/* Minification failed. Returning unminified contents.
(1,1): run-time error CSS1019: Unexpected token, found '"use strict"'
(1,23): run-time error CSS1031: Expected selector, found 'handleSetCookie('
(1,23): run-time error CSS1025: Expected comma or open brace, found 'handleSetCookie('
(1,269): run-time error CSS1031: Expected selector, found 'isCookieSet('
(1,269): run-time error CSS1025: Expected comma or open brace, found 'isCookieSet('
(1,377): run-time error CSS1031: Expected selector, found 'checkIfCookieSet('
(1,377): run-time error CSS1025: Expected comma or open brace, found 'checkIfCookieSet('
(1,477): run-time error CSS1019: Unexpected token, found '$'
(1,478): run-time error CSS1019: Unexpected token, found '('
(1,479): run-time error CSS1019: Unexpected token, found '"#acceptCookieButton"'
(1,500): run-time error CSS1019: Unexpected token, found ')'
(1,502): run-time error CSS1030: Expected identifier, found 'on('
(1,502): run-time error CSS1019: Unexpected token, found 'on('
(1,505): run-time error CSS1019: Unexpected token, found '"click"'
(1,512): run-time error CSS1019: Unexpected token, found ','
(1,528): run-time error CSS1031: Expected selector, found ')'
(1,528): run-time error CSS1025: Expected comma or open brace, found ')'
 */
"use strict";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();
