                    <!DOCTYPE html>
<!-- Site by Artlogic - https://artlogic.net -->
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Podcast - Episode 47: The Winter Show: a History | Les Enluminures</title>
        <meta property="og:site_name" content="Les Enluminures" />
        <meta property="og:title" content="Podcast - Episode 47: The Winter Show: a History" />
        <meta property="og:description" content="Today we discuss the history of the Winter Show and philanthropic culture in the United States with Kristen Racaniello and Sandra Hindman. Tune in and discover the origins of the exhibition, the history of gifting in the USA, and hear about Sandra&rsquo;s delightful journey to participating in the Winter Show...." />
        <meta property="og:image" content="" />
        <meta property="og:image:width" content="" />
        <meta property="og:image:height" content="" />
        <meta property="twitter:card" content="summary_large_image">
        <meta property="twitter:url" content="https://www.lesenluminures.com/video/127-podcast-episode-47-the-winter-show-a/">
        <meta property="twitter:title" content="Podcast - Episode 47: The Winter Show: a History">
        <meta property="twitter:description" content="Today we discuss the history of the Winter Show and philanthropic culture in the United States with Kristen Racaniello and Sandra Hindman. Tune in and discover the origins of the exhibition, the history of gifting in the USA, and hear about Sandra&rsquo;s delightful journey to participating in the Winter Show....">
        <meta property="twitter:text:description" content="Today we discuss the history of the Winter Show and philanthropic culture in the United States with Kristen Racaniello and Sandra Hindman. Tune in and discover the origins of the exhibition, the history of gifting in the USA, and hear about Sandra&rsquo;s delightful journey to participating in the Winter Show....">
        <meta property="twitter:image" content="">
        <link rel="canonical" href="https://www.lesenluminures.com/video/" />
        <meta name="google" content="notranslate" />
        <meta name="description" content="Today we discuss the history of the Winter Show and philanthropic culture in the United States with Kristen Racaniello and Sandra Hindman. Tune in and discover the origins of the exhibition, the history of gifting in the USA, and hear about Sandra&rsquo;s delightful journey to participating in the Winter Show...." />
        <meta name="keywords" content="Podcast - Episode 47: The Winter Show: a History" />
        <meta name="publication_date" content="2026-06-15 06:03:49" />
        <meta name="generator" content="Artlogic CMS - https://artlogic.net" />
        <meta name="viewport" content="width=device-width, minimum-scale=0.5, maximum-scale=1, initial-scale=1.0" />

        

<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />

