var mouseflowPath = document.location.pathname + document.location.hash; window.onhashchange=function(){ mouseflow.newPageView(document.location.pathname + document.location.hash); }; var mouseflowHtmlDelay = 2500;if(typeof mouseflow=='undefined'&&typeof mouseflowPlayback=='undefined'){(function(){function _539(_2,_79,_14,_7,_236,_244,_139){var _105='https://n2.mouseflow.com/';var _251='https://app.mouseflow.com';var _48='73eb8a2b-4f89-4ece-9774-225549352c2c';var _338=1;var _112=[];var _174=["lendingpoint.com"];var _172=[];var _173=[];var _427=false;var _649=false;var _138='15.13';var _342=false;var _426=false;var _187=false;var _136=false;var _445=/\[(\d+)\]_mf$/;var _9=_2.document;var _74=_2.location;_543();var _82;var _11=_530();var _0=_520();var _55={_365:100,_546:250,_547:10000,_375:1336,_311:1800000,_694:3600000,_591:7776000000,_673:100,_690:2000,_482:8000};var _343,_349,_289,_189,_167,_198,_318,_215,_428,_332=[],_271=[],_208;var _6={_206:0,_277:1,_239:2,_224:3,_226:4,_229:5,_231:6,_156:7,_274:8,_296:9,_225:10,_410:11,_399:12,_207:13,_230:14,_61:15,_723:16,_722:17,_68:18,_268:19,_580:20,_301:21,_302:22,_220:23,_273:24,_304:25,_305:26,_306:27,_307:28,_383:29,_293:30,_361:31,_292:32,_299:33,_436:34,_141:35,_392:36,_381:37,_39:38,_272:39,_686:40,_183:41,_104:42};var _65={_444:{_20:'bounce',_5:2},_664:{_20:'click-rage',_5:5},_388:{_20:'click-error',_5:2},_357:{_20:'mobility',_5:3},_156:{_20:'mouse-out',_5:1},_480:{_20:'speed-browsing',_5:1},_141:{_20:'submit-failure',_5:3}};function _543(){if(!_2._mfq)_2._mfq=[];if(_2._mfq.length){for(var _72=0;_72<_2._mfq.length;_72++){var _69=_2._mfq[_72];if(_69&&typeof _69==='object'&&_69.length&&_69[0]==='config'){_14._403.apply(this,_69.slice(1))}}}}function _420(_248){if(_248&&_248.length){for(var _72=0;_72<_248.length;_72++){this.push(_248[_72])}}}_420.prototype.push=function(_69){if(_69){if(typeof _69==='object'&&_69.length){var _451=_69.splice(0,1);if(mouseflow[_451])mouseflow[_451].apply(mouseflow,_69)}else if(typeof _69==='function')_69(mouseflow)}}; // Copyright 2011 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // This component contains modifications carried out by Mouseflow ApS. var __extends=this.__extends||function(d,b){for(var p in b)if(b.hasOwnProperty(p))d[p]=b[p];function __(){this.constructor=d}__.prototype=b.prototype;d.prototype=new __()};var MutationObserverCtor;if(typeof WebKitMutationObserver!=='undefined')MutationObserverCtor=WebKitMutationObserver;else if(typeof MutationObserver!=='undefined')MutationObserverCtor=MutationObserver;if(MutationObserverCtor===undefined){_10('DOM Mutation Observers not supported.')}var NodeMap=(function(){function NodeMap(){this.nodes=[];this.values=[]}NodeMap.prototype.isIndex=function(s){return+s===s>>>0};NodeMap.prototype.nodeId=function(node){var id=node[NodeMap.ID_PROP];if(!id)id=node[NodeMap.ID_PROP]=NodeMap.nextId_++;return id};NodeMap.prototype.set=function(node,value){var id=this.nodeId(node);this.nodes[id]=node;this.values[id]=value};NodeMap.prototype.get=function(node){var id=this.nodeId(node);return this.values[id]};NodeMap.prototype.has=function(node){return this.nodeId(node)in this.nodes};NodeMap.prototype.deleteNode=function(node){var id=this.nodeId(node);delete this.nodes[id];this.values[id]=undefined};NodeMap.prototype.keys=function(){var nodes=[];for(var id in this.nodes){if(!this.isIndex(id))continue;nodes.push(this.nodes[id])}return nodes};NodeMap.ID_PROP='__mouseflow_node_map_id__';NodeMap.nextId_=1;return NodeMap})();var Movement;(function(Movement){Movement[Movement['STAYED_OUT']=0]='STAYED_OUT';Movement[Movement['ENTERED']=1]='ENTERED';Movement[Movement['STAYED_IN']=2]='STAYED_IN';Movement[Movement['REPARENTED']=3]='REPARENTED';Movement[Movement['REORDERED']=4]='REORDERED';Movement[Movement['EXITED']=5]='EXITED'})(Movement||(Movement={}));function enteredOrExited(changeType){return changeType===Movement.ENTERED||changeType===Movement.EXITED}var NodeChange=(function(){function NodeChange(node,childList,attributes,characterData,oldParentNode,added,attributeOldValues,characterDataOldValue){if(childList===void 0){childList=false}if(attributes===void 0){attributes=false}if(characterData===void 0){characterData=false}if(oldParentNode===void 0){oldParentNode=null}if(added===void 0){added=false}if(attributeOldValues===void 0){attributeOldValues=null}if(characterDataOldValue===void 0){characterDataOldValue=null}this.node=node;this.childList=childList;this.attributes=attributes;this.characterData=characterData;this.oldParentNode=oldParentNode;this.added=added;this.attributeOldValues=attributeOldValues;this.characterDataOldValue=characterDataOldValue;this.isCaseInsensitive=this.node.nodeType===1&&this.node instanceof HTMLElement&&typeof(HTMLDocument)!=='undefined'&&this.node.ownerDocument instanceof HTMLDocument}NodeChange.prototype.getAttributeOldValue=function(name){if(!this.attributeOldValues)return undefined;if(this.isCaseInsensitive)name=name.toLowerCase();return this.attributeOldValues[name]};NodeChange.prototype.getAttributeNamesMutated=function(){var names=[];if(!this.attributeOldValues)return names;for(var name in this.attributeOldValues){names.push(name)}return names};NodeChange.prototype.attributeMutated=function(name,oldValue){this.attributes=true;this.attributeOldValues=this.attributeOldValues||{};if(name in this.attributeOldValues)return;this.attributeOldValues[name]=oldValue};NodeChange.prototype.characterDataMutated=function(oldValue){if(this.characterData)return;this.characterData=true;this.characterDataOldValue=oldValue};NodeChange.prototype.removedFromParent=function(parent){this.childList=true;if(this.added||this.oldParentNode)this.added=false;else this.oldParentNode=parent};NodeChange.prototype.insertedIntoParent=function(){this.childList=true;this.added=true};NodeChange.prototype.getOldParent=function(){if(this.childList){if(this.oldParentNode)return this.oldParentNode;if(this.added)return null}return this.node.parentNode};return NodeChange})();var ChildListChange=(function(){function ChildListChange(){this.added=new NodeMap();this.removed=new NodeMap();this.maybeMoved=new NodeMap();this.oldPrevious=new NodeMap();this.moved=undefined}return ChildListChange})();var TreeChanges=(function(_452){__extends(TreeChanges,_452);function TreeChanges(rootNode,mutations){_452.call(this);this.rootNode=rootNode;this.reachableCache=undefined;this.wasReachableCache=undefined;this.anyParentsChanged=false;this.anyAttributesChanged=false;this.anyCharacterDataChanged=false;for(var m=0;m1)throw Error('Invalid request option. all has no options.');opts.queries.push({all:true});continue}if('attribute'in request){var query={attribute:validateAttribute(request.attribute)};query.elementFilter=Selector.parseSelectors('*['+query.attribute+']');if(Object.keys(request).length>1)throw Error('Invalid request option. attribute has no options.');opts.queries.push(query);continue}if('element'in request){var requestOptionCount=Object.keys(request).length;var query={element:request.element,elementFilter:Selector.parseSelectors(request.element)};if(request.hasOwnProperty('elementAttributes')){query.attributeList=validateElementAttributes(request.elementAttributes);requestOptionCount--}if(requestOptionCount>1)throw Error('Invalid request option. element only allows elementAttributes option.');opts.queries.push(query);continue}if(request.characterData){if(Object.keys(request).length>1)throw Error('Invalid request option. characterData has no options.');opts.queries.push({characterData:true});continue}throw Error('Invalid request option. Unknown query request.')}return opts};MutationSummary.prototype.createSummaries=function(mutations){if(!mutations||!mutations.length)return[];var projection=new MutationProjection(this.root,mutations,this.elementFilter,this.calcReordered,this.options.oldPreviousSibling);var summaries=[];for(var i=0;i-1||_190(node.parentNode,'blacklisted-css')){_10('CSS Blacklist blocked node. NodeType: '+node.nodeType+'. '+(node.nodeType===1?'Tag: '+node.tagName:''));_151(node,'blacklisted-css',true);return null}if(isInitial){if(_190(node.parentNode,'no-mouseflow-dom')||_7._46(node,'no-mouseflow-dom'))_151(node,'no-mouseflow-dom','initial')}else if(_190(node.parentNode,'no-mouseflow-dom')){_151(node,'no-mouseflow-dom','inherit');return null}switch(data.nodeType){case 10:data.name=node.name;data.publicId=node.publicId;data.systemId=node.systemId;break;case 8:case 3:if(node.nodeType===8&&node.textContent.indexOf('[if')!==0&&node.textContent.indexOf('0?'&fw='+_0._298.join(','):'')+'&gdpr='+(_14.gdprEnabled?1:0);var _125=_9.referrer;if(_168.replace('{referrer}',_77(_125)).length>2048){if(_125.indexOf('?')>-1)_125=_125.split('?')[0];if(_168.replace('{referrer}',_77(_125)).length>2048)_125=''}_168=_168.replace('{referrer}',_77(_125));_92({_34:_105+'a.gif'+_168,_123:function(_41){if(_14.crossDomainSupport)_2.name='mf_'+_11._33;if(_41._155==='Recording blocked'){_10('Recording not started - mf_block cookie set to 1');return}if(_41._155&&_41._155.indexOf('||')>-1)_10('a.gif responded: CountryCode: '+_41._155.split('||')[0]+' Continent: '+_41._155.split('||')[1]);_136=true;_639();_556();_139._35(_11,_0,_290,_68,_454,_336,_10);_2._mfq=new _420(_2._mfq);_538();_542()},_653:true,_61:function(){_10('Error in transmitCrossDomain - recording not starting.')}});if(_0._184){if(_0._184!==_71(_14.location.pathname))_336();_0._184=null}_373();_0._54={x:_2.pageXOffset,y:_2.pageYOffset};if(_0._54.x!==0&&_0._54.y!==0)_356();_0._164=1;_276();_10('Recording started. Session: '+_11._33+', Page: '+_11._70+', Last page: '+_11._303)}_187=true}function _62(){_342=false;_288();_2.clearInterval(_343);_2.clearInterval(_349);_2.clearInterval(_289);_2.clearTimeout(_189);if(_198){_2.clearTimeout(_198);_486()}if(_167){_2.clearTimeout(_167);_431()}_17(_6._580,{});_214();_136=false;try{_428.disconnect()}catch(e){}_139._62();_244._62();_276();_0=_520();_10('Recording stopped');_187=false}function _650(_22){if(!_342){_10('New page view skipped. Current page view is not initialized yet.');return}_62();_14.htmlDelay=500;if(typeof _22!='undefined')_14.path=_22;_35();_17(_6._230,{x:0,y:_7._202()})}function _635(){_62();_9.cookie='mf_'+_48+'=; expires=Thu, 01-Jan-70 00:00:01 GMT; path=/; domain='+_243(_74)+';'}function _556(){if(_14.htmlFetchMode==='post'){_2.setTimeout(function(){_557()},_14.htmlDelay)}else{_10('Html not sent due to mouseflowHtmlFecthMode setting')}}function _557(){_428=new TreeMirrorClient(_9,{initialize:function(rootId,children){_342=true;_615({data:{f:'initialize',args:[rootId,children]}},_9.documentElement.innerHTML.length);_321()},applyChanged:function(summary,serializedSummary){if(_73()-_0._284<30000){if(serializedSummary.removed.length||serializedSummary.addedOrMoved.length||serializedSummary.attributes.length||serializedSummary.text.length){_612({data:{f:'applyChanged',args:[serializedSummary.removed,serializedSummary.addedOrMoved,serializedSummary.attributes,serializedSummary.text]}})}if(summary.added&&summary.added.length){var chunkSize=100;for(var i=0;i-1){if(_0._102[_347].split('_')[1]==_71(_5)){_10('Variable already set to same value, not triggering callback.');return}_0._102[_347]=_71(_38)+'_'+_71(_5)}else if(_0._102.length<20){_0._102.push(_71(_38)+'_'+_71(_5))}var _12={key:_38.toString(),value:_5.toString()||'',scope:_567||'session',overwrite:_430===undefined?true:_430};_0._165.push(_12);_2.clearTimeout(_167);_167=_2.setTimeout(_431,1000)}function _431(){_167=0;for(var _1=0;_1<_0._165.length;_1++){var _233=_0._165[_1];_10('Setting custom variable: '+_233.key+' = '+_233.value+', overwrite: '+(_233.overwrite===undefined?true:_233.overwrite))}_290('variable',_0._165);_0._165=[]}function _68(_578){_17(_6._68,{target:_578})}function _632(){_17(_6._68,{target:'*'})}function _631(_550){if(_14.gdprEnabled)_10('User identification not allowed (script in GDPR mode)');else _290('identify',{userId:_11._108,userName:_550})}function _454(_25){_10('Registering form submit attempt on this page');_319(_25)}function _336(_25){var _346=_73();if(_0._115||_346>5000){_10('Registering form submit success on this page');if(!_0._115)_17(_6._207,{target:_25});_17(_6._436,{});_0._115=undefined}else{_10('Registering form submit success on previous page');_310([{_16:_6._436}])}}function _630(_25){var _346=_73();if(_0._115||_346>5000){_10('Registering form submit failure on this page');if(!_0._115)_17(_6._207,{target:_25});_17(_6._141,{});_113(_65._141);_0._115=undefined}else{_10('Registering form submit failure on previous page');_310([{_16:_6._141},{_16:_6._104,_15:{x:_65._141._5,y:0}},{_16:_6._68,_15:{target:_65._141._20}}])}}function _319(_25){if((+new Date())-_0._525<20)return;_0._525=+new Date();_17(_6._207,{target:_25});if(!_0._297[_25]){_0._297[_25]=_313(_25)}else{_387(_25,_313(_25),_0._297[_25])}_555(_25);_560(_25);_0._115=+new Date()}function _113(_104){if(!_104)return;var _5=+_104._5;if(!_5)return;var _20=_104._20;if(_20){if(_0._523.indexOf(_20)!==-1)return;_0._523.push(_20)}else{_20='custom-friction'}_17(_6._104,{x:_5>0?_5:0,y:_5<0?-_5:0});_68(_20)}function _538(){if(_11._57.length<2)return;var _142=_11._57[_11._57.length-2];var _195=_11._57[_11._57.length-1];var _132=_71(_14.path||_14.location.pathname);if(_142._132===_132&&_142._132!==_195._132&&_0._64-_195._64<10000){_310([{_16:_6._104,_15:{x:_65._444._5,y:0}},{_16:_6._68,_15:{target:_65._444._20}}])}}function _542(){if(_11._57.length<4)return;var _447=_11._57[_11._57.length-5];var _142=_11._57[_11._57.length-4];if(_0._64-_142._64<30000){if(_447&&_142._64-_447._64<30000)return;_366(_142._63,[{_16:_6._104,_15:{x:_65._480._5,y:0}},{_16:_6._68,_15:{target:_65._480._20}}])}}function _530(){return{_33:'',_70:'',_108:'',_169:false,_378:+('ontouchstart'in _2&&_14.touchEvents),_479:(navigator.doNotTrack==='yes'||navigator.doNotTrack==1||window.doNotTrack==1||navigator.msDoNotTrack==1)?1:0,_314:'0',_303:'',_57:[],_194:[],_210:_577()}}function _577(){try{_2.sessionStorage.setItem('mf_supportsSessionStorage','1');var _572=_2.sessionStorage.getItem('mf_supportsSessionStorage')==='1';_2.sessionStorage.removeItem('mf_supportsSessionStorage');return _572}catch(e){return false}}function _520(){return{_407:new Date(),_64:+new Date(),_188:+new Date(),_339:0,_12:[],_162:[],_27:[],_182:[],_377:[],_116:[],_93:[],_400:0,_395:0,_178:0,_525:0,_180:[],_131:[],_185:[],_523:[],_89:{x:0,y:0},_355:{x:0,y:0},_379:{x:0,y:0},_363:-100,_54:{x:0,y:0},_161:{x:0,y:0},_153:{},_279:-100,_275:-100,_111:{x:0,y:0},_300:[],_611:0,_133:[],_165:[],_164:1,_284:0,_368:0,_297:{},_102:[],_507:0,_506:0,_504:0,_160:0,_298:[],_194:[],_213:0,_234:0,_671:0,_96:_569(),_483:0,_280:false,_367:_138}}function _313(_25){var _130=_393(_25);var _21={};if(!_130){_10('Form not found: '+_25);return _21}for(var i=0;i<_130.elements.length;i++){var _4=_130.elements[i];var _20=_4.name;if(!_20||_20=='')continue;if(_4.tagName&&/input|select|button|textarea/.test(_4.tagName.toLowerCase())&&(!_4.type||!/hidden|submit|reset|image|button/.test(_4.type.toLowerCase()))){var _5=_196(_4);if(!_21[_20])_21[_20]=_5;else if(_5&&_5!='')_21[_20]+=', '+_5}}return _21}function _560(_25){var _130=_393(_25);if(!_130||!_11._210)return;var _1,_37;for(_1=0;_1<_130.elements.length;_1++){var _4=_130.elements[_1];if(_4.tagName&&/input|textarea/.test(_4.tagName.toLowerCase())&&(!_4.type||!/hidden|submit|reset|image|file|button|password/.test(_4.type.toLowerCase()))){var _5=_196(_4);if(!_5||_5.length<=3||_401(_4)||_267(_4))continue;var _67=_494(_5);if(_67.length===0)continue;var _119=[];for(_37=0;_37<_67.length;_37++){_119.push(_67[_37]._134)}var _122=false;for(_37=0;_37<_0._96.length;_37++){var _163=_0._96[_37];_122=_119.length===_163.length&&_508(_163,_119)===0;if(_122)break}if(!_122)_0._96.push(_119)}}if(_0._96.length){_0._96=_0._96.slice(-100);_565(_0._96)}}function _565(_27){try{_2.localStorage.setItem('mf_replaceHashes',_7._58(_27))}catch(e){}}function _569(){try{return _7._144(_2.localStorage.getItem('mf_replaceHashes'))||[]}catch(e){return[]}}function _561(_5){if(_0._96.length===0)return _5;var _67=_494(_5);for(var _1=0;_1<_0._96.length;_1++){var _163=_0._96[_1];var _127;do{var _80=_127!==undefined?_127+1:0;_127=_508(_67,_163,_80);if(_127!==-1){var _35=_67[_127]._35;var _146=_67[_127+_163.length-1]._146;var _573=_637('*',_146-_35);_5=_5.slice(0,_35)+_573+_5.slice(_146)}}while(_127!==-1)}return _5}function _494(_5){var _119=[];var _35;function _502(_146){if(_35===undefined)return;var _499=_5.slice(_35,_146);_119.push({_35:_35,_146:_35+_499.length,_134:_71(_499)});_35=undefined}for(var _1=0;_1<_5.length;_1++){var _341=_5[_1];if(_638(_341)){if(_35===undefined){_35=_1}}else{_502(_1)}}_502();return _119}function _508(_147,_67,_80){for(var _1=_80||0;_1<_147.length;_1++){if(_1+_67.length>_147.length)break;if(_583(_147,_67,_1))return _1}return-1}function _583(_147,_67,_80){var _122=false;for(var _1=_80||0,_37=0;_1<_147.length&&_37<_67.length;_1++,_37++){_122=_147[_1]._134===_67[_37];if(!_122)break}return _122}function _196(_3){var _5='';if(_3.type&&/radio|checkbox/.test(_3.type.toLowerCase()))_5=_3.checked?_3.value:'';else if(_3.tagName&&/select/.test(_3.tagName.toLowerCase())&&_3.options)for(var j=0;j<_3.options.length;j++){var _281=_3.options[j].selected?_3.options[j].value:'';if(_281&&_281!='')_5+=(_5&&_5!=''?',':'')+_281}else _5=_3.value;return _5||''}function _152(_3){if(_3.type==='password')return'*';var _5=_196(_3);if(_413(_3)){_5=_5.replace(/./g,_370(_3.type))}else if(_416(_3)&&!_267(_3)){_5=_5.slice(0,2)+_5.slice(2).replace(/./g,_370(_3.type))}return _5}function _364(_3){var _148=_3.textContent;if(_3.nodeType===3&&_3.parentNode)_3=_3.parentNode;var _390=_561(_148);if(_390!==_148&&_14.replaceLastFormValues)_148=_390;if(_526(_3))_148=_148.replace(/./g,'*');return _148}function _267(_3){return _7._46(_3,'mouseflow')||_271.indexOf(_3)!==-1}function _402(_3){return _7._46(_3,'no-mouseflow')||(!_267(_3)&&!_14.keyLogging)}function _413(_3){return(_402(_3)||_401(_3)||_533(_3))&&_358(_3)&&!/checkbox|radio|button|submit|file|image|reset/.test(_3.type)}function _526(_3){return _402(_3)&&(_3.isContentEditable||_3.tagName==='TEXTAREA')}function _533(_3){return _14.gdprEnabled&&(_531(_3)||_532(_3))}function _401(_3){return _3.maxLength===16||_334(_3.value)}function _334(_5){return/(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35\d{3})\d{11})/.test(_5)}function _531(_3){return/email/i.test(_3.type)||/(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@/.test(_3.value)}function _532(_3){return/tel/i.test(_3.type)}function _416(_3){return _358(_3)&&/^\d{3}[^a-z]*$/i.test(_3.value)}function _358(_3){return _3.tagName==='INPUT'||_3.tagName==='TEXTAREA'}function _370(_545){return/number/i.test(_545)?'0':'*'}function _680(_75){return _413(_75.target)||_416(_75.target)?'191':(_75.which&&_75.which.toString())||''}function _681(_3){var _353=_42(_3);var _257=_0._377[_353];var _212=_152(_3);var _21=_212;if(_257&&_257.length>3&&_212.indexOf(_257)===0)_21='+||'+_212.substring(_257.length);_0._377[_353]=_212;return _21}function _387(_25,_351,_345){try{var _175=[];for(var _40 in _351){if(typeof _345[_40]=='undefined'||_351[_40]!=_345[_40])_175.push(_40)}for(var _40 in _345){if(typeof _351[_40]=='undefined'&&_175.indexOf(_40)===-1)_175.push(_40)}for(var i=0;i<_175.length;i++){_17(_6._381,{target:_25+'||'+_175[i]})}}catch(_32){_10('Error in _387: '+_32.message)}}function _555(_25){try{var _176=_554(_25);for(var i=0;i<_176.length;i++){_17(_6._392,{target:_25+'||'+_176[i]})}}catch(_32){_10('Error in getBlankFields: '+_32.message)}}function _554(_25){var _176=[];var _27=_313(_25);for(var _40 in _27)if(_27[_40]=='')_176.push(_40);return _176}function _393(_25){for(var j=0;j<_9.forms.length;j++)if(_42(_9.forms[j])==_25){return _9.forms[j]}return null}function _563(){_564();_570()}function _276(){_566();_579()}function _564(){var _409=_434('mf_user').split('|');for(var _1=0;_1<_409.length;_1++){var _56=_409[_1];switch(_1){case 0:_11._108=_56;break;case 1:_11._194=_56!==''?_56.split(','):[];break}}_11._169=_11._108!=='';if(_11._108===''||_11._108==='1')_11._108=_350()}function _566(){_348('mf_user',[_11._108,_11._194.join(',')].join('|'),1,_243(_74))}function _570(){var _405=_434('mf_'+_48).split('|');for(var _1=0;_1<_405.length;_1++){var _56=_405[_1];switch(_1){case 0:_11._33=_56;break;case 1:_11._57=_582(_56);break;case 2:_0._339=parseInt(_56,10);break;case 3:_0._102=_56!==''?_56.split('.'):[];break;case 4:_0._160=parseInt(_56,10);break;case 5:_0._184=_56;break;case 6:_0._194=_56!==''?_56.split(','):[];break;case 7:_11._169=_56==='1';break;case 8:_0._367=_56;break}}if(_11._33==''&&_14.sessionId)_11._33=_14.sessionId;else if(_11._33==''&&_2.name&&_2.name.length==35&&_2.name.indexOf('mf_')==0)_11._33=_2.name.substring(3);var _195=_11._57[_11._57.length-1];if(_195)_11._303=_195._63}function _579(){_348('mf_'+_48,[_11._33,_535(),+new Date(),_0._102.join('.'),_0._160,_0._184||'',_0._194.join(','),_11._169?'1':'0',_138].join('|'),0,_243(_74))}function _582(_5){if(_5.indexOf(',')===-1)return[{_63:_5}];return _5.split(',').map(function(_193){var _27=_193.split('.');return{_63:_27[0],_132:_27[1],_64:+_27[2]}})}function _535(){return _11._57.concat([{_63:_11._70,_132:_71(_14.path||_14.location.pathname),_64:_0._64}]).slice(-5).map(function(_193){return _193._63+'.'+_193._132+'.'+_193._64}).join(',')}var _335='__mouseflow_properties__';function _190(_28,_38){if(!_28)return null;var _154=_28[_335];return _154?_154[_38]:null}function _151(_28,_38,_5,_541){var _154=_28[_335];if(!_154)_154=_28[_335]={};_154[_38]=_5;if(_541&&_28.childNodes&&_28.childNodes.length){for(var _253=_28.firstChild;_253;_253=_253.nextSibling){_151(_253,_38,_5,true)}}}function _544(){_0._64=+new Date();_0._188=+new Date();_343=_2.setInterval(_356,_55._365);_349=_2.setInterval(_698,_55._546);_289=_2.setInterval(_268,_55._547);_189=_2.setTimeout(_516,_55._311)}function _548(){if(_14.forceStart)return true;if(_585()){_10('Recording not started - session blocked earlier.');return false}if(_672()){_10('Recording not started - Session id is invalid.');return false}if(_617()){_10('Recording not started - Honored "do not track" browser setting.');return false}if(!_236._317(_112)){_10('Recording not started - page does not match page rules');return false}var _498=_11._33!=''||_338<=1||_79.floor(_79.random()*_338)==0;if(!_498){_10('Recording not started - recordingRate or blocked');_348('mf_'+_48,'-1',0,_243(_74))}return _498}function _617(){return _14.honorDoNotTrack&&_11._479}function _585(){return _11._33=='-1'}function _672(){return _11._33!=''&&_11._33.length!=32}function _677(){return(_0._160<_55._673)}function _674(_114){return _255(_114.getMonth()+1,2)+_255(_114.getDate(),2)+_255(_114.getSeconds(),2)+_255(_114.getMilliseconds(),3).slice(1)+_350()}function _255(_675,_222){return(new Array(_222+1).join('0')+_675).slice(-_222)}function _676(){return _11._33==''||_11._33=='-1'||!_677()||_0._367!==_138||(_0._339>0&&(+new Date()-_0._339>_55._311))}function _679(){var _369=new Date();return _79.max(new Date(_369.getFullYear(),0,1).getTimezoneOffset(),new Date(_369.getFullYear(),6,1).getTimezoneOffset())}function _633(){_288();_373()}function _373(){try{_321();_82(_9).on('scroll.mouseflow',function(){_0._54={x:_2.pageXOffset,y:_2.pageYOffset}}).on('mousemove.mouseflow',function(_4){_0._89={x:_4.pageX,y:_4.pageY}}).on('mousedown.mouseflow',function(_4){_414(_4,_4.target)}).on('mouseup.mouseflow',function(_4){_398(_4,_4.target)}).on('click.mouseflow',function(_4){_394(_4,_4.target)}).on('focus.mouseflow',':input',function(_4){_17(_6._410,{target:_42(_4.target)})}).on('blur.mouseflow',':input',function(_4){_17(_6._399,{target:_42(_4.target)})}).on('submit.mouseflow','form',function(_4){_319(_42(_4.target))}).on('mouseleave.mouseflow',function(){_17(_6._686,{});_113(_65._156)}).on('keypress.mouseflow',':input:not([type=password])',function(_4){_17(_6._274,{target:_42(_4.target)})}).on('keydown.mouseflow',':input:not([type=password])',function(_4){_17(_6._299,{target:_42(_4.target),value:_680(_4)})}).on('keyup.mouseflow',':input:not([type=password])',function(_4){_17(_6._296,{target:_42(_4.target),value:_681(_4.target)})}).on('change.mouseflow',':input',function(_4){_17(_6._225,{target:_42(_4.target),value:_152(_4.target)})}).on('keyup.mouseflow',':input:not([type=password])',function(_4){if(_334(_196(_4.target)))_68('payment')}).on('change.mouseflow',':input:not([type=password])',function(_4){if(_4.target&&_4.target.type!=='file'&&_334(_196(_4.target)))_68('payment')});if(_11._378){_82(_9).on('touchstart.mouseflow',function(_4){if(!_4.originalEvent||!_4.originalEvent.touches)return;var _53=_4.originalEvent.touches;if(_53.length>0){_17(_6._301,{x:_53[0].pageX,y:_53[0].pageY})}if(_53.length>1){_17(_6._304,{x:_53[1].pageX,y:_53[1].pageY})}}).on('touchmove.mouseflow',function(_4){if(!_4.originalEvent||!_4.originalEvent.touches)return;var _53=_4.originalEvent.touches;var _254=_73();var _331=_254-_55._365;if(_53.length>0&&_0._363<_331){_17(_6._302,{x:_53[0].pageX,y:_53[0].pageY});if(_53.length>1){_17(_6._305,{x:_53[1].pageX,y:_53[1].pageY})}_0._363=_254;var _682=!_137(_256(),_0._111);if(_682){_0._111=_256();_17(_6._206,_0._111);if(_0._275<_331){_17(_6._206,_0._111);_0._275=_254}var _683=_0._131[_0._131.length-0];if(new Date()-_683<1000){_0._131.push(+new Date());_0._131=_0._131.slice(-5);if(_0._185.length+_0._131.length===5){_113(_65._357)}}}_0._54={x:_2.pageXOffset,y:_2.pageYOffset};if(_0._279<_331&&!_137(_0._54,_0._161)){_0._161=_0._54;_17(_6._277,_0._54);_0._279=_254}}}).on('touchend.mouseflow',function(_4){if(!_4.originalEvent||!_4.originalEvent.touches)return;var _53=_4.originalEvent.touches;if(_53.length===0)_17(_6._220,{x:0,y:0});if(_53.length>1)_17(_6._306,{x:0,y:0})}).on('orientationchange.mouseflow',function(){_17(_6._273,{x:_2.orientation,y:0});_0._185.push(+new Date());_0._185=_0._185.slice(-5);if(_0._185.length+_0._131.length===5){_113(_65._357)}})}_82(_2).on(_646()+'.mouseflow',function(){if(_0._115){if(+new Date()-_0._115<_14.registerSubmitTimeout){_10('Registering formSubmit');_0._184=_71(_14.location.pathname)}else{_10('Not registering formSubmit. Timeout exceeded.')}}_62()});var _382=_2.onerror;_2.onerror=function(_109,_34,_670,_660,_322){if((+new Date())-_0._234>1000&&_0._213<50){_0._234=+new Date();_0._671++;_17(_6._61,{x:++_0._213,y:0});_10('JS error '+_0._213+', msg: '+_109);var _324='Malformed error';if(_109&&_109.message)_324=_109.message;else if(typeof _109==='string')_324=_109;var _678=typeof _34==='string'?_34:'Malformed URL';var _654='website='+_48+'&session='+_11._33+'&page='+_11._70+'&type=error&data='+_77(_7._58({seq:_0._213,errorMsg:_324,url:_678,line:''+_670,col:''+_660,stack:_322&&_322.stack&&_322.stack.substring(0,800)}));_92({_34:_105+'data',_12:_654});if(_0._234-_0._178<100)_113(_65._388)}if(_382)_382.apply(this,arguments)};if(_14.keyLogging)_656()}catch(_32){_10('Error in bindDomEvents: '+_32.message)}}function _321(_404){_124('a,:input,.mf-listen-click','mousedown.mouseflow',function(_4){_414(_4,_4.target)});_124('a,:input,.mf-listen-click','mouseup.mouseflow',function(_4){_398(_4,_4.target)});_124('a,:input,.mf-listen-click','click.mouseflow',function(_4){_394(_4,this)});_124('form','submit.mouseflow',function(_4){_319(_42(_4.target))});_124('div,section,ul,.mf-scroll-listen','scroll.mouseflow',function(_4){_666(_42(_4.target),_4.target.scrollLeft,_4.target.scrollTop)});if(!_208){try{_208=_707()}catch(_32){_10('Error in getHoverSelectors: '+_32.message)}}_124(_208,'mouseenter.mouseflow',function(_4){_17(_6._231,{x:_4.pageX,y:_4.pageY,target:_42(this)})});_124(_208,'mouseleave.mouseflow',function(_4){_17(_6._156,{x:_4.pageX,y:_4.pageY,target:_42(this)})});function _124(_8,_75,_655){var _85=_404?_82(_404).filter(_8):_82(_8);_85.off(_75).on(_75,_655)}}function _288(){_82('*').off('.mouseflow');_82(_2).off('.mouseflow');_82(_9).off('.mouseflow');if(_318)_2.clearInterval(_318)}function _656(){_0._182=_406();_318=_2.setInterval(function(){_662(_668(_406(),_0._182))},200)}function _406(){var _408=_9.querySelectorAll('input,textarea,select');var _415={};for(var i=0;i<_408.length;i++){var _40=_408[i];if(_7._46(_40,'no-mouseflow'))continue;if(!_658(_40,['text','textarea','select-one']))continue;_415[_42(_40)]=_152(_40)}return _415}function _658(_40,_659){return _40.type&&new RegExp(_659.join('|'),'i').test(_40.type)}function _668(_182,_412){var _181=[];for(var _38 in _182){var _5=_182[_38];var _411=_412[_38];if(_411!==undefined&&_411!==_5)_181.push({id:_38,value:_5});_412[_38]=_5}return _181}function _662(_181){if(_73()-_0._368>100){for(var i=0;i<_181.length;i++){var _29=_181[i];_17(_6._225,{target:_29.id,value:_29.value})}}}function _414(_4,_3){if((+new Date())-_0._400<20)return;_0._400=+new Date();_17(_6._224,{x:_4.pageX,y:_4.pageY,target:_42(_3)})}function _398(_4,_3){if((+new Date())-_0._395<20)return;_0._395=+new Date();var _98=_282(_3,_4.pageX,_4.pageY);if(!_98&&_3.firstElementChild)_98=_282(_3.firstElementChild,_4.pageX,_4.pageY);if(_98)_17(_6._226,{x:_98.x,y:_98.y,target:_42(_3)})}function _394(_4,_3){if((+new Date())-_0._178<20)return;_0._178=+new Date();_17(_6._229,{x:_4.pageX,y:_4.pageY,target:_42(_3)});_0._180.push(_0._178);_0._180=_0._180.slice(-5);if(_0._180[4]-_0._180[0]<1000)_113(_65._664);if(_0._178-_0._234<100)_113(_65._388)}function _666(_63,_667,_669){_0._153[_63]={x:_667,y:_669};if(_215)return;_215=_2.setTimeout(_396,100);function _396(){_215=null;var _386=true;for(var _228 in _0._153){if(_0._153.hasOwnProperty(_228)){_17(_6._272,{x:_0._153[_228].x,y:_0._153[_228].y,target:_228});_386=false}}if(!_386){_0._153={};_215=_2.setTimeout(_396,100)}}}function _282(_28,_704,_689){var _31=_601(_28);if(_31==null||!_31.height||!_31.width)return null;return{x:parseInt((_704-_0._54.x-_31.x)/parseFloat(_31.width)*65535),y:parseInt((_689-_0._54.y-_31.y)/parseFloat(_31.height)*65535)}}function _707(){var _372={};var _354=/[^(]:hover/;if(_14.useAllHoverSelectors){for(var _1=0;_1<_9.styleSheets.length;_1++){var _186=_9.styleSheets[_1];try{var _166=_186.cssRules?_186.cssRules:_186.rules;for(var _37=0;_37<_166.length;_37++){var _360=_186.cssRules[_37];if(!_354.test(_360.selectorText))continue;var _24=_360.selectorText.split(',');var _8;for(var _352=0;_352<_24.length;_352++){_8=_24[_352].replace(/^\s+|\s+$/g,'');if(_354.test(_8)){_8=_8.substring(0,_8.indexOf(':hover'));_8=_709(_8);_372[_8]=true}}}}catch(_32){_10('Cannot inspect external css file, :hover support may fail: '+_186.href)}}}var _24=['a','input','select','button','textarea','li','canvas','.mf-listen'];for(_8 in _372){_8=_8.replace(/^\s+|\s+$/g,'');if(_8!=''&&_8!='a'&&!_192(_8,' a')&&!_192(_8,' select')&&!_192(_8,' submit')&&!_192(_8,' textarea')&&!_192(_8,' li'))_24.push(_8)}return _24.slice(0,1000).join(',')}function _709(_29){var _376=[/:active/g,/:visited/g,/::before/g,/:before/g,/::after/g,/:after/g,/::first-letter/g,/::first-line/g,/::selection/g];for(var _1=0;_1<_376.length;_1++)_29=_29.replace(_376[_1],'');return _29}function _77(_710){try{return _2.encodeURIComponent(_710)}catch(_32){_10('Encode error: '+_32.message);return''}}function _17(_16,_15){if(_0._12.length===0)_0._188=+new Date();var _30=_380(_16,_15,_0._116,_0._27);if(!_30)return;if(_702(_16)){_2.clearTimeout(_189);_189=_2.setTimeout(_516,_55._311);_0._284=_73()}if(_391(_16))_0._368=_73();var _711=_437(_0._93)+(_30._86?_218.encode(_30._86).length:0),_712=_437(_0._27)+(_30._5?_218.encode(_30._5).length:0);var totalDataSize=_0._12.length+_30._12.length+_711+_712;if(totalDataSize>_55._375){_214();if(_30._5!==undefined)_30._12[_30._12.length-1]=0;_0._12=_30._12;_0._12[0]=0;_0._12[1]=0;if(_30._86!==undefined)_0._93.push(_30._86);if(_30._5!==undefined)_0._27.push(_30._5)}else{_0._12=_0._12.concat(_30._12);if(_30._86!==undefined)_0._93.push(_30._86);if(_30._5!==undefined)_0._27.push(_30._5);if(_16===_6._220){_214()}}}function _310(_260){_366(_11._303,_260)}function _366(_70,_260){var _12=[],_116=[],_93=[],_27=[];_260.forEach(function(_75){if(!_75._15)_75._15={};var _30=_380(_75._16,_75._15,_116,_27);if(!_30)return;_12=_12.concat(_30._12);if(_30._86!==undefined)_93.push(_30._86);if(_30._5!==undefined)_27.push(_30._5)});var _158=0;var _286=_433(_158,_12,_93,_27);_92({_34:_105+'c.gif?w='+_48+'&s='+_11._33+'&p='+_70+'&li=0&lh=0&ls=0&d='+_286})}function _380(_16,_15,_116,_27){var _12=[],_86,_5;var _270=-1;_12._441=false;if(_719(_16)&&!_713(_15))return null;if(_15.value&&_15.value.length>_55._375){_10('Event, type: '+_16+', skipping due to large value, details: '+_7._58(_15));return null}_97(2,_519(),_12);_97(1,_16,_12);if(_15.x<0)_15.x=0;if(_15.y<0)_15.y=0;if(_15.x>65534)_15.x=65534;if(_15.y>65534)_15.y=65534;if(_15.x!=undefined)_97(2,_15.x,_12);if(_15.y!=undefined)_97(2,_15.y,_12);if(_15.target!=undefined){if(typeof _15.target=='object'&&_15.target.id!=undefined)_15.target=_15.target.id;if(_16!==_6._68&&_15.target&&_15.target.indexOf('||')===-1){var _3=_478(_15.target);if(_3&&_3.form){_15.target=_42(_3.form)+'||'+_15.target}}for(var _1=0;_1<_116.length;_1++){if(_116[_1]===_15.target){_270=_1;break}}}if(_703(_16)){if(!_15.target){_97(2,65535,_12)}else if(_270===-1){var _362=_116.length;_97(2,_362,_12);_86=_362+':'+_15.target;_116.push(_15.target)}else{_97(2,_270,_12)}}if(_16!==_6._239&&_16!==_6._183)_10('Event, type: '+_16+', time: '+_73()+', details: '+_7._58(_15));_5=_15.value;if(_5!==undefined){if(_5 instanceof Array)_5=_5.join(', ');_97(1,_27.length,_12)}if(_12._441){_10('Event, type: '+_16+', skipping due to overflow in temp data, details: '+_7._58(_15));return null}return{_12:_12,_86:_86,_5:_5}}function _519(){return+new Date()-_0._188}function _718(){return _0._407-_2.performance.timing.domLoading}function _422(){return _2.performance.timing.loadEventStart>0&&_2.performance.timing.fetchStart>0?_2.performance.timing.loadEventStart-_2.performance.timing.fetchStart:0}function _719(_16){return[_6._206,_6._277,_6._239,_6._224,_6._226,_6._229,_6._231,_6._156,_6._230,_6._61,_6._301,_6._302,_6._220,_6._273,_6._304,_6._305,_6._306,_6._307,_6._383,_6._293,_6._361,_6._292,_6._39,_6._272,_6._183,_6._104].indexOf(_16)!==-1}function _713(_15){return _15.x!==undefined&&_15.y!==undefined&&!isNaN(_15.x)&&!isNaN(_15.y)}function _703(_16){return[_6._224,_6._226,_6._229,_6._231,_6._156,_6._274,_6._296,_6._225,_6._410,_6._399,_6._207,_6._68,_6._307,_6._293,_6._292,_6._299,_6._392,_6._381,_6._272,_6._183].indexOf(_16)!==-1}function _702(_16){return _701(_16)||_391(_16)||_699(_16)}function _701(_16){return[_6._239,_6._224,_6._226,_6._229,_6._231,_6._156,_6._183].indexOf(_16)!==-1}function _391(_16){return[_6._274,_6._296,_6._225,_6._299].indexOf(_16)!==-1}function _699(_16){return[_6._301,_6._302,_6._220,_6._273,_6._304,_6._305,_6._306,_6._307,_6._383,_6._293,_6._361,_6._292].indexOf(_16)!==-1}function _356(){if(!_137(_256(),_0._111)){_0._111=_256();_17(_6._206,_0._111);_0._275=_73()}if(!_137(_0._89,_0._355)){_0._355=_0._89;_17(_6._239,_0._89)}if(!_137(_0._54,_0._161)){_0._161=_0._54;_17(_6._277,_0._54);_0._279=_73()}}function _698(){if(!_137(_0._89,_0._379)){_0._379=_0._89;var _371=_9.elementFromPoint(_0._89.x-_0._54.x,_0._89.y-_0._54.y);var _98=_282(_371,_0._89.x,_0._89.y);if(_98){_17(_6._183,{x:_98.x,y:_98.y,target:_42(_371)})}}}function _214(){var _158=_0._188-_0._64;var _286=_433(_158,_0._12,_0._93,_0._27);_0._162.push(_286);_0._12=[];_0._27=[];_0._93=[];_0._188=+new Date();if(_73()>_55._694){_10('Pageview over max.time, stopping.');_288();_2.clearInterval(_343);_2.clearInterval(_349);_2.clearInterval(_289);_2.clearTimeout(_189);_136=false}else{_692()}}function _433(_158,_12,_93,_27){var _159=[];_97(3,_158,_159);_97(2,_12.length,_159);_159=_159.concat(_12);return _587.e(_159)+'.'+_438(_93||[])+'.'+_438(_27||[])}function _692(){if(_136&&_0._162.length>0){if(_0._164==1){_0._160++}var _59=_11._210?_278():[];for(var _1=0;_1<_0._162.length;_1++){_59.push({_34:_105+'c.gif?w='+_48+'&s='+_11._33+'&p='+_11._70+'&q='+_0._164+'&li='+_0._507+'&lh='+_0._506+'&ls='+_0._504+'&d='+_0._162[_1]});_0._164++;_0._507=_0._284;_0._506=_0._111.y;_0._504=_0._161.y}_0._162=[];if(_11._210){_500(_59.slice(-10));_501()}else{for(var _1=0;_1<_59.length;_1++){_92(_59[_1])}}if(_0._164>_55._690)_62()}}function _501(){if(_0._280)return;var _18=_278().slice(0,1)[0];if(_18){_0._280=true;_18._123=_18._61=function(){_500(_278().slice(1));_0._280=false;_2.setTimeout(_501,1)};_92(_18)}}function _278(){return _7._144(_2.sessionStorage.getItem('mf_transmitQueue'))||[]}function _500(_59){_2.sessionStorage.setItem('mf_transmitQueue',_7._58(_59))}function _92(_18){if(!_18||!_18._34)return;_276();if(_460()&&_2.XDomainRequest){try{_18._34=_652(_18._34);var _81=new _2.XDomainRequest();_81.open(_18._12?'POST':'GET',_18._34);_81.onload=function(){if(_18._123)_18._123(_417(_81))};_81.onerror=function(){if(_18._61)_18._61(_417(_81))};_81.onprogress=function(){_10('XDR progress:'+_18._34)};_81.ontimeout=function(){_10('XDR timeout:'+_18._34)};_81.timeout=20000;_2.setTimeout(function(){_81.send(_18._12)},500)}catch(_32){_10('Error in transmitCrossDomain (XDomainRequest): '+_32.message);if(_18._61)_18._61({})}}else if(_2.XMLHttpRequest){try{var _41=new _2.XMLHttpRequest();_41.onreadystatechange=function(){if(_41.readyState!==4||!_41.status)return;if(_651(_41.status)){if(_18._123)_18._123(_511(_41))}else{if(_18._61)_18._61(_511(_41))}};_41.open(_18._12?'POST':'GET',_18._34,true);_41.setRequestHeader('Content-type','text/plain');if(_18._653)_41.withCredentials=true;if(_18._12,_18._484)_18._12=pako.gzip(_18._12);_41.send(_18._12)}catch(_32){_10('Error in transmitCrossDomain (XMLHttpRequest): '+_32.message);if(_18._61)_18._61({})}}}function _417(_81){return{_155:_81.responseText}}function _511(_41){return{_309:_41.status,_155:_41.response}}function _290(_16,_12){_92({_34:_105+'data',_12:'website='+_48+'&session='+_11._33+'&page='+_11._70+'&type='+_16+'&data='+_77(_7._58(_12))})}function _651(_309){return _309>=200&&_309<300}function _460(){return _9.all&&!_2.atob;}function _634(){return _9.all&&!_9.addEventListener;}function _652(_34){return _34.replace(/^https?:/i,_14.location.protocol)}function _615(_39,_614){var _308=_77('#DOM#'+_7._58(_39.data));var _18={_34:_105+'b.gif'+'?website='+_48+'&session='+_11._33+'&page='+_11._70,_12:'encoding='+_77(_613())+'&zip=0'+'&size='+_614+'&html='+_308,_484:_14.compress};if(_11._210){var _59=_490();if(_308!=='')_59.push(_18);else _10('Could not encode b.gif HTML, not queuing b.gif data for transmission.');_489(_59.slice(-10));_491()}else{if(_308!=='')_92(_18);else _10('Could not encode b.gif HTML, not queuing b.gif data for transmission.')}}function _491(){var _59=_490();var _18=_59.splice(0,1)[0];if(_18){_10('Sending initial DOM mutations. Size: '+_18._12.length);_18._123=_18._61=function(){_489(_59);_2.setTimeout(_491,1)};_92(_18)}}function _490(){return _7._144(_2.sessionStorage.getItem('mf_initialDomQueue'))||[]}function _489(_59){try{_2.sessionStorage.setItem('mf_initialDomQueue',_7._58(_59))}catch(_32){_10('InitialDomQueue could not be stored in sessionStorage: '+_32.message)}}function _613(){return _9.charset?_9.charset:_9.characterSet}function _612(_39){var _488=_607(_39,_0._133);if(_488>-1){_0._133[_488].data=_39.data;_10('Deduplicating DOM mutation');return}if(_14.domReuse){var _223=_609(_39);var _513=_610(_223);if(_513>-1){_39.sequence=_513;_10('Reusing already sent DOM mutation, sequence '+_39.sequence);_17(_6._39,{x:_39.sequence,y:0});return}else _0._300.push(_223)}_39.sequence=++_0._611;_17(_6._39,{x:_39.sequence,y:0});_0._133.push(_39);if(!_198)_198=_2.setTimeout(_486,1500)}function _610(_223){for(var i=0;i<_0._300.length;i++)if(_0._300[i]==_223)return i+1;return-1}function _609(_39){return _71(_7._58(_39.data))}function _486(){_198=0;if(_136&&_0._133.length>0){var _291=_0._133.length;var _12='';for(var i=0;i<_291;i++){var _39=_0._133[i];_12+=(_12!==''?'|||':'')+_39.sequence+'.'+_7._58(_39.data)}_0._133=[];if(_12!=''){_12='website='+_48+'&session='+_11._33+'&page='+_11._70+'&data='+_77(_12);_92({_34:_105+'dom',_12:_12,_484:_14.compress});_10('Sending DOM mutations: '+_291+', size: '+_12.length);_0._483+=_291;if(_0._483>_55._482){_10('DOM mutation limit of '+_55._482+' reached. Stopping recording.');_62()}}}}function _607(_94,_481){if(!_14.domDeduplicator)return-1;var _50=_94.data.args;var _495=_521(_50);var _512=_514(_50);if(!_495&&!_512)return-1;for(var i=0;i<_481.length;i++){var _258=_481[i].data.args;if(_495&&_521(_258)&&_603(_50[2],_258[2])){return i}else if(_512&&_514(_258)){return i}}return-1}function _514(_50){return _50[0].length===0&&_50[1].length===0&&_50[2].length>0&&_50[3].length===0&&_50[2].filter(_606).length===_50[2].length}function _606(_177){return _177.attributes.d&&_515(_177.attributes)===1}function _521(_50){return _50[0].length===0&&_50[1].length===0&&_50[2].length>0&&_50[3].length===0&&_50[2].filter(_604).length===_50[2].length}function _604(_177){return _177.attributes.style&&_515(_177.attributes)===1}function _515(obj){var count=0;for(var prop in obj)if(obj.hasOwnProperty(prop))count++;return count}function _603(_266,_517){if(_266.length!==_517.length)return false;for(var i=0;i<_266.length;i++){var _602=_266[i],_616=_517[i];if(_602.id!==_616.id)return false}return true}function _268(){if(_0._12.length>0&&_519()>=5000){_17(_6._268,{});_214()}}function _516(){_10('Inactivity timeout.');_62()}function _137(_83,_522){return _83.x==_522.x&&_83.y==_522.y}function _256(){return{x:_2.innerWidth,y:_2.innerHeight}}function _601(_269){if(!_269||!_269.getBoundingClientRect)return null;var _249=_269.getBoundingClientRect();var _31={x:_249.left,y:_249.top,width:_249.width,height:_249.height};return _31}function _42(_3){try{return _599(_3)||_487(_3)}catch(_32){_10('Error in getElementPath: '+_32.message)}return''}function _599(_3){if(_3.attributes['name']&&_3.attributes['name'].value&&_3.form!=undefined&&/button|input|select|textarea/.test(_3.tagName.toLowerCase())){var _264=_9.getElementsByName(_3.attributes['name'].value);if(_264.length>1){for(var _1=0;_1<_264.length;_1++)if(_3==_264[_1])return _3.attributes['name'].value+'['+_1+']_mf'}else return _3.attributes['name'].value}return null}function _487(_45){var _22=[];try{while(_45&&_45.nodeType==1){var _8='';if(_45.getAttribute('id')&&!_7._107(_45,'data-mf-ignore-child-ids')){_8+='#'+_45.getAttribute('id');_22.unshift(_8);break}else{_8+=_45.nodeName.toLowerCase();var _240='',_262=_45,_150=1;if(_45.parentNode&&_45.parentNode.nodeName&&_45.parentNode.nodeName.toLowerCase()=='body'){var _128=_7._121(_45);_240=_128.length?'.'+_128.join('.'):''}if(_240!==''&&_9.querySelectorAll&&_9.querySelectorAll('body > '+_8+_240).length==1)_8+=_240;else{while((_262=_262.previousElementSibling)){if(_262.nodeName.toLowerCase()===_8)_150++}if(_150!==1)_8+=':['+_150+']'}}_22.unshift(_8);if(!_45.parentNode)return'';_45=_45.parentNode}}catch(_32){_10('Error in _487: '+_32.message)}return _22.join(' > ').replace('html > body > ','> ')}function _478(_63){if(!_63)return null;var _3=_598(_63);if(!_3){try{_3=_9.querySelector(_597(_63))}catch(_32){_10('Error in _478: '+_32.message)}}return _3}function _598(_20){if(!_20)return null;var _259=_445.exec(_20);if(_259&&_259[1]){try{var _72=_2.parseInt(_259[1]);return _9.getElementsByName(_20.replace(_445,''))[_72]}catch(_32){}}var _85=_9.getElementsByName(_20);if(_85&&_85.length===1)return _85[0];return null}function _597(_22){if(!_22)return null;if(_22.substr(0,1)==='>')_22='html > body '+_22;_22=_22.replace(/^#(\d)/,'#\\3$1 ');_22=_22.replace(/^#(-\d)/,'#\\$1');_22=_22.replace(/:([^\[])/g,'\\:$1');_22=_22.replace(/^#[^\s]+/,function(id){return'#'+id.slice(1).replace(/([^a-zA-Z\d\s:\\])/g,'\\$1')});_22=_22.replace(/:\[([^\]]+)\]/g,':nth-of-type($1)');return _22}function _97(_595,_5,_179){for(var _1=_595-1;_1>0;_1--){var _443=_79.pow(256,_1);_442(_79.floor(_5/_443),_179);_5=_5%_443}_442((_5),_179)}function _442(_439,_179){if(_439>255){_179._441=true;return}_179.push(_439)}function _438(_3){var _21='';for(var _1=0;_1<_3.length;_1++){_21+=(_1>0?',':'')+_218.encode(''+_3[_1])}return _21}function _437(_3){var _242=0;for(var _1=0;_1<_3.length;_1++)_242+=_218.encode(''+_3[_1]).length+1;return _242>0?_242-1:_242}function _243(_29){if(_593(_29.hostname)||!_14.includeSubDomains)return _29.hostname;var _19=_29.href;var _594=/\.co\.|\.com\.|\.ac\.|\.org\.|\.gov\.|\.edu\.|\.net\./;_19=_19.replace(/^http(s)?\:\/\/?/i,'').replace(/^([^\/]+)\/.*/i,'$1').replace(/:[\d]*$/,'');if(_594.test(_19))_19=_19.replace(/^([^\.]+\.){1,}([^\.]+\.[^\.]+\.[^\.]+)$/i,'$2');else _19=_19.replace(/^([^\.]+\.){1,}([^\.]+\.[^\.]+)$/i,'$2');return'.'+_19}function _593(ipaddress){if(/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(ipaddress)){return(true)}return(false)}function _348(_20,_5,_592,_19){var _435='';if(_592==1){var _114=new Date();_114.setTime(_114.getTime()+_55._591);_435='; expires='+_114.toGMTString()}var _589=_14.secureCookie?'secure;':'';_9.cookie=_20+'='+_5+_435+'; path=/; domain='+_19+';'+_589}function _434(_20){var _432=_20+'=';var _418=_9.cookie.split(';');for(var i=0;i<_418.length;i++){var c=_418[i];while(c.charAt(0)===' '){c=c.substring(1)}if(c.indexOf(_432)===0){return c.substring(_432.length,c.length)}}return''}function _721(_588){return _588.replace(/([\s\S]*?)/g,'$1')}var _587=new function(){for(var d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_'.split(''),c=64;c;)--c;this.e=function(e){for(var a=[],f=0,b=0,g,c=e.length,h=c%3;f>18&63]+d[g>>12&63]+d[g>>6&63]+d[g&63];if(h)for(a[--b]=a[b].substr(0,a[b].length-(h=3-h));h--;)a[b]+='*';return a.join('')}};var _218={_219:'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=',encode:function(c){for(var a='',d,b,e,i,h,f,g=0,c=this._586(c);g>2,d=(d&3)<<4|b>>4,h=(b&15)<<2|e>>6,f=e&63,isNaN(b)?h=f=64:isNaN(e)&&(f=64),a=a+this._219.charAt(i)+this._219.charAt(d)+this._219.charAt(h)+this._219.charAt(f);return a},_586:function(c){for(var c=c.replace(/\r\n/g,'\n'),a='',d=0;db?a+=String.fromCharCode(b):(127b?a+=String.fromCharCode(b>>6|192):(a+=String.fromCharCode(b>>12|224),a+=String.fromCharCode(b>>6&63|128)),a+=String.fromCharCode(b&63|128))}return a}};function _350(){var _83=function(){return((1+_79.random())*65536|0).toString(16).substring(1)};return _83()+_83()+_83()+_83()+_83()+_83()+_83()+_83()}var _326=0;function _316(_429){if(_429)_82=_429;if(_9.body){_618();return}_326++;if(_326===1){_10('Retrying to initialize recorder - document.body is not set')}else if(_326===25){_10('Failed to initialize recorder');return};_2.setTimeout(_316,200)}function _618(){_10('Initializing recorder');if(!_644(_14.location.hostname))return;if(_634()){_10('Recording not started - browser is IE8 or older');return}if(_427)_619();if(_14.privacyToolEnabled){_10('Starting privacy tool');_244._35(_251,_48,_172,_173,_10);return}if(_427||_649)return;_426=true;_82(_9).ready(function(){if(!_187&&_14.autoStart){_35()}});if(_9.readyState!='complete'){_82(_2).on('load.mouseflow',function(){_17(_6._230,{x:_422(),y:_7._202()});if(!_187&&_14.autoStart){_10('DOM-ready handler not executed, starting with onload handler');_35()}})}else{_10('Onload was already fired, adding event directly.');_17(_6._230,{x:_422(),y:_7._202()})}}(function(){if(typeof mouseflowPlayback=='undefined'){var _315=false;if(typeof(jQuery)!='undefined'&&_7._211(jQuery.fn.jquery,'1.7.0')&&jQuery.fn.jquery!='1.8.1'){_10('New jQuery found, version: '+jQuery.fn.jquery);_11._314='1';_315=true}else if(typeof(jQuery)!='undefined'){_10('Old jQuery found, version: '+jQuery.fn.jquery+', adding new one.');_11._314='1'}else{_10('jQuery not found, adding')}if(_74.search.indexOf('mf_jquery=1')>-1)_315=false;if(_315)_316(jQuery);else{var _421=false;var _647=_9.getElementsByTagName('head')[0];var _191=_9.createElement('script');_191.type='text/javascript';_191.src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js?ref=mouseflow';_191.onload=_191.onreadystatechange=function(){if(!_421&&(!this.readyState||this.readyState=='loaded'||this.readyState=='complete')){_421=true;var _648=jQuery.noConflict(true);_316(_648)}};_647.appendChild(_191)}}})();function _646(){return _14.useUnload?'unload':'beforeunload'}function _192(_448,_477){return _448.indexOf(_477,_448.length-_477.length)!==-1}function _71(_29){var _134=0,_449;for(var _1=0;_1<_29.length;_1++){_449=_29.charCodeAt(_1);_134=((_134<<5)-_134)+_449}return _134.toString()}function _645(_38){for(var _1=0;_1<_0._102.length;_1++)if(_0._102[_1].split('_')[0]==_71(_38)){return _1}return-1}function _644(_19){var _643=_19;_19=_320(_19);var _472=false;for(var _1=0;_1<_174.length;_1++){if(_19==_320(_174[_1])){_472=true;break}}_19=_642(_19);var _471=false;for(var _1=0;_1<_174.length;_1++){if(_19==_320(_174[_1])){_471=true;break}}var _21=_472||_471;if(!_21)_10('Domain was blocked: '+_643+' - domain list: '+_174);return _21}function _320(_19){if(_19==null)return'';_19=_19.toLowerCase();_19=_19.replace(/^\s+|\s+$/g,'');if(_19.substring(0,4)=='www.'){_19=_19.substring(4,_19.length)}return _19}function _642(_19){if(_14.includeSubDomains){_19=_641(_19)}return _19}function _641(_19){var _84=_19.split('.');if(_84.length<=2)return _19;if(_19.indexOf('.co.')>-1||_19.indexOf('.com.')>-1||_19.indexOf('.org.')>-1){_84=_84.slice(_84.length-3,_84.length);return _84.join('.')}_84=_84.slice(_84.length-2,_84.length);return _84.join('.')}function _640(){var _21=[];if(typeof Ember!='undefined')_21.push('em');if(typeof angular!='undefined')_21.push('an');if(typeof Backbone!='undefined')_21.push('bb');return _21}function _639(){if(_14.autoTagging){_10('Autotagging session');var _465=['utm_source','utm_medium','utm_term','utm_content','utm_campaign','gclid'];for(var _1=0;_1<_465.length;_1++){var _325=_465[_1];var _5=_464(_14.location.href,_325);if(!_5)_5=_464(_9.referrer,_325);if(_5)_455(_325,_5,'session',true)}}}function _464(_34,_20){_20=_20.replace(/[\[]/,'\\[').replace(/[\]]/,'\\]');var regex=new RegExp('[\\?&]'+_20+'=([^&#]*)'),results=regex.exec(_34);return results===null?'':decodeURIComponent(results[1].replace(/\+/g,' '))}function _638(_341){switch(_341){case' ':case'"':case"'":case'.':case',':case'_':case'-':case'+':case'/':case'*':case':':case'=':case'!':case'?':case'@':case'#':case'%':case'&':case'{':case'}':case'[':case']':case'\\':case'|':return false;default:return true}}function _637(_5,_636){var _21='';for(var _1=0;_1<_636;_1++){_21+=_5}return _21}function _73(){return+new Date()-_0._64}function _10(_109){if(_14.debug)console.log('MF'+(_14.includeDebugTime?' - '+_73():'')+': '+_109)}if(!_460()){var pako=function(){function t(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}function e(t,e,a,n){for(var r=65535&t|0,i=t>>>16&65535|0,s=0;0!==a;){s=a>2e3?2e3:a,a-=s;do r=r+e[n++]|0,i=i+r|0;while(--s);r%=65521,i%=65521}return r|i<<16|0}var a={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},n=function(){function t(){for(var t,e=[],a=0;a<256;a++){t=a;for(var n=0;n<8;n++)t=1&t?3988292384^t>>>1:t>>>1;e[a]=t}return e}function e(t,e,n,r){var i=a,s=r+n;t^=-1;for(var h=r;h>>8^i[255&(t^e[h])];return t^-1}var a=t();return e}(),r={Buf8:Uint8Array,Buf16:Uint16Array,assign:function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var a=e.shift();if(a){if("object"!=typeof a)throw new TypeError(a+"must be non-object");for(var n in a)a.hasOwnProperty(n)&&(t[n]=a[n])}}return t},shrinkBuf:function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)},arraySet:function(t,e,a,n,r){if(e.subarray&&t.subarray)return void t.set(e.subarray(a,a+n),r);for(var i=0;i>>6,e[s++]=128|63&a):a<65536?(e[s++]=224|a>>>12,e[s++]=128|a>>>6&63,e[s++]=128|63&a):(e[s++]=240|a>>>18,e[s++]=128|a>>>12&63,e[s++]=128|a>>>6&63,e[s++]=128|63&a);return e}function e(t){var e=t.length;if(e<65537&&(t.subarray&&n||!t.subarray&&a))return String.fromCharCode.apply(null,r.shrinkBuf(t,e));for(var i="",s=0;s=0;)t[e]=0}function e(t,e,a,n,r){this.static_tree=t,this.extra_bits=e,this.extra_base=a,this.elems=n,this.max_length=r,this.has_stree=t&&t.length}function a(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function n(t){return t<256?it[t]:it[256+(t>>>7)]}function i(t,e){t.pending_buf[t.pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255}function s(t,e,a){t.bi_valid>Q-a?(t.bi_buf|=e<>Q-t.bi_valid,t.bi_valid+=a-Q):(t.bi_buf|=e<>>=1,a<<=1;while(--e>0);return a>>>1}function l(t){16===t.bi_valid?(i(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}function o(t,e){var a,n,r,i,s,h,_=e.dyn_tree,l=e.max_code,o=e.stat_desc.static_tree,d=e.stat_desc.has_stree,u=e.stat_desc.extra_bits,f=e.stat_desc.extra_base,c=e.stat_desc.max_length,g=0;for(i=0;i<=N;i++)t.bl_count[i]=0;for(_[2*t.heap[t.heap_max]+1]=0,a=t.heap_max+1;ac&&(i=c,g++),_[2*n+1]=i,n>l||(t.bl_count[i]++,s=0,n>=f&&(s=u[n-f]),h=_[2*n],t.opt_len+=h*(i+s),d&&(t.static_len+=h*(o[2*n+1]+s)));if(0!==g){do{for(i=c-1;0===t.bl_count[i];)i--;t.bl_count[i]--,t.bl_count[i+1]+=2,t.bl_count[c]--,g-=2}while(g>0);for(i=c;0!==i;i--)for(n=t.bl_count[i];0!==n;)r=t.heap[--a],r>l||(_[2*r+1]!==i&&(t.opt_len+=(i-_[2*r+1])*_[2*r],_[2*r+1]=i),n--)}}function d(t,e,a){var n,r,i=new Array(N+1),s=0;for(n=1;n<=N;n++)i[n]=s=s+a[n-1]<<1;for(r=0;r<=e;r++){var h=t[2*r+1];0!==h&&(t[2*r]=_(i[h]++,h))}}function u(){var t,a,n,r,i,s=new Array(N+1);for(n=0,r=0;r>=7;r8?i(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function g(t,e,a,n){c(t),n&&(i(t,a),i(t,~a)),r.arraySet(t.pending_buf,t.window,e,a,t.pending),t.pending+=a}function p(t,e,a,n){var r=2*e,i=2*a;return t[r]>1;a>=1;a--)b(t,i,a);r=_;do a=t.heap[1],t.heap[1]=t.heap[t.heap_len--],b(t,i,1),n=t.heap[1],t.heap[--t.heap_max]=a,t.heap[--t.heap_max]=n,i[2*r]=i[2*a]+i[2*n],t.depth[r]=(t.depth[a]>=t.depth[n]?t.depth[a]:t.depth[n])+1,i[2*a+1]=i[2*n+1]=r,t.heap[1]=r++,b(t,i,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],o(t,e),d(i,l,t.bl_count)}function m(t,e,a){var n,r,i=-1,s=e[1],h=0,_=7,l=4;for(0===s&&(_=138,l=3),e[2*(a+1)+1]=65535,n=0;n<=a;n++)r=s,s=e[2*(n+1)+1],++h<_&&r===s||(h=3&&0===t.bl_tree[2*et[e]+1];e--);return t.opt_len+=3*(e+1)+5+5+4,e}function z(t,e,a,n){var r;for(s(t,e-257,5),s(t,a-1,5),s(t,n-4,4),r=0;r>>=1)if(1&a&&0!==t.dyn_ltree[2*e])return U;if(0!==t.dyn_ltree[18]||0!==t.dyn_ltree[20]||0!==t.dyn_ltree[26])return D;for(e=32;e0?(t.strm.data_type===H&&(t.strm.data_type=x(t)),v(t,t.l_desc),v(t,t.d_desc),h=y(t),r=t.opt_len+3+7>>>3,i=t.static_len+3+7>>>3,i<=r&&(r=i)):r=i=a+5,a+4<=r&&e!==-1?A(t,e,a,n):t.strategy===j||i===r?(s(t,(L<<1)+(n?1:0),3),w(t,nt,rt)):(s(t,(O<<1)+(n?1:0),3),z(t,t.l_desc.max_code+1,t.d_desc.max_code+1,h+1),w(t,t.dyn_ltree,t.dyn_dtree)),f(t),n&&c(t)}function E(t,e,a){return t.pending_buf[t.d_buf+2*t.last_lit]=e>>>8&255,t.pending_buf[t.d_buf+2*t.last_lit+1]=255&e,t.pending_buf[t.l_buf+t.last_lit]=255&a,t.last_lit++,0===e?t.dyn_ltree[2*a]++:(t.matches++,e--,t.dyn_ltree[2*(st[a]+F+1)]++,t.dyn_dtree[2*n(e)]++),t.last_lit===t.lit_bufsize-1}var j=4,U=0,D=1,H=2,I=0,L=1,O=2,P=3,T=258,q=29,F=256,G=F+1+q,J=30,K=19,M=2*G+1,N=15,Q=16,R=7,V=256,W=16,X=17,Y=18,Z=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],$=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],tt=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],et=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],at=512,nt=new Array(2*(G+2));t(nt);var rt=new Array(2*J);t(rt);var it=new Array(at);t(it);var st=new Array(T-P+1);t(st);var ht=new Array(q);t(ht);var _t=new Array(J);t(_t);var lt,ot,dt,ut=!1;return{_tr_init:B,_tr_stored_block:A,_tr_align:S,_tr_flush_block:C,_tr_tally:E}}(),h=function(){function t(t,e){return t.msg=a[e],e}function i(t){return(t<<1)-(t>4?9:0)}function h(t){for(var e=t.length;--e>=0;)t[e]=0}function _(t){var e=t.state,a=e.pending;a>t.avail_out&&(a=t.avail_out),0!==a&&(r.arraySet(t.output,e.pending_buf,e.pending_out,a,t.next_out),t.next_out+=a,e.pending_out+=a,t.total_out+=a,t.avail_out-=a,e.pending-=a,0===e.pending&&(e.pending_out=0))}function l(t,e){s._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,_(t.strm)}function o(t,e){t.pending_buf[t.pending++]=e}function d(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=255&e}function u(t,a,i,s){var h=t.avail_in;return h>s&&(h=s),0===h?0:(t.avail_in-=h,r.arraySet(a,t.input,t.next_in,h,i),1===t.state.wrap?t.adler=e(t.adler,a,h,i):2===t.state.wrap&&(t.adler=n(t.adler,a,h,i)),t.next_in+=h,t.total_in+=h,h)}function f(t,e){var a,n,r=t.max_chain_length,i=t.strstart,s=t.prev_length,h=t.nice_match,_=t.strstart>t.w_size-rt?t.strstart-(t.w_size-rt):0,l=t.window,o=t.w_mask,d=t.prev,u=t.strstart+nt,f=l[i+s-1],c=l[i+s];t.prev_length>=t.good_match&&(r>>=2),h>t.lookahead&&(h=t.lookahead);do if(a=e,l[a+s]===c&&l[a+s-1]===f&&l[a]===l[i]&&l[++a]===l[i+1]){i+=2,a++;do;while(l[++i]===l[++a]&&l[++i]===l[++a]&&l[++i]===l[++a]&&l[++i]===l[++a]&&l[++i]===l[++a]&&l[++i]===l[++a]&&l[++i]===l[++a]&&l[++i]===l[++a]&&is){if(t.match_start=e,s=n,n>=h)break;f=l[i+s-1],c=l[i+s]}}while((e=d[e&o])>_&&0!==--r);return s<=t.lookahead?s:t.lookahead}function c(t){var e,a,n,i,s,h=t.w_size;do{if(i=t.window_size-t.lookahead-t.strstart,t.strstart>=h+(h-rt)){r.arraySet(t.window,t.window,h,h,0),t.match_start-=h,t.strstart-=h,t.block_start-=h,a=t.hash_size,e=a;do n=t.head[--e],t.head[e]=n>=h?n-h:0;while(--a);a=h,e=a;do n=t.prev[--e],t.prev[e]=n>=h?n-h:0;while(--a);i+=h}if(0===t.strm.avail_in)break;if(a=u(t.strm,t.window,t.strstart+t.lookahead,i),t.lookahead+=a,t.lookahead+t.insert>=at)for(s=t.strstart-t.insert,t.ins_h=t.window[s],t.ins_h=(t.ins_h<t.pending_buf_size-5&&(a=t.pending_buf_size-5);;){if(t.lookahead<=1){if(c(t),0===t.lookahead&&e===U)return ft;if(0===t.lookahead)break}t.strstart+=t.lookahead,t.lookahead=0;var n=t.block_start+a;if((0===t.strstart||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,l(t,!1),0===t.strm.avail_out))return ft;if(t.strstart-t.block_start>=t.w_size-rt&&(l(t,!1),0===t.strm.avail_out))return ft}return t.insert=0,e===I?(l(t,!0),0===t.strm.avail_out?gt:pt):t.strstart>t.block_start&&(l(t,!1),0===t.strm.avail_out)?ft:ft}function p(t,e){for(var a,n;;){if(t.lookahead=at&&(t.ins_h=(t.ins_h<=at)if(n=s._tr_tally(t,t.strstart-t.match_start,t.match_length-at),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=at){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<=at&&(t.ins_h=(t.ins_h<4096)&&(t.match_length=at-1)),t.prev_length>=at&&t.match_length<=t.prev_length){r=t.strstart+t.lookahead-at,n=s._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-at),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=r&&(t.ins_h=(t.ins_h<=at&&t.strstart>0&&(r=t.strstart-1,n=h[r],n===h[++r]&&n===h[++r]&&n===h[++r])){i=t.strstart+nt;do;while(n===h[++r]&&n===h[++r]&&n===h[++r]&&n===h[++r]&&n===h[++r]&&n===h[++r]&&n===h[++r]&&n===h[++r]&&rt.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=at?(a=s._tr_tally(t,1,t.match_length-at),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(a=s._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),a&&(l(t,!1),0===t.strm.avail_out))return ft}return t.insert=0,e===I?(l(t,!0),0===t.strm.avail_out?gt:pt):t.last_lit&&(l(t,!1),0===t.strm.avail_out)?ft:ct}function v(t,e){for(var a;;){if(0===t.lookahead&&(c(t),0===t.lookahead)){if(e===U)return ft;break}if(t.match_length=0,a=s._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,a&&(l(t,!1),0===t.strm.avail_out))return ft}return t.insert=0,e===I?(l(t,!0),0===t.strm.avail_out?gt:pt):t.last_lit&&(l(t,!1),0===t.strm.avail_out)?ft:ct}function m(t,e,a,n,r){this.good_length=t,this.max_lazy=e,this.nice_length=a,this.max_chain=n,this.func=r}function k(t){t.window_size=2*t.w_size,h(t.head),t.max_lazy_match=j[t.level].max_lazy,t.good_match=j[t.level].good_length,t.nice_match=j[t.level].nice_length,t.max_chain_length=j[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=at-1,t.match_available=0,t.ins_h=0}function y(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=R,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new r.Buf16(2*tt),this.dyn_dtree=new r.Buf16(2*(2*Z+1)),this.bl_tree=new r.Buf16(2*(2*$+1)),h(this.dyn_ltree),h(this.dyn_dtree),h(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new r.Buf16(et+1),this.heap=new r.Buf16(2*Y+1),h(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new r.Buf16(2*Y+1),h(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function z(e){var a;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=Q,a=e.state,a.pending=0,a.pending_out=0,a.wrap<0&&(a.wrap=-a.wrap),a.status=a.wrap?st:dt,e.adler=2===a.wrap?0:1,a.last_flush=U,s._tr_init(a),O):t(e,T)}function x(t){var e=z(t);return e===O&&k(t.state),e}function B(t,e){return t&&t.state?2!==t.state.wrap?T:(t.state.gzhead=e,O):T}function A(e,a,n,i,s,h){if(!e)return T;var _=1;if(a===G&&(a=6),i<0?(_=0,i=-i):i>15&&(_=2,i-=16),s<1||s>V||n!==R||i<8||i>15||a<0||a>9||h<0||h>N)return t(e,T);8===i&&(i=9);var l=new y;return e.state=l,l.strm=e,l.wrap=_,l.gzhead=null,l.w_bits=i,l.w_size=1<L||a<0)return e?t(e,T):T;if(l=e.state,!e.output||!e.input&&0!==e.avail_in||l.status===ut&&a!==I)return t(e,0===e.avail_out?F:T);if(l.strm=e,r=l.last_flush,l.last_flush=a,l.status===st)if(2===l.wrap)e.adler=0,o(l,31),o(l,139),o(l,8),l.gzhead?(o(l,(l.gzhead.text?1:0)+(l.gzhead.hcrc?2:0)+(l.gzhead.extra?4:0)+(l.gzhead.name?8:0)+(l.gzhead.comment?16:0)),o(l,255&l.gzhead.time),o(l,l.gzhead.time>>8&255),o(l,l.gzhead.time>>16&255),o(l,l.gzhead.time>>24&255),o(l,9===l.level?2:l.strategy>=K||l.level<2?4:0),o(l,255&l.gzhead.os),l.gzhead.extra&&l.gzhead.extra.length&&(o(l,255&l.gzhead.extra.length),o(l,l.gzhead.extra.length>>8&255)),l.gzhead.hcrc&&(e.adler=n(e.adler,l.pending_buf,l.pending,0)),l.gzindex=0,l.status=ht):(o(l,0),o(l,0),o(l,0),o(l,0),o(l,0),o(l,9===l.level?2:l.strategy>=K||l.level<2?4:0),o(l,bt),l.status=dt);else{var c=R+(l.w_bits-8<<4)<<8,g=-1;g=l.strategy>=K||l.level<2?0:l.level<6?1:6===l.level?2:3,c|=g<<6,0!==l.strstart&&(c|=it),c+=31-c%31,l.status=dt,d(l,c),0!==l.strstart&&(d(l,e.adler>>>16),d(l,65535&e.adler)),e.adler=1}if(l.status===ht)if(l.gzhead.extra){for(u=l.pending;l.gzindex<(65535&l.gzhead.extra.length)&&(l.pending!==l.pending_buf_size||(l.gzhead.hcrc&&l.pending>u&&(e.adler=n(e.adler,l.pending_buf,l.pending-u,u)),_(e),u=l.pending,l.pending!==l.pending_buf_size));)o(l,255&l.gzhead.extra[l.gzindex]),l.gzindex++;l.gzhead.hcrc&&l.pending>u&&(e.adler=n(e.adler,l.pending_buf,l.pending-u,u)),l.gzindex===l.gzhead.extra.length&&(l.gzindex=0,l.status=_t)}else l.status=_t;if(l.status===_t)if(l.gzhead.name){u=l.pending;do{if(l.pending===l.pending_buf_size&&(l.gzhead.hcrc&&l.pending>u&&(e.adler=n(e.adler,l.pending_buf,l.pending-u,u)),_(e),u=l.pending,l.pending===l.pending_buf_size)){f=1;break}f=l.gzindexu&&(e.adler=n(e.adler,l.pending_buf,l.pending-u,u)),0===f&&(l.gzindex=0,l.status=lt)}else l.status=lt;if(l.status===lt)if(l.gzhead.comment){u=l.pending;do{if(l.pending===l.pending_buf_size&&(l.gzhead.hcrc&&l.pending>u&&(e.adler=n(e.adler,l.pending_buf,l.pending-u,u)),_(e),u=l.pending,l.pending===l.pending_buf_size)){f=1;break}f=l.gzindexu&&(e.adler=n(e.adler,l.pending_buf,l.pending-u,u)),0===f&&(l.status=ot)}else l.status=ot;if(l.status===ot&&(l.gzhead.hcrc?(l.pending+2>l.pending_buf_size&&_(e),l.pending+2<=l.pending_buf_size&&(o(l,255&e.adler),o(l,e.adler>>8&255),e.adler=0,l.status=dt)):l.status=dt),0!==l.pending){if(_(e),0===e.avail_out)return l.last_flush=-1,O}else if(0===e.avail_in&&i(a)<=i(r)&&a!==I)return t(e,F);if(l.status===ut&&0!==e.avail_in)return t(e,F);if(0!==e.avail_in||0!==l.lookahead||a!==U&&l.status!==ut){var p=l.strategy===K?v(l,a):l.strategy===M?w(l,a):j[l.level].func(l,a);if(p!==gt&&p!==pt||(l.status=ut),p===ft||p===gt)return 0===e.avail_out&&(l.last_flush=-1),O;if(p===ct&&(a===D?s._tr_align(l):a!==L&&(s._tr_stored_block(l,0,0,!1),a===H&&(h(l.head),0===l.lookahead&&(l.strstart=0,l.block_start=0,l.insert=0))),_(e),0===e.avail_out))return l.last_flush=-1,O}return a!==I?O:l.wrap<=0?P:(2===l.wrap?(o(l,255&e.adler),o(l,e.adler>>8&255),o(l,e.adler>>16&255),o(l,e.adler>>24&255),o(l,255&e.total_in),o(l,e.total_in>>8&255),o(l,e.total_in>>16&255),o(l,e.total_in>>24&255)):(d(l,e.adler>>>16),d(l,65535&e.adler)),_(e),l.wrap>0&&(l.wrap=-l.wrap),0!==l.pending?O:P)}function C(e){var a;return e&&e.state?(a=e.state.status,a!==st&&a!==ht&&a!==_t&&a!==lt&&a!==ot&&a!==dt&&a!==ut?t(e,T):(e.state=null,a===dt?t(e,q):O)):T}function E(t,a){var n,i,s,_,l,o,d,u,f=a.length;if(!t||!t.state)return T;if(n=t.state,_=n.wrap,2===_||1===_&&n.status!==st||n.lookahead)return T;for(1===_&&(t.adler=e(t.adler,a,f,0)),n.wrap=0,f>=n.w_size&&(0===_&&(h(n.head),n.strstart=0,n.block_start=0,n.insert=0),u=new r.Buf8(n.w_size),r.arraySet(u,a,f-n.w_size,n.w_size,0),a=u,f=n.w_size),l=t.avail_in,o=t.next_in,d=t.input,t.avail_in=f,t.next_in=0,t.input=a,c(n);n.lookahead>=at;){i=n.strstart,s=n.lookahead-(at-1);do n.ins_h=(n.ins_h<0?s.windowBits=-s.windowBits:s.gzip&&s.windowBits>0&&s.windowBits<16&&(s.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new t,this.strm.avail_out=0;var l=h.deflateInit2(this.strm,s.level,s.method,s.windowBits,s.memLevel,s.strategy);if(l!==d)throw new Error(a[l]);if(s.header&&h.deflateSetHeader(this.strm,s.header),s.dictionary){var o;if(o="string"==typeof s.dictionary?i.string2buf(s.dictionary):"[object ArrayBuffer]"===_.call(s.dictionary)?new Uint8Array(s.dictionary):s.dictionary,l=h.deflateSetDictionary(this.strm,o),l!==d)throw new Error(a[l]);this._dict_set=!0}}function n(t,n){var r=new e(n);if(r.push(t,!0),r.err)throw r.msg||a[r.err];return r.result}function s(t,e){return e=e||{},e.gzip=!0,n(t,e)}var _=Object.prototype.toString,l=0,o=4,d=0,u=1,f=2,c=-1,g=0,p=8;return e.prototype.push=function(t,e){var a,n,s=this.strm,c=this.options.chunkSize;if(this.ended)return!1;n=e===~~e?e:e===!0?o:l,"string"==typeof t?s.input=i.string2buf(t):"[object ArrayBuffer]"===_.call(t)?s.input=new Uint8Array(t):s.input=t,s.next_in=0,s.avail_in=s.input.length;do{if(0===s.avail_out&&(s.output=new r.Buf8(c),s.next_out=0,s.avail_out=c),a=h.deflate(s,n),a!==u&&a!==d)return this.onEnd(a),this.ended=!0,!1;0!==s.avail_out&&(0!==s.avail_in||n!==o&&n!==f)||("string"===this.options.to?this.onData(i.buf2binstring(r.shrinkBuf(s.output,s.next_out))):this.onData(r.shrinkBuf(s.output,s.next_out)))}while((s.avail_in>0||0===s.avail_out)&&a!==u);return n===o?(a=h.deflateEnd(this.strm),this.onEnd(a),this.ended=!0,a===d):n!==f||(this.onEnd(d),s.avail_out=0,!0)},e.prototype.onData=function(t){this.chunks.push(t)},e.prototype.onEnd=function(t){t===d&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=r.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg},{gzip:s}}();return _}();}this.config=function(){_14._403.apply(_14,arguments)};this.start=_35;this.stop=_62;this.newPageView=_650;this.stopSession=_635;this.rebindEventHandlers=_633;this.getSessionId=function(){return _11._33};this.getPageViewId=function(){return _11._70};this.tag=_68;this.star=_632;this.setVariable=_455;this.identify=_631;this.formSubmitAttempt=_454;this.formSubmitSuccess=_336;this.formSubmitFailure=_630;this.addFriction=function(_5){_113({_5:_5})};this.debug=function(){_14.debug=!_14.debug;console.log('MF: Debugging '+(_14.debug?'enabled':'disabled'))};this.isRecording=function(){return _136};this.isReturningUser=function(){return _11._169};this.activateFeedback=function(){_139._527.apply(_139,arguments)};this.websiteId=_48;this.recordingRate=_338;this.version=_138;this.gdprEnabled=_14.gdprEnabled}function _559(_2,_118,_7){var _9=_2.document,_251,_48,_10,_13,_221,_23,_509,_510,_100,_76,_241,_101,_467,_135,_238,_200,_99,_78;function _35(_626,_625,_172,_173,_624){_251=_626;_48=_625;_10=_624;_13=_687()||{_91:false,_90:'exclude',_44:_172||[],_43:_173||[]};_221=_118._329();if(!_221){_10('Privacy tool not initiated - could not create root HTML element');return}_621();_2.setTimeout(function(){_584();_106(_13)},1000);}function _62(){_629();_118._333()}function _621(){_2.addEventListener('message',function(event){switch(event.data.message){case'MouseflowPrivacyTool_Hello':_10('Privacy tool API ready');_200=event.source;if(event.data.cssSelectorBlacklist){_13._44=event.data.cssSelectorBlacklist;_13._43=event.data.cssSelectorWhitelist}_450();break;case'MouseflowPrivacyTool_Save_Success':_10('Successfully saved CSS blacklist and whitelist');if(_99)_99();_99=undefined;_78=undefined;break;case'MouseflowPrivacyTool_Save_Failed':_10('Failed saving CSS blacklist and whitelist');if(_78)_78();_99=undefined;_78=undefined;_287('Uh oh! We couldn\'t save your changes.

'+'Please refresh the page and try again.');break;case'MouseflowPrivacyTool_Unauthorized':_10('Privacy tool API logged out - cannot save');if(_78)_78();_99=undefined;_78=undefined;_287('Uh oh! We couldn\'t save your changes.

'+'Please log into Mouseflow and try again.');break}});if(_2.opener){_10('Loading privacy tool API using window.opener');_2.opener.postMessage({message:'MouseflowPrivacyTool_Hello'},'*')}_2.setTimeout(function(){if(!_200){_10('Loading privacy tool API using iframe');var _197=_9.createElement('iframe');_197.style.width='0px';_197.style.height='0px';_197.style.display='none';_197.src=_251+'/websites/'+_48+'/privacytool';_221.appendChild(_197);_2.setTimeout(function(){if(!_200){_10('Loading privacy tool API timed out');_693('D\'oh! We\'re having trouble loading the Privacy Tool on this page
'+'Please login to Mouseflow and try again. If you need help, email support@mouseflow.com')}},5000)}},2000)}function _584(){_23=_696(_13);_509=_23.querySelector('.tool-exclude output');_510=_23.querySelector('.tool-whitelist output');_100=_23.querySelector('.tool-status-text');_76=_23.querySelector('.btn-widget');_241=_23.querySelector('.tool-loading h2');_13._44.forEach(_476);_13._43.forEach(_446);_221.appendChild(_23);_101=_697();_23.appendChild(_101);_7._204(_9.body,'mf-privacy-tool-opened',!_13._91);_620();_450()}function _450(){if(_23&&_200){_7._47(_23,'is-loading');_87();_622()}}function _330(){_503();_62();_2.close()}function _620(){_23.addEventListener('click',_457)}function _622(){_23.addEventListener('click',_458);_23.addEventListener('submit',_461);_9.addEventListener('mouseover',_462,{capture:true});_9.addEventListener('mouseleave',_469,{capture:true});_9.addEventListener('mouseup',_473,{capture:true});_9.addEventListener('mouseenter',_66,{capture:true});_9.addEventListener('mousemove',_66,{capture:true});_9.addEventListener('mousedown',_66,{capture:true});_9.addEventListener('click',_66,{capture:true});_9.addEventListener('mouseout',_66,{capture:true});_2.addEventListener('resize',_87);_2.addEventListener('scroll',_87);var MutationObserver=_2.MutationObserver||_2.WebKitMutationObserver||_2.MozMutationObserver;if(MutationObserver){_238=new MutationObserver(function(_337){_337=_337.filter(function(_94){if(_94.target.nodeType!==1||_7._52(_94.target,'#mouseflow *'))return false;var _623=_94.oldValue&&_94.oldValue.indexOf('mf-highlight')!==-1;var _627=_94.target.className&&_94.target.className.indexOf('mf-highlight')!==-1;var _628=_623||_627;if(_94.type==='attributes'&&_94.attributeName==='class'&&_628)return false;return true});if(_337.length)_87()});_238.observe(_9,{attributes:true,childList:true,characterData:true,subtree:true,attributeOldValue:true})}}function _629(){if(_23){_23.removeEventListener('click',_457);_23.removeEventListener('click',_458);_23.removeEventListener('submit',_461)}_9.removeEventListener('mouseover',_462);_9.removeEventListener('mouseleave',_469);_9.removeEventListener('mouseup',_473);_9.removeEventListener('mouseenter',_66);_9.removeEventListener('mousemove',_66);_9.removeEventListener('mousedown',_66);_9.removeEventListener('click',_66);_9.removeEventListener('mouseout',_66);_2.removeEventListener('resize',_87);_2.removeEventListener('scroll',_87);if(_238)_238.disconnect()}function _457(_4){if(_7._46(_4.target,'mf-tool-close')){_4.preventDefault();_330()}}function _458(_4){if(_7._46(_4.target,'mf-tool-toggle')){_4.preventDefault();_13._91=!_13._91;_106(_13);_7._204(_23,'tool-closed',_13._91);_7._204(_9.body,'mf-privacy-tool-opened',!_13._91);var _247=_23.getElementsByClassName('step')[0];var _252=_23.getElementsByClassName('tool-container')[0];if(_13._91){_7._47(_247,'fade-out');_7._51(_247,'fade-in');_7._47(_252,'fade-in');_7._51(_252,'fade-out')}else{_7._47(_247,'fade-in');_7._51(_247,'fade-out');_7._47(_252,'fade-out');_7._51(_252,'fade-in')}}else if(_7._46(_4.target,'mf-tool-close')){_4.preventDefault();_330()}else if(_7._46(_4.target,'mf-tool-exclude')){_4.preventDefault();_13._90='exclude';_106(_13);_7._47(_23.getElementsByClassName('mf-tool-whitelist')[0],'active');_7._47(_23.getElementsByClassName('tool-whitelist')[0],'active');_7._51(_23.getElementsByClassName('mf-tool-exclude')[0],'active');_7._51(_23.getElementsByClassName('tool-exclude')[0],'active')}else if(_7._46(_4.target,'mf-tool-whitelist')){_4.preventDefault();_13._90='whitelist';_106(_13);_7._47(_23.getElementsByClassName('mf-tool-exclude')[0],'active');_7._47(_23.getElementsByClassName('tool-exclude')[0],'active');_7._51(_23.getElementsByClassName('mf-tool-whitelist')[0],'active');_7._51(_23.getElementsByClassName('tool-whitelist')[0],'active')}else if(_7._46(_4.target,'highlight-excluded')){_4.preventDefault();if(_13._90==='exclude'){_419(_4.target.getAttribute('data-target'));_87()}}else if(_7._46(_4.target,'highlight-whitelisted')){_4.preventDefault();if(_13._90==='whitelist'){_423(_4.target.getAttribute('data-target'));_87()}}else if(_7._46(_4.target,'mf-remove-excluded')){_4.preventDefault();_419(_4.target.parentNode.getAttribute('data-target'));_87()}else if(_7._46(_4.target,'mf-remove-whitelisted')){_4.preventDefault();_423(_4.target.parentNode.getAttribute('data-target'));_87()}}function _461(_4){_4.preventDefault();_691();_600(_13._44,_13._43,function(){_505();_76.innerHTML='Saved';_503();_2.setTimeout(_330,500)},function(){_505()})}function _462(_4){_2.clearTimeout(_467);var _466=_9.getElementsByClassName('mf-highlight');for(var _1=0;_1<_466.length;_1++){_7._47(_466[_1],'mf-highlight')}_7._51(_101,'hidden');if(_66(_4)||_474(_4.target))return;_7._51(_4.target,'mf-highlight');_467=_2.setTimeout(function(){var _31=_4.target.getBoundingClientRect();_101.style.left=_31.left+_2.pageXOffset+'px';_101.style.top=_31.top+_2.pageYOffset+'px';_101.style.width=_31.width+'px';_101.style.height=_31.height+'px';_7._47(_101,'hidden')},75)}function _469(_4){if(_66(_4))return;if(_4.target===_9){_7._51(_101,'hidden')}}function _473(_4){if(_66(_4))return;if(_4.button!==0||_474(_4.target))return;_7._47(_4.target,'mf-highlight');var _8=_596(_4.target);if(_13._90==='exclude'){_476(_8)}else{_446(_8)}_87()}function _66(_4){if(_13._91||_4.target.nodeType!==1||_7._52(_4.target,'#mouseflow *'))return true;_4.preventDefault();_4.stopPropagation();return false}function _474(_3){return _3===_9.body||_7._52(_3,'html')||(_13._90==='whitelist'&&(!/INPUT|TEXTAREA/.test(_3.tagName)||/checkbox|radio|button|submit/.test(_3.type)))}function _476(_8){if(_8&&_13._44.indexOf(_8)===-1){_13._44.unshift(_8);_106(_13)}_237()}function _446(_8){if(_8&&_13._43.indexOf(_8)===-1){_13._43.unshift(_8);_106(_13)}_237()}function _419(_8){if(_8&&_13._44.indexOf(_8)!==-1){_13._44=_13._44.filter(function(_199){return _199!==_8});_106(_13)}_237()}function _423(_8){if(_8&&_13._43.indexOf(_8)!==-1){_13._43=_13._43.filter(function(_199){return _199!==_8});_106(_13)}_237()}function _87(){_2.clearTimeout(_135);if(!_135){_2.setTimeout(function(){if(_135){_2.clearTimeout(_135);_424();_135=undefined}},200)}_135=_2.setTimeout(function(){_424();_135=undefined},100)}function _424(){var _425=_23.querySelectorAll('.highlight-excluded,.highlight-whitelisted'),_1;for(_1=0;_1<_425.length;_1++){_23.removeChild(_425[_1])}_13._44.forEach(function(_8){var _85=_9.querySelectorAll(_8);for(_1=0;_1<_85.length;_1++){_23.appendChild(_700(_8,_85[_1].getBoundingClientRect()))}});_13._43.forEach(function(_8){var _85=_9.querySelectorAll(_8);for(_1=0;_1<_85.length;_1++){_23.appendChild(_705(_8,_85[_1].getBoundingClientRect()))}})}function _600(_44,_43,_440,_590){if(_99){_10('Attempted to save CSS blacklist and whitelist while previous save was in progress');return}_99=_440;_78=_590;_695();_200.postMessage({message:'MouseflowPrivacyTool_Save',blacklist:_44,whitelist:_43},'*');_2.setTimeout(function(){if(_99===_440){_10('Saving CSS blacklist and whitelist timed out');if(_78)_78();_99=undefined;_78=undefined;_287('Uh oh! We couldn\'t save your changes.

'+'Please log into Mouseflow and try again.')}},7500)}function _596(_3){if(_3==null)return null;try{return _518(_3);}catch(ex){_10('Could not get element selector: '+ex.message);return null}}function _720(_3){var _205=_605(_3);if(!_205)return null;if(_7._52(_3,_205))return _205;var _118=document.querySelector(_205);var _88=_3;var _49=[];while(_88&&_88!==_118){var _24=_294(_88);if(_24.length===0)_24.push(_485(_88));_49.unshift(_24);_88=_88.parentNode}_49.unshift(_205);return _524(_49)}function _518(_3,_49){if(!_49)_49=[];var _24=_294(_3);_49.unshift(_24);var _8=_524(_49);if(_8)return _8;if(_24.length===0)_24.push(_485(_3));return _518(_3.parentNode,_49)}function _524(_49){var _263=_49.length>1?_608.apply(this,_49):_49[0];for(var _1=0;_1<_263.length;_1++){if(_9.querySelectorAll(_263[_1]).length===1)return _263[_1]}return null}function _605(_3){var _88=_3;while(_88){var _24=_294(_88);for(var _1=0;_1<_24.length;_1++){if(_9.querySelectorAll(_24[_1]).length===1)return _24[_1]}_88=_88.parentNode}return null}function _294(_3){var _24=[];var _295=_3.parentNode;var _1;var _63=_3.getAttribute('id');var _8='#'+_7._110(_63);if(_63&&_9.querySelectorAll(_8).length===1&&!_7._107(_3,'data-mf-ignore-child-ids'))return[_8];var _20=_3.getAttribute('name');_8='[name="'+_7._110(_20)+'"]';if(_20){if(_9.querySelectorAll(_8).length===1)return[_8];if(_295.querySelectorAll(_8).length===1)_24.push(_8)}var _128=_7._121(_3);for(_1=0;_1<_128.length;_1++){_8='.'+_7._110(_128[_1]);if(_9.querySelectorAll(_8).length===1)return[_8];if(_295.querySelectorAll(_8).length===1)_24.push(_8)}for(_1=0;_1<_128.length;_1++){_8=_7._110(_3.tagName.toLowerCase())+'.'+_7._110(_128[_1]);if(_9.querySelectorAll(_8).length===1)return[_8];if(_295.querySelectorAll(_8).length===1)_24.push(_8)}return _24}function _485(_3){var _8=_7._110(_3.tagName.toLowerCase());if(_3.parentNode.querySelectorAll(_8).length===1)return _8;var _150=0;var _227=_3;while(_227){if(_227.tagName===_3.tagName)_150++;_227=_227.previousElementSibling}_8+=':nth-of-type('+_150+')';return _8}function _608(){var _24,_140,_157,_1;var _80=0;var _120=arguments.length-1;var _216=false;var _201=true;while(_80<_120){_140=undefined;for(_1=0;_1<=_80;_1++){_140=_140?_209(_140,arguments[_1],' > '):arguments[_1]}_157=undefined;for(_1=arguments.length-1;_1>=_120;_1--){_157=_157?_209(arguments[_1],_157,' > '):arguments[_1]}var _232=(_80+1)==_120?' > ':' ';_24=_24?_24.concat(_209(_140,_157,_232)):_209(_140,_157,_232);if(_201&&_216){_120--;_216=false;_201=true}else if(_201){_120--;_216=true;_201=false}else{_80++;if(_80!=_120)_120++;_216=true;_201=true}}return _24}function _209(_492,_496,_232){var _24=[];for(var _1=0;_1<_492.length;_1++){for(var _37=0;_37<_496.length;_37++){_24.push(_492[_1]+_232+_496[_37])}}return _24}function _687(){var _5=_2.localStorage.getItem('mf_privacyTool');return _5?_7._144(_5):null}function _106(_246){_246=_246?_7._58(_246):'';_2.localStorage.setItem('mf_privacyTool',_246)}function _503(){_2.localStorage.removeItem('mf_privacyTool')}function _691(){_76.setAttribute('disabled','');_76.setAttribute('original-html',_76.innerHTML);_76.innerHTML=' ';_7._51(_76,'loading')}function _505(){_7._47(_76,'loading');_76.innerHTML=_76.getAttribute('original-html');_76.removeAttribute('original-html');_76.removeAttribute('disabled')}function _237(){_509.innerHTML=_714(_13._44);_510.innerHTML=_708(_13._43);_100.innerHTML=_344(_13._44,_13._43);_7._47(_100,'red')}function _693(_285){if(!_241)return;_241.innerHTML=_285;_7._51(_241,'red')}function _287(_285){if(!_100)return;_100.innerHTML=_285;_7._51(_100,'red')}function _695(){if(!_100)return;_100.innerHTML=_344(_13._44,_13._43);_7._47(_100,'red')}function _696(_13){var _26=_9.createElement('div');_26.className='privacy-tool is-loading';_26.innerHTML=_706(_13);if(_13._91)_26.className+=' tool-closed';var _129=_9.createElement('style');_129.type='text/css';_129.innerHTML=_688();_26.appendChild(_129);return _26}function _697(){var _26=_9.createElement('div');_26.className='highlight-box';return _26}function _700(_8,_31){var _26=_9.createElement('div');_26.className='highlight-box highlight-excluded';_26.setAttribute('data-target',_8);_26.style.left=_31.left+_2.pageXOffset+'px';_26.style.top=_31.top+_2.pageYOffset+'px';_26.style.width=_31.width+'px';_26.style.height=_31.height+'px';return _26}function _705(_8,_31){var _26=_9.createElement('div');_26.className='highlight-box highlight-whitelisted';_26.setAttribute('data-target',_8);_26.style.left=_31.left+_2.pageXOffset+'px';_26.style.top=_31.top+_2.pageYOffset+'px';_26.style.width=_31.width+'px';_26.style.height=_31.height+'px';return _26}function _706(_13){return('
'+_717(_13)+_716(_13)+'
')}function _717(_13){return('
'+'
'+'
Open Privacy Tool
'+'
'+''+'
'+'
'+'
')}function _716(){return('
'+'
'+''+'
'+'
'+'Hide to navigate'+'
'+'
'+''+'
'+'
'+'
'+'
'+'Close'+'
'+'
'+''+'
'+'
'+'
'+'
'+'
    '+'
  • '+'Excluded content'+'
  • '+'
  • '+'Whitelisted fields'+'
  • '+'
'+'
'+'

Exclude content from appearing in Mouseflow

'+'

'+'To get started, just click the element(s) or content you wish to exclude. '+'This will add the necessary CSS selectors to be blocked in the list below.'+'

'+'

'+'When you\'re finished, click "Hide to navigate" to browse to another page to exclude additional content, or click "Save and close" to keep your changes.'+'

'+'

'+'For more details and best practices, read our Support Guide.'+'

'+'

Excluded content:

'+'
'+''+'
'+'
'+'
'+'

Whitelist input fields

'+'

'+'You can whitelist any input field or text area, simply by clicking the field(s) on the page. '+'This will let Mouseflow record input in that field.'+'

'+'

'+'When you\'re finished, click "Hide to navigate" to browse to another page to exclude additional content, or click "Save and close" to keep your changes.'+'

'+'

'+'For more details and best practices, read our Support Guide.'+'

'+'

Whitelisted fields:

'+'
'+''+'
'+'
'+'
'+'
'+_344(_13._44,_13._43)+'
'+'
'+''+'Close Privacy Tool'+'
'+'
'+'
'+'

Loading the Privacy Tool...

'+'
'+'
'+'

Browser window is to small to load the Privacy Tool

'+'

To use Mouseflow\'s Privacy Tool, you need to view the page in a larger browser window.

'+'
'+'
'+'
')}function _714(_49){return _49.map(function(_8){return('
'+_7._145(_8)+''+'
')}).join('')}function _708(_49){return _49.map(function(_8){return('
'+_7._145(_8)+''+'
')}).join('')}function _344(_44,_43){return'You have excluded '+_44.length+' '+(_44.length===1?'element':'elements')+' and whitelisted '+_43.length+' input '+(_43.length===1?'field':'fields')+'.'}function _688(){return('.mf-highlight {'+'cursor: pointer !important;'+'}'+'.mf-privacy-tool-opened iframe {'+'pointer-events: none;'+'}'+'#mouseflow .highlight-box {'+'background-color: #add8e6;'+'border: 2px dotted #808080;'+'position: absolute;'+'border-radius: 2px;'+'z-index: 2147483646;'+'cursor: pointer;'+'pointer-events: none;'+'opacity: 0.5;'+'-webkit-transition: opacity .075s linear;'+'transition: opacity .075s linear;'+'}'+'#mouseflow .highlight-box.hidden,'+'#mouseflow .tool-closed .highlight-box {'+'opacity: 0;'+'}'+'#mouseflow .highlight-box.highlight-excluded {'+'background-color: #ffb6c1;'+'pointer-events: initial;'+'}'+'#mouseflow .highlight-box.highlight-whitelisted {'+'background-color: #90ee90;'+'pointer-events: initial;'+'}'+'#mouseflow .tool-closed .highlight-box.highlight-excluded,'+'#mouseflow .tool-closed .highlight-box.highlight-whitelisted {'+'pointer-events: none;'+'}'+'#mouseflow .widget-header,'+'#mouseflow .btn-widget {'+'background: #4cb377;'+'}'+'#mouseflow .widget-text,'+'#mouseflow .btn-widget,'+'#mouseflow .btn-arrow,'+'#mouseflow .btn-cross {'+'color: #fff;'+'}'+'#mouseflow .tm-tag {'+'margin: 7px 7px 0 0;'+'padding: 7px;'+'display: inline-block;'+'border-radius: 3px;'+'background-color: #a7a7a7;'+'color: white;'+'font-size: 13px;'+'}'+'#mouseflow .step {'+'visibility: hidden;'+'opacity: 0;'+'position: fixed;'+'bottom: 30px;'+'right: 30px;'+'z-index: 2147483647;'+'width: 300px;'+'border-radius: 10px;'+'box-shadow: 0 0 15px rgba(0, 0, 0, .35);'+'overflow: hidden;'+'}'+'#mouseflow a:hover {'+'text-decoration: underline;'+'}'+'#mouseflow h2 {'+'font-size: 21px;'+'font-weight: 700;'+'line-height: 1.4em;'+'margin-bottom: 6px;'+'}'+'#mouseflow h3 {'+'font-size: 16px;'+'font-weight: 700;'+'line-height: 1.4em;'+'}'+'#mouseflow p {'+'margin-bottom: 8px;'+'line-height: 1.4em;'+'}'+'#mouseflow .green {'+'color: #47b475;'+'}'+'#mouseflow .red {'+'color: #ea1e1e;'+'}'+'#mouseflow .bold {'+'font-weight: 700;'+'}'+'#mouseflow .tool-container {'+'visibility: visible;'+'opacity: 0;'+'position: fixed;'+'bottom: 0;'+'left: 0;'+'width: 100%;'+'height: 350px;'+'max-height: 40%;'+'overflow: hidden;'+'background-color: white;'+'border-top: 2px solid #37312f;'+'z-index: 2147483647;'+'}'+'#mouseflow .tool-header {'+'background-color: #47403e;'+'height: 58px;'+'}'+'#mouseflow .logo {'+'display: inline;'+'height: 40px;'+'margin: 9px 10px;'+'}'+'#mouseflow .tool-toggle,'+'#mouseflow .tool-close {'+'float: right;'+'padding: 18px 24px;'+'}'+'#mouseflow .is-loading .tool-close {'+'display: block;'+'}'+'#mouseflow .is-loading .tool-toggle,'+'#mouseflow .tool-close {'+'display: none;'+'}'+'#mouseflow .tool-toggle-text {'+'display: inline-block;'+'color: white;'+'font-size: 18px;'+'}'+'#mouseflow .tool-toggle-icon {'+'width: 30px;'+'display: inline-block;'+'position: relative;'+'top: 2px;'+'}'+'#mouseflow .tool-close .tool-toggle-icon {'+'top: 4px;'+'}'+'#mouseflow .tool-content {'+'height: calc(100% - 58px);'+'}'+'#mouseflow .tool-menu {'+'width: 15%;'+'height: 100%;'+'float: left;'+'}'+'#mouseflow .tool-menu-item {'+'background-color: #f8f8f8;'+'color: black;'+'cursor: pointer;'+'height: 40px;'+'padding: 12px;'+'}'+'#mouseflow .tool-menu-item.active {'+'position: relative;'+'background-color: #4db378;'+'color: white;'+'cursor: default;'+'}'+'#mouseflow .tool-menu-item.active:after {'+'display: block;'+'border: solid transparent;'+'content: " ";'+'position: absolute;'+'pointer-events: none;'+'border-left-color: #4db378;'+'border-width: 20px;'+'top: 0;'+'right: -40px;'+'}'+'#mouseflow .tool-menu-item:not(.active):hover {'+'background-color: #e4e4e4'+'}'+'#mouseflow .tool-exclude,'+'#mouseflow .tool-whitelist {'+'display: none;'+'width: 70%;'+'height: 100%;'+'float: left;'+'color: rgb(71, 64, 62);'+'overflow-y: auto;'+'overflow-x: hidden;'+'padding: 10px 40px;'+'}'+'#mouseflow .tool-exclude.active,'+'#mouseflow .tool-whitelist.active {'+'display: block;'+'}'+'#mouseflow .tool-exclude::-webkit-scrollbar,'+'#mouseflow .tool-whitelist::-webkit-scrollbar {'+'width: 8px;'+'}'+'#mouseflow .tool-exclude::-webkit-scrollbar-track,'+'#mouseflow .tool-whitelist::-webkit-scrollbar-track {'+'border-radius: 10px;'+'background-color: #F5F5F5;'+'-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);'+'}'+'#mouseflow .tool-exclude::-webkit-scrollbar-thumb,'+'#mouseflow .tool-whitelist::-webkit-scrollbar-thumb {'+'border-radius: 10px;'+'background-color: #a7a7a7;'+'-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);'+'}'+'#mouseflow .tool-status {'+'width: 15%;'+'background-color: #f8f8f8;'+'height: 100%;'+'float: left;'+'position: relative;'+'}'+'#mouseflow .tool-status-text {'+'font-size: 16px;'+'font-weight: 700;'+'text-align: center;'+'padding: 0 15px;'+'position: absolute;'+'top: 40px;'+'}'+'#mouseflow .tool-status-buttons {'+'width: 100%;'+'text-align: center;'+'position: absolute;'+'padding: 0 30px;'+'bottom: 40px;'+'}'+'#mouseflow .tool-loading {'+'width: 100%;'+'height: calc(100% - 58px);'+'background-color: white;'+'color: rgb(71, 64, 62);'+'position: absolute;'+'top: 58px;'+'z-index: 2;'+'visibility: hidden;'+'opacity: 0;'+'-webkit-animation: fadeOut .3s linear;'+'animation: fadeOut .3s linear;'+'}'+'#mouseflow .is-loading .tool-loading {'+'visibility: visible;'+'opacity: 1;'+'-webkit-animation: fadeIn .3s linear;'+'animation: fadeIn .3s linear;'+'}'+'#mouseflow .tool-loading h2 {'+'position: absolute;'+'left: 50%;'+'top: 50%;'+'-webkit-transform: translate(-50%, -50%);'+'-ms-transform: translate(-50%, -50%);'+'transform: translate(-50%, -50%);'+'}'+'#mouseflow .widget-header {'+'color: #fff;'+'padding: 12px 15px;'+'vertical-align: middle;'+'overflow: hidden;'+'position: relative;'+'z-index: 1;'+'}'+'#mouseflow .widget-header:before {'+'content: "";'+'display: inline;'+'position: absolute;'+'top: 0;'+'left: 0;'+'right: 0;'+'bottom: 0;'+'background: rgba(0, 0, 0, .3);'+'opacity: 0;'+'z-index: -1;'+'-webkit-transition: opacity .3s linear;'+'transition: opacity .3s linear;'+'}'+'#mouseflow .widget-header:hover:before {'+'opacity: 1;'+'}'+'#mouseflow .widget-text {'+'font-size: 16px;'+'line-height: 20px;'+'width: 245px;'+'display: inline-block;'+'vertical-align: middle;'+'}'+'#mouseflow .widget-toggle {'+'width: 20px;'+'display: inline-block;'+'vertical-align: middle;'+'margin: 0;'+'}'+'#mouseflow .btn-arrow,'+'#mouseflow .btn-cross {'+'float: right;'+'z-index: 10;'+'line-height: .5;'+'}'+'#mouseflow .tool-toggle-icon .btn-arrow,'+'#mouseflow .tool-toggle-icon .btn-cross {'+'font-size: 34px;'+'}'+'#mouseflow .widget-toggle .btn-arrow {'+'font-size: 25px;'+'}'+'#mouseflow .tm-tag .btn-cross {'+'margin: 3px 0 0 7px;'+'font-weight: 700;'+'color: #4e4e4e;'+'font-size: 18px;'+'}'+'#mouseflow .widget-toggle .btn-arrow:hover {'+'text-shadow: -3px 0 2px rgba(0, 0, 0, .5);'+'}'+'#mouseflow .tm-tag .btn-cross:hover {'+'color: #c66;'+'}'+'#mouseflow .btn-arrow--up {'+'-webkit-transform: rotate(-90deg) scale(1.5, 1.5);'+'-ms-transform: rotate(-90deg) scale(1.5, 1.5);'+'transform: rotate(-90deg) scale(1.5, 1.5);'+'}'+'#mouseflow .btn-arrow--down {'+'-webkit-transform: rotate(+90deg) scale(1.5, 1.5);'+'-ms-transform: rotate(+90deg) scale(1.5, 1.5);'+'transform: rotate(+90deg) scale(1.5, 1.5);'+'}'+'#mouseflow .widget-toggle .btn-arrow:before {'+'content: "";'+'display: inline;'+'position: absolute;'+'top: -185px;'+'left: -15px;'+'right: -15px;'+'bottom: -15px;'+'display: block;'+'}'+'#mouseflow .tool-toggle-icon .btn-arrow:before {'+'content: "";'+'display: inline;'+'position: absolute;'+'top: -10px;'+'left: -15px;'+'right: -15px;'+'bottom: -100px;'+'display: block;'+'}'+'#mouseflow .tool-toggle-icon .btn-cross:before {'+'content: "";'+'display: inline;'+'position: absolute;'+'top: -25px;'+'left: -150px;'+'right: -20px;'+'bottom: -20px;'+'display: block;'+'}'+'#mouseflow .btn-arrow:after {'+'content: "\\203a";'+'display: inline;'+'}'+'#mouseflow .btn-cross:after {'+'content: "\\00d7";'+'display: inline;'+'}'+'#mouseflow .btn-arrow:hover,'+'#mouseflow .btn-cross:hover {'+'text-decoration: none;'+'}'+'#mouseflow .btn-widget {'+'width: 100%;'+'height: 38px;'+'border: none;'+'border-radius: 6px;'+'overflow: hidden;'+'position: relative;'+'z-index: 1;'+'cursor: pointer;'+'display: block;'+'padding: 10px;'+'font-size: 16px;'+'font-family: inherit;'+'font-weight: bold;'+'text-align: center;'+'outline: none;'+'margin-bottom: 10px;'+'}'+'#mouseflow .btn-widget:before {'+'content: "";'+'display: inline;'+'position: absolute;'+'top: 0;'+'left: 0;'+'right: 0;'+'bottom: 0;'+'background: rgba(0, 0, 0, .3);'+'opacity: 0;'+'z-index: -1;'+'-webkit-transition: opacity .3s linear;'+'transition: opacity .3s linear;'+'}'+'#mouseflow .btn-widget:hover {'+'text-decoration: none;'+'}'+'#mouseflow .btn-widget:hover:before {'+'opacity: 1;'+'}'+'#mouseflow .privacy-tool {'+'height: 350px;'+'max-height: 40%;'+'-webkit-transition: height .5s ease-out;'+'transition: height .5s ease-out;'+'}'+'#mouseflow .privacy-tool.tool-closed {'+'height: 0;'+'}'+'#mouseflow .tool-closed .step {'+'visibility: visible;'+'}'+'#mouseflow .tool-closed .tool-container {'+'visibility: hidden;'+'}'+'#mouseflow .step.fade-in,'+'#mouseflow .tool-container.fade-in {'+'-webkit-animation: fadeUpIn .8s cubic-bezier(0, 0, 0, 1) both;'+'animation: fadeUpIn .8s cubic-bezier(0, 0, 0, 1) both;'+'}'+'#mouseflow .step.fade-out,'+'#mouseflow .tool-container.fade-out {'+'-webkit-animation: fadeDownOut .8s cubic-bezier(0, 0, 0, 1);'+'animation: fadeDownOut .8s cubic-bezier(0, 0, 0, 1);'+'}'+'#mouseflow .btn-widget.loading {'+'cursor: default;'+'}'+'#mouseflow .btn-widget.loading:before {'+'display: none;'+'}'+'#mouseflow .loading i {'+'animation-name: blink;'+'animation-duration: 1.4s;'+'animation-iteration-count: infinite;'+'animation-fill-mode: both;'+'}'+'#mouseflow .loading i:nth-child(2) {'+'animation-delay: .2s;'+'}'+'#mouseflow .loading i:nth-child(3) {'+'animation-delay: .4s;'+'}'+'#mouseflow .loading i:nth-child(4) {'+'animation-delay: .6s;'+'}'+'#mouseflow .tool-message {'+'width: 100%;'+'height: calc(100% - 58px);'+'background-color: white;'+'color: rgb(71, 64, 62);'+'position: absolute;'+'top: 58px;'+'z-index: 3;'+'padding: 20px;'+'overflow-y: auto;'+'overflow-x: hidden;'+'visibility: hidden;'+'opacity: 0;'+'-webkit-animation: fadeOut .3s linear;'+'animation: fadeOut .3s linear;'+'}'+'#mouseflow .tool-message h3 {'+'margin-bottom: 20px;'+'}'+'@media (max-width: 1300px) {'+'#mouseflow .tool-exclude,'+'#mouseflow .tool-whitelist {'+'width: 60%;'+'}'+'#mouseflow .tool-status {'+'width: 25%;'+'}'+'#mouseflow .tool-status-buttons {'+'bottom: 10px;'+'}'+'}'+'@media (max-width: 850px) {'+'#mouseflow .tool-menu-item {'+'height: 56px;'+'}'+'#mouseflow .tool-menu-item.active:after {'+'border-width: 28px;'+'top: 0px;'+'right: -56px;'+'}'+'#mouseflow .tool-status-text {'+'font-size: 14px;'+'}'+'#mouseflow .btn-widget {'+'font-size: 12px;'+'}'+'#mouseflow a.mf-tool-close {'+'font-size: 12px;'+'}'+'}'+'@media (max-height: 800px) {'+'#mouseflow .tool-status-text {'+'top: 20px;'+'}'+'#mouseflow .tool-status-buttons {'+'bottom: 20px;'+'}'+'}'+'@media (max-height: 650px) {'+'#mouseflow .tool-status-text {'+'font-size: 14px;'+'}'+'}'+'@media (max-width: 650px), (max-height: 600px) {'+'#mouseflow .tool-message {'+'visibility: visible;'+'opacity: 1;'+'-webkit-animation: fadeIn .3s linear;'+'animation: fadeIn .3s linear;'+'}'+'}'+'@-webkit-keyframes fadeUpIn {'+'0% {'+'-webkit-transform: translateY(50px);'+'-ms-transform: translateY(50px);'+'transform: translateY(50px);'+'opacity: 0;'+'}'+'100% {'+'-webkit-transform: translateY(0);'+'-ms-transform: translateY(0);'+'transform: translateY(0);'+'opacity: 1;'+'}'+'}'+'@keyframes fadeUpIn {'+'0% {'+'-webkit-transform: translateY(50px);'+'-ms-transform: translateY(50px);'+'transform: translateY(50px);'+'opacity: 0;'+'}'+'100% {'+'-webkit-transform: translateY(0);'+'-ms-transform: translateY(0);'+'transform: translateY(0);'+'opacity: 1;'+'}'+'}'+'@-webkit-keyframes fadeDownOut {'+'0% {'+'visibility: visible;'+'-webkit-transform: translateY(0);'+'-ms-transform: translateY(0);'+'transform: translateY(0);'+'opacity: 1;'+'}'+'100% {'+'visibility: hidden;'+'-webkit-transform: translateY(50px);'+'-ms-transform: translateY(50px);'+'transform: translateY(50px);'+'opacity: 0;'+'}'+'}'+'@keyframes fadeDownOut {'+'0% {'+'visibility: visible;'+'-webkit-transform: translateY(0);'+'-ms-transform: translateY(0);'+'transform: translateY(0);'+'opacity: 1;'+'}'+'100% {'+'visibility: hidden;'+'-webkit-transform: translateY(50px);'+'-ms-transform: translateY(50px);'+'transform: translateY(50px);'+'opacity: 0;'+'}'+'}'+'@-webkit-keyframes fadeIn {'+'0% {'+'visibility: visible;'+'opacity: 0;'+'}'+'100% {'+'visibility: visible;'+'opacity: 1;'+'}'+'}'+'@keyframes fadeIn {'+'0% {'+'visibility: visible;'+'opacity: 0;'+'}'+'100% {'+'visibility: visible;'+'opacity: 1;'+'}'+'}'+'@-webkit-keyframes fadeOut {'+'0% {'+'visibility: visible;'+'opacity: 1;'+'}'+'100% {'+'visibility: hidden;'+'opacity: 0;'+'}'+'}'+'@keyframes fadeOut {'+'0% {'+'visibility: visible;'+'opacity: 1;'+'}'+'100% {'+'visibility: hidden;'+'opacity: 0;'+'}'+'}'+'@keyframes blink {'+'0% {'+'opacity: .2;'+'}'+'20% {'+'opacity: 1;'+'}'+'100% {'+'opacity: .2;'+'}'+'}')}this._35=_35;this._62=_62}function _558(_14,_7){function _317(_112){if(!_112||!_112.length)return true;_112=_112.filter(function(_60){return _60&&_60._16&&_60._5});var _385=_112.filter(function(_60){return _60._16.indexOf('not')!==0});var _663=_385.length===0||_385.some(function(_60){return _312(_60)});var _389=_112.filter(function(_60){return _60._16.indexOf('not')===0});var _665=_389.length===0||_389.every(function(_60){return _312(_60)});return _665&&_663}function _312(_60){var _22=_14.path||_14.location.pathname;var _16=_60._16||'';var _5=_60._5||'';switch(_16.toLowerCase()){case'equals':_22=_7._143(_22,'/');_5=_7._143(_5,'/');return _22===_5;case'startswith':return _22.indexOf(_5)===0;case'endswith':_22=_7._143(_22,'/');_5=_7._143(_5,'/');return _22.indexOf(_5)!==-1&&_22.indexOf(_5)===_22.length-_5.length;case'regex':return new RegExp(_5).test(_22);case'notequals':case'notstartswith':case'notendswith':return!_312({_16:_16.slice(3),_5:_5});default:return true}}this._317=_317}function _562(_2,_261,_265){var _74=_2.location;function _359(_34){var _52=(_34||'').match(/^(([^:]+:)?\/?\/?(([^:\/\?#]+)?:?(\d+)?))(\/.*?)?(\?.*?)?(#.*)?$/);return{href:_52[0]||'',origin:_52[1]||'',protocol:_52[2]||'',host:_52[3]||'',hostname:_52[4]||'',port:_52[5]||'',pathname:_52[6]||'',search:_52[7]||'',hash:_52[8]||''}}function _657(){try{_2.localStorage.setItem('mf_supportsLocalStorage','1');var _661=_2.localStorage.getItem('mf_supportsLocalStorage')==='1';_2.localStorage.removeItem('mf_supportsLocalStorage');return _661}catch(e){return false}}this.debug=_2.mouseflowDebug||_74.search.indexOf('mf_debug=1')!==-1;this.includeDebugTime=false;this.forceStart=_74.search.indexOf('mf_force=1')!==-1;this.autoStart=_2.mouseflowAutoStart!==false&&_74.search.indexOf('mf_autostart=0')===-1;this.touchEvents=!_2.mouseflowDisableTouch;this.htmlDelay=_2.mouseflowHtmlDelay||1000;this.compress=_2.mouseflowCompress!==false&&_74.search.indexOf('mf_compress=0')===-1;this.autoTagging=_2.mouseflowAutoTagging!==false;this.path=_2.mouseflowPath;this.crossDomainSupport=!!_2.mouseflowCrossDomainSupport;this.location=_359(_2.mouseflowHref||_74.href);this.htmlFetchMode=_2.mouseflowHtmlFetchMode||'post';this.sessionId=_2.mouseflowSessionId;this.honorDoNotTrack=_2.mouseflowHonorDoNotTrack||_265;this.gdprEnabled=_2.mouseflowForceGdpr||_261;this.keyLogging=!_2.mouseflowDisableKeyLogging&&!this.gdprEnabled;this.domReuse=!_2.mouseflowDisableDomReuse;this.domDeduplicator=!_2.mouseflowDisableDomDeduplicator;this.includeSubDomains=!_2.mouseflowExcludeSubDomains;this.registerSubmitTimeout=_2.mouseflowRegisterSubmitTimeout||2000;this.useUnload=!!_2.mouseflowUseUnload;this.replaceLastFormValues=_2.mouseflowReplaceLastFormValues||!this.keyLogging||this.gdprEnabled;this.useAllHoverSelectors=!!_2.mouseflowUseAllHoverSelectors;this.privacyToolEnabled=_74.search.indexOf('mf_inspect')!==-1||(_657()&&!!_2.localStorage.getItem('mf_privacyTool'));this.secureCookie=!!_2.mouseflowSecureCookie;this._403=function(_38,_5){switch(_38){case'href':this.location=_359(_5);break;case'keyLogging':this.keyLogging=this.keyLogging&&_5;break;case'gdprEnabled':this.gdprEnabled=this.gdprEnabled||_5;break;default:this[_38]=_5;break}}}function _549(_2){var _9=_2.document,_126;function _329(){if(_9.body&&!_126){_126=_685();_9.body.appendChild(_126)}return _126}function _333(){if(_126){_9.body.removeChild(_126);_126=undefined}}function _685(){var _26=_9.createElement('div');_26.id='mouseflow';var _129=_9.createElement('style');_129.type='text/css';_129.innerHTML=_684();var _328=_9.createElement('div');_328.className='load-font';_328.innerHTML='load font';_26.appendChild(_129);_26.appendChild(_328);return _26}function _684(){return('@font-face {'+'font-family: "Droid Sans";'+'font-style: normal;'+'font-weight: 400;'+'src: local("Droid Sans Regular"), local("DroidSans-Regular"), url(https://fonts.gstatic.com/s/droidsans/v8/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format("woff2");'+'unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;'+'}'+'#mouseflow :before, #mouseflow :after {'+'display: none;'+'}'+'#mouseflow,'+'#mouseflow * {'+'background: transparent;'+'border: 0;'+'border-image-outset: 0s;'+'border-image-repeat: stretch;'+'border-image-slice: 100%;'+'border-image-source: none;'+'border-image-width: 1;'+'border-color: #000;'+'border-radius: 0;'+'border-width: 0;'+'border-style: none;'+'box-sizing: border-box;'+'clip: auto;'+'float: none;'+'color: inherit;'+'font-family: inherit;'+'font-size: inherit;'+'font-style: inherit;'+'font-weight: inherit;'+'width: auto;'+'height: auto;'+'min-width: auto;'+'min-height: auto;'+'max-width: auto;'+'max-height: auto;'+'letter-spacing: normal;'+'line-height: normal;'+'margin: 0;'+'padding: 0;'+'text-decoration: none;'+'text-indent: 0;'+'text-transform: none;'+'vertical-align: baseline;'+'text-align: left;'+'overflow: visible;'+'top: auto;'+'right: auto;'+'bottom: auto;'+'left: auto;'+'}'+'#mouseflow {'+'font: 400 14px/1.4 "Droid Sans", Helvetica, Arial, sans-serif;'+'color: #666;'+'}'+'#mouseflow .load-font {'+'position: absolute;'+'visibility: hidden;'+'width: 0px;'+'height: 0px;'+'overflow: hidden;'+'}')}this._329=_329;this._333=_333}function _574(_2,_79){var _9=_2.document;function _46(_3,_95){var _103=_121(_3);return _103.indexOf(_95)!==-1}function _51(_3,_95){var _103=_121(_3);if(_103.indexOf(_95)===-1)_103.push(_95);_3.className=_103.join(' ')}function _47(_3,_95){var _103=_121(_3);var _72=_103.indexOf(_95);if(_72!==-1)_103.splice(_72,1);_3.className=_103.join(' ')}function _204(_3,_95,_340){if(_340===undefined)_340=!_46(_3,_95);if(_340){_51(_3,_95)}else{_47(_3,_95)}}function _121(_3){var _374=typeof _3.className==='string'?_3.className.replace(/\s+/g,' ').trim():'';return _374!==''?_374.split(' '):[]}function _202(){return _79.max((_9.body||{}).scrollHeight||0,(_9.body||{}).offsetHeight||0,_9.documentElement.scrollHeight||0,_9.documentElement.offsetHeight||0,_9.documentElement.clientHeight||0)}function _497(_27,_536){var _21=[];if(!_27)return _21;for(var _1=0;_1<_27.length;_1++){if(_536(_27[_1],_1))_21.push(_27[_1])}return _21}function _493(_203){var _250=_203.length;while(_250){var _1=_79.floor(_79.random()*_250--);var _528=_203[_250];_203[_250]=_203[_1];_203[_1]=_528}}function _145(_29){if(!_29)return _29;return _29.replace(/&/g,'&').replace(/"/g,'"').replace(/'/g,''').replace(//g,'>')}function _110(_5){if(!_5)return _5;return _5.replace(/([^a-zA-Z\d-_])/g,'\\$1').replace(/^(-)?(\d)/,'$1\\3$2 ')}function _144(_5){return _5?JSON.parse(_5):undefined}function _58(_323){var _21;if(typeof Prototype!=='undefined'&&!_211(Prototype.Version,'1.7')){var _551=Array.prototype.toJSON;delete Array.prototype.toJSON;_21=JSON.stringify(_323);Array.prototype.toJSON=_551}else if(_323){_21=JSON.stringify(_323)}return _21}function _211(_576,_568){var _149=_217(_576);var _29=_217(_568);var _222=_79.max(_149.length,_29.length);if(_29=='NaN'||_149=='NaN'){return false}for(var i=0;i<_222;i++){_149[i]=_149[i]||0;_29[i]=_29[i]||0;if(_149[i]==_29[i]){continue}return _149[i]>_29[i]}return true}function _217(_553){var _397=_553.split('.');var _384=[];for(var i=0;i<_397.length;i++){_384.push(parseInt(_397[i]))}return _384}function _143(_29,_534){var _21=_29;while(_21[_21.length-1]===(_534||' '))_21=_21.slice(0,-1);return _21}function _52(_3,_8){return _3.msMatchesSelector?_3.msMatchesSelector(_8):_3.matches(_8)}function _107(_45,_283){return _45.parentNode&&_45.parentNode.hasAttribute&&_45.parentNode.hasAttribute(_283)}this._46=_46;this._51=_51;this._47=_47;this._204=_204;this._121=_121;this._202=_202;this._497=_497;this._493=_493;this._145=_145;this._110=_110;this._144=_144;this._58=_58;this._211=_211;this._217=_217;this._143=_143;this._52=_52;this._107=_107}var _261=false;var _265=false;var _14=new _562(window,_261,_265);var _118=new _549(window);var _7=new _574(window,Math);var _236=new _558(_14,_7);var _244=new _559(window,_118,_7);var _139=(typeof _529==='function')?new _529(window,_14,_118,_7,_236):{_35:function(){},_62:function(){},_527:function(){}};window.mouseflow=new _539(window,Math,_14,_7,_236,_244,_139)})()}