$(document).ready(function(){var n=$(".content-block-owl").length;$(".content-block-owl").each(function(n){$(this).css("left",Math.floor(n%4)*324+"px");$(this).css("top",Math.floor(n/4)*500+"px")});$("#news-blocks").css("min-height",Math.floor(n/4+0)*610+"px");$("#news-blocks .bg-white").css("display","block");getCookie("signupseen")!="true"&&setCookie("signupseen","true",1e3);$(".enquiry-form-btn").click(function(){$(".enquiry-form").toggleClass("enquiry-open-form");$("html").toggleClass("overflow-hidden")})})