var qsProxy = {};
function FrameBuilder(formId,appendTo,initialHeight,iframeCode,title,embedStyleJSON){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.frameMinWidth='100%';this.defaultHeight='';this.init=function(){this.embedURLHash=this.getMD5(window.location.href);if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash]&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth'])){this.frameMinWidth=embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth']+'px';}
if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash])){if(embedStyleJSON[this.embedURLHash]['inlineStyle']&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']){this.defaultHeight='data-frameHeight="'+embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']+'"';}}
this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;this.iframeDomId=document.getElementById(this.formId)?this.formId+'_'+new Date().getTime():this.formId;var htmlCode="<"+"iframe title=\""+title.replace(/[\\"']/g,'\\$&').replace(/&amp;/g,'&')+"\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\""+this.formId+"\" id=\""+this.iframeDomId+"\" style=\"width: 10px; min-width:"+this.frameMinWidth+"; display: block; overflow: hidden; height:"+this.initialHeight+"px; border: none;\" scrolling=\"no\""+this.defaultHeight+"></if"+"rame>";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);}
this.frame=document.getElementById(this.iframeDomId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");}
catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}}
this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.iframeDomId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);}
else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){if(window.location.search&&window.location.search.indexOf('disableSmartEmbed')>-1){string=string.replace(new RegExp('smartEmbed=1(?:&amp;|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'.css';var cssPlace=string.indexOf(cssLink);var prepend=string[cssPlace+cssLink.length]==='?'?'&amp;':'?';var embedUrl=prepend+'embedUrl='+window.location.href;if(cssPlace>-1){var positionLastRequestElement=string.indexOf('\"/>',cssPlace);if(positionLastRequestElement>-1){string=string.substr(0,positionLastRequestElement)+embedUrl+string.substr(positionLastRequestElement);string=string.replace(cssLink,'stylebuilder/'+this.formId+'/'+this.embedURLHash+'.css');}}}
string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"></scr'+'ipt><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');}
var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(this.changeHeight.bind(this),this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i<thn.length;i++){var chr=thn.charAt(i);if(chr=="."){cc++;}
if(cc==0){buff+=chr;}}
if(cc==2){thn=thn.replace(buff+".","");}
return thn;}
this.changeHeight=function(){var actualHeight=this.getBodyHeight();var currentHeight=this.getViewPortHeight();var skipAutoHeight=(this.frame.contentWindow)?this.frame.contentWindow.document.querySelector('[data-welcome-view="true"]'):null;if(actualHeight===undefined){this.frame.style.height=this.frameHeight;if(!this.frame.style.minHeight){this.frame.style.minHeight="100vh";window.parent.scrollTo(0,0);}else if(!this.frame.dataset.parentScrolled){this.frame.dataset.parentScrolled=true;var container=window.parent.document&&window.parent.document.querySelector('.jt-content');if(container){container.scrollTo(0,0);}}}else if(Math.abs(actualHeight-currentHeight)>18&&!skipAutoHeight){this.frame.style.height=(actualHeight)+"px";}
this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;}
var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow.document.body){if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}
var formWrapper=this.frame.contentWindow.document.querySelector('.form-all');var margin=parseInt(getComputedStyle(formWrapper).marginTop,10);if(!isNaN(margin)){height+=margin;}}}catch(e){}
this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;}
var height=0;try{if(this.frame.contentWindow.window.innerHeight){height=this.frame.contentWindow.window.innerHeight-18;}else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight)){height=this.frame.contentWindow.document.documentElement.clientHeight;}else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight)){height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){}
return height;};this.getMD5=function(s){function L(k,d){return(k<<d)|(k>>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H<F){Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=(aa[Z]|(G.charCodeAt(H)<<d));H++}Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=aa[Z]|(128<<d);aa[I-2]=F<<3;aa[I-1]=F>>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F<k.length;F++){var x=k.charCodeAt(F);if(x<128){d+=String.fromCharCode(x)}else{if((x>127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P<C.length;P+=16){h=Y;E=X;v=W;g=V;Y=u(Y,X,W,V,C[P+0],S,3614090360);V=u(V,Y,X,W,C[P+1],Q,3905402710);W=u(W,V,Y,X,C[P+2],N,606105819);X=u(X,W,V,Y,C[P+3],M,3250441966);Y=u(Y,X,W,V,C[P+4],S,4118548399);V=u(V,Y,X,W,C[P+5],Q,1200080426);W=u(W,V,Y,X,C[P+6],N,2821735955);X=u(X,W,V,Y,C[P+7],M,4249261313);Y=u(Y,X,W,V,C[P+8],S,1770035416);V=u(V,Y,X,W,C[P+9],Q,2336552879);W=u(W,V,Y,X,C[P+10],N,4294925233);X=u(X,W,V,Y,C[P+11],M,2304563134);Y=u(Y,X,W,V,C[P+12],S,1804603682);V=u(V,Y,X,W,C[P+13],Q,4254626195);W=u(W,V,Y,X,C[P+14],N,2792965006);X=u(X,W,V,Y,C[P+15],M,1236535329);Y=f(Y,X,W,V,C[P+1],A,4129170786);V=f(V,Y,X,W,C[P+6],z,3225465664);W=f(W,V,Y,X,C[P+11],y,643717713);X=f(X,W,V,Y,C[P+0],w,3921069994);Y=f(Y,X,W,V,C[P+5],A,3593408605);V=f(V,Y,X,W,C[P+10],z,38016083);W=f(W,V,Y,X,C[P+15],y,3634488961);X=f(X,W,V,Y,C[P+4],w,3889429448);Y=f(Y,X,W,V,C[P+9],A,568446438);V=f(V,Y,X,W,C[P+14],z,3275163606);W=f(W,V,Y,X,C[P+3],y,4107603335);X=f(X,W,V,Y,C[P+8],w,1163531501);Y=f(Y,X,W,V,C[P+13],A,2850285829);V=f(V,Y,X,W,C[P+2],z,4243563512);W=f(W,V,Y,X,C[P+7],y,1735328473);X=f(X,W,V,Y,C[P+12],w,2368359562);Y=D(Y,X,W,V,C[P+5],o,4294588738);V=D(V,Y,X,W,C[P+8],m,2272392833);W=D(W,V,Y,X,C[P+11],l,1839030562);X=D(X,W,V,Y,C[P+14],j,4259657740);Y=D(Y,X,W,V,C[P+1],o,2763975236);V=D(V,Y,X,W,C[P+4],m,1272893353);W=D(W,V,Y,X,C[P+7],l,4139469664);X=D(X,W,V,Y,C[P+10],j,3200236656);Y=D(Y,X,W,V,C[P+13],o,681279174);V=D(V,Y,X,W,C[P+0],m,3936430074);W=D(W,V,Y,X,C[P+3],l,3572445317);X=D(X,W,V,Y,C[P+6],j,76029189);Y=D(Y,X,W,V,C[P+9],o,3654602809);V=D(V,Y,X,W,C[P+12],m,3873151461);W=D(W,V,Y,X,C[P+15],l,530742520);X=D(X,W,V,Y,C[P+2],j,3299628645);Y=t(Y,X,W,V,C[P+0],U,4096336452);V=t(V,Y,X,W,C[P+7],T,1126891415);W=t(W,V,Y,X,C[P+14],R,2878612391);X=t(X,W,V,Y,C[P+5],O,4237533241);Y=t(Y,X,W,V,C[P+12],U,1700485571);V=t(V,Y,X,W,C[P+3],T,2399980690);W=t(W,V,Y,X,C[P+10],R,4293915773);X=t(X,W,V,Y,C[P+1],O,2240044497);Y=t(Y,X,W,V,C[P+8],U,1873313359);V=t(V,Y,X,W,C[P+15],T,4264355552);W=t(W,V,Y,X,C[P+6],R,2734768916);X=t(X,W,V,Y,C[P+13],O,1309151649);Y=t(Y,X,W,V,C[P+4],U,4149444226);V=t(V,Y,X,W,C[P+11],T,3174756917);W=t(W,V,Y,X,C[P+2],R,718787259);X=t(X,W,V,Y,C[P+9],O,3951481745);Y=K(Y,h);X=K(X,E);W=K(W,v);V=K(V,g)}var i=B(Y)+B(X)+B(W)+B(V);return i.toLowerCase()};this.init();}
FrameBuilder.get=qsProxy||[];var i193443881708366=new FrameBuilder("193443881708366",false,"","<html lang=\"en-UK\"><head><title>KLA_UK_Divisional_Wayfinder<\/title><link rel=\"canonical\" href=\"https:\/\/form.jotform.com\/193443881708366\"\/><link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=http:\/\/www.jotform.com\/form\/193443881708366\" title=\"oEmbed Form\"\/><link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=http:\/\/www.jotform.com\/form\/&#x27;193443881708366\" title=\"oEmbed Form\"\/><meta property=\"og:title\" content=\"KLA_UK_Divisional_Wayfinder\"\/><meta property=\"og:url\" content=\"http:\/\/www.jotform.com\/form\/193443881708366\"\/><meta property=\"og:description\" content=\"Please click the link to complete this form.\"\/><meta property=\"og:image\" content=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Kingspan-LnA-Logo-600x600px.5dd52d2b987212.54710975.jpg\"\/><meta name=\"slack-app-id\" content=\"AHNMASS8M\"\/><meta data-name=\"preventCloning\" content=\"1\"\/><link rel=\"preload\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?c40bc930\" as=\"style\"\/><link rel=\"preload\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/193443881708366.css?themeID=5dde40e4afb473673c595561&amp;smartEmbed=1\" as=\"style\"\/><link id=\"default-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?c40bc930\"\/><link id=\"form-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/193443881708366.css?themeID=5dde40e4afb473673c595561&amp;smartEmbed=1\"\/><link type=\"text\/css\" rel=\"stylesheet\" media=\"all\" href=\"https:\/\/cdn.jotfor.ms\/wizards\/languageWizard\/custom-dropdown\/css\/lang-dd.css\"\/><style>\n        body { overflow: hidden; }\n        body ul,\n        body ol { list-style: none; }\n        body { opacity: 0; }\n      <\/style><link rel=\"shortcut icon\" href=\"\/favicon.ico\"\/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"\/><meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\"\/><script src=\"https:\/\/browser.sentry-cdn.com\/5.12.1\/bundle.min.js\" integrity=\"sha384-y+an4eARFKvjzOivf\/Z7JtMJhaN6b+lLQ5oFbBbUwZNNVir39cYtkjW1r6Xjbxg3\" crossOrigin=\"anonymous\"><\/script><script>window.FORM_MODE = \"cardform\";<\/script><\/head><body class=\"jfCardForm notLoaded isSmartEmbed cf-minimal formMode\"><div class=\"js-pressEnterHint isHidden\" style=\"color:white;position:absolute;z-index:1;bottom:29.5%;left:37.2%;display:none\">You can always press Enter\u23ce to continue<\/div><div id=\"fullscreen-toggle\" class=\"jfForm-fullscreen\"><\/div><div id=\"jfQuestion-proxy\" class=\"forFullScreen\"><\/div><div>\n        <script src=\"https:\/\/cdn01.jotfor.ms\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn02.jotfor.ms\/static\/jotform.forms.js?3.3.28259\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   if (window.CardForm) { window.CardForm.jsForm = true; } \n\n   JotForm.setConditions([{\"action\":[{\"id\":\"action_1578321924630\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fget-in-touch\",\"isError\":false}],\"id\":\"1578321939889\",\"index\":\"1\",\"link\":\"Any\",\"priority\":\"1\",\"terms\":[{\"id\":\"term_1578321924630\",\"field\":\"8\",\"operator\":\"equals\",\"value\":\"Talk to a smoke management expert|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FTalk%20to%20our%20team%20icon.5e133f0a259060.13619581.png\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321895323\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fknowledge\",\"isError\":false}],\"id\":\"1578321920077\",\"index\":\"2\",\"link\":\"Any\",\"priority\":\"2\",\"terms\":[{\"id\":\"term_1578321895323\",\"field\":\"8\",\"operator\":\"equals\",\"value\":\"Smoke Management Articles|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FWhitePapers_Resource_Center_Downloads_Icon_KICE.5df14915b14682.55941148.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321863032\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fsmoke-pressurisation-systems\",\"isError\":false}],\"id\":\"1578321890116\",\"index\":\"3\",\"link\":\"Any\",\"priority\":\"3\",\"terms\":[{\"id\":\"term_1578321863032\",\"field\":\"8\",\"operator\":\"equals\",\"value\":\"Smoke Pressurisation Systems (SPS)|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002F127245.5df14f4a2e1eb6.26604592.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321843971\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fdownloads\",\"isError\":false}],\"id\":\"1578321859309\",\"index\":\"4\",\"link\":\"Any\",\"priority\":\"4\",\"terms\":[{\"id\":\"term_1578321843971\",\"field\":\"8\",\"operator\":\"equals\",\"value\":\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc...)|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FDetails_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321820148\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Flouvred-ventilators\\u002Fkingspan-estra\",\"isError\":false}],\"id\":\"1578321840257\",\"index\":\"5\",\"link\":\"Any\",\"priority\":\"5\",\"terms\":[{\"id\":\"term_1578321820148\",\"field\":\"8\",\"operator\":\"equals\",\"value\":\"Facade\\u002FVertical Ventilators|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002F122602.5df13a35888764.45585667.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321795396\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fflap-ventilators\",\"isError\":false}],\"id\":\"1578321816201\",\"index\":\"6\",\"link\":\"Any\",\"priority\":\"6\",\"terms\":[{\"id\":\"term_1578321795396\",\"field\":\"8\",\"operator\":\"equals\",\"value\":\"Flap Ventilators|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002F122606.5df14bcd785956.02019267.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321764638\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Flouvred-ventilators\",\"isError\":false}],\"id\":\"1578321787289\",\"index\":\"7\",\"link\":\"Any\",\"priority\":\"7\",\"terms\":[{\"id\":\"term_1578321764638\",\"field\":\"8\",\"operator\":\"equals\",\"value\":\"Louvred Ventilators|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKINGSPAN_EURA_002.5df13b660a44e9.37094399.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321731399\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fsmoke-vents\",\"isError\":false}],\"id\":\"1578321757959\",\"index\":\"8\",\"link\":\"Any\",\"priority\":\"8\",\"terms\":[{\"id\":\"term_1578321731399\",\"field\":\"8\",\"operator\":\"equals\",\"value\":\"Smoke & Heat Vents|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKLA_GB_Kapture_Smoke_Vent.5df14b9a12e921.44456302.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321697134\",\"skipTo\":\"11\",\"isError\":false}],\"id\":\"1578321703941\",\"index\":\"9\",\"link\":\"Any\",\"priority\":\"9\",\"terms\":[{\"id\":\"term_1578321697134\",\"field\":\"7\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578321673578\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fnatural-ventilation-solutions\\u002Fget-in-touch\",\"isError\":false}],\"id\":\"1578321687073\",\"index\":\"10\",\"link\":\"Any\",\"priority\":\"10\",\"terms\":[{\"id\":\"term_1578321673578\",\"field\":\"7\",\"operator\":\"equals\",\"value\":\"Talk to our ventilation team|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FTalk to our team icon.5e133f0a259060.13619581.png\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321635596\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fdownloads\",\"isError\":false}],\"id\":\"1578321667819\",\"index\":\"11\",\"link\":\"Any\",\"priority\":\"11\",\"terms\":[{\"id\":\"term_1578321635596\",\"field\":\"7\",\"operator\":\"equals\",\"value\":\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc...)|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FDetails_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321608348\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fnatural-ventilation-solutions\\u002Fvented-skylights\",\"isError\":false}],\"id\":\"1578321631711\",\"index\":\"12\",\"link\":\"Any\",\"priority\":\"12\",\"terms\":[{\"id\":\"term_1578321608348\",\"field\":\"7\",\"operator\":\"equals\",\"value\":\"Vented Skylights|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002F86977.5df13a6636e4a9.86024680.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321579004\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Flouvred-ventilators\\u002Fkingspan-estra\",\"isError\":false}],\"id\":\"1578321603924\",\"index\":\"13\",\"link\":\"Any\",\"priority\":\"13\",\"terms\":[{\"id\":\"term_1578321579004\",\"field\":\"7\",\"operator\":\"equals\",\"value\":\"Facade\\u002FVertical Ventilators|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002F122602.5df13a35888764.45585667.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321550651\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fnatural-ventilation-solutions\\u002Fventilation-windows\",\"isError\":false}],\"id\":\"1578321574165\",\"index\":\"14\",\"link\":\"Any\",\"priority\":\"14\",\"terms\":[{\"id\":\"term_1578321550651\",\"field\":\"7\",\"operator\":\"equals\",\"value\":\"Ventilation Windows|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002F122622.5df13a9d759a73.71831396.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321516963\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Flouvred-ventilators\",\"isError\":false}],\"id\":\"1578321544466\",\"index\":\"15\",\"link\":\"Any\",\"priority\":\"15\",\"terms\":[{\"id\":\"term_1578321516963\",\"field\":\"7\",\"operator\":\"equals\",\"value\":\"Louvred Ventilators|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKINGSPAN_EURA_002.5df13b660a44e9.37094399.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321446962\",\"skipTo\":\"11\",\"isError\":false}],\"id\":\"1578321455709\",\"index\":\"16\",\"link\":\"Any\",\"priority\":\"16\",\"terms\":[{\"id\":\"term_1578321446962\",\"field\":\"5\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578321422287\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fdaylighting-solutions\\u002Fget-in-touch\",\"isError\":false}],\"id\":\"1578321438542\",\"index\":\"17\",\"link\":\"Any\",\"priority\":\"17\",\"terms\":[{\"id\":\"term_1578321422287\",\"field\":\"5\",\"operator\":\"equals\",\"value\":\"Talk to our daylighting team|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FTalk to our team icon.5e133f0a259060.13619581.png\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321391833\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fdaylighting-solutions\\u002Fresources\",\"isError\":false}],\"id\":\"1578321418011\",\"index\":\"18\",\"link\":\"Any\",\"priority\":\"18\",\"terms\":[{\"id\":\"term_1578321391833\",\"field\":\"5\",\"operator\":\"equals\",\"value\":\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc..)|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FDetails_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321369999\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fdaylighting-solutions\\u002Fdaylighting-blog\",\"isError\":false}],\"id\":\"1578321387908\",\"index\":\"19\",\"link\":\"Any\",\"priority\":\"19\",\"terms\":[{\"id\":\"term_1578321369999\",\"field\":\"5\",\"operator\":\"equals\",\"value\":\"Daylighting Articles|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FWhitePapers_Resource_Center_Downloads_Icon_KICE.5df14915b14682.55941148.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321348731\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fdaylighting-solutions\\u002Fcpd-training\",\"isError\":false}],\"id\":\"1578321365449\",\"index\":\"20\",\"link\":\"Any\",\"priority\":\"20\",\"terms\":[{\"id\":\"term_1578321348731\",\"field\":\"5\",\"operator\":\"equals\",\"value\":\"Daylighting CPD Information|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FRIBA_Jotform_Logo.5e133bfc0a5219.87781434.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321310797\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fdaylighting-solutions\\u002Fcase-studies\",\"isError\":false}],\"id\":\"1578321340516\",\"index\":\"21\",\"link\":\"Any\",\"priority\":\"21\",\"terms\":[{\"id\":\"term_1578321310797\",\"field\":\"5\",\"operator\":\"equals\",\"value\":\"Daylighting Case Studies|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FCase_Studies_Resource_Center_Downloads_Icon_KICE.5df149766fa101.96298179.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321272011\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fdaylighting-solutions\\u002Fskylights-and-rooflights\",\"isError\":false}],\"id\":\"1578321305923\",\"index\":\"22\",\"link\":\"Any\",\"priority\":\"22\",\"terms\":[{\"id\":\"term_1578321272011\",\"field\":\"5\",\"operator\":\"equals\",\"value\":\"Skylights & Rooflights|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002F56329.5df1047a820821.58741472.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578321145266\",\"skipTo\":\"11\",\"isError\":false}],\"id\":\"1578321154109\",\"index\":\"23\",\"link\":\"Any\",\"priority\":\"23\",\"terms\":[{\"id\":\"term_1578321145266\",\"field\":\"10\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320881145\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fget-in-touch\",\"isError\":false}],\"id\":\"1578320890314\",\"index\":\"25\",\"link\":\"Any\",\"priority\":\"25\",\"terms\":[{\"id\":\"term_1578320881145\",\"field\":\"10\",\"operator\":\"equals\",\"value\":\"Talk to our Service & Maintenance Team|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FTalk to our team icon.5e133f0a259060.13619581.png\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578320867831\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fget-in-touch\",\"isError\":false}],\"id\":\"1578320877116\",\"index\":\"26\",\"link\":\"Any\",\"priority\":\"26\",\"terms\":[{\"id\":\"term_1578320867831\",\"field\":\"10\",\"operator\":\"equals\",\"value\":\"Report a Fault\\u002FEmergency Call Out|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FEmergency%20Call%20Out%20Icon.5e133db9d5ed59.65795115.png\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578320831532\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fget-in-touch\",\"isError\":false}],\"id\":\"1578320859910\",\"index\":\"27\",\"link\":\"Any\",\"priority\":\"27\",\"terms\":[{\"id\":\"term_1578320831532\",\"field\":\"10\",\"operator\":\"equals\",\"value\":\"Book a Service & Maintenance Inspection for my Smoke Control Systems|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FTechnical%20Support%20Icon.5e133dd391cce7.63420442.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578320811081\",\"redirect\":\"https:\\u002F\\u002Fwww.kingspan.com\\u002Fgb\\u002Fen-gb\\u002Fproducts\\u002Fsmoke-management-solutions\\u002Fsmoke-control-maintenance\",\"isError\":false}],\"id\":\"1578320822296\",\"index\":\"28\",\"link\":\"Any\",\"priority\":\"28\",\"terms\":[{\"id\":\"term_1578320811081\",\"field\":\"10\",\"operator\":\"equals\",\"value\":\"Learn about Smoke Control Service & Maintenance Packages|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKLA_HLPG%20ServiceMaintenance.5df14abf683e70.86185264.jpg\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_1578320695612\",\"skipTo\":\"8\",\"isError\":false}],\"id\":\"1578320702591\",\"index\":\"30\",\"link\":\"Any\",\"priority\":\"30\",\"terms\":[{\"id\":\"term_1578320695612\",\"field\":\"9\",\"operator\":\"equals\",\"value\":\"Smoke Management Products|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKLA_HLPG SmokeManagement.5df14a1a4c5a22.48931112.jpg\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320682017\",\"skipTo\":\"7\",\"isError\":false}],\"id\":\"1578320690093\",\"index\":\"31\",\"link\":\"Any\",\"priority\":\"31\",\"terms\":[{\"id\":\"term_1578320682017\",\"field\":\"9\",\"operator\":\"equals\",\"value\":\"Natural Ventilation Products|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKLA_HLPG NaturalVentilation.5df14a0683df54.88934467.jpg\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320669719\",\"skipTo\":\"5\",\"isError\":false}],\"id\":\"1578320678044\",\"index\":\"32\",\"link\":\"Any\",\"priority\":\"32\",\"terms\":[{\"id\":\"term_1578320669719\",\"field\":\"9\",\"operator\":\"equals\",\"value\":\"Daylighting Products|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKLA_HLPG Daylighting.5df149f5def371.02644802.jpg\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320652101\",\"skipTo\":\"8\",\"isError\":false}],\"id\":\"1578320660140\",\"index\":\"33\",\"link\":\"Any\",\"priority\":\"33\",\"terms\":[{\"id\":\"term_1578320652101\",\"field\":\"4\",\"operator\":\"equals\",\"value\":\"Smoke Management Solutions|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKLA_HLPG%20SmokeManagement.5df14a1a4c5a22.48931112.jpg\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320640173\",\"skipTo\":\"7\",\"isError\":false}],\"id\":\"1578320647697\",\"index\":\"34\",\"link\":\"Any\",\"priority\":\"34\",\"terms\":[{\"id\":\"term_1578320640173\",\"field\":\"4\",\"operator\":\"equals\",\"value\":\"Natural Ventilation Solutions|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKLA_HLPG%20NaturalVentilation.5df14a0683df54.88934467.jpg\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320616764\",\"skipTo\":\"5\",\"isError\":false}],\"id\":\"1578320629416\",\"index\":\"35\",\"link\":\"Any\",\"priority\":\"35\",\"terms\":[{\"id\":\"term_1578320616764\",\"field\":\"4\",\"operator\":\"equals\",\"value\":\"Daylighting Solutions|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FKLA_HLPG%20Daylighting.5df149f5def371.02644802.jpg\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320551066\",\"skipTo\":\"10\",\"isError\":false}],\"id\":\"1578320559661\",\"index\":\"36\",\"link\":\"Any\",\"priority\":\"36\",\"terms\":[{\"id\":\"term_1578320551066\",\"field\":\"3\",\"operator\":\"equals\",\"value\":\"I'm a Facilities Manager\\u002FBuilding Owner|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FFacilities%20Manager%20Icon.5e133b41b7ed96.76662137.png\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320527462\",\"skipTo\":\"9\",\"isError\":false}],\"id\":\"1578320537314\",\"index\":\"37\",\"link\":\"Any\",\"priority\":\"37\",\"terms\":[{\"id\":\"term_1578320527462\",\"field\":\"3\",\"operator\":\"equals\",\"value\":\"I'm a Contractor\\u002FConstruction Professional|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002FDownloads.5df16704b1b770.74719591.png\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_1578320489095\",\"skipTo\":\"4\",\"isError\":false}],\"id\":\"1578320507400\",\"index\":\"38\",\"link\":\"Any\",\"priority\":\"38\",\"terms\":[{\"id\":\"term_1578320489095\",\"field\":\"3\",\"operator\":\"equals\",\"value\":\"I'm an Architect\\u002FSpecifier|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FKingspanLA\\u002Fform_files\\u002Fdownload%20(1).5df16755b34966.71526913.png\",\"isError\":false}],\"type\":\"page\"}]);\tJotForm.clearFieldOnHide=\"disable\";\n\tJotForm.submitError=\"jumpToFirstError\";\n\n\tJotForm.init(function(){\n\t\/*INIT-START*\/\n      JotForm.alterTexts(undefined);\n      FormTranslation.init({\"detectUserLanguage\":\"1\",\"firstPageOnly\":\"0\",\"options\":\"English (UK)\",\"originalLanguage\":\"en-UK\",\"primaryLanguage\":\"en-UK\",\"saveUserLanguage\":\"1\",\"showStatus\":\"flag-with-nation\",\"theme\":\"light-theme\",\"version\":\"2\"});\n\t\n        \n        \n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   JotForm.prepareCalculationsOnTheFly([null,null,null,{\"description\":\"\",\"name\":\"whichOption\",\"qid\":\"3\",\"text\":\"Which Option Below Best Describes Yourself?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"asAn4\",\"qid\":\"4\",\"text\":\"As an Architect\\u002FSpecifier, you may be looking for:\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"daylighting5\",\"qid\":\"5\",\"text\":\"Daylighting - What would you like to view?\",\"type\":\"control_imagechoice\"},null,{\"description\":\"\",\"name\":\"naturalVentilation7\",\"qid\":\"7\",\"text\":\"Natural Ventilation - What would you like to view\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"smokeManagement\",\"qid\":\"8\",\"text\":\"Smoke Management - What would you like to view?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"9\",\"text\":\"As a Contractor\\u002FConstruction Professional, you may be looking for:\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"asA10\",\"qid\":\"10\",\"text\":\"As a Facilities Manager\\u002FBuilding Owner, you may want to:\",\"type\":\"control_imagechoice\"},{\"name\":\"input11\",\"qid\":\"11\",\"text\":\"Perfect! Click \\\"SUBMIT\\\" and you will be directed immediately to the right page.\\n*Please make sure you don't have a pop-up window blocker.\",\"type\":\"control_text\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,null,null,{\"description\":\"\",\"name\":\"whichOption\",\"qid\":\"3\",\"text\":\"Which Option Below Best Describes Yourself?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"asAn4\",\"qid\":\"4\",\"text\":\"As an Architect\\u002FSpecifier, you may be looking for:\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"daylighting5\",\"qid\":\"5\",\"text\":\"Daylighting - What would you like to view?\",\"type\":\"control_imagechoice\"},null,{\"description\":\"\",\"name\":\"naturalVentilation7\",\"qid\":\"7\",\"text\":\"Natural Ventilation - What would you like to view\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"smokeManagement\",\"qid\":\"8\",\"text\":\"Smoke Management - What would you like to view?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"9\",\"text\":\"As a Contractor\\u002FConstruction Professional, you may be looking for:\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"asA10\",\"qid\":\"10\",\"text\":\"As a Facilities Manager\\u002FBuilding Owner, you may want to:\",\"type\":\"control_imagechoice\"},{\"name\":\"input11\",\"qid\":\"11\",\"text\":\"Perfect! Click \\\"SUBMIT\\\" and you will be directed immediately to the right page.\\n*Please make sure you don't have a pop-up window blocker.\",\"type\":\"control_text\"}]);}, 20); \n<\/script>\n\n      <\/div><div class=\"formFooter branding21\"><div class=\"formFooter-content\"><a href=\"https:\/\/www.jotform.com\/cards\/?utm_source=formfooter&amp;utm_medium=banner&amp;utm_term=193443881708366&amp;utm_content=jotform_logo&amp;utm_campaign=powered_by_jotform_cf\" target=\"_blank\" class=\"formFooter-logoLink\"><img class=\"formFooter-logo\" alt=\"JotForm Logo\" src=\"https:\/\/cdn.jotfor.ms\/assets\/img\/logo2021\/jotform-logo-white.svg\"\/><\/a><div class=\"formFooter-rightSide\"><span class=\"formFooter-text\">Now create your own Jotform - It&#x27;s free!<\/span><a class=\"formFooter-button\" href=\"https:\/\/www.jotform.com\/cards\/?utm_source=formfooter&amp;utm_medium=banner&amp;utm_term=193443881708366&amp;utm_content=jotform_button&amp;utm_campaign=powered_by_jotform_cf\" target=\"_blank\">Create your own Jotform<\/a><\/div><\/div><div class=\"formFooter-mobile jsNewFormFooter\"><a href=\"https:\/\/www.jotform.com\/cards\/?utm_source=formfooter&amp;utm_medium=banner&amp;utm_term=193443881708366&amp;utm_content=jotform_logo&amp;utm_campaign=powered_by_jotform_signup_powered_by_jotform_cf_mobile_new\" class=\"formFooter-mobileLink\" target=\"_blank\">Create your own<img loading=\"lazy\" class=\"formFooter-mobileLogo\" alt=\"JotForm\" src=\"https:\/\/cdn.jotfor.ms\/assets\/img\/cardforms\/mobile_footer_logo.png\"\/><img loading=\"lazy\" class=\"formFooter-mobilePodo\" alt=\"JotForm mascot Podo\" src=\"https:\/\/cdn.jotfor.ms\/assets\/img\/cardforms\/footer_podoo.png\"\/><\/a><\/div><\/div><div class=\"jfForm-wrapper\"><div class=\"jfForm-backgroundContainer\"><\/div><div class=\"jfForm-backgroundUnderlay\"><\/div><div class=\"jfForm-backgroundOverlay\"><\/div><div class=\"jfForm-background\"><div class=\"jfForm-background-mask\"><\/div><\/div><div class=\"jfWelcome-wrapper\" role=\"banner\"><div class=\"jfWelcome\"><div id=\"header_welcomePage\" class=\"jfWelcome-header form-header\" data-component=\"header\" style=\"opacity:0\">KLA_UK_Divisional_Wayfinder<\/div><div id=\"subHeader_welcomePage\" class=\"jfWelcome-description form-subHeader\"><\/div><div class=\"jfWelcome-sectionInfo\"><span class=\"jfWelcome-sectionInfo-questionCount\"><\/span><span class=\"jfWelcome-sectionInfo-text\"><\/span><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-previous\" style=\"display:none\"><\/button><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-start\" style=\"display:none\"><\/button><\/div><\/div><\/div><form role=\"main\" class=\"jotform-form\" id=\"193443881708366\" name=\"form_193443881708366\" action=\"https:\/\/submit.jotformeu.com\/submit\/193443881708366\/\" method=\"post\" autoComplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"193443881708366\"\/><div class=\"jfTranslation\"><input type=\"text\" class=\"jfTranslation-input\" id=\"input_language\" name=\"input_language\" style=\"display:none\"\/><div class=\"jfTranslation-dropdown language-dd\" id=\"langDd\" style=\"display:none\"><div class=\"jfTranslation-placeholder dd-placeholder lang-emp\">Language<\/div><ul class=\"jfTranslation-list lang-list dn\" id=\"langList\"><li data-lang=\"en-UK\" class=\"en-UK\">English (UK)<\/li><\/ul><\/div><\/div><ul class=\"jfForm-all form-section page-section form-all\" id=\"cardAnimationWrapper\"><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_3\"><div id=\"cid_3\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>1<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_3\" class=\"jfQuestion-label isCenterAlign\" id=\"label_3\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Which Option Below Best Describes Yourself?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_3_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_3\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"3\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_3_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q3_whichOption[]\" value=\"I&#x27;m an Architect\/Specifier|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/download%20(1).5df16755b34966.71526913.png\" id=\"input_3_0\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/download%20(1).5df16755b34966.71526913.png&quot;)\"><img alt=\"I&#x27;m an Architect\/Specifier\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/download%20(1).5df16755b34966.71526913.png\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">I&#x27;m an Architect\/Specifier<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_3_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q3_whichOption[]\" value=\"I&#x27;m a Contractor\/Construction Professional|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Downloads.5df16704b1b770.74719591.png\" id=\"input_3_1\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Downloads.5df16704b1b770.74719591.png&quot;)\"><img alt=\"I&#x27;m a Contractor\/Construction Professional\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Downloads.5df16704b1b770.74719591.png\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">I&#x27;m a Contractor\/Construction Professional<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_3_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q3_whichOption[]\" value=\"I&#x27;m a Facilities Manager\/Building Owner|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Facilities%20Manager%20Icon.5e133b41b7ed96.76662137.png\" id=\"input_3_2\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Facilities%20Manager%20Icon.5e133b41b7ed96.76662137.png&quot;)\"><img alt=\"I&#x27;m a Facilities Manager\/Building Owner\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Facilities%20Manager%20Icon.5e133b41b7ed96.76662137.png\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">I&#x27;m a Facilities Manager\/Building Owner<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:none\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_4\"><div id=\"cid_4\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>2<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_4\" class=\"jfQuestion-label isCenterAlign\" id=\"label_4\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">As an Architect\/Specifier, you may be looking for:<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_4_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_4\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"3\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_4_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q4_asAn4[]\" value=\"Daylighting Solutions|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20Daylighting.5df149f5def371.02644802.jpg\" id=\"input_4_0\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20Daylighting.5df149f5def371.02644802.jpg&quot;)\"><img alt=\"Daylighting Solutions\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20Daylighting.5df149f5def371.02644802.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Daylighting Solutions<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_4_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q4_asAn4[]\" value=\"Natural Ventilation Solutions|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20NaturalVentilation.5df14a0683df54.88934467.jpg\" id=\"input_4_1\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20NaturalVentilation.5df14a0683df54.88934467.jpg&quot;)\"><img alt=\"Natural Ventilation Solutions\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20NaturalVentilation.5df14a0683df54.88934467.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Natural Ventilation Solutions<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_4_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q4_asAn4[]\" value=\"Smoke Management Solutions|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20SmokeManagement.5df14a1a4c5a22.48931112.jpg\" id=\"input_4_2\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20SmokeManagement.5df14a1a4c5a22.48931112.jpg&quot;)\"><img alt=\"Smoke Management Solutions\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20SmokeManagement.5df14a1a4c5a22.48931112.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Smoke Management Solutions<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_9\"><div id=\"cid_9\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>3<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_9\" class=\"jfQuestion-label isCenterAlign\" id=\"label_9\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">As a Contractor\/Construction Professional, you may be looking for:<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_9_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_9\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"3\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_9_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q9_asA[]\" value=\"Daylighting Products|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG Daylighting.5df149f5def371.02644802.jpg\" id=\"input_9_0\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG Daylighting.5df149f5def371.02644802.jpg&quot;)\"><img alt=\"Daylighting Products\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG Daylighting.5df149f5def371.02644802.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Daylighting Products<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_9_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q9_asA[]\" value=\"Natural Ventilation Products|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG NaturalVentilation.5df14a0683df54.88934467.jpg\" id=\"input_9_1\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG NaturalVentilation.5df14a0683df54.88934467.jpg&quot;)\"><img alt=\"Natural Ventilation Products\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG NaturalVentilation.5df14a0683df54.88934467.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Natural Ventilation Products<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_9_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q9_asA[]\" value=\"Smoke Management Products|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG SmokeManagement.5df14a1a4c5a22.48931112.jpg\" id=\"input_9_2\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG SmokeManagement.5df14a1a4c5a22.48931112.jpg&quot;)\"><img alt=\"Smoke Management Products\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG SmokeManagement.5df14a1a4c5a22.48931112.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Smoke Management Products<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_10\"><div id=\"cid_10\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>4<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_10\" class=\"jfQuestion-label isCenterAlign\" id=\"label_10\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">As a Facilities Manager\/Building Owner, you may want to:<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_10_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_10\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"4\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_10_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q10_asA10[]\" value=\"Learn about Smoke Control Service &amp; Maintenance Packages|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20ServiceMaintenance.5df14abf683e70.86185264.jpg\" id=\"input_10_0\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20ServiceMaintenance.5df14abf683e70.86185264.jpg&quot;)\"><img alt=\"Learn about Smoke Control Service &amp; Maintenance Packages\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_HLPG%20ServiceMaintenance.5df14abf683e70.86185264.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Learn about Smoke Control Service &amp; Maintenance Packages<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_10_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q10_asA10[]\" value=\"Book a Service &amp; Maintenance Inspection for my Smoke Control Systems|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Technical%20Support%20Icon.5e133dd391cce7.63420442.jpg\" id=\"input_10_1\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Technical%20Support%20Icon.5e133dd391cce7.63420442.jpg&quot;)\"><img alt=\"Book a Service &amp; Maintenance Inspection for my Smoke Control Systems\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Technical%20Support%20Icon.5e133dd391cce7.63420442.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Book a Service &amp; Maintenance Inspection for my Smoke Control Systems<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_10_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q10_asA10[]\" value=\"Report a Fault\/Emergency Call Out|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Emergency%20Call%20Out%20Icon.5e133db9d5ed59.65795115.png\" id=\"input_10_2\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Emergency%20Call%20Out%20Icon.5e133db9d5ed59.65795115.png&quot;)\"><img alt=\"Report a Fault\/Emergency Call Out\u00a0\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Emergency%20Call%20Out%20Icon.5e133db9d5ed59.65795115.png\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Report a Fault\/Emergency Call Out<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_10_3\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q10_asA10[]\" value=\"Talk to our Service &amp; Maintenance Team|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png\" id=\"input_10_3\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png&quot;)\"><img alt=\"Talk to our Service &amp; Maintenance Team\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Talk to our Service &amp; Maintenance Team<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_5\"><div id=\"cid_5\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>5<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_5\" class=\"jfQuestion-label isCenterAlign\" id=\"label_5\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Daylighting - What would you like to view?<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_5_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_5\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"4\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_5_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q5_daylighting5[]\" value=\"Skylights &amp; Rooflights|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/56329.5df1047a820821.58741472.jpg\" id=\"input_5_0\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/56329.5df1047a820821.58741472.jpg&quot;)\"><img alt=\"Skylights &amp; Rooflights\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/56329.5df1047a820821.58741472.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Skylights &amp; Rooflights<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_5_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q5_daylighting5[]\" value=\"Daylighting Case Studies|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Case_Studies_Resource_Center_Downloads_Icon_KICE.5df149766fa101.96298179.jpg\" id=\"input_5_1\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Case_Studies_Resource_Center_Downloads_Icon_KICE.5df149766fa101.96298179.jpg&quot;)\"><img alt=\"Daylighting Case Studies\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Case_Studies_Resource_Center_Downloads_Icon_KICE.5df149766fa101.96298179.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Daylighting Case Studies<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_5_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q5_daylighting5[]\" value=\"Daylighting CPD Information|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/RIBA_Jotform_Logo.5e133bfc0a5219.87781434.jpg\" id=\"input_5_2\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/RIBA_Jotform_Logo.5e133bfc0a5219.87781434.jpg&quot;)\"><img alt=\"Daylighting CPD Information\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/RIBA_Jotform_Logo.5e133bfc0a5219.87781434.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Daylighting CPD Information<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_5_3\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q5_daylighting5[]\" value=\"Daylighting Articles|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/WhitePapers_Resource_Center_Downloads_Icon_KICE.5df14915b14682.55941148.jpg\" id=\"input_5_3\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/WhitePapers_Resource_Center_Downloads_Icon_KICE.5df14915b14682.55941148.jpg&quot;)\"><img alt=\"Daylighting Articles\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/WhitePapers_Resource_Center_Downloads_Icon_KICE.5df14915b14682.55941148.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Daylighting Articles<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_5_4\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q5_daylighting5[]\" value=\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc..)|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\" id=\"input_5_4\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg&quot;)\"><img alt=\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc..)\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc..)<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_5_5\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q5_daylighting5[]\" value=\"Talk to our daylighting team|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png\" id=\"input_5_5\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png&quot;)\"><img alt=\"Talk to our daylighting team\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Talk to our daylighting team<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_7\"><div id=\"cid_7\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>6<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_7\" class=\"jfQuestion-label isCenterAlign\" id=\"label_7\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Natural Ventilation - What would you like to view<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_7_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_7\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"4\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q7_naturalVentilation7[]\" value=\"Louvred Ventilators|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KINGSPAN_EURA_002.5df13b660a44e9.37094399.jpg\" id=\"input_7_0\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KINGSPAN_EURA_002.5df13b660a44e9.37094399.jpg&quot;)\"><img alt=\"Louvred Ventilators\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KINGSPAN_EURA_002.5df13b660a44e9.37094399.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Louvred Ventilators<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q7_naturalVentilation7[]\" value=\"Ventilation Windows|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122622.5df13a9d759a73.71831396.jpg\" id=\"input_7_1\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122622.5df13a9d759a73.71831396.jpg&quot;)\"><img alt=\"Ventilation Windows\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122622.5df13a9d759a73.71831396.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Ventilation Windows<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q7_naturalVentilation7[]\" value=\"Facade\/Vertical Ventilators|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122602.5df13a35888764.45585667.jpg\" id=\"input_7_2\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122602.5df13a35888764.45585667.jpg&quot;)\"><img alt=\"Facade\/Vertical Ventilators\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122602.5df13a35888764.45585667.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Facade\/Vertical Ventilators<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_3\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q7_naturalVentilation7[]\" value=\"Vented Skylights|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/86977.5df13a6636e4a9.86024680.jpg\" id=\"input_7_3\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/86977.5df13a6636e4a9.86024680.jpg&quot;)\"><img alt=\"Vented Skylights\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/86977.5df13a6636e4a9.86024680.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Vented Skylights<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_7_4\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q7_naturalVentilation7[]\" value=\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc...)|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\" id=\"input_7_4\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg&quot;)\"><img alt=\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc...)\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc...)<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_7_5\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q7_naturalVentilation7[]\" value=\"Talk to our ventilation team|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png\" id=\"input_7_5\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png&quot;)\"><img alt=\"Talk to our ventilation team\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk to our team icon.5e133f0a259060.13619581.png\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Talk to our ventilation team<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_8\"><div id=\"cid_8\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>7<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_8\" class=\"jfQuestion-label isCenterAlign\" id=\"label_8\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Smoke Management - What would you like to view?<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_8_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_8\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"4\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_8_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q8_smokeManagement[]\" value=\"Smoke &amp; Heat Vents|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_GB_Kapture_Smoke_Vent.5df14b9a12e921.44456302.jpg\" id=\"input_8_0\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_GB_Kapture_Smoke_Vent.5df14b9a12e921.44456302.jpg&quot;)\"><img alt=\"Smoke &amp; Heat Vents\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KLA_GB_Kapture_Smoke_Vent.5df14b9a12e921.44456302.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Smoke &amp; Heat Vents<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_8_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q8_smokeManagement[]\" value=\"Louvred Ventilators|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KINGSPAN_EURA_002.5df13b660a44e9.37094399.jpg\" id=\"input_8_1\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KINGSPAN_EURA_002.5df13b660a44e9.37094399.jpg&quot;)\"><img alt=\"Louvred Ventilators\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/KINGSPAN_EURA_002.5df13b660a44e9.37094399.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Louvred Ventilators<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_8_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q8_smokeManagement[]\" value=\"Flap Ventilators|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122606.5df14bcd785956.02019267.jpg\" id=\"input_8_2\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122606.5df14bcd785956.02019267.jpg&quot;)\"><img alt=\"Flap Ventilators\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122606.5df14bcd785956.02019267.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Flap Ventilators<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_8_3\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q8_smokeManagement[]\" value=\"Facade\/Vertical Ventilators|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122602.5df13a35888764.45585667.jpg\" id=\"input_8_3\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122602.5df13a35888764.45585667.jpg&quot;)\"><img alt=\"Facade\/Vertical Ventilators\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/122602.5df13a35888764.45585667.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Facade\/Vertical Ventilators<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_8_4\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q8_smokeManagement[]\" value=\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc...)|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\" id=\"input_8_4\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg&quot;)\"><img alt=\"Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc...)\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Details_Resource_Center_Downloads_Icon_KICE.5df147c1a9de27.66509075.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Downloads (BIM, CAD, Product Datasheets, NBS, DoP etc...)<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_8_5\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q8_smokeManagement[]\" value=\"Smoke Pressurisation Systems (SPS)|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/127245.5df14f4a2e1eb6.26604592.jpg\" id=\"input_8_5\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/127245.5df14f4a2e1eb6.26604592.jpg&quot;)\"><img alt=\"Smoke Pressurisation Systems (SPS)\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/127245.5df14f4a2e1eb6.26604592.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Smoke Pressurisation Systems (SPS)<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_8_6\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q8_smokeManagement[]\" value=\"Smoke Management Articles|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/WhitePapers_Resource_Center_Downloads_Icon_KICE.5df14915b14682.55941148.jpg\" id=\"input_8_6\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/WhitePapers_Resource_Center_Downloads_Icon_KICE.5df14915b14682.55941148.jpg&quot;)\"><img alt=\"Smoke Management Articles\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/WhitePapers_Resource_Center_Downloads_Icon_KICE.5df14915b14682.55941148.jpg\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Smoke Management Articles<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_8_7\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio\" name=\"q8_smokeManagement[]\" value=\"Talk to a smoke management expert|https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk%20to%20our%20team%20icon.5e133f0a259060.13619581.png\" id=\"input_8_7\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk%20to%20our%20team%20icon.5e133f0a259060.13619581.png&quot;)\"><img alt=\"Talk to a smoke management expert\" src=\"https:\/\/www.jotform.com\/uploads\/KingspanLA\/form_files\/Talk%20to%20our%20team%20icon.5e133f0a259060.13619581.png\" style=\"display:none\" loading=\"lazy\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Talk to a smoke management expert<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_text\" id=\"id_11\"><div id=\"cid_11\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_text\"><div class=\"jfCard-index\"><div>8<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\"><div id=\"text_11\" class=\"form-html\" data-component=\"text\"><p><span style=\"font-size: 14pt;\">Perfect! Click &quot;SUBMIT&quot; and you will be directed immediately to the right page.<\/span><\/p>\n<p>*Please make sure you don't have a pop-up window blocker.<\/p><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:block\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li style=\"display:none\">Should be Empty:<input type=\"text\" name=\"website\" value=\"\" aria-hidden=\"true\"\/><\/li><\/ul><\/form><\/div><div class=\"jStaticItems\"><\/div><input type=\"hidden\" aria-hidden=\"true\" id=\"simple_spc\" name=\"simple_spc\" value=\"193443881708366-193443881708366\"\/><div class=\"jfProgress progress-animate\" id=\"cardProgress\" aria-hidden=\"true\" role=\"navigation\" aria-label=\"Progress Bar\"><span class=\"jfProgressLine\"><span class=\"jfProgressLine-inner jsFeedbackProgressLine\" style=\"width:100%\"><\/span><\/span><span class=\"jfProgress-itemWrapperLine jfProgress-hiddenWrapper\"><\/span><span id=\"jsSubmitError\" class=\"jfProgress-formError\"><\/span><div class=\"jfProgress-itemWrapper jfProgress-hiddenWrapper\" role=\"list\"><div class=\"jfProgress-itemCell\" role=\"listitem\"><div class=\"jfProgress-item\" data-index=\"0\" role=\"link\" tabindex=\"0\"><div class=\"jfProgress-itemCircle\"><span class=\"jfProgress-itemPulse\"><\/span><\/div><span class=\"jfProgress-itemLabel\">Question Label<\/span><span class=\"jfProgress-statusIcon\"><span class=\"iconSvg  icon_check \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\" class=\"check-outer\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path d=\"M237.88,108.5a13.49,13.49,0,0,0-19.08,0l-80.38,80.38-31.23-31.22a13.49,13.49,0,0,0-19.08,19.09l40.77,40.76a13.5,13.5,0,0,0,19.08,0l.34-.34h0l89.56-89.56a13.49,13.49,0,0,0,0-19.08Z\" class=\"check-inner\" style=\"fill:#fff\"><\/path><\/g><\/g><\/svg><\/span><\/span><\/div><\/div><\/div><div class=\"jfProgress-info\"><span class=\"jfProgress-infoContent\" id=\"cardProgressToggle\" style=\"display:none\" role=\"button\" aria-label=\"See all\"><span class=\"jfProgress-infoContentText\"><span class=\"cardProgress-currentIndex\" id=\"cardProgress-currentIndex\">1 <\/span><span class=\"cardProgress-questionCount cardProgress-middleText\">of<\/span><span class=\"cardProgress-questionCount\" id=\"cardProgress-questionCount\"> 8<\/span><span class=\"cardProgress-seeAll\">See All<\/span><span class=\"cardProgress-goBack\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><span class=\"cardProgress-goBack-text\">Go Back<\/span><\/span><\/span><\/span><\/div><div class=\"jfProgress-mobileNavigation jsMobileNavigation\" style=\"display:none\"><button type=\"button\" class=\"jfInput-button forPrev forMobileNav u-left jsMobilePrev noTranslate\" data-component=\"button\" aria-label=\"Previous\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button type=\"button\" class=\"jfInput-button forNext forMobileNav u-right jsMobileNext noTranslate\" data-component=\"button\" aria-label=\"Next\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forSubmit forMobileNav form-submit-button u-center jsMobileSubmit\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><button class=\"jfInput-button u-left forBackToForm\" style=\"display:none\" aria-label=\"Back To Form\"><\/button><\/div><\/div><div class=\"js-overlayWrapper jfOverlay\" aria-hidden=\"true\"><div class=\"jfOverlay-modalWrapper js-overlay-modalWrapper\"><span class=\"jfOverlay-close\"><span class=\"iconSvg  close \"><svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 209.37 209.37\"><path d=\"M104.1,94.23c-5.83-6-11.26-11.65-16.79-17.2C75.06,64.72,62.72,52.5,50.5,40.17c-1.61-1.63-2.65-1.87-4.22,0a53.62,53.62,0,0,1-5.62,5.61c-1.83,1.58-1.87,2.65-.07,4.42C50.95,60.34,61.17,70.65,71.45,80.91,79,88.46,86.6,96,94.5,103.84L38.58,160l9.18,9.74,56.09-56.38,56.38,56.56,10.38-10.36-56.16-55.81c10-10,19.95-20,29.87-29.88,8-8,16-15.91,23.94-23.94,0.66-.66,1.31-2.42,1-2.78-2.8-3.08-5.82-6-9.24-9.36Z\"><\/path><\/svg><\/span><\/span><img class=\"js-overlayImage jfOverlayImage\" alt=\"close\" loading=\"lazy\"\/><\/div><\/div><script src=\"https:\/\/cdn.jotfor.ms\/cardforms\/layout.min.js?c40bc930\"><\/script><script defer=\"\" src=\"https:\/\/www.jotform.com\/ownerView.php?id=193443881708366\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/cdn.jotfor.ms\/js\/formTranslation.v2.js?3.3.28259\"><\/script><script>window.CardForm = new CardLayout({\"formMode\":\"form\",\"isSSOProtected\":false,\"isSaveAndContinueLaterActivated\":false,\"ownerView\":false,\"ownerPercentage\":97,\"isProduction\":true,\"isFormProgressVisible\":false,\"apiURL\":\"https:\/\/api.jotform.com\",\"reviewBeforeSubmit\":null,\"questions\":[{\"qid\":\"input_3\",\"id\":\"3\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_4\",\"id\":\"4\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_9\",\"id\":\"9\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_10\",\"id\":\"10\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_5\",\"id\":\"5\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_7\",\"id\":\"7\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_8\",\"id\":\"8\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_11\",\"id\":\"11\",\"type\":\"control_text\"}],\"allQuestions\":[{\"id\":\"3\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"4\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"9\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"10\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"5\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"7\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"8\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"11\",\"type\":\"control_text\",\"isHidden\":false,\"fields\":null}],\"captchaMode\":null,\"sectionHeaders\":[],\"welcomePageProps\":{\"id\":{\"value\":\"welcomePage\"},\"text\":{\"value\":\"KLA_UK_Divisional_Wayfinder\"},\"showAsHeading\":false,\"isFormTitleVisible\":false},\"formID\":193443881708366,\"fullscreenMode\":true});<\/script><\/body><\/html>\n<script type=\"text\/javascript\">JotForm.forwardToEu=true;<\/script>","KLA_UK_Divisional_Wayfinder","\"\\\"\\\\\\\"\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fc1335b5f4b670ea129905a2653354c3\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#0e0e0e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"general-showFormTitle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"a4ebf24df8f36b36e5a50e3917da37b9\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#0e0e0e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"general-showFormTitle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-AolorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"6b57087ccb29b404bce1f3600504efd5\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#0e0e0e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"general-showFormTitle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"b173a2d1fbdf8c717ca9a5cde1589d23\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#0e0e0e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"general-showFormTitle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"A,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"47039e2a7d7946a11b7d9d8afbf314fa\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#322e2c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"386bc0375970ba0ffc159d128a8ae949\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"781f37dd70299e2dc728884e08e47acb\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"f3162e43e830734362272b31add29f1f\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"b61731a2075ba7063ad6f5649fc951cb\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ff41167260c998381d874cb6222ed80e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"af939e42af26cfbc4a9ffbda843acd3f\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"33c734e15c77465719059b04835b6649\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"8fd9f685117fd2d5fd1fc0df8abe6a75\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2f2e2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"38dde20fd0d981b7b64b4d4552ecdf15\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"6c131cad6fd45d0d6b41a6b00fdfe5b1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"05977f8e3552a4314e734e198557e484\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"c13efebbb202bc446ff6a8684dd3cc37\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"c627ac93d670043ba1243331316e768d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2f2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"da9395b1a6af2d12263b28ac8175c383\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"55a32bc55d5d0c8050909e2cc100d521\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fa8772a74676c164169afd1388aa3652\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"37366f75195de3a6b73ff9aa9a1a19d7\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"52be272d34f12b653e5e0851968e42fa\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"15d07ad89a4267e1b00ab69c89bfa61b\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#25282b\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1dafe8cb9b9340877fd09af441c8981e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#312c2c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"df685e8e20cd13b812b6eb0a0d5afdb7\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#302e2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"86ceb05679977fe985ef897d1c7814e7\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"39b60c727b62fa80a0ae6f0eb3f2c952\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"7b12b1d97137314e143c9d5362c166a3\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"95e01031e1b65bdaf9b2621b8489923b\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"f1078ba4440b3ff3e17066847ae12d60\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2f2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"7142dd7ff3e2c042bd69b2484bc9a1e7\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"7af2dbd45c9f812e8d4182ae42bcf0d8\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2d2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"c934bec07f949bc8aec3c1c981f49530\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"f88ffbe823080a1da0e7f8cbcacd80be\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2b2b\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"880beff8fac8d35ea49781004f762d33\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#302e2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"dca4b9c6bc4fd73f75ec5e14b3f9d31d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"e05c9069bf2a5a18366a35cdf2c6be97\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"9051d6c91c2d0e827a6a0fda52f6d631\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"989aa7f203bcb7cc26d0e69d6c4f1390\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#312d2c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"8463cea3d8bbb6d96192b1236452404e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#333738\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"b8ed421088c0d4ed668c3c2269abcb16\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2b2a2a\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"46b09f532317ff1d348590a013aefecb\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"d845421b6f6fdbd8e276be6de5c850c7\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#312e2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"5168beefb6c9d9e6e9b7be0bbd4b20c0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#312d2c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"bc09e3d59c0537af302bd6a4dcecd00c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"9e48b024dd6a8bab760086ebc43e5a14\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"20530759bb5e2af3625e678048f5693c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#333738\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"938231c758be57f62169533c80143ac2\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#312e2d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[]},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"29abfe34eb3530a803165462a964b94d\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"smartStyle\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"actions-bg\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"#2e2f2e\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-textAlign\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontFamily\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Brown\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-fontWeight\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"700\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"welcome-titleColor\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgb(255, 255, 255)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorBegin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"pageBg-colorEnd\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"rgba(255,255,255,0)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"inlineStyle\\\\\\\\\\\\\\\\\\\\\\);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="193443881708366"){return;}
var iframe=document.getElementById("193443881708366");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();}
break;case"setHeight":var height=args[1]+"px";if(window.jfDeviceType==='mobile'&&typeof $jot!=='undefined'){var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){height='100%';}}
iframe.style.height=height
break;case"setMinHeight":iframe.style.minHeight=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";}
break;case"reloadPage":if(iframe){location.reload();}
break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;case"loadScript":if(!window.isPermitted(e.origin,['jotform.com','jotform.pro'])){break;}
var src=args[1];if(args.length>3){src=args[1]+':'+args[2];}
var script=document.createElement('script');script.src=src;script.type='text/javascript';document.body.appendChild(script);break;case"exitFullscreen":if(window.document.exitFullscreen)window.document.exitFullscreen();else if(window.document.mozCancelFullScreen)window.document.mozCancelFullScreen();else if(window.document.mozCancelFullscreen)window.document.mozCancelFullScreen();else if(window.document.webkitExitFullscreen)window.document.webkitExitFullscreen();else if(window.document.msExitFullscreen)window.document.msExitFullscreen();break;case'setDeviceType':window.jfDeviceType=args[1];break;}};window.isPermitted=function(originUrl,whitelisted_domains){var url=document.createElement('a');url.href=originUrl;var hostname=url.hostname;var result=false;if(typeof hostname!=='undefined'){whitelisted_domains.forEach(function(element){if(hostname.slice((-1*element.length-1))==='.'.concat(element)||hostname===element){result=true;}});return result;}};if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();