<meta name="application-name" content="Les Enluminures"/>
<meta name="msapplication-TileColor" content="#ffffff"/>

        <style type="text/css" media="all">
            @import url(/lib/archimedes/styles/archimedes-frontend-core.css);
            @import url(/styles/base.css?c=27042050002209&v=20210517);
            @import url(/lib/jquery/1.12.4/plugins/jquery.archimedes-frontend-core-plugins-0.1.css);
            @import url(/styles/main.css?c=27042050002209&v=20210517);
            @import url(/styles/jquery.fancybox.min.css?c=27042050002209&v=20210517);
            @import url(/lib/jquery/1.11.3/plugins/slick-1.6.0/slick.css?c=27042050002209&v=20210517);
            @import url(/styles/responsive.css?c=27042050002209&v=20210517);
        </style>
        <style type="text/css" media="print">
            @import url(/styles/print.css?c=27042050002209&v=20210517);
        </style>
        <link href="/lib/webfonts/artlogic-site-icons/artlogic-site-icons-1.0/artlogic-site-icons.css?c=27042050002209&v=20210517" rel="stylesheet" type="text/css"/> 
        <link rel="stylesheet" type="text/css" href="/scripts/flickity/flickity.css">

        
        
            <script  src="/scripts/jquery-1.12.0.min.js"></script>
    <script  src="/scripts/jquery.browser.min.js"></script>
    <script  src="/scripts/jquery.easing.min.js"></script>
    <script  src="/scripts/jquery.cycle2.min.js"></script>
    <script  src="/scripts/jquery.fancybox.min.js"></script>
    <script  src="/scripts/turn.js"></script>
    <script  src="/scripts/jquery.zoom.js"></script>
    <script  src="/lib/archimedes/scripts/archimedes-frontend-core.js"></script>
    <script  src="/lib/archimedes/scripts/archimedes-frontend-modules.js"></script>
    <script  src="/lib/jquery/1.12.4/plugins/jquery.archimedes-frontend-core-plugins-0.1.js"></script>
    <script  src="/lib/jquery/plugins/pageload/1.1/jquery.pageload.1.1.js?c=27042050002209&v=20210517"></script>
    <script  src="/lib/jquery/plugins/powerzoom/jquery.powerzoom.js?c=180843"></script>
    <script  src="/lib/jquery/plugins/inview/1.0/jquery.inview.1.0.js"></script>
    <script  src="/scripts/intersection-observer.js"></script>
    <script  src="/scripts/jquery.inview.1.0.js"></script>
    <script  src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBOUBY0_1OPrX16l05nPOhBIbc78wb66dI"></script>
    <script  src="/scripts/flickity/flickity.pkgd.min.js"></script>
    <script  src="/scripts/jquery.panzoom.js"></script>
    <script  src="/lib/jquery/1.11.3/plugins/slick-1.6.0/jquery.slick.min.js"></script>
    <script  src="/lib/archimedes/scripts/json2.js?c=27042050002209&v=20210517"></script>
    <script  src="/lib/archimedes/scripts/shop.js?c=27042050002209&v=20210517"></script>
    <script  src="/scripts/main.js?c=27042050002209&v=20210517"></script>

            


    <script>
        function get_cookie_preference(category) {
            result = false;
            try {
                var cookie_preferences = localStorage.getItem('cookie_preferences') || "";
                if (cookie_preferences) {
                    cookie_preferences = JSON.parse(cookie_preferences);
                    if (cookie_preferences.date) {
                        var expires_on = new Date(cookie_preferences.date);
                        expires_on.setDate(expires_on.getDate() + 365);
                        console.log('cookie preferences expire on', expires_on.toISOString());
                        var valid = expires_on > new Date();
                        if (valid && cookie_preferences.hasOwnProperty(category) && cookie_preferences[category]) {
                            result = true;
                        }
                    }
                }
            }
            catch(e) {
                console.warn('get_cookie_preference() failed');
                return result;
            }
            return result;
        }

        window.google_analytics_init = function(page){
            var collectConsent = true;
            var useConsentMode = false;
            var analyticsProperties = ['UA-109473058-45'];
            var analyticsCookieType = 'statistics';
            var disableGa = false;
            var sendToArtlogic = true;
            var artlogicProperties = {
                'UA': 'UA-157296318-1',
                'GA': 'G-GLQ6WNJKR5',
            };

            analyticsProperties = analyticsProperties.concat(Object.values(artlogicProperties));

            var uaAnalyticsProperties = analyticsProperties.filter((p) => p.startsWith('UA-'));
            var ga4AnalyticsProperties = analyticsProperties.filter((p) => p.startsWith('G-')).concat(analyticsProperties.filter((p) => p.startsWith('AW-')));

            if (collectConsent) {
                disableGa = !get_cookie_preference(analyticsCookieType);

                for (var i=0; i < analyticsProperties.length; i++){
                    var key = 'ga-disable-' + analyticsProperties[i];

                    window[key] = disableGa;
                }

                if (disableGa) {
                    if (document.cookie.length) {
                        var cookieList = document.cookie.split(/; */);

                        for (var i=0; i < cookieList.length; i++) {
                            var splitCookie = cookieList[i].split('='); //this.split('=');

                            if (splitCookie[0].indexOf('_ga') == 0 || splitCookie[0].indexOf('_gid') == 0 || splitCookie[0].indexOf('__utm') == 0) {
                                //h.deleteCookie(splitCookie[0]);
                                var domain = location.hostname;
                                var cookie_name = splitCookie[0];
                                document.cookie =
                                    cookie_name + "=" + ";path=/;domain="+domain+";expires=Thu, 01 Jan 1970 00:00:01 GMT";
                                // now delete the version without a subdomain
                                domain = domain.split('.');
                                domain.shift();
                                domain = domain.join('.');
                                document.cookie =
                                    cookie_name + "=" + ";path=/;domain="+domain+";expires=Thu, 01 Jan 1970 00:00:01 GMT";
                            }
                        }
                    }
                }
            }

            if (uaAnalyticsProperties.length) {
                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');


                if (!disableGa) {
                    var anonymizeIps = true;

                    for (var i=0; i < uaAnalyticsProperties.length; i++) {
                        var propertyKey = '';

                        if (i > 0) {
                            propertyKey = 'tracker' + String(i + 1);
                        }

                        var createArgs = [
                            'create',
                            uaAnalyticsProperties[i],
                            'auto',
                        ];

                        if (propertyKey) {
                            createArgs.push({'name': propertyKey});
                        }

                        ga.apply(null, createArgs);

                        if (anonymizeIps) {
                            ga('set', 'anonymizeIp', true);
                        }

                        var pageViewArgs = [
                            propertyKey ? propertyKey + '.send' : 'send',
                            'pageview'
                        ]

                        if (page) {
                            pageViewArgs.push(page)
                        }

                        ga.apply(null, pageViewArgs);
                    }

                    if (sendToArtlogic) {
                        ga('create', 'UA-157296318-1', 'auto', {'name': 'artlogic_tracker'});

                        if (anonymizeIps) {
                            ga('set', 'anonymizeIp', true);
                        }

                        var pageViewArgs = [
                            'artlogic_tracker.send',
                            'pageview'
                        ]

                        if (page) {
                            pageViewArgs.push(page)
                        }

                        ga.apply(null, pageViewArgs);
                    }
                }
            }

            if (ga4AnalyticsProperties.length) {
                if (!disableGa || useConsentMode) {
                    (function(d, script) {
                        script = d.createElement('script');
                        script.type = 'text/javascript';
                        script.async = true;
                        script.src = 'https://www.googletagmanager.com/gtag/js?id=' + ga4AnalyticsProperties[0];
                        d.getElementsByTagName('head')[0].appendChild(script);
                    }(document));

                    window.dataLayer = window.dataLayer || [];
                    window.gtag = function (){dataLayer.push(arguments);}
                    window.gtag('js', new Date());

                    if (useConsentMode) {
                        gtag('consent', 'default', {
                            'ad_storage': 'denied',
                            'analytics_storage': 'denied',
                            'functionality_storage': 'denied',
                            'personalization_storage': 'denied',
                            'security': 'denied',
                        });

                        if (disableGa) {
                            // If this has previously been granted, it will need set back to denied (ie on cookie change)
                            gtag('consent', 'update', {
                                'analytics_storage': 'denied',
                            });
                        } else {
                            gtag('consent', 'update', {
                                'analytics_storage': 'granted',
                            });
                        }
                    }

                    for (var i=0; i < ga4AnalyticsProperties.length; i++) {
                        window.gtag('config', ga4AnalyticsProperties[i]);
                    }

                }
            }
        }

        var waitForPageLoad = false;

        if (waitForPageLoad) {
            window.addEventListener('load', function() {
                window.google_analytics_init();
                window.archimedes.archimedes_core.analytics.init();
            });
        } else {
            window.google_analytics_init();
        }
    </script>


    </head>
    <body class="section-video page-video site-responsive responsive-top-size-1023 responsive-nav-standard responsive-nav-side-position-fullscreen responsive-layout-forced-lists responsive-layout-forced-image-lists responsive-layout-forced-tile-lists analytics-track-all-links site-lib-version-2-0 ajax_load_more_pagination_enabled hero_heading_title_position_overlay page-param-127-podcast-episode-47-the-winter-show-a page-param-id-127 page-param-type-video_id menu_standard  responsive-nav-slide-nav  ajax_load_more_pagination_enabled">
        
        <script type="text/javascript">document.getElementsByTagName('body')[0].className+=' browser-js-enabled';</script>
        
        



    
    <div id="container_outer" class="version-default">
        <div id="container">
            
    
    
    <div class="header-fixed-wrapper">
    <div id="header" class="clearwithin header_fixed ">
        <div class="inner clearwithin">
            
            
            
            <div id="logo" class=""><a href="/">Les Enluminures</a></div>

        

                        <div id="top_nav" class="navigation noprint clearwithin">
                            
