-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathhelper.html
9 lines (9 loc) · 181 KB
/
helper.html
1
2
3
4
5
6
7
8
9
<!doctype html><html><head><title>Zoom WebSDK Helper</title><meta charset="utf-8"/><link rel="stylesheet"/><meta name="format-detection" content="telephone=no"/><link rel="stylesheet" href="https://source.zoom.us/1.9.1/css/bootstrap.css"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/></head><body><script>function documentReady() {
ZoomMtg.initWebSDKHelper();
}
if (document.readyState !== 'loading') {
documentReady();
} else {
document.addEventListener('DOMContentLoaded', documentReady);
}</script><script>// [Zoom Meeting Web Client WebSDK] 2.0.0_20210722_ES5_release - Thursday, July 22nd, 2021, 11:13:36 AM
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,r),a.l=!0,a.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)r.d(n,a,function(t){return e[t]}.bind(null,a));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=61)}([function(e,t,r){"use strict";(function(e){r.d(t,"e",(function(){return a})),r.d(t,"d",(function(){return i})),r.d(t,"c",(function(){return l})),r.d(t,"b",(function(){return f})),r.d(t,"a",(function(){return h}));var n=r(14);!function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).enterModule;t&&t(e)}(),String.prototype.includes||(String.prototype.includes=function(e,t){return"number"!==typeof t&&(t=0),!(t+e.length>this.length)&&-1!==this.indexOf(e,t)}),Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{enumerable:!1,value:function(e){return this.filter((function(t){return t===e})).length>0}}),Array.intersect=function(){for(var e=new Array,t={},r=0;r<arguments.length;r++)for(var n=0;n<arguments[r].length;n++){var a=arguments[r][n];t[a]?(t[a]++,t[a]===arguments.length&&e.push(a)):t[a]=1}return e},Array.prototype.uniquelize=function(){for(var e={},t=[],r=0,n=this.length;r<n;r++)e[this[r]]||(e[this[r]]=1,t.push(this[r]));return t},String.prototype.startsWith||(String.prototype.startsWith=function(e,t){return t=t||0,this.indexOf(e,t)===t}),Array.union=function(){for(var e=new Array,t={},r=0;r<arguments.length;r++)for(var n=0;n<arguments[r].length;n++){var a=arguments[r][n];t[a]||(t[a]=1,e.push(a))}return e},Array.prototype.minus=function(e){for(var t=new Array,r={},n=0;n<e.length;n++)r[e[n]]=1;for(var a=0;a<this.length;a++)r[this[a]]||(r[this[a]]=1,t.push(this[a]));return t};var a={randomNum:function(e,t){switch(arguments.length){case 1:return parseInt(Math.random()*e+1,10);case 2:return parseInt(Math.random()*(t-e+1)+e,10);default:return 0}},generateEmail:function(){return a.randomNum(1e3,9999)+a.detectOS()+a.getBrowserInfo()[0].split(".")[0].replace("/","")+"@zoom.us"},detectOS:function(){var e=navigator.userAgent,t="Win32"===navigator.platform||"Windows"===navigator.platform,r="Mac68K"===navigator.platform||"MacPPC"===navigator.platform||"Macintosh"===navigator.platform||"MacIntel"===navigator.platform;if(r)return"Mac";if("X11"===navigator.platform&&!t&&!r)return"Unix";if(String(navigator.platform).indexOf("Linux")>-1)return"Linux";if(t){if(e.indexOf("Windows NT 5.0")>-1||e.indexOf("Windows 2000")>-1)return"Win2000";if(e.indexOf("Windows NT 5.1")>-1||e.indexOf("Windows XP")>-1)return"WinXP";if(e.indexOf("Windows NT 5.2")>-1||e.indexOf("Windows 2003")>-1)return"Win2003";if(e.indexOf("Windows NT 6.0")>-1||e.indexOf("Windows Vista")>-1)return"WinVista";if(e.indexOf("Windows NT 6.1")>-1||e.indexOf("Windows 7")>-1)return"Win7";if(e.indexOf("Windows NT 10")>-1||e.indexOf("Windows 10")>-1)return"Win10"}return"other"},isSafari:function(){return/^((?!chrome|android).)*safari/i.test(navigator.userAgent)},detectIE:function(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return"IE"+parseInt(e.substring(t+5,e.indexOf(".",t)),10);if(e.indexOf("Trident/")>0){var r=e.indexOf("rv:");return"IE"+parseInt(e.substring(r+3,e.indexOf(".",r)),10)}var n=e.indexOf("Edge/");return n>0&&"Edge"+parseInt(e.substring(n+5,e.indexOf(".",n)),10)},getBrowserInfo:function(){var e=navigator.userAgent.toLowerCase();if(e.indexOf("firefox")>0)return e.match(/firefox\/[\d.]+/gi);if(e.indexOf("safari")>0&&e.indexOf("chrome")<0){var t,r="safari/unknow";return r=e.match(/version\/[\d.]+/gi),t=e.match(/safari\/[\d.]+/gi),r&&(r=r.toString().replace("version","safari")),t&&(r=t.toString().replace("version","safari")),r}var n=a.detectIE();return n||(e.indexOf("chrome")>0?e.match(/chrome\/[\d.]+/gi):"other")},getRandomInt:function(e){return Math.floor(Math.random()*Math.floor(e))},isMobileDevice:function(){return navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/BlackBerry/i)||navigator.userAgent.match(/Windows Phone/i)},parseQuery:function(){return function(){for(var e=window.location.href,t=e.substr(e.indexOf("?")),r={},n=("?"===t[0]?t.substr(1):t).split("&"),a=0;a<n.length;a+=1){var i=n[a].split("=");r[decodeURIComponent(i[0])]=decodeURIComponent(i[1]||"")}return r}()},serialize:function(e){var t=["env","lang","mn","userName","passWord","role","signature","version","webEndpoint","rwcEndpoint","email"],r=Array.intersect(t,Object.keys(e)),n=[];t.forEach((function(t){r.includes(t)&&n.push([t,e[t]])})),Object.keys(e).sort().forEach((function(t){r.includes(t)||n.push([t,e[t]])}));var a=function(e){var t=[];for(var r in e)"undefined"!==typeof e[r][1]&&t.push(encodeURIComponent(e[r][0])+"="+encodeURIComponent(e[r][1]));return t.join("&")}(n);return console.log(a),a},extractHostname:function(e){var t;return t=e.indexOf("//")>-1?e.split("/")[2]:e.split("/")[0],console.log(t),t=(t=t.split(":")[0]).split("?")[0]},getDomainName:function(e){return e.substring(e.lastIndexOf(".",e.lastIndexOf(".")-1)+1)},setCookie:function(e,t){var r=new Date;r.setTime(r.getTime()+864e5);var n="expires="+r.toUTCString(),a=this.getDomainName(this.extractHostname(window.location.href));document.cookie=e+"="+t+";"+n+";Domain=."+a+";path=/"},getCookie:function(e){for(var t=e+"=",r=decodeURIComponent(document.cookie).split(";"),n=0;n<r.length;n+=1){for(var a=r[n];" "===a.charAt(0);)a=a.substring(1);if(0===a.indexOf(t))return a.substring(t.length,a.length)}return""}};function i(){String.prototype.format||(String.prototype.format=function(){var e=arguments;return this.replace(/{(\d+)}/g,(function(t,r){return"undefined"!==typeof e[r]?e[r]:t}))})}function o(){var e=navigator.userAgent.toLowerCase();return!/opera|opr\/[\d]+/.test(e)&&/(msie|trident)/.test(e)}function s(){/^((?!chrome|android).)*safari/i.test(navigator.userAgent)}function l(e,t){if(o()||s())window.localStorage.setItem("zm-"+e,JSON.stringify(t));else if("undefined"!==typeof BroadcastChannel){new BroadcastChannel("zm-"+e).postMessage(t)}}function c(){return function(){for(var e=window.location.href,t=e.substr(e.indexOf("?")),r={},n=("?"===t[0]?t.substr(1):t).split("&"),a=0;a<n.length;a+=1){var i=n[a].split("=");r[decodeURIComponent(i[0])]=decodeURIComponent(i[1]||"")}return r}()}function u(e){return e?e.replace(/\\u[\dA-F]{4}/gi,(function(e){return String.fromCharCode(parseInt(e.replace(/\\u/g,""),16))})):e}function d(e,t){var r=document.createElement("script");r.type="text/javascript",r.readyState?r.onreadystatechange=function(){"loaded"!==r.readyState&&"complete"!==r.readyState||(r.onreadystatechange=null,"function"===typeof t&&t())}:r.onload=function(){"function"===typeof t&&t()},r.src=e,"function"===typeof document.body.append?document.getElementsByTagName("head")[0].append(r):document.getElementsByTagName("head")[0].appendChild(r)}function p(e){var t=document.createElement("link");t.href=e,t.type="text/css",t.rel="stylesheet",t.media="screen,print","function"===typeof document.body.append?document.getElementsByTagName("head")[0].append(t):document.getElementsByTagName("head")[0].appendChild(t)}function f(e,t,r){if(void 0===window.i18n)return window.i18n=Object(n.default)(),e||t;var a="undefined"!==typeof r?window.i18n.get(t,r):window.i18n.get(t);return a&&a!==t?u(a):e||t}function m(e){return btoa(encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,(function(e,t){return String.fromCharCode("0x"+t)})))}function h(e){return decodeURIComponent(atob(e).split("").map((function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)})).join(""))}!function(){var e=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).default;e&&(e.register(a,"testTool","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(i,"stringFormat","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(o,"isIE","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(s,"isSafari","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(l,"informWebSDK","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(c,"parseQuery","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(u,"unicodeToChar","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(d,"loadScript","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(p,"loadCSS","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(f,"iText","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(m,"b64EncodeUnicode","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"),e.register(h,"b64DecodeUnicode","D:\\SourceCode\\JSSDK-2.0.0\\src\\sdk\\helperTool.js"))}(),function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).leaveModule;t&&t(e)}()}).call(this,r(18)(e))},function(e,t,r){var n=r(22)("wks"),a=r(15),i=r(3).Symbol,o="function"==typeof i;(e.exports=function(e){return n[e]||(n[e]=o&&i[e]||(o?i:a)("Symbol."+e))}).store=n},function(e,t,r){"use strict";e.exports=r(82)},function(e,t){var r=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=r)},function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},function(e,t,r){var n=r(3),a=r(11),i=r(12),o=r(21),s=r(17),l=function(e,t,r){var c,u,d,p,f=e&l.F,m=e&l.G,h=e&l.S,g=e&l.P,v=e&l.B,y=m?n:h?n[t]||(n[t]={}):(n[t]||{}).prototype,w=m?a:a[t]||(a[t]={}),b=w.prototype||(w.prototype={});for(c in m&&(r=t),r)d=((u=!f&&y&&void 0!==y[c])?y:r)[c],p=v&&u?s(d,n):g&&"function"==typeof d?s(Function.call,d):d,y&&o(y,c,d,e&l.U),w[c]!=d&&i(w,c,p),g&&b[c]!=d&&(b[c]=d)};n.core=a,l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,e.exports=l},function(e,t,r){var n=r(4);e.exports=function(e){if(!n(e))throw TypeError(e+" is not an object!");return e}},function(e,t){var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},function(e,t,r){e.exports=!r(19)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,r){var n=r(6),a=r(38),i=r(31),o=Object.defineProperty;t.f=r(8)?Object.defineProperty:function(e,t,r){if(n(e),t=i(t,!0),n(r),a)try{return o(e,t,r)}catch(s){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(e[t]=r.value),e}},function(e,t,r){var n=r(42),a=r(32);e.exports=function(e){return n(a(e))}},function(e,t){var r=e.exports={version:"2.6.5"};"number"==typeof __e&&(__e=r)},function(e,t,r){var n=r(9),a=r(20);e.exports=r(8)?function(e,t,r){return n.f(e,t,a(1,r))}:function(e,t,r){return e[t]=r,e}},function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},function(e,t,r){"use strict";r.r(t),function(e){r.d(t,"default",(function(){return d}));var n=r(36),a=r.n(n),i=r(29);function o(e){return function(e){if(Array.isArray(e))return s(e)}(e)||function(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"===typeof e)return s(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return s(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function l(e){a.a.remove(e,{path:"/"})}function c(e){return a.a.load(e)}function u(){return{setCookie:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,n=new Date;n.setTime(n.getTime()+24*r*60*60*1e3);var a="expires=".concat(n.toUTCString());document.cookie="".concat(e,"=").concat(t,";").concat(a,";path=/;secure=true")},getCookie:c,eraseCookie:l}}function d(){var e=Array.prototype.slice,t={},r={"en-US":{"apac.errorcodes_another_running":"Another meeting running","apac.errorcodes_be_removed":"Be removed.","apac.errorcodes_denied_email":"Email is blocked by Administrator.","apac.errorcodes_panelist_tk":"require tk parameter to join as a panelist","apac.errorcodes_denied_register_with_panelist":"Denied register use panelist email.","apac.errorcodes_disconnect":"Meeting has been disconnected.","apac.errorcodes_email_require":"Email is missing to attend webinar.","apac.errorcodes_fail":"Fail to join the meeting.","apac.errorcodes_frequent_call":"You have reached the API limit for this call.","apac.errorcodes_frequent_join":"You be limit by zoom, need to check recaptcha.","apac.errorcodes_login_required":"Require login","apac.errorcodes_need_use_zoom_desktop_or_mobile":"Unable join from browser, please join using the Zoom desktop client or mobile app.","apac.errorcodes_not_exist":"Meeting does not exist.","apac.errorcodes_not_host":"You are not the meeting host.","apac.errorcodes_not_init":"Meeting not initialized.","apac.errorcodes_not_start":"Meeting has not started","apac.errorcodes_not_start_webinar":"Webinar has not started","apac.errorcodes_offline":"The service is temporarily offline.","apac.errorcodes_pac_api_disabled":"The accounts API Key is deactivated.","apac.errorcodes_pac_api_wrong":"The accounts API Key is not valid.","apac.errorcodes_pac_cant_host_other_mn":"Cannot not host another meeting concurrently.","apac.errorcodes_pac_host_not_found":"The meeting host is not found.","apac.errorcodes_pac_invalid_signature":"Signature is invalid.","apac.errorcodes_pac_mn_not_fount":"The meeting number is not found.","apac.errorcodes_pac_mn_wrong":"The meeting number is wrong.","apac.errorcodes_pac_no_permission":"No permission.","apac.errorcodes_pac_role_error":"Incorrect role.","apac.errorcodes_pac_signature_expired":"The signature has expired.","apac.errorcodes_re_connect":"Meeting is reconnecting.","apac.errorcodes_register":"This meeting requires registration.","apac.errorcodes_rwc_empty":"Could not get a response from the web server.","apac.errorcodes_rwc_error":"Could not connect to Web Server error.","apac.errorcodes_sign_webinar":"Dont' support sign in webinar","apac.errorcodes_success":"Successfully joined the meeting.","apac.errorcodes_tk_expired":"Token has expired.","apac.errorcodes_update":"You cant join, you need update lastest WebSDK version","apac.errorcodes_wasm_fail":"Download wasm files error, please check your network and firewall.","apac.errorcodes_web_has_in_progress":"Already has other meetings in progress.","apac.errorcodes_web_host_not_exit":"The meeting host does not exist.","apac.errorcodes_web_invalid_id":"Invalid meeting ID.","apac.errorcodes_web_not_allow_start_webinar_from_web":"Not allow to start webinar from web.","apac.errorcodes_web_not_support_registration_webinar":"Not support registration webinar","apac.errorcodes_web_not_support_tsp":"Not support start or join meeting from web, when you chose TSP as his audio in a meeting.","apac.errorcodes_web_not_support_webclient":"Not support start or join meeting from web.","apac.errorcodes_web_not_support_webinar_pac":"Not support webinar and personal audio conference","apac.errorcodes_web_require_email":"User email is required.","apac.errorcodes_web_should_support_webinar_with_latest_version":"The current sdk version doesn't support webinar, please upgrade to the latest version.","apac.errorcodes_wrong_pass":"Meeting Passcode wrong.","apac.rmc.assistant_exist_warning":"You cannot control the meeting because another assistant is controlling this meeting.","apac.websdk_enforce_update_content":"Your app version needs to be {0} or higher to join this meeting. Please update to continue.","apac.invalid_parameter":"Invalid parameter"}},n="",a=["de-DE","es-ES","en-US","fr-FR","jp-JP","pt-PT","ru-RU","zh-CN","zh-TW","ko-KO","vi-VN","it-IT"],s=u(),l=function(e,t,n){return new Promise((function(a,i){var o;(o=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest).onreadystatechange=function(){if(4===this.readyState&&200===this.status)try{var o=JSON.parse(this.responseText);r[t]=Object.assign({},r[t],o),n(t),a(o)}catch(s){console.warn("This link isn't a correct json file, load error, please check again,",e),i(s)}},o.open("GET",e,!0),o.send()}))},c={load:function(e,t){var n=this;return new Promise((function(a,o){var s=Object(i.a)();if(void 0!==e&&void 0===t&&"string"===typeof e&&(t=e,e="".concat(s,"/").concat(t,".json")),t in r)if("string"===typeof e)if(e)l(e,t,n.reload).then((function(e){a(e)}));else{var c="".concat(s,"/").concat(t,".json");l(c,t,n.reload).then((function(e){a(e)}))}else r[t]=Object.assign({},r[t],e);else if(r[t]={},"string"===typeof e)if(e)l(e,t,n.reload).then((function(e){a(e)}));else{var u="".concat(s,"/").concat(t,".json");l(u,t,n.reload).then((function(e){a(e)}))}else r[t]=Object.assign({},r[t],e)}))},reload:function(e){var i;i="undefined"===typeof e&&"undefined"===typeof i?"en-US":"undefined"===typeof e?s.getCookie("_zm_lang"):e,s.setCookie("_zm_lang",i);var o={};i in r?(o=r[i],t=o,n=i):(console.log("when websdk >= 1.8.5, you need load lang resource first"),-1!==a.indexOf(e)?console.log("ZoomMtg.i18n.load('".concat(e,"')")):console.log("ZoomMtg.i18n.load('you lang json path', '".concat(e,"')")),console.log("change websdk lang fail"))},get:function(r){for(var n,a,i=arguments.length,s=new Array(i>1?i-1:0),l=1;l<i;l++)s[l-1]=arguments[l];if(a=t&&Object.prototype.hasOwnProperty.call(t,r)?t[r]:r,1===arguments.length)return a;var c=e.call(s);return c[0]=a,(n=this.printf).apply.apply(n,o(c))},printf:function(t){for(var r=arguments.length,n=new Array(r>1?r-1:0),a=1;a<r;a++)n[a-1]=arguments[a];if(arguments.length<2)return t;var i=Array.isArray(n)?n:e.call(n,1);return t.replace(/\{(\d+)\}/g,(function(e,t){return void 0!==i[parseInt(t,10)]?i[parseInt(t,10)]:e}))},getAll:function(e){return e in r?r[e]:{}},getCurrentLang:function(){return n},getSupportLanguage:function(){return a},setSupportLanguage:function(e){a=e.map((function(e){return e}))}},d=s.getCookie("_zm_lang")||"en-US";return"undefined"!==typeof window&&"enableZoomLangLoad"in window&&window.enableZoomLangLoad&&c.load("",d),c}!function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).enterModule;t&&t(e)}(),function(){var e=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).default;e&&(e.register(l,"removeCookie","D:\\SourceCode\\JSSDK-2.0.0\\lib\\jquery.i18n.js"),e.register(c,"loadCookie","D:\\SourceCode\\JSSDK-2.0.0\\lib\\jquery.i18n.js"),e.register(u,"cookieTool","D:\\SourceCode\\JSSDK-2.0.0\\lib\\jquery.i18n.js"),e.register(d,"load18n","D:\\SourceCode\\JSSDK-2.0.0\\lib\\jquery.i18n.js"))}(),function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).leaveModule;t&&t(e)}()}.call(this,r(18)(e))},function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++r+n).toString(36))}},function(e,t){e.exports=!1},function(e,t,r){var n=r(23);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,a){return e.call(t,r,n,a)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,r){var n=r(3),a=r(12),i=r(7),o=r(15)("src"),s=r(63),l=(""+s).split("toString");r(11).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,r,s){var c="function"==typeof r;c&&(i(r,"name")||a(r,"name",t)),e[t]!==r&&(c&&(i(r,o)||a(r,o,e[t]?""+e[t]:l.join(String(t)))),e===n?e[t]=r:s?e[t]?e[t]=r:a(e,t,r):(delete e[t],a(e,t,r)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[o]||s.call(this)}))},function(e,t,r){var n=r(11),a=r(3),i=a["__core-js_shared__"]||(a["__core-js_shared__"]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:n.version,mode:r(16)?"pure":"global",copyright:"\xa9 2019 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,r){var n=r(9).f,a=r(7),i=r(1)("toStringTag");e.exports=function(e,t,r){e&&!a(e=r?e:e.prototype,i)&&n(e,i,{configurable:!0,value:t})}},function(e,t,r){var n=r(41),a=r(34);e.exports=Object.keys||function(e){return n(e,a)}},function(e,t,r){var n=r(44),a=Math.min;e.exports=function(e){return e>0?a(n(e),9007199254740991):0}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){e.exports={}},function(e,t,r){"use strict";(function(e){function n(){var e=navigator.userAgent.toLowerCase();return!/opera|opr\/[\d]+/.test(e)&&/(msie|trident)/.test(e)}r.d(t,"b",(function(){return g})),r.d(t,"a",(function(){return x})),function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).enterModule;t&&t(e)}();var a=""===window.location.port?"":":".concat(window.location.port),i="".concat(window.location.protocol,"//").concat(window.location.hostname).concat(a),o="".concat(i,"/node_modules/@zoomus/websdk/dist/lib"),s="/av",l="".concat(i,"/node_modules/@zoomus/websdk/dist/lib/audio"),c="".concat(i,"/node_modules/@zoomus/websdk/dist/lib/lang"),u="".concat(i,"/node_modules/@zoomus/websdk/dist/lib");o="https://source.zoom.us/2.0.0/lib",l="".concat("https://source.zoom.us/2.0.0/lib","/audio"),c="".concat("https://source.zoom.us/2.0.0/lib","/lang"),u="".concat("https://source.zoom.us/2.0.0/lib","/"),s="/av";var d,p=1508;d=n()?"".concat(o).concat(s,"/").concat(p,"_js_media_ie.min.js"):"".concat(o).concat(s,"/").concat(p,"_js_media.min.js");var f={audioWorkerPath:"".concat(o).concat(s,"/").concat(p,"_js_audio_process.min.js"),audioWorkletPath:"".concat(o).concat(s,"/").concat(p,"_js_audio_worklet.min.js"),audioWasm:"".concat(o).concat(s,"/").concat(p,"_audio.encode.wasm"),videoWorkerPath:"".concat(o).concat(s,"/").concat(p,"_video_s.min.js"),videoMtWorkerPath:"".concat(o).concat(s,"/").concat(p,"_video_m.min.js"),videoWasm:"".concat(o).concat(s,"/").concat(p,"_video.decode.wasm"),videoMtWasm:"".concat(o).concat(s,"/").concat(p,"_video.mt.wasm"),sharingWorkerPath:"".concat(o).concat(s,"/").concat(p,"_sharing_s.min.js"),sharingMtWorkerPath:"".concat(o).concat(s,"/").concat(p,"_sharing_m.min.js"),videoSIMDWorkerPath:"".concat(o).concat(s,"/").concat(p,"_video_simd.min.js"),videoSIMDWasm:"".concat(o).concat(s,"/").concat(p,"_video.simd.wasm"),sharingSIMDWorkerPath:"".concat(o).concat(s,"/").concat(p,"_sharing_simd.min.js"),videoMSIMDWasm:"".concat(o).concat(s,"/").concat(p,"_video.mtsimd.wasm"),sharingMSIMDWorkerPath:"".concat(o).concat(s,"/").concat(p,"_sharing_mtsimd.min.js"),videoMSIMDWorkerPath:"".concat(o).concat(s,"/").concat(p,"_video_mtsimd.min.js"),audioSIMDWorkletPath:"".concat(o).concat(s,"/").concat(p,"_audio_simd.min.js"),audioSIMDWasm:"".concat(o).concat(s,"/").concat(p,"_audio.simd.wasm")},m={encode:f.audioWasm,decode:f.videoWasm,videoMt:f.videoMtWasm,videoSIMD:f.videoSIMDWasm},h=["audio.encode.wasm","js_audio_process.min.js","js_audio_worklet.min.js","js_media.min.js","js_media_ie.min.js","video_m.min.js","video_s.min.js","sharing_s.min.js","sharing_m.min.js","video.decode.wasm","video.mt.wasm","sharing_simd.min.js","video_simd.min.js","video.simd.wasm"];function g(e,t,r){o=e||o,s=t||s,r&&(p=r),d=n()?"".concat(o).concat(s,"/").concat(p,"_js_media_ie.min.js"):"".concat(o).concat(s,"/").concat(p,"_js_media.min.js"),f={jsmediaWorkerPath:d,audioWorkerPath:"".concat(o).concat(s,"/").concat(p,"_js_audio_process.min.js"),audioWorkletPath:"".concat(o).concat(s,"/").concat(p,"_js_audio_worklet.min.js"),audioWasm:"".concat(o).concat(s,"/").concat(p,"_audio.encode.wasm"),videoWorkerPath:"".concat(o).concat(s,"/").concat(p,"_video_s.min.js"),videoMtWorkerPath:"".concat(o).concat(s,"/").concat(p,"_video_m.min.js"),videoWasm:"".concat(o).concat(s,"/").concat(p,"_video.decode.wasm"),videoMtWasm:"".concat(o).concat(s,"/").concat(p,"_video.mt.wasm"),sharingWorkerPath:"".concat(o).concat(s,"/").concat(p,"_sharing_s.min.js"),sharingMtWorkerPath:"".concat(o).concat(s,"/").concat(p,"_sharing_m.min.js"),videoSIMDWorkerPath:"".concat(o).concat(s,"/").concat(p,"_video_simd.min.js"),videoSIMDWasm:"".concat(o).concat(s,"/").concat(p,"_video.simd.wasm"),sharingSIMDWorkerPath:"".concat(o).concat(s,"/").concat(p,"_sharing_simd.min.js"),videoMSIMDWasm:"".concat(o).concat(s,"/").concat(p,"_video.mtsimd.wasm"),sharingMSIMDWorkerPath:"".concat(o).concat(s,"/").concat(p,"_sharing_mtsimd.min.js"),videoMSIMDWorkerPath:"".concat(o).concat(s,"/").concat(p,"_video_mtsimd.min.js"),audioSIMDWorkletPath:"".concat(o).concat(s,"/").concat(p,"_audio_simd.min.js"),audioSIMDWasm:"".concat(o).concat(s,"/").concat(p,"_audio.simd.wasm")},l="".concat(o,"/audio"),c="".concat(o,"/lang"),m={encode:f.audioWasm,decode:f.videoWasm,videoMt:f.videoMtWasm,videoSIMD:f.videoSIMDWasm}}function v(){return f}function y(){return m}function w(){return s}function b(){return l}function x(){return c}function S(){return o}function C(){return u}!function(){var e=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).default;e&&(e.register(n,"isIE","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(a,"tmpPort","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(i,"avLibUrl","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(o,"zoomJSLib","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(s,"zoomJSAVLib","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(l,"PROD_AUDIO_PATH","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(c,"PROD_LANG_PATH","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(u,"zoomEmojiPath","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(p,"jsmediaVersion","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(d,"jsmediaWorkerPath","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(f,"PROD_WORK_PATH","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(m,"zoomWasmLib","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(h,"dd","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(g,"setZoomJSLib","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(v,"getZoomWorkPath","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(y,"getZoomWasmLib","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(w,"getZoomJSAVLib","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(b,"getZoomAudioPath","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(x,"getZoomLangPath","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(S,"getZoomJSLib","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"),e.register(C,"getEmojiPath","D:\\SourceCode\\JSSDK-2.0.0\\src\\avConfig.js"))}(),function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).leaveModule;t&&t(e)}()}).call(this,r(18)(e))},function(e,t,r){var n=r(4),a=r(3).document,i=n(a)&&n(a.createElement);e.exports=function(e){return i?a.createElement(e):{}}},function(e,t,r){var n=r(4);e.exports=function(e,t){if(!n(e))return e;var r,a;if(t&&"function"==typeof(r=e.toString)&&!n(a=r.call(e)))return a;if("function"==typeof(r=e.valueOf)&&!n(a=r.call(e)))return a;if(!t&&"function"==typeof(r=e.toString)&&!n(a=r.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,r){var n=r(22)("keys"),a=r(15);e.exports=function(e){return n[e]||(n[e]=a(e))}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,r){var n=r(1)("unscopables"),a=Array.prototype;void 0==a[n]&&r(12)(a,n,{}),e.exports=function(e){a[n][e]=!0}},function(e,t,r){var n=r(86);"function"!=typeof Object.assign&&(Object.assign=function(e){"use strict";if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);for(var t=1;t<arguments.length;t++){var r=arguments[t];if(null!=r)for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e});var a={},i=void 0;function o(){return!!i&&!0!==i.headersSent}function s(e){a=e?n.parse(e):{}}var l={load:function(e,t){var r="undefined"===typeof document?a:n.parse(document.cookie),i=r&&r[e];if(!t)try{i=JSON.parse(i)}catch(o){}return i},select:function(e){var t="undefined"===typeof document?a:n.parse(document.cookie);return t?e?Object.keys(t).reduce((function(r,n){if(!e.test(n))return r;var a={};return a[n]=t[n],Object.assign({},r,a)}),{}):t:{}},save:function(e,t,r){a[e]=t,"object"===typeof t&&(a[e]=JSON.stringify(t)),"undefined"!==typeof document&&(document.cookie=n.serialize(e,a[e],r)),o()&&i.cookie&&i.cookie(e,t,r)},remove:function(e,t){delete a[e],t="undefined"===typeof t?{}:"string"===typeof t?{path:t}:Object.assign({},t),"undefined"!==typeof document&&(t.expires=new Date(1970,1,1,0,0,1),document.cookie=n.serialize(e,"",t)),o()&&i.clearCookie&&i.clearCookie(e,t)},setRawCookie:s,plugToRequest:function(e,t){return e.cookie?a=e.cookie:e.cookies?a=e.cookies:e.headers&&e.headers.cookie?s(e.headers.cookie):a={},i=t,function(){i=null,a={}}}};"undefined"!==typeof window&&(window.reactCookie=l),e.exports=l},function(e,t,r){"use strict";(function(e){r.d(t,"b",(function(){return c})),r.d(t,"a",(function(){return o}));var n=r(60);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 i(e){var t=document.createElement("div");t.id=e,t.role="alert",t.ariaAtomic="true",t.ariaLive="assertive",t.class="sr-only",t.id=e,"function"===typeof document.body.append?document.body.append(t):document.body.appendChild(t)}function o(e){var t=document.createElement("meta");t.setAttribute("http-equiv","origin-trial"),t.setAttribute("content",e),"function"===typeof document.body.append?document.head.append(t):document.head.appendChild(t)}function s(e){var t=document.createElement("div");t.id=e,"function"===typeof document.body.append?document.body.append(t):document.body.appendChild(t)}function l(){document.querySelector("#zmmtg-root")||s("zmmtg-root"),document.querySelector("#aria-notify-area")||i("aria-notify-area")}function c(){document.querySelector("#zmmtg-root-helper")||s("zmmtg-root-helper"),document.querySelector("#aria-notify-area")||i("aria-notify-area")}!function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).enterModule;t&&t(e)}(),Object(n.a)();var u=function(){};u.prototype={threads:function(){return new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,4,1,3,1,1,10,11,1,9,0,65,0,254,16,2,0,26,11]),!1},simd:function(){try{return WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,9,1,7,0,65,0,253,15,26,11]))}catch(e){return console.log("you browser don't support WebAssembly"),!1}},wasm:function(){return function(){try{if("object"===("undefined"===typeof WebAssembly?"undefined":a(WebAssembly))&&"function"===typeof WebAssembly.instantiate){var e=new WebAssembly.Module(Uint8Array.of(0,97,115,109,1,0,0,0));if(e instanceof WebAssembly.Module)return new WebAssembly.Instance(e)instanceof WebAssembly.Instance}}catch(t){}return!1}()}};var d=new u;!function(){var e=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).default;e&&(e.register(i,"createJssdkAriaNotifyArea","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.js"),e.register(o,"addOriginTrial","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.js"),e.register(s,"createJssdkNode","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.js"),e.register(l,"checkJssdkNode","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.js"),e.register(c,"checkJssdkNodeHelper","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.js"),e.register(u,"Wasmfeature","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.js"),e.register(d,"wasmfeature","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.js"))}(),function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).leaveModule;t&&t(e)}()}).call(this,r(18)(e))},function(e,t,r){e.exports=!r(8)&&!r(19)((function(){return 7!=Object.defineProperty(r(30)("div"),"a",{get:function(){return 7}}).a}))},function(e,t,r){t.f=r(1)},function(e,t,r){var n=r(3),a=r(11),i=r(16),o=r(39),s=r(9).f;e.exports=function(e){var t=a.Symbol||(a.Symbol=i?{}:n.Symbol||{});"_"==e.charAt(0)||e in t||s(t,e,{value:o.f(e)})}},function(e,t,r){var n=r(7),a=r(10),i=r(43)(!1),o=r(33)("IE_PROTO");e.exports=function(e,t){var r,s=a(e),l=0,c=[];for(r in s)r!=o&&n(s,r)&&c.push(r);for(;t.length>l;)n(s,r=t[l++])&&(~i(c,r)||c.push(r));return c}},function(e,t,r){var n=r(13);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==n(e)?e.split(""):Object(e)}},function(e,t,r){var n=r(10),a=r(26),i=r(66);e.exports=function(e){return function(t,r,o){var s,l=n(t),c=a(l.length),u=i(o,c);if(e&&r!=r){for(;c>u;)if((s=l[u++])!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===r)return e||u||0;return!e&&-1}}},function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,r){var n=r(13);e.exports=Array.isArray||function(e){return"Array"==n(e)}},function(e,t,r){var n=r(6),a=r(67),i=r(34),o=r(33)("IE_PROTO"),s=function(){},l=function(){var e,t=r(30)("iframe"),n=i.length;for(t.style.display="none",r(48).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),l=e.F;n--;)delete l.prototype[i[n]];return l()};e.exports=Object.create||function(e,t){var r;return null!==e?(s.prototype=n(e),r=new s,s.prototype=null,r[o]=e):r=l(),void 0===t?r:a(r,t)}},function(e,t,r){var n=r(3).document;e.exports=n&&n.documentElement},function(e,t,r){var n=r(41),a=r(34).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,a)}},function(e,t,r){var n=r(72),a=r(32);e.exports=function(e,t,r){if(n(t))throw TypeError("String#"+r+" doesn't accept regex!");return String(a(e))}},function(e,t,r){var n=r(1)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[n]=!1,!"/./"[e](t)}catch(a){}}return!0}},function(e,t,r){var n=r(32);e.exports=function(e){return Object(n(e))}},function(e,t,r){"use strict";var n=r(5),a=r(50);n(n.P+n.F*r(51)("includes"),"String",{includes:function(e){return!!~a(this,e,"includes").indexOf(e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,r){var n=r(5),a=r(78)(!1);n(n.S,"Object",{values:function(e){return a(e)}})},function(e,t,r){"use strict";var n=r(5),a=r(79)(5),i=!0;"find"in[]&&Array(1).find((function(){i=!1})),n(n.P+n.F*i,"Array",{find:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}}),r(35)("find")},function(e,t,r){"use strict";var n=r(5),a=r(43)(!0);n(n.P,"Array",{includes:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}}),r(35)("includes")},function(e,t,r){var n=r(13),a=r(1)("toStringTag"),i="Arguments"==n(function(){return arguments}());e.exports=function(e){var t,r,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(r){}}(t=Object(e),a))?r:i?n(t):"Object"==(o=n(t))&&"function"==typeof t.callee?"Arguments":o}},function(e,t,r){var n,a,i,o=r(17),s=r(96),l=r(48),c=r(30),u=r(3),d=u.process,p=u.setImmediate,f=u.clearImmediate,m=u.MessageChannel,h=u.Dispatch,g=0,v={},y=function(){var e=+this;if(v.hasOwnProperty(e)){var t=v[e];delete v[e],t()}},w=function(e){y.call(e.data)};p&&f||(p=function(e){for(var t=[],r=1;arguments.length>r;)t.push(arguments[r++]);return v[++g]=function(){s("function"==typeof e?e:Function(e),t)},n(g),g},f=function(e){delete v[e]},"process"==r(13)(d)?n=function(e){d.nextTick(o(y,e,1))}:h&&h.now?n=function(e){h.now(o(y,e,1))}:m?(i=(a=new m).port2,a.port1.onmessage=w,n=o(i.postMessage,i,1)):u.addEventListener&&"function"==typeof postMessage&&!u.importScripts?(n=function(e){u.postMessage(e+"","*")},u.addEventListener("message",w,!1)):n="onreadystatechange"in c("script")?function(e){l.appendChild(c("script")).onreadystatechange=function(){l.removeChild(this),y.call(e)}}:function(e){setTimeout(o(y,e,1),0)}),e.exports={set:p,clear:f}},function(e,t,r){"use strict";var n=r(23);function a(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n})),this.resolve=n(t),this.reject=n(r)}e.exports.f=function(e){return new a(e)}},function(e,t,r){"use strict";function n(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map((function(e){return"'"+e+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function a(e){return!!e&&!!e[J]}function i(e){return!!e&&(function(e){if(!e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);return!t||t===Object.prototype}(e)||Array.isArray(e)||!!e[F]||!!e.constructor[F]||p(e)||f(e))}function o(e,t,r){void 0===r&&(r=!1),0===s(e)?(r?Object.keys:U)(e).forEach((function(n){r&&"symbol"==typeof n||t(n,e[n],e)})):e.forEach((function(r,n){return t(n,r,e)}))}function s(e){var t=e[J];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:p(e)?2:f(e)?3:0}function l(e,t){return 2===s(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function c(e,t){return 2===s(e)?e.get(t):e[t]}function u(e,t,r){var n=s(e);2===n?e.set(t,r):3===n?(e.delete(t),e.add(r)):e[t]=r}function d(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function p(e){return G&&e instanceof Map}function f(e){return Y&&e instanceof Set}function m(e){return e.o||e.t}function h(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=q(e);delete t[J];for(var r=U(t),n=0;n<r.length;n++){var a=r[n],i=t[a];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),t)}function g(e,t){return void 0===t&&(t=!1),y(e)||a(e)||!i(e)||(s(e)>1&&(e.set=e.add=e.clear=e.delete=v),Object.freeze(e),t&&o(e,(function(e,t){return g(t,!0)}),!0)),e}function v(){n(2)}function y(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function w(e){var t=V[e];return t||n(18,e),t}function b(e,t){V[e]||(V[e]=t)}function x(){return N}function S(e,t){t&&(w("Patches"),e.u=[],e.s=[],e.v=t)}function C(e){T(e),e.p.forEach(P),e.p=null}function T(e){e===N&&(N=e.l)}function k(e){return N={p:[],l:N,h:e,m:!0,_:0}}function P(e){var t=e[J];0===t.i||1===t.i?t.j():t.g=!0}function _(e,t){t._=t.p.length;var r=t.p[0],a=void 0!==e&&e!==r;return t.h.O||w("ES5").S(t,e,a),a?(r[J].P&&(C(t),n(4)),i(e)&&(e=M(t,e),t.l||z(t,e)),t.u&&w("Patches").M(r[J],e,t.u,t.s)):e=M(t,r,[]),C(t),t.u&&t.v(t.u,t.s),e!==K?e:void 0}function M(e,t,r){if(y(t))return t;var n=t[J];if(!n)return o(t,(function(a,i){return E(e,n,t,a,i,r)}),!0),t;if(n.A!==e)return t;if(!n.P)return z(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=4===n.i||5===n.i?n.o=h(n.k):n.o;o(3===n.i?new Set(a):a,(function(t,i){return E(e,n,a,t,i,r)})),z(e,a,!1),r&&e.u&&w("Patches").R(n,r,e.u,e.s)}return n.o}function E(e,t,r,n,o,s){if(a(o)){var c=M(e,o,s&&t&&3!==t.i&&!l(t.D,n)?s.concat(n):void 0);if(u(r,n,c),!a(c))return;e.m=!1}if(i(o)&&!y(o)){if(!e.h.N&&e._<1)return;M(e,o),t&&t.A.l||z(e,o)}}function z(e,t,r){void 0===r&&(r=!1),e.h.N&&e.m&&g(t,r)}function O(e,t){var r=e[J];return(r?m(r):e)[t]}function D(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function j(e){e.P||(e.P=!0,e.l&&j(e.l))}function I(e){e.o||(e.o=h(e.t))}function L(e,t,r){var n=p(t)?w("MapSet").T(t,r):f(t)?w("MapSet").F(t,r):e.O?function(e,t){var r=Array.isArray(e),n={i:r?1:0,A:t?t.A:x(),P:!1,I:!1,D:{},l:t,t:e,k:null,o:null,j:null,C:!1},a=n,i=$;r&&(a=[n],i=Z);var o=Proxy.revocable(a,i),s=o.revoke,l=o.proxy;return n.k=l,n.j=s,l}(t,r):w("ES5").J(t,r);return(r?r.A:x()).p.push(n),n}function A(e){return a(e)||n(22,e),function e(t){if(!i(t))return t;var r,n=t[J],a=s(t);if(n){if(!n.P&&(n.i<4||!w("ES5").K(n)))return n.t;n.I=!0,r=W(t,a),n.I=!1}else r=W(t,a);return o(r,(function(t,a){n&&c(n.t,t)===a||u(r,t,e(a))})),3===a?new Set(r):r}(e)}function W(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return h(e)}function H(){function e(e,t){var r=i[e];return r?r.enumerable=t:i[e]=r={configurable:!0,enumerable:t,get:function(){var t=this[J];return $.get(t,e)},set:function(t){var r=this[J];$.set(r,e,t)}},r}function t(e){for(var t=e.length-1;t>=0;t--){var a=e[t][J];if(!a.P)switch(a.i){case 5:n(a)&&j(a);break;case 4:r(a)&&j(a)}}}function r(e){for(var t=e.t,r=e.k,n=U(r),a=n.length-1;a>=0;a--){var i=n[a];if(i!==J){var o=t[i];if(void 0===o&&!l(t,i))return!0;var s=r[i],c=s&&s[J];if(c?c.t!==o:!d(s,o))return!0}}var u=!!t[J];return n.length!==U(t).length+(u?0:1)}function n(e){var t=e.k;if(t.length!==e.t.length)return!0;var r=Object.getOwnPropertyDescriptor(t,t.length-1);return!(!r||r.get)}var i={};b("ES5",{J:function(t,r){var n=Array.isArray(t),a=function(t,r){if(t){for(var n=Array(r.length),a=0;a<r.length;a++)Object.defineProperty(n,""+a,e(a,!0));return n}var i=q(r);delete i[J];for(var o=U(i),s=0;s<o.length;s++){var l=o[s];i[l]=e(l,t||!!i[l].enumerable)}return Object.create(Object.getPrototypeOf(r),i)}(n,t),i={i:n?5:4,A:r?r.A:x(),P:!1,I:!1,D:{},l:r,t:t,k:a,o:null,g:!1,C:!1};return Object.defineProperty(a,J,{value:i,writable:!0}),a},S:function(e,r,i){i?a(r)&&r[J].A===e&&t(e.p):(e.u&&function e(t){if(t&&"object"==typeof t){var r=t[J];if(r){var a=r.t,i=r.k,s=r.D,c=r.i;if(4===c)o(i,(function(t){t!==J&&(void 0!==a[t]||l(a,t)?s[t]||e(i[t]):(s[t]=!0,j(r)))})),o(a,(function(e){void 0!==i[e]||l(i,e)||(s[e]=!1,j(r))}));else if(5===c){if(n(r)&&(j(r),s.length=!0),i.length<a.length)for(var u=i.length;u<a.length;u++)s[u]=!1;else for(var d=a.length;d<i.length;d++)s[d]=!0;for(var p=Math.min(i.length,a.length),f=0;f<p;f++)void 0===s[f]&&e(i[f])}}}}(e.p[0]),t(e.p))},K:function(e){return 4===e.i?r(e):n(e)}})}r.d(t,"a",(function(){return H}));var B,N,R="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),G="undefined"!=typeof Map,Y="undefined"!=typeof Set,X="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,K=R?Symbol.for("immer-nothing"):((B={})["immer-nothing"]=!0,B),F=R?Symbol.for("immer-draftable"):"__$immer_draftable",J=R?Symbol.for("immer-state"):"__$immer_state",U=("undefined"!=typeof Symbol&&Symbol.iterator,"undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames),q=Object.getOwnPropertyDescriptors||function(e){var t={};return U(e).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)})),t},V={},$={get:function(e,t){if(t===J)return e;var r=m(e);if(!l(r,t))return function(e,t,r){var n,a=D(t,r);return a?"value"in a?a.value:null===(n=a.get)||void 0===n?void 0:n.call(e.k):void 0}(e,r,t);var n=r[t];return e.I||!i(n)?n:n===O(e.t,t)?(I(e),e.o[t]=L(e.A.h,n,e)):n},has:function(e,t){return t in m(e)},ownKeys:function(e){return Reflect.ownKeys(m(e))},set:function(e,t,r){var n=D(m(e),t);if(null==n?void 0:n.set)return n.set.call(e.k,r),!0;if(!e.P){var a=O(m(e),t),i=null==a?void 0:a[J];if(i&&i.t===r)return e.o[t]=r,e.D[t]=!1,!0;if(d(r,a)&&(void 0!==r||l(e.t,t)))return!0;I(e),j(e)}return e.o[t]=r,e.D[t]=!0,!0},deleteProperty:function(e,t){return void 0!==O(e.t,t)||t in e.t?(e.D[t]=!1,I(e),j(e)):delete e.D[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=m(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n?{writable:!0,configurable:1!==e.i||"length"!==t,enumerable:n.enumerable,value:r[t]}:n},defineProperty:function(){n(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){n(12)}},Z={};o($,(function(e,t){Z[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Z.deleteProperty=function(e,t){return $.deleteProperty.call(this,e[0],t)},Z.set=function(e,t,r){return $.set.call(this,e[0],t,r,e[0])};var Q=new(function(){function e(e){this.O=X,this.N=!0,"boolean"==typeof(null==e?void 0:e.useProxies)&&this.setUseProxies(e.useProxies),"boolean"==typeof(null==e?void 0:e.autoFreeze)&&this.setAutoFreeze(e.autoFreeze),this.produce=this.produce.bind(this),this.produceWithPatches=this.produceWithPatches.bind(this)}var t=e.prototype;return t.produce=function(e,t,r){if("function"==typeof e&&"function"!=typeof t){var a=t;t=e;var o=this;return function(e){var r=this;void 0===e&&(e=a);for(var n=arguments.length,i=Array(n>1?n-1:0),s=1;s<n;s++)i[s-1]=arguments[s];return o.produce(e,(function(e){var n;return(n=t).call.apply(n,[r,e].concat(i))}))}}var s;if("function"!=typeof t&&n(6),void 0!==r&&"function"!=typeof r&&n(7),i(e)){var l=k(this),c=L(this,e,void 0),u=!0;try{s=t(c),u=!1}finally{u?C(l):T(l)}return"undefined"!=typeof Promise&&s instanceof Promise?s.then((function(e){return S(l,r),_(e,l)}),(function(e){throw C(l),e})):(S(l,r),_(s,l))}if(!e||"object"!=typeof e){if((s=t(e))===K)return;return void 0===s&&(s=e),this.N&&g(s,!0),s}n(21,e)},t.produceWithPatches=function(e,t){var r,n,a=this;return"function"==typeof e?function(t){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return a.produceWithPatches(t,(function(t){return e.apply(void 0,[t].concat(n))}))}:[this.produce(e,t,(function(e,t){r=e,n=t})),r,n]},t.createDraft=function(e){i(e)||n(8),a(e)&&(e=A(e));var t=k(this),r=L(this,e,void 0);return r[J].C=!0,T(t),r},t.finishDraft=function(e,t){var r=(e&&e[J]).A;return S(r,t),_(void 0,r)},t.setAutoFreeze=function(e){this.N=e},t.setUseProxies=function(e){e&&!X&&n(20),this.O=e},t.applyPatches=function(e,t){var r;for(r=t.length-1;r>=0;r--){var n=t[r];if(0===n.path.length&&"replace"===n.op){e=n.value;break}}var i=w("Patches").$;return a(e)?i(e,t):this.produce(e,(function(e){return i(e,t.slice(r+1))}))},e}());Q.produce,Q.produceWithPatches.bind(Q),Q.setAutoFreeze.bind(Q),Q.setUseProxies.bind(Q),Q.applyPatches.bind(Q),Q.createDraft.bind(Q),Q.finishDraft.bind(Q)},function(e,t,r){r(62),r(70),r(71),r(73),r(53),r(54),r(55),r(56),r(14),r(87),e.exports=r(88)},function(e,t,r){"use strict";var n=r(3),a=r(7),i=r(8),o=r(5),s=r(21),l=r(64).KEY,c=r(19),u=r(22),d=r(24),p=r(15),f=r(1),m=r(39),h=r(40),g=r(65),v=r(46),y=r(6),w=r(4),b=r(10),x=r(31),S=r(20),C=r(47),T=r(68),k=r(69),P=r(9),_=r(25),M=k.f,E=P.f,z=T.f,O=n.Symbol,D=n.JSON,j=D&&D.stringify,I=f("_hidden"),L=f("toPrimitive"),A={}.propertyIsEnumerable,W=u("symbol-registry"),H=u("symbols"),B=u("op-symbols"),N=Object.prototype,R="function"==typeof O,G=n.QObject,Y=!G||!G.prototype||!G.prototype.findChild,X=i&&c((function(){return 7!=C(E({},"a",{get:function(){return E(this,"a",{value:7}).a}})).a}))?function(e,t,r){var n=M(N,t);n&&delete N[t],E(e,t,r),n&&e!==N&&E(N,t,n)}:E,K=function(e){var t=H[e]=C(O.prototype);return t._k=e,t},F=R&&"symbol"==typeof O.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof O},J=function(e,t,r){return e===N&&J(B,t,r),y(e),t=x(t,!0),y(r),a(H,t)?(r.enumerable?(a(e,I)&&e[I][t]&&(e[I][t]=!1),r=C(r,{enumerable:S(0,!1)})):(a(e,I)||E(e,I,S(1,{})),e[I][t]=!0),X(e,t,r)):E(e,t,r)},U=function(e,t){y(e);for(var r,n=g(t=b(t)),a=0,i=n.length;i>a;)J(e,r=n[a++],t[r]);return e},q=function(e){var t=A.call(this,e=x(e,!0));return!(this===N&&a(H,e)&&!a(B,e))&&(!(t||!a(this,e)||!a(H,e)||a(this,I)&&this[I][e])||t)},V=function(e,t){if(e=b(e),t=x(t,!0),e!==N||!a(H,t)||a(B,t)){var r=M(e,t);return!r||!a(H,t)||a(e,I)&&e[I][t]||(r.enumerable=!0),r}},$=function(e){for(var t,r=z(b(e)),n=[],i=0;r.length>i;)a(H,t=r[i++])||t==I||t==l||n.push(t);return n},Z=function(e){for(var t,r=e===N,n=z(r?B:b(e)),i=[],o=0;n.length>o;)!a(H,t=n[o++])||r&&!a(N,t)||i.push(H[t]);return i};R||(s((O=function(){if(this instanceof O)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(r){this===N&&t.call(B,r),a(this,I)&&a(this[I],e)&&(this[I][e]=!1),X(this,e,S(1,r))};return i&&Y&&X(N,e,{configurable:!0,set:t}),K(e)}).prototype,"toString",(function(){return this._k})),k.f=V,P.f=J,r(49).f=T.f=$,r(27).f=q,r(45).f=Z,i&&!r(16)&&s(N,"propertyIsEnumerable",q,!0),m.f=function(e){return K(f(e))}),o(o.G+o.W+o.F*!R,{Symbol:O});for(var Q="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;Q.length>ee;)f(Q[ee++]);for(var te=_(f.store),re=0;te.length>re;)h(te[re++]);o(o.S+o.F*!R,"Symbol",{for:function(e){return a(W,e+="")?W[e]:W[e]=O(e)},keyFor:function(e){if(!F(e))throw TypeError(e+" is not a symbol!");for(var t in W)if(W[t]===e)return t},useSetter:function(){Y=!0},useSimple:function(){Y=!1}}),o(o.S+o.F*!R,"Object",{create:function(e,t){return void 0===t?C(e):U(C(e),t)},defineProperty:J,defineProperties:U,getOwnPropertyDescriptor:V,getOwnPropertyNames:$,getOwnPropertySymbols:Z}),D&&o(o.S+o.F*(!R||c((function(){var e=O();return"[null]"!=j([e])||"{}"!=j({a:e})||"{}"!=j(Object(e))}))),"JSON",{stringify:function(e){for(var t,r,n=[e],a=1;arguments.length>a;)n.push(arguments[a++]);if(r=t=n[1],(w(t)||void 0!==e)&&!F(e))return v(t)||(t=function(e,t){if("function"==typeof r&&(t=r.call(this,e,t)),!F(t))return t}),n[1]=t,j.apply(D,n)}}),O.prototype[L]||r(12)(O.prototype,L,O.prototype.valueOf),d(O,"Symbol"),d(Math,"Math",!0),d(n.JSON,"JSON",!0)},function(e,t,r){e.exports=r(22)("native-function-to-string",Function.toString)},function(e,t,r){var n=r(15)("meta"),a=r(4),i=r(7),o=r(9).f,s=0,l=Object.isExtensible||function(){return!0},c=!r(19)((function(){return l(Object.preventExtensions({}))})),u=function(e){o(e,n,{value:{i:"O"+ ++s,w:{}}})},d=e.exports={KEY:n,NEED:!1,fastKey:function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,n)){if(!l(e))return"F";if(!t)return"E";u(e)}return e[n].i},getWeak:function(e,t){if(!i(e,n)){if(!l(e))return!0;if(!t)return!1;u(e)}return e[n].w},onFreeze:function(e){return c&&d.NEED&&l(e)&&!i(e,n)&&u(e),e}}},function(e,t,r){var n=r(25),a=r(45),i=r(27);e.exports=function(e){var t=n(e),r=a.f;if(r)for(var o,s=r(e),l=i.f,c=0;s.length>c;)l.call(e,o=s[c++])&&t.push(o);return t}},function(e,t,r){var n=r(44),a=Math.max,i=Math.min;e.exports=function(e,t){return(e=n(e))<0?a(e+t,0):i(e,t)}},function(e,t,r){var n=r(9),a=r(6),i=r(25);e.exports=r(8)?Object.defineProperties:function(e,t){a(e);for(var r,o=i(t),s=o.length,l=0;s>l;)n.f(e,r=o[l++],t[r]);return e}},function(e,t,r){var n=r(10),a=r(49).f,i={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return o&&"[object Window]"==i.call(e)?function(e){try{return a(e)}catch(t){return o.slice()}}(e):a(n(e))}},function(e,t,r){var n=r(27),a=r(20),i=r(10),o=r(31),s=r(7),l=r(38),c=Object.getOwnPropertyDescriptor;t.f=r(8)?c:function(e,t){if(e=i(e),t=o(t,!0),l)try{return c(e,t)}catch(r){}if(s(e,t))return a(!n.f.call(e,t),e[t])}},function(e,t,r){r(40)("asyncIterator")},function(e,t,r){"use strict";var n=r(5),a=r(26),i=r(50),o="".startsWith;n(n.P+n.F*r(51)("startsWith"),"String",{startsWith:function(e){var t=i(this,e,"startsWith"),r=a(Math.min(arguments.length>1?arguments[1]:void 0,t.length)),n=String(e);return o?o.call(t,n,r):t.slice(r,r+n.length)===n}})},function(e,t,r){var n=r(4),a=r(13),i=r(1)("match");e.exports=function(e){var t;return n(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==a(e))}},function(e,t,r){"use strict";var n=r(35),a=r(74),i=r(28),o=r(10);e.exports=r(75)(Array,"Array",(function(e,t){this._t=o(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,r=this._i++;return!e||r>=e.length?(this._t=void 0,a(1)):a(0,"keys"==t?r:"values"==t?e[r]:[r,e[r]])}),"values"),i.Arguments=i.Array,n("keys"),n("values"),n("entries")},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,r){"use strict";var n=r(16),a=r(5),i=r(21),o=r(12),s=r(28),l=r(76),c=r(24),u=r(77),d=r(1)("iterator"),p=!([].keys&&"next"in[].keys()),f=function(){return this};e.exports=function(e,t,r,m,h,g,v){l(r,t,m);var y,w,b,x=function(e){if(!p&&e in k)return k[e];switch(e){case"keys":case"values":return function(){return new r(this,e)}}return function(){return new r(this,e)}},S=t+" Iterator",C="values"==h,T=!1,k=e.prototype,P=k[d]||k["@@iterator"]||h&&k[h],_=P||x(h),M=h?C?x("entries"):_:void 0,E="Array"==t&&k.entries||P;if(E&&(b=u(E.call(new e)))!==Object.prototype&&b.next&&(c(b,S,!0),n||"function"==typeof b[d]||o(b,d,f)),C&&P&&"values"!==P.name&&(T=!0,_=function(){return P.call(this)}),n&&!v||!p&&!T&&k[d]||o(k,d,_),s[t]=_,s[S]=f,h)if(y={values:C?_:x("values"),keys:g?_:x("keys"),entries:M},v)for(w in y)w in k||i(k,w,y[w]);else a(a.P+a.F*(p||T),t,y);return y}},function(e,t,r){"use strict";var n=r(47),a=r(20),i=r(24),o={};r(12)(o,r(1)("iterator"),(function(){return this})),e.exports=function(e,t,r){e.prototype=n(o,{next:a(1,r)}),i(e,t+" Iterator")}},function(e,t,r){var n=r(7),a=r(52),i=r(33)("IE_PROTO"),o=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=a(e),n(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?o:null}},function(e,t,r){var n=r(25),a=r(10),i=r(27).f;e.exports=function(e){return function(t){for(var r,o=a(t),s=n(o),l=s.length,c=0,u=[];l>c;)i.call(o,r=s[c++])&&u.push(e?[r,o[r]]:o[r]);return u}}},function(e,t,r){var n=r(17),a=r(42),i=r(52),o=r(26),s=r(80);e.exports=function(e,t){var r=1==e,l=2==e,c=3==e,u=4==e,d=6==e,p=5==e||d,f=t||s;return function(t,s,m){for(var h,g,v=i(t),y=a(v),w=n(s,m,3),b=o(y.length),x=0,S=r?f(t,b):l?f(t,0):void 0;b>x;x++)if((p||x in y)&&(g=w(h=y[x],x,v),e))if(r)S[x]=g;else if(g)switch(e){case 3:return!0;case 5:return h;case 6:return x;case 2:S.push(h)}else if(u)return!1;return d?-1:c||u?u:S}}},function(e,t,r){var n=r(81);e.exports=function(e,t){return new(n(e))(t)}},function(e,t,r){var n=r(4),a=r(46),i=r(1)("species");e.exports=function(e){var t;return a(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!a(t.prototype)||(t=void 0),n(t)&&null===(t=t[i])&&(t=void 0)),void 0===t?Array:t}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,a=(n=r(83))&&"object"==typeof n&&"default"in n?n.default:n;t.AppContainer=function(e){return a.Children.only(e.children)},t.hot=function(){return function(e){return e}},t.areComponentsEqual=function(e,t){return e===t},t.setConfig=function(){},t.cold=function(e){return e},t.configureComponent=function(){}},function(e,t,r){"use strict";e.exports=r(84)},function(e,t,r){"use strict";var n=r(85),a="function"===typeof Symbol&&Symbol.for,i=a?Symbol.for("react.element"):60103,o=a?Symbol.for("react.portal"):60106,s=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,c=a?Symbol.for("react.profiler"):60114,u=a?Symbol.for("react.provider"):60109,d=a?Symbol.for("react.context"):60110,p=a?Symbol.for("react.concurrent_mode"):60111,f=a?Symbol.for("react.forward_ref"):60112,m=a?Symbol.for("react.suspense"):60113,h=a?Symbol.for("react.memo"):60115,g=a?Symbol.for("react.lazy"):60116,v="function"===typeof Symbol&&Symbol.iterator;function y(e,t,r,n,a,i,o,s){if(!e){if(e=void 0,void 0===t)e=Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[r,n,a,i,o,s],c=0;(e=Error(t.replace(/%s/g,(function(){return l[c++]})))).name="Invariant Violation"}throw e.framesToPop=1,e}}function w(e){for(var t=arguments.length-1,r="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=0;n<t;n++)r+="&args[]="+encodeURIComponent(arguments[n+1]);y(!1,"Minified React error #"+e+"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",r)}var b={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},x={};function S(e,t,r){this.props=e,this.context=t,this.refs=x,this.updater=r||b}function C(){}function T(e,t,r){this.props=e,this.context=t,this.refs=x,this.updater=r||b}S.prototype.isReactComponent={},S.prototype.setState=function(e,t){"object"!==typeof e&&"function"!==typeof e&&null!=e&&w("85"),this.updater.enqueueSetState(this,e,t,"setState")},S.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},C.prototype=S.prototype;var k=T.prototype=new C;k.constructor=T,n(k,S.prototype),k.isPureReactComponent=!0;var P={current:null},_={current:null},M=Object.prototype.hasOwnProperty,E={key:!0,ref:!0,__self:!0,__source:!0};function z(e,t,r){var n=void 0,a={},o=null,s=null;if(null!=t)for(n in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(o=""+t.key),t)M.call(t,n)&&!E.hasOwnProperty(n)&&(a[n]=t[n]);var l=arguments.length-2;if(1===l)a.children=r;else if(1<l){for(var c=Array(l),u=0;u<l;u++)c[u]=arguments[u+2];a.children=c}if(e&&e.defaultProps)for(n in l=e.defaultProps)void 0===a[n]&&(a[n]=l[n]);return{$$typeof:i,type:e,key:o,ref:s,props:a,_owner:_.current}}function O(e){return"object"===typeof e&&null!==e&&e.$$typeof===i}var D=/\/+/g,j=[];function I(e,t,r,n){if(j.length){var a=j.pop();return a.result=e,a.keyPrefix=t,a.func=r,a.context=n,a.count=0,a}return{result:e,keyPrefix:t,func:r,context:n,count:0}}function L(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>j.length&&j.push(e)}function A(e,t,r){return null==e?0:function e(t,r,n,a){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var l=!1;if(null===t)l=!0;else switch(s){case"string":case"number":l=!0;break;case"object":switch(t.$$typeof){case i:case o:l=!0}}if(l)return n(a,t,""===r?"."+W(t,0):r),1;if(l=0,r=""===r?".":r+":",Array.isArray(t))for(var c=0;c<t.length;c++){var u=r+W(s=t[c],c);l+=e(s,u,n,a)}else if(null===t||"object"!==typeof t?u=null:u="function"===typeof(u=v&&t[v]||t["@@iterator"])?u:null,"function"===typeof u)for(t=u.call(t),c=0;!(s=t.next()).done;)l+=e(s=s.value,u=r+W(s,c++),n,a);else"object"===s&&w("31","[object Object]"===(n=""+t)?"object with keys {"+Object.keys(t).join(", ")+"}":n,"");return l}(e,"",t,r)}function W(e,t){return"object"===typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function H(e,t){e.func.call(e.context,t,e.count++)}function B(e,t,r){var n=e.result,a=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?N(e,n,r,(function(e){return e})):null!=e&&(O(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,a+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(D,"$&/")+"/")+r)),n.push(e))}function N(e,t,r,n,a){var i="";null!=r&&(i=(""+r).replace(D,"$&/")+"/"),A(e,B,t=I(t,i,n,a)),L(t)}function R(){var e=P.current;return null===e&&w("321"),e}var G={Children:{map:function(e,t,r){if(null==e)return e;var n=[];return N(e,n,null,t,r),n},forEach:function(e,t,r){if(null==e)return e;A(e,H,t=I(null,null,t,r)),L(t)},count:function(e){return A(e,(function(){return null}),null)},toArray:function(e){var t=[];return N(e,t,null,(function(e){return e})),t},only:function(e){return O(e)||w("143"),e}},createRef:function(){return{current:null}},Component:S,PureComponent:T,createContext:function(e,t){return void 0===t&&(t=null),(e={$$typeof:d,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:u,_context:e},e.Consumer=e},forwardRef:function(e){return{$$typeof:f,render:e}},lazy:function(e){return{$$typeof:g,_ctor:e,_status:-1,_result:null}},memo:function(e,t){return{$$typeof:h,type:e,compare:void 0===t?null:t}},useCallback:function(e,t){return R().useCallback(e,t)},useContext:function(e,t){return R().useContext(e,t)},useEffect:function(e,t){return R().useEffect(e,t)},useImperativeHandle:function(e,t,r){return R().useImperativeHandle(e,t,r)},useDebugValue:function(){},useLayoutEffect:function(e,t){return R().useLayoutEffect(e,t)},useMemo:function(e,t){return R().useMemo(e,t)},useReducer:function(e,t,r){return R().useReducer(e,t,r)},useRef:function(e){return R().useRef(e)},useState:function(e){return R().useState(e)},Fragment:s,StrictMode:l,Suspense:m,createElement:z,cloneElement:function(e,t,r){(null===e||void 0===e)&&w("267",e);var a=void 0,o=n({},e.props),s=e.key,l=e.ref,c=e._owner;if(null!=t){void 0!==t.ref&&(l=t.ref,c=_.current),void 0!==t.key&&(s=""+t.key);var u=void 0;for(a in e.type&&e.type.defaultProps&&(u=e.type.defaultProps),t)M.call(t,a)&&!E.hasOwnProperty(a)&&(o[a]=void 0===t[a]&&void 0!==u?u[a]:t[a])}if(1===(a=arguments.length-2))o.children=r;else if(1<a){u=Array(a);for(var d=0;d<a;d++)u[d]=arguments[d+2];o.children=u}return{$$typeof:i,type:e.type,key:s,ref:l,props:o,_owner:c}},createFactory:function(e){var t=z.bind(null,e);return t.type=e,t},isValidElement:O,version:"16.8.6",unstable_ConcurrentMode:p,unstable_Profiler:c,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:P,ReactCurrentOwner:_,assign:n}},Y={default:G},X=Y&&G||Y;e.exports=X.default||X},function(e,t,r){"use strict";var n=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function o(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(a){return!1}}()?Object.assign:function(e,t){for(var r,s,l=o(e),c=1;c<arguments.length;c++){for(var u in r=Object(arguments[c]))a.call(r,u)&&(l[u]=r[u]);if(n){s=n(r);for(var d=0;d<s.length;d++)i.call(r,s[d])&&(l[s[d]]=r[s[d]])}}return l}},function(e,t){t.parse=function(e,t){if("string"!==typeof e)throw new TypeError("argument str must be a string");var n={},a=t||{},i=e.split(/; */),o=a.decode||r;return i.forEach((function(e){var t=e.indexOf("=");if(!(t<0)){var r=e.substr(0,t).trim(),a=e.substr(++t,e.length).trim();'"'==a[0]&&(a=a.slice(1,-1)),void 0==n[r]&&(n[r]=function(e,t){try{return t(e)}catch(r){return e}}(a,o))}})),n},t.serialize=function(e,t,r){var i=r||{},o=i.encode||n;if(!a.test(e))throw new TypeError("argument name is invalid");var s=o(t);if(s&&!a.test(s))throw new TypeError("argument val is invalid");var l=[e+"="+s];if(null!=i.maxAge){var c=i.maxAge-0;if(isNaN(c))throw new Error("maxAge should be a Number");l.push("Max-Age="+c)}if(i.domain){if(!a.test(i.domain))throw new TypeError("option domain is invalid");l.push("Domain="+i.domain)}if(i.path){if(!a.test(i.path))throw new TypeError("option path is invalid");l.push("Path="+i.path)}i.expires&&l.push("Expires="+i.expires.toUTCString());i.httpOnly&&l.push("HttpOnly");i.secure&&l.push("Secure");return l.join("; ")};var r=decodeURIComponent,n=encodeURIComponent,a=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/},function(e,t,r){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)}!function(){"use strict";var e,t,r=function t(r,i){function o(e){return Math.floor(e)}function s(){var e=x.params.autoplay,t=x.slides.eq(x.activeIndex);t.attr("data-swiper-autoplay")&&(e=t.attr("data-swiper-autoplay")||x.params.autoplay),x.autoplayTimeoutId=setTimeout((function(){x.params.loop?(x.fixLoop(),x._slideNext(),x.emit("onAutoplay",x)):x.isEnd?i.autoplayStopOnLast?x.stopAutoplay():(x._slideTo(0),x.emit("onAutoplay",x)):(x._slideNext(),x.emit("onAutoplay",x))}),e)}function l(t,r){var n=e(t.target);if(!n.is(r))if("string"==typeof r)n=n.parents(r);else if(r.nodeType){var a;return n.parents().each((function(e,t){t===r&&(a=r)})),a?r:void 0}if(0!==n.length)return n[0]}function c(e,t){t=t||{};var r=new(window.MutationObserver||window.WebkitMutationObserver)((function(e){e.forEach((function(e){x.onResize(!0),x.emit("onObserverUpdate",x,e)}))}));r.observe(e,{attributes:void 0===t.attributes||t.attributes,childList:void 0===t.childList||t.childList,characterData:void 0===t.characterData||t.characterData}),x.observers.push(r)}function u(e){e.originalEvent&&(e=e.originalEvent);var t=e.keyCode||e.charCode;if(!x.params.allowSwipeToNext&&(x.isHorizontal()&&39===t||!x.isHorizontal()&&40===t))return!1;if(!x.params.allowSwipeToPrev&&(x.isHorizontal()&&37===t||!x.isHorizontal()&&38===t))return!1;if(!(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey||document.activeElement&&document.activeElement.nodeName&&("input"===document.activeElement.nodeName.toLowerCase()||"textarea"===document.activeElement.nodeName.toLowerCase()))){if(37===t||39===t||38===t||40===t){var r=!1;if(x.container.parents("."+x.params.slideClass).length>0&&0===x.container.parents("."+x.params.slideActiveClass).length)return;var n={left:window.pageXOffset,top:window.pageYOffset},a=window.innerWidth,i=window.innerHeight,o=x.container.offset();x.rtl&&(o.left=o.left-x.container[0].scrollLeft);for(var s=[[o.left,o.top],[o.left+x.width,o.top],[o.left,o.top+x.height],[o.left+x.width,o.top+x.height]],l=0;l<s.length;l++){var c=s[l];c[0]>=n.left&&c[0]<=n.left+a&&c[1]>=n.top&&c[1]<=n.top+i&&(r=!0)}if(!r)return}x.isHorizontal()?(37!==t&&39!==t||(e.preventDefault?e.preventDefault():e.returnValue=!1),(39===t&&!x.rtl||37===t&&x.rtl)&&x.slideNext(),(37===t&&!x.rtl||39===t&&x.rtl)&&x.slidePrev()):(38!==t&&40!==t||(e.preventDefault?e.preventDefault():e.returnValue=!1),40===t&&x.slideNext(),38===t&&x.slidePrev()),x.emit("onKeyPress",x,t)}}function d(e){e.originalEvent&&(e=e.originalEvent);var t=0,r=x.rtl?-1:1,n=function(e){var t=0,r=0,n=0,a=0;return"detail"in e&&(r=e.detail),"wheelDelta"in e&&(r=-e.wheelDelta/120),"wheelDeltaY"in e&&(r=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=r,r=0),n=10*t,a=10*r,"deltaY"in e&&(a=e.deltaY),"deltaX"in e&&(n=e.deltaX),(n||a)&&e.deltaMode&&(1===e.deltaMode?(n*=40,a*=40):(n*=800,a*=800)),n&&!t&&(t=n<1?-1:1),a&&!r&&(r=a<1?-1:1),{spinX:t,spinY:r,pixelX:n,pixelY:a}}(e);if(x.params.mousewheelForceToAxis)if(x.isHorizontal()){if(!(Math.abs(n.pixelX)>Math.abs(n.pixelY)))return;t=n.pixelX*r}else{if(!(Math.abs(n.pixelY)>Math.abs(n.pixelX)))return;t=n.pixelY}else t=Math.abs(n.pixelX)>Math.abs(n.pixelY)?-n.pixelX*r:-n.pixelY;if(0!==t){if(x.params.mousewheelInvert&&(t=-t),x.params.freeMode){var a=x.getWrapperTranslate()+t*x.params.mousewheelSensitivity,i=x.isBeginning,o=x.isEnd;if(a>=x.minTranslate()&&(a=x.minTranslate()),a<=x.maxTranslate()&&(a=x.maxTranslate()),x.setWrapperTransition(0),x.setWrapperTranslate(a),x.updateProgress(),x.updateActiveIndex(),(!i&&x.isBeginning||!o&&x.isEnd)&&x.updateClasses(),x.params.freeModeSticky?(clearTimeout(x.mousewheel.timeout),x.mousewheel.timeout=setTimeout((function(){x.slideReset()}),300)):x.params.lazyLoading&&x.lazy&&x.lazy.load(),x.emit("onScroll",x,e),x.params.autoplay&&x.params.autoplayDisableOnInteraction&&x.stopAutoplay(),0===a||a===x.maxTranslate())return}else{if((new window.Date).getTime()-x.mousewheel.lastScrollTime>60)if(t<0)if(x.isEnd&&!x.params.loop||x.animating){if(x.params.mousewheelReleaseOnEdges)return!0}else x.slideNext(),x.emit("onScroll",x,e);else if(x.isBeginning&&!x.params.loop||x.animating){if(x.params.mousewheelReleaseOnEdges)return!0}else x.slidePrev(),x.emit("onScroll",x,e);x.mousewheel.lastScrollTime=(new window.Date).getTime()}return e.preventDefault?e.preventDefault():e.returnValue=!1,!1}}function p(t,r){t=e(t);var n,a,i,o=x.rtl?-1:1;n=t.attr("data-swiper-parallax")||"0",a=t.attr("data-swiper-parallax-x"),i=t.attr("data-swiper-parallax-y"),a||i?(a=a||"0",i=i||"0"):x.isHorizontal()?(a=n,i="0"):(i=n,a="0"),a=a.indexOf("%")>=0?parseInt(a,10)*r*o+"%":a*r*o+"px",i=i.indexOf("%")>=0?parseInt(i,10)*r+"%":i*r+"px",t.transform("translate3d("+a+", "+i+",0px)")}function f(e){return 0!==e.indexOf("on")&&(e=e[0]!==e[0].toUpperCase()?"on"+e[0].toUpperCase()+e.substring(1):"on"+e),e}if(!(this instanceof t))return new t(r,i);var m={direction:"horizontal",touchEventsTarget:"container",initialSlide:0,speed:300,autoplay:!1,autoplayDisableOnInteraction:!0,autoplayStopOnLast:!1,iOSEdgeSwipeDetection:!1,iOSEdgeSwipeThreshold:20,freeMode:!1,freeModeMomentum:!0,freeModeMomentumRatio:1,freeModeMomentumBounce:!0,freeModeMomentumBounceRatio:1,freeModeMomentumVelocityRatio:1,freeModeSticky:!1,freeModeMinimumVelocity:.02,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",coverflow:{rotate:50,stretch:0,depth:100,modifier:1,slideShadows:!0},flip:{slideShadows:!0,limitRotation:!0},cube:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94},fade:{crossFade:!1},parallax:!1,zoom:!1,zoomMax:3,zoomMin:1,zoomToggle:!0,scrollbar:null,scrollbarHide:!0,scrollbarDraggable:!1,scrollbarSnapOnRelease:!1,keyboardControl:!1,mousewheelControl:!1,mousewheelReleaseOnEdges:!1,mousewheelInvert:!1,mousewheelForceToAxis:!1,mousewheelSensitivity:1,mousewheelEventsTarged:"container",hashnav:!1,hashnavWatchState:!1,history:!1,replaceState:!1,breakpoints:void 0,spaceBetween:0,slidesPerView:1,slidesPerColumn:1,slidesPerColumnFill:"column",slidesPerGroup:1,centeredSlides:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,onlyExternal:!1,threshold:0,touchMoveStopPropagation:!0,touchReleaseOnEdges:!1,uniqueNavElements:!0,pagination:null,paginationElement:"span",paginationClickable:!1,paginationHide:!1,paginationBulletRender:null,paginationProgressRender:null,paginationFractionRender:null,paginationCustomRender:null,paginationType:"bullets",resistance:!0,resistanceRatio:.85,nextButton:null,prevButton:null,watchSlidesProgress:!1,watchSlidesVisibility:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,lazyLoading:!1,lazyLoadingInPrevNext:!1,lazyLoadingInPrevNextAmount:1,lazyLoadingOnTransitionStart:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,control:void 0,controlInverse:!1,controlBy:"slide",normalizeSlideIndex:!0,allowSwipeToPrev:!0,allowSwipeToNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",passiveListeners:!0,containerModifierClass:"swiper-container-",slideClass:"swiper-slide",slideActiveClass:"swiper-slide-active",slideDuplicateActiveClass:"swiper-slide-duplicate-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",slideNextClass:"swiper-slide-next",slideDuplicateNextClass:"swiper-slide-duplicate-next",slidePrevClass:"swiper-slide-prev",slideDuplicatePrevClass:"swiper-slide-duplicate-prev",wrapperClass:"swiper-wrapper",bulletClass:"swiper-pagination-bullet",bulletActiveClass:"swiper-pagination-bullet-active",buttonDisabledClass:"swiper-button-disabled",paginationCurrentClass:"swiper-pagination-current",paginationTotalClass:"swiper-pagination-total",paginationHiddenClass:"swiper-pagination-hidden",paginationProgressbarClass:"swiper-pagination-progressbar",paginationClickableClass:"swiper-pagination-clickable",paginationModifierClass:"swiper-pagination-",lazyLoadingClass:"swiper-lazy",lazyStatusLoadingClass:"swiper-lazy-loading",lazyStatusLoadedClass:"swiper-lazy-loaded",lazyPreloaderClass:"swiper-lazy-preloader",notificationClass:"swiper-notification",preloaderClass:"preloader",zoomContainerClass:"swiper-zoom-container",observer:!1,observeParents:!1,a11y:!1,prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",runCallbacksOnInit:!0},h=i&&i.virtualTranslate;i=i||{};var g={};for(var v in i)if("object"!=n(i[v])||null===i[v]||i[v].nodeType||i[v]===window||i[v]===document||void 0!==a&&i[v]instanceof a||"undefined"!=typeof jQuery&&i[v]instanceof jQuery)g[v]=i[v];else for(var y in g[v]={},i[v])g[v][y]=i[v][y];for(var w in m)if(void 0===i[w])i[w]=m[w];else if("object"==n(i[w]))for(var b in m[w])void 0===i[w][b]&&(i[w][b]=m[w][b]);var x=this;if(x.params=i,x.originalParams=g,x.classNames=[],void 0!==e&&void 0!==a&&(e=a),(void 0!==e||(e=void 0===a?window.Dom7||window.Zepto||window.jQuery:a))&&(x.$=e,x.currentBreakpoint=void 0,x.getActiveBreakpoint=function(){if(!x.params.breakpoints)return!1;var e,t=!1,r=[];for(e in x.params.breakpoints)x.params.breakpoints.hasOwnProperty(e)&&r.push(e);r.sort((function(e,t){return parseInt(e,10)>parseInt(t,10)}));for(var n=0;n<r.length;n++)(e=r[n])>=window.innerWidth&&!t&&(t=e);return t||"max"},x.setBreakpoint=function(){var e=x.getActiveBreakpoint();if(e&&x.currentBreakpoint!==e){var t=e in x.params.breakpoints?x.params.breakpoints[e]:x.originalParams,r=x.params.loop&&t.slidesPerView!==x.params.slidesPerView;for(var n in t)x.params[n]=t[n];x.currentBreakpoint=e,r&&x.destroyLoop&&x.reLoop(!0)}},x.params.breakpoints&&x.setBreakpoint(),x.container=e(r),0!==x.container.length)){if(x.container.length>1){var S=[];return x.container.each((function(){S.push(new t(this,i))})),S}x.container[0].swiper=x,x.container.data("swiper",x),x.classNames.push(x.params.containerModifierClass+x.params.direction),x.params.freeMode&&x.classNames.push(x.params.containerModifierClass+"free-mode"),x.support.flexbox||(x.classNames.push(x.params.containerModifierClass+"no-flexbox"),x.params.slidesPerColumn=1),x.params.autoHeight&&x.classNames.push(x.params.containerModifierClass+"autoheight"),(x.params.parallax||x.params.watchSlidesVisibility)&&(x.params.watchSlidesProgress=!0),x.params.touchReleaseOnEdges&&(x.params.resistanceRatio=0),["cube","coverflow","flip"].indexOf(x.params.effect)>=0&&(x.support.transforms3d?(x.params.watchSlidesProgress=!0,x.classNames.push(x.params.containerModifierClass+"3d")):x.params.effect="slide"),"slide"!==x.params.effect&&x.classNames.push(x.params.containerModifierClass+x.params.effect),"cube"===x.params.effect&&(x.params.resistanceRatio=0,x.params.slidesPerView=1,x.params.slidesPerColumn=1,x.params.slidesPerGroup=1,x.params.centeredSlides=!1,x.params.spaceBetween=0,x.params.virtualTranslate=!0),"fade"!==x.params.effect&&"flip"!==x.params.effect||(x.params.slidesPerView=1,x.params.slidesPerColumn=1,x.params.slidesPerGroup=1,x.params.watchSlidesProgress=!0,x.params.spaceBetween=0,void 0===h&&(x.params.virtualTranslate=!0)),x.params.grabCursor&&x.support.touch&&(x.params.grabCursor=!1),x.wrapper=x.container.children("."+x.params.wrapperClass),x.params.pagination&&(x.paginationContainer=e(x.params.pagination),x.params.uniqueNavElements&&"string"==typeof x.params.pagination&&x.paginationContainer.length>1&&1===x.container.find(x.params.pagination).length&&(x.paginationContainer=x.container.find(x.params.pagination)),"bullets"===x.params.paginationType&&x.params.paginationClickable?x.paginationContainer.addClass(x.params.paginationModifierClass+"clickable"):x.params.paginationClickable=!1,x.paginationContainer.addClass(x.params.paginationModifierClass+x.params.paginationType)),(x.params.nextButton||x.params.prevButton)&&(x.params.nextButton&&(x.nextButton=e(x.params.nextButton),x.params.uniqueNavElements&&"string"==typeof x.params.nextButton&&x.nextButton.length>1&&1===x.container.find(x.params.nextButton).length&&(x.nextButton=x.container.find(x.params.nextButton))),x.params.prevButton&&(x.prevButton=e(x.params.prevButton),x.params.uniqueNavElements&&"string"==typeof x.params.prevButton&&x.prevButton.length>1&&1===x.container.find(x.params.prevButton).length&&(x.prevButton=x.container.find(x.params.prevButton)))),x.isHorizontal=function(){return"horizontal"===x.params.direction},x.rtl=x.isHorizontal()&&("rtl"===x.container[0].dir.toLowerCase()||"rtl"===x.container.css("direction")),x.rtl&&x.classNames.push(x.params.containerModifierClass+"rtl"),x.rtl&&(x.wrongRTL="-webkit-box"===x.wrapper.css("display")),x.params.slidesPerColumn>1&&x.classNames.push(x.params.containerModifierClass+"multirow"),x.device.android&&x.classNames.push(x.params.containerModifierClass+"android"),x.container.addClass(x.classNames.join(" ")),x.translate=0,x.progress=0,x.velocity=0,x.lockSwipeToNext=function(){x.params.allowSwipeToNext=!1,!1===x.params.allowSwipeToPrev&&x.params.grabCursor&&x.unsetGrabCursor()},x.lockSwipeToPrev=function(){x.params.allowSwipeToPrev=!1,!1===x.params.allowSwipeToNext&&x.params.grabCursor&&x.unsetGrabCursor()},x.lockSwipes=function(){x.params.allowSwipeToNext=x.params.allowSwipeToPrev=!1,x.params.grabCursor&&x.unsetGrabCursor()},x.unlockSwipeToNext=function(){x.params.allowSwipeToNext=!0,!0===x.params.allowSwipeToPrev&&x.params.grabCursor&&x.setGrabCursor()},x.unlockSwipeToPrev=function(){x.params.allowSwipeToPrev=!0,!0===x.params.allowSwipeToNext&&x.params.grabCursor&&x.setGrabCursor()},x.unlockSwipes=function(){x.params.allowSwipeToNext=x.params.allowSwipeToPrev=!0,x.params.grabCursor&&x.setGrabCursor()},x.setGrabCursor=function(e){x.container[0].style.cursor="move",x.container[0].style.cursor=e?"-webkit-grabbing":"-webkit-grab",x.container[0].style.cursor=e?"-moz-grabbin":"-moz-grab",x.container[0].style.cursor=e?"grabbing":"grab"},x.unsetGrabCursor=function(){x.container[0].style.cursor=""},x.params.grabCursor&&x.setGrabCursor(),x.imagesToLoad=[],x.imagesLoaded=0,x.loadImage=function(e,t,r,n,a,i){function o(){i&&i()}var s;e.complete&&a?o():t?((s=new window.Image).onload=o,s.onerror=o,n&&(s.sizes=n),r&&(s.srcset=r),t&&(s.src=t)):o()},x.preloadImages=function(){function e(){void 0!==x&&null!==x&&x&&(void 0!==x.imagesLoaded&&x.imagesLoaded++,x.imagesLoaded===x.imagesToLoad.length&&(x.params.updateOnImagesReady&&x.update(),x.emit("onImagesReady",x)))}x.imagesToLoad=x.container.find("img");for(var t=0;t<x.imagesToLoad.length;t++)x.loadImage(x.imagesToLoad[t],x.imagesToLoad[t].currentSrc||x.imagesToLoad[t].getAttribute("src"),x.imagesToLoad[t].srcset||x.imagesToLoad[t].getAttribute("srcset"),x.imagesToLoad[t].sizes||x.imagesToLoad[t].getAttribute("sizes"),!0,e)},x.autoplayTimeoutId=void 0,x.autoplaying=!1,x.autoplayPaused=!1,x.startAutoplay=function(){return void 0===x.autoplayTimeoutId&&!!x.params.autoplay&&!x.autoplaying&&(x.autoplaying=!0,x.emit("onAutoplayStart",x),void s())},x.stopAutoplay=function(e){x.autoplayTimeoutId&&(x.autoplayTimeoutId&&clearTimeout(x.autoplayTimeoutId),x.autoplaying=!1,x.autoplayTimeoutId=void 0,x.emit("onAutoplayStop",x))},x.pauseAutoplay=function(e){x.autoplayPaused||(x.autoplayTimeoutId&&clearTimeout(x.autoplayTimeoutId),x.autoplayPaused=!0,0===e?(x.autoplayPaused=!1,s()):x.wrapper.transitionEnd((function(){x&&(x.autoplayPaused=!1,x.autoplaying?s():x.stopAutoplay())})))},x.minTranslate=function(){return-x.snapGrid[0]},x.maxTranslate=function(){return-x.snapGrid[x.snapGrid.length-1]},x.updateAutoHeight=function(){var e,t=[],r=0;if("auto"!==x.params.slidesPerView&&x.params.slidesPerView>1)for(e=0;e<Math.ceil(x.params.slidesPerView);e++){var n=x.activeIndex+e;if(n>x.slides.length)break;t.push(x.slides.eq(n)[0])}else t.push(x.slides.eq(x.activeIndex)[0]);for(e=0;e<t.length;e++)if(void 0!==t[e]){var a=t[e].offsetHeight;r=a>r?a:r}r&&x.wrapper.css("height",r+"px")},x.updateContainerSize=function(){var e,t;e=void 0!==x.params.width?x.params.width:x.container[0].clientWidth,t=void 0!==x.params.height?x.params.height:x.container[0].clientHeight,0===e&&x.isHorizontal()||0===t&&!x.isHorizontal()||(e=e-parseInt(x.container.css("padding-left"),10)-parseInt(x.container.css("padding-right"),10),t=t-parseInt(x.container.css("padding-top"),10)-parseInt(x.container.css("padding-bottom"),10),x.width=e,x.height=t,x.size=x.isHorizontal()?x.width:x.height)},x.updateSlidesSize=function(){x.slides=x.wrapper.children("."+x.params.slideClass),x.snapGrid=[],x.slidesGrid=[],x.slidesSizesGrid=[];var e,t=x.params.spaceBetween,r=-x.params.slidesOffsetBefore,n=0,a=0;if(void 0!==x.size){var i;"string"==typeof t&&t.indexOf("%")>=0&&(t=parseFloat(t.replace("%",""))/100*x.size),x.virtualSize=-t,x.rtl?x.slides.css({marginLeft:"",marginTop:""}):x.slides.css({marginRight:"",marginBottom:""}),x.params.slidesPerColumn>1&&(i=Math.floor(x.slides.length/x.params.slidesPerColumn)===x.slides.length/x.params.slidesPerColumn?x.slides.length:Math.ceil(x.slides.length/x.params.slidesPerColumn)*x.params.slidesPerColumn,"auto"!==x.params.slidesPerView&&"row"===x.params.slidesPerColumnFill&&(i=Math.max(i,x.params.slidesPerView*x.params.slidesPerColumn)));var s,l,c=x.params.slidesPerColumn,u=i/c,d=u-(x.params.slidesPerColumn*u-x.slides.length);for(e=0;e<x.slides.length;e++){s=0;var p,f,m,h=x.slides.eq(e);if(x.params.slidesPerColumn>1)"column"===x.params.slidesPerColumnFill?(m=e-(f=Math.floor(e/c))*c,(f>d||f===d&&m===c-1)&&++m>=c&&(m=0,f++),p=f+m*i/c,h.css({"-webkit-box-ordinal-group":p,"-moz-box-ordinal-group":p,"-ms-flex-order":p,"-webkit-order":p,order:p})):f=e-(m=Math.floor(e/u))*u,h.css("margin-"+(x.isHorizontal()?"top":"left"),0!==m&&x.params.spaceBetween&&x.params.spaceBetween+"px").attr("data-swiper-column",f).attr("data-swiper-row",m);"none"!==h.css("display")&&("auto"===x.params.slidesPerView?(s=x.isHorizontal()?h.outerWidth(!0):h.outerHeight(!0),x.params.roundLengths&&(s=o(s))):(s=(x.size-(x.params.slidesPerView-1)*t)/x.params.slidesPerView,x.params.roundLengths&&(s=o(s)),x.isHorizontal()?x.slides[e].style.width=s+"px":x.slides[e].style.height=s+"px"),x.slides[e].swiperSlideSize=s,x.slidesSizesGrid.push(s),x.params.centeredSlides?(r=r+s/2+n/2+t,0===n&&0!==e&&(r=r-x.size/2-t),0===e&&(r=r-x.size/2-t),Math.abs(r)<.001&&(r=0),a%x.params.slidesPerGroup==0&&x.snapGrid.push(r),x.slidesGrid.push(r)):(a%x.params.slidesPerGroup==0&&x.snapGrid.push(r),x.slidesGrid.push(r),r=r+s+t),x.virtualSize+=s+t,n=s,a++)}if(x.virtualSize=Math.max(x.virtualSize,x.size)+x.params.slidesOffsetAfter,x.rtl&&x.wrongRTL&&("slide"===x.params.effect||"coverflow"===x.params.effect)&&x.wrapper.css({width:x.virtualSize+x.params.spaceBetween+"px"}),x.support.flexbox&&!x.params.setWrapperSize||(x.isHorizontal()?x.wrapper.css({width:x.virtualSize+x.params.spaceBetween+"px"}):x.wrapper.css({height:x.virtualSize+x.params.spaceBetween+"px"})),x.params.slidesPerColumn>1&&(x.virtualSize=(s+x.params.spaceBetween)*i,x.virtualSize=Math.ceil(x.virtualSize/x.params.slidesPerColumn)-x.params.spaceBetween,x.isHorizontal()?x.wrapper.css({width:x.virtualSize+x.params.spaceBetween+"px"}):x.wrapper.css({height:x.virtualSize+x.params.spaceBetween+"px"}),x.params.centeredSlides)){for(l=[],e=0;e<x.snapGrid.length;e++)x.snapGrid[e]<x.virtualSize+x.snapGrid[0]&&l.push(x.snapGrid[e]);x.snapGrid=l}if(!x.params.centeredSlides){for(l=[],e=0;e<x.snapGrid.length;e++)x.snapGrid[e]<=x.virtualSize-x.size&&l.push(x.snapGrid[e]);x.snapGrid=l,Math.floor(x.virtualSize-x.size)-Math.floor(x.snapGrid[x.snapGrid.length-1])>1&&x.snapGrid.push(x.virtualSize-x.size)}0===x.snapGrid.length&&(x.snapGrid=[0]),0!==x.params.spaceBetween&&(x.isHorizontal()?x.rtl?x.slides.css({marginLeft:t+"px"}):x.slides.css({marginRight:t+"px"}):x.slides.css({marginBottom:t+"px"})),x.params.watchSlidesProgress&&x.updateSlidesOffset()}},x.updateSlidesOffset=function(){for(var e=0;e<x.slides.length;e++)x.slides[e].swiperSlideOffset=x.isHorizontal()?x.slides[e].offsetLeft:x.slides[e].offsetTop},x.currentSlidesPerView=function(){var e,t,r=1;if(x.params.centeredSlides){var n,a=x.slides[x.activeIndex].swiperSlideSize;for(e=x.activeIndex+1;e<x.slides.length;e++)x.slides[e]&&!n&&(r++,(a+=x.slides[e].swiperSlideSize)>x.size&&(n=!0));for(t=x.activeIndex-1;t>=0;t--)x.slides[t]&&!n&&(r++,(a+=x.slides[t].swiperSlideSize)>x.size&&(n=!0))}else for(e=x.activeIndex+1;e<x.slides.length;e++)x.slidesGrid[e]-x.slidesGrid[x.activeIndex]<x.size&&r++;return r},x.updateSlidesProgress=function(e){if(void 0===e&&(e=x.translate||0),0!==x.slides.length){void 0===x.slides[0].swiperSlideOffset&&x.updateSlidesOffset();var t=-e;x.rtl&&(t=e),x.slides.removeClass(x.params.slideVisibleClass);for(var r=0;r<x.slides.length;r++){var n=x.slides[r],a=(t+(x.params.centeredSlides?x.minTranslate():0)-n.swiperSlideOffset)/(n.swiperSlideSize+x.params.spaceBetween);if(x.params.watchSlidesVisibility){var i=-(t-n.swiperSlideOffset),o=i+x.slidesSizesGrid[r];(i>=0&&i<x.size||o>0&&o<=x.size||i<=0&&o>=x.size)&&x.slides.eq(r).addClass(x.params.slideVisibleClass)}n.progress=x.rtl?-a:a}}},x.updateProgress=function(e){void 0===e&&(e=x.translate||0);var t=x.maxTranslate()-x.minTranslate(),r=x.isBeginning,n=x.isEnd;0===t?(x.progress=0,x.isBeginning=x.isEnd=!0):(x.progress=(e-x.minTranslate())/t,x.isBeginning=x.progress<=0,x.isEnd=x.progress>=1),x.isBeginning&&!r&&x.emit("onReachBeginning",x),x.isEnd&&!n&&x.emit("onReachEnd",x),x.params.watchSlidesProgress&&x.updateSlidesProgress(e),x.emit("onProgress",x,x.progress)},x.updateActiveIndex=function(){var e,t,r,n=x.rtl?x.translate:-x.translate;for(t=0;t<x.slidesGrid.length;t++)void 0!==x.slidesGrid[t+1]?n>=x.slidesGrid[t]&&n<x.slidesGrid[t+1]-(x.slidesGrid[t+1]-x.slidesGrid[t])/2?e=t:n>=x.slidesGrid[t]&&n<x.slidesGrid[t+1]&&(e=t+1):n>=x.slidesGrid[t]&&(e=t);x.params.normalizeSlideIndex&&(e<0||void 0===e)&&(e=0),(r=Math.floor(e/x.params.slidesPerGroup))>=x.snapGrid.length&&(r=x.snapGrid.length-1),e!==x.activeIndex&&(x.snapIndex=r,x.previousIndex=x.activeIndex,x.activeIndex=e,x.updateClasses(),x.updateRealIndex())},x.updateRealIndex=function(){x.realIndex=parseInt(x.slides.eq(x.activeIndex).attr("data-swiper-slide-index")||x.activeIndex,10)},x.updateClasses=function(){x.slides.removeClass(x.params.slideActiveClass+" "+x.params.slideNextClass+" "+x.params.slidePrevClass+" "+x.params.slideDuplicateActiveClass+" "+x.params.slideDuplicateNextClass+" "+x.params.slideDuplicatePrevClass);var t=x.slides.eq(x.activeIndex);t.addClass(x.params.slideActiveClass),i.loop&&(t.hasClass(x.params.slideDuplicateClass)?x.wrapper.children("."+x.params.slideClass+":not(."+x.params.slideDuplicateClass+')[data-swiper-slide-index="'+x.realIndex+'"]').addClass(x.params.slideDuplicateActiveClass):x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass+'[data-swiper-slide-index="'+x.realIndex+'"]').addClass(x.params.slideDuplicateActiveClass));var r=t.next("."+x.params.slideClass).addClass(x.params.slideNextClass);x.params.loop&&0===r.length&&(r=x.slides.eq(0)).addClass(x.params.slideNextClass);var n=t.prev("."+x.params.slideClass).addClass(x.params.slidePrevClass);if(x.params.loop&&0===n.length&&(n=x.slides.eq(-1)).addClass(x.params.slidePrevClass),i.loop&&(r.hasClass(x.params.slideDuplicateClass)?x.wrapper.children("."+x.params.slideClass+":not(."+x.params.slideDuplicateClass+')[data-swiper-slide-index="'+r.attr("data-swiper-slide-index")+'"]').addClass(x.params.slideDuplicateNextClass):x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass+'[data-swiper-slide-index="'+r.attr("data-swiper-slide-index")+'"]').addClass(x.params.slideDuplicateNextClass),n.hasClass(x.params.slideDuplicateClass)?x.wrapper.children("."+x.params.slideClass+":not(."+x.params.slideDuplicateClass+')[data-swiper-slide-index="'+n.attr("data-swiper-slide-index")+'"]').addClass(x.params.slideDuplicatePrevClass):x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass+'[data-swiper-slide-index="'+n.attr("data-swiper-slide-index")+'"]').addClass(x.params.slideDuplicatePrevClass)),x.paginationContainer&&x.paginationContainer.length>0){var a,o=x.params.loop?Math.ceil((x.slides.length-2*x.loopedSlides)/x.params.slidesPerGroup):x.snapGrid.length;if(x.params.loop?((a=Math.ceil((x.activeIndex-x.loopedSlides)/x.params.slidesPerGroup))>x.slides.length-1-2*x.loopedSlides&&(a-=x.slides.length-2*x.loopedSlides),a>o-1&&(a-=o),a<0&&"bullets"!==x.params.paginationType&&(a=o+a)):a=void 0!==x.snapIndex?x.snapIndex:x.activeIndex||0,"bullets"===x.params.paginationType&&x.bullets&&x.bullets.length>0&&(x.bullets.removeClass(x.params.bulletActiveClass),x.paginationContainer.length>1?x.bullets.each((function(){e(this).index()===a&&e(this).addClass(x.params.bulletActiveClass)})):x.bullets.eq(a).addClass(x.params.bulletActiveClass)),"fraction"===x.params.paginationType&&(x.paginationContainer.find("."+x.params.paginationCurrentClass).text(a+1),x.paginationContainer.find("."+x.params.paginationTotalClass).text(o)),"progress"===x.params.paginationType){var s=(a+1)/o,l=s,c=1;x.isHorizontal()||(c=s,l=1),x.paginationContainer.find("."+x.params.paginationProgressbarClass).transform("translate3d(0,0,0) scaleX("+l+") scaleY("+c+")").transition(x.params.speed)}"custom"===x.params.paginationType&&x.params.paginationCustomRender&&(x.paginationContainer.html(x.params.paginationCustomRender(x,a+1,o)),x.emit("onPaginationRendered",x,x.paginationContainer[0]))}x.params.loop||(x.params.prevButton&&x.prevButton&&x.prevButton.length>0&&(x.isBeginning?(x.prevButton.addClass(x.params.buttonDisabledClass),x.params.a11y&&x.a11y&&x.a11y.disable(x.prevButton)):(x.prevButton.removeClass(x.params.buttonDisabledClass),x.params.a11y&&x.a11y&&x.a11y.enable(x.prevButton))),x.params.nextButton&&x.nextButton&&x.nextButton.length>0&&(x.isEnd?(x.nextButton.addClass(x.params.buttonDisabledClass),x.params.a11y&&x.a11y&&x.a11y.disable(x.nextButton)):(x.nextButton.removeClass(x.params.buttonDisabledClass),x.params.a11y&&x.a11y&&x.a11y.enable(x.nextButton))))},x.updatePagination=function(){if(x.params.pagination&&x.paginationContainer&&x.paginationContainer.length>0){var e="";if("bullets"===x.params.paginationType){for(var t=x.params.loop?Math.ceil((x.slides.length-2*x.loopedSlides)/x.params.slidesPerGroup):x.snapGrid.length,r=0;r<t;r++)e+=x.params.paginationBulletRender?x.params.paginationBulletRender(x,r,x.params.bulletClass):"<"+x.params.paginationElement+' class="'+x.params.bulletClass+'"></'+x.params.paginationElement+">";x.paginationContainer.html(e),x.bullets=x.paginationContainer.find("."+x.params.bulletClass),x.params.paginationClickable&&x.params.a11y&&x.a11y&&x.a11y.initPagination()}"fraction"===x.params.paginationType&&(e=x.params.paginationFractionRender?x.params.paginationFractionRender(x,x.params.paginationCurrentClass,x.params.paginationTotalClass):'<span class="'+x.params.paginationCurrentClass+'"></span> / <span class="'+x.params.paginationTotalClass+'"></span>',x.paginationContainer.html(e)),"progress"===x.params.paginationType&&(e=x.params.paginationProgressRender?x.params.paginationProgressRender(x,x.params.paginationProgressbarClass):'<span class="'+x.params.paginationProgressbarClass+'"></span>',x.paginationContainer.html(e)),"custom"!==x.params.paginationType&&x.emit("onPaginationRendered",x,x.paginationContainer[0])}},x.update=function(e){function t(){x.rtl,x.translate,r=Math.min(Math.max(x.translate,x.maxTranslate()),x.minTranslate()),x.setWrapperTranslate(r),x.updateActiveIndex(),x.updateClasses()}var r;x&&(x.updateContainerSize(),x.updateSlidesSize(),x.updateProgress(),x.updatePagination(),x.updateClasses(),x.params.scrollbar&&x.scrollbar&&x.scrollbar.set(),e?(x.controller&&x.controller.spline&&(x.controller.spline=void 0),x.params.freeMode?(t(),x.params.autoHeight&&x.updateAutoHeight()):(("auto"===x.params.slidesPerView||x.params.slidesPerView>1)&&x.isEnd&&!x.params.centeredSlides?x.slideTo(x.slides.length-1,0,!1,!0):x.slideTo(x.activeIndex,0,!1,!0))||t()):x.params.autoHeight&&x.updateAutoHeight())},x.onResize=function(e){x.params.onBeforeResize&&x.params.onBeforeResize(x),x.params.breakpoints&&x.setBreakpoint();var t=x.params.allowSwipeToPrev,r=x.params.allowSwipeToNext;x.params.allowSwipeToPrev=x.params.allowSwipeToNext=!0,x.updateContainerSize(),x.updateSlidesSize(),("auto"===x.params.slidesPerView||x.params.freeMode||e)&&x.updatePagination(),x.params.scrollbar&&x.scrollbar&&x.scrollbar.set(),x.controller&&x.controller.spline&&(x.controller.spline=void 0);var n=!1;if(x.params.freeMode){var a=Math.min(Math.max(x.translate,x.maxTranslate()),x.minTranslate());x.setWrapperTranslate(a),x.updateActiveIndex(),x.updateClasses(),x.params.autoHeight&&x.updateAutoHeight()}else x.updateClasses(),n=("auto"===x.params.slidesPerView||x.params.slidesPerView>1)&&x.isEnd&&!x.params.centeredSlides?x.slideTo(x.slides.length-1,0,!1,!0):x.slideTo(x.activeIndex,0,!1,!0);x.params.lazyLoading&&!n&&x.lazy&&x.lazy.load(),x.params.allowSwipeToPrev=t,x.params.allowSwipeToNext=r,x.params.onAfterResize&&x.params.onAfterResize(x)},x.touchEventsDesktop={start:"mousedown",move:"mousemove",end:"mouseup"},window.navigator.pointerEnabled?x.touchEventsDesktop={start:"pointerdown",move:"pointermove",end:"pointerup"}:window.navigator.msPointerEnabled&&(x.touchEventsDesktop={start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}),x.touchEvents={start:x.support.touch||!x.params.simulateTouch?"touchstart":x.touchEventsDesktop.start,move:x.support.touch||!x.params.simulateTouch?"touchmove":x.touchEventsDesktop.move,end:x.support.touch||!x.params.simulateTouch?"touchend":x.touchEventsDesktop.end},(window.navigator.pointerEnabled||window.navigator.msPointerEnabled)&&("container"===x.params.touchEventsTarget?x.container:x.wrapper).addClass("swiper-wp8-"+x.params.direction),x.initEvents=function(e){var t=e?"off":"on",r=e?"removeEventListener":"addEventListener",n="container"===x.params.touchEventsTarget?x.container[0]:x.wrapper[0],a=x.support.touch?n:document,o=!!x.params.nested;if(x.browser.ie)n[r](x.touchEvents.start,x.onTouchStart,!1),a[r](x.touchEvents.move,x.onTouchMove,o),a[r](x.touchEvents.end,x.onTouchEnd,!1);else{if(x.support.touch){var s=!("touchstart"!==x.touchEvents.start||!x.support.passiveListener||!x.params.passiveListeners)&&{passive:!0,capture:!1};n[r](x.touchEvents.start,x.onTouchStart,s),n[r](x.touchEvents.move,x.onTouchMove,o),n[r](x.touchEvents.end,x.onTouchEnd,s)}(i.simulateTouch&&!x.device.ios&&!x.device.android||i.simulateTouch&&!x.support.touch&&x.device.ios)&&(n[r]("mousedown",x.onTouchStart,!1),document[r]("mousemove",x.onTouchMove,o),document[r]("mouseup",x.onTouchEnd,!1))}window[r]("resize",x.onResize),x.params.nextButton&&x.nextButton&&x.nextButton.length>0&&(x.nextButton[t]("click",x.onClickNext),x.params.a11y&&x.a11y&&x.nextButton[t]("keydown",x.a11y.onEnterKey)),x.params.prevButton&&x.prevButton&&x.prevButton.length>0&&(x.prevButton[t]("click",x.onClickPrev),x.params.a11y&&x.a11y&&x.prevButton[t]("keydown",x.a11y.onEnterKey)),x.params.pagination&&x.params.paginationClickable&&(x.paginationContainer[t]("click","."+x.params.bulletClass,x.onClickIndex),x.params.a11y&&x.a11y&&x.paginationContainer[t]("keydown","."+x.params.bulletClass,x.a11y.onEnterKey)),(x.params.preventClicks||x.params.preventClicksPropagation)&&n[r]("click",x.preventClicks,!0)},x.attachEvents=function(){x.initEvents()},x.detachEvents=function(){x.initEvents(!0)},x.allowClick=!0,x.preventClicks=function(e){x.allowClick||(x.params.preventClicks&&e.preventDefault(),x.params.preventClicksPropagation&&x.animating&&(e.stopPropagation(),e.stopImmediatePropagation()))},x.onClickNext=function(e){e.preventDefault(),x.isEnd&&!x.params.loop||x.slideNext()},x.onClickPrev=function(e){e.preventDefault(),x.isBeginning&&!x.params.loop||x.slidePrev()},x.onClickIndex=function(t){t.preventDefault();var r=e(this).index()*x.params.slidesPerGroup;x.params.loop&&(r+=x.loopedSlides),x.slideTo(r)},x.updateClickedSlide=function(t){var r=l(t,"."+x.params.slideClass),n=!1;if(r)for(var a=0;a<x.slides.length;a++)x.slides[a]===r&&(n=!0);if(!r||!n)return x.clickedSlide=void 0,void(x.clickedIndex=void 0);if(x.clickedSlide=r,x.clickedIndex=e(r).index(),x.params.slideToClickedSlide&&void 0!==x.clickedIndex&&x.clickedIndex!==x.activeIndex){var i,o=x.clickedIndex,s="auto"===x.params.slidesPerView?x.currentSlidesPerView():x.params.slidesPerView;if(x.params.loop){if(x.animating)return;i=parseInt(e(x.clickedSlide).attr("data-swiper-slide-index"),10),x.params.centeredSlides?o<x.loopedSlides-s/2||o>x.slides.length-x.loopedSlides+s/2?(x.fixLoop(),o=x.wrapper.children("."+x.params.slideClass+'[data-swiper-slide-index="'+i+'"]:not(.'+x.params.slideDuplicateClass+")").eq(0).index(),setTimeout((function(){x.slideTo(o)}),0)):x.slideTo(o):o>x.slides.length-s?(x.fixLoop(),o=x.wrapper.children("."+x.params.slideClass+'[data-swiper-slide-index="'+i+'"]:not(.'+x.params.slideDuplicateClass+")").eq(0).index(),setTimeout((function(){x.slideTo(o)}),0)):x.slideTo(o)}else x.slideTo(o)}};var C,T,k,P,_,M,E,z,O,D,j,I,L="input, select, textarea, button, video",A=Date.now(),W=[];for(var H in x.animating=!1,x.touches={startX:0,startY:0,currentX:0,currentY:0,diff:0},x.onTouchStart=function(t){if(t.originalEvent&&(t=t.originalEvent),(j="touchstart"===t.type)||!("which"in t)||3!==t.which){if(x.params.noSwiping&&l(t,"."+x.params.noSwipingClass))return void(x.allowClick=!0);if(!x.params.swipeHandler||l(t,x.params.swipeHandler)){var r=x.touches.currentX="touchstart"===t.type?t.targetTouches[0].pageX:t.pageX,n=x.touches.currentY="touchstart"===t.type?t.targetTouches[0].pageY:t.pageY;if(!(x.device.ios&&x.params.iOSEdgeSwipeDetection&&r<=x.params.iOSEdgeSwipeThreshold)){if(C=!0,T=!1,k=!0,_=void 0,I=void 0,x.touches.startX=r,x.touches.startY=n,P=Date.now(),x.allowClick=!0,x.updateContainerSize(),x.swipeDirection=void 0,x.params.threshold>0&&(z=!1),"touchstart"!==t.type){var a=!0;e(t.target).is(L)&&(a=!1),document.activeElement&&e(document.activeElement).is(L)&&document.activeElement.blur(),a&&t.preventDefault()}x.emit("onTouchStart",x,t)}}}},x.onTouchMove=function(t){if(t.originalEvent&&(t=t.originalEvent),!j||"mousemove"!==t.type){if(t.preventedByNestedSwiper)return x.touches.startX="touchmove"===t.type?t.targetTouches[0].pageX:t.pageX,void(x.touches.startY="touchmove"===t.type?t.targetTouches[0].pageY:t.pageY);if(x.params.onlyExternal)return x.allowClick=!1,void(C&&(x.touches.startX=x.touches.currentX="touchmove"===t.type?t.targetTouches[0].pageX:t.pageX,x.touches.startY=x.touches.currentY="touchmove"===t.type?t.targetTouches[0].pageY:t.pageY,P=Date.now()));if(j&&x.params.touchReleaseOnEdges&&!x.params.loop)if(x.isHorizontal()){if(x.touches.currentX<x.touches.startX&&x.translate<=x.maxTranslate()||x.touches.currentX>x.touches.startX&&x.translate>=x.minTranslate())return}else if(x.touches.currentY<x.touches.startY&&x.translate<=x.maxTranslate()||x.touches.currentY>x.touches.startY&&x.translate>=x.minTranslate())return;if(j&&document.activeElement&&t.target===document.activeElement&&e(t.target).is(L))return T=!0,void(x.allowClick=!1);if(k&&x.emit("onTouchMove",x,t),!(t.targetTouches&&t.targetTouches.length>1)){var r;if(x.touches.currentX="touchmove"===t.type?t.targetTouches[0].pageX:t.pageX,x.touches.currentY="touchmove"===t.type?t.targetTouches[0].pageY:t.pageY,void 0===_)x.isHorizontal()&&x.touches.currentY===x.touches.startY||!x.isHorizontal()&&x.touches.currentX===x.touches.startX?_=!1:(r=180*Math.atan2(Math.abs(x.touches.currentY-x.touches.startY),Math.abs(x.touches.currentX-x.touches.startX))/Math.PI,_=x.isHorizontal()?r>x.params.touchAngle:90-r>x.params.touchAngle);if(_&&x.emit("onTouchMoveOpposite",x,t),void 0===I&&(x.touches.currentX===x.touches.startX&&x.touches.currentY===x.touches.startY||(I=!0)),C){if(_)return void(C=!1);if(I){x.allowClick=!1,x.emit("onSliderMove",x,t),t.preventDefault(),x.params.touchMoveStopPropagation&&!x.params.nested&&t.stopPropagation(),T||(i.loop&&x.fixLoop(),E=x.getWrapperTranslate(),x.setWrapperTransition(0),x.animating&&x.wrapper.trigger("webkitTransitionEnd transitionend oTransitionEnd MSTransitionEnd msTransitionEnd"),x.params.autoplay&&x.autoplaying&&(x.params.autoplayDisableOnInteraction?x.stopAutoplay():x.pauseAutoplay()),D=!1,!x.params.grabCursor||!0!==x.params.allowSwipeToNext&&!0!==x.params.allowSwipeToPrev||x.setGrabCursor(!0)),T=!0;var n=x.touches.diff=x.isHorizontal()?x.touches.currentX-x.touches.startX:x.touches.currentY-x.touches.startY;n*=x.params.touchRatio,x.rtl&&(n=-n),x.swipeDirection=n>0?"prev":"next",M=n+E;var a=!0;if(n>0&&M>x.minTranslate()?(a=!1,x.params.resistance&&(M=x.minTranslate()-1+Math.pow(-x.minTranslate()+E+n,x.params.resistanceRatio))):n<0&&M<x.maxTranslate()&&(a=!1,x.params.resistance&&(M=x.maxTranslate()+1-Math.pow(x.maxTranslate()-E-n,x.params.resistanceRatio))),a&&(t.preventedByNestedSwiper=!0),!x.params.allowSwipeToNext&&"next"===x.swipeDirection&&M<E&&(M=E),!x.params.allowSwipeToPrev&&"prev"===x.swipeDirection&&M>E&&(M=E),x.params.threshold>0){if(!(Math.abs(n)>x.params.threshold||z))return void(M=E);if(!z)return z=!0,x.touches.startX=x.touches.currentX,x.touches.startY=x.touches.currentY,M=E,void(x.touches.diff=x.isHorizontal()?x.touches.currentX-x.touches.startX:x.touches.currentY-x.touches.startY)}x.params.followFinger&&((x.params.freeMode||x.params.watchSlidesProgress)&&x.updateActiveIndex(),x.params.freeMode&&(0===W.length&&W.push({position:x.touches[x.isHorizontal()?"startX":"startY"],time:P}),W.push({position:x.touches[x.isHorizontal()?"currentX":"currentY"],time:(new window.Date).getTime()})),x.updateProgress(M),x.setWrapperTranslate(M))}}}}},x.onTouchEnd=function(t){if(t.originalEvent&&(t=t.originalEvent),k&&x.emit("onTouchEnd",x,t),k=!1,C){x.params.grabCursor&&T&&C&&(!0===x.params.allowSwipeToNext||!0===x.params.allowSwipeToPrev)&&x.setGrabCursor(!1);var r,n=Date.now(),a=n-P;if(x.allowClick&&(x.updateClickedSlide(t),x.emit("onTap",x,t),a<300&&n-A>300&&(O&&clearTimeout(O),O=setTimeout((function(){x&&(x.params.paginationHide&&x.paginationContainer.length>0&&!e(t.target).hasClass(x.params.bulletClass)&&x.paginationContainer.toggleClass(x.params.paginationHiddenClass),x.emit("onClick",x,t))}),300)),a<300&&n-A<300&&(O&&clearTimeout(O),x.emit("onDoubleTap",x,t))),A=Date.now(),setTimeout((function(){x&&(x.allowClick=!0)}),0),!C||!T||!x.swipeDirection||0===x.touches.diff||M===E)return void(C=T=!1);if(C=T=!1,r=x.params.followFinger?x.rtl?x.translate:-x.translate:-M,x.params.freeMode){if(r<-x.minTranslate())return void x.slideTo(x.activeIndex);if(r>-x.maxTranslate())return void(x.slides.length<x.snapGrid.length?x.slideTo(x.snapGrid.length-1):x.slideTo(x.slides.length-1));if(x.params.freeModeMomentum){if(W.length>1){var i=W.pop(),o=W.pop(),s=i.position-o.position,l=i.time-o.time;x.velocity=s/l,x.velocity=x.velocity/2,Math.abs(x.velocity)<x.params.freeModeMinimumVelocity&&(x.velocity=0),(l>150||(new window.Date).getTime()-i.time>300)&&(x.velocity=0)}else x.velocity=0;x.velocity=x.velocity*x.params.freeModeMomentumVelocityRatio,W.length=0;var c=1e3*x.params.freeModeMomentumRatio,u=x.velocity*c,d=x.translate+u;x.rtl&&(d=-d);var p,f=!1,m=20*Math.abs(x.velocity)*x.params.freeModeMomentumBounceRatio;if(d<x.maxTranslate())x.params.freeModeMomentumBounce?(d+x.maxTranslate()<-m&&(d=x.maxTranslate()-m),p=x.maxTranslate(),f=!0,D=!0):d=x.maxTranslate();else if(d>x.minTranslate())x.params.freeModeMomentumBounce?(d-x.minTranslate()>m&&(d=x.minTranslate()+m),p=x.minTranslate(),f=!0,D=!0):d=x.minTranslate();else if(x.params.freeModeSticky){var h,g=0;for(g=0;g<x.snapGrid.length;g+=1)if(x.snapGrid[g]>-d){h=g;break}d=Math.abs(x.snapGrid[h]-d)<Math.abs(x.snapGrid[h-1]-d)||"next"===x.swipeDirection?x.snapGrid[h]:x.snapGrid[h-1],x.rtl||(d=-d)}if(0!==x.velocity)c=x.rtl?Math.abs((-d-x.translate)/x.velocity):Math.abs((d-x.translate)/x.velocity);else if(x.params.freeModeSticky)return void x.slideReset();x.params.freeModeMomentumBounce&&f?(x.updateProgress(p),x.setWrapperTransition(c),x.setWrapperTranslate(d),x.onTransitionStart(),x.animating=!0,x.wrapper.transitionEnd((function(){x&&D&&(x.emit("onMomentumBounce",x),x.setWrapperTransition(x.params.speed),x.setWrapperTranslate(p),x.wrapper.transitionEnd((function(){x&&x.onTransitionEnd()})))}))):x.velocity?(x.updateProgress(d),x.setWrapperTransition(c),x.setWrapperTranslate(d),x.onTransitionStart(),x.animating||(x.animating=!0,x.wrapper.transitionEnd((function(){x&&x.onTransitionEnd()})))):x.updateProgress(d),x.updateActiveIndex()}return void((!x.params.freeModeMomentum||a>=x.params.longSwipesMs)&&(x.updateProgress(),x.updateActiveIndex()))}var v,y=0,w=x.slidesSizesGrid[0];for(v=0;v<x.slidesGrid.length;v+=x.params.slidesPerGroup)void 0!==x.slidesGrid[v+x.params.slidesPerGroup]?r>=x.slidesGrid[v]&&r<x.slidesGrid[v+x.params.slidesPerGroup]&&(y=v,w=x.slidesGrid[v+x.params.slidesPerGroup]-x.slidesGrid[v]):r>=x.slidesGrid[v]&&(y=v,w=x.slidesGrid[x.slidesGrid.length-1]-x.slidesGrid[x.slidesGrid.length-2]);var b=(r-x.slidesGrid[y])/w;if(a>x.params.longSwipesMs){if(!x.params.longSwipes)return void x.slideTo(x.activeIndex);"next"===x.swipeDirection&&(b>=x.params.longSwipesRatio?x.slideTo(y+x.params.slidesPerGroup):x.slideTo(y)),"prev"===x.swipeDirection&&(b>1-x.params.longSwipesRatio?x.slideTo(y+x.params.slidesPerGroup):x.slideTo(y))}else{if(!x.params.shortSwipes)return void x.slideTo(x.activeIndex);"next"===x.swipeDirection&&x.slideTo(y+x.params.slidesPerGroup),"prev"===x.swipeDirection&&x.slideTo(y)}}},x._slideTo=function(e,t){return x.slideTo(e,t,!0,!0)},x.slideTo=function(e,t,r,n){void 0===r&&(r=!0),void 0===e&&(e=0),e<0&&(e=0),x.snapIndex=Math.floor(e/x.params.slidesPerGroup),x.snapIndex>=x.snapGrid.length&&(x.snapIndex=x.snapGrid.length-1);var a=-x.snapGrid[x.snapIndex];if(x.params.autoplay&&x.autoplaying&&(n||!x.params.autoplayDisableOnInteraction?x.pauseAutoplay(t):x.stopAutoplay()),x.updateProgress(a),x.params.normalizeSlideIndex)for(var i=0;i<x.slidesGrid.length;i++)-Math.floor(100*a)>=Math.floor(100*x.slidesGrid[i])&&(e=i);return!(!x.params.allowSwipeToNext&&a<x.translate&&a<x.minTranslate())&&!(!x.params.allowSwipeToPrev&&a>x.translate&&a>x.maxTranslate()&&(x.activeIndex||0)!==e)&&(void 0===t&&(t=x.params.speed),x.previousIndex=x.activeIndex||0,x.activeIndex=e,x.updateRealIndex(),x.rtl&&-a===x.translate||!x.rtl&&a===x.translate?(x.params.autoHeight&&x.updateAutoHeight(),x.updateClasses(),"slide"!==x.params.effect&&x.setWrapperTranslate(a),!1):(x.updateClasses(),x.onTransitionStart(r),0===t||x.browser.lteIE9?(x.setWrapperTranslate(a),x.setWrapperTransition(0),x.onTransitionEnd(r)):(x.setWrapperTranslate(a),x.setWrapperTransition(t),x.animating||(x.animating=!0,x.wrapper.transitionEnd((function(){x&&x.onTransitionEnd(r)})))),!0))},x.onTransitionStart=function(e){void 0===e&&(e=!0),x.params.autoHeight&&x.updateAutoHeight(),x.lazy&&x.lazy.onTransitionStart(),e&&(x.emit("onTransitionStart",x),x.activeIndex!==x.previousIndex&&(x.emit("onSlideChangeStart",x),x.activeIndex>x.previousIndex?x.emit("onSlideNextStart",x):x.emit("onSlidePrevStart",x)))},x.onTransitionEnd=function(e){x.animating=!1,x.setWrapperTransition(0),void 0===e&&(e=!0),x.lazy&&x.lazy.onTransitionEnd(),e&&(x.emit("onTransitionEnd",x),x.activeIndex!==x.previousIndex&&(x.emit("onSlideChangeEnd",x),x.activeIndex>x.previousIndex?x.emit("onSlideNextEnd",x):x.emit("onSlidePrevEnd",x))),x.params.history&&x.history&&x.history.setHistory(x.params.history,x.activeIndex),x.params.hashnav&&x.hashnav&&x.hashnav.setHash()},x.slideNext=function(e,t,r){return x.params.loop?!x.animating&&(x.fixLoop(),x.container[0].clientLeft,x.slideTo(x.activeIndex+x.params.slidesPerGroup,t,e,r)):x.slideTo(x.activeIndex+x.params.slidesPerGroup,t,e,r)},x._slideNext=function(e){return x.slideNext(!0,e,!0)},x.slidePrev=function(e,t,r){return x.params.loop?!x.animating&&(x.fixLoop(),x.container[0].clientLeft,x.slideTo(x.activeIndex-1,t,e,r)):x.slideTo(x.activeIndex-1,t,e,r)},x._slidePrev=function(e){return x.slidePrev(!0,e,!0)},x.slideReset=function(e,t,r){return x.slideTo(x.activeIndex,t,e)},x.disableTouchControl=function(){return x.params.onlyExternal=!0,!0},x.enableTouchControl=function(){return x.params.onlyExternal=!1,!0},x.setWrapperTransition=function(e,t){x.wrapper.transition(e),"slide"!==x.params.effect&&x.effects[x.params.effect]&&x.effects[x.params.effect].setTransition(e),x.params.parallax&&x.parallax&&x.parallax.setTransition(e),x.params.scrollbar&&x.scrollbar&&x.scrollbar.setTransition(e),x.params.control&&x.controller&&x.controller.setTransition(e,t),x.emit("onSetTransition",x,e)},x.setWrapperTranslate=function(e,t,r){var n=0,a=0;x.isHorizontal()?n=x.rtl?-e:e:a=e,x.params.roundLengths&&(n=o(n),a=o(a)),x.params.virtualTranslate||(x.support.transforms3d?x.wrapper.transform("translate3d("+n+"px, "+a+"px, 0px)"):x.wrapper.transform("translate("+n+"px, "+a+"px)")),x.translate=x.isHorizontal()?n:a;var i=x.maxTranslate()-x.minTranslate();(0===i?0:(e-x.minTranslate())/i)!==x.progress&&x.updateProgress(e),t&&x.updateActiveIndex(),"slide"!==x.params.effect&&x.effects[x.params.effect]&&x.effects[x.params.effect].setTranslate(x.translate),x.params.parallax&&x.parallax&&x.parallax.setTranslate(x.translate),x.params.scrollbar&&x.scrollbar&&x.scrollbar.setTranslate(x.translate),x.params.control&&x.controller&&x.controller.setTranslate(x.translate,r),x.emit("onSetTranslate",x,x.translate)},x.getTranslate=function(e,t){var r,n,a,i;return void 0===t&&(t="x"),x.params.virtualTranslate?x.rtl?-x.translate:x.translate:(a=window.getComputedStyle(e,null),window.WebKitCSSMatrix?((n=a.transform||a.webkitTransform).split(",").length>6&&(n=n.split(", ").map((function(e){return e.replace(",",".")})).join(", ")),i=new window.WebKitCSSMatrix("none"===n?"":n)):r=(i=a.MozTransform||a.OTransform||a.MsTransform||a.msTransform||a.transform||a.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,")).toString().split(","),"x"===t&&(n=window.WebKitCSSMatrix?i.m41:16===r.length?parseFloat(r[12]):parseFloat(r[4])),"y"===t&&(n=window.WebKitCSSMatrix?i.m42:16===r.length?parseFloat(r[13]):parseFloat(r[5])),x.rtl&&n&&(n=-n),n||0)},x.getWrapperTranslate=function(e){return void 0===e&&(e=x.isHorizontal()?"x":"y"),x.getTranslate(x.wrapper[0],e)},x.observers=[],x.initObservers=function(){if(x.params.observeParents)for(var e=x.container.parents(),t=0;t<e.length;t++)c(e[t]);c(x.container[0],{childList:!1}),c(x.wrapper[0],{attributes:!1})},x.disconnectObservers=function(){for(var e=0;e<x.observers.length;e++)x.observers[e].disconnect();x.observers=[]},x.createLoop=function(){x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass).remove();var t=x.wrapper.children("."+x.params.slideClass);"auto"!==x.params.slidesPerView||x.params.loopedSlides||(x.params.loopedSlides=t.length),x.loopedSlides=parseInt(x.params.loopedSlides||x.params.slidesPerView,10),x.loopedSlides=x.loopedSlides+x.params.loopAdditionalSlides,x.loopedSlides>t.length&&(x.loopedSlides=t.length);var r,n=[],a=[];for(t.each((function(r,i){var o=e(this);r<x.loopedSlides&&a.push(i),r<t.length&&r>=t.length-x.loopedSlides&&n.push(i),o.attr("data-swiper-slide-index",r)})),r=0;r<a.length;r++)x.wrapper.append(e(a[r].cloneNode(!0)).addClass(x.params.slideDuplicateClass));for(r=n.length-1;r>=0;r--)x.wrapper.prepend(e(n[r].cloneNode(!0)).addClass(x.params.slideDuplicateClass))},x.destroyLoop=function(){x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass).remove(),x.slides.removeAttr("data-swiper-slide-index")},x.reLoop=function(e){var t=x.activeIndex-x.loopedSlides;x.destroyLoop(),x.createLoop(),x.updateSlidesSize(),e&&x.slideTo(t+x.loopedSlides,0,!1)},x.fixLoop=function(){var e;x.activeIndex<x.loopedSlides?(e=x.slides.length-3*x.loopedSlides+x.activeIndex,e+=x.loopedSlides,x.slideTo(e,0,!1,!0)):("auto"===x.params.slidesPerView&&x.activeIndex>=2*x.loopedSlides||x.activeIndex>x.slides.length-2*x.params.slidesPerView)&&(e=-x.slides.length+x.activeIndex+x.loopedSlides,e+=x.loopedSlides,x.slideTo(e,0,!1,!0))},x.appendSlide=function(e){if(x.params.loop&&x.destroyLoop(),"object"==n(e)&&e.length)for(var t=0;t<e.length;t++)e[t]&&x.wrapper.append(e[t]);else x.wrapper.append(e);x.params.loop&&x.createLoop(),x.params.observer&&x.support.observer||x.update(!0)},x.prependSlide=function(e){x.params.loop&&x.destroyLoop();var t=x.activeIndex+1;if("object"==n(e)&&e.length){for(var r=0;r<e.length;r++)e[r]&&x.wrapper.prepend(e[r]);t=x.activeIndex+e.length}else x.wrapper.prepend(e);x.params.loop&&x.createLoop(),x.params.observer&&x.support.observer||x.update(!0),x.slideTo(t,0,!1)},x.removeSlide=function(e){x.params.loop&&(x.destroyLoop(),x.slides=x.wrapper.children("."+x.params.slideClass));var t,r=x.activeIndex;if("object"==n(e)&&e.length){for(var a=0;a<e.length;a++)t=e[a],x.slides[t]&&x.slides.eq(t).remove(),t<r&&r--;r=Math.max(r,0)}else t=e,x.slides[t]&&x.slides.eq(t).remove(),t<r&&r--,r=Math.max(r,0);x.params.loop&&x.createLoop(),x.params.observer&&x.support.observer||x.update(!0),x.params.loop?x.slideTo(r+x.loopedSlides,0,!1):x.slideTo(r,0,!1)},x.removeAllSlides=function(){for(var e=[],t=0;t<x.slides.length;t++)e.push(t);x.removeSlide(e)},x.effects={fade:{setTranslate:function(){for(var e=0;e<x.slides.length;e++){var t=x.slides.eq(e),r=-t[0].swiperSlideOffset;x.params.virtualTranslate||(r-=x.translate);var n=0;x.isHorizontal()||(n=r,r=0);var a=x.params.fade.crossFade?Math.max(1-Math.abs(t[0].progress),0):1+Math.min(Math.max(t[0].progress,-1),0);t.css({opacity:a}).transform("translate3d("+r+"px, "+n+"px, 0px)")}},setTransition:function(e){if(x.slides.transition(e),x.params.virtualTranslate&&0!==e){var t=!1;x.slides.transitionEnd((function(){if(!t&&x){t=!0,x.animating=!1;for(var e=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],r=0;r<e.length;r++)x.wrapper.trigger(e[r])}}))}}},flip:{setTranslate:function(){for(var t=0;t<x.slides.length;t++){var r=x.slides.eq(t),n=r[0].progress;x.params.flip.limitRotation&&(n=Math.max(Math.min(r[0].progress,1),-1));var a=-180*n,i=0,o=-r[0].swiperSlideOffset,s=0;if(x.isHorizontal()?x.rtl&&(a=-a):(s=o,o=0,i=-a,a=0),r[0].style.zIndex=-Math.abs(Math.round(n))+x.slides.length,x.params.flip.slideShadows){var l=x.isHorizontal()?r.find(".swiper-slide-shadow-left"):r.find(".swiper-slide-shadow-top"),c=x.isHorizontal()?r.find(".swiper-slide-shadow-right"):r.find(".swiper-slide-shadow-bottom");0===l.length&&(l=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"left":"top")+'"></div>'),r.append(l)),0===c.length&&(c=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"right":"bottom")+'"></div>'),r.append(c)),l.length&&(l[0].style.opacity=Math.max(-n,0)),c.length&&(c[0].style.opacity=Math.max(n,0))}r.transform("translate3d("+o+"px, "+s+"px, 0px) rotateX("+i+"deg) rotateY("+a+"deg)")}},setTransition:function(t){if(x.slides.transition(t).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(t),x.params.virtualTranslate&&0!==t){var r=!1;x.slides.eq(x.activeIndex).transitionEnd((function(){if(!r&&x&&e(this).hasClass(x.params.slideActiveClass)){r=!0,x.animating=!1;for(var t=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],n=0;n<t.length;n++)x.wrapper.trigger(t[n])}}))}}},cube:{setTranslate:function(){var t,r=0;x.params.cube.shadow&&(x.isHorizontal()?(0===(t=x.wrapper.find(".swiper-cube-shadow")).length&&(t=e('<div class="swiper-cube-shadow"></div>'),x.wrapper.append(t)),t.css({height:x.width+"px"})):0===(t=x.container.find(".swiper-cube-shadow")).length&&(t=e('<div class="swiper-cube-shadow"></div>'),x.container.append(t)));for(var n=0;n<x.slides.length;n++){var a=x.slides.eq(n),i=90*n,o=Math.floor(i/360);x.rtl&&(i=-i,o=Math.floor(-i/360));var s=Math.max(Math.min(a[0].progress,1),-1),l=0,c=0,u=0;n%4==0?(l=4*-o*x.size,u=0):(n-1)%4==0?(l=0,u=4*-o*x.size):(n-2)%4==0?(l=x.size+4*o*x.size,u=x.size):(n-3)%4==0&&(l=-x.size,u=3*x.size+4*x.size*o),x.rtl&&(l=-l),x.isHorizontal()||(c=l,l=0);var d="rotateX("+(x.isHorizontal()?0:-i)+"deg) rotateY("+(x.isHorizontal()?i:0)+"deg) translate3d("+l+"px, "+c+"px, "+u+"px)";if(s<=1&&s>-1&&(r=90*n+90*s,x.rtl&&(r=90*-n-90*s)),a.transform(d),x.params.cube.slideShadows){var p=x.isHorizontal()?a.find(".swiper-slide-shadow-left"):a.find(".swiper-slide-shadow-top"),f=x.isHorizontal()?a.find(".swiper-slide-shadow-right"):a.find(".swiper-slide-shadow-bottom");0===p.length&&(p=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"left":"top")+'"></div>'),a.append(p)),0===f.length&&(f=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"right":"bottom")+'"></div>'),a.append(f)),p.length&&(p[0].style.opacity=Math.max(-s,0)),f.length&&(f[0].style.opacity=Math.max(s,0))}}if(x.wrapper.css({"-webkit-transform-origin":"50% 50% -"+x.size/2+"px","-moz-transform-origin":"50% 50% -"+x.size/2+"px","-ms-transform-origin":"50% 50% -"+x.size/2+"px","transform-origin":"50% 50% -"+x.size/2+"px"}),x.params.cube.shadow)if(x.isHorizontal())t.transform("translate3d(0px, "+(x.width/2+x.params.cube.shadowOffset)+"px, "+-x.width/2+"px) rotateX(90deg) rotateZ(0deg) scale("+x.params.cube.shadowScale+")");else{var m=Math.abs(r)-90*Math.floor(Math.abs(r)/90),h=1.5-(Math.sin(2*m*Math.PI/360)/2+Math.cos(2*m*Math.PI/360)/2),g=x.params.cube.shadowScale,v=x.params.cube.shadowScale/h,y=x.params.cube.shadowOffset;t.transform("scale3d("+g+", 1, "+v+") translate3d(0px, "+(x.height/2+y)+"px, "+-x.height/2/v+"px) rotateX(-90deg)")}var w=x.isSafari||x.isUiWebView?-x.size/2:0;x.wrapper.transform("translate3d(0px,0,"+w+"px) rotateX("+(x.isHorizontal()?0:r)+"deg) rotateY("+(x.isHorizontal()?-r:0)+"deg)")},setTransition:function(e){x.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),x.params.cube.shadow&&!x.isHorizontal()&&x.container.find(".swiper-cube-shadow").transition(e)}},coverflow:{setTranslate:function(){for(var t=x.translate,r=x.isHorizontal()?-t+x.width/2:-t+x.height/2,n=x.isHorizontal()?x.params.coverflow.rotate:-x.params.coverflow.rotate,a=x.params.coverflow.depth,i=0,o=x.slides.length;i<o;i++){var s=x.slides.eq(i),l=x.slidesSizesGrid[i],c=(r-s[0].swiperSlideOffset-l/2)/l*x.params.coverflow.modifier,u=x.isHorizontal()?n*c:0,d=x.isHorizontal()?0:n*c,p=-a*Math.abs(c),f=x.isHorizontal()?0:x.params.coverflow.stretch*c,m=x.isHorizontal()?x.params.coverflow.stretch*c:0;Math.abs(m)<.001&&(m=0),Math.abs(f)<.001&&(f=0),Math.abs(p)<.001&&(p=0),Math.abs(u)<.001&&(u=0),Math.abs(d)<.001&&(d=0);var h="translate3d("+m+"px,"+f+"px,"+p+"px) rotateX("+d+"deg) rotateY("+u+"deg)";if(s.transform(h),s[0].style.zIndex=1-Math.abs(Math.round(c)),x.params.coverflow.slideShadows){var g=x.isHorizontal()?s.find(".swiper-slide-shadow-left"):s.find(".swiper-slide-shadow-top"),v=x.isHorizontal()?s.find(".swiper-slide-shadow-right"):s.find(".swiper-slide-shadow-bottom");0===g.length&&(g=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"left":"top")+'"></div>'),s.append(g)),0===v.length&&(v=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"right":"bottom")+'"></div>'),s.append(v)),g.length&&(g[0].style.opacity=c>0?c:0),v.length&&(v[0].style.opacity=-c>0?-c:0)}}x.browser.ie&&(x.wrapper[0].style.perspectiveOrigin=r+"px 50%")},setTransition:function(e){x.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)}}},x.lazy={initialImageLoaded:!1,loadImageInSlide:function(t,r){if(void 0!==t&&(void 0===r&&(r=!0),0!==x.slides.length)){var n=x.slides.eq(t),a=n.find("."+x.params.lazyLoadingClass+":not(."+x.params.lazyStatusLoadedClass+"):not(."+x.params.lazyStatusLoadingClass+")");!n.hasClass(x.params.lazyLoadingClass)||n.hasClass(x.params.lazyStatusLoadedClass)||n.hasClass(x.params.lazyStatusLoadingClass)||(a=a.add(n[0])),0!==a.length&&a.each((function(){var t=e(this);t.addClass(x.params.lazyStatusLoadingClass);var a=t.attr("data-background"),i=t.attr("data-src"),o=t.attr("data-srcset"),s=t.attr("data-sizes");x.loadImage(t[0],i||a,o,s,!1,(function(){if(void 0!==x&&null!==x&&x){if(a?(t.css("background-image",'url("'+a+'")'),t.removeAttr("data-background")):(o&&(t.attr("srcset",o),t.removeAttr("data-srcset")),s&&(t.attr("sizes",s),t.removeAttr("data-sizes")),i&&(t.attr("src",i),t.removeAttr("data-src"))),t.addClass(x.params.lazyStatusLoadedClass).removeClass(x.params.lazyStatusLoadingClass),n.find("."+x.params.lazyPreloaderClass+", ."+x.params.preloaderClass).remove(),x.params.loop&&r){var e=n.attr("data-swiper-slide-index");if(n.hasClass(x.params.slideDuplicateClass)){var l=x.wrapper.children('[data-swiper-slide-index="'+e+'"]:not(.'+x.params.slideDuplicateClass+")");x.lazy.loadImageInSlide(l.index(),!1)}else{var c=x.wrapper.children("."+x.params.slideDuplicateClass+'[data-swiper-slide-index="'+e+'"]');x.lazy.loadImageInSlide(c.index(),!1)}}x.emit("onLazyImageReady",x,n[0],t[0])}})),x.emit("onLazyImageLoad",x,n[0],t[0])}))}},load:function(){var t,r=x.params.slidesPerView;if("auto"===r&&(r=0),x.lazy.initialImageLoaded||(x.lazy.initialImageLoaded=!0),x.params.watchSlidesVisibility)x.wrapper.children("."+x.params.slideVisibleClass).each((function(){x.lazy.loadImageInSlide(e(this).index())}));else if(r>1)for(t=x.activeIndex;t<x.activeIndex+r;t++)x.slides[t]&&x.lazy.loadImageInSlide(t);else x.lazy.loadImageInSlide(x.activeIndex);if(x.params.lazyLoadingInPrevNext)if(r>1||x.params.lazyLoadingInPrevNextAmount&&x.params.lazyLoadingInPrevNextAmount>1){var n=x.params.lazyLoadingInPrevNextAmount,a=r,i=Math.min(x.activeIndex+a+Math.max(n,a),x.slides.length),o=Math.max(x.activeIndex-Math.max(a,n),0);for(t=x.activeIndex+r;t<i;t++)x.slides[t]&&x.lazy.loadImageInSlide(t);for(t=o;t<x.activeIndex;t++)x.slides[t]&&x.lazy.loadImageInSlide(t)}else{var s=x.wrapper.children("."+x.params.slideNextClass);s.length>0&&x.lazy.loadImageInSlide(s.index());var l=x.wrapper.children("."+x.params.slidePrevClass);l.length>0&&x.lazy.loadImageInSlide(l.index())}},onTransitionStart:function(){x.params.lazyLoading&&(x.params.lazyLoadingOnTransitionStart||!x.params.lazyLoadingOnTransitionStart&&!x.lazy.initialImageLoaded)&&x.lazy.load()},onTransitionEnd:function(){x.params.lazyLoading&&!x.params.lazyLoadingOnTransitionStart&&x.lazy.load()}},x.scrollbar={isTouched:!1,setDragPosition:function(e){var t=x.scrollbar,r=(x.isHorizontal()?"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].pageX:e.pageX||e.clientX:"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].pageY:e.pageY||e.clientY)-t.track.offset()[x.isHorizontal()?"left":"top"]-t.dragSize/2,n=-x.minTranslate()*t.moveDivider,a=-x.maxTranslate()*t.moveDivider;r<n?r=n:r>a&&(r=a),r=-r/t.moveDivider,x.updateProgress(r),x.setWrapperTranslate(r,!0)},dragStart:function(e){var t=x.scrollbar;t.isTouched=!0,e.preventDefault(),e.stopPropagation(),t.setDragPosition(e),clearTimeout(t.dragTimeout),t.track.transition(0),x.params.scrollbarHide&&t.track.css("opacity",1),x.wrapper.transition(100),t.drag.transition(100),x.emit("onScrollbarDragStart",x)},dragMove:function(e){var t=x.scrollbar;t.isTouched&&(e.preventDefault?e.preventDefault():e.returnValue=!1,t.setDragPosition(e),x.wrapper.transition(0),t.track.transition(0),t.drag.transition(0),x.emit("onScrollbarDragMove",x))},dragEnd:function(e){var t=x.scrollbar;t.isTouched&&(t.isTouched=!1,x.params.scrollbarHide&&(clearTimeout(t.dragTimeout),t.dragTimeout=setTimeout((function(){t.track.css("opacity",0),t.track.transition(400)}),1e3)),x.emit("onScrollbarDragEnd",x),x.params.scrollbarSnapOnRelease&&x.slideReset())},draggableEvents:!1!==x.params.simulateTouch||x.support.touch?x.touchEvents:x.touchEventsDesktop,enableDraggable:function(){var t=x.scrollbar,r=x.support.touch?t.track:document;e(t.track).on(t.draggableEvents.start,t.dragStart),e(r).on(t.draggableEvents.move,t.dragMove),e(r).on(t.draggableEvents.end,t.dragEnd)},disableDraggable:function(){var t=x.scrollbar,r=x.support.touch?t.track:document;e(t.track).off(t.draggableEvents.start,t.dragStart),e(r).off(t.draggableEvents.move,t.dragMove),e(r).off(t.draggableEvents.end,t.dragEnd)},set:function(){if(x.params.scrollbar){var t=x.scrollbar;t.track=e(x.params.scrollbar),x.params.uniqueNavElements&&"string"==typeof x.params.scrollbar&&t.track.length>1&&1===x.container.find(x.params.scrollbar).length&&(t.track=x.container.find(x.params.scrollbar)),t.drag=t.track.find(".swiper-scrollbar-drag"),0===t.drag.length&&(t.drag=e('<div class="swiper-scrollbar-drag"></div>'),t.track.append(t.drag)),t.drag[0].style.width="",t.drag[0].style.height="",t.trackSize=x.isHorizontal()?t.track[0].offsetWidth:t.track[0].offsetHeight,t.divider=x.size/x.virtualSize,t.moveDivider=t.divider*(t.trackSize/x.size),t.dragSize=t.trackSize*t.divider,x.isHorizontal()?t.drag[0].style.width=t.dragSize+"px":t.drag[0].style.height=t.dragSize+"px",t.divider>=1?t.track[0].style.display="none":t.track[0].style.display="",x.params.scrollbarHide&&(t.track[0].style.opacity=0)}},setTranslate:function(){if(x.params.scrollbar){var e,t=x.scrollbar,r=(x.translate,t.dragSize);e=(t.trackSize-t.dragSize)*x.progress,x.rtl&&x.isHorizontal()?(e=-e)>0?(r=t.dragSize-e,e=0):-e+t.dragSize>t.trackSize&&(r=t.trackSize+e):e<0?(r=t.dragSize+e,e=0):e+t.dragSize>t.trackSize&&(r=t.trackSize-e),x.isHorizontal()?(x.support.transforms3d?t.drag.transform("translate3d("+e+"px, 0, 0)"):t.drag.transform("translateX("+e+"px)"),t.drag[0].style.width=r+"px"):(x.support.transforms3d?t.drag.transform("translate3d(0px, "+e+"px, 0)"):t.drag.transform("translateY("+e+"px)"),t.drag[0].style.height=r+"px"),x.params.scrollbarHide&&(clearTimeout(t.timeout),t.track[0].style.opacity=1,t.timeout=setTimeout((function(){t.track[0].style.opacity=0,t.track.transition(400)}),1e3))}},setTransition:function(e){x.params.scrollbar&&x.scrollbar.drag.transition(e)}},x.controller={LinearSpline:function(e,t){var r,n,a=function(){var e,t,r;return function(n,a){for(t=-1,e=n.length;e-t>1;)n[r=e+t>>1]<=a?t=r:e=r;return e}}();this.x=e,this.y=t,this.lastIndex=e.length-1,this.x.length,this.interpolate=function(e){return e?(n=a(this.x,e),r=n-1,(e-this.x[r])*(this.y[n]-this.y[r])/(this.x[n]-this.x[r])+this.y[r]):0}},getInterpolateFunction:function(e){x.controller.spline||(x.controller.spline=x.params.loop?new x.controller.LinearSpline(x.slidesGrid,e.slidesGrid):new x.controller.LinearSpline(x.snapGrid,e.snapGrid))},setTranslate:function(e,r){function n(t){e=t.rtl&&"horizontal"===t.params.direction?-x.translate:x.translate,"slide"===x.params.controlBy&&(x.controller.getInterpolateFunction(t),i=-x.controller.spline.interpolate(-e)),i&&"container"!==x.params.controlBy||(a=(t.maxTranslate()-t.minTranslate())/(x.maxTranslate()-x.minTranslate()),i=(e-x.minTranslate())*a+t.minTranslate()),x.params.controlInverse&&(i=t.maxTranslate()-i),t.updateProgress(i),t.setWrapperTranslate(i,!1,x),t.updateActiveIndex()}var a,i,o=x.params.control;if(Array.isArray(o))for(var s=0;s<o.length;s++)o[s]!==r&&o[s]instanceof t&&n(o[s]);else o instanceof t&&r!==o&&n(o)},setTransition:function(e,r){function n(t){t.setWrapperTransition(e,x),0!==e&&(t.onTransitionStart(),t.wrapper.transitionEnd((function(){i&&(t.params.loop&&"slide"===x.params.controlBy&&t.fixLoop(),t.onTransitionEnd())})))}var a,i=x.params.control;if(Array.isArray(i))for(a=0;a<i.length;a++)i[a]!==r&&i[a]instanceof t&&n(i[a]);else i instanceof t&&r!==i&&n(i)}},x.hashnav={onHashCange:function(e,t){var r=document.location.hash.replace("#","");r!==x.slides.eq(x.activeIndex).attr("data-hash")&&x.slideTo(x.wrapper.children("."+x.params.slideClass+'[data-hash="'+r+'"]').index())},attachEvents:function(t){var r=t?"off":"on";e(window)[r]("hashchange",x.hashnav.onHashCange)},setHash:function(){if(x.hashnav.initialized&&x.params.hashnav)if(x.params.replaceState&&window.history&&window.history.replaceState)window.history.replaceState(null,null,"#"+x.slides.eq(x.activeIndex).attr("data-hash")||!1);else{var e=x.slides.eq(x.activeIndex),t=e.attr("data-hash")||e.attr("data-history");document.location.hash=t||""}},init:function(){if(x.params.hashnav&&!x.params.history){x.hashnav.initialized=!0;var e=document.location.hash.replace("#","");if(e)for(var t=0,r=x.slides.length;t<r;t++){var n=x.slides.eq(t);if((n.attr("data-hash")||n.attr("data-history"))===e&&!n.hasClass(x.params.slideDuplicateClass)){var a=n.index();x.slideTo(a,0,x.params.runCallbacksOnInit,!0)}}x.params.hashnavWatchState&&x.hashnav.attachEvents()}},destroy:function(){x.params.hashnavWatchState&&x.hashnav.attachEvents(!0)}},x.history={init:function(){if(x.params.history){if(!window.history||!window.history.pushState)return x.params.history=!1,void(x.params.hashnav=!0);x.history.initialized=!0,this.paths=this.getPathValues(),(this.paths.key||this.paths.value)&&(this.scrollToSlide(0,this.paths.value,x.params.runCallbacksOnInit),x.params.replaceState||window.addEventListener("popstate",this.setHistoryPopState))}},setHistoryPopState:function(){x.history.paths=x.history.getPathValues(),x.history.scrollToSlide(x.params.speed,x.history.paths.value,!1)},getPathValues:function(){var e=window.location.pathname.slice(1).split("/"),t=e.length;return{key:e[t-2],value:e[t-1]}},setHistory:function(e,t){if(x.history.initialized&&x.params.history){var r=x.slides.eq(t),n=this.slugify(r.attr("data-history"));window.location.pathname.includes(e)||(n=e+"/"+n),x.params.replaceState?window.history.replaceState(null,null,n):window.history.pushState(null,null,n)}},slugify:function(e){return e.toString().toLowerCase().replace(/\s+/g,"-").replace(/[^\w\-]+/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,"")},scrollToSlide:function(e,t,r){if(t)for(var n=0,a=x.slides.length;n<a;n++){var i=x.slides.eq(n);if(this.slugify(i.attr("data-history"))===t&&!i.hasClass(x.params.slideDuplicateClass)){var o=i.index();x.slideTo(o,e,r)}}else x.slideTo(0,e,r)}},x.disableKeyboardControl=function(){x.params.keyboardControl=!1,e(document).off("keydown",u)},x.enableKeyboardControl=function(){x.params.keyboardControl=!0,e(document).on("keydown",u)},x.mousewheel={event:!1,lastScrollTime:(new window.Date).getTime()},x.params.mousewheelControl&&(x.mousewheel.event=navigator.userAgent.indexOf("firefox")>-1?"DOMMouseScroll":function(){var e="onwheel"in document;if(!e){var t=document.createElement("div");t.setAttribute("onwheel","return;"),e="function"==typeof t.onwheel}return!e&&document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")&&(e=document.implementation.hasFeature("Events.wheel","3.0")),e}()?"wheel":"mousewheel"),x.disableMousewheelControl=function(){if(!x.mousewheel.event)return!1;var t=x.container;return"container"!==x.params.mousewheelEventsTarged&&(t=e(x.params.mousewheelEventsTarged)),t.off(x.mousewheel.event,d),x.params.mousewheelControl=!1,!0},x.enableMousewheelControl=function(){if(!x.mousewheel.event)return!1;var t=x.container;return"container"!==x.params.mousewheelEventsTarged&&(t=e(x.params.mousewheelEventsTarged)),t.on(x.mousewheel.event,d),x.params.mousewheelControl=!0,!0},x.parallax={setTranslate:function(){x.container.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each((function(){p(this,x.progress)})),x.slides.each((function(){var t=e(this);t.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each((function(){p(this,Math.min(Math.max(t[0].progress,-1),1))}))}))},setTransition:function(t){void 0===t&&(t=x.params.speed),x.container.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each((function(){var r=e(this),n=parseInt(r.attr("data-swiper-parallax-duration"),10)||t;0===t&&(n=0),r.transition(n)}))}},x.zoom={scale:1,currentScale:1,isScaling:!1,gesture:{slide:void 0,slideWidth:void 0,slideHeight:void 0,image:void 0,imageWrap:void 0,zoomMax:x.params.zoomMax},image:{isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},velocity:{x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0},getDistanceBetweenTouches:function(e){if(e.targetTouches.length<2)return 1;var t=e.targetTouches[0].pageX,r=e.targetTouches[0].pageY,n=e.targetTouches[1].pageX,a=e.targetTouches[1].pageY;return Math.sqrt(Math.pow(n-t,2)+Math.pow(a-r,2))},onGestureStart:function(t){var r=x.zoom;if(!x.support.gestures){if("touchstart"!==t.type||"touchstart"===t.type&&t.targetTouches.length<2)return;r.gesture.scaleStart=r.getDistanceBetweenTouches(t)}r.gesture.slide&&r.gesture.slide.length||(r.gesture.slide=e(this),0===r.gesture.slide.length&&(r.gesture.slide=x.slides.eq(x.activeIndex)),r.gesture.image=r.gesture.slide.find("img, svg, canvas"),r.gesture.imageWrap=r.gesture.image.parent("."+x.params.zoomContainerClass),r.gesture.zoomMax=r.gesture.imageWrap.attr("data-swiper-zoom")||x.params.zoomMax,0!==r.gesture.imageWrap.length)?(r.gesture.image.transition(0),r.isScaling=!0):r.gesture.image=void 0},onGestureChange:function(e){var t=x.zoom;if(!x.support.gestures){if("touchmove"!==e.type||"touchmove"===e.type&&e.targetTouches.length<2)return;t.gesture.scaleMove=t.getDistanceBetweenTouches(e)}t.gesture.image&&0!==t.gesture.image.length&&(x.support.gestures?t.scale=e.scale*t.currentScale:t.scale=t.gesture.scaleMove/t.gesture.scaleStart*t.currentScale,t.scale>t.gesture.zoomMax&&(t.scale=t.gesture.zoomMax-1+Math.pow(t.scale-t.gesture.zoomMax+1,.5)),t.scale<x.params.zoomMin&&(t.scale=x.params.zoomMin+1-Math.pow(x.params.zoomMin-t.scale+1,.5)),t.gesture.image.transform("translate3d(0,0,0) scale("+t.scale+")"))},onGestureEnd:function(e){var t=x.zoom;!x.support.gestures&&("touchend"!==e.type||"touchend"===e.type&&e.changedTouches.length<2)||t.gesture.image&&0!==t.gesture.image.length&&(t.scale=Math.max(Math.min(t.scale,t.gesture.zoomMax),x.params.zoomMin),t.gesture.image.transition(x.params.speed).transform("translate3d(0,0,0) scale("+t.scale+")"),t.currentScale=t.scale,t.isScaling=!1,1===t.scale&&(t.gesture.slide=void 0))},onTouchStart:function(e,t){var r=e.zoom;r.gesture.image&&0!==r.gesture.image.length&&(r.image.isTouched||("android"===e.device.os&&t.preventDefault(),r.image.isTouched=!0,r.image.touchesStart.x="touchstart"===t.type?t.targetTouches[0].pageX:t.pageX,r.image.touchesStart.y="touchstart"===t.type?t.targetTouches[0].pageY:t.pageY))},onTouchMove:function(e){var t=x.zoom;if(t.gesture.image&&0!==t.gesture.image.length&&(x.allowClick=!1,t.image.isTouched&&t.gesture.slide)){t.image.isMoved||(t.image.width=t.gesture.image[0].offsetWidth,t.image.height=t.gesture.image[0].offsetHeight,t.image.startX=x.getTranslate(t.gesture.imageWrap[0],"x")||0,t.image.startY=x.getTranslate(t.gesture.imageWrap[0],"y")||0,t.gesture.slideWidth=t.gesture.slide[0].offsetWidth,t.gesture.slideHeight=t.gesture.slide[0].offsetHeight,t.gesture.imageWrap.transition(0),x.rtl&&(t.image.startX=-t.image.startX),x.rtl&&(t.image.startY=-t.image.startY));var r=t.image.width*t.scale,n=t.image.height*t.scale;if(!(r<t.gesture.slideWidth&&n<t.gesture.slideHeight)){if(t.image.minX=Math.min(t.gesture.slideWidth/2-r/2,0),t.image.maxX=-t.image.minX,t.image.minY=Math.min(t.gesture.slideHeight/2-n/2,0),t.image.maxY=-t.image.minY,t.image.touchesCurrent.x="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,t.image.touchesCurrent.y="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY,!t.image.isMoved&&!t.isScaling){if(x.isHorizontal()&&Math.floor(t.image.minX)===Math.floor(t.image.startX)&&t.image.touchesCurrent.x<t.image.touchesStart.x||Math.floor(t.image.maxX)===Math.floor(t.image.startX)&&t.image.touchesCurrent.x>t.image.touchesStart.x)return void(t.image.isTouched=!1);if(!x.isHorizontal()&&Math.floor(t.image.minY)===Math.floor(t.image.startY)&&t.image.touchesCurrent.y<t.image.touchesStart.y||Math.floor(t.image.maxY)===Math.floor(t.image.startY)&&t.image.touchesCurrent.y>t.image.touchesStart.y)return void(t.image.isTouched=!1)}e.preventDefault(),e.stopPropagation(),t.image.isMoved=!0,t.image.currentX=t.image.touchesCurrent.x-t.image.touchesStart.x+t.image.startX,t.image.currentY=t.image.touchesCurrent.y-t.image.touchesStart.y+t.image.startY,t.image.currentX<t.image.minX&&(t.image.currentX=t.image.minX+1-Math.pow(t.image.minX-t.image.currentX+1,.8)),t.image.currentX>t.image.maxX&&(t.image.currentX=t.image.maxX-1+Math.pow(t.image.currentX-t.image.maxX+1,.8)),t.image.currentY<t.image.minY&&(t.image.currentY=t.image.minY+1-Math.pow(t.image.minY-t.image.currentY+1,.8)),t.image.currentY>t.image.maxY&&(t.image.currentY=t.image.maxY-1+Math.pow(t.image.currentY-t.image.maxY+1,.8)),t.velocity.prevPositionX||(t.velocity.prevPositionX=t.image.touchesCurrent.x),t.velocity.prevPositionY||(t.velocity.prevPositionY=t.image.touchesCurrent.y),t.velocity.prevTime||(t.velocity.prevTime=Date.now()),t.velocity.x=(t.image.touchesCurrent.x-t.velocity.prevPositionX)/(Date.now()-t.velocity.prevTime)/2,t.velocity.y=(t.image.touchesCurrent.y-t.velocity.prevPositionY)/(Date.now()-t.velocity.prevTime)/2,Math.abs(t.image.touchesCurrent.x-t.velocity.prevPositionX)<2&&(t.velocity.x=0),Math.abs(t.image.touchesCurrent.y-t.velocity.prevPositionY)<2&&(t.velocity.y=0),t.velocity.prevPositionX=t.image.touchesCurrent.x,t.velocity.prevPositionY=t.image.touchesCurrent.y,t.velocity.prevTime=Date.now(),t.gesture.imageWrap.transform("translate3d("+t.image.currentX+"px, "+t.image.currentY+"px,0)")}}},onTouchEnd:function(e,t){var r=e.zoom;if(r.gesture.image&&0!==r.gesture.image.length){if(!r.image.isTouched||!r.image.isMoved)return r.image.isTouched=!1,void(r.image.isMoved=!1);r.image.isTouched=!1,r.image.isMoved=!1;var n=300,a=300,i=r.velocity.x*n,o=r.image.currentX+i,s=r.velocity.y*a,l=r.image.currentY+s;0!==r.velocity.x&&(n=Math.abs((o-r.image.currentX)/r.velocity.x)),0!==r.velocity.y&&(a=Math.abs((l-r.image.currentY)/r.velocity.y));var c=Math.max(n,a);r.image.currentX=o,r.image.currentY=l;var u=r.image.width*r.scale,d=r.image.height*r.scale;r.image.minX=Math.min(r.gesture.slideWidth/2-u/2,0),r.image.maxX=-r.image.minX,r.image.minY=Math.min(r.gesture.slideHeight/2-d/2,0),r.image.maxY=-r.image.minY,r.image.currentX=Math.max(Math.min(r.image.currentX,r.image.maxX),r.image.minX),r.image.currentY=Math.max(Math.min(r.image.currentY,r.image.maxY),r.image.minY),r.gesture.imageWrap.transition(c).transform("translate3d("+r.image.currentX+"px, "+r.image.currentY+"px,0)")}},onTransitionEnd:function(e){var t=e.zoom;t.gesture.slide&&e.previousIndex!==e.activeIndex&&(t.gesture.image.transform("translate3d(0,0,0) scale(1)"),t.gesture.imageWrap.transform("translate3d(0,0,0)"),t.gesture.slide=t.gesture.image=t.gesture.imageWrap=void 0,t.scale=t.currentScale=1)},toggleZoom:function(t,r){var n,a,i,o,s,l,c,u,d,p,f,m,h,g,v,y,w=t.zoom;(w.gesture.slide||(w.gesture.slide=t.clickedSlide?e(t.clickedSlide):t.slides.eq(t.activeIndex),w.gesture.image=w.gesture.slide.find("img, svg, canvas"),w.gesture.imageWrap=w.gesture.image.parent("."+t.params.zoomContainerClass)),w.gesture.image&&0!==w.gesture.image.length)&&(void 0===w.image.touchesStart.x&&r?(n="touchend"===r.type?r.changedTouches[0].pageX:r.pageX,a="touchend"===r.type?r.changedTouches[0].pageY:r.pageY):(n=w.image.touchesStart.x,a=w.image.touchesStart.y),w.scale&&1!==w.scale?(w.scale=w.currentScale=1,w.gesture.imageWrap.transition(300).transform("translate3d(0,0,0)"),w.gesture.image.transition(300).transform("translate3d(0,0,0) scale(1)"),w.gesture.slide=void 0):(w.scale=w.currentScale=w.gesture.imageWrap.attr("data-swiper-zoom")||t.params.zoomMax,r?(v=w.gesture.slide[0].offsetWidth,y=w.gesture.slide[0].offsetHeight,i=w.gesture.slide.offset().left+v/2-n,o=w.gesture.slide.offset().top+y/2-a,c=w.gesture.image[0].offsetWidth,u=w.gesture.image[0].offsetHeight,d=c*w.scale,p=u*w.scale,h=-(f=Math.min(v/2-d/2,0)),g=-(m=Math.min(y/2-p/2,0)),(s=i*w.scale)<f&&(s=f),s>h&&(s=h),(l=o*w.scale)<m&&(l=m),l>g&&(l=g)):(s=0,l=0),w.gesture.imageWrap.transition(300).transform("translate3d("+s+"px, "+l+"px,0)"),w.gesture.image.transition(300).transform("translate3d(0,0,0) scale("+w.scale+")")))},attachEvents:function(t){var r=t?"off":"on";if(x.params.zoom){var n=(x.slides,!("touchstart"!==x.touchEvents.start||!x.support.passiveListener||!x.params.passiveListeners)&&{passive:!0,capture:!1});x.support.gestures?(x.slides[r]("gesturestart",x.zoom.onGestureStart,n),x.slides[r]("gesturechange",x.zoom.onGestureChange,n),x.slides[r]("gestureend",x.zoom.onGestureEnd,n)):"touchstart"===x.touchEvents.start&&(x.slides[r](x.touchEvents.start,x.zoom.onGestureStart,n),x.slides[r](x.touchEvents.move,x.zoom.onGestureChange,n),x.slides[r](x.touchEvents.end,x.zoom.onGestureEnd,n)),x[r]("touchStart",x.zoom.onTouchStart),x.slides.each((function(t,n){e(n).find("."+x.params.zoomContainerClass).length>0&&e(n)[r](x.touchEvents.move,x.zoom.onTouchMove)})),x[r]("touchEnd",x.zoom.onTouchEnd),x[r]("transitionEnd",x.zoom.onTransitionEnd),x.params.zoomToggle&&x.on("doubleTap",x.zoom.toggleZoom)}},init:function(){x.zoom.attachEvents()},destroy:function(){x.zoom.attachEvents(!0)}},x._plugins=[],x.plugins){var B=x.plugins[H](x,x.params[H]);B&&x._plugins.push(B)}return x.callPlugins=function(e){for(var t=0;t<x._plugins.length;t++)e in x._plugins[t]&&x._plugins[t][e](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])},x.emitterEventListeners={},x.emit=function(e){var t;if(x.params[e]&&x.params[e](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]),x.emitterEventListeners[e])for(t=0;t<x.emitterEventListeners[e].length;t++)x.emitterEventListeners[e][t](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);x.callPlugins&&x.callPlugins(e,arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])},x.on=function(e,t){return e=f(e),x.emitterEventListeners[e]||(x.emitterEventListeners[e]=[]),x.emitterEventListeners[e].push(t),x},x.off=function(e,t){var r;if(e=f(e),void 0===t)return x.emitterEventListeners[e]=[],x;if(x.emitterEventListeners[e]&&0!==x.emitterEventListeners[e].length){for(r=0;r<x.emitterEventListeners[e].length;r++)x.emitterEventListeners[e][r]===t&&x.emitterEventListeners[e].splice(r,1);return x}},x.once=function(e,t){e=f(e);return x.on(e,(function r(){t(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4]),x.off(e,r)})),x},x.a11y={makeFocusable:function(e){return e.attr("tabIndex","0"),e},addRole:function(e,t){return e.attr("role",t),e},addLabel:function(e,t){return e.attr("aria-label",t),e},disable:function(e){return e.attr("aria-disabled",!0),e},enable:function(e){return e.attr("aria-disabled",!1),e},onEnterKey:function(t){13===t.keyCode&&(e(t.target).is(x.params.nextButton)?(x.onClickNext(t),x.isEnd?x.a11y.notify(x.params.lastSlideMessage):x.a11y.notify(x.params.nextSlideMessage)):e(t.target).is(x.params.prevButton)&&(x.onClickPrev(t),x.isBeginning?x.a11y.notify(x.params.firstSlideMessage):x.a11y.notify(x.params.prevSlideMessage)),e(t.target).is("."+x.params.bulletClass)&&e(t.target)[0].click())},liveRegion:e('<span class="'+x.params.notificationClass+'" aria-live="assertive" aria-atomic="true"></span>'),notify:function(e){var t=x.a11y.liveRegion;0!==t.length&&(t.html(""),t.html(e))},init:function(){x.params.nextButton&&x.nextButton&&x.nextButton.length>0&&(x.a11y.makeFocusable(x.nextButton),x.a11y.addRole(x.nextButton,"button"),x.a11y.addLabel(x.nextButton,x.params.nextSlideMessage)),x.params.prevButton&&x.prevButton&&x.prevButton.length>0&&(x.a11y.makeFocusable(x.prevButton),x.a11y.addRole(x.prevButton,"button"),x.a11y.addLabel(x.prevButton,x.params.prevSlideMessage)),e(x.container).append(x.a11y.liveRegion)},initPagination:function(){x.params.pagination&&x.params.paginationClickable&&x.bullets&&x.bullets.length&&x.bullets.each((function(){var t=e(this);x.a11y.makeFocusable(t),x.a11y.addRole(t,"button"),x.a11y.addLabel(t,x.params.paginationBulletMessage.replace(/{{index}}/,t.index()+1))}))},destroy:function(){x.a11y.liveRegion&&x.a11y.liveRegion.length>0&&x.a11y.liveRegion.remove()}},x.init=function(){x.params.loop&&x.createLoop(),x.updateContainerSize(),x.updateSlidesSize(),x.updatePagination(),x.params.scrollbar&&x.scrollbar&&(x.scrollbar.set(),x.params.scrollbarDraggable&&x.scrollbar.enableDraggable()),"slide"!==x.params.effect&&x.effects[x.params.effect]&&(x.params.loop||x.updateProgress(),x.effects[x.params.effect].setTranslate()),x.params.loop?x.slideTo(x.params.initialSlide+x.loopedSlides,0,x.params.runCallbacksOnInit):(x.slideTo(x.params.initialSlide,0,x.params.runCallbacksOnInit),0===x.params.initialSlide&&(x.parallax&&x.params.parallax&&x.parallax.setTranslate(),x.lazy&&x.params.lazyLoading&&(x.lazy.load(),x.lazy.initialImageLoaded=!0))),x.attachEvents(),x.params.observer&&x.support.observer&&x.initObservers(),x.params.preloadImages&&!x.params.lazyLoading&&x.preloadImages(),x.params.zoom&&x.zoom&&x.zoom.init(),x.params.autoplay&&x.startAutoplay(),x.params.keyboardControl&&x.enableKeyboardControl&&x.enableKeyboardControl(),x.params.mousewheelControl&&x.enableMousewheelControl&&x.enableMousewheelControl(),x.params.hashnavReplaceState&&(x.params.replaceState=x.params.hashnavReplaceState),x.params.history&&x.history&&x.history.init(),x.params.hashnav&&x.hashnav&&x.hashnav.init(),x.params.a11y&&x.a11y&&x.a11y.init(),x.emit("onInit",x)},x.cleanupStyles=function(){x.container.removeClass(x.classNames.join(" ")).removeAttr("style"),x.wrapper.removeAttr("style"),x.slides&&x.slides.length&&x.slides.removeClass([x.params.slideVisibleClass,x.params.slideActiveClass,x.params.slideNextClass,x.params.slidePrevClass].join(" ")).removeAttr("style").removeAttr("data-swiper-column").removeAttr("data-swiper-row"),x.paginationContainer&&x.paginationContainer.length&&x.paginationContainer.removeClass(x.params.paginationHiddenClass),x.bullets&&x.bullets.length&&x.bullets.removeClass(x.params.bulletActiveClass),x.params.prevButton&&e(x.params.prevButton).removeClass(x.params.buttonDisabledClass),x.params.nextButton&&e(x.params.nextButton).removeClass(x.params.buttonDisabledClass),x.params.scrollbar&&x.scrollbar&&(x.scrollbar.track&&x.scrollbar.track.length&&x.scrollbar.track.removeAttr("style"),x.scrollbar.drag&&x.scrollbar.drag.length&&x.scrollbar.drag.removeAttr("style"))},x.destroy=function(e,t){x.detachEvents(),x.stopAutoplay(),x.params.scrollbar&&x.scrollbar&&x.params.scrollbarDraggable&&x.scrollbar.disableDraggable(),x.params.loop&&x.destroyLoop(),t&&x.cleanupStyles(),x.disconnectObservers(),x.params.zoom&&x.zoom&&x.zoom.destroy(),x.params.keyboardControl&&x.disableKeyboardControl&&x.disableKeyboardControl(),x.params.mousewheelControl&&x.disableMousewheelControl&&x.disableMousewheelControl(),x.params.a11y&&x.a11y&&x.a11y.destroy(),x.params.history&&!x.params.replaceState&&window.removeEventListener("popstate",x.history.setHistoryPopState),x.params.hashnav&&x.hashnav&&x.hashnav.destroy(),x.emit("onDestroy"),!1!==e&&(x=null)},x.init(),x}};r.prototype={isSafari:function(){var e=window.navigator.userAgent.toLowerCase();return e.indexOf("safari")>=0&&e.indexOf("chrome")<0&&e.indexOf("android")<0}(),isUiWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(window.navigator.userAgent),isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},browser:{ie:window.navigator.pointerEnabled||window.navigator.msPointerEnabled,ieTouch:window.navigator.msPointerEnabled&&window.navigator.msMaxTouchPoints>1||window.navigator.pointerEnabled&&window.navigator.maxTouchPoints>1,lteIE9:function(){var e=document.createElement("div");return e.innerHTML="\x3c!--[if lte IE 9]><i></i><![endif]--\x3e",1===e.getElementsByTagName("i").length}()},device:function(){var e=window.navigator.userAgent,t=e.match(/(Android);?[\s\/]+([\d.]+)?/),r=e.match(/(iPad).*OS\s([\d_]+)/),n=e.match(/(iPod)(.*OS\s([\d_]+))?/),a=!r&&e.match(/(iPhone\sOS|iOS)\s([\d_]+)/);return{ios:r||a||n,android:t}}(),support:{touch:window.Modernizr&&!0===Modernizr.touch||!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch),transforms3d:window.Modernizr&&!0===Modernizr.csstransforms3d||function(){var e=document.createElement("div").style;return"webkitPerspective"in e||"MozPerspective"in e||"OPerspective"in e||"MsPerspective"in e||"perspective"in e}(),flexbox:function(){for(var e=document.createElement("div").style,t="alignItems webkitAlignItems webkitBoxAlign msFlexAlign mozBoxAlign webkitFlexDirection msFlexDirection mozBoxDirection mozBoxOrient webkitBoxDirection webkitBoxOrient".split(" "),r=0;r<t.length;r++)if(t[r]in e)return!0}(),observer:"MutationObserver"in window||"WebkitMutationObserver"in window,passiveListener:function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("testPassiveListener",null,t)}catch(e){}return e}(),gestures:"ongesturestart"in window},plugins:{}};for(var a=function(){var e=function(e){var t=0;for(t=0;t<e.length;t++)this[t]=e[t];return this.length=e.length,this},t=function(t,r){var n=[],a=0;if(t&&!r&&t instanceof e)return t;if(t)if("string"==typeof t){var i,o,s=t.trim();if(s.indexOf("<")>=0&&s.indexOf(">")>=0){var l="div";for(0===s.indexOf("<li")&&(l="ul"),0===s.indexOf("<tr")&&(l="tbody"),0!==s.indexOf("<td")&&0!==s.indexOf("<th")||(l="tr"),0===s.indexOf("<tbody")&&(l="table"),0===s.indexOf("<option")&&(l="select"),(o=document.createElement(l)).innerHTML=t,a=0;a<o.childNodes.length;a++)n.push(o.childNodes[a])}else for(i=r||"#"!==t[0]||t.match(/[ .<>:~]/)?(r||document).querySelectorAll(t):[document.getElementById(t.split("#")[1])],a=0;a<i.length;a++)i[a]&&n.push(i[a])}else if(t.nodeType||t===window||t===document)n.push(t);else if(t.length>0&&t[0].nodeType)for(a=0;a<t.length;a++)n.push(t[a]);return new e(n)};return e.prototype={addClass:function(e){if(void 0===e)return this;for(var t=e.split(" "),r=0;r<t.length;r++)for(var n=0;n<this.length;n++)this[n].classList.add(t[r]);return this},removeClass:function(e){for(var t=e.split(" "),r=0;r<t.length;r++)for(var n=0;n<this.length;n++)this[n].classList.remove(t[r]);return this},hasClass:function(e){return!!this[0]&&this[0].classList.contains(e)},toggleClass:function(e){for(var t=e.split(" "),r=0;r<t.length;r++)for(var n=0;n<this.length;n++)this[n].classList.toggle(t[r]);return this},attr:function(e,t){if(1===arguments.length&&"string"==typeof e)return this[0]?this[0].getAttribute(e):void 0;for(var r=0;r<this.length;r++)if(2===arguments.length)this[r].setAttribute(e,t);else for(var n in e)this[r][n]=e[n],this[r].setAttribute(n,e[n]);return this},removeAttr:function(e){for(var t=0;t<this.length;t++)this[t].removeAttribute(e);return this},data:function(e,t){if(void 0!==t){for(var r=0;r<this.length;r++){var n=this[r];n.dom7ElementDataStorage||(n.dom7ElementDataStorage={}),n.dom7ElementDataStorage[e]=t}return this}if(this[0]){var a=this[0].getAttribute("data-"+e);return a||(this[0].dom7ElementDataStorage&&e in this[0].dom7ElementDataStorage?this[0].dom7ElementDataStorage[e]:void 0)}},transform:function(e){for(var t=0;t<this.length;t++){var r=this[t].style;r.webkitTransform=r.MsTransform=r.msTransform=r.MozTransform=r.OTransform=r.transform=e}return this},transition:function(e){"string"!=typeof e&&(e+="ms");for(var t=0;t<this.length;t++){var r=this[t].style;r.webkitTransitionDuration=r.MsTransitionDuration=r.msTransitionDuration=r.MozTransitionDuration=r.OTransitionDuration=r.transitionDuration=e}return this},on:function(e,r,n,a){function i(e){var a=e.target;if(t(a).is(r))n.call(a,e);else for(var i=t(a).parents(),o=0;o<i.length;o++)t(i[o]).is(r)&&n.call(i[o],e)}var o,s,l=e.split(" ");for(o=0;o<this.length;o++)if("function"==typeof r||!1===r)for("function"==typeof r&&(n=arguments[1],a=arguments[2]||!1),s=0;s<l.length;s++)this[o].addEventListener(l[s],n,a);else for(s=0;s<l.length;s++)this[o].dom7LiveListeners||(this[o].dom7LiveListeners=[]),this[o].dom7LiveListeners.push({listener:n,liveListener:i}),this[o].addEventListener(l[s],i,a);return this},off:function(e,t,r,n){for(var a=e.split(" "),i=0;i<a.length;i++)for(var o=0;o<this.length;o++)if("function"==typeof t||!1===t)"function"==typeof t&&(r=arguments[1],n=arguments[2]||!1),this[o].removeEventListener(a[i],r,n);else if(this[o].dom7LiveListeners)for(var s=0;s<this[o].dom7LiveListeners.length;s++)this[o].dom7LiveListeners[s].listener===r&&this[o].removeEventListener(a[i],this[o].dom7LiveListeners[s].liveListener,n);return this},once:function(e,t,r,n){function a(o){r(o),i.off(e,t,a,n)}var i=this;"function"==typeof t&&(t=!1,r=arguments[1],n=arguments[2]),i.on(e,t,a,n)},trigger:function(e,t){for(var r=0;r<this.length;r++){var n;try{n=new window.CustomEvent(e,{detail:t,bubbles:!0,cancelable:!0})}catch(r){(n=document.createEvent("Event")).initEvent(e,!0,!0),n.detail=t}this[r].dispatchEvent(n)}return this},transitionEnd:function(e){function t(i){if(i.target===this)for(e.call(this,i),r=0;r<n.length;r++)a.off(n[r],t)}var r,n=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],a=this;if(e)for(r=0;r<n.length;r++)a.on(n[r],t);return this},width:function(){return this[0]===window?window.innerWidth:this.length>0?parseFloat(this.css("width")):null},outerWidth:function(e){return this.length>0?e?this[0].offsetWidth+parseFloat(this.css("margin-right"))+parseFloat(this.css("margin-left")):this[0].offsetWidth:null},height:function(){return this[0]===window?window.innerHeight:this.length>0?parseFloat(this.css("height")):null},outerHeight:function(e){return this.length>0?e?this[0].offsetHeight+parseFloat(this.css("margin-top"))+parseFloat(this.css("margin-bottom")):this[0].offsetHeight:null},offset:function(){if(this.length>0){var e=this[0],t=e.getBoundingClientRect(),r=document.body,n=e.clientTop||r.clientTop||0,a=e.clientLeft||r.clientLeft||0,i=window.pageYOffset||e.scrollTop,o=window.pageXOffset||e.scrollLeft;return{top:t.top+i-n,left:t.left+o-a}}return null},css:function(e,t){var r;if(1===arguments.length){if("string"!=typeof e){for(r=0;r<this.length;r++)for(var n in e)this[r].style[n]=e[n];return this}if(this[0])return window.getComputedStyle(this[0],null).getPropertyValue(e)}if(2===arguments.length&&"string"==typeof e){for(r=0;r<this.length;r++)this[r].style[e]=t;return this}return this},each:function(e){for(var t=0;t<this.length;t++)e.call(this[t],t,this[t]);return this},html:function(e){if(void 0===e)return this[0]?this[0].innerHTML:void 0;for(var t=0;t<this.length;t++)this[t].innerHTML=e;return this},text:function(e){if(void 0===e)return this[0]?this[0].textContent.trim():null;for(var t=0;t<this.length;t++)this[t].textContent=e;return this},is:function(r){if(!this[0])return!1;var n,a;if("string"==typeof r){var i=this[0];if(i===document)return r===document;if(i===window)return r===window;if(i.matches)return i.matches(r);if(i.webkitMatchesSelector)return i.webkitMatchesSelector(r);if(i.mozMatchesSelector)return i.mozMatchesSelector(r);if(i.msMatchesSelector)return i.msMatchesSelector(r);for(n=t(r),a=0;a<n.length;a++)if(n[a]===this[0])return!0;return!1}if(r===document)return this[0]===document;if(r===window)return this[0]===window;if(r.nodeType||r instanceof e){for(n=r.nodeType?[r]:r,a=0;a<n.length;a++)if(n[a]===this[0])return!0;return!1}return!1},index:function(){if(this[0]){for(var e=this[0],t=0;null!==(e=e.previousSibling);)1===e.nodeType&&t++;return t}},eq:function(t){if(void 0===t)return this;var r,n=this.length;return t>n-1?new e([]):t<0?new e((r=n+t)<0?[]:[this[r]]):new e([this[t]])},append:function(t){var r,n;for(r=0;r<this.length;r++)if("string"==typeof t){var a=document.createElement("div");for(a.innerHTML=t;a.firstChild;)this[r].appendChild(a.firstChild)}else if(t instanceof e)for(n=0;n<t.length;n++)this[r].appendChild(t[n]);else this[r].appendChild(t);return this},prepend:function(t){var r,n;for(r=0;r<this.length;r++)if("string"==typeof t){var a=document.createElement("div");for(a.innerHTML=t,n=a.childNodes.length-1;n>=0;n--)this[r].insertBefore(a.childNodes[n],this[r].childNodes[0])}else if(t instanceof e)for(n=0;n<t.length;n++)this[r].insertBefore(t[n],this[r].childNodes[0]);else this[r].insertBefore(t,this[r].childNodes[0]);return this},insertBefore:function(e){for(var r=t(e),n=0;n<this.length;n++)if(1===r.length)r[0].parentNode.insertBefore(this[n],r[0]);else if(r.length>1)for(var a=0;a<r.length;a++)r[a].parentNode.insertBefore(this[n].cloneNode(!0),r[a])},insertAfter:function(e){for(var r=t(e),n=0;n<this.length;n++)if(1===r.length)r[0].parentNode.insertBefore(this[n],r[0].nextSibling);else if(r.length>1)for(var a=0;a<r.length;a++)r[a].parentNode.insertBefore(this[n].cloneNode(!0),r[a].nextSibling)},next:function(r){return new e(this.length>0?r?this[0].nextElementSibling&&t(this[0].nextElementSibling).is(r)?[this[0].nextElementSibling]:[]:this[0].nextElementSibling?[this[0].nextElementSibling]:[]:[])},nextAll:function(r){var n=[],a=this[0];if(!a)return new e([]);for(;a.nextElementSibling;){var i=a.nextElementSibling;r?t(i).is(r)&&n.push(i):n.push(i),a=i}return new e(n)},prev:function(r){return new e(this.length>0?r?this[0].previousElementSibling&&t(this[0].previousElementSibling).is(r)?[this[0].previousElementSibling]:[]:this[0].previousElementSibling?[this[0].previousElementSibling]:[]:[])},prevAll:function(r){var n=[],a=this[0];if(!a)return new e([]);for(;a.previousElementSibling;){var i=a.previousElementSibling;r?t(i).is(r)&&n.push(i):n.push(i),a=i}return new e(n)},parent:function(e){for(var r=[],n=0;n<this.length;n++)e?t(this[n].parentNode).is(e)&&r.push(this[n].parentNode):r.push(this[n].parentNode);return t(t.unique(r))},parents:function(e){for(var r=[],n=0;n<this.length;n++)for(var a=this[n].parentNode;a;)e?t(a).is(e)&&r.push(a):r.push(a),a=a.parentNode;return t(t.unique(r))},find:function(t){for(var r=[],n=0;n<this.length;n++)for(var a=this[n].querySelectorAll(t),i=0;i<a.length;i++)r.push(a[i]);return new e(r)},children:function(r){for(var n=[],a=0;a<this.length;a++)for(var i=this[a].childNodes,o=0;o<i.length;o++)r?1===i[o].nodeType&&t(i[o]).is(r)&&n.push(i[o]):1===i[o].nodeType&&n.push(i[o]);return new e(t.unique(n))},remove:function(){for(var e=0;e<this.length;e++)this[e].parentNode&&this[e].parentNode.removeChild(this[e]);return this},add:function(){var e,r,n=this;for(e=0;e<arguments.length;e++){var a=t(arguments[e]);for(r=0;r<a.length;r++)n[n.length]=a[r],n.length++}return n}},t.fn=e.prototype,t.unique=function(e){for(var t=[],r=0;r<e.length;r++)-1===t.indexOf(e[r])&&t.push(e[r]);return t},t}(),i=["jQuery","Zepto","Dom7"],o=0;o<i.length;o++)window[i[o]]&&function(e){e.fn.swiper=function(t){var n;return e(this).each((function(){var e=new r(this,t);n||(n=e)})),n}}(window[i[o]]);(t=void 0===a?window.Dom7||window.Zepto||window.jQuery:a)&&("transitionEnd"in t.fn||(t.fn.transitionEnd=function(e){function t(i){if(i.target===this)for(e.call(this,i),r=0;r<n.length;r++)a.off(n[r],t)}var r,n=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],a=this;if(e)for(r=0;r<n.length;r++)a.on(n[r],t);return this}),"transform"in t.fn||(t.fn.transform=function(e){for(var t=0;t<this.length;t++){var r=this[t].style;r.webkitTransform=r.MsTransform=r.msTransform=r.MozTransform=r.OTransform=r.transform=e}return this}),"transition"in t.fn||(t.fn.transition=function(e){"string"!=typeof e&&(e+="ms");for(var t=0;t<this.length;t++){var r=this[t].style;r.webkitTransitionDuration=r.MsTransitionDuration=r.msTransitionDuration=r.MozTransitionDuration=r.OTransitionDuration=r.transitionDuration=e}return this}),"outerWidth"in t.fn||(t.fn.outerWidth=function(e){return this.length>0?e?this[0].offsetWidth+parseFloat(this.css("margin-right"))+parseFloat(this.css("margin-left")):this[0].offsetWidth:null})),window.Swiper=r}(),e.exports=window.Swiper},function(e,t,r){"use strict";r.r(t),function(e){r.d(t,"prepareWebSDK",(function(){return s})),r.d(t,"initWebSDKHelper",(function(){return v})),r.d(t,"ZoomMtg",(function(){return y}));r(89),r(53),r(55),r(56),r(54);var n=r(37),a=r(14),i=r(29),o=r(0);r(104);function s(e,t,r){Object(n.b)(),Object(o.d)(),void 0===window.i18n&&(window.i18n=Object(a.default)()),e&&e instanceof Array&&e.forEach((function(e){Object(n.a)(e)}))}function l(e,t,r,n,a){var i=window.screenX+(a.width-r)/2,o=window.screenY+(a.height-n)/2;return console.log("width=".concat(r,", height=").concat(n,", top=").concat(o,", left=").concat(i)),window.open(e,t,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=".concat(r,", height=").concat(n,", top=").concat(o,", left=").concat(i))}function c(e,t){"function"===typeof e.append?e.append(t):e.appendChild(t)}function u(e){var t=document.createElement("div");t.id="loading-layer",t.classList.add("loading-layer"),t.classList.add("loading-layer--reset-webclient"),t.classList.add("hidden");var r=document.createElement("div");r.classList.add("loading-layer__text-field");var n=document.createElement("p");n.classList.add("loading-layer__title"),n.textContent="";var a=document.createElement("p");a.classList.add("loading-layer__text"),a.textContent=e;var i=document.createElement("span");i.classList.add("loading-layer__dot-ani"),c(t,r),c(r,n),c(r,a),c(a,i),c(document.getElementById("zmmtg-root-helper"),t)}function d(e){var t=document.getElementById("loading-layer");t&&(e?t.classList.remove("hidden"):t.classList.add("hidden"))}function p(e){var t=document.createElement("div");t.classList.add("mini-layout");var r=document.createElement("div");r.classList.add("mini-layout-body");var n=document.createElement("div");n.classList.add("page-header");var a=document.createElement("div");a.textContent=Object(o.b)("Confirm {0}","apac.helper.confirm_title").format(e.title);var i=document.createElement("div");i.classList.add("form");var s=document.createElement("div");s.classList.add("form-group");var l=document.createElement("div");l.classList.add("controls");var u=document.createElement("p"),d=Object(o.b)("Confirm","apac.confirm");u.textContent=Object(o.b)('Click "{0}" to continue. Please remain on this page before completing the process.',"apac.helper.confirm_desc").format(d);var p=document.createElement("button");p.textContent=d,p.classList.add("login-btn2"),p.classList.add("login-btn2-zoom"),p.id="zoom-websdk-confirm",c(t,r),c(r,n),c(n,a),c(r,i),c(i,s),c(s,l),c(l,u),c(l,p),c(document.getElementById("zmmtg-root-helper"),t)}function f(){var e=document.createElement("div");e.classList.add("mini-layout");var t=document.createElement("p");t.textContent="Error, you link not verified",t.classList.add("mini-layout-error"),c(e,t);var r=document.getElementById("zmmtg-root-helper");"function"===typeof r.append?r.append(e):r.appendChild(e)}function m(e){return/^https:\/\/([\w-]+\.)+[\w-]+(\/[\w- .\/?%&=]*)?/i.test(e)}function h(e){var t=document.createElement("div");return t.appendChild(document.createTextNode(e)),t.innerHTML}function g(e){var t="",r="";switch(e){case"register":t=Object(o.b)("Registration","apac.registration"),r=Object(o.b)("Registering","apac.registering");break;case"sign":t=Object(o.b)("Sign in","apac.sign_in"),r=Object(o.b)("Signing in","apac.signing_in");break;case"captcha":t=Object(o.b)("ReCAPTCHA","apac.recaptcha"),r=Object(o.b)("ReCAPTCHA","apac.recaptcha");break;case"sms":t=Object(o.b)("SMS verification","apac.sms_verification"),r=Object(o.b)("SMS verification","apac.sms_verification");break;default:t="",r=""}return{title:t,text:r}}function v(){var e=o.e.parseQuery(),t={type:e.type,title:"",url:Object(o.a)(e.url)||"",width:parseInt(e.w||"500",10),height:parseInt(e.h||"400",10),lang:e.lang||"en-US",zoomJSLib:Object(o.a)(e.zoomJSLib)||""};Object(i.b)(t.zoomJSLib),s(),window.i18n.load(t.lang),window.i18n.reload(t.lang),setTimeout((function(){if(m(t.url)&&t.type){var e;p(t=Object.assign(t,g(t.type))),u(t.text),console.log(t);var r,n="init";document.getElementById("zoom-websdk-confirm").addEventListener("click",(function(){d(!0),n="open",e=l(t.url,"zoom register",t.width,t.height,{width:window.innerWidth,height:window.innerHeight}),r=setInterval((function(){e.closed&&"open"===n&&(clearInterval(r),d(!1),n="close")}),500),setTimeout((function(){e.closed||"open"!==n||(d(!1),n="close",e.close())}),6e5)})),window.addEventListener("message",(function(r){var n=r.data,a=(r.origin,n.type?n.type:n);["registerSuccess","joinSuccess","autoRegisterSuccess","manualRegisterSuccess","realNameSuccess","ssoLoginFail","ssoLoginSuccess","captchaFail","captchaSuccess","zoomLoginFail","zoomLoginSuccess"].includes(a)&&(Object(o.c)(t.type,n),e&&e.close(),window.close())}),!1),Object(o.c)(t.type,{status:"doing"}),window.addEventListener("beforeunload",(function(e){Object(o.c)(t.type,{status:"close"})}))}else f()}),1e3)}!function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).enterModule;t&&t(e)}();var y={};y.i18n=(void 0===window.i18n&&(window.i18n=Object(a.default)()),window.i18n),y.initWebSDKHelper=v,"undefined"!==typeof window&&(window.ZoomMtg=y),function(){var e=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).default;e&&(e.register(s,"prepareWebSDK","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(l,"PopupCenter","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(c,"appendChild","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(u,"initHelperHideHtml","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(d,"showLoadingLayer","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(p,"initHelperHtmlSuccess","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(f,"initHelperHtmlError","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(m,"isURL","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(h,"escapeHtml","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(g,"getTitleAndText","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(v,"initWebSDKHelper","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"),e.register(y,"ZoomMtg","D:\\SourceCode\\JSSDK-2.0.0\\src\\index.helper.js"))}(),function(){var t=("undefined"!==typeof reactHotLoaderGlobal?reactHotLoaderGlobal:r(2)).leaveModule;t&&t(e)}()}.call(this,r(18)(e))},function(e,t,r){"use strict";var n,a,i,o,s=r(16),l=r(3),c=r(17),u=r(57),d=r(5),p=r(4),f=r(23),m=r(90),h=r(91),g=r(95),v=r(58).set,y=r(97)(),w=r(59),b=r(98),x=r(99),S=r(100),C=l.TypeError,T=l.process,k=T&&T.versions,P=k&&k.v8||"",_=l.Promise,M="process"==u(T),E=function(){},z=a=w.f,O=!!function(){try{var e=_.resolve(1),t=(e.constructor={})[r(1)("species")]=function(e){e(E,E)};return(M||"function"==typeof PromiseRejectionEvent)&&e.then(E)instanceof t&&0!==P.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(n){}}(),D=function(e){var t;return!(!p(e)||"function"!=typeof(t=e.then))&&t},j=function(e,t){if(!e._n){e._n=!0;var r=e._c;y((function(){for(var n=e._v,a=1==e._s,i=0,o=function(t){var r,i,o,s=a?t.ok:t.fail,l=t.resolve,c=t.reject,u=t.domain;try{s?(a||(2==e._h&&A(e),e._h=1),!0===s?r=n:(u&&u.enter(),r=s(n),u&&(u.exit(),o=!0)),r===t.promise?c(C("Promise-chain cycle")):(i=D(r))?i.call(r,l,c):l(r)):c(n)}catch(d){u&&!o&&u.exit(),c(d)}};r.length>i;)o(r[i++]);e._c=[],e._n=!1,t&&!e._h&&I(e)}))}},I=function(e){v.call(l,(function(){var t,r,n,a=e._v,i=L(e);if(i&&(t=b((function(){M?T.emit("unhandledRejection",a,e):(r=l.onunhandledrejection)?r({promise:e,reason:a}):(n=l.console)&&n.error&&n.error("Unhandled promise rejection",a)})),e._h=M||L(e)?2:1),e._a=void 0,i&&t.e)throw t.v}))},L=function(e){return 1!==e._h&&0===(e._a||e._c).length},A=function(e){v.call(l,(function(){var t;M?T.emit("rejectionHandled",e):(t=l.onrejectionhandled)&&t({promise:e,reason:e._v})}))},W=function(e){var t=this;t._d||(t._d=!0,(t=t._w||t)._v=e,t._s=2,t._a||(t._a=t._c.slice()),j(t,!0))},H=function(e){var t,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===e)throw C("Promise can't be resolved itself");(t=D(e))?y((function(){var n={_w:r,_d:!1};try{t.call(e,c(H,n,1),c(W,n,1))}catch(a){W.call(n,a)}})):(r._v=e,r._s=1,j(r,!1))}catch(n){W.call({_w:r,_d:!1},n)}}};O||(_=function(e){m(this,_,"Promise","_h"),f(e),n.call(this);try{e(c(H,this,1),c(W,this,1))}catch(t){W.call(this,t)}},(n=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=r(101)(_.prototype,{then:function(e,t){var r=z(g(this,_));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=M?T.domain:void 0,this._c.push(r),this._a&&this._a.push(r),this._s&&j(this,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new n;this.promise=e,this.resolve=c(H,e,1),this.reject=c(W,e,1)},w.f=z=function(e){return e===_||e===o?new i(e):a(e)}),d(d.G+d.W+d.F*!O,{Promise:_}),r(24)(_,"Promise"),r(102)("Promise"),o=r(11).Promise,d(d.S+d.F*!O,"Promise",{reject:function(e){var t=z(this);return(0,t.reject)(e),t.promise}}),d(d.S+d.F*(s||!O),"Promise",{resolve:function(e){return S(s&&this===o?_:this,e)}}),d(d.S+d.F*!(O&&r(103)((function(e){_.all(e).catch(E)}))),"Promise",{all:function(e){var t=this,r=z(t),n=r.resolve,a=r.reject,i=b((function(){var r=[],i=0,o=1;h(e,!1,(function(e){var s=i++,l=!1;r.push(void 0),o++,t.resolve(e).then((function(e){l||(l=!0,r[s]=e,--o||n(r))}),a)})),--o||n(r)}));return i.e&&a(i.v),r.promise},race:function(e){var t=this,r=z(t),n=r.reject,a=b((function(){h(e,!1,(function(e){t.resolve(e).then(r.resolve,n)}))}));return a.e&&n(a.v),r.promise}})},function(e,t){e.exports=function(e,t,r,n){if(!(e instanceof t)||void 0!==n&&n in e)throw TypeError(r+": incorrect invocation!");return e}},function(e,t,r){var n=r(17),a=r(92),i=r(93),o=r(6),s=r(26),l=r(94),c={},u={};(t=e.exports=function(e,t,r,d,p){var f,m,h,g,v=p?function(){return e}:l(e),y=n(r,d,t?2:1),w=0;if("function"!=typeof v)throw TypeError(e+" is not iterable!");if(i(v)){for(f=s(e.length);f>w;w++)if((g=t?y(o(m=e[w])[0],m[1]):y(e[w]))===c||g===u)return g}else for(h=v.call(e);!(m=h.next()).done;)if((g=a(h,y,m.value,t))===c||g===u)return g}).BREAK=c,t.RETURN=u},function(e,t,r){var n=r(6);e.exports=function(e,t,r,a){try{return a?t(n(r)[0],r[1]):t(r)}catch(o){var i=e.return;throw void 0!==i&&n(i.call(e)),o}}},function(e,t,r){var n=r(28),a=r(1)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||i[a]===e)}},function(e,t,r){var n=r(57),a=r(1)("iterator"),i=r(28);e.exports=r(11).getIteratorMethod=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||i[n(e)]}},function(e,t,r){var n=r(6),a=r(23),i=r(1)("species");e.exports=function(e,t){var r,o=n(e).constructor;return void 0===o||void 0==(r=n(o)[i])?t:a(r)}},function(e,t){e.exports=function(e,t,r){var n=void 0===r;switch(t.length){case 0:return n?e():e.call(r);case 1:return n?e(t[0]):e.call(r,t[0]);case 2:return n?e(t[0],t[1]):e.call(r,t[0],t[1]);case 3:return n?e(t[0],t[1],t[2]):e.call(r,t[0],t[1],t[2]);case 4:return n?e(t[0],t[1],t[2],t[3]):e.call(r,t[0],t[1],t[2],t[3])}return e.apply(r,t)}},function(e,t,r){var n=r(3),a=r(58).set,i=n.MutationObserver||n.WebKitMutationObserver,o=n.process,s=n.Promise,l="process"==r(13)(o);e.exports=function(){var e,t,r,c=function(){var n,a;for(l&&(n=o.domain)&&n.exit();e;){a=e.fn,e=e.next;try{a()}catch(i){throw e?r():t=void 0,i}}t=void 0,n&&n.enter()};if(l)r=function(){o.nextTick(c)};else if(!i||n.navigator&&n.navigator.standalone)if(s&&s.resolve){var u=s.resolve(void 0);r=function(){u.then(c)}}else r=function(){a.call(n,c)};else{var d=!0,p=document.createTextNode("");new i(c).observe(p,{characterData:!0}),r=function(){p.data=d=!d}}return function(n){var a={fn:n,next:void 0};t&&(t.next=a),e||(e=a,r()),t=a}}},function(e,t){e.exports=function(e){try{return{e:!1,v:e()}}catch(t){return{e:!0,v:t}}}},function(e,t,r){var n=r(3).navigator;e.exports=n&&n.userAgent||""},function(e,t,r){var n=r(6),a=r(4),i=r(59);e.exports=function(e,t){if(n(e),a(t)&&t.constructor===e)return t;var r=i.f(e);return(0,r.resolve)(t),r.promise}},function(e,t,r){var n=r(21);e.exports=function(e,t,r){for(var a in t)n(e,a,t[a],r);return e}},function(e,t,r){"use strict";var n=r(3),a=r(9),i=r(8),o=r(1)("species");e.exports=function(e){var t=n[e];i&&t&&!t[o]&&a.f(t,o,{configurable:!0,get:function(){return this}})}},function(e,t,r){var n=r(1)("iterator"),a=!1;try{var i=[7][n]();i.return=function(){a=!0},Array.from(i,(function(){throw 2}))}catch(o){}e.exports=function(e,t){if(!t&&!a)return!1;var r=!1;try{var i=[7],s=i[n]();s.next=function(){return{done:r=!0}},i[n]=function(){return s},e(i)}catch(o){}return r}},function(e,t,r){var n=r(105);"string"===typeof n&&(n=[[e.i,n,""]]);var a={hmr:!0,transform:void 0,insertInto:void 0};r(107)(n,a);n.locals&&(e.exports=n.locals)},function(e,t,r){(e.exports=r(106)(!1)).push([e.i,'@-webkit-keyframes audio {\n 0% {\n background-position: -136px -67px; }\n 35% {\n background-position: -168px -67px; }\n 50% {\n background-position: -200px -67px; }\n 65% {\n background-position: -232px -67px; }\n 80% {\n background-position: -296px -67px; }\n 95% {\n background-position: -360px -67px; }\n 100% {\n background-position: -200px -67px; } }\n\n@keyframes audio {\n 0% {\n background-position: -136px -67px; }\n 35% {\n background-position: -168px -67px; }\n 50% {\n background-position: -200px -67px; }\n 65% {\n background-position: -232px -67px; }\n 80% {\n background-position: -296px -67px; }\n 95% {\n background-position: -360px -67px; }\n 100% {\n background-position: -200px -67px; } }\n\n@-webkit-keyframes cloud-record-animation {\n 0%,\n 100% {\n background-position: -71px -353px; }\n 50% {\n background-position: -103px -353px; } }\n\n@keyframes cloud-record-animation {\n 0%,\n 100% {\n background-position: -71px -353px; }\n 50% {\n background-position: -103px -353px; } }\n\n@-webkit-keyframes cloud-record-animation-2 {\n 0%,\n 100% {\n background-position: -192px -32px; }\n 50% {\n background-position: -208px -32px; } }\n\n@keyframes cloud-record-animation-2 {\n 0%,\n 100% {\n background-position: -192px -32px; }\n 50% {\n background-position: -208px -32px; } }\n\n@-webkit-keyframes rotate360 {\n from {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@keyframes rotate360 {\n from {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\nhtml,\nbody {\n height: 100%;\n width: 100%;\n /*min-height: 643px;*/\n min-width: 1100px;\n overflow: hidden;\n font-size: 16px;\n padding: 0;\n margin: 0;\n font-family: "Open Sans";\n color: #4a4a4a; }\n\n.main {\n height: 100%;\n position: relative; }\n\n#zmmtg-root-helper {\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n margin: auto;\n background-color: white; }\n\n.root-inner {\n width: 100%;\n height: 100%; }\n\n.joinWindowBtn {\n height: 46px !important;\n line-height: inherit !important;\n color: white !important;\n font-size: 18px !important;\n text-align: center !important;\n min-width: 200px !important;\n background-color: #2d8cff !important;\n border-color: #2d8cff !important; }\n\n.mini-layout {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n margin: auto;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n margin-top: 15%;\n padding: 0 10% 0 10%;\n min-height: 250px; }\n\n.page-header {\n /* font-family: Lato; */\n font-style: normal;\n font-weight: bold;\n font-size: 24px;\n line-height: 29px;\n /* display: flex; */\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n color: #232333; }\n\n.mini-layout-body p {\n margin-top: 10px;\n font-size: 14px;\n line-height: 24px;\n color: #222230; }\n\n#zoom-websdk-confirm {\n margin-top: 20px; }\n\n.login-btn2 {\n display: block;\n border-radius: 8px;\n line-height: 40px;\n border: 1px solid #babacc;\n background-color: #0E72ED;\n font-style: normal;\n font-weight: 700;\n color: #ffffff;\n position: relative;\n min-width: 100px;\n text-align: center; }\n\n.login-btn2:hover {\n background-color: #e7f1fd;\n color: #295ebd;\n border-color: #cfe3fb;\n text-decoration: none; }\n\n.login-btn2 + .login-btn2 {\n margin-top: 8px; }\n\n.form-group .login-btn2 {\n margin: auto; }\n\n.login-btn2:before {\n content: "";\n width: 18px;\n height: 18px;\n position: absolute;\n left: 12px;\n top: 11px;\n background-size: 18px 18px;\n background-position: center center;\n background-repeat: no-repeat; }\n\n.loading-layer {\n z-index: 1000;\n background-color: black;\n position: absolute;\n left: 0px;\n right: 0px;\n top: 0px;\n bottom: 0px;\n width: 100%;\n height: 100%; }\n .loading-layer--reset-webclient {\n opacity: 0.9; }\n .loading-layer__text-field {\n text-align: center;\n position: absolute;\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n color: white; }\n .loading-layer__title {\n font-weight: bold;\n font-size: 24px; }\n .loading-layer__text {\n margin-top: 24px;\n font-size: 24px; }\n .loading-layer__text-field {\n text-align: center;\n position: absolute;\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n color: white; }\n .loading-layer__dot-ani {\n display: inline-block;\n height: 12px;\n line-height: 12px;\n overflow: hidden; }\n .loading-layer__dot-ani::after {\n display: inline-table;\n white-space: pre;\n content: "\\A.\\A ..\\A ...";\n -webkit-animation: spin 2s steps(4) infinite;\n animation: spin 2s steps(4) infinite; }\n\n@-webkit-keyframes spin {\n to {\n -webkit-transform: translateY(-48px);\n transform: translateY(-48px); } }\n\n@keyframes spin {\n to {\n -webkit-transform: translateY(-48px);\n transform: translateY(-48px); } }\n',""])},function(e,t,r){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=function(e,t){var r=e[1]||"",n=e[3];if(!n)return r;if(t&&"function"===typeof btoa){var a=(o=n,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */"),i=n.sources.map((function(e){return"/*# sourceURL="+n.sourceRoot+e+" */"}));return[r].concat(i).concat([a]).join("\n")}var o;return[r].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+r+"}":r})).join("")},t.i=function(e,r){"string"===typeof e&&(e=[[null,e,""]]);for(var n={},a=0;a<this.length;a++){var i=this[a][0];null!=i&&(n[i]=!0)}for(a=0;a<e.length;a++){var o=e[a];null!=o[0]&&n[o[0]]||(r&&!o[2]?o[2]=r:r&&(o[2]="("+o[2]+") and ("+r+")"),t.push(o))}},t}},function(e,t,r){var n={},a=function(e){var t;return function(){return"undefined"===typeof t&&(t=e.apply(this,arguments)),t}}((function(){return window&&document&&document.all&&!window.atob})),i=function(e,t){return t?t.querySelector(e):document.querySelector(e)},o=function(e){var t={};return function(e,r){if("function"===typeof e)return e();if("undefined"===typeof t[e]){var n=i.call(this,e,r);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(a){n=null}t[e]=n}return t[e]}}(),s=null,l=0,c=[],u=r(108);function d(e,t){for(var r=0;r<e.length;r++){var a=e[r],i=n[a.id];if(i){i.refs++;for(var o=0;o<i.parts.length;o++)i.parts[o](a.parts[o]);for(;o<a.parts.length;o++)i.parts.push(v(a.parts[o],t))}else{var s=[];for(o=0;o<a.parts.length;o++)s.push(v(a.parts[o],t));n[a.id]={id:a.id,refs:1,parts:s}}}}function p(e,t){for(var r=[],n={},a=0;a<e.length;a++){var i=e[a],o=t.base?i[0]+t.base:i[0],s={css:i[1],media:i[2],sourceMap:i[3]};n[o]?n[o].parts.push(s):r.push(n[o]={id:o,parts:[s]})}return r}function f(e,t){var r=o(e.insertInto);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var n=c[c.length-1];if("top"===e.insertAt)n?n.nextSibling?r.insertBefore(t,n.nextSibling):r.appendChild(t):r.insertBefore(t,r.firstChild),c.push(t);else if("bottom"===e.insertAt)r.appendChild(t);else{if("object"!==typeof e.insertAt||!e.insertAt.before)throw new Error("[Style Loader]\n\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\n Must be 'top', 'bottom', or Object.\n (https://github.com/webpack-contrib/style-loader#insertat)\n");var a=o(e.insertAt.before,r);r.insertBefore(t,a)}}function m(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e);var t=c.indexOf(e);t>=0&&c.splice(t,1)}function h(e){var t=document.createElement("style");if(void 0===e.attrs.type&&(e.attrs.type="text/css"),void 0===e.attrs.nonce){var n=function(){0;return r.nc}();n&&(e.attrs.nonce=n)}return g(t,e.attrs),f(e,t),t}function g(e,t){Object.keys(t).forEach((function(r){e.setAttribute(r,t[r])}))}function v(e,t){var r,n,a,i;if(t.transform&&e.css){if(!(i="function"===typeof t.transform?t.transform(e.css):t.transform.default(e.css)))return function(){};e.css=i}if(t.singleton){var o=l++;r=s||(s=h(t)),n=w.bind(null,r,o,!1),a=w.bind(null,r,o,!0)}else e.sourceMap&&"function"===typeof URL&&"function"===typeof URL.createObjectURL&&"function"===typeof URL.revokeObjectURL&&"function"===typeof Blob&&"function"===typeof btoa?(r=function(e){var t=document.createElement("link");return void 0===e.attrs.type&&(e.attrs.type="text/css"),e.attrs.rel="stylesheet",g(t,e.attrs),f(e,t),t}(t),n=x.bind(null,r,t),a=function(){m(r),r.href&&URL.revokeObjectURL(r.href)}):(r=h(t),n=b.bind(null,r),a=function(){m(r)});return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else a()}}e.exports=function(e,t){if("undefined"!==typeof DEBUG&&DEBUG&&"object"!==typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(t=t||{}).attrs="object"===typeof t.attrs?t.attrs:{},t.singleton||"boolean"===typeof t.singleton||(t.singleton=a()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var r=p(e,t);return d(r,t),function(e){for(var a=[],i=0;i<r.length;i++){var o=r[i];(s=n[o.id]).refs--,a.push(s)}e&&d(p(e,t),t);for(i=0;i<a.length;i++){var s;if(0===(s=a[i]).refs){for(var l=0;l<s.parts.length;l++)s.parts[l]();delete n[s.id]}}}};var y=function(){var e=[];return function(t,r){return e[t]=r,e.filter(Boolean).join("\n")}}();function w(e,t,r,n){var a=r?"":n.css;if(e.styleSheet)e.styleSheet.cssText=y(t,a);else{var i=document.createTextNode(a),o=e.childNodes;o[t]&&e.removeChild(o[t]),o.length?e.insertBefore(i,o[t]):e.appendChild(i)}}function b(e,t){var r=t.css,n=t.media;if(n&&e.setAttribute("media",n),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}function x(e,t,r){var n=r.css,a=r.sourceMap,i=void 0===t.convertToAbsoluteUrls&&a;(t.convertToAbsoluteUrls||i)&&(n=u(n)),a&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(a))))+" */");var o=new Blob([n],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(o),s&&URL.revokeObjectURL(s)}},function(e,t){e.exports=function(e){var t="undefined"!==typeof window&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!e||"string"!==typeof e)return e;var r=t.protocol+"//"+t.host,n=r+t.pathname.replace(/\/[^\/]*$/,"/");return e.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,(function(e,t){var a,i=t.trim().replace(/^"(.*)"$/,(function(e,t){return t})).replace(/^'(.*)'$/,(function(e,t){return t}));return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(i)?e:(a=0===i.indexOf("//")?i:0===i.indexOf("/")?r+i:n+i.replace(/^\.\//,""),"url("+JSON.stringify(a)+")")}))}}]);</script></body></html>