var WPRecipeMaker;!function(){var e={26262:function(e,t,r){"use strict";r(22980),r(38472),r(54883),r(68995);var n,i=r(5831);window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.conversion={init(){document.addEventListener("click",(function(e){e.target.matches(".wprm-unit-conversion")&&(e.preventDefault(),WPRecipeMaker.conversion.clickSystem(e.target))}),!1),document.addEventListener("change",(function(e){e.target.matches(".wprm-unit-conversion-dropdown")&&WPRecipeMaker.conversion.changeDropdown(e.target)}),!1),document.addEventListener("wprm-recipe-change",(e=>{"unitSystem"===e.detail.type&&window.WPRecipeMaker.manager.getRecipe(e.detail.id).then((e=>{e&&(WPRecipeMaker.conversion.updateSelectors(e),WPRecipeMaker.conversion.updateTemperatures(e),wprmp_public.settings.unit_conversion_enabled&&wprmp_public.settings.unit_conversion_remember&&localStorage.setItem("wprm-unit-system",e.data.currentSystem))}))})),setTimeout((()=>{WPRecipeMaker.conversion.setPreferedUnitSystem()}),100)},setPreferedUnitSystem(){wprmp_public.settings.unit_conversion_enabled&&wprmp_public.settings.unit_conversion_remember&&function(){var e=localStorage.getItem("wprm-unit-system");if(e&&(e=parseInt(e),!isNaN(e)&&0{t&&t.data.currentSystem!==e&&t.setUnitSystem(e)}))}}()},clickSystem(e){var t=e.dataset.recipe,r=parseInt(e.dataset.system);e.classList.contains("wprmpuc-active")||(window.WPRecipeMaker.hasOwnProperty("analytics")&&window.WPRecipeMaker.analytics.registerActionOnce(t,wprm_public.post_id,"unit-conversion",{type:"link"}),this.setSystem(t,r))},changeDropdown(e){var t=e.dataset.recipe,r=parseInt(e.value);window.WPRecipeMaker.hasOwnProperty("analytics")&&window.WPRecipeMaker.analytics.registerActionOnce(t,wprm_public.post_id,"unit-conversion",{type:"dropdown"}),this.setSystem(t,r)},setSystem(e,t){window.WPRecipeMaker.manager.getRecipe(e).then((e=>{e&&e.setUnitSystem(t)}))},updateSelectors(e){var t=document.querySelectorAll(".wprm-unit-conversion-container-"+e.id);for(var r of t){var n=r.querySelector(".wprm-unit-conversion-dropdown");if(n)n.value=e.data.currentSystem;else{var i=r.querySelectorAll(".wprm-unit-conversion");for(var o of i){var a=parseInt(o.dataset.system);e.data.currentSystem===a?o.classList.add("wprmpuc-active"):o.classList.remove("wprmpuc-active")}}}},updateTemperatures(e){if("change"===wprmp_public.settings.unit_conversion_temperature){var t=wprmp_public.settings["unit_conversion_system_".concat(e.data.currentSystem,"_temperature")],r=document.querySelectorAll("#wprm-recipe-container-".concat(e.id,", .wprm-recipe-roundup-item-").concat(e.id,", .wprm-print-recipe-").concat(e.id,", .wprm-recipe-").concat(e.id,"-instructions-container"));for(var n of r){var o=n.querySelectorAll(".wprm-temperature-container");for(var a of o){var s=WPRecipeMaker.temperature.getData(a);if((a.dataset.hasOwnProperty("currentUnit")?a.dataset.currentUnit:s.unit)!==t){var c=void 0;if(t===s.unit)c=s.value;else{var u=(0,i.L)(s.value);c="C"===t?5*(u-32)/9:9*u/5+32,c=(0,i.o)(c,0)}a.querySelector(".wprm-temperature-value").innerHTML=c,a.querySelector(".wprm-temperature-unit").innerHTML=" °".concat(t),a.dataset.currentUnit=t}}}}}},n=()=>{window.WPRecipeMaker.conversion.init()},"loading"!=document.readyState?n():document.addEventListener("DOMContentLoaded",n)},22980:function(e,t,r){"use strict";r(54883),r(68995),r(193),r(35054);var n,i=r(1001),o=(r(79608),r(5831));window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.advancedServings={load(){document.addEventListener("wprm-recipe-change",(e=>{"servings"===e.detail.type&&window.WPRecipeMaker.manager.getRecipe(e.detail.id).then((e=>{e&&WPRecipeMaker.advancedServings.adjustedServingsDirectly(e)})),"advancedServings"===e.detail.type&&window.WPRecipeMaker.manager.getRecipe(e.detail.id).then((e=>{e&&WPRecipeMaker.advancedServings.updateAdvancedServingsDisplay(e)})),"unitSystem"===e.detail.type&&window.WPRecipeMaker.manager.getRecipe(e.detail.id).then((e=>{e&&WPRecipeMaker.advancedServings.updateUnitOnUnitSystemChange(e)}))})),window.WPRecipeMaker.advancedServings.init()},init(){if(!document.querySelector("body").classList.contains("wprm-print")){var e=document.querySelectorAll("span.wprm-recipe-advanced-servings-input");for(var t of e){var r=document.createElement("a");r.innerHTML=t.innerHTML,r.setAttribute("href","#"),r.setAttribute("role","button");var n=[...t.attributes].reduce(((e,t)=>(e[t.name]=t.value,e)),{});for(var o of Object.keys(n))r.setAttribute(o,n[o]);t.parentNode.replaceChild(r,t),r.onclick=e=>{e.preventDefault(),WPRecipeMaker.advancedServings.onClickInput(e.target)},n.hasOwnProperty("aria-label")&&(0,i.ZP)(r,{theme:"wprm",content:n["aria-label"]})}}},onClickInput(e){e.classList.contains("wprm-recipe-advanced-servings-input-shape")?WPRecipeMaker.advancedServings.toggleShape(e):e.classList.contains("wprm-recipe-advanced-servings-input-unit")?WPRecipeMaker.advancedServings.toggleUnit(e):WPRecipeMaker.advancedServings.changeNumber(e)},changeNumber(e){WPRecipeMaker.advancedServings.getRecipeFromElem(e).then((t=>{if(t){var r=e.getAttribute("aria-label"),n=e.innerText,i=prompt("".concat(r,":"),n);if(i){var o=WPRecipeMaker.advancedServings.parse(i);if(o&&0{if(e){var t="round"===e.data.currentAdvancedServings.shape?"rectangle":"round";e.setAdvancedServings({shape:t})}}))},toggleUnit(e){WPRecipeMaker.advancedServings.getRecipeFromElem(e).then((e=>{if(e){var t="cm"===e.data.currentAdvancedServings.unit?"inch":"cm";e.setAdvancedServings({unit:t})}}))},adjustedServingsDirectly(e){var t=WPRecipeMaker.advancedServings.getServingsFromAdvancedServings(e),r=e.data.currentServingsParsed;r!==t&&(r===e.data.originalServingsParsed?e.setAdvancedServings(e.data.originalAdvancedServings):e.setAdvancedServings({diameter:"?",width:"?",length:"?"}))},getRecipeFromElem(e){for(var t=!1,r=e.parentNode;r&&r!=document;r=r.parentNode)if(r.matches(".wprm-recipe-advanced-servings-container")){t=r;break}return t?window.WPRecipeMaker.manager.getRecipe(t.dataset.recipe):Promise.resolve(!1)},updateUnitOnUnitSystemChange(e){if(wprmp_public.settings.unit_conversion_advanced_servings_conversion){var t=wprmp_public.settings["unit_conversion_system_".concat(e.data.currentSystem,"_length_unit")];t!==e.data.currentAdvancedServings.unit&&e.setAdvancedServings({unit:t})}},updateAdvancedServingsDisplay(e){var t=document.querySelectorAll(".wprm-recipe-advanced-servings-".concat(e.id,"-container")),r=e.data.currentAdvancedServings;for(var n of t){var i=n.querySelector(".wprm-recipe-advanced-servings-input-shape");i.innerHTML=i.dataset["shape".concat(r.shape[0].toUpperCase()+r.shape.slice(1))],"round"===r.shape?(n.querySelector(".wprm-recipe-advanced-servings-round").style.display="",n.querySelector(".wprm-recipe-advanced-servings-rectangle").style.display="none"):(n.querySelector(".wprm-recipe-advanced-servings-rectangle").style.display="",n.querySelector(".wprm-recipe-advanced-servings-round").style.display="none");var o=n.querySelectorAll(".wprm-recipe-advanced-servings-input-unit");for(var a of o)a.innerHTML=a.dataset["unit".concat(r.unit[0].toUpperCase()+r.unit.slice(1))];n.querySelector(".wprm-recipe-advanced-servings-input-diameter").innerHTML=WPRecipeMaker.advancedServings.format(r.diameter),n.querySelector(".wprm-recipe-advanced-servings-input-width").innerHTML=WPRecipeMaker.advancedServings.format(r.width),n.querySelector(".wprm-recipe-advanced-servings-input-length").innerHTML=WPRecipeMaker.advancedServings.format(r.length),r.height&&(n.querySelector(".wprm-recipe-advanced-servings-input-height").innerHTML=WPRecipeMaker.advancedServings.format(r.height))}var s=WPRecipeMaker.advancedServings.getServingsFromAdvancedServings(e);s&&e.setServings(s)},getServingsFromAdvancedServings(e){if(e){var t=e.data.currentAdvancedServings,r=e.data.originalAdvancedServings;if("?"===t.height)return!1;if("round"===t.shape){if("?"===t.diameter)return!1}else if("?"===t.width||"?"===t.length)return!1;var n=0{window.WPRecipeMaker.advancedServings.load()},"loading"!=document.readyState?n():document.addEventListener("DOMContentLoaded",n),window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.checkboxes={initModern:()=>{document.addEventListener("change",(function(e){for(var t=e.target;t&&t!=this;t=t.parentNode)if(t.matches(".wprm-checkbox")){window.WPRecipeMaker.checkboxes.toggle(t,e);break}}),!1)},toggle:(e,t)=>{t.preventDefault();for(var r=e.parentNode;r&&r!=document;r=r.parentNode)if(r.matches("li")){r.classList.toggle("wprm-checkbox-is-checked");break}},initLegacy:()=>{var e="";e="checkbox"==wprmp_public.settings.template_ingredient_list_style&&"checkbox"==wprmp_public.settings.template_instruction_list_style?"li.wprm-recipe-ingredient, li.wprm-recipe-instruction":"checkbox"==wprmp_public.settings.template_ingredient_list_style?"li.wprm-recipe-ingredient":"li.wprm-recipe-instruction";var t=document.querySelectorAll(e);for(var r of t){r.classList.add("wprm-list-checkbox-container");var n=document.createElement("span");n.classList.add("wprm-list-checkbox"),r.insertBefore(n,r.firstChild)}document.addEventListener("click",(function(e){for(var t=e.target;t&&t!=this;t=t.parentNode)if(t.matches(".wprm-list-checkbox")){window.WPRecipeMaker.checkboxes.click(t,e);break}}),!1)},click:(e,t)=>{t.preventDefault();for(var r=e.parentNode;r&&r!=document;r=r.parentNode)if(r.matches(".wprm-list-checkbox-container")){e.classList.toggle("wprm-list-checkbox-checked"),r.classList.toggle("wprm-list-checkbox-checked");break}}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{"legacy"!==wprmp_public.settings.recipe_template_mode||"checkbox"!=wprmp_public.settings.template_ingredient_list_style&&"checkbox"!=wprmp_public.settings.template_instruction_list_style||window.WPRecipeMaker.checkboxes.initLegacy(),"modern"===wprmp_public.settings.recipe_template_mode&&window.WPRecipeMaker.checkboxes.initModern()}));r(39275),r(22321),r(29897),r(75668),r(72975),r(33290);function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t{"servings"!==e.detail.type&&"unitSystem"!==e.detail.type||window.WPRecipeMaker.manager.getRecipe(e.detail.id).then((e=>{e&&WPRecipeMaker.managerPremiumIngredients.updateIngredientsDisplay(e)}))}))},getCurrentIngredients(e){e.data.hasOwnProperty("ingredientsElements")||window.WPRecipeMaker.managerPremiumIngredients.findIngredientsElements(e);for(var t=[],r=e.data.currentServingsParsed===e.data.originalServingsParsed&&e.data.currentSystem===e.data.originalSystem,n=0;n1&&void 0!==arguments[1])||arguments[1];return(0,o.o)(e,wprmp_public.settings.adjustable_servings_round_to_decimals,t)}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.managerPremiumIngredients.load()}));r(38472),r(18183),r(19985),r(38974);function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function l(e){for(var t=1;tl(l({},t),{},{data:l({},t.data),addRating:t=>(window.WPRecipeMaker.hasOwnProperty("analytics")&&window.WPRecipeMaker.analytics.registerAction(e,wprm_public.post_id,"user-rating",{rating:t.rating}),window.WPRecipeMaker.userRating.addRatingForRecipe(t,e).then((t=>!1!==t&&(window.WPRecipeMaker.manager.changeRecipeData(e,{rating:t}),window.WPRecipeMaker.manager.triggerChangeEvent(e,"rating"),!0)))),setServings:function(r){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=(0,o.L)(r),a=(0,o.o)(i,wprmp_public.settings.adjustable_servings_round_to_decimals,!1),s=i/t.data.originalServingsParsed;window.WPRecipeMaker.manager.changeRecipeData(e,{currentServings:r,currentServingsParsed:i,currentServingsFormatted:a,currentServingsMultiplier:s,overrideContainerId:n}),window.WPRecipeMaker.manager.triggerChangeEvent(e,"servings")},setAdvancedServings:t=>{window.WPRecipeMaker.manager.getRecipe(e).then((r=>{if(t.hasOwnProperty("unit")&&t.unit!==r.data.currentAdvancedServings.unit){var n="cm"===t.unit?2.54:1/2.54;"?"!==r.data.currentAdvancedServings.diameter&&(t.diameter=Math.round(r.data.currentAdvancedServings.diameter*n)),"?"!==r.data.currentAdvancedServings.width&&(t.width=Math.round(r.data.currentAdvancedServings.width*n)),"?"!==r.data.currentAdvancedServings.length&&(t.length=Math.round(r.data.currentAdvancedServings.length*n)),"?"!==r.data.currentAdvancedServings.height&&(t.height=Math.round(r.data.currentAdvancedServings.height*n))}window.WPRecipeMaker.manager.changeRecipeData(e,{currentAdvancedServings:l(l({},r.data.currentAdvancedServings),t)}),window.WPRecipeMaker.manager.triggerChangeEvent(e,"advancedServings")}))},setUnitSystem:r=>{r=parseInt(r),t.data.unitSystems.includes(r)&&(window.WPRecipeMaker.manager.changeRecipeData(e,{currentSystem:r}),window.WPRecipeMaker.manager.triggerChangeEvent(e,"unitSystem"))}})},window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.preventSleep={wakeLockApi:!1,wakeLock:!1,init(){if("wakeLock"in navigator&&"request"in navigator.wakeLock&&(this.wakeLockApi=navigator.wakeLock),this.wakeLockApi){var e=document.querySelectorAll(".wprm-prevent-sleep");if(0{e.wakeLock=!1,e.setCheckboxesState(!1)})),e.setCheckboxesState(!0)}catch(t){e.setCheckboxesState(!1)}}))()},unlock(){this.wakeLock&&(this.wakeLock.release(),this.wakeLock=!1),this.setCheckboxesState(!1)}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.preventSleep.init()})),window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.privateNotes={load:()=>{document.addEventListener("click",(function(e){for(var t=e.target;t&&t!=this;t=t.parentNode)if(t.matches(".wprm-private-notes-container:not(.wprm-private-notes-container-disabled)")){window.WPRecipeMaker.privateNotes.click(t,e);break}}),!1),window.WPRecipeMaker.privateNotes.init()},init:()=>{var e=document.querySelectorAll(".wprm-private-notes-container");for(var t of e)window.WPRecipeMaker.privateNotes.showNotes(t)},currentlyEditing:!1,click:(e,t)=>{t.preventDefault(),window.WPRecipeMaker.privateNotes.startEditing(e)},startEditing:e=>{if(parseInt(e.dataset.recipe)&&!window.WPRecipeMaker.privateNotes.currentlyEditing){window.WPRecipeMaker.privateNotes.currentlyEditing=!0,e.classList.add("wprm-private-notes-editing");var t=e.querySelector("textarea"),r=t.scrollHeight<100?100:t.scrollHeight;t.style.height=r+"px",window.onbeforeunload=()=>{window.WPRecipeMaker.privateNotes.stopEditing(e)},t.addEventListener("blur",(()=>{window.WPRecipeMaker.privateNotes.stopEditing(e)}),!1),t.addEventListener("input",(()=>{var e=t.scrollHeight<100?100:t.scrollHeight;t.style.height=e+"px"}),!1),t.focus(),t.setSelectionRange(t.value.length,t.value.length)}},stopEditing:e=>{window.WPRecipeMaker.privateNotes.currentlyEditing=!1;var t=e.querySelector("textarea"),r=t.value.trim(),n=t.cloneNode(!0);t.parentNode.replaceChild(n,t),e.classList.remove("wprm-private-notes-editing");var i=parseInt(e.dataset.recipe);window.WPRecipeMaker.privateNotes.saveNotes(i,r),window.WPRecipeMaker.privateNotes.showNotes(e)},showNotes:e=>{var t=parseInt(e.dataset.recipe);if(t){var r=window.WPRecipeMaker.privateNotes.getNotes(t,e),n=e.querySelector("textarea");n&&(n.value=r),r?e.classList.add("wprm-private-notes-has-notes"):e.classList.remove("wprm-private-notes-has-notes");var i=e.querySelector(".wprm-private-notes-user");i&&(i.innerHTML=r)}},recipeNotes:{},getNotes:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r="";if(window.WPRecipeMaker.privateNotes.recipeNotes.hasOwnProperty("recipe-".concat(e)))return r=window.WPRecipeMaker.privateNotes.recipeNotes["recipe-".concat(e)];if(t){var n=t.querySelector("textarea");n&&(r=n.value)}if(!r){var i=localStorage.getItem("wprm-recipe-private-notes-".concat(e));i&&(r=i)}return r},saveNotes:(e,t)=>{e&&(window.WPRecipeMaker.privateNotes.recipeNotes["recipe-".concat(e)]=t,0!!e.ok&&e.json())).then((r=>{!1===r?window.WPRecipeMaker.privateNotes.saveNotesInLocalStorage(e,t):window.WPRecipeMaker.privateNotes.saveNotesInLocalStorage(e,!1)})):window.WPRecipeMaker.privateNotes.saveNotesInLocalStorage(e,t))},saveNotesInLocalStorage:(e,t)=>{t?localStorage.setItem("wprm-recipe-private-notes-".concat(e),t):localStorage.removeItem("wprm-recipe-private-notes-".concat(e))},hideEmpty:()=>{var e=document.querySelectorAll(".wprm-private-notes-container");for(var t of e){var r=parseInt(t.dataset.recipe);if(r)if(!window.WPRecipeMaker.privateNotes.getNotes(r,t)){var n=t.previousElementSibling;n&&n.classList.contains("wprm-recipe-private-notes-header")&&n.remove(),t.remove()}}}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.privateNotes.load()}));r(56650),r(23528),r(11592),r(67838);var f=r(52082);window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.quantities={load(){if(document.addEventListener("input",(function(e){e.target.matches("input.wprm-recipe-servings")&&WPRecipeMaker.quantities.inputChange(e.target)}),!1),document.addEventListener("change",(function(e){e.target.matches("input.wprm-recipe-servings")&&WPRecipeMaker.quantities.inputChange(e.target)}),!1),document.addEventListener("click",(function(e){e.target.matches(".wprm-recipe-servings-change")&&WPRecipeMaker.quantities.changeClick(e.target),e.target.matches(".wprm-recipe-adjustable-servings")&&WPRecipeMaker.quantities.multiplierClick(e.target)}),!1),document.addEventListener("keypress",(function(e){if(e.target.matches(".wprm-recipe-servings-change")){var t=e.which||e.keyCode||0;13!==t&&32!==t||(WPRecipeMaker.quantities.changeClick(e.target),e.preventDefault())}}),!1),document.addEventListener("wprm-recipe-change",(e=>{"servings"===e.detail.type&&window.WPRecipeMaker.manager.getRecipe(e.detail.id).then((e=>{e&&(WPRecipeMaker.quantities.updateServingsDisplay(e),WPRecipeMaker.quantities.updateAdjustables(e),document.dispatchEvent(new CustomEvent("wprmAdjustedServings",{detail:e.id})))})),"unitSystem"===e.detail.type&&window.WPRecipeMaker.manager.getRecipe(e.detail.id).then((e=>{e&&WPRecipeMaker.quantities.updateAdjustables(e)}))})),window.WPRecipeMaker.quantities.init(),wprmp_public.settings.adjustable_servings_url){var e=wprmp_public.settings.adjustable_servings_url_param;e&&function(){var t=new URLSearchParams(window.location.search),r=parseFloat(t.get(e));if(!isNaN(r)&&0{e.setServings(r)}))}}()}},init(){var e=document.querySelectorAll(".wprm-recipe-servings");for(var t of e)if(!t.dataset.hasOwnProperty("servings")){var r=this.parse(t.innerText);0';e.outerHTML=i}},initTextButtonsInput(e){var t=e.dataset.servings,r=this.getRecipeIdFromElem(e),n=e.getAttribute("aria-label");if(r){var i="";i+="background-color: "+e.dataset.buttonBackground+";",i+="border-color: "+e.dataset.buttonBackground+";",i+="color: "+e.dataset.buttonAccent+";",i+="border-radius: "+e.dataset.buttonRadius+";";var o="";o+="border-color: "+e.dataset.buttonBackground+";";var a='',s='',c='+';e.outerHTML=''+a+s+c+""}},initTooltipSlider(e){var t=this.getRecipeIdFromElem(e),r=e.getAttribute("aria-label");if(t){var n=document.createElement("a");n.href="#",n.classList.add("wprm-recipe-servings-link"),n.setAttribute("aria-label",r),e.parentNode.insertBefore(n,e),n.appendChild(e);var o=(0,i.ZP)(n,{theme:"wprm",content:"",onShow(e){window.WPRecipeMaker.manager.getRecipe(t).then((n=>{if(!n)return!1;var i,o=n.data.currentServingsParsed,a=20<2*o?2*o:20,s=(i=o.toString().split(".")).length>1?i[1].length:0,c=1/Math.pow(10,s);e.setContent(''))}))},allowHTML:!0,interactive:!0,delay:[0,250]});n.onclick=e=>{e.preventDefault(),o.show(),setTimeout((()=>{var e=document.getElementById("wprm-recipe-servings-slider-input");e&&e.focus()}),250)}}},inputChange(e){var t=e.value,r=e.dataset.recipe;if(t){var n=e.classList.contains("wprm-recipe-servings-slider")?"slider":"input";window.WPRecipeMaker.analytics.registerActionOnce(r,wprm_public.post_id,"adjust-servings",{type:n}),this.setServings(r,t)}},changeClick(e){var t=e.closest(".wprm-recipe-servings-text-buttons-container");if(t){var r=t.querySelector("input"),n=this.parse(r.value),i=n;e.classList.contains("wprm-recipe-servings-decrement")&&n>1?i--:e.classList.contains("wprm-recipe-servings-increment")&&i++,i!==n&&(r.value=i,this.inputChange(r))}},multiplierClick(e){if(!e.classList.contains("wprm-toggle-active")||"?"===e.dataset.multiplier){var t=e.dataset.multiplier,r=e.dataset.recipe,n=e.dataset.servings,i=!1;"?"===t?(i=prompt(e.getAttribute("aria-label")))&&(i=this.parse(i)):i=this.parse(n)*this.parse(t),i&&(window.WPRecipeMaker.analytics.registerActionOnce(r,wprm_public.post_id,"adjust-servings",{type:"button"}),this.setServings(r,i))}},setServings(e,t){window.WPRecipeMaker.manager.getRecipe(e).then((e=>{e&&e.setServings(t)}))},updateServingsDisplay(e){var t=e.data.hasOwnProperty("overrideContainerId")&&!1!==e.data.overrideContainerId?e.data.overrideContainerId:e.id,r=document.querySelectorAll(".wprm-recipe-servings-"+t);for(var n of r)n.textContent=e.data.currentServingsFormatted,n.dataset.servings=e.data.currentServingsParsed,"input"===n.tagName.toLowerCase()?"string"==typeof e.data.currentServings||e.data.currentServings instanceof String?n.value=e.data.currentServings:n.value=e.data.currentServingsFormatted:n.value=e.data.currentServingsParsed;var i=document.querySelectorAll(".wprm-recipe-adjustable-servings-"+t+"-container");for(var a of i){var s=a.querySelectorAll(".wprm-recipe-adjustable-servings"),c=!1;for(var u of s)u.classList.remove("wprm-toggle-active"),(0,o.L)(u.dataset.multiplier)===e.data.currentServingsMultiplier?(c=!0,u.classList.add("wprm-toggle-active")):"?"!==u.dataset.multiplier||c||u.classList.add("wprm-toggle-active")}},updateAdjustables(e){for(var t of(e.data.hasOwnProperty("adjustables")||window.WPRecipeMaker.quantities.findAdjustables(e),e.data.adjustables))if(e.data.currentServingsParsed===e.data.originalServingsParsed)t.elem.textContent=t.original;else{var r=e.data.currentServings*t.unitQuantity;if(!isNaN(r)){var n=!0;if(wprmp_public.settings.unit_conversion_enabled&&window.WPRecipeMaker.hasOwnProperty("conversion")){var i=e.data.hasOwnProperty("currentSystem")?e.data.currentSystem:1;n=!wprmp_public.settings.hasOwnProperty("unit_conversion_system_".concat(i,"_fractions"))||wprmp_public.settings["unit_conversion_system_".concat(i,"_fractions")]}t.elem.textContent=this.format(r,n)}}},findAdjustables(e){for(var t=e.data.hasOwnProperty("adjustables")?e.data.adjustables:[],r=t.length-1;r>=0;r--)document.body.contains(t[r].elem)||t.splice(r,1);var n=document.querySelectorAll("#wprm-recipe-container-".concat(e.id,", .wprm-recipe-roundup-item-").concat(e.id,", .wprm-print-recipe-").concat(e.id,", .wprm-recipe-").concat(e.id,"-ingredients-container, .wprm-recipe-").concat(e.id,"-instructions-container"));for(var i of n){var a=i.querySelectorAll(".wprm-dynamic-quantity");for(var s of a)if(0===s.querySelectorAll(".wprm-adjustable").length){var c=s.innerText;if(/^\.\d+\s*$/.test(c))s.innerHTML=''+c+"";else{var u="¼½¾⅐⅑⅒⅓⅔⅕⅖⅗⅘⅙⅚⅛⅜⅝⅞",l="[\\d"+u+"]([\\d"+u+".,\\/\\s]*[\\d"+u+"])?";c=c.replace(new RegExp(l,"g"),'$&'),s.innerHTML=c}}var p=i.querySelectorAll(".wpurp-adjustable-quantity");for(var d of p)d.classList.add("wprm-adjustable");var f=i.querySelectorAll(".wprm-adjustable"),m=function(r){if(-1!==t.findIndex((e=>e.elem===r)))return"continue";t.push({elem:r,original:r.innerText,unitQuantity:(0,o.L)(r.innerText)/e.data.originalServingsParsed})};for(var v of f)m(v)}window.WPRecipeMaker.manager.changeRecipeData(e.id,{adjustables:t})},parse(e){return(0,o.L)(e)},format(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(0,o.o)(e,wprmp_public.settings.adjustable_servings_round_to_decimals,t)}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.quantities.load()})),window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.timer={init:()=>{var e=document.querySelector("body");if(!e||!e.classList.contains("wprm-print")){var t=document.querySelectorAll(".wprm-timer"),r=function(e){var t=e.dataset.seconds;if(t>0){var r=document.createElement("a");r.href="#",r.classList.add("wprm-timer-link"),r.onclick=e=>{e.preventDefault(),e.stopPropagation(),window.WPRecipeMaker.timer.start(t)},e.parentNode.insertBefore(r,e),r.appendChild(e),(0,i.ZP)(r,{theme:"wprm",content:wprmp_public.timer.text.start_timer})}};for(var n of t)r(n)}},runningTimer:!1,runningTotal:0,runningRemaining:0,lastUpdated:0,update:()=>{var e=Date.now()-window.WPRecipeMaker.timer.lastUpdated;window.WPRecipeMaker.timer.runningRemaining-=e,window.WPRecipeMaker.timer.lastUpdated=Date.now();var t=window.WPRecipeMaker.timer.runningTotal,r=window.WPRecipeMaker.timer.runningRemaining;r<=0&&(r=0,window.WPRecipeMaker.timer.finished()),window.WPRecipeMaker.timer.showTime(Math.round(r/1e3));var n=100*(t-r)/t;document.querySelector("#wprm-timer-bar-elapsed").style.width=n+"%"},start:e=>{window.WPRecipeMaker.timer.stop((()=>{window.WPRecipeMaker.timer.createContainer(),window.WPRecipeMaker.timer.runningTotal=1e3*e,window.WPRecipeMaker.timer.runningRemaining=1e3*e,window.WPRecipeMaker.timer.showTime(e),window.WPRecipeMaker.timer.play()}))},play:()=>{document.querySelector("#wprm-timer-play").style.display="none",document.querySelector("#wprm-timer-pause").style.display="",window.WPRecipeMaker.timer.interval&&clearInterval(window.WPRecipeMaker.timer.interval),window.WPRecipeMaker.timer.interval=setInterval(window.WPRecipeMaker.timer.update,1e3),window.WPRecipeMaker.timer.lastUpdated=Date.now()},pauze:()=>{document.querySelector("#wprm-timer-play").style.display="",document.querySelector("#wprm-timer-pause").style.display="none",window.WPRecipeMaker.timer.interval&&clearInterval(window.WPRecipeMaker.timer.interval)},stop:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];window.WPRecipeMaker.timer.interval&&clearInterval(window.WPRecipeMaker.timer.interval);var t=document.querySelector("#wprm-timer-container");t&&t.parentNode.removeChild(t),e&&e()},finished:()=>{window.WPRecipeMaker.timer.pauze(),new Audio(wprmp_public.timer.sound_file).play(),document.querySelector("#wprm-timer-container").classList.add("wprm-timer-finished")},createContainer:()=>{var e=document.createElement("div");e.id="wprm-timer-container",e.innerHTML=''+wprmp_public.timer.icons.play+"",e.innerHTML+=''+wprmp_public.timer.icons.pause+"",e.innerHTML+='',e.innerHTML+='',e.innerHTML+=''+wprmp_public.timer.icons.close+"",document.querySelector("body").appendChild(e)},showTime:e=>{var t=Math.floor(e/3600);e-=3600*t;var r=Math.floor(e/60),n=(t<10?"0"+t:t)+":"+(r<10?"0"+r:r)+":"+((e-=60*r)<10?"0"+e:e);document.querySelector("#wprm-timer-remaining").textContent=n}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.timer.init()}));r(4227);window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.userRatingModal={init(){if(wprmp_public.settings.user_ratings_open_url_parameter&&new URLSearchParams(window.location.search).has(wprmp_public.settings.user_ratings_open_url_parameter)){var e=document.querySelectorAll(".wprm-user-rating, .wprm-recipe-user-ratings-modal");for(var t of e){if(t.dataset.hasOwnProperty("modalUid")&&t.dataset.hasOwnProperty("recipe"))if("break"===function(){var e=t.dataset.modalUid,r=t.dataset.recipe;return(r=parseInt(r))&&setTimeout((()=>{window.WPRecipeMaker.modal.open(e,{recipe:r,rating:0})})),"break"}())break}}document.addEventListener("wprm-modal-open",(e=>{"user-rating"===e.detail.type&&window.WPRecipeMaker.userRatingModal.opened(e.detail.uid,e.detail.modal,e.detail.data)})),document.addEventListener("wprm-modal-close",(e=>{"user-rating"===e.detail.type&&window.WPRecipeMaker.userRatingModal.closed(e.detail.uid,e.detail.modal,e.detail.data)})),document.addEventListener("wprm-comment-rating-change",(e=>{e.detail.hasOwnProperty("container")&&e.detail.container.classList.contains("wprm-user-ratings-modal-stars")&&window.WPRecipeMaker.userRatingModal.ratingChange(e.detail.rating)})),document.addEventListener("click",(function(e){for(var t=e.target;t&&t!=this;t=t.parentNode){if(t.matches(".wprm-cta-rating-modal")||t.matches(".wprm-recipe-user-ratings-modal")){e.preventDefault();var r=t.dataset.modalUid,n=t.dataset.recipe;(n=parseInt(n))&&window.WPRecipeMaker.modal.open(r,{recipe:n,rating:0});break}if(t.matches(".wprm-user-rating-modal-comment-suggestion")){e.preventDefault();var i=t.innerText,o=document.querySelector(".wprm-user-rating-modal-comment");i&&o&&(o.value=i,window.WPRecipeMaker.userRatingModal.checkFields());break}if(t.matches(".wprm-user-rating-summary-details-no-comments")){e.preventDefault(),window.WPRecipeMaker.userRatingModal.ratingsWithoutCommentsPopup(t);break}}}),!1)},modalUid:!1,currentRecipe:!1,currentCommentForRecipe:{},opened(e,t,r){window.WPRecipeMaker.userRatingModal.modalUid=e,window.WPRecipeMaker.userRatingModal.setTitle(wprmp_public.settings.user_ratings_modal_title),window.WPRecipeMaker.userRatingModal.displayMessage('
');var n=t.querySelector(".wprm-user-ratings-modal-stars-container").querySelectorAll("input");if(n[0].click(),r.hasOwnProperty("rating")){var i=parseInt(r.rating);for(var o of n)if(i===parseInt(o.value)){o.click();break}}var a=t.querySelector('input[name="wprm-user-rating-recipe-id"]');a.value=r.hasOwnProperty("recipe")?r.recipe:0,window.WPRecipeMaker.manager.getRecipe(a.value).then((e=>{window.WPRecipeMaker.userRatingModal.currentRecipe=e,window.WPRecipeMaker.userRatingModal.displayMessage(!1);var r=t.querySelector(".wprm-user-rating-modal-comment");r.value="",e&&window.WPRecipeMaker.userRatingModal.currentCommentForRecipe.hasOwnProperty(e.id)&&(r.value=window.WPRecipeMaker.userRatingModal.currentCommentForRecipe[e.id]),window.WPRecipeMaker.userRatingModal.checkFields(),window.WPRecipeMaker.userRatingModal.displayError(!1),window.WPRecipeMaker.userRatingModal.displayWaiting(!1),t.querySelector(".wprm-user-ratings-modal-recipe-name").innerHTML=e?e.data.name:""}))},ratingChange(e){window.WPRecipeMaker.userRatingModal.checkFields()},checkFields(){var e=document.querySelector(".wprm-popup-modal-user-rating"),t=0=t[wprmp_public.settings.user_ratings_comment_suggestions_enabled])return!0}return!1},submit(e){var t=new FormData(e),r=Object.fromEntries(t),n=parseInt(r["wprm-user-rating-recipe-id"]),i=parseInt(r["wprm-user-rating-stars"]),o=r["wprm-user-rating-comment"].trim(),a=r["wprm-user-rating-name"].trim(),s=r["wprm-user-rating-email"].trim();if(i<=0||i>5)return window.WPRecipeMaker.userRatingModal.displayError("rating"),!1;if(0===parseInt(wprmp_public.user)){if(!a&&wprmp_public.settings.user_ratings_require_name)return window.WPRecipeMaker.userRatingModal.displayError("name"),!1;if(!s&&wprmp_public.settings.user_ratings_require_email)return window.WPRecipeMaker.userRatingModal.displayError("email"),!1}window.WPRecipeMaker.userRatingModal.displayError(!1),window.WPRecipeMaker.userRatingModal.displayWaiting(!0);var c={post_id:wprm_public.post_id,rating:i,comment:o,name:a,email:s};window.WPRecipeMaker.manager.getRecipe(n).then((e=>{var t=e=>{var t="";(t=!1===e?wprmp_public.settings.user_ratings_problem_message:wprmp_public.settings.user_ratings_thank_you_message_with_comment)?(window.WPRecipeMaker.userRatingModal.setTitle(wprmp_public.settings.user_ratings_thank_you_title),window.WPRecipeMaker.userRatingModal.displayMessage(t)):window.WPRecipeMaker.modal.close(window.WPRecipeMaker.userRatingModal.modalUid)};e?e.addRating(c).then((e=>{window.WPRecipeMaker.userRatingModal.displayWaiting(!1),t(e)})):t(!1)}))},displayError(e){var t=document.querySelector("#wprm-user-rating-modal-errors");t&&t.querySelectorAll("div").forEach((t=>{e&&t.id==="wprm-user-rating-modal-error-"+e?t.style.display="block":t.style.display=""}))},displayWaiting(e){var t=document.querySelector("#wprm-user-rating-modal-waiting");t&&(t.style.display=e?"inline-block":"");var r=document.querySelectorAll(".wprm-user-rating-modal-submit-rating, .wprm-user-rating-modal-submit-comment");for(var n of r)n.disabled=e},displayMessage(e){var t=document.querySelector("#wprm-user-ratings-modal-stars-form"),r=document.querySelector("#wprm-user-ratings-modal-message");!1===e?(t.style.display="block",r.style.display="none"):(t.style.display="none",r.innerHTML=e,r.style.display="block")},setTitle(e){var t=document.querySelector("#wprm-popup-modal-user-rating-title");t&&e&&(t.innerHTML=e)},closed(e,t,r){var n=window.WPRecipeMaker.userRatingModal.currentRecipe;if(n){var i="";if("none"!==document.querySelector("#wprm-user-ratings-modal-stars-form").style.display)i=t.querySelector(".wprm-user-rating-modal-comment").value;window.WPRecipeMaker.userRatingModal.currentCommentForRecipe[n.id]=i}window.WPRecipeMaker.userRatingModal.currentRecipe=!1,window.WPRecipeMaker.userRatingModal.modalUid=!1},ratingsWithoutCommentsPopup(e){var t=e.dataset.modalUid;if(t){var r=document.getElementById("wprm-popup-modal-"+t);window.WPRecipeMaker.modal.open(t);var n=r.querySelector(".wprm-loader"),i=r.querySelector(".wprm-popup-modal-user-rating-summary-error"),o=r.querySelector(".wprm-popup-modal-user-rating-summary-ratings");n.style.display="block",i.style.display="none",o.innerHTML="";var a=e.dataset.recipeId,s=e.dataset.postId,c={Accept:"application/json","Content-Type":"application/json"};return 0!!e.ok&&e.json())).then((e=>{n.style.display="none",e&&e.html?o.innerHTML=e.html:i.style.display="block"}))}}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.userRatingModal.init()}));r(12798);var m=r(23362),v=r.n(m);window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.userRating={init(){document.addEventListener("wprm-recipe-change",(e=>{if("rating"===e.detail.type){var t=e.detail.id;window.WPRecipeMaker.manager.getRecipe(t).then((e=>{e&&window.WPRecipeMaker.userRating.updateRatingDisplay(t,e.data.rating)}))}}))},settings:{color:wprmp_public.settings.template_color_icon},enter(e){e.parentNode.classList.add("wprm-user-rating-voting");var t=window.WPRecipeMaker.userRating.settings.color;"modern"===wprmp_public.settings.recipe_template_mode&&e.dataset.color&&(t=e.dataset.color);for(var r=e;r;){r.classList.add("wprm-rating-star-selecting-filled");var n=r.querySelectorAll("polygon");for(var i of n)i.style.fill=t;r=r.previousSibling}for(var o=e.nextSibling;o;){o.classList.add("wprm-rating-star-selecting-empty");var a=o.querySelectorAll("polygon");for(var s of a)s.style.fill="none";o=o.nextSibling}},leave(e){e.parentNode.classList.remove("wprm-user-rating-voting");for(var t=e.parentNode.firstChild;t;){t.classList.remove("wprm-rating-star-selecting-filled"),t.classList.remove("wprm-rating-star-selecting-empty");var r=t.querySelectorAll("polygon");for(var n of r)n.style.fill="";t=t.nextSibling}},click(e,t){var r=t.which||t.keyCode||0;if("click"===t.type||13===r||32===r){t.preventDefault();var n=e.parentNode,i=parseInt(e.dataset.rating),o=parseInt(n.dataset.recipe);if(!o)for(var a=e.parentNode;a&&a!=document;a=a.parentNode)if(a.matches(".wprm-recipe-container")){o=parseInt(a.dataset.recipeId);break}if("scroll"===wprmp_public.settings.user_ratings_type&&window.WPRecipeMaker.userRating.canJumpToComments())window.WPRecipeMaker.userRating.jumpToCommentRating(i);else{var s=n.dataset.modalUid;window.WPRecipeMaker.modal.open(s,{recipe:o,rating:i})}}},updateRatingDisplay(e,t){var r=document.querySelectorAll(".wprm-recipe-rating-recipe-"+e);for(var n of r){var i=n.dataset.hasOwnProperty("decimals")?parseInt(n.dataset.decimals):2;i=0<=i?i:2,t.roundedAverage=Number(t.average.toFixed(i)),t.formattedAverage=(0,o.o)(t.average,i);var a=n.querySelector(".wprm-recipe-rating-details");if(a)a.innerHTML=window.WPRecipeMaker.userRating.getRatingDetailsText(t);else{var s=n.querySelector(".wprm-recipe-rating-average"),c=n.querySelector(".wprm-recipe-rating-count");s&&(s.innerText=t.formattedAverage),c&&(c.innerText=t.count)}for(var u=t.roundedAverage,l=1;l<=5;l++){var p=n.querySelector(".wprm-rating-star-"+l);if(p)if(p.classList.remove("wprm-rating-star-full"),p.classList.remove("wprm-rating-star-empty"),p.classList.remove("wprm-rating-star-33"),p.classList.remove("wprm-rating-star-50"),p.classList.remove("wprm-rating-star-66"),l<=u)p.classList.add("wprm-rating-star-full");else{var d=0+u-l+1;0'+e.formattedAverage+"")).replace("%votes%",''+e.count+"")).replace("%user%",''+e.user+"")).trim()},addRatingForRecipe(e,t){var r={Accept:"application/json","Content-Type":"application/json"};return 0r.ok?r.json():window.WPRecipeMaker.userRating.addRatingForRecipeThroughAjax(e,t))).then((e=>e))},addRatingForRecipeThroughAjax(e,t){return fetch(wprm_public.ajax_url,{method:"POST",credentials:"same-origin",body:"action=wprm_user_rate_recipe&security="+encodeURIComponent(wprm_public.nonce)+"&recipe_id="+encodeURIComponent(t)+"&data="+encodeURIComponent(JSON.stringify(e)),headers:{Accept:"application/json, text/plain, */*","Content-Type":"application/x-www-form-urlencoded; charset=utf-8"}}).then((e=>!!e.ok&&e.json())).then((e=>!!e.success&&e.data))},getCommentContainerElement(){var e=[".comment-form-wprm-rating","#llc_comments"];for(var t of(wprmp_public.settings.user_ratings_force_comment_scroll_to&&e.unshift(wprmp_public.settings.user_ratings_force_comment_scroll_to),e)){var r=document.querySelector(t);if(r)return r}return!1},canJumpToComments(){return!!wprmp_public.settings.features_comment_ratings&&!!window.WPRecipeMaker.userRating.getCommentContainerElement()},jumpToCommentRating(e){var t=window.WPRecipeMaker.userRating.getCommentContainerElement();if(t){var r=()=>{var t=document.querySelector(".comment-form-wprm-rating");if(t){var r=t.querySelectorAll("input");for(var n of r)if(e===parseInt(n.value)){n.click();break}}var i=document.getElementById("comment");i&&i.focus()};!!wprmp_public.settings.user_ratings_force_comment_scroll_to_smooth?v()(t,{verticalOffset:-100,speed:250}).then(r):(t.scrollIntoView({behavior:"instant"}),r())}}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.userRating.init()}))},5831:function(e,t,r){"use strict";r.d(t,{L:function(){return s},o:function(){return a}});r(38472),r(39275),r(22321),r(54883),r(68995),r(29897),r(11592),r(12798),r(67838);var n=r(6),i=r.n(n),o={"¼":"1/4","½":"1/2","¾":"3/4","⅐":"1/7","⅑":"1/9","⅒":"1/10","⅓":"1/3","⅔":"2/3","⅕":"1/5","⅖":"2/5","⅗":"3/5","⅘":"4/5","⅙":"1/6","⅚":"5/6","⅛":"1/8","⅜":"3/8","⅝":"5/8","⅞":"7/8"};function a(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=void 0!==window.wprmp_public?wprmp_public.settings.decimal_separator:wprmp_admin.settings.decimal_separator,a="comma"===n?",":".",s="comma"===n?".":",",c=e,u=!1;if(r&&(void 0!==window.wprmp_public?wprmp_public.settings.fractions_enabled:wprmp_admin.settings.fractions_enabled)){var l=void 0!==window.wprmp_public?wprmp_public.settings.fractions_use_mixed:wprmp_admin.settings.fractions_use_mixed,p=void 0!==window.wprmp_public?wprmp_public.settings.fractions_use_symbols:wprmp_admin.settings.fractions_use_symbols,d=parseInt(void 0!==window.wprmp_public?wprmp_public.settings.fractions_max_denominator:wprmp_admin.settings.fractions_max_denominator);d=d>1?d:8;var f=i()(e,d,l);if(f&&3===f.length&&!isNaN(f[0])&&!isNaN(f[1])&&!isNaN(f[2])){var m="";if(03){var n=e.substr(0,r);0!==parseInt(n)&&(e=e.replace(".",""))}}else{var i=e.indexOf(",");if(-1!==i&&e.length-i>3){var a=e.substr(0,i);0!==parseInt(a)&&(e=e.replace(",",""))}}var s=(e=(e=(e=(e=(e=((e=(e=(e=(e=(e=e.replace(",",".")).replace(" to ","-")).replace("–","-")).replace("—","-")).replace(" - ","-"))+"").replace(/(\u00BC|\u00BD|\u00BE|\u2150|\u2151|\u2152|\u2153|\u2154|\u2155|\u2156|\u2157|\u2158|\u2159|\u215A|\u215B|\u215C|\u215D|\u215E)/,(function(e,t){return" "+o[t]}))).replace(/(<([^>]+)>)/gi,"")).replace(/(\[([^\]]+)\])/gi,"")).replace(/[^\d\s\.\/-]/gi,"")).trim()).split(" "),c=!1;if(""!==e){c=0;for(var u=0;u0&&(o=(0,i.NM)(r.width)/c||1),s>0&&(a=(0,i.NM)(r.height)/s||1)}return{width:r.width/o,height:r.height/a,top:r.top/a,right:r.right/o,bottom:r.bottom/a,left:r.left/o,x:r.left/o,y:r.top/a}}},3315:function(e,t,r){"use strict";r.d(t,{Z:function(){return w}});var n=r(89670),i=r(55764),o=r(24646),a=r(24534),s=r(31022),c=r(27306),u=r(6401),l=r(39818),p=r(22801),d=r(72987),f=r(58751),m=r(94870),v=r(92505),g=r(73416);function h(e,t){return t===n.Pj?(0,v.Z)((0,i.Z)(e)):(0,l.kK)(t)?function(e){var t=(0,p.Z)(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}(t):(0,v.Z)((0,o.Z)((0,c.Z)(e)))}function w(e,t,r){var n="clippingParents"===t?function(e){var t=(0,a.Z)((0,d.Z)(e)),r=["absolute","fixed"].indexOf((0,u.Z)(e).position)>=0&&(0,l.Re)(e)?(0,s.Z)(e):e;return(0,l.kK)(r)?t.filter((function(e){return(0,l.kK)(e)&&(0,f.Z)(e,r)&&"body"!==(0,m.Z)(e)})):[]}(e):[].concat(t),i=[].concat(n,[r]),o=i[0],c=i.reduce((function(t,r){var n=h(e,r);return t.top=(0,g.Fp)(n.top,t.top),t.right=(0,g.VV)(n.right,t.right),t.bottom=(0,g.VV)(n.bottom,t.bottom),t.left=(0,g.Fp)(n.left,t.left),t}),h(e,o));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}},16329:function(e,t,r){"use strict";r.d(t,{Z:function(){return p}});var n=r(22801),i=r(52189),o=r(94870),a=r(39818),s=r(83345),c=r(27306),u=r(54653),l=r(73416);function p(e,t,r){void 0===r&&(r=!1);var p=(0,a.Re)(t),d=(0,a.Re)(t)&&function(e){var t=e.getBoundingClientRect(),r=(0,l.NM)(t.width)/e.offsetWidth||1,n=(0,l.NM)(t.height)/e.offsetHeight||1;return 1!==r||1!==n}(t),f=(0,c.Z)(t),m=(0,n.Z)(e,d),v={scrollLeft:0,scrollTop:0},g={x:0,y:0};return(p||!p&&!r)&&(("body"!==(0,o.Z)(t)||(0,u.Z)(f))&&(v=(0,i.Z)(t)),(0,a.Re)(t)?((g=(0,n.Z)(t,!0)).x+=t.clientLeft,g.y+=t.clientTop):f&&(g.x=(0,s.Z)(f))),{x:m.left+v.scrollLeft-g.x,y:m.top+v.scrollTop-g.y,width:m.width,height:m.height}}},6401:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(73432);function i(e){return(0,n.Z)(e).getComputedStyle(e)}},27306:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(39818);function i(e){return(((0,n.kK)(e)?e.ownerDocument:e.document)||window.document).documentElement}},24646:function(e,t,r){"use strict";r.d(t,{Z:function(){return c}});var n=r(27306),i=r(6401),o=r(83345),a=r(53219),s=r(73416);function c(e){var t,r=(0,n.Z)(e),c=(0,a.Z)(e),u=null==(t=e.ownerDocument)?void 0:t.body,l=(0,s.Fp)(r.scrollWidth,r.clientWidth,u?u.scrollWidth:0,u?u.clientWidth:0),p=(0,s.Fp)(r.scrollHeight,r.clientHeight,u?u.scrollHeight:0,u?u.clientHeight:0),d=-c.scrollLeft+(0,o.Z)(e),f=-c.scrollTop;return"rtl"===(0,i.Z)(u||r).direction&&(d+=(0,s.Fp)(r.clientWidth,u?u.clientWidth:0)-l),{width:l,height:p,x:d,y:f}}},8331:function(e,t,r){"use strict";function n(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}r.d(t,{Z:function(){return n}})},210:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(22801);function i(e){var t=(0,n.Z)(e),r=e.offsetWidth,i=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-i)<=1&&(i=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:i}}},94870:function(e,t,r){"use strict";function n(e){return e?(e.nodeName||"").toLowerCase():null}r.d(t,{Z:function(){return n}})},52189:function(e,t,r){"use strict";r.d(t,{Z:function(){return s}});var n=r(53219),i=r(73432),o=r(39818),a=r(8331);function s(e){return e!==(0,i.Z)(e)&&(0,o.Re)(e)?(0,a.Z)(e):(0,n.Z)(e)}},31022:function(e,t,r){"use strict";r.d(t,{Z:function(){return l}});var n=r(73432),i=r(94870),o=r(6401),a=r(39818),s=r(29777),c=r(72987);function u(e){return(0,a.Re)(e)&&"fixed"!==(0,o.Z)(e).position?e.offsetParent:null}function l(e){for(var t=(0,n.Z)(e),r=u(e);r&&(0,s.Z)(r)&&"static"===(0,o.Z)(r).position;)r=u(r);return r&&("html"===(0,i.Z)(r)||"body"===(0,i.Z)(r)&&"static"===(0,o.Z)(r).position)?t:r||function(e){var t=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");if(-1!==navigator.userAgent.indexOf("Trident")&&(0,a.Re)(e)&&"fixed"===(0,o.Z)(e).position)return null;var r=(0,c.Z)(e);for((0,a.Zq)(r)&&(r=r.host);(0,a.Re)(r)&&["html","body"].indexOf((0,i.Z)(r))<0;){var n=(0,o.Z)(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||t&&"filter"===n.willChange||t&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(e)||t}},72987:function(e,t,r){"use strict";r.d(t,{Z:function(){return a}});var n=r(94870),i=r(27306),o=r(39818);function a(e){return"html"===(0,n.Z)(e)?e:e.assignedSlot||e.parentNode||((0,o.Zq)(e)?e.host:null)||(0,i.Z)(e)}},82513:function(e,t,r){"use strict";r.d(t,{Z:function(){return s}});var n=r(72987),i=r(54653),o=r(94870),a=r(39818);function s(e){return["html","body","#document"].indexOf((0,o.Z)(e))>=0?e.ownerDocument.body:(0,a.Re)(e)&&(0,i.Z)(e)?e:s((0,n.Z)(e))}},55764:function(e,t,r){"use strict";r.d(t,{Z:function(){return a}});var n=r(73432),i=r(27306),o=r(83345);function a(e){var t=(0,n.Z)(e),r=(0,i.Z)(e),a=t.visualViewport,s=r.clientWidth,c=r.clientHeight,u=0,l=0;return a&&(s=a.width,c=a.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(u=a.offsetLeft,l=a.offsetTop)),{width:s,height:c,x:u+(0,o.Z)(e),y:l}}},73432:function(e,t,r){"use strict";function n(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}r.d(t,{Z:function(){return n}})},53219:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(73432);function i(e){var t=(0,n.Z)(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}},83345:function(e,t,r){"use strict";r.d(t,{Z:function(){return a}});var n=r(22801),i=r(27306),o=r(53219);function a(e){return(0,n.Z)((0,i.Z)(e)).left+(0,o.Z)(e).scrollLeft}},39818:function(e,t,r){"use strict";r.d(t,{Re:function(){return o},Zq:function(){return a},kK:function(){return i}});var n=r(73432);function i(e){return e instanceof(0,n.Z)(e).Element||e instanceof Element}function o(e){return e instanceof(0,n.Z)(e).HTMLElement||e instanceof HTMLElement}function a(e){return"undefined"!=typeof ShadowRoot&&(e instanceof(0,n.Z)(e).ShadowRoot||e instanceof ShadowRoot)}},54653:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(6401);function i(e){var t=(0,n.Z)(e),r=t.overflow,i=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+i)}},29777:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(94870);function i(e){return["table","td","th"].indexOf((0,n.Z)(e))>=0}},24534:function(e,t,r){"use strict";r.d(t,{Z:function(){return s}});var n=r(82513),i=r(72987),o=r(73432),a=r(54653);function s(e,t){var r;void 0===t&&(t=[]);var c=(0,n.Z)(e),u=c===(null==(r=e.ownerDocument)?void 0:r.body),l=(0,o.Z)(c),p=u?[l].concat(l.visualViewport||[],(0,a.Z)(c)?c:[]):c,d=t.concat(p);return u?d:d.concat(s((0,i.Z)(p)))}},89670:function(e,t,r){"use strict";r.d(t,{BL:function(){return u},Ct:function(){return g},F2:function(){return o},I:function(){return i},Pj:function(){return d},YP:function(){return m},bw:function(){return v},d7:function(){return s},k5:function(){return f},mv:function(){return c},t$:function(){return a},ut:function(){return l},we:function(){return n},xs:function(){return h},zV:function(){return p}});var n="top",i="bottom",o="right",a="left",s="auto",c=[n,i,o,a],u="start",l="end",p="clippingParents",d="viewport",f="popper",m="reference",v=c.reduce((function(e,t){return e.concat([t+"-"+u,t+"-"+l])}),[]),g=[].concat(c,[s]).reduce((function(e,t){return e.concat([t,t+"-"+u,t+"-"+l])}),[]),h=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"]},19826:function(e,t,r){"use strict";var n=r(94870),i=r(39818);t.Z={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var r=t.styles[e]||{},o=t.attributes[e]||{},a=t.elements[e];(0,i.Re)(a)&&(0,n.Z)(a)&&(Object.assign(a.style,r),Object.keys(o).forEach((function(e){var t=o[e];!1===t?a.removeAttribute(e):a.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach((function(e){var o=t.elements[e],a=t.attributes[e]||{},s=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:r[e]).reduce((function(e,t){return e[t]="",e}),{});(0,i.Re)(o)&&(0,n.Z)(o)&&(Object.assign(o.style,s),Object.keys(a).forEach((function(e){o.removeAttribute(e)})))}))}},requires:["computeStyles"]}},97364:function(e,t,r){"use strict";var n=r(37441),i=r(210),o=r(58751),a=r(31022),s=r(80082),c=r(78889),u=r(20661),l=r(14986),p=r(89670);t.Z={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,r=e.state,o=e.name,d=e.options,f=r.elements.arrow,m=r.modifiersData.popperOffsets,v=(0,n.Z)(r.placement),g=(0,s.Z)(v),h=[p.t$,p.F2].indexOf(v)>=0?"height":"width";if(f&&m){var w=function(e,t){return e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e,(0,u.Z)("number"!=typeof e?e:(0,l.Z)(e,p.mv))}(d.padding,r),y=(0,i.Z)(f),b="y"===g?p.we:p.t$,S="y"===g?p.I:p.F2,M=r.rects.reference[h]+r.rects.reference[g]-m[g]-r.rects.popper[h],P=m[g]-r.rects.reference[g],_=(0,a.Z)(f),k=_?"y"===g?_.clientHeight||0:_.clientWidth||0:0,R=M/2-P/2,x=w[b],O=k-y[h]-w[S],A=k/2-y[h]/2+R,E=(0,c.u)(x,A,O),W=g;r.modifiersData[o]=((t={})[W]=E,t.centerOffset=E-A,t)}},effect:function(e){var t=e.state,r=e.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=t.elements.popper.querySelector(n)))&&(0,o.Z)(t.elements.popper,n)&&(t.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}},73730:function(e,t,r){"use strict";var n=r(89670),i=r(31022),o=r(73432),a=r(27306),s=r(6401),c=r(37441),u=r(13605),l=r(73416),p={top:"auto",right:"auto",bottom:"auto",left:"auto"};function d(e){var t,r=e.popper,c=e.popperRect,u=e.placement,d=e.variation,f=e.offsets,m=e.position,v=e.gpuAcceleration,g=e.adaptive,h=e.roundOffsets,w=e.isFixed,y=f.x,b=void 0===y?0:y,S=f.y,M=void 0===S?0:S,P="function"==typeof h?h({x:b,y:M}):{x:b,y:M};b=P.x,M=P.y;var _=f.hasOwnProperty("x"),k=f.hasOwnProperty("y"),R=n.t$,x=n.we,O=window;if(g){var A=(0,i.Z)(r),E="clientHeight",W="clientWidth";if(A===(0,o.Z)(r)&&(A=(0,a.Z)(r),"static"!==(0,s.Z)(A).position&&"absolute"===m&&(E="scrollHeight",W="scrollWidth")),u===n.we||(u===n.t$||u===n.F2)&&d===n.ut)x=n.I,M-=(w&&A===O&&O.visualViewport?O.visualViewport.height:A[E])-c.height,M*=v?1:-1;if(u===n.t$||(u===n.we||u===n.I)&&d===n.ut)R=n.F2,b-=(w&&A===O&&O.visualViewport?O.visualViewport.width:A[W])-c.width,b*=v?1:-1}var L,T=Object.assign({position:m},g&&p),I=!0===h?function(e){var t=e.x,r=e.y,n=window.devicePixelRatio||1;return{x:(0,l.NM)(t*n)/n||0,y:(0,l.NM)(r*n)/n||0}}({x:b,y:M}):{x:b,y:M};return b=I.x,M=I.y,v?Object.assign({},T,((L={})[x]=k?"0":"",L[R]=_?"0":"",L.transform=(O.devicePixelRatio||1)<=1?"translate("+b+"px, "+M+"px)":"translate3d("+b+"px, "+M+"px, 0)",L)):Object.assign({},T,((t={})[x]=k?M+"px":"",t[R]=_?b+"px":"",t.transform="",t))}t.Z={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,r=e.options,n=r.gpuAcceleration,i=void 0===n||n,o=r.adaptive,a=void 0===o||o,s=r.roundOffsets,l=void 0===s||s,p={placement:(0,c.Z)(t.placement),variation:(0,u.Z)(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,d(Object.assign({},p,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,d(Object.assign({},p,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}}},93570:function(e,t,r){"use strict";var n=r(73432),i={passive:!0};t.Z={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,r=e.instance,o=e.options,a=o.scroll,s=void 0===a||a,c=o.resize,u=void 0===c||c,l=(0,n.Z)(t.elements.popper),p=[].concat(t.scrollParents.reference,t.scrollParents.popper);return s&&p.forEach((function(e){e.addEventListener("scroll",r.update,i)})),u&&l.addEventListener("resize",r.update,i),function(){s&&p.forEach((function(e){e.removeEventListener("scroll",r.update,i)})),u&&l.removeEventListener("resize",r.update,i)}},data:{}}},49640:function(e,t,r){"use strict";var n=r(6448),i=r(37441),o=r(27640),a=r(7550),s=r(47240),c=r(89670),u=r(13605);t.Z={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,r=e.options,l=e.name;if(!t.modifiersData[l]._skip){for(var p=r.mainAxis,d=void 0===p||p,f=r.altAxis,m=void 0===f||f,v=r.fallbackPlacements,g=r.padding,h=r.boundary,w=r.rootBoundary,y=r.altBoundary,b=r.flipVariations,S=void 0===b||b,M=r.allowedAutoPlacements,P=t.options.placement,_=(0,i.Z)(P),k=v||(_===P||!S?[(0,n.Z)(P)]:function(e){if((0,i.Z)(e)===c.d7)return[];var t=(0,n.Z)(e);return[(0,o.Z)(e),t,(0,o.Z)(t)]}(P)),R=[P].concat(k).reduce((function(e,r){return e.concat((0,i.Z)(r)===c.d7?(0,s.Z)(t,{placement:r,boundary:h,rootBoundary:w,padding:g,flipVariations:S,allowedAutoPlacements:M}):r)}),[]),x=t.rects.reference,O=t.rects.popper,A=new Map,E=!0,W=R[0],L=0;L=0,N=j?"width":"height",F=(0,a.Z)(t,{placement:T,boundary:h,rootBoundary:w,altBoundary:y,padding:g}),Z=j?C?c.F2:c.t$:C?c.I:c.we;x[N]>O[N]&&(Z=(0,n.Z)(Z));var q=(0,n.Z)(Z),B=[];if(d&&B.push(F[I]<=0),m&&B.push(F[Z]<=0,F[q]<=0),B.every((function(e){return e}))){W=T,E=!1;break}A.set(T,B)}if(E)for(var D=function(e){var t=R.find((function(t){var r=A.get(t);if(r)return r.slice(0,e).every((function(e){return e}))}));if(t)return W=t,"break"},H=S?3:1;H>0;H--){if("break"===D(H))break}t.placement!==W&&(t.modifiersData[l]._skip=!0,t.placement=W,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}}},78307:function(e,t,r){"use strict";var n=r(89670),i=r(7550);function o(e,t,r){return void 0===r&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function a(e){return[n.we,n.F2,n.I,n.t$].some((function(t){return e[t]>=0}))}t.Z={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,r=e.name,n=t.rects.reference,s=t.rects.popper,c=t.modifiersData.preventOverflow,u=(0,i.Z)(t,{elementContext:"reference"}),l=(0,i.Z)(t,{altBoundary:!0}),p=o(u,n),d=o(l,s,c),f=a(p),m=a(d);t.modifiersData[r]={referenceClippingOffsets:p,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:m},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":m})}}},25900:function(e,t,r){"use strict";var n=r(37441),i=r(89670);t.Z={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,r=e.options,o=e.name,a=r.offset,s=void 0===a?[0,0]:a,c=i.Ct.reduce((function(e,r){return e[r]=function(e,t,r){var o=(0,n.Z)(e),a=[i.t$,i.we].indexOf(o)>=0?-1:1,s="function"==typeof r?r(Object.assign({},t,{placement:e})):r,c=s[0],u=s[1];return c=c||0,u=(u||0)*a,[i.t$,i.F2].indexOf(o)>=0?{x:u,y:c}:{x:c,y:u}}(r,t.rects,s),e}),{}),u=c[t.placement],l=u.x,p=u.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=p),t.modifiersData[o]=c}}},25196:function(e,t,r){"use strict";var n=r(86852);t.Z={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,r=e.name;t.modifiersData[r]=(0,n.Z)({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}}},12789:function(e,t,r){"use strict";var n=r(89670),i=r(37441),o=r(80082),a=r(72243),s=r(78889),c=r(210),u=r(31022),l=r(7550),p=r(13605),d=r(48388),f=r(73416);t.Z={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,r=e.options,m=e.name,v=r.mainAxis,g=void 0===v||v,h=r.altAxis,w=void 0!==h&&h,y=r.boundary,b=r.rootBoundary,S=r.altBoundary,M=r.padding,P=r.tether,_=void 0===P||P,k=r.tetherOffset,R=void 0===k?0:k,x=(0,l.Z)(t,{boundary:y,rootBoundary:b,padding:M,altBoundary:S}),O=(0,i.Z)(t.placement),A=(0,p.Z)(t.placement),E=!A,W=(0,o.Z)(O),L=(0,a.Z)(W),T=t.modifiersData.popperOffsets,I=t.rects.reference,C=t.rects.popper,j="function"==typeof R?R(Object.assign({},t.rects,{placement:t.placement})):R,N="number"==typeof j?{mainAxis:j,altAxis:j}:Object.assign({mainAxis:0,altAxis:0},j),F=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,Z={x:0,y:0};if(T){if(g){var q,B="y"===W?n.we:n.t$,D="y"===W?n.I:n.F2,H="y"===W?"height":"width",U=T[W],V=U+x[B],z=U-x[D],G=_?-C[H]/2:0,$=A===n.BL?I[H]:C[H],J=A===n.BL?-C[H]:-I[H],K=t.elements.arrow,Q=_&&K?(0,c.Z)(K):{width:0,height:0},Y=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:(0,d.Z)(),X=Y[B],ee=Y[D],te=(0,s.u)(0,I[H],Q[H]),re=E?I[H]/2-G-te-X-N.mainAxis:$-te-X-N.mainAxis,ne=E?-I[H]/2+G+te+ee+N.mainAxis:J+te+ee+N.mainAxis,ie=t.elements.arrow&&(0,u.Z)(t.elements.arrow),oe=ie?"y"===W?ie.clientTop||0:ie.clientLeft||0:0,ae=null!=(q=null==F?void 0:F[W])?q:0,se=U+re-ae-oe,ce=U+ne-ae,ue=(0,s.u)(_?(0,f.VV)(V,se):V,U,_?(0,f.Fp)(z,ce):z);T[W]=ue,Z[W]=ue-U}if(w){var le,pe="x"===W?n.we:n.t$,de="x"===W?n.I:n.F2,fe=T[L],me="y"===L?"height":"width",ve=fe+x[pe],ge=fe-x[de],he=-1!==[n.we,n.t$].indexOf(O),we=null!=(le=null==F?void 0:F[L])?le:0,ye=he?ve:fe-I[me]-C[me]-we+N.altAxis,be=he?fe+I[me]+C[me]-we-N.altAxis:ge,Se=_&&he?(0,s.q)(ye,fe,be):(0,s.u)(_?ye:ve,fe,_?be:ge);T[L]=Se,Z[L]=Se-fe}t.modifiersData[m]=Z}},requiresIfExists:["offset"]}},71717:function(e,t,r){"use strict";r.d(t,{fi:function(){return m}});var n=r(89640),i=r(93570),o=r(25196),a=r(73730),s=r(19826),c=r(25900),u=r(49640),l=r(12789),p=r(97364),d=r(78307),f=[i.Z,o.Z,a.Z,s.Z,c.Z,u.Z,l.Z,p.Z,d.Z],m=(0,n.kZ)({defaultModifiers:f})},47240:function(e,t,r){"use strict";r.d(t,{Z:function(){return s}});var n=r(13605),i=r(89670),o=r(7550),a=r(37441);function s(e,t){void 0===t&&(t={});var r=t,s=r.placement,c=r.boundary,u=r.rootBoundary,l=r.padding,p=r.flipVariations,d=r.allowedAutoPlacements,f=void 0===d?i.Ct:d,m=(0,n.Z)(s),v=m?p?i.bw:i.bw.filter((function(e){return(0,n.Z)(e)===m})):i.mv,g=v.filter((function(e){return f.indexOf(e)>=0}));0===g.length&&(g=v);var h=g.reduce((function(t,r){return t[r]=(0,o.Z)(e,{placement:r,boundary:c,rootBoundary:u,padding:l})[(0,a.Z)(r)],t}),{});return Object.keys(h).sort((function(e,t){return h[e]-h[t]}))}},86852:function(e,t,r){"use strict";r.d(t,{Z:function(){return s}});var n=r(37441),i=r(13605),o=r(80082),a=r(89670);function s(e){var t,r=e.reference,s=e.element,c=e.placement,u=c?(0,n.Z)(c):null,l=c?(0,i.Z)(c):null,p=r.x+r.width/2-s.width/2,d=r.y+r.height/2-s.height/2;switch(u){case a.we:t={x:p,y:r.y-s.height};break;case a.I:t={x:p,y:r.y+r.height};break;case a.F2:t={x:r.x+r.width,y:d};break;case a.t$:t={x:r.x-s.width,y:d};break;default:t={x:r.x,y:r.y}}var f=u?(0,o.Z)(u):null;if(null!=f){var m="y"===f?"height":"width";switch(l){case a.BL:t[f]=t[f]-(r[m]/2-s[m]/2);break;case a.ut:t[f]=t[f]+(r[m]/2-s[m]/2)}}return t}},49102:function(e,t,r){"use strict";function n(e){var t;return function(){return t||(t=new Promise((function(r){Promise.resolve().then((function(){t=void 0,r(e())}))}))),t}}r.d(t,{Z:function(){return n}})},7550:function(e,t,r){"use strict";r.d(t,{Z:function(){return d}});var n=r(3315),i=r(27306),o=r(22801),a=r(86852),s=r(92505),c=r(89670),u=r(39818),l=r(20661),p=r(14986);function d(e,t){void 0===t&&(t={});var r=t,d=r.placement,f=void 0===d?e.placement:d,m=r.boundary,v=void 0===m?c.zV:m,g=r.rootBoundary,h=void 0===g?c.Pj:g,w=r.elementContext,y=void 0===w?c.k5:w,b=r.altBoundary,S=void 0!==b&&b,M=r.padding,P=void 0===M?0:M,_=(0,l.Z)("number"!=typeof P?P:(0,p.Z)(P,c.mv)),k=y===c.k5?c.YP:c.k5,R=e.rects.popper,x=e.elements[S?k:y],O=(0,n.Z)((0,u.kK)(x)?x:x.contextElement||(0,i.Z)(e.elements.popper),v,h),A=(0,o.Z)(e.elements.reference),E=(0,a.Z)({reference:A,element:R,strategy:"absolute",placement:f}),W=(0,s.Z)(Object.assign({},R,E)),L=y===c.k5?W:A,T={top:O.top-L.top+_.top,bottom:L.bottom-O.bottom+_.bottom,left:O.left-L.left+_.left,right:L.right-O.right+_.right},I=e.modifiersData.offset;if(y===c.k5&&I){var C=I[f];Object.keys(T).forEach((function(e){var t=[c.F2,c.I].indexOf(e)>=0?1:-1,r=[c.we,c.I].indexOf(e)>=0?"y":"x";T[e]+=C[r]*t}))}return T}},14986:function(e,t,r){"use strict";function n(e,t){return t.reduce((function(t,r){return t[r]=e,t}),{})}r.d(t,{Z:function(){return n}})},72243:function(e,t,r){"use strict";function n(e){return"x"===e?"y":"x"}r.d(t,{Z:function(){return n}})},37441:function(e,t,r){"use strict";function n(e){return e.split("-")[0]}r.d(t,{Z:function(){return n}})},48388:function(e,t,r){"use strict";function n(){return{top:0,right:0,bottom:0,left:0}}r.d(t,{Z:function(){return n}})},80082:function(e,t,r){"use strict";function n(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}r.d(t,{Z:function(){return n}})},6448:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n={left:"right",right:"left",bottom:"top",top:"bottom"};function i(e){return e.replace(/left|right|bottom|top/g,(function(e){return n[e]}))}},27640:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n={start:"end",end:"start"};function i(e){return e.replace(/start|end/g,(function(e){return n[e]}))}},13605:function(e,t,r){"use strict";function n(e){return e.split("-")[1]}r.d(t,{Z:function(){return n}})},73416:function(e,t,r){"use strict";r.d(t,{Fp:function(){return n},NM:function(){return o},VV:function(){return i}});var n=Math.max,i=Math.min,o=Math.round},70350:function(e,t,r){"use strict";function n(e){var t=e.reduce((function(e,t){var r=e[t.name];return e[t.name]=r?Object.assign({},r,t,{options:Object.assign({},r.options,t.options),data:Object.assign({},r.data,t.data)}):t,e}),{});return Object.keys(t).map((function(e){return t[e]}))}r.d(t,{Z:function(){return n}})},20661:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(48388);function i(e){return Object.assign({},(0,n.Z)(),e)}},97285:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(89670);function i(e){var t=new Map,r=new Set,n=[];function i(e){r.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!r.has(e)){var n=t.get(e);n&&i(n)}})),n.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){r.has(e.name)||i(e)})),n}function o(e){var t=i(e);return n.xs.reduce((function(e,r){return e.concat(t.filter((function(e){return e.phase===r})))}),[])}},92505:function(e,t,r){"use strict";function n(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}r.d(t,{Z:function(){return n}})},78889:function(e,t,r){"use strict";r.d(t,{q:function(){return o},u:function(){return i}});var n=r(73416);function i(e,t,r){return(0,n.Fp)(e,(0,n.VV)(t,r))}function o(e,t,r){var n=i(e,t,r);return n>r?r:n}},23362:function(e,t){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,r=1,n=arguments.length;r0&&i[i.length-1])||6!==o[0]&&2!==o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]-1&&(t&&c.cancelMethods[r](),c.elements.splice(r,1),c.cancelMethods.splice(r,1))}},u="undefined"!=typeof window,l={cancelOnUserAction:!0,easing:function(e){return--e*e*e+1},elementToScroll:u?window:null,horizontalOffset:0,maxDuration:3e3,minDuration:250,speed:500,verticalOffset:0};t.default=function(e,t){return void 0===t&&(t={}),n(this,void 0,void 0,(function(){var n,o,p,d,f,m,v,g,h,w,y,b,S,M,P,_,k;return i(this,(function(i){if(!u)return[2,new Promise((function(e){e(!1)}))];if(!window.Promise)throw"Browser doesn't support Promises, and animated-scroll-to depends on it, please provide a polyfill.";if(d=r(r({},l),t),f=d.elementToScroll===window,m=!!d.elementToScroll.nodeName,!f&&!m)throw"Element to scroll needs to be either window or DOM element.";if(v=f?document.documentElement:d.elementToScroll,"smooth"===getComputedStyle(v).getPropertyValue("scroll-behavior")&&console.warn(v.tagName+' has "scroll-behavior: smooth" which can mess up with animated-scroll-to\'s animations'),g=f?new s:new a(d.elementToScroll),e instanceof Element){if(p=e,m&&(!d.elementToScroll.contains(p)||d.elementToScroll.isSameNode(p)))throw"options.elementToScroll has to be a parent of scrollToElement";n=g.getHorizontalElementScrollOffset(p,d.elementToScroll),o=g.getVerticalElementScrollOffset(p,d.elementToScroll)}else if("number"==typeof e)n=g.getHorizontalScroll(),o=e;else{if(!Array.isArray(e)||2!==e.length)throw"Wrong function signature. Check documentation.\nAvailable method signatures are:\n animateScrollTo(y:number, options)\n animateScrollTo([x:number | null, y:number | null], options)\n animateScrollTo(scrollToElement:Element, options)";n=null===e[0]?g.getHorizontalScroll():e[0],o=null===e[1]?g.getVerticalScroll():e[1]}return n+=d.horizontalOffset,o+=d.verticalOffset,h=g.getMaxHorizontalScroll(),w=g.getHorizontalScroll(),n>h&&(n=h),y=n-w,b=g.getMaxVerticalScroll(),S=g.getVerticalScroll(),o>b&&(o=b),M=o-S,P=Math.abs(Math.round(y/1e3*d.speed)),_=Math.abs(Math.round(M/1e3*d.speed)),(k=P>_?P:_)d.maxDuration&&(k=d.maxDuration),[2,new Promise((function(e,t){var r;0===y&&0===M&&e(!0),c.remove(d.elementToScroll,!0);var i=function(){l(),cancelAnimationFrame(r),e(!1)};c.add(d.elementToScroll,i);var a=d.cancelOnUserAction?i:function(e){return e.preventDefault()},s=d.cancelOnUserAction?{passive:!0}:{passive:!1},u=["wheel","touchstart","keydown","mousedown"],l=function(){u.forEach((function(e){d.elementToScroll.removeEventListener(e,a,s)}))};u.forEach((function(e){d.elementToScroll.addEventListener(e,a,s)}));var p=Date.now(),f=function(){var t=Date.now()-p,i=t/k,a=Math.round(w+y*d.easing(i)),s=Math.round(S+M*d.easing(i));t0&&r[1]||""},e.getSecondMatch=function(e,t){var r=t.match(e);return r&&r.length>1&&r[2]||""},e.matchAndReturnConst=function(e,t,r){if(e.test(t))return r},e.getWindowsVersionName=function(e){switch(e){case"NT":return"NT";case"XP":case"NT 5.1":return"XP";case"NT 5.0":return"2000";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},e.getMacOSVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),10===t[0])switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},e.getAndroidVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?"Cupcake":1===t[0]&&t[1]>=6?"Donut":2===t[0]&&t[1]<2?"Eclair":2===t[0]&&2===t[1]?"Froyo":2===t[0]&&t[1]>2?"Gingerbread":3===t[0]?"Honeycomb":4===t[0]&&t[1]<1?"Ice Cream Sandwich":4===t[0]&&t[1]<4?"Jelly Bean":4===t[0]&&t[1]>=4?"KitKat":5===t[0]?"Lollipop":6===t[0]?"Marshmallow":7===t[0]?"Nougat":8===t[0]?"Oreo":9===t[0]?"Pie":void 0},e.getVersionPrecision=function(e){return e.split(".").length},e.compareVersions=function(t,r,n){void 0===n&&(n=!1);var i=e.getVersionPrecision(t),o=e.getVersionPrecision(r),a=Math.max(i,o),s=0,c=e.map([t,r],(function(t){var r=a-e.getVersionPrecision(t),n=t+new Array(r+1).join(".0");return e.map(n.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(n&&(s=a-Math.min(i,o)),a-=1;a>=s;){if(c[0][a]>c[1][a])return 1;if(c[0][a]===c[1][a]){if(a===s)return 0;a-=1}else if(c[0][a]1?i-1:0),a=1;a0){var a=Object.keys(r),c=s.default.find(a,(function(e){return t.isOS(e)}));if(c){var u=this.satisfies(r[c]);if(void 0!==u)return u}var l=s.default.find(a,(function(e){return t.isPlatform(e)}));if(l){var p=this.satisfies(r[l]);if(void 0!==p)return p}}if(o>0){var d=Object.keys(i),f=s.default.find(d,(function(e){return t.isBrowser(e,!0)}));if(void 0!==f)return this.compareVersion(i[f])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var r=this.getBrowserName().toLowerCase(),n=e.toLowerCase(),i=s.default.getBrowserTypeByAlias(n);return t&&i&&(n=i.toLowerCase()),n===r},t.compareVersion=function(e){var t=[0],r=e,n=!1,i=this.getBrowserVersion();if("string"==typeof i)return">"===e[0]||"<"===e[0]?(r=e.substr(1),"="===e[1]?(n=!0,r=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?r=e.substr(1):"~"===e[0]&&(n=!0,r=e.substr(1)),t.indexOf(s.default.compareVersions(i,r,n))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some((function(e){return t.is(e)}))},e}();t.default=u,e.exports=t.default},92:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},o=/version\/(\d+(\.?_?\d+)+)/i,a=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},r=i.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},r=i.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},r=i.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},r=i.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},r=i.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},r=i.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},r=i.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},r=i.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},r=i.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},r=i.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},r=i.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},r=i.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},r=i.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},r=i.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},r=i.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return r&&(t.version=r),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},r=i.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},r=i.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},r=i.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},r=i.default.getFirstMatch(o,e)||i.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},r=i.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},r=i.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},r=i.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},r=i.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},r=i.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},r=i.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},r=i.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},r=i.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},r=i.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t={name:"Android Browser"},r=i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},r=i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},r=i.default.getFirstMatch(o,e);return r&&(t.version=r),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:i.default.getFirstMatch(t,e),version:i.default.getSecondMatch(t,e)}}}];t.default=a,e.exports=t.default},93:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},o=r(18),a=[{test:[/Roku\/DVP/],describe:function(e){var t=i.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:o.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=i.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:o.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=i.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),r=i.default.getWindowsVersionName(t);return{name:o.OS_MAP.Windows,version:t,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:o.OS_MAP.iOS},r=i.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return r&&(t.version=r),t}},{test:[/macintosh/i],describe:function(e){var t=i.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),r=i.default.getMacOSVersionName(t),n={name:o.OS_MAP.MacOS,version:t};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=i.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:o.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t=i.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),r=i.default.getAndroidVersionName(t),n={name:o.OS_MAP.Android,version:t};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=i.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),r={name:o.OS_MAP.WebOS};return t&&t.length&&(r.version=t),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=i.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||i.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||i.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:o.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=i.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:o.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=i.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:o.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:o.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:o.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=i.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:o.OS_MAP.PlayStation4,version:t}}}];t.default=a,e.exports=t.default},94:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},o=r(18),a=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=i.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",r={type:o.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(r.model=t),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),r=e.test(/like (ipod|iphone)/i);return t&&!r},describe:function(e){var t=i.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:o.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(".")[0]);return"android"===e.getOSName(!0)&&t>=3},describe:function(){return{type:o.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.tv}}}];t.default=a,e.exports=t.default},95:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},o=r(18),a=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:o.ENGINE_MAP.Blink};var t=i.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:o.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:o.ENGINE_MAP.Trident},r=i.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:o.ENGINE_MAP.Presto},r=i.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=e.test(/gecko/i),r=e.test(/like gecko/i);return t&&!r},describe:function(e){var t={name:o.ENGINE_MAP.Gecko},r=i.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:o.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:o.ENGINE_MAP.WebKit},r=i.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}}];t.default=a,e.exports=t.default}})},97676:function(e,t,r){var n=r(75277),i=r(28768),o=TypeError;e.exports=function(e){if(n(e))return e;throw o(i(e)+" is not a function")}},43327:function(e,t,r){var n=r(31536),i=r(28768),o=TypeError;e.exports=function(e){if(n(e))return e;throw o(i(e)+" is not a constructor")}},75017:function(e,t,r){var n=r(75277),i=String,o=TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw o("Can't set "+i(e)+" as a prototype")}},6677:function(e,t,r){var n=r(52280),i=r(51569),o=r(86385).f,a=n("unscopables"),s=Array.prototype;null==s[a]&&o(s,a,{configurable:!0,value:i(null)}),e.exports=function(e){s[a][e]=!0}},13350:function(e,t,r){"use strict";var n=r(91140).charAt;e.exports=function(e,t,r){return t+(r?n(e,t).length:1)}},9519:function(e,t,r){var n=r(32010),i=TypeError;e.exports=function(e,t){if(n(t,e))return e;throw i("Incorrect invocation")}},83875:function(e,t,r){var n=r(52786),i=String,o=TypeError;e.exports=function(e){if(n(e))return e;throw o(i(e)+" is not an object")}},37190:function(e,t,r){var n=r(29580),i=r(32565),o=r(47046),a=function(e){return function(t,r,a){var s,c=n(t),u=o(c),l=i(a,u);if(e&&r!=r){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((e||l in c)&&c[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},54324:function(e,t,r){"use strict";var n=r(79044);e.exports=function(e,t){var r=[][e];return!!r&&n((function(){r.call(null,t||function(){return 1},1)}))}},86596:function(e,t,r){var n=r(97676),i=r(30744),o=r(78609),a=r(47046),s=TypeError,c=function(e){return function(t,r,c,u){n(r);var l=i(t),p=o(l),d=a(l),f=e?d-1:0,m=e?-1:1;if(c<2)for(;;){if(f in p){u=p[f],f+=m;break}if(f+=m,e?f<0:d<=f)throw s("Reduce of empty array with no initial value")}for(;e?f>=0:d>f;f+=m)f in p&&(u=r(u,p[f],f,l));return u}};e.exports={left:c(!1),right:c(!0)}},58990:function(e,t,r){var n=r(32565),i=r(47046),o=r(35039),a=Array,s=Math.max;e.exports=function(e,t,r){for(var c=i(e),u=n(t,c),l=n(void 0===r?c:r,c),p=a(s(l-u,0)),d=0;u0;)e[n]=e[--n];n!==o++&&(e[n]=r)}return e},s=function(e,t,r,n){for(var i=t.length,o=r.length,a=0,s=0;a0&&n[0]<4?1:+(n[0]+n[1])),!i&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(i=+n[1]),e.exports=i},48869:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},19882:function(e,t,r){var n=r(98363),i=r(66012).f,o=r(45899),a=r(50403),s=r(62359),c=r(73870),u=r(86291);e.exports=function(e,t){var r,l,p,d,f,m=e.target,v=e.global,g=e.stat;if(r=v?n:g?n[m]||s(m,{}):(n[m]||{}).prototype)for(l in t){if(d=t[l],p=e.dontCallGetSet?(f=i(r,l))&&f.value:r[l],!u(v?l:m+(g?".":"#")+l,e.forced)&&void 0!==p){if(typeof d==typeof p)continue;c(d,p)}(e.sham||p&&p.sham)&&o(d,"sham",!0),a(r,l,d,e)}}},79044:function(e){e.exports=function(e){try{return!!e()}catch(t){return!0}}},81492:function(e,t,r){"use strict";r(39275);var n=r(88697),i=r(50403),o=r(99749),a=r(79044),s=r(52280),c=r(45899),u=s("species"),l=RegExp.prototype;e.exports=function(e,t,r,p){var d=s(e),f=!a((function(){var t={};return t[d]=function(){return 7},7!=""[e](t)})),m=f&&!a((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[u]=function(){return r},r.flags="",r[d]=/./[d]),r.exec=function(){return t=!0,null},r[d](""),!t}));if(!f||!m||r){var v=n(/./[d]),g=t(d,""[e],(function(e,t,r,i,a){var s=n(e),c=t.exec;return c===o||c===l.exec?f&&!a?{done:!0,value:v(t,r,i)}:{done:!0,value:s(r,t,i)}:{done:!1}}));i(String.prototype,e,g[0]),i(l,d,g[1])}p&&c(l[d],"sham",!0)}},63530:function(e,t,r){var n=r(23996),i=Function.prototype,o=i.apply,a=i.call;e.exports="object"==typeof Reflect&&Reflect.apply||(n?a.bind(o):function(){return a.apply(o,arguments)})},98166:function(e,t,r){var n=r(88697),i=r(97676),o=r(23996),a=n(n.bind);e.exports=function(e,t){return i(e),void 0===t?e:o?a(e,t):function(){return e.apply(t,arguments)}}},23996:function(e,t,r){var n=r(79044);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},79611:function(e,t,r){var n=r(23996),i=Function.prototype.call;e.exports=n?i.bind(i):function(){return i.apply(i,arguments)}},55316:function(e,t,r){var n=r(7493),i=r(24792),o=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,s=i(o,"name"),c=s&&"something"===function(){}.name,u=s&&(!n||n&&a(o,"name").configurable);e.exports={EXISTS:s,PROPER:c,CONFIGURABLE:u}},88697:function(e,t,r){var n=r(23996),i=Function.prototype,o=i.bind,a=i.call,s=n&&o.bind(a,a);e.exports=n?function(e){return e&&s(e)}:function(e){return e&&function(){return a.apply(e,arguments)}}},22773:function(e,t,r){var n=r(98363),i=r(75277);e.exports=function(e,t){return arguments.length<2?(r=n[e],i(r)?r:void 0):n[e]&&n[e][t];var r}},77193:function(e,t,r){var n=r(36994),i=r(97219),o=r(44818),a=r(52280)("iterator");e.exports=function(e){if(null!=e)return i(e,a)||i(e,"@@iterator")||o[n(e)]}},11805:function(e,t,r){var n=r(79611),i=r(97676),o=r(83875),a=r(28768),s=r(77193),c=TypeError;e.exports=function(e,t){var r=arguments.length<2?s(e):t;if(i(r))return o(n(r,e));throw c(a(e)+" is not iterable")}},97219:function(e,t,r){var n=r(97676);e.exports=function(e,t){var r=e[t];return null==r?void 0:n(r)}},81373:function(e,t,r){var n=r(88697),i=r(30744),o=Math.floor,a=n("".charAt),s=n("".replace),c=n("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,l=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,r,n,p,d){var f=r+e.length,m=n.length,v=l;return void 0!==p&&(p=i(p),v=u),s(d,v,(function(i,s){var u;switch(a(s,0)){case"$":return"$";case"&":return e;case"`":return c(t,0,r);case"'":return c(t,f);case"<":u=p[c(s,1,-1)];break;default:var l=+s;if(0===l)return i;if(l>m){var d=o(l/10);return 0===d?i:d<=m?void 0===n[d-1]?a(s,1):n[d-1]+a(s,1):i}u=n[l-1]}return void 0===u?"":u}))}},98363:function(e,t,r){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},24792:function(e,t,r){var n=r(88697),i=r(30744),o=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return o(i(e),t)}},47505:function(e){e.exports={}},46271:function(e,t,r){var n=r(98363);e.exports=function(e,t){var r=n.console;r&&r.error&&(1==arguments.length?r.error(e):r.error(e,t))}},47055:function(e,t,r){var n=r(22773);e.exports=n("document","documentElement")},67548:function(e,t,r){var n=r(7493),i=r(79044),o=r(92750);e.exports=!n&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},78609:function(e,t,r){var n=r(88697),i=r(79044),o=r(79159),a=Object,s=n("".split);e.exports=i((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?s(e,""):a(e)}:a},59250:function(e,t,r){var n=r(75277),i=r(52786),o=r(22412);e.exports=function(e,t,r){var a,s;return o&&n(a=t.constructor)&&a!==r&&i(s=a.prototype)&&s!==r.prototype&&o(e,s),e}},56429:function(e,t,r){var n=r(88697),i=r(75277),o=r(49415),a=n(Function.toString);i(o.inspectSource)||(o.inspectSource=function(e){return a(e)}),e.exports=o.inspectSource},20821:function(e,t,r){var n,i,o,a=r(36830),s=r(98363),c=r(88697),u=r(52786),l=r(45899),p=r(24792),d=r(49415),f=r(50466),m=r(47505),v="Object already initialized",g=s.TypeError,h=s.WeakMap;if(a||d.state){var w=d.state||(d.state=new h),y=c(w.get),b=c(w.has),S=c(w.set);n=function(e,t){if(b(w,e))throw new g(v);return t.facade=e,S(w,e,t),t},i=function(e){return y(w,e)||{}},o=function(e){return b(w,e)}}else{var M=f("state");m[M]=!0,n=function(e,t){if(p(e,M))throw new g(v);return t.facade=e,l(e,M,t),t},i=function(e){return p(e,M)?e[M]:{}},o=function(e){return p(e,M)}}e.exports={set:n,get:i,has:o,enforce:function(e){return o(e)?i(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!u(t)||(r=i(t)).type!==e)throw g("Incompatible receiver, "+e+" required");return r}}}},68089:function(e,t,r){var n=r(52280),i=r(44818),o=n("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||a[o]===e)}},75277:function(e){e.exports=function(e){return"function"==typeof e}},31536:function(e,t,r){var n=r(88697),i=r(79044),o=r(75277),a=r(36994),s=r(22773),c=r(56429),u=function(){},l=[],p=s("Reflect","construct"),d=/^\s*(?:class|function)\b/,f=n(d.exec),m=!d.exec(u),v=function(e){if(!o(e))return!1;try{return p(u,l,e),!0}catch(t){return!1}},g=function(e){if(!o(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return m||!!f(d,c(e))}catch(t){return!0}};g.sham=!0,e.exports=!p||i((function(){var e;return v(v.call)||!v(Object)||!v((function(){e=!0}))||e}))?g:v},86291:function(e,t,r){var n=r(79044),i=r(75277),o=/#|\.prototype\./,a=function(e,t){var r=c[s(e)];return r==l||r!=u&&(i(t)?n(t):!!t)},s=a.normalize=function(e){return String(e).replace(o,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},52786:function(e,t,r){var n=r(75277);e.exports=function(e){return"object"==typeof e?null!==e:n(e)}},21178:function(e){e.exports=!1},42622:function(e,t,r){var n=r(52786),i=r(79159),o=r(52280)("match");e.exports=function(e){var t;return n(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==i(e))}},66681:function(e,t,r){var n=r(22773),i=r(75277),o=r(32010),a=r(189),s=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return i(t)&&o(t.prototype,s(e))}},5166:function(e,t,r){var n=r(98166),i=r(79611),o=r(83875),a=r(28768),s=r(68089),c=r(47046),u=r(32010),l=r(11805),p=r(77193),d=r(18744),f=TypeError,m=function(e,t){this.stopped=e,this.result=t},v=m.prototype;e.exports=function(e,t,r){var g,h,w,y,b,S,M,P=r&&r.that,_=!(!r||!r.AS_ENTRIES),k=!(!r||!r.IS_ITERATOR),R=!(!r||!r.INTERRUPTED),x=n(t,P),O=function(e){return g&&d(g,"normal",e),new m(!0,e)},A=function(e){return _?(o(e),R?x(e[0],e[1],O):x(e[0],e[1])):R?x(e,O):x(e)};if(k)g=e;else{if(!(h=p(e)))throw f(a(e)+" is not iterable");if(s(h)){for(w=0,y=c(e);y>w;w++)if((b=A(e[w]))&&u(v,b))return b;return new m(!1)}g=l(e,h)}for(S=g.next;!(M=i(S,g)).done;){try{b=A(M.value)}catch(E){d(g,"throw",E)}if("object"==typeof b&&b&&u(v,b))return b}return new m(!1)}},18744:function(e,t,r){var n=r(79611),i=r(83875),o=r(97219);e.exports=function(e,t,r){var a,s;i(e);try{if(!(a=o(e,"return"))){if("throw"===t)throw r;return r}a=n(a,e)}catch(c){s=!0,a=c}if("throw"===t)throw r;if(s)throw a;return i(a),r}},97022:function(e,t,r){"use strict";var n,i,o,a=r(79044),s=r(75277),c=r(51569),u=r(12654),l=r(50403),p=r(52280),d=r(21178),f=p("iterator"),m=!1;[].keys&&("next"in(o=[].keys())?(i=u(u(o)))!==Object.prototype&&(n=i):m=!0),null==n||a((function(){var e={};return n[f].call(e)!==e}))?n={}:d&&(n=c(n)),s(n[f])||l(n,f,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:m}},44818:function(e){e.exports={}},47046:function(e,t,r){var n=r(35108);e.exports=function(e){return n(e.length)}},20833:function(e,t,r){var n=r(79044),i=r(75277),o=r(24792),a=r(7493),s=r(55316).CONFIGURABLE,c=r(56429),u=r(20821),l=u.enforce,p=u.get,d=Object.defineProperty,f=a&&!n((function(){return 8!==d((function(){}),"length",{value:8}).length})),m=String(String).split("String"),v=e.exports=function(e,t,r){"Symbol("===String(t).slice(0,7)&&(t="["+String(t).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!o(e,"name")||s&&e.name!==t)&&d(e,"name",{value:t,configurable:!0}),f&&r&&o(r,"arity")&&e.length!==r.arity&&d(e,"length",{value:r.arity});try{r&&o(r,"constructor")&&r.constructor?a&&d(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(i){}var n=l(e);return o(n,"source")||(n.source=m.join("string"==typeof t?t:"")),e};Function.prototype.toString=v((function(){return i(this)&&p(this).source||c(this)}),"toString")},78300:function(e){var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},71800:function(e,t,r){var n,i,o,a,s,c,u,l,p=r(98363),d=r(98166),f=r(66012).f,m=r(84643).set,v=r(53121),g=r(55357),h=r(14402),w=r(93921),y=p.MutationObserver||p.WebKitMutationObserver,b=p.document,S=p.process,M=p.Promise,P=f(p,"queueMicrotask"),_=P&&P.value;_||(n=function(){var e,t;for(w&&(e=S.domain)&&e.exit();i;){t=i.fn,i=i.next;try{t()}catch(r){throw i?a():o=void 0,r}}o=void 0,e&&e.enter()},v||w||h||!y||!b?!g&&M&&M.resolve?((u=M.resolve(void 0)).constructor=M,l=d(u.then,u),a=function(){l(n)}):w?a=function(){S.nextTick(n)}:(m=d(m,p),a=function(){m(n)}):(s=!0,c=b.createTextNode(""),new y(n).observe(c,{characterData:!0}),a=function(){c.data=s=!s})),e.exports=_||function(e){var t={fn:e,next:void 0};o&&(o.next=t),i||(i=t,a()),o=t}},3850:function(e,t,r){var n=r(11197),i=r(79044);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},40655:function(e,t,r){var n=r(79044),i=r(52280),o=r(21178),a=i("iterator");e.exports=!n((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,r="";return e.pathname="c%20d",t.forEach((function(e,n){t.delete("b"),r+=n+e})),o&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==r||"x"!==new URL("http://x",void 0).host}))},36830:function(e,t,r){var n=r(98363),i=r(75277),o=r(56429),a=n.WeakMap;e.exports=i(a)&&/native code/.test(o(a))},29269:function(e,t,r){"use strict";var n=r(97676),i=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n})),this.resolve=n(t),this.reject=n(r)};e.exports.f=function(e){return new i(e)}},21049:function(e,t,r){var n=r(42622),i=TypeError;e.exports=function(e){if(n(e))throw i("The method doesn't accept regular expressions");return e}},44762:function(e,t,r){var n=r(98363),i=r(79044),o=r(88697),a=r(28967),s=r(10287).trim,c=r(2569),u=o("".charAt),l=n.parseFloat,p=n.Symbol,d=p&&p.iterator,f=1/l(c+"-0")!=-1/0||d&&!i((function(){l(Object(d))}));e.exports=f?function(e){var t=s(a(e)),r=l(t);return 0===r&&"-"==u(t,0)?-0:r}:l},35399:function(e,t,r){var n=r(98363),i=r(79044),o=r(88697),a=r(28967),s=r(10287).trim,c=r(2569),u=n.parseInt,l=n.Symbol,p=l&&l.iterator,d=/^[+-]?0x/i,f=o(d.exec),m=8!==u(c+"08")||22!==u(c+"0x16")||p&&!i((function(){u(Object(p))}));e.exports=m?function(e,t){var r=s(a(e));return u(r,t>>>0||(f(d,r)?16:10))}:u},51569:function(e,t,r){var n,i=r(83875),o=r(17840),a=r(48869),s=r(47505),c=r(47055),u=r(92750),l=r(50466),p="prototype",d="script",f=l("IE_PROTO"),m=function(){},v=function(e){return"<"+d+">"+e+""},g=function(e){e.write(v("")),e.close();var t=e.parentWindow.Object;return e=null,t},h=function(){try{n=new ActiveXObject("htmlfile")}catch(o){}var e,t,r;h="undefined"!=typeof document?document.domain&&n?g(n):(t=u("iframe"),r="java"+d+":",t.style.display="none",c.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(v("document.F=Object")),e.close(),e.F):g(n);for(var i=a.length;i--;)delete h[p][a[i]];return h()};s[f]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(m[p]=i(e),r=new m,m[p]=null,r[f]=e):r=h(),void 0===t?r:o.f(r,t)}},17840:function(e,t,r){var n=r(7493),i=r(51010),o=r(86385),a=r(83875),s=r(29580),c=r(60667);t.f=n&&!i?Object.defineProperties:function(e,t){a(e);for(var r,n=s(t),i=c(t),u=i.length,l=0;u>l;)o.f(e,r=i[l++],n[r]);return e}},86385:function(e,t,r){var n=r(7493),i=r(67548),o=r(51010),a=r(83875),s=r(383),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",d="configurable",f="writable";t.f=n?o?function(e,t,r){if(a(e),t=s(t),a(r),"function"==typeof e&&"prototype"===t&&"value"in r&&f in r&&!r[f]){var n=l(e,t);n&&n[f]&&(e[t]=r.value,r={configurable:d in r?r[d]:n[d],enumerable:p in r?r[p]:n[p],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(a(e),t=s(t),a(r),i)try{return u(e,t,r)}catch(n){}if("get"in r||"set"in r)throw c("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},66012:function(e,t,r){var n=r(7493),i=r(79611),o=r(81513),a=r(69199),s=r(29580),c=r(383),u=r(24792),l=r(67548),p=Object.getOwnPropertyDescriptor;t.f=n?p:function(e,t){if(e=s(e),t=c(t),l)try{return p(e,t)}catch(r){}if(u(e,t))return a(!i(o.f,e,t),e[t])}},87994:function(e,t,r){var n=r(18794),i=r(48869).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,i)}},89612:function(e,t){t.f=Object.getOwnPropertySymbols},12654:function(e,t,r){var n=r(24792),i=r(75277),o=r(30744),a=r(50466),s=r(25115),c=a("IE_PROTO"),u=Object,l=u.prototype;e.exports=s?u.getPrototypeOf:function(e){var t=o(e);if(n(t,c))return t[c];var r=t.constructor;return i(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},32010:function(e,t,r){var n=r(88697);e.exports=n({}.isPrototypeOf)},18794:function(e,t,r){var n=r(88697),i=r(24792),o=r(29580),a=r(37190).indexOf,s=r(47505),c=n([].push);e.exports=function(e,t){var r,n=o(e),u=0,l=[];for(r in n)!i(s,r)&&i(n,r)&&c(l,r);for(;t.length>u;)i(n,r=t[u++])&&(~a(l,r)||c(l,r));return l}},60667:function(e,t,r){var n=r(18794),i=r(48869);e.exports=Object.keys||function(e){return n(e,i)}},81513:function(e,t){"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,i=n&&!r.call({1:2},1);t.f=i?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},22412:function(e,t,r){var n=r(88697),i=r(83875),o=r(75017);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),t=r instanceof Array}catch(a){}return function(r,n){return i(r),o(n),t?e(r,n):r.__proto__=n,r}}():void 0)},17141:function(e,t,r){var n=r(79611),i=r(75277),o=r(52786),a=TypeError;e.exports=function(e,t){var r,s;if("string"===t&&i(r=e.toString)&&!o(s=n(r,e)))return s;if(i(r=e.valueOf)&&!o(s=n(r,e)))return s;if("string"!==t&&i(r=e.toString)&&!o(s=n(r,e)))return s;throw a("Can't convert object to primitive value")}},31561:function(e,t,r){var n=r(22773),i=r(88697),o=r(87994),a=r(89612),s=r(83875),c=i([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=o.f(s(e)),r=a.f;return r?c(t,r(e)):t}},74443:function(e){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},35182:function(e,t,r){var n=r(98363),i=r(25988),o=r(75277),a=r(86291),s=r(56429),c=r(52280),u=r(47923),l=r(21178),p=r(11197),d=i&&i.prototype,f=c("species"),m=!1,v=o(n.PromiseRejectionEvent),g=a("Promise",(function(){var e=s(i),t=e!==String(i);if(!t&&66===p)return!0;if(l&&(!d.catch||!d.finally))return!0;if(p>=51&&/native code/.test(e))return!1;var r=new i((function(e){e(1)})),n=function(e){e((function(){}),(function(){}))};return(r.constructor={})[f]=n,!(m=r.then((function(){}))instanceof n)||!t&&u&&!v}));e.exports={CONSTRUCTOR:g,REJECTION_EVENT:v,SUBCLASSING:m}},25988:function(e,t,r){var n=r(98363);e.exports=n.Promise},11621:function(e,t,r){var n=r(83875),i=r(52786),o=r(29269);e.exports=function(e,t){if(n(e),i(t)&&t.constructor===e)return t;var r=o.f(e);return(0,r.resolve)(t),r.promise}},99581:function(e,t,r){var n=r(25988),i=r(8662),o=r(35182).CONSTRUCTOR;e.exports=o||!i((function(e){n.all(e).then(void 0,(function(){}))}))},79557:function(e,t,r){var n=r(86385).f;e.exports=function(e,t,r){r in e||n(e,r,{configurable:!0,get:function(){return t[r]},set:function(e){t[r]=e}})}},12423:function(e){var t=function(){this.head=null,this.tail=null};t.prototype={add:function(e){var t={item:e,next:null};this.head?this.tail.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return this.head=e.next,this.tail===e&&(this.tail=null),e.item}},e.exports=t},94088:function(e,t,r){var n=r(79611),i=r(83875),o=r(75277),a=r(79159),s=r(99749),c=TypeError;e.exports=function(e,t){var r=e.exec;if(o(r)){var u=n(r,e,t);return null!==u&&i(u),u}if("RegExp"===a(e))return n(s,e,t);throw c("RegExp#exec called on incompatible receiver")}},99749:function(e,t,r){"use strict";var n,i,o=r(79611),a=r(88697),s=r(28967),c=r(58083),u=r(97047),l=r(53580),p=r(51569),d=r(20821).get,f=r(41669),m=r(1638),v=l("native-string-replace",String.prototype.replace),g=RegExp.prototype.exec,h=g,w=a("".charAt),y=a("".indexOf),b=a("".replace),S=a("".slice),M=(i=/b*/g,o(g,n=/a/,"a"),o(g,i,"a"),0!==n.lastIndex||0!==i.lastIndex),P=u.BROKEN_CARET,_=void 0!==/()??/.exec("")[1];(M||_||P||f||m)&&(h=function(e){var t,r,n,i,a,u,l,f=this,m=d(f),k=s(e),R=m.raw;if(R)return R.lastIndex=f.lastIndex,t=o(h,R,k),f.lastIndex=R.lastIndex,t;var x=m.groups,O=P&&f.sticky,A=o(c,f),E=f.source,W=0,L=k;if(O&&(A=b(A,"y",""),-1===y(A,"g")&&(A+="g"),L=S(k,f.lastIndex),f.lastIndex>0&&(!f.multiline||f.multiline&&"\n"!==w(k,f.lastIndex-1))&&(E="(?: "+E+")",L=" "+L,W++),r=new RegExp("^(?:"+E+")",A)),_&&(r=new RegExp("^"+E+"$(?!\\s)",A)),M&&(n=f.lastIndex),i=o(g,O?r:f,L),O?i?(i.input=S(i.input,W),i[0]=S(i[0],W),i.index=f.lastIndex,f.lastIndex+=i[0].length):f.lastIndex=0:M&&i&&(f.lastIndex=f.global?i.index+i[0].length:n),_&&i&&i.length>1&&o(v,i[0],r,(function(){for(a=1;ab)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$c")}))},96411:function(e){var t=TypeError;e.exports=function(e){if(null==e)throw t("Can't call method on "+e);return e}},10420:function(e){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},57323:function(e,t,r){"use strict";var n=r(22773),i=r(86385),o=r(52280),a=r(7493),s=o("species");e.exports=function(e){var t=n(e),r=i.f;a&&t&&!t[s]&&r(t,s,{configurable:!0,get:function(){return this}})}},60878:function(e,t,r){var n=r(86385).f,i=r(24792),o=r(52280)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!i(e,o)&&n(e,o,{configurable:!0,value:t})}},50466:function(e,t,r){var n=r(53580),i=r(34524),o=n("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},49415:function(e,t,r){var n=r(98363),i=r(62359),o="__core-js_shared__",a=n[o]||i(o,{});e.exports=a},53580:function(e,t,r){var n=r(21178),i=r(49415);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.23.1",mode:n?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.23.1/LICENSE",source:"https://github.com/zloirock/core-js"})},7270:function(e,t,r){var n=r(83875),i=r(43327),o=r(52280)("species");e.exports=function(e,t){var r,a=n(e).constructor;return void 0===a||null==(r=n(a)[o])?t:i(r)}},91140:function(e,t,r){var n=r(88697),i=r(14229),o=r(28967),a=r(96411),s=n("".charAt),c=n("".charCodeAt),u=n("".slice),l=function(e){return function(t,r){var n,l,p=o(a(t)),d=i(r),f=p.length;return d<0||d>=f?e?"":void 0:(n=c(p,d))<55296||n>56319||d+1===f||(l=c(p,d+1))<56320||l>57343?e?s(p,d):n:e?u(p,d,d+2):l-56320+(n-55296<<10)+65536}};e.exports={codeAt:l(!1),charAt:l(!0)}},26031:function(e,t,r){"use strict";var n=r(14229),i=r(28967),o=r(96411),a=RangeError;e.exports=function(e){var t=i(o(this)),r="",s=n(e);if(s<0||s==1/0)throw a("Wrong number of repetitions");for(;s>0;(s>>>=1)&&(t+=t))1&s&&(r+=t);return r}},68487:function(e,t,r){var n=r(55316).PROPER,i=r(79044),o=r(2569);e.exports=function(e){return i((function(){return!!o[e]()||"​…᠎"!=="​…᠎"[e]()||n&&o[e].name!==e}))}},10287:function(e,t,r){var n=r(88697),i=r(96411),o=r(28967),a=r(2569),s=n("".replace),c="["+a+"]",u=RegExp("^"+c+c+"*"),l=RegExp(c+c+"*$"),p=function(e){return function(t){var r=o(i(t));return 1&e&&(r=s(r,u,"")),2&e&&(r=s(r,l,"")),r}};e.exports={start:p(1),end:p(2),trim:p(3)}},84643:function(e,t,r){var n,i,o,a,s=r(98363),c=r(63530),u=r(98166),l=r(75277),p=r(24792),d=r(79044),f=r(47055),m=r(15629),v=r(92750),g=r(27687),h=r(53121),w=r(93921),y=s.setImmediate,b=s.clearImmediate,S=s.process,M=s.Dispatch,P=s.Function,_=s.MessageChannel,k=s.String,R=0,x={},O="onreadystatechange";try{n=s.location}catch(T){}var A=function(e){if(p(x,e)){var t=x[e];delete x[e],t()}},E=function(e){return function(){A(e)}},W=function(e){A(e.data)},L=function(e){s.postMessage(k(e),n.protocol+"//"+n.host)};y&&b||(y=function(e){g(arguments.length,1);var t=l(e)?e:P(e),r=m(arguments,1);return x[++R]=function(){c(t,void 0,r)},i(R),R},b=function(e){delete x[e]},w?i=function(e){S.nextTick(E(e))}:M&&M.now?i=function(e){M.now(E(e))}:_&&!h?(a=(o=new _).port2,o.port1.onmessage=W,i=u(a.postMessage,a)):s.addEventListener&&l(s.postMessage)&&!s.importScripts&&n&&"file:"!==n.protocol&&!d(L)?(i=L,s.addEventListener("message",W,!1)):i=O in v("script")?function(e){f.appendChild(v("script"))[O]=function(){f.removeChild(this),A(e)}}:function(e){setTimeout(E(e),0)}),e.exports={set:y,clear:b}},41655:function(e,t,r){var n=r(88697);e.exports=n(1..valueOf)},32565:function(e,t,r){var n=r(14229),i=Math.max,o=Math.min;e.exports=function(e,t){var r=n(e);return r<0?i(r+t,0):o(r,t)}},29580:function(e,t,r){var n=r(78609),i=r(96411);e.exports=function(e){return n(i(e))}},14229:function(e,t,r){var n=r(78300);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},35108:function(e,t,r){var n=r(14229),i=Math.min;e.exports=function(e){return e>0?i(n(e),9007199254740991):0}},30744:function(e,t,r){var n=r(96411),i=Object;e.exports=function(e){return i(n(e))}},21893:function(e,t,r){var n=r(79611),i=r(52786),o=r(66681),a=r(97219),s=r(17141),c=r(52280),u=TypeError,l=c("toPrimitive");e.exports=function(e,t){if(!i(e)||o(e))return e;var r,c=a(e,l);if(c){if(void 0===t&&(t="default"),r=n(c,e,t),!i(r)||o(r))return r;throw u("Can't convert object to primitive value")}return void 0===t&&(t="number"),s(e,t)}},383:function(e,t,r){var n=r(21893),i=r(66681);e.exports=function(e){var t=n(e,"string");return i(t)?t:t+""}},57301:function(e,t,r){var n={};n[r(52280)("toStringTag")]="z",e.exports="[object z]"===String(n)},28967:function(e,t,r){var n=r(36994),i=String;e.exports=function(e){if("Symbol"===n(e))throw TypeError("Cannot convert a Symbol value to a string");return i(e)}},28768:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(r){return"Object"}}},34524:function(e,t,r){var n=r(88697),i=0,o=Math.random(),a=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++i+o,36)}},189:function(e,t,r){var n=r(3850);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},51010:function(e,t,r){var n=r(7493),i=r(79044);e.exports=n&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},27687:function(e){var t=TypeError;e.exports=function(e,r){if(e1?arguments[1]:void 0)}}),a("includes")},54883:function(e,t,r){"use strict";var n=r(29580),i=r(6677),o=r(44818),a=r(20821),s=r(86385).f,c=r(61495),u=r(21178),l=r(7493),p="Array Iterator",d=a.set,f=a.getterFor(p);e.exports=c(Array,"Array",(function(e,t){d(this,{type:p,target:n(e),index:0,kind:t})}),(function(){var e=f(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:t[n],done:!1}:{value:[n,t[n]],done:!1}}),"values");var m=o.Arguments=o.Array;if(i("keys"),i("values"),i("entries"),!u&&l&&"values"!==m.name)try{s(m,"name",{value:"values"})}catch(v){}},193:function(e,t,r){"use strict";var n=r(19882),i=r(86596).left,o=r(54324),a=r(11197),s=r(93921);n({target:"Array",proto:!0,forced:!o("reduce")||!s&&a>79&&a<83},{reduce:function(e){var t=arguments.length;return i(this,e,t,t>1?arguments[1]:void 0)}})},12798:function(e,t,r){"use strict";var n=r(19882),i=r(88697),o=r(14229),a=r(41655),s=r(26031),c=r(79044),u=RangeError,l=String,p=Math.floor,d=i(s),f=i("".slice),m=i(1..toFixed),v=function(e,t,r){return 0===t?r:t%2==1?v(e,t-1,r*e):v(e*e,t/2,r)},g=function(e,t,r){for(var n=-1,i=r;++n<6;)i+=t*e[n],e[n]=i%1e7,i=p(i/1e7)},h=function(e,t){for(var r=6,n=0;--r>=0;)n+=e[r],e[r]=p(n/t),n=n%t*1e7},w=function(e){for(var t=6,r="";--t>=0;)if(""!==r||0===t||0!==e[t]){var n=l(e[t]);r=""===r?n:r+d("0",7-n.length)+n}return r};n({target:"Number",proto:!0,forced:c((function(){return"0.000"!==m(8e-5,3)||"1"!==m(.9,0)||"1.25"!==m(1.255,2)||"1000000000000000128"!==m(0xde0b6b3a7640080,0)}))||!c((function(){m({})}))},{toFixed:function(e){var t,r,n,i,s=a(this),c=o(e),p=[0,0,0,0,0,0],m="",y="0";if(c<0||c>20)throw u("Incorrect fraction digits");if(s!=s)return"NaN";if(s<=-1e21||s>=1e21)return l(s);if(s<0&&(m="-",s=-s),s>1e-21)if(r=(t=function(e){for(var t=0,r=e;r>=4096;)t+=12,r/=4096;for(;r>=2;)t+=1,r/=2;return t}(s*v(2,69,1))-69)<0?s*v(2,-t,1):s/v(2,t,1),r*=4503599627370496,(t=52-t)>0){for(g(p,0,r),n=c;n>=7;)g(p,1e7,0),n-=7;for(g(p,v(10,n,1),0),n=t-1;n>=23;)h(p,1<<23),n-=23;h(p,1<0?m+((i=y.length)<=c?"0."+d("0",c-i)+y:f(y,0,i-c)+"."+f(y,i-c)):m+y}})},4227:function(e,t,r){var n=r(19882),i=r(5166),o=r(35039);n({target:"Object",stat:!0},{fromEntries:function(e){var t={};return i(e,(function(e,r){o(t,e,r)}),{AS_ENTRIES:!0}),t}})},11592:function(e,t,r){var n=r(19882),i=r(44762);n({global:!0,forced:parseFloat!=i},{parseFloat:i})},38472:function(e,t,r){var n=r(19882),i=r(35399);n({global:!0,forced:parseInt!=i},{parseInt:i})},1321:function(e,t,r){"use strict";var n=r(19882),i=r(79611),o=r(97676),a=r(29269),s=r(74443),c=r(5166);n({target:"Promise",stat:!0,forced:r(99581)},{all:function(e){var t=this,r=a.f(t),n=r.resolve,u=r.reject,l=s((function(){var r=o(t.resolve),a=[],s=0,l=1;c(e,(function(e){var o=s++,c=!1;l++,i(r,t,e).then((function(e){c||(c=!0,a[o]=e,--l||n(a))}),u)})),--l||n(a)}));return l.error&&u(l.value),r.promise}})},10865:function(e,t,r){"use strict";var n=r(19882),i=r(21178),o=r(35182).CONSTRUCTOR,a=r(25988),s=r(22773),c=r(75277),u=r(50403),l=a&&a.prototype;if(n({target:"Promise",proto:!0,forced:o,real:!0},{catch:function(e){return this.then(void 0,e)}}),!i&&c(a)){var p=s("Promise").prototype.catch;l.catch!==p&&u(l,"catch",p,{unsafe:!0})}},95999:function(e,t,r){"use strict";var n,i,o,a=r(19882),s=r(21178),c=r(93921),u=r(98363),l=r(79611),p=r(50403),d=r(22412),f=r(60878),m=r(57323),v=r(97676),g=r(75277),h=r(52786),w=r(9519),y=r(7270),b=r(84643).set,S=r(71800),M=r(46271),P=r(74443),_=r(12423),k=r(20821),R=r(25988),x=r(35182),O=r(29269),A="Promise",E=x.CONSTRUCTOR,W=x.REJECTION_EVENT,L=x.SUBCLASSING,T=k.getterFor(A),I=k.set,C=R&&R.prototype,j=R,N=C,F=u.TypeError,Z=u.document,q=u.process,B=O.f,D=B,H=!!(Z&&Z.createEvent&&u.dispatchEvent),U="unhandledrejection",V=function(e){var t;return!(!h(e)||!g(t=e.then))&&t},z=function(e,t){var r,n,i,o=t.value,a=1==t.state,s=a?e.ok:e.fail,c=e.resolve,u=e.reject,p=e.domain;try{s?(a||(2===t.rejection&&Q(t),t.rejection=1),!0===s?r=o:(p&&p.enter(),r=s(o),p&&(p.exit(),i=!0)),r===e.promise?u(F("Promise-chain cycle")):(n=V(r))?l(n,r,c,u):c(r)):u(o)}catch(d){p&&!i&&p.exit(),u(d)}},G=function(e,t){e.notified||(e.notified=!0,S((function(){for(var r,n=e.reactions;r=n.get();)z(r,e);e.notified=!1,t&&!e.rejection&&J(e)})))},$=function(e,t,r){var n,i;H?((n=Z.createEvent("Event")).promise=t,n.reason=r,n.initEvent(e,!1,!0),u.dispatchEvent(n)):n={promise:t,reason:r},!W&&(i=u["on"+e])?i(n):e===U&&M("Unhandled promise rejection",r)},J=function(e){l(b,u,(function(){var t,r=e.facade,n=e.value;if(K(e)&&(t=P((function(){c?q.emit("unhandledRejection",n,r):$(U,r,n)})),e.rejection=c||K(e)?2:1,t.error))throw t.value}))},K=function(e){return 1!==e.rejection&&!e.parent},Q=function(e){l(b,u,(function(){var t=e.facade;c?q.emit("rejectionHandled",t):$("rejectionhandled",t,e.value)}))},Y=function(e,t,r){return function(n){e(t,n,r)}},X=function(e,t,r){e.done||(e.done=!0,r&&(e=r),e.value=t,e.state=2,G(e,!0))},ee=function(e,t,r){if(!e.done){e.done=!0,r&&(e=r);try{if(e.facade===t)throw F("Promise can't be resolved itself");var n=V(t);n?S((function(){var r={done:!1};try{l(n,t,Y(ee,r,e),Y(X,r,e))}catch(i){X(r,i,e)}})):(e.value=t,e.state=1,G(e,!1))}catch(i){X({done:!1},i,e)}}};if(E&&(N=(j=function(e){w(this,N),v(e),l(n,this);var t=T(this);try{e(Y(ee,t),Y(X,t))}catch(r){X(t,r)}}).prototype,(n=function(e){I(this,{type:A,done:!1,notified:!1,parent:!1,reactions:new _,rejection:!1,state:0,value:void 0})}).prototype=p(N,"then",(function(e,t){var r=T(this),n=B(y(this,j));return r.parent=!0,n.ok=!g(e)||e,n.fail=g(t)&&t,n.domain=c?q.domain:void 0,0==r.state?r.reactions.add(n):S((function(){z(n,r)})),n.promise})),i=function(){var e=new n,t=T(e);this.promise=e,this.resolve=Y(ee,t),this.reject=Y(X,t)},O.f=B=function(e){return e===j||undefined===e?new i(e):D(e)},!s&&g(R)&&C!==Object.prototype)){o=C.then,L||p(C,"then",(function(e,t){var r=this;return new j((function(e,t){l(o,r,e,t)})).then(e,t)}),{unsafe:!0});try{delete C.constructor}catch(te){}d&&d(C,N)}a({global:!0,constructor:!0,wrap:!0,forced:E},{Promise:j}),f(j,A,!1,!0),m(A)},35054:function(e,t,r){r(95999),r(1321),r(10865),r(77688),r(36055),r(9240)},77688:function(e,t,r){"use strict";var n=r(19882),i=r(79611),o=r(97676),a=r(29269),s=r(74443),c=r(5166);n({target:"Promise",stat:!0,forced:r(99581)},{race:function(e){var t=this,r=a.f(t),n=r.reject,u=s((function(){var a=o(t.resolve);c(e,(function(e){i(a,t,e).then(r.resolve,n)}))}));return u.error&&n(u.value),r.promise}})},36055:function(e,t,r){"use strict";var n=r(19882),i=r(79611),o=r(29269);n({target:"Promise",stat:!0,forced:r(35182).CONSTRUCTOR},{reject:function(e){var t=o.f(this);return i(t.reject,void 0,e),t.promise}})},9240:function(e,t,r){"use strict";var n=r(19882),i=r(22773),o=r(21178),a=r(25988),s=r(35182).CONSTRUCTOR,c=r(11621),u=i("Promise"),l=o&&!s;n({target:"Promise",stat:!0,forced:o||s},{resolve:function(e){return c(l&&this===u?a:this,e)}})},72975:function(e,t,r){var n=r(7493),i=r(98363),o=r(88697),a=r(86291),s=r(59250),c=r(45899),u=r(87994).f,l=r(32010),p=r(42622),d=r(28967),f=r(22511),m=r(97047),v=r(79557),g=r(50403),h=r(79044),w=r(24792),y=r(20821).enforce,b=r(57323),S=r(52280),M=r(41669),P=r(1638),_=S("match"),k=i.RegExp,R=k.prototype,x=i.SyntaxError,O=o(R.exec),A=o("".charAt),E=o("".replace),W=o("".indexOf),L=o("".slice),T=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,I=/a/g,C=/a/g,j=new k(I)!==I,N=m.MISSED_STICKY,F=m.UNSUPPORTED_Y,Z=n&&(!j||N||M||P||h((function(){return C[_]=!1,k(I)!=I||k(C)==C||"/a/i"!=k(I,"i")})));if(a("RegExp",Z)){for(var q=function(e,t){var r,n,i,o,a,u,m=l(R,this),v=p(e),g=void 0===t,h=[],b=e;if(!m&&v&&g&&e.constructor===q)return e;if((v||l(R,e))&&(e=e.source,g&&(t=f(b))),e=void 0===e?"":d(e),t=void 0===t?"":d(t),b=e,M&&"dotAll"in I&&(n=!!t&&W(t,"s")>-1)&&(t=E(t,/s/g,"")),r=t,N&&"sticky"in I&&(i=!!t&&W(t,"y")>-1)&&F&&(t=E(t,/y/g,"")),P&&(o=function(e){for(var t,r=e.length,n=0,i="",o=[],a={},s=!1,c=!1,u=0,l="";n<=r;n++){if("\\"===(t=A(e,n)))t+=A(e,++n);else if("]"===t)s=!1;else if(!s)switch(!0){case"["===t:s=!0;break;case"("===t:O(T,L(e,n+1))&&(n+=2,c=!0),i+=t,u++;continue;case">"===t&&c:if(""===l||w(a,l))throw new x("Invalid capture group name");a[l]=!0,o[o.length]=[l,u],c=!1,l="";continue}c?l+=t:i+=t}return[i,o]}(e),e=o[0],h=o[1]),a=s(k(e,t),m?this:R,q),(n||i||h.length)&&(u=y(a),n&&(u.dotAll=!0,u.raw=q(function(e){for(var t,r=e.length,n=0,i="",o=!1;n<=r;n++)"\\"!==(t=A(e,n))?o||"."!==t?("["===t?o=!0:"]"===t&&(o=!1),i+=t):i+="[\\s\\S]":i+=t+A(e,++n);return i}(e),r)),i&&(u.sticky=!0),h.length&&(u.groups=h)),e!==b)try{c(a,"source",""===b?"(?:)":b)}catch(S){}return a},B=u(k),D=0;B.length>D;)v(q,k,B[D++]);R.constructor=q,q.prototype=R,g(i,"RegExp",q,{constructor:!0})}b("RegExp")},39275:function(e,t,r){"use strict";var n=r(19882),i=r(99749);n({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},33290:function(e,t,r){"use strict";var n=r(55316).PROPER,i=r(50403),o=r(83875),a=r(28967),s=r(79044),c=r(22511),u="toString",l=RegExp.prototype[u],p=s((function(){return"/a/b"!=l.call({source:"a",flags:"b"})})),d=n&&l.name!=u;(p||d)&&i(RegExp.prototype,u,(function(){var e=o(this);return"/"+a(e.source)+"/"+a(c(e))}),{unsafe:!0})},19985:function(e,t,r){"use strict";var n=r(19882),i=r(88697),o=r(21049),a=r(96411),s=r(28967),c=r(15454),u=i("".indexOf);n({target:"String",proto:!0,forced:!c("includes")},{includes:function(e){return!!~u(s(a(this)),s(o(e)),arguments.length>1?arguments[1]:void 0)}})},75668:function(e,t,r){"use strict";var n=r(79611),i=r(81492),o=r(83875),a=r(35108),s=r(28967),c=r(96411),u=r(97219),l=r(13350),p=r(94088);i("match",(function(e,t,r){return[function(t){var r=c(this),i=null==t?void 0:u(t,e);return i?n(i,t,r):new RegExp(t)[e](s(r))},function(e){var n=o(this),i=s(e),c=r(t,n,i);if(c.done)return c.value;if(!n.global)return p(n,i);var u=n.unicode;n.lastIndex=0;for(var d,f=[],m=0;null!==(d=p(n,i));){var v=s(d[0]);f[m]=v,""===v&&(n.lastIndex=l(i,a(n.lastIndex),u)),m++}return 0===m?null:f}]}))},22321:function(e,t,r){"use strict";var n=r(63530),i=r(79611),o=r(88697),a=r(81492),s=r(79044),c=r(83875),u=r(75277),l=r(14229),p=r(35108),d=r(28967),f=r(96411),m=r(13350),v=r(97219),g=r(81373),h=r(94088),w=r(52280)("replace"),y=Math.max,b=Math.min,S=o([].concat),M=o([].push),P=o("".indexOf),_=o("".slice),k="$0"==="a".replace(/./,"$0"),R=!!/./[w]&&""===/./[w]("a","$0");a("replace",(function(e,t,r){var o=R?"$":"$0";return[function(e,r){var n=f(this),o=null==e?void 0:v(e,w);return o?i(o,e,n,r):i(t,d(n),e,r)},function(e,i){var a=c(this),s=d(e);if("string"==typeof i&&-1===P(i,o)&&-1===P(i,"$<")){var f=r(t,a,s,i);if(f.done)return f.value}var v=u(i);v||(i=d(i));var w=a.global;if(w){var k=a.unicode;a.lastIndex=0}for(var R=[];;){var x=h(a,s);if(null===x)break;if(M(R,x),!w)break;""===d(x[0])&&(a.lastIndex=m(s,p(a.lastIndex),k))}for(var O,A="",E=0,W=0;W=E&&(A+=_(s,E,T)+F,E=T+L.length)}return A+_(s,E)}]}),!!s((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")}))||!k||R)},23528:function(e,t,r){"use strict";var n=r(79611),i=r(81492),o=r(83875),a=r(96411),s=r(10420),c=r(28967),u=r(97219),l=r(94088);i("search",(function(e,t,r){return[function(t){var r=a(this),i=null==t?void 0:u(t,e);return i?n(i,t,r):new RegExp(t)[e](c(r))},function(e){var n=o(this),i=c(e),a=r(t,n,i);if(a.done)return a.value;var u=n.lastIndex;s(u,0)||(n.lastIndex=0);var p=l(n,i);return s(n.lastIndex,u)||(n.lastIndex=u),null===p?-1:p.index}]}))},67838:function(e,t,r){"use strict";var n=r(63530),i=r(79611),o=r(88697),a=r(81492),s=r(42622),c=r(83875),u=r(96411),l=r(7270),p=r(13350),d=r(35108),f=r(28967),m=r(97219),v=r(58990),g=r(94088),h=r(99749),w=r(97047),y=r(79044),b=w.UNSUPPORTED_Y,S=4294967295,M=Math.min,P=[].push,_=o(/./.exec),k=o(P),R=o("".slice),x=!y((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));a("split",(function(e,t,r){var o;return o="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,r){var o=f(u(this)),a=void 0===r?S:r>>>0;if(0===a)return[];if(void 0===e)return[o];if(!s(e))return i(t,o,e,a);for(var c,l,p,d=[],m=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),g=0,w=new RegExp(e.source,m+"g");(c=i(h,w,o))&&!((l=w.lastIndex)>g&&(k(d,R(o,g,c.index)),c.length>1&&c.index=a));)w.lastIndex===c.index&&w.lastIndex++;return g===o.length?!p&&_(w,"")||k(d,""):k(d,R(o,g)),d.length>a?v(d,0,a):d}:"0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:i(t,this,e,r)}:t,[function(t,r){var n=u(this),a=null==t?void 0:m(t,e);return a?i(a,t,n,r):i(o,f(n),t,r)},function(e,n){var i=c(this),a=f(e),s=r(o,i,a,n,o!==t);if(s.done)return s.value;var u=l(i,RegExp),m=i.unicode,v=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(b?"g":"y"),h=new u(b?"^(?:"+i.source+")":i,v),w=void 0===n?S:n>>>0;if(0===w)return[];if(0===a.length)return null===g(h,a)?[a]:[];for(var y=0,P=0,_=[];P0?arguments[0]:void 0))},de=pe.prototype;if(l(de,{append:function(e,t){R(arguments.length,2);var r=T(this);$(r.entries,{key:S(e),value:S(t)}),r.updateURL()},delete:function(e){R(arguments.length,1);for(var t=T(this),r=t.entries,n=S(e),i=0;it.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,r=T(this).entries,n=h(e,arguments.length>1?arguments[1]:void 0),i=0;i1?ve(arguments[1]):{})}}),v(F)){var ge=function(e){return m(this,q),new F(e,arguments.length>1?ve(arguments[1]):{})};q.constructor=ge,ge.prototype=q,n({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:ge})}}e.exports={URLSearchParams:pe,getState:T}},56650:function(e,t,r){r(37856)},6:function(e){var t=function(e,t,r){var n=Math.floor(e),i=1,o=n+1,a=1;if(e!==n)for(;i<=t&&a<=t;){var s=(n+o)/(i+a);if(e===s){i+a<=t?(i+=a,n+=o,a=t+1):i>a?a=t+1:i=t+1;break}et&&(i=a,n=o),!r)return[0,n,i];var c=Math.floor(n/i);return[c,n-c*i,i]};t.cont=function(e,t,r){for(var n=e<0?-1:1,i=e*n,o=0,a=1,s=0,c=1,u=0,l=0,p=Math.floor(i);ut&&(u>t?(l=c,s=o):(l=u,s=a)),!r)return[0,n*s,l];var d=Math.floor(n*s/l);return[d,n*s-d*l,l]},"undefined"==typeof DO_NOT_EXPORT_FRAC&&(e.exports=t)},1001:function(e,t,r){"use strict";var n=r(71717),i=r(19826),o="tippy-content",a="tippy-backdrop",s="tippy-arrow",c="tippy-svg-arrow",u={passive:!0,capture:!0},l=function(){return document.body};function p(e,t,r){if(Array.isArray(e)){var n=e[t];return null==n?Array.isArray(r)?r[t]:r:n}return e}function d(e,t){var r={}.toString.call(e);return 0===r.indexOf("[object")&&r.indexOf(t+"]")>-1}function f(e,t){return"function"==typeof e?e.apply(void 0,t):e}function m(e,t){return 0===t?e:function(n){clearTimeout(r),r=setTimeout((function(){e(n)}),t)};var r}function v(e){return[].concat(e)}function g(e,t){-1===e.indexOf(t)&&e.push(t)}function h(e){return e.split("-")[0]}function w(e){return[].slice.call(e)}function y(e){return Object.keys(e).reduce((function(t,r){return void 0!==e[r]&&(t[r]=e[r]),t}),{})}function b(){return document.createElement("div")}function S(e){return["Element","Fragment"].some((function(t){return d(e,t)}))}function M(e){return d(e,"MouseEvent")}function P(e){return!(!e||!e._tippy||e._tippy.reference!==e)}function _(e){return S(e)?[e]:function(e){return d(e,"NodeList")}(e)?w(e):Array.isArray(e)?e:w(document.querySelectorAll(e))}function k(e,t){e.forEach((function(e){e&&(e.style.transitionDuration=t+"ms")}))}function R(e,t){e.forEach((function(e){e&&e.setAttribute("data-state",t)}))}function x(e){var t,r=v(e)[0];return null!=r&&null!=(t=r.ownerDocument)&&t.body?r.ownerDocument:document}function O(e,t,r){var n=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(t){e[n](t,r)}))}function A(e,t){for(var r=t;r;){var n;if(e.contains(r))return!0;r=null==r.getRootNode||null==(n=r.getRootNode())?void 0:n.host}return!1}var E={isTouch:!1},W=0;function L(){E.isTouch||(E.isTouch=!0,window.performance&&document.addEventListener("mousemove",T))}function T(){var e=performance.now();e-W<20&&(E.isTouch=!1,document.removeEventListener("mousemove",T)),W=e}function I(){var e=document.activeElement;if(P(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}var C=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto;var j={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},N=Object.assign({appendTo:l,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},j,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),F=Object.keys(N);function Z(e){var t=(e.plugins||[]).reduce((function(t,r){var n,i=r.name,o=r.defaultValue;i&&(t[i]=void 0!==e[i]?e[i]:null!=(n=N[i])?n:o);return t}),{});return Object.assign({},e,t)}function q(e,t){var r=Object.assign({},t,{content:f(t.content,[e])},t.ignoreAttributes?{}:function(e,t){return(t?Object.keys(Z(Object.assign({},N,{plugins:t}))):F).reduce((function(t,r){var n=(e.getAttribute("data-tippy-"+r)||"").trim();if(!n)return t;if("content"===r)t[r]=n;else try{t[r]=JSON.parse(n)}catch(i){t[r]=n}return t}),{})}(e,t.plugins));return r.aria=Object.assign({},N.aria,r.aria),r.aria={expanded:"auto"===r.aria.expanded?t.interactive:r.aria.expanded,content:"auto"===r.aria.content?t.interactive?null:"describedby":r.aria.content},r}function B(e,t){e.innerHTML=t}function D(e){var t=b();return!0===e?t.className=s:(t.className=c,S(e)?t.appendChild(e):B(t,e)),t}function H(e,t){S(t.content)?(B(e,""),e.appendChild(t.content)):"function"!=typeof t.content&&(t.allowHTML?B(e,t.content):e.textContent=t.content)}function U(e){var t=e.firstElementChild,r=w(t.children);return{box:t,content:r.find((function(e){return e.classList.contains(o)})),arrow:r.find((function(e){return e.classList.contains(s)||e.classList.contains(c)})),backdrop:r.find((function(e){return e.classList.contains(a)}))}}function V(e){var t=b(),r=b();r.className="tippy-box",r.setAttribute("data-state","hidden"),r.setAttribute("tabindex","-1");var n=b();function i(r,n){var i=U(t),o=i.box,a=i.content,s=i.arrow;n.theme?o.setAttribute("data-theme",n.theme):o.removeAttribute("data-theme"),"string"==typeof n.animation?o.setAttribute("data-animation",n.animation):o.removeAttribute("data-animation"),n.inertia?o.setAttribute("data-inertia",""):o.removeAttribute("data-inertia"),o.style.maxWidth="number"==typeof n.maxWidth?n.maxWidth+"px":n.maxWidth,n.role?o.setAttribute("role",n.role):o.removeAttribute("role"),r.content===n.content&&r.allowHTML===n.allowHTML||H(a,e.props),n.arrow?s?r.arrow!==n.arrow&&(o.removeChild(s),o.appendChild(D(n.arrow))):o.appendChild(D(n.arrow)):s&&o.removeChild(s)}return n.className=o,n.setAttribute("data-state","hidden"),H(n,e.props),t.appendChild(r),r.appendChild(n),i(e.props,e.props),{popper:t,onUpdate:i}}V.$$tippy=!0;var z=1,G=[],$=[];function J(e,t){var r,i,o,a,s,c,d,S,P=q(e,Object.assign({},N,Z(y(t)))),_=!1,W=!1,L=!1,T=!1,I=[],j=m(be,P.interactiveDebounce),F=z++,B=(S=P.plugins).filter((function(e,t){return S.indexOf(e)===t})),D={id:F,reference:e,popper:b(),popperInstance:null,props:P,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:B,clearDelayTimeouts:function(){clearTimeout(r),clearTimeout(i),cancelAnimationFrame(o)},setProps:function(t){0;if(D.state.isDestroyed)return;ae("onBeforeUpdate",[D,t]),we();var r=D.props,n=q(e,Object.assign({},r,y(t),{ignoreAttributes:!0}));D.props=n,he(),r.interactiveDebounce!==n.interactiveDebounce&&(ue(),j=m(be,n.interactiveDebounce));r.triggerTarget&&!n.triggerTarget?v(r.triggerTarget).forEach((function(e){e.removeAttribute("aria-expanded")})):n.triggerTarget&&e.removeAttribute("aria-expanded");ce(),oe(),J&&J(r,n);D.popperInstance&&(_e(),Re().forEach((function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})));ae("onAfterUpdate",[D,t])},setContent:function(e){D.setProps({content:e})},show:function(){0;var e=D.state.isVisible,t=D.state.isDestroyed,r=!D.state.isEnabled,n=E.isTouch&&!D.props.touch,i=p(D.props.duration,0,N.duration);if(e||t||r||n)return;if(te().hasAttribute("disabled"))return;if(ae("onShow",[D],!1),!1===D.props.onShow(D))return;D.state.isVisible=!0,ee()&&(V.style.visibility="visible");oe(),fe(),D.state.isMounted||(V.style.transition="none");if(ee()){var o=ne();k([o.box,o.content],0)}c=function(){var e;if(D.state.isVisible&&!T){if(T=!0,V.offsetHeight,V.style.transition=D.props.moveTransition,ee()&&D.props.animation){var t=ne(),r=t.box,n=t.content;k([r,n],i),R([r,n],"visible")}se(),ce(),g($,D),null==(e=D.popperInstance)||e.forceUpdate(),ae("onMount",[D]),D.props.animation&&ee()&&function(e,t){ve(e,t)}(i,(function(){D.state.isShown=!0,ae("onShown",[D])}))}},function(){var e,t=D.props.appendTo,r=te();e=D.props.interactive&&t===l||"parent"===t?r.parentNode:f(t,[r]);e.contains(V)||e.appendChild(V);D.state.isMounted=!0,_e(),!1}()},hide:function(){0;var e=!D.state.isVisible,t=D.state.isDestroyed,r=!D.state.isEnabled,n=p(D.props.duration,1,N.duration);if(e||t||r)return;if(ae("onHide",[D],!1),!1===D.props.onHide(D))return;D.state.isVisible=!1,D.state.isShown=!1,T=!1,_=!1,ee()&&(V.style.visibility="hidden");if(ue(),me(),oe(!0),ee()){var i=ne(),o=i.box,a=i.content;D.props.animation&&(k([o,a],n),R([o,a],"hidden"))}se(),ce(),D.props.animation?ee()&&function(e,t){ve(e,(function(){!D.state.isVisible&&V.parentNode&&V.parentNode.contains(V)&&t()}))}(n,D.unmount):D.unmount()},hideWithInteractivity:function(e){0;re().addEventListener("mousemove",j),g(G,j),j(e)},enable:function(){D.state.isEnabled=!0},disable:function(){D.hide(),D.state.isEnabled=!1},unmount:function(){0;D.state.isVisible&&D.hide();if(!D.state.isMounted)return;ke(),Re().forEach((function(e){e._tippy.unmount()})),V.parentNode&&V.parentNode.removeChild(V);$=$.filter((function(e){return e!==D})),D.state.isMounted=!1,ae("onHidden",[D])},destroy:function(){0;if(D.state.isDestroyed)return;D.clearDelayTimeouts(),D.unmount(),we(),delete e._tippy,D.state.isDestroyed=!0,ae("onDestroy",[D])}};if(!P.render)return D;var H=P.render(D),V=H.popper,J=H.onUpdate;V.setAttribute("data-tippy-root",""),V.id="tippy-"+D.id,D.popper=V,e._tippy=D,V._tippy=D;var K=B.map((function(e){return e.fn(D)})),Q=e.hasAttribute("aria-expanded");return he(),ce(),oe(),ae("onCreate",[D]),P.showOnCreate&&xe(),V.addEventListener("mouseenter",(function(){D.props.interactive&&D.state.isVisible&&D.clearDelayTimeouts()})),V.addEventListener("mouseleave",(function(){D.props.interactive&&D.props.trigger.indexOf("mouseenter")>=0&&re().addEventListener("mousemove",j)})),D;function Y(){var e=D.props.touch;return Array.isArray(e)?e:[e,0]}function X(){return"hold"===Y()[0]}function ee(){var e;return!(null==(e=D.props.render)||!e.$$tippy)}function te(){return d||e}function re(){var e=te().parentNode;return e?x(e):document}function ne(){return U(V)}function ie(e){return D.state.isMounted&&!D.state.isVisible||E.isTouch||a&&"focus"===a.type?0:p(D.props.delay,e?0:1,N.delay)}function oe(e){void 0===e&&(e=!1),V.style.pointerEvents=D.props.interactive&&!e?"":"none",V.style.zIndex=""+D.props.zIndex}function ae(e,t,r){var n;(void 0===r&&(r=!0),K.forEach((function(r){r[e]&&r[e].apply(r,t)})),r)&&(n=D.props)[e].apply(n,t)}function se(){var t=D.props.aria;if(t.content){var r="aria-"+t.content,n=V.id;v(D.props.triggerTarget||e).forEach((function(e){var t=e.getAttribute(r);if(D.state.isVisible)e.setAttribute(r,t?t+" "+n:n);else{var i=t&&t.replace(n,"").trim();i?e.setAttribute(r,i):e.removeAttribute(r)}}))}}function ce(){!Q&&D.props.aria.expanded&&v(D.props.triggerTarget||e).forEach((function(e){D.props.interactive?e.setAttribute("aria-expanded",D.state.isVisible&&e===te()?"true":"false"):e.removeAttribute("aria-expanded")}))}function ue(){re().removeEventListener("mousemove",j),G=G.filter((function(e){return e!==j}))}function le(t){if(!E.isTouch||!L&&"mousedown"!==t.type){var r=t.composedPath&&t.composedPath()[0]||t.target;if(!D.props.interactive||!A(V,r)){if(v(D.props.triggerTarget||e).some((function(e){return A(e,r)}))){if(E.isTouch)return;if(D.state.isVisible&&D.props.trigger.indexOf("click")>=0)return}else ae("onClickOutside",[D,t]);!0===D.props.hideOnClick&&(D.clearDelayTimeouts(),D.hide(),W=!0,setTimeout((function(){W=!1})),D.state.isMounted||me())}}}function pe(){L=!0}function de(){L=!1}function fe(){var e=re();e.addEventListener("mousedown",le,!0),e.addEventListener("touchend",le,u),e.addEventListener("touchstart",de,u),e.addEventListener("touchmove",pe,u)}function me(){var e=re();e.removeEventListener("mousedown",le,!0),e.removeEventListener("touchend",le,u),e.removeEventListener("touchstart",de,u),e.removeEventListener("touchmove",pe,u)}function ve(e,t){var r=ne().box;function n(e){e.target===r&&(O(r,"remove",n),t())}if(0===e)return t();O(r,"remove",s),O(r,"add",n),s=n}function ge(t,r,n){void 0===n&&(n=!1),v(D.props.triggerTarget||e).forEach((function(e){e.addEventListener(t,r,n),I.push({node:e,eventType:t,handler:r,options:n})}))}function he(){var e;X()&&(ge("touchstart",ye,{passive:!0}),ge("touchend",Se,{passive:!0})),(e=D.props.trigger,e.split(/\s+/).filter(Boolean)).forEach((function(e){if("manual"!==e)switch(ge(e,ye),e){case"mouseenter":ge("mouseleave",Se);break;case"focus":ge(C?"focusout":"blur",Me);break;case"focusin":ge("focusout",Me)}}))}function we(){I.forEach((function(e){var t=e.node,r=e.eventType,n=e.handler,i=e.options;t.removeEventListener(r,n,i)})),I=[]}function ye(e){var t,r=!1;if(D.state.isEnabled&&!Pe(e)&&!W){var n="focus"===(null==(t=a)?void 0:t.type);a=e,d=e.currentTarget,ce(),!D.state.isVisible&&M(e)&&G.forEach((function(t){return t(e)})),"click"===e.type&&(D.props.trigger.indexOf("mouseenter")<0||_)&&!1!==D.props.hideOnClick&&D.state.isVisible?r=!0:xe(e),"click"===e.type&&(_=!r),r&&!n&&Oe(e)}}function be(e){var t=e.target,r=te().contains(t)||V.contains(t);if("mousemove"!==e.type||!r){var n=Re().concat(V).map((function(e){var t,r=null==(t=e._tippy.popperInstance)?void 0:t.state;return r?{popperRect:e.getBoundingClientRect(),popperState:r,props:P}:null})).filter(Boolean);(function(e,t){var r=t.clientX,n=t.clientY;return e.every((function(e){var t=e.popperRect,i=e.popperState,o=e.props.interactiveBorder,a=h(i.placement),s=i.modifiersData.offset;if(!s)return!0;var c="bottom"===a?s.top.y:0,u="top"===a?s.bottom.y:0,l="right"===a?s.left.x:0,p="left"===a?s.right.x:0,d=t.top-n+c>o,f=n-t.bottom-u>o,m=t.left-r+l>o,v=r-t.right-p>o;return d||f||m||v}))})(n,e)&&(ue(),Oe(e))}}function Se(e){Pe(e)||D.props.trigger.indexOf("click")>=0&&_||(D.props.interactive?D.hideWithInteractivity(e):Oe(e))}function Me(e){D.props.trigger.indexOf("focusin")<0&&e.target!==te()||D.props.interactive&&e.relatedTarget&&V.contains(e.relatedTarget)||Oe(e)}function Pe(e){return!!E.isTouch&&X()!==e.type.indexOf("touch")>=0}function _e(){ke();var t=D.props,r=t.popperOptions,i=t.placement,o=t.offset,a=t.getReferenceClientRect,s=t.moveTransition,u=ee()?U(V).arrow:null,l=a?{getBoundingClientRect:a,contextElement:a.contextElement||te()}:e,p={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t=e.state;if(ee()){var r=ne().box;["placement","reference-hidden","escaped"].forEach((function(e){"placement"===e?r.setAttribute("data-placement",t.placement):t.attributes.popper["data-popper-"+e]?r.setAttribute("data-"+e,""):r.removeAttribute("data-"+e)})),t.attributes.popper={}}}},d=[{name:"offset",options:{offset:o}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!s}},p];ee()&&u&&d.push({name:"arrow",options:{element:u,padding:3}}),d.push.apply(d,(null==r?void 0:r.modifiers)||[]),D.popperInstance=(0,n.fi)(l,V,Object.assign({},r,{placement:i,onFirstUpdate:c,modifiers:d}))}function ke(){D.popperInstance&&(D.popperInstance.destroy(),D.popperInstance=null)}function Re(){return w(V.querySelectorAll("[data-tippy-root]"))}function xe(e){D.clearDelayTimeouts(),e&&ae("onTrigger",[D,e]),fe();var t=ie(!0),n=Y(),i=n[0],o=n[1];E.isTouch&&"hold"===i&&o&&(t=o),t?r=setTimeout((function(){D.show()}),t):D.show()}function Oe(e){if(D.clearDelayTimeouts(),ae("onUntrigger",[D,e]),D.state.isVisible){if(!(D.props.trigger.indexOf("mouseenter")>=0&&D.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0&&_)){var t=ie(!1);t?i=setTimeout((function(){D.state.isVisible&&D.hide()}),t):o=requestAnimationFrame((function(){D.hide()}))}}else me()}}function K(e,t){void 0===t&&(t={});var r=N.plugins.concat(t.plugins||[]);document.addEventListener("touchstart",L,u),window.addEventListener("blur",I);var n=Object.assign({},t,{plugins:r}),i=_(e).reduce((function(e,t){var r=t&&J(t,n);return r&&e.push(r),e}),[]);return S(e)?i[0]:i}K.defaultProps=N,K.setDefaultProps=function(e){Object.keys(e).forEach((function(t){N[t]=e[t]}))},K.currentInput=E;Object.assign({},i.Z,{effect:function(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow)}});K.setDefaultProps({render:V}),t.ZP=K}},t={};function r(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={exports:{}};return e[n].call(o.exports,o,o.exports,r),o.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};!function(){"use strict";r.r(n);r(26262),r(54883),r(68995),r(38472),r(35054);var e,t=r(1001),i=(r(79608),r(52082)),o={checkInbox:e=>{var t=localStorage.getItem("wprm-recipe-collection");t&&(JSON.parse(t).inbox.items["0-0"].filter((t=>t.recipeId===e)).length>0&&o.updateButtons(e))},updateButtons:e=>{var t=document.querySelectorAll(".wprm-recipe-add-to-collection");for(var r of t)e===parseInt(r.dataset.recipeId)&&(r.classList.contains("wprm-recipe-not-in-collection")?r.style.display="none":r.classList.contains("wprm-recipe-in-collection")&&(r.style.display=""))}};window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.collections={init(){if(0===parseInt(wprmp_public.user)){var e=document.querySelectorAll(".wprm-recipe-add-to-collection-recipe.wprm-recipe-not-in-collection");for(var r of e){var n=parseInt(r.dataset.recipeId);o.checkInbox(n)}if("choose"===wprmp_public.add_to_collection.behaviour){var i=localStorage.getItem("wprm-recipe-collection");if(i){var a=JSON.parse(i);wprmp_public.add_to_collection.collections.user=a.user}}}if(document.addEventListener("click",(function(e){for(var t=e.target;t&&t!=this;t=t.parentNode)if(t.matches(".wprm-recipe-add-to-collection.wprm-recipe-not-in-collection")){window.WPRecipeMaker.collections.onClick(t,e);break}}),!1),"logged_in"===wprmp_public.add_to_collection.access&&0===parseInt(wprmp_public.user)&&wprmp_public.add_to_collection.not_logged_in_tooltip){var s=document.querySelectorAll(".wprm-recipe-add-to-collection");for(var c of s)(0,t.ZP)(c,{theme:"wprm",content:wprmp_public.add_to_collection.not_logged_in_tooltip})}},onClick(e,t){if(t.preventDefault(),"logged_in"===wprmp_public.add_to_collection.access&&0===parseInt(wprmp_public.user)){if("redirect"===wprmp_public.add_to_collection.not_logged_in){var r=wprmp_public.add_to_collection.not_logged_in_redirect;if(r&&(window.location=r),r)if(e.classList.contains("wprm-recipe-add-to-collection-grid"))window.location=r;else{var n=parseInt(e.dataset.recipeId),i=WPRecipeMaker.collections.getRecipeServings(n);window.WPRecipeMaker.manager.getRecipe(n).then((e=>{if(e){var t={timestamp:Date.now(),recipe:e.data.collection,servings:i,collection:"inbox"};localStorage.setItem("wprm-added-to-collection-before-login",JSON.stringify(t))}window.location=r}))}}}else e.classList.contains("wprm-recipe-add-to-collection-grid")?WPRecipeMaker.collections.onClickGrid(e):WPRecipeMaker.collections.onClickRecipe(e)},onClickGrid(e){var t=e.dataset.gridId;if(window.hasOwnProperty("WPUPG_Grids")&&window.WPUPG_Grids.hasOwnProperty("wpupg-grid-".concat(t))){var r=WPUPG_Grids["wpupg-grid-".concat(t)];if(r){var n=r.isotope.getFilteredItemElements(),i=[];for(var o of n)o.classList.contains("wpupg-type-wprm_recipe")&&i.push({id:parseInt(o.dataset.id)});0{WPRecipeMaker.collections.addRecipesToCollection(e,i,t)})):WPRecipeMaker.collections.addRecipesToCollection(e,i,{id:"inbox"}))}}},onClickRecipe(e){var t=parseInt(e.dataset.recipeId),r=[{id:t,servings:WPRecipeMaker.collections.getRecipeServings(t)}];"choose"===wprmp_public.add_to_collection.behaviour?WPRecipeMaker.collections.showCollectionPicker(e,(t=>{WPRecipeMaker.collections.addRecipesToCollection(e,r,t)})):WPRecipeMaker.collections.addRecipesToCollection(e,r,{id:"inbox"})},getRecipeServings(e){var t=document.querySelectorAll(".wprm-recipe-servings-"+e),r=0",t+='",wprmp_public.add_to_collection.collections.user))t+='";return t+="","choose_column"!==wprmp_public.add_to_collection.choice&&"choose_column_group"!==wprmp_public.add_to_collection.choice||(t+='"),"choose_column_group"===wprmp_public.add_to_collection.choice&&(t+='"),t+=""},onShown(e){e.popper.addEventListener("click",(function(e){e.stopPropagation(),e.preventDefault()}),!1)}})},selectCollection(e){var t=e.value;window.WPRecipeMaker.collections.currentTooltip.collection=t,window.WPRecipeMaker.collections.currentTooltip.column="",window.WPRecipeMaker.collections.currentTooltip.group="","inbox"===t?window.WPRecipeMaker.collections.madeTooltipSelection():window.WPRecipeMaker.collections.updateDropdowns()},selectColumn(e){var t=e.value;window.WPRecipeMaker.collections.currentTooltip.column=t,window.WPRecipeMaker.collections.currentTooltip.group="",window.WPRecipeMaker.collections.updateDropdowns()},selectGroup(e){var t=e.value;window.WPRecipeMaker.collections.currentTooltip.group=t,window.WPRecipeMaker.collections.madeTooltipSelection()},updateDropdowns(){var e=window.WPRecipeMaker.collections.currentTooltip,t=document.getElementById("wprm-add-to-collection-tooltip-column"),r=document.getElementById("wprm-add-to-collection-tooltip-group"),n=window.WPRecipeMaker.collections.getSelectedCollection(e.collection);if(e.column)1===n.groups.length&&r?(r.value=n.groups[0].id,window.WPRecipeMaker.collections.selectGroup(r)):r||window.WPRecipeMaker.collections.madeTooltipSelection();else{if(t)t.querySelectorAll('option:not([value=""])').forEach((e=>e.parentNode.removeChild(e)));if(r)r.querySelectorAll('option:not([value=""])').forEach((e=>e.parentNode.removeChild(e)));n&&(n.columns.every((e=>{var r=document.createElement("option");return r.value=e.id,r.text=e.name,t?(t.add(r),!0):(window.WPRecipeMaker.collections.currentTooltip.column=e.id,!1)})),n.groups.every((e=>{var t=document.createElement("option");return t.value=e.id,t.text=e.name,r?(r.add(t),!0):(window.WPRecipeMaker.collections.currentTooltip.group=e.id,""!==window.WPRecipeMaker.collections.currentTooltip.column&&window.WPRecipeMaker.collections.madeTooltipSelection(),!1)})),1===n.columns.length&&t&&(t.value=n.columns[0].id,window.WPRecipeMaker.collections.selectColumn(t)))}t&&(t.disabled=!n),r&&(r.disabled=!n||""===e.column)},getSelectedCollection(e){var t=!1;if("user-"===e.substring(0,5)){var r=parseInt(e.substring(5)),n=wprmp_public.add_to_collection.collections.user.find((e=>e.id===r));n&&(t=n)}return t},madeTooltipSelection(){var e=window.WPRecipeMaker.collections.currentTooltip;e.ref._tippy.destroy(),e.callback({id:e.collection,column:e.column,group:e.group})},addRecipesToCollection(e,t,r){var n=localStorage.getItem("wprm-recipe-collection"),i=!1;n&&(i=JSON.parse(n));var a=e.innerHTML;e.style.width="".concat(e.offsetWidth,"px"),e.style.height="".concat(e.offsetHeight,"px"),"inline"===getComputedStyle(e).display&&(e.style.display="inline-block"),e.style.opacity="0.5",e.innerHTML="...";var s={Accept:"application/json","Content-Type":"application/json"};0{if(!1===r)alert("Something went wrong. Please try again later.");else if(!0!==r){var n=!!r.hasOwnProperty("collections")&&r.collections;n&&localStorage.setItem("wprm-recipe-collection",JSON.stringify(n))}for(var i of(e.innerHTML=a,e.style.width="",e.style.height="",e.style.display="",e.style.opacity="",t))o.updateButtons(i.id)})):alert("Something went wrong. Please try again later.")}))}},e=()=>{window.WPRecipeMaker.collections.init()},"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e);var a={checkTemp:e=>{var t=localStorage.getItem("wprm-recipe-collection");if(t){var r=JSON.parse(t);if(r.hasOwnProperty("temp")&&r.temp.items.hasOwnProperty("0-0"))r.temp.items["0-0"].filter((t=>t.recipeId===e)).length>0&&a.updateButtons(e)}},updateButtons:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"add",r=document.querySelectorAll(".wprm-recipe-add-to-shopping-list");for(var n of r)e===parseInt(n.dataset.recipeId)&&(n.classList.contains("wprm-recipe-not-in-shopping-list")?n.style.display="add"===t?"none":"":n.classList.contains("wprm-recipe-in-shopping-list")&&(n.style.display="add"===t?"":"none"))}};window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.shoppingList={init(){if(0===parseInt(wprmp_public.user)){var e=document.querySelectorAll(".wprm-recipe-add-to-shopping-list.wprm-recipe-not-in-shopping-list");for(var r of e){var n=parseInt(r.dataset.recipeId);a.checkTemp(n)}}if(document.addEventListener("click",(function(e){for(var t=e.target;t&&t!=this;t=t.parentNode)if(t.matches(".wprm-recipe-add-to-shopping-list.wprm-recipe-not-in-shopping-list, .wprm-recipe-add-to-shopping-list.wprm-recipe-remove-from-shopping-list")){window.WPRecipeMaker.shoppingList.onClick(t,e);break}}),!1),"logged_in"===wprmp_public.quick_access_shopping_list.access&&0===parseInt(wprmp_public.user)&&wprmp_public.add_to_collection.not_logged_in_tooltip){var i=document.querySelectorAll(".wprm-recipe-add-to-shopping-list");for(var o of i)(0,t.ZP)(o,{theme:"wprm",content:wprmp_public.add_to_collection.not_logged_in_tooltip})}},onClick(e,t){if(t.preventDefault(),"logged_in"===wprmp_public.quick_access_shopping_list.access&&0===parseInt(wprmp_public.user)){if("redirect"===wprmp_public.add_to_collection.not_logged_in){var r=wprmp_public.add_to_collection.not_logged_in_redirect;if(r){var n=parseInt(e.dataset.recipeId),i=WPRecipeMaker.shoppingList.getRecipeServings(n);window.WPRecipeMaker.manager.getRecipe(n).then((e=>{if(e){var t={timestamp:Date.now(),recipe:e.data.collection,servings:i,collection:"temp"};localStorage.setItem("wprm-added-to-collection-before-login",JSON.stringify(t))}window.location=r}))}}}else e.classList.contains("wprm-recipe-remove-from-shopping-list")?WPRecipeMaker.shoppingList.onClickRecipeRemove(e):WPRecipeMaker.shoppingList.onClickRecipe(e)},onClickRecipe(e){var t=parseInt(e.dataset.recipeId),r=[{id:t,servings:WPRecipeMaker.shoppingList.getRecipeServings(t)}];WPRecipeMaker.shoppingList.addRecipesToShoppingList(e,r)},getRecipeServings(e){var t=document.querySelectorAll(".wprm-recipe-servings-"+e),r=0{if(!1===r)alert("Something went wrong. Please try again later.");else if(!0!==r){var n=!!r.hasOwnProperty("collections")&&r.collections;n&&localStorage.setItem("wprm-recipe-collection",JSON.stringify(n))}for(var o of(e.innerHTML=i,e.style.width="",e.style.height="",e.style.display="",e.style.opacity="",t))a.updateButtons(o.id,"add")})):alert("Something went wrong. Please try again later.")}))},onClickRecipeRemove(e){var t=[parseInt(e.dataset.recipeId)];WPRecipeMaker.shoppingList.removeRecipesFromShoppingList(e,t)},removeRecipesFromShoppingList(e,t){var r=localStorage.getItem("wprm-recipe-collection"),n=!1;r&&(n=JSON.parse(r));var i=e.innerHTML;e.style.width="".concat(e.offsetWidth,"px"),e.style.height="".concat(e.offsetHeight,"px"),"inline"===getComputedStyle(e).display&&(e.style.display="inline-block"),e.style.opacity="0.5",e.innerHTML="...";var o={Accept:"application/json","Content-Type":"application/json"};0{if(!1===r)alert("Something went wrong. Please try again later.");else if(!0!==r){var n=!!r.hasOwnProperty("collections")&&r.collections;n&&localStorage.setItem("wprm-recipe-collection",JSON.stringify(n))}for(var o of(e.innerHTML=i,e.style.width="",e.style.height="",e.style.display="",e.style.opacity="",t))a.updateButtons(o,"remove")})):alert("Something went wrong. Please try again later.")}))}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.shoppingList.init()}));r(11592),r(12798);window.WPRecipeMaker=void 0===window.WPRecipeMaker?{}:window.WPRecipeMaker,window.WPRecipeMaker.submission={init(){var e=document.querySelector("#wprmprs_submit");e&&e.addEventListener("click",(e=>{this.onClickSubmit(e.target)}));var t=document.querySelectorAll('.wprm-recipe-submission input[type="file"]');for(var r of t)r.addEventListener("change",(e=>{this.checkFileSize(e.target)}))},onClickSubmit(e){e.form.reportValidity()&&(e.style.width="".concat(e.offsetWidth,"px"),e.style.height="".concat(e.offsetHeight,"px"),"inline"===getComputedStyle(e).display&&(e.style.display="inline-block"),e.style.opacity="0.5",e.value="...")},onSubmit(e){return!e.classList.contains("is-submitting")&&(e.classList.add("is-submitting"),!0)},checkFileSize(e){var t=e.files;if(t.length){var r=t[0],n=wprmp_public.recipe_submission.max_file_size;if(e.dataset.hasOwnProperty("maxSize")&&e.dataset.maxSize&&(n=parseInt(e.dataset.maxSize)),n1&&void 0!==arguments[1]?arguments[1]:2;if(0===e)return"0 Bytes";var r=t<0?0:t,n=Math.floor(Math.log(e)/Math.log(1024));return parseFloat((e/Math.pow(1024,n)).toFixed(r))+""+["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"][n]}},function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)}((()=>{window.WPRecipeMaker.submission.init()}))}(),(WPRecipeMaker=void 0===WPRecipeMaker?{}:WPRecipeMaker)["wp-recipe-maker-premium/dist/public-elite"]=n}();