(window.webpackJsonp=window.webpackJsonp||[]).push([[20,52,53],{1011:function(t,e,r){"use strict";r.r(e);r(28),r(17),r(6),r(76),r(37);var n=r(59),l=r(126),o=r(529),c=r(692),d=r(242),v=r(123),f=Object(n.a)(l.a,d.a).extend({name:"BlogPostFeedBlock",components:{VCarouselSingleSlide:c.default,VCarousel:o.default},computed:{classNames:function(){return[this.$style.root]},walkerItem:function(){return this.walker.item},options:function(){return{slidesPerView:"auto"}},slides:function(){var t;return null===(t=this.walker)||void 0===t?void 0:t.children.map((function(t){var e,r,n,l,o,c,d=t.item,f=null===(r=null===(e=d.node)||void 0===e?void 0:e.tags)||void 0===r?void 0:r.filter((function(t){return t.visible})),h=!!(null===(n=null==f?void 0:f.filter((function(t){return t.slug===v.a.UNDERGROUND})))||void 0===n?void 0:n[0]),m=h?null===(l=null==f?void 0:f.find((function(t){return t.slug!==v.a.UNDERGROUND})))||void 0===l?void 0:l.name:null===(o=null==f?void 0:f[0])||void 0===o?void 0:o.name;return{rounded:h?"reverse":"rounded",overTitle:d.overTitle||m,title:d.title,image:Array.isArray(d.image)&&d.image[0],description:d.excerpt,linkExternalUrl:d.linkExternalUrl,url:null===(c=t.item)||void 0===c?void 0:c.url,invertContrast:!0}}))}}}),h=r(940),m=r(3);var component=Object(m.a)(f,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("v-block",{class:t.$style.root},[r("v-section-bar",{class:t.$style["section-bar"],attrs:{title:t.walkerItem.title,state:t.state},model:{value:t.slideIndex,callback:function(e){t.slideIndex=e},expression:"slideIndex"}}),t._v(" "),r("v-carousel",{class:t.$style["wrapper-slider"],attrs:{options:t.options,"async-children":"","use-gutter":""},on:{stateUpdate:t.updateState},model:{value:t.slideIndex,callback:function(e){t.slideIndex=e},expression:"slideIndex"}},t._l(t.slides,(function(e,i){return r("div",{key:i,class:t.$style.slide},[r("v-carousel-single-slide",t._b({},"v-carousel-single-slide",e,!1))],1)})),0),t._v(" "),t.walkerItem.linkInternalReference||t.walkerItem.linkExternalUrl?r("v-button-link",{staticClass:"text-h5",class:t.$style.cta,attrs:{label:t.walkerItem.linkLabel,reference:t.walkerItem.linkInternalReference,url:t.walkerItem.linkExternalUrl,outlined:"",theme:"light",size:"sm"}}):t._e()],1)}),[],!1,(function(t){this.$style=h.default.locals||h.default}),null,null);e.default=component.exports;installComponents(component,{VSectionBar:r(337).default,VCarouselSingleSlide:r(692).default,VCarousel:r(529).default,VButtonLink:r(102).default,VBlock:r(338).default})},522:function(t,e,r){var content=r(536);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(22).default)("931dcf64",content,!0,{sourceMap:!1})},529:function(t,e,r){"use strict";r.r(e);r(18),r(15),r(23),r(24);var n=r(1),l=r(8);r(46),r(64),r(6),r(30),r(31),r(13),r(55),r(17);function o(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(object);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,r)}return e}function c(t){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?o(Object(source),!0).forEach((function(e){Object(n.a)(t,e,source[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(source)):o(Object(source)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(source,e))}))}return t}var d=r(0).default.extend({name:"VCarousel",provide:function(){return{carouselRegisterItem:this.registerItem}},props:{useGutter:{type:Boolean,default:!1},options:{type:Object},value:{type:Number,default:0},asyncChildren:Boolean},data:function(){return{countChildren:0,visibleSlides:0}},computed:{containerClass:function(){return this.useGutter?this.$style["container--gutter"]:this.$style.container},wrapperClass:function(){var t;return(null===(t=this.options)||void 0===t?void 0:t.wrapperClass)||this.$style.wrapper},slideClass:function(){var t;return(null===(t=this.options)||void 0===t?void 0:t.slideClass)||this.$style.slide}},watch:{options:function(){this.reset()},value:function(t){var e;this.swiper&&!this.swiper.destroyed&&(this.swiper.slideTo(t),this.$emit("stateUpdate",{isBeginning:this.swiper.isBeginning,isEnd:this.swiper.isEnd,snap:null===(e=this.swiper.snapGrid)||void 0===e?void 0:e.length}))},countChildren:function(){this.checkIfChildrenAreReady()}},beforeDestroy:function(){this.destroy()},mounted:function(){this.asyncChildren?this.checkIfChildrenAreReady():this.build()},methods:{registerItem:function(){this.countChildren++},checkIfChildrenAreReady:function(){var t;this.$children.length===(null===(t=this.$slots.default)||void 0===t?void 0:t.length)&&this.$nextTick(this.build)},build:function(){var t=this;return Object(l.a)(regeneratorRuntime.mark((function e(){var n,l,o,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.$slots.default&&!t.swiper){e.next=2;break}return e.abrupt("return");case 2:return l={},e.next=5,r.e(126).then(r.bind(null,995));case 5:o=e.sent,d=o.Swiper,t.resizeObserver=new ResizeObserver(t.onResizeObserverChange),t.swiper=new d(t.$refs.swiper,c(c({grabCursor:!0,containerModifierClass:"".concat(t.containerClass,"-"),wrapperClass:t.wrapperClass,slideClass:t.slideClass,preventInteractionOnTransition:!0,threshold:6,slidesPerView:1,spaceBetween:(null===(n=t.options)||void 0===n?void 0:n.spaceBetween)||(t.useGutter?0:24),watchOverflow:!0,breakpoints:l,initialSlide:t.value},t.options),{},{on:{slideChange:function(e){t.$emit("input",e.activeIndex),t.inertSlide(e)},init:function(e){var r;null===(r=t.resizeObserver)||void 0===r||r.observe(e.wrapperEl),t.computeSwiperActivation(e),t.updateVisibleSlides(e),t.inertSlide(e)},update:function(e){t.computeSwiperActivation(e)}}}));case 9:case"end":return e.stop()}}),e)})))()},computeSwiperActivation:function(t){var e;this.$emit("stateUpdate",{isBeginning:t.isBeginning,isEnd:t.isEnd,snap:null===(e=t.snapGrid)||void 0===e?void 0:e.length}),t.width>t.wrapperEl.clientWidth?(t.disable(),this.$emit("disable")):(t.enable(),this.$emit("enable"))},init:function(){this.swiper&&this.swiper.init()},refresh:function(){this.swiper&&this.swiper.update()},destroy:function(){var t;null===(t=this.resizeObserver)||void 0===t||t.disconnect(),this.resizeObserver=null,this.disposeChildrenObserver(),this.swiper&&this.swiper.destroy()},disposeChildrenObserver:function(){this.childrenObserver&&(this.childrenObserver.disconnect(),this.childrenObserver=null)},reset:function(){var t=this;return Object(l.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.destroy();case 2:t.build();case 3:case"end":return e.stop()}}),e)})))()},next:function(){this.swiper&&this.swiper.slideNext()},prev:function(){this.swiper&&this.swiper.slidePrev()},onResizeObserverChange:function(){var t;null===(t=this.swiper)||void 0===t||t.update()},inertSlide:function(t){var e=this,r=t.slides,n=t.activeIndex;Array.from(r).forEach((function(t,r){var l=r===n||r>n&&r<n+e.visibleSlides||"tab"===t.getAttribute("role");t.inert=!l}))},updateVisibleSlides:function(t){var e=t.slides;this.visibleSlides=Array.from(e).filter((function(t){var e=t.getBoundingClientRect();return e.left>0&&e.left+e.width<window.innerWidth})).length}},render:function(t){var e=this;return this.$slots.default?(this.$slots.default.forEach((function(t){t.data=t.data||{},t.data.class=[t.data.class,e.slideClass]})),t("div",{class:this.$style.root},[t("div",{class:this.containerClass,ref:"swiper"},[t("div",{class:this.wrapperClass},this.$slots.default)])])):t("")}}),v=r(535),f=r(3);var component=Object(f.a)(d,undefined,undefined,!1,(function(t){this.$style=v.default.locals||v.default}),null,null);e.default=component.exports},535:function(t,e,r){"use strict";var n=r(522),l=r.n(n);r.d(e,"default",(function(){return l.a}))},536:function(t,e,r){var n=r(21)((function(i){return i[1]}));n.push([t.i,".root_D6hnF{margin-right:auto;margin-left:auto}.container_lUXoS{height:100%;touch-action:pan-y}.container--gutter_zM5t-{margin-right:calc(var(--gutter, 1.5rem)/-2);margin-left:calc(var(--gutter, 1.5rem)/-2)}.wrapper_nnFzG{display:inline-flex;width:auto;min-width:100%;height:100%}.slide_RdsO8{width:var(--carousel-slide-width,100%);height:var(--carousel-slide-height,100%);flex-shrink:0}.container--gutter_zM5t- .slide_RdsO8{padding:0 calc(var(--gutter, 1.5rem)/2)}",""]),n.locals={root:"root_D6hnF",container:"container_lUXoS","container--gutter":"container--gutter_zM5t-",wrapper:"wrapper_nnFzG",slide:"slide_RdsO8"},t.exports=n},571:function(t,e,r){var content=r(678);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(22).default)("1c65bdd0",content,!0,{sourceMap:!1})},677:function(t,e,r){"use strict";var n=r(571),l=r.n(n);r.d(e,"default",(function(){return l.a}))},678:function(t,e,r){var n=r(21)((function(i){return i[1]}));n.push([t.i,".root_glNpn{width:100%;justify-content:center;text-align:center}@media(min-width:768px){.root_glNpn{padding:40px 0;text-align:left}}@media(min-width:1440px){.root_glNpn{padding:80px 0}}.portrait_wV7dU{width:195px;height:auto;align-self:start;margin:20px auto;grid-column:1/-1;transform:translateX(0);transition:transform .3s}@media(min-width:768px){.portrait_wV7dU{width:auto;padding:0;margin:initial;grid-column:5/span 4}}@media(min-width:1024px){.portrait_wV7dU{grid-column:3/span 3}.portrait--centered_t7Iuh{align-self:center}}.portrait--empty_gfqUb{--image-border-radius:50% 50% 0 0/39% 39% 0 0;aspect-ratio:330/408;background-color:rgba(1,1,1,.1);border-radius:var(--image-border-radius,0)}.invert-contrast_74Us- .portrait--empty_gfqUb{--image-border-radius:0 0 50% 50%/0 0 39% 39%;background-color:hsla(0,0%,100%,.1)}div:not(.swiper-slide-active)>.root--active-parallax_PKnhb .portrait_wV7dU{--column-width:(100vw - 2 * var(--gutter))/var(--grid-columns)}@media(min-width:375px){div:not(.swiper-slide-active)>.root--active-parallax_PKnhb .portrait_wV7dU{transform:translateX(calc(var(--column-width)*-3.5))}}@media(min-width:480px){div:not(.swiper-slide-active)>.root--active-parallax_PKnhb .portrait_wV7dU{transform:translateX(calc(var(--column-width)*-5))}}@media(min-width:768px){div:not(.swiper-slide-active)>.root--active-parallax_PKnhb .portrait_wV7dU{transform:translateX(calc(var(--column-width)*-6))}}@media(min-width:1024px){div:not(.swiper-slide-active)>.root--active-parallax_PKnhb .portrait_wV7dU{transform:translateX(calc(var(--column-width)*-3))}}.texts_-RcoB{max-width:400px;margin:20px auto;grid-column:1/-1;text-align:center}@media(min-width:768px){.texts_-RcoB{max-width:inherit;grid-column:4/span 6}}@media(min-width:1024px){.texts_-RcoB{margin:0 var(--gutter) 0 0;grid-column:7/span 4;text-align:left}.root_glNpn.invert-contrast_74Us- .texts_-RcoB{margin:var(--gutter) var(--gutter) 0 0}.root_glNpn:not(.invert-contrast_74Us-) .texts_-RcoB{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}}@media(min-width:1920px){.texts_-RcoB{max-width:36.25rem}}.title_oxRRV{font-size:2.5rem;font-size:clamp(2rem,1.823943662rem + .7511737089vw,2.5rem);font-weight:700;line-height:1.1;margin:12px 0}@media(min-width:768px){.title_oxRRV{margin:18px 0;font-size:48px;font-weight:700;line-height:52.8px}}.invert-contrast_74Us- .title_oxRRV{color:#fff}.description_FvT-q{color:rgba(1,1,1,.8)}.invert-contrast_74Us- .description_FvT-q{color:hsla(0,0%,100%,.8)}.cta_iulmL{color:rgba(1,1,1,.5)}@media(max-width:767px){.cta_iulmL{--v-button-font-size:1rem;--v-button-inner-min-width:42px;--v-button-inner-height:42px;--v-button-inner-padding:0 16px;--v-button-icon-margin:0 6px}}.invert-contrast_74Us- .cta_iulmL{color:hsla(0,0%,100%,.5)}.overtitle_w3HFV{color:rgba(1,1,1,.5)}.invert-contrast_74Us- .overtitle_w3HFV{color:hsla(0,0%,100%,.8)}",""]),n.locals={root:"root_glNpn",portrait:"portrait_wV7dU","portrait--centered":"portrait--centered_t7Iuh","portrait--empty":"portrait--empty_gfqUb","invert-contrast":"invert-contrast_74Us-","root--active-parallax":"root--active-parallax_PKnhb",texts:"texts_-RcoB",title:"title_oxRRV",description:"description_FvT-q",cta:"cta_iulmL",overtitle:"overtitle_w3HFV"},t.exports=n},692:function(t,e,r){"use strict";r.r(e);r(37);var n=r(59),l=r(26),o=r(101),c=r(122),d=r(243),v=Object(n.a)(d.a).extend({name:"VCarouselSingleSlide",components:{VMarkdown:c.default,VImage:o.default,VButton:l.default},props:{rounded:{type:String,default:"rounded"},overTitle:String,title:String,image:{type:Object,default:null},description:String,reference:Object,url:String,externalLink:String,ctaLabel:String,invertContrast:Boolean,centerImage:Boolean},computed:{activeParallax:function(){return"VCarousel"===this.$parent.$options.name},linkProps:function(){return{reference:this.reference,url:this.url||this.externalLink,label:this.ctaLabel}}}}),f=r(677),h=r(3);var component=Object(h.a)(v,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"grid",class:[t.$style.root,t.invertContrast&&t.$style["invert-contrast"],t.activeParallax&&t.$style["root--active-parallax"]]},[r("div",{class:[t.$style.portrait,t.centerImage&&t.$style["portrait--centered"],!t.image&&t.$style["portrait--empty"]]},[r("v-link",t._b({},"v-link",t.linkProps,!1),[t.image?r("v-image",{class:[t.$style.portrait__inner],attrs:{ratio:408/330,rounded:t.rounded,image:t.image,alt:t.title}}):t._e()],1)],1),t._v(" "),r("div",{class:t.$style.texts},[r("p",{staticClass:"text-overtitle-l",class:t.$style.overtitle},[t._v(t._s(t.overTitle))]),t._v(" "),r("v-link",t._b({},"v-link",t.linkProps,!1),[r("h1",{class:t.$style.title},[t._v(t._s(t.title))])]),t._v(" "),r("v-markdown",{class:t.$style.description,attrs:{content:t.description}}),t._v(" "),t.reference||t.externalLink||t.url?r("v-button",{class:t.$style.cta,attrs:{href:t.externalLink,to:t.reference||t.url,label:t.ctaLabel||t.$t("person.info_cta").toString()}}):t._e(),t._v(" "),r("p",[t._v(t._s(t.reference))])],1)])}),[],!1,(function(t){this.$style=f.default.locals||f.default}),null,null);e.default=component.exports;installComponents(component,{VImage:r(101).default,VLink:r(82).default,VMarkdown:r(122).default,VButton:r(26).default})},805:function(t,e,r){var content=r(941);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(22).default)("3b1ffc5e",content,!0,{sourceMap:!1})},940:function(t,e,r){"use strict";var n=r(805),l=r.n(n);r.d(e,"default",(function(){return l.a}))},941:function(t,e,r){var n=r(21)((function(i){return i[1]}));n.push([t.i,".root_g\\+U5b{display:inherit;overflow:hidden;padding:0 var(--gutter);background-color:#010101;color:#fff}.root_g\\+U5b,.section-bar_wa8yP{width:100%}.wrapper-slider_Gf9uc{--carousel-slide-width:calc(100vw - var(--gutter)*2)}.slide_31RZz{opacity:.5;transition:all .3s,opacity .3s}.slide_31RZz.swiper-slide-active{opacity:1}.cta_36Qri{--v-button-font-size:18px;--v-button-inner-height:48px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto 3.75rem}",""]),n.locals={root:"root_g+U5b","section-bar":"section-bar_wa8yP","wrapper-slider":"wrapper-slider_Gf9uc",slide:"slide_31RZz",cta:"cta_36Qri"},t.exports=n}}]);