<div id="top_nav_reveal" class="hidden"><ul><li><a href="#" role="button" aria-label="Close">Menu</a></li></ul></div>

        <ul class="topnav">
		<li class="topnav-filepath-artworks topnav-label-inventory topnav-id-12"><a href="/illuminated-manuscripts-books-of-hours-miniatures-and-gold-rings-for-sale/" data-original-url="/artworks/" aria-label="Inventory">Inventory</a></li>
		<li class="topnav-filepath-events topnav-label-events topnav-id-14"><a href="/events/" aria-label="Events">Events</a></li>
		<li class="topnav-filepath-channel topnav-label-media topnav-id-36"><a href="/channel/" aria-label="Media">Media</a></li>
		<li class="topnav-filepath-publications topnav-label-publications topnav-id-16"><a href="/publications/" aria-label="Publications">Publications</a></li>
		<li class="topnav-filepath-media_entries topnav-label-press topnav-id-29"><a href="/media_entries/press" aria-label="Press">Press</a></li>
		<li class="topnav-filepath-notable-sales topnav-label-notable-sales topnav-id-26"><a href="/notable-sales/" aria-label="Notable Sales">Notable Sales</a></li>
		<li class="topnav-filepath-gallery topnav-label-about-us topnav-id-21"><a href="/gallery/" aria-label="About us">About us</a></li>
		<li class="topnav-filepath-newsletter topnav-label-newsletter topnav-id-27"><a href="/mailing-list/" aria-label="Newsletter">Newsletter</a></li>
		<li class="topnav-filepath-learn topnav-label-learn topnav-id-28"><a href="/a-guide-to-medieval-illuminated-manuscripts-miniatures-and-ancient-rings/" data-original-url="/learn/" aria-label="Learn">Learn</a></li>
		<li class="topnav-filepath-sandra-hindman-art-advisory-llc topnav-label-art-advisory topnav-id-101 last"><a href="/sandra-hindman-art-advisory-llc/" aria-label="Art Advisory">Art Advisory</a></li>
	</ul>


                            
                            



                            
                                <div id="topnav_search" class="header_quick_search noprint">
                                    <form method="get" action="/search/" id="topnav_search_form">
                                        <input id="topnav_search_field" type="text" class="header_quicksearch_field inputField" data-default-value="Search" value="" name="search" />
                                            <a href="javascript:void(0)" id="topnav_search_btn" class="header_quicksearch_btn link"><i class="quicksearch-icon"></i></a>
                                        <input type="submit" class="nojsSubmit" value="Go" style="display: none;" />
                                    </form>
                                </div>
                        </div>
                        
                
                <div id="header_quick_search" class="header_quick_search noprint header_quick_search_reveal">
                    <form method="get" action="/search/" id="header_quicksearch_form">
                        <input placeholder="Search" id="header_quicksearch_field" type="text" class="header_quicksearch_field inputField" data-default-value="Search" value="" name="search" />
                        <a href="javascript:void(0)" id="header_quicksearch_btn" class="header_quicksearch_btn link"><i class="quicksearch-icon"></i></a>
                        <input type="submit" class="nojsSubmit" value="Go" style="display: none;" />
                    </form>
                    <span class="search-label">Search</span>
                </div>
                
                <div class="header-icons-wrapper">
                    
                    
                    
                        



