/* Minification failed. Returning unminified contents.
(1,10): run-time error CSS1031: Expected selector, found 'handleSetCookie('
(1,10): run-time error CSS1025: Expected comma or open brace, found 'handleSetCookie('
(1,256): run-time error CSS1031: Expected selector, found 'isCookieSet('
(1,256): run-time error CSS1025: Expected comma or open brace, found 'isCookieSet('
(1,364): run-time error CSS1031: Expected selector, found 'checkIfCookieSet('
(1,364): run-time error CSS1025: Expected comma or open brace, found 'checkIfCookieSet('
(1,464): run-time error CSS1019: Unexpected token, found '$'
(1,465): run-time error CSS1019: Unexpected token, found '('
(1,466): run-time error CSS1019: Unexpected token, found '"#acceptCookieButton"'
(1,487): run-time error CSS1019: Unexpected token, found ')'
(1,489): run-time error CSS1030: Expected identifier, found 'on('
(1,489): run-time error CSS1019: Unexpected token, found 'on('
(1,492): run-time error CSS1019: Unexpected token, found '"click"'
(1,499): run-time error CSS1019: Unexpected token, found ','
(1,515): run-time error CSS1031: Expected selector, found ')'
(1,515): run-time error CSS1025: Expected comma or open brace, found ')'
 */
function handleSetCookie(){$.ajax({url:"/Home/SetCookieBanner",type:"GET",cache:!1,contentType:!1,processData:!1,success:function(e){checkIfCookieSet(),gtag("event","click",{event_category:"CookieBanner",event_label:"cookie_banner-accepted"})}})}function isCookieSet(o){return!!document.cookie.split(";").find(function(e){return e.trim().startsWith(o)})}function checkIfCookieSet(){$("#cookiesBlock").css({display:isCookieSet("ITEngine_visitor")?"none":"block"})}$("#acceptCookieButton").on("click",handleSetCookie),checkIfCookieSet();
