function setupCookieBanner(n,t,i,r,u,f){$(document).click(function(){createCookie(t,i,r);$(n).removeClass(u)});setTimeout(function(){$(n).addClass(u)},f)}function hasCookie(n){const i=encodeURIComponent(n)+"=",t=document.cookie.split(";");for(let n=0;n<t.length;n++){let r=t[n];while(r.charAt(0)===" ")r=r.substring(1,r.length);if(r.indexOf(i)===0)return!0}return!1}function hasLocalStorage(n){return localStorage.getItem(n)!=null}function createCookie(n,t,i){const r=new Date;r.setTime(r.getTime()+i);document.cookie=encodeURIComponent(n)+"="+encodeURIComponent(t)+"; expires="+r+"; path=/"}$(document).ready(function(){const i=$("#LocalStorageReturningCustomerValuationName").val(),n=$("#CookieBannerAcknowledgedCookieName").val(),r=$("#CookieBannerAcknowledgedCookieValue").val(),u=$("#CookieBannerAcknowledgedCookieExpiryTicks").val(),f=$("#DisplayCMSCookieBanner").val(),t=".cookie-banner";f&&(hasCookie(n)||hasLocalStorage(i)?$(t).hide():setupCookieBanner(t,n,r,u,"show",500))})