var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); /*! * ------------------------------------------- START OF THIRD PARTY NOTICE ----------------------------------------- * * This file is based on or incorporates material from the projects listed below (Third Party IP). The original copyright notice and the license under which Microsoft received such Third Party IP, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party IP to you under the licensing terms for the Microsoft product. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise. * * json2.js (2016-05-01) * https://github.com/douglascrockford/JSON-js * License: Public Domain * * Provided for Informational Purposes Only * * ----------------------------------------------- END OF THIRD PARTY NOTICE ------------------------------------------ */!function(e){function n(n){for(var t,r,i=n[0],a=n[1],s=0,u=[];s0){var e=i.slice();i=[],setTimeout((function(){for(var n=0,t=e.length;n"~"||-1!==e.indexOf(" "))return!1;var n=e.indexOf("@");if(-1===n||-1===e.indexOf(".",n))return!1;var t=e.split("@");if(t.length>2||t[0].length<1||t[1].length<2)return!1;if(s.ServerData.fApplyAsciiRegexOnInput){var r=new RegExp(/^[\x21-\x7E]+$/);return!!e.match(r)}return!0},isPhoneNumber:function(e){var n=e.replace(/\D+/g,"");return n.length>=4&&n.length<=50},isSkypeName:function(e){e=c.trim(e);var n=new RegExp(/^[a-zA-Z][a-zA-Z0-9.,\-_:']{0,128}$/);return!!e.match(n)},extractDomain:function(e,n,t){if(!c.isEmailAddress(e))return e;var r=c.trim(e).split("@")[1];return e=t?"@":"",n?e+r.slice(0,r.lastIndexOf(".")+1):e+r},extractDomainFromUrl:function(e){if(e){var n=document.createElement("a");return n.href=e,n.hostname}return""},extractOriginFromUrl:function(e){if(e){var n=document.createElement("a");n.href=e;var t=n.origin;return t||(t=n.protocol+"//"+n.hostname+(n.port?":"+n.port:"")),t}return""},doOriginsMatch:function(e,n){var t=c.extractOriginFromUrl(e);return c.extractOriginFromUrl(n)===t},capFirst:function(e){return e.charAt(0).toUpperCase()+e.slice(1)},cleanseUsername:function(e,n){if(!e)return"";if(e=c.trim(e).toLowerCase(),!c.isEmailAddress(e)&&!c.isSkypeName(e)&&c.isPhoneNumber(e)){var t="";return n&&"+"===e.charAt(0)&&(t="+"),t+e.replace(/\D+/g,"")}return e},maskString:function(e,n){if(!e)return"";if(e.length<=2*n)return e;var t=e.length-2*n,r=Array(t+1).join("*");return e.substring(0,n)+r+e.substring(n+t)},utf8Encode:function(e){e=e.replace(/\r\n/g,"\n");for(var n="",t=0;t127&&r<2048?(n+=String.fromCharCode(r>>6|192),n+=String.fromCharCode(63&r|128)):(n+=String.fromCharCode(r>>12|224),n+=String.fromCharCode(r>>6&63|128),n+=String.fromCharCode(63&r|128))}return n}},l=n.Array={first:o.utils.arrayFirst,forEach:o.utils.arrayForEach,map:o.utils.arrayMap,removeItem:o.utils.arrayRemoveItem,arrayFilter:o.utils.arrayFilter,findIndex:function(e,n){if(e&&"object"===r(e)&&e.length)for(var t=0;t=10){var n=_.getIEVersion();f=null!==n&&n>=12}}return f},isChrome:function(){return null===m&&(m=navigator.userAgent.toLowerCase().indexOf("chrome")>-1),m},isFirefoxNewerThan:function(e){if(h[e]===undefined){var n=_.getFirefoxVersion();h[e]=n&&n>e}return h[e]},isChromeNewerThan:function(e){if(g[e]===undefined){var n=_.getChromeVersion();g[e]=n&&n>e}return g[e]},isIOSSafari:function(){if(null===v){var e=d.navigator.userAgent.toLowerCase();v=/safari/.test(e)&&/iphone|ipod|ipad/.test(e)&&!d.MSStream}return v},isIOSUIWebView:function(){if(null===b){var e=d.navigator.userAgent.toLowerCase();b=!1===/safari/.test(e)&&/iphone|ipod|ipad/.test(e)&&!d.MSStream}return b},isQtCarBrowser:function(){return null===y&&(y=navigator.userAgent.toLowerCase().indexOf("qtcarbrowser")>-1),y},isEdgeClientBrowser:function(){return null===S&&(S=navigator.userAgent.toLowerCase().indexOf("edgeclient/")>-1),S},isOnTouchStartEventSupported:function(){return"ontouchstart"in document.documentElement},getIEVersion:function(){var e=d.navigator.userAgent,n=e.indexOf("MSIE ");if(n>0)return parseInt(e.substring(n+5,e.indexOf(".",n)),10);if(e.indexOf("Trident/")>0){var t=e.indexOf("rv:");return parseInt(e.substring(t+3,e.indexOf(".",t)),10)}var r=e.indexOf("Edge/");return r>0?parseInt(e.substring(r+5,e.indexOf(".",r)),10):null},getFirefoxVersion:function(){var e=d.navigator.userAgent.match(/(firefox(?=\/))\/?\s*(\d+)/i);return e&&3===e.length&&"firefox"===e[1].toLowerCase()?parseInt(e[2]):null},getChromeVersion:function(){var e=d.navigator.userAgent.match(/(chrome(?=\/))\/?\s*(\d+)/i);return e&&3===e.length&&"chrome"===e[1].toLowerCase()?parseInt(e[2]):null},getWindowsVersion:function(){return null!==new RegExp("Windows NT ([0-9]{1,}[.0-9]{0,})").exec(navigator.userAgent)?parseFloat(RegExp.$1):null},htmlEscape:function(e){if(!e)return"";var n=document.createElement("textarea");return n.innerText=e,n.innerHTML},htmlUnescape:function(e){if(!e)return"";if(e.match(/<[^<>]+>/))return e;var n=document.createElement("textarea");return n.innerHTML=e,n.value},getStackSize:function(e){var n=0,t=null==e;try{!function r(){n++,(t||n<=e)&&r()}()}catch(r){}return n},getAnimationEndEventName:function(){var e=document.createElement("div"),n={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"animationend",WebkitAnimation:"webkitAnimationEnd"};for(var t in n)if(e.style[t]!==undefined)return n[t];return""},isStackSizeGreaterThan:function(e){return e=e||0,_.getStackSize(e)>e},isSvgImgSupported:function(){return null===T&&(T=document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1")),T},isPlaceholderAttributeAllowed:function(e){return null===E&&(E=_.isChromeNewerThan(16)||_.isEdge()||_.isFirefoxNewerThan(14)||e&&_.isIOSUIWebView()||_.isIOSSafari()||_.isQtCarBrowser()),E},isCSSAnimationSupported:function(){var e=!1,n=document.createElement("div");(e=n.style.animationName!==undefined)||(e=!!l.first(["Webkit","Moz","O"],(function(e){return n.style[e+"AnimationName"]!==undefined})));return e},isStyleSupported:function(e){return e in document.documentElement.style},isCORSSupported:function(){return d.XDomainRequest||d.XMLHttpRequest&&"withCredentials"in new XMLHttpRequest},isHistorySupported:function(){if(null===w){if(w=d.history&&d.history.pushState&&"undefined"!=typeof d.history.state&&"undefined"!=typeof d.onpopstate)try{d.history.replaceState("__history_test",""),("__history_test"!==d.history.state||_.isEdgeClientBrowser())&&(w=!1)}catch(e){w=!1}}return w},isFidoSupportedAsync:function(e,n){if(!n){if(!(d.navigator.credentials!==undefined&&d.navigator.credentials.create!==undefined&&d.navigator.credentials.get!==undefined&&d.PublicKeyCredential!==undefined&&d.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable!==undefined))return a.resolve(!1);if(d.PublicKeyCredential.isExternalCTAP2SecurityKeySupported)return s.newPromiseWithTimeout(d.PublicKeyCredential.isExternalCTAP2SecurityKeySupported,o.PromiseTimeout,!1)}return a.resolve(e)},isChangingInputTypeSupported:function(){return!_.isIEOlderThan(9)},isHighContrast:function(){if(null===C){var e=document.createElement("span");e.style.borderLeftColor="red",e.style.borderRightColor="blue",e.style.position="absolute",e.style.top="-999px",document.body.appendChild(e);var n=_.getComputedStyle(e);C=n.borderLeftColor===n.borderRightColor,document.body.removeChild(e),A&&!C&&(C=_.getIsHighContrastUsingCssMediaQuery().isHighContrast)}return C},getIsHighContrastUsingCssMediaQuery:function(){var e=document.getElementsByTagName("head")[0],n=document.createElement("style");n.innerHTML='@media (-ms-high-contrast: active) { .high-contrast-detection::before { content: "active"; display: none; }}@media (-ms-high-contrast: black-on-white) { .high-contrast-detection::before { content: "white"; display: none; }}@media (-ms-high-contrast: white-on-black) { .high-contrast-detection::before { content: "black"; display: none; }}',e.appendChild(n);var t=document.createElement("div");t.className="high-contrast-detection",document.body.appendChild(t);var r=window.getComputedStyle(t,"::before").content,o="";return'"black"'===r?o="black":'"white"'===r&&(o="white"),document.body.removeChild(t),e.removeChild(n),{isHighContrast:-1!==['"active"','"black"','"white"'].indexOf(r),theme:o}},getHighContrastTheme:function(){function e(e,n,t){function r(e,n,t,r){return new RegExp("^rgba?\\("+n+",\\s?"+t+",\\s?"+r+"(,\\s?\\d+\\.?\\d*)?\\)$","i").test(e.trim())}for(var o=0;or?e:a},remove:function(e,n){var t=x.parse(e);t.query=t.query||{};var r=u.findOwnProperty(t.query,n,!0);return r&&delete t.query[r],x.join(t)},extract:function(e,n){n||""===n||(n=document.location.search);var t=x.parse(n);t.query=t.query||{};var r=u.findOwnProperty(t.query,e,!0);return r?t.query[r]:""},appendOrReplaceFromCurrentUrl:function(e,n){var t=x.extract(n);return t?x.appendOrReplace(e,n,t):e},stripQueryStringAndFragment:function(e){return x.parse(e).originAndPath}},I=n.Cookies={expireDate:"Thu, 30-Oct-1980 16:00:00 GMT",persistTTLDays:390,cookieSafeRegex:/^[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]+$/,enabled:function(){var e="G"+(new Date).getTime();I.write("CkTst",e);var n=!!I.getCookie("CkTst");return I.remove("CkTst"),n},getCookies:function(){return c.doubleSplit(document.cookie,";","=",!1,c.trim)},getCookie:function(e){var n=I.getCookies();return n[e]?n[e]:null},getObject:function(e){var n=I.getCookie(e)||"";return c.doubleSplit(n,"&","=")},remove:function(e,n,t){var r=n||document.location.hostname,o=r.split("."),i=o.length,a=o[i-2]+"."+o[i-1],s=t||"/",u="https:"===document.location.protocol,l=u?";secure":"",d=I.getDefaultSameSiteAttribute(u);document.cookie=c.format("{0}= ;domain=.{1};path={2};expires={3}{4}{5}",e,a,s,I.expireDate,l,d),document.cookie=c.format("{0}= ;domain=.{1};path={2};expires={3}{4}{5}",e,r,s,I.expireDate,l,d)},write:function(e,n,t,r,o,i,a,s,u){var c=i?".":"",l=document.domain.split(".");o&&l.splice(0,Math.max(0,l.length-2));var d=c+l.join(".");I.writeWithExpiration(e,n,t,r?I.getPersistDate():null,d,a,s,u)},writeWithExpiration:function(e,n,t,o,i,a,s,l){if(""===n)I.remove(e,i);else{"object"===r(n)&&(n=u.join(n,"&","="));var d,f=o?";expires="+o:"",p=i?";domain="+i:"",h=a||"/",g=t?";secure":"";d=s&&"none"!==s.toLowerCase()?";SameSite="+s:I.getDefaultSameSiteAttribute(t);var m=c.format("{0};path={1}{2}{3}{4}",p,h,f,g,d);if(l){for(var v=4e3-m.length-e.length-1,b=Math.ceil(n.length/v),y=I.getCookies(),S=0;S=400&&(o=!0);break;case"parsererror":a="Unable to parse response",o=!0}t.error={code:i,message:a,debugMessage:"(xhr status "+e.status+") xhr.responseText: "+e.responseText,stackTrace:"",isFatal:o}}return t}function S(e){var t,o=(e=e||{}).error||null,i={startTime:p,endTime:(new Date).getTime()};if(e.apiCanary&&(d.apiCanary=e.apiCanary,delete e.apiCanary),o){t=(t=o.stackTrace)&&t.encodeJson?t.encodeJson():"";var u=r.stringify({code:o.code,message:o.message,debug:o.debugMessage,stacktrace:t,requestUrl:h});n.Errors.push(u),n.Errors.length>100&&n.Errors.shift(),(8002!==o.code||g)&&s&&s(e,i)}else a&&a(e,i)}function C(e){return setTimeout((function(){S({error:{code:e,message:"Request Failed!",isFatal:!0}})}),0),null}if(t&&!d.apiCanary)return v?C(8002):(setTimeout((function(){S({error:{code:8002,message:"Request Failed!",isFatal:!0}})}),0),null);if(m&&null===o&&null!==c)n.Get(e,i.ContentType.Json,(function(e,n){if(f)if(v)try{S(r.parse(n))}catch(t){C(8e3)}else S(r.parse(n))}),(function(e,n,t,r){f&&S(b(n,t))}),u,c,l);else{var E=y(o);n.Post(e,i.ContentType.Json,E,(function(e,n){if(f)if(v)try{S(r.parse(n))}catch(t){C(8e3)}else S(r.parse(n))}),(function(e,n,t,r){f&&S(b(n,t))}),u)}},n.Post=function(e,t,r,i,a,s){var u=e.url,c={},l=!1;i||a||(l=!0),C(c,e,o.RequestType.Post,s,t,l);var d={targetUrl:u,contentType:t,data:r,requestType:o.RequestType.Post,timeout:s||3e4,successCallback:function(e,n){E(c,"Success",n,!0,(function(){i&&i(e,n)}))},failureCallback:function(e,n,t){E(c,"Failed",w(n,t),!1,(function(){a&&a(e,n,t)}))},timeoutCallback:function(e,n,t){E(c,"Timeout",w(n,t),!1,(function(){a&&a(e,n,t)}))}};S(d),o.Handler.call(n,d),n.sendRequest()},n.Get=function(e,t,r,i,a,s,u){var c=e.url,l={},d=!1;r||i||(d=!0),C(l,e,o.RequestType.Get,a,t,d);var f={targetUrl:c,contentType:t,requestType:o.RequestType.Get,timeout:a||3e4,successCallback:function(e,n){E(l,"Success",n,!0,(function(){r&&r(e,n)}))},failureCallback:function(e,n,t){E(l,"Failed",w(n,t),!1,(function(){i&&i(e,n,t)}))},timeoutCallback:function(e,n,t){E(l,"Timeout",w(n,t),!1,(function(){i&&i(e,n,t)}))}};if(S(f),m){if(s)for(var h in s)s.hasOwnProperty(h)&&(f.headers[h]=s[h]);if(u){var g=p.add(c,u);f.targetUrl=g}}o.Handler.call(n,f),n.sendRequest()},n.Beacon=function(e,t,r,o,i){var a=[],s=b(!0);f.forEach(s,(function(e,n){a.push([e,n])}));var u=e.url;if(u=p.add(u,a),e.url=u,navigator.sendBeacon){var c={};C(c,e,"Beacon",i,null,!1);var l=y(t),d=navigator.sendBeacon(u,l);E(c,d?"Success":"Failed",null,d,(function(){d&&r?r():!d&&o&&o()}))}else n.Json(e,t,r,o,i)}}},function(e,n){n.Tokens={Username:"#~#MemberName_LS#~#"},n.Fed={DomainToken:"#~#partnerdomain#~#",FedDomain:"#~#FederatedDomainName_LS#~#",Partner:"#~#FederatedPartnerName_LS#~#"},n.LoginOption={DoNotRemember:0,RememberPWD:1,NothingChecked:3},n.StringsVariantId={Default:0,SkypeMoveAlias:1,CombinedSigninSignup:2,CombinedSigninSignupDefaultTitle:3,RemoteConnectLogin:4,CombinedSigninSignupV2:5,CombinedSigninSignupV2WelcomeTitle:6},n.AllowedIdentitiesType={MsaOnly:0,AadOnly:1,Both:2},n.SessionIdp={Aad:0,Msa:1},n.ClientTracingEventIds={Event_LoginPaginatedUsernameView_onLoad:11e4,Event_LoginPaginatedPasswordView_onLoad:110001,ComponentEvent_LoginPaginatedUsernameView_onShowDialog:12e4,ComponentEvent_LoginPaginatedUsernameView_onAgreementClick:120001,ComponentEvent_LoginPaginatedPasswordView_onResetPassword:120100,PropertyValue_LoginPaginatedPageView_IsFidoSupported:14e4,PropertyValue_LoginPaginatedUsernameView_Username:140100,PropertyValue_LoginPaginatedUsernameView_ClientError:140101,PropertyValue_LoginPaginatedPasswordView_Password:140200,PropertyValue_LoginPaginatedPasswordView_ClientError:140201,PropertyValue_LoginPaginatedPasswordView_KMSI:140202}},function(e,n,t){var r=t(0),o=t(4),i={},a=null;n.setDataPoint=function(e,n,t,r){var i={scope:r||o.DataPointScope.ClientEvent},a=s(e);a.tracingDataPoints=a.tracingDataPoints||{},a.tracingDataPoints[n]={options:i,value:function(){return t}}};var s=n.getTracingContextObject=function(e){return e?(i[e]||(i[e]={}),i[e]):a=a||{}};n.getTracingContextObjects=function(){var e=[];return r.Object.forEach(i,(function(n,t){t&&e.push({viewModel:n,context:t})})),a&&e.push(a),e},n.registerTracingObservables=function(e,n,t){var r=s(e);r.tracingObservables=r.tracingObservables||[],r.tracingObservables.push({options:t,value:n})},n.deleteTracingContextObject=function(e){e?i[e]&&delete i[e]:a=null},n.attachViewLoadClientTracingOptions=function(e,n){s(e).viewLoadClientTracingOptions=n}},function(e,n,t){var r=window;t.p=r.ServerData.urlCdn;var o=t(1),i=t(17),a=t(20);i.applyExtensions(o),o.utils.registerEventHandler(r,"load",(function(){var e=r.ServerData;document.body.appendChild(document.createElement("div")).innerHTML=t(21),o.applyBindings(new a(e))}))},function(e,n){var t;t=function(){return this}();try{t=t||new Function("return this")()}catch(r){"object"==typeof window&&(t=window)}e.exports=t},function(e,n,t){var r,o,i; /*! * Knockout JavaScript library v3.5.1 * (c) The Knockout.js team - http://knockoutjs.com/ * License: MIT (http://www.opensource.org/licenses/mit-license.php) */!function(a){var s=this||(0,eval)("this"),u=s.document,c=s.navigator,l=s.jQuery,d=s.JSON;l||"undefined"==typeof jQuery||(l=jQuery),function(a){o=[n,t],(i="function"==typeof(r=a)?r.apply(n,o):r)===undefined||(e.exports=i)}((function(e,n){function t(e,n){return(null===e||typeof e in C)&&e===n}function r(e,n){var t;return function(){t||(t=S.a.setTimeout((function(){t=a,e()}),n))}}function o(e,n){var t;return function(){clearTimeout(t),t=S.a.setTimeout(e,n)}}function i(e,n){n&&"change"!==n?"beforeChange"===n?this.pc(e):this.gb(e,n):this.qc(e)}function f(e,n){null!==n&&n.s&&n.s()}function p(e,n){var t=this.qd,r=t[A];r.ra||(this.Qb&&this.mb[n]?(t.uc(n,e,this.mb[n]),this.mb[n]=null,--this.Qb):r.I[n]||t.uc(n,e,r.J?{da:e}:t.$c(e)),e.Ja&&e.gd())}var h,g,m,v,b,y,S=void 0!==e?e:{};S.b=function(e,n){for(var t=e.split("."),r=S,o=0;oS.a.A(n,e)&&n.push(e)})),n},Mb:function(e,n,t){var r=[];if(e)for(var o=0,i=e.length;or?t&&e.push(n):t||e.splice(r,1)},Ba:i,extend:n,setPrototypeOf:t,Ab:i?t:n,P:e,Ga:function(e,n,t){if(!e)return e;var r,i={};for(r in e)o.call(e,r)&&(i[r]=n.call(t,e[r],r,e));return i},Tb:function(e){for(;e.firstChild;)S.removeNode(e.firstChild)},Yb:function(e){for(var n=((e=S.a.la(e))[0]&&e[0].ownerDocument||u).createElement("div"),t=0,r=e.length;tv?e.setAttribute("selected",n):e.selected=n},Db:function(e){return null===e||e===a?"":e.trim?e.trim():e.toString().replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")},Ud:function(e,n){return e=e||"",!(n.length>e.length)&&e.substring(0,n.length)===n},vd:function(e,n){if(e===n)return!0;if(11===e.nodeType)return!1;if(n.contains)return n.contains(1!==e.nodeType?e.parentNode:e);if(n.compareDocumentPosition)return 16==(16&n.compareDocumentPosition(e));for(;e&&e!=n;)e=e.parentNode;return!!e},Sb:function(e){return S.a.vd(e,e.ownerDocument.documentElement)},kd:function(e){return!!S.a.Lb(e,S.a.Sb)},R:function(e){return e&&e.tagName&&e.tagName.toLowerCase()},Ac:function(e){return S.onError?function(){try{return e.apply(this,arguments)}catch(n){throw S.onError&&S.onError(n),n}}:e},setTimeout:function(e,n){return setTimeout(S.a.Ac(e),n)},Gc:function(e){setTimeout((function(){throw S.onError&&S.onError(e),e}),0)},B:function(e,n,t){var r=S.a.Ac(t);if(t=m[n],S.options.useOnlyNativeEvents||t||!l)if(t||"function"!=typeof e.addEventListener){if("undefined"==typeof e.attachEvent)throw Error("Browser doesn't support addEventListener or attachEvent");var o=function(n){r.call(e,n)},i="on"+n;e.attachEvent(i,o),S.a.K.za(e,(function(){e.detachEvent(i,o)}))}else e.addEventListener(n,r,!1);else g||(g="function"==typeof l(e).on?"on":"bind"),l(e)[g](n,r)},Fb:function(e,n){if(!e||!e.nodeType)throw Error("element must be a DOM node when calling triggerEvent");var t;if(t=!("input"!==S.a.R(e)||!e.type||"click"!=n.toLowerCase())&&("checkbox"==(t=e.type)||"radio"==t),S.options.useOnlyNativeEvents||!l||t)if("function"==typeof u.createEvent){if("function"!=typeof e.dispatchEvent)throw Error("The supplied element doesn't support dispatchEvent");(t=u.createEvent(h[n]||"HTMLEvents")).initEvent(n,!0,!0,s,0,0,0,0,0,!1,!1,!1,!1,0,e),e.dispatchEvent(t)}else if(t&&e.click)e.click();else{if("undefined"==typeof e.fireEvent)throw Error("Browser doesn't support triggering events");e.fireEvent("on"+n)}else l(e).trigger(n)},f:function(e){return S.O(e)?e():e},bc:function(e){return S.O(e)?e.v():e},Eb:function(e,n,t){var o;n&&("object"==typeof e.classList?(o=e.classList[t?"add":"remove"],S.a.D(n.match(b),(function(n){o.call(e.classList,n)}))):"string"==typeof e.className.baseVal?r(e.className,"baseVal",n,t):r(e,"className",n,t))},Bb:function(e,n){var t=S.a.f(n);null!==t&&t!==a||(t="");var r=S.h.firstChild(e);!r||3!=r.nodeType||S.h.nextSibling(r)?S.h.va(e,[e.ownerDocument.createTextNode(t)]):r.data=t,S.a.Ad(e)},Yc:function(e,n){if(e.name=n,7>=v)try{var r=e.name.replace(/[&<>'"]/g,(function(e){return"&#"+e.charCodeAt(0)+";"}));e.mergeAttributes(u.createElement(""),!1)}catch(t){}},Ad:function(e){9<=v&&(e=1==e.nodeType?e:e.parentNode).style&&(e.style.zoom=e.style.zoom)},wd:function(e){if(v){var n=e.style.width;e.style.width=0,e.style.width=n}},Pd:function(e,n){e=S.a.f(e),n=S.a.f(n);for(var t=[],r=e;r<=n;r++)t.push(r);return t},la:function(e){for(var n=[],t=0,r=e.length;t",""],tbody:g,tfoot:g,tr:[2,"","
"],td:m=[3,"","
"],th:m,option:v=[1,""],optgroup:v},y=8>=S.a.W,S.a.ua=function(e,n){var t;if(l){if(l.parseHTML)t=l.parseHTML(e,n)||[];else if((t=l.clean([e],n))&&t[0]){for(var r=t[0];r.parentNode&&11!==r.parentNode.nodeType;)r=r.parentNode;r.parentNode&&r.parentNode.removeChild(r)}}else{(t=n)||(t=u),r=t.parentWindow||t.defaultView||s;var o,i=S.a.Db(e).toLowerCase(),a=t.createElement("div");for(o=(i=i.match(/^(?:\x3c!--.*?--\x3e\s*?)*?<([a-z]+)[\s>]/))&&b[i[1]]||h,i=o[0],o="ignored
"+o[1]+e+o[2]+"
","function"==typeof r.innerShiv?a.appendChild(r.innerShiv(o)):(y&&t.body.appendChild(a),a.innerHTML=o,y&&a.parentNode.removeChild(a));i--;)a=a.lastChild;t=S.a.la(a.lastChild.childNodes)}return t},S.a.Md=function(e,n){var t=S.a.ua(e,n);return t.length&&t[0].parentElement||S.a.Yb(t)},S.a.fc=function(e,n){if(S.a.Tb(e),null!==(n=S.a.f(n))&&n!==a)if("string"!=typeof n&&(n=n.toString()),l)l(e).html(n);else for(var t=S.a.ua(n,e.ownerDocument),r=0;rn){if(5e3<=++o){i=r,S.a.Gc(Error("'Too much recursion' after processing "+o+" task groups."));break}n=r}try{e()}catch(a){S.a.Gc(a)}}}function n(){e(),i=r=t.length=0}var t=[],r=0,o=1,i=0;return{scheduler:s.MutationObserver?function(e){var n=u.createElement("div");return new MutationObserver(e).observe(n,{attributes:!0}),function(){n.classList.toggle("foo")}}(n):u&&"onreadystatechange"in u.createElement("script")?function(e){var n=u.createElement("script");n.onreadystatechange=function(){n.onreadystatechange=null,u.documentElement.removeChild(n),n=null,e()},u.documentElement.appendChild(n)}:function(e){setTimeout(e,0)},zb:function(e){return r||S.na.scheduler(n),t[r++]=e,o++},cancel:function(e){(e-=o-r)>=i&&et[0]?i+t[0]:t[0]),i),i=1===a?i:Math.min(n+(t[1]||0),i),a=n+a-2,l=Math.max(i,a);for(var d=[],f=[],p=2;nn;n++)e=e();return e}))},S.toJSON=function(e,n,t){return e=S.ad(e),S.a.hc(e,n,t)},n.prototype={constructor:n,save:function(e,n){var t=S.a.A(this.keys,e);0<=t?this.values[t]=n:(this.keys.push(e),this.values.push(n))},get:function(e){return 0<=(e=S.a.A(this.keys,e))?this.values[e]:a}}}(),S.b("toJS",S.ad),S.b("toJSON",S.toJSON),S.Wd=function(e,n,t){function r(n){var r=S.xb(e,t).extend({ma:"always"}),o=r.subscribe((function(e){e&&(o.s(),n(e))}));return r.notifySubscribers(r.v()),o}return"function"!=typeof Promise||n?r(n.bind(t)):new Promise(r)},S.b("when",S.Wd),S.w={M:function(e){switch(S.a.R(e)){case"option":return!0===e.__ko__hasDomDataOptionValue__?S.a.g.get(e,S.c.options.$b):7>=S.a.W?e.getAttributeNode("value")&&e.getAttributeNode("value").specified?e.value:e.text:e.value;case"select":return 0<=e.selectedIndex?S.w.M(e.options[e.selectedIndex]):a;default:return e.value}},cb:function(e,n,t){switch(S.a.R(e)){case"option":"string"==typeof n?(S.a.g.set(e,S.c.options.$b,a),"__ko__hasDomDataOptionValue__"in e&&delete e.__ko__hasDomDataOptionValue__,e.value=n):(S.a.g.set(e,S.c.options.$b,n),e.__ko__hasDomDataOptionValue__=!0,e.value="number"==typeof n?n:"");break;case"select":""!==n&&null!==n||(n=a);for(var r,o=-1,i=0,s=e.options.length;i=u){t.push(n&&s.length?{key:n,value:s.join("")}:{unknown:n||s.join("")}),n=u=0,s=[];continue}}else if(58===d){if(!u&&!n&&1===s.length){n=s.pop();continue}}else{if(47===d&&1arguments.length){if(!(n=u.body))throw Error("ko.applyBindings: could not find document.body; has the document been loaded?")}else if(!n||1!==n.nodeType&&8!==n.nodeType)throw Error("ko.applyBindings: first parameter should be your view model; second parameter should be a DOM node");f(h(e,t),n)},S.Dc=function(e){return!e||1!==e.nodeType&&8!==e.nodeType?a:S.Td(e)},S.Ec=function(e){return(e=S.Dc(e))?e.$data:a},S.b("bindingHandlers",S.c),S.b("bindingEvent",S.i),S.b("bindingEvent.subscribe",S.i.subscribe),S.b("bindingEvent.startPossiblyAsyncContentBinding",S.i.Cb),S.b("applyBindings",S.vc),S.b("applyBindingsToDescendants",S.Oa),S.b("applyBindingAccessorsToNode",S.ib),S.b("applyBindingsToNode",S.ld),S.b("contextFor",S.Dc),S.b("dataFor",S.Ec)}(),function(e){function n(n,r){var a,s=Object.prototype.hasOwnProperty.call(o,n)?o[n]:e;s?s.subscribe(r):((s=o[n]=new S.T).subscribe(r),t(n,(function(e,t){var r=!(!t||!t.synchronous);i[n]={definition:e,Gd:r},delete o[n],a||r?s.notifySubscribers(e):S.na.zb((function(){s.notifySubscribers(e)}))})),a=!0)}function t(e,n){r("getConfig",[e],(function(t){t?r("loadComponent",[e,t],(function(e){n(e,t)})):n(null,null)}))}function r(n,t,o,i){i||(i=S.j.loaders.slice(0));var a=i.shift();if(a){var s=a[n];if(s){var u=!1;if(s.apply(a,t.concat((function(e){u?o(null):null!==e?o(e):r(n,t,o,i)})))!==e&&(u=!0,!a.suppressLoaderExceptions))throw Error("Component loaders must supply values by invoking the callback, not by returning values synchronously.")}else r(n,t,o,i)}else o(null)}var o={},i={};S.j={get:function(t,r){var o=Object.prototype.hasOwnProperty.call(i,t)?i[t]:e;o?o.Gd?S.u.G((function(){r(o.definition)})):S.na.zb((function(){r(o.definition)})):n(t,r)},Bc:function(e){delete i[e]},oc:r},S.j.loaders=[],S.b("components",S.j),S.b("components.get",S.j.get),S.b("components.clearCachedDefinition",S.j.Bc)}(),function(){function e(e,n,t,r){function i(){0==--s&&r(a)}var a={},s=2,u=t.template;t=t.viewModel,u?o(n,u,(function(n){S.j.oc("loadTemplate",[e,n],(function(e){a.template=e,i()}))})):i(),t?o(n,t,(function(n){S.j.oc("loadViewModel",[e,n],(function(e){a[c]=e,i()}))})):i()}function t(e){switch(S.a.R(e)){case"script":return S.a.ua(e.text);case"textarea":return S.a.ua(e.value);case"template":if(r(e.content))return S.a.Ca(e.content.childNodes)}return S.a.Ca(e.childNodes)}function r(e){return s.DocumentFragment?e instanceof DocumentFragment:e&&11===e.nodeType}function o(e,t,r){"string"==typeof t.require?n||s.require?(n||s.require)([t.require],(function(e){e&&"object"==typeof e&&e.Xd&&e["default"]&&(e=e["default"]),r(e)})):e("Uses require, but no AMD loader is present"):r(t)}function i(e){return function(n){throw Error("Component '"+e+"': "+n)}}var a={};S.j.register=function(e,n){if(!n)throw Error("Invalid configuration for "+e);if(S.j.tb(e))throw Error("Component "+e+" is already registered");a[e]=n},S.j.tb=function(e){return Object.prototype.hasOwnProperty.call(a,e)},S.j.unregister=function(e){delete a[e],S.j.Bc(e)},S.j.Fc={getConfig:function(e,n){n(S.j.tb(e)?a[e]:null)},loadComponent:function(n,t,r){var a=i(n);o(a,t,(function(t){e(n,a,t,r)}))},loadTemplate:function(e,n,o){if(e=i(e),"string"==typeof n)o(S.a.ua(n));else if(n instanceof Array)o(n);else if(r(n))o(S.a.la(n.childNodes));else if(n.element)if(n=n.element,s.HTMLElement?n instanceof HTMLElement:n&&n.tagName&&1===n.nodeType)o(t(n));else if("string"==typeof n){var a=u.getElementById(n);a?o(t(a)):e("Cannot find element with ID "+n)}else e("Unknown element type: "+n);else e("Unknown template value: "+n)},loadViewModel:function(e,n,t){!function r(e,n,t){if("function"==typeof n)t((function(e){return new n(e)}));else if("function"==typeof n[c])t(n[c]);else if("instance"in n){var o=n.instance;t((function(){return o}))}else"viewModel"in n?r(e,n.viewModel,t):e("Unknown viewModel value: "+n)}(i(e),n,t)}};var c="createViewModel";S.b("components.register",S.j.register),S.b("components.isRegistered",S.j.tb),S.b("components.unregister",S.j.unregister),S.b("components.defaultLoader",S.j.Fc),S.j.loaders.push(S.j.Fc),S.j.dd=a}(),function(){function e(e,t){if(r=e.getAttribute("params")){var r=n.parseBindingsString(r,t,e,{valueAccessors:!0,bindingParams:!0}),o=(r=S.a.Ga(r,(function(n){return S.o(n,null,{l:e})})),S.a.Ga(r,(function(n){var t=n.v();return n.ja()?S.o({read:function(){return S.a.f(n())},write:S.Za(t)&&function(e){n()(e)},l:e}):t})));return Object.prototype.hasOwnProperty.call(o,"$raw")||(o.$raw=r),o}return{$raw:{}}}S.j.getComponentNameForNode=function(e){var n=S.a.R(e);if(S.j.tb(n)&&(-1!=n.indexOf("-")||"[object HTMLUnknownElement]"==""+e||8>=S.a.W&&e.tagName===n))return n},S.j.tc=function(n,t,r,o){if(1===t.nodeType){var i=S.j.getComponentNameForNode(t);if(i){if((n=n||{}).component)throw Error('Cannot use the "component" binding on a custom element matching a component');var a={name:i,params:e(t,r)};n.component=o?function(){return a}:a}}return n};var n=new S.ga;9>S.a.W&&(S.j.register=function(e){return function(n){return e.apply(this,arguments)}}(S.j.register),u.createDocumentFragment=function(e){return function(){var n,t=e(),r=S.j.dd;for(n in r);return t}}(u.createDocumentFragment))}(),function(){var e=0;S.c.component={init:function(n,t,r,o,i){function a(){var e=s&&s.dispose;"function"==typeof e&&e.call(s),c&&c.s(),u=s=c=null}var s,u,c,l=S.a.la(S.h.childNodes(n));return S.h.Ea(n),S.a.K.za(n,a),S.o((function(){var r,o,d=S.a.f(t());if("string"==typeof d?r=d:(r=S.a.f(d.name),o=S.a.f(d.params)),!r)throw Error("No component name specified");var f=S.i.Cb(n,i),p=u=++e;S.j.get(r,(function(e){if(u===p){if(a(),!e)throw Error("Unknown component '"+r+"'");!function(e,n,t){if(!(n=n.template))throw Error("Component '"+e+"' has no template");e=S.a.Ca(n),S.h.va(t,e)}(r,e,n);var t=function(e,n,t){var r=e.createViewModel;return r?r.call(e,n,t):n}(e,o,{element:n,templateNodes:l});e=f.createChildContext(t,{extend:function(e){e.$component=t,e.$componentTemplateNodes=l}}),t&&t.koDescendantsComplete&&(c=S.i.subscribe(n,S.i.pa,t.koDescendantsComplete,t)),s=t,S.Oa(e,n)}}))}),null,{l:n}),{controlsDescendantBindings:!0}}},S.h.ea.component=!0}();var N={"class":"className","for":"htmlFor"};S.c.attr={update:function(e,n){var t=S.a.f(n())||{};S.a.P(t,(function(n,t){t=S.a.f(t);var r=n.indexOf(":"),o=(r="lookupNamespaceURI"in e&&0=S.a.W&&n in N?(n=N[n],o?e.removeAttribute(n):e[n]=t):o||(r?e.setAttributeNS(r,n,t):e.setAttribute(n,t)),"name"===n&&S.a.Yc(e,o?"":t)}))}},S.c.checked={after:["value","attr"],init:function(e,n,t){function r(){var r=e.checked,u=o();if(!S.S.Ya()&&(r||!s&&!S.S.qa())){var d=S.u.G(n);if(c){var p=l?d.v():d,h=f;f=u,h!==u?r&&(S.a.Na(p,u,!0),S.a.Na(p,h,!1)):S.a.Na(p,u,r),l&&S.Za(d)&&d(p)}else i&&(u===a?u=r:r||(u=a)),S.m.eb(d,t,"checked",u,!0)}}var o=S.xb((function(){return t.has("checkedValue")?S.a.f(t.get("checkedValue")):d?t.has("value")?S.a.f(t.get("value")):e.value:void 0})),i="checkbox"==e.type,s="radio"==e.type;if(i||s){var u=n(),c=i&&S.a.f(u)instanceof Array,l=!(c&&u.push&&u.splice),d=s||c,f=c?o():a;s&&!e.name&&S.c.uniqueName.init(e,(function(){return!0})),S.o(r,null,{l:e}),S.a.B(e,"click",r),S.o((function(){var t=S.a.f(n()),r=o();c?(e.checked=0<=S.a.A(t,r),f=r):e.checked=i&&r===a?!!t:o()===t}),null,{l:e}),u=a}}},S.m.wa.checked=!0,S.c.checkedValue={update:function(e,n){e.value=S.a.f(n())}},S.c["class"]={update:function(e,n){var t=S.a.Db(S.a.f(n()));S.a.Eb(e,e.__ko__cssValue,!1),e.__ko__cssValue=t,S.a.Eb(e,t,!0)}},S.c.css={update:function(e,n){var t=S.a.f(n());null!==t&&"object"==typeof t?S.a.P(t,(function(n,t){t=S.a.f(t),S.a.Eb(e,n,t)})):S.c["class"].update(e,n)}},S.c.enable={update:function(e,n){var t=S.a.f(n());t&&e.disabled?e.removeAttribute("disabled"):t||e.disabled||(e.disabled=!0)}},S.c.disable={update:function(e,n){S.c.enable.update(e,(function(){return!S.a.f(n())}))}},S.c.event={init:function(e,n,t,r,o){var i=n()||{};S.a.P(i,(function(i){"string"==typeof i&&S.a.B(e,i,(function(e){var a,s=n()[i];if(s){try{var u=S.a.la(arguments);r=o.$data,u.unshift(r),a=s.apply(r,u)}finally{!0!==a&&(e.preventDefault?e.preventDefault():e.returnValue=!1)}!1===t.get(i+"Bubble")&&(e.cancelBubble=!0,e.stopPropagation&&e.stopPropagation())}}))}))}},S.c.foreach={Rc:function(e){return function(){var n=e(),t=S.a.bc(n);return t&&"number"!=typeof t.length?(S.a.f(n),{foreach:t.data,as:t.as,noChildContext:t.noChildContext,includeDestroyed:t.includeDestroyed,afterAdd:t.afterAdd,beforeRemove:t.beforeRemove,afterRender:t.afterRender,beforeMove:t.beforeMove,afterMove:t.afterMove,templateEngine:S.ba.Ma}):{foreach:n,templateEngine:S.ba.Ma}}},init:function(e,n){return S.c.template.init(e,S.c.foreach.Rc(n))},update:function(e,n,t,r,o){return S.c.template.update(e,S.c.foreach.Rc(n),t,r,o)}},S.m.Ra.foreach=!1,S.h.ea.foreach=!0,S.c.hasfocus={init:function(e,n,t){function r(r){e.__ko_hasfocusUpdating=!0;var o=e.ownerDocument;if("activeElement"in o){var i;try{i=o.activeElement}catch(a){i=o.body}r=i===e}o=n(),S.m.eb(o,t,"hasfocus",r,!0),e.__ko_hasfocusLastValue=r,e.__ko_hasfocusUpdating=!1}var o=r.bind(null,!0),i=r.bind(null,!1);S.a.B(e,"focus",o),S.a.B(e,"focusin",o),S.a.B(e,"blur",i),S.a.B(e,"focusout",i),e.__ko_hasfocusLastValue=!1},update:function(e,n){var t=!!S.a.f(n());e.__ko_hasfocusUpdating||e.__ko_hasfocusLastValue===t||(t?e.focus():e.blur(),!t&&e.__ko_hasfocusLastValue&&e.ownerDocument.body.focus(),S.u.G(S.a.Fb,null,[e,t?"focusin":"focusout"]))}},S.m.wa.hasfocus=!0,S.c.hasFocus=S.c.hasfocus,S.m.wa.hasFocus="hasfocus",S.c.html={init:function(){return{controlsDescendantBindings:!0}},update:function(e,n){S.a.fc(e,n())}},function(){function e(e,n,t){S.c[e]={init:function(e,r,o,i,a){var s,u,c,l,d,f={};if(n){i=o.get("as");var p=o.get("noChildContext");f={as:i,noChildContext:p,exportDependencies:d=!(i&&p)}}return l=(c="render"==o.get("completeOn"))||o.has(S.i.pa),S.o((function(){var o,i=S.a.f(r()),p=!t!=!i,h=!u;(d||p!==s)&&(l&&(a=S.i.Cb(e,a)),p&&(n&&!d||(f.dataDependency=S.S.o()),o=n?a.createChildContext("function"==typeof i?i:r,f):S.S.qa()?a.extend(null,f):a),h&&S.S.qa()&&(u=S.a.Ca(S.h.childNodes(e),!0)),p?(h||S.h.va(e,S.a.Ca(u)),S.Oa(o,e)):(S.h.Ea(e),c||S.i.ma(e,S.i.H)),s=p)}),null,{l:e}),{controlsDescendantBindings:!0}}},S.m.Ra[e]=!1,S.h.ea[e]=!0}e("if"),e("ifnot",!1,!0),e("with",!0)}(),S.c["let"]={init:function(e,n,t,r,o){return n=o.extend(n),S.Oa(n,e),{controlsDescendantBindings:!0}}},S.h.ea["let"]=!0;var D={};S.c.options={init:function(e){if("select"!==S.a.R(e))throw Error("options binding applies only to SELECT elements");for(;0r)var c=S.a.g.Z(),l=S.a.g.Z(),d=function(e){var n=this.activeElement;(n=n&&S.a.g.get(n,l))&&n(e)},f=function(e,n){var t=e.ownerDocument;S.a.g.get(t,c)||(S.a.g.set(t,c,!0),S.a.B(t,"selectionchange",d)),S.a.g.set(e,l,n)};S.c.textInput={init:function(i,s,u){function c(e,n){S.a.B(i,e,n)}function l(){p||(h=i.value,p=S.a.setTimeout(d,4))}function d(){clearTimeout(p),h=p=a;var e=i.value;g!==e&&(g=e,S.m.eb(s(),u,"textInput",e))}var p,h,g=i.value,m=9==S.a.W?l:d,v=!1;r&&c("keypress",d),11>r&&c("propertychange",(function(e){v||"value"!==e.propertyName||m(e)})),8==r&&(c("keyup",d),c("keydown",d)),f&&(f(i,m),c("dragend",l)),(!r||9<=r)&&c("input",m),5>n&&"textarea"===S.a.R(i)?(c("keydown",l),c("paste",l),c("cut",l)):11>e?c("keydown",l):4>t?(c("DOMAutoComplete",d),c("dragdrop",d),c("drop",d)):o&&"number"===i.type&&c("keydown",l),c("change",d),c("blur",d),S.o((function b(){var e=S.a.f(s());null!==e&&e!==a||(e=""),h!==a&&e===h?S.a.setTimeout(b,4):i.value!==e&&(v=!0,i.value=e,v=!1,g=i.value)}),null,{l:i})}},S.m.wa.textInput=!0,S.c.textinput={preprocess:function(e,n,t){t("textInput",e)}}}(),S.c.uniqueName={init:function(e,n){if(n()){var t="ko_unique_"+ ++S.c.uniqueName.rd;S.a.Yc(e,t)}}},S.c.uniqueName.rd=0,S.c.using={init:function(e,n,t,r,o){var i;return t.has("as")&&(i={as:t.get("as"),noChildContext:t.get("noChildContext")}),n=o.createChildContext(n,i),S.Oa(n,e),{controlsDescendantBindings:!0}}},S.h.ea.using=!0,S.c.value={init:function(e,n,t){var r=S.a.R(e),o="input"==r;if(!o||"checkbox"!=e.type&&"radio"!=e.type){var i=[],s=t.get("valueUpdate"),u=!1,c=null;s&&(i="string"==typeof s?[s]:S.a.wc(s),S.a.Pa(i,"change"));var l,d,f=function(){c=null,u=!1;var r=n(),o=S.w.M(e);S.m.eb(r,t,"value",o)};!S.a.W||!o||"text"!=e.type||"off"==e.autocomplete||e.form&&"off"==e.form.autocomplete||-1!=S.a.A(i,"propertychange")||(S.a.B(e,"propertychange",(function(){u=!0})),S.a.B(e,"focus",(function(){u=!1})),S.a.B(e,"blur",(function(){u&&f()}))),S.a.D(i,(function(n){var t=f;S.a.Ud(n,"after")&&(t=function(){c=S.w.M(e),S.a.setTimeout(f,0)},n=n.substring(5)),S.a.B(e,n,t)})),l=o&&"file"==e.type?function(){var t=S.a.f(n());null===t||t===a||""===t?e.value="":S.u.G(f)}:function(){var o=S.a.f(n()),i=S.w.M(e);null!==c&&o===c?S.a.setTimeout(l,0):o===i&&i!==a||("select"===r?(i=t.get("valueAllowUnset"),S.w.cb(e,o,i),i||o===S.w.M(e)||S.u.G(f)):S.w.cb(e,o))},"select"===r?S.i.subscribe(e,S.i.H,(function(){d?t.get("valueAllowUnset")?l():f():(S.a.B(e,"change",f),d=S.o(l,null,{l:e}))}),null,{notifyImmediately:!0}):(S.a.B(e,"change",f),S.o(l,null,{l:e}))}else S.ib(e,{checkedValue:n})},update:function(){}},S.m.wa.value=!0,S.c.visible={update:function(e,n){var t=S.a.f(n()),r="none"!=e.style.display;t&&!r?e.style.display="":!t&&r&&(e.style.display="none")}},S.c.hidden={update:function(e,n){S.c.visible.update(e,(function(){return!S.a.f(n())}))}},function(e){S.c[e]={init:function(n,t,r,o,i){return S.c.event.init.call(this,n,(function(){var n={};return n[e]=t(),n}),r,o,i)}}}("click"),S.ca=function(){},S.ca.prototype.renderTemplateSource=function(){throw Error("Override renderTemplateSource")},S.ca.prototype.createJavaScriptEvaluatorBlock=function(){throw Error("Override createJavaScriptEvaluatorBlock")},S.ca.prototype.makeTemplateSource=function(e,n){if("string"==typeof e){var t=(n=n||u).getElementById(e);if(!t)throw Error("Cannot find template with ID "+e);return new S.C.F(t)}if(1==e.nodeType||8==e.nodeType)return new S.C.ia(e);throw Error("Unknown template type: "+e)},S.ca.prototype.renderTemplate=function(e,n,t,r){return e=this.makeTemplateSource(e,r),this.renderTemplateSource(e,n,t,r)},S.ca.prototype.isTemplateRewritten=function(e,n){return!1===this.allowTemplateRewriting||this.makeTemplateSource(e,n).data("isRewritten")},S.ca.prototype.rewriteTemplate=function(e,n,t){n=n((e=this.makeTemplateSource(e,t)).text()),e.text(n),e.data("isRewritten",!0)},S.b("templateEngine",S.ca),S.kc=function(){function e(e,n,t,r){e=S.m.ac(e);for(var o=S.m.Ra,i=0;i]*))?)*\s+)data-bind\s*=\s*(["'])([\s\S]*?)\3/gi,t=/\x3c!--\s*ko\b\s*([\s\S]*?)\s*--\x3e/g;return{xd:function(e,n,t){n.isTemplateRewritten(e,t)||n.rewriteTemplate(e,(function(e){return S.kc.Ld(e,n)}),t)},Ld:function(r,o){return r.replace(n,(function(n,t,r,i,a){return e(a,t,r,o)})).replace(t,(function(n,t){return e(t,"\x3c!-- ko --\x3e","#comment",o)}))},md:function(e,n){return S.aa.Xb((function(t,r){var o=t.nextSibling;o&&o.nodeName.toLowerCase()===n&&S.ib(o,e,r)}))}}}(),S.b("__tr_ambtns",S.kc.md),function(){S.C={},S.C.F=function(e){if(this.F=e){var n=S.a.R(e);this.ab="script"===n?1:"textarea"===n?2:"template"==n&&e.content&&11===e.content.nodeType?3:4}},S.C.F.prototype.text=function(){var e=1===this.ab?"text":2===this.ab?"value":"innerHTML";if(0==arguments.length)return this.F[e];var n=arguments[0];"innerHTML"===e?S.a.fc(this.F,n):this.F[e]=n};var e=S.a.g.Z()+"_";S.C.F.prototype.data=function(n){if(1===arguments.length)return S.a.g.get(this.F,e+n);S.a.g.set(this.F,e+n,arguments[1])};var n=S.a.g.Z();S.C.F.prototype.nodes=function(){var e=this.F;if(0==arguments.length){var t=S.a.g.get(e,n)||{},r=t.lb||(3===this.ab?e.content:4===this.ab?e:a);if(!r||t.jd){var o=this.text();o&&o!==t.bb&&(r=S.a.Md(o,e.ownerDocument),S.a.g.set(e,n,{lb:r,bb:o,jd:!0}))}return r}t=arguments[0],this.ab!==a&&this.text(""),S.a.g.set(e,n,{lb:t})},S.C.ia=function(e){this.F=e},S.C.ia.prototype=new S.C.F,S.C.ia.prototype.constructor=S.C.ia,S.C.ia.prototype.text=function(){if(0==arguments.length){var e=S.a.g.get(this.F,n)||{};return e.bb===a&&e.lb&&(e.bb=e.lb.innerHTML),e.bb}S.a.g.set(this.F,n,{bb:arguments[0]})},S.b("templateSources",S.C),S.b("templateSources.domElement",S.C.F),S.b("templateSources.anonymousTemplate",S.C.ia)}(),function(){function e(e,n,t){var r;for(n=S.h.nextSibling(n);e&&(r=e)!==n;)t(r,e=S.h.nextSibling(r))}function n(n,t){if(n.length){var r=n[0],o=n[n.length-1],i=r.parentNode,a=S.ga.instance,s=a.preprocessNode;if(s){if(e(r,o,(function(e,n){var t=e.previousSibling,i=s.call(a,e);i&&(e===r&&(r=i[0]||n),e===o&&(o=i[i.length-1]||t))})),n.length=0,!r)return;r===o?n.push(r):(n.push(r,o),S.a.Ua(n,i))}e(r,o,(function(e){1!==e.nodeType&&8!==e.nodeType||S.vc(t,e)})),e(r,o,(function(e){1!==e.nodeType&&8!==e.nodeType||S.aa.cd(e,[t])})),S.a.Ua(n,i)}}function t(e){return e.nodeType?e:0S.a.W||!e.nodes?null:e.nodes())?S.a.la(n.cloneNode(!0).childNodes):(e=e.text(),S.a.ua(e,r))},S.ba.Ma=new S.ba,S.gc(S.ba.Ma),S.b("nativeTemplateEngine",S.ba),function(){S.$a=function(){var e=this.Hd=function(){if(!l||!l.tmpl)return 0;try{if(0<=l.tmpl.tag.tmpl.open.toString().indexOf("__"))return 2}catch(e){}return 1}();this.renderTemplateSource=function(n,t,r,o){if(o=o||u,r=r||{},2>e)throw Error("Your version of jQuery.tmpl is too old. Please upgrade to jQuery.tmpl 1.0.0pre or later.");var i=n.data("precompiled");return i||(i=n.text()||"",i=l.template(null,"{{ko_with $item.koBindingContext}}"+i+"{{/ko_with}}"),n.data("precompiled",i)),n=[t.$data],t=l.extend({koBindingContext:t},r.templateOptions),(t=l.tmpl(i,n,t)).appendTo(o.createElement("div")),l.fragments={},t},this.createJavaScriptEvaluatorBlock=function(e){return"{{ko_code ((function() { return "+e+" })()) }}"},this.addTemplate=function(e,n){u.write("