CINXE.COM

Contact | The Guardian Licensing

<!DOCTYPE html> <html> <head> <title>Contact | The Guardian Licensing</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="apple-touch-icon" sizes="152x152" href="https://assets.guim.co.uk/images/favicons/ac43fe9507600081b58760450f518d07/152x152.png" /> <link rel="apple-touch-icon" sizes="144x144" href="https://assets.guim.co.uk/images/favicons/9105519994f075e63637de997e08c770/144x144.png" /> <link rel="apple-touch-icon" sizes="120x120" href="https://assets.guim.co.uk/images/favicons/462584b4647d63f9b12063d513aad3e1/120x120.png" /> <link rel="apple-touch-icon" sizes="114x114" href="https://assets.guim.co.uk/images/favicons/23d6bd123831949d7e1881ceb2d66443/114x114.png" /> <link rel="apple-touch-icon" sizes="72x72" href="https://assets.guim.co.uk/images/favicons/dac5b94fa151d4ebce54d133b64c3e2c/72x72.png" /> <link rel="apple-touch-icon-precomposed" href="https://assets.guim.co.uk/images/favicons/8dc6215c5b2a6b73ac10557dc0cf052d/57x57.png" /> <link rel="shortcut icon" type="image/png" href="https://assets.guim.co.uk/images/favicons/48bc5564bb01b74cf7cd1a08ae0dd98e/32x32.ico" /> <meta name="generator" content="VisibleDots"> <meta name="description" content="Guardian Licensing is responsible for the commercial licensing and distribution of Guardian and Observer content"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta name="robots" content="all"> <meta content="180444840287" property="fb:app_id"> <meta content="en_GB" property="og:locale"> <meta content="Contact Us" property="og:site_name"> <meta content="website" property="og:type"> <meta content="https://licensing.theguardian.com/contact" property="og:url"> <meta content="Contact Us" property="og:title"> <meta content="Guardian Licensing is responsible for the commercial licensing and distribution of Guardian and Observer content" property="og:description"> <meta content="https://licensing.theguardian.com/assets/img/containers/images/seo/licensing-seo-1200x630.png/d29f84e68ed5136ba33d8885097d1096.png" property="og:image"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@guardian"> <meta name="twitter:creator" content="@guardian"> <meta name="twitter:title" content="Contact Us"> <meta name="twitter:description" content="Guardian Licensing is responsible for the commercial licensing and distribution of Guardian and Observer content"> <meta name="twitter:image" content="https://licensing.theguardian.com/assets/img/containers/images/seo/licensing-seo-876x438.png/624ea8264c901e222696d346d7aa60d9.png"> <link href="https://licensing.theguardian.com/contact" rel="canonical"> <link href="https://licensing.theguardian.com" rel="home"> <link rel="preload" href="https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/noalts-not-hinted/GHGuardianHeadline-Regular.woff2" as="font" crossorigin> <link rel="preload" href="https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/noalts-not-hinted/GHGuardianHeadline-Bold.woff2" as="font" crossorigin> <link rel="preload" href="https://assets.guim.co.uk/static/frontend/fonts/guardian-textegyptian/noalts-not-hinted/GuardianTextEgyptian-Regular.woff2" as="font" crossorigin> <link rel="preload" href="https://assets.guim.co.uk/static/frontend/fonts/guardian-textegyptian/noalts-not-hinted/GuardianTextEgyptian-Bold.woff2" as="font" crossorigin> <link rel="preload" href="https://assets.guim.co.uk/static/frontend/fonts/guardian-textsans/noalts-not-hinted/GuardianTextSans-Regular.woff2" as="font" crossorigin> <link rel="preload" href="https://assets.guim.co.uk/static/frontend/fonts/guardian-textsans/noalts-not-hinted/GuardianTextSans-Bold.woff2" as="font" crossorigin> <style> button {outline:none !important;} [x-cloak] {display:none !important;} .hidden {display:none;} body.fixed-footer-60 {padding-bottom:60px;} .fix-to-bottom {position:fixed;left:0;bottom:0;width:100%;z-index:999;} </style> <link href="/css/app.css?id=3f9d4cb282b52f04a3e96383ba842ccb" rel="stylesheet"> <style> html {box-sizing:border-box;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;} html,body {text-rendering:optimizeLegibility;font-feature-settings:'kern';font-kerning:normal;font-variant-ligatures:common-ligatures;height:100%;width:100%;} .yournamerequired { display: none; } .prose li p { margin-top: 0; margin-bottom: 0; } .prose ul > li { padding-left: 1.5rem; } .prose ul > li::before { width: 0.5em; height: 0.5rem; top: calc(0.55em); } </style> <script> const gu_cookie_name = 'gu_cookie_consent_2021_09_01'; </script> <script src="https://licensing.theguardian.com/lib/alpinejs.3103.min.js" defer></script> </head> <body class="font-serif" x-data="{ plxMenuOpen: false }"> <script> window.guCookies = { getCookie(name) { let value = `; ${document.cookie}`; let parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); }, setCookie: function(name, value, expirationInDays) { const date = new Date() date.setTime(date.getTime() + (expirationInDays * 24 * 60 * 60 * 1000)) document.cookie = name + '=' + value + ';expires=' + date.toUTCString() + ';domain=licensing.theguardian.com' + ';path=/' + ';samesite=lax' }, cookieExists: function(name) { return document.cookie.indexOf(name + '=') !== -1 }, categoryHasConsent: function(cookie_category) { consented_categories = window.guCookies.getCookie(gu_cookie_name).split(','); for (var i = 0; i < consented_categories.length; i++) { catname = consented_categories[i].slice(9).slice(0,-2); // 'essential' catvalue = consented_categories[i].slice(-1); // '0 or 1' if (cookie_category === catname && catvalue === '1') { return true } } return false; }, categoryHasConsentAll: function() { consented_to_all = false; if (this.categoryHasConsent('essential') && this.categoryHasConsent('performance') && this.categoryHasConsent('functionality')) { consented_to_all = true; } return consented_to_all; }, setCategories: function(categories = false, redirect = false) { if (categories) { this.setCookie(gu_cookie_name, categories, 365); if (redirect) { window.location.href = window.manageCookiesRedirect ? window.manageCookiesRedirect : '/'; } else { this.initialRun(); } } }, initialRun: function() { if (this.categoryHasConsent('performance')) { this.loadScript('https://www.google-analytics.com/analytics.js', function() { ga('create', 'UA-00000000-0', 'auto'); ga('send', 'pageview'); }); } }, // load script after category has been selected (string, function, array) loadScript: function(src, callback, attrs) { var function_defined = typeof callback === 'function'; // load script only if not alredy loaded if (!document.querySelector('script[src="' + src + '"]')) { var script = document.createElement('script'); // if an array is provided => add custom attributes if (attrs && attrs.length > 0) { for (var i = 0; i < attrs.length; ++i) { attrs[i] && script.setAttribute(attrs[i]['name'], attrs[i]['value']); } } // if callback function defined => run callback onload if (function_defined) { script.onload = callback; } script.src = src; // append script to head (document.head ? document.head : document.getElementsByTagName('head')[0]).appendChild(script); } else { function_defined && callback(); } }, } </script> <div x-data="{ showCookieBanner: true }" x-cloak> <div x-show="showCookieBanner" x-transition:enter-start="opacity-0" x-transition:enter="transition duration-700 transform ease" x-transition:leave="transition duration-700 transform ease" x-transition:leave-end="opacity-0" class="fix-to-bottom bg-gu-blue text-white font-sans shadow-video border-t border-[#506991] border-opacity-50 "> <div class="container mx-auto"> <div class="pb-8 md:pb-10 text-sm md:text-[15px] leading-5"> <div class="font-figures text-4xl pt-4">It<span class="font-serif">'</span>s your choice</div> <div class="py-3 flex space-y-6 md:space-y-0 md:space-x-8 flex-col md:flex-row"> <div class="md:w-1/4"> When we make Guardian Licensing available to you online, we use cookies and similar technologies to help us to do this. </div> <div class="md:w-1/4"> Some are necessary to help our website work properly and can't be switched off, and some are optional but support Guardian Licensing and your experience in other ways. </div> <div class="md:w-1/4"> You can find out more in our <a class="underline hover:text-site3" href="/privacy-policy">privacy policy</a> and <a class="underline hover:text-site3" href="/cookie-policy">cookie policy</a>, and manage the choices available to you at any time by going to <b>Manage Cookies</b> at the bottom of any page. </div> </div> <div class="font-bold mb-4 mt-2 pt-2 border-t border-[#506991]">Are you happy to accept cookies?</div> <div class="lg:max-w-xl mb-6">To manage your cookie choices now, including how to opt out where our partners rely on legitimate interests to use your information, <span class="font-bold">click on Manage my cookies.</span> </div> <div class="flex" x-data> <div class="flex mr-4"> <button class="flex flex-shrink-0 flex-none items-center p-0 md:p-0.5 pr-0 md:pr-1 rounded-full group text-gu-blue bg-[#ebebeb] border-2 border-transparent hover:opacity-80 transition-opacity duration-600" @click="showCookieBanner=false, window.guCookies.setCategories('category_essential=1,category_performance=1,category_functionality=1')" > <div class="px-4 py-1.5 text-sm text-current font-bold font-sans" >Yes, I'm happy</div> </button> </div> <div class="flex"> <a href="/manage-cookies?p=/contact" class="flex flex-shrink-0 flex-none items-center p-0 md:p-0.5 pr-0 md:pr-1 rounded-full group text-gray-100 bg-[#506991] border-2 border-transparent hover:opacity-80 transition-opacity duration-60 "> <button class="px-4 py-1.5 text-sm text-current font-bold font-sans">Manage my cookies</button> </a> </div> </div> </div> </div> </div> </div> <div x-data="{ moreIsOpen: false, bottomMoreIsOpen: false }"> <div class="bg-site1 relative"> <div class="mx-auto container relative"> <div> <div class="flex justify-between justify-items-start"> <div> </div> <div class="h-[4.5rem] md:h-28 py-3"> <a href="/" title="Home"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 500 227" style="enable-background:new 0 0 500 227;" xml:space="preserve" class="max-w-full h-full block fill-current"> <path id="logo1" class="fill-white" d="M89.951,69.123L96.835,65.54L96.835,11.397L91.63,11.397L78.904,28.28L77.477,28.28L78.278,9.467L133.438,9.467L134.24,28.28L132.723,28.28L120.264,11.397L114.924,11.397L114.924,65.425L121.854,69.082L121.854,70.907L89.951,70.907L89.951,69.123ZM139.588,66.728L139.588,6.734L134.24,4.594L134.24,3.478L153.588,0L155.628,0L155.628,28.387L156.162,27.935C160.44,24.19 166.588,21.785 172.738,21.785C181.204,21.785 184.947,26.562 184.947,35.476L184.947,66.728L189.47,69.19L189.471,71.01L164.183,71.01L164.183,69.2L168.728,66.728L168.728,35.372C168.728,30.472 166.588,28.512 162.578,28.512C159.904,28.512 157.6,29.349 155.895,30.718L155.895,66.812L160.35,69.273L160.35,71.01L135.047,71.01L135.047,69.285L139.588,66.728ZM202.942,46.021L217.295,45.144C217.295,32.861 215.191,24.706 210.979,24.706C206.505,24.706 202.942,34.175 202.942,46.021ZM203.204,48.307C203.732,58.22 208.172,65.896 218.699,65.896C223.788,65.896 227.403,63.536 230.808,61.741L230.808,63.692C228.177,67.289 221.508,72.347 212.209,72.347C195.889,72.347 187.555,63.274 187.555,47.569C187.555,32.216 196.68,22.655 211.419,22.655C225.28,22.655 232.475,29.584 232.475,47.835L232.475,48.307L203.204,48.307ZM0,94.935C0,68.825 17.283,59.526 36.536,59.526C44.707,59.526 52.412,60.84 56.731,62.626L57.107,80.848L55.27,80.848L43.966,63.216C42.03,62.386 40.195,62.061 36.813,62.061C26.575,62.061 21.346,73.886 21.51,93.276C21.704,116.475 25.735,127.006 35.129,127.006C37.57,127.006 39.449,126.629 40.763,126.066L40.763,101.229L34.564,97.674L34.564,95.595L64.531,95.595L64.531,97.811L58.421,101.229L58.421,125.744C53.35,127.716 44.804,129.594 35.787,129.594C13.9,129.594 0,119.451 0,94.935ZM61.975,82.75L61.975,81.243L82.131,77.69L84.34,77.874L84.34,117.583C84.34,122.368 86.641,123.841 90.507,123.841C92.992,123.841 95.241,122.894 97.041,120.755L97.041,85.142L91.519,82.75L91.519,81.186L111.673,77.632L113.7,77.817L113.7,123.331L119.129,125.611L119.129,127.058L99.25,129.503L97.225,129.318L97.225,123.337L96.672,123.337C92.992,126.742 87.836,129.687 81.578,129.687C71.915,129.687 67.497,123.98 67.497,115.33L67.497,85.142L61.975,82.75ZM188.215,77.605L189.871,77.789L189.865,92.489L190.325,92.489C192.479,81.712 197.228,77.69 203.026,77.69C203.946,77.69 204.958,77.781 205.511,78.06L205.511,93.098C204.591,92.823 202.935,92.73 201.369,92.73C196.768,92.73 193.385,93.562 190.417,94.918L190.422,123.972L195.004,126.514L195.006,128.398L168.873,128.398L168.873,126.531L173.581,123.977L173.581,84.335L168.058,82.689L168.058,81.343L188.215,77.605ZM238.783,121.489L238.783,81.675C237.494,80.848 236.562,79.823 233.223,79.941C227.785,80.134 224.424,88.346 224.424,102.98C224.424,116.139 226.84,123.496 234.089,123.254C236.114,123.187 237.771,122.461 238.783,121.489ZM238.811,78.845L238.811,63.34L233.291,61.408L233.291,60.165L253.628,56.427L255.563,56.704L255.563,123.309L261.175,125.348L261.175,127.064L241.113,129.77L239.549,129.584L239.549,124.073L239.087,124.073C236.144,127.018 232.093,129.687 225.744,129.687C214.792,129.687 206.783,121.313 206.783,104.194C206.783,86.153 216.079,77.28 230.16,77.28C234.211,77.28 237.247,78.016 238.811,78.845ZM284.997,65.079C284.997,69.957 280.855,73.637 276.07,73.637C271.1,73.637 267.235,69.957 267.235,65.079C267.235,60.201 271.1,56.427 276.07,56.427C280.855,56.427 284.997,60.201 284.997,65.079ZM283.157,77.561L284.906,77.745L284.906,123.972L289.499,126.514L289.501,128.398L263.371,128.398L263.371,126.531L268.063,123.977L268.063,85.049L262.449,82.842L262.449,81.299L283.157,77.561ZM343.662,123.977L343.662,84.621L338.139,82.689L338.139,80.782L358.203,77.044L360.227,77.226L360.227,83.117L360.78,83.117C365.105,79.253 371.548,76.768 377.899,76.768C386.644,76.768 390.509,80.908 390.509,90.111L390.509,123.899L395.194,126.514L395.195,128.398L369.063,128.398L369.063,126.531L373.757,123.977L373.757,91.031C373.757,85.969 371.548,83.946 367.407,83.946C364.738,83.946 362.538,84.623 360.503,86.142L360.503,123.961L365.105,126.514L365.105,128.398L338.966,128.398L338.966,126.531L343.662,123.977ZM315.238,121.484L315.238,101.596L311.895,101.865C306.649,102.317 304.751,105.664 304.751,113.077C304.751,121.122 307.374,123.202 311.08,123.202C313.16,123.202 314.336,122.569 315.238,121.484ZM315.238,99.243L315.238,92.645C315.238,82.7 313.071,79.444 306.921,79.444C306.199,79.444 305.566,79.535 304.84,79.625L293.902,94.452L292.365,94.452L292.365,80.8C297.067,79.354 302.943,77.637 310.716,77.637C324.101,77.637 331.874,81.343 331.874,92.554L331.874,124.74L336.666,126.005L336.666,127.27C334.768,128.447 330.969,129.531 326.812,129.531C320.212,129.531 317.046,127.361 315.601,123.745L315.148,123.745C312.345,127.54 308.367,129.712 302.129,129.712C294.173,129.712 288.75,124.74 288.75,116.151C288.75,107.832 293.902,103.311 304.391,101.322L315.238,99.243ZM145.618,121.484L145.618,101.596L142.274,101.865C137.029,102.317 135.13,105.664 135.13,113.077C135.13,121.122 137.753,123.202 141.459,123.202C143.54,123.202 144.715,122.569 145.618,121.484ZM145.618,99.243L145.618,92.645C145.618,82.7 143.45,79.444 137.302,79.444C136.578,79.444 135.945,79.535 135.221,79.625L124.281,94.452L122.745,94.452L122.745,80.8C127.446,79.354 133.323,77.637 141.097,77.637C154.48,77.637 162.255,81.343 162.255,92.554L162.255,124.74L167.045,126.005L167.045,127.27C165.147,128.447 161.348,129.531 157.191,129.531C150.593,129.531 147.426,127.361 145.98,123.745L145.529,123.745C142.726,127.54 138.748,129.712 132.51,129.712C124.553,129.712 119.129,124.74 119.129,116.151C119.129,107.832 124.281,103.311 134.771,101.322L145.618,99.243Z" /> <path id="logo2" class="fill-site3" d="M90.548,205.785L142.981,205.785L144.199,180.162L142.608,180.162L127.251,204.023L116.577,204.023L116.577,141.725L123.319,140.426L123.319,138.848L90.548,138.848L90.548,140.426L96.821,141.818L96.821,202.815L90.548,204.207L90.548,205.785ZM158.711,133.183C153.656,133.183 149.723,136.99 149.723,141.911C149.723,146.831 153.656,150.545 158.711,150.545C163.581,150.545 167.794,146.831 167.794,141.911C167.794,136.99 163.581,133.183 158.711,133.183ZM144.854,156.951L144.854,158.529L150.566,160.758L150.566,202.722L145.228,204.207L145.228,205.785L172.945,205.785L172.945,204.207L167.701,202.722L167.701,154.167L165.36,153.981L144.854,156.951ZM197.007,206.993C206.558,206.993 212.458,202.908 215.827,198.358L215.827,196.78C213.112,197.988 209.929,198.73 205.621,198.73C194.011,198.73 189.048,191.396 189.048,176.913C189.048,163.079 193.169,155.466 200.472,155.466C200.846,155.466 201.127,155.466 201.502,155.559L214.049,172.549L215.641,172.549L215.36,155.373C211.708,154.258 205.809,153.701 199.161,153.701C182.494,153.701 172.008,163.914 172.008,180.162C172.008,196.037 180.341,206.993 197.007,206.993ZM265.358,178.584L265.358,177.283C265.358,162.15 258.711,153.795 242.886,153.795C227.156,153.795 217.418,163.914 217.418,180.162C217.418,196.78 226.314,207.179 243.635,207.179C253.841,207.179 260.959,202.629 263.861,198.265L263.861,196.78C260.395,198.265 256.744,198.823 252.437,198.823C239.329,198.823 235.302,191.117 234.647,178.584L265.358,178.584ZM242.512,155.559C247.006,155.559 249.159,160.109 249.159,176.077L234.647,176.727C234.647,162.057 237.643,155.559 242.512,155.559ZM265.077,204.207L265.077,205.785L292.231,205.785L292.231,204.207L287.549,203.001L287.549,162.522C289.516,161.501 291.669,160.851 294.384,160.851C298.785,160.851 301.033,163.079 301.033,168.092L301.033,203.001L296.258,204.207L296.258,205.785L323.412,205.785L323.412,204.207L318.074,202.722L318.074,167.163C318.074,157.879 314.142,153.701 305.246,153.701C298.785,153.701 292.231,156.208 287.83,160.665L287.268,160.665L287.268,154.167L285.208,153.981L264.796,156.951L264.796,158.529L270.415,160.758L270.415,202.722L265.077,204.207ZM348.878,172.456L345.975,171.155C339.702,168.278 337.549,166.793 337.549,162.243C337.549,158.065 339.795,155.187 344.852,155.187C345.882,155.187 347.006,155.373 348.129,155.745L358.335,169.3L359.926,169.3L359.459,155.28C355.151,154.074 349.534,153.608 344.384,153.608C331.837,153.608 324.534,159.736 324.534,170.135C324.534,178.677 329.965,183.225 339.327,187.589L342.417,188.981C348.316,191.767 350.563,193.345 350.563,197.522C350.563,202.258 347.941,205.322 342.231,205.322C341.387,205.322 340.357,205.135 339.421,204.858L326.032,189.353L324.439,189.353L325.002,204.393C329.965,206.25 336.331,206.993 342.511,206.993C356.181,206.993 363.578,200.68 363.578,190.188C363.578,180.904 358.522,176.913 348.878,172.456ZM376.499,133.183C371.443,133.183 367.51,136.99 367.51,141.911C367.51,146.831 371.443,150.545 376.499,150.545C381.368,150.545 385.581,146.831 385.581,141.911C385.581,136.99 381.368,133.183 376.499,133.183ZM362.641,156.951L362.641,158.529L368.353,160.758L368.353,202.722L363.016,204.207L363.016,205.785L390.732,205.785L390.732,204.207L385.488,202.722L385.488,154.167L383.148,153.981L362.641,156.951ZM391.293,204.207L391.293,205.785L418.447,205.785L418.447,204.207L413.765,203.001L413.765,162.522C415.731,161.501 417.884,160.851 420.6,160.851C425.001,160.851 427.248,163.079 427.248,168.092L427.248,203.001L422.473,204.207L422.473,205.785L449.627,205.785L449.627,204.207L444.29,202.722L444.29,167.163C444.29,157.879 440.356,153.701 431.461,153.701C425.001,153.701 418.447,156.208 414.046,160.665L413.485,160.665L413.485,154.167L411.424,153.981L391.013,156.951L391.013,158.529L396.63,160.758L396.63,202.722L391.293,204.207ZM471.628,226.583C490.636,226.583 500,218.783 500,207.921C500,198.73 494.476,195.481 483.052,195.481L466.104,195.481C463.109,195.481 461.891,194.273 461.891,192.139C461.891,190.652 462.545,189.539 463.483,188.61C466.011,189.074 468.819,189.632 472.097,189.632C485.112,189.632 494.195,183.597 494.195,172.177C494.195,166.7 491.759,162.15 486.797,158.622L486.797,158.065L498.689,161.78L498.689,153.422L482.21,155.466C479.4,154.537 475.936,153.701 472.097,153.701C458.894,153.701 449.999,160.2 449.999,171.713C449.999,179.047 454.587,185.082 461.422,187.868L461.422,188.331C454.587,190.375 450.279,194.645 450.279,200.122C450.279,205.042 453.838,208.014 459.082,209.406L459.082,209.871C451.778,211.077 446.815,213.398 446.815,217.298C446.815,223.983 455.149,226.583 471.628,226.583ZM478.183,171.991C478.183,183.968 475.936,187.868 472.097,187.868C468.257,187.868 466.104,184.154 466.104,172.084C466.104,159.18 468.257,155.466 472.097,155.466C476.029,155.466 478.183,159.18 478.183,171.991ZM471.909,224.818C462.826,224.818 459.831,221.29 459.831,215.813C459.831,213.307 460.392,211.636 461.235,210.056L481.554,210.056C486.048,210.056 487.546,211.636 487.546,214.885C487.546,220.827 482.396,224.818 471.909,224.818Z" /> </svg> </a> </div> </div> <div class="relative ml-auto xs:absolute right-1.5 sm:right-5 -bottom-px md:bottom-0 h-10 w-10 flex items-center justify-center bg-site3 rounded-full z-20 cursor-pointer lg:hidden" @click="moreIsOpen = !moreIsOpen"> <svg class="h-6 w-6 block" :class="{ 'gu-hidden': moreIsOpen, 'block': !moreIsOpen }" x-description="Heroicon name: outline/menu" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> </svg> <svg class="h-6 w-6 gu-hidden" :class="{ 'block': moreIsOpen, 'gu-hidden': !moreIsOpen }" x-description="Heroicon name: outline/x" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path> </svg> </div> </div> <ul class="flex flex-wrap sm:flex-nowrap text-white font-serif font-bold text-md sm:text-lg md:text-2xl leading-none border-site1-300 border-t border-r -mx-2 sm:-mx-0"> <li class="w-auto lg:w-32 h-9 md:h-11"> <a href="/" class="h-9 md:h-11 pl-1 lg:pl-2 pr-1 md:pr-2 lg:pr-3 xl:pr-5 pt-2.5 sm:pt-1 md:pt-1.5 lg:pt-1.5 block overflow-hidden relative group pl-2 sm:pl-5 lg:pl-5 " :class="moreIsOpen ? 'hover:text-gu-blue2' : ''" > <div class="absolute left-0 top-0 w-px bg-site1-300" :class="moreIsOpen ? 'h-full' : 'h-full'"></div> <div x-cloak class="absolute left-0 top-0 transform h-1 w-full bg-gu-blue2 transition-transform duration-300 overflow-visible group-hover:translate-y-0 " :class="moreIsOpen ? 'translate-y-0' : '-translate-y-1'" ></div> Home </a> </li> <li class="w-auto lg:w-36 h-9 md:h-11"> <a href="/products" class="h-9 md:h-11 pl-1 lg:pl-2 pr-1 md:pr-2 lg:pr-3 xl:pr-5 pt-2.5 sm:pt-1 md:pt-1.5 lg:pt-1.5 block overflow-hidden relative group " :class="moreIsOpen ? 'hover:text-site3' : ''" > <div class="absolute left-0 top-0 w-px bg-site1-300" :class="moreIsOpen ? 'h-full' : 'h-7.5'"></div> <div x-cloak class="absolute left-0 top-0 transform h-1 w-full bg-site3 transition-transform duration-300 overflow-visible group-hover:translate-y-0 " :class="moreIsOpen ? 'translate-y-0' : '-translate-y-1'" ></div> Products </a> </li> <li class="w-auto lg:w-32 h-9 md:h-11"> <a href="/contact" class="h-9 md:h-11 pl-1 lg:pl-2 pr-1 md:pr-2 lg:pr-3 xl:pr-5 pt-2.5 sm:pt-1 md:pt-1.5 lg:pt-1.5 block overflow-hidden relative group " :class="moreIsOpen ? 'hover:text-gu-cream' : ''" > <div class="absolute left-0 top-0 w-px bg-site1-300" :class="moreIsOpen ? 'h-full' : 'h-7.5'"></div> <div x-cloak class="absolute left-0 top-0 transform h-1 w-full bg-gu-cream transition-transform duration-300 overflow-visible translate-y-0 " ></div> Contact </a> </li> <li class="w-auto lg:w-24 h-9 md:h-11"> <a href="/frequently-asked-questions" class="h-9 md:h-11 pl-1 lg:pl-2 pr-1 md:pr-2 lg:pr-3 xl:pr-5 pt-2.5 sm:pt-1 md:pt-1.5 lg:pt-1.5 block overflow-hidden relative group " :class="moreIsOpen ? 'hover:text-gu-pink' : ''" > <div class="absolute left-0 top-0 w-px bg-site1-300" :class="moreIsOpen ? 'h-full' : 'h-7.5'"></div> <div x-cloak class="absolute left-0 top-0 transform h-1 w-full bg-gu-pink transition-transform duration-300 overflow-visible group-hover:translate-y-0 " :class="moreIsOpen ? 'translate-y-0' : '-translate-y-1'" ></div> FAQ </a> </li> <li class="w-auto lg:w-40 h-9 md:h-11 font-thin gu-hidden lg:block"> <div class="h-9 md:h-11 px-1 lg:pl-2 pr-5 pt-1.5 lg:pt-1.5 block overflow-hidden relative cursor-pointer hover:text-site3 group select-none" @click="moreIsOpen = !moreIsOpen"> <div class="absolute left-0 top-0 w-px bg-site1-300" :class="moreIsOpen ? 'h-full' : 'h-7.5'"></div> More <span class="h-1.5 w-1.5 border-b border-r border-current box-content inline-block transform -translate-y-2 rotate-45 transition duration-300 ml-1.5 group-hover:-translate-y-1"></span> </div> </li> <li class="relative w-auto lg:w-40 border-site1-300 h-9 md:h-11"> <div x-show="moreIsOpen" class="absolute left-0 top-0 w-px bg-site1-300 h-full"></div> </li> </ul> </div> <div class="fixed top-0 left-0 w-10/12 sm:w-11/12 md:w-10/12 h-full pt-1.5 pb-6 lg:absolute lg:top-full lg:w-full lg:h-auto lg:pt-0 lg:pb-0 bg-site1 text-white z-10 overflow-auto lg:overflow-visible select-none" x-cloak x-show="moreIsOpen" @click.away="moreIsOpen = false"> <div class="mx-auto container relative"> <ul class="flex flex-col lg:flex-row border-site1-300 lg:border-r"> <li class="w-full lg:w-32 lg:px-2 lg:pb-3 border-site1-300 lg:border-l lg:pl-5 "> <a href="/" class="flex pl-5 lg:hidden"> <div class="lg:border-b-0 text-white font-serif font-bold text-2xl flex-1 pb-4 pt-2 cursor-pointer border-b border-site1-300 "> Home </div> </a> </li> <li class="w-full lg:w-36 lg:px-2 lg:pb-3 border-site1-300 lg:border-l "> <div class="flex pl-5 lg:hidden" @click="$refs['products'].classList.toggle('gu-hidden')"> <div class="pt-3 mr-2"> <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg> </div> <div class="lg:border-b-0 text-white font-serif font-bold text-2xl flex-1 pb-4 pt-2 cursor-pointer border-b border-site1-300 "> Products </div> </div> <div x-ref="products" class=" gu-hidden pb-1 bg-site1 lg:bg-transparent lg:flex flex-col"> <div> <a class=" block px-12 py-1 text-base lg:px-0 font-sans hover:text-site3" href="/products/news-and-features"> News and Features </a> </div> <div> <a class=" block px-12 py-1 text-base lg:px-0 font-sans hover:text-site3" href="/products/multimedia"> Multimedia </a> </div> <div> <a class=" block px-12 py-1 text-base lg:px-0 font-sans hover:text-site3" href="/products/puzzles-and-crosswords"> Puzzles and Crosswords </a> </div> <div> <a class=" block px-12 py-1 text-base lg:px-0 font-sans hover:text-site3" href="/products/images-and-cartoons"> Images and Cartoons </a> </div> <div> <a class=" block px-12 py-1 text-base lg:px-0 font-sans hover:text-site3" href="/products/archive"> Archive </a> </div> <div> <a class=" block px-12 py-1 text-base lg:px-0 font-sans hover:text-site3" href="/products/film-and-tv"> Film &amp; TV </a> </div> </div> </li> <li class="w-full lg:w-32 lg:px-2 lg:pb-3 border-site1-300 lg:border-l "> <a href="/contact" class="flex pl-5 lg:hidden"> <div class="lg:border-b-0 text-white font-serif font-bold text-2xl flex-1 pb-4 pt-2 cursor-pointer border-b border-site1-300 "> Contact </div> </a> </li> <li class="w-full lg:w-24 lg:px-2 lg:pb-3 border-site1-300 lg:border-l "> <a href="/frequently-asked-questions" class="flex pl-5 lg:hidden"> <div class="lg:border-b-0 text-white font-serif font-bold text-2xl flex-1 pb-4 pt-2 cursor-pointer border-b-0 "> FAQ </div> </a> </li> <li class="w-full mt-4 pb-3 lg:mt-0 lg:w-40 lg:px-2 border-site1-300 lg:border-l"> <div class="flex flex-col"> </div> </li> <li class="lg:w-40 px-2 pb-3 pb border-site1-300 border-l xl:-mt-10 gu-hidden lg:block"> <div class="flex flex-col font-serif font-bold text-xl xl:text-2xl leading-none pt-1"> </div> </li> </ul> </div> </div> </div><!-- bg-site1 relative --> <div class="bg-site1-300" style="height: 1px;"></div> </div> <div class="relative"> <div class="absolute inset-0 bg-gu-cream"> </div> <div class="relative container mx-auto pt-36"> <div class="pl-3 pb-9"> <span class="block font-bold tracking-tight text-white text-3xl lg:text-5xl mb-[0.4rem] lg:mb-[0.45rem]"> <h1 class="text-white box-decoration-clone shadow-site1 bg-site1 inline pb-[0.4rem] leading-[2.4rem] lg:leading-[3.8rem]">Contact Us</h1> </span> </div> </div> </div> <div class="bg- py-6 sm:py-12 "> <div class="container mx-auto"> <div class="grid md:grid-cols-8 gap-6 md:gap-8 lg:gap-10 xl:gap-16 md:items-center w-full"> <div class="md:col-span-5"> <div class="overflow-hidden"> <article class="my-4 md:my-8 prose-p:leading-normal prose md:prose-lg font-article break-words prose-blockquote:font-sans prose-blockquote:non-italic prose-blockquote:font-bold prose-h4:text-sm prose-h4:font-sans prose-blockquote:text-site1 prose-headings:text-site1 prose-h4:text-gray-400 prose-a:text-site1 hover:prose-a:text-site2 "> <p>For more information or to discuss the best licensing option for you, please contact our team at <a target="_blank" href="mailto:licensing@theguardian.com"><strong>licensing@theguardian.com</strong></a> or use the form below.</p><p>Prior to contacting us, please note that any ad-hoc, non-subscription purchase should be made using the Reuse this content button adjacent to content on <a target="_blank" href="https://www.theguardian.com/"><strong>our website</strong></a>, or via our dedicated <a target="_blank" href="https://syndication.theguardian.com/"><strong>online form</strong></a> for archive and video content.</p><p>Non-commercial users of our content, such as parish magazines and dissertation writers, should consult our <a target="_blank" href="https://www.theguardian.com/info/2022/nov/01/open-licence-terms"><strong>Open Licence</strong></a> terms.</p> </article> </div> </div> </div> </div> </div> <div class="bg-site1 py-6 sm:py-12 md:pt-20 md:pb-16 "> <div class="container mx-auto lg:max-w-4xl"> <div class="flex relative flex-wrap p-6 md:px-12 md:pt-12 md:pb-14 text-base bg-gray-100 border border-gray-300 border-solid box-border hover:shadow-xs rounded-md md:rounded-[3.6em]"> <div class="design-default"> <div class="lg:col-span-2 space-y-8"> <div class="space-y-2 max-w-[80%]"> <div class="text-site1 font-bold text-xl md:text-3xl">How can we help?</div> <div class="text-site2 md:text-xl font-bold">Tell us your licensing requirements and we鈥檒l get back to you as soon as possible.</div> </div> <form action="https://licensing.theguardian.com/submitmyform" method="POST" class="grid gap-y-6 gap-x-7 grid-cols-1 lg:grid-cols-2 font-sans"> <input type="hidden" name="_token" value="7r1Wes47tGphbROgcpFcOkzYh8Ni6qUKzAdb98ra"> <input type="hidden" name="initSetting0" value="eyJpdiI6Ii8yUXZHU2hBSFJ5cUdqVGJxblc2M0E9PSIsInZhbHVlIjoiVFpJaUhjcWdhWm03K3RqWGF4VFFVQzY0a0FyOU9GSDA1M0N1L3VVZzV1U1kxcVFGYnBIaXphOTFvREVnZEhENSIsIm1hYyI6IjQ4OThiZjgyNDc1YzY3NWFlZWRlNmI5ZTY2NmU2Mzk2ZDkzNzYyN2QyYzZhNTk4OGYyZThhMTYzOGQ0OTEzNDMiLCJ0YWciOiIifQ=="> <input type="hidden" name="initSetting1" value="eyJpdiI6IkFnZTl1a2d1bWFDaGhKUXNXaXp1R2c9PSIsInZhbHVlIjoialBHbGhPYzNvK2lpaFFVOEMyc2xaekh6TEo4NGRsRUwzc21FdGVFVy9RRT0iLCJtYWMiOiI3YmE1MDA3NjlhYWY3MjRlMjUyMTRhYjM2YjYxMTIyOWM2YTBlZDE2NmQwMTkwNjc2ZGI3MjU0M2MzZGZmYjk2IiwidGFnIjoiIn0="> <input type="hidden" name="initSetting2" value="eyJpdiI6InpxdkUxbWRZSmMzQlZpak40RUFta0E9PSIsInZhbHVlIjoiVS9JN3BHZy9Dc081M0lDLzNwTCt6dz09IiwibWFjIjoiMDczZTU0NTU2YTE5YjhkZWFmMTA4YzA4OGZiYjk1MWE4NGU0ZGE4OTA1MTdhNTc3ODA5NmQ1Y2FmODY1MjBlMCIsInRhZyI6IiJ9"> <input type="hidden" name="initSetting3" value="eyJpdiI6IjFIRmJod1NQcXVGdjZiMmZieWhJQUE9PSIsInZhbHVlIjoiWnRwZUZuZFRSRlQ1V2RDY21yRTB2aUxxOEE0SmhWekxBOTNhWE9sWjZaYjJmOHBWL0VpcXE1My9MWDhvVmExTCIsIm1hYyI6IjQzZjM0Yjc3ZTE2OTViMTE4ZTE1ZmI4M2FlNGQzZGIzYzgxNDVkMDM4MmYzMTkwYzQ0YmM5YjI5MDFlN2VlYmIiLCJ0YWciOiIifQ=="> <input type="hidden" name="initSetting4" value="eyJpdiI6Iko5ZVZpMFJ4bVVZdFJYK0ZXWElpVFE9PSIsInZhbHVlIjoiQVZocm4vcGhqbEZSRHpyM0pjbGlqdz09IiwibWFjIjoiMWUxNDZlYzlmMDA3ZTgxNjdlMmE5YmFjODlhNjgwNGM2NmEwNTIxZmE3ZDM4YzVmZTAyZGY1NjUyMWM3YmVhOSIsInRhZyI6IiJ9"> <input type="hidden" name="initSetting5" value="eyJpdiI6ImJGMlJWYkN0amI3S2J0RFdNWDJiM0E9PSIsInZhbHVlIjoiQUVJNVBCWnNwNk9sNTc3TEpBUXQ5aVdjamFUbWhRSTVQbTlla0RGYnZNNjkxcWxNWitCQVVRUGRacnNFZ2JGaiIsIm1hYyI6ImI2NGY0MjI5NjU0MTIyYzQwMGUyMWM1NGMzMTE1OTRiZmI2ZWIwZGY4YzUwNjI4YWIzNTU3ZmVjN2MxMDY2MTEiLCJ0YWciOiIifQ=="> <input id="your-name-required" name="your-name-required" class="yournamerequired" type="text" value=""> <div class="lg:col-span-2"> <label for="your-message" class="block text-gray-600 font-bold text-sm md:ml-2">Your message</label> <div class="mt-1"> <textarea name="your-message" id="your-message" x-data="{ resize: () => { $el.style.height = '66px'; $el.style.height = $el.scrollHeight + 'px' } }" x-init="resize()" @input="resize()" placeholder="" class=" px-6 overflow-hidden placeholder-gray-400 block w-full md:rounded-[2em] border-1 ring-1 ring-white focus:ring-gray-500 border-gray-300 focus:border-gray-500"></textarea> </div> </div> <div class="lg:col-span-1"> <label for="name" class="block text-gray-600 font-bold text-sm md:ml-2">Name *</label> <div class="mt-1"> <input type="text" required name="name" id="name" placeholder="" class=" px-6 placeholder-gray-400 block w-full md:rounded-full border-1 ring-1 ring-white focus:ring-gray-500 border-gray-300 focus:border-gray-500"> </div> </div> <div class="lg:col-span-1"> <label for="organisation" class="block text-gray-600 font-bold text-sm md:ml-2">Organisation *</label> <div class="mt-1"> <input type="text" required name="organisation" id="organisation" placeholder="" class=" px-6 placeholder-gray-400 block w-full md:rounded-full border-1 ring-1 ring-white focus:ring-gray-500 border-gray-300 focus:border-gray-500"> </div> </div> <div class="lg:col-span-1"> <label for="email" class="block text-gray-600 font-bold text-sm md:ml-2">Email *</label> <div class="mt-1"> <input type="text" required name="email" id="email" placeholder="" class=" px-6 placeholder-gray-400 block w-full md:rounded-full border-1 ring-1 ring-white focus:ring-gray-500 border-gray-300 focus:border-gray-500"> </div> </div> <div class="lg:col-span-1"> <label for="phone-number" class="block text-gray-600 font-bold text-sm md:ml-2">Phone number</label> <div class="mt-1"> <input type="text" name="phone-number" id="phone-number" placeholder="" class=" px-6 placeholder-gray-400 block w-full md:rounded-full border-1 ring-1 ring-white focus:ring-gray-500 border-gray-300 focus:border-gray-500"> </div> </div> <div class="lg:col-span-2 md:justify-start md:flex mt-4"> <button type="submit" class=" inline-flex w-full md:w-auto items-center justify-center rounded-full px-10 py-3 font-bold ring-1 ring-site1 focus:ring-gray-500 border border-site1 focus:bg-site1 focus:text-white bg-white hover:bg-site1 hover:text-white text-site1 select-none will-change-auto transition duration-200 ease-in-out hover:shadow-md "> Submit </button> </div> </form> </div> </div> </div> </div> </div> <div class="bg-site1 py-3 border-b border-t border-white border-opacity-30"> <div class="container mx-auto"> <div class="md:flex md:justify-end"> <div class="pb-2 sm:pb-0 text-[13px] font-sans flex flex-col items-center sm:flex-row"> <a href="https://www.theguardian.com/info/2016/mar/03/terms-and-conditions-for-subscription-content-sales" target="_BLANK" class="text-white mb-2 sm:mb-0 sm:ml-4"> Terms and Conditions (subscription) </a> <a href="https://www.theguardian.com/info/2016/may/13/terms-and-conditions-for-non-subscription-content-sales" target="_BLANK" class="text-white mb-2 sm:mb-0 sm:ml-4"> Terms and Conditions (non-subscription) </a> <a href="/manage-cookies" target="_SELF" class="text-white mb-2 sm:mb-0 sm:ml-4"> Manage cookies </a> <a href="https://www.theguardian.com/info/2022/nov/01/open-licence-terms" target="_BLANK" class="text-white mb-2 sm:mb-0 sm:ml-4"> Open Licence Terms </a> </div> <div class="flex items-center sm:justify-end"> <span class="ml-8 text-white"> <div style="width: 211px; height: 36px;"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 500 91" style="enable-background:new 0 0 500 91;" xml:space="preserve" class="max-w-full h-full block fill-current"> <path id="logo1" class="fill-white" d="M54.817,42.122L59.01,39.939L59.01,6.945L55.839,6.945L48.084,17.234L47.214,17.234L47.702,5.769L81.316,5.769L81.805,17.234L80.88,17.234L73.288,6.945L70.033,6.945L70.033,39.869L74.257,42.098L74.257,43.21L54.817,43.21L54.817,42.122ZM85.063,40.663L85.063,4.103L81.805,2.799L81.805,2.119L93.595,-0L94.838,-0L94.838,17.299L95.164,17.023C97.771,14.741 101.516,13.276 105.264,13.276C110.423,13.276 112.704,16.186 112.704,21.618L112.704,40.663L115.46,42.163L115.461,43.273L100.051,43.273L100.051,42.17L102.821,40.663L102.821,21.555C102.821,18.569 101.516,17.375 99.073,17.375C97.444,17.375 96.04,17.885 95.001,18.719L95.001,40.714L97.716,42.214L97.716,43.273L82.296,43.273L82.296,42.221L85.063,40.663ZM123.67,28.045L132.418,27.51C132.418,20.025 131.135,15.056 128.567,15.056C125.841,15.056 123.67,20.826 123.67,28.045ZM123.83,29.437C124.151,35.478 126.857,40.156 133.273,40.156C136.374,40.156 138.576,38.718 140.65,37.624L140.65,38.813C139.047,41.005 134.985,44.087 129.317,44.087C119.372,44.087 114.293,38.558 114.293,28.988C114.293,19.632 119.853,13.805 128.835,13.805C137.283,13.805 141.667,18.028 141.667,29.15L141.667,29.437L123.83,29.437ZM0,57.852C0,41.941 10.533,36.274 22.267,36.274C27.246,36.274 31.939,37.075 34.572,38.163L34.801,49.267L33.682,49.267L26.793,38.523C25.613,38.017 24.495,37.819 22.435,37.819C16.196,37.819 13.008,45.025 13.108,56.841C13.227,70.978 15.683,77.395 21.408,77.395C22.895,77.395 24.04,77.166 24.842,76.822L24.842,61.687L21.065,59.521L21.065,58.254L39.324,58.254L39.324,59.604L35.602,61.687L35.602,76.626C32.512,77.828 27.303,78.972 21.808,78.972C8.471,78.972 0,72.791 0,57.852ZM37.768,50.427L37.768,49.508L50.05,47.343L51.396,47.455L51.396,71.653C51.396,74.569 52.798,75.467 55.154,75.467C56.669,75.467 58.04,74.89 59.136,73.586L59.136,51.884L55.771,50.427L55.771,49.473L68.054,47.308L69.288,47.42L69.288,75.156L72.596,76.545L72.596,77.427L60.482,78.917L59.249,78.804L59.249,75.16L58.912,75.16C56.669,77.235 53.528,79.029 49.714,79.029C43.825,79.029 41.133,75.551 41.133,70.28L41.133,51.884L37.768,50.427ZM114.695,47.291L115.705,47.404L115.701,56.362L115.982,56.362C117.293,49.794 120.189,47.343 123.721,47.343C124.283,47.343 124.899,47.398 125.235,47.569L125.235,56.733C124.674,56.565 123.665,56.508 122.712,56.508C119.907,56.508 117.846,57.015 116.037,57.842L116.041,75.546L118.832,77.095L118.833,78.244L102.91,78.244L102.91,77.106L105.777,75.549L105.777,51.392L102.412,50.39L102.412,49.569L114.695,47.291ZM145.51,74.033L145.51,49.771C144.725,49.267 144.156,48.643 142.121,48.715C138.808,48.832 136.761,53.836 136.761,62.754C136.761,70.773 138.232,75.257 142.65,75.109C143.884,75.068 144.894,74.626 145.51,74.033ZM145.529,48.047L145.529,38.598L142.163,37.421L142.163,36.664L154.557,34.386L155.736,34.555L155.736,75.142L159.157,76.385L159.157,77.43L146.931,79.08L145.977,78.966L145.977,75.608L145.697,75.608C143.901,77.403 141.434,79.029 137.563,79.029C130.891,79.029 126.011,73.926 126.011,63.494C126.011,52.501 131.676,47.093 140.256,47.093C142.724,47.093 144.574,47.542 145.529,48.047ZM173.673,39.658C173.673,42.63 171.149,44.873 168.232,44.873C165.204,44.873 162.849,42.63 162.849,39.658C162.849,36.685 165.204,34.386 168.232,34.386C171.149,34.386 173.673,36.685 173.673,39.658ZM172.551,47.265L173.617,47.377L173.617,75.546L176.416,77.095L176.417,78.244L160.494,78.244L160.494,77.106L163.353,75.549L163.353,51.827L159.932,50.482L159.932,49.542L172.551,47.265ZM209.423,75.549L209.423,51.567L206.057,50.39L206.057,49.227L218.283,46.949L219.518,47.06L219.518,50.65L219.854,50.65C222.49,48.295 226.416,46.781 230.285,46.781C235.614,46.781 237.969,49.304 237.969,54.912L237.969,75.502L240.825,77.095L240.827,78.244L224.901,78.244L224.901,77.106L227.762,75.549L227.762,55.473C227.762,52.388 226.416,51.155 223.892,51.155C222.267,51.155 220.925,51.568 219.686,52.493L219.686,75.54L222.49,77.095L222.49,78.244L206.559,78.244L206.559,77.106L209.423,75.549ZM192.102,74.03L192.102,61.911L190.064,62.075C186.868,62.35 185.71,64.39 185.71,68.907C185.71,73.81 187.309,75.077 189.567,75.077C190.835,75.077 191.551,74.692 192.102,74.03ZM192.102,60.477L192.102,56.456C192.102,50.396 190.78,48.412 187.033,48.412C186.592,48.412 186.207,48.467 185.766,48.522L179.099,57.557L178.163,57.557L178.163,49.238C181.028,48.357 184.609,47.311 189.347,47.311C197.502,47.311 202.239,49.569 202.239,56.401L202.239,76.014L205.159,76.785L205.159,77.556C204.002,78.274 201.688,78.934 199.154,78.934C195.133,78.934 193.202,77.612 192.322,75.408L192.046,75.408C190.338,77.721 187.915,79.045 184.114,79.045C179.265,79.045 175.96,76.014 175.96,70.78C175.96,65.711 179.099,62.956 185.491,61.744L192.102,60.477ZM88.738,74.03L88.738,61.911L86.701,62.075C83.504,62.35 82.348,64.39 82.348,68.907C82.348,73.81 83.946,75.077 86.204,75.077C87.472,75.077 88.188,74.692 88.738,74.03ZM88.738,60.477L88.738,56.456C88.738,50.396 87.417,48.412 83.67,48.412C83.229,48.412 82.844,48.467 82.402,48.522L75.736,57.557L74.799,57.557L74.799,49.238C77.664,48.357 81.245,47.311 85.983,47.311C94.138,47.311 98.877,49.569 98.877,56.401L98.877,76.014L101.796,76.785L101.796,77.556C100.639,78.274 98.325,78.934 95.791,78.934C91.769,78.934 89.84,77.612 88.959,75.408L88.683,75.408C86.975,77.721 84.551,79.045 80.75,79.045C75.902,79.045 72.596,76.014 72.596,70.78C72.596,65.711 75.736,62.956 82.128,61.744L88.738,60.477Z" /> <path id="logo2" class="fill-site3" d="M250.486,78.245L282.44,78.245L283.181,62.629L282.211,62.629L272.853,77.17L266.349,77.17L266.349,39.207L270.457,38.415L270.457,37.453L250.486,37.453L250.486,38.415L254.309,39.264L254.309,76.435L250.486,77.283L250.486,78.245ZM292.024,34.002C288.944,34.002 286.547,36.322 286.547,39.321C286.547,42.319 288.944,44.582 292.024,44.582C294.992,44.582 297.559,42.319 297.559,39.321C297.559,36.322 294.992,34.002 292.024,34.002ZM283.58,48.486L283.58,49.448L287.06,50.805L287.06,76.378L283.809,77.283L283.809,78.245L300.698,78.245L300.698,77.283L297.503,76.378L297.503,46.788L296.076,46.675L283.58,48.486ZM315.361,78.981C321.181,78.981 324.776,76.49 326.83,73.719L326.83,72.757C325.175,73.492 323.235,73.945 320.61,73.945C313.535,73.945 310.511,69.475 310.511,60.649C310.511,52.22 313.022,47.581 317.473,47.581C317.7,47.581 317.872,47.581 318.1,47.638L325.746,57.99L326.716,57.99L326.545,47.524C324.32,46.845 320.725,46.506 316.674,46.506C306.517,46.506 300.127,52.729 300.127,62.629C300.127,72.305 305.205,78.981 315.361,78.981ZM357.013,61.668L357.013,60.876C357.013,51.654 352.962,46.563 343.319,46.563C333.733,46.563 327.799,52.729 327.799,62.629C327.799,72.757 333.22,79.093 343.776,79.093C349.995,79.093 354.332,76.321 356.101,73.662L356.101,72.757C353.989,73.662 351.765,74.001 349.139,74.001C341.151,74.001 338.697,69.305 338.298,61.668L357.013,61.668ZM343.091,47.638C345.83,47.638 347.142,50.409 347.142,60.14L338.298,60.536C338.298,51.598 340.124,47.638 343.091,47.638ZM356.842,77.283L356.842,78.245L373.389,78.245L373.389,77.283L370.536,76.547L370.536,51.88C371.735,51.259 373.047,50.862 374.701,50.862C377.383,50.862 378.753,52.22 378.753,55.275L378.753,76.547L375.843,77.283L375.843,78.245L392.39,78.245L392.39,77.283L389.137,76.378L389.137,54.709C389.137,49.052 386.741,46.506 381.32,46.506C377.383,46.506 373.389,48.033 370.707,50.748L370.365,50.748L370.365,46.788L369.109,46.675L356.671,48.486L356.671,49.448L360.095,50.805L360.095,76.378L356.842,77.283ZM407.909,57.934L406.14,57.142C402.317,55.388 401.005,54.483 401.005,51.711C401.005,49.165 402.374,47.411 405.456,47.411C406.083,47.411 406.768,47.524 407.452,47.75L413.671,56.01L414.641,56.01L414.357,47.468C411.732,46.732 408.309,46.449 405.17,46.449C397.524,46.449 393.074,50.183 393.074,56.519C393.074,61.724 396.383,64.497 402.088,67.156L403.971,68.005C407.566,69.702 408.935,70.664 408.935,73.21C408.935,76.095 407.338,77.962 403.858,77.962C403.344,77.962 402.716,77.849 402.146,77.679L393.987,68.231L393.016,68.231L393.359,77.396C396.383,78.528 400.263,78.981 404.029,78.981C412.359,78.981 416.867,75.133 416.867,68.74C416.867,63.083 413.786,60.649 407.909,57.934ZM424.74,34.002C421.659,34.002 419.263,36.322 419.263,39.321C419.263,42.319 421.659,44.582 424.74,44.582C427.708,44.582 430.275,42.319 430.275,39.321C430.275,36.322 427.708,34.002 424.74,34.002ZM416.296,48.486L416.296,49.448L419.776,50.805L419.776,76.378L416.524,77.283L416.524,78.245L433.414,78.245L433.414,77.283L430.219,76.378L430.219,46.788L428.792,46.675L416.296,48.486ZM433.756,77.283L433.756,78.245L450.303,78.245L450.303,77.283L447.45,76.547L447.45,51.88C448.648,51.259 449.96,50.862 451.615,50.862C454.297,50.862 455.666,52.22 455.666,55.275L455.666,76.547L452.756,77.283L452.756,78.245L469.303,78.245L469.303,77.283L466.051,76.378L466.051,54.709C466.051,49.052 463.655,46.506 458.233,46.506C454.297,46.506 450.303,48.033 447.621,50.748L447.279,50.748L447.279,46.788L446.024,46.675L433.585,48.486L433.585,49.448L437.008,50.805L437.008,76.378L433.756,77.283ZM482.711,90.917C494.294,90.917 500,86.166 500,79.546C500,73.945 496.634,71.965 489.672,71.965L479.344,71.965C477.519,71.965 476.777,71.23 476.777,69.928C476.777,69.023 477.176,68.344 477.747,67.778C479.288,68.061 480.999,68.4 482.996,68.4C490.928,68.4 496.463,64.723 496.463,57.764C496.463,54.426 494.978,51.654 491.954,49.504L491.954,49.165L499.201,51.428L499.201,46.336L489.159,47.581C487.447,47.015 485.336,46.506 482.996,46.506C474.951,46.506 469.53,50.466 469.53,57.481C469.53,61.951 472.326,65.629 476.491,67.325L476.491,67.609C472.326,68.853 469.701,71.455 469.701,74.794C469.701,77.792 471.87,79.602 475.065,80.451L475.065,80.734C470.614,81.47 467.59,82.884 467.59,85.26C467.59,89.334 472.669,90.917 482.711,90.917ZM486.705,57.651C486.705,64.95 485.336,67.325 482.996,67.325C480.657,67.325 479.344,65.063 479.344,57.708C479.344,49.843 480.657,47.581 482.996,47.581C485.393,47.581 486.705,49.843 486.705,57.651ZM482.882,89.843C477.348,89.843 475.522,87.693 475.522,84.355C475.522,82.827 475.864,81.809 476.377,80.847L488.759,80.847C491.498,80.847 492.411,81.809 492.411,83.789C492.411,87.41 489.272,89.843 482.882,89.843Z" /> </svg> </div> </span> <a href="https://www.theguardian.com/" target="_blank" class="ml-4 text-white"> <div style="width: 48px; height: 43px;"> <svg class="svg fill-white" viewBox="0 0 48 43"> <path d="M24 0C12.1 0 2.5 9.6 2.5 21.5S12.1 43 24 43s21.5-9.6 21.5-21.5S35.9 0 24 0zm3.7 5.3c3 .4 6.3 2.4 7.6 3.7v6.2h-.7L27.7 6v-.7zm-2.3.4s-.1 0 0 0c-5 0-7.8 6.8-7.6 15.9-.1 9.1 2.7 15.9 7.5 15.9h.1v.7c-7.4.5-17.3-5.1-17.1-16.6C8.1 10.1 18 4.5 25.4 5v.7zM37.6 23l-2.3 1v10.3c-1.3 1.2-4.5 3.1-7.6 3.7V23.8l-2.3-.8v-.6h12.2v.6z"/> </svg> </div> </a> </div> </div> </div> </div> <style>body.fixed-footer-60 {padding-bottom:0;}</style><div class=" bg-site1 py-2.5 h-[60px]"> <div class="container mx-auto"> <div class="flex flex-wrap items-center font-article"> <div class="relative flex items-center mr-auto md:mr-5 lg:block"> <div class="mb-0 text-white font-bold text-sm xl:text-lg">Get in touch</div> </div> <div class="flex items-center"> <div class="flex items-center"> <div class="md:mr-5 w-10 h-10 text-white"> <a target="_blank" href="mailto:licensing@theguardian.com"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" class="fill-white block w-10 h-10"> <path class="circle" d="M25 0C11.2 0 0 11.2 0 25s11.2 25 25 25 25-11.2 25-25S38.8 0 25 0zm0 49C11.7 49 1 38.3 1 25S11.7 1 25 1s24 10.7 24 24-10.7 24-24 24z"></path> <path d="M34.1 18H15l-1 .9V31l.9.9H34l1-.9V18.9l-.9-.9zm-1 8.4v3.7H15.9V19.9h17.2v6.5zm-9.8 1.4l-6.5-6.3.7-.7 7 5.4 7-5.4.7.7-6.5 6.3-.9.9h-.6l-.9-.9z"></path> </svg> </a> </div> <div class="mb-0 text-white text-sm xl:text-lg gu-hidden md:block"> <a target="_blank" href="mailto:licensing@theguardian.com" class="text-white font-bold"> licensing@theguardian.com </a> </div> </div> </div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10