(window.webpackJsonp=window.webpackJsonp||[]).push([["app"],{"8Rej":function(e,t,o){},Txyg:function(e,t,o){},iU8L:function(t,o){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)}var i=function(t){var o="Menubar constructor argument menubarNode ";if(!t instanceof Element)throw new TypeError(o+"is not a DOM Element.");if(0===t.childElementCount)throw new Error(o+"has no element children.");for(e=t.firstElementChild;e;){var n=e.firstElementChild;if(e&&n&&"A"!==n.tagName)throw new Error(o+"has child elements are not A elements.");e=e.nextElementSibling}this.isMenubar=!0,this.domNode=t,this.menubarItems=[],this.firstChars=[],this.firstItem=null,this.lastItem=null,this.hasFocus=!1,this.hasHover=!1};i.prototype.init=function(){var e,t,o;for(elem=this.domNode.firstElementChild;elem;){var n=elem.firstElementChild;elem&&n&&"A"===n.tagName&&((e=new s(n,this)).init(),this.menubarItems.push(e),t=n.textContent.trim(),this.firstChars.push(t.substring(0,1).toLowerCase())),elem=elem.nextElementSibling}(o=this.menubarItems.length)>0&&(this.firstItem=this.menubarItems[0],this.lastItem=this.menubarItems[o-1]),this.firstItem.domNode.tabIndex=0},i.prototype.setFocusToItem=function(e){for(var t=!1,o=0;o<this.menubarItems.length;o++){var n=this.menubarItems[o];0==n.domNode.tabIndex&&(t="true"===n.domNode.getAttribute("aria-expanded")),n.domNode.tabIndex=-1,n.popupMenu&&n.popupMenu.close()}e.domNode.focus(),e.domNode.tabIndex=0,t&&e.popupMenu&&e.popupMenu.open()},i.prototype.setFocusToFirstItem=function(e){this.setFocusToItem(this.firstItem)},i.prototype.setFocusToLastItem=function(e){this.setFocusToItem(this.lastItem)},i.prototype.setFocusToPreviousItem=function(e){var t;e===this.firstItem?newItem=this.lastItem:(t=this.menubarItems.indexOf(e),newItem=this.menubarItems[t-1]),this.setFocusToItem(newItem)},i.prototype.setFocusToNextItem=function(e){var t;e===this.lastItem?newItem=this.firstItem:(t=this.menubarItems.indexOf(e),newItem=this.menubarItems[t+1]),this.setFocusToItem(newItem)},i.prototype.setFocusByFirstCharacter=function(e,t){var o,n;t=t.toLowerCase(),e.domNode.getAttribute("aria-expanded");(o=this.menubarItems.indexOf(e)+1)===this.menubarItems.length&&(o=0),-1===(n=this.getIndexFirstChars(o,t))&&(n=this.getIndexFirstChars(0,t)),n>-1&&this.setFocusToItem(this.menubarItems[n])},i.prototype.getIndexFirstChars=function(e,t){for(var o=e;o<this.firstChars.length;o++)if(t===this.firstChars[o])return o;return-1};var s=function(e,t){this.menu=t,this.domNode=e,this.popupMenu=!1,this.hasFocus=!1,this.hasHover=!1,this.isMenubarItem=!0,this.keyCode=Object.freeze({TAB:9,RETURN:13,ESC:27,SPACE:32,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40})};s.prototype.init=function(){this.domNode.tabIndex=-1,this.domNode.addEventListener("keydown",this.handleKeydown.bind(this)),this.domNode.addEventListener("focus",this.handleFocus.bind(this)),this.domNode.addEventListener("blur",this.handleBlur.bind(this));var e=this.domNode.nextElementSibling;e&&"UL"===e.tagName&&(this.popupMenu=new r(e,this),this.popupMenu.init())},s.prototype.handleKeydown=function(e){e.currentTarget;var t,o=e.key,n=!1;switch(e.keyCode){case this.keyCode.SPACE:case this.keyCode.RETURN:case this.keyCode.DOWN:this.popupMenu&&(this.popupMenu.open(),this.popupMenu.setFocusToFirstItem(),n=!0);break;case this.keyCode.LEFT:this.menu.setFocusToPreviousItem(this),n=!0;break;case this.keyCode.RIGHT:this.menu.setFocusToNextItem(this),n=!0;break;case this.keyCode.UP:this.popupMenu&&(this.popupMenu.open(),this.popupMenu.setFocusToLastItem(),n=!0);break;case this.keyCode.HOME:case this.keyCode.PAGEUP:this.menu.setFocusToFirstItem(),n=!0;break;case this.keyCode.END:case this.keyCode.PAGEDOWN:this.menu.setFocusToLastItem(),n=!0;break;case this.keyCode.TAB:this.popupMenu.close(!0);break;default:1===(t=o).length&&t.match(/\S/)&&(this.menu.setFocusByFirstCharacter(this,o),n=!0)}n&&(e.stopPropagation(),e.preventDefault())},s.prototype.setExpanded=function(e){e?this.domNode.setAttribute("aria-expanded","true"):this.domNode.setAttribute("aria-expanded","false")},s.prototype.handleFocus=function(e){this.menu.hasFocus=!0},s.prototype.handleBlur=function(e){this.menu.hasFocus=!1};var r=function(e,t){var o="PopupMenu constructor argument domNode ";if(!e instanceof Element)throw new TypeError(o+"is not a DOM Element.");if(0===e.childElementCount)throw new Error(o+"has no element children.");for(var n=e.firstElementChild;n;){var i=n.firstElementChild;if(i&&"A"===i)throw new Error(o+"has descendant elements that are not A elements.");n=n.nextElementSibling}this.isMenubar=!1,this.domNode=e,this.controller=t,this.menuitems=[],this.firstChars=[],this.firstItem=null,this.lastItem=null,this.hasFocus=!1,this.hasHover=!1};r.prototype.init=function(){var e,t,o,n,i;for(e=this.domNode.firstElementChild;e;)(t=e.firstElementChild)&&"A"===t.tagName&&((o=new a(t,this)).init(),this.menuitems.push(o),n=t.textContent.trim(),this.firstChars.push(n.substring(0,1).toLowerCase())),e=e.nextElementSibling;(i=this.menuitems.length)>0&&(this.firstItem=this.menuitems[0],this.lastItem=this.menuitems[i-1])},r.prototype.setFocusToController=function(e,t){function o(e,t){for(;e;){if(e.isMenubarItem)return e.domNode.focus(),e;t&&e.menu.close(!0),e.hasFocus=!1,e=e.menu.controller}return!1}if("string"!=typeof e&&(e=""),""!==e){if(this.controller.isMenubarItem)"previous"===e?this.controller.menu.setFocusToPreviousItem(this.controller,t):"next"===e&&this.controller.menu.setFocusToNextItem(this.controller,t);else if(this.controller.domNode.focus(),this.close(),"next"===e){var n=o(this.controller,!1);n&&n.menu.setFocusToNextItem(n,t)}}else o(this.controller,!0)},r.prototype.setFocusToFirstItem=function(){this.firstItem.domNode.focus()},r.prototype.setFocusToLastItem=function(){this.lastItem.domNode.focus()},r.prototype.setFocusToPreviousItem=function(e){var t;e===this.firstItem?this.lastItem.domNode.focus():(t=this.menuitems.indexOf(e),this.menuitems[t-1].domNode.focus())},r.prototype.setFocusToNextItem=function(e){var t;e===this.lastItem?this.firstItem.domNode.focus():(t=this.menuitems.indexOf(e),this.menuitems[t+1].domNode.focus())},r.prototype.setFocusByFirstCharacter=function(e,t){var o,n;t=t.toLowerCase();(o=this.menuitems.indexOf(e)+1)===this.menuitems.length&&(o=0),-1===(n=this.getIndexFirstChars(o,t))&&(n=this.getIndexFirstChars(0,t)),n>-1&&this.menuitems[n].domNode.focus()},r.prototype.getIndexFirstChars=function(e,t){for(var o=e;o<this.firstChars.length;o++)if(t===this.firstChars[o])return o;return-1},r.prototype.open=function(){this.controller.domNode.getBoundingClientRect();this.controller.setExpanded(!0)},r.prototype.close=function(e){for(var t=this.controller.hasHover,o=this.hasFocus,n=0;n<this.menuitems.length;n++){var i=this.menuitems[n];i.popupMenu&&(o|=i.popupMenu.hasFocus)}this.controller.isMenubarItem||(t=!1),!e&&(o||this.hasHover||t)||this.controller.setExpanded(!1)};var a=function(e,t){"object"!==("undefined"==typeof popupObj?"undefined":n(popupObj))&&(popupObj=!1),this.domNode=e,this.menu=t,this.popupMenu=!1,this.isMenubarItem=!1,this.keyCode=Object.freeze({TAB:9,RETURN:13,ESC:27,SPACE:32,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40})};a.prototype.init=function(){this.domNode.tabIndex=-1,this.domNode.addEventListener("keydown",this.handleKeydown.bind(this)),this.domNode.addEventListener("click",this.handleClick.bind(this)),this.domNode.addEventListener("focus",this.handleFocus.bind(this)),this.domNode.addEventListener("blur",this.handleBlur.bind(this));var e=this.domNode.nextElementSibling;e&&"UL"===e.tagName&&(this.popupMenu=new r(e,this),this.popupMenu.init())},a.prototype.isExpanded=function(){return"true"===this.domNode.getAttribute("aria-expanded")},a.prototype.handleKeydown=function(e){var t,o,n=e.currentTarget,i=e.key,s=!1;switch(e.keyCode){case this.keyCode.SPACE:case this.keyCode.RETURN:if(this.popupMenu)this.popupMenu.open(),this.popupMenu.setFocusToFirstItem();else{try{t=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!0})}catch(e){document.createEvent&&(t=document.createEvent("MouseEvents")).initEvent("click",!0,!0)}n.dispatchEvent(t)}s=!0;break;case this.keyCode.UP:this.menu.setFocusToPreviousItem(this),s=!0;break;case this.keyCode.DOWN:this.menu.setFocusToNextItem(this),s=!0;break;case this.keyCode.LEFT:this.menu.setFocusToController("previous",!0),this.menu.close(!0),s=!0;break;case this.keyCode.RIGHT:this.popupMenu?(this.popupMenu.open(),this.popupMenu.setFocusToFirstItem()):(this.menu.setFocusToController("next",!0),this.menu.close(!0)),s=!0;break;case this.keyCode.HOME:case this.keyCode.PAGEUP:this.menu.setFocusToFirstItem(),s=!0;break;case this.keyCode.END:case this.keyCode.PAGEDOWN:this.menu.setFocusToLastItem(),s=!0;break;case this.keyCode.ESC:this.menu.setFocusToController(),this.menu.close(!0),s=!0;break;case this.keyCode.TAB:this.menu.setFocusToController();break;default:1===(o=i).length&&o.match(/\S/)&&(this.menu.setFocusByFirstCharacter(this,i),s=!0)}s&&(e.stopPropagation(),e.preventDefault())},a.prototype.setExpanded=function(e){e?this.domNode.setAttribute("aria-expanded","true"):this.domNode.setAttribute("aria-expanded","false")},a.prototype.handleClick=function(e){this.popupMenu||(this.menu.setFocusToController(),this.menu.close(!0))},a.prototype.handleFocus=function(e){this.menu.hasFocus=!0},a.prototype.handleBlur=function(e){this.menu.hasFocus=!1,setTimeout(this.menu.close.bind(this.menu,!1),300)};var u=function(e){this.domNode=e,this.keyCode=Object.freeze({RETURN:13,SPACE:32})};u.prototype.init=function(){this.controlledNode=!1;var e=this.domNode.getAttribute("aria-controls");e&&(this.controlledNode=document.getElementById(e)),this.domNode.addEventListener("keydown",this.handleKeydown.bind(this)),this.domNode.addEventListener("focus",this.handleFocus.bind(this)),this.domNode.addEventListener("blur",this.handleBlur.bind(this))},u.prototype.showContent=function(){this.controlledNode&&(this.controlledNode.style.display="block")},u.prototype.hideContent=function(){this.controlledNode&&(this.controlledNode.style.display="none")},u.prototype.toggleExpand=function(){"true"===this.domNode.getAttribute("aria-expanded")?(this.domNode.setAttribute("aria-expanded","false"),this.hideContent()):(this.domNode.setAttribute("aria-expanded","true"),this.showContent())},u.prototype.handleKeydown=function(e){switch(e.keyCode){case this.keyCode.RETURN:case this.keyCode.SPACE:this.toggleExpand(),e.stopPropagation(),e.preventDefault()}},u.prototype.handleFocus=function(e){this.domNode.classList.add("focus")},u.prototype.handleBlur=function(e){this.domNode.classList.remove("focus")},window.addEventListener("load",(function(e){for(var t=document.querySelectorAll('button[aria-expanded][aria-controls],[role="button"][aria-expanded][aria-controls]'),o=0;o<t.length;o++){new u(t[o]).init()}}),!1),t.exports=i},qN2C:function(e,t,o){"use strict";var n=function(e,t,o,n){return(e/=n/2)<1?o/2*e*e+t:-o/2*(--e*(e-2)-1)+t};t.a={autoscroll:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e3,i=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop,s=e.offsetTop-t-i,r=0,a=20,u=function e(){var t=n(r+=a,i,s,o);window.scrollTo(0,t),r<o&&setTimeout(e,a)};u()},easeInOutQuad:n}},t7zC:function(e,t,o){"use strict";o.r(t);o("8Rej"),o("x59/"),o("Txyg");var n=function e(){var t=document.querySelector("#header");(event.target||event.srcElement).blur(),t.classList.contains("menuOpen")?(t.classList.remove("menuOpen"),window.removeEventListener("DOMMouseScroll",s,!1),window.removeEventListener(d,s,u),window.removeEventListener("touchmove",s,u),window.removeEventListener("keydown",r,!1),document.querySelector("#main-nav > li > a").setAttribute("tabindex",-1),c()&&(document.querySelector("html").style.overflow="auto",document.querySelector("body").style.overflowY="auto")):(t.classList.add("menuOpen"),window.addEventListener("DOMMouseScroll",s,!1),window.addEventListener(d,s,u),window.addEventListener("touchmove",s,u),window.addEventListener("keydown",r,!1),document.body.addEventListener("click",(function(t){var o=t.target||t.srcElement;null==o.closest(".main-navigation")&&o!=document.getElementsByClassName("mobileMenuButton")[0]&&document.getElementById("header").classList.contains("menuOpen")&&e()})),document.querySelector("#main-nav > li > a").setAttribute("tabindex",0),c()&&(document.querySelector("html").style.overflow="hidden",document.querySelector("body").style.overflowY="scroll"))},i={37:1,38:1,39:1,40:1};function s(e){e.target.closest("nav")!=document.getElementById("main-nav").parentNode&&e.preventDefault()}function r(e){if(i[e.keyCode])return s(e),!1}var a=!1;try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){a=!0}}))}catch(e){}var u=!!a&&{passive:!1},d="onwheel"in document.createElement("div")?"wheel":"mousewheel";var c=function(){var e=" -webkit- -moz- -o- -ms- ".split(" ");return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)||function(e){return window.matchMedia(e).matches}(["(",e.join("touch-enabled),("),"heartz",")"].join(""))},l=function(){document.querySelector(".mobileMenuButton").addEventListener("click",(function(){n()}),{passive:!0}),document.querySelector(".mobileMenuButton").addEventListener("keypress",(function(e){13==(e.which||e.keyCode||0)&&n()}),{passive:!0})},h=function(e){e.length>0&&e.forEach((function(e){var t="";if(e.querySelector("picture"))for(var o=0==document.createElement("canvas").toDataURL("image/webp").indexOf("data:image/webp"),n=0;n<e.querySelectorAll("picture source").length;n++){var i=e.querySelectorAll("picture source")[n];if((o||"image/webp"!=i.getAttribute("type"))&&window.matchMedia(i.getAttribute("media")).matches){var s=i.getAttribute("data-srcset")?i.getAttribute("data-srcset").split(","):i.getAttribute("srcset").split(",");t=1===window.devicePixelRatio&&s.length>1?s.reverse()[window.devicePixelRatio-1].slice(0,-3):-1!==s[0].indexOf(" ")?s[0].slice(0,-3):s[0];break}}else t=e.querySelector("img").getAttribute("data-src")||e.querySelector("img").getAttribute("src");e.style.backgroundImage="url("+t+")"}))},m=o("qN2C"),p=function(){document.querySelectorAll('form input[type="number"]').length>0&&document.querySelector('form input[type="number"]').addEventListener("mousewheel",(function(e){(e.target||e.srcElement).blur()}),{passive:!0})},f=function(e){e.forEach((function(e){var t=document.createElement("div");t.classList.add("table-responsive"),e.parentNode.insertBefore(t,e),e.classList.add("table"),t.appendChild(e)}))},y=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;document.querySelectorAll('#site a[href*="#"]').forEach((function(t){t.addEventListener("click",(function(t){if(location.pathname.replace(/^\//,"")===this.pathname.replace(/^\//,"")&&location.hostname===this.hostname&&""!==this.hash){var o=document.querySelector((t.target||t.srcElement).getAttribute("href"))||document.getElementsByName(this.hash.slice(1));if(void 0!==o){if(document.getElementById("header").classList.contains("menuOpen")){var n=document.createEvent("Events");n.initEvent("click",!0,!1),document.querySelector(".mobileMenuButton").dispatchEvent(n)}m.a.autoscroll(o,e,1e3),window.location.hash=o.getAttribute("id")}}}),{passive:!1})}))},v=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;document.querySelectorAll('#skiplinks a[href*="#"]').forEach((function(t){t.addEventListener("click",(function(t){if(location.pathname.replace(/^\//,"")===this.pathname.replace(/^\//,"")&&location.hostname===this.hostname){var o=document.querySelector((t.target||t.srcElement).getAttribute("href"))||document.getElementsByName(this.hash.slice(1));o.length&&(m.a.autoscroll(o,e,1e3),window.location.hash=o.getAttribute("id"))}}),{passive:!1})}))},b=o("iU8L"),E=o.n(b);function w(e,t){var o;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(o=function(e,t){if(!e)return;if("string"==typeof e)return g(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);"Object"===o&&e.constructor&&(o=e.constructor.name);if("Map"===o||"Set"===o)return Array.from(e);if("Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return g(e,t)}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,i=function(){};return{s:i,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s,r=!0,a=!1;return{s:function(){o=e[Symbol.iterator]()},n:function(){var e=o.next();return r=e.done,e},e:function(e){a=!0,s=e},f:function(){try{r||null==o.return||o.return()}finally{if(a)throw s}}}}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var I=function(){document.querySelectorAll("#main-nav li.hasSub > a").length>0&&document.querySelectorAll("#main-nav li.hasSub > a").forEach((function(e){e.addEventListener("click",(function(e){e.preventDefault(),e.stopImmediatePropagation();var t=e.target||e.srcElement;if("true"===t.getAttribute("aria-expanded"))t.setAttribute("aria-expanded",!1),t.setAttribute("aria-expanded",!1);else{var o,n=w(t.parentNode.parentNode.children);try{for(n.s();!(o=n.n()).done;){o.value.querySelectorAll("a").forEach((function(e){e.setAttribute("aria-expanded",!1)}))}}catch(e){n.e(e)}finally{n.f()}t.setAttribute("aria-expanded",!0)}}))}))},C=function(e){new E.a(e).init()},N=function(e){window.addEventListener("scroll",(function(){window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop?e.classList.add("scrolled"):e.classList.remove("scrolled")}),{passive:!0})},F=window.matchMedia("(min-width: 992px)").matches?130:110,k=document.getElementById("header");(function(){function e(){document.getElementById("toTop")&&o.e(2).then(o.bind(null,"3qyq")).then((function(e){e.default.init(document.getElementById("toTop"))})),h(document.querySelectorAll(".imgFullCover")),I(k),C(document.getElementById("main-nav")),l(),y(F),v(F),p(),document.querySelectorAll(".lightbox").length>0&&o.e(1).then(o.t.bind(null,"GSV8",7)).then((function(e){new(0,e.default)({selector:".lightbox",touchNavigation:!0,loop:!0,autoplayVideos:!0})})),f(document.querySelectorAll("table.contenttable, .ce-table"))}"loading"!==document.readyState?e():document.addEventListener("DOMContentLoaded",(function(){e()})),window.addEventListener("resize",(function(){h(document.querySelectorAll(".imgFullCover"))}),{passive:!0}),window.addEventListener("load",(function(){window.location.hash.length>0&&m.a.autoscroll(document.querySelector(window.location.hash),F)}),{passive:!0}),N(k)})()},"x59/":function(e,t,o){}},[["t7zC","runtime"]],[1,2]]);