var FlashDetect=new function(){var self=this;self.installed=false;self.raw="";self.major=-1;self.minor=-1;self.revision=-1;self.revisionStr="";var activeXDetectRules=[{"name":"ShockwaveFlash.ShockwaveFlash.7","version":function(obj){return getActiveXVersion(obj)}},{"name":"ShockwaveFlash.ShockwaveFlash.6","version":function(obj){var version="6,0,21";try{obj.AllowScriptAccess="always";version=getActiveXVersion(obj)}catch(err){}return version}},{"name":"ShockwaveFlash.ShockwaveFlash","version":function(obj){return getActiveXVersion(obj)}}];
var getActiveXVersion=function(activeXObj){var version=-1;try{version=activeXObj.GetVariable("$version")}catch(err){}return version};var getActiveXObject=function(name){var obj=-1;try{obj=new ActiveXObject(name)}catch(err){}return obj};var parseActiveXVersion=function(str){var versionArray=str.split(",");return{"raw":str,"major":parseInt(versionArray[0].split(" ")[1],10),"minor":parseInt(versionArray[1],10),"revision":parseInt(versionArray[2],10),"revisionStr":versionArray[2]}};var parseStandardVersion=
function(str){var descParts=str.split(/ +/);var majorMinor=descParts[2].split(/\./);var revisionStr=descParts[3];return{"raw":str,"major":parseInt(majorMinor[0],10),"minor":parseInt(majorMinor[1],10),"revisionStr":revisionStr,"revision":parseRevisionStrToInt(revisionStr)}};var parseRevisionStrToInt=function(str){return parseInt(str.replace(/[a-zA-Z]/g,""),10)||self.revision};self.majorAtLeast=function(version){return self.major>=version};self.FlashDetect=function(){if(navigator.plugins&&navigator.plugins.length>
0){var type="application/x-shockwave-flash";var mimeTypes=navigator.mimeTypes;if(mimeTypes&&mimeTypes[type]&&mimeTypes[type].enabledPlugin&&mimeTypes[type].enabledPlugin.description){var version=mimeTypes[type].enabledPlugin.description;var versionObj=parseStandardVersion(version);self.raw=versionObj.raw;self.major=versionObj.major;self.minor=versionObj.minor;self.revisionStr=versionObj.revisionStr;self.revision=versionObj.revision;self.installed=true}}else if(navigator.appVersion.indexOf("Mac")==
-1&&window.execScript){version=-1;for(var i=0;i<activeXDetectRules.length&&version==-1;i++){var obj=getActiveXObject(activeXDetectRules[i].name);if(typeof obj=="object"){self.installed=true;version=activeXDetectRules[i].version(obj);if(version!=-1){versionObj=parseActiveXVersion(version);self.raw=versionObj.raw;self.major=versionObj.major;self.minor=versionObj.minor;self.revision=versionObj.revision;self.revisionStr=versionObj.revisionStr}}}}}()};FlashDetect.release="1.0.3";(function(){var c=window.qxWeb.$$qx;c.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});c.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){c.Bootstrap.define("qx.module.Dataset",{statics:{setData:function(a,b){this._forEachElement(function(d){c.bom.element.Dataset.set(d,a,b)});return this},getData:function(a){if(this[0]&&1===this[0].nodeType)return c.bom.element.Dataset.get(this[0],a)},getAllData:function(){return this[0]&&1===this[0].nodeType?
c.bom.element.Dataset.getAll(this[0]):{}},removeData:function(a){this[0]&&1===this[0].nodeType&&c.bom.element.Dataset.remove(this[0],a);return this}},defer:function(a){qxWeb.$attach({getData:a.getData,setData:a.setData,removeData:a.removeData,getAllData:a.getAllData})}})})();(function(){c.Bootstrap.define("qx.bom.element.Dataset",{statics:{set:function(a,b,d){a.dataset?(b=c.lang.String.camelCase(b),null==d?delete a.dataset[b]:a.dataset[b]=d):(void 0===d&&(d=null),c.bom.element.Attribute.set(a,"data-"+
c.lang.String.hyphenate(b),d))},get:function(a,b){if(a.dataset)return b=c.lang.String.camelCase(b),a.dataset[b]?a.dataset[b]:void 0;var d="data-"+c.lang.String.hyphenate(b);return a.hasAttribute(d)?c.bom.element.Attribute.get(a,d):void 0},getAll:function(a){if(a.dataset)return a.dataset;var b={};var d=a.attributes;for(var e=0;e<d.length;e++)d[e].name.match(/^data-(.*)/)&&(b[c.lang.String.camelCase(RegExp.$1)]=a.getAttribute(d[e].name));return b},remove:function(a,b){this.set(a,b,void 0)}}})})()})();(function(){var e$$0=window.qxWeb.$$qx;e$$0.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});e$$0.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){e$$0.Bootstrap.define("qx.ui.website.Widget",{extend:qxWeb,statics:{widget:function(){var a=new e$$0.ui.website.Widget(this);a.init();return a},create:function(a){return new e$$0.ui.website.Widget(qxWeb.create(a))},$onFirstCollection:function(a,b,c,d){var f=this.classname.replace(/\./g,"-")+
"-context";this.getProperty(f)||this.setProperty(f,c);c=this.getProperty(f);if(!this.hasListener(a,b,c))this.on(a,b,c,d);return this},$offFirstCollection:function(a,b,c$$0,d){var f=this.classname.replace(/\./g,"-")+"-context";this._forEachElementWrapped(function(c){var e=c.getProperty(f);c.off(a,b,e,d)});return this},initWidgets:function(a$$0){var b=qxWeb("*[data-qx-class]");a$$0&&(b=b.filter(a$$0));b._forEachElementWrapped(function(a){a.init()})}},construct:function(a,b){var c=qxWeb.call(this,a,
b);Array.prototype.push.apply(this,Array.prototype.slice.call(c,0,c.length))},members:{__bY:null,init:function(){if(this.getProperty("$$qx-widget-initialized"))return!1;this.setAttribute("data-qx-class",this.classname);this.addClass("qx-widget");this.addClass(this.getCssPrefix());this.setProperty("$$qx-widget-initialized",!0);return!0},getCssPrefix:function(){if(!this.__bY){var a=this.classname.split(".");this.__bY="qx-"+a[a.length-1].toLowerCase()}return this.__bY},setEnabled:function(a){this.setAttribute("disabled",
!a);this.find("*").setAttribute("disabled",!a);return this},getEnabled:function(){return!this.getAttribute("disabled")},setTemplate:function(a,b){return this._setData("templates",a,b)},setConfig:function(a,b){return this._setData("config",a,b)},_setData:function(a,b,c){this.forEach(function(d){d[a]||(d[a]={});d[a][b]=c});return this},getTemplate:function(a){return this._getData("templates",a)},getConfig:function(a){return this._getData("config",a)},_getData:function(a,b){var c=this.getProperty(a);
var d;c&&(d=c[b]);if(void 0===d&&"config"==a){c="qx"+qxWeb.string.firstUp(a)+qxWeb.string.firstUp(b);d=this.getData(c);if(!this[0]||!this[0].dataset&&null===d)d=void 0;try{d=JSON.parse(d)}catch(e){}}return void 0===d&&this.constructor["_"+a]?this.constructor["_"+a][b]:d},render:function(){return this},dispose:function(){this.removeAttribute("data-qx-class");this.setProperty("config",void 0);this.setProperty("templates",void 0);var a=this.classname.replace(/\./g,"-")+"-context";this.setProperty(a,
void 0);this.setProperty("$$qx-widget-initialized",void 0);this.removeClass("qx-widget");this.removeClass(this.getCssPrefix());for(var b in this.constructor.$$events)this.allOff(b);return qxWeb.$init(this,qxWeb)}},defer:function(a){qxWeb.$attach({$onFirstCollection:a.$onFirstCollection,$offFirstCollection:a.$offFirstCollection,widget:a.widget});qxWeb.$attachStatic({initWidgets:a.initWidgets})}})})()})();(function(){var g=window.qxWeb.$$qx;g.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});g.$$packageData["0"]={locales:{},resources:{},translations:{}};(function(){g.Bootstrap.define("baselib.Accordion",{extend:g.ui.website.Widget,construct:function(a,b){g.ui.website.Widget.call(this,a,b)},events:{"switch":"qx.event.Emitter",beforehide:"qx.event.Emitter",beforeshow:"qx.event.Emitter",afterhide:"qx.event.Emitter",aftershow:"qx.event.Emitter"},statics:{_config:{labelClass:"qx-accordion-label",
contentClass:"qx-accordion-content",animationDuration:300},accordion:function(a){var b=new baselib.Accordion(this);a&&(a.label&&b.setConfig("labelClass",a.label),a.content&&b.setConfig("contentClass",a.content));b.init();return b}},members:{init:function(){if(!g.ui.website.Widget.prototype.init.call(this))return!1;this._forEachElementWrapped(function(a){0<a.find("."+this.getConfig("contentClass")).length&&(a.render(),a.collapse(!1))});return!0},render:function(){this._forEachElementWrapped(function(a){a._initItems();
a.__QY()});return this},collapse:function(a){this._forEachElementWrapped(function(b){var c$$0=this.getProperty("__tabs");var d=b.getProperty("__canTransition");c$$0._forEachElementWrapped(function(c){c.setProperty("__op","hide");b.setProperty("__currentIndex",null);b.__Rc(c);var f=c.getHeight();0!==f&&(a?(b.__QT(),b.__Rb(c),d?c.setStyle("height","0px"):b.__dr(c,f,0)):(c.setStyle("display","none"),c.setStyle("height","0px")))})});return this},setAnimationDuration:function(a){this.setProperty("__animationDuration",
a);this.setConfig("animationDuration",a);return this},getAnimationDuration:function(){return this.getProperty("__animationDuration")},enableAnimation:function(){this.setProperty("__animationDuration",this.getConfig("animationDuration"));return this},disableAnimation:function(){this.setProperty("__animationDuration",0);return this},isAnimated:function(){return 0<this.getProperty("__animationDuration")},getCurrentIndex:function(){return this.eq(0).getProperty("__currentIndex")},showItem:function(a,
b){this._forEachElementWrapped(function(c){if(!c.animating()){var d=c.getProperty("__tabs");var e=(b="undefined"!==typeof b?b:!0)?10:0;var f=qxWeb(d[a]);var g=qxWeb(d[c.getProperty("__currentIndex")]);var h=0;f[0]&&(h=c.__QX(f,b));g[0]&&c.__QW(g,b);window.setTimeout(function(){b||c.setProperty("__currentIndex",a);c.__QV(f,g,0,h,b)},e)}});return this},showNext:function(){this._forEachElementWrapped(function(a){var b=a.getProperty("__currentIndex")+1;b<a.getProperty("__tabs").length&&a.showItem(b,a.isAnimated())});
return this},showPrev:function(){this._forEachElementWrapped(function(a){var b=a.getProperty("__currentIndex")-1;0<=b&&a.showItem(b,a.isAnimated())});return this},animating:function(){return 0<this.eq(0).getProperty("__running")},dispose:function(){var a$$0=this.getProperty("__canTransition");this._forEachElementWrapped(function(b$$0){a$$0&&b$$0.getProperty("__tabs").forEach(function(a,b){var e=qxWeb(a);var f=e.getProperty("__transitionHandler");f&&(a.removeEventListener(qxWeb.EVENT.transitionEnd,
f),e.setProperty("__transitionHandler",null))});b$$0.off("tap",b$$0.__Ra,b$$0)});return this},__QT:function(){var a=this.getProperty("__running")+1;this.setProperty("__running",a);return a},__QU:function(){var a=this.getProperty("__running")-1;this.setProperty("__running",a);return a},__dr:function(a,b,c){var d=this.getProperty("__animationDuration");var e=null;var f=this.getProperty("__tabs");var g=this;var h=function(m){m=(new Date).getTime();var k=b;var l=0;null===e&&(e=m);l=m-e;k=b+(c-b)*(l/d);
b<c&&k>c&&(k=c);a.setStyle("height",k+"px");l<d&&l<d?qxWeb.EVENT.animation.requestFrame(h):(a.setStyle("height",c+"px"),g.__cY(a,f.indexOf(a[0])))};qxWeb.EVENT.animation.requestFrame(h)},__QV:function(a,b,c,d,e){var f=this.getProperty("__canTransition");e&&(this.__Rb(a),b[0]&&this.__Rb(b));e&&this.__QT();this.__Rd("beforeshow",a);f||!e?(a.setStyle("height",d+"px"),e||this.__Rd("aftershow",a)):this.__dr(a,a.getHeight(),d);b[0]&&(e&&this.__QT(),this.__Rd("beforehide",b),f||!e?(b.setStyle("height",c+
"px"),e||this.__Rd("afterhide",b)):this.__dr(b,b.getHeight(),c))},__QW:function(a,b){this.getProperty("__canTransition")&&this.__Rc(a);a.setProperty("__op","hide");return 0},__QX:function(a,b){this.getProperty("__canTransition")&&this.__Rc(a);a.setProperty("__op","show");a.setStyle("height","");var c=a.getProperty("__scrollerTabHeight");a.setStyle("height","0px");a.setStyle("display","block");return c},_initItems:function(){this.setProperty("__labelClass",this.getConfig("labelClass"));this.setProperty("__contentClass",
this.getConfig("contentClass"));this.setProperty("__animationDuration",this.getConfig("animationDuration"));this.setProperty("__labels",this.find("."+this.getConfig("labelClass")));var a$$0=this.find("."+this.getConfig("contentClass"));var b="block";a$$0._forEachElementWrapped(function(a){b=a.getStyle("display");a.setStyle("height","");a.setStyle("display","block");a.setProperty("__scrollerTabHeight",a[0].offsetHeight);a.setStyle("display",b)});this.setProperty("__tabs",a$$0)},__QY:function(){var a$$0=
this.getProperty("__tabs");var b$$0=qxWeb.env.canTransition();var c$$0=this.getProperty("__currentIndex");"undefined"==typeof c$$0?this.setProperty("__currentIndex",null):c$$0>=a$$0.length&&this.setProperty("__currentIndex",a$$0.length-1);this.setProperty("__running",0);b$$0&&(this.setProperty("__canTransition",qxWeb.env.canTransition()),a$$0.forEach(function(a,b){if(!qxWeb(a).getProperty("__transitionHandler")){var c=this.__cY.bind(this,a,b);qxWeb(a).setProperty("__transitionHandler",c);a.addEventListener(qxWeb.EVENT.transitionEnd,
c,!1)}}.bind(this)));this.$onFirstCollection("tap",this.__Ra)},__Ra:function(a){var b=this.getProperty("__labels");a=qxWeb(a.getTarget()).getClosest("."+this.getProperty("__labelClass"));0<a.length&&(b=b.indexOf(a[0]),b==this.getCurrentIndex()?this.collapse(!0):this.showItem(b,!0))},__Rb:function(a){this.getProperty("__canTransition")&&(a.setStyle("transition-property","height"),a.setStyle("transition-duration",this.getProperty("__animationDuration")+"ms"),a.setStyle("transition-timing-function",
"linear"),a.setStyle("transition-delay","0ms"))},__Rc:function(a){this.getProperty("__canTransition")&&(a.setStyle("transition-property","none"),a.setStyle("transition-duration","0ms"),a.setStyle("transition-timing-function","none"),a.setStyle("transition-delay","0ms"),a[0].style.removeProperty(qxWeb.EVENT.transitionEnd.transitionStyleName),a[0].style.removeProperty("transition"))},__Rd:function(a,b){var c={type:a,reverse:!1};if(b){var d=this.getProperty("__tabs");c.target=b;c.index=d.indexOf(b[0])}else c.current=
this.getCurrentIndex();this.emit(a,c)},__cY:function(a,b,c){c=this.__QU();a=qxWeb(a);this.__Rc(a);var d=a.getProperty("__op");"show"==d&&this.setProperty("__currentIndex",b);this.__Rd("after"+d,a);0===c&&this.__Rd("switch")}},defer:function(a){qxWeb.$attach({accordion:a.accordion})}})})()})();$q.define("UNOUNO.components.faqaccordion",{statics:{init:function(){if(!!$q(".accordion").length){var accordion=$q(".accordion").accordion({label:"question",content:"answer"});accordion.on("afterhide",function(e){e.getTarget().getAncestors("li").removeClass("current");e.getTarget().hide()});accordion.on("aftershow",function(e){e.getTarget().getAncestors("li").addClass("current")});if($q(".accordion").length===1)accordion.showItem(0)}}}});$q.ready(function(){UNOUNO.components.faqaccordion.init()});UNOUNO.util.SWFObject=function(){this.init()};
UNOUNO.util.SWFObject.prototype={container:null,file:null,bgcolor:null,wmode:null,id:null,width:null,autostart:"true",height:null,params:[],setContainer:function(container){this.container=container},setFile:function(file){this.file=file},setWmode:function(wmode){this.wmode=wmode},setBgcolor:function(bgcolor){this.bgcolor=bgcolor},setId:function(id){this.id=id},setWidth:function(width){this.width=width},setAutostart:function(autostart){this.autostart=autostart},setHeight:function(height){this.height=
height},setParam:function(name,value){this.params.push([name,value])},render:function(){var paramObject="";var backGround;var object;var bgcolor;var embedBackGround;for(var i=0;i<this.params.length;i++)paramObject=paramObject+'\x3cparam name\x3d"'+this.params[i][0]+'" value\x3d"'+this.params[i][1]+'" /\x3e';var paramEmbed="";for(i=0;i<this.params.length;i++)paramEmbed=paramEmbed+this.params[i][0]+'\x3d"'+this.params[i][1]+'" ';if(this.bgcolor)bgcolor=this.bgcolor;else bgcolor="ffffff";if(this.wmode)backGround=
'  \x3cparam name\x3d"wmode" value\x3d"'+this.wmode+'" /\x3e';else backGround='  \x3cparam name\x3d"bgcolor" value\x3d"'+bgcolor+'" /\x3e';if(this.wmode)embedBackGround='wmode\x3d"'+this.wmode+'"';else embedBackGround=' bgcolor\x3d"'+bgcolor+'" ';if(this.file&&this.id&&this.width&&this.height){object='\x3cobject classid\x3d"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase\x3d"https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version\x3d9,0,0,0" id\x3d"'+this.id+'" width\x3d"'+
this.width+'" height\x3d"'+this.height+'" autostart\x3d"'+this.autostart+'" align\x3d"middle"\x3e'+'  \x3cparam name\x3d"allowScriptAccess" value\x3d"sameDomain" /\x3e'+'  \x3cparam name\x3d"allowFullScreen" value\x3d"false" /\x3e'+'  \x3cparam name\x3d"movie" value\x3d"'+this.file+'" /\x3e'+'  \x3cparam name\x3d"quality" value\x3d"high" /\x3e'+backGround+paramObject+'  \x3cembed src\x3d"'+this.file+'" quality\x3d"high" '+embedBackGround+paramEmbed+'name\x3d"'+this.id+'" width\x3d"'+this.width+'" height\x3d"'+
this.height+'" autostart\x3d"'+this.autostart+'" align\x3d"middle" allowScriptAccess\x3d"sameDomain" allowFullScreen\x3d"false" type\x3d"application/x-shockwave-flash" pluginspage\x3d"https://www.macromedia.com/go/getflashplayer" /\x3e'+"\x3c/object\x3e";document.getElementById(this.container).innerHTML=object}},init:function(){}};UNOUNO.global.findeFlash=function(flash){var movie=null;if(document.all){if(document.all[flash])return document.all[flash];if(window.opera){movie=eval(window.document+flash);if(movie.SetVariable)return movie}return}if(document.layers){if(document.embeds){movie=document.embeds[flash];if(movie.SetVariable)return movie}return}if(!document.getElementById)return;movie=document.getElementById(flash);if(movie.SetVariable)return movie;movies=movie.getElementsByTagName("embed");if(!movies||!movies.length)return;
movie=movies[0];if(movie.SetVariable)return movie;return};UNOUNO.util.infoFootnote=function(footnoteId,linkIDs,alignment,vertical){this.init(footnoteId,linkIDs,alignment,vertical)};
UNOUNO.util.infoFootnote.prototype={parent:null,modifyedFootnote:false,initInfoFootnote:function(){if(document.getElementById("container")!==null)this.parent=document.getElementById("container");else this.parent=document.getElementById("container-plain");if(this.footnote){var i=0;var openerLink;if(this.isArray(this.linkIDs))for(i;i<this.linkIDs.length;i+=1){openerLink=document.getElementById(this.linkIDs[i]);if(openerLink){qx.bom.Element.addListener(openerLink,"click",this.openFootnote,this);qx.bom.Element.addListener(openerLink,
"mouseover",this.setHover,this);qx.bom.Element.addListener(openerLink,"mouseout",this.removeHover,this)}}else{openerLink=document.getElementById(this.linkIDs);if(openerLink){qx.bom.Element.addListener(openerLink,"click",this.openFootnote,this);qx.bom.Element.addListener(openerLink,"mouseover",this.setHover,this);qx.bom.Element.addListener(openerLink,"mouseout",this.removeHover,this)}}qx.bom.Element.addListener(this.footnote,"click",this.closeFootnote,this)}},setHover:function(e){qx.bom.element.Class.add(e._currentTarget,
"asterisk-hover")},removeHover:function(e){qx.bom.element.Class.remove(e._currentTarget,"asterisk-hover")},openFootnote:function(e){if(this.footnote){e.preventDefault();this.closeFootnote();if(UNOUNO.global.openFootnote)UNOUNO.global.openFootnote.style.display="none";UNOUNO.global.openFootnote=this.footnote;this.footnote.style.display="block";this.modifyFootnote(e._currentTarget.id)}},closeFootnote:function(){var i;var iframeFixIE6;this.footnote.style.display="none";if(qx.core.Environment)if(qx.core.Environment.get("engine.version")===
"mshtml"&&qx.core.Environment.get("engine.version")==="6.0"){iframeFixIE6=qx.bom.Collection.query(".footnoteInfoIframe")[0];if(iframeFixIE6)qx.dom.Element.remove(iframeFixIE6)}},modifyFootnote:function(openerLinkId){if(this.modifyedFootnote===false){if(this.footnote.parentNode!==this.parent)qx.dom.Element.insertBegin(this.footnote,this.parent);this.modifyedFootnote=true}this.footnote.style.position="absolute";var openerLink=document.getElementById(openerLinkId);var leftPos=typeof q==="object"?$q.create(openerLink).getOffset().left:
qx.bom.element.Location.getLeft(openerLink);var topPos=typeof q==="object"?$q.create(openerLink).getOffset().top:qx.bom.element.Location.getTop(openerLink)-10;var width=this.footnote.offsetWidth;var height=this.footnote.offsetHeight;var idIE6;var zIndexIE6;var footnoteBoxIFrameIE6;var footnoteBoxIFrameIE6Elem;if(this.alignment==="left"||typeof this.alignment==="undefined"){leftPos=leftPos-width+25;qx.bom.element.Style.set(this.footnote,"left",leftPos+"px")}else if(this.alignment==="right"){leftPos=
leftPos-10;qx.bom.element.Style.set(this.footnote,"left",leftPos+"px")}if(this.vertical==="down"||typeof this.vertical==="undefined")qx.bom.element.Style.set(this.footnote,"top",topPos+"px");else if(this.vertical==="up"){topPos=topPos-height+35;qx.bom.element.Style.set(this.footnote,"top",topPos+"px")}if(qx.core.Environment)if(qx.core.Environment.get("engine.version")==="mshtml"&&qx.core.Environment.get("engine.version")==="6.0"){idIE6=this.footnote.id;zIndexIE6=qx.bom.element.Style.get(this.footnote,
"zIndex","COMPUTED_MODE",true)-1;if(!document.getElementById("iframe."+idIE6)){footnoteBoxIFrameIE6=document.createElement("iframe");footnoteBoxIFrameIE6.setAttribute("id","iframe."+idIE6);footnoteBoxIFrameIE6.setAttribute("src","/modules/frontend-ingrid/img/blank.gif");footnoteBoxIFrameIE6.className="footnoteInfoIframe";qx.dom.Element.insertBefore(footnoteBoxIFrameIE6,this.footnote);footnoteBoxIFrameIE6Elem=document.getElementById("iframe."+idIE6);qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,
"opacity",0);qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"position","absolute");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"zIndex",zIndexIE6);qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"left",leftPos+"px");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"top",topPos+"px");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"width",width+"px");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"height",height+"px");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"display","block")}}},
isArray:function(linkIDs){return linkIDs&&typeof linkIDs==="object"&&typeof linkIDs.length==="number"&&typeof linkIDs.splice==="function"&&!linkIDs.propertyIsEnumerable("length")},noTabIndex:function(){if(qx.bom.Collection.id(this.linkIDs).hasClass("no-tabindex")===true)qx.bom.Collection.id(this.linkIDs).setAttribute("tabindex","-1")},init:function(footnoteId,linkIDs,alignment,vertical){this.footnote=document.getElementById(footnoteId);this.linkIDs=linkIDs;this.alignment=alignment;this.vertical=vertical;
this.noTabIndex();this.initInfoFootnote()}};(function(){var d$$0=window.qxWeb.$$qx;d$$0.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});d$$0.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){d$$0.Bootstrap.define("qx.module.event.Orientation",{statics:{TYPES:["orientationchange"],BIND_METHODS:["getOrientation","isLandscape","isPortrait"],getOrientation:function(){return this._orientation},isLandscape:function(){return"landscape"==this._mode},isPortrait:function(){return"portrait"==
this._mode},normalize:function(a,b,c){if(!a)return a;a._type=c;b=d$$0.module.event.Orientation.BIND_METHODS;c=0;for(var e=b.length;c<e;c++)"function"!=typeof a[b[c]]&&(a[b[c]]=d$$0.module.event.Orientation[b[c]].bind(a));return a}},defer:function(a){qxWeb.$registerEventNormalization(a.TYPES,a.normalize)}})})();(function(){d$$0.Bootstrap.define("qx.module.event.OrientationHandler",{statics:{TYPES:["orientationchange"],register:function(a){if(!d$$0.dom.Node.isWindow(a))throw Error("The 'orientationchange' event is only available on window objects!");
a.__OQ||(a.$$emitter||(a.$$emitter=new d$$0.event.Emitter),a.__OQ=new d$$0.event.handler.OrientationCore(a,a.$$emitter))},unregister:function(a$$0){if(a$$0.__OQ)if(a$$0.$$emitter){var b=!1;var c=a$$0.$$emitter.getListeners();d$$0.module.event.OrientationHandler.TYPES.forEach(function(a){a in c&&0<c[a].length&&(b=!0)});b||(a$$0.__OQ=null)}else a$$0.__OQ=null}},defer:function(a){qxWeb.$registerEventHook(a.TYPES,a.register,a.unregister)}})})();(function(){d$$0.Bootstrap.define("qx.event.handler.OrientationCore",
{extend:Object,construct:function(a,b){this._window=a||window;this.__lV=b;this._initObserver()},members:{__lV:null,_window:null,_currentOrientation:null,__po:null,__pn:null,_initObserver:function(){this.__po=d$$0.lang.Function.listener(this._onNative,this);this.__pn=d$$0.bom.Event.supportsEvent(this._window,"orientationchange")?"orientationchange":"resize";d$$0.bom.Event.addNativeListener(this._window,this.__pn,this.__po)},_stopObserver:function(){d$$0.bom.Event.removeNativeListener(this._window,
this.__pn,this.__po)},_onNative:function(a){var b=d$$0.bom.Viewport.getOrientation();if(this._currentOrientation!=b){this._currentOrientation=b;var c=d$$0.bom.Viewport.isLandscape()?"landscape":"portrait";a._orientation=b;a._mode=c;this.__lV&&this.__lV.emit("orientationchange",a)}}},destruct:function(){this._stopObserver();this.__mO=this.__lV=null}})})();(function(){d$$0.Bootstrap.define("qx.module.event.Touch",{statics:{TYPES:["tap","longtap","swipe","dbltap"],normalize:function(a,b,c){if(!a)return a;
a._type=c;return a}},defer:function(a){qxWeb.$registerEventNormalization(a.TYPES,a.normalize)}})})();(function(){d$$0.Bootstrap.define("qx.module.event.TouchHandler",{statics:{TYPES:["touchstart","touchend","touchmove","touchcancel"],register:function(a){a.__OR||(a.$$emitter||(a.$$emitter=new d$$0.event.Emitter),a.__OR=new d$$0.event.handler.TouchCore(a,a.$$emitter))},unregister:function(a$$0){if(a$$0.__OR)if(a$$0.$$emitter){var b=!1;var c=a$$0.$$emitter.getListeners();d$$0.module.event.TouchHandler.TYPES.forEach(function(a){a in
c&&0<c[a].length&&(b=!0)});b||(a$$0.__OR=null)}else a$$0.__OR=null}},defer:function(a){qxWeb.$registerEventHook(a.TYPES,a.register,a.unregister)}})})();(function(){d$$0.Bootstrap.define("qx.event.handler.TouchCore",{extend:Object,statics:{TAP_MAX_DISTANCE:"android"!=d$$0.core.Environment.get("os.name")?10:40,SWIPE_DIRECTION:{x:["left","right"],y:["up","down"]},SWIPE_MIN_DISTANCE:"android"!=d$$0.core.Environment.get("os.name")?11:41,SWIPE_MIN_VELOCITY:0,LONGTAP_TIME:500},construct:function(a,b){this.__pe=
a;this.__lV=b;this._initTouchObserver();this.__pf=[];this.__ci={}},members:{__pe:null,__lV:null,__pg:null,__ph:null,__ci:null,__pi:null,__pj:null,__pk:null,__pf:null,__pl:null,_initTouchObserver:function(){this.__pg=d$$0.lang.Function.listener(this._onTouchEvent,this);this.__pl=["touchstart","touchmove","touchend","touchcancel"];d$$0.core.Environment.get("event.mspointer")&&(10==parseInt(d$$0.core.Environment.get("engine.version"),10)?this.__pl=["MSPointerDown","MSPointerMove","MSPointerUp","MSPointerCancel"]:
this.__pl=["pointerdown","pointermove","pointerup","pointercancel"]);for(var a=0;a<this.__pl.length;a++)d$$0.bom.Event.addNativeListener(this.__pe,this.__pl[a],this.__pg)},_stopTouchObserver:function(){for(var a=0;a<this.__pl.length;a++)d$$0.bom.Event.removeNativeListener(this.__pe,this.__pl[a],this.__pg)},_onTouchEvent:function(a){this._commonTouchEventHandler(a)},_getScalingDistance:function(a,b){return Math.sqrt(Math.pow(a.pageX-b.pageX,2)+Math.pow(a.pageY-b.pageY,2))},_getRotationAngle:function(a,
b){return 180*Math.atan2(a.pageY-b.pageY,a.pageX-b.pageX)/Math.PI},_calcTouchesDelta:function(a){var b=[];for(var c=0;c<a.length;c++)b.push(this._calcSingleTouchDelta(a[c]));return b},_calcSingleTouchDelta:function(a){if(this.__ci.hasOwnProperty(a.identifier)){var b=this.__ci[a.identifier];var c=Math.floor(a.clientX-b[0]);b=Math.floor(a.clientY-b[1]);var d="x";1>Math.abs(c/b)&&(d="y");return{x:c,y:b,axis:d,identifier:a.identifier}}return{x:0,y:0,axis:null,identifier:a.identifier}},_commonTouchEventHandler:function(a,
b){b=b||a.type;if(d$$0.core.Environment.get("event.mspointer")){b=this._mapPointerEvent(b);var c=this._detectTouchesByPointer(a,b);a.changedTouches=c;a.targetTouches=c;a.touches=c}a.delta=[];if("touchstart"==b)for(this.__ph=this._getTarget(a),a.touches&&1<a.touches.length&&(this.__pj=this._getScalingDistance(a.touches[0],a.touches[1]),this.__pk=this._getRotationAngle(a.touches[0],a.touches[1])),c=0;c<a.changedTouches.length;c++){var e=a.changedTouches[c];this.__ci[e.identifier]=[e.clientX,e.clientY]}"touchmove"==
b&&("undefined"==typeof a.scale&&1<a.targetTouches.length&&(c=this._getScalingDistance(a.targetTouches[0],a.targetTouches[1]),a.scale=c/this.__pj),("undefined"==typeof a.rotation||d$$0.core.Environment.get("event.mspointer"))&&1<a.targetTouches.length&&(c=this._getRotationAngle(a.targetTouches[0],a.targetTouches[1]),a._rotation=c-this.__pk),a.delta=this._calcTouchesDelta(a.targetTouches));this._fireEvent(a,b,this.__ph);d$$0.core.Environment.get("event.mspointer")&&("touchend"!=b&&"touchcancel"!=b||
delete this.__pf[a.pointerId]);("touchend"==b||"touchcancel"==b&&a.changedTouches[0])&&delete this.__ci[a.changedTouches[0].identifier]},_detectTouchesByPointer:function(a,b){var c=[];"touchstart"==b?this.__pf[a.pointerId]=a:"touchmove"==b&&(this.__pf[a.pointerId]=a);for(var d in this.__pf)c.push(this.__pf[d]);return c},_mapPointerEvent:function(a){a=a.toLowerCase();return-1!==a.indexOf("pointerdown")?"touchstart":-1!==a.indexOf("pointerup")?"touchend":-1!==a.indexOf("pointermove")?"touchmove":-1!==
a.indexOf("pointercancel")?"touchcancel":a},_getTarget:function(a){var b=d$$0.bom.Event.getTarget(a);"webkit"==d$$0.core.Environment.get("engine.name")?b&&3==b.nodeType&&(b=b.parentNode):d$$0.core.Environment.get("event.mspointer")&&(a=this.__pm(a))&&(b=a);return b},__pm:function(a){var b=null;var c=null;a&&(a.touches&&0!==a.touches.length)&&(b=a.touches[0].clientX,c=a.touches[0].clientY);if(a=document.msElementsFromPoint(b,c))for(b=0;b<a.length;b++)if(c=a[b],"none"!=d$$0.bom.element.Style.get(c,
"pointer-events",3))return c;return null},_fireEvent:function(a,b,c){c||(c=this._getTarget(a));b=b||a.type;c&&(c.nodeType&&this.__lV)&&this.__lV.emit(b,a)},dispose:function(){this._stopTouchObserver();this.__ph=this.__pe=this.__pl=this.__pf=this.__lV=this.__pj=this.__pk=null}}})})()})();(function(){var f$$0=window.qxWeb.$$qx;f$$0.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});f$$0.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){f$$0.Bootstrap.define("qx.event.Messaging",{construct:function(){this._listener={};this.__Dx=0;this.__Dy={}},members:{_listener:null,__Dx:null,__Dy:null,on:function(a,c,b,d){return this._addListener(a,c,b,d)},onAny:function(a,c,b){return this._addListener("any",a,c,b)},_addListener:function(a,
c,b,d){var k=this._listener[a]=this._listener[a]||{};var e=this.__Dx++;var g=[];var h=null;if(f$$0.lang.Type.isString(c)){for(var l=/\{([\w\d]+)\}/g;null!==(h=l.exec(c));)g.push(h[1]);c=RegExp("^"+c.replace(l,"([^/]+)")+"$")}k[e]={regExp:c,params:g,handler:b,scope:d};this.__Dy[e]=a;return e},remove:function(a){delete this._listener[this.__Dy[a]][a];delete this.__Dy[a]},has:function(a,c){var b=this._listener[a];if(!b||f$$0.lang.Object.isEmpty(b))return!1;for(var d in b)if(b[d].regExp.test(c))return!0;
return!1},emit:function(a,c,b,d){this._emit(a,c,b,d)},_emit:function(a,c,b,d){var k=!1;var e=this._listener.any;k=this._emitListeners(a,c,e,b,d);e=!1;e=this._listener[a];(e=this._emitListeners(a,c,e,b,d))||k||f$$0.Bootstrap.info("No listener found for "+c)},_emitListeners:function(a,c,b,d,k){if(!b||f$$0.lang.Object.isEmpty(b))return!1;var e=!1;for(var g in b)e|=this._emitRoute(a,c,b[g],d,k);return e},_emitRoute:function(a,c,b,d,f){if(a=b.regExp.exec(c)){d=d||{};var e=null;var g=null;a.shift();for(var h=
0;h<a.length;h++)g=a[h],(e=b.params[h])?d[e]=g:d[h]=g;b.handler.call(b.scope,{path:c,params:d,customData:f})}return void 0!=a}}})})();(function(){f$$0.Bootstrap.define("qx.module.Messaging",{statics:{on:null,onAny:null,remove:null,emit:null},defer:function(a){qxWeb.$attachStatic({messaging:new f$$0.event.Messaging})}})})()})();(function(){var f$$0=window.qxWeb.$$qx;f$$0.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});f$$0.$$packageData["0"]={locales:{},resources:{},translations:{}};(function(){f$$0.Bootstrap.define("baselib.Carousel",{extend:f$$0.ui.website.Widget,construct:function(a,b){f$$0.ui.website.Widget.call(this,a,b)},statics:{__OE:!1,__OF:!1,__OS:-1!=["mobile","tablet"].indexOf(qxWeb.env.get("device.type")),__OT:function(){var a=qxWeb.env.get("css.transform");var b=f$$0.core.Environment.get("css.animation");
baselib.Carousel.__OE=null!==a&&"object"===typeof a&&null!==b&&"object"===typeof b;baselib.Carousel.__OF=baselib.Carousel.__OE?a["3d"]:!1},_config:{autoAnimate:!1,duration:400,showArrows:!0,startIndex:0,swipe:!0,delay:2E3,ignoreMouseOver:[]},carousel:function(a){var b=new baselib.Carousel(this);b.setProperty("__config",a);b.init();return b}},events:{"switch":"qx.event.Emitter",beforehide:"qx.event.Emitter",beforeshow:"qx.event.Emitter",afterhide:"qx.event.Emitter",aftershow:"qx.event.Emitter"},members:{init:function(){if(!f$$0.ui.website.Widget.prototype.init.call(this))return!1;
baselib.Carousel.__OT();this.__dp();this._forEachElementWrapped(function(a){var b=a.find(".carouselView, .qx-carousel-view");a.setProperty("__element",b);a.setProperty("el",b);a.__OW();a.__OV();a.__Pg()});this.getProperty("__render")&&this.render();return!0},render:function(){this._forEachElementWrapped(function(a){var b=a.getProperty("__element");var d=b.getChildren();b.setStyle("overflow","hidden");d.addClass("qx-carousel-view-item");a.setProperty("__items",d);a.__OX();a.__Pe();a.__OU()});return this},
count:function(){return this.eq(0).getProperty("__items").length},getCurrentIndex:function(){return this.eq(0).getProperty("__currentIndex")},getElement:function(){return this.eq(0).getProperty("__element")},showNext:function(a){this._forEachElementWrapped(function(b){b.__Pm()||(b.__Pn(),b.setProperty("__noDelay",!0),b.moveTo(b.__Pp(),a))});return this},showPrev:function(a){this._forEachElementWrapped(function(b){b.__Pm()||(b.__Pn(),b.setProperty("__noDelay",!0),b.moveTo(b.__Pq(),a))});return this},
enableSwipe:function(){this._forEachElementWrapped(function(a){a.getProperty("__element").on("swipe",a.__Ph,a)});return this},disableSwipe:function(){this._forEachElementWrapped(function(a){a.getProperty("__element").off("swipe",a.__Ph,a)});return this},start:function(){this._forEachElementWrapped(function(a){a.setProperty("__userStop",!1);a.__mH()});return this},stop:function(){this._forEachElementWrapped(function(a){a.setProperty("__userStop",!0);a.__GI()});return this},hideLeftArrow:function(){var a=
null;this._forEachElementWrapped(function(b){(a=b.getProperty("__arrowBackward"))&&a.addClass("hidden")});return this},hideRightArrow:function(){var a=null;this._forEachElementWrapped(function(b){(a=this.getProperty("__arrowForward"))&&a.addClass("hidden")})},showLeftArrow:function(){var a=null;this._forEachElementWrapped(function(b){(a=b.getProperty("__arrowBackward"))&&a.removeClass("hidden")});return this},showRightArrow:function(){var a=null;this._forEachElementWrapped(function(b){(a=this.getProperty("__arrowForward"))&&
a.removeClass("hidden")})},setStopInteraction:function(a$$0){a$$0="Array"===qxWeb.type.get(a$$0)?a$$0:[a$$0];var b=null;this._forEachElementWrapped(function(d){a$$0.forEach(function(a){a="#"==a.charAt(0)||"."==a.charAt(0)?a:"#"+a;b=qxWeb(a);0<b.length&&(b.on("tap",d.stop,d),b.on("keyup",d.stop,d))})});return this},moveTo:function(a,b){this._forEachElementWrapped(function(d){if(!d.__Pm()&&a!=d.getProperty("__currentIndex")&&(d.__Pn(),d.__Po(a))){var c=d.getProperty("__currentIndex");d.setProperty("__noDelay",
!0);d.setProperty("__nextIndex",d.__Pp());d.setProperty("__prevIndex",d.__Pq());var e=a<c?0:1;"string"==typeof b&&-1!==["left","right"].indexOf(b)&&(e="left"===b?0:1);d.setProperty("__state",{toHide:c,toShow:a});d.__Pu(a,c,e)}});return this},dispose:function(){var a=null;var b=null;var d=null;this._forEachElementWrapped(function(c){a=c.getProperty("__element");c.stop();baselib.Carousel.__OS||(a.off("mouseover",c.__Pi,c),a.off("mouseout",c.__Pj,c),c.off("mouseover",c.__Pi,c),c.off("mouseout",c.__Pj,
c));a.find("input,select,textarea").off("focus",this.__Pf,this);c.getConfig("swipe")&&(qxWeb.env.get("event.touch")||qxWeb.env.get("event.mspointer")&&0<navigator.msMaxTouchPoints)?(a.off("swipe",c.__Ph,c),a.off("pointerdown",c.__Pa,c)):a.off("pointermove",c.__gc,c);c.getConfig("autoAnimate")&&qxWeb.messaging&&(qxWeb.messaging.remove(c.getProperty("__openMessagingId")),qxWeb.messaging.remove(c.getProperty("__closeMessagingId")));qxWeb(document.documentElement).off("pointerdown",c.__wr,c);b=c.getProperty("__arrowForward");
d=c.getProperty("__arrowForward");b&&d&&(b.off("tap",c.__Pr,c),d.off("tap",c.__Ps,c))});return f$$0.ui.website.Widget.prototype.dispose.call(this)},__OU:function(){if(this.getConfig("autoAnimate")){var a=this.__Pp();this.setProperty("__nextIndex",a);this.getProperty("__state",{toShow:a,toHide:null});this.__mH()}},__OV:function(){var a=this.getProperty("__element");baselib.Carousel.__OF?a.setStyle("transform","translate3d(0px, 0px, 0px)"):baselib.Carousel.__OE&&a.setStyle("transform","translate(0px, 0px)")},
__OW:function(){this.setProperty("__userStop",!1);this.setProperty("startIndex",this.getConfig("startIndex"));this.setProperty("__currentIndex",this.getConfig("startIndex"));this.setProperty("__noDelay",!1);this.setProperty("__showing",!1);this.setProperty("__hiding",!1);this.setProperty("__mouseOver",!1);this.setProperty("__focused",!1);this.setProperty("__state",{toHide:this.getConfig("startIndex"),toShow:null});this.setProperty("__stoped",!0);this.setProperty("__backwards",!1)},__OX:function(){var a=
this.find(".arrow.forward,.qx-carousel-arrow.qx-carousel-forward");var b=this.find(".arrow.backward,.qx-carousel-arrow.qx-carousel-backward");!this.getProperty("__arrowForward")&&(!this.getProperty("__arrowForward")&&a&&b)&&(this.setProperty("__arrowForward",a),this.setProperty("__arrowBackward",b),a.on("tap",this.__Pr,this),b.on("tap",this.__Ps,this),!1===this.getConfig("showArrows")?this.__PA():this.__Pz())},__OY:function(a){a.touches||(a.pageX=a.clientX,a.pageY=a.clientY,a.touches=[a],a.changedTouches=
[a],a.targetTouches=[a]);return a},__Pa:function(a){var b=this.getProperty("__element");b.on("pointermove",this.__Pb,this);b.on("pointerup",this.__Pc,this);a=this.__OY(a);this.setProperty("__isPageScrollTarget",null);this.setProperty("__touchStartPosition",[a.clientX,a.clientY])},__Pb:function(a){var b=this.getProperty("__touchStartPosition");a=this.__OY(a);this.setProperty("__deltaX",a.clientX-b[0]);this.setProperty("__deltaY",a.clientY-b[1]);null===this.getProperty("__isPageScrollTarget")&&(b=this.getProperty("__deltaX")/
this.getProperty("__deltaY"),this.setProperty("__isPageScrollTarget",1>Math.abs(b)));this.getProperty("__isPageScrollTarget")||(a.preventDefault(),a.stopPropagation())},__Pc:function(){var a=this.getProperty("__element");a.off("pointermove",this.__Pb,this);a.off("pointerup",this.__Pc,this)},__Pd:function(){var a$$0=this.getProperty("__element");var b=this.__OP(0);var d=this.__OP(-100);var c=this;this.getProperty("startIndex")!=this.getConfig("startIndex")&&(this.setProperty("__currentIndex",this.getConfig("startIndex")),
this.setProperty("startIndex",this.getConfig("startIndex")));var e=null;var f=null;a$$0.getChildren()._forEachElementWrapped(function(a,g){a.getProperty("__initialized")||(a.setStyle("position","absolute"),a.setProperty("__opacity",a.getStyle("opacity")),a.setProperty("__display",a.getStyle("display")),e=c.__mk.bind(c,a),f=c.__mm.bind(c,a),a.setProperty("__animationStartHandler",e),a.setProperty("__animationEndHandler",f),a.setProperty("__initialized",!0));g===c.getProperty("__currentIndex")?(a.setStyle(b.property,
b.value),a.getProperty("__initialized")&&"none"==a.getStyle("display")&&a.setStyle("display",a.getProperty("__display"))):(a.setStyle("display","none"),a.setStyle(d.property,d.value))});a$$0.getHeight()<this.getProperty("__items").eq(0).getHeight()&&a$$0.setStyle("height","100%")},__Pe:function(){if(this.getConfig("autoAnimate")){if(this.__Pm()){var a=this.getProperty("__items");var b=this.getProperty("__state");this.setProperty("__hiding",!1);this.setProperty("__showing",!1);a.eq(b.toShow).stop();
a.eq(b.toHide).stop()}this.__GI()}this.__Pd()},__Pf:function(){this.setProperty("__focused",!0);this.getConfig("autoAnimate")&&this.__GI()},__wr:function(a){a=a.getTarget();this.getProperty("__focused")&&qxWeb(a).isChildOf(this)&&(this.setProperty("__focused",!1),this.getConfig("autoAnimate")&&this.__mH())},__gc:function(a){a.preventDefault()},__Pg:function(){var a=this.getProperty("__element");baselib.Carousel.__OS||(a.on("mouseover",this.__Pi,this),a.on("mouseout",this.__Pj,this),this.on("mouseover",
this.__Pi,this),this.on("mouseout",this.__Pj,this));a.find("input,select,textarea").on("focus",this.__Pf,this);if(this.getConfig("swipe")&&(qxWeb.env.get("event.touch")||qxWeb.env.get("event.mspointer")&&0<navigator.msMaxTouchPoints))a.on("swipe",this.__Ph,this),a.on("pointerdown",this.__Pa,this);else a.on("pointermove",this.__gc,this);this.getConfig("autoAnimate")&&qxWeb.messaging&&(this.setProperty("__openMessagingId",qxWeb.messaging.on("dialog","open",this.stop,this)),this.setProperty("__closeMessagingId",
qxWeb.messaging.on("dialog","close",this.start,this)));qxWeb(document.documentElement).on("pointerdown",this.__wr,this)},__Ph:function(a){a=a.swipe.direction;this.setProperty("__noDelay",!0);"left"===a?this.__Pv():"right"===a&&this.__Pw()},__Pi:function(){!1===this.getProperty("__mouseOver")&&(this.setProperty("__mouseOver",!0),!1!==this.getConfig("showArrows")&&this.__Pz(),this.__Pm()||(this.__Pn(),this.getConfig("autoAnimate")&&this.__GI()))},__Pj:function(a){if(a.getRelatedTarget()&&this.getProperty("__mouseOver")){a=
a.getRelatedTarget();var b=qxWeb(a);if(a==this[0]||b.isChildOf(this)||-1!==this.getConfig("ignoreMouseOver").indexOf(b.getClass()))return}this.setProperty("__mouseOver",!1);"always"!=this.getConfig("showArrows")&&this.__PA();this.getConfig("autoAnimate")&&!this.getProperty("__focused")&&this.__mH()},__Pk:function(a){var b=this.getProperty("__state");switch(a){case "beforehide":case "beforeshow":this.emit(a,{current:b.toHide,next:b.toShow});break;case "aftershow":case "afterhide":case "switch":this.emit(a,
{current:b.toShow,prev:b.toHide})}},__mk:function(a){this.setProperty(a.getProperty("__action"),!0)},__mm:function(a){a=a.getProperty("__action");this.setProperty(a,!1);"__hiding"==a&&this.__Pk("afterhide");"__showing"==a&&this.__Pk("aftershow");this.__Pm()||this.__Pl()},__Pl:function(){var a=this.getProperty("__state");this.__Pn();this.__Pm()||(this.setProperty("__currentIndex",a.toShow),this.getProperty("__items").eq(a.toHide).setStyle("display","none"),this.__Pk("switch"),this.getConfig("autoAnimate")&&
(this.getProperty("__mouseOver")||this.getProperty("__stoped")?this.__GI():(this.setProperty("__noDelay",!1),window.setTimeout(function(){this.__Pv()}.bind(this),0))))},__Pm:function(){return this.getProperty("__showing")||this.getProperty("__hiding")},__Pn:function(){var a=this.getProperty("__animationTimer");this.__Pm()||null===a||(window.clearTimeout(a),this.setProperty("__animationTimer",null))},__mH:function(){if(this.__Pm()||this.getProperty("__userStop")||!this.getProperty("__stoped"))this.setProperty("__stoped",
!1);else{this.__Pn();this.setProperty("__stoped",!1);this.setProperty("__noDelay",!1);var a=this.__OP(-100);var b=this.__OP(0);var d=this.getProperty("__items");this.getProperty("__items").setStyle(a.property,a.value);d.eq(this.getProperty("__currentIndex")).setStyle(b.property,b.value);this.__Pv()}},__Po:function(a){return"Number"===qxWeb.type.get(a)&&parseFloat(a)==parseInt(a,10)?0<=a&&a<this.getProperty("__items").length:!1},__GI:function(){this.getProperty("__stoped")||(this.setProperty("__noDelay",
!0),this.setProperty("__stoped",!0),this.__Pn())},__OP:function(a,b){b=b||"%";return baselib.Carousel.__OF?{property:"transform",value:"translate3d("+a+b+",0"+b+",0px)",animationValue:[a+b,"0"+b,"0px"]}:baselib.Carousel.__OE?{property:"transform",value:"translate("+a+b+",0"+b+")",animationValue:[a+b,"0"+b]}:{property:"left",value:a+b,animationValue:a+b}},__Pp:function(){return(this.getProperty("__currentIndex")+1)%this.getProperty("__items").length},__Pq:function(){var a=this.getProperty("__items").length;
return(this.getProperty("__currentIndex")+a-1)%a},__Pr:function(){this.setProperty("__noDelay",!0);this.__Pv()},__Ps:function(){this.setProperty("__noDelay",!0);this.__Pw()},__Pt:function(a){a.once("animationStart",a.getProperty("__animationStartHandler"),this);a.once("animationEnd",a.getProperty("__animationEndHandler"),this)},__Pu:function(a,b,d){if(!this.__Pm()){this.__Pn();var c=this.__Py(a,d);var e=this.__Px(b,d);a=30;a=0<e.desc.delay?e.desc.delay:30;c.desc.delay=0;e.desc.delay=0;a=window.setTimeout(function(){this.__Pk("beforeshow");
this.__Pk("beforehide");this.setProperty("__showing",!0);this.setProperty("__hiding",!0);this.__Pt(c.item);this.__Pt(e.item);c.item.animate(c.desc);e.item.animate(e.desc)}.bind(this),a);this.setProperty("__animationTimer",a)}},__Pv:function(){if(!this.__Pm()){this.__Pn();this.setProperty("__backwards",!1);var a={toHide:this.getProperty("__currentIndex"),toShow:this.__Pp()};this.setProperty("__state",a);this.__Pu(a.toShow,a.toHide,1)}},__Pw:function(){if(!this.__Pm()){this.__Pn();this.setProperty("__backwards",
!1);var a={toHide:this.getProperty("__currentIndex"),toShow:this.__Pq()};this.setProperty("__state",a);this.__Pu(a.toShow,a.toHide,-1)}},__Px:function(a,b){if(a===this.getProperty("__currentIndex")){var d=1==b?-100:100;var c=this.getProperty("__items").eq(a);c.setProperty("__action","__hiding");d=this.__PC(c,0,d,this.getProperty("__noDelay"));return{item:c,desc:d,dir:b}}},__Py:function(a,b){if(a!==this.getProperty("__currentIndex")){var d=1==b?100:-100;var c=this.__OP(d);var e=this.getProperty("__items").eq(a);
e.setStyle("opacity","0");e.setStyle("display","block");e.setStyle(c.property,c.value);e.setProperty("__action","__showing");d=this.__PC(e,d,0,this.getProperty("__noDelay"));return{item:e,desc:d,dir:b}}},__Pz:function(){var a=this.getProperty("__arrowForward");var b=this.getProperty("__arrowBackward");a&&b&&(b.removeClass("hidden"),a.removeClass("hidden"))},__PA:function(){var a=this.getProperty("__arrowForward");var b=this.getProperty("__arrowBackward");b&&a&&(b.addClass("hidden"),a.addClass("hidden"))},
__PB:function(a,b){return"showArrows"==a?-1!=["true","false","always"].indexOf(b.toString()):"undefined"!=typeof baselib.Carousel._config[a]&&typeof b==typeof baselib.Carousel._config[a]},__dp:function(){var a=this.getProperty("__config");if(a){for(var b in a)this.__PB(b,a[b])&&this.setConfig(b,a[b]);this.setProperty("__config",null);this.setProperty("__render",!0)}},__PC:function(a,b,d,c){b=this.__OP(b);var e=this.__OP(d);var f=baselib.Carousel.__OE?"translate":"left";c={duration:this.getConfig("duration"),
keep:100,timing:"ease-out",delay:c?0:this.getConfig("delay"),keyFrames:{0:{},100:{}}};c.keyFrames[0][f]=b.animationValue;c.keyFrames[100][f]=e.animationValue;0===d&&(c.keyFrames[0].opacity=a.getProperty("__opacity"),c.keyFrames[100].opacity=a.getProperty("__opacity"));return c}},defer:function(a$$0){qxWeb.$attach({carousel:a$$0.carousel});qxWeb.$attachStatic({carousel:function(a,d){"string"==typeof a&&(a="#"==a.charAt(0)?a:"#"+a);return qxWeb(a).carousel(d)}})}})})()})();$q.define("UNOUNO.components.stage",{statics:{init:function(){UNOUNO.inline.tvspotLightBox1=new UNOUNO.global.LightBox("diy_tvspot2","tvspot_container2",true);UNOUNO.inline.tvspotLightBox1.lightBox.setWidth(700);UNOUNO.inline.tvspotLightBox1.lightBox.setHeight(500)}}});UNOUNO.components.stage.init();$q.define("UNOUNO.components.renderinclude",{construct:function(properties,callbacks,options){this.properties=properties;this.success=callbacks.success;this.error=callbacks.error;this.options=options;this.init()},statics:{cache:{},getCachedResponse:function(url){return this.cache[url]},setCachedResponse:function(url,response){this.cache[url]=response}},members:{properties:null,callback:null,callback:function(fnc,response){typeof fnc=="function"&&fnc.call(null,response)},createRenderIncludeURL:function(){var querystring=
{reuse:UNOUNO.params.reuseDOM};["part","href","module","search"].forEach(function(key){if(this.properties.hasOwnProperty(key)&&this.properties[key])querystring["__render_"+key]=this.properties[key]},this);if(querystring.__render_href)for(;!!querystring.__render_href.length&&querystring.__render_href.charAt(0)=="/";)querystring.__render_href=querystring.__render_href.substring(1);var url=window.location.href;["#","?"].forEach(function(token){var indexOfToken=url.indexOf(token);if(indexOfToken>-1)url=
url.substring(0,indexOfToken)});url=$q.uri.appendParams(url,querystring);return url},handleResponse:function(response){if(response.readyState==4)if(response.status===200&&response.responseText)this.callback(this.success,response);else this.callback(this.error,response)},init:function(){var url=this.createRenderIncludeURL();var cachedResponse=UNOUNO.components.renderinclude.getCachedResponse(url);if(!cachedResponse){var xhr=$q.xhr(url,this.options);xhr.on("loadend",function(response){UNOUNO.components.renderinclude.setCachedResponse(url,
response);this.handleResponse(response)},this);xhr.send(null);return}this.handleResponse(cachedResponse)}}});$q.$attachStatic({"renderinclude":function(configuration,callbacks,options){return new UNOUNO.components.renderinclude(configuration,callbacks,options)}});$q.define("UNOUNO.components.lazyLightbox",{construct:function(element){this.element=$q(element);if(this.element&&this.element.hasClass("lazy-lightbox")){this.properties=this.element.getAllData();this.lightboxName=$q.string.camelCase(this.properties.part);this.initializeClickEvents();if(this.properties.trigger&&this.properties.trigger==="onload")this.openLightbox();return this}return undefined},members:{element:null,content:null,properties:{},lightboxName:null,instance:null,inspectTimer:null,firstCompleteCallback:true,
getLightboxOpener:function(){return this.element},openLightbox:function(){this.getLightboxContent()},callback:function(event){var ctx=(UNOUNO.lightbox||{})[this.lightboxName];if(ctx&&this.lightboxName&&!!this.lightboxName.length&&typeof ctx[event]==="function")return ctx[event].apply(ctx,[].concat.call([].slice.call(arguments,1),this));return undefined},lightboxDimensions:function(){this.instance.show();var content=this.instance.getContent();var contentHeight=content.getHeight(true);var contentWidth=
content.getWidth(true);var contentMaxWidth=content.getWidthMax(true);if(contentMaxWidth>1030)contentWidth=860;var minWidth=this.properties.minwidth;var minHeight=this.properties.minheight;if(!isNaN(minWidth)&&contentWidth<minWidth)contentWidth=minWidth;if(!isNaN(minHeight)&&contentHeight<minHeight)contentHeight=minHeight;this.instance.setWidth(Number(contentWidth));this.instance.setHeight(Number(contentHeight));if(this.instance.getHeight()>$q(window).getHeight())this.instance.setTop($q(window).getScrollTop()+
40);this.instance.close();this.instance.show()},determineContentDimensions:function(){var content=this.instance.getContent();var currentContentHeight=content.getHeight();var minHeight=this.properties.minheight;if(!isNaN(minHeight)&&currentContentHeight<minHeight)currentContentHeight=minHeight;if(currentContentHeight!=Number(this.instance.getHeight()))this.instance.setHeight(Number(currentContentHeight))},initializeLightbox:function(){if(!this.instance){this.instance=$q.lightbox(this.content);this.instance.setDefaultStyle(true);
var instanceBlocker=this.instance.getBlocker();instanceBlocker.setBackgroundColor("#4d84bb");instanceBlocker.setOpacity(.75);this.lightboxDimensions();this.instance.close();instanceBlocker.on("unblock",function(){$q(document).offMatchTarget("click",".lightbox-close",this.closeLightbox,this);$q(document).offMatchTarget("click",".qx-blocker",this.closeLightbox,this);window.clearInterval(this.inspectInterval);window.setTimeout(function(){this.callback("onClosed",this.instance)}.bind(this),0)},this);
instanceBlocker.on("block",function(){$q(document).onMatchTarget("click",".lightbox-close",this.closeLightbox,this);$q(document).onMatchTarget("click",".qx-blocker",this.closeLightbox,this);this.inspectInterval=window.setInterval(function(){this.determineContentDimensions()}.bind(this),150);window.setTimeout(function(){this.callback("onComplete",this.instance,this.firstCompleteCallback);if(this.firstCompleteCallback)this.firstCompleteCallback=false;if(typeof UNOUNO.tracking.lightboxTracking==="function")UNOUNO.tracking.lightboxTracking(this.lightboxName)}.bind(this),
0)},this);this.callback("onCreate",this.instance)}this.instance.show()},closeLightbox:function(target,e){e.preventDefault();this.callback("onCleanUp",this.instance);this.instance.close()},getLightboxContent:function(){if(!this.instance){if(!this.properties.reference||!!!this.properties.reference.length){this.getContentViaXHR({success:function(response){this.prepareLightbox(response.responseText)}});return}var renderIncludeReference=$q(".lazy-lightbox-reference[data-renderinclude \x3d '"+this.properties.reference+
"']");if(!!renderIncludeReference.length&&!!(renderIncludeReference.getHtml()||"").length)this.prepareLightbox(renderIncludeReference.getHtml());return}this.initializeLightbox()},initializeClickEvents:function(){this.element.on("click",function(e){e.preventDefault();this.getLightboxContent()},this)},prepareLightbox:function(content){var qxHtml=$q.create(content);if(!qxHtml.getChildren().length&&!!content.length)qxHtml=$q.create("\x3cdiv /\x3e").setHtml(content);this.content=qxHtml;this.content=this.callback("onContentLoaded",
this.content)||this.content;this.content.find("img").forEach(function(image){(new Image).src=$q(image).getAttribute("src")});this.content.hasClass("hidden")&&this.content.removeClass("hidden");this.initializeLightbox()},getContentViaXHR:function(callbacks,options){$q.renderinclude({part:this.properties.part,href:this.properties.href,module:this.properties.module,search:this.properties.search},{success:(callbacks.success||new Function).bind(this),error:(callbacks.error||new Function).bind(this)},options)}}});
$q.$attachStatic({"lazyLightbox":function(element){return new UNOUNO.components.lazyLightbox($q(element))}});$q.ready(function(){$q(".lazy-lightbox").forEach(function(element){return $q.lazyLightbox(element)})});$q.define("UNOUNO.lightbox.lightboxContentSitelock",{statics:{onComplete:function(lightbox,firstCall,instance){if(firstCall){var ctx=$q(lightbox.getContent());var tabs=ctx.find("ul.tabs \x3e li");var tabContents=ctx.find(".tab-content");tabs.on("click",function(e){var target=$q(e.getTarget());var tabId=target.getData("tab");tabs.removeClass("current");tabContents.removeClass("current");target.addClass("current");tabContents.filter("[id \x3d "+tabId+"]").addClass("current")},this)}}}});
$q.define("UNOUNO.lightbox.lightboxContentWebsiteBuilder",{statics:{onComplete:function(lightbox,firstCall,instance){if(firstCall)lightbox.getContent().find(".responsive-layout").forEach(function(container){(new UNOUNO.animation.responsiveLayout($q(container),{"classes":["tablet","smartphone","desktop"],"cycletime":3500})).start()})}}});$q.define("UNOUNO.lightbox.lightboxFormSubscribe",{statics:{onComplete:function(lightbox,firstCall,instance){$q.placeholder.update()}}});
$q.define("UNOUNO.lightbox.lightboxContentContentDeliveryNetwork",{statics:{onComplete:function(lightbox,firstCall,instance){if(firstCall){var ctx=$q(lightbox.getContent());var tabs=ctx.find("ul.tabs \x3e li");var tabContents=ctx.find(".tab-content");tabs.on("click",function(e){var target=$q(e.getTarget());var tabId=target.getData("tab");tabs.removeClass("current");tabContents.removeClass("current");target.addClass("current");tabContents.filter("[id \x3d "+tabId+"]").addClass("current")},this)}}}});
$q.define("UNOUNO.components.vh215Lightbox",{construct:function(startHours,endHours,showContent,showAfter,excludeDays){this.startHours=startHours;this.endHours=endHours;this.showAfter=showAfter||3E3;this.showContent=showContent;this.excludeDays=excludeDays||[0];if(!!$q(showContent).length)this.showLightbox()},members:{showAfter:0,startHours:0,endHours:0,showContent:null,excludeDays:null,showLightbox:function(){var now=new Date;var currentHour=now.getHours();var currentDay=now.getDay();if(currentHour>=
this.startHours&&currentHour<this.endHours&&this.excludeDays.indexOf(currentDay)==-1)window.setTimeout(function(){var lightBox=new qui.bom.lightbox.LightBox;lightBox.setWidth(940);lightBox.setHeight(325);lightBox.getBlocker().setBackgroundColor("#4d84bb");lightBox.getBlocker().setOpacity(.75);lightBox.setContent($q(this.showContent).getHtml());lightBox.show();UNOUNO.tracking.lightboxTracking("tsInbound-layer");$q(".lightbox-close",$q(".lightbox_container")).on("click",function(lightBox){lightBox.close()}.bind(this,
lightBox),this)}.bind(this),this.showAfter)}}});
$q.define("UNOUNO.components.lightboxes",{statics:{init:function(){if(document.getElementById("tvspot-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("tvspot","tvspot-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("webappVideo-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("webappVideo","webappVideo-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("custom-layout-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("custom-layout",
"custom-layout-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("custom-style-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("custom-style","custom-style-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("insert-elements-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("insert-elements","insert-elements-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("image-gallery-container")){UNOUNO.inline.webappsLightBox=
new UNOUNO.global.LightBox("image-gallery","image-gallery-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("image-edit-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("image-edit","image-edit-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("contact-maps-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("contact-maps","contact-maps-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("diyfilm_container")){UNOUNO.inline.webappsLightBox=
new UNOUNO.global.LightBox("tvspot","diyfilm_container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("diyfilmSEO-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("diyfilmSEO","diyfilmSEO-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("diyfilmSMC-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("diyfilmSMC","diyfilmSMC-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940)}if(document.getElementById("branches-container")){UNOUNO.inline.branchesBrowser=
new UNOUNO.global.LightBox("lightbox-branches","branches-container",true);UNOUNO.inline.branchesBrowser.lightBox.setWidth(940);$q("#button-branchesLightbox-close").on("click",function(e){e.preventDefault();UNOUNO.inline.branchesBrowser.lightBox.close()})}}}});UNOUNO.components.lightboxes.init();$q.define("UNOUNO.components.webfontPrice",{construct:function(price,configuration){configuration=configuration||{};this._priceConfiguration=$q.object.merge({},this._defaultConfiguration,this._configuration,configuration);this.setPrice(price)},members:{_defaultConfiguration:{currency:true,replace00With:"",thousandsSeparator:"",decimalSeparator:".",decimalLength:2},_object:undefined,_priceConfiguration:undefined,_price:undefined,setDecimalSeparator:function(decimalSeparator){this._priceConfiguration.decimalSeparator=
!!decimalSeparator;this._parse();return this},setDecimalLength:function(decimalLength){this._priceConfiguration.decimalLength=decimalLength;this._parse();return this},setCurrency:function(currency){this._priceConfiguration.currency=currency;this._parse();return this},setThousandsSeparator:function(thousandsSeparator){this._priceConfiguration.thousandsSeparator=thousandsSeparator;this._parse();return this},setReplace00With:function(replace00With){this._priceConfiguration.replace00With=replace00With;
this._parse();return this},setCurrencyBefore:function(currencyBefore){this._priceConfiguration.currencyBefore=currencyBefore;this._parse();return this},setCurrencyBehind:function(currencyBehind){this._priceConfiguration.currencyBehind=currencyBehind;this._parse();return this},setPrice:function(price){this._price=price;this._parse();return this},getCurrency:function(){return!!this._priceConfiguration.currency},getConfiguration:function(){return this._priceConfiguration},getDecimalSeparator:function(){return this._priceConfiguration.decimalSeparator},
getThousandsSeparator:function(){return this._priceConfiguration.thousandsSeparator},getDecimalLength:function(){return this._priceConfiguration.decimalLength},getRawPrice:function(){return Number(this._price).toFixed(Math.max(0,~~this._priceConfiguration.decimalLength))},getReplace00With:function(){return this._priceConfiguration.replace00With||undefined},getFormattedPrice:function(){var result=this.getRawPrice();var currencySign=this.getCurrencySign();var decimalSeparator=this.getDecimalSeparator();
var thousandsSeparator=this.getThousandsSeparator();var decimalLength=this.getDecimalLength();if(decimalSeparator)result=result.replace(".",decimalSeparator);if(thousandsSeparator)result=result.replace(new RegExp("\\d(?\x3d(\\d{3})+"+(decimalLength>0?"\\D":"$")+")","g"),"$\x26"+thousandsSeparator);var resultSplitted=result.split(decimalSeparator);if(resultSplitted[1]==="00"){result=resultSplitted[0];if("replace00With"in this._priceConfiguration&&!!this._priceConfiguration.replace00With.length)result+=
decimalSeparator+this._priceConfiguration.replace00With}if(this.getCurrency())if(this.isCurrencyBefore())result=this.getCurrencySign()+""+result;else if(this.isCurrencyBehind())result=result+" "+this.getCurrencySign();return result},isCurrencyBefore:function(){return!!this._priceConfiguration.currencyBefore},isCurrencyBehind:function(){return!!this._priceConfiguration.currencyBehind},getCurrencySign:function(){return this._priceConfiguration.currencyBefore||this._priceConfiguration.currencyBehind||
undefined},parse:function(){return this._object},format:function(){return this.getFormattedPrice()},draw:function(container){container=$q(container);if(container&&!!container.getAncestors(".webfont-price-container").length){if(container.hasClass("price-container"))return this._drawPriceContainer(container);else if(container.hasClass("price-container-inline"))return this._drawInlinePriceContainer(container);return false}return false},_drawPriceContainer:function(container){var parsedObject=this._object;
var priceBeforeSeparatorElement=container.getChildren(".price-before-separator");var priceSeparatorElement=container.getChildren(".price-separator");var priceBehindSeparatorElement=container.getChildren(".price-behind-separator");var priceBehindTextElement=container.getChildren(".price-text-behind-inline");if(!!priceBeforeSeparatorElement.length){priceBeforeSeparatorElement.setTextContent(parsedObject.beforeDecimalSeparator);if(parsedObject.decimalSeparator&&parsedObject.behindDecimalSeparator){if(!!!priceSeparatorElement.length)priceSeparatorElement=
$q.create("\x3cspan /\x3e").addClass("price-separator").setTextContent(parsedObject.decimalSeparator).insertAfter(priceBeforeSeparatorElement);if(!!!priceBehindSeparatorElement.length)priceBehindSeparatorElement=$q.create("\x3cspan /\x3e").addClass("price-behind-separator").insertAfter(priceSeparatorElement);if(container.hasClass("price-should-be-supped")&&!priceBehindSeparatorElement.hasClass("price-sup"))priceBehindSeparatorElement.addClass("price-sup");if(parsedObject.behindDecimalSeparator==0||
isNaN(parsedObject.behindDecimalSeparator))priceBehindSeparatorElement.addClass("price-zero");else if(priceBehindSeparatorElement.hasClass("price-zero"))priceBehindSeparatorElement.removeClass("price-zero");var previousBehindSeparatorHtml=$q.create("\x3cspan /\x3e").append(priceBehindSeparatorElement.getChildren()).getHtml();if(previousBehindSeparatorHtml)priceBehindSeparatorElement.setHtml(previousBehindSeparatorHtml+parsedObject.behindDecimalSeparator);else priceBehindSeparatorElement.setHtml(parsedObject.behindDecimalSeparator);
if(!!priceBehindTextElement.length&&container.hasClass("price-should-be-supped")&&!priceBehindTextElement.hasClass("price-behind-separator-supped"))priceBehindTextElement.addClass("price-behind-separator-supped")}else{priceSeparatorElement.remove();priceBehindSeparatorElement.remove();if(!!priceBehindTextElement.length&&priceBehindTextElement.hasClass("price-behind-separator-supped"))priceBehindTextElement.removeClass("price-behind-separator-supped")}return true}return false},_drawInlinePriceContainer:function(container){var parsedObject=
this._object;var priceElement=container.getChildren(".price-text-inline").getChildren(".price-text");if(!!priceElement.length){priceElement.setTextContent(parsedObject.formattedPrice);return true}return false},_parse:function(){this._object=new Object;this._object.rawPrice=this.getRawPrice();this._object.formattedPrice=this.getFormattedPrice();this._object.currencySign=this.getCurrencySign();this._object.decimalSeparator=this.getDecimalSeparator();this._object.thousandsSeparator=this.getThousandsSeparator();
var splittedFormattedPrice=this._object.formattedPrice.split(this.getDecimalSeparator());this._object.beforeDecimalSeparator=splittedFormattedPrice[0];this._object.behindDecimalSeparator=splittedFormattedPrice[1]}}});$q.$attachStatic({"webfontPrice":function(price,configuration){return new UNOUNO.components.webfontPrice(price,configuration)}});$q.define("UNOUNO.components.stageAnimation",{statics:{instance:null,initializeCarousel:function(){this.instance=$q.carousel("screens",{autoAnimate:true,duration:500,showArrows:true,startIndex:0,swipe:true,delay:7E3});this.instance.setStopInteraction("#screens");this.initializeCarouselEvents()},initializeCarouselEvents:function(){this.instance.on("switch",function(e){$q("#carousel-tab div.current").removeClass("current");$q("#carousel-tab div[data-tab \x3d "+e.current+"]").addClass("current");$q(".carouselView li:eq("+
e.prev+")").emit("invisible");$q(".carouselView li:eq("+e.current+")").emit("visible")},this);$q("#carousel-tab div[data-tab]").forEach(function(tab){tab=$q(tab);tab.on("click",function(e){this.instance.stop();var target=$q(e.getTarget());if(!target.hasClass("bar-b1"))target=target.getAncestors(".bar-b1:eq(0)");if(!target.hasClass("current")){$q("#carousel-tab div.current").removeClass("current");target.addClass("current");this.instance.moveTo(Number(target.getData("tab")))}},this)},this);$q(".productbox_slide.domains-slide .domaincheck_form").on("click",
function(e){this.instance.stop()},this)},initializeEvents:function(){$q("#carousel-tab").on("mouseover",function(e){$q("#screens .arrow.hidden").removeClass("hidden")});$q("#carousel-tab").on("mouseout",function(e){$q("#screens .arrow:not(.hidden)").addClass("hidden")});$q(".productbox_slide.domains-slide").on("visible",function(){UNOUNO.components.stageDomainAnimation.startVisualToggle()},this);$q(".productbox_slide.domains-slide").on("invisible",function(){UNOUNO.components.stageDomainAnimation.stopVisualToggle()},
this)},init:function(){if($q("#carousel").length>0){this.initializeEvents();this.initializeCarousel();$q(".carouselView li:eq(0)").emit("visible");$q("#screens .arrow:not(.hidden)").addClass("hidden")}}}});
$q.define("UNOUNO.components.stageDomainAnimation",{statics:{visualIndex:0,visualImages:[],togglePrice:[],toggleHeadline:[],visualChangeInterval:null,setToggleVisuals:function(){$q(".toggle-visual").forEach(function(visual){this.visualImages.push(visual)},this);$q(".toggle-price").forEach(function(price){this.togglePrice.push(price)},this);$q(".toggle-headline").forEach(function(headline){this.toggleHeadline.push(headline)},this)},startVisualToggle:function(){if(!!!this.visualImages.length)this.setToggleVisuals();
this.visualChangeInterval=window.setInterval(function(){this.toggleVisual()}.bind(this),3E3)},stopVisualToggle:function(){window.clearInterval(this.visualChangeInterval);this.visualChangeInterval=null},toggleVisual:function(){$q(this.visualImages).filter(".active").removeClass("active");$q(this.visualImages[this.visualIndex]).addClass("active");if(this.visualIndex===0)$q(".productbox_slide.domains-slide").addClass("disabled");else $q(".productbox_slide.domains-slide").removeClass("disabled");if(!!this.togglePrice.length){$q(this.togglePrice).filter(".active").removeClass("active");
$q(this.togglePrice[this.visualIndex]).addClass("active")}if(!!this.toggleHeadline.length){$q(this.toggleHeadline).filter(".active").removeClass("active");$q(this.toggleHeadline[this.visualIndex]).addClass("active")}this.visualIndex=++this.visualIndex%this.visualImages.length}}});$q.ready(function(){UNOUNO.components.stageAnimation.init()});UNOUNO.init.registerForJSLoad(function(){UNOUNO.inline.hideLayer=function(e){var expireDate=new Date;if(typeof $q!=="undefined")$q("#mobileinfo-container").addClass("hide");else qx.bom.Collection.id("mobileinfo-container").addClass("hide");expireDate=new Date;expireDate.setDate(expireDate.getDate()+30);document.cookie="banner-mobileinfo\x3d1;expires\x3d"+expireDate.toUTCString()+";"};if(typeof $q!=="undefined"){$q("#mobileinfo-close").addListener("click",UNOUNO.inline.hideLayer,this,false);if(document.cookie.indexOf("banner-mobileinfo")===
-1)$q("#mobileinfo-container").addClass("show")}else{qx.bom.Collection.id("mobileinfo-close").addListener("click",UNOUNO.inline.hideLayer,this,false);if(document.cookie.indexOf("banner-mobileinfo")===-1)qx.bom.Collection.query("#mobileinfo-container").addClass("show")}});$q.define("UNOUNO.components.domaincheckbox",{construct:function(element){this.element=$q(element);this.init()},members:{element:null,init:function(){this.element.find(".errorbox-close").on("click",function(e){e.preventDefault();e.stopPropagation();var target=$q(e.getTarget());target.getAncestors("form:eq(0)").find(".PfxError").removeClasses(["PfxInputTextError","PfxError"]);target.getAncestors(".errorbox-wrapper:eq(0)").addClass("hidden")},this)}}});$q.ready(function(){$q(".domaincheckbox").forEach(function(element){new UNOUNO.components.domaincheckbox(element)})});$q.define("UNOUNO.components.webfontPrice",{extend:UNOUNO.components.webfontPrice,construct:function(price,configuration){this.base(arguments,price,configuration)},members:{_configuration:{currencyBehind:"zł",thousandsSeparator:".",replace00With:"00",decimalSeparator:","}}});(function(){var b$$0=window.qxWeb.$$qx;b$$0.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});b$$0.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){b$$0.Bootstrap.define("qx.module.TextSelection",{statics:{getTextSelection:function(){var a=this[0];return a?(b$$0.module.TextSelection.__QR(a)||(a=b$$0.module.TextSelection.__QS(a)),a?b$$0.bom.Selection.get(a):null):null},getTextSelectionLength:function(){var a=this[0];return a?(b$$0.module.TextSelection.__QR(a)||
(a=b$$0.module.TextSelection.__QS(a)),a?b$$0.bom.Selection.getLength(a):null):null},getTextSelectionStart:function(){var a=this[0];return a?(b$$0.module.TextSelection.__QR(a)||(a=b$$0.module.TextSelection.__QS(a)),a?b$$0.bom.Selection.getStart(a):null):null},getTextSelectionEnd:function(){var a=this[0];return a?(b$$0.module.TextSelection.__QR(a)||(a=b$$0.module.TextSelection.__QS(a)),a?b$$0.bom.Selection.getEnd(a):null):null},setTextSelection:function(a,d){var c=this[0];c&&(b$$0.module.TextSelection.__QR(c)||
(c=b$$0.module.TextSelection.__QS(c)),c&&b$$0.bom.Selection.set(c,a,d));return this},clearTextSelection:function(){this._forEachElement(function(a){b$$0.module.TextSelection.__QR(a)||(a=b$$0.module.TextSelection.__QS(a));a&&b$$0.bom.Selection.clear(a)});return this},__QR:function(a){a=a.tagName?a.tagName.toLowerCase():null;return"input"===a||"textarea"===a},__QS:function(a){var b=0;for(var c=a.childNodes.length;b<c;b++)if(3===a.childNodes[b].nodeType)return a.childNodes[b];return null}},defer:function(a){qxWeb.$attach({getTextSelection:a.getTextSelection,
getTextSelectionLength:a.getTextSelectionLength,getTextSelectionStart:a.getTextSelectionStart,getTextSelectionEnd:a.getTextSelectionEnd,setTextSelection:a.setTextSelection,clearTextSelection:a.clearTextSelection})}})})();(function(){b$$0.Bootstrap.define("qx.bom.Selection",{statics:{getSelectionObject:b$$0.core.Environment.select("html.selection",{selection:function(a){return a.selection},"default":function(a){return b$$0.dom.Node.getWindow(a).getSelection()}}),get:b$$0.core.Environment.select("html.selection",
{selection:function(a){return b$$0.bom.Range.get(b$$0.dom.Node.getDocument(a)).text},"default":function(a){return this.__pd(a)?a.value.substring(a.selectionStart,a.selectionEnd):this.getSelectionObject(b$$0.dom.Node.getDocument(a)).toString()}}),getLength:b$$0.core.Environment.select("html.selection",{selection:function(a){a=this.get(a);var d=b$$0.util.StringSplit.split(a,/\r\n/);return a.length-(d.length-1)},"default":function(a){if("opera"==b$$0.core.Environment.get("engine.name")){var d;if(this.__pd(a)){d=
a.selectionStart;var c=a.selectionEnd;a=a.value.substring(d,c);d=c-d}else a=b$$0.bom.Selection.get(a),d=a.length;a=b$$0.util.StringSplit.split(a,/\r\n/);return d-(a.length-1)}return this.__pd(a)?a.selectionEnd-a.selectionStart:this.get(a).length}}),getStart:b$$0.core.Environment.select("html.selection",{selection:function(a){if(this.__pd(a)){var d=b$$0.bom.Range.get();if(!a.contains(d.parentElement()))return-1;var c=b$$0.bom.Range.get(a);a=a.value.length;c.moveToBookmark(d.getBookmark());c.moveEnd("character",
a);return a-c.text.length}c=b$$0.bom.Range.get(a);var e=c.parentElement();d=b$$0.bom.Range.get();try{d.moveToElementText(e)}catch(f){return 0}a=b$$0.bom.Range.get(b$$0.dom.Node.getBodyElement(a));a.setEndPoint("StartToStart",c);a.setEndPoint("EndToEnd",d);if(0==d.compareEndPoints("StartToStart",a))return 0;for(e=0;;){c=a.moveStart("character",-1);if(0==d.compareEndPoints("StartToStart",a))break;if(0==c)break;else e++}return++e},"default":function(a){if("gecko"===b$$0.core.Environment.get("engine.name")||
"webkit"===b$$0.core.Environment.get("engine.name")){if(this.__pd(a))return a.selectionStart;a=b$$0.dom.Node.getDocument(a);a=this.getSelectionObject(a);return a.anchorOffset<a.focusOffset?a.anchorOffset:a.focusOffset}return this.__pd(a)?a.selectionStart:b$$0.bom.Selection.getSelectionObject(b$$0.dom.Node.getDocument(a)).anchorOffset}}),getEnd:b$$0.core.Environment.select("html.selection",{selection:function(a){if(this.__pd(a)){var d=b$$0.bom.Range.get();if(!a.contains(d.parentElement()))return-1;
var c=b$$0.bom.Range.get(a);var e=a.value.length;c.moveToBookmark(d.getBookmark());c.moveStart("character",-e);return c.text.length}c=b$$0.bom.Range.get(a);e=c.parentElement();d=b$$0.bom.Range.get();try{d.moveToElementText(e)}catch(f){return 0}e=d.text.length;a=b$$0.bom.Range.get(b$$0.dom.Node.getBodyElement(a));a.setEndPoint("EndToEnd",c);a.setEndPoint("StartToStart",d);if(0==d.compareEndPoints("EndToEnd",a))return e-1;for(var g=0;;){c=a.moveEnd("character",1);if(0==d.compareEndPoints("EndToEnd",
a))break;if(0==c)break;else g++}return e-++g},"default":function(a){if("gecko"===b$$0.core.Environment.get("engine.name")||"webkit"===b$$0.core.Environment.get("engine.name")){if(this.__pd(a))return a.selectionEnd;a=b$$0.dom.Node.getDocument(a);a=this.getSelectionObject(a);return a.focusOffset>a.anchorOffset?a.focusOffset:a.anchorOffset}return this.__pd(a)?a.selectionEnd:b$$0.bom.Selection.getSelectionObject(b$$0.dom.Node.getDocument(a)).focusOffset}}),__pd:function(a){return b$$0.dom.Node.isElement(a)&&
("input"==a.nodeName.toLowerCase()||"textarea"==a.nodeName.toLowerCase())},set:b$$0.core.Environment.select("html.selection",{selection:function(a,d,c){var e;b$$0.dom.Node.isDocument(a)&&(a=a.body);if(b$$0.dom.Node.isElement(a)||b$$0.dom.Node.isText(a))switch(a.nodeName.toLowerCase()){case "input":case "textarea":case "button":void 0===c&&(c=a.value.length);if(0<=d&&d<=a.value.length&&0<=c&&c<=a.value.length)return e=b$$0.bom.Range.get(a),e.collapse(!0),e.moveStart("character",d),e.moveEnd("character",
c-d),e.select(),!0;break;case "#text":void 0===c&&(c=a.nodeValue.length);if(0<=d&&d<=a.nodeValue.length&&0<=c&&c<=a.nodeValue.length)return e=b$$0.bom.Range.get(b$$0.dom.Node.getBodyElement(a)),e.moveToElementText(a.parentNode),e.collapse(!0),e.moveStart("character",d),e.moveEnd("character",c-d),e.select(),!0;break;default:if(void 0===c&&(c=a.childNodes.length-1),a.childNodes[d]&&a.childNodes[c])return e=b$$0.bom.Range.get(b$$0.dom.Node.getBodyElement(a)),e.moveToElementText(a.childNodes[d]),e.collapse(!0),
d=b$$0.bom.Range.get(b$$0.dom.Node.getBodyElement(a)),d.moveToElementText(a.childNodes[c]),e.setEndPoint("EndToEnd",d),e.select(),!0}return!1},"default":function(a,d,c){var e=a.nodeName.toLowerCase();if(!b$$0.dom.Node.isElement(a)||"input"!=e&&"textarea"!=e){e=!1;var f=b$$0.dom.Node.getWindow(a).getSelection();var g=b$$0.bom.Range.get(a);b$$0.dom.Node.isText(a)?(void 0===c&&(c=a.length),0<=d&&(d<a.length&&0<=c&&c<=a.length)&&(e=!0)):b$$0.dom.Node.isElement(a)?(void 0===c&&(c=a.childNodes.length-1),
0<=d&&(a.childNodes[d]&&0<=c&&a.childNodes[c])&&(e=!0)):b$$0.dom.Node.isDocument(a)&&(a=a.body,void 0===c&&(c=a.childNodes.length-1),0<=d&&(a.childNodes[d]&&0<=c&&a.childNodes[c])&&(e=!0));if(e)return f.isCollapsed||f.collapseToStart(),g.setStart(a,d),b$$0.dom.Node.isText(a)?g.setEnd(a,c):g.setEndAfter(a.childNodes[c]),0<f.rangeCount&&f.removeAllRanges(),f.addRange(g),!0}else if(void 0===c&&(c=a.value.length),0<=d&&d<=a.value.length&&0<=c&&c<=a.value.length)return a.focus(),a.select(),a.setSelectionRange(d,
c),!0;return!1}}),setAll:function(a){return b$$0.bom.Selection.set(a,0)},clear:b$$0.core.Environment.select("html.selection",{selection:function(a){var d=b$$0.bom.Range.get(a).parentElement();var c=b$$0.bom.Range.get(b$$0.dom.Node.getDocument(a));b$$0.dom.Node.isText(a)&&(a=a.parentNode);d==c.parentElement()&&d==a&&b$$0.bom.Selection.getSelectionObject(b$$0.dom.Node.getDocument(a)).empty()},"default":function(a){var d=b$$0.bom.Selection.getSelectionObject(b$$0.dom.Node.getDocument(a));var c=a.nodeName.toLowerCase();
!b$$0.dom.Node.isElement(a)||"input"!=c&&"textarea"!=c?b$$0.dom.Node.isDocument(a)||"body"==c?d.collapse(a.body?a.body:a,0):(c=b$$0.bom.Range.get(a),c.collapsed||(c=c.commonAncestorContainer,(b$$0.dom.Node.isElement(a)&&b$$0.dom.Node.isText(c)?c.parentNode:c)==a&&d.collapse(a,0))):(a.setSelectionRange(0,0),b$$0.bom.Element&&b$$0.bom.Element.blur&&b$$0.bom.Element.blur(a))}})}})})()})();$q.define("UNOUNO.animation.DomainTeaser",{statics:{__timerID:0,__timerID2:0,__timerIDIE:0,__timerIDIE2:0,animationForIEFade:function(elem){elem.find(".front").toggleClass("hidden");elem.find(".back").toggleClass("hidden")},animationForIE:function(){$q(".flip-container").forEach(function(item,index){this.__timerIDIE2=window.setTimeout(function(){this.animationForIEFade($q(item))}.bind(this),(index+1)*300)},this)},toggleRotationClass:function(elem){elem.toggleClass("rotated")},animateDomainTeaser:function(){$q(".flip-container").forEach(function(item,
index){this.__timerID2=window.setTimeout(function(){this.toggleRotationClass($q(item))}.bind(this),(index+1)*300)},this)},init:function(){if($q("#domainwrapper").length>0&&$q("#domainwrapper").getData("rotation-disabled")!=="true")if($q.env.get("browser.name")=="ie"&&parseInt($q.env.get("browser.version"))<=9){$q(".flip-container .back").addClass("hidden");this.__timerIDIE=window.setInterval(function(){this.animationForIE()}.bind(this),7E3)}else this.__timerID=window.setInterval(function(){this.animateDomainTeaser()}.bind(this),
7E3)}}});
$q.define("UNOUNO.components.domaincheck",{statics:{init:function(){if(UNOUNO.params.variant.indexOf("vh427-box")===-1);else this.initializeVariantTest()},endsWith:function(string,search){return string.lastIndexOf(search,string.length-search.length)!==-1},updateDomainNameInput:function(target){if(this.choosenTLD&&target&&target.getValue().length>0){var value=target.getValue();if(value.lastIndexOf(".")>-1)value=value.substring(0,value.lastIndexOf("."));value=value+"."+this.choosenTLD;target.setValue(value)}},initializeVariantTest:function(){var selectBox1=
$q(".standard-domain-container.vh427-box select[name \x3d 'multicheck.Tlds'].domaincheck_tldlist");var selectBox2=$q(".domain-check-checker.vh427-box select[name \x3d 'multicheck.Tlds'].domaincheck_tldlist");var selectBoxSelected=$q(".standard-domain-container.vh427-box select[name \x3d 'multicheck.Tlds'].domaincheck_tldlist option[selected]");var input1=$q(".standard-domain-container.vh427-box input.domaincheck_domain");var input2=$q(".domain-check-checker.vh427-box input.domaincheck_domain");var initialValue=
input1.getValue();var initialTld;if(initialValue.length===0)initialValue=input2.getValue();input1.setValue(initialValue);input2.setValue(initialValue);if(initialValue.lastIndexOf(".")===-1)initialTld=selectBoxSelected.getValue();else initialTld=initialValue.substr(initialValue.lastIndexOf(".")+1);selectBox1.setValue(initialTld);selectBox2.setValue(initialTld);$q("input.domaincheck_domain").on("focus",function(e){var target=$q(e.getTarget());if(target&&target.getValue().length>0){var value=target.getValue();
if(value.lastIndexOf(".")===-1)this.updateDomainNameInput(target);else window.setTimeout(function(){target.setTextSelection(value.lastIndexOf("."),value.lastIndexOf("."))},0)}},this);$q("input.domaincheck_domain").on("keyup",function(e){var target=$q(e.getTarget());var key=e.keyCode||e.which;if(key===46)this.choosenTLD=null;if(this.choosenTLD)if(target.getValue().length>0){var value=target.getValue();if(value.lastIndexOf(".")===-1){value=value+"."+this.choosenTLD;target.setValue(value);window.setTimeout(function(){target.setTextSelection(value.lastIndexOf("."),
value.lastIndexOf("."))},0)}else{if(!value.substring(0,value.lastIndexOf(".")).length)target.setValue(null);if(!this.endsWith(value,this.choosenTLD))this.choosenTLD=null}}if(target.getValue().length>0){value=target.getValue();var manualTld;if(value!==input1.getValue())input1.setValue(value);if(value!==input2.getValue())input2.setValue(value);if(value.lastIndexOf(".")===-1)manualTld=selectBoxSelected.getValue();else{var tmpTld=value.substr(value.lastIndexOf(".")+1);var optionStr=".standard-domain-container.vh427-box select[name \x3d 'multicheck.Tlds'].domaincheck_tldlist option[value\x3d'"+
tmpTld+"']";if($q(optionStr).length>0)manualTld=tmpTld;else manualTld=selectBoxSelected.getValue()}selectBox1.setValue(manualTld);selectBox2.setValue(manualTld)}},this)}}});UNOUNO.animation.DomainTeaser.init();UNOUNO.components.domaincheck.init();UNOUNO.params.loadStatus="complete";if(UNOUNO.init.JSLoadStack&&UNOUNO.init.JSLoadStack.length>0)for(UNOUNO.init.processStack=0;UNOUNO.init.processStack<UNOUNO.init.JSLoadStack.length;UNOUNO.init.processStack+=1)UNOUNO.init.JSLoadStack[UNOUNO.init.processStack].call();