From b766051206292dca508aa1f5ca75c01df875dac8 Mon Sep 17 00:00:00 2001 From: Adi Eyal Date: Wed, 30 Sep 2020 23:51:43 +0200 Subject: [PATCH 1/8] Reversing the order in which subindicators are added to the graph. The bar chart adds bars from the bottom up whereas it is more natural to read values from the top down. --- src/js/profile/chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/profile/chart.js b/src/js/profile/chart.js index 04241b2d7..375921ac4 100644 --- a/src/js/profile/chart.js +++ b/src/js/profile/chart.js @@ -16,7 +16,7 @@ export class Chart extends Observable { //we need the subindicators and groups too even though we have detail parameter. they are used for the default chart data super(); - this.subindicators = subindicators; + this.subindicators = subindicators.reverse(); this.graphValueType = graphValueType; this.title = title; this.formattingConfig = formattingConfig; From 3e8c755c00001352568f2fea02814e4d89c0f202 Mon Sep 17 00:00:00 2001 From: milafrerichs Date: Thu, 1 Oct 2020 11:03:22 +0200 Subject: [PATCH 2/8] feat: add new export from webflow mostly fixing capitalization but looks like more got into this one --- src/css/wazimap-ng-v1.webflow.css | 90 ++++++++++++++++++++++++++++++- src/index.html | 88 +++++++++++++++++++++++++----- src/js/webflow.js | 4 +- 3 files changed, 166 insertions(+), 16 deletions(-) mode change 100644 => 100755 src/index.html mode change 100644 => 100755 src/js/webflow.js diff --git a/src/css/wazimap-ng-v1.webflow.css b/src/css/wazimap-ng-v1.webflow.css index 726287fb2..9748bbdfb 100755 --- a/src/css/wazimap-ng-v1.webflow.css +++ b/src/css/wazimap-ng-v1.webflow.css @@ -3679,7 +3679,6 @@ label { font-size: 0.9em; font-weight: 500; letter-spacing: 0.3px; - text-transform: capitalize; } .toggle-icon-v--last { @@ -6505,6 +6504,95 @@ label { margin-right: -12px; } +.point-mapper__h1_arrow-toggle { + position: absolute; + left: auto; + top: 0%; + right: 0%; + bottom: auto; + z-index: 0; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 36px; + height: 36px; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} + +.text-block-2 { + width: 36px; + height: 36px; +} + +.point-mapper__arrow-down { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 36px; + height: 36px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; +} + +.point-mapper__arrow-up { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 36px; + height: 36px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-flex: 0; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; +} + +.point-mapper__h1_trigger-arrow { + position: absolute; + left: auto; + top: 0%; + right: 0%; + bottom: auto; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + width: 36px; + height: 36px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; +} + @media screen and (max-width: 991px) { .rich-data-content { padding-top: 44px; diff --git a/src/index.html b/src/index.html old mode 100644 new mode 100755 index 973bee982..47d0bdf1e --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,6 @@ - + @@ -837,17 +837,6 @@

Map boundary change

Data sources
-
-
-
Date source name
-
-
-
Date source name
-
-
-
Date source name
-
-
Point Mapper
@@ -860,6 +849,79 @@

Map boundary change

+
+
+
+
Category Name
+
+
+
+
+ +
+
+
+
+
+
+
Point data name
+
+
+
Point data source name
+
+
+ + +
+
+
+
+
+
Point data name
+
+
+
Point data source name
+
+
+ +
+
+ +
+
+
+
+
+
+
+
Point data name
+
+
+
Point data source name
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
+
@@ -2879,4 +2941,4 @@

Indicator chart title

} - \ No newline at end of file + diff --git a/src/js/webflow.js b/src/js/webflow.js old mode 100644 new mode 100755 index 393c7ac3f..96e1424ce --- a/src/js/webflow.js +++ b/src/js/webflow.js @@ -13,7 +13,7 @@ * @copyright Guillermo Grau Panea 2016 * @license MIT */ -var i="INVALID_ARGS";function o(t){throw new Error(t)}function a(t){var e=Object.keys(t);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(t)):e}var u={}.hasOwnProperty;function c(t){if(Array.isArray(t))return t.slice();for(var e=a(t),n={},r=0;r3?l-3:0),p=3;p=t.length||e<0?t:t.slice(0,e).concat(t.slice(e+1))}function _(t,e,n){if(t[e]===n)return t;for(var r=t.length,i=Array(r),o=0;o6?a-6:0),c=6;c6?a-6:0),c=6;c7?c-7:0),l=7;l=0||(o[f]=t[f])}return o}function w(t,e,n,r,i,o){for(var a=arguments.length,u=Array(a>6?a-6:0),c=6;c-1&&t%1==0&&t-1&&t%1==0&&t<=n}},function(t,e,n){var r=n(54),i=n(225),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var r=n(226),i=n(46),o=n(227),a=n(228),u=n(99),c=n(11),s=n(90),f=s(r),l=s(i),d=s(o),p=s(a),v=s(u),h=c;(r&&"[object DataView]"!=h(new r(new ArrayBuffer(1)))||i&&"[object Map]"!=h(new i)||o&&"[object Promise]"!=h(o.resolve())||a&&"[object Set]"!=h(new a)||u&&"[object WeakMap]"!=h(new u))&&(h=function(t){var e=c(t),n="[object Object]"==e?t.constructor:void 0,r=n?s(n):"";if(r)switch(r){case f:return"[object DataView]";case l:return"[object Map]";case d:return"[object Promise]";case p:return"[object Set]";case v:return"[object WeakMap]"}return e}),t.exports=h},function(t,e,n){var r=n(35),i=n(20);t.exports=function(t,e){for(var n=0,o=(e=r(e,t)).length;null!=t&&n0&&void 0!==arguments[0]?arguments[0]:1;return{type:_,payload:{step:t}}};e.eventStateChanged=function(t,e){return{type:g,payload:{stateKey:t,newState:e}}};e.animationFrameChanged=function(t,e){return{type:y,payload:{now:t,parameters:e}}};e.parameterChanged=function(t,e){return{type:m,payload:{key:t,value:e}}};e.instanceAdded=function(t){return{type:I,payload:(0,i.default)({},t)}};e.instanceStarted=function(t,e){return{type:T,payload:{instanceId:t,time:e}}};e.instanceRemoved=function(t){return{type:O,payload:{instanceId:t}}};e.elementStateChanged=function(t,e,n,r){return{type:b,payload:{elementId:t,actionTypeId:e,current:n,actionItem:r}}};e.actionListPlaybackChanged=function(t){var e=t.actionListId,n=t.isPlaying;return{type:A,payload:{actionListId:e,isPlaying:n}}};e.viewportWidthChanged=function(t){var e=t.width,n=t.mediaQueries;return{type:S,payload:{width:e,mediaQueries:n}}};e.mediaQueriesDefined=function(){return{type:w}}},function(t,e,n){var r=n(117),i=n(62);function o(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=void 0}o.prototype=r(i.prototype),o.prototype.constructor=o,t.exports=o},function(t,e){t.exports=function(){}},function(t,e,n){var r=n(117),i=n(62),o=4294967295;function a(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=o,this.__views__=[]}a.prototype=r(i.prototype),a.prototype.constructor=a,t.exports=a},function(t,e,n){"use strict";var r=n(0)(n(21));window.tram=function(t){function e(t,e){return(new F.Bare).init(t,e)}function n(t){return t.replace(/[A-Z]/g,function(t){return"-"+t.toLowerCase()})}function i(t){var e=parseInt(t.slice(1),16);return[e>>16&255,e>>8&255,255&e]}function o(t,e,n){return"#"+(1<<24|t<<16|e<<8|n).toString(16).slice(1)}function a(){}function u(t,e,n){s("Units do not match ["+t+"]: "+e+", "+n)}function c(t,e,n){if(void 0!==e&&(n=e),void 0===t)return n;var r=n;return $.test(t)||!Z.test(t)?r=parseInt(t,10):Z.test(t)&&(r=1e3*parseFloat(t)),0>r&&(r=0),r==r?r:n}function s(t){H.debug&&window&&window.console.warn(t)}var f=function(t,e,n){function i(t){return"object"==(0,r.default)(t)}function o(t){return"function"==typeof t}function a(){}return function r(u,c){function s(){var t=new f;return o(t.init)&&t.init.apply(t,arguments),t}function f(){}c===n&&(c=u,u=Object),s.Bare=f;var l,d=a[t]=u[t],p=f[t]=s[t]=new a;return p.constructor=s,s.mixin=function(e){return f[t]=s[t]=r(s,e)[t],s},s.open=function(t){if(l={},o(t)?l=t.call(s,p,d,s,u):i(t)&&(l=t),i(l))for(var n in l)e.call(l,n)&&(p[n]=l[n]);return o(p.init)||(p.init=u),s},s.open(c)}}("prototype",{}.hasOwnProperty),l={ease:["ease",function(t,e,n,r){var i=(t/=r)*t,o=i*t;return e+n*(-2.75*o*i+11*i*i+-15.5*o+8*i+.25*t)}],"ease-in":["ease-in",function(t,e,n,r){var i=(t/=r)*t,o=i*t;return e+n*(-1*o*i+3*i*i+-3*o+2*i)}],"ease-out":["ease-out",function(t,e,n,r){var i=(t/=r)*t,o=i*t;return e+n*(.3*o*i+-1.6*i*i+2.2*o+-1.8*i+1.9*t)}],"ease-in-out":["ease-in-out",function(t,e,n,r){var i=(t/=r)*t,o=i*t;return e+n*(2*o*i+-5*i*i+2*o+2*i)}],linear:["linear",function(t,e,n,r){return n*t/r+e}],"ease-in-quad":["cubic-bezier(0.550, 0.085, 0.680, 0.530)",function(t,e,n,r){return n*(t/=r)*t+e}],"ease-out-quad":["cubic-bezier(0.250, 0.460, 0.450, 0.940)",function(t,e,n,r){return-n*(t/=r)*(t-2)+e}],"ease-in-out-quad":["cubic-bezier(0.455, 0.030, 0.515, 0.955)",function(t,e,n,r){return(t/=r/2)<1?n/2*t*t+e:-n/2*(--t*(t-2)-1)+e}],"ease-in-cubic":["cubic-bezier(0.550, 0.055, 0.675, 0.190)",function(t,e,n,r){return n*(t/=r)*t*t+e}],"ease-out-cubic":["cubic-bezier(0.215, 0.610, 0.355, 1)",function(t,e,n,r){return n*((t=t/r-1)*t*t+1)+e}],"ease-in-out-cubic":["cubic-bezier(0.645, 0.045, 0.355, 1)",function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t+e:n/2*((t-=2)*t*t+2)+e}],"ease-in-quart":["cubic-bezier(0.895, 0.030, 0.685, 0.220)",function(t,e,n,r){return n*(t/=r)*t*t*t+e}],"ease-out-quart":["cubic-bezier(0.165, 0.840, 0.440, 1)",function(t,e,n,r){return-n*((t=t/r-1)*t*t*t-1)+e}],"ease-in-out-quart":["cubic-bezier(0.770, 0, 0.175, 1)",function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t*t+e:-n/2*((t-=2)*t*t*t-2)+e}],"ease-in-quint":["cubic-bezier(0.755, 0.050, 0.855, 0.060)",function(t,e,n,r){return n*(t/=r)*t*t*t*t+e}],"ease-out-quint":["cubic-bezier(0.230, 1, 0.320, 1)",function(t,e,n,r){return n*((t=t/r-1)*t*t*t*t+1)+e}],"ease-in-out-quint":["cubic-bezier(0.860, 0, 0.070, 1)",function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t*t*t+e:n/2*((t-=2)*t*t*t*t+2)+e}],"ease-in-sine":["cubic-bezier(0.470, 0, 0.745, 0.715)",function(t,e,n,r){return-n*Math.cos(t/r*(Math.PI/2))+n+e}],"ease-out-sine":["cubic-bezier(0.390, 0.575, 0.565, 1)",function(t,e,n,r){return n*Math.sin(t/r*(Math.PI/2))+e}],"ease-in-out-sine":["cubic-bezier(0.445, 0.050, 0.550, 0.950)",function(t,e,n,r){return-n/2*(Math.cos(Math.PI*t/r)-1)+e}],"ease-in-expo":["cubic-bezier(0.950, 0.050, 0.795, 0.035)",function(t,e,n,r){return 0===t?e:n*Math.pow(2,10*(t/r-1))+e}],"ease-out-expo":["cubic-bezier(0.190, 1, 0.220, 1)",function(t,e,n,r){return t===r?e+n:n*(1-Math.pow(2,-10*t/r))+e}],"ease-in-out-expo":["cubic-bezier(1, 0, 0, 1)",function(t,e,n,r){return 0===t?e:t===r?e+n:(t/=r/2)<1?n/2*Math.pow(2,10*(t-1))+e:n/2*(2-Math.pow(2,-10*--t))+e}],"ease-in-circ":["cubic-bezier(0.600, 0.040, 0.980, 0.335)",function(t,e,n,r){return-n*(Math.sqrt(1-(t/=r)*t)-1)+e}],"ease-out-circ":["cubic-bezier(0.075, 0.820, 0.165, 1)",function(t,e,n,r){return n*Math.sqrt(1-(t=t/r-1)*t)+e}],"ease-in-out-circ":["cubic-bezier(0.785, 0.135, 0.150, 0.860)",function(t,e,n,r){return(t/=r/2)<1?-n/2*(Math.sqrt(1-t*t)-1)+e:n/2*(Math.sqrt(1-(t-=2)*t)+1)+e}],"ease-in-back":["cubic-bezier(0.600, -0.280, 0.735, 0.045)",function(t,e,n,r,i){return void 0===i&&(i=1.70158),n*(t/=r)*t*((i+1)*t-i)+e}],"ease-out-back":["cubic-bezier(0.175, 0.885, 0.320, 1.275)",function(t,e,n,r,i){return void 0===i&&(i=1.70158),n*((t=t/r-1)*t*((i+1)*t+i)+1)+e}],"ease-in-out-back":["cubic-bezier(0.680, -0.550, 0.265, 1.550)",function(t,e,n,r,i){return void 0===i&&(i=1.70158),(t/=r/2)<1?n/2*t*t*((1+(i*=1.525))*t-i)+e:n/2*((t-=2)*t*((1+(i*=1.525))*t+i)+2)+e}]},d={"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)"},p=document,v=window,h="bkwld-tram",E=/[\-\.0-9]/g,_=/[A-Z]/,g="number",y=/^(rgb|#)/,m=/(em|cm|mm|in|pt|pc|px)$/,I=/(em|cm|mm|in|pt|pc|px|%)$/,T=/(deg|rad|turn)$/,O="unitless",b=/(all|none) 0s ease 0s/,A=/^(width|height)$/,S=" ",w=p.createElement("a"),R=["Webkit","Moz","O","ms"],x=["-webkit-","-moz-","-o-","-ms-"],N=function(t){if(t in w.style)return{dom:t,css:t};var e,n,r="",i=t.split("-");for(e=0;es&&(s=t.span),t.stop(),t.animate(e)},function(t){"wait"in t&&(s=c(t.wait,0))}),d.call(this),s>0&&(this.timer=new W({duration:s,context:this}),this.active=!0,e&&(this.timer.complete=a));var v=this,h=!1,E={};P(function(){p.call(v,t,function(t){t.active&&(h=!0,E[t.name]=t.nextStyle)}),h&&v.$el.css(E)})}}}function a(){if(this.timer&&this.timer.destroy(),this.active=!1,this.queue.length){var t=this.queue.shift();o.call(this,t.options,!0,t.args)}}function u(t){var e;this.timer&&this.timer.destroy(),this.queue=[],this.active=!1,"string"==typeof t?(e={})[t]=1:e="object"==(0,r.default)(t)&&null!=t?t:this.props,p.call(this,e,v),d.call(this)}function f(){u.call(this),this.el.style.display="none"}function l(){this.el.offsetHeight}function d(){var t,e,n=[];for(t in this.upstream&&n.push(this.upstream),this.props)(e=this.props[t]).active&&n.push(e.string);n=n.join(","),this.style!==n&&(this.style=n,this.el.style[C.transition.dom]=n)}function p(t,e,r){var o,a,u,c,s=e!==v,f={};for(o in t)u=t[o],o in q?(f.transform||(f.transform={}),f.transform[o]=u):(_.test(o)&&(o=n(o)),o in Q?f[o]=u:(c||(c={}),c[o]=u));for(o in f){if(u=f[o],!(a=this.props[o])){if(!s)continue;a=i.call(this,o)}e.call(this,a,u)}r&&c&&r.call(this,c)}function v(t){t.stop()}function E(t,e){t.set(e)}function g(t){this.$el.css(t)}function y(t,n){e[t]=function(){return this.children?function(t,e){var n,r=this.children.length;for(n=0;r>n;n++)t.apply(this.children[n],e);return this}.call(this,n,arguments):(this.el&&n.apply(this,arguments),this)}}e.init=function(e){if(this.$el=t(e),this.el=this.$el[0],this.props={},this.queue=[],this.style="",this.active=!1,H.keepInherited&&!H.fallback){var n=Y(this.el,"transition");n&&!b.test(n)&&(this.upstream=n)}C.backface&&H.hideBackface&&z(this.el,C.backface.css,"hidden")},y("add",i),y("start",o),y("wait",function(t){t=c(t,0),this.active?this.queue.push({options:t}):(this.timer=new W({duration:t,context:this,complete:a}),this.active=!0)}),y("then",function(t){return this.active?(this.queue.push({options:t,args:arguments}),void(this.timer.complete=a)):s("No active transition timer. Use start() or wait() before then().")}),y("next",a),y("stop",u),y("set",function(t){u.call(this,t),p.call(this,t,E,g)}),y("show",function(t){"string"!=typeof t&&(t="block"),this.el.style.display=t}),y("hide",f),y("redraw",l),y("destroy",function(){u.call(this),t.removeData(this.el,h),this.$el=this.el=null})}),F=f(j,function(e){function n(e,n){var r=t.data(e,h)||t.data(e,h,new j.Bare);return r.el||r.init(e),n?r.start(n):r}e.init=function(e,r){var i=t(e);if(!i.length)return this;if(1===i.length)return n(i[0],r);var o=[];return i.each(function(t,e){o.push(n(e,r))}),this.children=o,this}}),X=f(function(t){function e(){var t=this.get();this.update("auto");var e=this.get();return this.update(t),e}function n(t){var e=/rgba?\((\d+),\s*(\d+),\s*(\d+)/.exec(t);return(e?o(e[1],e[2],e[3]):t).replace(/#(\w)(\w)(\w)$/,"#$1$1$2$2$3$3")}var i=500,a="ease",u=0;t.init=function(t,e,n,r){this.$el=t,this.el=t[0];var o=e[0];n[2]&&(o=n[2]),K[o]&&(o=K[o]),this.name=o,this.type=n[1],this.duration=c(e[1],this.duration,i),this.ease=function(t,e,n){return void 0!==e&&(n=e),t in l?t:n}(e[2],this.ease,a),this.delay=c(e[3],this.delay,u),this.span=this.duration+this.delay,this.active=!1,this.nextStyle=null,this.auto=A.test(this.name),this.unit=r.unit||this.unit||H.defaultUnit,this.angle=r.angle||this.angle||H.defaultAngle,H.fallback||r.fallback?this.animate=this.fallback:(this.animate=this.transition,this.string=this.name+S+this.duration+"ms"+("ease"!=this.ease?S+l[this.ease][0]:"")+(this.delay?S+this.delay+"ms":""))},t.set=function(t){t=this.convert(t,this.type),this.update(t),this.redraw()},t.transition=function(t){this.active=!0,t=this.convert(t,this.type),this.auto&&("auto"==this.el.style[this.name]&&(this.update(this.get()),this.redraw()),"auto"==t&&(t=e.call(this))),this.nextStyle=t},t.fallback=function(t){var n=this.el.style[this.name]||this.convert(this.get(),this.type);t=this.convert(t,this.type),this.auto&&("auto"==n&&(n=this.convert(this.get(),this.type)),"auto"==t&&(t=e.call(this))),this.tween=new U({from:n,to:t,duration:this.duration,delay:this.delay,ease:this.ease,update:this.update,context:this})},t.get=function(){return Y(this.el,this.name)},t.update=function(t){z(this.el,this.name,t)},t.stop=function(){(this.active||this.nextStyle)&&(this.active=!1,this.nextStyle=null,z(this.el,this.name,this.get()));var t=this.tween;t&&t.context&&t.destroy()},t.convert=function(t,e){if("auto"==t&&this.auto)return t;var i,o="number"==typeof t,a="string"==typeof t;switch(e){case g:if(o)return t;if(a&&""===t.replace(E,""))return+t;i="number(unitless)";break;case y:if(a){if(""===t&&this.original)return this.original;if(e.test(t))return"#"==t.charAt(0)&&7==t.length?t:n(t)}i="hex or rgb string";break;case m:if(o)return t+this.unit;if(a&&e.test(t))return t;i="number(px) or string(unit)";break;case I:if(o)return t+this.unit;if(a&&e.test(t))return t;i="number(px) or string(unit or %)";break;case T:if(o)return t+this.angle;if(a&&e.test(t))return t;i="number(deg) or string(angle)";break;case O:if(o)return t;if(a&&I.test(t))return t;i="number(unitless) or string(unit or %)"}return function(t,e){s("Type warning: Expected: ["+t+"] Got: ["+(0,r.default)(e)+"] "+e)}(i,t),t},t.redraw=function(){this.el.offsetHeight}}),k=f(X,function(t,e){t.init=function(){e.init.apply(this,arguments),this.original||(this.original=this.convert(this.get(),y))}}),G=f(X,function(t,e){t.init=function(){e.init.apply(this,arguments),this.animate=this.fallback},t.get=function(){return this.$el[this.name]()},t.update=function(t){this.$el[this.name](t)}}),V=f(X,function(t,e){function n(t,e){var n,r,i,o,a;for(n in t)i=(o=q[n])[0],r=o[1]||n,a=this.convert(t[n],i),e.call(this,r,a,i)}t.init=function(){e.init.apply(this,arguments),this.current||(this.current={},q.perspective&&H.perspective&&(this.current.perspective=H.perspective,z(this.el,this.name,this.style(this.current)),this.redraw()))},t.set=function(t){n.call(this,t,function(t,e){this.current[t]=e}),z(this.el,this.name,this.style(this.current)),this.redraw()},t.transition=function(t){var e=this.values(t);this.tween=new B({current:this.current,values:e,duration:this.duration,delay:this.delay,ease:this.ease});var n,r={};for(n in this.current)r[n]=n in e?e[n]:this.current[n];this.active=!0,this.nextStyle=this.style(r)},t.fallback=function(t){var e=this.values(t);this.tween=new B({current:this.current,values:e,duration:this.duration,delay:this.delay,ease:this.ease,update:this.update,context:this})},t.update=function(){z(this.el,this.name,this.style(this.current))},t.style=function(t){var e,n="";for(e in t)n+=e+"("+t[e]+") ";return n},t.values=function(t){var e,r={};return n.call(this,t,function(t,n,i){r[t]=n,void 0===this.current[t]&&(e=0,~t.indexOf("scale")&&(e=1),this.current[t]=this.convert(e,i))}),r}}),U=f(function(e){function n(){var t,e,r,i=c.length;if(i)for(P(n),e=M(),t=i;t--;)(r=c[t])&&r.render(e)}var r={ease:l.ease[1],from:0,to:1};e.init=function(t){this.duration=t.duration||0,this.delay=t.delay||0;var e=t.ease||r.ease;l[e]&&(e=l[e][1]),"function"!=typeof e&&(e=r.ease),this.ease=e,this.update=t.update||a,this.complete=t.complete||a,this.context=t.context||this,this.name=t.name;var n=t.from,i=t.to;void 0===n&&(n=r.from),void 0===i&&(i=r.to),this.unit=t.unit||"","number"==typeof n&&"number"==typeof i?(this.begin=n,this.change=i-n):this.format(i,n),this.value=this.begin+this.unit,this.start=M(),!1!==t.autoplay&&this.play()},e.play=function(){var t;this.active||(this.start||(this.start=M()),this.active=!0,t=this,1===c.push(t)&&P(n))},e.stop=function(){var e,n,r;this.active&&(this.active=!1,e=this,(r=t.inArray(e,c))>=0&&(n=c.slice(r+1),c.length=r,n.length&&(c=c.concat(n))))},e.render=function(t){var e,n=t-this.start;if(this.delay){if(n<=this.delay)return;n-=this.delay}if(nc;)r(u,n=e[c++])&&(~o(s,n)||s.push(n));return s}},function(t,e,n){var r=n(37),i=n(142),o=n(143),a=function(t){return function(e,n,a){var u,c=r(e),s=i(c.length),f=o(a,s);if(t&&n!=n){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){"use strict";n.r(e);var r=n(42);n.d(e,"createStore",function(){return r.default});var i=n(81);n.d(e,"combineReducers",function(){return i.default});var o=n(83);n.d(e,"bindActionCreators",function(){return o.default});var a=n(84);n.d(e,"applyMiddleware",function(){return a.default});var u=n(43);n.d(e,"compose",function(){return u.default});n(82)},function(t,e,n){"use strict";n.r(e);var r=n(156),i=n(161),o=n(163),a="[object Object]",u=Function.prototype,c=Object.prototype,s=u.toString,f=c.hasOwnProperty,l=s.call(Object);e.default=function(t){if(!Object(o.default)(t)||Object(r.default)(t)!=a)return!1;var e=Object(i.default)(t);if(null===e)return!0;var n=f.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==l}},function(t,e,n){"use strict";n.r(e);var r=n(157).default.Symbol;e.default=r},function(t,e,n){"use strict";n.r(e),n.d(e,"default",function(){return o});var r=n(42);n(79),n(82);function i(t,e){var n=e&&e.type;return"Given action "+(n&&'"'+n.toString()+'"'||"an action")+', reducer "'+t+'" returned undefined. To ignore an action, you must explicitly return the previous state.'}function o(t){for(var e=Object.keys(t),n={},o=0;o-1?u[c?e[s]:s]:void 0}}},function(t,e,n){var r=n(28),i=n(183),o=n(184),a=n(185),u=n(186),c=n(187);function s(t){var e=this.__data__=new r(t);this.size=e.size}s.prototype.clear=i,s.prototype.delete=o,s.prototype.get=a,s.prototype.has=u,s.prototype.set=c,t.exports=s},function(t,e,n){var r=n(11),i=n(5),o="[object AsyncFunction]",a="[object Function]",u="[object GeneratorFunction]",c="[object Proxy]";t.exports=function(t){if(!i(t))return!1;var e=r(t);return e==a||e==u||e==o||e==c}},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n(22))},function(t,e){var n=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e,n){var r=n(206),i=n(9);t.exports=function t(e,n,o,a,u){return e===n||(null==e||null==n||!i(e)&&!i(n)?e!=e&&n!=n:r(e,n,o,a,t,u))}},function(t,e,n){var r=n(207),i=n(210),o=n(211),a=1,u=2;t.exports=function(t,e,n,c,s,f){var l=n&a,d=t.length,p=e.length;if(d!=p&&!(l&&p>d))return!1;var v=f.get(t);if(v&&f.get(e))return v==e;var h=-1,E=!0,_=n&u?new r:void 0;for(f.set(t,e),f.set(e,t);++h=r?function(t,e,r,i){for(var o=0;o0?n=c:e=c}while(Math.abs(u)>i&&++s0?n(e):e);return c(e>0&&t&&a[t]?a[t](e):e)};var a=o(n(106)),u=i(n(107));function c(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,r=Math.pow(n,e),i=Number(Math.round(t*r)/r);return Math.abs(i)>1e-4?i:0}},function(t,e,n){var r=n(243),i=n(244),o=n(245);t.exports=function(t){return r(t)||i(t)||o()}},function(t,e,n){"use strict";var r=n(0)(n(26));Object.defineProperty(e,"__esModule",{value:!0}),e.isPluginType=function(t){return t===o.ActionTypeConsts.PLUGIN_LOTTIE},e.clearPlugin=e.renderPlugin=e.createPluginInstance=e.getPluginDestination=e.getPluginDuration=e.getPluginOrigin=e.getPluginConfig=void 0;var i=n(247),o=n(2),a=n(44),u=(0,r.default)({},o.ActionTypeConsts.PLUGIN_LOTTIE,{getConfig:i.getPluginConfig,getOrigin:i.getPluginOrigin,getDuration:i.getPluginDuration,getDestination:i.getPluginDestination,createInstance:i.createPluginInstance,render:i.renderPlugin,clear:i.clearPlugin});var c=function(t){return function(e){if(!a.IS_BROWSER_ENV)return function(){return null};var n=u[e];if(!n)throw new Error("IX2 no plugin configured for: ".concat(e));var r=n[t];if(!r)throw new Error("IX2 invalid plugin method: ".concat(t));return r}},s=c("getConfig");e.getPluginConfig=s;var f=c("getOrigin");e.getPluginOrigin=f;var l=c("getDuration");e.getPluginDuration=l;var d=c("getDestination");e.getPluginDestination=d;var p=c("createInstance");e.createPluginInstance=p;var v=c("render");e.renderPlugin=v;var h=c("clear");e.clearPlugin=h},function(t,e,n){var r=n(112),i=n(254)(r);t.exports=i},function(t,e,n){var r=n(252),i=n(32);t.exports=function(t,e){return t&&r(t,e,i)}},function(t,e,n){"use strict";var r=n(258);e.__esModule=!0,e.default=void 0;var i=r(n(259)).default;e.default=i},function(t,e,n){"use strict";var r=n(0)(n(109)),i=n(13),o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.observeRequests=function(t){D({store:t,select:function(t){var e=t.ixRequest;return e.preview},onChange:tt}),D({store:t,select:function(t){var e=t.ixRequest;return e.playback},onChange:nt}),D({store:t,select:function(t){var e=t.ixRequest;return e.stop},onChange:rt}),D({store:t,select:function(t){var e=t.ixRequest;return e.clear},onChange:it})},e.startEngine=ot,e.stopEngine=at,e.stopAllActionGroups=vt,e.stopActionGroup=ht,e.startActionGroup=Et;var a=o(n(27)),u=o(n(262)),c=o(n(85)),s=o(n(34)),f=o(n(263)),l=o(n(269)),d=o(n(281)),p=o(n(282)),v=o(n(283)),h=o(n(286)),E=o(n(113)),_=n(2),g=n(289),y=n(10),m=n(60),I=i(n(291)),T=o(n(292)),O=_.IX2EngineConstants,b=O.COLON_DELIMITER,A=O.BOUNDARY_SELECTOR,S=O.HTML_ELEMENT,w=O.RENDER_GENERAL,R=O.W_MOD_IX,x=y.IX2VanillaUtils,N=x.getAffectedElements,C=x.getElementId,L=x.getDestinationValues,D=x.observeStore,P=x.getInstanceId,M=x.renderHTMLElement,j=x.clearAllStyles,F=x.getMaxDurationItemIndex,X=x.getComputedStyle,k=x.getInstanceOrigin,G=x.reduceListToGroup,V=x.shouldNamespaceEventParameter,U=x.getNamespacedParameterId,W=x.shouldAllowMediaQuery,B=x.cleanupHTMLElement,H=x.stringifyTarget,z=x.mediaQueriesEqual,Y=y.IX2VanillaPlugins,K=Y.isPluginType,Q=Y.createPluginInstance,q=Y.getPluginDuration,$=navigator.userAgent,Z=$.match(/iPad/i)||$.match(/iPhone/),J=12;function tt(t,e){var n=t.rawData,r=function(){ot({store:e,rawData:n,allowEvents:!0}),et()};t.defer?setTimeout(r,0):r()}function et(){document.dispatchEvent(new CustomEvent("IX2_PAGE_UPDATE"))}function nt(t,e){var n=t.actionTypeId,r=t.actionListId,i=t.actionItemId,o=t.eventId,a=t.allowEvents,u=t.immediate,c=t.testManual,s=t.verbose,f=void 0===s||s,l=t.rawData;if(r&&i&&l&&u){var d=l.actionLists[r];d&&(l=G({actionList:d,actionItemId:i,rawData:l}))}if(ot({store:e,rawData:l,allowEvents:a,testManual:c}),r&&n===_.ActionTypeConsts.GENERAL_START_ACTION||(0,g.isQuickEffect)(n)){ht({store:e,actionListId:r}),pt({store:e,actionListId:r,eventId:o});var p=Et({store:e,eventId:o,actionListId:r,immediate:u,verbose:f});f&&p&&e.dispatch((0,m.actionListPlaybackChanged)({actionListId:r,isPlaying:!u}))}}function rt(t,e){var n=t.actionListId;n?ht({store:e,actionListId:n}):vt({store:e}),at(e)}function it(t,e){at(e),j({store:e,elementApi:I})}function ot(t){var e,n=t.store,i=t.rawData,o=t.allowEvents,a=t.testManual,u=n.getState().ixSession;i&&n.dispatch((0,m.rawDataImported)(i)),u.active||(n.dispatch((0,m.sessionInitialized)({hasBoundaryNodes:Boolean(document.querySelector(A))})),o&&(function(t){var e=t.getState().ixData.eventTypeMap;st(t),(0,v.default)(e,function(e,n){var i=T.default[n];i?function(t){var e=t.logic,n=t.store,i=t.events;!function(t){if(Z){var e={},n="";for(var r in t){var i=t[r],o=i.eventTypeId,a=i.target,u=I.getQuerySelector(a);e[u]||o!==_.EventTypeConsts.MOUSE_CLICK&&o!==_.EventTypeConsts.MOUSE_SECOND_CLICK||(e[u]=!0,n+=u+"{cursor: pointer;touch-action: manipulation;}")}if(n){var c=document.createElement("style");c.textContent=n,document.body.appendChild(c)}}}(i);var o=e.types,a=e.handler,u=n.getState().ixData,l=u.actionLists,d=ft(i,dt);if((0,f.default)(d)){(0,v.default)(d,function(t,e){var o=i[e],a=o.action,f=o.id,d=o.mediaQueries,p=void 0===d?u.mediaQueryKeys:d,v=a.config.actionListId;if(z(p,u.mediaQueryKeys)||n.dispatch((0,m.mediaQueriesDefined)()),a.actionTypeId===_.ActionTypeConsts.GENERAL_CONTINUOUS_ACTION){var h=Array.isArray(o.config)?o.config:[o.config];h.forEach(function(e){var i=e.continuousParameterGroupId,o=(0,s.default)(l,"".concat(v,".continuousParameterGroups"),[]),a=(0,c.default)(o,function(t){var e=t.id;return e===i}),u=(e.smoothing||0)/100,d=(e.restingState||0)/100;a&&t.forEach(function(t,i){var o=f+b+i;!function(t){var e=t.store,n=t.eventStateKey,i=t.eventTarget,o=t.eventId,a=t.eventConfig,u=t.actionListId,c=t.parameterGroup,f=t.smoothing,l=t.restingValue,d=e.getState(),p=d.ixData,v=d.ixSession,h=p.events[o],E=h.eventTypeId,_={},g={},y=[],m=c.continuousActionGroups,T=c.id;V(E,a)&&(T=U(n,T));var O=v.hasBoundaryNodes&&i?I.getClosestElement(i,A):null;m.forEach(function(t){var e=t.keyframe,n=t.actionItems;n.forEach(function(t){var n=t.actionTypeId,o=t.config.target;if(o){var a=o.boundaryMode?O:null,u=H(o)+b+n;if(g[u]=function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0,i=arguments.length>2?arguments[2]:void 0,o=(0,r.default)(e);return o.some(function(e,r){return e.keyframe===n&&(t=r,!0)}),null==t&&(t=o.length,o.push({keyframe:n,actionItems:[]})),o[t].actionItems.push(i),o}(g[u],e,t),!_[u]){_[u]=!0;var c=t.config;N({config:c,event:h,eventTarget:i,elementRoot:a,elementApi:I}).forEach(function(t){y.push({element:t,key:u})})}}})}),y.forEach(function(t){var n=t.element,r=t.key,i=g[r],a=(0,s.default)(i,"[0].actionItems[0]",{}),c=a.actionTypeId,d=K(c)?Q(c)(n,a):null,p=L({element:n,actionItem:a,elementApi:I},d);_t({store:e,element:n,eventId:o,actionListId:u,actionItem:a,destination:p,continuous:!0,parameterId:T,actionGroups:i,smoothing:f,restingValue:l,pluginInstance:d})})}({store:n,eventStateKey:o,eventTarget:t,eventId:f,eventConfig:e,actionListId:v,parameterGroup:a,smoothing:u,restingValue:d})})})}(a.actionTypeId===_.ActionTypeConsts.GENERAL_START_ACTION||(0,g.isQuickEffect)(a.actionTypeId))&&pt({store:n,actionListId:v,eventId:f})});var p=function(t){var e=n.getState(),r=e.ixSession;lt(d,function(e,o,c){var s=i[o],f=r.eventState[c],l=s.action,d=s.mediaQueries,p=void 0===d?u.mediaQueryKeys:d;if(W(p,r.mediaQueryKey)){var v=function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=a({store:n,element:e,event:s,eventConfig:r,nativeEvent:t,eventStateKey:c},f);(0,E.default)(i,f)||n.dispatch((0,m.eventStateChanged)(c,i))};if(l.actionTypeId===_.ActionTypeConsts.GENERAL_CONTINUOUS_ACTION){var h=Array.isArray(s.config)?s.config:[s.config];h.forEach(v)}else v()}})},y=(0,h.default)(p,J),T=function(t){var e=t.target,r=void 0===e?document:e,i=t.types,o=t.throttle;i.split(" ").filter(Boolean).forEach(function(t){var e=o?y:p;r.addEventListener(t,e),n.dispatch((0,m.eventListenerAdded)(r,[t,e]))})};Array.isArray(o)?o.forEach(T):"string"==typeof o&&T(e)}}({logic:i,store:t,events:e}):console.warn("IX2 event type not configured: ".concat(n))}),t.getState().ixSession.eventListeners.length&&function(t){var e=function(){st(t)};ct.forEach(function(n){window.addEventListener(n,e),t.dispatch((0,m.eventListenerAdded)(window,[n,e]))}),e()}(t)}(n),-1===(e=document.documentElement).className.indexOf(R)&&(e.className+=" ".concat(R)),n.getState().ixSession.hasDefinedMediaQueries&&function(t){D({store:t,select:function(t){return t.ixSession.mediaQueryKey},onChange:function(){at(t),j({store:t,elementApi:I}),ot({store:t,allowEvents:!0}),et()}})}(n)),n.dispatch((0,m.sessionStarted)()),function(t,e){!function n(r){var i=t.getState(),o=i.ixSession,a=i.ixParameters;o.active&&(t.dispatch((0,m.animationFrameChanged)(r,a)),e?function(t,e){var n=D({store:t,select:function(t){return t.ixSession.tick},onChange:function(t){e(t),n()}})}(t,n):requestAnimationFrame(n))}(window.performance.now())}(n,a))}function at(t){var e=t.getState().ixSession;e.active&&(e.eventListeners.forEach(ut),t.dispatch((0,m.sessionStopped)()))}function ut(t){var e=t.target,n=t.listenerParams;e.removeEventListener.apply(e,n)}var ct=["resize","orientationchange"];function st(t){var e=t.getState(),n=e.ixSession,r=e.ixData,i=window.innerWidth;if(i!==n.viewportWidth){var o=r.mediaQueries;t.dispatch((0,m.viewportWidthChanged)({width:i,mediaQueries:o}))}}var ft=function(t,e){return(0,l.default)((0,p.default)(t,e),d.default)},lt=function(t,e){(0,v.default)(t,function(t,n){t.forEach(function(t,r){e(t,n,n+b+r)})})},dt=function(t){var e={target:t.target};return N({config:e,elementApi:I})};function pt(t){var e=t.store,n=t.actionListId,r=t.eventId,i=e.getState(),o=i.ixData,a=i.ixSession,u=o.actionLists,c=o.events[r],f=u[n];if(f&&f.useFirstGroupAsInitialState){var l=(0,s.default)(f,"actionItemGroups[0].actionItems",[]),d=(0,s.default)(c,"mediaQueries",o.mediaQueryKeys);if(!W(d,a.mediaQueryKey))return;l.forEach(function(t){var i=t.config,o=t.actionTypeId,a=N({config:i,event:c,elementApi:I}),u=K(o);a.forEach(function(i){var a=u?Q(o)(i,t):null;_t({destination:L({element:i,actionItem:t,elementApi:I},a),immediate:!0,store:e,element:i,eventId:r,actionItem:t,actionListId:n,pluginInstance:a})})})}}function vt(t){var e=t.store,n=e.getState().ixInstances;(0,v.default)(n,function(t){if(!t.continuous){var n=t.actionListId,r=t.verbose;gt(t,e),r&&e.dispatch((0,m.actionListPlaybackChanged)({actionListId:n,isPlaying:!1}))}})}function ht(t){var e=t.store,n=t.eventId,r=t.eventTarget,i=t.eventStateKey,o=t.actionListId,a=e.getState(),u=a.ixInstances,c=a.ixSession.hasBoundaryNodes&&r?I.getClosestElement(r,A):null;(0,v.default)(u,function(t){var r=(0,s.default)(t,"actionItem.config.target.boundaryMode"),a=!i||t.eventStateKey===i;if(t.actionListId===o&&t.eventId===n&&a){if(c&&r&&!I.elementContains(c,t.element))return;gt(t,e),t.verbose&&e.dispatch((0,m.actionListPlaybackChanged)({actionListId:o,isPlaying:!1}))}})}function Et(t){var e,n=t.store,r=t.eventId,i=t.eventTarget,o=t.eventStateKey,a=t.actionListId,u=t.groupIndex,c=void 0===u?0:u,f=t.immediate,l=t.verbose,d=n.getState(),p=d.ixData,v=d.ixSession,h=p.events[r]||{},E=h.mediaQueries,_=void 0===E?p.mediaQueryKeys:E,y=(0,s.default)(p,"actionLists.".concat(a),{}),m=y.actionItemGroups,T=y.useFirstGroupAsInitialState;if(!m||!m.length)return!1;c>=m.length&&(0,s.default)(h,"config.loop")&&(c=0),0===c&&T&&c++;var O=(0===c||1===c&&T)&&(0,g.isQuickEffect)(null===(e=h.action)||void 0===e?void 0:e.actionTypeId)?h.config.delay:void 0,b=(0,s.default)(m,[c,"actionItems"],[]);if(!b.length)return!1;if(!W(_,v.mediaQueryKey))return!1;var S=v.hasBoundaryNodes&&i?I.getClosestElement(i,A):null,w=F(b),R=!1;return b.forEach(function(t,e){var u=t.config,s=t.actionTypeId,d=K(s),p=u.target;if(p){var v=p.boundaryMode?S:null;N({config:u,event:h,eventTarget:i,elementRoot:v,elementApi:I}).forEach(function(u,p){var v=d?Q(s)(u,t):null,h=d?q(s)(u,t):null;R=!0;var E=w===e&&0===p,_=X({element:u,actionItem:t}),g=L({element:u,actionItem:t,elementApi:I},v);_t({store:n,element:u,actionItem:t,eventId:r,eventTarget:i,eventStateKey:o,actionListId:a,groupIndex:c,isCarrier:E,computedStyle:_,destination:g,immediate:f,verbose:l,pluginInstance:v,pluginDuration:h,instanceDelay:O})})}}),R}function _t(t){var e=t.store,n=t.computedStyle,r=(0,u.default)(t,["store","computedStyle"]),i=!r.continuous,o=r.element,c=r.actionItem,s=r.immediate,f=r.pluginInstance,l=P(),d=e.getState(),p=d.ixElements,v=d.ixSession,h=C(p,o),E=(p[h]||{}).refState,_=I.getRefType(o),g=k(o,E,n,c,I,f);e.dispatch((0,m.instanceAdded)((0,a.default)({instanceId:l,elementId:h,origin:g,refType:_},r))),yt(document.body,"ix2-animation-started",l),s?function(t,e){var n=t.getState().ixParameters;t.dispatch((0,m.instanceStarted)(e,0)),t.dispatch((0,m.animationFrameChanged)(performance.now(),n)),mt(t.getState().ixInstances[e],t)}(e,l):(D({store:e,select:function(t){return t.ixInstances[l]},onChange:mt}),i&&e.dispatch((0,m.instanceStarted)(l,v.tick)))}function gt(t,e){yt(document.body,"ix2-animation-stopping",{instanceId:t.id,state:e.getState()});var n=t.elementId,r=t.actionItem,i=e.getState().ixElements[n]||{},o=i.ref;i.refType===S&&B(o,r,I),e.dispatch((0,m.instanceRemoved)(t.id))}function yt(t,e,n){var r=document.createEvent("CustomEvent");r.initCustomEvent(e,!0,!0,n),t.dispatchEvent(r)}function mt(t,e){var n=t.active,r=t.continuous,i=t.complete,o=t.elementId,a=t.actionItem,u=t.actionTypeId,c=t.renderType,s=t.current,f=t.groupIndex,l=t.eventId,d=t.eventTarget,p=t.eventStateKey,v=t.actionListId,h=t.isCarrier,E=t.styleProp,_=t.verbose,g=t.pluginInstance,y=e.getState(),T=y.ixData,O=y.ixSession,b=(T.events[l]||{}).mediaQueries,A=void 0===b?T.mediaQueryKeys:b;if(W(A,O.mediaQueryKey)&&(r||n||i)){if(s||c===w&&i){e.dispatch((0,m.elementStateChanged)(o,u,s,a));var R=e.getState().ixElements[o]||{},x=R.ref,N=R.refType,C=R.refState,L=C&&C[u];switch(N){case S:M(x,C,L,l,a,E,I,c,g)}}if(i){if(h){var D=Et({store:e,eventId:l,eventTarget:d,eventStateKey:p,actionListId:v,groupIndex:f+1,verbose:_});_&&!D&&e.dispatch((0,m.actionListPlaybackChanged)({actionListId:v,isPlaying:!1}))}gt(t,e)}}}},function(t,e,n){var r=n(116);t.exports=function(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},function(t,e,n){var r=n(8),i=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=i},function(t,e,n){var r=n(5),i=Object.create,o=function(){function t(){}return function(e){if(!r(e))return{};if(i)return i(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=o},function(t,e,n){var r=n(305),i=n(306),o=r?function(t){return r.get(t)}:i;t.exports=o},function(t,e,n){var r=n(307),i=Object.prototype.hasOwnProperty;t.exports=function(t){for(var e=t.name+"",n=r[e],o=i.call(r,e)?n.length:0;o--;){var a=n[o],u=a.func;if(null==u||u==t)return a.name}return e}},function(t,e,n){n(121),n(65),n(124),n(314),n(315),n(316),n(317),t.exports=n(322)},function(t,e,n){"use strict";var r=n(6);r.define("brand",t.exports=function(t){var e,n={},i=document,o=t("html"),a=t("body"),u=".w-webflow-badge",c=window.location,s=/PhantomJS/i.test(navigator.userAgent),f="fullscreenchange webkitfullscreenchange mozfullscreenchange msfullscreenchange";function l(){var n=i.fullScreen||i.mozFullScreen||i.webkitIsFullScreen||i.msFullscreenElement||Boolean(i.webkitFullscreenElement);t(e).attr("style",n?"display: none !important;":"")}function d(){var t=a.children(u),n=t.length&&t.get(0)===e,i=r.env("editor");n?i&&t.remove():(t.length&&t.remove(),i||a.append(e))}return n.ready=function(){var n,r,a,u=o.attr("data-wf-status"),p=o.attr("data-wf-domain")||"";/\.webflow\.io$/i.test(p)&&c.hostname!==p&&(u=!0),u&&!s&&(e=e||(n=t('').attr("href","https://webflow.com?utm_campaign=brandjs"),r=t("").attr("src","https://d3e54v103j8qbb.cloudfront.net/img/webflow-badge-icon.f67cd735e3.svg").attr("alt","").css({marginRight:"8px",width:"16px"}),a=t("").attr("src","https://d1otoma47x30pg.cloudfront.net/img/webflow-badge-text.6faa6a38cd.svg").attr("alt","Made in Webflow"),n.append(r,a),n[0]),d(),setTimeout(d,500),t(i).off(f,l).on(f,l))},n})},function(t,e,n){"use strict";var r=window.$,i=n(64)&&r.tram; +var i="INVALID_ARGS";function o(t){throw new Error(t)}function a(t){var e=Object.keys(t);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(t)):e}var u={}.hasOwnProperty;function c(t){if(Array.isArray(t))return t.slice();for(var e=a(t),n={},r=0;r3?l-3:0),p=3;p=t.length||e<0?t:t.slice(0,e).concat(t.slice(e+1))}function _(t,e,n){if(t[e]===n)return t;for(var r=t.length,i=Array(r),o=0;o6?a-6:0),c=6;c6?a-6:0),c=6;c7?c-7:0),l=7;l=0||(o[f]=t[f])}return o}function w(t,e,n,r,i,o){for(var a=arguments.length,u=Array(a>6?a-6:0),c=6;c-1&&t%1==0&&t-1&&t%1==0&&t<=n}},function(t,e,n){var r=n(54),i=n(225),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var r=n(226),i=n(46),o=n(227),a=n(228),u=n(99),c=n(11),s=n(90),f=s(r),l=s(i),d=s(o),p=s(a),v=s(u),h=c;(r&&"[object DataView]"!=h(new r(new ArrayBuffer(1)))||i&&"[object Map]"!=h(new i)||o&&"[object Promise]"!=h(o.resolve())||a&&"[object Set]"!=h(new a)||u&&"[object WeakMap]"!=h(new u))&&(h=function(t){var e=c(t),n="[object Object]"==e?t.constructor:void 0,r=n?s(n):"";if(r)switch(r){case f:return"[object DataView]";case l:return"[object Map]";case d:return"[object Promise]";case p:return"[object Set]";case v:return"[object WeakMap]"}return e}),t.exports=h},function(t,e,n){var r=n(35),i=n(20);t.exports=function(t,e){for(var n=0,o=(e=r(e,t)).length;null!=t&&n0&&void 0!==arguments[0]?arguments[0]:1;return{type:_,payload:{step:t}}};e.eventStateChanged=function(t,e){return{type:g,payload:{stateKey:t,newState:e}}};e.animationFrameChanged=function(t,e){return{type:y,payload:{now:t,parameters:e}}};e.parameterChanged=function(t,e){return{type:m,payload:{key:t,value:e}}};e.instanceAdded=function(t){return{type:I,payload:(0,i.default)({},t)}};e.instanceStarted=function(t,e){return{type:T,payload:{instanceId:t,time:e}}};e.instanceRemoved=function(t){return{type:O,payload:{instanceId:t}}};e.elementStateChanged=function(t,e,n,r){return{type:b,payload:{elementId:t,actionTypeId:e,current:n,actionItem:r}}};e.actionListPlaybackChanged=function(t){var e=t.actionListId,n=t.isPlaying;return{type:A,payload:{actionListId:e,isPlaying:n}}};e.viewportWidthChanged=function(t){var e=t.width,n=t.mediaQueries;return{type:S,payload:{width:e,mediaQueries:n}}};e.mediaQueriesDefined=function(){return{type:w}}},function(t,e,n){var r=n(117),i=n(62);function o(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=void 0}o.prototype=r(i.prototype),o.prototype.constructor=o,t.exports=o},function(t,e){t.exports=function(){}},function(t,e,n){var r=n(117),i=n(62),o=4294967295;function a(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=o,this.__views__=[]}a.prototype=r(i.prototype),a.prototype.constructor=a,t.exports=a},function(t,e,n){"use strict";var r=n(0)(n(21));window.tram=function(t){function e(t,e){return(new F.Bare).init(t,e)}function n(t){return t.replace(/[A-Z]/g,function(t){return"-"+t.toLowerCase()})}function i(t){var e=parseInt(t.slice(1),16);return[e>>16&255,e>>8&255,255&e]}function o(t,e,n){return"#"+(1<<24|t<<16|e<<8|n).toString(16).slice(1)}function a(){}function u(t,e,n){s("Units do not match ["+t+"]: "+e+", "+n)}function c(t,e,n){if(void 0!==e&&(n=e),void 0===t)return n;var r=n;return $.test(t)||!Z.test(t)?r=parseInt(t,10):Z.test(t)&&(r=1e3*parseFloat(t)),0>r&&(r=0),r==r?r:n}function s(t){H.debug&&window&&window.console.warn(t)}var f=function(t,e,n){function i(t){return"object"==(0,r.default)(t)}function o(t){return"function"==typeof t}function a(){}return function r(u,c){function s(){var t=new f;return o(t.init)&&t.init.apply(t,arguments),t}function f(){}c===n&&(c=u,u=Object),s.Bare=f;var l,d=a[t]=u[t],p=f[t]=s[t]=new a;return p.constructor=s,s.mixin=function(e){return f[t]=s[t]=r(s,e)[t],s},s.open=function(t){if(l={},o(t)?l=t.call(s,p,d,s,u):i(t)&&(l=t),i(l))for(var n in l)e.call(l,n)&&(p[n]=l[n]);return o(p.init)||(p.init=u),s},s.open(c)}}("prototype",{}.hasOwnProperty),l={ease:["ease",function(t,e,n,r){var i=(t/=r)*t,o=i*t;return e+n*(-2.75*o*i+11*i*i+-15.5*o+8*i+.25*t)}],"ease-in":["ease-in",function(t,e,n,r){var i=(t/=r)*t,o=i*t;return e+n*(-1*o*i+3*i*i+-3*o+2*i)}],"ease-out":["ease-out",function(t,e,n,r){var i=(t/=r)*t,o=i*t;return e+n*(.3*o*i+-1.6*i*i+2.2*o+-1.8*i+1.9*t)}],"ease-in-out":["ease-in-out",function(t,e,n,r){var i=(t/=r)*t,o=i*t;return e+n*(2*o*i+-5*i*i+2*o+2*i)}],linear:["linear",function(t,e,n,r){return n*t/r+e}],"ease-in-quad":["cubic-bezier(0.550, 0.085, 0.680, 0.530)",function(t,e,n,r){return n*(t/=r)*t+e}],"ease-out-quad":["cubic-bezier(0.250, 0.460, 0.450, 0.940)",function(t,e,n,r){return-n*(t/=r)*(t-2)+e}],"ease-in-out-quad":["cubic-bezier(0.455, 0.030, 0.515, 0.955)",function(t,e,n,r){return(t/=r/2)<1?n/2*t*t+e:-n/2*(--t*(t-2)-1)+e}],"ease-in-cubic":["cubic-bezier(0.550, 0.055, 0.675, 0.190)",function(t,e,n,r){return n*(t/=r)*t*t+e}],"ease-out-cubic":["cubic-bezier(0.215, 0.610, 0.355, 1)",function(t,e,n,r){return n*((t=t/r-1)*t*t+1)+e}],"ease-in-out-cubic":["cubic-bezier(0.645, 0.045, 0.355, 1)",function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t+e:n/2*((t-=2)*t*t+2)+e}],"ease-in-quart":["cubic-bezier(0.895, 0.030, 0.685, 0.220)",function(t,e,n,r){return n*(t/=r)*t*t*t+e}],"ease-out-quart":["cubic-bezier(0.165, 0.840, 0.440, 1)",function(t,e,n,r){return-n*((t=t/r-1)*t*t*t-1)+e}],"ease-in-out-quart":["cubic-bezier(0.770, 0, 0.175, 1)",function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t*t+e:-n/2*((t-=2)*t*t*t-2)+e}],"ease-in-quint":["cubic-bezier(0.755, 0.050, 0.855, 0.060)",function(t,e,n,r){return n*(t/=r)*t*t*t*t+e}],"ease-out-quint":["cubic-bezier(0.230, 1, 0.320, 1)",function(t,e,n,r){return n*((t=t/r-1)*t*t*t*t+1)+e}],"ease-in-out-quint":["cubic-bezier(0.860, 0, 0.070, 1)",function(t,e,n,r){return(t/=r/2)<1?n/2*t*t*t*t*t+e:n/2*((t-=2)*t*t*t*t+2)+e}],"ease-in-sine":["cubic-bezier(0.470, 0, 0.745, 0.715)",function(t,e,n,r){return-n*Math.cos(t/r*(Math.PI/2))+n+e}],"ease-out-sine":["cubic-bezier(0.390, 0.575, 0.565, 1)",function(t,e,n,r){return n*Math.sin(t/r*(Math.PI/2))+e}],"ease-in-out-sine":["cubic-bezier(0.445, 0.050, 0.550, 0.950)",function(t,e,n,r){return-n/2*(Math.cos(Math.PI*t/r)-1)+e}],"ease-in-expo":["cubic-bezier(0.950, 0.050, 0.795, 0.035)",function(t,e,n,r){return 0===t?e:n*Math.pow(2,10*(t/r-1))+e}],"ease-out-expo":["cubic-bezier(0.190, 1, 0.220, 1)",function(t,e,n,r){return t===r?e+n:n*(1-Math.pow(2,-10*t/r))+e}],"ease-in-out-expo":["cubic-bezier(1, 0, 0, 1)",function(t,e,n,r){return 0===t?e:t===r?e+n:(t/=r/2)<1?n/2*Math.pow(2,10*(t-1))+e:n/2*(2-Math.pow(2,-10*--t))+e}],"ease-in-circ":["cubic-bezier(0.600, 0.040, 0.980, 0.335)",function(t,e,n,r){return-n*(Math.sqrt(1-(t/=r)*t)-1)+e}],"ease-out-circ":["cubic-bezier(0.075, 0.820, 0.165, 1)",function(t,e,n,r){return n*Math.sqrt(1-(t=t/r-1)*t)+e}],"ease-in-out-circ":["cubic-bezier(0.785, 0.135, 0.150, 0.860)",function(t,e,n,r){return(t/=r/2)<1?-n/2*(Math.sqrt(1-t*t)-1)+e:n/2*(Math.sqrt(1-(t-=2)*t)+1)+e}],"ease-in-back":["cubic-bezier(0.600, -0.280, 0.735, 0.045)",function(t,e,n,r,i){return void 0===i&&(i=1.70158),n*(t/=r)*t*((i+1)*t-i)+e}],"ease-out-back":["cubic-bezier(0.175, 0.885, 0.320, 1.275)",function(t,e,n,r,i){return void 0===i&&(i=1.70158),n*((t=t/r-1)*t*((i+1)*t+i)+1)+e}],"ease-in-out-back":["cubic-bezier(0.680, -0.550, 0.265, 1.550)",function(t,e,n,r,i){return void 0===i&&(i=1.70158),(t/=r/2)<1?n/2*t*t*((1+(i*=1.525))*t-i)+e:n/2*((t-=2)*t*((1+(i*=1.525))*t+i)+2)+e}]},d={"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)"},p=document,v=window,h="bkwld-tram",E=/[\-\.0-9]/g,_=/[A-Z]/,g="number",y=/^(rgb|#)/,m=/(em|cm|mm|in|pt|pc|px)$/,I=/(em|cm|mm|in|pt|pc|px|%)$/,T=/(deg|rad|turn)$/,O="unitless",b=/(all|none) 0s ease 0s/,A=/^(width|height)$/,S=" ",w=p.createElement("a"),R=["Webkit","Moz","O","ms"],x=["-webkit-","-moz-","-o-","-ms-"],N=function(t){if(t in w.style)return{dom:t,css:t};var e,n,r="",i=t.split("-");for(e=0;es&&(s=t.span),t.stop(),t.animate(e)},function(t){"wait"in t&&(s=c(t.wait,0))}),d.call(this),s>0&&(this.timer=new W({duration:s,context:this}),this.active=!0,e&&(this.timer.complete=a));var v=this,h=!1,E={};P(function(){p.call(v,t,function(t){t.active&&(h=!0,E[t.name]=t.nextStyle)}),h&&v.$el.css(E)})}}}function a(){if(this.timer&&this.timer.destroy(),this.active=!1,this.queue.length){var t=this.queue.shift();o.call(this,t.options,!0,t.args)}}function u(t){var e;this.timer&&this.timer.destroy(),this.queue=[],this.active=!1,"string"==typeof t?(e={})[t]=1:e="object"==(0,r.default)(t)&&null!=t?t:this.props,p.call(this,e,v),d.call(this)}function f(){u.call(this),this.el.style.display="none"}function l(){this.el.offsetHeight}function d(){var t,e,n=[];for(t in this.upstream&&n.push(this.upstream),this.props)(e=this.props[t]).active&&n.push(e.string);n=n.join(","),this.style!==n&&(this.style=n,this.el.style[C.transition.dom]=n)}function p(t,e,r){var o,a,u,c,s=e!==v,f={};for(o in t)u=t[o],o in q?(f.transform||(f.transform={}),f.transform[o]=u):(_.test(o)&&(o=n(o)),o in Q?f[o]=u:(c||(c={}),c[o]=u));for(o in f){if(u=f[o],!(a=this.props[o])){if(!s)continue;a=i.call(this,o)}e.call(this,a,u)}r&&c&&r.call(this,c)}function v(t){t.stop()}function E(t,e){t.set(e)}function g(t){this.$el.css(t)}function y(t,n){e[t]=function(){return this.children?function(t,e){var n,r=this.children.length;for(n=0;r>n;n++)t.apply(this.children[n],e);return this}.call(this,n,arguments):(this.el&&n.apply(this,arguments),this)}}e.init=function(e){if(this.$el=t(e),this.el=this.$el[0],this.props={},this.queue=[],this.style="",this.active=!1,H.keepInherited&&!H.fallback){var n=Y(this.el,"transition");n&&!b.test(n)&&(this.upstream=n)}C.backface&&H.hideBackface&&z(this.el,C.backface.css,"hidden")},y("add",i),y("start",o),y("wait",function(t){t=c(t,0),this.active?this.queue.push({options:t}):(this.timer=new W({duration:t,context:this,complete:a}),this.active=!0)}),y("then",function(t){return this.active?(this.queue.push({options:t,args:arguments}),void(this.timer.complete=a)):s("No active transition timer. Use start() or wait() before then().")}),y("next",a),y("stop",u),y("set",function(t){u.call(this,t),p.call(this,t,E,g)}),y("show",function(t){"string"!=typeof t&&(t="block"),this.el.style.display=t}),y("hide",f),y("redraw",l),y("destroy",function(){u.call(this),t.removeData(this.el,h),this.$el=this.el=null})}),F=f(j,function(e){function n(e,n){var r=t.data(e,h)||t.data(e,h,new j.Bare);return r.el||r.init(e),n?r.start(n):r}e.init=function(e,r){var i=t(e);if(!i.length)return this;if(1===i.length)return n(i[0],r);var o=[];return i.each(function(t,e){o.push(n(e,r))}),this.children=o,this}}),X=f(function(t){function e(){var t=this.get();this.update("auto");var e=this.get();return this.update(t),e}function n(t){var e=/rgba?\((\d+),\s*(\d+),\s*(\d+)/.exec(t);return(e?o(e[1],e[2],e[3]):t).replace(/#(\w)(\w)(\w)$/,"#$1$1$2$2$3$3")}var i=500,a="ease",u=0;t.init=function(t,e,n,r){this.$el=t,this.el=t[0];var o=e[0];n[2]&&(o=n[2]),K[o]&&(o=K[o]),this.name=o,this.type=n[1],this.duration=c(e[1],this.duration,i),this.ease=function(t,e,n){return void 0!==e&&(n=e),t in l?t:n}(e[2],this.ease,a),this.delay=c(e[3],this.delay,u),this.span=this.duration+this.delay,this.active=!1,this.nextStyle=null,this.auto=A.test(this.name),this.unit=r.unit||this.unit||H.defaultUnit,this.angle=r.angle||this.angle||H.defaultAngle,H.fallback||r.fallback?this.animate=this.fallback:(this.animate=this.transition,this.string=this.name+S+this.duration+"ms"+("ease"!=this.ease?S+l[this.ease][0]:"")+(this.delay?S+this.delay+"ms":""))},t.set=function(t){t=this.convert(t,this.type),this.update(t),this.redraw()},t.transition=function(t){this.active=!0,t=this.convert(t,this.type),this.auto&&("auto"==this.el.style[this.name]&&(this.update(this.get()),this.redraw()),"auto"==t&&(t=e.call(this))),this.nextStyle=t},t.fallback=function(t){var n=this.el.style[this.name]||this.convert(this.get(),this.type);t=this.convert(t,this.type),this.auto&&("auto"==n&&(n=this.convert(this.get(),this.type)),"auto"==t&&(t=e.call(this))),this.tween=new U({from:n,to:t,duration:this.duration,delay:this.delay,ease:this.ease,update:this.update,context:this})},t.get=function(){return Y(this.el,this.name)},t.update=function(t){z(this.el,this.name,t)},t.stop=function(){(this.active||this.nextStyle)&&(this.active=!1,this.nextStyle=null,z(this.el,this.name,this.get()));var t=this.tween;t&&t.context&&t.destroy()},t.convert=function(t,e){if("auto"==t&&this.auto)return t;var i,o="number"==typeof t,a="string"==typeof t;switch(e){case g:if(o)return t;if(a&&""===t.replace(E,""))return+t;i="number(unitless)";break;case y:if(a){if(""===t&&this.original)return this.original;if(e.test(t))return"#"==t.charAt(0)&&7==t.length?t:n(t)}i="hex or rgb string";break;case m:if(o)return t+this.unit;if(a&&e.test(t))return t;i="number(px) or string(unit)";break;case I:if(o)return t+this.unit;if(a&&e.test(t))return t;i="number(px) or string(unit or %)";break;case T:if(o)return t+this.angle;if(a&&e.test(t))return t;i="number(deg) or string(angle)";break;case O:if(o)return t;if(a&&I.test(t))return t;i="number(unitless) or string(unit or %)"}return function(t,e){s("Type warning: Expected: ["+t+"] Got: ["+(0,r.default)(e)+"] "+e)}(i,t),t},t.redraw=function(){this.el.offsetHeight}}),k=f(X,function(t,e){t.init=function(){e.init.apply(this,arguments),this.original||(this.original=this.convert(this.get(),y))}}),G=f(X,function(t,e){t.init=function(){e.init.apply(this,arguments),this.animate=this.fallback},t.get=function(){return this.$el[this.name]()},t.update=function(t){this.$el[this.name](t)}}),V=f(X,function(t,e){function n(t,e){var n,r,i,o,a;for(n in t)i=(o=q[n])[0],r=o[1]||n,a=this.convert(t[n],i),e.call(this,r,a,i)}t.init=function(){e.init.apply(this,arguments),this.current||(this.current={},q.perspective&&H.perspective&&(this.current.perspective=H.perspective,z(this.el,this.name,this.style(this.current)),this.redraw()))},t.set=function(t){n.call(this,t,function(t,e){this.current[t]=e}),z(this.el,this.name,this.style(this.current)),this.redraw()},t.transition=function(t){var e=this.values(t);this.tween=new B({current:this.current,values:e,duration:this.duration,delay:this.delay,ease:this.ease});var n,r={};for(n in this.current)r[n]=n in e?e[n]:this.current[n];this.active=!0,this.nextStyle=this.style(r)},t.fallback=function(t){var e=this.values(t);this.tween=new B({current:this.current,values:e,duration:this.duration,delay:this.delay,ease:this.ease,update:this.update,context:this})},t.update=function(){z(this.el,this.name,this.style(this.current))},t.style=function(t){var e,n="";for(e in t)n+=e+"("+t[e]+") ";return n},t.values=function(t){var e,r={};return n.call(this,t,function(t,n,i){r[t]=n,void 0===this.current[t]&&(e=0,~t.indexOf("scale")&&(e=1),this.current[t]=this.convert(e,i))}),r}}),U=f(function(e){function n(){var t,e,r,i=c.length;if(i)for(P(n),e=M(),t=i;t--;)(r=c[t])&&r.render(e)}var r={ease:l.ease[1],from:0,to:1};e.init=function(t){this.duration=t.duration||0,this.delay=t.delay||0;var e=t.ease||r.ease;l[e]&&(e=l[e][1]),"function"!=typeof e&&(e=r.ease),this.ease=e,this.update=t.update||a,this.complete=t.complete||a,this.context=t.context||this,this.name=t.name;var n=t.from,i=t.to;void 0===n&&(n=r.from),void 0===i&&(i=r.to),this.unit=t.unit||"","number"==typeof n&&"number"==typeof i?(this.begin=n,this.change=i-n):this.format(i,n),this.value=this.begin+this.unit,this.start=M(),!1!==t.autoplay&&this.play()},e.play=function(){var t;this.active||(this.start||(this.start=M()),this.active=!0,t=this,1===c.push(t)&&P(n))},e.stop=function(){var e,n,r;this.active&&(this.active=!1,e=this,(r=t.inArray(e,c))>=0&&(n=c.slice(r+1),c.length=r,n.length&&(c=c.concat(n))))},e.render=function(t){var e,n=t-this.start;if(this.delay){if(n<=this.delay)return;n-=this.delay}if(nc;)r(u,n=e[c++])&&(~o(s,n)||s.push(n));return s}},function(t,e,n){var r=n(37),i=n(142),o=n(143),a=function(t){return function(e,n,a){var u,c=r(e),s=i(c.length),f=o(a,s);if(t&&n!=n){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){"use strict";n.r(e);var r=n(42);n.d(e,"createStore",function(){return r.default});var i=n(81);n.d(e,"combineReducers",function(){return i.default});var o=n(83);n.d(e,"bindActionCreators",function(){return o.default});var a=n(84);n.d(e,"applyMiddleware",function(){return a.default});var u=n(43);n.d(e,"compose",function(){return u.default});n(82)},function(t,e,n){"use strict";n.r(e);var r=n(156),i=n(161),o=n(163),a="[object Object]",u=Function.prototype,c=Object.prototype,s=u.toString,f=c.hasOwnProperty,l=s.call(Object);e.default=function(t){if(!Object(o.default)(t)||Object(r.default)(t)!=a)return!1;var e=Object(i.default)(t);if(null===e)return!0;var n=f.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==l}},function(t,e,n){"use strict";n.r(e);var r=n(157).default.Symbol;e.default=r},function(t,e,n){"use strict";n.r(e),n.d(e,"default",function(){return o});var r=n(42);n(79),n(82);function i(t,e){var n=e&&e.type;return"Given action "+(n&&'"'+n.toString()+'"'||"an action")+', reducer "'+t+'" returned undefined. To ignore an action, you must explicitly return the previous state.'}function o(t){for(var e=Object.keys(t),n={},o=0;o-1?u[c?e[s]:s]:void 0}}},function(t,e,n){var r=n(28),i=n(183),o=n(184),a=n(185),u=n(186),c=n(187);function s(t){var e=this.__data__=new r(t);this.size=e.size}s.prototype.clear=i,s.prototype.delete=o,s.prototype.get=a,s.prototype.has=u,s.prototype.set=c,t.exports=s},function(t,e,n){var r=n(11),i=n(5),o="[object AsyncFunction]",a="[object Function]",u="[object GeneratorFunction]",c="[object Proxy]";t.exports=function(t){if(!i(t))return!1;var e=r(t);return e==a||e==u||e==o||e==c}},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n(22))},function(t,e){var n=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e,n){var r=n(206),i=n(9);t.exports=function t(e,n,o,a,u){return e===n||(null==e||null==n||!i(e)&&!i(n)?e!=e&&n!=n:r(e,n,o,a,t,u))}},function(t,e,n){var r=n(207),i=n(210),o=n(211),a=1,u=2;t.exports=function(t,e,n,c,s,f){var l=n&a,d=t.length,p=e.length;if(d!=p&&!(l&&p>d))return!1;var v=f.get(t);if(v&&f.get(e))return v==e;var h=-1,E=!0,_=n&u?new r:void 0;for(f.set(t,e),f.set(e,t);++h=r?function(t,e,r,i){for(var o=0;o0?n=c:e=c}while(Math.abs(u)>i&&++s0?n(e):e);return c(e>0&&t&&a[t]?a[t](e):e)};var a=o(n(106)),u=i(n(107));function c(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,r=Math.pow(n,e),i=Number(Math.round(t*r)/r);return Math.abs(i)>1e-4?i:0}},function(t,e,n){var r=n(243),i=n(244),o=n(245);t.exports=function(t){return r(t)||i(t)||o()}},function(t,e,n){"use strict";var r=n(0)(n(26));Object.defineProperty(e,"__esModule",{value:!0}),e.isPluginType=function(t){return t===o.ActionTypeConsts.PLUGIN_LOTTIE},e.clearPlugin=e.renderPlugin=e.createPluginInstance=e.getPluginDestination=e.getPluginDuration=e.getPluginOrigin=e.getPluginConfig=void 0;var i=n(247),o=n(2),a=n(44),u=(0,r.default)({},o.ActionTypeConsts.PLUGIN_LOTTIE,{getConfig:i.getPluginConfig,getOrigin:i.getPluginOrigin,getDuration:i.getPluginDuration,getDestination:i.getPluginDestination,createInstance:i.createPluginInstance,render:i.renderPlugin,clear:i.clearPlugin});var c=function(t){return function(e){if(!a.IS_BROWSER_ENV)return function(){return null};var n=u[e];if(!n)throw new Error("IX2 no plugin configured for: ".concat(e));var r=n[t];if(!r)throw new Error("IX2 invalid plugin method: ".concat(t));return r}},s=c("getConfig");e.getPluginConfig=s;var f=c("getOrigin");e.getPluginOrigin=f;var l=c("getDuration");e.getPluginDuration=l;var d=c("getDestination");e.getPluginDestination=d;var p=c("createInstance");e.createPluginInstance=p;var v=c("render");e.renderPlugin=v;var h=c("clear");e.clearPlugin=h},function(t,e,n){var r=n(112),i=n(254)(r);t.exports=i},function(t,e,n){var r=n(252),i=n(32);t.exports=function(t,e){return t&&r(t,e,i)}},function(t,e,n){"use strict";var r=n(258);e.__esModule=!0,e.default=void 0;var i=r(n(259)).default;e.default=i},function(t,e,n){"use strict";var r=n(0)(n(109)),i=n(13),o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.observeRequests=function(t){D({store:t,select:function(t){var e=t.ixRequest;return e.preview},onChange:tt}),D({store:t,select:function(t){var e=t.ixRequest;return e.playback},onChange:nt}),D({store:t,select:function(t){var e=t.ixRequest;return e.stop},onChange:rt}),D({store:t,select:function(t){var e=t.ixRequest;return e.clear},onChange:it})},e.startEngine=ot,e.stopEngine=at,e.stopAllActionGroups=vt,e.stopActionGroup=ht,e.startActionGroup=Et;var a=o(n(27)),u=o(n(262)),c=o(n(85)),s=o(n(34)),f=o(n(263)),l=o(n(269)),d=o(n(281)),p=o(n(282)),v=o(n(283)),h=o(n(286)),E=o(n(113)),_=n(2),g=n(289),y=n(10),m=n(60),I=i(n(291)),T=o(n(292)),O=_.IX2EngineConstants,b=O.COLON_DELIMITER,A=O.BOUNDARY_SELECTOR,S=O.HTML_ELEMENT,w=O.RENDER_GENERAL,R=O.W_MOD_IX,x=y.IX2VanillaUtils,N=x.getAffectedElements,C=x.getElementId,L=x.getDestinationValues,D=x.observeStore,P=x.getInstanceId,M=x.renderHTMLElement,j=x.clearAllStyles,F=x.getMaxDurationItemIndex,X=x.getComputedStyle,k=x.getInstanceOrigin,G=x.reduceListToGroup,V=x.shouldNamespaceEventParameter,U=x.getNamespacedParameterId,W=x.shouldAllowMediaQuery,B=x.cleanupHTMLElement,H=x.stringifyTarget,z=x.mediaQueriesEqual,Y=y.IX2VanillaPlugins,K=Y.isPluginType,Q=Y.createPluginInstance,q=Y.getPluginDuration,$=navigator.userAgent,Z=$.match(/iPad/i)||$.match(/iPhone/),J=12;function tt(t,e){var n=t.rawData,r=function(){ot({store:e,rawData:n,allowEvents:!0}),et()};t.defer?setTimeout(r,0):r()}function et(){document.dispatchEvent(new CustomEvent("IX2_PAGE_UPDATE"))}function nt(t,e){var n=t.actionTypeId,r=t.actionListId,i=t.actionItemId,o=t.eventId,a=t.allowEvents,u=t.immediate,c=t.testManual,s=t.verbose,f=void 0===s||s,l=t.rawData;if(r&&i&&l&&u){var d=l.actionLists[r];d&&(l=G({actionList:d,actionItemId:i,rawData:l}))}if(ot({store:e,rawData:l,allowEvents:a,testManual:c}),r&&n===_.ActionTypeConsts.GENERAL_START_ACTION||(0,g.isQuickEffect)(n)){ht({store:e,actionListId:r}),pt({store:e,actionListId:r,eventId:o});var p=Et({store:e,eventId:o,actionListId:r,immediate:u,verbose:f});f&&p&&e.dispatch((0,m.actionListPlaybackChanged)({actionListId:r,isPlaying:!u}))}}function rt(t,e){var n=t.actionListId;n?ht({store:e,actionListId:n}):vt({store:e}),at(e)}function it(t,e){at(e),j({store:e,elementApi:I})}function ot(t){var e,n=t.store,i=t.rawData,o=t.allowEvents,a=t.testManual,u=n.getState().ixSession;i&&n.dispatch((0,m.rawDataImported)(i)),u.active||(n.dispatch((0,m.sessionInitialized)({hasBoundaryNodes:Boolean(document.querySelector(A))})),o&&(function(t){var e=t.getState().ixData.eventTypeMap;st(t),(0,v.default)(e,function(e,n){var i=T.default[n];i?function(t){var e=t.logic,n=t.store,i=t.events;!function(t){if(Z){var e={},n="";for(var r in t){var i=t[r],o=i.eventTypeId,a=i.target,u=I.getQuerySelector(a);e[u]||o!==_.EventTypeConsts.MOUSE_CLICK&&o!==_.EventTypeConsts.MOUSE_SECOND_CLICK||(e[u]=!0,n+=u+"{cursor: pointer;touch-action: manipulation;}")}if(n){var c=document.createElement("style");c.textContent=n,document.body.appendChild(c)}}}(i);var o=e.types,a=e.handler,u=n.getState().ixData,l=u.actionLists,d=ft(i,dt);if((0,f.default)(d)){(0,v.default)(d,function(t,e){var o=i[e],a=o.action,f=o.id,d=o.mediaQueries,p=void 0===d?u.mediaQueryKeys:d,v=a.config.actionListId;if(z(p,u.mediaQueryKeys)||n.dispatch((0,m.mediaQueriesDefined)()),a.actionTypeId===_.ActionTypeConsts.GENERAL_CONTINUOUS_ACTION){var h=Array.isArray(o.config)?o.config:[o.config];h.forEach(function(e){var i=e.continuousParameterGroupId,o=(0,s.default)(l,"".concat(v,".continuousParameterGroups"),[]),a=(0,c.default)(o,function(t){var e=t.id;return e===i}),u=(e.smoothing||0)/100,d=(e.restingState||0)/100;a&&t.forEach(function(t,i){var o=f+b+i;!function(t){var e=t.store,n=t.eventStateKey,i=t.eventTarget,o=t.eventId,a=t.eventConfig,u=t.actionListId,c=t.parameterGroup,f=t.smoothing,l=t.restingValue,d=e.getState(),p=d.ixData,v=d.ixSession,h=p.events[o],E=h.eventTypeId,_={},g={},y=[],m=c.continuousActionGroups,T=c.id;V(E,a)&&(T=U(n,T));var O=v.hasBoundaryNodes&&i?I.getClosestElement(i,A):null;m.forEach(function(t){var e=t.keyframe,n=t.actionItems;n.forEach(function(t){var n=t.actionTypeId,o=t.config.target;if(o){var a=o.boundaryMode?O:null,u=H(o)+b+n;if(g[u]=function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0,i=arguments.length>2?arguments[2]:void 0,o=(0,r.default)(e);return o.some(function(e,r){return e.keyframe===n&&(t=r,!0)}),null==t&&(t=o.length,o.push({keyframe:n,actionItems:[]})),o[t].actionItems.push(i),o}(g[u],e,t),!_[u]){_[u]=!0;var c=t.config;N({config:c,event:h,eventTarget:i,elementRoot:a,elementApi:I}).forEach(function(t){y.push({element:t,key:u})})}}})}),y.forEach(function(t){var n=t.element,r=t.key,i=g[r],a=(0,s.default)(i,"[0].actionItems[0]",{}),c=a.actionTypeId,d=K(c)?Q(c)(n,a):null,p=L({element:n,actionItem:a,elementApi:I},d);_t({store:e,element:n,eventId:o,actionListId:u,actionItem:a,destination:p,continuous:!0,parameterId:T,actionGroups:i,smoothing:f,restingValue:l,pluginInstance:d})})}({store:n,eventStateKey:o,eventTarget:t,eventId:f,eventConfig:e,actionListId:v,parameterGroup:a,smoothing:u,restingValue:d})})})}(a.actionTypeId===_.ActionTypeConsts.GENERAL_START_ACTION||(0,g.isQuickEffect)(a.actionTypeId))&&pt({store:n,actionListId:v,eventId:f})});var p=function(t){var e=n.getState(),r=e.ixSession;lt(d,function(e,o,c){var s=i[o],f=r.eventState[c],l=s.action,d=s.mediaQueries,p=void 0===d?u.mediaQueryKeys:d;if(W(p,r.mediaQueryKey)){var v=function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=a({store:n,element:e,event:s,eventConfig:r,nativeEvent:t,eventStateKey:c},f);(0,E.default)(i,f)||n.dispatch((0,m.eventStateChanged)(c,i))};if(l.actionTypeId===_.ActionTypeConsts.GENERAL_CONTINUOUS_ACTION){var h=Array.isArray(s.config)?s.config:[s.config];h.forEach(v)}else v()}})},y=(0,h.default)(p,J),T=function(t){var e=t.target,r=void 0===e?document:e,i=t.types,o=t.throttle;i.split(" ").filter(Boolean).forEach(function(t){var e=o?y:p;r.addEventListener(t,e),n.dispatch((0,m.eventListenerAdded)(r,[t,e]))})};Array.isArray(o)?o.forEach(T):"string"==typeof o&&T(e)}}({logic:i,store:t,events:e}):console.warn("IX2 event type not configured: ".concat(n))}),t.getState().ixSession.eventListeners.length&&function(t){var e=function(){st(t)};ct.forEach(function(n){window.addEventListener(n,e),t.dispatch((0,m.eventListenerAdded)(window,[n,e]))}),e()}(t)}(n),-1===(e=document.documentElement).className.indexOf(R)&&(e.className+=" ".concat(R)),n.getState().ixSession.hasDefinedMediaQueries&&function(t){D({store:t,select:function(t){return t.ixSession.mediaQueryKey},onChange:function(){at(t),j({store:t,elementApi:I}),ot({store:t,allowEvents:!0}),et()}})}(n)),n.dispatch((0,m.sessionStarted)()),function(t,e){!function n(r){var i=t.getState(),o=i.ixSession,a=i.ixParameters;o.active&&(t.dispatch((0,m.animationFrameChanged)(r,a)),e?function(t,e){var n=D({store:t,select:function(t){return t.ixSession.tick},onChange:function(t){e(t),n()}})}(t,n):requestAnimationFrame(n))}(window.performance.now())}(n,a))}function at(t){var e=t.getState().ixSession;e.active&&(e.eventListeners.forEach(ut),t.dispatch((0,m.sessionStopped)()))}function ut(t){var e=t.target,n=t.listenerParams;e.removeEventListener.apply(e,n)}var ct=["resize","orientationchange"];function st(t){var e=t.getState(),n=e.ixSession,r=e.ixData,i=window.innerWidth;if(i!==n.viewportWidth){var o=r.mediaQueries;t.dispatch((0,m.viewportWidthChanged)({width:i,mediaQueries:o}))}}var ft=function(t,e){return(0,l.default)((0,p.default)(t,e),d.default)},lt=function(t,e){(0,v.default)(t,function(t,n){t.forEach(function(t,r){e(t,n,n+b+r)})})},dt=function(t){var e=t.target,n=t.targets;return n&&n.length?n.reduce(function(t,e){var n={target:e};return t.concat(N({config:n,elementApi:I}))},[]):N({config:{target:e},elementApi:I})};function pt(t){var e=t.store,n=t.actionListId,r=t.eventId,i=e.getState(),o=i.ixData,a=i.ixSession,u=o.actionLists,c=o.events[r],f=u[n];if(f&&f.useFirstGroupAsInitialState){var l=(0,s.default)(f,"actionItemGroups[0].actionItems",[]),d=(0,s.default)(c,"mediaQueries",o.mediaQueryKeys);if(!W(d,a.mediaQueryKey))return;l.forEach(function(t){var i=t.config,o=t.actionTypeId,a=N({config:i,event:c,elementApi:I}),u=K(o);a.forEach(function(i){var a=u?Q(o)(i,t):null;_t({destination:L({element:i,actionItem:t,elementApi:I},a),immediate:!0,store:e,element:i,eventId:r,actionItem:t,actionListId:n,pluginInstance:a})})})}}function vt(t){var e=t.store,n=e.getState().ixInstances;(0,v.default)(n,function(t){if(!t.continuous){var n=t.actionListId,r=t.verbose;gt(t,e),r&&e.dispatch((0,m.actionListPlaybackChanged)({actionListId:n,isPlaying:!1}))}})}function ht(t){var e=t.store,n=t.eventId,r=t.eventTarget,i=t.eventStateKey,o=t.actionListId,a=e.getState(),u=a.ixInstances,c=a.ixSession.hasBoundaryNodes&&r?I.getClosestElement(r,A):null;(0,v.default)(u,function(t){var r=(0,s.default)(t,"actionItem.config.target.boundaryMode"),a=!i||t.eventStateKey===i;if(t.actionListId===o&&t.eventId===n&&a){if(c&&r&&!I.elementContains(c,t.element))return;gt(t,e),t.verbose&&e.dispatch((0,m.actionListPlaybackChanged)({actionListId:o,isPlaying:!1}))}})}function Et(t){var e,n=t.store,r=t.eventId,i=t.eventTarget,o=t.eventStateKey,a=t.actionListId,u=t.groupIndex,c=void 0===u?0:u,f=t.immediate,l=t.verbose,d=n.getState(),p=d.ixData,v=d.ixSession,h=p.events[r]||{},E=h.mediaQueries,_=void 0===E?p.mediaQueryKeys:E,y=(0,s.default)(p,"actionLists.".concat(a),{}),m=y.actionItemGroups,T=y.useFirstGroupAsInitialState;if(!m||!m.length)return!1;c>=m.length&&(0,s.default)(h,"config.loop")&&(c=0),0===c&&T&&c++;var O=(0===c||1===c&&T)&&(0,g.isQuickEffect)(null===(e=h.action)||void 0===e?void 0:e.actionTypeId)?h.config.delay:void 0,b=(0,s.default)(m,[c,"actionItems"],[]);if(!b.length)return!1;if(!W(_,v.mediaQueryKey))return!1;var S=v.hasBoundaryNodes&&i?I.getClosestElement(i,A):null,w=F(b),R=!1;return b.forEach(function(t,e){var u=t.config,s=t.actionTypeId,d=K(s),p=u.target;if(p){var v=p.boundaryMode?S:null;N({config:u,event:h,eventTarget:i,elementRoot:v,elementApi:I}).forEach(function(u,p){var v=d?Q(s)(u,t):null,h=d?q(s)(u,t):null;R=!0;var E=w===e&&0===p,_=X({element:u,actionItem:t}),g=L({element:u,actionItem:t,elementApi:I},v);_t({store:n,element:u,actionItem:t,eventId:r,eventTarget:i,eventStateKey:o,actionListId:a,groupIndex:c,isCarrier:E,computedStyle:_,destination:g,immediate:f,verbose:l,pluginInstance:v,pluginDuration:h,instanceDelay:O})})}}),R}function _t(t){var e=t.store,n=t.computedStyle,r=(0,u.default)(t,["store","computedStyle"]),i=!r.continuous,o=r.element,c=r.actionItem,s=r.immediate,f=r.pluginInstance,l=P(),d=e.getState(),p=d.ixElements,v=d.ixSession,h=C(p,o),E=(p[h]||{}).refState,_=I.getRefType(o),g=k(o,E,n,c,I,f);e.dispatch((0,m.instanceAdded)((0,a.default)({instanceId:l,elementId:h,origin:g,refType:_},r))),yt(document.body,"ix2-animation-started",l),s?function(t,e){var n=t.getState().ixParameters;t.dispatch((0,m.instanceStarted)(e,0)),t.dispatch((0,m.animationFrameChanged)(performance.now(),n)),mt(t.getState().ixInstances[e],t)}(e,l):(D({store:e,select:function(t){return t.ixInstances[l]},onChange:mt}),i&&e.dispatch((0,m.instanceStarted)(l,v.tick)))}function gt(t,e){yt(document.body,"ix2-animation-stopping",{instanceId:t.id,state:e.getState()});var n=t.elementId,r=t.actionItem,i=e.getState().ixElements[n]||{},o=i.ref;i.refType===S&&B(o,r,I),e.dispatch((0,m.instanceRemoved)(t.id))}function yt(t,e,n){var r=document.createEvent("CustomEvent");r.initCustomEvent(e,!0,!0,n),t.dispatchEvent(r)}function mt(t,e){var n=t.active,r=t.continuous,i=t.complete,o=t.elementId,a=t.actionItem,u=t.actionTypeId,c=t.renderType,s=t.current,f=t.groupIndex,l=t.eventId,d=t.eventTarget,p=t.eventStateKey,v=t.actionListId,h=t.isCarrier,E=t.styleProp,_=t.verbose,g=t.pluginInstance,y=e.getState(),T=y.ixData,O=y.ixSession,b=(T.events[l]||{}).mediaQueries,A=void 0===b?T.mediaQueryKeys:b;if(W(A,O.mediaQueryKey)&&(r||n||i)){if(s||c===w&&i){e.dispatch((0,m.elementStateChanged)(o,u,s,a));var R=e.getState().ixElements[o]||{},x=R.ref,N=R.refType,C=R.refState,L=C&&C[u];switch(N){case S:M(x,C,L,l,a,E,I,c,g)}}if(i){if(h){var D=Et({store:e,eventId:l,eventTarget:d,eventStateKey:p,actionListId:v,groupIndex:f+1,verbose:_});_&&!D&&e.dispatch((0,m.actionListPlaybackChanged)({actionListId:v,isPlaying:!1}))}gt(t,e)}}}},function(t,e,n){var r=n(116);t.exports=function(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},function(t,e,n){var r=n(8),i=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=i},function(t,e,n){var r=n(5),i=Object.create,o=function(){function t(){}return function(e){if(!r(e))return{};if(i)return i(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=o},function(t,e,n){var r=n(305),i=n(306),o=r?function(t){return r.get(t)}:i;t.exports=o},function(t,e,n){var r=n(307),i=Object.prototype.hasOwnProperty;t.exports=function(t){for(var e=t.name+"",n=r[e],o=i.call(r,e)?n.length:0;o--;){var a=n[o],u=a.func;if(null==u||u==t)return a.name}return e}},function(t,e,n){n(121),n(65),n(124),n(314),n(315),n(316),n(317),t.exports=n(322)},function(t,e,n){"use strict";var r=n(6);r.define("brand",t.exports=function(t){var e,n={},i=document,o=t("html"),a=t("body"),u=".w-webflow-badge",c=window.location,s=/PhantomJS/i.test(navigator.userAgent),f="fullscreenchange webkitfullscreenchange mozfullscreenchange msfullscreenchange";function l(){var n=i.fullScreen||i.mozFullScreen||i.webkitIsFullScreen||i.msFullscreenElement||Boolean(i.webkitFullscreenElement);t(e).attr("style",n?"display: none !important;":"")}function d(){var t=a.children(u),n=t.length&&t.get(0)===e,i=r.env("editor");n?i&&t.remove():(t.length&&t.remove(),i||a.append(e))}return n.ready=function(){var n,r,a,u=o.attr("data-wf-status"),p=o.attr("data-wf-domain")||"";/\.webflow\.io$/i.test(p)&&c.hostname!==p&&(u=!0),u&&!s&&(e=e||(n=t('').attr("href","https://webflow.com?utm_campaign=brandjs"),r=t("").attr("src","https://d3e54v103j8qbb.cloudfront.net/img/webflow-badge-icon.f67cd735e3.svg").attr("alt","").css({marginRight:"8px",width:"16px"}),a=t("").attr("src","https://d1otoma47x30pg.cloudfront.net/img/webflow-badge-text.6faa6a38cd.svg").attr("alt","Made in Webflow"),n.append(r,a),n[0]),d(),setTimeout(d,500),t(i).off(f,l).on(f,l))},n})},function(t,e,n){"use strict";var r=window.$,i=n(64)&&r.tram; /*! * Webflow._ (aka) Underscore.js 1.6.0 (custom build) * _.each @@ -40,5 +40,5 @@ t.exports=function(){var t={VERSION:"1.6.0-Webflow"},e={},n=Array.prototype,r=Ob * Webflow: Interactions 2.0: Init */ Webflow.require('ix2').init( -{"events":{"e-18":{"id":"e-18","name":"","eventTypeId":"SCROLL_INTO_VIEW","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-7","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-19"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a462ef20-a798-735c-f166-106a34080855"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":0,"scrollOffsetUnit":"%","delay":null,"direction":null,"effectIn":null},"createdOn":1588161560392},"e-19":{"id":"e-19","name":"","eventTypeId":"SCROLL_OUT_OF_VIEW","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-5","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-18"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a462ef20-a798-735c-f166-106a34080855"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":0,"scrollOffsetUnit":"%","delay":null,"direction":null,"effectIn":null},"createdOn":1588161560392},"e-203":{"id":"e-203","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-202"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".dropdown-menu","originalId":"5ecb7ed6bb713f67e148319d|b4a026c4-3f38-369a-0d83-04123b37a28b","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588251591948},"e-206":{"id":"e-206","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-207"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".dropdown__list_item","originalId":"5ecb7ed6bb713f67e148319d|b4a026c4-3f38-369a-0d83-04123b37a293","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588252503280},"e-210":{"id":"e-210","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-211"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".dropdown-menu","originalId":"5ecb7ed6bb713f67e148319d|b4a026c4-3f38-369a-0d83-04123b37a28b","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588252691815},"e-212":{"id":"e-212","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-16","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-213"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8576"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1579844146946},"e-220":{"id":"e-220","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-221"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|66ee4f1f-99f3-8310-c69c-b5d00bdac74c"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1579844146946},"e-256":{"id":"e-256","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-257"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|82de420b-3451-8ea3-a5a4-f892b059998e"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588673937970},"e-258":{"id":"e-258","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-259"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|82de420b-3451-8ea3-a5a4-f892b0599990"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588673937970},"e-260":{"id":"e-260","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-261"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|82de420b-3451-8ea3-a5a4-f892b0599992"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588673937970},"e-262":{"id":"e-262","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-263"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|b8845a6b-d018-3723-9163-c2bb32f2a4ea"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588674495063},"e-264":{"id":"e-264","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-3","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-265"}},"mediaQueries":["main","medium","small"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588679245874},"e-265":{"id":"e-265","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-4","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-264"}},"mediaQueries":["main","medium","small"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588679245878},"e-266":{"id":"e-266","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-15","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-267"}},"mediaQueries":["tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588679260377},"e-267":{"id":"e-267","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-14","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-266"}},"mediaQueries":["tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588679260396},"e-270":{"id":"e-270","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-271"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|1b738c3c-f509-9ebc-f15d-d66894a02164"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684062205},"e-272":{"id":"e-272","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-273"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|1260faa6-080e-87e0-2b01-fe2eba016dcb"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684505620},"e-274":{"id":"e-274","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-275"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|ef6902f7-5288-a426-a2e6-ee2a693e86d7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684618611},"e-276":{"id":"e-276","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-277"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|cb33504b-ce21-a841-3478-0f9742bd5340"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684795074},"e-278":{"id":"e-278","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-279"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6207c761-ee3d-87bf-d0fb-b9250b5408ec"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684810667},"e-280":{"id":"e-280","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-281"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6854cf7e-365a-2139-68ee-c7a45970de47"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684930218},"e-282":{"id":"e-282","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-283"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6854cf7e-365a-2139-68ee-c7a45970de4a"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684963253},"e-284":{"id":"e-284","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-285"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6854cf7e-365a-2139-68ee-c7a45970de49"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684969837},"e-354":{"id":"e-354","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-355"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|c3edb6cb-8fc8-3508-f112-94613483dd79"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588847443910},"e-357":{"id":"e-357","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-356"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|c3edb6cb-8fc8-3508-f112-94613483dd79"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588847457638},"e-358":{"id":"e-358","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-26","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-359"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a0a0a80b-723d-9f06-08f8-22ecf4a4bddb"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848488227},"e-359":{"id":"e-359","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-27","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-358"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a0a0a80b-723d-9f06-08f8-22ecf4a4bddb"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848488231},"e-360":{"id":"e-360","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-361"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|fd26a4e0-f0f7-aaf0-9eee-32c6e9fb2e19"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848752057},"e-363":{"id":"e-363","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-362"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|fd26a4e0-f0f7-aaf0-9eee-32c6e9fb2e19"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848752057},"e-364":{"id":"e-364","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-33","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-365"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a0a0a80b-723d-9f06-08f8-22ecf4a4bddb"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848800244},"e-365":{"id":"e-365","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-34","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-364"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a0a0a80b-723d-9f06-08f8-22ecf4a4bddb"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848800249},"e-366":{"id":"e-366","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-35","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-367"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|f7f05345-5dc5-101e-109a-a0291cc7b897"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588854089952},"e-374":{"id":"e-374","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-375"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|b56538ca-5ff8-7ab0-c1ee-3096ddd391bd"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589180223695},"e-375":{"id":"e-375","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-374"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|b56538ca-5ff8-7ab0-c1ee-3096ddd391bd"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589180223695},"e-376":{"id":"e-376","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-377"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6c86cd6d-a3de-4bf1-d2ef-1b52d687bf4e"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183295914},"e-377":{"id":"e-377","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-376"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6c86cd6d-a3de-4bf1-d2ef-1b52d687bf4e"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183295914},"e-378":{"id":"e-378","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-379"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|bf6a46d9-86a7-67f0-4a2e-794e9e22a39c"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183531399},"e-379":{"id":"e-379","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-378"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|bf6a46d9-86a7-67f0-4a2e-794e9e22a39c"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183531399},"e-380":{"id":"e-380","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-381"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9a2d4f34-e296-5da4-f30e-b15ac204c0da"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183549352},"e-381":{"id":"e-381","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-380"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9a2d4f34-e296-5da4-f30e-b15ac204c0da"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183549352},"e-382":{"id":"e-382","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-383"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|5a41969a-edbe-1d60-39e9-b0079ac64c15"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183549913},"e-383":{"id":"e-383","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-382"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|5a41969a-edbe-1d60-39e9-b0079ac64c15"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183549913},"e-384":{"id":"e-384","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-385"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|c7b0b95d-3477-0e3c-db3a-98e3a48fa33a"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183550214},"e-385":{"id":"e-385","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-384"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|c7b0b95d-3477-0e3c-db3a-98e3a48fa33a"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183550214},"e-386":{"id":"e-386","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-387"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9cf08a1c-eea4-40f7-7584-7a22af1533c0"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552042},"e-387":{"id":"e-387","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-386"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9cf08a1c-eea4-40f7-7584-7a22af1533c0"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552042},"e-388":{"id":"e-388","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-389"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|ac8e408e-8dfd-2bd2-473a-7f80ffe5d8da"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552264},"e-389":{"id":"e-389","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-388"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|ac8e408e-8dfd-2bd2-473a-7f80ffe5d8da"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552264},"e-390":{"id":"e-390","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-391"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|7744e72b-62fe-c3cd-e2b1-d418a4c81926"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552444},"e-391":{"id":"e-391","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-390"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|7744e72b-62fe-c3cd-e2b1-d418a4c81926"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552444},"e-392":{"id":"e-392","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-393"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|4cef7f0e-21b5-0f03-d39b-d81f3f762e9b"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552842},"e-393":{"id":"e-393","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-392"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|4cef7f0e-21b5-0f03-d39b-d81f3f762e9b"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552842},"e-394":{"id":"e-394","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-395"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|555868a6-ac7f-4f39-8af1-54b777afa871"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589188576112},"e-395":{"id":"e-395","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-394"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|555868a6-ac7f-4f39-8af1-54b777afa871"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589188576112},"e-484":{"id":"e-484","name":"","eventTypeId":"SCROLL_INTO_VIEW","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-7","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-485"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a462ef20-a798-735c-f166-106a34080855"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":0,"scrollOffsetUnit":"%","delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-485":{"id":"e-485","name":"","eventTypeId":"SCROLL_OUT_OF_VIEW","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-5","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-484"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a462ef20-a798-735c-f166-106a34080855"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":0,"scrollOffsetUnit":"%","delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-492":{"id":"e-492","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-493"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|82de420b-3451-8ea3-a5a4-f892b059998e"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-494":{"id":"e-494","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-495"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|82de420b-3451-8ea3-a5a4-f892b0599990"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-496":{"id":"e-496","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-497"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|82de420b-3451-8ea3-a5a4-f892b0599992"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-498":{"id":"e-498","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-499"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|b8845a6b-d018-3723-9163-c2bb32f2a4ea"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-500":{"id":"e-500","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-3","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-501"}},"mediaQueries":["main","medium","small"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-501":{"id":"e-501","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-4","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-500"}},"mediaQueries":["main","medium","small"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-502":{"id":"e-502","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-15","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-503"}},"mediaQueries":["tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-503":{"id":"e-503","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-14","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-502"}},"mediaQueries":["tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-504":{"id":"e-504","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-505"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1b738c3c-f509-9ebc-f15d-d66894a02164"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-506":{"id":"e-506","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-507"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1260faa6-080e-87e0-2b01-fe2eba016dcb"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-508":{"id":"e-508","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-509"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|ef6902f7-5288-a426-a2e6-ee2a693e86d7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-510":{"id":"e-510","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-511"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|cb33504b-ce21-a841-3478-0f9742bd5340"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-512":{"id":"e-512","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-513"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|6207c761-ee3d-87bf-d0fb-b9250b5408ec"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-514":{"id":"e-514","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-515"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|6854cf7e-365a-2139-68ee-c7a45970de47"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-516":{"id":"e-516","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-517"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|6854cf7e-365a-2139-68ee-c7a45970de4a"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-518":{"id":"e-518","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-519"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|6854cf7e-365a-2139-68ee-c7a45970de49"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-564":{"id":"e-564","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-565"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|0cd9b2bf-b5c8-9273-b586-ca350aafe3ab"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589374634676},"e-565":{"id":"e-565","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-564"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|0cd9b2bf-b5c8-9273-b586-ca350aafe3ab"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589374634676},"e-568":{"id":"e-568","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-10","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-569"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".hover-menu","originalId":"5ecb7ed6bb713f67e148319d|72e2905a-6ee5-4f59-74ca-25b789830a09","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589487809814},"e-569":{"id":"e-569","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-11","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-568"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".hover-menu","originalId":"5ecb7ed6bb713f67e148319d|72e2905a-6ee5-4f59-74ca-25b789830a09","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589487809820},"e-570":{"id":"e-570","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-12","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-571"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".bar-chart__row","originalId":"5ecb7ed6bb713f5a354831a0|f0d0f4fb-e479-651c-0397-d57a4c00b01d","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589488001003},"e-571":{"id":"e-571","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-13","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-570"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".bar-chart__row","originalId":"5ecb7ed6bb713f5a354831a0|f0d0f4fb-e479-651c-0397-d57a4c00b01d","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589488001010},"e-602":{"id":"e-602","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-24","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-603"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".data-category__h1_trigger","originalId":"5ecb7ed6bb713f67e148319d|4173cede-f82d-18bc-99ff-ec410276545a","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589525066537},"e-603":{"id":"e-603","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-25","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-602"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".data-category__h1_trigger","originalId":"5ecb7ed6bb713f67e148319d|4173cede-f82d-18bc-99ff-ec410276545a","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589525066545},"e-604":{"id":"e-604","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-30","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-605"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".data-category__h2_trigger","originalId":"5ecb7ed6bb713f67e148319d|4173cede-f82d-18bc-99ff-ec4102765467","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589525112749},"e-605":{"id":"e-605","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-31","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-604"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".data-category__h2_trigger","originalId":"5ecb7ed6bb713f67e148319d|4173cede-f82d-18bc-99ff-ec4102765467","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589525112772},"e-642":{"id":"e-642","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-643"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6560"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-643":{"id":"e-643","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-642"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6560"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-644":{"id":"e-644","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-645"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6594"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-645":{"id":"e-645","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-644"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6594"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-646":{"id":"e-646","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-647"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df65c8"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-647":{"id":"e-647","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-646"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df65c8"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-648":{"id":"e-648","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-649"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df65fc"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-649":{"id":"e-649","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-648"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df65fc"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-650":{"id":"e-650","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-651"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6630"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-651":{"id":"e-651","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-650"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6630"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-652":{"id":"e-652","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-653"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6664"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-653":{"id":"e-653","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-652"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6664"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-654":{"id":"e-654","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-655"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6698"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-655":{"id":"e-655","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-654"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6698"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-656":{"id":"e-656","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-657"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df66cc"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-657":{"id":"e-657","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-656"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df66cc"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-658":{"id":"e-658","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-659"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6700"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-659":{"id":"e-659","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-658"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6700"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-660":{"id":"e-660","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-661"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6734"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-661":{"id":"e-661","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-660"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6734"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-662":{"id":"e-662","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-663"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6768"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-663":{"id":"e-663","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-662"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6768"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-664":{"id":"e-664","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-665"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df683f"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-672":{"id":"e-672","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-673"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a05"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-673":{"id":"e-673","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-672"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a05"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-674":{"id":"e-674","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-675"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a39"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-675":{"id":"e-675","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-674"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a39"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-676":{"id":"e-676","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-677"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a6d"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-677":{"id":"e-677","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-676"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a6d"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-678":{"id":"e-678","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-679"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3aa1"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-679":{"id":"e-679","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-678"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3aa1"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-680":{"id":"e-680","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-681"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ad5"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-681":{"id":"e-681","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-680"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ad5"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-682":{"id":"e-682","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-683"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b09"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-683":{"id":"e-683","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-682"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b09"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-684":{"id":"e-684","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-685"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b3d"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-685":{"id":"e-685","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-684"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b3d"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-686":{"id":"e-686","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-687"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b71"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-687":{"id":"e-687","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-686"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b71"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-688":{"id":"e-688","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-689"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ba5"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-689":{"id":"e-689","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-688"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ba5"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-690":{"id":"e-690","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-691"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3bd9"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-691":{"id":"e-691","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-690"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3bd9"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-692":{"id":"e-692","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-693"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3c0d"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-693":{"id":"e-693","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-692"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3c0d"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-694":{"id":"e-694","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-695"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ce4"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-696":{"id":"e-696","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-37","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-697"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6ca2d157-b860-d2c0-78da-11837bc90d1d"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590131957791},"e-700":{"id":"e-700","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-36","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-701"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8565"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590152160188},"e-702":{"id":"e-702","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-38","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-703"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|138f8096-55b2-2cf7-756a-31f6ef2aede4"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590153452917},"e-712":{"id":"e-712","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-713"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1d8da317-9475-57a2-fddb-5ba024366da6"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590397134707},"e-714":{"id":"e-714","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-16","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-715"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1d8da317-9475-57a2-fddb-5ba024366dae"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590397134707},"e-718":{"id":"e-718","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-38","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-719"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1148d016-5351-9c0f-0edb-d7658f87982e"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590562282811},"e-720":{"id":"e-720","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-37","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-721"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|06c23278-3d9b-9621-8196-bb8bfd26e0f7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590562391071},"e-722":{"id":"e-722","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-37","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-723"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|06c23278-3d9b-9621-8196-bb8bfd26e161"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590562391071},"e-724":{"id":"e-724","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-725"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecf610e0e918eeee29e9d23|f25982b9-693e-74dc-9a2f-7590f031f5bd"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590649188933},"e-726":{"id":"e-726","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-16","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-727"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecf610e0e918eeee29e9d23|f25982b9-693e-74dc-9a2f-7590f031f5c5"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590649188933},"e-730":{"id":"e-730","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-39","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-731"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9ed47308-e332-9825-644e-4ad6bb204fab"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590653047178},"e-736":{"id":"e-736","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-36","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-737"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|acb9aaec-0109-fa6f-4891-9aa737c036bc"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590660025550},"e-738":{"id":"e-738","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-39","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-739"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|acb9aaec-0109-fa6f-4891-9aa737c036c2"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590660025550},"e-740":{"id":"e-740","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-40","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-741"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|dfcf026d-123b-ec2d-3d1f-5646d4025e7b"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590750598414},"e-741":{"id":"e-741","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-41","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-740"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|dfcf026d-123b-ec2d-3d1f-5646d4025e7b"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590750598428},"e-742":{"id":"e-742","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-26","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-743"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b3"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-743":{"id":"e-743","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-27","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-742"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b3"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-744":{"id":"e-744","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-33","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-745"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b3"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-745":{"id":"e-745","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-34","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-744"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b3"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-746":{"id":"e-746","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-35","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-747"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b6"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-749":{"id":"e-749","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-748"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20bd"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-750":{"id":"e-750","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-751"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20bd"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-753":{"id":"e-753","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-752"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20cf"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-754":{"id":"e-754","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-755"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20cf"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-756":{"id":"e-756","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-40","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-757"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20eb"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-757":{"id":"e-757","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-41","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-756"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20eb"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-758":{"id":"e-758","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-759"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|d9dcf788-413f-9049-8723-d6b050277cba"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591264687919},"e-759":{"id":"e-759","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-758"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|d9dcf788-413f-9049-8723-d6b050277cba"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591264687943},"e-760":{"id":"e-760","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-761"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|5cc4d99e-ac57-fc58-7a13-748080bb6e5e"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265010260},"e-761":{"id":"e-761","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-760"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|5cc4d99e-ac57-fc58-7a13-748080bb6e5e"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265010260},"e-762":{"id":"e-762","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-763"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|1e35aa5d-6794-7eaf-27f0-84b06b77495c"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265011078},"e-763":{"id":"e-763","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-762"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|1e35aa5d-6794-7eaf-27f0-84b06b77495c"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265011078},"e-764":{"id":"e-764","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-765"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85f80"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-765":{"id":"e-765","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-764"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85f80"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-766":{"id":"e-766","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-767"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85fa3"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-767":{"id":"e-767","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-766"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85fa3"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-768":{"id":"e-768","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-769"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85fc6"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-769":{"id":"e-769","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-768"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85fc6"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-770":{"id":"e-770","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-771"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b933"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-771":{"id":"e-771","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-770"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b933"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-772":{"id":"e-772","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-773"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b956"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-773":{"id":"e-773","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-772"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b956"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-774":{"id":"e-774","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-775"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b979"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-775":{"id":"e-775","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-774"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b979"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-776":{"id":"e-776","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-777"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|8d9eb87a-805a-ef6a-0ef3-bca9e2f0f208"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591960921993},"e-778":{"id":"e-778","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-779"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|0cc195d0-8237-0a5c-88c5-6bd36b98a8c1"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591961431407},"e-780":{"id":"e-780","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-42","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-781"}},"mediaQueries":["main"],"target":{"selector":".panel-toggle","originalId":"5ecb7ed6bb713f5a354831a0|b8845a6b-d018-3723-9163-c2bb32f2a4ea","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1592808951733},"e-781":{"id":"e-781","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-43","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-780"}},"mediaQueries":["main"],"target":{"selector":".panel-toggle","originalId":"5ecb7ed6bb713f5a354831a0|b8845a6b-d018-3723-9163-c2bb32f2a4ea","appliesTo":"CLASS"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1592808951748},"e-784":{"id":"e-784","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-44","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-785"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|65616f0c-c302-4345-a9da-e6b0a2c31832"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598340033842},"e-786":{"id":"e-786","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-45","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-787"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|28d12adf-e1dc-5f33-e26b-9a5cd84e9013"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598340149448},"e-788":{"id":"e-788","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-44","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-789"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|4213bb89-7d31-f409-202f-ae0837f612d4"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598343473380},"e-790":{"id":"e-790","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-45","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-791"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|4213bb89-7d31-f409-202f-ae0837f612d7"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598343473380},"e-792":{"id":"e-792","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-44","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-793"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|d2df92af-c619-a615-ada8-5aae86e9c6ad"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598344291244},"e-794":{"id":"e-794","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-45","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-795"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|d2df92af-c619-a615-ada8-5aae86e9c6b0"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598344291244},"e-798":{"id":"e-798","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-46","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-799"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|11c0ede1-986e-565d-0980-7db7866059cd"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1599039784164},"e-800":{"id":"e-800","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-46","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-801"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|89e4ff4e-33ef-1ec8-02f7-8bfae73751be"},"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1599202343905}},"actionLists":{"a-7":{"id":"a-7","title":"sticky header - hide","actionItemGroups":[{"actionItems":[{"id":"a-7-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":200,"target":{"selector":".sticky-header","selectorGuids":["40417018-73d9-7a49-0631-800cbf98cb0e"]},"yValue":-72,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588154065718,"useFirstGroupAsInitialState":false},"a-5":{"id":"a-5","title":"sticky header - show","actionItemGroups":[{"actionItems":[{"id":"a-5-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".sticky-header","selectorGuids":["40417018-73d9-7a49-0631-800cbf98cb0e"]},"yValue":-72,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]},{"actionItems":[{"id":"a-5-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outBack","duration":200,"target":{"selector":".sticky-header","selectorGuids":["40417018-73d9-7a49-0631-800cbf98cb0e"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588154065718,"useFirstGroupAsInitialState":true},"a-9":{"id":"a-9","title":"dropdown-menu - close","actionItemGroups":[{"actionItems":[{"id":"a-9-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":100,"easing":"","duration":0,"value":"none","target":{"selector":".dropdown-menu__content","selectorGuids":["8affcdc7-7565-c2cf-945f-e8bbaa4d512f"]}}}]}],"createdOn":1588062552056,"useFirstGroupAsInitialState":false},"a-8":{"id":"a-8","title":"dropdown menu - open","actionItemGroups":[{"actionItems":[{"id":"a-8-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".dropdown-menu__content","selectorGuids":["8affcdc7-7565-c2cf-945f-e8bbaa4d512f"]}}}]},{"actionItems":[{"id":"a-8-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"block","target":{"useEventTarget":"CHILDREN","selector":".dropdown-menu__content","selectorGuids":["8affcdc7-7565-c2cf-945f-e8bbaa4d512f"]}}}]}],"createdOn":1588062496091,"useFirstGroupAsInitialState":true},"a-16":{"id":"a-16","title":"location search - expand","actionItemGroups":[{"actionItems":[{"id":"a-16-n-2","actionTypeId":"PLUGIN_LOTTIE","config":{"delay":0,"easing":"","duration":500,"target":{},"value":0}},{"id":"a-16-n-3","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]},"value":1,"unit":""}},{"id":"a-16-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]}}},{"id":"a-16-n-5","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8589"},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-16-n-6","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8586"},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-16-n-7","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]}}},{"id":"a-16-n-8","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]},"value":0,"unit":""}}]},{"actionItems":[{"id":"a-16-n-9","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]}}}]},{"actionItems":[{"id":"a-16-n-11","actionTypeId":"PLUGIN_LOTTIE","config":{"delay":0,"easing":"","duration":500,"target":{},"value":50}},{"id":"a-16-n-12","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":50,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8586"},"xValue":-44,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-16-n-13","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":50,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8589"},"xValue":-44,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-16-n-14","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]}}},{"id":"a-16-n-15","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]},"value":1,"unit":""}},{"id":"a-16-n-16","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":200,"target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]},"value":1,"unit":""}}]}],"createdOn":1575627573755,"useFirstGroupAsInitialState":true},"a-17":{"id":"a-17","title":"location search - close","actionItemGroups":[{"actionItems":[{"id":"a-17-n-2","actionTypeId":"PLUGIN_LOTTIE","config":{"delay":0,"easing":"","duration":300,"target":{},"value":99}},{"id":"a-17-n-3","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":50,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8589"},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-17-n-4","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":50,"target":{"useEventTarget":"SIBLINGS","id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8586"},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-17-n-5","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":50,"target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]},"value":0,"unit":""}},{"id":"a-17-n-6","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]},"value":0,"unit":""}}]},{"actionItems":[{"id":"a-17-n-7","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]}}},{"id":"a-17-n-8","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]}}}]}],"createdOn":1575629036454,"useFirstGroupAsInitialState":false},"a-18":{"id":"a-18","title":"rich data - open","actionItemGroups":[{"actionItems":[{"id":"a-18-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}},{"id":"a-18-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}},{"id":"a-18-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}}]},{"actionItems":[{"id":"a-18-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":100,"easing":"","duration":0,"value":"flex","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}}]}],"createdOn":1588674542980,"useFirstGroupAsInitialState":false},"a-20":{"id":"a-20","title":"point mapper - open","actionItemGroups":[{"actionItems":[{"id":"a-20-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}},{"id":"a-20-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}},{"id":"a-20-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}}]},{"actionItems":[{"id":"a-20-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":100,"easing":"","duration":0,"value":"flex","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}}]}],"createdOn":1588674542980,"useFirstGroupAsInitialState":false},"a-19":{"id":"a-19","title":"all panels - close","actionItemGroups":[{"actionItems":[{"id":"a-19-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}},{"id":"a-19-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}},{"id":"a-19-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}}]}],"createdOn":1588682308300,"useFirstGroupAsInitialState":false},"a-3":{"id":"a-3","title":"rich data sections - hide","actionItemGroups":[{"actionItems":[{"id":"a-3-n-3","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":180,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-3-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":44,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-3-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"widthValue":44,"widthUnit":"PX","heightUnit":"PX"}}]}],"createdOn":1588150165504,"useFirstGroupAsInitialState":false},"a-4":{"id":"a-4","title":"rich data sections - show","actionItemGroups":[{"actionItems":[{"id":"a-4-n-3","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":0,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-4-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":180,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-4-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"widthValue":180,"widthUnit":"PX","heightUnit":"PX"}}]}],"createdOn":1588150165504,"useFirstGroupAsInitialState":false},"a-15":{"id":"a-15","title":"rich data sections - show mobile","actionItemGroups":[{"actionItems":[{"id":"a-15-n","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":0,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-15-n-3","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":44,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-15-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-15-n-4","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588150165504,"useFirstGroupAsInitialState":false},"a-14":{"id":"a-14","title":"rich data sections - hide mobile","actionItemGroups":[{"actionItems":[{"id":"a-14-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-14-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":44,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-14-n-3","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":0,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-14-n-7","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]},{"actionItems":[{"id":"a-14-n-4","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":180,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-14-n-5","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":0,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-14-n-6","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"xValue":-44,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-14-n-8","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"xValue":44,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588150165504,"useFirstGroupAsInitialState":true},"a-21":{"id":"a-21","title":"data mapper - open","actionItemGroups":[{"actionItems":[{"id":"a-21-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}},{"id":"a-21-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}},{"id":"a-21-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}}]},{"actionItems":[{"id":"a-21-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":100,"easing":"","duration":0,"value":"flex","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}}]}],"createdOn":1588674542980,"useFirstGroupAsInitialState":false},"a-26":{"id":"a-26","title":"toggle-icon - first click","actionItemGroups":[{"actionItems":[{"id":"a-26-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--last","selectorGuids":["837790b4-d2f5-b872-375f-95da5e82b6d1"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-26-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--first","selectorGuids":["167ad297-78d6-2d15-d533-7a2747ab5b47"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]},{"actionItems":[{"id":"a-26-n-4","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--last","selectorGuids":["837790b4-d2f5-b872-375f-95da5e82b6d1"]},"yValue":-36,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-26-n-3","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--first","selectorGuids":["167ad297-78d6-2d15-d533-7a2747ab5b47"]},"yValue":-36,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588754968137,"useFirstGroupAsInitialState":true},"a-27":{"id":"a-27","title":"toggle-icon - second click","actionItemGroups":[{"actionItems":[{"id":"a-27-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--last","selectorGuids":["837790b4-d2f5-b872-375f-95da5e82b6d1"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-27-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--first","selectorGuids":["167ad297-78d6-2d15-d533-7a2747ab5b47"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588755423603,"useFirstGroupAsInitialState":false},"a-33":{"id":"a-33","title":"mapping-options - collapse","actionItemGroups":[{"actionItems":[{"id":"a-33-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".map-options__filters_content","selectorGuids":["efc96874-493e-07e7-950a-de0630b7f775"]}}},{"id":"a-33-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".map-options__context","selectorGuids":["2d59638c-6b2e-8494-faf3-f058f42a24c7"]}}}]},{"actionItems":[{"id":"a-33-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".map-options__filters_content","selectorGuids":["efc96874-493e-07e7-950a-de0630b7f775"]}}},{"id":"a-33-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".map-options__context","selectorGuids":["2d59638c-6b2e-8494-faf3-f058f42a24c7"]}}}]}],"createdOn":1588848803203,"useFirstGroupAsInitialState":true},"a-34":{"id":"a-34","title":"mapping-options - expand","actionItemGroups":[{"actionItems":[{"id":"a-34-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".map-options__filters_content","selectorGuids":["efc96874-493e-07e7-950a-de0630b7f775"]}}},{"id":"a-34-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".map-options__context","selectorGuids":["2d59638c-6b2e-8494-faf3-f058f42a24c7"]}}}]}],"createdOn":1588848892250,"useFirstGroupAsInitialState":false},"a-35":{"id":"a-35","title":"mapping-options - close","actionItemGroups":[{"actionItems":[{"id":"a-35-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"PARENT","selector":".map-options","selectorGuids":["1e68203c-68ff-e426-7caa-e6426a47604e"]}}}]}],"createdOn":1588854094007,"useFirstGroupAsInitialState":false},"a-22":{"id":"a-22","title":"point-mapper - h1 close","actionItemGroups":[{"actionItems":[{"id":"a-22-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"block","target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]}}},{"id":"a-22-n-3","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]},"widthUnit":"PX","heightUnit":"AUTO"}}]},{"actionItems":[{"id":"a-22-n-4","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-22-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]}}}]}],"createdOn":1588748464944,"useFirstGroupAsInitialState":true},"a-23":{"id":"a-23","title":"point-mapper - h1 open","actionItemGroups":[{"actionItems":[{"id":"a-23-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"block","target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]}}}]},{"actionItems":[{"id":"a-23-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]},"widthUnit":"PX","heightUnit":"AUTO"}}]}],"createdOn":1588748761569,"useFirstGroupAsInitialState":false},"a-10":{"id":"a-10","title":"hover-menu - hover in","actionItemGroups":[{"actionItems":[{"id":"a-10-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]}}},{"id":"a-10-n-2","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"value":1,"unit":""}},{"id":"a-10-n-3","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"widthValue":0,"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-10-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]}}}]},{"actionItems":[{"id":"a-10-n-5","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":200,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"value":1,"unit":""}},{"id":"a-10-n-6","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":200,"locked":false,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"widthUnit":"AUTO","heightUnit":"AUTO"}}]}],"createdOn":1575276997900,"useFirstGroupAsInitialState":true},"a-11":{"id":"a-11","title":"hover-menu - hover out","actionItemGroups":[{"actionItems":[{"id":"a-11-n-2","actionTypeId":"STYLE_OPACITY","config":{"delay":200,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"value":0,"unit":""}},{"id":"a-11-n","actionTypeId":"STYLE_SIZE","config":{"delay":200,"easing":"","duration":300,"locked":false,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"widthValue":0,"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-11-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]}}}]}],"createdOn":1575277553586,"useFirstGroupAsInitialState":false},"a-12":{"id":"a-12","title":"bar chart - tooltip show","actionItemGroups":[{"actionItems":[{"id":"a-12-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]}}},{"id":"a-12-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"yValue":12,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-12-n-3","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"value":0,"unit":""}}]},{"actionItems":[{"id":"a-12-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]}}}]},{"actionItems":[{"id":"a-12-n-5","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":200,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-12-n-6","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"value":1,"unit":""}}]}],"createdOn":1580894621112,"useFirstGroupAsInitialState":true},"a-13":{"id":"a-13","title":"bar chart - tooltip hide","actionItemGroups":[{"actionItems":[{"id":"a-13-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"yValue":12,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-13-n-2","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"value":0,"unit":""}}]},{"actionItems":[{"id":"a-13-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]}}}]}],"createdOn":1580894867924,"useFirstGroupAsInitialState":false},"a-24":{"id":"a-24","title":"data-mapper - h1 open","actionItemGroups":[{"actionItems":[{"id":"a-24-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]}}},{"id":"a-24-n-3","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-24-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]}}}]},{"actionItems":[{"id":"a-24-n-4","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]},"widthUnit":"PX","heightUnit":"AUTO"}}]}],"createdOn":1588753944971,"useFirstGroupAsInitialState":true},"a-25":{"id":"a-25","title":"data-mapper - h1 close","actionItemGroups":[{"actionItems":[{"id":"a-25-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-25-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]}}}]}],"createdOn":1588753991811,"useFirstGroupAsInitialState":false},"a-30":{"id":"a-30","title":"data-mapper - h2 open","actionItemGroups":[{"actionItems":[{"id":"a-30-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h2_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a59a"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-30-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h2_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a59a"]},"widthUnit":"PX","heightUnit":"AUTO"}}]}],"createdOn":1588759793071,"useFirstGroupAsInitialState":true},"a-31":{"id":"a-31","title":"data-mapper - h2 close","actionItemGroups":[{"actionItems":[{"id":"a-31-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h2_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a59a"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]}],"createdOn":1588759850061,"useFirstGroupAsInitialState":false},"a-37":{"id":"a-37","title":"tutorial modal - close","actionItemGroups":[{"actionItems":[{"id":"a-37-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"PARENT","selector":".tutorial-modal","selectorGuids":["1a612d49-6a73-2a9f-ce7b-00d9d9b6e469"]}}}]}],"createdOn":1590152220165,"useFirstGroupAsInitialState":false},"a-36":{"id":"a-36","title":"tutorial modal - show","actionItemGroups":[{"actionItems":[{"id":"a-36-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".tutorial-modal","selectorGuids":["1a612d49-6a73-2a9f-ce7b-00d9d9b6e469"]}}}]}],"createdOn":1590152170708,"useFirstGroupAsInitialState":false},"a-38":{"id":"a-38","title":"login modal - close","actionItemGroups":[{"actionItems":[{"id":"a-38-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"PARENT","selector":".login-modal","selectorGuids":["17a753f5-2d66-6d0a-e9a7-acb8cd2a0b9e"]}}}]}],"createdOn":1590153459092,"useFirstGroupAsInitialState":false},"a-39":{"id":"a-39","title":"login modal - open","actionItemGroups":[{"actionItems":[{"id":"a-39-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".login-modal","selectorGuids":["17a753f5-2d66-6d0a-e9a7-acb8cd2a0b9e"]}}}]}],"createdOn":1590653248668,"useFirstGroupAsInitialState":false},"a-40":{"id":"a-40","title":"tooltip - hover in","actionItemGroups":[{"actionItems":[{"id":"a-40-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".tooltip","selectorGuids":["dad1e0fd-29e4-671e-0e87-e685d322d815"]}}}]},{"actionItems":[{"id":"a-40-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"CHILDREN","selector":".tooltip","selectorGuids":["dad1e0fd-29e4-671e-0e87-e685d322d815"]}}}]}],"createdOn":1590750601379,"useFirstGroupAsInitialState":true},"a-41":{"id":"a-41","title":"tooltip - hover out","actionItemGroups":[{"actionItems":[{"id":"a-41-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".tooltip","selectorGuids":["dad1e0fd-29e4-671e-0e87-e685d322d815"]}}}]}],"createdOn":1590750670500,"useFirstGroupAsInitialState":false},"a-28":{"id":"a-28","title":"data-mapper - h3 open","actionItemGroups":[{"actionItems":[{"id":"a-28-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h3_content","selectorGuids":["c4c61edc-7f2e-e6a3-504e-b730d1954fbc"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-28-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h3_content","selectorGuids":["c4c61edc-7f2e-e6a3-504e-b730d1954fbc"]},"widthUnit":"PX","heightUnit":"AUTO"}}]}],"createdOn":1588759625697,"useFirstGroupAsInitialState":true},"a-29":{"id":"a-29","title":"data-mapper - h3 close","actionItemGroups":[{"actionItems":[{"id":"a-29-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h3_content","selectorGuids":["c4c61edc-7f2e-e6a3-504e-b730d1954fbc"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]}],"createdOn":1588759625697,"useFirstGroupAsInitialState":false},"a-42":{"id":"a-42","title":"panel tooltip - open","actionItemGroups":[{"actionItems":[{"id":"a-42-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".panel-toggle__tooltip","selectorGuids":["67990499-b98d-ce18-ce5b-2275a6ed67b3"]}}}]},{"actionItems":[{"id":"a-42-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"CHILDREN","selector":".panel-toggle__tooltip","selectorGuids":["67990499-b98d-ce18-ce5b-2275a6ed67b3"]}}}]}],"createdOn":1592809019794,"useFirstGroupAsInitialState":true},"a-43":{"id":"a-43","title":"panel tooltip - hide","actionItemGroups":[{"actionItems":[{"id":"a-43-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".panel-toggle__tooltip","selectorGuids":["67990499-b98d-ce18-ce5b-2275a6ed67b3"]}}}]}],"createdOn":1592809119408,"useFirstGroupAsInitialState":false},"a-44":{"id":"a-44","title":"location facilities - expand","actionItemGroups":[{"actionItems":[{"id":"a-44-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"selector":".location__facilities_content","selectorGuids":["b3dd260b-07cf-8871-3c66-6a436fc654a2"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-44-n-5","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".location__facilities_contract","selectorGuids":["d4772203-f560-0113-c052-d1310d54b44e"]}}},{"id":"a-44-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".location__facilities_expand","selectorGuids":["421d5805-328b-c943-7a1d-458cce11a589"]}}}]},{"actionItems":[{"id":"a-44-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":800,"locked":false,"target":{"selector":".location__facilities_content","selectorGuids":["b3dd260b-07cf-8871-3c66-6a436fc654a2"]},"widthUnit":"PX","heightUnit":"AUTO"}},{"id":"a-44-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".location__facilities_expand","selectorGuids":["421d5805-328b-c943-7a1d-458cce11a589"]}}},{"id":"a-44-n-6","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"SIBLINGS","selector":".location__facilities_contract","selectorGuids":["d4772203-f560-0113-c052-d1310d54b44e"]}}}]}],"createdOn":1598340038104,"useFirstGroupAsInitialState":true},"a-45":{"id":"a-45","title":"location facilities - contract","actionItemGroups":[{"actionItems":[{"id":"a-45-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":800,"locked":false,"target":{"selector":".location__facilities_content","selectorGuids":["b3dd260b-07cf-8871-3c66-6a436fc654a2"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-45-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"SIBLINGS","selector":".location__facilities_expand","selectorGuids":["421d5805-328b-c943-7a1d-458cce11a589"]}}},{"id":"a-45-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".location__facilities_contract","selectorGuids":["d4772203-f560-0113-c052-d1310d54b44e"]}}}]}],"createdOn":1598340155346,"useFirstGroupAsInitialState":false},"a-46":{"id":"a-46","title":"warning modal - close","actionItemGroups":[{"actionItems":[{"id":"a-46-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"PARENT","selector":".warning-modal","selectorGuids":["c15ea9d4-5e9c-1c48-053a-4b2037cf9a5a"]}}}]}],"createdOn":1590152220165,"useFirstGroupAsInitialState":false}},"site":{"mediaQueries":[{"key":"main","min":992,"max":10000},{"key":"medium","min":768,"max":991},{"key":"small","min":480,"max":767},{"key":"tiny","min":0,"max":479}]}} +{"events":{"e-18":{"id":"e-18","name":"","eventTypeId":"SCROLL_INTO_VIEW","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-7","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-19"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a462ef20-a798-735c-f166-106a34080855"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":0,"scrollOffsetUnit":"%","delay":null,"direction":null,"effectIn":null},"createdOn":1588161560392},"e-19":{"id":"e-19","name":"","eventTypeId":"SCROLL_OUT_OF_VIEW","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-5","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-18"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a462ef20-a798-735c-f166-106a34080855"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":0,"scrollOffsetUnit":"%","delay":null,"direction":null,"effectIn":null},"createdOn":1588161560392},"e-203":{"id":"e-203","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-202"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".dropdown-menu","originalId":"5ecb7ed6bb713f67e148319d|b4a026c4-3f38-369a-0d83-04123b37a28b","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588251591948},"e-206":{"id":"e-206","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-207"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".dropdown__list_item","originalId":"5ecb7ed6bb713f67e148319d|b4a026c4-3f38-369a-0d83-04123b37a293","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588252503280},"e-210":{"id":"e-210","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-211"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".dropdown-menu","originalId":"5ecb7ed6bb713f67e148319d|b4a026c4-3f38-369a-0d83-04123b37a28b","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588252691815},"e-212":{"id":"e-212","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-16","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-213"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8576"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1579844146946},"e-220":{"id":"e-220","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-221"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|66ee4f1f-99f3-8310-c69c-b5d00bdac74c"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1579844146946},"e-256":{"id":"e-256","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-257"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|82de420b-3451-8ea3-a5a4-f892b059998e"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588673937970},"e-258":{"id":"e-258","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-259"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|82de420b-3451-8ea3-a5a4-f892b0599990"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588673937970},"e-260":{"id":"e-260","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-261"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|82de420b-3451-8ea3-a5a4-f892b0599992"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588673937970},"e-262":{"id":"e-262","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-263"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|b8845a6b-d018-3723-9163-c2bb32f2a4ea"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588674495063},"e-264":{"id":"e-264","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-3","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-265"}},"mediaQueries":["main","medium","small"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588679245874},"e-265":{"id":"e-265","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-4","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-264"}},"mediaQueries":["main","medium","small"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588679245878},"e-266":{"id":"e-266","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-15","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-267"}},"mediaQueries":["tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588679260377},"e-267":{"id":"e-267","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-14","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-266"}},"mediaQueries":["tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588679260396},"e-270":{"id":"e-270","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-271"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|1b738c3c-f509-9ebc-f15d-d66894a02164"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684062205},"e-272":{"id":"e-272","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-273"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|1260faa6-080e-87e0-2b01-fe2eba016dcb"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684505620},"e-274":{"id":"e-274","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-275"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|ef6902f7-5288-a426-a2e6-ee2a693e86d7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684618611},"e-276":{"id":"e-276","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-277"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|cb33504b-ce21-a841-3478-0f9742bd5340"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684795074},"e-278":{"id":"e-278","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-279"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6207c761-ee3d-87bf-d0fb-b9250b5408ec"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684810667},"e-280":{"id":"e-280","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-281"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6854cf7e-365a-2139-68ee-c7a45970de47"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684930218},"e-282":{"id":"e-282","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-283"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6854cf7e-365a-2139-68ee-c7a45970de4a"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684963253},"e-284":{"id":"e-284","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-285"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6854cf7e-365a-2139-68ee-c7a45970de49"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588684969837},"e-354":{"id":"e-354","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-355"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|c3edb6cb-8fc8-3508-f112-94613483dd79"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588847443910},"e-357":{"id":"e-357","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-356"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|c3edb6cb-8fc8-3508-f112-94613483dd79"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588847457638},"e-358":{"id":"e-358","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-26","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-359"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a0a0a80b-723d-9f06-08f8-22ecf4a4bddb"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848488227},"e-359":{"id":"e-359","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-27","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-358"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a0a0a80b-723d-9f06-08f8-22ecf4a4bddb"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848488231},"e-360":{"id":"e-360","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-361"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|fd26a4e0-f0f7-aaf0-9eee-32c6e9fb2e19"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848752057},"e-363":{"id":"e-363","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-362"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|fd26a4e0-f0f7-aaf0-9eee-32c6e9fb2e19"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848752057},"e-364":{"id":"e-364","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-33","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-365"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a0a0a80b-723d-9f06-08f8-22ecf4a4bddb"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848800244},"e-365":{"id":"e-365","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-34","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-364"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|a0a0a80b-723d-9f06-08f8-22ecf4a4bddb"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588848800249},"e-366":{"id":"e-366","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-35","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-367"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|f7f05345-5dc5-101e-109a-a0291cc7b897"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1588854089952},"e-374":{"id":"e-374","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-375"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|b56538ca-5ff8-7ab0-c1ee-3096ddd391bd"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589180223695},"e-375":{"id":"e-375","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-374"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|b56538ca-5ff8-7ab0-c1ee-3096ddd391bd"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589180223695},"e-376":{"id":"e-376","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-377"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6c86cd6d-a3de-4bf1-d2ef-1b52d687bf4e"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183295914},"e-377":{"id":"e-377","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-376"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6c86cd6d-a3de-4bf1-d2ef-1b52d687bf4e"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183295914},"e-378":{"id":"e-378","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-379"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|bf6a46d9-86a7-67f0-4a2e-794e9e22a39c"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183531399},"e-379":{"id":"e-379","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-378"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|bf6a46d9-86a7-67f0-4a2e-794e9e22a39c"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183531399},"e-380":{"id":"e-380","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-381"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9a2d4f34-e296-5da4-f30e-b15ac204c0da"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183549352},"e-381":{"id":"e-381","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-380"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9a2d4f34-e296-5da4-f30e-b15ac204c0da"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183549352},"e-382":{"id":"e-382","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-383"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|5a41969a-edbe-1d60-39e9-b0079ac64c15"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183549913},"e-383":{"id":"e-383","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-382"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|5a41969a-edbe-1d60-39e9-b0079ac64c15"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183549913},"e-384":{"id":"e-384","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-385"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|c7b0b95d-3477-0e3c-db3a-98e3a48fa33a"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183550214},"e-385":{"id":"e-385","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-384"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|c7b0b95d-3477-0e3c-db3a-98e3a48fa33a"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183550214},"e-386":{"id":"e-386","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-387"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9cf08a1c-eea4-40f7-7584-7a22af1533c0"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552042},"e-387":{"id":"e-387","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-386"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9cf08a1c-eea4-40f7-7584-7a22af1533c0"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552042},"e-388":{"id":"e-388","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-389"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|ac8e408e-8dfd-2bd2-473a-7f80ffe5d8da"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552264},"e-389":{"id":"e-389","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-388"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|ac8e408e-8dfd-2bd2-473a-7f80ffe5d8da"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552264},"e-390":{"id":"e-390","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-391"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|7744e72b-62fe-c3cd-e2b1-d418a4c81926"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552444},"e-391":{"id":"e-391","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-390"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|7744e72b-62fe-c3cd-e2b1-d418a4c81926"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552444},"e-392":{"id":"e-392","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-393"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|4cef7f0e-21b5-0f03-d39b-d81f3f762e9b"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552842},"e-393":{"id":"e-393","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-392"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|4cef7f0e-21b5-0f03-d39b-d81f3f762e9b"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589183552842},"e-394":{"id":"e-394","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-395"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|555868a6-ac7f-4f39-8af1-54b777afa871"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589188576112},"e-395":{"id":"e-395","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-394"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|555868a6-ac7f-4f39-8af1-54b777afa871"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589188576112},"e-484":{"id":"e-484","name":"","eventTypeId":"SCROLL_INTO_VIEW","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-7","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-485"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a462ef20-a798-735c-f166-106a34080855"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":0,"scrollOffsetUnit":"%","delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-485":{"id":"e-485","name":"","eventTypeId":"SCROLL_OUT_OF_VIEW","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-5","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-484"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a462ef20-a798-735c-f166-106a34080855"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":0,"scrollOffsetUnit":"%","delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-492":{"id":"e-492","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-493"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|82de420b-3451-8ea3-a5a4-f892b059998e"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-494":{"id":"e-494","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-495"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|82de420b-3451-8ea3-a5a4-f892b0599990"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-496":{"id":"e-496","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-497"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|82de420b-3451-8ea3-a5a4-f892b0599992"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-498":{"id":"e-498","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-499"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|b8845a6b-d018-3723-9163-c2bb32f2a4ea"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-500":{"id":"e-500","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-3","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-501"}},"mediaQueries":["main","medium","small"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-501":{"id":"e-501","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-4","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-500"}},"mediaQueries":["main","medium","small"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-502":{"id":"e-502","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-15","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-503"}},"mediaQueries":["tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-503":{"id":"e-503","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-14","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-502"}},"mediaQueries":["tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|67e8fb10-ba62-0c25-f511-60f23abff4b7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-504":{"id":"e-504","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-505"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1b738c3c-f509-9ebc-f15d-d66894a02164"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-506":{"id":"e-506","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-507"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1260faa6-080e-87e0-2b01-fe2eba016dcb"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-508":{"id":"e-508","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-509"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|ef6902f7-5288-a426-a2e6-ee2a693e86d7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-510":{"id":"e-510","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-20","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-511"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|cb33504b-ce21-a841-3478-0f9742bd5340"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-512":{"id":"e-512","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-513"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|6207c761-ee3d-87bf-d0fb-b9250b5408ec"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-514":{"id":"e-514","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-18","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-515"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|6854cf7e-365a-2139-68ee-c7a45970de47"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-516":{"id":"e-516","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-19","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-517"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|6854cf7e-365a-2139-68ee-c7a45970de4a"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-518":{"id":"e-518","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-21","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-519"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|6854cf7e-365a-2139-68ee-c7a45970de49"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589372938103},"e-564":{"id":"e-564","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-565"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|0cd9b2bf-b5c8-9273-b586-ca350aafe3ab"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589374634676},"e-565":{"id":"e-565","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-564"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|0cd9b2bf-b5c8-9273-b586-ca350aafe3ab"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589374634676},"e-568":{"id":"e-568","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-10","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-569"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".hover-menu","originalId":"5ecb7ed6bb713f67e148319d|72e2905a-6ee5-4f59-74ca-25b789830a09","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589487809814},"e-569":{"id":"e-569","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-11","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-568"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".hover-menu","originalId":"5ecb7ed6bb713f67e148319d|72e2905a-6ee5-4f59-74ca-25b789830a09","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589487809820},"e-570":{"id":"e-570","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-12","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-571"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".bar-chart__row","originalId":"5ecb7ed6bb713f5a354831a0|f0d0f4fb-e479-651c-0397-d57a4c00b01d","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589488001003},"e-571":{"id":"e-571","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-13","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-570"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".bar-chart__row","originalId":"5ecb7ed6bb713f5a354831a0|f0d0f4fb-e479-651c-0397-d57a4c00b01d","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589488001010},"e-602":{"id":"e-602","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-24","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-603"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".data-category__h1_trigger","originalId":"5ecb7ed6bb713f67e148319d|4173cede-f82d-18bc-99ff-ec410276545a","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589525066537},"e-603":{"id":"e-603","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-25","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-602"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".data-category__h1_trigger","originalId":"5ecb7ed6bb713f67e148319d|4173cede-f82d-18bc-99ff-ec410276545a","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589525066545},"e-604":{"id":"e-604","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-30","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-605"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".data-category__h2_trigger","originalId":"5ecb7ed6bb713f67e148319d|4173cede-f82d-18bc-99ff-ec4102765467","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589525112749},"e-605":{"id":"e-605","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-31","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-604"}},"mediaQueries":["main","medium","small","tiny"],"target":{"selector":".data-category__h2_trigger","originalId":"5ecb7ed6bb713f67e148319d|4173cede-f82d-18bc-99ff-ec4102765467","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589525112772},"e-642":{"id":"e-642","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-643"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6560"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-643":{"id":"e-643","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-642"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6560"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-644":{"id":"e-644","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-645"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6594"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-645":{"id":"e-645","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-644"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6594"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-646":{"id":"e-646","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-647"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df65c8"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-647":{"id":"e-647","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-646"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df65c8"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-648":{"id":"e-648","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-649"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df65fc"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-649":{"id":"e-649","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-648"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df65fc"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-650":{"id":"e-650","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-651"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6630"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-651":{"id":"e-651","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-650"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6630"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-652":{"id":"e-652","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-653"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6664"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-653":{"id":"e-653","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-652"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6664"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-654":{"id":"e-654","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-655"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6698"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-655":{"id":"e-655","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-654"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6698"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-656":{"id":"e-656","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-657"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df66cc"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-657":{"id":"e-657","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-656"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df66cc"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-658":{"id":"e-658","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-659"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6700"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-659":{"id":"e-659","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-658"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6700"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-660":{"id":"e-660","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-661"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6734"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-661":{"id":"e-661","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-660"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6734"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-662":{"id":"e-662","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-663"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6768"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-663":{"id":"e-663","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-662"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df6768"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-664":{"id":"e-664","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-665"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713ff81b48319f|99378fc0-b50f-41bd-29f4-c18614df683f"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589957339170},"e-672":{"id":"e-672","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-673"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a05"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-673":{"id":"e-673","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-672"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a05"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-674":{"id":"e-674","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-675"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a39"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-675":{"id":"e-675","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-674"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a39"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-676":{"id":"e-676","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-677"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a6d"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-677":{"id":"e-677","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-676"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3a6d"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-678":{"id":"e-678","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-679"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3aa1"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-679":{"id":"e-679","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-678"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3aa1"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-680":{"id":"e-680","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-681"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ad5"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-681":{"id":"e-681","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-680"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ad5"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-682":{"id":"e-682","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-683"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b09"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-683":{"id":"e-683","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-682"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b09"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-684":{"id":"e-684","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-685"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b3d"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-685":{"id":"e-685","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-684"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b3d"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-686":{"id":"e-686","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-687"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b71"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-687":{"id":"e-687","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-686"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3b71"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-688":{"id":"e-688","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-689"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ba5"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-689":{"id":"e-689","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-688"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ba5"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-690":{"id":"e-690","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-691"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3bd9"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-691":{"id":"e-691","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-690"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3bd9"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-692":{"id":"e-692","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-693"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3c0d"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-693":{"id":"e-693","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-692"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3c0d"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-694":{"id":"e-694","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-695"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|d894ee33-beb3-7aaf-a782-b8d67afb3ce4"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1589968026298},"e-696":{"id":"e-696","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-37","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-697"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|6ca2d157-b860-d2c0-78da-11837bc90d1d"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590131957791},"e-700":{"id":"e-700","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-36","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-701"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8565"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590152160188},"e-702":{"id":"e-702","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-38","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-703"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|138f8096-55b2-2cf7-756a-31f6ef2aede4"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590153452917},"e-712":{"id":"e-712","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-713"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1d8da317-9475-57a2-fddb-5ba024366da6"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590397134707},"e-714":{"id":"e-714","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-16","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-715"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1d8da317-9475-57a2-fddb-5ba024366dae"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590397134707},"e-718":{"id":"e-718","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-38","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-719"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|1148d016-5351-9c0f-0edb-d7658f87982e"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590562282811},"e-720":{"id":"e-720","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-37","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-721"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|06c23278-3d9b-9621-8196-bb8bfd26e0f7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590562391071},"e-722":{"id":"e-722","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-37","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-723"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|06c23278-3d9b-9621-8196-bb8bfd26e161"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590562391071},"e-724":{"id":"e-724","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-725"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecf610e0e918eeee29e9d23|f25982b9-693e-74dc-9a2f-7590f031f5bd"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590649188933},"e-726":{"id":"e-726","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-16","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-727"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecf610e0e918eeee29e9d23|f25982b9-693e-74dc-9a2f-7590f031f5c5"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590649188933},"e-730":{"id":"e-730","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-39","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-731"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|9ed47308-e332-9825-644e-4ad6bb204fab"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590653047178},"e-736":{"id":"e-736","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-36","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-737"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|acb9aaec-0109-fa6f-4891-9aa737c036bc"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590660025550},"e-738":{"id":"e-738","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-39","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-739"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|acb9aaec-0109-fa6f-4891-9aa737c036c2"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590660025550},"e-740":{"id":"e-740","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-40","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-741"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|dfcf026d-123b-ec2d-3d1f-5646d4025e7b"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590750598414},"e-741":{"id":"e-741","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-41","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-740"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|dfcf026d-123b-ec2d-3d1f-5646d4025e7b"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1590750598428},"e-742":{"id":"e-742","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-26","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-743"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b3"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-743":{"id":"e-743","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-27","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-742"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b3"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-744":{"id":"e-744","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-33","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-745"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b3"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-745":{"id":"e-745","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-34","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-744"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b3"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-746":{"id":"e-746","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-35","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-747"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20b6"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-749":{"id":"e-749","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-748"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20bd"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-750":{"id":"e-750","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-751"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20bd"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-753":{"id":"e-753","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-9","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-752"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20cf"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-754":{"id":"e-754","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-8","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-755"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20cf"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-756":{"id":"e-756","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-40","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-757"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20eb"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-757":{"id":"e-757","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-41","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-756"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|a6ccbf43-e78e-12b0-5de1-e0251bbf20eb"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591256350939},"e-758":{"id":"e-758","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-759"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|d9dcf788-413f-9049-8723-d6b050277cba"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591264687919},"e-759":{"id":"e-759","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-758"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|d9dcf788-413f-9049-8723-d6b050277cba"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591264687943},"e-760":{"id":"e-760","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-761"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|5cc4d99e-ac57-fc58-7a13-748080bb6e5e"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265010260},"e-761":{"id":"e-761","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-760"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|5cc4d99e-ac57-fc58-7a13-748080bb6e5e"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265010260},"e-762":{"id":"e-762","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-763"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|1e35aa5d-6794-7eaf-27f0-84b06b77495c"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265011078},"e-763":{"id":"e-763","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-762"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|1e35aa5d-6794-7eaf-27f0-84b06b77495c"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265011078},"e-764":{"id":"e-764","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-765"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85f80"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-765":{"id":"e-765","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-764"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85f80"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-766":{"id":"e-766","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-767"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85fa3"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-767":{"id":"e-767","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-766"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85fa3"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-768":{"id":"e-768","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-769"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85fc6"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-769":{"id":"e-769","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-768"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|5db11d7e-3849-f3e5-3c86-4716d9f85fc6"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265473561},"e-770":{"id":"e-770","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-771"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b933"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-771":{"id":"e-771","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-770"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b933"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-772":{"id":"e-772","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-773"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b956"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-773":{"id":"e-773","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-772"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b956"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-774":{"id":"e-774","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-28","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-775"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b979"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-775":{"id":"e-775","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-29","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-774"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|de7d8cd4-34da-a030-3eb8-f077ce97b979"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591265493746},"e-776":{"id":"e-776","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-777"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|8d9eb87a-805a-ef6a-0ef3-bca9e2f0f208"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591960921993},"e-778":{"id":"e-778","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-17","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-779"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|0cc195d0-8237-0a5c-88c5-6bd36b98a8c1"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1591961431407},"e-780":{"id":"e-780","name":"","eventTypeId":"MOUSE_OVER","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-42","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-781"}},"mediaQueries":["main"],"target":{"selector":".panel-toggle","originalId":"5ecb7ed6bb713f5a354831a0|b8845a6b-d018-3723-9163-c2bb32f2a4ea","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1592808951733},"e-781":{"id":"e-781","name":"","eventTypeId":"MOUSE_OUT","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-43","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-780"}},"mediaQueries":["main"],"target":{"selector":".panel-toggle","originalId":"5ecb7ed6bb713f5a354831a0|b8845a6b-d018-3723-9163-c2bb32f2a4ea","appliesTo":"CLASS"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1592808951748},"e-784":{"id":"e-784","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-44","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-785"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|65616f0c-c302-4345-a9da-e6b0a2c31832"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598340033842},"e-786":{"id":"e-786","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-45","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-787"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|28d12adf-e1dc-5f33-e26b-9a5cd84e9013"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598340149448},"e-788":{"id":"e-788","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-44","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-789"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|4213bb89-7d31-f409-202f-ae0837f612d4"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598343473380},"e-790":{"id":"e-790","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-45","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-791"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|4213bb89-7d31-f409-202f-ae0837f612d7"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598343473380},"e-792":{"id":"e-792","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-44","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-793"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|d2df92af-c619-a615-ada8-5aae86e9c6ad"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598344291244},"e-794":{"id":"e-794","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-45","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-795"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|d2df92af-c619-a615-ada8-5aae86e9c6b0"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1598344291244},"e-798":{"id":"e-798","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-46","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-799"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|11c0ede1-986e-565d-0980-7db7866059cd"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1599039784164},"e-800":{"id":"e-800","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-46","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-801"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f5a354831a0|89e4ff4e-33ef-1ec8-02f7-8bfae73751be"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1599202343905},"e-802":{"id":"e-802","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-22","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-803"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|e0cdcac6-d5b6-2780-3500-919c8eb3a735"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1601023869058},"e-803":{"id":"e-803","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-23","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-802"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|e0cdcac6-d5b6-2780-3500-919c8eb3a735"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1601023869058},"e-804":{"id":"e-804","name":"","eventTypeId":"MOUSE_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-47","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-805"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|b56538ca-5ff8-7ab0-c1ee-3096ddd391bd"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1601027754237},"e-805":{"id":"e-805","name":"","eventTypeId":"MOUSE_SECOND_CLICK","action":{"id":"","actionTypeId":"GENERAL_START_ACTION","config":{"delay":0,"easing":"","duration":0,"actionListId":"a-48","affectedElements":{},"playInReverse":false,"autoStopEventId":"e-804"}},"mediaQueries":["main","medium","small","tiny"],"target":{"appliesTo":"ELEMENT","styleBlockIds":[],"id":"5ecb7ed6bb713f67e148319d|b56538ca-5ff8-7ab0-c1ee-3096ddd391bd"},"targets":[],"config":{"loop":false,"playInReverse":false,"scrollOffsetValue":null,"scrollOffsetUnit":null,"delay":null,"direction":null,"effectIn":null},"createdOn":1601027754246}},"actionLists":{"a-7":{"id":"a-7","title":"sticky header - hide","actionItemGroups":[{"actionItems":[{"id":"a-7-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":200,"target":{"selector":".sticky-header","selectorGuids":["40417018-73d9-7a49-0631-800cbf98cb0e"]},"yValue":-72,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588154065718,"useFirstGroupAsInitialState":false},"a-5":{"id":"a-5","title":"sticky header - show","actionItemGroups":[{"actionItems":[{"id":"a-5-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".sticky-header","selectorGuids":["40417018-73d9-7a49-0631-800cbf98cb0e"]},"yValue":-72,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]},{"actionItems":[{"id":"a-5-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outBack","duration":200,"target":{"selector":".sticky-header","selectorGuids":["40417018-73d9-7a49-0631-800cbf98cb0e"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588154065718,"useFirstGroupAsInitialState":true},"a-9":{"id":"a-9","title":"dropdown-menu - close","actionItemGroups":[{"actionItems":[{"id":"a-9-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":100,"easing":"","duration":0,"value":"none","target":{"selector":".dropdown-menu__content","selectorGuids":["8affcdc7-7565-c2cf-945f-e8bbaa4d512f"]}}}]}],"createdOn":1588062552056,"useFirstGroupAsInitialState":false},"a-8":{"id":"a-8","title":"dropdown menu - open","actionItemGroups":[{"actionItems":[{"id":"a-8-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".dropdown-menu__content","selectorGuids":["8affcdc7-7565-c2cf-945f-e8bbaa4d512f"]}}}]},{"actionItems":[{"id":"a-8-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"block","target":{"useEventTarget":"CHILDREN","selector":".dropdown-menu__content","selectorGuids":["8affcdc7-7565-c2cf-945f-e8bbaa4d512f"]}}}]}],"createdOn":1588062496091,"useFirstGroupAsInitialState":true},"a-16":{"id":"a-16","title":"location search - expand","actionItemGroups":[{"actionItems":[{"id":"a-16-n-2","actionTypeId":"PLUGIN_LOTTIE","config":{"delay":0,"easing":"","duration":500,"target":{},"value":0}},{"id":"a-16-n-3","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]},"value":1,"unit":""}},{"id":"a-16-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]}}},{"id":"a-16-n-5","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8589"},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-16-n-6","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8586"},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-16-n-7","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]}}},{"id":"a-16-n-8","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]},"value":0,"unit":""}}]},{"actionItems":[{"id":"a-16-n-9","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]}}}]},{"actionItems":[{"id":"a-16-n-11","actionTypeId":"PLUGIN_LOTTIE","config":{"delay":0,"easing":"","duration":500,"target":{},"value":50}},{"id":"a-16-n-12","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":50,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8586"},"xValue":-44,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-16-n-13","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":50,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8589"},"xValue":-44,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-16-n-14","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]}}},{"id":"a-16-n-15","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]},"value":1,"unit":""}},{"id":"a-16-n-16","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":200,"target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]},"value":1,"unit":""}}]}],"createdOn":1575627573755,"useFirstGroupAsInitialState":true},"a-17":{"id":"a-17","title":"location search - close","actionItemGroups":[{"actionItems":[{"id":"a-17-n-2","actionTypeId":"PLUGIN_LOTTIE","config":{"delay":0,"easing":"","duration":300,"target":{},"value":99}},{"id":"a-17-n-3","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":50,"target":{"id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8589"},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-17-n-4","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":50,"target":{"useEventTarget":"SIBLINGS","id":"5ecb7ed6bb713f67e148319d|2331a044-806f-907c-13ce-926b3e9c8586"},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-17-n-5","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":50,"target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]},"value":0,"unit":""}},{"id":"a-17-n-6","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]},"value":0,"unit":""}}]},{"actionItems":[{"id":"a-17-n-7","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".nav__search-deselect","selectorGuids":["a31cdcf3-d193-598a-a60c-d80f225c3b07"]}}},{"id":"a-17-n-8","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".nav__search_dropdown","selectorGuids":["2779e48b-570d-2002-b101-3d3148326b49"]}}}]}],"createdOn":1575629036454,"useFirstGroupAsInitialState":false},"a-18":{"id":"a-18","title":"rich data - open","actionItemGroups":[{"actionItems":[{"id":"a-18-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}},{"id":"a-18-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}},{"id":"a-18-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}}]},{"actionItems":[{"id":"a-18-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":100,"easing":"","duration":0,"value":"flex","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}}]}],"createdOn":1588674542980,"useFirstGroupAsInitialState":false},"a-20":{"id":"a-20","title":"point mapper - open","actionItemGroups":[{"actionItems":[{"id":"a-20-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}},{"id":"a-20-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}},{"id":"a-20-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}}]},{"actionItems":[{"id":"a-20-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":100,"easing":"","duration":0,"value":"flex","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}}]}],"createdOn":1588674542980,"useFirstGroupAsInitialState":false},"a-19":{"id":"a-19","title":"all panels - close","actionItemGroups":[{"actionItems":[{"id":"a-19-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}},{"id":"a-19-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}},{"id":"a-19-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}}]}],"createdOn":1588682308300,"useFirstGroupAsInitialState":false},"a-3":{"id":"a-3","title":"rich data sections - hide","actionItemGroups":[{"actionItems":[{"id":"a-3-n-3","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":180,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-3-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":44,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-3-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"widthValue":44,"widthUnit":"PX","heightUnit":"PX"}}]}],"createdOn":1588150165504,"useFirstGroupAsInitialState":false},"a-4":{"id":"a-4","title":"rich data sections - show","actionItemGroups":[{"actionItems":[{"id":"a-4-n-3","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":0,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-4-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":180,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-4-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"widthValue":180,"widthUnit":"PX","heightUnit":"PX"}}]}],"createdOn":1588150165504,"useFirstGroupAsInitialState":false},"a-15":{"id":"a-15","title":"rich data sections - show mobile","actionItemGroups":[{"actionItems":[{"id":"a-15-n","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":0,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-15-n-3","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":44,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-15-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-15-n-4","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588150165504,"useFirstGroupAsInitialState":false},"a-14":{"id":"a-14","title":"rich data sections - hide mobile","actionItemGroups":[{"actionItems":[{"id":"a-14-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-14-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":44,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-14-n-3","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":0,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-14-n-7","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"xValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]},{"actionItems":[{"id":"a-14-n-4","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"zValue":180,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}},{"id":"a-14-n-5","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":400,"locked":false,"target":{"selector":".rich-data-bumper","selectorGuids":["13734d33-2ba4-48f0-75ea-22d6313adb6c"]},"widthValue":0,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-14-n-6","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav","selectorGuids":["66cbc535-6b55-f228-bfc6-32a42e202798"]},"xValue":-44,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-14-n-8","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":400,"target":{"selector":".rich-data-nav__toggle","selectorGuids":["9d5c4567-0fe7-2dbc-8753-d8160719d552"]},"xValue":44,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588150165504,"useFirstGroupAsInitialState":true},"a-21":{"id":"a-21","title":"data mapper - open","actionItemGroups":[{"actionItems":[{"id":"a-21-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}},{"id":"a-21-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".point-mapper","selectorGuids":["a7aa70a9-c5d5-9a7e-ae36-217873ec0add"]}}},{"id":"a-21-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".rich-data","selectorGuids":["a1d5bc48-04b9-61ac-1bef-25274c852625"]}}}]},{"actionItems":[{"id":"a-21-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":100,"easing":"","duration":0,"value":"flex","target":{"selector":".data-mapper","selectorGuids":["93b557e4-06e2-f214-ebe9-24143805a78a"]}}}]}],"createdOn":1588674542980,"useFirstGroupAsInitialState":false},"a-26":{"id":"a-26","title":"toggle-icon - first click","actionItemGroups":[{"actionItems":[{"id":"a-26-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--last","selectorGuids":["837790b4-d2f5-b872-375f-95da5e82b6d1"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-26-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--first","selectorGuids":["167ad297-78d6-2d15-d533-7a2747ab5b47"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]},{"actionItems":[{"id":"a-26-n-4","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--last","selectorGuids":["837790b4-d2f5-b872-375f-95da5e82b6d1"]},"yValue":-36,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-26-n-3","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--first","selectorGuids":["167ad297-78d6-2d15-d533-7a2747ab5b47"]},"yValue":-36,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588754968137,"useFirstGroupAsInitialState":true},"a-27":{"id":"a-27","title":"toggle-icon - second click","actionItemGroups":[{"actionItems":[{"id":"a-27-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--last","selectorGuids":["837790b4-d2f5-b872-375f-95da5e82b6d1"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-27-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".toggle-icon-v--first","selectorGuids":["167ad297-78d6-2d15-d533-7a2747ab5b47"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}}]}],"createdOn":1588755423603,"useFirstGroupAsInitialState":false},"a-33":{"id":"a-33","title":"mapping-options - collapse","actionItemGroups":[{"actionItems":[{"id":"a-33-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".map-options__filters_content","selectorGuids":["efc96874-493e-07e7-950a-de0630b7f775"]}}},{"id":"a-33-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".map-options__context","selectorGuids":["2d59638c-6b2e-8494-faf3-f058f42a24c7"]}}}]},{"actionItems":[{"id":"a-33-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".map-options__filters_content","selectorGuids":["efc96874-493e-07e7-950a-de0630b7f775"]}}},{"id":"a-33-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".map-options__context","selectorGuids":["2d59638c-6b2e-8494-faf3-f058f42a24c7"]}}}]}],"createdOn":1588848803203,"useFirstGroupAsInitialState":true},"a-34":{"id":"a-34","title":"mapping-options - expand","actionItemGroups":[{"actionItems":[{"id":"a-34-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".map-options__filters_content","selectorGuids":["efc96874-493e-07e7-950a-de0630b7f775"]}}},{"id":"a-34-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".map-options__context","selectorGuids":["2d59638c-6b2e-8494-faf3-f058f42a24c7"]}}}]}],"createdOn":1588848892250,"useFirstGroupAsInitialState":false},"a-35":{"id":"a-35","title":"mapping-options - close","actionItemGroups":[{"actionItems":[{"id":"a-35-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"PARENT","selector":".map-options","selectorGuids":["1e68203c-68ff-e426-7caa-e6426a47604e"]}}}]}],"createdOn":1588854094007,"useFirstGroupAsInitialState":false},"a-22":{"id":"a-22","title":"point-mapper - h1 close","actionItemGroups":[{"actionItems":[{"id":"a-22-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"block","target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]}}},{"id":"a-22-n-3","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]},"widthUnit":"PX","heightUnit":"AUTO"}}]},{"actionItems":[{"id":"a-22-n-4","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-22-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]}}}]}],"createdOn":1588748464944,"useFirstGroupAsInitialState":true},"a-23":{"id":"a-23","title":"point-mapper - h1 open","actionItemGroups":[{"actionItems":[{"id":"a-23-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"block","target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]}}}]},{"actionItems":[{"id":"a-23-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".point-mapper__h1_content","selectorGuids":["8b004663-95a1-026b-bded-13941ef1d93f"]},"widthUnit":"PX","heightUnit":"AUTO"}}]}],"createdOn":1588748761569,"useFirstGroupAsInitialState":false},"a-10":{"id":"a-10","title":"hover-menu - hover in","actionItemGroups":[{"actionItems":[{"id":"a-10-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]}}},{"id":"a-10-n-2","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"value":1,"unit":""}},{"id":"a-10-n-3","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"widthValue":0,"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-10-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]}}}]},{"actionItems":[{"id":"a-10-n-5","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":200,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"value":1,"unit":""}},{"id":"a-10-n-6","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":200,"locked":false,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"widthUnit":"AUTO","heightUnit":"AUTO"}}]}],"createdOn":1575276997900,"useFirstGroupAsInitialState":true},"a-11":{"id":"a-11","title":"hover-menu - hover out","actionItemGroups":[{"actionItems":[{"id":"a-11-n-2","actionTypeId":"STYLE_OPACITY","config":{"delay":200,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"value":0,"unit":""}},{"id":"a-11-n","actionTypeId":"STYLE_SIZE","config":{"delay":200,"easing":"","duration":300,"locked":false,"target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]},"widthValue":0,"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-11-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".hover-menu__content","selectorGuids":["9a719ec6-8f21-09b7-963f-993c8c1f0203"]}}}]}],"createdOn":1575277553586,"useFirstGroupAsInitialState":false},"a-12":{"id":"a-12","title":"bar chart - tooltip show","actionItemGroups":[{"actionItems":[{"id":"a-12-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]}}},{"id":"a-12-n-2","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"yValue":12,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-12-n-3","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"value":0,"unit":""}}]},{"actionItems":[{"id":"a-12-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]}}}]},{"actionItems":[{"id":"a-12-n-5","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":200,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"yValue":0,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-12-n-6","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"value":1,"unit":""}}]}],"createdOn":1580894621112,"useFirstGroupAsInitialState":true},"a-13":{"id":"a-13","title":"bar chart - tooltip hide","actionItemGroups":[{"actionItems":[{"id":"a-13-n","actionTypeId":"TRANSFORM_MOVE","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"yValue":12,"xUnit":"PX","yUnit":"PX","zUnit":"PX"}},{"id":"a-13-n-2","actionTypeId":"STYLE_OPACITY","config":{"delay":0,"easing":"outQuint","duration":300,"target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]},"value":0,"unit":""}}]},{"actionItems":[{"id":"a-13-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".bar-chart__row_tooltip","selectorGuids":["d9cb44ee-3060-1447-3d92-fd513c8b18c8"]}}}]}],"createdOn":1580894867924,"useFirstGroupAsInitialState":false},"a-24":{"id":"a-24","title":"data-mapper - h1 open","actionItemGroups":[{"actionItems":[{"id":"a-24-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]}}},{"id":"a-24-n-3","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-24-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]}}}]},{"actionItems":[{"id":"a-24-n-4","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]},"widthUnit":"PX","heightUnit":"AUTO"}}]}],"createdOn":1588753944971,"useFirstGroupAsInitialState":true},"a-25":{"id":"a-25","title":"data-mapper - h1 close","actionItemGroups":[{"actionItems":[{"id":"a-25-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-25-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".data-category__h1_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a599"]}}}]}],"createdOn":1588753991811,"useFirstGroupAsInitialState":false},"a-30":{"id":"a-30","title":"data-mapper - h2 open","actionItemGroups":[{"actionItems":[{"id":"a-30-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h2_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a59a"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-30-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h2_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a59a"]},"widthUnit":"PX","heightUnit":"AUTO"}}]}],"createdOn":1588759793071,"useFirstGroupAsInitialState":true},"a-31":{"id":"a-31","title":"data-mapper - h2 close","actionItemGroups":[{"actionItems":[{"id":"a-31-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h2_content","selectorGuids":["4eba9b86-4515-a4cf-ace6-cecdd461a59a"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]}],"createdOn":1588759850061,"useFirstGroupAsInitialState":false},"a-37":{"id":"a-37","title":"tutorial modal - close","actionItemGroups":[{"actionItems":[{"id":"a-37-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"PARENT","selector":".tutorial-modal","selectorGuids":["1a612d49-6a73-2a9f-ce7b-00d9d9b6e469"]}}}]}],"createdOn":1590152220165,"useFirstGroupAsInitialState":false},"a-36":{"id":"a-36","title":"tutorial modal - show","actionItemGroups":[{"actionItems":[{"id":"a-36-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".tutorial-modal","selectorGuids":["1a612d49-6a73-2a9f-ce7b-00d9d9b6e469"]}}}]}],"createdOn":1590152170708,"useFirstGroupAsInitialState":false},"a-38":{"id":"a-38","title":"login modal - close","actionItemGroups":[{"actionItems":[{"id":"a-38-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"PARENT","selector":".login-modal","selectorGuids":["17a753f5-2d66-6d0a-e9a7-acb8cd2a0b9e"]}}}]}],"createdOn":1590153459092,"useFirstGroupAsInitialState":false},"a-39":{"id":"a-39","title":"login modal - open","actionItemGroups":[{"actionItems":[{"id":"a-39-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".login-modal","selectorGuids":["17a753f5-2d66-6d0a-e9a7-acb8cd2a0b9e"]}}}]}],"createdOn":1590653248668,"useFirstGroupAsInitialState":false},"a-40":{"id":"a-40","title":"tooltip - hover in","actionItemGroups":[{"actionItems":[{"id":"a-40-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".tooltip","selectorGuids":["dad1e0fd-29e4-671e-0e87-e685d322d815"]}}}]},{"actionItems":[{"id":"a-40-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"CHILDREN","selector":".tooltip","selectorGuids":["dad1e0fd-29e4-671e-0e87-e685d322d815"]}}}]}],"createdOn":1590750601379,"useFirstGroupAsInitialState":true},"a-41":{"id":"a-41","title":"tooltip - hover out","actionItemGroups":[{"actionItems":[{"id":"a-41-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".tooltip","selectorGuids":["dad1e0fd-29e4-671e-0e87-e685d322d815"]}}}]}],"createdOn":1590750670500,"useFirstGroupAsInitialState":false},"a-28":{"id":"a-28","title":"data-mapper - h3 open","actionItemGroups":[{"actionItems":[{"id":"a-28-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h3_content","selectorGuids":["c4c61edc-7f2e-e6a3-504e-b730d1954fbc"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]},{"actionItems":[{"id":"a-28-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h3_content","selectorGuids":["c4c61edc-7f2e-e6a3-504e-b730d1954fbc"]},"widthUnit":"PX","heightUnit":"AUTO"}}]}],"createdOn":1588759625697,"useFirstGroupAsInitialState":true},"a-29":{"id":"a-29","title":"data-mapper - h3 close","actionItemGroups":[{"actionItems":[{"id":"a-29-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":300,"locked":false,"target":{"useEventTarget":"SIBLINGS","selector":".data-category__h3_content","selectorGuids":["c4c61edc-7f2e-e6a3-504e-b730d1954fbc"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}}]}],"createdOn":1588759625697,"useFirstGroupAsInitialState":false},"a-42":{"id":"a-42","title":"panel tooltip - open","actionItemGroups":[{"actionItems":[{"id":"a-42-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".panel-toggle__tooltip","selectorGuids":["67990499-b98d-ce18-ce5b-2275a6ed67b3"]}}}]},{"actionItems":[{"id":"a-42-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"CHILDREN","selector":".panel-toggle__tooltip","selectorGuids":["67990499-b98d-ce18-ce5b-2275a6ed67b3"]}}}]}],"createdOn":1592809019794,"useFirstGroupAsInitialState":true},"a-43":{"id":"a-43","title":"panel tooltip - hide","actionItemGroups":[{"actionItems":[{"id":"a-43-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"CHILDREN","selector":".panel-toggle__tooltip","selectorGuids":["67990499-b98d-ce18-ce5b-2275a6ed67b3"]}}}]}],"createdOn":1592809119408,"useFirstGroupAsInitialState":false},"a-44":{"id":"a-44","title":"location facilities - expand","actionItemGroups":[{"actionItems":[{"id":"a-44-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"","duration":500,"locked":false,"target":{"selector":".location__facilities_content","selectorGuids":["b3dd260b-07cf-8871-3c66-6a436fc654a2"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-44-n-5","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"SIBLINGS","selector":".location__facilities_contract","selectorGuids":["d4772203-f560-0113-c052-d1310d54b44e"]}}},{"id":"a-44-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"selector":".location__facilities_expand","selectorGuids":["421d5805-328b-c943-7a1d-458cce11a589"]}}}]},{"actionItems":[{"id":"a-44-n-2","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":800,"locked":false,"target":{"selector":".location__facilities_content","selectorGuids":["b3dd260b-07cf-8871-3c66-6a436fc654a2"]},"widthUnit":"PX","heightUnit":"AUTO"}},{"id":"a-44-n-4","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".location__facilities_expand","selectorGuids":["421d5805-328b-c943-7a1d-458cce11a589"]}}},{"id":"a-44-n-6","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"SIBLINGS","selector":".location__facilities_contract","selectorGuids":["d4772203-f560-0113-c052-d1310d54b44e"]}}}]}],"createdOn":1598340038104,"useFirstGroupAsInitialState":true},"a-45":{"id":"a-45","title":"location facilities - contract","actionItemGroups":[{"actionItems":[{"id":"a-45-n","actionTypeId":"STYLE_SIZE","config":{"delay":0,"easing":"outQuint","duration":800,"locked":false,"target":{"selector":".location__facilities_content","selectorGuids":["b3dd260b-07cf-8871-3c66-6a436fc654a2"]},"heightValue":0,"widthUnit":"PX","heightUnit":"PX"}},{"id":"a-45-n-3","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"flex","target":{"useEventTarget":"SIBLINGS","selector":".location__facilities_expand","selectorGuids":["421d5805-328b-c943-7a1d-458cce11a589"]}}},{"id":"a-45-n-2","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"selector":".location__facilities_contract","selectorGuids":["d4772203-f560-0113-c052-d1310d54b44e"]}}}]}],"createdOn":1598340155346,"useFirstGroupAsInitialState":false},"a-46":{"id":"a-46","title":"warning modal - close","actionItemGroups":[{"actionItems":[{"id":"a-46-n","actionTypeId":"GENERAL_DISPLAY","config":{"delay":0,"easing":"","duration":0,"value":"none","target":{"useEventTarget":"PARENT","selector":".warning-modal","selectorGuids":["c15ea9d4-5e9c-1c48-053a-4b2037cf9a5a"]}}}]}],"createdOn":1590152220165,"useFirstGroupAsInitialState":false},"a-47":{"id":"a-47","title":"point-mapper - dropdown open","actionItemGroups":[{"actionItems":[{"id":"a-47-n","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"","duration":500,"target":{"useEventTarget":"CHILDREN","selector":".point-mapper__h1_trigger-arrow","selectorGuids":["283ef284-5f09-e943-f683-d1cd24471ad9"]},"zValue":0,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}}]},{"actionItems":[{"id":"a-47-n-2","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"","duration":0,"target":{"useEventTarget":"CHILDREN","selector":".point-mapper__h1_trigger-arrow","selectorGuids":["283ef284-5f09-e943-f683-d1cd24471ad9"]},"zValue":180,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}}]}],"createdOn":1601027763744,"useFirstGroupAsInitialState":true},"a-48":{"id":"a-48","title":"point-mapper - dropdown close","actionItemGroups":[{"actionItems":[{"id":"a-48-n","actionTypeId":"TRANSFORM_ROTATE","config":{"delay":0,"easing":"","duration":0,"target":{"useEventTarget":"CHILDREN","selector":".point-mapper__h1_trigger-arrow","selectorGuids":["283ef284-5f09-e943-f683-d1cd24471ad9"]},"zValue":0,"xUnit":"DEG","yUnit":"DEG","zUnit":"DEG"}}]}],"createdOn":1601027915902,"useFirstGroupAsInitialState":false}},"site":{"mediaQueries":[{"key":"main","min":992,"max":10000},{"key":"medium","min":768,"max":991},{"key":"small","min":480,"max":767},{"key":"tiny","min":0,"max":479}]}} ); From a2818ea071240f537e88089bdd7917bb34a4934c Mon Sep 17 00:00:00 2001 From: emre2038 Date: Thu, 1 Oct 2020 15:57:51 +0300 Subject: [PATCH 3/8] handling missing chart data --- src/401.html | 2 +- src/about.html | 2 +- src/demo.html | 2 +- src/index.html | 2 +- src/js/profile/chart.js | 4 ++-- src/styles.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/401.html b/src/401.html index 6ab28ecb3..e62ad4948 100644 --- a/src/401.html +++ b/src/401.html @@ -1,6 +1,6 @@ - + diff --git a/src/about.html b/src/about.html index 9406003a8..5f3ce6a07 100644 --- a/src/about.html +++ b/src/about.html @@ -1,6 +1,6 @@ - + diff --git a/src/demo.html b/src/demo.html index 8222f799b..0601c2ad7 100644 --- a/src/demo.html +++ b/src/demo.html @@ -1,6 +1,6 @@ - + diff --git a/src/index.html b/src/index.html index 47d0bdf1e..f7ced7daa 100755 --- a/src/index.html +++ b/src/index.html @@ -2941,4 +2941,4 @@

Indicator chart title

} - + \ No newline at end of file diff --git a/src/js/profile/chart.js b/src/js/profile/chart.js index 375921ac4..1055fd444 100644 --- a/src/js/profile/chart.js +++ b/src/js/profile/chart.js @@ -91,7 +91,7 @@ export class Chart extends Observable { getValuesFromSubindicators = () => { let arr = []; for (const [label, subindicator] of Object.entries(this.subindicators)) { - let count = subindicator.count; + let count = isNaN(subindicator.count) ? 0 : subindicator.count; let val = this.graphValueType === graphValueTypes[0] ? this.getPercentageValue(count, this.subindicators) : count; arr.push({ label: subindicator.keys, @@ -162,7 +162,7 @@ export class Chart extends Observable { let total = 0; for (const [label, value] of Object.entries(subindicators)) { - total += value.count; + total += isNaN(value.count) ? 0 : value.count; } percentage = currentValue / total * 100; diff --git a/src/styles.html b/src/styles.html index e80bf4ac0..40963af50 100644 --- a/src/styles.html +++ b/src/styles.html @@ -1,6 +1,6 @@ - + From d7470cc157ad930c80fd40e4a52e12eb9f3c3da9 Mon Sep 17 00:00:00 2001 From: emre2038 Date: Thu, 1 Oct 2020 23:00:14 +0300 Subject: [PATCH 4/8] fixed highlighted areas offset issue --- src/js/setup/map.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/js/setup/map.js b/src/js/setup/map.js index 84c711440..3391110b4 100644 --- a/src/js/setup/map.js +++ b/src/js/setup/map.js @@ -11,13 +11,17 @@ export function configureMapEvents(controller, objs = {mapcontrol: null}) { controller.on('profile.loaded', payload => { const geography = payload.payload.profile.geography; const geometries = payload.payload.geometries; - mapcontrol.overlayBoundaries(geography, geometries); + setTimeout(() => { + mapcontrol.overlayBoundaries(geography, geometries); + }, 0) }); controller.on('redraw', payload => { const geography = payload.payload.profile.geography; const geometries = payload.payload.geometries; - mapcontrol.overlayBoundaries(geography, geometries) + setTimeout(() => { + mapcontrol.overlayBoundaries(geography, geometries); + }, 0) }); From 01bba7763ff05e9075545fc90f2daa580a626ffe Mon Sep 17 00:00:00 2001 From: emre2038 Date: Fri, 2 Oct 2020 12:50:30 +0300 Subject: [PATCH 5/8] handling missing chart data --- src/js/dataobjects.js | 4 ++-- src/js/profile/chart.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/js/dataobjects.js b/src/js/dataobjects.js index a2bc42668..2bc146215 100644 --- a/src/js/dataobjects.js +++ b/src/js/dataobjects.js @@ -131,7 +131,7 @@ export class DataBundle { return this._logo; } - get overview(){ + get overview() { return this._overview; } @@ -166,7 +166,7 @@ export class SubIndicator { else if (js["count"] != undefined) this._count = js["count"]; else - this._count = MISSING_VALUE; + this._count = 0; this._children = js.children; } diff --git a/src/js/profile/chart.js b/src/js/profile/chart.js index 1055fd444..375921ac4 100644 --- a/src/js/profile/chart.js +++ b/src/js/profile/chart.js @@ -91,7 +91,7 @@ export class Chart extends Observable { getValuesFromSubindicators = () => { let arr = []; for (const [label, subindicator] of Object.entries(this.subindicators)) { - let count = isNaN(subindicator.count) ? 0 : subindicator.count; + let count = subindicator.count; let val = this.graphValueType === graphValueTypes[0] ? this.getPercentageValue(count, this.subindicators) : count; arr.push({ label: subindicator.keys, @@ -162,7 +162,7 @@ export class Chart extends Observable { let total = 0; for (const [label, value] of Object.entries(subindicators)) { - total += isNaN(value.count) ? 0 : value.count; + total += value.count; } percentage = currentValue / total * 100; From be598fc3ae17dceb929db41a03fc1f65aee5d168 Mon Sep 17 00:00:00 2001 From: emre2038 Date: Fri, 2 Oct 2020 12:52:19 +0300 Subject: [PATCH 6/8] handling missing chart data --- src/js/dataobjects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/dataobjects.js b/src/js/dataobjects.js index 2bc146215..48f36974c 100644 --- a/src/js/dataobjects.js +++ b/src/js/dataobjects.js @@ -151,7 +151,7 @@ export class DataBundle { // } } -export const MISSING_VALUE = "N/A"; +export const MISSING_VALUE = 0; export class SubIndicator { constructor(entry, choropleth_method) { @@ -166,7 +166,7 @@ export class SubIndicator { else if (js["count"] != undefined) this._count = js["count"]; else - this._count = 0; + this._count = MISSING_VALUE; this._children = js.children; } From c317485b033ca41134e92df8a558b0e1cb1e5ab1 Mon Sep 17 00:00:00 2001 From: emre2038 Date: Fri, 2 Oct 2020 14:42:06 +0300 Subject: [PATCH 7/8] Merging Webflow export --- src/css/wazimap-ng-v1.webflow.css | 3 -- src/index.html | 85 ++++++++++++++++++++++++++++--- src/js/webflow.js | 2 +- 3 files changed, 80 insertions(+), 10 deletions(-) diff --git a/src/css/wazimap-ng-v1.webflow.css b/src/css/wazimap-ng-v1.webflow.css index 9748bbdfb..f3187fbb7 100755 --- a/src/css/wazimap-ng-v1.webflow.css +++ b/src/css/wazimap-ng-v1.webflow.css @@ -1078,7 +1078,6 @@ label { -webkit-align-items: center; -ms-flex-align: center; align-items: center; - text-transform: capitalize; } .category-header__icon { @@ -1145,7 +1144,6 @@ label { .indicator__title_wrapper { position: relative; - text-transform: capitalize; } .sub-category-header__title { @@ -1677,7 +1675,6 @@ label { -webkit-flex: 1; -ms-flex: 1; flex: 1; - text-transform: capitalize; } .profile-indicator__chart_body { diff --git a/src/index.html b/src/index.html index 47d0bdf1e..ec4508669 100755 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,6 @@ - + @@ -845,7 +845,7 @@

Map boundary change

-
+
@@ -854,11 +854,84 @@

Map boundary change

Category Name
-
+
-
+
+
+
+
+
+
+
Point data name
+
+
+
Point data source name
+
+
+ + +
+
+
+
+
+
Point data name
+
+
+
Point data source name
+
+
+ +
+
+ +
+
+
+
+
+
+
+
Point data name
+
+
+
Point data source name
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
Category Name
+
+
+
+
+
+
@@ -2191,7 +2264,7 @@

Map boundary change

-

Category Title

+

Category title