CINXE.COM

Home - BBC Bitesize

<!DOCTYPE html><html lang="en-GB" class="b-header--white--black b-footer--transparent--dark-grey b-reith-sans-font"><head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_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="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/bitesize","20211026202602","https://web.archive.org/","web","/_static/", "1635279962"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>Home - BBC Bitesize</title> <meta property="og:title" content="Home - BBC Bitesize"> <meta name="description" content="Use BBC Bitesize to help with your homework, revision and learning. Find free videos, step-by-step guides, activities and quizzes by level and subject."> <meta property="og:description" content="Use BBC Bitesize to help with your homework, revision and learning. Find free videos, step-by-step guides, activities and quizzes by level and subject."> <meta property="og:site_name" content="BBC Bitesize"> <meta property="og:locale" content="en_GB"> <link rel="icon" href="https://web.archive.org/web/20211026202602im_/https://www.bbc.co.uk/favicon.ico"/><script> window.optimizely = window.optimizely || []; window.optimizely.push({"type": "cookieExpiration", "cookieExpirationDays": 365}); </script><script src="https://web.archive.org/web/20211026202602js_/https://cdn.optimizely.com/public/4621041136/s/bitesize_prod.js"></script> <script> window.orb_fig_blocking = false window.bbcredirection = { geo: false, device: false }; </script> <!-- Orbit: 3.0.0-1714.f397d719 --> <!-- Environment: live --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> :root { --bbc-font: ReithSans, Arial, Helvetica, freesans, sans-serif; --bbc-font-legacy: Arial, Helvetica, freesans, sans-serif; } </style> <link rel="stylesheet" href="https://web.archive.org/web/20211026202602cs_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/css/orb-ltr.min.css"> <script src="https://web.archive.org/web/20211026202602js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/require.min.js"></script> <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 = {}; window.orbitData.userProfileUrl = "https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/userprofile"; window.page = { name: 'bitesize.page' || null, destination: 'BITESIZE' || null, producer: 'BITESIZE' || null, section: '' || null, site: '' || null, contentId: '' || null, contentType: 'index-home' || null, edition: 'domestic' || null, additionalProperties: additionalPageProperties }; window.page.language = 'en'; window.page.language = 'en'; window.page.modal = false; !function(){var t={3053:function(t,r,e){function n(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function o(t){for(var r=1;r<arguments.length;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?n(Object(e),!0).forEach((function(r){i(t,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):n(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}function i(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}var c=e(1391),a=e(9135);window.bbcpage=c.init(o({},window.page)),window.page=void 0,window.bbcuser=a.init(window,o({},window.user))},1391:function(t){function r(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function e(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?r(Object(o),!0).forEach((function(r){n(t,r,o[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):r(Object(o)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(o,r))}))}return t}function n(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}t.exports={init:function(t){var r=e({},t);return document.addEventListener("bbc-page-reset",(function(t){var e;t.detail&&t.detail.page&&(e=t.detail.page,r=Object.assign(r,e)),document.dispatchEvent(new Event("bbc-page-updated"))})),{getName:function(){return Promise.resolve(r.name||function(){if("file:"===window.location.protocol)return"local.file";var t=window.location.pathname.replace(/\/$/,"").replace(/^\//,"").replace(/\//g,".");return"".concat(t,".page")}())},getLanguage:function(){return Promise.resolve(r.language)},getDestination:function(){return Promise.resolve(r.destination)},getProducer:function(){return Promise.resolve(r.producer)},getSection:function(){return Promise.resolve(r.section)},getContentType:function(){return Promise.resolve(r.contentType)},getContentId:function(){return Promise.resolve(r.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(e({},r.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(r.modal)}}}}},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){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function n(t){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?e(Object(n),!0).forEach((function(r){o(t,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):e(Object(n)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))}))}return t}function o(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function i(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function c(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 a(t){var r="function"==typeof Map?new Map:void 0;return(a=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 u(t,arguments,l(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),f(n,t)})(t)}function u(t,r,e){return(u=s()?Reflect.construct:function(t,r,e){var n=[null];n.push.apply(n,r);var o=new(Function.bind.apply(t,n));return e&&f(o,e.prototype),o}).apply(null,arguments)}function s(){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 f(t,r){return(f=Object.setPrototypeOf||function(t,r){return t.__proto__=r,t})(t,r)}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var p=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&&f(t,r)}(o,t);var r,e,n=(r=o,e=s(),function(){var t,n=l(r);if(e){var o=l(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return c(this,t)});function o(){return i(this,o),n.apply(this,arguments)}return o}(a(Error));function h(t){return new Promise((function(r,e){window.require(t,(function(){r.apply(this,arguments)}),(function(t){e(t)}))}))}t.exports={init:function(t,r){var e,o=n({},r),i=null;function c(){if(["X-Country","X-Ip_is_advertise_combined","X-Ip_is_uk_combined"].every((function(t){return!!o[t]})))return Promise.resolve(o);if(!i){var r=t.location.hostname.endsWith(".com")?"com":"co.uk";i=t.fetch("https://web.archive.org/web/20211026202602/https://www.bbc.".concat(r,"/userinfo")).then((function(t){return t.json()}))}return i}function a(t){if(t.status>=200&&t.status<300)return t;var r=new Error(t.statusText);throw r.response=t,r}function u(t){return t.json()}function s(){if(o.ageBand)return Promise.resolve(o);if(!e){if("undefined"==typeof XMLHttpRequest||!("withCredentials"in new XMLHttpRequest))return Promise.resolve(o);e=h(["idcta-v2/idcta-1"]).then((function(r){return r.initiateTokenRefresh().then((function(){return t.fetch(t.orbitData.userProfileUrl,{credentials:"include"}).then(a).then(u).then((function(t){return o=n(n({},o),t)}))}))}))}return e}var f={getHashedId:function(){return h(["idcta-v2/idcta-1"]).then((function(t){return t.getCookieInstance().getHidFromCookie()}))},isSignedIn:function(){return h(["idcta-v2/idcta-1"]).then((function(t){return t&&t.getCookieInstance().hasCookie()}))},getCountry:function(){return c().then((function(t){return t["X-Country"]||"gb"}))},isUKCombined:function(){return c().then((function(t){if(!t["X-Ip_is_uk_combined"])throw new p("missing isUKCombined from userinfo response");return"yes"===t["X-Ip_is_uk_combined"].toLowerCase()}))},canSeeAdverts:function(){return c().then((function(t){if(!t["X-Ip_is_advertise_combined"])throw new p("missing canSeeAdverts from userinfo response");return"yes"===t["X-Ip_is_advertise_combined"].toLowerCase()}))},getAgeBand:function(){return c().then((function(t){return t["X-Age-Band"]?Promise.resolve(t["X-Age-Band"]):f.isSignedIn().then((function(t){if(t)return s().then((function(t){return o["X-Age-Band"]=t["X-Age-Band"],o["X-Age-Band"]||void 0})).catch((function(){return o["X-Age-Band"]||void 0}))}))}))},allowsPerformanceCookies:function(){return h(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("performance")}))},allowsFunctionalCookies:function(){return h(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("personalisation")}))},getCookieValue:function(t){return h(["orb/cookies"]).then((function(r){return r.get(t)}))}};return f},BBCUserError:p}},7633:function(t,r,e){e(9170),e(6992),e(1539),e(8674),e(7922),e(4668),e(7727),e(8783);var n=e(857);t.exports=n.Promise},1111:function(t,r,e){e(1539),e(4916),e(4953),e(8992),e(9841),e(4506),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(3650),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},9662:function(t,r,e){var n=e(614),o=e(6330);t.exports=function(t){if(n(t))return t;throw TypeError(o(t)+" is not a function")}},9483:function(t,r,e){var n=e(4411),o=e(6330);t.exports=function(t){if(n(t))return t;throw TypeError(o(t)+" is not a constructor")}},6077:function(t,r,e){var n=e(614);t.exports=function(t){if("object"==typeof t||n(t))return t;throw TypeError("Can't set "+String(t)+" as a prototype")}},1223:function(t,r,e){var n=e(5112),o=e(30),i=e(3070),c=n("unscopables"),a=Array.prototype;null==a[c]&&i.f(a,c,{configurable:!0,value:o(null)}),t.exports=function(t){a[c][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)return t;throw TypeError("Incorrect "+(e?e+" ":"")+"invocation")}},9670:function(t,r,e){var n=e(111);t.exports=function(t){if(n(t))return t;throw TypeError(String(t)+" is not an object")}},1318:function(t,r,e){var n=e(5656),o=e(7466),i=e(1400),c=function(t){return function(r,e,c){var a,u=n(r),s=o(u.length),f=i(c,s);if(t&&e!=e){for(;s>f;)if((a=u[f++])!=a)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===e)return t||f||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},7072:function(t,r,e){var n=e(5112)("iterator"),o=!1;try{var i=0,c={next:function(){return{done:!!i++}},return:function(){o=!0}};c[n]=function(){return this},Array.from(c,(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(614),i=e(4326),c=e(5112)("toStringTag"),a="Arguments"==i(function(){return arguments}());t.exports=n?i: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),c))?e:a?i(r):"Object"==(n=i(r))&&o(r.callee)?"Arguments":n}},9920:function(t,r,e){var n=e(6656),o=e(3887),i=e(1236),c=e(3070);t.exports=function(t,r){for(var e=o(r),a=c.f,u=i.f,s=0;s<e.length;s++){var f=e[s];n(t,f)||a(t,f,u(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=e(1340),i=/"/g;t.exports=function(t,r,e,c){var a=o(n(t)),u="<"+r;return""!==e&&(u+=" "+e+'="'+o(c).replace(i,"&quot;")+'"'),u+">"+a+"</"+r+">"}},4994:function(t,r,e){"use strict";var n=e(3383).IteratorPrototype,o=e(30),i=e(9114),c=e(8003),a=e(7497),u=function(){return this};t.exports=function(t,r,e){var s=r+" Iterator";return t.prototype=o(n,{next:i(1,e)}),c(t,s,!1,!0),a[s]=u,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(1913),i=e(6530),c=e(614),a=e(4994),u=e(9518),s=e(7674),f=e(8003),l=e(8880),p=e(1320),h=e(5112),d=e(7497),v=e(3383),y=i.PROPER,g=i.CONFIGURABLE,b=v.IteratorPrototype,m=v.BUGGY_SAFARI_ITERATORS,x=h("iterator"),w="keys",O="values",E="entries",S=function(){return this};t.exports=function(t,r,e,i,h,v,j){a(e,r,i);var P,T,A,_=function(t){if(t===h&&C)return C;if(!m&&t in L)return L[t];switch(t){case w:case O:case E:return function(){return new e(this,t)}}return function(){return new e(this)}},I=r+" Iterator",R=!1,L=t.prototype,k=L[x]||L["@@iterator"]||h&&L[h],C=!m&&k||_(h),B="Array"==r&&L.entries||k;if(B&&(P=u(B.call(new t)))!==Object.prototype&&P.next&&(o||u(P)===b||(s?s(P,b):c(P[x])||p(P,x,S)),f(P,I,!0,!0),o&&(d[I]=S)),y&&h==O&&k&&k.name!==O&&(!o&&g?l(L,"name",O):(R=!0,C=function(){return k.call(this)})),h)if(T={values:_(O),keys:v?C:_(w),entries:_(E)},j)for(A in T)(m||R||!(A in L))&&p(L,A,T[A]);else n({target:r,proto:!0,forced:m||R},T);return o&&!j||L[x]===C||p(L,x,C,{name:h}),d[r]=C,T}},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,c=o(i)&&o(i.createElement);t.exports=function(t){return c?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}},8509:function(t,r,e){var n=e(317)("span").classList,o=n&&n.constructor&&n.constructor.prototype;t.exports=o===Object.prototype?void 0:o},7871:function(t){t.exports="object"==typeof window},1528:function(t,r,e){var n=e(8113),o=e(7854);t.exports=/ipad|iphone|ipod/i.test(n)&&void 0!==o.Pebble},6833:function(t,r,e){var n=e(8113);t.exports=/(?:ipad|iphone|ipod).*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),c=e(8113),a=i.process,u=i.Deno,s=a&&a.versions||u&&u.version,f=s&&s.v8;f?o=(n=f.split("."))[0]<4?1:n[0]+n[1]:c&&(!(n=c.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=c.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),c=e(1320),a=e(3505),u=e(9920),s=e(4705);t.exports=function(t,r){var e,f,l,p,h,d=t.target,v=t.global,y=t.stat;if(e=v?n:y?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+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;u(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(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(2261),i=e(7293),c=e(5112),a=e(8880),u=c("species"),s=RegExp.prototype;t.exports=function(t,r,e,f){var l=c(t),p=!i((function(){var r={};return r[l]=function(){return 7},7!=""[t](r)})),h=p&&!i((function(){var r=!1,e=/a/;return"split"===t&&((e={}).constructor={},e.constructor[u]=function(){return e},e.flags="",e[l]=/./[l]),e.exec=function(){return r=!0,null},e[l](""),!r}));if(!p||!h||e){var d=/./[l],v=r(l,""[t],(function(t,r,e,n,i){var c=r.exec;return c===o||c===s.exec?p&&!i?{done:!0,value:d.call(r,e,n)}:{done:!0,value:t.call(e,r,n)}:{done:!1}}));n(String.prototype,t,v[0]),n(s,l,v[1])}f&&a(s[l],"sham",!0)}},9974:function(t,r,e){var n=e(9662);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)}}},6530:function(t,r,e){var n=e(9781),o=e(6656),i=Function.prototype,c=n&&Object.getOwnPropertyDescriptor,a=o(i,"name"),u=a&&"something"===function(){}.name,s=a&&(!n||n&&c(i,"name").configurable);t.exports={EXISTS:a,PROPER:u,CONFIGURABLE:s}},5005:function(t,r,e){var n=e(7854),o=e(614),i=function(t){return o(t)?t:void 0};t.exports=function(t,r){return arguments.length<2?i(n[t]):n[t]&&n[t][r]}},1246:function(t,r,e){var n=e(648),o=e(8173),i=e(7497),c=e(5112)("iterator");t.exports=function(t){if(null!=t)return o(t,c)||o(t,"@@iterator")||i[n(t)]}},8554:function(t,r,e){var n=e(9662),o=e(9670),i=e(1246);t.exports=function(t,r){var e=arguments.length<2?i(t):r;if(n(e))return o(e.call(t));throw TypeError(String(t)+" is not iterable")}},8173:function(t,r,e){var n=e(9662);t.exports=function(t,r){var e=t[r];return null==e?void 0:n(e)}},647:function(t,r,e){var n=e(7908),o=Math.floor,i="".replace,c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,r,e,u,s,f){var l=e+t.length,p=u.length,h=a;return void 0!==s&&(s=n(s),h=c),i.call(f,h,(function(n,i){var c;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return r.slice(0,e);case"'":return r.slice(l);case"<":c=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===u[f-1]?i.charAt(1):u[f-1]+i.charAt(1):n}c=u[a-1]}return void 0===c?"":c}))}},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,r,e){var n=e(7908),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,r){return o.call(n(t),r)}},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(614),o=e(5465),i=Function.toString;n(o.inspectSource)||(o.inspectSource=function(t){return i.call(t)}),t.exports=o.inspectSource},9909:function(t,r,e){var n,o,i,c=e(8536),a=e(7854),u=e(111),s=e(8880),f=e(6656),l=e(5465),p=e(6200),h=e(3501),d="Object already initialized",v=a.WeakMap;if(c||l.state){var y=l.state||(l.state=new v),g=y.get,b=y.has,m=y.set;n=function(t,r){if(b.call(y,t))throw new TypeError(d);return r.facade=t,m.call(y,t,r),r},o=function(t){return g.call(y,t)||{}},i=function(t){return b.call(y,t)}}else{var x=p("state");h[x]=!0,n=function(t,r){if(f(t,x))throw new TypeError(d);return r.facade=t,s(t,x,r),r},o=function(t){return f(t,x)?t[x]:{}},i=function(t){return f(t,x)}}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(!u(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"),c=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||c[i]===t)}},614:function(t){t.exports=function(t){return"function"==typeof t}},4411:function(t,r,e){var n=e(7293),o=e(614),i=e(648),c=e(5005),a=e(2788),u=[],s=c("Reflect","construct"),f=/^\s*(?:class|function)\b/,l=f.exec,p=!f.exec((function(){})),h=function(t){if(!o(t))return!1;try{return s(Object,u,t),!0}catch(t){return!1}};t.exports=!s||n((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?function(t){if(!o(t))return!1;switch(i(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return p||!!l.call(f,a(t))}:h},4705:function(t,r,e){var n=e(7293),o=e(614),i=/#|\.prototype\./,c=function(t,r){var e=u[a(t)];return e==f||e!=s&&(o(r)?n(r):!!r)},a=c.normalize=function(t){return String(t).replace(i,".").toLowerCase()},u=c.data={},s=c.NATIVE="N",f=c.POLYFILL="P";t.exports=c},111:function(t,r,e){var n=e(614);t.exports=function(t){return"object"==typeof t?null!==t:n(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))}},2190:function(t,r,e){var n=e(614),o=e(5005),i=e(3307);t.exports=i?function(t){return"symbol"==typeof t}:function(t){var r=o("Symbol");return n(r)&&Object(t)instanceof r}},408:function(t,r,e){var n=e(9670),o=e(7659),i=e(7466),c=e(9974),a=e(8554),u=e(1246),s=e(9212),f=function(t,r){this.stopped=t,this.result=r};t.exports=function(t,r,e){var l,p,h,d,v,y,g,b=e&&e.that,m=!(!e||!e.AS_ENTRIES),x=!(!e||!e.IS_ITERATOR),w=!(!e||!e.INTERRUPTED),O=c(r,b,1+m+w),E=function(t){return l&&s(l,"normal",t),new f(!0,t)},S=function(t){return m?(n(t),w?O(t[0],t[1],E):O(t[0],t[1])):w?O(t,E):O(t)};if(x)l=t;else{if(!(p=u(t)))throw TypeError(String(t)+" is not iterable");if(o(p)){for(h=0,d=i(t.length);d>h;h++)if((v=S(t[h]))&&v instanceof f)return v;return new f(!1)}l=a(t,p)}for(y=l.next;!(g=y.call(l)).done;){try{v=S(g.value)}catch(t){s(l,"throw",t)}if("object"==typeof v&&v&&v instanceof f)return v}return new f(!1)}},9212:function(t,r,e){var n=e(9670),o=e(8173);t.exports=function(t,r,e){var i,c;n(t);try{if(!(i=o(t,"return"))){if("throw"===r)throw e;return e}i=i.call(t)}catch(t){c=!0,i=t}if("throw"===r)throw e;if(c)throw i;return n(i),e}},3383:function(t,r,e){"use strict";var n,o,i,c=e(7293),a=e(614),u=e(30),s=e(9518),f=e(1320),l=e(5112),p=e(1913),h=l("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(o=s(s(i)))!==Object.prototype&&(n=o):d=!0),null==n||c((function(){var t={};return n[h].call(t)!==t}))?n={}:p&&(n=u(n)),a(n[h])||f(n,h,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},7497:function(t){t.exports={}},5948:function(t,r,e){var n,o,i,c,a,u,s,f,l=e(7854),p=e(1236).f,h=e(261).set,d=e(6833),v=e(1528),y=e(1036),g=e(5268),b=l.MutationObserver||l.WebKitMutationObserver,m=l.document,x=l.process,w=l.Promise,O=p(l,"queueMicrotask"),E=O&&O.value;E||(n=function(){var t,r;for(g&&(t=x.domain)&&t.exit();o;){r=o.fn,o=o.next;try{r()}catch(t){throw o?c():i=void 0,t}}i=void 0,t&&t.enter()},d||g||y||!b||!m?!v&&w&&w.resolve?((s=w.resolve(void 0)).constructor=w,f=s.then,c=function(){f.call(s,n)}):c=g?function(){x.nextTick(n)}:function(){h.call(l,n)}:(a=!0,u=m.createTextNode(""),new b(n).observe(u,{characterData:!0}),c=function(){u.data=a=!a})),t.exports=E||function(t){var r={fn:t,next:void 0};i&&(i.next=r),o||(o=r,c()),i=r}},3366:function(t,r,e){var n=e(7854);t.exports=n.Promise},133:function(t,r,e){var n=e(7392),o=e(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},8536:function(t,r,e){var n=e(7854),o=e(614),i=e(2788),c=n.WeakMap;t.exports=o(c)&&/native code/.test(i(c))},8523:function(t,r,e){"use strict";var n=e(9662),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),c=e(748),a=e(3501),u=e(490),s=e(317),f=e(6200),l=f("IE_PROTO"),p=function(){},h=function(t){return"<script>"+t+"</"+"script>"},d=function(t){t.write(h("")),t.close();var r=t.parentWindow.Object;return t=null,r},v=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,r;v="undefined"!=typeof document?document.domain&&n?d(n):((r=s("iframe")).style.display="none",u.appendChild(r),r.src=String("javascript:"),(t=r.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F):d(n);for(var e=c.length;e--;)delete v.prototype[c[e]];return v()};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=v(),void 0===r?e:i(e,r)}},6048:function(t,r,e){var n=e(9781),o=e(3070),i=e(9670),c=e(1956);t.exports=n?Object.defineProperties:function(t,r){i(t);for(var e,n=c(r),a=n.length,u=0;a>u;)o.f(t,e=n[u++],r[e]);return t}},3070:function(t,r,e){var n=e(9781),o=e(4664),i=e(9670),c=e(4948),a=Object.defineProperty;r.f=n?a:function(t,r,e){if(i(t),r=c(r),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),c=e(5656),a=e(4948),u=e(6656),s=e(4664),f=Object.getOwnPropertyDescriptor;r.f=n?f:function(t,r){if(t=c(t),r=a(r),s)try{return f(t,r)}catch(t){}if(u(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(614),i=e(7908),c=e(6200),a=e(8544),u=c("IE_PROTO"),s=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){var r=i(t);if(n(r,u))return r[u];var e=r.constructor;return o(e)&&r instanceof e?e.prototype:r instanceof Object?s:null}},6324:function(t,r,e){var n=e(6656),o=e(5656),i=e(1318).indexOf,c=e(3501);t.exports=function(t,r){var e,a=o(t),u=0,s=[];for(e in a)!n(c,e)&&n(a,e)&&s.push(e);for(;r.length>u;)n(a,e=r[u++])&&(~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)+"]"}},2140:function(t,r,e){var n=e(614),o=e(111);t.exports=function(t,r){var e,i;if("string"===r&&n(e=t.toString)&&!o(i=e.call(t)))return i;if(n(e=t.valueOf)&&!o(i=e.call(t)))return i;if("string"!==r&&n(e=t.toString)&&!o(i=e.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},3887:function(t,r,e){var n=e(5005),o=e(8006),i=e(5181),c=e(9670);t.exports=n("Reflect","ownKeys")||function(t){var r=o.f(c(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(614),i=e(6656),c=e(8880),a=e(3505),u=e(2788),s=e(9909),f=e(6530).CONFIGURABLE,l=s.get,p=s.enforce,h=String(String).split("String");(t.exports=function(t,r,e,u){var s,l=!!u&&!!u.unsafe,d=!!u&&!!u.enumerable,v=!!u&&!!u.noTargetGet,y=u&&void 0!==u.name?u.name:r;o(e)&&("Symbol("===String(y).slice(0,7)&&(y="["+String(y).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!i(e,"name")||f&&e.name!==y)&&c(e,"name",y),(s=p(e)).source||(s.source=h.join("string"==typeof y?y:""))),t!==n?(l?!v&&t[r]&&(d=!0):delete t[r],d?t[r]=e:c(t,r,e)):d?t[r]=e:a(r,e)})(Function.prototype,"toString",(function(){return o(this)&&l(this).source||u(this)}))},7651:function(t,r,e){var n=e(9670),o=e(614),i=e(4326),c=e(2261);t.exports=function(t,r){var e=t.exec;if(o(e)){var a=e.call(t,r);return null!==a&&n(a),a}if("RegExp"===i(t))return c.call(t,r);throw TypeError("RegExp#exec called on incompatible receiver")}},2261:function(t,r,e){"use strict";var n,o,i=e(1340),c=e(7066),a=e(2999),u=e(2309),s=e(30),f=e(9909).get,l=e(9441),p=e(7168),h=RegExp.prototype.exec,d=u("native-string-replace",String.prototype.replace),v=h,y=(n=/a/,o=/b*/g,h.call(n,"a"),h.call(o,"a"),0!==n.lastIndex||0!==o.lastIndex),g=a.UNSUPPORTED_Y||a.BROKEN_CARET,b=void 0!==/()??/.exec("")[1];(y||b||g||l||p)&&(v=function(t){var r,e,n,o,a,u,l,p=this,m=f(p),x=i(t),w=m.raw;if(w)return w.lastIndex=p.lastIndex,r=v.call(w,x),p.lastIndex=w.lastIndex,r;var O=m.groups,E=g&&p.sticky,S=c.call(p),j=p.source,P=0,T=x;if(E&&(-1===(S=S.replace("y","")).indexOf("g")&&(S+="g"),T=x.slice(p.lastIndex),p.lastIndex>0&&(!p.multiline||p.multiline&&"\n"!==x.charAt(p.lastIndex-1))&&(j="(?: "+j+")",T=" "+T,P++),e=new RegExp("^(?:"+j+")",S)),b&&(e=new RegExp("^"+j+"$(?!\\s)",S)),y&&(n=p.lastIndex),o=h.call(E?e:p,T),E?o?(o.input=o.input.slice(P),o[0]=o[0].slice(P),o.index=p.lastIndex,p.lastIndex+=o[0].length):p.lastIndex=0:y&&o&&(p.lastIndex=p.global?o.index+o[0].length:n),b&&o&&o.length>1&&d.call(o[0],e,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(o[a]=void 0)})),o&&O)for(o.groups=u=s(null),a=0;a<O.length;a++)u[(l=O[a])[0]]=o[l[1]];return o}),t.exports=v},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){var n=e(7293),o=e(7854).RegExp;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")}))},9441:function(t,r,e){var n=e(7293),o=e(7854).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},7168:function(t,r,e){var n=e(7293),o=e(7854).RegExp;t.exports=n((function(){var t=o("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},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);t.exports=function(t,r){try{Object.defineProperty(n,t,{value:r,configurable:!0,writable:!0})}catch(e){n[t]=r}return r}},6340:function(t,r,e){"use strict";var n=e(5005),o=e(3070),i=e(5112),c=e(9781),a=i("species");t.exports=function(t){var r=n(t),e=o.f;c&&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__",c=n[i]||o(i,{});t.exports=c},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.18.0",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(t,r,e){var n=e(9670),o=e(9483),i=e(5112)("species");t.exports=function(t,r){var e,c=n(t).constructor;return void 0===c||null==(e=n(c)[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(1340),i=e(4488),c=function(t){return function(r,e){var c,a,u=o(i(r)),s=n(e),f=u.length;return s<0||s>=f?t?"":void 0:(c=u.charCodeAt(s))<55296||c>56319||s+1===f||(a=u.charCodeAt(s+1))<56320||a>57343?t?u.charAt(s):c:t?u.slice(s,s+2):a-56320+(c-55296<<10)+65536}};t.exports={codeAt:c(!1),charAt:c(!0)}},4986:function(t,r,e){var n=e(8113);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},6650:function(t,r,e){var n=e(7466),o=e(1340),i=e(8415),c=e(4488),a=Math.ceil,u=function(t){return function(r,e,u){var s,f,l=o(c(r)),p=l.length,h=void 0===u?" ":o(u),d=n(e);return d<=p||""==h?l:(s=d-p,(f=i.call(h,a(s/h.length))).length>s&&(f=f.slice(0,s)),t?l+f:f+l)}};t.exports={start:u(!1),end:u(!0)}},8415:function(t,r,e){"use strict";var n=e(9958),o=e(1340),i=e(4488);t.exports=function(t){var r=o(i(this)),e="",c=n(t);if(c<0||c==1/0)throw RangeError("Wrong number of repetitions");for(;c>0;(c>>>=1)&&(r+=r))1&c&&(e+=r);return e}},6091:function(t,r,e){var n=e(6530).PROPER,o=e(7293),i=e(1361);t.exports=function(t){return o((function(){return!!i[t]()||"​…᠎"!=="​…᠎"[t]()||n&&i[t].name!==t}))}},3111:function(t,r,e){var n=e(4488),o=e(1340),i="["+e(1361)+"]",c=RegExp("^"+i+i+"*"),a=RegExp(i+i+"*$"),u=function(t){return function(r){var e=o(n(r));return 1&t&&(e=e.replace(c,"")),2&t&&(e=e.replace(a,"")),e}};t.exports={start:u(1),end:u(2),trim:u(3)}},261:function(t,r,e){var n,o,i,c,a=e(7854),u=e(614),s=e(7293),f=e(9974),l=e(490),p=e(317),h=e(6833),d=e(5268),v=a.setImmediate,y=a.clearImmediate,g=a.process,b=a.MessageChannel,m=a.Dispatch,x=0,w={},O="onreadystatechange";try{n=a.location}catch(t){}var E=function(t){if(w.hasOwnProperty(t)){var r=w[t];delete w[t],r()}},S=function(t){return function(){E(t)}},j=function(t){E(t.data)},P=function(t){a.postMessage(String(t),n.protocol+"//"+n.host)};v&&y||(v=function(t){for(var r=[],e=arguments.length,n=1;e>n;)r.push(arguments[n++]);return w[++x]=function(){(u(t)?t:Function(t)).apply(void 0,r)},o(x),x},y=function(t){delete w[t]},d?o=function(t){g.nextTick(S(t))}:m&&m.now?o=function(t){m.now(S(t))}:b&&!h?(c=(i=new b).port2,i.port1.onmessage=j,o=f(c.postMessage,c,1)):a.addEventListener&&u(a.postMessage)&&!a.importScripts&&n&&"file:"!==n.protocol&&!s(P)?(o=P,a.addEventListener("message",j,!1)):o=O in p("script")?function(t){l.appendChild(p("script")).onreadystatechange=function(){l.removeChild(this),E(t)}}:function(t){setTimeout(S(t),0)}),t.exports={set:v,clear:y}},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),o=e(2190),i=e(8173),c=e(2140),a=e(5112)("toPrimitive");t.exports=function(t,r){if(!n(t)||o(t))return t;var e,u=i(t,a);if(u){if(void 0===r&&(r="default"),e=u.call(t,r),!n(e)||o(e))return e;throw TypeError("Can't convert object to primitive value")}return void 0===r&&(r="number"),c(t,r)}},4948:function(t,r,e){var n=e(7593),o=e(2190);t.exports=function(t){var r=n(t,"string");return o(r)?r:String(r)}},1694:function(t,r,e){var n={};n[e(5112)("toStringTag")]="z",t.exports="[object z]"===String(n)},1340:function(t,r,e){var n=e(648);t.exports=function(t){if("Symbol"===n(t))throw TypeError("Cannot convert a Symbol value to a string");return String(t)}},6330:function(t){t.exports=function(t){try{return String(t)}catch(t){return"Object"}}},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),c=e(9711),a=e(133),u=e(3307),s=o("wks"),f=n.Symbol,l=u?f:f&&f.withoutSetter||c;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),c=e(30),a=e(8880),u=e(9114),s=e(408),f=e(1340),l=function(t,r){var e=this;if(!(e instanceof l))return new l(t,r);i&&(e=i(new Error(void 0),o(e))),void 0!==r&&a(e,"message",f(r));var n=[];return s(t,n.push,{that:n}),a(e,"errors",n),e};l.prototype=c(Error.prototype,{constructor:u(5,l),message:u(5,""),name:u(5,"AggregateError")}),n({global:!0},{AggregateError:l})},6992:function(t,r,e){"use strict";var n=e(5656),o=e(1223),i=e(7497),c=e(9909),a=e(654),u="Array Iterator",s=c.set,f=c.getterFor(u);t.exports=a(Array,"Array",(function(t,r){s(this,{type:u,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(9662),i=e(8523),c=e(2534),a=e(408);n({target:"Promise",stat:!0},{allSettled:function(t){var r=this,e=i.f(r),n=e.resolve,u=e.reject,s=c((function(){var e=o(r.resolve),i=[],c=0,u=1;a(t,(function(t){var o=c++,a=!1;i.push(void 0),u++,e.call(r,t).then((function(t){a||(a=!0,i[o]={status:"fulfilled",value:t},--u||n(i))}),(function(t){a||(a=!0,i[o]={status:"rejected",reason:t},--u||n(i))}))})),--u||n(i)}));return s.error&&u(s.value),e.promise}})},4668:function(t,r,e){"use strict";var n=e(2109),o=e(9662),i=e(5005),c=e(8523),a=e(2534),u=e(408),s="No one promise resolved";n({target:"Promise",stat:!0},{any:function(t){var r=this,e=c.f(r),n=e.resolve,f=e.reject,l=a((function(){var e=o(r.resolve),c=[],a=0,l=1,p=!1;u(t,(function(t){var o=a++,u=!1;c.push(void 0),l++,e.call(r,t).then((function(t){u||p||(p=!0,n(t))}),(function(t){u||p||(u=!0,c[o]=t,--l||f(new(i("AggregateError"))(c,s)))}))})),--l||f(new(i("AggregateError"))(c,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),c=e(7293),a=e(5005),u=e(614),s=e(6707),f=e(9478),l=e(1320);if(n({target:"Promise",proto:!0,real:!0,forced:!!i&&c((function(){i.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var r=s(this,a("Promise")),e=u(t);return this.then(e?function(e){return f(r,t()).then((function(){return e}))}:t,e?function(e){return f(r,t()).then((function(){throw e}))}:t)}}),!o&&u(i)){var p=a("Promise").prototype.finally;i.prototype.finally!==p&&l(i.prototype,"finally",p,{unsafe:!0})}},8674:function(t,r,e){"use strict";var n,o,i,c,a=e(2109),u=e(1913),s=e(7854),f=e(5005),l=e(3366),p=e(1320),h=e(2248),d=e(7674),v=e(8003),y=e(6340),g=e(9662),b=e(614),m=e(111),x=e(5787),w=e(2788),O=e(408),E=e(7072),S=e(6707),j=e(261).set,P=e(5948),T=e(9478),A=e(842),_=e(8523),I=e(2534),R=e(9909),L=e(4705),k=e(5112),C=e(7871),B=e(5268),D=e(7392),F=k("species"),M="Promise",U=R.get,N=R.set,G=R.getterFor(M),X=l&&l.prototype,$=l,H=X,q=s.TypeError,W=s.document,V=s.process,z=_.f,Y=z,K=!!(W&&W.createEvent&&s.dispatchEvent),J=b(s.PromiseRejectionEvent),Q="unhandledrejection",Z=!1,tt=L(M,(function(){var t=w($),r=t!==String($);if(!r&&66===D)return!0;if(u&&!H.finally)return!0;if(D>=51&&/native code/.test(t))return!1;var e=new $((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};return(e.constructor={})[F]=n,!(Z=e.then((function(){}))instanceof n)||!r&&C&&!J})),rt=tt||!E((function(t){$.all(t).catch((function(){}))})),et=function(t){var r;return!(!m(t)||!b(r=t.then))&&r},nt=function(t,r){if(!t.notified){t.notified=!0;var e=t.reactions;P((function(){for(var n=t.value,o=1==t.state,i=0;e.length>i;){var c,a,u,s=e[i++],f=o?s.ok:s.fail,l=s.resolve,p=s.reject,h=s.domain;try{f?(o||(2===t.rejection&&at(t),t.rejection=1),!0===f?c=n:(h&&h.enter(),c=f(n),h&&(h.exit(),u=!0)),c===s.promise?p(q("Promise-chain cycle")):(a=et(c))?a.call(c,l,p):l(c)):p(n)}catch(t){h&&!u&&h.exit(),p(t)}}t.reactions=[],t.notified=!1,r&&!t.rejection&&it(t)}))}},ot=function(t,r,e){var n,o;K?((n=W.createEvent("Event")).promise=r,n.reason=e,n.initEvent(t,!1,!0),s.dispatchEvent(n)):n={promise:r,reason:e},!J&&(o=s["on"+t])?o(n):t===Q&&A("Unhandled promise rejection",e)},it=function(t){j.call(s,(function(){var r,e=t.facade,n=t.value;if(ct(t)&&(r=I((function(){B?V.emit("unhandledRejection",n,e):ot(Q,e,n)})),t.rejection=B||ct(t)?2:1,r.error))throw r.value}))},ct=function(t){return 1!==t.rejection&&!t.parent},at=function(t){j.call(s,(function(){var r=t.facade;B?V.emit("rejectionHandled",r):ot("rejectionhandled",r,t.value)}))},ut=function(t,r,e){return function(n){t(r,n,e)}},st=function(t,r,e){t.done||(t.done=!0,e&&(t=e),t.value=r,t.state=2,nt(t,!0))},ft=function(t,r,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===r)throw q("Promise can't be resolved itself");var n=et(r);n?P((function(){var e={done:!1};try{n.call(r,ut(ft,e,t),ut(st,e,t))}catch(r){st(e,r,t)}})):(t.value=r,t.state=1,nt(t,!1))}catch(r){st({done:!1},r,t)}}};if(tt&&(H=($=function(t){x(this,$,M),g(t),n.call(this);var r=U(this);try{t(ut(ft,r),ut(st,r))}catch(t){st(r,t)}}).prototype,(n=function(t){N(this,{type:M,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=h(H,{then:function(t,r){var e=G(this),n=z(S(this,$));return n.ok=!b(t)||t,n.fail=b(r)&&r,n.domain=B?V.domain:void 0,e.parent=!0,e.reactions.push(n),0!=e.state&&nt(e,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new n,r=U(t);this.promise=t,this.resolve=ut(ft,r),this.reject=ut(st,r)},_.f=z=function(t){return t===$||t===i?new o(t):Y(t)},!u&&b(l)&&X!==Object.prototype)){c=X.then,Z||(p(X,"then",(function(t,r){var e=this;return new $((function(t,r){c.call(e,t,r)})).then(t,r)}),{unsafe:!0}),p(X,"catch",H.catch,{unsafe:!0}));try{delete X.constructor}catch(t){}d&&d(X,H)}a({global:!0,wrap:!0,forced:tt},{Promise:$}),v($,M,!1,!0),y(M),i=f(M),a({target:M,stat:!0,forced:tt},{reject:function(t){var r=z(this);return r.reject.call(void 0,t),r.promise}}),a({target:M,stat:!0,forced:u||tt},{resolve:function(t){return T(u&&this===i?$:this,t)}}),a({target:M,stat:!0,forced:rt},{all:function(t){var r=this,e=z(r),n=e.resolve,o=e.reject,i=I((function(){var e=g(r.resolve),i=[],c=0,a=1;O(t,(function(t){var u=c++,s=!1;i.push(void 0),a++,e.call(r,t).then((function(t){s||(s=!0,i[u]=t,--a||n(i))}),o)})),--a||n(i)}));return i.error&&o(i.value),e.promise},race:function(t){var r=this,e=z(r),n=e.reject,o=I((function(){var o=g(r.resolve);O(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)}})},4506:function(t,r,e){"use strict";var n=e(2109),o=e(4488),i=e(9958),c=e(7466),a=e(1340);n({target:"String",proto:!0,forced:e(7293)((function(){return"\ud842"!=="𠮷".at(0)}))},{at:function(t){var r=a(o(this)),e=c(r.length),n=i(t),u=n>=0?n:e+n;return u<0||u>=e?void 0:r.charAt(u)}})},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,c=e(7466),a=e(1340),u=e(3929),s=e(4488),f=e(4964),l=e(1913),p="".endsWith,h=Math.min,d=f("endsWith");o({target:"String",proto:!0,forced:!!(l||d||(n=i(String.prototype,"endsWith"),!n||n.writable))&&!d},{endsWith:function(t){var r=a(s(this));u(t);var e=arguments.length>1?arguments[1]:void 0,n=c(r.length),o=void 0===e?n:h(c(e),n),i=a(t);return p?p.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,c=String.fromCodePoint;n({target:"String",stat:!0,forced:!!c&&1!=c.length},{fromCodePoint:function(t){for(var r,e=[],n=arguments.length,c=0;n>c;){if(r=+arguments[c++],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),c=e(1340);n({target:"String",proto:!0,forced:!e(4964)("includes")},{includes:function(t){return!!~c(i(this)).indexOf(c(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(1340),i=e(9909),c=e(654),a="String Iterator",u=i.set,s=i.getterFor(a);c(String,"String",(function(t){u(this,{type:a,string:o(t),index:0})}),(function(){var t,r=s(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),c=e(7466),a=e(1340),u=e(9670),s=e(4326),f=e(7850),l=e(7066),p=e(8173),h=e(1320),d=e(7293),v=e(5112),y=e(6707),g=e(1530),b=e(7651),m=e(9909),x=e(1913),w=v("matchAll"),O="RegExp String",E="RegExp String Iterator",S=m.set,j=m.getterFor(E),P=RegExp.prototype,T="".matchAll,A=!!T&&!d((function(){"a".matchAll(/./)})),_=o((function(t,r,e,n){S(this,{type:E,regexp:t,string:r,global:e,unicode:n,done:!1})}),O,(function(){var t=j(this);if(t.done)return{value:void 0,done:!0};var r=t.regexp,e=t.string,n=b(r,e);return null===n?{value:void 0,done:t.done=!0}:t.global?(""===a(n[0])&&(r.lastIndex=g(e,c(r.lastIndex),t.unicode)),{value:n,done:!1}):(t.done=!0,{value:n,done:!1})})),I=function(t){var r,e,n,o,i,s,f=u(this),p=a(t);return r=y(f,RegExp),void 0===(e=f.flags)&&f instanceof RegExp&&!("flags"in P)&&(e=l.call(f)),n=void 0===e?"":a(e),o=new r(r===RegExp?f.source:f,n),i=!!~n.indexOf("g"),s=!!~n.indexOf("u"),o.lastIndex=c(f.lastIndex),new _(o,p,i,s)};n({target:"String",proto:!0,forced:A},{matchAll:function(t){var r,e,n,o=i(this);if(null!=t){if(f(t)&&!~a(i("flags"in P?t.flags:l.call(t))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(A)return T.apply(o,arguments);if(void 0===(e=p(t,w))&&x&&"RegExp"==s(t)&&(e=I),e)return e.call(t,o)}else if(A)return T.apply(o,arguments);return r=a(o),n=new RegExp(t,"g"),x?I.call(n,r):n[w](r)}}),x||w in P||h(P,w,I)},4723:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(7466),c=e(1340),a=e(4488),u=e(8173),s=e(1530),f=e(7651);n("match",(function(t,r,e){return[function(r){var e=a(this),n=null==r?void 0:u(r,t);return n?n.call(r,e):new RegExp(r)[t](c(e))},function(t){var n=o(this),a=c(t),u=e(r,n,a);if(u.done)return u.value;if(!n.global)return f(n,a);var l=n.unicode;n.lastIndex=0;for(var p,h=[],d=0;null!==(p=f(n,a));){var v=c(p[0]);h[d]=v,""===v&&(n.lastIndex=s(a,i(n.lastIndex),l)),d++}return 0===d?null:h}]}))},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(7908),c=e(7466),a=e(1340),u=Array.prototype,s=u.push,f=u.join;n({target:"String",stat:!0},{raw:function(t){for(var r=o(i(t).raw),e=c(r.length),n=arguments.length,u=[],l=0;e>l;)s.call(u,a(r[l++])),l<n&&s.call(u,a(arguments[l]));return f.call(u,"")}})},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(614),c=e(7850),a=e(1340),u=e(8173),s=e(7066),f=e(647),l=e(5112),p=e(1913),h=l("replace"),d=RegExp.prototype,v=Math.max,y=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,l,g,b,m,x,w,O=o(this),E=0,S=0,j="";if(null!=t){if((e=c(t))&&!~a(o("flags"in d?t.flags:s.call(t))).indexOf("g"))throw TypeError("`.replaceAll` does not allow non-global regexes");if(n=u(t,h))return n.call(t,O,r);if(p&&e)return a(O).replace(t,r)}for(l=a(O),g=a(t),(b=i(r))||(r=a(r)),m=g.length,x=v(1,m),E=y(l,g,0);-1!==E;)w=b?a(r(g,E,l)):f(g,l,E,[],void 0,r),j+=l.slice(S,E)+w,S=E+m,E=y(l,g,E+x);return S<l.length&&(j+=l.slice(S)),j}})},5306:function(t,r,e){"use strict";var n=e(7007),o=e(7293),i=e(9670),c=e(614),a=e(9958),u=e(7466),s=e(1340),f=e(4488),l=e(1530),p=e(8173),h=e(647),d=e(7651),v=e(5112)("replace"),y=Math.max,g=Math.min,b="$0"==="a".replace(/./,"$0"),m=!!/./[v]&&""===/./[v]("a","$0");n("replace",(function(t,r,e){var n=m?"$":"$0";return[function(t,e){var n=f(this),o=null==t?void 0:p(t,v);return o?o.call(t,n,e):r.call(s(n),t,e)},function(t,o){var f=i(this),p=s(t);if("string"==typeof o&&-1===o.indexOf(n)&&-1===o.indexOf("$<")){var v=e(r,f,p,o);if(v.done)return v.value}var b=c(o);b||(o=s(o));var m=f.global;if(m){var x=f.unicode;f.lastIndex=0}for(var w=[];;){var O=d(f,p);if(null===O)break;if(w.push(O),!m)break;""===s(O[0])&&(f.lastIndex=l(p,u(f.lastIndex),x))}for(var E,S="",j=0,P=0;P<w.length;P++){O=w[P];for(var T=s(O[0]),A=y(g(a(O.index),p.length),0),_=[],I=1;I<O.length;I++)_.push(void 0===(E=O[I])?E:String(E));var R=O.groups;if(b){var L=[T].concat(_,A,p);void 0!==R&&L.push(R);var k=s(o.apply(void 0,L))}else k=h(T,p,A,_,R,o);A>=j&&(S+=p.slice(j,A)+k,j=A+T.length)}return S+p.slice(j)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!b||m)},4765:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(4488),c=e(6029),a=e(1340),u=e(8173),s=e(7651);n("search",(function(t,r,e){return[function(r){var e=i(this),n=null==r?void 0:u(r,t);return n?n.call(r,e):new RegExp(r)[t](a(e))},function(t){var n=o(this),i=a(t),u=e(r,n,i);if(u.done)return u.value;var f=n.lastIndex;c(f,0)||(n.lastIndex=0);var l=s(n,i);return c(n.lastIndex,f)||(n.lastIndex=f),null===l?-1:l.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),c=e(4488),a=e(6707),u=e(1530),s=e(7466),f=e(1340),l=e(8173),p=e(7651),h=e(2261),d=e(2999),v=e(7293),y=d.UNSUPPORTED_Y,g=[].push,b=Math.min,m=4294967295;n("split",(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=f(c(this)),i=void 0===e?m:e>>>0;if(0===i)return[];if(void 0===t)return[n];if(!o(t))return r.call(n,t,i);for(var a,u,s,l=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,v=new RegExp(t.source,p+"g");(a=h.call(v,n))&&!((u=v.lastIndex)>d&&(l.push(n.slice(d,a.index)),a.length>1&&a.index<n.length&&g.apply(l,a.slice(1)),s=a[0].length,d=u,l.length>=i));)v.lastIndex===a.index&&v.lastIndex++;return d===n.length?!s&&v.test("")||l.push(""):l.push(n.slice(d)),l.length>i?l.slice(0,i):l}:"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=c(this),i=null==r?void 0:l(r,t);return i?i.call(r,o,e):n.call(f(o),r,e)},function(t,o){var c=i(this),l=f(t),h=e(n,c,l,o,n!==r);if(h.done)return h.value;var d=a(c,RegExp),v=c.unicode,g=(c.ignoreCase?"i":"")+(c.multiline?"m":"")+(c.unicode?"u":"")+(y?"g":"y"),x=new d(y?"^(?:"+c.source+")":c,g),w=void 0===o?m:o>>>0;if(0===w)return[];if(0===l.length)return null===p(x,l)?[l]:[];for(var O=0,E=0,S=[];E<l.length;){x.lastIndex=y?0:E;var j,P=p(x,y?l.slice(E):l);if(null===P||(j=b(s(x.lastIndex+(y?E:0)),l.length))===O)E=u(l,E,v);else{if(S.push(l.slice(O,E)),S.length===w)return S;for(var T=1;T<=P.length-1;T++)if(S.push(P[T]),S.length===w)return S;E=O=j}}return S.push(l.slice(O)),S}]}),!!v((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]})),y)},3157:function(t,r,e){"use strict";var n,o=e(2109),i=e(1236).f,c=e(7466),a=e(1340),u=e(3929),s=e(4488),f=e(4964),l=e(1913),p="".startsWith,h=Math.min,d=f("startsWith");o({target:"String",proto:!0,forced:!!(l||d||(n=i(String.prototype,"startsWith"),!n||n.writable))&&!d},{startsWith:function(t){var r=a(s(this));u(t);var e=c(h(arguments.length>1?arguments[1]:void 0,r.length)),n=a(t);return p?p.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","","")}})},3650:function(t,r,e){"use strict";var n=e(2109),o=e(4488),i=e(9958),c=e(1340),a="".slice,u=Math.max,s=Math.min;n({target:"String",proto:!0},{substr:function(t,r){var e,n,f=c(o(this)),l=f.length,p=i(t);return p===1/0&&(p=0),p<0&&(p=u(l+p,0)),(e=void 0===r?l:i(r))<=0||e===1/0||p>=(n=s(p+e,l))?"":a.call(f,p,n)}})},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"),c=i?function(){return o(this)}:"".trimEnd;n({target:"String",proto:!0,name:"trimEnd",forced:i},{trimEnd:c,trimRight:c})},5674:function(t,r,e){"use strict";var n=e(2109),o=e(3111).start,i=e(6091)("trimStart"),c=i?function(){return o(this)}:"".trimStart;n({target:"String",proto:!0,name:"trimStart",forced:i},{trimStart:c,trimLeft:c})},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(8509),c=e(6992),a=e(8880),u=e(5112),s=u("iterator"),f=u("toStringTag"),l=c.values,p=function(t,r){if(t){if(t[s]!==l)try{a(t,s,l)}catch(r){t[s]=l}if(t[f]||a(t,f,r),o[r])for(var e in c)if(t[e]!==c[e])try{a(t,e,c[e])}catch(r){t[e]=c[e]}}};for(var h in o)p(n[h]&&n[h].prototype,h);p(i,"DOMTokenList")},1150:function(t,r,e){var n=e(7633);e(3948),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",c=o.asyncIterator||"@@asyncIterator",a=o.toStringTag||"@@toStringTag";function u(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{u({},"")}catch(t){u=function(t,r,e){return t[r]=e}}function s(t,r,e,n){var o=r&&r.prototype instanceof y?r:y,i=Object.create(o.prototype),c=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 c=e.delegate;if(c){var a=j(c,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 u=f(t,r,e);if("normal"===u.type){if(n=e.done?d:p,u.arg===v)continue;return{value:u.arg,done:e.done}}"throw"===u.type&&(n=d,e.method="throw",e.arg=u.arg)}}}(t,e,c),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 y(){}function g(){}function b(){}var m={};m[i]=function(){return this};var x=Object.getPrototypeOf,w=x&&x(x(_([])));w&&w!==e&&n.call(w,i)&&(m=w);var O=b.prototype=y.prototype=Object.create(m);function E(t){["next","throw","return"].forEach((function(r){u(t,r,(function(t){return this._invoke(r,t)}))}))}function S(t,r){function e(o,i,c,a){var u=f(t[o],t,i);if("throw"!==u.type){var s=u.arg,l=s.value;return l&&"object"==typeof l&&n.call(l,"__await")?r.resolve(l.__await).then((function(t){e("next",t,c,a)}),(function(t){e("throw",t,c,a)})):r.resolve(l).then((function(t){s.value=t,c(s)}),(function(t){return e("throw",t,c,a)}))}a(u.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 j(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,j(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 P(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 T(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function _(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,c=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 c.next=c}}return{next:I}}function I(){return{value:r,done:!0}}return g.prototype=O.constructor=b,b.constructor=g,g.displayName=u(b,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===g||"GeneratorFunction"===(r.displayName||r.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,u(t,a,"GeneratorFunction")),t.prototype=Object.create(O),t},t.awrap=function(t){return{__await:t}},E(S.prototype),S.prototype[c]=function(){return this},t.AsyncIterator=S,t.async=function(r,e,n,o,i){void 0===i&&(i=Promise);var c=new S(s(r,e,n,o),i);return t.isGeneratorFunction(e)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},E(O),u(O,a,"Generator"),O[i]=function(){return this},O.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=_,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(T),!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 c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var u=n.call(c,"catchLoc"),s=n.call(c,"finallyLoc");if(u&&s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.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 c=i?i.completion:{};return c.type=t,c.arg=r,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(c)},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),T(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;T(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:_(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,c="FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch(t){return!1}}(),a="FormData"in n,u="ArrayBuffer"in n;if(u)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 y(t){return new Promise((function(r,e){t.onload=function(){r(t.result)},t.onerror=function(){e(t.error)}}))}function g(t){var r=new FileReader,e=y(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:c&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:a&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():u&&c&&((r=t)&&DataView.prototype.isPrototypeOf(r))?(this._bodyArrayBuffer=b(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):u&&(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"))},c&&(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(g)}),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=y(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(O)}),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 x=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function w(t,r){if(!(this instanceof w))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 w){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(),x.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 O(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)}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})},m.call(w.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 S=[301,302,303,307,308];E.redirect=function(t,r){if(-1===S.indexOf(r))throw new RangeError("Invalid status code");return new E(null,{status:r,headers:{location:t}})};var j=n.DOMException;try{new j}catch(t){(j=function(t,r){this.message=t,this.name=r;var e=Error(t);this.stack=e.stack}).prototype=Object.create(Error.prototype),j.prototype.constructor=j}function P(t,r){return new Promise((function(e,o){var i=new w(t,r);if(i.signal&&i.signal.aborted)return o(new j("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 j("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&&(c?a.responseType="blob":u&&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)}))}P.polyfill=!0,n.fetch||(n.fetch=P,n.Headers=d,n.Request=w,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(3053)}(); window.page = undefined; window.user = undefined; </script> <script> window.orb = { worldwideNavlinks: '<li class="orb-nav-homedotcom"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/">Home</a></li><li class="orb-nav-newsdotcom"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/sport">Sport</a></li><li class="orb-nav-reeldotcom"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/reel">Reel</a></li><li class="orb-nav-worklife"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/worklife">Worklife</a></li><li class="orb-nav-traveldotcom"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/travel">Travel</a></li><li class="orb-nav-future"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/future">Future</a></li><li class="orb-nav-culture"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/culture">Culture</a></li><li class="orb-nav-music"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/culture/music">Music</a></li><li class="orb-nav-tv"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/schedules/p00fzl9m">TV</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.com/weather">Weather</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/sounds">Sounds</a></li>', } </script> <script src="https://web.archive.org/web/20211026202602js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/api-forge-free.min.js"></script> <link rel="preload" href="https://web.archive.org/web/20211026202602/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/20211026202602/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <!-- navid Web Module: 0.2.0-80.bc5da8d --> <!-- searchbox Web Module: 3.0.0-352.272996b --> <!-- navpromo Web Module: 3.0.0-272.f5cddc4 --> <!-- cookies Web Module: 0.0.3-679.e69f97e --> <!-- useractivityhelper Web Module: 1.0.0-208.4054562 --> <!-- reverb Web Module: 3.3.0 --> <link rel="stylesheet" href="https://web.archive.org/web/20211026202602cs_/https://static.files.bbci.co.uk/account/id-cta/1.54.4/style/id-cta.css"/><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.54.4/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/20211026202602/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/20211026202602/https://static.files.bbci.co.uk/account/id-cta/1.54.4/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/20211026202602/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20211026202602/https://static.files.bbci.co.uk/account/id-cta/1.54.4/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20211026202602/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> <link rel="stylesheet" href="https://web.archive.org/web/20211026202602cs_/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7/css/box.css"> <script src="https://web.archive.org/web/20211026202602js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/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/20211026202602/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/",window.__smarttagVersion="5.29.1",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,n=d.detail.label,t=i?"viewability":d.detail.type,o=d.detail.elem,r=d.detail.originalEvent;d.detail.isClick&&(a=d.detail.isClick),e.userActionEvent(t,n,d.detail,o,r,a)}},function(){console.log("Reverb failed to load. Event not sent")})},n=function(){window.__reverb.__reverbLoadedPromise.then(function(e){e.initialise().then(function(){return e.viewEvent()})},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",n),window.addEventListener("pageshow",function(e){e.persisted&&n()})}();</script><script type="text/javascript" src="https://web.archive.org/web/20211026202602js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-3.3.0.js" async></script> <script> if (!("ontouchstart" in document.documentElement)) { document.documentElement.classList.add("n-no-touchevents"); } </script> <style> body { border: 0; margin: 0; padding: 0; } </style><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><script type="text/javascript">Morph.initStyles(); /* u704641018355691 */</script><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20211026202602cs_/https://m.files.bbci.co.uk/modules/bbc-morph-bitesize-homepage-header-view/4.45.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-homepage-header-view/4.45.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-bitesize-homepage-header-view/4.45.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20211026202602cs_/https://m.files.bbci.co.uk/modules/bbc-morph-bitesize-global-navigation-view/1.54.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-global-navigation-view/1.54.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-bitesize-global-navigation-view/1.54.1/enhanced.css\"/>"); }</script><script type="text/javascript">Morph.initStyles(); /* u9820121233273047 */</script><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:"ss01"}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.nation-level-list__container{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media (min-width:37.5em){.nation-level-list__container{padding-left:16px;width:50%}}@media (min-width:56.25em){.nation-level-list__container{width:25%}}.nation-level-list__header{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;background-color:rgba(35,31,32,.3);color:#fff;font-weight:400;margin:0;padding:12px 8px}@media (min-width:37.5em){.nation-level-list__header{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.n-no-touchevents .nation-level-list__header{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.nation-level-list__header{padding:12px 16px}}.nation-level-list__list-body{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;list-style:none;margin:0 0 15px;padding:0}@media (min-width:37.5em){.nation-level-list__list-body{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .nation-level-list__list-body{font-size:20px;font-size:1.25rem}}.nation-level-list__list-item{width:100%;color:#231f20;font-weight:700;text-decoration:none;background-color:#fff;box-sizing:border-box;display:inline-block;margin-bottom:3px;padding:19px 8px;position:relative}.nation-level-list__list-item:after{background-image:url("https://web.archive.org/web/20211026202602im_/https://bitesize.files.bbci.co.uk/images/svgs/icons/gel-icons/1.0/next--orange.svg");background-size:13px 16px;content:"";display:inline-block;height:16px;margin-left:8px;width:13px}.nation-level-list__list-item:visited{color:#706d66}.nation-level-list__list-item:focus{outline:10px solid #1a9bf0;color:#231f20}.nation-level-list__list-item:active,.nation-level-list__list-item:hover{color:#e5640f;text-decoration:underline}@media (min-width:37.5em){.nation-level-list__list-item{padding:18px 32px 18px 16px}}.fading .nation-level-list__list-item{pointer-events:none}.nation-level-list__list-item:focus{outline:4px solid #1a9bf0}.nation-level-list__list-item:after{position:absolute;right:8px;top:22px}@media (min-width:37.5em){.nation-level-list__list-item:after{right:16px}}.masthead{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0;margin-bottom:8px;padding-top:18px}@media (min-width:37.5em){.masthead{margin-left:-16px}}.masthead__heading{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;outline:none}@media (min-width:37.5em){.masthead__heading{padding-left:16px}}.masthead__logo,.masthead__logo--dark{font-size:40px;text-decoration:none}@media (min-width:37.5em){.masthead__logo,.masthead__logo--dark{font-size:50px}}.masthead__logo,.masthead__logo:hover{color:#fff;text-decoration:none}.masthead__logo--dark,.masthead__logo--dark:hover{color:#231f20;text-decoration:none}.gel-icon{display:inline-block}.gel-icon svg{width:inherit;height:inherit;fill:currentColor}.gel-icon--loading{-webkit-animation-name:gel-spin;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:gel-spin;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:gel-spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@-moz-keyframes gel-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-webkit-keyframes gel-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes gel-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fullHeight{height:100%;margin:0;overflow:auto}.promoted-navigation-overlay__container{bottom:0;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:10000}.promoted-navigation-overlay__wrap{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:25em){.promoted-navigation-overlay__wrap{padding-left:16px;padding-right:16px}}.promoted-navigation-overlay__layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0;position:relative}@media (min-width:37.5em){.promoted-navigation-overlay__layout{margin-left:-16px}}.promoted-navigation-overlay__header{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media (min-width:37.5em){.promoted-navigation-overlay__header{padding-left:16px}}.promoted-navigation-overlay__close-btn__container{display:inline-block;position:absolute;right:0;top:10px}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn__container{top:22px}}.promoted-navigation-overlay__close-btn{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;background-color:transparent;border:0;color:#fff;font-family:ReithSans,Arial,Helvetica,freesans,sans-serif;text-align:center}@media (min-width:20em){.promoted-navigation-overlay__close-btn{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .promoted-navigation-overlay__close-btn{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (max-width:37.49em){.promoted-navigation-overlay__close-btn{padding-bottom:11px;padding-top:11px}}.promoted-navigation-overlay__close-btn:hover{cursor:pointer}.promoted-navigation-overlay__close-btn:hover .gel-icon--no{border-bottom-color:#fff;opacity:.7}.promoted-navigation-overlay__close-btn .gel-icon--no{border-bottom:2px solid transparent;color:#fff;fill:currentColor;height:20px;margin-left:8px;vertical-align:middle;width:20px}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn .gel-icon--no{height:24px;width:24px}}.promoted-navigation-overlay__close-btn .close-text{vertical-align:middle}.promoted-navigation-overlay__body-container{width:100%}.promoted-navigation-overlay__body-title{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#fff;margin-bottom:0;margin-top:8px}@media (min-width:37.5em){.promoted-navigation-overlay__body-title{padding-left:16px}}@media (min-width:20em){.promoted-navigation-overlay__body-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.promoted-navigation-overlay__body-title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .promoted-navigation-overlay__body-title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.promoted-navigation-overlay__body-p{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;margin:0 0 24px}@media (min-width:37.5em){.promoted-navigation-overlay__body-p{padding-left:16px}}@media (min-width:20em){.promoted-navigation-overlay__body-p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.promoted-navigation-overlay__body-p{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .promoted-navigation-overlay__body-p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.phase-card{color:#231f20;margin:8px 0;text-align:center}.phase-card,.phase-card__link{text-decoration:none;width:100%}.phase-card__link{background-color:transparent;border:0;cursor:pointer;display:block;font-family:inherit;padding-left:0;padding-right:0}.phase-card__link:focus,.phase-card__link:hover{color:inherit}.phase-card__link:focus .phase-card__cta,.phase-card__link:hover .phase-card__cta{background:#fff;color:#e5640f;text-decoration:underline}.phase-card__link::-moz-focus-inner{padding:0}.phase-card__link .phase-card__content-container{padding:16px}@media (min-width:43.125em){.phase-card__link .phase-card__content-container{padding:32px 8px}}.phase-card__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#fff;font-weight:700;margin:0;padding:4px}@media (min-width:20em){.phase-card__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.phase-card__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .phase-card__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.phase-card__subtitle{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;margin-bottom:16px;margin-top:0}@media (min-width:20em){.phase-card__subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.phase-card__subtitle{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .phase-card__subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:43.125em){.phase-card__subtitle{margin-top:8px;margin-bottom:32px}}.phase-card__cta{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700;background-color:#fff;color:#231f20;display:inline-block;margin:auto;padding:12px}@media (min-width:20em){.phase-card__cta{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.phase-card__cta{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .phase-card__cta{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.phase-card__cta .gel-icon--next{color:#e5640f;height:16px;padding-left:8px;position:relative;top:3px;width:16px}.promoted-navigation__phases{padding:0}.promoted-navigation__phases-layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.promoted-navigation__phases-layout{margin-left:-16px}}.promoted-navigation__phases-item{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;display:flex}@media (min-width:37.5em){.promoted-navigation__phases-item{padding-left:16px}}@media (min-width:43.125em){.promoted-navigation__phases-item{width:33.33333%}}.phase-card--primary,.promoted-navigation-overlay__phase--primary{background-image:linear-gradient(125deg,#e45153 50%,#eac522)}.phase-card--secondary,.promoted-navigation-overlay__phase--secondary{background-image:linear-gradient(125deg,#553287 50%,#804d9f)}.phase-card--post-16,.promoted-navigation-overlay__phase--post-16{background-image:linear-gradient(125deg,#253a81 50%,#3051c1)}.optional-link{text-decoration:none}.optional-link,.optional-link *{display:inline-block}.optional-link .gel-icon--next{position:relative;height:16px;width:16px;padding-left:8px;color:#e5640f}.optional-link:focus *,.optional-link:hover *{color:#e5640f;text-decoration:underline}.optional-link:focus .gel-icon--next,.optional-link:focus .gel-icon--next *,.optional-link:hover .gel-icon--next,.optional-link:hover .gel-icon--next *{color:#e5640f;text-decoration:none}#orb-footer{background:#fff}.promoted-navigation__container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1040px;padding-left:0;padding-right:0;position:relative}@media (min-width:25em){.promoted-navigation__container{padding-left:0;padding-right:0}}@media (min-width:37.5em){.promoted-navigation__container{padding-left:16px;padding-right:16px}}.promoted-navigation{background:#fff;box-sizing:border-box;padding-left:8px;padding-right:8px}@media (min-width:37.5em){.promoted-navigation{padding-left:16px;padding-right:16px}}.promoted-navigation__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#231f20;margin:0;padding:0;padding-top:16px}@media (min-width:20em){.promoted-navigation__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.promoted-navigation__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .promoted-navigation__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.drawer-open .in-the-spotlight,.drawer-open .index-page,.drawer-open .promoted-navigation__container,div.index-page{margin-top:0}.drawer-open .promoted-navigation__container{margin-bottom:0}@media (min-width:37.5em){.drawer-open .promoted-navigation__container{margin-top:32px}}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-promoted-navigation-view/2.10.0"]=true; Morph.styleSrc.push("<style>body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:\"ss01\"}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.nation-level-list__container{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media (min-width:37.5em){.nation-level-list__container{padding-left:16px;width:50%}}@media (min-width:56.25em){.nation-level-list__container{width:25%}}.nation-level-list__header{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;background-color:rgba(35,31,32,.3);color:#fff;font-weight:400;margin:0;padding:12px 8px}@media (min-width:37.5em){.nation-level-list__header{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.n-no-touchevents .nation-level-list__header{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.nation-level-list__header{padding:12px 16px}}.nation-level-list__list-body{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;list-style:none;margin:0 0 15px;padding:0}@media (min-width:37.5em){.nation-level-list__list-body{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .nation-level-list__list-body{font-size:20px;font-size:1.25rem}}.nation-level-list__list-item{width:100%;color:#231f20;font-weight:700;text-decoration:none;background-color:#fff;box-sizing:border-box;display:inline-block;margin-bottom:3px;padding:19px 8px;position:relative}.nation-level-list__list-item:after{background-image:url(\"https://bitesize.files.bbci.co.uk/images/svgs/icons/gel-icons/1.0/next--orange.svg\");background-size:13px 16px;content:\"\";display:inline-block;height:16px;margin-left:8px;width:13px}.nation-level-list__list-item:visited{color:#706d66}.nation-level-list__list-item:focus{outline:10px solid #1a9bf0;color:#231f20}.nation-level-list__list-item:active,.nation-level-list__list-item:hover{color:#e5640f;text-decoration:underline}@media (min-width:37.5em){.nation-level-list__list-item{padding:18px 32px 18px 16px}}.fading .nation-level-list__list-item{pointer-events:none}.nation-level-list__list-item:focus{outline:4px solid #1a9bf0}.nation-level-list__list-item:after{position:absolute;right:8px;top:22px}@media (min-width:37.5em){.nation-level-list__list-item:after{right:16px}}.masthead{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0;margin-bottom:8px;padding-top:18px}@media (min-width:37.5em){.masthead{margin-left:-16px}}.masthead__heading{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;outline:none}@media (min-width:37.5em){.masthead__heading{padding-left:16px}}.masthead__logo,.masthead__logo--dark{font-size:40px;text-decoration:none}@media (min-width:37.5em){.masthead__logo,.masthead__logo--dark{font-size:50px}}.masthead__logo,.masthead__logo:hover{color:#fff;text-decoration:none}.masthead__logo--dark,.masthead__logo--dark:hover{color:#231f20;text-decoration:none}.gel-icon{display:inline-block}.gel-icon svg{width:inherit;height:inherit;fill:currentColor}.gel-icon--loading{-webkit-animation-name:gel-spin;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:gel-spin;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:gel-spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@-moz-keyframes gel-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-webkit-keyframes gel-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes gel-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fullHeight{height:100%;margin:0;overflow:auto}.promoted-navigation-overlay__container{bottom:0;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:10000}.promoted-navigation-overlay__wrap{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:25em){.promoted-navigation-overlay__wrap{padding-left:16px;padding-right:16px}}.promoted-navigation-overlay__layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0;position:relative}@media (min-width:37.5em){.promoted-navigation-overlay__layout{margin-left:-16px}}.promoted-navigation-overlay__header{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media (min-width:37.5em){.promoted-navigation-overlay__header{padding-left:16px}}.promoted-navigation-overlay__close-btn__container{display:inline-block;position:absolute;right:0;top:10px}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn__container{top:22px}}.promoted-navigation-overlay__close-btn{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;background-color:transparent;border:0;color:#fff;font-family:ReithSans,Arial,Helvetica,freesans,sans-serif;text-align:center}@media (min-width:20em){.promoted-navigation-overlay__close-btn{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .promoted-navigation-overlay__close-btn{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (max-width:37.49em){.promoted-navigation-overlay__close-btn{padding-bottom:11px;padding-top:11px}}.promoted-navigation-overlay__close-btn:hover{cursor:pointer}.promoted-navigation-overlay__close-btn:hover .gel-icon--no{border-bottom-color:#fff;opacity:.7}.promoted-navigation-overlay__close-btn .gel-icon--no{border-bottom:2px solid transparent;color:#fff;fill:currentColor;height:20px;margin-left:8px;vertical-align:middle;width:20px}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn .gel-icon--no{height:24px;width:24px}}.promoted-navigation-overlay__close-btn .close-text{vertical-align:middle}.promoted-navigation-overlay__body-container{width:100%}.promoted-navigation-overlay__body-title{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#fff;margin-bottom:0;margin-top:8px}@media (min-width:37.5em){.promoted-navigation-overlay__body-title{padding-left:16px}}@media (min-width:20em){.promoted-navigation-overlay__body-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.promoted-navigation-overlay__body-title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .promoted-navigation-overlay__body-title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.promoted-navigation-overlay__body-p{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;margin:0 0 24px}@media (min-width:37.5em){.promoted-navigation-overlay__body-p{padding-left:16px}}@media (min-width:20em){.promoted-navigation-overlay__body-p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.promoted-navigation-overlay__body-p{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .promoted-navigation-overlay__body-p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.phase-card{color:#231f20;margin:8px 0;text-align:center}.phase-card,.phase-card__link{text-decoration:none;width:100%}.phase-card__link{background-color:transparent;border:0;cursor:pointer;display:block;font-family:inherit;padding-left:0;padding-right:0}.phase-card__link:focus,.phase-card__link:hover{color:inherit}.phase-card__link:focus .phase-card__cta,.phase-card__link:hover .phase-card__cta{background:#fff;color:#e5640f;text-decoration:underline}.phase-card__link::-moz-focus-inner{padding:0}.phase-card__link .phase-card__content-container{padding:16px}@media (min-width:43.125em){.phase-card__link .phase-card__content-container{padding:32px 8px}}.phase-card__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#fff;font-weight:700;margin:0;padding:4px}@media (min-width:20em){.phase-card__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.phase-card__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .phase-card__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.phase-card__subtitle{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;margin-bottom:16px;margin-top:0}@media (min-width:20em){.phase-card__subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.phase-card__subtitle{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .phase-card__subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:43.125em){.phase-card__subtitle{margin-top:8px;margin-bottom:32px}}.phase-card__cta{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700;background-color:#fff;color:#231f20;display:inline-block;margin:auto;padding:12px}@media (min-width:20em){.phase-card__cta{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.phase-card__cta{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .phase-card__cta{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.phase-card__cta .gel-icon--next{color:#e5640f;height:16px;padding-left:8px;position:relative;top:3px;width:16px}.promoted-navigation__phases{padding:0}.promoted-navigation__phases-layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.promoted-navigation__phases-layout{margin-left:-16px}}.promoted-navigation__phases-item{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;display:flex}@media (min-width:37.5em){.promoted-navigation__phases-item{padding-left:16px}}@media (min-width:43.125em){.promoted-navigation__phases-item{width:33.33333%}}.phase-card--primary,.promoted-navigation-overlay__phase--primary{background-image:linear-gradient(125deg,#e45153 50%,#eac522)}.phase-card--secondary,.promoted-navigation-overlay__phase--secondary{background-image:linear-gradient(125deg,#553287 50%,#804d9f)}.phase-card--post-16,.promoted-navigation-overlay__phase--post-16{background-image:linear-gradient(125deg,#253a81 50%,#3051c1)}.optional-link{text-decoration:none}.optional-link,.optional-link *{display:inline-block}.optional-link .gel-icon--next{position:relative;height:16px;width:16px;padding-left:8px;color:#e5640f}.optional-link:focus *,.optional-link:hover *{color:#e5640f;text-decoration:underline}.optional-link:focus .gel-icon--next,.optional-link:focus .gel-icon--next *,.optional-link:hover .gel-icon--next,.optional-link:hover .gel-icon--next *{color:#e5640f;text-decoration:none}#orb-footer{background:#fff}.promoted-navigation__container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1040px;padding-left:0;padding-right:0;position:relative}@media (min-width:25em){.promoted-navigation__container{padding-left:0;padding-right:0}}@media (min-width:37.5em){.promoted-navigation__container{padding-left:16px;padding-right:16px}}.promoted-navigation{background:#fff;box-sizing:border-box;padding-left:8px;padding-right:8px}@media (min-width:37.5em){.promoted-navigation{padding-left:16px;padding-right:16px}}.promoted-navigation__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#231f20;margin:0;padding:0;padding-top:16px}@media (min-width:20em){.promoted-navigation__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.promoted-navigation__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .promoted-navigation__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.drawer-open .in-the-spotlight,.drawer-open .index-page,.drawer-open .promoted-navigation__container,div.index-page{margin-top:0}.drawer-open .promoted-navigation__container{margin-bottom:0}@media (min-width:37.5em){.drawer-open .promoted-navigation__container{margin-top:32px}}</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u5312054547222389 */</script><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:"ss01"}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.education-content-promo--default{background-color:#f1f1f1;min-height:75px;padding:0;position:relative}@media (min-width:56.25em){.education-content-promo--default{min-height:128px}}.education-content-promo--default:hover{background-color:#f1f1f1}.education-content-promo--default:hover .education-content-promo__context-synopsis--default{color:#231f20}.education-content-promo--default--focus{background-color:#f1f1f1}.education-content-promo--default--focus .education-content-promo__context-synopsis--default{color:#231f20}.education-content-promo--default .education-content-promo-container--default .education-content-promo__link--default:after{display:none}.education-content-promo-placeholder--default{background-color:#fff;padding:0}.education-content-promo-placeholder__container--default{list-style:none;direction:ltr;text-align:left}.education-content-promo-placeholder__text--default{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:56.25em){.education-content-promo-placeholder__text--default{width:75%}}@media (min-width:37.5em){.education-content-promo-container--default{display:-webkit-flex;display:-ms-flexbox;display:flex}}.education-content-text-wrapper--default{padding:8px 24px}@media (min-width:37.5em){.education-content-text-wrapper--default{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;justify-content:space-between}}.education-content-text-wrapper--default .education-content-promo__link--default{width:100%;position:static;color:#231f20;font-weight:700;padding-bottom:8px;text-decoration:none}.education-content-text-wrapper--default .education-content-promo__link--default:before{content:"";min-height:75px;overflow:hidden;position:absolute;white-space:nowrap;z-index:1;bottom:0;left:0;right:0;top:0}@media (min-width:37.5em){.education-content-text-wrapper--default .education-content-promo__link--default:before{min-height:128px}}@media (min-width:37.5em){.education-content-text-wrapper--default .education-content-promo__link--default{width:66.66667%;padding-bottom:0}}@media (min-width:63em){.education-content-text-wrapper--default .education-content-promo__link--default{width:75%}}.education-content-text-wrapper--default .education-content-promo__link--default:focus{color:#231f20;outline:none}.education-content-text-wrapper--default .education-content-promo__link--default:focus .education-content-promo__title--default{color:#231f20;text-decoration:underline}.education-content-text-wrapper--default .education-content-promo__link--default:active .education-content-promo__title--default,.education-content-text-wrapper--default .education-content-promo__link--default:hover .education-content-promo__title--default{-webkit-text-decoration-color:#e5640f;color:#e5640f;text-decoration:underline;text-decoration-color:#e5640f}.education-content-promo-meta--default{padding-bottom:8px}@media (min-width:37.5em){.education-content-promo__image-wrapper--default{width:25%;flex-shrink:0}}.education-content-promo__image--default{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.education-content-promo__image--default.core{background-color:#e5640f}.education-content-promo__image--default.primary{background-color:#e45153}.education-content-promo__image--default.secondary{background-color:#553287}.education-content-promo__image--default.post-16{background-color:#253a81}.education-content-promo__title--default{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#231f20;margin:0;padding:8px 0;text-decoration:inherit}.education-content-promo__context-separator--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700;padding-left:8px;padding-right:8px}.education-content-promo__context-label--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;float:left;margin-bottom:8px;margin-right:8px}.education-content-promo__context-labels--default{display:block}@media (min-width:37.5em){.education-content-promo__context-labels--default{display:block}}.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700;color:#231f20;display:block}@media (min-width:15em){.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{display:inline}.education-content-promo__context-item-label--default.education-content-promo__context-item-label--separator--default:after,.education-content-promo__context-item-label--separator--default.education-content-promo__context-item-label--separator--default:after{content:"|";margin:0 8px}}.education-content-promo__context-item-link--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;z-index:2;-webkit-text-decoration-color:#e5640f;border-bottom:0;color:#231f20;font-weight:700;text-decoration:underline;text-decoration-color:#e5640f;display:inline-block;margin:0;position:relative}.education-content-promo__context-item-link--default:visited{color:#706d66}.education-content-promo__context-item-link--default:focus{color:#231f20}.education-content-promo__context-item-link--default:hover{color:#e5640f;text-decoration:none}.education-content-promo__context-item-link--default:visited{color:#231f20}.education-content-promo__context-item-link--default:visited:hover{color:#e5640f}.education-content-promo__context-synopsis--default{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;padding-bottom:8px}.education-content-promo__timestamp--default{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;color:#231f20;font-weight:400;padding-bottom:8px;position:relative}.education-content-promo__timestamp--default svg{height:16px;margin-right:8px;padding-bottom:2px;vertical-align:middle;width:17px}.content-promo-example-icon{height:18px}.bitesize-parents-teachers-journey{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;background-color:#fff}@media (min-width:15em){.bitesize-parents-teachers-journey{padding:8px}}@media (min-width:37.5em){.bitesize-parents-teachers-journey{padding-left:16px;padding-right:16px}}.bitesize-parents-teachers-journey-container{margin-bottom:16px}@media (min-width:37.5em){.bitesize-parents-teachers-journey-container{margin:0 16px 16px}}.bitesize-parents-teachers-journey-title{font-size:20px;width:auto}@media (min-width:37.5em){.bitesize-parents-teachers-journey-title{font-size:26px}}@media (min-width:15em){.bitesize-parents-teachers-journey-title{padding-left:0}}@media (min-width:37.5em){.bitesize-parents-teachers-journey-items{display:flex}}.bitesize-parents-teachers-journey-item{width:100%;background-color:#f1f1f1}@media (min-width:15em){.bitesize-parents-teachers-journey-item{padding-left:0}}.bitesize-parents-teachers-journey-item:last-child{margin-top:16px}@media (min-width:37.5em){.bitesize-parents-teachers-journey-item{width:50%}.bitesize-parents-teachers-journey-item:first-child{margin-right:8px;padding-right:16px}.bitesize-parents-teachers-journey-item:last-child{margin-top:0;margin-left:8px}}.bitesize-parents-teachers-journey-item svg{position:relative;left:3%;fill:#e5640f;height:16px}.education-content-promo--default{height:100%}@media (min-width:37.5em){.education-content-promo--default{display:flex}}.education-content-promo-container--default{display:flex;width:100%}.education-content-promo__image-wrapper--default{align-self:center;display:flex;padding-left:8px;width:40%}.education-content-text-wrapper--default{padding:8px;width:60%}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-parents-teachers-journey-view/1.5.0"]=true; Morph.styleSrc.push("<style>body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:\"ss01\"}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.education-content-promo--default{background-color:#f1f1f1;min-height:75px;padding:0;position:relative}@media (min-width:56.25em){.education-content-promo--default{min-height:128px}}.education-content-promo--default:hover{background-color:#f1f1f1}.education-content-promo--default:hover .education-content-promo__context-synopsis--default{color:#231f20}.education-content-promo--default--focus{background-color:#f1f1f1}.education-content-promo--default--focus .education-content-promo__context-synopsis--default{color:#231f20}.education-content-promo--default .education-content-promo-container--default .education-content-promo__link--default:after{display:none}.education-content-promo-placeholder--default{background-color:#fff;padding:0}.education-content-promo-placeholder__container--default{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.education-content-promo-placeholder__container--default{margin-left:-16px}}.education-content-promo-placeholder__text--default{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:37.5em){.education-content-promo-placeholder__text--default{padding-left:16px}}@media (min-width:20em){.education-content-promo-placeholder__text--default{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.education-content-promo-placeholder__text--default{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .education-content-promo-placeholder__text--default{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:56.25em){.education-content-promo-placeholder__text--default{width:75%}}@media (min-width:37.5em){.education-content-promo-container--default{display:-webkit-flex;display:-ms-flexbox;display:flex}}.education-content-text-wrapper--default{padding:8px 24px}@media (min-width:37.5em){.education-content-text-wrapper--default{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;justify-content:space-between}}.education-content-text-wrapper--default .education-content-promo__link--default{width:100%;position:static;color:#231f20;font-weight:700;padding-bottom:8px;text-decoration:none}.education-content-text-wrapper--default .education-content-promo__link--default:before{content:\"\";min-height:75px;overflow:hidden;position:absolute;white-space:nowrap;z-index:1;bottom:0;left:0;right:0;top:0}@media (min-width:37.5em){.education-content-text-wrapper--default .education-content-promo__link--default:before{min-height:128px}}@media (min-width:37.5em){.education-content-text-wrapper--default .education-content-promo__link--default{width:66.66667%;padding-bottom:0}}@media (min-width:63em){.education-content-text-wrapper--default .education-content-promo__link--default{width:75%}}.education-content-text-wrapper--default .education-content-promo__link--default:focus{color:#231f20;outline:none}.education-content-text-wrapper--default .education-content-promo__link--default:focus .education-content-promo__title--default{color:#231f20;text-decoration:underline}.education-content-text-wrapper--default .education-content-promo__link--default:active .education-content-promo__title--default,.education-content-text-wrapper--default .education-content-promo__link--default:hover .education-content-promo__title--default{-webkit-text-decoration-color:#e5640f;color:#e5640f;text-decoration:underline;text-decoration-color:#e5640f}.education-content-promo-meta--default{padding-bottom:8px}@media (min-width:37.5em){.education-content-promo__image-wrapper--default{width:25%;flex-shrink:0}}.education-content-promo__image--default{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.education-content-promo__image--default.core{background-color:#e5640f}.education-content-promo__image--default.primary{background-color:#e45153}.education-content-promo__image--default.secondary{background-color:#553287}.education-content-promo__image--default.post-16{background-color:#253a81}.education-content-promo__title--default{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#231f20;margin:0;padding:8px 0;text-decoration:inherit}@media (min-width:37.5em){.education-content-promo__title--default{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .education-content-promo__title--default{font-size:20px;font-size:1.25rem}}.education-content-promo__context-separator--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700;padding-left:8px;padding-right:8px}@media (min-width:37.5em){.education-content-promo__context-separator--default{line-height:20px;line-height:1.25rem}.n-no-touchevents .education-content-promo__context-separator--default{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.education-content-promo__context-label--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;float:left;margin-bottom:8px;margin-right:8px}@media (min-width:37.5em){.education-content-promo__context-label--default{line-height:20px;line-height:1.25rem}.n-no-touchevents .education-content-promo__context-label--default{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.education-content-promo__context-labels--default{display:block}@media (min-width:37.5em){.education-content-promo__context-labels--default{display:block}}.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700;color:#231f20;display:block}@media (min-width:37.5em){.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{line-height:20px;line-height:1.25rem}.n-no-touchevents .education-content-promo__context-item-label--default,.n-no-touchevents .education-content-promo__context-item-label--separator--default{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}@media (min-width:15em){.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{display:inline}.education-content-promo__context-item-label--default.education-content-promo__context-item-label--separator--default:after,.education-content-promo__context-item-label--separator--default.education-content-promo__context-item-label--separator--default:after{content:\"|\";margin:0 8px}}.education-content-promo__context-item-link--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;z-index:2;-webkit-text-decoration-color:#e5640f;border-bottom:0;color:#231f20;font-weight:700;text-decoration:underline;text-decoration-color:#e5640f;display:inline-block;margin:0;position:relative}@media (min-width:37.5em){.education-content-promo__context-item-link--default{line-height:20px;line-height:1.25rem}.n-no-touchevents .education-content-promo__context-item-link--default{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.education-content-promo__context-item-link--default:visited{color:#706d66}.education-content-promo__context-item-link--default:focus{color:#231f20}.education-content-promo__context-item-link--default:hover{color:#e5640f;text-decoration:none}.education-content-promo__context-item-link--default:visited{color:#231f20}.education-content-promo__context-item-link--default:visited:hover{color:#e5640f}.education-content-promo__context-synopsis--default{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;padding-bottom:8px}@media (min-width:20em){.education-content-promo__context-synopsis--default{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.education-content-promo__context-synopsis--default{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .education-content-promo__context-synopsis--default{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.education-content-promo__timestamp--default{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;color:#231f20;font-weight:400;padding-bottom:8px;position:relative}@media (min-width:20em){.education-content-promo__timestamp--default{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.n-no-touchevents .education-content-promo__timestamp--default{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.education-content-promo__timestamp--default svg{height:16px;margin-right:8px;padding-bottom:2px;vertical-align:middle;width:17px}.content-promo-example-icon{height:18px}.bitesize-parents-teachers-journey{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff}@media (min-width:25em){.bitesize-parents-teachers-journey{padding-left:16px;padding-right:16px}}@media (min-width:15em){.bitesize-parents-teachers-journey{padding:8px}}@media (min-width:37.5em){.bitesize-parents-teachers-journey{padding-left:16px;padding-right:16px}}.bitesize-parents-teachers-journey-container{margin-bottom:16px}@media (min-width:37.5em){.bitesize-parents-teachers-journey-container{margin:0 16px 16px}}.bitesize-parents-teachers-journey-title{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:20px;width:auto}@media (min-width:37.5em){.bitesize-parents-teachers-journey-title{padding-left:16px;font-size:26px}}@media (min-width:15em){.bitesize-parents-teachers-journey-title{padding-left:0}}@media (min-width:37.5em){.bitesize-parents-teachers-journey-items{display:flex}}.bitesize-parents-teachers-journey-item{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#f1f1f1}@media (min-width:37.5em){.bitesize-parents-teachers-journey-item{padding-left:16px}}@media (min-width:15em){.bitesize-parents-teachers-journey-item{padding-left:0}}.bitesize-parents-teachers-journey-item:last-child{margin-top:16px}@media (min-width:37.5em){.bitesize-parents-teachers-journey-item{width:50%}.bitesize-parents-teachers-journey-item:first-child{margin-right:8px;padding-right:16px}.bitesize-parents-teachers-journey-item:last-child{margin-top:0;margin-left:8px}}.bitesize-parents-teachers-journey-item svg{position:relative;left:3%;fill:#e5640f;height:16px}.education-content-promo--default{height:100%}@media (min-width:37.5em){.education-content-promo--default{display:flex}}.education-content-promo-container--default{display:flex;width:100%}.education-content-promo__image-wrapper--default{align-self:center;display:flex;padding-left:8px;width:40%}.education-content-text-wrapper--default{padding:8px;width:60%}</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u2811913073155412 */</script><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>.gel-2\/4{width:50%!important}.gel-2\/8{width:25%!important}.gel-4\/8{width:50%!important}.gel-6\/8{width:75%!important}.gel-2\/10{width:20%!important}.gel-4\/10{width:40%!important}.gel-5\/10{width:50%!important}.gel-6\/10{width:60%!important}.gel-8\/10{width:80%!important}.gel-3\/12{width:25%!important}.gel-4\/12{width:33.33333%!important}.gel-6\/12{width:50%!important}.gel-8\/12{width:66.66667%!important}.gel-9\/12{width:75%!important}.gel-2\/24{width:8.33333%!important}.gel-3\/24{width:12.5%!important}.gel-4\/24{width:16.66667%!important}.gel-6\/24{width:25%!important}.gel-8\/24{width:33.33333%!important}.gel-9\/24{width:37.5%!important}.gel-10\/24{width:41.66667%!important}.gel-12\/24{width:50%!important}.gel-14\/24{width:58.33333%!important}.gel-15\/24{width:62.5%!important}.gel-16\/24{width:66.66667%!important}.gel-18\/24{width:75%!important}.gel-20\/24{width:83.33333%!important}.gel-21\/24{width:87.5%!important}.gel-22\/24{width:91.66667%!important}@media (min-width:25em){.gel-1\/1\@s{width:100%!important}.gel-1\/2\@s{width:50%!important}.gel-1\/3\@s{width:33.33333%!important}.gel-2\/3\@s{width:66.66667%!important}.gel-1\/4\@s{width:25%!important}.gel-2\/4\@s{width:50%!important}.gel-3\/4\@s{width:75%!important}.gel-1\/5\@s{width:20%!important}.gel-2\/5\@s{width:40%!important}.gel-3\/5\@s{width:60%!important}.gel-4\/5\@s{width:80%!important}.gel-1\/8\@s{width:12.5%!important}.gel-2\/8\@s{width:25%!important}.gel-3\/8\@s{width:37.5%!important}.gel-4\/8\@s{width:50%!important}.gel-5\/8\@s{width:62.5%!important}.gel-6\/8\@s{width:75%!important}.gel-7\/8\@s{width:87.5%!important}.gel-1\/10\@s{width:10%!important}.gel-2\/10\@s{width:20%!important}.gel-3\/10\@s{width:30%!important}.gel-4\/10\@s{width:40%!important}.gel-5\/10\@s{width:50%!important}.gel-6\/10\@s{width:60%!important}.gel-7\/10\@s{width:70%!important}.gel-8\/10\@s{width:80%!important}.gel-9\/10\@s{width:90%!important}.gel-1\/12\@s{width:8.33333%!important}.gel-2\/12\@s{width:16.66667%!important}.gel-3\/12\@s{width:25%!important}.gel-4\/12\@s{width:33.33333%!important}.gel-5\/12\@s{width:41.66667%!important}.gel-6\/12\@s{width:50%!important}.gel-7\/12\@s{width:58.33333%!important}.gel-8\/12\@s{width:66.66667%!important}.gel-9\/12\@s{width:75%!important}.gel-10\/12\@s{width:83.33333%!important}.gel-11\/12\@s{width:91.66667%!important}.gel-1\/24\@s{width:4.16667%!important}.gel-2\/24\@s{width:8.33333%!important}.gel-3\/24\@s{width:12.5%!important}.gel-4\/24\@s{width:16.66667%!important}.gel-5\/24\@s{width:20.83333%!important}.gel-6\/24\@s{width:25%!important}.gel-7\/24\@s{width:29.16667%!important}.gel-8\/24\@s{width:33.33333%!important}.gel-9\/24\@s{width:37.5%!important}.gel-10\/24\@s{width:41.66667%!important}.gel-11\/24\@s{width:45.83333%!important}.gel-12\/24\@s{width:50%!important}.gel-13\/24\@s{width:54.16667%!important}.gel-14\/24\@s{width:58.33333%!important}.gel-15\/24\@s{width:62.5%!important}.gel-16\/24\@s{width:66.66667%!important}.gel-17\/24\@s{width:70.83333%!important}.gel-18\/24\@s{width:75%!important}.gel-19\/24\@s{width:79.16667%!important}.gel-20\/24\@s{width:83.33333%!important}.gel-21\/24\@s{width:87.5%!important}.gel-22\/24\@s{width:91.66667%!important}.gel-23\/24\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\/1\@m{width:100%!important}.gel-1\/2\@m{width:50%!important}.gel-1\/3\@m{width:33.33333%!important}.gel-2\/3\@m{width:66.66667%!important}.gel-1\/4\@m{width:25%!important}.gel-2\/4\@m{width:50%!important}.gel-3\/4\@m{width:75%!important}.gel-1\/5\@m{width:20%!important}.gel-2\/5\@m{width:40%!important}.gel-3\/5\@m{width:60%!important}.gel-4\/5\@m{width:80%!important}.gel-1\/8\@m{width:12.5%!important}.gel-2\/8\@m{width:25%!important}.gel-3\/8\@m{width:37.5%!important}.gel-4\/8\@m{width:50%!important}.gel-5\/8\@m{width:62.5%!important}.gel-6\/8\@m{width:75%!important}.gel-7\/8\@m{width:87.5%!important}.gel-1\/10\@m{width:10%!important}.gel-2\/10\@m{width:20%!important}.gel-3\/10\@m{width:30%!important}.gel-4\/10\@m{width:40%!important}.gel-5\/10\@m{width:50%!important}.gel-6\/10\@m{width:60%!important}.gel-7\/10\@m{width:70%!important}.gel-8\/10\@m{width:80%!important}.gel-9\/10\@m{width:90%!important}.gel-1\/12\@m{width:8.33333%!important}.gel-2\/12\@m{width:16.66667%!important}.gel-3\/12\@m{width:25%!important}.gel-4\/12\@m{width:33.33333%!important}.gel-5\/12\@m{width:41.66667%!important}.gel-6\/12\@m{width:50%!important}.gel-7\/12\@m{width:58.33333%!important}.gel-8\/12\@m{width:66.66667%!important}.gel-9\/12\@m{width:75%!important}.gel-10\/12\@m{width:83.33333%!important}.gel-11\/12\@m{width:91.66667%!important}.gel-1\/24\@m{width:4.16667%!important}.gel-2\/24\@m{width:8.33333%!important}.gel-3\/24\@m{width:12.5%!important}.gel-4\/24\@m{width:16.66667%!important}.gel-5\/24\@m{width:20.83333%!important}.gel-6\/24\@m{width:25%!important}.gel-7\/24\@m{width:29.16667%!important}.gel-8\/24\@m{width:33.33333%!important}.gel-9\/24\@m{width:37.5%!important}.gel-10\/24\@m{width:41.66667%!important}.gel-11\/24\@m{width:45.83333%!important}.gel-12\/24\@m{width:50%!important}.gel-13\/24\@m{width:54.16667%!important}.gel-14\/24\@m{width:58.33333%!important}.gel-15\/24\@m{width:62.5%!important}.gel-16\/24\@m{width:66.66667%!important}.gel-17\/24\@m{width:70.83333%!important}.gel-18\/24\@m{width:75%!important}.gel-19\/24\@m{width:79.16667%!important}.gel-20\/24\@m{width:83.33333%!important}.gel-21\/24\@m{width:87.5%!important}.gel-22\/24\@m{width:91.66667%!important}.gel-23\/24\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\/1\@l{width:100%!important}.gel-1\/2\@l{width:50%!important}.gel-1\/3\@l{width:33.33333%!important}.gel-2\/3\@l{width:66.66667%!important}.gel-1\/4\@l{width:25%!important}.gel-2\/4\@l{width:50%!important}.gel-3\/4\@l{width:75%!important}.gel-1\/5\@l{width:20%!important}.gel-2\/5\@l{width:40%!important}.gel-3\/5\@l{width:60%!important}.gel-4\/5\@l{width:80%!important}.gel-1\/8\@l{width:12.5%!important}.gel-2\/8\@l{width:25%!important}.gel-3\/8\@l{width:37.5%!important}.gel-4\/8\@l{width:50%!important}.gel-5\/8\@l{width:62.5%!important}.gel-6\/8\@l{width:75%!important}.gel-7\/8\@l{width:87.5%!important}.gel-1\/10\@l{width:10%!important}.gel-2\/10\@l{width:20%!important}.gel-3\/10\@l{width:30%!important}.gel-4\/10\@l{width:40%!important}.gel-5\/10\@l{width:50%!important}.gel-6\/10\@l{width:60%!important}.gel-7\/10\@l{width:70%!important}.gel-8\/10\@l{width:80%!important}.gel-9\/10\@l{width:90%!important}.gel-1\/12\@l{width:8.33333%!important}.gel-2\/12\@l{width:16.66667%!important}.gel-3\/12\@l{width:25%!important}.gel-4\/12\@l{width:33.33333%!important}.gel-5\/12\@l{width:41.66667%!important}.gel-6\/12\@l{width:50%!important}.gel-7\/12\@l{width:58.33333%!important}.gel-8\/12\@l{width:66.66667%!important}.gel-9\/12\@l{width:75%!important}.gel-10\/12\@l{width:83.33333%!important}.gel-11\/12\@l{width:91.66667%!important}.gel-1\/24\@l{width:4.16667%!important}.gel-2\/24\@l{width:8.33333%!important}.gel-3\/24\@l{width:12.5%!important}.gel-4\/24\@l{width:16.66667%!important}.gel-5\/24\@l{width:20.83333%!important}.gel-6\/24\@l{width:25%!important}.gel-7\/24\@l{width:29.16667%!important}.gel-8\/24\@l{width:33.33333%!important}.gel-9\/24\@l{width:37.5%!important}.gel-10\/24\@l{width:41.66667%!important}.gel-11\/24\@l{width:45.83333%!important}.gel-12\/24\@l{width:50%!important}.gel-13\/24\@l{width:54.16667%!important}.gel-14\/24\@l{width:58.33333%!important}.gel-15\/24\@l{width:62.5%!important}.gel-16\/24\@l{width:66.66667%!important}.gel-17\/24\@l{width:70.83333%!important}.gel-18\/24\@l{width:75%!important}.gel-19\/24\@l{width:79.16667%!important}.gel-20\/24\@l{width:83.33333%!important}.gel-21\/24\@l{width:87.5%!important}.gel-22\/24\@l{width:91.66667%!important}.gel-23\/24\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\/1\@xl{width:100%!important}.gel-1\/2\@xl{width:50%!important}.gel-1\/3\@xl{width:33.33333%!important}.gel-2\/3\@xl{width:66.66667%!important}.gel-1\/4\@xl{width:25%!important}.gel-2\/4\@xl{width:50%!important}.gel-3\/4\@xl{width:75%!important}.gel-1\/5\@xl{width:20%!important}.gel-2\/5\@xl{width:40%!important}.gel-3\/5\@xl{width:60%!important}.gel-4\/5\@xl{width:80%!important}.gel-1\/8\@xl{width:12.5%!important}.gel-2\/8\@xl{width:25%!important}.gel-3\/8\@xl{width:37.5%!important}.gel-4\/8\@xl{width:50%!important}.gel-5\/8\@xl{width:62.5%!important}.gel-6\/8\@xl{width:75%!important}.gel-7\/8\@xl{width:87.5%!important}.gel-1\/10\@xl{width:10%!important}.gel-2\/10\@xl{width:20%!important}.gel-3\/10\@xl{width:30%!important}.gel-4\/10\@xl{width:40%!important}.gel-5\/10\@xl{width:50%!important}.gel-6\/10\@xl{width:60%!important}.gel-7\/10\@xl{width:70%!important}.gel-8\/10\@xl{width:80%!important}.gel-9\/10\@xl{width:90%!important}.gel-1\/12\@xl{width:8.33333%!important}.gel-2\/12\@xl{width:16.66667%!important}.gel-3\/12\@xl{width:25%!important}.gel-4\/12\@xl{width:33.33333%!important}.gel-5\/12\@xl{width:41.66667%!important}.gel-6\/12\@xl{width:50%!important}.gel-7\/12\@xl{width:58.33333%!important}.gel-8\/12\@xl{width:66.66667%!important}.gel-9\/12\@xl{width:75%!important}.gel-10\/12\@xl{width:83.33333%!important}.gel-11\/12\@xl{width:91.66667%!important}.gel-1\/24\@xl{width:4.16667%!important}.gel-2\/24\@xl{width:8.33333%!important}.gel-3\/24\@xl{width:12.5%!important}.gel-4\/24\@xl{width:16.66667%!important}.gel-5\/24\@xl{width:20.83333%!important}.gel-6\/24\@xl{width:25%!important}.gel-7\/24\@xl{width:29.16667%!important}.gel-8\/24\@xl{width:33.33333%!important}.gel-9\/24\@xl{width:37.5%!important}.gel-10\/24\@xl{width:41.66667%!important}.gel-11\/24\@xl{width:45.83333%!important}.gel-12\/24\@xl{width:50%!important}.gel-13\/24\@xl{width:54.16667%!important}.gel-14\/24\@xl{width:58.33333%!important}.gel-15\/24\@xl{width:62.5%!important}.gel-16\/24\@xl{width:66.66667%!important}.gel-17\/24\@xl{width:70.83333%!important}.gel-18\/24\@xl{width:75%!important}.gel-19\/24\@xl{width:79.16667%!important}.gel-20\/24\@xl{width:83.33333%!important}.gel-21\/24\@xl{width:87.5%!important}.gel-22\/24\@xl{width:91.66667%!important}.gel-23\/24\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\/1\@xxl{width:100%!important}.gel-1\/2\@xxl{width:50%!important}.gel-1\/3\@xxl{width:33.33333%!important}.gel-2\/3\@xxl{width:66.66667%!important}.gel-1\/4\@xxl{width:25%!important}.gel-2\/4\@xxl{width:50%!important}.gel-3\/4\@xxl{width:75%!important}.gel-1\/5\@xxl{width:20%!important}.gel-2\/5\@xxl{width:40%!important}.gel-3\/5\@xxl{width:60%!important}.gel-4\/5\@xxl{width:80%!important}.gel-1\/8\@xxl{width:12.5%!important}.gel-2\/8\@xxl{width:25%!important}.gel-3\/8\@xxl{width:37.5%!important}.gel-4\/8\@xxl{width:50%!important}.gel-5\/8\@xxl{width:62.5%!important}.gel-6\/8\@xxl{width:75%!important}.gel-7\/8\@xxl{width:87.5%!important}.gel-1\/10\@xxl{width:10%!important}.gel-2\/10\@xxl{width:20%!important}.gel-3\/10\@xxl{width:30%!important}.gel-4\/10\@xxl{width:40%!important}.gel-5\/10\@xxl{width:50%!important}.gel-6\/10\@xxl{width:60%!important}.gel-7\/10\@xxl{width:70%!important}.gel-8\/10\@xxl{width:80%!important}.gel-9\/10\@xxl{width:90%!important}.gel-1\/12\@xxl{width:8.33333%!important}.gel-2\/12\@xxl{width:16.66667%!important}.gel-3\/12\@xxl{width:25%!important}.gel-4\/12\@xxl{width:33.33333%!important}.gel-5\/12\@xxl{width:41.66667%!important}.gel-6\/12\@xxl{width:50%!important}.gel-7\/12\@xxl{width:58.33333%!important}.gel-8\/12\@xxl{width:66.66667%!important}.gel-9\/12\@xxl{width:75%!important}.gel-10\/12\@xxl{width:83.33333%!important}.gel-11\/12\@xxl{width:91.66667%!important}.gel-1\/24\@xxl{width:4.16667%!important}.gel-2\/24\@xxl{width:8.33333%!important}.gel-3\/24\@xxl{width:12.5%!important}.gel-4\/24\@xxl{width:16.66667%!important}.gel-5\/24\@xxl{width:20.83333%!important}.gel-6\/24\@xxl{width:25%!important}.gel-7\/24\@xxl{width:29.16667%!important}.gel-8\/24\@xxl{width:33.33333%!important}.gel-9\/24\@xxl{width:37.5%!important}.gel-10\/24\@xxl{width:41.66667%!important}.gel-11\/24\@xxl{width:45.83333%!important}.gel-12\/24\@xxl{width:50%!important}.gel-13\/24\@xxl{width:54.16667%!important}.gel-14\/24\@xxl{width:58.33333%!important}.gel-15\/24\@xxl{width:62.5%!important}.gel-16\/24\@xxl{width:66.66667%!important}.gel-17\/24\@xxl{width:70.83333%!important}.gel-18\/24\@xxl{width:75%!important}.gel-19\/24\@xxl{width:79.16667%!important}.gel-20\/24\@xxl{width:83.33333%!important}.gel-21\/24\@xxl{width:87.5%!important}.gel-22\/24\@xxl{width:91.66667%!important}.gel-23\/24\@xxl{width:95.83333%!important}}.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px}@media (min-width:25em){.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{padding-left:16px;padding-right:16px}}@media (min-width:80em){.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{max-width:1280px}}.gel-layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.gel-layout{margin-left:-16px}}.gel-layout__item{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top}@media (min-width:37.5em){.gel-layout__item{padding-left:16px}}.gel-layout--flush{margin-left:0}.gel-layout--flush>.gel-layout__item{padding-left:0}.gel-layout--rev{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.no-flexbox .gel-layout--rev{direction:rtl;text-align:left}.no-flexbox .gel-layout--rev>.gel-layout__item{direction:ltr;text-align:left}.gel-layout--middle{-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.gel-layout--middle>.gel-layout__item{vertical-align:middle}.gel-layout--bottom{-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.gel-layout--bottom>.gel-layout__item{vertical-align:bottom}.gel-layout--right{text-align:right;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.gel-layout--right>.gel-layout__item{text-align:left}.gel-layout--center{text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.gel-layout--center>.gel-layout__item{text-align:left}.gel-layout--auto>.gel-layout__item{width:auto}.gel-layout--no-flex{min-width:100%}.gel-layout--no-flex,.gel-layout--no-flex>.gel-layout__item{display:block;display:inline-block}.gel-layout--equal>.gel-layout__item{display:-webkit-flex;display:flex}.gel-layout--fit>.gel-layout__item{width:auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gel-layout__item--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.gel-layout__item--center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.gel-layout__item--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.gel-1\/1{width:100%!important}.gel-1\/2{width:50%!important}.gel-1\/3{width:33.33333%!important}.gel-2\/3{width:66.66667%!important}.gel-1\/4{width:25%!important}.gel-3\/4{width:75%!important}.gel-1\/5{width:20%!important}.gel-2\/5{width:40%!important}.gel-3\/5{width:60%!important}.gel-4\/5{width:80%!important}.gel-1\/8{width:12.5%!important}.gel-3\/8{width:37.5%!important}.gel-5\/8{width:62.5%!important}.gel-7\/8{width:87.5%!important}.gel-1\/10{width:10%!important}.gel-3\/10{width:30%!important}.gel-7\/10{width:70%!important}.gel-9\/10{width:90%!important}.gel-1\/12{width:8.33333%!important}.gel-2\/12{width:16.66667%!important}.gel-5\/12{width:41.66667%!important}.gel-7\/12{width:58.33333%!important}.gel-10\/12{width:83.33333%!important}.gel-11\/12{width:91.66667%!important}.gel-1\/24{width:4.16667%!important}.gel-5\/24{width:20.83333%!important}.gel-7\/24{width:29.16667%!important}.gel-11\/24{width:45.83333%!important}.gel-13\/24{width:54.16667%!important}.gel-17\/24{width:70.83333%!important}.gel-19\/24{width:79.16667%!important}.gel-23\/24{width:95.83333%!important}@media (min-width:25em){.gel-1\/1\@s{width:100%!important}.gel-1\/2\@s{width:50%!important}.gel-1\/3\@s{width:33.33333%!important}.gel-2\/3\@s{width:66.66667%!important}.gel-1\/4\@s{width:25%!important}.gel-3\/4\@s{width:75%!important}.gel-1\/5\@s{width:20%!important}.gel-2\/5\@s{width:40%!important}.gel-3\/5\@s{width:60%!important}.gel-4\/5\@s{width:80%!important}.gel-1\/8\@s{width:12.5%!important}.gel-3\/8\@s{width:37.5%!important}.gel-5\/8\@s{width:62.5%!important}.gel-7\/8\@s{width:87.5%!important}.gel-1\/10\@s{width:10%!important}.gel-3\/10\@s{width:30%!important}.gel-7\/10\@s{width:70%!important}.gel-9\/10\@s{width:90%!important}.gel-1\/12\@s{width:8.33333%!important}.gel-2\/12\@s{width:16.66667%!important}.gel-5\/12\@s{width:41.66667%!important}.gel-7\/12\@s{width:58.33333%!important}.gel-10\/12\@s{width:83.33333%!important}.gel-11\/12\@s{width:91.66667%!important}.gel-1\/24\@s{width:4.16667%!important}.gel-5\/24\@s{width:20.83333%!important}.gel-7\/24\@s{width:29.16667%!important}.gel-11\/24\@s{width:45.83333%!important}.gel-13\/24\@s{width:54.16667%!important}.gel-17\/24\@s{width:70.83333%!important}.gel-19\/24\@s{width:79.16667%!important}.gel-23\/24\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\/1\@m{width:100%!important}.gel-1\/2\@m{width:50%!important}.gel-1\/3\@m{width:33.33333%!important}.gel-2\/3\@m{width:66.66667%!important}.gel-1\/4\@m{width:25%!important}.gel-3\/4\@m{width:75%!important}.gel-1\/5\@m{width:20%!important}.gel-2\/5\@m{width:40%!important}.gel-3\/5\@m{width:60%!important}.gel-4\/5\@m{width:80%!important}.gel-1\/8\@m{width:12.5%!important}.gel-3\/8\@m{width:37.5%!important}.gel-5\/8\@m{width:62.5%!important}.gel-7\/8\@m{width:87.5%!important}.gel-1\/10\@m{width:10%!important}.gel-3\/10\@m{width:30%!important}.gel-7\/10\@m{width:70%!important}.gel-9\/10\@m{width:90%!important}.gel-1\/12\@m{width:8.33333%!important}.gel-2\/12\@m{width:16.66667%!important}.gel-5\/12\@m{width:41.66667%!important}.gel-7\/12\@m{width:58.33333%!important}.gel-10\/12\@m{width:83.33333%!important}.gel-11\/12\@m{width:91.66667%!important}.gel-1\/24\@m{width:4.16667%!important}.gel-5\/24\@m{width:20.83333%!important}.gel-7\/24\@m{width:29.16667%!important}.gel-11\/24\@m{width:45.83333%!important}.gel-13\/24\@m{width:54.16667%!important}.gel-17\/24\@m{width:70.83333%!important}.gel-19\/24\@m{width:79.16667%!important}.gel-23\/24\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\/1\@l{width:100%!important}.gel-1\/2\@l{width:50%!important}.gel-1\/3\@l{width:33.33333%!important}.gel-2\/3\@l{width:66.66667%!important}.gel-1\/4\@l{width:25%!important}.gel-3\/4\@l{width:75%!important}.gel-1\/5\@l{width:20%!important}.gel-2\/5\@l{width:40%!important}.gel-3\/5\@l{width:60%!important}.gel-4\/5\@l{width:80%!important}.gel-1\/8\@l{width:12.5%!important}.gel-3\/8\@l{width:37.5%!important}.gel-5\/8\@l{width:62.5%!important}.gel-7\/8\@l{width:87.5%!important}.gel-1\/10\@l{width:10%!important}.gel-3\/10\@l{width:30%!important}.gel-7\/10\@l{width:70%!important}.gel-9\/10\@l{width:90%!important}.gel-1\/12\@l{width:8.33333%!important}.gel-2\/12\@l{width:16.66667%!important}.gel-5\/12\@l{width:41.66667%!important}.gel-7\/12\@l{width:58.33333%!important}.gel-10\/12\@l{width:83.33333%!important}.gel-11\/12\@l{width:91.66667%!important}.gel-1\/24\@l{width:4.16667%!important}.gel-5\/24\@l{width:20.83333%!important}.gel-7\/24\@l{width:29.16667%!important}.gel-11\/24\@l{width:45.83333%!important}.gel-13\/24\@l{width:54.16667%!important}.gel-17\/24\@l{width:70.83333%!important}.gel-19\/24\@l{width:79.16667%!important}.gel-23\/24\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\/1\@xl{width:100%!important}.gel-1\/2\@xl{width:50%!important}.gel-1\/3\@xl{width:33.33333%!important}.gel-2\/3\@xl{width:66.66667%!important}.gel-1\/4\@xl{width:25%!important}.gel-3\/4\@xl{width:75%!important}.gel-1\/5\@xl{width:20%!important}.gel-2\/5\@xl{width:40%!important}.gel-3\/5\@xl{width:60%!important}.gel-4\/5\@xl{width:80%!important}.gel-1\/8\@xl{width:12.5%!important}.gel-3\/8\@xl{width:37.5%!important}.gel-5\/8\@xl{width:62.5%!important}.gel-7\/8\@xl{width:87.5%!important}.gel-1\/10\@xl{width:10%!important}.gel-3\/10\@xl{width:30%!important}.gel-7\/10\@xl{width:70%!important}.gel-9\/10\@xl{width:90%!important}.gel-1\/12\@xl{width:8.33333%!important}.gel-2\/12\@xl{width:16.66667%!important}.gel-5\/12\@xl{width:41.66667%!important}.gel-7\/12\@xl{width:58.33333%!important}.gel-10\/12\@xl{width:83.33333%!important}.gel-11\/12\@xl{width:91.66667%!important}.gel-1\/24\@xl{width:4.16667%!important}.gel-5\/24\@xl{width:20.83333%!important}.gel-7\/24\@xl{width:29.16667%!important}.gel-11\/24\@xl{width:45.83333%!important}.gel-13\/24\@xl{width:54.16667%!important}.gel-17\/24\@xl{width:70.83333%!important}.gel-19\/24\@xl{width:79.16667%!important}.gel-23\/24\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\/1\@xxl{width:100%!important}.gel-1\/2\@xxl{width:50%!important}.gel-1\/3\@xxl{width:33.33333%!important}.gel-2\/3\@xxl{width:66.66667%!important}.gel-1\/4\@xxl{width:25%!important}.gel-3\/4\@xxl{width:75%!important}.gel-1\/5\@xxl{width:20%!important}.gel-2\/5\@xxl{width:40%!important}.gel-3\/5\@xxl{width:60%!important}.gel-4\/5\@xxl{width:80%!important}.gel-1\/8\@xxl{width:12.5%!important}.gel-3\/8\@xxl{width:37.5%!important}.gel-5\/8\@xxl{width:62.5%!important}.gel-7\/8\@xxl{width:87.5%!important}.gel-1\/10\@xxl{width:10%!important}.gel-3\/10\@xxl{width:30%!important}.gel-7\/10\@xxl{width:70%!important}.gel-9\/10\@xxl{width:90%!important}.gel-1\/12\@xxl{width:8.33333%!important}.gel-2\/12\@xxl{width:16.66667%!important}.gel-5\/12\@xxl{width:41.66667%!important}.gel-7\/12\@xxl{width:58.33333%!important}.gel-10\/12\@xxl{width:83.33333%!important}.gel-11\/12\@xxl{width:91.66667%!important}.gel-1\/24\@xxl{width:4.16667%!important}.gel-5\/24\@xxl{width:20.83333%!important}.gel-7\/24\@xxl{width:29.16667%!important}.gel-11\/24\@xxl{width:45.83333%!important}.gel-13\/24\@xxl{width:54.16667%!important}.gel-17\/24\@xxl{width:70.83333%!important}.gel-19\/24\@xxl{width:79.16667%!important}.gel-23\/24\@xxl{width:95.83333%!important}}.ec-icon{fill:currentColor;height:1em;position:relative;top:2px;width:1em}.ec-icon svg{height:inherit;width:inherit}.ec-pagination{display:flex;padding-bottom:24px}.ec-pagination__list{display:inline-block;list-style:none;margin:0 auto;padding:0}.ec-pagination__list-item{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700;display:none;padding-left:8px;padding-top:8px}@media (min-width:20em){.ec-pagination__list-item{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination__list-item{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .ec-pagination__list-item{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.ec-pagination__list-item:first-child{padding-left:0}.ec-pagination__list-item.ec-pagination__priority--0{display:inline}@media (min-width:37.5em){.ec-pagination__list-item.ec-pagination__priority--1{display:inline}}@media (min-width:56.25em){.ec-pagination__list-item.ec-pagination__priority--2{display:inline}}@media (min-width:63em){.ec-pagination__list-item.ec-pagination__priority--3{display:inline}}.ec-pagination__ellipsis{display:inline}.ec-pagination__ellipsis:after{content:"..."}@media (min-width:63em){.ec-pagination__ellipsis--priority-1{display:none}}@media (min-width:56.25em){.ec-pagination__ellipsis--priority-2{display:none}}@media (min-width:37.5em){.ec-pagination__ellipsis--priority-3{display:none}}.ec-pagination__ellipsis--priority-4{display:none}.ec-pagination__link{background-color:#eee;color:#252525;display:inline-block;line-height:44px;text-align:center;text-decoration:none;width:44px}.ec-pagination__link:visited{color:#706d66}.ec-pagination__link:focus,.ec-pagination__link:hover{background-color:#252525;color:#eee;text-decoration:underline}.ec-pagination__link--disabled{color:#dbdbdb}.ec-pagination__link--disabled:focus,.ec-pagination__link--disabled:hover{background-color:#eee;color:#dbdbdb;text-decoration:none}.ec-pagination__link--selected{background-color:#0073bb;color:#fff}.ec-pagination__link .ec-icon{top:0}.ec-pagination__link .ec-icon svg{height:12px;width:12px}.ec-pagination-summary{padding-bottom:16px;padding-top:24px}.ec-pagination-summary__text{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.ec-pagination-summary__text{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination-summary__text{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .ec-pagination-summary__text{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination-summary{padding-bottom:24px}}.ec-pagination--bitesize .ec-pagination__link{background-color:#fff;text-decoration:underline;text-decoration-color:#e5640f}.ec-pagination--bitesize .ec-pagination__link--arrow{background-color:#e5640f;color:#fff}.ec-pagination--bitesize .ec-pagination__link--arrow:focus,.ec-pagination--bitesize .ec-pagination__link--arrow:hover{background-color:#252525;color:#fff}.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled,.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled:focus,.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled:hover{background-color:#eee;color:#fff}.ec-pagination--bitesize .ec-pagination__link:focus,.ec-pagination--bitesize .ec-pagination__link:hover{background-color:#fff;color:#e5640f;text-decoration:none}.ec-pagination--bitesize .ec-pagination__link--selected{background-color:#252525;text-decoration:none}.ec-pagination--bitesize .ec-pagination__link--selected:focus,.ec-pagination--bitesize .ec-pagination__link--selected:hover{background-color:#252525;color:#fff}.baseplate-canon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}@media (min-width:20em){.baseplate-canon{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-canon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-canon-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon-bold{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon-bold{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-trafalgar{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-trafalgar{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-trafalgar-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-trafalgar-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar-bold{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-paragon{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-paragon{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-paragon-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-paragon-bold{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon-bold{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-double-pica{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:37.5em){.baseplate-double-pica{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-double-pica-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:37.5em){.baseplate-double-pica-bold{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-great-primer{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}@media (min-width:37.5em){.baseplate-great-primer{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer{font-size:20px;font-size:1.25rem}}.baseplate-great-primer-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;font-weight:700}@media (min-width:20em){.baseplate-great-primer-bold{letter-spacing:-1px;letter-spacing:-.0625rem}}@media (min-width:37.5em){.baseplate-great-primer-bold{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer-bold{font-size:20px;font-size:1.25rem}}.baseplate-pica{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-pica-bold{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700}@media (min-width:20em){.baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-long-primer{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem}@media (min-width:37.5em){.baseplate-long-primer{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-long-primer-bold{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700}@media (min-width:37.5em){.baseplate-long-primer-bold{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer-bold{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-brevier{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem}@media (min-width:20em){.baseplate-brevier{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-brevier-bold{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;font-weight:700}@media (min-width:20em){.baseplate-brevier-bold{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier-bold{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-minion{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase}@media (min-width:37.5em){.baseplate-minion{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion{font-size:12px;font-size:.75rem}}.baseplate-minion-bold{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase;font-weight:700}@media (min-width:37.5em){.baseplate-minion-bold{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion-bold{font-size:12px;font-size:.75rem}}.baseplate-body-copy{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.baseplate-body-copy{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.education-link__invisible--my-bitesize{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.education-link__link--my-bitesize{text-decoration:none}.education-link__link--my-bitesize:visited .education-link__link-title--my-bitesize{color:#fff}.education-link__link--my-bitesize:focus .education-link__link-panel--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-panel--my-bitesize{background-color:#231f20}.education-link__link--my-bitesize:focus .education-link__link-title--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-title--my-bitesize{color:#fff;font-weight:400;text-decoration:underline}.education-link__link--my-bitesize:focus .education-link__link-subtitle--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-subtitle--my-bitesize{color:#fff;font-weight:400;text-decoration:none}.education-link__link--my-bitesize:focus .education-link__link-icon--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-icon--my-bitesize{fill:#fff}.education-link__link--my-bitesize:focus svg,.education-link__link--my-bitesize:hover svg{pointer-events:none}.education-link__link-panel--my-bitesize{background-color:#e5640f;margin-bottom:3px;padding:12px}.education-link__link-text-wrapper--my-bitesize{display:table-cell;width:100%}.education-link__link-title--my-bitesize{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#fff;font-weight:400;text-decoration:none}@media (min-width:37.5em){.education-link__link-title--my-bitesize{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .education-link__link-title--my-bitesize{font-size:20px;font-size:1.25rem}}.education-link__link-subtitle--my-bitesize{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;font-weight:400;margin-top:4px;text-decoration:none}@media (min-width:20em){.education-link__link-subtitle--my-bitesize{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.education-link__link-subtitle--my-bitesize{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .education-link__link-subtitle--my-bitesize{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.education-link__link-icon-wrapper--my-bitesize{display:table-cell;vertical-align:middle}.education-link__link-icon--my-bitesize{fill:#fff;height:16px;padding-top:3px;padding-left:8px;width:16px}@media (min-width:37.5em){.education-link__link-icon--my-bitesize{padding-top:4px}}svg{pointer-events:none}body{margin:0}.promo{width:100%;box-sizing:border-box;margin-bottom:16px}.promo .promo-link{flex-direction:column;background:#f1f1f1;border:none;color:#fff;line-height:0;margin:0;text-decoration:none;padding:0;width:100%;display:flex}.promo:hover .promo-link{background:#333}.promo:hover .promo-link .promo-title{text-decoration:underline}.promo:hover .promo-image-container .gel-icon{background:#333}.promo .promo-image-container{width:100%;background-color:#f0f0f0;background-image:url(https://web.archive.org/web/20211026202602im_/https://bitesize.files.bbci.co.uk/images/svgs/furniture/bbc-blocks-image-placeholder.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;flex:none;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.promo .promo-image-container .gel-icon{display:block;position:absolute;bottom:0;left:0;background:#f1f1f1;height:54px;width:54px;color:#000;padding:16px 0;box-sizing:border-box}.promo .promo-image-container .gel-icon svg{height:20px!important}.promo .promo-image{width:100%;margin:0;border:none;position:absolute}.promo .promo-image--lazyload+.gel-icon{display:none}.promo .promo-label-container{background-color:#000;left:0;position:absolute;top:0}.promo .promo-label{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#fff;display:inline-block;padding:8px;text-transform:uppercase}@media (min-width:37.5em){.promo .promo-label{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-label{font-size:12px;font-size:.75rem}}.promo .promo-footer{width:100%;display:flex;flex-grow:1;flex-direction:column}.promo .promo-title{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;border:none;margin:16px;padding:0}@media (min-width:20em){.promo .promo-title{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.promo .promo-title{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .promo .promo-title{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.promo .promo-description,.promo .promo-synopsis{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;border:none;margin:16px;margin-top:0;padding:0}@media (min-width:37.5em){.promo .promo-description,.promo .promo-synopsis{line-height:20px;line-height:1.25rem}.no-touch .promo .promo-description,.no-touch .promo .promo-synopsis{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.promo .promo-attribution{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;margin:16px;margin-top:auto;padding:0;text-transform:uppercase;font-weight:400}@media (min-width:37.5em){.promo .promo-attribution{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-attribution{font-size:12px;font-size:.75rem}}.promo .promo-label--live{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#fff;display:inline-block;font-weight:700;padding:8px;text-transform:uppercase}@media (min-width:37.5em){.promo .promo-label--live{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-label--live{font-size:12px;font-size:.75rem}}@keyframes pulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.promo .promo-label--live__icon-outer{padding-left:8px;vertical-align:text-top}.promo .promo-label--live__icon-center{display:inline-block;will-change:opacity;animation:pulse 1.7s ease infinite}@supports (-ms-ime-align:auto){.promo{overflow:hidden}.promo-image-container{display:table}.promo-link{height:100%}.promo-footer{position:relative}}.collection .collection-content{box-sizing:border-box;padding-bottom:16px;padding-top:28px}.collection .collection-title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;margin-bottom:18px;margin-top:0}@media (min-width:37.5em){.collection .collection-title{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .collection .collection-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.collection .collection-title--light{color:#fff!important}.collection .collection-title .collection-title-link{color:#000;text-decoration:none}.collection .collection-title .collection-title-link:hover{color:#1074b9;text-decoration:underline}.collection .collection-title .collection-title-link .gel-icon{margin-left:8px;width:.6em;height:.6em}.error-container{box-sizing:border-box;padding:16px;background:#fff}.error-container .gel-icon--loading{padding:16px}.error-container .gel-icon--loading,.error-container svg{height:64px;width:64px}.error-container h2{font-size:2rem;max-width:800px}.error-container p{font-size:1rem;font-weight:400;max-width:800px}.error-container ul{list-style:none;margin-left:0;padding-left:0;font-size:1rem}.error-container ul a{color:#000;font-weight:700}@media (min-width:37.5em){.error-container h2{font-size:2.75rem}}.index-page{box-sizing:border-box;margin-top:16px}.index-page.sr-only{position:absolute;padding:0;margin:-1px;clip:rect(0,0,0,0);width:1px;height:1px;border:0;overflow:hidden}.index-page .index-page-title{box-sizing:border-box;padding-bottom:16px;font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.index-page .index-page-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.index-page .index-page-title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .index-page .index-page-title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.index-page .index-page__short-description{box-sizing:border-box;padding-bottom:16px;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.index-page .index-page__short-description{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.index-page .index-page__short-description{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .index-page .index-page__short-description{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.index-page .index-page__call-to-action{box-sizing:border-box;padding-bottom:16px}.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{box-sizing:border-box;margin-top:-30px;padding:0 8px}@media (min-width:37.5em){.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{margin-left:16px;margin-right:16px;padding:0 16px}}@media (min-width:66em){.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{margin-left:auto;margin-right:auto;max-width:1008px}}.index-page .index-page__collection-search-bar-wrapper{background-color:#fff;padding-top:8px}@media (min-width:37.5em){.index-page .index-page__collection-search-bar-wrapper{padding:16px}}.layout-hero-2 .promo{width:50%}.layout-hero-2 .promo:first-child{width:100%}.layout-hero-2 .promo .promo-link{flex-direction:column}.layout-hero-2 .promo .promo-footer,.layout-hero-2 .promo .promo-image-container{width:100%}.layout-branding-image-3{background-size:cover}.layout-pocket .layout-pocket__row--hidden{display:none}.layout-pocket .layout-pocket__row--last{height:50px;overflow:hidden}.layout-pocket .layout-pocket__mask{box-shadow:inset 0 -10px 7px 0 rgba(0,0,0,.2);width:100%;content:" ";position:relative;bottom:0;box-shadow:inset -16px 16px -8px rgba(0,0,0,.3);text-align:center;top:-50px;height:50px;margin-bottom:-34px}.layout-pocket .layout-pocket__show-more{font-size:18px;padding:12px;background:#333;border:0;color:#fff;cursor:pointer;margin-top:22px;position:relative}.layout-pocket .layout-pocket__show-more:focus,.layout-pocket .layout-pocket__show-more:hover{background:#262626;text-decoration:underline}.layout-pocket .gel-icon--down svg{vertical-align:middle;height:12px;width:12px;padding-left:8px}.layout-2-with-links .promo-container{box-sizing:border-box;flex-direction:column}.layout-2-with-links .promo-container .collection-title:empty{margin-top:0;margin-bottom:0}.layout-2-with-links .promo-container .collection-title:empty:before{display:none}.layout-2-with-links .promo-container .promo{display:flex;flex:1 1 auto}.layout-branding-colour-three-with-link{padding-bottom:32px;direction:rtl}.layout-branding-colour-three-with-link .link-container{display:table-cell;padding:11px 0 13px;direction:ltr}@media (min-width:37.5em){.promo .promo-link{flex-direction:column}.promo .promo-footer,.promo .promo-image-container{width:100%}.layout-hero-2 .promo{width:50%}.layout-hero-2 .promo:first-child{width:100%}.layout-hero-2 .promo:first-child .promo-link{flex-direction:row}.layout-hero-2 .promo:first-child .promo-image-container{width:66.66667%}.layout-branding-colour-3 .promo,.layout-branding-image-3 .promo,.layout-hero-2 .promo:first-child .promo-footer{width:33.33333%}.layout-branding-colour-3 .promo .promo-link,.layout-branding-image-3 .promo .promo-link{flex-direction:column}.layout-branding-colour-3 .promo .promo-footer,.layout-branding-colour-3 .promo .promo-image-container,.layout-branding-image-3 .promo .promo-footer,.layout-branding-image-3 .promo .promo-image-container{width:100%}.layout-pocket .layout-pocket__row--last{height:180px}.layout-pocket .layout-pocket__mask{top:-180px;height:180px;margin-bottom:-164px}.layout-pocket .layout-pocket__show-more{margin-top:152px}.layout-2-with-links .promo-container{width:50%}.layout-2-with-links .promo-container .collection-title:empty{margin-bottom:18px}.layout-2-with-links .promo-container .collection-title:empty:before{content:"\A0";display:block}.index-page .index-page__short-description{padding-right:25%}}@media (min-width:48em){.layout-hero-2 .promo{width:25%}.layout-hero-2 .promo:first-child{width:50%}.layout-hero-2 .promo:first-child .promo-link{flex-direction:column}.layout-hero-2 .promo:first-child .promo-footer,.layout-hero-2 .promo:first-child .promo-image-container{width:100%}.layout-branding-colour-3,.layout-branding-image-3{padding:0 16px}.layout-branding-colour-3 .collection-title,.layout-branding-image-3 .collection-title{width:75%;color:#fff;padding-left:32px}.layout-branding-colour-3 .promo,.layout-branding-image-3 .promo{width:25%}.layout-branding-colour-3 .promo .promo-link,.layout-branding-image-3 .promo .promo-link{flex-direction:column}.layout-branding-colour-3 .promo .promo-footer,.layout-branding-colour-3 .promo .promo-image-container,.layout-branding-image-3 .promo .promo-footer,.layout-branding-image-3 .promo .promo-image-container{width:100%}.layout-branding-image-3 .promo:hover .promo-link .promo-title{text-decoration:underline}.layout-row-4 .promo{width:25%}.layout-pocket .layout-pocket__row--last{height:80px}.layout-pocket .layout-pocket__mask{top:-80px;height:80px;margin-bottom:-48px}.layout-pocket .layout-pocket__show-more{margin-top:52px}}.index-page__search-bar-wrapper{margin-top:-30px}.index-page.bitesize-secondary-index{background-color:#fff}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-baseplate-content-view/5.33.0"]=true; Morph.styleSrc.push("<style>.gel-2\\/4{width:50%!important}.gel-2\\/8{width:25%!important}.gel-4\\/8{width:50%!important}.gel-6\\/8{width:75%!important}.gel-2\\/10{width:20%!important}.gel-4\\/10{width:40%!important}.gel-5\\/10{width:50%!important}.gel-6\\/10{width:60%!important}.gel-8\\/10{width:80%!important}.gel-3\\/12{width:25%!important}.gel-4\\/12{width:33.33333%!important}.gel-6\\/12{width:50%!important}.gel-8\\/12{width:66.66667%!important}.gel-9\\/12{width:75%!important}.gel-2\\/24{width:8.33333%!important}.gel-3\\/24{width:12.5%!important}.gel-4\\/24{width:16.66667%!important}.gel-6\\/24{width:25%!important}.gel-8\\/24{width:33.33333%!important}.gel-9\\/24{width:37.5%!important}.gel-10\\/24{width:41.66667%!important}.gel-12\\/24{width:50%!important}.gel-14\\/24{width:58.33333%!important}.gel-15\\/24{width:62.5%!important}.gel-16\\/24{width:66.66667%!important}.gel-18\\/24{width:75%!important}.gel-20\\/24{width:83.33333%!important}.gel-21\\/24{width:87.5%!important}.gel-22\\/24{width:91.66667%!important}@media (min-width:25em){.gel-1\\/1\\@s{width:100%!important}.gel-1\\/2\\@s{width:50%!important}.gel-1\\/3\\@s{width:33.33333%!important}.gel-2\\/3\\@s{width:66.66667%!important}.gel-1\\/4\\@s{width:25%!important}.gel-2\\/4\\@s{width:50%!important}.gel-3\\/4\\@s{width:75%!important}.gel-1\\/5\\@s{width:20%!important}.gel-2\\/5\\@s{width:40%!important}.gel-3\\/5\\@s{width:60%!important}.gel-4\\/5\\@s{width:80%!important}.gel-1\\/8\\@s{width:12.5%!important}.gel-2\\/8\\@s{width:25%!important}.gel-3\\/8\\@s{width:37.5%!important}.gel-4\\/8\\@s{width:50%!important}.gel-5\\/8\\@s{width:62.5%!important}.gel-6\\/8\\@s{width:75%!important}.gel-7\\/8\\@s{width:87.5%!important}.gel-1\\/10\\@s{width:10%!important}.gel-2\\/10\\@s{width:20%!important}.gel-3\\/10\\@s{width:30%!important}.gel-4\\/10\\@s{width:40%!important}.gel-5\\/10\\@s{width:50%!important}.gel-6\\/10\\@s{width:60%!important}.gel-7\\/10\\@s{width:70%!important}.gel-8\\/10\\@s{width:80%!important}.gel-9\\/10\\@s{width:90%!important}.gel-1\\/12\\@s{width:8.33333%!important}.gel-2\\/12\\@s{width:16.66667%!important}.gel-3\\/12\\@s{width:25%!important}.gel-4\\/12\\@s{width:33.33333%!important}.gel-5\\/12\\@s{width:41.66667%!important}.gel-6\\/12\\@s{width:50%!important}.gel-7\\/12\\@s{width:58.33333%!important}.gel-8\\/12\\@s{width:66.66667%!important}.gel-9\\/12\\@s{width:75%!important}.gel-10\\/12\\@s{width:83.33333%!important}.gel-11\\/12\\@s{width:91.66667%!important}.gel-1\\/24\\@s{width:4.16667%!important}.gel-2\\/24\\@s{width:8.33333%!important}.gel-3\\/24\\@s{width:12.5%!important}.gel-4\\/24\\@s{width:16.66667%!important}.gel-5\\/24\\@s{width:20.83333%!important}.gel-6\\/24\\@s{width:25%!important}.gel-7\\/24\\@s{width:29.16667%!important}.gel-8\\/24\\@s{width:33.33333%!important}.gel-9\\/24\\@s{width:37.5%!important}.gel-10\\/24\\@s{width:41.66667%!important}.gel-11\\/24\\@s{width:45.83333%!important}.gel-12\\/24\\@s{width:50%!important}.gel-13\\/24\\@s{width:54.16667%!important}.gel-14\\/24\\@s{width:58.33333%!important}.gel-15\\/24\\@s{width:62.5%!important}.gel-16\\/24\\@s{width:66.66667%!important}.gel-17\\/24\\@s{width:70.83333%!important}.gel-18\\/24\\@s{width:75%!important}.gel-19\\/24\\@s{width:79.16667%!important}.gel-20\\/24\\@s{width:83.33333%!important}.gel-21\\/24\\@s{width:87.5%!important}.gel-22\\/24\\@s{width:91.66667%!important}.gel-23\\/24\\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\\/1\\@m{width:100%!important}.gel-1\\/2\\@m{width:50%!important}.gel-1\\/3\\@m{width:33.33333%!important}.gel-2\\/3\\@m{width:66.66667%!important}.gel-1\\/4\\@m{width:25%!important}.gel-2\\/4\\@m{width:50%!important}.gel-3\\/4\\@m{width:75%!important}.gel-1\\/5\\@m{width:20%!important}.gel-2\\/5\\@m{width:40%!important}.gel-3\\/5\\@m{width:60%!important}.gel-4\\/5\\@m{width:80%!important}.gel-1\\/8\\@m{width:12.5%!important}.gel-2\\/8\\@m{width:25%!important}.gel-3\\/8\\@m{width:37.5%!important}.gel-4\\/8\\@m{width:50%!important}.gel-5\\/8\\@m{width:62.5%!important}.gel-6\\/8\\@m{width:75%!important}.gel-7\\/8\\@m{width:87.5%!important}.gel-1\\/10\\@m{width:10%!important}.gel-2\\/10\\@m{width:20%!important}.gel-3\\/10\\@m{width:30%!important}.gel-4\\/10\\@m{width:40%!important}.gel-5\\/10\\@m{width:50%!important}.gel-6\\/10\\@m{width:60%!important}.gel-7\\/10\\@m{width:70%!important}.gel-8\\/10\\@m{width:80%!important}.gel-9\\/10\\@m{width:90%!important}.gel-1\\/12\\@m{width:8.33333%!important}.gel-2\\/12\\@m{width:16.66667%!important}.gel-3\\/12\\@m{width:25%!important}.gel-4\\/12\\@m{width:33.33333%!important}.gel-5\\/12\\@m{width:41.66667%!important}.gel-6\\/12\\@m{width:50%!important}.gel-7\\/12\\@m{width:58.33333%!important}.gel-8\\/12\\@m{width:66.66667%!important}.gel-9\\/12\\@m{width:75%!important}.gel-10\\/12\\@m{width:83.33333%!important}.gel-11\\/12\\@m{width:91.66667%!important}.gel-1\\/24\\@m{width:4.16667%!important}.gel-2\\/24\\@m{width:8.33333%!important}.gel-3\\/24\\@m{width:12.5%!important}.gel-4\\/24\\@m{width:16.66667%!important}.gel-5\\/24\\@m{width:20.83333%!important}.gel-6\\/24\\@m{width:25%!important}.gel-7\\/24\\@m{width:29.16667%!important}.gel-8\\/24\\@m{width:33.33333%!important}.gel-9\\/24\\@m{width:37.5%!important}.gel-10\\/24\\@m{width:41.66667%!important}.gel-11\\/24\\@m{width:45.83333%!important}.gel-12\\/24\\@m{width:50%!important}.gel-13\\/24\\@m{width:54.16667%!important}.gel-14\\/24\\@m{width:58.33333%!important}.gel-15\\/24\\@m{width:62.5%!important}.gel-16\\/24\\@m{width:66.66667%!important}.gel-17\\/24\\@m{width:70.83333%!important}.gel-18\\/24\\@m{width:75%!important}.gel-19\\/24\\@m{width:79.16667%!important}.gel-20\\/24\\@m{width:83.33333%!important}.gel-21\\/24\\@m{width:87.5%!important}.gel-22\\/24\\@m{width:91.66667%!important}.gel-23\\/24\\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\\/1\\@l{width:100%!important}.gel-1\\/2\\@l{width:50%!important}.gel-1\\/3\\@l{width:33.33333%!important}.gel-2\\/3\\@l{width:66.66667%!important}.gel-1\\/4\\@l{width:25%!important}.gel-2\\/4\\@l{width:50%!important}.gel-3\\/4\\@l{width:75%!important}.gel-1\\/5\\@l{width:20%!important}.gel-2\\/5\\@l{width:40%!important}.gel-3\\/5\\@l{width:60%!important}.gel-4\\/5\\@l{width:80%!important}.gel-1\\/8\\@l{width:12.5%!important}.gel-2\\/8\\@l{width:25%!important}.gel-3\\/8\\@l{width:37.5%!important}.gel-4\\/8\\@l{width:50%!important}.gel-5\\/8\\@l{width:62.5%!important}.gel-6\\/8\\@l{width:75%!important}.gel-7\\/8\\@l{width:87.5%!important}.gel-1\\/10\\@l{width:10%!important}.gel-2\\/10\\@l{width:20%!important}.gel-3\\/10\\@l{width:30%!important}.gel-4\\/10\\@l{width:40%!important}.gel-5\\/10\\@l{width:50%!important}.gel-6\\/10\\@l{width:60%!important}.gel-7\\/10\\@l{width:70%!important}.gel-8\\/10\\@l{width:80%!important}.gel-9\\/10\\@l{width:90%!important}.gel-1\\/12\\@l{width:8.33333%!important}.gel-2\\/12\\@l{width:16.66667%!important}.gel-3\\/12\\@l{width:25%!important}.gel-4\\/12\\@l{width:33.33333%!important}.gel-5\\/12\\@l{width:41.66667%!important}.gel-6\\/12\\@l{width:50%!important}.gel-7\\/12\\@l{width:58.33333%!important}.gel-8\\/12\\@l{width:66.66667%!important}.gel-9\\/12\\@l{width:75%!important}.gel-10\\/12\\@l{width:83.33333%!important}.gel-11\\/12\\@l{width:91.66667%!important}.gel-1\\/24\\@l{width:4.16667%!important}.gel-2\\/24\\@l{width:8.33333%!important}.gel-3\\/24\\@l{width:12.5%!important}.gel-4\\/24\\@l{width:16.66667%!important}.gel-5\\/24\\@l{width:20.83333%!important}.gel-6\\/24\\@l{width:25%!important}.gel-7\\/24\\@l{width:29.16667%!important}.gel-8\\/24\\@l{width:33.33333%!important}.gel-9\\/24\\@l{width:37.5%!important}.gel-10\\/24\\@l{width:41.66667%!important}.gel-11\\/24\\@l{width:45.83333%!important}.gel-12\\/24\\@l{width:50%!important}.gel-13\\/24\\@l{width:54.16667%!important}.gel-14\\/24\\@l{width:58.33333%!important}.gel-15\\/24\\@l{width:62.5%!important}.gel-16\\/24\\@l{width:66.66667%!important}.gel-17\\/24\\@l{width:70.83333%!important}.gel-18\\/24\\@l{width:75%!important}.gel-19\\/24\\@l{width:79.16667%!important}.gel-20\\/24\\@l{width:83.33333%!important}.gel-21\\/24\\@l{width:87.5%!important}.gel-22\\/24\\@l{width:91.66667%!important}.gel-23\\/24\\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\\/1\\@xl{width:100%!important}.gel-1\\/2\\@xl{width:50%!important}.gel-1\\/3\\@xl{width:33.33333%!important}.gel-2\\/3\\@xl{width:66.66667%!important}.gel-1\\/4\\@xl{width:25%!important}.gel-2\\/4\\@xl{width:50%!important}.gel-3\\/4\\@xl{width:75%!important}.gel-1\\/5\\@xl{width:20%!important}.gel-2\\/5\\@xl{width:40%!important}.gel-3\\/5\\@xl{width:60%!important}.gel-4\\/5\\@xl{width:80%!important}.gel-1\\/8\\@xl{width:12.5%!important}.gel-2\\/8\\@xl{width:25%!important}.gel-3\\/8\\@xl{width:37.5%!important}.gel-4\\/8\\@xl{width:50%!important}.gel-5\\/8\\@xl{width:62.5%!important}.gel-6\\/8\\@xl{width:75%!important}.gel-7\\/8\\@xl{width:87.5%!important}.gel-1\\/10\\@xl{width:10%!important}.gel-2\\/10\\@xl{width:20%!important}.gel-3\\/10\\@xl{width:30%!important}.gel-4\\/10\\@xl{width:40%!important}.gel-5\\/10\\@xl{width:50%!important}.gel-6\\/10\\@xl{width:60%!important}.gel-7\\/10\\@xl{width:70%!important}.gel-8\\/10\\@xl{width:80%!important}.gel-9\\/10\\@xl{width:90%!important}.gel-1\\/12\\@xl{width:8.33333%!important}.gel-2\\/12\\@xl{width:16.66667%!important}.gel-3\\/12\\@xl{width:25%!important}.gel-4\\/12\\@xl{width:33.33333%!important}.gel-5\\/12\\@xl{width:41.66667%!important}.gel-6\\/12\\@xl{width:50%!important}.gel-7\\/12\\@xl{width:58.33333%!important}.gel-8\\/12\\@xl{width:66.66667%!important}.gel-9\\/12\\@xl{width:75%!important}.gel-10\\/12\\@xl{width:83.33333%!important}.gel-11\\/12\\@xl{width:91.66667%!important}.gel-1\\/24\\@xl{width:4.16667%!important}.gel-2\\/24\\@xl{width:8.33333%!important}.gel-3\\/24\\@xl{width:12.5%!important}.gel-4\\/24\\@xl{width:16.66667%!important}.gel-5\\/24\\@xl{width:20.83333%!important}.gel-6\\/24\\@xl{width:25%!important}.gel-7\\/24\\@xl{width:29.16667%!important}.gel-8\\/24\\@xl{width:33.33333%!important}.gel-9\\/24\\@xl{width:37.5%!important}.gel-10\\/24\\@xl{width:41.66667%!important}.gel-11\\/24\\@xl{width:45.83333%!important}.gel-12\\/24\\@xl{width:50%!important}.gel-13\\/24\\@xl{width:54.16667%!important}.gel-14\\/24\\@xl{width:58.33333%!important}.gel-15\\/24\\@xl{width:62.5%!important}.gel-16\\/24\\@xl{width:66.66667%!important}.gel-17\\/24\\@xl{width:70.83333%!important}.gel-18\\/24\\@xl{width:75%!important}.gel-19\\/24\\@xl{width:79.16667%!important}.gel-20\\/24\\@xl{width:83.33333%!important}.gel-21\\/24\\@xl{width:87.5%!important}.gel-22\\/24\\@xl{width:91.66667%!important}.gel-23\\/24\\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\\/1\\@xxl{width:100%!important}.gel-1\\/2\\@xxl{width:50%!important}.gel-1\\/3\\@xxl{width:33.33333%!important}.gel-2\\/3\\@xxl{width:66.66667%!important}.gel-1\\/4\\@xxl{width:25%!important}.gel-2\\/4\\@xxl{width:50%!important}.gel-3\\/4\\@xxl{width:75%!important}.gel-1\\/5\\@xxl{width:20%!important}.gel-2\\/5\\@xxl{width:40%!important}.gel-3\\/5\\@xxl{width:60%!important}.gel-4\\/5\\@xxl{width:80%!important}.gel-1\\/8\\@xxl{width:12.5%!important}.gel-2\\/8\\@xxl{width:25%!important}.gel-3\\/8\\@xxl{width:37.5%!important}.gel-4\\/8\\@xxl{width:50%!important}.gel-5\\/8\\@xxl{width:62.5%!important}.gel-6\\/8\\@xxl{width:75%!important}.gel-7\\/8\\@xxl{width:87.5%!important}.gel-1\\/10\\@xxl{width:10%!important}.gel-2\\/10\\@xxl{width:20%!important}.gel-3\\/10\\@xxl{width:30%!important}.gel-4\\/10\\@xxl{width:40%!important}.gel-5\\/10\\@xxl{width:50%!important}.gel-6\\/10\\@xxl{width:60%!important}.gel-7\\/10\\@xxl{width:70%!important}.gel-8\\/10\\@xxl{width:80%!important}.gel-9\\/10\\@xxl{width:90%!important}.gel-1\\/12\\@xxl{width:8.33333%!important}.gel-2\\/12\\@xxl{width:16.66667%!important}.gel-3\\/12\\@xxl{width:25%!important}.gel-4\\/12\\@xxl{width:33.33333%!important}.gel-5\\/12\\@xxl{width:41.66667%!important}.gel-6\\/12\\@xxl{width:50%!important}.gel-7\\/12\\@xxl{width:58.33333%!important}.gel-8\\/12\\@xxl{width:66.66667%!important}.gel-9\\/12\\@xxl{width:75%!important}.gel-10\\/12\\@xxl{width:83.33333%!important}.gel-11\\/12\\@xxl{width:91.66667%!important}.gel-1\\/24\\@xxl{width:4.16667%!important}.gel-2\\/24\\@xxl{width:8.33333%!important}.gel-3\\/24\\@xxl{width:12.5%!important}.gel-4\\/24\\@xxl{width:16.66667%!important}.gel-5\\/24\\@xxl{width:20.83333%!important}.gel-6\\/24\\@xxl{width:25%!important}.gel-7\\/24\\@xxl{width:29.16667%!important}.gel-8\\/24\\@xxl{width:33.33333%!important}.gel-9\\/24\\@xxl{width:37.5%!important}.gel-10\\/24\\@xxl{width:41.66667%!important}.gel-11\\/24\\@xxl{width:45.83333%!important}.gel-12\\/24\\@xxl{width:50%!important}.gel-13\\/24\\@xxl{width:54.16667%!important}.gel-14\\/24\\@xxl{width:58.33333%!important}.gel-15\\/24\\@xxl{width:62.5%!important}.gel-16\\/24\\@xxl{width:66.66667%!important}.gel-17\\/24\\@xxl{width:70.83333%!important}.gel-18\\/24\\@xxl{width:75%!important}.gel-19\\/24\\@xxl{width:79.16667%!important}.gel-20\\/24\\@xxl{width:83.33333%!important}.gel-21\\/24\\@xxl{width:87.5%!important}.gel-22\\/24\\@xxl{width:91.66667%!important}.gel-23\\/24\\@xxl{width:95.83333%!important}}.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px}@media (min-width:25em){.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{padding-left:16px;padding-right:16px}}@media (min-width:80em){.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{max-width:1280px}}.gel-layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.gel-layout{margin-left:-16px}}.gel-layout__item{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top}@media (min-width:37.5em){.gel-layout__item{padding-left:16px}}.gel-layout--flush{margin-left:0}.gel-layout--flush>.gel-layout__item{padding-left:0}.gel-layout--rev{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.no-flexbox .gel-layout--rev{direction:rtl;text-align:left}.no-flexbox .gel-layout--rev>.gel-layout__item{direction:ltr;text-align:left}.gel-layout--middle{-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.gel-layout--middle>.gel-layout__item{vertical-align:middle}.gel-layout--bottom{-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.gel-layout--bottom>.gel-layout__item{vertical-align:bottom}.gel-layout--right{text-align:right;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.gel-layout--right>.gel-layout__item{text-align:left}.gel-layout--center{text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.gel-layout--center>.gel-layout__item{text-align:left}.gel-layout--auto>.gel-layout__item{width:auto}.gel-layout--no-flex{min-width:100%}.gel-layout--no-flex,.gel-layout--no-flex>.gel-layout__item{display:block;display:inline-block}.gel-layout--equal>.gel-layout__item{display:-webkit-flex;display:flex}.gel-layout--fit>.gel-layout__item{width:auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gel-layout__item--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.gel-layout__item--center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.gel-layout__item--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.gel-1\\/1{width:100%!important}.gel-1\\/2{width:50%!important}.gel-1\\/3{width:33.33333%!important}.gel-2\\/3{width:66.66667%!important}.gel-1\\/4{width:25%!important}.gel-3\\/4{width:75%!important}.gel-1\\/5{width:20%!important}.gel-2\\/5{width:40%!important}.gel-3\\/5{width:60%!important}.gel-4\\/5{width:80%!important}.gel-1\\/8{width:12.5%!important}.gel-3\\/8{width:37.5%!important}.gel-5\\/8{width:62.5%!important}.gel-7\\/8{width:87.5%!important}.gel-1\\/10{width:10%!important}.gel-3\\/10{width:30%!important}.gel-7\\/10{width:70%!important}.gel-9\\/10{width:90%!important}.gel-1\\/12{width:8.33333%!important}.gel-2\\/12{width:16.66667%!important}.gel-5\\/12{width:41.66667%!important}.gel-7\\/12{width:58.33333%!important}.gel-10\\/12{width:83.33333%!important}.gel-11\\/12{width:91.66667%!important}.gel-1\\/24{width:4.16667%!important}.gel-5\\/24{width:20.83333%!important}.gel-7\\/24{width:29.16667%!important}.gel-11\\/24{width:45.83333%!important}.gel-13\\/24{width:54.16667%!important}.gel-17\\/24{width:70.83333%!important}.gel-19\\/24{width:79.16667%!important}.gel-23\\/24{width:95.83333%!important}@media (min-width:25em){.gel-1\\/1\\@s{width:100%!important}.gel-1\\/2\\@s{width:50%!important}.gel-1\\/3\\@s{width:33.33333%!important}.gel-2\\/3\\@s{width:66.66667%!important}.gel-1\\/4\\@s{width:25%!important}.gel-3\\/4\\@s{width:75%!important}.gel-1\\/5\\@s{width:20%!important}.gel-2\\/5\\@s{width:40%!important}.gel-3\\/5\\@s{width:60%!important}.gel-4\\/5\\@s{width:80%!important}.gel-1\\/8\\@s{width:12.5%!important}.gel-3\\/8\\@s{width:37.5%!important}.gel-5\\/8\\@s{width:62.5%!important}.gel-7\\/8\\@s{width:87.5%!important}.gel-1\\/10\\@s{width:10%!important}.gel-3\\/10\\@s{width:30%!important}.gel-7\\/10\\@s{width:70%!important}.gel-9\\/10\\@s{width:90%!important}.gel-1\\/12\\@s{width:8.33333%!important}.gel-2\\/12\\@s{width:16.66667%!important}.gel-5\\/12\\@s{width:41.66667%!important}.gel-7\\/12\\@s{width:58.33333%!important}.gel-10\\/12\\@s{width:83.33333%!important}.gel-11\\/12\\@s{width:91.66667%!important}.gel-1\\/24\\@s{width:4.16667%!important}.gel-5\\/24\\@s{width:20.83333%!important}.gel-7\\/24\\@s{width:29.16667%!important}.gel-11\\/24\\@s{width:45.83333%!important}.gel-13\\/24\\@s{width:54.16667%!important}.gel-17\\/24\\@s{width:70.83333%!important}.gel-19\\/24\\@s{width:79.16667%!important}.gel-23\\/24\\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\\/1\\@m{width:100%!important}.gel-1\\/2\\@m{width:50%!important}.gel-1\\/3\\@m{width:33.33333%!important}.gel-2\\/3\\@m{width:66.66667%!important}.gel-1\\/4\\@m{width:25%!important}.gel-3\\/4\\@m{width:75%!important}.gel-1\\/5\\@m{width:20%!important}.gel-2\\/5\\@m{width:40%!important}.gel-3\\/5\\@m{width:60%!important}.gel-4\\/5\\@m{width:80%!important}.gel-1\\/8\\@m{width:12.5%!important}.gel-3\\/8\\@m{width:37.5%!important}.gel-5\\/8\\@m{width:62.5%!important}.gel-7\\/8\\@m{width:87.5%!important}.gel-1\\/10\\@m{width:10%!important}.gel-3\\/10\\@m{width:30%!important}.gel-7\\/10\\@m{width:70%!important}.gel-9\\/10\\@m{width:90%!important}.gel-1\\/12\\@m{width:8.33333%!important}.gel-2\\/12\\@m{width:16.66667%!important}.gel-5\\/12\\@m{width:41.66667%!important}.gel-7\\/12\\@m{width:58.33333%!important}.gel-10\\/12\\@m{width:83.33333%!important}.gel-11\\/12\\@m{width:91.66667%!important}.gel-1\\/24\\@m{width:4.16667%!important}.gel-5\\/24\\@m{width:20.83333%!important}.gel-7\\/24\\@m{width:29.16667%!important}.gel-11\\/24\\@m{width:45.83333%!important}.gel-13\\/24\\@m{width:54.16667%!important}.gel-17\\/24\\@m{width:70.83333%!important}.gel-19\\/24\\@m{width:79.16667%!important}.gel-23\\/24\\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\\/1\\@l{width:100%!important}.gel-1\\/2\\@l{width:50%!important}.gel-1\\/3\\@l{width:33.33333%!important}.gel-2\\/3\\@l{width:66.66667%!important}.gel-1\\/4\\@l{width:25%!important}.gel-3\\/4\\@l{width:75%!important}.gel-1\\/5\\@l{width:20%!important}.gel-2\\/5\\@l{width:40%!important}.gel-3\\/5\\@l{width:60%!important}.gel-4\\/5\\@l{width:80%!important}.gel-1\\/8\\@l{width:12.5%!important}.gel-3\\/8\\@l{width:37.5%!important}.gel-5\\/8\\@l{width:62.5%!important}.gel-7\\/8\\@l{width:87.5%!important}.gel-1\\/10\\@l{width:10%!important}.gel-3\\/10\\@l{width:30%!important}.gel-7\\/10\\@l{width:70%!important}.gel-9\\/10\\@l{width:90%!important}.gel-1\\/12\\@l{width:8.33333%!important}.gel-2\\/12\\@l{width:16.66667%!important}.gel-5\\/12\\@l{width:41.66667%!important}.gel-7\\/12\\@l{width:58.33333%!important}.gel-10\\/12\\@l{width:83.33333%!important}.gel-11\\/12\\@l{width:91.66667%!important}.gel-1\\/24\\@l{width:4.16667%!important}.gel-5\\/24\\@l{width:20.83333%!important}.gel-7\\/24\\@l{width:29.16667%!important}.gel-11\\/24\\@l{width:45.83333%!important}.gel-13\\/24\\@l{width:54.16667%!important}.gel-17\\/24\\@l{width:70.83333%!important}.gel-19\\/24\\@l{width:79.16667%!important}.gel-23\\/24\\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\\/1\\@xl{width:100%!important}.gel-1\\/2\\@xl{width:50%!important}.gel-1\\/3\\@xl{width:33.33333%!important}.gel-2\\/3\\@xl{width:66.66667%!important}.gel-1\\/4\\@xl{width:25%!important}.gel-3\\/4\\@xl{width:75%!important}.gel-1\\/5\\@xl{width:20%!important}.gel-2\\/5\\@xl{width:40%!important}.gel-3\\/5\\@xl{width:60%!important}.gel-4\\/5\\@xl{width:80%!important}.gel-1\\/8\\@xl{width:12.5%!important}.gel-3\\/8\\@xl{width:37.5%!important}.gel-5\\/8\\@xl{width:62.5%!important}.gel-7\\/8\\@xl{width:87.5%!important}.gel-1\\/10\\@xl{width:10%!important}.gel-3\\/10\\@xl{width:30%!important}.gel-7\\/10\\@xl{width:70%!important}.gel-9\\/10\\@xl{width:90%!important}.gel-1\\/12\\@xl{width:8.33333%!important}.gel-2\\/12\\@xl{width:16.66667%!important}.gel-5\\/12\\@xl{width:41.66667%!important}.gel-7\\/12\\@xl{width:58.33333%!important}.gel-10\\/12\\@xl{width:83.33333%!important}.gel-11\\/12\\@xl{width:91.66667%!important}.gel-1\\/24\\@xl{width:4.16667%!important}.gel-5\\/24\\@xl{width:20.83333%!important}.gel-7\\/24\\@xl{width:29.16667%!important}.gel-11\\/24\\@xl{width:45.83333%!important}.gel-13\\/24\\@xl{width:54.16667%!important}.gel-17\\/24\\@xl{width:70.83333%!important}.gel-19\\/24\\@xl{width:79.16667%!important}.gel-23\\/24\\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\\/1\\@xxl{width:100%!important}.gel-1\\/2\\@xxl{width:50%!important}.gel-1\\/3\\@xxl{width:33.33333%!important}.gel-2\\/3\\@xxl{width:66.66667%!important}.gel-1\\/4\\@xxl{width:25%!important}.gel-3\\/4\\@xxl{width:75%!important}.gel-1\\/5\\@xxl{width:20%!important}.gel-2\\/5\\@xxl{width:40%!important}.gel-3\\/5\\@xxl{width:60%!important}.gel-4\\/5\\@xxl{width:80%!important}.gel-1\\/8\\@xxl{width:12.5%!important}.gel-3\\/8\\@xxl{width:37.5%!important}.gel-5\\/8\\@xxl{width:62.5%!important}.gel-7\\/8\\@xxl{width:87.5%!important}.gel-1\\/10\\@xxl{width:10%!important}.gel-3\\/10\\@xxl{width:30%!important}.gel-7\\/10\\@xxl{width:70%!important}.gel-9\\/10\\@xxl{width:90%!important}.gel-1\\/12\\@xxl{width:8.33333%!important}.gel-2\\/12\\@xxl{width:16.66667%!important}.gel-5\\/12\\@xxl{width:41.66667%!important}.gel-7\\/12\\@xxl{width:58.33333%!important}.gel-10\\/12\\@xxl{width:83.33333%!important}.gel-11\\/12\\@xxl{width:91.66667%!important}.gel-1\\/24\\@xxl{width:4.16667%!important}.gel-5\\/24\\@xxl{width:20.83333%!important}.gel-7\\/24\\@xxl{width:29.16667%!important}.gel-11\\/24\\@xxl{width:45.83333%!important}.gel-13\\/24\\@xxl{width:54.16667%!important}.gel-17\\/24\\@xxl{width:70.83333%!important}.gel-19\\/24\\@xxl{width:79.16667%!important}.gel-23\\/24\\@xxl{width:95.83333%!important}}.ec-icon{fill:currentColor;height:1em;position:relative;top:2px;width:1em}.ec-icon svg{height:inherit;width:inherit}.ec-pagination{display:flex;padding-bottom:24px}.ec-pagination__list{display:inline-block;list-style:none;margin:0 auto;padding:0}.ec-pagination__list-item{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700;display:none;padding-left:8px;padding-top:8px}@media (min-width:20em){.ec-pagination__list-item{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination__list-item{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .ec-pagination__list-item{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.ec-pagination__list-item:first-child{padding-left:0}.ec-pagination__list-item.ec-pagination__priority--0{display:inline}@media (min-width:37.5em){.ec-pagination__list-item.ec-pagination__priority--1{display:inline}}@media (min-width:56.25em){.ec-pagination__list-item.ec-pagination__priority--2{display:inline}}@media (min-width:63em){.ec-pagination__list-item.ec-pagination__priority--3{display:inline}}.ec-pagination__ellipsis{display:inline}.ec-pagination__ellipsis:after{content:\"...\"}@media (min-width:63em){.ec-pagination__ellipsis--priority-1{display:none}}@media (min-width:56.25em){.ec-pagination__ellipsis--priority-2{display:none}}@media (min-width:37.5em){.ec-pagination__ellipsis--priority-3{display:none}}.ec-pagination__ellipsis--priority-4{display:none}.ec-pagination__link{background-color:#eee;color:#252525;display:inline-block;line-height:44px;text-align:center;text-decoration:none;width:44px}.ec-pagination__link:visited{color:#706d66}.ec-pagination__link:focus,.ec-pagination__link:hover{background-color:#252525;color:#eee;text-decoration:underline}.ec-pagination__link--disabled{color:#dbdbdb}.ec-pagination__link--disabled:focus,.ec-pagination__link--disabled:hover{background-color:#eee;color:#dbdbdb;text-decoration:none}.ec-pagination__link--selected{background-color:#0073bb;color:#fff}.ec-pagination__link .ec-icon{top:0}.ec-pagination__link .ec-icon svg{height:12px;width:12px}.ec-pagination-summary{padding-bottom:16px;padding-top:24px}.ec-pagination-summary__text{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.ec-pagination-summary__text{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination-summary__text{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .ec-pagination-summary__text{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination-summary{padding-bottom:24px}}.ec-pagination--bitesize .ec-pagination__link{background-color:#fff;text-decoration:underline;text-decoration-color:#e5640f}.ec-pagination--bitesize .ec-pagination__link--arrow{background-color:#e5640f;color:#fff}.ec-pagination--bitesize .ec-pagination__link--arrow:focus,.ec-pagination--bitesize .ec-pagination__link--arrow:hover{background-color:#252525;color:#fff}.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled,.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled:focus,.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled:hover{background-color:#eee;color:#fff}.ec-pagination--bitesize .ec-pagination__link:focus,.ec-pagination--bitesize .ec-pagination__link:hover{background-color:#fff;color:#e5640f;text-decoration:none}.ec-pagination--bitesize .ec-pagination__link--selected{background-color:#252525;text-decoration:none}.ec-pagination--bitesize .ec-pagination__link--selected:focus,.ec-pagination--bitesize .ec-pagination__link--selected:hover{background-color:#252525;color:#fff}.baseplate-canon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}@media (min-width:20em){.baseplate-canon{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-canon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-canon-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon-bold{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon-bold{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-trafalgar{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-trafalgar{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-trafalgar-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-trafalgar-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar-bold{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-paragon{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-paragon{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-paragon-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-paragon-bold{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon-bold{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-double-pica{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:37.5em){.baseplate-double-pica{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-double-pica-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:37.5em){.baseplate-double-pica-bold{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-great-primer{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}@media (min-width:37.5em){.baseplate-great-primer{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer{font-size:20px;font-size:1.25rem}}.baseplate-great-primer-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;font-weight:700}@media (min-width:20em){.baseplate-great-primer-bold{letter-spacing:-1px;letter-spacing:-.0625rem}}@media (min-width:37.5em){.baseplate-great-primer-bold{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer-bold{font-size:20px;font-size:1.25rem}}.baseplate-pica{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-pica-bold{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700}@media (min-width:20em){.baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-long-primer{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem}@media (min-width:37.5em){.baseplate-long-primer{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-long-primer-bold{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700}@media (min-width:37.5em){.baseplate-long-primer-bold{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer-bold{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-brevier{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem}@media (min-width:20em){.baseplate-brevier{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-brevier-bold{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;font-weight:700}@media (min-width:20em){.baseplate-brevier-bold{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier-bold{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-minion{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase}@media (min-width:37.5em){.baseplate-minion{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion{font-size:12px;font-size:.75rem}}.baseplate-minion-bold{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase;font-weight:700}@media (min-width:37.5em){.baseplate-minion-bold{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion-bold{font-size:12px;font-size:.75rem}}.baseplate-body-copy{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.baseplate-body-copy{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.education-link__invisible--my-bitesize{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.education-link__link--my-bitesize{text-decoration:none}.education-link__link--my-bitesize:visited .education-link__link-title--my-bitesize{color:#fff}.education-link__link--my-bitesize:focus .education-link__link-panel--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-panel--my-bitesize{background-color:#231f20}.education-link__link--my-bitesize:focus .education-link__link-title--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-title--my-bitesize{color:#fff;font-weight:400;text-decoration:underline}.education-link__link--my-bitesize:focus .education-link__link-subtitle--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-subtitle--my-bitesize{color:#fff;font-weight:400;text-decoration:none}.education-link__link--my-bitesize:focus .education-link__link-icon--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-icon--my-bitesize{fill:#fff}.education-link__link--my-bitesize:focus svg,.education-link__link--my-bitesize:hover svg{pointer-events:none}.education-link__link-panel--my-bitesize{background-color:#e5640f;margin-bottom:3px;padding:12px}.education-link__link-text-wrapper--my-bitesize{display:table-cell;width:100%}.education-link__link-title--my-bitesize{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#fff;font-weight:400;text-decoration:none}@media (min-width:37.5em){.education-link__link-title--my-bitesize{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .education-link__link-title--my-bitesize{font-size:20px;font-size:1.25rem}}.education-link__link-subtitle--my-bitesize{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;font-weight:400;margin-top:4px;text-decoration:none}@media (min-width:20em){.education-link__link-subtitle--my-bitesize{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.education-link__link-subtitle--my-bitesize{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .education-link__link-subtitle--my-bitesize{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.education-link__link-icon-wrapper--my-bitesize{display:table-cell;vertical-align:middle}.education-link__link-icon--my-bitesize{fill:#fff;height:16px;padding-top:3px;padding-left:8px;width:16px}@media (min-width:37.5em){.education-link__link-icon--my-bitesize{padding-top:4px}}svg{pointer-events:none}body{margin:0}.promo{width:100%;box-sizing:border-box;margin-bottom:16px}.promo .promo-link{flex-direction:column;background:#f1f1f1;border:none;color:#fff;line-height:0;margin:0;text-decoration:none;padding:0;width:100%;display:flex}.promo:hover .promo-link{background:#333}.promo:hover .promo-link .promo-title{text-decoration:underline}.promo:hover .promo-image-container .gel-icon{background:#333}.promo .promo-image-container{width:100%;background-color:#f0f0f0;background-image:url(https://bitesize.files.bbci.co.uk/images/svgs/furniture/bbc-blocks-image-placeholder.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;flex:none;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.promo .promo-image-container .gel-icon{display:block;position:absolute;bottom:0;left:0;background:#f1f1f1;height:54px;width:54px;color:#000;padding:16px 0;box-sizing:border-box}.promo .promo-image-container .gel-icon svg{height:20px!important}.promo .promo-image{width:100%;margin:0;border:none;position:absolute}.promo .promo-image--lazyload+.gel-icon{display:none}.promo .promo-label-container{background-color:#000;left:0;position:absolute;top:0}.promo .promo-label{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#fff;display:inline-block;padding:8px;text-transform:uppercase}@media (min-width:37.5em){.promo .promo-label{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-label{font-size:12px;font-size:.75rem}}.promo .promo-footer{width:100%;display:flex;flex-grow:1;flex-direction:column}.promo .promo-title{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;border:none;margin:16px;padding:0}@media (min-width:20em){.promo .promo-title{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.promo .promo-title{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .promo .promo-title{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.promo .promo-description,.promo .promo-synopsis{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;border:none;margin:16px;margin-top:0;padding:0}@media (min-width:37.5em){.promo .promo-description,.promo .promo-synopsis{line-height:20px;line-height:1.25rem}.no-touch .promo .promo-description,.no-touch .promo .promo-synopsis{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.promo .promo-attribution{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;margin:16px;margin-top:auto;padding:0;text-transform:uppercase;font-weight:400}@media (min-width:37.5em){.promo .promo-attribution{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-attribution{font-size:12px;font-size:.75rem}}.promo .promo-label--live{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#fff;display:inline-block;font-weight:700;padding:8px;text-transform:uppercase}@media (min-width:37.5em){.promo .promo-label--live{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-label--live{font-size:12px;font-size:.75rem}}@keyframes pulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.promo .promo-label--live__icon-outer{padding-left:8px;vertical-align:text-top}.promo .promo-label--live__icon-center{display:inline-block;will-change:opacity;animation:pulse 1.7s ease infinite}@supports (-ms-ime-align:auto){.promo{overflow:hidden}.promo-image-container{display:table}.promo-link{height:100%}.promo-footer{position:relative}}.collection .collection-content{box-sizing:border-box;padding-bottom:16px;padding-top:28px}.collection .collection-title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;margin-bottom:18px;margin-top:0}@media (min-width:37.5em){.collection .collection-title{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .collection .collection-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.collection .collection-title--light{color:#fff!important}.collection .collection-title .collection-title-link{color:#000;text-decoration:none}.collection .collection-title .collection-title-link:hover{color:#1074b9;text-decoration:underline}.collection .collection-title .collection-title-link .gel-icon{margin-left:8px;width:.6em;height:.6em}.error-container{box-sizing:border-box;padding:16px;background:#fff}.error-container .gel-icon--loading{padding:16px}.error-container .gel-icon--loading,.error-container svg{height:64px;width:64px}.error-container h2{font-size:2rem;max-width:800px}.error-container p{font-size:1rem;font-weight:400;max-width:800px}.error-container ul{list-style:none;margin-left:0;padding-left:0;font-size:1rem}.error-container ul a{color:#000;font-weight:700}@media (min-width:37.5em){.error-container h2{font-size:2.75rem}}.index-page{box-sizing:border-box;margin-top:16px}.index-page.sr-only{position:absolute;padding:0;margin:-1px;clip:rect(0,0,0,0);width:1px;height:1px;border:0;overflow:hidden}.index-page .index-page-title{box-sizing:border-box;padding-bottom:16px;font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.index-page .index-page-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.index-page .index-page-title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .index-page .index-page-title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.index-page .index-page__short-description{box-sizing:border-box;padding-bottom:16px;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.index-page .index-page__short-description{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.index-page .index-page__short-description{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .index-page .index-page__short-description{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.index-page .index-page__call-to-action{box-sizing:border-box;padding-bottom:16px}.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{box-sizing:border-box;margin-top:-30px;padding:0 8px}@media (min-width:37.5em){.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{margin-left:16px;margin-right:16px;padding:0 16px}}@media (min-width:66em){.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{margin-left:auto;margin-right:auto;max-width:1008px}}.index-page .index-page__collection-search-bar-wrapper{background-color:#fff;padding-top:8px}@media (min-width:37.5em){.index-page .index-page__collection-search-bar-wrapper{padding:16px}}.layout-hero-2 .promo{width:50%}.layout-hero-2 .promo:first-child{width:100%}.layout-hero-2 .promo .promo-link{flex-direction:column}.layout-hero-2 .promo .promo-footer,.layout-hero-2 .promo .promo-image-container{width:100%}.layout-branding-image-3{background-size:cover}.layout-pocket .layout-pocket__row--hidden{display:none}.layout-pocket .layout-pocket__row--last{height:50px;overflow:hidden}.layout-pocket .layout-pocket__mask{box-shadow:inset 0 -10px 7px 0 rgba(0,0,0,.2);width:100%;content:\" \";position:relative;bottom:0;box-shadow:inset -16px 16px -8px rgba(0,0,0,.3);text-align:center;top:-50px;height:50px;margin-bottom:-34px}.layout-pocket .layout-pocket__show-more{font-size:18px;padding:12px;background:#333;border:0;color:#fff;cursor:pointer;margin-top:22px;position:relative}.layout-pocket .layout-pocket__show-more:focus,.layout-pocket .layout-pocket__show-more:hover{background:#262626;text-decoration:underline}.layout-pocket .gel-icon--down svg{vertical-align:middle;height:12px;width:12px;padding-left:8px}.layout-2-with-links .promo-container{box-sizing:border-box;flex-direction:column}.layout-2-with-links .promo-container .collection-title:empty{margin-top:0;margin-bottom:0}.layout-2-with-links .promo-container .collection-title:empty:before{display:none}.layout-2-with-links .promo-container .promo{display:flex;flex:1 1 auto}.layout-branding-colour-three-with-link{padding-bottom:32px;direction:rtl}.layout-branding-colour-three-with-link .link-container{display:table-cell;padding:11px 0 13px;direction:ltr}@media (min-width:37.5em){.promo .promo-link{flex-direction:column}.promo .promo-footer,.promo .promo-image-container{width:100%}.layout-hero-2 .promo{width:50%}.layout-hero-2 .promo:first-child{width:100%}.layout-hero-2 .promo:first-child .promo-link{flex-direction:row}.layout-hero-2 .promo:first-child .promo-image-container{width:66.66667%}.layout-branding-colour-3 .promo,.layout-branding-image-3 .promo,.layout-hero-2 .promo:first-child .promo-footer{width:33.33333%}.layout-branding-colour-3 .promo .promo-link,.layout-branding-image-3 .promo .promo-link{flex-direction:column}.layout-branding-colour-3 .promo .promo-footer,.layout-branding-colour-3 .promo .promo-image-container,.layout-branding-image-3 .promo .promo-footer,.layout-branding-image-3 .promo .promo-image-container{width:100%}.layout-pocket .layout-pocket__row--last{height:180px}.layout-pocket .layout-pocket__mask{top:-180px;height:180px;margin-bottom:-164px}.layout-pocket .layout-pocket__show-more{margin-top:152px}.layout-2-with-links .promo-container{width:50%}.layout-2-with-links .promo-container .collection-title:empty{margin-bottom:18px}.layout-2-with-links .promo-container .collection-title:empty:before{content:\"\\A0\";display:block}.index-page .index-page__short-description{padding-right:25%}}@media (min-width:48em){.layout-hero-2 .promo{width:25%}.layout-hero-2 .promo:first-child{width:50%}.layout-hero-2 .promo:first-child .promo-link{flex-direction:column}.layout-hero-2 .promo:first-child .promo-footer,.layout-hero-2 .promo:first-child .promo-image-container{width:100%}.layout-branding-colour-3,.layout-branding-image-3{padding:0 16px}.layout-branding-colour-3 .collection-title,.layout-branding-image-3 .collection-title{width:75%;color:#fff;padding-left:32px}.layout-branding-colour-3 .promo,.layout-branding-image-3 .promo{width:25%}.layout-branding-colour-3 .promo .promo-link,.layout-branding-image-3 .promo .promo-link{flex-direction:column}.layout-branding-colour-3 .promo .promo-footer,.layout-branding-colour-3 .promo .promo-image-container,.layout-branding-image-3 .promo .promo-footer,.layout-branding-image-3 .promo .promo-image-container{width:100%}.layout-branding-image-3 .promo:hover .promo-link .promo-title{text-decoration:underline}.layout-row-4 .promo{width:25%}.layout-pocket .layout-pocket__row--last{height:80px}.layout-pocket .layout-pocket__mask{top:-80px;height:80px;margin-bottom:-48px}.layout-pocket .layout-pocket__show-more{margin-top:52px}}.index-page__search-bar-wrapper{margin-top:-30px}.index-page.bitesize-secondary-index{background-color:#fff}</style>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>.ec-search-bar{background-color:#deddde;padding:8px;margin-top:12px;margin-bottom:16px}.ec-search-bar__form{position:relative}.ec-search-bar__querybox{border:none;box-sizing:border-box;font-family:inherit;font-feature-settings:inherit;font-size:16px;height:40px;line-height:1.15;padding:0 36px 0 8px;width:100%}.ec-search-bar__querybox:focus{outline:none}.ec-search-bar__querybox::-ms-clear{display:none}.ec-search-bar__results{list-style-type:none;padding-left:0;margin:0}.ec-search-bar__close-button{background-color:transparent;border:0;cursor:pointer;height:36px;position:absolute;right:0;top:2px;width:36px}.ec-search-bar__close-button>svg{height:16px;width:16px}.ec-search-bar__icon{height:36px;position:absolute;right:0;text-align:center;top:10px;width:36px}.ec-search-bar__icon>svg{height:16px;width:16px}.ec-search-bar__label{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.ec-search-bar__no-results-label{display:block;font-size:16px;padding:12px 8px;overflow-wrap:break-word}.ec-search-bar__result-item{border:0 solid #b8b8b8;border-bottom-width:1px;font-size:16px;padding:0}.ec-search-bar__result-item--active{background-color:#5a5a5a}.ec-search-bar__result-item:last-child{border:none}.ec-search-bar__result-item-link{padding:12px 8px;display:block;text-decoration:none;color:#231f20}.ec-search-bar__result-item-link:visited{color:#525252}.ec-search-bar__result-item-link--active{padding:12px 8px;display:block;text-decoration:none;color:#fff}.ec-search-bar__results:list-of-type{border:none}body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:"ss01"}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.bitesize-article-search-view-wrapper{margin:0 auto;max-width:1008px}.bitesize-article-search-view-wrapper .ec-search-bar{margin:0 16px}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-search-view/1.19.0"]=true; Morph.styleSrc.push("<style>.ec-search-bar{background-color:#deddde;padding:8px;margin-top:12px;margin-bottom:16px}.ec-search-bar__form{position:relative}.ec-search-bar__querybox{border:none;box-sizing:border-box;font-family:inherit;font-feature-settings:inherit;font-size:16px;height:40px;line-height:1.15;padding:0 36px 0 8px;width:100%}.ec-search-bar__querybox:focus{outline:none}.ec-search-bar__querybox::-ms-clear{display:none}.ec-search-bar__results{list-style-type:none;padding-left:0;margin:0}.ec-search-bar__close-button{background-color:transparent;border:0;cursor:pointer;height:36px;position:absolute;right:0;top:2px;width:36px}.ec-search-bar__close-button>svg{height:16px;width:16px}.ec-search-bar__icon{height:36px;position:absolute;right:0;text-align:center;top:10px;width:36px}.ec-search-bar__icon>svg{height:16px;width:16px}.ec-search-bar__label{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.ec-search-bar__no-results-label{display:block;font-size:16px;padding:12px 8px;overflow-wrap:break-word}.ec-search-bar__result-item{border:0 solid #b8b8b8;border-bottom-width:1px;font-size:16px;padding:0}.ec-search-bar__result-item--active{background-color:#5a5a5a}.ec-search-bar__result-item:last-child{border:none}.ec-search-bar__result-item-link{padding:12px 8px;display:block;text-decoration:none;color:#231f20}.ec-search-bar__result-item-link:visited{color:#525252}.ec-search-bar__result-item-link--active{padding:12px 8px;display:block;text-decoration:none;color:#fff}.ec-search-bar__results:list-of-type{border:none}body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:\"ss01\"}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.bitesize-article-search-view-wrapper{margin:0 auto;max-width:1008px}.bitesize-article-search-view-wrapper .ec-search-bar{margin:0 16px}</style>"); }</script><script>if (Morph.enhanced) { Morph.styles["bbc-morph-gel-icons/5.1.0"]=true; Morph.styleSrc.push("<style>.gel-icon{display:inline-block}.gel-icon svg{width:inherit;height:inherit;fill:currentColor}.gel-icon--loading{-webkit-animation-name:gel-spin;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:gel-spin;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:gel-spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@-moz-keyframes gel-spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes gel-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes gel-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}\n</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u04850388273508788 */</script><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:"ss01"}.b-reith-sans-font .all-subjects__btn,.b-reith-sans-font .banner__link,.b-reith-sans-font .banner__list-item,.b-reith-sans-font .banner__text,.b-reith-sans-font .context-panel-description,.b-reith-sans-font .context-panel__description,.b-reith-sans-font .dialogue__description h1,.b-reith-sans-font .global-language-selector__drawer,.b-reith-sans-font .global-language-selector__icon-yes,.b-reith-sans-font .homepage-menu-text,.b-reith-sans-font .language-selector__drawer,.b-reith-sans-font .language-selector__icon-yes,.b-reith-sans-font .phase-card__link,.b-reith-sans-font .poem h1,.b-reith-sans-font .quote__text,.b-reith-sans-font blockquote q{font-family:inherit;font-feature-settings:inherit}.b-reith-sans-font .banner__title,.b-reith-sans-font .context-panel__button,.b-reith-sans-font .context-panel__header,.b-reith-sans-font .examspec-picker__button-link,.b-reith-sans-font .examspec-picker__header,.b-reith-sans-font .highlights__title,.b-reith-sans-font .homepage__overlay--v2 .homepage-overlay__body-title,.b-reith-sans-font .homepage__phases .phase-card__subtitle,.b-reith-sans-font .homepage__strapline,.b-reith-sans-font .logo__link,.b-reith-sans-font .masthead__logo,.b-reith-sans-font .masthead__logo--dark,.b-reith-sans-font .nation-card__label,.b-reith-sans-font .phase-card__title,.b-reith-sans-font .study-guide__title,.b-reith-sans-font .super-pos-card,.b-reith-sans-font .topic__header,.b-reith-sans-font .topics__header,.b-reith-sans-font .topics__title,.b-reith-sans-font .your-subjects__all-subjects__title,.b-reith-sans-font .your-subjects__bitesize-title,.b-reith-sans-font .your-subjects__choose-title,.b-reith-sans-font .your-subjects__error-title,.b-reith-sans-font .your-subjects__idcta__title,.b-reith-sans-font .your-subjects__last-activity-title,.b-reith-sans-font .your-subjects__no-relevant-subjects__title,.b-reith-sans-font .your-subjects__set-up-subjects__title,.b-reith-sans-font .your-subjects__title,.b-reith-sans-font .your-subjects__under-thirteen__title{font-family:inherit;font-weight:700}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.all-subjects-banner__container{background:#fff}.all-subjects-banner{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;width:100%;background-color:#fff;padding:16px}@media (min-width:37.5em){.all-subjects-banner{width:100%}}.all-subjects-banner__text-container{list-style:none;direction:ltr;text-align:left;text-align:center}@media (min-width:37.5em) and (max-width:56.24em){.all-subjects-banner__text-container{width:50%;text-align:left}}@media (min-width:56.25em){.all-subjects-banner__text-container{width:75%;text-align:left}}.all-subjects-banner__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;width:100%;font-weight:700;padding:16px 0 8px;text-align:center}@media (min-width:37.5em){.all-subjects-banner__title{padding-left:16px;text-align:left}}@media (min-width:63em){.all-subjects-banner__title{padding-left:0}}.all-subjects-banner__text{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;padding-bottom:16px}@media (min-width:37.5em){.all-subjects-banner__text{padding-bottom:0;padding-left:16px}}@media (min-width:63em){.all-subjects-banner__text{padding-left:0}}.all-subjects-banner__button-container{padding-bottom:16px}@media (min-width:37.5em){.all-subjects-banner__button-container{padding:16px 0 16px 16px}}@media (min-width:63em){.all-subjects-banner__button-container{padding-left:0}}.all-subjects-banner__button{background-color:#e5640f;color:#fff;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;display:inline-block;font-family:inherit;padding:12px;text-decoration:none}.all-subjects-banner__button:active,.all-subjects-banner__button:hover{background-color:#231f20;color:#fff;text-decoration:underline}.all-subjects-banner__button:focus{outline:10px solid #1a9bf0;background-color:#e5640f;color:#fff;text-decoration:none}@media (min-width:20em){.all-subjects-banner__button{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__button,.n-no-touchevents.all-subjects-banner__button,.n-no-touchevents .all-subjects-banner__button{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__button{text-align:center}}.all-subjects-banner__button .gel-icon--next{color:#fff;height:16px;padding-left:8px;position:relative;top:3px;width:16px}.all-subjects-banner__image{display:none;margin:0 auto;text-align:center}@media (min-width:37.5em) and (max-width:56.24em){.all-subjects-banner__image{width:50%;display:inline-block;margin:-28px auto}}@media (min-width:56.25em){.all-subjects-banner__image{width:25%;display:inline-block;margin:-40px auto 16px}}.all-subjects-banner__image svg{height:140px;margin:auto;width:300px}@media (min-width:37.5em){.all-subjects-banner__image svg{float:right;height:140px;width:300px}}@media (min-width:56.25em){.all-subjects-banner__image svg{float:right;height:140px;width:400px}}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-all-subjects-banner-view/1.3.0"]=true; Morph.styleSrc.push("<style>body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:\"ss01\"}.b-reith-sans-font .all-subjects__btn,.b-reith-sans-font .banner__link,.b-reith-sans-font .banner__list-item,.b-reith-sans-font .banner__text,.b-reith-sans-font .context-panel-description,.b-reith-sans-font .context-panel__description,.b-reith-sans-font .dialogue__description h1,.b-reith-sans-font .global-language-selector__drawer,.b-reith-sans-font .global-language-selector__icon-yes,.b-reith-sans-font .homepage-menu-text,.b-reith-sans-font .language-selector__drawer,.b-reith-sans-font .language-selector__icon-yes,.b-reith-sans-font .phase-card__link,.b-reith-sans-font .poem h1,.b-reith-sans-font .quote__text,.b-reith-sans-font blockquote q{font-family:inherit;font-feature-settings:inherit}.b-reith-sans-font .banner__title,.b-reith-sans-font .context-panel__button,.b-reith-sans-font .context-panel__header,.b-reith-sans-font .examspec-picker__button-link,.b-reith-sans-font .examspec-picker__header,.b-reith-sans-font .highlights__title,.b-reith-sans-font .homepage__overlay--v2 .homepage-overlay__body-title,.b-reith-sans-font .homepage__phases .phase-card__subtitle,.b-reith-sans-font .homepage__strapline,.b-reith-sans-font .logo__link,.b-reith-sans-font .masthead__logo,.b-reith-sans-font .masthead__logo--dark,.b-reith-sans-font .nation-card__label,.b-reith-sans-font .phase-card__title,.b-reith-sans-font .study-guide__title,.b-reith-sans-font .super-pos-card,.b-reith-sans-font .topic__header,.b-reith-sans-font .topics__header,.b-reith-sans-font .topics__title,.b-reith-sans-font .your-subjects__all-subjects__title,.b-reith-sans-font .your-subjects__bitesize-title,.b-reith-sans-font .your-subjects__choose-title,.b-reith-sans-font .your-subjects__error-title,.b-reith-sans-font .your-subjects__idcta__title,.b-reith-sans-font .your-subjects__last-activity-title,.b-reith-sans-font .your-subjects__no-relevant-subjects__title,.b-reith-sans-font .your-subjects__set-up-subjects__title,.b-reith-sans-font .your-subjects__title,.b-reith-sans-font .your-subjects__under-thirteen__title{font-family:inherit;font-weight:700}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.all-subjects-banner__container{background:#fff}.all-subjects-banner{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#fff;padding:16px}@media (min-width:25em){.all-subjects-banner{padding-left:16px;padding-right:16px}}@media (min-width:37.5em){.all-subjects-banner{width:100%}}.all-subjects-banner__text-container{list-style:none;direction:ltr;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0;width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}@media (min-width:37.5em){.all-subjects-banner__text-container{margin-left:-16px;padding-left:16px}}@media (min-width:37.5em) and (max-width:56.24em){.all-subjects-banner__text-container{width:50%;text-align:left}}@media (min-width:56.25em){.all-subjects-banner__text-container{width:75%;text-align:left}}.all-subjects-banner__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;width:100%;font-weight:700;padding:16px 0 8px;text-align:center}@media (min-width:20em){.all-subjects-banner__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.all-subjects-banner__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .all-subjects-banner__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.all-subjects-banner__title{padding-left:16px;text-align:left}}@media (min-width:63em){.all-subjects-banner__title{padding-left:0}}.all-subjects-banner__text{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;padding-bottom:16px}@media (min-width:20em){.all-subjects-banner__text{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__text{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .all-subjects-banner__text{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__text{padding-bottom:0;padding-left:16px}}@media (min-width:63em){.all-subjects-banner__text{padding-left:0}}.all-subjects-banner__button-container{padding-bottom:16px}@media (min-width:37.5em){.all-subjects-banner__button-container{padding:16px 0 16px 16px}}@media (min-width:63em){.all-subjects-banner__button-container{padding-left:0}}.all-subjects-banner__button{background-color:#e5640f;color:#fff;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;display:inline-block;font-family:inherit;padding:12px;text-decoration:none}.all-subjects-banner__button:active,.all-subjects-banner__button:hover{background-color:#231f20;color:#fff;text-decoration:underline}.all-subjects-banner__button:focus{outline:10px solid #1a9bf0;background-color:#e5640f;color:#fff;text-decoration:none}@media (min-width:20em){.all-subjects-banner__button{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__button,.n-no-touchevents.all-subjects-banner__button,.n-no-touchevents .all-subjects-banner__button{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__button{text-align:center}}.all-subjects-banner__button .gel-icon--next{color:#fff;height:16px;padding-left:8px;position:relative;top:3px;width:16px}.all-subjects-banner__image{display:none;margin:0 auto;text-align:center}@media (min-width:37.5em) and (max-width:56.24em){.all-subjects-banner__image{width:50%;display:inline-block;margin:-28px auto}}@media (min-width:56.25em){.all-subjects-banner__image{width:25%;display:inline-block;margin:-40px auto 16px}}.all-subjects-banner__image svg{height:140px;margin:auto;width:300px}@media (min-width:37.5em){.all-subjects-banner__image svg{float:right;height:140px;width:300px}}@media (min-width:56.25em){.all-subjects-banner__image svg{float:right;height:140px;width:400px}}</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u8620188415185686 */</script><script type="text/javascript"> var domain = "co.uk"; var _sf_async_config = _sf_async_config || {}; var _sf_startpt=(new Date()).getTime(); _sf_async_config.domain = "www" + ".bbc." + domain; _sf_async_config.uid = 50924; _sf_async_config.title = window.document.title; _sf_async_config.path = "bbc." + domain + window.location.pathname + ""; _sf_async_config.sections = "bitesize"; </script></head><body> <div id="cookiePrompt"></div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20211026202602im_/https://a1.api.bbc.co.uk/hit.xiti?&amp;col=1&amp;from=p&amp;ptag=js&amp;s=598253&amp;p=bitesize.page&amp;x2=[responsive]&amp;x3=[bbc_website]&amp;x4=[en-GB]&amp;x7=[index-home]&amp;x8=[reverb-3.3.0-nojs]&amp;x11=[BITESIZE]&amp;x12=[BITESIZE]" height="1" width="1" alt=""></p></noscript> <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 new-logo"><a href="https://web.archive.org/web/20211026202602/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/20211026202602/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/20211026202602/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/20211026202602/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20211026202602/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/20211026202602/https://search.bbc.co.uk/search?scope=bitesize" title="Search the BBC">Search</a><form class="b-f" id="orb-search-form" role="search" method="get" action="https://web.archive.org/web/20211026202602/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><input type="hidden" name="scope" id="orb-search-scope" value="bitesize"><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 Bitesize"><button id="orb-search-button" class="orb-search__button">Search the BBC</button><input type="hidden" name="suggid" id="orb-search-suggid"></div></form><form id="orbit-search-form" role="search" method="get" action="https://web.archive.org/web/20211026202602/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><input type="hidden" name="scope" id="orb-search-scope" value="bitesize"> <button id="orbit-search-button"><svg class="search-button-icon" width="1.75rem" height="1.8125rem" viewbox="0 0 28 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Search Bitesize</title><path d="M11,0 C17.0751322,0 22,4.92486775 22,11 C22,13.5277632 21.1473793,15.8563862 19.7140404,17.7139664 L28,26.0001 L25,29.0001 L16.518046,20.5179339 C14.8960209,21.4603385 13.0110328,22 11,22 C4.92486775,22 0,17.0751322 0,11 C0,4.92486775 4.92486775,0 11,0 Z M11,2.5001 C6.30557963,2.5001 2.5,6.30567963 2.5,11.0001 C2.5,15.6945204 6.30557963,19.5001 11,19.5001 C15.6944204,19.5001 19.5,15.6945204 19.5,11.0001 C19.5,6.30567963 15.6944204,2.5001 11,2.5001 Z" id="Shape"></path></svg><svg class="search-box-icon" width="1rem" height="1rem" viewbox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4.31263591,11.9770508 C3.26116255,10.925 2.68223368,9.52721354 2.68223368,8.04036458 C2.68223368,6.55351563 3.26116255,5.15572917 4.31325442,4.10491536 C5.36410928,3.05286458 6.76133182,2.47395833 8.24823886,2.47395833 C9.7351459,2.47395833 11.1336055,3.05348307 12.1850788,4.10491536 C14.3548251,6.27457682 14.3554436,9.80615234 12.1850788,11.9770508 C11.1336055,13.0278646 9.7351459,13.6067708 8.24823886,13.6067708 C6.76195034,13.6067708 5.36410928,13.0278646 4.31263591,11.9770508 L4.31263591,11.9770508 Z M20,17.6059245 L14.9195281,12.525651 C17.0268044,9.39980469 16.7002292,5.12171224 13.9348542,2.35520833 C12.3644478,0.785481771 10.3066526,0 8.24823886,0 C6.19106215,0 4.13264841,0.785481771 2.56347904,2.35520833 C-0.576715236,5.49589844 -0.576715236,10.5860677 2.56347904,13.7255208 C4.13326692,15.2964844 6.19106215,16.0807292 8.24823886,16.0807292 C9.81555269,16.0807292 11.3816295,15.6230469 12.733082,14.7120117 L17.8129354,19.7916667 L20,17.6059245 Z"></path></svg><span>Search Bitesize</span></button></div></form> </div></div><div id="orb-panels"></div></div></header> <!-- Styling hook for shared modules only --> <div id="orb-modules"> <div id="u704641018355691"><noscript data-reactid=".ergaemfxu0" data-react-checksum="-1337978514"></noscript></div><div id="u9820121233273047"><div class="bitesize-homepage-header-view__container" data-reactid=".4x3bumckly" data-react-checksum="-484412499"><div class="bitesize-homepage-header-view__sparks bitesize-homepage-header-view__sparks-grid" data-reactid=".4x3bumckly.0"></div><div class="global-navigation" data-reactid=".4x3bumckly.1"><header class="global-navigation__header" data-reactid=".4x3bumckly.1.0"><div class="global-navigation__header__wrap" data-reactid=".4x3bumckly.1.0.0"><span class="global-navigation__header__logo" tabindex="-1" data-reactid=".4x3bumckly.1.0.0.0"><a class="global-navigation__header__logo__link--animate global-navigation__header__logo__link--delay-animation global-navigation__header__logo__link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize" data-reactid=".4x3bumckly.1.0.0.0.0">Bitesize</a></span><button type="button" data-bbc-container="global-navigation" data-bbc-title="AllBitesize" data-bbc-ignore-views="1" data-bbc-result="expand-menu/collapse-menu" class="global-navigation__header__menu-button" aria-label="Open menu" data-reactid=".4x3bumckly.1.0.0.1"><i class="gel-icon gel-icon--list-view global-navigation__header__menu-button__list-view" data-reactid=".4x3bumckly.1.0.0.1.0"><svg width="32" height="32" viewbox="0 0 32 32" data-reactid=".4x3bumckly.1.0.0.1.0.0"><path d="M0 0v8h32V0zM0 17v3h32v-8H0zM0 29v3h32v-8H0z" data-reactid=".4x3bumckly.1.0.0.1.0.0.0"></path></svg></i><span class="global-navigation__header__menu-button__text" data-reactid=".4x3bumckly.1.0.0.1.1">All Bitesize</span></button><div class="global-navigation__mobile-nav" data-reactid=".4x3bumckly.1.0.0.2"></div></div></header><nav class="global-navigation__primary-nav" data-reactid=".4x3bumckly.1.1"><div class="global-navigation__primary-nav__wrap" data-reactid=".4x3bumckly.1.1.0"><div class="global-language-selector" data-reactid=".4x3bumckly.1.1.0.0"><button type="button" class="global-language-selector__drawer global-language-selector__drawer--closed" data-reactid=".4x3bumckly.1.1.0.0.0"><span class="global-language-selector__drawer-text" data-reactid=".4x3bumckly.1.1.0.0.0.0">Change language</span></button><div class="global-language-selector__container global-language-selector__container--hidden" data-reactid=".4x3bumckly.1.1.0.0.1"><ol class="global-language-selector__list" data-reactid=".4x3bumckly.1.1.0.0.1.0"><li class="global-language-selector__language global-language-selector__language--selected" data-reactid=".4x3bumckly.1.1.0.0.1.0.0"><button type="button" tabindex="0" lang="en-GB" class="global-language-selector__language-link" aria-label="English, selected" data-reactid=".4x3bumckly.1.1.0.0.1.0.0.0"><span class="global-language-selector__language-label" lang="en-GB" data-reactid=".4x3bumckly.1.1.0.0.1.0.0.0.0">English</span><span class="global-language-selector__icon-yes gel-icon gel-icon--yes" data-reactid=".4x3bumckly.1.1.0.0.1.0.0.0.1"><svg class="bitesize-yes-svg" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".4x3bumckly.1.1.0.0.1.0.0.0.1.0"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2 " data-reactid=".4x3bumckly.1.1.0.0.1.0.0.0.1.0.0"></polygon></svg></span></button></li><li class="global-language-selector__language" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$cy-GB"><button type="button" tabindex="0" lang="cy-GB" class="global-language-selector__language-link" aria-label="Cymraeg" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$cy-GB.0"><span class="global-language-selector__language-label" lang="cy-GB" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$cy-GB.0.0">Cymraeg</span></button></li><li class="global-language-selector__language" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$ga-GB"><button type="button" tabindex="0" lang="ga-GB" class="global-language-selector__language-link" aria-label="Gaeilge" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$ga-GB.0"><span class="global-language-selector__language-label" lang="ga-GB" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$ga-GB.0.0">Gaeilge</span></button></li><li class="global-language-selector__language" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$gd-GB"><button type="button" tabindex="0" lang="gd-GB" class="global-language-selector__language-link" aria-label="Gàidhlig" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$gd-GB.0"><span class="global-language-selector__language-label" lang="gd-GB" data-reactid=".4x3bumckly.1.1.0.0.1.0.1:$gd-GB.0.0">Gàidhlig</span></button></li></ol></div></div><ul class="global-navigation__list" data-reactid=".4x3bumckly.1.1.0.1"><li class="global-navigation__list__item global-navigation__list__item--highlighted" data-reactid=".4x3bumckly.1.1.0.1.0:$home"><a class="global-navigation__list__link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize" data-bbc-container="global-navigation" data-bbc-title="Home" data-bbc-ignore-views="1" data-bbc-result="/bitesize" data-reactid=".4x3bumckly.1.1.0.1.0:$home.0"><span class="global-navigation__list__link-text" data-reactid=".4x3bumckly.1.1.0.1.0:$home.0.0">Home</span></a></li><li class="global-navigation__list__item" data-reactid=".4x3bumckly.1.1.0.1.0:$learn"><a class="global-navigation__list__link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize/learn" data-bbc-container="global-navigation" data-bbc-title="Learn" data-bbc-ignore-views="1" data-bbc-result="/bitesize/learn" data-reactid=".4x3bumckly.1.1.0.1.0:$learn.0"><span class="global-navigation__list__link-text" data-reactid=".4x3bumckly.1.1.0.1.0:$learn.0.0">Learn</span></a></li><li class="global-navigation__list__item" data-reactid=".4x3bumckly.1.1.0.1.0:$support"><a class="global-navigation__list__link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize/support" data-bbc-container="global-navigation" data-bbc-title="Support" data-bbc-ignore-views="1" data-bbc-result="/bitesize/support" data-reactid=".4x3bumckly.1.1.0.1.0:$support.0"><span class="global-navigation__list__link-text" data-reactid=".4x3bumckly.1.1.0.1.0:$support.0.0">Support</span></a></li><li class="global-navigation__list__item" data-reactid=".4x3bumckly.1.1.0.1.0:$careers"><a class="global-navigation__list__link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize/careers" data-bbc-container="global-navigation" data-bbc-title="Careers" data-bbc-ignore-views="1" data-bbc-result="/bitesize/careers" data-reactid=".4x3bumckly.1.1.0.1.0:$careers.0"><span class="global-navigation__list__link-text" data-reactid=".4x3bumckly.1.1.0.1.0:$careers.0.0">Careers</span></a></li><li data-reactid=".4x3bumckly.1.1.0.1.1"><ul class="global-navigation__list__items--pinned" data-reactid=".4x3bumckly.1.1.0.1.1.0"><li class="global-navigation__list__item" data-reactid=".4x3bumckly.1.1.0.1.1.0.$my-bitesize"><a class="global-navigation__list__link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize/my" data-bbc-container="global-navigation" data-bbc-title="MyBitesize" data-bbc-ignore-views="1" data-bbc-result="/bitesize/my" data-reactid=".4x3bumckly.1.1.0.1.1.0.$my-bitesize.0"><span class="global-navigation__list__link-my-bitesize" data-reactid=".4x3bumckly.1.1.0.1.1.0.$my-bitesize.0.0">My Bitesize</span></a></li><li class="global-navigation__list__item global-navigation__list__item--pinned global-navigation__list__item--all-bitesize" data-reactid=".4x3bumckly.1.1.0.1.1.0.$all-bitesize"><button type="button" data-bbc-container="global-navigation" data-bbc-title="AllBitesize" data-bbc-ignore-views="1" data-bbc-result="expanded-menu" class="global-navigation__list__link--button global-navigation__list__link--button--pinned" aria-live="polite" aria-label="Menu button, this menu is closed" data-reactid=".4x3bumckly.1.1.0.1.1.0.$all-bitesize.0"><span class="gel-icon gel-icon--list-view" data-reactid=".4x3bumckly.1.1.0.1.1.0.$all-bitesize.0.0"><svg width="32" height="32" viewbox="0 0 32 32" data-reactid=".4x3bumckly.1.1.0.1.1.0.$all-bitesize.0.0.0"><path d="M0 0v8h32V0zM0 17v3h32v-8H0zM0 29v3h32v-8H0z" data-reactid=".4x3bumckly.1.1.0.1.1.0.$all-bitesize.0.0.0.0"></path></svg></span><span class="global-navigation__list__link-text" data-reactid=".4x3bumckly.1.1.0.1.1.0.$all-bitesize.0.1">All Bitesize</span></button></li></ul></li></ul></div></nav></div></div></div><div id="u5312054547222389"><div class="promoted-navigation__container" data-reactid=".7z2aot65eu" data-react-checksum="1206981131"><div class="promoted-navigation" data-reactid=".7z2aot65eu.0"><noscript data-reactid=".7z2aot65eu.0.0"></noscript><a class="optional-link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize/learn" data-reactid=".7z2aot65eu.0.1"><h1 class="promoted-navigation__title" data-reactid=".7z2aot65eu.0.1.0">Learn &amp; revise</h1><div class="gel-icon gel-icon--next" data-reactid=".7z2aot65eu.0.1.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".7z2aot65eu.0.1.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".7z2aot65eu.0.1.1.0.0"></path></svg></div></a><div class="promoted-navigation__phases" data-reactid=".7z2aot65eu.0.2"><div class="promoted-navigation__phases-layout" data-reactid=".7z2aot65eu.0.2.0"><div class="promoted-navigation__phases-item" data-reactid=".7z2aot65eu.0.2.0.$Primary"><div class="phase-card phase-card--primary" data-reactid=".7z2aot65eu.0.2.0.$Primary.0"><a class="phase-card__link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize/primary" aria-label="Go to Primary (Age 3 to 11)" data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0"><div class="phase-card__content-container" data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0.0"><div class="phase-card__title" data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0.0.0">Primary</div><div class="phase-card__subtitle" data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0.0.1">Age 3 to 11</div><div class="phase-card__cta" data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0.0.2"><span data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0.0.2.0">Go to Primary</span><div class="gel-icon gel-icon--next" data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0.0.2.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0.0.2.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".7z2aot65eu.0.2.0.$Primary.0.0.0.2.1.0.0"></path></svg></div></div></div></a></div></div><div class="promoted-navigation__phases-item" data-reactid=".7z2aot65eu.0.2.0.$Secondary"><div class="phase-card phase-card--secondary" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0"><a class="phase-card__link" href="/web/20211026202602/https://www.bbc.co.uk/bitesize/secondary" aria-label="Go to Secondary (Age 11 to 16)" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0"><div class="phase-card__content-container" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0.0"><div class="phase-card__title" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0.0.0">Secondary</div><div class="phase-card__subtitle" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0.0.1">Age 11 to 16</div><div class="phase-card__cta" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0.0.2"><span data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0.0.2.0">Go to Secondary</span><div class="gel-icon gel-icon--next" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0.0.2.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0.0.2.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".7z2aot65eu.0.2.0.$Secondary.0.0.0.2.1.0.0"></path></svg></div></div></div></a></div></div><div class="promoted-navigation__phases-item" data-reactid=".7z2aot65eu.0.2.0.$Post-16"><div class="phase-card phase-card--post-16" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0"><button class="phase-card__link" aria-label="Go to Post-16 (Age 16+)" type="button" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0"><div class="phase-card__content-container" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0.0"><div class="phase-card__title" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0.0.0">Post-16</div><div class="phase-card__subtitle" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0.0.1">Age 16+</div><div class="phase-card__cta" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0.0.2"><span data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0.0.2.0">Go to Post-16</span><div class="gel-icon gel-icon--next" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0.0.2.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0.0.2.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".7z2aot65eu.0.2.0.$Post-16.0.0.0.2.1.0.0"></path></svg></div></div></div></button></div></div></div></div></div></div></div><div id="u2811913073155412"><div class="bitesize-parents-teachers-journey-container" data-reactid=".1mwlmt1mnk2" data-react-checksum="591179247"><div class="bitesize-parents-teachers-journey" data-reactid=".1mwlmt1mnk2.0"><h2 class="bitesize-parents-teachers-journey-title" data-reactid=".1mwlmt1mnk2.0.0">Extra resources</h2><div class="bitesize-parents-teachers-journey-items" data-reactid=".1mwlmt1mnk2.0.1"><div class="bitesize-parents-teachers-journey-item" data-reactid=".1mwlmt1mnk2.0.1.0"><div class="education-content-promo--default" data-reactid=".1mwlmt1mnk2.0.1.0.0"><div class="education-content-promo-container--default" data-reactid=".1mwlmt1mnk2.0.1.0.0.0"><div class="education-content-promo__image-wrapper--default" data-reactid=".1mwlmt1mnk2.0.1.0.0.0.0"><img alt="" src="https://web.archive.org/web/20211026202602im_/https://bitesize.files.bbci.co.uk/images/svgs/parent-teacher-journey/parents.svg" class="education-content-promo__image--default " data-reactid=".1mwlmt1mnk2.0.1.0.0.0.0.0"/></div><div class="education-content-text-wrapper--default" data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1"><div data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1.0"><a data-bbc-container="parent-teacher-promo" data-bbc-title="Parents" data-bbc-metadata="{&quot;CHD&quot;:&quot;card::1&quot;}" class="education-content-promo__link--default" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/znsmxyc" data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1.0.0"><div class="education-content-promo__title--default" data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1.0.0.0"><div data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1.0.0.0.0"><span data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1.0.0.0.0.0">Parents</span><svg class="" width="16" height="16" viewbox="0 0 32 32" data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1.0.0.0.0.1"><polygon points="29 16 3 0 3 7.2 17.6 16 3 24.8 3 32 29 16" data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1.0.0.0.0.1.0"></polygon></svg></div></div></a><div class="education-content-promo__context-synopsis--default" data-reactid=".1mwlmt1mnk2.0.1.0.0.0.1.0.2">Practical advice and activities.</div></div></div></div></div></div><div class="bitesize-parents-teachers-journey-item" data-reactid=".1mwlmt1mnk2.0.1.1"><div class="education-content-promo--default" data-reactid=".1mwlmt1mnk2.0.1.1.0"><div class="education-content-promo-container--default" data-reactid=".1mwlmt1mnk2.0.1.1.0.0"><div class="education-content-promo__image-wrapper--default" data-reactid=".1mwlmt1mnk2.0.1.1.0.0.0"><img alt="" src="https://web.archive.org/web/20211026202602im_/https://bitesize.files.bbci.co.uk/images/svgs/parent-teacher-journey/teachers.svg" class="education-content-promo__image--default " data-reactid=".1mwlmt1mnk2.0.1.1.0.0.0.0"/></div><div class="education-content-text-wrapper--default" data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1"><div data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1.0"><a data-bbc-container="parent-teacher-promo" data-bbc-title="Teachers" data-bbc-metadata="{&quot;CHD&quot;:&quot;card::2&quot;}" class="education-content-promo__link--default" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/teach" data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1.0.0"><div class="education-content-promo__title--default" data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1.0.0.0"><div data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1.0.0.0.0"><span data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1.0.0.0.0.0">Teachers</span><svg class="" width="16" height="16" viewbox="0 0 16 16" fill="none" data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1.0.0.0.0.1"><path d="M6 0V2.5H11.65L9.15 5H0V16H11V8.8L10 9.8V15H1V7V6H8.15L4.3 9.9L6.1 11.65L13.5 4.3V10H16V0H6Z" fill="#F86E01" data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1.0.0.0.0.1.0"></path></svg></div></div></a><div class="education-content-promo__context-synopsis--default" data-reactid=".1mwlmt1mnk2.0.1.1.0.0.1.0.2">Resources from BBC Teach.</div></div></div></div></div></div></div></div></div></div><div id="u04850388273508788"><div class="index-page" data-reactid=".11vjq6urllq" data-react-checksum="-1390491624"><span data-reactid=".11vjq6urllq.1"></span><span data-reactid=".11vjq6urllq.2"></span><div class="collection" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0"><div class="gel-layout gel-layout--equal layout-2-with-links" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0"><div class="gel-layout__item promo-container" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0"><h2 class="collection-title" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.0">Picks of the week</h2><div class="promo gel-12/12" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/topics/zkcqn39/articles/zw96tfr" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07q3q4s.jpg" data-alt="What makes a good computer game?" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.1.0.1.0">What makes a good computer game?</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.1.0.1.1">Discover how computer games are made, what makes them fun and how you can turn your own idea into one.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-z2ckkty-0.1.0.1.2">COMPUTING SCIENCE AND ICT</h5></div></a></div></div><div class="gel-layout__item promo-container" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1"><h2 class="collection-title" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.0"></h2><div class="promo gel-12/12" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/zppx2v4" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09zsmth.jpg" data-alt="The Regenerators" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.1.0.1.0">The Regenerators</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.1.0.1.1">Inspiring children and teenagers to live a greener life and encourage others to look after the planet.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-z6cwcmn-0.0.0.$promo-znj22v4-1.1.0.1.2">THE REGENERATORS</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1"><div class="layout-branding-image-3" style="background-image:url(&quot;https://web.archive.org/web/20211026202602im_/https://ichef.bbci.co.uk/images/ic/1200xn/p0742k28.jpg&quot;);" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0"><div class="gel-layout gel-layout--center" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.0.0">The Regenerators</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1"><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zrpff82-0"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/z4g3f82/" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zrpff82-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zrpff82-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09zk4lb.png" data-alt="What is climate change?" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zrpff82-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zrpff82-0.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zrpff82-0.0.1.0">What is climate change?</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zrpff82-0.0.1.1">Learn about the causes and impacts of climate change.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zrpff82-0.0.1.2">THE REGENERATORS</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zcnyydm-1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/zhd94xs " tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zcnyydm-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zcnyydm-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09y9fls.jpg" data-alt="Climate anxiety: How to turn your worries into action" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zcnyydm-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zcnyydm-1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zcnyydm-1.0.1.0">Climate anxiety: How to turn your worries into action</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zcnyydm-1.0.1.1">Learn how to use your feelings to drive positive change for the environment.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-zcnyydm-1.0.1.2">THE REGENERATORS</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-z4svvwx-2"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/z22qjsg" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-z4svvwx-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-z4svvwx-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09ymghn.jpg" data-alt="Quiz: Can you guess the green celebrities? " data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-z4svvwx-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-z4svvwx-2.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-z4svvwx-2.0.1.0">Quiz: Can you guess the green celebrities? </h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-z4svvwx-2.0.1.1">Many famous people around the world are using their voice to speak up for the environment. Can you guess who they are?</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zghssk7-1.0.0.1.$promo-z4svvwx-2.0.1.2">THE REGENERATORS</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2"><div class="layout-branding-colour-3" style="background-color:#FFFFFF;" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0"><div class="gel-layout gel-layout--center" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.0"><h2 class="collection-title collection-title--dark gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.0.0">Black History Month</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1"><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-z28k96f-0"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/topics/zj4fn9q/articles/zjch6g8" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-z28k96f-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-z28k96f-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09rrhy6.png" data-alt="Mali and Mansa Musa" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-z28k96f-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-z28k96f-0.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-z28k96f-0.0.1.0">Mali and Mansa Musa</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-z28k96f-0.0.1.1">The Mali Empire was created when Sundiata Keita united a series of smaller kingdoms in 1235. </p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-z28k96f-0.0.1.2">KS3 HISTORY</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zv727yc-1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/cbbc/games/horrible-histories-beastly-boxset-game" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zv727yc-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zv727yc-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09z2dm1.jpg" data-alt="Horrible Histories Beastly Boxset: Wonderful Windrush " data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zv727yc-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zv727yc-1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zv727yc-1.0.1.0">Horrible Histories Beastly Boxset: Wonderful Windrush </h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zv727yc-1.0.1.1">Travel through history and discover what it was like to live in six different eras. New Wonderful Windrush level added!</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zv727yc-1.0.1.2">GAMES</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zf4jkmn-2"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.com/bitesize/articles/z6f3scw" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zf4jkmn-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zf4jkmn-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07r5zcq.png" data-alt="De’Graft Mensah: How my Ghanaian heritage shaped me" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zf4jkmn-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zf4jkmn-2.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zf4jkmn-2.0.1.0">De’Graft Mensah: How my Ghanaian heritage shaped me</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zf4jkmn-2.0.1.1">CBBC&#x27;s Newsround presenter talks about growing up in a Ghanaian household in Milton Keynes.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zk4vydm-2.0.0.1.$promo-zf4jkmn-2.0.1.2">TOPICAL</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3"><div class="layout-branding-image-3" style="background-image:url(&quot;https://web.archive.org/web/20211026202602im_/https://ichef.bbci.co.uk/images/ic/1200xn/p06jrnd0.png&quot;);" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0"><div class="gel-layout gel-layout--center" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.0.0">Learning games and tools</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1"><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z7bcvk7-0"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/collections/primary-games/1" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z7bcvk7-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z7bcvk7-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07mnt6v.jpg" data-alt="Play Primary games" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z7bcvk7-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z7bcvk7-0.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z7bcvk7-0.0.1.0">Play Primary games</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z7bcvk7-0.0.1.1">Level up now! Bitesize has loads of new games for you to play.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z7bcvk7-0.0.1.2">GAMES</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z8d3ydm-1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/cbeebies/grownups/cbeebies-storytime-app" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z8d3ydm-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z8d3ydm-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09pcn9q.png" data-alt="Download the all-new CBeebies Storytime app!" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z8d3ydm-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z8d3ydm-1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z8d3ydm-1.0.1.0">Download the all-new CBeebies Storytime app!</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z8d3ydm-1.0.1.1">The CBeebies Storytime app introduces children to a world of stories through beautiful interactive storybooks. </p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-z8d3ydm-1.0.1.2">LITERACY</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-zydxm39-2"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/secondary-games" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-zydxm39-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-zydxm39-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09ymvnz.png" data-alt="Bitesize Secondary games" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-zydxm39-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-zydxm39-2.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-zydxm39-2.0.1.0">Bitesize Secondary games</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-zydxm39-2.0.1.1">Use experiments to build a sustainable environment in the Atomic Labs, become a History Detective or take on FestiLingo!</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zpqkr2p-3.0.0.1.$promo-zydxm39-2.0.1.2">GAMES</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4"><div class="layout-branding-image-3" style="background-image:url(&quot;https://web.archive.org/web/20211026202602im_/https://ichef.bbci.co.uk/images/ic/1200xn/p0742k28.jpg&quot;);" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0"><div class="gel-layout gel-layout--center" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.0.0">Careers</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1"><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://bbc.co.uk/bitesize/articles/zr4np4j " tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09ww15n.jpg" data-alt="Inside the BBC: What's it like to work on EastEnders?" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.0.0"></div><div class="gel-icon gel-icon--collection" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.0.2.0"><title data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.0.2.0.0">collection</title><path d="M4 26h22V4h2v24H4v-2z" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.0.2.0.1"></path><path d="M8 32v-2h22V8h2v24H8z" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.0.2.0.2"></path><path d="M0 24h24V0H0z" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.0.2.0.3"></path></svg></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.1.0">Inside the BBC: What&#x27;s it like to work on EastEnders?</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.1.1">Take a look behind the scenes of BBC One&#x27;s EastEnders. </p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zt9fsk7-0.0.1.2">CAREERS</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zgqvydm-1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/zvf3vwx" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zgqvydm-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zgqvydm-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09scpwb.jpg" data-alt="How can I explain my skills to employers? " data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zgqvydm-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zgqvydm-1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zgqvydm-1.0.1.0">How can I explain my skills to employers? </h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zgqvydm-1.0.1.1">Learn how to demonstrate your abilities using the STAR method. </p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-zgqvydm-1.0.1.2">CAREERS</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-z3wfsk7-2"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/zwsk4xs" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-z3wfsk7-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-z3wfsk7-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09p524y.jpg" data-alt="What's a digital portfolio and how could it help me?" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-z3wfsk7-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-z3wfsk7-2.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-z3wfsk7-2.0.1.0">What&#x27;s a digital portfolio and how could it help me?</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-z3wfsk7-2.0.1.1">Find out how you can showcase your skills and achievements all in one place online.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zxxk96f-4.0.0.1.$promo-z3wfsk7-2.0.1.2">CAREERS</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5"><div class="layout-branding-colour-3" style="background-color:#FFFFFF;" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0"><div class="gel-layout gel-layout--center" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.0"><h2 class="collection-title collection-title--dark gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.0.0">Around the UK </h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1"><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zprqjsg-0"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/topics/ztv4q6f" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zprqjsg-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zprqjsg-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09s5xf4.jpg" data-alt="Learning for sustainability" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zprqjsg-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zprqjsg-0.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zprqjsg-0.0.1.0">Learning for sustainability</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zprqjsg-0.0.1.1">Find out about the energy and resources we use every day, and how we can live more sustainably.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zprqjsg-0.0.1.2">Scotland</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-ztbwdp3-1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/zhkjbdm" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-ztbwdp3-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-ztbwdp3-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07jbtr3.jpg" data-alt="Dechrau Ysgol Uwchradd" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-ztbwdp3-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-ztbwdp3-1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-ztbwdp3-1.0.1.0">Dechrau Ysgol Uwchradd</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-ztbwdp3-1.0.1.1">Adnoddau i helpu plant a&#x27;u rhieni baratoi ar gyfer yr ysgol uwchradd.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-ztbwdp3-1.0.1.2">WALES</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zptpm39-2"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/outdoordetectives" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zptpm39-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zptpm39-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08wksx5.jpg" data-alt="Outdoor detectives" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zptpm39-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zptpm39-2.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zptpm39-2.0.1.0">Outdoor detectives</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zptpm39-2.0.1.1">Outdoor Detectives is an exciting new project to encourage children to get outside and have a local adventure!</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-zgdqkty-5.0.0.1.$promo-zptpm39-2.0.1.2">Northern Ireland</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6"><div class="layout-branding-image-3" style="background-image:url(&quot;https://web.archive.org/web/20211026202602im_/https://ichef.bbci.co.uk/images/ic/1200xn/p06jrnd0.png&quot;);" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0"><div class="gel-layout gel-layout--center" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.0.0">More from Bitesize</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1"><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zqrphcw-0"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/zmtd8hv" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zqrphcw-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zqrphcw-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09wrwyf.jpg" data-alt="How do you make a new flower?" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zqrphcw-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zqrphcw-0.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zqrphcw-0.0.1.0">How do you make a new flower?</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zqrphcw-0.0.1.1">Making the perfect flower can take over ten years, and lots of failed attempts. </p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zqrphcw-0.0.1.2">TOPICAL</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zkkvydm-1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/zj36xbk" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zkkvydm-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zkkvydm-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09ww6lg.jpg" data-alt="Four iconic maiden journeys in history" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zkkvydm-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zkkvydm-1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zkkvydm-1.0.1.0">Four iconic maiden journeys in history</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zkkvydm-1.0.1.1">Looking back at some historical first voyages over land, air and sea.</p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zkkvydm-1.0.1.2">TOPICAL</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://canvas-story.bbcrewind.co.uk/sounds-for-studying/" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09wrmfg.jpg" data-alt="Sounds For Studying" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.0.2.0"><title data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.0.2.0.0">external-link</title><path d="M12 0v5h11.5l-5 5H0v22h22V17.5l-2 2V30H2V12h14.5l-7.8 7.7 3.6 3.6L27 8.5V20h5V0H12z" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.1.0">Sounds For Studying</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.1.1">Make the grade by immersing your ears in BBC Sounds’ new audio-tastic revision site for anyone 16+. </p><h5 class="promo-attribution" data-reactid=".11vjq6urllq.4:$collection-znn72sg-6.0.0.1.$promo-zq7rg7h-2.0.1.2">BBC Sounds</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0"><h2 class="collection-title" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.0">Bitesize App</h2><div class="gel-layout gel-layout--equal layout-hero-2" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1"><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zr6h6v4-0"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize/articles/zgd682p" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zr6h6v4-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zr6h6v4-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0836h69.png" data-alt="14-16? Want revision on the go?" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zr6h6v4-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zr6h6v4-0.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zr6h6v4-0.0.1.0">14-16? Want revision on the go?</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zr6h6v4-0.0.1.1">Our Bitesize App shows your subjects with bespoke flashcards to help you study wherever and whenever you need to!</p><span data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zr6h6v4-0.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://apps.apple.com/app/apple-store/id1089215244?pt=342230&amp;ct=Bitesize%20Homepage%20Promo&amp;mt=8" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0836ql7.png" data-alt="The Bitesize App is available on iOS" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.0.2.0"><title data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.0.2.0.0">external-link</title><path d="M12 0v5h11.5l-5 5H0v22h22V17.5l-2 2V30H2V12h14.5l-7.8 7.7 3.6 3.6L27 8.5V20h5V0H12z" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.1.0">The Bitesize App is available on iOS</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.1.1">If you are an iOS user, you can download the latest version of the Bitesize App from the AppStore. </p><span data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zdy3y9q-1.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://play.google.com/store/apps/details?id=uk.co.bbc.bitesize&amp;referrer=utm_source%3Dbitesize%26utm_medium%3Dbanner%26utm_content%3Dapp%2520promo%26utm_campaign%3Dbitesize_homepage_web_promo%26anid%3Dadmob" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0836qwv.png" data-alt="The Bitesize App is available on Android" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.0.2.0"><title data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.0.2.0.0">external-link</title><path d="M12 0v5h11.5l-5 5H0v22h22V17.5l-2 2V30H2V12h14.5l-7.8 7.7 3.6 3.6L27 8.5V20h5V0H12z" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.1.0">The Bitesize App is available on Android</h2><p class="promo-synopsis" data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.1.1">If you&#x27;re an Android user, you can download it from the Google Play Store.</p><span data-reactid=".11vjq6urllq.4:$collection-zv7m7nb-7.0.1.$promo-zmc9cqt-2.0.1.2"></span></div></a></div></div></div></div><div class="collection" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8"><div class="collection-content" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0"><h2 class="collection-title" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.0">From the rest of the BBC</h2><div class="gel-layout gel-layout--equal layout-row-4" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1"><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6rnscw-0"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/teach" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6rnscw-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6rnscw-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089ks3d.jpg" data-alt="BBC Teach" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6rnscw-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6rnscw-0.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6rnscw-0.0.1.0">BBC Teach</h2><span data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6rnscw-0.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zvqc47h-1"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/cbeebies" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zvqc47h-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zvqc47h-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089ksd3.jpg" data-alt="CBeebies" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zvqc47h-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zvqc47h-1.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zvqc47h-1.0.1.0">CBeebies</h2><span data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zvqc47h-1.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6csf4j-2"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/cbbc" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6csf4j-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6csf4j-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089ksq3.png" data-alt="CBBC" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6csf4j-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6csf4j-2.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6csf4j-2.0.1.0">CBBC</h2><span data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-z6csf4j-2.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zv7492p-3"><a class="promo-link" href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/newsround" tabindex="0" aria-hidden="false" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zv7492p-3.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zv7492p-3.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20211026202602oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089ksv4.png" data-alt="Newsround" data-class="promo-image" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zv7492p-3.0.0.0"></div></div><div class="promo-footer" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zv7492p-3.0.1"><h2 class="promo-title" data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zv7492p-3.0.1.0">Newsround</h2><span data-reactid=".11vjq6urllq.4:$collection-zm3thbk-8.0.1.$promo-zv7492p-3.0.1.2"></span></div></a></div></div></div></div></div></div><div id="u8620188415185686"><div class="all-subjects-banner__container" data-reactid=".1056vqsco1c" data-react-checksum="-1325001959"><div class="all-subjects-banner" data-reactid=".1056vqsco1c.0"><div class="all-subjects-banner__title" data-reactid=".1056vqsco1c.0.0">View all our subjects</div><div class="all-subjects-banner__text-container" data-reactid=".1056vqsco1c.0.1"><div class="all-subjects-banner__text" data-reactid=".1056vqsco1c.0.1.0">Maths, English, Science and more... We&#x27;ve got you.</div><div class="all-subjects-banner__button-container" data-reactid=".1056vqsco1c.0.1.1"><a href="/web/20211026202602/https://www.bbc.co.uk/bitesize/subjects" class="all-subjects-banner__button" data-reactid=".1056vqsco1c.0.1.1.0"><span class="all-subjects-banner__button-text" data-reactid=".1056vqsco1c.0.1.1.0.0">View all subjects</span><div class="gel-icon gel-icon--next" data-reactid=".1056vqsco1c.0.1.1.0.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".1056vqsco1c.0.1.1.0.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".1056vqsco1c.0.1.1.0.1.0.0"></path></svg></div></a></div></div><div class="all-subjects-banner__image" data-reactid=".1056vqsco1c.0.2"><svg width="394px" height="141px" viewbox="0 0 394 141" version="1.1" data-reactid=".1056vqsco1c.0.2.0"><title data-reactid=".1056vqsco1c.0.2.0.0">All Subjects</title><defs data-reactid=".1056vqsco1c.0.2.0.1"></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" data-reactid=".1056vqsco1c.0.2.0.2"><g id="DESKTOP-1008-HOMEPAGE" transform="translate(-728.000000, -2075.000000)" data-reactid=".1056vqsco1c.0.2.0.2.0"><g id="Group-2" transform="translate(152.000000, 2061.000000)" data-reactid=".1056vqsco1c.0.2.0.2.0.0"><g id="Group" transform="translate(576.000000, 14.000000)" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0"><g id="Group-9" transform="translate(0.000000, 84.000000)" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.0"><path d="M102.6631,37.1562 L16.6591,37.1562 C15.7251,37.1562 14.9671,36.3982 14.9671,35.4642 C14.9671,34.5292 15.7251,33.7712 16.6591,33.7712 L102.6631,33.7712 C103.5981,33.7712 104.3551,34.5292 104.3551,35.4642 C104.3551,36.3982 103.5981,37.1562 102.6631,37.1562" id="Fill-1" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.0.0"></path><path d="M8.0576,37.1562 L2.0296,37.1562 C1.0946,37.1562 0.3366,36.3982 0.3366,35.4642 C0.3366,34.5292 1.0946,33.7712 2.0296,33.7712 L8.0576,33.7712 C8.9926,33.7712 9.7496,34.5292 9.7496,35.4642 C9.7496,36.3982 8.9926,37.1562 8.0576,37.1562" id="Fill-3" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.0.1"></path><path d="M376.4697,4.248 L290.4657,4.248 C289.5317,4.248 288.7737,3.49 288.7737,2.556 C288.7737,1.621 289.5317,0.863 290.4657,0.863 L376.4697,0.863 C377.4047,0.863 378.1617,1.621 378.1617,2.556 C378.1617,3.49 377.4047,4.248 376.4697,4.248" id="Fill-5" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.0.2"></path><path d="M391.8594,4.248 L385.8314,4.248 C384.8964,4.248 384.1384,3.49 384.1384,2.556 C384.1384,1.621 384.8964,0.863 385.8314,0.863 L391.8594,0.863 C392.7944,0.863 393.5514,1.621 393.5514,2.556 C393.5514,3.49 392.7944,4.248 391.8594,4.248" id="Fill-7" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.0.3"></path></g><g id="Group-46" transform="translate(99.000000, 0.000000)" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1"><path d="M11.6302,7.9983 C15.9922,11.3543 21.7302,12.7143 30.7892,12.7143 C38.5922,12.7143 45.4912,10.3383 52.1622,8.0403 C58.9222,5.7113 65.3062,3.5123 72.6612,3.5123 C87.4342,3.5123 93.3432,13.7993 94.9572,17.4083 L94.9572,18.6643 L94.9572,28.5973 L94.9572,30.9823 L94.9572,47.7033 L94.9572,63.6973 L94.9572,81.2303 L94.9572,90.4623 L94.9572,107.9853 L94.9572,108.9773 C94.9532,108.9723 94.9492,108.9663 94.9452,108.9603 C94.9202,108.9263 94.8932,108.8913 94.8682,108.8573 C94.7612,108.7113 94.6512,108.5643 94.5372,108.4153 C94.4912,108.3553 94.4432,108.2943 94.3962,108.2323 C94.2932,108.1013 94.1872,107.9673 94.0792,107.8333 C94.0332,107.7773 93.9882,107.7193 93.9412,107.6633 C93.7902,107.4783 93.6342,107.2923 93.4732,107.1053 C93.4462,107.0743 93.4182,107.0443 93.3912,107.0133 C93.2532,106.8553 93.1112,106.6963 92.9662,106.5373 C92.9112,106.4763 92.8532,106.4143 92.7972,106.3533 C92.6682,106.2153 92.5372,106.0773 92.4032,105.9383 C92.3482,105.8823 92.2942,105.8253 92.2382,105.7693 C92.0522,105.5803 91.8622,105.3923 91.6662,105.2043 C91.6372,105.1773 91.6062,105.1493 91.5772,105.1213 C91.4072,104.9603 91.2332,104.8003 91.0542,104.6393 C90.9882,104.5793 90.9202,104.5203 90.8532,104.4603 C90.6992,104.3253 90.5412,104.1893 90.3812,104.0553 C90.3152,104.0003 90.2502,103.9443 90.1842,103.8903 C89.9612,103.7073 89.7352,103.5253 89.5022,103.3463 C89.4732,103.3233 89.4422,103.3013 89.4132,103.2783 C89.2062,103.1213 88.9952,102.9663 88.7792,102.8113 C88.7022,102.7563 88.6242,102.7023 88.5462,102.6483 C88.3642,102.5203 88.1782,102.3943 87.9902,102.2703 C87.9122,102.2193 87.8362,102.1683 87.7582,102.1173 C87.4982,101.9493 87.2342,101.7833 86.9622,101.6223 C86.9332,101.6053 86.9032,101.5883 86.8742,101.5713 C86.6282,101.4263 86.3772,101.2853 86.1222,101.1463 C86.0342,101.0983 85.9442,101.0503 85.8542,101.0043 C85.6422,100.8913 85.4282,100.7813 85.2092,100.6743 C85.1202,100.6303 85.0332,100.5853 84.9432,100.5433 C84.6422,100.3993 84.3372,100.2583 84.0242,100.1233 C83.9982,100.1113 83.9712,100.1013 83.9452,100.0903 C83.6552,99.9663 83.3602,99.8483 83.0612,99.7323 C82.9612,99.6943 82.8602,99.6573 82.7582,99.6193 C82.5162,99.5303 82.2692,99.4433 82.0192,99.3583 C81.9192,99.3243 81.8182,99.2893 81.7152,99.2573 C81.3722,99.1453 81.0242,99.0393 80.6682,98.9393 C80.6472,98.9333 80.6252,98.9293 80.6052,98.9233 C80.2682,98.8303 79.9242,98.7443 79.5762,98.6623 C79.4642,98.6363 79.3502,98.6113 79.2372,98.5863 C78.9612,98.5253 78.6832,98.4683 78.4002,98.4143 C78.2852,98.3933 78.1722,98.3703 78.0562,98.3503 C77.6682,98.2813 77.2752,98.2173 76.8732,98.1633 C76.8612,98.1613 76.8492,98.1603 76.8372,98.1593 C76.4472,98.1063 76.0492,98.0643 75.6462,98.0263 C75.5222,98.0143 75.3962,98.0043 75.2702,97.9943 C74.9612,97.9693 74.6472,97.9483 74.3302,97.9323 C74.2012,97.9253 74.0742,97.9183 73.9442,97.9123 C73.5092,97.8963 73.0692,97.8843 72.6202,97.8843 C64.7632,97.8843 57.8402,100.2683 51.1462,102.5753 C44.4112,104.8943 38.0502,107.0863 30.7482,107.0863 C30.3922,107.0863 30.0422,107.0833 29.6992,107.0783 C29.6282,107.0783 29.5602,107.0763 29.4892,107.0743 C29.2152,107.0703 28.9442,107.0663 28.6792,107.0583 C28.6232,107.0573 28.5702,107.0553 28.5132,107.0533 C28.2362,107.0453 27.9622,107.0363 27.6932,107.0253 C27.6582,107.0233 27.6242,107.0213 27.5892,107.0203 C27.2992,107.0073 27.0132,106.9943 26.7352,106.9773 C26.7292,106.9773 26.7232,106.9773 26.7172,106.9763 C18.4422,106.4943 14.6042,104.4433 11.6302,101.3563 L11.6302,7.9983 Z" id="Fill-10" fill="#FFFFFF" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.0"></path><path d="M120.2493,3.5124 C127.6043,3.5124 133.9883,5.7114 140.7483,8.0394 C147.4193,10.3374 154.3173,12.7144 162.1203,12.7144 C171.1793,12.7144 176.9183,11.3544 181.2803,7.9984 L181.2803,101.3564 C178.3053,104.4424 174.4683,106.4944 166.1933,106.9764 C166.1873,106.9764 166.1813,106.9764 166.1753,106.9774 C165.8963,106.9934 165.6103,107.0074 165.3213,107.0204 C165.2863,107.0214 165.2523,107.0234 165.2163,107.0254 C164.9483,107.0364 164.6733,107.0454 164.3963,107.0534 C164.3403,107.0554 164.2863,107.0574 164.2303,107.0584 C163.9663,107.0654 163.6943,107.0704 163.4213,107.0744 C163.3503,107.0764 163.2823,107.0784 163.2103,107.0784 C162.8673,107.0834 162.5183,107.0864 162.1613,107.0864 C154.8603,107.0864 148.4993,104.8944 141.7643,102.5744 C135.0703,100.2684 128.1463,97.8834 120.2903,97.8834 C119.8413,97.8834 119.4013,97.8964 118.9663,97.9124 C118.8363,97.9184 118.7093,97.9254 118.5803,97.9324 C118.2623,97.9484 117.9493,97.9694 117.6393,97.9944 C117.5143,98.0044 117.3883,98.0144 117.2633,98.0254 C116.8613,98.0634 116.4623,98.1064 116.0723,98.1594 C116.0613,98.1604 116.0483,98.1614 116.0363,98.1634 C115.6353,98.2174 115.2423,98.2814 114.8543,98.3494 C114.7383,98.3704 114.6243,98.3934 114.5093,98.4144 C114.2273,98.4684 113.9483,98.5254 113.6733,98.5864 C113.5603,98.6114 113.4463,98.6354 113.3343,98.6624 C112.9853,98.7444 112.6423,98.8294 112.3053,98.9234 C112.2843,98.9294 112.2633,98.9334 112.2423,98.9394 C111.8853,99.0394 111.5383,99.1454 111.1943,99.2574 C111.0923,99.2894 110.9913,99.3244 110.8903,99.3584 C110.6403,99.4434 110.3943,99.5304 110.1513,99.6194 C110.0503,99.6574 109.9493,99.6944 109.8493,99.7324 C109.5493,99.8484 109.2543,99.9664 108.9653,100.0904 C108.9393,100.1014 108.9123,100.1114 108.8863,100.1234 C108.5733,100.2574 108.2673,100.3994 107.9663,100.5434 C107.8773,100.5854 107.7893,100.6304 107.7013,100.6744 C107.4823,100.7814 107.2673,100.8914 107.0553,101.0034 C106.9663,101.0504 106.8763,101.0984 106.7883,101.1454 C106.5323,101.2854 106.2823,101.4264 106.0363,101.5714 C106.0073,101.5884 105.9773,101.6054 105.9483,101.6224 C105.6763,101.7834 105.4113,101.9494 105.1523,102.1174 C105.0733,102.1684 104.9983,102.2184 104.9203,102.2694 C104.7313,102.3944 104.5463,102.5204 104.3643,102.6484 C104.2863,102.7024 104.2073,102.7564 104.1313,102.8114 C103.9153,102.9654 103.7043,103.1214 103.4973,103.2784 C103.4683,103.3014 103.4373,103.3234 103.4073,103.3464 C103.1753,103.5254 102.9493,103.7074 102.7263,103.8894 C102.6603,103.9444 102.5953,103.9994 102.5293,104.0544 C102.3693,104.1894 102.2113,104.3254 102.0573,104.4604 C101.9903,104.5204 101.9223,104.5794 101.8563,104.6394 C101.6773,104.7994 101.5033,104.9604 101.3323,105.1214 C101.3033,105.1494 101.2733,105.1764 101.2443,105.2044 C101.0483,105.3924 100.8583,105.5804 100.6723,105.7694 C100.6163,105.8254 100.5623,105.8824 100.5073,105.9384 C100.3733,106.0774 100.2413,106.2154 100.1133,106.3534 C100.0573,106.4144 99.9993,106.4754 99.9443,106.5374 C99.7993,106.6964 99.6563,106.8554 99.5183,107.0134 C99.4913,107.0434 99.4633,107.0744 99.4373,107.1054 C99.2763,107.2924 99.1203,107.4784 98.9683,107.6634 C98.9223,107.7194 98.8773,107.7764 98.8313,107.8334 C98.7233,107.9674 98.6173,108.1004 98.5143,108.2324 C98.4673,108.2944 98.4193,108.3554 98.3733,108.4154 C98.2593,108.5644 98.1493,108.7114 98.0423,108.8574 C98.0163,108.8914 97.9903,108.9264 97.9653,108.9604 C97.9613,108.9664 97.9573,108.9714 97.9533,108.9774 L97.9533,107.9854 L97.9533,90.4624 L97.9533,81.2304 L97.9533,63.6974 L97.9533,47.7034 L97.9533,30.9824 L97.9533,28.5974 L97.9533,18.6644 L97.9533,17.4084 C99.5663,13.7994 105.4763,3.5124 120.2493,3.5124" id="Fill-12" fill="#FFFFFF" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.1"></path><path d="M162.1616,110.082 C154.3586,110.082 147.4606,107.705 140.7886,105.407 C134.0296,103.079 127.6456,100.88 120.2906,100.88 C105.1196,100.88 99.2956,111.727 97.8736,115.051 C97.6376,115.602 97.0956,115.96 96.4956,115.96 L96.4146,115.96 C95.8146,115.96 95.2726,115.602 95.0366,115.051 C93.6146,111.727 87.7906,100.88 72.6196,100.88 C65.2646,100.88 58.8806,103.079 52.1216,105.407 C45.4496,107.705 38.5516,110.082 30.7486,110.082 C21.7146,110.082 15.9886,108.722 11.6306,105.367 L11.6306,120.525 L81.6206,120.525 C89.2176,120.525 94.0236,125.459 94.8036,130.674 L94.9566,130.674 L97.9536,130.674 L98.1066,130.674 C98.8866,125.459 103.6926,120.525 111.2896,120.525 L181.2796,120.525 L181.2796,105.367 C176.9216,108.722 171.1956,110.082 162.1616,110.082" id="Fill-14" fill="#EC833D" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.2"></path><path d="M188.9002,125.2037 L188.9002,128.2007 L188.9002,129.2287 L109.7882,129.2287 C109.2122,129.2287 108.6882,129.5597 108.4382,130.0777 C106.3852,134.3507 102.4522,137.1557 97.9532,137.6707 L97.9532,137.6697 C97.4602,137.7257 96.9632,137.7637 96.4592,137.7647 L96.4552,137.7647 L96.4512,137.7647 C95.9462,137.7637 95.4492,137.7257 94.9572,137.6697 L94.9572,137.6707 C90.4582,137.1557 86.5252,134.3507 84.4722,130.0777 C84.2222,129.5597 83.6982,129.2287 83.1222,129.2287 L4.0102,129.2287 L4.0102,128.2007 L4.0102,125.2037 L4.0102,22.5907 L8.6342,22.5907 L8.6342,84.0837 C8.6272,84.0837 8.6202,84.0827 8.6132,84.0817 L8.6132,121.8507 C8.6132,121.9607 8.6262,122.0657 8.6482,122.1677 C8.7222,122.9267 9.3542,123.5207 10.1322,123.5207 L81.6212,123.5207 C88.7252,123.5207 91.9202,128.5797 91.9202,132.1717 C91.9202,132.9987 92.5912,133.6687 93.4182,133.6687 L94.9572,133.6687 L97.9532,133.6687 L99.4922,133.6687 C100.3192,133.6687 100.9902,132.9987 100.9902,132.1717 C100.9902,128.5797 104.1852,123.5207 111.2892,123.5207 L182.7782,123.5207 C183.5552,123.5207 184.1882,122.9267 184.2612,122.1677 C184.2832,122.0657 184.2972,121.9607 184.2972,121.8507 L184.2972,84.0817 C184.2902,84.0827 184.2832,84.0837 184.2762,84.0837 L184.2762,22.5907 L188.9002,22.5907 L188.9002,125.2037 Z" id="Fill-16" fill="#E5640F" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.3"></path><path d="M96.4551,141 C87.8971,141 83.4061,134.81 81.9571,132.343 L2.6631,132.343 C1.7281,132.343 0.9711,131.585 0.9711,130.65 L0.9711,20.98 C0.9711,20.046 1.7281,19.288 2.6631,19.288 L10.2291,19.288 C11.1641,19.288 11.9221,20.046 11.9221,20.98 C11.9221,21.915 11.1641,22.673 10.2291,22.673 L4.3551,22.673 L4.3551,128.958 L82.9671,128.958 C83.6271,128.958 84.2271,129.342 84.5041,129.941 C84.6481,130.25 88.1961,137.615 96.4551,137.615 C97.3901,137.615 98.1471,138.373 98.1471,139.308 C98.1471,140.242 97.3901,141 96.4551,141" id="Fill-18" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.4"></path><path d="M96.4541,116.2852 C95.7071,116.2852 95.0351,115.7912 94.8261,115.0542 C94.6621,114.4872 90.5801,101.0562 73.6971,101.0562 C64.4601,101.0562 57.8031,103.5072 51.3631,105.8762 C45.2901,108.1102 39.0101,110.4212 30.9441,110.4212 C14.2211,110.4212 9.0961,103.9772 8.8861,103.7042 C8.3171,102.9622 8.4581,101.8992 9.2001,101.3312 C9.9381,100.7672 10.9891,100.9012 11.5601,101.6302 C11.6641,101.7532 16.2081,107.0362 30.9441,107.0362 C38.4061,107.0362 44.1331,104.9292 50.1941,102.6982 C56.9121,100.2272 63.8571,97.6722 73.6971,97.6722 C89.3121,97.6722 95.5271,108.1232 97.4071,112.3702 C97.8541,112.6752 98.1471,113.1872 98.1471,113.7692 L98.1471,114.5932 C98.1471,115.4372 97.5241,116.1532 96.6871,116.2692 C96.6091,116.2802 96.5311,116.2852 96.4541,116.2852" id="Fill-20" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.5"></path><path d="M96.4551,134.0957 L93.8441,134.0957 C92.9091,134.0957 92.1511,133.3377 92.1511,132.4037 C92.1511,124.5957 82.6341,123.4127 81.6561,123.3127 L10.2291,123.3127 C9.2951,123.3127 8.5371,122.5547 8.5371,121.6197 L8.5371,5.2797 C8.5371,4.5537 8.9991,3.9087 9.6861,3.6757 C10.3711,3.4487 11.1331,3.6747 11.5731,4.2497 C11.6031,4.2867 16.1091,9.6407 30.9441,9.6407 C38.4061,9.6407 44.1331,7.5327 50.1941,5.3027 C56.9121,2.8317 63.8571,0.2767 73.6971,0.2767 C93.1951,0.2767 98.0371,16.5717 98.0841,16.7367 C98.1261,16.8857 98.1471,17.0407 98.1471,17.1977 L98.1471,113.7697 C98.1471,114.7037 97.3901,115.4617 96.4551,115.4617 C95.5201,115.4617 94.7631,114.7037 94.7631,113.7697 L94.7631,17.4527 C94.1751,15.6557 89.6511,3.6607 73.6971,3.6607 C64.4601,3.6607 57.8031,6.1117 51.3631,8.4807 C45.2901,10.7147 39.0101,13.0257 30.9441,13.0257 C20.9071,13.0257 15.0481,10.7047 11.9221,8.7897 L11.9221,119.9277 L81.7371,119.9277 C81.7861,119.9277 81.8341,119.9297 81.8821,119.9337 C86.2941,120.3137 94.3771,123.0677 95.4241,130.7107 L96.4551,130.7107 C97.3901,130.7107 98.1471,131.4687 98.1471,132.4037 C98.1471,133.3377 97.3901,134.0957 96.4551,134.0957" id="Fill-22" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.6"></path><path d="M165.7295,36.6348 C154.2985,36.6348 149.7425,35.7058 135.2595,30.4218 C122.0625,25.6068 111.3915,30.3258 111.2855,30.3728 C110.4365,30.7608 109.4315,30.3838 109.0445,29.5308 C108.6585,28.6808 109.0355,27.6768 109.8865,27.2908 C110.3725,27.0718 121.9365,21.9558 136.4195,27.2418 C150.4245,32.3518 154.8075,33.2498 165.7295,33.2498 C166.6645,33.2498 167.4215,34.0078 167.4215,34.9428 C167.4215,35.8768 166.6645,36.6348 165.7295,36.6348" id="Fill-24" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.7"></path><path d="M165.7295,46.4385 C154.2985,46.4385 149.7425,45.5095 135.2595,40.2255 C122.1285,35.4375 111.3905,40.1305 111.2825,40.1785 C110.4305,40.5585 109.4285,40.1825 109.0445,39.3315 C108.6615,38.4805 109.0365,37.4805 109.8865,37.0945 C110.3725,36.8735 121.9365,31.7625 136.4195,37.0455 C150.4245,42.1555 154.8075,43.0535 165.7295,43.0535 C166.6645,43.0535 167.4215,43.8115 167.4215,44.7465 C167.4215,45.6805 166.6645,46.4385 165.7295,46.4385" id="Fill-26" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.8"></path><path d="M165.7295,56.2432 C154.2985,56.2432 149.7425,55.3142 135.2595,50.0302 C122.1285,45.2422 111.3905,49.9342 111.2825,49.9832 C110.4305,50.3632 109.4285,49.9872 109.0445,49.1362 C108.6615,48.2852 109.0365,47.2852 109.8865,46.8992 C110.3725,46.6782 121.9365,41.5662 136.4195,46.8502 C150.4245,51.9602 154.8075,52.8582 165.7295,52.8582 C166.6645,52.8582 167.4215,53.6162 167.4215,54.5512 C167.4215,55.4852 166.6645,56.2432 165.7295,56.2432" id="Fill-28" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.9"></path><path d="M165.7295,66.0479 C154.2985,66.0479 149.7425,65.1189 135.2595,59.8349 C122.1285,55.0459 111.3905,59.7389 111.2825,59.7879 C110.4305,60.1679 109.4285,59.7919 109.0445,58.9409 C108.6615,58.0899 109.0365,57.0899 109.8865,56.7039 C110.3725,56.4839 121.9365,51.3719 136.4195,56.6549 C150.4245,61.7649 154.8075,62.6629 165.7295,62.6629 C166.6645,62.6629 167.4215,63.4209 167.4215,64.3559 C167.4215,65.2899 166.6645,66.0479 165.7295,66.0479" id="Fill-30" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.a"></path><path d="M165.7295,75.8525 C154.2975,75.8525 149.7425,74.9235 135.2595,69.6385 C122.1285,64.8495 111.3905,69.5435 111.2825,69.5915 C110.4305,69.9715 109.4285,69.5955 109.0445,68.7445 C108.6615,67.8935 109.0365,66.8935 109.8865,66.5075 C110.3725,66.2865 121.9365,61.1755 136.4195,66.4585 C150.4235,71.5695 154.8065,72.4675 165.7295,72.4675 C166.6645,72.4675 167.4215,73.2255 167.4215,74.1605 C167.4215,75.0945 166.6645,75.8525 165.7295,75.8525" id="Fill-32" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.b"></path><path d="M96.4697,141 C95.5347,141 94.7777,140.242 94.7777,139.308 C94.7777,138.373 95.5347,137.615 96.4697,137.615 C104.7857,137.615 108.3867,130.019 108.4217,129.941 C108.6987,129.342 109.2987,128.958 109.9587,128.958 L188.5697,128.958 L188.5697,22.673 L182.6957,22.673 C181.7607,22.673 181.0027,21.915 181.0027,20.98 C181.0027,20.046 181.7607,19.288 182.6957,19.288 L190.2617,19.288 C191.1967,19.288 191.9537,20.046 191.9537,20.98 L191.9537,130.65 C191.9537,131.585 191.1967,132.343 190.2617,132.343 L110.9687,132.343 C109.5197,134.81 105.0277,141 96.4697,141" id="Fill-34" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.c"></path><path d="M99.0811,134.0957 L96.4701,134.0957 C95.5351,134.0957 94.7771,133.3377 94.7771,132.4037 C94.7771,131.4687 95.5351,130.7107 96.4701,130.7107 L97.5011,130.7107 C98.5481,123.0677 106.6321,120.3137 111.0441,119.9337 C111.0921,119.9297 111.1401,119.9277 111.1881,119.9277 L181.0031,119.9277 L181.0031,8.7897 C177.8771,10.7047 172.0181,13.0257 161.9811,13.0257 C153.9151,13.0257 147.6351,10.7147 141.5611,8.4807 C135.1231,6.1117 128.4651,3.6607 119.2281,3.6607 C102.3461,3.6607 98.2631,17.0917 98.0971,17.6627 C97.8381,18.5597 96.9041,19.0777 96.0041,18.8227 C95.1071,18.5657 94.5871,17.6337 94.8411,16.7367 C94.8881,16.5717 99.7301,0.2767 119.2281,0.2767 C129.0681,0.2767 136.0141,2.8317 142.7301,5.3027 C148.7931,7.5327 154.5191,9.6407 161.9811,9.6407 C176.8151,9.6407 181.3211,4.2867 181.3651,4.2327 C181.8171,3.6757 182.5781,3.4497 183.2531,3.6937 C183.9291,3.9327 184.3881,4.5627 184.3881,5.2797 L184.3881,121.6197 C184.3881,122.5547 183.6301,123.3127 182.6951,123.3127 L111.2691,123.3127 C110.3081,123.4107 100.7731,124.5887 100.7731,132.4037 C100.7731,133.3377 100.0161,134.0957 99.0811,134.0957" id="Fill-36" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.d"></path><path d="M96.4707,116.2852 C96.3937,116.2852 96.3157,116.2802 96.2377,116.2692 C95.4007,116.1532 94.7777,115.4372 94.7777,114.5932 L94.7777,113.7692 C94.7777,113.1872 95.0707,112.6752 95.5177,112.3702 C97.3977,108.1232 103.6137,97.6722 119.2287,97.6722 C129.0687,97.6722 136.0137,100.2272 142.7307,102.6982 C148.7927,104.9292 154.5187,107.0362 161.9817,107.0362 C176.8157,107.0362 181.3217,101.6822 181.3657,101.6282 C181.9477,100.9092 183.0087,100.7822 183.7357,101.3542 C184.4627,101.9272 184.6017,102.9692 184.0387,103.7042 C183.8287,103.9772 178.7037,110.4212 161.9817,110.4212 C153.9147,110.4212 147.6347,108.1102 141.5617,105.8762 C135.1227,103.5072 128.4647,101.0562 119.2287,101.0562 C112.0837,101.0562 106.3537,103.4282 102.1977,108.1022 C99.1067,111.5802 98.1087,115.0192 98.0987,115.0542 C97.8897,115.7912 97.2177,116.2852 96.4707,116.2852" id="Fill-38" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.e"></path><path d="M33.9475,58.4893 L38.9085,58.4893 C38.5075,57.2263 38.1005,55.9783 37.6915,54.7453 C37.2805,53.5113 36.8635,52.2843 36.4435,51.0613 C36.0225,52.3053 35.6005,53.5433 35.1805,54.7743 C34.7595,56.0073 34.3485,57.2453 33.9475,58.4893 Z M41.5855,67.0903 C41.3855,66.4083 41.1805,65.7323 40.9685,65.0593 C40.7585,64.3883 40.5535,63.7213 40.3515,63.0603 L32.5045,63.0603 C32.1015,64.3843 31.6925,65.7263 31.2705,67.0903 L25.1055,67.0903 C26.4295,63.3203 27.7675,59.6433 29.1205,56.0543 C30.4735,52.4643 31.8625,48.9763 33.2845,45.5883 L39.7515,45.5883 C41.1955,49.1563 42.5985,52.7393 43.9615,56.3393 C45.3255,59.9363 46.6465,63.5213 47.9305,67.0903 L41.5855,67.0903 Z" id="Fill-40" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.f"></path><path d="M57.8527,55.5715 C57.0517,55.5715 56.3907,55.8845 55.8687,56.5045 L55.8687,62.7285 C56.3087,62.8695 56.8017,62.9405 57.3427,62.9405 C58.2447,62.9405 58.9377,62.6135 59.4177,61.9635 C59.8977,61.3105 60.1387,60.3835 60.1387,59.1815 C60.1387,57.9985 59.9437,57.1005 59.5517,56.4905 C59.1617,55.8775 58.5957,55.5715 57.8527,55.5715 M65.8237,58.9695 C65.8237,60.7945 65.4717,62.3385 64.7707,63.6015 C64.0677,64.8645 63.0467,65.8275 61.7037,66.4875 C60.3597,67.1505 58.7147,67.4805 56.7707,67.4805 C55.7087,67.4805 54.6517,67.3645 53.5987,67.1365 C52.5457,66.9055 51.4277,66.5385 50.2447,66.0365 L50.2447,44.6865 L55.8687,44.6865 L55.8687,52.5945 C56.3507,52.0745 56.8917,51.6825 57.4917,51.4225 C58.0937,51.1625 58.7757,51.0325 59.5367,51.0325 C60.8207,51.0325 61.9327,51.3575 62.8767,52.0075 C63.8187,52.6595 64.5447,53.5825 65.0557,54.7745 C65.5677,55.9675 65.8237,57.3675 65.8237,58.9695" id="Fill-42" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.g"></path><path d="M76.7402,67.48 C74.9342,67.48 73.4052,67.159 72.1522,66.519 C70.9002,65.877 69.9432,64.94 69.2812,63.706 C68.6202,62.473 68.2882,60.986 68.2882,59.24 C68.2882,57.998 68.4902,56.87 68.8902,55.859 C69.2912,54.846 69.8722,53.979 70.6342,53.256 C71.3952,52.534 72.3032,51.984 73.3562,51.603 C74.4072,51.223 75.5972,51.032 76.9202,51.032 C77.6612,51.032 78.3782,51.105 79.0712,51.257 C79.7612,51.408 80.4092,51.613 81.0092,51.873 L81.0092,56.564 C80.5072,56.224 79.9812,55.974 79.4312,55.813 C78.8802,55.653 78.3032,55.571 77.7012,55.571 C76.5182,55.571 75.6012,55.892 74.9512,56.534 C74.2982,57.176 73.9732,58.078 73.9732,59.24 C73.9732,60.423 74.2922,61.336 74.9342,61.978 C75.5762,62.62 76.4672,62.941 77.6112,62.941 C78.2522,62.941 78.8632,62.865 79.4462,62.714 C80.0272,62.563 80.6192,62.299 81.2212,61.917 L81.2212,66.519 C80.5792,66.859 79.8822,67.105 79.1292,67.256 C78.3782,67.407 77.5812,67.48 76.7402,67.48" id="Fill-44" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.1.h"></path></g><polyline id="Fill-47" fill="#EC833D" points="217.351 2 217.351 88.111 211.175 79.519 205 88.111 205 5.799" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.2"></polyline><path d="M217.044,89.804 C216.51,89.804 215.994,89.55 215.67,89.1 L210.868,82.42 L206.066,89.1 C205.639,89.696 204.873,89.948 204.174,89.723 C203.474,89.497 203,88.846 203,88.112 L203,5.799 L206.385,5.799 L206.385,82.857 L209.494,78.532 C210.129,77.647 211.607,77.647 212.242,78.532 L215.352,82.857 L215.352,2 L218.736,2 L218.736,88.112 C218.736,88.846 218.263,89.497 217.563,89.723 C217.392,89.778 217.217,89.804 217.044,89.804" id="Fill-48" fill="#231F20" data-reactid=".1056vqsco1c.0.2.0.2.0.0.0.3"></path></g></g></g></g></svg></div></div></div></div> </div> <div id="orb-footer" class="orb-footer" dir="ltr"> <div id="navp-orb-footer-promo"></div><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/20211026202602/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20211026202602/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 = window.orb || {}; window.orb.worldwideFooterlinks = '<li class="orb-footer-ads"><a href="https://web.archive.org/web/20211026202602/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20211026202602/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/20211026202602/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20211026202602/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20211026202602/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/20211026202602/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 type="importmap">{"imports":{"orbit-drawer":"https://web.archive.org/web/20211026202602/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/drawer-api.bundle.js","bbccookies":"https://web.archive.org/web/20211026202602/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-library.module.js"}}</script><script type="module" src="https://web.archive.org/web/20211026202602jm_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/orbit.js" async=""></script><script type="text/javascript" src="https://web.archive.org/web/20211026202602js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/redirect.bundle.js" async=""></script><script type="text/javascript" src="https://web.archive.org/web/20211026202602js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/performance.bundle.js" data-release="3.0.0-1714.f397d719" data-ux="orb" async=""></script><script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/" src="https://web.archive.org/web/20211026202602js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/orb.min.js"></script> <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/20211026202602/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/edr.min.js'); } }); }); /*]]>*/</script> <script type="text/javascript">require.config({ paths: { "mybbc/templates": '//web.archive.org/web/20211026202602/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/templates', "mybbc/notifications": '//web.archive.org/web/20211026202602/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/js' } }); require(['mybbc/notifications/NotificationsMain', 'idcta/idcta-1'], function (NotificationsMain, idcta) { var loadNotifications = function (isUK) { if (isUK) { window.bbcpage.loadCSS('//web.archive.org/web/20211026202602/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/css/main.min.css').then(function() { NotificationsMain.run(idcta, '//web.archive.org/web/20211026202602/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/'); }); } }; window.bbcuser.isUKCombined().then(function(isUK) { loadNotifications(isUK); }); });</script> <script type="module">if (window.bbcuser && window.bbcuser.isUKCombined) { bbcuser.isUKCombined().then(function (isUK) { if (isUK) { const isOrbUx = !!document.querySelector('.orb-nav-pri-container'); if (isOrbUx) { const script = document.createElement('script'); script.src = 'https://web.archive.org/web/20211026202602/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7//js/old-search-suggest.js'; script.async = true; script.setAttribute('data-static-prefix', 'https://web.archive.org/web/20211026202602/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7/'); script.setAttribute('data-variant', 'default'); script.setAttribute('data-scope', 'bitesize'); document.head.appendChild(script); } else { import('https://web.archive.org/web/20211026202602/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7//js/search-suggest.js').then(drawer => { drawer.setupSearchDrawer({ searchboxAppStaticPrefix: 'https://web.archive.org/web/20211026202602/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7/', variant: 'default', searchScope: 'bitesize', }); }); } } }); }</script> <script type="text/javascript" src="https://web.archive.org/web/20211026202602js_/https://nav.files.bbci.co.uk/navpromo/34f98a4c8573fabed16dc8acea28feb8/js/footerpromo.js" data-base="https://navpromo.api.bbci.co.uk" data-variant="" async=""></script> <script type="text/javascript">window.COOKIES_STATIC_HOST="https://web.archive.org/web/20211026202602/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20211026202602js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20211026202602js_/https://nav.files.bbci.co.uk//user-activity-helper/5a08eeec4b85ac14cd5e09e2fab845eb/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><script>Morph.toInit.bundles.push(function() { Morph.versions['bbc-morph-optimizely-ati@1.0.2']={'amd-loader':'0.0.8','optimizely-ati':'1.0.0','react':'0.14.7',};/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModules[moduleId].exports; /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ exports: {}, /******/ id: moduleId, /******/ loaded: false /******/ }; /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ // Flag the module as loaded /******/ module.loaded = true; /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ // Load entry module and return exports /******/ return __webpack_require__(0); /******/ }) /************************************************************************/ /******/ ([ /* 0 */ /***/ (function(module, exports, __webpack_require__) { Morph.modules["bbc-morph-optimizely-ati@1.0.2"] = __webpack_require__(1); /***/ }), /* 1 */ /***/ (function(module, exports, __webpack_require__) { module.exports = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { /******/ configurable: false, /******/ enumerable: true, /******/ get: getter /******/ }); /******/ } /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = 0); /******/ }) /************************************************************************/ /******/ ([ /* 0 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = __webpack_require__(1); function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } __webpack_require__(2); var optimizelyATI = __webpack_require__(3); var OptimizelyATI = /*#__PURE__*/ function (_Component) { _inherits(OptimizelyATI, _Component); function OptimizelyATI() { _classCallCheck(this, OptimizelyATI); return _possibleConstructorReturn(this, _getPrototypeOf(OptimizelyATI).apply(this, arguments)); } _createClass(OptimizelyATI, [{ key: "componentDidMount", value: function componentDidMount() { optimizelyATI.init(); } }, { key: "render", value: function render() { return null; } }]); return OptimizelyATI; }(_react.Component); var _default = OptimizelyATI; exports.default = _default; module.exports = exports.default; /***/ }), /* 1 */ /***/ (function(module, exports) { module.exports = __webpack_require__(2); /***/ }), /* 2 */ /***/ (function(module, exports) { module.exports = __webpack_require__(3); /***/ }), /* 3 */ /***/ (function(module, exports) { module.exports = __webpack_require__(4); /***/ }) /******/ ]); /***/ }), /* 2 */ /***/ (function(module, exports) { module.exports = React; /***/ }), /* 3 */ /***/ (function(module, exports) { module.exports = Morph.modules["amd-loader@0.0.8"]; /***/ }), /* 4 */ /***/ (function(module, exports, __webpack_require__) { var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;'use strict'; !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function () { // Provides an initialisation method function init() { registerCurrentlyActiveExperiments(); registerFutureActiveExperiments(); } function experimentEventTest(experimentObject) { //trigger custom experiment event const { experiment, variation } = experimentObject; if (experiment && variation) { const experimentEvent = new CustomEvent('bbc-user-event', { detail: { personalisation: { EXP: experiment + '::' + variation } } }); document.dispatchEvent(experimentEvent); } } return { init: init, experimentTest: experimentEventTest }; function registerCurrentlyActiveExperiments() { var activeCampaigns = getAllActiveOptimizelyCampaigns(); if (activeCampaigns) { var experiments = []; for (var campaignId in activeCampaigns) { if (activeCampaigns.hasOwnProperty(campaignId)) { var experimentData = getExperimentData(campaignId); experiments.push(experimentData); } } for (var i = 0; i < experiments.length; i++) { experimentEventTest(experiments[i]); } } } // Register an event handler whenever the campaignDecided event is triggered function registerFutureActiveExperiments() { window['optimizely'] = window['optimizely'] || []; window['optimizely'].push({ type: 'addListener', filter: { type: 'lifecycle', name: 'campaignDecided' }, handler: function (event) { var id = event.data.campaign.id; var experimentData = [getExperimentData(id)]; experimentEventTest(experimentData); } }); } function getExperimentData(campaignId) { var campaign = getActiveOptimizelyCampaignById(campaignId); var experimentData = {}; if (campaign) { var browserIsSeeingTheExperiment = !campaign.isInCampaignHoldback; // true if (browserIsSeeingTheExperiment) { // construct an object with the experiment name and variation experimentData = { experiment: campaign.experiment.name, variation: campaign.variation.name }; } // } } return experimentData; } // Gets a campaign object from the Optimizely API for a given campaign ID function getAllActiveOptimizelyCampaigns() { return getOptimizelyCampaignState(); } function getActiveOptimizelyCampaignById(campaignId) { return getOptimizelyCampaignState()[campaignId]; } function getOptimizelyCampaignState() { var state = window['optimizely'] && window['optimizely'].get('state'); if (state) { return state.getCampaignStates({ isActive: true }); } return {}; } }.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); /***/ }) /******/ ]);; });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-optimizely-ati","language":"en-GB","version":"1.0.2","_mrrVersion":"2.2.1"},'u704641018355691'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle', 'live-push' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/morph-push-proxy-client/1.0.13/push-proxy' }, shim: { 'morph/react': { deps: ['morph/es5-shim', 'morph/es5-sham'] }, 'morph/es5-sham': { deps: ['morph/es5-shim'] } }, map: { 'morph/react-dom': { 'react': 'morph/react' } } }); } function attempt(fn) { fn(); } requirejs(['morph/react', 'morph/react-dom', 'morph/module/morph'], function(React, ReactDOM) { window.React = React; window.ReactDOM = ReactDOM; if (!Morph.toInitsCalled) { Morph.markPerformance('morph-init-core-deps-complete'); Morph.toInitsCalled = true; } Morph.toInit.bundles.forEach(attempt); Morph.toInit.bundles = []; Morph.markPerformance('morph-init-bundles-complete'); Morph.toInit.payloads.forEach(attempt); Morph.toInit.payloads = []; Morph.markPerformance('morph-init-payloads-complete'); Morph.toInit.registers.forEach(attempt); Morph.toInit.registers = []; Morph.markPerformance('morph-init-registers-complete'); }); };</script><script>if (!Morph.manualInit) { Morph.init(); } /* u704641018355691 */</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=74)}([function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(20)("wks"),a=n(14),o=n(2).Symbol,i="function"==typeof o;(e.exports=function(e){return r[e]||(r[e]=i&&o[e]||(i?o:a)("Symbol."+e))}).store=r},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var r=n(0);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(6)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(2),a=n(8),o=n(7),i=n(14)("src"),u=n(84),l=(""+u).split("toString");n(13).inspectSource=function(e){return u.call(e)},(e.exports=function(e,t,n,u){var c="function"==typeof n;c&&(o(n,"name")||a(n,"name",t)),e[t]!==n&&(c&&(o(n,i)||a(n,i,e[t]?""+e[t]:l.join(String(t)))),e===r?e[t]=n:u?e[t]?e[t]=n:a(e,t,n):(delete e[t],a(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[i]||u.call(this)})},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(9),a=n(22);e.exports=n(4)?function(e,t,n){return r.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(3),a=n(51),o=n(36),i=Object.defineProperty;t.f=n(4)?Object.defineProperty:function(e,t,n){if(r(e),t=o(t,!0),r(n),a)try{return i(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(37),a=n(39);e.exports=function(e){return r(a(e))}},function(e,t){e.exports=React},function(e,t,n){"use strict";var r=n(82),a=n(83),o=n(15),i=n(10);e.exports=n(53)(Array,"Array",function(e,t){this._t=i(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,a(1)):"keys"==t?a(0,n):"values"==t?a(0,e[n]):a(0,[n,e[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t){e.exports={}},function(e,t,n){var r=n(54),a=n(45);e.exports=Object.keys||function(e){return r(e,a)}},function(e,t,n){function r(e){return null==e?void 0===e?l:u:c&&c in Object(e)?o(e):i(e)}var a=n(48),o=n(115),i=n(116),u="[object Null]",l="[object Undefined]",c=a?a.toStringTag:void 0;e.exports=r},function(e,t){function n(e){return null!=e&&"object"==typeof e}e.exports=n},function(e,t,n){for(var r=n(12),a=n(16),o=n(5),i=n(2),u=n(8),l=n(15),c=n(1),f=c("iterator"),s=c("toStringTag"),d=l.Array,p={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},g=a(p),h=0;h<g.length;h++){var y,b=g[h],v=p[b],m=i[b],_=m&&m.prototype;if(_&&(_[f]||u(_,f,d),_[s]||u(_,s,b),l[b]=d,v))for(y in r)_[y]||o(_,y,r[y],!0)}},function(e,t,n){var r=n(13),a=n(2),o=a["__core-js_shared__"]||(a["__core-js_shared__"]={});(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n(21)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports=!1},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(2),a=n(13),o=n(8),i=n(5),u=n(24),l=function(e,t,n){var c,f,s,d,p=e&l.F,g=e&l.G,h=e&l.S,y=e&l.P,b=e&l.B,v=g?r:h?r[t]||(r[t]={}):(r[t]||{}).prototype,m=g?a:a[t]||(a[t]={}),_=m.prototype||(m.prototype={});g&&(n=t);for(c in n)f=!p&&v&&void 0!==v[c],s=(f?v:n)[c],d=b&&f?u(s,r):y&&"function"==typeof s?u(Function.call,s):s,v&&i(v,c,s,e&l.U),m[c]!=s&&o(m,c,d),y&&_[c]!=s&&(_[c]=s)};r.core=a,l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,e.exports=l},function(e,t,n){var r=n(40);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(9).f,a=n(7),o=n(1)("toStringTag");e.exports=function(e,t,n){e&&!a(e=n?e:e.prototype,o)&&r(e,o,{configurable:!0,value:t})}},function(e,t,n){var r=n(39);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(91)(!0);n(53)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){"use strict";var r,a=n(2),o=n(55)(0),i=n(5),u=n(29),l=n(94),c=n(95),f=n(0),s=n(47),d=n(47),p=!a.ActiveXObject&&"ActiveXObject"in a,g=u.getWeak,h=Object.isExtensible,y=c.ufstore,b=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},v={get:function(e){if(f(e)){var t=g(e);return!0===t?y(s(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return c.def(s(this,"WeakMap"),e,t)}},m=e.exports=n(99)("WeakMap",b,v,c,!0,!0);d&&p&&(r=c.getConstructor(b,"WeakMap"),l(r.prototype,v),u.NEED=!0,o(["delete","has","get","set"],function(e){var t=m.prototype,n=t[e];i(t,e,function(t,a){if(f(t)&&!h(t)){this._f||(this._f=new r);var o=this._f[e](t,a);return"set"==e?this:o}return n.call(this,t,a)})}))},function(e,t,n){var r=n(14)("meta"),a=n(0),o=n(7),i=n(9).f,u=0,l=Object.isExtensible||function(){return!0},c=!n(6)(function(){return l(Object.preventExtensions({}))}),f=function(e){i(e,r,{value:{i:"O"+ ++u,w:{}}})},s=function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,r)){if(!l(e))return"F";if(!t)return"E";f(e)}return e[r].i},d=function(e,t){if(!o(e,r)){if(!l(e))return!0;if(!t)return!1;f(e)}return e[r].w},p=function(e){return c&&g.NEED&&l(e)&&!o(e,r)&&f(e),e},g=e.exports={KEY:r,NEED:!1,fastKey:s,getWeak:d,onFreeze:p}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){n(62)("asyncIterator")},function(e,t,n){"use strict";var r=n(2),a=n(7),o=n(4),i=n(23),u=n(5),l=n(29).KEY,c=n(6),f=n(20),s=n(25),d=n(14),p=n(1),g=n(63),h=n(62),y=n(103),b=n(56),v=n(3),m=n(0),_=n(26),w=n(10),x=n(36),O=n(22),j=n(41),E=n(104),S=n(61),k=n(46),z=n(9),P=n(16),R=S.f,T=z.f,C=E.f,N=r.Symbol,M=r.JSON,A=M&&M.stringify,D=p("_hidden"),q=p("toPrimitive"),L={}.propertyIsEnumerable,B=f("symbol-registry"),F=f("symbols"),G=f("op-symbols"),I=Object.prototype,W="function"==typeof N&&!!k.f,H=r.QObject,U=!H||!H.prototype||!H.prototype.findChild,K=o&&c(function(){return 7!=j(T({},"a",{get:function(){return T(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=R(I,t);r&&delete I[t],T(e,t,n),r&&e!==I&&T(I,t,r)}:T,V=function(e){var t=F[e]=j(N.prototype);return t._k=e,t},Z=W&&"symbol"==typeof N.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof N},Y=function(e,t,n){return e===I&&Y(G,t,n),v(e),t=x(t,!0),v(n),a(F,t)?(n.enumerable?(a(e,D)&&e[D][t]&&(e[D][t]=!1),n=j(n,{enumerable:O(0,!1)})):(a(e,D)||T(e,D,O(1,{})),e[D][t]=!0),K(e,t,n)):T(e,t,n)},$=function(e,t){v(e);for(var n,r=y(t=w(t)),a=0,o=r.length;o>a;)Y(e,n=r[a++],t[n]);return e},J=function(e,t){return void 0===t?j(e):$(j(e),t)},Q=function(e){var t=L.call(this,e=x(e,!0));return!(this===I&&a(F,e)&&!a(G,e))&&(!(t||!a(this,e)||!a(F,e)||a(this,D)&&this[D][e])||t)},X=function(e,t){if(e=w(e),t=x(t,!0),e!==I||!a(F,t)||a(G,t)){var n=R(e,t);return!n||!a(F,t)||a(e,D)&&e[D][t]||(n.enumerable=!0),n}},ee=function(e){for(var t,n=C(w(e)),r=[],o=0;n.length>o;)a(F,t=n[o++])||t==D||t==l||r.push(t);return r},te=function(e){for(var t,n=e===I,r=C(n?G:w(e)),o=[],i=0;r.length>i;)!a(F,t=r[i++])||n&&!a(I,t)||o.push(F[t]);return o};W||(N=function(){if(this instanceof N)throw TypeError("Symbol is not a constructor!");var e=d(arguments.length>0?arguments[0]:void 0),t=function(n){this===I&&t.call(G,n),a(this,D)&&a(this[D],e)&&(this[D][e]=!1),K(this,e,O(1,n))};return o&&U&&K(I,e,{configurable:!0,set:t}),V(e)},u(N.prototype,"toString",function(){return this._k}),S.f=X,z.f=Y,n(64).f=E.f=ee,n(30).f=Q,k.f=te,o&&!n(21)&&u(I,"propertyIsEnumerable",Q,!0),g.f=function(e){return V(p(e))}),i(i.G+i.W+i.F*!W,{Symbol:N});for(var ne="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),re=0;ne.length>re;)p(ne[re++]);for(var ae=P(p.store),oe=0;ae.length>oe;)h(ae[oe++]);i(i.S+i.F*!W,"Symbol",{for:function(e){return a(B,e+="")?B[e]:B[e]=N(e)},keyFor:function(e){if(!Z(e))throw TypeError(e+" is not a symbol!");for(var t in B)if(B[t]===e)return t},useSetter:function(){U=!0},useSimple:function(){U=!1}}),i(i.S+i.F*!W,"Object",{create:J,defineProperty:Y,defineProperties:$,getOwnPropertyDescriptor:X,getOwnPropertyNames:ee,getOwnPropertySymbols:te});var ie=c(function(){k.f(1)});i(i.S+i.F*ie,"Object",{getOwnPropertySymbols:function(e){return k.f(_(e))}}),M&&i(i.S+i.F*(!W||c(function(){var e=N();return"[null]"!=A([e])||"{}"!=A({a:e})||"{}"!=A(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],a=1;arguments.length>a;)r.push(arguments[a++]);if(n=t=r[1],(m(t)||void 0!==e)&&!Z(e))return b(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!Z(t))return t}),r[1]=t,A.apply(M,r)}}),N.prototype[q]||n(8)(N.prototype,q,N.prototype.valueOf),s(N,"Symbol"),s(Math,"Math",!0),s(r.JSON,"JSON",!0)},function(e,t,n){"use strict";n(105);var r=n(3),a=n(65),o=n(4),i=/./.toString,u=function(e){n(5)(RegExp.prototype,"toString",e,!0)};n(6)(function(){return"/a/b"!=i.call({source:"a",flags:"b"})})?u(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!o&&e instanceof RegExp?a.call(e):void 0)}):"toString"!=i.name&&u(function(){return i.call(this)})},function(e,t,n){"use strict";var r=n(60),a={};a[n(1)("toStringTag")]="z",a+""!="[object z]"&&n(5)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(e,t,n){var r=n(23),a=n(41),o=n(40),i=n(3),u=n(0),l=n(6),c=n(106),f=(n(2).Reflect||{}).construct,s=l(function(){function e(){}return!(f(function(){},[],e)instanceof e)}),d=!l(function(){f(function(){})});r(r.S+r.F*(s||d),"Reflect",{construct:function(e,t){o(e),i(t);var n=arguments.length<3?e:o(arguments[2]);if(d&&!s)return f(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(c.apply(e,r))}var l=n.prototype,p=a(u(l)?l:Object.prototype),g=Function.apply.call(e,p,t);return u(g)?g:p}})},function(e,t,n){var r=n(0);e.exports=function(e,t){if(!r(e))return e;var n,a;if(t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;if("function"==typeof(n=e.valueOf)&&!r(a=n.call(e)))return a;if(!t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(38);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(3),a=n(86),o=n(45),i=n(44)("IE_PROTO"),u=function(){},l=function(){var e,t=n(52)("iframe"),r=o.length;for(t.style.display="none",n(89).appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write("<script>document.F=Object<\/script>"),e.close(),l=e.F;r--;)delete l.prototype[o[r]];return l()};e.exports=Object.create||function(e,t){var n;return null!==e?(u.prototype=r(e),n=new u,u.prototype=null,n[i]=e):n=l(),void 0===t?n:a(n,t)}},function(e,t,n){var r=n(43),a=Math.min;e.exports=function(e){return e>0?a(r(e),9007199254740991):0}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(20)("keys"),a=n(14);e.exports=function(e){return r[e]||(r[e]=a(e))}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(0);e.exports=function(e,t){if(!r(e)||e._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return e}},function(e,t,n){var r=n(67),a=r.Symbol;e.exports=a},function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){function r(e){return null==e?"":a(e)}var a=n(149);e.exports=r},function(e,t,n){e.exports=!n(4)&&!n(6)(function(){return 7!=Object.defineProperty(n(52)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(0),a=n(2).document,o=r(a)&&r(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){"use strict";var r=n(21),a=n(23),o=n(5),i=n(8),u=n(15),l=n(85),c=n(25),f=n(90),s=n(1)("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,g,h,y,b){l(n,t,g);var v,m,_,w=function(e){if(!d&&e in E)return E[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},x=t+" Iterator",O="values"==h,j=!1,E=e.prototype,S=E[s]||E["@@iterator"]||h&&E[h],k=S||w(h),z=h?O?w("entries"):k:void 0,P="Array"==t?E.entries||S:S;if(P&&(_=f(P.call(new e)))!==Object.prototype&&_.next&&(c(_,x,!0),r||"function"==typeof _[s]||i(_,s,p)),O&&S&&"values"!==S.name&&(j=!0,k=function(){return S.call(this)}),r&&!b||!d&&!j&&E[s]||i(E,s,k),u[t]=k,u[x]=p,h)if(v={values:O?k:w("values"),keys:y?k:w("keys"),entries:z},b)for(m in v)m in E||o(E,m,v[m]);else a(a.P+a.F*(d||j),t,v);return v}},function(e,t,n){var r=n(7),a=n(10),o=n(87)(!1),i=n(44)("IE_PROTO");e.exports=function(e,t){var n,u=a(e),l=0,c=[];for(n in u)n!=i&&r(u,n)&&c.push(n);for(;t.length>l;)r(u,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var r=n(24),a=n(37),o=n(26),i=n(42),u=n(92);e.exports=function(e,t){var n=1==e,l=2==e,c=3==e,f=4==e,s=6==e,d=5==e||s,p=t||u;return function(t,u,g){for(var h,y,b=o(t),v=a(b),m=r(u,g,3),_=i(v.length),w=0,x=n?p(t,_):l?p(t,0):void 0;_>w;w++)if((d||w in v)&&(h=v[w],y=m(h,w,b),e))if(n)x[w]=y;else if(y)switch(e){case 3:return!0;case 5:return h;case 6:return w;case 2:x.push(h)}else if(f)return!1;return s?-1:c||f?f:x}}},function(e,t,n){var r=n(38);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(5);e.exports=function(e,t,n){for(var a in t)r(e,a,t[a],n);return e}},function(e,t){e.exports=function(e,t,n,r){if(!(e instanceof t)||void 0!==r&&r in e)throw TypeError(n+": incorrect invocation!");return e}},function(e,t,n){var r=n(24),a=n(96),o=n(97),i=n(3),u=n(42),l=n(98),c={},f={},t=e.exports=function(e,t,n,s,d){var p,g,h,y,b=d?function(){return e}:l(e),v=r(n,s,t?2:1),m=0;if("function"!=typeof b)throw TypeError(e+" is not iterable!");if(o(b)){for(p=u(e.length);p>m;m++)if((y=t?v(i(g=e[m])[0],g[1]):v(e[m]))===c||y===f)return y}else for(h=b.call(e);!(g=h.next()).done;)if((y=a(h,v,g.value,t))===c||y===f)return y};t.BREAK=c,t.RETURN=f},function(e,t,n){var r=n(38),a=n(1)("toStringTag"),o="Arguments"==r(function(){return arguments}()),i=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,u;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=i(t=Object(e),a))?n:o?r(t):"Object"==(u=r(t))&&"function"==typeof t.callee?"Arguments":u}},function(e,t,n){var r=n(30),a=n(22),o=n(10),i=n(36),u=n(7),l=n(51),c=Object.getOwnPropertyDescriptor;t.f=n(4)?c:function(e,t){if(e=o(e),t=i(t,!0),l)try{return c(e,t)}catch(e){}if(u(e,t))return a(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(2),a=n(13),o=n(21),i=n(63),u=n(9).f;e.exports=function(e){var t=a.Symbol||(a.Symbol=o?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||u(t,e,{value:i.f(e)})}},function(e,t,n){t.f=n(1)},function(e,t,n){var r=n(54),a=n(45).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,a)}},function(e,t,n){"use strict";var r=n(3);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){function r(e){return null!=e&&o(e.length)&&!a(e)}var a=n(113),o=n(70);e.exports=r},function(e,t,n){var r=n(68),a="object"==typeof self&&self&&self.Object===Object&&self,o=r||a||Function("return this")();e.exports=o},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(t,n(114))},function(e,t){function n(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}e.exports=n},function(e,t){function n(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=r}var r=9007199254740991;e.exports=n},function(e,t,n){function r(e){return"symbol"==typeof e||o(e)&&a(e)==i}var a=n(17),o=n(18),i="[object Symbol]";e.exports=r},function(e,t){function n(e,t){for(var n=-1,r=null==e?0:e.length,a=Array(r);++n<r;)a[n]=t(e[n],n,e);return a}e.exports=n},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(75),a=n.n(r);Morph.modules["bbc-morph-bitesize-global-navigation-view@1.54.1"]=a.a},function(e,t,n){"use strict";e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=9)}([function(e,t){e.exports=n(11)},function(e,t){e.exports=n(76)},function(e,t){e.exports=n(79)},function(e,t){e.exports=n(80)},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={"en-GB":{england:"England","northern-ireland":"Northern Ireland",scotland:"Scotland",wales:"Wales",home:"Home","daily-lessons":"Daily lessons","learn-revise":"Learn & revise",learn:"Learn",support:"Support",careers:"Careers","about-us":"About us","my-bitesize":"My Bitesize","all-bitesize":"All Bitesize",menu:"Menu",primary:"Primary",secondary:"Secondary","post-16":"Post-16",subjects:"Subjects",maths:"Maths",science:"Science",geography:"Geography",spanish:"Spanish",english:"English",history:"History",french:"French","63-more-subjects":"63 more subjects"},"cy-GB":{england:"Lloegr","northern-ireland":"Gogledd Iwerddon",scotland:"Yr Alban",wales:"Cymru",home:"Hafan","learn-revise":"Dysgu ac adolygu",support:"Cyngor",careers:"Gyrfaoedd","about-us":"Amdanom ni","my-bitesize":"Fy Bitesize","all-bitesize":"Pob pwnc",menu:"Dewislen",primary:"Cynradd",secondary:"Uwchradd","post-16":"Ôl 16",subjects:"Pynciau",maths:"Mathemateg",science:"Gwyddoniaeth",geography:"Daearyddiaeth",spanish:"Sbaeneg",english:"Saesneg",history:"Hanes",french:"Ffrangeg","all-subjects":"Pob pwnc...","63-more-subjects":"63 o bynciau eraill"},"ga-GB":{england:"Sasana","northern-ireland":"Tuaisceart Eireann",scotland:"Albain",wales:"An Bhreatain Bheag",home:"Baile","learn-revise":"Foghlaim",support:"Tacaíocht",careers:"Gairmeacha","about-us":"Fúinn","my-bitesize":"Mo Bitesize","all-bitesize":"Bitesize Uilig",menu:"Clàr",primary:"Bunoideachas",secondary:"Meánoideachas","post-16":"Iar-16",subjects:"Ábhair",maths:"Matamaitic",science:"Eolaíocht",geography:"Tíreolaíocht",spanish:"Spáinnis",english:"Béarla",history:"Stair",french:"Fraincis","63-more-subjects":"63 ábhar eile"},"gd-GB":{england:"Sasainn","northern-ireland":"Eirinn a Tuath",scotland:"Alba",wales:"A'Chuimrigh",home:"Dachaigh","learn-revise":"Ionnsaich",support:"Taic",careers:"Dreuchdan","about-us":"Mu ar deidhinn","my-bitesize":"Bitesize agamsa","all-bitesize":"Bitesize gu lèir",menu:"Roghchlár",primary:"Bun-sgoil",secondary:"Àrd-sgoil","post-16":"Nas sine na 16",subjects:"Cuspairean",maths:"Matamataig",science:"Saidheans",geography:"Cruinn-eòlas",spanish:"Spàinntis",english:"Beurla",history:"Eachdraidh",french:"Fraingis","63-more-subjects":"63 cuspairean a bharrachd"}};t.default=r,e.exports=t.default},function(e,t){e.exports=n(81)},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(2)),u=r(n(13)),l=r(n(5)),c=r(n(3)),f=r(n(7)),s=r(n(4)),d=function(e){return e.toLowerCase().replace(/[^\w]+/,"-")},p=function(e,t,n){return(0,u.default)([n,t],"/bitesize".concat(e.href))},g=function(e){var t=e.buckets,n=e.pageType,r=e.language,o=e.href,u=e.onClick,g=e.showDrawer,h=e.includeLanguageSelector,y=e.linkToHighlight;return c.default.initLocalisations({language:r,localisations:s.default}),a.default.createElement("ul",{className:"global-navigation__list"},t.map(function(e){var t=(0,i.default)("global-navigation__list__item",{"global-navigation__list__item--highlighted":p(e,o,y)});return a.default.createElement("li",{className:t,key:d(e.title)},a.default.createElement("a",{className:"global-navigation__list__link",href:"/bitesize".concat(e.href),"data-bbc-container":"global-navigation","data-bbc-title":e.dataTitle,"data-bbc-ignore-views":1,"data-bbc-result":"/bitesize".concat(e.href)},a.default.createElement("span",{className:"global-navigation__list__link-text"},c.default.localise(d(e.title)))))}),a.default.createElement("li",null,a.default.createElement("ul",{className:"global-navigation__list__items--pinned"},a.default.createElement("li",{className:(0,i.default)("global-navigation__list__item",{"global-navigation__list__item--highlighted":"my"===n}),key:"my-bitesize"},a.default.createElement("a",{className:"global-navigation__list__link",href:"/bitesize/my","data-bbc-container":"global-navigation","data-bbc-title":"MyBitesize","data-bbc-ignore-views":1,"data-bbc-result":"/bitesize/my"},a.default.createElement("span",{className:(0,i.default)("global-navigation__list__link-my-bitesize",{"global-navigation__list__link-my-bitesize--no-border":g})},c.default.localise("my-bitesize")))),h&&a.default.createElement("li",{className:"global-navigation__list__item",key:"language-selector"},a.default.createElement(f.default,{language:r})),a.default.createElement("li",{className:"global-navigation__list__item global-navigation__list__item--pinned global-navigation__list__item--all-bitesize",key:"all-bitesize"},a.default.createElement("button",{type:"button","data-bbc-container":"global-navigation","data-bbc-title":"AllBitesize","data-bbc-ignore-views":1,"data-bbc-result":g?"collapsed-menu":"expanded-menu",onClick:u,className:(0,i.default)("global-navigation__list__link--button","global-navigation__list__link--button--pinned",{"global-navigation__list__link--button--pinned--open":g}),"aria-live":"polite","aria-label":"Menu button, this menu is ".concat(g?"open":"closed")},a.default.createElement("span",{className:"gel-icon gel-icon--list-view"},a.default.createElement(l.default,null)),a.default.createElement("span",{className:"global-navigation__list__link-text"},c.default.localise("all-bitesize")))))))};g.defaultProps={pageType:"",language:"en-GB",includeLanguageSelector:!1,href:null,linkToHighlight:""},g.propTypes={buckets:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}).isRequired).isRequired,href:o.default.string,pageType:o.default.string,language:o.default.string,onClick:o.default.func.isRequired,showDrawer:o.default.bool.isRequired,includeLanguageSelector:o.default.bool,linkToHighlight:o.default.string};var h=g;t.default=h,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e){return e&&e.__esModule?e:{default:e}}function o(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(o=function(e){return e?n:t})(e)}function i(){return i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i.apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function c(e,t,n){return t&&l(e.prototype,t),n&&l(e,n),e}function f(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=h();return function(){var n,r=y(e);if(t){var a=y(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return g(e)}function g(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function h(){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(e){return!1}}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,t){return x(e)||w(e,t)||m(e,t)||v()}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function m(e,t){if(e){if("string"==typeof e)return _(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_(e,t):void 0}}function _(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function w(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o=[],i=!0,u=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);i=!0);}catch(e){u=!0,a=e}finally{try{i||null==n.return||n.return()}finally{if(u)throw a}}return o}}function x(e){if(Array.isArray(e))return e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var O=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var n=o(t);if(n&&n.has(e))return n.get(e);var a={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&Object.prototype.hasOwnProperty.call(e,u)){var l=i?Object.getOwnPropertyDescriptor(e,u):null;l&&(l.get||l.set)?Object.defineProperty(a,u,l):a[u]=e[u]}return a.default=e,n&&n.set(e,a),a}(n(0)),j=a(n(1)),E=a(n(2)),S=a(n(14)),k=a(n(15)),z=function(){var e=new Date;return e.setYear(e.getFullYear()+1),e},P=function(e,t){var n=window.bbccookies._getCurrentDomain()||".bbc.co.uk";n="."===n.charAt(0)?n:".".concat(n),window.bbccookies.set(e,t,{path:"/",domain:n,expires:z()})},R=function(e){var t=e.split("-")[0];P("ckps_language",t),window.location.reload(!0)},T=function(e){return b(S.default.filter(function(t){return t.languageCode===e}),1)[0]||S.default[0]},C=function(e){function t(){var e;return u(this,t),e=n.call(this),e.state={showLanguages:!1},e.close=e.close.bind(g(e)),e.closeClickEvent=e.closeClickEvent.bind(g(e)),e.toggle=e.toggle.bind(g(e)),e.handleKeyPress=e.handleKeyPress.bind(g(e)),e.handleFocusOut=e.handleFocusOut.bind(g(e)),e}f(t,e);var n=d(t);return c(t,[{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyPress),document.addEventListener("mousedown",this.closeClickEvent),document.addEventListener("touchstart",this.closeClickEvent),document.addEventListener("focusout",this.handleFocusOut)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyPress),document.removeEventListener("mousedown",this.closeClickEvent),document.removeEventListener("touchstart",this.closeClickEvent),document.removeEventListener("focusout",this.handleFocusOut)}},{key:"closeClickEvent",value:function(e){this.state.showLanguages&&!this.languageSelector.contains(e.target)&&this.setState({showLanguages:!1})}},{key:"handleFocusOut",value:function(e){this.closeClickEvent({target:e.relatedTarget||e.target})}},{key:"handleKeyPress",value:function(e){27===e.keyCode&&this.setState({showLanguages:!1})}},{key:"close",value:function(){this.setState({showLanguages:!1})}},{key:"toggle",value:function(){this.setState(function(e){return{showLanguages:!e.showLanguages}})}},{key:"render",value:function(){var e=this,t=this.props,n=t.language,r=t.className,a=this.state.showLanguages,o=T(n),u=S.default.filter(function(e){return e.languageCode!==o.languageCode});return O.default.createElement("div",{className:(0,E.default)("global-language-selector",r),ref:function(t){e.languageSelector=t}},O.default.createElement("button",{type:"button",onClick:this.toggle,className:"global-language-selector__drawer ".concat(a?"global-language-selector__drawer--open":"global-language-selector__drawer--closed")},O.default.createElement("span",{className:"global-language-selector__drawer-text"},o.languageLabel)),O.default.createElement("div",{className:(0,E.default)("global-language-selector__container",{"global-language-selector__container--hidden":!a})},O.default.createElement("ol",{className:"global-language-selector__list"},O.default.createElement(k.default,i({},o,{onClick:R,selected:!0})),u.map(function(e){return O.default.createElement(k.default,i({key:"".concat(e.languageCode)},e,{onClick:R}))}))))}}]),t}(O.Component);C.defaultProps={language:"en-GB",className:""},C.propTypes={language:j.default.string,className:j.default.string};var N=C;t.default=N,e.exports=t.default},function(e,t){e.exports={buckets:[{title:"Home",href:"",dataTitle:"Home"},{title:"learn-revise",href:"/learn",dataTitle:"Learn"},{title:"Support",href:"/support",dataTitle:"Support"},{title:"Careers",href:"/careers",dataTitle:"Careers"}],englishBuckets:[{title:"Home",href:"",dataTitle:"Home"},{title:"Learn",href:"/learn",dataTitle:"Learn"},{title:"Support",href:"/support",dataTitle:"Support"},{title:"Careers",href:"/careers",dataTitle:"Careers"}],mobileBuckets:[{title:"Home",href:"",dataTitle:"Home"},{title:"learn-revise",href:"/learn",dataTitle:"Learn"},{title:"Support",href:"/support",dataTitle:"Support"},{title:"Careers",href:"/careers",dataTitle:"Careers"},{title:"about-us",href:"/articles/z6x992p"}],mobileEnglishBuckets:[{title:"Home",href:"",dataTitle:"Home"},{title:"Learn",href:"/learn",dataTitle:"Learn"},{title:"Support",href:"/support",dataTitle:"Support"},{title:"Careers",href:"/careers",dataTitle:"Careers"},{title:"about-us",href:"/articles/z6x992p"}],pinned:{title:"My Bitesize",href:"/my",dataTitle:"MyBitesize"},allBitesize:[{section:"Primary",regions:[{region:"England",aria:"English curriculum",content:[{title:"KS1",href:"/levels/z3g4d2p",zid:"z3g4d2p",aria:"Key Stage one England"},{title:"KS2",href:"/levels/zbr9wmn",zid:"zbr9wmn",aria:"Key Stage two England"}]},{region:"Northern Ireland",aria:"Northern Irish curriculum",content:[{title:"Foundation Stage",href:"/levels/znyh7nb",zid:"znyh7nb",aria:"Foundation Stage"},{title:"KS1",href:"/levels/zcwyp4j",zid:"zcwyp4j",aria:"Key Stage one Northern Ireland"},{title:"KS2",href:"/levels/zjmj92p",zid:"zjmj92p",aria:"Key Stage two Northern Ireland"}]},{region:"Scotland",aria:"Scottish curriculum",content:[{title:"Early level",href:"/levels/zf7hgwx",zid:"zf7hgwx",aria:"Early level"},{title:"1st level",href:"/levels/zgckjxs",zid:"zgckjxs",aria:"First level"},{title:"2nd Level",href:"/levels/zr48q6f",zid:"zr48q6f",aria:"Second level"},{title:"An Tràth Ìre",href:"/levels/zggh6g8 ",zid:"zggh6g8",aria:"An Tràth Ìre"},{title:"A' Chiad Ìre ",href:"/levels/zk3xy9q",zid:"zk3xy9q",aria:"A' Chiad Ìre "},{title:"An Dàrna Ìre",href:"/levels/z4y2scw",zid:"z4y2scw",aria:"An Dàrna Ìre"}]},{region:"Wales",aria:"Welsh curriculum",content:[{title:"Foundation Phase",href:"/levels/zxybmsg",zid:"zxybmsg",aria:"Foundation phase"},{title:"KS2",href:"/levels/zbr9wmn",zid:"zbr9wmn",aria:"Key Stage two Wales"},{title:"Cyfnod Sylfaen",href:"/levels/z4js6v4",zid:"z4js6v4",aria:"Cyfnod Sylfaen"},{title:"CA2",href:"/levels/zbpwt39",zid:"zbpwt39",aria:"CA2"}]}]},{section:"Secondary",regions:[{region:"England",aria:"English curriculum",content:[{title:"KS3",href:"/levels/z4kw2hv",zid:"z4kw2hv",aria:"Key Stage three England"},{title:"GCSE",href:"/levels/z98jmp3",zid:"z98jmp3",aria:"GCSE England"}]},{region:"Northern Ireland",aria:"Northern Irish curriculum",content:[{title:"KS3",href:"/levels/z4kw2hv",zid:"z4kw2hv",aria:"Key Stage three Northern Ireland"},{title:"GCSE",href:"/levels/z98jmp3",zid:"z98jmp3",aria:"GCSE Northern Ireland"}]},{region:"Scotland",aria:"Scottish curriculum",content:[{title:"3rd level",href:"/levels/zy4qn39",zid:"zy4qn39",aria:"Third level"},{title:"4th level",href:"/levels/zvk2fg8",zid:"zvk2fg8",aria:"Fourth level"},{title:"Nàiseanta 4",href:"/levels/z8hhvcw",zid:"z8hhvcw",aria:"Naiseanta four"},{title:"Nàiseanta 5",href:"/levels/zdpp34j",zid:"zdpp34j",aria:"Naiseanta five"},{title:"National 4",href:"/levels/zp3d7ty",zid:"zp3d7ty",aria:"National four"},{title:"National 5",href:"/levels/z6gw2hv",zid:"z6gw2hv",aria:"National five"},{title:"Àrd Ìre",href:"/levels/zqq4wxs",zid:"zqq4wxs",aria:"Ard Ire"},{title:"Higher",href:"/levels/zkdqxnb",zid:"zkdqxnb",aria:"Higher Scotland"}]},{region:"Wales",aria:"Welsh curriculum",content:[{title:"CA3",href:"/levels/zh6vr82",zid:"zh6vr82",aria:"CA3"},{title:"KS3",href:"/levels/z4kw2hv",zid:"z4kw2hv",aria:"Key Stage three Wales"},{title:"CBC",href:"/levels/zqxy8mn",zid:"zqxy8mn",aria:"CBC"},{title:"GCSE",href:"/levels/z98jmp3",zid:"z98jmp3",aria:"GCSE Wales"},{title:"TGAU",href:"/levels/z8w76sg",zid:"z8w76sg",aria:"TGAU"},{title:"WBQ",href:"/levels/z9wtgdm",zid:"z9wtgdm",aria:"WBQ"}]}]},{section:"Post-16",regions:[{region:"England",aria:"English curriculum",content:[{title:"Functional Skills",href:"/levels/zvhtng8",zid:"",aria:"Functional Skills levels one and two"}]},{region:"Northern Ireland",aria:"Northern Irish curriculum",content:[]},{region:"Scotland",aria:"Scottish curriculum",content:[{title:"Core Skills",href:"/levels/z66jhbk",zid:"z66jhbk",aria:"Core skills level three"}]},{region:"Wales",aria:"Welsh curriculum",content:[{title:"Essential Skills",href:"/levels/zhh7nrd",zid:"zhh7nrd",aria:"Essential skills levels one and two"}]}]},{section:"Subjects",regions:[{region:"",aria:"",content:[{title:"Maths",href:"/subjects/z6vg9j6",zid:"z6vg9j6",aria:"Maths"},{title:"English",href:"/subjects/zt3rkqt",zid:"zt3rkqt",aria:"English"}]},{region:"",aria:"",content:[{title:"Science",href:"/subjects/z7nygk7",zid:"z7nygk7",aria:"Science"},{title:"Cymraeg",href:"/subjects/zf48q6f",zid:"zf48q6f",aria:"Cymraeg"}]},{region:"",aria:"",content:[{title:"Gàidhlig",href:"/subjects/zgj2tfr",zid:"zgj2tfr",aria:"Gàidhlig"},{title:"63 more subjects",href:"/subjects/",zid:"",aria:"63 more subjects"}]}]},{section:"Support",href:"/support",aria:"Support"},{section:"Careers",href:"/careers",aria:"Careers"},{section:"about-us",href:"/articles/z6x992p",aria:"About us"}]}},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(10)),u=r(n(8)),l=function(e){var t=e.language,n=e.href,r=e.pageType,o=e.phase,l=e.headerData;return a.default.createElement(i.default,{language:t,href:n,pageType:r,phase:o,headerData:l,navigationData:u.default,subdirectory:"bitesize"})};l.defaultProps={headerData:{}},l.propTypes={language:o.default.string.isRequired,href:o.default.string.isRequired,pageType:o.default.string.isRequired,phase:o.default.string.isRequired,headerData:o.default.shape({title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired})};var c=l;t.default=c,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e){return e&&e.__esModule?e:{default:e}}function o(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(o=function(e){return e?n:t})(e)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function l(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function c(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=g();return function(){var n,r=h(e);if(t){var a=h(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return d(this,n)}}function d(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return p(e)}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function g(){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(e){return!1}}function h(e){return(h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var y=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var n=o(t);if(n&&n.has(e))return n.get(e);var a={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&Object.prototype.hasOwnProperty.call(e,u)){var l=i?Object.getOwnPropertyDescriptor(e,u):null;l&&(l.get||l.set)?Object.defineProperty(a,u,l):a[u]=e[u]}return a.default=e,n&&n.set(e,a),a}(n(0)),b=a(n(1)),v=a(n(11)),m=a(n(19)),_=n(25),w=function(e){function t(e){var r;return i(this,t),r=n.call(this,e),r.state={showDrawer:!1},r.toggleDrawer=r.toggleDrawer.bind(p(r)),r}c(t,e);var n=s(t);return l(t,[{key:"componentDidMount",value:function(){var e=document.querySelector(".global-navigation__header__logo__link");null!==e&&e.addEventListener("animationend",function(e){e.target.classList.remove("global-navigation__header__logo__link--animate"),e.target.classList.remove("global-navigation__header__logo__link--delay-animation")})}},{key:"toggleDrawer",value:function(){document.body.classList.toggle("drawer-open"),this.setState(function(e){return{showDrawer:!e.showDrawer}})}},{key:"render",value:function(){var e=this.props,t=e.pageType,n=e.language,r=e.subdirectory,a=e.navigationData,o=e.href,i=e.phase,u=e.headerData,l=this.state.showDrawer;return y.default.createElement("div",{className:"global-navigation"},y.default.createElement(v.default,{buckets:(0,_.MobileBucketProvider)(n),pageType:t,href:o,language:n,subdirectory:r,onClick:this.toggleDrawer,showDrawer:l,phase:i,headerData:u}),y.default.createElement(m.default,{allBitesize:a.allBitesize,buckets:(0,_.BucketProvider)(n),href:o,pageType:t,language:n,subdirectory:r,onClick:this.toggleDrawer,showDrawer:l,headerData:u}))}}]),t}(y.Component);w.defaultProps={pageType:"",href:"",subdirectory:"bitesize",language:"en-GB",phase:"",headerData:{href:null}},w.propTypes={navigationData:b.default.shape({allBitesize:b.default.arrayOf({}),buckets:b.default.arrayOf(b.default.shape({title:b.default.string.isRequired,href:b.default.string.isRequired}).isRequired).isRequired,mobileBuckets:b.default.arrayOf(b.default.shape({title:b.default.string.isRequired,href:b.default.string.isRequired}).isRequired).isRequired}).isRequired,href:b.default.string,pageType:b.default.string,subdirectory:b.default.string,language:b.default.string,phase:b.default.string,headerData:b.default.shape({href:b.default.string,title:b.default.string.isRequired,children:b.default.arrayOf(b.default.shape({title:b.default.string.isRequired,href:b.default.string.isRequired})).isRequired})};var x=w;t.default=x,e.exports=t.default},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(5)),u=r(n(3)),l=r(n(2)),c=r(n(4)),f=r(n(12)),s=function(e){var t=e.buckets,n=e.pageType,r=e.href,o=e.language,s=e.subdirectory,d=e.onClick,p=e.showDrawer,g=e.phase,h=e.headerData;return u.default.initLocalisations({language:o,localisations:c.default}),a.default.createElement("header",{className:"global-navigation__header"},a.default.createElement("div",{className:"global-navigation__header__wrap"},a.default.createElement("span",{className:"global-navigation__header__logo",tabIndex:"-1"},a.default.createElement("a",{className:"global-navigation__header__logo__link--animate global-navigation__header__logo__link--delay-animation ".concat(g?"global-navigation__header__logo__link global-navigation__header__logo__link--phase-".concat(g.toLowerCase()):"global-navigation__header__logo__link"),href:"/".concat(s),onMouseEnter:function(e){e.target.classList.add("global-navigation__header__logo__link--animate")}},"Bitesize")),a.default.createElement("button",{type:"button","data-bbc-container":"global-navigation","data-bbc-title":"AllBitesize","data-bbc-ignore-views":1,"data-bbc-result":"expand-menu/collapse-menu",className:(0,l.default)("global-navigation__header__menu-button",{"global-navigation__header__menu-button-active":p}),onClick:function(){return d()},"aria-label":"Open menu"},a.default.createElement("i",{className:"gel-icon gel-icon--list-view global-navigation__header__menu-button__list-view"},a.default.createElement(i.default,null)),a.default.createElement("span",{className:"global-navigation__header__menu-button__text"},u.default.localise("all-bitesize"))),a.default.createElement(f.default,{href:r,buckets:t,pageType:n,language:o,subdirectory:s,showDrawer:p,onClick:d,headerData:h})))};s.displayName="Header",s.defaultProps={href:"",language:"en-GB",pageType:"",phase:"",showDrawer:!1,subdirectory:"bitesize",headerData:{}},s.propTypes={buckets:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}).isRequired).isRequired,href:o.default.string,language:o.default.string,onClick:o.default.func.isRequired,pageType:o.default.string,phase:o.default.string,showDrawer:o.default.bool,subdirectory:o.default.string,headerData:o.default.shape({title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired})};var d=s;t.default=d,e.exports=t.default},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(6)),u=r(n(17)),l=function(e){return e&&"title"in e&&"children"in e&&e.children.length>0&&""!==e.children[0].title},c=function(e){var t=e.showDrawer,n=e.buckets,r=e.pageType,o=e.language,c=e.href,f=e.onClick,s=e.headerData;return a.default.createElement("div",{className:"global-navigation__mobile-nav"},t&&a.default.createElement("div",{className:"global-navigation__mobile-nav__drawer"},a.default.createElement(i.default,{buckets:n,pageType:r,language:o,href:c,onClick:f,showDrawer:t,linkToHighlight:s?s.href:null,includeLanguageSelector:!0})),l(s)&&a.default.createElement(u.default,{submenu:s,currentPage:c}))};c.defaultProps={pageType:"",language:"en-GB",showDrawer:!1,href:null,headerData:{href:null}},c.propTypes={buckets:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}).isRequired).isRequired,pageType:o.default.string,language:o.default.string,showDrawer:o.default.bool,onClick:o.default.func.isRequired,href:o.default.string,headerData:o.default.shape({href:o.default.string,title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired})};var f=c;t.default=f,e.exports=t.default},function(e,t){e.exports=n(108)},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=[{languageCode:"en-GB",languageLabel:"Change language",label:"English"},{languageCode:"cy-GB",languageLabel:"Newid iaith",label:"Cymraeg"},{languageCode:"ga-GB",languageLabel:"Athraigh teanga",label:"Gaeilge"},{languageCode:"gd-GB",languageLabel:"Atharraich cànan",label:"Gàidhlig"}];t.default=r,e.exports=t.default},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(2)),u=r(n(16)),l=function(e){var t=e.label,n=e.onClick,r=e.languageCode,o=e.selected;return a.default.createElement("li",{key:r,className:(0,i.default)("global-language-selector__language",{"global-language-selector__language--selected":o})},a.default.createElement("button",{type:"button",tabIndex:"0",lang:r,className:"global-language-selector__language-link",onClick:function(){return n(r)},"aria-label":o?"".concat(t,", selected"):t},a.default.createElement("span",{className:"global-language-selector__language-label",lang:r},t),o&&a.default.createElement("span",{className:"global-language-selector__icon-yes gel-icon gel-icon--yes"},a.default.createElement(u.default,null))))};l.defaultProps={selected:!1},l.propTypes={label:o.default.string.isRequired,onClick:o.default.func.isRequired,languageCode:o.default.string.isRequired,selected:o.default.bool};var c=l;t.default=c,e.exports=t.default},function(e,t){e.exports=n(141)},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return d(e)}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(){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(e){return!1}}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var h=a(n(0)),y=a(n(1)),b=a(n(2)),v=a(n(18)),m=function(e){function t(e){var r;return o(this,t),r=n.call(this,e),r.toggleClick=r.toggleClick.bind(d(r)),r.state={isExpanded:!1},r}l(t,e);var n=f(t);return u(t,[{key:"toggleClick",value:function(){this.setState(function(e){return{isExpanded:!e.isExpanded}})}},{key:"render",value:function(){var e=this.props,t=e.submenu,n=t.title,r=t.children,a=e.currentPage,o=this.state.isExpanded;return h.default.createElement("nav",{className:(0,b.default)("global-navigation__mobile-sub-nav",{"global-navigation__mobile-sub-nav--expanded":o})},h.default.createElement("h3",{className:"global-navigation__mobile-sub-nav-title"},h.default.createElement("button",{type:"button",className:"global-navigation__mobile-sub-nav__toggle",onClick:this.toggleClick,"aria-expanded":o,"aria-controls":"mobile-sub-nav-menu"},h.default.createElement("span",{className:"global-navigation__mobile-sub-nav-title__text"},n),h.default.createElement("span",{className:"global-navigation__chevron__down-svg"},h.default.createElement(v.default,null)))),h.default.createElement("ul",{id:"mobile-sub-nav-menu",className:"global-navigation__mobile-sub-nav-menu",hidden:!o},r.map(function(e){var t=e.title,n=e.href,r=a===n;return h.default.createElement("li",{key:t,className:(0,b.default)("global-navigation__mobile-sub-nav-menu-item",{"global-navigation__mobile-sub-nav-menu-item--highlighted":r})},h.default.createElement("a",{className:"global-navigation__mobile-sub-nav-menu-link",href:n,"data-bbc-container":"global-navigation","aria-current":r?"page":null},t))})))}}]),t}(h.default.Component);m.displayName="MobileSubNav",m.propTypes={submenu:y.default.shape({title:y.default.string.isRequired,children:y.default.arrayOf(y.default.shape({title:y.default.string.isRequired,href:y.default.string.isRequired})).isRequired}).isRequired,currentPage:y.default.string.isRequired};var _=m;t.default=_,e.exports=t.default},function(e,t){e.exports=n(142)},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(20)),u=r(n(6)),l=r(n(7)),c=r(n(24)),f=function(e){return e&&"title"in e&&"children"in e&&e.children.length>0&&""!==e.children[0].title},s=function(e){var t=e.allBitesize,n=e.buckets,r=e.pageType,o=e.language,s=e.subdirectory,d=e.onClick,p=e.showDrawer,g=e.href,h=e.headerData;return a.default.createElement("nav",{className:"global-navigation__primary-nav"},a.default.createElement("div",{className:"global-navigation__primary-nav__wrap"},a.default.createElement(l.default,{language:o}),a.default.createElement(u.default,{buckets:n,pageType:r,language:o,subdirectory:s,onClick:d,showDrawer:p,href:g,linkToHighlight:h?h.href:null})),p&&a.default.createElement(i.default,{language:o,allBitesize:t,subdirectory:s}),f(h)&&a.default.createElement("div",{className:"global-navigation__sub-nav-wrap"},a.default.createElement(c.default,{currentPage:g,submenu:h})))};s.displayName="PrimaryNav",s.defaultProps={pageType:"",subdirectory:"bitesize",language:"en-GB",showDrawer:!1,href:"",headerData:{href:null}},s.propTypes={allBitesize:o.default.arrayOf(o.default.shape({section:o.default.string.isRequired,content:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}))})).isRequired,buckets:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}).isRequired).isRequired,href:o.default.string,pageType:o.default.string,subdirectory:o.default.string,language:o.default.string,onClick:o.default.func.isRequired,showDrawer:o.default.bool,headerData:o.default.shape({href:o.default.string,title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired})};var d=s;t.default=d,e.exports=t.default},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(21)),u=r(n(22)),l=r(n(23)),c=r(n(3)),f=r(n(4)),s=function(e){return e.toLowerCase().replace(/[^\w]+/g,"-")},d=function(e){var t=e.className,n=e.allBitesize,r=e.subdirectory,o=e.language;return c.default.initLocalisations({language:o,localisations:f.default}),a.default.createElement("div",{className:t},a.default.createElement("div",{className:"global-navigation__drawer__content"},a.default.createElement("ul",{className:"global-navigation__drawer__content-list global-navigation__drawer__content-list--primary-list"},n.map(function(e){return e.href?a.default.createElement("li",{key:(0,u.default)((0,i.default)(e.section)),className:"global-navigation__drawer__content-primary-list-item global-navigation__drawer__content-primary-list-item--clickable"},a.default.createElement("a",{className:"global-navigation__drawer__content-primary-list-item__link",href:"/".concat(r).concat(e.href),"aria-label":e.aria},a.default.createElement("h2",{className:"global-navigation__drawer__content-primary-list-item__link__header"},c.default.localise(s(e.section)),a.default.createElement(l.default,null)))):a.default.createElement("li",{key:(0,i.default)(e.section),className:"global-navigation__drawer__content-primary-list-item"},a.default.createElement("h2",{className:"global-navigation__drawer__content-primary-list-item__header"},c.default.localise(s(e.section))),a.default.createElement("ul",{className:"global-navigation__drawer__content-list global-navigation__drawer__content-list--secondary-list"},e.regions.map(function(e){return a.default.createElement("li",{key:(0,u.default)((0,i.default)(e.region)),className:"global-navigation__drawer__content-secondary-list-item-container"},a.default.createElement("h3",{"aria-label":e.aria,className:"global-navigation__drawer__content-secondary-list-item__header"},c.default.localise(s(e.region))),a.default.createElement("ul",{className:"global-navigation__drawer__content-list global-navigation__drawer__content-list--tertiary-list"},e.content.map(function(t){return a.default.createElement("li",{className:"global-navigation__drawer__content-tertiary-list-item",key:(0,u.default)(t.zid)},a.default.createElement("a",{className:"global-navigation__drawer__content-tertiary-list-item__link",href:"/".concat(r).concat(t.href),"aria-label":t.aria?t.aria:"".concat(t.title," ").concat(e.region)},a.default.createElement("p",{className:"global-navigation__drawer__content-tertiary-list-item__text-container"},a.default.createElement("span",{className:"global-navigation__drawer__content-tertiary-list-item__text"},c.default.localise(s(t.title))||t.title))))})))})))}))))};d.defaultProps={className:"global-navigation__drawer",allBitesize:[],subdirectory:"bitesize",language:"en-GB"},d.propTypes={className:o.default.string,allBitesize:o.default.arrayOf(o.default.shape({section:o.default.string.isRequired,content:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}))})),subdirectory:o.default.string,language:o.default.string};var p=d;t.default=p,e.exports=t.default},function(e,t){e.exports=n(143)},function(e,t){e.exports=n(154)},function(e,t){e.exports=n(155)},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(2)),u=function(e){var t=e.submenu.children,n=e.currentPage;return a.default.createElement("nav",{className:"global-navigation__sub-nav"},a.default.createElement("ul",{className:"global-navigation__sub-nav__menu"},t.map(function(e){var t=e.title,r=e.href,o=n===r;return a.default.createElement("li",{key:t,className:(0,i.default)("global-navigation__sub-nav__menu__item",{"global-navigation__sub-nav__menu__item--selected":o})},a.default.createElement("a",{className:"global-navigation__sub-nav__menu__link",href:r,"data-bbc-container":"global-navigation","aria-current":o?"page":null},t))})))};u.displayName="SubNav",u.propTypes={submenu:o.default.shape({title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired}).isRequired,currentPage:o.default.string.isRequired};var l=u;t.default=l,e.exports=t.default},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.MobileBucketProvider=t.BucketProvider=void 0;var r=function(e){return e&&e.__esModule?e:{default:e}}(n(8)),a=function(e){return"en-GB"===e?r.default.englishBuckets:r.default.buckets};t.BucketProvider=a;var o=function(e){return"en-GB"===e?r.default.mobileEnglishBuckets:r.default.mobileBuckets};t.MobileBucketProvider=o}])},function(e,t,n){e.exports=n(77)()},function(e,t,n){"use strict";function r(){}function a(){}var o=n(78);a.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,a,i){if(i!==o){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:r};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){var r,a;!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)){if(r.length){var i=n.apply(null,r);i&&e.push(i)}}else if("object"===a)if(r.toString===Object.prototype.toString)for(var u in r)o.call(r,u)&&r[u]&&e.push(u);else e.push(r.toString())}}return e.join(" ")}var o={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(a=function(){return n}.apply(t,r))&&(e.exports=a))}()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,a=["en-GB","ga-GB","gd-GB","cy-GB"],o="en-GB",i=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var a=function(e,t){return void 0!==n[t]?n[t]:e};return e.replace(/{(\d+)}/g,a)},u=function(e){var t=e.language,n=e.localisations;a.indexOf(t)>=0&&(o=t),n&&(r=n)},l=function(){return o},c=function(e){if(!r)throw new Error("No localisation data has been set.");if(!r[o])return"";for(var t=r[o][e],n=arguments.length,a=new Array(n>1?n-1:0),u=1;u<n;u++)a[u-1]=arguments[u];return a.length>0?i.apply(void 0,[t].concat(a)):t},f={initLocalisations:u,getLocale:l,localise:c};t.default=f,e.exports=t.default},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function a(e){"@babel/helpers - typeof";return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==a(t)&&"function"!=typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(19),n(12),n(27),n(28),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(31),n(32),n(33),n(34),n(35);var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=o?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(11)),y=function(e){function t(){return o(this,t),n.apply(this,arguments)}l(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",ref:function(t){e.svg=t}},h.default.createElement("path",{d:"M0 0v8h32V0zM0 17v3h32v-8H0zM0 29v3h32v-8H0z"}))}}]),t}(h.Component),b=y;t.default=b,e.exports=t.default},function(e,t,n){var r=n(1)("unscopables"),a=Array.prototype;void 0==a[r]&&n(8)(a,r,{}),e.exports=function(e){a[r][e]=!0}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){e.exports=n(20)("native-function-to-string",Function.toString)},function(e,t,n){"use strict";var r=n(41),a=n(22),o=n(25),i={};n(8)(i,n(1)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(i,{next:a(1,n)}),o(e,t+" Iterator")}},function(e,t,n){var r=n(9),a=n(3),o=n(16);e.exports=n(4)?Object.defineProperties:function(e,t){a(e);for(var n,i=o(t),u=i.length,l=0;u>l;)r.f(e,n=i[l++],t[n]);return e}},function(e,t,n){var r=n(10),a=n(42),o=n(88);e.exports=function(e){return function(t,n,i){var u,l=r(t),c=a(l.length),f=o(i,c);if(e&&n!=n){for(;c>f;)if((u=l[f++])!=u)return!0}else for(;c>f;f++)if((e||f in l)&&l[f]===n)return e||f||0;return!e&&-1}}},function(e,t,n){var r=n(43),a=Math.max,o=Math.min;e.exports=function(e,t){return e=r(e),e<0?a(e+t,0):o(e,t)}},function(e,t,n){var r=n(2).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(7),a=n(26),o=n(44)("IE_PROTO"),i=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=a(e),r(e,o)?e[o]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?i:null}},function(e,t,n){var r=n(43),a=n(39);e.exports=function(e){return function(t,n){var o,i,u=String(a(t)),l=r(n),c=u.length;return l<0||l>=c?e?"":void 0:(o=u.charCodeAt(l),o<55296||o>56319||l+1===c||(i=u.charCodeAt(l+1))<56320||i>57343?e?u.charAt(l):o:e?u.slice(l,l+2):i-56320+(o-55296<<10)+65536)}}},function(e,t,n){var r=n(93);e.exports=function(e,t){return new(r(e))(t)}},function(e,t,n){var r=n(0),a=n(56),o=n(1)("species");e.exports=function(e){var t;return a(e)&&(t=e.constructor,"function"!=typeof t||t!==Array&&!a(t.prototype)||(t=void 0),r(t)&&null===(t=t[o])&&(t=void 0)),void 0===t?Array:t}},function(e,t,n){"use strict";var r=n(4),a=n(16),o=n(46),i=n(30),u=n(26),l=n(37),c=Object.assign;e.exports=!c||n(6)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=c({},e)[n]||Object.keys(c({},t)).join("")!=r})?function(e,t){for(var n=u(e),c=arguments.length,f=1,s=o.f,d=i.f;c>f;)for(var p,g=l(arguments[f++]),h=s?a(g).concat(s(g)):a(g),y=h.length,b=0;y>b;)p=h[b++],r&&!d.call(g,p)||(n[p]=g[p]);return n}:c},function(e,t,n){"use strict";var r=n(57),a=n(29).getWeak,o=n(3),i=n(0),u=n(58),l=n(59),c=n(55),f=n(7),s=n(47),d=c(5),p=c(6),g=0,h=function(e){return e._l||(e._l=new y)},y=function(){this.a=[]},b=function(e,t){return d(e.a,function(e){return e[0]===t})};y.prototype={get:function(e){var t=b(this,e);if(t)return t[1]},has:function(e){return!!b(this,e)},set:function(e,t){var n=b(this,e);n?n[1]=t:this.a.push([e,t])},delete:function(e){var t=p(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,o){var c=e(function(e,r){u(e,c,t,"_i"),e._t=t,e._i=g++,e._l=void 0,void 0!=r&&l(r,n,e[o],e)});return r(c.prototype,{delete:function(e){if(!i(e))return!1;var n=a(e);return!0===n?h(s(this,t)).delete(e):n&&f(n,this._i)&&delete n[this._i]},has:function(e){if(!i(e))return!1;var n=a(e);return!0===n?h(s(this,t)).has(e):n&&f(n,this._i)}}),c},def:function(e,t,n){var r=a(o(t),!0);return!0===r?h(e).set(t,n):r[e._i]=n,e},ufstore:h}},function(e,t,n){var r=n(3);e.exports=function(e,t,n,a){try{return a?t(r(n)[0],n[1]):t(n)}catch(t){var o=e.return;throw void 0!==o&&r(o.call(e)),t}}},function(e,t,n){var r=n(15),a=n(1)("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||o[a]===e)}},function(e,t,n){var r=n(60),a=n(1)("iterator"),o=n(15);e.exports=n(13).getIteratorMethod=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||o[r(e)]}},function(e,t,n){"use strict";var r=n(2),a=n(23),o=n(5),i=n(57),u=n(29),l=n(59),c=n(58),f=n(0),s=n(6),d=n(100),p=n(25),g=n(101);e.exports=function(e,t,n,h,y,b){var v=r[e],m=v,_=y?"set":"add",w=m&&m.prototype,x={},O=function(e){var t=w[e];o(w,e,"delete"==e?function(e){return!(b&&!f(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!f(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return b&&!f(e)?void 0:t.call(this,0===e?0:e)}:"add"==e?function(e){return t.call(this,0===e?0:e),this}:function(e,n){return t.call(this,0===e?0:e,n),this})};if("function"==typeof m&&(b||w.forEach&&!s(function(){(new m).entries().next()}))){var j=new m,E=j[_](b?{}:-0,1)!=j,S=s(function(){j.has(1)}),k=d(function(e){new m(e)}),z=!b&&s(function(){for(var e=new m,t=5;t--;)e[_](t,t);return!e.has(-0)});k||(m=t(function(t,n){c(t,m,e);var r=g(new v,t,m);return void 0!=n&&l(n,y,r[_],r),r}),m.prototype=w,w.constructor=m),(S||z)&&(O("delete"),O("has"),y&&O("get")),(z||E)&&O(_),b&&w.clear&&delete w.clear}else m=h.getConstructor(t,e,y,_),i(m.prototype,n),u.NEED=!0;return p(m,e),x[e]=m,a(a.G+a.W+a.F*(m!=v),x),b||h.setStrong(m,e,y),m}},function(e,t,n){var r=n(1)("iterator"),a=!1;try{var o=[7][r]();o.return=function(){a=!0},Array.from(o,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!a)return!1;var n=!1;try{var o=[7],i=o[r]();i.next=function(){return{done:n=!0}},o[r]=function(){return i},e(o)}catch(e){}return n}},function(e,t,n){var r=n(0),a=n(102).set;e.exports=function(e,t,n){var o,i=t.constructor;return i!==n&&"function"==typeof i&&(o=i.prototype)!==n.prototype&&r(o)&&a&&a(e,o),e}},function(e,t,n){var r=n(0),a=n(3),o=function(e,t){if(a(e),!r(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,r){try{r=n(24)(Function.call,n(61).f(Object.prototype,"__proto__").set,2),r(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,n){return o(e,n),t?e.__proto__=n:r(e,n),e}}({},!1):void 0),check:o}},function(e,t,n){var r=n(16),a=n(46),o=n(30);e.exports=function(e){var t=r(e),n=a.f;if(n)for(var i,u=n(e),l=o.f,c=0;u.length>c;)l.call(e,i=u[c++])&&t.push(i);return t}},function(e,t,n){var r=n(10),a=n(64).f,o={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],u=function(e){try{return a(e)}catch(e){return i.slice()}};e.exports.f=function(e){return i&&"[object Window]"==o.call(e)?u(e):a(r(e))}},function(e,t,n){n(4)&&"g"!=/./g.flags&&n(9).f(RegExp.prototype,"flags",{configurable:!0,get:n(65)})},function(e,t,n){"use strict";var r=n(40),a=n(0),o=n(107),i=[].slice,u={},l=function(e,t,n){if(!(t in u)){for(var r=[],a=0;a<t;a++)r[a]="a["+a+"]";u[t]=Function("F,a","return new F("+r.join(",")+")")}return u[t](e,n)};e.exports=Function.bind||function(e){var t=r(this),n=i.call(arguments,1),u=function(){var r=n.concat(i.call(arguments));return this instanceof u?l(t,r.length,r):o(t,r,e)};return a(t.prototype)&&(u.prototype=t.prototype),u}},function(e,t){e.exports=function(e,t,n){var r=void 0===n;switch(t.length){case 0:return r?e():e.call(n);case 1:return r?e(t[0]):e.call(n,t[0]);case 2:return r?e(t[0],t[1]):e.call(n,t[0],t[1]);case 3:return r?e(t[0],t[1],t[2]):e.call(n,t[0],t[1],t[2]);case 4:return r?e(t[0],t[1],t[2],t[3]):e.call(n,t[0],t[1],t[2],t[3])}return e.apply(n,t)}},function(e,t,n){function r(e,t,n,r){e=o(e)?e:l(e),n=n&&!r?u(n):0;var f=e.length;return n<0&&(n=c(f+n,0)),i(e)?n<=f&&e.indexOf(t,n)>-1:!!f&&a(e,t,n)>-1}var a=n(109),o=n(66),i=n(117),u=n(118),l=n(123),c=Math.max;e.exports=r},function(e,t,n){function r(e,t,n){return t===t?i(e,t,n):a(e,o,n)}var a=n(110),o=n(111),i=n(112);e.exports=r},function(e,t){function n(e,t,n,r){for(var a=e.length,o=n+(r?1:-1);r?o--:++o<a;)if(t(e[o],o,e))return o;return-1}e.exports=n},function(e,t){function n(e){return e!==e}e.exports=n},function(e,t){function n(e,t,n){for(var r=n-1,a=e.length;++r<a;)if(e[r]===t)return r;return-1}e.exports=n},function(e,t,n){function r(e){if(!o(e))return!1;var t=a(e);return t==u||t==l||t==i||t==c}var a=n(17),o=n(69),i="[object AsyncFunction]",u="[object Function]",l="[object GeneratorFunction]",c="[object Proxy]";e.exports=r},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){function r(e){var t=i.call(e,l),n=e[l];try{e[l]=void 0;var r=!0}catch(e){}var a=u.call(e);return r&&(t?e[l]=n:delete e[l]),a}var a=n(48),o=Object.prototype,i=o.hasOwnProperty,u=o.toString,l=a?a.toStringTag:void 0;e.exports=r},function(e,t){function n(e){return a.call(e)}var r=Object.prototype,a=r.toString;e.exports=n},function(e,t,n){function r(e){return"string"==typeof e||!o(e)&&i(e)&&a(e)==u}var a=n(17),o=n(49),i=n(18),u="[object String]";e.exports=r},function(e,t,n){function r(e){var t=a(e),n=t%1;return t===t?n?t-n:t:0}var a=n(119);e.exports=r},function(e,t,n){function r(e){return e?(e=a(e))===o||e===-o?(e<0?-1:1)*i:e===e?e:0:0===e?e:0}var a=n(120),o=1/0,i=1.7976931348623157e308;e.exports=r},function(e,t,n){function r(e){if("number"==typeof e)return e;if(i(e))return u;if(o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=a(e);var n=c.test(e);return n||f.test(e)?s(e.slice(2),n?2:8):l.test(e)?u:+e}var a=n(121),o=n(69),i=n(71),u=NaN,l=/^[-+]0x[0-9a-f]+$/i,c=/^0b[01]+$/i,f=/^0o[0-7]+$/i,s=parseInt;e.exports=r},function(e,t,n){function r(e){return e?e.slice(0,a(e)+1).replace(o,""):e}var a=n(122),o=/^\s+/;e.exports=r},function(e,t){function n(e){for(var t=e.length;t--&&r.test(e.charAt(t)););return t}var r=/\s/;e.exports=n},function(e,t,n){function r(e){return null==e?[]:a(e,o(e))}var a=n(124),o=n(125);e.exports=r},function(e,t,n){function r(e,t){return a(t,function(t){return e[t]})}var a=n(72);e.exports=r},function(e,t,n){function r(e){return i(e)?a(e):o(e)}var a=n(126),o=n(137),i=n(66);e.exports=r},function(e,t,n){function r(e,t){var n=i(e),r=!n&&o(e),f=!n&&!r&&u(e),d=!n&&!r&&!f&&c(e),p=n||r||f||d,g=p?a(e.length,String):[],h=g.length;for(var y in e)!t&&!s.call(e,y)||p&&("length"==y||f&&("offset"==y||"parent"==y)||d&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||l(y,h))||g.push(y);return g}var a=n(127),o=n(128),i=n(49),u=n(130),l=n(132),c=n(133),f=Object.prototype,s=f.hasOwnProperty;e.exports=r},function(e,t){function n(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}e.exports=n},function(e,t,n){var r=n(129),a=n(18),o=Object.prototype,i=o.hasOwnProperty,u=o.propertyIsEnumerable,l=r(function(){return arguments}())?r:function(e){return a(e)&&i.call(e,"callee")&&!u.call(e,"callee")};e.exports=l},function(e,t,n){function r(e){return o(e)&&a(e)==i}var a=n(17),o=n(18),i="[object Arguments]";e.exports=r},function(e,t,n){(function(e){var r=n(67),a=n(131),o="object"==typeof t&&t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,u=i&&i.exports===o,l=u?r.Buffer:void 0,c=l?l.isBuffer:void 0,f=c||a;e.exports=f}).call(t,n(73)(e))},function(e,t){function n(){return!1}e.exports=n},function(e,t){function n(e,t){var n=typeof e;return!!(t=null==t?r:t)&&("number"==n||"symbol"!=n&&a.test(e))&&e>-1&&e%1==0&&e<t}var r=9007199254740991,a=/^(?:0|[1-9]\d*)$/;e.exports=n},function(e,t,n){var r=n(134),a=n(135),o=n(136),i=o&&o.isTypedArray,u=i?a(i):r;e.exports=u},function(e,t,n){function r(e){return i(e)&&o(e.length)&&!!u[a(e)]}var a=n(17),o=n(70),i=n(18),u={};u["[object Float32Array]"]=u["[object Float64Array]"]=u["[object Int8Array]"]=u["[object Int16Array]"]=u["[object Int32Array]"]=u["[object Uint8Array]"]=u["[object Uint8ClampedArray]"]=u["[object Uint16Array]"]=u["[object Uint32Array]"]=!0,u["[object Arguments]"]=u["[object Array]"]=u["[object ArrayBuffer]"]=u["[object Boolean]"]=u["[object DataView]"]=u["[object Date]"]=u["[object Error]"]=u["[object Function]"]=u["[object Map]"]=u["[object Number]"]=u["[object Object]"]=u["[object RegExp]"]=u["[object Set]"]=u["[object String]"]=u["[object WeakMap]"]=!1,e.exports=r},function(e,t){function n(e){return function(t){return e(t)}}e.exports=n},function(e,t,n){(function(e){var r=n(68),a="object"==typeof t&&t&&!t.nodeType&&t,o=a&&"object"==typeof e&&e&&!e.nodeType&&e,i=o&&o.exports===a,u=i&&r.process,l=function(){try{return o&&o.require&&o.require("util").types||u&&u.binding&&u.binding("util")}catch(e){}}();e.exports=l}).call(t,n(73)(e))},function(e,t,n){function r(e){if(!a(e))return o(e);var t=[];for(var n in Object(e))u.call(e,n)&&"constructor"!=n&&t.push(n);return t}var a=n(138),o=n(139),i=Object.prototype,u=i.hasOwnProperty;e.exports=r},function(e,t){function n(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||r)}var r=Object.prototype;e.exports=n},function(e,t,n){var r=n(140),a=r(Object.keys,Object);e.exports=a},function(e,t){function n(e,t){return function(n){return e(t(n))}}e.exports=n},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function a(e){"@babel/helpers - typeof";return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==a(t)&&"function"!=typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(19),n(12),n(27),n(28),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(31),n(32),n(33),n(34),n(35);var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=o?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(11)),y=function(e){function t(){return o(this,t),n.apply(this,arguments)}l(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.default.createElement("svg",{className:"bitesize-yes-svg",version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"31.8px",height:"32px",viewBox:"0 0 31.8 32",enableBackground:"new 0 0 31.8 32",ref:function(t){e.svg=t}},h.default.createElement("polygon",{points:"12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2 \t"}))}}]),t}(h.Component),b=y;t.default=b,e.exports=t.default},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function a(e){"@babel/helpers - typeof";return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==a(t)&&"function"!=typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(19),n(12),n(27),n(28),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(31),n(32),n(33),n(34),n(35);var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=o?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(11)),y=function(e){function t(){return o(this,t),n.apply(this,arguments)}l(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.default.createElement("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"32px",height:"32px",viewBox:"0 0 32 32",enableBackground:"new 0 0 32 32",ref:function(t){e.svg=t}},h.default.createElement("g",{id:"Grid"}),h.default.createElement("g",{id:"Layer_2"},h.default.createElement("polygon",{points:"16,29 32,3 24.8,3 16,18.3 7.2,3 0,3"})))}}]),t}(h.Component),b=y;t.default=b,e.exports=t.default},function(e,t,n){var r=n(144),a=r(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});e.exports=a},function(e,t,n){function r(e){return function(t){return a(i(o(t).replace(u,"")),e,"")}}var a=n(145),o=n(146),i=n(150),u=RegExp("['’]","g");e.exports=r},function(e,t){function n(e,t,n,r){var a=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++a]);++a<o;)n=t(n,e[a],a,e);return n}e.exports=n},function(e,t,n){function r(e){return(e=o(e))&&e.replace(i,a).replace(u,"")}var a=n(147),o=n(50),i=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,u=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");e.exports=r},function(e,t,n){var r=n(148),a={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"},o=r(a);e.exports=o},function(e,t){function n(e){return function(t){return null==e?void 0:e[t]}}e.exports=n},function(e,t,n){function r(e){if("string"==typeof e)return e;if(i(e))return o(e,r)+"";if(u(e))return f?f.call(e):"";var t=e+"";return"0"==t&&1/e==-l?"-0":t}var a=n(48),o=n(72),i=n(49),u=n(71),l=1/0,c=a?a.prototype:void 0,f=c?c.toString:void 0;e.exports=r},function(e,t,n){function r(e,t,n){return e=i(e),t=n?void 0:t,void 0===t?o(e)?u(e):a(e):e.match(t)||[]}var a=n(151),o=n(152),i=n(50),u=n(153);e.exports=r},function(e,t){function n(e){return e.match(r)||[]}var r=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;e.exports=n},function(e,t){function n(e){return r.test(e)}var r=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;e.exports=n},function(e,t){function n(e){return e.match(g)||[]}var r="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",a="["+r+"]",o="[a-z\\xdf-\\xf6\\xf8-\\xff]",i="(?:\\ud83c[\\udde6-\\uddff]){2}",u="[\\ud800-\\udbff][\\udc00-\\udfff]",l="[A-Z\\xc0-\\xd6\\xd8-\\xde]",c="(?:"+o+"|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])",f="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",s="(?:\\u200d(?:"+["[^\\ud800-\\udfff]",i,u].join("|")+")[\\ufe0e\\ufe0f]?"+f+")*",d="[\\ufe0e\\ufe0f]?"+f+s,p="(?:"+["[\\u2700-\\u27bf]",i,u].join("|")+")"+d,g=RegExp([l+"?"+o+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[a,l,"$"].join("|")+")","(?:[A-Z\\xc0-\\xd6\\xd8-\\xde]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[a,l+c,"$"].join("|")+")",l+"?"+c+"+(?:['’](?:d|ll|m|re|s|t|ve))?",l+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])","\\d+",p].join("|"),"g");e.exports=n},function(e,t,n){function r(e){var t=++o;return a(e)+t}var a=n(50),o=0;e.exports=r},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function a(e){"@babel/helpers - typeof";return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==a(t)&&"function"!=typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(19),n(12),n(27),n(28),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(31),n(32),n(33),n(34),n(35);var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=o?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(11)),y=function(e){function t(){return o(this,t),n.apply(this,arguments)}l(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31.9",height:"32",viewBox:"0 0 31.9 32",ref:function(t){e.svg=t}},h.default.createElement("path",{d:"M29 16L3 0v7.2L17.6 16 3 24.8V32z"}))}}]),t}(h.Component),b=y;t.default=b,e.exports=t.default}]);; });</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-bitesize-homepage-header-view@4.45.1"]={"@babel/runtime":"7.15.4","@bbc/education-grid":"0.1.4","@bbc/education-link-button":"0.1.3","@bbc/education-promo":"2.7.2","@bbc/mr-sparkle":"3.0.0","bbc-morph-bitesize-daily-lessons-data":"1.1.0","bbc-morph-bitesize-global-navigation-view":"1.54.1","core-js":"3.18.1","morph-container":"4.0.0","react":"0.14.7","react-dom":"0.14.7"}; !function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=84)}([function(t,e){t.exports=function(t){return"function"==typeof t}},function(t,e,n){(function(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&&e)||function(){return this}()||Function("return this")()}).call(e,n(86))},function(t,e,n){var r=n(0);t.exports=function(t){return"object"==typeof t?null!==t:r(t)}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(1),o=n(34),i=n(5),c=n(23),u=n(32),a=n(50),s=o("wks"),f=r.Symbol,p=a?f:f&&f.withoutSetter||c;t.exports=function(t){return i(s,t)&&(u||"string"==typeof s[t])||(u&&i(f,t)?s[t]=f[t]:s[t]=p("Symbol."+t)),s[t]}},function(t,e,n){var r=n(14),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return o.call(r(t),e)}},function(t,e,n){var r=n(2);t.exports=function(t){if(r(t))return t;throw TypeError(String(t)+" is not an object")}},function(t,e,n){var r=n(3);t.exports=!r(function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})},function(t,e,n){var r=n(7),o=n(52),i=n(6),c=n(30),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=c(e),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(1),o=n(19).f,i=n(15),c=n(12),u=n(36),a=n(55),s=n(58);t.exports=function(t,e){var n,f,p,l,y,v=t.target,h=t.global,d=t.stat;if(n=h?r:d?r[v]||u(v,{}):(r[v]||{}).prototype)for(f in e){if(l=e[f],t.noTargetGet?(y=o(n,f),p=y&&y.value):p=n[f],!s(h?f:v+(d?".":"#")+f,t.forced)&&void 0!==p){if(typeof l==typeof p)continue;a(l,p)}(t.sham||p&&p.sham)&&i(l,"sham",!0),c(n,f,l,t)}}},function(t,e,n){var r=n(49),o=n(29);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(1),o=n(0),i=function(t){return o(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t]):r[t]&&r[t][e]}},function(t,e,n){var r=n(1),o=n(0),i=n(5),c=n(15),u=n(36),a=n(38),s=n(13),f=n(54).CONFIGURABLE,p=s.get,l=s.enforce,y=String(String).split("String");(t.exports=function(t,e,n,a){var s,p=!!a&&!!a.unsafe,v=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet,d=a&&void 0!==a.name?a.name:e;if(o(n)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!i(n,"name")||f&&n.name!==d)&&c(n,"name",d),s=l(n),s.source||(s.source=y.join("string"==typeof d?d:""))),t===r)return void(v?t[e]=n:u(e,n));p?!h&&t[e]&&(v=!0):delete t[e],v?t[e]=n:c(t,e,n)})(Function.prototype,"toString",function(){return o(this)&&p(this).source||a(this)})},function(t,e,n){var r,o,i,c=n(53),u=n(1),a=n(2),s=n(15),f=n(5),p=n(35),l=n(24),y=n(16),v=u.WeakMap,h=function(t){return i(t)?o(t):r(t,{})},d=function(t){return function(e){var n;if(!a(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(c||p.state){var g=p.state||(p.state=new v),b=g.get,m=g.has,x=g.set;r=function(t,e){if(m.call(g,t))throw new TypeError("Object already initialized");return e.facade=t,x.call(g,t,e),e},o=function(t){return b.call(g,t)||{}},i=function(t){return m.call(g,t)}}else{var w=l("state");y[w]=!0,r=function(t,e){if(f(t,w))throw new TypeError("Object already initialized");return e.facade=t,s(t,w,e),e},o=function(t){return f(t,w)?t[w]:{}},i=function(t){return f(t,w)}}t.exports={set:r,get:o,has:i,enforce:h,getterFor:d}},function(t,e,n){var r=n(29);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(7),o=n(8),i=n(20);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports={}},function(t,e,n){var r,o=n(6),i=n(94),c=n(41),u=n(16),a=n(95),s=n(37),f=n(24),p=f("IE_PROTO"),l=function(){},y=function(t){return"<script>"+t+"<\/script>"},v=function(t){t.write(y("")),t.close();var e=t.parentWindow.Object;return t=null,e},h=function(){var t,e=s("iframe");return e.style.display="none",a.appendChild(e),e.src=String("javascript:"),t=e.contentWindow.document,t.open(),t.write(y("document.F=Object")),t.close(),t.F},d=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}d="undefined"!=typeof document?document.domain&&r?v(r):h():v(r);for(var t=c.length;t--;)delete d.prototype[c[t]];return d()};u[p]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(l.prototype=o(t),n=new l,l.prototype=null,n[p]=t):n=d(),void 0===e?n:i(n,e)}},function(t,e){t.exports={}},function(t,e,n){var r=n(7),o=n(48),i=n(20),c=n(10),u=n(30),a=n(5),s=n(52),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=c(t),e=u(e),s)try{return f(t,e)}catch(t){}if(a(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(0),o=n(51);t.exports=function(t){if(r(t))return t;throw TypeError(o(t)+" is not a function")}},function(t,e){t.exports=!1},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e,n){var r=n(34),o=n(23),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e,n){var r=n(56),o=n(41),i=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){var r=n(43),o=n(0),i=n(28),c=n(4),u=c("toStringTag"),a="Arguments"==i(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=r?i:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),u))?n:a?i(e):"Object"==(r=i(e))&&o(e.callee)?"Arguments":r}},function(t,e,n){var r=n(8).f,o=n(5),i=n(4),c=i("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,c)&&r(t,c,{configurable:!0,value:e})}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(87),o=n(31);t.exports=function(t){var e=r(t,"string");return o(e)?e:String(e)}},function(t,e,n){var r=n(0),o=n(11),i=n(50);t.exports=i?function(t){return"symbol"==typeof t}:function(t){var e=o("Symbol");return r(e)&&Object(t)instanceof e}},function(t,e,n){var r=n(88),o=n(3);t.exports=!!Object.getOwnPropertySymbols&&!o(function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41})},function(t,e,n){var r=n(21);t.exports=function(t,e){var n=t[e];return null==n?void 0:r(n)}},function(t,e,n){var r=n(22),o=n(35);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.18.1",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){var r=n(1),o=n(36),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,n){var r=n(1);t.exports=function(t,e){try{Object.defineProperty(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(1),o=n(2),i=r.document,c=o(i)&&o(i.createElement);t.exports=function(t){return c?i.createElement(t):{}}},function(t,e,n){var r=n(0),o=n(35),i=Function.toString;r(o.inspectSource)||(o.inspectSource=function(t){return i.call(t)}),t.exports=o.inspectSource},function(t,e,n){var r=n(40),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(26);t.exports=function(t){if("Symbol"===r(t))throw TypeError("Cannot convert a Symbol value to a string");return String(t)}},function(t,e,n){var r=n(4),o=r("toStringTag"),i={};i[o]="z",t.exports="[object z]"===String(i)},function(t,e,n){"use strict";var r=n(10),o=n(100),i=n(18),c=n(13),u=n(70),a=c.set,s=c.getterFor("Array Iterator");t.exports=u(Array,"Array",function(t,e){a(this,{type:"Array Iterator",target:r(t),index:0,kind:e})},function(){var t=s(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,n){var r=n(5),o=n(0),i=n(14),c=n(24),u=n(72),a=c("IE_PROTO"),s=Object.prototype;t.exports=u?Object.getPrototypeOf:function(t){var e=i(t);if(r(e,a))return e[a];var n=e.constructor;return o(n)&&e instanceof n?n.prototype:e instanceof Object?s:null}},function(t,e,n){var r=n(9),o=n(16),i=n(2),c=n(5),u=n(8).f,a=n(25),s=n(61),f=n(23),p=n(106),l=!1,y=f("meta"),v=0,h=Object.isExtensible||function(){return!0},d=function(t){u(t,y,{value:{objectID:"O"+v++,weakData:{}}})},g=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!c(t,y)){if(!h(t))return"F";if(!e)return"E";d(t)}return t[y].objectID},b=function(t,e){if(!c(t,y)){if(!h(t))return!0;if(!e)return!1;d(t)}return t[y].weakData},m=function(t){return p&&l&&h(t)&&!c(t,y)&&d(t),t},x=function(){w.enable=function(){},l=!0;var t=a.f,e=[].splice,n={};n[y]=1,t(n).length&&(a.f=function(n){for(var r=t(n),o=0,i=r.length;o<i;o++)if(r[o]===y){e.call(r,o,1);break}return r},r({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:s.f}))},w=t.exports={enable:x,fastKey:g,getWeakData:b,onFreeze:m};o[y]=!0},function(t,e,n){"use strict";var r=n(9),o=n(1),i=n(11),c=n(22),u=n(7),a=n(32),s=n(3),f=n(5),p=n(59),l=n(0),y=n(2),v=n(31),h=n(6),d=n(14),g=n(10),b=n(30),m=n(42),x=n(20),w=n(17),O=n(60),S=n(25),k=n(61),j=n(57),P=n(19),z=n(8),T=n(48),E=n(12),_=n(34),A=n(24),M=n(16),R=n(23),I=n(4),C=n(62),L=n(63),D=n(27),F=n(13),N=n(64).forEach,G=A("hidden"),W=I("toPrimitive"),q=F.set,B=F.getterFor("Symbol"),H=Object.prototype,V=o.Symbol,U=i("JSON","stringify"),X=P.f,Y=z.f,$=k.f,J=T.f,K=_("symbols"),Q=_("op-symbols"),Z=_("string-to-symbol-registry"),tt=_("symbol-to-string-registry"),et=_("wks"),nt=o.QObject,rt=!nt||!nt.prototype||!nt.prototype.findChild,ot=u&&s(function(){return 7!=w(Y({},"a",{get:function(){return Y(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=X(H,e);r&&delete H[e],Y(t,e,n),r&&t!==H&&Y(H,e,r)}:Y,it=function(t,e){var n=K[t]=w(V.prototype);return q(n,{type:"Symbol",tag:t,description:e}),u||(n.description=e),n},ct=function(t,e,n){t===H&&ct(Q,e,n),h(t);var r=b(e);return h(n),f(K,r)?(n.enumerable?(f(t,G)&&t[G][r]&&(t[G][r]=!1),n=w(n,{enumerable:x(0,!1)})):(f(t,G)||Y(t,G,x(1,{})),t[G][r]=!0),ot(t,r,n)):Y(t,r,n)},ut=function(t,e){h(t);var n=g(e),r=O(n).concat(lt(n));return N(r,function(e){u&&!st.call(n,e)||ct(t,e,n[e])}),t},at=function(t,e){return void 0===e?w(t):ut(w(t),e)},st=function(t){var e=b(t),n=J.call(this,e);return!(this===H&&f(K,e)&&!f(Q,e))&&(!(n||!f(this,e)||!f(K,e)||f(this,G)&&this[G][e])||n)},ft=function(t,e){var n=g(t),r=b(e);if(n!==H||!f(K,r)||f(Q,r)){var o=X(n,r);return!o||!f(K,r)||f(n,G)&&n[G][r]||(o.enumerable=!0),o}},pt=function(t){var e=$(g(t)),n=[];return N(e,function(t){f(K,t)||f(M,t)||n.push(t)}),n},lt=function(t){var e=t===H,n=$(e?Q:g(t)),r=[];return N(n,function(t){!f(K,t)||e&&!f(H,t)||r.push(K[t])}),r};if(a||(V=function(){if(this instanceof V)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?m(arguments[0]):void 0,e=R(t),n=function(t){this===H&&n.call(Q,t),f(this,G)&&f(this[G],e)&&(this[G][e]=!1),ot(this,e,x(1,t))};return u&&rt&&ot(H,e,{configurable:!0,set:n}),it(e,t)},E(V.prototype,"toString",function(){return B(this).tag}),E(V,"withoutSetter",function(t){return it(R(t),t)}),T.f=st,z.f=ct,P.f=ft,S.f=k.f=pt,j.f=lt,C.f=function(t){return it(I(t),t)},u&&(Y(V.prototype,"description",{configurable:!0,get:function(){return B(this).description}}),c||E(H,"propertyIsEnumerable",st,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!a,sham:!a},{Symbol:V}),N(O(et),function(t){L(t)}),r({target:"Symbol",stat:!0,forced:!a},{for:function(t){var e=m(t);if(f(Z,e))return Z[e];var n=V(e);return Z[e]=n,tt[n]=e,n},keyFor:function(t){if(!v(t))throw TypeError(t+" is not a symbol");if(f(tt,t))return tt[t]},useSetter:function(){rt=!0},useSimple:function(){rt=!1}}),r({target:"Object",stat:!0,forced:!a,sham:!u},{create:at,defineProperty:ct,defineProperties:ut,getOwnPropertyDescriptor:ft}),r({target:"Object",stat:!0,forced:!a},{getOwnPropertyNames:pt,getOwnPropertySymbols:lt}),r({target:"Object",stat:!0,forced:s(function(){j.f(1)})},{getOwnPropertySymbols:function(t){return j.f(d(t))}}),U){r({target:"JSON",stat:!0,forced:!a||s(function(){var t=V();return"[null]"!=U([t])||"{}"!=U({a:t})||"{}"!=U(Object(t))})},{stringify:function(t,e,n){for(var r,o=[t],i=1;arguments.length>i;)o.push(arguments[i++]);if(r=e,(y(e)||void 0!==t)&&!v(t))return p(e)||(e=function(t,e){if(l(r)&&(e=r.call(this,t,e)),!v(e))return e}),o[1]=e,U.apply(null,o)}})}if(!V.prototype[W]){var yt=V.prototype.valueOf;E(V.prototype,W,function(){return yt.apply(this,arguments)})}D(V,"Symbol"),M[G]=!0},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(3),o=n(28),i="".split;t.exports=r(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(32);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e){t.exports=function(t){try{return String(t)}catch(t){return"Object"}}},function(t,e,n){var r=n(7),o=n(3),i=n(37);t.exports=!r&&!o(function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(1),o=n(0),i=n(38),c=r.WeakMap;t.exports=o(c)&&/native code/.test(i(c))},function(t,e,n){var r=n(7),o=n(5),i=Function.prototype,c=r&&Object.getOwnPropertyDescriptor,u=o(i,"name"),a=u&&"something"===function(){}.name,s=u&&(!r||r&&c(i,"name").configurable);t.exports={EXISTS:u,PROPER:a,CONFIGURABLE:s}},function(t,e,n){var r=n(5),o=n(91),i=n(19),c=n(8);t.exports=function(t,e){for(var n=o(e),u=c.f,a=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,a(e,f))}}},function(t,e,n){var r=n(5),o=n(10),i=n(92).indexOf,c=n(16);t.exports=function(t,e){var n,u=o(t),a=0,s=[];for(n in u)!r(c,n)&&r(u,n)&&s.push(n);for(;e.length>a;)r(u,n=e[a++])&&(~i(s,n)||s.push(n));return s}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(3),o=n(0),i=/#|\.prototype\./,c=function(t,e){var n=a[u(t)];return n==f||n!=s&&(o(e)?r(e):!!e)},u=c.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=c.data={},s=c.NATIVE="N",f=c.POLYFILL="P";t.exports=c},function(t,e,n){var r=n(28);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(56),o=n(41);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){var r=n(10),o=n(25).f,i={}.toString,c="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],u=function(t){try{return o(t)}catch(t){return c.slice()}};t.exports.f=function(t){return c&&"[object Window]"==i.call(t)?u(t):o(r(t))}},function(t,e,n){var r=n(4);e.f=r},function(t,e,n){var r=n(96),o=n(5),i=n(62),c=n(8).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||c(e,t,{value:i.f(t)})}},function(t,e,n){var r=n(65),o=n(49),i=n(14),c=n(39),u=n(97),a=[].push,s=function(t){var e=1==t,n=2==t,s=3==t,f=4==t,p=6==t,l=7==t,y=5==t||p;return function(v,h,d,g){for(var b,m,x=i(v),w=o(x),O=r(h,d,3),S=c(w.length),k=0,j=g||u,P=e?j(v,S):n||l?j(v,0):void 0;S>k;k++)if((y||k in w)&&(b=w[k],m=O(b,k,x),t))if(e)P[k]=m;else if(m)switch(t){case 3:return!0;case 5:return b;case 6:return k;case 2:a.call(P,b)}else switch(t){case 4:return!1;case 7:a.call(P,b)}return p?-1:s||f?f:P}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},function(t,e,n){var r=n(21);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(3),o=n(0),i=n(26),c=n(11),u=n(38),a=[],s=c("Reflect","construct"),f=/^\s*(?:class|function)\b/,p=f.exec,l=!f.exec(function(){}),y=function(t){if(!o(t))return!1;try{return s(Object,a,t),!0}catch(t){return!1}},v=function(t){if(!o(t))return!1;switch(i(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return l||!!p.call(f,u(t))};t.exports=!s||r(function(){var t;return y(y.call)||!y(Object)||!y(function(){t=!0})||t})?v:y},function(t,e,n){"use strict";var r=n(9),o=n(7),i=n(1),c=n(5),u=n(0),a=n(2),s=n(8).f,f=n(55),p=i.Symbol;if(o&&u(p)&&(!("description"in p.prototype)||void 0!==p().description)){var l={},y=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof y?new p(t):void 0===t?p():p(t);return""===t&&(l[e]=!0),e};f(y,p);var v=y.prototype=p.prototype;v.constructor=y;var h=v.toString,d="Symbol(test)"==String(p("test")),g=/^Symbol\((.*)\)[^)]+$/;s(v,"description",{configurable:!0,get:function(){var t=a(this)?this.valueOf():this,e=h.call(t);if(c(l,t))return"";var n=d?e.slice(7,-1):e.replace(g,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:y})}},function(t,e,n){var r=n(43),o=n(12),i=n(99);r||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,n){n(63)("iterator")},function(t,e,n){"use strict";var r=n(9),o=n(22),i=n(54),c=n(0),u=n(101),a=n(45),s=n(73),f=n(27),p=n(15),l=n(12),y=n(4),v=n(18),h=n(71),d=i.PROPER,g=i.CONFIGURABLE,b=h.IteratorPrototype,m=h.BUGGY_SAFARI_ITERATORS,x=y("iterator"),w=function(){return this};t.exports=function(t,e,n,i,y,h,O){u(n,e,i);var S,k,j,P=function(t){if(t===y&&A)return A;if(!m&&t in E)return E[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},z=e+" Iterator",T=!1,E=t.prototype,_=E[x]||E["@@iterator"]||y&&E[y],A=!m&&_||P(y),M="Array"==e?E.entries||_:_;if(M&&(S=a(M.call(new t)))!==Object.prototype&&S.next&&(o||a(S)===b||(s?s(S,b):c(S[x])||l(S,x,w)),f(S,z,!0,!0),o&&(v[z]=w)),d&&"values"==y&&_&&"values"!==_.name&&(!o&&g?p(E,"name","values"):(T=!0,A=function(){return _.call(this)})),y)if(k={values:P("values"),keys:h?A:P("keys"),entries:P("entries")},O)for(j in k)!m&&!T&&j in E||l(E,j,k[j]);else r({target:e,proto:!0,forced:m||T},k);return o&&!O||E[x]===A||l(E,x,A,{name:y}),v[e]=A,k}},function(t,e,n){"use strict";var r,o,i,c=n(3),u=n(0),a=n(17),s=n(45),f=n(12),p=n(4),l=n(22),y=p("iterator"),v=!1;[].keys&&(i=[].keys(),"next"in i?(o=s(s(i)))!==Object.prototype&&(r=o):v=!0),void 0==r||c(function(){var t={};return r[y].call(t)!==t})?r={}:l&&(r=a(r)),u(r[y])||f(r,y,function(){return this}),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:v}},function(t,e,n){var r=n(3);t.exports=!r(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},function(t,e,n){var r=n(6),o=n(102);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},function(t,e,n){"use strict";var r=n(103).charAt,o=n(42),i=n(13),c=n(70),u=i.set,a=i.getterFor("String Iterator");c(String,"String",function(t){u(this,{type:"String Iterator",string:o(t),index:0})},function(){var t,e=a(this),n=e.string,o=e.index;return o>=n.length?{value:void 0,done:!0}:(t=r(n,o),e.index+=t.length,{value:t,done:!1})})},function(t,e,n){var r=n(1),o=n(104),i=n(105),c=n(44),u=n(15),a=n(4),s=a("iterator"),f=a("toStringTag"),p=c.values,l=function(t,e){if(t){if(t[s]!==p)try{u(t,s,p)}catch(e){t[s]=p}if(t[f]||u(t,f,e),o[e])for(var n in c)if(t[n]!==c[n])try{u(t,n,c[n])}catch(e){t[n]=c[n]}}};for(var y in o)l(r[y]&&r[y].prototype,y);l(i,"DOMTokenList")},function(t,e,n){"use strict";var r,o=n(1),i=n(77),c=n(46),u=n(107),a=n(113),s=n(2),f=n(13).enforce,p=n(53),l=!o.ActiveXObject&&"ActiveXObject"in o,y=Object.isExtensible,v=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},h=t.exports=u("WeakMap",v,a);if(p&&l){r=a.getConstructor(v,"WeakMap",!0),c.enable();var d=h.prototype,g=d.delete,b=d.has,m=d.get,x=d.set;i(d,{delete:function(t){if(s(t)&&!y(t)){var e=f(this);return e.frozen||(e.frozen=new r),g.call(this,t)||e.frozen.delete(t)}return g.call(this,t)},has:function(t){if(s(t)&&!y(t)){var e=f(this);return e.frozen||(e.frozen=new r),b.call(this,t)||e.frozen.has(t)}return b.call(this,t)},get:function(t){if(s(t)&&!y(t)){var e=f(this);return e.frozen||(e.frozen=new r),b.call(this,t)?m.call(this,t):e.frozen.get(t)}return m.call(this,t)},set:function(t,e){if(s(t)&&!y(t)){var n=f(this);n.frozen||(n.frozen=new r),b.call(this,t)?x.call(this,t,e):n.frozen.set(t,e)}else x.call(this,t,e);return this}})}},function(t,e,n){var r=n(12);t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},function(t,e,n){var r=n(6),o=n(108),i=n(39),c=n(65),u=n(109),a=n(79),s=n(110),f=function(t,e){this.stopped=t,this.result=e};t.exports=function(t,e,n){var p,l,y,v,h,d,g,b=n&&n.that,m=!(!n||!n.AS_ENTRIES),x=!(!n||!n.IS_ITERATOR),w=!(!n||!n.INTERRUPTED),O=c(e,b,1+m+w),S=function(t){return p&&s(p,"normal",t),new f(!0,t)},k=function(t){return m?(r(t),w?O(t[0],t[1],S):O(t[0],t[1])):w?O(t,S):O(t)};if(x)p=t;else{if(!(l=a(t)))throw TypeError(String(t)+" is not iterable");if(o(l)){for(y=0,v=i(t.length);v>y;y++)if((h=k(t[y]))&&h instanceof f)return h;return new f(!1)}p=u(t,l)}for(d=p.next;!(g=d.call(p)).done;){try{h=k(g.value)}catch(t){s(p,"throw",t)}if("object"==typeof h&&h&&h instanceof f)return h}return new f(!1)}},function(t,e,n){var r=n(26),o=n(33),i=n(18),c=n(4),u=c("iterator");t.exports=function(t){if(void 0!=t)return o(t,u)||o(t,"@@iterator")||i[r(t)]}},function(t,e){t.exports=function(t,e,n){if(t instanceof e)return t;throw TypeError("Incorrect "+(n?n+" ":"")+"invocation")}},function(t,e,n){var r=n(9),o=n(3),i=n(10),c=n(19).f,u=n(7),a=o(function(){c(1)});r({target:"Object",stat:!0,forced:!u||a,sham:!u},{getOwnPropertyDescriptor:function(t,e){return c(i(t),e)}})},function(t,e,n){var r=n(9),o=n(11),i=n(114),c=n(6),u=n(2),a=n(17),s=n(115),f=n(3),p=o("Reflect","construct"),l=f(function(){function t(){}return!(p(function(){},[],t)instanceof t)}),y=!f(function(){p(function(){})}),v=l||y;r({target:"Reflect",stat:!0,forced:v,sham:v},{construct:function(t,e){i(t),c(e);var n=arguments.length<3?t:i(arguments[2]);if(y&&!l)return p(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return r.push.apply(r,e),new(s.apply(t,r))}var o=n.prototype,f=a(u(o)?o:Object.prototype),v=Function.apply.call(t,f,e);return u(v)?v:f}})},function(t,e,n){var r=n(9),o=n(3),i=n(14),c=n(45),u=n(72);r({target:"Object",stat:!0,forced:o(function(){c(1)}),sham:!u},{getPrototypeOf:function(t){return c(i(t))}})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(85),o=n.n(r);Morph.modules["bbc-morph-bitesize-homepage-header-view@4.45.1"]=o.a},function(t,e,n){"use strict";n(47),n(67),n(68),n(69),n(44),n(74),n(75),n(76),n(81),n(82),n(83),t.exports=function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=15)}([function(t,e){t.exports=n(44)},function(t,e){t.exports=n(68)},function(t,e){t.exports=n(74)},function(t,e){t.exports=n(76)},function(t,e){t.exports=n(75)},function(t,e){t.exports=n(81)},function(t,e){t.exports=n(47)},function(t,e){t.exports=n(67)},function(t,e){t.exports=n(69)},function(t,e){t.exports=n(116)},function(t,e,n){function r(t){"@babel/helpers - typeof";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 o(t){if("function"!=typeof WeakMap)return null;var e=new WeakMap,n=new WeakMap;return(o=function(t){return t?n:e})(t)}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function c(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function u(t,e,n){return e&&c(t.prototype,e),n&&c(t,n),t}function a(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&s(t,e)}function s(t,e){return(s=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function f(t){var e=y();return function(){var n,r=v(t);if(e){var o=v(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(t,e){if(e&&("object"===r(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return l(t)}function l(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function y(){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 v(t){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}n(11),n(0),n(1),n(2),n(3),n(4),n(5),n(6),n(7),n(8),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n(12);var h=function(t,e){if(!e&&t&&t.__esModule)return t;if(null===t||"object"!==r(t)&&"function"!=typeof t)return{default:t};var n=o(e);if(n&&n.has(t))return n.get(t);var i={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in t)if("default"!==u&&Object.prototype.hasOwnProperty.call(t,u)){var a=c?Object.getOwnPropertyDescriptor(t,u):null;a&&(a.get||a.set)?Object.defineProperty(i,u,a):i[u]=t[u]}return i.default=t,n&&n.set(t,i),i}(n(9)),d=function(t){return t&&t.__esModule?t:{default:t}}(n(13)),g=function(t){function e(){return i(this,e),r.apply(this,arguments)}a(e,t);var r=f(e);return u(e,[{key:"componentDidMount",value:function(){"undefined"!=typeof window&&(n(14),window.mrSparkle({phase:"core",selector:".bitesize-homepage-header-view__sparks"}))}},{key:"render",value:function(){var t=this.props.language;return h.default.createElement("div",{className:"bitesize-homepage-header-view__container"},h.default.createElement("div",{className:"bitesize-homepage-header-view__sparks ".concat("cy-GB"!==t?"bitesize-homepage-header-view__sparks-grid":"bitesize-homepage-header-view__sparks-banner")}),h.default.createElement(d.default,{language:t,headerData:{href:"/bitesize"}}))}}]),e}(h.Component);g.defaultProps={yearData:null,language:"en-GB",messageData:{meta:{},body:{}}},g.propTypes={language:h.PropTypes.string,yearData:h.PropTypes.shape({id:h.PropTypes.string.isRequired,link:h.PropTypes.string.isRequired,type:h.PropTypes.string.isRequired}),messageData:h.PropTypes.shape({meta:h.PropTypes.shape({responseCode:h.PropTypes.number}),body:h.PropTypes.oneOfType([h.PropTypes.string,h.PropTypes.shape({})])})};var b=g;e.default=b,t.exports=e.default},function(t,e){t.exports=n(82)},function(t,e){t.exports=n(83)},function(t,e){t.exports=n(117)},function(t,e){t.exports=n(118)},function(t,e,n){function r(t){"@babel/helpers - typeof";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 o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("function"!=typeof WeakMap)return null;var e=new WeakMap,n=new WeakMap;return(i=function(t){return t?n:e})(t)}n(0),n(1),n(2),n(3),n(4),n(5),n(6),n(7),n(8),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var c=function(t,e){if(!e&&t&&t.__esModule)return t;if(null===t||"object"!==r(t)&&"function"!=typeof t)return{default:t};var n=i(e);if(n&&n.has(t))return n.get(t);var o={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in t)if("default"!==u&&Object.prototype.hasOwnProperty.call(t,u)){var a=c?Object.getOwnPropertyDescriptor(t,u):null;a&&(a.get||a.set)?Object.defineProperty(o,u,a):o[u]=t[u]}return o.default=t,n&&n.set(t,o),o}(n(9)),u=o(n(16)),a=o(n(10)),s=u.default.create(a.default,{data:function(){return{messageData:{uri:{service:"bitesize-files",path:"/messaging/bannerType/homepageHeaderBanner.json"},updates:!1,requireSuccess:!0}}}});s.displayName="HomepageHeaderView";var f=function(t){var e=t.language;return c.default.createElement(s,{language:e})};f.propTypes={language:c.PropTypes.string},f.defaultProps={language:"en-GB"};var p=f;e.default=p,t.exports=e.default},function(t,e){t.exports=n(119)}])},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(2),o=n(31),i=n(33),c=n(90),u=n(4),a=u("toPrimitive");t.exports=function(t,e){if(!r(t)||o(t))return t;var n,u=i(t,a);if(u){if(void 0===e&&(e="default"),n=u.call(t,e),!r(n)||o(n))return n;throw TypeError("Can't convert object to primitive value")}return void 0===e&&(e="number"),c(t,e)}},function(t,e,n){var r,o,i=n(1),c=n(89),u=i.process,a=i.Deno,s=u&&u.versions||a&&a.version,f=s&&s.v8;f?(r=f.split("."),o=r[0]<4?1:r[0]+r[1]):c&&(!(r=c.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=c.match(/Chrome\/(\d+)/))&&(o=r[1]),t.exports=o&&+o},function(t,e,n){var r=n(11);t.exports=r("navigator","userAgent")||""},function(t,e,n){var r=n(0),o=n(2);t.exports=function(t,e){var n,i;if("string"===e&&r(n=t.toString)&&!o(i=n.call(t)))return i;if(r(n=t.valueOf)&&!o(i=n.call(t)))return i;if("string"!==e&&r(n=t.toString)&&!o(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(11),o=n(25),i=n(57),c=n(6);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(c(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(10),o=n(39),i=n(93),c=function(t){return function(e,n,c){var u,a=r(e),s=o(a.length),f=i(c,s);if(t&&n!=n){for(;s>f;)if((u=a[f++])!=u)return!0}else for(;s>f;f++)if((t||f in a)&&a[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},function(t,e,n){var r=n(40),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e,n){var r=n(7),o=n(8),i=n(6),c=n(60);t.exports=r?Object.defineProperties:function(t,e){i(t);for(var n,r=c(e),u=r.length,a=0;u>a;)o.f(t,n=r[a++],e[n]);return t}},function(t,e,n){var r=n(11);t.exports=r("document","documentElement")},function(t,e,n){var r=n(1);t.exports=r},function(t,e,n){var r=n(98);t.exports=function(t,e){return new(r(t))(0===e?0:e)}},function(t,e,n){var r=n(59),o=n(66),i=n(2),c=n(4),u=c("species");t.exports=function(t){var e;return r(t)&&(e=t.constructor,o(e)&&(e===Array||r(e.prototype))?e=void 0:i(e)&&null===(e=e[u])&&(e=void 0)),void 0===e?Array:e}},function(t,e,n){"use strict";var r=n(43),o=n(26);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,n){var r=n(4),o=n(17),i=n(8),c=r("unscopables"),u=Array.prototype;void 0==u[c]&&i.f(u,c,{configurable:!0,value:o(null)}),t.exports=function(t){u[c][t]=!0}},function(t,e,n){"use strict";var r=n(71).IteratorPrototype,o=n(17),i=n(20),c=n(27),u=n(18),a=function(){return this};t.exports=function(t,e,n){var s=e+" Iterator";return t.prototype=o(r,{next:i(1,n)}),c(t,s,!1,!0),u[s]=a,t}},function(t,e,n){var r=n(0);t.exports=function(t){if("object"==typeof t||r(t))return t;throw TypeError("Can't set "+String(t)+" as a prototype")}},function(t,e,n){var r=n(40),o=n(42),i=n(29),c=function(t){return function(e,n){var c,u,a=o(i(e)),s=r(n),f=a.length;return s<0||s>=f?t?"":void 0:(c=a.charCodeAt(s),c<55296||c>56319||s+1===f||(u=a.charCodeAt(s+1))<56320||u>57343?t?a.charAt(s):c:t?a.slice(s,s+2):u-56320+(c-55296<<10)+65536)}};t.exports={codeAt:c(!1),charAt:c(!0)}},function(t,e){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}},function(t,e,n){var r=n(37),o=r("span").classList,i=o&&o.constructor&&o.constructor.prototype;t.exports=i===Object.prototype?void 0:i},function(t,e,n){var r=n(3);t.exports=!r(function(){return Object.isExtensible(Object.preventExtensions({}))})},function(t,e,n){"use strict";var r=n(9),o=n(1),i=n(58),c=n(12),u=n(46),a=n(78),s=n(80),f=n(0),p=n(2),l=n(3),y=n(111),v=n(27),h=n(112);t.exports=function(t,e,n){var d=-1!==t.indexOf("Map"),g=-1!==t.indexOf("Weak"),b=d?"set":"add",m=o[t],x=m&&m.prototype,w=m,O={},S=function(t){var e=x[t];c(x,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(g&&!p(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return g&&!p(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(g&&!p(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(i(t,!f(m)||!(g||x.forEach&&!l(function(){(new m).entries().next()}))))w=n.getConstructor(e,t,d,b),u.enable();else if(i(t,!0)){var k=new w,j=k[b](g?{}:-0,1)!=k,P=l(function(){k.has(1)}),z=y(function(t){new m(t)}),T=!g&&l(function(){for(var t=new m,e=5;e--;)t[b](e,e);return!t.has(-0)});z||(w=e(function(e,n){s(e,w,t);var r=h(new m,e,w);return void 0!=n&&a(n,r[b],{that:r,AS_ENTRIES:d}),r}),w.prototype=x,x.constructor=w),(P||T)&&(S("delete"),S("has"),d&&S("get")),(T||j)&&S(b),g&&x.clear&&delete x.clear}return O[t]=w,r({global:!0,forced:w!=m},O),v(w,t),g||n.setStrong(w,t,d),w}},function(t,e,n){var r=n(4),o=n(18),i=r("iterator"),c=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||c[i]===t)}},function(t,e,n){var r=n(21),o=n(6),i=n(79);t.exports=function(t,e){var n=arguments.length<2?i(t):e;if(r(n))return o(n.call(t));throw TypeError(String(t)+" is not iterable")}},function(t,e,n){var r=n(6),o=n(33);t.exports=function(t,e,n){var i,c;r(t);try{if(!(i=o(t,"return"))){if("throw"===e)throw n;return n}i=i.call(t)}catch(t){c=!0,i=t}if("throw"===e)throw n;if(c)throw i;return r(i),n}},function(t,e,n){var r=n(4),o=r("iterator"),i=!1;try{var c=0,u={next:function(){return{done:!!c++}},return:function(){i=!0}};u[o]=function(){return this},Array.from(u,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var r={};r[o]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n}},function(t,e,n){var r=n(0),o=n(2),i=n(73);t.exports=function(t,e,n){var c,u;return i&&r(c=e.constructor)&&c!==n&&o(u=c.prototype)&&u!==n.prototype&&i(t,u),t}},function(t,e,n){"use strict";var r=n(77),o=n(46).getWeakData,i=n(6),c=n(2),u=n(80),a=n(78),s=n(64),f=n(5),p=n(13),l=p.set,y=p.getterFor,v=s.find,h=s.findIndex,d=0,g=function(t){return t.frozen||(t.frozen=new b)},b=function(){this.entries=[]},m=function(t,e){return v(t.entries,function(t){return t[0]===e})};b.prototype={get:function(t){var e=m(this,t);if(e)return e[1]},has:function(t){return!!m(this,t)},set:function(t,e){var n=m(this,t);n?n[1]=e:this.entries.push([t,e])},delete:function(t){var e=h(this.entries,function(e){return e[0]===t});return~e&&this.entries.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,n,s){var p=t(function(t,r){u(t,p,e),l(t,{type:e,id:d++,frozen:void 0}),void 0!=r&&a(r,t[s],{that:t,AS_ENTRIES:n})}),v=y(e),h=function(t,e,n){var r=v(t),c=o(i(e),!0);return!0===c?g(r).set(e,n):c[r.id]=n,t};return r(p.prototype,{delete:function(t){var e=v(this);if(!c(t))return!1;var n=o(t);return!0===n?g(e).delete(t):n&&f(n,e.id)&&delete n[e.id]},has:function(t){var e=v(this);if(!c(t))return!1;var n=o(t);return!0===n?g(e).has(t):n&&f(n,e.id)}}),r(p.prototype,n?{get:function(t){var e=v(this);if(c(t)){var n=o(t);return!0===n?g(e).get(t):n?n[e.id]:void 0}},set:function(t,e){return h(this,t,e)}}:{add:function(t){return h(this,t,!0)}}),p}}},function(t,e,n){var r=n(66),o=n(51);t.exports=function(t){if(r(t))return t;throw TypeError(o(t)+" is not a constructor")}},function(t,e,n){"use strict";var r=n(21),o=n(2),i=[].slice,c={},u=function(t,e,n){if(!(e in c)){for(var r=[],o=0;o<e;o++)r[o]="a["+o+"]";c[e]=Function("C,a","return new C("+r.join(",")+")")}return c[e](t,n)};t.exports=Function.bind||function(t){var e=r(this),n=i.call(arguments,1),c=function(){var r=n.concat(i.call(arguments));return this instanceof c?u(e,r.length,r):e.apply(t,r)};return o(e.prototype)&&(c.prototype=e.prototype),c}},function(t,e){t.exports=React},function(t,e){t.exports=Morph.modules["bbc-morph-bitesize-global-navigation-view@1.54.1"]},function(t,e,n){"use strict";function r(t,e){return c(t)||i(t,e)||o()}function o(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function i(t,e){var n=[],r=!0,o=!1,i=void 0;try{for(var c,u=t[Symbol.iterator]();!(r=(c=u.next()).done)&&(n.push(c.value),!e||n.length!==e);r=!0);}catch(t){o=!0,i=t}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}function c(t){if(Array.isArray(t))return t}function u(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(e){a(t,e,n[e])})}return t}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function f(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function p(t,e,n){return e&&f(t.prototype,e),n&&f(t,n),t}var l={primary:{universal:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-universal-primary.js",geography:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-geography.js","english-lit":"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-english-lit.js","english-lang":"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-english-lang.js",language:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-language.js",maths:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-maths.js",science:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-science.js"},secondary:{universal:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-universal-secondary.js",geography:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-geography.js","english-lit":"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-english-lit.js","english-lang":"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-english-lang.js",language:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-language.js",maths:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-maths.js",science:"https://web.archive.org/web/20211026202602/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-science.js"}},y={zt3rkqt:"english-lang",z2f3cdm:"geography",zkxhfg8:"language",z426n39:"language",zc7xpv4:"language",z86pyrd:"language",zrqmhyc:"language",z9mtsbk:"language",zjpfb9q:"language",z9frq6f:"language",z3cr9j6:"language",zqnygk7:"language",z8rdtfr:"english-lit",zhbc87h:"english-lit",zy9d7ty:"english-lit",z6vg9j6:"maths",z37qtfr:"maths",z7nygk7:"science",z2svr82:"science",zmf3cdm:"science",zxyb4wx:"science"},v=function(t){return y[t]?y[t]:null},h=function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};s(this,t);var o={opacity:1,opacityTransition:.5,scale:1};this.config=u({},o,n),this.svg=e.cloneNode(!0);var i=this.svg.getAttribute("viewBox").split(" "),c=r(i,4),a=c[2],f=c[3];this.baseWidth=a,this.baseHeight=f,this.opacity=this.config.opacity,this.opacityTransition=this.config.opacityTransition,this.scale=this.config.scale,this.svg.setAttribute("focusable","false"),this.hide()}return p(t,[{key:"hasPosition",value:function(){return!!this.config.position}},{key:"show",value:function(){this.svg.style.display="block",this.svg.style.opacity=this.opacity}},{key:"fadeIn",value:function(){var t=this;requestAnimationFrame(function(){t.svg.style.display="block",requestAnimationFrame(function(){t.svg.style.opacity=t.opacity})})}},{key:"hide",value:function(){this.svg.style.display="none",this.svg.style.opacity=0}},{key:"opacity",get:function(){return this.config.opacity},set:function(t){this.config.opacity=t,this.svg.style.opacity=t}},{key:"opacityTransition",get:function(){return this.config.opacityTransition},set:function(t){this.config.opacityTransition=t,this.svg.style.transitionDuration="".concat(t,"s")}},{key:"position",get:function(){return this.config.position},set:function(t){var e=r(t,2),n=e[0],o=e[1],i="string"==typeof n?n:"".concat(n.toString(),"px"),c="string"==typeof o?o:"".concat(o.toString(),"px");this.config.position=[i,c],this.svg.style.left="".concat(n,"px"),this.svg.style.top="".concat(o,"px")}},{key:"scale",get:function(){return this.config.scale},set:function(t){this.config.scale=t,this.svg.style.width="".concat(this.baseWidth*t,"px"),this.svg.style.height="".concat(this.baseHeight*t,"px")}}]),t}(),d=function(t){return t%2==0},g=function(t,e){return Math.floor(Math.random()*(e-t+1))+t},b=function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=[],n=0;n<t;n++)e.push(n);return e},m=function(){function t(e,n){s(this,t),this.parentElement=e,this.sparkSource=n,this.sparks=[]}return p(t,[{key:"getRandomSpark",value:function(){return this.sparkSource[g(0,this.sparkSource.length-1)]}},{key:"addSparkStylesheet",value:function(){if(!document.getElementById("spark-styles")){var t=document.createElement("style");t.id="spark-styles",t.textContent="\n .bitesize-spark-background {\n z-index: -1;\n overflow: hidden;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n\n .bitesize-spark {\n display: none;\n opacity: 0;\n position: absolute;\n transition-property: opacity;\n transition-timing-function: ease-in;\n }\n ",document.head.appendChild(t)}}},{key:"initialize",value:function(){var t=document.createElement("div");t.classList.add("bitesize-spark-background");for(var e=0;e<100;e++){var n=this.getRandomSpark(),r=new h(n,{opacityTransition:g(200,500)/1e3,scale:g(25,75)/100});this.sparks[e]=r}this.sparks.forEach(function(e){return t.appendChild(e.svg)});var o=window.getComputedStyle(this.parentElement),i=o.backgroundColor,c=o.backgroundImage,u=o.backgroundPosition,a=o.backgroundSize,s=o.backgroundRepeat;t.style.backgroundColor=i,t.style.backgroundImage=c,t.style.backgroundPosition=u,t.style.backgroundSize=a,t.style.backgroundRepeat=s,this.addSparkStylesheet(),this.parentElement.appendChild(t),this.parentElement.style.background="none"}},{key:"distribute",value:function(){var t=this;if(window.matchMedia("(max-width: 600px)").matches)return void this.hideAllSparks();var e={horizontalSlots:Math.floor(this.parentElement.clientWidth/128),verticalSlots:Math.floor(this.parentElement.clientHeight/64)},n=b(e.horizontalSlots),r=b(e.verticalSlots);n.map(function(t){return r}).map(function(t,e){return t.filter(function(t){return d(t)===d(e)})}).map(function(t,e){return t.map(function(t){return{xCoordinate:e,yCoordinate:t}})}).reduce(function(t,e){return t.concat(e)},[]).forEach(function(e,n){var r=e.xCoordinate,o=e.yCoordinate,i=t.sparks[n];if(!i.hasPosition()){var c=128*r+g(-32,32)+64+16,u=64*o+g(-32,32)+32;i.position=[c,u]}i.fadeIn()})}},{key:"hideAllSparks",value:function(){this.sparks.forEach(function(t){return t.hide()})}}]),t}(),x=function(t){return"secondary"===t||"post-16"===t?"secondary":"primary"},w=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"primary",e=arguments.length>1?arguments[1]:void 0,n=e?"".concat(t,"-").concat(e):t,r="#bitesize-sparks-".concat(n," > svg");return document.querySelectorAll(r)},O=function(t){t.initialize(),t.distribute(),window.addEventListener("resize",function(){t.distribute()})};window.mrSparkle=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.zid?v(t.zid):null,n=document.querySelector(t.selector);if(null!==n){var r=x(t.phase),o=w(r,e);if(o.length){var i=new m(n,o);O(i)}else{var c=l[r][e||"universal"];window.require([c],function(){o=w(r,e);var t=new m(n,o);O(t)})}}}},function(t,e){t.exports={create:function(t,e){return Morph.createContainerWithCaller("bbc-morph-bitesize-homepage-header-view@4.45.1",t,e)}}}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/path/%2Fmessaging%2FbannerType%2FhomepageHeaderBanner.json/service/bitesize-files/version/undefined', {"body":"{\n \"en-GB\": {\n \"title\": \"This Term's Topics\",\n \"subtitle\":\n \"Simple-to-follow lessons and videos for pupils aged 4 to 14. Catch up and keep learning with short films, quizzes and practice activities that deliver this term’s key topics in the classroom or at home.\",\n \"bannerTitle\":\n \"Our lessons end for the term on 24 July, but you can still use them throughout the holidays. We'll be back!\",\n \"navigationLabel\": \"I am in\",\n \"buttonText\": \"Year\",\n \"linkTextBanner\": \"Start a lesson\",\n \"linkTextAriaLabel\": \"Go to This Term's Topics\",\n \"linkTextGridButton\": \"Go to your Daily Lessons\",\n \"linkTextGridText\": \"See all Bitesize Daily Lessons\",\n \"gridTitle\": \"Latest lessons\",\n \"ariaDrawerDefault\": \"Select your year\",\n \"ariaDrawerWithSelection\": \"Currently selected\",\n \"ariaListItem\": \"selected\",\n \"year1\": \"Year 1 \/ P2\",\n \"year2\": \"Year 2 \/ P3\",\n \"year3\": \"Year 3 \/ P4\",\n \"year4\": \"Year 4 \/ P5\",\n \"year5\": \"Year 5 \/ P6\",\n \"year6\": \"Year 6 \/ P7\",\n \"year7\": \"Year 7 \/ S1\",\n \"year8\": \"Year 8 \/ S2\",\n \"year9\": \"Year 9 \/ S3\",\n \"year10\": \"Year 10 \/ S4\"\n },\n \"ga-GB\": {\n \"title\": \"Topaicí an Téarma Seo \",\n \"subtitle\":\n \"Ceachtanna agus físeáin atá furasta le leanúint do dhaltaí 4 – 14 bliain d’aois. Coinnigh ort ag foghlaim le scannáin ghearra, quizanna agus gníomhachtaí cleachta do thopaicí an téarma seo, sa seomra ranga nó sa bhaile.\",\n \"bannerTitle\":\n \"Beidh trí cheacht úra ar fáil le haghaidh gach bliain, achan lá ó Luan go hAoine, go dtí 24 Iúil.\",\n \"navigationLabel\": \"Mo\",\n \"buttonText\": \"Tosaigh ag foghlaim\",\n \"linkTextBanner\": \"Tosaigh ceacht\",\n \"linkTextAriaLabel\": \"Téigh chuig Topaicí an Téarma Seo\",\n \"linkTextGridButton\": \"Téigh go dtí do Cheachtanna Laethúla\",\n \"linkTextGridText\": \"Féach gach Ceacht Laethúil Bitesize\",\n \"gridTitle\": \"Ceachtanna is úire\",\n \"ariaDrawerDefault\": \"Roghnaigh do bhliain\",\n \"ariaDrawerWithSelection\": \"Roghnaithe faoi láthair\",\n \"ariaListItem\": \"roghnaithe\",\n \"year1\": \"Bliain 1 \/ Rang 2\",\n \"year2\": \"Bliain 2 \/ Rang 3\",\n \"year3\": \"Bliain 3 \/ Rang 4\",\n \"year4\": \"Bliain 4 \/ Rang 5\",\n \"year5\": \"Bliain 5 \/ Rang 6\",\n \"year6\": \"Bliain 6 \/ Rang 7\",\n \"year7\": \"Bliain 7 \/ S1\",\n \"year8\": \"Bliain 8 \/ S2\",\n \"year9\": \"Bliain 9 \/ S3\",\n \"year10\": \"Bliain 10 \/ S4\"\n },\n \"cy-GB\": {\n \"title\": \"Cynnwys y tymor hwn\",\n \"subtitle\":\n \"Gwersi hawdd eu dilyn a fideos ar gyfer disgyblion rhwng 5 a 14 oed. Dal ati i ddysgu gyda ffilmiau byrion, cwisiau a gweithgareddau sy'n cyflwyno themâu allweddol y tymor hwn yn yr ystafell ddosbarth neu gartref.\",\n \"bannerTitle\":\n \"We’re adding three new lessons every weekday for each year until 24 July. Pick yours and get started.\",\n \"navigationLabel\": \"Dewis\",\n \"buttonText\": \"Dechrau dysgu\",\n \"linkTextBanner\": \"Dechrau dysgu\",\n \"linkTextAriaLabel\": \"Ymweld â Cynnwys y tymor hwn\",\n \"ariaDrawerDefault\": \"Dewis Dosbarth\",\n \"ariaDrawerWithSelection\": \"Dy ddewis ar hyn o bryd\",\n \"ariaListItem\": \"dy ddewis di\",\n \"nursery\": \"Meithrin\",\n \"reception\": \"Derbyn\",\n \"year1\": \"Blwyddyn 1\",\n \"year2\": \"Blwyddyn 2\",\n \"year3\": \"Blwyddyn 3\",\n \"year4\": \"Blwyddyn 4\",\n \"year5\": \"Blwyddyn 5\",\n \"year6\": \"Blwyddyn 6\",\n \"year7\": \"Blwyddyn 7\",\n \"year8\": \"Blwyddyn 8\",\n \"year9\": \"Blwyddyn 9\"\n },\n \"gd-GB\": {\n \"title\": \"This Term's Topics\",\n \"subtitle\":\n \"Simple-to-follow lessons and videos for pupils aged 4 to 14. Catch up and keep learning with short films, quizzes and practice activities that deliver this term’s key topics in the classroom or at home.\",\n \"bannerTitle\": \"Bidh trì leasanan ùra ann dha gach clas gach latha-seachdain gu 24 Iuchar.\",\n \"navigationLabel\": \"Tha mi air\",\n \"buttonText\": \"Tòisich ag ionnsachadh\",\n \"linkTextBanner\": \"Start a lesson\",\n \"linkTextAriaLabel\": \"Go to This Term's Topics\",\n \"linkTextGridButton\": \"Rach gu leasanan làitheil\",\n \"linkTextGridText\": \"Leasanan làitheil Bitesize gu lèir\",\n \"gridTitle\": \"Na leasanan as ùire\",\n \"ariaDrawerDefault\": \"Tagh do chlas\",\n \"ariaDrawerWithSelection\": \"Taghta an-dràsta\",\n \"ariaListItem\": \"taghta\",\n \"year1\": \"C2\",\n \"year2\": \"C3\",\n \"year3\": \"C4\",\n \"year4\": \"C5\",\n \"year5\": \"C6\",\n \"year6\": \"C7\",\n \"year7\": \"Àrd-sgoil 1\",\n \"year8\": \"Àrd-sgoil 2\",\n \"year9\": \"Àrd-sgoil 3\",\n \"year10\": \"Àrd-sgoil 4\"\n }\n}\n","meta":{"responseCode":200,"errorMessage":null,"headers":{"x-amz-id-2":"7MJlnmAhnoriKv5Mseu0jclz1KUDQ4z\/Bmb97ZBCOw3EwnFCEYVutW6zgaW+Mtno4FAPIjBFfHQ=","x-amz-request-id":"BNKB23DTEW6AQPWQ","last-modified":"Tue, 16 Mar 2021 09:50:31 GMT","etag":"\"b39406e10be28ac6fee204e1e794ecfe\"","cache-control":"max-age=0","x-amz-version-id":"HzSPQLaul_1FLWxd1dUx1FGhGZm7kkHV","accept-ranges":"bytes","content-type":"application\/json","server":"AmazonS3","vary":"Accept-Encoding","content-encoding":"gzip","content-length":"1544","connection":"keep-alive","nel":"{\"report_to\":\"default\",\"max_age\": 604800,\"include_subdomains\":true,\"failure_fraction\":0.01}","report-to":"{\"group\":\"default\",\"max_age\":3600,\"endpoints\":[ {\"url\":\"https:\/\/europe-west1-bbc-otg-traf-mgr-bq-prod-4591.cloudfunctions.net\/report-endpoint\",\"priority\":1} ],\"include_subdomains\":true}","timing-allow-origin":"https:\/\/web.archive.org\/web\/20211026202602\/https:\/\/www.bbc.co.uk, https:\/\/www.bbc.com","access-control-max-age":"300","access-control-allow-credentials":"false","access-control-allow-headers":"*","access-control-allow-methods":"HEAD,GET","access-control-allow-origin":"*"}}}); });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-bitesize-homepage-header-view","language":"en-GB","version":"4.45.1","_mrrVersion":"2.2.1"},'u9820121233273047'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle', 'live-push' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/morph-push-proxy-client/1.0.13/push-proxy' }, shim: { 'morph/react': { deps: ['morph/es5-shim', 'morph/es5-sham'] }, 'morph/es5-sham': { deps: ['morph/es5-shim'] } }, map: { 'morph/react-dom': { 'react': 'morph/react' } } }); } function attempt(fn) { fn(); } requirejs(['morph/react', 'morph/react-dom', 'morph/module/morph'], function(React, ReactDOM) { window.React = React; window.ReactDOM = ReactDOM; if (!Morph.toInitsCalled) { Morph.markPerformance('morph-init-core-deps-complete'); Morph.toInitsCalled = true; } Morph.toInit.bundles.forEach(attempt); Morph.toInit.bundles = []; Morph.markPerformance('morph-init-bundles-complete'); Morph.toInit.payloads.forEach(attempt); Morph.toInit.payloads = []; Morph.markPerformance('morph-init-payloads-complete'); Morph.toInit.registers.forEach(attempt); Morph.toInit.registers = []; Morph.markPerformance('morph-init-registers-complete'); }); };</script><script>if (!Morph.manualInit) { Morph.init(); } /* u9820121233273047 */</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-bitesize-promoted-navigation-view@2.10.0"]={"@bbc/bitesize-branding":"10.2.0","bbc-morph-bitesize-core-components":"13.3.0",classnames:"2.2.6","morph-container":"4.0.0",react:"0.14.7","react-dom":"0.14.7","react-motion":"0.4.8"},function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){Morph.modules["bbc-morph-bitesize-promoted-navigation-view@2.10.0"]=n(1)},function(e,t,n){e.exports=n(2)},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=4)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(4)},function(e,t){e.exports=n(5)},function(e,t,n){"use strict";function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?r(Object(n),!0).forEach(function(t){i(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.getPost16OverlayData=t.getPhaseData=void 0;var a={primary:{"en-GB":{title:"Primary",subtitle:"Age 3 to 11",cta:"Go to Primary"},"cy-GB":{title:"Cynradd",subtitle:"Oed 3 i 11",cta:"Addysg gynradd"},"ga-GB":{title:"Bunscoil",subtitle:"Aois 3 go dtí 11",cta:"Téigh go dtí Bunoideachas"},"gd-GB":{title:"Bun-sgoil",subtitle:"Aois 3 gu 11",cta:"Rach gu foghlam bun-sgoile"}},secondary:{"en-GB":{title:"Secondary",subtitle:"Age 11 to 16",cta:"Go to Secondary"},"cy-GB":{title:"Uwchradd",subtitle:"Oed 11 i 16",cta:"Addysg uwchradd"},"ga-GB":{title:"Meánscoil",subtitle:"Aois 11 go dtí 16+",cta:"Téigh go dtí Meánoideachas"},"gd-GB":{title:"Àrd-sgoil",subtitle:"Aois 11 gu 16+",cta:"Rach gu foghlam àrd-sgoile"}},"post-16":{"en-GB":{title:"Post-16",subtitle:"Age 16+",cta:"Go to Post-16"},"cy-GB":{title:"Ôl 16",subtitle:"Oed 16+",cta:"Addysg ôl 16"},"ga-GB":{title:"Iar-16",subtitle:"Aois 16+",cta:"Téigh go dtí Breisoideachas"},"gd-GB":{title:"Nas sine na 16",subtitle:"Aois 16+",cta:"Rach gu Nas sine na 16"}}},u={england:[{label:"Functional Skills",url:"/bitesize/levels/zvhtng8"}],scotland:[{label:"Core Skills",url:"/bitesize/levels/z66jhbk"}],wales:[{label:"Essential Skills",url:"/bitesize/levels/zhh7nrd"}]},c={"en-GB":{england:"England",scotland:"Scotland",wales:"Wales"},"cy-GB":{england:"Lloegr",scotland:"Yr Alban",wales:"Cymru"},"ga-GB":{england:"Sasana",scotland:"Albain",wales:"An Bhreatain Bheag"},"gd-GB":{england:"Sasainn",scotland:"Alba",wales:"A' Chuimrigh"}},l=function(e,t){return a[e][t]};t.getPhaseData=l;var s=function(e){return o({name:"post-16",nationList:[{label:c[e].england,levelList:u.england},{label:c[e].scotland,levelList:u.scotland},{label:c[e].wales,levelList:u.wales}]},a["post-16"][e])};t.getPost16OverlayData=s},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(){return a=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a.apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function l(e,t,n){return t&&c(e.prototype,t),n&&c(e,n),e}function s(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=v();return function(){var n,r=m(e);if(t){var o=m(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return y(this,n)}}function y(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function v(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),b=o(n(5)),g=o(n(6)),O=o(n(13)),_=o(n(16)),w=n(3),S=function(e){function t(e){var r;return u(this,t),r=n.call(this,e),r.state={overlay:{visible:!1}},r.handleKeyPress=r.handleKeyPress.bind(d(r)),r.openOverlay=r.openOverlay.bind(d(r)),r.closeOverlay=r.closeOverlay.bind(d(r)),r}s(t,e);var n=p(t);return l(t,[{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyPress)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyPress)}},{key:"handleKeyPress",value:function(e){var t=this.state.overlay;27===e.keyCode&&t.visible&&this.closeOverlay()}},{key:"openOverlay",value:function(){var e=this.props.language,t=(0,w.getPost16OverlayData)(e);this.elementToFocus=document.activeElement,this.setState({overlay:{visible:!0,className:"promoted-navigation-overlay__phase--".concat(t.name),title:t.title,subtitle:t.subtitle,nationList:t.nationList,phase:t.name,closeLabel:(0,_.default)(e,"closeLabel")}}),document.querySelector("html").classList.add("fullHeight"),document.querySelector("body").classList.add("fullHeight")}},{key:"closeOverlay",value:function(){this.setState(function(e){return{overlay:a({},e.overlay,{visible:!1})}}),this.elementToFocus&&this.elementToFocus.focus(),document.querySelector("html").classList.remove("fullHeight"),document.querySelector("body").classList.remove("fullHeight")}},{key:"render",value:function(){var e=this.props,t=e.language,n=e.subdirectory,r=e.learnLink,o=e.phases,i=this.state.overlay;return h.default.createElement("div",{className:"promoted-navigation__container"},h.default.createElement("div",{className:"promoted-navigation"},h.default.createElement(g.default,a({onClose:this.closeOverlay},i)),h.default.createElement(b.default,{href:"/bitesize/learn",enabled:"true"===r},h.default.createElement("h1",{className:"promoted-navigation__title"},(0,_.default)(t,"learnAndRevise"))),h.default.createElement(O.default,{language:t,subdirectory:n,onClick:this.openOverlay,phases:o})))}}]),t}(h.Component);S.propTypes={language:h.PropTypes.string,subdirectory:h.PropTypes.string,learnLink:h.PropTypes.string,phases:h.PropTypes.arrayOf(h.PropTypes.string)},S.defaultProps={language:"en-GB",subdirectory:"bitesize",learnLink:"true",phases:["primary","secondary","post-16"]};var P=S;t.default=P,e.exports=t.default},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=i?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),a=function(e){return e&&e.__esModule?e:{default:e}}(n(2)),u=function(e){var t=e.enabled,n=e.href,r=e.children;return t?i.default.createElement("a",{className:"optional-link",href:n},r,i.default.createElement("div",{className:"gel-icon gel-icon--next"},i.default.createElement(a.default,null))):r};u.propTypes={href:i.PropTypes.string.isRequired,enabled:i.PropTypes.bool.isRequired,children:i.PropTypes.oneOfType([i.PropTypes.arrayOf(i.PropTypes.node),i.PropTypes.node]).isRequired};var c=u;t.default=c,e.exports=t.default},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(){return a=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a.apply(this,arguments)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),c=o(n(7)),l=o(n(8)),s=function(e){var t=e.visible,n=e.onClose,r=e.className,o=e.title,i=e.subtitle,s=e.closeLabel,f=e.phase,p=e.nationList;return u.default.createElement(l.default,{shouldShowOverlay:t,onCloseClick:n,className:r,title:o,subtitle:i,closeLabel:s,phase:f},p.map(function(e){return u.default.createElement(c.default,a({key:e.label,listItemClass:"bitesize__nation-level-list__list-item"},e))}))};s.displayName="OverlayContainer",s.propTypes={className:u.PropTypes.string,closeLabel:u.PropTypes.string,nationList:u.PropTypes.arrayOf(u.PropTypes.shape({label:u.PropTypes.string.isRequired,levelList:u.PropTypes.arrayOf(u.PropTypes.shape({label:u.PropTypes.string.isRequired,url:u.PropTypes.string.isRequired}).isRequired).isRequired})),onClose:u.PropTypes.func.isRequired,phase:u.PropTypes.string,subtitle:u.PropTypes.string,title:u.PropTypes.string,visible:u.PropTypes.bool},s.defaultProps={className:"",closeLabel:"",nationList:[],phase:null,subtitle:"",title:"",visible:!1};var f=s;t.default=f,e.exports=t.default},function(e,t){e.exports=n(92)},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(){return a=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a.apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function l(e,t,n){return t&&c(e.prototype,t),n&&c(e,n),e}function s(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=v();return function(){var n,r=m(e);if(t){var o=m(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return y(this,n)}}function y(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function v(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e){e.stopPropagation(),e.preventDefault()}function b(){document.removeEventListener("click",h)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var g=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),O=n(9),_=o(n(1)),w=o(n(10)),S=function(e){function t(){return u(this,t),n.apply(this,arguments)}s(t,e);var n=p(t);return l(t,[{key:"componentWillReceiveProps",value:function(e){var t=this.props.shouldShowOverlay;e.shouldShowOverlay!==t&&document.addEventListener("click",h)}},{key:"render",value:function(){var e=this,t=this.props,n=t.shouldShowOverlay,r=t.className;return g.default.createElement(O.Motion,{defaultStyle:{opacity:0},style:{opacity:(0,O.spring)(n?1:0,{stiffness:300})},onRest:function(){return b()}},function(t){return 0!==t.opacity?g.default.createElement(w.default,a({className:(0,_.default)(n?"":"fading",r)},e.props)):null})}}]),t}(g.Component);S.propTypes={shouldShowOverlay:g.PropTypes.bool,className:g.PropTypes.string},S.defaultProps={className:"",shouldShowOverlay:!1},S.displayName="Overlay";var P=S;t.default=P,e.exports=t.default},function(e,t){e.exports=n(104)},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function c(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=d();return function(){var n,r=v(e);if(t){var o=v(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var m=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),h=o(n(1)),b=o(n(11)),g=o(n(12)),O=function(e){function t(){var e;return a(this,t),e=n.call(this),e.state={overlayWidth:0},e.handleKeyDown=e.handleKeyDown.bind(y(e)),e.handleResize=e.handleResize.bind(y(e)),e}l(t,e);var n=f(t);return c(t,[{key:"componentDidMount",value:function(){this.handleResize(),document.addEventListener("keydown",this.handleKeyDown),window.addEventListener("resize",this.handleResize),window.addEventListener("orientationchange",this.handleResize)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyDown),window.removeEventListener("resize",this.handleResize),window.removeEventListener("orientationchange",this.handleResize)}},{key:"handleKeyDown",value:function(e){if(9===e.keyCode)return document.activeElement===this.overlay&&e.shiftKey?void(this.finalFocusAnchor&&this.finalFocusAnchor.focus()):void(document.activeElement!==this.finalFocusAnchor||e.shiftKey||this.overlay&&this.overlay.focus())}},{key:"handleResize",value:function(){this.setState({overlayWidth:document.body.clientWidth})}},{key:"render",value:function(){var e=this,t=this.props,n=t.children,r=t.className,o=t.closeLabel,i=t.onCloseClick,a=t.subtitle,u=t.title,c=this.state.overlayWidth;return m.default.createElement("div",{role:"dialog","aria-label":"Dialog opened, choose an education stage",className:(0,h.default)("promoted-navigation-overlay__container",r),ref:function(t){e.overlay=t},tabIndex:"0"},m.default.createElement("div",{className:"promoted-navigation-overlay__header-container",style:{width:c}},m.default.createElement("div",{className:"promoted-navigation-overlay__wrap"},m.default.createElement("div",{className:"promoted-navigation-overlay__layout"},m.default.createElement("div",{className:"promoted-navigation-overlay__header"},m.default.createElement(g.default,{className:"bitesize__logo",shouldFocusWhenMount:!0}),m.default.createElement("div",{className:"promoted-navigation-overlay__close-btn__container"},m.default.createElement("button",{className:"promoted-navigation-overlay__close-btn",onClick:i,type:"button"},m.default.createElement("span",{className:"close-text"},o),m.default.createElement("div",{className:"gel-icon gel-icon--no"},m.default.createElement(b.default,null)))))))),m.default.createElement("div",{className:"promoted-navigation-overlay__wrap"},m.default.createElement("div",{className:"promoted-navigation-overlay__layout"},m.default.createElement("div",{className:"promoted-navigation-overlay__body-container"},m.default.createElement("h2",{className:"promoted-navigation-overlay__body-title"},u),m.default.createElement("p",{className:"promoted-navigation-overlay__body-p"},a),n,m.default.createElement("span",{id:"overlay-final-focus",ref:function(t){void 0===e.finalFocusAnchor&&(e.finalFocusAnchor=t)},tabIndex:"0"})))))}}]),t}(m.Component);O.propTypes={children:m.PropTypes.node.isRequired,closeLabel:m.PropTypes.string,onCloseClick:m.PropTypes.func.isRequired,className:m.PropTypes.string,subtitle:m.PropTypes.string.isRequired,title:m.PropTypes.string.isRequired},O.defaultProps={className:"",closeLabel:"Close"},O.displayName="OverlayContent";var _=O;t.default=_,e.exports=t.default},function(e,t){e.exports=n(131)},function(e,t){e.exports=n(132)},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),u=n(3),c=o(n(14)),l=o(n(15)),s={primary:"/bitesize/primary",secondary:"/bitesize/secondary"},f=function(e){var t=e.phases,n=e.onClick,r=e.language;return a.default.createElement("div",{className:"promoted-navigation__phases"},a.default.createElement("div",{className:"promoted-navigation__phases-layout"},t.map(function(e){var t=(0,u.getPhaseData)(e,r);return"post-16"===e?a.default.createElement("div",{className:"promoted-navigation__phases-item",key:t.title},a.default.createElement(c.default,{className:"phase-card--".concat(e),title:t.title,subtitle:t.subtitle,ctaText:t.cta,onClick:function(){return n()}})):a.default.createElement("div",{className:"promoted-navigation__phases-item",key:t.title},a.default.createElement(l.default,{className:"phase-card--".concat(e),title:t.title,subtitle:t.subtitle,ctaText:t.cta,linkURL:s[e]}))})))};f.displayName="Navigation",f.propTypes={onClick:a.PropTypes.func.isRequired,language:a.PropTypes.string.isRequired,phases:a.PropTypes.arrayOf(a.PropTypes.string).isRequired};var p=f;t.default=p,e.exports=t.default},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function c(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=d();return function(){var n,r=v(e);if(t){var o=v(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var m=i(n(1)),h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=i?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),b=i(n(2)),g=function(e,t){return t?"".concat(e," (").concat(t,")"):e},O=function(e){function t(e){var r;return a(this,t),r=n.call(this,e),r.onClick=r.onClick.bind(y(r)),r}l(t,e);var n=f(t);return c(t,[{key:"onClick",value:function(){var e=this.props.onClick;this.button.blur(),e()}},{key:"render",value:function(){var e=this,t=this.props,n=t.className,r=t.ctaText,o=t.subtitle,i=t.title;return h.default.createElement("div",{className:(0,m.default)("phase-card",n)},h.default.createElement("button",{className:"phase-card__link",onClick:this.onClick,"aria-label":g(r,o),ref:function(t){e.button=t},type:"button"},h.default.createElement("div",{className:"phase-card__content-container"},h.default.createElement("div",{className:"phase-card__title"},i),h.default.createElement("div",{className:"phase-card__subtitle"},o),h.default.createElement("div",{className:"phase-card__cta"},r,h.default.createElement("div",{className:"gel-icon gel-icon--next"},h.default.createElement(b.default,null))))))}}]),t}(h.Component);O.displayName="PhaseCardButton",O.defaultProps={title:"",ctaText:"",onClick:function(){},subtitle:"",className:void 0},O.propTypes={ctaText:h.PropTypes.string,onClick:h.PropTypes.func,subtitle:h.PropTypes.string,title:h.PropTypes.string,className:h.PropTypes.string};var _=O;t.default=_,e.exports=t.default},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(n(1)),u=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=i?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),c=i(n(2)),l=function(e,t){return t?"".concat(e," (").concat(t,")"):e},s=function(e){var t=e.className,n=e.ctaText,r=e.subtitle,o=e.title,i=e.linkURL;return u.default.createElement("div",{className:(0,a.default)("phase-card",t)},u.default.createElement("a",{className:"phase-card__link",href:i,"aria-label":l(n,r)},u.default.createElement("div",{className:"phase-card__content-container"},u.default.createElement("div",{className:"phase-card__title"},o),u.default.createElement("div",{className:"phase-card__subtitle"},r),u.default.createElement("div",{className:"phase-card__cta"},n,u.default.createElement("div",{className:"gel-icon gel-icon--next"},u.default.createElement(c.default,null))))))};s.displayName="PhaseCardLink",s.defaultProps={title:"",ctaText:"",subtitle:"",className:void 0},s.propTypes={ctaText:u.PropTypes.string,linkURL:u.PropTypes.string.isRequired,subtitle:u.PropTypes.string,title:u.PropTypes.string,className:u.PropTypes.string};var f=s;t.default=f,e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={"en-GB":{learnAndRevise:"Learn & revise",bitesizeCTA:"get the best out of Bitesize",closeLabel:"Close"},"cy-GB":{learnAndRevise:"Dysgu ac adolygu",bitesizeCTA:"gael y gorau o Bitesize",closeLabel:"Cau"},"ga-GB":{learnAndRevise:"Foghlaim",bitesizeCTA:"le gach leas a bhaint as Bitesize",closeLabel:"Druid"},"gd-GB":{learnAndRevise:"Ionnsaich",bitesizeCTA:"a' chuid as fheàrr fhaighinn à Bitesize",closeLabel:"Dùin"}},o=function(e,t){return r[r[e]?e:"en-GB"][t]||""};t.default=o,e.exports=t.default}])},function(e,t){e.exports=React},function(e,t,n){var r,o;!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var a=n.apply(null,r);a&&e.push(a)}else if("object"===o)for(var u in r)i.call(r,u)&&r[u]&&e.push(u)}}return e.join(" ")}var i={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(o=function(){return n}.apply(t,r))&&(e.exports=o))}()},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function o(e){"@babel/helpers - typeof";return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e,t,n){return t&&a(e.prototype,t),n&&a(e,n),e}function c(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&l(e,t)}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=y();return function(){var n,r=d(e);if(t){var o=d(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function f(e,t){return!t||"object"!==o(t)&&"function"!=typeof t?p(e):t}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function y(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(6),n(7),n(53),n(55),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(78),n(81),n(85),n(88),n(89);var v=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==o(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e) ;var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=i?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(3)),m=function(e){function t(){return i(this,t),n.apply(this,arguments)}c(t,e);var n=s(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return v.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31.9",height:"32",viewBox:"0 0 31.9 32",ref:function(t){e.svg=t}},v.default.createElement("path",{d:"M29 16L3 0v7.2L17.6 16 3 24.8V32z"}))}}]),t}(v.Component),h=m;t.default=h,e.exports=t.default},function(e,t,n){for(var r=n(7),o=n(41),i=n(33),a=n(12),u=n(15),c=n(26),l=n(9),s=l("iterator"),f=l("toStringTag"),p=c.Array,y={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},d=o(y),v=0;v<d.length;v++){var m,h=d[v],b=y[h],g=a[h],O=g&&g.prototype;if(O&&(O[s]||u(O,s,p),O[f]||u(O,f,h),c[h]=p,b))for(m in r)O[m]||i(O,m,r[m],!0)}},function(e,t,n){"use strict";var r=n(8),o=n(25),i=n(26),a=n(27);e.exports=n(31)(Array,"Array",function(e,t){this._t=a(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,o(1)):"keys"==t?o(0,n):"values"==t?o(0,e[n]):o(0,[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(9)("unscopables"),o=Array.prototype;void 0==o[r]&&n(15)(o,r,{}),e.exports=function(e){o[r][e]=!0}},function(e,t,n){var r=n(10)("wks"),o=n(14),i=n(12).Symbol,a="function"==typeof i;(e.exports=function(e){return r[e]||(r[e]=a&&i[e]||(a?i:o)("Symbol."+e))}).store=r},function(e,t,n){var r=n(11),o=n(12),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n(13)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){e.exports=!1},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){var r=n(16),o=n(24);e.exports=n(20)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(17),o=n(19),i=n(23),a=Object.defineProperty;t.f=n(20)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(18);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports=!n(20)&&!n(21)(function(){return 7!=Object.defineProperty(n(22)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){e.exports=!n(21)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){var r=n(18),o=n(12).document,i=r(o)&&r(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},function(e,t,n){var r=n(18);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t){e.exports={}},function(e,t,n){var r=n(28),o=n(30);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(29);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(13),o=n(32),i=n(33),a=n(15),u=n(26),c=n(38),l=n(50),s=n(51),f=n(9)("iterator"),p=!([].keys&&"next"in[].keys()),y=function(){return this};e.exports=function(e,t,n,d,v,m,h){c(n,t,d);var b,g,O,_=function(e){if(!p&&e in E)return E[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},w=t+" Iterator",S="values"==v,P=!1,E=e.prototype,j=E[f]||E["@@iterator"]||v&&E[v],x=j||_(v),N=v?S?_("entries"):x:void 0,T="Array"==t?E.entries||j:j;if(T&&(O=s(T.call(new e)))!==Object.prototype&&O.next&&(l(O,w,!0),r||"function"==typeof O[f]||a(O,f,y)),S&&j&&"values"!==j.name&&(P=!0,x=function(){return j.call(this)}),r&&!h||!p&&!P&&E[f]||a(E,f,x),u[t]=x,u[w]=y,v)if(b={values:S?x:_("values"),keys:m?x:_("keys"),entries:N},h)for(g in b)g in E||i(E,g,b[g]);else o(o.P+o.F*(p||P),t,b);return b}},function(e,t,n){var r=n(12),o=n(11),i=n(15),a=n(33),u=n(36),c=function(e,t,n){var l,s,f,p,y=e&c.F,d=e&c.G,v=e&c.S,m=e&c.P,h=e&c.B,b=d?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,g=d?o:o[t]||(o[t]={}),O=g.prototype||(g.prototype={});d&&(n=t);for(l in n)s=!y&&b&&void 0!==b[l],f=(s?b:n)[l],p=h&&s?u(f,r):m&&"function"==typeof f?u(Function.call,f):f,b&&a(b,l,f,e&c.U),g[l]!=f&&i(g,l,p),m&&O[l]!=f&&(O[l]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(12),o=n(15),i=n(34),a=n(14)("src"),u=n(35),c=(""+u).split("toString");n(11).inspectSource=function(e){return u.call(e)},(e.exports=function(e,t,n,u){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:c.join(String(t)))),e===r?e[t]=n:u?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||u.call(this)})},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){e.exports=n(10)("native-function-to-string",Function.toString)},function(e,t,n){var r=n(37);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){"use strict";var r=n(39),o=n(24),i=n(50),a={};n(15)(a,n(9)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(a,{next:o(1,n)}),i(e,t+" Iterator")}},function(e,t,n){var r=n(17),o=n(40),i=n(48),a=n(47)("IE_PROTO"),u=function(){},c=function(){var e,t=n(22)("iframe"),r=i.length;for(t.style.display="none",n(49).appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write("<script>document.F=Object<\/script>"),e.close(),c=e.F;r--;)delete c.prototype[i[r]];return c()};e.exports=Object.create||function(e,t){var n;return null!==e?(u.prototype=r(e),n=new u,u.prototype=null,n[a]=e):n=c(),void 0===t?n:o(n,t)}},function(e,t,n){var r=n(16),o=n(17),i=n(41);e.exports=n(20)?Object.defineProperties:function(e,t){o(e);for(var n,a=i(t),u=a.length,c=0;u>c;)r.f(e,n=a[c++],t[n]);return e}},function(e,t,n){var r=n(42),o=n(48);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(34),o=n(27),i=n(43)(!1),a=n(47)("IE_PROTO");e.exports=function(e,t){var n,u=o(e),c=0,l=[];for(n in u)n!=a&&r(u,n)&&l.push(n);for(;t.length>c;)r(u,n=t[c++])&&(~i(l,n)||l.push(n));return l}},function(e,t,n){var r=n(27),o=n(44),i=n(46);e.exports=function(e){return function(t,n,a){var u,c=r(t),l=o(c.length),s=i(a,l);if(e&&n!=n){for(;l>s;)if((u=c[s++])!=u)return!0}else for(;l>s;s++)if((e||s in c)&&c[s]===n)return e||s||0;return!e&&-1}}},function(e,t,n){var r=n(45),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(45),o=Math.max,i=Math.min;e.exports=function(e,t){return e=r(e),e<0?o(e+t,0):i(e,t)}},function(e,t,n){var r=n(10)("keys"),o=n(14);e.exports=function(e){return r[e]||(r[e]=o(e))}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,n){var r=n(12).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(16).f,o=n(34),i=n(9)("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},function(e,t,n){var r=n(34),o=n(52),i=n(47)("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),r(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},function(e,t,n){var r=n(30);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(54)(!0);n(31)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){var r=n(45),o=n(30);e.exports=function(e){return function(t,n){var i,a,u=String(o(t)),c=r(n),l=u.length;return c<0||c>=l?e?"":void 0:(i=u.charCodeAt(c),i<55296||i>56319||c+1===l||(a=u.charCodeAt(c+1))<56320||a>57343?e?u.charAt(c):i:e?u.slice(c,c+2):a-56320+(i-55296<<10)+65536)}}},function(e,t,n){"use strict";var r,o=n(12),i=n(56)(0),a=n(33),u=n(60),c=n(61),l=n(64),s=n(18),f=n(72),p=n(72),y=!o.ActiveXObject&&"ActiveXObject"in o,d=u.getWeak,v=Object.isExtensible,m=l.ufstore,h=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},b={get:function(e){if(s(e)){var t=d(e);return!0===t?m(f(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return l.def(f(this,"WeakMap"),e,t)}},g=e.exports=n(73)("WeakMap",h,b,l,!0,!0);p&&y&&(r=l.getConstructor(h,"WeakMap"),c(r.prototype,b),u.NEED=!0,i(["delete","has","get","set"],function(e){var t=g.prototype,n=t[e];a(t,e,function(t,o){if(s(t)&&!v(t)){this._f||(this._f=new r);var i=this._f[e](t,o);return"set"==e?this:i}return n.call(this,t,o)})}))},function(e,t,n){var r=n(36),o=n(28),i=n(52),a=n(44),u=n(57);e.exports=function(e,t){var n=1==e,c=2==e,l=3==e,s=4==e,f=6==e,p=5==e||f,y=t||u;return function(t,u,d){for(var v,m,h=i(t),b=o(h),g=r(u,d,3),O=a(b.length),_=0,w=n?y(t,O):c?y(t,0):void 0;O>_;_++)if((p||_ in b)&&(v=b[_],m=g(v,_,h),e))if(n)w[_]=m;else if(m)switch(e){case 3:return!0;case 5:return v;case 6:return _;case 2:w.push(v)}else if(s)return!1;return f?-1:l||s?s:w}}},function(e,t,n){var r=n(58);e.exports=function(e,t){return new(r(e))(t)}},function(e,t,n){var r=n(18),o=n(59),i=n(9)("species");e.exports=function(e){var t;return o(e)&&(t=e.constructor,"function"!=typeof t||t!==Array&&!o(t.prototype)||(t=void 0),r(t)&&null===(t=t[i])&&(t=void 0)),void 0===t?Array:t}},function(e,t,n){var r=n(29);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(14)("meta"),o=n(18),i=n(34),a=n(16).f,u=0,c=Object.isExtensible||function(){return!0},l=!n(21)(function(){return c(Object.preventExtensions({}))}),s=function(e){a(e,r,{value:{i:"O"+ ++u,w:{}}})},f=function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,r)){if(!c(e))return"F";if(!t)return"E";s(e)}return e[r].i},p=function(e,t){if(!i(e,r)){if(!c(e))return!0;if(!t)return!1;s(e)}return e[r].w},y=function(e){return l&&d.NEED&&c(e)&&!i(e,r)&&s(e),e},d=e.exports={KEY:r,NEED:!1,fastKey:f,getWeak:p,onFreeze:y}},function(e,t,n){"use strict";var r=n(20),o=n(41),i=n(62),a=n(63),u=n(52),c=n(28),l=Object.assign;e.exports=!l||n(21)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=l({},e)[n]||Object.keys(l({},t)).join("")!=r})?function(e,t){for(var n=u(e),l=arguments.length,s=1,f=i.f,p=a.f;l>s;)for(var y,d=c(arguments[s++]),v=f?o(d).concat(f(d)):o(d),m=v.length,h=0;m>h;)y=v[h++],r&&!p.call(d,y)||(n[y]=d[y]);return n}:l},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){"use strict";var r=n(65),o=n(60).getWeak,i=n(17),a=n(18),u=n(66),c=n(67),l=n(56),s=n(34),f=n(72),p=l(5),y=l(6),d=0,v=function(e){return e._l||(e._l=new m)},m=function(){this.a=[]},h=function(e,t){return p(e.a,function(e){return e[0]===t})};m.prototype={get:function(e){var t=h(this,e);if(t)return t[1]},has:function(e){return!!h(this,e)},set:function(e,t){var n=h(this,e);n?n[1]=t:this.a.push([e,t])},delete:function(e){var t=y(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,i){var l=e(function(e,r){u(e,l,t,"_i"),e._t=t,e._i=d++,e._l=void 0,void 0!=r&&c(r,n,e[i],e)});return r(l.prototype,{delete:function(e){if(!a(e))return!1;var n=o(e);return!0===n?v(f(this,t)).delete(e):n&&s(n,this._i)&&delete n[this._i]},has:function(e){if(!a(e))return!1;var n=o(e);return!0===n?v(f(this,t)).has(e):n&&s(n,this._i)}}),l},def:function(e,t,n){var r=o(i(t),!0);return!0===r?v(e).set(t,n):r[e._i]=n,e},ufstore:v}},function(e,t,n){var r=n(33);e.exports=function(e,t,n){for(var o in t)r(e,o,t[o],n);return e}},function(e,t){e.exports=function(e,t,n,r){if(!(e instanceof t)||void 0!==r&&r in e)throw TypeError(n+": incorrect invocation!");return e}},function(e,t,n){var r=n(36),o=n(68),i=n(69),a=n(17),u=n(44),c=n(70),l={},s={},t=e.exports=function(e,t,n,f,p){var y,d,v,m,h=p?function(){return e}:c(e),b=r(n,f,t?2:1),g=0;if("function"!=typeof h)throw TypeError(e+" is not iterable!");if(i(h)){for(y=u(e.length);y>g;g++)if((m=t?b(a(d=e[g])[0],d[1]):b(e[g]))===l||m===s)return m}else for(v=h.call(e);!(d=v.next()).done;)if((m=o(v,b,d.value,t))===l||m===s)return m};t.BREAK=l,t.RETURN=s},function(e,t,n){var r=n(17);e.exports=function(e,t,n,o){try{return o?t(r(n)[0],n[1]):t(n)}catch(t){var i=e.return;throw void 0!==i&&r(i.call(e)),t}}},function(e,t,n){var r=n(26),o=n(9)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||i[o]===e)}},function(e,t,n){var r=n(71),o=n(9)("iterator"),i=n(26);e.exports=n(11).getIteratorMethod=function(e){if(void 0!=e)return e[o]||e["@@iterator"]||i[r(e)]}},function(e,t,n){var r=n(29),o=n(9)("toStringTag"),i="Arguments"==r(function(){return arguments}()),a=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,u;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=a(t=Object(e),o))?n:i?r(t):"Object"==(u=r(t))&&"function"==typeof t.callee?"Arguments":u}},function(e,t,n){var r=n(18);e.exports=function(e,t){if(!r(e)||e._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return e}},function(e,t,n){"use strict";var r=n(12),o=n(32),i=n(33),a=n(65),u=n(60),c=n(67),l=n(66),s=n(18),f=n(21),p=n(74),y=n(50),d=n(75);e.exports=function(e,t,n,v,m,h){var b=r[e],g=b,O=m?"set":"add",_=g&&g.prototype,w={},S=function(e){var t=_[e];i(_,e,"delete"==e?function(e){return!(h&&!s(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(h&&!s(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return h&&!s(e)?void 0:t.call(this,0===e?0:e)}:"add"==e?function(e){return t.call(this,0===e?0:e),this}:function(e,n){return t.call(this,0===e?0:e,n),this})};if("function"==typeof g&&(h||_.forEach&&!f(function(){(new g).entries().next()}))){var P=new g,E=P[O](h?{}:-0,1)!=P,j=f(function(){P.has(1)}),x=p(function(e){new g(e)}),N=!h&&f(function(){for(var e=new g,t=5;t--;)e[O](t,t);return!e.has(-0)});x||(g=t(function(t,n){l(t,g,e);var r=d(new b,t,g);return void 0!=n&&c(n,m,r[O],r),r}),g.prototype=_,_.constructor=g),(j||N)&&(S("delete"),S("has"),m&&S("get")),(N||E)&&S(O),h&&_.clear&&delete _.clear}else g=v.getConstructor(t,e,m,O),a(g.prototype,n),u.NEED=!0;return y(g,e),w[e]=g,o(o.G+o.W+o.F*(g!=b),w),h||v.setStrong(g,e,m),g}},function(e,t,n){var r=n(9)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},e(i)}catch(e){}return n}},function(e,t,n){var r=n(18),o=n(76).set;e.exports=function(e,t,n){var i,a=t.constructor;return a!==n&&"function"==typeof a&&(i=a.prototype)!==n.prototype&&r(i)&&o&&o(e,i),e}},function(e,t,n){var r=n(18),o=n(17),i=function(e,t){if(o(e),!r(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,r){try{r=n(36)(Function.call,n(77).f(Object.prototype,"__proto__").set,2),r(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,n){return i(e,n),t?e.__proto__=n:r(e,n),e}}({},!1):void 0),check:i}},function(e,t,n){var r=n(63),o=n(24),i=n(27),a=n(23),u=n(34),c=n(19),l=Object.getOwnPropertyDescriptor;t.f=n(20)?l:function(e,t){if(e=i(e),t=a(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){n(79)("asyncIterator")},function(e,t,n){var r=n(12),o=n(11),i=n(13),a=n(80),u=n(16).f;e.exports=function(e){var t=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||u(t,e,{value:a.f(e)})}},function(e,t,n){t.f=n(9)},function(e,t,n){"use strict";var r=n(12),o=n(34),i=n(20),a=n(32),u=n(33),c=n(60).KEY,l=n(21),s=n(10),f=n(50),p=n(14),y=n(9),d=n(80),v=n(79),m=n(82),h=n(59),b=n(17),g=n(18),O=n(52),_=n(27),w=n(23),S=n(24),P=n(39),E=n(83),j=n(77),x=n(62),N=n(16),T=n(41),k=j.f,D=N.f,M=E.f,I=r.Symbol,R=r.JSON,A=R&&R.stringify,C=y("_hidden"),L=y("toPrimitive"),F={}.propertyIsEnumerable,V=s("symbol-registry"),$=s("symbols"),W=s("op-symbols"),z=Object.prototype,q="function"==typeof I&&!!x.f,B=r.QObject,U=!B||!B.prototype||!B.prototype.findChild,Y=i&&l(function(){return 7!=P(D({},"a",{get:function(){return D(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=k(z,t);r&&delete z[t],D(e,t,n),r&&e!==z&&D(z,t,r)}:D,G=function(e){var t=$[e]=P(I.prototype);return t._k=e,t},K=q&&"symbol"==typeof I.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof I},J=function(e,t,n){return e===z&&J(W,t,n),b(e),t=w(t,!0),b(n),o($,t)?(n.enumerable?(o(e,C)&&e[C][t]&&(e[C][t]=!1),n=P(n,{enumerable:S(0,!1)})):(o(e,C)||D(e,C,S(1,{})),e[C][t]=!0),Y(e,t,n)):D(e,t,n)},H=function(e,t){b(e);for(var n,r=m(t=_(t)),o=0,i=r.length;i>o;)J(e,n=r[o++],t[n]);return e},X=function(e,t){return void 0===t?P(e):H(P(e),t)},Q=function(e){var t=F.call(this,e=w(e,!0));return!(this===z&&o($,e)&&!o(W,e))&&(!(t||!o(this,e)||!o($,e)||o(this,C)&&this[C][e])||t)},Z=function(e,t){if(e=_(e),t=w(t,!0),e!==z||!o($,t)||o(W,t)){var n=k(e,t);return!n||!o($,t)||o(e,C)&&e[C][t]||(n.enumerable=!0),n}},ee=function(e){for(var t,n=M(_(e)),r=[],i=0;n.length>i;)o($,t=n[i++])||t==C||t==c||r.push(t);return r},te=function(e){for(var t,n=e===z,r=M(n?W:_(e)),i=[],a=0;r.length>a;)!o($,t=r[a++])||n&&!o(z,t)||i.push($[t]);return i};q||(I=function(){if(this instanceof I)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===z&&t.call(W,n),o(this,C)&&o(this[C],e)&&(this[C][e]=!1),Y(this,e,S(1,n))};return i&&U&&Y(z,e,{configurable:!0,set:t}),G(e)},u(I.prototype,"toString",function(){return this._k}),j.f=Z,N.f=J,n(84).f=E.f=ee,n(63).f=Q,x.f=te,i&&!n(13)&&u(z,"propertyIsEnumerable",Q,!0),d.f=function(e){return G(y(e))}),a(a.G+a.W+a.F*!q,{Symbol:I});for(var ne="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),re=0;ne.length>re;)y(ne[re++]);for(var oe=T(y.store),ie=0;oe.length>ie;)v(oe[ie++]);a(a.S+a.F*!q,"Symbol",{for:function(e){return o(V,e+="")?V[e]:V[e]=I(e)},keyFor:function(e){if(!K(e))throw TypeError(e+" is not a symbol!");for(var t in V)if(V[t]===e)return t},useSetter:function(){U=!0},useSimple:function(){U=!1}}),a(a.S+a.F*!q,"Object",{create:X,defineProperty:J,defineProperties:H,getOwnPropertyDescriptor:Z,getOwnPropertyNames:ee,getOwnPropertySymbols:te});var ae=l(function(){x.f(1)});a(a.S+a.F*ae,"Object",{getOwnPropertySymbols:function(e){return x.f(O(e))}}),R&&a(a.S+a.F*(!q||l(function(){var e=I();return"[null]"!=A([e])||"{}"!=A({a:e})||"{}"!=A(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(g(t)||void 0!==e)&&!K(e))return h(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!K(t))return t}),r[1]=t,A.apply(R,r)}}),I.prototype[L]||n(15)(I.prototype,L,I.prototype.valueOf),f(I,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(41),o=n(62),i=n(63);e.exports=function(e){var t=r(e),n=o.f;if(n)for(var a,u=n(e),c=i.f,l=0;u.length>l;)c.call(e,a=u[l++])&&t.push(a);return t}},function(e,t,n){var r=n(27),o=n(84).f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],u=function(e){try{return o(e)}catch(e){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==i.call(e)?u(e):o(r(e))}},function(e,t,n){var r=n(42),o=n(48).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},function(e,t,n){"use strict";n(86);var r=n(17),o=n(87),i=n(20),a=/./.toString,u=function(e){n(33)(RegExp.prototype,"toString",e,!0)};n(21)(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?u(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)}):"toString"!=a.name&&u(function(){return a.call(this)})},function(e,t,n){n(20)&&"g"!=/./g.flags&&n(16).f(RegExp.prototype,"flags",{configurable:!0,get:n(87)})},function(e,t,n){"use strict";var r=n(17);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var r=n(71),o={};o[n(9)("toStringTag")]="z",o+""!="[object z]"&&n(33)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(e,t,n){var r=n(32),o=n(39),i=n(37),a=n(17),u=n(18),c=n(21),l=n(90),s=(n(12).Reflect||{}).construct,f=c(function(){function e(){}return!(s(function(){},[],e)instanceof e)}),p=!c(function(){s(function(){})});r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(l.apply(e,r))}var c=n.prototype,y=o(u(c)?c:Object.prototype),d=Function.apply.call(e,y,t);return u(d)?d:y}})},function(e,t,n){"use strict";var r=n(37),o=n(18),i=n(91),a=[].slice,u={},c=function(e,t,n){if(!(t in u)){for(var r=[],o=0;o<t;o++)r[o]="a["+o+"]";u[t]=Function("F,a","return new F("+r.join(",")+")")}return u[t](e,n)};e.exports=Function.bind||function(e){var t=r(this),n=a.call(arguments,1),u=function(){var r=n.concat(a.call(arguments));return this instanceof u?c(t,r.length,r):i(t,r,e)};return o(t.prototype)&&(u.prototype=t.prototype),u}},function(e,t){e.exports=function(e,t,n){var r=void 0===n;switch(t.length){case 0:return r?e():e.call(n);case 1:return r?e(t[0]):e.call(n,t[0]);case 2:return r?e(t[0],t[1]):e.call(n,t[0],t[1]);case 3:return r?e(t[0],t[1],t[2]):e.call(n,t[0],t[1],t[2]);case 4:return r?e(t[0],t[1],t[2],t[3]):e.call(n,t[0],t[1],t[2],t[3])}return e.apply(n,t)}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(93)),i=r(n(3)),a=(r(n(94)),function(e){var t=e.label,n=e.dataLabel,r=e.levelList,a=e.listItemClass;return i.default.createElement("div",{className:"nation-level-list__container"},i.default.createElement("h3",{className:"nation-level-list__header"},t),i.default.createElement("ul",{className:"nation-level-list__list-body"},r.map(function(e){return i.default.createElement("li",{key:e.label},i.default.createElement("a",{href:e.url,className:(0,o.default)("nation-level-list__list-item",a),"aria-label":"".concat(t," ").concat(e.label),"data-bbc-container":n,"data-bbc-ignore-views":1},i.default.createElement("span",{className:"nation-level-list__list-item__label"},e.label)))})))});a.defaultProps={levelList:[],listItemClass:""},a.displayName="NationLevelList";var u=a;t.default=u,e.exports=t.default},function(e,t,n){var r,o;!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var a=n.apply(null,r);a&&e.push(a)}else if("object"===o)for(var u in r)i.call(r,u)&&r[u]&&e.push(u)}}return e.join(" ")}var i={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(o=function(){return n}.apply(t,r))&&(e.exports=o))}()},function(e,t,n){(function(t){if("production"!==t.env.NODE_ENV){var r=n(96);e.exports=n(99)(r.isElement,!0)}else e.exports=n(103)()}).call(t,n(95))},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(e){if(s===setTimeout)return setTimeout(e,0);if((s===n||!s)&&setTimeout)return s=setTimeout,setTimeout(e,0);try{return s(e,0)}catch(t){try{return s.call(null,e,0)}catch(t){return s.call(this,e,0)}}}function i(e){if(f===clearTimeout)return clearTimeout(e);if((f===r||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(e);try{return f(e)}catch(t){try{return f.call(null,e)}catch(t){return f.call(this,e)}}}function a(){v&&y&&(v=!1,y.length?d=y.concat(d):m=-1,d.length&&u())}function u(){if(!v){var e=o(a);v=!0;for(var t=d.length;t;){for(y=d,d=[];++m<t;)y&&y[m].run();m=-1,t=d.length}y=null,v=!1,i(e)}}function c(e,t){this.fun=e,this.array=t}function l(){}var s,f,p=e.exports={};!function(){try{s="function"==typeof setTimeout?setTimeout:n}catch(e){s=n}try{f="function"==typeof clearTimeout?clearTimeout:r}catch(e){f=r}}();var y,d=[],v=!1,m=-1;p.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];d.push(new c(e,t)),1!==d.length||v||o(u)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=l,p.addListener=l,p.once=l,p.off=l,p.removeListener=l,p.removeAllListeners=l,p.emit=l,p.prependListener=l,p.prependOnceListener=l,p.listeners=function(e){return[]},p.binding=function(e){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(e){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},function(e,t,n){(function(t){"use strict";"production"===t.env.NODE_ENV?e.exports=n(97):e.exports=n(98)}).call(t,n(95))},function(e,t){"use strict";function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case p:case y:case u:case l:case c:case v:return e;default:switch(e=e&&e.$$typeof){case f:case d:case b:case h:case s:return e;default:return t}}case a:return t}}}function r(e){return n(e)===y}var o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,u=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,l=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,p=o?Symbol.for("react.async_mode"):60111,y=o?Symbol.for("react.concurrent_mode"):60111,d=o?Symbol.for("react.forward_ref"):60112,v=o?Symbol.for("react.suspense"):60113,m=o?Symbol.for("react.suspense_list"):60120,h=o?Symbol.for("react.memo"):60115,b=o?Symbol.for("react.lazy"):60116,g=o?Symbol.for("react.block"):60121,O=o?Symbol.for("react.fundamental"):60117,_=o?Symbol.for("react.responder"):60118,w=o?Symbol.for("react.scope"):60119;t.AsyncMode=p,t.ConcurrentMode=y,t.ContextConsumer=f,t.ContextProvider=s,t.Element=i,t.ForwardRef=d,t.Fragment=u,t.Lazy=b,t.Memo=h,t.Portal=a,t.Profiler=l,t.StrictMode=c,t.Suspense=v,t.isAsyncMode=function(e){return r(e)||n(e)===p},t.isConcurrentMode=r,t.isContextConsumer=function(e){return n(e)===f},t.isContextProvider=function(e){return n(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===i},t.isForwardRef=function(e){return n(e)===d},t.isFragment=function(e){return n(e)===u},t.isLazy=function(e){return n(e)===b},t.isMemo=function(e){return n(e)===h},t.isPortal=function(e){return n(e)===a},t.isProfiler=function(e){return n(e)===l},t.isStrictMode=function(e){return n(e)===c},t.isSuspense=function(e){return n(e)===v},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===u||e===y||e===l||e===c||e===v||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===b||e.$$typeof===h||e.$$typeof===s||e.$$typeof===f||e.$$typeof===d||e.$$typeof===O||e.$$typeof===_||e.$$typeof===w||e.$$typeof===g)},t.typeOf=n},function(e,t,n){(function(e){"use strict";"production"!==e.env.NODE_ENV&&function(){function e(e){return"string"==typeof e||"function"==typeof e||e===g||e===E||e===_||e===O||e===x||e===N||"object"==typeof e&&null!==e&&(e.$$typeof===k||e.$$typeof===T||e.$$typeof===w||e.$$typeof===S||e.$$typeof===j||e.$$typeof===M||e.$$typeof===I||e.$$typeof===R||e.$$typeof===D)}function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case h:var n=e.type;switch(n){case P:case E:case g:case _:case O:case x:return n;default:var r=n&&n.$$typeof;switch(r){case S:case j:case k:case T:case w:return r;default:return t}}case b:return t}}}function r(e){return K||(K=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),o(e)||n(e)===P}function o(e){return n(e)===E}function i(e){return n(e)===S}function a(e){return n(e)===w}function u(e){return"object"==typeof e&&null!==e&&e.$$typeof===h}function c(e){return n(e)===j}function l(e){return n(e)===g}function s(e){return n(e)===k}function f(e){return n(e)===T}function p(e){return n(e)===b}function y(e){return n(e)===_}function d(e){return n(e)===O}function v(e){return n(e)===x}var m="function"==typeof Symbol&&Symbol.for,h=m?Symbol.for("react.element"):60103,b=m?Symbol.for("react.portal"):60106,g=m?Symbol.for("react.fragment"):60107,O=m?Symbol.for("react.strict_mode"):60108,_=m?Symbol.for("react.profiler"):60114,w=m?Symbol.for("react.provider"):60109,S=m?Symbol.for("react.context"):60110,P=m?Symbol.for("react.async_mode"):60111,E=m?Symbol.for("react.concurrent_mode"):60111,j=m?Symbol.for("react.forward_ref"):60112,x=m?Symbol.for("react.suspense"):60113,N=m?Symbol.for("react.suspense_list"):60120,T=m?Symbol.for("react.memo"):60115,k=m?Symbol.for("react.lazy"):60116,D=m?Symbol.for("react.block"):60121,M=m?Symbol.for("react.fundamental"):60117,I=m?Symbol.for("react.responder"):60118,R=m?Symbol.for("react.scope"):60119,A=P,C=E,L=S,F=w,V=h,$=j,W=g,z=k,q=T,B=b,U=_,Y=O,G=x,K=!1;t.AsyncMode=A,t.ConcurrentMode=C,t.ContextConsumer=L,t.ContextProvider=F,t.Element=V,t.ForwardRef=$,t.Fragment=W,t.Lazy=z,t.Memo=q,t.Portal=B, t.Profiler=U,t.StrictMode=Y,t.Suspense=G,t.isAsyncMode=r,t.isConcurrentMode=o,t.isContextConsumer=i,t.isContextProvider=a,t.isElement=u,t.isForwardRef=c,t.isFragment=l,t.isLazy=s,t.isMemo=f,t.isPortal=p,t.isProfiler=y,t.isStrictMode=d,t.isSuspense=v,t.isValidElementType=e,t.typeOf=n}()}).call(t,n(95))},function(e,t,n){(function(t){"use strict";function r(){return null}var o=n(96),i=n(100),a=n(101),u=n(102),c=Function.call.bind(Object.prototype.hasOwnProperty),l=function(){};"production"!==t.env.NODE_ENV&&(l=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),e.exports=function(e,n){function s(e){var t=e&&(N&&e[N]||e[T]);if("function"==typeof t)return t}function f(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function p(e){this.message=e,this.stack=""}function y(e){function r(r,u,c,s,f,y,d){if(s=s||k,y=y||c,d!==a){if(n){var v=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw v.name="Invariant Violation",v}if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var m=s+":"+c;!o[m]&&i<3&&(l("You are manually calling a React.PropTypes validation function for the `"+y+"` prop on `"+s+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),o[m]=!0,i++)}}return null==u[c]?r?new p(null===u[c]?"The "+f+" `"+y+"` is marked as required in `"+s+"`, but its value is `null`.":"The "+f+" `"+y+"` is marked as required in `"+s+"`, but its value is `undefined`."):null:e(u,c,s,f,y)}if("production"!==t.env.NODE_ENV)var o={},i=0;var u=r.bind(null,!1);return u.isRequired=r.bind(null,!0),u}function d(e){function t(t,n,r,o,i,a){var u=t[n];if(P(u)!==e)return new p("Invalid "+o+" `"+i+"` of type `"+E(u)+"` supplied to `"+r+"`, expected `"+e+"`.");return null}return y(t)}function v(e){function t(t,n,r,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var u=t[n];if(!Array.isArray(u)){return new p("Invalid "+o+" `"+i+"` of type `"+P(u)+"` supplied to `"+r+"`, expected an array.")}for(var c=0;c<u.length;c++){var l=e(u,c,r,o,i+"["+c+"]",a);if(l instanceof Error)return l}return null}return y(t)}function m(e){function t(t,n,r,o,i){if(!(t[n]instanceof e)){var a=e.name||k;return new p("Invalid "+o+" `"+i+"` of type `"+x(t[n])+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}return null}return y(t)}function h(e){function n(t,n,r,o,i){for(var a=t[n],u=0;u<e.length;u++)if(f(a,e[u]))return null;var c=JSON.stringify(e,function(e,t){return"symbol"===E(t)?String(t):t});return new p("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+c+".")}return Array.isArray(e)?y(n):("production"!==t.env.NODE_ENV&&l(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),r)}function b(e){function t(t,n,r,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],l=P(u);if("object"!==l)return new p("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+r+"`, expected an object.");for(var s in u)if(c(u,s)){var f=e(u,s,r,o,i+"."+s,a);if(f instanceof Error)return f}return null}return y(t)}function g(e){function n(t,n,r,o,i){for(var u=0;u<e.length;u++){if(null==(0,e[u])(t,n,r,o,i,a))return null}return new p("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")}if(!Array.isArray(e))return"production"!==t.env.NODE_ENV&&l("Invalid argument supplied to oneOfType, expected an instance of array."),r;for(var o=0;o<e.length;o++){var i=e[o];if("function"!=typeof i)return l("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+j(i)+" at index "+o+"."),r}return y(n)}function O(e){function t(t,n,r,o,i){var u=t[n],c=P(u);if("object"!==c)return new p("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");for(var l in e){var s=e[l];if(s){var f=s(u,l,r,o,i+"."+l,a);if(f)return f}}return null}return y(t)}function _(e){function t(t,n,r,o,u){var c=t[n],l=P(c);if("object"!==l)return new p("Invalid "+o+" `"+u+"` of type `"+l+"` supplied to `"+r+"`, expected `object`.");var s=i({},t[n],e);for(var f in s){var y=e[f];if(!y)return new p("Invalid "+o+" `"+u+"` key `"+f+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var d=y(c,f,r,o,u+"."+f,a);if(d)return d}return null}return y(t)}function w(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(w);if(null===t||e(t))return!0;var n=s(t);if(!n)return!1;var r,o=n.call(t);if(n!==t.entries){for(;!(r=o.next()).done;)if(!w(r.value))return!1}else for(;!(r=o.next()).done;){var i=r.value;if(i&&!w(i[1]))return!1}return!0;default:return!1}}function S(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function P(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":S(t,e)?"symbol":t}function E(e){if(void 0===e||null===e)return""+e;var t=P(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function j(e){var t=E(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}function x(e){return e.constructor&&e.constructor.name?e.constructor.name:k}var N="function"==typeof Symbol&&Symbol.iterator,T="@@iterator",k="<<anonymous>>",D={array:d("array"),bool:d("boolean"),func:d("function"),number:d("number"),object:d("object"),string:d("string"),symbol:d("symbol"),any:function(){return y(r)}(),arrayOf:v,element:function(){function t(t,n,r,o,i){var a=t[n];if(!e(a)){return new p("Invalid "+o+" `"+i+"` of type `"+P(a)+"` supplied to `"+r+"`, expected a single ReactElement.")}return null}return y(t)}(),elementType:function(){function e(e,t,n,r,i){var a=e[t];if(!o.isValidElementType(a)){return new p("Invalid "+r+" `"+i+"` of type `"+P(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")}return null}return y(e)}(),instanceOf:m,node:function(){function e(e,t,n,r,o){return w(e[t])?null:new p("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")}return y(e)}(),objectOf:b,oneOf:h,oneOfType:g,shape:O,exact:_};return p.prototype=Error.prototype,D.checkPropTypes=u,D.resetWarningCache=u.resetWarningCache,D.PropTypes=D,D}}).call(t,n(95))},function(e,t){"use strict";function n(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,u,c=n(e),l=1;l<arguments.length;l++){a=Object(arguments[l]);for(var s in a)o.call(a,s)&&(c[s]=a[s]);if(r){u=r(a);for(var f=0;f<u.length;f++)i.call(a,u[f])&&(c[u[f]]=a[u[f]])}}return c}},function(e,t){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){(function(t){"use strict";function r(e,n,r,c,l){if("production"!==t.env.NODE_ENV)for(var s in e)if(u(e,s)){var f;try{if("function"!=typeof e[s]){var p=Error((c||"React class")+": "+r+" type `"+s+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[s]+"`.");throw p.name="Invariant Violation",p}f=e[s](n,s,c,r,null,i)}catch(e){f=e}if(!f||f instanceof Error||o((c||"React class")+": type specification of "+r+" `"+s+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in a)){a[f.message]=!0;var y=l?l():"";o("Failed "+r+" type: "+f.message+(null!=y?y:""))}}}var o=function(){};if("production"!==t.env.NODE_ENV){var i=n(101),a={},u=Function.call.bind(Object.prototype.hasOwnProperty);o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}r.resetWarningCache=function(){"production"!==t.env.NODE_ENV&&(a={})},e.exports=r}).call(t,n(95))},function(e,t,n){"use strict";function r(){}function o(){}var i=n(101);o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,a){if(a!==i){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:r};return n.PropTypes=n,n}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e.default:e}t.__esModule=!0;var o=n(105);t.Motion=r(o);var i=n(125);t.StaggeredMotion=r(i);var a=n(126);t.TransitionMotion=r(a);var u=n(128);t.spring=r(u);var c=n(129);t.presets=r(c);var l=n(107);t.stripStyle=r(l);var s=n(130);t.reorderKeys=r(s)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=n(106),a=r(i),u=n(107),c=r(u),l=n(108),s=r(l),f=n(109),p=r(f),y=n(110),d=r(y),v=n(112),m=r(v),h=n(3),b=r(h),g=n(113),O=r(g),_=n(122),w=r(_),S=w.default({propTypes:{defaultStyle:O.default.objectOf(O.default.number),style:O.default.objectOf(O.default.oneOfType([O.default.number,O.default.object])).isRequired,children:O.default.func.isRequired,onRest:O.default.func},getInitialState:function(){var e=this.props,t=e.defaultStyle,n=e.style,r=t||c.default(n),o=a.default(r);return{currentStyle:r,currentVelocity:o,lastIdealStyle:r,lastIdealVelocity:o}},wasAnimating:!1,animationID:null,prevTime:0,accumulatedTime:0,unreadPropStyle:null,clearUnreadPropStyle:function(e){var t=!1,n=this.state,r=n.currentStyle,i=n.currentVelocity,a=n.lastIdealStyle,u=n.lastIdealVelocity;for(var c in e)if(Object.prototype.hasOwnProperty.call(e,c)){var l=e[c];"number"==typeof l&&(t||(t=!0,r=o({},r),i=o({},i),a=o({},a),u=o({},u)),r[c]=l,i[c]=0,a[c]=l,u[c]=0)}t&&this.setState({currentStyle:r,currentVelocity:i,lastIdealStyle:a,lastIdealVelocity:u})},startAnimationIfNecessary:function(){var e=this;this.animationID=d.default(function(t){var n=e.props.style;if(m.default(e.state.currentStyle,n,e.state.currentVelocity))return e.wasAnimating&&e.props.onRest&&e.props.onRest(),e.animationID=null,e.wasAnimating=!1,void(e.accumulatedTime=0);e.wasAnimating=!0;var r=t||p.default(),o=r-e.prevTime;if(e.prevTime=r,e.accumulatedTime=e.accumulatedTime+o,e.accumulatedTime>1e3/60*10&&(e.accumulatedTime=0),0===e.accumulatedTime)return e.animationID=null,void e.startAnimationIfNecessary();var i=(e.accumulatedTime-Math.floor(e.accumulatedTime/(1e3/60))*(1e3/60))/(1e3/60),a=Math.floor(e.accumulatedTime/(1e3/60)),u={},c={},l={},f={};for(var y in n)if(Object.prototype.hasOwnProperty.call(n,y)){var d=n[y];if("number"==typeof d)l[y]=d,f[y]=0,u[y]=d,c[y]=0;else{for(var v=e.state.lastIdealStyle[y],h=e.state.lastIdealVelocity[y],b=0;b<a;b++){var g=s.default(1e3/60/1e3,v,h,d.val,d.stiffness,d.damping,d.precision);v=g[0],h=g[1]}var O=s.default(1e3/60/1e3,v,h,d.val,d.stiffness,d.damping,d.precision),_=O[0],w=O[1];l[y]=v+(_-v)*i,f[y]=h+(w-h)*i,u[y]=v,c[y]=h}}e.animationID=null,e.accumulatedTime-=a*(1e3/60),e.setState({currentStyle:l,currentVelocity:f,lastIdealStyle:u,lastIdealVelocity:c}),e.unreadPropStyle=null,e.startAnimationIfNecessary()})},componentDidMount:function(){this.prevTime=p.default(),this.startAnimationIfNecessary()},componentWillReceiveProps:function(e){null!=this.unreadPropStyle&&this.clearUnreadPropStyle(this.unreadPropStyle),this.unreadPropStyle=e.style,null==this.animationID&&(this.prevTime=p.default(),this.startAnimationIfNecessary())},componentWillUnmount:function(){null!=this.animationID&&(d.default.cancel(this.animationID),this.animationID=null)},render:function(){var e=this.props.children(this.state.currentStyle);return e&&b.default.Children.only(e)}});t.default=S,e.exports=t.default},function(e,t){"use strict";function n(e){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=0);return t}t.__esModule=!0,t.default=n,e.exports=t.default},function(e,t){"use strict";function n(e){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]="number"==typeof e[n]?e[n]:e[n].val);return t}t.__esModule=!0,t.default=n,e.exports=t.default},function(e,t){"use strict";function n(e,t,n,o,i,a,u){var c=-i*(t-o),l=-a*n,s=c+l,f=n+s*e,p=t+f*e;return Math.abs(f)<u&&Math.abs(p-o)<u?(r[0]=o,r[1]=0,r):(r[0]=p,r[1]=f,r)}t.__esModule=!0,t.default=n;var r=[0,0];e.exports=t.default},function(e,t,n){(function(t){(function(){var n,r,o;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:void 0!==t&&null!==t&&t.hrtime?(e.exports=function(){return(n()-o)/1e6},r=t.hrtime,n=function(){var e;return e=r(),1e9*e[0]+e[1]},o=n()):Date.now?(e.exports=function(){return Date.now()-o},o=Date.now()):(e.exports=function(){return(new Date).getTime()-o},o=(new Date).getTime())}).call(this)}).call(t,n(95))},function(e,t,n){(function(t){for(var r=n(111),o="undefined"==typeof window?t:window,i=["moz","webkit"],a="AnimationFrame",u=o["request"+a],c=o["cancel"+a]||o["cancelRequest"+a],l=0;!u&&l<i.length;l++)u=o[i[l]+"Request"+a],c=o[i[l]+"Cancel"+a]||o[i[l]+"CancelRequest"+a];if(!u||!c){var s=0,f=0,p=[];u=function(e){if(0===p.length){var t=r(),n=Math.max(0,1e3/60-(t-s));s=n+t,setTimeout(function(){var e=p.slice(0);p.length=0;for(var t=0;t<e.length;t++)if(!e[t].cancelled)try{e[t].callback(s)}catch(e){setTimeout(function(){throw e},0)}},Math.round(n))}return p.push({handle:++f,callback:e,cancelled:!1}),f},c=function(e){for(var t=0;t<p.length;t++)p[t].handle===e&&(p[t].cancelled=!0)}}e.exports=function(e){return u.call(o,e)},e.exports.cancel=function(){c.apply(o,arguments)},e.exports.polyfill=function(e){e||(e=o),e.requestAnimationFrame=u,e.cancelAnimationFrame=c}}).call(t,function(){return this}())},function(e,t,n){(function(t){(function(){var n,r,o,i,a,u;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:void 0!==t&&null!==t&&t.hrtime?(e.exports=function(){return(n()-a)/1e6},r=t.hrtime,n=function(){var e;return e=r(),1e9*e[0]+e[1]},i=n(),u=1e9*t.uptime(),a=i-u):Date.now?(e.exports=function(){return Date.now()-o},o=Date.now()):(e.exports=function(){return(new Date).getTime()-o},o=(new Date).getTime())}).call(this)}).call(t,n(95))},function(e,t){"use strict";function n(e,t,n){for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){if(0!==n[r])return!1;var o="number"==typeof t[r]?t[r]:t[r].val;if(e[r]!==o)return!1}return!0}t.__esModule=!0,t.default=n,e.exports=t.default},function(e,t,n){(function(t){if("production"!==t.env.NODE_ENV){var r=n(114);e.exports=n(117)(r.isElement,!0)}else e.exports=n(121)()}).call(t,n(95))},function(e,t,n){(function(t){"use strict";"production"===t.env.NODE_ENV?e.exports=n(115):e.exports=n(116)}).call(t,n(95))},function(e,t){"use strict";function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case p:case y:case u:case l:case c:case v:return e;default:switch(e=e&&e.$$typeof){case f:case d:case b:case h:case s:return e;default:return t}}case a:return t}}}function r(e){return n(e)===y}var o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,u=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,l=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,p=o?Symbol.for("react.async_mode"):60111,y=o?Symbol.for("react.concurrent_mode"):60111,d=o?Symbol.for("react.forward_ref"):60112,v=o?Symbol.for("react.suspense"):60113,m=o?Symbol.for("react.suspense_list"):60120,h=o?Symbol.for("react.memo"):60115,b=o?Symbol.for("react.lazy"):60116,g=o?Symbol.for("react.block"):60121,O=o?Symbol.for("react.fundamental"):60117,_=o?Symbol.for("react.responder"):60118,w=o?Symbol.for("react.scope"):60119;t.AsyncMode=p,t.ConcurrentMode=y,t.ContextConsumer=f,t.ContextProvider=s,t.Element=i,t.ForwardRef=d,t.Fragment=u,t.Lazy=b,t.Memo=h,t.Portal=a,t.Profiler=l,t.StrictMode=c,t.Suspense=v,t.isAsyncMode=function(e){return r(e)||n(e)===p},t.isConcurrentMode=r,t.isContextConsumer=function(e){return n(e)===f},t.isContextProvider=function(e){return n(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===i},t.isForwardRef=function(e){return n(e)===d},t.isFragment=function(e){return n(e)===u},t.isLazy=function(e){return n(e)===b},t.isMemo=function(e){return n(e)===h},t.isPortal=function(e){return n(e)===a},t.isProfiler=function(e){return n(e)===l},t.isStrictMode=function(e){return n(e)===c},t.isSuspense=function(e){return n(e)===v},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===u||e===y||e===l||e===c||e===v||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===b||e.$$typeof===h||e.$$typeof===s||e.$$typeof===f||e.$$typeof===d||e.$$typeof===O||e.$$typeof===_||e.$$typeof===w||e.$$typeof===g)},t.typeOf=n},function(e,t,n){(function(e){"use strict";"production"!==e.env.NODE_ENV&&function(){function e(e){return"string"==typeof e||"function"==typeof e||e===g||e===E||e===_||e===O||e===x||e===N||"object"==typeof e&&null!==e&&(e.$$typeof===k||e.$$typeof===T||e.$$typeof===w||e.$$typeof===S||e.$$typeof===j||e.$$typeof===M||e.$$typeof===I||e.$$typeof===R||e.$$typeof===D)}function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case h:var n=e.type;switch(n){case P:case E:case g:case _:case O:case x:return n;default:var r=n&&n.$$typeof;switch(r){case S:case j:case k:case T:case w:return r;default:return t}}case b:return t}}}function r(e){return K||(K=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),o(e)||n(e)===P}function o(e){return n(e)===E}function i(e){return n(e)===S}function a(e){return n(e)===w}function u(e){return"object"==typeof e&&null!==e&&e.$$typeof===h}function c(e){return n(e)===j}function l(e){return n(e)===g}function s(e){return n(e)===k}function f(e){return n(e)===T}function p(e){return n(e)===b}function y(e){return n(e)===_}function d(e){return n(e)===O}function v(e){return n(e)===x}var m="function"==typeof Symbol&&Symbol.for,h=m?Symbol.for("react.element"):60103,b=m?Symbol.for("react.portal"):60106,g=m?Symbol.for("react.fragment"):60107,O=m?Symbol.for("react.strict_mode"):60108,_=m?Symbol.for("react.profiler"):60114,w=m?Symbol.for("react.provider"):60109,S=m?Symbol.for("react.context"):60110,P=m?Symbol.for("react.async_mode"):60111,E=m?Symbol.for("react.concurrent_mode"):60111,j=m?Symbol.for("react.forward_ref"):60112,x=m?Symbol.for("react.suspense"):60113,N=m?Symbol.for("react.suspense_list"):60120,T=m?Symbol.for("react.memo"):60115,k=m?Symbol.for("react.lazy"):60116,D=m?Symbol.for("react.block"):60121,M=m?Symbol.for("react.fundamental"):60117,I=m?Symbol.for("react.responder"):60118,R=m?Symbol.for("react.scope"):60119,A=P,C=E,L=S,F=w,V=h,$=j,W=g,z=k,q=T,B=b,U=_,Y=O,G=x,K=!1;t.AsyncMode=A,t.ConcurrentMode=C,t.ContextConsumer=L,t.ContextProvider=F,t.Element=V,t.ForwardRef=$,t.Fragment=W,t.Lazy=z,t.Memo=q,t.Portal=B,t.Profiler=U,t.StrictMode=Y,t.Suspense=G,t.isAsyncMode=r,t.isConcurrentMode=o,t.isContextConsumer=i,t.isContextProvider=a,t.isElement=u,t.isForwardRef=c,t.isFragment=l,t.isLazy=s,t.isMemo=f,t.isPortal=p,t.isProfiler=y,t.isStrictMode=d,t.isSuspense=v,t.isValidElementType=e,t.typeOf=n}()}).call(t,n(95))},function(e,t,n){(function(t){"use strict";function r(){return null}var o=n(114),i=n(118),a=n(119),u=n(120),c=Function.call.bind(Object.prototype.hasOwnProperty),l=function(){};"production"!==t.env.NODE_ENV&&(l=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),e.exports=function(e,n){function s(e){var t=e&&(N&&e[N]||e[T]);if("function"==typeof t)return t}function f(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function p(e){this.message=e,this.stack=""}function y(e){function r(r,u,c,s,f,y,d){if(s=s||k,y=y||c,d!==a){if(n){var v=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw v.name="Invariant Violation",v}if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var m=s+":"+c;!o[m]&&i<3&&(l("You are manually calling a React.PropTypes validation function for the `"+y+"` prop on `"+s+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),o[m]=!0,i++)}}return null==u[c]?r?new p(null===u[c]?"The "+f+" `"+y+"` is marked as required in `"+s+"`, but its value is `null`.":"The "+f+" `"+y+"` is marked as required in `"+s+"`, but its value is `undefined`."):null:e(u,c,s,f,y)}if("production"!==t.env.NODE_ENV)var o={},i=0;var u=r.bind(null,!1);return u.isRequired=r.bind(null,!0),u}function d(e){function t(t,n,r,o,i,a){var u=t[n];if(P(u)!==e)return new p("Invalid "+o+" `"+i+"` of type `"+E(u)+"` supplied to `"+r+"`, expected `"+e+"`.");return null}return y(t)}function v(e){function t(t,n,r,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var u=t[n];if(!Array.isArray(u)){return new p("Invalid "+o+" `"+i+"` of type `"+P(u)+"` supplied to `"+r+"`, expected an array.")}for(var c=0;c<u.length;c++){var l=e(u,c,r,o,i+"["+c+"]",a);if(l instanceof Error)return l}return null}return y(t)}function m(e){function t(t,n,r,o,i){if(!(t[n]instanceof e)){var a=e.name||k;return new p("Invalid "+o+" `"+i+"` of type `"+x(t[n])+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}return null}return y(t)}function h(e){function n(t,n,r,o,i){for(var a=t[n],u=0;u<e.length;u++)if(f(a,e[u]))return null;var c=JSON.stringify(e,function(e,t){return"symbol"===E(t)?String(t):t});return new p("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+c+".")}return Array.isArray(e)?y(n):("production"!==t.env.NODE_ENV&&l(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),r)}function b(e){function t(t,n,r,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],l=P(u);if("object"!==l)return new p("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+r+"`, expected an object.");for(var s in u)if(c(u,s)){var f=e(u,s,r,o,i+"."+s,a);if(f instanceof Error)return f}return null}return y(t)}function g(e){function n(t,n,r,o,i){for(var u=0;u<e.length;u++){if(null==(0,e[u])(t,n,r,o,i,a))return null}return new p("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")}if(!Array.isArray(e))return"production"!==t.env.NODE_ENV&&l("Invalid argument supplied to oneOfType, expected an instance of array."),r;for(var o=0;o<e.length;o++){var i=e[o];if("function"!=typeof i)return l("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+j(i)+" at index "+o+"."),r}return y(n)}function O(e){function t(t,n,r,o,i){var u=t[n],c=P(u);if("object"!==c)return new p("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");for(var l in e){var s=e[l];if(s){var f=s(u,l,r,o,i+"."+l,a);if(f)return f}}return null}return y(t)}function _(e){function t(t,n,r,o,u){var c=t[n],l=P(c);if("object"!==l)return new p("Invalid "+o+" `"+u+"` of type `"+l+"` supplied to `"+r+"`, expected `object`.");var s=i({},t[n],e);for(var f in s){var y=e[f];if(!y)return new p("Invalid "+o+" `"+u+"` key `"+f+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var d=y(c,f,r,o,u+"."+f,a);if(d)return d}return null}return y(t)}function w(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(w);if(null===t||e(t))return!0;var n=s(t);if(!n)return!1;var r,o=n.call(t);if(n!==t.entries){for(;!(r=o.next()).done;)if(!w(r.value))return!1}else for(;!(r=o.next()).done;){var i=r.value;if(i&&!w(i[1]))return!1}return!0;default:return!1}}function S(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function P(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":S(t,e)?"symbol":t}function E(e){if(void 0===e||null===e)return""+e;var t=P(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function j(e){var t=E(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}function x(e){return e.constructor&&e.constructor.name?e.constructor.name:k}var N="function"==typeof Symbol&&Symbol.iterator,T="@@iterator",k="<<anonymous>>",D={array:d("array"),bool:d("boolean"),func:d("function"),number:d("number"),object:d("object"),string:d("string"),symbol:d("symbol"),any:function(){return y(r)}(),arrayOf:v,element:function(){function t(t,n,r,o,i){var a=t[n];if(!e(a)){return new p("Invalid "+o+" `"+i+"` of type `"+P(a)+"` supplied to `"+r+"`, expected a single ReactElement.")}return null}return y(t)}(),elementType:function(){function e(e,t,n,r,i){var a=e[t];if(!o.isValidElementType(a)){return new p("Invalid "+r+" `"+i+"` of type `"+P(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")}return null}return y(e)}(),instanceOf:m,node:function(){function e(e,t,n,r,o){return w(e[t])?null:new p("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")}return y(e)}(),objectOf:b,oneOf:h,oneOfType:g,shape:O,exact:_};return p.prototype=Error.prototype,D.checkPropTypes=u,D.resetWarningCache=u.resetWarningCache,D.PropTypes=D,D}}).call(t,n(95))},function(e,t){"use strict";function n(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,u,c=n(e),l=1;l<arguments.length;l++){a=Object(arguments[l]);for(var s in a)o.call(a,s)&&(c[s]=a[s]);if(r){u=r(a);for(var f=0;f<u.length;f++)i.call(a,u[f])&&(c[u[f]]=a[u[f]])}}return c}},function(e,t){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){(function(t){"use strict";function r(e,n,r,c,l){if("production"!==t.env.NODE_ENV)for(var s in e)if(u(e,s)){var f;try{if("function"!=typeof e[s]){var p=Error((c||"React class")+": "+r+" type `"+s+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[s]+"`.");throw p.name="Invariant Violation",p}f=e[s](n,s,c,r,null,i)}catch(e){f=e}if(!f||f instanceof Error||o((c||"React class")+": type specification of "+r+" `"+s+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in a)){a[f.message]=!0;var y=l?l():"";o("Failed "+r+" type: "+f.message+(null!=y?y:""))}}}var o=function(){};if("production"!==t.env.NODE_ENV){var i=n(119),a={},u=Function.call.bind(Object.prototype.hasOwnProperty);o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}r.resetWarningCache=function(){"production"!==t.env.NODE_ENV&&(a={})},e.exports=r}).call(t,n(95))},function(e,t,n){"use strict";function r(){}function o(){}var i=n(119);o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,a){if(a!==i){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:r};return n.PropTypes=n,n}},function(e,t,n){"use strict";var r=n(3),o=n(123);if(void 0===r)throw Error("create-react-class could not find the React object. If you are using script tags, make sure that React is being loaded before create-react-class.");var i=(new r.Component).updater;e.exports=o(r.Component,r.isValidElement,i)},function(e,t,n){(function(t){"use strict";function r(e,t,n,r,o,i,a,u){if(c(t),!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var s=[n,r,o,i,a,u],f=0;l=new Error(t.replace(/%s/g,function(){return s[f++]})),l.name="Invariant Violation"}throw l.framesToPop=1,l}}function o(e){return e}function i(e,n,i){function c(e,n,r){for(var o in n)n.hasOwnProperty(o)&&"production"!==t.env.NODE_ENV&&l("function"==typeof n[o],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",e.displayName||"ReactClass",f[r],o)}function s(e,t){var n=w.hasOwnProperty(t)?w[t]:null;x.hasOwnProperty(t)&&r("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&r("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function y(e,o){if(o){r("function"!=typeof o,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."), r(!n(o),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var i=e.prototype,a=i.__reactAutoBindPairs;o.hasOwnProperty(p)&&P.mixins(e,o.mixins);for(var u in o)if(o.hasOwnProperty(u)&&u!==p){var c=o[u],f=i.hasOwnProperty(u);if(s(f,u),P.hasOwnProperty(u))P[u](e,c);else{var y=w.hasOwnProperty(u),d="function"==typeof c,v=d&&!y&&!f&&!1!==o.autobind;if(v)a.push(u,c),i[u]=c;else if(f){var b=w[u];r(y&&("DEFINE_MANY_MERGED"===b||"DEFINE_MANY"===b),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",b,u),"DEFINE_MANY_MERGED"===b?i[u]=m(i[u],c):"DEFINE_MANY"===b&&(i[u]=h(i[u],c))}else i[u]=c,"production"!==t.env.NODE_ENV&&"function"==typeof c&&o.displayName&&(i[u].displayName=o.displayName+"_"+u)}}}else if("production"!==t.env.NODE_ENV){var g=typeof o,O="object"===g&&null!==o;"production"!==t.env.NODE_ENV&&l(O,"%s: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got %s.",e.displayName||"ReactClass",null===o?null:g)}}function d(e,t){if(t)for(var n in t){var o=t[n];if(t.hasOwnProperty(n)){var i=n in P;r(!i,'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n);var a=n in e;if(a){var u=S.hasOwnProperty(n)?S[n]:null;return r("DEFINE_MANY_MERGED"===u,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),void(e[n]=m(e[n],o))}e[n]=o}}}function v(e,t){r(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var n in t)t.hasOwnProperty(n)&&(r(void 0===e[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),e[n]=t[n]);return e}function m(e,t){return function(){var n=e.apply(this,arguments),r=t.apply(this,arguments);if(null==n)return r;if(null==r)return n;var o={};return v(o,n),v(o,r),o}}function h(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function b(e,n){var r=n.bind(e);if("production"!==t.env.NODE_ENV){r.__reactBoundContext=e,r.__reactBoundMethod=n,r.__reactBoundArguments=null;var o=e.constructor.displayName,i=r.bind;r.bind=function(a){for(var u=arguments.length,c=Array(u>1?u-1:0),s=1;s<u;s++)c[s-1]=arguments[s];if(a!==e&&null!==a)"production"!==t.env.NODE_ENV&&l(!1,"bind(): React component methods may only be bound to the component instance. See %s",o);else if(!c.length)return"production"!==t.env.NODE_ENV&&l(!1,"bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call. See %s",o),r;var f=i.apply(r,arguments);return f.__reactBoundContext=e,f.__reactBoundMethod=n,f.__reactBoundArguments=c,f}}return r}function g(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=b(e,o)}}function O(e){var n=o(function(e,o,a){"production"!==t.env.NODE_ENV&&l(this instanceof n,"Something is calling a React component directly. Use a factory or JSX instead. See: https://fb.me/react-legacyfactory"),this.__reactAutoBindPairs.length&&g(this),this.props=e,this.context=o,this.refs=u,this.updater=a||i,this.state=null;var c=this.getInitialState?this.getInitialState():null;"production"!==t.env.NODE_ENV&&void 0===c&&this.getInitialState._isMockFunction&&(c=null),r("object"==typeof c&&!Array.isArray(c),"%s.getInitialState(): must return an object or null",n.displayName||"ReactCompositeComponent"),this.state=c});n.prototype=new N,n.prototype.constructor=n,n.prototype.__reactAutoBindPairs=[],_.forEach(y.bind(null,n)),y(n,E),y(n,e),y(n,j),n.getDefaultProps&&(n.defaultProps=n.getDefaultProps()),"production"!==t.env.NODE_ENV&&(n.getDefaultProps&&(n.getDefaultProps.isReactClassApproved={}),n.prototype.getInitialState&&(n.prototype.getInitialState.isReactClassApproved={})),r(n.prototype.render,"createClass(...): Class specification must implement a `render` method."),"production"!==t.env.NODE_ENV&&(l(!n.prototype.componentShouldUpdate,"%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",e.displayName||"A component"),l(!n.prototype.componentWillRecieveProps,"%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",e.displayName||"A component"),l(!n.prototype.UNSAFE_componentWillRecieveProps,"%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",e.displayName||"A component"));for(var a in w)n.prototype[a]||(n.prototype[a]=null);return n}var _=[],w={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",UNSAFE_componentWillMount:"DEFINE_MANY",UNSAFE_componentWillReceiveProps:"DEFINE_MANY",UNSAFE_componentWillUpdate:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},S={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},P={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)y(e,t[n])},childContextTypes:function(e,n){"production"!==t.env.NODE_ENV&&c(e,n,"childContext"),e.childContextTypes=a({},e.childContextTypes,n)},contextTypes:function(e,n){"production"!==t.env.NODE_ENV&&c(e,n,"context"),e.contextTypes=a({},e.contextTypes,n)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=m(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,n){"production"!==t.env.NODE_ENV&&c(e,n,"prop"),e.propTypes=a({},e.propTypes,n)},statics:function(e,t){d(e,t)},autobind:function(){}},E={componentDidMount:function(){this.__isMounted=!0}},j={componentWillUnmount:function(){this.__isMounted=!1}},x={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return"production"!==t.env.NODE_ENV&&(l(this.__didWarnIsMounted,"%s: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.",this.constructor&&this.constructor.displayName||this.name||"Component"),this.__didWarnIsMounted=!0),!!this.__isMounted}},N=function(){};return a(N.prototype,e.prototype,x),O}var a=n(124),u={};"production"!==t.env.NODE_ENV&&Object.freeze(u);var c=function(e){};"production"!==t.env.NODE_ENV&&(c=function(e){if(void 0===e)throw new Error("invariant requires an error message argument")});var l=function(){};if("production"!==t.env.NODE_ENV){var s=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,i="Warning: "+e.replace(/%s/g,function(){return n[o++]});"undefined"!=typeof console&&console.error(i);try{throw new Error(i)}catch(e){}};l=function(e,t){if(void 0===t)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(0!==t.indexOf("Failed Composite propType: ")&&!e){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];s.apply(void 0,[t].concat(r))}}}var f,p="mixins";f="production"!==t.env.NODE_ENV?{prop:"prop",context:"context",childContext:"child context"}:{},e.exports=i}).call(t,n(95))},function(e,t){"use strict";function n(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,u,c=n(e),l=1;l<arguments.length;l++){a=Object(arguments[l]);for(var s in a)o.call(a,s)&&(c[s]=a[s]);if(r){u=r(a);for(var f=0;f<u.length;f++)i.call(a,u[f])&&(c[u[f]]=a[u[f]])}}return c}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t,n){for(var r=0;r<e.length;r++)if(!h.default(e[r],t[r],n[r]))return!1;return!0}t.__esModule=!0;var i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=n(106),u=r(a),c=n(107),l=r(c),s=n(108),f=r(s),p=n(109),y=r(p),d=n(110),v=r(d),m=n(112),h=r(m),b=n(3),g=r(b),O=n(113),_=r(O),w=n(122),S=r(w),P=S.default({propTypes:{defaultStyles:_.default.arrayOf(_.default.objectOf(_.default.number)),styles:_.default.func.isRequired,children:_.default.func.isRequired},getInitialState:function(){var e=this.props,t=e.defaultStyles,n=e.styles,r=t||n().map(l.default),o=r.map(function(e){return u.default(e)});return{currentStyles:r,currentVelocities:o,lastIdealStyles:r,lastIdealVelocities:o}},animationID:null,prevTime:0,accumulatedTime:0,unreadPropStyles:null,clearUnreadPropStyle:function(e){for(var t=this.state,n=t.currentStyles,r=t.currentVelocities,o=t.lastIdealStyles,a=t.lastIdealVelocities,u=!1,c=0;c<e.length;c++){var l=e[c],s=!1;for(var f in l)if(Object.prototype.hasOwnProperty.call(l,f)){var p=l[f];"number"==typeof p&&(s||(s=!0,u=!0,n[c]=i({},n[c]),r[c]=i({},r[c]),o[c]=i({},o[c]),a[c]=i({},a[c])),n[c][f]=p,r[c][f]=0,o[c][f]=p,a[c][f]=0)}}u&&this.setState({currentStyles:n,currentVelocities:r,lastIdealStyles:o,lastIdealVelocities:a})},startAnimationIfNecessary:function(){var e=this;this.animationID=v.default(function(t){var n=e.props.styles(e.state.lastIdealStyles);if(o(e.state.currentStyles,n,e.state.currentVelocities))return e.animationID=null,void(e.accumulatedTime=0);var r=t||y.default(),i=r-e.prevTime;if(e.prevTime=r,e.accumulatedTime=e.accumulatedTime+i,e.accumulatedTime>1e3/60*10&&(e.accumulatedTime=0),0===e.accumulatedTime)return e.animationID=null,void e.startAnimationIfNecessary();for(var a=(e.accumulatedTime-Math.floor(e.accumulatedTime/(1e3/60))*(1e3/60))/(1e3/60),u=Math.floor(e.accumulatedTime/(1e3/60)),c=[],l=[],s=[],p=[],d=0;d<n.length;d++){var v=n[d],m={},h={},b={},g={};for(var O in v)if(Object.prototype.hasOwnProperty.call(v,O)){var _=v[O];if("number"==typeof _)m[O]=_,h[O]=0,b[O]=_,g[O]=0;else{for(var w=e.state.lastIdealStyles[d][O],S=e.state.lastIdealVelocities[d][O],P=0;P<u;P++){var E=f.default(1e3/60/1e3,w,S,_.val,_.stiffness,_.damping,_.precision);w=E[0],S=E[1]}var j=f.default(1e3/60/1e3,w,S,_.val,_.stiffness,_.damping,_.precision),x=j[0],N=j[1];m[O]=w+(x-w)*a,h[O]=S+(N-S)*a,b[O]=w,g[O]=S}}s[d]=m,p[d]=h,c[d]=b,l[d]=g}e.animationID=null,e.accumulatedTime-=u*(1e3/60),e.setState({currentStyles:s,currentVelocities:p,lastIdealStyles:c,lastIdealVelocities:l}),e.unreadPropStyles=null,e.startAnimationIfNecessary()})},componentDidMount:function(){this.prevTime=y.default(),this.startAnimationIfNecessary()},componentWillReceiveProps:function(e){null!=this.unreadPropStyles&&this.clearUnreadPropStyle(this.unreadPropStyles),this.unreadPropStyles=e.styles(this.state.lastIdealStyles),null==this.animationID&&(this.prevTime=y.default(),this.startAnimationIfNecessary())},componentWillUnmount:function(){null!=this.animationID&&(v.default.cancel(this.animationID),this.animationID=null)},render:function(){var e=this.props.children(this.state.currentStyles);return e&&g.default.Children.only(e)}});t.default=P,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t,n){var r=t;return null==r?e.map(function(e,t){return{key:e.key,data:e.data,style:n[t]}}):e.map(function(e,t){for(var o=0;o<r.length;o++)if(r[o].key===e.key)return{key:r[o].key,data:r[o].data,style:n[t]};return{key:e.key,data:e.data,style:n[t]}})}function i(e,t,n,r){if(r.length!==t.length)return!1;for(var o=0;o<r.length;o++)if(r[o].key!==t[o].key)return!1;for(var o=0;o<r.length;o++)if(!_.default(e[o],t[o].style,n[o]))return!1;return!0}function a(e,t,n,r,o,i,a,u,c){for(var s=v.default(r,o,function(e,r){var o=t(r);return null==o?(n({key:r.key,data:r.data}),null):_.default(i[e],o,a[e])?(n({key:r.key,data:r.data}),null):{key:r.key,data:r.data,style:o}}),f=[],p=[],y=[],d=[],m=0;m<s.length;m++){for(var h=s[m],b=null,g=0;g<r.length;g++)if(r[g].key===h.key){b=g;break}if(null==b){var O=e(h);f[m]=O,y[m]=O;var w=l.default(h.style);p[m]=w,d[m]=w}else f[m]=i[b],y[m]=u[b],p[m]=a[b],d[m]=c[b]}return[s,f,p,y,d]}t.__esModule=!0;var u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},c=n(106),l=r(c),s=n(107),f=r(s),p=n(108),y=r(p),d=n(127),v=r(d),m=n(109),h=r(m),b=n(110),g=r(b),O=n(112),_=r(O),w=n(3),S=r(w),P=n(113),E=r(P),j=n(122),x=r(j),N=x.default({propTypes:{defaultStyles:E.default.arrayOf(E.default.shape({key:E.default.string.isRequired,data:E.default.any,style:E.default.objectOf(E.default.number).isRequired})),styles:E.default.oneOfType([E.default.func,E.default.arrayOf(E.default.shape({key:E.default.string.isRequired,data:E.default.any,style:E.default.objectOf(E.default.oneOfType([E.default.number,E.default.object])).isRequired}))]).isRequired,children:E.default.func.isRequired,willEnter:E.default.func,willLeave:E.default.func,didLeave:E.default.func},getDefaultProps:function(){return{willEnter:function(e){return f.default(e.style)},willLeave:function(){return null},didLeave:function(){}}},getInitialState:function(){var e=this.props,t=e.defaultStyles,n=e.styles,r=e.willEnter,o=e.willLeave,i=e.didLeave,u="function"==typeof n?n(t):n,c=void 0;c=null==t?u:t.map(function(e){for(var t=0;t<u.length;t++)if(u[t].key===e.key)return u[t];return e});var s=null==t?u.map(function(e){return f.default(e.style)}):t.map(function(e){return f.default(e.style)}),p=null==t?u.map(function(e){return l.default(e.style)}):t.map(function(e){return l.default(e.style)}),y=a(r,o,i,c,u,s,p,s,p),d=y[0];return{currentStyles:y[1],currentVelocities:y[2],lastIdealStyles:y[3],lastIdealVelocities:y[4],mergedPropsStyles:d}},unmounting:!1,animationID:null,prevTime:0,accumulatedTime:0,unreadPropStyles:null,clearUnreadPropStyle:function(e){for(var t=a(this.props.willEnter,this.props.willLeave,this.props.didLeave,this.state.mergedPropsStyles,e,this.state.currentStyles,this.state.currentVelocities,this.state.lastIdealStyles,this.state.lastIdealVelocities),n=t[0],r=t[1],o=t[2],i=t[3],c=t[4],l=0;l<e.length;l++){var s=e[l].style,f=!1;for(var p in s)if(Object.prototype.hasOwnProperty.call(s,p)){var y=s[p];"number"==typeof y&&(f||(f=!0,r[l]=u({},r[l]),o[l]=u({},o[l]),i[l]=u({},i[l]),c[l]=u({},c[l]),n[l]={key:n[l].key,data:n[l].data,style:u({},n[l].style)}),r[l][p]=y,o[l][p]=0,i[l][p]=y,c[l][p]=0,n[l].style[p]=y)}}this.setState({currentStyles:r,currentVelocities:o,mergedPropsStyles:n,lastIdealStyles:i,lastIdealVelocities:c})},startAnimationIfNecessary:function(){var e=this;this.unmounting||(this.animationID=g.default(function(t){if(!e.unmounting){var n=e.props.styles,r="function"==typeof n?n(o(e.state.mergedPropsStyles,e.unreadPropStyles,e.state.lastIdealStyles)):n;if(i(e.state.currentStyles,r,e.state.currentVelocities,e.state.mergedPropsStyles))return e.animationID=null,void(e.accumulatedTime=0);var u=t||h.default(),c=u-e.prevTime;if(e.prevTime=u,e.accumulatedTime=e.accumulatedTime+c,e.accumulatedTime>1e3/60*10&&(e.accumulatedTime=0),0===e.accumulatedTime)return e.animationID=null,void e.startAnimationIfNecessary();for(var l=(e.accumulatedTime-Math.floor(e.accumulatedTime/(1e3/60))*(1e3/60))/(1e3/60),s=Math.floor(e.accumulatedTime/(1e3/60)),f=a(e.props.willEnter,e.props.willLeave,e.props.didLeave,e.state.mergedPropsStyles,r,e.state.currentStyles,e.state.currentVelocities,e.state.lastIdealStyles,e.state.lastIdealVelocities),p=f[0],d=f[1],v=f[2],m=f[3],b=f[4],g=0;g<p.length;g++){var O=p[g].style,_={},w={},S={},P={};for(var E in O)if(Object.prototype.hasOwnProperty.call(O,E)){var j=O[E];if("number"==typeof j)_[E]=j,w[E]=0,S[E]=j,P[E]=0;else{for(var x=m[g][E],N=b[g][E],T=0;T<s;T++){var k=y.default(1e3/60/1e3,x,N,j.val,j.stiffness,j.damping,j.precision);x=k[0],N=k[1]}var D=y.default(1e3/60/1e3,x,N,j.val,j.stiffness,j.damping,j.precision),M=D[0],I=D[1];_[E]=x+(M-x)*l,w[E]=N+(I-N)*l,S[E]=x,P[E]=N}}m[g]=S,b[g]=P,d[g]=_,v[g]=w}e.animationID=null,e.accumulatedTime-=s*(1e3/60),e.setState({currentStyles:d,currentVelocities:v,lastIdealStyles:m,lastIdealVelocities:b,mergedPropsStyles:p}),e.unreadPropStyles=null,e.startAnimationIfNecessary()}}))},componentDidMount:function(){this.prevTime=h.default(),this.startAnimationIfNecessary()},componentWillReceiveProps:function(e){this.unreadPropStyles&&this.clearUnreadPropStyle(this.unreadPropStyles);var t=e.styles;this.unreadPropStyles="function"==typeof t?t(o(this.state.mergedPropsStyles,this.unreadPropStyles,this.state.lastIdealStyles)):t,null==this.animationID&&(this.prevTime=h.default(),this.startAnimationIfNecessary())},componentWillUnmount:function(){this.unmounting=!0,null!=this.animationID&&(g.default.cancel(this.animationID),this.animationID=null)},render:function(){var e=o(this.state.mergedPropsStyles,this.unreadPropStyles,this.state.currentStyles),t=this.props.children(e);return t&&S.default.Children.only(t)}});t.default=N,e.exports=t.default},function(e,t){"use strict";function n(e,t,n){for(var r={},o=0;o<e.length;o++)r[e[o].key]=o;for(var i={},o=0;o<t.length;o++)i[t[o].key]=o;for(var a=[],o=0;o<t.length;o++)a[o]=t[o];for(var o=0;o<e.length;o++)if(!Object.prototype.hasOwnProperty.call(i,e[o].key)){var u=n(o,e[o]);null!=u&&a.push(u)}return a.sort(function(e,n){var o=i[e.key],a=i[n.key],u=r[e.key],c=r[n.key];if(null!=o&&null!=a)return i[e.key]-i[n.key];if(null!=u&&null!=c)return r[e.key]-r[n.key];if(null!=o){for(var l=0;l<t.length;l++){var s=t[l].key;if(Object.prototype.hasOwnProperty.call(r,s)){if(o<i[s]&&c>r[s])return-1;if(o>i[s]&&c<r[s])return 1}}return 1}for(var l=0;l<t.length;l++){var s=t[l].key;if(Object.prototype.hasOwnProperty.call(r,s)){if(a<i[s]&&u>r[s])return 1;if(a>i[s]&&u<r[s])return-1}}return-1})}t.__esModule=!0,t.default=n,e.exports=t.default},function(e,t,n){"use strict";function r(e,t){return o({},u,t,{val:e})}t.__esModule=!0;var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};t.default=r;var i=n(129),a=function(e){return e&&e.__esModule?e:{default:e}}(i),u=o({},a.default.noWobble,{precision:.01});e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default={noWobble:{stiffness:170,damping:26},gentle:{stiffness:120,damping:14},wobbly:{stiffness:180,damping:12},stiff:{stiffness:210,damping:20}},e.exports=t.default},function(e,t,n){(function(n){"use strict";function r(){"development"===n.env.NODE_ENV&&(o||(o=!0,console.error("`reorderKeys` has been removed, since it is no longer needed for TransitionMotion's new styles array API.")))}t.__esModule=!0,t.default=r;var o=!1;e.exports=t.default}).call(t,n(95))},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function o(e){"@babel/helpers - typeof";return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e,t,n){return t&&a(e.prototype,t),n&&a(e,n),e}function c(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&l(e,t)}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=y();return function(){var n,r=d(e);if(t){var o=d(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function f(e,t){return!t||"object"!==o(t)&&"function"!=typeof t?p(e):t}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function y(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(6),n(7),n(53),n(55),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(78),n(81),n(85),n(88),n(89);var v=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==o(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=i?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(3)),m=function(e){function t(){return i(this,t),n.apply(this,arguments)}c(t,e);var n=s(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return v.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",ref:function(t){e.svg=t}},v.default.createElement("path",{d:"M32 3.5L28.5 0 16 12.5 3.5 0 0 3.5 12.5 16 0 28.5 3.5 32 16 19.5 28.5 32l3.5-3.5L19.5 16z"}))}}]),t}(v.Component),h=m;t.default=h,e.exports=t.default},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function o(e){return e&&e.__esModule?e:{default:e}}function i(e){"@babel/helpers - typeof";return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function c(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=d();return function(){var n,r=v(e);if(t){var o=v(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function m(e,t){if(null==e)return{};var n,r,o=h(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function h(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}n(53),n(55),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(6),n(7),n(133),n(78),n(81),n(85),n(88),n(89);var b=o(n(93)),g=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(3)),O=(o(n(94)),function(e){var t=e.label,n=m(e,["label"]);return g.default.createElement("a",n,t)}),_=function(e){function t(e){var r;return a(this,t),r=n.call(this,e),r.logoClass="masthead__logo".concat("dark"===r.props.theme?"--dark":""),r}l(t,e);var n=f(t);return c(t,[{key:"componentDidMount",value:function(){this.props.shouldFocusWhenMount&&this.header.focus()}},{key:"render",value:function(){var e=this;return g.default.createElement("header",{className:"masthead"},g.default.createElement("h1",{className:"masthead__heading",ref:function(t){e.header=t},tabIndex:"-1"},g.default.createElement(O,{className:(0,b.default)(this.logoClass,this.props.className),href:this.props.url,label:"Bitesize"})))}}]),t}(g.Component);_.defaultProps={url:"/bitesize",theme:"",className:"",shouldFocusWhenMount:!1};var w=_;t.default=w,e.exports=t.default},function(e,t,n){var r=n(52),o=n(41);n(134)("keys",function(){return function(e){return o(r(e))}})},function(e,t,n){var r=n(32),o=n(11),i=n(21);e.exports=function(e,t){var n=(o.Object||{})[e]||Object[e],a={};a[e]=t(n),r(r.S+r.F*i(function(){n(1)}),"Object",a)}}]);; });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-bitesize-promoted-navigation-view","language":"en-GB","version":"2.10.0","_mrrVersion":"2.2.1"},'u5312054547222389'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle', 'live-push' : '//web.archive.org/web/20211026202602/https://m.files.bbci.co.uk/modules/morph-push-proxy-client/1.0.13/push-proxy' }, shim: { 'morph/react': { deps: ['morph/es5-shim', 'morph/es5-sham'] }, 'morph/es5-sham': { deps: ['morph/es5-shim'] } }, map: { 'morph/react-dom': { 'react': 'morph/react' } } }); } function attempt(fn) { fn(); } requirejs(['morph/react', 'morph/react-dom', 'morph/module/morph'], function(React, ReactDOM) { window.React = React; window.ReactDOM = ReactDOM; if (!Morph.toInitsCalled) { Morph.markPerformance('morph-init-core-deps-complete'); Morph.toInitsCalled = true; } Morph.toInit.bundles.forEach(attempt); Morph.toInit.bundles = []; Morph.markPerformance('morph-init-bundles-complete'); Morph.toInit.payloads.forEach(attempt); Morph.toInit.payloads = []; Morph.markPerformance('morph-init-payloads-complete'); Morph.toInit.registers.forEach(attempt); Morph.toInit.registers = []; Morph.markPerformance('morph-init-registers-complete'); }); };</script><script>if (!Morph.manualInit) { Morph.init(); } /* u5312054547222389 */</script><script><!-- FILE ARCHIVED ON 20:26:02 Oct 26, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 18:26:41 Nov 25, 2024. 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.764 exclusion.robots: 0.034 exclusion.robots.policy: 0.02 esindex: 0.012 cdx.remote: 6.164 LoadShardBlock: 253.888 (6) PetaboxLoader3.datanode: 204.125 (7) PetaboxLoader3.resolve: 358.549 (2) load_resource: 433.084 -->

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