CINXE.COM

BBC - Homepage

<!DOCTYPE html> <html class="b-header--black--white b-pw-1280 b-reith-sans-font"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.com/","20210414235559","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1618444559"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="Breaking news, sport, TV, radio and a whole lot more. The BBC informs, educates and entertains - wherever you are, whatever your age."> <meta name="keywords" content="BBC, bbc.co.uk, bbc.com, Search, British Broadcasting Corporation, BBC iPlayer, BBCi"> <title>BBC - Homepage</title> <script> window.orb_fig_blocking = true; window.bbcredirection = {geo: true}; </script> <!-- WWHPv: 20210408-1643-99ba2017ec54f59c80c548ec21b55a49297f08c2 --> <!-- Webapp: WWHP international homepage --> <meta property="fb:page_id" content="228735667216"/> <meta property="fb:admins" content="297814326937641"/> <meta property="fb:app_id" content="187214818032936"/> <meta property="og:title" content="BBC - Homepage"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://web.archive.org/web/20210414235559/https://www.bbc.com/"/> <meta name="msvalidate.01" content="A09EF0BF1FC5CDBB37D921CBC3776943"/> <meta property="wwhp-edition" content="us"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Start Facebook Instant Articles Ownership Verification --> <meta property="fb:pages" content="228735667216"/> <!-- End Facebook Instant Articles Ownership Verification --> <link rel="apple-touch-icon" href="https://web.archive.org/web/20210414235559im_/https://gn-web-assets.api.bbc.com/wwhp/20210408-1643-99ba2017ec54f59c80c548ec21b55a49297f08c2/responsive/img/apple-touch/apple-touch-180.jpg"> <script src="https://web.archive.org/web/20210414235559js_/https://static.files.bbci.co.uk/orbit/10414aae28f4875cb2010476487c1f07/js/require.min.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20210414235559cs_/https://static.files.bbci.co.uk/orbit/10414aae28f4875cb2010476487c1f07/css/orb-ltr.min.css"> <!-- Orbit: 3.0.0-1404.b17cbcb6 --> <!-- Environment: live --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script> // nav-orbit-pollyfills // Promise polyfill from https://github.com/bramstein/promis (function(){'use strict';var f,g=[];function l(a){g.push(a);1==g.length&&f()}function m(){for(;g.length;)g[0](),g.shift()}f=function(){setTimeout(m)};function n(a){this.a=p;this.b=void 0;this.f=[];var b=this;try{a(function(a){q(b,a)},function(a){r(b,a)})}catch(c){r(b,c)}}var p=2;function t(a){return new n(function(b,c){c(a)})}function u(a){return new n(function(b){b(a)})}function q(a,b){if(a.a==p){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&"object"==typeof b&&"function"==typeof d){d.call(b,function(b){c||q(a,b);c=!0},function(b){c||r(a,b);c=!0});return}}catch(e){c||r(a,e);return}a.a=0;a.b=b;v(a)}} function r(a,b){if(a.a==p){if(b==a)throw new TypeError;a.a=1;a.b=b;v(a)}}function v(a){l(function(){if(a.a!=p)for(;a.f.length;){var b=a.f.shift(),c=b[0],d=b[1],e=b[2],b=b[3];try{0==a.a?"function"==typeof c?e(c.call(void 0,a.b)):e(a.b):1==a.a&&("function"==typeof d?e(d.call(void 0,a.b)):b(a.b))}catch(h){b(h)}}})}n.prototype.g=function(a){return this.c(void 0,a)};n.prototype.c=function(a,b){var c=this;return new n(function(d,e){c.f.push([a,b,d,e]);v(c)})}; function w(a){return new n(function(b,c){function d(c){return function(d){h[c]=d;e+=1;e==a.length&&b(h)}}var e=0,h=[];0==a.length&&b(h);for(var k=0;k<a.length;k+=1)u(a[k]).c(d(k),c)})}function x(a){return new n(function(b,c){for(var d=0;d<a.length;d+=1)u(a[d]).c(b,c)})};window.Promise||(window.Promise=n,window.Promise.resolve=u,window.Promise.reject=t,window.Promise.race=x,window.Promise.all=w,window.Promise.prototype.then=n.prototype.c,window.Promise.prototype["catch"]=n.prototype.g);}()); // Polyfill Event constructor for IE ref: ORBITEN-919 // see: https://stackoverflow.com/questions/26596123 (function () { if (typeof window.CustomEvent === "function") { return false; } function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: undefined }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.Event = CustomEvent; })(); //Element.prototype.matches polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; } //NodeList.forEach Polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach; } // Object.assign polyfill from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill if (typeof Object.assign != 'function') { // Must be writable: true, enumerable: false, configurable: true Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { // .length of function is 2 'use strict'; if (target == null) { // TypeError if undefined or null throw new TypeError('Cannot convert undefined or null to object'); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { // Skip over if undefined or null for (var nextKey in nextSource) { // Avoid bugs when hasOwnProperty is shadowed if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } // window.fetch polyfill https://github.com/github/fetch/blob/v0.11.0/fetch.js - chosen for IE9 compatibility if(typeof window.fetch !== 'function') { (function(self){"use strict";if(self.fetch){return}function normalizeName(name){if(typeof name!=="string"){name=String(name)}if(/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(name)){throw new TypeError("Invalid character in header field name")}return name.toLowerCase()}function normalizeValue(value){if(typeof value!=="string"){value=String(value)}return value}function Headers(headers){this.map={};if(headers instanceof Headers){headers.forEach(function(value,name){this.append(name,value)},this)}else if(headers){Object.getOwnPropertyNames(headers).forEach(function(name){this.append(name,headers[name])},this)}}Headers.prototype.append=function(name,value){name=normalizeName(name);value=normalizeValue(value);var list=this.map[name];if(!list){list=[];this.map[name]=list}list.push(value)};Headers.prototype["delete"]=function(name){delete this.map[normalizeName(name)]};Headers.prototype.get=function(name){var values=this.map[normalizeName(name)];return values?values[0]:null};Headers.prototype.getAll=function(name){return this.map[normalizeName(name)]||[]};Headers.prototype.has=function(name){return this.map.hasOwnProperty(normalizeName(name))};Headers.prototype.set=function(name,value){this.map[normalizeName(name)]=[normalizeValue(value)]};Headers.prototype.forEach=function(callback,thisArg){Object.getOwnPropertyNames(this.map).forEach(function(name){this.map[name].forEach(function(value){callback.call(thisArg,value,name,this)},this)},this)};function consumed(body){if(body.bodyUsed){return Promise.reject(new TypeError("Already read"))}body.bodyUsed=true}function fileReaderReady(reader){return new Promise(function(resolve,reject){reader.onload=function(){resolve(reader.result)};reader.onerror=function(){reject(reader.error)}})}function readBlobAsArrayBuffer(blob){var reader=new FileReader;reader.readAsArrayBuffer(blob);return fileReaderReady(reader)}function readBlobAsText(blob){var reader=new FileReader;reader.readAsText(blob);return fileReaderReady(reader)}var support={blob:"FileReader"in self&&"Blob"in self&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in self,arrayBuffer:"ArrayBuffer"in self};function Body(){this.bodyUsed=false;this._initBody=function(body){this._bodyInit=body;if(typeof body==="string"){this._bodyText=body}else if(support.blob&&Blob.prototype.isPrototypeOf(body)){this._bodyBlob=body}else if(support.formData&&FormData.prototype.isPrototypeOf(body)){this._bodyFormData=body}else if(!body){this._bodyText=""}else if(support.arrayBuffer&&ArrayBuffer.prototype.isPrototypeOf(body)){}else{throw new Error("unsupported BodyInit type")}if(!this.headers.get("content-type")){if(typeof body==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}}};if(support.blob){this.blob=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){return this.blob().then(readBlobAsArrayBuffer)};this.text=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return readBlobAsText(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}}}else{this.text=function(){var rejected=consumed(this);return rejected?rejected:Promise.resolve(this._bodyText)}}if(support.formData){this.formData=function(){return this.text().then(decode)}}this.json=function(){return this.text().then(JSON.parse)};return this}var methods=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function normalizeMethod(method){var upcased=method.toUpperCase();return methods.indexOf(upcased)>-1?upcased:method}function Request(input,options){options=options||{};var body=options.body;if(Request.prototype.isPrototypeOf(input)){if(input.bodyUsed){throw new TypeError("Already read")}this.url=input.url;this.credentials=input.credentials;if(!options.headers){this.headers=new Headers(input.headers)}this.method=input.method;this.mode=input.mode;if(!body){body=input._bodyInit;input.bodyUsed=true}}else{this.url=input}this.credentials=options.credentials||this.credentials||"omit";if(options.headers||!this.headers){this.headers=new Headers(options.headers)}this.method=normalizeMethod(options.method||this.method||"GET");this.mode=options.mode||this.mode||null;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&body){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(body)}Request.prototype.clone=function(){return new Request(this)};function decode(body){var form=new FormData;body.trim().split("&").forEach(function(bytes){if(bytes){var split=bytes.split("=");var name=split.shift().replace(/\+/g," ");var value=split.join("=").replace(/\+/g," ");form.append(decodeURIComponent(name),decodeURIComponent(value))}});return form}function headers(xhr){var head=new Headers;var pairs=xhr.getAllResponseHeaders().trim().split("\n");pairs.forEach(function(header){var split=header.trim().split(":");var key=split.shift().trim();var value=split.join(":").trim();head.append(key,value)});return head}Body.call(Request.prototype);function Response(bodyInit,options){if(!options){options={}}this.type="default";this.status=options.status;this.ok=this.status>=200&&this.status<300;this.statusText=options.statusText;this.headers=options.headers instanceof Headers?options.headers:new Headers(options.headers);this.url=options.url||"";this._initBody(bodyInit)}Body.call(Response.prototype);Response.prototype.clone=function(){return new Response(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Headers(this.headers),url:this.url})};Response.error=function(){var response=new Response(null,{status:0,statusText:""});response.type="error";return response};var redirectStatuses=[301,302,303,307,308];Response.redirect=function(url,status){if(redirectStatuses.indexOf(status)===-1){throw new RangeError("Invalid status code")}return new Response(null,{status:status,headers:{location:url}})};self.Headers=Headers;self.Request=Request;self.Response=Response;self.fetch=function(input,init){return new Promise(function(resolve,reject){var request;if(Request.prototype.isPrototypeOf(input)&&!init){request=input}else{request=new Request(input,init)}var xhr=new XMLHttpRequest;function responseURL(){if("responseURL"in xhr){return xhr.responseURL}if(/^X-Request-URL:/m.test(xhr.getAllResponseHeaders())){return xhr.getResponseHeader("X-Request-URL")}return}xhr.onload=function(){var status=xhr.status===1223?204:xhr.status;if(status<100||status>599){reject(new TypeError("Network request failed"));return}var options={status:status,statusText:xhr.statusText,headers:headers(xhr),url:responseURL()};var body="response"in xhr?xhr.response:xhr.responseText;resolve(new Response(body,options))};xhr.onerror=function(){reject(new TypeError("Network request failed"))};xhr.open(request.method,request.url,true);if(request.credentials==="include"){xhr.withCredentials=true}if("responseType"in xhr&&support.blob){xhr.responseType="blob"}request.headers.forEach(function(value,name){xhr.setRequestHeader(name,value)});xhr.send(typeof request._bodyInit==="undefined"?null:request._bodyInit)})};self.fetch.polyfill=true})(typeof self!=="undefined"?self:this); } if (typeof window.CustomEvent !== 'function') { function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: null }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.CustomEvent = CustomEvent; } </script> <script> window.orbitData = {}; var additionalPageProperties = {}; additionalPageProperties['custom_var_1'] = 'us'; additionalPageProperties['custom_var_9'] = '1'; window.orbitData.partialCookieOvenUrl = 'https://web.archive.org/web/20210414235559/https://cookie-oven.api.bbc'; window.orbitData.language = 'en'; window.orbitData.language = 'en'; window.orbitData.userProfileUrl = "https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/userprofile"; window.orbitData.modal = false; function generateCountername() { if (window.location.protocol === 'file:') { return 'local.file'; } var pathName = window.location.pathname .replace(/\/$/, "") .replace(/^\//, "") .replace(/\//g, '.'); return pathName + '.page'; } window.orbitData.page = { name: 'home.page' || generateCountername(), destination: 'HOMEPAGE_GNL' || null, producer: 'GNL_HOMEPAGE' || null, section: '' || null, site: '' || null, contentId: '' || null, contentType: 'Index-home' || null, edition: '' || null, additionalProperties: additionalPageProperties }; window.orb = { worldwideNavlinks: '<li class="orb-nav-homedotcom"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/">Home</a></li><li class="orb-nav-newsdotcom"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/sport">Sport</a></li><li class="orb-nav-reeldotcom"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/reel">Reel</a></li><li class="orb-nav-worklife"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/worklife">Worklife</a></li><li class="orb-nav-traveldotcom"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/travel">Travel</a></li><li class="orb-nav-future"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/future">Future</a></li><li class="orb-nav-culture"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/culture">Culture</a></li><li class="orb-nav-music"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/culture/music">Music</a></li><li class="orb-nav-tv"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/schedules/p00fzl9m">TV</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/weather">Weather</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/sounds">Sounds</a></li>', } function updatePageData(newData) { window.orbitData.page = Object.assign(window.orbitData.page, newData); } document.addEventListener('bbc-page-reset', function(event) { if (event.detail && event.detail.page) { updatePageData(event.detail.page); } document.dispatchEvent(new Event('bbc-page-updated')); }); </script> <script type="text/javascript">!function(){var t={1391:function(t){var r={getName:function(){return Promise.resolve(window.orbitData.page.name)},getLanguage:function(){return Promise.resolve(window.orbitData.language)},getDestination:function(){return Promise.resolve(window.orbitData.page.destination)},getProducer:function(){return Promise.resolve(window.orbitData.page.producer)},getSection:function(){return Promise.resolve(window.orbitData.page.section)},getContentType:function(){return Promise.resolve(window.orbitData.page.contentType)},getContentId:function(){return Promise.resolve(window.orbitData.page.contentId)},getReferrer:function(){return Promise.resolve(window.orb&&null!==window.orb.referrer&&void 0!==window.orb.referrer?window.orb.referrer:document.referrer)},getAdditionalProperties:function(){return Promise.resolve(window.orbitData.page.additionalProperties)},loadCSS:function(t){return new Promise((function(r,e){var n=document.createElement("link");n.type="text/css",n.rel="stylesheet",n.onload=function(){r()},n.href=t,document.getElementsByTagName("head")[0].appendChild(n)}))},isModal:function(){return Promise.resolve(window.orbitData.modal)}};window.bbcpage=r,t.exports={bbcpage:r}},9135:function(t){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function e(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function n(t,e){return!e||"object"!==r(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function o(t){var r="function"==typeof Map?new Map:void 0;return(o=function(t){if(null===t||(e=t,-1===Function.toString.call(e).indexOf("[native code]")))return t;var e;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(t))return r.get(t);r.set(t,n)}function n(){return i(t,arguments,c(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),a(n,t)})(t)}function i(t,r,e){return(i=u()?Reflect.construct:function(t,r,e){var n=[null];n.push.apply(n,r);var o=new(Function.bind.apply(t,n));return e&&a(o,e.prototype),o}).apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function a(t,r){return(a=Object.setPrototypeOf||function(t,r){return t.__proto__=r,t})(t,r)}function c(t){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var s=function(t){!function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(r&&r.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),r&&a(t,r)}(s,t);var r,o,i=(r=s,o=u(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),i.apply(this,arguments)}return s}(o(Error));function f(t){return new Promise((function(r,e){window.require(t,(function(){r.apply(this,arguments)}),(function(t){e(t)}))}))}var l,p=null;function h(){if(window.orbitData&&window.orbitData.user&&["X-Country","X-Ip_is_advertise_combined","X-Ip_is_uk_combined"].every((function(t){return!!window.orbitData.user[t]})))return Promise.resolve(window.orbitData.user);if(!p){var t=window.location.hostname.endsWith(".com")?"com":"co.uk";p=fetch("https://web.archive.org/web/20210414235559/https://www.bbc.".concat(t,"/userinfo")).then((function(t){return t.json()}))}return p}function d(t){if(t.status>=200&&t.status<300)return t;var r=new Error(t.statusText);throw r.response=t,r}function v(t){return t.json()}function g(){if(window.orbitData.user&&window.orbitData.user.ageBand)return Promise.resolve(window.orbitData.user);if(!l){if("undefined"==typeof XMLHttpRequest||!("withCredentials"in new XMLHttpRequest))return Promise.resolve(window.orbitData.user);l=f(["idcta-v2/idcta-1"]).then((function(t){return t.initiateTokenRefresh().then((function(){return window.fetch(window.orbitData.userProfileUrl,{credentials:"include"}).then(d).then(v).then((function(t){return void 0===window.orbitData.user?window.orbitData.user=t:Object.assign(window.orbitData.user,t),window.orbitData.user}))}))}))}return l}var y={getHashedId:function(){return f(["idcta-v2/idcta-1"]).then((function(t){return t.getCookieInstance().getHidFromCookie()}))},isSignedIn:function(){return f(["idcta-v2/idcta-1"]).then((function(t){return t&&t.getCookieInstance().hasCookie()}))},getCountry:function(){return h().then((function(t){return t["X-Country"]||"gb"}))},isUKCombined:function(){return h().then((function(t){if(!t["X-Ip_is_uk_combined"])throw new s("missing isUKCombined from userinfo response");return"yes"===t["X-Ip_is_uk_combined"].toLowerCase()}))},canSeeAdverts:function(){return h().then((function(t){if(!t["X-Ip_is_advertise_combined"])throw new s("missing canSeeAdverts from userinfo response");return"yes"===t["X-Ip_is_advertise_combined"].toLowerCase()}))},getAgeBand:function(){return h().then((function(t){return t["X-Age-Band"]?Promise.resolve(t["X-Age-Band"]):y.isSignedIn().then((function(r){if(r)return g().then((function(r){return t["X-Age-Band"]=r["X-Age-Band"],t["X-Age-Band"]||void 0})).catch((function(r){return t["X-Age-Band"]||void 0}))}))}))},allowsPerformanceCookies:function(){return f(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("performance")}))},allowsFunctionalCookies:function(){return f(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("personalisation")}))},getCookieValue:function(t){return f(["orb/cookies"]).then((function(r){return r.get(t)}))}};window.bbcuser=y,t.exports={bbcuser:y,BBCUserError:s}},7633:function(t,r,e){e(9170),e(1539),e(8674),e(7922),e(4668),e(7727),e(8783),e(3948);var n=e(857);t.exports=n.Promise},1111:function(t,r,e){e(4916),e(4953),e(8992),e(9841),e(7852),e(2023),e(4723),e(6373),e(6528),e(3112),e(2481),e(5306),e(8757),e(4765),e(3123),e(3157),e(3210),e(5674),e(8702),e(8783),e(5218),e(4475),e(7929),e(915),e(9253),e(2125),e(8830),e(8734),e(9254),e(7268),e(7397),e(86),e(623);var n=e(857);t.exports=n.String},3099:function(t){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},6077:function(t,r,e){var n=e(111);t.exports=function(t){if(!n(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},1223:function(t,r,e){var n=e(5112),o=e(30),i=e(3070),u=n("unscopables"),a=Array.prototype;null==a[u]&&i.f(a,u,{configurable:!0,value:o(null)}),t.exports=function(t){a[u][t]=!0}},1530:function(t,r,e){"use strict";var n=e(8710).charAt;t.exports=function(t,r,e){return r+(e?n(t,r).length:1)}},5787:function(t){t.exports=function(t,r,e){if(!(t instanceof r))throw TypeError("Incorrect "+(e?e+" ":"")+"invocation");return t}},9670:function(t,r,e){var n=e(111);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},1318:function(t,r,e){var n=e(5656),o=e(7466),i=e(1400),u=function(t){return function(r,e,u){var a,c=n(r),s=o(c.length),f=i(u,s);if(t&&e!=e){for(;s>f;)if((a=c[f++])!=a)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===e)return t||f||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},7072:function(t,r,e){var n=e(5112)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[n]=function(){return this},Array.from(u,(function(){throw 2}))}catch(t){}t.exports=function(t,r){if(!r&&!o)return!1;var e=!1;try{var i={};i[n]=function(){return{next:function(){return{done:e=!0}}}},t(i)}catch(t){}return e}},4326:function(t){var r={}.toString;t.exports=function(t){return r.call(t).slice(8,-1)}},648:function(t,r,e){var n=e(1694),o=e(4326),i=e(5112)("toStringTag"),u="Arguments"==o(function(){return arguments}());t.exports=n?o:function(t){var r,e,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,r){try{return t[r]}catch(t){}}(r=Object(t),i))?e:u?o(r):"Object"==(n=o(r))&&"function"==typeof r.callee?"Arguments":n}},9920:function(t,r,e){var n=e(6656),o=e(3887),i=e(1236),u=e(3070);t.exports=function(t,r){for(var e=o(r),a=u.f,c=i.f,s=0;s<e.length;s++){var f=e[s];n(t,f)||a(t,f,c(r,f))}}},4964:function(t,r,e){var n=e(5112)("match");t.exports=function(t){var r=/./;try{"/./"[t](r)}catch(e){try{return r[n]=!1,"/./"[t](r)}catch(t){}}return!1}},8544:function(t,r,e){var n=e(7293);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},4230:function(t,r,e){var n=e(4488),o=/"/g;t.exports=function(t,r,e,i){var u=String(n(t)),a="<"+r;return""!==e&&(a+=" "+e+'="'+String(i).replace(o,"&quot;")+'"'),a+">"+u+"</"+r+">"}},4994:function(t,r,e){"use strict";var n=e(3383).IteratorPrototype,o=e(30),i=e(9114),u=e(8003),a=e(7497),c=function(){return this};t.exports=function(t,r,e){var s=r+" Iterator";return t.prototype=o(n,{next:i(1,e)}),u(t,s,!1,!0),a[s]=c,t}},8880:function(t,r,e){var n=e(9781),o=e(3070),i=e(9114);t.exports=n?function(t,r,e){return o.f(t,r,i(1,e))}:function(t,r,e){return t[r]=e,t}},9114:function(t){t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},654:function(t,r,e){"use strict";var n=e(2109),o=e(4994),i=e(9518),u=e(7674),a=e(8003),c=e(8880),s=e(1320),f=e(5112),l=e(1913),p=e(7497),h=e(3383),d=h.IteratorPrototype,v=h.BUGGY_SAFARI_ITERATORS,g=f("iterator"),y="keys",b="values",m="entries",w=function(){return this};t.exports=function(t,r,e,f,h,x,S){o(e,r,f);var E,O,T,_=function(t){if(t===h&&R)return R;if(!v&&t in j)return j[t];switch(t){case y:case b:case m:return function(){return new e(this,t)}}return function(){return new e(this)}},P=r+" Iterator",A=!1,j=t.prototype,I=j[g]||j["@@iterator"]||h&&j[h],R=!v&&I||_(h),L="Array"==r&&j.entries||I;if(L&&(E=i(L.call(new t)),d!==Object.prototype&&E.next&&(l||i(E)===d||(u?u(E,d):"function"!=typeof E[g]&&c(E,g,w)),a(E,P,!0,!0),l&&(p[P]=w))),h==b&&I&&I.name!==b&&(A=!0,R=function(){return I.call(this)}),l&&!S||j[g]===R||c(j,g,R),p[r]=R,h)if(O={values:_(b),keys:x?R:_(y),entries:_(m)},S)for(T in O)(v||A||!(T in j))&&s(j,T,O[T]);else n({target:r,proto:!0,forced:v||A},O);return O}},9781:function(t,r,e){var n=e(7293);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,r,e){var n=e(7854),o=e(111),i=n.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},8324:function(t){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},6833:function(t,r,e){var n=e(8113);t.exports=/(iphone|ipod|ipad).*applewebkit/i.test(n)},5268:function(t,r,e){var n=e(4326),o=e(7854);t.exports="process"==n(o.process)},1036:function(t,r,e){var n=e(8113);t.exports=/web0s(?!.*chrome)/i.test(n)},8113:function(t,r,e){var n=e(5005);t.exports=n("navigator","userAgent")||""},7392:function(t,r,e){var n,o,i=e(7854),u=e(8113),a=i.process,c=a&&a.versions,s=c&&c.v8;s?o=(n=s.split("."))[0]+n[1]:u&&(!(n=u.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=u.match(/Chrome\/(\d+)/))&&(o=n[1]),t.exports=o&&+o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,r,e){var n=e(7854),o=e(1236).f,i=e(8880),u=e(1320),a=e(3505),c=e(9920),s=e(4705);t.exports=function(t,r){var e,f,l,p,h,d=t.target,v=t.global,g=t.stat;if(e=v?n:g?n[d]||a(d,{}):(n[d]||{}).prototype)for(f in r){if(p=r[f],l=t.noTargetGet?(h=o(e,f))&&h.value:e[f],!s(v?f:d+(g?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),u(e,f,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},7007:function(t,r,e){"use strict";e(4916);var n=e(1320),o=e(7293),i=e(5112),u=e(2261),a=e(8880),c=i("species"),s=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),f="$0"==="a".replace(/./,"$0"),l=i("replace"),p=!!/./[l]&&""===/./[l]("a","$0"),h=!o((function(){var t=/(?:)/,r=t.exec;t.exec=function(){return r.apply(this,arguments)};var e="ab".split(t);return 2!==e.length||"a"!==e[0]||"b"!==e[1]}));t.exports=function(t,r,e,l){var d=i(t),v=!o((function(){var r={};return r[d]=function(){return 7},7!=""[t](r)})),g=v&&!o((function(){var r=!1,e=/a/;return"split"===t&&((e={}).constructor={},e.constructor[c]=function(){return e},e.flags="",e[d]=/./[d]),e.exec=function(){return r=!0,null},e[d](""),!r}));if(!v||!g||"replace"===t&&(!s||!f||p)||"split"===t&&!h){var y=/./[d],b=e(d,""[t],(function(t,r,e,n,o){return r.exec===u?v&&!o?{done:!0,value:y.call(r,e,n)}:{done:!0,value:t.call(e,r,n)}:{done:!1}}),{REPLACE_KEEPS_$0:f,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),m=b[0],w=b[1];n(String.prototype,t,m),n(RegExp.prototype,d,2==r?function(t,r){return w.call(t,this,r)}:function(t){return w.call(t,this)})}l&&a(RegExp.prototype[d],"sham",!0)}},9974:function(t,r,e){var n=e(3099);t.exports=function(t,r,e){if(n(t),void 0===r)return t;switch(e){case 0:return function(){return t.call(r)};case 1:return function(e){return t.call(r,e)};case 2:return function(e,n){return t.call(r,e,n)};case 3:return function(e,n,o){return t.call(r,e,n,o)}}return function(){return t.apply(r,arguments)}}},5005:function(t,r,e){var n=e(857),o=e(7854),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,r){return arguments.length<2?i(n[t])||i(o[t]):n[t]&&n[t][r]||o[t]&&o[t][r]}},1246:function(t,r,e){var n=e(648),o=e(7497),i=e(5112)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[n(t)]}},647:function(t,r,e){var n=e(7908),o=Math.floor,i="".replace,u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,r,e,c,s,f){var l=e+t.length,p=c.length,h=a;return void 0!==s&&(s=n(s),h=u),i.call(f,h,(function(n,i){var u;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return r.slice(0,e);case"'":return r.slice(l);case"<":u=s[i.slice(1,-1)];break;default:var a=+i;if(0===a)return n;if(a>p){var f=o(a/10);return 0===f?n:f<=p?void 0===c[f-1]?i.charAt(1):c[f-1]+i.charAt(1):n}u=c[a-1]}return void 0===u?"":u}))}},7854:function(t,r,e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},6656:function(t){var r={}.hasOwnProperty;t.exports=function(t,e){return r.call(t,e)}},3501:function(t){t.exports={}},842:function(t,r,e){var n=e(7854);t.exports=function(t,r){var e=n.console;e&&e.error&&(1===arguments.length?e.error(t):e.error(t,r))}},490:function(t,r,e){var n=e(5005);t.exports=n("document","documentElement")},4664:function(t,r,e){var n=e(9781),o=e(7293),i=e(317);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,r,e){var n=e(7293),o=e(4326),i="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},2788:function(t,r,e){var n=e(5465),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},9909:function(t,r,e){var n,o,i,u=e(8536),a=e(7854),c=e(111),s=e(8880),f=e(6656),l=e(5465),p=e(6200),h=e(3501),d=a.WeakMap;if(u){var v=l.state||(l.state=new d),g=v.get,y=v.has,b=v.set;n=function(t,r){return r.facade=t,b.call(v,t,r),r},o=function(t){return g.call(v,t)||{}},i=function(t){return y.call(v,t)}}else{var m=p("state");h[m]=!0,n=function(t,r){return r.facade=t,s(t,m,r),r},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(r){var e;if(!c(r)||(e=o(r)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return e}}}},7659:function(t,r,e){var n=e(5112),o=e(7497),i=n("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},4705:function(t,r,e){var n=e(7293),o=/#|\.prototype\./,i=function(t,r){var e=a[u(t)];return e==s||e!=c&&("function"==typeof r?n(r):!!r)},u=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},a=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},111:function(t){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},1913:function(t){t.exports=!1},7850:function(t,r,e){var n=e(111),o=e(4326),i=e(5112)("match");t.exports=function(t){var r;return n(t)&&(void 0!==(r=t[i])?!!r:"RegExp"==o(t))}},408:function(t,r,e){var n=e(9670),o=e(7659),i=e(7466),u=e(9974),a=e(1246),c=e(9212),s=function(t,r){this.stopped=t,this.result=r};t.exports=function(t,r,e){var f,l,p,h,d,v,g,y=e&&e.that,b=!(!e||!e.AS_ENTRIES),m=!(!e||!e.IS_ITERATOR),w=!(!e||!e.INTERRUPTED),x=u(r,y,1+b+w),S=function(t){return f&&c(f),new s(!0,t)},E=function(t){return b?(n(t),w?x(t[0],t[1],S):x(t[0],t[1])):w?x(t,S):x(t)};if(m)f=t;else{if("function"!=typeof(l=a(t)))throw TypeError("Target is not iterable");if(o(l)){for(p=0,h=i(t.length);h>p;p++)if((d=E(t[p]))&&d instanceof s)return d;return new s(!1)}f=l.call(t)}for(v=f.next;!(g=v.call(f)).done;){try{d=E(g.value)}catch(t){throw c(f),t}if("object"==typeof d&&d&&d instanceof s)return d}return new s(!1)}},9212:function(t,r,e){var n=e(9670);t.exports=function(t){var r=t.return;if(void 0!==r)return n(r.call(t)).value}},3383:function(t,r,e){"use strict";var n,o,i,u=e(7293),a=e(9518),c=e(8880),s=e(6656),f=e(5112),l=e(1913),p=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(n=o):h=!0);var d=null==n||u((function(){var t={};return n[p].call(t)!==t}));d&&(n={}),l&&!d||s(n,p)||c(n,p,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:h}},7497:function(t){t.exports={}},5948:function(t,r,e){var n,o,i,u,a,c,s,f,l=e(7854),p=e(1236).f,h=e(261).set,d=e(6833),v=e(1036),g=e(5268),y=l.MutationObserver||l.WebKitMutationObserver,b=l.document,m=l.process,w=l.Promise,x=p(l,"queueMicrotask"),S=x&&x.value;S||(n=function(){var t,r;for(g&&(t=m.domain)&&t.exit();o;){r=o.fn,o=o.next;try{r()}catch(t){throw o?u():i=void 0,t}}i=void 0,t&&t.enter()},d||g||v||!y||!b?w&&w.resolve?(s=w.resolve(void 0),f=s.then,u=function(){f.call(s,n)}):u=g?function(){m.nextTick(n)}:function(){h.call(l,n)}:(a=!0,c=b.createTextNode(""),new y(n).observe(c,{characterData:!0}),u=function(){c.data=a=!a})),t.exports=S||function(t){var r={fn:t,next:void 0};i&&(i.next=r),o||(o=r,u()),i=r}},3366:function(t,r,e){var n=e(7854);t.exports=n.Promise},133:function(t,r,e){var n=e(5268),o=e(7392),i=e(7293);t.exports=!!Object.getOwnPropertySymbols&&!i((function(){return!Symbol.sham&&(n?38===o:o>37&&o<41)}))},8536:function(t,r,e){var n=e(7854),o=e(2788),i=n.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},8523:function(t,r,e){"use strict";var n=e(3099),o=function(t){var r,e;this.promise=new t((function(t,n){if(void 0!==r||void 0!==e)throw TypeError("Bad Promise constructor");r=t,e=n})),this.resolve=n(r),this.reject=n(e)};t.exports.f=function(t){return new o(t)}},3929:function(t,r,e){var n=e(7850);t.exports=function(t){if(n(t))throw TypeError("The method doesn't accept regular expressions");return t}},30:function(t,r,e){var n,o=e(9670),i=e(6048),u=e(748),a=e(3501),c=e(490),s=e(317),f=e(6200),l=f("IE_PROTO"),p=function(){},h=function(t){return"<script>"+t+"</"+"script>"},d=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,r;d=n?function(t){t.write(h("")),t.close();var r=t.parentWindow.Object;return t=null,r}(n):((r=s("iframe")).style.display="none",c.appendChild(r),r.src=String("javascript:"),(t=r.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F);for(var e=u.length;e--;)delete d.prototype[u[e]];return d()};a[l]=!0,t.exports=Object.create||function(t,r){var e;return null!==t?(p.prototype=o(t),e=new p,p.prototype=null,e[l]=t):e=d(),void 0===r?e:i(e,r)}},6048:function(t,r,e){var n=e(9781),o=e(3070),i=e(9670),u=e(1956);t.exports=n?Object.defineProperties:function(t,r){i(t);for(var e,n=u(r),a=n.length,c=0;a>c;)o.f(t,e=n[c++],r[e]);return t}},3070:function(t,r,e){var n=e(9781),o=e(4664),i=e(9670),u=e(7593),a=Object.defineProperty;r.f=n?a:function(t,r,e){if(i(t),r=u(r,!0),i(e),o)try{return a(t,r,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported");return"value"in e&&(t[r]=e.value),t}},1236:function(t,r,e){var n=e(9781),o=e(5296),i=e(9114),u=e(5656),a=e(7593),c=e(6656),s=e(4664),f=Object.getOwnPropertyDescriptor;r.f=n?f:function(t,r){if(t=u(t),r=a(r,!0),s)try{return f(t,r)}catch(t){}if(c(t,r))return i(!o.f.call(t,r),t[r])}},8006:function(t,r,e){var n=e(6324),o=e(748).concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},5181:function(t,r){r.f=Object.getOwnPropertySymbols},9518:function(t,r,e){var n=e(6656),o=e(7908),i=e(6200),u=e(8544),a=i("IE_PROTO"),c=Object.prototype;t.exports=u?Object.getPrototypeOf:function(t){return t=o(t),n(t,a)?t[a]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},6324:function(t,r,e){var n=e(6656),o=e(5656),i=e(1318).indexOf,u=e(3501);t.exports=function(t,r){var e,a=o(t),c=0,s=[];for(e in a)!n(u,e)&&n(a,e)&&s.push(e);for(;r.length>c;)n(a,e=r[c++])&&(~i(s,e)||s.push(e));return s}},1956:function(t,r,e){var n=e(6324),o=e(748);t.exports=Object.keys||function(t){return n(t,o)}},5296:function(t,r){"use strict";var e={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!e.call({1:2},1);r.f=o?function(t){var r=n(this,t);return!!r&&r.enumerable}:e},7674:function(t,r,e){var n=e(9670),o=e(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r=!1,e={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),r=e instanceof Array}catch(t){}return function(e,i){return n(e),o(i),r?t.call(e,i):e.__proto__=i,e}}():void 0)},288:function(t,r,e){"use strict";var n=e(1694),o=e(648);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},3887:function(t,r,e){var n=e(5005),o=e(8006),i=e(5181),u=e(9670);t.exports=n("Reflect","ownKeys")||function(t){var r=o.f(u(t)),e=i.f;return e?r.concat(e(t)):r}},857:function(t,r,e){var n=e(7854);t.exports=n},2534:function(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},9478:function(t,r,e){var n=e(9670),o=e(111),i=e(8523);t.exports=function(t,r){if(n(t),o(r)&&r.constructor===t)return r;var e=i.f(t);return(0,e.resolve)(r),e.promise}},2248:function(t,r,e){var n=e(1320);t.exports=function(t,r,e){for(var o in r)n(t,o,r[o],e);return t}},1320:function(t,r,e){var n=e(7854),o=e(8880),i=e(6656),u=e(3505),a=e(2788),c=e(9909),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,r,e,a){var c,s=!!a&&!!a.unsafe,p=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet;"function"==typeof e&&("string"!=typeof r||i(e,"name")||o(e,"name",r),(c=f(e)).source||(c.source=l.join("string"==typeof r?r:""))),t!==n?(s?!h&&t[r]&&(p=!0):delete t[r],p?t[r]=e:o(t,r,e)):p?t[r]=e:u(r,e)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||a(this)}))},7651:function(t,r,e){var n=e(4326),o=e(2261);t.exports=function(t,r){var e=t.exec;if("function"==typeof e){var i=e.call(t,r);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==n(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,r)}},2261:function(t,r,e){"use strict";var n,o,i=e(7066),u=e(2999),a=RegExp.prototype.exec,c=String.prototype.replace,s=a,f=(n=/a/,o=/b*/g,a.call(n,"a"),a.call(o,"a"),0!==n.lastIndex||0!==o.lastIndex),l=u.UNSUPPORTED_Y||u.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(f||p||l)&&(s=function(t){var r,e,n,o,u=this,s=l&&u.sticky,h=i.call(u),d=u.source,v=0,g=t;return s&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),g=String(t).slice(u.lastIndex),u.lastIndex>0&&(!u.multiline||u.multiline&&"\n"!==t[u.lastIndex-1])&&(d="(?: "+d+")",g=" "+g,v++),e=new RegExp("^(?:"+d+")",h)),p&&(e=new RegExp("^"+d+"$(?!\\s)",h)),f&&(r=u.lastIndex),n=a.call(s?e:u,g),s?n?(n.input=n.input.slice(v),n[0]=n[0].slice(v),n.index=u.lastIndex,u.lastIndex+=n[0].length):u.lastIndex=0:f&&n&&(u.lastIndex=u.global?n.index+n[0].length:r),p&&n&&n.length>1&&c.call(n[0],e,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(n[o]=void 0)})),n}),t.exports=s},7066:function(t,r,e){"use strict";var n=e(9670);t.exports=function(){var t=n(this),r="";return t.global&&(r+="g"),t.ignoreCase&&(r+="i"),t.multiline&&(r+="m"),t.dotAll&&(r+="s"),t.unicode&&(r+="u"),t.sticky&&(r+="y"),r}},2999:function(t,r,e){"use strict";var n=e(7293);function o(t,r){return RegExp(t,r)}r.UNSUPPORTED_Y=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),r.BROKEN_CARET=n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},4488:function(t){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},6029:function(t){t.exports=Object.is||function(t,r){return t===r?0!==t||1/t==1/r:t!=t&&r!=r}},3505:function(t,r,e){var n=e(7854),o=e(8880);t.exports=function(t,r){try{o(n,t,r)}catch(e){n[t]=r}return r}},6340:function(t,r,e){"use strict";var n=e(5005),o=e(3070),i=e(5112),u=e(9781),a=i("species");t.exports=function(t){var r=n(t),e=o.f;u&&r&&!r[a]&&e(r,a,{configurable:!0,get:function(){return this}})}},8003:function(t,r,e){var n=e(3070).f,o=e(6656),i=e(5112)("toStringTag");t.exports=function(t,r,e){t&&!o(t=e?t:t.prototype,i)&&n(t,i,{configurable:!0,value:r})}},6200:function(t,r,e){var n=e(2309),o=e(9711),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,r,e){var n=e(7854),o=e(3505),i="__core-js_shared__",u=n[i]||o(i,{});t.exports=u},2309:function(t,r,e){var n=e(1913),o=e(5465);(t.exports=function(t,r){return o[t]||(o[t]=void 0!==r?r:{})})("versions",[]).push({version:"3.9.1",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(t,r,e){var n=e(9670),o=e(3099),i=e(5112)("species");t.exports=function(t,r){var e,u=n(t).constructor;return void 0===u||null==(e=n(u)[i])?r:o(e)}},3429:function(t,r,e){var n=e(7293);t.exports=function(t){return n((function(){var r=""[t]('"');return r!==r.toLowerCase()||r.split('"').length>3}))}},8710:function(t,r,e){var n=e(9958),o=e(4488),i=function(t){return function(r,e){var i,u,a=String(o(r)),c=n(e),s=a.length;return c<0||c>=s?t?"":void 0:(i=a.charCodeAt(c))<55296||i>56319||c+1===s||(u=a.charCodeAt(c+1))<56320||u>57343?t?a.charAt(c):i:t?a.slice(c,c+2):u-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},4986:function(t,r,e){var n=e(8113);t.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(n)},6650:function(t,r,e){var n=e(7466),o=e(8415),i=e(4488),u=Math.ceil,a=function(t){return function(r,e,a){var c,s,f=String(i(r)),l=f.length,p=void 0===a?" ":String(a),h=n(e);return h<=l||""==p?f:(c=h-l,(s=o.call(p,u(c/p.length))).length>c&&(s=s.slice(0,c)),t?f+s:s+f)}};t.exports={start:a(!1),end:a(!0)}},8415:function(t,r,e){"use strict";var n=e(9958),o=e(4488);t.exports="".repeat||function(t){var r=String(o(this)),e="",i=n(t);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;i>0;(i>>>=1)&&(r+=r))1&i&&(e+=r);return e}},6091:function(t,r,e){var n=e(7293),o=e(1361);t.exports=function(t){return n((function(){return!!o[t]()||"​…᠎"!="​…᠎"[t]()||o[t].name!==t}))}},3111:function(t,r,e){var n=e(4488),o="["+e(1361)+"]",i=RegExp("^"+o+o+"*"),u=RegExp(o+o+"*$"),a=function(t){return function(r){var e=String(n(r));return 1&t&&(e=e.replace(i,"")),2&t&&(e=e.replace(u,"")),e}};t.exports={start:a(1),end:a(2),trim:a(3)}},261:function(t,r,e){var n,o,i,u=e(7854),a=e(7293),c=e(9974),s=e(490),f=e(317),l=e(6833),p=e(5268),h=u.location,d=u.setImmediate,v=u.clearImmediate,g=u.process,y=u.MessageChannel,b=u.Dispatch,m=0,w={},x="onreadystatechange",S=function(t){if(w.hasOwnProperty(t)){var r=w[t];delete w[t],r()}},E=function(t){return function(){S(t)}},O=function(t){S(t.data)},T=function(t){u.postMessage(t+"",h.protocol+"//"+h.host)};d&&v||(d=function(t){for(var r=[],e=1;arguments.length>e;)r.push(arguments[e++]);return w[++m]=function(){("function"==typeof t?t:Function(t)).apply(void 0,r)},n(m),m},v=function(t){delete w[t]},p?n=function(t){g.nextTick(E(t))}:b&&b.now?n=function(t){b.now(E(t))}:y&&!l?(i=(o=new y).port2,o.port1.onmessage=O,n=c(i.postMessage,i,1)):u.addEventListener&&"function"==typeof postMessage&&!u.importScripts&&h&&"file:"!==h.protocol&&!a(T)?(n=T,u.addEventListener("message",O,!1)):n=x in f("script")?function(t){s.appendChild(f("script")).onreadystatechange=function(){s.removeChild(this),S(t)}}:function(t){setTimeout(E(t),0)}),t.exports={set:d,clear:v}},1400:function(t,r,e){var n=e(9958),o=Math.max,i=Math.min;t.exports=function(t,r){var e=n(t);return e<0?o(e+r,0):i(e,r)}},5656:function(t,r,e){var n=e(8361),o=e(4488);t.exports=function(t){return n(o(t))}},9958:function(t){var r=Math.ceil,e=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?e:r)(t)}},7466:function(t,r,e){var n=e(9958),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},7908:function(t,r,e){var n=e(4488);t.exports=function(t){return Object(n(t))}},7593:function(t,r,e){var n=e(111);t.exports=function(t,r){if(!n(t))return t;var e,o;if(r&&"function"==typeof(e=t.toString)&&!n(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!n(o=e.call(t)))return o;if(!r&&"function"==typeof(e=t.toString)&&!n(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},1694:function(t,r,e){var n={};n[e(5112)("toStringTag")]="z",t.exports="[object z]"===String(n)},9711:function(t){var r=0,e=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+e).toString(36)}},3307:function(t,r,e){var n=e(133);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,r,e){var n=e(7854),o=e(2309),i=e(6656),u=e(9711),a=e(133),c=e(3307),s=o("wks"),f=n.Symbol,l=c?f:f&&f.withoutSetter||u;t.exports=function(t){return i(s,t)&&(a||"string"==typeof s[t])||(a&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},1361:function(t){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},9170:function(t,r,e){"use strict";var n=e(2109),o=e(9518),i=e(7674),u=e(30),a=e(8880),c=e(9114),s=e(408),f=function(t,r){var e=this;if(!(e instanceof f))return new f(t,r);i&&(e=i(new Error(void 0),o(e))),void 0!==r&&a(e,"message",String(r));var n=[];return s(t,n.push,{that:n}),a(e,"errors",n),e};f.prototype=u(Error.prototype,{constructor:c(5,f),message:c(5,""),name:c(5,"AggregateError")}),n({global:!0},{AggregateError:f})},6992:function(t,r,e){"use strict";var n=e(5656),o=e(1223),i=e(7497),u=e(9909),a=e(654),c="Array Iterator",s=u.set,f=u.getterFor(c);t.exports=a(Array,"Array",(function(t,r){s(this,{type:c,target:n(t),index:0,kind:r})}),(function(){var t=f(this),r=t.target,e=t.kind,n=t.index++;return!r||n>=r.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==e?{value:n,done:!1}:"values"==e?{value:r[n],done:!1}:{value:[n,r[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},1539:function(t,r,e){var n=e(1694),o=e(1320),i=e(288);n||o(Object.prototype,"toString",i,{unsafe:!0})},7922:function(t,r,e){"use strict";var n=e(2109),o=e(3099),i=e(8523),u=e(2534),a=e(408);n({target:"Promise",stat:!0},{allSettled:function(t){var r=this,e=i.f(r),n=e.resolve,c=e.reject,s=u((function(){var e=o(r.resolve),i=[],u=0,c=1;a(t,(function(t){var o=u++,a=!1;i.push(void 0),c++,e.call(r,t).then((function(t){a||(a=!0,i[o]={status:"fulfilled",value:t},--c||n(i))}),(function(t){a||(a=!0,i[o]={status:"rejected",reason:t},--c||n(i))}))})),--c||n(i)}));return s.error&&c(s.value),e.promise}})},4668:function(t,r,e){"use strict";var n=e(2109),o=e(3099),i=e(5005),u=e(8523),a=e(2534),c=e(408),s="No one promise resolved";n({target:"Promise",stat:!0},{any:function(t){var r=this,e=u.f(r),n=e.resolve,f=e.reject,l=a((function(){var e=o(r.resolve),u=[],a=0,l=1,p=!1;c(t,(function(t){var o=a++,c=!1;u.push(void 0),l++,e.call(r,t).then((function(t){c||p||(p=!0,n(t))}),(function(t){c||p||(c=!0,u[o]=t,--l||f(new(i("AggregateError"))(u,s)))}))})),--l||f(new(i("AggregateError"))(u,s))}));return l.error&&f(l.value),e.promise}})},7727:function(t,r,e){"use strict";var n=e(2109),o=e(1913),i=e(3366),u=e(7293),a=e(5005),c=e(6707),s=e(9478),f=e(1320);n({target:"Promise",proto:!0,real:!0,forced:!!i&&u((function(){i.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var r=c(this,a("Promise")),e="function"==typeof t;return this.then(e?function(e){return s(r,t()).then((function(){return e}))}:t,e?function(e){return s(r,t()).then((function(){throw e}))}:t)}}),o||"function"!=typeof i||i.prototype.finally||f(i.prototype,"finally",a("Promise").prototype.finally)},8674:function(t,r,e){"use strict";var n,o,i,u,a=e(2109),c=e(1913),s=e(7854),f=e(5005),l=e(3366),p=e(1320),h=e(2248),d=e(8003),v=e(6340),g=e(111),y=e(3099),b=e(5787),m=e(2788),w=e(408),x=e(7072),S=e(6707),E=e(261).set,O=e(5948),T=e(9478),_=e(842),P=e(8523),A=e(2534),j=e(9909),I=e(4705),R=e(5112),L=e(5268),k=e(7392),C=R("species"),D="Promise",B=j.get,U=j.set,M=j.getterFor(D),F=l,N=s.TypeError,G=s.document,X=s.process,H=f("fetch"),$=P.f,q=$,W=!!(G&&G.createEvent&&s.dispatchEvent),V="function"==typeof PromiseRejectionEvent,z="unhandledrejection",K=I(D,(function(){if(!(m(F)!==String(F))){if(66===k)return!0;if(!L&&!V)return!0}if(c&&!F.prototype.finally)return!0;if(k>=51&&/native code/.test(F))return!1;var t=F.resolve(1),r=function(t){t((function(){}),(function(){}))};return(t.constructor={})[C]=r,!(t.then((function(){}))instanceof r)})),Y=K||!x((function(t){F.all(t).catch((function(){}))})),J=function(t){var r;return!(!g(t)||"function"!=typeof(r=t.then))&&r},Q=function(t,r){if(!t.notified){t.notified=!0;var e=t.reactions;O((function(){for(var n=t.value,o=1==t.state,i=0;e.length>i;){var u,a,c,s=e[i++],f=o?s.ok:s.fail,l=s.resolve,p=s.reject,h=s.domain;try{f?(o||(2===t.rejection&&et(t),t.rejection=1),!0===f?u=n:(h&&h.enter(),u=f(n),h&&(h.exit(),c=!0)),u===s.promise?p(N("Promise-chain cycle")):(a=J(u))?a.call(u,l,p):l(u)):p(n)}catch(t){h&&!c&&h.exit(),p(t)}}t.reactions=[],t.notified=!1,r&&!t.rejection&&tt(t)}))}},Z=function(t,r,e){var n,o;W?((n=G.createEvent("Event")).promise=r,n.reason=e,n.initEvent(t,!1,!0),s.dispatchEvent(n)):n={promise:r,reason:e},!V&&(o=s["on"+t])?o(n):t===z&&_("Unhandled promise rejection",e)},tt=function(t){E.call(s,(function(){var r,e=t.facade,n=t.value;if(rt(t)&&(r=A((function(){L?X.emit("unhandledRejection",n,e):Z(z,e,n)})),t.rejection=L||rt(t)?2:1,r.error))throw r.value}))},rt=function(t){return 1!==t.rejection&&!t.parent},et=function(t){E.call(s,(function(){var r=t.facade;L?X.emit("rejectionHandled",r):Z("rejectionhandled",r,t.value)}))},nt=function(t,r,e){return function(n){t(r,n,e)}},ot=function(t,r,e){t.done||(t.done=!0,e&&(t=e),t.value=r,t.state=2,Q(t,!0))},it=function(t,r,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===r)throw N("Promise can't be resolved itself");var n=J(r);n?O((function(){var e={done:!1};try{n.call(r,nt(it,e,t),nt(ot,e,t))}catch(r){ot(e,r,t)}})):(t.value=r,t.state=1,Q(t,!1))}catch(r){ot({done:!1},r,t)}}};K&&(F=function(t){b(this,F,D),y(t),n.call(this);var r=B(this);try{t(nt(it,r),nt(ot,r))}catch(t){ot(r,t)}},(n=function(t){U(this,{type:D,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=h(F.prototype,{then:function(t,r){var e=M(this),n=$(S(this,F));return n.ok="function"!=typeof t||t,n.fail="function"==typeof r&&r,n.domain=L?X.domain:void 0,e.parent=!0,e.reactions.push(n),0!=e.state&&Q(e,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new n,r=B(t);this.promise=t,this.resolve=nt(it,r),this.reject=nt(ot,r)},P.f=$=function(t){return t===F||t===i?new o(t):q(t)},c||"function"!=typeof l||(u=l.prototype.then,p(l.prototype,"then",(function(t,r){var e=this;return new F((function(t,r){u.call(e,t,r)})).then(t,r)}),{unsafe:!0}),"function"==typeof H&&a({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return T(F,H.apply(s,arguments))}}))),a({global:!0,wrap:!0,forced:K},{Promise:F}),d(F,D,!1,!0),v(D),i=f(D),a({target:D,stat:!0,forced:K},{reject:function(t){var r=$(this);return r.reject.call(void 0,t),r.promise}}),a({target:D,stat:!0,forced:c||K},{resolve:function(t){return T(c&&this===i?F:this,t)}}),a({target:D,stat:!0,forced:Y},{all:function(t){var r=this,e=$(r),n=e.resolve,o=e.reject,i=A((function(){var e=y(r.resolve),i=[],u=0,a=1;w(t,(function(t){var c=u++,s=!1;i.push(void 0),a++,e.call(r,t).then((function(t){s||(s=!0,i[c]=t,--a||n(i))}),o)})),--a||n(i)}));return i.error&&o(i.value),e.promise},race:function(t){var r=this,e=$(r),n=e.reject,o=A((function(){var o=y(r.resolve);w(t,(function(t){o.call(r,t).then(e.resolve,n)}))}));return o.error&&n(o.value),e.promise}})},4916:function(t,r,e){"use strict";var n=e(2109),o=e(2261);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},5218:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},4475:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("big")},{big:function(){return o(this,"big","","")}})},7929:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("blink")},{blink:function(){return o(this,"blink","","")}})},915:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("bold")},{bold:function(){return o(this,"b","","")}})},9841:function(t,r,e){"use strict";var n=e(2109),o=e(8710).codeAt;n({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},7852:function(t,r,e){"use strict";var n,o=e(2109),i=e(1236).f,u=e(7466),a=e(3929),c=e(4488),s=e(4964),f=e(1913),l="".endsWith,p=Math.min,h=s("endsWith");o({target:"String",proto:!0,forced:!!(f||h||(n=i(String.prototype,"endsWith"),!n||n.writable))&&!h},{endsWith:function(t){var r=String(c(this));a(t);var e=arguments.length>1?arguments[1]:void 0,n=u(r.length),o=void 0===e?n:p(u(e),n),i=String(t);return l?l.call(r,i,o):r.slice(o-i.length,o)===i}})},9253:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fixed")},{fixed:function(){return o(this,"tt","","")}})},2125:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},8830:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},4953:function(t,r,e){var n=e(2109),o=e(1400),i=String.fromCharCode,u=String.fromCodePoint;n({target:"String",stat:!0,forced:!!u&&1!=u.length},{fromCodePoint:function(t){for(var r,e=[],n=arguments.length,u=0;n>u;){if(r=+arguments[u++],o(r,1114111)!==r)throw RangeError(r+" is not a valid code point");e.push(r<65536?i(r):i(55296+((r-=65536)>>10),r%1024+56320))}return e.join("")}})},2023:function(t,r,e){"use strict";var n=e(2109),o=e(3929),i=e(4488);n({target:"String",proto:!0,forced:!e(4964)("includes")},{includes:function(t){return!!~String(i(this)).indexOf(o(t),arguments.length>1?arguments[1]:void 0)}})},8734:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("italics")},{italics:function(){return o(this,"i","","")}})},8783:function(t,r,e){"use strict";var n=e(8710).charAt,o=e(9909),i=e(654),u="String Iterator",a=o.set,c=o.getterFor(u);i(String,"String",(function(t){a(this,{type:u,string:String(t),index:0})}),(function(){var t,r=c(this),e=r.string,o=r.index;return o>=e.length?{value:void 0,done:!0}:(t=n(e,o),r.index+=t.length,{value:t,done:!1})}))},9254:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("link")},{link:function(t){return o(this,"a","href",t)}})},6373:function(t,r,e){"use strict";var n=e(2109),o=e(4994),i=e(4488),u=e(7466),a=e(3099),c=e(9670),s=e(4326),f=e(7850),l=e(7066),p=e(8880),h=e(7293),d=e(5112),v=e(6707),g=e(1530),y=e(9909),b=e(1913),m=d("matchAll"),w="RegExp String",x="RegExp String Iterator",S=y.set,E=y.getterFor(x),O=RegExp.prototype,T=O.exec,_="".matchAll,P=!!_&&!h((function(){"a".matchAll(/./)})),A=o((function(t,r,e,n){S(this,{type:x,regexp:t,string:r,global:e,unicode:n,done:!1})}),w,(function(){var t=E(this);if(t.done)return{value:void 0,done:!0};var r=t.regexp,e=t.string,n=function(t,r){var e,n=t.exec;if("function"==typeof n){if("object"!=typeof(e=n.call(t,r)))throw TypeError("Incorrect exec result");return e}return T.call(t,r)}(r,e);return null===n?{value:void 0,done:t.done=!0}:t.global?(""==String(n[0])&&(r.lastIndex=g(e,u(r.lastIndex),t.unicode)),{value:n,done:!1}):(t.done=!0,{value:n,done:!1})})),j=function(t){var r,e,n,o,i,a,s=c(this),f=String(t);return r=v(s,RegExp),void 0===(e=s.flags)&&s instanceof RegExp&&!("flags"in O)&&(e=l.call(s)),n=void 0===e?"":String(e),o=new r(r===RegExp?s.source:s,n),i=!!~n.indexOf("g"),a=!!~n.indexOf("u"),o.lastIndex=u(s.lastIndex),new A(o,f,i,a)};n({target:"String",proto:!0,forced:P},{matchAll:function(t){var r,e,n,o=i(this);if(null!=t){if(f(t)&&!~String(i("flags"in O?t.flags:l.call(t))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(P)return _.apply(o,arguments);if(void 0===(e=t[m])&&b&&"RegExp"==s(t)&&(e=j),null!=e)return a(e).call(t,o)}else if(P)return _.apply(o,arguments);return r=String(o),n=new RegExp(t,"g"),b?j.call(n,r):n[m](r)}}),b||m in O||p(O,m,j)},4723:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(7466),u=e(4488),a=e(1530),c=e(7651);n("match",1,(function(t,r,e){return[function(r){var e=u(this),n=null==r?void 0:r[t];return void 0!==n?n.call(r,e):new RegExp(r)[t](String(e))},function(t){var n=e(r,t,this);if(n.done)return n.value;var u=o(t),s=String(this);if(!u.global)return c(u,s);var f=u.unicode;u.lastIndex=0;for(var l,p=[],h=0;null!==(l=c(u,s));){var d=String(l[0]);p[h]=d,""===d&&(u.lastIndex=a(s,i(u.lastIndex),f)),h++}return 0===h?null:p}]}))},6528:function(t,r,e){"use strict";var n=e(2109),o=e(6650).end;n({target:"String",proto:!0,forced:e(4986)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},3112:function(t,r,e){"use strict";var n=e(2109),o=e(6650).start;n({target:"String",proto:!0,forced:e(4986)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},8992:function(t,r,e){var n=e(2109),o=e(5656),i=e(7466);n({target:"String",stat:!0},{raw:function(t){for(var r=o(t.raw),e=i(r.length),n=arguments.length,u=[],a=0;e>a;)u.push(String(r[a++])),a<n&&u.push(String(arguments[a]));return u.join("")}})},2481:function(t,r,e){e(2109)({target:"String",proto:!0},{repeat:e(8415)})},8757:function(t,r,e){"use strict";var n=e(2109),o=e(4488),i=e(7850),u=e(7066),a=e(647),c=e(5112),s=e(1913),f=c("replace"),l=RegExp.prototype,p=Math.max,h=function(t,r,e){return e>t.length?-1:""===r?e:t.indexOf(r,e)};n({target:"String",proto:!0},{replaceAll:function(t,r){var e,n,c,d,v,g,y,b,m=o(this),w=0,x=0,S="";if(null!=t){if((e=i(t))&&!~String(o("flags"in l?t.flags:u.call(t))).indexOf("g"))throw TypeError("`.replaceAll` does not allow non-global regexes");if(void 0!==(n=t[f]))return n.call(t,m,r);if(s&&e)return String(m).replace(t,r)}for(c=String(m),d=String(t),(v="function"==typeof r)||(r=String(r)),g=d.length,y=p(1,g),w=h(c,d,0);-1!==w;)b=v?String(r(d,w,c)):a(d,c,w,[],void 0,r),S+=c.slice(x,w)+b,x=w+g,w=h(c,d,w+y);return x<c.length&&(S+=c.slice(x)),S}})},5306:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(7466),u=e(9958),a=e(4488),c=e(1530),s=e(647),f=e(7651),l=Math.max,p=Math.min;n("replace",2,(function(t,r,e,n){var h=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,d=n.REPLACE_KEEPS_$0,v=h?"$":"$0";return[function(e,n){var o=a(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,o,n):r.call(String(o),e,n)},function(t,n){if(!h&&d||"string"==typeof n&&-1===n.indexOf(v)){var a=e(r,t,this,n);if(a.done)return a.value}var g=o(t),y=String(this),b="function"==typeof n;b||(n=String(n));var m=g.global;if(m){var w=g.unicode;g.lastIndex=0}for(var x=[];;){var S=f(g,y);if(null===S)break;if(x.push(S),!m)break;""===String(S[0])&&(g.lastIndex=c(y,i(g.lastIndex),w))}for(var E,O="",T=0,_=0;_<x.length;_++){S=x[_];for(var P=String(S[0]),A=l(p(u(S.index),y.length),0),j=[],I=1;I<S.length;I++)j.push(void 0===(E=S[I])?E:String(E));var R=S.groups;if(b){var L=[P].concat(j,A,y);void 0!==R&&L.push(R);var k=String(n.apply(void 0,L))}else k=s(P,y,A,j,R,n);A>=T&&(O+=y.slice(T,A)+k,T=A+P.length)}return O+y.slice(T)}]}))},4765:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(4488),u=e(6029),a=e(7651);n("search",1,(function(t,r,e){return[function(r){var e=i(this),n=null==r?void 0:r[t];return void 0!==n?n.call(r,e):new RegExp(r)[t](String(e))},function(t){var n=e(r,t,this);if(n.done)return n.value;var i=o(t),c=String(this),s=i.lastIndex;u(s,0)||(i.lastIndex=0);var f=a(i,c);return u(i.lastIndex,s)||(i.lastIndex=s),null===f?-1:f.index}]}))},7268:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("small")},{small:function(){return o(this,"small","","")}})},3123:function(t,r,e){"use strict";var n=e(7007),o=e(7850),i=e(9670),u=e(4488),a=e(6707),c=e(1530),s=e(7466),f=e(7651),l=e(2261),p=e(7293),h=[].push,d=Math.min,v=4294967295,g=!p((function(){return!RegExp(v,"y")}));n("split",2,(function(t,r,e){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,e){var n=String(u(this)),i=void 0===e?v:e>>>0;if(0===i)return[];if(void 0===t)return[n];if(!o(t))return r.call(n,t,i);for(var a,c,s,f=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,g=new RegExp(t.source,p+"g");(a=l.call(g,n))&&!((c=g.lastIndex)>d&&(f.push(n.slice(d,a.index)),a.length>1&&a.index<n.length&&h.apply(f,a.slice(1)),s=a[0].length,d=c,f.length>=i));)g.lastIndex===a.index&&g.lastIndex++;return d===n.length?!s&&g.test("")||f.push(""):f.push(n.slice(d)),f.length>i?f.slice(0,i):f}:"0".split(void 0,0).length?function(t,e){return void 0===t&&0===e?[]:r.call(this,t,e)}:r,[function(r,e){var o=u(this),i=null==r?void 0:r[t];return void 0!==i?i.call(r,o,e):n.call(String(o),r,e)},function(t,o){var u=e(n,t,this,o,n!==r);if(u.done)return u.value;var l=i(t),p=String(this),h=a(l,RegExp),y=l.unicode,b=(l.ignoreCase?"i":"")+(l.multiline?"m":"")+(l.unicode?"u":"")+(g?"y":"g"),m=new h(g?l:"^(?:"+l.source+")",b),w=void 0===o?v:o>>>0;if(0===w)return[];if(0===p.length)return null===f(m,p)?[p]:[];for(var x=0,S=0,E=[];S<p.length;){m.lastIndex=g?S:0;var O,T=f(m,g?p:p.slice(S));if(null===T||(O=d(s(m.lastIndex+(g?0:S)),p.length))===x)S=c(p,S,y);else{if(E.push(p.slice(x,S)),E.length===w)return E;for(var _=1;_<=T.length-1;_++)if(E.push(T[_]),E.length===w)return E;S=x=O}}return E.push(p.slice(x)),E}]}),!g)},3157:function(t,r,e){"use strict";var n,o=e(2109),i=e(1236).f,u=e(7466),a=e(3929),c=e(4488),s=e(4964),f=e(1913),l="".startsWith,p=Math.min,h=s("startsWith");o({target:"String",proto:!0,forced:!!(f||h||(n=i(String.prototype,"startsWith"),!n||n.writable))&&!h},{startsWith:function(t){var r=String(c(this));a(t);var e=u(p(arguments.length>1?arguments[1]:void 0,r.length)),n=String(t);return l?l.call(r,n,e):r.slice(e,e+n.length)===n}})},7397:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("strike")},{strike:function(){return o(this,"strike","","")}})},86:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("sub")},{sub:function(){return o(this,"sub","","")}})},623:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("sup")},{sup:function(){return o(this,"sup","","")}})},8702:function(t,r,e){"use strict";var n=e(2109),o=e(3111).end,i=e(6091)("trimEnd"),u=i?function(){return o(this)}:"".trimEnd;n({target:"String",proto:!0,forced:i},{trimEnd:u,trimRight:u})},5674:function(t,r,e){"use strict";var n=e(2109),o=e(3111).start,i=e(6091)("trimStart"),u=i?function(){return o(this)}:"".trimStart;n({target:"String",proto:!0,forced:i},{trimStart:u,trimLeft:u})},3210:function(t,r,e){"use strict";var n=e(2109),o=e(3111).trim;n({target:"String",proto:!0,forced:e(6091)("trim")},{trim:function(){return o(this)}})},3948:function(t,r,e){var n=e(7854),o=e(8324),i=e(6992),u=e(8880),a=e(5112),c=a("iterator"),s=a("toStringTag"),f=i.values;for(var l in o){var p=n[l],h=p&&p.prototype;if(h){if(h[c]!==f)try{u(h,c,f)}catch(t){h[c]=f}if(h[s]||u(h,s,l),o[l])for(var d in i)if(h[d]!==i[d])try{u(h,d,i[d])}catch(t){h[d]=i[d]}}}},1150:function(t,r,e){var n=e(7633);t.exports=n},9712:function(t,r,e){var n=e(1111);t.exports=n},5666:function(t){var r=function(t){"use strict";var r,e=Object.prototype,n=e.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",u=o.asyncIterator||"@@asyncIterator",a=o.toStringTag||"@@toStringTag";function c(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{c({},"")}catch(t){c=function(t,r,e){return t[r]=e}}function s(t,r,e,n){var o=r&&r.prototype instanceof g?r:g,i=Object.create(o.prototype),u=new A(n||[]);return i._invoke=function(t,r,e){var n=l;return function(o,i){if(n===h)throw new Error("Generator is already running");if(n===d){if("throw"===o)throw i;return I()}for(e.method=o,e.arg=i;;){var u=e.delegate;if(u){var a=T(u,e);if(a){if(a===v)continue;return a}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(n===l)throw n=d,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);n=h;var c=f(t,r,e);if("normal"===c.type){if(n=e.done?d:p,c.arg===v)continue;return{value:c.arg,done:e.done}}"throw"===c.type&&(n=d,e.method="throw",e.arg=c.arg)}}}(t,e,u),i}function f(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l="suspendedStart",p="suspendedYield",h="executing",d="completed",v={};function g(){}function y(){}function b(){}var m={};m[i]=function(){return this};var w=Object.getPrototypeOf,x=w&&w(w(j([])));x&&x!==e&&n.call(x,i)&&(m=x);var S=b.prototype=g.prototype=Object.create(m);function E(t){["next","throw","return"].forEach((function(r){c(t,r,(function(t){return this._invoke(r,t)}))}))}function O(t,r){function e(o,i,u,a){var c=f(t[o],t,i);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&n.call(l,"__await")?r.resolve(l.__await).then((function(t){e("next",t,u,a)}),(function(t){e("throw",t,u,a)})):r.resolve(l).then((function(t){s.value=t,u(s)}),(function(t){return e("throw",t,u,a)}))}a(c.arg)}var o;this._invoke=function(t,n){function i(){return new r((function(r,o){e(t,n,r,o)}))}return o=o?o.then(i,i):i()}}function T(t,e){var n=t.iterator[e.method];if(n===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=r,T(t,e),"throw"===e.method))return v;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=f(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,v;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=r),e.delegate=null,v):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,v)}function _(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function P(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function j(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,u=function e(){for(;++o<t.length;)if(n.call(t,o))return e.value=t[o],e.done=!1,e;return e.value=r,e.done=!0,e};return u.next=u}}return{next:I}}function I(){return{value:r,done:!0}}return y.prototype=S.constructor=b,b.constructor=y,y.displayName=c(b,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===y||"GeneratorFunction"===(r.displayName||r.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,c(t,a,"GeneratorFunction")),t.prototype=Object.create(S),t},t.awrap=function(t){return{__await:t}},E(O.prototype),O.prototype[u]=function(){return this},t.AsyncIterator=O,t.async=function(r,e,n,o,i){void 0===i&&(i=Promise);var u=new O(s(r,e,n,o),i);return t.isGeneratorFunction(e)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},E(S),c(S,a,"Generator"),S[i]=function(){return this},S.toString=function(){return"[object Generator]"},t.keys=function(t){var r=[];for(var e in t)r.push(e);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=j,A.prototype={constructor:A,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(P),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function o(n,o){return a.type="throw",a.arg=t,e.next=n,o&&(e.method="next",e.arg=r),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=n.call(u,"catchLoc"),s=n.call(u,"finallyLoc");if(c&&s){if(this.prev<u.catchLoc)return o(u.catchLoc,!0);if(this.prev<u.finallyLoc)return o(u.finallyLoc)}else if(c){if(this.prev<u.catchLoc)return o(u.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<u.finallyLoc)return o(u.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=r&&r<=i.finallyLoc&&(i=null);var u=i?i.completion:{};return u.type=t,u.arg=r,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(u)},complete:function(t,r){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&r&&(this.next=r),v},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),P(e),v}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;P(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:j(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=r),v}},t}(t.exports);try{regeneratorRuntime=r}catch(t){Function("r","regeneratorRuntime = r")(r)}},7147:function(t,r,e){"use strict";var n="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==n&&n,o="URLSearchParams"in n,i="Symbol"in n&&"iterator"in Symbol,u="FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch(t){return!1}}(),a="FormData"in n,c="ArrayBuffer"in n;if(c)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],f=ArrayBuffer.isView||function(t){return t&&s.indexOf(Object.prototype.toString.call(t))>-1};function l(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError('Invalid character in header field name: "'+t+'"');return t.toLowerCase()}function p(t){return"string"!=typeof t&&(t=String(t)),t}function h(t){var r={next:function(){var r=t.shift();return{done:void 0===r,value:r}}};return i&&(r[Symbol.iterator]=function(){return r}),r}function d(t){this.map={},t instanceof d?t.forEach((function(t,r){this.append(r,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(r){this.append(r,t[r])}),this)}function v(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function g(t){return new Promise((function(r,e){t.onload=function(){r(t.result)},t.onerror=function(){e(t.error)}}))}function y(t){var r=new FileReader,e=g(r);return r.readAsArrayBuffer(t),e}function b(t){if(t.slice)return t.slice(0);var r=new Uint8Array(t.byteLength);return r.set(new Uint8Array(t)),r.buffer}function m(){return this.bodyUsed=!1,this._initBody=function(t){var r;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:u&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:a&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():c&&u&&((r=t)&&DataView.prototype.isPrototypeOf(r))?(this._bodyArrayBuffer=b(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):c&&(ArrayBuffer.prototype.isPrototypeOf(t)||f(t))?this._bodyArrayBuffer=b(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},u&&(this.blob=function(){var t=v(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=v(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(y)}),this.text=function(){var t,r,e,n=v(this);if(n)return n;if(this._bodyBlob)return t=this._bodyBlob,r=new FileReader,e=g(r),r.readAsText(t),e;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var r=new Uint8Array(t),e=new Array(r.length),n=0;n<r.length;n++)e[n]=String.fromCharCode(r[n]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a&&(this.formData=function(){return this.text().then(S)}),this.json=function(){return this.text().then(JSON.parse)},this}d.prototype.append=function(t,r){t=l(t),r=p(r);var e=this.map[t];this.map[t]=e?e+", "+r:r},d.prototype.delete=function(t){delete this.map[l(t)]},d.prototype.get=function(t){return t=l(t),this.has(t)?this.map[t]:null},d.prototype.has=function(t){return this.map.hasOwnProperty(l(t))},d.prototype.set=function(t,r){this.map[l(t)]=p(r)},d.prototype.forEach=function(t,r){for(var e in this.map)this.map.hasOwnProperty(e)&&t.call(r,this.map[e],e,this)},d.prototype.keys=function(){var t=[];return this.forEach((function(r,e){t.push(e)})),h(t)},d.prototype.values=function(){var t=[];return this.forEach((function(r){t.push(r)})),h(t)},d.prototype.entries=function(){var t=[];return this.forEach((function(r,e){t.push([e,r])})),h(t)},i&&(d.prototype[Symbol.iterator]=d.prototype.entries);var w=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function x(t,r){if(!(this instanceof x))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var e,n,o=(r=r||{}).body;if(t instanceof x){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,r.headers||(this.headers=new d(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,o||null==t._bodyInit||(o=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=r.credentials||this.credentials||"same-origin",!r.headers&&this.headers||(this.headers=new d(r.headers)),this.method=(e=r.method||this.method||"GET",n=e.toUpperCase(),w.indexOf(n)>-1?n:e),this.mode=r.mode||this.mode||null,this.signal=r.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==r.cache&&"no-cache"!==r.cache)){var i=/([?&])_=[^&]*/;if(i.test(this.url))this.url=this.url.replace(i,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function S(t){var r=new FormData;return t.trim().split("&").forEach((function(t){if(t){var e=t.split("="),n=e.shift().replace(/\+/g," "),o=e.join("=").replace(/\+/g," ");r.append(decodeURIComponent(n),decodeURIComponent(o))}})),r}function E(t,r){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');r||(r={}),this.type="default",this.status=void 0===r.status?200:r.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===r.statusText?"":""+r.statusText,this.headers=new d(r.headers),this.url=r.url||"",this._initBody(t)}x.prototype.clone=function(){return new x(this,{body:this._bodyInit})},m.call(x.prototype),m.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},E.error=function(){var t=new E(null,{status:0,statusText:""});return t.type="error",t};var O=[301,302,303,307,308];E.redirect=function(t,r){if(-1===O.indexOf(r))throw new RangeError("Invalid status code");return new E(null,{status:r,headers:{location:t}})};var T=n.DOMException;try{new T}catch(t){(T=function(t,r){this.message=t,this.name=r;var e=Error(t);this.stack=e.stack}).prototype=Object.create(Error.prototype),T.prototype.constructor=T}function _(t,r){return new Promise((function(e,o){var i=new x(t,r);if(i.signal&&i.signal.aborted)return o(new T("Aborted","AbortError"));var a=new XMLHttpRequest;function s(){a.abort()}a.onload=function(){var t,r,n={status:a.status,statusText:a.statusText,headers:(t=a.getAllResponseHeaders()||"",r=new d,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var e=t.split(":"),n=e.shift().trim();if(n){var o=e.join(":").trim();r.append(n,o)}})),r)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var o="response"in a?a.response:a.responseText;setTimeout((function(){e(new E(o,n))}),0)},a.onerror=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},a.ontimeout=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},a.onabort=function(){setTimeout((function(){o(new T("Aborted","AbortError"))}),0)},a.open(i.method,function(t){try{return""===t&&n.location.href?n.location.href:t}catch(r){return t}}(i.url),!0),"include"===i.credentials?a.withCredentials=!0:"omit"===i.credentials&&(a.withCredentials=!1),"responseType"in a&&(u?a.responseType="blob":c&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(a.responseType="arraybuffer")),!r||"object"!=typeof r.headers||r.headers instanceof d?i.headers.forEach((function(t,r){a.setRequestHeader(r,t)})):Object.getOwnPropertyNames(r.headers).forEach((function(t){a.setRequestHeader(t,p(r.headers[t]))})),i.signal&&(i.signal.addEventListener("abort",s),a.onreadystatechange=function(){4===a.readyState&&i.signal.removeEventListener("abort",s)}),a.send(void 0===i._bodyInit?null:i._bodyInit)}))}_.polyfill=!0,n.fetch||(n.fetch=_,n.Headers=d,n.Request=x,n.Response=E)}},r={};function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n](i,i.exports,e),i.exports}e.d=function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e(5666),e(1150),e(9712),e(7147),e(1391);e(9135)}();</script> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_It.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_It.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_BdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_BdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Lt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Lt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_LtIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_LtIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_ExBd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_ExBd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_ExBdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_ExBdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Md.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_MdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_MdIt.woff2" as="font" type="font/woff2" crossorigin> <script src="https://web.archive.org/web/20210414235559js_/https://static.files.bbci.co.uk/orbit/10414aae28f4875cb2010476487c1f07/js/api-forge-free.min.js"></script> <!-- navid Web Module: 0.2.0-52.8b3b1cb --> <!-- searchbox Web Module: 1 --> <!-- navpromo Web Module: 3.0.0-205.eff1262 --> <!-- cookiebanner Web Module: 0.0.2-606.36499ec --> <!-- useractivityhelper Web Module: 1.0.0-146.4f7dde1 --> <!-- reverb Web Module: 2.1.0 --> <!-- ads Web Module: 20210413-065212-304466153-4.25.4 --> <link rel="stylesheet" href="https://web.archive.org/web/20210414235559cs_/https://static.files.bbci.co.uk/account/id-cta/1.53.22/style/id-cta.css"/><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.53.22/style/ie8.css" rel="stylesheet"/> <![endif]--><script type="text/javascript">(function () {if (!window.require) {throw new Error('idcta: could not find require module');}if (typeof (map) == 'undefined') {var map = {};}if (!!document.createElementNS && !!document.createElementNS('http://www.w3.org/2000/svg', 'svg').createSVGRect) {document.documentElement.className += ' id-svg';}var ptrt = new RegExp("[\\?&]ptrt=([^&]*)").exec(document.location.href);var ENDPOINT_URL = 'https://web.archive.org/web/20210414235559/https://idcta.api.bbc.co.uk';var ENDPOINT_CONFIG = ('/idcta/config?callback=&ptrt=' + (ptrt ? ptrt[1] : encodeURIComponent(document.location.href))).replace(/\&amp;/g, '&');var ENDPOINT_TRANSLATIONS = '/idcta/translations?callback=';function hasPromise() {var P = window.Promise;var promiseToString = null;if (P) {try {promiseToString = Object.prototype.toString.call(P.resolve());} catch (e) {/*silently ignored*/}}return (promiseToString === '[object Promise]' && !P.cast);}if (hasPromise()) {define('idcta/es6-promise', function () {return window.Promise;});define('idcta-v2/es6-promise', function () {return window.Promise;});}map['idcta-v2'] = 'https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/account/id-cta/1.53.22/modules/idcta-v2';map['idcta-v2/config'] = ENDPOINT_URL + ENDPOINT_CONFIG;map['idcta-v2/translations'] = ENDPOINT_URL + ENDPOINT_TRANSLATIONS;map['idcta'] = 'https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/account/id-cta/1.53.22/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20210414235559/https://cdn.optimizely.com/public/4621041136/s/idcta_live';const idctaShim = {deps: ['idcta-v2/idcta-1'],};require({shim: {'idcta-v2/statusbar': idctaShim,'idcta-v2/id-config': idctaShim},map: {'*': {'idcta/idcta-1': 'idcta-v2/idcta-1','idcta': 'idcta-v2',}},paths: map});window.idctaBaseUrl = ENDPOINT_URL;define('idcta/config', ['idcta-v2/config'], function (data) { return data; });define('idcta/translations', ['idcta-v2/translations'], function (data) { return data; });})();</script> <script type="text/javascript"> // Globally available search context window.SEARCHBOX={"variant":"default","locale":"en","feature":"forge-free","navSearchboxStaticPrefix":"https://web.archive.org/web/20210414235559/https://nav.files.bbci.co.uk/searchbox/bbc53eebd8f030a2d2601ac636d8b82f/","searchboxAppStaticPrefix":"https://web.archive.org/web/20210414235559/https://nav.files.bbci.co.uk/searchbox/bbc53eebd8f030a2d2601ac636d8b82f/drawer","searchFormHtml":"<div tabindex=\"-1\"><div><section class=\"se-searchbox-panel\"><div class=\"se-g-wrap\"><div class=\"se-g-layout\"><div class=\"se-g-layout__item se-searchbox-title\" aria-hidden=\"true\">search</div><div class=\"se-g-layout__item se-searchbox\"><form accept-charset=\"utf-8\" id=\"searchboxDrawerForm\" method=\"get\" action=\"https://search.bbc.co.uk/search\"><label class=\"se-searchbox__input\" for=\"se-searchbox-input-field\"><span class=\"se-sr-only\">Search Term</span><div><input type=\"text\" name=\"q\" value=\"\" id=\"se-searchbox-input-field\" class=\"se-searchbox__input__field\" maxLength=\"100\" autoComplete=\"off\" autoCorrect=\"off\" autoCapitalize=\"off\" spellcheck=\"false\" tabindex=\"0\"/></div></label><input type=\"hidden\" name=\"scope\" value=\"\"/><button type=\"submit\" class=\"se-searchbox__submit\" tabindex=\"0\" data-bbc-container=\"se-searchbox-panel\" data-bbc-title=\"search-icon\" data-bbc-metadata=\"{&quot;PAR&quot;:&quot;form::1&quot;,&quot;CHD&quot;:&quot;button::1&quot;}\" data-bbc-personalisation=\"{&quot;QRY&quot;:&quot;&quot;}\">Search</button><button type=\"button\" class=\"se-searchbox__clear se-searchbox__clear--visible\" tabindex=\"0\" data-bbc-container=\"se-searchbox-panel\" data-bbc-title=\"clear-icon\" data-bbc-metadata=\"{&quot;PAR&quot;:&quot;form::1&quot;,&quot;CHD&quot;:&quot;button::2&quot;}\" data-bbc-personalisation=\"{&quot;QRY&quot;:&quot;&quot;}\">Close</button></form></div></div></div></section><div aria-live=\"polite\" aria-atomic=\"true\" class=\"se-suggestions-container\"><section class=\"se-g-wrap\"></section></div></div></div>","searchScopePlaceholder":"","searchScopeParam":"","searchScopeTemplate":"","searchPlaceholderWrapperStart":"","searchPlaceholderWrapperEnd":""}; window.SEARCHBOX.searchScope = SEARCHBOX.searchScopeTemplate.split('-')[0]; </script> <link rel="stylesheet" href="https://web.archive.org/web/20210414235559cs_/https://nav.files.bbci.co.uk/searchbox/bbc53eebd8f030a2d2601ac636d8b82f/css/main.css"> <!--[if IE 8]> <script type="text/javascript" src="https://nav.files.bbci.co.uk/searchbox/bbc53eebd8f030a2d2601ac636d8b82f/script/html5shiv.min.js"></script> <script type="text/javascript">window['searchboxIEVersion'] = 8;</script> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/searchbox/bbc53eebd8f030a2d2601ac636d8b82f/css/ie8.css"> <![endif]--> <!--[if IE 9]> <script type="text/javascript">window['searchboxIEVersion'] = 9;</script> <![endif]--> <script src="https://web.archive.org/web/20210414235559js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-606.36499ec/cookie-banner/cookie-library.bundle.js"></script><script type="text/javascript">void 0!==window.define&&define("orb/cookies",function(){return window.bbccookies})</script> <script type="text/javascript">window.__detectview={clickManagementEnabled:false};</script> <script type="text/javascript">"use strict";!function(){window.__reverbStaticLocation="https://web.archive.org/web/20210414235559/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/",window.__smarttagVersion="5.27.0",window.__reverb={},window.__reverb.__reverbLoadedPromise=new Promise(function(e,i){window.__reverb.__resolveReverbLoaded=e,window.__reverb.__rejectReverbLoaded=i}),window.__reverb.__reverbTimeout=setTimeout(function(){window.__reverb.__rejectReverbLoaded()},5e3);var i=function(d,a){window.__reverb.__reverbLoadedPromise.then(function(e){if(d&&d.detail){var i=!!d.detail.item,t=d.detail.label,n=i?"viewability":d.detail.type,o=d.detail.elem,r=d.detail.originalEvent;d.detail.isClick&&(a=d.detail.isClick),e.userActionEvent(n,t,d.detail,o,r,a)}},function(){console.log("Reverb failed to load. Event not sent")})};document.addEventListener("bbc-user-event",function(e){i(e,!1)}),document.addEventListener("bbc-user-click",function(e){i(e,!0)}),document.addEventListener("bbc-page-updated",function(){window.__reverb.__reverbLoadedPromise.then(function(e){e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Reverb failed to load. Event not sent")})})}();</script><script type="text/javascript" src="https://web.archive.org/web/20210414235559js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-2.1.0.js" async></script> <script type="text/javascript">const adsDebug=/[?|&]ads-debug/.test(window.location.href);var bbcdotcomConfig={},bbcdotcomForgeAsync=!0,googletag=window.googletag||{};googletag.cmd=window.googletag.cmd||[],bbcdotcomScripts=[],tp=window.tp||[],_comscore=window._comscore||[];var bbcdotcom={test:/test/.test(window.location.hostname),adverts:{keyValues:{},breakpoints:{}},advert:{write:function(){},show:function(){},isActive:function(){return!1},layout:function(){return{reset:function(){}}}},config:{init:function(){},isAvailable:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.isAvailable.push(o):o(!1)})},isAdsEnabledAsync:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.adsEnabled.push(o):o(!1)})},isAnalyticsEnabledAsync:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.analyticsEnabled.push(o):o(!1)})},setSections:function(){},setAdsEnabled:function(){},setAnalyticsEnabled:function(){},setAssetPrefix:function(){},setFlagpoles:function(){},setVersion:function(){},setJsPrefix:function(){},setSwfPrefix:function(){},setCssPrefix:function(){},setConfig:function(){},getAssetPrefix:function(){},getJsPrefix:function(){},getSwfPrefix:function(){},getCssPrefix:function(){},isOptimizelyEnabled:function(){},isThirdPartyDisabled:function(){},isThirdPartyDisabledEU:function(){},setEU:function(){}},survey:{init:function(){return!1}},data:{},init:function(){},objects:function(o){return!1},locale:{set:function(){},get:function(){}},setAdKeyValue:function(){},utils:{addEvent:function(){},addHtmlTagClass:function(){},log:function(){}},addLoadEvent:function(){},resolves:{isAvailable:[],adsEnabled:[],analyticsEnabled:[]},resolvePromises:function(){if(bbcdotcom.resolves){for(var o=0;o<bbcdotcom.resolves.isAvailable.length;o++)bbcdotcom.resolves.isAvailable[o](!1);delete bbcdotcom.resolves}},flag:{a:!1,s:!1},asyncCmd:[],isSportApp:function(){var o=window.location.pathname;return void 0!==o&&-1!==o.indexOf(".app")&&0===o.indexOf("/sport")},init:function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.init(o)})},slotAsync:function(o,n,t,c){bbcdotcom.asyncCmd.push(function(){bbcdotcom.slotAsync(o,n,t,c)})}};bbcdotcom.adverts.slotAsync=function(o,n,t){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.slotAsync(o,n,t)})},bbcdotcom.config.isAdsEnabled=function(){var o=window.location.pathname;return void 0===o||0!==o.indexOf("/sport")||-1===o.indexOf(".app")},bbcdotcom.config.isActive=function(){var o=window.location.pathname;return void 0===o||0!==o.indexOf("/sport")||-1===o.indexOf(".app")},bbcdotcom.config.isAnalyticsEnabled=function(){return!0},bbcdotcom.registerAd=function(o,n,t){bbcdotcom.asyncCmd.push(function(){bbcdotcom.registerAd(o,n,t)})},bbcdotcom.setAdUnit=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.setAdUnit(o)})},bbcdotcom.adverts.adUnit={},bbcdotcom.adverts.adUnit.setUid=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.adUnit.setUid(o)})},bbcdotcom.setConfig=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.setConfig(o)})},bbcdotcom.setAdKeyValue=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.setAdKeyValue(o,n)})},bbcdotcom.getFeature=function(){return{isEnabled:function(){return!0}}},bbcdotcom.setAdKeyValue=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.keyValues.set(o,n)})},bbcdotcom.adverts.keyValues.set=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.keyValues.set(o,n)})},bbcdotcom.adverts.keyValues.unset=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.keyValues.unset(o)})},bbcdotcom.pubsub={},bbcdotcom.pubsub.on=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.pubsub.on(o,n)})},bbcdotcom.pubsub.off=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.pubsub.off(o,n)})},bbcdotcom.analytics={},bbcdotcom.analytics.page=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.analytics.page(o)})},bbcdotcom.av={emp:{adverts:""}},bbcdotcom.config.isContinuousPlayPage=function(){return!1},bbcdotcom.config.isSportApp=function(){var o=window.location.pathname;return void 0!==o&&-1!==o.indexOf(".app")&&0===o.indexOf("/sport")},bbcdotcom.adverts.breakpoints.setGroupStart=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.breakpoints.setGroupStart(o,n)})},"undefined"!=typeof require&&require({paths:{bbcdotcom:"https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210413-065212-304466153-4.25.4/script"}}),window.bbcdotcom&&bbcdotcom.isSportApp&&!bbcdotcom.isSportApp()&&window.bbcuser.isUKCombined().then(function(o){return o&&!adsDebug?(adsDebug&&console.log("UK location, not ads debug mode, don't load flags, don't load ads."),(o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},void o.resolvePromises()):void window.bbcuser.canSeeAdverts().then(function(o){if(!o&&!adsDebug)return adsDebug&&console.log("canSeeAdverts false, not ads debug mode, don't load ads."),(n=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},n.config.isActive=function(){return!1},n.config.isAnalyticsEnabled=function(){return!1},n.getFeature=function(){return{isEnabled:function(){return!1}}},void n.resolvePromises();var n=/test/.test(window.location.hostname)?"https://web.archive.org/web/20210414235559/https://gn-flagpoles.test.api.bbci.co.uk/gnlops":"https://web.archive.org/web/20210414235559/https://gn-flagpoles.api.bbci.co.uk/gnlops",e=new XMLHttpRequest;e.open("GET",n),e.onload=function(){var n,o,t=JSON.parse(e.responseText),c=window.bbcdotcom||{};c.flag.a="true"===t.adverts?1:0,c.flag.s="true"===t.analytics?1:0,c.flag.a||c.flag.s?(o=/test/.test(window.location.hostname)?"https://web.archive.org/web/20210414235559/https://gn-flagpoles.test.api.bbci.co.uk/bbcdotcom":"https://web.archive.org/web/20210414235559/https://gn-flagpoles.api.bbci.co.uk/bbcdotcom",(n=new XMLHttpRequest).open("GET",o),n.onload=function(){var c=JSON.parse(n.responseText),e=window.bbcdotcom||{};[{tp:"thirdPartyEEA"},{o:"outbrain"},{d:"adsense"},{asa:"adsportapp"},{l:"lotame"},{p:"platinum"},{g:"grapeshot"},{sh:"sherlock"},{pe:"permutive"},{si:"signin"},{sis:"signinSport"},{sin:"signinNews"},{siw:"signinWWHP"},{piano:"piano"},{fundingchoices_cmp:"fundingchoices_cmp"}].forEach(function(o,n){for(var t in o)e.flag[t]="true"===c[o[t]]?1:0}),e.data={ads:e.flag.a,stats:e.flag.s,statsProvider:"",country:""},function(){const o=document.createElement("link");o.href="https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210413-065212-304466153-4.25.4/style/bbcdotcom-async.css",o.rel="stylesheet",o.type="text/css",document.head.appendChild(o)}();var o=document.createElement("script"),t=document.head||document.getElementsByTagName("head")[0];o.type="text/javascript",o.async=!0,o.src="https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210413-065212-304466153-4.25.4/script/bbcdotcom.js",o.onload=function(){window.bbcuser.getCountry().then(function(o){e.data.country=o,e.assetPrefix="https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210413-065212-304466153-4.25.4/",bbcdotcomConfig={assetPrefix:"https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210413-065212-304466153-4.25.4/",staticVersion:"20210413-065212-304466153-4.25.4",staticPrefix:"https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210413-065212-304466153-4.25.4/"},e.config.init(bbcdotcomConfig,e.data,window.location,window.document),e.config.setAssetPrefix(bbcdotcomConfig.assetPrefix),e.config.setVersion(bbcdotcomConfig.staticVersion),e.config.setFlagpoles(e.flag);o=!!o&&-1!==["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IE","IT","LV","LT","LU","MT","NL","PL","PT","RO","SK","SI","ES","SE","IS","LI","NO","CH"].indexOf(o.toUpperCase());e.config.setEU(o);var n,o=function(o){var n=document.createElement("link"),t=document.head||document.getElementsByTagName("head")[0];n.href=o,n.rel="dns-prefetch",t.appendChild(n)};e.flag.s&&(o("//web.archive.org/web/20210414235559/https://secure-us.imrworldwide.com/"),o("//web.archive.org/web/20210414235559/https://me-cdn.effectivemeasure.net/")),e.flag.a&&(o("//web.archive.org/web/20210414235559/https://www.googletagservices.com/"),o("//web.archive.org/web/20210414235559/https://bbc.gscontxt.net/"),(o=document.createElement("meta")).setAttribute("name","google-site-verification"),o.setAttribute("content","auTeTTwSt_KBY_4iDoR00Lwb7-qzx1IgzJy6ztaWgEI"),t.appendChild(o)),(e.flag.s||e.flag.a)&&(e.config.isPermutiveEnabled()&&!e.config.isWorldService()&&(function(t){if(!t){t=t||{},(window.permutive=t).q=[],t.config={consentRequired:!0},t.config.projectId="e488cdb0-e7cb-4d91-9648-60d437d8e491",t.config.apiKey="1bb84885-9325-4fef-adda-a208032b2715",t.config.environment=t.config.environment||"production";for(var o=["addon","identify","track","trigger","query","segment","segments","ready","on","once","user","consent"],n=0;n<o.length;n++){var c=o[n];t[c]=function(n){return function(){var o=Array.prototype.slice.call(arguments,0);t.q.push({functionName:n,arguments:o})}}(c)}}}((document,window.permutive)),bbcdotcomScripts.push({src:"https://web.archive.org/web/20210414235559/https://cdn.permutive.com/e488cdb0-e7cb-4d91-9648-60d437d8e491-web.js"})),e.config.isGrapeshotEnabled()&&!e.config.isWorldService()&&(n=window.location.href.split("?")[0],bbcdotcomScripts.push({src:"https://web.archive.org/web/20210414235559/https://bbc.gscontxt.net/?url="+encodeURIComponent(n)})),bbcdotcomScripts.push({src:"https://web.archive.org/web/20210414235559/https://securepubads.g.doubleclick.net/tag/js/gpt.js"}),bbcdotcomScripts.forEach(function(o){var n=document.createElement("script");n.async=!1,o.id&&(n.id=o.id),n.src=o.src,t.appendChild(n)}),n="storyworks"===window.location.pathname.split("/")[1],window.bbcdotcom.config.isCmpEnabled()&&!n?(window.googlefc=window.googlefc||{},window.googlefc.callbackQueue=window.googlefc.callbackQueue||[],new Promise(function(t){window.googlefc.callbackQueue.push({CONSENT_DATA_READY:function(){window.__tcfapi("getTCData",2,function(o,n){n&&o.gdprApplies&&(window.bbcdotcom.consent={},window.bbcdotcom.gdprApplies=!0,window.bbcdotcom.consent.comscore=o.vendor.consents[77],window.bbcdotcom.consent.outbrain=o.vendor.consents[164],window.bbcdotcom.consent.permutive=o.vendor.consents[360]&&o.vendor.consents[361],window.bbcdotcom.consent.googleads=o.vendor.consents[755],window.bbcdotcom.consent.nielsen=o.vendor.consents[373]&&o.vendor.consents[812],t(!0)),t(!0)},[77,164,360,361,373,755,812])}})}).then(function(){for(window.bbcdotcom.consentChecked=!0;window.bbcdotcom.asyncCmd&&0<window.bbcdotcom.asyncCmd.length;)window.bbcdotcom.asyncCmd.shift()();for(;window.bbcdotcom.consentCmd&&0<window.bbcdotcom.consentCmd.length;){var o=window.bbcdotcom.consentCmd.shift(),n=!1;switch(o.vendor){case"GoogleAnalytics":n=!window.bbcdotcom.consent||window.bbcdotcom.consent.googleads;break;case"Comscore":n=!window.bbcdotcom.consent||window.bbcdotcom.consent.comscore;break;case"Pressboard":n=!window.bbcdotcom.config.isEU()||window.bbccookies&&bbccookies.readPolicy&&bbccookies.readPolicy("performance");break;default:n=!1}n&&o.cmd&&"function"==typeof o.cmd&&o.cmd()}}),function(){const o=document.createElement("script");o.type="text/javascript",o.async=!0,o.src="https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/ngas/vendor/fundingchoices/cmp.js",document.head.appendChild(o)}()):function(){for(;window.bbcdotcom.asyncCmd&&0<window.bbcdotcom.asyncCmd.length;)window.bbcdotcom.asyncCmd.shift()();for(;window.bbcdotcom.consentCmd&&0<window.bbcdotcom.consentCmd.length;){var o=window.bbcdotcom.consentCmd.shift();o.cmd&&"function"==typeof o.cmd&&o.cmd()}}()),window.adsDebug&&adsDebug&&console.log("bbcdotcom up and running...")})},t.appendChild(o)},n.onerror=function(){var o;(o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},o.resolvePromises()},n.send()):((o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},o.resolvePromises())},e.onerror=function(){var o;(o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},o.resolvePromises()},e.send()})});</script> <!--[if (gt IE 8) | (IEMobile)]><!--> <link href="https://web.archive.org/web/20210414235559cs_/https://gn-web-assets.api.bbc.com/wwhp/20210408-1643-99ba2017ec54f59c80c548ec21b55a49297f08c2/responsive/css/wwhp.min.css" rel="stylesheet"/> <!--<![endif]--> <!--[if (lt IE 9) & (!IEMobile)]> <link href="https://gn-web-assets.api.bbc.com/wwhp/20210408-1643-99ba2017ec54f59c80c548ec21b55a49297f08c2/responsive/css/old-ie.min.css" rel="stylesheet" /> <![endif]--> <script src="https://web.archive.org/web/20210414235559js_/https://gn-web-assets.api.bbc.com/wwhp/20210408-1643-99ba2017ec54f59c80c548ec21b55a49297f08c2/modules/vendor/bower/modernizr/modernizr.js"></script> <script> (function () { require.config({ baseUrl: 'https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/wwhp/20210408-1643-99ba2017ec54f59c80c548ec21b55a49297f08c2/modules', paths: { 'bump-3': 'https://web.archive.org/web/20210414235559/https://emp.bbci.co.uk/emp/bump-3/bump-3', 'domReady': 'vendor/require/domReady', 'jquery-1.9': 'vendor/jquery/jquery' }, map: { '*': { jquery: 'jquery-1.9' } }, shim: { 'vendor/bower/underscore/underscore': { exports: '_' }, 'vendor/bower/js-breakpoints/breakpoints': { exports: 'Breakpoints' }, 'vendor/bower/cookie-monster/cookie-monster': { exports: 'monster' } } }); // FIXME: Should be in ads.js, however some devices return ads before ads is able to register to event. if (window.bbcdotcom && bbcdotcom.pubsub) { var stickyOptions = { "leaderboard": { "offset": { "from": ['.module--leaderboard'], "to": ['.module--promo', 'bottom'] }, "applyTo": "parent", "heightLimit": 150, //don't add sticky if ad is taller than this number "offsetType": "include", "parallax": false }, "mpu": { "offset": { "from": ['.content--block--modules section:first-child .module__content'], "to": ['.content--block--modules section:last-child', 'bottom'] }, "offsetType": "include", }, /* "mpu_bottom": { "offset": { "from": ['.module--editors-picks .runway--wrapper'], "to": ['.module--editors-picks .runway--wrapper', 'bottom'] }, "offsetType": "include" } */ }; bbcdotcom.pubsub.on('ad:done', function(id) { if(stickyOptions[id]) { bbcdotcom.stickyAdvert().add(id, document.getElementById('bbccom_'+id), stickyOptions[id]); } }); } if (window.bbcdotcom) { bbcdotcom.init({ adsToDisplay: ["parallax","leaderboard","native","mpu","platinum","infeed","module_feature-1","module_feature-2","mpu_bottom"] }); require(["domReady","compiled"], function (domReady) { domReady(function () { require(['app'], function (app) { app.init(window, { staticPrefix: 'https://web.archive.org/web/20210414235559/https://gn-web-assets.api.bbc.com/wwhp/20210408-1643-99ba2017ec54f59c80c548ec21b55a49297f08c2/', continuousPlayEnabled: true, counterName: 'home.page', producer: 'GNL_HOMEPAGE', destination: 'HOMEPAGE_GNL' }); }); }); }); } }()); </script> <script type="text/javascript"> var _sf_startpt = (new Date()).getTime(); var wwhpEdition = 'us'; var _sf_async_config = _sf_async_config || {}; _sf_async_config.uid = 50924; _sf_async_config.domain = "bbc.co.uk"; _sf_async_config.title = "Homepage"+(wwhpEdition !== '' ? ' - '+wwhpEdition : ''); _sf_async_config.sections = "Homepage"+(wwhpEdition !== '' ? ', Homepage - '+wwhpEdition : ''); _sf_async_config.region = wwhpEdition; _sf_async_config.path = "/"+(wwhpEdition !== '' ? '?'+wwhpEdition : ''); </script> <script type="text/javascript"> (function(){ /* set correct OptimizelyURL for prod or sandbox */ var optimizelyURL = "https://web.archive.org/web/20210414235559/https://cdn.optimizely.com/public/4621041136/s/bbccom_sandbox.js"; if(window.location.hostname === 'www.bbc.com') { optimizelyURL = "https://web.archive.org/web/20210414235559/https://cdn.optimizely.com/public/4621041136/s/bbccom_prod.js"; } /* Set cookie to 1 year */ window['optimizely'] = window['optimizely'] || []; window['optimizely'].push({ "type": "cookieExpiration", "cookieExpirationDays": 365 }); var script = document.createElement('script'); script.async = false; script.src = optimizelyURL; document.head.appendChild(script); })(); </script> <!-- WWVERTICAL-8597 bbc select only visible in US, use edition by default if bbcuser data not available --> <style> body.wwhp-edition-us .orb-nav-bbcselect { display: block; } </style> </head> <body class="wwhp-edition-us"> <div id="cookiePrompt"></div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20210414235559im_/https://a1.api.bbc.co.uk/hit.xiti?&amp;col=1&amp;from=p&amp;ptag=js&amp;s=598253&amp;p=home.page&amp;x2=[responsive]&amp;x3=[bbc_website]&amp;x4=[en]&amp;x7=[Index-home]&amp;x8=[reverb-2.1.0-nojs]&amp;x11=[HOMEPAGE_GNL]&amp;x12=[GNL_HOMEPAGE]" height="1" width="1" alt=""></p></noscript><div id="bbccom_interstitial_ad" class="bbccom_display_none"></div><div id="bbccom_interstitial" class="bbccom_display_none"></div><div id="bbccom_wallpaper_ad" class="bbccom_display_none"></div><div id="bbccom_wallpaper" class="bbccom_display_none"></div> <header id="orb-banner" role="banner" aria-label="BBC"><div id="orb-header" class="orb-nav-pri orb-nav-pri-white orb-nav-empty" dir="ltr"><div class="orb-nav-pri-container b-r b-g-p"><div class="orb-nav-section orb-nav-blocks"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/">Homepage</a></div><section><div class="orb-skip-links"><h2>Accessibility links</h2><ul><li><a href="#orb-modules">Skip to content</a></li><li><a id="orb-accessibility-help" href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li></ul></div></section><div id="mybbc-wrapper" class="orb-nav-section orb-nav-id orb-nav-focus orb-nav-id-default"> <div id="idcta-statusbar" class="orb-nav-section orb-nav-focus" data-bbc-container="id-cta" data-bbc-event-type="click" data-bbc-ignore-views="1" data-bbc-metadata="{&quot;id-cta-type&quot;: &quot;statusbar-orb&quot;}" data-bbc-source="responsive_web" data-bbc-title="id-cta-sign-in"><a id="idcta-link" href="https://web.archive.org/web/20210414235559/https://account.bbc.com/account"><span id="idcta-username">BBC Account</span></a></div><script type="text/javascript">require(['idcta/statusbar'], function (statusbar) {new statusbar.Statusbar({id: 'idcta-statusbar', publiclyCacheable: true});});</script><!-- Because we are now loading the notification bell CSS asynchronously, we need this inline style hack to ensure that the notification div is hidden by default, and shown only if and when the bell code is loaded from notification-ui --><a id="notification-link" class="js-notification-link animated three" href="#" style="display: none"><span class="hidden-span">Notifications</span><div class="notification-link--triangle"></div><div class="notification-link--triangle"></div><span id="not-num"></span></a> </div><nav role="navigation" aria-label="BBC" class="orb-nav"><div class="orb-nav-section orb-nav-links orb-nav-focus" id="orb-nav-links"><ul><li class="orb-nav-home"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/bbcthree">Three</a></li><li id="orb-nav-more" style="width: 88px" aria-controls="orb-panel-more"><a href="#orb-footer" data-alt="More" class="istats-notrack">Menu<span class="orb-icon orb-icon-arrow"></span></a></li></ul></div></nav><div class="orb-nav-section orb-nav-search"> <a class="orb-search__button" href="https://web.archive.org/web/20210414235559/https://search.bbc.co.uk/search" title="Search the BBC">Search</a><form class="b-f" id="orb-search-form" role="search" method="get" action="https://web.archive.org/web/20210414235559/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><label for="orb-search-q">Search the BBC</label><input id="orb-search-q" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" maxlength="100" name="q" placeholder="Search"><button id="orb-search-button" class="orb-search__button">Search the BBC</button><input type="hidden" name="suggid" id="orb-search-suggid"></div></form> </div></div><div id="orb-panels"></div></div></header> <!-- Styling hook for shared modules only --> <div id="orb-modules"> <!--[if lt IE 9]> <div class="browser-notify"> <p class="browser-notify__message">This site is optimised for modern web browsers, and does not fully support your version of Internet Explorer.</p> </div> <![endif]--> <h1 id="page-title">BBC Homepage</h1> <div id="page" role="main" class="content" data-wwhp-module="images, media"> <section class="module module--leaderboard module--highlight"> <div class="advert advert--leaderboard"><!-- BBCDOTCOM slot leaderboard --><div id="bbccom_leaderboard_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("leaderboard", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </section> <section class="module module--header" data-wwhp-module="header"> <h2 class="module__title">&nbsp;</h2> </section> <section class="module module--promo"> <div class="module__content"> <ul class="media-list"> <li class="media-list__item media-list__item--1"> <div class="media media--hero media--primary media--overlay block-link" data-bbc-container="hero" data-bbc-title="Officer charged over killing of black motorist" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/15225/production/_118056568_mediaitem118056567.jpg" data-alt="Kim Potter booking photo"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/15225/production/_118056568_mediaitem118056567.jpg" alt="Kim Potter booking photo"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56752821" rev="hero1|headline"> Officer charged over killing of black motorist </a> </h3> <p class="media__summary"> The officer who shot Daunte Wright in Minneapolis faces a charge of second-degree manslaughter. </p> <a class="media__tag tag tag--news" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="hero1|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56752821" rev="hero1|overlay" tabindex="-1" aria-hidden="true"> Officer charged over killing of black motorist </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media media--overlay block-link" data-bbc-container="hero" data-bbc-title="Biden: 'It's time to end America's longest war'" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/AB3B/production/_118053834_gettyimages-478294561.jpg" data-alt="American troops in Afghanistan"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/AB3B/production/_118053834_gettyimages-478294561.jpg" alt="American troops in Afghanistan"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56750439" rev="hero2|headline"> Biden: 'It's time to end America's longest war' </a> </h3> <a class="media__tag tag tag--us-canada-news" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="hero2|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56750439" rev="hero2|overlay" tabindex="-1" aria-hidden="true"> Biden: 'It's time to end America's longest war' </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--overlay block-link" data-bbc-container="hero" data-bbc-title="Hundreds test positive for Covid at Kumbh Mela" data-bbc-source="India" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/ACED/production/_117996244_3.jpg" data-alt="A devotee at Kumbh Mela"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/ACED/production/_117996244_3.jpg" alt="A devotee at Kumbh Mela"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-asia-india-56742231" rev="hero3|headline"> Hundreds test positive for Covid at Kumbh Mela </a> </h3> <a class="media__tag tag tag--asian-news" href="/web/20210414235559/https://www.bbc.com/news/world/asia/india" rev="hero3|source">India</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-asia-india-56742231" rev="hero3|overlay" tabindex="-1" aria-hidden="true"> Hundreds test positive for Covid at Kumbh Mela </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media media--overlay block-link" data-bbc-container="hero" data-bbc-title="The school that rules Britain" data-bbc-source="Culture" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::4&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/9d/k6/p09dk6hk.jpg" data-alt="Black and white image of Eton pupils in top hats"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/ibroadcast/images/live/p0/9d/k6/p09dk6hk.jpg" alt="Black and white image of Eton pupils in top hats"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/culture/article/20210413-the-school-that-rules-britain" rev="hero4|headline"> The school that rules Britain </a> </h3> <a class="media__tag tag tag--culture" href="https://web.archive.org/web/20210414235559/http://www.bbc.com/culture" rev="hero4|source">Culture</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/culture/article/20210413-the-school-that-rules-britain" rev="hero4|overlay" tabindex="-1" aria-hidden="true"> The school that rules Britain </a> </div> </li> <li class="media-list__item media-list__item--5"> <div class="media media--overlay block-link" data-bbc-container="hero" data-bbc-title="The noodle taking the world by storm" data-bbc-source="Travel" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::5&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/9c/k0/p09ck0ld.jpg" data-alt="Biang biang noodles are introducing many to cuisine from China's Shaanxi province"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/ibroadcast/images/live/p0/9c/k0/p09ck0ld.jpg" alt="Biang biang noodles are introducing many to cuisine from China's Shaanxi province"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/travel/story/20210413-the-chinese-noodle-dish-whose-name-doesnt-exist" rev="hero5|headline"> The noodle taking the world by storm </a> </h3> <a class="media__tag tag tag--travel" href="https://web.archive.org/web/20210414235559/http://www.bbc.com/travel" rev="hero5|source">Travel</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/travel/story/20210413-the-chinese-noodle-dish-whose-name-doesnt-exist" rev="hero5|overlay" tabindex="-1" aria-hidden="true"> The noodle taking the world by storm </a> </div> </li> </ul> </div> </section> <section class="module module--content-block"> <div class="module__content"> <div class="container module--compound"> <div class="module--column module--mpu"> <div class="runway--wrapper"> <div class="runway--mpu"> <div class="advert advert--mpu"><!-- BBCDOTCOM slot mpu --><div id="bbccom_mpu_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("mpu", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </div> </div> <div class="module--column"> <div class="content--block--modules"> <section class="module module--news module--collapse-images"> <h2 class="module__title"> <a class="module__title__link tag tag--news" href="/web/20210414235559/https://www.bbc.com/news" rev="news|header">News</a> </h2> <div class="module__content"> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="news" data-bbc-title="How can you mistake a gun for a Taser?" data-bbc-source="Reality Check" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/F3F3/production/_118015426_gun_tazer-v2-002.jpg" data-alt="Glock handgun and X26 Taser"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Glock handgun and X26 Taser"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/56734989" rev="news|headline"> How can you mistake a gun for a Taser? </a> </h3> <p class="media__summary"> Protests have been continuing over the death of Daunte Wright, who police say was shot in error. </p> <a class="media__tag tag tag--news" href="/web/20210414235559/https://www.bbc.com/news/reality_check" rev="news|source">Reality Check</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/56734989" rev="news|overlay" tabindex="-1" aria-hidden="true"> How can you mistake a gun for a Taser? </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="news" data-bbc-title="Afghan pullout could be risky for Biden" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/6CC4/production/_118044872_gettyimages-674791180.jpg" data-alt="A US soldier holds the national flag ahead of a handover ceremony at Leatherneck Camp in Lashkar Gah in the Afghan province of Helmand"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A US soldier holds the national flag ahead of a handover ceremony at Leatherneck Camp in Lashkar Gah in the Afghan province of Helmand"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56754387" rev="news|headline"> Afghan pullout could be risky for Biden </a> </h3> <p class="media__summary"> The political risk is minimal in the short-term but there could be problems on the horizon for Biden. </p> <a class="media__tag tag tag--news" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="news|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56754387" rev="news|overlay" tabindex="-1" aria-hidden="true"> Afghan pullout could be risky for Biden </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--icon block-link" data-bbc-container="news" data-bbc-title="'My mother's fertility doctor is my father'" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/17A4C/production/_118044869_p09dntpp.jpg" data-alt="Maia Emmons and Dr Paul B Jones"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Maia Emmons and Dr Paul B Jones"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56726000" rev="news|headline"> 'My mother's fertility doctor is my father' </a> </h3> <p class="media__summary"> When a DNA test revealed a decades-old family secret, Maia’s life was turned upside down. </p> <a class="media__tag tag tag--news" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="news|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56726000" rev="news|overlay" tabindex="-1" aria-hidden="true"> 'My mother's fertility doctor is my father' </a> </div> </li> </ul> </div> </section> <section class="module module--sport module--collapse-images"> <h2 class="module__title"> <a class="module__title__link tag tag--sport" href="/web/20210414235559/https://www.bbc.com/sport" rev="sport|header">Sport</a> </h2> <div class="module__content"> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="sport" data-bbc-title="Liverpool knocked out of Champions League by Real Madrid" data-bbc-source="European Football" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/2369/production/_118056090_gettyimages-1312521915.jpg" data-alt="Mo Salah"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Mo Salah"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/sport/football/56738030" rev="sport|headline"> Liverpool knocked out of Champions League by Real Madrid </a> </h3> <p class="media__summary"> Real Madrid's three first-leg goals are enough to knock Liverpool out of the Champions League after a goalless draw at Anfield. </p> <a class="media__tag tag tag--sport" href="/web/20210414235559/https://www.bbc.com/sport/football/european" rev="sport|source">European Football</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/sport/football/56738030" rev="sport|overlay" tabindex="-1" aria-hidden="true"> Liverpool knocked out of Champions League by Real Madrid </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="sport" data-bbc-title="Mahrez and Foden send Man City into last four" data-bbc-source="European Football" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/14632/production/_118060538_gettyimages-1232311130.jpg" data-alt="Manchester City players celebrate"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Manchester City players celebrate"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/sport/football/56736853" rev="sport|headline"> Mahrez and Foden send Man City into last four </a> </h3> <p class="media__summary"> Manchester City through to the semi-finals of the Champions League after sealing last-eight victory over Borussia Dortmund courtesy of a comeback win in Germany. </p> <a class="media__tag tag tag--sport" href="/web/20210414235559/https://www.bbc.com/sport/football/european" rev="sport|source">European Football</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/sport/football/56736853" rev="sport|overlay" tabindex="-1" aria-hidden="true"> Mahrez and Foden send Man City into last four </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="sport" data-bbc-title="Do Klopp's Liverpool face minor renewal or major overhaul?" data-bbc-source="Football" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/176A2/production/_118060959_gettyimages-1312531580-1.jpg" data-alt="Trent Alexander-Arnold"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Trent Alexander-Arnold"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/sport/football/56754785" rev="sport|headline"> Do Klopp's Liverpool face minor renewal or major overhaul? </a> </h3> <p class="media__summary"> A minor renewal or a major overhaul? Jurgen Klopp has some serious questions to consider as Liverpool look beyond this injury-disrupted season. </p> <a class="media__tag tag tag--sport" href="/web/20210414235559/https://www.bbc.com/sport/football" rev="sport|source">Football</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/sport/football/56754785" rev="sport|overlay" tabindex="-1" aria-hidden="true"> Do Klopp's Liverpool face minor renewal or major overhaul? </a> </div> </li> </ul> </div> </section> <!-- Error: (FeaturesAndEvents) Module does not have enough items (2/3) --> <section class="module module--weather" data-wwhp-module="weather"> <div class="weather--content"> <div class="weather"> <div class="weather--head"> <div class="weather--location"> <h2>London Weather</h2> <a class="weather--edit" role="link" href="#">Edit</a> </div> <form class="weather--form" action="/web/20210414235559/https://www.bbc.com/wwhp"> <div class="weather--form--search"> <input class="weather--form--input" placeholder="Enter city, town or region" name="location_term" autocomplete="off"> <button class="weather--form--submit" type="submit" value=""> <span class="icon icon--search"></span> </button> </div> </form> <p class="weather--error"></p> <ul class="weather--results"></ul> </div> <div class="weather--forecasts"> <ul class="weather--forecast--list"> <li class="forecast--1 forecast"> <a class="forecast--link" href="/web/20210414235559/https://www.bbc.com/weather/2643743?day=0" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20210414235559im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/0.gif" alt="Clear Sky"> <h3 class="forecast--day">Wed</h3> <p class="forecast--low">1&deg;C</p> </a> </li> <li class="forecast--2 forecast"> <a class="forecast--link" href="/web/20210414235559/https://www.bbc.com/weather/2643743?day=1" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20210414235559im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/10.gif" alt="Light Rain Showers"> <h3 class="forecast--day">Thu</h3> <p class="forecast--high">10&deg;C</p> <p class="forecast--low">2&deg;C</p> </a> </li> <li class="forecast--3 forecast"> <a class="forecast--link" href="/web/20210414235559/https://www.bbc.com/weather/2643743?day=2" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20210414235559im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/3.gif" alt="Sunny Intervals"> <h3 class="forecast--day">Fri</h3> <p class="forecast--high">11&deg;C</p> <p class="forecast--low">1&deg;C</p> </a> </li> <li class="forecast--4 forecast"> <a class="forecast--link" href="/web/20210414235559/https://www.bbc.com/weather/2643743?day=3" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20210414235559im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/3.gif" alt="Sunny Intervals"> <h3 class="forecast--day">Sat</h3> <p class="forecast--high">13&deg;C</p> <p class="forecast--low">3&deg;C</p> </a> </li> </ul> </div> </div> </div> </section> </div> </div> </div> </div> </section> <section class="module module--reel"> <div class="module__content"> <div> <a href="/web/20210414235559/https://www.bbc.com/reel" class="reel--link"> <div> <div class="reel--logos-container"> <div class="reel--reellogo-container"> <svg viewbox="0 0 52.7 15.8" class="reel--reellogo"> <path d="M2.8,9.7v6H0V0h5.4c2,0,3.6,0.4,4.7,1.3c1.1,0.8,1.6,2,1.6,3.6c0,1-0.3,1.9-0.8,2.7c-0.5,0.7-1.3,1.3-2.3,1.7 c0.7,1.1,1.4,2.1,2.1,3.2c0.7,1.1,1.3,2.2,2,3.3H9.5c-0.6-1-1.2-2-1.8-3c-0.6-1-1.2-2-1.8-3c-0.2,0-0.4,0-0.6,0H2.8z M2.8,2.2v5.3 h2.5c1.2,0,2.1-0.2,2.8-0.6c0.6-0.4,0.9-1.1,0.9-2c0-0.9-0.3-1.6-0.9-2C7.4,2.4,6.5,2.2,5.3,2.2H2.8z"/> <path d="M14.9,0h10.6v2.4h-7.7v4.1h6.9v2.4h-6.9v4.6h8.2v2.4h-11V0z"/> <path d="M28.5,0H39v2.4h-7.7v4.1h6.9v2.4h-6.9v4.6h8.2v2.4h-11V0z"/> <path d="M42.1,0h2.8v13.4h7.8v2.4H42.1V0z"/> </svg> </div> </div> <div class="reel--button-container"> <div class="reel--button"> <div class="reel--button-title">Visit Reel</div> <div class="reel--button-icon"> <svg width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="#BBB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <line x1="4" y1="12" x2="20" y2="12"/> <polyline points="14 6 20 12 14 18"/> </svg> </div> </div> </div> </div> </a> </div> <p>The most amazing videos from the BBC</p> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="reel" data-bbc-title="Why insects are the missing link in our food system" data-bbc-source="reel" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <a class="reel__link" href="/web/20210414235559/https://www.bbc.com/reel/video/p09djzvl/why-insects-are-the-missing-link-in-our-food-system"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/{width}/p09dprnj.jpg" data-alt="Why insects are the missing link in our food system"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Why insects are the missing link in our food system"/> </div> </div> </div> <div class="media__content"> <h3>Why insects are the missing link in our food system</h3> </div> </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="reel" data-bbc-title="Japan's ancient secret to better cognitive memory" data-bbc-source="reel" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <a class="reel__link" href="/web/20210414235559/https://www.bbc.com/reel/video/p09djyqj/the-ancient-tool-used-in-japan-to-boost-memory"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/{width}/p09dls9m.jpg" data-alt="Japan's ancient secret to better cognitive memory"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Japan's ancient secret to better cognitive memory"/> </div> </div> </div> <div class="media__content"> <h3>Japan's ancient secret to better cognitive memory</h3> </div> </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="reel" data-bbc-title="The mind-blowing wealth of the richest person to ever live" data-bbc-source="reel" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <a class="reel__link" href="/web/20210414235559/https://www.bbc.com/reel/video/p09dcbl0/the-richest-person-who-ever-lived"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/{width}/p09dmc3p.jpg" data-alt="The mind-blowing wealth of the richest person to ever live"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The mind-blowing wealth of the richest person to ever live"/> </div> </div> </div> <div class="media__content"> <h3>The mind-blowing wealth of the richest person to ever live</h3> </div> </a> </div> </li> </ul> </div> <div class="reel--background"> <div class="delayed-image-load-reel " data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/{width}/p08h02kk.jpg"></div> </div> </section> <div class="advert advert--platinum"><!-- BBCDOTCOM slot platinum --><div id="bbccom_platinum_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("platinum", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> <section class="module module--regional-news module--collapse-images"> <h2 class="module__title"> <a class="module__title__link tag tag--news" href="https://web.archive.org/web/20210414235559/http://www.bbc.com/news/world/us_and_canada" rev="regional-news|header">Canada</a> </h2> <div class="module__content"> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="regional-news" data-bbc-title="'You look hung-over!' When the public met the duke" data-bbc-source="UK" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/2B93/production/_117955111_philip2017.jpg" data-alt="Prince Philip at Sandringham"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Prince Philip at Sandringham"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/uk-56701890" rev="regional-news|headline"> 'You look hung-over!' When the public met the duke </a> </h3> <p class="media__summary"> From a Christmas morning at Sandringham, to a Canadian hotel, here are some of your Prince Philip stories </p> <a class="media__tag tag tag--uk" href="/web/20210414235559/https://www.bbc.com/news/uk" rev="regional-news|source">UK</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/uk-56701890" rev="regional-news|overlay" tabindex="-1" aria-hidden="true"> 'You look hung-over!' When the public met the duke </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="regional-news" data-bbc-title="Covid infections in Canada edge closer to US rate" data-bbc-source="Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/89ED/production/_117890353_gettyimages-1232113601.jpg" data-alt="Vaccine is being administered at the Downsview hockey arena in Toronto"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Vaccine is being administered at the Downsview hockey arena in Toronto"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-us-canada-56644466" rev="regional-news|headline"> Covid infections in Canada edge closer to US rate </a> </h3> <p class="media__summary"> A surge means cases per capita could soon surpass US levels for the first time in the pandemic </p> <a class="media__tag tag tag--canada" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="regional-news|source">Canada</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-us-canada-56644466" rev="regional-news|overlay" tabindex="-1" aria-hidden="true"> Covid infections in Canada edge closer to US rate </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="regional-news" data-bbc-title="Is Canada turning the corner with Covid?" data-bbc-source="Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/1184F/production/_117795717_vaccinetoronto.jpg" data-alt="Toronto"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Toronto"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-us-canada-56596250" rev="regional-news|headline"> Is Canada turning the corner with Covid? </a> </h3> <p class="media__summary"> Canada's lagging vaccine programme might be speeding up, but it's facing the fast spread of strains </p> <a class="media__tag tag tag--canada" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="regional-news|source">Canada</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-us-canada-56596250" rev="regional-news|overlay" tabindex="-1" aria-hidden="true"> Is Canada turning the corner with Covid? </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media block-link" data-bbc-container="regional-news" data-bbc-title="Germany limits use of AstraZeneca Covid jab" data-bbc-source="Europe" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::4&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/B6CB/production/_117759764_mediaitem117759763.jpg" data-alt="Medical personnel prepare AstraZeneca COVID-19 vaccine at the general practice of Doctor Claudia Schramm as the spread of the coronavirus disease (COVID-19) continues, in Maintal, Germany, March 24, 2021"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Medical personnel prepare AstraZeneca COVID-19 vaccine at the general practice of Doctor Claudia Schramm as the spread of the coronavirus disease (COVID-19) continues, in Maintal, Germany, March 24, 2021"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-europe-56580728" rev="regional-news|headline"> Germany limits use of AstraZeneca Covid jab </a> </h3> <p class="media__summary"> The vaccine maker stresses that regulators find the benefits of its Covid-19 shot outweigh the risks </p> <a class="media__tag tag tag--europe" href="/web/20210414235559/https://www.bbc.com/news/world/europe" rev="regional-news|source">Europe</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-europe-56580728" rev="regional-news|overlay" tabindex="-1" aria-hidden="true"> Germany limits use of AstraZeneca Covid jab </a> </div> </li> </ul> </div> </section> <section class="module module--collapse-images module--collapse-images module--highlight module--editors-picks"> <h2 class="module__title"> <span class="module__title__link tag tag--feature">Editor’s Picks</span> </h2> <div class="module__content"> <div class="container"> <div class="editors-picks "> <ul class="media-list media-list--fixed-height layout--featured"> <li class="media-list__item media-list__item--1"> <div class="media media--padded media--primary block-link" data-bbc-container="editors-picks" data-bbc-title="Taiwan's unique 'good-luck' snack" data-bbc-source="Worklife" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/width/790/p09dlcv3.jpg" data-alt="Why Taiwan's cash machines and copiers depend on coconut crisps"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Why Taiwan's cash machines and copiers depend on coconut crisps"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/worklife/article/20210414-the-good-luck-snack-that-makes-taiwans-technology-behave" rev="editors-picks|headline"> Taiwan's unique 'good-luck' snack </a> </h3> <p class="media__summary"> Why Taiwan's cash machines and copiers depend on coconut crisps </p> <a class="media__tag tag tag--worklife" href="https://web.archive.org/web/20210414235559/http://www.bbc.com/worklife" rev="editors-picks|source">Worklife</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/worklife/article/20210414-the-good-luck-snack-that-makes-taiwans-technology-behave" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Taiwan's unique 'good-luck' snack </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="The poorly understood power of seaweed" data-bbc-source="Future" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/width/790/p09dm6y0.jpg" data-alt="Seaweed could be farmed in an area six times the size of Australia"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Seaweed could be farmed in an area six times the size of Australia"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/future/article/20210406-how-kelp-can-help-solve-climate-change" rev="editors-picks|headline"> The poorly understood power of seaweed </a> </h3> <p class="media__summary"> Seaweed could be farmed in an area six times the size of Australia </p> <a class="media__tag tag tag--future" href="https://web.archive.org/web/20210414235559/http://www.bbc.com/future" rev="editors-picks|source">Future</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/future/article/20210406-how-kelp-can-help-solve-climate-change" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> The poorly understood power of seaweed </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="Canada's rising Inuit TikTok star" data-bbc-source="Travel" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/width/790/p09cxd9p.jpg" data-alt="What she is doing goes well beyond social media fame"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="What she is doing goes well beyond social media fame"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/travel/story/20210414-a-revival-of-indigenous-throat-singing" rev="editors-picks|headline"> Canada's rising Inuit TikTok star </a> </h3> <p class="media__summary"> What she is doing goes well beyond social media fame </p> <a class="media__tag tag tag--travel" href="https://web.archive.org/web/20210414235559/http://www.bbc.com/travel" rev="editors-picks|source">Travel</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/travel/story/20210414-a-revival-of-indigenous-throat-singing" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Canada's rising Inuit TikTok star </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="Has awards season fixed its racism?" data-bbc-source="Culture" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::4&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/width/790/p09dnksd.jpg" data-alt="How #OscarsSoWhite shook up the Academy – and awards season"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="How #OscarsSoWhite shook up the Academy – and awards season"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/culture/article/20210414-has-the-oscars-really-fixed-its-race-problem" rev="editors-picks|headline"> Has awards season fixed its racism? </a> </h3> <p class="media__summary"> How #OscarsSoWhite shook up the Academy – and awards season </p> <a class="media__tag tag tag--culture" href="https://web.archive.org/web/20210414235559/http://www.bbc.com/culture" rev="editors-picks|source">Culture</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/culture/article/20210414-has-the-oscars-really-fixed-its-race-problem" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Has awards season fixed its racism? </a> </div> </li> <li class="media-list__item media-list__item--5"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="Bachelor star Colton Underwood comes out as gay" data-bbc-source="US" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::5&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/11CE7/production/_118053927_mediaitem118053923.jpg" data-alt="Colton Underwood"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Colton Underwood"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-us-canada-56744898" rev="editors-picks|headline"> Bachelor star Colton Underwood comes out as gay </a> </h3> <p class="media__summary"> Colton Underwood rose to fame on the reality TV show, which sees a man select a wife </p> <a class="media__tag tag tag--us" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="editors-picks|source">US</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-us-canada-56744898" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Bachelor star Colton Underwood comes out as gay </a> </div> </li> <li class="media-list__item media-list__item--6"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="Clock stopped by Japan earthquake restarts decade on" data-bbc-source="Asia" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::6&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/114DB/production/_118057807_gettyimages-110166129.jpg" data-alt="An earthquake-struck temple in Miyagi, Japan"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="An earthquake-struck temple in Miyagi, Japan"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-asia-56752342" rev="editors-picks|headline"> Clock stopped by Japan earthquake restarts decade on </a> </h3> <p class="media__summary"> The 100-year-old temple clock has started ticking again after an aftershock hit the region </p> <a class="media__tag tag tag--asia" href="/web/20210414235559/https://www.bbc.com/news/world/asia" rev="editors-picks|source">Asia</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-asia-56752342" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Clock stopped by Japan earthquake restarts decade on </a> </div> </li> <li class="media-list__item media-list__item--7"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="Airport queues becoming 'untenable', says Heathrow" data-bbc-source="Business" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::7&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/0645/production/_118050610_gettyimages-1231099692.jpg" data-alt="Queues at Heathrow"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Queues at Heathrow"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-56743571" rev="editors-picks|headline"> Airport queues becoming 'untenable', says Heathrow </a> </h3> <p class="media__summary"> The airport says some travellers are facing waits of up to six hours </p> <a class="media__tag tag tag--business" href="/web/20210414235559/https://www.bbc.com/news/business" rev="editors-picks|source">Business</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-56743571" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Airport queues becoming 'untenable', says Heathrow </a> </div> </li> </ul> </div> <div class="most-popular"> <div class="top-list"> <h2 class="top-list__heading">Latest Business News</h2> <ul class="top-list__list"> <li class="top-list-item top-list-item__1 top-list-item--ranked top-list-item--odd" data-bbc-container="most-popular" data-bbc-title="Crypto trader Coinbase worth more than oil firm BP" data-bbc-source="Latest Business News" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <a class="top-list-item__link" href="/web/20210414235559/https://www.bbc.com/news/business-56750102" rev="most-popular|link"> <span class="top-list-item__bullet">1</span> <h3 class="top-list-item__headline">Crypto trader Coinbase worth more than oil firm BP</h3> </a> </li> <li class="top-list-item top-list-item__2 top-list-item--ranked top-list-item--even" data-bbc-container="most-popular" data-bbc-title="Disgraced financier Bernie Madoff dies in prison" data-bbc-source="Latest Business News" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <a class="top-list-item__link" href="/web/20210414235559/https://www.bbc.com/news/business-56750103" rev="most-popular|link"> <span class="top-list-item__bullet">2</span> <h3 class="top-list-item__headline">Disgraced financier Bernie Madoff dies in prison</h3> </a> </li> <li class="top-list-item top-list-item__3 top-list-item--ranked top-list-item--odd" data-bbc-container="most-popular" data-bbc-title="James Dyson says Brexit has given him 'freedom'" data-bbc-source="Latest Business News" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <a class="top-list-item__link" href="/web/20210414235559/https://www.bbc.com/news/business-56741000" rev="most-popular|link"> <span class="top-list-item__bullet">3</span> <h3 class="top-list-item__headline">James Dyson says Brexit has given him 'freedom'</h3> </a> </li> <li class="top-list-item top-list-item__4 top-list-item--ranked top-list-item--even" data-bbc-container="most-popular" data-bbc-title="Covid test firm cuts price amid criticism over cost" data-bbc-source="Latest Business News" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::4&quot; }"> <a class="top-list-item__link" href="/web/20210414235559/https://www.bbc.com/news/business-56743075" rev="most-popular|link"> <span class="top-list-item__bullet">4</span> <h3 class="top-list-item__headline">Covid test firm cuts price amid criticism over cost</h3> </a> </li> <li class="top-list-item top-list-item__5 top-list-item--ranked top-list-item--odd" data-bbc-container="most-popular" data-bbc-title="Tesco counts cost of Covid trading as profits drop" data-bbc-source="Latest Business News" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::5&quot; }"> <a class="top-list-item__link" href="/web/20210414235559/https://www.bbc.com/news/business-56742832" rev="most-popular|link"> <span class="top-list-item__bullet">5</span> <h3 class="top-list-item__headline">Tesco counts cost of Covid trading as profits drop</h3> </a> </li> </ul> </div> </div> <div class="advert advert--native"><!-- BBCDOTCOM slot native --><div id="bbccom_native_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("native", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </div> </section> <section class="module module--reel module--planet"> <div class="module__content"> <div> <a href="/web/20210414235559/https://www.bbc.com/future/future-planet" class="reel--link"> <div> <div class="reel--logos-container"> <span class="planet--title">Future Planet</span> </div> <div class="reel--button-container planet--button-container"> <div class="reel--button planet--button"> <div class="reel--button-title planet--button-title"></div> <div class="reel--button-icon planet--button-icon"> <svg width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="#BBB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <line x1="4" y1="12" x2="20" y2="12"/> <polyline points="14 6 20 12 14 18"/> </svg> </div> </div> </div> </div> </a> </div> <p>Solutions for a sustainable world</p> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="future-planet" data-bbc-title="A sustainable alternative to jet fuel" data-bbc-source="future" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <a class="reel__link" href="/web/20210414235559/https://www.bbc.com/future/article/20210401-the-worlds-first-commercial-hydrogen-plane"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/{width}/p09cywzj.jpg" data-alt="A sustainable alternative to jet fuel"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A sustainable alternative to jet fuel"/> </div> </div> </div> <div class="media__content"> <h3>A sustainable alternative to jet fuel</h3> </div> </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="future-planet" data-bbc-title="The wild weed that travelled the world" data-bbc-source="future" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <a class="reel__link" href="/web/20210414235559/https://www.bbc.com/future/article/20210329-the-humble-beetle-that-could-rescue-a-town"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/{width}/p09c4gx3.jpg" data-alt="The wild weed that travelled the world"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The wild weed that travelled the world"/> </div> </div> </div> <div class="media__content"> <h3>The wild weed that travelled the world</h3> </div> </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="future-planet" data-bbc-title="The people releasing cats in Australia" data-bbc-source="future" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <a class="reel__link" href="/web/20210414235559/https://www.bbc.com/future/article/20210324-assisting-evolution-how-much-should-we-help-species-adapt"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/{width}/p09bt2jz.jpg" data-alt="The people releasing cats in Australia"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The people releasing cats in Australia"/> </div> </div> </div> <div class="media__content"> <h3>The people releasing cats in Australia</h3> </div> </a> </div> </li> </ul> </div> <div class="reel--background"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20210414235559oe_/https://ychef.files.bbci.co.uk/976x549/p0836dcl.jpg"></div> </div> </section> <section class="module module--collapse-images module--special-features module--primary-special-features"> <div class="module__content"> <ul class="features"> <li class="feature feature--1"> <div class="feature__wrapper"> <h2 class="feature__title"> <a class="feature__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-12686570" rev="primary-special-features|header"> Global Education </a> </h2> <div class="feature__content"> <div class="media media--primary block-link" data-bbc-container="primary-special-features" data-bbc-title="'We have similarities that we forget about'" data-bbc-source="US" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/62BA/production/_117947252_massachusettswhereclarissakolivesandthatshometoexpensiveprivatecollegesincludingharvardmitandtuftsuniversityhasoneofthehighesteducationattainmentratesinthecountry..jpg" data-alt="Clarissa Ko on rollerblades"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Clarissa Ko on rollerblades"/></div></div> </div> <div class="media__content"> <a class="media__tag tag tag--us" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="primary-special-features|source">US</a> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-us-canada-56696508" rev="primary-special-features|headline"> 'We have similarities that we forget about' </a> </h3> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-us-canada-56696508" rev="primary-special-features|overlay" tabindex="-1" aria-hidden="true"> 'We have similarities that we forget about' </a> </div> </div> <div class="feature__ad"> <div class="advert advert--module_feature-1 advert--sponsor"><!-- BBCDOTCOM slot module_feature-1 --><div id="bbccom_module_feature-1_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("module_feature-1", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </div> </li> <li class="feature-ad"> <div class="feature__wrapper"> <h2 class="feature__title"> ADVERTISEMENT </h2> <div class="advert advert--infeed"><!-- BBCDOTCOM slot infeed --><div id="bbccom_infeed_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("infeed", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </li> <li class="feature feature--2"> <div class="feature__wrapper"> <h2 class="feature__title"> <a class="feature__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-11428889" rev="primary-special-features|header"> Technology of Business </a> </h2> <div class="feature__content"> <div class="media media--primary block-link" data-bbc-container="primary-special-features" data-bbc-title="'I put those goggles on and just fell in love'" data-bbc-source="Business" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/05C2/production/_117747410_2xdrlallianzworldchampionjetfliesfpv-firstpersonviewatadrlrace.jpg" data-alt="Drone racer, Jordan Temkin or Jet"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Drone racer, Jordan Temkin or Jet"/></div></div> </div> <div class="media__content"> <a class="media__tag tag tag--business" href="/web/20210414235559/https://www.bbc.com/news/business" rev="primary-special-features|source">Business</a> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-56510653" rev="primary-special-features|headline"> 'I put those goggles on and just fell in love' </a> </h3> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-56510653" rev="primary-special-features|overlay" tabindex="-1" aria-hidden="true"> 'I put those goggles on and just fell in love' </a> </div> </div> <div class="feature__ad"> <div class="advert advert--module_feature-2 advert--sponsor"><!-- BBCDOTCOM slot module_feature-2 --><div id="bbccom_module_feature-2_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("module_feature-2", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </div> </li> </ul> </div> </section> <section class="module module--collapse-images module--video module--highlight"> <h2 class="module__title"> <span class="module__title__link tag tag--default">Featured video</span> </h2> <div class="module__content"> <div class="video video--noslick" id="video" data-wwhp-module="video"> <div class="video__player"> <div id="player" class="video__smp"></div> <div class="media media--primary media--overlay block-link--no-filter media--icon block-link" data-bbc-container="video" data-bbc-title="Islanders in UN climate fight as home 'eaten away'" data-bbc-source="Australia" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/815C/production/_118061133_yessie'skids.jpg" data-alt="Children standing on a beach"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Children standing on a beach"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-australia-56741961" rev="video|headline"> Islanders in UN climate fight as home 'eaten away' </a> </h3> <p class="media__summary"> The group claim Australia has breached their human rights by failing to act on climate change. </p> <a class="media__tag tag tag--videos" href="/web/20210414235559/https://www.bbc.com/news/world/australia" rev="video|source">Australia</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-australia-56741961" rev="video|overlay" tabindex="-1" aria-hidden="true"> Islanders in UN climate fight as home 'eaten away' </a> </div> </div> <div class="video__content"> <ul class="video__tabs"> <li class="video__tab"> <a class="video__tab__link" role="link" data-category="recommended" href="#"> Recommended </a> </li> <li class="video__tab"> <a class="video__tab__link" role="link" data-category="most-watched" href="#"> Most Watched </a> </li> <li class="video__tab"> <a class="video__tab__link" role="link" data-category="latest" href="#"> Latest </a> </li> </ul> <div class="video__viewport"> <ul class="video__items"> <li class="video__item video__item video__item--0 video__item--recommended" data-category="recommended" data-index="0" data-category-index="0" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;Islanders in UN climate fight as home 'eaten away'&quot;,&quot;url&quot;:&quot;\/news\/world-australia-56741961&quot;,&quot;summary&quot;:&quot;The group claim Australia has breached their human rights by failing to act on climate change.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/815C\/production\/_118061133_yessie'skids.jpg&quot;,&quot;imgalttext&quot;:&quot;Children standing on a beach&quot;,&quot;pid&quot;:&quot;p09d5bdb&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;Australia&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/australia&quot;,&quot;created&quot;:&quot;2021-04-14T15:01:02+00:00&quot;,&quot;updated&quot;:&quot;2021-04-14T23:01:31+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;sourceid&quot;:&quot;videos&quot;,&quot;itemtype&quot;:&quot;feed&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09d5bd8&quot;,&quot;duration&quot;:&quot;PT4M51S&quot;}"> <div class="media media--video media--horizontal media--primary media--icon block-link" data-bbc-container="video" data-bbc-title="Islanders in UN climate fight as home 'eaten away'" data-bbc-source="Australia" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/815C/production/_118061133_yessie'skids.jpg" data-alt="Children standing on a beach"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Children standing on a beach"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-australia-56741961" rev="video|headline"> Islanders in UN climate fight as home 'eaten... </a> </h3> <a class="media__tag tag tag--videos" href="/web/20210414235559/https://www.bbc.com/news/world/australia" rev="video|source">Australia</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-australia-56741961" rev="video|overlay" tabindex="-1" aria-hidden="true"> Islanders in UN climate fight as home 'eaten away' </a> </div> </li> <li class="video__item video__item video__item--1 video__item--recommended" data-category="recommended" data-index="1" data-category-index="1" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;'I could photograph space my entire life'&quot;,&quot;url&quot;:&quot;\/news\/uk-england-leicestershire-56537299&quot;,&quot;summary&quot;:&quot;A paediatrician describes how his love of space observation has grown during the lockdown.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/0F8D\/production\/_117718930_p09bx5k8.jpg&quot;,&quot;imgalttext&quot;:&quot;Syed Tahar&quot;,&quot;pid&quot;:&quot;p09bx3nk&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;Leicester&quot;,&quot;sourceurl&quot;:&quot;\/news\/england\/leicester&quot;,&quot;created&quot;:&quot;2021-04-06T23:05:32+00:00&quot;,&quot;updated&quot;:&quot;2021-04-06T23:05:32+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;sourceid&quot;:&quot;videos-must-see&quot;,&quot;itemtype&quot;:&quot;feed&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09bx3ng&quot;,&quot;duration&quot;:&quot;PT2M7S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="'I could photograph space my entire life'" data-bbc-source="Leicester" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/0F8D/production/_117718930_p09bx5k8.jpg" data-alt="Syed Tahar"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Syed Tahar"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/uk-england-leicestershire-56537299" rev="video|headline"> 'I could photograph space my entire life' </a> </h3> <a class="media__tag tag tag--videos-must-see" href="/web/20210414235559/https://www.bbc.com/news/england/leicester" rev="video|source">Leicester</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/uk-england-leicestershire-56537299" rev="video|overlay" tabindex="-1" aria-hidden="true"> 'I could photograph space my entire life' </a> </div> </li> <li class="video__item video__item video__item--2 video__item--recommended" data-category="recommended" data-index="2" data-category-index="2" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;'Why my mother hid her racial heritage'&quot;,&quot;url&quot;:&quot;\/news\/world-us-canada-56652064&quot;,&quot;summary&quot;:&quot;Gail Lukasik's life was turned upside down when she discovered her mother was mixed race but had 'passed' as white to escape racial segregation in the US.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/15743\/production\/_117857878_p09cvhhh.jpg&quot;,&quot;imgalttext&quot;:&quot;Gail and her mother, Alvera&quot;,&quot;pid&quot;:&quot;p09cv9f1&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;US &amp;amp; Canada&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/us_and_canada&quot;,&quot;created&quot;:&quot;2021-04-06T23:03:44+00:00&quot;,&quot;updated&quot;:&quot;2021-04-06T23:03:44+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;sourceid&quot;:&quot;videos-must-see&quot;,&quot;itemtype&quot;:&quot;feed&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09cv9dz&quot;,&quot;duration&quot;:&quot;PT3M24S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="'Why my mother hid her racial heritage'" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/15743/production/_117857878_p09cvhhh.jpg" data-alt="Gail and her mother, Alvera"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Gail and her mother, Alvera"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56652064" rev="video|headline"> 'Why my mother hid her racial heritage' </a> </h3> <a class="media__tag tag tag--videos-must-see" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56652064" rev="video|overlay" tabindex="-1" aria-hidden="true"> 'Why my mother hid her racial heritage' </a> </div> </li> <li class="video__item video__item video__item--3 video__item--recommended" data-category="recommended" data-index="3" data-category-index="3" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;Senegal: The HIV success story that\u2019s failing gay men&quot;,&quot;url&quot;:&quot;\/news\/world-africa-56751289&quot;,&quot;summary&quot;:&quot;Senegal has successfully reduced HIV but infection remains high among gay men.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/75A4\/production\/_118061103_p09dpt55.jpg&quot;,&quot;imgalttext&quot;:&quot;LGBT&quot;,&quot;pid&quot;:&quot;p09dprz9&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;Africa&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/africa&quot;,&quot;created&quot;:&quot;2021-04-14T23:01:53+00:00&quot;,&quot;updated&quot;:&quot;2021-04-14T23:01:53+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;sourceid&quot;:&quot;videos&quot;,&quot;itemtype&quot;:&quot;feed&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09dprz7&quot;,&quot;duration&quot;:&quot;PT4M&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Senegal: The HIV success story that’s failing gay men" data-bbc-source="Africa" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::4&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/75A4/production/_118061103_p09dpt55.jpg" data-alt="LGBT"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="LGBT"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-africa-56751289" rev="video|headline"> Senegal: The HIV success story that’s... </a> </h3> <a class="media__tag tag tag--videos" href="/web/20210414235559/https://www.bbc.com/news/world/africa" rev="video|source">Africa</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-africa-56751289" rev="video|overlay" tabindex="-1" aria-hidden="true"> Senegal: The HIV success story that’s failing gay men </a> </div> </li> <li class="video__item video__item video__item--4 video__item--recommended" data-category="recommended" data-index="4" data-category-index="4" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;'I won't pass Afghan war on to fifth president'&quot;,&quot;url&quot;:&quot;\/news\/world-us-canada-56754385&quot;,&quot;summary&quot;:&quot;President Biden announces the withdrawal of all US troops by 11 September.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/10366\/production\/_118060466_p09dpmym.jpg&quot;,&quot;imgalttext&quot;:&quot;President Biden announces the withdrawal of all US troops by 11 September.&quot;,&quot;pid&quot;:&quot;p09dpgrl&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;US &amp;amp; Canada&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/us_and_canada&quot;,&quot;created&quot;:&quot;2021-04-14T20:12:35+00:00&quot;,&quot;updated&quot;:&quot;2021-04-14T20:12:35+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;sourceid&quot;:&quot;videos&quot;,&quot;itemtype&quot;:&quot;feed&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09dpgrj&quot;,&quot;duration&quot;:&quot;PT1M35S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="'I won't pass Afghan war on to fifth president'" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::5&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/10366/production/_118060466_p09dpmym.jpg" data-alt="President Biden announces the withdrawal of all US troops by 11 September."><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="President Biden announces the withdrawal of all US troops by 11 September."/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56754385" rev="video|headline"> 'I won't pass Afghan war on to fifth... </a> </h3> <a class="media__tag tag tag--videos" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56754385" rev="video|overlay" tabindex="-1" aria-hidden="true"> 'I won't pass Afghan war on to fifth president' </a> </div> </li> <li class="video__item video__item video__item--5 video__item--most-watched" data-category="most-watched" data-index="5" data-category-index="0" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;title&quot;:&quot;Ready for the total solar eclipse?&quot;,&quot;url&quot;:&quot;\/news\/world-us-canada-40362067&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/5EBA\/production\/_96505242_p056l5st.jpg&quot;,&quot;pid&quot;:&quot;p056l52f&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;US &amp;amp; Canada&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/us_and_canada&quot;,&quot;summary&quot;:&quot;Nasa scientists are very excited about the eclipse happening in the United States later this summer.&quot;,&quot;imgalttext&quot;:&quot;Solar eclipse to cross North America&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p056l52c&quot;,&quot;duration&quot;:&quot;PT1M5S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Ready for the total solar eclipse?" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::6&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/5EBA/production/_96505242_p056l5st.jpg" data-alt="Solar eclipse to cross North America"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Solar eclipse to cross North America"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-40362067" rev="video|headline"> Ready for the total solar eclipse? </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-40362067" rev="video|overlay" tabindex="-1" aria-hidden="true"> Ready for the total solar eclipse? </a> </div> </li> <li class="video__item video__item video__item--6 video__item--most-watched" data-category="most-watched" data-index="6" data-category-index="1" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;title&quot;:&quot;Great Mosque of al-Nuri destroyed&quot;,&quot;url&quot;:&quot;\/news\/world-middle-east-40369547&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/B305\/production\/_96592854_p056mbh3.jpg&quot;,&quot;pid&quot;:&quot;p056n7yz&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;Middle East&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/middle_east&quot;,&quot;summary&quot;:&quot;Blast in Iraq destroys Great Mosque of al-Nuri according to Iraqi forces&quot;,&quot;imgalttext&quot;:&quot;Blast in Iraq destroys Great Mosque of al-Nuri according to Iraqi forces&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p056m7h5&quot;,&quot;duration&quot;:&quot;PT35S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Great Mosque of al-Nuri destroyed" data-bbc-source="Middle East" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::7&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/B305/production/_96592854_p056mbh3.jpg" data-alt="Blast in Iraq destroys Great Mosque of al-Nuri according to Iraqi forces"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Blast in Iraq destroys Great Mosque of al-Nuri according to Iraqi forces"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-middle-east-40369547" rev="video|headline"> Great Mosque of al-Nuri destroyed </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/world/middle_east" rev="video|source">Middle East</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-middle-east-40369547" rev="video|overlay" tabindex="-1" aria-hidden="true"> Great Mosque of al-Nuri destroyed </a> </div> </li> <li class="video__item video__item video__item--7 video__item--most-watched" data-category="most-watched" data-index="7" data-category-index="2" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;title&quot;:&quot;Video 'shows Mosul mosque's destruction'&quot;,&quot;url&quot;:&quot;\/news\/world-middle-east-40366136&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/4C2A\/production\/_96589491_p056m4gs.jpg&quot;,&quot;pid&quot;:&quot;p056lwqx&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;Middle East&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/middle_east&quot;,&quot;summary&quot;:&quot;A video purportedly shows the destruction of Mosul's Great Mosque of al-Nuri and its minaret.&quot;,&quot;imgalttext&quot;:&quot;File image of Mosul's Great Mosque of al-Nuri and video purportedly showing it being blown up on 21 June 2017&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p056lwqv&quot;,&quot;duration&quot;:&quot;PT7S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Video 'shows Mosul mosque's destruction'" data-bbc-source="Middle East" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::8&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/4C2A/production/_96589491_p056m4gs.jpg" data-alt="File image of Mosul's Great Mosque of al-Nuri and video purportedly showing it being blown up on 21 June 2017"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="File image of Mosul's Great Mosque of al-Nuri and video purportedly showing it being blown up on 21 June 2017"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-middle-east-40366136" rev="video|headline"> Video 'shows Mosul mosque's destruction' </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/world/middle_east" rev="video|source">Middle East</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-middle-east-40366136" rev="video|overlay" tabindex="-1" aria-hidden="true"> Video 'shows Mosul mosque's destruction' </a> </div> </li> <li class="video__item video__item video__item--8 video__item--most-watched" data-category="most-watched" data-index="8" data-category-index="3" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;title&quot;:&quot;The rise of the female fitness model&quot;,&quot;url&quot;:&quot;\/news\/uk-england-40058866&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/00D4\/production\/_96221200_p0541k0w.jpg&quot;,&quot;pid&quot;:&quot;p0541hdm&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;England&quot;,&quot;sourceurl&quot;:&quot;\/news\/england&quot;,&quot;summary&quot;:&quot;Why are more women taking up fitness modelling?&quot;,&quot;imgalttext&quot;:&quot;Adrienn Varga&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p0541hdg&quot;,&quot;duration&quot;:&quot;PT1M27S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="The rise of the female fitness model" data-bbc-source="England" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::9&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/00D4/production/_96221200_p0541k0w.jpg" data-alt="Adrienn Varga"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Adrienn Varga"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/uk-england-40058866" rev="video|headline"> The rise of the female fitness model </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/england" rev="video|source">England</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/uk-england-40058866" rev="video|overlay" tabindex="-1" aria-hidden="true"> The rise of the female fitness model </a> </div> </li> <li class="video__item video__item video__item--9 video__item--most-watched" data-category="most-watched" data-index="9" data-category-index="4" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;title&quot;:&quot;Car burglar caught with his pants down&quot;,&quot;url&quot;:&quot;\/news\/world-us-canada-40360953&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/13536\/production\/_96585197_p056l3n3.jpg&quot;,&quot;pid&quot;:&quot;p056l2v9&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;US &amp;amp; Canada&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/us_and_canada&quot;,&quot;summary&quot;:&quot;A Florida car burglar is literally caught with his pants down as a wardrobe malfunction sends him crashing to the floor during a hapless getaway.&quot;,&quot;imgalttext&quot;:&quot;Car thief&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p056l2v6&quot;,&quot;duration&quot;:&quot;PT45S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Car burglar caught with his pants down" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::10&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/13536/production/_96585197_p056l3n3.jpg" data-alt="Car thief"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Car thief"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-40360953" rev="video|headline"> Car burglar caught with his pants down </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-40360953" rev="video|overlay" tabindex="-1" aria-hidden="true"> Car burglar caught with his pants down </a> </div> </li> <li class="video__item video__item video__item--10 video__item--latest" data-category="latest" data-index="10" data-category-index="0" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;Daunte Wright: 'He was loved, he was ours'&quot;,&quot;url&quot;:&quot;\/news\/world-us-canada-56748826&quot;,&quot;summary&quot;:&quot;The family of Daunte Wright, who was shot by police on Sunday, gives an emotional news conference.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/0663\/production\/_118053610_p09dmx5h.jpg&quot;,&quot;imgalttext&quot;:&quot;Daunte Wright's aunt&quot;,&quot;pid&quot;:&quot;p09dms12&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;US &amp;amp; Canada&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/us_and_canada&quot;,&quot;created&quot;:&quot;2021-04-14T13:59:17+00:00&quot;,&quot;updated&quot;:&quot;2021-04-14T13:59:17+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;allowadvertising&quot;:false,&quot;clippid&quot;:&quot;p09dms0z&quot;,&quot;duration&quot;:&quot;PT1M57S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Daunte Wright: 'He was loved, he was ours'" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::11&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/0663/production/_118053610_p09dmx5h.jpg" data-alt="Daunte Wright's aunt"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Daunte Wright's aunt"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56748826" rev="video|headline"> Daunte Wright: 'He was loved, he was ours' </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56748826" rev="video|overlay" tabindex="-1" aria-hidden="true"> Daunte Wright: 'He was loved, he was ours' </a> </div> </li> <li class="video__item video__item video__item--11 video__item--latest" data-category="latest" data-index="11" data-category-index="1" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;Volcano blankets island in layer of grey&quot;,&quot;url&quot;:&quot;\/news\/world-latin-america-56746228&quot;,&quot;summary&quot;:&quot;La Soufriere, on the island of St Vincent, has been erupting for the past five days.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/16246\/production\/_118049609_p09dm04f.jpg&quot;,&quot;imgalttext&quot;:&quot;Satellite shots of Richmond Vale, St Vincent&quot;,&quot;pid&quot;:&quot;p09dmfy2&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;Latin America &amp;amp; Caribbean&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/latin_america&quot;,&quot;created&quot;:&quot;2021-04-14T09:53:18+00:00&quot;,&quot;updated&quot;:&quot;2021-04-14T09:53:18+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09dlyf5&quot;,&quot;duration&quot;:&quot;PT43S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Volcano blankets island in layer of grey" data-bbc-source="Latin America &amp; Caribbean" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::12&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/16246/production/_118049609_p09dm04f.jpg" data-alt="Satellite shots of Richmond Vale, St Vincent"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Satellite shots of Richmond Vale, St Vincent"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-latin-america-56746228" rev="video|headline"> Volcano blankets island in layer of grey </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/world/latin_america" rev="video|source">Latin America &amp; Caribbean</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-latin-america-56746228" rev="video|overlay" tabindex="-1" aria-hidden="true"> Volcano blankets island in layer of grey </a> </div> </li> <li class="video__item video__item video__item--12 video__item--latest" data-category="latest" data-index="12" data-category-index="2" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;Covid vaccine: 'It feels like there's hope now'&quot;,&quot;url&quot;:&quot;\/news\/health-56748827&quot;,&quot;summary&quot;:&quot;More than 30 million people in the UK have had their first dose of the vaccine. Here's a glimpse of what it feels like to be fully vaccinated.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/1095\/production\/_118054240_p09dn2d7.jpg&quot;,&quot;imgalttext&quot;:&quot;Montage of vaccinated people&quot;,&quot;pid&quot;:&quot;p09dmwgv&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;Health&quot;,&quot;sourceurl&quot;:&quot;\/news\/health&quot;,&quot;created&quot;:&quot;2021-04-14T14:45:36+00:00&quot;,&quot;updated&quot;:&quot;2021-04-14T14:45:36+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09dmwgs&quot;,&quot;duration&quot;:&quot;PT2M5S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Covid vaccine: 'It feels like there's hope now'" data-bbc-source="Health" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::13&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/1095/production/_118054240_p09dn2d7.jpg" data-alt="Montage of vaccinated people"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Montage of vaccinated people"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/health-56748827" rev="video|headline"> Covid vaccine: 'It feels like there's hope... </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/health" rev="video|source">Health</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/health-56748827" rev="video|overlay" tabindex="-1" aria-hidden="true"> Covid vaccine: 'It feels like there's hope now' </a> </div> </li> <li class="video__item video__item video__item--13 video__item--latest" data-category="latest" data-index="13" data-category-index="3" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;'No say over my body'&quot;,&quot;url&quot;:&quot;\/news\/world-us-canada-56721141&quot;,&quot;summary&quot;:&quot;Dozens of women allege they faced invasive gynaecological procedures while being held at a US immigration detention centre.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/14514\/production\/_118002238_p09ddzyg.jpg&quot;,&quot;imgalttext&quot;:&quot;Wendy Dowe&quot;,&quot;pid&quot;:&quot;p09ddvpd&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;US &amp;amp; Canada&quot;,&quot;sourceurl&quot;:&quot;\/news\/world\/us_and_canada&quot;,&quot;created&quot;:&quot;2021-04-13T23:01:26+00:00&quot;,&quot;updated&quot;:&quot;2021-04-13T23:01:26+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09ddvpb&quot;,&quot;duration&quot;:&quot;PT7M43S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="'No say over my body'" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::14&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/14514/production/_118002238_p09ddzyg.jpg" data-alt="Wendy Dowe"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Wendy Dowe"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56721141" rev="video|headline"> 'No say over my body' </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56721141" rev="video|overlay" tabindex="-1" aria-hidden="true"> 'No say over my body' </a> </div> </li> <li class="video__item video__item video__item--14 video__item--latest" data-category="latest" data-index="14" data-category-index="4" data-video="{&quot;contenttype&quot;:&quot;video&quot;,&quot;num&quot;:&quot;10&quot;,&quot;type&quot;:&quot;MAP&quot;,&quot;title&quot;:&quot;Why these students enjoyed lockdown learning&quot;,&quot;url&quot;:&quot;\/news\/education-56737536&quot;,&quot;summary&quot;:&quot;Teenagers are due back in school next week but despite the challenges, some benefited from lockdown learning.&quot;,&quot;img&quot;:&quot;https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/1727C\/production\/_118044849_p09dkrk3.jpg&quot;,&quot;imgalttext&quot;:&quot;students&quot;,&quot;pid&quot;:&quot;p09dkn10&quot;,&quot;pidtype&quot;:&quot;Version&quot;,&quot;sourcename&quot;:&quot;Family &amp;amp; Education&quot;,&quot;sourceurl&quot;:&quot;\/news\/education&quot;,&quot;created&quot;:&quot;2021-04-13T23:01:24+00:00&quot;,&quot;updated&quot;:&quot;2021-04-13T23:01:24+00:00&quot;,&quot;origincode&quot;:&quot;cpsprodpb&quot;,&quot;gelicon&quot;:&quot;video&quot;,&quot;allowadvertising&quot;:true,&quot;clippid&quot;:&quot;p09dkn0y&quot;,&quot;duration&quot;:&quot;PT2M42S&quot;}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Why these students enjoyed lockdown learning" data-bbc-source="Family &amp; Education" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::15&quot; }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/1727C/production/_118044849_p09dkrk3.jpg" data-alt="students"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="students"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/education-56737536" rev="video|headline"> Why these students enjoyed lockdown learning </a> </h3> <a class="media__tag tag tag--" href="/web/20210414235559/https://www.bbc.com/news/education" rev="video|source">Family &amp; Education</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/education-56737536" rev="video|overlay" tabindex="-1" aria-hidden="true"> Why these students enjoyed lockdown learning </a> </div> </li> </ul> </div> </div> </div> </div> </section> <!-- Error: (null) Module not found or invalid --> <section class="module module--world-service"> <div class="module__content"> <div class="wsradio"> <h2 class="wsradio__title"> <a class="wsradio__title__link" href="https://web.archive.org/web/20210414235559/http://www.bbc.co.uk/worldserviceradio/" rev="world-service|header">BBC World Service </a> </h2> <div class="wsradio__content"> <i class="wsradio__icon icon icon--audio" aria-hidden="true"></i> <a class="wsradio__programme" href="https://web.archive.org/web/20210414235559/http://www.bbc.co.uk/programmes/p00fvhsf" rev="world-service|link"> <span class="wsradio__programme__onair">On Air:</span> <span class="wsradio__programme__title">The Documentary</span> </a> </div> </div> </div> </section> <div class="advert advert--parallax"><!-- BBCDOTCOM slot parallax --><div id="bbccom_parallax_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("parallax", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> <section class="module module--collapse-images module--highlight module--more-bbc"> <h2 class="module__title"> <span class="module__title__link tag tag--feature">More around the BBC</span> </h2> <div class="module__content"> <div class="container"> <div class="more-bbc "> <ul class="media-list media-list--fixed-height layout--featured"> <li class="media-list__item media-list__item--1"> <div class="media media--padded media--primary block-link" data-bbc-container="more-bbc" data-bbc-title="Denmark stops use of AstraZeneca vaccine" data-bbc-source="Europe" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/A086/production/_118049014_066723447-1.jpg" data-alt="Man given vaccine in Fredrikshavn, Jutland, on 12 April"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Man given vaccine in Fredrikshavn, Jutland, on 12 April"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-europe-56744474" rev="more-bbc|headline"> Denmark stops use of AstraZeneca vaccine </a> </h3> <p class="media__summary"> It is the first European country to fully withdraw the jab over possible links to rare blood clots. </p> <a class="media__tag tag tag--health" href="/web/20210414235559/https://www.bbc.com/news/world/europe" rev="more-bbc|source">Europe</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-europe-56744474" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Denmark stops use of AstraZeneca vaccine </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="Delaying climate meeting 'preferable to failure'" data-bbc-source="Science &amp; Environment" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/B2D5/production/_118018754_mediaitem102549172.jpg" data-alt="Scottish Event Campus"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Scottish Event Campus"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/science-environment-56738328" rev="more-bbc|headline"> Delaying climate meeting 'preferable to failure' </a> </h3> <a class="media__tag tag tag--science" href="/web/20210414235559/https://www.bbc.com/news/science_and_environment" rev="more-bbc|source">Science &amp; Environment</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/science-environment-56738328" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Delaying climate meeting 'preferable to failure' </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="MasterChef crowns winner after Philip death delay" data-bbc-source="Entertainment &amp; Arts" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/13AED/production/_118012608_22294688-high_res-masterchef-s17-003.jpg" data-alt="BBC MasterChef finalists 2021"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="BBC MasterChef finalists 2021"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/entertainment-arts-56753806" rev="more-bbc|headline"> MasterChef crowns winner after Philip death delay </a> </h3> <a class="media__tag tag tag--entertainment" href="/web/20210414235559/https://www.bbc.com/news/entertainment_and_arts" rev="more-bbc|source">Entertainment &amp; Arts</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/entertainment-arts-56753806" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> MasterChef crowns winner after Philip death delay </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="Facebook faces investigation over data breach" data-bbc-source="Technology" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::4&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/03BA/production/_117845900_gettyimages-953543282.jpg" data-alt="Mark Zuckerberg gestures with arms open in front of a padlock symbol on stage during a privacy speech"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Mark Zuckerberg gestures with arms open in front of a padlock symbol on stage during a privacy speech"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/technology-56745734" rev="more-bbc|headline"> Facebook faces investigation over data breach </a> </h3> <a class="media__tag tag tag--technology" href="/web/20210414235559/https://www.bbc.com/news/technology" rev="more-bbc|source">Technology</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/technology-56745734" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Facebook faces investigation over data breach </a> </div> </li> <li class="media-list__item media-list__item--5"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="'We realised that by joining together we could make a difference'" data-bbc-source="Business" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::5&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/18321/production/_118050199_group1.jpg" data-alt="Angharad Underwood"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Angharad Underwood"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/news/business-56723182" rev="more-bbc|headline"> 'We realised that by joining together we could make a difference' </a> </h3> <a class="media__tag tag tag--business" href="https://web.archive.org/web/20210414235559/http://www.bbc.com/news/business/" rev="more-bbc|source">Business</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/news/business-56723182" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> 'We realised that by joining together we could make a difference' </a> </div> </li> <li class="media-list__item media-list__item--6"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="Countries pause use of Johnson &amp; Johnson vaccine" data-bbc-source="US &amp; Canada" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::6&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/16F02/production/_118045939_gettyimages-1231750169.jpg" data-alt="A pharmacist prepares doses of the Johnson and Johnson vaccine at a vaccination clinic in Boston, US on 4 March, 2021"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A pharmacist prepares doses of the Johnson and Johnson vaccine at a vaccination clinic in Boston, US on 4 March, 2021"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56733715" rev="more-bbc|headline"> Countries pause use of Johnson &amp; Johnson vaccine </a> </h3> <a class="media__tag tag tag--health" href="/web/20210414235559/https://www.bbc.com/news/world/us_and_canada" rev="more-bbc|source">US &amp; Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/world-us-canada-56733715" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Countries pause use of Johnson &amp; Johnson vaccine </a> </div> </li> <li class="media-list__item media-list__item--7"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="Sir Mick Jagger: 'Why I stopped writing my memoir'" data-bbc-source="Entertainment &amp; Arts" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::7&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/606C/production/_118048642_jagger_grohl.jpg" data-alt="Mick Jagger and Dave Grohl"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Mick Jagger and Dave Grohl"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/entertainment-arts-56734827" rev="more-bbc|headline"> Sir Mick Jagger: 'Why I stopped writing my memoir' </a> </h3> <a class="media__tag tag tag--entertainment" href="/web/20210414235559/https://www.bbc.com/news/entertainment_and_arts" rev="more-bbc|source">Entertainment &amp; Arts</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/entertainment-arts-56734827" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Sir Mick Jagger: 'Why I stopped writing my memoir' </a> </div> </li> </ul> </div> <div class="correspondent-headlines"> <div class="top-list"> <h2 class="top-list__heading"><span class="top-list__heading__intro">From Our </span>Correspondents</h2> <ul class="top-list__list"> <li class="top-list-item top-list-item__1 top-list-item--avatar top-list-item--odd"> <a class="top-list-item__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/health-56674796" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Rare blood clots - what you need to know" data-bbc-source="Smitha Mundasad" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/6c/8v/p06c8vh0.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Rare blood clots - what you need to know <span class="top-list-item__byline">By Smitha Mundasad</span> </h3> </a> </li> <li class="top-list-item top-list-item__2 top-list-item--avatar top-list-item--even"> <a class="top-list-item__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/technology-56668156" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="'I'm being used as a sex-baiting bot online'" data-bbc-source="Joe Tidy" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/93/sm/p093smwr.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> 'I'm being used as a sex-baiting bot online' <span class="top-list-item__byline">By Joe Tidy</span> </h3> </a> </li> <li class="top-list-item top-list-item__3 top-list-item--avatar top-list-item--odd"> <a class="top-list-item__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/world-asia-56741106" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Afghans face pivotal moment as US 'closes the book'" data-bbc-source="Lyse Doucet" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/2x/05/p02x05nn.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Afghans face pivotal moment as US 'closes the book' <span class="top-list-item__byline">By Lyse Doucet</span> </h3> </a> </li> <li class="top-list-item top-list-item__4 top-list-item--avatar top-list-item--even"> <a class="top-list-item__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/technology-56718046" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Estate agent's hi-tech house tour exposes data" data-bbc-source="Zoe Kleinman" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::4&quot; }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/7z/nr/p07znrkz.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Estate agent's hi-tech house tour exposes data <span class="top-list-item__byline">By Zoe Kleinman</span> </h3> </a> </li> <li class="top-list-item top-list-item__5 top-list-item--avatar top-list-item--odd"> <a class="top-list-item__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/science-environment-56731502" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Commercial satellites dock high above Earth" data-bbc-source="Jonathan Amos" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::5&quot; }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/2x/w2/p02xw2hl.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Commercial satellites dock high above Earth <span class="top-list-item__byline">By Jonathan Amos</span> </h3> </a> </li> <li class="top-list-item top-list-item__6 top-list-item--avatar top-list-item--even"> <a class="top-list-item__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/uk-politics-56726563" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Review into Cameron lobbying may change little" data-bbc-source="Laura Kuenssberg" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::6&quot; }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/3y/k1/p03yk16f.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Review into Cameron lobbying may change little <span class="top-list-item__byline">By Laura Kuenssberg</span> </h3> </a> </li> <li class="top-list-item top-list-item__7 top-list-item--avatar top-list-item--odd"> <a class="top-list-item__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/uk-scotland-scotland-business-56714720" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Brewdog reveals plans for 'beer hotel' in Edinburgh" data-bbc-source="Douglas Fraser" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::7&quot; }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/6j/0b/p06j0bb3.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Brewdog reveals plans for 'beer hotel' in Edinburgh <span class="top-list-item__byline">By Douglas Fraser</span> </h3> </a> </li> <li class="top-list-item top-list-item__8 top-list-item--avatar top-list-item--even"> <a class="top-list-item__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/science-environment-56678669" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Electric trucks 'can compete with diesel ones'" data-bbc-source="Matt McGrath" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::8&quot; }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/3r/tz/p03rtz5h.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Electric trucks 'can compete with diesel ones' <span class="top-list-item__byline">By Matt McGrath</span> </h3> </a> </li> </ul> </div> </div> </div> </div> </section> <section class="module module--collapse-images module--special-features module--secondary-special-features"> <div class="module__content"> <ul class="features"> <li class="feature feature--1"> <div class="feature__wrapper"> <h2 class="feature__title"> <a class="feature__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-45489065" rev="secondary-special-features|header"> New Tech Economy </a> </h2> <div class="feature__content"> <div class="media media--overlay media--primary block-link" data-bbc-container="secondary-special-features" data-bbc-title="Are pay-by-the-minute booths the future of work?" data-bbc-source="Business" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/51AC/production/_117880902_booth_12.jpg" data-alt="Switch booths in Singapore"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Switch booths in Singapore"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-56492376" rev="secondary-special-features|headline"> Are pay-by-the-minute booths the future of work? </a> </h3> <a class="media__tag tag tag--business" href="/web/20210414235559/https://www.bbc.com/news/business" rev="secondary-special-features|source">Business</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbc.com/news/business-56492376" rev="secondary-special-features|overlay" tabindex="-1" aria-hidden="true"> Are pay-by-the-minute booths the future of work? </a> </div> </div> </div> </li> <li class="feature-ad"> <div class="advert advert--mpu_bottom"><!-- BBCDOTCOM slot mpu_bottom --><div id="bbccom_mpu_bottom_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("mpu_bottom", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </li> <li class="feature feature--2"> <div class="feature__wrapper"> <h2 class="feature__title"> <a class="feature__link" href="https://web.archive.org/web/20210414235559/https://www.bbcselect.com/" rev="secondary-special-features|header"> BBC Select </a> </h2> <div class="feature__content"> <div class="media media--overlay media--primary block-link" data-bbc-container="secondary-special-features" data-bbc-title="The woman who painted the Last Supper" data-bbc-source="Now Showing" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/9d/4b/p09d4bwl.jpg" data-alt="work of art"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="work of art"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210414235559/https://www.bbcselect.com/the-story-of-women-and-art/" rev="secondary-special-features|headline"> The woman who painted the Last Supper </a> </h3> <a class="media__tag tag tag--now-showing" href="https://web.archive.org/web/20210414235559/https://www.bbcselect.com/now-showing/" rev="secondary-special-features|source">Now Showing</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210414235559/https://www.bbcselect.com/the-story-of-women-and-art/" rev="secondary-special-features|overlay" tabindex="-1" aria-hidden="true"> The woman who painted the Last Supper </a> </div> </div> </div> </li> </ul> </div> </section> <section class="module module--world-in-pictures module--highlight"> <div class="module__title__container"> <div class="module__ad"> </div> <h2 class="module__title"> <a class="module__title__link tag tag--feature" href="/web/20210414235559/https://www.bbc.com/news/in_pictures" rev="world-in-pictures|header">World in pictures</a> </h2> </div> <div class="module__content"> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media media--padded media--primary media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="In pictures: Ramadan begins around the world" data-bbc-source="In Pictures" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::1&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/142BD/production/_118012628_gettyimages-1232279265.jpg" data-alt="A man prays whilst wearing a face mask"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/142BD/production/_118012628_gettyimages-1232279265.jpg" alt="A man prays whilst wearing a face mask"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/in-pictures-56730938" rev="world-in-pictures1|headline"> In pictures: Ramadan begins around the world </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210414235559/https://www.bbc.com/news/in_pictures" rev="world-in-pictures1|source">In Pictures</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/in-pictures-56730938" rev="world-in-pictures1|overlay" tabindex="-1" aria-hidden="true"> In pictures: Ramadan begins around the world </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media media--padded media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="Shoppers and gym-goers enjoy lockdown easing" data-bbc-source="In Pictures" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::2&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/9C35/production/_117998993_gettyimages-1232261958.jpg" data-alt="A woman lifts a weight whilst smiling at herself in the mirror"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/9C35/production/_117998993_gettyimages-1232261958.jpg" alt="A woman lifts a weight whilst smiling at herself in the mirror"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/in-pictures-56716598" rev="world-in-pictures2|headline"> Shoppers and gym-goers enjoy lockdown easing </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210414235559/https://www.bbc.com/news/in_pictures" rev="world-in-pictures2|source">In Pictures</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/in-pictures-56716598" rev="world-in-pictures2|overlay" tabindex="-1" aria-hidden="true"> Shoppers and gym-goers enjoy lockdown easing </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--padded media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="'I'm very happy to have my hairdresser back'" data-bbc-source="Essex" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::3&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/E092/production/_118009475_betty.jpg" data-alt="Betty Peacock"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/E092/production/_118009475_betty.jpg" alt="Betty Peacock"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/uk-england-essex-56717757" rev="world-in-pictures3|headline"> 'I'm very happy to have my hairdresser back' </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210414235559/https://www.bbc.com/news/england/essex" rev="world-in-pictures3|source">Essex</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/uk-england-essex-56717757" rev="world-in-pictures3|overlay" tabindex="-1" aria-hidden="true"> 'I'm very happy to have my hairdresser back' </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media media--padded media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="Freight train driver wins photography award" data-bbc-source="Scotland" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::4&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/15D6A/production/_117905498_arran.jpg" data-alt="Arran"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/15D6A/production/_117905498_arran.jpg" alt="Arran"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/uk-scotland-56688163" rev="world-in-pictures4|headline"> Freight train driver wins photography award </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210414235559/https://www.bbc.com/news/scotland" rev="world-in-pictures4|source">Scotland</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/uk-scotland-56688163" rev="world-in-pictures4|overlay" tabindex="-1" aria-hidden="true"> Freight train driver wins photography award </a> </div> </li> <li class="media-list__item media-list__item--5"> <div class="media media--padded media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="Prince Philip - gun salutes and more tributes" data-bbc-source="In Pictures" data-bbc-metadata="{&quot;CHD&quot;: &quot;card::5&quot; }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20210414235559oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/1666B/production/_117955719_gettyimages-1232214498.jpg" data-alt="Mourners lay flowers outside Buckingham Palace following the announcement of the death of The Prince Phillip, Duke of Edinburgh"><img src="https://web.archive.org/web/20210414235559im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/1666B/production/_117955719_gettyimages-1232214498.jpg" alt="Mourners lay flowers outside Buckingham Palace following the announcement of the death of The Prince Phillip, Duke of Edinburgh"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210414235559/https://www.bbc.com/news/in-pictures-56700587" rev="world-in-pictures5|headline"> Prince Philip - gun salutes and more tributes </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210414235559/https://www.bbc.com/news/in_pictures" rev="world-in-pictures5|source">In Pictures</a> </div> <a class="block-link__overlay-link" href="/web/20210414235559/https://www.bbc.com/news/in-pictures-56700587" rev="world-in-pictures5|overlay" tabindex="-1" aria-hidden="true"> Prince Philip - gun salutes and more tributes </a> </div> </li> </ul> </div> </section> <section class="module module--highlight module--languages"> <h2 class="module__title"> <a class="module__title__link" href="/web/20210414235559/https://www.bbc.com/worldserviceradio" rev="languages|header">BBC in other languages</a> </h2> <div class="module__content"> <div class="ws"> <div class="ws-headlines"> <ul class="ws-headlines__list"> <li class="ws-headline ws-headline--persian"> <h3 class="ws-headline__language"> <a class="ws-headline__language-link" title="Persian" href="/web/20210414235559/https://www.bbc.com/persian/" rev="languages|link"> Persian </a> </h3> <p class="ws-headline__title" dir="rtl"> <a class="ws-headline__title-link" title="بایدن: زمان آن رسیده تا طولانی‌ترین جنگ آمریکا پایان یابد" href="/web/20210414235559/https://www.bbc.com/persian/afghanistan-56749317" rev="languages|headline"> بایدن: زمان آن رسیده تا طولانی‌ترین جنگ آمریکا پایان یابد </a> </p> </li> <li class="ws-headline ws-headline--spanish"> <h3 class="ws-headline__language"> <a class="ws-headline__language-link" title="Spanish" href="/web/20210414235559/https://www.bbc.com/mundo/" rev="languages|link"> Spanish </a> </h3> <p class="ws-headline__title" dir="ltr"> <a class="ws-headline__title-link" title="La 56ª Brigada de Asalto Aéreo, el temido batallón de élite que Rusia desplazó a Crimea" href="/web/20210414235559/https://www.bbc.com/mundo/noticias-internacional-56726915" rev="languages|headline"> La 56ª Brigada de Asalto Aéreo, el temido batallón de élite que Rusia desplazó a Crimea </a> </p> </li> <li class="ws-headline ws-headline--urdu"> <h3 class="ws-headline__language"> <a class="ws-headline__language-link" title="Urdu" href="/web/20210414235559/https://www.bbc.com/urdu/" rev="languages|link"> Urdu </a> </h3> <p class="ws-headline__title" dir="rtl"> <a class="ws-headline__title-link" title="حکومتِ پاکستان کا پرتشدد احتجاج کے بعد تحریک لبیک پر پابندی لگانے کا اعلان" href="/web/20210414235559/https://www.bbc.com/urdu/pakistan-56686990" rev="languages|headline"> حکومتِ پاکستان کا پرتشدد احتجاج کے بعد تحریک لبیک پر پابندی لگانے کا اعلان </a> </p> </li> <li class="ws-headline ws-headline--vietnamese"> <h3 class="ws-headline__language"> <a class="ws-headline__language-link" title="Vietnamese" href="/web/20210414235559/https://www.bbc.com/vietnamese/" rev="languages|link"> Vietnamese </a> </h3> <p class="ws-headline__title" dir="ltr"> <a class="ws-headline__title-link" title="Joe Biden: Cần chấm dứt 'cuộc chiến dài nhất' của Mỹ ở Afghanistan" href="/web/20210414235559/https://www.bbc.com/vietnamese/world-56752331" rev="languages|headline"> Joe Biden: Cần chấm dứt 'cuộc chiến dài nhất' của Mỹ ở Afghanistan </a> </p> </li> </ul> </div> <div class="ws-languages"> <h2 class="ws-languages__title"> <a href="/web/20210414235559/https://www.bbc.com/ws/languages" class="ws-languages__link" rev="languages|header"> More Languages </a> </h2> <ul class="ws-languages__list"> <li class="ws-language ws-language--ar"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/arabic/" title="Arabic service" rev="languages|link"> <span class="ws-language__english">Arabic</span> <span class="ws-language__native"> عربي </span> </a> </li> <li class="ws-language ws-language--as"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/azeri/" title="Azeri service" rev="languages|link"> <span class="ws-language__english">Azeri</span> <span class="ws-language__native"> AZƏRBAYCAN </span> </a> </li> <li class="ws-language ws-language--bn"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/bengali/" title="Bangla service" rev="languages|link"> <span class="ws-language__english">Bangla</span> <span class="ws-language__native"> বাংলা </span> </a> </li> <li class="ws-language ws-language--my"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/burmese/" title="Burmese service" rev="languages|link"> <span class="ws-language__english">Burmese</span> <span class="ws-language__native"> မြန်မာ </span> </a> </li> <li class="ws-language ws-language--zh"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/zhongwen/simp/" title="Chinese service" rev="languages|link"> <span class="ws-language__english">Chinese</span> <span class="ws-language__native"> 中文网 </span> </a> </li> <li class="ws-language ws-language--fr"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/afrique/" title="French (for Africa) service" rev="languages|link"> <span class="ws-language__english">French</span> <span class="ws-language__native"> AFRIQUE </span> </a> </li> <li class="ws-language ws-language--ha"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/hausa/" title="Hausa service" rev="languages|link"> <span class="ws-language__english">Hausa</span> <span class="ws-language__native"> HAUSA </span> </a> </li> <li class="ws-language ws-language--hi"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/hindi/" title="Hindi service" rev="languages|link"> <span class="ws-language__english">Hindi</span> <span class="ws-language__native"> हिन्दी </span> </a> </li> <li class="ws-language ws-language--id"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/indonesia/" title="Indonesian service" rev="languages|link"> <span class="ws-language__english">Indonesian</span> <span class="ws-language__native"> INDONESIA </span> </a> </li> <li class="ws-language ws-language--jp"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/japanese/" title="Japanese service" rev="languages|link"> <span class="ws-language__english">Japanese</span> <span class="ws-language__native"> 日本語 </span> </a> </li> <li class="ws-language ws-language--rw"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/gahuza/" title="Kirundi service" rev="languages|link"> <span class="ws-language__english">Kinyarwanda</span> <span class="ws-language__native"> GAHUZA </span> </a> </li> <li class="ws-language ws-language--rn"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/gahuza/" title="Kirundi service" rev="languages|link"> <span class="ws-language__english">Kirundi</span> <span class="ws-language__native"> KIRUNDI </span> </a> </li> <li class="ws-language ws-language--ky"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/kyrgyz/" title="Kyrgyz service" rev="languages|link"> <span class="ws-language__english">Kyrgyz</span> <span class="ws-language__native"> Кыргыз </span> </a> </li> <li class="ws-language ws-language--mr"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/marathi/" title="Marathi service" rev="languages|link"> <span class="ws-language__english">Marathi</span> <span class="ws-language__native"> मराठी </span> </a> </li> <li class="ws-language ws-language--ne"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/nepali/" title="Nepali service" rev="languages|link"> <span class="ws-language__english">Nepali</span> <span class="ws-language__native"> नेपाली </span> </a> </li> <li class="ws-language ws-language--ps"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/pashto/" title="Pashto service" rev="languages|link"> <span class="ws-language__english">Pashto</span> <span class="ws-language__native"> پښتو </span> </a> </li> <li class="ws-language ws-language--fa"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/persian/" title="Persian service" rev="languages|link"> <span class="ws-language__english">Persian</span> <span class="ws-language__native"> فارسی </span> </a> </li> <li class="ws-language ws-language--pt-BR"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/portuguese/" title="Portuguese (for Brazil) service" rev="languages|link"> <span class="ws-language__english">Portuguese</span> <span class="ws-language__native"> BRASIL </span> </a> </li> <li class="ws-language ws-language--ru"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/russian/" title="Russian service" rev="languages|link"> <span class="ws-language__english">Russian</span> <span class="ws-language__native"> НА РУССКОМ </span> </a> </li> <li class="ws-language ws-language--si"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/sinhala/" title="Sinhala service" rev="languages|link"> <span class="ws-language__english">Sinhala</span> <span class="ws-language__native"> සිංහල </span> </a> </li> <li class="ws-language ws-language--so"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/somali/" title="Somali service" rev="languages|link"> <span class="ws-language__english">Somali</span> <span class="ws-language__native"> SOMALI </span> </a> </li> <li class="ws-language ws-language--es"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/mundo/" title="Spanish service" rev="languages|link"> <span class="ws-language__english">Spanish</span> <span class="ws-language__native"> MUNDO </span> </a> </li> <li class="ws-language ws-language--sw"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/swahili/" title="Swahili service" rev="languages|link"> <span class="ws-language__english">Swahili</span> <span class="ws-language__native"> SWAHILI </span> </a> </li> <li class="ws-language ws-language--ta"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/tamil/" title="Tamil service" rev="languages|link"> <span class="ws-language__english">Tamil</span> <span class="ws-language__native"> தமிழ் </span> </a> </li> <li class="ws-language ws-language--tr"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/turkce/" title="Turkish service" rev="languages|link"> <span class="ws-language__english">Turkish</span> <span class="ws-language__native"> TÜRKÇE </span> </a> </li> <li class="ws-language ws-language--uk"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/ukrainian/" title="Ukrainian service" rev="languages|link"> <span class="ws-language__english">Ukrainian</span> <span class="ws-language__native"> УКРАЇНСЬКA </span> </a> </li> <li class="ws-language ws-language--ur"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/urdu/" title="Urdu service" rev="languages|link"> <span class="ws-language__english">Urdu</span> <span class="ws-language__native"> اردو </span> </a> </li> <li class="ws-language ws-language--uz"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/uzbek/" title="Uzbek service" rev="languages|link"> <span class="ws-language__english">Uzbek</span> <span class="ws-language__native"> O'ZBEK </span> </a> </li> <li class="ws-language ws-language--vi"> <a class="ws-language__link" href="/web/20210414235559/https://www.bbc.com/vietnamese/" title="Vietnamese service" rev="languages|link"> <span class="ws-language__english">Vietnamese</span> <span class="ws-language__native"> TIẾNG VIỆT </span> </a> </li> </ul> </div> </div> </div> </section> </div> <!-- BBCCOM-9606: add bbc select to nav in US/CA --> <script type="text/javascript"> (function(){ function updateNavBar(){ var navEl = document.createElement("li"), aEl = document.createElement("a"), orbNav = document.querySelectorAll(".orb-panel-content ul")[0], orbNavWeather = document.querySelectorAll(".orb-panel-content .orb-nav-weather")[0]; navEl.setAttribute("class", "orb-nav-bbcselect orb-nav-hide"); aEl.setAttribute("href", "https://web.archive.org/web/20210414235559/https://www.bbcselect.com"); aEl.innerHTML = "BBC Select"; navEl.appendChild(aEl); try { if(typeof orbNav !== "undefined" && typeof orbNavWeather !== "undefined") { orbNav.insertBefore(navEl, orbNavWeather); if (window.bbcuser && window.bbcuser.getCountry && typeof (window.bbcuser.getCountry) === 'function') { window.bbcuser.getCountry().then(function (countryCode) { var isValid = countryCode && ['US', 'CA'].indexOf(countryCode.toUpperCase()) !== -1; /*if no countryCode return, we default to the edition css to show-hide */ if (countryCode && !isValid) { document.getElementsByClassName('orb-nav-bbcselect')[0].remove(); } if (countryCode && countryCode.toUpperCase() === 'CA') { aEl.setAttribute("href", "https://web.archive.org/web/20210414235559/https://www.bbcselect.com/ca/") } }); } clearInterval(window.isNavBarReadyInterval); } } catch(e) {} } window.isNavBarReadyInterval = setInterval(updateNavBar, 500); setTimeout(function (){ clearInterval(window.isNavBarReadyInterval); }, 5000); })(); </script> <script type="text/javascript"> (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement("script"); e.setAttribute("language", "javascript"); e.setAttribute("type", "text/javascript"); e.setAttribute('src', '//web.archive.org/web/20210414235559/https://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; }()); </script> </div> <script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/10414aae28f4875cb2010476487c1f07/" src="https://web.archive.org/web/20210414235559js_/https://static.files.bbci.co.uk/orbit/10414aae28f4875cb2010476487c1f07/js/orb.min.js"></script><div id="orb-footer" class="orb-footer" dir="ltr"> <div id="navp-orb-footer-promo"></div><script type="text/javascript">/*<![CDATA[*/ require(['orb/nav'], function(nav) { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { nav.loadJs('https://web.archive.org/web/20210414235559/https://static.files.bbci.co.uk/orbit/10414aae28f4875cb2010476487c1f07/js/edr.min.js'); } }); }); /*]]>*/</script> <aside role="complementary"><div id="orb-aside" class="orb-nav-sec b-r b-g-p"><div class="orb-footer-inner" role="navigation" aria-label="BBC"><h2 class="orb-footer-lead">Explore the BBC</h2><div class="orb-footer-primary-links"><ul><li class="orb-nav-home"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/bbcthree">Three</a></li></ul></div></div></div></aside><footer role="contentinfo"><div id="orb-contentinfo" class="orb-nav-sec b-r b-g-p"><script>window.orb.worldwideFooterlinks = '<li class="orb-footer-ads"><a href="https://web.archive.org/web/20210414235559/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.com/usingthebbc/cookies/how-does-the-bbc-use-cookies-for-advertising/">AdChoices / Do Not Sell My Info<' + '/a><' + '/li>';</script><div class="orb-footer-inner"><div><ul><li class="orb-footer-terms"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/bbcnewsletter">Get Personalised Newsletters</a></li></ul><small><em class="orb-hilight">Copyright &copy; 2021 BBC.</em> The BBC is not responsible for the content of external sites. <span class="orb-footer-links"><a href="https://web.archive.org/web/20210414235559/https://www.bbc.co.uk/editorialguidelines/guidance/feeds-and-links" class="orb-hilight">Read about our approach to external linking.</a></span></small></div></div></div></footer></div><script src="https://web.archive.org/web/20210414235559js_/https://static.files.bbci.co.uk/orbit/10414aae28f4875cb2010476487c1f07/js/nav.min.js"></script><script type="text/javascript" src="https://web.archive.org/web/20210414235559js_/https://static.files.bbci.co.uk/orbit/10414aae28f4875cb2010476487c1f07/js/redirect.bundle.js"></script> <script type="text/javascript">require.config({ paths: { "mybbc/templates": '//web.archive.org/web/20210414235559/https://mybbc.files.bbci.co.uk/notification-ui/4.3.4/templates', "mybbc/notifications": '//web.archive.org/web/20210414235559/https://mybbc.files.bbci.co.uk/notification-ui/4.3.4/js' } }); require(['mybbc/notifications/NotificationsMain', 'idcta/idcta-1'], function (NotificationsMain, idcta) { var loadNotifications = function (isUK) { if (isUK) { window.bbcpage.loadCSS('//web.archive.org/web/20210414235559/https://mybbc.files.bbci.co.uk/notification-ui/4.3.4/css/main.min.css').then(function() { NotificationsMain.run(idcta, '//web.archive.org/web/20210414235559/https://mybbc.files.bbci.co.uk/notification-ui/4.3.4/'); }); } }; window.bbcuser.isUKCombined().then(function(isUK) { loadNotifications(isUK); }); });</script> <script type="text/javascript">if (window.SEARCHBOX.locale) { require.config({ paths: { "search/searchbox": window.SEARCHBOX.searchboxAppStaticPrefix, } }); if (bbcuser && bbcuser.isUKCombined) { bbcuser.isUKCombined().then(function (isUK) { if (isUK) { require(['search/searchbox/searchboxDrawer'], function (SearchboxDrawer) { SearchboxDrawer.run(window.SEARCHBOX); }); } }); } }</script> <script type="text/javascript">require.config({ "paths": { "orb/async/_footerpromo": 'https://web.archive.org/web/20210414235559/https://nav.files.bbci.co.uk/navpromo/540f3f6dbf28b119bbe06e61544e3f22/js/async/_footerpromo' } }); (function() { document.addEventListener("DOMContentLoaded", function(event) { initialiseFooter(); }); var scrollCheckTimer; var didScroll; var previousPosition = 0; var delta = 5; var PROMO_SHOW_BREAKPOINT = 1500; var pageLength = 0; function getCookie(key) { if (!key) { return document.cookie; } return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent(key).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null; } function initialiseFooter() { // Suppress this feature on browsers we no longer test var myNav = navigator.userAgent.toLowerCase(); var oldIE = (myNav.indexOf('msie') !== -1) && parseInt(myNav.split('msie')[1], 10) <= 10; if (!oldIE) { var disabledByCookie = (parseInt(getCookie('ckns_nav_promofail')) || 0) >= 3; if (!disabledByCookie) { window.bbcpage.getLanguage().then(function(language) { if (language === 'en') { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { setUpLazyLoading(); } }); } }); } } } function setUpLazyLoading() { // offsetHeight is expensive to calculate, only do it once. pageLength = Math.abs(document.body.offsetHeight); if (pageLength < getViewportHeight() + 300 || pageLength - getCurrentPosition() < PROMO_SHOW_BREAKPOINT) { loadPromo(); } else { window.onscroll = function () { didScroll = true; }; scrollCheckTimer = setInterval(function () { if (didScroll) { hasScrolled(); didScroll = false; } }, 250); } } function loadPromo() { clearInterval(scrollCheckTimer); require(['orb/async/_footerpromo'], function(promo) { promo.init('https://web.archive.org/web/20210414235559/https://navpromo.api.bbci.co.uk', ''); }); } function getViewportHeight() { return window.innerHeight; } function getCurrentPosition() { return Math.abs(window.scrollY || document.body.scrollTop || document.documentElement.scrollTop); } function hasScrolled() { var currentPosition = getCurrentPosition(); if (Math.abs(previousPosition - currentPosition) <= delta) { return; } if (currentPosition > previousPosition) { if ((pageLength - currentPosition) <= PROMO_SHOW_BREAKPOINT) { loadPromo(); } } previousPosition = currentPosition; } })();</script> <script type="text/javascript">window.COOKIES_STATIC_HOST="https://web.archive.org/web/20210414235559/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-606.36499ec/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20210414235559js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-606.36499ec/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20210414235559js_/https://nav.files.bbci.co.uk//user-activity-helper/f7e48361cb84d52550abda98e59371e1/js/detectview.bundle.js" async=""></script><script type="text/javascript">"use strict";window.__reverb.__reverbLoadedPromise.then(function(e){return e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Failed to load reverb. No event sent")});</script><noscript><img src="https://web.archive.org/web/20210414235559im_/https://sb.scorecardresearch.com/p?c1=2&amp;c2=17986528&amp;cs_ucfr=0&amp;cv=2.0&amp;cj=1"></noscript> </body> </html> <!-- FILE ARCHIVED ON 23:55:59 Apr 14, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:36:54 Feb 21, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.545 exclusion.robots: 0.024 exclusion.robots.policy: 0.015 esindex: 0.009 cdx.remote: 23.761 LoadShardBlock: 406.72 (6) PetaboxLoader3.datanode: 200.049 (7) PetaboxLoader3.resolve: 274.201 (2) load_resource: 161.899 -->

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