customer.cludo.com Open in urlscan Pro
2606:4700:10::ac43:1b98  Public Scan

URL: https://customer.cludo.com/scripts/bundles/search-script.min.js
Submission: On March 28 via api from LU — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

!function(){"use strict";var e,t,r,s=function(){function e(){}return e.setLocation=function(e){window.location=e},e.reload=function(){window.location.reload()},e.getHash=function(){return window.location.hash},e.setHash=function(e){window.location.hash=e},e.getHref=function(){return window.location.href},e.setHref=function(e){window.location.href=e},e.getPathname=function(){return window.location.pathname},e.getProtocol=function(){return window.location.protocol},e.getHostname=function(){return window.location.hostname},e}(),a=function(){function e(){this.UP=38,this.DOWN=40,this.ENTER=13,this.ESC=27,this.TAB=9,this.BACKSPACE=8,this.DELETE=46}return e.prototype.getKey=function(e){return window.event?e.keyCode:e.which?e.which:void 0},e.prototype.isMac=function(){return navigator.platform.toUpperCase().indexOf("MAC")>=0},e.prototype.addClass=function(e,t){e&&(this.hasClass(e,t)||(e.className=e.className+" "+t))},e.prototype.removeClass=function(e,t){e&&(e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," "))},e.prototype.hasClass=function(e,t){return!!e&&!!e.className.match(t)},e.prototype.removeElement=function(e){var t=document.getElementById(e);null!=t&&t.parentNode.removeChild(t)},e.prototype.removeAttributesWithSelector=function(e,t){if(null!=!e&&null!=!t)for(var r="*["+e+'="'+t+'"]',s=document.querySelectorAll(r),a=s.length-1;a>=0;a--)s[a].removeAttribute(e)},e.prototype.addElement=function(e,t,r,s){var a=document.createElement("div");return void 0!==t&&""!==t&&(a.className=t),void 0!==r&&""!==r&&a.setAttribute("id",r),void 0!==s&&""!==s&&a.setAttribute("role",s),e.appendChild(a),a},e.prototype.addLabelElement=function(e,t,r){var s=document.createElement("label");return s.setAttribute("for",t),s.innerHTML=r,e.appendChild(s),s},e.prototype.addInputElement=function(e,t,r,s,a,o){var i=document.createElement("input");return i.setAttribute("type","search"),i.id=a,i.name=t,i.className=r,i.setAttribute("value",s),i.autocomplete=o,e.appendChild(i),i},e.prototype.addButtonElement=function(e,t,r,s,a,o){var i=document.createElement("button");return i.setAttribute("type","button"),i.innerHTML=s,t&&(i.className=t),a&&(i.title=a),r&&(i.id=r),o&&i.setAttribute("aria-label",o),e.appendChild(i),i},e.prototype.addCssStyles=function(e){var t=document.createElement("style");(document.head||document.getElementsByTagName("head")[0]).appendChild(t),t.setAttribute("type","text/css"),t.appendChild(document.createTextNode(e))},e.prototype.getWindowLocation=function(){return s.getHref()},e.prototype.getWindowHash=function(){return s.getHash()},e.prototype.getPredefinedFacet=function(e,t){return document.getElementById(e).querySelectorAll("input[type=hidden]")[t].getAttribute("data-facet")},e.prototype.getURLParam=function(e,t){if(!e)return"";var r=this.getWindowHash(),s=e.toLowerCase();if(-1!==r.indexOf("#%3F")&&(r=r.replace("#%3F","#?")),-1==r.toLowerCase().indexOf(s))return"";for(;-1!=r.indexOf("#?");)r=r.replace("#?","&");for(var a=r.split("&"),o=a.length-1;o>=0;o--){var i=a[o].replace("?","").replace("#","").split("=");if(!(i.length<2)&&i[0].toLowerCase()==s)return t?i[1]:decodeURIComponent(i[1])}return""},e.prototype.stripHtmlTags=function(e){if(null==e)return e;var t,r="(?:[^\"'>]|\"[^\"]*\"|'[^']*')*",s=new RegExp("<(?:!--(?:(?:-*[^->])*--+|-?)|script\\b"+r+">[\\s\\S]*?</script\\s*|style\\b"+r+">[\\s\\S]*?</style\\s*|/?[a-z]"+r+")>","gi");do{t=e,e=e.replace(s,"")}while(e!==t);return e.indexOf("<")>-1&&(e=e.replace(/<|>/g,"")),e},e.prototype.stripSpecialChars=function(e){return e.replace(/[–—―,.+?:-]/g," ")},e.prototype.trim=function(e){return"function"!=typeof String.prototype.trim?e.replace(/^\s+|\s+$/g,""):e.trim()},e.prototype.removeUnsafeCharacters=function(e){var t=/"/gi;return(e.match(t)||[]).length%2&&(e=e.replace(t,"")),e.replace(/ (\+)+$/g,"")},e.prototype.highlightSearchword=function(e,t){try{var r=new RegExp("(^|\\s)("+t+")(|$)","ig");return e.replace(r,"$1<b>$2</b>$3")}catch(t){return e}},e.prototype.objectToQueryString=function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.push(encodeURIComponent(r)+"="+encodeURIComponent(e[r]));return t.join("&")},e.prototype.isEmpty=function(e){for(var t in e)return!1;return!0},e.prototype.isMobile=function(){return window.innerWidth<767},e.prototype.isTablet=function(){var e=window.innerWidth;return e>767&&e>=940},e.prototype.isBrowserSafari=function(){var e=window.navigator.userAgent;return e.indexOf("Safari")>-1&&!(e.indexOf("Chrome")>-1)},e.prototype.removeDuplicateTranscript=function(e){var t=e.toLowerCase();return 0!=(2&t.split(" ").length)?t:t.substring(0,t.length/2).split(" ").join("")===t.substring(t.length/2,t.length).split(" ").join("")?t.substring(0,t.length/2):t},e.prototype.shadeColor=function(e,t){var r=parseInt(e.substring(1,3),16),s=parseInt(e.substring(3,5),16),a=parseInt(e.substring(5,7),16);return r=Math.floor(r*(100+t)),s=(s=Math.floor(s*(100+t)))<255?s:255,a=(a=Math.floor(a*(100+t)))<255?a:255,"#"+(1==(r=r<255?r:255).toString(16).length?"0"+r.toString(16):r.toString(16))+(1==s.toString(16).length?"0"+s.toString(16):s.toString(16))+(1==a.toString(16).length?"0"+a.toString(16):a.toString(16))},e.prototype.closest=function(e,t){return void 0===Element.prototype.closest&&(Element.prototype.closest=Element.prototype.closest||function(e){for(var t=this;t.matches&&!t.matches(e);)t=t.parentNode;return t.matches?t:null}),e.closest(t)},e.prototype.pageCanScroll=function(e){var t=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;return document.documentElement.scrollHeight-e>t},e.prototype.buildRecognitionGrammar=function(e){var t=window.SpeechGrammarList||window.webkitSpeechGrammarList;if(t){var r="#JSGF V1.0; grammar words; public <words> = "+e.join(" | ")+" ;",s=new t;return s.addFromString(r,1),s}},e.prototype.getElementById=function(e,t,r){if(r||(r=document),t){if(-1!==e.indexOf(" ")||-1!==e.indexOf(".")||-1!==e.indexOf("#"))return;return this.getElementByIdShadowDom(e,r)}return r.getElementById(e)},e.prototype.getElementByIdShadowDom=function(e,t){t||(t=document);var r=t.getElementById(e);if(r)return r;for(var s=t.querySelectorAll("*"),a=0;a<s.length;a++){var o=s[a];if(o.shadowRoot){var i=this.getElementByIdShadowDom(e,o.shadowRoot);if(i)return i}}},e.prototype.findNonShadowAncestor=function(e){for(;e.shadowRoot;)if(null===(e=e.parentElement))return document;return e},e.prototype.querySelector=function(e,t,r){return r||(r=document),t?this.querySelectorShadowDom(e,r):r.querySelector(e)},e.prototype.querySelectorShadowDom=function(e,t){t||(t=document);var r=t.querySelector(e);if(r)return r;for(var s=t.querySelectorAll("*"),a=0;a<s.length;a++){var o=s[a];if(o.shadowRoot){var i=this.querySelectorShadowDom(e,o.shadowRoot);if(i)return i}}},e.prototype.querySelectorAll=function(e,t,r){return r||(r=document),t?this.querySelectorAllShadowDom(e,r):Array.from(r.querySelectorAll(e))},e.prototype.querySelectorAllShadowDom=function(e,t){t||(t=document);for(var r=t.querySelectorAll(e),s=[],a=0;a<r.length;a++){var o=r[a];s.push(o)}var i=t.querySelectorAll("*");for(a=0;a<i.length;a++){var l=i[a];if(l.shadowRoot)for(var n=this.querySelectorAllShadowDom(e,l.shadowRoot),c=0;c<n.length;c++)s.push(n[c])}return s},e.prototype.cloneObject=function(e){return e?JSON.parse(JSON.stringify(e)):e},e.flattenCollection=function(t,r){var s={};if(0===t.length)return s[r]=null,s;var a=0;for(a=0;a<t.length;a++){var o=r+"["+a+"]",i=t[a],l=e.flatten(i,o);e.mergeOptions(s,l)}return s},e.flattenObject=function(t,r){var s={};if(0===Object.keys(t).length)return s[r]=null,s;for(var a in t){var o;o=r?r+"."+a:a;var i=t[a],l=e.flatten(i,o);e.mergeOptions(s,l)}return s},e.flatten=function(t,r){var s={};return t instanceof Array?s=e.flattenCollection(t,r):t instanceof Object?s=e.flattenObject(t,r):r?s[r]=t:s=t,s},e.mergeOptions=function(e,t){for(var r in t)e[r]=t[r]},e.wildcardToRegex=function(t){var r=e.escapeRegex(t).replace(/\\\*/g,".*").replace(/\\\?/g,".");return new RegExp("^"+r+"$")},e.escapeRegex=function(e){return e.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&")},e}(),o=function(){function e(){this.language="da",this.translations={da:{did_you_mean:"Mente du <a href='' aria-label='Mente du {{value}}'><b>{{value}}</b></a>?",your_search_on:"Din s&oslash;gning p&aring; '<b>{{value}}</b>' ",total_results:"gav <b>{{value}}</b> resultater",total_result:"gav <b>{{value}}</b> resultat",in_category:" i kategorien <b>{{value}}</b>",and:" og",searched_instead:"<br />Viser i stedet <b>{{number}}</b> resultater for <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Beklager, vi stødte på en uventet fejl. Prøv venligst igen senere</p>",no_search_term:"<div class='cludo-no-search-term'>Indtast venligst s&oslash;geord</div>",overlay_close_div:"ESC eller",overlay_close_button:"Luk",load_more:"vis flere",poweredBy_title:"Tag kontrol over din s&oslash;gemaskine - Cludo",backToTop:"Tilbage til toppen",search_input_label:"S&oslash;g",search_button_text:"S&oslash;g",overlay_close_button_title:"Luk",template_all_results:"Alle resultater",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Søgeforslag er tilgængelige. Brug op- og ned-pilene for at gennemgå disse, og tast enter for at vælge.",related_searches_title:"Relaterede søgninger",suggested_searches_title:"Søgeforslag",recent_searches_title:"Seneste søgninger",template_nrm_use_another_search_word:"Prøv et andet søgeord",template_nrm_try_to_search:"Prøv samme søgning",template_nrm_without_filters:"uden filtre",template_nrm_display:"Vis",template_nrm_all_results:"alle resultater",toggle_filters_label:"Vis/Skjul søgefiltre",voice_search_title:"Stemmesøgning",search_filters:"Søgefiltre",loading_results:"Indlæser søgeresultater",general_page:"Side",next_page:"Næste side",prev_page:"Foregående side",general_relevance:"Relevans"},en:{did_you_mean:"Did you mean <a href='' aria-label='Did you mean {{value}}'><b>{{value}}</b></a>?",your_search_on:"Your search for '<b>{{value}}</b>' ",total_results:"returned <b>{{value}}</b> results",total_result:"returned <b>{{value}}</b> result",in_category:" in the category <b>{{value}}</b>",and:" and",searched_instead:"<br />Showing <b>{{number}}</b> results for <b>{{term}}</b> instead",error:"<p style='color: red' class='cludo-error-message'>Apologies, we encountered an unexpected error. Please try again at a later time.</p>",no_search_term:"<div class='cludo-no-search-term'>Please enter a search term</div>",overlay_close_div:"ESC or",overlay_close_button:"Close",load_more:"show more",poweredBy_title:"Take control over the search on your website - Cludo",backToTop:"Back to top",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Close",template_all_results:"All Results",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Related Searches",suggested_searches_title:"Suggested searches",recent_searches_title:"Recent searches",template_nrm_use_another_search_word:"Try another search word",template_nrm_try_to_search:"Try to search",template_nrm_without_filters:"without filters",template_nrm_display:"Display",template_nrm_all_results:"all results",toggle_filters_label:"Toggle search filters",voice_search_title:"Search by voice",search_filters:"Search Filters",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},de:{did_you_mean:"Meinten Sie <a href='' aria-label='Meinten Sie {{value}}'><b>{{value}}</b></a>?",your_search_on:"Ihre Suche nach '<b>{{value}}</b>' ",total_results:"ergab <b>{{value}}</b> Ergebnisse",total_result:"ergab  <b>{{value}}</b> Ergebnis",in_category:" in Kategorie <b>{{value}}</b>",and:" und",searched_instead:"<br />Stattdessen werden <b>{{number}}</b> Ergebnisse für <b>{{term}}</b> angezeigt",error:"<p style='color: red' class='cludo-error-message'>Tut uns leid, es ist ein Fehler aufgetreten.</p>",no_search_term:"<div class='cludo-no-search-term'>Bitte geben Sie einen Suchbegriff ein</div>",overlay_close_div:"ESC oder",overlay_close_button:"Schließen",load_more:"Mehr anzeigen",poweredBy_title:"Übernehmen Sie die Kontrolle über die Suche auf Ihrer Website - Cludo",backToTop:"Nach oben",search_input_label:"Suche",search_button_text:"Suche",overlay_close_button_title:"Schließen",template_all_results:"Alle Ergebnisse",template_suggestions:"Vorschläge",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Verwandte Suchanfragen",suggested_searches_title:"Vorgeschlagene Suchanfragen",recent_searches_title:"Letzte Suchanfragen",template_nrm_use_another_search_word:"Versuche einen anderen Suchbegriff",template_nrm_try_to_search:"Versuchen sie zu suchen",template_nrm_without_filters:"ohne filter",template_nrm_display:"Anzeige",template_nrm_all_results:"alle Ergebnisse",toggle_filters_label:"Suchfilter umschalten",voice_search_title:"Sprachsuche",search_filters:"Suchfilter",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},nl:{did_you_mean:"Bedoelde je <a href='' aria-label='Bedoelde je {{value}}'><b>{{value}}</b></a>?",your_search_on:"Uw zoektocht naar '<b>{{value}}</b>' ",total_results:"gaf <b>{{value}}</b> resultaten",total_result:"gaf <b>{{value}}</b> resultaat",in_category:" in de categorie <b>{{value}}</b>",and:" en",searched_instead:"<br />In plaats daarvan <b>{{number}}</b> resultaten weergeven voor <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Sorry, er is een fout opgetreden.</p>",no_search_term:"<div class='cludo-no-search-term'>Vul een zoekterm in</div>",overlay_close_div:"ESC of",overlay_close_button:"sluiten",load_more:"laat meer zien",poweredBy_title:"Aangedreven door - Cludo",backToTop:"Terug naar boven",search_input_label:"Zoeken",search_button_text:"Zoeken",overlay_close_button_title:"sluiten",template_all_results:"Alle resultaten",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Verwante zoekopdrachten",suggested_searches_title:"Suggested zoekopdrachten",recent_searches_title:"Recent zoekopdrachten",template_nrm_use_another_search_word:"Probeer een ander zoekwoord",template_nrm_try_to_search:"Probeer te zoeken",template_nrm_without_filters:"zonder filters",template_nrm_display:"Weergave",template_nrm_all_results:"alle resultaten",toggle_filters_label:"Schakel zoekfilters in",voice_search_title:"Zoek bij stem",search_filters:"Zoekfilters",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},sv:{did_you_mean:"Menade du <a href='' aria-label='Menade du {{value}}'><b>{{value}}</b></a>?",your_search_on:"Din sökning på '<b>{{value}}</b>' ",total_results:"gav <b>{{value}}</b> resultat",total_result:"gav <b>{{value}}</b> resultat",in_category:" i kategorin <b>{{value}}</b>",and:" och",searched_instead:"<br />Visar <b>{{number}}</b> resultat för istället <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Beklagar, men ett oväntat fel har inträffat. Försök igen om ett litet tag.</p>",no_search_term:"<div class='cludo-no-search-term'>Ange sökord</div>",overlay_close_div:"ESC eller",overlay_close_button:"Stänga",load_more:"visa fler",poweredBy_title:"Ta kontroll över din sökmotor - Cludo",backToTop:"Tillbaka till toppen",search_input_label:"Sök",search_button_text:"Sök",overlay_close_button_title:"Stänga",template_all_results:"Alla resultat",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autofullständiga resultat är tillgängliga. Använd upp och ner pilar för att granska och 'Enter' för att välja.",related_searches_title:"Relaterade sökningar",suggested_searches_title:"Suggested sökningar",recent_searches_title:"Recent sökningar",template_nrm_use_another_search_word:"Försök med ett annat sökord",template_nrm_try_to_search:"Försök att söka",template_nrm_without_filters:"utan filter",template_nrm_display:"Visa",template_nrm_all_results:"alla resultat",toggle_filters_label:"Växla sökfilter",voice_search_title:"Sök med rösten",search_filters:"Sökfilter",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},el:{did_you_mean:"Μήπως εννοείτε <a href='' aria-label='Μήπως εννοείτε {{value}}'><b>{{value}}</b></a>?",your_search_on:"H αναζήτησή σας για '<b>{{value}}</b>' ",total_results:"έδωσε <b>{{value}}</b> αποτελέσματα",total_result:"έδωσε <b>{{value}}</b> αποτέλεσμα",in_category:" στην κατηγορία <b>{{value}}</b>",and:"και",searched_instead:"<br />Εμφανίζονται αποτελέσματα για <b>{{number}}</b> αντί αυτού και έδωσε <b>{{term}}</b> αποτελέσματα",error:"<p style='color: red' class='cludo-error-message'>Λυπούμαστε, παρουσιάστηκε ένα σφάλμα.</p>",no_search_term:"<div class='cludo-no-search-term'>Παρακαλούμε εισάγετε έναν όρο αναζήτησης</div>",overlay_close_div:"Πατήστε ESC ή",overlay_close_button:"κλείνω",load_more:"δείξτε περισσότερα",poweredBy_title:"Πάρτε τον έλεγχο της αναζήτησης στην ιστοσελίδα σας - Cludo",backToTop:"Επιστροφή στην κορυφή",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"κλείνω",template_all_results:"Όλα τα αποτελέσματα",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Σχετικές αναζητήσεις",suggested_searches_title:"Suggested αναζητήσεις",recent_searches_title:"Recent αναζητήσεις",template_nrm_use_another_search_word:"Δοκιμάστε άλλη λέξη αναζήτησης",template_nrm_try_to_search:"Προσπαθήστε να ψάξετε",template_nrm_without_filters:"χωρίς φίλτρα",template_nrm_display:"Απεικόνιση",template_nrm_all_results:"όλα τα αποτελέσματα",toggle_filters_label:"Εναλλαγή φίλτρων αναζήτησης",voice_search_title:"Αναζήτηση με φωνή",search_filters:"Φίλτρα αναζήτησης",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},ar:{did_you_mean:"هل تقصد <a href='' aria-label='هل تقصد {{value}}'><b>{{value}}</b></a>?",your_search_on:"تبحث عن '<b>{{value}}</b>' ",total_results:"نتيجة <b>{{value}}</b> أعطى",total_result:"<b>{{value}}</b> أعطى نتيجة واحدة",in_category:" في الفئة <b>{{value}}</b>",and:" و",searched_instead:"<br />يتم عرض <b>{{number}}</b> نتائج ل <b>{{term}}</b> بدلاً من ذلك.",error:"<p style='color: red' class='cludo-error-message'>معذرة، حدث خطأ.</p>",no_search_term:"<div class='cludo-no-search-term'>يرجى إدخال مصطلح بحث</div>",overlay_close_div:"ESC أو",overlay_close_button:"غلق",load_more:"عرض المزيد",poweredBy_title:"سيطر على البحث على موقعك الإلكتروني - Cludo",backToTop:"رجوع إلى أعلى",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"غلق",template_all_results:"جميع النتائج",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"عمليات البحث ذات الصلة",suggested_searches_title:"عمليات البحث المقترحة",recent_searches_title:"عمليات البحث الأخيرة",template_nrm_use_another_search_word:"جرب كلمة بحث أخرى",template_nrm_try_to_search:"حاول البحث",template_nrm_without_filters:"بدون مرشحات",template_nrm_display:"عرض",template_nrm_all_results:"جميع النتائج",toggle_filters_label:"تبديل عوامل تصفية البحث",voice_search_title:"البحث عن طريق الصوت",search_filters:"مرشحات البحث",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},hy:{did_you_mean:"Միգուցե նկատի ունեք <a href='' aria-label='Միգուցե նկատի ունեք {{value}}'><b>{{value}}</b></a>?",your_search_on:"Ձեր '<b>{{value}}</b>' բառի որոնումը",total_results:"տվեց <b>{{value}}</b> արդյունք",total_result:"տվեց <b>{{value}}</b> արդյունք",in_category:"<b>{{value}}</b> բաժնում",and:"և",searched_instead:"<br /> Փոխարենը ցուցադրվում են <b>{{number}}</b> արդյունքները <b>{{term}}</b>-ի համար",error:"<p style='color: red' class='cludo-error-message'>Ցավում ենք, սխալմունք է տեղի ունեցել</p>",no_search_term:"<div class='cludo-no-search-term'>Մուտքագրեք խնդրեմ որոնման չափանիշները</div>",overlay_close_div:"ESC կամ",overlay_close_button:"ավարտ",load_more:"ցույց տալ ավելին",poweredBy_title:"Ձեր կայքում վերահսկեք Cludo բառի որոնումը",backToTop:"Վերադառնալ սկիզբ",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"ավարտ",template_all_results:"Բոլոր արդյունքները",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Առնչվող որոնումներ",suggested_searches_title:"Առաջարկվող որոնումներ",recent_searches_title:"Վերջին որոնումները",template_nrm_use_another_search_word:"Փորձեք մեկ այլ որոնման բառ",template_nrm_try_to_search:"Փորձեք որոնել",template_nrm_without_filters:"առանց ֆիլտրերի",template_nrm_display:"Ցուցադրել",template_nrm_all_results:"բոլոր արդյունքները",toggle_filters_label:"Միացնել որոնման զտիչները",voice_search_title:"Որոնել ձայնով",search_filters:"Որոնման զտիչներ",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},eu:{did_you_mean:"<a href='' aria-label='{{value}} esan nahi al duzu'><b>{{value}}</b></a> esan nahi al duzu?",your_search_on:" '<b>{{value}}</b>' bilaketak",total_results:"<b>{{value}}</b> emaitza eman ditu",total_result:"emaitza <b>{{value}}</b> eman du",in_category:" <b>{{value}}</b> kategorian",and:"eta",searched_instead:"<br />Horren ordez, <b>{{number}}</b> emaitzak erakusten ditu <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Barkatu, errore bat gertatu da.</p>",no_search_term:"<div class='cludo-no-search-term'>Idatzi bilaketa-termino bat</div>",overlay_close_div:"ESC edo",overlay_close_button:"Itxi",load_more:"gehiago erakutsi",poweredBy_title:"Kontrola itzazu zure webguneko bilaketak - Cludo",backToTop:"Gora itzuli",search_input_label:"Sök",search_button_text:"Sök",overlay_close_button_title:"Itxi",template_all_results:"Emaitza guztiak",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Lotutako bilaketak",suggested_searches_title:"Iradokitako bilaketak",recent_searches_title:"Azken bilaketak",template_nrm_use_another_search_word:"Saiatu beste bilaketa-hitz bat",template_nrm_try_to_search:"Saiatu bilatzen",template_nrm_without_filters:"iragazkirik gabe",template_nrm_display:"Bistaratzea",template_nrm_all_results:"emaitza guztiak",toggle_filters_label:"Aldatu bilaketa-iragazkiak",voice_search_title:"Bilatu ahots bidez",search_filters:"Bilaketa-iragazkiak",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},bg:{did_you_mean:"Имахте предвид <a href='' aria-label='Имахте предвид {{value}}'><b>{{value}}</b></a>?",your_search_on:"Вашето търсене за '<b>{{value}}</b>' ",total_results:"даде <b>{{value}}</b> резултата",total_result:"даде <b>{{value}}</b> резултат",in_category:"в категория <b>{{value}}</b>",and:"и",searched_instead:"<br />Вместо това виждате <b>{{number}}</b> резултата за <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>За съжаление, възникна грешка.</p>",no_search_term:"<div class='cludo-no-search-term'>Въведете термин за търсене</div>",overlay_close_div:"ESC или",overlay_close_button:"Затвори",load_more:"показване на още",poweredBy_title:"Поемете контрол върху търсенето в уеб сайта си - Cludo",backToTop:"Обратно най-горе",search_input_label:"Търси",search_button_text:"Търси",overlay_close_button_title:"Затвори",template_all_results:"Всички резултати",template_suggestions:"Предложения",template_search_results:"Резултати от търсенето",template_autocomplete_hint:"Предложения за търсене. Използвайте стрелките на клавиатурата за да сменяте фокуса и Enter за да изберете.",related_searches_title:"Подобни Търсения",suggested_searches_title:"Предложени търсения",recent_searches_title:"Скорошни търсения",template_nrm_use_another_search_word:"Опитайте с друга дума за търсене",template_nrm_try_to_search:"Опитайте се да търсите",template_nrm_without_filters:"без филтри",template_nrm_display:"Дисплей",template_nrm_all_results:"всички резултати",toggle_filters_label:"Покажи/скрий филтрите",voice_search_title:"Гласово търсене",search_filters:"Филтри за търсене",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},ca:{did_you_mean:"Volia di <a href='' aria-label='Volia di {{value}}'><b>{{value}}</b></a>?",your_search_on:"La seva cerca de '<b>{{value}}</b>' ",total_results:"ha donat <b>{{value}}</b> resultats",total_result:"ha donat <b>{{value}}</b> resultat",in_category:" en la categoria <b>{{value}}</b>",and:" i",searched_instead:"<br />Es mostren <b>{{number}}</b> resultats per a <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Ens sap greu, s'ha produït un error.</p>",no_search_term:"<div class='cludo-no-search-term'>Si us plau, introdueixi un terme de cerca</div>",overlay_close_div:"ESC o",overlay_close_button:"Tancar",load_more:"mostrar-ne més",poweredBy_title:"Controli les cerques en el seu lloc web - Cludo",backToTop:"Tornar al començament",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Tancar",template_all_results:"Tots els resultats",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Recerques relacionades",suggested_searches_title:"Cerques suggerides",recent_searches_title:"Cerques recents",template_nrm_use_another_search_word:"Prova una altra paraula de cerca",template_nrm_try_to_search:"Intenta cercar",template_nrm_without_filters:"sense filtres",template_nrm_display:"Mostra",template_nrm_all_results:"tots els resultats",toggle_filters_label:"Commuta els filtres de cerca",voice_search_title:"Cerca per veu",search_filters:"Filtres de cerca",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},zh:{did_you_mean:"您是说 <a href='' aria-label='您是说 {{value}} 吗'><b>{{value}}</b></a> 吗?",your_search_on:"您搜索 '<b>{{value}}</b>' ",total_results:"给出 <b>{{value}}</b> 个结果",total_result:"给出 <b>{{value}}</b> 个结果",in_category:"在类别 <b>{{value}}</b> 中",and:"并",searched_instead:"<br /> 改为显示 '<b>{{number}}</b>' 的 <b>{{term}}</b> 结果",error:"<p style='color: red' class='cludo-error-message'>抱歉,发生了一个错误。</p>",no_search_term:"<div class='cludo-no-search-term'>请输入一个搜索术语</div>",load_more:"显示更多",poweredBy_title:"取得对您网站上搜索的控制 - Cludo",backToTop:"返回顶部",search_input_label:"Search",search_button_text:"Search",overlay_close_div:"ESC 或者",overlay_close_button:"关闭",overlay_close_button_title:"关闭",template_all_results:"所有結果",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"相关搜索",suggested_searches_title:"建议搜索",recent_searches_title:"最近搜索",template_nrm_use_another_search_word:"尝试另一个搜索词",template_nrm_try_to_search:"尝试搜索",template_nrm_without_filters:"没有过滤器",template_nrm_display:"展示",template_nrm_all_results:"所有结果",toggle_filters_label:"切换搜索过滤器",voice_search_title:"语音搜索",search_filters:"搜索过滤器",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},cs:{did_you_mean:"Mysleli jste <a href='' aria-label='Mysleli jste {{value}}'><b>{{value}}</b></a>?",your_search_on:"Při vyhledávání '<b>{{value}}</b>' ",total_results:"bylo nalezeno <b>{{value}}</b> výsledkù",total_result:"nalezen <b>{{value}}</b> výsledek",in_category:" v kategorii <b>{{value}}</b>",and:" a",searched_instead:"<br />Místo toho se zobrazují výsledky <b>{{number}}</b> pro <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Omlouváme se, stala se chyba.</p>",no_search_term:"<div class='cludo-no-search-term'>Vložte prosím slovo, které chcete vyhledat</div>",overlay_close_div:"ESC nebo",overlay_close_button:"Zavřít",load_more:"ukaž víc",poweredBy_title:"Převezmìte kontrolu nad vyhledáváním na wašich webových stránkách - Cludo",backToTop:"Zpět nahoru",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Zavřít",template_all_results:"Svi rezultati",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Související vyhledávání",suggested_searches_title:"Navrhovaná vyhledávání",recent_searches_title:"Nedávná vyhledávání",template_nrm_use_another_search_word:"Zkuste hledat jiné slovo",template_nrm_try_to_search:"Zkuste hledat",template_nrm_without_filters:"bez filtrů",template_nrm_display:"Zobrazit",template_nrm_all_results:"všechny výsledky",toggle_filters_label:"Přepnout filtry vyhledávání",voice_search_title:"Hledejte hlasem",search_filters:"Filtry vyhledávání",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},et:{did_you_mean:"Kas te mõtlete <a href='' aria-label='Kas te mõtlete {{value}}'><b>{{value}}</b></a>?",your_search_on:"Te otsite '<b>{{value}}</b>' ",total_results:"pakutakse <b>{{value}}</b> tulemust",total_result:"pakutakse <b>{{value}}</b> tulemus",in_category:" kategoorias <b>{{value}}</b>",and:" ja",searched_instead:"<br />Selle asemel kuvatakse <b>{{number}}</b> tulemust päringule <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Vabandust, tekkis viga.</p>",no_search_term:"<div class='cludo-no-search-term'>Palun sisestage otsitav mõiste</div>",overlay_close_div:"ESC või",overlay_close_button:"sulgema",load_more:"näidake rohkem",poweredBy_title:"Kontrollige oma veebisaidi otsinguid - Cludo",backToTop:"Tagasi üles",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"sulgema",template_all_results:"Kõik tulemused",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Seotud otsingud",suggested_searches_title:"Soovitatud otsingud",recent_searches_title:"Hiljutised otsingud",template_nrm_use_another_search_word:"Proovi mõnda muud otsingusõna",template_nrm_try_to_search:"Proovige otsida",template_nrm_without_filters:"ilma filtriteta",template_nrm_display:"Ekraan",template_nrm_all_results:"kõik tulemused",toggle_filters_label:"Lülitage otsingufiltrid sisse",voice_search_title:"Otsige häälega",search_filters:"Otsingufiltrid",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},fi:{did_you_mean:"Tarkoititko sanaa <a href='' aria-label='Tarkoititko sanaa {{value}}'><b>{{value}}</b></a>?",your_search_on:"Hakusi sanalla '<b>{{value}}</b>' ",total_results:"tuotti <b>{{value}}</b> tulosta",total_result:"tuotti <b>{{value}}</b> tuloksen",in_category:" kategoriassa <b>{{value}}</b>",and:" ja",searched_instead:"<br />Näytetään sen sijaan <b>{{number}}</b> tulosta haulle <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Pahoittelut, havaitsimme odottamattoman virheen. Yritä myöhemmin uudelleen.</p>",no_search_term:"<div class='cludo-no-search-term'>Syötä hakutermi</div>",overlay_close_div:"ESC tai",overlay_close_button:"ummistaa",load_more:"näytä lisää",poweredBy_title:"Ota verkkosivustosi hakutoiminto haltuusi - Cludo",backToTop:"Takaisin alkuun",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"ummistaa",template_all_results:"Kaikki tulokset",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Aiheeseen liittyvät haut",suggested_searches_title:"Ehdotetut haut",recent_searches_title:"Viimeaikaiset haut",template_nrm_use_another_search_word:"Kokeile toista hakusanaa",template_nrm_try_to_search:"Yritä etsiä",template_nrm_without_filters:"ilman suodattimia",template_nrm_display:"Näyttö",template_nrm_all_results:"kaikki tulokset",toggle_filters_label:"Ota hakusuodattimet käyttöön",voice_search_title:"Hae äänellä",search_filters:"Hakusuodattimet",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},fr:{did_you_mean:"Voulez-vous dire <a href='' aria-label='Voulez-vous dire {{value}}'><b>{{value}}</b></a>?",your_search_on:"Vous avez recherché '<b>{{value}}</b>' ",total_results:"<b>{{value}}</b> occurrences trouvées",total_result:"<b>{{value}}</b> occurrence trouvée",in_category:" dans la catégorie <b>{{value}}</b>",and:" et",searched_instead:"<br />Afficher <b>{{number}}</b> les résultats pour <b>{{term}}</b> à la place",error:"<p style='color: red' class='cludo-error-message'>Une erreur s'est produite.</p>",no_search_term:"<div class='cludo-no-search-term'>Veuillez entrer un terme de recherche</div>",overlay_close_div:"ESC ou",overlay_close_button:"fermer",load_more:"voir plus",poweredBy_title:"Prenez le contrôle des recherches sur votre site Internet - Cludo",backToTop:"Retour vers le haut",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"fermer",template_all_results:"Tous les résultats",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Recherches associées",suggested_searches_title:"Recherches suggérées",recent_searches_title:"Recherches récentes",template_nrm_use_another_search_word:"Essayer avec une autre recherche",template_nrm_try_to_search:"Essayer de rechercher",template_nrm_without_filters:"sans filtres",template_nrm_display:"Afficher tous les résultats",template_nrm_all_results:"tous les résultats",toggle_filters_label:"Afficher/Masquer les filtres de recherche",voice_search_title:"Recherche vocale",search_filters:"Filtres de recherche",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},gl:{did_you_mean:"¿Querías dicir <a href='' aria-label='¿Querías dicir {{value}}'><b>{{value}}</b></a>?",your_search_on:"A tua busca de '<b>{{value}}</b>' ",total_results:"  dou <b>{{value}}</b> resultados",total_result:"  dou <b>{{value}}</b> resultado",in_category:" na categoría <b>{{value}}</b>",and:" e",searched_instead:"<br />Mostrando <b>{{number}}</b> resultados para <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Sentímolo, houbo un erro.</p>",no_search_term:"<div class='cludo-no-search-term'>Introduce un termo na busca</div>",overlay_close_div:"ESC ou",overlay_close_button:"Pechar",load_more:"mostrar mais",poweredBy_title:"Toma o control da busca no teu website - Cludo",backToTop:"Volver arriba",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Pechar",template_all_results:"Todos os resultados",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Buscas relacionadas",suggested_searches_title:"Buscas sugeridas",recent_searches_title:"Buscas recientes",template_nrm_use_another_search_word:"Proba con outra palabra de busca",template_nrm_try_to_search:"Tenta buscar",template_nrm_without_filters:"sen filtros",template_nrm_display:"Mostrar",template_nrm_all_results:"todos os resultados",toggle_filters_label:"Mostrar/esconder os filtros de busca",voice_search_title:"Busca por voz",search_filters:"Filtros de busca",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},hi:{did_you_mean:"क्या आपका मतलब <a href='' aria-label='क्या आपका मतलब {{value}}' हैं><b>{{value}}</b></a> हैं?",your_search_on:"आपकी '<b>{{value}}</b>' खोज ",total_results:"  के लिए <b>{{value}}</b> परिणाम मिले",total_result:"<b>{{value}}</b> परिणाम मिला",in_category:"<b>{{value}}</b> श्रेणी में",and:" और",searched_instead:"<br />इसके बजाय <b>{{number}}</b> के लिए <b>{{term}}</b> परिणाम दिखाए जा रहे हैं।",error:"<p style='color: red' class='cludo-error-message'>क्षमा करें, एक त्रुटी हुई।</p>",no_search_term:"<div class='cludo-no-search-term'>कृपया एक खोज शब्द को प्रविष्ट करें</div>",overlay_close_div:"ESC या",overlay_close_button:"बंद करे",load_more:"अधिक दिखाए",poweredBy_title:"अपनी वेबसाइट की खोज पर नियंत्रण रखे - क्लुड़ो",backToTop:"फिर से शीर्ष पर",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"बंद करे",template_all_results:"सभी परिणाम",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"संबंधित खोजें",suggested_searches_title:"सुझाई गई खोजें",recent_searches_title:"हाल की खोजें",template_nrm_use_another_search_word:"कोई दूसरा खोज शब्द आज़माएं",template_nrm_try_to_search:"खोजने का प्रयास करें",template_nrm_without_filters:"फिल्टर के बिना",template_nrm_display:"प्रदर्शन",template_nrm_all_results:"सभी परिणाम",toggle_filters_label:"खोज फ़िल्टर टॉगल करें",voice_search_title:"आवाज से खोजें",search_filters:"फ़िल्टर खोजें",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},hu:{did_you_mean:"Úgy értetted, hogy <a href='' aria-label='Úgy értetted, hogy {{value}}'><b>{{value}}</b></a>?",your_search_on:"A keresésed a következõre: '<b>{{value}}</b>' ",total_results:"<b>{{value}}</b> találatot adott",total_result:"<b>{{value}}</b> találatot adott",in_category:"  a következõ kategóriában: <b>{{value}}</b>",and:" és",searched_instead:"<br />Ehelyett <b>{{number}}</b> találat megjelenítése a következőre: <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Sajnáljuk, hiba történt.</p>",no_search_term:"<div class='cludo-no-search-term'>Kérjük, adj meg egy keresõszót</div>",overlay_close_div:"ESC vagy",overlay_close_button:"becsuk",load_more:"még több",poweredBy_title:"Vedd át az irányítást a keresés felett a weboldaladon - Cludo",backToTop:"Vissza a tetejére",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"becsuk",template_all_results:"All Results",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Kapcsolódó keresések",suggested_searches_title:"Javasolt keresések",recent_searches_title:"Legutóbbi keresések",template_nrm_use_another_search_word:"Próbálkozzon másik keresőszóval",template_nrm_try_to_search:"Próbálj meg keresni",template_nrm_without_filters:"szűrők nélkül",template_nrm_display:"Kijelző",template_nrm_all_results:"minden eredményt",toggle_filters_label:"Kapcsolja be a keresési szűrőket",voice_search_title:"Hangalapú keresés",search_filters:"Keresési szűrők",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},is:{did_you_mean:"Áttir þú við <a href='' aria-label='Áttir þú við {{value}}'><b>{{value}}</b></a>?",your_search_on:"Leit þín að '<b>{{value}}</b>' ",total_results:" skilaði <b>{{value}}</b> niðurstöðum",total_result:" skilaði <b>{{value}}</b> niðurstöðu",in_category:"  í flokk <b>{{value}}</b>",and:" og",searched_instead:"<br />Sýnum í staðinn <b>{{number}}</b> niðurstöður fyrir <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Afsakið, við erum að upplifa óvænta villu. Vinsamlegast reyndu aftur síðar.</p>",no_search_term:"<div class='cludo-no-search-term'>Vinsamlegast sláið inn leitarorð</div>",overlay_close_div:"ESC eða",overlay_close_button:"Loka",load_more:"sýna meira",poweredBy_title:"Stjórnaðu leitinni á þinni vefsíðu - Cludo",backToTop:"Aftur upp",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Loka",template_all_results:"Allar niðurstöður",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Tengdar leitir",suggested_searches_title:"Tillaga að leit",recent_searches_title:"Nýlegar leitir",template_nrm_use_another_search_word:"Prófaðu annað leitarorð",template_nrm_try_to_search:"Reyndu að leita",template_nrm_without_filters:"án síu",template_nrm_display:"Sýna",template_nrm_all_results:"allar niðurstöður",toggle_filters_label:"Skiptu um leitarsíur",voice_search_title:"Leitaðu með rödd",search_filters:"Leitarsíur",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},id:{did_you_mean:"Maksud Anda <a href='' aria-label='Maksud Anda {{value}}'><b>{{value}}</b></a>?",your_search_on:"Pencarian Anda untuk '<b>{{value}}</b>' ",total_results:" memberikan <b>{{value}}</b> hasil",total_result:" memberikan <b>{{value}}</b> hasil",in_category:" dalam kategori <b>{{value}}</b>",and:"dan",searched_instead:"<br />Menampilkan <b>{{number}}</b> hasil untuk <b>{{term}}</b> sebagai gantinya",error:"<p style='color: red' class='cludo-error-message'>Maaf, terjadi kesalahan.</p>",no_search_term:"<div class='cludo-no-search-term'>Harap masukkan kata pencarian</div>",overlay_close_div:"Keluar atau",overlay_close_button:"Menutup",load_more:"tunjukkan lebih banyak",poweredBy_title:"Ambil kendali pencarian di website Anda - Cludo",backToTop:"Kembali ke atas",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Menutup",template_all_results:"Semua hasil",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Pencarian terkait",suggested_searches_title:"Pencarian yang disarankan",recent_searches_title:"Pencarian terkini",template_nrm_use_another_search_word:"Coba kata pencarian lain",template_nrm_try_to_search:"Coba cari",template_nrm_without_filters:"tanpa filter",template_nrm_display:"Menampilkan",template_nrm_all_results:"semua hasil",toggle_filters_label:"Skiptu um leitarsíur",voice_search_title:"Cari dengan suara",search_filters:"Cari Filter",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},it:{did_you_mean:"Intendi <a href='' aria-label='Intendi {{value}}'><b>{{value}}</b></a>?",your_search_on:"Hai cercato '<b>{{value}}</b>' ",total_results:" ha fornito <b>{{value}}</b> risultati",total_result:" ha fornito <b>{{value}}</b> risultato",in_category:" nella categoria <b>{{value}}</b>",and:"e",searched_instead:"<br />Mostra invece <b>{{number}}</b> risultati per <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Spiacenti, si è verificato un errore.</p>",no_search_term:"<div class='cludo-no-search-term'>Inserisci un termine di ricerca</div>",overlay_close_div:"ESC o",overlay_close_button:"Chiudere",load_more:"visualizza altro",poweredBy_title:"Prendi il controllo della ricarca sul tuo sito web - Cludo",backToTop:"Torna all'inizio",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Chiudere",template_all_results:"Tutti i risultati",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Ricerche correlate",suggested_searches_title:"Ricerche suggerite",recent_searches_title:"Ricerche recenti",template_nrm_use_another_search_word:"Prova un'altra parola di ricerca",template_nrm_try_to_search:"Prova a cercare",template_nrm_without_filters:"senza filtri",template_nrm_display:"Schermo",template_nrm_all_results:"tutti i risultati",toggle_filters_label:"Attiva/disattiva i filtri di ricerca",voice_search_title:"Cerca a voce",search_filters:"Filtri di ricerca",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},ko:{did_you_mean:"Did you mean <a href='' aria-label='Did you mean {{value}}'><b>{{value}}</b></a>?",your_search_on:"Your search for '<b>{{value}}</b>' ",total_results:"gave <b>{{value}}</b> results",total_result:"gave <b>{{value}}</b> result",in_category:" in the category <b>{{value}}</b>",and:" and",searched_instead:"<br />대신 <b>{{term}}</b>에 대한 <b>{{number}}</b>개의 결과 표시",error:"<p style='color: red' class='cludo-error-message'>Sorry, an error occurred.</p>",no_search_term:"<div class='cludo-no-search-term'>Please enter a search term</div>",overlay_close_div:"ESC or",overlay_close_button:"닫다",load_more:"show more",poweredBy_title:"Take control over the search on your website - Cludo",backToTop:"Back to top",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"닫다",template_all_results:"All Results",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Related Searches",suggested_searches_title:"Suggested searches",recent_searches_title:"Recent searches",template_nrm_use_another_search_word:"Try another search word",template_nrm_try_to_search:"Try to search",template_nrm_without_filters:"without filters",template_nrm_display:"Display",template_nrm_all_results:"all results",toggle_filters_label:"검색 필터 전환",voice_search_title:"음성으로 검색",search_filters:"검색 필터",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},lv:{did_you_mean:"Vai domājāt <a href='' aria-label='Vai domājāt {{value}}'><b>{{value}}</b></a>?",your_search_on:"Jūs meklējāt '<b>{{value}}</b>' ",total_results:" Vaicājumam ir <b>{{value}}</b> rezultāti",total_result:" vaicājumam <b>{{value}}</b> rezultāts",in_category:"  kategorijā <b>{{value}}</b>",and:" un",searched_instead:"<br />Tā vietā tiek rādīti <b>{{number}}</b> rezultāti vaicājumam <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Atvainojiet, radusies kļūda.</p>",no_search_term:"<div class='cludo-no-search-term'>Lūdzu, ievadiet meklējamo terminu</div>",overlay_close_div:"Nospiediet ESC vai",overlay_close_button:"Aizvērt",load_more:"rādīt vairāk",poweredBy_title:"Kontrolēt meklēšanu mājas lapā - Cludo",backToTop:"Atgriezties lapas sākumā",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Aizvērt",template_all_results:"Visi rezultāti",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Saistītie meklējumi",suggested_searches_title:"Ieteiktie meklējumi",recent_searches_title:"Nesenie meklējumi",template_nrm_use_another_search_word:"Izmēģiniet citu meklēšanas vārdu",template_nrm_try_to_search:"Mēģiniet meklēt",template_nrm_without_filters:"bez filtriem",template_nrm_display:"Displejs",template_nrm_all_results:"visi rezultāti",toggle_filters_label:"Pārslēgt meklēšanas filtrus",voice_search_title:"Meklēt ar balsi",search_filters:"Meklēšanas filtri",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},lt:{did_you_mean:"Ar turėjote omenyje <a href='' aria-label='Ar turėjote omenyje {{value}}'><b>{{value}}</b></a>?",your_search_on:"Ar ieškojote '<b>{{value}}</b>' ",total_results:" pateikta <b>{{value}}</b> rezultatų",total_result:" pateiktas <b>{{value}}</b> rezultatas",in_category:" kategorijoje <b>{{value}}</b>",and:" ir",searched_instead:"<br />Vietoj to, pateikta <b>{{number}}</b> rezultatų žodžiui <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Apgailestaujame, tačiau įvyko klaida.</p>",no_search_term:"<div class='cludo-no-search-term'>Įveskite ieškomą terminą</div>",overlay_close_div:"ESC arba",overlay_close_button:"Uždaryti",load_more:"rodyti daugiau",poweredBy_title:"Perimkite paieškos kontrolę savo internetinėje svetainėje - Cludo",backToTop:"Grįžti į viršų",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Uždaryti",template_all_results:"All Results",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Susijusios paieškos",suggested_searches_title:"Siūlomos paieškos",recent_searches_title:"Naujausios paieškos",template_nrm_use_another_search_word:"Pabandykite kitą paieškos žodį",template_nrm_try_to_search:"Pabandykite ieškoti",template_nrm_without_filters:"be filtrų",template_nrm_display:"Ekranas",template_nrm_all_results:"visi rezultatai",toggle_filters_label:"Perjungti paieškos filtru",voice_search_title:"Ieškoti balsu",search_filters:"Paieškos filtrai",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},no:{did_you_mean:"Mente du <a href='' aria-label='Mente du {{value}}'><b>{{value}}</b></a>?",your_search_on:"Ditt søk etter '<b>{{value}}</b>' ",total_results:" ga <b>{{value}}</b> resultater",total_result:" ga <b>{{value}}</b> resultat",in_category:"  i kategori <b>{{value}}</b>",and:" og",searched_instead:"<br />Viser <b>{{number}}</b> resultater for <b>{{term}}</b> i stedet",error:"<p style='color: red' class='cludo-error-message'>Beklager, vi støtte på en uventet feil. Vennligst prøv igjen senere.</p>",no_search_term:"<div class='cludo-no-search-term'>Skriv inn et søkeord</div>",overlay_close_div:"ESC eller",overlay_close_button:"Lukk",load_more:"vis mer",poweredBy_title:"Ta kontroll over søkene på nettstedet ditt - Cludo",backToTop:"Tilbake til toppen",search_input_label:"Søk",search_button_text:"Søk",overlay_close_button_title:"Lukk",template_all_results:"Alle resultater",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Relaterte søk",suggested_searches_title:"Foreslåtte søk",recent_searches_title:"Nylige søk",template_nrm_use_another_search_word:"Prøv et annet søkeord",template_nrm_try_to_search:"Prøv å søke",template_nrm_without_filters:"uten filtre",template_nrm_display:"Vis",template_nrm_all_results:"alle resultatene",toggle_filters_label:"Slå på søkefiltre",voice_search_title:"Søk med stemmen",search_filters:"Søkefiltre",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},pl:{did_you_mean:"Czy chodzi o <a href='' aria-label='Czy chodzi o {{value}}'><b>{{value}}</b></a>?",your_search_on:"Po zakończeniu wyszukiwania '<b>{{value}}</b>' ",total_results:" otrzymano <b>{{value}}</b> wyników",total_result:" otrzymano <b>{{value}}</b> wynik",in_category:"  w kategorii <b>{{value}}</b>",and:" oraz",searched_instead:"<br />Zamiast tego wyszukaj <b>{{number}}</b> wyników dla  <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Wystąpił błąd.</p>",no_search_term:"<div class='cludo-no-search-term'>Wprowadź pojęcie do wyszukiwania</div>",overlay_close_div:"ESC lub",overlay_close_button:"Zamknij",load_more:"pokaż więcej",poweredBy_title:"Wyszukuj na swojej stronie internetowej - Cludo",backToTop:"Powrót do góry",search_input_label:"Szukaj",search_button_text:"Szukaj",overlay_close_button_title:"Zamknij",template_all_results:"Wszystkie wyniki",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Powiązane Wyszukiwania",suggested_searches_title:"Sugerowane wyszukiwania",recent_searches_title:"Ostatnie wyszukiwania",template_nrm_use_another_search_word:"Spróbuj użyć innych słów kluczowych",template_nrm_try_to_search:"Spróbuj szukać",template_nrm_without_filters:"bez filtrów",template_nrm_display:"Wyświetl",template_nrm_all_results:"wszystkie wyniki",toggle_filters_label:"Przełącz filtry wyszukiwania",voice_search_title:"Wyszukiwanie głosowe",search_filters:"Filtry wyszukiwania",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},pt:{did_you_mean:"Queria dizer <a href='' aria-label='Queria dizer {{value}}'><b>{{value}}</b></a>?",your_search_on:"A sua pesquisa por '<b>{{value}}</b>' ",total_results:"obteve  <b>{{value}}</b> resultados",total_result:"obteve  <b>{{value}}</b> resultado",in_category:"  na categoria <b>{{value}}</b>",and:" e",searched_instead:"<br />Obteve <b>{{number}}</b> resultados para <b>{{term}}</b> como alternativa",error:"<p style='color: red' class='cludo-error-message'>Lamentamos, ocorreu um erro.</p>",no_search_term:"<div class='cludo-no-search-term'>Introduza um termo a procurar</div>",overlay_close_div:"ESC ou",overlay_close_button:"Fechar",load_more:"mostrar mais",poweredBy_title:"Assuma o controlo da pesquisa no seu website - Cludo",backToTop:"Voltar ao topo",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Fechar",template_all_results:"Todos os resultados",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Pesquisas relacionadas",suggested_searches_title:"Pesquisas sugeridas",recent_searches_title:"Pesquisas recentes",template_nrm_use_another_search_word:"Tente outra palavra de pesquisa",template_nrm_try_to_search:"Tente pesquisar",template_nrm_without_filters:"sem filtros",template_nrm_display:"Exibição",template_nrm_all_results:"todos os resultados",toggle_filters_label:"Mostrar/esconder filtros de pesquisa",voice_search_title:"Pesquisa por voz",search_filters:"Filtros de Pesquisa",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},ro:{did_you_mean:"Vrei să spui <a href='' aria-label='Vrei să spui {{value}}'><b>{{value}}</b></a>?",your_search_on:"Căutarea termenului '<b>{{value}}</b>' ",total_results:" a generat <b>{{value}}</b> de rezultate",total_result:" a generat <b>{{value}}</b> rezultat",in_category:"  în categoria <b>{{value}}</b>",and:" și",searched_instead:"<br /> Se afișează în schimb <b>{{number}}</b> rezultate pentru <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Ne pare rău, a apărut o eroare.</p>",no_search_term:"<div class='cludo-no-search-term'>Introdu un nou termen pentru căutare</div>",overlay_close_div:"ESC sau",overlay_close_button:"Închide",load_more:"arată mai multe",poweredBy_title:"Preia controlul asupra căutării pe pagina ta web - Cludo",backToTop:"Înapoi sus",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Închide",template_all_results:"Toate rezultatele",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Căutări asemanatoare",suggested_searches_title:"Căutări sugerate",recent_searches_title:"Căutări recente",template_nrm_use_another_search_word:"Încercați un alt cuvânt de căutare",template_nrm_try_to_search:"Încercați să căutați",template_nrm_without_filters:"fara filtre",template_nrm_display:"Afişa",template_nrm_all_results:"toate rezultatele",toggle_filters_label:"Arată/ascunde filtrele de căutare",voice_search_title:"Faceți o căutare vocală",search_filters:"Filtre de căutare",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},ru:{did_you_mean:"Вы имели в виду <a href='' aria-label='Вы имели в виду {{value}}'><b>{{value}}</b></a>?",your_search_on:"Поиск '<b>{{value}}</b>' ",total_results:"дал <b>{{value}}</b> результатов",total_result:"дал <b>{{value}}</b> результат",in_category:"в категории <b>{{value}}</b>",and:"и",searched_instead:"<br />Вместо этого показаны <b>{{number}}</b> результаты для <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Извините, возникла ошибка.</p>",no_search_term:"<div class='cludo-no-search-term'>Введите искомый термин</div>",overlay_close_div:"ESC или",overlay_close_button:"Закрывать",load_more:"показать больше",poweredBy_title:"Управляйте поиском на своем сайте - Cludo",backToTop:"Наверх",search_input_label:"Поиск",search_button_text:"Поиск",overlay_close_button_title:"Закрывать",template_all_results:"Все результаты",template_suggestions:"Предложения",template_search_results:"Результаты поиска",template_autocomplete_hint:"Результаты автодополнения доступны. Используйте стрелки вверх и вниз для просмотра и выбора.",related_searches_title:"Похожие Запросы",suggested_searches_title:"Предлагаемые поиски",recent_searches_title:"Недавние поиски",template_nrm_use_another_search_word:"Попробуйте другое поисковое слово",template_nrm_try_to_search:"Попробуйте поискать",template_nrm_without_filters:"без фильтров",template_nrm_display:"Отображать",template_nrm_all_results:"все результаты",toggle_filters_label:"Переключить поисковые фильтры",voice_search_title:"Голосовой поиск",search_filters:"Фильтры поиска",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},sr:{did_you_mean:"Da li ste mislili <a href='' aria-label='Da li ste mislili {{value}}'><b>{{value}}</b></a>?",your_search_on:"Vaša pretraga za '<b>{{value}}</b>' ",total_results:" dala je <b>{{value}}</b> rezultata",total_result:" dala je <b>{{value}}</b> rezultat",in_category:"  u kategoriji <b>{{value}}</b>",and:" i",searched_instead:"<br />Umjesto toga prikazuje se <b>{{number}}</b> rezultata za <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Žao nam je, došlo je do greške.</p>",no_search_term:"<div class='cludo-no-search-term'>Molimo unesite reč za pretraživanje</div>",overlay_close_div:"ESC ili",overlay_close_button:"Zatvori",load_more:"prikaži još",poweredBy_title:"Preuzmite kontrolu nad pretragom na Vašem veb-sajtu - Cludo",backToTop:"Nazad do vrha",search_input_label:"Pretraga",search_button_text:"Pronađi",overlay_close_button_title:"Zatvori",template_all_results:"Svi resultati",template_suggestions:"Sugestije",template_search_results:"Rezultati pretrage",template_autocomplete_hint:"Rezultati automatskog dovršavanja su dostupni. Koristite strelice gore/dole za pregled i 'Enter' da biste izabrali.",related_searches_title:"Srodne pretrage",suggested_searches_title:"Predložena pretraživanja",recent_searches_title:"Nedavna pretraživanja",template_nrm_use_another_search_word:"Isprobajte drugu reč za pretragu",template_nrm_try_to_search:"Pokušaj da pretražuješ",template_nrm_without_filters:"bez filtera",template_nrm_display:"Prikazivanje",template_nrm_all_results:"svi rezultati",toggle_filters_label:"Укључите филтере за претрагу",voice_search_title:"Претражујте гласом",search_filters:"Филтери за претрагу",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},es:{did_you_mean:"¿Quiso decir <a href='' aria-label='¿Quiso decir {{value}}'><b>{{value}}</b></a>?",your_search_on:"Su búsqueda de '<b>{{value}}</b>' ",total_results:" ha producido <b>{{value}}</b> resultados",total_result:" ha producido <b>{{value}}</b> resultado",in_category:"  en la categoría <b>{{value}}</b>",and:" y",searched_instead:"<br />Mostrando <b>{{number}}</b> resultados para <b>{{term}}</b> en su lugar",error:"<p style='color: red' class='cludo-error-message'>Lo sentimos, ha ocurrido un error.</p>",no_search_term:"<div class='cludo-no-search-term'>Por favor, introduzca un término de búsqueda</div>",overlay_close_div:"ESC o",overlay_close_button:"Cerrar",load_more:"mostrar más",poweredBy_title:"Tome el control de las búsquedas en su sitio web - Cludo",backToTop:"Volver al inicio",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Cerrar",template_all_results:"Todos los resultados",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Búsquedas relacionadas",suggested_searches_title:"Búsquedas sugeridas",recent_searches_title:"Búsquedas recientes",template_nrm_use_another_search_word:"Intenta buscar otra palabra",template_nrm_try_to_search:"Intenta buscar",template_nrm_without_filters:"sin filtros",template_nrm_display:"Muestra",template_nrm_all_results:"todos los resultados",toggle_filters_label:"Mostrar/ocultar filtros de búsqueda",voice_search_title:"Búsqueda por voz",search_filters:"Filtros de búsqueda",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},th:{did_you_mean:"คุณหมายความว่า <a href='' aria-label='คุณหมายความว่า {{value}}'><b>{{value}}</b></a>?",your_search_on:"การค้นหาของคุณสำหรับ '<b>{{value}}</b>' ",total_results:" ให้ <b>{{value}}</b> ผลการค้นหา",total_result:" ให้ <b>{{value}}</b> ผลการค้นหา",in_category:"  ในหมวดหมู่ <b>{{value}}</b>",and:" และ",searched_instead:"<br />  แทน เพื่อดูผลการค้นหาจำนวน <b>{{number}}</b> รายการ ค้นหาคำว่า <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>ขออภัยมีข้อผิดพลาดเกิดขึ้น</p>",no_search_term:"<div class='cludo-no-search-term'>กรุณากรอกคำที่ต้องการค้นหา</div>",overlay_close_div:"ESC หรือ",overlay_close_button:"ปิด",load_more:"แสดงเพิ่มเติม",poweredBy_title:"ควบคุมการค้นหาบนเว็บไซต์ของคุณ - Cludo",backToTop:"กลับไปที่ด้านบน",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"ปิด",template_all_results:"ผลลัพธ์ทั้งหมด",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"การค้นหาที่เกี่ยวข้อง",suggested_searches_title:"การค้นหาที่แนะนำ",recent_searches_title:"ผลค้นหาล่าสุด",template_nrm_use_another_search_word:"ลองคำค้นหาอื่น",template_nrm_try_to_search:"ลองค้นหาดู",template_nrm_without_filters:"ไม่มีตัวกรอง",template_nrm_display:"แสดง",template_nrm_all_results:"ผลลัพธ์ทั้งหมด",toggle_filters_label:"สลับตัวกรองการค้นหา",voice_search_title:"ค้นหาด้วยเสียง",search_filters:"ตัวกรองการค้นหา",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},tr:{did_you_mean:"Şunu mu demek istediniz <a href='' aria-label='Şunu mu demek istediniz {{value}}'><b>{{value}}</b></a>?",your_search_on:"'<b>{{value}}</b>' için yaptığınız arama",total_results:"<b>{{value}}</b> sonuç verdi",total_result:"<b>{{value}}</b> sonuç verdi",in_category:"<b>{{value}}</b> kategorisinde",and:" ve",searched_instead:"<br />Bunun yerine <b>{{number}}</b> için <b>{{term}}</b> sonuçları gösterilir",error:"<p style='color: red' class='cludo-error-message'>Üzgünüz, bir hata meydana geldi.</p>",no_search_term:"<div class='cludo-no-search-term'>Lütfen bir arama terimi girin</div>",overlay_close_div:"ESC veya",overlay_close_button:"Kapat",load_more:"daha fazla göster",poweredBy_title:"Web sitenizdeki aramaların kontrolünü elinize alın - Cludo",backToTop:"Başa dön",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Kapat",template_all_results:"Tüm sonuçlar",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Ilgili aramalar",suggested_searches_title:"Önerilen aramalar",recent_searches_title:"Son aramalar",template_nrm_use_another_search_word:"Başka bir arama sözcüğü deneyin",template_nrm_try_to_search:"Aramayı dene",template_nrm_without_filters:"filtreler olmadan",template_nrm_display:"Görüntülemek",template_nrm_all_results:"tüm sonuçlar",toggle_filters_label:"Arama filtrelerini aç/kapat",voice_search_title:"sesle arama",search_filters:"Arama Filtreleri",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},uk:{did_you_mean:"Ви мали на увазі <a href='' aria-label='Ви мали на увазі {{value}}'><b>{{value}}</b></a>?",your_search_on:"Ваш пошук '<b>{{value}}</b>' ",total_results:"дав <b>{{value}}</b> результатів",total_result:"дав <b>{{value}}</b> pезультат",in_category:"у категорії <b>{{value}}</b>",and:" і",searched_instead:"<br />Натомість відображаються результати <b>{{number}}</b> для <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>На жаль, сталася помилка.</p>",no_search_term:"<div class='cludo-no-search-term'>Будь ласка, введіть слово для пошуку</div>",overlay_close_div:"ESC або",overlay_close_button:"Закрити",load_more:"показати більше",poweredBy_title:"Візьміть під контроль пошук на Вашому веб-сайті - Cludo",backToTop:"Повернутись до початку",search_input_label:"Пошук",search_button_text:"Пошук",overlay_close_button_title:"Закрити",template_all_results:"Всі результати",template_suggestions:"Пропозиції",template_search_results:"Результати пошуку",template_autocomplete_hint:"Результати автодоповнення доступні. Використовуйте стрілки вгору і вниз для перегляду і вибору.",related_searches_title:"Пов'язані пошукові запити",suggested_searches_title:"Пропоновані пошукові запити",recent_searches_title:"Останні пошукові запити",template_nrm_use_another_search_word:"Спробуйте інше слово для пошуку",template_nrm_try_to_search:"Спробуйте пошукати",template_nrm_without_filters:"без фільтрів",template_nrm_display:"Дисплей",template_nrm_all_results:"всі результати",toggle_filters_label:"Увімкнути фільтри пошуку",voice_search_title:"Голосовий пошук",search_filters:"Фільтри пошуку",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},vi:{did_you_mean:"Có phải bạn muốn tìm <a href='' aria-label='Có phải bạn muốn tìm {{value}}'><b>{{value}}</b></a>?",your_search_on:"Tìm kiếm '<b>{{value}}</b>' ",total_results:"có <b>{{value}}</b> kết quả",total_result:"có <b>{{value}}</b> kết quả",in_category:"trong thể loại <b>{{value}}</b>",and:" và",searched_instead:"<br />Thay vào đó, hiển thị kết quả <b>{{number}}</b> cho <b>{{term}}</b>",error:"<p style='color: red' class='cludo-error-message'>Rất tiếc, đã xảy ra lỗi.</p>",no_search_term:"<div class='cludo-no-search-term'>Vui lòng nhập một từ khóa tìm kiếm</div>",overlay_close_div:"ESC hoặc",overlay_close_button:"Thoát",load_more:"hiển thị thêm",poweredBy_title:"Kiểm soát tìm kiếm trên trang web của bạn - Cludo",backToTop:"Quay lại đầu trang",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Thoát",template_all_results:"Tất cả kết quả",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"Tìm kiếm liên quan",suggested_searches_title:"Tìm kiếm được Đề xuất",recent_searches_title:"Tìm kiếm gần đây",template_nrm_use_another_search_word:"Hãy thử một từ tìm kiếm khác",template_nrm_try_to_search:"Cố gắng tìm kiếm",template_nrm_without_filters:"không có bộ lọc",template_nrm_display:"Trưng bày",template_nrm_all_results:"tất cả kết quả",toggle_filters_label:"Chuyển đổi bộ lọc tìm kiếm",voice_search_title:"Tìm kiếm bằng giọng nói",search_filters:"Bộ lọc tìm kiếm",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"},jp:{did_you_mean:"もしかして <a href='' aria-label='Did you mean {{value}}'><b>{{value}}</b></a>?",your_search_on:"'<b>{{value}}</b>' で検索し ",total_results:"<b>{{value}}</b> 件の結果がありました。",total_result:"<b>{{value}}</b> 件の結果がありました。",in_category:" カテゴリ <b>{{value}}</b>",and:" そして",searched_instead:"<br />代わりに <b>{{number}}</b> の <b>{{term}}</b> の結果を表示する",error:"<p style='color: red' class='cludo-error-message'>申し訳ありませんが、エラーが発生しました</p>",no_search_term:"<div class='cludo-no-search-term'>検索語を入力してください</div>",overlay_close_div:"ESC or",overlay_close_button:"Thoát",load_more:"もっと見せる",poweredBy_title:"Take control over the search on your website - Cludo",backToTop:"トップに戻る",search_input_label:"Search",search_button_text:"Search",overlay_close_button_title:"Thoát",template_all_results:"すべての結果",template_suggestions:"Suggestions",template_search_results:"Search Results",template_autocomplete_hint:"Autocomplete suggestions are available. Use up and down arrows to review and enter to select.",related_searches_title:"関連検索",suggested_searches_title:"提案された検索",recent_searches_title:"最近の検索",template_nrm_use_another_search_word:"別の検索語を試す",template_nrm_try_to_search:"検索してみてください",template_nrm_without_filters:"フィルタなし",template_nrm_display:"画面",template_nrm_all_results:"すべての結果",toggle_filters_label:"検索フィルターを切り替えます",voice_search_title:"音声で検索",search_filters:"検索フィルター",loading_results:"Loading search results",general_page:"Page",next_page:"Next page",prev_page:"Previous page",general_relevance:"Relevance"}}}return e.prototype.translate=function(e,t,r){if(void 0===r&&(r=this.language),!this.translations[r]||!this.translations[r][e])return e;var s=void 0!==t?t:"";return this.translations[r][e].replace(new RegExp("{{value}}","g"),s)},e.prototype.translateWithParameters=function(e,t,r){return void 0===r&&(r=this.language),void 0===t&&(t={}),this.translations[r]&&this.translations[r][e]?Object.keys(t).length>0?Object.keys(t).reduce((function(e,r){return e&&r?e.replace(new RegExp("{{\\s*"+r+"\\s*}}","g"),t[r]):""}),this.translations[r][e]):void this.translations[r][e]:e},e.prototype.translateTokens=function(e){var t=this;return e?e.replace(/{{(.*?)}}/g,(function(e,r){return t.translate(r)})):e},e}();!function(e){e.SessionId="cludoSessionId",e.CookieConsent="cludoCachedCookieConsent",e.RecentSearches="recentSearches",e.Traits="cludoTraits",e.Conversations="qaConversations"}(t||(t={})),function(e){e.keyed="keyed",e.global="global"}(r||(r={}));var i,l,n=((e={})[t.CookieConsent]=r.global,e[t.Traits]=r.global,e[t.SessionId]=r.keyed,e[t.RecentSearches]=r.keyed,e[t.Conversations]=r.keyed,e);!function(e){e.NoOp="NoOp",e.Memory="Memory",e.LocalStorage="LocalStorage"}(i||(i={})),function(e){e[e.Unknown=-1]="Unknown",e[e.Disallowed=0]="Disallowed",e[e.Allowed=1]="Allowed"}(l||(l={}));var c,u,h=function(){function e(){this.storage={}}return Object.defineProperty(e.prototype,"length",{get:function(){return Object.keys(this.storage).length},enumerable:!1,configurable:!0}),e.prototype.getItem=function(e){return this.storage[e]},e.prototype.setItem=function(e,t){this.storage[e]=t},e.prototype.clear=function(){this.storage={}},e.prototype.removeItem=function(e){delete this.storage[e]},e}(),p=function(){function e(){d.isLocalStorageAvailable()?this.storage=window.localStorage:this.storage=new h}return Object.defineProperty(e.prototype,"length",{get:function(){return Object.keys(this.storage).length},enumerable:!1,configurable:!0}),e.prototype.setItem=function(e,r){e!==t.CookieConsent?console.warn("User/Customer settings prevented session storage: Key: ".concat(e,", Value: ").concat(r)):this.storage.setItem(e,r)},e.prototype.getItem=function(e){return e!==t.CookieConsent?(console.warn("User/Customer settings prevented session storage: Key: ".concat(e)),null):this.storage.getItem(e)},e.prototype.clear=function(){this.storage.clear()},e.prototype.removeItem=function(e){this.storage.removeItem(e)},e}(),d=function(){function e(e,t){this.instanceKey="".concat(e,"-").concat(t),this.initializeStorage()}return e.isLocalStorageAvailable=function(){var e="cludojs";try{return localStorage.setItem(e,e),localStorage.removeItem(e),!0}catch(e){return!1}},e.prototype.getTrackingStatus=function(){var e=this.getItem(t.CookieConsent);try{return null==e?l.Unknown:!1===e?l.Disallowed:l.Allowed}catch(e){return l.Disallowed}},e.prototype.enableTrackingForUser=function(){this.initializeStorage(!0),this.setItem(t.CookieConsent,!0)},e.prototype.disableTrackingForUser=function(){this.clear(),this.initializeStorage(!1),this.setItem(t.CookieConsent,!1)},e.prototype.disableTrackingForCustomer=function(){this.clear(),this.initializeStorage(!1)},e.prototype.initializeStorage=function(t){t||(this.storage=new p,void 0===t&&(t=this.getTrackingStatus()!==l.Disallowed)),t&&(e.isLocalStorageAvailable()?this.initializeStorageByType(i.LocalStorage):this.initializeStorageByType(i.Memory))},e.prototype.initializeStorageByType=function(e){try{switch(e){case i.NoOp:this.storage=new p;break;case i.Memory:this.storage=new h;break;case i.LocalStorage:this.storage=window.localStorage}}catch(e){console.warn(e)}},e.prototype.getItem=function(e,t){if(void 0===t&&(t=null),!this.storage)return null;var s=this.storage.getItem(e);return s=this.tryConvertValue(e,s),n[e]===r.keyed?this.getKeyedObject(s,t):this.getGlobalObject(s,t)},e.prototype.getKeyedObject=function(e,t){if(void 0===t&&(t=null),!e)return t;var r={};try{r=JSON.parse(e)||{}}catch(e){r={}}return r[this.instanceKey]||t},e.prototype.tryConvertValue=function(e,r){switch(e){case t.SessionId:return this.convertSessionId(r);case t.RecentSearches:return this.convertRecentSearches(r);default:return r}},e.prototype.convertSessionId=function(e){var r;if(!e)return null;try{JSON.parse(e)}catch(a){if(32===e.length&&-1===e.indexOf("-")&&e.match(/^[0-9a-f]+$/)){var s=this.storage.getItem("cludoSessionIdStart");return this.storage.setItem(t.SessionId,JSON.stringify(((r={})[this.instanceKey]={sessionId:e,sessionStart:s||(new Date).toString()},r))),this.storage.getItem(t.SessionId)}}return e},e.prototype.convertRecentSearches=function(e){var r,s;if(!e)return null;try{var a=JSON.parse(e);if(Array.isArray(a))return this.storage.setItem(t.RecentSearches,JSON.stringify(((r={})[this.instanceKey]=a,r))),this.storage.getItem(t.RecentSearches)}catch(e){return this.storage.setItem(t.RecentSearches,JSON.stringify(((s={})[this.instanceKey]=[],s))),this.storage.getItem(t.RecentSearches)}return e},e.prototype.getGlobalObject=function(e,t){if(void 0===t&&(t=null),!e)return t;var r=t;try{r=null!==(r=JSON.parse(e))||void 0!==r?r:t}catch(e){r=t}return r},e.prototype.setItem=function(e,t){if(this.storage)if(n[e]===r.keyed)try{(s=JSON.parse(this.storage.getItem(e))||{})[this.instanceKey]=t,this.storage.setItem(e,JSON.stringify(s))}catch(r){var s;(s={})[this.instanceKey]=t,this.storage.setItem(e,JSON.stringify(s))}else this.storage.setItem(e,JSON.stringify(t))},e.prototype.clear=function(){this.storage&&this.storage.clear()},e.prototype.getLength=function(){return this.storage?this.storage.length:null},e.prototype.removeItem=function(e){this.storage&&this.storage.removeItem(e)},e}();!function(e){e[e.UNSENT=0]="UNSENT",e[e.OPENED=1]="OPENED",e[e.HEADERS_RECEIVED=2]="HEADERS_RECEIVED",e[e.LOADING=3]="LOADING",e[e.DONE=4]="DONE"}(c||(c={})),function(e){e[e.SUCCESS=200]="SUCCESS",e[e.UNAUTHORIZE=401]="UNAUTHORIZE",e[e.NOT_FOUND=404]="NOT_FOUND",e[e.SERVER_ERROR=500]="SERVER_ERROR"}(u||(u={}));var m=function(e,t,r,s){return new(r||(r=Promise))((function(a,o){function i(e){try{n(s.next(e))}catch(e){o(e)}}function l(e){try{n(s.throw(e))}catch(e){o(e)}}function n(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(i,l)}n((s=s.apply(e,t||[])).next())}))},g=function(e,t){var r,s,a,o,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function l(o){return function(l){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,s&&(a=2&o[0]?s.return:o[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,o[1])).done)return a;switch(s=0,a&&(o=[2&o[0],a.value]),o[0]){case 0:case 1:a=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,s=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((a=(a=i.trys).length>0&&a[a.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!a||o[1]>a[0]&&o[1]<a[3])){i.label=o[1];break}if(6===o[0]&&i.label<a[1]){i.label=a[1],a=o;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(o);break}a[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],s=0}finally{r=a=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,l])}}},_=function(){function e(){}return e.getAuthorizationKey=function(e,t,r){var s=e+":"+t+":"+r;return window.btoa(s)},e.buildUrl=function(e,t){var r=e,s=a.flatten(t),o=!0;for(var i in s){var l=s[i];void 0!==l&&(r+=(o?"?":"&")+i+"=",null!==l&&(r+=encodeURIComponent(l))),o=!1}return r},e.getBaseUrlForCustomer=function(e,t){return void 0===t&&(t=3),e>=1e7?"https://api-us1.cludo.com/api/v".concat(t):"https://api.cludo.com/api/v".concat(t)},e.post=function(e,t,r){return new Promise((function(s,a){var o=new XMLHttpRequest;o.open("POST",e,!0),o.onreadystatechange=function(){o.readyState===c.DONE&&(o.status===u.SUCCESS?s(o.responseText):a())},o.setRequestHeader("Content-type",r.contentType+";charset=UTF-8"),o.setRequestHeader("Accept",r.contentType),r.isIntranet||o.setRequestHeader("Authorization","SiteKey "+r.authorizationKey),o.send(t)}))},e.get=function(e,t){return new Promise((function(r,s){var a=new XMLHttpRequest;a.open("GET",e,!0),a.onreadystatechange=function(){a.readyState===c.DONE&&(a.status===u.SUCCESS?r(a.responseText):s())},a.setRequestHeader("Content-type",t.contentType+";charset=UTF-8"),a.setRequestHeader("Accept",t.contentType),t.isIntranet||a.setRequestHeader("Authorization","SiteKey "+t.authorizationKey),a.send()}))},e.getWithFetch=function(t,r){return m(this,void 0,void 0,(function(){var s;return g(this,(function(a){switch(a.label){case 0:return[4,fetch(t,{method:"GET",headers:e.buildHeadersFromOptions(r),signal:r.abortSignal})];case 1:if(!(s=a.sent()).ok)throw new Error(s.statusText);return[4,s.text()];case 2:return[2,a.sent()]}}))}))},e.postWithFetch=function(t,r,s){return m(this,void 0,void 0,(function(){var a;return g(this,(function(o){switch(o.label){case 0:return[4,fetch(t,{method:"POST",headers:e.buildHeadersFromOptions(s),body:JSON.stringify(r),signal:s.abortSignal})];case 1:if(!(a=o.sent()).ok)throw new Error(a.statusText);return[4,a.text()];case 2:return[2,o.sent()]}}))}))},e.buildHeadersFromOptions=function(e){var t={"Content-Type":e.contentType+";charset=UTF-8",Accept:e.contentType};return e.isIntranet||(t.Authorization="SiteKey "+e.authorizationKey),t},e}(),v=function(){function e(e,t,r,s,a,o){this.enableTrackingRef=e,this.customerId=t,this.engineId=r,this.searchApiUrlPublic=s,this.isIntranet=a,this.authorizationKey=_.getAuthorizationKey(t,r,o)}return e.prototype.canProcess=function(){return this.enableTrackingRef.value},e.prototype.processQueryEvent=function(e){var t=this;return new Promise((function(r,s){t.pushStat("querylog",e).then((function(){r()}),(function(){console.error("Error processing click log"),s()}))}))},e.prototype.processClickEvent=function(e){var t=this;return new Promise((function(r,s){t.pushStat("clicklog",e).then((function(){r()}),(function(){console.error("Error processing click log"),s()}))}))},e.prototype.processRelatedSearchEvent=function(e){var t=this;return new Promise((function(r,s){t.pushStat("relatedsearcheslog",e).then((function(){r()}),(function(){console.error("Error processing click log"),s()}))}))},e.prototype.processChatClickEvent=function(e){return t=this,r=void 0,a=function(){var t,r;return function(e,t){var r,s,a,o,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function l(o){return function(l){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,s&&(a=2&o[0]?s.return:o[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,o[1])).done)return a;switch(s=0,a&&(o=[2&o[0],a.value]),o[0]){case 0:case 1:a=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,s=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((a=(a=i.trys).length>0&&a[a.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!a||o[1]>a[0]&&o[1]<a[3])){i.label=o[1];break}if(6===o[0]&&i.label<a[1]){i.label=a[1],a=o;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(o);break}a[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],s=0}finally{r=a=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,l])}}}(this,(function(s){switch(s.label){case 0:t=_.getBaseUrlForCustomer(this.customerId),r=t+"/".concat(this.customerId,"/").concat(this.engineId,"/search/answer/click"),s.label=1;case 1:return s.trys.push([1,3,,4]),[4,_.postWithFetch(r,e,{isIntranet:!1,authorizationKey:_.getAuthorizationKey(this.customerId,this.engineId,"SearchKey"),contentType:"application/json"})];case 2:return s.sent(),[2];case 3:return s.sent(),console.error("Error processing chat click log"),[3,4];case 4:return[2]}}))},new((s=void 0)||(s=Promise))((function(e,o){function i(e){try{n(a.next(e))}catch(e){o(e)}}function l(e){try{n(a.throw(e))}catch(e){o(e)}}function n(t){var r;t.done?e(t.value):(r=t.value,r instanceof s?r:new s((function(e){e(r)}))).then(i,l)}n((a=a.apply(t,r||[])).next())}));var t,r,s,a},e.prototype.pushStat=function(e,t){var r=this.searchApiUrlPublic+"/"+this.customerId+"/"+this.engineId+"/search/pushstat/"+e,s=_.buildUrl(r,t),a={isIntranet:this.isIntranet,authorizationKey:this.authorizationKey,contentType:"application/json"};return _.post(s,void 0,a)},e}(),y=function(){return y=Object.assign||function(e){for(var t,r=1,s=arguments.length;r<s;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},y.apply(this,arguments)},b=function(){function e(e,t){this.websiteSettings=e,this.googleAnalyticsTrackingId=t}return e.prototype.canProcess=function(){var e=this,t="G-";if(this.websiteSettings.enableGoogleAnalyticsIntegration&&void 0!==window.dataLayer){if(void 0!==window.gtag){if(this.googleAnalyticsTrackingId&&this.googleAnalyticsTrackingId.includes(t))return!0;var r=window.dataLayer.filter((function(e){return"config"===e[0]})),s=!1;return r.forEach((function(r){var a=r[1];a.includes(t)&&(e.googleAnalyticsTrackingId=a,s=!0)})),s}if(void 0!==window.google_tag_manager)return void 0!==Object.keys(window.google_tag_manager).find((function(e){return e.includes(t)}))}return!1},e.prototype.processQueryEvent=function(e){var t=this;return new Promise((function(r,s){var a=window.gtag,o=e.rc?e.rc:0,i=y({search_term:e.sw,q_cludoPage:e.pn,q_cludoResultCount:o},t.buildFacetParameters(e));a?a("event","view_search_results",i):window.dataLayer.push({event:"view_search_results",eventModel:i}),r()}))},e.prototype.processClickEvent=function(e){return Promise.resolve()},e.prototype.buildFacetParameters=function(e){var t={};for(var r in e.sf)e.sf[r]&&e.sf[r].length&&(t["q_cludo"+r]=e.sf[r].join(","));return t},e}(),f=function(){function e(e,t){this.websiteSettings=e,this.googleAnalyticsTrackingId=t}return e.prototype.canProcess=function(){return this.websiteSettings.enableGoogleAnalyticsIntegration&&void 0===window.gtag&&(void 0!==window.ga||void 0!==window._gaq)},e.prototype.processQueryEvent=function(e){var t=this;return new Promise((function(r,a){var o=s.getPathname()+s.getHash().substring(1),i=window.ga,l=window._gaq,n="Search with results";if(e.rc&&0!==e.rc||(n="Search without results"),t.isLegacyAnalyticsJsIntegration()){var c=null,u=i.getAll();if(null!==t.googleAnalyticsTrackingId){for(var h=0;h<u.length;h++)if(u[h].get("trackingId")===t.googleAnalyticsTrackingId){c=u[h];break}null===c&&(console.warn("CludoJs Warning: No Google Analytics tracking tag found for specified tracking ID"),c=u[0])}else c=u[0];i(c.get("name")+".send",{hitType:"pageview",page:o}),i(c.get("name")+".send","event",{eventCategory:"Cludo Search",eventAction:"Search",eventLabel:n}),r()}else Array.isArray(l)?(l.push(["_trackPageview",o]),l.push("Cludo Search","Search",n),r()):a()}))},e.prototype.processClickEvent=function(e){return Promise.resolve()},e.prototype.isLegacyAnalyticsJsIntegration=function(){var e=window.ga;return e&&e.getAll&&e.getAll()[0]&&e.getAll()[0].get("clientId")},e}(),S=function(){return S=Object.assign||function(e){for(var t,r=1,s=arguments.length;r<s;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},S.apply(this,arguments)},k=function(){function e(e){this.websiteSettings=e}return e.prototype.canProcess=function(){return this.websiteSettings.enableGoogleTagManagerIntegration&&void 0!==window.dataLayer},e.prototype.processQueryEvent=function(e){var t=this;return new Promise((function(r,s){var a=window.dataLayer,o={event:"cludo_search_event",cludoEventData:S({resultCount:e.rc,responseTime:e.rt,eventType:e.ety,eventTrigger:e.etr},t.getGTMBaseEventDataFromBaseLog(e))};a.push({"cludoEventData.selectedFacets":void 0,"cludoEventData.userTraits":void 0}),a.push(o),r()}))},e.prototype.processClickEvent=function(e){var t=this;return new Promise((function(r,s){var a=window.dataLayer,o={event:"cludo_click_event",cludoEventData:S({clickedUrl:e.clurl,clickedIndex:e.cli},t.getGTMBaseEventDataFromBaseLog(e))};a.push(o),r()}))},e.prototype.getGTMBaseEventDataFromBaseLog=function(e){return{engineId:e.enid,query:e.sw,browserLanguage:e.brl,deviceType:e.dt,inputType:this.getInputType(e),selectedFacets:this.getFacetsArrayFromMap(e.sf),userTraits:this.getTraitsArray(e),pageNumber:parseInt(e.pn),userAgent:e.ua,timeStamp:e.a}},e.prototype.getInputType=function(e){return"standard"===e.it?"typed":"voice"},e.prototype.getFacetsArrayFromMap=function(e){var t=[];return Object.keys(e).forEach((function(r){t.push({name:r,value:e[r]})})),t},e.prototype.getTraitsArray=function(e){return e.trts?e.trts.split(","):[]},e}(),T=function(){function e(e,t){this.websiteSettings=e,this.googleAnalyticsTrackingId=t}return e.prototype.canProcess=function(){var e=this;if(this.websiteSettings.enableGoogleAnalyticsIntegration&&void 0!==window.gtag&&void 0!==window.dataLayer){if(this.googleAnalyticsTrackingId&&this.googleAnalyticsTrackingId.includes("UA-"))return!0;var t=window.dataLayer.filter((function(e){return"config"===e[0]})),r=!1;return t.forEach((function(t){var s=t[1];s.includes("UA-")&&(e.googleAnalyticsTrackingId=s,r=!0)})),r}return!1},e.prototype.processQueryEvent=function(e){return new Promise((function(t,r){var a=s.getPathname()+s.getHash().substring(1),o=window.gtag,i="Search with results";e.rc&&0!==e.rc||(i="Search without results"),o("set",{page_path:a}),o("event","page_view"),o("event","Search",{event_category:"Cludo Search",event_label:i}),t()}))},e.prototype.processClickEvent=function(e){return Promise.resolve()},e}(),w=function(){function e(e){this.websiteSettings=e}return e.prototype.canProcess=function(){return!0===this.websiteSettings.enableSiteimproveAnalyticsIntegration&&void 0!==window._sz},e.prototype.processQueryEvent=function(e){return new Promise((function(t,r){try{var a=window._sz;if(void 0!==a){var o=s.getHref().replace(/\/?#\/?/,"/hash/"),i=[];i.push(["ourl",o]),i.push(["title",window.document.title]),i.push(["sw",e.sw]),i.push(["hits",e.rc]),a.push(["trackdynamic",i]),t()}else r("Error: SiteImprove integration is not available on this page")}catch(e){r(e)}}))},e.prototype.processClickEvent=function(e){return Promise.resolve()},e}(),C=function(){function e(){}return e.getIntegrationsCommunicator=function(e){return new E(e)},e.getIntegrations=function(e){return e.helpers.isEmpty(e.websiteSettings)?(console.warn("Attempted to initialize analytics integrations before customer settings were available"),[]):[new w(e.websiteSettings),new T(e.websiteSettings,e.googleAnalyticsTrackingId),new f(e.websiteSettings,e.googleAnalyticsTrackingId),new b(e.websiteSettings,e.googleAnalyticsTrackingId),new k(e.websiteSettings),new v(e.enableExtendedTrackingRef,e.customerId,e.engineId,e.searchApiUrlPublic,e.intranetSearch,e.searchSiteKey)]},e}(),E=function(){function e(e){this.integrations=C.getIntegrations(e)}return e.prototype.processClickEvents=function(e){return this.isValidLogObject(e)?this.integrations.filter((function(e){return e.canProcess()})).map((function(t){return t.processClickEvent(e)})):[]},e.prototype.processQueryEvents=function(e){return this.isValidLogObject(e)?this.integrations.filter((function(e){return e.canProcess()})).map((function(t){return t.processQueryEvent(e)})):[]},e.prototype.processRelatedSearchEvents=function(e){return this.isValidLogObject(e)?this.integrations.filter((function(e){return e.canProcess()})).map((function(t){if(t.processRelatedSearchEvent)return t.processRelatedSearchEvent(e)})):[]},e.prototype.processChatClickEvents=function(e){return this.integrations.filter((function(e){return e.canProcess()})).map((function(t){if(t.processChatClickEvent)return t.processChatClickEvent(e)}))},e.prototype.isValidLogObject=function(e){return void 0!==e.sw&&""!==e.sw},e}(),R=function(e,t,r,s){return new(r||(r=Promise))((function(a,o){function i(e){try{n(s.next(e))}catch(e){o(e)}}function l(e){try{n(s.throw(e))}catch(e){o(e)}}function n(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(i,l)}n((s=s.apply(e,t||[])).next())}))},A=function(e,t){var r,s,a,o,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function l(o){return function(l){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,s&&(a=2&o[0]?s.return:o[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,o[1])).done)return a;switch(s=0,a&&(o=[2&o[0],a.value]),o[0]){case 0:case 1:a=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,s=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((a=(a=i.trys).length>0&&a[a.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!a||o[1]>a[0]&&o[1]<a[3])){i.label=o[1];break}if(6===o[0]&&i.label<a[1]){i.label=a[1],a=o;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(o);break}a[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],s=0}finally{r=a=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,l])}}},I=function(){function e(e){this.storageService=e}return e.prototype.storeConversations=function(e){this.storageService.setItem(t.Conversations,e)},e.prototype.getConversationsFromStorage=function(){return this.storageService.getItem(t.Conversations)||[]},e.prototype.sendQuestion=function(e,t,r,s){return R(this,void 0,void 0,(function(){var a,o,i,l;return A(this,(function(n){switch(n.label){case 0:if(!e)return[2];a=_.getBaseUrlForCustomer(e,4),o=a+"/".concat(e,"/").concat(t,"/search/answer"),n.label=1;case 1:return n.trys.push([1,3,,4]),[4,_.postWithFetch(o,r,{isIntranet:!1,authorizationKey:_.getAuthorizationKey(e,t,"SearchKey"),contentType:"application/json",abortSignal:s.signal})];case 2:return i=n.sent(),[2,JSON.parse(i)];case 3:return l=n.sent(),console.error("Error sending question",l),[3,4];case 4:return[2]}}))}))},e.prototype.sendFeedbackData=function(e,t,r){return R(this,void 0,void 0,(function(){var s,a,o;return A(this,(function(i){switch(i.label){case 0:if(!e)return[2];s=_.getBaseUrlForCustomer(e),a=s+"/".concat(e,"/").concat(t,"/search/answer/feedback"),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,_.postWithFetch(a,r,{isIntranet:!1,authorizationKey:_.getAuthorizationKey(e,t,"SearchKey"),contentType:"application/json"})];case 2:return i.sent(),[3,4];case 3:return o=i.sent(),console.error("Error sending feedback data",o),[3,4];case 4:return[2]}}))}))},e}(),x=function(){function e(){}return e.getPublicSettingsByEngine=function(e,t,r,s,a,o){void 0===a&&(a="SearchKey"),void 0===o&&(o=!1);var i=_.getBaseUrlForCustomer(e),l=r||i,n={isIntranet:o,authorizationKey:o||s?s:_.getAuthorizationKey(e,t,a),contentType:"application/json"};return _.get(l+"/"+e+"/"+t+"/websites/publicsettings",n)},e.getPublicSettingsByExperience=function(e,t,r,s,a,o,i){void 0===o&&(o="SearchKey"),void 0===i&&(i=!1);var l=_.getBaseUrlForCustomer(e,4),n=s||l,c={isIntranet:i,authorizationKey:i||a?a:_.getAuthorizationKey(e,t,o),contentType:"application/json"};return _.getWithFetch(n+"/"+e+"/experiences/"+r+"/settings",c)},e}();function B(e){this.clientTemplatesComponentController=e}function P(e,t,r){this.clientTemplates?this.richAutocomplete?this.richAutocompleteTemplateClient(e,t,r):this.standardAutocompleteTemplateClient(e,t,r):console.log("CludoJs Error: Method is not supported")}function O(e,t,r){this.clientTemplates?e.query&&this.params.query!==e.query||this.hideAutocomplete||(t&&this.prepareAutocompleteContainer(t),this.selectedIndex=-1,this.autocompleteResponseData=e,this.storedRecentSearchesClient=[],this.clientTemplatesComponentController.processEvent("afterautocomplete"),this.customCallbackAfterAutocomplete&&!r&&this.customCallbackAfterAutocomplete()):console.log("CludoJs Error: Method is not supported")}function F(e,t,r){this.clientTemplates?this.hideAutocomplete||(t&&this.prepareAutocompleteContainer(t),this.selectedIndex=-1,this.storedRecentSearchesClient=[],this.clientTemplatesComponentController.processEvent("afterautocomplete"),this.customCallbackAfterAutocomplete&&!r&&this.customCallbackAfterAutocomplete()):console.log("CludoJs Error: Method is not supported")}function L(){this.autocompleteResponseData={Facets:null,QueryId:null,ResponseTime:null,SearchResult:"",TotalResults:null,TotalSuggestions:null,query:"",Suggestions:[],Results:[]},this.storedRecentSearchesClient=[]}function q(e){var t=this;void 0===e&&(e=!0),this.debug||(this.autocompleteDebounceTimerId&&e&&(clearTimeout(this.autocompleteDebounceTimerId),this.autocompleteDebounceTimerId=null),this.selectedIndex=-1,this.hideAutocomplete=!0,this.headlessSearch||(this.helpers.removeAttributesWithSelector("aria-controls","search_autocomplete"),this.helpers.removeAttributesWithSelector("aria-describedby","autocomplete_hint"),this.searchComponentsKeys.forEach((function(e){var r,s=t.searchComponentsDictionary[e],a=s.searchBoxInput,o=null===(r=s.wrapper)||void 0===r?void 0:r.querySelector("#search_autocomplete");a&&a.setAttribute("aria-expanded","false"),o&&(o.style.display="none")}))),this.clearStoredAutocompleteResponseData(),this.clientTemplatesComponentController.processEvent("afterautocomplete"))}function D(e){var t=e.parentElement.querySelector("#search_autocomplete");t||((t=this.helpers.addElement(e.parentElement,"search_autocomplete","search_autocomplete")).tabIndex=0,this.addAutocompleteHintToSearchInput(e)),"none"===t.style.display&&(t.style.display=null)}function M(e){this.clientTemplates?(e===this.helpers.DOWN&&this.clientTemplatesComponentController.processEvent("autocompleteSelectionNext"),e===this.helpers.UP&&this.clientTemplatesComponentController.processEvent("autocompleteSelectionPrev"),e===this.helpers.ENTER&&this.clientTemplatesComponentController.processEvent("autocompleteSetSelection")):console.log("CludoJs Error: Method is not supported")}function N(e,t){this.params.query=this.helpers.stripSpecialChars(e),this._handleQuickLinks()||(this.resetFiltersBeforeSearch&&(this.params.filters={}),this.pendingAcTitle=this.lastAcQuery,this.pendingAcIndex=t+1,this.setInputTypeAndSearch(this.inputTypeStandardKey))}function j(e){var t=this,r=e.Fields.Title.Value,s=e.Fields.Url.Value;this.clickStat={index:e.ResultIndex,url:s,title:r,page:"1"},this.pushClickLog(this._buildClickLogObjectForRichAutocompleteLink(),(function(){t.redirectToUrl(s)}))}function U(e,t){this.autocompleteSetSelectedSuggestion(e,t)}function z(e,t){this.clientTemplates?(this.hideAutocomplete=!1,this.autocompleteResponseData.Suggestions=this.getAutocompleteSuggestionsFromInstantSuggestions(e),this.storedRecentSearchesClient=t?t.items:[],this.clientTemplatesComponentController.processEvent("afterautocomplete")):console.log("CludoJs Error: Method is not supported")}function H(e){return e.items.map((function(e){return{ResultIndex:0,Sortings:null,Score:0,FieldNames:["Title"],Fields:{Title:{Field:"Title",Highlights:[],IsArray:!1,Value:e,Values:[e]}}}}))}function K(){1!==this.params.page&&this.endlessScroll||(this.clearStoredSearchResponseData(this.params.query),this.headlessSearch||this.clientTemplatePrepareResultContainer()),this.storedError={},this.clientTemplatesComponentController.processEvent("beforesearch")}function W(){var e=this.elemSearchResults.results.querySelector(".search-results-container");e||((e=document.createElement("div")).className="search-results-container",this.elemSearchResults.results.insertAdjacentElement("beforeend",e))}function Q(e){return{Banners:e.Banners,Facets:e.Facets,FixedQuery:e.FixedQuery,QueryId:e.QueryId,Query:e.query,ResponseTime:e.ResponseTime,ResultCount:e.TotalDocument,Suggestions:e.Suggestions.map((function(e){return e.Text})),Synonyms:[],TypedDocuments:e.TypedDocuments,TopHits:e.TopHits,ResultCountMessage:this.getResultCountHtml({fixedQuery:e.FixedQuery,totalDocuments:e.TotalDocument})}}function V(e,t){var r=this;this.clientTemplates?(this.isLoadingResults=!1,!1===this.publicSettingsRetrieved?this.reCallSearchResultTemplateTimer=window.setTimeout((function(){r.searchResultTemplateClient(e,t)}),250):(this.totalDocuments=e.TotalDocument,this.fixedQuery=e.FixedQuery,this.banners=e.Banners,this.responseTime=e.ResponseTime,this.queryId=e.QueryId,this.track(),this.renderOutsideBanners(e,t),this.endlessScroll?this.onEndlessScrollResultsReturned(e):this.storedSearchResponseData=this.mapClientSearchResponse(e),this.clientTemplatesComponentController.processEvent("aftersearch",this.storedSearchResponseData),this.isSearchAfterRedirect=!1,this.pageInitFromBackForward||this._handleQuickLinks(),this.customCallbackAfterSearch&&this.customCallbackAfterSearch(e))):console.log("CludoJs Error: Method is not supported")}function J(e){this.clientTemplates?(this.isLazyLoading=!1,1===this.params.page?this.storedSearchResponseData=this.mapClientSearchResponse(e):function(e,t){e.TypedDocuments=e.TypedDocuments.concat(t.TypedDocuments)}(this.storedSearchResponseData,e)):console.log("CludoJs Error: Method is not supported")}function Y(e){void 0===e&&(e=null);var t=!this.storedSearchResponseData||e!==this.storedSearchResponseData.Query;this.storedSearchResponseData={Banners:[],Facets:t?{}:this.storedSearchResponseData.Facets,TypedDocuments:[],ResultCount:t?0:this.storedSearchResponseData.ResultCount,ResultCountMessage:t?"":this.storedSearchResponseData.ResultCountMessage,FixedQuery:t?"":this.storedSearchResponseData.FixedQuery,Query:t?null:this.storedSearchResponseData.Query,QueryId:null,ResponseTime:null,Suggestions:t?[]:this.storedSearchResponseData.Suggestions,Synonyms:[],TopHits:[]}}function G(e){(null!=this.resultsWrapper||this.headlessSearch)&&(this.clearStoredSearchResponseData(),this.storedError={message:e},this.isLoadingResults=!1,this.clientTemplatesComponentController.processEvent("error"))}var Z=function(e,t,r,s){return new(r||(r=Promise))((function(a,o){function i(e){try{n(s.next(e))}catch(e){o(e)}}function l(e){try{n(s.throw(e))}catch(e){o(e)}}function n(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(i,l)}n((s=s.apply(e,t||[])).next())}))},$=function(e,t){var r,s,a,o,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function l(o){return function(l){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,s&&(a=2&o[0]?s.return:o[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,o[1])).done)return a;switch(s=0,a&&(o=[2&o[0],a.value]),o[0]){case 0:case 1:a=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,s=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((a=(a=i.trys).length>0&&a[a.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!a||o[1]>a[0]&&o[1]<a[3])){i.label=o[1];break}if(6===o[0]&&i.label<a[1]){i.label=a[1],a=o;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(o);break}a[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],s=0}finally{r=a=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,l])}}},X=function(){function e(){}return e.prototype.getTrendingPages=function(e,t,r,s){return Z(this,void 0,void 0,(function(){return $(this,(function(a){return[2,this.getTrendingPagesByType(e,t,r,s,"trending")]}))}))},e.prototype.getPopularPages=function(e,t,r,s){return Z(this,void 0,void 0,(function(){return $(this,(function(a){return[2,this.getTrendingPagesByType(e,t,r,s,"popular")]}))}))},e.prototype.getTrendingPagesByType=function(e,t,r,s,a){return Z(this,void 0,void 0,(function(){var o,i,l,n;return $(this,(function(c){switch(c.label){case 0:o=_.getBaseUrlForCustomer(e,4),i="".concat(o,"/").concat(e,"/").concat(t,"/content/recommendations/pages/").concat(a),l=_.buildUrl(i,r),c.label=1;case 1:return c.trys.push([1,3,,4]),[4,_.getWithFetch(l,s)];case 2:return n=c.sent(),[2,JSON.parse(n)];case 3:return c.sent(),console.error("Error fetching trending pages"),[3,4];case 4:return[2]}}))}))},e}(),ee=function(e,t,r,s){return new(r||(r=Promise))((function(a,o){function i(e){try{n(s.next(e))}catch(e){o(e)}}function l(e){try{n(s.throw(e))}catch(e){o(e)}}function n(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(i,l)}n((s=s.apply(e,t||[])).next())}))},te=function(e,t){var r,s,a,o,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function l(o){return function(l){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,s&&(a=2&o[0]?s.return:o[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,o[1])).done)return a;switch(s=0,a&&(o=[2&o[0],a.value]),o[0]){case 0:case 1:a=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,s=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((a=(a=i.trys).length>0&&a[a.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!a||o[1]>a[0]&&o[1]<a[3])){i.label=o[1];break}if(6===o[0]&&i.label<a[1]){i.label=a[1],a=o;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(o);break}a[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],s=0}finally{r=a=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,l])}}},re="cludo-no-search-term",se=function(){function e(e){if(this.totalDocuments=0,this.autocompleteTemplateClient=P,this.richAutocompleteTemplateClient=O,this.standardAutocompleteTemplateClient=F,this.prepareAutocompleteContainer=D,this.searchResultTemplateClient=V,this.onEndlessScrollResultsReturned=J,this.errorTemplateClient=G,this.clearStoredSearchResponseData=Y,this.mapClientSearchResponse=Q,this.clearStoredAutocompleteResponseData=L,this.autocompleteRestoreClient=q,this.autocompleteKeyboardSelectionChange=M,this.autocompleteSetSelectedSuggestion=N,this.autocompleteSetSelectedResult=j,this.clientTemplateBeforeSearch=K,this.clientTemplatePrepareResultContainer=W,this.setInstantSuggestionsClient=z,this.getAutocompleteSuggestionsFromInstantSuggestions=H,this.autocompleteSetSelectedRecentSearch=U,this.setClientTemplateComponentsController=B,window.CludoSearchInstances=window.CludoSearchInstances||[],window.CludoSearchInstances.push(this),this.helpers=new a,this.translateProvider=new o,this.customerId=e.customerId,this.engineId=void 0!==e.engineId?e.engineId:e.siteId,this.experienceId=e.experienceId||null,this.searchUrl=e.searchUrl,this.defaultApiUrl=_.getBaseUrlForCustomer(this.customerId),this.searchApiUrl=void 0!==e.searchApiUrl?e.searchApiUrl:this.defaultApiUrl,this.searchApiUrlPublic=void 0!==e.searchApiUrlPublic?e.searchApiUrlPublic:this.defaultApiUrl,this.statisticsApiUrl=void 0!==e.statisticsApiUrl?e.statisticsApiUrl:"https://stat.cludo.com",this.logPageVisits=void 0===e.logPageVisits||e.logPageVisits,this.searchSiteKey=void 0!==e.searchSiteKey?e.searchSiteKey:"SearchKey",this.intranetSearch=void 0!==e.intranetSearch&&e.intranetSearch,this.customerTemplate=void 0!==e.customerTemplate?e.customerTemplate:"SearchContent",this.disableAutocomplete=void 0!==e.disableAutocomplete&&e.disableAutocomplete,this.richAutocomplete=void 0!==e.richAutocomplete&&e.richAutocomplete,this.autocompleteForceUseTemplate=void 0!==e.autocompleteForceUseTemplate&&e.autocompleteForceUseTemplate,this.autocompleteMinimumQueryLength=void 0!==e.autocompleteMinimumQueryLength?e.autocompleteMinimumQueryLength:1,this.facets={},this.facetsOption=void 0!==e.facets?e.facets:[],this.applyMultiLevelFacets=void 0===e.applyMultiLevelFacets||e.applyMultiLevelFacets,this.initFacets=void 0!==e.initFacets?e.initFacets:null,this.filters=void 0!==e.filters?e.filters:{},this.sortOrder=void 0!==e.sortOrder?e.sortOrder:{},this.rangeFacets=void 0!==e.rangeFacets?e.rangeFacets:{},this.searchInputs=void 0!==e.searchInputs?e.searchInputs:["cludo-search-form"],this.pierceShadowDom=void 0!==e.pierceShadowDom&&e.pierceShadowDom,this.perPage=void 0!==e.perPage?e.perPage:null,this.enableRelatedSearches=void 0!==e.enableRelatedSearches&&e.enableRelatedSearches,this.bannerIsInSearchTemplate=void 0===e.bannerIsInSearchTemplate||e.bannerIsInSearchTemplate,this.xhrRequestHeader=void 0!==e.xhrRequestHeader?e.xhrRequestHeader:"application/json",this.searchResultsWrapper=void 0!==e.searchResultsWrapper?e.searchResultsWrapper:"cludo-search-results",this.translateProvider.language=void 0!==e.language?e.language:void 0!==this.filters.Language?this.filters.Language[0]:"da",this.initSearchBoxText=void 0!==e.initSearchBoxText?e.initSearchBoxText:"",this.loadingHTML=void 0!==e.loading?e.loading:'<img src="https://customer.cludo.com/img/loading.gif" class="loading" tabindex="-1" alt="loading search results" />',this.changeWindowLocation=void 0===e.changeWindowLocation||e.changeWindowLocation,this.hideResultsCount=void 0!==e.hideResultsCount&&e.hideResultsCount,this.hideSearchFilters=void 0!==e.hideSearchFilters&&e.hideSearchFilters,this.hideSearchDidYouMean=void 0!==e.hideSearchDidYouMean&&e.hideSearchDidYouMean,this.hideSearchFiltersIfNoResult=void 0===e.hideSearchFiltersIfNoResult||e.hideSearchFiltersIfNoResult,this.customNoResultsMessage=void 0!==e.customNoResultsMessage?e.customNoResultsMessage:null,this.resetFiltersBeforeSearch=void 0!==e.resetFiltersBeforeSearch&&e.resetFiltersBeforeSearch,this.resetSortBeforeSearch=void 0!==e.resetSortBeforeSearch&&e.resetSortBeforeSearch,this.updateInputOnBlur=void 0===e.updateInputOnBlur||e.updateInputOnBlur,this.enableVoiceSearch=void 0!==e.enableVoiceSearch&&e.enableVoiceSearch,this.disableVoiceSearchActiveAnimation=void 0!==e.disableVoiceSearchActiveAnimation&&e.disableVoiceSearchActiveAnimation,this.voiceGrammar=void 0!==e.voiceGrammar?e.voiceGrammar:[],this.useFixedQueryInResultsCount=void 0===e.useFixedQueryInResultsCount||e.useFixedQueryInResultsCount,this.allowSearchWithoutSearchword=void 0!==e.allowSearchWithoutSearchword&&e.allowSearchWithoutSearchword,this.jumpToTopOnFacetClick=void 0===e.jumpToTopOnFacetClick||e.jumpToTopOnFacetClick,this.endlessScroll=void 0!==e.endlessScroll?e.endlessScroll:null,this.endlessScrollElements={scrolledElement:null,documentElement:null,backToTop:null,loadMore:null},this.enableExtendedTrackingRef={value:!0},this.enableExtendedTracking=void 0===e.enableExtendedTracking||e.enableExtendedTracking,this.customCallbackAfterSearch=void 0!==e.customCallbackAfterSearch?e.customCallbackAfterSearch:null,this.customCallbackBeforeSearch=void 0!==e.customCallbackBeforeSearch?e.customCallbackBeforeSearch:null,this.customCallbackBeforeRedirect=void 0!==e.customCallbackBeforeRedirect?e.customCallbackBeforeRedirect:null,this.customCallbackAfterAutocomplete=void 0!==e.customCallbackAfterAutocomplete?e.customCallbackAfterAutocomplete:null,this.canUserBeTracked=void 0!==e.canUserBeTracked?e.canUserBeTracked:null,this.isTrackedSession=-1,this.type=void 0!==e.type?e.type:"standard",this.clientTemplates=void 0!==e.clientTemplates&&e.clientTemplates,this.headlessSearch=void 0!==e.headlessSearch&&e.headlessSearch,this.template=void 0!==e.template?e.template:"StandardInline",this.translateSearchTemplates=void 0!==e.translateSearchTemplates&&e.translateSearchTemplates,this.ovarlayResultsWrapperOpenClass=void 0!==e.ovarlayResultsWrapperOpenClass?e.ovarlayResultsWrapperOpenClass:"",this.useStandardSearchTemplate=void 0===e.useStandardSearchTemplate||e.useStandardSearchTemplate,this.searchBoxPosition=void 0!==e.theme&&void 0!==e.theme.searchBoxPosition?e.theme.searchBoxPosition:{align:"right",x:20,y:20},this.themeColor=void 0!==e.theme&&void 0!==e.theme.themeColor?e.theme.themeColor:"",this.elementFocusColor=void 0!==e.theme&&void 0!==e.theme.elementFocusColor?e.theme.elementFocusColor:"",this.themeBannerColor=void 0!==e.theme&&void 0!==e.theme.themeBannerColor?e.theme.themeBannerColor:null,this.borderRadius=void 0!==e.theme&&void 0!==e.theme.borderRadius?e.theme.borderRadius:0,this.borderRadiusInput=void 0!==e.theme&&void 0!==e.theme.borderRadiusInput?e.theme.borderRadiusInput:0,this.showSearchPage=void 0===e.showSearchPage||e.showSearchPage,this.paramsPrefix=void 0!==e.paramsPrefix?e.paramsPrefix:"cludo",this.clientTemplateSortOptions=void 0!==e.sortOptions?e.sortOptions:[],this.focusOnResultsAfterSearch=void 0!==e.focusOnResultsAfterSearch&&e.focusOnResultsAfterSearch,this.isSearchAfterRedirect=!1,this.storageService=new d(this.paramsPrefix,this.engineId||"EX".concat(this.experienceId)),this.conversationService=new I(this.storageService),this.trendingPagesService=new X,this.linkFragment="",this.isLoadingResults=!1,this.debug=!1,this.showInstantSuggestions=void 0!==e.showInstantSuggestions&&e.showInstantSuggestions,this.suggestedSearchesHeader=void 0!==e.suggestedSearchesHeader?e.suggestedSearchesHeader:null,this.recentSearchesHeader=void 0!==e.recentSearchesHeader?e.recentSearchesHeader:null,this.recentSearchLimit=5,this.recentSearches=[],this.googleAnalyticsTrackingId=void 0!==e.googleAnalyticsTrackingId?e.googleAnalyticsTrackingId:null,this.authorizationKey="",this.websiteSettings=void 0!==e.publicSettings?e.publicSettings:{},this.localSessionId="",this.sessionExpiration=18e5,this.inputTypeVoiceKey="voice",this.inputTypeStandardKey="standard",this.lastQuery=null,this.querySessionId=null,this.initSortOrder=this.helpers.cloneObject(this.sortOrder),this.params={ResponseType:this.clientTemplates?"JsonObject":"JsonHtml",Template:this.customerTemplate,facets:{},filters:this.filters,page:1,query:"",text:"",traits:[],sort:this.sortOrder,rangeFacets:this.rangeFacets,perPage:this.perPage,enableRelatedSearches:this.enableRelatedSearches,applyMultiLevelFacets:this.applyMultiLevelFacets},this.autocompleteParamDefaultValue="off",this.searchInputsLength=0,this.searchComponentsDictionary={},this.searchComponentsKeys=[],this.lastModifiedSearchComponent=null,this.activeAutocompleteFilters,this.elemSearchResults={results:null,pagination:null,filters:null,relatedSearches:null,didYouMean:null,resultCount:null,banner:null},this.elemAutocomplete={lists:[],listsItems:[]},this.didYouMean="",this.totalDocuments=0,this.fixedQuery=null,this.responseTime=null,this.autocompleteResponseData=null,this.selectedIndex=-1,this.isSearchResultPage=!1,this.autocompleteDebounceTimerId=null,this.hideAutocomplete=!1,this.pendingAcTitle=null,this.pendingAcIndex=null,this.lastAcQuery=null,this.quicklink=null,this.isOverlaySearch=!1,this.overlaySearchFormWrapperId="cludo-search-form-content",this.openedOverlayOnInit=!1,this.elemOverlaySearch={closeButton:null,overlay:null,overlayInner:null,overlayHeader:null,overlayBody:null,overlayFooter:null,searchWrapper:null,searchBox:null,searchBoxLabel:null,searchBoxInput:null,searchBoxButton:null,searchBoxContent:null,searchBoxContentLabel:null,searchBoxContentInput:null,searchBoxContentButton:null,poweredBy:null,poweredByMobile:null},this.isLazyLoading=!1,this.doSearchWithDelayTimer=null,this.referalHostName=location.hostname,this.deviceType=null,this.inputType=null,this.browserIsIE=window.navigator.userAgent.indexOf("MSIE")>0,this.browserIsEdge14=void 0!==window.navigator.appVersion&&window.navigator.appVersion.indexOf("Edge/14")>0,this.userIsUsingTabulator=!1,this.resultItemCurrentlyFocusedElement=null,this.resetFocusTimerPoweredBy=null,this.enabledFeatures=[],this.autoCompleteControllerAction="Autocomplete",this.publicSettingsRetrieved=!!Object.keys(this.websiteSettings).length,this.pageInitFromBackForward=!1,this.initSearchMetadata(),this.clearStoredSearchResponseData(),this.clearStoredAutocompleteResponseData(),this.bindEventHandlers(),window.performance&&window.performance.getEntriesByType)for(var t=window.performance.getEntriesByType("navigation"),r=0;r<t.length;r++){var s=t[r];if(s instanceof PerformanceNavigationTiming&&"back_forward"===s.type){this.pageInitFromBackForward=!0;break}}}return Object.defineProperty(e.prototype,"loading",{get:function(){return this.loadingHTML},set:function(e){this.loadingHTML=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"enableExtendedTracking",{get:function(){return this.enableExtendedTrackingRef.value},set:function(e){this.enableExtendedTrackingRef.value=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"storedAutocompleteResponse",{get:function(){return{cludoAutocompleteResponse:{query:this.autocompleteResponseData.query,totalResults:this.autocompleteResponseData.TotalResults,totalSuggestions:this.autocompleteResponseData.TotalSuggestions,totalRecentSearches:this.storedRecentSearchesClient.length,results:this.autocompleteResponseData.Results.slice(0,5),suggestions:this.autocompleteResponseData.Suggestions.slice(0,5),recentSearches:this.storedRecentSearchesClient},isLoading:!1}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var e=this;if(this.initTrackedSession(),this.isOverlaySearch=this.isSearchWithOverlay(),this.isOverlaySearch&&"customOverlay"!==this.type?(this.endlessScroll={stopAfterPage:3,resultsPerPage:10,bottomOffset:50},this.endlessScrollElements={scrolledElement:null,documentElement:null,backToTop:null,loadMore:null},this.useStandardSearchTemplate&&(this.params.overlay="Standard"+this.translateProvider.language),"standardOverlayWithDynamicSearchBox"===this.type&&this.overlaySetTopSearchBox(),""===this.themeColor&&0===this.borderRadius||this.overlaySetColorTheme()):"inline"===this.type&&("facets"===this.template||"noFacets"===this.template||"nofacets"===this.template?(this.params.overlay=this.template+this.translateProvider.language,"noFacets"!==this.template&&"nofacets"!==this.template||(this.hideSearchFilters=!0)):(this.translateSearchTemplates=!0,this.params.overlay=this.template+"I18N")),this.initSearchFormElements(),this.deviceType=this.getDeviceType(),this.setIsSearchResultPage(),(!this.isOverlaySearch&&this.isSearchResultPage||this.isOverlaySearch&&"customOverlay"==this.type)&&this.setResultElements(),this.setLoadingElements(),this.setFacets(),this.setInitParams(),null==this.elemSearchResults.results||this.isOverlaySearch||this.getWebsiteSettings(),this.isSearchResultPage&&this.endlessScroll){if(this.endlessScroll.scrolledElementSelector){var t=document.querySelector(this.endlessScroll.scrolledElementSelector);this.endlessScrollElements.scrolledElement=this.endlessScrollElements.documentElement=t}else this.isOverlaySearch?this.isOverlaySearch&&"customOverlay"==this.type&&(this.endlessScrollElements.scrolledElement=this.endlessScrollElements.documentElement=this.getResultWrapperContainer()):(this.endlessScrollElements.scrolledElement=window,this.endlessScrollElements.documentElement=document.documentElement);this.perPage?this.endlessScroll.resultsPerPage=this.perPage:this.endlessScroll.resultsPerPage&&(this.params.perPage=this.perPage=this.endlessScroll.resultsPerPage),this.endlessScrollAddScrollEvent(),this.endlessScrollSetElements(this.getResultWrapperContainer())}this.processSearchOnLoadOrStateChange(),(this.isSearchResultPage||this.isOverlaySearch)&&this.browserSupportsHistoryApi()&&window.addEventListener("popstate",(function(t){t.state&&t.state.searchParams?e.paramObjectsAreDifferent(t.state.searchParams,e.params)&&(e.params=t.state.searchParams,e.processSearchOnLoadOrStateChange()):t.state&&t.state.processed||e.updateCludoHistoryState(t.state,e.params)}))},e.prototype.updateCludoHistoryState=function(e,t){var r=e||{};r.processed=!0,t&&(r.searchParams=t),history.replaceState(r,"")},e.prototype.browserSupportsHistoryApi=function(){return!!window.history},e.prototype.bindEventHandlers=function(){this.searchBoxInputFocusEvent=this.searchBoxInputFocusEvent.bind(this),this.searchBoxInputBlurEvent=this.searchBoxInputBlurEvent.bind(this),this.searchBoxInputEvent=this.searchBoxInputEvent.bind(this),this.searchBoxInputKeydownEvent=this.searchBoxInputKeydownEvent.bind(this),this.searchBoxClickEvent=this.searchBoxClickEvent.bind(this),this.searchBoxClearClickEvent=this.searchBoxClearClickEvent.bind(this),this.searchVoiceButtonClickEvent=this.searchVoiceButtonClickEvent.bind(this),this.searchBoxWrapperBlurEvent=this.searchBoxWrapperBlurEvent.bind(this),this.searchResultKeyUpEvent=this.searchResultKeyUpEvent.bind(this),this.searchResultTrackClickEventHandler=this.searchResultTrackClickEventHandler.bind(this),this.autocompleteMouseOverEvent=this.autocompleteMouseOverEvent.bind(this),this.autocompleteMouseDownEvent=this.autocompleteMouseDownEvent.bind(this),this.poweredByKeyupEvent=this.poweredByKeyupEvent.bind(this),this.closeButtonClickEvent=this.closeButtonClickEvent.bind(this),this.closeButtonKeyupEvent=this.closeButtonKeyupEvent.bind(this),this.closeButtonWindowKeyupEvent=this.closeButtonWindowKeyupEvent.bind(this),this.endlessScrollLoadMoreClickEvent=this.endlessScrollLoadMoreClickEvent.bind(this),this.endlessScrollBackToTopClickEvent=this.endlessScrollBackToTopClickEvent.bind(this),this.endlessScrollBackToTopKeyupEvent=this.endlessScrollBackToTopKeyupEvent.bind(this),this.endlessScrollScrollEvent=this.endlessScrollScrollEvent.bind(this),this.limitSearchOnHashchange=this.limitSearchOnHashchange.bind(this),this.limitSearchOnload=this.limitSearchOnload.bind(this)},e.prototype.paramObjectsAreDifferent=function(e,t){var r=["facets","filters","query","sort","rangeFacets"];this.endlessScroll||r.push("page");for(var s=0;s<r.length;s++){var a=r[s];if(e[a]||t[a]){if(!e[a]||!t[a])return!0;if(JSON.stringify(e[a])!=JSON.stringify(t[a]))return!0}}return!1},e.prototype.initSearchFormElements=function(){if(this.searchInputs&&0!=this.searchInputs.length){for(var e=0;e<this.searchInputs.length;e++){var t=this.searchInputs[e];this.registerSearchFormElement(t,this.pierceShadowDom)}0!==this.searchInputsLength||this.headlessSearch||console.log("CludoJs Warning: No search inputs were found during initialization");var r=this.helpers.querySelector(".search-filters");null!==r&&r.setAttribute("role","presentation")}else this.headlessSearch||console.error("CludoJs Error: Missing search input configuration during initialization")},e.prototype.registerSearchFormElement=function(e,t,r){r=r||document;var s=this.helpers.getElementById(e,t,r),a=!1;if(s)a=this.addSearchFormComponentFromWrapper(e,s,t)||a;else for(var o=this.helpers.querySelectorAll(e,t,r),i=0;i<o.length;i++){var l=o[i],n=e+":"+i;a=this.addSearchFormComponentFromWrapper(n,l,t)||a}return a},e.prototype.buildSearchComponentsObjectFromWrapper=function(e,t){if(!e)return null;var r={wrapper:e,searchBoxInput:void 0,searchBoxButton:void 0,searchBoxClearButton:void 0,searchBoxFacets:void 0,voiceSearchButton:void 0},s=this.helpers.querySelectorAll("input[type=text]",t,e)[0]||this.helpers.querySelectorAll("input[type=search]",t,e)[0];s&&(r.searchBoxInput=s,s.getAttribute("autocomplete")||s.setAttribute("autocomplete",this.autocompleteParamDefaultValue)),r.searchBoxButton=this.helpers.querySelectorAll('button[type="submit"]',this.pierceShadowDom,e)[0]||this.helpers.querySelectorAll("button",this.pierceShadowDom,e)[0]||this.helpers.querySelectorAll("input[type=submit]",this.pierceShadowDom,e)[0]||this.helpers.querySelectorAll("input[type=image]",this.pierceShadowDom,e)[0],r.searchBoxClearButton=this.helpers.querySelectorAll(".cludo-search-query-clear",this.pierceShadowDom,e)[0];var a=this.helpers.querySelectorAll("input[type=hidden][data-facet][data-facet-name]",this.pierceShadowDom,e);if(a.length>0){r.searchBoxFacets={};for(var o=0;o<a.length;o++){var i=a[o],l=i.getAttribute("data-facet-name"),n=i.getAttribute("data-facet");""!==l&&""!==n&&(r.searchBoxFacets[l]||(r.searchBoxFacets[l]=[]),r.searchBoxFacets[l].push(n))}}return this.enableVoiceSearch&&"webkitSpeechRecognition"in window&&(this.helpers.addButtonElement(e,"cludo-voice-icon",null,'<svg version="1.1" xmlns="http://www.w3.org/2000/svg"                     x="0" y="0"                     viewBox="0 0 93.44 134.88"                 ><g>                     <path stroke-width="0"                         d="M 50.04 100.45 V 124.56 C 50.04 126.39 48.55 127.88 46.72 127.88 C 44.89 127.88 43.4 126.39 43.4 124.56 V 100.45 C 33.24 99.64 24.08 95.15 17.26 88.33 C 9.69 80.77 5 70.34 5 58.87 C 5 57.04 6.49 55.55 8.32 55.55 S 11.64 57.04 11.64 58.87 C 11.64 68.51 15.59 77.28 21.95 83.64 C 28.31 90 37.08 93.95 46.72 93.95 H 46.72 C 56.36 93.95 65.13 90 71.49 83.64 C 77.85 77.28 81.8 68.51 81.8 58.87 C 81.8 57.04 83.29 55.55 85.12 55.55 S 88.44 57.04 88.44 58.87 C 88.44 70.35 83.75 80.78 76.19 88.34 C 69.36 95.16 60.2 99.64 50.04 100.45 L 50.04 100.45 Z M 46.94 5 C 53.32 5 59.12 7.61 63.32 11.81 C 67.52 16.01 70.13 21.81 70.13 28.19 V 58.19 C 70.13 64.57 67.52 70.37 63.32 74.57 C 59.12 78.77 53.32 81.38 46.94 81.38 S 34.76 78.77 30.56 74.57 C 26.36 70.37 23.75 64.57 23.75 58.19 V 28.19 C 23.75 21.81 26.36 16.01 30.56 11.81 C 34.76 7.61 40.56 5 46.94 5 L 46.94 5 Z M 58.62 16.51 C 55.62 13.51 51.48 11.65 46.94 11.65 C 42.39 11.65 38.26 13.51 35.26 16.51 C 32.26 19.51 30.4 23.65 30.4 28.19 V 58.19 C 30.4 62.74 32.26 66.87 35.26 69.87 C 38.26 72.87 42.4 74.73 46.94 74.73 C 51.49 74.73 55.62 72.87 58.62 69.87 C 61.62 66.87 63.48 62.73 63.48 58.19 V 28.19 C 63.49 23.64 61.62 19.51 58.62 16.51 L 58.62 16.51 Z"                     />                 </g></svg>',null,this.translateProvider.translate("voice_search_title")),this.disableVoiceSearchActiveAnimation||this.helpers.addCssStyles("                    .cludo-voice-active svg {                         animation: voice-active-pulse 1s ease-in 0s infinite;                     }                     @keyframes voice-active-pulse {                         0% {                             opacity: 1;                         }                         50% {                             opacity: 0;                         }                         100% {                            opacity: 1;                         }                     }"),r.voiceSearchButton=this.helpers.querySelectorAll(".cludo-voice-icon",t,e)[0]),r},e.prototype.addSearchFormComponentFromWrapper=function(e,t,r){if(this.hasSearchComponentForKey(e))return console.log("CludoJs Warning: CludoJs tried to register a search input more than once {"+e+"}"),!1;var s=this.buildSearchComponentsObjectFromWrapper(t,r);return!!s&&(this.addSearchComponentsObject(e,s),null!==s.wrapper&&(this.searchBoxWrapperEvents(s.wrapper),this.isOverlaySearch&&this.helpers.addClass(s.wrapper,"cludo-search_autocomplete")),null!=s.searchBoxInput&&this.searchBoxInputEvents(s.searchBoxInput),null!=s.searchBoxButton&&this.searchBoxEvents(s.searchBoxButton),null!=s.searchBoxClearButton&&this.searchBoxClearEvents(s.searchBoxClearButton),null!=s.voiceSearchButton&&this.searchBoxVoiceEvents(s.voiceSearchButton),!0)},e.prototype.addSearchComponentsObject=function(e,t){this.searchComponentsKeys.push(e),this.searchComponentsDictionary[e]=t,this.searchInputsLength=this.searchComponentsKeys.length},e.prototype.removeSearchComponentsObject=function(e){var t=this.searchComponentsKeys.indexOf(e);-1!=t&&this.searchComponentsKeys.splice(t,1),delete this.searchComponentsDictionary[e],this.searchInputsLength=this.searchComponentsKeys.length},e.prototype.hasSearchComponentForKey=function(e){return!!this.searchComponentsDictionary[e]},e.prototype.getSearchComponentsObject=function(e){return this.searchComponentsDictionary[e]?this.searchComponentsDictionary[e]:(console.log("CludoJs Warning: CludoJs tried to retrieve a missing search components object"),this.getSearchComponentsShellObject())},e.prototype.getSearchComponentsArray=function(){for(var e=[],t=0;t<this.searchComponentsKeys.length;t++){var r=this.searchComponentsKeys[t];e.push(this.getSearchComponentsObject(r))}return e},e.prototype.getSearchComponentsObjectFromSearchInputElement=function(e){for(var t=0;t<this.searchComponentsKeys.length;t++){var r=this.searchComponentsKeys[t],s=this.getSearchComponentsObject(r);if(s.searchBoxInput==e)return s}return console.log("CludoJs Warning: CludoJs could not resolve search component from input element"),this.getSearchComponentsShellObject()},e.prototype.getSearchComponentsObjectFromSearchBoxButton=function(e){for(var t=0;t<this.searchComponentsKeys.length;t++){var r=this.searchComponentsKeys[t];if(this.getSearchComponentsObject(r).searchBoxButton==e)return this.getSearchComponentsObject(r)}return console.log("CludoJs Warning: CludoJs could not resolve search component from search box button"),this.getSearchComponentsShellObject()},e.prototype.getSearchComponentsObjectFromSearchBoxClearButton=function(e){for(var t=0;t<this.searchComponentsKeys.length;t++){var r=this.searchComponentsKeys[t];if(this.getSearchComponentsObject(r).searchBoxClearButton==e)return this.getSearchComponentsObject(r)}return console.log("CludoJs Warning: CludoJs could not resolve search component from search clear button"),this.getSearchComponentsShellObject()},e.prototype.getSearchComponentsObjectFromSearchVoiceButton=function(e){for(var t=0;t<this.searchComponentsKeys.length;t++){var r=this.searchComponentsKeys[t];if(this.getSearchComponentsObject(r).voiceSearchButton==e)return this.getSearchComponentsObject(r)}},e.prototype.getSearchComponentsObjectFromAutocompleteElement=function(e){for(var t=e.parentElement,r=[],s=0;s<t.children.length;s++)r.push(t.children[s]);for(s=0;s<this.searchComponentsKeys.length;s++){var a=this.searchComponentsKeys[s],o=this.getSearchComponentsObject(a);if(-1!=r.indexOf(o.searchBoxInput))return o}return console.log("CludoJs Warning: CludoJs could not resolve search component from search clear button"),this.getSearchComponentsShellObject()},e.prototype.getSearchComponentsShellObject=function(){return{wrapper:void 0,searchBoxInput:void 0,searchBoxButton:void 0,searchBoxClearButton:void 0,searchBoxFacets:void 0,voiceSearchButton:void 0}},e.prototype.initTrackedSession=function(){try{this.isTrackedSession=this.storageService.getTrackingStatus()}catch(e){this.isTrackedSession=-1}},e.prototype.updateIsTrackedSession=function(){if(this.canUserBeTracked)try{var e=-1,t=this.canUserBeTracked();if(!0===t?e=1:!1===t&&(e=0),e===this.isTrackedSession)return;this.isTrackedSession=e,1===this.isTrackedSession?this.enableTrackingForUser():0===this.isTrackedSession&&this.disableTrackingForUser()}catch(e){}},e.prototype.logPageVisit=function(){if(this.logPageVisits)try{var e={url:location.href,eid:this.engineId,cid:this.customerId},t=this.helpers.objectToQueryString(e),r=document.createElement("img");r.src=this.statisticsApiUrl+"/__ctm.gif?"+t,r.style.display="none",document.body.appendChild(r)}catch(e){}},e.prototype.setAutocompleteFilters=function(e){var t={};for(var r in this.filters)t[r]=this.filters[r];for(var r in e)t[r]=e[r];this.activeAutocompleteFilters=t},e.prototype.setResultElements=function(){this.resultsWrapper=this.getResultWrapperContainer(),null!=this.resultsWrapper&&(null!==this.resultsWrapper.querySelector(".search-result-count")||this.hideResultsCount||this.clientTemplates||this.helpers.addElement(this.resultsWrapper,"search-result-count"),null!==this.resultsWrapper.querySelector(".search-did-you-mean")||this.hideSearchDidYouMean||this.clientTemplates||this.helpers.addElement(this.resultsWrapper,"search-did-you-mean","","complementary"),null===this.resultsWrapper.querySelector(".search-results")&&this.helpers.addElement(this.resultsWrapper,"search-results"),null!==this.resultsWrapper.querySelector(".search-filters")||this.hideSearchFilters||this.helpers.addElement(this.resultsWrapper,"search-filters"),null===this.resultsWrapper.querySelector(".search-related")&&this.enableRelatedSearches&&this.helpers.addElement(this.resultsWrapper,"search-related"),this.elemSearchResults=this.getSearchResultsElements(),this.addAccessibilityAttributesToSearchResultsElements(this.elemSearchResults))},e.prototype.addAccessibilityAttributesToSearchResultsElements=function(e){null==e.resultCount||e.resultCount.hasAttribute("role")||e.resultCount.setAttribute("role","status"),null==e.results||e.results.hasAttribute("aria-live")||e.results.setAttribute("aria-live","polite")},e.prototype.setLoadingElements=function(){this.isOverlaySearch&&"customOverlay"!==this.type?this.loadingHTML='<div id="cludo-loading"><div id="loading_1" class="loading">Loading</div><div id="loading_2" class="loading">Loading</div></div>':this.loadingHTML='<div id="cludo-loading">'+this.loadingHTML+"</div>"},e.prototype.getResultWrapperContainer=function(){return document.getElementById(this.searchResultsWrapper)||document.querySelector(this.searchResultsWrapper)},e.prototype.getSearchResultsElements=function(){var e=this.getResultWrapperContainer();return{results:e.querySelector(".search-results"),resultCount:this.hideResultsCount?null:e.querySelector(".search-result-count"),didYouMean:this.hideSearchDidYouMean?null:e.querySelector(".search-did-you-mean"),filters:this.hideSearchFilters?null:Array.from(e.querySelectorAll(".search-filters")),banner:this.bannerIsInSearchTemplate?null:e.querySelector(".search-banner"),relatedSearches:this.enableRelatedSearches?Array.from(e.querySelectorAll(".search-related")):null}},e.prototype.setIsSearchResultPage=function(){if(10000068!=this.customerId){var e=this.helpers.getWindowLocation();if(""==this.searchUrl||"/"==this.searchUrl)this.isSearchResultPage=!0;else if(e.indexOf(this.searchUrl)>-1){var t=this.getEverythingAfterSearchUrlButBeforeQueryParameters();if(-1!=t.indexOf("/"))return void(this.isSearchResultPage=!1);if(!t||0==t.indexOf("index"))return void(this.isSearchResultPage=!0);this.isSearchResultPage=!1}}else this.helpers.getWindowLocation().indexOf(this.searchUrl)>-1?this.isSearchResultPage=!0:this.isSearchResultPage=!1},e.prototype.getEverythingAfterSearchUrlButBeforeQueryParameters=function(){var e=this.helpers.getWindowLocation(),t=e.substring(e.indexOf(this.searchUrl)+this.searchUrl.length);return 0==t.indexOf("/")&&(t=t.substr(1)),(t=t.split("?")[0]).split("#")[0]},e.prototype.getWebsiteSettings=function(t){var r=this;this.helpers.isEmpty(this.websiteSettings)||this.configureFeaturesFromPublicSettings(this.websiteSettings,t),this.intranetSearch||this.authorizationKey||(this.authorizationKey=_.getAuthorizationKey(this.customerId,this.engineId,this.searchSiteKey)),e.getPublicSettings(this.customerId,this.engineId,this.searchApiUrl,this.authorizationKey,this.searchSiteKey,this.intranetSearch).then((function(e){r.httpSuccessCallback(e,"settingsTemplate",t,r.params.query)}),(function(){r.httpFailureCallback("settingsTemplate")}))},e.getPublicSettings=function(e,t,r,s,a,o){return void 0===a&&(a="SearchKey"),void 0===o&&(o=!1),x.getPublicSettingsByEngine(e,t,r,s,a,o)},e.getPublicSettingsByOptions=function(e){var t=e.customerId,r=e.engineId,s=e.experienceId,a=e.apiUrl,o=e.authKey,i=e.searchSiteKey,l=e.isIntranet;if(!t||!r&&!s)throw new Error("CludoJs Error: customerId and either engineId or experienceId are required");return s?x.getPublicSettingsByExperience(t,r,s,a,o,i,l):x.getPublicSettingsByEngine(t,r,a,o,i,l)},e.prototype.getAuthorizationKey=function(){var e=this.customerId+":"+this.engineId+":"+this.searchSiteKey;return window.btoa(e)},e.prototype.toggleSettingsForEnabledFeatures=function(){this.enableVoiceSearch&&-1===this.enabledFeatures.indexOf("voice search")&&this.disableVoiceSearch(),this.showInstantSuggestions&&-1===this.enabledFeatures.indexOf("instant suggestions")&&this.disablePresuggestions()},e.prototype.disablePresuggestions=function(){this.showInstantSuggestions=!1},e.prototype.disableVoiceSearch=function(){var e;this.enableVoiceSearch=!1;for(var t=0;t<this.searchComponentsKeys.length;t++){var r=this.searchComponentsKeys[t],s=this.searchComponentsDictionary[r].voiceSearchButton;null===(e=s.parentNode)||void 0===e||e.removeChild(s),this.searchComponentsDictionary[r].voiceSearchButton=null}},e.prototype.setFacets=function(){var e=this;if(this.facetsOption.length){var t=!0;this.facetsOption.forEach((function(r){""!=e.helpers.getURLParam(e.getQueryParameterVariableName(r))&&(t=!1)})),this.facetsOption.forEach((function(r){var s=[];null!==e.initFacets&&t&&(s=void 0!==e.initFacets[r]?e.initFacets[r]:[]),e.facets[r]=s}))}else if(this.facets={Category:[]},null!==this.initFacets)for(var r in this.facets)void 0!==this.initFacets[r]?this.facets[r]=this.initFacets[r]:this.facets[r]=[];this.params.facets=this.facets},e.prototype.setInitParams=function(){if(this.intranetSearch||(this.authorizationKey=_.getAuthorizationKey(this.customerId,this.engineId,this.searchSiteKey)),this.params.query=this.getQueryFromUrl(),this.pendingAcTitle=this._getReferralAcTitle(),this.pendingAcIndex=this._getReferralAcIndex(),this.showSearchPage="false"!==this.helpers.getURLParam(this.getQueryParameterVariableName("showsearchpage"))&&this.showSearchPage,(!this.queryIsNullOrEmpty()||this.allowSearchWithoutSearchword)&&(this.isSearchResultPage||this.isOverlaySearch)&&(this.params.page=""!=this.helpers.getURLParam(this.getQueryParameterVariableName("page"))?parseInt(this.helpers.getURLParam(this.getQueryParameterVariableName("page"))):1,this.inputType=""!=this.helpers.getURLParam(this.getQueryParameterVariableName("inputtype"))?this.helpers.getURLParam(this.getQueryParameterVariableName("inputtype")):this.inputTypeStandardKey,this.showSearchPage)){for(var e in this.params.facets)if(""!=(o=this.helpers.getURLParam(this.getQueryParameterVariableName(e),!0))){for(var t=[],r=o.split(","),s=0;s<r.length;s++)t.push(this.helpers.stripHtmlTags(decodeURIComponent(r[s])));this.params.facets[e]=t}for(var a in this.params.filters){var o;if(""!=(o=this.helpers.getURLParam(this.getQueryParameterVariableName(a)))){var i=o.split(",");this.params.filters[a]=i}}var l=this.helpers.getURLParam(this.getQueryParameterVariableName("sort"),!0);if(""!=l)for(var n=l.split(","),c=0;c<n.length;c++){var u=decodeURIComponent(n[c]).split("=");this.params.sort[u[0]]=u[1]}this.isOverlaySearch&&""!==this.params.query&&(this.openedOverlayOnInit=!0,this.overlayOpenModalWithSearch()),this.isSearchAfterRedirect=!0}},e.prototype.setElementValue=function(e,t){null!=e&&"*"!=t&&(e.value=t)},e.prototype.setFacetsBeforeSearch=function(e){if(this.params.page=1,void 0===e||this.helpers.isEmpty(e))if(null!==this.initFacets){for(var t in this.facets)void 0!==this.initFacets[t]?this.facets[t]=this.initFacets[t]:this.facets[t]=[];this.params.facets=this.facets}else for(var t in this.facets)this.facets[t]=[];else for(var t in e)this.facets[t]=[],this.facets[t]=e[t]},e.prototype.processSearchOnLoadOrStateChange=function(){if((!this.queryIsNullOrEmpty()||this.allowSearchWithoutSearchword)&&(this.isSearchResultPage||this.isOverlaySearch)&&this.showSearchPage){for(var e=0,t=this.searchInputsLength;e<t;e++){var r=this.getSearchComponentsObject(this.searchComponentsKeys[e]);this.setElementValue(r.searchBoxInput,this.params.query),null!=r.searchBoxClearButton&&""!==this.params.query&&this.helpers.removeClass(r.searchBoxClearButton,"cludo-hidden")}this.isSearchAfterRedirect=!0,this.facets=this.params.facets,this.browserSupportsHistoryApi()&&this.updateCludoHistoryState(history.state,this.isSearchAfterRedirect?this.params:null),this.isOverlaySearch&&!this.isSearchResultPage&&this.overlayOpenModalWithSearch(),this.endlessScroll?this.doSearchWithDelay(1,this.params.page):this.doSearch()}},e.prototype.searchBoxInputEvents=function(e){e.addEventListener("focus",this.searchBoxInputFocusEvent,!0),e.addEventListener("blur",this.searchBoxInputBlurEvent,!0),e.addEventListener("input",this.searchBoxInputEvent,!0),e.addEventListener("keydown",this.searchBoxInputKeydownEvent,!0)},e.prototype.searchBoxEvents=function(e){e.addEventListener("click",this.searchBoxClickEvent,!0)},e.prototype.searchBoxClearEvents=function(e){e.addEventListener("click",this.searchBoxClearClickEvent,!0)},e.prototype.searchBoxVoiceEvents=function(e){e.addEventListener("click",this.searchVoiceButtonClickEvent,!0)},e.prototype.searchBoxWrapperEvents=function(e){e.addEventListener("blur",this.searchBoxWrapperBlurEvent,!0)},e.prototype.searchBoxWrapperBlurEvent=function(e){var t=e.currentTarget||e.srcElement;if(t instanceof Element){var r=t.querySelector("#search_autocomplete");if(!r||!r.contains(e.relatedTarget)){var s=t.querySelectorAll("input[type=text]")[0]||t.querySelectorAll("input[type=search]")[0];s&&this.updateInputOnBlur&&(s.value=""===this.params.query||"*"===this.params.query?this.initSearchBoxText:this.params.query),this.disableAutocomplete||this.autocompleteRestore(),e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}}},e.prototype.searchBoxInputFocusEvent=function(e){var t=e.currentTarget||e.srcElement;if(t instanceof HTMLInputElement){var r=this.getSearchComponentsObjectFromSearchInputElement(t),s=0;null!=r.searchBoxFacets?this.setAutocompleteFilters(r.searchBoxFacets):this.activeAutocompleteFilters=null,this.disableAutocomplete||this.autocompleteRestore(),this.helpers.isEmpty(this.websiteSettings)?this.getWebsiteSettings(t):this.showInstantSuggestions&&""==t.value&&this.setInstantSuggestions(t),t.value=t.value===this.initSearchBoxText?"":this.params.query,void 0!==t.selectionStart&&(s=0===t.selectionStart?t.value.length:t.selectionStart),void 0!==t.setSelectionRange&&t.setSelectionRange(s,s),e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},e.prototype.searchBoxInputBlurEvent=function(e){var t=e.currentTarget;t instanceof HTMLInputElement&&(t.value=""===this.params.query||"*"===this.params.query?this.initSearchBoxText:this.params.query,e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0)},e.prototype.searchBoxInputEvent=function(e){e&&this.handleSearchBoxInputChangeEvent(e)},e.prototype.handleSearchBoxInputChangeEvent=function(e){var t=e.currentTarget;if(t instanceof HTMLInputElement){var r=this.getSearchComponentsObjectFromSearchInputElement(t),s=this.helpers.getKey(e);this.params.query=this.helpers.stripHtmlTags(t.value),this.disableAutocomplete||s==this.helpers.ENTER||s==this.helpers.DOWN||s==this.helpers.UP||s==this.helpers.ESC||s==this.helpers.TAB?s===this.helpers.ESC&&(this.isOverlaySearch&&this.elemOverlaySearch.overlay?this.overlayCloseModalWithSearch():this.disableAutocomplete||this.autocompleteRestore()):this.autocomplete(t),this.showInstantSuggestions&&""==t.value&&-1===this.selectedIndex&&this.setInstantSuggestions(t),void 0!==r.searchBoxClearButton&&(""!==this.params.query?this.helpers.removeClass(r.searchBoxClearButton,"cludo-hidden"):this.helpers.addClass(r.searchBoxClearButton,"cludo-hidden")),e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},e.prototype.searchBoxInputKeydownEvent=function(e){var t=e.currentTarget,r=this.helpers.getKey(e);t instanceof HTMLInputElement&&(this.lastModifiedSearchComponent=this.getSearchComponentsObjectFromSearchInputElement(t),this.hideAutocomplete=!1,this.clientTemplates?this.autocompleteKeyboardSelectionChange(r):r!==this.helpers.ENTER&&r!==this.helpers.DOWN&&r!==this.helpers.UP||this.autocompleteKeyDownEvent(r,t,e),e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0)},e.prototype.searchBoxClickEvent=function(e){var t=e.currentTarget;if(t instanceof Element){var r=this.getSearchComponentsObjectFromSearchBoxButton(t);if(this.lastModifiedSearchComponent=r,this.disableAutocomplete||this.autocompleteRestore(),this._handleQuickLinks())return e&&e.preventDefault&&e.preventDefault(),void(e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0);this.setFacetsBeforeSearch(r.searchBoxFacets),this.isOverlaySearch&&this.overlayOpenModalWithSearch(),this.resetFiltersBeforeSearch&&(this.params.filters={}),this.setInputTypeAndSearch(this.inputTypeStandardKey),e&&e.preventDefault&&e.preventDefault(),e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},e.prototype.searchBoxClearClickEvent=function(e){var t=e.currentTarget;if(t instanceof Element){if(this.getSearchComponentsObjectFromSearchBoxClearButton(t).searchBoxInput.value="",this.params.query="",this.elemSearchResults.banner&&(this.elemSearchResults.banner.innerHTML=""),this.elemSearchResults.didYouMean&&(this.elemSearchResults.didYouMean.innerHTML=""),this.elemSearchResults.filters)for(var r=0;r<this.elemSearchResults.filters.length;r++)this.elemSearchResults.filters[r].innerHTML="";if(this.elemSearchResults.relatedSearches)for(r=0;r<this.elemSearchResults.relatedSearches.length;r++)this.elemSearchResults.relatedSearches[r].innerHTML="";this.elemSearchResults.resultCount&&(this.elemSearchResults.resultCount.innerHTML=""),this.elemSearchResults.results&&(this.elemSearchResults.results.innerHTML="",this.removeSearchInputAriaErrorAttributes()),this.endlessScrollElements.loadMore&&this.helpers.addClass(this.endlessScrollElements.loadMore,"cludo-hidden"),this.endlessScrollElements.backToTop&&(this.helpers.removeClass(this.endlessScrollElements.backToTop,"cludo-opacity1"),this.helpers.addClass(this.endlessScrollElements.backToTop,"cludo-opacity0")),this.helpers.addClass(t,"cludo-hidden"),e&&e.preventDefault&&e.preventDefault(),e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},e.prototype.searchVoiceButtonClickEvent=function(e){var t=this,r=e.currentTarget||e.srcElement;if(r instanceof Element){var s=this.getSearchComponentsObjectFromSearchVoiceButton(r).searchBoxInput,a=s.placeholder;if(this.params.query="",this.setElementValue(s,""),"webkitSpeechRecognition"in window&&this.enableVoiceSearch){var o=new window.webkitSpeechRecognition;if(o.continuous=this.helpers.isBrowserSafari(),o.interimResults=!0,o.lang=this.translateProvider.language,this.voiceGrammar.length&&o.grammars){var i=this.helpers.buildRecognitionGrammar(this.voiceGrammar);o.grammars=i}o.start();var l,n="";o.onstart=function(){l=window.setTimeout((function(){t.endSpeechAndSearch("",o,r,a)}),5e3),r.classList.contains("cludo-voice-active")||r.classList.add("cludo-voice-active")},o.onresult=function(e){for(var i="",c=e.resultIndex;c<e.results.length;++c)e.results[c].isFinal?(n=e.results[c][0].transcript,t.endSpeechAndSearch(n,o,r,a)):(i+=e.results[c][0].transcript,s.placeholder=i,l&&clearTimeout(l),l=window.setTimeout((function(){t.endSpeechAndSearch(i,o,r,a)}),2e3))},o.onspeechend=function(){r.classList.remove("cludo-voice-active"),l&&clearTimeout(l)},o.onerror=function(e){r.classList.remove("cludo-voice-active"),l&&clearTimeout(l),"aborted"!==e.error&&console.error("CludoJS Error: Voice recognition failed: ",e)}}}},e.prototype.endSpeechAndSearch=function(e,t,r,s){var a=this.getSearchComponentsObjectFromSearchVoiceButton(r),o=a.searchBoxInput;e&&(this.helpers.isBrowserSafari()&&(e=this.helpers.removeDuplicateTranscript(e)),e=this.helpers.stripSpecialChars(e),this.params.query=e,o.placeholder=s,this.setFacetsBeforeSearch(a.searchBoxFacets),this.resetFiltersBeforeSearch&&(this.params.filters={}),this.isOverlaySearch&&this.overlayOpenModalWithSearch(),this.setElementValue(o,e),this.setInputTypeAndSearch(this.inputTypeVoiceKey)),t.stop(),r.classList.remove("cludo-voice-active")},e.prototype.searchResultsEvents=function(){this.registerClickTrackingEvents(),this.didYouMeanEvents(),this.searchFacetsEvents(),this.paginationEvents(),this.removeFocusOnMouseClick(),this.registerRelatedSearchesClickEvents(),this.facetAttributeEvents(this.elemSearchResults.results)},e.prototype.registerRelatedSearchesClickEvents=function(){var e=this;if(this.elemSearchResults.relatedSearches&&this.elemSearchResults.relatedSearches.length>0&&this.elemSearchResults.relatedSearches[0].querySelectorAll){for(var t=[],r=0;r<this.elemSearchResults.relatedSearches.length;r++){var s=this.elemSearchResults.relatedSearches[r].querySelectorAll("a");Array.prototype.push.apply(t,s)}for(r=0;r<t.length;r++)t[r].addEventListener("click",(function(t){if(t.preventDefault(),t.target instanceof Element){var r=t.target.attributes.getNamedItem("data-relatedsearch");if(r){var s=r.value;e.params.query=s,e.elemOverlaySearch&&e.elemOverlaySearch.searchBoxContentInput&&(e.elemOverlaySearch.searchBoxContentInput.value=s),e.setInputTypeAndSearch(e.inputTypeStandardKey),e.trackRelatedSearchClickEventHandler()}return!1}}))}},e.prototype.registerClickTrackingEvents=function(){var e=this;if(this.elemSearchResults.results.querySelectorAll){var t=Array.prototype.slice.call(this.elemSearchResults.results.querySelectorAll("a")),r=Array.prototype.slice.call(document.querySelectorAll("[data-cludo-banner-location=outside] a"));(t=Array.prototype.concat.call(t,r)).forEach((function(t){return e.addAnchorAttributesAndListeners(t)}))}},e.prototype.searchResultTrackClickEventHandler=function(e,t){var r=!1;e.preventDefault(),(e.ctrlKey||e.metaKey)&&(r=!0),!t&&e.currentTarget instanceof HTMLElement&&(t=e.currentTarget),t&&this.trackClickEventHandler(t,r)},e.prototype.searchResultClickEvent=function(e){var t=e.currentTarget;if(t instanceof HTMLElement){var r=e.metaKey&&this.helpers.isMac()||e.ctrlKey&&!this.helpers.isMac()?"_blank":t.target;t.setAttribute("target",r),"_blank"===r&&t.setAttribute("rel","noopener"),this.trackClickEventHandler(t),e&&e.preventDefault&&e.preventDefault(),e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},e.prototype.searchResultKeyUpEvent=function(e){var t=e.currentTarget;this.helpers.getKey(e)===this.helpers.TAB&&(this.resultItemCurrentlyFocusedElement=t,this.userIsUsingTabulator=!0),e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!1},e.prototype.searchFacetsEvents=function(){var e=this;if(null!==this.elemSearchResults.filters)for(var t=function(t,s){var a=r.elemSearchResults.filters[t];a.setAttribute("aria-label",r.translateProvider.translate("search_filters"));for(var o=a.querySelectorAll("LI"),i=function(t,s){var a=o[t],i=a.querySelector("a"),l=r.translateProvider.translate("template_all_results");i&&(l=i.getAttribute("data-facet")),a.setAttribute("aria-label",l),a.onclick=function(r){var s=r.target;if(s instanceof Element&&"A"==s.nodeName){r&&r.stopPropagation&&r.stopPropagation(),r&&r.preventDefault?r.preventDefault():r.returnValue=!1;var a=o[t].querySelector("a");if(null!=a){var i=null!==a.getAttribute("data-facet-name")?a.getAttribute("data-facet-name"):"Category",l=a.getAttribute("data-facet"),n=null!==a.getAttribute("data-multifacet")&&"true"===a.getAttribute("data-multifacet");e.facet(i,l,n)}}}},l=0,n=o.length;l<n;l++)i(l)},r=this,s=0,a=this.elemSearchResults.filters.length;s<a;s++)t(s)},e.prototype.facetAttributeEvents=function(e){var t=this;if(e)for(var r=e.querySelectorAll("a[data-facet-name]"),s=function(e){var s=r[e];s.onclick=function(e){e.preventDefault(),e.stopPropagation();var r=null!==s.getAttribute("data-facet-name")?s.getAttribute("data-facet-name"):"Category",a=s.getAttribute("data-facet"),o=null!==s.getAttribute("data-multifacet")&&"true"===s.getAttribute("data-multifacet");t.facet(r,a,o)}},a=0;a<r.length;a++)s(a)},e.prototype.linkToSearchClickEvent=function(e){var t=e.getAttribute("href"),r="_blank"===e.getAttribute("target");t&&!r&&(s.setLocation(t),s.reload())},e.prototype.didYouMeanEvents=function(){var e=this;if(null!==this.elemSearchResults.didYouMean){var t=this.elemSearchResults.didYouMean.querySelector("a");t&&(t.onclick=function(t){t&&t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,t&&t.preventDefault?t.preventDefault():t.returnValue=!1,e.setDidYouMean()})}},e.prototype.paginationEvents=function(){var e=this;if(this.totalDocuments>0)for(var t=this.elemSearchResults.results.querySelectorAll(".search_page_list"),r=0,s=t.length;r<s;r++)for(var a=t[r].querySelectorAll("LI"),o=function(t,r){var s=a[t];s.onclick=function(t){if(t&&t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,t&&t.preventDefault?t.preventDefault():t.returnValue=!1,null!=s.querySelector("a")){var r=s.querySelector("a").getAttribute("data-page");e.params.page<parseInt(r)?e.searchEventTriggerQueue.push("paginationNext"):e.searchEventTriggerQueue.push("paginationPrevious"),e.page(r,!0)}}},i=0,l=a.length;i<l;i++)o(i)},e.prototype.removeFocusOnMouseClick=function(){if(document.querySelectorAll){var e=this.getResultWrapperContainer();if(!e)return;for(var t=e.querySelectorAll("a,button"),r=function(e){var r=t[e];r.onmousedown=function(){r.blur(),r.style.outline="none"},r.onmouseup=function(){r.blur(),r.style.outline=null}},s=0;s<t.length;s++)r(s)}},e.prototype.autocompleteByQuery=function(e){var t=this;if(this.clientTemplates){clearTimeout(this.autocompleteDebounceTimerId);var r=e.length>5?300:Math.floor(300*e.length/8);this.params.query=e,this.clientTemplatesComponentController.processEvent("afterautocomplete"),this.autocompleteDebounceTimerId=window.setTimeout((function(){clearTimeout(t.autocompleteDebounceTimerId),t._autocompleteByQuery(e)}),r)}else console.log("CludoJs Error: Method is not supported")},e.prototype._autocompleteByQuery=function(e){var t=this;if(this.clientTemplates){var r=this.params.filters;""!==this.params.query?this.richAutocomplete?(this.richAutocompleteRequest().then((function(r){e===t.params.query&&(t.autocompleteResponseData=JSON.parse(r),t.autocompleteResponseData.query=t.params.query,t.clientTemplatesComponentController.processEvent("afterautocomplete"))})),this.params.filters=r):(this.standardAutocompleteRequest().then((function(r){if(e===t.params.query){var s=JSON.parse(r);t.autocompleteResponseData=t.deriveAutocompleteResponseDataFromSuggestionArray(s,e),t.clientTemplatesComponentController.processEvent("afterautocomplete")}})),this.params.filters=r):(this.autocompleteResponseData={Facets:null,QueryId:this.queryId,ResponseTime:null,SearchResult:"",TotalResults:0,TotalSuggestions:0,query:"",Suggestions:[],Results:[]},this.clientTemplatesComponentController.processEvent("afterautocomplete"))}else console.log("CludoJs Error: Method is not supported")},e.prototype.deriveAutocompleteResponseDataFromSuggestionArray=function(e,t){return{query:t,Facets:null,QueryId:this.queryId,ResponseTime:null,SearchResult:"",TotalResults:0,TotalSuggestions:e.length,Suggestions:e.map((function(e){return{ResultIndex:null,Sortings:null,Score:null,FieldNames:["Title"],Fields:{Title:{Field:"Title",Highlights:[],IsArray:!1,Value:e,Values:[e]}}}})),Results:[]}},e.prototype.standardAutocompleteRequest=function(){return ee(this,void 0,void 0,(function(){var e;return te(this,(function(t){return e="".concat(this.searchApiUrl,"/").concat(this.customerId,"/").concat(this.engineId,"/").concat(this.autoCompleteControllerAction,"?text=").concat(encodeURIComponent(this.params.query)),this.helpers.isEmpty(this.params.filters)||(void 0!==this.params.filters.DomainName&&(e+="&filters[DomainName]="+encodeURIComponent(this.params.filters.DomainName.toString())),void 0!==this.params.filters.Language&&(e+="&languages="+encodeURIComponent(this.params.filters.Language.toString()))),!0===this.params.enablesa&&(e+="&enablesa=true"),[2,_.getWithFetch(e,{isIntranet:this.intranetSearch,authorizationKey:this.authorizationKey,contentType:"application/json"})]}))}))},e.prototype.richAutocompleteRequest=function(){return ee(this,void 0,void 0,(function(){var e;return te(this,(function(t){return this.activeAutocompleteFilters&&(this.params.filters=this.activeAutocompleteFilters),e="".concat(this.searchApiUrl,"/").concat(this.customerId,"/").concat(this.engineId,"/").concat(this.autoCompleteControllerAction),this.params.text=this.params.query,[2,_.postWithFetch(e,this.params,{isIntranet:this.intranetSearch,authorizationKey:this.authorizationKey,contentType:"application/json"})]}))}))},e.prototype.autocomplete=function(e){var t=this.params.query.replace(/\s/g,"").length;!t||t<this.autocompleteMinimumQueryLength?this.autocompleteRestore():t<=2?(this.autocompleteDebounceTimerId=null,this.autocompleteDoRequest(e)):t&&(null!==this.autocompleteResponseData&&(this.autocompleteResponseData.query=this.params.query,this.clientTemplates?this.autocompleteTemplateClient(this.autocompleteResponseData,e,!0):this.autocompleteTemplate(this.autocompleteResponseData,e,!0)),this.debouncedAutocompleteRequest(e,t))},e.prototype.debouncedAutocompleteRequest=function(e,t){var r=this;clearTimeout(this.autocompleteDebounceTimerId);var s=t>5?300:Math.floor(300*t/8);this.autocompleteDebounceTimerId=window.setTimeout((function(){clearTimeout(r.autocompleteDebounceTimerId),r.autocompleteDoRequest(e)}),s)},e.prototype.autocompleteDoRequest=function(e){var t=this,r=this.params.filters;""!==this.params.query&&(this.params.query=this.helpers.removeUnsafeCharacters(this.params.query),this.lastAcQuery=this.params.query,this.richAutocomplete?(this.richAutocompleteRequest().then((function(r){t.hideAutocomplete||(t.autocompleteResponseData=JSON.parse(r),t.autocompleteResponseData.query=t.params.query,t.clientTemplates?t.autocompleteTemplateClient(t.autocompleteResponseData,e,!1):t.autocompleteTemplate(t.autocompleteResponseData,e,!1))})),this.params.filters=r):(this.standardAutocompleteRequest().then((function(r){if(!t.hideAutocomplete){var s=JSON.parse(r);t.autocompleteResponseData=t.deriveAutocompleteResponseDataFromSuggestionArray(s,t.params.query),t.clientTemplates?t.autocompleteTemplateClient(t.autocompleteResponseData,e,!1):t.autocompleteTemplate(t.autocompleteResponseData,e,!1)}})),this.params.filters=r))},e.prototype.autocompleteRestore=function(e){void 0===e&&(e=!0),this.clientTemplates?this.autocompleteRestoreClient(e):this.autocompleteRestoreStandard(e)},e.prototype.autocompleteRestoreStandard=function(e){var t=this;void 0===e&&(e=!0),!0!==this.debug&&(this.autocompleteDebounceTimerId&&e&&(clearTimeout(this.autocompleteDebounceTimerId),this.autocompleteDebounceTimerId=null),this.helpers.removeElement("autocomplete_hint"),this.helpers.removeElement("search_autocomplete"),this.helpers.removeAttributesWithSelector("aria-controls","search_autocomplete"),this.helpers.removeAttributesWithSelector("aria-describedby","autocomplete_hint"),this.selectedIndex=-1,this.searchComponentsKeys.forEach((function(e){var r,s;null===(s=null===(r=t.searchComponentsDictionary[e])||void 0===r?void 0:r.searchBoxInput)||void 0===s||s.setAttribute("aria-expanded","false")})))},e.prototype.facet=function(e,t,r){if(null===t||"null"===t)this.params.facets[e]=[];else{if(!this.applyMultiLevelFacets)for(var s in this.facets)Object.prototype.hasOwnProperty.call(this.facets,s)&&!r&&(this.params.facets[s]=[]);if(r){var a=this.params.facets[e].indexOf(t);a>-1?this.params.facets[e].splice(a,1):this.params.facets[e].push(t)}else this.params.facets[e][0]=t}this.endlessScroll&&this.jumpToTopOnFacetClick&&this.endlessScrollBackToTopClickEvent(),this.resetFiltersBeforeSearch&&(this.params.filters={}),this.searchEventTriggerQueue.push("facetsClick"),this.page(1,this.jumpToTopOnFacetClick)},e.prototype.clearFacet=function(e,t){var r=this.facets[e].indexOf(t);r>-1&&this.facets[e].splice(r,1),this.jumpToTopOnFacetClick&&window.scrollTo(0,0),this.search()},e.prototype.clearFacetByName=function(e){this.facets[e]=[],this.jumpToTopOnFacetClick&&window.scrollTo(0,0),this.search()},e.prototype.clearAllFacets=function(){for(var e in this.facets)this.facets[e]=[]},e.prototype.clearAllFacetsAndSearch=function(){this.clearAllFacets(),this.jumpToTopOnFacetClick&&window.scrollTo(0,0),this.search()},e.prototype.filter=function(e,t){this.params.filters[e]=t,this.endlessScroll&&this.jumpToTopOnFacetClick&&this.endlessScrollBackToTopClickEvent(),this.page(1,this.jumpToTopOnFacetClick)},e.prototype.clearAllFilters=function(){this.params.filters={},this.jumpToTopOnFacetClick&&window.scrollTo(0,0),this.search()},e.prototype.clearAllFacetsAndFilters=function(){for(var e in this.facets)this.facets[e]=[];this.clearAllFilters()},e.prototype.setSortOrder=function(e,t){this.params.sort[e]=t,this.page(1,!1)},e.prototype.clearSortOrder=function(){this.params.sort={},this.search()},e.prototype.page=function(e,t){t&&window.scrollTo(0,0),"next"==e?this.params.page++:"prev"==e?this.params.page--:this.params.page=e,this.lastQuery&&(this.params.query=this.lastQuery),this.doSearch()},e.prototype.setDidYouMean=function(){this.autocompleteRestore(),this.params.query=this.didYouMean,this.search()},e.prototype.setInputTypeAndSearch=function(e){this.inputType=e,this.search()},e.prototype.search=function(){document.activeElement instanceof HTMLElement&&document.activeElement.blur();for(var e=0,t=this.searchInputsLength;e<t;e++){var r=this.getSearchComponentsObject(this.searchComponentsKeys[e]);this.setElementValue(r.searchBoxInput,this.params.query)}this.params.page=1,this.helpers.isEmpty(this.facets)||(this.params.facets=this.facets),this.autocompleteRestore(),this.endlessScroll&&this.jumpToTopOnFacetClick&&this.endlessScrollBackToTopClickEvent(),this.elemSearchResults.resultCount&&!this.hideResultsCount&&(this.elemSearchResults.resultCount.innerHTML=""),this.resetSortBeforeSearch&&(this.params.sort=this.initSortOrder),this.doSearch()},e.prototype.doSearch=function(){var e,t;if(this.updateQuerySessionId(),this.isSearchResultPage)if(this.isLoadingResults=!0,this.removeSearchInputAriaErrorAttributes(),"customOverlay"===this.type&&this.helpers.addClass(this.resultsWrapper,this.ovarlayResultsWrapperOpenClass),this.elemSearchResults.results&&(this.endlessScroll?(this.isLazyLoading=!0,this.helpers.addClass(this.endlessScrollElements.loadMore,"cludo-hidden"),this.clientTemplates||this.elemSearchResults.results.insertAdjacentHTML("beforeend",this.loadingHTML)):this.clientTemplates||(this.elemSearchResults.results.innerHTML=this.loadingHTML)),null!==this.elemSearchResults.didYouMean&&(this.didYouMean=this.elemSearchResults.didYouMean.innerHTML=""),!this.queryIsNullOrEmpty()||this.allowSearchWithoutSearchword){this.allowSearchWithoutSearchword&&(this.params.query="*"!=this.params.query&&""!=this.params.query?this.params.query:"*"),!0===this.changeWindowLocation&&s.setHash("#?"+this.convertParamsToString());var r=this.searchApiUrl+"/"+this.customerId+"/"+this.engineId+"/search";this.params.query=this.helpers.removeUnsafeCharacters(this.params.query),this.populateTraitsForRequest(),this.customCallbackBeforeSearch&&this.customCallbackBeforeSearch(this.params),this.updateRecentSearches(this.params.query),this.clientTemplates&&this.clientTemplateBeforeSearch(),this.httpRequest("POST",r,this.clientTemplates?"searchResultTemplateClient":"searchResultTemplate",this.elemSearchResults)}else{if(this.elemSearchResults.resultCount&&!this.hideResultsCount&&(this.elemSearchResults.resultCount.innerHTML=""),this.elemSearchResults.filters&&!this.clientTemplates)for(var a=0;this.elemSearchResults.filters.length>a;a++)this.elemSearchResults.filters[a].innerText="";var o=this.translateProvider.translate("no_search_term");this.errorTemplate(o),null!==this.lastModifiedSearchComponent&&(null===(t=null===(e=this.lastModifiedSearchComponent)||void 0===e?void 0:e.searchBoxInput)||void 0===t||t.focus())}else this.queryIsNullOrEmpty()&&!this.allowSearchWithoutSearchword||(this.customCallbackBeforeRedirect&&this.customCallbackBeforeRedirect(this.params,this.searchUrl),this.redirectToUrl(this.searchUrl+"#?"+this.convertParamsToString()))},e.prototype.doSearchWithDelay=function(e,t){var r=this;this.updateQuerySessionId();var s=1===e?0:1e3;e<=t?(e>1&&this.searchEventTriggerQueue.push("paginationNext"),this.browserIsEdge14?(this.params.page=e,this.doSearch(),e++,this.doSearchWithDelay(e,t)):this.doSearchWithDelayTimer=window.setTimeout((function(){r.params.page=e,r.doSearch(),e++,r.doSearchWithDelay(e,t)}),s)):this.doSearchWithDelayTimer=null},e.prototype.updateQuerySessionId=function(){this.params.query!=this.lastQuery&&(this.querySessionId=this.generateUUID()),this.lastQuery=this.params.query},e.prototype.hasQuicklink=function(){if(this.websiteSettings.quicklinks)for(var e=0,t=this.websiteSettings.quicklinks.length;e<t;e++)for(var r=0,s=this.websiteSettings.quicklinks[e].terms.length;r<s;r++){var a=void 0,o=this._getFixedQuery(),i=this.websiteSettings.quicklinks[e];if(this._isStringMatch(this.params.query,i.terms[r].name)?a=this.params.query:this._isStringMatch(o,i.terms[r].name)&&(a=o,this.fixedQuery=void 0),a)return this.quicklink=i,this.quicklink.matchQuery=a,!0}return!1},e.prototype.updateRecentSearches=function(e){for(;this.recentSearches.length>this.recentSearchLimit;)this.recentSearches.shift();-1==this.recentSearches.indexOf(e)&&this.recentSearches.push(e),this.storeRecentSearches()},e.prototype.redirectToUrl=function(e){s.setHref(e)},e.prototype.getQueryParameterVariableName=function(e){return this.paramsPrefix+e},e.prototype.getQueryFromUrl=function(){return this.helpers.stripHtmlTags(this.helpers.getURLParam(this.getQueryParameterVariableName("query")).replace(/^[{]+|[}]+$/g,""))},e.prototype.convertParamsToString=function(){var e="";for(var t in e+=this.getQueryParameterVariableName("query")+"="+encodeURIComponent(this.params.query),this.facets)if(this.params.facets[t].length){for(var r="",a=0;a<this.params.facets[t].length;a++)0!==a&&(r+=","),r+=encodeURIComponent(this.params.facets[t][a]);e+="&",e+=this.getQueryParameterVariableName(t)+"="+r}for(var o in this.filters)void 0!==this.params.filters[o]&&this.params.filters[o].length&&(e+="&",e+=this.getQueryParameterVariableName(o)+"="+this.params.filters[o].toString());var i=Object.keys(this.params.sort);if(void 0!==i[0]){e+="&";for(var l="",n=0;n<i.length;n++)0!==n&&(l+=","),l+=encodeURIComponent(i[n]+"="+this.params.sort[i[n]]);e+=this.getQueryParameterVariableName("sort")+"="+l}return e+="&",e+=this.getQueryParameterVariableName("page")+"="+this.params.page,void 0!==this._getReferralPageTitle()&&null!==this._getReferralPageTitle()&&""!==this._getReferralPageTitle()?e+="&"+this.getQueryParameterVariableName("refurl")+"="+encodeURIComponent(this._getReferralUrl()):this.isSearchResultPage||(e+="&"+this.getQueryParameterVariableName("refurl")+"="+encodeURIComponent(this._getCurrentUrl())),!this.isOverlaySearch||""!==this._getReferralPageTitle()&&""!==this._getReferralUrl()||(e+="&"+this.getQueryParameterVariableName("refurl")+"="+encodeURIComponent(this._getCurrentUrl())+"&"+this.getQueryParameterVariableName("refpt")+"="+encodeURIComponent(document.title)),void 0!==this._getReferralUrl()&&null!==this._getReferralUrl()&&""!==this._getReferralUrl()?e+="&"+this.getQueryParameterVariableName("refpt")+"="+encodeURIComponent(this._getReferralPageTitle()):this.isSearchResultPage||(e+="&"+this.getQueryParameterVariableName("refpt")+"="+encodeURIComponent(document.title)),this.pendingAcTitle&&(e+="&"+this._getReferralAcTitleKey()+"="+encodeURIComponent(this.pendingAcTitle),e+="&"+this._getReferralAcIndexKey()+"="+encodeURIComponent(this.pendingAcIndex)),this.inputType&&(e+="&"+this.getQueryParameterVariableName("inputtype")+"="+encodeURIComponent(this.inputType)),s.getHash().indexOf(this.getQueryParameterVariableName("engine")+"=")>0&&(e+="&"+this.getQueryParameterVariableName("engine")+"="+this.engineId),e},e.prototype.httpRequest=function(e,t,r,s){var a=this,o="POST"===e?"application/json"===this.xhrRequestHeader?JSON.stringify(this.params):"Params="+encodeURIComponent(JSON.stringify(this.params)):null,i={isIntranet:this.intranetSearch,authorizationKey:this.authorizationKey,contentType:this.xhrRequestHeader};"POST"===e?_.post(t,o,i).then((function(e){a.httpCallback(e,r,s,a.params.query)}),(function(){a.httpFailureCallback(r)})):_.get(t,i).then((function(e){a.httpCallback(e,r,s,a.params.query)}),(function(){a.httpFailureCallback(r)}))},e.prototype.httpCallback=function(e,t,r,s){this.httpSuccessCallback(e,t,r,s)},e.prototype.httpSuccessCallback=function(e,t,r,s){var a=JSON.parse(e);a.query=s,this[t](a,r),"autocompleteTemplate"===t&&(this.autocompleteResponseData=a)},e.prototype.httpFailureCallback=function(e){var t=this.translateProvider.translate("error");this.errorTemplate(t),"autocompleteTemplate"===e&&(this.autocompleteResponseData=null)},e.prototype.autocompleteTemplate=function(e,t,r){e&&(this.richAutocomplete?this.richAutocompleteTemplate(e,t):this.standardAutocompleteTemplate(e,t),this.registerAutocompleteEvents(),this.customCallbackAfterAutocomplete&&!r&&this.customCallbackAfterAutocomplete())},e.prototype.richAutocompleteTemplate=function(e,t){var r=this;if((!e.query||this.params.query===e.query)&&(this.translateSearchTemplates&&e&&(e.SearchResult=this.translateProvider.translateTokens(e.SearchResult)),this.selectedIndex=-1,this.elemAutocomplete.lists=[],this.elemAutocomplete.listsItems=[],!this.hideAutocomplete&&(this.autocompleteRestore(!1),e.TotalResults>0||e.TotalSuggestions>0||!0===this.autocompleteForceUseTemplate))){var s=this.helpers.addElement(t.parentNode,"search_autocomplete","search_autocomplete");this.addAutocompleteHintToSearchInput(t),this.elemAutocomplete.lists.push(s),s.innerHTML=e.SearchResult;var a=s.querySelectorAll("LI");a.forEach((function(e){var t=e.innerText,s=r.getAutocompleteHighlightedWords(t),a=e.getElementsByTagName("a")[0];a?a.innerHTML=s:e.innerHTML=s})),this.elemAutocomplete.listsItems=Array.from(a)}},e.prototype.standardAutocompleteTemplate=function(e,t){var r;this.selectedIndex=-1,this.elemAutocomplete.lists=[],this.elemAutocomplete.listsItems=[],this.autocompleteRestore(!1);var s=(null===(r=null==e?void 0:e.Suggestions)||void 0===r?void 0:r.map((function(e){var t,r;return null===(r=null===(t=null==e?void 0:e.Fields)||void 0===t?void 0:t.Title)||void 0===r?void 0:r.Value})))||[];if(s.length&&!this.hideAutocomplete&&this.params.query){this.addAutocompleteHintToSearchInput(t);var a=document.createElement("UL");a.className="search_autocomplete",a.setAttribute("id","search_autocomplete"),a.setAttribute("role","listbox"),a.setAttribute("aria-describedby","autocomplete_hint"),this.elemAutocomplete.lists.push(a),this.populateAutocompleteList(s,a),this.helpers.findNonShadowAncestor(t.parentElement).appendChild(a)}},e.prototype.populateAutocompleteList=function(e,t){for(var r=0,s=e.length;r<s;r++){var a=document.createElement("li");a.innerHTML=this.getAutocompleteHighlightedWords(e[r]).replace("!",""),a.setAttribute("role","option"),a.setAttribute("aria-label",e[r]),t.appendChild(a),this.elemAutocomplete.listsItems.push(a)}},e.prototype.registerAutocompleteEvents=function(){for(var e=0,t=this.elemAutocomplete.lists.length;e<t;e++)this.elemAutocomplete.lists[e].addEventListener("mouseover",this.autocompleteMouseOverEvent,!0);for(e=0,t=this.elemAutocomplete.listsItems.length;e<t;e++)this.elemAutocomplete.listsItems[e].addEventListener("mousedown",this.autocompleteMouseDownEvent,!0)},e.prototype.getAutocompleteHighlightedWords=function(e){for(var t=this.params.query.split(" "),r=0,s=t.length;r<s;r++)void 0!==t[r]&&""!==t[r]&&(e=this.helpers.highlightSearchword(e,t[r]));return e},e.prototype.createAutocompleteHintElement=function(){var e=document.createElement("span");return e.id="autocomplete_hint",e.style.display="none",e.innerText=this.translateProvider.translateTokens("{{template_autocomplete_hint}}"),e.setAttribute("aria-hidden","false"),e.setAttribute("aria-atomic","true"),e.setAttribute("role","status"),e.setAttribute("aria-live","polite"),e},e.prototype.addAutocompleteHintToSearchInput=function(e){var t=this.createAutocompleteHintElement();this.helpers.findNonShadowAncestor(e.parentElement).appendChild(t),e.setAttribute("aria-describedby","autocomplete_hint"),e.setAttribute("aria-autocomplete","list"),e.setAttribute("aria-controls","search_autocomplete"),e.setAttribute("aria-expanded","true")},e.prototype.autocompleteMouseOverEvent=function(e){var t=e.currentTarget;if(e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,t instanceof HTMLElement){for(var r=t.querySelectorAll("LI"),s=r.length,a=0;a<s;a++)this.helpers.removeClass(r[a],"active");this.selectedIndex=-1}},e.prototype.autocompleteMouseDownEvent=function(e){var t=e.currentTarget;if(e&&e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,t instanceof HTMLElement){this.params.query=this.helpers.stripSpecialChars(t.innerText);for(var r=0,s=this.searchInputsLength;r<s;r++){var a=this.getSearchComponentsObject(this.searchComponentsKeys[r]);this.setElementValue(a.searchBoxInput,this.params.query)}this.autocompleteSetSelectedItem(t)}},e.prototype.autocompleteKeyDownEvent=function(e,t,r){var s,a=this.elemAutocomplete.listsItems.length,o=this.getSearchComponentsObjectFromSearchInputElement(t);if(r&&r.preventDefault?r.preventDefault():r.returnValue=!1,e===this.helpers.ENTER)if(this.selectedIndex<0){if(this.hideAutocomplete=!0,this.autocompleteRestore(),r&&r.preventDefault?r.preventDefault():r.returnValue=!1,this.params.query=this.helpers.stripHtmlTags(t.value),this._handleQuickLinks())return;this.setFacetsBeforeSearch(o.searchBoxFacets),this.isOverlaySearch&&this.overlayOpenModalWithSearch(),this.resetFiltersBeforeSearch&&(this.params.filters={}),this.setInputTypeAndSearch(this.inputTypeStandardKey)}else s=this.elemAutocomplete.listsItems[this.selectedIndex],this.params.query=this.helpers.stripSpecialChars(this.helpers.stripHtmlTags(s.innerText)),this.autocompleteSetSelectedItem(s);else!this.disableAutocomplete&&(e===this.helpers.DOWN||e===this.helpers.UP)&&a>0&&(e===this.helpers.DOWN&&(this.selectedIndex=this.selectedIndex==a-1?-1:this.selectedIndex,this.selectedIndex++),e===this.helpers.UP&&(this.selectedIndex=0==this.selectedIndex||-1==this.selectedIndex?a:this.selectedIndex,this.selectedIndex--),this.autocompleteSetActiveItem(this.selectedIndex))},e.prototype.autocompleteSetActiveItem=function(e){var t=this;this.elemAutocomplete.listsItems.forEach((function(e){t.helpers.removeClass(e,"active"),e.ariaSelected="false"}));var r=this.elemAutocomplete.listsItems[e];r.className="active",r.ariaSelected="true";var s=this.helpers.trim(r.innerText).replace(/(\&shy;|­|&#173;)/gi,"");this.params.query=this.helpers.stripSpecialChars(s);for(var a=0;a<this.searchInputsLength;a++){var o=this.getSearchComponentsObject(this.searchComponentsKeys[a]);this.setElementValue(o.searchBoxInput,this.params.query)}},e.prototype.autocompleteSetSelectedItem=function(e){var t,r=this;if(e.hasChildNodes()){if(e.getElementsByTagName("a")[0]){var s=e.getElementsByTagName("a")[0].href;return this.trackClickEventHandlerForRichAutocompleteLink(e.getElementsByTagName("a")[0]),void this.pushClickLog(this._buildClickLogObjectForRichAutocompleteLink(),(function(){r.redirectToUrl(s)}))}if(this._handleQuickLinks())return;var a=this.helpers.closest(e,"#search_autocomplete");a&&void 0!==(null===(t=a.parentElement)||void 0===t?void 0:t.id)&&this.setFacetsBeforeSearch(this.getSearchComponentsObjectFromAutocompleteElement(a).searchBoxFacets),this.isOverlaySearch&&this.overlayOpenModalWithSearch(),this.resetFiltersBeforeSearch&&(this.params.filters={}),this.pendingAcTitle=this.lastAcQuery,this.pendingAcIndex=[].indexOf.call(e.parentNode.children,e)+1,this.setInputTypeAndSearch(this.inputTypeStandardKey)}},e.prototype.searchResultTemplate=function(e,t){var r=this;if(this.isLoadingResults=!1,!1===this.publicSettingsRetrieved)this.reCallSearchResultTemplateTimer=window.setTimeout((function(){r.searchResultTemplate(e,t)}),250);else{if(this.translateSearchTemplates&&e&&(e.Facets=this.translateProvider.translateTokens(e.Facets),e.SearchResult=this.translateProvider.translateTokens(e.SearchResult)),this.totalDocuments=e.TotalDocuments,this.fixedQuery=e.FixedQuery,this.banners=e.Banners,this.responseTime=e.ResponseTime,this.queryId=e.QueryId,this.track(),this.endlessScroll?(this.isLazyLoading=!1,this.helpers.removeElement("cludo-loading"),1==this.params.page?(t.results.innerHTML=e.SearchResult,!this.helpers.pageCanScroll(this.endlessScroll.bottomOffset)&&this.params.page!==Math.ceil(this.totalDocuments/this.endlessScroll.resultsPerPage)&&this.totalDocuments>0&&this.helpers.removeClass(this.endlessScrollElements.loadMore,"cludo-hidden")):(t.results.insertAdjacentHTML("beforeend",e.SearchResult),this.userIsUsingTabulator&&t.results.getElementsByTagName("ul")[this.params.page-1].children[0].getElementsByTagName("a")[0].focus()),this.params.page>=this.endlessScroll.stopAfterPage&&this.totalDocuments>0&&(this.params.page===Math.ceil(this.totalDocuments/this.endlessScroll.resultsPerPage)?this.helpers.addClass(this.endlessScrollElements.loadMore,"cludo-hidden"):this.helpers.removeClass(this.endlessScrollElements.loadMore,"cludo-hidden"))):t.results.innerHTML=e.SearchResult,t.results.querySelector("span.cludo-highlight-fragment")&&this.parseAndAddLinkFragments(t),this.isOverlaySearch&&"customOverlay"!==this.type&&(this.elemOverlaySearch.searchBoxContent.style.zIndex="1"),null!==t.filters)for(var s=0,a=t.filters.length;s<a;s++)t.filters[s].innerHTML=e.TotalDocuments>0||!this.hideSearchFiltersIfNoResult?e.Facets:"";if(""!=e.DidYouMean&&null!==t.didYouMean&&void 0!==t.didYouMean&&e.TotalDocuments<10&&(t.didYouMean.innerHTML=this.translateProvider.translate("did_you_mean",e.DidYouMean),this.didYouMean=e.DidYouMean),this.renderOutsideBanners(e,t),null!==t.resultCount&&(t.resultCount.innerHTML=this.getResultCountHtml({fixedQuery:e.FixedQuery,totalDocuments:e.TotalDocuments})),t.relatedSearches&&e&&e.RelatedSearchesResult){var o=this.translateProvider.translateTokens(e.RelatedSearchesResult);for(s=0;s<t.relatedSearches.length;s++)t.relatedSearches[s].innerHTML="",t.relatedSearches[s].innerHTML+=o}else if(t.relatedSearches&&e&&!e.RelatedSearchesResult)for(s=0;s<t.relatedSearches.length;s++)t.relatedSearches[s].innerHTML="";!this.focusOnResultsAfterSearch||this.endlessScroll&&1!=this.params.page||this.focusOnResults(),this.isSearchAfterRedirect=!1,this.customCallbackAfterSearch&&this.customCallbackAfterSearch(e),this.searchResultsEvents(),this.pageInitFromBackForward||this._handleQuickLinks();var i=this.helpers.querySelector(".search-filters .search-filters-mobile-button"),l=this.helpers.querySelector(".search-filters .search-filter-header-mobile"),n=void 0;i?n=i:l&&(n=l),n&&(n.setAttribute("aria-label",this.translateProvider.translate("toggle_filters_label")),n.setAttribute("aria-expanded","false"),n.setAttribute("aria-controls","facet-list"),n.setAttribute("role","button"),n.setAttribute("tabindex","0"));var c=this.helpers.querySelector(".search-filters ul");c&&!c.getAttribute("id")&&this.helpers.querySelector(".search-filters ul").setAttribute("id","facet-list")}},e.prototype.getResultCountHtml=function(e){var t=this,r="";if(this.useFixedQueryInResultsCount&&e.fixedQuery)r=this.translateProvider.translate("your_search_on",this.helpers.stripHtmlTags(this.params.query))+this.translateProvider.translate("total_results","0"),r+=this.translateProvider.translateWithParameters("searched_instead",{number:e.totalDocuments.toString(),term:e.fixedQuery});else if(0===e.totalDocuments&&null!==this.customNoResultsMessage)r=this.customNoResultsMessage;else{var s=1===e.totalDocuments?this.translateProvider.translate("total_result",e.totalDocuments.toString()):this.translateProvider.translate("total_results",e.totalDocuments.toString());r=this.translateProvider.translate("your_search_on",this.helpers.stripHtmlTags(this.params.query))+s,r+=Object.keys(this.facets).map((function(e){return t.facets[e]})).filter((function(e){return e&&e.length>0})).map((function(e){return t.translateProvider.translate("in_category",e.toString())})).join(", ").replace(/, ([^,]*)$/,this.translateProvider.translate("and")+" $1")}return r},e.prototype.errorTemplate=function(e){if(this.clientTemplates)this.errorTemplateClient(e);else{if(null!=this.resultsWrapper){this.elemSearchResults.results.innerHTML=e;var t=this.resultsWrapper.querySelector(".cludo-no-search-term");null!=t&&(t.setAttribute("id",re),this.getSearchComponentsArray().forEach((function(e){var t=e.searchBoxInput;null!=t&&(t.setAttribute("aria-invalid","true"),t.setAttribute("aria-errormessage",re))})))}if(this.elemSearchResults.relatedSearches&&this.elemSearchResults.relatedSearches.length>0)for(var r=0;r<this.elemSearchResults.relatedSearches.length;r++)this.elemSearchResults.relatedSearches[r].innerHTML=""}},e.prototype.removeSearchInputAriaErrorAttributes=function(){this.getSearchComponentsArray().forEach((function(e){var t=e.searchBoxInput;null!=t&&(t.removeAttribute("aria-invalid"),t.removeAttribute("aria-errormessage"))}))},e.prototype.addAnchorAttributesAndListeners=function(e){var t=this,r=e.href;if(!e.getAttribute("data-page")&&r&&r.length>0){if(this.helpers.closest(e,"[data-cludo-result=banner]")){var s=null!==e.getAttribute("title")?e.getAttribute("title"):""!==e.innerText?e.innerText:this.helpers.closest(e,"[data-cludo-result=banner]").getAttribute("data-cludo-title"),a=this.helpers.closest(e,"[data-cludo-result=banner]").getAttribute("data-cludo-id");e.setAttribute("data-cludo-result","banner"),e.setAttribute("data-cludo-index","1"),e.setAttribute("data-cludo-object-id",a),e.setAttribute("data-cludo-title",s),-1!==decodeURIComponent(r).indexOf("#?"+this.paramsPrefix)&&e.addEventListener("click",(function(r){r.preventDefault(),t.linkToSearchClickEvent(e)}))}var o=this.helpers.getURLParam(this.getQueryParameterVariableName("page"));e.setAttribute("data-cludo-page",o),e.addEventListener("click",this.searchResultTrackClickEventHandler,!0),e.addEventListener("keyup",this.searchResultKeyUpEvent,!0)}},e.prototype.renderOutsideBanners=function(e,t){if(!this.bannerIsInSearchTemplate&&null!==t.banner)if(e.Banners.length){for(var r="",s=0,a=e.Banners.length;s<a;s++)r+='<div data-cludo-banner-location="outside" data-cludo-result="banner" data-cludo-id="'+e.Banners[s].Id+'" data-cludo-title="'+e.Banners[s].Name+'" class="cludo-banner" role="banner">'+e.Banners[s].Banner+"</div>";t.banner.innerHTML=r}else t.banner.innerHTML=""},e.prototype.settingsTemplate=function(e,t){this.websiteSettings={Engines:e.Engines,customEngineSettings:e.customEngineSettings,enableAnonymousTracking:e.enableAnonymousTracking,enableGoogleAnalyticsIntegration:e.enableGoogleAnalyticsIntegration,enableGoogleTagManagerIntegration:e.enableGoogleTagManagerIntegration,enableSiteimproveAnalyticsIntegration:e.enableSiteimproveAnalyticsIntegration,optOutCookieTracking:e.optOutCookieTracking,quicklinks:e.quicklinks,subscriptionDigest:e.subscriptionDigest,instantSuggestionsConfiguration:e.instantSuggestionsConfiguration?JSON.parse(e.instantSuggestionsConfiguration):void 0,configurations:e.configurations?e.configurations:{}},this.configureFeaturesFromPublicSettings(this.websiteSettings,t)},e.prototype.configureFeaturesFromPublicSettings=function(e,t){this.publicSettingsRetrieved=!0,e.subscriptionDigest&&e.subscriptionDigest.features&&(this.enabledFeatures=e.subscriptionDigest.features,this.toggleSettingsForEnabledFeatures()),!0===e.enableSiteimproveAnalyticsIntegration&&/\/hash\/\?cludoquery=/i.test(s.getHref())&&s.setHref(s.getHref().replace(/\/hash\/\?cludoquery=/i,"#?cludoquery=")),e.instantSuggestionsConfiguration&&(this.showRecentSearches=!0===e.instantSuggestionsConfiguration.showRecentSearches),e.optOutCookieTracking&&this.storageService.disableTrackingForCustomer(),this.showInstantSuggestions&&this.setInstantSuggestions(t),this.analyticsIntegrationCommunicator=C.getIntegrationsCommunicator(this)},e.prototype.setInstantSuggestions=function(e){var t,r=this,s=[],a=[],o=this.suggestedSearchesHeader||this.translateProvider.translate("suggested_searches_title"),i=this.recentSearchesHeader||this.translateProvider.translate("recent_searches_title");this.websiteSettings.instantSuggestionsConfiguration&&(s=this.websiteSettings.instantSuggestionsConfiguration.suggestions?this.websiteSettings.instantSuggestionsConfiguration.suggestions:[],null!=this.websiteSettings.instantSuggestionsConfiguration.limit&&null!=this.websiteSettings.instantSuggestionsConfiguration.limit&&(t=this.websiteSettings.instantSuggestionsConfiguration.limit)),s.length&&(t&&s.length>t&&(s=s.slice(t)),a.push({label:o,items:s}),this.showRecentSearches&&(this.recentSearches=this.getRecentSearchesFromStorage(),this.recentSearches.length>1&&a.push({label:i,items:this.recentSearches.filter((function(e){return e.toLowerCase()!==r.params.query.toLowerCase()})).reverse()})),e&&(this.clientTemplates?this.setInstantSuggestionsClient(a[0],a[1]):(this.clearAutocompleteBeforeSettingsTemplate(),this.suggestionsBoxTemplate(a,e,"instant_suggestions"),this.registerAutocompleteEvents())))},e.prototype.suggestionsBoxTemplate=function(e,t,r){var s=this,a=document.createElement("span");a.id="autocomplete_hint",a.style.display="none",a.innerText=this.translateProvider.translateTokens("{{template_autocomplete_hint}}"),t.setAttribute("aria-describedby","autocomplete_hint"),t.setAttribute("aria-controls","search_autocomplete");var o=document.createElement("div");o.className="search_autocomplete "+r,o.setAttribute("id","search_autocomplete"),e.forEach((function(e){s.suggestionsBoxTemplateInner(o,e.items,e.label)}));var i=this.helpers.findNonShadowAncestor(t.parentElement);i.appendChild(a),i.appendChild(o)},e.prototype.suggestionsBoxTemplateInner=function(e,t,r){var s=document.createElement("h3");s.innerText=r;var a=document.createElement("UL");a.setAttribute("role","listbox"),this.elemAutocomplete.lists.push(a),this.populateAutocompleteList(t,a),e.appendChild(s),e.appendChild(a)},e.prototype.clearAutocompleteBeforeSettingsTemplate=function(){this.elemAutocomplete.lists=[],this.elemAutocomplete.listsItems=[],this.autocompleteRestore()},e.prototype.parseAndAddLinkFragments=function(e){for(var t=this,r=e.results.querySelectorAll('[data-cludo-result="searchresult"]'),s=function(e){var s=r[e];if(-1!==s.href.indexOf("#:~:text="))return"continue";for(var a=s.querySelectorAll("span.cludo-highlight-fragment"),o=function(e){var r=a[e];r.setAttribute("tabindex","0"),r.setAttribute("role","link"),r.addEventListener("click",(function(){t.linkFragment=encodeURIComponent(r.innerText)})),r.addEventListener("keydown",(function(e){"Space"!==e.code&&"Enter"!==e.code||(t.linkFragment=encodeURIComponent(r.innerText),t.searchResultTrackClickEventHandler(e,s))}))},i=0;i<a.length;i++)o(i);if(a&&a.length&&-1===s.href.indexOf("#:~:text=")){var l=a[0],n="#:~:text="+encodeURIComponent(l.innerText);s.href+=n}},a=0;a<r.length;a++)s(a)},e.prototype.focusOnResults=function(){if(this.totalDocuments&&!this.isSearchAfterRedirect){var e=this.elemSearchResults.results.querySelectorAll("a")[0];""!==this.didYouMean&&null!==this.elemSearchResults.didYouMean&&(e=this.elemSearchResults.didYouMean.querySelectorAll("a")[0]),e&&(e.setAttribute("contenteditable","true"),e.focus(),e.removeAttribute("contenteditable"))}},e.prototype.isSearchWithOverlay=function(){return"standardOverlay"===this.type||"standardOverlayWithDynamicSearchBox"===this.type||"customOverlay"===this.type},e.prototype.overlaySetTopSearchBox=function(){this.elemOverlaySearch.searchBox=this.helpers.addElement(document.body,"","cludo-search-form"),this.elemOverlaySearch.searchBox.style.position="absolute",this.elemOverlaySearch.searchBox.style[this.searchBoxPosition.align]=this.searchBoxPosition.x+"px",this.elemOverlaySearch.searchBox.style.top=this.searchBoxPosition.y+"px",this.elemOverlaySearch.searchBoxLabel=this.helpers.addLabelElement(this.elemOverlaySearch.searchBox,"cludo-search-form-input",this.translateProvider.translate("search_input_label")),this.elemOverlaySearch.searchBoxInput=this.helpers.addInputElement(this.elemOverlaySearch.searchBox,"searchrequest","search-input",this.initSearchBoxText,"cludo-search-form-input",this.autocompleteParamDefaultValue),this.elemOverlaySearch.searchBoxButton=this.helpers.addButtonElement(this.elemOverlaySearch.searchBox,"search-button","search-button",this.translateProvider.translate("search_button_text"))},e.prototype.overlayOpenModalWithSearch=function(){var e=this;this.isSearchResultPage=!0,"customOverlay"!==this.type&&(null===this.elemOverlaySearch.overlay&&(this.setOverlayElements(),this.setResultElements(),this.overlayAddEventsToSearchElements()),document.body.className=document.body.className+" cludo-search-modal-active",this.helpers.removeClass(this.elemOverlaySearch.overlay,"cludo-search-modal-overlay-inactive"),null!==this.elemOverlaySearch.searchBoxContentInput&&(this.elemOverlaySearch.searchBoxContentInput.value=this.params.query,window.setTimeout((function(){e.elemOverlaySearch.searchBoxContentInput.focus()}),0)))},e.prototype.setOverlayElements=function(){var e=this.getOverlayParentElement();null===this.elemOverlaySearch.overlay&&(this.elemOverlaySearch.overlay=this.helpers.addElement(e,"cludo-search-modal","cludo-search-results")),null===this.elemOverlaySearch.overlayInner&&(this.elemOverlaySearch.overlayInner=this.helpers.addElement(this.elemOverlaySearch.overlay,"","cludo-search-modal-inner"),this.elemOverlaySearch.overlayInner.setAttribute("aria-modal","true"),this.elemOverlaySearch.overlayInner.setAttribute("aria-label",this.translateProvider.translate("template_all_results")),this.elemOverlaySearch.overlayInner.setAttribute("role","dialog")),null===this.elemOverlaySearch.overlayHeader&&(this.elemOverlaySearch.overlayHeader=this.helpers.addElement(this.elemOverlaySearch.overlayInner,"cludo-search-modal-header")),null===this.elemOverlaySearch.closeButton&&(this.elemOverlaySearch.closeButton=this.helpers.addElement(this.elemOverlaySearch.overlayHeader,"","cludo-close"),this.elemOverlaySearch.closeButton.innerHTML=this.translateProvider.translate("overlay_close_div")+" ",this.elemOverlaySearch.closeButtonButton=this.helpers.addButtonElement(this.elemOverlaySearch.closeButton,"cludo-close-button","cludo-close-button",this.translateProvider.translate("overlay_close_button"),null,this.translateProvider.translate("overlay_close_button_title"))),null===this.elemOverlaySearch.searchBoxContent&&(this.elemOverlaySearch.searchBoxContent=this.helpers.addElement(this.elemOverlaySearch.overlayHeader,"",this.overlaySearchFormWrapperId),this.elemOverlaySearch.searchBoxLabel=this.helpers.addLabelElement(this.elemOverlaySearch.searchBoxContent,"cludo-search-form-content-input",this.translateProvider.translate("search_input_label")),this.elemOverlaySearch.searchBoxContentInput=this.helpers.addInputElement(this.elemOverlaySearch.searchBoxContent,"searchrequestcontent","search-input",""!==this.params.query?this.params.query:this.initSearchBoxText,"cludo-search-form-content-input",this.autocompleteParamDefaultValue),this.elemOverlaySearch.searchBoxContentButton=this.helpers.addButtonElement(this.elemOverlaySearch.searchBoxContent,"search-button","search-button",this.translateProvider.translate("search_button_text")),this.registerSearchFormElement(this.overlaySearchFormWrapperId,!1)),null===this.elemOverlaySearch.overlayBody&&(this.elemOverlaySearch.overlayBody=this.helpers.addElement(this.elemOverlaySearch.overlayInner,"cludo-search-modal-body"),this.elemOverlaySearch.overlayBody.tabIndex=-1),null!==this.elemSearchResults.resultCount||this.hideResultsCount||this.clientTemplates||this.helpers.addElement(this.elemOverlaySearch.overlayBody,"search-result-count"),null!==this.elemSearchResults.didYouMean||this.hideSearchDidYouMean||this.helpers.addElement(this.elemOverlaySearch.overlayBody,"search-did-you-mean","","complementary"),null!==this.elemSearchResults.filters||this.hideSearchFilters||(this.helpers.addElement(this.elemOverlaySearch.overlayBody,"search-filters"),this.helpers.addElement(this.elemOverlaySearch.overlayHeader,"search-filters")),null===this.elemSearchResults.relatedSearches&&this.helpers.addElement(this.elemOverlaySearch.overlayHeader,"search-related"),null===this.elemSearchResults.results&&this.helpers.addElement(this.elemOverlaySearch.overlayBody,"search-results"),this.endlessScrollSetElements(this.elemOverlaySearch.overlayBody),null===this.elemOverlaySearch.poweredByMobile&&(this.elemOverlaySearch.poweredByMobile=this.helpers.addElement(this.elemOverlaySearch.overlayBody,"cludo-poweredby-mobile"),this.elemOverlaySearch.poweredByMobile.innerHTML='<a href="https://cludo.com/?ref='+this.referalHostName+"&utm_source="+this.referalHostName+'&utm_medium=logo&utm_campaign=searchlogo" title="'+this.translateProvider.translate("poweredBy_title")+'" target="_blank" rel="noopener" id="cludo-poweredby-link-mobile">Powered by Cludo</a>'),null===this.elemOverlaySearch.overlayFooter&&(this.elemOverlaySearch.overlayFooter=this.helpers.addElement(this.elemOverlaySearch.overlayInner,"cludo-search-modal-footer")),null===this.elemOverlaySearch.poweredBy&&(this.elemOverlaySearch.poweredBy=this.helpers.addElement(this.elemOverlaySearch.overlayFooter,"cludo-poweredby"),this.elemOverlaySearch.poweredBy.innerHTML='<a href="https://cludo.com/?ref='+this.referalHostName+"&utm_source="+this.referalHostName+'&utm_medium=logo&utm_campaign=searchlogo" title="'+this.translateProvider.translate("poweredBy_title")+'" target="_blank" rel="noopener" id="cludo-poweredby-link">Powered by Cludo</a>',this.elemOverlaySearch.poweredBy.getElementsByTagName("a")[0].addEventListener("keydown",this.poweredByKeyupEvent,!0))},e.prototype.getOverlayParentElement=function(){return document.body},e.prototype.overlayAddEventsToSearchElements=function(){this.elemOverlaySearch.closeButton.addEventListener("click",this.closeButtonClickEvent,!0),this.elemOverlaySearch.closeButton.addEventListener("keydown",this.closeButtonKeyupEvent,!0),window.document.addEventListener("keydown",this.closeButtonWindowKeyupEvent,!0),this.endlessScrollElements.scrolledElement=this.elemOverlaySearch.overlayBody,this.endlessScrollElements.documentElement=this.elemOverlaySearch.overlayBody,this.endlessScrollAddScrollEvent()},e.prototype.overlaySetColorTheme=function(){var e="";if(""!==this.themeColor){var t=this.helpers.shadeColor(this.themeColor,-20);e+="                .cludo-search-modal-body a, .cludo-search-modal-header a{                    color: "+this.themeColor+";                }                #"+this.overlaySearchFormWrapperId+' input[type="search"] {                    border-top: 1px solid '+this.themeColor+";                    border-bottom: 1px solid "+this.themeColor+";                }                #cludo-search-form .search_autocomplete li:hover, .cludo-search-form .search_autocomplete li:hover,#"+this.overlaySearchFormWrapperId+" .search_autocomplete li:hover, #cludo-search-form .search_autocomplete li.active, .cludo-search-form .search_autocomplete li.active, #"+this.overlaySearchFormWrapperId+" .search_autocomplete li.active, .cludo-search_autocomplete .search_autocomplete li.active, .cludo-search_autocomplete .search_autocomplete li:hover {                    background-color: "+this.themeColor+";                }                #cludo-search-results .cludo-search-modal-header .search-filters .search-filters-mobile-button.open {                    background-color: "+this.themeColor+";                }                #cludo-search-results .search-filters ul a.active {                    background-color: "+this.themeColor+";                }                #cludo-search-results .cludo-search-modal-body .search-did-you-mean b {                    color: "+this.themeColor+";                }                #cludo-search-results .cludo-search-modal-body #cludo-load-more {                    background-color: "+this.themeColor+";                }                #cludo-search-results .cludo-search-modal-body #cludo-load-more:hover {                    background-color: "+t+";                }"}var r=""!==this.elementFocusColor?this.elementFocusColor:this.themeColor;e+="            #cludo-search-results a:focus, #cludo-search-results button:focus, #cludo-search-form button:focus, #cludo-search-form input:focus, #"+this.overlaySearchFormWrapperId+" button:focus, #"+this.overlaySearchFormWrapperId+" input:focus {                border-color: "+r+" !important;            }",this.themeBannerColor&&""!==this.themeBannerColor.backgroundColor&&(e+="                #cludo-search-results .cludo-search-modal-body .cludo-banner {                    background-color: "+this.themeBannerColor.backgroundColor+" !important;                }"),this.themeBannerColor&&""!==this.themeBannerColor.textColor&&(e+="                #cludo-search-results .cludo-search-modal-body .cludo-banner * {                    color: "+this.themeBannerColor.textColor+" !important;                }"),0!==this.borderRadius&&(e+="                .cludo-search-modal-header {                    border-radius: "+this.borderRadius+"px "+this.borderRadius+"px 0 0;                }                .cludo-search-modal-body {                    border-radius: 0 0 "+this.borderRadius+"px "+this.borderRadius+"px;                }                #cludo-search-results .search-filters ul {                    border-radius: "+this.borderRadius+"px;                }                #cludo-search-results .search-filters ul li:first-child a{                    border-radius: "+this.borderRadius+"px "+this.borderRadius+"px 0 0;                }                #cludo-search-results .search-filters ul li:last-child a{                    border-radius: 0 0 "+this.borderRadius+"px "+this.borderRadius+"px;                }                .search-results-item__inner__image img {                    border-radius: "+Math.floor(.75*this.borderRadius)+"px                }"),0!==this.borderRadiusInput&&(e+="                #cludo-search-form .search-input {                    border-radius: "+this.borderRadiusInput+"px;                }                #cludo-search-form .search-button {                    border-radius: 0 "+this.borderRadiusInput+"px "+this.borderRadiusInput+"px 0;                }"),this.helpers.addCssStyles(e)},e.prototype.overlayCloseModalWithSearch=function(){this.isSearchResultPage=!1,s.setHash(""),this.helpers.removeClass(document.body,"cludo-search-modal-active"),this.helpers.removeElement("cludo-search-results"),this.elemSearchResults={results:null,pagination:null,filters:null,didYouMean:null,resultCount:null,banner:null},this.elemOverlaySearch={closeButton:null,overlay:null,overlayInner:null,overlayHeader:null,overlayBody:null,overlayFooter:null,searchWrapper:null,searchBox:null,searchBoxInput:null,searchBoxButton:null,searchBoxContent:null,searchBoxContentInput:null,searchBoxContentButton:null,poweredBy:null,poweredByMobile:null},this.endlessScrollElements={loadMore:null,backToTop:null},this.params.query="",this.params.page=1;for(var e=0,t=this.searchInputsLength;e<t;e++){var r=this.getSearchComponentsObject(this.searchComponentsKeys[e]);if(null!=r.wrapper){var a=r.wrapper.querySelectorAll("input[type=text]")[0]||r.wrapper.querySelectorAll("input[type=search]")[0];a&&(a.value=this.initSearchBoxText)}}this.removeSearchComponentsObject(this.overlaySearchFormWrapperId)},e.prototype.closeButtonClickEvent=function(){this.overlayCloseModalWithSearch()},e.prototype.closeButtonWindowKeyupEvent=function(e){this.helpers.getKey(e)===this.helpers.ESC&&(document.getElementById("search_autocomplete")?this.autocompleteRestore():this.overlayCloseModalWithSearch())},e.prototype.closeButtonKeyupEvent=function(e){var t=this;this.helpers.getKey(e)===this.helpers.TAB&&e.shiftKey&&(this.resetFocusTimerPoweredBy=window.setTimeout((function(){document.getElementById("cludo-poweredby-link").focus(),t.resetFocusTimerPoweredBy=null}),100))},e.prototype.poweredByKeyupEvent=function(e){this.helpers.getKey(e)!==this.helpers.TAB||e.shiftKey||(document.getElementById("cludo-close-button").focus(),e.preventDefault())},e.prototype.endlessScrollSetElements=function(e){null===this.endlessScrollElements.loadMore&&(document.getElementById("cludo-load-more")?(this.endlessScrollElements.loadMore=document.getElementById("cludo-load-more"),this.endlessScrollElements.loadMoreButton=this.endlessScrollElements.loadMore.getElementsByTagName("button")[0]):(this.endlessScrollElements.loadMore=this.helpers.addElement(e,"cludo-hidden","cludo-load-more"),this.endlessScrollElements.loadMoreButton=this.helpers.addButtonElement(this.endlessScrollElements.loadMore,"",null,this.translateProvider.translate("load_more"))),this.endlessScrollElements.loadMore.addEventListener("click",this.endlessScrollLoadMoreClickEvent,!0)),null===this.endlessScrollElements.backToTop&&(document.getElementById("cludo-back-to-top")?(this.endlessScrollElements.backToTop=document.getElementById("cludo-back-to-top"),this.endlessScrollElements.backToTopButton=this.endlessScrollElements.backToTop.getElementsByTagName("button")[0]):(this.endlessScrollElements.backToTop=this.helpers.addElement(e,"cludo-opacity0","cludo-back-to-top"),this.endlessScrollElements.backToTopButton=this.helpers.addButtonElement(this.endlessScrollElements.backToTop,"",null,this.translateProvider.translate("backToTop"))),this.endlessScrollElements.backToTop.addEventListener("click",this.endlessScrollBackToTopClickEvent,!0),this.endlessScrollElements.backToTop.addEventListener("keyup",this.endlessScrollBackToTopKeyupEvent,!0))},e.prototype.endlessScrollAddScrollEvent=function(){var e=this;this.endlessScrollElements.scrolledElement.addEventListener("scroll",(function(){e.endlessScrollScrollEvent()}))},e.prototype.endlessScrollLoadMoreClickEvent=function(){this.searchEventTriggerQueue.push("paginationNext"),this.page("next",!1)},e.prototype.endlessScrollBackToTopClickEvent=function(){this.endlessScrollElements.documentElement&&(this.isOverlaySearch?this.endlessScrollElements.documentElement.scrollTop=0:(document.documentElement.scrollTop=0,document.body.scrollTop=0),this.endlessScrollElements.documentElement.scrollTop=0,this.helpers.removeClass(this.endlessScrollElements.backToTop,"cludo-opacity1"),this.helpers.addClass(this.endlessScrollElements.backToTop,"cludo-opacity0"))},e.prototype.endlessScrollBackToTopKeyupEvent=function(e){this.helpers.getKey(e)===this.helpers.ENTER&&this.elemSearchResults.results.getElementsByTagName("ul")[0].children[0].getElementsByTagName("a")[0].focus()},e.prototype.endlessScrollScrollEvent=function(){var e=this.endlessScrollElements.scrolledElement instanceof Window?this.endlessScrollElements.scrolledElement.scrollY:this.endlessScrollElements.documentElement.scrollTop,t=this.endlessScrollElements.documentElement.scrollHeight-(window.innerHeight||document.documentElement.clientHeight)-this.endlessScroll.bottomOffset;t<=e&&0!=t&&0!=e&&!this.isLazyLoading&&this.params.page<this.endlessScroll.stopAfterPage&&this.totalDocuments>this.endlessScroll.resultsPerPage&&this.params.page<Math.ceil(this.totalDocuments/this.endlessScroll.resultsPerPage)&&(this.params.page++,this.searchEventTriggerQueue.push("paginationNext"),this.doSearch()),e<=100&&(this.helpers.removeClass(this.endlessScrollElements.backToTop,"cludo-opacity1"),this.helpers.addClass(this.endlessScrollElements.backToTop,"cludo-opacity0")),e>100&&(this.helpers.removeClass(this.endlessScrollElements.backToTop,"cludo-opacity0"),this.helpers.addClass(this.endlessScrollElements.backToTop,"cludo-opacity1"))},e.prototype.track=function(e){var t=this;void 0!==e&&console.warn("Warning: totalDocuments parameter for track method will be ignored");var r=this._buildQueryLogObject();this.pushQueryLog(r,(function(){t.clearSearchMetadata(),t._handlePendingAcClick()}))},e.prototype.trackQuery=function(e){var t=this.analyticsIntegrationCommunicator.processQueryEvents(e);return Promise.all(t)},e.prototype.trackClick=function(e){var t=this.analyticsIntegrationCommunicator.processClickEvents(e);return Promise.all(t)},e.prototype.trackRelatedSearches=function(e){var t=this.analyticsIntegrationCommunicator.processRelatedSearchEvents(e);return Promise.all(t)},e.prototype.trackChatClick=function(e){this.updateIsTrackedSession();var t=this.analyticsIntegrationCommunicator.processChatClickEvents(e);return Promise.all(t)},e.prototype.limitSearch=function(e,t){for(var r in this.triggeringElelm=e,t)this.predefinedFacetKey=r,this.predefinedFacetValue=t[r][0];void 0!==this.triggeringElelm&&null!==this.triggeringElelm&&this.triggeringElelm.checked?this.initFacets=t:this.initFacets=null,window.addEventListener("hashchange",this.limitSearchOnHashchange,!0),window.addEventListener("load",this.limitSearchOnload,!0)},e.prototype.limitSearchOnload=function(){var e=this.helpers.getURLParam(this.getQueryParameterVariableName(this.predefinedFacetKey));void 0!==e&&""!==e&&e===this.predefinedFacetValue&&(this.triggeringElelm.checked=!0)},e.prototype.limitSearchOnHashchange=function(){var e=this.helpers.getURLParam(this.getQueryParameterVariableName(this.predefinedFacetKey));void 0!==e&&""!==e&&e!==this.predefinedFacetValue&&(this.triggeringElelm.checked=!1,this.initFacets=null)},e.prototype.toggleMobileNavigation=function(e){var t=e.parentElement.getElementsByTagName("ul")[0];if(e.getAttribute("aria-expanded")){var r="true"===e.getAttribute("aria-expanded");window.setTimeout((function(){e.setAttribute("aria-expanded",(!r).toString())}),0)}"none"!==t.style.display&&""!==t.style.display?(t.style.display="none",this.helpers.removeClass(e,"open")):(t.style.display="block",this.helpers.addClass(e,"open"))},e.prototype.toggleDropdown=function(e){var t=document.getElementById(e);"none"!==t.style.display&&""!==t.style.display?(t.style.display="none",this.helpers.removeClass(t,"open")):(t.style.display="block",this.helpers.addClass(t,"open"))},e.prototype.pushClickLog=function(e,t){return ee(this,void 0,void 0,(function(){return te(this,(function(r){switch(r.label){case 0:return[4,this.trackClick(e)];case 1:return r.sent(),t&&t(),[2]}}))}))},e.prototype.pushQueryLog=function(e,t){return ee(this,void 0,void 0,(function(){return te(this,(function(r){switch(r.label){case 0:return[4,this.trackQuery(e)];case 1:return r.sent(),t&&t(),[2]}}))}))},e.prototype.pushRelatedSearchesLog=function(e,t){return ee(this,void 0,void 0,(function(){return te(this,(function(r){switch(r.label){case 0:return[4,this.trackRelatedSearches(e)];case 1:return r.sent(),t&&t(),[2]}}))}))},e.prototype.trackRelatedSearchClickEventHandler=function(){var e=this._buildRelatedSearchesLogObject();this.pushRelatedSearchesLog(e)},e.prototype.trackClickEventHandler=function(e,t){var r=this;void 0===t&&(t=!1),t=t||!1,this.clickStat={index:e.getAttribute("data-cludo-index"),url:e.getAttribute("data-cludo-url")||e.href,title:e.getAttribute("data-cludo-title")||e.title,page:e.getAttribute("data-cludo-page"),logSource:e.getAttribute("data-cludo-result"),objectId:e.getAttribute("data-cludo-object-id")};var s=this._buildClickLogObject(this.clickStat);this.prepareNewWindow(e,t),this.pushClickLog(s,(function(){r.goToClickedResult(e,t)}))},e.prototype.trackClickEventHandlerForRichAutocompleteLink=function(e){this.clickStat={index:e.getAttribute("data-cludo-index"),url:e.getAttribute("data-cludo-url")||e.href,title:e.getAttribute("data-cludo-title")||e.title,page:"1"}},e.prototype.prepareNewWindow=function(e,t){var r=e.getAttribute("target");this.newWindow=null,("_blank"===r||t)&&(this.newWindow=window.open("","_blank"))},e.prototype.goToClickedResult=function(e,t){var r=this.clickStat.url,a=e.attributes.getNamedItem("href");a&&(r=a.value,this.linkFragment&&(r=r.split("#:~:text=")[0],r+="#:~:text="+this.linkFragment)),this.newWindow||t?this.newWindow.location.href=r:s.setHref(r)},e.prototype.getSessionId=function(){return this.updateIsTrackedSession(),this.isPersistentTrackingAllowed()?this.getSessionIdFromStorage():(this.localSessionId||(this.localSessionId=this.generateUUID()),this.localSessionId)},e.prototype.getSessionIdFromStorage=function(){var e=this.storageService.getItem(t.SessionId)||{sessionId:null,sessionStart:null},r=e.sessionId,s=e.sessionStart;return!r||this.sessionExpired(s)?e={sessionId:this.generateUUID(),sessionStart:(new Date).toString()}:e.sessionStart=(new Date).toString(),this.storageService.setItem(t.SessionId,e),e.sessionId},e.prototype.getRecentSearchesFromStorage=function(){return this.storageService.getItem(t.RecentSearches)||[]},e.prototype.storeRecentSearches=function(){this.storageService.setItem(t.RecentSearches,this.recentSearches)},e.prototype.clearRecentSearches=function(){this.recentSearches=[],this.storedRecentSearchesClient=[],this.storeRecentSearches(),this.clientTemplates&&this.clientTemplatesComponentController.processEvent("afterautocomplete")},e.prototype.storeConversations=function(e){this.conversationService.storeConversations(e)},e.prototype.getConversations=function(){return this.conversationService.getConversationsFromStorage()},e.prototype.getTrendingPages=function(e,t,r){var s={daysBack:e,limit:t,timezone:r},a={isIntranet:this.intranetSearch,authorizationKey:_.getAuthorizationKey(this.customerId,this.engineId,"SearchKey"),contentType:"application/json"};return this.trendingPagesService.getTrendingPages(this.customerId,this.engineId,s,a)},e.prototype.getPopularPages=function(e,t,r){var s={daysBack:e,limit:t,timezone:r},a={isIntranet:this.intranetSearch,authorizationKey:_.getAuthorizationKey(this.customerId,this.engineId,"SearchKey"),contentType:"application/json"};return this.trendingPagesService.getPopularPages(this.customerId,this.engineId,s,a)},e.prototype.sessionExpired=function(e){return!e||Math.abs((new Date).getTime()-Date.parse(e))>this.sessionExpiration},e.prototype.generateUUID=function(){var e=(new Date).getTime();return window.performance&&"function"==typeof window.performance.now&&(e+=performance.now()),"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,(function(t){var r=(e+16*Math.random())%16|0;return e=Math.floor(e/16),("x"==t?r:3&r|8).toString(16)}))},e.prototype.isPersistentTrackingAllowed=function(){return!this.websiteSettings.optOutCookieTracking&&this._getIsTrackedSession()},e.prototype.enableTrackingForUser=function(){this.storageService.enableTrackingForUser()},e.prototype.disableTrackingForUser=function(){this.storageService.disableTrackingForUser()},e.prototype.queryIsNullOrEmpty=function(){return!this.params||!this.params.query||""===this.params.query||this.params.query.replace(/\s/g,"").length<=0},e.prototype.populateTraitsForRequest=function(){this.params.traits=this.getTraitsFromStorage()},e.prototype.getTraitsFromStorage=function(){var e=this.storageService.getItem(t.Traits);if(!e)return[];try{if(!Array.isArray(e))throw"Corrupt data detected in persisted traits";return e}catch(e){return[]}},e.prototype.getDeviceType=function(){var e=this._getUserAgent();return/(tablet|ipad|playbook|silk)|(android(?!.*mobi))/i.test(e)&&!/(Tablet PC 2.0)/i.test(e)?"tablet":/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|Silk-Accelerated|(hpw|web)OS|Opera M(obi|ini)/.test(e)?"mobile":"desktop"},e.prototype._handleQuickLinks=function(){var e=this;return!window.quickLinkHandled&&this.hasQuicklink()?(window.quickLinkHandled=!0,this.pushQueryLog(this._buildQueryLogObjectForQuickLink(),(function(){e.redirectToUrl(e.quicklink.url),e.quicklink.url.indexOf(e.getQueryParameterVariableName("query"))>-1&&e.isSearchResultPage&&!e.isOverlaySearch&&location.reload()})),!0):(window.quickLinkHandled=!1,!1)},e.prototype._buildClickLogObject=function(e){this.updateIsTrackedSession();var t={sz:this._getScreenResolution(),ua:this._getUserAgent(),refurl:this._getReferralUrl(),refpt:this._getReferralPageTitle(),sw:this._getSearchWord(),brl:this._getBrowserLanguage(),pn:e.page?e.page:"1",hn:this._getHostName(),enid:this._getEngineId(),clurl:e.url,cli:e.index,title:e.title,qid:this._getQueryId(),sid:this.getSessionId(),qsid:this.querySessionId,ts:this.isPersistentTrackingAllowed(),dt:this._getDeviceType(),it:this._getInputType(),trts:this._getTraits(),sf:this._getSelectedFacets(),ps:this._getResultsPerPage(),a:this._getTimestamp()};return e.logSource&&(t.ls=e.logSource),e.objectId&&(t.cloi=e.objectId),t},e.prototype._buildQueryLogObject=function(){this.updateIsTrackedSession();var e={sz:this._getScreenResolution(),ua:this._getUserAgent(),refurl:this._getReferralUrl(),refpt:this._getReferralPageTitle(),sw:this._getSearchWord(),swr:this._getSearchWordRaw(),brl:this._getBrowserLanguage(),pn:this._getPageNumber(),hn:this._getHostName(),rc:this._getResultCount(),enid:this._getEngineId(),fquery:this._getFixedQuery(),ban:this._getBannersCount(),rt:this._getResponseTime(),ql:this._getQuicklink(),qid:this._getQueryId(),sid:this.getSessionId(),qsid:this.querySessionId,ts:this.isPersistentTrackingAllowed(),dt:this._getDeviceType(),it:this._getInputType(),trts:this._getTraits(),sf:this._getSelectedFacets(),ety:this._getSearchEventType(),etr:this._getSearchEventTrigger(),ps:this._getResultsPerPage(),a:this._getTimestamp()};return this._getBannersId&&(e.bnrs=this._getBannersId()),e},e.prototype._buildRelatedSearchesLogObject=function(){return this.updateIsTrackedSession(),{sz:this._getScreenResolution(),ua:this._getUserAgent(),refurl:this._getReferralUrl(),refpt:this._getReferralPageTitle(),sw:this._getSearchWord(),brl:this._getBrowserLanguage(),hn:this._getHostName(),enid:this._getEngineId(),qid:this._getQueryId(),sid:this.getSessionId(),qsid:this.querySessionId,ts:this.isPersistentTrackingAllowed(),dt:this._getDeviceType(),it:this._getInputType(),trts:this._getTraits(),pn:this._getPageNumber(),ps:this._getResultsPerPage(),a:this._getTimestamp(),sf:this._getSelectedFacets()}},e.prototype._buildQueryLogObjectForQuickLink=function(){var e=this._buildQueryLogObject();return e.sw=this.quicklink.matchQuery||this.params.query,e.refurl=this._getCurrentUrl(),e.refpt=document.title,e.page=this.params.page,e.ql=this.quicklink.id,e},e.prototype._buildClickLogObjectForRichAutocompleteLink=function(){var e=this._buildClickLogObject(this.clickStat);return e.ls=this._getLogSource(),e.sw=this.params.query,e.refurl=this._getCurrentUrl(),e.refpt=document.title,e},e.prototype._getCurrentUrl=function(){return s.getProtocol()+"//"+s.getHostname()+s.getPathname()},e.prototype._buildQueryLogParameters=function(e){var t=this._buildQueryLogObject();return _.buildUrl(e,t)},e.prototype._buildPushStatQuery=function(e,t){return _.buildUrl(e,t)},e.prototype._getResultCount=function(){return this.totalDocuments},e.prototype._getResultsPerPage=function(){return this.params.perPage},e.prototype._getScreenResolution=function(){return screen.width+"x"+screen.height},e.prototype._getUserAgent=function(){return navigator.userAgent},e.prototype._getReferralUrl=function(){return this.helpers.getURLParam(this.getQueryParameterVariableName("refurl"))},e.prototype._getReferralPageTitle=function(){return this.helpers.getURLParam(this.getQueryParameterVariableName("refpt"))},e.prototype._getReferralAcTitle=function(){return this.helpers.getURLParam(this._getReferralAcTitleKey())},e.prototype._getReferralAcIndex=function(){var e=this.helpers.getURLParam(this._getReferralAcIndexKey());return e?parseInt(e):null},e.prototype._getReferralAcTitleKey=function(){return this.getQueryParameterVariableName("refact")},e.prototype._getReferralAcIndexKey=function(){return this.getQueryParameterVariableName("refaci")},e.prototype._getSearchWord=function(){return this.getQueryFromUrl()},e.prototype._getSearchWordRaw=function(){return!this.searchInputsLength&&this.headlessSearch?this.params.query:this._getSearchWordFromInputs()},e.prototype._getSearchWordFromInputs=function(){for(var e="",t=0,r=this.searchInputsLength;t<r;t++){var s=this.getSearchComponentsObject(this.searchComponentsKeys[t]);s.searchBoxInput&&(t>0&&(e+="|"),e+=this.helpers.stripHtmlTags(s.searchBoxInput.value))}return e},e.prototype._getCookieId=function(){},e.prototype._getBrowserLanguage=function(){return window.navigator.language},e.prototype._getPageNumber=function(){return this.helpers.getURLParam(this.getQueryParameterVariableName("page"))},e.prototype._getHostName=function(){return s.getHostname()},e.prototype._getEngineId=function(){return this.engineId},e.prototype._getFixedQuery=function(){return this.fixedQuery},e.prototype._getResponseTime=function(){return this.responseTime},e.prototype._getQuicklink=function(){return this.helpers.getURLParam(this.getQueryParameterVariableName("ql"))},e.prototype._getLogSource=function(){return"richautocomplete"},e.prototype._getTimestamp=function(){return(new Date).getTime()},e.prototype._getBannersCount=function(){return void 0===this.banners||null===this.banners?0:this.banners.length},e.prototype._getBannersId=function(){if(void 0===this.banners||null===this.banners)return[];for(var e=[],t=0;t<this.banners.length;t++)e.push(this.banners[t].Id);return e},e.prototype._getQueryId=function(){return this.queryId},e.prototype._getIsTrackedSession=function(){return 0!==this.isTrackedSession},e.prototype._getDeviceType=function(){return this.deviceType},e.prototype._getInputType=function(){return this.inputType},e.prototype._getSelectedFacets=function(){var e=this.params.facets,t=this.params.filters,r={};a.mergeOptions(r,e),a.mergeOptions(r,t);var s=this.initFacets;for(var o in s)void 0!==r[o]&&delete r[o];return r},e.prototype._getTraits=function(){var e=this.getTraitsFromStorage();return e.length?e.join(","):null},e.prototype._getSearchEventType=function(){return this.searchEventType},e.prototype._getSearchEventTrigger=function(){return this.searchEventTriggerQueue.shift()},e.prototype.initSearchMetadata=function(){var e=[];performance&&performance.getEntriesByType&&(e=performance.getEntriesByType("navigation"));var t=e.length&&"back_forward"===e[0].type?"backButtonAfterResultClick":"searchBar";this.searchEventTriggerQueue=[t],this.searchEventType="backButtonAfterResultClick"===t?"secondarySearch":"initialSearch"},e.prototype.clearSearchMetadata=function(){this.searchEventType="secondarySearch"},e.prototype._handlePendingAcClick=function(){if(this.pendingAcTitle){var e=this.pendingAcTitle,t={index:this.pendingAcIndex>0?this.pendingAcIndex:1,url:"",title:this._getSearchWord(),page:1,logSource:"suggestion"},r=this._buildClickLogObject(t);r.ls="suggestion",r.sw=e,delete r.clurl,this.pushClickLog.apply(this,[r,function(){}]),this.pendingAcTitle=null,this.pendingAcIndex=null}},e.prototype._insertTrackingImage=function(){var e=this._buildQueryLogParameters(this.searchApiUrl.substr(0,this.searchApiUrl.indexOf("/",8))+"/__utm.gif"),t=document.createElement("img");t.setAttribute("src",e),t.style.display="none",document.body.appendChild(t)},e.prototype._isStringMatch=function(e,t){return(e=e?e.toUpperCase():"")==(t=t?t.toUpperCase():"")||!!(t.indexOf("*")>=0&&e.match(this._wildcardToRegex(t)))},e.prototype._wildcardToRegex=function(e){return a.wildcardToRegex(e)},e}();window.Cludo=se}();