<!--excludeindexstart-->
<div id="store_cart_widget" class="hide_when_empty">
    <div class="store_cart_widget_inner">
        <div id="scw_heading"><a href="/store/basket/" class="scw_checkout_link">Basket</a></div>
        <div id="scw_items">
            <a href="/store/basket/" aria-label="Your store basket is empty" data-currency="&#36;">
                <span class="scw_total_items"><span class="scw_total_count">0</span><span class="scw_total_items_text"> items</span></span>
               

                    <span class="scw_total_price">
                        <span class="scw_total_price_currency widget_currency">&#36;</span>
                        <span class="scw_total_price_amount widget_total_price" 
                                data-cart_include_vat_in_price="True" 
                                data-total_price_without_vat_in_base_currency="0" 
                                data-total_price_with_vat_in_base_currency="0"
                                data-conversion_rate='{"USD": {"conversion_rate": 1, "name": "&#36;", "stripe_code": "usd"}}'
                                data-count="0">
                        </span>
                    </span>
      
                
            </a>
        </div>
        <div id="scw_checkout">
            <div class="scw_checkout_button"><a href="/store/basket/" class="scw_checkout_link">Checkout</a></div>
        </div>
            <div id="scw_popup" class="hidden">
                <div id="scw_popup_inner">
                    <h3>Item added to cart</h3>
                    <div id="scw_popup_buttons_container">
                        <div class="button"><a href="/store/basket/">View cart and checkout</a></div>
                        <div id="scw_popup_close" class="link"><a href="#">Continue shopping</a></div>
                    </div>
                    <div class="clear"></div>
                </div>
            </div>
        
    </div>
