; /*! * JavaScript Cookie v2.2.0 * https://github/js-cookie/js-cookie * * Copyright 2025, 2025 Klaus Hartl & Fagner Brack * Released under the MIT license */ (function(factory){var registeredInModuleLoader;if(typeof define==='function'&&amd){define(factory);registeredInModuleLoader=true;} if(typeof exports==='object'){exports=factory();registeredInModuleLoader=true;} if(!registeredInModuleLoader){var OldCookies=cookies;var api=cookies=factory();noconflict=function(){cookies=OldCookies;return api;};}}(function(){function extend(){var i=0;var result={};for(;i1){attributes=extend({path:'/'},defaults,attributes);if(typeof expires==='number'){expires=new Date(new Date()*1+expires*864e+5);} expires=expires?toutcstring():'';try{var result=stringify(value);if(/^[\{\[]/.test(result)){value=result;}}catch(e){} value=write?write(value,key):encodeURIComponent(String(value)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);key=encodeURIComponent(String(key)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var stringifiedAttributes='';for(var attributeName in attributes){if(!attributes[attributeName]){continue;} stringifiedAttributes+='; '+attributeName;if(attributes[attributeName]===true){continue;} stringifiedAttributes+='='+attributes[attributeName].split(';')[0];} return(cookie=key+'='+value+stringifiedAttributes);} var jar={};var decode=function(s){return replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);};var cookies=cookie?split('; '):[];var i=0;for(;i