/*! For license information please see application-7013886edec9098869ef.chunk.js.LICENSE.txt */
(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{1215:function(e,t,n){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var o=function(){function t(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n(this,t),this._show=!1,this.$el=e(i.el),this.$backdrop=this.$el.find(".backdrop"),this.$nav=this.$el.find("nav"),this.$dismiss=this.$el.find("[data-dismiss]"),this.$dismiss.on("click",e.proxy(this.dismissClickHandler,this)),this.$toggle=e('[data-target="#'.concat(this.$el.attr("id"),'"]')),this.$toggle.on("click",e.proxy(this.toggleClickHandler,this)),this.translateY=-40,this.$nav.velocity({translateY:this.translateY}),e(window).on("resize",e.proxy(this.resize,this)),document.addEventListener("click",e.proxy(this.documentClickHandler,this),!0)}var o,r,a;return o=t,(r=[{key:"documentClickHandler",value:function(t){e(t.target.closest(this.$el.attr("id"))).length||e(t.target).closest(this.$toggle).length||this.hide(!1)}},{key:"toggleClickHandler",value:function(e){e.preventDefault(),this.toggle()}},{key:"dismissClickHandler",value:function(e){return this.hide(),!1}},{key:"show",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(!this.$el.length>0||this.isShow())return!1;var t=e?200:0;this.$el.css({display:"block"}),this.layout(),this.$el.scrollTop(0),this.$nav.velocity("stop").velocity({translateY:0,opacity:1},{duration:t,easing:"ease-out"}),this.$backdrop.velocity("stop").velocity({opacity:1},{duration:t}),this._show=!0}},{key:"hide",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(!this.$el.length>0||!this.isShow())return!1;var n=t?200:0;this.$nav.velocity("stop").velocity({translateY:this.translateY,opacity:0},{duration:n,easing:"ease-in"}),this.$backdrop.velocity("stop").velocity({opacity:0},{duration:n,complete:e.proxy(this.hideCompleteHandler,this)}),this._show=!1}},{key:"hideCompleteHandler",value:function(e){this.$el.css({display:"none"})}},{key:"toggle",value:function(){var e="block"===this.$dismiss.css("display");this.isShow()?this.hide(e):this.show(e)}},{key:"isShow",value:function(){return this._show}},{key:"resize",value:function(){this.layout()}},{key:"layout",value:function(){var t="";"absolute"===this.$el.css("position")&&(t=e(window).width()-(this.$toggle.offset().left+this.$toggle.width())),this.$nav.css({right:t});var n="";if("absolute"===this.$el.css("position")){var i=parseInt(this.$nav.css("top"))+parseInt(this.$nav.css("margin-bottom"));e(window).height()-i<this.$nav.find(".inner").height()&&(n=0)}this.$nav.css({bottom:n})}}])&&i(o.prototype,r),a&&i(o,a),t}();t.a=o}).call(this,n(6))},1216:function(e,t,n){"use strict";(function(e){function n(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var i=function(){function t(n){var i=this,o=n.el;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=e(o),this.$bg=this.$el.find(".p-lpModal__bg"),this.$content=this.$el.find(".p-lpModal__content"),this.$close=this.$el.find(".p-lpModal__close, .js-close"),this.$close.on("click",(function(){return i.close()})),this.$bg.on("click",(function(){return i.close()})),e("body").on("click",'.js-modal[data-modal="'.concat(this.$el.data("modal"),'"]'),(function(e){return i.open(e)}))}var i,o,r;return i=t,(o=[{key:"open",value:function(e){var t=this;e&&e.preventDefault(),this.fixed(),this.$el.fadeIn((function(){t.$content.addClass("is-open")}))}},{key:"close",value:function(){this.release(),this.$content.removeClass("is-open"),this.$el.fadeOut()}},{key:"fixed",value:function(){this.scrollY=e(window).scrollTop(),e("body").css({position:"fixed",width:"100%",top:-1*this.scrollY})}},{key:"release",value:function(){e("body").css({position:"relative",width:"",top:""}),e(window).scrollTop(this.scrollY)}}])&&n(i.prototype,o),r&&n(i,r),t}();t.a=i}).call(this,n(6))},1217:function(e,t,n){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var o=function(){function t(){var i=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n(this,t),this._show=!1,this.$el=e(o.el),this.$tabMenu=this.$el.find(".notification-tabMenu"),this.$content=this.$el.find(".notification-content"),this.$backdrop=this.$el.find(".backdrop"),this.$nav=this.$el.find("nav"),this.$dismiss=this.$el.find("[data-dismiss]"),this.$dismiss.on("click",e.proxy(this.dismissClickHandler,this)),this.$toggle=e(o.toggle),this.$toggle.on("click",e.proxy(this.toggleClickHandler,this)),this.translateY=-40,this.$nav.velocity({translateY:this.translateY}),this.$bellEl=document.getElementsByClassName("l-header__notification")[0],this.$tabMenu.on("click",(function(e){return i.toggleTabMenu(e)})),e(window).on("resize",e.proxy(this.resize,this)),document.addEventListener("click",e.proxy(this.documentClickHandler,this),!0)}var o,r,a;return o=t,(r=[{key:"toggleTabMenu",value:function(t){this.$tabMenu.removeClass("is-active"),e(t.currentTarget).addClass("is-active");var n=this.$tabMenu.index(e(t.currentTarget));this.$content.removeClass("is-active").eq(n).addClass("is-active"),this.layout()}},{key:"documentClickHandler",value:function(t){e(t.target.closest("#notification-modal")).length||e(t.target).closest(this.$toggle).length||this.hide(!1)}},{key:"toggleClickHandler",value:function(e){this.toggle()}},{key:"dismissClickHandler",value:function(e){return this.hide(),!1}},{key:"show",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(!this.$el.length>0||this.isShow())return!1;var t=e?200:0;this.$el.css({display:"block"}),this.$bellEl.style.backgroundColor="#f2f2f2",this.layout(),this.$el.scrollTop(0),this.$nav.velocity("stop").velocity({translateY:0,opacity:1},{duration:t,easing:"ease-out"}),this.$backdrop.velocity("stop").velocity({opacity:1},{duration:t}),this._show=!0}},{key:"hide",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(!this.$el.length>0||!this.isShow())return!1;var n=t?200:0;this.$nav.velocity("stop").velocity({translateY:this.translateY,opacity:0},{duration:n,easing:"ease-in"}),this.$backdrop.velocity("stop").velocity({opacity:0},{duration:n,complete:e.proxy(this.hideCompleteHandler,this)}),this._show=!1}},{key:"hideCompleteHandler",value:function(e){this.$el.css({display:"none"}),this.$bellEl.style.backgroundColor=""}},{key:"toggle",value:function(){var e="block"===this.$dismiss.css("display");this.isShow()?this.hide(e):this.show(e)}},{key:"isShow",value:function(){return this._show}},{key:"resize",value:function(){this.layout()}},{key:"layout",value:function(){var t="";"absolute"===this.$el.css("position")&&(t=e(window).width()-(this.$toggle.offset().left+this.$toggle.width())),this.$nav.css({right:t});var n="";if("absolute"===this.$el.css("position")){var i=parseInt(this.$nav.css("top"))+parseInt(this.$nav.css("margin-bottom"));e(window).height()-i<this.$nav.find(".inner").height()&&(n=0)}this.$nav.css({bottom:n})}}])&&i(o.prototype,r),a&&i(o,a),t}();t.a=o}).call(this,n(6))},1218:function(e,t,n){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var o=function(){function t(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n(this,t),this._show=!1,this.width=350,this.$el=e(i.el),this.$backdrop=this.$el.find(".backdrop"),this.$nav=this.$el.find("nav"),this.$dismiss=this.$el.find("[data-dismiss]"),this.$dismiss.on("click",e.proxy(this.dismissClickHandler,this)),this.$toggle=e(i.toggle),this.$toggle.on("click",e.proxy(this.toggleClickHandler,this)),this.$nav.velocity({translateX:-1*this.width})}var o,r,a;return o=t,(r=[{key:"toggleClickHandler",value:function(e){return this.toggle(),!1}},{key:"dismissClickHandler",value:function(e){return this.hide(),!1}},{key:"show",value:function(){if(!this.$el.length>0||this.isShow())return!1;this.$toggle.addClass("active"),this.$el.css({display:"block"}),this.$nav.velocity("stop").velocity({translateX:0},{duration:275}),this.$backdrop.velocity("stop").velocity({opacity:1},{duration:275}),this._show=!0}},{key:"hide",value:function(){if(!this.$el.length>0||!this.isShow())return!1;this.$toggle.removeClass("active"),this.$nav.velocity("stop").velocity({translateX:-1*this.width},{duration:275}),this.$backdrop.velocity("stop").velocity({opacity:0},{duration:275,complete:e.proxy(this.hideCompleteHandler,this)}),this._show=!1}},{key:"hideCompleteHandler",value:function(e){this.$el.css({display:"none"})}},{key:"toggle",value:function(){this.isShow()?this.hide():this.show()}},{key:"isShow",value:function(){return this._show}}])&&i(o.prototype,r),a&&i(o,a),t}();t.a=o}).call(this,n(6))},1219:function(e,t,n){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var o=function(){function t(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n(this,t),this.$el=e(i.el),this.openFlag=!1,this.$el.on("click",e.proxy(this.bodyClass,this)),e(window).resize(e.proxy(this.RemoveClass,this))}var o,r,a;return o=t,(r=[{key:"bodyClass",value:function(){this.openFlag?e.proxy(this.RemoveClass(),this):e.proxy(this.AddClass(),this)}},{key:"AddClass",value:function(){e("body").addClass("is-open"),this.openFlag=!0}},{key:"RemoveClass",value:function(){e("body").removeClass("is-open"),this.openFlag=!1}}])&&i(o.prototype,r),a&&i(o,a),t}();t.a=o}).call(this,n(6))},1220:function(e,t,n){"use strict";(function(e){var i=n(17),o=n(22),r=n(13),a=n.n(r);function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var c=function(){function t(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};s(this,t),this.$el=e(n.el),this.$modal=this.$el.find(".p-modal"),this.$modal.on("click",".js-close-modal",e.proxy(this.closeModal,this)),this.$el.find(".js-delete-card").on("click",e.proxy(this.deleteClickHandler,this)),this.disabledSubmitButton(!0),this.initGmoMultipayment(),this.$el.find(".card-token").on("click",e.proxy(this.clickHandler,this)),this.$el.data("tds")&&(this.tokenNumber=2),window.recaptchaV2Callback=this.recaptchaV2Callback,window.recaptchaV2ExpiredCallback=this.recaptchaV2ExpiredCallback,window.addEventListener("pageshow",this.windowPageshowHandler.bind(this)),this.setting()}var n,r,c;return n=t,(r=[{key:"setting",value:function(){a.a.defaults.baseURL=Object(o.d)(),a.a.defaults.responseType="json",a.a.defaults.withCredentials=!0}},{key:"deleteClickHandler",value:function(t){var n=this,i=e(t.currentTarget),o=i.data("confirm");if(window.confirm(o)){var r=i.data("card-seq");void 0!==r&&(i.prop("disabled",!0),a.a.get("/applies?in_lottery_with_card_seq=".concat(r)).then((function(e){e.data.applies.length>0?(t.preventDefault(),n.openModal()):n.submitCardDelete(r)})).catch((function(e){console.error(e),t.preventDefault(),n.openModal(!0)})).finally((function(){i.prop("disabled",!1)})))}return!1}},{key:"submitCardDelete",value:function(t){var n=document.createElement("form");n.method="POST",n.action="/mypage/settings/cards/".concat(t);var i=document.createElement("input");i.type="hidden",i.name="_method",i.value="delete";var o=document.createElement("input");o.type="hidden",o.name="authenticity_token",o.value=e('meta[name="csrf-token"]').attr("content"),n.appendChild(i),n.appendChild(o),document.body.appendChild(n),n.submit()}},{key:"openModal",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];e?(this.$modal.find(".p-modal__explan.error").show(),this.$modal.find(".p-modal__explan.warning").hide()):(this.$modal.find(".p-modal__explan.error").hide(),this.$modal.find(".p-modal__explan.warning").show()),this.$modal.addClass("fade-enter-done")}},{key:"closeModal",value:function(){this.$modal.removeClass("fade-enter-done")}},{key:"windowPageshowHandler",value:function(e){e.persisted&&this.disabledCreditInput(!1)}},{key:"initGmoMultipayment",value:function(){this.gmoShopID=this.$el.data("gmo-shop-id");var e=this;window.execTran=function(t){Promise.resolve().then(e.execTranHandler.bind(e,t))}}},{key:"execTranHandler",value:function(t){var n=this,o=this.$el.find("#payment_holder_name");if("000"!=t.resultCode)"131"==t.resultCode||"132"==t.resultCode?window.alert(Object(i.b)("invalid_holder_name")):window.alert(Object(i.b)("fail_to_register_card"));else if(this.rejectExpirePastDate())window.alert(Object(i.b)("expired_card"));else if(t.tokenObject.isSecurityCodeSet)if(""==o.val()||"undefined"==typeof o.val())window.alert(Object(i.b)("require_holder_name"));else{var r;this.disabledCreditInput(!0),Array.isArray(t.tokenObject.token)?(this.$el.find("#payment_token").remove(),r=t.tokenObject.token.forEach((function(t){e("<input />",{type:"hidden",name:"payment[token][]",value:t}).appendTo(n.$el)}))):this.$el.find("#payment_token").val(t.tokenObject.token),this.$el.find("#payment_masked_card_number").val(t.tokenObject.maskedCardNo),this.$el.submit(),r&&r.remove()}else window.alert(Object(i.b)("require_security_code"))}},{key:"recaptchaV2Callback",value:function(t){e('input[type="submit"].v2').prop("disabled",!1)}},{key:"recaptchaV2ExpiredCallback",value:function(){e('input[type="submit"].v2').prop("disabled",!0)}},{key:"disabledCreditInput",value:function(e){this.$el.find(["#payment_card_number","#payment_expire_year","#payment_expire_month","#payment_security_code","#payment_holder_name"].join(", ")).prop("disabled",e)}},{key:"disabledSubmitButton",value:function(e){this.$el.find('input[type="submit"].v2').prop("disabled",e)}},{key:"clickHandler",value:function(e){if(this.$el.find('input[type="submit"]').prop("disabled"))return!1;if("subscription_credit"==this.$el.find('input[name="payment[course_payment_type]"]:checked').val()||0==this.$el.find('input[name="payment[course_payment_type]"]').length){var t=window.Multipayment;t.init(this.gmoShopID);var n={cardno:this.$el.find("#payment_card_number").val(),expire:this.$el.find("#payment_expire_year").val()+this.$el.find("#payment_expire_month").val(),securitycode:this.$el.find("#payment_security_code").val(),holdername:this.$el.find("#payment_holder_name").val()};return this.tokenNumber&&(n.tokennumber=this.tokenNumber),t.getToken(n,window.execTran),!1}this.disabledCreditInput(!0)}},{key:"rejectExpirePastDate",value:function(){var e=this.$el.find("#payment_expire_year").val()+this.$el.find("#payment_expire_month").val(),t=new Date;return t.getFullYear()+("0"+(t.getMonth()+1)).slice(-2)>e}}])&&l(n.prototype,r),c&&l(n,c),t}();t.a=c}).call(this,n(6))},1221:function(e,t,n){"use strict";(function(e){var i=n(17);function o(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var r=function(){function t(n){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=e(n.el);var i=this.$el.closest("#menu-modal");e("#menu-modal-show").on("click",(function(e){i.modal("show")})),this.$submit=this.$el.find("[type=submit]"),this.$el.on("submit",e.proxy(this.submit,this))}var n,r,a;return n=t,(r=[{key:"submit",value:function(){this.hideErrorMessage();var t=new FormData(this.$el[0]);return e.ajax({url:this.$el.attr("action"),type:this.$el.attr("method"),data:t,processData:!1,contentType:!1,success:e.proxy(this.successHandler,this),error:e.proxy(this.errorHandler,this)}),this.$submit.prop("disabled",!0),!1}},{key:"successHandler",value:function(t,n,i){if(this.$el.closest("#menu-modal")){this.$submit.prop("disabled",!1),this.$el.closest("#menu-modal").modal("hide");var o=e("<option>").val(t.menu.id).text(t.menu.name).prop("selected",!0);e("#menu-select").append(o)}t.redirect_to&&(window.location=t.redirect_to)}},{key:"showErrorMessage",value:function(t){var n=[];for(var i in t)for(var o in t[i]){var r=[];if(/_attributes$/.test(o))for(var a in t[i][o])r.push('[name="'.concat(i,"[").concat(o,"][").concat(a,']"]')),n.push(t[i][o][a]);else/datetime$/.test(o)?(r.push('[name="'.concat(i,"[").concat(o,'_date]"]')),r.push('[name="'.concat(i,"[").concat(o,'_time]"]'))):"images"===o?r.push('[name="images[]"]'):r.push('[name="'.concat(i,"[").concat(o,']"]')),n.push(t[i][o]);var s=this.$el.find(r.join(","));s.addClass("is-invalid"),s.each((function(t,n){var i=e(n);i.hasClass("flatpickr-input")&&e(n).siblings().addClass("is-invalid"),i.closest(".image-uploader").addClass("is-invalid")}))}var l=this.$el.find("#alert-message"),c=e('<div class="alert alert-danger errors"></div>');c.append(n.join("<br>")),l.length>0?c.appendTo(l):c.insertBefore(this.$submit)}},{key:"errorHandler",value:function(e,t,n){var o=e.responseJSON;o?o.errors&&this.showErrorMessage(o.errors):alert(Object(i.b)("network_not_available")),this.$submit.prop("disabled",!1)}},{key:"hideErrorMessage",value:function(){this.$el.find(".alert.errors").remove(),this.$el.find(".is-invalid").each((function(t,n){e(n).removeClass("is-invalid")}))}}])&&o(n.prototype,r),a&&o(n,a),t}();t.a=r}).call(this,n(6))},1222:function(e,t,n){"use strict";(function(e){var i=n(840);function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var a=function(){function t(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};o(this,t),this.$el=e(n.el),this.$request=this.$el.find("#request-reset-password-modal"),this.$success=this.$el.find("#success-reset-password-modal"),this.$form=this.$request.find("form"),this.$form.on("ajax:success",e.proxy(this.requestSuccessHandler,this)),new i.a({el:this.$form})}var n,a,s;return n=t,(a=[{key:"requestSuccessHandler",value:function(e){this.$form.find("[type=email]").val(""),this.$request.modal("hide"),this.$success.modal("show")}}])&&r(n.prototype,a),s&&r(n,s),t}();t.a=a}).call(this,n(6))},1223:function(e,t,n){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var o=function(){function t(){var i=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n(this,t),this.$el=e(o.el),e("body").on("click",".open-precheck-reconfirm-modal",(function(e){return i.openModal(e)})),this.$el.find(".p-precheckReconfirmModal__close, .p-precheckReconfirmModal__overlay").on("click",e.proxy(this.closeModal,this))}var o,r,a;return o=t,(r=[{key:"openModal",value:function(t){t.preventDefault(),this.$el.fadeIn(400,(function(){e(this).css({display:"flex",opacity:1}),e(this).children(".p-precheckReconfirmModal__inner").css({opacity:1,top:50})}))}},{key:"closeModal",value:function(){this.$el.fadeOut(400,(function(){e(this).css({opacity:0}),e(this).children(".p-precheckReconfirmModal__inner").css({opacity:0,top:-50})}))}}])&&i(o.prototype,r),a&&i(o,a),t}();t.a=o}).call(this,n(6))},1224:function(e,t,n){"use strict";(function(e){n(835);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var r=n(1443),a=function(){function t(){var n=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};i(this,t),this.$el=e(o.el),this.$stickyItems=o.$stickyItems,this.$userStatus=this.$stickyItems.filter(".bitfan-user-status"),this.initScrollWatcher(),this.layout(),r(o.$images,(function(){n.layout()})),e(window).on("resize",e.proxy(this.resize,this))}var n,a,s;return n=t,(a=[{key:"initScrollWatcher",value:function(){this.watcher=scrollMonitor.create(this.$el),this.watcher.partiallyExitViewport(e.proxy(this.exitViewportHandler,this)),this.watcher.exitViewport(e.proxy(this.exitViewportHandler,this)),this.watcher.fullyEnterViewport(e.proxy(this.enterViewportHandler,this))}},{key:"layout",value:function(){var e=this.$el.css("position");this.$el.css({position:"static"}),this.$userStatus.css({top:this.$el.offset().top+"px"}),this.watcher.unlock(),this.watcher.recalculateLocation(),this.watcher.lock(),this.$el.css({position:e})}},{key:"resize",value:function(e){this.layout()}},{key:"exitViewportHandler",value:function(){e(window).scrollTop()>this.watcher.top&&(this.$el.addClass(this.getHtmlClassName()),this.$stickyItems.addClass(this.getHtmlClassName()))}},{key:"enterViewportHandler",value:function(){this.$el.removeClass(this.getHtmlClassName()),this.$stickyItems.removeClass(this.getHtmlClassName())}},{key:"getHtmlClassName",value:function(){return"sticky"}}])&&o(n.prototype,a),s&&o(n,s),t}();t.a=a}).call(this,n(6))},1225:function(e,t,n){"use strict";var i=n(6),o=n.n(i);function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var a=function(){function e(t){var n=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.$el=o()(t.el),this.$hamburger=this.$el.find(".l-header__hamburger"),this.$menu=this.$el.find(".l-header__menu"),this.$menuItem=this.$el.find(".l-header__menu__name--trigger"),this.$hamburger.on("click",o.a.proxy(this.toggleMenu,this)),this.$menuItem.on("click",this.toggleSubMenu),document.addEventListener("click",o.a.proxy(this.documentClickHandler,this),!0),o()(window).on("resize",(function(){matchMedia("(min-width: 992px)").matches&&(n.release(),o()(n.$menu).removeClass("is-open"),o()(n.$hamburger).removeClass("is-open"))})),this.init()}var t,n,i;return t=e,(n=[{key:"init",value:function(){this.$menuItem.each((function(e,t){o()(t).hasClass("is-open")&&o()(t).next().show()}))}},{key:"documentClickHandler",value:function(e){matchMedia("(min-width: 992px)").matches&&(o()(e.target.closest(".l-header__menu__item")).length||this.hideSubMenu())}},{key:"toggleMenu",value:function(){var e=this.$menu,t=this.$hamburger;o()(e).toggleClass("is-open"),o()(t).toggleClass("is-open"),o()(t).hasClass("is-open")?(o()(t).removeClass("is-close"),this.fixed()):(o()(t).addClass("is-close"),this.release())}},{key:"toggleSubMenu",value:function(){o()(this).toggleClass("is-open"),matchMedia("(min-width: 992px)").matches?o()(this).hasClass("is-open")?o()(this).next().fadeIn(200):o()(this).next().fadeOut(200):o()(this).hasClass("is-open")?o()(this).next().slideDown(200):o()(this).next().slideUp(200)}},{key:"hideSubMenu",value:function(){this.$menuItem.removeClass("is-open").next().hide()}},{key:"fixed",value:function(){this.scrollY=o()(window).scrollTop(),o()("body").css({position:"fixed",width:"100%",top:-1*this.scrollY})}},{key:"release",value:function(){o()("body").css({position:"relative",width:"",top:""}),o()(window).scrollTop(this.scrollY)}}])&&r(t.prototype,n),i&&r(t,i),e}();t.a=a},1226:function(e,t,n){"use strict";(function(e){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}n.d(t,"a",(function(){return o}));var o=function(){function t(n){var i=this,o=n.el;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=e(o),this.$menuItem=this.$el.find(".l-lpHeader__menu__name--trigger"),this.$menuItem.on("click",this.toggleSubMenu),e(window).on("scroll",(function(){return i.setPosition()})),e(window).on("resize",(function(){return i.setNavPosition()})),this.setNavPosition()}var n,o,r;return n=t,(o=[{key:"toggleSubMenu",value:function(){e(this).toggleClass("is-open"),e(this).hasClass("is-open")?e(this).next().fadeIn(200):e(this).next().fadeOut(200)}},{key:"setPosition",value:function(){var t=e(".p-mainVisual").outerHeight(),n=e(".p-mainVisualA").outerHeight(),i=this.$el.outerHeight(),o=e(window).scrollTop(),r=e(".p-subMenu"),a=e("#notification-modal nav"),s=e("#main-menu nav");o>=t||o>=n?(this.$el.css("top",-i),r.css("top",-i),this.$el.addClass("is-fixed"),r.addClass("is-fixed"),this.$el.animate({top:0},400),r.animate({top:0},400),a.css("position","fixed"),s.css("position","fixed")):(this.$el.removeClass("is-fixed"),r.removeClass("is-fixed"),a.css("position","absolute"),s.css("position","absolute")),void 0===t&&void 0==n&&(a.css("position","fixed"),s.css("position","fixed"))}},{key:"setNavPosition",value:function(){var t=e("#main-menu nav"),n=e("#notification-modal nav");matchMedia("(min-width: 992px)").matches?(t.css("top","72px"),n.css("top","72px")):(t.css("top","56px"),n.css("top","56px"))}}])&&i(n.prototype,o),r&&i(n,r),t}()}).call(this,n(6))},1227:function(e,t,n){"use strict";(function(e){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}n.d(t,"a",(function(){return o}));var o=function(){function t(n){var i=n.el;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=e(i),this.$hamburger=this.$el.find(".p-subMenu__hamburger"),this.$service=this.$el.find(".p-subMenu__service"),this.$serviceItems=this.$el.find(".p-subMenu__serviceItems"),this.$hamburger.on("click",e.proxy(this.toggleMenu,this)),this.$service.on("click",this.toggleServiceMenu)}var n,o,r;return n=t,(o=[{key:"toggleMenu",value:function(){this.$el.toggleClass("is-open"),this.$el.hasClass("is-open")?this.$el.removeClass("is-close"):this.$el.addClass("is-close")}},{key:"toggleServiceMenu",value:function(){e(this).toggleClass("is-open").next().slideToggle()}}])&&i(n.prototype,o),r&&i(n,r),t}()}).call(this,n(6))},1228:function(e,t,n){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var o=function(){function t(){var i=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n(this,t),this.$el=e(o.el),this.$resetPasswordForm=this.$el.find("form#reset-password"),this.$resetPasswordFormSubmit=this.$resetPasswordForm.find("[type=submit]"),this.$resetPasswordFormSubmit.filter("[name=commit]").on("click",e.proxy(this.resetPasswordFormSubmit,this)),this.$currentUserForm=this.$el.find(".current-user-edit"),this.$currentUserFormSubmit=this.$currentUserForm.find("[type=submit]"),this.$currentUserFormSubmit.filter("[name=commit]").on("click",e.proxy(this.currentUserFormSubmit,this)),this.$sentResetPasswordModal=e("body").find(".p-sentResetPasswordModal"),this.$whatIsBitfanModal=e("body").find(".p-whatIsBitfanModal"),this.$confirmModal=e("body").find(".p-confirmModal"),e("body").find(".p-sentResetPasswordModal__close, .p-sentResetPasswordModal__overlay").on("click",e.proxy(this.closeSentResetPasswordModal,this)),e("body").find(".p-whatIsBitfanModal__close, .p-whatIsBitfanModal__overlay").on("click",e.proxy(this.closeWhatIsBitfanModal,this)),e("body").find(".p-confirmModal__close").on("click",e.proxy(this.closeConfirmModal,this)),e(document).on("click",".close-button",e.proxy(this.closeConfirmModal,this)),e("body").on("click",".open-what-is-bitfan-modal",(function(e){return i.openWhatIsBitfanModal(e)}))}var o,r,a;return o=t,(r=[{key:"hideErrorMessage",value:function(){this.$el.find(".alert.errors").remove()}},{key:"showErrorMessage",value:function(t){var n=[];for(var i in t)n.push("<span>"+t[i]+"</span>");var o=this.$el.find("#alert-message"),r=e('<div class="alert alert-danger errors"></div>');r.append(n.join("<br>")),o.length>0&&r.appendTo(o)}},{key:"resetPasswordFormSubmit",value:function(){this.hideErrorMessage();var t=new FormData(this.$resetPasswordForm[0]);return e.ajax({url:this.$resetPasswordForm.attr("action"),type:this.$resetPasswordForm.attr("method"),data:t,processData:!1,contentType:!1,success:e.proxy(this.sentResetPasswordSuccessHandler,this),error:e.proxy(this.sentResetPasswordErrorHandler,this)}),this.$resetPasswordFormSubmit.prop("disabled",!0),!1}},{key:"sentResetPasswordSuccessHandler",value:function(e){this.$resetPasswordForm.find("[type=email]").val(""),this.openSentResetPasswordModal()}},{key:"sentResetPasswordErrorHandler",value:function(e){var t=e.responseJSON;t&&t.errors&&this.showErrorMessage(t.errors),this.$resetPasswordForm.find("[type=email]").val("")}},{key:"openSentResetPasswordModal",value:function(){this.$sentResetPasswordModal.fadeIn(400,(function(){e(this).css({display:"flex",opacity:1}),e(this).children(".p-sentResetPasswordModal__inner").css({opacity:1,top:50})}))}},{key:"closeSentResetPasswordModal",value:function(){this.$sentResetPasswordModal.fadeOut(400,(function(){e(this).css({opacity:0}),e(this).children(".p-sentResetPasswordModal__inner").css({opacity:0,top:-50})}))}},{key:"openWhatIsBitfanModal",value:function(t){t.preventDefault(),this.$whatIsBitfanModal.fadeIn(400,(function(){e(this).css({display:"flex",opacity:1}),e(this).children(".p-whatIsBitfanModal__inner").css({opacity:1,top:50})}))}},{key:"closeWhatIsBitfanModal",value:function(){this.$whatIsBitfanModal.fadeOut(400,(function(){e(this).css({opacity:0}),e(this).children(".p-whatIsBitfanModal__inner").css({opacity:0,top:-50})}))}},{key:"openConfirmModal",value:function(){this.$confirmModal.fadeIn(400,(function(){e(this).css({display:"flex",opacity:1}),e(this).children(".p-confirmModal__inner").css({opacity:1,top:50})}))}},{key:"closeConfirmModal",value:function(){this.$confirmModal.fadeOut(400,(function(){e(this).css({opacity:0}),e(this).children(".p-confirmModal__inner").css({opacity:0,top:-50})}))}},{key:"currentUserFormSubmit",value:function(){this.hideErrorMessage();var t=new FormData(this.$currentUserForm[0]);return e.ajax({url:this.$currentUserForm.attr("action"),type:this.$currentUserForm.attr("method"),data:t,processData:!1,contentType:!1,dataType:"json",success:e.proxy(this.currentUserFormSuccessHandler,this),error:e.proxy(this.currentUserFormErrorHandler,this)}),!1}},{key:"currentUserFormSuccessHandler",value:function(t){if(t.redirect_to)return window.location=t.redirect_to,!1;e("body").find(".current-user-confirm-form").html(t.html),this.openConfirmModal()}},{key:"currentUserFormErrorHandler",value:function(e){var t=e.responseJSON;t&&t.errors&&this.showErrorMessage(t.errors)}}])&&i(o.prototype,r),a&&i(o,a),t}();t.a=o}).call(this,n(6))},1440:function(e,t,n){"use strict";n.r(t),function(e){n(352),n(996),n(712);var t=n(36),i=n(455),o=n.n(i),r=(n(1441),n(1442),n(17)),a=n(1215),s=n(781),l=n(1216),c=n(1217),u=n(1218),d=n(1219),h=n(840),f=n(1220),p=n(1221),m=n(1222),g=n(1223),v=n(1224),y=n(1225),b=n(1226),_=n(1227),w=n(1228);o.a.start(),e((function(){e("#main-menu").each((function(e,t){new a.a({el:t,toggle:'[data-target="#main-menu"]'})})),e(".p-modal").each((function(e,t){new s.a({el:t})})),e(".p-lpModal").each((function(e,t){new l.a({el:t})})),e("#sub-menu").each((function(e,t){new u.a({el:t,toggle:'[data-target="#sub-menu"]'})})),e(".bitfan-sticky-menu").each((function(t,n){new v.a({el:n,$stickyItems:e("#site-header").find("[data-sticky]"),$images:e(".header-image")})})),e(".sidebar-btn").each((function(e,t){new d.a({el:t})})),e("[data-targetToggle]").each((function(e,t){new sideBarToggle({el:t})})),e(".validation-form").each((function(e,t){new h.a({el:t})})),e("#menu-modal-form").each((function(e,t){new p.a({el:t})})),e(".dropdown-toggle").dropdown(),e("#credit-form").each((function(e,t){return new f.a({el:t})})),e("#reset-password-modal").each((function(e,t){return new m.a({el:t})})),e(".signin,.signup").each((function(e,t){return new w.a({el:t})})),e(".p-precheckReconfirmModal").each((function(e,t){return new g.a({el:t})})),window.addEventListener("message",(function(t){switch(t.data.action){case"noThumbSoundContent":e("iframe.sound-content[src$='sounds/".concat(t.data.message,"']")).css({height:"132px"});break;case"ThumbSoundContent":e("iframe.sound-content[src$='sounds/".concat(t.data.message,"']")).css({height:"285px"});break;case"noEmbedContent":e("iframe.embed-content[src$='".concat(t.data.message,"']")).css({height:"0"})}})),e('[data-toggle="tooltip"]').tooltip(),e("a [data-toggle=modal]").on("click",(function(t){return e(e(t.currentTarget).data("target")).modal(),!1})),e("div[data-toggle=collapse]").on("click",(function(e){})),e("[data-toggle=collapse] a").on("click",(function(e){e.stopPropagation()})),e(".sticky-footer").length&&e("body").addClass("has-sticky-footer"),e("#btn-dropdown").on("click",(function(){return e("#nav-dropdown").toggleClass("dropdown-open")}));var n=!1;e(document).on("click",".copy-link-button",(function(){var t=e(this).attr("alt"),i=e(this).nextAll(".link_copied:first");!function(t){var n=document.createElement("textArea");if(n.value=t,document.body.appendChild(n),navigator.userAgent.match(/ipad|ipod|iphone/i)){var i=document.createRange();i.selectNodeContents(n);var o=window.getSelection();o.removeAllRanges(),o.addRange(i),n.setSelectionRange(0,999999)}else n.select();document.execCommand("copy"),e(n).remove()}(t),n||(n=!0,i.fadeIn(400).promise().done((function(){setTimeout((function(){i.fadeOut(400),n=!1}),3e3)})))})),e("[data-ios-link]").each((function(n,i){var o=e(i);o.data("ios-link")&&t.a.ios()&&o.attr("href",o.data("ios-link"))})),e("[data-android-link]").each((function(n,i){var o=e(i);o.data("android-link")&&t.a.android()&&o.attr("href",o.data("android-link"))})),location.search.match(/show_owner_guide/)&&e("#stockOwnerGuideModal").modal("show"),e("#p-membershipCard__visual").modal("show"),window.performance&&1!=performance.navigation.type&&2!=performance.navigation.type&&e("#postedAnswerModal").modal("show"),e("footer .pagetop").on("click",(function(t){e("html, body").animate({scrollTop:0},500,"swing")})),e('a[href^="#"]').not("[data-noscroll], .note-editor a").on("click",(function(t){t.preventDefault();var n=e(t.currentTarget).attr("href"),i=e("#"==n||""==n?"html":n).offset().top;e("html, body").animate({scrollTop:i},500,"swing")})),e('button[data-toggle="popover"]').popover(),e(document).on("click",".copy-clipboard",(function(){Clipboard.copy(e(this).attr("data-url")),alert(Object(r.b)("copied_clipboard"))})),window.Clipboard=function(e,t,n){var i;function o(){var o,r;n.userAgent.match(/ipad|ipod|iphone/i)?((o=t.createRange()).selectNodeContents(i),(r=e.getSelection()).removeAllRanges(),r.addRange(o),i.setSelectionRange(0,999999)):i.select()}return{copy:function(e){!function(e){(i=t.createElement("textArea")).value=e,t.body.appendChild(i)}(e),o(),t.execCommand("copy"),t.body.removeChild(i)}}}(window,document,navigator),window.addEventListener("load",(function(){deSVG(".replace-svg",!0)})),e(".js-return-page").on("click",(function(e){e.preventDefault(),history.back()})),e("[data-toggle=collapse-group]").each((function(t,n){var i=e(n),o=i.find(".collapse").collapse({toggle:!1});i.find("[data-toggle=radio-collapse]").on("change",(function(t){var n=e(e(t.currentTarget).closest("[data-target]").data("target"));o.not(n).collapse("hide"),n.collapse("show")}))}));var i,o,k=e(".l-header__notification");if(k[0]&&(e.getJSON(k.data("unread"),(function(e){e&&k.removeClass("l-header__notification--no-icon")})),e.getJSON(k.data("index"),(function(t){i=Number(t.latest_notification_message_id),o=Number(t.latest_system_notification_id);var n=e(t.html);e("#notification-modal nav").append(n),e("#notification-modal").each((function(e,t){new c.a({el:t,toggle:'[data-target="#notification-modal"]'})}))}))),k.on("click",(function(){k.hasClass("l-header__notification--no-icon")||(k.addClass("l-header__notification--no-icon"),i>0&&e.ajax({url:"/notification_messages/"+i,type:"PATCH",headers:{"X-CSRF-Token":e('meta[name="csrf-token"]').attr("content")}}),o>0&&e.ajax({url:"/notification_reads?notification_id="+o,type:"POST",headers:{"X-CSRF-Token":e('meta[name="csrf-token"]').attr("content")}}))})),e(".l-header").each((function(e,t){new y.a({el:t})})),e(".l-lpHeader").each((function(e,t){new b.a({el:t})})),e(".p-subMenu").each((function(e,t){new _.a({el:t})})),document.querySelector("#users .signin #login_user")){var E=document.querySelector("#users .signin #login_user"),C=E.querySelector("input[type=submit]");E.addEventListener("submit",(function(e){document.activeElement.blur(),setTimeout((function(){C.disabled=!0}),10)}))}})),window.recaptchaCallback=function(t){e("form.recaptcha").submit(),setTimeout((function(){e("form.recaptcha").find(":submit").prop("disabled",!0)}),1)}}.call(this,n(6))},1441:function(e,t){new function(){if(null!=document.getElementById("footer")){var e=function(){document.getElementsByTagName("body")[0].clientHeight;document.getElementById(n).style.top="0px";var e=document.getElementById(n).offsetTop,t=document.getElementById(n).offsetHeight;if(window.innerHeight)var i=window.innerHeight;else if(document.documentElement&&0!=document.documentElement.clientHeight)i=document.documentElement.clientHeight;e+t<i&&(document.getElementById(n).style.position="relative",document.getElementById(n).style.top=i-t-e+"px")},t=function(e,t,n){try{e.addEventListener(t,n,!1)}catch(i){e.attachEvent("on"+t,n)}},n="footer";t(window,"load",e),t(window,"load",(function(){!function(e){var t=document.createElement("div"),n=document.createTextNode("S");t.appendChild(n),t.style.visibility="hidden",t.style.position="absolute",t.style.top="0",document.body.appendChild(t);var i=t.offsetHeight;setInterval((function(){i!=t.offsetHeight&&(e(),i=t.offsetHeight)}),1e3)}(e)})),t(window,"resize",e)}}},1442:function(e,t){!function(){"use strict";window.deSVG=function(e,t){t=t||!1;var n,i,o={},r=function(e,n){var i=new XMLHttpRequest;i.open("GET",e,!0),i.onload=function(){var e,o,r,s;if(e=i.responseXML,s=n.length,e){if(r=(o=e.documentElement).querySelectorAll("path"),t)for(var l=0;l<r.length;l++)r[l].removeAttribute("style");for(o.removeAttribute("xmlns:a");s--;)a(n[s],o.cloneNode(!0))}},i.send()},a=function(e,t){var n=e.id,i=e.getAttribute("class");n&&(t.id=n),i&&t.setAttribute("class",i+" replaced-svg"),e.parentNode.replaceChild(t,e)};for(i=(n=document.querySelectorAll(e)).length;i--;){var s,l=n[i];o[s=l.getAttribute("data-src")?l.getAttribute("data-src"):l.getAttribute("src")]?o[s].push(l):o[s]=[l]}for(var c in o)o.hasOwnProperty(c)&&r(c,o[c])}}()},1443:function(e,t,n){var i,o;function r(e){return(r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(a,s){"use strict";i=[n(1444)],void 0===(o=function(e){return function(e,t){var n=e.jQuery,i=e.console;function o(e,t){for(var n in t)e[n]=t[n];return e}var a=Array.prototype.slice;function s(e,t,l){if(!(this instanceof s))return new s(e,t,l);var c,u=e;("string"==typeof e&&(u=document.querySelectorAll(e)),u)?(this.elements=(c=u,Array.isArray(c)?c:"object"==r(c)&&"number"==typeof c.length?a.call(c):[c]),this.options=o({},this.options),"function"==typeof t?l=t:o(this.options,t),l&&this.on("always",l),this.getImages(),n&&(this.jqDeferred=new n.Deferred),setTimeout(this.check.bind(this))):i.error("Bad element for imagesLoaded "+(u||e))}s.prototype=Object.create(t.prototype),s.prototype.options={},s.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},s.prototype.addElementImages=function(e){"IMG"==e.nodeName&&this.addImage(e),!0===this.options.background&&this.addElementBackgroundImages(e);var t=e.nodeType;if(t&&l[t]){for(var n=e.querySelectorAll("img"),i=0;i<n.length;i++){var o=n[i];this.addImage(o)}if("string"==typeof this.options.background){var r=e.querySelectorAll(this.options.background);for(i=0;i<r.length;i++){var a=r[i];this.addElementBackgroundImages(a)}}}};var l={1:!0,9:!0,11:!0};function c(e){this.img=e}function u(e,t){this.url=e,this.element=t,this.img=new Image}return s.prototype.addElementBackgroundImages=function(e){var t=getComputedStyle(e);if(t)for(var n=/url\((['"])?(.*?)\1\)/gi,i=n.exec(t.backgroundImage);null!==i;){var o=i&&i[2];o&&this.addBackground(o,e),i=n.exec(t.backgroundImage)}},s.prototype.addImage=function(e){var t=new c(e);this.images.push(t)},s.prototype.addBackground=function(e,t){var n=new u(e,t);this.images.push(n)},s.prototype.check=function(){var e=this;function t(t,n,i){setTimeout((function(){e.progress(t,n,i)}))}this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?this.images.forEach((function(e){e.once("progress",t),e.check()})):this.complete()},s.prototype.progress=function(e,t,n){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!e.isLoaded,this.emitEvent("progress",[this,e,t]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,e),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&i&&i.log("progress: "+n,e,t)},s.prototype.complete=function(){var e=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(e,[this]),this.emitEvent("always",[this]),this.jqDeferred){var t=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[t](this)}},c.prototype=Object.create(t.prototype),c.prototype.check=function(){this.getIsImageComplete()?this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.proxyImage.src=this.img.src)},c.prototype.getIsImageComplete=function(){return this.img.complete&&this.img.naturalWidth},c.prototype.confirm=function(e,t){this.isLoaded=e,this.emitEvent("progress",[this,this.img,t])},c.prototype.handleEvent=function(e){var t="on"+e.type;this[t]&&this[t](e)},c.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},c.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},c.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},u.prototype=Object.create(c.prototype),u.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url,this.getIsImageComplete()&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},u.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},u.prototype.confirm=function(e,t){this.isLoaded=e,this.emitEvent("progress",[this,this.element,t])},s.makeJQueryPlugin=function(t){(t=t||e.jQuery)&&((n=t).fn.imagesLoaded=function(e,t){return new s(this,e,t).jqDeferred.promise(n(this))})},s.makeJQueryPlugin(),s}(a,e)}.apply(t,i))||(e.exports=o)}("undefined"!==typeof window?window:this)},1444:function(e,t,n){var i,o;"undefined"!=typeof window&&window,void 0===(o="function"===typeof(i=function(){"use strict";function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var n=this._events=this._events||{},i=n[e]=n[e]||[];return-1==i.indexOf(t)&&i.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var n=this._onceEvents=this._onceEvents||{};return(n[e]=n[e]||{})[t]=!0,this}},t.off=function(e,t){var n=this._events&&this._events[e];if(n&&n.length){var i=n.indexOf(t);return-1!=i&&n.splice(i,1),this}},t.emitEvent=function(e,t){var n=this._events&&this._events[e];if(n&&n.length){n=n.slice(0),t=t||[];for(var i=this._onceEvents&&this._onceEvents[e],o=0;o<n.length;o++){var r=n[o];i&&i[r]&&(this.off(e,r),delete i[r]),r.apply(this,t)}return this}},t.allOff=function(){delete this._events,delete this._onceEvents},e})?i.call(t,n,t,e):i)||(e.exports=o)},17:function(e,t,n){"use strict";n.d(t,"b",(function(){return l})),n.d(t,"a",(function(){return c}));var i=n(53),o=n.n(i),r=n(46),a=["en","ja","ko","zh-TW","th"],s=null;function l(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=r[c()]&&r[c()][e]||e,i=0,o=Object.keys(t);i<o.length;i++){var a=o[i];n=n.replace("{"+a+"}",t[a])}return n}function c(){return s||(s=o.a.get("locale")||(e=(navigator.language||navigator.userLanguage).substr(0,2)||"ja",a[e]?e:"ja"));var e}},22:function(e,t,n){"use strict";n.d(t,"c",(function(){return i})),n.d(t,"e",(function(){return o})),n.d(t,"d",(function(){return r})),n.d(t,"b",(function(){return a})),n.d(t,"a",(function(){return s}));function i(){return"".concat(location.protocol,"//dashboard-api.bitfan.").concat("id")}function o(){return"".concat(location.protocol,"//user-api.bitfan.").concat("id")}function r(){return"".concat(location.protocol,"//pass-api.bitfan.").concat("id")}function a(){return"".concat(location.protocol,"//bitfan.").concat("id")}function s(e){return"app"===new URLSearchParams(location.search).get("layout_type")?e.match(/\?/)?"".concat(e,"&layout_type=app"):"".concat(e,"?layout_type=app"):e}},263:function(e,t,n){"use strict";n.r(t),function(e){var n="undefined"!==typeof window&&"undefined"!==typeof document&&"undefined"!==typeof navigator,i=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(n&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var o=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),i))}};function r(e){return e&&"[object Function]"==={}.toString.call(e)}function a(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function s(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function l(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=a(e),n=t.overflow,i=t.overflowX,o=t.overflowY;return/(auto|scroll|overlay)/.test(n+o+i)?e:l(s(e))}function c(e){return e&&e.referenceNode?e.referenceNode:e}var u=n&&!(!window.MSInputMethodContext||!document.documentMode),d=n&&/MSIE 10/.test(navigator.userAgent);function h(e){return 11===e?u:10===e?d:u||d}function f(e){if(!e)return document.documentElement;for(var t=h(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===a(n,"position")?f(n):n:e?e.ownerDocument.documentElement:document.documentElement}function p(e){return null!==e.parentNode?p(e.parentNode):e}function m(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?e:t,o=n?t:e,r=document.createRange();r.setStart(i,0),r.setEnd(o,0);var a,s,l=r.commonAncestorContainer;if(e!==l&&t!==l||i.contains(o))return"BODY"===(s=(a=l).nodeName)||"HTML"!==s&&f(a.firstElementChild)!==a?f(l):l;var c=p(e);return c.host?m(c.host,t):m(e,p(t).host)}function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",i=e.nodeName;if("BODY"===i||"HTML"===i){var o=e.ownerDocument.documentElement,r=e.ownerDocument.scrollingElement||o;return r[n]}return e[n]}function v(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=g(t,"top"),o=g(t,"left"),r=n?-1:1;return e.top+=i*r,e.bottom+=i*r,e.left+=o*r,e.right+=o*r,e}function y(e,t){var n="x"===t?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+i+"Width"])}function b(e,t,n,i){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],h(10)?parseInt(n["offset"+e])+parseInt(i["margin"+("Height"===e?"Top":"Left")])+parseInt(i["margin"+("Height"===e?"Bottom":"Right")]):0)}function _(e){var t=e.body,n=e.documentElement,i=h(10)&&getComputedStyle(n);return{height:b("Height",t,n,i),width:b("Width",t,n,i)}}var w=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},k=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),E=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},C=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e};function S(e){return C({},e,{right:e.left+e.width,bottom:e.top+e.height})}function x(e){var t={};try{if(h(10)){t=e.getBoundingClientRect();var n=g(e,"top"),i=g(e,"left");t.top+=n,t.left+=i,t.bottom+=n,t.right+=i}else t=e.getBoundingClientRect()}catch(f){}var o={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},r="HTML"===e.nodeName?_(e.ownerDocument):{},s=r.width||e.clientWidth||o.width,l=r.height||e.clientHeight||o.height,c=e.offsetWidth-s,u=e.offsetHeight-l;if(c||u){var d=a(e);c-=y(d,"x"),u-=y(d,"y"),o.width-=c,o.height-=u}return S(o)}function T(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=h(10),o="HTML"===t.nodeName,r=x(e),s=x(t),c=l(e),u=a(t),d=parseFloat(u.borderTopWidth),f=parseFloat(u.borderLeftWidth);n&&o&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var p=S({top:r.top-s.top-d,left:r.left-s.left-f,width:r.width,height:r.height});if(p.marginTop=0,p.marginLeft=0,!i&&o){var m=parseFloat(u.marginTop),g=parseFloat(u.marginLeft);p.top-=d-m,p.bottom-=d-m,p.left-=f-g,p.right-=f-g,p.marginTop=m,p.marginLeft=g}return(i&&!n?t.contains(c):t===c&&"BODY"!==c.nodeName)&&(p=v(p,t)),p}function P(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,i=T(e,n),o=Math.max(n.clientWidth,window.innerWidth||0),r=Math.max(n.clientHeight,window.innerHeight||0),a=t?0:g(n),s=t?0:g(n,"left"),l={top:a-i.top+i.marginTop,left:s-i.left+i.marginLeft,width:o,height:r};return S(l)}function A(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===a(e,"position"))return!0;var n=s(e);return!!n&&A(n)}function O(e){if(!e||!e.parentElement||h())return document.documentElement;for(var t=e.parentElement;t&&"none"===a(t,"transform");)t=t.parentElement;return t||document.documentElement}function I(e,t,n,i){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],r={top:0,left:0},a=o?O(e):m(e,c(t));if("viewport"===i)r=P(a,o);else{var u=void 0;"scrollParent"===i?"BODY"===(u=l(s(t))).nodeName&&(u=e.ownerDocument.documentElement):u="window"===i?e.ownerDocument.documentElement:i;var d=T(u,a,o);if("HTML"!==u.nodeName||A(a))r=d;else{var h=_(e.ownerDocument),f=h.height,p=h.width;r.top+=d.top-d.marginTop,r.bottom=f+d.top,r.left+=d.left-d.marginLeft,r.right=p+d.left}}var g="number"===typeof(n=n||0);return r.left+=g?n:n.left||0,r.top+=g?n:n.top||0,r.right-=g?n:n.right||0,r.bottom-=g?n:n.bottom||0,r}function $(e){return e.width*e.height}function F(e,t,n,i,o){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var a=I(n,i,r,o),s={top:{width:a.width,height:t.top-a.top},right:{width:a.right-t.right,height:a.height},bottom:{width:a.width,height:a.bottom-t.bottom},left:{width:t.left-a.left,height:a.height}},l=Object.keys(s).map((function(e){return C({key:e},s[e],{area:$(s[e])})})).sort((function(e,t){return t.area-e.area})),c=l.filter((function(e){var t=e.width,i=e.height;return t>=n.clientWidth&&i>=n.clientHeight})),u=c.length>0?c[0].key:l[0].key,d=e.split("-")[1];return u+(d?"-"+d:"")}function D(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=i?O(t):m(t,c(n));return T(n,o,i)}function j(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),i=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+i,height:e.offsetHeight+n}}function N(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function M(e,t,n){n=n.split("-")[0];var i=j(e),o={width:i.width,height:i.height},r=-1!==["right","left"].indexOf(n),a=r?"top":"left",s=r?"left":"top",l=r?"height":"width",c=r?"width":"height";return o[a]=t[a]+t[l]/2-i[l]/2,o[s]=n===s?t[s]-i[c]:t[N(s)],o}function V(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function R(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var i=V(e,(function(e){return e[t]===n}));return e.indexOf(i)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&r(n)&&(t.offsets.popper=S(t.offsets.popper),t.offsets.reference=S(t.offsets.reference),t=n(t,e))})),t}function L(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=D(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=F(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=M(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=R(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function H(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function q(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),i=0;i<t.length;i++){var o=t[i],r=o?""+o+n:e;if("undefined"!==typeof document.body.style[r])return r}return null}function B(){return this.state.isDestroyed=!0,H(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[q("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function z(e){var t=e.ownerDocument;return t?t.defaultView:window}function W(e,t,n,i){n.updateBound=i,z(e).addEventListener("resize",n.updateBound,{passive:!0});var o=l(e);return function e(t,n,i,o){var r="BODY"===t.nodeName,a=r?t.ownerDocument.defaultView:t;a.addEventListener(n,i,{passive:!0}),r||e(l(a.parentNode),n,i,o),o.push(a)}(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function U(){this.state.eventsEnabled||(this.state=W(this.reference,this.options,this.state,this.scheduleUpdate))}function Y(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,z(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function Q(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function X(e,t){Object.keys(t).forEach((function(n){var i="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&Q(t[n])&&(i="px"),e.style[n]=t[n]+i}))}var G=n&&/Firefox/i.test(navigator.userAgent);function K(e,t,n){var i=V(e,(function(e){return e.name===t})),o=!!i&&e.some((function(e){return e.name===n&&e.enabled&&e.order<i.order}));if(!o){var r="`"+t+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+r+" modifier in order to work, be sure to include it before "+r+"!")}return o}var Z=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],J=Z.slice(3);function ee(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=J.indexOf(e),i=J.slice(n+1).concat(J.slice(0,n));return t?i.reverse():i}var te="flip",ne="clockwise",ie="counterclockwise";function oe(e,t,n,i){var o=[0,0],r=-1!==["right","left"].indexOf(i),a=e.split(/(\+|\-)/).map((function(e){return e.trim()})),s=a.indexOf(V(a,(function(e){return-1!==e.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return(c=c.map((function(e,i){var o=(1===i?!r:r)?"height":"width",a=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,a=!0,e):a?(e[e.length-1]+=t,a=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,i){var o=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+o[1],a=o[2];if(!r)return e;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=i}return S(s)[t]/100*r}if("vh"===a||"vw"===a){return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*r}return r}(e,o,t,n)}))}))).forEach((function(e,t){e.forEach((function(n,i){Q(n)&&(o[t]+=n*("-"===e[i-1]?-1:1))}))})),o}var re={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],i=t.split("-")[1];if(i){var o=e.offsets,r=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",c=s?"width":"height",u={start:E({},l,r[l]),end:E({},l,r[l]+r[c]-a[c])};e.offsets.popper=C({},a,u[i])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,i=e.placement,o=e.offsets,r=o.popper,a=o.reference,s=i.split("-")[0],l=void 0;return l=Q(+n)?[+n,0]:oe(n,r,a,s),"left"===s?(r.top+=l[0],r.left-=l[1]):"right"===s?(r.top+=l[0],r.left+=l[1]):"top"===s?(r.left+=l[0],r.top-=l[1]):"bottom"===s&&(r.left+=l[0],r.top+=l[1]),e.popper=r,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||f(e.instance.popper);e.instance.reference===n&&(n=f(n));var i=q("transform"),o=e.instance.popper.style,r=o.top,a=o.left,s=o[i];o.top="",o.left="",o[i]="";var l=I(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);o.top=r,o.left=a,o[i]=s,t.boundaries=l;var c=t.priority,u=e.offsets.popper,d={primary:function(e){var n=u[e];return u[e]<l[e]&&!t.escapeWithReference&&(n=Math.max(u[e],l[e])),E({},e,n)},secondary:function(e){var n="right"===e?"left":"top",i=u[n];return u[e]>l[e]&&!t.escapeWithReference&&(i=Math.min(u[n],l[e]-("right"===e?u.width:u.height))),E({},n,i)}};return c.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";u=C({},u,d[t](e))})),e.offsets.popper=u,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,i=t.reference,o=e.placement.split("-")[0],r=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",l=a?"left":"top",c=a?"width":"height";return n[s]<r(i[l])&&(e.offsets.popper[l]=r(i[l])-n[c]),n[l]>r(i[s])&&(e.offsets.popper[l]=r(i[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!K(e.instance.modifiers,"arrow","keepTogether"))return e;var i=t.element;if("string"===typeof i){if(!(i=e.instance.popper.querySelector(i)))return e}else if(!e.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var o=e.placement.split("-")[0],r=e.offsets,s=r.popper,l=r.reference,c=-1!==["left","right"].indexOf(o),u=c?"height":"width",d=c?"Top":"Left",h=d.toLowerCase(),f=c?"left":"top",p=c?"bottom":"right",m=j(i)[u];l[p]-m<s[h]&&(e.offsets.popper[h]-=s[h]-(l[p]-m)),l[h]+m>s[p]&&(e.offsets.popper[h]+=l[h]+m-s[p]),e.offsets.popper=S(e.offsets.popper);var g=l[h]+l[u]/2-m/2,v=a(e.instance.popper),y=parseFloat(v["margin"+d]),b=parseFloat(v["border"+d+"Width"]),_=g-e.offsets.popper[h]-y-b;return _=Math.max(Math.min(s[u]-m,_),0),e.arrowElement=i,e.offsets.arrow=(E(n={},h,Math.round(_)),E(n,f,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(H(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=I(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),i=e.placement.split("-")[0],o=N(i),r=e.placement.split("-")[1]||"",a=[];switch(t.behavior){case te:a=[i,o];break;case ne:a=ee(i);break;case ie:a=ee(i,!0);break;default:a=t.behavior}return a.forEach((function(s,l){if(i!==s||a.length===l+1)return e;i=e.placement.split("-")[0],o=N(i);var c=e.offsets.popper,u=e.offsets.reference,d=Math.floor,h="left"===i&&d(c.right)>d(u.left)||"right"===i&&d(c.left)<d(u.right)||"top"===i&&d(c.bottom)>d(u.top)||"bottom"===i&&d(c.top)<d(u.bottom),f=d(c.left)<d(n.left),p=d(c.right)>d(n.right),m=d(c.top)<d(n.top),g=d(c.bottom)>d(n.bottom),v="left"===i&&f||"right"===i&&p||"top"===i&&m||"bottom"===i&&g,y=-1!==["top","bottom"].indexOf(i),b=!!t.flipVariations&&(y&&"start"===r&&f||y&&"end"===r&&p||!y&&"start"===r&&m||!y&&"end"===r&&g),_=!!t.flipVariationsByContent&&(y&&"start"===r&&p||y&&"end"===r&&f||!y&&"start"===r&&g||!y&&"end"===r&&m),w=b||_;(h||v||w)&&(e.flipped=!0,(h||v)&&(i=a[l+1]),w&&(r=function(e){return"end"===e?"start":"start"===e?"end":e}(r)),e.placement=i+(r?"-"+r:""),e.offsets.popper=C({},e.offsets.popper,M(e.instance.popper,e.offsets.reference,e.placement)),e=R(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],i=e.offsets,o=i.popper,r=i.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=r[n]-(s?o[a?"width":"height"]:0),e.placement=N(t),e.offsets.popper=S(o),e}},hide:{order:800,enabled:!0,fn:function(e){if(!K(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=V(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,i=t.y,o=e.offsets.popper,r=V(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==r&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==r?r:t.gpuAcceleration,s=f(e.instance.popper),l=x(s),c={position:o.position},u=function(e,t){var n=e.offsets,i=n.popper,o=n.reference,r=Math.round,a=Math.floor,s=function(e){return e},l=r(o.width),c=r(i.width),u=-1!==["left","right"].indexOf(e.placement),d=-1!==e.placement.indexOf("-"),h=t?u||d||l%2===c%2?r:a:s,f=t?r:s;return{left:h(l%2===1&&c%2===1&&!d&&t?i.left-1:i.left),top:f(i.top),bottom:f(i.bottom),right:h(i.right)}}(e,window.devicePixelRatio<2||!G),d="bottom"===n?"top":"bottom",h="right"===i?"left":"right",p=q("transform"),m=void 0,g=void 0;if(g="bottom"===d?"HTML"===s.nodeName?-s.clientHeight+u.bottom:-l.height+u.bottom:u.top,m="right"===h?"HTML"===s.nodeName?-s.clientWidth+u.right:-l.width+u.right:u.left,a&&p)c[p]="translate3d("+m+"px, "+g+"px, 0)",c[d]=0,c[h]=0,c.willChange="transform";else{var v="bottom"===d?-1:1,y="right"===h?-1:1;c[d]=g*v,c[h]=m*y,c.willChange=d+", "+h}var b={"x-placement":e.placement};return e.attributes=C({},b,e.attributes),e.styles=C({},c,e.styles),e.arrowStyles=C({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return X(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&X(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,i,o){var r=D(o,t,e,n.positionFixed),a=F(n.placement,r,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",a),X(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},ae=function(){function e(t,n){var i=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};w(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=o(this.update.bind(this)),this.options=C({},e.Defaults,a),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(C({},e.Defaults.modifiers,a.modifiers)).forEach((function(t){i.options.modifiers[t]=C({},e.Defaults.modifiers[t]||{},a.modifiers?a.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return C({name:e},i.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&r(e.onLoad)&&e.onLoad(i.reference,i.popper,i.options,e,i.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return k(e,[{key:"update",value:function(){return L.call(this)}},{key:"destroy",value:function(){return B.call(this)}},{key:"enableEventListeners",value:function(){return U.call(this)}},{key:"disableEventListeners",value:function(){return Y.call(this)}}]),e}();ae.Utils=("undefined"!==typeof window?window:e).PopperUtils,ae.placements=Z,ae.Defaults=re,t.default=ae}.call(this,n(34))},34:function(e,t){function n(e){return(n="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i;i=function(){return this}();try{i=i||new Function("return this")()}catch(o){"object"===("undefined"===typeof window?"undefined":n(window))&&(i=window)}e.exports=i},352:function(e,t,n){(function(e,i,o){var r,a;function s(e){return(s="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(t){"use strict";if(!e){var n=function e(t,n){return new e.fn.init(t,n)};n.isWindow=function(e){return e&&e===e.window},n.type=function(e){return e?"object"===s(e)||"function"===typeof e?o[a.call(e)]||"object":s(e):e+""},n.isArray=Array.isArray||function(e){return"array"===n.type(e)},n.isPlainObject=function(e){var t;if(!e||"object"!==n.type(e)||e.nodeType||n.isWindow(e))return!1;try{if(e.constructor&&!r.call(e,"constructor")&&!r.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(i){return!1}for(t in e);return void 0===t||r.call(e,t)},n.each=function(e,t,n){var i=0,o=e.length,r=u(e);if(n){if(r)for(;i<o&&!1!==t.apply(e[i],n);i++);else for(i in e)if(e.hasOwnProperty(i)&&!1===t.apply(e[i],n))break}else if(r)for(;i<o&&!1!==t.call(e[i],i,e[i]);i++);else for(i in e)if(e.hasOwnProperty(i)&&!1===t.call(e[i],i,e[i]))break;return e},n.data=function(e,t,o){if(void 0===o){var r=e[n.expando],a=r&&i[r];if(void 0===t)return a;if(a&&t in a)return a[t]}else if(void 0!==t){var s=e[n.expando]||(e[n.expando]=++n.uuid);return i[s]=i[s]||{},i[s][t]=o,o}},n.removeData=function(e,t){var o=e[n.expando],r=o&&i[o];r&&(t?n.each(t,(function(e,t){delete r[t]})):delete i[o])},n.extend=function(){var e,t,i,o,r,a,l=arguments[0]||{},c=1,u=arguments.length,d=!1;for("boolean"===typeof l&&(d=l,l=arguments[c]||{},c++),"object"!==s(l)&&"function"!==n.type(l)&&(l={}),c===u&&(l=this,c--);c<u;c++)if(r=arguments[c])for(o in r)r.hasOwnProperty(o)&&(e=l[o],l!==(i=r[o])&&(d&&i&&(n.isPlainObject(i)||(t=n.isArray(i)))?(t?(t=!1,a=e&&n.isArray(e)?e:[]):a=e&&n.isPlainObject(e)?e:{},l[o]=n.extend(d,a,i)):void 0!==i&&(l[o]=i)));return l},n.queue=function(e,t,i){if(e){var o,r,a,s=n.data(e,t=(t||"fx")+"queue");return i?(!s||n.isArray(i)?s=n.data(e,t,(a=r||[],(o=i)&&(u(Object(o))?function(e,t){for(var n=+t.length,i=0,o=e.length;i<n;)e[o++]=t[i++];if(n!==n)for(;void 0!==t[i];)e[o++]=t[i++];e.length=o}(a,"string"===typeof o?[o]:o):[].push.call(a,o)),a)):s.push(i),s):s||[]}},n.dequeue=function(e,t){n.each(e.nodeType?[e]:e,(function(e,i){var o=n.queue(i,t=t||"fx"),r=o.shift();"inprogress"===r&&(r=o.shift()),r&&("fx"===t&&o.unshift("inprogress"),r.call(i,(function(){n.dequeue(i,t)})))}))},n.fn=n.prototype={init:function(e){if(e.nodeType)return this[0]=e,this;throw new Error("Not a DOM node.")},offset:function(){var e=this[0].getBoundingClientRect?this[0].getBoundingClientRect():{top:0,left:0};return{top:e.top+(t.pageYOffset||document.scrollTop||0)-(document.clientTop||0),left:e.left+(t.pageXOffset||document.scrollLeft||0)-(document.clientLeft||0)}},position:function(){var e=this[0],t=function(e){for(var t=e.offsetParent;t&&"html"!==t.nodeName.toLowerCase()&&t.style&&"static"===t.style.position.toLowerCase();)t=t.offsetParent;return t||document}(e),i=this.offset(),o=/^(?:body|html)$/i.test(t.nodeName)?{top:0,left:0}:n(t).offset();return i.top-=parseFloat(e.style.marginTop)||0,i.left-=parseFloat(e.style.marginLeft)||0,t.style&&(o.top+=parseFloat(t.style.borderTopWidth)||0,o.left+=parseFloat(t.style.borderLeftWidth)||0),{top:i.top-o.top,left:i.left-o.left}}};var i={};n.expando="velocity"+(new Date).getTime(),n.uuid=0;for(var o={},r=o.hasOwnProperty,a=o.toString,l="Boolean Number String Function Array Date RegExp Object Error".split(" "),c=0;c<l.length;c++)o["[object "+l[c]+"]"]=l[c].toLowerCase();n.fn.init.prototype=n.fn,t.Velocity={Utilities:n}}function u(e){var t=e.length,i=n.type(e);return"function"!==i&&!n.isWindow(e)&&(!(1!==e.nodeType||!t)||("array"===i||0===t||"number"===typeof t&&t>0&&t-1 in e))}}(window),function(e){"use strict";"object"===s(o)&&"object"===s(o.exports)?o.exports=e():void 0===(a="function"===typeof(r=e)?r.call(t,n,t,o):r)||(o.exports=a)}((function(){"use strict";return function(e,t,n,o){var r,a=function(){if(n.documentMode)return n.documentMode;for(var e=7;e>4;e--){var t=n.createElement("div");if(t.innerHTML="\x3c!--[if IE "+e+"]><span></span><![endif]--\x3e",t.getElementsByTagName("span").length)return t=null,e}}(),s=(r=0,t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||function(e){var t,n=(new Date).getTime();return t=Math.max(0,16-(n-r)),r=n+t,setTimeout((function(){e(n+t)}),t)}),l=function(){var e=t.performance||{};if("function"!==typeof e.now){var n=e.timing&&e.timing.navigationStart?e.timing.navigationStart:(new Date).getTime();e.now=function(){return(new Date).getTime()-n}}return e}();var c=function(){var e=Array.prototype.slice;try{return e.call(n.documentElement),e}catch(t){return function(t,n){var i=this.length;if("number"!==typeof t&&(t=0),"number"!==typeof n&&(n=i),this.slice)return e.call(this,t,n);var o,r=[],a=t>=0?t:Math.max(0,i+t),s=(n<0?i+n:Math.min(n,i))-a;if(s>0)if(r=new Array(s),this.charAt)for(o=0;o<s;o++)r[o]=this.charAt(a+o);else for(o=0;o<s;o++)r[o]=this[a+o];return r}}}(),u=function(){return Array.prototype.includes?function(e,t){return e.includes(t)}:Array.prototype.indexOf?function(e,t){return e.indexOf(t)>=0}:function(e,t){for(var n=0;n<e.length;n++)if(e[n]===t)return!0;return!1}};function d(e){return f.isWrapped(e)?e=c.call(e):f.isNode(e)&&(e=[e]),e}var h,f={isNumber:function(e){return"number"===typeof e},isString:function(e){return"string"===typeof e},isArray:Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},isFunction:function(e){return"[object Function]"===Object.prototype.toString.call(e)},isNode:function(e){return e&&e.nodeType},isWrapped:function(e){return e&&e!==t&&f.isNumber(e.length)&&!f.isString(e)&&!f.isFunction(e)&&!f.isNode(e)&&(0===e.length||f.isNode(e[0]))},isSVG:function(e){return t.SVGElement&&e instanceof t.SVGElement},isEmptyObject:function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0}},p=!1;if(e.fn&&e.fn.jquery?(h=e,p=!0):h=t.Velocity.Utilities,a<=8&&!p)throw new Error("Velocity: IE8 and below require jQuery to be loaded before Velocity.");if(!(a<=7)){var m={State:{isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(t.navigator.userAgent),isAndroid:/Android/i.test(t.navigator.userAgent),isGingerbread:/Android 2\.3\.[3-7]/i.test(t.navigator.userAgent),isChrome:t.chrome,isFirefox:/Firefox/i.test(t.navigator.userAgent),prefixElement:n.createElement("div"),prefixMatches:{},scrollAnchor:null,scrollPropertyLeft:null,scrollPropertyTop:null,isTicking:!1,calls:[],delayedElements:{count:0}},CSS:{},Utilities:h,Redirects:{},Easings:{},Promise:t.Promise,defaults:{queue:"",duration:400,easing:"swing",begin:void 0,complete:void 0,progress:void 0,display:void 0,visibility:void 0,loop:!1,delay:!1,mobileHA:!0,_cacheValues:!0,promiseRejectEmpty:!0},init:function(e){h.data(e,"velocity",{isSVG:f.isSVG(e),isAnimating:!1,computedStyle:null,tweensContainer:null,rootPropertyValueCache:{},transformCache:{}})},hook:null,mock:!1,version:{major:1,minor:5,patch:2},debug:!1,timestamp:!0,pauseAll:function(e){var t=(new Date).getTime();h.each(m.State.calls,(function(t,n){if(n){if(void 0!==e&&(n[2].queue!==e||!1===n[2].queue))return!0;n[5]={resume:!1}}})),h.each(m.State.delayedElements,(function(e,n){n&&k(n,t)}))},resumeAll:function(e){var t=(new Date).getTime();h.each(m.State.calls,(function(t,n){if(n){if(void 0!==e&&(n[2].queue!==e||!1===n[2].queue))return!0;n[5]&&(n[5].resume=!0)}})),h.each(m.State.delayedElements,(function(e,n){n&&E(n,t)}))}};void 0!==t.pageYOffset?(m.State.scrollAnchor=t,m.State.scrollPropertyLeft="pageXOffset",m.State.scrollPropertyTop="pageYOffset"):(m.State.scrollAnchor=n.documentElement||n.body.parentNode||n.body,m.State.scrollPropertyLeft="scrollLeft",m.State.scrollPropertyTop="scrollTop");var g=function(){function e(e){return-e.tension*e.x-e.friction*e.v}function t(t,n,i){var o={x:t.x+i.dx*n,v:t.v+i.dv*n,tension:t.tension,friction:t.friction};return{dx:o.v,dv:e(o)}}function n(n,i){var o={dx:n.v,dv:e(n)},r=t(n,.5*i,o),a=t(n,.5*i,r),s=t(n,i,a),l=1/6*(o.dx+2*(r.dx+a.dx)+s.dx),c=1/6*(o.dv+2*(r.dv+a.dv)+s.dv);return n.x=n.x+l*i,n.v=n.v+c*i,n}return function e(t,i,o){var r,a,s,l={x:-1,v:0,tension:null,friction:null},c=[0],u=0;for(t=parseFloat(t)||500,i=parseFloat(i)||20,o=o||null,l.tension=t,l.friction=i,a=(r=null!==o)?(u=e(t,i))/o*.016:.016;s=n(s||l,a),c.push(1+s.x),u+=16,Math.abs(s.x)>1e-4&&Math.abs(s.v)>1e-4;);return r?function(e){return c[e*(c.length-1)|0]}:u}}();m.Easings={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},spring:function(e){return 1-Math.cos(4.5*e*Math.PI)*Math.exp(6*-e)}},h.each([["ease",[.25,.1,.25,1]],["ease-in",[.42,0,1,1]],["ease-out",[0,0,.58,1]],["ease-in-out",[.42,0,.58,1]],["easeInSine",[.47,0,.745,.715]],["easeOutSine",[.39,.575,.565,1]],["easeInOutSine",[.445,.05,.55,.95]],["easeInQuad",[.55,.085,.68,.53]],["easeOutQuad",[.25,.46,.45,.94]],["easeInOutQuad",[.455,.03,.515,.955]],["easeInCubic",[.55,.055,.675,.19]],["easeOutCubic",[.215,.61,.355,1]],["easeInOutCubic",[.645,.045,.355,1]],["easeInQuart",[.895,.03,.685,.22]],["easeOutQuart",[.165,.84,.44,1]],["easeInOutQuart",[.77,0,.175,1]],["easeInQuint",[.755,.05,.855,.06]],["easeOutQuint",[.23,1,.32,1]],["easeInOutQuint",[.86,0,.07,1]],["easeInExpo",[.95,.05,.795,.035]],["easeOutExpo",[.19,1,.22,1]],["easeInOutExpo",[1,0,0,1]],["easeInCirc",[.6,.04,.98,.335]],["easeOutCirc",[.075,.82,.165,1]],["easeInOutCirc",[.785,.135,.15,.86]]],(function(e,t){m.Easings[t[0]]=S.apply(null,t[1])}));var v=m.CSS={RegEx:{isHex:/^#([A-f\d]{3}){1,2}$/i,valueUnwrap:/^[A-z]+\((.*)\)$/i,wrappedValueAlreadyExtracted:/[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/,valueSplit:/([A-z]+\(.+\))|(([A-z0-9#-.]+?)(?=\s|$))/gi},Lists:{colors:["fill","stroke","stopColor","color","backgroundColor","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","outlineColor"],transformsBase:["translateX","translateY","scale","scaleX","scaleY","skewX","skewY","rotateZ"],transforms3D:["transformPerspective","translateZ","scaleZ","rotateX","rotateY"],units:["%","em","ex","ch","rem","vw","vh","vmin","vmax","cm","mm","Q","in","pc","pt","px","deg","grad","rad","turn","s","ms"],colorNames:{aliceblue:"240,248,255",antiquewhite:"250,235,215",aquamarine:"127,255,212",aqua:"0,255,255",azure:"240,255,255",beige:"245,245,220",bisque:"255,228,196",black:"0,0,0",blanchedalmond:"255,235,205",blueviolet:"138,43,226",blue:"0,0,255",brown:"165,42,42",burlywood:"222,184,135",cadetblue:"95,158,160",chartreuse:"127,255,0",chocolate:"210,105,30",coral:"255,127,80",cornflowerblue:"100,149,237",cornsilk:"255,248,220",crimson:"220,20,60",cyan:"0,255,255",darkblue:"0,0,139",darkcyan:"0,139,139",darkgoldenrod:"184,134,11",darkgray:"169,169,169",darkgrey:"169,169,169",darkgreen:"0,100,0",darkkhaki:"189,183,107",darkmagenta:"139,0,139",darkolivegreen:"85,107,47",darkorange:"255,140,0",darkorchid:"153,50,204",darkred:"139,0,0",darksalmon:"233,150,122",darkseagreen:"143,188,143",darkslateblue:"72,61,139",darkslategray:"47,79,79",darkturquoise:"0,206,209",darkviolet:"148,0,211",deeppink:"255,20,147",deepskyblue:"0,191,255",dimgray:"105,105,105",dimgrey:"105,105,105",dodgerblue:"30,144,255",firebrick:"178,34,34",floralwhite:"255,250,240",forestgreen:"34,139,34",fuchsia:"255,0,255",gainsboro:"220,220,220",ghostwhite:"248,248,255",gold:"255,215,0",goldenrod:"218,165,32",gray:"128,128,128",grey:"128,128,128",greenyellow:"173,255,47",green:"0,128,0",honeydew:"240,255,240",hotpink:"255,105,180",indianred:"205,92,92",indigo:"75,0,130",ivory:"255,255,240",khaki:"240,230,140",lavenderblush:"255,240,245",lavender:"230,230,250",lawngreen:"124,252,0",lemonchiffon:"255,250,205",lightblue:"173,216,230",lightcoral:"240,128,128",lightcyan:"224,255,255",lightgoldenrodyellow:"250,250,210",lightgray:"211,211,211",lightgrey:"211,211,211",lightgreen:"144,238,144",lightpink:"255,182,193",lightsalmon:"255,160,122",lightseagreen:"32,178,170",lightskyblue:"135,206,250",lightslategray:"119,136,153",lightsteelblue:"176,196,222",lightyellow:"255,255,224",limegreen:"50,205,50",lime:"0,255,0",linen:"250,240,230",magenta:"255,0,255",maroon:"128,0,0",mediumaquamarine:"102,205,170",mediumblue:"0,0,205",mediumorchid:"186,85,211",mediumpurple:"147,112,219",mediumseagreen:"60,179,113",mediumslateblue:"123,104,238",mediumspringgreen:"0,250,154",mediumturquoise:"72,209,204",mediumvioletred:"199,21,133",midnightblue:"25,25,112",mintcream:"245,255,250",mistyrose:"255,228,225",moccasin:"255,228,181",navajowhite:"255,222,173",navy:"0,0,128",oldlace:"253,245,230",olivedrab:"107,142,35",olive:"128,128,0",orangered:"255,69,0",orange:"255,165,0",orchid:"218,112,214",palegoldenrod:"238,232,170",palegreen:"152,251,152",paleturquoise:"175,238,238",palevioletred:"219,112,147",papayawhip:"255,239,213",peachpuff:"255,218,185",peru:"205,133,63",pink:"255,192,203",plum:"221,160,221",powderblue:"176,224,230",purple:"128,0,128",red:"255,0,0",rosybrown:"188,143,143",royalblue:"65,105,225",saddlebrown:"139,69,19",salmon:"250,128,114",sandybrown:"244,164,96",seagreen:"46,139,87",seashell:"255,245,238",sienna:"160,82,45",silver:"192,192,192",skyblue:"135,206,235",slateblue:"106,90,205",slategray:"112,128,144",snow:"255,250,250",springgreen:"0,255,127",steelblue:"70,130,180",tan:"210,180,140",teal:"0,128,128",thistle:"216,191,216",tomato:"255,99,71",turquoise:"64,224,208",violet:"238,130,238",wheat:"245,222,179",whitesmoke:"245,245,245",white:"255,255,255",yellowgreen:"154,205,50",yellow:"255,255,0"}},Hooks:{templates:{textShadow:["Color X Y Blur","black 0px 0px 0px"],boxShadow:["Color X Y Blur Spread","black 0px 0px 0px 0px"],clip:["Top Right Bottom Left","0px 0px 0px 0px"],backgroundPosition:["X Y","0% 0%"],transformOrigin:["X Y Z","50% 50% 0px"],perspectiveOrigin:["X Y","50% 50%"]},registered:{},register:function(){for(var e=0;e<v.Lists.colors.length;e++){var t="color"===v.Lists.colors[e]?"0 0 0 1":"255 255 255 1";v.Hooks.templates[v.Lists.colors[e]]=["Red Green Blue Alpha",t]}var n,i,o;if(a)for(n in v.Hooks.templates)if(v.Hooks.templates.hasOwnProperty(n)){o=(i=v.Hooks.templates[n])[0].split(" ");var r=i[1].match(v.RegEx.valueSplit);"Color"===o[0]&&(o.push(o.shift()),r.push(r.shift()),v.Hooks.templates[n]=[o.join(" "),r.join(" ")])}for(n in v.Hooks.templates)if(v.Hooks.templates.hasOwnProperty(n))for(var s in o=(i=v.Hooks.templates[n])[0].split(" "))if(o.hasOwnProperty(s)){var l=n+o[s],c=s;v.Hooks.registered[l]=[n,c]}},getRoot:function(e){var t=v.Hooks.registered[e];return t?t[0]:e},getUnit:function(e,t){var n=(e.substr(t||0,5).match(/^[a-z%]+/)||[])[0]||"";return n&&u(v.Lists.units)?n:""},fixColors:function(e){return e.replace(/(rgba?\(\s*)?(\b[a-z]+\b)/g,(function(e,t,n){return v.Lists.colorNames.hasOwnProperty(n)?(t||"rgba(")+v.Lists.colorNames[n]+(t?"":",1)"):t+n}))},cleanRootPropertyValue:function(e,t){return v.RegEx.valueUnwrap.test(t)&&(t=t.match(v.RegEx.valueUnwrap)[1]),v.Values.isCSSNullValue(t)&&(t=v.Hooks.templates[e][1]),t},extractValue:function(e,t){var n=v.Hooks.registered[e];if(n){var i=n[0],o=n[1];return(t=v.Hooks.cleanRootPropertyValue(i,t)).toString().match(v.RegEx.valueSplit)[o]}return t},injectValue:function(e,t,n){var i=v.Hooks.registered[e];if(i){var o,r=i[0],a=i[1];return(o=(n=v.Hooks.cleanRootPropertyValue(r,n)).toString().match(v.RegEx.valueSplit))[a]=t,o.join(" ")}return n}},Normalizations:{registered:{clip:function(e,t,n){switch(e){case"name":return"clip";case"extract":var i;return i=v.RegEx.wrappedValueAlreadyExtracted.test(n)?n:(i=n.toString().match(v.RegEx.valueUnwrap))?i[1].replace(/,(\s+)?/g," "):n;case"inject":return"rect("+n+")"}},blur:function(e,t,n){switch(e){case"name":return m.State.isFirefox?"filter":"-webkit-filter";case"extract":var i=parseFloat(n);if(!i&&0!==i){var o=n.toString().match(/blur\(([0-9]+[A-z]+)\)/i);i=o?o[1]:0}return i;case"inject":return parseFloat(n)?"blur("+n+")":"none"}},opacity:function(e,t,n){if(a<=8)switch(e){case"name":return"filter";case"extract":var i=n.toString().match(/alpha\(opacity=(.*)\)/i);return n=i?i[1]/100:1;case"inject":return t.style.zoom=1,parseFloat(n)>=1?"":"alpha(opacity="+parseInt(100*parseFloat(n),10)+")"}else switch(e){case"name":return"opacity";case"extract":case"inject":return n}}},register:function(){a&&!(a>9)||m.State.isGingerbread||(v.Lists.transformsBase=v.Lists.transformsBase.concat(v.Lists.transforms3D));for(var e=0;e<v.Lists.transformsBase.length;e++)!function(){var t=v.Lists.transformsBase[e];v.Normalizations.registered[t]=function(e,n,i){switch(e){case"name":return"transform";case"extract":return void 0===w(n)||void 0===w(n).transformCache[t]?/^scale/i.test(t)?1:0:w(n).transformCache[t].replace(/[()]/g,"");case"inject":var o=!1;switch(t.substr(0,t.length-1)){case"translate":o=!/(%|px|em|rem|vw|vh|\d)$/i.test(i);break;case"scal":case"scale":m.State.isAndroid&&void 0===w(n).transformCache[t]&&i<1&&(i=1),o=!/(\d)$/i.test(i);break;case"skew":case"rotate":o=!/(deg|\d)$/i.test(i)}return o||(w(n).transformCache[t]="("+i+")"),w(n).transformCache[t]}}}();for(var t=0;t<v.Lists.colors.length;t++)!function(){var e=v.Lists.colors[t];v.Normalizations.registered[e]=function(t,n,i){switch(t){case"name":return e;case"extract":var o;if(v.RegEx.wrappedValueAlreadyExtracted.test(i))o=i;else{var r,s={black:"rgb(0, 0, 0)",blue:"rgb(0, 0, 255)",gray:"rgb(128, 128, 128)",green:"rgb(0, 128, 0)",red:"rgb(255, 0, 0)",white:"rgb(255, 255, 255)"};/^[A-z]+$/i.test(i)?r=void 0!==s[i]?s[i]:s.black:v.RegEx.isHex.test(i)?r="rgb("+v.Values.hexToRgb(i).join(" ")+")":/^rgba?\(/i.test(i)||(r=s.black),o=(r||i).toString().match(v.RegEx.valueUnwrap)[1].replace(/,(\s+)?/g," ")}return(!a||a>8)&&3===o.split(" ").length&&(o+=" 1"),o;case"inject":return/^rgb/.test(i)?i:(a<=8?4===i.split(" ").length&&(i=i.split(/\s+/).slice(0,3).join(" ")):3===i.split(" ").length&&(i+=" 1"),(a<=8?"rgb":"rgba")+"("+i.replace(/\s+/g,",").replace(/\.(\d)+(?=,)/g,"")+")")}}}();function n(e,t,n){if("border-box"===v.getPropertyValue(t,"boxSizing").toString().toLowerCase()===(n||!1)){var i,o,r=0,a="width"===e?["Left","Right"]:["Top","Bottom"],s=["padding"+a[0],"padding"+a[1],"border"+a[0]+"Width","border"+a[1]+"Width"];for(i=0;i<s.length;i++)o=parseFloat(v.getPropertyValue(t,s[i])),isNaN(o)||(r+=o);return n?-r:r}return 0}function i(e,t){return function(i,o,r){switch(i){case"name":return e;case"extract":return parseFloat(r)+n(e,o,t);case"inject":return parseFloat(r)-n(e,o,t)+"px"}}}v.Normalizations.registered.innerWidth=i("width",!0),v.Normalizations.registered.innerHeight=i("height",!0),v.Normalizations.registered.outerWidth=i("width"),v.Normalizations.registered.outerHeight=i("height")}},Names:{camelCase:function(e){return e.replace(/-(\w)/g,(function(e,t){return t.toUpperCase()}))},SVGAttribute:function(e){var t="width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2";return(a||m.State.isAndroid&&!m.State.isChrome)&&(t+="|transform"),new RegExp("^("+t+")$","i").test(e)},prefixCheck:function(e){if(m.State.prefixMatches[e])return[m.State.prefixMatches[e],!0];for(var t=["","Webkit","Moz","ms","O"],n=0,i=t.length;n<i;n++){var o;if(o=0===n?e:t[n]+e.replace(/^\w/,(function(e){return e.toUpperCase()})),f.isString(m.State.prefixElement.style[o]))return m.State.prefixMatches[e]=o,[o,!0]}return[e,!1]}},Values:{hexToRgb:function(e){var t;return e=e.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(e,t,n,i){return t+t+n+n+i+i})),(t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e))?[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]:[0,0,0]},isCSSNullValue:function(e){return!e||/^(none|auto|transparent|(rgba\(0, ?0, ?0, ?0\)))$/i.test(e)},getUnitType:function(e){return/^(rotate|skew)/i.test(e)?"deg":/(^(scale|scaleX|scaleY|scaleZ|alpha|flexGrow|flexHeight|zIndex|fontWeight)$)|((opacity|red|green|blue|alpha)$)/i.test(e)?"":"px"},getDisplayType:function(e){var t=e&&e.tagName.toString().toLowerCase();return/^(b|big|i|small|tt|abbr|acronym|cite|code|dfn|em|kbd|strong|samp|var|a|bdo|br|img|map|object|q|script|span|sub|sup|button|input|label|select|textarea)$/i.test(t)?"inline":/^(li)$/i.test(t)?"list-item":/^(tr)$/i.test(t)?"table-row":/^(table)$/i.test(t)?"table":/^(tbody)$/i.test(t)?"table-row-group":"block"},addClass:function(e,t){if(e)if(e.classList)e.classList.add(t);else if(f.isString(e.className))e.className+=(e.className.length?" ":"")+t;else{var n=e.getAttribute(a<=7?"className":"class")||"";e.setAttribute("class",n+(n?" ":"")+t)}},removeClass:function(e,t){if(e)if(e.classList)e.classList.remove(t);else if(f.isString(e.className))e.className=e.className.toString().replace(new RegExp("(^|\\s)"+t.split(" ").join("|")+"(\\s|$)","gi")," ");else{var n=e.getAttribute(a<=7?"className":"class")||"";e.setAttribute("class",n.replace(new RegExp("(^|s)"+t.split(" ").join("|")+"(s|$)","gi")," "))}}},getPropertyValue:function(e,n,i,o){function r(e,n){var i=0;if(a<=8)i=h.css(e,n);else{var s=!1;/^(width|height)$/.test(n)&&0===v.getPropertyValue(e,"display")&&(s=!0,v.setPropertyValue(e,"display",v.Values.getDisplayType(e)));var l,c=function(){s&&v.setPropertyValue(e,"display","none")};if(!o){if("height"===n&&"border-box"!==v.getPropertyValue(e,"boxSizing").toString().toLowerCase()){var u=e.offsetHeight-(parseFloat(v.getPropertyValue(e,"borderTopWidth"))||0)-(parseFloat(v.getPropertyValue(e,"borderBottomWidth"))||0)-(parseFloat(v.getPropertyValue(e,"paddingTop"))||0)-(parseFloat(v.getPropertyValue(e,"paddingBottom"))||0);return c(),u}if("width"===n&&"border-box"!==v.getPropertyValue(e,"boxSizing").toString().toLowerCase()){var d=e.offsetWidth-(parseFloat(v.getPropertyValue(e,"borderLeftWidth"))||0)-(parseFloat(v.getPropertyValue(e,"borderRightWidth"))||0)-(parseFloat(v.getPropertyValue(e,"paddingLeft"))||0)-(parseFloat(v.getPropertyValue(e,"paddingRight"))||0);return c(),d}}l=void 0===w(e)?t.getComputedStyle(e,null):w(e).computedStyle?w(e).computedStyle:w(e).computedStyle=t.getComputedStyle(e,null),"borderColor"===n&&(n="borderTopColor"),""!==(i=9===a&&"filter"===n?l.getPropertyValue(n):l[n])&&null!==i||(i=e.style[n]),c()}if("auto"===i&&/^(top|right|bottom|left)$/i.test(n)){var f=r(e,"position");("fixed"===f||"absolute"===f&&/top|left/i.test(n))&&(i=h(e).position()[n]+"px")}return i}var s;if(v.Hooks.registered[n]){var l=n,c=v.Hooks.getRoot(l);void 0===i&&(i=v.getPropertyValue(e,v.Names.prefixCheck(c)[0])),v.Normalizations.registered[c]&&(i=v.Normalizations.registered[c]("extract",e,i)),s=v.Hooks.extractValue(l,i)}else if(v.Normalizations.registered[n]){var u,d;"transform"!==(u=v.Normalizations.registered[n]("name",e))&&(d=r(e,v.Names.prefixCheck(u)[0]),v.Values.isCSSNullValue(d)&&v.Hooks.templates[n]&&(d=v.Hooks.templates[n][1])),s=v.Normalizations.registered[n]("extract",e,d)}if(!/^[\d-]/.test(s)){var f=w(e);if(f&&f.isSVG&&v.Names.SVGAttribute(n))if(/^(height|width)$/i.test(n))try{s=e.getBBox()[n]}catch(p){s=0}else s=e.getAttribute(n);else s=r(e,v.Names.prefixCheck(n)[0])}return v.Values.isCSSNullValue(s)&&(s=0),m.debug>=2&&console.log("Get "+n+": "+s),s},setPropertyValue:function(e,n,i,o,r){var s=n;if("scroll"===n)r.container?r.container["scroll"+r.direction]=i:"Left"===r.direction?t.scrollTo(i,r.alternateValue):t.scrollTo(r.alternateValue,i);else if(v.Normalizations.registered[n]&&"transform"===v.Normalizations.registered[n]("name",e))v.Normalizations.registered[n]("inject",e,i),s="transform",i=w(e).transformCache[n];else{if(v.Hooks.registered[n]){var l=n,c=v.Hooks.getRoot(n);o=o||v.getPropertyValue(e,c),i=v.Hooks.injectValue(l,i,o),n=c}if(v.Normalizations.registered[n]&&(i=v.Normalizations.registered[n]("inject",e,i),n=v.Normalizations.registered[n]("name",e)),s=v.Names.prefixCheck(n)[0],a<=8)try{e.style[s]=i}catch(d){m.debug&&console.log("Browser does not support ["+i+"] for ["+s+"]")}else{var u=w(e);u&&u.isSVG&&v.Names.SVGAttribute(n)?e.setAttribute(n,i):e.style[s]=i}m.debug>=2&&console.log("Set "+n+" ("+s+"): "+i)}return[s,i]},flushTransformCache:function(e){var t="",n=w(e);if((a||m.State.isAndroid&&!m.State.isChrome)&&n&&n.isSVG){var i=function(t){return parseFloat(v.getPropertyValue(e,t))},o={translate:[i("translateX"),i("translateY")],skewX:[i("skewX")],skewY:[i("skewY")],scale:1!==i("scale")?[i("scale"),i("scale")]:[i("scaleX"),i("scaleY")],rotate:[i("rotateZ"),0,0]};h.each(w(e).transformCache,(function(e){/^translate/i.test(e)?e="translate":/^scale/i.test(e)?e="scale":/^rotate/i.test(e)&&(e="rotate"),o[e]&&(t+=e+"("+o[e].join(" ")+") ",delete o[e])}))}else{var r,s;h.each(w(e).transformCache,(function(n){if(r=w(e).transformCache[n],"transformPerspective"===n)return s=r,!0;9===a&&"rotateZ"===n&&(n="rotate"),t+=n+r+" "})),s&&(t="perspective"+s+" "+t)}v.setPropertyValue(e,"transform",t)}};v.Hooks.register(),v.Normalizations.register(),m.hook=function(e,t,n){var i;return e=d(e),h.each(e,(function(e,o){if(void 0===w(o)&&m.init(o),void 0===n)void 0===i&&(i=v.getPropertyValue(o,t));else{var r=v.setPropertyValue(o,t,n);"transform"===r[0]&&m.CSS.flushTransformCache(o),i=r}})),i};var y=function e(){var i;function o(){return r?y.promise||null:a}var r,a,s,l,c,p,g=arguments[0]&&(arguments[0].p||h.isPlainObject(arguments[0].properties)&&!arguments[0].properties.names||f.isString(arguments[0].properties));f.isWrapped(this)?(r=!1,s=0,l=this,a=this):(r=!0,s=1,l=g?arguments[0].elements||arguments[0].e:arguments[0]);var y={promise:null,resolver:null,rejecter:null};if(r&&m.Promise&&(y.promise=new m.Promise((function(e,t){y.resolver=e,y.rejecter=t}))),g?(c=arguments[0].properties||arguments[0].p,p=arguments[0].options||arguments[0].o):(c=arguments[s],p=arguments[s+1]),l=d(l)){var b,_=l.length,C=0;if(!/^(stop|finish|finishAll|pause|resume)$/i.test(c)&&!h.isPlainObject(p)){var S=s+1;p={};for(var A=S;A<arguments.length;A++)f.isArray(arguments[A])||!/^(fast|normal|slow)$/i.test(arguments[A])&&!/^\d/.test(arguments[A])?f.isString(arguments[A])||f.isArray(arguments[A])?p.easing=arguments[A]:f.isFunction(arguments[A])&&(p.complete=arguments[A]):p.duration=arguments[A]}switch(c){case"scroll":b="scroll";break;case"reverse":b="reverse";break;case"pause":var O=(new Date).getTime();return h.each(l,(function(e,t){k(t,O)})),h.each(m.State.calls,(function(e,t){var n=!1;t&&h.each(t[1],(function(e,i){var o=void 0===p?"":p;return!0!==o&&t[2].queue!==o&&(void 0!==p||!1!==t[2].queue)||(h.each(l,(function(e,o){if(o===i)return t[5]={resume:!1},n=!0,!1})),!n&&void 0)}))})),o();case"resume":return h.each(l,(function(e,t){E(t)})),h.each(m.State.calls,(function(e,t){var n=!1;t&&h.each(t[1],(function(e,i){var o=void 0===p?"":p;return!0!==o&&t[2].queue!==o&&(void 0!==p||!1!==t[2].queue)||(!t[5]||(h.each(l,(function(e,o){if(o===i)return t[5].resume=!0,n=!0,!1})),!n&&void 0))}))})),o();case"finish":case"finishAll":case"stop":h.each(l,(function(e,t){w(t)&&w(t).delayTimer&&(clearTimeout(w(t).delayTimer.setTimeout),w(t).delayTimer.next&&w(t).delayTimer.next(),delete w(t).delayTimer),"finishAll"!==c||!0!==p&&!f.isString(p)||(h.each(h.queue(t,f.isString(p)?p:""),(function(e,t){f.isFunction(t)&&t()})),h.queue(t,f.isString(p)?p:"",[]))}));var I=[];return h.each(m.State.calls,(function(e,t){t&&h.each(t[1],(function(n,i){var o=void 0===p?"":p;if(!0!==o&&t[2].queue!==o&&(void 0!==p||!1!==t[2].queue))return!0;h.each(l,(function(n,r){if(r===i)if((!0===p||f.isString(p))&&(h.each(h.queue(r,f.isString(p)?p:""),(function(e,t){f.isFunction(t)&&t(null,!0)})),h.queue(r,f.isString(p)?p:"",[])),"stop"===c){var a=w(r);a&&a.tweensContainer&&(!0===o||""===o)&&h.each(a.tweensContainer,(function(e,t){t.endValue=t.currentValue})),I.push(e)}else"finish"!==c&&"finishAll"!==c||(t[2].duration=1)}))}))})),"stop"===c&&(h.each(I,(function(e,t){P(t,!0)})),y.promise&&y.resolver(l)),o();default:if(!h.isPlainObject(c)||f.isEmptyObject(c)){if(f.isString(c)&&m.Redirects[c]){var $=(i=h.extend({},p)).duration,F=i.delay||0;return!0===i.backwards&&(l=h.extend(!0,[],l).reverse()),h.each(l,(function(e,t){parseFloat(i.stagger)?i.delay=F+parseFloat(i.stagger)*e:f.isFunction(i.stagger)&&(i.delay=F+i.stagger.call(t,e,_)),i.drag&&(i.duration=parseFloat($)||(/^(callout|transition)/.test(c)?1e3:400),i.duration=Math.max(i.duration*(i.backwards?1-e/_:(e+1)/_),.75*i.duration,200)),m.Redirects[c].call(t,t,i||{},e,_,l,y.promise?y:void 0)})),o()}var D="Velocity: First argument ("+c+") was not a property map, a known action, or a registered redirect. Aborting.";return y.promise?y.rejecter(new Error(D)):t.console&&console.log(D),o()}b="start"}var j={lastParent:null,lastPosition:null,lastFontSize:null,lastPercentToPxWidth:null,lastPercentToPxHeight:null,lastEmToPx:null,remToPx:null,vwToPx:null,vhToPx:null},N=[];h.each(l,(function(e,t){f.isNode(t)&&L(t,e)})),(i=h.extend({},m.defaults,p)).loop=parseInt(i.loop,10);var M=2*i.loop-1;if(i.loop)for(var V=0;V<M;V++){var R={delay:i.delay,progress:i.progress};V===M-1&&(R.display=i.display,R.visibility=i.visibility,R.complete=i.complete),e(l,"reverse",R)}return o()}function L(e,i){var o,r,a=h.extend({},m.defaults,p),s={};switch(void 0===w(e)&&m.init(e),parseFloat(a.delay)&&!1!==a.queue&&h.queue(e,a.queue,(function(t,n){if(!0===n)return!0;m.velocityQueueEntryFlag=!0;var i=m.State.delayedElements.count++;m.State.delayedElements[i]=e;var o,r=(o=i,function(){m.State.delayedElements[o]=!1,t()});w(e).delayBegin=(new Date).getTime(),w(e).delay=parseFloat(a.delay),w(e).delayTimer={setTimeout:setTimeout(t,parseFloat(a.delay)),next:r}})),a.duration.toString().toLowerCase()){case"fast":a.duration=200;break;case"normal":a.duration=400;break;case"slow":a.duration=600;break;default:a.duration=parseFloat(a.duration)||1}function d(r){var d,g;if(a.begin&&0===C)try{a.begin.call(l,l)}catch(Y){setTimeout((function(){throw Y}),1)}if("scroll"===b){var k,E,S,P=/^x$/i.test(a.axis)?"Left":"Top",A=parseFloat(a.offset)||0;a.container?f.isWrapped(a.container)||f.isNode(a.container)?(a.container=a.container[0]||a.container,S=(k=a.container["scroll"+P])+h(e).position()[P.toLowerCase()]+A):a.container=null:(k=m.State.scrollAnchor[m.State["scrollProperty"+P]],E=m.State.scrollAnchor[m.State["scrollProperty"+("Left"===P?"Top":"Left")]],S=h(e).offset()[P.toLowerCase()]+A),s={scroll:{rootPropertyValue:!1,startValue:k,currentValue:k,endValue:S,unitType:"",easing:a.easing,scrollData:{container:a.container,direction:P,alternateValue:E}},element:e},m.debug&&console.log("tweensContainer (scroll): ",s.scroll,e)}else if("reverse"===b){if(!(d=w(e)))return;if(!d.tweensContainer)return void h.dequeue(e,a.queue);for(var O in"none"===d.opts.display&&(d.opts.display="auto"),"hidden"===d.opts.visibility&&(d.opts.visibility="visible"),d.opts.loop=!1,d.opts.begin=null,d.opts.complete=null,p.easing||delete a.easing,p.duration||delete a.duration,a=h.extend({},d.opts,a),g=h.extend(!0,{},d?d.tweensContainer:null))if(g.hasOwnProperty(O)&&"element"!==O){var I=g[O].startValue;g[O].startValue=g[O].currentValue=g[O].endValue,g[O].endValue=I,f.isEmptyObject(p)||(g[O].easing=a.easing),m.debug&&console.log("reverse tweensContainer ("+O+"): "+JSON.stringify(g[O]),e)}s=g}else if("start"===b){(d=w(e))&&d.tweensContainer&&!0===d.isAnimating&&(g=d.tweensContainer);var $=function(t,n){var o,r,s;return f.isFunction(t)&&(t=t.call(e,i,_)),f.isArray(t)?(o=t[0],!f.isArray(t[1])&&/^[\d-]/.test(t[1])||f.isFunction(t[1])||v.RegEx.isHex.test(t[1])?s=t[1]:f.isString(t[1])&&!v.RegEx.isHex.test(t[1])&&m.Easings[t[1]]||f.isArray(t[1])?(r=n?t[1]:x(t[1],a.duration),s=t[2]):s=t[1]||t[2]):o=t,n||(r=r||a.easing),f.isFunction(o)&&(o=o.call(e,i,_)),f.isFunction(s)&&(s=s.call(e,i,_)),[o||0,r,s]},F=function(i,r){var l,c=v.Hooks.getRoot(i),u=!1,p=r[0],y=r[1],b=r[2];if(d&&d.isSVG||"tween"===c||!1!==v.Names.prefixCheck(c)[1]||void 0!==v.Normalizations.registered[c]){(void 0!==a.display&&null!==a.display&&"none"!==a.display||void 0!==a.visibility&&"hidden"!==a.visibility)&&/opacity|filter/.test(i)&&!b&&0!==p&&(b=0),a._cacheValues&&g&&g[i]?(void 0===b&&(b=g[i].endValue+g[i].unitType),u=d.rootPropertyValueCache[c]):v.Hooks.registered[i]?void 0===b?(u=v.getPropertyValue(e,c),b=v.getPropertyValue(e,i,u)):u=v.Hooks.templates[c][1]:void 0===b&&(b=v.getPropertyValue(e,i));var _,w,k,E=!1,C=function(e,t){var n,i;return i=(t||"0").toString().toLowerCase().replace(/[%A-z]+$/,(function(e){return n=e,""})),n||(n=v.Values.getUnitType(e)),[i,n]};if(b!==p&&f.isString(b)&&f.isString(p)){l="";var S=0,x=0,T=[],P=[],A=0,O=0,I=0;for(b=v.Hooks.fixColors(b),p=v.Hooks.fixColors(p);S<b.length&&x<p.length;){var $=b[S],F=p[x];if(/[\d\.-]/.test($)&&/[\d\.-]/.test(F)){for(var D=$,N=F,M=".",V=".";++S<b.length;){if(($=b[S])===M)M="..";else if(!/\d/.test($))break;D+=$}for(;++x<p.length;){if((F=p[x])===V)V="..";else if(!/\d/.test(F))break;N+=F}var R=v.Hooks.getUnit(b,S),L=v.Hooks.getUnit(p,x);if(S+=R.length,x+=L.length,R===L)D===N?l+=D+R:(l+="{"+T.length+(O?"!":"")+"}"+R,T.push(parseFloat(D)),P.push(parseFloat(N)));else{var H=parseFloat(D),q=parseFloat(N);l+=(A<5?"calc":"")+"("+(H?"{"+T.length+(O?"!":"")+"}":"0")+R+" + "+(q?"{"+(T.length+(H?1:0))+(O?"!":"")+"}":"0")+L+")",H&&(T.push(H),P.push(0)),q&&(T.push(0),P.push(q))}}else{if($!==F){A=0;break}l+=$,S++,x++,0===A&&"c"===$||1===A&&"a"===$||2===A&&"l"===$||3===A&&"c"===$||A>=4&&"("===$?A++:(A&&A<5||A>=4&&")"===$&&--A<5)&&(A=0),0===O&&"r"===$||1===O&&"g"===$||2===O&&"b"===$||3===O&&"a"===$||O>=3&&"("===$?(3===O&&"a"===$&&(I=1),O++):I&&","===$?++I>3&&(O=I=0):(I&&O<(I?5:4)||O>=(I?4:3)&&")"===$&&--O<(I?5:4))&&(O=I=0)}}S===b.length&&x===p.length||(m.debug&&console.error('Trying to pattern match mis-matched strings ["'+p+'", "'+b+'"]'),l=void 0),l&&(T.length?(m.debug&&console.log('Pattern found "'+l+'" -> ',T,P,"["+b+","+p+"]"),b=T,p=P,w=k=""):l=void 0)}l||(b=(_=C(i,b))[0],k=_[1],p=(_=C(i,p))[0].replace(/^([+-\/*])=/,(function(e,t){return E=t,""})),w=_[1],b=parseFloat(b)||0,p=parseFloat(p)||0,"%"===w&&(/^(fontSize|lineHeight)$/.test(i)?(p/=100,w="em"):/^scale/.test(i)?(p/=100,w=""):/(Red|Green|Blue)$/i.test(i)&&(p=p/100*255,w="")));if(/[\/*]/.test(E))w=k;else if(k!==w&&0!==b)if(0===p)w=k;else{o=o||function(){var i={myParent:e.parentNode||n.body,position:v.getPropertyValue(e,"position"),fontSize:v.getPropertyValue(e,"fontSize")},o=i.position===j.lastPosition&&i.myParent===j.lastParent,r=i.fontSize===j.lastFontSize;j.lastParent=i.myParent,j.lastPosition=i.position,j.lastFontSize=i.fontSize;var a={};if(r&&o)a.emToPx=j.lastEmToPx,a.percentToPxWidth=j.lastPercentToPxWidth,a.percentToPxHeight=j.lastPercentToPxHeight;else{var s=d&&d.isSVG?n.createElementNS("http://www.w3.org/2000/svg","rect"):n.createElement("div");m.init(s),i.myParent.appendChild(s),h.each(["overflow","overflowX","overflowY"],(function(e,t){m.CSS.setPropertyValue(s,t,"hidden")})),m.CSS.setPropertyValue(s,"position",i.position),m.CSS.setPropertyValue(s,"fontSize",i.fontSize),m.CSS.setPropertyValue(s,"boxSizing","content-box"),h.each(["minWidth","maxWidth","width","minHeight","maxHeight","height"],(function(e,t){m.CSS.setPropertyValue(s,t,"100%")})),m.CSS.setPropertyValue(s,"paddingLeft","100em"),a.percentToPxWidth=j.lastPercentToPxWidth=(parseFloat(v.getPropertyValue(s,"width",null,!0))||1)/100,a.percentToPxHeight=j.lastPercentToPxHeight=(parseFloat(v.getPropertyValue(s,"height",null,!0))||1)/100,a.emToPx=j.lastEmToPx=(parseFloat(v.getPropertyValue(s,"paddingLeft"))||1)/100,i.myParent.removeChild(s)}return null===j.remToPx&&(j.remToPx=parseFloat(v.getPropertyValue(n.body,"fontSize"))||16),null===j.vwToPx&&(j.vwToPx=parseFloat(t.innerWidth)/100,j.vhToPx=parseFloat(t.innerHeight)/100),a.remToPx=j.remToPx,a.vwToPx=j.vwToPx,a.vhToPx=j.vhToPx,m.debug>=1&&console.log("Unit ratios: "+JSON.stringify(a),e),a}();var B=/margin|padding|left|right|width|text|word|letter/i.test(i)||/X$/.test(i)||"x"===i?"x":"y";switch(k){case"%":b*="x"===B?o.percentToPxWidth:o.percentToPxHeight;break;case"px":break;default:b*=o[k+"ToPx"]}switch(w){case"%":b*=1/("x"===B?o.percentToPxWidth:o.percentToPxHeight);break;case"px":break;default:b*=1/o[w+"ToPx"]}}switch(E){case"+":p=b+p;break;case"-":p=b-p;break;case"*":p*=b;break;case"/":p=b/p}s[i]={rootPropertyValue:u,startValue:b,currentValue:b,endValue:p,unitType:w,easing:y},l&&(s[i].pattern=l),m.debug&&console.log("tweensContainer ("+i+"): "+JSON.stringify(s[i]),e)}else m.debug&&console.log("Skipping ["+c+"] due to a lack of browser support.")};for(var D in c)if(c.hasOwnProperty(D)){var M=v.Names.camelCase(D),V=$(c[D]);if(u(v.Lists.colors)){var R=V[0],L=V[1],H=V[2];if(v.RegEx.isHex.test(R)){for(var q=["Red","Green","Blue"],B=v.Values.hexToRgb(R),z=H?v.Values.hexToRgb(H):void 0,W=0;W<q.length;W++){var U=[B[W]];L&&U.push(L),void 0!==z&&U.push(z[W]),F(M+q[W],U)}continue}}F(M,V)}s.element=e}s.element&&(v.Values.addClass(e,"velocity-animating"),N.push(s),(d=w(e))&&(""===a.queue&&(d.tweensContainer=s,d.opts=a),d.isAnimating=!0),C===_-1?(m.State.calls.push([N,l,a,null,y.resolver,null,0]),!1===m.State.isTicking&&(m.State.isTicking=!0,T())):C++)}if(!1!==m.mock&&(!0===m.mock?a.duration=a.delay=1:(a.duration*=parseFloat(m.mock)||1,a.delay*=parseFloat(m.mock)||1)),a.easing=x(a.easing,a.duration),a.begin&&!f.isFunction(a.begin)&&(a.begin=null),a.progress&&!f.isFunction(a.progress)&&(a.progress=null),a.complete&&!f.isFunction(a.complete)&&(a.complete=null),void 0!==a.display&&null!==a.display&&(a.display=a.display.toString().toLowerCase(),"auto"===a.display&&(a.display=m.CSS.Values.getDisplayType(e))),void 0!==a.visibility&&null!==a.visibility&&(a.visibility=a.visibility.toString().toLowerCase()),a.mobileHA=a.mobileHA&&m.State.isMobile&&!m.State.isGingerbread,!1===a.queue)if(a.delay){var g=m.State.delayedElements.count++;m.State.delayedElements[g]=e;var k=(r=g,function(){m.State.delayedElements[r]=!1,d()});w(e).delayBegin=(new Date).getTime(),w(e).delay=parseFloat(a.delay),w(e).delayTimer={setTimeout:setTimeout(d,parseFloat(a.delay)),next:k}}else d();else h.queue(e,a.queue,(function(e,t){if(!0===t)return y.promise&&y.resolver(l),!0;m.velocityQueueEntryFlag=!0,d()}));""!==a.queue&&"fx"!==a.queue||"inprogress"===h.queue(e)[0]||h.dequeue(e)}y.promise&&(c&&p&&!1===p.promiseRejectEmpty?y.resolver():y.rejecter())};(m=h.extend(y,m)).animate=y;var b=t.requestAnimationFrame||s;if(!m.State.isMobile&&void 0!==n.hidden){var _=function(){n.hidden?(b=function(e){return setTimeout((function(){e(!0)}),16)},T()):b=t.requestAnimationFrame||s};_(),n.addEventListener("visibilitychange",_)}return e.Velocity=m,e!==t&&(e.fn.velocity=y,e.fn.velocity.defaults=m.defaults),h.each(["Down","Up"],(function(e,t){m.Redirects["slide"+t]=function(e,n,i,o,r,a){var s=h.extend({},n),l=s.begin,c=s.complete,u={},d={height:"",marginTop:"",marginBottom:"",paddingTop:"",paddingBottom:""};void 0===s.display&&(s.display="Down"===t?"inline"===m.CSS.Values.getDisplayType(e)?"inline-block":"block":"none"),s.begin=function(){for(var n in 0===i&&l&&l.call(r,r),d)if(d.hasOwnProperty(n)){u[n]=e.style[n];var o=v.getPropertyValue(e,n);d[n]="Down"===t?[o,0]:[0,o]}u.overflow=e.style.overflow,e.style.overflow="hidden"},s.complete=function(){for(var t in u)u.hasOwnProperty(t)&&(e.style[t]=u[t]);i===o-1&&(c&&c.call(r,r),a&&a.resolver(r))},m(e,d,s)}})),h.each(["In","Out"],(function(e,t){m.Redirects["fade"+t]=function(e,n,i,o,r,a){var s=h.extend({},n),l=s.complete,c={opacity:"In"===t?1:0};0!==i&&(s.begin=null),s.complete=i!==o-1?null:function(){l&&l.call(r,r),a&&a.resolver(r)},void 0===s.display&&(s.display="In"===t?"auto":"none"),m(this,c,s)}})),m}function w(e){var t=h.data(e,"velocity");return null===t?void 0:t}function k(e,t){var n=w(e);n&&n.delayTimer&&!n.delayPaused&&(n.delayRemaining=n.delay-t+n.delayBegin,n.delayPaused=!0,clearTimeout(n.delayTimer.setTimeout))}function E(e,t){var n=w(e);n&&n.delayTimer&&n.delayPaused&&(n.delayPaused=!1,n.delayTimer.setTimeout=setTimeout(n.delayTimer.next,n.delayRemaining))}function C(e){return function(t){return Math.round(t*e)*(1/e)}}function S(e,n,i,o){var r=4,a=.001,s=1e-7,l=10,c=11,u=1/(c-1),d="Float32Array"in t;if(4!==arguments.length)return!1;for(var h=0;h<4;++h)if("number"!==typeof arguments[h]||isNaN(arguments[h])||!isFinite(arguments[h]))return!1;e=Math.min(e,1),i=Math.min(i,1),e=Math.max(e,0),i=Math.max(i,0);var f=d?new Float32Array(c):new Array(c);function p(e,t){return 1-3*t+3*e}function m(e,t){return 3*t-6*e}function g(e){return 3*e}function v(e,t,n){return((p(t,n)*e+m(t,n))*e+g(t))*e}function y(e,t,n){return 3*p(t,n)*e*e+2*m(t,n)*e+g(t)}function b(t,n){for(var o=0;o<r;++o){var a=y(n,e,i);if(0===a)return n;n-=(v(n,e,i)-t)/a}return n}function _(){for(var t=0;t<c;++t)f[t]=v(t*u,e,i)}function w(t,n,o){var r,a,c=0;do{(r=v(a=n+(o-n)/2,e,i)-t)>0?o=a:n=a}while(Math.abs(r)>s&&++c<l);return a}function k(t){for(var n=0,o=1,r=c-1;o!==r&&f[o]<=t;++o)n+=u;--o;var s=n+(t-f[o])/(f[o+1]-f[o])*u,l=y(s,e,i);return l>=a?b(t,s):0===l?s:w(t,n,n+u)}var E=!1;function C(){E=!0,e===n&&i===o||_()}var S=function(t){return E||C(),e===n&&i===o?t:0===t?0:1===t?1:v(k(t),n,o)};S.getControlPoints=function(){return[{x:e,y:n},{x:i,y:o}]};var x="generateBezier("+[e,n,i,o]+")";return S.toString=function(){return x},S}function x(e,t){var n=e;return f.isString(e)?m.Easings[e]||(n=!1):n=f.isArray(e)&&1===e.length?C.apply(null,e):f.isArray(e)&&2===e.length?g.apply(null,e.concat([t])):!(!f.isArray(e)||4!==e.length)&&S.apply(null,e),!1===n&&(n=m.Easings[m.defaults.easing]?m.defaults.easing:"swing"),n}function T(e){if(e){var t=m.timestamp&&!0!==e?e:l.now(),n=m.State.calls.length;n>1e4&&(m.State.calls=function(e){for(var t=-1,n=e?e.length:0,i=[];++t<n;){var o=e[t];o&&i.push(o)}return i}(m.State.calls),n=m.State.calls.length);for(var i=0;i<n;i++)if(m.State.calls[i]){var o=m.State.calls[i],r=o[0],s=o[2],c=o[3],u=!c,d=null,p=o[5],g=o[6];if(c||(c=m.State.calls[i][3]=t-16),p){if(!0!==p.resume)continue;c=o[3]=Math.round(t-g-16),o[5]=null}g=o[6]=t-c;for(var y=Math.min(g/s.duration,1),_=0,k=r.length;_<k;_++){var E=r[_],C=E.element;if(w(C)){var S=!1;if(void 0!==s.display&&null!==s.display&&"none"!==s.display){if("flex"===s.display){h.each(["-webkit-box","-moz-box","-ms-flexbox","-webkit-flex"],(function(e,t){v.setPropertyValue(C,"display",t)}))}v.setPropertyValue(C,"display",s.display)}for(var x in void 0!==s.visibility&&"hidden"!==s.visibility&&v.setPropertyValue(C,"visibility",s.visibility),E)if(E.hasOwnProperty(x)&&"element"!==x){var A,O=E[x],I=f.isString(O.easing)?m.Easings[O.easing]:O.easing;if(f.isString(O.pattern)){var $=1===y?function(e,t,n){var i=O.endValue[t];return n?Math.round(i):i}:function(e,t,n){var i=O.startValue[t],o=O.endValue[t]-i,r=i+o*I(y,s,o);return n?Math.round(r):r};A=O.pattern.replace(/{(\d+)(!)?}/g,$)}else if(1===y)A=O.endValue;else{var F=O.endValue-O.startValue;A=O.startValue+F*I(y,s,F)}if(!u&&A===O.currentValue)continue;if(O.currentValue=A,"tween"===x)d=A;else{var D;if(v.Hooks.registered[x]){D=v.Hooks.getRoot(x);var j=w(C).rootPropertyValueCache[D];j&&(O.rootPropertyValue=j)}var N=v.setPropertyValue(C,x,O.currentValue+(a<9&&0===parseFloat(A)?"":O.unitType),O.rootPropertyValue,O.scrollData);v.Hooks.registered[x]&&(v.Normalizations.registered[D]?w(C).rootPropertyValueCache[D]=v.Normalizations.registered[D]("extract",null,N[1]):w(C).rootPropertyValueCache[D]=N[1]),"transform"===N[0]&&(S=!0)}}s.mobileHA&&void 0===w(C).transformCache.translate3d&&(w(C).transformCache.translate3d="(0px, 0px, 0px)",S=!0),S&&v.flushTransformCache(C)}}void 0!==s.display&&"none"!==s.display&&(m.State.calls[i][2].display=!1),void 0!==s.visibility&&"hidden"!==s.visibility&&(m.State.calls[i][2].visibility=!1),s.progress&&s.progress.call(o[1],o[1],y,Math.max(0,c+s.duration-t),c,d),1===y&&P(i)}}m.State.isTicking&&b(T)}function P(e,t){if(!m.State.calls[e])return!1;for(var n=m.State.calls[e][0],i=m.State.calls[e][1],o=m.State.calls[e][2],r=m.State.calls[e][4],a=!1,s=0,l=n.length;s<l;s++){var c=n[s].element;t||o.loop||("none"===o.display&&v.setPropertyValue(c,"display",o.display),"hidden"===o.visibility&&v.setPropertyValue(c,"visibility",o.visibility));var u=w(c);if(!0!==o.loop&&(void 0===h.queue(c)[1]||!/\.velocityQueueEntryFlag/i.test(h.queue(c)[1]))&&u){u.isAnimating=!1,u.rootPropertyValueCache={};var d=!1;h.each(v.Lists.transforms3D,(function(e,t){var n=/^scale/.test(t)?1:0,i=u.transformCache[t];void 0!==u.transformCache[t]&&new RegExp("^\\("+n+"[^.]").test(i)&&(d=!0,delete u.transformCache[t])})),o.mobileHA&&(d=!0,delete u.transformCache.translate3d),d&&v.flushTransformCache(c),v.Values.removeClass(c,"velocity-animating")}if(!t&&o.complete&&!o.loop&&s===l-1)try{o.complete.call(i,i)}catch(g){setTimeout((function(){throw g}),1)}r&&!0!==o.loop&&r(i),u&&!0===o.loop&&!t&&(h.each(u.tweensContainer,(function(e,t){if(/^rotate/.test(e)&&(parseFloat(t.startValue)-parseFloat(t.endValue))%360===0){var n=t.startValue;t.startValue=t.endValue,t.endValue=n}/^backgroundPosition/.test(e)&&100===parseFloat(t.endValue)&&"%"===t.unitType&&(t.endValue=0,t.startValue=100)})),m(c,"reverse",{loop:!0,delay:o.delay})),!1!==o.queue&&h.dequeue(c,o.queue)}m.State.calls[e]=!1;for(var f=0,p=m.State.calls.length;f<p;f++)if(!1!==m.State.calls[f]){a=!0;break}!1===a&&(m.State.isTicking=!1,delete m.State.calls,m.State.calls=[])}i.fn.velocity=i.fn.animate}(e||window.Zepto||window,window,window?window.document:void 0)}))}).call(this,n(6),n(6),n(58)(e))},36:function(e,t,n){"use strict";function i(e){return(i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o="function"===typeof Symbol&&"symbol"===i(Symbol.iterator)?function(e){return i(e)}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":i(e)},r=window.device,a={},s=[];window.device=a;var l=window.document.documentElement,c=window.navigator.userAgent.toLowerCase(),u=["googletv","viera","smarttv","internet.tv","netcast","nettv","appletv","boxee","kylo","roku","dlnadoc","pov_tv","hbbtv","ce-html"];function d(e,t){return-1!==e.indexOf(t)}function h(e){return d(c,e)}function f(e){return l.className.match(new RegExp(e,"i"))}function p(e){var t=null;f(e)||(t=l.className.replace(/^\s+|\s+$/g,""),l.className=t+" "+e)}function m(e){f(e)&&(l.className=l.className.replace(" "+e,""))}function g(){a.landscape()?(m("portrait"),p("landscape"),v("landscape")):(m("landscape"),p("portrait"),v("portrait")),_()}function v(e){for(var t=0;t<s.length;t++)s[t](e)}a.macos=function(){return h("mac")},a.ios=function(){return a.iphone()||a.ipod()||a.ipad()},a.iphone=function(){return!a.windows()&&h("iphone")},a.ipod=function(){return h("ipod")},a.ipad=function(){var e="MacIntel"===navigator.platform&&navigator.maxTouchPoints>1;return h("ipad")||e},a.android=function(){return!a.windows()&&h("android")},a.androidPhone=function(){return a.android()&&h("mobile")},a.androidTablet=function(){return a.android()&&!h("mobile")},a.blackberry=function(){return h("blackberry")||h("bb10")},a.blackberryPhone=function(){return a.blackberry()&&!h("tablet")},a.blackberryTablet=function(){return a.blackberry()&&h("tablet")},a.windows=function(){return h("windows")},a.windowsPhone=function(){return a.windows()&&h("phone")},a.windowsTablet=function(){return a.windows()&&h("touch")&&!a.windowsPhone()},a.fxos=function(){return(h("(mobile")||h("(tablet"))&&h(" rv:")},a.fxosPhone=function(){return a.fxos()&&h("mobile")},a.fxosTablet=function(){return a.fxos()&&h("tablet")},a.meego=function(){return h("meego")},a.cordova=function(){return window.cordova&&"file:"===location.protocol},a.nodeWebkit=function(){return"object"===o(window.process)},a.mobile=function(){return a.androidPhone()||a.iphone()||a.ipod()||a.windowsPhone()||a.blackberryPhone()||a.fxosPhone()||a.meego()},a.tablet=function(){return a.ipad()||a.androidTablet()||a.blackberryTablet()||a.windowsTablet()||a.fxosTablet()},a.desktop=function(){return!a.tablet()&&!a.mobile()},a.television=function(){for(var e=0;e<u.length;){if(h(u[e]))return!0;e++}return!1},a.portrait=function(){return screen.orientation&&Object.prototype.hasOwnProperty.call(window,"onorientationchange")?d(screen.orientation.type,"portrait"):a.ios()&&Object.prototype.hasOwnProperty.call(window,"orientation")?90!==Math.abs(window.orientation):window.innerHeight/window.innerWidth>1},a.landscape=function(){return screen.orientation&&Object.prototype.hasOwnProperty.call(window,"onorientationchange")?d(screen.orientation.type,"landscape"):a.ios()&&Object.prototype.hasOwnProperty.call(window,"orientation")?90===Math.abs(window.orientation):window.innerHeight/window.innerWidth<1},a.noConflict=function(){return window.device=r,this},a.ios()?a.ipad()?p("ios ipad tablet"):a.iphone()?p("ios iphone mobile"):a.ipod()&&p("ios ipod mobile"):a.macos()?p("macos desktop"):a.android()?a.androidTablet()?p("android tablet"):p("android mobile"):a.blackberry()?a.blackberryTablet()?p("blackberry tablet"):p("blackberry mobile"):a.windows()?a.windowsTablet()?p("windows tablet"):a.windowsPhone()?p("windows mobile"):p("windows desktop"):a.fxos()?a.fxosTablet()?p("fxos tablet"):p("fxos mobile"):a.meego()?p("meego mobile"):a.nodeWebkit()?p("node-webkit"):a.television()?p("television"):a.desktop()&&p("desktop"),a.cordova()&&p("cordova"),a.onChangeOrientation=function(e){"function"==typeof e&&s.push(e)};var y="resize";function b(e){for(var t=0;t<e.length;t++)if(a[e[t]]())return e[t];return"unknown"}function _(){a.orientation=b(["portrait","landscape"])}Object.prototype.hasOwnProperty.call(window,"onorientationchange")&&(y="orientationchange"),window.addEventListener?window.addEventListener(y,g,!1):window.attachEvent?window.attachEvent(y,g):window[y]=g,g(),a.type=b(["mobile","tablet","desktop"]),a.os=b(["ios","iphone","ipad","ipod","android","blackberry","macos","windows","fxos","meego","television"]),_(),t.a=a},455:function(e,t,n){(function(e,i){var o,r;function a(e){return(a="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}(function(){(function(){(function(){this.Rails={linkClickSelector:"a[data-confirm], a[data-method], a[data-remote]:not([disabled]), a[data-disable-with], a[data-disable]",buttonClickSelector:{selector:"button[data-remote]:not([form]), button[data-confirm]:not([form])",exclude:"form button"},inputChangeSelector:"select[data-remote], input[data-remote], textarea[data-remote]",formSubmitSelector:"form",formInputClickSelector:"form input[type=submit], form input[type=image], form button[type=submit], form button:not([type]), input[type=submit][form], input[type=image][form], button[type=submit][form], button[form]:not([type])",formDisableSelector:"input[data-disable-with]:enabled, button[data-disable-with]:enabled, textarea[data-disable-with]:enabled, input[data-disable]:enabled, button[data-disable]:enabled, textarea[data-disable]:enabled",formEnableSelector:"input[data-disable-with]:disabled, button[data-disable-with]:disabled, textarea[data-disable-with]:disabled, input[data-disable]:disabled, button[data-disable]:disabled, textarea[data-disable]:disabled",fileInputSelector:"input[name][type=file]:not([disabled])",linkDisableSelector:"a[data-disable-with], a[data-disable]",buttonDisableSelector:"button[data-remote][data-disable-with], button[data-remote][data-disable]"}}).call(this)}).call(this);var s=this.Rails;(function(){(function(){var e;e=null,s.loadCSPNonce=function(){var t;return e=null!=(t=document.querySelector("meta[name=csp-nonce]"))?t.content:void 0},s.cspNonce=function(){return null!=e?e:s.loadCSPNonce()}}).call(this),function(){var e;e=Element.prototype.matches||Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector||Element.prototype.webkitMatchesSelector,s.matches=function(t,n){return null!=n.exclude?e.call(t,n.selector)&&!e.call(t,n.exclude):e.call(t,n)},s.getData=function(e,t){var n;return null!=(n=e._ujsData)?n[t]:void 0},s.setData=function(e,t,n){return null==e._ujsData&&(e._ujsData={}),e._ujsData[t]=n},s.$=function(e){return Array.prototype.slice.call(document.querySelectorAll(e))}}.call(this),function(){var e,t,n;e=s.$,n=s.csrfToken=function(){var e;return(e=document.querySelector("meta[name=csrf-token]"))&&e.content},t=s.csrfParam=function(){var e;return(e=document.querySelector("meta[name=csrf-param]"))&&e.content},s.CSRFProtection=function(e){var t;if(null!=(t=n()))return e.setRequestHeader("X-CSRF-Token",t)},s.refreshCSRFTokens=function(){var i,o;if(o=n(),i=t(),null!=o&&null!=i)return e('form input[name="'+i+'"]').forEach((function(e){return e.value=o}))}}.call(this),function(){var e,t,n,i;n=s.matches,"function"!==typeof(e=window.CustomEvent)&&((e=function(e,t){var n;return(n=document.createEvent("CustomEvent")).initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}).prototype=window.Event.prototype,i=e.prototype.preventDefault,e.prototype.preventDefault=function(){var e;return e=i.call(this),this.cancelable&&!this.defaultPrevented&&Object.defineProperty(this,"defaultPrevented",{get:function(){return!0}}),e}),t=s.fire=function(t,n,i){var o;return o=new e(n,{bubbles:!0,cancelable:!0,detail:i}),t.dispatchEvent(o),!o.defaultPrevented},s.stopEverything=function(e){return t(e.target,"ujs:everythingStopped"),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()},s.delegate=function(e,t,i,o){return e.addEventListener(i,(function(e){var i;for(i=e.target;i instanceof Element&&!n(i,t);)i=i.parentNode;if(i instanceof Element&&!1===o.call(i,e))return e.preventDefault(),e.stopPropagation()}))}}.call(this),function(){var e,t,n,i,o,r;i=s.cspNonce,t=s.CSRFProtection,s.fire,e={"*":"*/*",text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript",script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},s.ajax=function(e){var t;return e=o(e),t=n(e,(function(){var n,i;return i=r(null!=(n=t.response)?n:t.responseText,t.getResponseHeader("Content-Type")),2===Math.floor(t.status/100)?"function"===typeof e.success&&e.success(i,t.statusText,t):"function"===typeof e.error&&e.error(i,t.statusText,t),"function"===typeof e.complete?e.complete(t,t.statusText):void 0})),!(null!=e.beforeSend&&!e.beforeSend(t,e))&&(t.readyState===XMLHttpRequest.OPENED?t.send(e.data):void 0)},o=function(t){return t.url=t.url||location.href,t.type=t.type.toUpperCase(),"GET"===t.type&&t.data&&(t.url.indexOf("?")<0?t.url+="?"+t.data:t.url+="&"+t.data),null==e[t.dataType]&&(t.dataType="*"),t.accept=e[t.dataType],"*"!==t.dataType&&(t.accept+=", */*; q=0.01"),t},n=function(e,n){var i;return(i=new XMLHttpRequest).open(e.type,e.url,!0),i.setRequestHeader("Accept",e.accept),"string"===typeof e.data&&i.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"),e.crossDomain||i.setRequestHeader("X-Requested-With","XMLHttpRequest"),t(i),i.withCredentials=!!e.withCredentials,i.onreadystatechange=function(){if(i.readyState===XMLHttpRequest.DONE)return n(i)},i},r=function(e,t){var n,o;if("string"===typeof e&&"string"===typeof t)if(t.match(/\bjson\b/))try{e=JSON.parse(e)}catch(r){}else if(t.match(/\b(?:java|ecma)script\b/))(o=document.createElement("script")).setAttribute("nonce",i()),o.text=e,document.head.appendChild(o).parentNode.removeChild(o);else if(t.match(/\b(xml|html|svg)\b/)){n=new DOMParser,t=t.replace(/;.+/,"");try{e=n.parseFromString(e,t)}catch(r){}}return e},s.href=function(e){return e.href},s.isCrossDomain=function(e){var t,n;(t=document.createElement("a")).href=location.href,n=document.createElement("a");try{return n.href=e,!((!n.protocol||":"===n.protocol)&&!n.host||t.protocol+"//"+t.host===n.protocol+"//"+n.host)}catch(i){return i,!0}}}.call(this),function(){var e,t;e=s.matches,t=function(e){return Array.prototype.slice.call(e)},s.serializeElement=function(n,i){var o,r;return o=[n],e(n,"form")&&(o=t(n.elements)),r=[],o.forEach((function(n){if(n.name&&!n.disabled)return e(n,"select")?t(n.options).forEach((function(e){if(e.selected)return r.push({name:n.name,value:e.value})})):n.checked||-1===["radio","checkbox","submit"].indexOf(n.type)?r.push({name:n.name,value:n.value}):void 0})),i&&r.push(i),r.map((function(e){return null!=e.name?encodeURIComponent(e.name)+"="+encodeURIComponent(e.value):e})).join("&")},s.formElements=function(n,i){return e(n,"form")?t(n.elements).filter((function(t){return e(t,i)})):t(n.querySelectorAll(i))}}.call(this),function(){var e,t,n;t=s.fire,n=s.stopEverything,s.handleConfirm=function(t){if(!e(this))return n(t)},e=function(e){var n,i,o;if(!(o=e.getAttribute("data-confirm")))return!0;if(n=!1,t(e,"confirm")){try{n=confirm(o)}catch(r){}i=t(e,"confirm:complete",[n])}return n&&i}}.call(this),function(){var e,t,n,i,o,r,a,l,c,u,d;c=s.matches,l=s.getData,u=s.setData,d=s.stopEverything,a=s.formElements,s.handleDisabledElement=function(e){if(this,this.disabled)return d(e)},s.enableElement=function(e){var t;return t=e instanceof Event?e.target:e,c(t,s.linkDisableSelector)?r(t):c(t,s.buttonDisableSelector)||c(t,s.formEnableSelector)?i(t):c(t,s.formSubmitSelector)?o(t):void 0},s.disableElement=function(i){var o;return o=i instanceof Event?i.target:i,c(o,s.linkDisableSelector)?n(o):c(o,s.buttonDisableSelector)||c(o,s.formDisableSelector)?e(o):c(o,s.formSubmitSelector)?t(o):void 0},n=function(e){var t;return null!=(t=e.getAttribute("data-disable-with"))&&(u(e,"ujs:enable-with",e.innerHTML),e.innerHTML=t),e.addEventListener("click",d),u(e,"ujs:disabled",!0)},r=function(e){var t;return null!=(t=l(e,"ujs:enable-with"))&&(e.innerHTML=t,u(e,"ujs:enable-with",null)),e.removeEventListener("click",d),u(e,"ujs:disabled",null)},t=function(t){return a(t,s.formDisableSelector).forEach(e)},e=function(e){var t;return null!=(t=e.getAttribute("data-disable-with"))&&(c(e,"button")?(u(e,"ujs:enable-with",e.innerHTML),e.innerHTML=t):(u(e,"ujs:enable-with",e.value),e.value=t)),e.disabled=!0,u(e,"ujs:disabled",!0)},o=function(e){return a(e,s.formEnableSelector).forEach(i)},i=function(e){var t;return null!=(t=l(e,"ujs:enable-with"))&&(c(e,"button")?e.innerHTML=t:e.value=t,u(e,"ujs:enable-with",null)),e.disabled=!1,u(e,"ujs:disabled",null)}}.call(this),function(){var e;e=s.stopEverything,s.handleMethod=function(t){var n,i,o,r,a,l;if(this,l=this.getAttribute("data-method"))return a=s.href(this),i=s.csrfToken(),n=s.csrfParam(),o=document.createElement("form"),r="<input name='_method' value='"+l+"' type='hidden' />",null==n||null==i||s.isCrossDomain(a)||(r+="<input name='"+n+"' value='"+i+"' type='hidden' />"),r+='<input type="submit" />',o.method="post",o.action=a,o.target=this.target,o.innerHTML=r,o.style.display="none",document.body.appendChild(o),o.querySelector('[type="submit"]').click(),e(t)}}.call(this),function(){var e,t,n,i,o,r,a,l,c,u=[].slice;r=s.matches,n=s.getData,l=s.setData,t=s.fire,c=s.stopEverything,e=s.ajax,i=s.isCrossDomain,a=s.serializeElement,o=function(e){var t;return null!=(t=e.getAttribute("data-remote"))&&"false"!==t},s.handleRemote=function(d){var h,f,p,m,g,v,y;return!o(m=this)||(t(m,"ajax:before")?(y=m.getAttribute("data-with-credentials"),p=m.getAttribute("data-type")||"script",r(m,s.formSubmitSelector)?(h=n(m,"ujs:submit-button"),g=n(m,"ujs:submit-button-formmethod")||m.method,v=n(m,"ujs:submit-button-formaction")||m.getAttribute("action")||location.href,"GET"===g.toUpperCase()&&(v=v.replace(/\?.*$/,"")),"multipart/form-data"===m.enctype?(f=new FormData(m),null!=h&&f.append(h.name,h.value)):f=a(m,h),l(m,"ujs:submit-button",null),l(m,"ujs:submit-button-formmethod",null),l(m,"ujs:submit-button-formaction",null)):r(m,s.buttonClickSelector)||r(m,s.inputChangeSelector)?(g=m.getAttribute("data-method"),v=m.getAttribute("data-url"),f=a(m,m.getAttribute("data-params"))):(g=m.getAttribute("data-method"),v=s.href(m),f=m.getAttribute("data-params")),e({type:g||"GET",url:v,data:f,dataType:p,beforeSend:function(e,n){return t(m,"ajax:beforeSend",[e,n])?t(m,"ajax:send",[e]):(t(m,"ajax:stopped"),!1)},success:function(){var e;return e=1<=arguments.length?u.call(arguments,0):[],t(m,"ajax:success",e)},error:function(){var e;return e=1<=arguments.length?u.call(arguments,0):[],t(m,"ajax:error",e)},complete:function(){var e;return e=1<=arguments.length?u.call(arguments,0):[],t(m,"ajax:complete",e)},crossDomain:i(v),withCredentials:null!=y&&"false"!==y}),c(d)):(t(m,"ajax:stopped"),!1))},s.formSubmitButtonClick=function(e){var t;if(this,t=this.form)return this.name&&l(t,"ujs:submit-button",{name:this.name,value:this.value}),l(t,"ujs:formnovalidate-button",this.formNoValidate),l(t,"ujs:submit-button-formaction",this.getAttribute("formaction")),l(t,"ujs:submit-button-formmethod",this.getAttribute("formmethod"))},s.preventInsignificantClick=function(e){var t,n,i;if(this,i=(this.getAttribute("data-method")||"GET").toUpperCase(),t=this.getAttribute("data-params"),n=(e.metaKey||e.ctrlKey)&&"GET"===i&&!t,null!=e.button&&0!==e.button||n)return e.stopImmediatePropagation()}}.call(this),function(){var t,n,i,o,r,a,l,c,u,d,h,f,p,m,g;if(a=s.fire,i=s.delegate,c=s.getData,t=s.$,g=s.refreshCSRFTokens,n=s.CSRFProtection,p=s.loadCSPNonce,r=s.enableElement,o=s.disableElement,d=s.handleDisabledElement,u=s.handleConfirm,m=s.preventInsignificantClick,f=s.handleRemote,l=s.formSubmitButtonClick,h=s.handleMethod,"undefined"!==typeof e&&null!==e&&null!=e.ajax){if(e.rails)throw new Error("If you load both jquery_ujs and rails-ujs, use rails-ujs only.");e.rails=s,e.ajaxPrefilter((function(e,t,i){if(!e.crossDomain)return n(i)}))}s.start=function(){if(window._rails_loaded)throw new Error("rails-ujs has already been loaded!");return window.addEventListener("pageshow",(function(){return t(s.formEnableSelector).forEach((function(e){if(c(e,"ujs:disabled"))return r(e)})),t(s.linkDisableSelector).forEach((function(e){if(c(e,"ujs:disabled"))return r(e)}))})),i(document,s.linkDisableSelector,"ajax:complete",r),i(document,s.linkDisableSelector,"ajax:stopped",r),i(document,s.buttonDisableSelector,"ajax:complete",r),i(document,s.buttonDisableSelector,"ajax:stopped",r),i(document,s.linkClickSelector,"click",m),i(document,s.linkClickSelector,"click",d),i(document,s.linkClickSelector,"click",u),i(document,s.linkClickSelector,"click",o),i(document,s.linkClickSelector,"click",f),i(document,s.linkClickSelector,"click",h),i(document,s.buttonClickSelector,"click",m),i(document,s.buttonClickSelector,"click",d),i(document,s.buttonClickSelector,"click",u),i(document,s.buttonClickSelector,"click",o),i(document,s.buttonClickSelector,"click",f),i(document,s.inputChangeSelector,"change",d),i(document,s.inputChangeSelector,"change",u),i(document,s.inputChangeSelector,"change",f),i(document,s.formSubmitSelector,"submit",d),i(document,s.formSubmitSelector,"submit",u),i(document,s.formSubmitSelector,"submit",f),i(document,s.formSubmitSelector,"submit",(function(e){return setTimeout((function(){return o(e)}),13)})),i(document,s.formSubmitSelector,"ajax:send",o),i(document,s.formSubmitSelector,"ajax:complete",r),i(document,s.formInputClickSelector,"click",m),i(document,s.formInputClickSelector,"click",d),i(document,s.formInputClickSelector,"click",u),i(document,s.formInputClickSelector,"click",l),document.addEventListener("DOMContentLoaded",g),document.addEventListener("DOMContentLoaded",p),window._rails_loaded=!0},window.Rails===s&&a(document,"rails:attachBindings")&&s.start()}.call(this)}).call(this),"object"===a(i)&&i.exports?i.exports=s:void 0===(r="function"===typeof(o=s)?o.call(t,n,t,i):o)||(i.exports=r)}).call(this)}).call(this,n(6),n(58)(e))},46:function(e){e.exports=JSON.parse('{"ja":{"test":"\u30c6\u30b9\u30c8","session_timeout":"\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002","network_not_available":"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306e\u8a2d\u5b9a\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002","display_all":"\u5168\u3066\u8868\u793a\u3055\u308c\u307e\u3057\u305f","error_occurred":"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002","confirm_delete":"\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f","account_name":"\u30a2\u30ab\u30a6\u30f3\u30c8\u540d","copied_clipboard":"\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\uff01","fail_to_upload_image":"\u753b\u50cf\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002","invalid_image_size":"\u753b\u50cf\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u304c\u5927\u304d\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002","auto_backup_alert":"\u81ea\u52d5\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3055\u308c\u305f\u5185\u5bb9\u304c\u3042\u308a\u307e\u3059\u3002\\nOK\u3092\u9078\u629e\u3059\u308b\u3068\u5185\u5bb9\u3092\u5fa9\u5143\u3057\u307e\u3059\u3002\\n\u30ad\u30e3\u30f3\u30bb\u30eb\u3092\u9078\u629e\u3059\u308b\u3068\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u524a\u9664\u3057\u307e\u3059\u3002\\n\\n\u5fa9\u5143\u3057\u307e\u3059\u304b\uff1f","tip_of_this_month":"\u4eca\u6708\u306e\u30c1\u30c3\u30d7","tip_articles":"\u30c1\u30c3\u30d7\u3057\u3066\u3082\u3089\u3063\u305f\u8a18\u4e8b","price_unit":"\u5186","count":"\u4ef6","tip_list":"\u30c1\u30c3\u30d7\u4e00\u89a7","tip_count":"\u30c1\u30c3\u30d7\u6570","heart_count":"\u30cf\u30fc\u30c8\u6570","article_count":"\u8a18\u4e8b\u6570","fixed_total_point":"\u5229\u7528\u53ef\u80fd\u30dd\u30a4\u30f3\u30c8","grand_total_point":"\u7d2f\u8a08\u30dd\u30a4\u30f3\u30c8","not_fixed_point":"\u672a\u78ba\u5b9a","more":"\u3082\u3063\u3068","no_point_on_this_month":"{year}\u5e74{month}\u6708\u306e\u30dd\u30a4\u30f3\u30c8\u306f\u3042\u308a\u307e\u305b\u3093","fail_to_register_card":"\u30ab\u30fc\u30c9\u767b\u9332\u306b\u5931\u6557\u3057\u307e\u3057\u305f","expired_card":"\u6709\u52b9\u671f\u9650\u304c\u904e\u304e\u3066\u3044\u307e\u3059","require_holder_name":"\u30ab\u30fc\u30c9\u540d\u7fa9\u4eba\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044","invalid_holder_name":"\u30ab\u30fc\u30c9\u540d\u7fa9\u4eba\u306f\u3054\u5229\u7528\u306e\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9\u306b\u8a18\u8f09\u3055\u308c\u305f\u3054\u540d\u7fa9\u3092\u534a\u89d2\u3067\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044","require_security_code":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044","my_point_list":"\u5229\u7528\u53ef\u80fd\u30dd\u30a4\u30f3\u30c8\u4e00\u89a7","no_point":"\u5229\u7528\u53ef\u80fd\u30dd\u30a4\u30f3\u30c8\u306f\u3042\u308a\u307e\u305b\u3093","fail_to_get_data":"\u30c7\u30fc\u30bf\u306e\u53d6\u5f97\u306b\u5931\u6557\u3057\u307e\u3057\u305f","thank_you_for_cooperation":"\u3054\u5354\u529b\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002","report_note":"\u3044\u305f\u3060\u3044\u305f\u3054\u5831\u544a\u306b\u306fBitfan\u304b\u3089\u306e\u500b\u5225\u56de\u7b54\u306f\u884c\u3063\u3066\u304a\u308a\u307e\u305b\u3093\u3002<br>\u307e\u305f\u3001Bitfan\u306b\u3088\u308b\u5bfe\u5fdc\u3001\u51e6\u7f6e\u3092\u304a\u7d04\u675f\u3059\u308b\u3082\u306e\u3067\u306f\u3054\u3056\u3044\u307e\u305b\u3093\u3002","error_for_input":"\u5165\u529b\u5185\u5bb9\u306b\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059","quantity_unit":"\u6570\u91cf","male":"\u7537\u6027","female":"\u5973\u6027","other":"\u305d\u306e\u4ed6","member":"\u6709\u6599\u4f1a\u54e1","people":"\u4eba","unknown":"\u4e0d\u660e","10\'s":"10\u4ee3","20\'s":"20\u4ee3","30\'s":"30\u4ee3","40\'s":"40\u4ee3","50\'s":"50\u4ee3","60\'s":"60\u4ee3~","card_setting":"\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9\u767b\u9332\u30fb\u5909\u66f4","card_setting_title":"\u304a\u652f\u6255\u3044\u8a2d\u5b9a","card_setting_submit":"\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9\u3092\u767b\u9332\u3059\u308b","video_uploading":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d\u3067\u3059\u3001\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044","video_uploaded":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86","invalid_file":"\u7121\u52b9\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059","video_max_size":"\u6700\u5927\u30b5\u30a4\u30ba\u306f{size}MB\u3067\u3059","confirm_finish_broadcasting":"\u914d\u4fe1\u3092\u7d42\u4e86\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","finish_broadcasting":"\u914d\u4fe1\u7d42\u4e86","finish_radio_broadcasting":"\u30e9\u30b8\u30aa\u914d\u4fe1\u3092\u7d42\u4e86\u3059\u308b","publishing_radio_broadcasting":"\u30e9\u30b8\u30aa\u914d\u4fe1\u4e2d\u2026","finished_broadcasting":"\u914d\u4fe1\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002","multiple_access":"\u914d\u4fe1\u30da\u30fc\u30b8\u306b\u8907\u6570\u306e\u7aef\u672b\u3084\u30d6\u30e9\u30a6\u30b6\u3001\u30a2\u30d7\u30ea\u3067\u30a2\u30af\u30bb\u30b9\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u305d\u308c\u3089\u3092\u5168\u3066\u7d42\u4e86\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","already_in_channel":"\u914d\u4fe1\u30da\u30fc\u30b8\u306b\u8907\u6570\u306e\u7aef\u672b\u3084\u30d6\u30e9\u30a6\u30b6\u3001\u30a2\u30d7\u30ea\u3067\u30a2\u30af\u30bb\u30b9\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u305d\u308c\u3089\u3092\u5168\u3066\u7d42\u4e86\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","not_supported":"\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u306e\u7aef\u672b\u3082\u3057\u304f\u306f\u30d6\u30e9\u30a6\u30b6\u3067\u3059\u3002\u63a8\u5968\u74b0\u5883\u3092\u78ba\u8a8d\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","permission_denied":"\u30ab\u30e1\u30e9\u3082\u3057\u304f\u306f\u30de\u30a4\u30af\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u30d6\u30e9\u30a6\u30b6\u3084\u7aef\u672b\u306e\u8a2d\u5b9a\u3092\u898b\u76f4\u3057\u3001\u518d\u8d77\u52d5\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","device_not_found":"\u30ab\u30e1\u30e9\u3082\u3057\u304f\u306f\u30de\u30a4\u30af\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u6b63\u3057\u304f\u63a5\u7d9a\u3067\u304d\u3066\u3044\u308b\u304b\u3001\u7aef\u672b\u306b\u8a8d\u8b58\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u3054\u78ba\u8a8d\u3044\u305f\u3060\u304d\u3001\u30d6\u30e9\u30a6\u30b6\u3092\u518d\u8d77\u52d5\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","not_readable":"\u4ed6\u306eWeb\u30b5\u30a4\u30c8\u3084\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u30ab\u30e1\u30e9\u3084\u30de\u30a4\u30af\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u305d\u308c\u3089\u3092\u5168\u3066\u7d42\u4e86\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","rtc_login_process_error":"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3078\u306e\u63a5\u7d9a\u72b6\u614b\u304c\u4e0d\u5b89\u5b9a\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u6642\u9593\u3092\u7f6e\u3044\u3066\u3082\u6539\u5584\u3057\u306a\u3044\u5834\u5408\u3001\u63a5\u7d9a\u5148\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5909\u66f4\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","rtm_login_process_error":"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3078\u306e\u63a5\u7d9a\u72b6\u614b\u304c\u4e0d\u5b89\u5b9a\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u6642\u9593\u3092\u7f6e\u3044\u3066\u3082\u6539\u5584\u3057\u306a\u3044\u5834\u5408\u3001\u63a5\u7d9a\u5148\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5909\u66f4\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","playing_process_error":"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3078\u306e\u63a5\u7d9a\u72b6\u614b\u304c\u4e0d\u5b89\u5b9a\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u6642\u9593\u3092\u7f6e\u3044\u3066\u3082\u6539\u5584\u3057\u306a\u3044\u5834\u5408\u3001\u63a5\u7d9a\u5148\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5909\u66f4\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","leave_process_error":"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3078\u306e\u63a5\u7d9a\u72b6\u614b\u304c\u4e0d\u5b89\u5b9a\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u6642\u9593\u3092\u7f6e\u3044\u3066\u3082\u6539\u5584\u3057\u306a\u3044\u5834\u5408\u3001\u63a5\u7d9a\u5148\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5909\u66f4\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","socket_disconnected":"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3078\u306e\u63a5\u7d9a\u72b6\u614b\u304c\u4e0d\u5b89\u5b9a\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u6642\u9593\u3092\u7f6e\u3044\u3066\u3082\u6539\u5584\u3057\u306a\u3044\u5834\u5408\u3001\u63a5\u7d9a\u5148\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5909\u66f4\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","rtm_timeout_error":"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3078\u306e\u63a5\u7d9a\u72b6\u614b\u304c\u4e0d\u5b89\u5b9a\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u6642\u9593\u3092\u7f6e\u3044\u3066\u3082\u6539\u5584\u3057\u306a\u3044\u5834\u5408\u3001\u63a5\u7d9a\u5148\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5909\u66f4\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","recording_suspended":"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3078\u306e\u63a5\u7d9a\u72b6\u614b\u304c\u4e0d\u5b89\u5b9a\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u6642\u9593\u3092\u7f6e\u3044\u3066\u3082\u6539\u5584\u3057\u306a\u3044\u5834\u5408\u3001\u63a5\u7d9a\u5148\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5909\u66f4\u3057\u305f\u4e0a\u3067\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","process_error":"\u51e6\u7406\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","error_code":"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9","cancel_member":"\u89e3\u7d04\u3059\u308b","unfollow":"\u30d5\u30a9\u30ed\u30fc\u3092\u5916\u3059","gift_list":"\u30dd\u30a4\u30f3\u30c8\u4ea4\u63db\u7279\u5178","member_info":"\u30e1\u30f3\u30d0\u30fc\u60c5\u5831","unfollow_confirm":"\u672c\u5f53\u306b\u30d5\u30a9\u30ed\u30fc\u3092\u306f\u305a\u3057\u307e\u3059\u304b\uff1f\u30d5\u30a9\u30ed\u30fc\u3092\u5916\u3059\u3068\u9650\u5b9a\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u95b2\u89a7\u3084\u3001Bitfan \u30dd\u30a4\u30f3\u30c8\u3092\u8caf\u3081\u308b\u3053\u3068\u304c\u51fa\u6765\u306a\u304f\u306a\u308a\u307e\u3059\u3002","cannot_unfollow":"\u30d5\u30a1\u30f3\u30af\u30e9\u30d6\u4f1a\u54e1\u306e\u305f\u3081\u30d5\u30a9\u30ed\u30fc\u306e\u89e3\u9664\u306f\u3067\u304d\u307e\u305b\u3093","sum":"\u5408\u8a08","year_month":"{year}\u5e74{month}\u6708","confirm_pushed_app":"\u914d\u4fe1\u958b\u59cb\u6642\u306bBitfan\u30a2\u30d7\u30ea\u306b\u901a\u77e5\u3055\u308c\u307e\u3059\u3002\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","all_genre":"\u5168\u3066\u306e\u30b8\u30e3\u30f3\u30eb","all":"ALL","brand":"\u30d6\u30e9\u30f3\u30c9\u30fb\u88fd\u54c1","character":"\u30ad\u30e3\u30e9\u30af\u30bf\u30fc","company":"\u4f01\u696d","creative":"\u30af\u30ea\u30a8\u30a4\u30c6\u30a3\u30d6","education":"\u6559\u80b2","entertainment":"\u82b8\u80fd\u30fb\u30a8\u30f3\u30bf\u30e1","food":"\u98f2\u98df","health":"\u7f8e\u5bb9\u30fb\u5065\u5eb7\u30fb\u533b\u7642","music":"\u97f3\u697d","performer":"\u821e\u53f0\u30fb\u30d1\u30d5\u30a9\u30fc\u30de\u30fc","sports":"\u30b9\u30dd\u30fc\u30c4","virtual":"\u30d0\u30fc\u30c1\u30e3\u30eb","writer":"\u30e9\u30a4\u30bf\u30fc","kpop":"\u97d3\u6d41\u30fbKpop","pet":"\u30da\u30c3\u30c8","youtuber":"YouTuber","tiktoker":"TikToker","client_banned":"\u914d\u4fe1\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002","description2_placeholder":"\u4f8b\uff09\u51fa\u6f14\u80051 / \u51fa\u6f14\u80052 / \u51fa\u6f14\u80053","description3_placeholder":"\u30d5\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8","copyright_error_duplicate":"\u767b\u9332\u6e08\u307f\u306e\u5024\u3067\u3059","copyright_error_multibyte":"\u4f5c\u54c1\u30b3\u30fc\u30c9\u306f\u534a\u89d2\u3067\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044","copyright_error_invalid":"\u4f5c\u54c1\u30b3\u30fc\u30c9\u3092\u6b63\u3057\u304f\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044","save":"\u4fdd\u5b58\u3059\u308b","save_unpublished_at":"\u516c\u958b\u7d42\u4e86\u65e5\u3092\u4fdd\u5b58\u3059\u308b","save_open":"\u516c\u958b\u3059\u308b","save_will_open":"\u4e88\u7d04\u516c\u958b\u3059\u308b","save_not_open":"\u975e\u516c\u958b\u306b\u3059\u308b"},"en":{"test":"en test","session_timeout":"Your session is timeout. Please login again.","network_not_available":"Can not find Internet connection. Please check your network","display_all":"Display all contents","error_occurred":"Error occurred","confirm_delete":"Are you sure, do you want to remove it?","account_name":"Account Name","copied_clipboard":"Success to copy it into clipboard!","fail_to_upload_image":"Fail to upload image","invalid_image_size":"Fail to upload image. The image file size may bt too big.","auto_backup_alert":"There is auto backuped data.\\nOK to recover and Cancel to delete backup.","tip_of_this_month":"Tip of this month","tip_articles":"tiped articles","price_unit":"yen","count":"count","tip_list":"tip list","tip_count":"tip count","heart_count":"heart count","article_count":"article count","fixed_total_point":"consumable point","grand_total_point":"grand total point","not_fixed_point":"not fixed","more":"more","no_point_on_this_month":"No point on {year}/{month}","fail_to_register_card":"Fail to register your credit card.","expired_card":"The credit card was expired.","require_holder_name":"Please enter cardholder name","invalid_holder_name":"Please enter the name of the cardholder as it appears on your credit card.","require_security_code":"Please enter your security code","my_point_list":"My point list","no_point":"You do not have any point.","fail_to_get_data":"Fail to get data.","thank_you_for_cooperation":"Thank you for cooperation","report_note":"There will not be individual reply from Bitfan to the reports you sent. <br>In addition no responses or actions from Bitfan will be promised.","error_for_input":"Please check what you enter.","quantity_unit":"stocks","male":"Male","female":"Female","other":"Others","member":"Member","people":"ppl","unknown":"unknown","10\'s":"10\'s","20\'s":"20\'s","30\'s":"30\'s","40\'s":"40\'s","50\'s":"50\'s","60\'s":"60\'s~","card_setting":"Register/change credit card","card_setting_submit":"Register credit card","card_setting_title":"Payment settings","video_uploading":"Video has been uploading. Please wait.","video_uploaded":"Uploaded","invalid_file":"Invalid file","video_max_size":"Maximum size is {size}MB","confirm_finish_broadcasting":"Are you sure to end the streaming?","finish_broadcasting":"End the streaming","finish_radio_broadcasting":"End the radio streaming.","publishing_radio_broadcasting":"Radio streaming now...","finished_broadcasting":"Streaming ended","multiple_access":"You may be accessing the live streaming page with more than one device, browser or apps. Please close all of them and try again.","already_in_channel":"You may be accessing the live streaming page / viewing page with more than one device, browser or apps. Please close all of them and try again.","not_supported":"This device or browser is not supported. Please check the recommended environment and try again.","permission_denied":"Camera or Microphone is not available. Please try again after checking the setting of browsers or devices and restarting them.","device_not_found":"Camera or Microphone is not found. Please try again after checking if the connection is correct or the browsers or devices recognized them, and restarting the browsers.","not_readable":"You may be using the camera or microphone on another website or app. Please close them all and try again.","rtc_login_process_error":"Communication failed. Your connection to the Internet may be unstable. If the problem doesn\'t get resolved after a few minutes, please change the network to which you are connected and try again.","rtm_login_process_error":"Communication failed. Your connection to the Internet may be unstable. If the problem doesn\'t get resolved after a few minutes, please change the network to which you are connected and try again.","playing_process_error":"Communication failed. Your connection to the Internet may be unstable. If the problem doesn\'t get resolved after a few minutes, please change the network to which you are connected and try again.","leave_process_error":"Communication failed. Your connection to the Internet may be unstable. If the problem doesn\'t get resolved after a few minutes, please change the network to which you are connected and try again.","socket_disconnected":"Communication failed. Your connection to the Internet may be unstable. If the problem doesn\'t get resolved after a few minutes, please change the network to which you are connected and try again.","rtm_timeout_error":"Communication failed. Your connection to the Internet may be unstable. If the problem doesn\'t get resolved after a few minutes, please change the network to which you are connected and try again.","recording_suspended":"Communication failed. Your connection to the Internet may be unstable. If the problem doesn\'t get resolved after a few minutes, please change the network to which you are connected and try again.","process_error":"Procedure failed. Try it again.","error_code":"Error code","cancel_member":"Unregister the membership","unfollow":"Unfollow","gift_list":"Reward list","member_info":"Membership information","unfollow_confirm":"Do you really want to unfollow? If you unfollow it, you will not be able to view exclusive content or earn Bitfan points.","cannot_unfollow":"Follow cannot be canceled because it is a fan club member","sum":"total","year_month":"{month}/{year}","confirm_pushed_app":"The Bitfan app will be notified when the streaming starts. Is it OK?","all_genre":"All Genres.","all":"ALL","brand":"Brand/Product","character":"Character","company":"Company","creative":"Creative","education":"Education","entertainment":"Entertainment","food":"Food & Beverage","health":"Beauty/Health/Medical","music":"Music","performer":"Stage/Performer","sports":"Sports","virtual":"Virtual","writer":"Writer","kpop":"Korean\u30fbKpop","pet":"Pets","youtuber":"YouTuber","tiktoker":"TikToker","client_banned":"Streaming ended","description2_placeholder":"e.g Performer 1 / Performer 2 / Performer 3","description3_placeholder":"Free texts","copyright_error_duplicate":"Registered value","copyright_error_multibyte":"Please enter the work codes in half-width form.","copyright_error_invalid":"Please enter the correct work code.","save":"Save","save_unpublished_at":"Save the date of the end of release","save_open":"Release","save_will_open":"Reserve to release","save_not_open":"Keep private"},"ko":{"expired_card":"\uc2e0\uc6a9\uce74\ub4dc\uac00 \ub9cc\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4","require_holder_name":"\uce74\ub4dc \uba85\uc758\uc790\ub97c \uc785\ub825\ud558\uc138\uc694","invalid_holder_name":"\uc2e0\uc6a9\uce74\ub4dc\uc5d0 \uae30\uc7ac\ub41c \uce74\ub4dc \uc18c\uc9c0\uc790\uc758 \uc774\ub984\uc744 \uc785\ub825\ud558\uc138\uc694","require_security_code":"\ubcf4\uc548 \ucf54\ub4dc\ub97c \uc785\ub825\ud558\uc138\uc694","thank_you_for_cooperation":"\ud611\uc870\ud574 \uc8fc\uc154\uc11c \uac10\uc0ac\ud569\ub2c8\ub2e4.","report_note":"\uc811\uc218\ub41c \uc2e0\uace0\uc5d0 \ub300\ud574\uc11c\ub294 Bitfan\uc5d0\uc11c \uac1c\ubcc4 \ub2f5\ubcc0\uc744 \ub4dc\ub9ac\uace0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. <br> \ub610\ud55c, Bitfan\uc758 \ub300\uc751 \ubc0f \ucc98\ub9ac\ub97c \uc57d\uc18d\ud558\ub294 \uac83\ub3c4 \uc544\ub2d9\ub2c8\ub2e4.","card_setting":"\uc2e0\uc6a9 \uce74\ub4dc \ub4f1\ub85d \xb7 \ubcc0\uacbd","card_setting_submit":"\uc2e0\uc6a9 \uce74\ub4dc \ub4f1\ub85d\ud558\uae30","card_setting_title":"\uc9c0\ubd88 \uc124\uc815","video_uploading":"\uc601\uc0c1\uc744 \uc5c5\ub85c\ub4dc \uc911\uc785\ub2c8\ub2e4. \uae30\ub2e4\ub824\uc8fc\uc138\uc694","video_uploaded":"\uc5c5\ub85c\ub4dc \ub428","not_fixed_point":"\ubbf8\ud655\uc815","invalid_file":"\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \ud30c\uc77c","video_max_size":"\ucd5c\ub300 \ud06c\uae30\ub294 {size}MB\uc785\ub2c8\ub2e4","confirm_finish_broadcasting":"\ubc29\uc1a1\uc744 \uc885\ub8cc\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","finish_broadcasting":"\ubc29\uc1a1 \uc885\ub8cc","finish_radio_broadcasting":"\ub77c\ub514\uc624 \ubc29\uc1a1 \uc885\ub8cc","publishing_radio_broadcasting":"\ub77c\ub514\uc624 \ubc29\uc1a1\uc911...","finished_broadcasting":"\ubc29\uc1a1\uc774 \uc885\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.","multiple_access":"\uc1a1\ucd9c \ud398\uc774\uc9c0 / \uc2dc\uccad \ud398\uc774\uc9c0\uc5d0 \ubcf5\uc218\uc758 \ub2e8\ub9d0\uae30\ub098 \ube0c\ub77c\uc6b0\uc800, \uc571\uc73c\ub85c \uc561\uc138\uc2a4\ud558\uace0 \uc788\uc744 \uac00\ub2a5\uc131\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \uc561\uc138\uc2a4\ub97c \ubaa8\ub450 \uc885\ub8cc\ud55c \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","already_in_channel":"\uc1a1\ucd9c \ud398\uc774\uc9c0 / \uc2dc\uccad \ud398\uc774\uc9c0\uc5d0 \ubcf5\uc218\uc758 \ub2e8\ub9d0\uae30\ub098 \ube0c\ub77c\uc6b0\uc800, \uc571\uc73c\ub85c \uc561\uc138\uc2a4\ud558\uace0 \uc788\uc744 \uac00\ub2a5\uc131\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \uc561\uc138\uc2a4\ub97c \ubaa8\ub450 \uc885\ub8cc\ud55c \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","not_supported":"\uc9c0\uc6d0 \ub300\uc0c1\uc5d0\uc11c \uc81c\uc678\ub41c \ub2e8\ub9d0\uae30 \ud639\uc740 \ube0c\ub77c\uc6b0\uc800\uc785\ub2c8\ub2e4.\uad8c\uc7a5 \ud658\uacbd\uc744 \ub2e4\uc2dc \ud655\uc778\ud55c \ud6c4 \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","permission_denied":"\uce74\uba54\ub77c \ud639\uc740 \ub9c8\uc774\ud06c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\ube0c\ub77c\uc6b0\uc800\ub098 \ub2e8\ub9d0\uae30\uc758 \uc124\uc815\uc744 \ub2e4\uc2dc \ud655\uc778\ud558\uace0, \uc7ac\uae30\ub3d9\ud55c \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.","device_not_found":"\uce74\uba54\ub77c \ud639\uc740 \ub9c8\uc774\ud06c\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\uc81c\ub300\ub85c \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0 \ub610\ub294 \ub2e8\ub9d0\uae30\uc5d0 \uc778\uc2dd\ub418\uc5b4 \uc788\ub294\uc9c0\ub97c \ud655\uc778\ud558\uace0 \ube0c\ub77c\uc6b0\uc800\ub97c \uc7ac\ubd80\ud305\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","not_readable":"\ub2e4\ub978 \uc6f9 \uc0ac\uc774\ud2b8\ub098 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \uce74\uba54\ub77c\ub098 \ub9c8\uc774\ud06c\ub97c \uc0ac\uc6a9\ud558\uace0 \uc788\uc744 \uac00\ub2a5\uc131\uc774 \uc788\uc2b5\ub2c8\ub2e4.\uc0ac\uc6a9\uc911\uc778 \uc6f9 \uc0ac\uc774\ud2b8\ub098 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ubaa8\ub450 \uc885\ub8cc\ud55c \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","rtc_login_process_error":"\ud1b5\uc2e0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\uc778\ud130\ub137 \uc5f0\uacb0 \uc0c1\ud0dc\uac00 \ubd88\uc548\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\uc2dc\uac04\uc774 \uacbd\uacfc\ud574\ub3c4 \uac1c\uc120\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc811\uc18d \ub124\ud2b8\uc6cc\ud06c\ub97c \ubcc0\uacbd\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","rtm_login_process_error":"\ud1b5\uc2e0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\uc778\ud130\ub137 \uc5f0\uacb0 \uc0c1\ud0dc\uac00 \ubd88\uc548\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\uc2dc\uac04\uc774 \uacbd\uacfc\ud574\ub3c4 \uac1c\uc120\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc811\uc18d \ub124\ud2b8\uc6cc\ud06c\ub97c \ubcc0\uacbd\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","playing_process_error":"\ud1b5\uc2e0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\uc778\ud130\ub137 \uc5f0\uacb0 \uc0c1\ud0dc\uac00 \ubd88\uc548\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\uc2dc\uac04\uc774 \uacbd\uacfc\ud574\ub3c4 \uac1c\uc120\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc811\uc18d \ub124\ud2b8\uc6cc\ud06c\ub97c \ubcc0\uacbd\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","leave_process_error":"\ud1b5\uc2e0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\uc778\ud130\ub137 \uc5f0\uacb0 \uc0c1\ud0dc\uac00 \ubd88\uc548\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\uc2dc\uac04\uc774 \uacbd\uacfc\ud574\ub3c4 \uac1c\uc120\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc811\uc18d \ub124\ud2b8\uc6cc\ud06c\ub97c \ubcc0\uacbd\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","socket_disconnected":"\ud1b5\uc2e0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\uc778\ud130\ub137 \uc5f0\uacb0 \uc0c1\ud0dc\uac00 \ubd88\uc548\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\uc2dc\uac04\uc774 \uacbd\uacfc\ud574\ub3c4 \uac1c\uc120\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc811\uc18d \ub124\ud2b8\uc6cc\ud06c\ub97c \ubcc0\uacbd\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","rtm_timeout_error":"\ud1b5\uc2e0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\uc778\ud130\ub137 \uc5f0\uacb0 \uc0c1\ud0dc\uac00 \ubd88\uc548\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\uc2dc\uac04\uc774 \uacbd\uacfc\ud574\ub3c4 \uac1c\uc120\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc811\uc18d \ub124\ud2b8\uc6cc\ud06c\ub97c \ubcc0\uacbd\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","recording_suspended":"\ud1b5\uc2e0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\uc778\ud130\ub137 \uc5f0\uacb0 \uc0c1\ud0dc\uac00 \ubd88\uc548\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\uc2dc\uac04\uc774 \uacbd\uacfc\ud574\ub3c4 \uac1c\uc120\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc811\uc18d \ub124\ud2b8\uc6cc\ud06c\ub97c \ubcc0\uacbd\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30\ubc14\ub78d\ub2c8\ub2e4.","process_error":"\ucc98\ub9ac\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \ud55c\ubc88 \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.","error_code":"\uc5d0\ub7ec \ucf54\ub4dc","cancel_member":"\uc720\ub8cc \ud68c\uc6d0 \ud574\uc9c0","unfollow":"\ud314\ub85c\uc6b0\ub97c \uc81c\uac70","gift_list":"\ub9ac\ud134 \ubaa9\ub85d","member_info":"\ud68c\uc6d0 \uc815\ubcf4","unfollow_confirm":"\uc815\ub9d0 \ud314\ub85c\uc6b0\ub97c \ud574\uc9c0\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \ud314\ub85c\uc6b0\ub97c \ud574\uc9c0\ud558\uba74 \ucf58\ud150\uce20\ubcf4\uae30\uc758 \uc81c\ud55c\uc774 \uc0dd\uae30\uac70\ub098, Bitfan \ud3ec\uc778\ud2b8\ub97c \uc801\ub9bd \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","cannot_unfollow":"\ud32c\ud074\ub7fd \ud68c\uc6d0\uc744\uc704\ud55c \ubcf4\ucda9\uc758 \ud574\uc81c\ub294 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4","sum":"\ucd1d","year_month":"{year}\ub144{month}\uc6d4","confirm_pushed_app":"\uc778\ud130\ub137 \ubc29\uc1a1\uc774 \uc2dc\uc791\ub418\uba74 Bitfan \uc571\uc5d0 \ud1b5\uc9c0\ub429\ub2c8\ub2e4. \uc2e4\ud589 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","all_genre":"\ubaa8\ub4e0 \uc7a5\ub974","all":"ALL","brand":"\ube0c\ub79c\ub4dc / \uc81c\ud488","character":"\uce90\ub9ad\ud130","company":"\uae30\uc5c5","creative":"\ud06c\ub9ac\uc5d0\uc774\ud130","education":"\uad50\uc721","entertainment":"\uc608\ub2a5 \xb7 \uc5d4\ud130\ud14c\uc778\uba3c\ud2b8","food":"\uc74c\uc2dd","health":"\ubbf8\uc6a9 \xb7 \uac74\uac15 \xb7 \uc758\ub8cc","music":"\uc74c\uc545","other":"\uae30\ud0c0","performer":"\ubb34\ub300 \xb7 \uacf5\uc5f0","sports":"\uc2a4\ud3ec\uce20","virtual":"\uac00\uc0c1","writer":"\uc791\uac00","kpop":"\ud55c\ub958\u30fbKpop","pet":"\uc560\uc644 \ub3d9\ubb3c","youtuber":"YouTuber","tiktoker":"TikToker","client_banned":"\ubc29\uc1a1\uc774 \uc885\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.","description2_placeholder":"\uc608) \ucd9c\uc5f0\uc7901 / \ucd9c\uc5f0\uc7902 / \ucd9c\uc5f0\uc7903","description3_placeholder":"\ud504\ub9ac \ud14d\uc2a4\ud2b8","auto_backup_alert":"There is auto backuped data.\\nOK to recover and Cancel to delete backup.","copyright_error_duplicate":"\ub4f1\ub85d\ub41c \uac12\uc785\ub2c8\ub2e4.","copyright_error_multibyte":"\uc791\ud488 \ucf54\ub4dc\ub294 \ubc18\uac01\uc73c\ub85c \uc785\ub825\ud574 \uc8fc\uc138\uc694.","copyright_error_invalid":"\uc791\ud488 \ucf54\ub4dc\ub97c \uc62c\ubc14\ub974\uac8c \uc785\ub825\ud574 \uc8fc\uc138\uc694.","save":"\u4fdd\u5b58\u3059\u308b","save_unpublished_at":"\uacf5\uac1c\uc885\ub8cc\uc77c\uc744 \ubcf4\uc874\ud558\uae30","save_open":"\uacf5\uac1c\ud558\uae30","save_will_open":"\uc608\uc57d \uacf5\uac1c \ud558\uae30","save_not_open":"\ube44\uacf5\uac1c\ub85c \uc124\uc815"},"zh-TW":{"test":"zh-TW test","session_timeout":"Your session is timeout. Please login again.","network_not_available":"Can not find Internet connection. Please check your network","display_all":"Display all contents","error_occurred":"Error occurred","confirm_delete":"Are you sure, do you want to remove it?","account_name":"Account Name","copied_clipboard":"Success to copy it into clipboard!","fail_to_upload_image":"Fail to upload image","invalid_image_size":"Fail to upload image. The image file size may bt too big.","auto_backup_alert":"There is auto backuped data.\\nOK to recover and Cancel to delete backup.","tip_of_this_month":"Tip of this month","tip_articles":"tiped articles","price_unit":"yen","count":"count","tip_list":"tip list","tip_count":"tip count","heart_count":"heart count","article_count":"article count","fixed_total_point":"consumable point","grand_total_point":"grand total point","not_fixed_point":"not fixed","more":"more","no_point_on_this_month":"No point on {year}/{month}","fail_to_register_card":"Fail to register your credit card.","expired_card":"The credit card was expired.","require_holder_name":"Please enter cardholder name","invalid_holder_name":"Please enter the name of the cardholder as it appears on your credit card.","require_security_code":"Please enter your security code","my_point_list":"My point list","no_point":"You do not have any point.","fail_to_get_data":"Fail to get data.","thank_you_for_cooperation":"\u8b1d\u8b1d\u60a8\u7684\u5354\u52a9\u3002","report_note":"\u5728\u63a5\u5230\u60a8\u7684\u6aa2\u8209\u901a\u77e5\u5f8c\uff0c\u6055Bitfan\u7cfb\u7d71\u65b9\u4e26\u4e0d\u6703\u500b\u5225\u56de\u8986\u7d66\u60a8\u3002<br>\u53e6\u5916\uff0cBitfan\u4e5f\u4e0d\u4fdd\u8b49\u4e00\u5b9a\u6703\u5c0d\u8a72\u7db2\u9801\u9032\u884c\u8655\u7f6e\u3002","error_for_input":"Please check what you enter.","quantity_unit":"stocks","male":"Male","female":"Female","other":"\u5176\u4ed6","member":"Member","people":"ppl","unknown":"unknown","10\'s":"10\'s","20\'s":"20\'s","30\'s":"30\'s","40\'s":"40\'s","50\'s":"50\'s","60\'s":"60\'s~","card_setting":"\u767b\u9304\u30fb\u66f4\u6539\u4fe1\u7528\u5361\u8cc7\u8a0a","card_setting_submit":"\u767b\u9304\u4fe1\u7528\u5361\u8cc7\u8a0a","card_setting_title":"\u4ed8\u6b3e\u8a2d\u5b9a","video_uploading":"Video has been uploading. Please wait.","video_uploaded":"Uploaded","invalid_file":"Invalid file","video_max_size":"Maximum size is {size}MB","confirm_finish_broadcasting":"\u78ba\u5b9a\u7d50\u675f\u76f4\u64ad\uff1f","finish_broadcasting":"\u76f4\u64ad\u7d50\u675f","finish_radio_broadcasting":"\u7d50\u675f\u5ee3\u64ad\u76f4\u64ad","publishing_radio_broadcasting":"\u5ee3\u64ad\u76f4\u64ad\u4e2d...","finished_broadcasting":"\u76f4\u64ad\u5df2\u7d50\u675f","multiple_access":"\u76ee\u524d\u53ef\u80fd\u4f7f\u7528\u540c\u4e00\u5e33\u865f\u5728\u4e0d\u540c\u7684\u6a5f\u5668\u6216\u662f\u700f\u89bd\u5668\u4e0a\uff0c\u540c\u6642\u958b\u555f\u4e86\u76f4\u64ad\u9801\u9762 / \u89c0\u770b\u9801\u9762\u3002\u7169\u8acb\u5c07\u958b\u555f\u7684\u9801\u9762\u5168\u90e8\u95dc\u9589\u5f8c\u518d\u6b21\u5617\u8a66\u3002","already_in_channel":"\u76ee\u524d\u53ef\u80fd\u4f7f\u7528\u540c\u4e00\u5e33\u865f\u5728\u4e0d\u540c\u7684\u6a5f\u5668\u6216\u662f\u700f\u89bd\u5668\u4e0a\uff0c\u540c\u6642\u958b\u555f\u4e86\u76f4\u64ad\u9801\u9762 / \u89c0\u770b\u9801\u9762\u3002\u7169\u8acb\u5c07\u958b\u555f\u7684\u9801\u9762\u5168\u90e8\u95dc\u9589\u5f8c\u518d\u6b21\u5617\u8a66\u3002","not_supported":"\u6b64\u70ba\u7cfb\u7d71\u4e0d\u652f\u63f4\u7684\u6a5f\u5668\u6216\u662f\u700f\u89bd\u5668\u3002\u7169\u8acb\u8a73\u95b1\u63a8\u85a6\u8996\u807d\u74b0\u5883\u8aaa\u660e\u5f8c\uff0c\u518d\u6b21\u5617\u8a66\u3002","permission_denied":"\u7121\u6cd5\u4f7f\u7528\u76f8\u6a5f\u6216\u662f\u9ea5\u514b\u98a8\u3002\u8acb\u78ba\u8a8d\u60a8\u4f7f\u7528\u7684\u6a5f\u5668\u4ee5\u53ca\u700f\u89bd\u5668\u7684\u8a2d\u5b9a\u5f8c\uff0c\u91cd\u65b0\u555f\u52d5\u7cfb\u7d71\uff0c\u518d\u6b21\u5617\u8a66\u3002","device_not_found":"\u7121\u6cd5\u627e\u5230\u60a8\u7684\u76f8\u6a5f\u6216\u662f\u9ea5\u514b\u98a8\u3002\u8acb\u78ba\u8a8d\u662f\u5426\u6709\u6b63\u78ba\u63a5\u597d\uff0c\u53c8\u6216\u662f\u4f7f\u7528\u7684\u6a5f\u5668\u662f\u5426\u6709\u6aa2\u6e2c\u5230\u8a72\u8a2d\u5099\uff0c\u5f85\u78ba\u5b9a\u5b8c\u7562\u5f8c\uff0c\u8acb\u5148\u5c07\u700f\u89bd\u5668\u95dc\u9589\uff0c\u518d\u91cd\u65b0\u6253\u958b\u5617\u8a66\u770b\u770b\u3002","not_readable":"\u76ee\u524d\u5176\u4ed6\u7684\u7db2\u7ad9\u53c8\u6216\u662fAPP\u6216\u8a31\u6709\u555f\u52d5\u76f8\u6a5f\u53c8\u6216\u662f\u9ea5\u514b\u98a8\u7684\u529f\u80fd\u3002\u7169\u8acb\u5c07\u6709\u53ef\u80fd\u6027\u7684\u700f\u89bd\u5668\u4ee5\u53caAPP\u5168\u6578\u95dc\u9589\u5f8c\u518d\u5ea6\u5617\u8a66\u770b\u770b\u3002","rtc_login_process_error":"\u7db2\u8def\u9023\u7dda\u5931\u6557\u3002\u6709\u53ef\u80fd\u76ee\u524d\u4f7f\u7528\u7684\u7db2\u8def\u8a0a\u865f\u4e0d\u7a69\u3002\u82e5\u662f\u7d93\u904e\u4e00\u6bb5\u6642\u9593\u5f8c\u4ecd\u672a\u6539\u5584\uff0c\u5247\u7169\u8acb\u9023\u63a5\u5225\u7684\u7db2\u8def\u6216\u662f\u79fb\u52d5\u4f4d\u7f6e\u81f3\u6536\u8a0a\u8f03\u597d\u7684\u5730\u65b9\u518d\u6b21\u5617\u8a66\u770b\u770b\u3002","rtm_login_process_error":"\u7db2\u8def\u9023\u7dda\u5931\u6557\u3002\u6709\u53ef\u80fd\u76ee\u524d\u4f7f\u7528\u7684\u7db2\u8def\u8a0a\u865f\u4e0d\u7a69\u3002\u82e5\u662f\u7d93\u904e\u4e00\u6bb5\u6642\u9593\u5f8c\u4ecd\u672a\u6539\u5584\uff0c\u5247\u7169\u8acb\u9023\u63a5\u5225\u7684\u7db2\u8def\u6216\u662f\u79fb\u52d5\u4f4d\u7f6e\u81f3\u6536\u8a0a\u8f03\u597d\u7684\u5730\u65b9\u518d\u6b21\u5617\u8a66\u770b\u770b\u3002","playing_process_error":"\u7db2\u8def\u9023\u7dda\u5931\u6557\u3002\u6709\u53ef\u80fd\u76ee\u524d\u4f7f\u7528\u7684\u7db2\u8def\u8a0a\u865f\u4e0d\u7a69\u3002\u82e5\u662f\u7d93\u904e\u4e00\u6bb5\u6642\u9593\u5f8c\u4ecd\u672a\u6539\u5584\uff0c\u5247\u7169\u8acb\u9023\u63a5\u5225\u7684\u7db2\u8def\u6216\u662f\u79fb\u52d5\u4f4d\u7f6e\u81f3\u6536\u8a0a\u8f03\u597d\u7684\u5730\u65b9\u518d\u6b21\u5617\u8a66\u770b\u770b\u3002","leave_process_error":"\u7db2\u8def\u9023\u7dda\u5931\u6557\u3002\u6709\u53ef\u80fd\u76ee\u524d\u4f7f\u7528\u7684\u7db2\u8def\u8a0a\u865f\u4e0d\u7a69\u3002\u82e5\u662f\u7d93\u904e\u4e00\u6bb5\u6642\u9593\u5f8c\u4ecd\u672a\u6539\u5584\uff0c\u5247\u7169\u8acb\u9023\u63a5\u5225\u7684\u7db2\u8def\u6216\u662f\u79fb\u52d5\u4f4d\u7f6e\u81f3\u6536\u8a0a\u8f03\u597d\u7684\u5730\u65b9\u518d\u6b21\u5617\u8a66\u770b\u770b\u3002","socket_disconnected":"\u7db2\u8def\u9023\u7dda\u5931\u6557\u3002\u6709\u53ef\u80fd\u76ee\u524d\u4f7f\u7528\u7684\u7db2\u8def\u8a0a\u865f\u4e0d\u7a69\u3002\u82e5\u662f\u7d93\u904e\u4e00\u6bb5\u6642\u9593\u5f8c\u4ecd\u672a\u6539\u5584\uff0c\u5247\u7169\u8acb\u9023\u63a5\u5225\u7684\u7db2\u8def\u6216\u662f\u79fb\u52d5\u4f4d\u7f6e\u81f3\u6536\u8a0a\u8f03\u597d\u7684\u5730\u65b9\u518d\u6b21\u5617\u8a66\u770b\u770b\u3002","rtm_timeout_error":"\u7db2\u8def\u9023\u7dda\u5931\u6557\u3002\u6709\u53ef\u80fd\u76ee\u524d\u4f7f\u7528\u7684\u7db2\u8def\u8a0a\u865f\u4e0d\u7a69\u3002\u82e5\u662f\u7d93\u904e\u4e00\u6bb5\u6642\u9593\u5f8c\u4ecd\u672a\u6539\u5584\uff0c\u5247\u7169\u8acb\u9023\u63a5\u5225\u7684\u7db2\u8def\u6216\u662f\u79fb\u52d5\u4f4d\u7f6e\u81f3\u6536\u8a0a\u8f03\u597d\u7684\u5730\u65b9\u518d\u6b21\u5617\u8a66\u770b\u770b\u3002","recording_suspended":"\u7db2\u8def\u9023\u7dda\u5931\u6557\u3002\u6709\u53ef\u80fd\u76ee\u524d\u4f7f\u7528\u7684\u7db2\u8def\u8a0a\u865f\u4e0d\u7a69\u3002\u82e5\u662f\u7d93\u904e\u4e00\u6bb5\u6642\u9593\u5f8c\u4ecd\u672a\u6539\u5584\uff0c\u5247\u7169\u8acb\u9023\u63a5\u5225\u7684\u7db2\u8def\u6216\u662f\u79fb\u52d5\u4f4d\u7f6e\u81f3\u6536\u8a0a\u8f03\u597d\u7684\u5730\u65b9\u518d\u6b21\u5617\u8a66\u770b\u770b\u3002","process_error":"\u8655\u7406\u5931\u6557\u3002\u7169\u8acb\u518d\u6b21\u5617\u8a66\u3002","error_code":"\u932f\u8aa4\u4ee3\u78bc","cancel_member":"\u89e3\u9664\u6703\u54e1\u8a3b\u518a","unfollow":"\u53d6\u6d88\u95dc\u6ce8","gift_list":"\u9ede\u6578\u4ea4\u63db\u798f\u5229\u7279\u5178\u4e00\u89bd","member_info":"\u6703\u54e1\u8cc7\u6599","unfollow_confirm":"\u771f\u7684\u8981\u53d6\u6d88\u8ffd\u8e64\u55ce\uff1f\u53d6\u6d88\u8ffd\u8e64\u5f8c\u4fbf\u7121\u6cd5\u95b1\u89bd\u9650\u5b9a\u5167\u5bb9\uff0c\u4e5f\u6703\u7121\u6cd5\u7d2f\u7a4dBitfan\u9ede\u6578\u3002","cannot_unfollow":"\u76ee\u524d\u70ba\u5f8c\u63f4\u6703\u6703\u54e1\u8eab\u4efd\uff0c\u6545\u7121\u6cd5\u53d6\u6d88\u8ffd\u8e64","sum":"\u5168\u90e8\u7684","year_month":"{year}\u5e74{month}\u6708","confirm_pushed_app":"Bitfan APP\u6703\u5728\u76f4\u64ad\u958b\u59cb\u6642\u986f\u793a\u901a\u77e5\u8a0a\u606f\u3002\u662f\u5426\u8a31\u53ef\uff1f","all_genre":"\u5168\u985e\u5225","all":"ALL","brand":"\u54c1\u724c\u30fb\u5546\u54c1","character":"\u89d2\u8272\u4eba\u7269","company":"\u4f01\u696d","creative":"\u85dd\u8853\u5275\u4f5c","education":"\u6559\u80b2","entertainment":"\u6f14\u85dd\u30fb\u5a1b\u6a02","food":"\u98f2\u98df","health":"\u7f8e\u5bb9\u30fb\u5065\u5eb7\u30fb\u91ab\u7642","music":"\u97f3\u6a02","performer":"\u821e\u53f0\u5287\u30fb\u8868\u6f14","sports":"\u904b\u52d5","virtual":"\u865b\u64ec(virtual)","writer":"\u4f5c\u5bb6","kpop":"\u97d3\u6d41\u30fbKpop","pet":"\u5bf5\u7269","youtuber":"YouTuber","tiktoker":"TikToker ","client_banned":"\u76f4\u64ad\u5df2\u7d50\u675f","description2_placeholder":"\u4f8b\uff09\u53c3\u8207\u6f14\u51fa\u80051 / \u53c3\u8207\u6f14\u51fa\u80052 / \u53c3\u8207\u6f14\u51fa\u80053","description3_placeholder":"\u81ea\u7531\u6587\u672c","copyright_error_duplicate":"\u586b\u5beb\u5b8c\u7562\u7684\u6578\u503c","copyright_error_multibyte":"\u8acb\u4ee5\u534a\u5f62\u82f1\u6587\u6578\u5b57\u8f38\u5165\u4f5c\u54c1code","copyright_error_invalid":"\u8acb\u8f38\u5165\u6b63\u78ba\u7684\u4f5c\u54c1code","save":"\u5132\u5b58","save_unpublished_at":"\u4fdd\u5b58\u95dc\u7ad9\u65e5\u671f","save_open":"\u516c\u958b","save_will_open":"\u9810\u5b9a\u516c\u958b\u6642\u9593","save_not_open":"\u8a2d\u5b9a\u70ba\u975e\u516c\u958b"},"th":{"test":"\u0e17\u0e14\u0e2a\u0e2d\u0e1a","session_timeout":"\u0e40\u0e0b\u0e2a\u0e0a\u0e31\u0e48\u0e19\u0e2b\u0e21\u0e14\u0e40\u0e27\u0e25\u0e32\u0e41\u0e25\u0e49\u0e27 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","network_not_available":"\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e2d\u0e34\u0e19\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e40\u0e19\u0e47\u0e15\u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","display_all":"\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","error_occurred":"\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","confirm_delete":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e08\u0e30\u0e25\u0e1a?","account_name":"\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e0d\u0e0a\u0e35","copied_clipboard":"\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e04\u0e25\u0e34\u0e1b\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e41\u0e25\u0e49\u0e27!","fail_to_upload_image":"\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e44\u0e21\u0e48\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08","invalid_image_size":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e44\u0e14\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e02\u0e19\u0e32\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e2d\u0e32\u0e08\u0e43\u0e2b\u0e0d\u0e48\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","auto_backup_alert":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e2a\u0e33\u0e23\u0e2d\u0e07\u0e44\u0e27\u0e49\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\\\\n\u0e40\u0e25\u0e37\u0e2d\u0e01OK\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e33\u0e23\u0e2d\u0e07\\\\n\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e33\u0e23\u0e2d\u0e07\\\\n\\\\n\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e33\u0e23\u0e2d\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","tip_of_this_month":"\u0e17\u0e34\u0e1b\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e19\u0e35\u0e49","tip_articles":"\u0e1a\u0e17\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e17\u0e34\u0e1b","price_unit":"\u0e40\u0e22\u0e19","count":"\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07","tip_list":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e34\u0e1b","tip_count":"\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e34\u0e1b","heart_count":"\u0e08\u0e33\u0e19\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e43\u0e08","article_count":"\u0e08\u0e33\u0e19\u0e27\u0e19\u0e1a\u0e17\u0e04\u0e27\u0e32\u0e21","fixed_total_point":"\u0e04\u0e30\u0e41\u0e19\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49","grand_total_point":"\u0e04\u0e30\u0e41\u0e19\u0e19\u0e2a\u0e30\u0e2a\u0e21\u0e23\u0e27\u0e21","not_fixed_point":"\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02","more":"\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19","no_point_on_this_month":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e04\u0e30\u0e41\u0e19\u0e19\u0e43\u0e19\u0e40\u0e14\u0e37\u0e2d\u0e19{month}\u0e1b\u0e35{year}","fail_to_register_card":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49","expired_card":"\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38","require_holder_name":"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e16\u0e37\u0e2d\u0e1a\u0e31\u0e15\u0e23","invalid_holder_name":"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e16\u0e37\u0e2d\u0e1a\u0e31\u0e15\u0e23\u0e15\u0e32\u0e21\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e32\u0e01\u0e0f\u0e1a\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","require_security_code":"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e23\u0e2b\u0e31\u0e2a\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","my_point_list":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e04\u0e30\u0e41\u0e19\u0e19","no_point":"\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e21\u0e35\u0e04\u0e30\u0e41\u0e19\u0e19\u0e40\u0e25\u0e22","fail_to_get_data":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e44\u0e14\u0e49","thank_you_for_cooperation":"\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d","report_note":"\u0e17\u0e32\u0e07 Bitfan \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e2d\u0e1a\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e08\u0e32\u0e01\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49<br>\u0e42\u0e1b\u0e23\u0e14\u0e17\u0e23\u0e32\u0e1a\u0e27\u0e48\u0e32\u0e17\u0e32\u0e07 Bitfan \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e23\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e43\u0e14\u0e46\u0e44\u0e14\u0e49","error_for_input":"\u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e1b\u0e49\u0e2d\u0e19","quantity_unit":"\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13","male":"\u0e0a\u0e32\u0e22","female":"\u0e2b\u0e0d\u0e34\u0e07","other":"\u0e2d\u0e37\u0e48\u0e19\u0e46","member":"\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e41\u0e1a\u0e1a\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e07\u0e34\u0e19","people":"\u0e04\u0e19","unknown":"\u0e44\u0e21\u0e48\u0e23\u0e39\u0e49\u0e08\u0e31\u0e01","10\'s":"\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e2d\u0e32\u0e22\u0e38 10-19 \u0e1b\u0e35","20\'s":"\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e2d\u0e32\u0e22\u0e38 20-29 \u0e1b\u0e35","30\'s":"\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e2d\u0e32\u0e22\u0e38 30-39 \u0e1b\u0e35","40\'s":"\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e2d\u0e32\u0e22\u0e38 40-49 \u0e1b\u0e35","50\'s":"\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e2d\u0e32\u0e22\u0e38 50-59 \u0e1b\u0e35","60\'s":"\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e2d\u0e32\u0e22\u0e38 60-69 \u0e1b\u0e35","card_setting":"\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19 / \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15","card_setting_title":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19","card_setting_submit":"\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15","video_uploading":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d \u0e42\u0e1b\u0e23\u0e14\u0e23\u0e2d\u0e2a\u0e31\u0e01\u0e04\u0e23\u0e39\u0e48","video_uploaded":"\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19","invalid_file":"\u0e44\u0e1f\u0e25\u0e4c\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","video_max_size":"\u0e02\u0e19\u0e32\u0e14\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e04\u0e37\u0e2d{size}MB","confirm_finish_broadcasting":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e08\u0e30\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e15\u0e23\u0e35\u0e21?","finish_broadcasting":"\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e15\u0e23\u0e35\u0e21","finish_radio_broadcasting":"\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e2a\u0e15\u0e23\u0e35\u0e21\u0e27\u0e34\u0e17\u0e22\u0e38","publishing_radio_broadcasting":"\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e15\u0e23\u0e35\u0e21\u0e27\u0e34\u0e17\u0e22\u0e38 ...","finished_broadcasting":"\u0e01\u0e32\u0e23\u0e2a\u0e15\u0e23\u0e35\u0e21\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e25\u0e07","multiple_access":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e15\u0e23\u0e35\u0e21\u0e44\u0e14\u0e49\u0e15\u0e32\u0e21\u0e1b\u0e01\u0e15\u0e34 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e2d\u0e32\u0e08\u0e21\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e42\u0e14\u0e22\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2d\u0e37\u0e48\u0e19\u0e2d\u0e22\u0e39\u0e48 \u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e14\u0e39\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","already_in_channel":"","not_supported":"","permission_denied":"","device_not_found":"","not_readable":"","rtc_login_process_error":"","rtm_login_process_error":"\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","playing_process_error":"\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e15\u0e23\u0e35\u0e21 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","leave_process_error":"\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e15\u0e23\u0e35\u0e21 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","socket_disconnected":"\u0e2d\u0e34\u0e19\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e40\u0e19\u0e47\u0e15\u0e02\u0e32\u0e14\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d","rtm_timeout_error":"","recording_suspended":"\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e44\u0e14\u0e49\u0e2b\u0e22\u0e38\u0e14\u0e25\u0e07 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","process_error":"\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e1c\u0e25\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07.","error_code":"\u0e23\u0e2b\u0e31\u0e2a\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","cancel_member":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01","unfollow":"\u0e40\u0e25\u0e34\u0e01\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21","gift_list":"\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e1e\u0e34\u0e40\u0e28\u0e29\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e41\u0e25\u0e01\u0e04\u0e30\u0e41\u0e19\u0e19","member_info":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01","unfollow_confirm":"\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e08\u0e23\u0e34\u0e07\u0e46\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48? \u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e23\u0e35\u0e22\u0e01\u0e14\u0e39\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e08\u0e33\u0e01\u0e31\u0e14\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e31\u0e1a\u0e04\u0e30\u0e41\u0e19\u0e19 Bitfan\u0e44\u0e14\u0e49","cannot_unfollow":"\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e25\u0e34\u0e01\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e44\u0e14\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e1f\u0e19\u0e04\u0e25\u0e31\u0e1a","sum":"\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","year_month":"{month}\u0e40\u0e14\u0e37\u0e2d\u0e19{year}\u0e1b\u0e35","confirm_pushed_app":"\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e41\u0e2d\u0e1e Bitfan\u0e2b\u0e32\u0e01\u0e2a\u0e15\u0e23\u0e35\u0e21\u0e40\u0e23\u0e34\u0e48\u0e21\u0e02\u0e36\u0e49\u0e19\u0e43\u0e0a\u0e48\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48","all_genre":"\u0e17\u0e38\u0e01\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17","all":"\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","brand":"\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u30fb\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c","character":"\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30","company":"\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17","creative":"\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e23\u0e23\u0e04\u0e4c","education":"\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32","entertainment":"\u0e04\u0e27\u0e32\u0e21\u0e1a\u0e31\u0e19\u0e40\u0e17\u0e34\u0e07","food":"\u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21","health":"\u0e04\u0e27\u0e32\u0e21\u0e07\u0e32\u0e21/\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e/\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c","music":"\u0e14\u0e19\u0e15\u0e23\u0e35","performer":"\u0e40\u0e27\u0e17\u0e35/\u0e1c\u0e39\u0e49\u0e41\u0e2a\u0e14\u0e07","sports":"\u0e01\u0e35\u0e2c\u0e32","virtual":"\u0e23\u0e39\u0e1b\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c","writer":"\u0e19\u0e31\u0e01\u0e40\u0e02\u0e35\u0e22\u0e19","kpop":"\u0e40\u0e17\u0e23\u0e19\u0e14\u0e4c\u0e40\u0e01\u0e32\u0e2b\u0e25\u0e35\u30fbKpop","pet":"\u0e2a\u0e31\u0e15\u0e27\u0e4c\u0e40\u0e25\u0e35\u0e49\u0e22\u0e07","youtuber":"YouTuber","tiktoker":"TikToker","client_banned":"\u0e01\u0e32\u0e23\u0e2a\u0e15\u0e23\u0e35\u0e21\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e25\u0e07","description2_placeholder":"\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07) \u0e1c\u0e39\u0e49\u0e41\u0e2a\u0e14\u0e07 1 / \u0e1c\u0e39\u0e49\u0e41\u0e2a\u0e14\u0e07 2 / \u0e1c\u0e39\u0e49\u0e41\u0e2a\u0e14\u0e07 3","description3_placeholder":"\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e34\u0e2a\u0e23\u0e30","copyright_error_duplicate":"\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e41\u0e25\u0e49\u0e27","copyright_error_multibyte":"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e23\u0e2b\u0e31\u0e2a\u0e0a\u0e34\u0e49\u0e19\u0e07\u0e32\u0e19\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e04\u0e23\u0e36\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e01\u0e27\u0e49\u0e32\u0e07","copyright_error_invalid":"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e23\u0e2b\u0e31\u0e2a\u0e0a\u0e34\u0e49\u0e19\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","save":"","save_unpublished_at":"","save_open":"","save_will_open":"","save_not_open":""}}')},53:function(e,t,n){var i,o;function r(e){return(r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(a){var s;if(void 0===(o="function"===typeof(i=a)?i.call(t,n,t,e):i)||(e.exports=o),s=!0,"object"===r(t)&&(e.exports=a(),s=!0),!s){var l=window.Cookies,c=window.Cookies=a();c.noConflict=function(){return window.Cookies=l,c}}}((function(){function e(){for(var e=0,t={};e<arguments.length;e++){var n=arguments[e];for(var i in n)t[i]=n[i]}return t}function t(e){return e.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}return function n(i){function o(){}function r(t,n,r){if("undefined"!==typeof document){"number"===typeof(r=e({path:"/"},o.defaults,r)).expires&&(r.expires=new Date(1*new Date+864e5*r.expires)),r.expires=r.expires?r.expires.toUTCString():"";try{var a=JSON.stringify(n);/^[\{\[]/.test(a)&&(n=a)}catch(c){}n=i.write?i.write(n,t):encodeURIComponent(String(n)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),t=encodeURIComponent(String(t)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var s="";for(var l in r)r[l]&&(s+="; "+l,!0!==r[l]&&(s+="="+r[l].split(";")[0]));return document.cookie=t+"="+n+s}}function a(e,n){if("undefined"!==typeof document){for(var o={},r=document.cookie?document.cookie.split("; "):[],a=0;a<r.length;a++){var s=r[a].split("="),l=s.slice(1).join("=");n||'"'!==l.charAt(0)||(l=l.slice(1,-1));try{var c=t(s[0]);if(l=(i.read||i)(l,c)||t(l),n)try{l=JSON.parse(l)}catch(u){}if(o[c]=l,e===c)break}catch(u){}}return e?o[e]:o}}return o.set=r,o.get=function(e){return a(e,!1)},o.getJSON=function(e){return a(e,!0)},o.remove=function(t,n){r(t,"",e(n,{expires:-1}))},o.defaults={},o.withConverter=n,o}((function(){}))}))},712:function(e,t,n){var i,o,r,a;function s(e){return(s="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}a=function(e,t,n){"use strict";function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function o(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function c(e){var n=this,i=!1;return t(this).one(u.TRANSITION_END,(function(){i=!0})),setTimeout((function(){i||u.triggerTransitionEnd(n)}),e),this}t=t&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t,n=n&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n;var u={TRANSITION_END:"bsTransitionEnd",getUID:function(e){do{e+=~~(1e6*Math.random())}while(document.getElementById(e));return e},getSelectorFromElement:function(e){var t=e.getAttribute("data-target");if(!t||"#"===t){var n=e.getAttribute("href");t=n&&"#"!==n?n.trim():""}try{return document.querySelector(t)?t:null}catch(i){return null}},getTransitionDurationFromElement:function(e){if(!e)return 0;var n=t(e).css("transition-duration"),i=t(e).css("transition-delay"),o=parseFloat(n),r=parseFloat(i);return o||r?(n=n.split(",")[0],i=i.split(",")[0],1e3*(parseFloat(n)+parseFloat(i))):0},reflow:function(e){return e.offsetHeight},triggerTransitionEnd:function(e){t(e).trigger("transitionend")},supportsTransitionEnd:function(){return Boolean("transitionend")},isElement:function(e){return(e[0]||e).nodeType},typeCheckConfig:function(e,t,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],r=t[i],a=r&&u.isElement(r)?"element":null===(s=r)||"undefined"===typeof s?""+s:{}.toString.call(s).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(o).test(a))throw new Error(e.toUpperCase()+': Option "'+i+'" provided type "'+a+'" but expected type "'+o+'".')}var s},findShadowRoot:function(e){if(!document.documentElement.attachShadow)return null;if("function"===typeof e.getRootNode){var t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?u.findShadowRoot(e.parentNode):null},jQueryDetection:function(){if("undefined"===typeof t)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};u.jQueryDetection(),t.fn.emulateTransitionEnd=c,t.event.special[u.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}};var d="alert",h=t.fn[d],f=function(){function e(e){this._element=e}var n=e.prototype;return n.close=function(e){var t=this._element;e&&(t=this._getRootElement(e)),this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},n.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},n._getRootElement=function(e){var n=u.getSelectorFromElement(e),i=!1;return n&&(i=document.querySelector(n)),i||(i=t(e).closest(".alert")[0]),i},n._triggerCloseEvent=function(e){var n=t.Event("close.bs.alert");return t(e).trigger(n),n},n._removeElement=function(e){var n=this;if(t(e).removeClass("show"),t(e).hasClass("fade")){var i=u.getTransitionDurationFromElement(e);t(e).one(u.TRANSITION_END,(function(t){return n._destroyElement(e,t)})).emulateTransitionEnd(i)}else this._destroyElement(e)},n._destroyElement=function(e){t(e).detach().trigger("closed.bs.alert").remove()},e._jQueryInterface=function(n){return this.each((function(){var i=t(this),o=i.data("bs.alert");o||(o=new e(this),i.data("bs.alert",o)),"close"===n&&o[n](this)}))},e._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}}]),e}();t(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',f._handleDismiss(new f)),t.fn[d]=f._jQueryInterface,t.fn[d].Constructor=f,t.fn[d].noConflict=function(){return t.fn[d]=h,f._jQueryInterface};var p=t.fn.button,m=function(){function e(e){this._element=e}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,i=t(this._element).closest('[data-toggle="buttons"]')[0];if(i){var o=this._element.querySelector('input:not([type="hidden"])');if(o){if("radio"===o.type)if(o.checked&&this._element.classList.contains("active"))e=!1;else{var r=i.querySelector(".active");r&&t(r).removeClass("active")}e&&("checkbox"!==o.type&&"radio"!==o.type||(o.checked=!this._element.classList.contains("active")),t(o).trigger("change")),o.focus(),n=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(n&&this._element.setAttribute("aria-pressed",!this._element.classList.contains("active")),e&&t(this._element).toggleClass("active"))},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each((function(){var i=t(this).data("bs.button");i||(i=new e(this),t(this).data("bs.button",i)),"toggle"===n&&i[n]()}))},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}}]),e}();t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(e){var n=e.target,i=n;if(t(n).hasClass("btn")||(n=t(n).closest(".btn")[0]),!n||n.hasAttribute("disabled")||n.classList.contains("disabled"))e.preventDefault();else{var o=n.querySelector('input:not([type="hidden"])');if(o&&(o.hasAttribute("disabled")||o.classList.contains("disabled")))return void e.preventDefault();"LABEL"===i.tagName&&o&&"checkbox"===o.type&&e.preventDefault(),m._jQueryInterface.call(t(n),"toggle")}})).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',(function(e){var n=t(e.target).closest(".btn")[0];t(n).toggleClass("focus",/^focus(in)?$/.test(e.type))})),t(window).on("load.bs.button.data-api",(function(){for(var e=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),t=0,n=e.length;t<n;t++){var i=e[t],o=i.querySelector('input:not([type="hidden"])');o.checked||o.hasAttribute("checked")?i.classList.add("active"):i.classList.remove("active")}for(var r=0,a=(e=[].slice.call(document.querySelectorAll('[data-toggle="button"]'))).length;r<a;r++){var s=e[r];"true"===s.getAttribute("aria-pressed")?s.classList.add("active"):s.classList.remove("active")}})),t.fn.button=m._jQueryInterface,t.fn.button.Constructor=m,t.fn.button.noConflict=function(){return t.fn.button=p,m._jQueryInterface};var g="carousel",v=".bs.carousel",y=t.fn[g],b={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},_={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},w={TOUCH:"touch",PEN:"pen"},k=function(){function e(e,t){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(t),this._element=e,this._indicatorsElement=this._element.querySelector(".carousel-indicators"),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var n=e.prototype;return n.next=function(){this._isSliding||this._slide("next")},n.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},n.prev=function(){this._isSliding||this._slide("prev")},n.pause=function(e){e||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(u.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},n.cycle=function(e){e||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},n.to=function(e){var n=this;this._activeElement=this._element.querySelector(".active.carousel-item");var i=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one("slid.bs.carousel",(function(){return n.to(e)}));else{if(i===e)return this.pause(),void this.cycle();var o=e>i?"next":"prev";this._slide(o,this._items[e])}},n.dispose=function(){t(this._element).off(v),t.removeData(this._element,"bs.carousel"),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},n._getConfig=function(e){return e=l(l({},b),e),u.typeCheckConfig(g,e,_),e},n._handleSwipe=function(){var e=Math.abs(this.touchDeltaX);if(!(e<=40)){var t=e/this.touchDeltaX;this.touchDeltaX=0,t>0&&this.prev(),t<0&&this.next()}},n._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on("keydown.bs.carousel",(function(t){return e._keydown(t)})),"hover"===this._config.pause&&t(this._element).on("mouseenter.bs.carousel",(function(t){return e.pause(t)})).on("mouseleave.bs.carousel",(function(t){return e.cycle(t)})),this._config.touch&&this._addTouchEventListeners()},n._addTouchEventListeners=function(){var e=this;if(this._touchSupported){var n=function(t){e._pointerEvent&&w[t.originalEvent.pointerType.toUpperCase()]?e.touchStartX=t.originalEvent.clientX:e._pointerEvent||(e.touchStartX=t.originalEvent.touches[0].clientX)},i=function(t){e._pointerEvent&&w[t.originalEvent.pointerType.toUpperCase()]&&(e.touchDeltaX=t.originalEvent.clientX-e.touchStartX),e._handleSwipe(),"hover"===e._config.pause&&(e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout((function(t){return e.cycle(t)}),500+e._config.interval))};t(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(e){return e.preventDefault()})),this._pointerEvent?(t(this._element).on("pointerdown.bs.carousel",(function(e){return n(e)})),t(this._element).on("pointerup.bs.carousel",(function(e){return i(e)})),this._element.classList.add("pointer-event")):(t(this._element).on("touchstart.bs.carousel",(function(e){return n(e)})),t(this._element).on("touchmove.bs.carousel",(function(t){return function(t){t.originalEvent.touches&&t.originalEvent.touches.length>1?e.touchDeltaX=0:e.touchDeltaX=t.originalEvent.touches[0].clientX-e.touchStartX}(t)})),t(this._element).on("touchend.bs.carousel",(function(e){return i(e)})))}},n._keydown=function(e){if(!/input|textarea/i.test(e.target.tagName))switch(e.which){case 37:e.preventDefault(),this.prev();break;case 39:e.preventDefault(),this.next()}},n._getItemIndex=function(e){return this._items=e&&e.parentNode?[].slice.call(e.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(e)},n._getItemByDirection=function(e,t){var n="next"===e,i="prev"===e,o=this._getItemIndex(t),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return t;var a=(o+("prev"===e?-1:1))%this._items.length;return-1===a?this._items[this._items.length-1]:this._items[a]},n._triggerSlideEvent=function(e,n){var i=this._getItemIndex(e),o=this._getItemIndex(this._element.querySelector(".active.carousel-item")),r=t.Event("slide.bs.carousel",{relatedTarget:e,direction:n,from:o,to:i});return t(this._element).trigger(r),r},n._setActiveIndicatorElement=function(e){if(this._indicatorsElement){var n=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));t(n).removeClass("active");var i=this._indicatorsElement.children[this._getItemIndex(e)];i&&t(i).addClass("active")}},n._slide=function(e,n){var i,o,r,a=this,s=this._element.querySelector(".active.carousel-item"),l=this._getItemIndex(s),c=n||s&&this._getItemByDirection(e,s),d=this._getItemIndex(c),h=Boolean(this._interval);if("next"===e?(i="carousel-item-left",o="carousel-item-next",r="left"):(i="carousel-item-right",o="carousel-item-prev",r="right"),c&&t(c).hasClass("active"))this._isSliding=!1;else if(!this._triggerSlideEvent(c,r).isDefaultPrevented()&&s&&c){this._isSliding=!0,h&&this.pause(),this._setActiveIndicatorElement(c);var f=t.Event("slid.bs.carousel",{relatedTarget:c,direction:r,from:l,to:d});if(t(this._element).hasClass("slide")){t(c).addClass(o),u.reflow(c),t(s).addClass(i),t(c).addClass(i);var p=parseInt(c.getAttribute("data-interval"),10);p?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=p):this._config.interval=this._config.defaultInterval||this._config.interval;var m=u.getTransitionDurationFromElement(s);t(s).one(u.TRANSITION_END,(function(){t(c).removeClass(i+" "+o).addClass("active"),t(s).removeClass("active "+o+" "+i),a._isSliding=!1,setTimeout((function(){return t(a._element).trigger(f)}),0)})).emulateTransitionEnd(m)}else t(s).removeClass("active"),t(c).addClass("active"),this._isSliding=!1,t(this._element).trigger(f);h&&this.cycle()}},e._jQueryInterface=function(n){return this.each((function(){var i=t(this).data("bs.carousel"),o=l(l({},b),t(this).data());"object"===s(n)&&(o=l(l({},o),n));var r="string"===typeof n?n:o.slide;if(i||(i=new e(this,o),t(this).data("bs.carousel",i)),"number"===typeof n)i.to(n);else if("string"===typeof r){if("undefined"===typeof i[r])throw new TypeError('No method named "'+r+'"');i[r]()}else o.interval&&o.ride&&(i.pause(),i.cycle())}))},e._dataApiClickHandler=function(n){var i=u.getSelectorFromElement(this);if(i){var o=t(i)[0];if(o&&t(o).hasClass("carousel")){var r=l(l({},t(o).data()),t(this).data()),a=this.getAttribute("data-slide-to");a&&(r.interval=!1),e._jQueryInterface.call(t(o),r),a&&t(o).data("bs.carousel").to(a),n.preventDefault()}}},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return b}}]),e}();t(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",k._dataApiClickHandler),t(window).on("load.bs.carousel.data-api",(function(){for(var e=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),n=0,i=e.length;n<i;n++){var o=t(e[n]);k._jQueryInterface.call(o,o.data())}})),t.fn[g]=k._jQueryInterface,t.fn[g].Constructor=k,t.fn[g].noConflict=function(){return t.fn[g]=y,k._jQueryInterface};var E="collapse",C=t.fn[E],S={toggle:!0,parent:""},x={toggle:"boolean",parent:"(string|element)"},T=function(){function e(e,t){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(t),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var n=[].slice.call(document.querySelectorAll('[data-toggle="collapse"]')),i=0,o=n.length;i<o;i++){var r=n[i],a=u.getSelectorFromElement(r),s=[].slice.call(document.querySelectorAll(a)).filter((function(t){return t===e}));null!==a&&s.length>0&&(this._selector=a,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var n=e.prototype;return n.toggle=function(){t(this._element).hasClass("show")?this.hide():this.show()},n.show=function(){var n,i,o=this;if(!this._isTransitioning&&!t(this._element).hasClass("show")&&(this._parent&&0===(n=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(e){return"string"===typeof o._config.parent?e.getAttribute("data-parent")===o._config.parent:e.classList.contains("collapse")}))).length&&(n=null),!(n&&(i=t(n).not(this._selector).data("bs.collapse"))&&i._isTransitioning))){var r=t.Event("show.bs.collapse");if(t(this._element).trigger(r),!r.isDefaultPrevented()){n&&(e._jQueryInterface.call(t(n).not(this._selector),"hide"),i||t(n).data("bs.collapse",null));var a=this._getDimension();t(this._element).removeClass("collapse").addClass("collapsing"),this._element.style[a]=0,this._triggerArray.length&&t(this._triggerArray).removeClass("collapsed").attr("aria-expanded",!0),this.setTransitioning(!0);var s="scroll"+(a[0].toUpperCase()+a.slice(1)),l=u.getTransitionDurationFromElement(this._element);t(this._element).one(u.TRANSITION_END,(function(){t(o._element).removeClass("collapsing").addClass("collapse show"),o._element.style[a]="",o.setTransitioning(!1),t(o._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(l),this._element.style[a]=this._element[s]+"px"}}},n.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass("show")){var n=t.Event("hide.bs.collapse");if(t(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();this._element.style[i]=this._element.getBoundingClientRect()[i]+"px",u.reflow(this._element),t(this._element).addClass("collapsing").removeClass("collapse show");var o=this._triggerArray.length;if(o>0)for(var r=0;r<o;r++){var a=this._triggerArray[r],s=u.getSelectorFromElement(a);null!==s&&(t([].slice.call(document.querySelectorAll(s))).hasClass("show")||t(a).addClass("collapsed").attr("aria-expanded",!1))}this.setTransitioning(!0),this._element.style[i]="";var l=u.getTransitionDurationFromElement(this._element);t(this._element).one(u.TRANSITION_END,(function(){e.setTransitioning(!1),t(e._element).removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")})).emulateTransitionEnd(l)}}},n.setTransitioning=function(e){this._isTransitioning=e},n.dispose=function(){t.removeData(this._element,"bs.collapse"),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},n._getConfig=function(e){return(e=l(l({},S),e)).toggle=Boolean(e.toggle),u.typeCheckConfig(E,e,x),e},n._getDimension=function(){return t(this._element).hasClass("width")?"width":"height"},n._getParent=function(){var n,i=this;u.isElement(this._config.parent)?(n=this._config.parent,"undefined"!==typeof this._config.parent.jquery&&(n=this._config.parent[0])):n=document.querySelector(this._config.parent);var o='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',r=[].slice.call(n.querySelectorAll(o));return t(r).each((function(t,n){i._addAriaAndCollapsedClass(e._getTargetFromElement(n),[n])})),n},n._addAriaAndCollapsedClass=function(e,n){var i=t(e).hasClass("show");n.length&&t(n).toggleClass("collapsed",!i).attr("aria-expanded",i)},e._getTargetFromElement=function(e){var t=u.getSelectorFromElement(e);return t?document.querySelector(t):null},e._jQueryInterface=function(n){return this.each((function(){var i=t(this),o=i.data("bs.collapse"),r=l(l(l({},S),i.data()),"object"===s(n)&&n?n:{});if(!o&&r.toggle&&"string"===typeof n&&/show|hide/.test(n)&&(r.toggle=!1),o||(o=new e(this,r),i.data("bs.collapse",o)),"string"===typeof n){if("undefined"===typeof o[n])throw new TypeError('No method named "'+n+'"');o[n]()}}))},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return S}}]),e}();t(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',(function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var n=t(this),i=u.getSelectorFromElement(this),o=[].slice.call(document.querySelectorAll(i));t(o).each((function(){var e=t(this),i=e.data("bs.collapse")?"toggle":n.data();T._jQueryInterface.call(e,i)}))})),t.fn[E]=T._jQueryInterface,t.fn[E].Constructor=T,t.fn[E].noConflict=function(){return t.fn[E]=C,T._jQueryInterface};var P="dropdown",A=t.fn[P],O=new RegExp("38|40|27"),I={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},$={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},F=function(){function e(e,t){this._element=e,this._popper=null,this._config=this._getConfig(t),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var i=e.prototype;return i.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass("disabled")){var n=t(this._menu).hasClass("show");e._clearMenus(),n||this.show(!0)}},i.show=function(i){if(void 0===i&&(i=!1),!(this._element.disabled||t(this._element).hasClass("disabled")||t(this._menu).hasClass("show"))){var o={relatedTarget:this._element},r=t.Event("show.bs.dropdown",o),a=e._getParentFromElement(this._element);if(t(a).trigger(r),!r.isDefaultPrevented()){if(!this._inNavbar&&i){if("undefined"===typeof n)throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");var s=this._element;"parent"===this._config.reference?s=a:u.isElement(this._config.reference)&&(s=this._config.reference,"undefined"!==typeof this._config.reference.jquery&&(s=this._config.reference[0])),"scrollParent"!==this._config.boundary&&t(a).addClass("position-static"),this._popper=new n(s,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===t(a).closest(".navbar-nav").length&&t(document.body).children().on("mouseover",null,t.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),t(this._menu).toggleClass("show"),t(a).toggleClass("show").trigger(t.Event("shown.bs.dropdown",o))}}},i.hide=function(){if(!this._element.disabled&&!t(this._element).hasClass("disabled")&&t(this._menu).hasClass("show")){var n={relatedTarget:this._element},i=t.Event("hide.bs.dropdown",n),o=e._getParentFromElement(this._element);t(o).trigger(i),i.isDefaultPrevented()||(this._popper&&this._popper.destroy(),t(this._menu).toggleClass("show"),t(o).toggleClass("show").trigger(t.Event("hidden.bs.dropdown",n)))}},i.dispose=function(){t.removeData(this._element,"bs.dropdown"),t(this._element).off(".bs.dropdown"),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},i.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},i._addEventListeners=function(){var e=this;t(this._element).on("click.bs.dropdown",(function(t){t.preventDefault(),t.stopPropagation(),e.toggle()}))},i._getConfig=function(e){return e=l(l(l({},this.constructor.Default),t(this._element).data()),e),u.typeCheckConfig(P,e,this.constructor.DefaultType),e},i._getMenuElement=function(){if(!this._menu){var t=e._getParentFromElement(this._element);t&&(this._menu=t.querySelector(".dropdown-menu"))}return this._menu},i._getPlacement=function(){var e=t(this._element.parentNode),n="bottom-start";return e.hasClass("dropup")?n=t(this._menu).hasClass("dropdown-menu-right")?"top-end":"top-start":e.hasClass("dropright")?n="right-start":e.hasClass("dropleft")?n="left-start":t(this._menu).hasClass("dropdown-menu-right")&&(n="bottom-end"),n},i._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},i._getOffset=function(){var e=this,t={};return"function"===typeof this._config.offset?t.fn=function(t){return t.offsets=l(l({},t.offsets),e._config.offset(t.offsets,e._element)||{}),t}:t.offset=this._config.offset,t},i._getPopperConfig=function(){var e={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(e.modifiers.applyStyle={enabled:!1}),l(l({},e),this._config.popperConfig)},e._jQueryInterface=function(n){return this.each((function(){var i=t(this).data("bs.dropdown"),o="object"===s(n)?n:null;if(i||(i=new e(this,o),t(this).data("bs.dropdown",i)),"string"===typeof n){if("undefined"===typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}}))},e._clearMenus=function(n){if(!n||3!==n.which&&("keyup"!==n.type||9===n.which))for(var i=[].slice.call(document.querySelectorAll('[data-toggle="dropdown"]')),o=0,r=i.length;o<r;o++){var a=e._getParentFromElement(i[o]),s=t(i[o]).data("bs.dropdown"),l={relatedTarget:i[o]};if(n&&"click"===n.type&&(l.clickEvent=n),s){var c=s._menu;if(t(a).hasClass("show")&&!(n&&("click"===n.type&&/input|textarea/i.test(n.target.tagName)||"keyup"===n.type&&9===n.which)&&t.contains(a,n.target))){var u=t.Event("hide.bs.dropdown",l);t(a).trigger(u),u.isDefaultPrevented()||("ontouchstart"in document.documentElement&&t(document.body).children().off("mouseover",null,t.noop),i[o].setAttribute("aria-expanded","false"),s._popper&&s._popper.destroy(),t(c).removeClass("show"),t(a).removeClass("show").trigger(t.Event("hidden.bs.dropdown",l)))}}}},e._getParentFromElement=function(e){var t,n=u.getSelectorFromElement(e);return n&&(t=document.querySelector(n)),t||e.parentNode},e._dataApiKeydownHandler=function(n){if(!(/input|textarea/i.test(n.target.tagName)?32===n.which||27!==n.which&&(40!==n.which&&38!==n.which||t(n.target).closest(".dropdown-menu").length):!O.test(n.which))&&!this.disabled&&!t(this).hasClass("disabled")){var i=e._getParentFromElement(this),o=t(i).hasClass("show");if(o||27!==n.which){if(n.preventDefault(),n.stopPropagation(),!o||o&&(27===n.which||32===n.which))return 27===n.which&&t(i.querySelector('[data-toggle="dropdown"]')).trigger("focus"),void t(this).trigger("click");var r=[].slice.call(i.querySelectorAll(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)")).filter((function(e){return t(e).is(":visible")}));if(0!==r.length){var a=r.indexOf(n.target);38===n.which&&a>0&&a--,40===n.which&&a<r.length-1&&a++,a<0&&(a=0),r[a].focus()}}}},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return I}},{key:"DefaultType",get:function(){return $}}]),e}();t(document).on("keydown.bs.dropdown.data-api",'[data-toggle="dropdown"]',F._dataApiKeydownHandler).on("keydown.bs.dropdown.data-api",".dropdown-menu",F._dataApiKeydownHandler).on("click.bs.dropdown.data-api keyup.bs.dropdown.data-api",F._clearMenus).on("click.bs.dropdown.data-api",'[data-toggle="dropdown"]',(function(e){e.preventDefault(),e.stopPropagation(),F._jQueryInterface.call(t(this),"toggle")})).on("click.bs.dropdown.data-api",".dropdown form",(function(e){e.stopPropagation()})),t.fn[P]=F._jQueryInterface,t.fn[P].Constructor=F,t.fn[P].noConflict=function(){return t.fn[P]=A,F._jQueryInterface};var D=t.fn.modal,j={backdrop:!0,keyboard:!0,focus:!0,show:!0},N={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},M=function(){function e(e,t){this._config=this._getConfig(t),this._element=e,this._dialog=e.querySelector(".modal-dialog"),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var n=e.prototype;return n.toggle=function(e){return this._isShown?this.hide():this.show(e)},n.show=function(e){var n=this;if(!this._isShown&&!this._isTransitioning){t(this._element).hasClass("fade")&&(this._isTransitioning=!0);var i=t.Event("show.bs.modal",{relatedTarget:e});t(this._element).trigger(i),this._isShown||i.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),t(this._element).on("click.dismiss.bs.modal",'[data-dismiss="modal"]',(function(e){return n.hide(e)})),t(this._dialog).on("mousedown.dismiss.bs.modal",(function(){t(n._element).one("mouseup.dismiss.bs.modal",(function(e){t(e.target).is(n._element)&&(n._ignoreBackdropClick=!0)}))})),this._showBackdrop((function(){return n._showElement(e)})))}},n.hide=function(e){var n=this;if(e&&e.preventDefault(),this._isShown&&!this._isTransitioning){var i=t.Event("hide.bs.modal");if(t(this._element).trigger(i),this._isShown&&!i.isDefaultPrevented()){this._isShown=!1;var o=t(this._element).hasClass("fade");if(o&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),t(document).off("focusin.bs.modal"),t(this._element).removeClass("show"),t(this._element).off("click.dismiss.bs.modal"),t(this._dialog).off("mousedown.dismiss.bs.modal"),o){var r=u.getTransitionDurationFromElement(this._element);t(this._element).one(u.TRANSITION_END,(function(e){return n._hideModal(e)})).emulateTransitionEnd(r)}else this._hideModal()}}},n.dispose=function(){[window,this._element,this._dialog].forEach((function(e){return t(e).off(".bs.modal")})),t(document).off("focusin.bs.modal"),t.removeData(this._element,"bs.modal"),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},n.handleUpdate=function(){this._adjustDialog()},n._getConfig=function(e){return e=l(l({},j),e),u.typeCheckConfig("modal",e,N),e},n._triggerBackdropTransition=function(){var e=this;if("static"===this._config.backdrop){var n=t.Event("hidePrevented.bs.modal");if(t(this._element).trigger(n),n.defaultPrevented)return;this._element.classList.add("modal-static");var i=u.getTransitionDurationFromElement(this._element);t(this._element).one(u.TRANSITION_END,(function(){e._element.classList.remove("modal-static")})).emulateTransitionEnd(i),this._element.focus()}else this.hide()},n._showElement=function(e){var n=this,i=t(this._element).hasClass("fade"),o=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),t(this._dialog).hasClass("modal-dialog-scrollable")&&o?o.scrollTop=0:this._element.scrollTop=0,i&&u.reflow(this._element),t(this._element).addClass("show"),this._config.focus&&this._enforceFocus();var r=t.Event("shown.bs.modal",{relatedTarget:e}),a=function(){n._config.focus&&n._element.focus(),n._isTransitioning=!1,t(n._element).trigger(r)};if(i){var s=u.getTransitionDurationFromElement(this._dialog);t(this._dialog).one(u.TRANSITION_END,a).emulateTransitionEnd(s)}else a()},n._enforceFocus=function(){var e=this;t(document).off("focusin.bs.modal").on("focusin.bs.modal",(function(n){document!==n.target&&e._element!==n.target&&0===t(e._element).has(n.target).length&&e._element.focus()}))},n._setEscapeEvent=function(){var e=this;this._isShown?t(this._element).on("keydown.dismiss.bs.modal",(function(t){e._config.keyboard&&27===t.which?(t.preventDefault(),e.hide()):e._config.keyboard||27!==t.which||e._triggerBackdropTransition()})):this._isShown||t(this._element).off("keydown.dismiss.bs.modal")},n._setResizeEvent=function(){var e=this;this._isShown?t(window).on("resize.bs.modal",(function(t){return e.handleUpdate(t)})):t(window).off("resize.bs.modal")},n._hideModal=function(){var e=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._isTransitioning=!1,this._showBackdrop((function(){t(document.body).removeClass("modal-open"),e._resetAdjustments(),e._resetScrollbar(),t(e._element).trigger("hidden.bs.modal")}))},n._removeBackdrop=function(){this._backdrop&&(t(this._backdrop).remove(),this._backdrop=null)},n._showBackdrop=function(e){var n=this,i=t(this._element).hasClass("fade")?"fade":"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",i&&this._backdrop.classList.add(i),t(this._backdrop).appendTo(document.body),t(this._element).on("click.dismiss.bs.modal",(function(e){n._ignoreBackdropClick?n._ignoreBackdropClick=!1:e.target===e.currentTarget&&n._triggerBackdropTransition()})),i&&u.reflow(this._backdrop),t(this._backdrop).addClass("show"),!e)return;if(!i)return void e();var o=u.getTransitionDurationFromElement(this._backdrop);t(this._backdrop).one(u.TRANSITION_END,e).emulateTransitionEnd(o)}else if(!this._isShown&&this._backdrop){t(this._backdrop).removeClass("show");var r=function(){n._removeBackdrop(),e&&e()};if(t(this._element).hasClass("fade")){var a=u.getTransitionDurationFromElement(this._backdrop);t(this._backdrop).one(u.TRANSITION_END,r).emulateTransitionEnd(a)}else r()}else e&&e()},n._adjustDialog=function(){var e=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},n._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},n._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(e.left+e.right)<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},n._setScrollbar=function(){var e=this;if(this._isBodyOverflowing){var n=[].slice.call(document.querySelectorAll(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top")),i=[].slice.call(document.querySelectorAll(".sticky-top"));t(n).each((function(n,i){var o=i.style.paddingRight,r=t(i).css("padding-right");t(i).data("padding-right",o).css("padding-right",parseFloat(r)+e._scrollbarWidth+"px")})),t(i).each((function(n,i){var o=i.style.marginRight,r=t(i).css("margin-right");t(i).data("margin-right",o).css("margin-right",parseFloat(r)-e._scrollbarWidth+"px")}));var o=document.body.style.paddingRight,r=t(document.body).css("padding-right");t(document.body).data("padding-right",o).css("padding-right",parseFloat(r)+this._scrollbarWidth+"px")}t(document.body).addClass("modal-open")},n._resetScrollbar=function(){var e=[].slice.call(document.querySelectorAll(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top"));t(e).each((function(e,n){var i=t(n).data("padding-right");t(n).removeData("padding-right"),n.style.paddingRight=i||""}));var n=[].slice.call(document.querySelectorAll(".sticky-top"));t(n).each((function(e,n){var i=t(n).data("margin-right");"undefined"!==typeof i&&t(n).css("margin-right",i).removeData("margin-right")}));var i=t(document.body).data("padding-right");t(document.body).removeData("padding-right"),document.body.style.paddingRight=i||""},n._getScrollbarWidth=function(){var e=document.createElement("div");e.className="modal-scrollbar-measure",document.body.appendChild(e);var t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t},e._jQueryInterface=function(n,i){return this.each((function(){var o=t(this).data("bs.modal"),r=l(l(l({},j),t(this).data()),"object"===s(n)&&n?n:{});if(o||(o=new e(this,r),t(this).data("bs.modal",o)),"string"===typeof n){if("undefined"===typeof o[n])throw new TypeError('No method named "'+n+'"');o[n](i)}else r.show&&o.show(i)}))},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return j}}]),e}();t(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',(function(e){var n,i=this,o=u.getSelectorFromElement(this);o&&(n=document.querySelector(o));var r=t(n).data("bs.modal")?"toggle":l(l({},t(n).data()),t(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||e.preventDefault();var a=t(n).one("show.bs.modal",(function(e){e.isDefaultPrevented()||a.one("hidden.bs.modal",(function(){t(i).is(":visible")&&i.focus()}))}));M._jQueryInterface.call(t(n),r,this)})),t.fn.modal=M._jQueryInterface,t.fn.modal.Constructor=M,t.fn.modal.noConflict=function(){return t.fn.modal=D,M._jQueryInterface};var V=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],R={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},L=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/gi,H=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function q(e,t,n){if(0===e.length)return e;if(n&&"function"===typeof n)return n(e);for(var i=(new window.DOMParser).parseFromString(e,"text/html"),o=Object.keys(t),r=[].slice.call(i.body.querySelectorAll("*")),a=function(e,n){var i=r[e],a=i.nodeName.toLowerCase();if(-1===o.indexOf(i.nodeName.toLowerCase()))return i.parentNode.removeChild(i),"continue";var s=[].slice.call(i.attributes),l=[].concat(t["*"]||[],t[a]||[]);s.forEach((function(e){(function(e,t){var n=e.nodeName.toLowerCase();if(-1!==t.indexOf(n))return-1===V.indexOf(n)||Boolean(e.nodeValue.match(L)||e.nodeValue.match(H));for(var i=t.filter((function(e){return e instanceof RegExp})),o=0,r=i.length;o<r;o++)if(n.match(i[o]))return!0;return!1})(e,l)||i.removeAttribute(e.nodeName)}))},s=0,l=r.length;s<l;s++)a(s);return i.body.innerHTML}var B="tooltip",z=t.fn[B],W=new RegExp("(^|\\s)bs-tooltip\\S+","g"),U=["sanitize","whiteList","sanitizeFn"],Y={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},Q={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},X={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:R,popperConfig:null},G={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},K=function(){function e(e,t){if("undefined"===typeof n)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var i=e.prototype;return i.enable=function(){this._isEnabled=!0},i.disable=function(){this._isEnabled=!1},i.toggleEnabled=function(){this._isEnabled=!this._isEnabled},i.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,i=t(e.currentTarget).data(n);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},i.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},i.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var i=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(i);var o=u.findShadowRoot(this.element),r=t.contains(null!==o?o:this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!r)return;var a=this.getTipElement(),s=u.getUID(this.constructor.NAME);a.setAttribute("id",s),this.element.setAttribute("aria-describedby",s),this.setContent(),this.config.animation&&t(a).addClass("fade");var l="function"===typeof this.config.placement?this.config.placement.call(this,a,this.element):this.config.placement,c=this._getAttachment(l);this.addAttachmentClass(c);var d=this._getContainer();t(a).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(a).appendTo(d),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,a,this._getPopperConfig(c)),t(a).addClass("show"),"ontouchstart"in document.documentElement&&t(document.body).children().on("mouseover",null,t.noop);var h=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),"out"===n&&e._leave(null,e)};if(t(this.tip).hasClass("fade")){var f=u.getTransitionDurationFromElement(this.tip);t(this.tip).one(u.TRANSITION_END,h).emulateTransitionEnd(f)}else h()}},i.hide=function(e){var n=this,i=this.getTipElement(),o=t.Event(this.constructor.Event.HIDE),r=function(){"show"!==n._hoverState&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};if(t(this.element).trigger(o),!o.isDefaultPrevented()){if(t(i).removeClass("show"),"ontouchstart"in document.documentElement&&t(document.body).children().off("mouseover",null,t.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,t(this.tip).hasClass("fade")){var a=u.getTransitionDurationFromElement(i);t(i).one(u.TRANSITION_END,r).emulateTransitionEnd(a)}else r();this._hoverState=""}},i.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},i.isWithContent=function(){return Boolean(this.getTitle())},i.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},i.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},i.setContent=function(){var e=this.getTipElement();this.setElementContent(t(e.querySelectorAll(".tooltip-inner")),this.getTitle()),t(e).removeClass("fade show")},i.setElementContent=function(e,n){"object"!==s(n)||!n.nodeType&&!n.jquery?this.config.html?(this.config.sanitize&&(n=q(n,this.config.whiteList,this.config.sanitizeFn)),e.html(n)):e.text(n):this.config.html?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text())},i.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"===typeof this.config.title?this.config.title.call(this.element):this.config.title),e},i._getPopperConfig=function(e){var t=this;return l(l({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}}),this.config.popperConfig)},i._getOffset=function(){var e=this,t={};return"function"===typeof this.config.offset?t.fn=function(t){return t.offsets=l(l({},t.offsets),e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},i._getContainer=function(){return!1===this.config.container?document.body:u.isElement(this.config.container)?t(this.config.container):t(document).find(this.config.container)},i._getAttachment=function(e){return Q[e.toUpperCase()]},i._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach((function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,(function(t){return e.toggle(t)}));else if("manual"!==n){var i="hover"===n?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,o="hover"===n?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(i,e.config.selector,(function(t){return e._enter(t)})).on(o,e.config.selector,(function(t){return e._leave(t)}))}})),this._hideModalHandler=function(){e.element&&e.hide()},t(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l(l({},this.config),{},{trigger:"manual",selector:""}):this._fixTitle()},i._fixTitle=function(){var e=s(this.element.getAttribute("data-original-title"));(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},i._enter=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusin"===e.type?"focus":"hover"]=!0),t(n.getTipElement()).hasClass("show")||"show"===n._hoverState?n._hoverState="show":(clearTimeout(n._timeout),n._hoverState="show",n.config.delay&&n.config.delay.show?n._timeout=setTimeout((function(){"show"===n._hoverState&&n.show()}),n.config.delay.show):n.show())},i._leave=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusout"===e.type?"focus":"hover"]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState="out",n.config.delay&&n.config.delay.hide?n._timeout=setTimeout((function(){"out"===n._hoverState&&n.hide()}),n.config.delay.hide):n.hide())},i._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},i._getConfig=function(e){var n=t(this.element).data();return Object.keys(n).forEach((function(e){-1!==U.indexOf(e)&&delete n[e]})),"number"===typeof(e=l(l(l({},this.constructor.Default),n),"object"===s(e)&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"===typeof e.title&&(e.title=e.title.toString()),"number"===typeof e.content&&(e.content=e.content.toString()),u.typeCheckConfig(B,e,this.constructor.DefaultType),e.sanitize&&(e.template=q(e.template,e.whiteList,e.sanitizeFn)),e},i._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},i._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(W);null!==n&&n.length&&e.removeClass(n.join(""))},i._handlePopperPlacementChange=function(e){this.tip=e.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},i._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},e._jQueryInterface=function(n){return this.each((function(){var i=t(this).data("bs.tooltip"),o="object"===s(n)&&n;if((i||!/dispose|hide/.test(n))&&(i||(i=new e(this,o),t(this).data("bs.tooltip",i)),"string"===typeof n)){if("undefined"===typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}}))},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return X}},{key:"NAME",get:function(){return B}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return G}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return Y}}]),e}();t.fn[B]=K._jQueryInterface,t.fn[B].Constructor=K,t.fn[B].noConflict=function(){return t.fn[B]=z,K._jQueryInterface};var Z="popover",J=t.fn[Z],ee=new RegExp("(^|\\s)bs-popover\\S+","g"),te=l(l({},K.Default),{},{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),ne=l(l({},K.DefaultType),{},{content:"(string|element|function)"}),ie={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},oe=function(e){var n,i;function r(){return e.apply(this,arguments)||this}i=e,(n=r).prototype=Object.create(i.prototype),n.prototype.constructor=n,n.__proto__=i;var a=r.prototype;return a.isWithContent=function(){return this.getTitle()||this._getContent()},a.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},a.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},a.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(".popover-header"),this.getTitle());var n=this._getContent();"function"===typeof n&&(n=n.call(this.element)),this.setElementContent(e.find(".popover-body"),n),e.removeClass("fade show")},a._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},a._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(ee);null!==n&&n.length>0&&e.removeClass(n.join(""))},r._jQueryInterface=function(e){return this.each((function(){var n=t(this).data("bs.popover"),i="object"===s(e)?e:null;if((n||!/dispose|hide/.test(e))&&(n||(n=new r(this,i),t(this).data("bs.popover",n)),"string"===typeof e)){if("undefined"===typeof n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},o(r,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return te}},{key:"NAME",get:function(){return Z}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return ie}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return ne}}]),r}(K);t.fn[Z]=oe._jQueryInterface,t.fn[Z].Constructor=oe,t.fn[Z].noConflict=function(){return t.fn[Z]=J,oe._jQueryInterface};var re="scrollspy",ae=t.fn[re],se={offset:10,method:"auto",target:""},le={offset:"number",method:"string",target:"(string|element)"},ce=function(){function e(e,n){var i=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on("scroll.bs.scrollspy",(function(e){return i._process(e)})),this.refresh(),this._process()}var n=e.prototype;return n.refresh=function(){var e=this,n=this._scrollElement===this._scrollElement.window?"offset":"position",i="auto"===this._config.method?n:this._config.method,o="position"===i?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(e){var n,r=u.getSelectorFromElement(e);if(r&&(n=document.querySelector(r)),n){var a=n.getBoundingClientRect();if(a.width||a.height)return[t(n)[i]().top+o,r]}return null})).filter((function(e){return e})).sort((function(e,t){return e[0]-t[0]})).forEach((function(t){e._offsets.push(t[0]),e._targets.push(t[1])}))},n.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},n._getConfig=function(e){if("string"!==typeof(e=l(l({},se),"object"===s(e)&&e?e:{})).target&&u.isElement(e.target)){var n=t(e.target).attr("id");n||(n=u.getUID(re),t(e.target).attr("id",n)),e.target="#"+n}return u.typeCheckConfig(re,e,le),e},n._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},n._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},n._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},n._process=function(){var e=this._getScrollTop()+this._config.offset,t=this._getScrollHeight(),n=this._config.offset+t-this._getOffsetHeight();if(this._scrollHeight!==t&&this.refresh(),e>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&e<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;)this._activeTarget!==this._targets[o]&&e>=this._offsets[o]&&("undefined"===typeof this._offsets[o+1]||e<this._offsets[o+1])&&this._activate(this._targets[o])}},n._activate=function(e){this._activeTarget=e,this._clear();var n=this._selector.split(",").map((function(t){return t+'[data-target="'+e+'"],'+t+'[href="'+e+'"]'})),i=t([].slice.call(document.querySelectorAll(n.join(","))));i.hasClass("dropdown-item")?(i.closest(".dropdown").find(".dropdown-toggle").addClass("active"),i.addClass("active")):(i.addClass("active"),i.parents(".nav, .list-group").prev(".nav-link, .list-group-item").addClass("active"),i.parents(".nav, .list-group").prev(".nav-item").children(".nav-link").addClass("active")),t(this._scrollElement).trigger("activate.bs.scrollspy",{relatedTarget:e})},n._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter((function(e){return e.classList.contains("active")})).forEach((function(e){return e.classList.remove("active")}))},e._jQueryInterface=function(n){return this.each((function(){var i=t(this).data("bs.scrollspy"),o="object"===s(n)&&n;if(i||(i=new e(this,o),t(this).data("bs.scrollspy",i)),"string"===typeof n){if("undefined"===typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}}))},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return se}}]),e}();t(window).on("load.bs.scrollspy.data-api",(function(){for(var e=[].slice.call(document.querySelectorAll('[data-spy="scroll"]')),n=e.length;n--;){var i=t(e[n]);ce._jQueryInterface.call(i,i.data())}})),t.fn[re]=ce._jQueryInterface,t.fn[re].Constructor=ce,t.fn[re].noConflict=function(){return t.fn[re]=ae,ce._jQueryInterface};var ue=t.fn.tab,de=function(){function e(e){this._element=e}var n=e.prototype;return n.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass("active")||t(this._element).hasClass("disabled"))){var n,i,o=t(this._element).closest(".nav, .list-group")[0],r=u.getSelectorFromElement(this._element);if(o){var a="UL"===o.nodeName||"OL"===o.nodeName?"> li > .active":".active";i=(i=t.makeArray(t(o).find(a)))[i.length-1]}var s=t.Event("hide.bs.tab",{relatedTarget:this._element}),l=t.Event("show.bs.tab",{relatedTarget:i});if(i&&t(i).trigger(s),t(this._element).trigger(l),!l.isDefaultPrevented()&&!s.isDefaultPrevented()){r&&(n=document.querySelector(r)),this._activate(this._element,o);var c=function(){var n=t.Event("hidden.bs.tab",{relatedTarget:e._element}),o=t.Event("shown.bs.tab",{relatedTarget:i});t(i).trigger(n),t(e._element).trigger(o)};n?this._activate(n,n.parentNode,c):c()}}},n.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},n._activate=function(e,n,i){var o=this,r=(!n||"UL"!==n.nodeName&&"OL"!==n.nodeName?t(n).children(".active"):t(n).find("> li > .active"))[0],a=i&&r&&t(r).hasClass("fade"),s=function(){return o._transitionComplete(e,r,i)};if(r&&a){var l=u.getTransitionDurationFromElement(r);t(r).removeClass("show").one(u.TRANSITION_END,s).emulateTransitionEnd(l)}else s()},n._transitionComplete=function(e,n,i){if(n){t(n).removeClass("active");var o=t(n.parentNode).find("> .dropdown-menu .active")[0];o&&t(o).removeClass("active"),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),u.reflow(e),e.classList.contains("fade")&&e.classList.add("show"),e.parentNode&&t(e.parentNode).hasClass("dropdown-menu")){var r=t(e).closest(".dropdown")[0];if(r){var a=[].slice.call(r.querySelectorAll(".dropdown-toggle"));t(a).addClass("active")}e.setAttribute("aria-expanded",!0)}i&&i()},e._jQueryInterface=function(n){return this.each((function(){var i=t(this),o=i.data("bs.tab");if(o||(o=new e(this),i.data("bs.tab",o)),"string"===typeof n){if("undefined"===typeof o[n])throw new TypeError('No method named "'+n+'"');o[n]()}}))},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}}]),e}();t(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(e){e.preventDefault(),de._jQueryInterface.call(t(this),"show")})),t.fn.tab=de._jQueryInterface,t.fn.tab.Constructor=de,t.fn.tab.noConflict=function(){return t.fn.tab=ue,de._jQueryInterface};var he=t.fn.toast,fe={animation:"boolean",autohide:"boolean",delay:"number"},pe={animation:!0,autohide:!0,delay:500},me=function(){function e(e,t){this._element=e,this._config=this._getConfig(t),this._timeout=null,this._setListeners()}var n=e.prototype;return n.show=function(){var e=this,n=t.Event("show.bs.toast");if(t(this._element).trigger(n),!n.isDefaultPrevented()){this._config.animation&&this._element.classList.add("fade");var i=function(){e._element.classList.remove("showing"),e._element.classList.add("show"),t(e._element).trigger("shown.bs.toast"),e._config.autohide&&(e._timeout=setTimeout((function(){e.hide()}),e._config.delay))};if(this._element.classList.remove("hide"),u.reflow(this._element),this._element.classList.add("showing"),this._config.animation){var o=u.getTransitionDurationFromElement(this._element);t(this._element).one(u.TRANSITION_END,i).emulateTransitionEnd(o)}else i()}},n.hide=function(){if(this._element.classList.contains("show")){var e=t.Event("hide.bs.toast");t(this._element).trigger(e),e.isDefaultPrevented()||this._close()}},n.dispose=function(){clearTimeout(this._timeout),this._timeout=null,this._element.classList.contains("show")&&this._element.classList.remove("show"),t(this._element).off("click.dismiss.bs.toast"),t.removeData(this._element,"bs.toast"),this._element=null,this._config=null},n._getConfig=function(e){return e=l(l(l({},pe),t(this._element).data()),"object"===s(e)&&e?e:{}),u.typeCheckConfig("toast",e,this.constructor.DefaultType),e},n._setListeners=function(){var e=this;t(this._element).on("click.dismiss.bs.toast",'[data-dismiss="toast"]',(function(){return e.hide()}))},n._close=function(){var e=this,n=function(){e._element.classList.add("hide"),t(e._element).trigger("hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var i=u.getTransitionDurationFromElement(this._element);t(this._element).one(u.TRANSITION_END,n).emulateTransitionEnd(i)}else n()},e._jQueryInterface=function(n){return this.each((function(){var i=t(this),o=i.data("bs.toast"),r="object"===s(n)&&n;if(o||(o=new e(this,r),i.data("bs.toast",o)),"string"===typeof n){if("undefined"===typeof o[n])throw new TypeError('No method named "'+n+'"');o[n](this)}}))},o(e,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"DefaultType",get:function(){return fe}},{key:"Default",get:function(){return pe}}]),e}();t.fn.toast=me._jQueryInterface,t.fn.toast.Constructor=me,t.fn.toast.noConflict=function(){return t.fn.toast=he,me._jQueryInterface},e.Alert=f,e.Button=m,e.Carousel=k,e.Collapse=T,e.Dropdown=F,e.Modal=M,e.Popover=oe,e.Scrollspy=ce,e.Tab=de,e.Toast=me,e.Tooltip=K,e.Util=u,Object.defineProperty(e,"__esModule",{value:!0})},"object"===s(t)&&"undefined"!==typeof e?a(t,n(6),n(263)):(o=[t,n(6),n(263)],void 0===(r="function"===typeof(i=a)?i.apply(t,o):i)||(e.exports=r))},781:function(e,t,n){"use strict";(function(e){function n(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var i=function(){function t(n){var i=this,o=n.el;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=e(o),this.$bg=this.$el.find(".p-modal__bg"),this.$content=this.$el.find(".p-modal__content"),this.$close=this.$el.find(".p-modal__close, .js-close"),this.$close.on("click",(function(){return i.close()})),this.$bg.on("click",(function(){return i.close()})),e("body").on("click",'.js-modal[data-modal="'.concat(this.$el.data("modal"),'"]'),(function(e){return i.open(e)}))}var i,o,r;return i=t,(o=[{key:"open",value:function(e){var t=this;e&&e.preventDefault(),this.fixed(),this.$el.fadeIn((function(){t.$content.addClass("is-open")}))}},{key:"close",value:function(){this.release(),this.$content.removeClass("is-open"),this.$el.fadeOut()}},{key:"fixed",value:function(){this.scrollY=e(window).scrollTop(),e("body").css({position:"fixed",width:"100%",top:-1*this.scrollY})}},{key:"release",value:function(){e("body").css({position:"relative",width:"",top:""}),e(window).scrollTop(this.scrollY)}}])&&n(i.prototype,o),r&&n(i,r),t}();t.a=i}).call(this,n(6))},835:function(e,t,n){(function(e){var n,i,o,r;function a(e){return(a="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}r=function(){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={exports:{},id:i,loaded:!1};return e[i].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){"use strict";var i=n(1).isInBrowser,o=new(n(2))(i?document.body:null);o.setStateFromDOM(null),o.listenToDOM(),i&&(window.scrollMonitor=o),e.exports=o},function(e,t){"use strict";t.VISIBILITYCHANGE="visibilityChange",t.ENTERVIEWPORT="enterViewport",t.FULLYENTERVIEWPORT="fullyEnterViewport",t.EXITVIEWPORT="exitViewport",t.PARTIALLYEXITVIEWPORT="partiallyExitViewport",t.LOCATIONCHANGE="locationChange",t.STATECHANGE="stateChange",t.eventTypes=[t.VISIBILITYCHANGE,t.ENTERVIEWPORT,t.FULLYENTERVIEWPORT,t.EXITVIEWPORT,t.PARTIALLYEXITVIEWPORT,t.LOCATIONCHANGE,t.STATECHANGE],t.isOnServer="undefined"==typeof window,t.isInBrowser=!t.isOnServer,t.defaultOffsets={top:0,bottom:0}},function(e,t,n){"use strict";function i(e){return s?0:e===document.body?window.innerHeight||document.documentElement.clientHeight:e.clientHeight}function o(e){return s?0:e===document.body?Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.documentElement.clientHeight):e.scrollHeight}function r(e){return s?0:e===document.body?window.pageYOffset||document.documentElement&&document.documentElement.scrollTop||document.body.scrollTop:e.scrollTop}var a=n(1),s=a.isOnServer,l=a.isInBrowser,c=a.eventTypes,u=n(3),d=!1;if(l)try{var h=Object.defineProperty({},"passive",{get:function(){d=!0}});window.addEventListener("test",null,h)}catch(e){}var f=!!d&&{capture:!1,passive:!0},p=function(){function e(t,n){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e);var a,s,l,u=this;this.item=t,this.watchers=[],this.viewportTop=null,this.viewportBottom=null,this.documentHeight=o(t),this.viewportHeight=i(t),this.DOMListener=function(){e.prototype.DOMListener.apply(u,arguments)},this.eventTypes=c,n&&(this.containerWatcher=n.create(t)),this.update=function(){(function(){if(u.viewportTop=r(t),u.viewportBottom=u.viewportTop+u.viewportHeight,u.documentHeight=o(t),u.documentHeight!==a){for(s=u.watchers.length;s--;)u.watchers[s].recalculateLocation();a=u.documentHeight}})(),function(){for(l=u.watchers.length;l--;)u.watchers[l].update();for(l=u.watchers.length;l--;)u.watchers[l].triggerCallbacks()}()},this.recalculateLocations=function(){this.documentHeight=0,this.update()}}return e.prototype.listenToDOM=function(){l&&(window.addEventListener?(this.item===document.body?window.addEventListener("scroll",this.DOMListener,f):this.item.addEventListener("scroll",this.DOMListener,f),window.addEventListener("resize",this.DOMListener)):(this.item===document.body?window.attachEvent("onscroll",this.DOMListener):this.item.attachEvent("onscroll",this.DOMListener),window.attachEvent("onresize",this.DOMListener)),this.destroy=function(){window.addEventListener?(this.item===document.body?(window.removeEventListener("scroll",this.DOMListener,f),this.containerWatcher.destroy()):this.item.removeEventListener("scroll",this.DOMListener,f),window.removeEventListener("resize",this.DOMListener)):(this.item===document.body?(window.detachEvent("onscroll",this.DOMListener),this.containerWatcher.destroy()):this.item.detachEvent("onscroll",this.DOMListener),window.detachEvent("onresize",this.DOMListener))})},e.prototype.destroy=function(){},e.prototype.DOMListener=function(e){this.setStateFromDOM(e)},e.prototype.setStateFromDOM=function(e){var t=r(this.item),n=i(this.item),a=o(this.item);this.setState(t,n,a,e)},e.prototype.setState=function(e,t,n,i){var o=t!==this.viewportHeight||n!==this.contentHeight;if(this.latestEvent=i,this.viewportTop=e,this.viewportHeight=t,this.viewportBottom=e+t,this.contentHeight=n,o)for(var r=this.watchers.length;r--;)this.watchers[r].recalculateLocation();this.updateAndTriggerWatchers(i)},e.prototype.updateAndTriggerWatchers=function(e){for(var t=this.watchers.length;t--;)this.watchers[t].update();for(t=this.watchers.length;t--;)this.watchers[t].triggerCallbacks(e)},e.prototype.createCustomContainer=function(){return new e},e.prototype.createContainer=function(t){"string"==typeof t?t=document.querySelector(t):t&&t.length>0&&(t=t[0]);var n=new e(t,this);return n.setStateFromDOM(),n.listenToDOM(),n},e.prototype.create=function(e,t){"string"==typeof e?e=document.querySelector(e):e&&e.length>0&&(e=e[0]);var n=new u(this,e,t);return this.watchers.push(n),n},e.prototype.beget=function(e,t){return this.create(e,t)},e}();e.exports=p},function(e,t,n){"use strict";function i(e,t,n){function i(e,t){if(0!==e.length)for(v=e.length;v--;)(y=e[v]).callback.call(b,t,b),y.isOne&&e.splice(v,1)}var o,p,m,g,v,y,b=this;this.watchItem=t,this.container=e,this.offsets=n?n===+n?{top:n,bottom:n}:{top:n.top||f.top,bottom:n.bottom||f.bottom}:f,this.callbacks={};for(var _=0,w=h.length;_<w;_++)b.callbacks[h[_]]=[];this.locked=!1,this.triggerCallbacks=function(e){switch(this.isInViewport&&!o&&i(this.callbacks[a],e),this.isFullyInViewport&&!p&&i(this.callbacks[s],e),this.isAboveViewport!==m&&this.isBelowViewport!==g&&(i(this.callbacks[r],e),p||this.isFullyInViewport||(i(this.callbacks[s],e),i(this.callbacks[c],e)),o||this.isInViewport||(i(this.callbacks[a],e),i(this.callbacks[l],e))),!this.isFullyInViewport&&p&&i(this.callbacks[c],e),!this.isInViewport&&o&&i(this.callbacks[l],e),this.isInViewport!==o&&i(this.callbacks[r],e),!0){case o!==this.isInViewport:case p!==this.isFullyInViewport:case m!==this.isAboveViewport:case g!==this.isBelowViewport:i(this.callbacks[d],e)}o=this.isInViewport,p=this.isFullyInViewport,m=this.isAboveViewport,g=this.isBelowViewport},this.recalculateLocation=function(){if(!this.locked){var e=this.top,t=this.bottom;if(this.watchItem.nodeName){var n=this.watchItem.style.display;"none"===n&&(this.watchItem.style.display="");for(var o=0,r=this.container;r.containerWatcher;)o+=r.containerWatcher.top-r.containerWatcher.container.viewportTop,r=r.containerWatcher.container;var a=this.watchItem.getBoundingClientRect();this.top=a.top+this.container.viewportTop-o,this.bottom=a.bottom+this.container.viewportTop-o,"none"===n&&(this.watchItem.style.display=n)}else this.watchItem===+this.watchItem?this.watchItem>0?this.top=this.bottom=this.watchItem:this.top=this.bottom=this.container.documentHeight-this.watchItem:(this.top=this.watchItem.top,this.bottom=this.watchItem.bottom);this.top-=this.offsets.top,this.bottom+=this.offsets.bottom,this.height=this.bottom-this.top,void 0===e&&void 0===t||this.top===e&&this.bottom===t||i(this.callbacks[u],null)}},this.recalculateLocation(),this.update(),o=this.isInViewport,p=this.isFullyInViewport,m=this.isAboveViewport,g=this.isBelowViewport}var o=n(1),r=o.VISIBILITYCHANGE,a=o.ENTERVIEWPORT,s=o.FULLYENTERVIEWPORT,l=o.EXITVIEWPORT,c=o.PARTIALLYEXITVIEWPORT,u=o.LOCATIONCHANGE,d=o.STATECHANGE,h=o.eventTypes,f=o.defaultOffsets;i.prototype={on:function(e,t,n){switch(!0){case e===r&&!this.isInViewport&&this.isAboveViewport:case e===a&&this.isInViewport:case e===s&&this.isFullyInViewport:case e===l&&this.isAboveViewport&&!this.isInViewport:case e===c&&this.isInViewport&&this.isAboveViewport:if(t.call(this,this.container.latestEvent,this),n)return}if(!this.callbacks[e])throw new Error("Tried to add a scroll monitor listener of type "+e+". Your options are: "+h.join(", "));this.callbacks[e].push({callback:t,isOne:n||!1})},off:function(e,t){if(!this.callbacks[e])throw new Error("Tried to remove a scroll monitor listener of type "+e+". Your options are: "+h.join(", "));for(var n,i=0;n=this.callbacks[e][i];i++)if(n.callback===t){this.callbacks[e].splice(i,1);break}},one:function(e,t){this.on(e,t,!0)},recalculateSize:function(){this.height=this.watchItem.offsetHeight+this.offsets.top+this.offsets.bottom,this.bottom=this.top+this.height},update:function(){this.isAboveViewport=this.top<this.container.viewportTop,this.isBelowViewport=this.bottom>this.container.viewportBottom,this.isInViewport=this.top<this.container.viewportBottom&&this.bottom>this.container.viewportTop,this.isFullyInViewport=this.top>=this.container.viewportTop&&this.bottom<=this.container.viewportBottom||this.isAboveViewport&&this.isBelowViewport},destroy:function(){var e=this.container.watchers.indexOf(this);this.container.watchers.splice(e,1);for(var t=0,n=h.length;t<n;t++)this.callbacks[h[t]].length=0},lock:function(){this.locked=!0},unlock:function(){this.locked=!1}};for(var p=function(e){return function(t,n){this.on.call(this,e,t,n)}},m=0,g=h.length;m<g;m++){var v=h[m];i.prototype[v]=p(v)}e.exports=i}])},"object"==a(t)&&"object"==a(e)?e.exports=r():(i=[],void 0===(o="function"===typeof(n=r)?n.apply(t,i):n)||(e.exports=o))}).call(this,n(58)(e))},840:function(e,t,n){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var o=function(){function t(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n(this,t),this.$el=e(i.el),this.$parsley=this.$el.parsley(),this.$el.find("input").not("[type=submit]").on("keyup blur change",e.proxy(this.changeHandler,this)),this.$submit=this.$el.find("[type=submit]"),this.validate(),this.$el.find(".toggle-password").on("click",e.proxy(this.togglePasswordVisible,this))}var o,r,a;return o=t,(r=[{key:"changeHandler",value:function(e){e.which&&13===e.which||e.keyCode&&13===e.keyCode||this.validate()}},{key:"validate",value:function(){this.$submit.prop("disabled",!this.$parsley.isValid())}},{key:"togglePasswordVisible",value:function(t){var n=e(t.currentTarget),i=n.closest("div");n.hasClass("toggle-password-on")?(i.find(".toggle-password-on").removeClass("active"),i.find(".toggle-password-off").addClass("active"),i.find("input").get(0).type="text"):n.hasClass("toggle-password-off")&&(i.find(".toggle-password-on").addClass("active"),i.find(".toggle-password-off").removeClass("active"),i.find("input").get(0).type="password")}}])&&i(o.prototype,r),a&&i(o,a),t}();t.a=o}).call(this,n(6))},996:function(e,t,n){(function(i,o){var r,a,s,l;function c(e){return(c="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}l=function(e){"use strict";function t(e){return(t="function"===typeof Symbol&&"symbol"===c(Symbol.iterator)?function(e){return c(e)}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":c(e)})(e)}function n(){return(n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var n=[],i=!0,o=!1,r=void 0;try{for(var a,s=e[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);i=!0);}catch(l){o=!0,r=l}finally{try{i||null==s.return||s.return()}finally{if(o)throw r}}return n}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function a(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var s=1,l={},u={attr:function(e,t,n){var i,o,r,a=new RegExp("^"+t,"i");if("undefined"===typeof n)n={};else for(i in n)n.hasOwnProperty(i)&&delete n[i];if(!e)return n;for(i=(r=e.attributes).length;i--;)(o=r[i])&&o.specified&&a.test(o.name)&&(n[this.camelize(o.name.slice(t.length))]=this.deserializeValue(o.value));return n},checkAttr:function(e,t,n){return e.hasAttribute(t+n)},setAttr:function(e,t,n,i){e.setAttribute(this.dasherize(t+n),String(i))},getType:function(e){return e.getAttribute("type")||"text"},generateID:function(){return""+s++},deserializeValue:function(e){var t;try{return e?"true"==e||"false"!=e&&("null"==e?null:isNaN(t=Number(e))?/^[\[\{]/.test(e)?JSON.parse(e):e:t):e}catch(n){return e}},camelize:function(e){return e.replace(/-+(.)?/g,(function(e,t){return t?t.toUpperCase():""}))},dasherize:function(e){return e.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2").replace(/([a-z\d])([A-Z])/g,"$1_$2").replace(/_/g,"-").toLowerCase()},warn:function(){var e;window.console&&"function"===typeof window.console.warn&&(e=window.console).warn.apply(e,arguments)},warnOnce:function(e){l[e]||(l[e]=!0,this.warn.apply(this,arguments))},_resetWarnings:function(){l={}},trimString:function(e){return e.replace(/^\s+|\s+$/g,"")},parse:{date:function(e){var t=e.match(/^(\d{4,})-(\d\d)-(\d\d)$/);if(!t)return null;var n=r(t.map((function(e){return parseInt(e,10)})),4),i=(n[0],n[1]),o=n[2],a=n[3],s=new Date(i,o-1,a);return s.getFullYear()!==i||s.getMonth()+1!==o||s.getDate()!==a?null:s},string:function(e){return e},integer:function(e){return isNaN(e)?null:parseInt(e,10)},number:function(e){if(isNaN(e))throw null;return parseFloat(e)},boolean:function(e){return!/^\s*false\s*$/i.test(e)},object:function(e){return u.deserializeValue(e)},regexp:function(e){var t="";return/^\/.*\/(?:[gimy]*)$/.test(e)?(t=e.replace(/.*\/([gimy]*)$/,"$1"),e=e.replace(new RegExp("^/(.*?)/"+t+"$"),"$1")):e="^"+e+"$",new RegExp(e,t)}},parseRequirement:function(e,t){var n=this.parse[e||"string"];if(!n)throw'Unknown requirement specification: "'+e+'"';var i=n(t);if(null===i)throw"Requirement is not a ".concat(e,': "').concat(t,'"');return i},namespaceEvents:function(t,n){return(t=this.trimString(t||"").split(/\s+/))[0]?e.map(t,(function(e){return"".concat(e,".").concat(n)})).join(" "):""},difference:function(t,n){var i=[];return e.each(t,(function(e,t){-1==n.indexOf(t)&&i.push(t)})),i},all:function(t){return e.when.apply(e,a(t).concat([42,42]))},objectCreate:Object.create||function(){var e=function(){};return function(n){if(arguments.length>1)throw Error("Second argument not supported");if("object"!=t(n))throw TypeError("Argument must be an object");e.prototype=n;var i=new e;return e.prototype=null,i}}(),_SubmitSelector:'input[type="submit"], button:submit'},d={namespace:"data-parsley-",inputs:"input, textarea, select",excluded:"input[type=button], input[type=submit], input[type=reset], input[type=hidden]",priorityEnabled:!0,multiple:null,group:null,uiEnabled:!0,validationThreshold:3,focus:"first",trigger:!1,triggerAfterFailure:"input",errorClass:"parsley-error",successClass:"parsley-success",classHandler:function(e){},errorsContainer:function(e){},errorsWrapper:'<ul class="parsley-errors-list"></ul>',errorTemplate:"<li></li>"},h=function(){this.__id__=u.generateID()};h.prototype={asyncSupport:!0,_pipeAccordingToValidationResult:function(){var t=this,n=function(){var n=e.Deferred();return!0!==t.validationResult&&n.reject(),n.resolve().promise()};return[n,n]},actualizeOptions:function(){return u.attr(this.element,this.options.namespace,this.domOptions),this.parent&&this.parent.actualizeOptions&&this.parent.actualizeOptions(),this},_resetOptions:function(e){for(var t in this.domOptions=u.objectCreate(this.parent.options),this.options=u.objectCreate(this.domOptions),e)e.hasOwnProperty(t)&&(this.options[t]=e[t]);this.actualizeOptions()},_listeners:null,on:function(e,t){return this._listeners=this._listeners||{},(this._listeners[e]=this._listeners[e]||[]).push(t),this},subscribe:function(t,n){e.listenTo(this,t.toLowerCase(),n)},off:function(e,t){var n=this._listeners&&this._listeners[e];if(n)if(t)for(var i=n.length;i--;)n[i]===t&&n.splice(i,1);else delete this._listeners[e];return this},unsubscribe:function(t,n){e.unsubscribeTo(this,t.toLowerCase())},trigger:function(e,t,n){t=t||this;var i,o=this._listeners&&this._listeners[e];if(o)for(var r=o.length;r--;)if(!1===(i=o[r].call(t,t,n)))return i;return!this.parent||this.parent.trigger(e,t,n)},asyncIsValid:function(e,t){return u.warnOnce("asyncIsValid is deprecated; please use whenValid instead"),this.whenValid({group:e,force:t})},_findRelated:function(){return this.options.multiple?e(this.parent.element.querySelectorAll("[".concat(this.options.namespace,'multiple="').concat(this.options.multiple,'"]'))):this.$element}};var f=function(t){e.extend(!0,this,t)};f.prototype={validate:function(e,t){if(this.fn)return arguments.length>3&&(t=[].slice.call(arguments,1,-1)),this.fn(e,t);if(Array.isArray(e)){if(!this.validateMultiple)throw"Validator `"+this.name+"` does not handle multiple values";return this.validateMultiple.apply(this,arguments)}var n=arguments[arguments.length-1];if(this.validateDate&&n._isDateInput())return arguments[0]=u.parse.date(arguments[0]),null!==arguments[0]&&this.validateDate.apply(this,arguments);if(this.validateNumber)return!e||!isNaN(e)&&(arguments[0]=parseFloat(arguments[0]),this.validateNumber.apply(this,arguments));if(this.validateString)return this.validateString.apply(this,arguments);throw"Validator `"+this.name+"` only handles multiple values"},parseRequirements:function(t,n){if("string"!==typeof t)return Array.isArray(t)?t:[t];var i=this.requirementType;if(Array.isArray(i)){for(var o=function(e,t){var n=e.match(/^\s*\[(.*)\]\s*$/);if(!n)throw'Requirement is not an array: "'+e+'"';var i=n[1].split(",").map(u.trimString);if(i.length!==t)throw"Requirement has "+i.length+" values when "+t+" are needed";return i}(t,i.length),r=0;r<o.length;r++)o[r]=u.parseRequirement(i[r],o[r]);return o}return e.isPlainObject(i)?function(e,t,n){var i=null,o={};for(var r in e)if(r){var a=n(r);"string"===typeof a&&(a=u.parseRequirement(e[r],a)),o[r]=a}else i=u.parseRequirement(e[r],t);return[i,o]}(i,t,n):[u.parseRequirement(i,t)]},requirementType:"string",priority:2};var p=function(e,t){this.__class__="ValidatorRegistry",this.locale="en",this.init(e||{},t||{})},m={email:/^((([a-zA-Z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-zA-Z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))$/,number:/^-?(\d*\.)?\d+(e[-+]?\d+)?$/i,integer:/^-?\d+$/,digits:/^\d+$/,alphanum:/^\w+$/i,date:{test:function(e){return null!==u.parse.date(e)}},url:new RegExp("^(?:(?:https?|ftp)://)?(?:\\S+(?::\\S*)?@)?(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-zA-Z\\u00a1-\\uffff0-9]-*)*[a-zA-Z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-zA-Z\\u00a1-\\uffff0-9]-*)*[a-zA-Z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-zA-Z\\u00a1-\\uffff]{2,})))(?::\\d{2,5})?(?:/\\S*)?$")};m.range=m.number;var g=function(e){var t=(""+e).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0},v=function(e,t){return t.map(u.parse[e])},y=function(e,t){return function(n){for(var i=arguments.length,o=new Array(i>1?i-1:0),r=1;r<i;r++)o[r-1]=arguments[r];return o.pop(),t.apply(void 0,[n].concat(a(v(e,o))))}},b=function(e){return{validateDate:y("date",e),validateNumber:y("number",e),requirementType:e.length<=2?"string":["string","string"],priority:30}};p.prototype={init:function(e,t){for(var i in this.catalog=t,this.validators=n({},this.validators),e)this.addValidator(i,e[i].fn,e[i].priority);window.Parsley.trigger("parsley:validator:init")},setLocale:function(e){if("undefined"===typeof this.catalog[e])throw new Error(e+" is not available in the catalog");return this.locale=e,this},addCatalog:function(e,n,i){return"object"===t(n)&&(this.catalog[e]=n),!0===i?this.setLocale(e):this},addMessage:function(e,t,n){return"undefined"===typeof this.catalog[e]&&(this.catalog[e]={}),this.catalog[e][t]=n,this},addMessages:function(e,t){for(var n in t)this.addMessage(e,n,t[n]);return this},addValidator:function(e,t,n){if(this.validators[e])u.warn('Validator "'+e+'" is already defined.');else if(d.hasOwnProperty(e))return void u.warn('"'+e+'" is a restricted keyword and is not a valid validator name.');return this._setValidator.apply(this,arguments)},hasValidator:function(e){return!!this.validators[e]},updateValidator:function(e,t,n){return this.validators[e]?this._setValidator.apply(this,arguments):(u.warn('Validator "'+e+'" is not already defined.'),this.addValidator.apply(this,arguments))},removeValidator:function(e){return this.validators[e]||u.warn('Validator "'+e+'" is not defined.'),delete this.validators[e],this},_setValidator:function(e,n,i){for(var o in"object"!==t(n)&&(n={fn:n,priority:i}),n.validate||(n=new f(n)),this.validators[e]=n,n.messages||{})this.addMessage(o,e,n.messages[o]);return this},getErrorMessage:function(e){return("type"===e.name?(this.catalog[this.locale][e.name]||{})[e.requirements]:this.formatMessage(this.catalog[this.locale][e.name],e.requirements))||this.catalog[this.locale].defaultMessage||this.catalog.en.defaultMessage},formatMessage:function(e,n){if("object"===t(n)){for(var i in n)e=this.formatMessage(e,n[i]);return e}return"string"===typeof e?e.replace(/%s/i,n):""},validators:{notblank:{validateString:function(e){return/\S/.test(e)},priority:2},required:{validateMultiple:function(e){return e.length>0},validateString:function(e){return/\S/.test(e)},priority:512},type:{validateString:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=n.step,o=void 0===i?"any":i,r=n.base,a=void 0===r?0:r,s=m[t];if(!s)throw new Error("validator type `"+t+"` is not supported");if(!e)return!0;if(!s.test(e))return!1;if("number"===t&&!/^any$/i.test(o||"")){var l=Number(e),c=Math.max(g(o),g(a));if(g(l)>c)return!1;var u=function(e){return Math.round(e*Math.pow(10,c))};if((u(l)-u(a))%u(o)!=0)return!1}return!0},requirementType:{"":"string",step:"string",base:"number"},priority:256},pattern:{validateString:function(e,t){return!e||t.test(e)},requirementType:"regexp",priority:64},minlength:{validateString:function(e,t){return!e||e.length>=t},requirementType:"integer",priority:30},maxlength:{validateString:function(e,t){return e.length<=t},requirementType:"integer",priority:30},length:{validateString:function(e,t,n){return!e||e.length>=t&&e.length<=n},requirementType:["integer","integer"],priority:30},mincheck:{validateMultiple:function(e,t){return e.length>=t},requirementType:"integer",priority:30},maxcheck:{validateMultiple:function(e,t){return e.length<=t},requirementType:"integer",priority:30},check:{validateMultiple:function(e,t,n){return e.length>=t&&e.length<=n},requirementType:["integer","integer"],priority:30},min:b((function(e,t){return e>=t})),max:b((function(e,t){return e<=t})),range:b((function(e,t,n){return e>=t&&e<=n})),equalto:{validateString:function(t,n){if(!t)return!0;var i=e(n);return i.length?t===i.val():t===n},priority:256},euvatin:{validateString:function(e,t){return!e||/^[A-Z][A-Z][A-Za-z0-9 -]{2,}$/.test(e)},priority:30}}};var _={};_.Form={_actualizeTriggers:function(){var e=this;this.$element.on("submit.Parsley",(function(t){e.onSubmitValidate(t)})),this.$element.on("click.Parsley",u._SubmitSelector,(function(t){e.onSubmitButton(t)})),!1!==this.options.uiEnabled&&this.element.setAttribute("novalidate","")},focus:function(){if(this._focusedField=null,!0===this.validationResult||"none"===this.options.focus)return null;for(var e=0;e<this.fields.length;e++){var t=this.fields[e];if(!0!==t.validationResult&&t.validationResult.length>0&&"undefined"===typeof t.options.noFocus&&(this._focusedField=t.$element,"first"===this.options.focus))break}return null===this._focusedField?null:this._focusedField.focus()},_destroyUI:function(){this.$element.off(".Parsley")}},_.Field={_reflowUI:function(){if(this._buildUI(),this._ui){var e=function e(t,n,i){for(var o=[],r=[],a=0;a<t.length;a++){for(var s=!1,l=0;l<n.length;l++)if(t[a].assert.name===n[l].assert.name){s=!0;break}s?r.push(t[a]):o.push(t[a])}return{kept:r,added:o,removed:i?[]:e(n,t,!0).added}}(this.validationResult,this._ui.lastValidationResult);this._ui.lastValidationResult=this.validationResult,this._manageStatusClass(),this._manageErrorsMessages(e),this._actualizeTriggers(),!e.kept.length&&!e.added.length||this._failedOnce||(this._failedOnce=!0,this._actualizeTriggers())}},getErrorsMessages:function(){if(!0===this.validationResult)return[];for(var e=[],t=0;t<this.validationResult.length;t++)e.push(this.validationResult[t].errorMessage||this._getErrorMessage(this.validationResult[t].assert));return e},addError:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.message,i=t.assert,o=t.updateClass,r=void 0===o||o;this._buildUI(),this._addError(e,{message:n,assert:i}),r&&this._errorClass()},updateError:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.message,i=t.assert,o=t.updateClass,r=void 0===o||o;this._buildUI(),this._updateError(e,{message:n,assert:i}),r&&this._errorClass()},removeError:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.updateClass,i=void 0===n||n;this._buildUI(),this._removeError(e),i&&this._manageStatusClass()},_manageStatusClass:function(){this.hasConstraints()&&this.needsValidation()&&!0===this.validationResult?this._successClass():this.validationResult.length>0?this._errorClass():this._resetClass()},_manageErrorsMessages:function(t){if("undefined"===typeof this.options.errorsMessagesDisabled){if("undefined"!==typeof this.options.errorMessage)return t.added.length||t.kept.length?(this._insertErrorWrapper(),0===this._ui.$errorsWrapper.find(".parsley-custom-error-message").length&&this._ui.$errorsWrapper.append(e(this.options.errorTemplate).addClass("parsley-custom-error-message")),this._ui.$errorClassHandler.attr("aria-describedby",this._ui.errorsWrapperId),this._ui.$errorsWrapper.addClass("filled").attr("aria-hidden","false").find(".parsley-custom-error-message").html(this.options.errorMessage)):(this._ui.$errorClassHandler.removeAttr("aria-describedby"),this._ui.$errorsWrapper.removeClass("filled").attr("aria-hidden","true").find(".parsley-custom-error-message").remove());for(var n=0;n<t.removed.length;n++)this._removeError(t.removed[n].assert.name);for(n=0;n<t.added.length;n++)this._addError(t.added[n].assert.name,{message:t.added[n].errorMessage,assert:t.added[n].assert});for(n=0;n<t.kept.length;n++)this._updateError(t.kept[n].assert.name,{message:t.kept[n].errorMessage,assert:t.kept[n].assert})}},_addError:function(t,n){var i=n.message,o=n.assert;this._insertErrorWrapper(),this._ui.$errorClassHandler.attr("aria-describedby",this._ui.errorsWrapperId),this._ui.$errorsWrapper.addClass("filled").attr("aria-hidden","false").append(e(this.options.errorTemplate).addClass("parsley-"+t).html(i||this._getErrorMessage(o)))},_updateError:function(e,t){var n=t.message,i=t.assert;this._ui.$errorsWrapper.addClass("filled").find(".parsley-"+e).html(n||this._getErrorMessage(i))},_removeError:function(e){this._ui.$errorClassHandler.removeAttr("aria-describedby"),this._ui.$errorsWrapper.removeClass("filled").attr("aria-hidden","true").find(".parsley-"+e).remove()},_getErrorMessage:function(e){var t=e.name+"Message";return"undefined"!==typeof this.options[t]?window.Parsley.formatMessage(this.options[t],e.requirements):window.Parsley.getErrorMessage(e)},_buildUI:function(){if(!this._ui&&!1!==this.options.uiEnabled){var t={};this.element.setAttribute(this.options.namespace+"id",this.__id__),t.$errorClassHandler=this._manageClassHandler(),t.errorsWrapperId="parsley-id-"+(this.options.multiple?"multiple-"+this.options.multiple:this.__id__),t.$errorsWrapper=e(this.options.errorsWrapper).attr("id",t.errorsWrapperId),t.lastValidationResult=[],t.validationInformationVisible=!1,this._ui=t}},_manageClassHandler:function(){if("string"===typeof this.options.classHandler&&e(this.options.classHandler).length)return e(this.options.classHandler);var n=this.options.classHandler;if("string"===typeof this.options.classHandler&&"function"===typeof window[this.options.classHandler]&&(n=window[this.options.classHandler]),"function"===typeof n){var o=n.call(this,this);if("undefined"!==typeof o&&o.length)return o}else{if("object"===t(n)&&n instanceof i&&n.length)return n;n&&u.warn("The class handler `"+n+"` does not exist in DOM nor as a global JS function")}return this._inputHolder()},_inputHolder:function(){return this.options.multiple&&"SELECT"!==this.element.nodeName?this.$element.parent():this.$element},_insertErrorWrapper:function(){var n=this.options.errorsContainer;if(0!==this._ui.$errorsWrapper.parent().length)return this._ui.$errorsWrapper.parent();if("string"===typeof n){if(e(n).length)return e(n).append(this._ui.$errorsWrapper);"function"===typeof window[n]?n=window[n]:u.warn("The errors container `"+n+"` does not exist in DOM nor as a global JS function")}return"function"===typeof n&&(n=n.call(this,this)),"object"===t(n)&&n.length?n.append(this._ui.$errorsWrapper):this._inputHolder().after(this._ui.$errorsWrapper)},_actualizeTriggers:function(){var e,t=this,n=this._findRelated();n.off(".Parsley"),this._failedOnce?n.on(u.namespaceEvents(this.options.triggerAfterFailure,"Parsley"),(function(){t._validateIfNeeded()})):(e=u.namespaceEvents(this.options.trigger,"Parsley"))&&n.on(e,(function(e){t._validateIfNeeded(e)}))},_validateIfNeeded:function(e){var t=this;e&&/key|input/.test(e.type)&&(!this._ui||!this._ui.validationInformationVisible)&&this.getValue().length<=this.options.validationThreshold||(this.options.debounce?(window.clearTimeout(this._debounced),this._debounced=window.setTimeout((function(){return t.validate()}),this.options.debounce)):this.validate())},_resetUI:function(){this._failedOnce=!1,this._actualizeTriggers(),"undefined"!==typeof this._ui&&(this._ui.$errorsWrapper.removeClass("filled").children().remove(),this._resetClass(),this._ui.lastValidationResult=[],this._ui.validationInformationVisible=!1)},_destroyUI:function(){this._resetUI(),"undefined"!==typeof this._ui&&this._ui.$errorsWrapper.remove(),delete this._ui},_successClass:function(){this._ui.validationInformationVisible=!0,this._ui.$errorClassHandler.removeClass(this.options.errorClass).addClass(this.options.successClass)},_errorClass:function(){this._ui.validationInformationVisible=!0,this._ui.$errorClassHandler.removeClass(this.options.successClass).addClass(this.options.errorClass)},_resetClass:function(){this._ui.$errorClassHandler.removeClass(this.options.successClass).removeClass(this.options.errorClass)}};var w=function(t,n,i){this.__class__="Form",this.element=t,this.$element=e(t),this.domOptions=n,this.options=i,this.parent=window.Parsley,this.fields=[],this.validationResult=null},k={pending:null,resolved:!0,rejected:!1};w.prototype={onSubmitValidate:function(e){var t=this;if(!0!==e.parsley){var n=this._submitSource||this.$element.find(u._SubmitSelector)[0];if(this._submitSource=null,this.$element.find(".parsley-synthetic-submit-button").prop("disabled",!0),!n||null===n.getAttribute("formnovalidate")){window.Parsley._remoteCache={};var i=this.whenValidate({event:e});"resolved"===i.state()&&!1!==this._trigger("submit")||(e.stopImmediatePropagation(),e.preventDefault(),"pending"===i.state()&&i.done((function(){t._submit(n)})))}}},onSubmitButton:function(e){this._submitSource=e.currentTarget},_submit:function(t){if(!1!==this._trigger("submit")){if(t){var i=this.$element.find(".parsley-synthetic-submit-button").prop("disabled",!1);0===i.length&&(i=e('<input class="parsley-synthetic-submit-button" type="hidden">').appendTo(this.$element)),i.attr({name:t.getAttribute("name"),value:t.getAttribute("value")})}this.$element.trigger(n(e.Event("submit"),{parsley:!0}))}},validate:function(t){if(arguments.length>=1&&!e.isPlainObject(t)){u.warnOnce("Calling validate on a parsley form without passing arguments as an object is deprecated.");var n=Array.prototype.slice.call(arguments),i=n[0],o=n[1],r=n[2];t={group:i,force:o,event:r}}return k[this.whenValidate(t).state()]},whenValidate:function(){var t,i=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=o.group,s=o.force,l=o.event;this.submitEvent=l,l&&(this.submitEvent=n({},l,{preventDefault:function(){u.warnOnce("Using `this.submitEvent.preventDefault()` is deprecated; instead, call `this.validationResult = false`"),i.validationResult=!1}})),this.validationResult=!0,this._trigger("validate"),this._refreshFields();var c=this._withoutReactualizingFormOptions((function(){return e.map(i.fields,(function(e){return e.whenValidate({force:s,group:r})}))}));return(t=u.all(c).done((function(){i._trigger("success")})).fail((function(){i.validationResult=!1,i.focus(),i._trigger("error")})).always((function(){i._trigger("validated")}))).pipe.apply(t,a(this._pipeAccordingToValidationResult()))},isValid:function(t){if(arguments.length>=1&&!e.isPlainObject(t)){u.warnOnce("Calling isValid on a parsley form without passing arguments as an object is deprecated.");var n=Array.prototype.slice.call(arguments),i=n[0],o=n[1];t={group:i,force:o}}return k[this.whenValid(t).state()]},whenValid:function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=n.group,o=n.force;this._refreshFields();var r=this._withoutReactualizingFormOptions((function(){return e.map(t.fields,(function(e){return e.whenValid({group:i,force:o})}))}));return u.all(r)},refresh:function(){return this._refreshFields(),this},reset:function(){for(var e=0;e<this.fields.length;e++)this.fields[e].reset();this._trigger("reset")},destroy:function(){this._destroyUI();for(var e=0;e<this.fields.length;e++)this.fields[e].destroy();this.$element.removeData("Parsley"),this._trigger("destroy")},_refreshFields:function(){return this.actualizeOptions()._bindFields()},_bindFields:function(){var t=this,n=this.fields;return this.fields=[],this.fieldsMappedById={},this._withoutReactualizingFormOptions((function(){t.$element.find(t.options.inputs).not(t.options.excluded).not("[".concat(t.options.namespace,"excluded=true]")).each((function(e,n){var i=new window.Parsley.Factory(n,{},t);if("Field"===i.__class__||"FieldMultiple"===i.__class__){var o=i.__class__+"-"+i.__id__;"undefined"===typeof t.fieldsMappedById[o]&&(t.fieldsMappedById[o]=i,t.fields.push(i))}})),e.each(u.difference(n,t.fields),(function(e,t){t.reset()}))})),this},_withoutReactualizingFormOptions:function(e){var t=this.actualizeOptions;this.actualizeOptions=function(){return this};var n=e();return this.actualizeOptions=t,n},_trigger:function(e){return this.trigger("form:"+e)}};var E=function(e,t,i,o,r){var a=window.Parsley._validatorRegistry.validators[t],s=new f(a);n(this,{validator:s,name:t,requirements:i,priority:o=o||e.options[t+"Priority"]||s.priority,isDomConstraint:r=!0===r}),this._parseRequirements(e.options)};E.prototype={validate:function(e,t){var n;return(n=this.validator).validate.apply(n,[e].concat(a(this.requirementList),[t]))},_parseRequirements:function(e){var t=this;this.requirementList=this.validator.parseRequirements(this.requirements,(function(n){return e[t.name+(i=n,i[0].toUpperCase()+i.slice(1))];var i}))}};var C=function(t,n,i,o){this.__class__="Field",this.element=t,this.$element=e(t),"undefined"!==typeof o&&(this.parent=o),this.options=i,this.domOptions=n,this.constraints=[],this.constraintsByName={},this.validationResult=!0,this._bindConstraints()},S={pending:null,resolved:!0,rejected:!1};C.prototype={validate:function(t){arguments.length>=1&&!e.isPlainObject(t)&&(u.warnOnce("Calling validate on a parsley field without passing arguments as an object is deprecated."),t={options:t});var n=this.whenValidate(t);if(!n)return!0;switch(n.state()){case"pending":return null;case"resolved":return!0;case"rejected":return this.validationResult}},whenValidate:function(){var e,t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=n.force,o=n.group;if(this.refresh(),!o||this._isInGroup(o))return this.value=this.getValue(),this._trigger("validate"),(e=this.whenValid({force:i,value:this.value,_refreshed:!0}).always((function(){t._reflowUI()})).done((function(){t._trigger("success")})).fail((function(){t._trigger("error")})).always((function(){t._trigger("validated")}))).pipe.apply(e,a(this._pipeAccordingToValidationResult()))},hasConstraints:function(){return 0!==this.constraints.length},needsValidation:function(e){return"undefined"===typeof e&&(e=this.getValue()),!(!e.length&&!this._isRequired()&&"undefined"===typeof this.options.validateIfEmpty)},_isInGroup:function(t){return Array.isArray(this.options.group)?-1!==e.inArray(t,this.options.group):this.options.group===t},isValid:function(t){if(arguments.length>=1&&!e.isPlainObject(t)){u.warnOnce("Calling isValid on a parsley field without passing arguments as an object is deprecated.");var n=Array.prototype.slice.call(arguments),i=n[0],o=n[1];t={force:i,value:o}}var r=this.whenValid(t);return!r||S[r.state()]},whenValid:function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=n.force,o=void 0!==i&&i,r=n.value,a=n.group,s=n._refreshed;if(s||this.refresh(),!a||this._isInGroup(a)){if(this.validationResult=!0,!this.hasConstraints())return e.when();if("undefined"!==typeof r&&null!==r||(r=this.getValue()),!this.needsValidation(r)&&!0!==o)return e.when();var l=this._getGroupedConstraints(),c=[];return e.each(l,(function(n,i){var o=u.all(e.map(i,(function(e){return t._validateConstraint(r,e)})));if(c.push(o),"rejected"===o.state())return!1})),u.all(c)}},_validateConstraint:function(t,n){var i=this,o=n.validate(t,this);return!1===o&&(o=e.Deferred().reject()),u.all([o]).fail((function(e){i.validationResult instanceof Array||(i.validationResult=[]),i.validationResult.push({assert:n,errorMessage:"string"===typeof e&&e})}))},getValue:function(){var e;return"undefined"===typeof(e="function"===typeof this.options.value?this.options.value(this):"undefined"!==typeof this.options.value?this.options.value:this.$element.val())||null===e?"":this._handleWhitespace(e)},reset:function(){return this._resetUI(),this._trigger("reset")},destroy:function(){this._destroyUI(),this.$element.removeData("Parsley"),this.$element.removeData("FieldMultiple"),this._trigger("destroy")},refresh:function(){return this._refreshConstraints(),this},_refreshConstraints:function(){return this.actualizeOptions()._bindConstraints()},refreshConstraints:function(){return u.warnOnce("Parsley's refreshConstraints is deprecated. Please use refresh"),this.refresh()},addConstraint:function(e,t,n,i){if(window.Parsley._validatorRegistry.validators[e]){var o=new E(this,e,t,n,i);"undefined"!==this.constraintsByName[o.name]&&this.removeConstraint(o.name),this.constraints.push(o),this.constraintsByName[o.name]=o}return this},removeConstraint:function(e){for(var t=0;t<this.constraints.length;t++)if(e===this.constraints[t].name){this.constraints.splice(t,1);break}return delete this.constraintsByName[e],this},updateConstraint:function(e,t,n){return this.removeConstraint(e).addConstraint(e,t,n)},_bindConstraints:function(){for(var e=[],t={},n=0;n<this.constraints.length;n++)!1===this.constraints[n].isDomConstraint&&(e.push(this.constraints[n]),t[this.constraints[n].name]=this.constraints[n]);for(var i in this.constraints=e,this.constraintsByName=t,this.options)this.addConstraint(i,this.options[i],void 0,!0);return this._bindHtml5Constraints()},_bindHtml5Constraints:function(){null!==this.element.getAttribute("required")&&this.addConstraint("required",!0,void 0,!0),null!==this.element.getAttribute("pattern")&&this.addConstraint("pattern",this.element.getAttribute("pattern"),void 0,!0);var e=this.element.getAttribute("min"),t=this.element.getAttribute("max");null!==e&&null!==t?this.addConstraint("range",[e,t],void 0,!0):null!==e?this.addConstraint("min",e,void 0,!0):null!==t&&this.addConstraint("max",t,void 0,!0),null!==this.element.getAttribute("minlength")&&null!==this.element.getAttribute("maxlength")?this.addConstraint("length",[this.element.getAttribute("minlength"),this.element.getAttribute("maxlength")],void 0,!0):null!==this.element.getAttribute("minlength")?this.addConstraint("minlength",this.element.getAttribute("minlength"),void 0,!0):null!==this.element.getAttribute("maxlength")&&this.addConstraint("maxlength",this.element.getAttribute("maxlength"),void 0,!0);var n=u.getType(this.element);return"number"===n?this.addConstraint("type",["number",{step:this.element.getAttribute("step")||"1",base:e||this.element.getAttribute("value")}],void 0,!0):/^(email|url|range|date)$/i.test(n)?this.addConstraint("type",n,void 0,!0):this},_isRequired:function(){return"undefined"!==typeof this.constraintsByName.required&&!1!==this.constraintsByName.required.requirements},_trigger:function(e){return this.trigger("field:"+e)},_handleWhitespace:function(e){return!0===this.options.trimValue&&u.warnOnce('data-parsley-trim-value="true" is deprecated, please use data-parsley-whitespace="trim"'),"squish"===this.options.whitespace&&(e=e.replace(/\s{2,}/g," ")),"trim"!==this.options.whitespace&&"squish"!==this.options.whitespace&&!0!==this.options.trimValue||(e=u.trimString(e)),e},_isDateInput:function(){var e=this.constraintsByName.type;return e&&"date"===e.requirements},_getGroupedConstraints:function(){if(!1===this.options.priorityEnabled)return[this.constraints];for(var e=[],t={},n=0;n<this.constraints.length;n++){var i=this.constraints[n].priority;t[i]||e.push(t[i]=[]),t[i].push(this.constraints[n])}return e.sort((function(e,t){return t[0].priority-e[0].priority})),e}};var x=function(){this.__class__="FieldMultiple"};x.prototype={addElement:function(e){return this.$elements.push(e),this},_refreshConstraints:function(){var t;if(this.constraints=[],"SELECT"===this.element.nodeName)return this.actualizeOptions()._bindConstraints(),this;for(var n=0;n<this.$elements.length;n++)if(e("html").has(this.$elements[n]).length){t=this.$elements[n].data("FieldMultiple")._refreshConstraints().constraints;for(var i=0;i<t.length;i++)this.addConstraint(t[i].name,t[i].requirements,t[i].priority,t[i].isDomConstraint)}else this.$elements.splice(n,1);return this},getValue:function(){if("function"===typeof this.options.value)return this.options.value(this);if("undefined"!==typeof this.options.value)return this.options.value;if("INPUT"===this.element.nodeName){var t=u.getType(this.element);if("radio"===t)return this._findRelated().filter(":checked").val()||"";if("checkbox"===t){var n=[];return this._findRelated().filter(":checked").each((function(){n.push(e(this).val())})),n}}return"SELECT"===this.element.nodeName&&null===this.$element.val()?[]:this.$element.val()},_init:function(){return this.$elements=[this.$element],this}};var T=function(i,o,r){this.element=i,this.$element=e(i);var a=this.$element.data("Parsley");if(a)return"undefined"!==typeof r&&a.parent===window.Parsley&&(a.parent=r,a._resetOptions(a.options)),"object"===t(o)&&n(a.options,o),a;if(!this.$element.length)throw new Error("You must bind Parsley on an existing element.");if("undefined"!==typeof r&&"Form"!==r.__class__)throw new Error("Parent instance must be a Form instance");return this.parent=r||window.Parsley,this.init(o)};T.prototype={init:function(e){return this.__class__="Parsley",this.__version__="2.9.2",this.__id__=u.generateID(),this._resetOptions(e),"FORM"===this.element.nodeName||u.checkAttr(this.element,this.options.namespace,"validate")&&!this.$element.is(this.options.inputs)?this.bind("parsleyForm"):this.isMultiple()?this.handleMultiple():this.bind("parsleyField")},isMultiple:function(){var e=u.getType(this.element);return"radio"===e||"checkbox"===e||"SELECT"===this.element.nodeName&&null!==this.element.getAttribute("multiple")},handleMultiple:function(){var t,n,i=this;if(this.options.multiple=this.options.multiple||(t=this.element.getAttribute("name"))||this.element.getAttribute("id"),"SELECT"===this.element.nodeName&&null!==this.element.getAttribute("multiple"))return this.options.multiple=this.options.multiple||this.__id__,this.bind("parsleyFieldMultiple");if(!this.options.multiple)return u.warn("To be bound by Parsley, a radio, a checkbox and a multiple select input must have either a name or a multiple option.",this.$element),this;this.options.multiple=this.options.multiple.replace(/(:|\.|\[|\]|\{|\}|\$)/g,""),t&&e('input[name="'+t+'"]').each((function(e,t){var n=u.getType(t);"radio"!==n&&"checkbox"!==n||t.setAttribute(i.options.namespace+"multiple",i.options.multiple)}));for(var o=this._findRelated(),r=0;r<o.length;r++)if("undefined"!==typeof(n=e(o.get(r)).data("Parsley"))){this.$element.data("FieldMultiple")||n.addElement(this.$element);break}return this.bind("parsleyField",!0),n||this.bind("parsleyFieldMultiple")},bind:function(t,n){var i;switch(t){case"parsleyForm":i=e.extend(new w(this.element,this.domOptions,this.options),new h,window.ParsleyExtend)._bindFields();break;case"parsleyField":i=e.extend(new C(this.element,this.domOptions,this.options,this.parent),new h,window.ParsleyExtend);break;case"parsleyFieldMultiple":i=e.extend(new C(this.element,this.domOptions,this.options,this.parent),new x,new h,window.ParsleyExtend)._init();break;default:throw new Error(t+"is not a supported Parsley type")}return this.options.multiple&&u.setAttr(this.element,this.options.namespace,"multiple",this.options.multiple),"undefined"!==typeof n?(this.$element.data("FieldMultiple",i),i):(this.$element.data("Parsley",i),i._actualizeTriggers(),i._trigger("init"),i)}};var P=e.fn.jquery.split(".");if(parseInt(P[0])<=1&&parseInt(P[1])<8)throw"The loaded version of jQuery is too old. Please upgrade to 1.8.x or better.";P.forEach||u.warn("Parsley requires ES5 to run properly. Please include https://github.com/es-shims/es5-shim");var A=n(new h,{element:document,$element:e(document),actualizeOptions:null,_resetOptions:null,Factory:T,version:"2.9.2"});n(C.prototype,_.Field,h.prototype),n(w.prototype,_.Form,h.prototype),n(T.prototype,h.prototype),e.fn.parsley=e.fn.psly=function(t){if(this.length>1){var n=[];return this.each((function(){n.push(e(this).parsley(t))})),n}if(0!=this.length)return new T(this[0],t)},"undefined"===typeof window.ParsleyExtend&&(window.ParsleyExtend={}),A.options=n(u.objectCreate(d),window.ParsleyConfig),window.ParsleyConfig=A.options,window.Parsley=window.psly=A,A.Utils=u,window.ParsleyUtils={},e.each(u,(function(e,t){"function"===typeof t&&(window.ParsleyUtils[e]=function(){return u.warnOnce("Accessing `window.ParsleyUtils` is deprecated. Use `window.Parsley.Utils` instead."),u[e].apply(u,arguments)})}));var O=window.Parsley._validatorRegistry=new p(window.ParsleyConfig.validators,window.ParsleyConfig.i18n);window.ParsleyValidator={},e.each("setLocale addCatalog addMessage addMessages getErrorMessage formatMessage addValidator updateValidator removeValidator hasValidator".split(" "),(function(e,t){window.Parsley[t]=function(){return O[t].apply(O,arguments)},window.ParsleyValidator[t]=function(){var e;return u.warnOnce("Accessing the method '".concat(t,"' through Validator is deprecated. Simply call 'window.Parsley.").concat(t,"(...)'")),(e=window.Parsley)[t].apply(e,arguments)}})),window.Parsley.UI=_,window.ParsleyUI={removeError:function(e,t,n){var i=!0!==n;return u.warnOnce("Accessing UI is deprecated. Call 'removeError' on the instance directly. Please comment in issue 1073 as to your need to call this method."),e.removeError(t,{updateClass:i})},getErrorsMessages:function(e){return u.warnOnce("Accessing UI is deprecated. Call 'getErrorsMessages' on the instance directly."),e.getErrorsMessages()}},e.each("addError updateError".split(" "),(function(e,t){window.ParsleyUI[t]=function(e,n,i,o,r){var a=!0!==r;return u.warnOnce("Accessing UI is deprecated. Call '".concat(t,"' on the instance directly. Please comment in issue 1073 as to your need to call this method.")),e[t](n,{message:i,assert:o,updateClass:a})}})),!1!==window.ParsleyConfig.autoBind&&e((function(){e("[data-parsley-validate]").length&&e("[data-parsley-validate]").parsley()}));var I=e({}),$=function(){u.warnOnce("Parsley's pubsub module is deprecated; use the 'on' and 'off' methods on parsley instances or window.Parsley")};function F(e,t){return e.parsleyAdaptedCallback||(e.parsleyAdaptedCallback=function(){var n=Array.prototype.slice.call(arguments,0);n.unshift(this),e.apply(t||I,n)}),e.parsleyAdaptedCallback}function D(e){return 0===e.lastIndexOf("parsley:",0)?e.substr("parsley:".length):e}return e.listen=function(e,n){var i;if($(),"object"===t(arguments[1])&&"function"===typeof arguments[2]&&(i=arguments[1],n=arguments[2]),"function"!==typeof n)throw new Error("Wrong parameters");window.Parsley.on(D(e),F(n,i))},e.listenTo=function(e,t,n){if($(),!(e instanceof C)&&!(e instanceof w))throw new Error("Must give Parsley instance");if("string"!==typeof t||"function"!==typeof n)throw new Error("Wrong parameters");e.on(D(t),F(n))},e.unsubscribe=function(e,t){if($(),"string"!==typeof e||"function"!==typeof t)throw new Error("Wrong arguments");window.Parsley.off(D(e),t.parsleyAdaptedCallback)},e.unsubscribeTo=function(e,t){if($(),!(e instanceof C)&&!(e instanceof w))throw new Error("Must give Parsley instance");e.off(D(t))},e.unsubscribeAll=function(t){$(),window.Parsley.off(D(t)),e("form,input,textarea,select").each((function(){var n=e(this).data("Parsley");n&&n.off(D(t))}))},e.emit=function(e,t){var n;$();var i=t instanceof C||t instanceof w,o=Array.prototype.slice.call(arguments,i?2:1);o.unshift(D(e)),i||(t=window.Parsley),(n=t).trigger.apply(n,a(o))},e.extend(!0,A,{asyncValidators:{default:{fn:function(e){return e.status>=200&&e.status<300},url:!1},reverse:{fn:function(e){return e.status<200||e.status>=300},url:!1}},addAsyncValidator:function(e,t,n,i){return A.asyncValidators[e]={fn:t,url:n||!1,options:i||{}},this}}),A.addValidator("remote",{requirementType:{"":"string",validator:"string",reverse:"boolean",options:"object"},validateString:function(t,n,i,o){var r,a,s={},l=i.validator||(!0===i.reverse?"reverse":"default");if("undefined"===typeof A.asyncValidators[l])throw new Error("Calling an undefined async validator: `"+l+"`");(n=A.asyncValidators[l].url||n).indexOf("{value}")>-1?n=n.replace("{value}",encodeURIComponent(t)):s[o.element.getAttribute("name")||o.element.getAttribute("id")]=t;var c=e.extend(!0,i.options||{},A.asyncValidators[l].options);r=e.extend(!0,{},{url:n,data:s,type:"GET"},c),o.trigger("field:ajaxoptions",o,r),a=e.param(r),"undefined"===typeof A._remoteCache&&(A._remoteCache={});var u=A._remoteCache[a]=A._remoteCache[a]||e.ajax(r),d=function(){var t=A.asyncValidators[l].fn.call(o,u,n,i);return t||(t=e.Deferred().reject()),e.when(t)};return u.then(d,d)},priority:-1}),A.on("form:submit",(function(){A._remoteCache={}})),h.prototype.addAsyncValidator=function(){return u.warnOnce("Accessing the method `addAsyncValidator` through an instance is deprecated. Simply call `Parsley.addAsyncValidator(...)`"),A.addAsyncValidator.apply(A,arguments)},A.addMessages("en",{defaultMessage:"This value seems to be invalid.",type:{email:"This value should be a valid email.",url:"This value should be a valid url.",number:"This value should be a valid number.",integer:"This value should be a valid integer.",digits:"This value should be digits.",alphanum:"This value should be alphanumeric."},notblank:"This value should not be blank.",required:"This value is required.",pattern:"This value seems to be invalid.",min:"This value should be greater than or equal to %s.",max:"This value should be lower than or equal to %s.",range:"This value should be between %s and %s.",minlength:"This value is too short. It should have %s characters or more.",maxlength:"This value is too long. It should have %s characters or fewer.",length:"This value length is invalid. It should be between %s and %s characters long.",mincheck:"You must select at least %s choices.",maxcheck:"You must select %s choices or fewer.",check:"You must select between %s and %s choices.",equalto:"This value should be the same.",euvatin:"It's not a valid VAT Identification Number."}),A.setLocale("en"),(new function(){var t=this,i=window||o;n(this,{isNativeEvent:function(e){return e.originalEvent&&!1!==e.originalEvent.isTrusted},fakeInputEvent:function(n){t.isNativeEvent(n)&&e(n.target).trigger("input")},misbehaves:function(n){t.isNativeEvent(n)&&(t.behavesOk(n),e(document).on("change.inputevent",n.data.selector,t.fakeInputEvent),t.fakeInputEvent(n))},behavesOk:function(n){t.isNativeEvent(n)&&e(document).off("input.inputevent",n.data.selector,t.behavesOk).off("change.inputevent",n.data.selector,t.misbehaves)},install:function(){if(!i.inputEventPatched){i.inputEventPatched="0.0.3";for(var n=0,o=["select",'input[type="checkbox"]','input[type="radio"]','input[type="file"]'];n<o.length;n++){var r=o[n];e(document).on("input.inputevent",r,{selector:r},t.behavesOk).on("change.inputevent",r,{selector:r},t.misbehaves)}}},uninstall:function(){delete i.inputEventPatched,e(document).off(".inputevent")}})}).install(),A},"object"===c(t)&&"undefined"!==typeof e?e.exports=l(n(6)):(a=[n(6)],void 0===(s="function"===typeof(r=l)?r.apply(t,a):r)||(e.exports=s))}).call(this,n(6),n(34))}},[[1440,53,0,1]]]);