</div>
<!--excludeindexend-->

                    

                </div>
                <div id="contact_link">
                    <a href="/gallery-locations/" data-original-url="/gallery/location/">Contact</a>
                </div>
                

                



                

                
        </div>
    </div>
    </div>



            
            
            <div class="scroll-container">
                <div class="scroll-container-inner">
                    <div id="main_content" class="clearwithin">
                        
                            <!--contentstart-->
                            





    


<div class="subsection-video-record">
        

        
        <div id="content" class="clearwithin">

            <div id="full" class="clearwithin">
                <iframe title="The Winter Show: A History" allowtransparency="true" height="300" width="100%" style="border: none; min-width: min(100%, 430px);" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/player-v2/?from=embed&i=hw3j5-11e8374-pb&square=1&share=1&download=1&fonts=Arial&skin=956f46&font-color=auto&rtl=0&logo_link=episode_page&btn-skin=ff6d00&size=300" allowfullscreen=""></iframe>
            </div>


                

                <div id="content_module" class="">
                    <div class="video-header heading_wrapper clearwithin">
                        <h1 class="has_subtitle">Podcast - Episode 47: The Winter Show: a History</h1>
                        <span class="date">
                                March 31, 2022
                        </span>
                    </div>

                        <p style="text-align: justify;">Today we discuss the history of the Winter Show and philanthropic culture in the United States with Kristen Racaniello and Sandra Hindman. Tune in and discover the origins of the exhibition, the history of gifting in the USA, and hear about Sandra&rsquo;s delightful journey to participating in the Winter Show. You can join us at the Winter Show in booth 1-11 starting today, Thursday March 31 to Sunday April 10. Regular hours begin at 12:00 but closing times vary. We hope to see you there!&nbsp;</p>
<h4 style="text-align: justify;">Resources:</h4>
<p style="text-align: justify;">Les Enluminures at the Winter Show&nbsp;<a href="https://www.lesenluminures.com/events/6/">https://www.lesenluminures.com/events/6/</a>&nbsp;</p>
<p style="text-align: justify;">The Winter Show Website&nbsp;<a href="https://www.thewintershow.org/about">https://www.thewintershow.org/about</a></p>




                        
                </div>


        </div>
</div>




                            <!--contentend-->

                    </div>
                </div>
            </div>
            <div class="transition-logo"></div>
        </div>

        


        <div class="notify_panel_mask"></div>
    </div>
    <div class="faux_footer" style=""></div>
    

<div id="footer" class="footer">
    <div class="inner">
            <div id="footer_locations">
                <div class="location footer-column">
                    <span class="label">Paris</span>
                    <span class="address"><p><em>Office:<br /></em>18, rue de Montpensier, 75001 Paris, France<br /><em>Gallery:<br /></em><em>21-22</em> Galerie de Montpensier,&nbsp;Jardin du Palais-Royal, 75001 Paris<span>, France</span><br /><i>Mail us at:&nbsp;<br /></i>40, rue du Louvre, chez Spaces, 75001 Paris<span>, France</span></p></span>
                    <span class="contact"><p><a href="tel:0033142601558">+33 1 42 60 15 58<br /></a><a href="mailto:info@lesenluminures.com">info@lesenluminures.com</a></p></span>
                    <span class="opening_hours"><p>Please contact us if you wish to make an appointment.&nbsp;</p></span>
                </div>
                <div class="location footer-column">
                    <span class="label">Chicago</span>
                    <span class="address"><p><span>One Magnificent Mile</span><br />980 North Michigan Ave.,&nbsp;Suite 1330<br />Chicago IL 60611&nbsp;</p></span>
                    <span class="contact"><p>+1&nbsp;<a href="tel:0017739295986" target="_blank">773 929 5986<br /></a><a href="mailto:chicago@lesenluminures.com">chicago@lesenluminures.com</a>&nbsp;</p></span>
                    <span class="opening_hours"><p>Please contact us if you wish to make an appointment.</p></span>
                </div>
            </div>
        <div id="footer_content_container">
            <div class="credit">
                <div class="privacy-policy"><a href="/privacy-policy/">Privacy policy</a></div>
                <div class="copyright"><span class="copy">&copy;</span> 2026 Les Enluminures</div>
                <div class="artlogic"><a href="https://artlogic.net/" target="_blank">Site by Artlogic</a></div>
            </div>
                <div class="social_icons">
                    <ul class="social-icons-list">
                            <li id="mailing_list"><a  href="/mailing-list/"><span class="">Sign-up to our Newsletter and get updates about exhibitions and events</span></a></li>
                            <li id="facebook"><a target="_blank"  href="http://www.facebook.com/pages/Les-Enluminures/128147690624910"><span class="social_media_icon facebook"></span></a></li>
                            <li id="twitter"><a target="_blank"  href="https://twitter.com/LesEnluminures"><span class="social_media_icon twitter"></span></a></li>
                            <li id="instagram"><a target="_blank"  href="https://www.instagram.com/lesenluminures/"><span class="social_media_icon instagram"></span></a></li>
                            <li id="pinterest"><a target="_blank" href="https://www.pinterest.com/lesenluminures/"><span class="social_media_icon pinterest"></span></a></li>
                            <li id="linkedin"><a target="_blank"  href="https://www.linkedin.com/in/les-enluminures-1bab5021"><span class="social_media_icon linkedin"></span></a></li>
                            <li id="youtube"><a target="_blank"  href="https://www.youtube.com/user/lesenluminures"><span class="social_media_icon youtube"></span></a></li>
                    </ul>
                </div>
        </div>
        
    </div>
