'use strict';(function(){function d(a){return!/[=,; \t\r\n\u000b\u000c]/g.test(a)}function k(a,c,b,e,f){c=encodeURIComponent(c);if(!d(a)||!d(c))return!1;a=[`${a}=${c};`];if(b){c=a.push;let g=new Date;g.setTime(g.getTime()+1E3*b);b=g.toUTCString();c.call(a,`expires=${b};`)}e&&d(e)&&a.push(`path=${e};`);f&&d(f)&&a.push(`domain=${f};`);document.cookie=a.join("");return!0}function h(a){if(!d(a))return null;a=`${a}=`;const c=document.cookie.split(";");for(let b of c){for(;" "===b.charAt(0);)b=b.substring(1); if(0===b.indexOf(a))return decodeURIComponent(b.substring(a.length,b.length))}return null}window.Reci=window.Reci||{};window.Reci.Utils=window.Reci.Utils||{};window.Reci.Utils.cookie||(window.Reci.Utils.cookie={set:k,get:h,remove:function(a,c,b){return k(a,"","Thu, 01 Jan 1970 00:00:01 GMT",c,b)},getAsArray:function(a){a=h(a);return a.length?a.split("."):[]},isLoggedin:function(){return"1"===h("auth")}})})();