(self.webpackChunk=self.webpackChunk||[]).push([["37"],{65897:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={cleanupElement:function(){return p},createInstance:function(){return E},destroy:function(){return y},init:function(){return T},ready:function(){return I}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=a(97933),d=(e,t)=>e.Webflow.require("lottie")?.lottie.loadAnimation(t),r=e=>!!(e.Webflow.env("design")||e.Webflow.env("preview")),o={Playing:"playing",Stopped:"stopped"},l=new class{_cache=[];set(e,t){let a=this._cache.findIndex(({wrapper:t})=>t===e);-1!==a&&this._cache.splice(a,1),this._cache.push({wrapper:e,instance:t})}delete(e){let t=this._cache.findIndex(({wrapper:t})=>t===e);-1!==t&&this._cache.splice(t,1)}get(e){let t=this._cache.findIndex(({wrapper:t})=>t===e);return -1===t?null:this._cache[t]?.instance??null}},s={},u=e=>{if("string"!=typeof e)return NaN;let t=parseFloat(e);return Number.isNaN(t)?NaN:t};class f{config=null;currentState=o.Stopped;animationItem=null;_gsapFrame=null;handlers={enterFrame:[],complete:[],loop:[],dataReady:[],destroy:[],error:[]};load(e){let t=(e.dataset||s).src||"";t.endsWith(".lottie")?(0,c.fetchLottie)(t).then(t=>{this._loadAnimation(e,t)}):this._loadAnimation(e,void 0),l.set(e,this),this.container=e}_loadAnimation(e,t){let a=e.dataset||s,n=a.src||"",i=a.preserveAspectRatio||"xMidYMid meet",c=a.renderer||"svg",l=1===u(a.loop),f=-1===u(a.direction)?-1:1,g=!!a.wfTarget,b=!g&&1===u(a.autoplay),E=u(a.duration),p=Number.isNaN(E)?0:E,T=g||1===u(a.isIx2Target),y=u(a.ix2InitialState),I=Number.isNaN(y)?null:y,m={src:n,loop:l,autoplay:b,renderer:c,direction:f,duration:p,hasIx2:T,ix2InitialValue:I,preserveAspectRatio:i};if(this.animationItem&&this.config&&this.config.src===n&&c===this.config.renderer&&i===this.config.preserveAspectRatio){if(l!==this.config.loop&&this.setLooping(l),!T&&(f!==this.config.direction&&this.setDirection(f),p!==this.config.duration)){let e=this.duration;p>0&&p!==e?this.setSpeed(e/p):this.setSpeed(1)}b&&this.play(),null!=I&&I!==this.config.ix2InitialValue&&this.goToFrame(this.frames*(I/100)),this.config=m;return}let O=e.ownerDocument.defaultView;try{this.animationItem&&this.destroy(),this.animationItem=d(O,{container:e,loop:l,autoplay:b,renderer:c,rendererSettings:{preserveAspectRatio:i,progressiveLoad:!0,hideOnTransparent:!0},...t?{animationData:t}:{path:n}})}catch(e){this.handlers.error.forEach(e=>e());return}this.animationItem&&(r(O)&&(this.animationItem.addEventListener("enterFrame",()=>{if(!this.animationItem||!this.isPlaying)return;let{currentFrame:e,totalFrames:t,playDirection:a}=this.animationItem,n=e/t*100,i=Math.round(1===a?n:100-n);this.handlers.enterFrame.forEach(t=>t(i,e))}),this.animationItem.addEventListener("complete",()=>{if(this.animationItem){if(this.currentState!==o.Playing||!this.animationItem.loop)return void this.handlers.complete.forEach(e=>e());this.currentState=o.Stopped}}),this.animationItem.addEventListener("loopComplete",e=>{this.handlers.loop.forEach(t=>t(e))}),this.animationItem.addEventListener("data_failed",()=>{this.handlers.error.forEach(e=>e())}),this.animationItem.addEventListener("error",()=>{this.handlers.error.forEach(e=>e())})),this.isLoaded?(this.handlers.dataReady.forEach(e=>e()),b&&this.play()):this.animationItem.addEventListener("data_ready",()=>{if(this.handlers.dataReady.forEach(e=>e()),!T){this.setDirection(f);let e=this.duration;p>0&&p!==e&&this.setSpeed(e/p),b&&this.play()}null!=I&&this.goToFrame(this.frames*(I/100))}),this.config=m)}onFrameChange(e){-1===this.handlers.enterFrame.indexOf(e)&&this.handlers.enterFrame.push(e)}onPlaybackComplete(e){-1===this.handlers.complete.indexOf(e)&&this.handlers.complete.push(e)}onLoopComplete(e){-1===this.handlers.loop.indexOf(e)&&this.handlers.loop.push(e)}onDestroy(e){-1===this.handlers.destroy.indexOf(e)&&this.handlers.destroy.push(e)}onDataReady(e){-1===this.handlers.dataReady.indexOf(e)&&this.handlers.dataReady.push(e)}onError(e){-1===this.handlers.error.indexOf(e)&&this.handlers.error.push(e)}play(){if(!this.animationItem)return;let e=1===this.animationItem.playDirection?0:this.frames;this.animationItem.goToAndPlay(e,!0),this.currentState=o.Playing}stop(){if(this.animationItem){if(this.isPlaying){let{playDirection:e}=this.animationItem,t=1===e?0:this.frames;this.animationItem.goToAndStop(t,!0)}this.currentState=o.Stopped}}destroy(){this.animationItem&&(this.isPlaying&&this.stop(),this.handlers.destroy.forEach(e=>e()),this.container&&l.delete(this.container),this.animationItem.destroy(),Object.values(this.handlers).forEach(e=>{e.length=0}),this.animationItem=null,this.container=null,this.config=null)}get gsapFrame(){return this._gsapFrame}set gsapFrame(e){this._gsapFrame=e,null!=e&&this.goToFrameAndStop(e)}get isPlaying(){return!!this.animationItem&&!this.animationItem.isPaused}get isPaused(){return!!this.animationItem&&this.animationItem.isPaused}get duration(){return this.animationItem?this.animationItem.getDuration():0}get frames(){return this.animationItem?this.animationItem.totalFrames:0}get direction(){return this.animationItem?1===this.animationItem.playDirection?1:-1:1}get isLoaded(){return!!this.animationItem&&this.animationItem.isLoaded}get ix2InitialValue(){return this.config?this.config.ix2InitialValue:null}goToFrame(e){this.animationItem&&this.animationItem.setCurrentRawFrameValue(e)}goToFrameAndStop(e){this.animationItem&&this.animationItem.goToAndStop(e,!0)}setSubframe(e){this.animationItem&&this.animationItem.setSubframe(e)}setSpeed(e=1){this.animationItem&&(this.isPlaying&&this.stop(),this.animationItem.setSpeed(e))}setLooping(e){this.animationItem&&(this.isPlaying&&this.stop(),this.animationItem.loop=e)}setDirection(e){this.animationItem&&(this.isPlaying&&this.stop(),this.animationItem.setDirection(e),this.goToFrame(1===e?0:this.frames))}}let g=()=>Array.from(document.querySelectorAll('[data-animation-type="lottie"]')),b=e=>{let t=e.dataset,a=!!t.wfTarget,n=1===u(t.isIx2Target);return a||n},E=e=>{let t=l.get(e);return null==t&&(t=new f),t.load(e),t},p=e=>{let t=l.get(e);t&&t.destroy()},T=()=>{g().forEach(e=>{b(e)||p(e),E(e)})},y=()=>{g().forEach(p)},I=T},82444:function(e,t,a){"use strict";var n=a(43949),i=a(65897),c=a(38724);n.define("lottie",e.exports=function(){return{lottie:c,createInstance:i.createInstance,cleanupElement:i.cleanupElement,init:i.init,destroy:i.destroy,ready:i.ready}})},95487:function(){"use strict";window.tram=function(e){function t(e,t){return(new P.Bare).init(e,t)}function a(e){var t=parseInt(e.slice(1),16);return[t>>16&255,t>>8&255,255&t]}function n(e,t,a){return"#"+(0x1000000|e<<16|t<<8|a).toString(16).slice(1)}function i(){}function c(e,t,a){if(void 0!==t&&(a=t),void 0===e)return a;var n=a;return $.test(e)||!K.test(e)?n=parseInt(e,10):K.test(e)&&(n=1e3*parseFloat(e)),0>n&&(n=0),n==n?n:a}function d(e){Y.debug&&window&&window.console.warn(e)}var r,o,l,s=function(e,t,a){function n(e){return"object"==typeof e}function i(e){return"function"==typeof e}function c(){}return function d(r,o){function l(){var e=new s;return i(e.init)&&e.init.apply(e,arguments),e}function s(){}o===a&&(o=r,r=Object),l.Bare=s;var u,f=c[e]=r[e],g=s[e]=l[e]=new c;return g.constructor=l,l.mixin=function(t){return s[e]=l[e]=d(l,t)[e],l},l.open=function(e){if(u={},i(e)?u=e.call(l,g,f,l,r):n(e)&&(u=e),n(u))for(var a in u)t.call(u,a)&&(g[a]=u[a]);return i(g.init)||(g.init=r),l},l.open(o)}}("prototype",{}.hasOwnProperty),u={ease:["ease",function(e,t,a,n){var i=(e/=n)*e,c=i*e;return t+a*(-2.75*c*i+11*i*i+-15.5*c+8*i+.25*e)}],"ease-in":["ease-in",function(e,t,a,n){var i=(e/=n)*e,c=i*e;return t+a*(-1*c*i+3*i*i+-3*c+2*i)}],"ease-out":["ease-out",function(e,t,a,n){var i=(e/=n)*e,c=i*e;return t+a*(.3*c*i+-1.6*i*i+2.2*c+-1.8*i+1.9*e)}],"ease-in-out":["ease-in-out",function(e,t,a,n){var i=(e/=n)*e,c=i*e;return t+a*(2*c*i+-5*i*i+2*c+2*i)}],linear:["linear",function(e,t,a,n){return a*e/n+t}],"ease-in-quad":["cubic-bezier(0.550, 0.085, 0.680, 0.530)",function(e,t,a,n){return a*(e/=n)*e+t}],"ease-out-quad":["cubic-bezier(0.250, 0.460, 0.450, 0.940)",function(e,t,a,n){return-a*(e/=n)*(e-2)+t}],"ease-in-out-quad":["cubic-bezier(0.455, 0.030, 0.515, 0.955)",function(e,t,a,n){return(e/=n/2)<1?a/2*e*e+t:-a/2*(--e*(e-2)-1)+t}],"ease-in-cubic":["cubic-bezier(0.550, 0.055, 0.675, 0.190)",function(e,t,a,n){return a*(e/=n)*e*e+t}],"ease-out-cubic":["cubic-bezier(0.215, 0.610, 0.355, 1)",function(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}],"ease-in-out-cubic":["cubic-bezier(0.645, 0.045, 0.355, 1)",function(e,t,a,n){return(e/=n/2)<1?a/2*e*e*e+t:a/2*((e-=2)*e*e+2)+t}],"ease-in-quart":["cubic-bezier(0.895, 0.030, 0.685, 0.220)",function(e,t,a,n){return a*(e/=n)*e*e*e+t}],"ease-out-quart":["cubic-bezier(0.165, 0.840, 0.440, 1)",function(e,t,a,n){return-a*((e=e/n-1)*e*e*e-1)+t}],"ease-in-out-quart":["cubic-bezier(0.770, 0, 0.175, 1)",function(e,t,a,n){return(e/=n/2)<1?a/2*e*e*e*e+t:-a/2*((e-=2)*e*e*e-2)+t}],"ease-in-quint":["cubic-bezier(0.755, 0.050, 0.855, 0.060)",function(e,t,a,n){return a*(e/=n)*e*e*e*e+t}],"ease-out-quint":["cubic-bezier(0.230, 1, 0.320, 1)",function(e,t,a,n){return a*((e=e/n-1)*e*e*e*e+1)+t}],"ease-in-out-quint":["cubic-bezier(0.860, 0, 0.070, 1)",function(e,t,a,n){return(e/=n/2)<1?a/2*e*e*e*e*e+t:a/2*((e-=2)*e*e*e*e+2)+t}],"ease-in-sine":["cubic-bezier(0.470, 0, 0.745, 0.715)",function(e,t,a,n){return-a*Math.cos(e/n*(Math.PI/2))+a+t}],"ease-out-sine":["cubic-bezier(0.390, 0.575, 0.565, 1)",function(e,t,a,n){return a*Math.sin(e/n*(Math.PI/2))+t}],"ease-in-out-sine":["cubic-bezier(0.445, 0.050, 0.550, 0.950)",function(e,t,a,n){return-a/2*(Math.cos(Math.PI*e/n)-1)+t}],"ease-in-expo":["cubic-bezier(0.950, 0.050, 0.795, 0.035)",function(e,t,a,n){return 0===e?t:a*Math.pow(2,10*(e/n-1))+t}],"ease-out-expo":["cubic-bezier(0.190, 1, 0.220, 1)",function(e,t,a,n){return e===n?t+a:a*(-Math.pow(2,-10*e/n)+1)+t}],"ease-in-out-expo":["cubic-bezier(1, 0, 0, 1)",function(e,t,a,n){return 0===e?t:e===n?t+a:(e/=n/2)<1?a/2*Math.pow(2,10*(e-1))+t:a/2*(-Math.pow(2,-10*--e)+2)+t}],"ease-in-circ":["cubic-bezier(0.600, 0.040, 0.980, 0.335)",function(e,t,a,n){return-a*(Math.sqrt(1-(e/=n)*e)-1)+t}],"ease-out-circ":["cubic-bezier(0.075, 0.820, 0.165, 1)",function(e,t,a,n){return a*Math.sqrt(1-(e=e/n-1)*e)+t}],"ease-in-out-circ":["cubic-bezier(0.785, 0.135, 0.150, 0.860)",function(e,t,a,n){return(e/=n/2)<1?-a/2*(Math.sqrt(1-e*e)-1)+t:a/2*(Math.sqrt(1-(e-=2)*e)+1)+t}],"ease-in-back":["cubic-bezier(0.600, -0.280, 0.735, 0.045)",function(e,t,a,n,i){return void 0===i&&(i=1.70158),a*(e/=n)*e*((i+1)*e-i)+t}],"ease-out-back":["cubic-bezier(0.175, 0.885, 0.320, 1.275)",function(e,t,a,n,i){return void 0===i&&(i=1.70158),a*((e=e/n-1)*e*((i+1)*e+i)+1)+t}],"ease-in-out-back":["cubic-bezier(0.680, -0.550, 0.265, 1.550)",function(e,t,a,n,i){return void 0===i&&(i=1.70158),(e/=n/2)<1?a/2*e*e*(((i*=1.525)+1)*e-i)+t:a/2*((e-=2)*e*(((i*=1.525)+1)*e+i)+2)+t}]},f={"ease-in-back":"cubic-bezier(0.600, 0, 0.735, 0.045)","ease-out-back":"cubic-bezier(0.175, 0.885, 0.320, 1)","ease-in-out-back":"cubic-bezier(0.680, 0, 0.265, 1)"},g=window,b="bkwld-tram",E=/[\-\.0-9]/g,p=/[A-Z]/,T="number",y=/^(rgb|#)/,I=/(em|cm|mm|in|pt|pc|px)$/,m=/(em|cm|mm|in|pt|pc|px|%)$/,O=/(deg|rad|turn)$/,h="unitless",R=/(all|none) 0s ease 0s/,v=/^(width|height)$/,_=document.createElement("a"),S=["Webkit","Moz","O","ms"],A=["-webkit-","-moz-","-o-","-ms-"],N=function(e){if(e in _.style)return{dom:e,css:e};var t,a,n="",i=e.split("-");for(t=0;tf&&(f=e.span),e.stop(),e.animate(t)},function(e){"wait"in e&&(f=c(e.wait,0))}),s.call(this),f>0&&(this.timer=new z({duration:f,context:this}),this.active=!0,t&&(this.timer.complete=i));var g=this,b=!1,E={};x(function(){u.call(g,e,function(e){e.active&&(b=!0,E[e.name]=e.nextStyle)}),b&&g.$el.css(E)})}}}function i(){if(this.timer&&this.timer.destroy(),this.active=!1,this.queue.length){var e=this.queue.shift();n.call(this,e.options,!0,e.args)}}function r(e){var t;this.timer&&this.timer.destroy(),this.queue=[],this.active=!1,"string"==typeof e?(t={})[e]=1:t="object"==typeof e&&null!=e?e:this.props,u.call(this,t,f),s.call(this)}function o(){r.call(this),this.el.style.display="none"}function l(){this.el.offsetHeight}function s(){var e,t,a=[];for(e in this.upstream&&a.push(this.upstream),this.props)(t=this.props[e]).active&&a.push(t.string);a=a.join(","),this.style!==a&&(this.style=a,this.el.style[L.transition.dom]=a)}function u(e,t,n){var i,c,d,r,o=t!==f,l={};for(i in e)d=e[i],i in j?(l.transform||(l.transform={}),l.transform[i]=d):(p.test(i)&&(i=i.replace(/[A-Z]/g,function(e){return"-"+e.toLowerCase()})),i in Q?l[i]=d:(r||(r={}),r[i]=d));for(i in l){if(d=l[i],!(c=this.props[i])){if(!o)continue;c=a.call(this,i)}t.call(this,c,d)}n&&r&&n.call(this,r)}function f(e){e.stop()}function g(e,t){e.set(t)}function E(e){this.$el.css(e)}function T(e,a){t[e]=function(){return this.children?y.call(this,a,arguments):(this.el&&a.apply(this,arguments),this)}}function y(e,t){var a,n=this.children.length;for(a=0;n>a;a++)e.apply(this.children[a],t);return this}t.init=function(t){if(this.$el=e(t),this.el=this.$el[0],this.props={},this.queue=[],this.style="",this.active=!1,Y.keepInherited&&!Y.fallback){var a=B(this.el,"transition");a&&!R.test(a)&&(this.upstream=a)}L.backface&&Y.hideBackface&&H(this.el,L.backface.css,"hidden")},T("add",a),T("start",n),T("wait",function(e){e=c(e,0),this.active?this.queue.push({options:e}):(this.timer=new z({duration:e,context:this,complete:i}),this.active=!0)}),T("then",function(e){return this.active?(this.queue.push({options:e,args:arguments}),void(this.timer.complete=i)):d("No active transition timer. Use start() or wait() before then().")}),T("next",i),T("stop",r),T("set",function(e){r.call(this,e),u.call(this,e,g,E)}),T("show",function(e){"string"!=typeof e&&(e="block"),this.el.style.display=e}),T("hide",o),T("redraw",l),T("destroy",function(){r.call(this),e.removeData(this.el,b),this.$el=this.el=null})}),P=s(M,function(t){function a(t,a){var n=e.data(t,b)||e.data(t,b,new M.Bare);return n.el||n.init(t),a?n.start(a):n}t.init=function(t,n){var i=e(t);if(!i.length)return this;if(1===i.length)return a(i[0],n);var c=[];return i.each(function(e,t){c.push(a(t,n))}),this.children=c,this}}),G=s(function(e){function t(){var e=this.get();this.update("auto");var t=this.get();return this.update(e),t}e.init=function(e,t,a,n){this.$el=e,this.el=e[0];var i,d,r,o=t[0];a[2]&&(o=a[2]),W[o]&&(o=W[o]),this.name=o,this.type=a[1],this.duration=c(t[1],this.duration,500),this.ease=(i=t[2],d=this.ease,r="ease",void 0!==d&&(r=d),i in u?i:r),this.delay=c(t[3],this.delay,0),this.span=this.duration+this.delay,this.active=!1,this.nextStyle=null,this.auto=v.test(this.name),this.unit=n.unit||this.unit||Y.defaultUnit,this.angle=n.angle||this.angle||Y.defaultAngle,Y.fallback||n.fallback?this.animate=this.fallback:(this.animate=this.transition,this.string=this.name+" "+this.duration+"ms"+("ease"!=this.ease?" "+u[this.ease][0]:"")+(this.delay?" "+this.delay+"ms":""))},e.set=function(e){e=this.convert(e,this.type),this.update(e),this.redraw()},e.transition=function(e){this.active=!0,e=this.convert(e,this.type),this.auto&&("auto"==this.el.style[this.name]&&(this.update(this.get()),this.redraw()),"auto"==e&&(e=t.call(this))),this.nextStyle=e},e.fallback=function(e){var a=this.el.style[this.name]||this.convert(this.get(),this.type);e=this.convert(e,this.type),this.auto&&("auto"==a&&(a=this.convert(this.get(),this.type)),"auto"==e&&(e=t.call(this))),this.tween=new k({from:a,to:e,duration:this.duration,delay:this.delay,ease:this.ease,update:this.update,context:this})},e.get=function(){return B(this.el,this.name)},e.update=function(e){H(this.el,this.name,e)},e.stop=function(){(this.active||this.nextStyle)&&(this.active=!1,this.nextStyle=null,H(this.el,this.name,this.get()));var e=this.tween;e&&e.context&&e.destroy()},e.convert=function(e,t){if("auto"==e&&this.auto)return e;var a,i,c="number"==typeof e,r="string"==typeof e;switch(t){case T:if(c)return e;if(r&&""===e.replace(E,""))return+e;i="number(unitless)";break;case y:if(r){if(""===e&&this.original)return this.original;if(t.test(e))return"#"==e.charAt(0)&&7==e.length?e:((a=/rgba?\((\d+),\s*(\d+),\s*(\d+)/.exec(e))?n(a[1],a[2],a[3]):e).replace(/#(\w)(\w)(\w)$/,"#$1$1$2$2$3$3")}i="hex or rgb string";break;case I:if(c)return e+this.unit;if(r&&t.test(e))return e;i="number(px) or string(unit)";break;case m:if(c)return e+this.unit;if(r&&t.test(e))return e;i="number(px) or string(unit or %)";break;case O:if(c)return e+this.angle;if(r&&t.test(e))return e;i="number(deg) or string(angle)";break;case h:if(c||r&&m.test(e))return e;i="number(unitless) or string(unit or %)"}return d("Type warning: Expected: ["+i+"] Got: ["+typeof e+"] "+e),e},e.redraw=function(){this.el.offsetHeight}}),V=s(G,function(e,t){e.init=function(){t.init.apply(this,arguments),this.original||(this.original=this.convert(this.get(),y))}}),D=s(G,function(e,t){e.init=function(){t.init.apply(this,arguments),this.animate=this.fallback},e.get=function(){return this.$el[this.name]()},e.update=function(e){this.$el[this.name](e)}}),F=s(G,function(e,t){function a(e,t){var a,n,i,c,d;for(a in e)i=(c=j[a])[0],n=c[1]||a,d=this.convert(e[a],i),t.call(this,n,d,i)}e.init=function(){t.init.apply(this,arguments),this.current||(this.current={},j.perspective&&Y.perspective&&(this.current.perspective=Y.perspective,H(this.el,this.name,this.style(this.current)),this.redraw()))},e.set=function(e){a.call(this,e,function(e,t){this.current[e]=t}),H(this.el,this.name,this.style(this.current)),this.redraw()},e.transition=function(e){var t=this.values(e);this.tween=new X({current:this.current,values:t,duration:this.duration,delay:this.delay,ease:this.ease});var a,n={};for(a in this.current)n[a]=a in t?t[a]:this.current[a];this.active=!0,this.nextStyle=this.style(n)},e.fallback=function(e){var t=this.values(e);this.tween=new X({current:this.current,values:t,duration:this.duration,delay:this.delay,ease:this.ease,update:this.update,context:this})},e.update=function(){H(this.el,this.name,this.style(this.current))},e.style=function(e){var t,a="";for(t in e)a+=t+"("+e[t]+") ";return a},e.values=function(e){var t,n={};return a.call(this,e,function(e,a,i){n[e]=a,void 0===this.current[e]&&(t=0,~e.indexOf("scale")&&(t=1),this.current[e]=this.convert(t,i))}),n}}),k=s(function(t){function c(){var e,t,a,n=o.length;if(n)for(x(c),t=w(),e=n;e--;)(a=o[e])&&a.render(t)}var r={ease:u.ease[1],from:0,to:1};t.init=function(e){this.duration=e.duration||0,this.delay=e.delay||0;var t=e.ease||r.ease;u[t]&&(t=u[t][1]),"function"!=typeof t&&(t=r.ease),this.ease=t,this.update=e.update||i,this.complete=e.complete||i,this.context=e.context||this,this.name=e.name;var a=e.from,n=e.to;void 0===a&&(a=r.from),void 0===n&&(n=r.to),this.unit=e.unit||"","number"==typeof a&&"number"==typeof n?(this.begin=a,this.change=n-a):this.format(n,a),this.value=this.begin+this.unit,this.start=w(),!1!==e.autoplay&&this.play()},t.play=function(){this.active||(this.start||(this.start=w()),this.active=!0,1===o.push(this)&&x(c))},t.stop=function(){var t,a;this.active&&(this.active=!1,(a=e.inArray(this,o))>=0&&(t=o.slice(a+1),o.length=a,t.length&&(o=o.concat(t))))},t.render=function(e){var t,a=e-this.start;if(this.delay){if(a<=this.delay)return;a-=this.delay}if(a/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},y=/(.)^/,I={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},m=/\\|'|\r|\n|\u2028|\u2029/g,O=function(e){return"\\"+I[e]},h=/^\s*(\w|\$)+\s*$/,n.template=function(e,t,a){!t&&a&&(t=a);var i,c=RegExp([((t=n.defaults({},t,n.templateSettings)).escape||y).source,(t.interpolate||y).source,(t.evaluate||y).source].join("|")+"|$","g"),d=0,r="__p+='";e.replace(c,function(t,a,n,i,c){return r+=e.slice(d,c).replace(m,O),d=c+t.length,a?r+="'+\n((__t=("+a+"))==null?'':_.escape(__t))+\n'":n?r+="'+\n((__t=("+n+"))==null?'':__t)+\n'":i&&(r+="';\n"+i+"\n__p+='"),t}),r+="';\n";var o=t.variable;if(o){if(!h.test(o))throw Error("variable is not a bare identifier: "+o)}else r="with(obj||{}){\n"+r+"}\n",o="obj";r="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+r+"return __p;\n";try{i=Function(t.variable||"obj","_",r)}catch(e){throw e.source=r,e}var l=function(e){return i.call(this,e,n)};return l.source="function("+o+"){\n"+r+"}",l},e.exports=n},9461:function(e,t,a){"use strict";var n=a(43949);n.define("brand",e.exports=function(e){var t,a={},i=document,c=e("html"),d=e("body"),r=window.location,o=/PhantomJS/i.test(navigator.userAgent),l="fullscreenchange webkitfullscreenchange mozfullscreenchange msfullscreenchange";function s(){var a=i.fullScreen||i.mozFullScreen||i.webkitIsFullScreen||i.msFullscreenElement||!!i.webkitFullscreenElement;e(t).attr("style",a?"display: none !important;":"")}function u(){var e=d.children(".w-webflow-badge"),a=e.length&&e.get(0)===t,i=n.env("editor");if(a){i&&e.remove();return}e.length&&e.remove(),i||d.append(t)}return a.ready=function(){var a,n,d,f=c.attr("data-wf-status"),g=c.attr("data-wf-domain")||"";/\.webflow\.io$/i.test(g)&&r.hostname!==g&&(f=!0),f&&!o&&(t=t||(a=e('').attr("href","https://webflow.com?utm_campaign=brandjs"),n=e("").attr("src","https://d3e54v103j8qbb.cloudfront.net/img/webflow-badge-icon-d2.89e12c322e.svg").attr("alt","").css({marginRight:"4px",width:"26px"}),d=e("").attr("src","https://d3e54v103j8qbb.cloudfront.net/img/webflow-badge-text-d2.c82cec3b78.svg").attr("alt","Made in Webflow"),a.append(n,d),a[0]),u(),setTimeout(u,500),e(i).off(l,s).on(l,s))},a})},60322:function(e,t,a){"use strict";var n=a(43949);n.define("edit",e.exports=function(e,t,a){if(a=a||{},(n.env("test")||n.env("frame"))&&!a.fixture&&!function(){try{return!!(window.top.__Cypress__||window.PLAYWRIGHT_TEST)}catch(e){return!1}}())return{exit:1};var i,c=e(window),d=e(document.documentElement),r=document.location,o="hashchange",l=a.load||function(){var t,a,n;i=!0,window.WebflowEditor=!0,c.off(o,u),t=function(t){var a;e.ajax({url:g("https://editor-api.webflow.com/api/editor/view"),data:{siteId:d.attr("data-wf-site")},xhrFields:{withCredentials:!0},dataType:"json",crossDomain:!0,success:(a=t,function(t){var n,i,c;if(!t)return void console.error("Could not load editor data");t.thirdPartyCookiesSupported=a,i=(n=t.scriptPath).indexOf("//")>=0?n:g("https://editor-api.webflow.com"+n),c=function(){window.WebflowEditor(t)},e.ajax({type:"GET",url:i,dataType:"script",cache:!0}).then(c,f)})})},(a=window.document.createElement("iframe")).src="https://webflow.com/site/third-party-cookie-check.html",a.style.display="none",a.sandbox="allow-scripts allow-same-origin",n=function(e){"WF_third_party_cookies_unsupported"===e.data?(b(a,n),t(!1)):"WF_third_party_cookies_supported"===e.data&&(b(a,n),t(!0))},a.onerror=function(){b(a,n),t(!1)},window.addEventListener("message",n,!1),window.document.body.appendChild(a)},s=!1;try{s=localStorage&&localStorage.getItem&&localStorage.getItem("WebflowEditor")}catch(e){}function u(){!i&&/\?edit/.test(r.hash)&&l()}function f(e,t,a){throw console.error("Could not load editor script: "+t),a}function g(e){return e.replace(/([^:])\/\//g,"$1/")}function b(e,t){window.removeEventListener("message",t,!1),e.remove()}return/[?&](update)(?:[=&?]|$)/.test(r.search)||/\?update$/.test(r.href)?function(){var e=document.documentElement,t=e.getAttribute("data-wf-site"),a=e.getAttribute("data-wf-page"),n=e.getAttribute("data-wf-item-slug"),i=e.getAttribute("data-wf-collection"),c=e.getAttribute("data-wf-domain");if(t&&a){var d="pageId="+a+"&mode=edit";d+="&simulateRole=editor&utm_source=legacy_editor",n&&i&&c&&(d+="&domain="+encodeURIComponent(c)+"&itemSlug="+encodeURIComponent(n)+"&collectionId="+i),window.location.href="https://webflow.com/external/designer/"+t+"?"+d}}():s?l():r.search?(/[?&](edit)(?:[=&?]|$)/.test(r.search)||/\?edit$/.test(r.href))&&l():c.on(o,u).triggerHandler(o),{}})},12338:function(e,t,a){"use strict";a(43949).define("focus-visible",e.exports=function(){return{ready:function(){if("undefined"!=typeof document)try{document.querySelector(":focus-visible")}catch(e){!function(e){var t=!0,a=!1,n=null,i={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function c(e){return!!e&&e!==document&&"HTML"!==e.nodeName&&"BODY"!==e.nodeName&&"classList"in e&&"contains"in e.classList}function d(e){e.getAttribute("data-wf-focus-visible")||e.setAttribute("data-wf-focus-visible","true")}function r(){t=!1}function o(){document.addEventListener("mousemove",l),document.addEventListener("mousedown",l),document.addEventListener("mouseup",l),document.addEventListener("pointermove",l),document.addEventListener("pointerdown",l),document.addEventListener("pointerup",l),document.addEventListener("touchmove",l),document.addEventListener("touchstart",l),document.addEventListener("touchend",l)}function l(e){e.target.nodeName&&"html"===e.target.nodeName.toLowerCase()||(t=!1,document.removeEventListener("mousemove",l),document.removeEventListener("mousedown",l),document.removeEventListener("mouseup",l),document.removeEventListener("pointermove",l),document.removeEventListener("pointerdown",l),document.removeEventListener("pointerup",l),document.removeEventListener("touchmove",l),document.removeEventListener("touchstart",l),document.removeEventListener("touchend",l))}document.addEventListener("keydown",function(a){a.metaKey||a.altKey||a.ctrlKey||(c(e.activeElement)&&d(e.activeElement),t=!0)},!0),document.addEventListener("mousedown",r,!0),document.addEventListener("pointerdown",r,!0),document.addEventListener("touchstart",r,!0),document.addEventListener("visibilitychange",function(){"hidden"===document.visibilityState&&(a&&(t=!0),o())},!0),o(),e.addEventListener("focus",function(e){if(c(e.target)){var a,n,r;(t||(n=(a=e.target).type,"INPUT"===(r=a.tagName)&&i[n]&&!a.readOnly||"TEXTAREA"===r&&!a.readOnly||a.isContentEditable||0))&&d(e.target)}},!0),e.addEventListener("blur",function(e){if(c(e.target)&&e.target.hasAttribute("data-wf-focus-visible")){var t;a=!0,window.clearTimeout(n),n=window.setTimeout(function(){a=!1},100),(t=e.target).getAttribute("data-wf-focus-visible")&&t.removeAttribute("data-wf-focus-visible")}},!0)}(document)}}}})},8334:function(e,t,a){"use strict";var n=a(43949);n.define("focus",e.exports=function(){var e=[],t=!1;function a(a){t&&(a.preventDefault(),a.stopPropagation(),a.stopImmediatePropagation(),e.unshift(a))}function i(a){var n,i;i=(n=a.target).tagName,(/^a$/i.test(i)&&null!=n.href||/^(button|textarea)$/i.test(i)&&!0!==n.disabled||/^input$/i.test(i)&&/^(button|reset|submit|radio|checkbox)$/i.test(n.type)&&!n.disabled||!/^(button|input|textarea|select|a)$/i.test(i)&&!Number.isNaN(Number.parseFloat(n.tabIndex))||/^audio$/i.test(i)||/^video$/i.test(i)&&!0===n.controls)&&(t=!0,setTimeout(()=>{for(t=!1,a.target.focus();e.length>0;){var n=e.pop();n.target.dispatchEvent(new MouseEvent(n.type,n))}},0))}return{ready:function(){"undefined"!=typeof document&&document.body.hasAttribute("data-wf-focus-within")&&n.env.safari&&(document.addEventListener("mousedown",i,!0),document.addEventListener("mouseup",a,!0),document.addEventListener("click",a,!0))}}})},7199:function(e){"use strict";var t=window.jQuery,a={},n=[],i=".w-ix",c={reset:function(e,t){t.__wf_intro=null},intro:function(e,n){n.__wf_intro||(n.__wf_intro=!0,t(n).triggerHandler(a.types.INTRO))},outro:function(e,n){n.__wf_intro&&(n.__wf_intro=null,t(n).triggerHandler(a.types.OUTRO))}};a.triggers={},a.types={INTRO:"w-ix-intro"+i,OUTRO:"w-ix-outro"+i},a.init=function(){for(var e=n.length,i=0;i=e&&c+r<=e+a;t.active!==o&&(t.active=o,E(n,u,o))}})}function E(e,t,a){var n=e.hasClass(t);(!a||!n)&&(a||n)&&(a?e.addClass(t):e.removeClass(t))}return d.ready=d.design=d.preview=function(){a=o&&n.env("design"),c=n.env("slug")||l.pathname||"",n.scroll.off(b),i=[];for(var t=document.links,d=0;d=0)){var d=e(t);if(s.hash.length>1&&s.host+s.pathname===l.host+l.pathname){if(!/^#[a-zA-Z0-9\-\_]+$/.test(s.hash))return;var r=e(s.hash);r.length&&i.push({link:d,sec:r,active:!1});return}"#"!==n&&""!==n&&E(d,u,!o&&s.href===l.href||n===c||f.test(n)&&g.test(c))}}}(t[d]);i.length&&(n.scroll.on(b),b())},d})},30286:function(e,t,a){"use strict";var n=a(43949);n.define("scroll",e.exports=function(e){var t={WF_CLICK_EMPTY:"click.wf-empty-link",WF_CLICK_SCROLL:"click.wf-scroll"},a=window.location,i=!function(){try{return!!window.frameElement}catch(e){return!0}}()?window.history:null,c=e(window),d=e(document),r=e(document.body),o=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(e){window.setTimeout(e,15)},l=n.env("editor")?".w-editor-body":"body",s="header, "+l+" > .header, "+l+" > .w-nav:not([data-no-scroll])",u='a[href="#"]',f='a[href*="#"]:not(.w-tab-link):not('+u+")",g=document.createElement("style");g.appendChild(document.createTextNode('.wf-force-outline-none[tabindex="-1"]:focus{outline:none;}'));var b=/^#[a-zA-Z0-9][\w:.-]*$/;let E="function"==typeof window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)");function p(e,t){var a;switch(t){case"add":(a=e.attr("tabindex"))?e.attr("data-wf-tabindex-swap",a):e.attr("tabindex","-1");break;case"remove":(a=e.attr("data-wf-tabindex-swap"))?(e.attr("tabindex",a),e.removeAttr("data-wf-tabindex-swap")):e.removeAttr("tabindex")}e.toggleClass("wf-force-outline-none","add"===t)}function T(t){var d=t.currentTarget;if(!(n.env("design")||window.$.mobile&&/(?:^|\s)ui-link(?:$|\s)/.test(d.className))){var l=b.test(d.hash)&&d.host+d.pathname===a.host+a.pathname?d.hash:"";if(""!==l){var u,f=e(l);f.length&&(t&&(t.preventDefault(),t.stopPropagation()),u=l,a.hash!==u&&i&&i.pushState&&!(n.env.chrome&&"file:"===a.protocol)&&(i.state&&i.state.hash)!==u&&i.pushState({hash:u},"",u),window.setTimeout(function(){!function(t,a){var n=c.scrollTop(),i=function(t){var a=e(s),n="fixed"===a.css("position")?a.outerHeight():0,i=t.offset().top-n;if("mid"===t.data("scroll")){var d=c.height()-n,r=t.outerHeight();r=0&&(n=a)}),(472.143*Math.log(Math.abs(t-a)+125)-2e3)*n}(t,n,i),l=Date.now(),u=function(){var e,t,c,r,s,f=Date.now()-l;window.scroll(0,(e=n,t=i,(c=f)>(r=d)?t:e+(t-e)*((s=c/r)<.5?4*s*s*s:(s-1)*(2*s-2)*(2*s-2)+1))),f<=d?o(u):"function"==typeof a&&a()};o(u)}}(f,function(){p(f,"add"),f.get(0).focus({preventScroll:!0}),p(f,"remove")})},300*!t))}}}return{ready:function(){var{WF_CLICK_EMPTY:e,WF_CLICK_SCROLL:a}=t;d.on(a,f,T),d.on(e,u,function(e){e.preventDefault()}),document.head.insertBefore(g,document.head.firstChild)}}})},93695:function(e,t,a){"use strict";a(43949).define("touch",e.exports=function(e){var t={},a=window.getSelection;function n(t){var n,i,c=!1,d=!1,r=Math.min(Math.round(.04*window.innerWidth),40);function o(e){var t=e.touches;t&&t.length>1||(c=!0,t?(d=!0,n=t[0].clientX):n=e.clientX,i=n)}function l(t){if(c){if(d&&"mousemove"===t.type){t.preventDefault(),t.stopPropagation();return}var n,o,l,s,f=t.touches,g=f?f[0].clientX:t.clientX,b=g-i;i=g,Math.abs(b)>r&&a&&""===String(a())&&(n="swipe",o=t,l={direction:b>0?"right":"left"},s=e.Event(n,{originalEvent:o}),e(o.target).trigger(s,l),u())}}function s(e){if(c&&(c=!1,d&&"mouseup"===e.type)){e.preventDefault(),e.stopPropagation(),d=!1;return}}function u(){c=!1}t.addEventListener("touchstart",o,!1),t.addEventListener("touchmove",l,!1),t.addEventListener("touchend",s,!1),t.addEventListener("touchcancel",u,!1),t.addEventListener("mousedown",o,!1),t.addEventListener("mousemove",l,!1),t.addEventListener("mouseup",s,!1),t.addEventListener("mouseout",u,!1),this.destroy=function(){t.removeEventListener("touchstart",o,!1),t.removeEventListener("touchmove",l,!1),t.removeEventListener("touchend",s,!1),t.removeEventListener("touchcancel",u,!1),t.removeEventListener("mousedown",o,!1),t.removeEventListener("mousemove",l,!1),t.removeEventListener("mouseup",s,!1),t.removeEventListener("mouseout",u,!1),t=null}}return e.event.special.tap={bindType:"click",delegateType:"click"},t.init=function(t){return(t="string"==typeof t?e(t).get(0):t)?new n(t):null},t.instance=t.init(document),t})},41655:function(e,t,a){"use strict";var n=a(43949),i=a(65134);let c={ARROW_LEFT:37,ARROW_UP:38,ARROW_RIGHT:39,ARROW_DOWN:40,ESCAPE:27,SPACE:32,ENTER:13,HOME:36,END:35};function d(e,t){i.dispatchCustomEvent(e,"IX3_COMPONENT_STATE_CHANGE",{component:"navbar",state:t})}n.define("navbar",e.exports=function(e,t){var a,r,o,l,s={},u=e.tram,f=e(window),g=e(document),b=t.debounce,E=n.env(),p=".w-nav",T="w--open",y="w--nav-dropdown-open",I="w--nav-dropdown-toggle-open",m="w--nav-dropdown-list-open",O="w--nav-link-open",h=i.triggers,R=e();function v(){n.resize.off(_)}function _(){r.each(P)}function S(a,n){var i,d,r,s,u,b=e(n),E=e.data(n,p);E||(E=e.data(n,p,{open:!1,el:b,config:{},selectedIdx:-1})),E.menu=b.find(".w-nav-menu"),E.links=E.menu.find(".w-nav-link"),E.dropdowns=E.menu.find(".w-dropdown"),E.dropdownToggle=E.menu.find(".w-dropdown-toggle"),E.dropdownList=E.menu.find(".w-dropdown-list"),E.button=b.find(".w-nav-button"),E.container=b.find(".w-container"),E.overlayContainerId="w-nav-overlay-"+a,E.outside=((i=E).outside&&g.off("click"+p,i.outside),function(t){var a=e(t.target);l&&a.closest(".w-editor-bem-EditorOverlay").length||M(i,a)});var T=b.find(".w-nav-brand");T&&"/"===T.attr("href")&&null==T.attr("aria-label")&&T.attr("aria-label","home"),E.button.attr("style","-webkit-user-select: text;"),null==E.button.attr("aria-label")&&E.button.attr("aria-label","menu"),E.button.attr("role","button"),E.button.attr("tabindex","0"),E.button.attr("aria-controls",E.overlayContainerId),E.button.attr("aria-haspopup","menu"),E.button.attr("aria-expanded","false"),E.el.off(p),E.button.off(p),E.menu.off(p),L(E),o?(N(E),E.el.on("setting"+p,(d=E,function(e,a){a=a||{};var n=f.width();L(d),!0===a.open&&F(d,!0),!1===a.open&&z(d,!0),d.open&&t.defer(function(){n!==f.width()&&U(d)})}))):((r=E).overlay||(r.overlay=e('
').appendTo(r.el),r.overlay.attr("id",r.overlayContainerId),r.parent=r.menu.parent(),z(r,!0)),E.button.on("click"+p,x(E)),E.menu.on("click"+p,"a",w(E)),E.button.on("keydown"+p,(s=E,function(e){switch(e.keyCode){case c.SPACE:case c.ENTER:return x(s)(),e.preventDefault(),e.stopPropagation();case c.ESCAPE:return z(s),e.preventDefault(),e.stopPropagation();case c.ARROW_RIGHT:case c.ARROW_DOWN:case c.HOME:case c.END:if(!s.open)return e.preventDefault(),e.stopPropagation();return e.keyCode===c.END?s.selectedIdx=s.links.length-1:s.selectedIdx=0,C(s),e.preventDefault(),e.stopPropagation()}})),E.el.on("keydown"+p,(u=E,function(e){if(u.open)switch(u.selectedIdx=u.links.index(document.activeElement),e.keyCode){case c.HOME:case c.END:return e.keyCode===c.END?u.selectedIdx=u.links.length-1:u.selectedIdx=0,C(u),e.preventDefault(),e.stopPropagation();case c.ESCAPE:return z(u),u.button.focus(),e.preventDefault(),e.stopPropagation();case c.ARROW_LEFT:case c.ARROW_UP:return u.selectedIdx=Math.max(-1,u.selectedIdx-1),C(u),e.preventDefault(),e.stopPropagation();case c.ARROW_RIGHT:case c.ARROW_DOWN:return u.selectedIdx=Math.min(u.links.length-1,u.selectedIdx+1),C(u),e.preventDefault(),e.stopPropagation()}}))),P(a,n)}function A(t,a){var n=e.data(a,p);n&&(N(n),e.removeData(a,p))}function N(e){e.overlay&&(z(e,!0),e.overlay.remove(),e.overlay=null)}function L(e){var a={},n=e.config||{},i=a.animation=e.el.attr("data-animation")||"default";a.animOver=/^over/.test(i),a.animDirect=/left$/.test(i)?-1:1,n.animation!==i&&e.open&&t.defer(U,e),a.easing=e.el.attr("data-easing")||"ease",a.easing2=e.el.attr("data-easing2")||"ease";var c=e.el.attr("data-duration");a.duration=null!=c?Number(c):400,a.docHeight=e.el.attr("data-doc-height"),e.config=a}function C(e){if(e.links[e.selectedIdx]){var t=e.links[e.selectedIdx];t.focus(),w(t)}}function U(e){e.open&&(z(e,!0),F(e,!0))}function x(e){return b(function(){e.open?z(e):F(e)})}function w(t){return function(a){var i=e(this).attr("href");if(!n.validClick(a.currentTarget))return void a.preventDefault();i&&0===i.indexOf("#")&&t.open&&z(t)}}s.ready=s.design=s.preview=function(){o=E&&n.env("design"),l=n.env("editor"),a=e(document.body),(r=g.find(p)).length&&(r.each(S),v(),n.resize.on(_))},s.destroy=function(){R=e(),v(),r&&r.length&&r.each(A)};var M=b(function(e,t){if(e.open){var a=t.closest(".w-nav-menu");e.menu.is(a)||z(e)}});function P(t,a){var n=e.data(a,p),i=n.collapsed="none"!==n.button.css("display");if(!n.open||i||o||z(n,!0),n.container.length){var c,d=("none"===(c=n.container.css(G))&&(c=""),function(t,a){(a=e(a)).css(G,""),"none"===a.css(G)&&a.css(G,c)});n.links.each(d),n.dropdowns.each(d)}n.open&&k(n)}var G="max-width";function V(e,t){t.setAttribute("data-nav-menu-open","")}function D(e,t){t.removeAttribute("data-nav-menu-open")}function F(e,t){if(!e.open){e.open=!0,e.menu.each(V),e.links.addClass(O),e.dropdowns.addClass(y),e.dropdownToggle.addClass(I),e.dropdownList.addClass(m),e.button.addClass(T);var a=e.config;("none"===a.animation||!u.support.transform||a.duration<=0)&&(t=!0);var i=k(e),c=e.menu.outerHeight(!0),r=e.menu.outerWidth(!0),l=e.el.height(),s=e.el[0];if(P(0,s),h.intro(0,s),d(s,"open"),n.redraw.up(),o||g.on("click"+p,e.outside),t)return void b();var f="transform "+a.duration+"ms "+a.easing;if(e.overlay&&(R=e.menu.prev(),e.overlay.show().append(e.menu)),a.animOver){u(e.menu).add(f).set({x:a.animDirect*r,height:i}).start({x:0}).then(b),e.overlay&&e.overlay.width(r);return}u(e.menu).add(f).set({y:-(l+c)}).start({y:0}).then(b)}function b(){e.button.attr("aria-expanded","true")}}function k(e){var t=e.config,n=t.docHeight?g.height():a.height();return t.animOver?e.menu.height(n):"fixed"!==e.el.css("position")&&(n-=e.el.outerHeight(!0)),e.overlay&&e.overlay.height(n),n}function z(e,t){if(e.open){e.open=!1,e.button.removeClass(T);var a=e.config;if(("none"===a.animation||!u.support.transform||a.duration<=0)&&(t=!0),h.outro(0,e.el[0]),d(e.el[0],"close"),g.off("click"+p,e.outside),t){u(e.menu).stop(),o();return}var n="transform "+a.duration+"ms "+a.easing2,i=e.menu.outerHeight(!0),c=e.menu.outerWidth(!0),r=e.el.height();if(a.animOver)return void u(e.menu).add(n).start({x:c*a.animDirect}).then(o);u(e.menu).add(n).start({y:-(r+i)}).then(o)}function o(){e.menu.height(""),u(e.menu).set({x:0,y:0}),e.menu.each(D),e.links.removeClass(O),e.dropdowns.removeClass(y),e.dropdownToggle.removeClass(I),e.dropdownList.removeClass(m),e.overlay&&e.overlay.children().length&&(R.length?e.menu.insertAfter(R):e.menu.prependTo(e.parent),e.overlay.attr("style","").hide()),e.el.triggerHandler("w-close"),e.button.attr("aria-expanded","false")}}return s})},3487:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={strFromU8:function(){return W},unzip:function(){return $}};for(var n in a)Object.defineProperty(t,n,{enumerable:!0,get:a[n]});let i={},c=function(e,t,a,n,c){let d=new Worker(i[t]||(i[t]=URL.createObjectURL(new Blob([e+';addEventListener("error",function(e){e=e.error;postMessage({$e$:[e.message,e.code,e.stack]})})'],{type:"text/javascript"}))));return d.onmessage=function(e){let t=e.data,a=t.$e$;if(a){let e=Error(a[0]);e.code=a[1],e.stack=a[2],c(e,null)}else c(null,t)},d.postMessage(a,n),d},d=Uint8Array,r=Uint16Array,o=Uint32Array,l=new d([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),s=new d([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),u=new d([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),f=function(e,t){let a=new r(31);for(var n=0;n<31;++n)a[n]=t+=1<>>1|(21845&y)<<1;e=(61680&(e=(52428&e)>>>2|(13107&e)<<2))>>>4|(3855&e)<<4,T[y]=((65280&e)>>>8|(255&e)<<8)>>>1}let I=function(e,t,a){let n,i=e.length,c=0,d=new r(t);for(;c>>a]=i}}else for(n=new r(i),c=0;c>>15-e[c]);return n},m=new d(288);for(y=0;y<144;++y)m[y]=8;for(y=144;y<256;++y)m[y]=9;for(y=256;y<280;++y)m[y]=7;for(y=280;y<288;++y)m[y]=8;let O=new d(32);for(y=0;y<32;++y)O[y]=5;let h=I(m,9,1),R=I(O,5,1),v=function(e){let t=e[0];for(let a=1;at&&(t=e[a]);return t},_=function(e,t,a){let n=t/8|0;return(e[n]|e[n+1]<<8)>>(7&t)&a},S=function(e,t){let a=t/8|0;return(e[a]|e[a+1]<<8|e[a+2]<<16)>>(7&t)},A=function(e){return(e+7)/8|0},N=function(e,t,a){(null==t||t<0)&&(t=0),(null==a||a>e.length)&&(a=e.length);let n=new(2===e.BYTES_PER_ELEMENT?r:4===e.BYTES_PER_ELEMENT?o:d)(a-t);return n.set(e.subarray(t,a)),n},L=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"];var C=function(e,t,a){let n=Error(t||L[e]);if(n.code=e,Error.captureStackTrace&&Error.captureStackTrace(n,C),!a)throw n;return n};let U=function(e,t,a){let n=e.length;if(!n||a&&a.f&&!a.l)return t||new d(0);let i=!t||a,c=!a||a.i;a||(a={}),t||(t=new d(3*n));let r=function(e){let a=t.length;if(e>a){let n=new d(Math.max(2*a,e));n.set(t),t=n}},o=a.f||0,f=a.p||0,g=a.b||0,E=a.l,T=a.d,y=a.m,m=a.n,O=8*n;do{if(!E){o=_(e,f,1);let l=_(e,f+1,3);if(f+=3,!l){let d=e[(U=A(f)+4)-4]|e[U-3]<<8,l=U+d;if(l>n){c&&C(0);break}i&&r(g+d),t.set(e.subarray(U,l),g),a.b=g+=d,a.p=f=8*l,a.f=o;continue}if(1===l)E=h,T=R,y=9,m=5;else if(2===l){let t=_(e,f,31)+257,a=_(e,f+10,15)+4,n=t+_(e,f+5,31)+1;f+=14;let i=new d(n),c=new d(19);for(var L=0;L>>4)<16)i[L++]=U;else{var U,x=0;let t=0;for(16===U?(t=3+_(e,f,3),f+=2,x=i[L-1]):17===U?(t=3+_(e,f,7),f+=3):18===U&&(t=11+_(e,f,127),f+=7);t--;)i[L++]=x}}let s=i.subarray(0,t);var w=i.subarray(t);y=v(s),m=v(w),E=I(s,y,1),T=I(w,m,1)}else C(1);if(f>O){c&&C(0);break}}i&&r(g+131072);let N=(1<>>4;if((f+=15&x)>O){c&&C(0);break}if(x||C(2),a<256)t[g++]=a;else{if(256===a){G=f,E=null;break}{let n=a-254;if(a>264){var M=l[L=a-257];n=_(e,f,(1<>>4;if(d||C(3),f+=15&d,w=p[o],o>3&&(M=s[o],w+=S(e,f)&(1<O){c&&C(0);break}i&&r(g+131072);let u=g+n;for(;g>>0};function Y(e,t){return U(e,t)}let H="undefined"!=typeof TextDecoder&&new TextDecoder,B=function(e){for(let t="",a=0;;){let n=e[a++],i=(n>127)+(n>223)+(n>239);if(a+i>e.length)return[t,N(e,a-1)];i?3===i?t+=String.fromCharCode(55296|(n=((15&n)<<18|(63&e[a++])<<12|(63&e[a++])<<6|63&e[a++])-65536)>>10,56320|1023&n):t+=1&i?String.fromCharCode((31&n)<<6|63&e[a++]):String.fromCharCode((15&n)<<12|(63&e[a++])<<6|63&e[a++]):t+=String.fromCharCode(n)}};function W(e,t){if(t){let t="";for(let a=0;a65558)return r(C(13,0,1),null),i;let l=z(e,o+8);if(l){let a=l,s=X(e,o+16),u=0xffffffff===s||65535===a;if(u){let t=X(e,o-12);(u=0x6064b50===X(e,t))&&(a=l=X(e,t+32),s=X(e,t+48))}let f=t&&t.filter;for(let t=0;te.arrayBuffer())}async function r(e){return(await new Promise(t=>{let a=new FileReader;a.readAsDataURL(new Blob([e])),a.onload=()=>t(a.result)})).split(",",2)[1]}async function o(e){let t=new Uint8Array(e),a=await new Promise((e,a)=>{(0,c.unzip)(t,(t,n)=>t?a(t):e(n))});return{read:e=>(0,c.strFromU8)(a[e]),readB64:async e=>await r(a[e])}}async function l(e,t){if(!("assets"in e))return e;async function a(e){let{p:a}=e;if(null==a||null==t.read(`images/${a}`))return e;let n=a.split(".").pop(),i=await t.readB64(`images/${a}`);if(n?.startsWith("data:"))return e.p=n,e.e=1,e;switch(n){case"svg":case"svg+xml":e.p=`data:image/svg+xml;base64,${i}`;break;case"png":case"jpg":case"jpeg":case"gif":case"webp":e.p=`data:image/${n};base64,${i}`;break;default:e.p=`data:;base64,${i}`}return e.e=1,e}return(await Promise.all(e.assets.map(a))).map((t,a)=>{e.assets[a]=t}),e}async function s(e){let t=await o(e),a=function(e){let t=JSON.parse(e);if(!("animations"in t))throw Error("Manifest not found");if(0===t.animations.length)throw Error("No animations listed in the manifest");return t}(t.read("manifest.json"));return(await Promise.all(a.animations.map(e=>l(JSON.parse(t.read(`animations/${e.id}.json`)),t))))[0]}async function u(e){let t=await d(e);return!function(e){let t=new Uint8Array(e,0,32);return 80===t[0]&&75===t[1]&&3===t[2]&&4===t[3]}(t)?JSON.parse(new TextDecoder().decode(t)):await s(t)}},13946:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={actionListPlaybackChanged:function(){return B},animationFrameChanged:function(){return F},clearRequested:function(){return P},elementStateChanged:function(){return H},eventListenerAdded:function(){return G},eventStateChanged:function(){return D},instanceAdded:function(){return z},instanceRemoved:function(){return Y},instanceStarted:function(){return X},mediaQueriesDefined:function(){return Q},parameterChanged:function(){return k},playbackRequested:function(){return w},previewRequested:function(){return x},rawDataImported:function(){return N},sessionInitialized:function(){return L},sessionStarted:function(){return C},sessionStopped:function(){return U},stopRequested:function(){return M},testFrameRendered:function(){return V},viewportWidthChanged:function(){return W}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=a(7087),d=a(9468),{IX2_RAW_DATA_IMPORTED:r,IX2_SESSION_INITIALIZED:o,IX2_SESSION_STARTED:l,IX2_SESSION_STOPPED:s,IX2_PREVIEW_REQUESTED:u,IX2_PLAYBACK_REQUESTED:f,IX2_STOP_REQUESTED:g,IX2_CLEAR_REQUESTED:b,IX2_EVENT_LISTENER_ADDED:E,IX2_TEST_FRAME_RENDERED:p,IX2_EVENT_STATE_CHANGED:T,IX2_ANIMATION_FRAME_CHANGED:y,IX2_PARAMETER_CHANGED:I,IX2_INSTANCE_ADDED:m,IX2_INSTANCE_STARTED:O,IX2_INSTANCE_REMOVED:h,IX2_ELEMENT_STATE_CHANGED:R,IX2_ACTION_LIST_PLAYBACK_CHANGED:v,IX2_VIEWPORT_WIDTH_CHANGED:_,IX2_MEDIA_QUERIES_DEFINED:S}=c.IX2EngineActionTypes,{reifyState:A}=d.IX2VanillaUtils,N=e=>({type:r,payload:{...A(e)}}),L=({hasBoundaryNodes:e,reducedMotion:t})=>({type:o,payload:{hasBoundaryNodes:e,reducedMotion:t}}),C=()=>({type:l}),U=()=>({type:s}),x=({rawData:e,defer:t})=>({type:u,payload:{defer:t,rawData:e}}),w=({actionTypeId:e=c.ActionTypeConsts.GENERAL_START_ACTION,actionListId:t,actionItemId:a,eventId:n,allowEvents:i,immediate:d,testManual:r,verbose:o,rawData:l})=>({type:f,payload:{actionTypeId:e,actionListId:t,actionItemId:a,testManual:r,eventId:n,allowEvents:i,immediate:d,verbose:o,rawData:l}}),M=e=>({type:g,payload:{actionListId:e}}),P=()=>({type:b}),G=(e,t)=>({type:E,payload:{target:e,listenerParams:t}}),V=(e=1)=>({type:p,payload:{step:e}}),D=(e,t)=>({type:T,payload:{stateKey:e,newState:t}}),F=(e,t)=>({type:y,payload:{now:e,parameters:t}}),k=(e,t)=>({type:I,payload:{key:e,value:t}}),z=e=>({type:m,payload:{...e}}),X=(e,t)=>({type:O,payload:{instanceId:e,time:t}}),Y=e=>({type:h,payload:{instanceId:e}}),H=(e,t,a,n)=>({type:R,payload:{elementId:e,actionTypeId:t,current:a,actionItem:n}}),B=({actionListId:e,isPlaying:t})=>({type:v,payload:{actionListId:e,isPlaying:t}}),W=({width:e,mediaQueries:t})=>({type:_,payload:{width:e,mediaQueries:t}}),Q=()=>({type:S})},46011:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,i={actions:function(){return l},destroy:function(){return b},init:function(){return g},setEnv:function(){return f},store:function(){return u}};for(var c in i)Object.defineProperty(t,c,{enumerable:!0,get:i[c]});let d=a(19516),r=(n=a(17243))&&n.__esModule?n:{default:n},o=a(51970),l=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var a=s(t);if(a&&a.has(e))return a.get(e);var n={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in e)if("default"!==c&&Object.prototype.hasOwnProperty.call(e,c)){var d=i?Object.getOwnPropertyDescriptor(e,c):null;d&&(d.get||d.set)?Object.defineProperty(n,c,d):n[c]=e[c]}return n.default=e,a&&a.set(e,n),n}(a(13946));function s(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,a=new WeakMap;return(s=function(e){return e?a:t})(e)}let u=(0,d.createStore)(r.default);function f(e){e()&&(0,o.observeRequests)(u)}function g(e){b(),(0,o.startEngine)({store:u,rawData:e,allowEvents:!0})}function b(){(0,o.stopEngine)(u)}},15012:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={elementContains:function(){return I},getChildElements:function(){return O},getClosestElement:function(){return R},getProperty:function(){return b},getQuerySelector:function(){return p},getRefType:function(){return v},getSiblingElements:function(){return h},getStyle:function(){return g},getValidDocument:function(){return T},isSiblingNode:function(){return m},matchSelector:function(){return E},queryDocument:function(){return y},setStyle:function(){return f}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=a(9468),d=a(7087),{ELEMENT_MATCHES:r}=c.IX2BrowserSupport,{IX2_ID_DELIMITER:o,HTML_ELEMENT:l,PLAIN_OBJECT:s,WF_PAGE:u}=d.IX2EngineConstants;function f(e,t,a){e.style[t]=a}function g(e,t){return t.startsWith("--")?window.getComputedStyle(document.documentElement).getPropertyValue(t):e.style instanceof CSSStyleDeclaration?e.style[t]:void 0}function b(e,t){return e[t]}function E(e){return t=>t[r](e)}function p({id:e,selector:t}){if(e){let t=e;if(-1!==e.indexOf(o)){let a=e.split(o),n=a[0];if(t=a[1],n!==document.documentElement.getAttribute(u))return null}return`[data-w-id="${t}"], [data-w-id^="${t}_instance"]`}return t}function T(e){return null==e||e===document.documentElement.getAttribute(u)?document:null}function y(e,t){return Array.prototype.slice.call(document.querySelectorAll(t?e+" "+t:e))}function I(e,t){return e.contains(t)}function m(e,t){return e!==t&&e.parentNode===t.parentNode}function O(e){let t=[];for(let a=0,{length:n}=e||[];adocument.documentElement.contains(e)?e.closest(t):null:(e,t)=>{if(!document.documentElement.contains(e))return null;let a=e;do{if(a[r]&&a[r](t))return a;a=a.parentNode}while(null!=a);return null};function v(e){return null!=e&&"object"==typeof e?e instanceof Element?l:s:null}},51970:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={observeRequests:function(){return q},startActionGroup:function(){return eb},startEngine:function(){return en},stopActionGroup:function(){return eg},stopAllActionGroups:function(){return ef},stopEngine:function(){return ei}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=y(a(19777)),d=y(a(24738)),r=y(a(64659)),o=y(a(13452)),l=y(a(86633)),s=y(a(53729)),u=y(a(32397)),f=y(a(35082)),g=a(7087),b=a(9468),E=a(13946),p=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var a=I(t);if(a&&a.has(e))return a.get(e);var n={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in e)if("default"!==c&&Object.prototype.hasOwnProperty.call(e,c)){var d=i?Object.getOwnPropertyDescriptor(e,c):null;d&&(d.get||d.set)?Object.defineProperty(n,c,d):n[c]=e[c]}return n.default=e,a&&a.set(e,n),n}(a(15012)),T=y(a(58955));function y(e){return e&&e.__esModule?e:{default:e}}function I(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,a=new WeakMap;return(I=function(e){return e?a:t})(e)}let m=Object.keys(g.QuickEffectIds),O=e=>m.includes(e),{COLON_DELIMITER:h,BOUNDARY_SELECTOR:R,HTML_ELEMENT:v,RENDER_GENERAL:_,W_MOD_IX:S}=g.IX2EngineConstants,{getAffectedElements:A,getElementId:N,getDestinationValues:L,observeStore:C,getInstanceId:U,renderHTMLElement:x,clearAllStyles:w,getMaxDurationItemIndex:M,getComputedStyle:P,getInstanceOrigin:G,reduceListToGroup:V,shouldNamespaceEventParameter:D,getNamespacedParameterId:F,shouldAllowMediaQuery:k,cleanupHTMLElement:z,clearObjectCache:X,stringifyTarget:Y,mediaQueriesEqual:H,shallowEqual:B}=b.IX2VanillaUtils,{isPluginType:W,createPluginInstance:Q,getPluginDuration:j}=b.IX2VanillaPlugins,$=navigator.userAgent,K=$.match(/iPad/i)||$.match(/iPhone/);function q(e){C({store:e,select:({ixRequest:e})=>e.preview,onChange:Z}),C({store:e,select:({ixRequest:e})=>e.playback,onChange:ee}),C({store:e,select:({ixRequest:e})=>e.stop,onChange:et}),C({store:e,select:({ixRequest:e})=>e.clear,onChange:ea})}function Z({rawData:e,defer:t},a){let n=()=>{en({store:a,rawData:e,allowEvents:!0}),J()};t?setTimeout(n,0):n()}function J(){document.dispatchEvent(new CustomEvent("IX2_PAGE_UPDATE"))}function ee(e,t){let{actionTypeId:a,actionListId:n,actionItemId:i,eventId:c,allowEvents:d,immediate:r,testManual:o,verbose:l=!0}=e,{rawData:s}=e;if(n&&i&&s&&r){let e=s.actionLists[n];e&&(s=V({actionList:e,actionItemId:i,rawData:s}))}if(en({store:t,rawData:s,allowEvents:d,testManual:o}),n&&a===g.ActionTypeConsts.GENERAL_START_ACTION||O(a)){eg({store:t,actionListId:n}),eu({store:t,actionListId:n,eventId:c});let e=eb({store:t,eventId:c,actionListId:n,immediate:r,verbose:l});l&&e&&t.dispatch((0,E.actionListPlaybackChanged)({actionListId:n,isPlaying:!r}))}}function et({actionListId:e},t){e?eg({store:t,actionListId:e}):ef({store:t}),ei(t)}function ea(e,t){ei(t),w({store:t,elementApi:p})}function en({store:e,rawData:t,allowEvents:a,testManual:n}){let{ixSession:i}=e.getState();if(t&&e.dispatch((0,E.rawDataImported)(t)),!i.active){(e.dispatch((0,E.sessionInitialized)({hasBoundaryNodes:!!document.querySelector(R),reducedMotion:document.body.hasAttribute("data-wf-ix-vacation")&&window.matchMedia("(prefers-reduced-motion)").matches})),a)&&(function(e){let{ixData:t}=e.getState(),{eventTypeMap:a}=t;er(e),(0,u.default)(a,(t,a)=>{let n=T.default[a];if(!n)return void console.warn(`IX2 event type not configured: ${a}`);!function({logic:e,store:t,events:a}){!function(e){if(!K)return;let t={},a="";for(let n in e){let{eventTypeId:i,target:c}=e[n],d=p.getQuerySelector(c);t[d]||(i===g.EventTypeConsts.MOUSE_CLICK||i===g.EventTypeConsts.MOUSE_SECOND_CLICK)&&(t[d]=!0,a+=d+"{cursor: pointer;touch-action: manipulation;}")}if(a){let e=document.createElement("style");e.textContent=a,document.body.appendChild(e)}}(a);let{types:n,handler:i}=e,{ixData:o}=t.getState(),{actionLists:l}=o,s=eo(a,es);if(!(0,r.default)(s))return;(0,u.default)(s,(e,n)=>{let i=a[n],{action:r,id:s,mediaQueries:u=o.mediaQueryKeys}=i,{actionListId:f}=r.config;H(u,o.mediaQueryKeys)||t.dispatch((0,E.mediaQueriesDefined)()),r.actionTypeId===g.ActionTypeConsts.GENERAL_CONTINUOUS_ACTION&&(Array.isArray(i.config)?i.config:[i.config]).forEach(a=>{let{continuousParameterGroupId:n}=a,i=(0,d.default)(l,`${f}.continuousParameterGroups`,[]),r=(0,c.default)(i,({id:e})=>e===n),o=(a.smoothing||0)/100,u=(a.restingState||0)/100;r&&e.forEach((e,n)=>{!function({store:e,eventStateKey:t,eventTarget:a,eventId:n,eventConfig:i,actionListId:c,parameterGroup:r,smoothing:o,restingValue:l}){let{ixData:s,ixSession:u}=e.getState(),{events:f}=s,b=f[n],{eventTypeId:E}=b,T={},y={},I=[],{continuousActionGroups:m}=r,{id:O}=r;D(E,i)&&(O=F(t,O));let v=u.hasBoundaryNodes&&a?p.getClosestElement(a,R):null;m.forEach(e=>{let{keyframe:t,actionItems:n}=e;n.forEach(e=>{let{actionTypeId:n}=e,{target:i}=e.config;if(!i)return;let c=i.boundaryMode?v:null,d=Y(i)+h+n;if(y[d]=function(e=[],t,a){let n,i=[...e];return i.some((e,a)=>e.keyframe===t&&(n=a,!0)),null==n&&(n=i.length,i.push({keyframe:t,actionItems:[]})),i[n].actionItems.push(a),i}(y[d],t,e),!T[d]){T[d]=!0;let{config:t}=e;A({config:t,event:b,eventTarget:a,elementRoot:c,elementApi:p}).forEach(e=>{I.push({element:e,key:d})})}})}),I.forEach(({element:t,key:a})=>{let i=y[a],r=(0,d.default)(i,"[0].actionItems[0]",{}),{actionTypeId:s}=r,u=(s===g.ActionTypeConsts.PLUGIN_RIVE?0===(r.config?.target?.selectorGuids||[]).length:W(s))?Q(s)?.(t,r):null,f=L({element:t,actionItem:r,elementApi:p},u);eE({store:e,element:t,eventId:n,actionListId:c,actionItem:r,destination:f,continuous:!0,parameterId:O,actionGroups:i,smoothing:o,restingValue:l,pluginInstance:u})})}({store:t,eventStateKey:s+h+n,eventTarget:e,eventId:s,eventConfig:a,actionListId:f,parameterGroup:r,smoothing:o,restingValue:u})})}),(r.actionTypeId===g.ActionTypeConsts.GENERAL_START_ACTION||O(r.actionTypeId))&&eu({store:t,actionListId:f,eventId:s})});let b=e=>{let{ixSession:n}=t.getState();el(s,(c,d,r)=>{let l=a[d],s=n.eventState[r],{action:u,mediaQueries:f=o.mediaQueryKeys}=l;if(!k(f,n.mediaQueryKey))return;let b=(a={})=>{let n=i({store:t,element:c,event:l,eventConfig:a,nativeEvent:e,eventStateKey:r},s);B(n,s)||t.dispatch((0,E.eventStateChanged)(r,n))};u.actionTypeId===g.ActionTypeConsts.GENERAL_CONTINUOUS_ACTION?(Array.isArray(l.config)?l.config:[l.config]).forEach(b):b()})},T=(0,f.default)(b,12),y=({target:e=document,types:a,throttle:n})=>{a.split(" ").filter(Boolean).forEach(a=>{let i=n?T:b;e.addEventListener(a,i),t.dispatch((0,E.eventListenerAdded)(e,[a,i]))})};Array.isArray(n)?n.forEach(y):"string"==typeof n&&y(e)}({logic:n,store:e,events:t})});let{ixSession:n}=e.getState();n.eventListeners.length&&function(e){let t=()=>{er(e)};ed.forEach(a=>{window.addEventListener(a,t),e.dispatch((0,E.eventListenerAdded)(window,[a,t]))}),t()}(e)}(e),function(){let{documentElement:e}=document;-1===e.className.indexOf(S)&&(e.className+=` ${S}`)}(),e.getState().ixSession.hasDefinedMediaQueries&&C({store:e,select:({ixSession:e})=>e.mediaQueryKey,onChange:()=>{ei(e),w({store:e,elementApi:p}),en({store:e,allowEvents:!0}),J()}}));e.dispatch((0,E.sessionStarted)()),function(e,t){let a=n=>{let{ixSession:i,ixParameters:c}=e.getState();if(i.active)if(e.dispatch((0,E.animationFrameChanged)(n,c)),t){let t=C({store:e,select:({ixSession:e})=>e.tick,onChange:e=>{a(e),t()}})}else requestAnimationFrame(a)};a(window.performance.now())}(e,n)}}function ei(e){let{ixSession:t}=e.getState();if(t.active){let{eventListeners:a}=t;a.forEach(ec),X(),e.dispatch((0,E.sessionStopped)())}}function ec({target:e,listenerParams:t}){e.removeEventListener.apply(e,t)}let ed=["resize","orientationchange"];function er(e){let{ixSession:t,ixData:a}=e.getState(),n=window.innerWidth;if(n!==t.viewportWidth){let{mediaQueries:t}=a;e.dispatch((0,E.viewportWidthChanged)({width:n,mediaQueries:t}))}}let eo=(e,t)=>(0,o.default)((0,s.default)(e,t),l.default),el=(e,t)=>{(0,u.default)(e,(e,a)=>{e.forEach((e,n)=>{t(e,a,a+h+n)})})},es=e=>A({config:{target:e.target,targets:e.targets},elementApi:p});function eu({store:e,actionListId:t,eventId:a}){let{ixData:n,ixSession:i}=e.getState(),{actionLists:c,events:r}=n,o=r[a],l=c[t];if(l&&l.useFirstGroupAsInitialState){let c=(0,d.default)(l,"actionItemGroups[0].actionItems",[]);if(!k((0,d.default)(o,"mediaQueries",n.mediaQueryKeys),i.mediaQueryKey))return;c.forEach(n=>{let{config:i,actionTypeId:c}=n,d=A({config:i?.target?.useEventTarget===!0&&i?.target?.objectId==null?{target:o.target,targets:o.targets}:i,event:o,elementApi:p}),r=W(c);d.forEach(i=>{let d=r?Q(c)?.(i,n):null;eE({destination:L({element:i,actionItem:n,elementApi:p},d),immediate:!0,store:e,element:i,eventId:a,actionItem:n,actionListId:t,pluginInstance:d})})})}}function ef({store:e}){let{ixInstances:t}=e.getState();(0,u.default)(t,t=>{if(!t.continuous){let{actionListId:a,verbose:n}=t;ep(t,e),n&&e.dispatch((0,E.actionListPlaybackChanged)({actionListId:a,isPlaying:!1}))}})}function eg({store:e,eventId:t,eventTarget:a,eventStateKey:n,actionListId:i}){let{ixInstances:c,ixSession:r}=e.getState(),o=r.hasBoundaryNodes&&a?p.getClosestElement(a,R):null;(0,u.default)(c,a=>{let c=(0,d.default)(a,"actionItem.config.target.boundaryMode"),r=!n||a.eventStateKey===n;if(a.actionListId===i&&a.eventId===t&&r){if(o&&c&&!p.elementContains(o,a.element))return;ep(a,e),a.verbose&&e.dispatch((0,E.actionListPlaybackChanged)({actionListId:i,isPlaying:!1}))}})}function eb({store:e,eventId:t,eventTarget:a,eventStateKey:n,actionListId:i,groupIndex:c=0,immediate:r,verbose:o}){let{ixData:l,ixSession:s}=e.getState(),{events:u}=l,f=u[t]||{},{mediaQueries:g=l.mediaQueryKeys}=f,{actionItemGroups:b,useFirstGroupAsInitialState:E}=(0,d.default)(l,`actionLists.${i}`,{});if(!b||!b.length)return!1;c>=b.length&&(0,d.default)(f,"config.loop")&&(c=0),0===c&&E&&c++;let T=(0===c||1===c&&E)&&O(f.action?.actionTypeId)?f.config.delay:void 0,y=(0,d.default)(b,[c,"actionItems"],[]);if(!y.length||!k(g,s.mediaQueryKey))return!1;let I=s.hasBoundaryNodes&&a?p.getClosestElement(a,R):null,m=M(y),h=!1;return y.forEach((d,l)=>{let{config:s,actionTypeId:u}=d,g=W(u),{target:b}=s;b&&A({config:s,event:f,eventTarget:a,elementRoot:b.boundaryMode?I:null,elementApi:p}).forEach((s,f)=>{let b=g?Q(u)?.(s,d):null,E=g?j(u)(s,d):null;h=!0;let y=P({element:s,actionItem:d}),I=L({element:s,actionItem:d,elementApi:p},b);eE({store:e,element:s,actionItem:d,eventId:t,eventTarget:a,eventStateKey:n,actionListId:i,groupIndex:c,isCarrier:m===l&&0===f,computedStyle:y,destination:I,immediate:r,verbose:o,pluginInstance:b,pluginDuration:E,instanceDelay:T})})}),h}function eE(e){let t,{store:a,computedStyle:n,...i}=e,{element:c,actionItem:d,immediate:r,pluginInstance:o,continuous:l,restingValue:s,eventId:u}=i,f=U(),{ixElements:b,ixSession:T,ixData:y}=a.getState(),I=N(b,c),{refState:m}=b[I]||{},O=p.getRefType(c),h=T.reducedMotion&&g.ReducedMotionTypes[d.actionTypeId];if(h&&l)switch(y.events[u]?.eventTypeId){case g.EventTypeConsts.MOUSE_MOVE:case g.EventTypeConsts.MOUSE_MOVE_IN_VIEWPORT:t=s;break;default:t=.5}let R=G(c,m,n,d,p,o);if(a.dispatch((0,E.instanceAdded)({instanceId:f,elementId:I,origin:R,refType:O,skipMotion:h,skipToValue:t,...i})),eT(document.body,"ix2-animation-started",f),r)return void function(e,t){let{ixParameters:a}=e.getState();e.dispatch((0,E.instanceStarted)(t,0)),e.dispatch((0,E.animationFrameChanged)(performance.now(),a));let{ixInstances:n}=e.getState();ey(n[t],e)}(a,f);C({store:a,select:({ixInstances:e})=>e[f],onChange:ey}),l||a.dispatch((0,E.instanceStarted)(f,T.tick))}function ep(e,t){eT(document.body,"ix2-animation-stopping",{instanceId:e.id,state:t.getState()});let{elementId:a,actionItem:n}=e,{ixElements:i}=t.getState(),{ref:c,refType:d}=i[a]||{};d===v&&z(c,n,p),t.dispatch((0,E.instanceRemoved)(e.id))}function eT(e,t,a){let n=document.createEvent("CustomEvent");n.initCustomEvent(t,!0,!0,a),e.dispatchEvent(n)}function ey(e,t){let{active:a,continuous:n,complete:i,elementId:c,actionItem:d,actionTypeId:r,renderType:o,current:l,groupIndex:s,eventId:u,eventTarget:f,eventStateKey:g,actionListId:b,isCarrier:T,styleProp:y,verbose:I,pluginInstance:m}=e,{ixData:O,ixSession:h}=t.getState(),{events:R}=O,{mediaQueries:S=O.mediaQueryKeys}=R&&R[u]?R[u]:{};if(k(S,h.mediaQueryKey)&&(n||a||i)){if(l||o===_&&i){t.dispatch((0,E.elementStateChanged)(c,r,l,d));let{ixElements:e}=t.getState(),{ref:a,refType:n,refState:i}=e[c]||{},s=i&&i[r];(n===v||W(r))&&x(a,i,s,u,d,y,p,o,m)}if(i){if(T){let e=eb({store:t,eventId:u,eventTarget:f,eventStateKey:g,actionListId:b,groupIndex:s+1,verbose:I});I&&!e&&t.dispatch((0,E.actionListPlaybackChanged)({actionListId:b,isPlaying:!1}))}ep(e,t)}}}},58955:function(e,t,a){"use strict";let n;Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return eg}});let i=u(a(85801)),c=u(a(24738)),d=u(a(43789)),r=a(7087),o=a(51970),l=a(13946),s=a(9468);function u(e){return e&&e.__esModule?e:{default:e}}let{MOUSE_CLICK:f,MOUSE_SECOND_CLICK:g,MOUSE_DOWN:b,MOUSE_UP:E,MOUSE_OVER:p,MOUSE_OUT:T,DROPDOWN_CLOSE:y,DROPDOWN_OPEN:I,SLIDER_ACTIVE:m,SLIDER_INACTIVE:O,TAB_ACTIVE:h,TAB_INACTIVE:R,NAVBAR_CLOSE:v,NAVBAR_OPEN:_,MOUSE_MOVE:S,PAGE_SCROLL_DOWN:A,SCROLL_INTO_VIEW:N,SCROLL_OUT_OF_VIEW:L,PAGE_SCROLL_UP:C,SCROLLING_IN_VIEW:U,PAGE_FINISH:x,ECOMMERCE_CART_CLOSE:w,ECOMMERCE_CART_OPEN:M,PAGE_START:P,PAGE_SCROLL:G}=r.EventTypeConsts,V="COMPONENT_ACTIVE",D="COMPONENT_INACTIVE",{COLON_DELIMITER:F}=r.IX2EngineConstants,{getNamespacedParameterId:k}=s.IX2VanillaUtils,z=e=>t=>!!("object"==typeof t&&e(t))||t,X=z(({element:e,nativeEvent:t})=>e===t.target),Y=z(({element:e,nativeEvent:t})=>e.contains(t.target)),H=(0,i.default)([X,Y]),B=(e,t)=>{if(t){let{ixData:a}=e.getState(),{events:n}=a,i=n[t];if(i&&!ee[i.eventTypeId])return i}return null},W=({store:e,event:t})=>{let{action:a}=t,{autoStopEventId:n}=a.config;return!!B(e,n)},Q=({store:e,event:t,element:a,eventStateKey:n},i)=>{let{action:d,id:r}=t,{actionListId:l,autoStopEventId:s}=d.config,u=B(e,s);return u&&(0,o.stopActionGroup)({store:e,eventId:s,eventTarget:a,eventStateKey:s+F+n.split(F)[1],actionListId:(0,c.default)(u,"action.config.actionListId")}),(0,o.stopActionGroup)({store:e,eventId:r,eventTarget:a,eventStateKey:n,actionListId:l}),(0,o.startActionGroup)({store:e,eventId:r,eventTarget:a,eventStateKey:n,actionListId:l}),i},j=(e,t)=>(a,n)=>!0===e(a,n)?t(a,n):n,$={handler:j(H,Q)},K={...$,types:[V,D].join(" ")},q=[{target:window,types:"resize orientationchange",throttle:!0},{target:document,types:"scroll wheel readystatechange IX2_PAGE_UPDATE",throttle:!0}],Z="mouseover mouseout",J={types:q},ee={PAGE_START:P,PAGE_FINISH:x},et=(()=>{let e=void 0!==window.pageXOffset,t="CSS1Compat"===document.compatMode?document.documentElement:document.body;return()=>({scrollLeft:e?window.pageXOffset:t.scrollLeft,scrollTop:e?window.pageYOffset:t.scrollTop,stiffScrollTop:(0,d.default)(e?window.pageYOffset:t.scrollTop,0,t.scrollHeight-window.innerHeight),scrollWidth:t.scrollWidth,scrollHeight:t.scrollHeight,clientWidth:t.clientWidth,clientHeight:t.clientHeight,innerWidth:window.innerWidth,innerHeight:window.innerHeight})})(),ea=(e,t)=>!(e.left>t.right||e.rightt.bottom||e.bottom{let{type:a,target:n,relatedTarget:i}=t,c=e.contains(n);if("mouseover"===a&&c)return!0;let d=e.contains(i);return"mouseout"===a&&!!c&&!!d},ei=e=>{let{element:t,event:{config:a}}=e,{clientWidth:n,clientHeight:i}=et(),c=a.scrollOffsetValue,d="PX"===a.scrollOffsetUnit?c:i*(c||0)/100;return ea(t.getBoundingClientRect(),{left:0,top:d,right:n,bottom:i-d})},ec=e=>(t,a)=>{let{type:n}=t.nativeEvent,i=-1!==[V,D].indexOf(n)?n===V:a.isActive,c={...a,isActive:i};return(!a||c.isActive!==a.isActive)&&e(t,c)||c},ed=e=>(t,a)=>{let n={elementHovered:en(t)};return(a?n.elementHovered!==a.elementHovered:n.elementHovered)&&e(t,n)||n},er=e=>(t,a={})=>{let n,i,{stiffScrollTop:c,scrollHeight:d,innerHeight:r}=et(),{event:{config:o,eventTypeId:l}}=t,{scrollOffsetValue:s,scrollOffsetUnit:u}=o,f=d-r,g=Number((c/f).toFixed(2));if(a&&a.percentTop===g)return a;let b=("PX"===u?s:r*(s||0)/100)/f,E=0;a&&(n=g>a.percentTop,E=(i=a.scrollingDown!==n)?g:a.anchorTop);let p=l===A?g>=E+b:g<=E-b,T={...a,percentTop:g,inBounds:p,anchorTop:E,scrollingDown:n};return a&&p&&(i||T.inBounds!==a.inBounds)&&e(t,T)||T},eo=(e,t)=>e.left>t.left&&e.leftt.top&&e.top(t,a={clickCount:0})=>{let n={clickCount:a.clickCount%2+1};return n.clickCount!==a.clickCount&&e(t,n)||n},es=(e=!0)=>({...K,handler:j(e?H:X,ec((e,t)=>t.isActive?$.handler(e,t):t))}),eu=(e=!0)=>({...K,handler:j(e?H:X,ec((e,t)=>t.isActive?t:$.handler(e,t)))}),ef={...J,handler:(n=(e,t)=>{let{elementVisible:a}=t,{event:n,store:i}=e,{ixData:c}=i.getState(),{events:d}=c;return!d[n.action.config.autoStopEventId]&&t.triggered?t:n.eventTypeId===N===a?(Q(e),{...t,triggered:!0}):t},(e,t)=>{let a={...t,elementVisible:ei(e)};return(t?a.elementVisible!==t.elementVisible:a.elementVisible)&&n(e,a)||a})},eg={[m]:es(),[O]:eu(),[I]:es(),[y]:eu(),[_]:es(!1),[v]:eu(!1),[h]:es(),[R]:eu(),[M]:{types:"ecommerce-cart-open",handler:j(H,Q)},[w]:{types:"ecommerce-cart-close",handler:j(H,Q)},[f]:{types:"click",handler:j(H,el((e,{clickCount:t})=>{W(e)?1===t&&Q(e):Q(e)}))},[g]:{types:"click",handler:j(H,el((e,{clickCount:t})=>{2===t&&Q(e)}))},[b]:{...$,types:"mousedown"},[E]:{...$,types:"mouseup"},[p]:{types:Z,handler:j(H,ed((e,t)=>{t.elementHovered&&Q(e)}))},[T]:{types:Z,handler:j(H,ed((e,t)=>{t.elementHovered||Q(e)}))},[S]:{types:"mousemove mouseout scroll",handler:({store:e,element:t,eventConfig:a,nativeEvent:n,eventStateKey:i},c={clientX:0,clientY:0,pageX:0,pageY:0})=>{let{basedOn:d,selectedAxis:o,continuousParameterGroupId:s,reverse:u,restingState:f=0}=a,{clientX:g=c.clientX,clientY:b=c.clientY,pageX:E=c.pageX,pageY:p=c.pageY}=n,T="X_AXIS"===o,y="mouseout"===n.type,I=f/100,m=s,O=!1;switch(d){case r.EventBasedOn.VIEWPORT:I=T?Math.min(g,window.innerWidth)/window.innerWidth:Math.min(b,window.innerHeight)/window.innerHeight;break;case r.EventBasedOn.PAGE:{let{scrollLeft:e,scrollTop:t,scrollWidth:a,scrollHeight:n}=et();I=T?Math.min(e+E,a)/a:Math.min(t+p,n)/n;break}case r.EventBasedOn.ELEMENT:default:{m=k(i,s);let e=0===n.type.indexOf("mouse");if(e&&!0!==H({element:t,nativeEvent:n}))break;let a=t.getBoundingClientRect(),{left:c,top:d,width:r,height:o}=a;if(!e&&!eo({left:g,top:b},a))break;O=!0,I=T?(g-c)/r:(b-d)/o}}return y&&(I>.95||I<.05)&&(I=Math.round(I)),(d!==r.EventBasedOn.ELEMENT||O||O!==c.elementHovered)&&(I=u?1-I:I,e.dispatch((0,l.parameterChanged)(m,I))),{elementHovered:O,clientX:g,clientY:b,pageX:E,pageY:p}}},[G]:{types:q,handler:({store:e,eventConfig:t})=>{let{continuousParameterGroupId:a,reverse:n}=t,{scrollTop:i,scrollHeight:c,clientHeight:d}=et(),r=i/(c-d);r=n?1-r:r,e.dispatch((0,l.parameterChanged)(a,r))}},[U]:{types:q,handler:({element:e,store:t,eventConfig:a,eventStateKey:n},i={scrollPercent:0})=>{let{scrollLeft:c,scrollTop:d,scrollWidth:o,scrollHeight:s,clientHeight:u}=et(),{basedOn:f,selectedAxis:g,continuousParameterGroupId:b,startsEntering:E,startsExiting:p,addEndOffset:T,addStartOffset:y,addOffsetValue:I=0,endOffsetValue:m=0}=a;if(f===r.EventBasedOn.VIEWPORT){let e="X_AXIS"===g?c/o:d/s;return e!==i.scrollPercent&&t.dispatch((0,l.parameterChanged)(b,e)),{scrollPercent:e}}{let a=k(n,b),c=e.getBoundingClientRect(),d=(y?I:0)/100,r=(T?m:0)/100;d=E?d:1-d,r=p?r:1-r;let o=c.top+Math.min(c.height*d,u),f=Math.min(u+(c.top+c.height*r-o),s),g=Math.min(Math.max(0,u-o),f)/f;return g!==i.scrollPercent&&t.dispatch((0,l.parameterChanged)(a,g)),{scrollPercent:g}}}},[N]:ef,[L]:ef,[A]:{...J,handler:er((e,t)=>{t.scrollingDown&&Q(e)})},[C]:{...J,handler:er((e,t)=>{t.scrollingDown||Q(e)})},[x]:{types:"readystatechange IX2_PAGE_UPDATE",handler:j(X,(e,t)=>{let a={finished:"complete"===document.readyState};return a.finished&&!(t&&t.finshed)&&Q(e),a})},[P]:{types:"readystatechange IX2_PAGE_UPDATE",handler:j(X,(e,t)=>(t||Q(e),{started:!0}))}}},34609:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"ixData",{enumerable:!0,get:function(){return i}});let{IX2_RAW_DATA_IMPORTED:n}=a(7087).IX2EngineActionTypes,i=(e=Object.freeze({}),t)=>t.type===n?t.payload.ixData||Object.freeze({}):e},7718:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"ixInstances",{enumerable:!0,get:function(){return O}});let n=a(7087),i=a(9468),c=a(81185),{IX2_RAW_DATA_IMPORTED:d,IX2_SESSION_STOPPED:r,IX2_INSTANCE_ADDED:o,IX2_INSTANCE_STARTED:l,IX2_INSTANCE_REMOVED:s,IX2_ANIMATION_FRAME_CHANGED:u}=n.IX2EngineActionTypes,{optimizeFloat:f,applyEasing:g,createBezierEasing:b}=i.IX2EasingUtils,{RENDER_GENERAL:E}=n.IX2EngineConstants,{getItemConfigByKey:p,getRenderType:T,getStyleProp:y}=i.IX2VanillaUtils,I=(e,t)=>{let a,n,i,d,{position:r,parameterId:o,actionGroups:l,destinationKeys:s,smoothing:u,restingValue:b,actionTypeId:E,customEasingFn:T,skipMotion:y,skipToValue:I}=e,{parameters:m}=t.payload,O=Math.max(1-u,.01),h=m[o];null==h&&(O=1,h=b);let R=f((Math.max(h,0)||0)-r),v=y?I:f(r+R*O),_=100*v;if(v===r&&e.current)return e;for(let e=0,{length:t}=l;e=t){a=c[0];let r=l[e+1],o=r&&_!==t;n=o?r.actionItems[0]:null,o&&(i=t/100,d=(r.keyframe-t)/100)}}let S={};if(a&&!n)for(let e=0,{length:t}=s;e{let{active:a,origin:n,start:i,immediate:d,renderType:r,verbose:o,actionItem:l,destination:s,destinationKeys:u,pluginDuration:b,instanceDelay:p,customEasingFn:T,skipMotion:y}=e,I=l.config.easing,{duration:m,delay:O}=l.config;null!=b&&(m=b),O=null!=p?p:O,r===E?m=0:(d||y)&&(m=O=0);let{now:h}=t.payload;if(a&&n){let t=h-(i+O);if(o){let t=m+O,a=f(Math.min(Math.max(0,(h-i)/t),1));e=(0,c.set)(e,"verboseTimeElapsed",t*a)}if(t<0)return e;let a=f(Math.min(Math.max(0,t/m),1)),d=g(I,a,T),r={},l=null;return u.length&&(l=u.reduce((e,t)=>{let a=s[t],i=parseFloat(n[t])||0,c=parseFloat(a)-i;return e[t]=c*d+i,e},{})),r.current=l,r.position=a,1===a&&(r.active=!1,r.complete=!0),(0,c.merge)(e,r)}return e},O=(e=Object.freeze({}),t)=>{switch(t.type){case d:return t.payload.ixInstances||Object.freeze({});case r:return Object.freeze({});case o:{let{instanceId:a,elementId:n,actionItem:i,eventId:d,eventTarget:r,eventStateKey:o,actionListId:l,groupIndex:s,isCarrier:u,origin:f,destination:g,immediate:E,verbose:p,continuous:I,parameterId:m,actionGroups:O,smoothing:h,restingValue:R,pluginInstance:v,pluginDuration:_,instanceDelay:S,skipMotion:A,skipToValue:N}=t.payload,{actionTypeId:L}=i,C=T(L),U=y(C,L),x=Object.keys(g).filter(e=>null!=g[e]&&"string"!=typeof g[e]),{easing:w}=i.config;return(0,c.set)(e,a,{id:a,elementId:n,active:!1,position:0,start:0,origin:f,destination:g,destinationKeys:x,immediate:E,verbose:p,current:null,actionItem:i,actionTypeId:L,eventId:d,eventTarget:r,eventStateKey:o,actionListId:l,groupIndex:s,renderType:C,isCarrier:u,styleProp:U,continuous:I,parameterId:m,actionGroups:O,smoothing:h,restingValue:R,pluginInstance:v,pluginDuration:_,instanceDelay:S,skipMotion:A,skipToValue:N,customEasingFn:Array.isArray(w)&&4===w.length?b(w):void 0})}case l:{let{instanceId:a,time:n}=t.payload;return(0,c.mergeIn)(e,[a],{active:!0,complete:!1,start:n})}case s:{let{instanceId:a}=t.payload;if(!e[a])return e;let n={},i=Object.keys(e),{length:c}=i;for(let t=0;t{switch(t.type){case n:return t.payload.ixParameters||{};case i:return{};case c:{let{key:a,value:n}=t.payload;return e[a]=n,e}default:return e}}},17243:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return u}});let n=a(19516),i=a(34609),c=a(30628),d=a(25862),r=a(9468),o=a(7718),l=a(71540),{ixElements:s}=r.IX2ElementsReducer,u=(0,n.combineReducers)({ixData:i.ixData,ixRequest:c.ixRequest,ixSession:d.ixSession,ixElements:s,ixInstances:o.ixInstances,ixParameters:l.ixParameters})},30628:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"ixRequest",{enumerable:!0,get:function(){return u}});let n=a(7087),i=a(81185),{IX2_PREVIEW_REQUESTED:c,IX2_PLAYBACK_REQUESTED:d,IX2_STOP_REQUESTED:r,IX2_CLEAR_REQUESTED:o}=n.IX2EngineActionTypes,l={preview:{},playback:{},stop:{},clear:{}},s=Object.create(null,{[c]:{value:"preview"},[d]:{value:"playback"},[r]:{value:"stop"},[o]:{value:"clear"}}),u=(e=l,t)=>{if(t.type in s){let a=[s[t.type]];return(0,i.setIn)(e,[a],{...t.payload})}return e}},25862:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"ixSession",{enumerable:!0,get:function(){return p}});let n=a(7087),i=a(81185),{IX2_SESSION_INITIALIZED:c,IX2_SESSION_STARTED:d,IX2_TEST_FRAME_RENDERED:r,IX2_SESSION_STOPPED:o,IX2_EVENT_LISTENER_ADDED:l,IX2_EVENT_STATE_CHANGED:s,IX2_ANIMATION_FRAME_CHANGED:u,IX2_ACTION_LIST_PLAYBACK_CHANGED:f,IX2_VIEWPORT_WIDTH_CHANGED:g,IX2_MEDIA_QUERIES_DEFINED:b}=n.IX2EngineActionTypes,E={active:!1,tick:0,eventListeners:[],eventState:{},playbackState:{},viewportWidth:0,mediaQueryKey:null,hasBoundaryNodes:!1,hasDefinedMediaQueries:!1,reducedMotion:!1},p=(e=E,t)=>{switch(t.type){case c:{let{hasBoundaryNodes:a,reducedMotion:n}=t.payload;return(0,i.merge)(e,{hasBoundaryNodes:a,reducedMotion:n})}case d:return(0,i.set)(e,"active",!0);case r:{let{payload:{step:a=20}}=t;return(0,i.set)(e,"tick",e.tick+a)}case o:return E;case u:{let{payload:{now:a}}=t;return(0,i.set)(e,"tick",a)}case l:{let a=(0,i.addLast)(e.eventListeners,t.payload);return(0,i.set)(e,"eventListeners",a)}case s:{let{stateKey:a,newState:n}=t.payload;return(0,i.setIn)(e,["eventState",a],n)}case f:{let{actionListId:a,isPlaying:n}=t.payload;return(0,i.setIn)(e,["playbackState",a],n)}case g:{let{width:a,mediaQueries:n}=t.payload,c=n.length,d=null;for(let e=0;e=i&&a<=c){d=t;break}}return(0,i.merge)(e,{viewportWidth:a,mediaQueryKey:d})}case b:return(0,i.set)(e,"hasDefinedMediaQueries",!0);default:return e}}},97377:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={clearPlugin:function(){return s},createPluginInstance:function(){return o},getPluginConfig:function(){return i},getPluginDestination:function(){return r},getPluginDuration:function(){return c},getPluginOrigin:function(){return d},renderPlugin:function(){return l}};for(var n in a)Object.defineProperty(t,n,{enumerable:!0,get:a[n]});let i=e=>e.value,c=(e,t)=>{if("auto"!==t.config.duration)return null;let a=parseFloat(e.getAttribute("data-duration"));return a>0?1e3*a:1e3*parseFloat(e.getAttribute("data-default-duration"))},d=e=>e||{value:0},r=e=>({value:e.value}),o=e=>{let t=window.Webflow.require("lottie");if(!t)return null;let a=t.createInstance(e);return a.stop(),a.setSubframe(!0),a},l=(e,t,a)=>{if(!e)return;let n=t[a.actionTypeId].value/100;e.goToFrame(e.frames*n)},s=e=>{let t=window.Webflow.require("lottie");t&&t.createInstance(e).stop()}},92570:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={clearPlugin:function(){return b},createPluginInstance:function(){return f},getPluginConfig:function(){return o},getPluginDestination:function(){return u},getPluginDuration:function(){return l},getPluginOrigin:function(){return s},renderPlugin:function(){return g}};for(var n in a)Object.defineProperty(t,n,{enumerable:!0,get:a[n]});let i="--wf-rive-fit",c="--wf-rive-alignment",d=e=>document.querySelector(`[data-w-id="${e}"]`),r=()=>window.Webflow.require("rive"),o=(e,t)=>e.value.inputs[t],l=()=>null,s=(e,t)=>{if(e)return e;let a={},{inputs:n={}}=t.config.value;for(let e in n)null==n[e]&&(a[e]=0);return a},u=e=>e.value.inputs??{},f=(e,t)=>{if((t.config?.target?.selectorGuids||[]).length>0)return e;let a=t?.config?.target?.pluginElement;return a?d(a):null},g=(e,{PLUGIN_RIVE:t},a)=>{let n=r();if(!n)return;let d=n.getInstance(e),o=n.rive.StateMachineInputType,{name:l,inputs:s={}}=a.config.value||{};function u(e){if(e.loaded)a();else{let t=()=>{a(),e?.off("load",t)};e?.on("load",t)}function a(){let a=e.stateMachineInputs(l);if(null!=a){if(e.isPlaying||e.play(l,!1),i in s||c in s){let t=e.layout,a=s[i]??t.fit,n=s[c]??t.alignment;(a!==t.fit||n!==t.alignment)&&(e.layout=t.copyWith({fit:a,alignment:n}))}for(let e in s){if(e===i||e===c)continue;let n=a.find(t=>t.name===e);if(null!=n)switch(n.type){case o.Boolean:null!=s[e]&&(n.value=!!s[e]);break;case o.Number:{let a=t[e];null!=a&&(n.value=a);break}case o.Trigger:s[e]&&n.fire()}}}}}d?.rive?u(d.rive):n.setLoadHandler(e,u)},b=(e,t)=>null},22866:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={clearPlugin:function(){return b},createPluginInstance:function(){return f},getPluginConfig:function(){return r},getPluginDestination:function(){return u},getPluginDuration:function(){return o},getPluginOrigin:function(){return s},renderPlugin:function(){return g}};for(var n in a)Object.defineProperty(t,n,{enumerable:!0,get:a[n]});let i=e=>document.querySelector(`[data-w-id="${e}"]`),c=()=>window.Webflow.require("spline"),d=(e,t)=>e.filter(e=>!t.includes(e)),r=(e,t)=>e.value[t],o=()=>null,l=Object.freeze({positionX:0,positionY:0,positionZ:0,rotationX:0,rotationY:0,rotationZ:0,scaleX:1,scaleY:1,scaleZ:1}),s=(e,t)=>{let a=Object.keys(t.config.value);if(e){let t=d(a,Object.keys(e));return t.length?t.reduce((e,t)=>(e[t]=l[t],e),e):e}return a.reduce((e,t)=>(e[t]=l[t],e),{})},u=e=>e.value,f=(e,t)=>{let a=t?.config?.target?.pluginElement;return a?i(a):null},g=(e,t,a)=>{let n=c();if(!n)return;let i=n.getInstance(e),d=a.config.target.objectId,r=e=>{if(!e)throw Error("Invalid spline app passed to renderSpline");let a=d&&e.findObjectById(d);if(!a)return;let{PLUGIN_SPLINE:n}=t;null!=n.positionX&&(a.position.x=n.positionX),null!=n.positionY&&(a.position.y=n.positionY),null!=n.positionZ&&(a.position.z=n.positionZ),null!=n.rotationX&&(a.rotation.x=n.rotationX),null!=n.rotationY&&(a.rotation.y=n.rotationY),null!=n.rotationZ&&(a.rotation.z=n.rotationZ),null!=n.scaleX&&(a.scale.x=n.scaleX),null!=n.scaleY&&(a.scale.y=n.scaleY),null!=n.scaleZ&&(a.scale.z=n.scaleZ)};i?r(i.spline):n.setLoadHandler(e,r)},b=()=>null},11407:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={clearPlugin:function(){return g},createPluginInstance:function(){return s},getPluginConfig:function(){return d},getPluginDestination:function(){return l},getPluginDuration:function(){return r},getPluginOrigin:function(){return o},renderPlugin:function(){return f}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=a(40380),d=(e,t)=>e.value[t],r=()=>null,o=(e,t)=>{if(e)return e;let a=t.config.value,n=t.config.target.objectId,i=getComputedStyle(document.documentElement).getPropertyValue(n);return null!=a.size?{size:parseInt(i,10)}:"%"===a.unit||"-"===a.unit?{size:parseFloat(i)}:null!=a.red&&null!=a.green&&null!=a.blue?(0,c.normalizeColor)(i):void 0},l=e=>e.value,s=()=>null,u={color:{match:({red:e,green:t,blue:a,alpha:n})=>[e,t,a,n].every(e=>null!=e),getValue:({red:e,green:t,blue:a,alpha:n})=>`rgba(${e}, ${t}, ${a}, ${n})`},size:{match:({size:e})=>null!=e,getValue:({size:e},t)=>"-"===t?e:`${e}${t}`}},f=(e,t,a)=>{let{target:{objectId:n},value:{unit:i}}=a.config,c=t.PLUGIN_VARIABLE,d=Object.values(u).find(e=>e.match(c,i));d&&document.documentElement.style.setProperty(n,d.getValue(c,i))},g=(e,t)=>{let a=t.config.target.objectId;document.documentElement.style.removeProperty(a)}},63690:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"pluginMethodMap",{enumerable:!0,get:function(){return s}});let n=a(7087),i=l(a(97377)),c=l(a(22866)),d=l(a(92570)),r=l(a(11407));function o(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,a=new WeakMap;return(o=function(e){return e?a:t})(e)}function l(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var a=o(t);if(a&&a.has(e))return a.get(e);var n={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in e)if("default"!==c&&Object.prototype.hasOwnProperty.call(e,c)){var d=i?Object.getOwnPropertyDescriptor(e,c):null;d&&(d.get||d.set)?Object.defineProperty(n,c,d):n[c]=e[c]}return n.default=e,a&&a.set(e,n),n}let s=new Map([[n.ActionTypeConsts.PLUGIN_LOTTIE,{...i}],[n.ActionTypeConsts.PLUGIN_SPLINE,{...c}],[n.ActionTypeConsts.PLUGIN_RIVE,{...d}],[n.ActionTypeConsts.PLUGIN_VARIABLE,{...r}]])},48023:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={IX2_ACTION_LIST_PLAYBACK_CHANGED:function(){return m},IX2_ANIMATION_FRAME_CHANGED:function(){return b},IX2_CLEAR_REQUESTED:function(){return u},IX2_ELEMENT_STATE_CHANGED:function(){return I},IX2_EVENT_LISTENER_ADDED:function(){return f},IX2_EVENT_STATE_CHANGED:function(){return g},IX2_INSTANCE_ADDED:function(){return p},IX2_INSTANCE_REMOVED:function(){return y},IX2_INSTANCE_STARTED:function(){return T},IX2_MEDIA_QUERIES_DEFINED:function(){return h},IX2_PARAMETER_CHANGED:function(){return E},IX2_PLAYBACK_REQUESTED:function(){return l},IX2_PREVIEW_REQUESTED:function(){return o},IX2_RAW_DATA_IMPORTED:function(){return i},IX2_SESSION_INITIALIZED:function(){return c},IX2_SESSION_STARTED:function(){return d},IX2_SESSION_STOPPED:function(){return r},IX2_STOP_REQUESTED:function(){return s},IX2_TEST_FRAME_RENDERED:function(){return R},IX2_VIEWPORT_WIDTH_CHANGED:function(){return O}};for(var n in a)Object.defineProperty(t,n,{enumerable:!0,get:a[n]});let i="IX2_RAW_DATA_IMPORTED",c="IX2_SESSION_INITIALIZED",d="IX2_SESSION_STARTED",r="IX2_SESSION_STOPPED",o="IX2_PREVIEW_REQUESTED",l="IX2_PLAYBACK_REQUESTED",s="IX2_STOP_REQUESTED",u="IX2_CLEAR_REQUESTED",f="IX2_EVENT_LISTENER_ADDED",g="IX2_EVENT_STATE_CHANGED",b="IX2_ANIMATION_FRAME_CHANGED",E="IX2_PARAMETER_CHANGED",p="IX2_INSTANCE_ADDED",T="IX2_INSTANCE_STARTED",y="IX2_INSTANCE_REMOVED",I="IX2_ELEMENT_STATE_CHANGED",m="IX2_ACTION_LIST_PLAYBACK_CHANGED",O="IX2_VIEWPORT_WIDTH_CHANGED",h="IX2_MEDIA_QUERIES_DEFINED",R="IX2_TEST_FRAME_RENDERED"},52686:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={ABSTRACT_NODE:function(){return et},AUTO:function(){return H},BACKGROUND:function(){return D},BACKGROUND_COLOR:function(){return V},BAR_DELIMITER:function(){return Q},BORDER_COLOR:function(){return F},BOUNDARY_SELECTOR:function(){return o},CHILDREN:function(){return j},COLON_DELIMITER:function(){return W},COLOR:function(){return k},COMMA_DELIMITER:function(){return B},CONFIG_UNIT:function(){return p},CONFIG_VALUE:function(){return f},CONFIG_X_UNIT:function(){return g},CONFIG_X_VALUE:function(){return l},CONFIG_Y_UNIT:function(){return b},CONFIG_Y_VALUE:function(){return s},CONFIG_Z_UNIT:function(){return E},CONFIG_Z_VALUE:function(){return u},DISPLAY:function(){return z},FILTER:function(){return w},FLEX:function(){return X},FONT_VARIATION_SETTINGS:function(){return M},HEIGHT:function(){return G},HTML_ELEMENT:function(){return J},IMMEDIATE_CHILDREN:function(){return $},IX2_ID_DELIMITER:function(){return i},OPACITY:function(){return x},PARENT:function(){return q},PLAIN_OBJECT:function(){return ee},PRESERVE_3D:function(){return Z},RENDER_GENERAL:function(){return en},RENDER_PLUGIN:function(){return ec},RENDER_STYLE:function(){return ei},RENDER_TRANSFORM:function(){return ea},ROTATE_X:function(){return S},ROTATE_Y:function(){return A},ROTATE_Z:function(){return N},SCALE_3D:function(){return _},SCALE_X:function(){return h},SCALE_Y:function(){return R},SCALE_Z:function(){return v},SIBLINGS:function(){return K},SKEW:function(){return L},SKEW_X:function(){return C},SKEW_Y:function(){return U},TRANSFORM:function(){return T},TRANSLATE_3D:function(){return O},TRANSLATE_X:function(){return y},TRANSLATE_Y:function(){return I},TRANSLATE_Z:function(){return m},WF_PAGE:function(){return c},WIDTH:function(){return P},WILL_CHANGE:function(){return Y},W_MOD_IX:function(){return r},W_MOD_JS:function(){return d}};for(var n in a)Object.defineProperty(t,n,{enumerable:!0,get:a[n]});let i="|",c="data-wf-page",d="w-mod-js",r="w-mod-ix",o=".w-dyn-item",l="xValue",s="yValue",u="zValue",f="value",g="xUnit",b="yUnit",E="zUnit",p="unit",T="transform",y="translateX",I="translateY",m="translateZ",O="translate3d",h="scaleX",R="scaleY",v="scaleZ",_="scale3d",S="rotateX",A="rotateY",N="rotateZ",L="skew",C="skewX",U="skewY",x="opacity",w="filter",M="font-variation-settings",P="width",G="height",V="backgroundColor",D="background",F="borderColor",k="color",z="display",X="flex",Y="willChange",H="AUTO",B=",",W=":",Q="|",j="CHILDREN",$="IMMEDIATE_CHILDREN",K="SIBLINGS",q="PARENT",Z="preserve-3d",J="HTML_ELEMENT",ee="PLAIN_OBJECT",et="ABSTRACT_NODE",ea="RENDER_TRANSFORM",en="RENDER_GENERAL",ei="RENDER_STYLE",ec="RENDER_PLUGIN"},70262:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={ActionAppliesTo:function(){return c},ActionTypeConsts:function(){return i}};for(var n in a)Object.defineProperty(t,n,{enumerable:!0,get:a[n]});let i={TRANSFORM_MOVE:"TRANSFORM_MOVE",TRANSFORM_SCALE:"TRANSFORM_SCALE",TRANSFORM_ROTATE:"TRANSFORM_ROTATE",TRANSFORM_SKEW:"TRANSFORM_SKEW",STYLE_OPACITY:"STYLE_OPACITY",STYLE_SIZE:"STYLE_SIZE",STYLE_FILTER:"STYLE_FILTER",STYLE_FONT_VARIATION:"STYLE_FONT_VARIATION",STYLE_BACKGROUND_COLOR:"STYLE_BACKGROUND_COLOR",STYLE_BORDER:"STYLE_BORDER",STYLE_TEXT_COLOR:"STYLE_TEXT_COLOR",OBJECT_VALUE:"OBJECT_VALUE",PLUGIN_LOTTIE:"PLUGIN_LOTTIE",PLUGIN_SPLINE:"PLUGIN_SPLINE",PLUGIN_RIVE:"PLUGIN_RIVE",PLUGIN_VARIABLE:"PLUGIN_VARIABLE",GENERAL_DISPLAY:"GENERAL_DISPLAY",GENERAL_START_ACTION:"GENERAL_START_ACTION",GENERAL_CONTINUOUS_ACTION:"GENERAL_CONTINUOUS_ACTION",GENERAL_COMBO_CLASS:"GENERAL_COMBO_CLASS",GENERAL_STOP_ACTION:"GENERAL_STOP_ACTION",GENERAL_LOOP:"GENERAL_LOOP",STYLE_BOX_SHADOW:"STYLE_BOX_SHADOW"},c={ELEMENT:"ELEMENT",ELEMENT_CLASS:"ELEMENT_CLASS",TRIGGER_ELEMENT:"TRIGGER_ELEMENT"}},7087:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={ActionTypeConsts:function(){return d.ActionTypeConsts},IX2EngineActionTypes:function(){return r},IX2EngineConstants:function(){return o},QuickEffectIds:function(){return c.QuickEffectIds}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=l(a(61833),t),d=l(a(70262),t);l(a(28704),t),l(a(83213),t);let r=u(a(48023)),o=u(a(52686));function l(e,t){return Object.keys(e).forEach(function(a){"default"===a||Object.prototype.hasOwnProperty.call(t,a)||Object.defineProperty(t,a,{enumerable:!0,get:function(){return e[a]}})}),e}function s(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,a=new WeakMap;return(s=function(e){return e?a:t})(e)}function u(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var a=s(t);if(a&&a.has(e))return a.get(e);var n={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in e)if("default"!==c&&Object.prototype.hasOwnProperty.call(e,c)){var d=i?Object.getOwnPropertyDescriptor(e,c):null;d&&(d.get||d.set)?Object.defineProperty(n,c,d):n[c]=e[c]}return n.default=e,a&&a.set(e,n),n}},83213:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"ReducedMotionTypes",{enumerable:!0,get:function(){return s}});let{TRANSFORM_MOVE:n,TRANSFORM_SCALE:i,TRANSFORM_ROTATE:c,TRANSFORM_SKEW:d,STYLE_SIZE:r,STYLE_FILTER:o,STYLE_FONT_VARIATION:l}=a(70262).ActionTypeConsts,s={[n]:!0,[i]:!0,[c]:!0,[d]:!0,[r]:!0,[o]:!0,[l]:!0}},61833:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a={EventAppliesTo:function(){return c},EventBasedOn:function(){return d},EventContinuousMouseAxes:function(){return r},EventLimitAffectedElements:function(){return o},EventTypeConsts:function(){return i},QuickEffectDirectionConsts:function(){return s},QuickEffectIds:function(){return l}};for(var n in a)Object.defineProperty(t,n,{enumerable:!0,get:a[n]});let i={NAVBAR_OPEN:"NAVBAR_OPEN",NAVBAR_CLOSE:"NAVBAR_CLOSE",TAB_ACTIVE:"TAB_ACTIVE",TAB_INACTIVE:"TAB_INACTIVE",SLIDER_ACTIVE:"SLIDER_ACTIVE",SLIDER_INACTIVE:"SLIDER_INACTIVE",DROPDOWN_OPEN:"DROPDOWN_OPEN",DROPDOWN_CLOSE:"DROPDOWN_CLOSE",MOUSE_CLICK:"MOUSE_CLICK",MOUSE_SECOND_CLICK:"MOUSE_SECOND_CLICK",MOUSE_DOWN:"MOUSE_DOWN",MOUSE_UP:"MOUSE_UP",MOUSE_OVER:"MOUSE_OVER",MOUSE_OUT:"MOUSE_OUT",MOUSE_MOVE:"MOUSE_MOVE",MOUSE_MOVE_IN_VIEWPORT:"MOUSE_MOVE_IN_VIEWPORT",SCROLL_INTO_VIEW:"SCROLL_INTO_VIEW",SCROLL_OUT_OF_VIEW:"SCROLL_OUT_OF_VIEW",SCROLLING_IN_VIEW:"SCROLLING_IN_VIEW",ECOMMERCE_CART_OPEN:"ECOMMERCE_CART_OPEN",ECOMMERCE_CART_CLOSE:"ECOMMERCE_CART_CLOSE",PAGE_START:"PAGE_START",PAGE_FINISH:"PAGE_FINISH",PAGE_SCROLL_UP:"PAGE_SCROLL_UP",PAGE_SCROLL_DOWN:"PAGE_SCROLL_DOWN",PAGE_SCROLL:"PAGE_SCROLL"},c={ELEMENT:"ELEMENT",CLASS:"CLASS",PAGE:"PAGE"},d={ELEMENT:"ELEMENT",VIEWPORT:"VIEWPORT"},r={X_AXIS:"X_AXIS",Y_AXIS:"Y_AXIS"},o={CHILDREN:"CHILDREN",SIBLINGS:"SIBLINGS",IMMEDIATE_CHILDREN:"IMMEDIATE_CHILDREN"},l={FADE_EFFECT:"FADE_EFFECT",SLIDE_EFFECT:"SLIDE_EFFECT",GROW_EFFECT:"GROW_EFFECT",SHRINK_EFFECT:"SHRINK_EFFECT",SPIN_EFFECT:"SPIN_EFFECT",FLY_EFFECT:"FLY_EFFECT",POP_EFFECT:"POP_EFFECT",FLIP_EFFECT:"FLIP_EFFECT",JIGGLE_EFFECT:"JIGGLE_EFFECT",PULSE_EFFECT:"PULSE_EFFECT",DROP_EFFECT:"DROP_EFFECT",BLINK_EFFECT:"BLINK_EFFECT",BOUNCE_EFFECT:"BOUNCE_EFFECT",FLIP_LEFT_TO_RIGHT_EFFECT:"FLIP_LEFT_TO_RIGHT_EFFECT",FLIP_RIGHT_TO_LEFT_EFFECT:"FLIP_RIGHT_TO_LEFT_EFFECT",RUBBER_BAND_EFFECT:"RUBBER_BAND_EFFECT",JELLO_EFFECT:"JELLO_EFFECT",GROW_BIG_EFFECT:"GROW_BIG_EFFECT",SHRINK_BIG_EFFECT:"SHRINK_BIG_EFFECT",PLUGIN_LOTTIE_EFFECT:"PLUGIN_LOTTIE_EFFECT"},s={LEFT:"LEFT",RIGHT:"RIGHT",BOTTOM:"BOTTOM",TOP:"TOP",BOTTOM_LEFT:"BOTTOM_LEFT",BOTTOM_RIGHT:"BOTTOM_RIGHT",TOP_RIGHT:"TOP_RIGHT",TOP_LEFT:"TOP_LEFT",CLOCKWISE:"CLOCKWISE",COUNTER_CLOCKWISE:"COUNTER_CLOCKWISE"}},28704:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"InteractionTypeConsts",{enumerable:!0,get:function(){return a}});let a={MOUSE_CLICK_INTERACTION:"MOUSE_CLICK_INTERACTION",MOUSE_HOVER_INTERACTION:"MOUSE_HOVER_INTERACTION",MOUSE_MOVE_INTERACTION:"MOUSE_MOVE_INTERACTION",SCROLL_INTO_VIEW_INTERACTION:"SCROLL_INTO_VIEW_INTERACTION",SCROLLING_IN_VIEW_INTERACTION:"SCROLLING_IN_VIEW_INTERACTION",MOUSE_MOVE_IN_VIEWPORT_INTERACTION:"MOUSE_MOVE_IN_VIEWPORT_INTERACTION",PAGE_IS_SCROLLING_INTERACTION:"PAGE_IS_SCROLLING_INTERACTION",PAGE_LOAD_INTERACTION:"PAGE_LOAD_INTERACTION",PAGE_SCROLLED_INTERACTION:"PAGE_SCROLLED_INTERACTION",NAVBAR_INTERACTION:"NAVBAR_INTERACTION",DROPDOWN_INTERACTION:"DROPDOWN_INTERACTION",ECOMMERCE_CART_INTERACTION:"ECOMMERCE_CART_INTERACTION",TAB_INTERACTION:"TAB_INTERACTION",SLIDER_INTERACTION:"SLIDER_INTERACTION"}},40380:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizeColor",{enumerable:!0,get:function(){return n}});let a={aliceblue:"#F0F8FF",antiquewhite:"#FAEBD7",aqua:"#00FFFF",aquamarine:"#7FFFD4",azure:"#F0FFFF",beige:"#F5F5DC",bisque:"#FFE4C4",black:"#000000",blanchedalmond:"#FFEBCD",blue:"#0000FF",blueviolet:"#8A2BE2",brown:"#A52A2A",burlywood:"#DEB887",cadetblue:"#5F9EA0",chartreuse:"#7FFF00",chocolate:"#D2691E",coral:"#FF7F50",cornflowerblue:"#6495ED",cornsilk:"#FFF8DC",crimson:"#DC143C",cyan:"#00FFFF",darkblue:"#00008B",darkcyan:"#008B8B",darkgoldenrod:"#B8860B",darkgray:"#A9A9A9",darkgreen:"#006400",darkgrey:"#A9A9A9",darkkhaki:"#BDB76B",darkmagenta:"#8B008B",darkolivegreen:"#556B2F",darkorange:"#FF8C00",darkorchid:"#9932CC",darkred:"#8B0000",darksalmon:"#E9967A",darkseagreen:"#8FBC8F",darkslateblue:"#483D8B",darkslategray:"#2F4F4F",darkslategrey:"#2F4F4F",darkturquoise:"#00CED1",darkviolet:"#9400D3",deeppink:"#FF1493",deepskyblue:"#00BFFF",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1E90FF",firebrick:"#B22222",floralwhite:"#FFFAF0",forestgreen:"#228B22",fuchsia:"#FF00FF",gainsboro:"#DCDCDC",ghostwhite:"#F8F8FF",gold:"#FFD700",goldenrod:"#DAA520",gray:"#808080",green:"#008000",greenyellow:"#ADFF2F",grey:"#808080",honeydew:"#F0FFF0",hotpink:"#FF69B4",indianred:"#CD5C5C",indigo:"#4B0082",ivory:"#FFFFF0",khaki:"#F0E68C",lavender:"#E6E6FA",lavenderblush:"#FFF0F5",lawngreen:"#7CFC00",lemonchiffon:"#FFFACD",lightblue:"#ADD8E6",lightcoral:"#F08080",lightcyan:"#E0FFFF",lightgoldenrodyellow:"#FAFAD2",lightgray:"#D3D3D3",lightgreen:"#90EE90",lightgrey:"#D3D3D3",lightpink:"#FFB6C1",lightsalmon:"#FFA07A",lightseagreen:"#20B2AA",lightskyblue:"#87CEFA",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#B0C4DE",lightyellow:"#FFFFE0",lime:"#00FF00",limegreen:"#32CD32",linen:"#FAF0E6",magenta:"#FF00FF",maroon:"#800000",mediumaquamarine:"#66CDAA",mediumblue:"#0000CD",mediumorchid:"#BA55D3",mediumpurple:"#9370DB",mediumseagreen:"#3CB371",mediumslateblue:"#7B68EE",mediumspringgreen:"#00FA9A",mediumturquoise:"#48D1CC",mediumvioletred:"#C71585",midnightblue:"#191970",mintcream:"#F5FFFA",mistyrose:"#FFE4E1",moccasin:"#FFE4B5",navajowhite:"#FFDEAD",navy:"#000080",oldlace:"#FDF5E6",olive:"#808000",olivedrab:"#6B8E23",orange:"#FFA500",orangered:"#FF4500",orchid:"#DA70D6",palegoldenrod:"#EEE8AA",palegreen:"#98FB98",paleturquoise:"#AFEEEE",palevioletred:"#DB7093",papayawhip:"#FFEFD5",peachpuff:"#FFDAB9",peru:"#CD853F",pink:"#FFC0CB",plum:"#DDA0DD",powderblue:"#B0E0E6",purple:"#800080",rebeccapurple:"#663399",red:"#FF0000",rosybrown:"#BC8F8F",royalblue:"#4169E1",saddlebrown:"#8B4513",salmon:"#FA8072",sandybrown:"#F4A460",seagreen:"#2E8B57",seashell:"#FFF5EE",sienna:"#A0522D",silver:"#C0C0C0",skyblue:"#87CEEB",slateblue:"#6A5ACD",slategray:"#708090",slategrey:"#708090",snow:"#FFFAFA",springgreen:"#00FF7F",steelblue:"#4682B4",tan:"#D2B48C",teal:"#008080",thistle:"#D8BFD8",tomato:"#FF6347",turquoise:"#40E0D0",violet:"#EE82EE",wheat:"#F5DEB3",white:"#FFFFFF",whitesmoke:"#F5F5F5",yellow:"#FFFF00",yellowgreen:"#9ACD32"};function n(e){let t,n,i,c=1,d=e.replace(/\s/g,"").toLowerCase(),r=("string"==typeof a[d]?a[d].toLowerCase():null)||d;if(r.startsWith("#")){let e=r.substring(1);3===e.length||4===e.length?(t=parseInt(e[0]+e[0],16),n=parseInt(e[1]+e[1],16),i=parseInt(e[2]+e[2],16),4===e.length&&(c=parseInt(e[3]+e[3],16)/255)):(6===e.length||8===e.length)&&(t=parseInt(e.substring(0,2),16),n=parseInt(e.substring(2,4),16),i=parseInt(e.substring(4,6),16),8===e.length&&(c=parseInt(e.substring(6,8),16)/255))}else if(r.startsWith("rgba")){let e=r.match(/rgba\(([^)]+)\)/)[1].split(",");t=parseInt(e[0],10),n=parseInt(e[1],10),i=parseInt(e[2],10),c=parseFloat(e[3])}else if(r.startsWith("rgb")){let e=r.match(/rgb\(([^)]+)\)/)[1].split(",");t=parseInt(e[0],10),n=parseInt(e[1],10),i=parseInt(e[2],10)}else if(r.startsWith("hsla")){let e,a,d,o=r.match(/hsla\(([^)]+)\)/)[1].split(","),l=parseFloat(o[0]),s=parseFloat(o[1].replace("%",""))/100,u=parseFloat(o[2].replace("%",""))/100;c=parseFloat(o[3]);let f=(1-Math.abs(2*u-1))*s,g=f*(1-Math.abs(l/60%2-1)),b=u-f/2;l>=0&&l<60?(e=f,a=g,d=0):l>=60&&l<120?(e=g,a=f,d=0):l>=120&&l<180?(e=0,a=f,d=g):l>=180&&l<240?(e=0,a=g,d=f):l>=240&&l<300?(e=g,a=0,d=f):(e=f,a=0,d=g),t=Math.round((e+b)*255),n=Math.round((a+b)*255),i=Math.round((d+b)*255)}else if(r.startsWith("hsl")){let e,a,c,d=r.match(/hsl\(([^)]+)\)/)[1].split(","),o=parseFloat(d[0]),l=parseFloat(d[1].replace("%",""))/100,s=parseFloat(d[2].replace("%",""))/100,u=(1-Math.abs(2*s-1))*l,f=u*(1-Math.abs(o/60%2-1)),g=s-u/2;o>=0&&o<60?(e=u,a=f,c=0):o>=60&&o<120?(e=f,a=u,c=0):o>=120&&o<180?(e=0,a=u,c=f):o>=180&&o<240?(e=0,a=f,c=u):o>=240&&o<300?(e=f,a=0,c=u):(e=u,a=0,c=f),t=Math.round((e+g)*255),n=Math.round((a+g)*255),i=Math.round((c+g)*255)}if(Number.isNaN(t)||Number.isNaN(n)||Number.isNaN(i))throw Error(`Invalid color in [ix2/shared/utils/normalizeColor.js] '${e}'`);return{red:t,green:n,blue:i,alpha:c}}},9468:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={IX2BrowserSupport:function(){return c},IX2EasingUtils:function(){return r},IX2Easings:function(){return d},IX2ElementsReducer:function(){return o},IX2VanillaPlugins:function(){return l},IX2VanillaUtils:function(){return s}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=f(a(12662)),d=f(a(78686)),r=f(a(73767)),o=f(a(85861)),l=f(a(31799)),s=f(a(4124));function u(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,a=new WeakMap;return(u=function(e){return e?a:t})(e)}function f(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var a=u(t);if(a&&a.has(e))return a.get(e);var n={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in e)if("default"!==c&&Object.prototype.hasOwnProperty.call(e,c)){var d=i?Object.getOwnPropertyDescriptor(e,c):null;d&&(d.get||d.set)?Object.defineProperty(n,c,d):n[c]=e[c]}return n.default=e,a&&a.set(e,n),n}},12662:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,i={ELEMENT_MATCHES:function(){return l},FLEX_PREFIXED:function(){return s},IS_BROWSER_ENV:function(){return r},TRANSFORM_PREFIXED:function(){return u},TRANSFORM_STYLE_PREFIXED:function(){return g},withBrowser:function(){return o}};for(var c in i)Object.defineProperty(t,c,{enumerable:!0,get:i[c]});let d=(n=a(19777))&&n.__esModule?n:{default:n},r="undefined"!=typeof window,o=(e,t)=>r?e():t,l=o(()=>(0,d.default)(["matches","matchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector","webkitMatchesSelector"],e=>e in Element.prototype)),s=o(()=>{let e=document.createElement("i"),t=["flex","-webkit-flex","-ms-flexbox","-moz-box","-webkit-box"];try{let{length:a}=t;for(let n=0;n{let e=document.createElement("i");if(null==e.style.transform){let t=["Webkit","Moz","ms"],{length:a}=t;for(let n=0;n1e-4?i:0}function s(e){return(0,r.default)(...e)}function u(e,t,a){return 0===t?0:1===t?1:a?l(t>0?a(t):t):l(t>0&&e&&d[e]?d[e](t):t)}},78686:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,i={bounce:function(){return X},bouncePast:function(){return Y},ease:function(){return r},easeIn:function(){return o},easeInOut:function(){return s},easeOut:function(){return l},inBack:function(){return w},inCirc:function(){return L},inCubic:function(){return b},inElastic:function(){return G},inExpo:function(){return S},inOutBack:function(){return P},inOutCirc:function(){return U},inOutCubic:function(){return p},inOutElastic:function(){return D},inOutExpo:function(){return N},inOutQuad:function(){return g},inOutQuart:function(){return I},inOutQuint:function(){return h},inOutSine:function(){return _},inQuad:function(){return u},inQuart:function(){return T},inQuint:function(){return m},inSine:function(){return R},outBack:function(){return M},outBounce:function(){return x},outCirc:function(){return C},outCubic:function(){return E},outElastic:function(){return V},outExpo:function(){return A},outQuad:function(){return f},outQuart:function(){return y},outQuint:function(){return O},outSine:function(){return v},swingFrom:function(){return k},swingFromTo:function(){return F},swingTo:function(){return z}};for(var c in i)Object.defineProperty(t,c,{enumerable:!0,get:i[c]});let d=(n=a(1361))&&n.__esModule?n:{default:n},r=(0,d.default)(.25,.1,.25,1),o=(0,d.default)(.42,0,1,1),l=(0,d.default)(0,0,.58,1),s=(0,d.default)(.42,0,.58,1);function u(e){return Math.pow(e,2)}function f(e){return-(Math.pow(e-1,2)-1)}function g(e){return(e/=.5)<1?.5*Math.pow(e,2):-.5*((e-=2)*e-2)}function b(e){return Math.pow(e,3)}function E(e){return Math.pow(e-1,3)+1}function p(e){return(e/=.5)<1?.5*Math.pow(e,3):.5*(Math.pow(e-2,3)+2)}function T(e){return Math.pow(e,4)}function y(e){return-(Math.pow(e-1,4)-1)}function I(e){return(e/=.5)<1?.5*Math.pow(e,4):-.5*((e-=2)*Math.pow(e,3)-2)}function m(e){return Math.pow(e,5)}function O(e){return Math.pow(e-1,5)+1}function h(e){return(e/=.5)<1?.5*Math.pow(e,5):.5*(Math.pow(e-2,5)+2)}function R(e){return-Math.cos(Math.PI/2*e)+1}function v(e){return Math.sin(Math.PI/2*e)}function _(e){return -.5*(Math.cos(Math.PI*e)-1)}function S(e){return 0===e?0:Math.pow(2,10*(e-1))}function A(e){return 1===e?1:-Math.pow(2,-10*e)+1}function N(e){return 0===e?0:1===e?1:(e/=.5)<1?.5*Math.pow(2,10*(e-1)):.5*(-Math.pow(2,-10*--e)+2)}function L(e){return-(Math.sqrt(1-e*e)-1)}function C(e){return Math.sqrt(1-Math.pow(e-1,2))}function U(e){return(e/=.5)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)}function x(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375}function w(e){return e*e*(2.70158*e-1.70158)}function M(e){return(e-=1)*e*(2.70158*e+1.70158)+1}function P(e){let t=1.70158;return(e/=.5)<1?.5*(e*e*(((t*=1.525)+1)*e-t)):.5*((e-=2)*e*(((t*=1.525)+1)*e+t)+2)}function G(e){let t=1.70158,a=0,n=1;return 0===e?0:1===e?1:(a||(a=.3),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),-(n*Math.pow(2,10*(e-=1))*Math.sin(2*Math.PI*(e-t)/a)))}function V(e){let t=1.70158,a=0,n=1;return 0===e?0:1===e?1:(a||(a=.3),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),n*Math.pow(2,-10*e)*Math.sin(2*Math.PI*(e-t)/a)+1)}function D(e){let t=1.70158,a=0,n=1;return 0===e?0:2==(e/=.5)?1:(a||(a=.3*1.5),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),e<1)?-.5*(n*Math.pow(2,10*(e-=1))*Math.sin(2*Math.PI*(e-t)/a)):n*Math.pow(2,-10*(e-=1))*Math.sin(2*Math.PI*(e-t)/a)*.5+1}function F(e){let t=1.70158;return(e/=.5)<1?.5*(e*e*(((t*=1.525)+1)*e-t)):.5*((e-=2)*e*(((t*=1.525)+1)*e+t)+2)}function k(e){return e*e*(2.70158*e-1.70158)}function z(e){return(e-=1)*e*(2.70158*e+1.70158)+1}function X(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375}function Y(e){return e<1/2.75?7.5625*e*e:e<2/2.75?2-(7.5625*(e-=1.5/2.75)*e+.75):e<2.5/2.75?2-(7.5625*(e-=2.25/2.75)*e+.9375):2-(7.5625*(e-=2.625/2.75)*e+.984375)}},31799:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={clearPlugin:function(){return E},createPluginInstance:function(){return g},getPluginConfig:function(){return l},getPluginDestination:function(){return f},getPluginDuration:function(){return u},getPluginOrigin:function(){return s},isPluginType:function(){return r},renderPlugin:function(){return b}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=a(12662),d=a(63690);function r(e){return d.pluginMethodMap.has(e)}let o=e=>t=>{if(!c.IS_BROWSER_ENV)return()=>null;let a=d.pluginMethodMap.get(t);if(!a)throw Error(`IX2 no plugin configured for: ${t}`);let n=a[e];if(!n)throw Error(`IX2 invalid plugin method: ${e}`);return n},l=o("getPluginConfig"),s=o("getPluginOrigin"),u=o("getPluginDuration"),f=o("getPluginDestination"),g=o("createPluginInstance"),b=o("renderPlugin"),E=o("clearPlugin")},4124:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={cleanupHTMLElement:function(){return eB},clearAllStyles:function(){return eX},clearObjectCache:function(){return eu},getActionListProgress:function(){return e$},getAffectedElements:function(){return em},getComputedStyle:function(){return eO},getDestinationValues:function(){return eL},getElementId:function(){return eE},getInstanceId:function(){return eg},getInstanceOrigin:function(){return e_},getItemConfigByKey:function(){return eN},getMaxDurationItemIndex:function(){return ej},getNamespacedParameterId:function(){return eZ},getRenderType:function(){return eC},getStyleProp:function(){return eU},mediaQueriesEqual:function(){return e0},observeStore:function(){return ey},reduceListToGroup:function(){return eK},reifyState:function(){return ep},renderHTMLElement:function(){return ex},shallowEqual:function(){return s.default},shouldAllowMediaQuery:function(){return eJ},shouldNamespaceEventParameter:function(){return eq},stringifyTarget:function(){return e1}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let c=E(a(34075)),d=E(a(51455)),r=E(a(45720)),o=a(81185),l=a(7087),s=E(a(57164)),u=a(73767),f=a(40380),g=a(31799),b=a(12662);function E(e){return e&&e.__esModule?e:{default:e}}let{BACKGROUND:p,TRANSFORM:T,TRANSLATE_3D:y,SCALE_3D:I,ROTATE_X:m,ROTATE_Y:O,ROTATE_Z:h,SKEW:R,PRESERVE_3D:v,FLEX:_,OPACITY:S,FILTER:A,FONT_VARIATION_SETTINGS:N,WIDTH:L,HEIGHT:C,BACKGROUND_COLOR:U,BORDER_COLOR:x,COLOR:w,CHILDREN:M,IMMEDIATE_CHILDREN:P,SIBLINGS:G,PARENT:V,DISPLAY:D,WILL_CHANGE:F,AUTO:k,COMMA_DELIMITER:z,COLON_DELIMITER:X,BAR_DELIMITER:Y,RENDER_TRANSFORM:H,RENDER_GENERAL:B,RENDER_STYLE:W,RENDER_PLUGIN:Q}=l.IX2EngineConstants,{TRANSFORM_MOVE:j,TRANSFORM_SCALE:$,TRANSFORM_ROTATE:K,TRANSFORM_SKEW:q,STYLE_OPACITY:Z,STYLE_FILTER:J,STYLE_FONT_VARIATION:ee,STYLE_SIZE:et,STYLE_BACKGROUND_COLOR:ea,STYLE_BORDER:en,STYLE_TEXT_COLOR:ei,GENERAL_DISPLAY:ec,OBJECT_VALUE:ed}=l.ActionTypeConsts,er=e=>e.trim(),eo=Object.freeze({[ea]:U,[en]:x,[ei]:w}),el=Object.freeze({[b.TRANSFORM_PREFIXED]:T,[U]:p,[S]:S,[A]:A,[L]:L,[C]:C,[N]:N}),es=new Map;function eu(){es.clear()}let ef=1;function eg(){return"i"+ef++}let eb=1;function eE(e,t){for(let a in e){let n=e[a];if(n&&n.ref===t)return n.id}return"e"+eb++}function ep({events:e,actionLists:t,site:a}={}){let n=(0,d.default)(e,(e,t)=>{let{eventTypeId:a}=t;return e[a]||(e[a]={}),e[a][t.id]=t,e},{}),i=a&&a.mediaQueries,c=[];return i?c=i.map(e=>e.key):(i=[],console.warn("IX2 missing mediaQueries in site data")),{ixData:{events:e,actionLists:t,eventTypeMap:n,mediaQueries:i,mediaQueryKeys:c}}}let eT=(e,t)=>e===t;function ey({store:e,select:t,onChange:a,comparator:n=eT}){let{getState:i,subscribe:c}=e,d=c(function(){let c=t(i());if(null==c)return void d();n(c,r)||a(r=c,e)}),r=t(i());return d}function eI(e){let t=typeof e;if("string"===t)return{id:e};if(null!=e&&"object"===t){let{id:t,objectId:a,selector:n,selectorGuids:i,appliesTo:c,useEventTarget:d}=e;return{id:t,objectId:a,selector:n,selectorGuids:i,appliesTo:c,useEventTarget:d}}return{}}function em({config:e,event:t,eventTarget:a,elementRoot:n,elementApi:i}){let c,d,r;if(!i)throw Error("IX2 missing elementApi");let{targets:o}=e;if(Array.isArray(o)&&o.length>0)return o.reduce((e,c)=>e.concat(em({config:{target:c},event:t,eventTarget:a,elementRoot:n,elementApi:i})),[]);let{getValidDocument:s,getQuerySelector:u,queryDocument:f,getChildElements:g,getSiblingElements:E,matchSelector:p,elementContains:T,isSiblingNode:y}=i,{target:I}=e;if(!I)return[];let{id:m,objectId:O,selector:h,selectorGuids:R,appliesTo:v,useEventTarget:_}=eI(I);if(O)return[es.has(O)?es.get(O):es.set(O,{}).get(O)];if(v===l.EventAppliesTo.PAGE){let e=s(m);return e?[e]:[]}let S=(t?.action?.config?.affectedElements??{})[m||h]||{},A=!!(S.id||S.selector),N=t&&u(eI(t.target));if(A?(c=S.limitAffectedElements,d=N,r=u(S)):d=r=u({id:m,selector:h,selectorGuids:R}),t&&_){let e=a&&(r||!0===_)?[a]:f(N);if(r){if(_===V)return f(r).filter(t=>e.some(e=>T(t,e)));if(_===M)return f(r).filter(t=>e.some(e=>T(e,t)));if(_===G)return f(r).filter(t=>e.some(e=>y(e,t)))}return e}return null==d||null==r?[]:b.IS_BROWSER_ENV&&n?f(r).filter(e=>n.contains(e)):c===M?f(d,r):c===P?g(f(d)).filter(p(r)):c===G?E(f(d)).filter(p(r)):f(r)}function eO({element:e,actionItem:t}){if(!b.IS_BROWSER_ENV)return{};let{actionTypeId:a}=t;switch(a){case et:case ea:case en:case ei:case ec:return window.getComputedStyle(e);default:return{}}}let eh=/px/,eR=(e,t)=>t.reduce((e,t)=>(null==e[t.type]&&(e[t.type]=eM[t.type]),e),e||{}),ev=(e,t)=>t.reduce((e,t)=>(null==e[t.type]&&(e[t.type]=eP[t.type]||t.defaultValue||0),e),e||{});function e_(e,t={},a={},n,i){let{getStyle:d}=i,{actionTypeId:r}=n;if((0,g.isPluginType)(r))return(0,g.getPluginOrigin)(r)(t[r],n);switch(n.actionTypeId){case j:case $:case K:case q:return t[n.actionTypeId]||ew[n.actionTypeId];case J:return eR(t[n.actionTypeId],n.config.filters);case ee:return ev(t[n.actionTypeId],n.config.fontVariations);case Z:return{value:(0,c.default)(parseFloat(d(e,S)),1)};case et:{let t,i=d(e,L),r=d(e,C);return{widthValue:n.config.widthUnit===k?eh.test(i)?parseFloat(i):parseFloat(a.width):(0,c.default)(parseFloat(i),parseFloat(a.width)),heightValue:n.config.heightUnit===k?eh.test(r)?parseFloat(r):parseFloat(a.height):(0,c.default)(parseFloat(r),parseFloat(a.height))}}case ea:case en:case ei:return function({element:e,actionTypeId:t,computedStyle:a,getStyle:n}){let i=eo[t],d=n(e,i),r=(function(e,t){let a=e.exec(t);return a?a[1]:""})(eF,eD.test(d)?d:a[i]).split(z);return{rValue:(0,c.default)(parseInt(r[0],10),255),gValue:(0,c.default)(parseInt(r[1],10),255),bValue:(0,c.default)(parseInt(r[2],10),255),aValue:(0,c.default)(parseFloat(r[3]),1)}}({element:e,actionTypeId:n.actionTypeId,computedStyle:a,getStyle:d});case ec:return{value:(0,c.default)(d(e,D),a.display)};case ed:return t[n.actionTypeId]||{value:0};default:return}}let eS=(e,t)=>(t&&(e[t.type]=t.value||0),e),eA=(e,t)=>(t&&(e[t.type]=t.value||0),e),eN=(e,t,a)=>{if((0,g.isPluginType)(e))return(0,g.getPluginConfig)(e)(a,t);switch(e){case J:{let e=(0,r.default)(a.filters,({type:e})=>e===t);return e?e.value:0}case ee:{let e=(0,r.default)(a.fontVariations,({type:e})=>e===t);return e?e.value:0}default:return a[t]}};function eL({element:e,actionItem:t,elementApi:a}){if((0,g.isPluginType)(t.actionTypeId))return(0,g.getPluginDestination)(t.actionTypeId)(t.config);switch(t.actionTypeId){case j:case $:case K:case q:{let{xValue:e,yValue:a,zValue:n}=t.config;return{xValue:e,yValue:a,zValue:n}}case et:{let{getStyle:n,setStyle:i,getProperty:c}=a,{widthUnit:d,heightUnit:r}=t.config,{widthValue:o,heightValue:l}=t.config;if(!b.IS_BROWSER_ENV)return{widthValue:o,heightValue:l};if(d===k){let t=n(e,L);i(e,L,""),o=c(e,"offsetWidth"),i(e,L,t)}if(r===k){let t=n(e,C);i(e,C,""),l=c(e,"offsetHeight"),i(e,C,t)}return{widthValue:o,heightValue:l}}case ea:case en:case ei:{let{rValue:n,gValue:i,bValue:c,aValue:d,globalSwatchId:r}=t.config;if(r&&r.startsWith("--")){let{getStyle:t}=a,n=t(e,r),i=(0,f.normalizeColor)(n);return{rValue:i.red,gValue:i.green,bValue:i.blue,aValue:i.alpha}}return{rValue:n,gValue:i,bValue:c,aValue:d}}case J:return t.config.filters.reduce(eS,{});case ee:return t.config.fontVariations.reduce(eA,{});default:{let{value:e}=t.config;return{value:e}}}}function eC(e){return/^TRANSFORM_/.test(e)?H:/^STYLE_/.test(e)?W:/^GENERAL_/.test(e)?B:/^PLUGIN_/.test(e)?Q:void 0}function eU(e,t){return e===W?t.replace("STYLE_","").toLowerCase():null}function ex(e,t,a,n,i,c,r,o,l){switch(o){case H:var s=e,u=t,f=a,E=i,p=r;let T=eV.map(e=>{let t=ew[e],{xValue:a=t.xValue,yValue:n=t.yValue,zValue:i=t.zValue,xUnit:c="",yUnit:d="",zUnit:r=""}=u[e]||{};switch(e){case j:return`${y}(${a}${c}, ${n}${d}, ${i}${r})`;case $:return`${I}(${a}${c}, ${n}${d}, ${i}${r})`;case K:return`${m}(${a}${c}) ${O}(${n}${d}) ${h}(${i}${r})`;case q:return`${R}(${a}${c}, ${n}${d})`;default:return""}}).join(" "),{setStyle:S}=p;ek(s,b.TRANSFORM_PREFIXED,p),S(s,b.TRANSFORM_PREFIXED,T),function({actionTypeId:e},{xValue:t,yValue:a,zValue:n}){return e===j&&void 0!==n||e===$&&void 0!==n||e===K&&(void 0!==t||void 0!==a)}(E,f)&&S(s,b.TRANSFORM_STYLE_PREFIXED,v);return;case W:return function(e,t,a,n,i,c){let{setStyle:r}=c;switch(n.actionTypeId){case et:{let{widthUnit:t="",heightUnit:i=""}=n.config,{widthValue:d,heightValue:o}=a;void 0!==d&&(t===k&&(t="px"),ek(e,L,c),r(e,L,d+t)),void 0!==o&&(i===k&&(i="px"),ek(e,C,c),r(e,C,o+i));break}case J:var o=n.config;let l=(0,d.default)(a,(e,t,a)=>`${e} ${a}(${t}${eG(a,o)})`,""),{setStyle:s}=c;ek(e,A,c),s(e,A,l);break;case ee:n.config;let u=(0,d.default)(a,(e,t,a)=>(e.push(`"${a}" ${t}`),e),[]).join(", "),{setStyle:f}=c;ek(e,N,c),f(e,N,u);break;case ea:case en:case ei:{let t=eo[n.actionTypeId],i=Math.round(a.rValue),d=Math.round(a.gValue),o=Math.round(a.bValue),l=a.aValue;ek(e,t,c),r(e,t,l>=1?`rgb(${i},${d},${o})`:`rgba(${i},${d},${o},${l})`);break}default:{let{unit:t=""}=n.config;ek(e,i,c),r(e,i,a.value+t)}}}(e,0,a,i,c,r);case B:var U=e,x=i,w=r;let{setStyle:M}=w;if(x.actionTypeId===ec){let{value:e}=x.config;M(U,D,e===_&&b.IS_BROWSER_ENV?b.FLEX_PREFIXED:e);}return;case Q:{let{actionTypeId:e}=i;if((0,g.isPluginType)(e))return(0,g.renderPlugin)(e)(l,t,i)}}}let ew={[j]:Object.freeze({xValue:0,yValue:0,zValue:0}),[$]:Object.freeze({xValue:1,yValue:1,zValue:1}),[K]:Object.freeze({xValue:0,yValue:0,zValue:0}),[q]:Object.freeze({xValue:0,yValue:0})},eM=Object.freeze({blur:0,"hue-rotate":0,invert:0,grayscale:0,saturate:100,sepia:0,contrast:100,brightness:100}),eP=Object.freeze({wght:0,opsz:0,wdth:0,slnt:0}),eG=(e,t)=>{let a=(0,r.default)(t.filters,({type:t})=>t===e);if(a&&a.unit)return a.unit;switch(e){case"blur":return"px";case"hue-rotate":return"deg";default:return"%"}},eV=Object.keys(ew),eD=/^rgb/,eF=RegExp("rgba?\\(([^)]+)\\)");function ek(e,t,a){if(!b.IS_BROWSER_ENV)return;let n=el[t];if(!n)return;let{getStyle:i,setStyle:c}=a,d=i(e,F);if(!d)return void c(e,F,n);let r=d.split(z).map(er);-1===r.indexOf(n)&&c(e,F,r.concat(n).join(z))}function ez(e,t,a){if(!b.IS_BROWSER_ENV)return;let n=el[t];if(!n)return;let{getStyle:i,setStyle:c}=a,d=i(e,F);d&&-1!==d.indexOf(n)&&c(e,F,d.split(z).map(er).filter(e=>e!==n).join(z))}function eX({store:e,elementApi:t}){let{ixData:a}=e.getState(),{events:n={},actionLists:i={}}=a;Object.keys(n).forEach(e=>{let a=n[e],{config:c}=a.action,{actionListId:d}=c,r=i[d];r&&eY({actionList:r,event:a,elementApi:t})}),Object.keys(i).forEach(e=>{eY({actionList:i[e],elementApi:t})})}function eY({actionList:e={},event:t,elementApi:a}){let{actionItemGroups:n,continuousParameterGroups:i}=e;n&&n.forEach(e=>{eH({actionGroup:e,event:t,elementApi:a})}),i&&i.forEach(e=>{let{continuousActionGroups:n}=e;n.forEach(e=>{eH({actionGroup:e,event:t,elementApi:a})})})}function eH({actionGroup:e,event:t,elementApi:a}){let{actionItems:n}=e;n.forEach(e=>{let n,{actionTypeId:i,config:c}=e;n=(0,g.isPluginType)(i)?t=>(0,g.clearPlugin)(i)(t,e):eW({effect:eQ,actionTypeId:i,elementApi:a}),em({config:c,event:t,elementApi:a}).forEach(n)})}function eB(e,t,a){let{setStyle:n,getStyle:i}=a,{actionTypeId:c}=t;if(c===et){let{config:a}=t;a.widthUnit===k&&n(e,L,""),a.heightUnit===k&&n(e,C,"")}i(e,F)&&eW({effect:ez,actionTypeId:c,elementApi:a})(e)}let eW=({effect:e,actionTypeId:t,elementApi:a})=>n=>{switch(t){case j:case $:case K:case q:e(n,b.TRANSFORM_PREFIXED,a);break;case J:e(n,A,a);break;case ee:e(n,N,a);break;case Z:e(n,S,a);break;case et:e(n,L,a),e(n,C,a);break;case ea:case en:case ei:e(n,eo[t],a);break;case ec:e(n,D,a)}};function eQ(e,t,a){let{setStyle:n}=a;ez(e,t,a),n(e,t,""),t===b.TRANSFORM_PREFIXED&&n(e,b.TRANSFORM_STYLE_PREFIXED,"")}function ej(e){let t=0,a=0;return e.forEach((e,n)=>{let{config:i}=e,c=i.delay+i.duration;c>=t&&(t=c,a=n)}),a}function e$(e,t){let{actionItemGroups:a,useFirstGroupAsInitialState:n}=e,{actionItem:i,verboseTimeElapsed:c=0}=t,d=0,r=0;return a.forEach((e,t)=>{if(n&&0===t)return;let{actionItems:a}=e,o=a[ej(a)],{config:l,actionTypeId:s}=o;i.id===o.id&&(r=d+c);let u=eC(s)===B?0:l.duration;d+=l.delay+u}),d>0?(0,u.optimizeFloat)(r/d):0}function eK({actionList:e,actionItemId:t,rawData:a}){let{actionItemGroups:n,continuousParameterGroups:i}=e,c=[],d=e=>(c.push((0,o.mergeIn)(e,["config"],{delay:0,duration:0})),e.id===t);return n&&n.some(({actionItems:e})=>e.some(d)),i&&i.some(e=>{let{continuousActionGroups:t}=e;return t.some(({actionItems:e})=>e.some(d))}),(0,o.setIn)(a,["actionLists"],{[e.id]:{id:e.id,actionItemGroups:[{actionItems:c}]}})}function eq(e,{basedOn:t}){return e===l.EventTypeConsts.SCROLLING_IN_VIEW&&(t===l.EventBasedOn.ELEMENT||null==t)||e===l.EventTypeConsts.MOUSE_MOVE&&t===l.EventBasedOn.ELEMENT}function eZ(e,t){return e+X+t}function eJ(e,t){return null==t||-1!==e.indexOf(t)}function e0(e,t){return(0,s.default)(e&&e.sort(),t&&t.sort())}function e1(e){if("string"==typeof e)return e;if(e.pluginElement&&e.objectId)return e.pluginElement+Y+e.objectId;if(e.objectId)return e.objectId;let{id:t="",selector:a="",useEventTarget:n=""}=e;return t+Y+a+Y+n}},57164:function(e,t){"use strict";function a(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n}});let n=function(e,t){if(a(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;let n=Object.keys(e),i=Object.keys(t);if(n.length!==i.length)return!1;for(let i=0;i{switch(t.type){case y:return O;case I:{let{elementId:a,element:n,origin:i,actionItem:d,refType:r}=t.payload,{actionTypeId:o}=d,l=e;return(0,c.getIn)(l,[a,n])!==n&&(l=R(l,n,r,a,d)),v(l,a,o,i,d)}case m:{let{elementId:a,actionTypeId:n,current:i,actionItem:c}=t.payload;return v(e,a,n,i,c)}default:return e}};function R(e,t,a,n,i){let d=a===o?(0,c.getIn)(i,["config","target","objectId"]):null;return(0,c.mergeIn)(e,[n],{id:n,ref:t,refId:d,refType:a})}function v(e,t,a,n,i){let d=function(e){let{config:t}=e;return _.reduce((e,a)=>{let n=a[0],i=a[1],c=t[n],d=t[i];return null!=c&&null!=d&&(e[i]=d),e},{})}(i);return(0,c.mergeIn)(e,[t,"refState",a],n,d)}let _=[[s,b],[u,E],[f,p],[g,T]]},84299:function(){Webflow.require("ix2").init({events:{e:{id:"e",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-2"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|14e14626-e7c9-c8fd-1b53-6ea50c98fa57",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|14e14626-e7c9-c8fd-1b53-6ea50c98fa57",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17ca870b46b},"e-3":{id:"e-3",name:"",animationType:"preset",eventTypeId:"MOUSE_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a",affectedElements:{},playInReverse:!1,autoStopEventId:"e-4"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|14e14626-e7c9-c8fd-1b53-6ea50c98fa57",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|14e14626-e7c9-c8fd-1b53-6ea50c98fa57",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17ca870b46b},"e-4":{id:"e-4",name:"",animationType:"preset",eventTypeId:"MOUSE_SECOND_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-2",affectedElements:{},playInReverse:!1,autoStopEventId:"e-3"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|14e14626-e7c9-c8fd-1b53-6ea50c98fa57",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|14e14626-e7c9-c8fd-1b53-6ea50c98fa57",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17ca870b46b},"e-5":{id:"e-5",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-6"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|b05a909a-4193-deb9-b236-27868250d3a9",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|b05a909a-4193-deb9-b236-27868250d3a9",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e532be175},"e-7":{id:"e-7",name:"",animationType:"preset",eventTypeId:"MOUSE_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-9",affectedElements:{},playInReverse:!1,autoStopEventId:"e-8"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|b05a909a-4193-deb9-b236-27868250d3a9",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|b05a909a-4193-deb9-b236-27868250d3a9",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e532be175},"e-8":{id:"e-8",name:"",animationType:"preset",eventTypeId:"MOUSE_SECOND_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-10",affectedElements:{},playInReverse:!1,autoStopEventId:"e-7"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|b05a909a-4193-deb9-b236-27868250d3a9",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|b05a909a-4193-deb9-b236-27868250d3a9",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e532be175},"e-9":{id:"e-9",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-10"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|3304434c-ba3a-6694-9689-fa8c9fe00e54",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|3304434c-ba3a-6694-9689-fa8c9fe00e54",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e532bf3ac},"e-11":{id:"e-11",name:"",animationType:"preset",eventTypeId:"MOUSE_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-7",affectedElements:{},playInReverse:!1,autoStopEventId:"e-12"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|3304434c-ba3a-6694-9689-fa8c9fe00e54",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|3304434c-ba3a-6694-9689-fa8c9fe00e54",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e532bf3ac},"e-12":{id:"e-12",name:"",animationType:"preset",eventTypeId:"MOUSE_SECOND_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-8",affectedElements:{},playInReverse:!1,autoStopEventId:"e-11"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|3304434c-ba3a-6694-9689-fa8c9fe00e54",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|3304434c-ba3a-6694-9689-fa8c9fe00e54",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e532bf3ac},"e-13":{id:"e-13",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-14"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|38f888bc-66ee-c85b-dae8-9cb7b718d3d0",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|38f888bc-66ee-c85b-dae8-9cb7b718d3d0",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e532bf78c},"e-15":{id:"e-15",name:"",animationType:"preset",eventTypeId:"MOUSE_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-5",affectedElements:{},playInReverse:!1,autoStopEventId:"e-16"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|38f888bc-66ee-c85b-dae8-9cb7b718d3d0",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|38f888bc-66ee-c85b-dae8-9cb7b718d3d0",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e532bf78c},"e-16":{id:"e-16",name:"",animationType:"preset",eventTypeId:"MOUSE_SECOND_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-6",affectedElements:{},playInReverse:!1,autoStopEventId:"e-15"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|38f888bc-66ee-c85b-dae8-9cb7b718d3d0",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|38f888bc-66ee-c85b-dae8-9cb7b718d3d0",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e532bf78c},"e-17":{id:"e-17",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-18"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|7eb0dea0-f402-d5e1-411f-b299cd767765",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|7eb0dea0-f402-d5e1-411f-b299cd767765",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e532bf935},"e-19":{id:"e-19",name:"",animationType:"preset",eventTypeId:"MOUSE_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-3",affectedElements:{},playInReverse:!1,autoStopEventId:"e-20"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|7eb0dea0-f402-d5e1-411f-b299cd767765",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|7eb0dea0-f402-d5e1-411f-b299cd767765",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e532bf935},"e-20":{id:"e-20",name:"",animationType:"preset",eventTypeId:"MOUSE_SECOND_CLICK",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-4",affectedElements:{},playInReverse:!1,autoStopEventId:"e-19"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|7eb0dea0-f402-d5e1-411f-b299cd767765",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|7eb0dea0-f402-d5e1-411f-b299cd767765",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e532bf935},"e-21":{id:"e-21",name:"",animationType:"custom",eventTypeId:"SCROLLING_IN_VIEW",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-11",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|7898f266-94e0-1711-f507-80594372bdda",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|7898f266-94e0-1711-f507-80594372bdda",appliesTo:"ELEMENT",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-11-p",smoothing:50,startsEntering:!0,addStartOffset:!0,addOffsetValue:50,startsExiting:!1,addEndOffset:!0,endOffsetValue:50}],createdOn:0x17e5852ff14},"e-24":{id:"e-24",name:"",animationType:"custom",eventTypeId:"PAGE_START",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-15",affectedElements:{},playInReverse:!1,autoStopEventId:"e-25"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e58ede92d},"e-26":{id:"e-26",name:"",animationType:"custom",eventTypeId:"SLIDER_ACTIVE",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-16",affectedElements:{},playInReverse:!1,autoStopEventId:"e-27"}},mediaQueries:["main","medium","small","tiny"],target:{selector:".branding-slide.overflow-hidden",originalId:"62b603cda9616a00bcfc41cf|2c8199c0-20ed-cb04-6b4c-490ba17d2896",appliesTo:"CLASS"},targets:[{selector:".branding-slide.overflow-hidden",originalId:"62b603cda9616a00bcfc41cf|2c8199c0-20ed-cb04-6b4c-490ba17d2896",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e590cb2c4},"e-27":{id:"e-27",name:"",animationType:"custom",eventTypeId:"SLIDER_INACTIVE",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-17",affectedElements:{},playInReverse:!1,autoStopEventId:"e-26"}},mediaQueries:["main","medium","small","tiny"],target:{selector:".branding-slide.overflow-hidden",originalId:"62b603cda9616a00bcfc41cf|2c8199c0-20ed-cb04-6b4c-490ba17d2896",appliesTo:"CLASS"},targets:[{selector:".branding-slide.overflow-hidden",originalId:"62b603cda9616a00bcfc41cf|2c8199c0-20ed-cb04-6b4c-490ba17d2896",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e590cb2c5},"e-28":{id:"e-28",name:"",animationType:"custom",eventTypeId:"SCROLLING_IN_VIEW",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-18",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|64664479-392c-294a-8d71-d0912922ca28",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|64664479-392c-294a-8d71-d0912922ca28",appliesTo:"ELEMENT",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-18-p",smoothing:100,startsEntering:!0,addStartOffset:!0,addOffsetValue:50,startsExiting:!1,addEndOffset:!0,endOffsetValue:50}],createdOn:0x17e5966f7a1},"e-29":{id:"e-29",name:"",animationType:"custom",eventTypeId:"PAGE_START",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-19",affectedElements:{},playInReverse:!1,autoStopEventId:"e-30"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616ad4b7fc41d2",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616ad4b7fc41d2",appliesTo:"PAGE",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e598f1738},"e-40":{id:"e-40",name:"",animationType:"custom",eventTypeId:"PAGE_START",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-25",affectedElements:{},playInReverse:!1,autoStopEventId:"e-41"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e67c87a18},"e-42":{id:"e-42",name:"",animationType:"custom",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-26",affectedElements:{},playInReverse:!1,autoStopEventId:"e-43"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|d6f791bd-4238-b1e3-31ac-2df08fb8e0f8",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|d6f791bd-4238-b1e3-31ac-2df08fb8e0f8",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:0,scrollOffsetUnit:"%",delay:null,direction:null,effectIn:null},createdOn:0x17e683afa4d},"e-44":{id:"e-44",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-45"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|1ed5b7ec-e25d-3675-9952-28a4ed40fbd2",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|1ed5b7ec-e25d-3675-9952-28a4ed40fbd2",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:40,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e68483de0},"e-46":{id:"e-46",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInLeft",autoStopEventId:"e-47"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|6af4cd90-08c8-7f90-0364-5616db9b12ae",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|6af4cd90-08c8-7f90-0364-5616db9b12ae",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:40,scrollOffsetUnit:"%",delay:0,direction:"LEFT",effectIn:!0},createdOn:0x17e68487d22},"e-48":{id:"e-48",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-49"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|9f05f27e-6003-b326-0cc5-d1407fa101d2",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|9f05f27e-6003-b326-0cc5-d1407fa101d2",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:40,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e6848a7fc},"e-50":{id:"e-50",name:"",animationType:"custom",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-27",affectedElements:{},playInReverse:!1,autoStopEventId:"e-51"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|a16aa034-b446-2c31-b819-78fdf8b288cc",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|a16aa034-b446-2c31-b819-78fdf8b288cc",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:0,scrollOffsetUnit:"%",delay:null,direction:null,effectIn:null},createdOn:0x17e6849317e},"e-54":{id:"e-54",name:"",animationType:"custom",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-28",affectedElements:{},playInReverse:!1,autoStopEventId:"e-55"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a070364097c",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a070364097c",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:0,scrollOffsetUnit:"%",delay:null,direction:null,effectIn:null},createdOn:0x17e68507047},"e-58":{id:"e-58",name:"",animationType:"custom",eventTypeId:"MOUSE_OVER",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-29",affectedElements:{},playInReverse:!1,autoStopEventId:"e-59"}},mediaQueries:["main","medium","small","tiny"],target:{selector:".social-link.margin-left.margin-small",originalId:"62b603cda9616a00bcfc41cf|0c209f66-986c-3395-0072-23b1ad592cd5",appliesTo:"CLASS"},targets:[{selector:".social-link.margin-left.margin-small",originalId:"62b603cda9616a00bcfc41cf|0c209f66-986c-3395-0072-23b1ad592cd5",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e6c8b9228},"e-64":{id:"e-64",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-65"}},mediaQueries:["main","medium","small","tiny"],target:{id:"039edbed-7ee6-860c-e4cb-0473dea65a6c",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"039edbed-7ee6-860c-e4cb-0473dea65a6c",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e6ca56861},"e-70":{id:"e-70",name:"",animationType:"custom",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-31",affectedElements:{},playInReverse:!1,autoStopEventId:"e-71"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|1fa444d1-bc28-949d-80f3-e2bc62eab698",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|1fa444d1-bc28-949d-80f3-e2bc62eab698",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:0,scrollOffsetUnit:"%",delay:null,direction:null,effectIn:null},createdOn:0x17e6d465223},"e-72":{id:"e-72",name:"",animationType:"custom",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-30",affectedElements:{},playInReverse:!1,autoStopEventId:"e-73"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7aca3",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7aca3",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:0,scrollOffsetUnit:"%",delay:0,direction:null,effectIn:null},createdOn:0x17e6d4e1898},"e-74":{id:"e-74",name:"",animationType:"custom",eventTypeId:"MOUSE_OVER",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-33",affectedElements:{},playInReverse:!1,autoStopEventId:"e-75"}},mediaQueries:["main","medium","small","tiny"],target:{selector:".wrap-branding.position-relative",originalId:"62b603cda9616a00bcfc41cf|a056d7a4-893e-7bcd-63b9-30c80d4da9c4",appliesTo:"CLASS"},targets:[{selector:".wrap-branding.position-relative",originalId:"62b603cda9616a00bcfc41cf|a056d7a4-893e-7bcd-63b9-30c80d4da9c4",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e71c2ddbc},"e-75":{id:"e-75",name:"",animationType:"custom",eventTypeId:"MOUSE_OUT",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-34",affectedElements:{},playInReverse:!1,autoStopEventId:"e-74"}},mediaQueries:["main","medium","small","tiny"],target:{selector:".wrap-branding.position-relative",originalId:"62b603cda9616a00bcfc41cf|a056d7a4-893e-7bcd-63b9-30c80d4da9c4",appliesTo:"CLASS"},targets:[{selector:".wrap-branding.position-relative",originalId:"62b603cda9616a00bcfc41cf|a056d7a4-893e-7bcd-63b9-30c80d4da9c4",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e71c2ddbd},"e-76":{id:"e-76",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-35",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{selector:".wrap-branding.position-relative",originalId:"62b603cda9616a00bcfc41cf|a056d7a4-893e-7bcd-63b9-30c80d4da9c4",appliesTo:"CLASS"},targets:[{selector:".wrap-branding.position-relative",originalId:"62b603cda9616a00bcfc41cf|a056d7a4-893e-7bcd-63b9-30c80d4da9c4",appliesTo:"CLASS"}],config:[{continuousParameterGroupId:"a-35-p",selectedAxis:"X_AXIS",basedOn:"ELEMENT",reverse:!1,smoothing:90,restingState:50},{continuousParameterGroupId:"a-35-p-2",selectedAxis:"Y_AXIS",basedOn:"ELEMENT",reverse:!1,smoothing:90,restingState:50}],createdOn:0x17e71c36364},"e-77":{id:"e-77",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-78"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|809fe732-e21f-0eac-0b91-45154717dd1e",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|809fe732-e21f-0eac-0b91-45154717dd1e",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:10,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e71efa594},"e-79":{id:"e-79",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-80"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|db292dad-89b0-b7bb-47d1-0e642b6c6a11",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|db292dad-89b0-b7bb-47d1-0e642b6c6a11",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:10,scrollOffsetUnit:"%",delay:20,direction:"RIGHT",effectIn:!0},createdOn:0x17e71efc62d},"e-81":{id:"e-81",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-82"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|9b1afb02-ef51-3035-5966-bd66b2923d88",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|9b1afb02-ef51-3035-5966-bd66b2923d88",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:10,scrollOffsetUnit:"%",delay:30,direction:"RIGHT",effectIn:!0},createdOn:0x17e71efe47b},"e-83":{id:"e-83",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-84"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|cf70cffe-9d20-1d7c-40f0-380b2b6548ec",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|cf70cffe-9d20-1d7c-40f0-380b2b6548ec",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:10,scrollOffsetUnit:"%",delay:40,direction:"RIGHT",effectIn:!0},createdOn:0x17e71f001c1},"e-85":{id:"e-85",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-86"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|10557ffe-4595-0ec3-4efd-6e454f534f5e",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|10557ffe-4595-0ec3-4efd-6e454f534f5e",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:10,scrollOffsetUnit:"%",delay:40,direction:"RIGHT",effectIn:!0},createdOn:0x17e71f0229c},"e-87":{id:"e-87",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInBottom",autoStopEventId:"e-88"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|eceb6aba-adcf-816a-33fc-25843e2136b4",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|eceb6aba-adcf-816a-33fc-25843e2136b4",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"BOTTOM",effectIn:!0},createdOn:0x17e71f0a3d2},"e-89":{id:"e-89",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInBottom",autoStopEventId:"e-90"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|23e6751b-f2db-f5a7-9814-88b9a04e5605",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|23e6751b-f2db-f5a7-9814-88b9a04e5605",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"BOTTOM",effectIn:!0},createdOn:0x17e71f0da06},"e-91":{id:"e-91",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-92"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|c89c42f3-c761-204e-ae5c-f6f7b8b743a8",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|c89c42f3-c761-204e-ae5c-f6f7b8b743a8",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:"RIGHT",effectIn:!0},createdOn:0x17e71f0f5d1},"e-93":{id:"e-93",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"FADE_EFFECT",instant:!1,config:{actionListId:"fadeIn",autoStopEventId:"e-94"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|0623c8fb-3286-5e65-0065-28e82b013781",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|0623c8fb-3286-5e65-0065-28e82b013781",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:10,scrollOffsetUnit:"%",delay:0,direction:null,effectIn:!0},createdOn:0x17e71f113b0},"e-95":{id:"e-95",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"FADE_EFFECT",instant:!1,config:{actionListId:"fadeIn",autoStopEventId:"e-96"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|e4b87f1c-b1de-80d6-3713-5bbdca4080cb",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|e4b87f1c-b1de-80d6-3713-5bbdca4080cb",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:0,direction:null,effectIn:!0},createdOn:0x17e71f722a8},"e-98":{id:"e-98",name:"",animationType:"custom",eventTypeId:"MOUSE_OVER",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-37",affectedElements:{},playInReverse:!1,autoStopEventId:"e-99"}},mediaQueries:["main"],target:{selector:".lightbox.display-flex-horizontal",originalId:"62b603cda9616a00bcfc41cf|eb77ef7d-20d4-da35-9616-b7f144f3c4fc",appliesTo:"CLASS"},targets:[{selector:".lightbox.display-flex-horizontal",originalId:"62b603cda9616a00bcfc41cf|eb77ef7d-20d4-da35-9616-b7f144f3c4fc",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e729c57c2},"e-99":{id:"e-99",name:"",animationType:"custom",eventTypeId:"MOUSE_OUT",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-38",affectedElements:{},playInReverse:!1,autoStopEventId:"e-98"}},mediaQueries:["main"],target:{selector:".lightbox.display-flex-horizontal",originalId:"62b603cda9616a00bcfc41cf|eb77ef7d-20d4-da35-9616-b7f144f3c4fc",appliesTo:"CLASS"},targets:[{selector:".lightbox.display-flex-horizontal",originalId:"62b603cda9616a00bcfc41cf|eb77ef7d-20d4-da35-9616-b7f144f3c4fc",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e729c57c4},"e-101":{id:"e-101",name:"",animationType:"custom",eventTypeId:"SCROLLING_IN_VIEW",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-40",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"039edbed-7ee6-860c-e4cb-0473dea65a44",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"039edbed-7ee6-860c-e4cb-0473dea65a44",appliesTo:"ELEMENT",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-40-p",smoothing:98,startsEntering:!0,addStartOffset:!1,addOffsetValue:50,startsExiting:!1,addEndOffset:!0,endOffsetValue:50}],createdOn:0x17e72da4ac6},"e-102":{id:"e-102",name:"",animationType:"custom",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-45",affectedElements:{},playInReverse:!1,autoStopEventId:"e-103"}},mediaQueries:["main","medium","small","tiny"],target:{id:"039edbed-7ee6-860c-e4cb-0473dea65a74",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"039edbed-7ee6-860c-e4cb-0473dea65a74",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:0,scrollOffsetUnit:"%",delay:null,direction:null,effectIn:null},createdOn:0x17e76b8a2c9},"e-104":{id:"e-104",name:"",animationType:"custom",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-42",affectedElements:{},playInReverse:!1,autoStopEventId:"e-105"}},mediaQueries:["main","medium","small","tiny"],target:{id:"039edbed-7ee6-860c-e4cb-0473dea65a6f",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"039edbed-7ee6-860c-e4cb-0473dea65a6f",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:0,scrollOffsetUnit:"%",delay:null,direction:null,effectIn:null},createdOn:0x17e76baf76d},"e-110":{id:"e-110",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInBottom",autoStopEventId:"e-111"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|67d863c3-a5f2-f0d2-88f9-f343f744b4bd",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|67d863c3-a5f2-f0d2-88f9-f343f744b4bd",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:20,scrollOffsetUnit:"%",delay:1500,direction:"BOTTOM",effectIn:!0},createdOn:0x17e772a7f41},"e-112":{id:"e-112",name:"",animationType:"preset",eventTypeId:"MOUSE_OVER",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-20",affectedElements:{},playInReverse:!1,autoStopEventId:"e-113"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a336cfc41d1|6ea80c0e-9b76-4e25-8c1a-c23cf23bc375",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a336cfc41d1|6ea80c0e-9b76-4e25-8c1a-c23cf23bc375",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e778c6b0a},"e-113":{id:"e-113",name:"",animationType:"preset",eventTypeId:"MOUSE_OUT",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-21",affectedElements:{},playInReverse:!1,autoStopEventId:"e-112"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a336cfc41d1|6ea80c0e-9b76-4e25-8c1a-c23cf23bc375",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a336cfc41d1|6ea80c0e-9b76-4e25-8c1a-c23cf23bc375",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e778c6b0a},"e-114":{id:"e-114",name:"",animationType:"custom",eventTypeId:"PAGE_START",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-19",affectedElements:{},playInReverse:!1,autoStopEventId:"e-115"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a336cfc41d1",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a336cfc41d1",appliesTo:"PAGE",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e778d3fd9},"e-116":{id:"e-116",name:"",animationType:"custom",eventTypeId:"NAVBAR_OPEN",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-43",affectedElements:{},playInReverse:!1,autoStopEventId:"e-117"}},mediaQueries:["medium","small","tiny"],target:{id:"dbad4924-f1f3-3bd1-ef27-333811661a5c",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"dbad4924-f1f3-3bd1-ef27-333811661a5c",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e779531c4},"e-117":{id:"e-117",name:"",animationType:"custom",eventTypeId:"NAVBAR_CLOSE",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-44",affectedElements:{},playInReverse:!1,autoStopEventId:"e-116"}},mediaQueries:["medium","small","tiny"],target:{id:"dbad4924-f1f3-3bd1-ef27-333811661a5c",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"dbad4924-f1f3-3bd1-ef27-333811661a5c",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e779531c5},"e-118":{id:"e-118",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-46",affectedElements:{},duration:0}},mediaQueries:["main"],target:{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-46-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50},{continuousParameterGroupId:"a-46-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50}],createdOn:0x17e8c8047d6},"e-119":{id:"e-119",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-47",affectedElements:{},duration:0}},mediaQueries:["main"],target:{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-47-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50},{continuousParameterGroupId:"a-47-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50}],createdOn:0x17e8c81816a},"e-120":{id:"e-120",name:"",animationType:"custom",eventTypeId:"MOUSE_OVER",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-48",affectedElements:{},playInReverse:!1,autoStopEventId:"e-121"}},mediaQueries:["main","medium","small","tiny"],target:{selector:".hover",originalId:"62b603cda9616a00bcfc41cf|4f87131a-faef-cc53-d5af-0218204199ff",appliesTo:"CLASS"},targets:[{selector:".hover",originalId:"62b603cda9616a00bcfc41cf|4f87131a-faef-cc53-d5af-0218204199ff",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e908c449c},"e-121":{id:"e-121",name:"",animationType:"custom",eventTypeId:"MOUSE_OUT",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-49",affectedElements:{},playInReverse:!1,autoStopEventId:"e-120"}},mediaQueries:["main","medium","small","tiny"],target:{selector:".hover",originalId:"62b603cda9616a00bcfc41cf|4f87131a-faef-cc53-d5af-0218204199ff",appliesTo:"CLASS"},targets:[{selector:".hover",originalId:"62b603cda9616a00bcfc41cf|4f87131a-faef-cc53-d5af-0218204199ff",appliesTo:"CLASS"}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e908c449f},"e-122":{id:"e-122",name:"",animationType:"custom",eventTypeId:"PAGE_START",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-15",affectedElements:{},playInReverse:!1,autoStopEventId:"e-123"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616ae567fc41d5",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616ae567fc41d5",appliesTo:"PAGE",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e90d0d157},"e-124":{id:"e-124",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-46",affectedElements:{},duration:0}},mediaQueries:["main"],target:{id:"62b603cda9616ae567fc41d5",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616ae567fc41d5",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-46-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50},{continuousParameterGroupId:"a-46-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50}],createdOn:0x17e90d1d5ce},"e-125":{id:"e-125",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-47",affectedElements:{},duration:0}},mediaQueries:["main"],target:{id:"62b603cda9616ae567fc41d5",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616ae567fc41d5",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-47-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50},{continuousParameterGroupId:"a-47-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50}],createdOn:0x17e90d20b7c},"e-126":{id:"e-126",name:"",animationType:"custom",eventTypeId:"PAGE_START",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-15",affectedElements:{},playInReverse:!1,autoStopEventId:"e-127"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a6260fc41d4",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a6260fc41d4",appliesTo:"PAGE",styleBlockIds:[]}],config:{loop:!0,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x17e90d2f74c},"e-128":{id:"e-128",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-46",affectedElements:{},duration:0}},mediaQueries:["main"],target:{id:"62b603cda9616a6260fc41d4",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a6260fc41d4",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-46-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50},{continuousParameterGroupId:"a-46-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50}],createdOn:0x17e90d345cb},"e-129":{id:"e-129",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-47",affectedElements:{},duration:0}},mediaQueries:["main"],target:{id:"62b603cda9616a6260fc41d4",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a6260fc41d4",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-47-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50},{continuousParameterGroupId:"a-47-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50}],createdOn:0x17e90d37677},"e-130":{id:"e-130",name:"",animationType:"custom",eventTypeId:"PAGE_SCROLL",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-50",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-50-p",smoothing:50,startsEntering:!0,addStartOffset:!1,addOffsetValue:50,startsExiting:!1,addEndOffset:!1,endOffsetValue:50}],createdOn:0x17ea059f3cb},"e-131":{id:"e-131",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-46",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a336cfc41d1",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a336cfc41d1",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-46-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:75,restingState:50},{continuousParameterGroupId:"a-46-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:75,restingState:50}],createdOn:0x17eb0898f77},"e-132":{id:"e-132",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-47",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a336cfc41d1",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"62b603cda9616a336cfc41d1",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-47-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50},{continuousParameterGroupId:"a-47-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50}],createdOn:0x17eb089e6d5},"e-133":{id:"e-133",name:"",animationType:"preset",eventTypeId:"MOUSE_OVER",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-29",affectedElements:{},playInReverse:!1,autoStopEventId:"e-134"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|005087cb-a43e-fc4a-1889-c4b9d07ebfd5",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|005087cb-a43e-fc4a-1889-c4b9d07ebfd5",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x1825ef2995f},"e-135":{id:"e-135",name:"",animationType:"preset",eventTypeId:"SCROLL_INTO_VIEW",action:{id:"",actionTypeId:"SLIDE_EFFECT",instant:!1,config:{actionListId:"slideInRight",autoStopEventId:"e-136"}},mediaQueries:["main","medium","small","tiny"],target:{id:"62b603cda9616a00bcfc41cf|ed73faa4-5e3a-f4a2-9d30-48c2a7937101",appliesTo:"ELEMENT",styleBlockIds:[]},targets:[{id:"62b603cda9616a00bcfc41cf|ed73faa4-5e3a-f4a2-9d30-48c2a7937101",appliesTo:"ELEMENT",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:10,scrollOffsetUnit:"%",delay:40,direction:"RIGHT",effectIn:!0},createdOn:0x18263004771},"e-147":{id:"e-147",name:"",animationType:"preset",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-57",affectedElements:{},duration:0}},mediaQueries:["main"],target:{id:"640165b0c4eefe46b3ad5a06",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"640165b0c4eefe46b3ad5a06",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-57-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50},{continuousParameterGroupId:"a-57-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50}],createdOn:0x186a5751f8b},"e-148":{id:"e-148",name:"",animationType:"preset",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-58",affectedElements:{},duration:0}},mediaQueries:["main"],target:{id:"640165b0c4eefe46b3ad5a06",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"640165b0c4eefe46b3ad5a06",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-58-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50},{continuousParameterGroupId:"a-58-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50}],createdOn:0x186a5751f8b},"e-149":{id:"e-149",name:"",animationType:"preset",eventTypeId:"PAGE_START",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-59",affectedElements:{},playInReverse:!1,autoStopEventId:"e-150"}},mediaQueries:["main","medium","small","tiny"],target:{id:"640165b0c4eefe46b3ad5a06",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"640165b0c4eefe46b3ad5a06",appliesTo:"PAGE",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x186a5751f8b},"e-151":{id:"e-151",name:"",animationType:"preset",eventTypeId:"PAGE_SCROLL",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-60",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"640165b0c4eefe46b3ad5a06",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"640165b0c4eefe46b3ad5a06",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-60-p",smoothing:50,startsEntering:!0,addStartOffset:!1,addOffsetValue:50,startsExiting:!1,addEndOffset:!1,endOffsetValue:50}],createdOn:0x186a5751f8b},"e-152":{id:"e-152",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-46",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"64012ea1b017f86e4c623ef8",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"64012ea1b017f86e4c623ef8",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-46-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50},{continuousParameterGroupId:"a-46-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:85,restingState:50}],createdOn:0x186a5c210d1},"e-153":{id:"e-153",name:"",animationType:"custom",eventTypeId:"MOUSE_MOVE",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-47",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"64012ea1b017f86e4c623ef8",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"64012ea1b017f86e4c623ef8",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-47-p",selectedAxis:"X_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50},{continuousParameterGroupId:"a-47-p-2",selectedAxis:"Y_AXIS",basedOn:"VIEWPORT",reverse:!1,smoothing:50,restingState:50}],createdOn:0x186a5c56632},"e-154":{id:"e-154",name:"",animationType:"custom",eventTypeId:"PAGE_START",action:{id:"",actionTypeId:"GENERAL_START_ACTION",config:{delay:0,easing:"",duration:0,actionListId:"a-25",affectedElements:{},playInReverse:!1,autoStopEventId:"e-155"}},mediaQueries:["main","medium","small","tiny"],target:{id:"64012ea1b017f86e4c623ef8",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"64012ea1b017f86e4c623ef8",appliesTo:"PAGE",styleBlockIds:[]}],config:{loop:!1,playInReverse:!1,scrollOffsetValue:null,scrollOffsetUnit:null,delay:null,direction:null,effectIn:null},createdOn:0x186a5c5fdba},"e-156":{id:"e-156",name:"",animationType:"custom",eventTypeId:"PAGE_SCROLL",action:{id:"",actionTypeId:"GENERAL_CONTINUOUS_ACTION",config:{actionListId:"a-50",affectedElements:{},duration:0}},mediaQueries:["main","medium","small","tiny"],target:{id:"64012ea1b017f86e4c623ef8",appliesTo:"PAGE",styleBlockIds:[]},targets:[{id:"64012ea1b017f86e4c623ef8",appliesTo:"PAGE",styleBlockIds:[]}],config:[{continuousParameterGroupId:"a-50-p",smoothing:50,startsEntering:!0,addStartOffset:!1,addOffsetValue:50,startsExiting:!1,addEndOffset:!1,endOffsetValue:50}],createdOn:0x186a5c70eb8}},actionLists:{a:{id:"a",title:"(CLICK) FAQ Question",actionItemGroups:[{actionItems:[{id:"a-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}},{id:"a-n-21",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-n-19",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-n-17",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-n-9",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-n-8",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-n-7",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-n-2",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-n-4",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"ease",duration:800,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},widthUnit:"PX",heightUnit:"AUTO",locked:!1}},{id:"a-n-16",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},widthUnit:"PX",heightUnit:"AUTO",locked:!1}},{id:"a-n-15",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:239,bValue:39,gValue:207,aValue:1}},{id:"a-n-5",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:45,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-n-11",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:1,unit:""}},{id:"a-n-10",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-n-12",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-n-13",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:1,unit:""}},{id:"a-n-18",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"ease",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:1,unit:""}}]},{actionItems:[{id:"a-n-20",actionTypeId:"STYLE_SIZE",config:{delay:100,easing:"inOutSine",duration:1500,target:{useEventTarget:"CHILDREN",selector:".line",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275"]},widthValue:80,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-n-22",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x1703ca80632},"a-2":{id:"a-2",title:"(CLICK) FAQ Question [close]",actionItemGroups:[{actionItems:[{id:"a-2-n-7",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-2-n-10",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-2-n-9",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-2-n-8",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-2-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-2-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-2-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-2-n-3",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:239,bValue:39,gValue:207,aValue:0}},{id:"a-2-n-2",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:300,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-2-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"ease",duration:300,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}}]}],useFirstGroupAsInitialState:!1,createdOn:0x1703ca80632},"a-9":{id:"a-9",title:"(CLICK) FAQ Question Fifth",actionItemGroups:[{actionItems:[{id:"a-9-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}},{id:"a-9-n-19",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-9-n-17",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line.fifth",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","c6a95c2b-c9ec-89c8-0c0e-d3d5560cf3e2"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-9-n-15",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-9-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-9-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-9-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-9-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-9-n-6",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-9-n-8",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:113,bValue:242,gValue:210,aValue:1}},{id:"a-9-n-14",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},widthUnit:"PX",heightUnit:"AUTO",locked:!1}},{id:"a-9-n-9",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:45,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-9-n-10",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:1,unit:""}},{id:"a-9-n-11",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-9-n-12",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-9-n-13",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:1,unit:""}},{id:"a-9-n-16",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:1,unit:""}}]},{actionItems:[{id:"a-9-n-18",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutSine",duration:1e3,target:{useEventTarget:"CHILDREN",selector:".line.fifth",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","c6a95c2b-c9ec-89c8-0c0e-d3d5560cf3e2"]},widthValue:90,widthUnit:"%",heightUnit:"PX",locked:!1}}]},{actionItems:[{id:"a-9-n-20",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x1703ca80632},"a-10":{id:"a-10",title:"(CLICK) FAQ Question [close] Fifth",actionItemGroups:[{actionItems:[{id:"a-10-n-7",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-10-n-10",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line.fifth",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","c6a95c2b-c9ec-89c8-0c0e-d3d5560cf3e2"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-10-n-9",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-10-n-8",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-10-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-10-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-10-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-10-n-2",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:113,bValue:242,gValue:210,aValue:0}},{id:"a-10-n-3",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:300,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-10-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"ease",duration:300,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}}]}],useFirstGroupAsInitialState:!1,createdOn:0x1703ca80632},"a-7":{id:"a-7",title:"(CLICK) FAQ Question Fouth",actionItemGroups:[{actionItems:[{id:"a-7-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}},{id:"a-7-n-20",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-7-n-18",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-7-n-15",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line.fourth",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","63cc3191-0dd4-5deb-af98-9ee017e7dc6a"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-7-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-7-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-7-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-7-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-7-n-6",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-7-n-8",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:163,bValue:136,gValue:236,aValue:1}},{id:"a-7-n-14",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},widthUnit:"PX",heightUnit:"AUTO",locked:!1}},{id:"a-7-n-9",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:45,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-7-n-10",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:1,unit:""}},{id:"a-7-n-11",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-7-n-12",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-7-n-13",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:1,unit:""}},{id:"a-7-n-17",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:1,unit:""}}]},{actionItems:[{id:"a-7-n-16",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutSine",duration:1e3,target:{useEventTarget:"CHILDREN",selector:".line.fourth",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","63cc3191-0dd4-5deb-af98-9ee017e7dc6a"]},widthValue:50,widthUnit:"%",heightUnit:"PX",locked:!1}}]},{actionItems:[{id:"a-7-n-19",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x1703ca80632},"a-8":{id:"a-8",title:"(CLICK) FAQ Question [close] Fourth",actionItemGroups:[{actionItems:[{id:"a-8-n-7",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-8-n-10",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-8-n-9",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line.fourth",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","63cc3191-0dd4-5deb-af98-9ee017e7dc6a"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-8-n-8",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-8-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-8-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-8-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-8-n-2",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:163,bValue:136,gValue:236,aValue:0}},{id:"a-8-n-3",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:300,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-8-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"ease",duration:300,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}}]}],useFirstGroupAsInitialState:!1,createdOn:0x1703ca80632},"a-5":{id:"a-5",title:"(CLICK) FAQ Question Third",actionItemGroups:[{actionItems:[{id:"a-5-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}},{id:"a-5-n-19",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-5-n-16",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-5-n-15",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line.third",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","f383bd39-39f6-5d16-6c3b-0b82c74fc478"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-5-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-5-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-5-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-5-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-5-n-6",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-5-n-8",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:135,bValue:249,gValue:75,aValue:1}},{id:"a-5-n-14",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},widthUnit:"PX",heightUnit:"AUTO",locked:!1}},{id:"a-5-n-9",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:45,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-5-n-10",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:1,unit:""}},{id:"a-5-n-11",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-5-n-12",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-5-n-13",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:1,unit:""}},{id:"a-5-n-17",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:1,unit:""}}]},{actionItems:[{id:"a-5-n-20",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutSine",duration:1e3,target:{useEventTarget:"CHILDREN",selector:".line.third",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","f383bd39-39f6-5d16-6c3b-0b82c74fc478"]},widthValue:75,widthUnit:"%",heightUnit:"PX",locked:!1}}]},{actionItems:[{id:"a-5-n-18",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x1703ca80632},"a-6":{id:"a-6",title:"(CLICK) FAQ Question [close] Third",actionItemGroups:[{actionItems:[{id:"a-6-n-7",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-6-n-10",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line.third",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","f383bd39-39f6-5d16-6c3b-0b82c74fc478"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-6-n-9",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-6-n-8",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-6-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-6-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-6-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-6-n-2",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:135,bValue:249,gValue:75,aValue:0}},{id:"a-6-n-3",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:300,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-6-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"ease",duration:300,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}}]}],useFirstGroupAsInitialState:!1,createdOn:0x1703ca80632},"a-3":{id:"a-3",title:"(CLICK) FAQ Question Second",actionItemGroups:[{actionItems:[{id:"a-3-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}},{id:"a-3-n-19",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-3-n-17",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line.second",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","0f9d6cbe-4176-7f9f-b254-13b4d943bd84"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-3-n-15",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-3-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-3-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-3-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-3-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-3-n-6",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-3-n-7",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"ease",duration:800,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},widthUnit:"PX",heightUnit:"AUTO",locked:!1}},{id:"a-3-n-14",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},widthUnit:"PX",heightUnit:"AUTO",locked:!1}},{id:"a-3-n-8",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:245,bValue:216,gValue:92,aValue:1}},{id:"a-3-n-9",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:45,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-3-n-10",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:1,unit:""}},{id:"a-3-n-11",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-3-n-12",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-3-n-13",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"swingTo",duration:500,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:1,unit:""}},{id:"a-3-n-16",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:1,unit:""}}]},{actionItems:[{id:"a-3-n-18",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"inOutSine",duration:1e3,target:{useEventTarget:"CHILDREN",selector:".line.second",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","0f9d6cbe-4176-7f9f-b254-13b4d943bd84"]},widthValue:85,widthUnit:"%",heightUnit:"PX",locked:!1}}]},{actionItems:[{id:"a-3-n-20",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x1703ca80632},"a-4":{id:"a-4",title:"(CLICK) FAQ Question [close] Second",actionItemGroups:[{actionItems:[{id:"a-4-n-7",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},value:0,unit:""}},{id:"a-4-n-10",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text._96px.primary-font",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","8059c810-f0fd-4993-4443-109819d660d9","8f7041f5-3dc0-7ec4-5e39-68de0823fc11"]},value:0,unit:""}},{id:"a-4-n-9",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".number-wrap.position-absolute.display-flex-horizontal",selectorGuids:["4fc737bf-261d-8b31-d9af-5d497a281437","9c8f055c-2dcd-a282-3802-477a480421bb","8bb77370-7670-1e81-51af-73abe455ce14"]},value:0,unit:""}},{id:"a-4-n-8",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".line.second",selectorGuids:["1cadc512-9fa9-3e80-4721-9c74e05ca275","0f9d6cbe-4176-7f9f-b254-13b4d943bd84"]},widthValue:0,widthUnit:"%",heightUnit:"PX",locked:!1}},{id:"a-4-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-left.margin-medium",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","11740cb7-e54b-481d-1b10-dd0de9cb5577","15587170-bab4-18c8-2b55-f0aab30179ee"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-4-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},value:0,unit:""}},{id:"a-4-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"CHILDREN",selector:".illustrations-wrap-text.max-width-medium.margin-right.margin-huge",selectorGuids:["706a65db-3c4b-4efb-14d0-e20b191b105e","865a4e09-2657-b154-6079-6b956b6d3727","89a040ef-c155-498b-bfeb-0187b33459f7","949ea473-a02d-a4b6-6caa-ca2e354e70e6"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-4-n-2",actionTypeId:"STYLE_BACKGROUND_COLOR",config:{delay:0,easing:"",duration:300,target:{useEventTarget:"PARENT",selector:".branding.background-color-white.padding-vertical.padding-huge",selectorGuids:["06502c38-3245-267c-7627-1ee6bb301b6f","9ad7c097-3606-0508-2474-6bd84550955e","25b3aecf-a673-5f47-51d2-f08c27e7bb73","1e08c100-c845-c7c0-4538-2b390563e97e"]},globalSwatchId:"",rValue:245,bValue:216,gValue:92,aValue:0}},{id:"a-4-n-3",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:300,target:{useEventTarget:"CHILDREN",selector:".arrow-image",selectorGuids:["221edd30-c613-13dc-8ffa-0b06b3be43dc"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-4-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"ease",duration:300,target:{useEventTarget:"CHILDREN",selector:".faq-content",selectorGuids:["94affac0-3528-30d8-2ee3-230874642ee3"]},heightValue:0,widthUnit:"PX",heightUnit:"PX",locked:!1}}]}],useFirstGroupAsInitialState:!1,createdOn:0x1703ca80632},"a-11":{id:"a-11",title:"Illustrations (Size Image)",continuousParameterGroups:[{id:"a-11-p",type:"SCROLL_PROGRESS",parameterLabel:"Scroll",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-11-n",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.first",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","f0f207e1-6a5e-bd2a-2735-3e24b4b71ded"]},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"vh",locked:!1}}]},{keyframe:10,actionItems:[{id:"a-11-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.first",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","f0f207e1-6a5e-bd2a-2735-3e24b4b71ded"]},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-11-n-3",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.first",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","f0f207e1-6a5e-bd2a-2735-3e24b4b71ded"]},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"vh",locked:!1}},{id:"a-11-n-4",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.secon",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","02e712c4-1ed7-15be-4a2b-424e4ed2dfe4"]},widthValue:100,heightValue:0,widthUnit:"%",heightUnit:"vh",locked:!1}},{id:"a-11-n-15",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|0c6478da-bc46-7455-5d8a-35a26d655e61"},widthValue:100,heightValue:0,widthUnit:"%",heightUnit:"vh",locked:!1}}]},{keyframe:30,actionItems:[{id:"a-11-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.first",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","f0f207e1-6a5e-bd2a-2735-3e24b4b71ded"]},yValue:-100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-11-n-6",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.secon",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","02e712c4-1ed7-15be-4a2b-424e4ed2dfe4"]},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"vh",locked:!1}},{id:"a-11-n-16",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|0c6478da-bc46-7455-5d8a-35a26d655e61"},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"vh",locked:!1}}]},{keyframe:45,actionItems:[{id:"a-11-n-7",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.secon",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","02e712c4-1ed7-15be-4a2b-424e4ed2dfe4"]},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-11-n-8",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.tird",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","43a328f0-953f-5cc4-9083-fdf188ff4c23"]},widthValue:100,heightValue:0,widthUnit:"%",heightUnit:"vh",locked:!1}},{id:"a-11-n-17",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|edd7fb3f-9855-5e0e-a419-650794b74913"},widthValue:100,heightValue:0,widthUnit:"%",heightUnit:"vh",locked:!1}}]},{keyframe:65,actionItems:[{id:"a-11-n-9",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.tird",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","43a328f0-953f-5cc4-9083-fdf188ff4c23"]},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"vh",locked:!1}},{id:"a-11-n-10",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.secon",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","02e712c4-1ed7-15be-4a2b-424e4ed2dfe4"]},yValue:-100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-11-n-18",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|edd7fb3f-9855-5e0e-a419-650794b74913"},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"vh",locked:!1}}]},{keyframe:80,actionItems:[{id:"a-11-n-11",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.tird",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","43a328f0-953f-5cc4-9083-fdf188ff4c23"]},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-11-n-13",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.fourth",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","a9736629-8200-c3af-116b-8e9c0096db61"]},widthValue:100,heightValue:0,widthUnit:"%",heightUnit:"vh",locked:!1}},{id:"a-11-n-19",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|dcc7977e-5b0a-591d-47c1-4a142c7dd1a8"},widthValue:100,heightValue:0,widthUnit:"%",heightUnit:"vh",locked:!1}}]},{keyframe:100,actionItems:[{id:"a-11-n-12",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.tird",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","43a328f0-953f-5cc4-9083-fdf188ff4c23"]},yValue:-100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-11-n-14",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image-move.position-relative.fourth",selectorGuids:["78bb32c9-375f-c421-df9b-5cadfdf26330","92eece4e-8028-abc9-b4a9-6785c7828344","a9736629-8200-c3af-116b-8e9c0096db61"]},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"vh",locked:!1}},{id:"a-11-n-20",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|dcc7977e-5b0a-591d-47c1-4a142c7dd1a8"},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"vh",locked:!1}}]}]}],createdOn:0x17e586ef1e0},"a-15":{id:"a-15",title:"(LOOP) Banner Footer",actionItemGroups:[{actionItems:[{id:"a-15-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:0,target:{selector:".move-text.primary-font.first",selectorGuids:["335aa0cd-8272-275c-ef3a-578cf584400d","55e29c8f-8850-6008-9761-a58135d5f654","20f480f7-807e-653a-82d4-279b9469ff06"]},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-15-n-7",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:0,target:{selector:".wrap-moved-images.display-flex-horizontal",selectorGuids:["148e15f2-62d2-6f82-69ad-12e12d45158a","ef756c7f-2e2a-1f3f-c8be-949d47867388"]},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-15-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:0,target:{selector:".wrap-moved-images.display-flex-horizontal.first",selectorGuids:["148e15f2-62d2-6f82-69ad-12e12d45158a","ef756c7f-2e2a-1f3f-c8be-949d47867388","caa816c0-0fe3-530e-f11d-ee1debe26e9c"]},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-15-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:0,target:{selector:".move-text.primary-font.second",selectorGuids:["335aa0cd-8272-275c-ef3a-578cf584400d","55e29c8f-8850-6008-9761-a58135d5f654","fb24e2c7-485f-7cfe-5b4c-2c796bcb9aa1"]},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}}]},{actionItems:[{id:"a-15-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:4e4,target:{selector:".move-text.primary-font.first",selectorGuids:["335aa0cd-8272-275c-ef3a-578cf584400d","55e29c8f-8850-6008-9761-a58135d5f654","20f480f7-807e-653a-82d4-279b9469ff06"]},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-15-n-8",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:4e4,target:{selector:".wrap-moved-images.display-flex-horizontal",selectorGuids:["148e15f2-62d2-6f82-69ad-12e12d45158a","ef756c7f-2e2a-1f3f-c8be-949d47867388"]},xValue:100,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-15-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:4e4,target:{selector:".wrap-moved-images.display-flex-horizontal.first",selectorGuids:["148e15f2-62d2-6f82-69ad-12e12d45158a","ef756c7f-2e2a-1f3f-c8be-949d47867388","caa816c0-0fe3-530e-f11d-ee1debe26e9c"]},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-15-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:4e4,target:{selector:".move-text.primary-font.second",selectorGuids:["335aa0cd-8272-275c-ef3a-578cf584400d","55e29c8f-8850-6008-9761-a58135d5f654","fb24e2c7-485f-7cfe-5b4c-2c796bcb9aa1"]},xValue:100,xUnit:"%",yUnit:"PX",zUnit:"PX"}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e58edf878},"a-16":{id:"a-16",title:"(Branding Slider) Change Slide [IN]",actionItemGroups:[{actionItems:[{id:"a-16-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".slide-image",selectorGuids:["0c479828-3c5a-0e7a-6b09-372d5e67f209"]},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-16-n-21",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".bg-slider",selectorGuids:["50480485-1759-b9fb-fa44-98f2a742eb3d"]},widthValue:0,heightValue:100,widthUnit:"%",heightUnit:"%",locked:!1}},{id:"a-16-n-18",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".column.padding-top.padding-medium._50",selectorGuids:["8fb2bf7a-e672-c614-dbc4-0f3cbb6f4968","2502720f-0efe-9c3e-faf6-b3ee76610ab2","8479b7dc-733b-c834-1c70-c4d34922e2c5","de44ecfb-d2fe-7cff-4755-f8812ab6a0fc"]},value:0,unit:""}},{id:"a-16-n-17",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".column.padding-top.padding-medium._50",selectorGuids:["8fb2bf7a-e672-c614-dbc4-0f3cbb6f4968","2502720f-0efe-9c3e-faf6-b3ee76610ab2","8479b7dc-733b-c834-1c70-c4d34922e2c5","de44ecfb-d2fe-7cff-4755-f8812ab6a0fc"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-16-n-10",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-top.margin-xxsmall.max-width-full",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","d1529895-bbe5-38ff-2419-0e6a2f271520","a9d91be6-4e72-549c-471d-afd8e750979e","24bde234-0883-ad5d-402e-cf8ba8d18f58"]},value:0,unit:""}},{id:"a-16-n-9",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-top.margin-xxsmall.max-width-full",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","d1529895-bbe5-38ff-2419-0e6a2f271520","a9d91be6-4e72-549c-471d-afd8e750979e","24bde234-0883-ad5d-402e-cf8ba8d18f58"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-16-n-8",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-bottom.margin-small",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","43a4a6ae-8df3-9989-8086-24e5ed3d50fa","a68c66ad-31cd-7c8b-f43e-076bc329f9e7"]},value:0,unit:""}},{id:"a-16-n-7",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-bottom.margin-small",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","43a4a6ae-8df3-9989-8086-24e5ed3d50fa","a68c66ad-31cd-7c8b-f43e-076bc329f9e7"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-16-n-6",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text.text-size-xlarge.primary-font.margin-bottom.margin-xsmall",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","2cdff384-f785-576c-d300-86120e92a2fe","a84098d8-8bfc-7698-25bd-772cce75bd39","2e872064-9cdf-5bc7-2bdb-a77e7f6acac7","5dbbbed0-5ef6-ae53-30ef-06d721a5a258"]},value:0,unit:""}},{id:"a-16-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-text.text-size-xlarge.primary-font.margin-bottom.margin-xsmall",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","2cdff384-f785-576c-d300-86120e92a2fe","a84098d8-8bfc-7698-25bd-772cce75bd39","2e872064-9cdf-5bc7-2bdb-a77e7f6acac7","5dbbbed0-5ef6-ae53-30ef-06d721a5a258"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-16-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".image",selectorGuids:["0d40115c-2d9a-644d-f895-5f8ee461932c"]},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}}]},{actionItems:[{id:"a-16-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:1e3,easing:[.55,.492,0,.991],duration:1200,target:{useEventTarget:"CHILDREN",selector:".slide-image",selectorGuids:["0c479828-3c5a-0e7a-6b09-372d5e67f209"]},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-16-n-22",actionTypeId:"STYLE_SIZE",config:{delay:1e3,easing:[.55,.492,0,.991],duration:1200,target:{useEventTarget:"CHILDREN",selector:".bg-slider",selectorGuids:["50480485-1759-b9fb-fa44-98f2a742eb3d"]},widthValue:100,heightValue:100,widthUnit:"%",heightUnit:"%",locked:!1}},{id:"a-16-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:1e3,easing:[.55,.492,0,.991],duration:1200,target:{useEventTarget:"CHILDREN",selector:".image",selectorGuids:["0d40115c-2d9a-644d-f895-5f8ee461932c"]},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-16-n-11",actionTypeId:"TRANSFORM_MOVE",config:{delay:1100,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-text.text-size-xlarge.primary-font.margin-bottom.margin-xsmall",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","2cdff384-f785-576c-d300-86120e92a2fe","a84098d8-8bfc-7698-25bd-772cce75bd39","2e872064-9cdf-5bc7-2bdb-a77e7f6acac7","5dbbbed0-5ef6-ae53-30ef-06d721a5a258"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-16-n-12",actionTypeId:"STYLE_OPACITY",config:{delay:1100,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-text.text-size-xlarge.primary-font.margin-bottom.margin-xsmall",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","2cdff384-f785-576c-d300-86120e92a2fe","a84098d8-8bfc-7698-25bd-772cce75bd39","2e872064-9cdf-5bc7-2bdb-a77e7f6acac7","5dbbbed0-5ef6-ae53-30ef-06d721a5a258"]},value:1,unit:""}},{id:"a-16-n-13",actionTypeId:"TRANSFORM_MOVE",config:{delay:1150,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-bottom.margin-small",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","43a4a6ae-8df3-9989-8086-24e5ed3d50fa","a68c66ad-31cd-7c8b-f43e-076bc329f9e7"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-16-n-14",actionTypeId:"STYLE_OPACITY",config:{delay:1150,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-bottom.margin-small",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","43a4a6ae-8df3-9989-8086-24e5ed3d50fa","a68c66ad-31cd-7c8b-f43e-076bc329f9e7"]},value:1,unit:""}},{id:"a-16-n-15",actionTypeId:"TRANSFORM_MOVE",config:{delay:1200,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-top.margin-xxsmall.max-width-full",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","d1529895-bbe5-38ff-2419-0e6a2f271520","a9d91be6-4e72-549c-471d-afd8e750979e","24bde234-0883-ad5d-402e-cf8ba8d18f58"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-16-n-16",actionTypeId:"STYLE_OPACITY",config:{delay:1200,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-top.margin-xxsmall.max-width-full",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","d1529895-bbe5-38ff-2419-0e6a2f271520","a9d91be6-4e72-549c-471d-afd8e750979e","24bde234-0883-ad5d-402e-cf8ba8d18f58"]},value:1,unit:""}},{id:"a-16-n-20",actionTypeId:"STYLE_OPACITY",config:{delay:1250,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".column.padding-top.padding-medium._50",selectorGuids:["8fb2bf7a-e672-c614-dbc4-0f3cbb6f4968","2502720f-0efe-9c3e-faf6-b3ee76610ab2","8479b7dc-733b-c834-1c70-c4d34922e2c5","de44ecfb-d2fe-7cff-4755-f8812ab6a0fc"]},value:1,unit:""}},{id:"a-16-n-19",actionTypeId:"TRANSFORM_MOVE",config:{delay:1250,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".column.padding-top.padding-medium._50",selectorGuids:["8fb2bf7a-e672-c614-dbc4-0f3cbb6f4968","2502720f-0efe-9c3e-faf6-b3ee76610ab2","8479b7dc-733b-c834-1c70-c4d34922e2c5","de44ecfb-d2fe-7cff-4755-f8812ab6a0fc"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e590cc75a},"a-17":{id:"a-17",title:"(Branding Slider) Change Slide [OUT]",actionItemGroups:[{actionItems:[{id:"a-17-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:[.55,.492,0,.991],duration:1200,target:{useEventTarget:"CHILDREN",selector:".slide-image",selectorGuids:["0c479828-3c5a-0e7a-6b09-372d5e67f209"]},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-17-n-11",actionTypeId:"STYLE_SIZE",config:{delay:0,easing:[.55,.492,0,.991],duration:1200,target:{useEventTarget:"CHILDREN",selector:".bg-slider",selectorGuids:["50480485-1759-b9fb-fa44-98f2a742eb3d"]},widthValue:0,heightValue:100,widthUnit:"%",heightUnit:"%",locked:!1}},{id:"a-17-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".column.padding-top.padding-medium._50",selectorGuids:["8fb2bf7a-e672-c614-dbc4-0f3cbb6f4968","2502720f-0efe-9c3e-faf6-b3ee76610ab2","8479b7dc-733b-c834-1c70-c4d34922e2c5","de44ecfb-d2fe-7cff-4755-f8812ab6a0fc"]},value:0,unit:""}},{id:"a-17-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".column.padding-top.padding-medium._50",selectorGuids:["8fb2bf7a-e672-c614-dbc4-0f3cbb6f4968","2502720f-0efe-9c3e-faf6-b3ee76610ab2","8479b7dc-733b-c834-1c70-c4d34922e2c5","de44ecfb-d2fe-7cff-4755-f8812ab6a0fc"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-17-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-top.margin-xxsmall.max-width-full",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","d1529895-bbe5-38ff-2419-0e6a2f271520","a9d91be6-4e72-549c-471d-afd8e750979e","24bde234-0883-ad5d-402e-cf8ba8d18f58"]},value:0,unit:""}},{id:"a-17-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-top.margin-xxsmall.max-width-full",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","d1529895-bbe5-38ff-2419-0e6a2f271520","a9d91be6-4e72-549c-471d-afd8e750979e","24bde234-0883-ad5d-402e-cf8ba8d18f58"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-17-n-6",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-bottom.margin-small",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","43a4a6ae-8df3-9989-8086-24e5ed3d50fa","a68c66ad-31cd-7c8b-f43e-076bc329f9e7"]},value:0,unit:""}},{id:"a-17-n-7",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-bottom.margin-small",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","43a4a6ae-8df3-9989-8086-24e5ed3d50fa","a68c66ad-31cd-7c8b-f43e-076bc329f9e7"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-17-n-8",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-text.text-size-xlarge.primary-font.margin-bottom.margin-xsmall",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","2cdff384-f785-576c-d300-86120e92a2fe","a84098d8-8bfc-7698-25bd-772cce75bd39","2e872064-9cdf-5bc7-2bdb-a77e7f6acac7","5dbbbed0-5ef6-ae53-30ef-06d721a5a258"]},value:0,unit:""}},{id:"a-17-n-9",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-text.text-size-xlarge.primary-font.margin-bottom.margin-xsmall",selectorGuids:["7b5efb32-c366-1e76-c694-bc1ac96dc58e","2cdff384-f785-576c-d300-86120e92a2fe","a84098d8-8bfc-7698-25bd-772cce75bd39","2e872064-9cdf-5bc7-2bdb-a77e7f6acac7","5dbbbed0-5ef6-ae53-30ef-06d721a5a258"]},yValue:50,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-17-n-10",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:[.55,.492,0,.991],duration:1200,target:{useEventTarget:"CHILDREN",selector:".image",selectorGuids:["0d40115c-2d9a-644d-f895-5f8ee461932c"]},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e590cc75a},"a-18":{id:"a-18",title:"Hero Scrolled",continuousParameterGroups:[{id:"a-18-p",type:"SCROLL_PROGRESS",parameterLabel:"Scroll",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-18-n",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|b5c91ede-695b-43a4-5787-c0eb1155a2ef"},zValue:-41,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-18-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|b5c91ede-695b-43a4-5787-c0eb1155a2ef"},xValue:34,yValue:13,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-18-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|21c062d1-d8f1-bdbf-4a9d-51861bd8d83f"},xValue:2,yValue:23,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-18-n-6",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|21c062d1-d8f1-bdbf-4a9d-51861bd8d83f"},zValue:90,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-18-n-9",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|2e520d6d-335c-aa9b-8a81-6133543317c3"},xValue:2,yValue:21,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-18-n-12",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|2e520d6d-335c-aa9b-8a81-6133543317c3"},zValue:-32,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-18-n-13",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|bc58ae5d-602c-7f49-a872-6b5366a8c5d0"},yValue:40,xUnit:"PX",yUnit:"%",zUnit:"PX"}},{id:"a-18-n-16",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|bc58ae5d-602c-7f49-a872-6b5366a8c5d0"},zValue:-171,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{keyframe:11,actionItems:[{id:"a-18-n-10",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|2e520d6d-335c-aa9b-8a81-6133543317c3"},xValue:19,yValue:0,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-18-n-11",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|2e520d6d-335c-aa9b-8a81-6133543317c3"},zValue:180,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{keyframe:14,actionItems:[{id:"a-18-n-2",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|b5c91ede-695b-43a4-5787-c0eb1155a2ef"},zValue:177,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-18-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|b5c91ede-695b-43a4-5787-c0eb1155a2ef"},xValue:-48,yValue:-27,zValue:null,xUnit:"%",yUnit:"%",zUnit:"px"}},{id:"a-18-n-7",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|21c062d1-d8f1-bdbf-4a9d-51861bd8d83f"},zValue:-180,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-18-n-8",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|21c062d1-d8f1-bdbf-4a9d-51861bd8d83f"},xValue:0,yValue:-27,xUnit:"%",yUnit:"%",zUnit:"PX"}}]},{keyframe:18,actionItems:[{id:"a-18-n-14",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|bc58ae5d-602c-7f49-a872-6b5366a8c5d0"},yValue:-13,xUnit:"PX",yUnit:"%",zUnit:"PX"}},{id:"a-18-n-15",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|bc58ae5d-602c-7f49-a872-6b5366a8c5d0"},zValue:84,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]}]}],createdOn:0x17e59670486},"a-19":{id:"a-19",title:"Loop Background",actionItemGroups:[{actionItems:[{id:"a-19-n",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:0,target:{selector:".image-background.position-absolute.footer._404",selectorGuids:["970306f6-a68d-9761-7e9a-33f4865430b1","6a1e1731-0ef3-ef4a-5e49-f92fac319928","72d666dd-2352-0ed0-a67d-0b6a5a2c610f","10f2e6ce-1ca8-2b0f-a5ca-bd39dea54ab5"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-19-n-2",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:8e4,target:{selector:".image-background.position-absolute.footer._404",selectorGuids:["970306f6-a68d-9761-7e9a-33f4865430b1","6a1e1731-0ef3-ef4a-5e49-f92fac319928","72d666dd-2352-0ed0-a67d-0b6a5a2c610f","10f2e6ce-1ca8-2b0f-a5ca-bd39dea54ab5"]},zValue:360,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e598f283b},"a-25":{id:"a-25",title:"Page Load",actionItemGroups:[{actionItems:[{id:"a-25-n",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-25-n-45",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|b10191b6-37e5-d067-cd04-9a43b243a344"},value:0,unit:""}},{id:"a-25-n-38",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|cb2a32cd-a98b-57d5-40ac-17c4bce6605e"},yValue:110,xUnit:"PX",yUnit:"%",zUnit:"PX"}},{id:"a-25-n-36",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},value:0,unit:""}},{id:"a-25-n-35",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-25-n-34",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},zValue:7,locked:!0}},{id:"a-25-n-33",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-25-n-32",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-25-n-24",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},value:0,unit:""}},{id:"a-25-n-22",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-25-n-20",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},zValue:7,locked:!0}},{id:"a-25-n-18",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-25-n-16",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-25-n-12",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-25-n-10",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},zValue:7,locked:!1}},{id:"a-25-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-25-n-14",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},value:0,unit:""}},{id:"a-25-n-40",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|cb2a32cd-a98b-57d5-40ac-17c4bce6605e"},xValue:-35,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}}]},{actionItems:[{id:"a-25-n-41",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|cb2a32cd-a98b-57d5-40ac-17c4bce6605e"},xValue:0,yValue:null,xUnit:"deg",yUnit:"deg",zUnit:"DEG"}},{id:"a-25-n-39",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|cb2a32cd-a98b-57d5-40ac-17c4bce6605e"},yValue:0,xUnit:"PX",yUnit:"%",zUnit:"PX"}}]},{actionItems:[{id:"a-25-n-15",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},value:1,unit:""}},{id:"a-25-n-13",actionTypeId:"TRANSFORM_SKEW",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-25-n-11",actionTypeId:"TRANSFORM_SCALE",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},zValue:1,locked:!0}},{id:"a-25-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-25-n-4",actionTypeId:"TRANSFORM_ROTATE",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7ac9c"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-25-n-44",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"ease",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|b10191b6-37e5-d067-cd04-9a43b243a344"},value:1,unit:""}},{id:"a-25-n-17",actionTypeId:"TRANSFORM_ROTATE",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-25-n-25",actionTypeId:"STYLE_OPACITY",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},value:1,unit:""}},{id:"a-25-n-23",actionTypeId:"TRANSFORM_MOVE",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-25-n-21",actionTypeId:"TRANSFORM_SCALE",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},zValue:1,locked:!0}},{id:"a-25-n-19",actionTypeId:"TRANSFORM_SKEW",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-25-n-27",actionTypeId:"TRANSFORM_ROTATE",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-25-n-37",actionTypeId:"STYLE_OPACITY",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},value:1,unit:""}},{id:"a-25-n-31",actionTypeId:"STYLE_OPACITY",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},value:1,unit:""}},{id:"a-25-n-30",actionTypeId:"TRANSFORM_MOVE",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-25-n-29",actionTypeId:"TRANSFORM_SCALE",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},zValue:1,locked:!0}},{id:"a-25-n-28",actionTypeId:"TRANSFORM_SKEW",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"62b603cda9616a00bcfc41cf|3f8197e2-191c-02b6-285c-38c6a2f2901c"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e67c8822e},"a-26":{id:"a-26",title:"(Projects) Sroll In View",actionItemGroups:[{actionItems:[{id:"a-26-n-6",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},zValue:7,locked:!1}},{id:"a-26-n-45",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|d6f791bd-4238-b1e3-31ac-2df08fb8e0f8"},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-26-n-38",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|9a6cf04b-f3e7-b428-ec11-34a5ac5df5c7"},value:0,unit:""}},{id:"a-26-n-36",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|2895bffe-7b3f-5301-aadb-1626968c67f1"},value:0,unit:""}},{id:"a-26-n-34",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"62b603cda9616a00bcfc41cf|531079b1-1120-58a9-0944-545808372f17"},value:0,unit:""}},{id:"a-26-n-27",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},value:0,unit:""}},{id:"a-26-n-26",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},xValue:81,yValue:97,zValue:153,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-26-n-25",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},zValue:7,locked:!0}},{id:"a-26-n-24",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-26-n-23",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-26-n-17",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},value:0,unit:""}},{id:"a-26-n-16",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-26-n-15",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-26-n-14",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},zValue:7,locked:!0}},{id:"a-26-n-13",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},xValue:81,yValue:97,zValue:153,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-26-n-11",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},value:0,unit:""}},{id:"a-26-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:81,yValue:97,zValue:153,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-26-n-5",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-26-n-4",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:-52,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}}]},{actionItems:[{id:"a-26-n-46",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|d6f791bd-4238-b1e3-31ac-2df08fb8e0f8"},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}}]},{actionItems:[{id:"a-26-n-7",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},zValue:1,locked:!0}},{id:"a-26-n-12",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},value:1,unit:""}},{id:"a-26-n-10",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-26-n-9",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-26-n-8",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:0,yValue:0,zValue:0,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-26-n-18",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},value:1,unit:""}},{id:"a-26-n-22",actionTypeId:"TRANSFORM_SCALE",config:{delay:100,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},zValue:1,locked:!0}},{id:"a-26-n-21",actionTypeId:"TRANSFORM_ROTATE",config:{delay:100,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-26-n-20",actionTypeId:"TRANSFORM_SKEW",config:{delay:100,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-26-n-19",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|79bd60f9-552d-e090-8b05-4d9a72493ec2"},xValue:0,yValue:0,zValue:0,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-26-n-28",actionTypeId:"TRANSFORM_MOVE",config:{delay:200,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},xValue:0,yValue:0,zValue:0,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-26-n-32",actionTypeId:"STYLE_OPACITY",config:{delay:200,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},value:1,unit:""}},{id:"a-26-n-31",actionTypeId:"TRANSFORM_SKEW",config:{delay:200,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-26-n-30",actionTypeId:"TRANSFORM_ROTATE",config:{delay:200,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-26-n-29",actionTypeId:"TRANSFORM_SCALE",config:{delay:200,easing:"inOutQuint",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|77099355-83b1-7d75-e1a4-c2157d3fe3a5"},zValue:1,locked:!0}},{id:"a-26-n-40",actionTypeId:"STYLE_OPACITY",config:{delay:750,easing:"ease",duration:800,target:{id:"62b603cda9616a00bcfc41cf|531079b1-1120-58a9-0944-545808372f17"},value:1,unit:""}},{id:"a-26-n-42",actionTypeId:"STYLE_OPACITY",config:{delay:1250,easing:"ease",duration:800,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|2895bffe-7b3f-5301-aadb-1626968c67f1"},value:1,unit:""}},{id:"a-26-n-44",actionTypeId:"STYLE_OPACITY",config:{delay:1750,easing:"ease",duration:800,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|9a6cf04b-f3e7-b428-ec11-34a5ac5df5c7"},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e683b03aa},"a-27":{id:"a-27",title:"(Branding) Sroll In View",actionItemGroups:[{actionItems:[{id:"a-27-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|d6f791bd-4238-b1e3-31ac-2df08fb8e0f8"},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-27-n-14",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".section-heading.heading-large.text-color-black",selectorGuids:["de759374-5427-5df7-5c0f-bd062c393c15","cf675ffc-abf6-9bc2-8b1d-cecf8e01c770","1e240163-6b97-6bfe-3af2-b71702344909"]},value:0,unit:""}},{id:"a-27-n-15",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".section-heading.heading-large.text-color-black",selectorGuids:["de759374-5427-5df7-5c0f-bd062c393c15","cf675ffc-abf6-9bc2-8b1d-cecf8e01c770","1e240163-6b97-6bfe-3af2-b71702344909"]},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-27-n-16",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".section-heading.heading-large.text-color-black",selectorGuids:["de759374-5427-5df7-5c0f-bd062c393c15","cf675ffc-abf6-9bc2-8b1d-cecf8e01c770","1e240163-6b97-6bfe-3af2-b71702344909"]},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-27-n-18",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".section-heading.heading-large.text-color-black",selectorGuids:["de759374-5427-5df7-5c0f-bd062c393c15","cf675ffc-abf6-9bc2-8b1d-cecf8e01c770","1e240163-6b97-6bfe-3af2-b71702344909"]},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-27-n-19",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},value:0,unit:""}},{id:"a-27-n-20",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-27-n-21",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-27-n-22",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:-52,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}}]},{actionItems:[{id:"a-27-n-23",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|d6f791bd-4238-b1e3-31ac-2df08fb8e0f8"},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}}]},{actionItems:[{id:"a-27-n-25",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},value:1,unit:""}},{id:"a-27-n-26",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-27-n-27",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-27-n-28",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-27-n-29",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".section-heading.heading-large.text-color-black",selectorGuids:["de759374-5427-5df7-5c0f-bd062c393c15","cf675ffc-abf6-9bc2-8b1d-cecf8e01c770","1e240163-6b97-6bfe-3af2-b71702344909"]},value:1,unit:""}},{id:"a-27-n-31",actionTypeId:"TRANSFORM_ROTATE",config:{delay:100,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".section-heading.heading-large.text-color-black",selectorGuids:["de759374-5427-5df7-5c0f-bd062c393c15","cf675ffc-abf6-9bc2-8b1d-cecf8e01c770","1e240163-6b97-6bfe-3af2-b71702344909"]},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-27-n-32",actionTypeId:"TRANSFORM_SKEW",config:{delay:100,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".section-heading.heading-large.text-color-black",selectorGuids:["de759374-5427-5df7-5c0f-bd062c393c15","cf675ffc-abf6-9bc2-8b1d-cecf8e01c770","1e240163-6b97-6bfe-3af2-b71702344909"]},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-27-n-33",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".section-heading.heading-large.text-color-black",selectorGuids:["de759374-5427-5df7-5c0f-bd062c393c15","cf675ffc-abf6-9bc2-8b1d-cecf8e01c770","1e240163-6b97-6bfe-3af2-b71702344909"]},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e683b03aa},"a-28":{id:"a-28",title:"(Experience) Sroll In View",actionItemGroups:[{actionItems:[{id:"a-28-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|d6f791bd-4238-b1e3-31ac-2df08fb8e0f8"},xValue:-100,xUnit:"%",yUnit:"PX",zUnit:"PX"}},{id:"a-28-n-7",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-top.hide-tablet",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","d1529895-bbe5-38ff-2419-0e6a2f271520","df52a63f-5ab5-a767-b79c-37cc7768ae18"]},value:0,unit:""}},{id:"a-28-n-9",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640981"},value:0,unit:""}},{id:"a-28-n-10",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640981"},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-28-n-12",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640981"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-28-n-13",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640981"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-28-n-14",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640984"},value:0,unit:""}},{id:"a-28-n-15",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640984"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-28-n-16",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640984"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-28-n-18",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640984"},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-28-n-19",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},value:0,unit:""}},{id:"a-28-n-20",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-28-n-21",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-28-n-22",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:-52,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}}]},{actionItems:[{id:"a-28-n-23",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|d6f791bd-4238-b1e3-31ac-2df08fb8e0f8"},xValue:0,xUnit:"%",yUnit:"PX",zUnit:"PX"}}]},{actionItems:[{id:"a-28-n-25",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},value:1,unit:""}},{id:"a-28-n-26",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-28-n-27",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-28-n-28",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",selector:".icon-white.margin-right.margin-small",selectorGuids:["71afe6fd-a9d4-318c-f989-f0ff5cd92f52","e8daacdc-3ed8-d2e5-cfa9-77d6cbc4c9b1","60db02dc-d370-0184-b200-a3738acbb9f3"]},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-28-n-29",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640981"},value:1,unit:""}},{id:"a-28-n-31",actionTypeId:"TRANSFORM_ROTATE",config:{delay:100,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640981"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-28-n-32",actionTypeId:"TRANSFORM_SKEW",config:{delay:100,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640981"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-28-n-33",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640981"},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-28-n-34",actionTypeId:"TRANSFORM_MOVE",config:{delay:200,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640984"},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-28-n-35",actionTypeId:"STYLE_OPACITY",config:{delay:200,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640984"},value:1,unit:""}},{id:"a-28-n-36",actionTypeId:"TRANSFORM_SKEW",config:{delay:200,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640984"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-28-n-37",actionTypeId:"TRANSFORM_ROTATE",config:{delay:200,easing:"inOutBack",duration:1500,target:{useEventTarget:"CHILDREN",id:"62b603cda9616a00bcfc41cf|63b0fcfd-439c-24f3-7888-9a0703640984"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-28-n-40",actionTypeId:"STYLE_OPACITY",config:{delay:650,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",selector:".main-paragraph.margin-top.hide-tablet",selectorGuids:["2312b1e6-bcf9-ae60-7501-fa23ed8ebd95","d1529895-bbe5-38ff-2419-0e6a2f271520","df52a63f-5ab5-a767-b79c-37cc7768ae18"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e683b03aa},"a-29":{id:"a-29",title:"Social link Hover",actionItemGroups:[{actionItems:[{id:"a-29-n",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"ease",duration:200,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|0c209f66-986c-3395-0072-23b1ad592cd5"},xValue:null,zValue:-20,xUnit:"deg",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-29-n-2",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"ease",duration:200,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|0c209f66-986c-3395-0072-23b1ad592cd5"},zValue:50,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-29-n-3",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"swingTo",duration:500,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|0c209f66-986c-3395-0072-23b1ad592cd5"},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e6c8ba063},"a-31":{id:"a-31",title:"Lottie Time",actionItemGroups:[{actionItems:[{id:"a-31-n",actionTypeId:"PLUGIN_LOTTIE",config:{delay:0,easing:"",duration:2e3,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|1fa444d1-bc28-949d-80f3-e2bc62eab698"},value:0}}]},{actionItems:[{id:"a-31-n-2",actionTypeId:"PLUGIN_LOTTIE",config:{delay:0,easing:"",duration:2e3,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|1fa444d1-bc28-949d-80f3-e2bc62eab698"},value:100}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e6d465fbc},"a-30":{id:"a-30",title:"Lottie Time",actionItemGroups:[{actionItems:[{id:"a-30-n-2",actionTypeId:"PLUGIN_LOTTIE",config:{delay:0,easing:"",duration:1e3,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7aca3"},value:0}}]},{actionItems:[{id:"a-30-n-3",actionTypeId:"PLUGIN_LOTTIE",config:{delay:0,easing:"",duration:1500,target:{useEventTarget:!0,id:"62b603cda9616a00bcfc41cf|d4548f30-0456-5955-a4e2-722b95c7aca3"},value:100}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e6d3ef32b},"a-33":{id:"a-33",title:"Hover Branding [IN]",actionItemGroups:[{actionItems:[{id:"a-33-n",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".hover-image.position-absolute",selectorGuids:["8a980a29-07eb-bcd2-7a01-cf288e85ff4f","9713c211-9d4e-4583-da6b-f75c401d7467"]},value:0,unit:""}}]},{actionItems:[{id:"a-33-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".hover-image.position-absolute",selectorGuids:["8a980a29-07eb-bcd2-7a01-cf288e85ff4f","9713c211-9d4e-4583-da6b-f75c401d7467"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e71c2e80f},"a-34":{id:"a-34",title:"Hover Branding [OUT]",actionItemGroups:[{actionItems:[{id:"a-34-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".hover-image.position-absolute",selectorGuids:["8a980a29-07eb-bcd2-7a01-cf288e85ff4f","9713c211-9d4e-4583-da6b-f75c401d7467"]},value:0,unit:""}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e71c2e80f},"a-35":{id:"a-35",title:"Move Image Branding",continuousParameterGroups:[{id:"a-35-p",type:"MOUSE_X",parameterLabel:"Mouse X",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-35-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".hover-image.position-absolute",selectorGuids:["8a980a29-07eb-bcd2-7a01-cf288e85ff4f","9713c211-9d4e-4583-da6b-f75c401d7467"]},xValue:-129,yValue:null,xUnit:"px",yUnit:"px",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-35-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".hover-image.position-absolute",selectorGuids:["8a980a29-07eb-bcd2-7a01-cf288e85ff4f","9713c211-9d4e-4583-da6b-f75c401d7467"]},xValue:97,yValue:null,xUnit:"px",yUnit:"px",zUnit:"PX"}}]}]},{id:"a-35-p-2",type:"MOUSE_Y",parameterLabel:"Mouse Y",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-35-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".hover-image.position-absolute",selectorGuids:["8a980a29-07eb-bcd2-7a01-cf288e85ff4f","9713c211-9d4e-4583-da6b-f75c401d7467"]},yValue:-202,xUnit:"PX",yUnit:"px",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-35-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".hover-image.position-absolute",selectorGuids:["8a980a29-07eb-bcd2-7a01-cf288e85ff4f","9713c211-9d4e-4583-da6b-f75c401d7467"]},yValue:40,xUnit:"PX",yUnit:"px",zUnit:"PX"}}]}]}],createdOn:0x17e71c36ff4},"a-37":{id:"a-37",title:"Hover Cursor [IN]",actionItemGroups:[{actionItems:[{id:"a-37-n",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{selector:".circle-cursor.display-flex-horizontal.position-absolute",selectorGuids:["b2465aff-eaa6-cb0e-a0a1-597e68996898","fb893c27-dbf5-44e2-66a4-25d5ef436760","8c61f2b9-f16d-fb01-3edc-cce0067a780f"]},xValue:0,yValue:0,locked:!0}},{id:"a-37-n-7",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".circle-cursor.display-flex-horizontal.position-absolute",selectorGuids:["b2465aff-eaa6-cb0e-a0a1-597e68996898","fb893c27-dbf5-44e2-66a4-25d5ef436760","8c61f2b9-f16d-fb01-3edc-cce0067a780f"]},value:0,unit:""}},{id:"a-37-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".small-cursor",selectorGuids:["8b231ee6-057c-3d9a-d28b-275747030ce1"]},value:1,unit:""}},{id:"a-37-n-3",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".big-circle",selectorGuids:["46e04001-9f6c-785a-b6f4-039453d48eef"]},value:1,unit:""}}]},{actionItems:[{id:"a-37-n-2",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"ease",duration:400,target:{selector:".circle-cursor.display-flex-horizontal.position-absolute",selectorGuids:["b2465aff-eaa6-cb0e-a0a1-597e68996898","fb893c27-dbf5-44e2-66a4-25d5ef436760","8c61f2b9-f16d-fb01-3edc-cce0067a780f"]},xValue:1,yValue:1,locked:!0}},{id:"a-37-n-8",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".circle-cursor.display-flex-horizontal.position-absolute",selectorGuids:["b2465aff-eaa6-cb0e-a0a1-597e68996898","fb893c27-dbf5-44e2-66a4-25d5ef436760","8c61f2b9-f16d-fb01-3edc-cce0067a780f"]},value:1,unit:""}},{id:"a-37-n-6",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".small-cursor",selectorGuids:["8b231ee6-057c-3d9a-d28b-275747030ce1"]},value:0,unit:""}},{id:"a-37-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".big-circle",selectorGuids:["46e04001-9f6c-785a-b6f4-039453d48eef"]},value:0,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e7296b546},"a-38":{id:"a-38",title:"Hover Cursor [OUT]",actionItemGroups:[{actionItems:[{id:"a-38-n-2",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"ease",duration:400,target:{selector:".circle-cursor.display-flex-horizontal.position-absolute",selectorGuids:["b2465aff-eaa6-cb0e-a0a1-597e68996898","fb893c27-dbf5-44e2-66a4-25d5ef436760","8c61f2b9-f16d-fb01-3edc-cce0067a780f"]},xValue:0,yValue:0,locked:!0}},{id:"a-38-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".small-cursor",selectorGuids:["8b231ee6-057c-3d9a-d28b-275747030ce1"]},value:1,unit:""}},{id:"a-38-n-3",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".big-circle",selectorGuids:["46e04001-9f6c-785a-b6f4-039453d48eef"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e7296b546},"a-40":{id:"a-40",title:"Footer Scroll",continuousParameterGroups:[{id:"a-40-p",type:"SCROLL_PROGRESS",parameterLabel:"Scroll",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-40-n",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae9"},zValue:-41,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-40-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae9"},xValue:34,yValue:13,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-40-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae8"},xValue:2,yValue:23,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-40-n-4",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae8"},zValue:90,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-40-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae7"},xValue:2,yValue:21,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-40-n-6",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae7"},zValue:-32,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-40-n-7",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae6"},yValue:40,xUnit:"PX",yUnit:"%",zUnit:"PX"}},{id:"a-40-n-8",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae6"},zValue:-171,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{keyframe:76,actionItems:[{id:"a-40-n-9",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae7"},xValue:19,yValue:0,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-40-n-10",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae7"},zValue:180,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{keyframe:77,actionItems:[{id:"a-40-n-13",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae8"},zValue:-180,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-40-n-14",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae8"},xValue:0,yValue:-27,xUnit:"%",yUnit:"%",zUnit:"PX"}}]},{keyframe:95,actionItems:[{id:"a-40-n-11",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae9"},zValue:177,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-40-n-12",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae9"},xValue:56,yValue:-37,zValue:null,xUnit:"%",yUnit:"%",zUnit:"px"}}]},{keyframe:100,actionItems:[{id:"a-40-n-15",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae6"},yValue:-45,xUnit:"PX",yUnit:"%",zUnit:"PX"}},{id:"a-40-n-16",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65ae6"},zValue:84,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]}]}],createdOn:0x17e59670486},"a-45":{id:"a-45",title:"Lottie Time",actionItemGroups:[{actionItems:[{id:"a-45-n",actionTypeId:"PLUGIN_LOTTIE",config:{delay:0,easing:"",duration:1e3,target:{useEventTarget:!0,id:"039edbed-7ee6-860c-e4cb-0473dea65a74"},value:0}}]},{actionItems:[{id:"a-45-n-2",actionTypeId:"PLUGIN_LOTTIE",config:{delay:0,easing:[.25,.25,.75,.75],duration:1e3,target:{useEventTarget:!0,id:"039edbed-7ee6-860c-e4cb-0473dea65a74"},value:100}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e76b8fcb7},"a-42":{id:"a-42",title:"Lottie Time",actionItemGroups:[{actionItems:[{id:"a-42-n",actionTypeId:"PLUGIN_LOTTIE",config:{delay:0,easing:"",duration:0,target:{useEventTarget:!0,id:"039edbed-7ee6-860c-e4cb-0473dea65a74"},value:0}}]},{actionItems:[{id:"a-42-n-2",actionTypeId:"PLUGIN_LOTTIE",config:{delay:0,easing:[.25,.25,.75,.75],duration:3e3,target:{useEventTarget:!0,id:"039edbed-7ee6-860c-e4cb-0473dea65a74"},value:100}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e76b8fcb7},"a-20":{id:"a-20",title:"Hover Send Message [IN]",actionItemGroups:[{actionItems:[{id:"a-20-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a63"},xValue:0,yValue:0,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-20-n-4",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a64"},zValue:-44,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-20-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a64"},xValue:-100,yValue:100,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-20-n-2",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a63"},zValue:-44,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]},{actionItems:[{id:"a-20-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a63"},xValue:100,yValue:-100,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-20-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutQuint",duration:800,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a64"},xValue:0,yValue:0,xUnit:"%",yUnit:"%",zUnit:"PX"}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e67a23d21},"a-21":{id:"a-21",title:"Hover Send Message [OUT]",actionItemGroups:[{actionItems:[{id:"a-21-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:0,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a63"},xValue:0,yValue:0,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-21-n-2",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:0,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a64"},zValue:-44,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-21-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:0,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a64"},xValue:-100,yValue:100,xUnit:"%",yUnit:"%",zUnit:"PX"}},{id:"a-21-n-4",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:0,target:{useEventTarget:"CHILDREN",id:"039edbed-7ee6-860c-e4cb-0473dea65a63"},zValue:-44,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e67a23d21},"a-43":{id:"a-43",title:"Mobile Navbar Open",actionItemGroups:[{actionItems:[{id:"a-43-n",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a61"},value:0,unit:""}},{id:"a-43-n-9",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-menu",selectorGuids:["89f13cb3-c360-57d8-a9f6-f41fd64b5336"]},yValue:0,xUnit:"PX",yUnit:"%",zUnit:"PX"}},{id:"a-43-n-7",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-menu",selectorGuids:["89f13cb3-c360-57d8-a9f6-f41fd64b5336"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-43-n-3",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a65"},value:0,unit:""}},{id:"a-43-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a63"},value:0,unit:""}}]},{actionItems:[{id:"a-43-n-8",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-menu",selectorGuids:["89f13cb3-c360-57d8-a9f6-f41fd64b5336"]},zValue:180,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-43-n-10",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-menu",selectorGuids:["89f13cb3-c360-57d8-a9f6-f41fd64b5336"]},yValue:-18,xUnit:"PX",yUnit:"%",zUnit:"PX"}}]},{actionItems:[{id:"a-43-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a61"},value:1,unit:""}}]},{actionItems:[{id:"a-43-n-6",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a63"},value:1,unit:""}}]},{actionItems:[{id:"a-43-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a65"},value:1,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e779540b1},"a-44":{id:"a-44",title:"Mobile Navbar Closed",actionItemGroups:[{actionItems:[{id:"a-44-n",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a61"},value:0,unit:""}},{id:"a-44-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-menu",selectorGuids:["89f13cb3-c360-57d8-a9f6-f41fd64b5336"]},yValue:0,xUnit:"PX",yUnit:"px",zUnit:"PX"}},{id:"a-44-n-3",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",selector:".icon-menu",selectorGuids:["89f13cb3-c360-57d8-a9f6-f41fd64b5336"]},zValue:0,xUnit:"DEG",yUnit:"DEG",zUnit:"deg"}},{id:"a-44-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a65"},value:0,unit:""}},{id:"a-44-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{useEventTarget:"CHILDREN",id:"dbad4924-f1f3-3bd1-ef27-333811661a63"},value:0,unit:""}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e779540b1},"a-46":{id:"a-46",title:"Cursor Move (Cursor Big)",continuousParameterGroups:[{id:"a-46-p",type:"MOUSE_X",parameterLabel:"Mouse X",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-46-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c54"},xValue:0,xUnit:"vw",yUnit:"PX",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-46-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c54"},xValue:100,xUnit:"vw",yUnit:"PX",zUnit:"PX"}}]}]},{id:"a-46-p-2",type:"MOUSE_Y",parameterLabel:"Mouse Y",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-46-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c54"},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-46-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c54"},yValue:100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}}]}]}],createdOn:0x17e8c804f4e},"a-47":{id:"a-47",title:"Cursor Move (Cursorr Small)",continuousParameterGroups:[{id:"a-47-p",type:"MOUSE_X",parameterLabel:"Mouse X",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-47-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c55"},xValue:0,xUnit:"vw",yUnit:"PX",zUnit:"PX"}},{id:"a-47-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c56"},xValue:0,xUnit:"vw",yUnit:"PX",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-47-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c55"},xValue:100,xUnit:"vw",yUnit:"PX",zUnit:"PX"}},{id:"a-47-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c56"},xValue:100,xUnit:"vw",yUnit:"PX",zUnit:"PX"}}]}]},{id:"a-47-p-2",type:"MOUSE_Y",parameterLabel:"Mouse Y",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-47-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c55"},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-47-n-7",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c56"},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-47-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c55"},yValue:100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-47-n-8",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"2adffe90-1ae1-3fb6-f01f-3601fcdb5c56"},yValue:100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}}]}]}],createdOn:0x17e8c804f4e},"a-48":{id:"a-48",title:"Hover Link (Cursor Effect IN)",actionItemGroups:[{actionItems:[{id:"a-48-n-3",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{selector:".small-cursor",selectorGuids:["8b231ee6-057c-3d9a-d28b-275747030ce1"]},xValue:1,yValue:1,locked:!0}},{id:"a-48-n-5",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{selector:".big-circle",selectorGuids:["46e04001-9f6c-785a-b6f4-039453d48eef"]},value:1,unit:""}}]},{actionItems:[{id:"a-48-n-4",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"ease",duration:400,target:{selector:".small-cursor",selectorGuids:["8b231ee6-057c-3d9a-d28b-275747030ce1"]},xValue:3,yValue:3,locked:!0}},{id:"a-48-n-7",actionTypeId:"STYLE_FILTER",config:{delay:0,easing:"ease",duration:400,target:{selector:".small-cursor",selectorGuids:["8b231ee6-057c-3d9a-d28b-275747030ce1"]},filters:[{type:"invert",filterId:"0d68",value:100,unit:"%"}]}},{id:"a-48-n-6",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"ease",duration:400,target:{selector:".big-circle",selectorGuids:["46e04001-9f6c-785a-b6f4-039453d48eef"]},value:0,unit:""}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e8c9c6ef2},"a-49":{id:"a-49",title:"Hover Link (Cursor Effect OUT)",actionItemGroups:[{actionItems:[{id:"a-49-n",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"ease",duration:400,target:{selector:".small-cursor",selectorGuids:["8b231ee6-057c-3d9a-d28b-275747030ce1"]},xValue:1,yValue:1,locked:!0}},{id:"a-49-n-3",actionTypeId:"STYLE_FILTER",config:{delay:0,easing:"ease",duration:400,target:{selector:".small-cursor",selectorGuids:["8b231ee6-057c-3d9a-d28b-275747030ce1"]},filters:[{type:"invert",filterId:"48bc",value:0,unit:"%"}]}},{id:"a-49-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"ease",duration:400,target:{selector:".big-circle",selectorGuids:["46e04001-9f6c-785a-b6f4-039453d48eef"]},value:1,unit:""}}]}],useFirstGroupAsInitialState:!1,createdOn:0x17e8c9c6ef2},"a-50":{id:"a-50",title:"SHow Back To Top",continuousParameterGroups:[{id:"a-50-p",type:"SCROLL_PROGRESS",parameterLabel:"Scroll",continuousActionGroups:[{keyframe:5,actionItems:[{id:"a-50-n",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"039edbed-7ee6-860c-e4cb-0473dea65a8c"},value:0,unit:""}}]},{keyframe:7,actionItems:[{id:"a-50-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"039edbed-7ee6-860c-e4cb-0473dea65a8c"},value:1,unit:""}}]}]}],createdOn:0x17ea05a053c},"a-57":{id:"a-57",title:"Cursor Move (Cursor Big) 4",continuousParameterGroups:[{id:"a-57-p",type:"MOUSE_X",parameterLabel:"Mouse X",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-57-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c54"},xValue:0,xUnit:"vw",yUnit:"PX",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-57-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c54"},xValue:100,xUnit:"vw",yUnit:"PX",zUnit:"PX"}}]}]},{id:"a-57-p-2",type:"MOUSE_Y",parameterLabel:"Mouse Y",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-57-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c54"},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-57-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c54"},yValue:100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}}]}]}],createdOn:0x17e8c804f4e},"a-58":{id:"a-58",title:"Cursor Move (Cursorr Small) 4",continuousParameterGroups:[{id:"a-58-p",type:"MOUSE_X",parameterLabel:"Mouse X",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-58-n",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c55"},xValue:0,xUnit:"vw",yUnit:"PX",zUnit:"PX"}},{id:"a-58-n-2",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c56"},xValue:0,xUnit:"vw",yUnit:"PX",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-58-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c55"},xValue:100,xUnit:"vw",yUnit:"PX",zUnit:"PX"}},{id:"a-58-n-4",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c56"},xValue:100,xUnit:"vw",yUnit:"PX",zUnit:"PX"}}]}]},{id:"a-58-p-2",type:"MOUSE_Y",parameterLabel:"Mouse Y",continuousActionGroups:[{keyframe:0,actionItems:[{id:"a-58-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c55"},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-58-n-6",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c56"},yValue:0,xUnit:"PX",yUnit:"vh",zUnit:"PX"}}]},{keyframe:100,actionItems:[{id:"a-58-n-7",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c55"},yValue:100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}},{id:"a-58-n-8",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|2adffe90-1ae1-3fb6-f01f-3601fcdb5c56"},yValue:100,xUnit:"PX",yUnit:"vh",zUnit:"PX"}}]}]}],createdOn:0x17e8c804f4e},"a-59":{id:"a-59",title:"Page Load 3",actionItemGroups:[{actionItems:[{id:"a-59-n",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-59-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|b10191b6-37e5-d067-cd04-9a43b243a344"},value:0,unit:""}},{id:"a-59-n-3",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|cb2a32cd-a98b-57d5-40ac-17c4bce6605e"},yValue:110,xUnit:"PX",yUnit:"%",zUnit:"PX"}},{id:"a-59-n-4",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},value:0,unit:""}},{id:"a-59-n-5",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-59-n-6",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},zValue:7,locked:!0}},{id:"a-59-n-7",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-59-n-8",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-59-n-9",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},value:0,unit:""}},{id:"a-59-n-10",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-59-n-11",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},zValue:7,locked:!0}},{id:"a-59-n-12",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-59-n-13",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},xValue:-55,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-59-n-14",actionTypeId:"TRANSFORM_SKEW",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},yValue:-8,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-59-n-15",actionTypeId:"TRANSFORM_SCALE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},zValue:7,locked:!1}},{id:"a-59-n-16",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},xValue:null,yValue:97,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-59-n-17",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},value:0,unit:""}},{id:"a-59-n-18",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|cb2a32cd-a98b-57d5-40ac-17c4bce6605e"},xValue:-35,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}}]},{actionItems:[{id:"a-59-n-19",actionTypeId:"TRANSFORM_ROTATE",config:{delay:0,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|cb2a32cd-a98b-57d5-40ac-17c4bce6605e"},xValue:0,yValue:null,xUnit:"deg",yUnit:"deg",zUnit:"DEG"}},{id:"a-59-n-20",actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|cb2a32cd-a98b-57d5-40ac-17c4bce6605e"},yValue:0,xUnit:"PX",yUnit:"%",zUnit:"PX"}}]},{actionItems:[{id:"a-59-n-21",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},value:1,unit:""}},{id:"a-59-n-22",actionTypeId:"TRANSFORM_SKEW",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-59-n-23",actionTypeId:"TRANSFORM_SCALE",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},zValue:1,locked:!0}},{id:"a-59-n-24",actionTypeId:"TRANSFORM_MOVE",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-59-n-25",actionTypeId:"TRANSFORM_ROTATE",config:{delay:100,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|d4548f30-0456-5955-a4e2-722b95c7ac9c"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-59-n-26",actionTypeId:"STYLE_OPACITY",config:{delay:100,easing:"ease",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|b10191b6-37e5-d067-cd04-9a43b243a344"},value:1,unit:""}},{id:"a-59-n-27",actionTypeId:"TRANSFORM_ROTATE",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-59-n-28",actionTypeId:"STYLE_OPACITY",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},value:1,unit:""}},{id:"a-59-n-29",actionTypeId:"TRANSFORM_MOVE",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-59-n-30",actionTypeId:"TRANSFORM_SCALE",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},zValue:1,locked:!0}},{id:"a-59-n-31",actionTypeId:"TRANSFORM_SKEW",config:{delay:200,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|ba94e6c8-1ba4-8497-7c9c-8f42e71c4cc4"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}},{id:"a-59-n-32",actionTypeId:"TRANSFORM_ROTATE",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},xValue:0,xUnit:"deg",yUnit:"DEG",zUnit:"DEG"}},{id:"a-59-n-33",actionTypeId:"STYLE_OPACITY",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},value:1,unit:""}},{id:"a-59-n-34",actionTypeId:"STYLE_OPACITY",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},value:1,unit:""}},{id:"a-59-n-35",actionTypeId:"TRANSFORM_MOVE",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},xValue:null,yValue:0,zValue:null,xUnit:"px",yUnit:"px",zUnit:"px"}},{id:"a-59-n-36",actionTypeId:"TRANSFORM_SCALE",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},zValue:1,locked:!0}},{id:"a-59-n-37",actionTypeId:"TRANSFORM_SKEW",config:{delay:300,easing:"inOutSine",duration:1e3,target:{id:"640165b0c4eefe46b3ad5a06|3f8197e2-191c-02b6-285c-38c6a2f2901c"},yValue:0,xUnit:"DEG",yUnit:"deg",zUnit:"DEG"}}]}],useFirstGroupAsInitialState:!0,createdOn:0x17e67c8822e},"a-60":{id:"a-60",title:"SHow Back To Top 3",continuousParameterGroups:[{id:"a-60-p",type:"SCROLL_PROGRESS",parameterLabel:"Scroll",continuousActionGroups:[{keyframe:5,actionItems:[{id:"a-60-n",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|039edbed-7ee6-860c-e4cb-0473dea65a8c"},value:0,unit:""}}]},{keyframe:7,actionItems:[{id:"a-60-n-2",actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"",duration:500,target:{id:"640165b0c4eefe46b3ad5a06|039edbed-7ee6-860c-e4cb-0473dea65a8c"},value:1,unit:""}}]}]}],createdOn:0x17ea05a053c},slideInRight:{id:"slideInRight",useFirstGroupAsInitialState:!0,actionItemGroups:[{actionItems:[{actionTypeId:"STYLE_OPACITY",config:{delay:0,duration:0,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},value:0}}]},{actionItems:[{actionTypeId:"TRANSFORM_MOVE",config:{delay:0,duration:0,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},xValue:100,yValue:0,xUnit:"PX",yUnit:"PX",zUnit:"PX"}}]},{actionItems:[{actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"outQuart",duration:1e3,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},value:1}},{actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"outQuart",duration:1e3,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},xValue:0,yValue:0,xUnit:"PX",yUnit:"PX",zUnit:"PX"}}]}]},slideInLeft:{id:"slideInLeft",useFirstGroupAsInitialState:!0,actionItemGroups:[{actionItems:[{actionTypeId:"STYLE_OPACITY",config:{delay:0,duration:0,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},value:0}}]},{actionItems:[{actionTypeId:"TRANSFORM_MOVE",config:{delay:0,duration:0,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},xValue:-100,yValue:0,xUnit:"PX",yUnit:"PX",zUnit:"PX"}}]},{actionItems:[{actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"outQuart",duration:1e3,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},value:1}},{actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"outQuart",duration:1e3,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},xValue:0,yValue:0,xUnit:"PX",yUnit:"PX",zUnit:"PX"}}]}]},slideInBottom:{id:"slideInBottom",useFirstGroupAsInitialState:!0,actionItemGroups:[{actionItems:[{actionTypeId:"STYLE_OPACITY",config:{delay:0,duration:0,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},value:0}}]},{actionItems:[{actionTypeId:"TRANSFORM_MOVE",config:{delay:0,duration:0,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},xValue:0,yValue:100,xUnit:"PX",yUnit:"PX",zUnit:"PX"}}]},{actionItems:[{actionTypeId:"TRANSFORM_MOVE",config:{delay:0,easing:"outQuart",duration:1e3,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},xValue:0,yValue:0,xUnit:"PX",yUnit:"PX",zUnit:"PX"}},{actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"outQuart",duration:1e3,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},value:1}}]}]},fadeIn:{id:"fadeIn",useFirstGroupAsInitialState:!0,actionItemGroups:[{actionItems:[{actionTypeId:"STYLE_OPACITY",config:{delay:0,duration:0,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},value:0}}]},{actionItems:[{actionTypeId:"STYLE_OPACITY",config:{delay:0,easing:"outQuart",duration:1e3,target:{id:"N/A",appliesTo:"TRIGGER_ELEMENT",useEventTarget:!0},value:1}}]}]}},site:{mediaQueries:[{key:"main",min:992,max:1e4},{key:"medium",min:768,max:991},{key:"small",min:480,max:767},{key:"tiny",min:0,max:479}]}}),Webflow.require("commerce")&&Webflow.require("commerce").init({siteId:"62b603cca9616a89bcfc41cc",apiUrl:"https://render.webflow.com"})}}]);