Our use of cookies\n
Accepting all cookies will ensure you have the best experience possible when visiting TheOpen.com. Some of these cookies are necessary to make our site work, while others help us to improve your experience by providing insights into how the site is being used."; var necessaryCookiesDescription = "These are cookies that are required for the operation of our website and cannot be switched off in our systems. "; var statementDescription = "For more detailed information, please check our"; function setCookieExpiryDaysValue() { var cookieExpiryDays = localStorage.getItem("cookieControlExpiryDaysValue"); if (cookieExpiryDays !== null & cookieExpiryDays !== undefined) { if (cookieExpiryDays.localeCompare(365) !== 0) { localStorage.setItem("cookieControlExpiryDaysValue", 365); } } else { localStorage.setItem("cookieControlExpiryDaysValue", 365); } } function getCookieByName(name) { var cookieArray = document.cookie.split(";"); for (var i = 0; i < cookieArray.length; i++) { var cookiePair = cookieArray[i].split("="); if (name == cookiePair[0].trim()) { return decodeURIComponent(cookiePair[1]); } } return null; } function checkNotificationCookieAndCookieControl() { var notificationCookie = getCookieByName('cookie-warning-settings_agreed'); var cookieControlCookie = CookieControl.getCookie('CookieControl'); if (notificationCookie !== null && cookieControlCookie === null) { document.cookie = `cookie-warning-settings_agreed=; max-age=0`; } if (notificationCookie === null && cookieControlCookie !== null) { CookieControl.delete('CookieControl'); } } function setCookiesSection() { cookieSettings = { apiKey: '6bc7157ae3ff16db05930c2f20ad79be6733e7aa', product: 'PRO_MULTISITE', layout: 'slideout', initialState: 'closed', mode: 'gdpr', consentCookieExpiry: 365, text: { title: "Your Cookies", intro: cookieSettingsDescription.replace(/(<([^>]+)>)/gi, ""), necessaryTitle: "Strictly necessary cookies", necessaryDescription: necessaryCookiesDescription, acceptRecommended: 'Save and close', acceptSettings: 'Accept all', on: 'On', off: 'Off' }, necessaryCookies: ["JSESSIONID","website#lang","stx_contact_TheOpen_2021_v1","CustomAntiForgery","checkoutConfig","__utma","ASP.NET_SessionId","secutixConfig","linksConfigurationCookie","__utmz","userData","AkamaiAnalytics_BrowserSessionId","cookie-warning_is-site-visited","HTML_BitRateBucketCsv","HTML_isPlayingCount","HTML_VisitCountCookie","HTML_VisitIntervalStartTime","HTML_VisitValueCookie","__utmb","__utmc","__utmt","volumeControl_volumeValue","COGNITO_ACCESS_TOKEN","stx_rememberMe","cookie-warning-settings_agreed","lastDisplayedBanner","ballotOrdersFileNumber","tochUserData"], optionalCookies: [ {name:"AnalyticalPerformance",label:"Analytical / Performance cookies",description:"These allow us to recognise and count the number of visitors and to see how visitors move around our website when they are using it. This helps us to improve the way our website works. We will also use this information to make our website and the advertising displayed on it more relevant to your interests.",lawfulBasis:"consent",cookies: ["_gid","_gat_UA-25967024-1","_gat_UA-109774186-1","_ga","AKA_A2","ANON_ID","ANON_ID_old","CMID","CMPRO","CMPS","CMST","CONSENT","DotomiTest","EE","_fbp","fr","GUC","IDE","ibkukinet","ibkukiuno","KADUSERCOOKIE","KTPCACOOKIE","NID","PREF","TDCPM","TDID","VISITOR_INFO1_LIVE","YSC","_cc_aud","_cc_cc","_cc_dc","_cc_id","ab","demdex","dpm","everest_g_v2","i","mc","pi","pxrc","rlas3","skimCSP","skimGUID","test_cookie","ud","uuid","__stid","_ga_LFWMMB3DG0","ANONCHK","CLID","MR","MUID","SM","_clsk","_clck"] ,onAccept: function() { if (window.clarity) { window.clarity('consent'); } gtag('consent', 'update', { 'ad_storage': 'granted' }); gtag('consent', 'update', { 'ad_personalization': 'granted' }); gtag('consent', 'update', { 'ad_user_data': 'granted' }); gtag('consent', 'update', { 'analytics_storage': 'granted' }); } ,onRevoke: function() { if (window.clarity) { window.clarity('consent', false); } gtag('consent', 'update', { 'ad_storage': 'denied' }); gtag('consent', 'update', { 'ad_personalization': 'denied' }); gtag('consent', 'update', { 'ad_user_data': 'denied' }); gtag('consent', 'update', { 'analytics_storage': 'denied' }); }},{name:"FunctionalCookies",label:"Functional cookies",description:"These are used to recognise you when you return to our website. This enables us to personalise our content for you and remember your preferences.",lawfulBasis:"consent",cookies: ["auth_token","datr","external_referer","guest_id","personalization_id","remember_checked_on","sb","sfau","twid","_twitter_sess","ct0","gt","wd"] ,onAccept: function(){ const SOCIAL_SHARING_TWITTER_CLASS = 'social-sharing__item social-sharing__item--twitter'; const SOCIAL_SHARING_FACEBOOK_CLASS = 'social-sharing__item social-sharing__item--facebook'; const SOCIAL_SHARING_ACCEPT_FUNCTIONAL_COOKIES_CLASS = 'social-sharing__item__accept-functional-cookies'; const socialSharingTwitter = document.getElementsByClassName(SOCIAL_SHARING_TWITTER_CLASS)[0]; const socialSharingFacebook = document.getElementsByClassName(SOCIAL_SHARING_FACEBOOK_CLASS)[0]; const socialSharingAcceptFunctionalCookies = document.getElementsByClassName(SOCIAL_SHARING_ACCEPT_FUNCTIONAL_COOKIES_CLASS)[0]; if (socialSharingTwitter) { socialSharingTwitter.style.display = "block"; } if (socialSharingFacebook) { socialSharingFacebook.style.display = "block"; } if (socialSharingAcceptFunctionalCookies) { socialSharingAcceptFunctionalCookies.style.display = "none"; } } ,onRevoke: function(){ const SOCIAL_SHARING_TWITTER_CLASS = 'social-sharing__item social-sharing__item--twitter'; const SOCIAL_SHARING_FACEBOOK_CLASS = 'social-sharing__item social-sharing__item--facebook'; const SOCIAL_SHARING_ACCEPT_FUNCTIONAL_COOKIES_CLASS = 'social-sharing__item__accept-functional-cookies'; const socialSharingTwitter = document.getElementsByClassName(SOCIAL_SHARING_TWITTER_CLASS)[0]; const socialSharingFacebook = document.getElementsByClassName(SOCIAL_SHARING_FACEBOOK_CLASS)[0]; const socialSharingAcceptFunctionalCookies = document.getElementsByClassName(SOCIAL_SHARING_ACCEPT_FUNCTIONAL_COOKIES_CLASS)[0]; if (socialSharingTwitter) { socialSharingTwitter.style.display = "none"; } if (socialSharingFacebook) { socialSharingFacebook.style.display = "none"; } if (socialSharingAcceptFunctionalCookies) { socialSharingAcceptFunctionalCookies.style.display = "block"; } }}, ], position: 'LEFT', theme: 'DARK', branding: { fontFamily: "TheOpen,sans-serif", fontColor: "#fff", fontSizeTitle: "1.2em", fontSizeIntro: "1.2em", fontSizeHeaders: "1.1em", fontSize: "1.00em", backgroundColor: "#06051e", toggleText: "#06051e", toggleColor: "#06051e", toggleBackground: "#ffba00", buttonIcon: null, buttonIconWidth: "60", buttonIconHeight: "60", removeAbout: true, acceptText: "#06051e", acceptBackground: "#ffba00", removeIcon: true }, rejectButton: false, acceptBehaviour: 'all', statement: { description: statementDescription, name: 'Cookie Policy', url: '/legal/cookie-policy', updated: '19/10/2020' } }; } setCookieExpiryDaysValue(); setCookiesSection(); CookieControl.load(cookieSettings); checkNotificationCookieAndCookieControl();