</div>




        <div id="cookie_notification" role="region" aria-label="Cookie banner" data-mode="consent" data-cookie-notification-settings="">
    <div class="inner">
        <div id="cookie_notification_message" class="prose">
                <p><strong>This website uses cookies</strong><br>This site uses cookies to help make it more useful to you. Please contact us to find out more about our Cookie Policy.</p>
        </div>
        <div id="cookie_notification_preferences" class="link"><a href="javascript:;" role="button">Manage cookies</a></div>
        <div id="cookie_notification_reject" class="button"><a href="javascript:;" role="button">Reject non essential</a></div>
        <div id="cookie_notification_accept" class="button"><a href="javascript:;" role="button">Accept</a></div>

    </div>
</div>
    <div id="manage_cookie_preferences_popup_container">
        <div id="manage_cookie_preferences_popup_overlay"></div>
        <div id="manage_cookie_preferences_popup_inner">
            <div id="manage_cookie_preferences_popup_box" role="dialog" aria-modal="true" aria-label="Cookie preferences">
                <div id="manage_cookie_preferences_close_popup_link" class="close">
                    <a href="javascript:;" role="button" aria-label="close">
                        <svg width="20px" height="20px" viewBox="0 0 488 488" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true">
                            <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                <g id="close" fill="#5D5D5D" fill-rule="nonzero">
                                    <polygon id="Path" points="488 468 468 488 244 264 20 488 0 468 224 244 0 20 20 0 244 224 468 0 488 20 264 244"></polygon>
                                </g>
                            </g>
                        </svg>
                    </a>
                </div>
                <h2>Cookie preferences</h2>
                    <p>Check the boxes for the cookie categories you allow our site to use</p>
                
                <div id="manage_cookie_preferences_form_wrapper">
                    <div class="form form_style_simplified">

                        <form id="cookie_preferences_form">
                            <fieldset>
                                <legend class="visually-hidden">Cookie options</legend>
                                <div>
                                    <label><input type="checkbox" name="essential" disabled checked value="1"> Strictly necessary</label>
                                    <div class="note">Required for the website to function and cannot be disabled.</div>
                                </div>
                                <div>
                                    <label><input type="checkbox" name="functionality"  value="1"> Preferences and functionality</label>
                                    <div class="note">Improve your experience on the website by storing choices you make about how it should function.</div>
                                </div>
                                <div>
                                    <label><input type="checkbox" name="statistics"  value="1"> Statistics</label>
                                    <div class="note">Allow us to collect anonymous usage data in order to improve the experience on our website.</div>
                                </div>
                                <div>
                                    <label><input type="checkbox" name="marketing"  value="1"> Marketing</label>
                                    <div class="note">Allow us to identify our visitors so that we can offer personalised, targeted marketing.</div>
                                </div>
                            </fieldset>
                            
                            <div class="button">
                                <a href="javascript:;" id="cookie_preferences_form_submit" role="button">Save preferences</a>
                            </div>
                        </form>

                    </div>
                </div>
            </div>
        </div>
    </div>











            




    <!-- sentry-verification-string -->
    <!--  -->
</body>
</html>

