
(()=>{"use strict";var t,e,n={619:(t,e,n)=>{n.d(e,{A:()=>s});var r=n(354),i=n.n(r),o=n(314),a=n.n(o)()(i());a.push([t.id,'/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */\n\n.pswp {\n  --pswp-bg: #000;\n  --pswp-placeholder-bg: #222;\n  \n\n  --pswp-root-z-index: 100000;\n  \n  --pswp-preloader-color: rgba(79, 79, 79, 0.4);\n  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);\n  \n  /* defined via js:\n  --pswp-transition-duration: 333ms; */\n  \n  --pswp-icon-color: #fff;\n  --pswp-icon-color-secondary: #4f4f4f;\n  --pswp-icon-stroke-color: #4f4f4f;\n  --pswp-icon-stroke-width: 2px;\n\n  --pswp-error-text-color: var(--pswp-icon-color);\n}\n\n\n/*\n\tStyles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)\n*/\n\n.pswp {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n\tz-index: var(--pswp-root-z-index);\n\tdisplay: none;\n\ttouch-action: none;\n\toutline: 0;\n\topacity: 0.003;\n\tcontain: layout style size;\n\t-webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n/* Prevents focus outline on the root element,\n  (it may be focused initially) */\n.pswp:focus {\n  outline: 0;\n}\n\n.pswp * {\n  box-sizing: border-box;\n}\n\n.pswp img {\n  max-width: none;\n}\n\n.pswp--open {\n\tdisplay: block;\n}\n\n.pswp,\n.pswp__bg {\n\ttransform: translateZ(0);\n\twill-change: opacity;\n}\n\n.pswp__bg {\n  opacity: 0.005;\n\tbackground: var(--pswp-bg);\n}\n\n.pswp,\n.pswp__scroll-wrap {\n\toverflow: hidden;\n}\n\n.pswp__scroll-wrap,\n.pswp__bg,\n.pswp__container,\n.pswp__item,\n.pswp__content,\n.pswp__img,\n.pswp__zoom-wrap {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n\n.pswp__img,\n.pswp__zoom-wrap {\n\twidth: auto;\n\theight: auto;\n}\n\n.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {\n\tcursor: -webkit-zoom-in;\n\tcursor: -moz-zoom-in;\n\tcursor: zoom-in;\n}\n\n.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {\n\tcursor: move;\n\tcursor: -webkit-grab;\n\tcursor: -moz-grab;\n\tcursor: grab;\n}\n\n.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {\n  cursor: -webkit-grabbing;\n  cursor: -moz-grabbing;\n  cursor: grabbing;\n}\n\n/* :active to override grabbing cursor */\n.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,\n.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,\n.pswp__img {\n\tcursor: -webkit-zoom-out;\n\tcursor: -moz-zoom-out;\n\tcursor: zoom-out;\n}\n\n\n/* Prevent selection and tap highlights */\n.pswp__container,\n.pswp__img,\n.pswp__button,\n.pswp__counter {\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n}\n\n.pswp__item {\n\t/* z-index for fade transition */\n\tz-index: 1;\n\toverflow: hidden;\n}\n\n.pswp__hidden {\n\tdisplay: none !important;\n}\n\n/* Allow to click through pswp__content element, but not its children */\n.pswp__content {\n  pointer-events: none;\n}\n.pswp__content > * {\n  pointer-events: auto;\n}\n\n\n/*\n\n  PhotoSwipe UI\n\n*/\n\n/*\n\tError message appears when image is not loaded\n\t(JS option errorMsg controls markup)\n*/\n.pswp__error-msg-container {\n  display: grid;\n}\n.pswp__error-msg {\n\tmargin: auto;\n\tfont-size: 1em;\n\tline-height: 1;\n\tcolor: var(--pswp-error-text-color);\n}\n\n/*\nclass pswp__hide-on-close is applied to elements that\nshould hide (for example fade out) when PhotoSwipe is closed\nand show (for example fade in) when PhotoSwipe is opened\n */\n.pswp .pswp__hide-on-close {\n\topacity: 0.005;\n\twill-change: opacity;\n\ttransition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);\n\tz-index: 10; /* always overlap slide content */\n\tpointer-events: none; /* hidden elements should not be clickable */\n}\n\n/* class pswp--ui-visible is added when opening or closing transition starts */\n.pswp--ui-visible .pswp__hide-on-close {\n\topacity: 1;\n\tpointer-events: auto;\n}\n\n/* <button> styles, including css reset */\n.pswp__button {\n\tposition: relative;\n\tdisplay: block;\n\twidth: 50px;\n\theight: 60px;\n\tpadding: 0;\n\tmargin: 0;\n\toverflow: hidden;\n\tcursor: pointer;\n\tbackground: none;\n\tborder: 0;\n\tbox-shadow: none;\n\topacity: 0.85;\n\t-webkit-appearance: none;\n\t-webkit-touch-callout: none;\n}\n\n.pswp__button:hover,\n.pswp__button:active,\n.pswp__button:focus {\n  transition: none;\n  padding: 0;\n  background: none;\n  border: 0;\n  box-shadow: none;\n  opacity: 1;\n}\n\n.pswp__button:disabled {\n  opacity: 0.3;\n  cursor: auto;\n}\n\n.pswp__icn {\n  fill: var(--pswp-icon-color);\n  color: var(--pswp-icon-color-secondary);\n}\n\n.pswp__icn {\n  position: absolute;\n  top: 14px;\n  left: 9px;\n  width: 32px;\n  height: 32px;\n  overflow: hidden;\n  pointer-events: none;\n}\n\n.pswp__icn-shadow {\n  stroke: var(--pswp-icon-stroke-color);\n  stroke-width: var(--pswp-icon-stroke-width);\n  fill: none;\n}\n\n.pswp__icn:focus {\n\toutline: 0;\n}\n\n/*\n\tdiv element that matches size of large image,\n\tlarge image loads on top of it,\n\tused when msrc is not provided\n*/\ndiv.pswp__img--placeholder,\n.pswp__img--with-bg {\n\tbackground: var(--pswp-placeholder-bg);\n}\n\n.pswp__top-bar {\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\twidth: 100%;\n\theight: 60px;\n\tdisplay: flex;\n  flex-direction: row;\n  justify-content: flex-end;\n\tz-index: 10;\n\n\t/* allow events to pass through top bar itself */\n\tpointer-events: none !important;\n}\n.pswp__top-bar > * {\n  pointer-events: auto;\n  /* this makes transition significantly more smooth,\n     even though inner elements are not animated */\n  will-change: opacity;\n}\n\n\n/*\n\n  Close button\n\n*/\n.pswp__button--close {\n  margin-right: 6px;\n}\n\n\n/*\n\n  Arrow buttons\n\n*/\n.pswp__button--arrow {\n  position: absolute;\n  top: 0;\n  width: 75px;\n  height: 100px;\n  top: 50%;\n  margin-top: -50px;\n}\n\n.pswp__button--arrow:disabled {\n  display: none;\n  cursor: default;\n}\n\n.pswp__button--arrow .pswp__icn {\n  top: 50%;\n  margin-top: -30px;\n  width: 60px;\n  height: 60px;\n  background: none;\n  border-radius: 0;\n}\n\n.pswp--one-slide .pswp__button--arrow {\n  display: none;\n}\n\n/* hide arrows on touch screens */\n.pswp--touch .pswp__button--arrow {\n  visibility: hidden;\n}\n\n/* show arrows only after mouse was used */\n.pswp--has_mouse .pswp__button--arrow {\n  visibility: visible;\n}\n\n.pswp__button--arrow--prev {\n  right: auto;\n  left: 0px;\n}\n\n.pswp__button--arrow--next {\n  right: 0px;\n}\n.pswp__button--arrow--next .pswp__icn {\n  left: auto;\n  right: 14px;\n  /* flip horizontally */\n  transform: scale(-1, 1);\n}\n\n/*\n\n  Zoom button\n\n*/\n.pswp__button--zoom {\n  display: none;\n}\n\n.pswp--zoom-allowed .pswp__button--zoom {\n  display: block;\n}\n\n/* "+" => "-" */\n.pswp--zoomed-in .pswp__zoom-icn-bar-v {\n  display: none;\n}\n\n\n/*\n\n  Loading indicator\n\n*/\n.pswp__preloader {\n  position: relative;\n  overflow: hidden;\n  width: 50px;\n  height: 60px;\n  margin-right: auto;\n}\n\n.pswp__preloader .pswp__icn {\n  opacity: 0;\n  transition: opacity 0.2s linear;\n  animation: pswp-clockwise 600ms linear infinite;\n}\n\n.pswp__preloader--active .pswp__icn {\n  opacity: 0.85;\n}\n\n@keyframes pswp-clockwise {\n  0% { transform: rotate(0deg); }\n  100% { transform: rotate(360deg); }\n}\n\n\n/*\n\n  "1 of 10" counter\n\n*/\n.pswp__counter {\n  height: 30px;\n  margin-top: 15px;\n  margin-inline-start: 20px;\n  font-size: 14px;\n  line-height: 30px;\n  color: var(--pswp-icon-color);\n  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);\n  opacity: 0.85;\n}\n\n.pswp--one-slide .pswp__counter {\n  display: none;\n}\n',"",{version:3,sources:["webpack://./node_modules/photoswipe/dist/photoswipe.css"],names:[],mappings:"AAAA,4DAA4D;;AAE5D;EACE,eAAe;EACf,2BAA2B;;;EAG3B,2BAA2B;;EAE3B,6CAA6C;EAC7C,0DAA0D;;EAE1D;sCACoC;;EAEpC,uBAAuB;EACvB,oCAAoC;EACpC,iCAAiC;EACjC,6BAA6B;;EAE7B,+CAA+C;AACjD;;;AAGA;;CAEC;;AAED;CACC,eAAe;CACf,MAAM;CACN,OAAO;CACP,WAAW;CACX,YAAY;CACZ,iCAAiC;CACjC,aAAa;CACb,kBAAkB;CAClB,UAAU;CACV,cAAc;CACd,0BAA0B;CAC1B,6CAA6C;AAC9C;;AAEA;iCACiC;AACjC;EACE,UAAU;AACZ;;AAEA;EACE,sBAAsB;AACxB;;AAEA;EACE,eAAe;AACjB;;AAEA;CACC,cAAc;AACf;;AAEA;;CAEC,wBAAwB;CACxB,oBAAoB;AACrB;;AAEA;EACE,cAAc;CACf,0BAA0B;AAC3B;;AAEA;;CAEC,gBAAgB;AACjB;;AAEA;;;;;;;CAOC,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,WAAW;CACX,YAAY;AACb;;AAEA;;CAEC,WAAW;CACX,YAAY;AACb;;AAEA;CACC,uBAAuB;CACvB,oBAAoB;CACpB,eAAe;AAChB;;AAEA;CACC,YAAY;CACZ,oBAAoB;CACpB,iBAAiB;CACjB,YAAY;AACb;;AAEA;EACE,wBAAwB;EACxB,qBAAqB;EACrB,gBAAgB;AAClB;;AAEA,wCAAwC;AACxC;;;CAGC,wBAAwB;CACxB,qBAAqB;CACrB,gBAAgB;AACjB;;;AAGA,yCAAyC;AACzC;;;;CAIC,yBAAyB;CACzB,sBAAsB;CACtB,qBAAqB;CACrB,iBAAiB;AAClB;;AAEA;CACC,gCAAgC;CAChC,UAAU;CACV,gBAAgB;AACjB;;AAEA;CACC,wBAAwB;AACzB;;AAEA,uEAAuE;AACvE;EACE,oBAAoB;AACtB;AACA;EACE,oBAAoB;AACtB;;;AAGA;;;;CAIC;;AAED;;;CAGC;AACD;EACE,aAAa;AACf;AACA;CACC,YAAY;CACZ,cAAc;CACd,cAAc;CACd,mCAAmC;AACpC;;AAEA;;;;EAIE;AACF;CACC,cAAc;CACd,oBAAoB;CACpB,iFAAiF;CACjF,WAAW,EAAE,iCAAiC;CAC9C,oBAAoB,EAAE,4CAA4C;AACnE;;AAEA,8EAA8E;AAC9E;CACC,UAAU;CACV,oBAAoB;AACrB;;AAEA,yCAAyC;AACzC;CACC,kBAAkB;CAClB,cAAc;CACd,WAAW;CACX,YAAY;CACZ,UAAU;CACV,SAAS;CACT,gBAAgB;CAChB,eAAe;CACf,gBAAgB;CAChB,SAAS;CACT,gBAAgB;CAChB,aAAa;CACb,wBAAwB;CACxB,2BAA2B;AAC5B;;AAEA;;;EAGE,gBAAgB;EAChB,UAAU;EACV,gBAAgB;EAChB,SAAS;EACT,gBAAgB;EAChB,UAAU;AACZ;;AAEA;EACE,YAAY;EACZ,YAAY;AACd;;AAEA;EACE,4BAA4B;EAC5B,uCAAuC;AACzC;;AAEA;EACE,kBAAkB;EAClB,SAAS;EACT,SAAS;EACT,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,oBAAoB;AACtB;;AAEA;EACE,qCAAqC;EACrC,2CAA2C;EAC3C,UAAU;AACZ;;AAEA;CACC,UAAU;AACX;;AAEA;;;;CAIC;AACD;;CAEC,sCAAsC;AACvC;;AAEA;CACC,kBAAkB;CAClB,OAAO;CACP,MAAM;CACN,WAAW;CACX,YAAY;CACZ,aAAa;EACZ,mBAAmB;EACnB,yBAAyB;CAC1B,WAAW;;CAEX,gDAAgD;CAChD,+BAA+B;AAChC;AACA;EACE,oBAAoB;EACpB;kDACgD;EAChD,oBAAoB;AACtB;;;AAGA;;;;CAIC;AACD;EACE,iBAAiB;AACnB;;;AAGA;;;;CAIC;AACD;EACE,kBAAkB;EAClB,MAAM;EACN,WAAW;EACX,aAAa;EACb,QAAQ;EACR,iBAAiB;AACnB;;AAEA;EACE,aAAa;EACb,eAAe;AACjB;;AAEA;EACE,QAAQ;EACR,iBAAiB;EACjB,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,gBAAgB;AAClB;;AAEA;EACE,aAAa;AACf;;AAEA,iCAAiC;AACjC;EACE,kBAAkB;AACpB;;AAEA,0CAA0C;AAC1C;EACE,mBAAmB;AACrB;;AAEA;EACE,WAAW;EACX,SAAS;AACX;;AAEA;EACE,UAAU;AACZ;AACA;EACE,UAAU;EACV,WAAW;EACX,sBAAsB;EACtB,uBAAuB;AACzB;;AAEA;;;;CAIC;AACD;EACE,aAAa;AACf;;AAEA;EACE,cAAc;AAChB;;AAEA,eAAe;AACf;EACE,aAAa;AACf;;;AAGA;;;;CAIC;AACD;EACE,kBAAkB;EAClB,gBAAgB;EAChB,WAAW;EACX,YAAY;EACZ,kBAAkB;AACpB;;AAEA;EACE,UAAU;EACV,+BAA+B;EAC/B,+CAA+C;AACjD;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,KAAK,uBAAuB,EAAE;EAC9B,OAAO,yBAAyB,EAAE;AACpC;;;AAGA;;;;CAIC;AACD;EACE,YAAY;EACZ,gBAAgB;EAChB,yBAAyB;EACzB,eAAe;EACf,iBAAiB;EACjB,6BAA6B;EAC7B,yDAAyD;EACzD,aAAa;AACf;;AAEA;EACE,aAAa;AACf",sourcesContent:['/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */\r\n\r\n.pswp {\r\n  --pswp-bg: #000;\r\n  --pswp-placeholder-bg: #222;\r\n  \r\n\r\n  --pswp-root-z-index: 100000;\r\n  \r\n  --pswp-preloader-color: rgba(79, 79, 79, 0.4);\r\n  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);\r\n  \r\n  /* defined via js:\r\n  --pswp-transition-duration: 333ms; */\r\n  \r\n  --pswp-icon-color: #fff;\r\n  --pswp-icon-color-secondary: #4f4f4f;\r\n  --pswp-icon-stroke-color: #4f4f4f;\r\n  --pswp-icon-stroke-width: 2px;\r\n\r\n  --pswp-error-text-color: var(--pswp-icon-color);\r\n}\r\n\r\n\r\n/*\r\n\tStyles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)\r\n*/\r\n\r\n.pswp {\r\n\tposition: fixed;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tz-index: var(--pswp-root-z-index);\r\n\tdisplay: none;\r\n\ttouch-action: none;\r\n\toutline: 0;\r\n\topacity: 0.003;\r\n\tcontain: layout style size;\r\n\t-webkit-tap-highlight-color: rgba(0, 0, 0, 0);\r\n}\r\n\r\n/* Prevents focus outline on the root element,\r\n  (it may be focused initially) */\r\n.pswp:focus {\r\n  outline: 0;\r\n}\r\n\r\n.pswp * {\r\n  box-sizing: border-box;\r\n}\r\n\r\n.pswp img {\r\n  max-width: none;\r\n}\r\n\r\n.pswp--open {\r\n\tdisplay: block;\r\n}\r\n\r\n.pswp,\r\n.pswp__bg {\r\n\ttransform: translateZ(0);\r\n\twill-change: opacity;\r\n}\r\n\r\n.pswp__bg {\r\n  opacity: 0.005;\r\n\tbackground: var(--pswp-bg);\r\n}\r\n\r\n.pswp,\r\n.pswp__scroll-wrap {\r\n\toverflow: hidden;\r\n}\r\n\r\n.pswp__scroll-wrap,\r\n.pswp__bg,\r\n.pswp__container,\r\n.pswp__item,\r\n.pswp__content,\r\n.pswp__img,\r\n.pswp__zoom-wrap {\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n\r\n.pswp__img,\r\n.pswp__zoom-wrap {\r\n\twidth: auto;\r\n\theight: auto;\r\n}\r\n\r\n.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {\r\n\tcursor: -webkit-zoom-in;\r\n\tcursor: -moz-zoom-in;\r\n\tcursor: zoom-in;\r\n}\r\n\r\n.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {\r\n\tcursor: move;\r\n\tcursor: -webkit-grab;\r\n\tcursor: -moz-grab;\r\n\tcursor: grab;\r\n}\r\n\r\n.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {\r\n  cursor: -webkit-grabbing;\r\n  cursor: -moz-grabbing;\r\n  cursor: grabbing;\r\n}\r\n\r\n/* :active to override grabbing cursor */\r\n.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,\r\n.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,\r\n.pswp__img {\r\n\tcursor: -webkit-zoom-out;\r\n\tcursor: -moz-zoom-out;\r\n\tcursor: zoom-out;\r\n}\r\n\r\n\r\n/* Prevent selection and tap highlights */\r\n.pswp__container,\r\n.pswp__img,\r\n.pswp__button,\r\n.pswp__counter {\r\n\t-webkit-user-select: none;\r\n\t-moz-user-select: none;\r\n\t-ms-user-select: none;\r\n\tuser-select: none;\r\n}\r\n\r\n.pswp__item {\r\n\t/* z-index for fade transition */\r\n\tz-index: 1;\r\n\toverflow: hidden;\r\n}\r\n\r\n.pswp__hidden {\r\n\tdisplay: none !important;\r\n}\r\n\r\n/* Allow to click through pswp__content element, but not its children */\r\n.pswp__content {\r\n  pointer-events: none;\r\n}\r\n.pswp__content > * {\r\n  pointer-events: auto;\r\n}\r\n\r\n\r\n/*\r\n\r\n  PhotoSwipe UI\r\n\r\n*/\r\n\r\n/*\r\n\tError message appears when image is not loaded\r\n\t(JS option errorMsg controls markup)\r\n*/\r\n.pswp__error-msg-container {\r\n  display: grid;\r\n}\r\n.pswp__error-msg {\r\n\tmargin: auto;\r\n\tfont-size: 1em;\r\n\tline-height: 1;\r\n\tcolor: var(--pswp-error-text-color);\r\n}\r\n\r\n/*\r\nclass pswp__hide-on-close is applied to elements that\r\nshould hide (for example fade out) when PhotoSwipe is closed\r\nand show (for example fade in) when PhotoSwipe is opened\r\n */\r\n.pswp .pswp__hide-on-close {\r\n\topacity: 0.005;\r\n\twill-change: opacity;\r\n\ttransition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);\r\n\tz-index: 10; /* always overlap slide content */\r\n\tpointer-events: none; /* hidden elements should not be clickable */\r\n}\r\n\r\n/* class pswp--ui-visible is added when opening or closing transition starts */\r\n.pswp--ui-visible .pswp__hide-on-close {\r\n\topacity: 1;\r\n\tpointer-events: auto;\r\n}\r\n\r\n/* <button> styles, including css reset */\r\n.pswp__button {\r\n\tposition: relative;\r\n\tdisplay: block;\r\n\twidth: 50px;\r\n\theight: 60px;\r\n\tpadding: 0;\r\n\tmargin: 0;\r\n\toverflow: hidden;\r\n\tcursor: pointer;\r\n\tbackground: none;\r\n\tborder: 0;\r\n\tbox-shadow: none;\r\n\topacity: 0.85;\r\n\t-webkit-appearance: none;\r\n\t-webkit-touch-callout: none;\r\n}\r\n\r\n.pswp__button:hover,\r\n.pswp__button:active,\r\n.pswp__button:focus {\r\n  transition: none;\r\n  padding: 0;\r\n  background: none;\r\n  border: 0;\r\n  box-shadow: none;\r\n  opacity: 1;\r\n}\r\n\r\n.pswp__button:disabled {\r\n  opacity: 0.3;\r\n  cursor: auto;\r\n}\r\n\r\n.pswp__icn {\r\n  fill: var(--pswp-icon-color);\r\n  color: var(--pswp-icon-color-secondary);\r\n}\r\n\r\n.pswp__icn {\r\n  position: absolute;\r\n  top: 14px;\r\n  left: 9px;\r\n  width: 32px;\r\n  height: 32px;\r\n  overflow: hidden;\r\n  pointer-events: none;\r\n}\r\n\r\n.pswp__icn-shadow {\r\n  stroke: var(--pswp-icon-stroke-color);\r\n  stroke-width: var(--pswp-icon-stroke-width);\r\n  fill: none;\r\n}\r\n\r\n.pswp__icn:focus {\r\n\toutline: 0;\r\n}\r\n\r\n/*\r\n\tdiv element that matches size of large image,\r\n\tlarge image loads on top of it,\r\n\tused when msrc is not provided\r\n*/\r\ndiv.pswp__img--placeholder,\r\n.pswp__img--with-bg {\r\n\tbackground: var(--pswp-placeholder-bg);\r\n}\r\n\r\n.pswp__top-bar {\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\ttop: 0;\r\n\twidth: 100%;\r\n\theight: 60px;\r\n\tdisplay: flex;\r\n  flex-direction: row;\r\n  justify-content: flex-end;\r\n\tz-index: 10;\r\n\r\n\t/* allow events to pass through top bar itself */\r\n\tpointer-events: none !important;\r\n}\r\n.pswp__top-bar > * {\r\n  pointer-events: auto;\r\n  /* this makes transition significantly more smooth,\r\n     even though inner elements are not animated */\r\n  will-change: opacity;\r\n}\r\n\r\n\r\n/*\r\n\r\n  Close button\r\n\r\n*/\r\n.pswp__button--close {\r\n  margin-right: 6px;\r\n}\r\n\r\n\r\n/*\r\n\r\n  Arrow buttons\r\n\r\n*/\r\n.pswp__button--arrow {\r\n  position: absolute;\r\n  top: 0;\r\n  width: 75px;\r\n  height: 100px;\r\n  top: 50%;\r\n  margin-top: -50px;\r\n}\r\n\r\n.pswp__button--arrow:disabled {\r\n  display: none;\r\n  cursor: default;\r\n}\r\n\r\n.pswp__button--arrow .pswp__icn {\r\n  top: 50%;\r\n  margin-top: -30px;\r\n  width: 60px;\r\n  height: 60px;\r\n  background: none;\r\n  border-radius: 0;\r\n}\r\n\r\n.pswp--one-slide .pswp__button--arrow {\r\n  display: none;\r\n}\r\n\r\n/* hide arrows on touch screens */\r\n.pswp--touch .pswp__button--arrow {\r\n  visibility: hidden;\r\n}\r\n\r\n/* show arrows only after mouse was used */\r\n.pswp--has_mouse .pswp__button--arrow {\r\n  visibility: visible;\r\n}\r\n\r\n.pswp__button--arrow--prev {\r\n  right: auto;\r\n  left: 0px;\r\n}\r\n\r\n.pswp__button--arrow--next {\r\n  right: 0px;\r\n}\r\n.pswp__button--arrow--next .pswp__icn {\r\n  left: auto;\r\n  right: 14px;\r\n  /* flip horizontally */\r\n  transform: scale(-1, 1);\r\n}\r\n\r\n/*\r\n\r\n  Zoom button\r\n\r\n*/\r\n.pswp__button--zoom {\r\n  display: none;\r\n}\r\n\r\n.pswp--zoom-allowed .pswp__button--zoom {\r\n  display: block;\r\n}\r\n\r\n/* "+" => "-" */\r\n.pswp--zoomed-in .pswp__zoom-icn-bar-v {\r\n  display: none;\r\n}\r\n\r\n\r\n/*\r\n\r\n  Loading indicator\r\n\r\n*/\r\n.pswp__preloader {\r\n  position: relative;\r\n  overflow: hidden;\r\n  width: 50px;\r\n  height: 60px;\r\n  margin-right: auto;\r\n}\r\n\r\n.pswp__preloader .pswp__icn {\r\n  opacity: 0;\r\n  transition: opacity 0.2s linear;\r\n  animation: pswp-clockwise 600ms linear infinite;\r\n}\r\n\r\n.pswp__preloader--active .pswp__icn {\r\n  opacity: 0.85;\r\n}\r\n\r\n@keyframes pswp-clockwise {\r\n  0% { transform: rotate(0deg); }\r\n  100% { transform: rotate(360deg); }\r\n}\r\n\r\n\r\n/*\r\n\r\n  "1 of 10" counter\r\n\r\n*/\r\n.pswp__counter {\r\n  height: 30px;\r\n  margin-top: 15px;\r\n  margin-inline-start: 20px;\r\n  font-size: 14px;\r\n  line-height: 30px;\r\n  color: var(--pswp-icon-color);\r\n  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);\r\n  opacity: 0.85;\r\n}\r\n\r\n.pswp--one-slide .pswp__counter {\r\n  display: none;\r\n}\r\n'],sourceRoot:""}]);const s=a},314:t=>{t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",r=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),r&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),r&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,r,i,o){"string"==typeof t&&(t=[[null,t,void 0]]);var a={};if(r)for(var s=0;s<this.length;s++){var l=this[s][0];null!=l&&(a[l]=!0)}for(var c=0;c<t.length;c++){var u=[].concat(t[c]);r&&a[u[0]]||(void 0!==o&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=o),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),i&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=i):u[4]="".concat(i)),e.push(u))}},e}},354:t=>{t.exports=function(t){var e=t[1],n=t[3];if(!n)return e;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),o="/*# ".concat(i," */");return[e].concat([o]).join("\n")}return[e].join("\n")}},72:t=>{var e=[];function n(t){for(var n=-1,r=0;r<e.length;r++)if(e[r].identifier===t){n=r;break}return n}function r(t,r){for(var o={},a=[],s=0;s<t.length;s++){var l=t[s],c=r.base?l[0]+r.base:l[0],u=o[c]||0,p="".concat(c," ").concat(u);o[c]=u+1;var d=n(p),h={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==d)e[d].references++,e[d].updater(h);else{var f=i(h,r);r.byIndex=s,e.splice(s,0,{identifier:p,updater:f,references:1})}a.push(p)}return a}function i(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,i){var o=r(t=t||[],i=i||{});return function(t){t=t||[];for(var a=0;a<o.length;a++){var s=n(o[a]);e[s].references--}for(var l=r(t,i),c=0;c<o.length;c++){var u=n(o[c]);0===e[u].references&&(e[u].updater(),e.splice(u,1))}o=l}}},659:t=>{var e={};t.exports=function(t,n){var r=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},540:t=>{t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},56:(t,e,n)=>{t.exports=function(t){var e=n.nc;e&&t.setAttribute("nonce",e)}},825:t=>{t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=t.insertStyleElement(t);return{update:function(n){!function(t,e,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var i=void 0!==n.layer;i&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,i&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var o=n.sourceMap;o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleTagTransform(r,t,e.options)}(e,t,n)},remove:function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)}}}},113:t=>{t.exports=function(t,e){if(e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}}},r={};function i(t){var e=r[t];if(void 0!==e)return e.exports;var o=r[t]={id:t,exports:{}};return n[t](o,o.exports,i),o.exports}i.m=n,i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(t,e)=>{for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.f={},i.e=t=>Promise.all(Object.keys(i.f).reduce(((e,n)=>(i.f[n](t,e),e)),[])),i.u=t=>t+".lightbox.js",i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),t={},e="meow-lightbox:",i.l=(n,r,o,a)=>{if(t[n])t[n].push(r);else{var s,l;if(void 0!==o)for(var c=document.getElementsByTagName("script"),u=0;u<c.length;u++){var p=c[u];if(p.getAttribute("src")==n||p.getAttribute("data-webpack")==e+o){s=p;break}}s||(l=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",e+o),s.src=n),t[n]=[r];var d=(e,r)=>{s.onerror=s.onload=null,clearTimeout(h);var i=t[n];if(delete t[n],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((t=>t(r))),e)return e(r)},h=setTimeout(d.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=d.bind(null,s.onerror),s.onload=d.bind(null,s.onload),l&&document.head.appendChild(s)}},i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},(()=>{var t;i.g.importScripts&&(t=i.g.location+"");var e=i.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&(!t||!/^http(s?):/.test(t));)t=n[r--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),i.p=t})(),(()=>{var t={792:0};i.f.j=(e,n)=>{var r=i.o(t,e)?t[e]:void 0;if(0!==r)if(r)n.push(r[2]);else{var o=new Promise(((n,i)=>r=t[e]=[n,i]));n.push(r[2]=o);var a=i.p+i.u(e),s=new Error;i.l(a,(n=>{if(i.o(t,e)&&(0!==(r=t[e])&&(t[e]=void 0),r)){var o=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;s.message="Loading chunk "+e+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,r[1](s)}}),"chunk-"+e,e)}};var e=(e,n)=>{var r,o,[a,s,l]=n,c=0;if(a.some((e=>0!==t[e]))){for(r in s)i.o(s,r)&&(i.m[r]=s[r]);if(l)l(i)}for(e&&e(n);c<a.length;c++)o=a[c],i.o(t,o)&&t[o]&&t[o][0](),t[o]=0},n=self.wpJsonLightbox=self.wpJsonLightbox||[];n.forEach(e.bind(null,0)),n.push=e.bind(null,n.push.bind(n))})(),i.nc=void 0,(()=>{var t,e,n,r,o,a,s,l,c,u,p,d=mwl_settings,h=d.settings.selector,f=d.settings.anti_selector,_=d.settings.theme,m={enabled:d.settings.slideshow.enabled,slide_duration:d.settings.slideshow.timer},v=(d.settings.preloading,d.settings.magnification),g=d.settings.backdrop_opacity,w=d.settings.map,A=d.settings.caption_source,y=d.settings.caption_ellipsis,b=d.settings.low_res_placeholder,C=d.settings.wordpress_big_image,x=d.settings.deep_linking,E=d.settings.social_sharing,S=d.settings.separate_galleries,k=d.settings.animation_toggle,B=d.settings.animation_speed,L=d.settings.rtf_slider_fix,z={title:d.settings.exif.title,caption:d.settings.exif.caption,camera:d.settings.exif.camera,date:d.settings.exif.date,lens:d.settings.exif.lens,shutter_speed:d.settings.exif.shutter_speed,aperture:d.settings.exif.aperture,focal_length:d.settings.exif.focal_length,iso:d.settings.exif.iso,keywords:d.settings.exif.keywords},P={enabled:d.settings.download_link},I=d.settings.right_click_protection,N={very_fast:150,fast:300,normal:500,slow:700,very_slow:1e3},O={},M=[],j=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,D=Array.isArray;function T(t,e){for(var n in e)t[n]=e[n];return t}function H(t){var e=t.parentNode;e&&e.removeChild(t)}function U(e,n,r){var i,o,a,s={};for(a in n)"key"==a?i=n[a]:"ref"==a?o=n[a]:s[a]=n[a];if(arguments.length>2&&(s.children=arguments.length>3?t.call(arguments,2):r),"function"==typeof e&&null!=e.defaultProps)for(a in e.defaultProps)void 0===s[a]&&(s[a]=e.defaultProps[a]);return F(e,s,i,o,null)}function F(t,r,i,o,a){var s={type:t,props:r,key:i,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==a?++n:a,__i:-1,__u:0};return null==a&&null!=e.vnode&&e.vnode(s),s}function V(t){return t.children}function q(t,e){this.props=t,this.context=e}function W(t,e){if(null==e)return t.__?W(t.__,t.__i+1):null;for(var n;e<t.__k.length;e++)if(null!=(n=t.__k[e])&&null!=n.__e)return n.__e;return"function"==typeof t.type?W(t):null}function Y(t){var e,n;if(null!=(t=t.__)&&null!=t.__c){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if(null!=(n=t.__k[e])&&null!=n.__e){t.__e=t.__c.base=n.__e;break}return Y(t)}}function R(t){(!t.__d&&(t.__d=!0)&&r.push(t)&&!Z.__r++||o!==e.debounceRendering)&&((o=e.debounceRendering)||a)(Z)}function Z(){var t,n,i,o,a,l,c,u;for(r.sort(s);t=r.shift();)t.__d&&(n=r.length,o=void 0,l=(a=(i=t).__v).__e,c=[],u=[],i.__P&&((o=T({},a)).__v=a.__v+1,e.vnode&&e.vnode(o),et(i.__P,o,a,i.__n,i.__P.namespaceURI,32&a.__u?[l]:null,c,null==l?W(a):l,!!(32&a.__u),u),o.__v=a.__v,o.__.__k[o.__i]=o,nt(c,o,u),o.__e!=l&&Y(o)),r.length>n&&r.sort(s));Z.__r=0}function G(t,e,n,r,i,o,a,s,l,c,u){var p,d,h,f,_,m=r&&r.__k||M,v=e.length;for(n.__d=l,X(n,e,m),l=n.__d,p=0;p<v;p++)null!=(h=n.__k[p])&&"boolean"!=typeof h&&"function"!=typeof h&&(d=-1===h.__i?O:m[h.__i]||O,h.__i=p,et(t,h,d,i,o,a,s,l,c,u),f=h.__e,h.ref&&d.ref!=h.ref&&(d.ref&&it(d.ref,null,h),u.push(h.ref,h.__c||f,h)),null==_&&null!=f&&(_=f),65536&h.__u||d.__k===h.__k?(l&&!l.isConnected&&(l=W(d)),l=$(h,l,t)):"function"==typeof h.type&&void 0!==h.__d?l=h.__d:f&&(l=f.nextSibling),h.__d=void 0,h.__u&=-196609);n.__d=l,n.__e=_}function X(t,e,n){var r,i,o,a,s,l=e.length,c=n.length,u=c,p=0;for(t.__k=[],r=0;r<l;r++)a=r+p,null!=(i=t.__k[r]=null==(i=e[r])||"boolean"==typeof i||"function"==typeof i?null:"string"==typeof i||"number"==typeof i||"bigint"==typeof i||i.constructor==String?F(null,i,null,null,null):D(i)?F(V,{children:i},null,null,null):void 0===i.constructor&&i.__b>0?F(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i)?(i.__=t,i.__b=t.__b+1,s=K(i,n,a,u),i.__i=s,o=null,-1!==s&&(u--,(o=n[s])&&(o.__u|=131072)),null==o||null===o.__v?(-1==s&&p--,"function"!=typeof i.type&&(i.__u|=65536)):s!==a&&(s===a+1?p++:s>a?u>l-a?p+=s-a:p--:s<a?s==a-1&&(p=s-a):p=0,s!==r+p&&(i.__u|=65536))):(o=n[a])&&null==o.key&&o.__e&&!(131072&o.__u)&&(o.__e==t.__d&&(t.__d=W(o)),ot(o,o,!1),n[a]=null,u--);if(u)for(r=0;r<c;r++)null!=(o=n[r])&&!(131072&o.__u)&&(o.__e==t.__d&&(t.__d=W(o)),ot(o,o))}function $(t,e,n){var r,i;if("function"==typeof t.type){for(r=t.__k,i=0;r&&i<r.length;i++)r[i]&&(r[i].__=t,e=$(r[i],e,n));return e}t.__e!=e&&(n.insertBefore(t.__e,e||null),e=t.__e);do{e=e&&e.nextSibling}while(null!=e&&8===e.nodeType);return e}function K(t,e,n,r){var i=t.key,o=t.type,a=n-1,s=n+1,l=e[n];if(null===l||l&&i==l.key&&o===l.type&&!(131072&l.__u))return n;if(r>(null==l||131072&l.__u?0:1))for(;a>=0||s<e.length;){if(a>=0){if((l=e[a])&&!(131072&l.__u)&&i==l.key&&o===l.type)return a;a--}if(s<e.length){if((l=e[s])&&!(131072&l.__u)&&i==l.key&&o===l.type)return s;s++}}return-1}function J(t,e,n){"-"===e[0]?t.setProperty(e,null==n?"":n):t[e]=null==n?"":"number"!=typeof n||j.test(e)?n:n+"px"}function Q(t,e,n,r,i){var o;t:if("style"===e)if("string"==typeof n)t.style.cssText=n;else{if("string"==typeof r&&(t.style.cssText=r=""),r)for(e in r)n&&e in n||J(t.style,e,"");if(n)for(e in n)r&&n[e]===r[e]||J(t.style,e,n[e])}else if("o"===e[0]&&"n"===e[1])o=e!==(e=e.replace(/(PointerCapture)$|Capture$/i,"$1")),e=e.toLowerCase()in t||"onFocusOut"===e||"onFocusIn"===e?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+o]=n,n?r?n.u=r.u:(n.u=l,t.addEventListener(e,o?u:c,o)):t.removeEventListener(e,o?u:c,o);else{if("http://www.w3.org/2000/svg"==i)e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=e&&"height"!=e&&"href"!=e&&"list"!=e&&"form"!=e&&"tabIndex"!=e&&"download"!=e&&"rowSpan"!=e&&"colSpan"!=e&&"role"!=e&&e in t)try{t[e]=null==n?"":n;break t}catch(t){}"function"==typeof n||(null==n||!1===n&&"-"!==e[4]?t.removeAttribute(e):t.setAttribute(e,n))}}function tt(t){return function(n){if(this.l){var r=this.l[n.type+t];if(null==n.t)n.t=l++;else if(n.t<r.u)return;return r(e.event?e.event(n):n)}}}function et(t,n,r,i,o,a,s,l,c,u){var p,d,h,f,_,m,v,g,w,A,y,b,C,x,E,S=n.type;if(void 0!==n.constructor)return null;128&r.__u&&(c=!!(32&r.__u),a=[l=n.__e=r.__e]),(p=e.__b)&&p(n);t:if("function"==typeof S)try{if(g=n.props,w=(p=S.contextType)&&i[p.__c],A=p?w?w.props.value:p.__:i,r.__c?v=(d=n.__c=r.__c).__=d.__E:("prototype"in S&&S.prototype.render?n.__c=d=new S(g,A):(n.__c=d=new q(g,A),d.constructor=S,d.render=at),w&&w.sub(d),d.props=g,d.state||(d.state={}),d.context=A,d.__n=i,h=d.__d=!0,d.__h=[],d._sb=[]),null==d.__s&&(d.__s=d.state),null!=S.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=T({},d.__s)),T(d.__s,S.getDerivedStateFromProps(g,d.__s))),f=d.props,_=d.state,d.__v=n,h)null==S.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(null==S.getDerivedStateFromProps&&g!==f&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(g,A),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(g,d.__s,A)||n.__v===r.__v)){for(n.__v!==r.__v&&(d.props=g,d.state=d.__s,d.__d=!1),n.__e=r.__e,n.__k=r.__k,n.__k.forEach((function(t){t&&(t.__=n)})),y=0;y<d._sb.length;y++)d.__h.push(d._sb[y]);d._sb=[],d.__h.length&&s.push(d);break t}null!=d.componentWillUpdate&&d.componentWillUpdate(g,d.__s,A),null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(f,_,m)}))}if(d.context=A,d.props=g,d.__P=t,d.__e=!1,b=e.__r,C=0,"prototype"in S&&S.prototype.render){for(d.state=d.__s,d.__d=!1,b&&b(n),p=d.render(d.props,d.state,d.context),x=0;x<d._sb.length;x++)d.__h.push(d._sb[x]);d._sb=[]}else do{d.__d=!1,b&&b(n),p=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++C<25);d.state=d.__s,null!=d.getChildContext&&(i=T(T({},i),d.getChildContext())),h||null==d.getSnapshotBeforeUpdate||(m=d.getSnapshotBeforeUpdate(f,_)),G(t,D(E=null!=p&&p.type===V&&null==p.key?p.props.children:p)?E:[E],n,r,i,o,a,s,l,c,u),d.base=n.__e,n.__u&=-161,d.__h.length&&s.push(d),v&&(d.__E=d.__=null)}catch(t){n.__v=null,c||null!=a?(n.__e=l,n.__u|=c?160:32,a[a.indexOf(l)]=null):(n.__e=r.__e,n.__k=r.__k),e.__e(t,n,r)}else null==a&&n.__v===r.__v?(n.__k=r.__k,n.__e=r.__e):n.__e=rt(r.__e,n,r,i,o,a,s,c,u);(p=e.diffed)&&p(n)}function nt(t,n,r){n.__d=void 0;for(var i=0;i<r.length;i++)it(r[i],r[++i],r[++i]);e.__c&&e.__c(n,t),t.some((function(n){try{t=n.__h,n.__h=[],t.some((function(t){t.call(n)}))}catch(t){e.__e(t,n.__v)}}))}function rt(e,n,r,i,o,a,s,l,c){var u,p,d,h,f,_,m,v=r.props,g=n.props,w=n.type;if("svg"===w?o="http://www.w3.org/2000/svg":"math"===w?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),null!=a)for(u=0;u<a.length;u++)if((f=a[u])&&"setAttribute"in f==!!w&&(w?f.localName===w:3===f.nodeType)){e=f,a[u]=null;break}if(null==e){if(null===w)return document.createTextNode(g);e=document.createElementNS(o,w,g.is&&g),a=null,l=!1}if(null===w)v===g||l&&e.data===g||(e.data=g);else{if(a=a&&t.call(e.childNodes),v=r.props||O,!l&&null!=a)for(v={},u=0;u<e.attributes.length;u++)v[(f=e.attributes[u]).name]=f.value;for(u in v)if(f=v[u],"children"==u);else if("dangerouslySetInnerHTML"==u)d=f;else if("key"!==u&&!(u in g)){if("value"==u&&"defaultValue"in g||"checked"==u&&"defaultChecked"in g)continue;Q(e,u,null,f,o)}for(u in g)f=g[u],"children"==u?h=f:"dangerouslySetInnerHTML"==u?p=f:"value"==u?_=f:"checked"==u?m=f:"key"===u||l&&"function"!=typeof f||v[u]===f||Q(e,u,f,v[u],o);if(p)l||d&&(p.__html===d.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),n.__k=[];else if(d&&(e.innerHTML=""),G(e,D(h)?h:[h],n,r,i,"foreignObject"===w?"http://www.w3.org/1999/xhtml":o,a,s,a?a[0]:r.__k&&W(r,0),l,c),null!=a)for(u=a.length;u--;)null!=a[u]&&H(a[u]);l||(u="value",void 0!==_&&(_!==e[u]||"progress"===w&&!_||"option"===w&&_!==v[u])&&Q(e,u,_,v[u],o),u="checked",void 0!==m&&m!==e[u]&&Q(e,u,m,v[u],o))}return e}function it(t,n,r){try{"function"==typeof t?t(n):t.current=n}catch(t){e.__e(t,r)}}function ot(t,n,r){var i,o;if(e.unmount&&e.unmount(t),(i=t.ref)&&(i.current&&i.current!==t.__e||it(i,null,n)),null!=(i=t.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(t){e.__e(t,n)}i.base=i.__P=null}if(i=t.__k)for(o=0;o<i.length;o++)i[o]&&ot(i[o],n,r||"function"!=typeof t.type);r||null==t.__e||H(t.__e),t.__c=t.__=t.__e=t.__d=void 0}function at(t,e,n){return this.constructor(t,n)}function st(n,r,i){var o,a,s,l;e.__&&e.__(n,r),a=(o="function"==typeof i)?null:i&&i.__k||r.__k,s=[],l=[],et(r,n=(!o&&i||r).__k=U(V,null,[n]),a||O,O,r.namespaceURI,!o&&i?[i]:a?null:r.firstChild?t.call(r.childNodes):null,s,!o&&i?i:a?a.__e:r.firstChild,o,l),nt(s,n,l)}t=M.slice,e={__e:function(t,e,n,r){for(var i,o,a;e=e.__;)if((i=e.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(t)),a=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(t,r||{}),a=i.__d),a)return i.__E=i}catch(e){t=e}throw t}},n=0,q.prototype.setState=function(t,e){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=T({},this.state),"function"==typeof t&&(t=t(T({},n),this.props)),t&&T(n,t),null!=t&&this.__v&&(e&&this._sb.push(e),R(this))},q.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),R(this))},q.prototype.render=V,r=[],a="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,s=function(t,e){return t.__v.__b-e.__v.__b},Z.__r=0,l=0,c=tt(!1),u=tt(!0),p=0;var lt,ct,ut,pt,dt=0,ht=[],ft=[],_t=e,mt=_t.__b,vt=_t.__r,gt=_t.diffed,wt=_t.__c,At=_t.unmount,yt=_t.__;function bt(t,e){_t.__h&&_t.__h(ct,t,dt||e),dt=0;var n=ct.__H||(ct.__H={__:[],__h:[]});return t>=n.__.length&&n.__.push({__V:ft}),n.__[t]}function Ct(t){return dt=1,xt(Mt,t)}function xt(t,e,n){var r=bt(lt++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):Mt(void 0,e),function(t){var e=r.__N?r.__N[0]:r.__[0],n=r.t(e,t);e!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=ct,!ct.u)){var i=function(t,e,n){if(!r.__c.__H)return!0;var i=r.__c.__H.__.filter((function(t){return!!t.__c}));if(i.every((function(t){return!t.__N})))return!o||o.call(this,t,e,n);var a=!1;return i.forEach((function(t){if(t.__N){var e=t.__[0];t.__=t.__N,t.__N=void 0,e!==t.__[0]&&(a=!0)}})),!(!a&&r.__c.props===t)&&(!o||o.call(this,t,e,n))};ct.u=!0;var o=ct.shouldComponentUpdate,a=ct.componentWillUpdate;ct.componentWillUpdate=function(t,e,n){if(this.__e){var r=o;o=void 0,i(t,e,n),o=r}a&&a.call(this,t,e,n)},ct.shouldComponentUpdate=i}return r.__N||r.__}function Et(t,e){var n=bt(lt++,3);!_t.__s&&Ot(n.__H,e)&&(n.__=t,n.i=e,ct.__H.__h.push(n))}function St(t){return dt=5,kt((function(){return{current:t}}),[])}function kt(t,e){var n=bt(lt++,7);return Ot(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Bt(t,e){return dt=8,kt((function(){return t}),e)}function Lt(){for(var t;t=ht.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(It),t.__H.__h.forEach(Nt),t.__H.__h=[]}catch(e){t.__H.__h=[],_t.__e(e,t.__v)}}_t.__b=function(t){ct=null,mt&&mt(t)},_t.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),yt&&yt(t,e)},_t.__r=function(t){vt&&vt(t),lt=0;var e=(ct=t.__c).__H;e&&(ut===ct?(e.__h=[],ct.__h=[],e.__.forEach((function(t){t.__N&&(t.__=t.__N),t.__V=ft,t.__N=t.i=void 0}))):(e.__h.forEach(It),e.__h.forEach(Nt),e.__h=[],lt=0)),ut=ct},_t.diffed=function(t){gt&&gt(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(1!==ht.push(e)&&pt===_t.requestAnimationFrame||((pt=_t.requestAnimationFrame)||Pt)(Lt)),e.__H.__.forEach((function(t){t.i&&(t.__H=t.i),t.__V!==ft&&(t.__=t.__V),t.i=void 0,t.__V=ft}))),ut=ct=null},_t.__c=function(t,e){e.some((function(t){try{t.__h.forEach(It),t.__h=t.__h.filter((function(t){return!t.__||Nt(t)}))}catch(n){e.some((function(t){t.__h&&(t.__h=[])})),e=[],_t.__e(n,t.__v)}})),wt&&wt(t,e)},_t.unmount=function(t){At&&At(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach((function(t){try{It(t)}catch(t){e=t}})),n.__H=void 0,e&&_t.__e(e,n.__v))};var zt="function"==typeof requestAnimationFrame;function Pt(t){var e,n=function(){clearTimeout(r),zt&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);zt&&(e=requestAnimationFrame(n))}function It(t){var e=ct,n=t.__c;"function"==typeof n&&(t.__c=void 0,n()),ct=e}function Nt(t){var e=ct;t.__c=t.__(),ct=e}function Ot(t,e){return!t||t.length!==e.length||e.some((function(e,n){return e!==t[n]}))}function Mt(t,e){return"function"==typeof e?e(t):e}const jt=function(t){return{id:t.id,title:t.title,index:t.index,caption:t.caption,low_res_src:t.img_low_res_src,src:t.img_src,gps:t.img_gps,srcset:t.img_srcset,sizes:t.img_sizes,dimensions:t.dimensions,orientation:t.img_orientation,exifs:t.img_exifs,download_link:t.download_link}};function Dt(t){return Dt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Dt(t)}function Tt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,s=[],l=!0,c=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(t){c=!0,i=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return s}}(t,e)||function(t,e){if(t){if("string"==typeof t)return Ht(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ht(t,e):void 0}}(t,e)||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 Ht(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Ut(){
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
Ut=function(){return e};var t,e={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(t,e,n){t[e]=n.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",l=o.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function u(t,e,n,r){var o=e&&e.prototype instanceof v?e:v,a=Object.create(o.prototype),s=new z(r||[]);return i(a,"_invoke",{value:S(t,n,s)}),a}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var d="suspendedStart",h="suspendedYield",f="executing",_="completed",m={};function v(){}function g(){}function w(){}var A={};c(A,a,(function(){return this}));var y=Object.getPrototypeOf,b=y&&y(y(P([])));b&&b!==n&&r.call(b,a)&&(A=b);var C=w.prototype=v.prototype=Object.create(A);function x(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function E(t,e){function n(i,o,a,s){var l=p(t[i],t,o);if("throw"!==l.type){var c=l.arg,u=c.value;return u&&"object"==Dt(u)&&r.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(u).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(l.arg)}var o;i(this,"_invoke",{value:function(t,r){function i(){return new e((function(e,i){n(t,r,e,i)}))}return o=o?o.then(i,i):i()}})}function S(e,n,r){var i=d;return function(o,a){if(i===f)throw Error("Generator is already running");if(i===_){if("throw"===o)throw a;return{value:t,done:!0}}for(r.method=o,r.arg=a;;){var s=r.delegate;if(s){var l=k(s,r);if(l){if(l===m)continue;return l}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===d)throw i=_,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=f;var c=p(e,n,r);if("normal"===c.type){if(i=r.done?_:h,c.arg===m)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=_,r.method="throw",r.arg=c.arg)}}}function k(e,n){var r=n.method,i=e.iterator[r];if(i===t)return n.delegate=null,"throw"===r&&e.iterator.return&&(n.method="return",n.arg=t,k(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),m;var o=p(i,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,m;var a=o.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,m)}function B(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function z(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(B,this),this.reset(!0)}function P(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function n(){for(;++i<e.length;)if(r.call(e,i))return n.value=e[i],n.done=!1,n;return n.value=t,n.done=!0,n};return o.next=o}}throw new TypeError(Dt(e)+" is not iterable")}return g.prototype=w,i(C,"constructor",{value:w,configurable:!0}),i(w,"constructor",{value:g,configurable:!0}),g.displayName=c(w,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,c(t,l,"GeneratorFunction")),t.prototype=Object.create(C),t},e.awrap=function(t){return{__await:t}},x(E.prototype),c(E.prototype,s,(function(){return this})),e.AsyncIterator=E,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var a=new E(u(t,n,r,i),o);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},x(C),c(C,l,"Generator"),c(C,a,(function(){return this})),c(C,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=P,z.prototype={constructor:z,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(L),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function i(r,i){return s.type="throw",s.arg=e,n.next=r,i&&(n.method="next",n.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var l=r.call(a,"catchLoc"),c=r.call(a,"finallyLoc");if(l&&c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(l){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!c)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),L(n),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;L(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:P(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),m}},e}function Ft(t,e,n,r,i,o,a){try{var s=t[o](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(r,i)}var Vt=function(){document.querySelectorAll("img.mwl-img").forEach((function(t){t.classList.remove("mwl-img")}));var t=null!=S&&S,e=".leaflet-tile, .leaflet-google-mutant",n=f?[f,e].join(", "):e,r=["maps.googleapis.com","api.mapbox.com","api.maptiler.com","openstreetmap.org"],i=0;return document.querySelectorAll(h).forEach((function(t){t.querySelectorAll("img:not(.mwl-img)").forEach((function(t){t.closest(n)||r.some((function(e){return t.src.includes(e)}))||(t.classList.add("mwl-img"),t.setAttribute("mwl-index",i),i++)}))})),t&&document.querySelectorAll(h).forEach((function(t){var e=0;t.querySelectorAll("img.mwl-img").forEach((function(t){t.setAttribute("mwl-index-relative",e),e++}))})),i},qt=function(){var t=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){Ft(o,r,i,a,s,"next",t)}function s(t){Ft(o,r,i,a,s,"throw",t)}a(void 0)}))}}(Ut().mark((function t(){var e,n,r;return Ut().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e=".mgl-root",!document.querySelector(e)){t.next=11;break}n=document.querySelectorAll(e),r=!1;case 4:if(r){t.next=11;break}if(r=Array.from(n).every((function(t){return t.querySelector("img")}))){t.next=9;break}return t.next=9,new Promise((function(t){return setTimeout(t,500)}));case 9:t.next=4;break;case 11:return t.abrupt("return",Vt());case 12:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),Wt=function(){var t=document.querySelectorAll(".mwl-img"),e=[];return t.forEach((function(t){var n,r=t.currentSrc;t.classList.contains("mgl-lazy")&&!t.classList.contains("lazyloaded")&&(r=!1);var i=function(t){if(t.getAttribute("data-mwl-img-id"))return t.getAttribute("data-mwl-img-id");var e=Array.from(t.classList);return e.length>0&&e.some((function(t){return t.includes("wp-image-")}))?e.find((function(t){return t.includes("wp-image-")})).replace("wp-image-",""):null}(t);if(null!=i&&window.mwl_data&&null!==(n=window.mwl_data[i])&&void 0!==n&&n.success){var o,a=window.mwl_data[i];a.data.gps.split(",").length>1?a.gps={lat:parseFloat(a.data.gps.split(",")[0]),lng:parseFloat(a.data.gps.split(",")[1])}:a.gps={lat:"N/A",lng:"N/A"},"description"==A&&a.data.description&&(o=a.data.description),"caption"==A&&a.data.caption&&(o=a.data.caption);var s={id:a.data.id,title:a.data.title,index:parseInt(t.getAttribute("mwl-index")),caption:o,img_low_res_src:r,img_src:encodeURI(a.file),img_srcset:a.file_srcset,img_sizes:a.file_sizes,dimensions:a.dimension,img_orientation:a.dimension.width>a.dimension.height?"landscape":"portrait",img_exifs:a.data,img_gps:a.gps,download_link:a.download_link};e.push(jt(s))}else{var l="";t.classList.contains("mgl-lazy")&&(l=t.getAttribute("mgl-src")),t.getAttribute("data-lazy-src")&&(l=t.getAttribute("data-lazy-src")),l||(l=t.getAttribute("src"));var c="";t.getAttribute("data-lazy-srcset")&&(c=t.getAttribute("data-lazy-srcset")),c||(c=t.getAttribute("srcset"));var u="";t.getAttribute("data-lazy-sizes")&&(u=t.getAttribute("data-lazy-sizes")),u||(u=t.getAttribute("sizes"));var p={index:parseInt(t.getAttribute("mwl-index")),title:"",img_low_res_src:r,img_src:l,img_srcset:c,img_sizes:u,caption:!1,dimensions:!1,img_orientation:"landscape",img_exifs:{title:"",caption:"",camera:"N/A",lens:"N/A",aperture:"N/A",shutter_speed:"N/A",iso:"N/A",focal_length:"N/A",date:"N/A",keywords:"N/A"}};e.push(jt(p))}})),e},Yt=function(t){var e=t.isOpening,n=t._img,r=t._img_dest,i=t.lightbox,o=t.rectCreated;return new Promise((function(t){if(o)t();else{for(var a=N[B],s=n.getBoundingClientRect(),l=r.getBoundingClientRect(),c=e?n:r,u=document.createElement("div"),p=n.cloneNode(!0),d=document.querySelector(".mwl__navigations"),h=0,f=["carousel","horizontal","map"];h<f.length;h++){var _,m=f[h],v=null===(_=c.closest(".mgl-".concat(m,'-container[layout="').concat(m,'"]')))||void 0===_?void 0:_.getBoundingClientRect();if(v){switch(m){case"carousel":var g=e?v.width>s.width:v.width>l.width,w=e?s:l;g||(w={width:v.width,height:e?s.height:l.height,top:v.top,left:v.left}),e?s=w:l=w;break;case"horizontal":var A={width:e?Math.min(v.right,s.right)-Math.max(v.left,s.left):Math.min(v.right,l.right)-Math.max(v.left,l.left),height:e?s.height:l.height,top:v.top,left:e?Math.max(v.left,s.left):Math.max(v.left,l.left)};e?s=A:l=A;break;case"map":p.style.borderRadius=e?"1000px":"0px",p.style.transition="border-radius ".concat(a,"ms ease-in-out"),setTimeout((function(){p.style.borderRadius=e?"0px":"1000px"}),10)}break}}Object.assign(u.style,{position:"fixed",top:"".concat(s.top,"px"),left:"".concat(s.left,"px"),width:"".concat(s.width,"px"),height:"".concat(s.height,"px")});var y="transform ".concat(a,"ms ease-in-out, width ").concat(a,"ms ease-in-out, height ").concat(a,"ms ease-in-out, opacity ").concat(a/2,"ms ease-in-out");u.style.transition=y,u.classList.add("mwl-img-clone-container"),p.classList.add("mwl-img-clone"),u.appendChild(p),document.body.appendChild(u);var b="opacity ".concat(a/2,"ms ease-in-out");i.style.transition=b,d&&(d.style.transition=b),e?(r.style.opacity=0,i.style.opacity=0,d&&(d.style.opacity=0)):(n.style.opacity=0,i.style.opacity=1);var C=l.left-s.left,x=l.top-s.top;setTimeout((function(){i.style.opacity=e?1:0,u.style.transform="translate(".concat(C,"px, ").concat(x,"px)"),u.style.width="".concat(l.width,"px"),u.style.height="".concat(l.height,"px")}),10),setTimeout((function(){u.style.opacity=e?0:1,e?(r.style.opacity=1,null!=d&&(d.style.opacity=1)):n.style.opacity=1}),a),setTimeout((function(){u.remove(),t()}),a+.25*a)}}))},Rt=function(){var t=Ce(),e=t.image,n=t.images,r=t.imagesNumber,i=t.currentSeparatedIndexDifference,o=t.currentIndex,a=t.mwlElement,s=t.autoplayInterval,l=Ce(),c=l.updateCurrentIndex,u=l.updateCurrentUrl,p=l.updateIsExtended,d=l.updateAutoplayInterval,h=l.updateIsPlaying,f=l.updateIsMapOpen,_=Tt(Ct(0),2),g=_[0],w=_[1],A=Tt(Ct(0),2),y=A[0],b=A[1],C=Tt(Ct(void 0),2),x=C[0],E=C[1],B=null!=S&&S,L=function(){document.querySelectorAll(".mwl img.zoomed").forEach((function(t){t.classList.remove("zoomed"),t.style.transform="translate3d(0,0,0) scale(1)"}))},z=function(){var t=document.querySelector("#image-map-".concat(o));null!=t&&t.classList.contains("visible")&&N();var e=null==t?void 0:t.parentNode;if(e){e.removeChild(t);var n=document.createElement("div");n.setAttribute("id","image-map-".concat(o)),n.setAttribute("class","image-map"),e.appendChild(n)}},P=function(){var t=document.querySelector(".mwl__topbar__controls__control--play"),e=document.querySelector(".mwl__topbar__controls__control--pause");t&&e&&(e.classList.add("hidden"),t.classList.remove("hidden"),clearInterval(s))},N=function(){L();var t=document.querySelector("#image-map-".concat(o)),e=t.getAttribute("id"),r=document.querySelector('.mwl__slider__image[data-index="'.concat(o,'"]')).querySelector("img.mwl__slider__image__thumbnail__high-res"),i=n[o];if(t.classList.contains("visible"))f(!1),t.classList.remove("visible"),z(),t.style.width=0,t.style.height=0;else{if(f(!0),t.classList.add("visible"),t.style.width="".concat(r.offsetWidth,"px"),t.style.height="".concat(r.offsetHeight,"px"),void 0===window.mwlInitMap)return void console.error("window.mwlInitMap is not defined. Please check that you have included the map script in your page.");window.mwlInitMap(e,i)}},O=function(t){L(),z(),c(t)},M=function(){var t=o-1;B?0==o-i&&(t=r+i-1):0==o&&(t=n.length-1);O(t)},j=function(t){var e=null==t?o:t,a=e+1;B?e-i+1>=r&&(a=i):e>=n.length-1&&(a=0);return O(a),a},D=Tt(Ct(!1),2),T=D[0],H=D[1],U=Tt(Ct({x:0,y:0}),2),F=U[0],V=U[1],q=Tt(Ct({x:0,y:0}),2),W=q[0],Y=q[1],R=Tt(Ct({x:0,y:0}),2),Z=R[0],G=R[1],X="",$=function(t){var e=t.target?t.target:t;e.classList.contains("zoomed")&&(e.classList.remove("zoomed"),e.style.transform="translate3d(0,0,0) scale(1)",e.style.cursor="zoom-in")},K=Tt(Ct(0),2),J=K[0],Q=K[1],tt=Tt(Ct({x:0,y:0}),2),et=tt[0],nt=tt[1],rt=Tt(Ct({x:0,y:0}),2),it=rt[0],ot=rt[1],at=function t(e){return e.classList.contains("mwl__slider")?e:t(e.parentNode)},st=0,lt=function(t){return u(t)},ct=function(){return function(){var t=function(){document.querySelector("body").classList.remove("no-scroll");var t=!1;L(),z(),P(),h(!1),f(!1),c(t),a.classList.remove("visible"),lt(t)};if("zoom_in_out"===k){var e=document.querySelector('.mwl-img[mwl-index="'.concat(o,'"]')),n=document.querySelector('.mwl__slider__image[data-index="'.concat(o,'"] > .mwl__slider__image__thumbnail > img.landscape'));n=null==n?document.querySelector('.mwl__slider__image[data-index="'.concat(o,'"] > .mwl__slider__image__thumbnail > img')):n,$(n),requestAnimationFrame((function(){Yt({isOpening:!1,_img:n,_img_dest:e,lightbox:a,rectCreated:!1}).then((function(){t()}))}))}else t()}()},ut=function(){return M()},pt=function(){return j()};return{onCloseClick:ct,onFullscreenClick:function(){return a.classList.add("extended"),document.querySelector(".visible > .mwl__slider__image__thumbnail").classList.add("mwl__full__screen"),p(!0),document.querySelector(".mwl__topbar__controls__control--fullscreen").classList.add("hidden"),void document.querySelector(".mwl__topbar__controls__control--shrink").classList.remove("hidden")},onShrinkClick:function(){return a.classList.remove("extended"),document.querySelector(".visible > .mwl__slider__image__thumbnail").classList.remove("mwl__full__screen"),p(!1),document.querySelector(".mwl__topbar__controls__control--fullscreen").classList.remove("hidden"),void document.querySelector(".mwl__topbar__controls__control--shrink").classList.add("hidden")},onPlayClick:function(){!function(){var t=document.querySelector(".mwl__topbar__controls__control--play"),e=document.querySelector(".mwl__topbar__controls__control--pause");if(t&&e){t.classList.add("hidden"),e.classList.remove("hidden");var n=o,r=setInterval((function(){n=j(n)}),m.slide_duration);d(r)}}(),h(!0)},onPauseClick:function(){P(),h(!1)},onMapClick:function(){return N()},onDownloadClick:function(){return t=n[o].download_link,(e=document.createElement("a")).href=t,e.download=t.split(/[\\/]/).pop(),document.body.appendChild(e),void e.click();var t,e},onPrevClick:ut,onNextClick:pt,onImageClick:function(t){t.stopPropagation(),function(t){var e=t.target;if(v&&e&&!e.classList.contains("swiping"))if(e.classList.contains("zoomed"))t.clientX===W.x&&t.clientY===W.y&&$(t);else{e.classList.add("zoomed");var n=e.getBoundingClientRect(),r=n.left,i=n.top,o=t.clientX-(r+n.width/2),a=t.clientY-(i+n.height/2),s=o-2*o,l=a-2*a;e.style.transform="translate3d(".concat(s,"px, ").concat(l,"px, 0)"),e.style.cursor="grab",ot({x:s,y:l}),G({x:s,y:l})}}(t)},onImageMouseDown:function(t){t.preventDefault();var e=t.target;e.classList.contains("zoomed")&&(Y({x:t.clientX,y:t.clientY}),V({x:t.clientX-Z.x,y:t.clientY-Z.y}),H(!0),X=e.style.transition,e.style.transition="none",e.style.cursor="grabbing")},onImageMouseMove:function(t){t.preventDefault();var e=t.target;if(e.classList.contains("zoomed")&&T){var n=F.x,r=F.y,i=t.clientX-n,o=t.clientY-r;e.style.transform="translate3d(".concat(i,"px, ").concat(o,"px, 0)"),G({x:i,y:o})}},onImageMouseUp:function(t){t.preventDefault();var e=t.target;e.classList.contains("zoomed")&&(H(!1),e.style.transition=X,e.style.cursor="grab")},onTouchStart:function(t){!function(t){var e;if(Q(0),!(n.length<2)){t.target,nt({x:t.touches[0].clientX-it.x,y:t.touches[0].clientY-it.y});var r=t.touches[0].clientX;w(r),b(r),E(null!==(e=at(t.target).style.transform.match(/(\-?[0-9]*%)/)[0])&&void 0!==e?e:0)}}(t)},onTouchMove:function(t){!function(t){t.preventDefault();var e=t.target;if(e.classList.contains("zoomed")&&(st=400,X=e.style.transition,e.style.transition="none"),2!=t.touches.length){if(e.classList.contains("zoomed")){var r=et.x,i=et.y,o=t.touches[0].clientX-r,a=t.touches[0].clientY-i;return e.style.transform="translate3d(".concat(o,"px, ").concat(a,"px, 0) scale(").concat(st/200,")"),void ot({x:o,y:a})}var s=t.touches[0].clientX,l=s-g;if(b(s),Q(J+1),!(n.length<2)&&Math.abs(l)>2){var c=at(t.target);c.classList.remove("mwl-animate"),c.style.transition="none",c.style.transform="translate3d(calc(".concat(x," + ").concat(l,"px), 0px, 0px)")}}else{var u=t.touches[0],p=t.touches[1];(st=Math.sqrt(Math.pow(u.clientX-p.clientX,2)+Math.pow(u.clientY-p.clientY,2)))<200?(e.style.transform="scale(1)",e.style.transition=X,e.classList.remove("zoomed")):(e.style.transform="scale(".concat(st/200,")"),e.classList.add("zoomed"))}}(t)},onTouchEnd:function(t){!function(t){if(!(n.length<2)){var e=y-g,r=at(t.target);r.classList.add("mwl-animate");var i=J>2&&J<20;Math.abs(e)<200&&!i?(r.style.transition="transform 0.3s ease",r.style.transform="translate3d(".concat(x,", 0px, 0px)")):e>0?M():j()}}(t)},onContextMenu:function(t){!function(t){I&&t.preventDefault()}(t)},onKeyDown:function(t){if(e)switch(t.key){case"Escape":ct();break;case"ArrowLeft":ut();break;case"ArrowRight":pt();break;default:return}},onClickOnMap:function(t){!function(t){t.stopPropagation()}(t)}}};var Zt=0;Array.isArray;function Gt(t,n,r,i,o,a){n||(n={});var s,l,c=n;if("ref"in c)for(l in c={},n)"ref"==l?s=n[l]:c[l]=n[l];var u={type:t,props:c,key:r,ref:s,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--Zt,__i:-1,__u:0,__source:o,__self:a};if("function"==typeof t&&(s=t.defaultProps))for(l in s)void 0===c[l]&&(c[l]=s[l]);return e.vnode&&e.vnode(u),u}function Xt(t){return Xt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Xt(t)}function $t(){
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
$t=function(){return e};var t,e={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(t,e,n){t[e]=n.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",l=o.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function u(t,e,n,r){var o=e&&e.prototype instanceof v?e:v,a=Object.create(o.prototype),s=new z(r||[]);return i(a,"_invoke",{value:S(t,n,s)}),a}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var d="suspendedStart",h="suspendedYield",f="executing",_="completed",m={};function v(){}function g(){}function w(){}var A={};c(A,a,(function(){return this}));var y=Object.getPrototypeOf,b=y&&y(y(P([])));b&&b!==n&&r.call(b,a)&&(A=b);var C=w.prototype=v.prototype=Object.create(A);function x(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function E(t,e){function n(i,o,a,s){var l=p(t[i],t,o);if("throw"!==l.type){var c=l.arg,u=c.value;return u&&"object"==Xt(u)&&r.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(u).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(l.arg)}var o;i(this,"_invoke",{value:function(t,r){function i(){return new e((function(e,i){n(t,r,e,i)}))}return o=o?o.then(i,i):i()}})}function S(e,n,r){var i=d;return function(o,a){if(i===f)throw Error("Generator is already running");if(i===_){if("throw"===o)throw a;return{value:t,done:!0}}for(r.method=o,r.arg=a;;){var s=r.delegate;if(s){var l=k(s,r);if(l){if(l===m)continue;return l}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===d)throw i=_,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=f;var c=p(e,n,r);if("normal"===c.type){if(i=r.done?_:h,c.arg===m)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=_,r.method="throw",r.arg=c.arg)}}}function k(e,n){var r=n.method,i=e.iterator[r];if(i===t)return n.delegate=null,"throw"===r&&e.iterator.return&&(n.method="return",n.arg=t,k(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),m;var o=p(i,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,m;var a=o.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,m)}function B(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function z(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(B,this),this.reset(!0)}function P(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function n(){for(;++i<e.length;)if(r.call(e,i))return n.value=e[i],n.done=!1,n;return n.value=t,n.done=!0,n};return o.next=o}}throw new TypeError(Xt(e)+" is not iterable")}return g.prototype=w,i(C,"constructor",{value:w,configurable:!0}),i(w,"constructor",{value:g,configurable:!0}),g.displayName=c(w,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,c(t,l,"GeneratorFunction")),t.prototype=Object.create(C),t},e.awrap=function(t){return{__await:t}},x(E.prototype),c(E.prototype,s,(function(){return this})),e.AsyncIterator=E,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var a=new E(u(t,n,r,i),o);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},x(C),c(C,l,"Generator"),c(C,a,(function(){return this})),c(C,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=P,z.prototype={constructor:z,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(L),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function i(r,i){return s.type="throw",s.arg=e,n.next=r,i&&(n.method="next",n.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var l=r.call(a,"catchLoc"),c=r.call(a,"finallyLoc");if(l&&c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(l){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!c)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),L(n),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;L(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:P(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),m}},e}function Kt(t,e,n,r,i,o,a){try{var s=t[o](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(r,i)}function Jt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,s=[],l=!0,c=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(t){c=!0,i=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return s}}(t,e)||Qt(t,e)||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 Qt(t,e){if(t){if("string"==typeof t)return te(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?te(t,e):void 0}}function te(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function ee(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function ne(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?ee(Object(n),!0).forEach((function(e){re(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ee(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function re(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=Xt(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=Xt(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==Xt(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var ie=".leaflet-tile, .leaflet-google-mutant",oe=function(t){if(!isNaN(parseFloat(t))&&isFinite(t))return window.location.hash="mwl-"+t,window.location.href},ae=function(){history.pushState("",document.title,window.location.pathname+window.location.search)},se={image:void 0,images:[],imagesNumber:0,currentIndex:void 0,currentSeparatedIndexDifference:0,autoplayInterval:void 0,currentUrl:!1,mwlElement:void 0,isExtended:!1,isPlaying:!1,isMapOpen:!1,postLoaded:!1,animatedSlide:!1,anti_selector:f?[f,ie].join(", "):ie,initialized:!1},le="SET_IMAGES",ce="SET_IMAGES_NUMBER",ue="CURRENT_INDEX_UPDATED",pe="CURRENT_SEPARATED_INDEX_DIFFERENCE_UPDATED",de="AUTOPLAY_INTERVAL_UPDATED",he="CURRENT_URL_UPDATED",fe="SET_MWL_ELEMENT",_e="IS_EXTENDED_UPDATED",me="IS_PLAYING_UPDATED",ve="IS_MAP_OPEN_UPDATED",ge="POST_LOADED_UPDATED",we="SET_INITIALIZED",Ae=function(t,e){switch(e.type){case le:var n=e.images;return ne(ne({},t),{},{images:n});case ce:var r=e.imagesNumber;return ne(ne({},t),{},{imagesNumber:r});case fe:var i=e.mwlElement;return ne(ne({},t),{},{mwlElement:i});case pe:var o=e.currentSeparatedIndexDifference;return ne(ne({},t),{},{currentSeparatedIndexDifference:o});case ue:var a=e.currentIndex,s=e.animatedSlide,l=void 0!==s&&s,c=isNaN(a)?void 0:t.images[a],u=t.currentUrl;return t.images.length>0&&x&&(!1===a?ae():u=oe(t.images[a].id)),ne(ne({},t),{},{currentIndex:a,image:c,currentUrl:u,animatedSlide:l});case de:var p=e.autoplayInterval;return ne(ne({},t),{},{autoplayInterval:p});case he:var d=e.currentUrl;return ne(ne({},t),{},{currentUrl:d});case _e:var h=e.isExtended;return ne(ne({},t),{},{isExtended:h});case me:var f=e.isPlaying;return ne(ne({},t),{},{isPlaying:f});case ve:var _=e.isMapOpen;return ne(ne({},t),{},{isMapOpen:_});case ge:var m=e.postLoaded;return ne(ne({},t),{},{postLoaded:m});case we:var v=e.initialized;return ne(ne({},t),{},{initialized:v});default:return t}},ye=function(t,e){var n={__c:e="__cC"+p++,__:t,Consumer:function(t,e){return t.children(e)},Provider:function(t){var n,r;return this.getChildContext||(n=[],(r={})[e]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(t){this.props.value!==t.value&&n.some((function(t){t.__e=!0,R(t)}))},this.sub=function(t){n.push(t);var e=t.componentWillUnmount;t.componentWillUnmount=function(){n.splice(n.indexOf(t),1),e&&e.call(t)}}),t.children}};return n.Provider.__=n.Consumer.contextType=n}(),be=function(t){var e=t.children,n=t.infiniteScrollableGalleries,r=Jt(xt(Ae,ne({},se)),2),i=r[0],o=r[1],a=i.currentIndex,s=i.images,l=i.mwlElement,c=i.postLoaded,u=i.initialized,p=null!=S&&S,d="zoom_in_out"===k,f=Bt((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=document.querySelector(".mwl"),n=e.classList.contains("visible");if(n||e.classList.add("visible"),e.setAttribute("data-index",t),d&&!n){var r=document.querySelector('.mwl-img[mwl-index="'.concat(t,'"]')),i=document.querySelector('.mwl__slider__image[data-index="'.concat(t,'"] > .mwl__slider__image__thumbnail > img.landscape'));i=null==i?document.querySelector('.mwl__slider__image[data-index="'.concat(t,'"] > .mwl__slider__image__thumbnail > img')):i,requestAnimationFrame((function(){i.complete?Yt({isOpening:!0,_img:r,_img_dest:i,lightbox:e}):i.onload=function(){Yt({isOpening:!0,_img:r,_img_dest:i,lightbox:e})}}))}var o=document.querySelector("body");o.classList.contains("no-scroll")||(o.classList.add("no-scroll"),e.addEventListener("wheel",(function(t){t.preventDefault(),t.stopPropagation()}),{passive:!1}))}),[]),_=Bt((function(){var t=document.querySelectorAll(".mwl-img");t.forEach((function(e){e.onclick=function(n){if(!e.classList.contains("mwl-img-disabled")){n.preventDefault();var r=e.closest(h);if(p&&null!=r){var i=r.querySelectorAll(".mwl-img");o({type:ce,imagesNumber:i.length});var a=parseInt(e.getAttribute("mwl-index")),s=a-parseInt(e.getAttribute("mwl-index-relative"));o({type:pe,currentSeparatedIndexDifference:s}),o({type:ue,currentIndex:a,animatedSlide:!1})}else{var l=parseInt(e.getAttribute("mwl-index"));p&&(o({type:ce,imagesNumber:t.length}),o({type:pe,currentSeparatedIndexDifference:0})),o({type:ue,currentIndex:l,animatedSlide:!1})}}}})),l||o({type:fe,mwlElement:document.querySelector(".mwl")}),document.querySelector(".mwl").classList.contains("visible")&&f(a)}),[]);return Et((function(){var t=function(){var t=function(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){Kt(o,r,i,a,s,"next",t)}function s(t){Kt(o,r,i,a,s,"throw",t)}a(void 0)}))}}($t().mark((function t(){var e,n,r,i,a,s,l;return $t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,qt();case 2:e=t.sent,n=Wt(),o({type:ce,imagesNumber:e}),o({type:le,images:n}),-1!=(r=navigator.userAgent.toLowerCase()).indexOf("safari")&&(r.indexOf("chrome")>-1||document.querySelector(".mwl").classList.add("safari-browser")),window.location.href.indexOf("#mwl-")>0&&(i=window.location.href.match(/(#mwl-)([0-9])+/gm),a=parseInt(i[0].match(/([0-9])+/gm)[0]),s=Wt(),l=s.findIndex((function(t){return t.id===a})),-1!==l&&o({type:ue,currentIndex:l,animatedSlide:!1})),_(),o({type:we,initialized:!0});case 11:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();t()}),[]),Et((function(){var t=function(){return o({type:ge,postLoaded:!0})};return document.body.addEventListener("post-load",t,!1),function(){return document.body.removeEventListener("post-load",t,!1)}}),[]),Et((function(){if(n.length>0){var t,e={childList:!0},r=new MutationObserver((function(){o({type:ce,imagesNumber:Vt()}),o({type:le,images:Wt()}),_()})),i=function(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=Qt(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,i=function(){};return{s:i,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},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 o,a=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){s=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}(n);try{for(i.s();!(t=i.n()).done;){var a=t.value;r.observe(a,e)}}catch(t){i.e(t)}finally{i.f()}return function(){return r.disconnect()}}}),[]),Et((function(){Number.isInteger(a)&&f(a)}),[a,f]),Et((function(){if(u&&(c||!s.length)){var t=Wt();(function(t,e){if(e.length!==t.length)return!0;var n=t.map((function(t){return t.id}));return e.some((function(t){return!n.includes(t.id)}))})(s,t)&&(_(),o({type:ce,imagesNumber:qt()}),o({type:le,images:t})),c&&o({type:ge,postLoaded:!1})}}),[s,c,u]),Gt(ye.Provider,{value:[i,o],children:e})};const Ce=function(){var t={},e=function(t){var e=ct.context[t.__c],n=bt(lt++,9);return n.c=t,e?(null==n.__&&(n.__=!0,e.sub(ct)),e.props.value):t.__}(ye),n=Jt(e,2),r=n[0],i=n[1];return t.updateCurrentIndex=function(t){i({type:ue,currentIndex:t,animatedSlide:!0})},t.updateAutoplayInterval=function(t){i({type:de,autoplayInterval:t})},t.updateCurrentUrl=function(t){if(r.images.length>0&&x)if(!1===t)ae();else{var e=oe(r.images[t].id);i({type:he,currentUrl:e})}},t.updateIsExtended=function(t){i({type:_e,isExtended:t})},t.updateIsPlaying=function(t){i({type:me,isPlaying:t})},t.updateIsMapOpen=function(t){i({type:ve,isMapOpen:t})},ne(ne({},r),t)};var xe=function(t){var e=t.icon;return{close:Gt("svg",{style:"width:24px;height:24px",viewBox:"0 0 24 24",children:Gt("path",{fill:"#000000",d:"M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"})}),fullscreen:Gt("svg",{style:"width:24px;height:24px",viewBox:"0 0 24 24",children:Gt("path",{fill:"#000000",d:"M5,5H10V7H7V10H5V5M14,5H19V10H17V7H14V5M17,14H19V19H14V17H17V14M10,17V19H5V14H7V17H10Z"})}),shrink:Gt("svg",{style:"width:24px;height:24px",viewBox:"0 0 24 24",children:Gt("path",{fill:"#000000",d:"M14,14H19V16H16V19H14V14M5,14H10V19H8V16H5V14M8,5H10V10H5V8H8V5M19,8V10H14V5H16V8H19Z"})}),play:Gt("svg",{style:"width:24px;height:24px",viewBox:"0 0 24 24",children:Gt("path",{fill:"#000000",d:"M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M10,8V16L15,12L10,8Z"})}),pause:Gt("svg",{style:"width:24px;height:24px",viewBox:"0 0 24 24",children:Gt("path",{fill:"#000000",d:"M14,19H18V5H14M6,19H10V5H6V19Z"})}),map:Gt("svg",{style:"width:24px;height:24px",viewBox:"0 0 24 24",children:Gt("path",{fill:"#000000",d:"M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z"})}),image:Gt("svg",{style:"width:24px;height:24px",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:Gt("path",{fill:"#000000",d:"M20 5H4v14l9.292-9.294a1 1 0 0 1 1.415 0L20 15.01zM2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007zM8 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4"})}),download:Gt("svg",{style:"width:24px;height:24px;",viewBox:"0 0 24 24",children:Gt("path",{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z"})}),sharing:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",style:"width:24px;height:24px",viewBox:"0 0 24 24",children:Gt("path",{d:"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"})}),arrow_left:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:Gt("path",{d:"M217.9 256L345 129c9.4-9.4 9.4-24.6 0-33.9-9.4-9.4-24.6-9.3-34 0L167 239c-9.1 9.1-9.3 23.7-.7 33.1L310.9 417c4.7 4.7 10.9 7 17 7s12.3-2.3 17-7c9.4-9.4 9.4-24.6 0-33.9L217.9 256z"})}),arrow_right:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:Gt("path",{d:"M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z"})}),camera:Gt("svg",{style:"width:24px;height:24px",viewBox:"0 0 24 24",children:Gt("path",{fill:"#000000",d:"M4,4H7L9,2H15L17,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9Z"})}),iso:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:Gt("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5.5 7.5h2v-2H9v2h2V9H9v2H7.5V9h-2V7.5zM19 19H5L19 5v14zm-2-2v-1.5h-5V17h5z"})}),shutter_speed:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:Gt("path",{d:"M15 1H9v2h6V1zm4.03 6.39l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-.32-5H6.35c.57 1.62 1.82 2.92 3.41 3.56l-.11-.06 2.03-3.5zm5.97-4c-.57-1.6-1.78-2.89-3.34-3.54L12.26 11h5.39zm-7.04 7.83c.45.11.91.17 1.39.17 1.34 0 2.57-.45 3.57-1.19l-2.11-3.9-2.85 4.92zM7.55 8.99C6.59 10.05 6 11.46 6 13c0 .34.04.67.09 1h4.72L7.55 8.99zm8.79 8.14C17.37 16.06 18 14.6 18 13c0-.34-.04-.67-.09-1h-4.34l2.77 5.13zm-3.01-9.98C12.9 7.06 12.46 7 12 7c-1.4 0-2.69.49-3.71 1.29l2.32 3.56 2.72-4.7z"})}),lens:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:Gt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"})}),aperture:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:Gt("path",{d:"M9.4 10.5l4.77-8.26C13.47 2.09 12.75 2 12 2c-2.4 0-4.6.85-6.32 2.25l3.66 6.35.06-.1zM21.54 9c-.92-2.92-3.15-5.26-6-6.34L11.88 9h9.66zm.26 1h-7.49l.29.5 4.76 8.25C21 16.97 22 14.61 22 12c0-.69-.07-1.35-.2-2zM8.54 12l-3.9-6.75C3.01 7.03 2 9.39 2 12c0 .69.07 1.35.2 2h7.49l-1.15-2zm-6.08 3c.92 2.92 3.15 5.26 6 6.34L12.12 15H2.46zm11.27 0l-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35-.93 1.6z"})}),calendar:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:Gt("path",{d:"M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"})}),eye:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:Gt("path",{d:"M12 6.5c3.79 0 7.17 2.13 8.82 5.5-1.65 3.37-5.02 5.5-8.82 5.5S4.83 15.37 3.18 12C4.83 8.63 8.21 6.5 12 6.5m0-2C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zm0 5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5m0-2c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5z"})}),minus:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:Gt("path",{d:"M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})}),plus:Gt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",children:Gt("path",{d:"M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})})}[e]};function Ee(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,s=[],l=!0,c=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(t){c=!0,i=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return s}}(t,e)||function(t,e){if(t){if("string"==typeof t)return Se(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Se(t,e):void 0}}(t,e)||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 Se(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}var ke=function(t){var e,n=t.image,r=Ee(Ct(!1),2),i=r[0],o=r[1],a=n.caption||n.meta&&n.meta.caption,s=(null!==(e=null==a?void 0:a.length)&&void 0!==e?e:"")>150,l=kt((function(){return y&&s&&!i?"".concat(a.substr(0,150),"..."):a}),[i,s,a]);return z.caption&&a?Gt(V,{children:Gt("p",{className:"visible",children:[Gt("span",{className:"caption",dangerouslySetInnerHTML:{__html:l}}),y&&s&&Gt("span",{className:"toggle-full-description",onClick:function(){return o(!i)},children:Gt(xe,i?{icon:"minus"}:{icon:"plus"})})]})}):null},Be=function(t){var e=t.icon,n=(t.name,t.value);return Gt("div",{className:"exif",children:[Gt(xe,{icon:e}),Gt("span",{children:["  ",n]})]})},Le=function(t){var e=t.image,n=e.exifs&&e.exifs.title||e.meta&&e.meta.title;return n&&z.title?Gt("h2",{dangerouslySetInnerHTML:{__html:n}}):null};function ze(t){return ze="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ze(t)}function Pe(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ie(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=ze(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=ze(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==ze(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Ne=function(t){var e,n,r,i,o,a,s,l,c,u,p,d,h,f,_,m,v,g=t.className,w=Rt().onCloseClick,A=Ce().image,y=[{name:"Camera",icon:"camera",value:null==A||null===(e=A.exifs)||void 0===e?void 0:e.camera,visible:"N/A"!==(null==A||null===(n=A.exifs)||void 0===n?void 0:n.camera)&&z.camera},{name:"FocalLength",icon:"eye",value:null==A||null===(r=A.exifs)||void 0===r?void 0:r.focal_length,visible:"N/A"!==(null==A||null===(i=A.exifs)||void 0===i?void 0:i.focal_length)&&z.focal_length},{name:"ShutterSpeed",icon:"shutter_speed",value:null==A||null===(o=A.exifs)||void 0===o?void 0:o.shutter_speed,visible:"N/A"!==(null==A||null===(a=A.exifs)||void 0===a?void 0:a.shutter_speed)&&z.shutter_speed},{name:"Aperture",icon:"aperture",value:null==A||null===(s=A.exifs)||void 0===s?void 0:s.aperture,visible:"N/A"!==(null==A||null===(l=A.exifs)||void 0===l?void 0:l.aperture)&&z.aperture},{name:"Iso",icon:"iso",value:null==A||null===(c=A.exifs)||void 0===c?void 0:c.iso,visible:"N/A"!==(null==A||null===(u=A.exifs)||void 0===u?void 0:u.iso)&&z.iso},{name:"Lens",icon:"lens",value:null==A||null===(p=A.exifs)||void 0===p?void 0:p.lens,visible:"N/A"!==(null==A||null===(d=A.exifs)||void 0===d?void 0:d.lens)&&z.lens},{name:"Date",icon:"calendar",value:null==A||null===(h=A.exifs)||void 0===h?void 0:h.date,visible:"N/A"!==(null==A||null===(f=A.exifs)||void 0===f?void 0:f.date)&&0!=(null==A||null===(_=A.exifs)||void 0===_?void 0:_.date)&&z.date},{name:"Keywords",icon:"sharing",value:null==A||null===(m=A.exifs)||void 0===m?void 0:m.keywords,visible:"N/A"!==(null==A||null===(v=A.exifs)||void 0===v?void 0:v.keywords)&&z.keywords}];return A?Gt("div",{className:g,children:[Gt(Le,{image:A}),Gt(ke,{image:A}),Gt("div",{className:"exifs",onClick:w,children:y.filter((function(t){return t.visible})).map((function(t){return Gt(Be,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Pe(Object(n),!0).forEach((function(e){Ie(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Pe(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},t))}))})]}):null};function Oe(t){return Oe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Oe(t)}function Me(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function je(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Me(Object(n),!0).forEach((function(e){De(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Me(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function De(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=Oe(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=Oe(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==Oe(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Te=function(t){var e=t.image,n=t.isPreparing,r=t.onLoad,i=t.useBigImage,o=St(),a=Rt(),s=a.onImageClick,l=a.onImageMouseDown,c=a.onImageMouseMove,u=a.onImageMouseUp,p=a.onContextMenu;Et((function(){if(n&&o.current){var t=o.current;return t.onload=function(){r&&r()},t.setAttribute("src",t.dataset.src),t.dataset.srcset&&t.setAttribute("srcset",t.dataset.srcset),t.dataset.sizes&&t.setAttribute("sizes",t.dataset.sizes),function(){t.onload=null}}}),[n,r]);var d={ref:o,className:"mwl__slider__image__thumbnail__high-res ".concat(e.orientation),"data-src":e.src,onClick:s,onMouseDown:l,onMouseMove:c,onMouseUp:u,onContextMenu:p,alt:e.title};return i&&e.srcset&&e.src&&(e.srcset=e.srcset.replace("-scaled.","."),d["data-srcset"]=e.src.replace("-scaled.",".")),e.srcset&&e.sizes?Gt("img",je(je({},d),{},{"data-srcset":e.srcset,"data-sizes":e.sizes})):Gt("img",je({},d))};function He(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,s=[],l=!0,c=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(t){c=!0,i=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return s}}(t,e)||function(t,e){if(t){if("string"==typeof t)return Ue(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ue(t,e):void 0}}(t,e)||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 Ue(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}var Fe=function(t){var e,n=t.image,r=t.index,i=t.isPreparing,o=St(),a=Rt().onContextMenu,s=He(Ct(!1),2),l=s[0],c=s[1],u=kt((function(){return b&&n.dimensions.width&&n.dimensions.height&&i}),[n,i]);return Et((function(){var t,e;if((null===(t=o.current)||void 0===t||!t.src)&&o.current&&u){var i=null!==(e=n.low_res_src)&&void 0!==e?e:document.querySelector('.mwl-img[mwl-index="'.concat(r,'"]')).currentSrc;o.current.setAttribute("src",i)}}),[n,r,u]),Et((function(){if(o.current&&!l)if(u){var t=n.dimensions,e=t.height,r=t.width,i=o.current.parentNode,a=r/e<i.offsetWidth/i.offsetHeight?{maxHeight:"".concat(e,"px"),maxWidth:"".concat(r,"px"),width:"auto",height:"100%"}:{maxHeight:"".concat(e,"px"),maxWidth:"".concat(r,"px"),width:"100%",height:"auto"};Object.assign(o.current.style,a),c(!0)}else Object.assign(o.current.style,{maxHeight:"none",maxWidth:"none",height:"auto",width:"auto"})}),[l,n,u]),Gt("img",{ref:o,className:"mwl__slider__image__thumbnail__low-res","data-src":null!==(e=n.low_res_src)&&void 0!==e?e:"",onContextMenu:a,alt:n.title})},Ve=function(t){var e=t.className,n=St(),r=Ce(),i=r.images,o=r.imagesNumber,a=r.currentIndex,s=r.animatedSlide,l=Rt(),c=l.onCloseClick,u=l.onTouchStart,p=l.onTouchMove,d=l.onTouchEnd,h=l.onKeyDown,f=l.onClickOnMap,_=["mwl__slider__image__thumbnail",v?"":"magnification_disabled"].filter((function(t){return!!t})).join(" "),m=Bt((function(t){return t===a||Math.abs(t-a)<2||0===a&&t===o-1||a===o-1&&0===t}),[o,a]),g=Bt((function(){var t,e=null===(t=n.current)||void 0===t?void 0:t.childNodes;0!==e.length&&e.forEach((function(t,e){e===a&&t.classList.add("visible")}))}));return Et((function(){return window.document.addEventListener("keydown",h,!1),function(){return window.document.removeEventListener("keydown",h,!1)}}),[h]),Et((function(){var t,e=null===(t=n.current)||void 0===t?void 0:t.childNodes;0!==e.length&&e.forEach((function(t,e){if(e===a){var n=t.querySelector(".mwl__slider__image__thumbnail__high-res");b&&!n.complete||t.classList.add("visible")}else t.classList.remove("visible")}))}),[a]),Et((function(){if(n.current){var t=100*a*(L?1:-1);n.current.style.transition=s?"transform 1s ease":"none",n.current.style.transform="translate3d(".concat(t,"%, 0, 0)")}}),[a,s]),Gt("div",{ref:n,className:"".concat(e," ").concat(null!==a&&s?"mwl-animate":""),onTouchStart:u,onTouchMove:p,onTouchEnd:d,children:i.map((function(t,e){var n=m(e);return Gt("div",{className:"mwl__slider__image","data-index":e,children:Gt("div",{className:_,onClick:c,children:[Gt("div",{className:"mwl__slider__image__thumbnail__low-res-container",onClick:null,children:Gt(Fe,{image:t,index:e,isPreparing:n})}),Gt(Te,{image:t,isPreparing:n,onLoad:b?g:null,useBigImage:C}),Gt("div",{id:"image-map-".concat(e),className:"image-map",onClick:f})]})},t.id)}))})},qe=function(){var t=Ce(),e=t.image,n=t.currentUrl,r=t.isPlaying,i=t.isExtended,o=t.isMapOpen,a=Rt(),s=a.onCloseClick,l=a.onDownloadClick,c=a.onPlayClick,u=a.onPauseClick,p=a.onMapClick,d=a.onFullscreenClick,h=a.onShrinkClick;return[{visible:Boolean(E),icon:"sharing",className:"mwl__topbar__controls__control--sharing",children:n&&Gt("div",{className:"mwl__topbar__controls__control--sharing__options",children:[Gt("li",{children:Gt("a",{href:"https://www.facebook.com/sharer/sharer.php?u=".concat(n),target:"_blank",children:"Share on Facebook"})}),Gt("li",{children:Gt("a",{href:"https://twitter.com/intent/tweet?text=".concat(n),target:"_blank",children:"Share on Twitter"})}),Gt("li",{children:Gt("a",{href:"https://pinterest.com/pin/create/button/?url=".concat(n),target:"_blank",children:"Share on Pinterest"})})]})},{visible:P.enabled&&e.download_link,label:"Download Image",icon:"download",onClick:l,className:"mwl__topbar__controls__control--download"},{visible:m.enabled,label:"Start slideshow",icon:"play",onClick:c,className:"mwl__topbar__controls__control--play ".concat(r?"hidden":"")},{visible:m.enabled,label:"Stop slideshow",icon:"pause",onClick:u,className:"mwl__topbar__controls__control--pause ".concat(r?"":"hidden")},{visible:w.enabled&&e.gps&&"N/A"!==e.gps.lat&&"N/A"!==e.gps.lng,label:o?"Show image":"Show on map",icon:o?"image":"map",onClick:p,className:"mwl__topbar__controls__control--map"},{visible:!0,label:"Full screen",icon:"fullscreen",onClick:d,className:"mwl__topbar__controls__control--fullscreen ".concat(i?"hidden":"")},{visible:!0,label:"Shrink",icon:"shrink",onClick:h,className:"mwl__topbar__controls__control--shrink ".concat(i?"":"hidden")},{visible:!0,label:"Close",icon:"close",onClick:s,className:"mwl__topbar__controls__control--close"}].filter((function(t){return t.visible})).map((function(t){var e=t.children,n=t.label,r=t.icon,i=t.onClick,o=t.className;return Gt("div",{className:"mwl__topbar__controls__control ".concat(o),onClick:function(t){t.stopPropagation(),i&&i()},children:[Gt(xe,{icon:r}),!!n&&Gt("div",{className:"mwl__topbar__controls__control__label",children:n}),e]})}))},We=function(){var t=Ce(),e=t.imagesNumber;return Gt(V,{children:[Gt("span",{className:"current-slide",children:t.currentIndex-t.currentSeparatedIndexDifference+1}),"/",Gt("span",{className:"number-of-slides",children:e})]})},Ye=function(t){var e=t.className,n=Ce().image,r=Rt().onCloseClick;return n?Gt("div",{className:e,onClick:r,children:[Gt("div",{className:"mwl__topbar__slide-counter",children:Gt(We,{})}),Gt("div",{className:"mwl__topbar__controls",children:Gt(qe,{})})]}):null},Re=function(t){var e=t.className,n=Rt(),r=n.onPrevClick,i=n.onNextClick;return Ce().images.length<2?null:Gt("div",{className:e,children:[Gt("div",{className:"mwl__navigation__previous",onClick:r,children:Gt(xe,{icon:"arrow_left"})}),Gt("div",{className:"mwl__navigation__next",onClick:i,children:Gt(xe,{icon:"arrow_right"})})]})},Ze={light:255,dark:0},Ge="rgba(".concat(Ze[_],", ").concat(Ze[_],", ").concat(Ze[_],", ").concat(g/100,")"),Xe=function(){return Gt("div",{className:"mwl ".concat(_),style:{background:Ge},children:[Gt(Ye,{className:"mwl__topbar"}),Gt(Re,{className:"mwl__navigations"}),Gt(Ve,{className:"mwl__slider"}),Gt(Ne,{className:"mwl__metadata"})]})};
/*!
  * PhotoSwipe Lightbox 5.4.4 - https://photoswipe.com
  * (c) 2024 Dmytro Semenov
  */
function $e(t,e,n){const r=document.createElement(e);return t&&(r.className=t),n&&n.appendChild(r),r}function Ke(t,e,n){t.style.width="number"==typeof e?`${e}px`:e,t.style.height="number"==typeof n?`${n}px`:n}const Je="idle",Qe="loading",tn="loaded",en="error";function nn(t,e,n=document){let r=[];if(t instanceof Element)r=[t];else if(t instanceof NodeList||Array.isArray(t))r=Array.from(t);else{const i="string"==typeof t?t:e;i&&(r=Array.from(n.querySelectorAll(i)))}return r}function rn(){return!(!navigator.vendor||!navigator.vendor.match(/apple/i))}class on{constructor(t,e){this.type=t,this.defaultPrevented=!1,e&&Object.assign(this,e)}preventDefault(){this.defaultPrevented=!0}}class an{constructor(){this._listeners={},this._filters={},this.pswp=void 0,this.options=void 0}addFilter(t,e,n=100){var r,i,o;this._filters[t]||(this._filters[t]=[]),null===(r=this._filters[t])||void 0===r||r.push({fn:e,priority:n}),null===(i=this._filters[t])||void 0===i||i.sort(((t,e)=>t.priority-e.priority)),null===(o=this.pswp)||void 0===o||o.addFilter(t,e,n)}removeFilter(t,e){this._filters[t]&&(this._filters[t]=this._filters[t].filter((t=>t.fn!==e))),this.pswp&&this.pswp.removeFilter(t,e)}applyFilters(t,...e){var n;return null===(n=this._filters[t])||void 0===n||n.forEach((t=>{e[0]=t.fn.apply(this,e)})),e[0]}on(t,e){var n,r;this._listeners[t]||(this._listeners[t]=[]),null===(n=this._listeners[t])||void 0===n||n.push(e),null===(r=this.pswp)||void 0===r||r.on(t,e)}off(t,e){var n;this._listeners[t]&&(this._listeners[t]=this._listeners[t].filter((t=>e!==t))),null===(n=this.pswp)||void 0===n||n.off(t,e)}dispatch(t,e){var n;if(this.pswp)return this.pswp.dispatch(t,e);const r=new on(t,e);return null===(n=this._listeners[t])||void 0===n||n.forEach((t=>{t.call(this,r)})),r}}class sn{constructor(t,e){if(this.element=$e("pswp__img pswp__img--placeholder",t?"img":"div",e),t){const e=this.element;e.decoding="async",e.alt="",e.src=t,e.setAttribute("role","presentation")}this.element.setAttribute("aria-hidden","true")}setDisplayedSize(t,e){this.element&&("IMG"===this.element.tagName?(Ke(this.element,250,"auto"),this.element.style.transformOrigin="0 0",this.element.style.transform=function(t,e,n){let r=`translate3d(${t}px,${e||0}px,0)`;return void 0!==n&&(r+=` scale3d(${n},${n},1)`),r}(0,0,t/250)):Ke(this.element,t,e))}destroy(){var t;null!==(t=this.element)&&void 0!==t&&t.parentNode&&this.element.remove(),this.element=null}}class ln{constructor(t,e,n){this.instance=e,this.data=t,this.index=n,this.element=void 0,this.placeholder=void 0,this.slide=void 0,this.displayedImageWidth=0,this.displayedImageHeight=0,this.width=Number(this.data.w)||Number(this.data.width)||0,this.height=Number(this.data.h)||Number(this.data.height)||0,this.isAttached=!1,this.hasSlide=!1,this.isDecoding=!1,this.state=Je,this.data.type?this.type=this.data.type:this.data.src?this.type="image":this.type="html",this.instance.dispatch("contentInit",{content:this})}removePlaceholder(){this.placeholder&&!this.keepPlaceholder()&&setTimeout((()=>{this.placeholder&&(this.placeholder.destroy(),this.placeholder=void 0)}),1e3)}load(t,e){if(this.slide&&this.usePlaceholder())if(this.placeholder){const t=this.placeholder.element;t&&!t.parentElement&&this.slide.container.prepend(t)}else{const t=this.instance.applyFilters("placeholderSrc",!(!this.data.msrc||!this.slide.isFirstSlide)&&this.data.msrc,this);this.placeholder=new sn(t,this.slide.container)}this.element&&!e||this.instance.dispatch("contentLoad",{content:this,isLazy:t}).defaultPrevented||(this.isImageContent()?(this.element=$e("pswp__img","img"),this.displayedImageWidth&&this.loadImage(t)):(this.element=$e("pswp__content","div"),this.element.innerHTML=this.data.html||""),e&&this.slide&&this.slide.updateContentSize(!0))}loadImage(t){var e,n;if(!this.isImageContent()||!this.element||this.instance.dispatch("contentLoadImage",{content:this,isLazy:t}).defaultPrevented)return;const r=this.element;this.updateSrcsetSizes(),this.data.srcset&&(r.srcset=this.data.srcset),r.src=null!==(e=this.data.src)&&void 0!==e?e:"",r.alt=null!==(n=this.data.alt)&&void 0!==n?n:"",this.state=Qe,r.complete?this.onLoaded():(r.onload=()=>{this.onLoaded()},r.onerror=()=>{this.onError()})}setSlide(t){this.slide=t,this.hasSlide=!0,this.instance=t.pswp}onLoaded(){this.state=tn,this.slide&&this.element&&(this.instance.dispatch("loadComplete",{slide:this.slide,content:this}),this.slide.isActive&&this.slide.heavyAppended&&!this.element.parentNode&&(this.append(),this.slide.updateContentSize(!0)),this.state!==tn&&this.state!==en||this.removePlaceholder())}onError(){this.state=en,this.slide&&(this.displayError(),this.instance.dispatch("loadComplete",{slide:this.slide,isError:!0,content:this}),this.instance.dispatch("loadError",{slide:this.slide,content:this}))}isLoading(){return this.instance.applyFilters("isContentLoading",this.state===Qe,this)}isError(){return this.state===en}isImageContent(){return"image"===this.type}setDisplayedSize(t,e){if(this.element&&(this.placeholder&&this.placeholder.setDisplayedSize(t,e),!this.instance.dispatch("contentResize",{content:this,width:t,height:e}).defaultPrevented&&(Ke(this.element,t,e),this.isImageContent()&&!this.isError()))){const n=!this.displayedImageWidth&&t;this.displayedImageWidth=t,this.displayedImageHeight=e,n?this.loadImage(!1):this.updateSrcsetSizes(),this.slide&&this.instance.dispatch("imageSizeChange",{slide:this.slide,width:t,height:e,content:this})}}isZoomable(){return this.instance.applyFilters("isContentZoomable",this.isImageContent()&&this.state!==en,this)}updateSrcsetSizes(){if(!this.isImageContent()||!this.element||!this.data.srcset)return;const t=this.element,e=this.instance.applyFilters("srcsetSizesWidth",this.displayedImageWidth,this);(!t.dataset.largestUsedSize||e>parseInt(t.dataset.largestUsedSize,10))&&(t.sizes=e+"px",t.dataset.largestUsedSize=String(e))}usePlaceholder(){return this.instance.applyFilters("useContentPlaceholder",this.isImageContent(),this)}lazyLoad(){this.instance.dispatch("contentLazyLoad",{content:this}).defaultPrevented||this.load(!0)}keepPlaceholder(){return this.instance.applyFilters("isKeepingPlaceholder",this.isLoading(),this)}destroy(){this.hasSlide=!1,this.slide=void 0,this.instance.dispatch("contentDestroy",{content:this}).defaultPrevented||(this.remove(),this.placeholder&&(this.placeholder.destroy(),this.placeholder=void 0),this.isImageContent()&&this.element&&(this.element.onload=null,this.element.onerror=null,this.element=void 0))}displayError(){if(this.slide){var t,e;let n=$e("pswp__error-msg","div");n.innerText=null!==(t=null===(e=this.instance.options)||void 0===e?void 0:e.errorMsg)&&void 0!==t?t:"",n=this.instance.applyFilters("contentErrorElement",n,this),this.element=$e("pswp__content pswp__error-msg-container","div"),this.element.appendChild(n),this.slide.container.innerText="",this.slide.container.appendChild(this.element),this.slide.updateContentSize(!0),this.removePlaceholder()}}append(){if(this.isAttached||!this.element)return;if(this.isAttached=!0,this.state===en)return void this.displayError();if(this.instance.dispatch("contentAppend",{content:this}).defaultPrevented)return;const t="decode"in this.element;this.isImageContent()?t&&this.slide&&(!this.slide.isActive||rn())?(this.isDecoding=!0,this.element.decode().catch((()=>{})).finally((()=>{this.isDecoding=!1,this.appendImage()}))):this.appendImage():this.slide&&!this.element.parentNode&&this.slide.container.appendChild(this.element)}activate(){!this.instance.dispatch("contentActivate",{content:this}).defaultPrevented&&this.slide&&(this.isImageContent()&&this.isDecoding&&!rn()?this.appendImage():this.isError()&&this.load(!1,!0),this.slide.holderElement&&this.slide.holderElement.setAttribute("aria-hidden","false"))}deactivate(){this.instance.dispatch("contentDeactivate",{content:this}),this.slide&&this.slide.holderElement&&this.slide.holderElement.setAttribute("aria-hidden","true")}remove(){this.isAttached=!1,this.instance.dispatch("contentRemove",{content:this}).defaultPrevented||(this.element&&this.element.parentNode&&this.element.remove(),this.placeholder&&this.placeholder.element&&this.placeholder.element.remove())}appendImage(){this.isAttached&&(this.instance.dispatch("contentAppendImage",{content:this}).defaultPrevented||(this.slide&&this.element&&!this.element.parentNode&&this.slide.container.appendChild(this.element),this.state!==tn&&this.state!==en||this.removePlaceholder()))}}function cn(t,e,n,r,i){let o=0;if(e.paddingFn)o=e.paddingFn(n,r,i)[t];else if(e.padding)o=e.padding[t];else{const n="padding"+t[0].toUpperCase()+t.slice(1);e[n]&&(o=e[n])}return Number(o)||0}class un{constructor(t,e,n,r){this.pswp=r,this.options=t,this.itemData=e,this.index=n,this.panAreaSize=null,this.elementSize=null,this.fit=1,this.fill=1,this.vFill=1,this.initial=1,this.secondary=1,this.max=1,this.min=1}update(t,e,n){const r={x:t,y:e};this.elementSize=r,this.panAreaSize=n;const i=n.x/r.x,o=n.y/r.y;this.fit=Math.min(1,i<o?i:o),this.fill=Math.min(1,i>o?i:o),this.vFill=Math.min(1,o),this.initial=this._getInitial(),this.secondary=this._getSecondary(),this.max=Math.max(this.initial,this.secondary,this._getMax()),this.min=Math.min(this.fit,this.initial,this.secondary),this.pswp&&this.pswp.dispatch("zoomLevelsUpdate",{zoomLevels:this,slideData:this.itemData})}_parseZoomLevelOption(t){const e=t+"ZoomLevel",n=this.options[e];if(n)return"function"==typeof n?n(this):"fill"===n?this.fill:"fit"===n?this.fit:Number(n)}_getSecondary(){let t=this._parseZoomLevelOption("secondary");return t||(t=Math.min(1,3*this.fit),this.elementSize&&t*this.elementSize.x>4e3&&(t=4e3/this.elementSize.x),t)}_getInitial(){return this._parseZoomLevelOption("initial")||this.fit}_getMax(){return this._parseZoomLevelOption("max")||Math.max(1,4*this.fit)}}function pn(t,e,n){const r=e.createContentFromData(t,n);let i;const{options:o}=e;if(o){let a;i=new un(o,t,-1),a=e.pswp?e.pswp.viewportSize:function(t,e){if(t.getViewportSizeFn){const n=t.getViewportSizeFn(t,e);if(n)return n}return{x:document.documentElement.clientWidth,y:window.innerHeight}}(o,e);const s=function(t,e,n,r){return{x:e.x-cn("left",t,e,n,r)-cn("right",t,e,n,r),y:e.y-cn("top",t,e,n,r)-cn("bottom",t,e,n,r)}}(o,a,t,n);i.update(r.width,r.height,s)}return r.lazyLoad(),i&&r.setDisplayedSize(Math.ceil(r.width*i.initial),Math.ceil(r.height*i.initial)),r}class dn extends an{getNumItems(){var t;let e=0;const n=null===(t=this.options)||void 0===t?void 0:t.dataSource;n&&"length"in n?e=n.length:n&&"gallery"in n&&(n.items||(n.items=this._getGalleryDOMElements(n.gallery)),n.items&&(e=n.items.length));const r=this.dispatch("numItems",{dataSource:n,numItems:e});return this.applyFilters("numItems",r.numItems,n)}createContentFromData(t,e){return new ln(t,this,e)}getItemData(t){var e;const n=null===(e=this.options)||void 0===e?void 0:e.dataSource;let r={};Array.isArray(n)?r=n[t]:n&&"gallery"in n&&(n.items||(n.items=this._getGalleryDOMElements(n.gallery)),r=n.items[t]);let i=r;i instanceof Element&&(i=this._domElementToItemData(i));const o=this.dispatch("itemData",{itemData:i||{},index:t});return this.applyFilters("itemData",o.itemData,t)}_getGalleryDOMElements(t){var e,n;return null!==(e=this.options)&&void 0!==e&&e.children||null!==(n=this.options)&&void 0!==n&&n.childSelector?nn(this.options.children,this.options.childSelector,t)||[]:[t]}_domElementToItemData(t){const e={element:t},n="A"===t.tagName?t:t.querySelector("a");if(n){e.src=n.dataset.pswpSrc||n.href,n.dataset.pswpSrcset&&(e.srcset=n.dataset.pswpSrcset),e.width=n.dataset.pswpWidth?parseInt(n.dataset.pswpWidth,10):0,e.height=n.dataset.pswpHeight?parseInt(n.dataset.pswpHeight,10):0,e.w=e.width,e.h=e.height,n.dataset.pswpType&&(e.type=n.dataset.pswpType);const i=t.querySelector("img");var r;if(i)e.msrc=i.currentSrc||i.src,e.alt=null!==(r=i.getAttribute("alt"))&&void 0!==r?r:"";(n.dataset.pswpCropped||n.dataset.cropped)&&(e.thumbCropped=!0)}return this.applyFilters("domItemData",e,t,n)}lazyLoadData(t,e){return pn(t,this,e)}}class hn extends dn{constructor(t){super(),this.options=t||{},this._uid=0,this.shouldOpen=!1,this._preloadedContent=void 0,this.onThumbnailsClick=this.onThumbnailsClick.bind(this)}init(){nn(this.options.gallery,this.options.gallerySelector).forEach((t=>{t.addEventListener("click",this.onThumbnailsClick,!1)}))}onThumbnailsClick(t){if(function(t){return"button"in t&&1===t.button||t.ctrlKey||t.metaKey||t.altKey||t.shiftKey}(t)||window.pswp)return;let e={x:t.clientX,y:t.clientY};e.x||e.y||(e=null);let n=this.getClickedIndex(t);n=this.applyFilters("clickedIndex",n,t,this);const r={gallery:t.currentTarget};n>=0&&(t.preventDefault(),this.loadAndOpen(n,r,e))}getClickedIndex(t){if(this.options.getClickedIndexFn)return this.options.getClickedIndexFn.call(this,t);const e=t.target,n=nn(this.options.children,this.options.childSelector,t.currentTarget).findIndex((t=>t===e||t.contains(e)));return-1!==n?n:this.options.children||this.options.childSelector?-1:0}loadAndOpen(t,e,n){if(window.pswp||!this.options)return!1;if(!e&&this.options.gallery&&this.options.children){const t=nn(this.options.gallery);t[0]&&(e={gallery:t[0]})}return this.options.index=t,this.options.initialPointerPos=n,this.shouldOpen=!0,this.preload(t,e),!0}preload(t,e){const{options:n}=this;e&&(n.dataSource=e);const r=[],i=typeof n.pswpModule;if("function"==typeof(o=n.pswpModule)&&o.prototype&&o.prototype.goTo)r.push(Promise.resolve(n.pswpModule));else{if("string"===i)throw new Error("pswpModule as string is no longer supported");if("function"!==i)throw new Error("pswpModule is not valid");r.push(n.pswpModule())}var o;"function"==typeof n.openPromise&&r.push(n.openPromise()),!1!==n.preloadFirstSlide&&t>=0&&(this._preloadedContent=function(t,e){const n=e.getItemData(t);if(!e.dispatch("lazyLoadSlide",{index:t,itemData:n}).defaultPrevented)return pn(n,e,t)}(t,this));const a=++this._uid;Promise.all(r).then((t=>{if(this.shouldOpen){const e=t[0];this._openPhotoswipe(e,a)}}))}_openPhotoswipe(t,e){if(e!==this._uid&&this.shouldOpen)return;if(this.shouldOpen=!1,window.pswp)return;const n="object"==typeof t?new t.default(this.options):new t(this.options);this.pswp=n,window.pswp=n,Object.keys(this._listeners).forEach((t=>{var e;null===(e=this._listeners[t])||void 0===e||e.forEach((e=>{n.on(t,e)}))})),Object.keys(this._filters).forEach((t=>{var e;null===(e=this._filters[t])||void 0===e||e.forEach((e=>{n.addFilter(t,e.fn,e.priority)}))})),this._preloadedContent&&(n.contentLoader.addToCache(this._preloadedContent),this._preloadedContent=void 0),n.on("destroy",(()=>{this.pswp=void 0,delete window.pswp})),n.init()}destroy(){var t;null===(t=this.pswp)||void 0===t||t.destroy(),this.shouldOpen=!1,this._listeners={},nn(this.options.gallery,this.options.gallerySelector).forEach((t=>{t.removeEventListener("click",this.onThumbnailsClick,!1)}))}}var fn=i(72),_n=i.n(fn),mn=i(825),vn=i.n(mn),gn=i(659),wn=i.n(gn),An=i(56),yn=i.n(An),bn=i(540),Cn=i.n(bn),xn=i(113),En=i.n(xn),Sn=i(619),kn={};kn.styleTagTransform=En(),kn.setAttributes=yn(),kn.insert=wn().bind(null,"head"),kn.domAPI=vn(),kn.insertStyleElement=Cn();_n()(Sn.A,kn);Sn.A&&Sn.A.locals&&Sn.A.locals;var Bn=function(t){switch(t){case"zoom_in_out":default:return"zoom";case"fade":return"fade";case"none":return"none"}},Ln=function(t){return t.preventDefault(),t.stopPropagation(),!1},zn=/[\s\n\\/='"\0<>]/,Pn=/^(xlink|xmlns|xml)([A-Z])/,In=/^accessK|^auto[A-Z]|^cell|^ch|^col|cont|cross|dateT|encT|form[A-Z]|frame|hrefL|inputM|maxL|minL|noV|playsI|popoverT|readO|rowS|spellC|src[A-Z]|tabI|useM|item[A-Z]/,Nn=/^ac|^ali|arabic|basel|cap|clipPath$|clipRule$|color|dominant|enable|fill|flood|font|glyph[^R]|horiz|image|letter|lighting|marker[^WUH]|overline|panose|pointe|paint|rendering|shape|stop|strikethrough|stroke|spel|text[^L]|transform|underline|unicode|units|^v[^i]|^w|^xH/,On=/["&<]/;function Mn(t){if(0===t.length||!1===On.test(t))return t;for(var e=0,n=0,r="",i="";n<t.length;n++){switch(t.charCodeAt(n)){case 34:i="&quot;";break;case 38:i="&amp;";break;case 60:i="&lt;";break;default:continue}n!==e&&(r+=t.slice(e,n)),r+=i,e=n+1}return n!==e&&(r+=t.slice(e,n)),r}var jn={},Dn=new Set(["animation-iteration-count","border-image-outset","border-image-slice","border-image-width","box-flex","box-flex-group","box-ordinal-group","column-count","fill-opacity","flex","flex-grow","flex-negative","flex-order","flex-positive","flex-shrink","flood-opacity","font-weight","grid-column","grid-row","line-clamp","line-height","opacity","order","orphans","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","widows","z-index","zoom"]),Tn=/[A-Z]/g;function Hn(t){var e="";for(var n in t){var r=t[n];if(null!=r&&""!==r){var i="-"==n[0]?n:jn[n]||(jn[n]=n.replace(Tn,"-$&").toLowerCase()),o=";";"number"!=typeof r||i.startsWith("--")||Dn.has(i)||(o="px;"),e=e+i+":"+r+o}}return e||void 0}function Un(){this.__d=!0}var Fn,Vn,qn,Wn,Yn={},Rn=[],Zn=Array.isArray,Gn=Object.assign,Xn="";function $n(t,n,r){var i=e.__s;e.__s=!0,Fn=e.__b,Vn=e.diffed,qn=e.__r,Wn=e.unmount;var o=U(V,null);o.__k=[t];try{var a=Jn(t,n||Yn,!1,void 0,o,!1,r);return Zn(a)?a.join(Xn):a}catch(t){if(t.then)throw new Error('Use "renderToStringAsync" for suspenseful rendering.');throw t}finally{e.__c&&e.__c(t,Rn),e.__s=i,Rn.length=0}}function Kn(t,e){var n,r=t.type,i=!0;return t.__c?(i=!1,(n=t.__c).state=n.__s):n=new r(t.props,e),t.__c=n,n.__v=t,n.props=t.props,n.context=e,n.__d=!0,null==n.state&&(n.state=Yn),null==n.__s&&(n.__s=n.state),r.getDerivedStateFromProps?n.state=Gn({},n.state,r.getDerivedStateFromProps(n.props,n.state)):i&&n.componentWillMount?(n.componentWillMount(),n.state=n.__s!==n.state?n.__s:n.state):!i&&n.componentWillUpdate&&n.componentWillUpdate(),qn&&qn(t),n.render(n.props,n.state,e)}function Jn(t,n,r,i,o,a,s){if(null==t||!0===t||!1===t||t===Xn)return Xn;var l=typeof t;if("object"!=l)return"function"==l?Xn:"string"==l?Mn(t):t+Xn;if(Zn(t)){var c,u=Xn;o.__k=t;for(var p=0;p<t.length;p++){var d=t[p];if(null!=d&&"boolean"!=typeof d){var h,f=Jn(d,n,r,i,o,a,s);"string"==typeof f?u+=f:(c||(c=[]),u&&c.push(u),u=Xn,Zn(f)?(h=c).push.apply(h,f):c.push(f))}}return c?(u&&c.push(u),c):u}if(void 0!==t.constructor)return Xn;t.__=o,Fn&&Fn(t);var _=t.type,m=t.props;if("function"==typeof _){var v,g,w,A=n;if(_===V){if("tpl"in m){for(var y=Xn,b=0;b<m.tpl.length;b++)if(y+=m.tpl[b],m.exprs&&b<m.exprs.length){var C=m.exprs[b];if(null==C)continue;"object"!=typeof C||void 0!==C.constructor&&!Zn(C)?y+=C:y+=Jn(C,n,r,i,t,a,s)}return y}if("UNSTABLE_comment"in m)return"\x3c!--"+Mn(m.UNSTABLE_comment)+"--\x3e";g=m.children}else{if(null!=(v=_.contextType)){var x=n[v.__c];A=x?x.props.value:v.__}var E=_.prototype&&"function"==typeof _.prototype.render;if(E)g=Kn(t,A),w=t.__c;else{t.__c=w=function(t,e){return{__v:t,context:e,props:t.props,setState:Un,forceUpdate:Un,__d:!0,__h:new Array(0)}}(t,A);for(var S=0;w.__d&&S++<25;)w.__d=!1,qn&&qn(t),g=_.call(w,m,A);w.__d=!0}if(null!=w.getChildContext&&(n=Gn({},n,w.getChildContext())),E&&e.errorBoundaries&&(_.getDerivedStateFromError||w.componentDidCatch)){g=null!=g&&g.type===V&&null==g.key&&null==g.props.tpl?g.props.children:g;try{return Jn(g,n,r,i,t,a,s)}catch(e){return _.getDerivedStateFromError&&(w.__s=_.getDerivedStateFromError(e)),w.componentDidCatch&&w.componentDidCatch(e,Yn),w.__d?(g=Kn(t,n),null!=(w=t.__c).getChildContext&&(n=Gn({},n,w.getChildContext())),Jn(g=null!=g&&g.type===V&&null==g.key&&null==g.props.tpl?g.props.children:g,n,r,i,t,a,s)):Xn}finally{Vn&&Vn(t),t.__=null,Wn&&Wn(t)}}}g=null!=g&&g.type===V&&null==g.key&&null==g.props.tpl?g.props.children:g;try{var k=Jn(g,n,r,i,t,a,s);return Vn&&Vn(t),t.__=null,e.unmount&&e.unmount(t),k}catch(o){if(!a&&s&&s.onError){var B=s.onError(o,t,(function(e){return Jn(e,n,r,i,t,a,s)}));if(void 0!==B)return B;var L=e.__e;return L&&L(o,t),Xn}if(!a)throw o;if(!o||"function"!=typeof o.then)throw o;return o.then((function e(){try{return Jn(g,n,r,i,t,a,s)}catch(o){if(!o||"function"!=typeof o.then)throw o;return o.then((function(){return Jn(g,n,r,i,t,a,s)}),e)}}))}}var z,P="<"+_,I=Xn;for(var N in m){var O=m[N];if("function"!=typeof O||"class"===N||"className"===N){switch(N){case"children":z=O;continue;case"key":case"ref":case"__self":case"__source":continue;case"htmlFor":if("for"in m)continue;N="for";break;case"className":if("class"in m)continue;N="class";break;case"defaultChecked":N="checked";break;case"defaultSelected":N="selected";break;case"defaultValue":case"value":switch(N="value",_){case"textarea":z=O;continue;case"select":i=O;continue;case"option":i!=O||"selected"in m||(P+=" selected")}break;case"dangerouslySetInnerHTML":I=O&&O.__html;continue;case"style":"object"==typeof O&&(O=Hn(O));break;case"acceptCharset":N="accept-charset";break;case"httpEquiv":N="http-equiv";break;default:if(Pn.test(N))N=N.replace(Pn,"$1:$2").toLowerCase();else{if(zn.test(N))continue;"-"!==N[4]&&"draggable"!==N||null==O?r?Nn.test(N)&&(N="panose1"===N?"panose-1":N.replace(/([A-Z])/g,"-$1").toLowerCase()):In.test(N)&&"spellcheck"===(N=N.toLowerCase())&&(O=""+O):O+=Xn}}null!=O&&!1!==O&&(P=!0===O||O===Xn?P+" "+N:P+" "+N+'="'+("string"==typeof O?Mn(O):O+Xn)+'"')}}if(zn.test(_))throw new Error(_+" is not a valid HTML tag name in "+P+">");if(I||("string"==typeof z?I=Mn(z):null!=z&&!1!==z&&!0!==z&&(I=Jn(z,n,"svg"===_||"foreignObject"!==_&&r,i,t,a,s))),Vn&&Vn(t),t.__=null,Wn&&Wn(t),!I&&Qn.has(_))return P+"/>";var M="</"+_+">",j=P+">";return Zn(I)?[j].concat(I,[M]):"string"!=typeof I?[j,I,M]:j+I+M}var Qn=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]);function tr(t){return tr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},tr(t)}function er(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function nr(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=tr(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=tr(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==tr(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var rr=function(t,e){t.on("uiRegister",(function(){t.pswp.ui.registerElement({name:"custom-caption",order:9,isButton:!1,appendTo:"root",html:"Caption text",onInit:function(n,r){t.pswp.on("change",(function(){var r=t.pswp.currSlide.data,i=function(t,e){var n,r,i,o,a,s,l,c,u,p,d,h,f,_,m,v,g;return[{name:"Camera",icon:"camera",value:null==t||null===(n=t.exif)||void 0===n?void 0:n.camera,visible:"N/A"!==(null==t||null===(r=t.exif)||void 0===r?void 0:r.camera)&&e.camera},{name:"FocalLength",icon:"eye",value:null==t||null===(i=t.exif)||void 0===i?void 0:i.focal_length,visible:"N/A"!==(null==t||null===(o=t.exif)||void 0===o?void 0:o.focal_length)&&e.focal_length},{name:"ShutterSpeed",icon:"shutter_speed",value:null==t||null===(a=t.exif)||void 0===a?void 0:a.shutter_speed,visible:"N/A"!==(null==t||null===(s=t.exif)||void 0===s?void 0:s.shutter_speed)&&e.shutter_speed},{name:"Aperture",icon:"aperture",value:null==t||null===(l=t.exif)||void 0===l?void 0:l.aperture,visible:"N/A"!==(null==t||null===(c=t.exif)||void 0===c?void 0:c.aperture)&&e.aperture},{name:"Iso",icon:"iso",value:null==t||null===(u=t.exif)||void 0===u?void 0:u.iso,visible:"N/A"!==(null==t||null===(p=t.exif)||void 0===p?void 0:p.iso)&&e.iso},{name:"Lens",icon:"lens",value:null==t||null===(d=t.exif)||void 0===d?void 0:d.lens,visible:"N/A"!==(null==t||null===(h=t.exif)||void 0===h?void 0:h.lens)&&e.lens},{name:"Date",icon:"calendar",value:null==t||null===(f=t.exif)||void 0===f?void 0:f.date,visible:"N/A"!==(null==t||null===(_=t.exif)||void 0===_?void 0:_.date)&&0!=(null==t||null===(m=t.exif)||void 0===m?void 0:m.date)&&e.date},{name:"Keywords",icon:"sharing",value:null==t||null===(v=t.exif)||void 0===v?void 0:v.keywords,visible:"N/A"!==(null==t||null===(g=t.exif)||void 0===g?void 0:g.keywords)&&e.keywords}].filter((function(t){return t.visible}))}(r,e),o=Gt("div",{className:"exifs",children:i.map((function(t){return Gt(Be,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?er(Object(n),!0).forEach((function(e){nr(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):er(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},t))}))}),a=Gt("div",{className:"mwl__metadata",children:[e.title&&Gt(Le,{image:r}),e.caption&&Gt(ke,{image:r}),!e.caption&&!e.title&&Gt("div",{style:{height:"20px",width:"1px",overflow:"hidden"}}),o]});n.innerHTML=$n(a)||""}))}})}))},ir=function(t,e){var n;t.on("uiRegister",(function(){var e=!1,n=Gt(xe,{icon:"play"}),r=Gt(xe,{icon:"pause"});t.pswp.ui.registerElement({name:"slideshow-button",order:9,isButton:!0,html:$n(n),onClick:function(t,i){e=!e,function(t){t.innerHTML=$n(e?r:n)}(i);var o=new Event(e?"startSlideshow":"stopSlideshow");document.dispatchEvent(o)}})})),t.on("bindEvents",(function(){document.addEventListener("startSlideshow",(function(){n=setInterval((function(){t.pswp.next()}),e.slide_duration)})),document.addEventListener("stopSlideshow",(function(){clearInterval(n)}))}))},or=function(t){var e=Gt(xe,{icon:"sharing"});t.on("uiRegister",(function(){t.pswp.ui.registerElement({name:"social-share-button",order:10,isButton:!0,html:$n(e),onClick:function(t,e){!function(t,e){var n=t.closest(".pswp__top-bar"),r=n.querySelector(".mwl__pswp--sharing__options");if(r)r.remove();else{var i=Gt("div",{className:"mwl__pswp--sharing__options",children:Gt("ul",{children:[Gt("li",{children:Gt("a",{href:"https://www.facebook.com/sharer/sharer.php?u=".concat(e),target:"_blank",children:"Share on Facebook"})}),Gt("li",{children:Gt("a",{href:"https://twitter.com/intent/tweet?text=".concat(e),target:"_blank",children:"Share on X"})}),Gt("li",{children:Gt("a",{href:"https://pinterest.com/pin/create/button/?url=".concat(e),target:"_blank",children:"Share on Pinterest"})})]})}),o=document.createElement("div");o.innerHTML=$n(i),n.appendChild(o)}}(e,window.location.href)}})}))},ar=function(t){var e=!1,n=Gt(xe,{icon:"map"}),r=Gt(xe,{icon:"image"}),i=function(t){t.innerHTML=$n(e?r:n)};t.on("uiRegister",(function(){t.pswp.ui.registerElement({name:"map-button",order:11,isButton:!0,html:$n(n),onClick:function(n,r){var o=t.pswp.currSlide;if(e=!e){var a=document.createElement("div");a.id="map-overlay",a.style.cssText="position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999;";var s=document.querySelector("#pswp__items").style.transform.match(/translate3d\(([^,]+),/)[1];s=s.startsWith("-")?s.substring(1):"-".concat(s),a.style.transform="translate3d(".concat(s,", 0, 0)"),["pointerdown","pointermove","pointerup","touchstart","touchmove","touchend"].forEach((function(t){a.addEventListener(t,(function(t){return t.stopPropagation()}))}));var l=document.createElement("div");l.id="map-container",l.style.width="100%",l.style.height="100%",a.appendChild(l),t.pswp.container.appendChild(a),function(t,e){if(void 0!==window.mwlInitMap){var n=e.exif.gps;if(n){var r=n.split(","),i={gps:{lat:parseFloat(r[0]),lng:parseFloat(r[1])},src:e.src,dimensions:{width:e.width,height:e.height},low_res_src:e.msrc,exifs:{caption:e.meta.caption},title:e.meta.title};window.mwlInitMap(t,i)}else console.warn("No GPS data available for this image.")}else console.error("window.mwlInitMap is not defined. Please check that you have included the map script in your page.")}("map-container",o.data)}else{var c=document.getElementById("map-overlay");c&&c.remove()}i(r)}})})),t.on("change",(function(){if(e){e=!1;var t=document.getElementById("map-overlay");t&&t.remove();var n=document.querySelector(".pswp__button--map-button");n&&i(n)}}))};function sr(){return Et((function(){var t,e=(t=window.mwl_data,Object.values(t).filter((function(t){return t.data})).map((function(t){return{id:t.data.id,src:t.file,msrc:t.file,width:t.dimension.width,height:t.dimension.height,thumbCropped:!0,meta:{title:t.data.title,caption:t.data.caption,description:t.data.description,keywords:t.data.keywords,copyright:t.data.copyright,date:t.data.date,download:t.download_link},exif:{camera:t.data.camera,focal_length:t.data.focal_length,shutter_speed:t.data.shutter_speed,aperture:t.data.aperture,iso:t.data.iso,lens:t.data.lens,date:t.data.date,keywords:t.data.keywords,gps:t.data.gps}}})));if(e.length){var n,r=h.split(",").map((function(t){return"".concat(t.trim()," img")})).join(", ");try{(n=new hn({bgOpacity:g/100,mainClass:"mwl",dataSource:e,showHideAnimationType:Bn(k),showAnimationDuration:N[B],hideAnimationDuration:N[B],pswpModule:function(){return i.e(300).then(i.bind(i,300))}})).addFilter("thumbEl",(function(t,e){return document.querySelector("[data-mwl-img-id='".concat(e.id,"']"))||document.querySelector(".wp-image-".concat(e.id))||t})),n.addFilter("placeholderSrc",(function(t,e){var n=document.querySelector("[data-mwl-img-id='".concat(e.data.id,"']"))||document.querySelector(".wp-image-".concat(e.data.id));return n?n.src:t})),rr(n,z),m.enabled&&ir(n,m),P.enabled&&function(t){var e=Gt(xe,{icon:"download"});t.on("uiRegister",(function(){t.pswp.ui.registerElement({name:"download-button",order:10,isButton:!0,html:$n(e),onClick:function(){var e=t.pswp.currSlide.data.meta.download,n=document.createElement("a");n.href=e,n.download=e.split(/[\\/]/).pop(),document.body.appendChild(n),n.click(),document.body.removeChild(n)}})}))}(n),I&&function(t){t.on("bindEvents",(function(){t.pswp.container.addEventListener("contextmenu",Ln)})),t.on("unbindEvents",(function(){t.pswp.container.removeEventListener("contextmenu",Ln)}))}(n),x&&function(t,e){t.on("change",(function(){var e=t.pswp.currSlide.data.id,n="".concat(window.location.pathname,"#mwl-").concat(e);history.pushState(null,"",n)})),t.on("close",(function(){history.pushState(null,"",window.location.pathname)}));var n=window.location.hash;if(n){var r=n.split("mwl-")[1],i=e.findIndex((function(t){return t.id==r}));-1!==i&&t.loadAndOpen(i)}}(n,e),E&&or(n),w.enabled&&ar(n),n.init(),window.pswpLightbox=n,document.querySelectorAll(r).forEach((function(t){var r,i=t.dataset.mwlImgId||(null===(r=t.className.match(/wp-image-(\d+)/))||void 0===r?void 0:r[1]);if(i){var o=e.findIndex((function(t){return t.id==i}));t.style.cursor="zoom-in",t.addEventListener("click",(function(t){t.preventDefault(),n.loadAndOpen(o)}))}}))}catch(t){console.error("Error initializing PhotoSwipe:",t)}return function(){n&&(n.destroy(),n=null)}}console.warn("(Meow Lightbox PS) No images found.")}),[]),null}var lr=function(){console.log("🎞️ Rendering Meow Lightbox");var t=window.mwl_settings.settings.engine,e=document.getElementById("mwl-root");e&&e.parentNode.removeChild(e),document.body.appendChild(document.createRange().createContextualFragment('<div id="mwl-root"></div>'));var n=document.querySelectorAll(".mgl-infinite-scroll"),r=Array.from(n).map((function(t){return t.previousSibling}));"photoswipe"===t&&st(Gt(sr,{}),document.getElementById("mwl-root")),"default"===t&&st(Gt(be,{infiniteScrollableGalleries:r,children:Gt(Xe,{})}),document.getElementById("mwl-root"))};document.addEventListener("DOMContentLoaded",(function(){setTimeout((function(){lr()}),300)})),window.renderMeowLightbox=lr})()})();


