@times-components/ssr 2.43.13 → 2.43.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/article.react.bundle.js +1 -1
- package/dist/article.react.bundle.js.map +1 -1
- package/dist/common.react.bundle.js +1 -1
- package/dist/common.react.bundle.js.map +1 -1
- package/package.json +2 -2
- package/src/client/article.js +2 -1
- package/src/lib/run-client.js +5 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
object-assign
|
|
4
4
|
(c) Sindre Sorhus
|
|
5
5
|
@license MIT
|
|
6
|
-
*/var r=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}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 n,l,u=o(e),s=1;s<arguments.length;s++){for(var c in n=Object(arguments[s]))i.call(n,c)&&(u[c]=n[c]);if(r){l=r(n);for(var d=0;d<l.length;d++)a.call(n,l[d])&&(u[l[d]]=n[l[d]])}}return u}},201:function(e,t,n){"use strict";e.exports=n(385)},202:function(e,t,n){"use strict";var r=n(203),i=n(389);function a(e,t){return 55296==(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1)))}function o(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function l(e){return 1===e.length?"0"+e:e}function u(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}t.inherits=i,t.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var n=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),i=0;i<e.length;i+=2)n.push(parseInt(e[i]+e[i+1],16))}else for(var r=0,i=0;i<e.length;i++){var o=e.charCodeAt(i);o<128?n[r++]=o:o<2048?(n[r++]=o>>6|192,n[r++]=63&o|128):a(e,i)?(o=65536+((1023&o)<<10)+(1023&e.charCodeAt(++i)),n[r++]=o>>18|240,n[r++]=o>>12&63|128,n[r++]=o>>6&63|128,n[r++]=63&o|128):(n[r++]=o>>12|224,n[r++]=o>>6&63|128,n[r++]=63&o|128)}else for(i=0;i<e.length;i++)n[i]=0|e[i];return n},t.toHex=function(e){for(var t="",n=0;n<e.length;n++)t+=l(e[n].toString(16));return t},t.htonl=o,t.toHex32=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e[r];"little"===t&&(i=o(i)),n+=u(i.toString(16))}return n},t.zero2=l,t.zero8=u,t.join32=function(e,t,n,i){var a=n-t;r(a%4==0);for(var o=new Array(a/4),l=0,u=t;l<o.length;l++,u+=4){var s;s="big"===i?e[u]<<24|e[u+1]<<16|e[u+2]<<8|e[u+3]:e[u+3]<<24|e[u+2]<<16|e[u+1]<<8|e[u],o[l]=s>>>0}return o},t.split32=function(e,t){for(var n=new Array(4*e.length),r=0,i=0;r<e.length;r++,i+=4){var a=e[r];"big"===t?(n[i]=a>>>24,n[i+1]=a>>>16&255,n[i+2]=a>>>8&255,n[i+3]=255&a):(n[i+3]=a>>>24,n[i+2]=a>>>16&255,n[i+1]=a>>>8&255,n[i]=255&a)}return n},t.rotr32=function(e,t){return e>>>t|e<<32-t},t.rotl32=function(e,t){return e<<t|e>>>32-t},t.sum32=function(e,t){return e+t>>>0},t.sum32_3=function(e,t,n){return e+t+n>>>0},t.sum32_4=function(e,t,n,r){return e+t+n+r>>>0},t.sum32_5=function(e,t,n,r,i){return e+t+n+r+i>>>0},t.sum64=function(e,t,n,r){var i=e[t],a=r+e[t+1]>>>0,o=(a<r?1:0)+n+i;e[t]=o>>>0,e[t+1]=a},t.sum64_hi=function(e,t,n,r){return(t+r>>>0<t?1:0)+e+n>>>0},t.sum64_lo=function(e,t,n,r){return t+r>>>0},t.sum64_4_hi=function(e,t,n,r,i,a,o,l){var u=0,s=t;return u+=(s=s+r>>>0)<t?1:0,u+=(s=s+a>>>0)<a?1:0,e+n+i+o+(u+=(s=s+l>>>0)<l?1:0)>>>0},t.sum64_4_lo=function(e,t,n,r,i,a,o,l){return t+r+a+l>>>0},t.sum64_5_hi=function(e,t,n,r,i,a,o,l,u,s){var c=0,d=t;return c+=(d=d+r>>>0)<t?1:0,c+=(d=d+a>>>0)<a?1:0,c+=(d=d+l>>>0)<l?1:0,e+n+i+o+u+(c+=(d=d+s>>>0)<s?1:0)>>>0},t.sum64_5_lo=function(e,t,n,r,i,a,o,l,u,s){return t+r+a+l+s>>>0},t.rotr64_hi=function(e,t,n){return(t<<32-n|e>>>n)>>>0},t.rotr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0},t.shr64_hi=function(e,t,n){return e>>>n},t.shr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0}},203:function(e,t){function n(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=n,n.equal=function(e,t,n){if(e!=t)throw new Error(n||"Assertion failed: "+e+" != "+t)}},204:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){e.exports=n(396)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"backgroundColour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"content"},name:{kind:"Name",value:"paywalledContent"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"descriptionMarkup"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"200"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"dropcapsDisabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expirableFlags"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"type"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expiryTime"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"keywords"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcoveAccountId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcovePolicyKey"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcoveVideoId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcovePlayerId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"imageProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"is360"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"imageProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"relatedArticleSlice"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"sliceName"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadOneAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"OpinionOneAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"opinion"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharingEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"savingEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"standfirst"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"tiles"},arguments:[{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"IntValue",value:"1"}},{kind:"Argument",name:{kind:"Name",value:"desc"},value:{kind:"BooleanValue",value:!0}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slices"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sections"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"template"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"textColour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"topics"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCount"},value:{kind:"IntValue",value:"5"}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"articleProps"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"imageProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop1251"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1.25:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop11"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop45"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"4:5",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop23"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2:3",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop2251"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2.25:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"relatedProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Tile"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"articleProps"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"summaries"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"articleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthorByline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"author"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"jobTitle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"twitter"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"updatedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"seoDescription"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"summaries"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"summary105"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"105"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary145"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"145"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary160"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"160"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary175"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"175"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary225"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"225"}}],directives:[]}]}}],loc:{start:0,end:3729,source:{body:'query ArticleQuery($id: ID!) {\n article(id: $id) {\n backgroundColour {\n rgba {\n red\n green\n blue\n alpha\n }\n }\n commentsEnabled\n content: paywalledContent\n descriptionMarkup: summary(maxCharCount: 200)\n dropcapsDisabled\n expirableFlags {\n type\n expiryTime\n }\n keywords\n leadAsset {\n ... on Video {\n id\n brightcoveAccountId\n brightcovePolicyKey\n brightcoveVideoId\n brightcovePlayerId\n posterImage {\n ...imageProps\n }\n is360\n }\n ... on Image {\n ...imageProps\n }\n }\n relatedArticleSlice {\n sliceName: __typename\n ... on StandardSlice {\n items {\n ...relatedProps\n }\n }\n ... on LeadOneAndTwoSlice {\n lead {\n ...relatedProps\n }\n support1 {\n ...relatedProps\n }\n support2 {\n ...relatedProps\n }\n }\n ... on OpinionOneAndTwoSlice {\n opinion {\n ...relatedProps\n }\n support1 {\n ...relatedProps\n }\n support2 {\n ...relatedProps\n }\n }\n }\n sharingEnabled\n savingEnabled\n standfirst\n tiles(first: 1, desc: true) {\n slices {\n sections {\n title\n }\n }\n }\n template\n textColour {\n rgba {\n red\n green\n blue\n alpha\n }\n }\n topics(maxCount: 5) {\n name\n slug\n }\n ...articleProps\n }\n}\n\nfragment imageProps on Image {\n caption\n credits\n crop169: crop(ratio: "16:9") {\n ratio\n url\n }\n crop32: crop(ratio: "3:2") {\n ratio\n url\n }\n crop1251: crop(ratio: "1.25:1") {\n ratio\n url\n }\n crop11: crop(ratio: "1:1") {\n ratio\n url\n }\n crop45: crop(ratio: "4:5") {\n ratio\n url\n }\n crop23: crop(ratio: "2:3") {\n ratio\n url\n }\n crop2251: crop(ratio: "2.25:1") {\n ratio\n url\n }\n id\n title\n}\n\nfragment articleProps on Article {\n bylines {\n ... on Byline {\n ... on AuthorByline {\n author {\n image\n jobTitle\n twitter\n slug\n name\n }\n byline\n }\n byline\n image {\n id\n caption\n credits\n title\n crop(ratio: "1:1") {\n ratio\n url\n }\n }\n }\n }\n hasVideo\n headline\n id\n label\n publicationName\n publishedTime\n updatedTime\n section\n shortIdentifier\n shortHeadline\n seoDescription\n slug\n url\n}\n\nfragment relatedProps on Tile {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n article {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n ...articleProps\n ...summaries\n }\n}\n\nfragment summaries on Article {\n summary105: summary(maxCharCount: 105)\n summary125: summary(maxCharCount: 125)\n summary145: summary(maxCharCount: 145)\n summary160: summary(maxCharCount: 160)\n summary175: summary(maxCharCount: 175)\n summary225: summary(maxCharCount: 225)\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),a=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleBookmarkedQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"isBookmarked"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:107,source:{body:"query ArticleBookmarkedQuery($id: ID!) {\n article(id: $id) {\n __typename\n id\n isBookmarked\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),o=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleExtrasQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relatedArticleSlice"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"sliceName"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"topics"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCount"},value:{kind:"IntValue",value:"5"}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"relatedProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Tile"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"articleProps"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"summaries"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"articleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"summaries"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}}],loc:{start:0,end:1329,source:{body:'#import "./article_props.graphql"\n\nquery ArticleExtrasQuery($id: ID!) {\n article(id: $id) {\n id\n commentsEnabled\n relatedArticleSlice {\n sliceName: __typename\n ... on StandardSlice {\n items {\n ...relatedProps\n }\n }\n }\n topics(maxCount: 5) {\n name\n slug\n }\n }\n}\n\nfragment relatedProps on Tile {\n leadAsset {\n __typename\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n article {\n leadAsset {\n __typename\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n ...articleProps\n ...summaries\n }\n}\n\nfragment summaries on Article {\n summary125: summary(maxCharCount: 125)\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),l=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"AuthorQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"author"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articles"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"count"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"biography"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"hasLeadAssets"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"jobTitle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"twitter"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"metaDescription"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:193,source:{body:"query AuthorQuery($slug: Slug!) {\n author(slug: $slug) {\n articles {\n count\n }\n biography\n hasLeadAssets\n image\n jobTitle\n name\n twitter\n metaDescription\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),u=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleDraftQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"draftArticle"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"backgroundColour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"dropcapsDisabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expirableFlags"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"type"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expiryTime"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"keywords"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcoveAccountId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcovePolicyKey"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcoveVideoId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcovePlayerId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"imageProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"is360"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"imageProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"relatedArticleSlice"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"sliceName"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftStandardSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftLeadOneAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftOpinionOneAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"opinion"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharingEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"savingEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"standfirst"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"template"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"textColour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"draftArticleProps"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"imageProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop1251"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1.25:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop11"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop45"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"4:5",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop23"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2:3",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop2251"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2.25:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"relatedProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftTile"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"articleProps"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"summaries"},directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftArticle"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"draftArticleProps"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"draftSummaries"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"draftArticleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftArticle"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"updatedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"articleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"updatedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"summaries"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"summary105"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"105"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary145"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"145"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary160"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"160"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary175"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"175"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary225"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"225"}}],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"draftSummaries"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftArticle"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"summary105"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"105"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary145"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"145"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary160"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"160"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary175"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"175"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary225"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"225"}}],directives:[]}]}}],loc:{start:0,end:4674,source:{body:'query ArticleDraftQuery($id: ID!) {\n draftArticle(id: $id) {\n backgroundColour {\n rgba {\n red\n green\n blue\n alpha\n }\n }\n commentsEnabled\n content\n dropcapsDisabled\n expirableFlags {\n type\n expiryTime\n }\n keywords\n leadAsset {\n ... on Video {\n id\n brightcoveAccountId\n brightcovePolicyKey\n brightcoveVideoId\n brightcovePlayerId\n posterImage {\n ...imageProps\n }\n is360\n }\n ... on Image {\n ...imageProps\n }\n }\n relatedArticleSlice {\n sliceName: __typename\n ... on DraftStandardSlice {\n items {\n ...relatedProps\n }\n }\n ... on DraftLeadOneAndTwoSlice {\n lead {\n ...relatedProps\n }\n support1 {\n ...relatedProps\n }\n support2 {\n ...relatedProps\n }\n }\n ... on DraftOpinionOneAndTwoSlice {\n opinion {\n ...relatedProps\n }\n support1 {\n ...relatedProps\n }\n support2 {\n ...relatedProps\n }\n }\n }\n sharingEnabled\n savingEnabled\n standfirst\n template\n textColour {\n rgba {\n red\n green\n blue\n alpha\n }\n }\n ...draftArticleProps\n }\n}\n\nfragment imageProps on Image {\n caption\n credits\n crop169: crop(ratio: "16:9") {\n ratio\n url\n }\n crop32: crop(ratio: "3:2") {\n ratio\n url\n }\n crop1251: crop(ratio: "1.25:1") {\n ratio\n url\n }\n crop11: crop(ratio: "1:1") {\n ratio\n url\n }\n crop45: crop(ratio: "4:5") {\n ratio\n url\n }\n crop23: crop(ratio: "2:3") {\n ratio\n url\n }\n crop2251: crop(ratio: "2.25:1") {\n ratio\n url\n }\n id\n title\n}\n\nfragment articleProps on Article {\n bylines {\n ... on Byline {\n byline\n image {\n id\n caption\n credits\n title\n crop(ratio: "1:1") {\n ratio\n url\n }\n }\n }\n }\n hasVideo\n headline\n id\n label\n publicationName\n publishedTime\n updatedTime\n section\n shortIdentifier\n shortHeadline\n slug\n url\n}\n\nfragment draftArticleProps on DraftArticle {\n bylines {\n ... on Byline {\n byline\n image {\n id\n caption\n credits\n title\n crop(ratio: "1:1") {\n ratio\n url\n }\n }\n }\n }\n hasVideo\n headline\n id\n label\n publicationName\n publishedTime\n updatedTime\n section\n shortIdentifier\n shortHeadline\n slug\n url\n}\n\nfragment relatedProps on DraftTile {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n article {\n ... on Article {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n ...articleProps\n ...summaries\n }\n ... on DraftArticle {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n ...draftArticleProps\n ...draftSummaries\n }\n }\n}\n\nfragment summaries on Article {\n summary105: summary(maxCharCount: 105)\n summary125: summary(maxCharCount: 125)\n summary145: summary(maxCharCount: 145)\n summary160: summary(maxCharCount: 160)\n summary175: summary(maxCharCount: 175)\n summary225: summary(maxCharCount: 225)\n}\n\nfragment draftSummaries on DraftArticle {\n summary105: summary(maxCharCount: 105)\n summary125: summary(maxCharCount: 125)\n summary145: summary(maxCharCount: 145)\n summary160: summary(maxCharCount: 160)\n summary175: summary(maxCharCount: 175)\n summary225: summary(maxCharCount: 225)\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),s=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"EditionQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edition"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"updateText"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sections"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"sectionPageProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"sectionPageProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Section"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"colour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"standardSection"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"magazineSection"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"puzzleSection"},directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"standardSection"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSection"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slices"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"commonSlicesSection"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"magazineSection"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"MagazineSection"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"cover"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"crops"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"slices"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"commonSlicesSection"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"puzzleSection"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PuzzleSection"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slices"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Puzzle"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"hideOnMobile"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"commonSlicesSection"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSectionSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CommentLeadAndCartoonSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"cartoon"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadersSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leader1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"leader2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"leader3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadOneAndFourSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support4"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadOneAndOneSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadOneFullWidthSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadTwoNoPicAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary1000"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"1000"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser1000"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"1000"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"lead2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryFourSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary4"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryOneSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryOneAndColumnistSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"columnist"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset23"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset23"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset23"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryOneAndFourSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support4"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryTwoAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}}]}},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}}]}},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryTwoNoPicAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"TwoPicAndSixNoPicSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"lead2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support4"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support5"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support6"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DailyUniversalRegister"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"briefing"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"durItem"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"onThisDay"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"durItem"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"natureNotes"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"durItem"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"birthdaysToday"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"durItem"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"baseArticleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"expirableFlags"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"type"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expiryTime"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"longRead"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset32"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset11"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop11"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop11"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset169"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset169and32"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset32and45"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop45"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"4:5",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop45"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"4:5",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset23"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop23"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2:3",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop23"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2:3",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"durItem"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DailyUniversalRegisterItem"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"sectionCropProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Crop"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relativeHorizontalOffset"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relativeVerticalOffset"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relativeWidth"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relativeHeight"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}],loc:{start:0,end:224,source:{body:'#import "./section_fragment.graphql"\n\nquery EditionQuery($id: ID!) {\n edition(id: $id) {\n id\n publishedTime\n publicationName\n updateText\n sections {\n id\n title\n ...sectionPageProps\n }\n }\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),c=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetSavedBookamrks"},variableDefinitions:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"viewer"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bookmarks"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bookmarks"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"total"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:114,source:{body:"query GetSavedBookamrks {\n viewer {\n bookmarks {\n bookmarks {\n id\n }\n total\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),d=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetNewsletter"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"code"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"newsletter"},arguments:[{kind:"Argument",name:{kind:"Name",value:"code"},value:{kind:"Variable",name:{kind:"Name",value:"code"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"isSubscribed"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:106,source:{body:"query GetNewsletter($code: String!) {\n newsletter(code: $code) {\n id\n isSubscribed\n title\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),f=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetTokenisedArticleUrl"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"tokenisedUrl"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:85,source:{body:"query GetTokenisedArticleUrl($id: ID!) {\n article(id: $id) {\n tokenisedUrl\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),m=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"SaveBookmark"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"UUID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"saveBookmarks"},arguments:[{kind:"Argument",name:{kind:"Name",value:"bookmarks"},value:{kind:"ListValue",values:[{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}]}]}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:93,source:{body:"mutation SaveBookmark($id: UUID!) {\n saveBookmarks(bookmarks: [{ id: $id }]) {\n id\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),p=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"SubscribeNewsletter"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"code"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"subscribeNewsletter"},arguments:[{kind:"Argument",name:{kind:"Name",value:"code"},value:{kind:"Variable",name:{kind:"Name",value:"code"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"isSubscribed"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:114,source:{body:"mutation SubscribeNewsletter($code: String!) {\n subscribeNewsletter(code: $code) {\n id\n isSubscribed\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),v=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"TopicQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"topic"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"metaDescription"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:107,source:{body:"query TopicQuery($slug: Slug!) {\n topic(slug: $slug) {\n name\n description\n metaDescription\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),h=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"UnsaveBookmark"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"UUID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"unsaveBookmarks"},arguments:[{kind:"Argument",name:{kind:"Name",value:"bookmarks"},value:{kind:"ListValue",values:[{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}]}]}}],directives:[]}]}}],loc:{start:0,end:84,source:{body:"mutation UnsaveBookmark($id: UUID!) {\n unsaveBookmarks(bookmarks: [{ id: $id }])\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),y=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleListQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"longSummaryLength"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"shortSummaryLength"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"skip"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"author"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articles"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"count"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"list"},arguments:[{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}},{kind:"Argument",name:{kind:"Name",value:"skip"},value:{kind:"Variable",name:{kind:"Name",value:"skip"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"longSummary"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"Variable",name:{kind:"Name",value:"longSummaryLength"}}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"shortSummary"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"Variable",name:{kind:"Name",value:"shortSummaryLength"}}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:539,source:{body:"query ArticleListQuery(\n $first: Int\n $longSummaryLength: Int\n $shortSummaryLength: Int\n $skip: Int\n $slug: Slug!\n) {\n author(slug: $slug) {\n articles {\n count\n list(first: $first, skip: $skip) {\n hasVideo\n id\n label\n slug\n shortIdentifier\n longSummary: summary(maxCharCount: $longSummaryLength)\n publicationName\n publishedTime\n headline\n shortHeadline\n shortSummary: summary(maxCharCount: $shortSummaryLength)\n url\n }\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),g=function(e){var t=e.longSummaryLength,n=e.pageSize,r=e.page;return{first:n,longSummaryLength:t,shortSummaryLength:e.shortSummaryLength,skip:n*(r-1),slug:e.slug}},k=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleListQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Ratio"}}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"skip"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"author"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articles"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"count"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"list"},arguments:[{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}},{kind:"Argument",name:{kind:"Name",value:"skip"},value:{kind:"Variable",name:{kind:"Name",value:"skip"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"145"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:819,source:{body:"query ArticleListQuery(\n $first: Int\n $imageRatio: Ratio!\n $skip: Int\n $slug: Slug!\n) {\n author(slug: $slug) {\n articles {\n count\n list(first: $first, skip: $skip) {\n hasVideo\n headline\n id\n label\n slug\n shortIdentifier\n leadAsset {\n ... on Image {\n caption\n crop(ratio: $imageRatio) {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n caption\n crop(ratio: $imageRatio) {\n url\n }\n id\n title\n }\n }\n }\n publicationName\n publishedTime\n shortHeadline\n summary(maxCharCount: 145)\n url\n }\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),b=function(e){var t=e.slug,n=e.pageSize,r=e.page,i=e.articleImageRatio;return{first:n,imageRatio:void 0===i?"3:2":i,skip:n*(r-1),slug:t}},S=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"TopicArticlesQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Ratio"}}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"skip"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"topic"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articles"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"count"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"list"},arguments:[{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}},{kind:"Argument",name:{kind:"Name",value:"skip"},value:{kind:"Variable",name:{kind:"Name",value:"skip"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"115"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:1129,source:{body:'query TopicArticlesQuery(\n $first: Int\n $imageRatio: Ratio!\n $skip: Int\n $slug: Slug!\n) {\n topic(slug: $slug) {\n articles {\n count\n list(first: $first, skip: $skip) {\n bylines {\n ... on Byline {\n byline\n image {\n id\n caption\n credits\n title\n crop(ratio: "1:1") {\n ratio\n url\n }\n }\n }\n }\n hasVideo\n headline\n id\n label\n slug\n shortIdentifier\n leadAsset {\n ... on Image {\n caption\n crop(ratio: $imageRatio) {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n caption\n crop(ratio: $imageRatio) {\n url\n }\n id\n title\n }\n }\n }\n publicationName\n publishedTime\n section\n shortHeadline\n summary(maxCharCount: 115)\n url\n }\n }\n }\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),O=function(e){var t=e.articleImageRatio,n=void 0===t?"3:2":t,r=e.page,i=e.pageSize;return{first:i,imageRatio:n,skip:i*(r-1),slug:e.slug}};n.d(t,"article",(function(){return i})),n.d(t,"articleBookmarked",(function(){return a})),n.d(t,"articleExtras",(function(){return o})),n.d(t,"author",(function(){return l})),n.d(t,"draftArticle",(function(){return u})),n.d(t,"edition",(function(){return s})),n.d(t,"getBookmarks",(function(){return c})),n.d(t,"getNewsletter",(function(){return d})),n.d(t,"getTokenisedArticleUrl",(function(){return f})),n.d(t,"saveBookmarks",(function(){return m})),n.d(t,"subscribeNewsletter",(function(){return p})),n.d(t,"topic",(function(){return v})),n.d(t,"unsaveBookmarks",(function(){return h})),n.d(t,"authorArticlesNoImages",(function(){return y})),n.d(t,"authorArticlesNoImagesPTV",(function(){return g})),n.d(t,"authorArticlesWithImages",(function(){return k})),n.d(t,"authorArticlesWithImagesPTV",(function(){return b})),n.d(t,"topicArticles",(function(){return S})),n.d(t,"topicArticlesPTV",(function(){return O}))}])},25:function(e,t,n){"use strict";function r(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}n.d(t,"a",(function(){return r}))},250:function(e,t,n){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 i(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){a(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 a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const o=n(124).ApolloClient,l=n(642),u=n(658).ApolloLink,s=n(356).createHttpLink,c=n(260).createPersistedQueryLink,d=n(646).default,f=n(647).fragmentMatcher,m=n(186).InMemoryCache,p=n(648),v=p.default,h=p.TealiumSendScheduler;e.exports=(e,t,n)=>{const r=e((e=>{if(!e.uri)throw new Error("API endpoint is empty");const t={fetch:d,headers:e.headers?i({},e.headers):{},uri:e.uri};if(e.useGET&&(t.headers["content-type"]="application/x-www-form-urlencoded",t.useGETForQueries=!0),"undefined"!=typeof window&&window.nuk&&!e.skipAuthorization){const e=window.nuk.getCookieValue("acs_tnl"),n=window.nuk.getCookieValue("sacs_tnl");t.headers.Authorization="Cookie acs_tnl=".concat(e,";sacs_tnl=").concat(n)}const n=u.from([e.usePersistedQueries&&c({useGETForHashedQueries:!0}),s(t)].filter(Boolean));return new o({name:"@times-components/ssr/client (".concat(e.clientName||"unknown",")"),cache:new m({fragmentMatcher:f}).restore(e.initialState||{}),link:n})})({initialState:window.__APOLLO_STATE__,uri:window.nuk.graphqlapi.url,useGET:t.useGET,headers:t.headers,usePersistedQueries:window.nuk.graphqlapi.usePersistedQueries,skipAuthorization:t.skipAuthorization,clientName:window.nuk.graphqlapi.clientName}),(e=>{const t=new h(e.tracking,window,document);return v(t).analytics})({tracking:window.nuk.tracking}),n,{});l.render(r,document.getElementById(t.rootTag))}},251:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=8)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(11)},function(e,t){e.exports=n(2)},function(e,t){e.exports=n(59)},function(e,t){e.exports=n(71)},function(e,t){e.exports=n(152)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=(n(4),n(5)),o=n.n(a),l=n(6),u=n(1),s=n(7),c=n.n(s);function d(e){return(d="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 f(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 m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){p(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function v(){return(v=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}).apply(this,arguments)}function h(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 y(e,t){return(y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function g(e,t){return!t||"object"!==d(t)&&"function"!=typeof t?k(e):t}function k(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var S=function(e){var t=function(t){!function(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&&y(e,t)}(l,t);var n,r,a,o=function(e){var t=function(){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}}();return function(){var n,r=b(e);if(t){var i=b(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return g(this,n)}}(l);function l(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,l),(t=o.call(this,e)).state=e,t.handleChangePage=t.handleChangePage.bind(k(t)),t}return n=l,a=[{key:"addHistory",value:function(e){"undefined"!=typeof window&&window.history&&window.history.pushState({page:e},null,"?page=".concat(e))}},{key:"replaceHistory",value:function(e){"undefined"!=typeof window&&window.history&&window.history.replaceState({page:e},null,"?page=".concat(e))}},{key:"getDerivedStateFromProps",value:function(e,t){return m(m({},e),{},{page:t.page})}}],(r=[{key:"componentDidMount",value:function(){var e=this,t=this.state.page;"undefined"!=typeof window&&(window.onpopstate=function(t){t.state&&e.setState({page:t.state.page})}),l.replaceHistory(t)}},{key:"componentWillUnmount",value:function(){"undefined"!=typeof window&&(window.onpopstate=null)}},{key:"handleChangePage",value:function(e,t){this.setState({page:t},(function(){return l.addHistory(t)})),e.preventDefault()}},{key:"render",value:function(){return i.a.createElement(e,v({},this.state,{onNext:this.handleChangePage,onPrev:this.handleChangePage}))}}])&&h(n.prototype,r),a&&h(n,a),l}(r.Component);return t.displayName="Pagination Helper (".concat(c()(e),")"),t.defaultProps={page:1},t},O=n(2),w=n(3),N=n.n(w),T={color:"inherit",font:"inherit",whiteSpace:"inherit"},j=N()(O.TcText).withConfig({displayName:"page-label__ResponsiveLabel",componentId:"sc-1m9jh18-0"})(["display:none;@media (min-width:","px){display:inline;}"],u.breakpoints.medium),C=function(e){var t=e.direction;return i.a.createElement(O.TcText,{style:T},t,i.a.createElement(j,{style:T}," page"))};function x(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 F(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?x(Object(n),!0).forEach((function(t){E(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):x(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function E(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var P=F(F({color:u.colours.functional.action,height:15},Object(u.fontFactory)({font:"supporting",fontSize:"pagingMeta"})),{},{lineHeight:13}),_={alignItems:"center",flexDirection:"row"},A={nextContainer:Object.assign({paddingBottom:"8px",paddingTop:"10px"},_),nextText:Object.assign({marginRight:Object(u.spacing)(2),textAlign:"right"},P),previousContainer:Object.assign({paddingBottom:"8px",paddingTop:"10px"},_),previousText:Object.assign({marginLeft:Object(u.spacing)(2),textAlign:"left"},P)},I=function(){return i.a.createElement(O.TcView,{style:A.nextContainer,"data-testid":"pagination-button-next"},i.a.createElement(O.TcText,{style:Object(O.checkStylesForUnits)(A.nextText)},i.a.createElement(C,{direction:"Next"})),i.a.createElement("svg",{"aria-label":"icon-next-page",height:12,style:{marginTop:Object(u.spacing)(-.5)},viewBox:"42 12 60 120",width:7},i.a.createElement("g",{fill:u.colours.functional.action},i.a.createElement("path",{d:"M45.8,132L42,128.2,74.8,72,42,15.8,45.8,12,102,72Z"}))))},D=function(){return i.a.createElement(O.TcView,{style:A.previousContainer,"data-testid":"pagination-button-previous"},i.a.createElement("svg",{height:12,style:{marginTop:Object(u.spacing)(-.5)},viewBox:"42 12 60 120",width:7},i.a.createElement("g",{fill:u.colours.functional.action},i.a.createElement("path",{d:"M98.2,12l3.8,3.8L69.2,72,102,128.2,98.2,132,42,72Z"}))),i.a.createElement(O.TcText,{style:Object(O.checkStylesForUnits)(A.previousText)},i.a.createElement(C,{direction:"Previous"})))};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 M(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){L(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 L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var V={message:M(M({color:u.colours.functional.secondary},Object(u.fontFactory)({font:"supporting",fontSize:"pagingMeta"})),{},{paddingTop:4})},B=function(e){var t=e.children;return i.a.createElement(O.TcText,{style:Object(O.checkStylesForUnits)(V.message),testID:"results-message"},t)},q=N()(O.TcView).withConfig({displayName:"results__MessageContainer",componentId:"sc-1f306gs-0"})(["align-items:center;flex-direction:row;justify-content:center;height:50px;@media (min-width:","px){left:0;right:0;position:absolute;}"],u.breakpoints.medium),z=function(e){var t=e.children;return i.a.createElement(q,null,i.a.createElement(B,null,t))},U=N()(O.TcView).withConfig({displayName:"pagination-border__BorderWithResults",componentId:"zd8d3i-0"})(["border-style:solid;align-items:center;flex-direction:row;justify-content:space-between;height:50px;border-bottom-color:",";border-bottom-width:1px;border-top-color:",";border-top-width:1px;@media (min-width:","px){border-top-width:0px;}"],u.colours.functional.keyline,u.colours.functional.keyline,u.breakpoints.medium),Q=N()(O.TcView).withConfig({displayName:"pagination-border__BorderWithoutResults",componentId:"zd8d3i-1"})(["border-style:solid;align-items:center;flex-direction:row;justify-content:space-between;height:50px;border-bottom-color:",";border-bottom-width:1px;border-top-color:",";border-top-width:1px;"],u.colours.functional.keyline,u.colours.functional.keyline),W=function(e){var t=e.children;return e.hideResults?i.a.createElement(Q,null,t):i.a.createElement(U,null,t)};W.defaultProps={hideResults:!1};var H=W,J=N()(O.TcView).withConfig({displayName:"pagination-container__ContainerWithResults",componentId:"csg9hq-0"})(["align-items:stretch;flex-direction:column;@media (min-width:","px){margin-top:",";}"],u.breakpoints.medium,Object(u.spacing)(6)),$=N()(O.TcView).withConfig({displayName:"pagination-container__ContainerWithoutResults",componentId:"csg9hq-1"})(["align-items:stretch;flex-direction:column;"]),G=function(e){var t=e.children;return e.hideResults?i.a.createElement($,null,t):i.a.createElement(J,null,t)};G.defaultProps={hideResults:!1};var Y=G,K=N()(O.TcView).withConfig({displayName:"responsive__LinkContainer",componentId:"ac98ik-0"})(["padding-left:",";padding-right:",";@media (min-width:","px){padding-left:0;padding-right:0;}"],Object(u.spacing)(2),Object(u.spacing)(2),u.breakpoints.medium);function X(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null!=n){var r,i,a=[],o=!0,l=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);o=!0);}catch(e){l=!0,i=e}finally{try{o||null==n.return||n.return()}finally{if(l)throw i}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Z(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)?Z(e,t):void 0}}(e,t)||function(){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 Z(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 ee(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 te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"withPageState",(function(){return S}));var ne={arrow:function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ee(Object(n),!0).forEach((function(t){te(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ee(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({color:u.colours.functional.action},Object(u.fontFactory)({font:"supporting",fontSize:"meta"}))},re=function(e){var t=e.count,n=e.generatePageLink,r=e.hideResults,a=e.onNext,l=e.onPrev,u=e.page,s=e.pageSize,c=Math.min(t,u*s),d=Math.min(c,(u-1)*s+1),f="Showing ".concat(d," - ").concat(c," of ").concat(t," results"),m=d>s?i.a.createElement(o.a,{onPress:function(e){return l(e,u-1)},style:ne.arrow,testID:"page-prev",url:n(u-1)},i.a.createElement(D,null)):null,p=c<t?i.a.createElement(o.a,{onPress:function(e){return a(e,u+1)},style:ne.arrow,testID:"page-next",url:n(u+1)},i.a.createElement(I,null)):null,v=r?null:i.a.createElement(z,null,f);return i.a.createElement(Y,{hideResults:r},v,i.a.createElement(H,{hideResults:r},i.a.createElement(K,null,m),i.a.createElement(K,null,p)))};re.defaultProps={count:0,hideResults:!1,onNext:function(){},onPrev:function(){},page:1,pageSize:20},t.default=Object(l.withTrackEvents)(re,{analyticsEvents:[{actionName:"Pressed",eventName:"onNext",getAttrs:function(e,t){return{destinationPage:X(t,2)[1],direction:"next"}}},{actionName:"Pressed",eventName:"onPrev",getAttrs:function(e,t){return{destinationPage:X(t,2)[1],direction:"previous"}}}]})}])},252:function(e,t,n){(function(e,n){var r="[object Arguments]",i="[object Map]",a="[object Object]",o="[object Set]",l=/^\[object .+?Constructor\]$/,u=/^(?:0|[1-9]\d*)$/,s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s[r]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s[i]=s["[object Number]"]=s[a]=s["[object RegExp]"]=s[o]=s["[object String]"]=s["[object WeakMap]"]=!1;var c="object"==typeof e&&e&&e.Object===Object&&e,d="object"==typeof self&&self&&self.Object===Object&&self,f=c||d||Function("return this")(),m=t&&!t.nodeType&&t,p=m&&"object"==typeof n&&n&&!n.nodeType&&n,v=p&&p.exports===m,h=v&&c.process,y=function(){try{return h&&h.binding&&h.binding("util")}catch(e){}}(),g=y&&y.isTypedArray;function k(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function b(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function S(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var O,w,N,T=Array.prototype,j=Function.prototype,C=Object.prototype,x=f["__core-js_shared__"],F=j.toString,E=C.hasOwnProperty,P=(O=/[^.]+$/.exec(x&&x.keys&&x.keys.IE_PROTO||""))?"Symbol(src)_1."+O:"",_=C.toString,A=RegExp("^"+F.call(E).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),I=v?f.Buffer:void 0,D=f.Symbol,R=f.Uint8Array,M=C.propertyIsEnumerable,L=T.splice,V=D?D.toStringTag:void 0,B=Object.getOwnPropertySymbols,q=I?I.isBuffer:void 0,z=(w=Object.keys,N=Object,function(e){return w(N(e))}),U=ye(f,"DataView"),Q=ye(f,"Map"),W=ye(f,"Promise"),H=ye(f,"Set"),J=ye(f,"WeakMap"),$=ye(Object,"create"),G=Se(U),Y=Se(Q),K=Se(W),X=Se(H),Z=Se(J),ee=D?D.prototype:void 0,te=ee?ee.valueOf:void 0;function ne(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function re(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ie(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ae(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new ie;++t<n;)this.add(e[t])}function oe(e){var t=this.__data__=new re(e);this.size=t.size}function le(e,t){var n=Ne(e),r=!n&&we(e),i=!n&&!r&&Te(e),a=!n&&!r&&!i&&Ee(e),o=n||r||i||a,l=o?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],u=l.length;for(var s in e)!t&&!E.call(e,s)||o&&("length"==s||i&&("offset"==s||"parent"==s)||a&&("buffer"==s||"byteLength"==s||"byteOffset"==s)||be(s,u))||l.push(s);return l}function ue(e,t){for(var n=e.length;n--;)if(Oe(e[n][0],t))return n;return-1}function se(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":V&&V in Object(e)?function(e){var t=E.call(e,V),n=e[V];try{e[V]=void 0;var r=!0}catch(e){}var i=_.call(e);r&&(t?e[V]=n:delete e[V]);return i}(e):function(e){return _.call(e)}(e)}function ce(e){return Fe(e)&&se(e)==r}function de(e,t,n,l,u){return e===t||(null==e||null==t||!Fe(e)&&!Fe(t)?e!=e&&t!=t:function(e,t,n,l,u,s){var c=Ne(e),d=Ne(t),f=c?"[object Array]":ke(e),m=d?"[object Array]":ke(t),p=(f=f==r?a:f)==a,v=(m=m==r?a:m)==a,h=f==m;if(h&&Te(e)){if(!Te(t))return!1;c=!0,p=!1}if(h&&!p)return s||(s=new oe),c||Ee(e)?pe(e,t,n,l,u,s):function(e,t,n,r,a,l,u){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!l(new R(e),new R(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Oe(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case i:var s=b;case o:var c=1&r;if(s||(s=S),e.size!=t.size&&!c)return!1;var d=u.get(e);if(d)return d==t;r|=2,u.set(e,t);var f=pe(s(e),s(t),r,a,l,u);return u.delete(e),f;case"[object Symbol]":if(te)return te.call(e)==te.call(t)}return!1}(e,t,f,n,l,u,s);if(!(1&n)){var y=p&&E.call(e,"__wrapped__"),g=v&&E.call(t,"__wrapped__");if(y||g){var k=y?e.value():e,O=g?t.value():t;return s||(s=new oe),u(k,O,n,l,s)}}if(!h)return!1;return s||(s=new oe),function(e,t,n,r,i,a){var o=1&n,l=ve(e),u=l.length,s=ve(t).length;if(u!=s&&!o)return!1;var c=u;for(;c--;){var d=l[c];if(!(o?d in t:E.call(t,d)))return!1}var f=a.get(e);if(f&&a.get(t))return f==t;var m=!0;a.set(e,t),a.set(t,e);var p=o;for(;++c<u;){d=l[c];var v=e[d],h=t[d];if(r)var y=o?r(h,v,d,t,e,a):r(v,h,d,e,t,a);if(!(void 0===y?v===h||i(v,h,n,r,a):y)){m=!1;break}p||(p="constructor"==d)}if(m&&!p){var g=e.constructor,k=t.constructor;g==k||!("constructor"in e)||!("constructor"in t)||"function"==typeof g&&g instanceof g&&"function"==typeof k&&k instanceof k||(m=!1)}return a.delete(e),a.delete(t),m}(e,t,n,l,u,s)}(e,t,n,l,de,u))}function fe(e){return!(!xe(e)||function(e){return!!P&&P in e}(e))&&(je(e)?A:l).test(Se(e))}function me(e){if(n=(t=e)&&t.constructor,r="function"==typeof n&&n.prototype||C,t!==r)return z(e);var t,n,r,i=[];for(var a in Object(e))E.call(e,a)&&"constructor"!=a&&i.push(a);return i}function pe(e,t,n,r,i,a){var o=1&n,l=e.length,u=t.length;if(l!=u&&!(o&&u>l))return!1;var s=a.get(e);if(s&&a.get(t))return s==t;var c=-1,d=!0,f=2&n?new ae:void 0;for(a.set(e,t),a.set(t,e);++c<l;){var m=e[c],p=t[c];if(r)var v=o?r(p,m,c,t,e,a):r(m,p,c,e,t,a);if(void 0!==v){if(v)continue;d=!1;break}if(f){if(!k(t,(function(e,t){if(o=t,!f.has(o)&&(m===e||i(m,e,n,r,a)))return f.push(t);var o}))){d=!1;break}}else if(m!==p&&!i(m,p,n,r,a)){d=!1;break}}return a.delete(e),a.delete(t),d}function ve(e){return function(e,t,n){var r=t(e);return Ne(e)?r:function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}(r,n(e))}(e,Pe,ge)}function he(e,t){var n,r,i=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function ye(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return fe(n)?n:void 0}ne.prototype.clear=function(){this.__data__=$?$(null):{},this.size=0},ne.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ne.prototype.get=function(e){var t=this.__data__;if($){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return E.call(t,e)?t[e]:void 0},ne.prototype.has=function(e){var t=this.__data__;return $?void 0!==t[e]:E.call(t,e)},ne.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=$&&void 0===t?"__lodash_hash_undefined__":t,this},re.prototype.clear=function(){this.__data__=[],this.size=0},re.prototype.delete=function(e){var t=this.__data__,n=ue(t,e);return!(n<0)&&(n==t.length-1?t.pop():L.call(t,n,1),--this.size,!0)},re.prototype.get=function(e){var t=this.__data__,n=ue(t,e);return n<0?void 0:t[n][1]},re.prototype.has=function(e){return ue(this.__data__,e)>-1},re.prototype.set=function(e,t){var n=this.__data__,r=ue(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},ie.prototype.clear=function(){this.size=0,this.__data__={hash:new ne,map:new(Q||re),string:new ne}},ie.prototype.delete=function(e){var t=he(this,e).delete(e);return this.size-=t?1:0,t},ie.prototype.get=function(e){return he(this,e).get(e)},ie.prototype.has=function(e){return he(this,e).has(e)},ie.prototype.set=function(e,t){var n=he(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},ae.prototype.add=ae.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},ae.prototype.has=function(e){return this.__data__.has(e)},oe.prototype.clear=function(){this.__data__=new re,this.size=0},oe.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},oe.prototype.get=function(e){return this.__data__.get(e)},oe.prototype.has=function(e){return this.__data__.has(e)},oe.prototype.set=function(e,t){var n=this.__data__;if(n instanceof re){var r=n.__data__;if(!Q||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new ie(r)}return n.set(e,t),this.size=n.size,this};var ge=B?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,a=[];++n<r;){var o=e[n];t(o,n,e)&&(a[i++]=o)}return a}(B(e),(function(t){return M.call(e,t)})))}:function(){return[]},ke=se;function be(e,t){return!!(t=null==t?9007199254740991:t)&&("number"==typeof e||u.test(e))&&e>-1&&e%1==0&&e<t}function Se(e){if(null!=e){try{return F.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Oe(e,t){return e===t||e!=e&&t!=t}(U&&"[object DataView]"!=ke(new U(new ArrayBuffer(1)))||Q&&ke(new Q)!=i||W&&"[object Promise]"!=ke(W.resolve())||H&&ke(new H)!=o||J&&"[object WeakMap]"!=ke(new J))&&(ke=function(e){var t=se(e),n=t==a?e.constructor:void 0,r=n?Se(n):"";if(r)switch(r){case G:return"[object DataView]";case Y:return i;case K:return"[object Promise]";case X:return o;case Z:return"[object WeakMap]"}return t});var we=ce(function(){return arguments}())?ce:function(e){return Fe(e)&&E.call(e,"callee")&&!M.call(e,"callee")},Ne=Array.isArray;var Te=q||function(){return!1};function je(e){if(!xe(e))return!1;var t=se(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ce(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function xe(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Fe(e){return null!=e&&"object"==typeof e}var Ee=g?function(e){return function(t){return e(t)}}(g):function(e){return Fe(e)&&Ce(e.length)&&!!s[se(e)]};function Pe(e){return null!=(t=e)&&Ce(t.length)&&!je(t)?le(e):me(e);var t}n.exports=function(e,t){return de(e,t)}}).call(this,n(26),n(128)(e))},253:function(e,t,n){"use strict";e.exports=function(e,t,n,r,i,a,o,l){if(!e){var u;if(void 0===t)u=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,i,a,o,l],c=0;(u=new Error(t.replace(/%s/g,(function(){return s[c++]})))).name="Invariant Violation"}throw u.framesToPop=1,u}}},254:function(e,t,n){e.exports=function e(t){"use strict";var n=/^\0+/g,r=/[\0\r\f]/g,i=/: */g,a=/zoo|gra/,o=/([,: ])(transform)/g,l=/,+\s*(?![^(]*[)])/g,u=/ +\s*(?![^(]*[)])/g,s=/ *[\0] */g,c=/,\r+?/g,d=/([\t\r\n ])*\f?&/g,f=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,m=/\W+/g,p=/@(k\w+)\s*(\S*)\s*/,v=/::(place)/g,h=/:(read-only)/g,y=/\s+(?=[{\];=:>])/g,g=/([[}=:>])\s+/g,k=/(\{[^{]+?);(?=\})/g,b=/\s{2,}/g,S=/([^\(])(:+) */g,O=/[svh]\w+-[tblr]{2}/,w=/\(\s*(.*)\s*\)/g,N=/([\s\S]*?);/g,T=/-self|flex-/g,j=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,x=/([^-])(image-set\()/,F="-webkit-",E="-moz-",P="-ms-",_=59,A=125,I=123,D=40,R=41,M=10,L=13,V=32,B=45,q=42,z=44,U=58,Q=47,W=1,H=1,J=0,$=1,G=1,Y=1,K=0,X=0,Z=0,ee=[],te=[],ne=0,re=null,ie=0,ae=1,oe="",le="",ue="";function se(e,t,i,a,o){for(var l,u,c=0,d=0,f=0,m=0,y=0,g=0,k=0,b=0,O=0,N=0,T=0,j=0,C=0,x=0,E=0,P=0,K=0,te=0,re=0,de=i.length,ye=de-1,ge="",ke="",be="",Se="",Oe="",we="";E<de;){if(k=i.charCodeAt(E),E===ye&&d+m+f+c!==0&&(0!==d&&(k=d===Q?M:Q),m=f=c=0,de++,ye++),d+m+f+c===0){if(E===ye&&(P>0&&(ke=ke.replace(r,"")),ke.trim().length>0)){switch(k){case V:case 9:case _:case L:case M:break;default:ke+=i.charAt(E)}k=_}if(1===K)switch(k){case I:case A:case _:case 34:case 39:case D:case R:case z:K=0;case 9:case L:case M:case V:break;default:for(K=0,re=E,y=k,E--,k=_;re<de;)switch(i.charCodeAt(re++)){case M:case L:case _:++E,k=y,re=de;break;case U:P>0&&(++E,k=y);case I:re=de}}switch(k){case I:for(y=(ke=ke.trim()).charCodeAt(0),T=1,re=++E;E<de;){switch(k=i.charCodeAt(E)){case I:T++;break;case A:T--;break;case Q:switch(g=i.charCodeAt(E+1)){case q:case Q:E=he(g,E,ye,i)}break;case 91:k++;case D:k++;case 34:case 39:for(;E++<ye&&i.charCodeAt(E)!==k;);}if(0===T)break;E++}switch(be=i.substring(re,E),0===y&&(y=(ke=ke.replace(n,"").trim()).charCodeAt(0)),y){case 64:switch(P>0&&(ke=ke.replace(r,"")),g=ke.charCodeAt(1)){case 100:case 109:case 115:case B:l=t;break;default:l=ee}if(re=(be=se(t,l,be,g,o+1)).length,Z>0&&0===re&&(re=ke.length),ne>0&&(u=ve(3,be,l=ce(ee,ke,te),t,H,W,re,g,o,a),ke=l.join(""),void 0!==u&&0===(re=(be=u.trim()).length)&&(g=0,be="")),re>0)switch(g){case 115:ke=ke.replace(w,pe);case 100:case 109:case B:be=ke+"{"+be+"}";break;case 107:be=(ke=ke.replace(p,"$1 $2"+(ae>0?oe:"")))+"{"+be+"}",be=1===G||2===G&&me("@"+be,3)?"@"+F+be+"@"+be:"@"+be;break;default:be=ke+be,112===a&&(Se+=be,be="")}else be="";break;default:be=se(t,ce(t,ke,te),be,a,o+1)}Oe+=be,j=0,K=0,x=0,P=0,te=0,C=0,ke="",be="",k=i.charCodeAt(++E);break;case A:case _:if((re=(ke=(P>0?ke.replace(r,""):ke).trim()).length)>1)switch(0===x&&((y=ke.charCodeAt(0))===B||y>96&&y<123)&&(re=(ke=ke.replace(" ",":")).length),ne>0&&void 0!==(u=ve(1,ke,t,e,H,W,Se.length,a,o,a))&&0===(re=(ke=u.trim()).length)&&(ke="\0\0"),y=ke.charCodeAt(0),g=ke.charCodeAt(1),y){case 0:break;case 64:if(105===g||99===g){we+=ke+i.charAt(E);break}default:if(ke.charCodeAt(re-1)===U)break;Se+=fe(ke,y,g,ke.charCodeAt(2))}j=0,K=0,x=0,P=0,te=0,ke="",k=i.charCodeAt(++E)}}switch(k){case L:case M:if(d+m+f+c+X===0)switch(N){case R:case 39:case 34:case 64:case 126:case 62:case q:case 43:case Q:case B:case U:case z:case _:case I:case A:break;default:x>0&&(K=1)}d===Q?d=0:$+j===0&&107!==a&&ke.length>0&&(P=1,ke+="\0"),ne*ie>0&&ve(0,ke,t,e,H,W,Se.length,a,o,a),W=1,H++;break;case _:case A:if(d+m+f+c===0){W++;break}default:switch(W++,ge=i.charAt(E),k){case 9:case V:if(m+c+d===0)switch(b){case z:case U:case 9:case V:ge="";break;default:k!==V&&(ge=" ")}break;case 0:ge="\\0";break;case 12:ge="\\f";break;case 11:ge="\\v";break;case 38:m+d+c===0&&$>0&&(te=1,P=1,ge="\f"+ge);break;case 108:if(m+d+c+J===0&&x>0)switch(E-x){case 2:112===b&&i.charCodeAt(E-3)===U&&(J=b);case 8:111===O&&(J=O)}break;case U:m+d+c===0&&(x=E);break;case z:d+f+m+c===0&&(P=1,ge+="\r");break;case 34:case 39:0===d&&(m=m===k?0:0===m?k:m);break;case 91:m+d+f===0&&c++;break;case 93:m+d+f===0&&c--;break;case R:m+d+c===0&&f--;break;case D:if(m+d+c===0){if(0===j)switch(2*b+3*O){case 533:break;default:T=0,j=1}f++}break;case 64:d+f+m+c+x+C===0&&(C=1);break;case q:case Q:if(m+c+f>0)break;switch(d){case 0:switch(2*k+3*i.charCodeAt(E+1)){case 235:d=Q;break;case 220:re=E,d=q}break;case q:k===Q&&b===q&&re+2!==E&&(33===i.charCodeAt(re+2)&&(Se+=i.substring(re,E+1)),ge="",d=0)}}if(0===d){if($+m+c+C===0&&107!==a&&k!==_)switch(k){case z:case 126:case 62:case 43:case R:case D:if(0===j){switch(b){case 9:case V:case M:case L:ge+="\0";break;default:ge="\0"+ge+(k===z?"":"\0")}P=1}else switch(k){case D:x+7===E&&108===b&&(x=0),j=++T;break;case R:0==(j=--T)&&(P=1,ge+="\0")}break;case 9:case V:switch(b){case 0:case I:case A:case _:case z:case 12:case 9:case V:case M:case L:break;default:0===j&&(P=1,ge+="\0")}}ke+=ge,k!==V&&9!==k&&(N=k)}}O=b,b=k,E++}if(re=Se.length,Z>0&&0===re&&0===Oe.length&&0===t[0].length==0&&(109!==a||1===t.length&&($>0?le:ue)===t[0])&&(re=t.join(",").length+2),re>0){if(l=0===$&&107!==a?function(e){for(var t,n,i=0,a=e.length,o=Array(a);i<a;++i){for(var l=e[i].split(s),u="",c=0,d=0,f=0,m=0,p=l.length;c<p;++c)if(!(0===(d=(n=l[c]).length)&&p>1)){if(f=u.charCodeAt(u.length-1),m=n.charCodeAt(0),t="",0!==c)switch(f){case q:case 126:case 62:case 43:case V:case D:break;default:t=" "}switch(m){case 38:n=t+le;case 126:case 62:case 43:case V:case R:case D:break;case 91:n=t+n+le;break;case U:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if(Y>0){n=t+n.substring(8,d-1);break}default:(c<1||l[c-1].length<1)&&(n=t+le+n)}break;case z:t="";default:n=d>1&&n.indexOf(":")>0?t+n.replace(S,"$1"+le+"$2"):t+n+le}u+=n}o[i]=u.replace(r,"").trim()}return o}(t):t,ne>0&&void 0!==(u=ve(2,Se,l,e,H,W,re,a,o,a))&&0===(Se=u).length)return we+Se+Oe;if(Se=l.join(",")+"{"+Se+"}",G*J!=0){switch(2!==G||me(Se,2)||(J=0),J){case 111:Se=Se.replace(h,":-moz-$1")+Se;break;case 112:Se=Se.replace(v,"::"+F+"input-$1")+Se.replace(v,"::-moz-$1")+Se.replace(v,":-ms-input-$1")+Se}J=0}}return we+Se+Oe}function ce(e,t,n){var r=t.trim().split(c),i=r,a=r.length,o=e.length;switch(o){case 0:case 1:for(var l=0,u=0===o?"":e[0]+" ";l<a;++l)i[l]=de(u,i[l],n,o).trim();break;default:l=0;var s=0;for(i=[];l<a;++l)for(var d=0;d<o;++d)i[s++]=de(e[d]+" ",r[l],n,o).trim()}return i}function de(e,t,n,r){var i=t,a=i.charCodeAt(0);switch(a<33&&(a=(i=i.trim()).charCodeAt(0)),a){case 38:switch($+r){case 0:case 1:if(0===e.trim().length)break;default:return i.replace(d,"$1"+e.trim())}break;case U:switch(i.charCodeAt(1)){case 103:if(Y>0&&$>0)return i.replace(f,"$1").replace(d,"$1"+ue);break;default:return e.trim()+i.replace(d,"$1"+e.trim())}default:if(n*$>0&&i.indexOf("\f")>0)return i.replace(d,(e.charCodeAt(0)===U?"":"$1")+e.trim())}return e+i}function fe(e,t,n,r){var s,c=0,d=e+";",f=2*t+3*n+4*r;if(944===f)return function(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),i=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*ae){case 0:break;case B:if(110!==e.charCodeAt(10))break;default:var a=i.split((i="",l)),o=0;for(n=0,t=a.length;o<t;n=0,++o){for(var s=a[o],c=s.split(u);s=c[n];){var d=s.charCodeAt(0);if(1===ae&&(d>64&&d<90||d>96&&d<123||95===d||d===B&&s.charCodeAt(1)!==B))switch(isNaN(parseFloat(s))+(-1!==s.indexOf("("))){case 1:switch(s){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:s+=oe}}c[n++]=s}i+=(0===o?"":",")+c.join(" ")}}return i=r+i+";",1===G||2===G&&me(i,1)?F+i+i:i}(d);if(0===G||2===G&&!me(d,1))return d;switch(f){case 1015:return 97===d.charCodeAt(10)?F+d+d:d;case 951:return 116===d.charCodeAt(3)?F+d+d:d;case 963:return 110===d.charCodeAt(5)?F+d+d:d;case 1009:if(100!==d.charCodeAt(4))break;case 969:case 942:return F+d+d;case 978:return F+d+E+d+d;case 1019:case 983:return F+d+E+d+P+d+d;case 883:return d.charCodeAt(8)===B?F+d+d:d.indexOf("image-set(",11)>0?d.replace(x,"$1"+F+"$2")+d:d;case 932:if(d.charCodeAt(4)===B)switch(d.charCodeAt(5)){case 103:return F+"box-"+d.replace("-grow","")+F+d+P+d.replace("grow","positive")+d;case 115:return F+d+P+d.replace("shrink","negative")+d;case 98:return F+d+P+d.replace("basis","preferred-size")+d}return F+d+P+d+d;case 964:return F+d+P+"flex-"+d+d;case 1023:if(99!==d.charCodeAt(8))break;return s=d.substring(d.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),F+"box-pack"+s+F+d+P+"flex-pack"+s+d;case 1005:return a.test(d)?d.replace(i,":"+F)+d.replace(i,":"+E)+d:d;case 1e3:switch(c=(s=d.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(c)){case 226:s=d.replace(O,"tb");break;case 232:s=d.replace(O,"tb-rl");break;case 220:s=d.replace(O,"lr");break;default:return d}return F+d+P+s+d;case 1017:if(-1===d.indexOf("sticky",9))return d;case 975:switch(c=(d=e).length-10,f=(s=(33===d.charCodeAt(c)?d.substring(0,c):d).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(s.charCodeAt(8)<111)break;case 115:d=d.replace(s,F+s)+";"+d;break;case 207:case 102:d=d.replace(s,F+(f>102?"inline-":"")+"box")+";"+d.replace(s,F+s)+";"+d.replace(s,P+s+"box")+";"+d}return d+";";case 938:if(d.charCodeAt(5)===B)switch(d.charCodeAt(6)){case 105:return s=d.replace("-items",""),F+d+F+"box-"+s+P+"flex-"+s+d;case 115:return F+d+P+"flex-item-"+d.replace(T,"")+d;default:return F+d+P+"flex-line-pack"+d.replace("align-content","").replace(T,"")+d}break;case 973:case 989:if(d.charCodeAt(3)!==B||122===d.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?fe(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):d.replace(s,F+s)+d.replace(s,E+s.replace("fill-",""))+d;break;case 962:if(d=F+d+(102===d.charCodeAt(5)?P+d:"")+d,n+r===211&&105===d.charCodeAt(13)&&d.indexOf("transform",10)>0)return d.substring(0,d.indexOf(";",27)+1).replace(o,"$1"+F+"$2")+d}return d}function me(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),i=e.substring(n+1,e.length-1);return re(2!==t?r:r.replace(j,"$1"),i,t)}function pe(e,t){var n=fe(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(N," or ($1)").substring(4):"("+t+")"}function ve(e,t,n,r,i,a,o,l,u,s){for(var c,d=0,f=t;d<ne;++d)switch(c=te[d].call(ge,e,f,n,r,i,a,o,l,u,s)){case void 0:case!1:case!0:case null:break;default:f=c}if(f!==t)return f}function he(e,t,n,r){for(var i=t+1;i<n;++i)switch(r.charCodeAt(i)){case Q:if(e===q&&r.charCodeAt(i-1)===q&&t+2!==i)return i+1;break;case M:if(e===Q)return i+1}return i}function ye(e){for(var t in e){var n=e[t];switch(t){case"keyframe":ae=0|n;break;case"global":Y=0|n;break;case"cascade":$=0|n;break;case"compress":K=0|n;break;case"semicolon":X=0|n;break;case"preserve":Z=0|n;break;case"prefix":re=null,n?"function"!=typeof n?G=1:(G=2,re=n):G=0}}return ye}function ge(t,n){if(void 0!==this&&this.constructor===ge)return e(t);var i=t,a=i.charCodeAt(0);a<33&&(a=(i=i.trim()).charCodeAt(0)),ae>0&&(oe=i.replace(m,91===a?"":"-")),a=1,1===$?ue=i:le=i;var o,l=[ue];ne>0&&void 0!==(o=ve(-1,n,l,l,H,W,0,0,0,0))&&"string"==typeof o&&(n=o);var u=se(ee,l,n,0,0);return ne>0&&void 0!==(o=ve(-2,u,l,l,H,W,u.length,0,0,0))&&"string"!=typeof(u=o)&&(a=0),oe="",ue="",le="",J=0,H=1,W=1,K*a==0?u:u.replace(r,"").replace(y,"").replace(g,"$1").replace(k,"$1").replace(b," ")}return ge.use=function e(t){switch(t){case void 0:case null:ne=te.length=0;break;default:if("function"==typeof t)te[ne++]=t;else if("object"==typeof t)for(var n=0,r=t.length;n<r;++n)e(t[n]);else ie=0|!!t}return e},ge.set=ye,void 0!==t&&ye(t),ge}(null)},255:function(e,t,n){"use strict";var r=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function i(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(i=e[n],a=t[n],!(i===a||r(i)&&r(a)))return!1;var i,a;return!0}t.a=function(e,t){var n;void 0===t&&(t=i);var r,a=[],o=!1;return function(){for(var i=[],l=0;l<arguments.length;l++)i[l]=arguments[l];return o&&n===this&&t(i,a)||(r=e.apply(this,i),o=!0,n=this,a=i),r}}},259:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var r=Object.prototype,i=r.toString,a=r.hasOwnProperty,o=new Map;function l(e,t){try{return function e(t,n){if(t===n)return!0;var r=i.call(t),o=i.call(n);if(r!==o)return!1;switch(r){case"[object Array]":if(t.length!==n.length)return!1;case"[object Object]":if(u(t,n))return!0;var l=Object.keys(t),s=Object.keys(n),c=l.length;if(c!==s.length)return!1;for(var d=0;d<c;++d)if(!a.call(n,l[d]))return!1;for(d=0;d<c;++d){var f=l[d];if(!e(t[f],n[f]))return!1}return!0;case"[object Error]":return t.name===n.name&&t.message===n.message;case"[object Number]":if(t!=t)return n!=n;case"[object Boolean]":case"[object Date]":return+t==+n;case"[object RegExp]":case"[object String]":return t==""+n;case"[object Map]":case"[object Set]":if(t.size!==n.size)return!1;if(u(t,n))return!0;for(var m=t.entries(),p="[object Map]"===r;;){var v=m.next();if(v.done)break;var h=v.value,y=h[0],g=h[1];if(!n.has(y))return!1;if(p&&!e(g,n.get(y)))return!1}return!0}return!1}(e,t)}finally{o.clear()}}function u(e,t){var n=o.get(e);if(n){if(n.has(t))return!0}else o.set(e,n=new Set);return n.add(t),!1}},26:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},260:function(e,t,n){"use strict";n.r(t),n.d(t,"VERSION",(function(){return l})),n.d(t,"defaultGenerateHash",(function(){return u})),n.d(t,"defaultOptions",(function(){return s})),n.d(t,"createPersistedQueryLink",(function(){return p}));var r=n(45),i=n(8),a=n(91),o=n(388),l=1,u=function(e){return o().update(Object(a.print)(e)).digest("hex")},s={generateHash:u,disable:function(e){var t=e.graphQLErrors,n=e.operation;if(t&&t.some((function(e){return"PersistedQueryNotSupported"===e.message})))return!0;var r=n.getContext().response;return!(!r||!r.status||400!==r.status&&500!==r.status)},useGETForHashedQueries:!1};function c(e){return"OperationDefinition"===e.kind&&"mutation"===e.operation}var d=Object.prototype.hasOwnProperty,f="function"==typeof Symbol?Symbol.for("__createPersistedQueryLink_hashes"):"__createPersistedQueryLink_hashes",m=0,p=function(e){void 0===e&&(e={});var t=Object.assign({},s,e),n=t.generateHash,a=t.disable,o=t.useGETForHashedQueries,u=!0,p="forLink"+m++;function v(e){if(!e||"object"!=typeof e)return n(e);d.call(e,f)||Object.defineProperty(e,f,{value:Object.create(null),enumerable:!1});var t=e[f];return d.call(t,p)?t[p]:t[p]=n(e)}return new r.a((function(e,t){if(!t)throw new Error("PersistedQueryLink cannot be the last link in the chain.");var n,r=e.query;if(u)try{e.extensions.persistedQuery={version:l,sha256Hash:v(r)}}catch(e){n=e}return new i.a((function(r){if(!n){var i,l,s=!1,d=!1,f=function(n,r){var o=n.response,c=n.networkError;if(!s&&(o&&o.errors||c)){s=!0;var f={response:o,networkError:c,operation:e,graphQLErrors:o?o.errors:void 0};if(u=!a(f),o&&o.errors&&o.errors.some((function(e){return"PersistedQueryNotFound"===e.message}))||!u)return i&&i.unsubscribe(),e.setContext({http:{includeQuery:!0,includeExtensions:u}}),d&&e.setContext({fetchOptions:l}),void(i=t(e).subscribe(m))}r()},m={next:function(e){f({response:e},(function(){return r.next(e)}))},error:function(e){f({networkError:e},(function(){return r.error(e)}))},complete:r.complete.bind(r)};return e.setContext({http:{includeQuery:!u,includeExtensions:u}}),o&&u&&function(e){return!e.query.definitions.some(c)}(e)&&(e.setContext((function(e){var t=e.fetchOptions,n=void 0===t?{}:t;return l=n,{fetchOptions:Object.assign({},n,{method:"GET"})}})),d=!0),i=t(e).subscribe(m),function(){i&&i.unsubscribe()}}r.error(n)}))}))}},261:function(e,t,n){"use strict";(function(e){var n=new function(){};function r(){return n}try{var i=e["eriuqer".split("").reverse().join("")]("fibers");r=function(){return i.current||n}}catch(e){}t.get=function(){var e=r();return e._optimism_local||(e._optimism_local=Object.create(null))}}).call(this,n(128)(e))},271:function(e,t,n){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 i(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){a(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 a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var r,i,a=[],o=!0,l=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);o=!0);}catch(e){l=!0,i=e}finally{try{o||null==n.return||n.return()}finally{if(l)throw i}}return a}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(e,t)}(e,t)||function(){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 l(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}e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=5)}([function(e,t){e.exports=n(2)},function(e,t){e.exports=n(3)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(428)},function(e,t,n){"use strict";n.r(t);var r=n(1),a=n.n(r),l=n(4),u=n(3);const s=[970,250],c=[728,90],d=[300,50],f=[970,90],m={header:[{height:0,sizes:[],width:0},{height:100,sizes:[[320,50],[320,48],d],width:300},{height:90,sizes:[c],width:768},{height:250,sizes:[s,f,c],width:1024}],intervention:[{height:0,sizes:[],width:0},{height:100,sizes:[[300,250],[320,50],[320,48],d],width:300},{height:90,sizes:[c],width:768},{height:250,sizes:[s,f,c],width:1024}],mpu:[{height:0,sizes:[],width:0},{height:250,sizes:[[300,250],[300,600]],width:300}],native:[{height:250,sizes:[[300,250]],width:300},{height:90,sizes:[c],width:728},{height:250,sizes:[s],width:970}],pixel:[{height:0,sizes:[[1,1]],width:0}]},p={"ad-header":1,"ad-mpu":3,"ad-pixel":2,"ad-pixelskin":2,"ad-pixelteads":2,"article-sponsored-ad":2,default:0,header:1,mpu:3,pixel:2,pixelskin:2,pixelteads:2},v={"ad-header":m.header,"ad-mpu":m.mpu,"ad-pixel":m.pixel,"ad-pixelskin":m.pixelskin,"ad-pixelteads":m.pixelteads,"article-sponsored-ad":m.pixel,default:m.intervention,header:m.header,mpu:m.mpu,"native-inline-ad":m.native,pixel:m.pixel,pixelskin:m.pixel,pixelteads:m.pixel},h=(e,t)=>{const n=v[e]||v.default,r=((e,t)=>{for(let n=e.length-1;n>=0;n-=1)if(t>=e[n].width)return e[n].sizes;return[]})(n,t);return{mappings:n,maxSizes:(e=>e?e.reduce((e,t)=>{let n=o(t,2),r=n[0],i=n[1];return{height:Math.max(e.height,i),width:Math.max(e.width,r)}},{height:0,width:0}):{height:0,width:0})(r),sizes:r,slotName:e}},y={bidderSettings:e=>{let t=e.maxBid,n=e.minPrice,r=e.bucketSize;return{adserverTargeting:[{key:"hb_bidder",val:e=>e.bidder},{key:"hb_adid",val:e=>e.adId},{key:"hb_pb",val:e=>e.cpm>t?t.toFixed(2):e.cpm<r?n.toFixed(2):(e.cpm-e.cpm%r).toFixed(2)},{key:"hb_size",val:e=>e.size}]}},init:{bidderSequence:"random",bidTimeout:3e3,cache:{url:"https://prebid.adnxs.com/pbc/v1/cache"},consentManagement:{allowAuctionWithoutConsent:!0,cmpApi:"iab",timeout:3e3},disableAjaxTimeout:!1,enableSendAllBids:!0,maxRequestsPerOrigin:4,priceGranularity:"medium",timeoutBuffer:400,userSync:{enableOverride:!1,syncDelay:3e3,syncEnabled:!0,syncsPerBidder:5}}};var g=e=>{let t=e.el,n=e.data,r=e.platform,i=e.eventCallback,a=e.window;a.googletag=a.googletag||{},a.googletag.cmd=a.googletag.cmd||[],a.pbjs=a.pbjs||{},a.pbjs.que=a.pbjs.que||[],a.apstag=a.apstag||{_Q:[],addToQueue(e,t){this._Q.push([e,t])},fetchBids(){this.addToQueue("f",arguments)},init(){this.addToQueue("i",arguments)},setDisplayBids(){},targetingKeys:()=>[]};const o=a.apstag,l=a.document,u=a.encodeURIComponent,s=a.googletag,c=a.location,d=a.pbjs,f=a.Promise,m=a.Set,p=a.XMLHttpRequest;let v=!1;const h="web"===r,y=n.prebidConfig,g=y.timeout,k=y.bidders,b=k&&k.amazon&&k.amazon.accountId;return{init(){if(n.disableAds)return f.resolve("ads disabled");const e=[f.resolve()];return a.initCalled||((!n.bidInitialiser&&h||!h)&&this.loadScripts(),e.push(this.apstag.process(),this.prebid.process(),this.gpt.process())),a.initCalled=!0,v||e.push(this.gpt.bid()),v=!0,f.all(e).then(()=>{this.gpt.refreshAd(),i("renderComplete")}).catch(e=>{i("error",e.stack),i("renderFailed")})},loadScripts(){h&&(this.breakpoints(),this.utils.loadScript(this.prebid.url)),this.utils.loadScript(this.gpt.url),this.utils.loadScript(this.apstag.url),this.admantx.init()},breakpoints(){const e={huge:"(min-width: 1320px)",medium:"(min-width: 768px) and (max-width: 1023px)",small:"(max-width: 767px)",wide:"(min-width: 1024px) and (max-width: 1319px)"};a.matchMedia&&Object.keys(e).forEach(t=>{a.matchMedia(e[t]).addListener(this.handleBreakPointChange.bind(this,t))})},handleBreakPointChange(e,t){t.matches&&(this.gpt.setPageTargeting({breakpoint:e,refresh:"true"}),s.cmd.push(()=>s.pubads().refresh()))},admantx:{extractNames:e=>[...new m(e.map(e=>e.name.toLowerCase().trim().replace(/\s+/g,"_").replace(/["'=!+#*~;^()<>[\],&]/g,"")))].join(","),getUrl:()=>"https://euasync01.admantx.com/admantx/service?request="+u(JSON.stringify({key:"f1694ae18c17dc1475ee187e4996ad2b484217b1a436cb04b7ac3dd4902180b6",method:"descriptor",mode:"async",decorator:"json",filter:"default",type:"URL",body:c.href})),init(){const e=new p;e.open("GET",this.getUrl()),e.send(),e.onload=()=>{if(200!==e.status)i("Error: ".concat(e.status,": ").concat(e.statusText));else{const t=e.response;if(t.admants||t.categories||t.entities||t.feelings){const e={admantx_bs:this.extractNames(t.admants),admantx_cat:this.extractNames(t.categories),admantx_emotion:this.extractNames(t.feelings),admantx_ents:this.extractNames(t.entities)};s.cmd.push(()=>this.gpt.setPageTargeting(e))}}},e.onerror=()=>{i("Error in ADmantx request")}}},gpt:{url:"https://www.googletagservices.com/tag/js/gpt.js",setSlotTargeting(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:n,a=r.networkId,o=r.adUnit,l=r.section,u=r.slotTargeting;s.cmd.push(()=>{try{const n=e.slotName,r=e.sizes,c=e.mappings,d=s.defineSlot("/".concat(a,"/").concat(o,"/").concat(l),r,n);if(!d)return;d.addService(s.pubads()),t&&(t.id="wrapper-"+n,t.innerHTML='<div id="'.concat(n,'"></div>'),t.style.display="flex",t.style.alignItems="center",t.style.justifyContent="center",t.style.margin="0 auto",t.style.height="100%");const f=s.sizeMapping();c.forEach(e=>f.addSize([e.width,e.height],e.sizes)),d.defineSizeMapping(f.build()),Object.keys(u||[]).forEach(e=>d.setTargeting(e,u[e]));const m=Math.floor(10*Math.random()).toString();d.setTargeting("timestestgroup",m),d.setTargeting("pos",n),s.display(n),i("warn","[Google] INFO: set slot targeting - "+n)}catch(e){i("error",e.stack)}})},setPageTargeting(e){return s.cmd.push(()=>{try{const t=s.pubads();Object.keys(e).forEach(n=>{t.setTargeting(n,e[n])}),i("warn","[Google] INFO: set page target"),i("log",e)}catch(e){i("error",e.stack)}}),this.waitUntilReady()},init(){s.cmd.push(()=>{const e=s.pubads();e.disableInitialLoad(),e.enableSingleRequest(),e.collapseEmptyDivs(!0,!0),s.enableServices(),i("warn","[Google] INFO: initialised")})},bid(){let e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:n).config;return this.setSlotTargeting(e),this.waitUntilReady()},refreshAd(){s.cmd.push(()=>{h&&d.setTargetingForGPTAsync(),o.setDisplayBids(),s.pubads().refresh(),i("warn","[Google] INFO: pubads refresh")})},process(){let e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:n).pageTargeting;return this.init(),this.setPageTargeting(e),this.waitUntilReady()},waitUntilReady:()=>new f(e=>s.cmd.push(()=>{e()}))},prebid:{url:"https://www.thetimes.co.uk/d/js/vendor/prebid.min-4c674b73bd.js",bid:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:n,t=e.slots;return new f((e,n)=>{d.que.push(()=>{try{if(t.length>0)i("warn","[Prebid] INFO: requesting bids"),i("log",t),t.forEach(e=>d.removeAdUnit(e.code)),d.addAdUnits(t),d.requestBids({bidsBackHandler(t){i("warn","[Prebid] INFO: bid response"),i("log",t),e(t)}});else{const t="[Prebid] INFO: no slots are defined";i("warn",t),e(t)}}catch(e){n(e)}})})},process(){if(h)return this.init(),this.bid();const e="[Prebid] INFO: no prebid on native";return i("warn",e),f.resolve(e)},init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:n,t=e.prebidConfig,r=e.debug,o=void 0!==r&&r;const l=t.init,u=t.bidderSettings;a.pbjs.bidderTimeout=g,a.pbjs.bidderSettings=u&&u(t),d.que.push(()=>{l.debug=o,d.setConfig(l),i("warn","[Prebid] INFO: initialised"),i("log",l)})}},apstag:{url:"https://c.amazon-adsystem.com/aax2/apstag.js",getConfig(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:n,t=e.slots,r=e.networkId,i=e.adUnit,a=e.section;const o=[r,i];a&&o.push(a);const l=o.reduce((e,t,n)=>1===n?"/".concat(e,"/").concat(t):"".concat(e,"/").concat(t));return t.map(e=>({sizes:e.sizes,slotID:e.code,slotName:l}))},bid(){return new f(e=>{try{const t=this.getConfig();if(t.length>0)i("warn","[Amazon] INFO: requesting bids"),i("log",t),o.fetchBids({slots:t},t=>{i("warn","[Amazon] INFO: bids response"),i("log",t),e(t)});else{const t="[Amazon] INFO: no slots are defined";i("warn",t),e(t)}}catch(t){i("error",t.stack),e(t)}})},process(){if(b)return this.init();const e="[Amazon] INFO: amazonAccountID undefined";return i("warn",e),f.resolve(e)},init(){const e={adServer:"googletag",bidTimeout:g,gdpr:{cmpTimeout:g},pubID:b};i("log",e),o.init(e,()=>(i("warn","[Amazon] INFO: initialised"),this.bid()))}},utils:{scriptsInserted:{},createScriptElement(e,t,n){try{const r=l.createElement("script");r.type="text/javascript",r.defer=!0,t&&r.addEventListener("load",t),n&&r.addEventListener("error",n),r.src=e,l.head.appendChild(r)}catch(e){i("error",e.stack)}},loadScript(e){return this.scriptsInserted[e]?f.resolve('Inserting "'.concat(e,'" twice.')):(this.scriptsInserted[e]=!0,new f((t,n)=>{this.createScriptElement(e,()=>{t("loaded "+e)},()=>{n(new Error("load error for "+e))})}))}}}},k=n(0),b=n.n(k),S=n(2),O={alignItems:"center",flex:1},w=(i(i({backgroundColor:S.colours.functional.backgroundPrimary,borderColor:S.colours.functional.keyline,borderStyle:"solid",borderWidth:1,color:S.colours.functional.secondary},Object(S.fontFactory)({font:"body",fontSize:"puffLink"})),{},{letterSpacing:1.5,paddingBottom:Object(S.spacing)(1),paddingLeft:Object(S.spacing)(2),paddingRight:Object(S.spacing)(2),paddingTop:Object(S.spacing)(1),zIndex:1}),S.colours.functional.backgroundPrimary,S.colours.functional.keyline,e=>{let t=e.slotName,n=e.style;return a.a.createElement(u.TcView,{style:i(i({},O),n)},a.a.createElement("div",{id:""+{header:"ad-header","inline-ad":"ad-article-inline",articleListAd:"inline-ad",pixel:"ad-pixel",pixelteads:"ad-pixelteads",pixelskin:"ad-pixelskin",inlineAd1:"ad-article-inline-1",inlineAd2:"ad-article-inline-2",inlineAd3:"ad-article-inline-3"}[t]}))});b.a.shape({}),b.a.number.isRequired,b.a.func.isRequired,b.a.func,b.a.func,b.a.number.isRequired,b.a.number;class N extends r.Component{constructor(){var e;return e=super(...arguments),this.eventQueue=[],this.eventCallback=(e,t)=>{this.eventQueue.push({detail:t,type:e}),this.processEventQueue()},this.processEvent=e=>{let t=e.type,n=e.detail;const r=this.props,i=r.onRenderComplete,a=r.onRenderError,o=r.data;if(0!==this.eventQueue.length)switch(t){case"renderFailed":a();break;case"renderComplete":i();break;default:o.debug&&((e,t)=>{switch(e){case"error":console.error(t);break;case"warn":console.warn(t);break;case"info":console.info(t);break;case"debug":console.debug(t);break;case"log":console.log(t);break;default:console.log(e),console.log(t)}})(t,n)}},e}componentDidMount(){const e=this.props,t=e.data,n=e.init;this.initExecuting=!0,this.hasUnmounted=!1,this.adInit=n({data:t,el:this.div,eventCallback:this.eventCallback,platform:"web",window:window}),this.adInit&&this.adInit.init&&this.adInit.init(),this.initExecuting=!1,this.processEventQueue()}componentWillUnmount(){this.eventQueue=[],this.hasUnmounted=!0}processEventQueue(){this.initExecuting||this.hasUnmounted||(this.eventQueue.forEach(this.processEvent),this.eventQueue=[])}render(){const e=this.props.width;return a.a.createElement("div",{ref:e=>{this.div=e},style:{height:"auto",overflow:"hidden",width:e}})}}N.defaultProps={data:{},height:0,onRenderComplete:()=>{},onRenderError:()=>{},height:0};var T=N;b.a.shape({adUnit:b.a.string.isRequired,biddersConfig:b.a.shape({}),bidderSlots:b.a.arrayOf(b.a.string),networkId:b.a.string.isRequired,pageTargeting:b.a.shape({}),slotTargeting:b.a.shape({})}),b.a.oneOfType([b.a.element,b.a.arrayOf(b.a.element)]).isRequired;const j={adConfig:{adUnit:"d.thetimes.co.uk",biddersConfig:{bidders:{amazon:{accountId:"3360"},appnexus:{placementId:"5823281"},ix:{siteId:"188830"},rubicon:{accountId:"14062",siteId:"70608",zoneId:"335918"}},bucketSize:.25,maxBid:15,minPrice:.01,timeout:3e3},bidderSlots:["header","inline-ad"],bidInitialiser:Promise.resolve(),globalSlots:["ad-pixel","ad-pixelskin","ad-pixelteads"],networkId:"25436805",pageTargeting:{label:"This is label",title:"This is title"},slotTargeting:{section:"news"}}},C=e=>{let t=e.adConfig,n=e.children;return a.a.createElement(l.Broadcast,{channel:"adConfig",value:t},n)};C.defaultProps=j;var x=C;b.a.object.style;function F(){return(F=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}).apply(this,arguments)}b.a.string,b.a.string,b.a.bool,b.a.string,b.a.string.isRequired,n.d(t,"AdComposer",(function(){return x})),n.d(t,"AdContainer",(function(){return w}));class E extends r.Component{static getDerivedStateFromProps(e){const t=e.slotName;return{config:h(t,Object(u.screenWidth)())}}constructor(e){super(e),this.setAdReady=()=>{this.setState({isAdReady:!0})},this.setAdError=()=>{this.setState({hasError:!0})};const t=e.slotName;this.prebidConfig=y,this.state={config:h(t,Object(u.screenWidth)()),hasError:!1,isAdReady:!1,hasAdBlock:!1}}componentDidMount(){this.setState({hasAdBlock:window.hasAdBlock})}renderAd(e){const t=this.props,n=t.baseUrl,r=t.contextUrl,o=t.isLoading,l=t.section,s=t.slotName,c=t.style,d=this.state,f=d.config,m=d.hasError,v=d.isAdReady;if(d.hasAdBlock||m)return null;this.slots=e.bidderSlots.map(t=>((e,t,n,r)=>{const i=p[e]||p.default,a=h(e,n).sizes;let o=[];return r.ix&&r.ix.siteId&&(o=o.concat(a.map(e=>({bidder:"ix",params:{siteId:r.ix.siteId,size:e}})))),r.appnexus&&r.appnexus.placementId&&o.push({bidder:"appnexus",params:{keywords:{pos:i,section:t},placementId:r.appnexus.placementId,position:i}}),r.rubicon&&r.rubicon.accountId&&o.push({bidder:"rubicon",params:{accountId:r.rubicon.accountId,keywords:[t],position:1===i?"atf":"btf",siteId:r.rubicon.siteId,zoneId:r.rubicon.zoneId}}),{bids:o,code:e,mediaTypes:{banner:{sizes:a}},sizes:a}})(t,l,f.maxSizes.width,e.biddersConfig.bidders)),this.allSlotConfigs=e.globalSlots.concat(e.bidderSlots).map(e=>h(e,Object(u.screenWidth)()));const y={adUnit:e.adUnit,allSlotConfigs:this.allSlotConfigs||this.slots,bidInitialiser:e.bidInitialiser||!1,config:f,contextUrl:r,debug:e.debug||!1,disableAds:e.disabled||!1,networkId:e.networkId,pageTargeting:e.pageTargeting,prebidConfig:Object.assign(this.prebidConfig,{bidders:e.biddersConfig.bidders,bucketSize:e.biddersConfig.bucketSize,maxBid:e.biddersConfig.maxBid,minPrice:e.biddersConfig.minPrice,timeout:e.biddersConfig.timeout}),section:l,sizingMap:f.mappings,slotName:s,slots:this.slots,slotTargeting:e.slotTargeting},k=v?{height:f.maxSizes.height,width:f.maxSizes.width}:{height:0,width:0},b=a.a.createElement(u.TcView,{style:i(i({},O),c)},o?null:a.a.createElement(T,F({baseUrl:n,data:y,init:g,onRenderComplete:this.setAdReady,onRenderError:this.setAdError},k)));return a.a.createElement(u.ServerClientRender,{client:()=>b,server:null})}render(){const e=this.props.adConfig;return e?this.renderAd(e):a.a.createElement(l.Subscriber,{channel:"adConfig"},e=>this.renderAd(e))}}E.defaultProps={baseUrl:"https://www.thetimes.co.uk/",contextUrl:"",isLoading:!1,section:"",style:null},t.default=E}])},272:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){e.exports=n(3)},function(e,t,n){"use strict";n.r(t);var r=n(0);n(2);class i extends r.Component{constructor(e){if(super(e),this.isObserving=!1,this.pending=new Set,this.pendingTimer=null,this.state={clientHasRendered:!1,nodes:new Map},this.unobserved=new Set,this.unobservedTimer=null,this.registerNode=this.registerNode.bind(this),"undefined"==typeof window||!("IntersectionObserver"in window))return;this.isObserving=!0;const t={rootMargin:e.rootMargin,threshold:e.threshold};this.observer=new window.IntersectionObserver(this.handleObservation.bind(this),t)}componentDidMount(){this.setState({clientHasRendered:!0})}componentWillUnmount(){this.observer&&this.observer.disconnect(),clearTimeout(this.pendingTimer),clearTimeout(this.unobservedTimer),this.pending.clear(),this.unobserved.clear()}handleObservation(e){const t=this.props.threshold,n=this.state.nodes;e.forEach(e=>{let r=e.target,i=e.intersectionRatio;i>=t&&!n.get(r.id)?this.pending.add(r):i<t&&this.pending.has(r)&&this.pending.delete(r)}),clearTimeout(this.pendingTimer),this.pending.size&&(this.pendingTimer=setTimeout(()=>{this.pending.size&&(this.setState(e=>({nodes:new Map([...e.nodes,...[...this.pending].map(e=>[e.id,e])])})),this.pending.clear())},100))}registerNode(e){if(e){if(!this.observer){if(this.unobserved.has(e))return;return this.unobserved.add(e),clearTimeout(this.unobservedTimer),void(this.unobservedTimer=setTimeout(()=>{this.setState({nodes:new Map([...this.unobserved].map(e=>[e.id,e]))}),this.unobserved.clear()},10))}this.observer.observe(e)}}render(){const e=this.props.children,t=this.state,n=t.clientHasRendered,r=t.nodes;return e({clientHasRendered:n,isObserving:this.isObserving,observed:r,registerNode:this.registerNode})}}i.defaultProps={rootMargin:"0px"},t.default=i},function(e,t){e.exports=n(2)}])},3:function(e,t,n){"use strict";e.exports=n(377)},34:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(187),i=n(1),a=n(0);function o(e){if(Object(a.a)(1,arguments),!Object(r.a)(e)&&"number"!=typeof e)return!1;var t=Object(i.a)(e);return!isNaN(Number(t))}},346:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=10)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(2)},function(e,t){e.exports=n(94)},function(e,t){e.exports=n(116)},function(e,t){e.exports=n(118)},function(e,t){e.exports=n(119)},function(e,t){e.exports=n(120)},function(e,t){e.exports=n(117)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=(n(3),n(5)),o=n.n(a),l=n(1),u=n(6),s=n.n(u),c=n(7),d=n.n(c),f=n(8),m=n.n(f),p=n(4),v=n.n(p),h=n(2);function y(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 g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var b={headline:{color:h.colours.functional.primary,fontFamily:h.fontsWithFallback.headline,fontWeight:"900",marginBottom:Object(h.spacing)(1)},headlineWrapper:g({},Object(h.fontFactory)({font:"headline",fontSize:"smallHeadline"})),labelWrapper:{marginBottom:Object(h.spacing)(0)},metaText:g(g({color:h.colours.functional.secondary},Object(h.fontFactory)({font:"supporting",fontSize:"cardMeta"})),{},{marginBottom:Object(h.spacing)(1)}),strapline:g(g({},Object(h.fontFactory)({font:"headlineRegular",fontSize:"strapline"})),{},{color:h.colours.functional.secondary,paddingBottom:Object(h.spacing)(2)}),text:g({color:h.colours.functional.secondary,flexWrap:"wrap",marginBottom:Object(h.spacing)(2)},Object(h.fontFactory)({font:"body",fontSize:"teaser"}))};function S(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?S(Object(n),!0).forEach((function(t){w(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):S(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function w(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var N=O(O({},b),{},{headline:O(O({},b.headline),{},{fontWeight:"400"})});function T(){return(T=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}).apply(this,arguments)}function j(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 C(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?j(Object(n),!0).forEach((function(t){x(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):j(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function x(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const F=e=>{let t=e.ast,n=e.className,r=e.style,a=e.whiteSpaceHeight,o=e.initialLines,u=void 0===o?2:o;const s=r&&r.lineHeight||N.text.lineHeight,c=void 0!==a&&{numberOfLines:a>0?a/s+u:u};return t.length>0?i.a.createElement(l.TcText,T({className:n,style:Object(l.checkStylesForUnits)(C(C({},N.text),r))},c),G(t)):null};F.defaultProps={ast:[],className:"",style:null};var E=F;function P(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 _(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(Object(n),!0).forEach((function(t){A(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const I=e=>{let t=e.className,n=e.headline,r=e.style;return i.a.createElement(l.TcText,{role:"heading","aria-level":"3",className:t,style:Object(l.checkStylesForUnits)(_(_(_({},N.headline),N.headlineWrapper),r))},n)};I.defaultProps={className:"",style:{}};var D=I;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 M(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){L(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 L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const V=e=>{let t=e.strapline,n=e.style;return i.a.createElement(l.TcText,{role:"heading","aria-level":"4",style:M(M({},N.strapline),n)},t)};V.defaultProps={style:{}};var B=V,q=n(9);function z(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 U(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?z(Object(n),!0).forEach((function(t){Q(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):z(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Q(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const W={color:"inherit",font:"inherit","white-space":"inherit"};var H=U(U({},n.n(q).a),{},{link:(e,t,n)=>i.a.createElement(l.TcText,{key:e,style:W},n),paragraph(e,t,n,r){const a=n.length&&0!==r?" ":"";return i.a.createElement(l.TcText,{key:e,style:W},a,n)},teaser(e,t,n){const r=t.isSingle?"":" ";return i.a.createElement(l.TcText,{key:e,style:W},r,n,"...")}});function J(e){if(!e||!e.length)return e||[];const t=e.slice(0,e.length-1),n=e[e.length-1],r=Object.assign({},n,{attributes:{isSingle:0===t.length},name:"teaser"});return[...t,r]}function $(){return($=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}).apply(this,arguments)}function G(e){return v()(J(e),H)}function Y(e){const t=e.title,n=e.isVideo;return t||n?i.a.createElement(l.TcView,{style:N.labelWrapper},n?i.a.createElement(d.a,e):i.a.createElement(s.a,e)):null}function K(e){const t=e.ast,n=e.isOpinionByline,r=e.bylineClass;if(!t||0===t.length)return null;const u=n?a.ArticleBylineOpinion:o.a;return i.a.createElement(l.TcText,null,i.a.createElement(u,$({},e,{className:r})))}function X(e){const t=e.bylineProps,n=e.content,r=e.datePublicationProps,a=e.flags,o=e.headline,u=e.labelProps,s=e.style,c=e.strapline,d=e.saveStar,f=e.isTablet,p=(t||{}).isOpinionByline,v=void 0!==p&&p,h=t?i.a.createElement(K,t):null,y=f&&a,g=!f&&a;return i.a.createElement(l.TcView,{style:s},u?i.a.createElement(Y,u):null,v&&h,o,c,y,n,g,d,r?i.a.createElement(l.TcText,{style:Object(l.checkStylesForUnits)(N.metaText),testID:"datePublication"},i.a.createElement(m.a,r)):null,!v&&h)}n.d(t,"renderAst",(function(){return G})),n.d(t,"ArticleSummaryContent",(function(){return E})),n.d(t,"ArticleSummaryHeadline",(function(){return D})),n.d(t,"ArticleSummaryStrapline",(function(){return B})),n.d(t,"renderer",(function(){return H})),n.d(t,"summarise",(function(){return J})),X.defaultProps={bylineProps:null,content:null,datePublicationProps:null,flags:null,headline:null,labelProps:null,strapline:null,style:null},t.default=X}])},347:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=7)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(2)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(348)},function(e,t){e.exports=n(11)},function(e,t){e.exports=n(81)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=n(2),o=n(1),l=n.n(o);function u(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 s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){c(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}s(s({},{contentContainerClass:l.a.string,imageContainerClass:l.a.string,imageRatio:l.a.number,isReversed:l.a.bool,showImage:l.a.bool}),{},{children:l.a.node,fadeImageIn:l.a.bool,highResSize:l.a.number,imageAccessibilityLabel:l.a.string,imageStyle:l.a.object,imageUri:l.a.string,isLoading:l.a.bool,isLcpItem:l.a.bool,lowResQuality:l.a.number,lowResSize:l.a.number});var d=s(s({},{contentContainerClass:"",imageContainerClass:"",imageRatio:1.5,isReversed:!1,showImage:!1}),{},{children:null,fadeImageIn:!1,highResSize:null,imageRatio:1,imageStyle:{},imageUri:null,isLoading:!1,isLcpItem:!1,lowResQuality:null,lowResSize:null}),f=n(3),m=n(5),p=n.n(m),v=n(6),h=n.n(v),y=n(4),g=n.n(y),k={cardContainer:{alignItems:"flex-start",display:"flex",flexDirection:"row",flexWrap:"wrap",justifyContent:"flex-end"},cardContainerTablet:{alignItems:"flex-start",flexDirection:"row",flexWrap:"wrap"},contentContainer:{flex:1,marginBottom:0,minWidth:"100%"},contentContainerTablet:{flex:1,marginBottom:0},headerContainer:{height:24,marginBottom:Object(a.spacing)(2),maxWidth:300},imageContainer:{flex:1,marginBottom:Object(a.spacing)(2),minWidth:"100%"},imageContainerTablet:{flex:1,maxWidth:320},lastBar:{marginBottom:0,maxWidth:240},loadingContentContainer:{minHeight:84},reversedCardContainer:{height:"auto"},reversedContentContainer:{marginBottom:Object(a.spacing)(2)},reversedImageContainer:{marginBottom:0},textContainer:{height:10,marginBottom:Object(a.spacing)(2)}};function b(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 S(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){O(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function O(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var w=function(){return i.a.createElement(r.Fragment,null,i.a.createElement(g.a,{degrees:264,style:k.headerContainer}),i.a.createElement(g.a,{degrees:267,style:k.textContainer}),i.a.createElement(g.a,{degrees:267,style:k.textContainer}),i.a.createElement(g.a,{degrees:267,style:S(S({},k.textContainer),k.lastBar)}))};function N(e){return(N="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 T(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 j(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?T(Object(n),!0).forEach((function(t){C(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):T(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function x(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function F(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 E(e,t){return(E=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function P(e,t){return!t||"object"!==N(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function _(e){return(_=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var A=function(e){!function(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&&E(e,t)}(a,e);var t,n,r=function(e){var t=function(){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}}();return function(){var n,r=_(e);if(t){var i=_(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return P(this,n)}}(a);function a(){return x(this,a),r.apply(this,arguments)}return t=a,(n=[{key:"shouldComponentUpdate",value:function(e){var t=this.props,n=t.imageUri,r=t.lowResQuality,i=t.lowResSize,a=t.highResSize,o=t.isLoading,l=t.index;return n!==e.imageUri||r!==e.lowResQuality||i!==e.lowResSize||a!==e.highResSize||o!==e.isLoading||l!==e.index}},{key:"render",value:function(){var e=this.props,t=e.children,n=e.contentContainerClass,r=e.fadeImageIn,a=e.highResSize,o=e.imageAccessibilityLabel,l=e.imageContainerClass,u=e.imageRatio,s=e.imageStyle,c=e.imageUri,d=e.isLoading,m=e.isReversed,v=e.lowResQuality,y=e.lowResSize,g=e.relatedArticle,b=e.showImage,S=e.isLcpItem,O=p()(f.TcView).withConfig({displayName:"card-content__TcCardContainer",componentId:"sc-1w0wvq8-0"})(["",";"],(function(e){return e.styles&&e.styles})),N=function(){if(!b)return null;var e=g?k.imageContainer:k.imageContainerTablet;return i.a.createElement(f.TcView,{className:l,style:Object(f.checkStylesForUnits)(j(j(j({},e),s),m?k.reversedImageContainer:""))},i.a.createElement(h.a,{accessibilityLabel:o,aspectRatio:u,fadeImageIn:r,highResSize:a,lowResQuality:v,lowResSize:y,uri:c,isLcpItem:S}))},T=g?j(j({},k.cardContainer),{},{display:"block"}):k.cardContainer;return i.a.createElement(f.TcView,{style:Object(f.checkStylesForUnits)(j(j({},T),m?k.reversedCardContainer:""))},m?null:N(),i.a.createElement(O,{className:n,styles:Object(f.checkStylesForUnits)(j(j(j({},k.contentContainer),m?k.reversedContentContainer:""),d?k.loadingContentContainer:""))},d?i.a.createElement(w,null):t),m?N():null)}}])&&F(t.prototype,n),a}(r.Component);A.defaultProps=d;var I=A,D=function(e){return e.isLoading?i.a.createElement(a.Animations.FadeIn,null,i.a.createElement(I,e)):i.a.createElement(I,e)};D.defaultProps=d,t.default=D}])},348:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=4)}([function(e,t){e.exports=n(2)},function(e,t){e.exports=n(3)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(12)},function(e,t,n){"use strict";n.r(t);var r=n(1),i=n.n(r),a=n(2),o=n(0),l=n.n(o),u={children:l.a.oneOfType([l.a.element,l.a.arrayOf(l.a.element)]),degrees:l.a.number,endColour:l.a.string,endPoint:l.a.string,startColour:l.a.string,startPoint:l.a.string,style:l.a.object},s={children:null,degrees:265,endPoint:"1",startPoint:"0",style:null},c=n(3);function d(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 f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){m(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function m(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}f(f({},u),{},{endColour:l.a.string.isRequired,startColour:l.a.string.isRequired});var p=f({},s);function v(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 h(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?v(Object(n),!0).forEach((function(t){y(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=function(e){var t=e.children,n=e.degrees,r=e.endColour,a=e.startColour,o=e.style;return i.a.createElement(c.TcView,{style:h({backgroundImage:"linear-gradient(".concat(n,"deg, ").concat(a," 0%, ").concat(r," 100%)")},o)},t)};g.defaultProps=p;var k=g;function b(){return(b=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}).apply(this,arguments)}var S=function(e){return i.a.createElement(k,b({},e,{endColour:a.colours.functional.overlayGradientEnd,startColour:a.colours.functional.overlayGradientStart}))};S.defaultProps=s;var O=S;function w(){return(w=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}).apply(this,arguments)}n.d(t,"OverlayGradient",(function(){return O}));var N=function(e){return i.a.createElement(k,w({endColour:a.colours.functional.backgroundSecondary,startColour:a.colours.functional.backgroundPrimary},e))};N.defaultProps=s,t.default=N}])},352:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){e.exports=n(3)},function(e,t,n){"use strict";n.r(t);var r=n(0);function i(e){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){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 o(e,t){return(o=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=function(){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}}();return function(){var n,r=c(e);if(t){var i=c(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return u(this,n)}}function u(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?s(e):t}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(2);var d=function(e){!function(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&&o(e,t)}(i,e);var t,n,r=l(i);function i(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),(t=r.call(this,e)).state={error:null},t.handleError=t.handleError.bind(s(t)),t}return t=i,(n=[{key:"componentDidCatch",value:function(e){this.setState({error:e})}},{key:"handleError",value:function(e){this.setState({error:e})}},{key:"render",value:function(){var e=this.props.children,t=this.state.error;return e({error:t,hasError:!!t,onError:this.handleError})}}])&&a(t.prototype,n),i}(r.Component);t.default=d},function(e,t){e.exports=n(2)}])},353:function(e,t,n){(function(t){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=17)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(2)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(11)},function(e,t){e.exports=n(346)},function(e,t){e.exports=n(653)},function(e,t){e.exports=n(71)},function(e,n){var r,i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/,o=/^\./,l=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,u=/\\(\\)?/g,s=/^\[object .+?Constructor\]$/,c="object"==typeof t&&t&&t.Object===Object&&t,d="object"==typeof self&&self&&self.Object===Object&&self,f=c||d||Function("return this")(),m=Array.prototype,p=Function.prototype,v=Object.prototype,h=f["__core-js_shared__"],y=(r=/[^.]+$/.exec(h&&h.keys&&h.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",g=p.toString,k=v.hasOwnProperty,b=v.toString,S=RegExp("^"+g.call(k).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),O=f.Symbol,w=m.splice,N=I(f,"Map"),T=I(Object,"create"),j=O?O.prototype:void 0,C=j?j.toString:void 0;function x(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function F(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function E(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function P(e,t){for(var n,r,i=e.length;i--;)if((n=e[i][0])===(r=t)||n!=n&&r!=r)return i;return-1}function _(e,t){for(var n,r=0,o=(t=function(e,t){if(L(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!B(e))||(a.test(e)||!i.test(e)||null!=t&&e in Object(t))}(t,e)?[t]:L(n=t)?n:D(n)).length;null!=e&&r<o;)e=e[R(t[r++])];return r&&r==o?e:void 0}function A(e,t){var n,r,i=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function I(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!V(e)||(t=e,y&&y in t))&&(function(e){var t=V(e)?b.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?S:s).test(function(e){if(null!=e){try{return g.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e));var t}(n)?n:void 0}x.prototype.clear=function(){this.__data__=T?T(null):{}},x.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},x.prototype.get=function(e){var t=this.__data__;if(T){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return k.call(t,e)?t[e]:void 0},x.prototype.has=function(e){var t=this.__data__;return T?void 0!==t[e]:k.call(t,e)},x.prototype.set=function(e,t){return this.__data__[e]=T&&void 0===t?"__lodash_hash_undefined__":t,this},F.prototype.clear=function(){this.__data__=[]},F.prototype.delete=function(e){var t=this.__data__,n=P(t,e);return!(n<0||(n==t.length-1?t.pop():w.call(t,n,1),0))},F.prototype.get=function(e){var t=this.__data__,n=P(t,e);return n<0?void 0:t[n][1]},F.prototype.has=function(e){return P(this.__data__,e)>-1},F.prototype.set=function(e,t){var n=this.__data__,r=P(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},E.prototype.clear=function(){this.__data__={hash:new x,map:new(N||F),string:new x}},E.prototype.delete=function(e){return A(this,e).delete(e)},E.prototype.get=function(e){return A(this,e).get(e)},E.prototype.has=function(e){return A(this,e).has(e)},E.prototype.set=function(e,t){return A(this,e).set(e,t),this};var D=M((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(B(e))return C?C.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return o.test(e)&&n.push(""),e.replace(l,(function(e,t,r,i){n.push(r?i.replace(u,"$1"):t||e)})),n}));function R(e){if("string"==typeof e||B(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function M(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function n(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o),o};return n.cache=new(M.Cache||E),n}M.Cache=E;var L=Array.isArray;function V(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function B(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==b.call(e)}e.exports=function(e,t,n){var r=null==e?void 0:_(e,t);return void 0===r?n:r}},function(e,t){e.exports=n(347)},function(e,t){e.exports=n(271)},function(e,t){e.exports=n(352)},function(e,t){e.exports=n(272)},function(e,t){e.exports=n(46)},function(e,t){e.exports=n(59)},function(e,t){e.exports=n(251)},function(e,t){e.exports=n(81)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=n(10),o=n(6),l=n.n(o),u=n(11),s=n.n(u),c=n(1),d=n(7),f=n(3),m=n(12),p=n.n(m),v=n(8),h=n.n(v);const y=(e,t)=>t||e,g=e=>{e.scroll({left:0,top:0})};function k(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 b(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?k(Object(n),!0).forEach((function(t){S(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):k(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function S(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var O={listEmptyMessage:b(b({color:c.colours.functional.secondary},Object(c.fontFactory)({font:"bodyRegular",fontSize:"infoTitle"})),{},{marginLeft:Object(c.spacing)(8),marginRight:Object(c.spacing)(8),marginTop:Object(c.spacing)(12),textAlign:"center"}),listEmptyStateContainer:{flex:1},listEmptyWatermarkContainer:{bottom:0,position:"absolute",right:0},listErrorContainer:{height:"100%",justifyContent:"space-between",marginLeft:Object(c.spacing)(2),marginRight:Object(c.spacing)(2),paddingTop:Object(c.spacing)(2),paddingBottom:Object(c.spacing)(2)},listErrorHeading:b(b({alignSelf:"center",color:c.colours.functional.brandColour},Object(c.fontFactory)({font:"headline",fontSize:"leadHeadline"})),{},{marginBottom:Object(c.spacing)(2),textAlign:"center"}),listErrorImageContainer:{alignSelf:"center",marginTop:Object(c.spacing)(4),marginBottom:Object(c.spacing)(4)},listErrorMessage:b(b({color:c.colours.functional.secondary},Object(c.fontFactory)({font:"bodyRegular",fontSize:"infoSubText"})),{},{textAlign:"center"}),listItemContainer:{padding:Object(c.spacing)(2)},listItemSeparator:{backgroundColor:c.colours.functional.keyline,height:1},listItemSeparatorContainer:{paddingLeft:Object(c.spacing)(2),paddingRight:Object(c.spacing)(2)},loadingContainer:{paddingTop:Object(c.spacing)(5),paddingBottom:Object(c.spacing)(5)},paginationContainer:{alignItems:"stretch",flexDirection:"row",justifyContent:"center"},paginationSpacing:{maxWidth:760},showMoreRetryContainer:{alignSelf:"center",padding:Object(c.spacing)(5),width:"100%"}};function w(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 N(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?w(Object(n),!0).forEach((function(t){T(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):w(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function T(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const j=N(N({},O),{},{listContentErrorContainer:{flex:1,margin:Object(c.spacing)(3)},listEmptyBackButton:{alignSelf:"center",marginBottom:Object(c.spacing)(2),marginTop:Object(c.spacing)(4)},listEmptyMessage:N(N({color:c.colours.functional.secondary},Object(c.fontFactory)({font:"bodyRegular",fontSize:"infoTitle"})),{},{left:"25%",position:"absolute",textAlign:"center",top:"140px"}),listEmptyStateContainer:{height:"100vh",justifyContent:"flex-end"},listErrorHeading:N(N({},O.listErrorHeading),{},{marginTop:Object(c.spacing)(4)}),listErrorMessage:N(N({},O.listErrorMessage),{},{lineHeight:27}),paginationSpacing:N(N({},O.paginationSpacing),{},{flex:1})}),C={alignSelf:"center",marginBottom:Object(c.spacing)(2),marginTop:Object(c.spacing)(8)};var x=j,F=()=>i.a.createElement(r.Fragment,null,i.a.createElement(f.TcText,{style:Object(f.checkStylesForUnits)(x.listErrorHeading)},"Something's gone wrong"),i.a.createElement(f.TcText,{style:Object(f.checkStylesForUnits)(x.listErrorMessage)},"We can't load the page you have requested. Please check your network connection and retry to continue")),E=n(5),P=n.n(E),_=n(9),A=n.n(_),I=n(13),D=n.n(I),R=n(14),M=n.n(R),L=n(2),V=n.n(L);function B(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 q(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?B(Object(n),!0).forEach((function(t){z(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const U=q(q({},{article:V.a.shape({headline:V.a.string,id:V.a.oneOfType([V.a.number,V.a.string]).isRequired,label:V.a.string,leadAsset:V.a.shape({crop:V.a.shape({url:V.a.string}),title:V.a.string}),longSummary:V.a.array,publicationName:V.a.string,publishedTime:V.a.string,shortHeadline:V.a.string,shortSummary:V.a.array,summary:V.a.array,url:V.a.string}),fadeImageIn:V.a.bool,highResSize:V.a.number}),{},{imageRatio:V.a.number,showImage:V.a.bool});var Q=n(4),W=n.n(Q);const H=W()(f.TcView).withConfig({displayName:"responsive__ListContentContainer",componentId:"sc-1c8x8xk-0"})(["margin:0 auto;max-width:680px;width:100%;@media (min-width:","px){padding-left:0;padding-right:0;}@media (min-width:","px){max-width:760px;}"],c.breakpoints.medium,c.breakpoints.huge),J=W()(f.TcView).withConfig({displayName:"responsive__ListItemWrapper",componentId:"sc-1c8x8xk-1"})(["padding-bottom:",";padding-top:",";padding-left:",";padding-right:",";@media (min-width:","px){padding-left:0;padding-right:0;.articleListImage{flex:2;margin-bottom:0;max-width:285px;min-width:auto;padding-right:",";}.articleListContent{flex:2.7;flex-basis:0 !important;min-width:auto;}}"],Object(c.spacing)(2),Object(c.spacing)(2),Object(c.spacing)(2),Object(c.spacing)(2),c.breakpoints.medium,Object(c.spacing)(3)),$=W()(f.TcView).withConfig({displayName:"responsive__ListItemSeparator",componentId:"sc-1c8x8xk-2"})(["margin-left:",";margin-right:",";@media (min-width:","px){margin-left:0;margin-right:0;}"],Object(c.spacing)(2),Object(c.spacing)(2),c.breakpoints.medium),G=W()(f.TcView).withConfig({displayName:"responsive__ListItemLongText",componentId:"sc-1c8x8xk-3"})(["display:none;@media (min-width:","px){display:block;padding-left:",";}"],c.breakpoints.medium,Object(c.spacing)(3)),Y=W()(f.TcView).withConfig({displayName:"responsive__ListItemShortText",componentId:"sc-1c8x8xk-4"})(["display:block;@media (min-width:","px){display:none;}"],c.breakpoints.medium),K=W()(f.TcView).withConfig({displayName:"responsive__PageErrorContainer",componentId:"sc-1c8x8xk-5"})(["flex:1;flex-direction:column;justify-content:space-between;padding-left:10%;padding-right:10%;padding-top:10%;@media (min-width:","px){padding-left:15%;padding-right:15%;}@media (min-width:","px){flex-direction:row-reverse;}"],c.breakpoints.medium,c.breakpoints.wide),X=W()(f.TcView).withConfig({displayName:"responsive__PageErrorImageContainer",componentId:"sc-1c8x8xk-6"})(["align-self:center;max-width:300px;width:100%;@media (min-width:","px){max-width:428px;}@media (min-width:","px){max-width:none;width:50%;}"],c.breakpoints.medium,c.breakpoints.wide),Z=W()(f.TcView).withConfig({displayName:"responsive__PageErrorContentContainer",componentId:"sc-1c8x8xk-7"})(["@media (min-width:","px){align-self:center;max-width:428px;}"],c.breakpoints.wide),ee=W.a.div.withConfig({displayName:"responsive__InlineAdWrapper",componentId:"sc-1c8x8xk-8"})(["display:flex;justify-content:center;align-items:center;min-height:250px;box-sizing:content-box;padding:10px 0;border-top:1px solid rgb(219,219,219);border-bottom:1px solid rgb(219,219,219);@media (min-width:768px){min-height:90px;}@media (min-width:970px){min-height:250px;}"]);function te(){return(te=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}).apply(this,arguments)}const ne=e=>{const t=e.article,n=e.fadeImageIn,a=e.highResSize,o=e.imageRatio,l=e.isLoading,u=e.lowResQuality,s=e.lowResSize,d=e.showImage,f=e.index,m=t||{},p=m.bylines,v=m.hasVideo,g=m.headline,k=m.label,b=m.leadAsset,S=m.longSummary,O=m.publicationName,w=m.publishedTime,N=m.section,T=m.shortHeadline,j=m.shortSummary,C=m.summary,x=(F=t,h()(F,"leadAsset.crop.url",h()(F,"leadAsset.posterImage.crop.url",null)));var F;const _=b&&b.caption||"";if(l)return i.a.createElement(J,null,i.a.createElement(A.a,{contentContainerClass:"articleListContent",imageContainerClass:"articleListImage",imageRatio:o,isLoading:l,showImage:d}));const I={bylineProps:p?{ast:p,color:c.colours.section.default}:null,datePublicationProps:{date:w,publication:O},headline:i.a.createElement(E.ArticleSummaryHeadline,{headline:y(g,T)}),labelProps:{color:c.colours.section[N]||c.colours.section.default,isVideo:v,title:k}},R=d?i.a.createElement(P.a,te({},I,{content:i.a.createElement(E.ArticleSummaryContent,{ast:C})})):i.a.createElement(r.Fragment,null,i.a.createElement(G,null,i.a.createElement(P.a,te({},I,{content:i.a.createElement(E.ArticleSummaryContent,{ast:S})}))),i.a.createElement(Y,null,i.a.createElement(P.a,te({},I,{content:i.a.createElement(E.ArticleSummaryContent,{ast:j})}))));return i.a.createElement(D.a.Consumer,null,t=>{const r=(0,t.makeArticleUrl)(e.article);return i.a.createElement(M.a,{url:r},i.a.createElement(J,null,i.a.createElement(A.a,{contentContainerClass:"articleListContent",fadeImageIn:n,highResSize:a,imageAccessibilityLabel:_,imageContainerClass:"articleListImage",imageRatio:o,imageUri:x,isLoading:l,lowResQuality:u,lowResSize:s,showImage:d,isLcpItem:0===f},i.a.createElement(c.Animations.FadeIn,null,R))))})};ne.defaultProps={article:null,fadeImageIn:!1,highResSize:null,imageRatio:1,showImage:!0,summary:[]};var re,ie=(re=ne,Object(d.withTrackEvents)(re,{analyticsEvents:[{actionName:"Pressed",eventName:"onPress",getAttrs:e=>{let t=e.article;return{articleHeadline:t.headline,articleId:t.id,scrollDepth:{itemNumber:e.index+1,total:e.length}}}}]})),ae=()=>i.a.createElement($,null,i.a.createElement(f.TcView,{style:x.listItemSeparator})),oe=n(15),le=n.n(oe);function ue(){return(ue=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}).apply(this,arguments)}var se=e=>i.a.createElement(f.TcView,{style:x.paginationContainer},i.a.createElement(f.TcView,{style:x.paginationSpacing},i.a.createElement(le.a,ue({},e,{generatePageLink:e=>"?page=".concat(e)}))));function ce(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 de(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ce(Object(n),!0).forEach((function(t){fe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ce(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}de(de({},{articleListHeader:V.a.element,articles:V.a.arrayOf(V.a.shape(U)),articlesLoading:V.a.bool,emptyStateMessage:V.a.string.isRequired,error:V.a.object,pageSize:V.a.number,receiveChildList:V.a.func,refetch:V.a.func.isRequired}),{},{count:V.a.number,onNext:V.a.func,onPrev:V.a.func,page:V.a.number,pageSize:V.a.number}),V.a.string.isRequired;var me=e=>{let t=e.message;return i.a.createElement(f.TcView,{style:x.listEmptyStateContainer},i.a.createElement(f.TcText,{style:Object(f.checkStylesForUnits)(x.listEmptyMessage)},t))},pe=n(16),ve=n.n(pe);V.a.func.isRequired;var he=e=>{let t=e.refetch;return i.a.createElement(K,null,i.a.createElement(X,null,i.a.createElement(ve.a,{aspectRatio:700/770,uri:"https://www.thetimes.co.uk/d/img/internal-error-c45d0e8347.png"})),i.a.createElement(Z,null,i.a.createElement(F,null),i.a.createElement(l.a,{onPress:t,style:C,title:"Retry"})))};function ye(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 ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ye(Object(n),!0).forEach((function(t){ke(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ye(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"ArticleListPageError",(function(){return he})),n.d(t,"ArticleListEmptyState",(function(){return me}));class be extends r.Component{static getImageSize(e){return"undefined"==typeof window?null:e?Object(f.normaliseWidthForAssetRequestCache)(e.clientWidth):null}constructor(e){super(e),this.advertPosition=4}shouldComponentUpdate(e){return this.props.page===e.page}render(){const e=this.props,t=e.articleListHeader,n=e.articles,o=e.articlesLoading,u=e.count,d=void 0===u?0:u,m=e.emptyStateMessage,v=e.error,h=e.imageRatio,y=e.onNext,k=e.onPrev,b=e.scrollToTop,S=void 0===b||b,O=e.page,w=void 0===O?0:O,N=e.pageSize,T=e.receiveChildList,j=e.refetch,E=e.showImages,P=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.hideResults,n=void 0!==t&&t,r=e.autoScroll,a=void 0!==r&&r;return i.a.createElement(se,{count:d,hideResults:n,onNext:function(){y(...arguments),a&&"undefined"!=typeof window&&g(window)},onPrev:function(){k(...arguments),a&&"undefined"!=typeof window&&g(window)},page:w,pageSize:N})},_=i.a.createElement(H,null,P(),i.a.createElement(f.TcView,{style:x.listContentErrorContainer},i.a.createElement(F,null),i.a.createElement(l.a,{onPress:j,style:C,title:"Retry"}))),A=o?Array(N).fill().map((e,t)=>({elementId:"empty.".concat(t),id:t,isLoading:!0})):n.map((e,t)=>ge(ge({},e),{},{elementId:"".concat(e.id,".").concat(t)})),I=e=>{let t=e.clientHasRendered,n=e.observed,l=e.registerNode;return 0===A.length?i.a.createElement(me,{message:m}):i.a.createElement(f.TcView,null,i.a.createElement(H,null,P({autoScroll:!1,hideResults:!1})),A&&A.map((e,u)=>{const c=e.elementId;return i.a.createElement(r.Fragment,{key:c},i.a.createElement("div",{"accessibility-label":c,"data-testid":"article-list-item-".concat(u),id:c,ref:e=>l(e)},i.a.createElement(s.a,null,r=>r.hasError?null:i.a.createElement(H,null,0===u?null:i.a.createElement(ae,null),i.a.createElement(ie,{article:e.isLoading?null:e,fadeImageIn:t,highResSize:be.getImageSize(n.get(c)),imageRatio:h,index:u,isLoading:!0===e.isLoading,length:A.length,lowResQuality:3,lowResSize:200,showImage:E})))),(()=>u===this.advertPosition?("advert".concat(u),i.a.createElement(ee,null,i.a.createElement(a.AdContainer,{isLoading:o,slotName:"articleListAd"}))):null)())}),P({autoScroll:S,hideResults:!0}))};return o||T(A),i.a.createElement(p.a,{rootMargin:Object(c.spacing)(40),threshold:0},e=>{let n=e.clientHasRendered,r=e.observed,a=e.registerNode;return i.a.createElement(f.TcView,{role:"main"},t,v?_:I({clientHasRendered:n,observed:r,registerNode:a}))})}}be.defaultProps={articleListHeader:null,articles:[],error:null,pageSize:10,receiveChildList:()=>{}},t.default=Object(d.withTrackScrollDepth)(be)}])}).call(this,n(26))},356:function(e,t,n){"use strict";n.r(t);var r=n(5),i=n(45),a=n(8),o=n(91),l=n(15),u={http:{includeQuery:!0,includeExtensions:!1},headers:{accept:"*/*","content-type":"application/json"},options:{method:"POST"}},s=function(e,t,n){var r=new Error(n);throw r.name="ServerError",r.response=e,r.statusCode=e.status,r.result=t,r},c=function(e,t){var n;try{n=JSON.stringify(e)}catch(e){var r=new l.a(2);throw r.parseError=e,r}return n};n.d(t,"createHttpLink",(function(){return d})),n.d(t,"HttpLink",(function(){return f}));var d=function(e){void 0===e&&(e={});var t=e.uri,n=void 0===t?"/graphql":t,d=e.fetch,f=e.includeExtensions,m=e.useGETForQueries,p=Object(r.e)(e,["uri","fetch","includeExtensions","useGETForQueries"]);!function(e){if(!e&&"undefined"==typeof fetch){throw"undefined"==typeof window&&"node-fetch",new l.a(1)}}(d),d||(d=fetch);var v={http:{includeExtensions:f},options:p.fetchOptions,credentials:p.credentials,headers:p.headers};return new i.a((function(e){var t=function(e,t){var n=e.getContext().uri;return n||("function"==typeof t?t(e):t||"/graphql")}(e,n),l=e.getContext(),f={};if(l.clientAwareness){var p=l.clientAwareness,h=p.name,y=p.version;h&&(f["apollographql-client-name"]=h),y&&(f["apollographql-client-version"]=y)}var g,k=Object(r.a)({},f,l.headers),b={http:l.http,options:l.fetchOptions,credentials:l.credentials,headers:k},S=function(e,t){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];var a=Object(r.a)({},t.options,{headers:t.headers,credentials:t.credentials}),l=t.http;n.forEach((function(e){a=Object(r.a)({},a,e.options,{headers:Object(r.a)({},a.headers,e.headers)}),e.credentials&&(a.credentials=e.credentials),l=Object(r.a)({},l,e.http)}));var u=e.operationName,s=e.extensions,c=e.variables,d=e.query,f={operationName:u,variables:c};return l.includeExtensions&&(f.extensions=s),l.includeQuery&&(f.query=Object(o.print)(d)),{options:a,body:f}}(e,u,v,b),O=S.options,w=S.body;if(!O.signal){var N=function(){if("undefined"==typeof AbortController)return{controller:!1,signal:!1};var e=new AbortController;return{controller:e,signal:e.signal}}(),T=N.controller,j=N.signal;(g=T)&&(O.signal=j)}if(m&&!e.query.definitions.some((function(e){return"OperationDefinition"===e.kind&&"mutation"===e.operation}))&&(O.method="GET"),"GET"===O.method){var C=function(e,t){var n=[],r=function(e,t){n.push(e+"="+encodeURIComponent(t))};"query"in t&&r("query",t.query);t.operationName&&r("operationName",t.operationName);if(t.variables){var i=void 0;try{i=c(t.variables)}catch(e){return{parseError:e}}r("variables",i)}if(t.extensions){var a=void 0;try{a=c(t.extensions)}catch(e){return{parseError:e}}r("extensions",a)}var o="",l=e,u=e.indexOf("#");-1!==u&&(o=e.substr(u),l=e.substr(0,u));var s=-1===l.indexOf("?")?"?":"&";return{newURI:l+s+n.join("&")+o}}(t,w),x=C.newURI,F=C.parseError;if(F)return Object(i.c)(F);t=x}else try{O.body=c(w)}catch(F){return Object(i.c)(F)}return new a.a((function(n){var r;return d(t,O).then((function(t){return e.setContext({response:t}),t})).then((r=e,function(e){return e.text().then((function(t){try{return JSON.parse(t)}catch(r){var n=r;return n.name="ServerParseError",n.response=e,n.statusCode=e.status,n.bodyText=t,Promise.reject(n)}})).then((function(t){return e.status>=300&&s(e,t,"Response not successful: Received status code "+e.status),Array.isArray(t)||t.hasOwnProperty("data")||t.hasOwnProperty("errors")||s(e,t,"Server response was missing for query '"+(Array.isArray(r)?r.map((function(e){return e.operationName})):r.operationName)+"'."),t}))})).then((function(e){return n.next(e),n.complete(),e})).catch((function(e){"AbortError"!==e.name&&(e.result&&e.result.errors&&e.result.data&&n.next(e.result),n.error(e))})),function(){g&&g.abort()}}))}))};var f=function(e){function t(t){return e.call(this,d(t).request)||this}return Object(r.c)(t,e),t}(i.a)},357:function(e,t,n){"use strict";(function(e,r){var i,a=n(358);i="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:r;var o=Object(a.a)(i);t.a=o}).call(this,n(26),n(381)(e))},358:function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}n.d(t,"a",(function(){return r}))},359:function(e,t,n){e.exports=n(382).Observable},360:function(e,t,n){"use strict";var r=Array.isArray,i=Object.keys,a=Object.prototype.hasOwnProperty,o="undefined"!=typeof Element;e.exports=function(e,t){try{return function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){var l,u,s,c=r(t),d=r(n);if(c&&d){if((u=t.length)!=n.length)return!1;for(l=u;0!=l--;)if(!e(t[l],n[l]))return!1;return!0}if(c!=d)return!1;var f=t instanceof Date,m=n instanceof Date;if(f!=m)return!1;if(f&&m)return t.getTime()==n.getTime();var p=t instanceof RegExp,v=n instanceof RegExp;if(p!=v)return!1;if(p&&v)return t.toString()==n.toString();var h=i(t);if((u=h.length)!==i(n).length)return!1;for(l=u;0!=l--;)if(!a.call(n,h[l]))return!1;if(o&&t instanceof Element&&n instanceof Element)return t===n;for(l=u;0!=l--;)if(!("_owner"===(s=h[l])&&t.$$typeof||e(t[s],n[s])))return!1;return!0}return t!=t&&n!=n}(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i)||-2146828260===e.number)return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}},361:function(e,t){e.exports=function(e,t,n,r){var i=n?n.call(r,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var a=Object.keys(e),o=Object.keys(t);if(a.length!==o.length)return!1;for(var l=Object.prototype.hasOwnProperty.bind(t),u=0;u<a.length;u++){var s=a[u];if(!l(s))return!1;var c=e[s],d=t[s];if(!1===(i=n?n.call(r,c,d,s):void 0)||void 0===i&&c!==d)return!1}return!0}},362:function(e,t,n){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(n,r,i,a,o,l,u,s,c,d){switch(n){case 1:if(0===c&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===s)return r+"/*|*/";break;case 3:switch(s){case 102:case 112:return e(i[0]+r),"";default:return r+(0===d?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}}()},363:function(e,t,n){"use strict";t.a={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1}},37:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return l}));var r=n(5),i=Object.setPrototypeOf,a=void 0===i?function(e,t){return e.__proto__=t,e}:i,o=function(e){function t(n){void 0===n&&(n="Invariant Violation");var r=e.call(this,n)||this;return r.framesToPop=1,r.name="Invariant Violation",a(r,t.prototype),r}return Object(r.c)(t,e),t}(Error);function l(e,t){if(!e)throw new o(t)}!function(e){e.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return console.warn.apply(console,e)},e.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return console.error.apply(console,e)}}(l||(l={}))},370:function(e,t,n){"use strict";var r=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,i=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){return r.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));t.a=i},371:function(e,t,n){"use strict";function r(e){return Object.prototype.toString.call(e).slice(8,-1)}function i(e){return"Undefined"===r(e)}function a(e){return"Null"===r(e)}function o(e){return"Object"===r(e)&&(e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype)}function l(e){return"Array"===r(e)}function u(e){return"Symbol"===r(e)}var s,c,d,f,m;s=a,c=i;
|
|
6
|
+
*/var r=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}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 n,l,u=o(e),s=1;s<arguments.length;s++){for(var c in n=Object(arguments[s]))i.call(n,c)&&(u[c]=n[c]);if(r){l=r(n);for(var d=0;d<l.length;d++)a.call(n,l[d])&&(u[l[d]]=n[l[d]])}}return u}},201:function(e,t,n){"use strict";e.exports=n(385)},202:function(e,t,n){"use strict";var r=n(203),i=n(389);function a(e,t){return 55296==(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1)))}function o(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function l(e){return 1===e.length?"0"+e:e}function u(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}t.inherits=i,t.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var n=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),i=0;i<e.length;i+=2)n.push(parseInt(e[i]+e[i+1],16))}else for(var r=0,i=0;i<e.length;i++){var o=e.charCodeAt(i);o<128?n[r++]=o:o<2048?(n[r++]=o>>6|192,n[r++]=63&o|128):a(e,i)?(o=65536+((1023&o)<<10)+(1023&e.charCodeAt(++i)),n[r++]=o>>18|240,n[r++]=o>>12&63|128,n[r++]=o>>6&63|128,n[r++]=63&o|128):(n[r++]=o>>12|224,n[r++]=o>>6&63|128,n[r++]=63&o|128)}else for(i=0;i<e.length;i++)n[i]=0|e[i];return n},t.toHex=function(e){for(var t="",n=0;n<e.length;n++)t+=l(e[n].toString(16));return t},t.htonl=o,t.toHex32=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e[r];"little"===t&&(i=o(i)),n+=u(i.toString(16))}return n},t.zero2=l,t.zero8=u,t.join32=function(e,t,n,i){var a=n-t;r(a%4==0);for(var o=new Array(a/4),l=0,u=t;l<o.length;l++,u+=4){var s;s="big"===i?e[u]<<24|e[u+1]<<16|e[u+2]<<8|e[u+3]:e[u+3]<<24|e[u+2]<<16|e[u+1]<<8|e[u],o[l]=s>>>0}return o},t.split32=function(e,t){for(var n=new Array(4*e.length),r=0,i=0;r<e.length;r++,i+=4){var a=e[r];"big"===t?(n[i]=a>>>24,n[i+1]=a>>>16&255,n[i+2]=a>>>8&255,n[i+3]=255&a):(n[i+3]=a>>>24,n[i+2]=a>>>16&255,n[i+1]=a>>>8&255,n[i]=255&a)}return n},t.rotr32=function(e,t){return e>>>t|e<<32-t},t.rotl32=function(e,t){return e<<t|e>>>32-t},t.sum32=function(e,t){return e+t>>>0},t.sum32_3=function(e,t,n){return e+t+n>>>0},t.sum32_4=function(e,t,n,r){return e+t+n+r>>>0},t.sum32_5=function(e,t,n,r,i){return e+t+n+r+i>>>0},t.sum64=function(e,t,n,r){var i=e[t],a=r+e[t+1]>>>0,o=(a<r?1:0)+n+i;e[t]=o>>>0,e[t+1]=a},t.sum64_hi=function(e,t,n,r){return(t+r>>>0<t?1:0)+e+n>>>0},t.sum64_lo=function(e,t,n,r){return t+r>>>0},t.sum64_4_hi=function(e,t,n,r,i,a,o,l){var u=0,s=t;return u+=(s=s+r>>>0)<t?1:0,u+=(s=s+a>>>0)<a?1:0,e+n+i+o+(u+=(s=s+l>>>0)<l?1:0)>>>0},t.sum64_4_lo=function(e,t,n,r,i,a,o,l){return t+r+a+l>>>0},t.sum64_5_hi=function(e,t,n,r,i,a,o,l,u,s){var c=0,d=t;return c+=(d=d+r>>>0)<t?1:0,c+=(d=d+a>>>0)<a?1:0,c+=(d=d+l>>>0)<l?1:0,e+n+i+o+u+(c+=(d=d+s>>>0)<s?1:0)>>>0},t.sum64_5_lo=function(e,t,n,r,i,a,o,l,u,s){return t+r+a+l+s>>>0},t.rotr64_hi=function(e,t,n){return(t<<32-n|e>>>n)>>>0},t.rotr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0},t.shr64_hi=function(e,t,n){return e>>>n},t.shr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0}},203:function(e,t){function n(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=n,n.equal=function(e,t,n){if(e!=t)throw new Error(n||"Assertion failed: "+e+" != "+t)}},204:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){e.exports=n(396)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"backgroundColour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"content"},name:{kind:"Name",value:"paywalledContent"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"descriptionMarkup"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"200"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"dropcapsDisabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expirableFlags"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"type"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expiryTime"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"keywords"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcoveAccountId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcovePolicyKey"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcoveVideoId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcovePlayerId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"imageProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"is360"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"imageProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"relatedArticleSlice"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"sliceName"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadOneAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"OpinionOneAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"opinion"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharingEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"savingEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"standfirst"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"tiles"},arguments:[{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"IntValue",value:"1"}},{kind:"Argument",name:{kind:"Name",value:"desc"},value:{kind:"BooleanValue",value:!0}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slices"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"sections"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"template"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"textColour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"topics"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCount"},value:{kind:"IntValue",value:"5"}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"articleProps"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"imageProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop1251"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1.25:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop11"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop45"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"4:5",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop23"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2:3",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop2251"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2.25:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"relatedProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Tile"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"articleProps"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"summaries"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"articleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"AuthorByline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"author"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"jobTitle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"twitter"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"updatedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"seoDescription"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"summaries"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"summary105"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"105"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary145"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"145"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary160"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"160"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary175"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"175"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary225"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"225"}}],directives:[]}]}}],loc:{start:0,end:3729,source:{body:'query ArticleQuery($id: ID!) {\n article(id: $id) {\n backgroundColour {\n rgba {\n red\n green\n blue\n alpha\n }\n }\n commentsEnabled\n content: paywalledContent\n descriptionMarkup: summary(maxCharCount: 200)\n dropcapsDisabled\n expirableFlags {\n type\n expiryTime\n }\n keywords\n leadAsset {\n ... on Video {\n id\n brightcoveAccountId\n brightcovePolicyKey\n brightcoveVideoId\n brightcovePlayerId\n posterImage {\n ...imageProps\n }\n is360\n }\n ... on Image {\n ...imageProps\n }\n }\n relatedArticleSlice {\n sliceName: __typename\n ... on StandardSlice {\n items {\n ...relatedProps\n }\n }\n ... on LeadOneAndTwoSlice {\n lead {\n ...relatedProps\n }\n support1 {\n ...relatedProps\n }\n support2 {\n ...relatedProps\n }\n }\n ... on OpinionOneAndTwoSlice {\n opinion {\n ...relatedProps\n }\n support1 {\n ...relatedProps\n }\n support2 {\n ...relatedProps\n }\n }\n }\n sharingEnabled\n savingEnabled\n standfirst\n tiles(first: 1, desc: true) {\n slices {\n sections {\n title\n }\n }\n }\n template\n textColour {\n rgba {\n red\n green\n blue\n alpha\n }\n }\n topics(maxCount: 5) {\n name\n slug\n }\n ...articleProps\n }\n}\n\nfragment imageProps on Image {\n caption\n credits\n crop169: crop(ratio: "16:9") {\n ratio\n url\n }\n crop32: crop(ratio: "3:2") {\n ratio\n url\n }\n crop1251: crop(ratio: "1.25:1") {\n ratio\n url\n }\n crop11: crop(ratio: "1:1") {\n ratio\n url\n }\n crop45: crop(ratio: "4:5") {\n ratio\n url\n }\n crop23: crop(ratio: "2:3") {\n ratio\n url\n }\n crop2251: crop(ratio: "2.25:1") {\n ratio\n url\n }\n id\n title\n}\n\nfragment articleProps on Article {\n bylines {\n ... on Byline {\n ... on AuthorByline {\n author {\n image\n jobTitle\n twitter\n slug\n name\n }\n byline\n }\n byline\n image {\n id\n caption\n credits\n title\n crop(ratio: "1:1") {\n ratio\n url\n }\n }\n }\n }\n hasVideo\n headline\n id\n label\n publicationName\n publishedTime\n updatedTime\n section\n shortIdentifier\n shortHeadline\n seoDescription\n slug\n url\n}\n\nfragment relatedProps on Tile {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n article {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n ...articleProps\n ...summaries\n }\n}\n\nfragment summaries on Article {\n summary105: summary(maxCharCount: 105)\n summary125: summary(maxCharCount: 125)\n summary145: summary(maxCharCount: 145)\n summary160: summary(maxCharCount: 160)\n summary175: summary(maxCharCount: 175)\n summary225: summary(maxCharCount: 225)\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),a=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleBookmarkedQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"isBookmarked"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:107,source:{body:"query ArticleBookmarkedQuery($id: ID!) {\n article(id: $id) {\n __typename\n id\n isBookmarked\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),o=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleExtrasQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relatedArticleSlice"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"sliceName"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"topics"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCount"},value:{kind:"IntValue",value:"5"}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"relatedProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Tile"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"articleProps"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"summaries"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"articleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"summaries"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}}],loc:{start:0,end:1329,source:{body:'#import "./article_props.graphql"\n\nquery ArticleExtrasQuery($id: ID!) {\n article(id: $id) {\n id\n commentsEnabled\n relatedArticleSlice {\n sliceName: __typename\n ... on StandardSlice {\n items {\n ...relatedProps\n }\n }\n }\n topics(maxCount: 5) {\n name\n slug\n }\n }\n}\n\nfragment relatedProps on Tile {\n leadAsset {\n __typename\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n article {\n leadAsset {\n __typename\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n ...articleProps\n ...summaries\n }\n}\n\nfragment summaries on Article {\n summary125: summary(maxCharCount: 125)\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),l=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"AuthorQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"author"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articles"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"count"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"biography"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"hasLeadAssets"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"jobTitle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"twitter"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"metaDescription"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:193,source:{body:"query AuthorQuery($slug: Slug!) {\n author(slug: $slug) {\n articles {\n count\n }\n biography\n hasLeadAssets\n image\n jobTitle\n name\n twitter\n metaDescription\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),u=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleDraftQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"draftArticle"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"backgroundColour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"commentsEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"dropcapsDisabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expirableFlags"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"type"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expiryTime"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"keywords"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcoveAccountId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcovePolicyKey"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcoveVideoId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"brightcovePlayerId"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"imageProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"is360"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"imageProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"relatedArticleSlice"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"sliceName"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftStandardSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftLeadOneAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftOpinionOneAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"opinion"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"relatedProps"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"sharingEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"savingEnabled"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"standfirst"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"template"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"textColour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"draftArticleProps"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"imageProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop1251"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1.25:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop11"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop45"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"4:5",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop23"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2:3",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop2251"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2.25:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"relatedProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftTile"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"articleProps"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"summaries"},directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftArticle"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"draftArticleProps"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"draftSummaries"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"draftArticleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftArticle"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"updatedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"articleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"updatedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"summaries"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"summary105"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"105"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary145"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"145"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary160"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"160"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary175"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"175"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary225"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"225"}}],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"draftSummaries"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DraftArticle"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"summary105"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"105"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary145"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"145"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary160"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"160"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary175"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"175"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary225"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"225"}}],directives:[]}]}}],loc:{start:0,end:4674,source:{body:'query ArticleDraftQuery($id: ID!) {\n draftArticle(id: $id) {\n backgroundColour {\n rgba {\n red\n green\n blue\n alpha\n }\n }\n commentsEnabled\n content\n dropcapsDisabled\n expirableFlags {\n type\n expiryTime\n }\n keywords\n leadAsset {\n ... on Video {\n id\n brightcoveAccountId\n brightcovePolicyKey\n brightcoveVideoId\n brightcovePlayerId\n posterImage {\n ...imageProps\n }\n is360\n }\n ... on Image {\n ...imageProps\n }\n }\n relatedArticleSlice {\n sliceName: __typename\n ... on DraftStandardSlice {\n items {\n ...relatedProps\n }\n }\n ... on DraftLeadOneAndTwoSlice {\n lead {\n ...relatedProps\n }\n support1 {\n ...relatedProps\n }\n support2 {\n ...relatedProps\n }\n }\n ... on DraftOpinionOneAndTwoSlice {\n opinion {\n ...relatedProps\n }\n support1 {\n ...relatedProps\n }\n support2 {\n ...relatedProps\n }\n }\n }\n sharingEnabled\n savingEnabled\n standfirst\n template\n textColour {\n rgba {\n red\n green\n blue\n alpha\n }\n }\n ...draftArticleProps\n }\n}\n\nfragment imageProps on Image {\n caption\n credits\n crop169: crop(ratio: "16:9") {\n ratio\n url\n }\n crop32: crop(ratio: "3:2") {\n ratio\n url\n }\n crop1251: crop(ratio: "1.25:1") {\n ratio\n url\n }\n crop11: crop(ratio: "1:1") {\n ratio\n url\n }\n crop45: crop(ratio: "4:5") {\n ratio\n url\n }\n crop23: crop(ratio: "2:3") {\n ratio\n url\n }\n crop2251: crop(ratio: "2.25:1") {\n ratio\n url\n }\n id\n title\n}\n\nfragment articleProps on Article {\n bylines {\n ... on Byline {\n byline\n image {\n id\n caption\n credits\n title\n crop(ratio: "1:1") {\n ratio\n url\n }\n }\n }\n }\n hasVideo\n headline\n id\n label\n publicationName\n publishedTime\n updatedTime\n section\n shortIdentifier\n shortHeadline\n slug\n url\n}\n\nfragment draftArticleProps on DraftArticle {\n bylines {\n ... on Byline {\n byline\n image {\n id\n caption\n credits\n title\n crop(ratio: "1:1") {\n ratio\n url\n }\n }\n }\n }\n hasVideo\n headline\n id\n label\n publicationName\n publishedTime\n updatedTime\n section\n shortIdentifier\n shortHeadline\n slug\n url\n}\n\nfragment relatedProps on DraftTile {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n article {\n ... on Article {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n ...articleProps\n ...summaries\n }\n ... on DraftArticle {\n leadAsset {\n ... on Image {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n crop169: crop(ratio: "16:9") {\n url\n }\n crop32: crop(ratio: "3:2") {\n url\n }\n id\n title\n }\n }\n }\n ...draftArticleProps\n ...draftSummaries\n }\n }\n}\n\nfragment summaries on Article {\n summary105: summary(maxCharCount: 105)\n summary125: summary(maxCharCount: 125)\n summary145: summary(maxCharCount: 145)\n summary160: summary(maxCharCount: 160)\n summary175: summary(maxCharCount: 175)\n summary225: summary(maxCharCount: 225)\n}\n\nfragment draftSummaries on DraftArticle {\n summary105: summary(maxCharCount: 105)\n summary125: summary(maxCharCount: 125)\n summary145: summary(maxCharCount: 145)\n summary160: summary(maxCharCount: 160)\n summary175: summary(maxCharCount: 175)\n summary225: summary(maxCharCount: 225)\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),s=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"EditionQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"edition"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"updateText"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sections"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"sectionPageProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"sectionPageProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Section"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"colour"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"rgba"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"red"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"green"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"blue"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alpha"},arguments:[],directives:[]}]}}]}},{kind:"FragmentSpread",name:{kind:"Name",value:"standardSection"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"magazineSection"},directives:[]},{kind:"FragmentSpread",name:{kind:"Name",value:"puzzleSection"},directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"standardSection"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSection"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slices"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"commonSlicesSection"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"magazineSection"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"MagazineSection"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"cover"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"crops"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"slices"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"commonSlicesSection"},directives:[]}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"puzzleSection"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"PuzzleSection"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slices"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Puzzle"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"hideOnMobile"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"commonSlicesSection"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSectionSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"name"},name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"StandardSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"CommentLeadAndCartoonSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"cartoon"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadersSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"leader1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"leader2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"leader3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadOneAndFourSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support4"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadOneAndOneSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadOneFullWidthSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"LeadTwoNoPicAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary1000"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"1000"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser1000"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"1000"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"lead2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary300"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser300"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"300"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset32and45"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryFourSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary4"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryOneSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryOneAndColumnistSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"columnist"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset23"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset23"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset23"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryOneAndFourSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"strapline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support4"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryTwoAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}}]}},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169"},directives:[]}]}}]}},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SecondaryTwoNoPicAndTwoSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"secondary1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"secondary2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset11"},directives:[]}]}}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"TwoPicAndSixNoPicSlice"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"lead1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"lead2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"listingAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"leadAsset169and32"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"summary125"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"summary800"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"teaser125"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"125"}}],directives:[]},{kind:"Field",alias:{kind:"Name",value:"teaser800"},name:{kind:"Name",value:"teaser"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"800"}}],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"support1"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support2"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support3"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support4"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support5"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"support6"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"article"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"baseArticleProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DailyUniversalRegister"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"briefing"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"durItem"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"onThisDay"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"durItem"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"natureNotes"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"durItem"},directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"birthdaysToday"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"durItem"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"baseArticleProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"expirableFlags"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"type"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"expiryTime"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"longRead"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset32"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset11"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop11"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop11"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset169"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset169and32"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop169"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"16:9",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset32and45"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop45"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"4:5",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop32"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"3:2",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}},{kind:"Field",alias:{kind:"Name",value:"crop45"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"4:5",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"leadAsset23"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Media"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"__typename"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop23"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2:3",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"crop23"},name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"2:3",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:"sectionCropProps"},directives:[]}]}}]}}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"durItem"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"DailyUniversalRegisterItem"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]}]}},{kind:"FragmentDefinition",name:{kind:"Name",value:"sectionCropProps"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Crop"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relativeHorizontalOffset"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relativeVerticalOffset"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relativeWidth"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"relativeHeight"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}],loc:{start:0,end:224,source:{body:'#import "./section_fragment.graphql"\n\nquery EditionQuery($id: ID!) {\n edition(id: $id) {\n id\n publishedTime\n publicationName\n updateText\n sections {\n id\n title\n ...sectionPageProps\n }\n }\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),c=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetSavedBookamrks"},variableDefinitions:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"viewer"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bookmarks"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bookmarks"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"total"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:114,source:{body:"query GetSavedBookamrks {\n viewer {\n bookmarks {\n bookmarks {\n id\n }\n total\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),d=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetNewsletter"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"code"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"newsletter"},arguments:[{kind:"Argument",name:{kind:"Name",value:"code"},value:{kind:"Variable",name:{kind:"Name",value:"code"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"isSubscribed"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:106,source:{body:"query GetNewsletter($code: String!) {\n newsletter(code: $code) {\n id\n isSubscribed\n title\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),f=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"GetTokenisedArticleUrl"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"article"},arguments:[{kind:"Argument",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"tokenisedUrl"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:85,source:{body:"query GetTokenisedArticleUrl($id: ID!) {\n article(id: $id) {\n tokenisedUrl\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),m=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"SaveBookmark"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"UUID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"saveBookmarks"},arguments:[{kind:"Argument",name:{kind:"Name",value:"bookmarks"},value:{kind:"ListValue",values:[{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}]}]}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:93,source:{body:"mutation SaveBookmark($id: UUID!) {\n saveBookmarks(bookmarks: [{ id: $id }]) {\n id\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),p=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"SubscribeNewsletter"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"code"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"subscribeNewsletter"},arguments:[{kind:"Argument",name:{kind:"Name",value:"code"},value:{kind:"Variable",name:{kind:"Name",value:"code"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"isSubscribed"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:114,source:{body:"mutation SubscribeNewsletter($code: String!) {\n subscribeNewsletter(code: $code) {\n id\n isSubscribed\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),v=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"TopicQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"topic"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"metaDescription"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:107,source:{body:"query TopicQuery($slug: Slug!) {\n topic(slug: $slug) {\n name\n description\n metaDescription\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),h=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"mutation",name:{kind:"Name",value:"UnsaveBookmark"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"id"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"UUID"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"unsaveBookmarks"},arguments:[{kind:"Argument",name:{kind:"Name",value:"bookmarks"},value:{kind:"ListValue",values:[{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"id"},value:{kind:"Variable",name:{kind:"Name",value:"id"}}}]}]}}],directives:[]}]}}],loc:{start:0,end:84,source:{body:"mutation UnsaveBookmark($id: UUID!) {\n unsaveBookmarks(bookmarks: [{ id: $id }])\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),y=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleListQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"longSummaryLength"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"shortSummaryLength"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"skip"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"author"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articles"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"count"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"list"},arguments:[{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}},{kind:"Argument",name:{kind:"Name",value:"skip"},value:{kind:"Variable",name:{kind:"Name",value:"skip"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"longSummary"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"Variable",name:{kind:"Name",value:"longSummaryLength"}}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",alias:{kind:"Name",value:"shortSummary"},name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"Variable",name:{kind:"Name",value:"shortSummaryLength"}}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:539,source:{body:"query ArticleListQuery(\n $first: Int\n $longSummaryLength: Int\n $shortSummaryLength: Int\n $skip: Int\n $slug: Slug!\n) {\n author(slug: $slug) {\n articles {\n count\n list(first: $first, skip: $skip) {\n hasVideo\n id\n label\n slug\n shortIdentifier\n longSummary: summary(maxCharCount: $longSummaryLength)\n publicationName\n publishedTime\n headline\n shortHeadline\n shortSummary: summary(maxCharCount: $shortSummaryLength)\n url\n }\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),g=function(e){var t=e.longSummaryLength,n=e.pageSize,r=e.page;return{first:n,longSummaryLength:t,shortSummaryLength:e.shortSummaryLength,skip:n*(r-1),slug:e.slug}},k=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"ArticleListQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Ratio"}}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"skip"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"author"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articles"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"count"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"list"},arguments:[{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}},{kind:"Argument",name:{kind:"Name",value:"skip"},value:{kind:"Variable",name:{kind:"Name",value:"skip"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"145"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:819,source:{body:"query ArticleListQuery(\n $first: Int\n $imageRatio: Ratio!\n $skip: Int\n $slug: Slug!\n) {\n author(slug: $slug) {\n articles {\n count\n list(first: $first, skip: $skip) {\n hasVideo\n headline\n id\n label\n slug\n shortIdentifier\n leadAsset {\n ... on Image {\n caption\n crop(ratio: $imageRatio) {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n caption\n crop(ratio: $imageRatio) {\n url\n }\n id\n title\n }\n }\n }\n publicationName\n publishedTime\n shortHeadline\n summary(maxCharCount: 145)\n url\n }\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}}}}),b=function(e){var t=e.slug,n=e.pageSize,r=e.page,i=e.articleImageRatio;return{first:n,imageRatio:void 0===i?"3:2":i,skip:n*(r-1),slug:t}},S=Object(r.addTypenameToDocument)({kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"TopicArticlesQuery"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"first"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Ratio"}}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"skip"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"slug"}},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Slug"}}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"topic"},arguments:[{kind:"Argument",name:{kind:"Name",value:"slug"},value:{kind:"Variable",name:{kind:"Name",value:"slug"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articles"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"count"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"list"},arguments:[{kind:"Argument",name:{kind:"Name",value:"first"},value:{kind:"Variable",name:{kind:"Name",value:"first"}}},{kind:"Argument",name:{kind:"Name",value:"skip"},value:{kind:"Variable",name:{kind:"Name",value:"skip"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"bylines"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Byline"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"byline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"credits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"StringValue",value:"1:1",block:!1}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"ratio"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"hasVideo"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"headline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortIdentifier"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"leadAsset"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Image"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Video"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"posterImage"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"caption"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"crop"},arguments:[{kind:"Argument",name:{kind:"Name",value:"ratio"},value:{kind:"Variable",name:{kind:"Name",value:"imageRatio"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}},{kind:"Field",name:{kind:"Name",value:"publicationName"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"publishedTime"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"section"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"shortHeadline"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[{kind:"Argument",name:{kind:"Name",value:"maxCharCount"},value:{kind:"IntValue",value:"115"}}],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:1129,source:{body:'query TopicArticlesQuery(\n $first: Int\n $imageRatio: Ratio!\n $skip: Int\n $slug: Slug!\n) {\n topic(slug: $slug) {\n articles {\n count\n list(first: $first, skip: $skip) {\n bylines {\n ... on Byline {\n byline\n image {\n id\n caption\n credits\n title\n crop(ratio: "1:1") {\n ratio\n url\n }\n }\n }\n }\n hasVideo\n headline\n id\n label\n slug\n shortIdentifier\n leadAsset {\n ... on Image {\n caption\n crop(ratio: $imageRatio) {\n url\n }\n id\n title\n }\n ... on Video {\n posterImage {\n caption\n crop(ratio: $imageRatio) {\n url\n }\n id\n title\n }\n }\n }\n publicationName\n publishedTime\n section\n shortHeadline\n summary(maxCharCount: 115)\n url\n }\n }\n }\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}}}}),O=function(e){var t=e.articleImageRatio,n=void 0===t?"3:2":t,r=e.page,i=e.pageSize;return{first:i,imageRatio:n,skip:i*(r-1),slug:e.slug}};n.d(t,"article",(function(){return i})),n.d(t,"articleBookmarked",(function(){return a})),n.d(t,"articleExtras",(function(){return o})),n.d(t,"author",(function(){return l})),n.d(t,"draftArticle",(function(){return u})),n.d(t,"edition",(function(){return s})),n.d(t,"getBookmarks",(function(){return c})),n.d(t,"getNewsletter",(function(){return d})),n.d(t,"getTokenisedArticleUrl",(function(){return f})),n.d(t,"saveBookmarks",(function(){return m})),n.d(t,"subscribeNewsletter",(function(){return p})),n.d(t,"topic",(function(){return v})),n.d(t,"unsaveBookmarks",(function(){return h})),n.d(t,"authorArticlesNoImages",(function(){return y})),n.d(t,"authorArticlesNoImagesPTV",(function(){return g})),n.d(t,"authorArticlesWithImages",(function(){return k})),n.d(t,"authorArticlesWithImagesPTV",(function(){return b})),n.d(t,"topicArticles",(function(){return S})),n.d(t,"topicArticlesPTV",(function(){return O}))}])},25:function(e,t,n){"use strict";function r(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}n.d(t,"a",(function(){return r}))},250:function(e,t,n){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 i(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){a(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 a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const o=n(124).ApolloClient,l=n(642),u=n(658).ApolloLink,s=n(356).createHttpLink,c=n(260).createPersistedQueryLink,d=n(646).default,f=n(647).fragmentMatcher,m=n(186).InMemoryCache,p=n(648),v=p.default,h=p.TealiumSendScheduler;e.exports=(e,t,n)=>{const r=e((e=>{if(!e.uri)throw new Error("API endpoint is empty");const t={fetch:d,headers:e.headers?i({},e.headers):{},uri:e.uri};if(e.useGET&&(t.headers["content-type"]="application/x-www-form-urlencoded",t.useGETForQueries=!0),"undefined"!=typeof window&&window.nuk&&!e.skipAuthorization){const e=window.nuk.getCookieValue("acs_tnl"),n=window.nuk.getCookieValue("sacs_tnl");t.headers.Authorization="Cookie acs_tnl=".concat(e,";sacs_tnl=").concat(n)}const n=u.from([e.usePersistedQueries&&c({useGETForHashedQueries:!0}),s(t)].filter(Boolean));return new o({name:"@times-components/ssr/client (".concat(e.clientName||"unknown",")"),cache:new m({fragmentMatcher:f}).restore(e.initialState||{}),link:n})})({initialState:window.__APOLLO_STATE__,uri:window.nuk.graphqlapi.url,useGET:t.useGET,headers:t.headers,usePersistedQueries:window.nuk.graphqlapi.usePersistedQueries,skipAuthorization:t.skipAuthorization,clientName:window.nuk.graphqlapi.clientName}),(e=>{const t=new h(e.tracking,window,document);return v(t).analytics})({tracking:window.nuk.tracking}),n,{});t.zephrDivs&&!0===t.zephrDivs?l.hydrate(r,document.getElementById(t.rootTag)):l.render(r,document.getElementById(t.rootTag))}},251:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=8)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(11)},function(e,t){e.exports=n(2)},function(e,t){e.exports=n(59)},function(e,t){e.exports=n(71)},function(e,t){e.exports=n(152)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=(n(4),n(5)),o=n.n(a),l=n(6),u=n(1),s=n(7),c=n.n(s);function d(e){return(d="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 f(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 m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){p(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function v(){return(v=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}).apply(this,arguments)}function h(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 y(e,t){return(y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function g(e,t){return!t||"object"!==d(t)&&"function"!=typeof t?k(e):t}function k(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var S=function(e){var t=function(t){!function(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&&y(e,t)}(l,t);var n,r,a,o=function(e){var t=function(){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}}();return function(){var n,r=b(e);if(t){var i=b(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return g(this,n)}}(l);function l(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,l),(t=o.call(this,e)).state=e,t.handleChangePage=t.handleChangePage.bind(k(t)),t}return n=l,a=[{key:"addHistory",value:function(e){"undefined"!=typeof window&&window.history&&window.history.pushState({page:e},null,"?page=".concat(e))}},{key:"replaceHistory",value:function(e){"undefined"!=typeof window&&window.history&&window.history.replaceState({page:e},null,"?page=".concat(e))}},{key:"getDerivedStateFromProps",value:function(e,t){return m(m({},e),{},{page:t.page})}}],(r=[{key:"componentDidMount",value:function(){var e=this,t=this.state.page;"undefined"!=typeof window&&(window.onpopstate=function(t){t.state&&e.setState({page:t.state.page})}),l.replaceHistory(t)}},{key:"componentWillUnmount",value:function(){"undefined"!=typeof window&&(window.onpopstate=null)}},{key:"handleChangePage",value:function(e,t){this.setState({page:t},(function(){return l.addHistory(t)})),e.preventDefault()}},{key:"render",value:function(){return i.a.createElement(e,v({},this.state,{onNext:this.handleChangePage,onPrev:this.handleChangePage}))}}])&&h(n.prototype,r),a&&h(n,a),l}(r.Component);return t.displayName="Pagination Helper (".concat(c()(e),")"),t.defaultProps={page:1},t},O=n(2),w=n(3),N=n.n(w),T={color:"inherit",font:"inherit",whiteSpace:"inherit"},j=N()(O.TcText).withConfig({displayName:"page-label__ResponsiveLabel",componentId:"sc-1m9jh18-0"})(["display:none;@media (min-width:","px){display:inline;}"],u.breakpoints.medium),C=function(e){var t=e.direction;return i.a.createElement(O.TcText,{style:T},t,i.a.createElement(j,{style:T}," page"))};function x(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 F(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?x(Object(n),!0).forEach((function(t){E(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):x(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function E(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var P=F(F({color:u.colours.functional.action,height:15},Object(u.fontFactory)({font:"supporting",fontSize:"pagingMeta"})),{},{lineHeight:13}),_={alignItems:"center",flexDirection:"row"},A={nextContainer:Object.assign({paddingBottom:"8px",paddingTop:"10px"},_),nextText:Object.assign({marginRight:Object(u.spacing)(2),textAlign:"right"},P),previousContainer:Object.assign({paddingBottom:"8px",paddingTop:"10px"},_),previousText:Object.assign({marginLeft:Object(u.spacing)(2),textAlign:"left"},P)},I=function(){return i.a.createElement(O.TcView,{style:A.nextContainer,"data-testid":"pagination-button-next"},i.a.createElement(O.TcText,{style:Object(O.checkStylesForUnits)(A.nextText)},i.a.createElement(C,{direction:"Next"})),i.a.createElement("svg",{"aria-label":"icon-next-page",height:12,style:{marginTop:Object(u.spacing)(-.5)},viewBox:"42 12 60 120",width:7},i.a.createElement("g",{fill:u.colours.functional.action},i.a.createElement("path",{d:"M45.8,132L42,128.2,74.8,72,42,15.8,45.8,12,102,72Z"}))))},D=function(){return i.a.createElement(O.TcView,{style:A.previousContainer,"data-testid":"pagination-button-previous"},i.a.createElement("svg",{height:12,style:{marginTop:Object(u.spacing)(-.5)},viewBox:"42 12 60 120",width:7},i.a.createElement("g",{fill:u.colours.functional.action},i.a.createElement("path",{d:"M98.2,12l3.8,3.8L69.2,72,102,128.2,98.2,132,42,72Z"}))),i.a.createElement(O.TcText,{style:Object(O.checkStylesForUnits)(A.previousText)},i.a.createElement(C,{direction:"Previous"})))};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 M(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){L(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 L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var V={message:M(M({color:u.colours.functional.secondary},Object(u.fontFactory)({font:"supporting",fontSize:"pagingMeta"})),{},{paddingTop:4})},B=function(e){var t=e.children;return i.a.createElement(O.TcText,{style:Object(O.checkStylesForUnits)(V.message),testID:"results-message"},t)},q=N()(O.TcView).withConfig({displayName:"results__MessageContainer",componentId:"sc-1f306gs-0"})(["align-items:center;flex-direction:row;justify-content:center;height:50px;@media (min-width:","px){left:0;right:0;position:absolute;}"],u.breakpoints.medium),z=function(e){var t=e.children;return i.a.createElement(q,null,i.a.createElement(B,null,t))},U=N()(O.TcView).withConfig({displayName:"pagination-border__BorderWithResults",componentId:"zd8d3i-0"})(["border-style:solid;align-items:center;flex-direction:row;justify-content:space-between;height:50px;border-bottom-color:",";border-bottom-width:1px;border-top-color:",";border-top-width:1px;@media (min-width:","px){border-top-width:0px;}"],u.colours.functional.keyline,u.colours.functional.keyline,u.breakpoints.medium),Q=N()(O.TcView).withConfig({displayName:"pagination-border__BorderWithoutResults",componentId:"zd8d3i-1"})(["border-style:solid;align-items:center;flex-direction:row;justify-content:space-between;height:50px;border-bottom-color:",";border-bottom-width:1px;border-top-color:",";border-top-width:1px;"],u.colours.functional.keyline,u.colours.functional.keyline),W=function(e){var t=e.children;return e.hideResults?i.a.createElement(Q,null,t):i.a.createElement(U,null,t)};W.defaultProps={hideResults:!1};var H=W,J=N()(O.TcView).withConfig({displayName:"pagination-container__ContainerWithResults",componentId:"csg9hq-0"})(["align-items:stretch;flex-direction:column;@media (min-width:","px){margin-top:",";}"],u.breakpoints.medium,Object(u.spacing)(6)),$=N()(O.TcView).withConfig({displayName:"pagination-container__ContainerWithoutResults",componentId:"csg9hq-1"})(["align-items:stretch;flex-direction:column;"]),G=function(e){var t=e.children;return e.hideResults?i.a.createElement($,null,t):i.a.createElement(J,null,t)};G.defaultProps={hideResults:!1};var Y=G,K=N()(O.TcView).withConfig({displayName:"responsive__LinkContainer",componentId:"ac98ik-0"})(["padding-left:",";padding-right:",";@media (min-width:","px){padding-left:0;padding-right:0;}"],Object(u.spacing)(2),Object(u.spacing)(2),u.breakpoints.medium);function X(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null!=n){var r,i,a=[],o=!0,l=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);o=!0);}catch(e){l=!0,i=e}finally{try{o||null==n.return||n.return()}finally{if(l)throw i}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Z(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)?Z(e,t):void 0}}(e,t)||function(){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 Z(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 ee(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 te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"withPageState",(function(){return S}));var ne={arrow:function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ee(Object(n),!0).forEach((function(t){te(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ee(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({color:u.colours.functional.action},Object(u.fontFactory)({font:"supporting",fontSize:"meta"}))},re=function(e){var t=e.count,n=e.generatePageLink,r=e.hideResults,a=e.onNext,l=e.onPrev,u=e.page,s=e.pageSize,c=Math.min(t,u*s),d=Math.min(c,(u-1)*s+1),f="Showing ".concat(d," - ").concat(c," of ").concat(t," results"),m=d>s?i.a.createElement(o.a,{onPress:function(e){return l(e,u-1)},style:ne.arrow,testID:"page-prev",url:n(u-1)},i.a.createElement(D,null)):null,p=c<t?i.a.createElement(o.a,{onPress:function(e){return a(e,u+1)},style:ne.arrow,testID:"page-next",url:n(u+1)},i.a.createElement(I,null)):null,v=r?null:i.a.createElement(z,null,f);return i.a.createElement(Y,{hideResults:r},v,i.a.createElement(H,{hideResults:r},i.a.createElement(K,null,m),i.a.createElement(K,null,p)))};re.defaultProps={count:0,hideResults:!1,onNext:function(){},onPrev:function(){},page:1,pageSize:20},t.default=Object(l.withTrackEvents)(re,{analyticsEvents:[{actionName:"Pressed",eventName:"onNext",getAttrs:function(e,t){return{destinationPage:X(t,2)[1],direction:"next"}}},{actionName:"Pressed",eventName:"onPrev",getAttrs:function(e,t){return{destinationPage:X(t,2)[1],direction:"previous"}}}]})}])},252:function(e,t,n){(function(e,n){var r="[object Arguments]",i="[object Map]",a="[object Object]",o="[object Set]",l=/^\[object .+?Constructor\]$/,u=/^(?:0|[1-9]\d*)$/,s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s[r]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s[i]=s["[object Number]"]=s[a]=s["[object RegExp]"]=s[o]=s["[object String]"]=s["[object WeakMap]"]=!1;var c="object"==typeof e&&e&&e.Object===Object&&e,d="object"==typeof self&&self&&self.Object===Object&&self,f=c||d||Function("return this")(),m=t&&!t.nodeType&&t,p=m&&"object"==typeof n&&n&&!n.nodeType&&n,v=p&&p.exports===m,h=v&&c.process,y=function(){try{return h&&h.binding&&h.binding("util")}catch(e){}}(),g=y&&y.isTypedArray;function k(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function b(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function S(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var O,w,N,T=Array.prototype,j=Function.prototype,C=Object.prototype,x=f["__core-js_shared__"],F=j.toString,E=C.hasOwnProperty,P=(O=/[^.]+$/.exec(x&&x.keys&&x.keys.IE_PROTO||""))?"Symbol(src)_1."+O:"",_=C.toString,A=RegExp("^"+F.call(E).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),I=v?f.Buffer:void 0,D=f.Symbol,R=f.Uint8Array,M=C.propertyIsEnumerable,L=T.splice,V=D?D.toStringTag:void 0,B=Object.getOwnPropertySymbols,q=I?I.isBuffer:void 0,z=(w=Object.keys,N=Object,function(e){return w(N(e))}),U=ye(f,"DataView"),Q=ye(f,"Map"),W=ye(f,"Promise"),H=ye(f,"Set"),J=ye(f,"WeakMap"),$=ye(Object,"create"),G=Se(U),Y=Se(Q),K=Se(W),X=Se(H),Z=Se(J),ee=D?D.prototype:void 0,te=ee?ee.valueOf:void 0;function ne(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function re(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ie(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ae(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new ie;++t<n;)this.add(e[t])}function oe(e){var t=this.__data__=new re(e);this.size=t.size}function le(e,t){var n=Ne(e),r=!n&&we(e),i=!n&&!r&&Te(e),a=!n&&!r&&!i&&Ee(e),o=n||r||i||a,l=o?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],u=l.length;for(var s in e)!t&&!E.call(e,s)||o&&("length"==s||i&&("offset"==s||"parent"==s)||a&&("buffer"==s||"byteLength"==s||"byteOffset"==s)||be(s,u))||l.push(s);return l}function ue(e,t){for(var n=e.length;n--;)if(Oe(e[n][0],t))return n;return-1}function se(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":V&&V in Object(e)?function(e){var t=E.call(e,V),n=e[V];try{e[V]=void 0;var r=!0}catch(e){}var i=_.call(e);r&&(t?e[V]=n:delete e[V]);return i}(e):function(e){return _.call(e)}(e)}function ce(e){return Fe(e)&&se(e)==r}function de(e,t,n,l,u){return e===t||(null==e||null==t||!Fe(e)&&!Fe(t)?e!=e&&t!=t:function(e,t,n,l,u,s){var c=Ne(e),d=Ne(t),f=c?"[object Array]":ke(e),m=d?"[object Array]":ke(t),p=(f=f==r?a:f)==a,v=(m=m==r?a:m)==a,h=f==m;if(h&&Te(e)){if(!Te(t))return!1;c=!0,p=!1}if(h&&!p)return s||(s=new oe),c||Ee(e)?pe(e,t,n,l,u,s):function(e,t,n,r,a,l,u){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!l(new R(e),new R(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Oe(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case i:var s=b;case o:var c=1&r;if(s||(s=S),e.size!=t.size&&!c)return!1;var d=u.get(e);if(d)return d==t;r|=2,u.set(e,t);var f=pe(s(e),s(t),r,a,l,u);return u.delete(e),f;case"[object Symbol]":if(te)return te.call(e)==te.call(t)}return!1}(e,t,f,n,l,u,s);if(!(1&n)){var y=p&&E.call(e,"__wrapped__"),g=v&&E.call(t,"__wrapped__");if(y||g){var k=y?e.value():e,O=g?t.value():t;return s||(s=new oe),u(k,O,n,l,s)}}if(!h)return!1;return s||(s=new oe),function(e,t,n,r,i,a){var o=1&n,l=ve(e),u=l.length,s=ve(t).length;if(u!=s&&!o)return!1;var c=u;for(;c--;){var d=l[c];if(!(o?d in t:E.call(t,d)))return!1}var f=a.get(e);if(f&&a.get(t))return f==t;var m=!0;a.set(e,t),a.set(t,e);var p=o;for(;++c<u;){d=l[c];var v=e[d],h=t[d];if(r)var y=o?r(h,v,d,t,e,a):r(v,h,d,e,t,a);if(!(void 0===y?v===h||i(v,h,n,r,a):y)){m=!1;break}p||(p="constructor"==d)}if(m&&!p){var g=e.constructor,k=t.constructor;g==k||!("constructor"in e)||!("constructor"in t)||"function"==typeof g&&g instanceof g&&"function"==typeof k&&k instanceof k||(m=!1)}return a.delete(e),a.delete(t),m}(e,t,n,l,u,s)}(e,t,n,l,de,u))}function fe(e){return!(!xe(e)||function(e){return!!P&&P in e}(e))&&(je(e)?A:l).test(Se(e))}function me(e){if(n=(t=e)&&t.constructor,r="function"==typeof n&&n.prototype||C,t!==r)return z(e);var t,n,r,i=[];for(var a in Object(e))E.call(e,a)&&"constructor"!=a&&i.push(a);return i}function pe(e,t,n,r,i,a){var o=1&n,l=e.length,u=t.length;if(l!=u&&!(o&&u>l))return!1;var s=a.get(e);if(s&&a.get(t))return s==t;var c=-1,d=!0,f=2&n?new ae:void 0;for(a.set(e,t),a.set(t,e);++c<l;){var m=e[c],p=t[c];if(r)var v=o?r(p,m,c,t,e,a):r(m,p,c,e,t,a);if(void 0!==v){if(v)continue;d=!1;break}if(f){if(!k(t,(function(e,t){if(o=t,!f.has(o)&&(m===e||i(m,e,n,r,a)))return f.push(t);var o}))){d=!1;break}}else if(m!==p&&!i(m,p,n,r,a)){d=!1;break}}return a.delete(e),a.delete(t),d}function ve(e){return function(e,t,n){var r=t(e);return Ne(e)?r:function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}(r,n(e))}(e,Pe,ge)}function he(e,t){var n,r,i=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function ye(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return fe(n)?n:void 0}ne.prototype.clear=function(){this.__data__=$?$(null):{},this.size=0},ne.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ne.prototype.get=function(e){var t=this.__data__;if($){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return E.call(t,e)?t[e]:void 0},ne.prototype.has=function(e){var t=this.__data__;return $?void 0!==t[e]:E.call(t,e)},ne.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=$&&void 0===t?"__lodash_hash_undefined__":t,this},re.prototype.clear=function(){this.__data__=[],this.size=0},re.prototype.delete=function(e){var t=this.__data__,n=ue(t,e);return!(n<0)&&(n==t.length-1?t.pop():L.call(t,n,1),--this.size,!0)},re.prototype.get=function(e){var t=this.__data__,n=ue(t,e);return n<0?void 0:t[n][1]},re.prototype.has=function(e){return ue(this.__data__,e)>-1},re.prototype.set=function(e,t){var n=this.__data__,r=ue(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},ie.prototype.clear=function(){this.size=0,this.__data__={hash:new ne,map:new(Q||re),string:new ne}},ie.prototype.delete=function(e){var t=he(this,e).delete(e);return this.size-=t?1:0,t},ie.prototype.get=function(e){return he(this,e).get(e)},ie.prototype.has=function(e){return he(this,e).has(e)},ie.prototype.set=function(e,t){var n=he(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},ae.prototype.add=ae.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},ae.prototype.has=function(e){return this.__data__.has(e)},oe.prototype.clear=function(){this.__data__=new re,this.size=0},oe.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},oe.prototype.get=function(e){return this.__data__.get(e)},oe.prototype.has=function(e){return this.__data__.has(e)},oe.prototype.set=function(e,t){var n=this.__data__;if(n instanceof re){var r=n.__data__;if(!Q||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new ie(r)}return n.set(e,t),this.size=n.size,this};var ge=B?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,a=[];++n<r;){var o=e[n];t(o,n,e)&&(a[i++]=o)}return a}(B(e),(function(t){return M.call(e,t)})))}:function(){return[]},ke=se;function be(e,t){return!!(t=null==t?9007199254740991:t)&&("number"==typeof e||u.test(e))&&e>-1&&e%1==0&&e<t}function Se(e){if(null!=e){try{return F.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Oe(e,t){return e===t||e!=e&&t!=t}(U&&"[object DataView]"!=ke(new U(new ArrayBuffer(1)))||Q&&ke(new Q)!=i||W&&"[object Promise]"!=ke(W.resolve())||H&&ke(new H)!=o||J&&"[object WeakMap]"!=ke(new J))&&(ke=function(e){var t=se(e),n=t==a?e.constructor:void 0,r=n?Se(n):"";if(r)switch(r){case G:return"[object DataView]";case Y:return i;case K:return"[object Promise]";case X:return o;case Z:return"[object WeakMap]"}return t});var we=ce(function(){return arguments}())?ce:function(e){return Fe(e)&&E.call(e,"callee")&&!M.call(e,"callee")},Ne=Array.isArray;var Te=q||function(){return!1};function je(e){if(!xe(e))return!1;var t=se(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ce(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function xe(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Fe(e){return null!=e&&"object"==typeof e}var Ee=g?function(e){return function(t){return e(t)}}(g):function(e){return Fe(e)&&Ce(e.length)&&!!s[se(e)]};function Pe(e){return null!=(t=e)&&Ce(t.length)&&!je(t)?le(e):me(e);var t}n.exports=function(e,t){return de(e,t)}}).call(this,n(26),n(128)(e))},253:function(e,t,n){"use strict";e.exports=function(e,t,n,r,i,a,o,l){if(!e){var u;if(void 0===t)u=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,i,a,o,l],c=0;(u=new Error(t.replace(/%s/g,(function(){return s[c++]})))).name="Invariant Violation"}throw u.framesToPop=1,u}}},254:function(e,t,n){e.exports=function e(t){"use strict";var n=/^\0+/g,r=/[\0\r\f]/g,i=/: */g,a=/zoo|gra/,o=/([,: ])(transform)/g,l=/,+\s*(?![^(]*[)])/g,u=/ +\s*(?![^(]*[)])/g,s=/ *[\0] */g,c=/,\r+?/g,d=/([\t\r\n ])*\f?&/g,f=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,m=/\W+/g,p=/@(k\w+)\s*(\S*)\s*/,v=/::(place)/g,h=/:(read-only)/g,y=/\s+(?=[{\];=:>])/g,g=/([[}=:>])\s+/g,k=/(\{[^{]+?);(?=\})/g,b=/\s{2,}/g,S=/([^\(])(:+) */g,O=/[svh]\w+-[tblr]{2}/,w=/\(\s*(.*)\s*\)/g,N=/([\s\S]*?);/g,T=/-self|flex-/g,j=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,x=/([^-])(image-set\()/,F="-webkit-",E="-moz-",P="-ms-",_=59,A=125,I=123,D=40,R=41,M=10,L=13,V=32,B=45,q=42,z=44,U=58,Q=47,W=1,H=1,J=0,$=1,G=1,Y=1,K=0,X=0,Z=0,ee=[],te=[],ne=0,re=null,ie=0,ae=1,oe="",le="",ue="";function se(e,t,i,a,o){for(var l,u,c=0,d=0,f=0,m=0,y=0,g=0,k=0,b=0,O=0,N=0,T=0,j=0,C=0,x=0,E=0,P=0,K=0,te=0,re=0,de=i.length,ye=de-1,ge="",ke="",be="",Se="",Oe="",we="";E<de;){if(k=i.charCodeAt(E),E===ye&&d+m+f+c!==0&&(0!==d&&(k=d===Q?M:Q),m=f=c=0,de++,ye++),d+m+f+c===0){if(E===ye&&(P>0&&(ke=ke.replace(r,"")),ke.trim().length>0)){switch(k){case V:case 9:case _:case L:case M:break;default:ke+=i.charAt(E)}k=_}if(1===K)switch(k){case I:case A:case _:case 34:case 39:case D:case R:case z:K=0;case 9:case L:case M:case V:break;default:for(K=0,re=E,y=k,E--,k=_;re<de;)switch(i.charCodeAt(re++)){case M:case L:case _:++E,k=y,re=de;break;case U:P>0&&(++E,k=y);case I:re=de}}switch(k){case I:for(y=(ke=ke.trim()).charCodeAt(0),T=1,re=++E;E<de;){switch(k=i.charCodeAt(E)){case I:T++;break;case A:T--;break;case Q:switch(g=i.charCodeAt(E+1)){case q:case Q:E=he(g,E,ye,i)}break;case 91:k++;case D:k++;case 34:case 39:for(;E++<ye&&i.charCodeAt(E)!==k;);}if(0===T)break;E++}switch(be=i.substring(re,E),0===y&&(y=(ke=ke.replace(n,"").trim()).charCodeAt(0)),y){case 64:switch(P>0&&(ke=ke.replace(r,"")),g=ke.charCodeAt(1)){case 100:case 109:case 115:case B:l=t;break;default:l=ee}if(re=(be=se(t,l,be,g,o+1)).length,Z>0&&0===re&&(re=ke.length),ne>0&&(u=ve(3,be,l=ce(ee,ke,te),t,H,W,re,g,o,a),ke=l.join(""),void 0!==u&&0===(re=(be=u.trim()).length)&&(g=0,be="")),re>0)switch(g){case 115:ke=ke.replace(w,pe);case 100:case 109:case B:be=ke+"{"+be+"}";break;case 107:be=(ke=ke.replace(p,"$1 $2"+(ae>0?oe:"")))+"{"+be+"}",be=1===G||2===G&&me("@"+be,3)?"@"+F+be+"@"+be:"@"+be;break;default:be=ke+be,112===a&&(Se+=be,be="")}else be="";break;default:be=se(t,ce(t,ke,te),be,a,o+1)}Oe+=be,j=0,K=0,x=0,P=0,te=0,C=0,ke="",be="",k=i.charCodeAt(++E);break;case A:case _:if((re=(ke=(P>0?ke.replace(r,""):ke).trim()).length)>1)switch(0===x&&((y=ke.charCodeAt(0))===B||y>96&&y<123)&&(re=(ke=ke.replace(" ",":")).length),ne>0&&void 0!==(u=ve(1,ke,t,e,H,W,Se.length,a,o,a))&&0===(re=(ke=u.trim()).length)&&(ke="\0\0"),y=ke.charCodeAt(0),g=ke.charCodeAt(1),y){case 0:break;case 64:if(105===g||99===g){we+=ke+i.charAt(E);break}default:if(ke.charCodeAt(re-1)===U)break;Se+=fe(ke,y,g,ke.charCodeAt(2))}j=0,K=0,x=0,P=0,te=0,ke="",k=i.charCodeAt(++E)}}switch(k){case L:case M:if(d+m+f+c+X===0)switch(N){case R:case 39:case 34:case 64:case 126:case 62:case q:case 43:case Q:case B:case U:case z:case _:case I:case A:break;default:x>0&&(K=1)}d===Q?d=0:$+j===0&&107!==a&&ke.length>0&&(P=1,ke+="\0"),ne*ie>0&&ve(0,ke,t,e,H,W,Se.length,a,o,a),W=1,H++;break;case _:case A:if(d+m+f+c===0){W++;break}default:switch(W++,ge=i.charAt(E),k){case 9:case V:if(m+c+d===0)switch(b){case z:case U:case 9:case V:ge="";break;default:k!==V&&(ge=" ")}break;case 0:ge="\\0";break;case 12:ge="\\f";break;case 11:ge="\\v";break;case 38:m+d+c===0&&$>0&&(te=1,P=1,ge="\f"+ge);break;case 108:if(m+d+c+J===0&&x>0)switch(E-x){case 2:112===b&&i.charCodeAt(E-3)===U&&(J=b);case 8:111===O&&(J=O)}break;case U:m+d+c===0&&(x=E);break;case z:d+f+m+c===0&&(P=1,ge+="\r");break;case 34:case 39:0===d&&(m=m===k?0:0===m?k:m);break;case 91:m+d+f===0&&c++;break;case 93:m+d+f===0&&c--;break;case R:m+d+c===0&&f--;break;case D:if(m+d+c===0){if(0===j)switch(2*b+3*O){case 533:break;default:T=0,j=1}f++}break;case 64:d+f+m+c+x+C===0&&(C=1);break;case q:case Q:if(m+c+f>0)break;switch(d){case 0:switch(2*k+3*i.charCodeAt(E+1)){case 235:d=Q;break;case 220:re=E,d=q}break;case q:k===Q&&b===q&&re+2!==E&&(33===i.charCodeAt(re+2)&&(Se+=i.substring(re,E+1)),ge="",d=0)}}if(0===d){if($+m+c+C===0&&107!==a&&k!==_)switch(k){case z:case 126:case 62:case 43:case R:case D:if(0===j){switch(b){case 9:case V:case M:case L:ge+="\0";break;default:ge="\0"+ge+(k===z?"":"\0")}P=1}else switch(k){case D:x+7===E&&108===b&&(x=0),j=++T;break;case R:0==(j=--T)&&(P=1,ge+="\0")}break;case 9:case V:switch(b){case 0:case I:case A:case _:case z:case 12:case 9:case V:case M:case L:break;default:0===j&&(P=1,ge+="\0")}}ke+=ge,k!==V&&9!==k&&(N=k)}}O=b,b=k,E++}if(re=Se.length,Z>0&&0===re&&0===Oe.length&&0===t[0].length==0&&(109!==a||1===t.length&&($>0?le:ue)===t[0])&&(re=t.join(",").length+2),re>0){if(l=0===$&&107!==a?function(e){for(var t,n,i=0,a=e.length,o=Array(a);i<a;++i){for(var l=e[i].split(s),u="",c=0,d=0,f=0,m=0,p=l.length;c<p;++c)if(!(0===(d=(n=l[c]).length)&&p>1)){if(f=u.charCodeAt(u.length-1),m=n.charCodeAt(0),t="",0!==c)switch(f){case q:case 126:case 62:case 43:case V:case D:break;default:t=" "}switch(m){case 38:n=t+le;case 126:case 62:case 43:case V:case R:case D:break;case 91:n=t+n+le;break;case U:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if(Y>0){n=t+n.substring(8,d-1);break}default:(c<1||l[c-1].length<1)&&(n=t+le+n)}break;case z:t="";default:n=d>1&&n.indexOf(":")>0?t+n.replace(S,"$1"+le+"$2"):t+n+le}u+=n}o[i]=u.replace(r,"").trim()}return o}(t):t,ne>0&&void 0!==(u=ve(2,Se,l,e,H,W,re,a,o,a))&&0===(Se=u).length)return we+Se+Oe;if(Se=l.join(",")+"{"+Se+"}",G*J!=0){switch(2!==G||me(Se,2)||(J=0),J){case 111:Se=Se.replace(h,":-moz-$1")+Se;break;case 112:Se=Se.replace(v,"::"+F+"input-$1")+Se.replace(v,"::-moz-$1")+Se.replace(v,":-ms-input-$1")+Se}J=0}}return we+Se+Oe}function ce(e,t,n){var r=t.trim().split(c),i=r,a=r.length,o=e.length;switch(o){case 0:case 1:for(var l=0,u=0===o?"":e[0]+" ";l<a;++l)i[l]=de(u,i[l],n,o).trim();break;default:l=0;var s=0;for(i=[];l<a;++l)for(var d=0;d<o;++d)i[s++]=de(e[d]+" ",r[l],n,o).trim()}return i}function de(e,t,n,r){var i=t,a=i.charCodeAt(0);switch(a<33&&(a=(i=i.trim()).charCodeAt(0)),a){case 38:switch($+r){case 0:case 1:if(0===e.trim().length)break;default:return i.replace(d,"$1"+e.trim())}break;case U:switch(i.charCodeAt(1)){case 103:if(Y>0&&$>0)return i.replace(f,"$1").replace(d,"$1"+ue);break;default:return e.trim()+i.replace(d,"$1"+e.trim())}default:if(n*$>0&&i.indexOf("\f")>0)return i.replace(d,(e.charCodeAt(0)===U?"":"$1")+e.trim())}return e+i}function fe(e,t,n,r){var s,c=0,d=e+";",f=2*t+3*n+4*r;if(944===f)return function(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),i=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*ae){case 0:break;case B:if(110!==e.charCodeAt(10))break;default:var a=i.split((i="",l)),o=0;for(n=0,t=a.length;o<t;n=0,++o){for(var s=a[o],c=s.split(u);s=c[n];){var d=s.charCodeAt(0);if(1===ae&&(d>64&&d<90||d>96&&d<123||95===d||d===B&&s.charCodeAt(1)!==B))switch(isNaN(parseFloat(s))+(-1!==s.indexOf("("))){case 1:switch(s){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:s+=oe}}c[n++]=s}i+=(0===o?"":",")+c.join(" ")}}return i=r+i+";",1===G||2===G&&me(i,1)?F+i+i:i}(d);if(0===G||2===G&&!me(d,1))return d;switch(f){case 1015:return 97===d.charCodeAt(10)?F+d+d:d;case 951:return 116===d.charCodeAt(3)?F+d+d:d;case 963:return 110===d.charCodeAt(5)?F+d+d:d;case 1009:if(100!==d.charCodeAt(4))break;case 969:case 942:return F+d+d;case 978:return F+d+E+d+d;case 1019:case 983:return F+d+E+d+P+d+d;case 883:return d.charCodeAt(8)===B?F+d+d:d.indexOf("image-set(",11)>0?d.replace(x,"$1"+F+"$2")+d:d;case 932:if(d.charCodeAt(4)===B)switch(d.charCodeAt(5)){case 103:return F+"box-"+d.replace("-grow","")+F+d+P+d.replace("grow","positive")+d;case 115:return F+d+P+d.replace("shrink","negative")+d;case 98:return F+d+P+d.replace("basis","preferred-size")+d}return F+d+P+d+d;case 964:return F+d+P+"flex-"+d+d;case 1023:if(99!==d.charCodeAt(8))break;return s=d.substring(d.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),F+"box-pack"+s+F+d+P+"flex-pack"+s+d;case 1005:return a.test(d)?d.replace(i,":"+F)+d.replace(i,":"+E)+d:d;case 1e3:switch(c=(s=d.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(c)){case 226:s=d.replace(O,"tb");break;case 232:s=d.replace(O,"tb-rl");break;case 220:s=d.replace(O,"lr");break;default:return d}return F+d+P+s+d;case 1017:if(-1===d.indexOf("sticky",9))return d;case 975:switch(c=(d=e).length-10,f=(s=(33===d.charCodeAt(c)?d.substring(0,c):d).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(s.charCodeAt(8)<111)break;case 115:d=d.replace(s,F+s)+";"+d;break;case 207:case 102:d=d.replace(s,F+(f>102?"inline-":"")+"box")+";"+d.replace(s,F+s)+";"+d.replace(s,P+s+"box")+";"+d}return d+";";case 938:if(d.charCodeAt(5)===B)switch(d.charCodeAt(6)){case 105:return s=d.replace("-items",""),F+d+F+"box-"+s+P+"flex-"+s+d;case 115:return F+d+P+"flex-item-"+d.replace(T,"")+d;default:return F+d+P+"flex-line-pack"+d.replace("align-content","").replace(T,"")+d}break;case 973:case 989:if(d.charCodeAt(3)!==B||122===d.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?fe(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):d.replace(s,F+s)+d.replace(s,E+s.replace("fill-",""))+d;break;case 962:if(d=F+d+(102===d.charCodeAt(5)?P+d:"")+d,n+r===211&&105===d.charCodeAt(13)&&d.indexOf("transform",10)>0)return d.substring(0,d.indexOf(";",27)+1).replace(o,"$1"+F+"$2")+d}return d}function me(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),i=e.substring(n+1,e.length-1);return re(2!==t?r:r.replace(j,"$1"),i,t)}function pe(e,t){var n=fe(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(N," or ($1)").substring(4):"("+t+")"}function ve(e,t,n,r,i,a,o,l,u,s){for(var c,d=0,f=t;d<ne;++d)switch(c=te[d].call(ge,e,f,n,r,i,a,o,l,u,s)){case void 0:case!1:case!0:case null:break;default:f=c}if(f!==t)return f}function he(e,t,n,r){for(var i=t+1;i<n;++i)switch(r.charCodeAt(i)){case Q:if(e===q&&r.charCodeAt(i-1)===q&&t+2!==i)return i+1;break;case M:if(e===Q)return i+1}return i}function ye(e){for(var t in e){var n=e[t];switch(t){case"keyframe":ae=0|n;break;case"global":Y=0|n;break;case"cascade":$=0|n;break;case"compress":K=0|n;break;case"semicolon":X=0|n;break;case"preserve":Z=0|n;break;case"prefix":re=null,n?"function"!=typeof n?G=1:(G=2,re=n):G=0}}return ye}function ge(t,n){if(void 0!==this&&this.constructor===ge)return e(t);var i=t,a=i.charCodeAt(0);a<33&&(a=(i=i.trim()).charCodeAt(0)),ae>0&&(oe=i.replace(m,91===a?"":"-")),a=1,1===$?ue=i:le=i;var o,l=[ue];ne>0&&void 0!==(o=ve(-1,n,l,l,H,W,0,0,0,0))&&"string"==typeof o&&(n=o);var u=se(ee,l,n,0,0);return ne>0&&void 0!==(o=ve(-2,u,l,l,H,W,u.length,0,0,0))&&"string"!=typeof(u=o)&&(a=0),oe="",ue="",le="",J=0,H=1,W=1,K*a==0?u:u.replace(r,"").replace(y,"").replace(g,"$1").replace(k,"$1").replace(b," ")}return ge.use=function e(t){switch(t){case void 0:case null:ne=te.length=0;break;default:if("function"==typeof t)te[ne++]=t;else if("object"==typeof t)for(var n=0,r=t.length;n<r;++n)e(t[n]);else ie=0|!!t}return e},ge.set=ye,void 0!==t&&ye(t),ge}(null)},255:function(e,t,n){"use strict";var r=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function i(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(i=e[n],a=t[n],!(i===a||r(i)&&r(a)))return!1;var i,a;return!0}t.a=function(e,t){var n;void 0===t&&(t=i);var r,a=[],o=!1;return function(){for(var i=[],l=0;l<arguments.length;l++)i[l]=arguments[l];return o&&n===this&&t(i,a)||(r=e.apply(this,i),o=!0,n=this,a=i),r}}},259:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var r=Object.prototype,i=r.toString,a=r.hasOwnProperty,o=new Map;function l(e,t){try{return function e(t,n){if(t===n)return!0;var r=i.call(t),o=i.call(n);if(r!==o)return!1;switch(r){case"[object Array]":if(t.length!==n.length)return!1;case"[object Object]":if(u(t,n))return!0;var l=Object.keys(t),s=Object.keys(n),c=l.length;if(c!==s.length)return!1;for(var d=0;d<c;++d)if(!a.call(n,l[d]))return!1;for(d=0;d<c;++d){var f=l[d];if(!e(t[f],n[f]))return!1}return!0;case"[object Error]":return t.name===n.name&&t.message===n.message;case"[object Number]":if(t!=t)return n!=n;case"[object Boolean]":case"[object Date]":return+t==+n;case"[object RegExp]":case"[object String]":return t==""+n;case"[object Map]":case"[object Set]":if(t.size!==n.size)return!1;if(u(t,n))return!0;for(var m=t.entries(),p="[object Map]"===r;;){var v=m.next();if(v.done)break;var h=v.value,y=h[0],g=h[1];if(!n.has(y))return!1;if(p&&!e(g,n.get(y)))return!1}return!0}return!1}(e,t)}finally{o.clear()}}function u(e,t){var n=o.get(e);if(n){if(n.has(t))return!0}else o.set(e,n=new Set);return n.add(t),!1}},26:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},260:function(e,t,n){"use strict";n.r(t),n.d(t,"VERSION",(function(){return l})),n.d(t,"defaultGenerateHash",(function(){return u})),n.d(t,"defaultOptions",(function(){return s})),n.d(t,"createPersistedQueryLink",(function(){return p}));var r=n(45),i=n(8),a=n(91),o=n(388),l=1,u=function(e){return o().update(Object(a.print)(e)).digest("hex")},s={generateHash:u,disable:function(e){var t=e.graphQLErrors,n=e.operation;if(t&&t.some((function(e){return"PersistedQueryNotSupported"===e.message})))return!0;var r=n.getContext().response;return!(!r||!r.status||400!==r.status&&500!==r.status)},useGETForHashedQueries:!1};function c(e){return"OperationDefinition"===e.kind&&"mutation"===e.operation}var d=Object.prototype.hasOwnProperty,f="function"==typeof Symbol?Symbol.for("__createPersistedQueryLink_hashes"):"__createPersistedQueryLink_hashes",m=0,p=function(e){void 0===e&&(e={});var t=Object.assign({},s,e),n=t.generateHash,a=t.disable,o=t.useGETForHashedQueries,u=!0,p="forLink"+m++;function v(e){if(!e||"object"!=typeof e)return n(e);d.call(e,f)||Object.defineProperty(e,f,{value:Object.create(null),enumerable:!1});var t=e[f];return d.call(t,p)?t[p]:t[p]=n(e)}return new r.a((function(e,t){if(!t)throw new Error("PersistedQueryLink cannot be the last link in the chain.");var n,r=e.query;if(u)try{e.extensions.persistedQuery={version:l,sha256Hash:v(r)}}catch(e){n=e}return new i.a((function(r){if(!n){var i,l,s=!1,d=!1,f=function(n,r){var o=n.response,c=n.networkError;if(!s&&(o&&o.errors||c)){s=!0;var f={response:o,networkError:c,operation:e,graphQLErrors:o?o.errors:void 0};if(u=!a(f),o&&o.errors&&o.errors.some((function(e){return"PersistedQueryNotFound"===e.message}))||!u)return i&&i.unsubscribe(),e.setContext({http:{includeQuery:!0,includeExtensions:u}}),d&&e.setContext({fetchOptions:l}),void(i=t(e).subscribe(m))}r()},m={next:function(e){f({response:e},(function(){return r.next(e)}))},error:function(e){f({networkError:e},(function(){return r.error(e)}))},complete:r.complete.bind(r)};return e.setContext({http:{includeQuery:!u,includeExtensions:u}}),o&&u&&function(e){return!e.query.definitions.some(c)}(e)&&(e.setContext((function(e){var t=e.fetchOptions,n=void 0===t?{}:t;return l=n,{fetchOptions:Object.assign({},n,{method:"GET"})}})),d=!0),i=t(e).subscribe(m),function(){i&&i.unsubscribe()}}r.error(n)}))}))}},261:function(e,t,n){"use strict";(function(e){var n=new function(){};function r(){return n}try{var i=e["eriuqer".split("").reverse().join("")]("fibers");r=function(){return i.current||n}}catch(e){}t.get=function(){var e=r();return e._optimism_local||(e._optimism_local=Object.create(null))}}).call(this,n(128)(e))},271:function(e,t,n){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 i(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){a(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 a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var r,i,a=[],o=!0,l=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);o=!0);}catch(e){l=!0,i=e}finally{try{o||null==n.return||n.return()}finally{if(l)throw i}}return a}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(e,t)}(e,t)||function(){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 l(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}e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=5)}([function(e,t){e.exports=n(2)},function(e,t){e.exports=n(3)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(428)},function(e,t,n){"use strict";n.r(t);var r=n(1),a=n.n(r),l=n(4),u=n(3);const s=[970,250],c=[728,90],d=[300,50],f=[970,90],m={header:[{height:0,sizes:[],width:0},{height:100,sizes:[[320,50],[320,48],d],width:300},{height:90,sizes:[c],width:768},{height:250,sizes:[s,f,c],width:1024}],intervention:[{height:0,sizes:[],width:0},{height:100,sizes:[[300,250],[320,50],[320,48],d],width:300},{height:90,sizes:[c],width:768},{height:250,sizes:[s,f,c],width:1024}],mpu:[{height:0,sizes:[],width:0},{height:250,sizes:[[300,250],[300,600]],width:300}],native:[{height:250,sizes:[[300,250]],width:300},{height:90,sizes:[c],width:728},{height:250,sizes:[s],width:970}],pixel:[{height:0,sizes:[[1,1]],width:0}]},p={"ad-header":1,"ad-mpu":3,"ad-pixel":2,"ad-pixelskin":2,"ad-pixelteads":2,"article-sponsored-ad":2,default:0,header:1,mpu:3,pixel:2,pixelskin:2,pixelteads:2},v={"ad-header":m.header,"ad-mpu":m.mpu,"ad-pixel":m.pixel,"ad-pixelskin":m.pixelskin,"ad-pixelteads":m.pixelteads,"article-sponsored-ad":m.pixel,default:m.intervention,header:m.header,mpu:m.mpu,"native-inline-ad":m.native,pixel:m.pixel,pixelskin:m.pixel,pixelteads:m.pixel},h=(e,t)=>{const n=v[e]||v.default,r=((e,t)=>{for(let n=e.length-1;n>=0;n-=1)if(t>=e[n].width)return e[n].sizes;return[]})(n,t);return{mappings:n,maxSizes:(e=>e?e.reduce((e,t)=>{let n=o(t,2),r=n[0],i=n[1];return{height:Math.max(e.height,i),width:Math.max(e.width,r)}},{height:0,width:0}):{height:0,width:0})(r),sizes:r,slotName:e}},y={bidderSettings:e=>{let t=e.maxBid,n=e.minPrice,r=e.bucketSize;return{adserverTargeting:[{key:"hb_bidder",val:e=>e.bidder},{key:"hb_adid",val:e=>e.adId},{key:"hb_pb",val:e=>e.cpm>t?t.toFixed(2):e.cpm<r?n.toFixed(2):(e.cpm-e.cpm%r).toFixed(2)},{key:"hb_size",val:e=>e.size}]}},init:{bidderSequence:"random",bidTimeout:3e3,cache:{url:"https://prebid.adnxs.com/pbc/v1/cache"},consentManagement:{allowAuctionWithoutConsent:!0,cmpApi:"iab",timeout:3e3},disableAjaxTimeout:!1,enableSendAllBids:!0,maxRequestsPerOrigin:4,priceGranularity:"medium",timeoutBuffer:400,userSync:{enableOverride:!1,syncDelay:3e3,syncEnabled:!0,syncsPerBidder:5}}};var g=e=>{let t=e.el,n=e.data,r=e.platform,i=e.eventCallback,a=e.window;a.googletag=a.googletag||{},a.googletag.cmd=a.googletag.cmd||[],a.pbjs=a.pbjs||{},a.pbjs.que=a.pbjs.que||[],a.apstag=a.apstag||{_Q:[],addToQueue(e,t){this._Q.push([e,t])},fetchBids(){this.addToQueue("f",arguments)},init(){this.addToQueue("i",arguments)},setDisplayBids(){},targetingKeys:()=>[]};const o=a.apstag,l=a.document,u=a.encodeURIComponent,s=a.googletag,c=a.location,d=a.pbjs,f=a.Promise,m=a.Set,p=a.XMLHttpRequest;let v=!1;const h="web"===r,y=n.prebidConfig,g=y.timeout,k=y.bidders,b=k&&k.amazon&&k.amazon.accountId;return{init(){if(n.disableAds)return f.resolve("ads disabled");const e=[f.resolve()];return a.initCalled||((!n.bidInitialiser&&h||!h)&&this.loadScripts(),e.push(this.apstag.process(),this.prebid.process(),this.gpt.process())),a.initCalled=!0,v||e.push(this.gpt.bid()),v=!0,f.all(e).then(()=>{this.gpt.refreshAd(),i("renderComplete")}).catch(e=>{i("error",e.stack),i("renderFailed")})},loadScripts(){h&&(this.breakpoints(),this.utils.loadScript(this.prebid.url)),this.utils.loadScript(this.gpt.url),this.utils.loadScript(this.apstag.url),this.admantx.init()},breakpoints(){const e={huge:"(min-width: 1320px)",medium:"(min-width: 768px) and (max-width: 1023px)",small:"(max-width: 767px)",wide:"(min-width: 1024px) and (max-width: 1319px)"};a.matchMedia&&Object.keys(e).forEach(t=>{a.matchMedia(e[t]).addListener(this.handleBreakPointChange.bind(this,t))})},handleBreakPointChange(e,t){t.matches&&(this.gpt.setPageTargeting({breakpoint:e,refresh:"true"}),s.cmd.push(()=>s.pubads().refresh()))},admantx:{extractNames:e=>[...new m(e.map(e=>e.name.toLowerCase().trim().replace(/\s+/g,"_").replace(/["'=!+#*~;^()<>[\],&]/g,"")))].join(","),getUrl:()=>"https://euasync01.admantx.com/admantx/service?request="+u(JSON.stringify({key:"f1694ae18c17dc1475ee187e4996ad2b484217b1a436cb04b7ac3dd4902180b6",method:"descriptor",mode:"async",decorator:"json",filter:"default",type:"URL",body:c.href})),init(){const e=new p;e.open("GET",this.getUrl()),e.send(),e.onload=()=>{if(200!==e.status)i("Error: ".concat(e.status,": ").concat(e.statusText));else{const t=e.response;if(t.admants||t.categories||t.entities||t.feelings){const e={admantx_bs:this.extractNames(t.admants),admantx_cat:this.extractNames(t.categories),admantx_emotion:this.extractNames(t.feelings),admantx_ents:this.extractNames(t.entities)};s.cmd.push(()=>this.gpt.setPageTargeting(e))}}},e.onerror=()=>{i("Error in ADmantx request")}}},gpt:{url:"https://www.googletagservices.com/tag/js/gpt.js",setSlotTargeting(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:n,a=r.networkId,o=r.adUnit,l=r.section,u=r.slotTargeting;s.cmd.push(()=>{try{const n=e.slotName,r=e.sizes,c=e.mappings,d=s.defineSlot("/".concat(a,"/").concat(o,"/").concat(l),r,n);if(!d)return;d.addService(s.pubads()),t&&(t.id="wrapper-"+n,t.innerHTML='<div id="'.concat(n,'"></div>'),t.style.display="flex",t.style.alignItems="center",t.style.justifyContent="center",t.style.margin="0 auto",t.style.height="100%");const f=s.sizeMapping();c.forEach(e=>f.addSize([e.width,e.height],e.sizes)),d.defineSizeMapping(f.build()),Object.keys(u||[]).forEach(e=>d.setTargeting(e,u[e]));const m=Math.floor(10*Math.random()).toString();d.setTargeting("timestestgroup",m),d.setTargeting("pos",n),s.display(n),i("warn","[Google] INFO: set slot targeting - "+n)}catch(e){i("error",e.stack)}})},setPageTargeting(e){return s.cmd.push(()=>{try{const t=s.pubads();Object.keys(e).forEach(n=>{t.setTargeting(n,e[n])}),i("warn","[Google] INFO: set page target"),i("log",e)}catch(e){i("error",e.stack)}}),this.waitUntilReady()},init(){s.cmd.push(()=>{const e=s.pubads();e.disableInitialLoad(),e.enableSingleRequest(),e.collapseEmptyDivs(!0,!0),s.enableServices(),i("warn","[Google] INFO: initialised")})},bid(){let e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:n).config;return this.setSlotTargeting(e),this.waitUntilReady()},refreshAd(){s.cmd.push(()=>{h&&d.setTargetingForGPTAsync(),o.setDisplayBids(),s.pubads().refresh(),i("warn","[Google] INFO: pubads refresh")})},process(){let e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:n).pageTargeting;return this.init(),this.setPageTargeting(e),this.waitUntilReady()},waitUntilReady:()=>new f(e=>s.cmd.push(()=>{e()}))},prebid:{url:"https://www.thetimes.co.uk/d/js/vendor/prebid.min-4c674b73bd.js",bid:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:n,t=e.slots;return new f((e,n)=>{d.que.push(()=>{try{if(t.length>0)i("warn","[Prebid] INFO: requesting bids"),i("log",t),t.forEach(e=>d.removeAdUnit(e.code)),d.addAdUnits(t),d.requestBids({bidsBackHandler(t){i("warn","[Prebid] INFO: bid response"),i("log",t),e(t)}});else{const t="[Prebid] INFO: no slots are defined";i("warn",t),e(t)}}catch(e){n(e)}})})},process(){if(h)return this.init(),this.bid();const e="[Prebid] INFO: no prebid on native";return i("warn",e),f.resolve(e)},init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:n,t=e.prebidConfig,r=e.debug,o=void 0!==r&&r;const l=t.init,u=t.bidderSettings;a.pbjs.bidderTimeout=g,a.pbjs.bidderSettings=u&&u(t),d.que.push(()=>{l.debug=o,d.setConfig(l),i("warn","[Prebid] INFO: initialised"),i("log",l)})}},apstag:{url:"https://c.amazon-adsystem.com/aax2/apstag.js",getConfig(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:n,t=e.slots,r=e.networkId,i=e.adUnit,a=e.section;const o=[r,i];a&&o.push(a);const l=o.reduce((e,t,n)=>1===n?"/".concat(e,"/").concat(t):"".concat(e,"/").concat(t));return t.map(e=>({sizes:e.sizes,slotID:e.code,slotName:l}))},bid(){return new f(e=>{try{const t=this.getConfig();if(t.length>0)i("warn","[Amazon] INFO: requesting bids"),i("log",t),o.fetchBids({slots:t},t=>{i("warn","[Amazon] INFO: bids response"),i("log",t),e(t)});else{const t="[Amazon] INFO: no slots are defined";i("warn",t),e(t)}}catch(t){i("error",t.stack),e(t)}})},process(){if(b)return this.init();const e="[Amazon] INFO: amazonAccountID undefined";return i("warn",e),f.resolve(e)},init(){const e={adServer:"googletag",bidTimeout:g,gdpr:{cmpTimeout:g},pubID:b};i("log",e),o.init(e,()=>(i("warn","[Amazon] INFO: initialised"),this.bid()))}},utils:{scriptsInserted:{},createScriptElement(e,t,n){try{const r=l.createElement("script");r.type="text/javascript",r.defer=!0,t&&r.addEventListener("load",t),n&&r.addEventListener("error",n),r.src=e,l.head.appendChild(r)}catch(e){i("error",e.stack)}},loadScript(e){return this.scriptsInserted[e]?f.resolve('Inserting "'.concat(e,'" twice.')):(this.scriptsInserted[e]=!0,new f((t,n)=>{this.createScriptElement(e,()=>{t("loaded "+e)},()=>{n(new Error("load error for "+e))})}))}}}},k=n(0),b=n.n(k),S=n(2),O={alignItems:"center",flex:1},w=(i(i({backgroundColor:S.colours.functional.backgroundPrimary,borderColor:S.colours.functional.keyline,borderStyle:"solid",borderWidth:1,color:S.colours.functional.secondary},Object(S.fontFactory)({font:"body",fontSize:"puffLink"})),{},{letterSpacing:1.5,paddingBottom:Object(S.spacing)(1),paddingLeft:Object(S.spacing)(2),paddingRight:Object(S.spacing)(2),paddingTop:Object(S.spacing)(1),zIndex:1}),S.colours.functional.backgroundPrimary,S.colours.functional.keyline,e=>{let t=e.slotName,n=e.style;return a.a.createElement(u.TcView,{style:i(i({},O),n)},a.a.createElement("div",{id:""+{header:"ad-header","inline-ad":"ad-article-inline",articleListAd:"inline-ad",pixel:"ad-pixel",pixelteads:"ad-pixelteads",pixelskin:"ad-pixelskin",inlineAd1:"ad-article-inline-1",inlineAd2:"ad-article-inline-2",inlineAd3:"ad-article-inline-3"}[t]}))});b.a.shape({}),b.a.number.isRequired,b.a.func.isRequired,b.a.func,b.a.func,b.a.number.isRequired,b.a.number;class N extends r.Component{constructor(){var e;return e=super(...arguments),this.eventQueue=[],this.eventCallback=(e,t)=>{this.eventQueue.push({detail:t,type:e}),this.processEventQueue()},this.processEvent=e=>{let t=e.type,n=e.detail;const r=this.props,i=r.onRenderComplete,a=r.onRenderError,o=r.data;if(0!==this.eventQueue.length)switch(t){case"renderFailed":a();break;case"renderComplete":i();break;default:o.debug&&((e,t)=>{switch(e){case"error":console.error(t);break;case"warn":console.warn(t);break;case"info":console.info(t);break;case"debug":console.debug(t);break;case"log":console.log(t);break;default:console.log(e),console.log(t)}})(t,n)}},e}componentDidMount(){const e=this.props,t=e.data,n=e.init;this.initExecuting=!0,this.hasUnmounted=!1,this.adInit=n({data:t,el:this.div,eventCallback:this.eventCallback,platform:"web",window:window}),this.adInit&&this.adInit.init&&this.adInit.init(),this.initExecuting=!1,this.processEventQueue()}componentWillUnmount(){this.eventQueue=[],this.hasUnmounted=!0}processEventQueue(){this.initExecuting||this.hasUnmounted||(this.eventQueue.forEach(this.processEvent),this.eventQueue=[])}render(){const e=this.props.width;return a.a.createElement("div",{ref:e=>{this.div=e},style:{height:"auto",overflow:"hidden",width:e}})}}N.defaultProps={data:{},height:0,onRenderComplete:()=>{},onRenderError:()=>{},height:0};var T=N;b.a.shape({adUnit:b.a.string.isRequired,biddersConfig:b.a.shape({}),bidderSlots:b.a.arrayOf(b.a.string),networkId:b.a.string.isRequired,pageTargeting:b.a.shape({}),slotTargeting:b.a.shape({})}),b.a.oneOfType([b.a.element,b.a.arrayOf(b.a.element)]).isRequired;const j={adConfig:{adUnit:"d.thetimes.co.uk",biddersConfig:{bidders:{amazon:{accountId:"3360"},appnexus:{placementId:"5823281"},ix:{siteId:"188830"},rubicon:{accountId:"14062",siteId:"70608",zoneId:"335918"}},bucketSize:.25,maxBid:15,minPrice:.01,timeout:3e3},bidderSlots:["header","inline-ad"],bidInitialiser:Promise.resolve(),globalSlots:["ad-pixel","ad-pixelskin","ad-pixelteads"],networkId:"25436805",pageTargeting:{label:"This is label",title:"This is title"},slotTargeting:{section:"news"}}},C=e=>{let t=e.adConfig,n=e.children;return a.a.createElement(l.Broadcast,{channel:"adConfig",value:t},n)};C.defaultProps=j;var x=C;b.a.object.style;function F(){return(F=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}).apply(this,arguments)}b.a.string,b.a.string,b.a.bool,b.a.string,b.a.string.isRequired,n.d(t,"AdComposer",(function(){return x})),n.d(t,"AdContainer",(function(){return w}));class E extends r.Component{static getDerivedStateFromProps(e){const t=e.slotName;return{config:h(t,Object(u.screenWidth)())}}constructor(e){super(e),this.setAdReady=()=>{this.setState({isAdReady:!0})},this.setAdError=()=>{this.setState({hasError:!0})};const t=e.slotName;this.prebidConfig=y,this.state={config:h(t,Object(u.screenWidth)()),hasError:!1,isAdReady:!1,hasAdBlock:!1}}componentDidMount(){this.setState({hasAdBlock:window.hasAdBlock})}renderAd(e){const t=this.props,n=t.baseUrl,r=t.contextUrl,o=t.isLoading,l=t.section,s=t.slotName,c=t.style,d=this.state,f=d.config,m=d.hasError,v=d.isAdReady;if(d.hasAdBlock||m)return null;this.slots=e.bidderSlots.map(t=>((e,t,n,r)=>{const i=p[e]||p.default,a=h(e,n).sizes;let o=[];return r.ix&&r.ix.siteId&&(o=o.concat(a.map(e=>({bidder:"ix",params:{siteId:r.ix.siteId,size:e}})))),r.appnexus&&r.appnexus.placementId&&o.push({bidder:"appnexus",params:{keywords:{pos:i,section:t},placementId:r.appnexus.placementId,position:i}}),r.rubicon&&r.rubicon.accountId&&o.push({bidder:"rubicon",params:{accountId:r.rubicon.accountId,keywords:[t],position:1===i?"atf":"btf",siteId:r.rubicon.siteId,zoneId:r.rubicon.zoneId}}),{bids:o,code:e,mediaTypes:{banner:{sizes:a}},sizes:a}})(t,l,f.maxSizes.width,e.biddersConfig.bidders)),this.allSlotConfigs=e.globalSlots.concat(e.bidderSlots).map(e=>h(e,Object(u.screenWidth)()));const y={adUnit:e.adUnit,allSlotConfigs:this.allSlotConfigs||this.slots,bidInitialiser:e.bidInitialiser||!1,config:f,contextUrl:r,debug:e.debug||!1,disableAds:e.disabled||!1,networkId:e.networkId,pageTargeting:e.pageTargeting,prebidConfig:Object.assign(this.prebidConfig,{bidders:e.biddersConfig.bidders,bucketSize:e.biddersConfig.bucketSize,maxBid:e.biddersConfig.maxBid,minPrice:e.biddersConfig.minPrice,timeout:e.biddersConfig.timeout}),section:l,sizingMap:f.mappings,slotName:s,slots:this.slots,slotTargeting:e.slotTargeting},k=v?{height:f.maxSizes.height,width:f.maxSizes.width}:{height:0,width:0},b=a.a.createElement(u.TcView,{style:i(i({},O),c)},o?null:a.a.createElement(T,F({baseUrl:n,data:y,init:g,onRenderComplete:this.setAdReady,onRenderError:this.setAdError},k)));return a.a.createElement(u.ServerClientRender,{client:()=>b,server:null})}render(){const e=this.props.adConfig;return e?this.renderAd(e):a.a.createElement(l.Subscriber,{channel:"adConfig"},e=>this.renderAd(e))}}E.defaultProps={baseUrl:"https://www.thetimes.co.uk/",contextUrl:"",isLoading:!1,section:"",style:null},t.default=E}])},272:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){e.exports=n(3)},function(e,t,n){"use strict";n.r(t);var r=n(0);n(2);class i extends r.Component{constructor(e){if(super(e),this.isObserving=!1,this.pending=new Set,this.pendingTimer=null,this.state={clientHasRendered:!1,nodes:new Map},this.unobserved=new Set,this.unobservedTimer=null,this.registerNode=this.registerNode.bind(this),"undefined"==typeof window||!("IntersectionObserver"in window))return;this.isObserving=!0;const t={rootMargin:e.rootMargin,threshold:e.threshold};this.observer=new window.IntersectionObserver(this.handleObservation.bind(this),t)}componentDidMount(){this.setState({clientHasRendered:!0})}componentWillUnmount(){this.observer&&this.observer.disconnect(),clearTimeout(this.pendingTimer),clearTimeout(this.unobservedTimer),this.pending.clear(),this.unobserved.clear()}handleObservation(e){const t=this.props.threshold,n=this.state.nodes;e.forEach(e=>{let r=e.target,i=e.intersectionRatio;i>=t&&!n.get(r.id)?this.pending.add(r):i<t&&this.pending.has(r)&&this.pending.delete(r)}),clearTimeout(this.pendingTimer),this.pending.size&&(this.pendingTimer=setTimeout(()=>{this.pending.size&&(this.setState(e=>({nodes:new Map([...e.nodes,...[...this.pending].map(e=>[e.id,e])])})),this.pending.clear())},100))}registerNode(e){if(e){if(!this.observer){if(this.unobserved.has(e))return;return this.unobserved.add(e),clearTimeout(this.unobservedTimer),void(this.unobservedTimer=setTimeout(()=>{this.setState({nodes:new Map([...this.unobserved].map(e=>[e.id,e]))}),this.unobserved.clear()},10))}this.observer.observe(e)}}render(){const e=this.props.children,t=this.state,n=t.clientHasRendered,r=t.nodes;return e({clientHasRendered:n,isObserving:this.isObserving,observed:r,registerNode:this.registerNode})}}i.defaultProps={rootMargin:"0px"},t.default=i},function(e,t){e.exports=n(2)}])},3:function(e,t,n){"use strict";e.exports=n(377)},34:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(187),i=n(1),a=n(0);function o(e){if(Object(a.a)(1,arguments),!Object(r.a)(e)&&"number"!=typeof e)return!1;var t=Object(i.a)(e);return!isNaN(Number(t))}},346:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=10)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(2)},function(e,t){e.exports=n(94)},function(e,t){e.exports=n(116)},function(e,t){e.exports=n(118)},function(e,t){e.exports=n(119)},function(e,t){e.exports=n(120)},function(e,t){e.exports=n(117)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=(n(3),n(5)),o=n.n(a),l=n(1),u=n(6),s=n.n(u),c=n(7),d=n.n(c),f=n(8),m=n.n(f),p=n(4),v=n.n(p),h=n(2);function y(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 g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var b={headline:{color:h.colours.functional.primary,fontFamily:h.fontsWithFallback.headline,fontWeight:"900",marginBottom:Object(h.spacing)(1)},headlineWrapper:g({},Object(h.fontFactory)({font:"headline",fontSize:"smallHeadline"})),labelWrapper:{marginBottom:Object(h.spacing)(0)},metaText:g(g({color:h.colours.functional.secondary},Object(h.fontFactory)({font:"supporting",fontSize:"cardMeta"})),{},{marginBottom:Object(h.spacing)(1)}),strapline:g(g({},Object(h.fontFactory)({font:"headlineRegular",fontSize:"strapline"})),{},{color:h.colours.functional.secondary,paddingBottom:Object(h.spacing)(2)}),text:g({color:h.colours.functional.secondary,flexWrap:"wrap",marginBottom:Object(h.spacing)(2)},Object(h.fontFactory)({font:"body",fontSize:"teaser"}))};function S(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?S(Object(n),!0).forEach((function(t){w(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):S(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function w(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var N=O(O({},b),{},{headline:O(O({},b.headline),{},{fontWeight:"400"})});function T(){return(T=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}).apply(this,arguments)}function j(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 C(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?j(Object(n),!0).forEach((function(t){x(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):j(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function x(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const F=e=>{let t=e.ast,n=e.className,r=e.style,a=e.whiteSpaceHeight,o=e.initialLines,u=void 0===o?2:o;const s=r&&r.lineHeight||N.text.lineHeight,c=void 0!==a&&{numberOfLines:a>0?a/s+u:u};return t.length>0?i.a.createElement(l.TcText,T({className:n,style:Object(l.checkStylesForUnits)(C(C({},N.text),r))},c),G(t)):null};F.defaultProps={ast:[],className:"",style:null};var E=F;function P(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 _(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(Object(n),!0).forEach((function(t){A(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const I=e=>{let t=e.className,n=e.headline,r=e.style;return i.a.createElement(l.TcText,{role:"heading","aria-level":"3",className:t,style:Object(l.checkStylesForUnits)(_(_(_({},N.headline),N.headlineWrapper),r))},n)};I.defaultProps={className:"",style:{}};var D=I;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 M(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){L(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 L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const V=e=>{let t=e.strapline,n=e.style;return i.a.createElement(l.TcText,{role:"heading","aria-level":"4",style:M(M({},N.strapline),n)},t)};V.defaultProps={style:{}};var B=V,q=n(9);function z(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 U(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?z(Object(n),!0).forEach((function(t){Q(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):z(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Q(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const W={color:"inherit",font:"inherit","white-space":"inherit"};var H=U(U({},n.n(q).a),{},{link:(e,t,n)=>i.a.createElement(l.TcText,{key:e,style:W},n),paragraph(e,t,n,r){const a=n.length&&0!==r?" ":"";return i.a.createElement(l.TcText,{key:e,style:W},a,n)},teaser(e,t,n){const r=t.isSingle?"":" ";return i.a.createElement(l.TcText,{key:e,style:W},r,n,"...")}});function J(e){if(!e||!e.length)return e||[];const t=e.slice(0,e.length-1),n=e[e.length-1],r=Object.assign({},n,{attributes:{isSingle:0===t.length},name:"teaser"});return[...t,r]}function $(){return($=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}).apply(this,arguments)}function G(e){return v()(J(e),H)}function Y(e){const t=e.title,n=e.isVideo;return t||n?i.a.createElement(l.TcView,{style:N.labelWrapper},n?i.a.createElement(d.a,e):i.a.createElement(s.a,e)):null}function K(e){const t=e.ast,n=e.isOpinionByline,r=e.bylineClass;if(!t||0===t.length)return null;const u=n?a.ArticleBylineOpinion:o.a;return i.a.createElement(l.TcText,null,i.a.createElement(u,$({},e,{className:r})))}function X(e){const t=e.bylineProps,n=e.content,r=e.datePublicationProps,a=e.flags,o=e.headline,u=e.labelProps,s=e.style,c=e.strapline,d=e.saveStar,f=e.isTablet,p=(t||{}).isOpinionByline,v=void 0!==p&&p,h=t?i.a.createElement(K,t):null,y=f&&a,g=!f&&a;return i.a.createElement(l.TcView,{style:s},u?i.a.createElement(Y,u):null,v&&h,o,c,y,n,g,d,r?i.a.createElement(l.TcText,{style:Object(l.checkStylesForUnits)(N.metaText),testID:"datePublication"},i.a.createElement(m.a,r)):null,!v&&h)}n.d(t,"renderAst",(function(){return G})),n.d(t,"ArticleSummaryContent",(function(){return E})),n.d(t,"ArticleSummaryHeadline",(function(){return D})),n.d(t,"ArticleSummaryStrapline",(function(){return B})),n.d(t,"renderer",(function(){return H})),n.d(t,"summarise",(function(){return J})),X.defaultProps={bylineProps:null,content:null,datePublicationProps:null,flags:null,headline:null,labelProps:null,strapline:null,style:null},t.default=X}])},347:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=7)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(2)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(348)},function(e,t){e.exports=n(11)},function(e,t){e.exports=n(81)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=n(2),o=n(1),l=n.n(o);function u(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 s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){c(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}s(s({},{contentContainerClass:l.a.string,imageContainerClass:l.a.string,imageRatio:l.a.number,isReversed:l.a.bool,showImage:l.a.bool}),{},{children:l.a.node,fadeImageIn:l.a.bool,highResSize:l.a.number,imageAccessibilityLabel:l.a.string,imageStyle:l.a.object,imageUri:l.a.string,isLoading:l.a.bool,isLcpItem:l.a.bool,lowResQuality:l.a.number,lowResSize:l.a.number});var d=s(s({},{contentContainerClass:"",imageContainerClass:"",imageRatio:1.5,isReversed:!1,showImage:!1}),{},{children:null,fadeImageIn:!1,highResSize:null,imageRatio:1,imageStyle:{},imageUri:null,isLoading:!1,isLcpItem:!1,lowResQuality:null,lowResSize:null}),f=n(3),m=n(5),p=n.n(m),v=n(6),h=n.n(v),y=n(4),g=n.n(y),k={cardContainer:{alignItems:"flex-start",display:"flex",flexDirection:"row",flexWrap:"wrap",justifyContent:"flex-end"},cardContainerTablet:{alignItems:"flex-start",flexDirection:"row",flexWrap:"wrap"},contentContainer:{flex:1,marginBottom:0,minWidth:"100%"},contentContainerTablet:{flex:1,marginBottom:0},headerContainer:{height:24,marginBottom:Object(a.spacing)(2),maxWidth:300},imageContainer:{flex:1,marginBottom:Object(a.spacing)(2),minWidth:"100%"},imageContainerTablet:{flex:1,maxWidth:320},lastBar:{marginBottom:0,maxWidth:240},loadingContentContainer:{minHeight:84},reversedCardContainer:{height:"auto"},reversedContentContainer:{marginBottom:Object(a.spacing)(2)},reversedImageContainer:{marginBottom:0},textContainer:{height:10,marginBottom:Object(a.spacing)(2)}};function b(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 S(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){O(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function O(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var w=function(){return i.a.createElement(r.Fragment,null,i.a.createElement(g.a,{degrees:264,style:k.headerContainer}),i.a.createElement(g.a,{degrees:267,style:k.textContainer}),i.a.createElement(g.a,{degrees:267,style:k.textContainer}),i.a.createElement(g.a,{degrees:267,style:S(S({},k.textContainer),k.lastBar)}))};function N(e){return(N="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 T(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 j(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?T(Object(n),!0).forEach((function(t){C(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):T(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function x(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function F(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 E(e,t){return(E=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function P(e,t){return!t||"object"!==N(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function _(e){return(_=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var A=function(e){!function(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&&E(e,t)}(a,e);var t,n,r=function(e){var t=function(){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}}();return function(){var n,r=_(e);if(t){var i=_(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return P(this,n)}}(a);function a(){return x(this,a),r.apply(this,arguments)}return t=a,(n=[{key:"shouldComponentUpdate",value:function(e){var t=this.props,n=t.imageUri,r=t.lowResQuality,i=t.lowResSize,a=t.highResSize,o=t.isLoading,l=t.index;return n!==e.imageUri||r!==e.lowResQuality||i!==e.lowResSize||a!==e.highResSize||o!==e.isLoading||l!==e.index}},{key:"render",value:function(){var e=this.props,t=e.children,n=e.contentContainerClass,r=e.fadeImageIn,a=e.highResSize,o=e.imageAccessibilityLabel,l=e.imageContainerClass,u=e.imageRatio,s=e.imageStyle,c=e.imageUri,d=e.isLoading,m=e.isReversed,v=e.lowResQuality,y=e.lowResSize,g=e.relatedArticle,b=e.showImage,S=e.isLcpItem,O=p()(f.TcView).withConfig({displayName:"card-content__TcCardContainer",componentId:"sc-1w0wvq8-0"})(["",";"],(function(e){return e.styles&&e.styles})),N=function(){if(!b)return null;var e=g?k.imageContainer:k.imageContainerTablet;return i.a.createElement(f.TcView,{className:l,style:Object(f.checkStylesForUnits)(j(j(j({},e),s),m?k.reversedImageContainer:""))},i.a.createElement(h.a,{accessibilityLabel:o,aspectRatio:u,fadeImageIn:r,highResSize:a,lowResQuality:v,lowResSize:y,uri:c,isLcpItem:S}))},T=g?j(j({},k.cardContainer),{},{display:"block"}):k.cardContainer;return i.a.createElement(f.TcView,{style:Object(f.checkStylesForUnits)(j(j({},T),m?k.reversedCardContainer:""))},m?null:N(),i.a.createElement(O,{className:n,styles:Object(f.checkStylesForUnits)(j(j(j({},k.contentContainer),m?k.reversedContentContainer:""),d?k.loadingContentContainer:""))},d?i.a.createElement(w,null):t),m?N():null)}}])&&F(t.prototype,n),a}(r.Component);A.defaultProps=d;var I=A,D=function(e){return e.isLoading?i.a.createElement(a.Animations.FadeIn,null,i.a.createElement(I,e)):i.a.createElement(I,e)};D.defaultProps=d,t.default=D}])},348:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=4)}([function(e,t){e.exports=n(2)},function(e,t){e.exports=n(3)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(12)},function(e,t,n){"use strict";n.r(t);var r=n(1),i=n.n(r),a=n(2),o=n(0),l=n.n(o),u={children:l.a.oneOfType([l.a.element,l.a.arrayOf(l.a.element)]),degrees:l.a.number,endColour:l.a.string,endPoint:l.a.string,startColour:l.a.string,startPoint:l.a.string,style:l.a.object},s={children:null,degrees:265,endPoint:"1",startPoint:"0",style:null},c=n(3);function d(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 f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){m(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function m(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}f(f({},u),{},{endColour:l.a.string.isRequired,startColour:l.a.string.isRequired});var p=f({},s);function v(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 h(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?v(Object(n),!0).forEach((function(t){y(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=function(e){var t=e.children,n=e.degrees,r=e.endColour,a=e.startColour,o=e.style;return i.a.createElement(c.TcView,{style:h({backgroundImage:"linear-gradient(".concat(n,"deg, ").concat(a," 0%, ").concat(r," 100%)")},o)},t)};g.defaultProps=p;var k=g;function b(){return(b=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}).apply(this,arguments)}var S=function(e){return i.a.createElement(k,b({},e,{endColour:a.colours.functional.overlayGradientEnd,startColour:a.colours.functional.overlayGradientStart}))};S.defaultProps=s;var O=S;function w(){return(w=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}).apply(this,arguments)}n.d(t,"OverlayGradient",(function(){return O}));var N=function(e){return i.a.createElement(k,w({endColour:a.colours.functional.backgroundSecondary,startColour:a.colours.functional.backgroundPrimary},e))};N.defaultProps=s,t.default=N}])},352:function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){e.exports=n(3)},function(e,t,n){"use strict";n.r(t);var r=n(0);function i(e){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){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 o(e,t){return(o=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=function(){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}}();return function(){var n,r=c(e);if(t){var i=c(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return u(this,n)}}function u(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?s(e):t}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(2);var d=function(e){!function(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&&o(e,t)}(i,e);var t,n,r=l(i);function i(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),(t=r.call(this,e)).state={error:null},t.handleError=t.handleError.bind(s(t)),t}return t=i,(n=[{key:"componentDidCatch",value:function(e){this.setState({error:e})}},{key:"handleError",value:function(e){this.setState({error:e})}},{key:"render",value:function(){var e=this.props.children,t=this.state.error;return e({error:t,hasError:!!t,onError:this.handleError})}}])&&a(t.prototype,n),i}(r.Component);t.default=d},function(e,t){e.exports=n(2)}])},353:function(e,t,n){(function(t){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=17)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(10)},function(e,t){e.exports=n(2)},function(e,t){e.exports=n(12)},function(e,t){e.exports=n(11)},function(e,t){e.exports=n(346)},function(e,t){e.exports=n(653)},function(e,t){e.exports=n(71)},function(e,n){var r,i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/,o=/^\./,l=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,u=/\\(\\)?/g,s=/^\[object .+?Constructor\]$/,c="object"==typeof t&&t&&t.Object===Object&&t,d="object"==typeof self&&self&&self.Object===Object&&self,f=c||d||Function("return this")(),m=Array.prototype,p=Function.prototype,v=Object.prototype,h=f["__core-js_shared__"],y=(r=/[^.]+$/.exec(h&&h.keys&&h.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",g=p.toString,k=v.hasOwnProperty,b=v.toString,S=RegExp("^"+g.call(k).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),O=f.Symbol,w=m.splice,N=I(f,"Map"),T=I(Object,"create"),j=O?O.prototype:void 0,C=j?j.toString:void 0;function x(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function F(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function E(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function P(e,t){for(var n,r,i=e.length;i--;)if((n=e[i][0])===(r=t)||n!=n&&r!=r)return i;return-1}function _(e,t){for(var n,r=0,o=(t=function(e,t){if(L(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!B(e))||(a.test(e)||!i.test(e)||null!=t&&e in Object(t))}(t,e)?[t]:L(n=t)?n:D(n)).length;null!=e&&r<o;)e=e[R(t[r++])];return r&&r==o?e:void 0}function A(e,t){var n,r,i=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function I(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!V(e)||(t=e,y&&y in t))&&(function(e){var t=V(e)?b.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?S:s).test(function(e){if(null!=e){try{return g.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e));var t}(n)?n:void 0}x.prototype.clear=function(){this.__data__=T?T(null):{}},x.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},x.prototype.get=function(e){var t=this.__data__;if(T){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return k.call(t,e)?t[e]:void 0},x.prototype.has=function(e){var t=this.__data__;return T?void 0!==t[e]:k.call(t,e)},x.prototype.set=function(e,t){return this.__data__[e]=T&&void 0===t?"__lodash_hash_undefined__":t,this},F.prototype.clear=function(){this.__data__=[]},F.prototype.delete=function(e){var t=this.__data__,n=P(t,e);return!(n<0||(n==t.length-1?t.pop():w.call(t,n,1),0))},F.prototype.get=function(e){var t=this.__data__,n=P(t,e);return n<0?void 0:t[n][1]},F.prototype.has=function(e){return P(this.__data__,e)>-1},F.prototype.set=function(e,t){var n=this.__data__,r=P(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},E.prototype.clear=function(){this.__data__={hash:new x,map:new(N||F),string:new x}},E.prototype.delete=function(e){return A(this,e).delete(e)},E.prototype.get=function(e){return A(this,e).get(e)},E.prototype.has=function(e){return A(this,e).has(e)},E.prototype.set=function(e,t){return A(this,e).set(e,t),this};var D=M((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(B(e))return C?C.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return o.test(e)&&n.push(""),e.replace(l,(function(e,t,r,i){n.push(r?i.replace(u,"$1"):t||e)})),n}));function R(e){if("string"==typeof e||B(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function M(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function n(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o),o};return n.cache=new(M.Cache||E),n}M.Cache=E;var L=Array.isArray;function V(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function B(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==b.call(e)}e.exports=function(e,t,n){var r=null==e?void 0:_(e,t);return void 0===r?n:r}},function(e,t){e.exports=n(347)},function(e,t){e.exports=n(271)},function(e,t){e.exports=n(352)},function(e,t){e.exports=n(272)},function(e,t){e.exports=n(46)},function(e,t){e.exports=n(59)},function(e,t){e.exports=n(251)},function(e,t){e.exports=n(81)},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=n(10),o=n(6),l=n.n(o),u=n(11),s=n.n(u),c=n(1),d=n(7),f=n(3),m=n(12),p=n.n(m),v=n(8),h=n.n(v);const y=(e,t)=>t||e,g=e=>{e.scroll({left:0,top:0})};function k(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 b(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?k(Object(n),!0).forEach((function(t){S(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):k(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function S(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var O={listEmptyMessage:b(b({color:c.colours.functional.secondary},Object(c.fontFactory)({font:"bodyRegular",fontSize:"infoTitle"})),{},{marginLeft:Object(c.spacing)(8),marginRight:Object(c.spacing)(8),marginTop:Object(c.spacing)(12),textAlign:"center"}),listEmptyStateContainer:{flex:1},listEmptyWatermarkContainer:{bottom:0,position:"absolute",right:0},listErrorContainer:{height:"100%",justifyContent:"space-between",marginLeft:Object(c.spacing)(2),marginRight:Object(c.spacing)(2),paddingTop:Object(c.spacing)(2),paddingBottom:Object(c.spacing)(2)},listErrorHeading:b(b({alignSelf:"center",color:c.colours.functional.brandColour},Object(c.fontFactory)({font:"headline",fontSize:"leadHeadline"})),{},{marginBottom:Object(c.spacing)(2),textAlign:"center"}),listErrorImageContainer:{alignSelf:"center",marginTop:Object(c.spacing)(4),marginBottom:Object(c.spacing)(4)},listErrorMessage:b(b({color:c.colours.functional.secondary},Object(c.fontFactory)({font:"bodyRegular",fontSize:"infoSubText"})),{},{textAlign:"center"}),listItemContainer:{padding:Object(c.spacing)(2)},listItemSeparator:{backgroundColor:c.colours.functional.keyline,height:1},listItemSeparatorContainer:{paddingLeft:Object(c.spacing)(2),paddingRight:Object(c.spacing)(2)},loadingContainer:{paddingTop:Object(c.spacing)(5),paddingBottom:Object(c.spacing)(5)},paginationContainer:{alignItems:"stretch",flexDirection:"row",justifyContent:"center"},paginationSpacing:{maxWidth:760},showMoreRetryContainer:{alignSelf:"center",padding:Object(c.spacing)(5),width:"100%"}};function w(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 N(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?w(Object(n),!0).forEach((function(t){T(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):w(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function T(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const j=N(N({},O),{},{listContentErrorContainer:{flex:1,margin:Object(c.spacing)(3)},listEmptyBackButton:{alignSelf:"center",marginBottom:Object(c.spacing)(2),marginTop:Object(c.spacing)(4)},listEmptyMessage:N(N({color:c.colours.functional.secondary},Object(c.fontFactory)({font:"bodyRegular",fontSize:"infoTitle"})),{},{left:"25%",position:"absolute",textAlign:"center",top:"140px"}),listEmptyStateContainer:{height:"100vh",justifyContent:"flex-end"},listErrorHeading:N(N({},O.listErrorHeading),{},{marginTop:Object(c.spacing)(4)}),listErrorMessage:N(N({},O.listErrorMessage),{},{lineHeight:27}),paginationSpacing:N(N({},O.paginationSpacing),{},{flex:1})}),C={alignSelf:"center",marginBottom:Object(c.spacing)(2),marginTop:Object(c.spacing)(8)};var x=j,F=()=>i.a.createElement(r.Fragment,null,i.a.createElement(f.TcText,{style:Object(f.checkStylesForUnits)(x.listErrorHeading)},"Something's gone wrong"),i.a.createElement(f.TcText,{style:Object(f.checkStylesForUnits)(x.listErrorMessage)},"We can't load the page you have requested. Please check your network connection and retry to continue")),E=n(5),P=n.n(E),_=n(9),A=n.n(_),I=n(13),D=n.n(I),R=n(14),M=n.n(R),L=n(2),V=n.n(L);function B(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 q(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?B(Object(n),!0).forEach((function(t){z(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const U=q(q({},{article:V.a.shape({headline:V.a.string,id:V.a.oneOfType([V.a.number,V.a.string]).isRequired,label:V.a.string,leadAsset:V.a.shape({crop:V.a.shape({url:V.a.string}),title:V.a.string}),longSummary:V.a.array,publicationName:V.a.string,publishedTime:V.a.string,shortHeadline:V.a.string,shortSummary:V.a.array,summary:V.a.array,url:V.a.string}),fadeImageIn:V.a.bool,highResSize:V.a.number}),{},{imageRatio:V.a.number,showImage:V.a.bool});var Q=n(4),W=n.n(Q);const H=W()(f.TcView).withConfig({displayName:"responsive__ListContentContainer",componentId:"sc-1c8x8xk-0"})(["margin:0 auto;max-width:680px;width:100%;@media (min-width:","px){padding-left:0;padding-right:0;}@media (min-width:","px){max-width:760px;}"],c.breakpoints.medium,c.breakpoints.huge),J=W()(f.TcView).withConfig({displayName:"responsive__ListItemWrapper",componentId:"sc-1c8x8xk-1"})(["padding-bottom:",";padding-top:",";padding-left:",";padding-right:",";@media (min-width:","px){padding-left:0;padding-right:0;.articleListImage{flex:2;margin-bottom:0;max-width:285px;min-width:auto;padding-right:",";}.articleListContent{flex:2.7;flex-basis:0 !important;min-width:auto;}}"],Object(c.spacing)(2),Object(c.spacing)(2),Object(c.spacing)(2),Object(c.spacing)(2),c.breakpoints.medium,Object(c.spacing)(3)),$=W()(f.TcView).withConfig({displayName:"responsive__ListItemSeparator",componentId:"sc-1c8x8xk-2"})(["margin-left:",";margin-right:",";@media (min-width:","px){margin-left:0;margin-right:0;}"],Object(c.spacing)(2),Object(c.spacing)(2),c.breakpoints.medium),G=W()(f.TcView).withConfig({displayName:"responsive__ListItemLongText",componentId:"sc-1c8x8xk-3"})(["display:none;@media (min-width:","px){display:block;padding-left:",";}"],c.breakpoints.medium,Object(c.spacing)(3)),Y=W()(f.TcView).withConfig({displayName:"responsive__ListItemShortText",componentId:"sc-1c8x8xk-4"})(["display:block;@media (min-width:","px){display:none;}"],c.breakpoints.medium),K=W()(f.TcView).withConfig({displayName:"responsive__PageErrorContainer",componentId:"sc-1c8x8xk-5"})(["flex:1;flex-direction:column;justify-content:space-between;padding-left:10%;padding-right:10%;padding-top:10%;@media (min-width:","px){padding-left:15%;padding-right:15%;}@media (min-width:","px){flex-direction:row-reverse;}"],c.breakpoints.medium,c.breakpoints.wide),X=W()(f.TcView).withConfig({displayName:"responsive__PageErrorImageContainer",componentId:"sc-1c8x8xk-6"})(["align-self:center;max-width:300px;width:100%;@media (min-width:","px){max-width:428px;}@media (min-width:","px){max-width:none;width:50%;}"],c.breakpoints.medium,c.breakpoints.wide),Z=W()(f.TcView).withConfig({displayName:"responsive__PageErrorContentContainer",componentId:"sc-1c8x8xk-7"})(["@media (min-width:","px){align-self:center;max-width:428px;}"],c.breakpoints.wide),ee=W.a.div.withConfig({displayName:"responsive__InlineAdWrapper",componentId:"sc-1c8x8xk-8"})(["display:flex;justify-content:center;align-items:center;min-height:250px;box-sizing:content-box;padding:10px 0;border-top:1px solid rgb(219,219,219);border-bottom:1px solid rgb(219,219,219);@media (min-width:768px){min-height:90px;}@media (min-width:970px){min-height:250px;}"]);function te(){return(te=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}).apply(this,arguments)}const ne=e=>{const t=e.article,n=e.fadeImageIn,a=e.highResSize,o=e.imageRatio,l=e.isLoading,u=e.lowResQuality,s=e.lowResSize,d=e.showImage,f=e.index,m=t||{},p=m.bylines,v=m.hasVideo,g=m.headline,k=m.label,b=m.leadAsset,S=m.longSummary,O=m.publicationName,w=m.publishedTime,N=m.section,T=m.shortHeadline,j=m.shortSummary,C=m.summary,x=(F=t,h()(F,"leadAsset.crop.url",h()(F,"leadAsset.posterImage.crop.url",null)));var F;const _=b&&b.caption||"";if(l)return i.a.createElement(J,null,i.a.createElement(A.a,{contentContainerClass:"articleListContent",imageContainerClass:"articleListImage",imageRatio:o,isLoading:l,showImage:d}));const I={bylineProps:p?{ast:p,color:c.colours.section.default}:null,datePublicationProps:{date:w,publication:O},headline:i.a.createElement(E.ArticleSummaryHeadline,{headline:y(g,T)}),labelProps:{color:c.colours.section[N]||c.colours.section.default,isVideo:v,title:k}},R=d?i.a.createElement(P.a,te({},I,{content:i.a.createElement(E.ArticleSummaryContent,{ast:C})})):i.a.createElement(r.Fragment,null,i.a.createElement(G,null,i.a.createElement(P.a,te({},I,{content:i.a.createElement(E.ArticleSummaryContent,{ast:S})}))),i.a.createElement(Y,null,i.a.createElement(P.a,te({},I,{content:i.a.createElement(E.ArticleSummaryContent,{ast:j})}))));return i.a.createElement(D.a.Consumer,null,t=>{const r=(0,t.makeArticleUrl)(e.article);return i.a.createElement(M.a,{url:r},i.a.createElement(J,null,i.a.createElement(A.a,{contentContainerClass:"articleListContent",fadeImageIn:n,highResSize:a,imageAccessibilityLabel:_,imageContainerClass:"articleListImage",imageRatio:o,imageUri:x,isLoading:l,lowResQuality:u,lowResSize:s,showImage:d,isLcpItem:0===f},i.a.createElement(c.Animations.FadeIn,null,R))))})};ne.defaultProps={article:null,fadeImageIn:!1,highResSize:null,imageRatio:1,showImage:!0,summary:[]};var re,ie=(re=ne,Object(d.withTrackEvents)(re,{analyticsEvents:[{actionName:"Pressed",eventName:"onPress",getAttrs:e=>{let t=e.article;return{articleHeadline:t.headline,articleId:t.id,scrollDepth:{itemNumber:e.index+1,total:e.length}}}}]})),ae=()=>i.a.createElement($,null,i.a.createElement(f.TcView,{style:x.listItemSeparator})),oe=n(15),le=n.n(oe);function ue(){return(ue=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}).apply(this,arguments)}var se=e=>i.a.createElement(f.TcView,{style:x.paginationContainer},i.a.createElement(f.TcView,{style:x.paginationSpacing},i.a.createElement(le.a,ue({},e,{generatePageLink:e=>"?page=".concat(e)}))));function ce(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 de(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ce(Object(n),!0).forEach((function(t){fe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ce(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}de(de({},{articleListHeader:V.a.element,articles:V.a.arrayOf(V.a.shape(U)),articlesLoading:V.a.bool,emptyStateMessage:V.a.string.isRequired,error:V.a.object,pageSize:V.a.number,receiveChildList:V.a.func,refetch:V.a.func.isRequired}),{},{count:V.a.number,onNext:V.a.func,onPrev:V.a.func,page:V.a.number,pageSize:V.a.number}),V.a.string.isRequired;var me=e=>{let t=e.message;return i.a.createElement(f.TcView,{style:x.listEmptyStateContainer},i.a.createElement(f.TcText,{style:Object(f.checkStylesForUnits)(x.listEmptyMessage)},t))},pe=n(16),ve=n.n(pe);V.a.func.isRequired;var he=e=>{let t=e.refetch;return i.a.createElement(K,null,i.a.createElement(X,null,i.a.createElement(ve.a,{aspectRatio:700/770,uri:"https://www.thetimes.co.uk/d/img/internal-error-c45d0e8347.png"})),i.a.createElement(Z,null,i.a.createElement(F,null),i.a.createElement(l.a,{onPress:t,style:C,title:"Retry"})))};function ye(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 ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ye(Object(n),!0).forEach((function(t){ke(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ye(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"ArticleListPageError",(function(){return he})),n.d(t,"ArticleListEmptyState",(function(){return me}));class be extends r.Component{static getImageSize(e){return"undefined"==typeof window?null:e?Object(f.normaliseWidthForAssetRequestCache)(e.clientWidth):null}constructor(e){super(e),this.advertPosition=4}shouldComponentUpdate(e){return this.props.page===e.page}render(){const e=this.props,t=e.articleListHeader,n=e.articles,o=e.articlesLoading,u=e.count,d=void 0===u?0:u,m=e.emptyStateMessage,v=e.error,h=e.imageRatio,y=e.onNext,k=e.onPrev,b=e.scrollToTop,S=void 0===b||b,O=e.page,w=void 0===O?0:O,N=e.pageSize,T=e.receiveChildList,j=e.refetch,E=e.showImages,P=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.hideResults,n=void 0!==t&&t,r=e.autoScroll,a=void 0!==r&&r;return i.a.createElement(se,{count:d,hideResults:n,onNext:function(){y(...arguments),a&&"undefined"!=typeof window&&g(window)},onPrev:function(){k(...arguments),a&&"undefined"!=typeof window&&g(window)},page:w,pageSize:N})},_=i.a.createElement(H,null,P(),i.a.createElement(f.TcView,{style:x.listContentErrorContainer},i.a.createElement(F,null),i.a.createElement(l.a,{onPress:j,style:C,title:"Retry"}))),A=o?Array(N).fill().map((e,t)=>({elementId:"empty.".concat(t),id:t,isLoading:!0})):n.map((e,t)=>ge(ge({},e),{},{elementId:"".concat(e.id,".").concat(t)})),I=e=>{let t=e.clientHasRendered,n=e.observed,l=e.registerNode;return 0===A.length?i.a.createElement(me,{message:m}):i.a.createElement(f.TcView,null,i.a.createElement(H,null,P({autoScroll:!1,hideResults:!1})),A&&A.map((e,u)=>{const c=e.elementId;return i.a.createElement(r.Fragment,{key:c},i.a.createElement("div",{"accessibility-label":c,"data-testid":"article-list-item-".concat(u),id:c,ref:e=>l(e)},i.a.createElement(s.a,null,r=>r.hasError?null:i.a.createElement(H,null,0===u?null:i.a.createElement(ae,null),i.a.createElement(ie,{article:e.isLoading?null:e,fadeImageIn:t,highResSize:be.getImageSize(n.get(c)),imageRatio:h,index:u,isLoading:!0===e.isLoading,length:A.length,lowResQuality:3,lowResSize:200,showImage:E})))),(()=>u===this.advertPosition?("advert".concat(u),i.a.createElement(ee,null,i.a.createElement(a.AdContainer,{isLoading:o,slotName:"articleListAd"}))):null)())}),P({autoScroll:S,hideResults:!0}))};return o||T(A),i.a.createElement(p.a,{rootMargin:Object(c.spacing)(40),threshold:0},e=>{let n=e.clientHasRendered,r=e.observed,a=e.registerNode;return i.a.createElement(f.TcView,{role:"main"},t,v?_:I({clientHasRendered:n,observed:r,registerNode:a}))})}}be.defaultProps={articleListHeader:null,articles:[],error:null,pageSize:10,receiveChildList:()=>{}},t.default=Object(d.withTrackScrollDepth)(be)}])}).call(this,n(26))},356:function(e,t,n){"use strict";n.r(t);var r=n(5),i=n(45),a=n(8),o=n(91),l=n(15),u={http:{includeQuery:!0,includeExtensions:!1},headers:{accept:"*/*","content-type":"application/json"},options:{method:"POST"}},s=function(e,t,n){var r=new Error(n);throw r.name="ServerError",r.response=e,r.statusCode=e.status,r.result=t,r},c=function(e,t){var n;try{n=JSON.stringify(e)}catch(e){var r=new l.a(2);throw r.parseError=e,r}return n};n.d(t,"createHttpLink",(function(){return d})),n.d(t,"HttpLink",(function(){return f}));var d=function(e){void 0===e&&(e={});var t=e.uri,n=void 0===t?"/graphql":t,d=e.fetch,f=e.includeExtensions,m=e.useGETForQueries,p=Object(r.e)(e,["uri","fetch","includeExtensions","useGETForQueries"]);!function(e){if(!e&&"undefined"==typeof fetch){throw"undefined"==typeof window&&"node-fetch",new l.a(1)}}(d),d||(d=fetch);var v={http:{includeExtensions:f},options:p.fetchOptions,credentials:p.credentials,headers:p.headers};return new i.a((function(e){var t=function(e,t){var n=e.getContext().uri;return n||("function"==typeof t?t(e):t||"/graphql")}(e,n),l=e.getContext(),f={};if(l.clientAwareness){var p=l.clientAwareness,h=p.name,y=p.version;h&&(f["apollographql-client-name"]=h),y&&(f["apollographql-client-version"]=y)}var g,k=Object(r.a)({},f,l.headers),b={http:l.http,options:l.fetchOptions,credentials:l.credentials,headers:k},S=function(e,t){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];var a=Object(r.a)({},t.options,{headers:t.headers,credentials:t.credentials}),l=t.http;n.forEach((function(e){a=Object(r.a)({},a,e.options,{headers:Object(r.a)({},a.headers,e.headers)}),e.credentials&&(a.credentials=e.credentials),l=Object(r.a)({},l,e.http)}));var u=e.operationName,s=e.extensions,c=e.variables,d=e.query,f={operationName:u,variables:c};return l.includeExtensions&&(f.extensions=s),l.includeQuery&&(f.query=Object(o.print)(d)),{options:a,body:f}}(e,u,v,b),O=S.options,w=S.body;if(!O.signal){var N=function(){if("undefined"==typeof AbortController)return{controller:!1,signal:!1};var e=new AbortController;return{controller:e,signal:e.signal}}(),T=N.controller,j=N.signal;(g=T)&&(O.signal=j)}if(m&&!e.query.definitions.some((function(e){return"OperationDefinition"===e.kind&&"mutation"===e.operation}))&&(O.method="GET"),"GET"===O.method){var C=function(e,t){var n=[],r=function(e,t){n.push(e+"="+encodeURIComponent(t))};"query"in t&&r("query",t.query);t.operationName&&r("operationName",t.operationName);if(t.variables){var i=void 0;try{i=c(t.variables)}catch(e){return{parseError:e}}r("variables",i)}if(t.extensions){var a=void 0;try{a=c(t.extensions)}catch(e){return{parseError:e}}r("extensions",a)}var o="",l=e,u=e.indexOf("#");-1!==u&&(o=e.substr(u),l=e.substr(0,u));var s=-1===l.indexOf("?")?"?":"&";return{newURI:l+s+n.join("&")+o}}(t,w),x=C.newURI,F=C.parseError;if(F)return Object(i.c)(F);t=x}else try{O.body=c(w)}catch(F){return Object(i.c)(F)}return new a.a((function(n){var r;return d(t,O).then((function(t){return e.setContext({response:t}),t})).then((r=e,function(e){return e.text().then((function(t){try{return JSON.parse(t)}catch(r){var n=r;return n.name="ServerParseError",n.response=e,n.statusCode=e.status,n.bodyText=t,Promise.reject(n)}})).then((function(t){return e.status>=300&&s(e,t,"Response not successful: Received status code "+e.status),Array.isArray(t)||t.hasOwnProperty("data")||t.hasOwnProperty("errors")||s(e,t,"Server response was missing for query '"+(Array.isArray(r)?r.map((function(e){return e.operationName})):r.operationName)+"'."),t}))})).then((function(e){return n.next(e),n.complete(),e})).catch((function(e){"AbortError"!==e.name&&(e.result&&e.result.errors&&e.result.data&&n.next(e.result),n.error(e))})),function(){g&&g.abort()}}))}))};var f=function(e){function t(t){return e.call(this,d(t).request)||this}return Object(r.c)(t,e),t}(i.a)},357:function(e,t,n){"use strict";(function(e,r){var i,a=n(358);i="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:r;var o=Object(a.a)(i);t.a=o}).call(this,n(26),n(381)(e))},358:function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}n.d(t,"a",(function(){return r}))},359:function(e,t,n){e.exports=n(382).Observable},360:function(e,t,n){"use strict";var r=Array.isArray,i=Object.keys,a=Object.prototype.hasOwnProperty,o="undefined"!=typeof Element;e.exports=function(e,t){try{return function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){var l,u,s,c=r(t),d=r(n);if(c&&d){if((u=t.length)!=n.length)return!1;for(l=u;0!=l--;)if(!e(t[l],n[l]))return!1;return!0}if(c!=d)return!1;var f=t instanceof Date,m=n instanceof Date;if(f!=m)return!1;if(f&&m)return t.getTime()==n.getTime();var p=t instanceof RegExp,v=n instanceof RegExp;if(p!=v)return!1;if(p&&v)return t.toString()==n.toString();var h=i(t);if((u=h.length)!==i(n).length)return!1;for(l=u;0!=l--;)if(!a.call(n,h[l]))return!1;if(o&&t instanceof Element&&n instanceof Element)return t===n;for(l=u;0!=l--;)if(!("_owner"===(s=h[l])&&t.$$typeof||e(t[s],n[s])))return!1;return!0}return t!=t&&n!=n}(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i)||-2146828260===e.number)return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}},361:function(e,t){e.exports=function(e,t,n,r){var i=n?n.call(r,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var a=Object.keys(e),o=Object.keys(t);if(a.length!==o.length)return!1;for(var l=Object.prototype.hasOwnProperty.bind(t),u=0;u<a.length;u++){var s=a[u];if(!l(s))return!1;var c=e[s],d=t[s];if(!1===(i=n?n.call(r,c,d,s):void 0)||void 0===i&&c!==d)return!1}return!0}},362:function(e,t,n){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(n,r,i,a,o,l,u,s,c,d){switch(n){case 1:if(0===c&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===s)return r+"/*|*/";break;case 3:switch(s){case 102:case 112:return e(i[0]+r),"";default:return r+(0===d?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}}()},363:function(e,t,n){"use strict";t.a={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1}},37:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return l}));var r=n(5),i=Object.setPrototypeOf,a=void 0===i?function(e,t){return e.__proto__=t,e}:i,o=function(e){function t(n){void 0===n&&(n="Invariant Violation");var r=e.call(this,n)||this;return r.framesToPop=1,r.name="Invariant Violation",a(r,t.prototype),r}return Object(r.c)(t,e),t}(Error);function l(e,t){if(!e)throw new o(t)}!function(e){e.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return console.warn.apply(console,e)},e.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return console.error.apply(console,e)}}(l||(l={}))},370:function(e,t,n){"use strict";var r=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,i=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){return r.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));t.a=i},371:function(e,t,n){"use strict";function r(e){return Object.prototype.toString.call(e).slice(8,-1)}function i(e){return"Undefined"===r(e)}function a(e){return"Null"===r(e)}function o(e){return"Object"===r(e)&&(e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype)}function l(e){return"Array"===r(e)}function u(e){return"Symbol"===r(e)}var s,c,d,f,m;s=a,c=i;
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
9
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|