(window.webpackJsonp=window.webpackJsonp||[]).push([[37],{335:function(t,e,r){},336:function(t,e,r){"use strict";r(21),r(17),r(19),r(4),r(29),r(13),r(30);var i=r(10),n=(r(116),r(23),r(71),r(225),r(390));function a(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?a(Object(r),!0).forEach((function(e){Object(i.a)(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):a(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var s={name:"UmbracoImageExt",components:{UmbracoImage:n.a},props:o(o({},n.a.props),{},{sizes:{type:String,default:"auto"},aspectRatio:{type:Number,required:!1},srcWidth:{type:Number,required:!1},alt:{type:String,required:!1}}),computed:{attrs:function(){var t,e,r,i,n,a=this.alt,s=this.sourceWidth,c=this.sourceHeight,l=this.aspectRatio||s/c,u={jpeg:"image/jpeg"};return null!==(t=this.sourceUrl)&&void 0!==t&&null!==(e=t.split)&&void 0!==e&&null!==(r=e.call(t,"?"))&&void 0!==r&&null!==(i=r[0])&&void 0!==i&&null!==(n=i.endsWith)&&void 0!==n&&n.call(i,".png")&&(u.png="image/png",delete u.jpeg),o(o({},this.$props),{},{alt:a,lazyload:!0,aspectRatio:l,srcWidth:this.srcWidth||this.widths[0],style:"aspect-ratio: ".concat(l),formats:u})}}},c=(r(342),r(6)),l=Object(c.a)(s,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("UmbracoImage",t._b({staticClass:"c-umbraco-image-ext"},"UmbracoImage",t.attrs,!1))}),[],!1,null,null,null);e.a=l.exports},338:function(t,e,r){"use strict";var i=r(7),n=r(3),a=r(72),o=r(36),s=r(46),c=r(15),l=r(5),u=r(224),d=r(151),g=r(339),m=r(340),f=r(86),h=r(341),v=[],p=n(v.sort),b=n(v.push),w=l((function(){v.sort(void 0)})),y=l((function(){v.sort(null)})),O=d("sort"),_=!l((function(){if(f)return f<70;if(!(g&&g>3)){if(m)return!0;if(h)return h<603;var t,e,r,i,n="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(i=0;i<47;i++)v.push({k:e+i,v:r})}for(v.sort((function(t,e){return e.v-t.v})),i=0;i<v.length;i++)e=v[i].k.charAt(0),n.charAt(n.length-1)!==e&&(n+=e);return"DGBEFHACIJK"!==n}}));i({target:"Array",proto:!0,forced:w||!y||!O||!_},{sort:function(t){void 0!==t&&a(t);var e=o(this);if(_)return void 0===t?p(e):p(e,t);var r,i,n=[],l=s(e);for(i=0;i<l;i++)i in e&&b(n,e[i]);for(u(n,function(t){return function(e,r){return void 0===r?-1:void 0===e?1:void 0!==t?+t(e,r)||0:c(e)>c(r)?1:-1}}(t)),r=n.length,i=0;i<r;)e[i]=n[i++];for(;i<l;)delete e[i++];return e}})},339:function(t,e,r){var i=r(70).match(/firefox\/(\d+)/i);t.exports=!!i&&+i[1]},340:function(t,e,r){var i=r(70);t.exports=/MSIE|Trident/.test(i)},341:function(t,e,r){var i=r(70).match(/AppleWebKit\/(\d+)\./);t.exports=!!i&&+i[1]},342:function(t,e,r){"use strict";r(335)},346:function(t,e,r){"use strict";r.d(e,"a",(function(){return n}));var i=r(149),n=(r(21),r(338),r(53),r(4),r(13),r(19),r(1).default.observable({_targets:{},get targets(){var t=this,e=Object.keys(this._targets);return e.sort((function(e,r){for(var i=t._targets[e].order,n=t._targets[r].order,a=0;a<Math.min(null==i?void 0:i.length,null==n?void 0:n.length);a++)if(i[a]!==n[a])return 2*(i[a]>n[a])-1;return 0})),e.map((function(e){return t._targets[e]}))},get activeTarget(){return Object(i.a)(this.targets).reverse().reduce((function(t,e){return e.visibility>=(null==t?void 0:t.visibility)?e:t}),this.targets[0])}})),a={name:"LongReadController",data:function(){return{targetElements:[],intersectionObserver:null}},computed:{slotBindings:function(){return{data:{targets:n.targets,activeTarget:n.activeTarget},actions:{scrollToTarget:this.scrollToTarget}}}},mounted:function(){var t=this;this.onScroll(),window.addEventListener("scroll",this.onScroll),window.addEventListener("resize",this.onScroll),this.intersectionObserver=new IntersectionObserver(this.onIntersection,{threshold:0}),this.$watch((function(){return n.targets}),(function(e){t.targetElements=Object(i.a)((e||[]).map((function(t){var e=t.id;return document.getElementById(e)}))),t.intersectionObserver.disconnect(),t.targetElements.forEach((function(e){e&&t.intersectionObserver.observe(e)}))}))},beforeDestroy:function(){this.intersectionObserver.disconnect(),window.removeEventListener("scroll",this.onScroll),window.removeEventListener("resize",this.onScroll)},methods:{onScroll:function(){var t=this;this.targetElements.filter((function(t){var e;return null===(e=n._targets[t.id])||void 0===e?void 0:e.inViewport})).forEach((function(e){var r=t.percentageInViewport(e);Object.assign(n._targets[e.id],{visibility:r})}))},onIntersection:function(t){t.forEach((function(t){var e=t.isIntersecting,r=t.target;n._targets[r.id]&&(n._targets[r.id].inViewport=e)}))},scrollToTarget:function(t){var e;history.replaceState({},"","#".concat(t.id)),null===(e=document.getElementById(t.id))||void 0===e||e.scrollIntoView({behavior:"smooth",block:"start"})},percentageInViewport:function(t){var e=t.getBoundingClientRect(),r=e.height,i=e.width,n=e.left,a=e.top,o=Math.max(0,n),s=Math.max(0,a),c=(o-Math.min(window.innerWidth,n+i))*(s-Math.min(window.innerHeight,a+r))/(i*r);return Math.max(Math.min(c,1),0)}}},o=r(6),s=Object(o.a)(a,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("div",{staticClass:"c-long-read-controller"},[t._t("default",null,null,t.slotBindings)],2)}),[],!1,null,null,null);e.b=s.exports},351:function(t,e,r){"use strict";r(4),r(13);var i=r(346),n={name:"LongReadTarget",props:{containerId:{type:String,required:!0},title:{type:String,required:!0},disabled:{type:Boolean,default:!1}},watch:{disabled:function(t){this[t?"removeTarget":"addTarget"]()}},mounted:function(){!this.disabled&&this.addTarget()},beforeDestroy:function(){this.removeTarget()},methods:{addTarget:function(){for(var t,e=[],r=this;r.$parent;){var n=r.$parent._vnode.children;(null==n||!n.length)&&e.push(0),(null==n?void 0:n.length)&&(null==n||n.forEach((function(t,i){var n;(null===(n=t.componentInstance)||void 0===n?void 0:n._uid)===r._uid&&e.push(i)}))),r=r.$parent}e.reverse(),this.$set(null===(t=i.a)||void 0===t?void 0:t._targets,this.containerId,{id:this.containerId,title:this.title,visibility:0,inViewport:!1,order:e})},removeTarget:function(){delete i.a._targets[this.containerId]}}},a=r(6),o=Object(a.a)(n,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return t.$scopedSlots.default||Object.entries(t.$attrs).length?r("div",{staticClass:"c-long-read-target"},[t._t("default")],2):t._e()}),[],!1,null,null,null);e.a=o.exports},369:function(t,e,r){"use strict";r.r(e);var i=r(351),n=r(336),a=r(452),o=r.n(a),s={name:"BlockListTextMediaCustom",components:{LongReadTarget:i.a,UmbracoImageExt:n.a,SvgCopyright:o.a},inheritAttrs:!1,props:{title:String,image:Object,mediaAlignment:String,text:String}},c=(r(663),r(6)),l=Object(c.a)(s,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{class:["c-block-list-text-media-custom","w-5col >=768:w-8col max-w-full mx-auto"],attrs:{id:"text-media-"+t._uid}},[r("div",{staticClass:"overflow-auto <1024:flex <1024:flex-col-reverse"},[r("div",{class:["w-4col mb-xs","left"===t.mediaAlignment?">=1024:float-left":">=1024:float-right","left"===t.mediaAlignment?">=1024:mr-sm":">=1024:ml-sm"],style:t.image?"aspect-ratio: "+t.image.width+" / "+t.image.height:""},[r("div",{staticClass:"relative"},[r("TransitionExt",{attrs:{duration:500,mode:"out-in",name:"block-list-images-custom__item"}},[t.image?r("UmbracoImageExt",{key:"image-"+t.image.id,class:["w-4col <1024:w-full","rounded-md overflow-hidden"],attrs:{id:"text-media-image-"+t._uid,"aria-describedby":t.image.imageText?"caption-"+t._uid:null,widths:[320,480,640,960],alt:t.image.altText,"source-url":t.image.cropUrl||t.image.url,"source-width":t.image.width,"source-height":t.image.height}}):t._e()],1),t._v(" "),t.image&&t.image.imageCredits?r("div",{class:["c-block-list-text-media-custom__credit w-fit","absolute bottom-8 text-white text-16 rounded-full flex items-center justify-center py-4 px-16","left"===t.mediaAlignment?">=1024:left-8 right-8":"right-8"]},[r("SvgCopyright",{staticClass:"w-14 h-14 mr-6"}),t._v(" "),r("div",{staticClass:"w-fit whitespace-nowrap"},[t._v("\n\t\t\t\t\t\t"+t._s(t.image.imageCredits)+"\n\t\t\t\t\t")])],1):t._e()],1),t._v(" "),t.image&&t.image.imageText?r("div",{staticClass:"s-rich-text mt-xs font-semibold text-h8 flex",class:["left"===t.mediaAlignment?">=1024:justify-start":">=1024:justify-end"],attrs:{id:"caption-"+t._uid},domProps:{innerHTML:t._s(t.image.imageText)}}):t._e()]),t._v(" "),r("div",{staticClass:"<1024:mb-sm",attrs:{id:"text-media-text-"+t._uid}},[t.title?r("LongReadTarget",{attrs:{"container-id":"text-media-"+t._uid,title:t.title}},[r("BaseH2",{staticClass:"text-primary-button mb-sm",domProps:{textContent:t._s(t.title)}})],1):t._e(),t._v(" "),r("span",{staticClass:"s-rich-text",domProps:{innerHTML:t._s(t.text)}})],1)])])}),[],!1,null,null,null);e.default=l.exports},452:function(t,e,r){r(21),r(17),r(19),r(4),r(29),r(13),r(30);var i=r(221),n=r(222),a=["class","staticClass","style","staticStyle","attrs"];function o(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}r(33),t.exports={functional:!0,render:function(t,e){var r=e._c,s=(e._v,e.data),c=e.children,l=void 0===c?[]:c,u=s.class,d=s.staticClass,g=s.style,m=s.staticStyle,f=s.attrs,h=void 0===f?{}:f,v=n(s,a);return r("svg",function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?o(Object(r),!0).forEach((function(e){i(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({class:[u,d],style:[g,m],attrs:Object.assign({viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},h)},v),l.concat([r("path",{attrs:{d:"M5.92 12.112a5.6 5.6 0 01-2.24-.448A5.797 5.797 0 01.624 8.608a5.561 5.561 0 01-.448-2.224 5.609 5.609 0 011.68-4.048A5.797 5.797 0 013.68 1.104 5.601 5.601 0 015.92.656c.79 0 1.53.15 2.224.448.693.299 1.301.71 1.824 1.232A5.46 5.46 0 0111.2 4.16c.299.683.448 1.424.448 2.224 0 .79-.15 1.53-.448 2.224a5.797 5.797 0 01-3.056 3.056 5.56 5.56 0 01-2.224.448zm.224-2.464c-1.013 0-1.765-.261-2.256-.784-.49-.533-.736-1.365-.736-2.496 0-2.165 1.008-3.248 3.024-3.248.277 0 .56.027.848.08.288.053.528.128.72.224.192.085.288.187.288.304 0 .075-.032.17-.096.288a1.591 1.591 0 01-.192.32c-.075.096-.144.144-.208.144a.661.661 0 01-.208-.08 1.86 1.86 0 00-.448-.176 2.63 2.63 0 00-.72-.08c-.608 0-1.061.181-1.36.544-.288.363-.432.923-.432 1.68 0 .757.144 1.328.432 1.712.299.373.747.56 1.344.56.299 0 .55-.032.752-.096.213-.075.384-.144.512-.208.128-.075.213-.112.256-.112.075 0 .144.053.208.16.075.096.133.197.176.304.053.107.08.187.08.24 0 .139-.112.267-.336.384a3.22 3.22 0 01-.784.256c-.299.053-.587.08-.864.08zm-.224 1.52c.661 0 1.28-.123 1.856-.368a5.003 5.003 0 001.52-1.04 4.65 4.65 0 001.04-1.52 4.59 4.59 0 00.384-1.856c0-.672-.128-1.29-.384-1.856a4.65 4.65 0 00-1.04-1.52 4.65 4.65 0 00-1.52-1.04A4.727 4.727 0 005.904 1.6c-.65 0-1.27.123-1.856.368a4.65 4.65 0 00-1.52 1.04 5.003 5.003 0 00-1.04 1.52 4.612 4.612 0 00-.368 1.856c0 .65.123 1.27.368 1.856a5.003 5.003 0 002.56 2.56c.587.245 1.21.368 1.872.368z",fill:"currentColor"}})]))}}},550:function(t,e,r){},663:function(t,e,r){"use strict";r(550)}}]);
//# sourceMappingURL=afe1c13.js.map