kcc-gem-theme-core 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (243) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +138 -0
  4. data/_config.yml +262 -0
  5. data/_data/cache_bust_css.yml +1 -0
  6. data/_includes/accordion.html +36 -0
  7. data/_includes/accordion_path-sorting.html +29 -0
  8. data/_includes/body.html +13 -0
  9. data/_includes/breadcrumbs.html +65 -0
  10. data/_includes/card-section.html +32 -0
  11. data/_includes/chat-now.html +15 -0
  12. data/_includes/contacts.html +90 -0
  13. data/_includes/document-head.html +22 -0
  14. data/_includes/emergency-alerts.html +27 -0
  15. data/_includes/foot.html +3 -0
  16. data/_includes/footer.html +278 -0
  17. data/_includes/hash/theme_hash.yml +1 -0
  18. data/_includes/header-global.html +56 -0
  19. data/_includes/hero-slider.html +42 -0
  20. data/_includes/main-call-to-action.html +32 -0
  21. data/_includes/nav-global-bottom.html +47 -0
  22. data/_includes/nav-global-top.html +34 -0
  23. data/_includes/nav-local.html +29 -0
  24. data/_includes/preconnect.html +22 -0
  25. data/_includes/scripts/custom.html +4 -0
  26. data/_includes/scripts/google-api.html +2 -0
  27. data/_includes/scripts/google-noscript.html +9 -0
  28. data/_includes/scripts/google-tag.html +23 -0
  29. data/_includes/scripts/kcc-theme.html +2 -0
  30. data/_includes/scripts/table-cdn.html +6 -0
  31. data/_includes/scripts/translate.html +11 -0
  32. data/_includes/scripts/vendor-cdn.html +5 -0
  33. data/_includes/styles/fonts.html +4 -0
  34. data/_includes/styles/main.html +12 -0
  35. data/_includes/styles/vendor.html +6 -0
  36. data/_includes/svg/check.html +11 -0
  37. data/_includes/svg/check_circle-24px.html +13 -0
  38. data/_includes/svg/dot.html +1 -0
  39. data/_includes/svg/earn-more.html +30 -0
  40. data/_includes/svg/email-24px.html +13 -0
  41. data/_includes/svg/goals.html +21 -0
  42. data/_includes/svg/kcc-copy.html +62 -0
  43. data/_includes/svg/kcc.html +65 -0
  44. data/_includes/svg/kcc.svg +59 -0
  45. data/_includes/svg/love.html +13 -0
  46. data/_includes/svg/place-24px.html +13 -0
  47. data/_includes/svg/save-money.html +26 -0
  48. data/_includes/tabbed-content.html +27 -0
  49. data/_includes/translate.html +3 -0
  50. data/_layouts/default-core.html +27 -0
  51. data/_layouts/default.html +32 -0
  52. data/_layouts/hero-banner.html +17 -0
  53. data/_layouts/hero-slider.html +17 -0
  54. data/_layouts/markdown.html +13 -0
  55. data/_layouts/page.html +8 -0
  56. data/assets/css/content.css +37 -0
  57. data/assets/img/2016-senior-viewbook.jpg +0 -0
  58. data/assets/img/ATEC-DSC_1033.jpeg +0 -0
  59. data/assets/img/DSC_5650_helpful.jpg +0 -0
  60. data/assets/img/admissions-navigation-menu.jpg +0 -0
  61. data/assets/img/ajax-loader.gif +0 -0
  62. data/assets/img/alert.svg +1 -0
  63. data/assets/img/arrow-right.svg +1 -0
  64. data/assets/img/arrow_right_alt.svg +1 -0
  65. data/assets/img/blue-next.svg +1 -0
  66. data/assets/img/blue-prev.svg +1 -0
  67. data/assets/img/d-daun2.jpg +0 -0
  68. data/assets/img/dbl-next.svg +1 -0
  69. data/assets/img/dbl-next_mobile.svg +1 -0
  70. data/assets/img/dbl-prev.svg +1 -0
  71. data/assets/img/dbl-prev_mobile.svg +1 -0
  72. data/assets/img/dot.svg +13 -0
  73. data/assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg +0 -0
  74. data/assets/img/facebook-f_white.svg +1 -0
  75. data/assets/img/fafsa-early-bird-banner-18.jpg +0 -0
  76. data/assets/img/go_cavs_20171002_193828-web.jpg +0 -0
  77. data/assets/img/heading-bg-underline-tan.png +0 -0
  78. data/assets/img/heading-bg-underline-transparent.png +0 -0
  79. data/assets/img/heading-bg-underline.png +0 -0
  80. data/assets/img/home.svg +8 -0
  81. data/assets/img/instagram-white.svg +1 -0
  82. data/assets/img/itransfer.png +0 -0
  83. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  84. data/assets/img/kcc-logo-inverse.svg +1 -0
  85. data/assets/img/kcc-logo.svg +1 -0
  86. data/assets/img/kcc-placeholder-square.png +0 -0
  87. data/assets/img/kcc-placeholder.png +0 -0
  88. data/assets/img/kcc-text-logo.svg +1 -0
  89. data/assets/img/keyboard_arrow_right.svg +1 -0
  90. data/assets/img/linkedin-white.svg +1 -0
  91. data/assets/img/loader.gif +0 -0
  92. data/assets/img/miguel2.jpg +0 -0
  93. data/assets/img/pause.svg +1 -0
  94. data/assets/img/pinterest-p_white.svg +1 -0
  95. data/assets/img/placeholder.png +0 -0
  96. data/assets/img/placeholder_16to9.jpg +0 -0
  97. data/assets/img/placeholder_4by3.jpg +0 -0
  98. data/assets/img/placeholder_square.jpg +0 -0
  99. data/assets/img/play.svg +1 -0
  100. data/assets/img/riverfrontcampus.jpg +0 -0
  101. data/assets/img/search.svg +1 -0
  102. data/assets/img/settings.svg +1 -0
  103. data/assets/img/settings_56.svg +1 -0
  104. data/assets/img/soccer.svg +1 -0
  105. data/assets/img/social-icon.svg +1 -0
  106. data/assets/img/toggle-off.svg +1 -0
  107. data/assets/img/toggle-on.svg +1 -0
  108. data/assets/img/twitter-white.svg +1 -0
  109. data/assets/img/video.svg +1 -0
  110. data/assets/img/x.svg +1 -0
  111. data/assets/img/youtube-white.svg +1 -0
  112. data/assets/img/yt-loading.png +0 -0
  113. data/assets/img/zippia.png +0 -0
  114. data/assets/js/alerts/addAccordionOrTabHistoryStates.js +50 -0
  115. data/assets/js/alerts/alerts.js +56 -0
  116. data/assets/js/alerts/cacheResponse.js +23 -0
  117. data/assets/js/alerts/checkForPrefersReducedMotion.js +19 -0
  118. data/assets/js/alerts/contentHashLink.js +94 -0
  119. data/assets/js/alerts/createAlertsHtml.js +73 -0
  120. data/assets/js/alerts/fetchNewAlert.js +33 -0
  121. data/assets/js/alerts/getCachedResponse.js +43 -0
  122. data/assets/js/alerts/parseMarkdownToHTML.js +85 -0
  123. data/assets/js/alerts/refreshAlertButton.js +37 -0
  124. data/assets/js/dist/102.bundle.js +1 -0
  125. data/assets/js/dist/126.bundle.js +1 -0
  126. data/assets/js/dist/154.bundle.js +1 -0
  127. data/assets/js/dist/238.bundle.js +1 -0
  128. data/assets/js/dist/282.bundle.js +1 -0
  129. data/assets/js/dist/315.bundle.js +1 -0
  130. data/assets/js/dist/381.798ee77dce545b7c224a.css +2 -0
  131. data/assets/js/dist/381.bundle.js +1 -0
  132. data/assets/js/dist/391.bundle.js +1 -0
  133. data/assets/js/dist/45.bundle.js +1 -0
  134. data/assets/js/dist/504.bundle.js +1 -0
  135. data/assets/js/dist/526.bundle.js +2 -0
  136. data/assets/js/dist/526.bundle.js.LICENSE.txt +24 -0
  137. data/assets/js/dist/57.bundle.js +1 -0
  138. data/assets/js/dist/576.bundle.js +1 -0
  139. data/assets/js/dist/582.bundle.js +1 -0
  140. data/assets/js/dist/614.bundle.js +1 -0
  141. data/assets/js/dist/640.bundle.js +1 -0
  142. data/assets/js/dist/644.bundle.js +1 -0
  143. data/assets/js/dist/647.798ee77dce545b7c224a.css +2 -0
  144. data/assets/js/dist/647.bundle.js +1 -0
  145. data/assets/js/dist/658.798ee77dce545b7c224a.css +2 -0
  146. data/assets/js/dist/658.bundle.js +1 -0
  147. data/assets/js/dist/707.bundle.js +1 -0
  148. data/assets/js/dist/734.bundle.js +2 -0
  149. data/assets/js/dist/734.bundle.js.LICENSE.txt +30 -0
  150. data/assets/js/dist/747.bundle.js +1 -0
  151. data/assets/js/dist/755.bundle.js +1 -0
  152. data/assets/js/dist/795.bundle.js +1 -0
  153. data/assets/js/dist/814.bundle.js +1 -0
  154. data/assets/js/dist/83.798ee77dce545b7c224a.css +2 -0
  155. data/assets/js/dist/83.bundle.js +1 -0
  156. data/assets/js/dist/853.bundle.js +1 -0
  157. data/assets/js/dist/859.bundle.js +1 -0
  158. data/assets/js/dist/862.bundle.js +1 -0
  159. data/assets/js/dist/909.bundle.js +1 -0
  160. data/assets/js/dist/92.bundle.js +1 -0
  161. data/assets/js/dist/936.bundle.js +1 -0
  162. data/assets/js/dist/968.bundle.js +1 -0
  163. data/assets/js/dist/987.bundle.js +1 -0
  164. data/assets/js/dist/kcc-theme.798ee77dce545b7c224a.css +2 -0
  165. data/assets/js/dist/kcc-theme.bundle.js +1 -0
  166. data/assets/js/nav/megaNav/closeMegaNavOnClick.js +50 -0
  167. data/assets/js/nav/megaNav/googleCustomSearch.js +112 -0
  168. data/assets/js/nav/megaNav/megaNav.js +17 -0
  169. data/assets/js/nav/megaNav/searchToggleMegaNav.js +96 -0
  170. data/assets/js/nav/megaNav/toggleDropdownOnWindowResize.js +78 -0
  171. data/assets/js/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
  172. data/assets/js/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
  173. data/assets/js/nav/megaNav/underlineCurrentSite.js +22 -0
  174. data/assets/js/nav/nav/closeNavOnClick.js +50 -0
  175. data/assets/js/nav/nav/highlightCurrentNav.js +56 -0
  176. data/assets/js/nav/nav/moveSearchIcon.js +94 -0
  177. data/assets/js/nav/nav/nav.js +13 -0
  178. data/assets/js/nav/nav/searchToggleNav.js +40 -0
  179. data/assets/js/nav/nav/toggleNavSearchDropdownOnWindowResize.js +57 -0
  180. data/assets/js/src/addClassToOpenNavbar.js +20 -0
  181. data/assets/js/src/all.js +61 -0
  182. data/assets/js/src/darkMode.js +17 -0
  183. data/assets/js/src/errorPageSearch.js +16 -0
  184. data/assets/js/src/footerDate.js +7 -0
  185. data/assets/js/src/lazyLoad.js +13 -0
  186. data/assets/js/src/loadModule.js +13 -0
  187. data/assets/js/src/sliders.js +68 -0
  188. data/assets/js/src/test.js +7 -0
  189. data/assets/js/src/translate.js +1 -0
  190. data/assets/js/src/translateScript.js +54 -0
  191. data/assets/js/src/userSettings.js +53 -0
  192. data/assets/js/src/walkText.js +27 -0
  193. data/assets/js/src/wrapPowerText.js +21 -0
  194. data/assets/js/src/ytEmbed.js +30 -0
  195. data/assets/scss/0-tools/_bootstrap-overrides.scss +89 -0
  196. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  197. data/assets/scss/0-tools/_google-translate-overrides.scss +114 -0
  198. data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
  199. data/assets/scss/0-tools/_gsc-search-page-overrides.scss +275 -0
  200. data/assets/scss/0-tools/_slick-vars.scss +15 -0
  201. data/assets/scss/0-tools/_vars.scss +98 -0
  202. data/assets/scss/1-base/_background.scss +5 -0
  203. data/assets/scss/1-base/_buttons.scss +200 -0
  204. data/assets/scss/1-base/_header-global.scss +483 -0
  205. data/assets/scss/1-base/_html.scss +4 -0
  206. data/assets/scss/1-base/_img.scss +17 -0
  207. data/assets/scss/1-base/_links.scss +126 -0
  208. data/assets/scss/1-base/_svg.scss +89 -0
  209. data/assets/scss/1-base/_typography.scss +645 -0
  210. data/assets/scss/2-modules/_accordion.scss +43 -0
  211. data/assets/scss/2-modules/_benefits.scss +371 -0
  212. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  213. data/assets/scss/2-modules/_campus-alerts.scss +3 -0
  214. data/assets/scss/2-modules/_card-section.scss +9 -0
  215. data/assets/scss/2-modules/_contacts.scss +46 -0
  216. data/assets/scss/2-modules/_dark-mode.scss +350 -0
  217. data/assets/scss/2-modules/_error.scss +10 -0
  218. data/assets/scss/2-modules/_footer.scss +84 -0
  219. data/assets/scss/2-modules/_header.scss +21 -0
  220. data/assets/scss/2-modules/_hero-slider.scss +300 -0
  221. data/assets/scss/2-modules/_loader.scss +25 -0
  222. data/assets/scss/2-modules/_nav-content.scss +11 -0
  223. data/assets/scss/2-modules/_nav-landing.scss +203 -0
  224. data/assets/scss/2-modules/_nav-local.scss +45 -0
  225. data/assets/scss/2-modules/_setting.scss +78 -0
  226. data/assets/scss/2-modules/_sliders.scss +21 -0
  227. data/assets/scss/2-modules/_social-icons.scss +36 -0
  228. data/assets/scss/2-modules/_sub-nav.scss +32 -0
  229. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  230. data/assets/scss/3-layout/_background.scss +3 -0
  231. data/assets/scss/3-layout/_margins.scss +2 -0
  232. data/assets/scss/3-layout/_padding.scss +2 -0
  233. data/assets/scss/3-layout/_positioning.scss +104 -0
  234. data/assets/scss/3-layout/_section.scss +23 -0
  235. data/assets/scss/3-layout/_tables.scss +8 -0
  236. data/assets/scss/4-pages/index/_home.scss +15 -0
  237. data/assets/scss/bootstrap.scss +75 -0
  238. data/assets/scss/darkMode.scss +5 -0
  239. data/assets/scss/kcc-theme.scss +47 -0
  240. data/assets/scss/searchPageOverrides.scss +2 -0
  241. data/assets/scss/slick-carousel.scss +9 -0
  242. data/assets/scss/translate.scss +4 -0
  243. metadata +326 -0
@@ -0,0 +1,2 @@
1
+ /*! For license information please see 734.bundle.js.LICENSE.txt */
2
+ (self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[734],{3734:function(t,e,n){!function(t,e,n){"use strict";function i(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var o=i(e),r=i(n);function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function s(t,e,n){return e&&a(t.prototype,e),n&&a(t,n),t}function l(){return l=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},l.apply(this,arguments)}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}var f="transitionend";function d(t){var e=this,n=!1;return o.default(this).one(c.TRANSITION_END,(function(){n=!0})),setTimeout((function(){n||c.triggerTransitionEnd(e)}),t),this}var c={TRANSITION_END:"bsTransitionEnd",getUID:function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},getSelectorFromElement:function(t){var e=t.getAttribute("data-target");if(!e||"#"===e){var n=t.getAttribute("href");e=n&&"#"!==n?n.trim():""}try{return document.querySelector(e)?e:null}catch(t){return null}},getTransitionDurationFromElement:function(t){if(!t)return 0;var e=o.default(t).css("transition-duration"),n=o.default(t).css("transition-delay"),i=parseFloat(e),r=parseFloat(n);return i||r?(e=e.split(",")[0],n=n.split(",")[0],1e3*(parseFloat(e)+parseFloat(n))):0},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(t){o.default(t).trigger(f)},supportsTransitionEnd:function(){return Boolean(f)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],r=e[i],a=r&&c.isElement(r)?"element":null==(s=r)?""+s:{}.toString.call(s).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(o).test(a))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+a+'" but expected type "'+o+'".')}var s},findShadowRoot:function(t){if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){var e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?c.findShadowRoot(t.parentNode):null},jQueryDetection:function(){if(void 0===o.default)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=o.default.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};c.jQueryDetection(),o.default.fn.emulateTransitionEnd=d,o.default.event.special[c.TRANSITION_END]={bindType:f,delegateType:f,handle:function(t){if(o.default(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var h="bs.alert",p=o.default.fn.alert,m=function(){function t(t){this._element=t}var e=t.prototype;return e.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},e.dispose=function(){o.default.removeData(this._element,h),this._element=null},e._getRootElement=function(t){var e=c.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n||(n=o.default(t).closest(".alert")[0]),n},e._triggerCloseEvent=function(t){var e=o.default.Event("close.bs.alert");return o.default(t).trigger(e),e},e._removeElement=function(t){var e=this;if(o.default(t).removeClass("show"),o.default(t).hasClass("fade")){var n=c.getTransitionDurationFromElement(t);o.default(t).one(c.TRANSITION_END,(function(n){return e._destroyElement(t,n)})).emulateTransitionEnd(n)}else this._destroyElement(t)},e._destroyElement=function(t){o.default(t).detach().trigger("closed.bs.alert").remove()},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data(h);i||(i=new t(this),n.data(h,i)),"close"===e&&i[e](this)}))},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),t}();o.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',m._handleDismiss(new m)),o.default.fn.alert=m._jQueryInterface,o.default.fn.alert.Constructor=m,o.default.fn.alert.noConflict=function(){return o.default.fn.alert=p,m._jQueryInterface};var g="bs.button",_=o.default.fn.button,v="active",b='[data-toggle^="button"]',y='input:not([type="hidden"])',E=".btn",w=function(){function t(t){this._element=t,this.shouldAvoidTriggerChange=!1}var e=t.prototype;return e.toggle=function(){var t=!0,e=!0,n=o.default(this._element).closest('[data-toggle="buttons"]')[0];if(n){var i=this._element.querySelector(y);if(i){if("radio"===i.type)if(i.checked&&this._element.classList.contains(v))t=!1;else{var r=n.querySelector(".active");r&&o.default(r).removeClass(v)}t&&("checkbox"!==i.type&&"radio"!==i.type||(i.checked=!this._element.classList.contains(v)),this.shouldAvoidTriggerChange||o.default(i).trigger("change")),i.focus(),e=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(v)),t&&o.default(this._element).toggleClass(v))},e.dispose=function(){o.default.removeData(this._element,g),this._element=null},t._jQueryInterface=function(e,n){return this.each((function(){var i=o.default(this),r=i.data(g);r||(r=new t(this),i.data(g,r)),r.shouldAvoidTriggerChange=n,"toggle"===e&&r[e]()}))},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),t}();o.default(document).on("click.bs.button.data-api",b,(function(t){var e=t.target,n=e;if(o.default(e).hasClass("btn")||(e=o.default(e).closest(E)[0]),!e||e.hasAttribute("disabled")||e.classList.contains("disabled"))t.preventDefault();else{var i=e.querySelector(y);if(i&&(i.hasAttribute("disabled")||i.classList.contains("disabled")))return void t.preventDefault();"INPUT"!==n.tagName&&"LABEL"===e.tagName||w._jQueryInterface.call(o.default(e),"toggle","INPUT"===n.tagName)}})).on("focus.bs.button.data-api blur.bs.button.data-api",b,(function(t){var e=o.default(t.target).closest(E)[0];o.default(e).toggleClass("focus",/^focus(in)?$/.test(t.type))})),o.default(window).on("load.bs.button.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),e=0,n=t.length;e<n;e++){var i=t[e],o=i.querySelector(y);o.checked||o.hasAttribute("checked")?i.classList.add(v):i.classList.remove(v)}for(var r=0,a=(t=[].slice.call(document.querySelectorAll('[data-toggle="button"]'))).length;r<a;r++){var s=t[r];"true"===s.getAttribute("aria-pressed")?s.classList.add(v):s.classList.remove(v)}})),o.default.fn.button=w._jQueryInterface,o.default.fn.button.Constructor=w,o.default.fn.button.noConflict=function(){return o.default.fn.button=_,w._jQueryInterface};var T="carousel",C="bs.carousel",S=".bs.carousel",N=o.default.fn[T],D="active",k="next",A="prev",I="slid.bs.carousel",O=".active.carousel-item",x={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},L={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},j={TOUCH:"touch",PEN:"pen"},P=function(){function t(t,e){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._element=t,this._indicatorsElement=this._element.querySelector(".carousel-indicators"),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var e=t.prototype;return e.next=function(){this._isSliding||this._slide(k)},e.nextWhenVisible=function(){var t=o.default(this._element);!document.hidden&&t.is(":visible")&&"hidden"!==t.css("visibility")&&this.next()},e.prev=function(){this._isSliding||this._slide(A)},e.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(c.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},e.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},e.to=function(t){var e=this;this._activeElement=this._element.querySelector(O);var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)o.default(this._element).one(I,(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var i=t>n?k:A;this._slide(i,this._items[t])}},e.dispose=function(){o.default(this._element).off(S),o.default.removeData(this._element,C),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},e._getConfig=function(t){return t=l({},x,t),c.typeCheckConfig(T,t,L),t},e._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next()}},e._addEventListeners=function(){var t=this;this._config.keyboard&&o.default(this._element).on("keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&o.default(this._element).on("mouseenter.bs.carousel",(function(e){return t.pause(e)})).on("mouseleave.bs.carousel",(function(e){return t.cycle(e)})),this._config.touch&&this._addTouchEventListeners()},e._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var e=function(e){t._pointerEvent&&j[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},n=function(e){t._pointerEvent&&j[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};o.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(t){return t.preventDefault()})),this._pointerEvent?(o.default(this._element).on("pointerdown.bs.carousel",(function(t){return e(t)})),o.default(this._element).on("pointerup.bs.carousel",(function(t){return n(t)})),this._element.classList.add("pointer-event")):(o.default(this._element).on("touchstart.bs.carousel",(function(t){return e(t)})),o.default(this._element).on("touchmove.bs.carousel",(function(e){return function(e){t.touchDeltaX=e.originalEvent.touches&&e.originalEvent.touches.length>1?0:e.originalEvent.touches[0].clientX-t.touchStartX}(e)})),o.default(this._element).on("touchend.bs.carousel",(function(t){return n(t)})))}},e._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},e._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(t)},e._getItemByDirection=function(t,e){var n=t===k,i=t===A,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var a=(o+(t===A?-1:1))%this._items.length;return-1===a?this._items[this._items.length-1]:this._items[a]},e._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),i=this._getItemIndex(this._element.querySelector(O)),r=o.default.Event("slide.bs.carousel",{relatedTarget:t,direction:e,from:i,to:n});return o.default(this._element).trigger(r),r},e._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));o.default(e).removeClass(D);var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&o.default(n).addClass(D)}},e._updateInterval=function(){var t=this._activeElement||this._element.querySelector(O);if(t){var e=parseInt(t.getAttribute("data-interval"),10);e?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=e):this._config.interval=this._config.defaultInterval||this._config.interval}},e._slide=function(t,e){var n,i,r,a=this,s=this._element.querySelector(O),l=this._getItemIndex(s),u=e||s&&this._getItemByDirection(t,s),f=this._getItemIndex(u),d=Boolean(this._interval);if(t===k?(n="carousel-item-left",i="carousel-item-next",r="left"):(n="carousel-item-right",i="carousel-item-prev",r="right"),u&&o.default(u).hasClass(D))this._isSliding=!1;else if(!this._triggerSlideEvent(u,r).isDefaultPrevented()&&s&&u){this._isSliding=!0,d&&this.pause(),this._setActiveIndicatorElement(u),this._activeElement=u;var h=o.default.Event(I,{relatedTarget:u,direction:r,from:l,to:f});if(o.default(this._element).hasClass("slide")){o.default(u).addClass(i),c.reflow(u),o.default(s).addClass(n),o.default(u).addClass(n);var p=c.getTransitionDurationFromElement(s);o.default(s).one(c.TRANSITION_END,(function(){o.default(u).removeClass(n+" "+i).addClass(D),o.default(s).removeClass("active "+i+" "+n),a._isSliding=!1,setTimeout((function(){return o.default(a._element).trigger(h)}),0)})).emulateTransitionEnd(p)}else o.default(s).removeClass(D),o.default(u).addClass(D),this._isSliding=!1,o.default(this._element).trigger(h);d&&this.cycle()}},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this).data(C),i=l({},x,o.default(this).data());"object"==typeof e&&(i=l({},i,e));var r="string"==typeof e?e:i.slide;if(n||(n=new t(this,i),o.default(this).data(C,n)),"number"==typeof e)n.to(e);else if("string"==typeof r){if(void 0===n[r])throw new TypeError('No method named "'+r+'"');n[r]()}else i.interval&&i.ride&&(n.pause(),n.cycle())}))},t._dataApiClickHandler=function(e){var n=c.getSelectorFromElement(this);if(n){var i=o.default(n)[0];if(i&&o.default(i).hasClass("carousel")){var r=l({},o.default(i).data(),o.default(this).data()),a=this.getAttribute("data-slide-to");a&&(r.interval=!1),t._jQueryInterface.call(o.default(i),r),a&&o.default(i).data(C).to(a),e.preventDefault()}}},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return x}}]),t}();o.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",P._dataApiClickHandler),o.default(window).on("load.bs.carousel.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),e=0,n=t.length;e<n;e++){var i=o.default(t[e]);P._jQueryInterface.call(i,i.data())}})),o.default.fn[T]=P._jQueryInterface,o.default.fn[T].Constructor=P,o.default.fn[T].noConflict=function(){return o.default.fn[T]=N,P._jQueryInterface};var F="collapse",R="bs.collapse",H=o.default.fn[F],M="show",B="collapse",q="collapsing",Q="collapsed",W="width",U='[data-toggle="collapse"]',V={toggle:!0,parent:""},Y={toggle:"boolean",parent:"(string|element)"},z=function(){function t(t,e){this._isTransitioning=!1,this._element=t,this._config=this._getConfig(e),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+t.id+'"],[data-toggle="collapse"][data-target="#'+t.id+'"]'));for(var n=[].slice.call(document.querySelectorAll(U)),i=0,o=n.length;i<o;i++){var r=n[i],a=c.getSelectorFromElement(r),s=[].slice.call(document.querySelectorAll(a)).filter((function(e){return e===t}));null!==a&&s.length>0&&(this._selector=a,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var e=t.prototype;return e.toggle=function(){o.default(this._element).hasClass(M)?this.hide():this.show()},e.show=function(){var e,n,i=this;if(!(this._isTransitioning||o.default(this._element).hasClass(M)||(this._parent&&0===(e=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(t){return"string"==typeof i._config.parent?t.getAttribute("data-parent")===i._config.parent:t.classList.contains(B)}))).length&&(e=null),e&&(n=o.default(e).not(this._selector).data(R))&&n._isTransitioning))){var r=o.default.Event("show.bs.collapse");if(o.default(this._element).trigger(r),!r.isDefaultPrevented()){e&&(t._jQueryInterface.call(o.default(e).not(this._selector),"hide"),n||o.default(e).data(R,null));var a=this._getDimension();o.default(this._element).removeClass(B).addClass(q),this._element.style[a]=0,this._triggerArray.length&&o.default(this._triggerArray).removeClass(Q).attr("aria-expanded",!0),this.setTransitioning(!0);var s="scroll"+(a[0].toUpperCase()+a.slice(1)),l=c.getTransitionDurationFromElement(this._element);o.default(this._element).one(c.TRANSITION_END,(function(){o.default(i._element).removeClass(q).addClass("collapse show"),i._element.style[a]="",i.setTransitioning(!1),o.default(i._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(l),this._element.style[a]=this._element[s]+"px"}}},e.hide=function(){var t=this;if(!this._isTransitioning&&o.default(this._element).hasClass(M)){var e=o.default.Event("hide.bs.collapse");if(o.default(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",c.reflow(this._element),o.default(this._element).addClass(q).removeClass("collapse show");var i=this._triggerArray.length;if(i>0)for(var r=0;r<i;r++){var a=this._triggerArray[r],s=c.getSelectorFromElement(a);null!==s&&(o.default([].slice.call(document.querySelectorAll(s))).hasClass(M)||o.default(a).addClass(Q).attr("aria-expanded",!1))}this.setTransitioning(!0);this._element.style[n]="";var l=c.getTransitionDurationFromElement(this._element);o.default(this._element).one(c.TRANSITION_END,(function(){t.setTransitioning(!1),o.default(t._element).removeClass(q).addClass(B).trigger("hidden.bs.collapse")})).emulateTransitionEnd(l)}}},e.setTransitioning=function(t){this._isTransitioning=t},e.dispose=function(){o.default.removeData(this._element,R),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},e._getConfig=function(t){return(t=l({},V,t)).toggle=Boolean(t.toggle),c.typeCheckConfig(F,t,Y),t},e._getDimension=function(){return o.default(this._element).hasClass(W)?W:"height"},e._getParent=function(){var e,n=this;c.isElement(this._config.parent)?(e=this._config.parent,void 0!==this._config.parent.jquery&&(e=this._config.parent[0])):e=document.querySelector(this._config.parent);var i='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',r=[].slice.call(e.querySelectorAll(i));return o.default(r).each((function(e,i){n._addAriaAndCollapsedClass(t._getTargetFromElement(i),[i])})),e},e._addAriaAndCollapsedClass=function(t,e){var n=o.default(t).hasClass(M);e.length&&o.default(e).toggleClass(Q,!n).attr("aria-expanded",n)},t._getTargetFromElement=function(t){var e=c.getSelectorFromElement(t);return e?document.querySelector(e):null},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data(R),r=l({},V,n.data(),"object"==typeof e&&e?e:{});if(!i&&r.toggle&&"string"==typeof e&&/show|hide/.test(e)&&(r.toggle=!1),i||(i=new t(this,r),n.data(R,i)),"string"==typeof e){if(void 0===i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return V}}]),t}();o.default(document).on("click.bs.collapse.data-api",U,(function(t){"A"===t.currentTarget.tagName&&t.preventDefault();var e=o.default(this),n=c.getSelectorFromElement(this),i=[].slice.call(document.querySelectorAll(n));o.default(i).each((function(){var t=o.default(this),n=t.data(R)?"toggle":e.data();z._jQueryInterface.call(t,n)}))})),o.default.fn[F]=z._jQueryInterface,o.default.fn[F].Constructor=z,o.default.fn[F].noConflict=function(){return o.default.fn[F]=H,z._jQueryInterface};var K="dropdown",X="bs.dropdown",G=".bs.dropdown",$=o.default.fn[K],J=new RegExp("38|40|27"),Z="disabled",tt="show",et="dropdown-menu-right",nt="hide.bs.dropdown",it="hidden.bs.dropdown",ot="click.bs.dropdown.data-api",rt="keydown.bs.dropdown.data-api",at='[data-toggle="dropdown"]',st=".dropdown-menu",lt={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},ut={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},ft=function(){function t(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var e=t.prototype;return e.toggle=function(){if(!this._element.disabled&&!o.default(this._element).hasClass(Z)){var e=o.default(this._menu).hasClass(tt);t._clearMenus(),e||this.show(!0)}},e.show=function(e){if(void 0===e&&(e=!1),!(this._element.disabled||o.default(this._element).hasClass(Z)||o.default(this._menu).hasClass(tt))){var n={relatedTarget:this._element},i=o.default.Event("show.bs.dropdown",n),a=t._getParentFromElement(this._element);if(o.default(a).trigger(i),!i.isDefaultPrevented()){if(!this._inNavbar&&e){if(void 0===r.default)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");var s=this._element;"parent"===this._config.reference?s=a:c.isElement(this._config.reference)&&(s=this._config.reference,void 0!==this._config.reference.jquery&&(s=this._config.reference[0])),"scrollParent"!==this._config.boundary&&o.default(a).addClass("position-static"),this._popper=new r.default(s,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===o.default(a).closest(".navbar-nav").length&&o.default(document.body).children().on("mouseover",null,o.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),o.default(this._menu).toggleClass(tt),o.default(a).toggleClass(tt).trigger(o.default.Event("shown.bs.dropdown",n))}}},e.hide=function(){if(!this._element.disabled&&!o.default(this._element).hasClass(Z)&&o.default(this._menu).hasClass(tt)){var e={relatedTarget:this._element},n=o.default.Event(nt,e),i=t._getParentFromElement(this._element);o.default(i).trigger(n),n.isDefaultPrevented()||(this._popper&&this._popper.destroy(),o.default(this._menu).toggleClass(tt),o.default(i).toggleClass(tt).trigger(o.default.Event(it,e)))}},e.dispose=function(){o.default.removeData(this._element,X),o.default(this._element).off(G),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},e.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},e._addEventListeners=function(){var t=this;o.default(this._element).on("click.bs.dropdown",(function(e){e.preventDefault(),e.stopPropagation(),t.toggle()}))},e._getConfig=function(t){return t=l({},this.constructor.Default,o.default(this._element).data(),t),c.typeCheckConfig(K,t,this.constructor.DefaultType),t},e._getMenuElement=function(){if(!this._menu){var e=t._getParentFromElement(this._element);e&&(this._menu=e.querySelector(st))}return this._menu},e._getPlacement=function(){var t=o.default(this._element.parentNode),e="bottom-start";return t.hasClass("dropup")?e=o.default(this._menu).hasClass(et)?"top-end":"top-start":t.hasClass("dropright")?e="right-start":t.hasClass("dropleft")?e="left-start":o.default(this._menu).hasClass(et)&&(e="bottom-end"),e},e._detectNavbar=function(){return o.default(this._element).closest(".navbar").length>0},e._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=l({},e.offsets,t._config.offset(e.offsets,t._element)),e}:e.offset=this._config.offset,e},e._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),l({},t,this._config.popperConfig)},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this).data(X);if(n||(n=new t(this,"object"==typeof e?e:null),o.default(this).data(X,n)),"string"==typeof e){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},t._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=[].slice.call(document.querySelectorAll(at)),i=0,r=n.length;i<r;i++){var a=t._getParentFromElement(n[i]),s=o.default(n[i]).data(X),l={relatedTarget:n[i]};if(e&&"click"===e.type&&(l.clickEvent=e),s){var u=s._menu;if(o.default(a).hasClass(tt)&&!(e&&("click"===e.type&&/input|textarea/i.test(e.target.tagName)||"keyup"===e.type&&9===e.which)&&o.default.contains(a,e.target))){var f=o.default.Event(nt,l);o.default(a).trigger(f),f.isDefaultPrevented()||("ontouchstart"in document.documentElement&&o.default(document.body).children().off("mouseover",null,o.default.noop),n[i].setAttribute("aria-expanded","false"),s._popper&&s._popper.destroy(),o.default(u).removeClass(tt),o.default(a).removeClass(tt).trigger(o.default.Event(it,l)))}}}},t._getParentFromElement=function(t){var e,n=c.getSelectorFromElement(t);return n&&(e=document.querySelector(n)),e||t.parentNode},t._dataApiKeydownHandler=function(e){if(!(/input|textarea/i.test(e.target.tagName)?32===e.which||27!==e.which&&(40!==e.which&&38!==e.which||o.default(e.target).closest(st).length):!J.test(e.which))&&!this.disabled&&!o.default(this).hasClass(Z)){var n=t._getParentFromElement(this),i=o.default(n).hasClass(tt);if(i||27!==e.which){if(e.preventDefault(),e.stopPropagation(),!i||27===e.which||32===e.which)return 27===e.which&&o.default(n.querySelector(at)).trigger("focus"),void o.default(this).trigger("click");var r=[].slice.call(n.querySelectorAll(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)")).filter((function(t){return o.default(t).is(":visible")}));if(0!==r.length){var a=r.indexOf(e.target);38===e.which&&a>0&&a--,40===e.which&&a<r.length-1&&a++,a<0&&(a=0),r[a].focus()}}}},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return lt}},{key:"DefaultType",get:function(){return ut}}]),t}();o.default(document).on(rt,at,ft._dataApiKeydownHandler).on(rt,st,ft._dataApiKeydownHandler).on(ot+" keyup.bs.dropdown.data-api",ft._clearMenus).on(ot,at,(function(t){t.preventDefault(),t.stopPropagation(),ft._jQueryInterface.call(o.default(this),"toggle")})).on(ot,".dropdown form",(function(t){t.stopPropagation()})),o.default.fn[K]=ft._jQueryInterface,o.default.fn[K].Constructor=ft,o.default.fn[K].noConflict=function(){return o.default.fn[K]=$,ft._jQueryInterface};var dt="modal",ct="bs.modal",ht=".bs.modal",pt=o.default.fn.modal,mt="modal-open",gt="fade",_t="show",vt="modal-static",bt="hidden.bs.modal",yt="show.bs.modal",Et="focusin.bs.modal",wt="resize.bs.modal",Tt="click.dismiss.bs.modal",Ct="keydown.dismiss.bs.modal",St="mousedown.dismiss.bs.modal",Nt=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",Dt=".sticky-top",kt={backdrop:!0,keyboard:!0,focus:!0,show:!0},At={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},It=function(){function t(t,e){this._config=this._getConfig(e),this._element=t,this._dialog=t.querySelector(".modal-dialog"),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var e=t.prototype;return e.toggle=function(t){return this._isShown?this.hide():this.show(t)},e.show=function(t){var e=this;if(!this._isShown&&!this._isTransitioning){var n=o.default.Event(yt,{relatedTarget:t});o.default(this._element).trigger(n),n.isDefaultPrevented()||(this._isShown=!0,o.default(this._element).hasClass(gt)&&(this._isTransitioning=!0),this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),o.default(this._element).on(Tt,'[data-dismiss="modal"]',(function(t){return e.hide(t)})),o.default(this._dialog).on(St,(function(){o.default(e._element).one("mouseup.dismiss.bs.modal",(function(t){o.default(t.target).is(e._element)&&(e._ignoreBackdropClick=!0)}))})),this._showBackdrop((function(){return e._showElement(t)})))}},e.hide=function(t){var e=this;if(t&&t.preventDefault(),this._isShown&&!this._isTransitioning){var n=o.default.Event("hide.bs.modal");if(o.default(this._element).trigger(n),this._isShown&&!n.isDefaultPrevented()){this._isShown=!1;var i=o.default(this._element).hasClass(gt);if(i&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),o.default(document).off(Et),o.default(this._element).removeClass(_t),o.default(this._element).off(Tt),o.default(this._dialog).off(St),i){var r=c.getTransitionDurationFromElement(this._element);o.default(this._element).one(c.TRANSITION_END,(function(t){return e._hideModal(t)})).emulateTransitionEnd(r)}else this._hideModal()}}},e.dispose=function(){[window,this._element,this._dialog].forEach((function(t){return o.default(t).off(ht)})),o.default(document).off(Et),o.default.removeData(this._element,ct),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},e.handleUpdate=function(){this._adjustDialog()},e._getConfig=function(t){return t=l({},kt,t),c.typeCheckConfig(dt,t,At),t},e._triggerBackdropTransition=function(){var t=this,e=o.default.Event("hidePrevented.bs.modal");if(o.default(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._element.scrollHeight>document.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add(vt);var i=c.getTransitionDurationFromElement(this._dialog);o.default(this._element).off(c.TRANSITION_END),o.default(this._element).one(c.TRANSITION_END,(function(){t._element.classList.remove(vt),n||o.default(t._element).one(c.TRANSITION_END,(function(){t._element.style.overflowY=""})).emulateTransitionEnd(t._element,i)})).emulateTransitionEnd(i),this._element.focus()}},e._showElement=function(t){var e=this,n=o.default(this._element).hasClass(gt),i=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),o.default(this._dialog).hasClass("modal-dialog-scrollable")&&i?i.scrollTop=0:this._element.scrollTop=0,n&&c.reflow(this._element),o.default(this._element).addClass(_t),this._config.focus&&this._enforceFocus();var r=o.default.Event("shown.bs.modal",{relatedTarget:t}),a=function(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,o.default(e._element).trigger(r)};if(n){var s=c.getTransitionDurationFromElement(this._dialog);o.default(this._dialog).one(c.TRANSITION_END,a).emulateTransitionEnd(s)}else a()},e._enforceFocus=function(){var t=this;o.default(document).off(Et).on(Et,(function(e){document!==e.target&&t._element!==e.target&&0===o.default(t._element).has(e.target).length&&t._element.focus()}))},e._setEscapeEvent=function(){var t=this;this._isShown?o.default(this._element).on(Ct,(function(e){t._config.keyboard&&27===e.which?(e.preventDefault(),t.hide()):t._config.keyboard||27!==e.which||t._triggerBackdropTransition()})):this._isShown||o.default(this._element).off(Ct)},e._setResizeEvent=function(){var t=this;this._isShown?o.default(window).on(wt,(function(e){return t.handleUpdate(e)})):o.default(window).off(wt)},e._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){o.default(document.body).removeClass(mt),t._resetAdjustments(),t._resetScrollbar(),o.default(t._element).trigger(bt)}))},e._removeBackdrop=function(){this._backdrop&&(o.default(this._backdrop).remove(),this._backdrop=null)},e._showBackdrop=function(t){var e=this,n=o.default(this._element).hasClass(gt)?gt:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",n&&this._backdrop.classList.add(n),o.default(this._backdrop).appendTo(document.body),o.default(this._element).on(Tt,(function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&("static"===e._config.backdrop?e._triggerBackdropTransition():e.hide())})),n&&c.reflow(this._backdrop),o.default(this._backdrop).addClass(_t),!t)return;if(!n)return void t();var i=c.getTransitionDurationFromElement(this._backdrop);o.default(this._backdrop).one(c.TRANSITION_END,t).emulateTransitionEnd(i)}else if(!this._isShown&&this._backdrop){o.default(this._backdrop).removeClass(_t);var r=function(){e._removeBackdrop(),t&&t()};if(o.default(this._element).hasClass(gt)){var a=c.getTransitionDurationFromElement(this._backdrop);o.default(this._backdrop).one(c.TRANSITION_END,r).emulateTransitionEnd(a)}else r()}else t&&t()},e._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},e._setScrollbar=function(){var t=this;if(this._isBodyOverflowing){var e=[].slice.call(document.querySelectorAll(Nt)),n=[].slice.call(document.querySelectorAll(Dt));o.default(e).each((function(e,n){var i=n.style.paddingRight,r=o.default(n).css("padding-right");o.default(n).data("padding-right",i).css("padding-right",parseFloat(r)+t._scrollbarWidth+"px")})),o.default(n).each((function(e,n){var i=n.style.marginRight,r=o.default(n).css("margin-right");o.default(n).data("margin-right",i).css("margin-right",parseFloat(r)-t._scrollbarWidth+"px")}));var i=document.body.style.paddingRight,r=o.default(document.body).css("padding-right");o.default(document.body).data("padding-right",i).css("padding-right",parseFloat(r)+this._scrollbarWidth+"px")}o.default(document.body).addClass(mt)},e._resetScrollbar=function(){var t=[].slice.call(document.querySelectorAll(Nt));o.default(t).each((function(t,e){var n=o.default(e).data("padding-right");o.default(e).removeData("padding-right"),e.style.paddingRight=n||""}));var e=[].slice.call(document.querySelectorAll(".sticky-top"));o.default(e).each((function(t,e){var n=o.default(e).data("margin-right");void 0!==n&&o.default(e).css("margin-right",n).removeData("margin-right")}));var n=o.default(document.body).data("padding-right");o.default(document.body).removeData("padding-right"),document.body.style.paddingRight=n||""},e._getScrollbarWidth=function(){var t=document.createElement("div");t.className="modal-scrollbar-measure",document.body.appendChild(t);var e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e},t._jQueryInterface=function(e,n){return this.each((function(){var i=o.default(this).data(ct),r=l({},kt,o.default(this).data(),"object"==typeof e&&e?e:{});if(i||(i=new t(this,r),o.default(this).data(ct,i)),"string"==typeof e){if(void 0===i[e])throw new TypeError('No method named "'+e+'"');i[e](n)}else r.show&&i.show(n)}))},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return kt}}]),t}();o.default(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',(function(t){var e,n=this,i=c.getSelectorFromElement(this);i&&(e=document.querySelector(i));var r=o.default(e).data(ct)?"toggle":l({},o.default(e).data(),o.default(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||t.preventDefault();var a=o.default(e).one(yt,(function(t){t.isDefaultPrevented()||a.one(bt,(function(){o.default(n).is(":visible")&&n.focus()}))}));It._jQueryInterface.call(o.default(e),r,this)})),o.default.fn.modal=It._jQueryInterface,o.default.fn.modal.Constructor=It,o.default.fn.modal.noConflict=function(){return o.default.fn.modal=pt,It._jQueryInterface};var Ot=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],xt=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,Lt=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function jt(t,e,n){if(0===t.length)return t;if(n&&"function"==typeof n)return n(t);for(var i=(new window.DOMParser).parseFromString(t,"text/html"),o=Object.keys(e),r=[].slice.call(i.body.querySelectorAll("*")),a=function(t,n){var i=r[t],a=i.nodeName.toLowerCase();if(-1===o.indexOf(i.nodeName.toLowerCase()))return i.parentNode.removeChild(i),"continue";var s=[].slice.call(i.attributes),l=[].concat(e["*"]||[],e[a]||[]);s.forEach((function(t){(function(t,e){var n=t.nodeName.toLowerCase();if(-1!==e.indexOf(n))return-1===Ot.indexOf(n)||Boolean(xt.test(t.nodeValue)||Lt.test(t.nodeValue));for(var i=e.filter((function(t){return t instanceof RegExp})),o=0,r=i.length;o<r;o++)if(i[o].test(n))return!0;return!1})(t,l)||i.removeAttribute(t.nodeName)}))},s=0,l=r.length;s<l;s++)a(s);return i.body.innerHTML}var Pt="tooltip",Ft="bs.tooltip",Rt=".bs.tooltip",Ht=o.default.fn.tooltip,Mt=new RegExp("(^|\\s)bs-tooltip\\S+","g"),Bt=["sanitize","whiteList","sanitizeFn"],qt="fade",Qt="show",Wt="show",Ut="out",Vt="hover",Yt="focus",zt={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},Kt={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},Xt={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},Gt={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},$t=function(){function t(t,e){if(void 0===r.default)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=o.default(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(o.default(this.getTipElement()).hasClass(Qt))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),o.default.removeData(this.element,this.constructor.DATA_KEY),o.default(this.element).off(this.constructor.EVENT_KEY),o.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&o.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===o.default(this.element).css("display"))throw new Error("Please use show on visible elements");var e=o.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){o.default(this.element).trigger(e);var n=c.findShadowRoot(this.element),i=o.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!i)return;var a=this.getTipElement(),s=c.getUID(this.constructor.NAME);a.setAttribute("id",s),this.element.setAttribute("aria-describedby",s),this.setContent(),this.config.animation&&o.default(a).addClass(qt);var l="function"==typeof this.config.placement?this.config.placement.call(this,a,this.element):this.config.placement,u=this._getAttachment(l);this.addAttachmentClass(u);var f=this._getContainer();o.default(a).data(this.constructor.DATA_KEY,this),o.default.contains(this.element.ownerDocument.documentElement,this.tip)||o.default(a).appendTo(f),o.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new r.default(this.element,a,this._getPopperConfig(u)),o.default(a).addClass(Qt),o.default(a).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&o.default(document.body).children().on("mouseover",null,o.default.noop);var d=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,o.default(t.element).trigger(t.constructor.Event.SHOWN),e===Ut&&t._leave(null,t)};if(o.default(this.tip).hasClass(qt)){var h=c.getTransitionDurationFromElement(this.tip);o.default(this.tip).one(c.TRANSITION_END,d).emulateTransitionEnd(h)}else d()}},e.hide=function(t){var e=this,n=this.getTipElement(),i=o.default.Event(this.constructor.Event.HIDE),r=function(){e._hoverState!==Wt&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),o.default(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(o.default(this.element).trigger(i),!i.isDefaultPrevented()){if(o.default(n).removeClass(Qt),"ontouchstart"in document.documentElement&&o.default(document.body).children().off("mouseover",null,o.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,o.default(this.tip).hasClass(qt)){var a=c.getTransitionDurationFromElement(n);o.default(n).one(c.TRANSITION_END,r).emulateTransitionEnd(a)}else r();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(t){o.default(this.getTipElement()).addClass("bs-tooltip-"+t)},e.getTipElement=function(){return this.tip=this.tip||o.default(this.config.template)[0],this.tip},e.setContent=function(){var t=this.getTipElement();this.setElementContent(o.default(t.querySelectorAll(".tooltip-inner")),this.getTitle()),o.default(t).removeClass("fade show")},e.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=jt(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?o.default(e).parent().is(t)||t.empty().append(e):t.text(o.default(e).text())},e.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},e._getPopperConfig=function(t){var e=this;return l({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=l({},e.offsets,t.config.offset(e.offsets,t.element)),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:c.isElement(this.config.container)?o.default(this.config.container):o.default(document).find(this.config.container)},e._getAttachment=function(t){return zt[t.toUpperCase()]},e._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)o.default(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n=e===Vt?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,i=e===Vt?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;o.default(t.element).on(n,t.config.selector,(function(e){return t._enter(e)})).on(i,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},o.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||o.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Yt:Vt]=!0),o.default(e.getTipElement()).hasClass(Qt)||e._hoverState===Wt?e._hoverState=Wt:(clearTimeout(e._timeout),e._hoverState=Wt,e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){e._hoverState===Wt&&e.show()}),e.config.delay.show):e.show())},e._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||o.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Yt:Vt]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=Ut,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){e._hoverState===Ut&&e.hide()}),e.config.delay.hide):e.hide())},e._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},e._getConfig=function(t){var e=o.default(this.element).data();return Object.keys(e).forEach((function(t){-1!==Bt.indexOf(t)&&delete e[t]})),"number"==typeof(t=l({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),c.typeCheckConfig(Pt,t,this.constructor.DefaultType),t.sanitize&&(t.template=jt(t.template,t.whiteList,t.sanitizeFn)),t},e._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=o.default(this.getTipElement()),e=t.attr("class").match(Mt);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},e._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(o.default(t).removeClass(qt),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data(Ft),r="object"==typeof e&&e;if((i||!/dispose|hide/.test(e))&&(i||(i=new t(this,r),n.data(Ft,i)),"string"==typeof e)){if(void 0===i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Kt}},{key:"NAME",get:function(){return Pt}},{key:"DATA_KEY",get:function(){return Ft}},{key:"Event",get:function(){return Gt}},{key:"EVENT_KEY",get:function(){return Rt}},{key:"DefaultType",get:function(){return Xt}}]),t}();o.default.fn.tooltip=$t._jQueryInterface,o.default.fn.tooltip.Constructor=$t,o.default.fn.tooltip.noConflict=function(){return o.default.fn.tooltip=Ht,$t._jQueryInterface};var Jt="popover",Zt="bs.popover",te=".bs.popover",ee=o.default.fn.popover,ne=new RegExp("(^|\\s)bs-popover\\S+","g"),ie=l({},$t.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),oe=l({},$t.DefaultType,{content:"(string|element|function)"}),re={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},ae=function(t){function e(){return t.apply(this,arguments)||this}var n,i;i=t,(n=e).prototype=Object.create(i.prototype),n.prototype.constructor=n,u(n,i);var r=e.prototype;return r.isWithContent=function(){return this.getTitle()||this._getContent()},r.addAttachmentClass=function(t){o.default(this.getTipElement()).addClass("bs-popover-"+t)},r.getTipElement=function(){return this.tip=this.tip||o.default(this.config.template)[0],this.tip},r.setContent=function(){var t=o.default(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},r._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},r._cleanTipClass=function(){var t=o.default(this.getTipElement()),e=t.attr("class").match(ne);null!==e&&e.length>0&&t.removeClass(e.join(""))},e._jQueryInterface=function(t){return this.each((function(){var n=o.default(this).data(Zt),i="object"==typeof t?t:null;if((n||!/dispose|hide/.test(t))&&(n||(n=new e(this,i),o.default(this).data(Zt,n)),"string"==typeof t)){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},s(e,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return ie}},{key:"NAME",get:function(){return Jt}},{key:"DATA_KEY",get:function(){return Zt}},{key:"Event",get:function(){return re}},{key:"EVENT_KEY",get:function(){return te}},{key:"DefaultType",get:function(){return oe}}]),e}($t);o.default.fn.popover=ae._jQueryInterface,o.default.fn.popover.Constructor=ae,o.default.fn.popover.noConflict=function(){return o.default.fn.popover=ee,ae._jQueryInterface};var se="scrollspy",le="bs.scrollspy",ue="."+le,fe=o.default.fn[se],de="active",ce="position",he=".nav, .list-group",pe=".nav-link",me={offset:10,method:"auto",target:""},ge={offset:"number",method:"string",target:"(string|element)"},_e=function(){function t(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" "+".nav-link,"+this._config.target+" "+".list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,o.default(this._scrollElement).on("scroll.bs.scrollspy",(function(t){return n._process(t)})),this.refresh(),this._process()}var e=t.prototype;return e.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?"offset":ce,n="auto"===this._config.method?e:this._config.method,i=n===ce?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(t){var e,r=c.getSelectorFromElement(t);if(r&&(e=document.querySelector(r)),e){var a=e.getBoundingClientRect();if(a.width||a.height)return[o.default(e)[n]().top+i,r]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},e.dispose=function(){o.default.removeData(this._element,le),o.default(this._scrollElement).off(ue),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(t){if("string"!=typeof(t=l({},me,"object"==typeof t&&t?t:{})).target&&c.isElement(t.target)){var e=o.default(t.target).attr("id");e||(e=c.getUID(se),o.default(t.target).attr("id",e)),t.target="#"+e}return c.typeCheckConfig(se,t,ge),t},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;)this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&(void 0===this._offsets[o+1]||t<this._offsets[o+1])&&this._activate(this._targets[o])}},e._activate=function(t){this._activeTarget=t,this._clear();var e=this._selector.split(",").map((function(e){return e+'[data-target="'+t+'"],'+e+'[href="'+t+'"]'})),n=o.default([].slice.call(document.querySelectorAll(e.join(","))));n.hasClass("dropdown-item")?(n.closest(".dropdown").find(".dropdown-toggle").addClass(de),n.addClass(de)):(n.addClass(de),n.parents(he).prev(".nav-link, .list-group-item").addClass(de),n.parents(he).prev(".nav-item").children(pe).addClass(de)),o.default(this._scrollElement).trigger("activate.bs.scrollspy",{relatedTarget:t})},e._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter((function(t){return t.classList.contains(de)})).forEach((function(t){return t.classList.remove(de)}))},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this).data(le);if(n||(n=new t(this,"object"==typeof e&&e),o.default(this).data(le,n)),"string"==typeof e){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return me}}]),t}();o.default(window).on("load.bs.scrollspy.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-spy="scroll"]')),e=t.length;e--;){var n=o.default(t[e]);_e._jQueryInterface.call(n,n.data())}})),o.default.fn[se]=_e._jQueryInterface,o.default.fn[se].Constructor=_e,o.default.fn[se].noConflict=function(){return o.default.fn[se]=fe,_e._jQueryInterface};var ve="bs.tab",be=o.default.fn.tab,ye="active",Ee="fade",we="show",Te=".active",Ce="> li > .active",Se=function(){function t(t){this._element=t}var e=t.prototype;return e.show=function(){var t=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&o.default(this._element).hasClass(ye)||o.default(this._element).hasClass("disabled"))){var e,n,i=o.default(this._element).closest(".nav, .list-group")[0],r=c.getSelectorFromElement(this._element);if(i){var a="UL"===i.nodeName||"OL"===i.nodeName?Ce:Te;n=(n=o.default.makeArray(o.default(i).find(a)))[n.length-1]}var s=o.default.Event("hide.bs.tab",{relatedTarget:this._element}),l=o.default.Event("show.bs.tab",{relatedTarget:n});if(n&&o.default(n).trigger(s),o.default(this._element).trigger(l),!l.isDefaultPrevented()&&!s.isDefaultPrevented()){r&&(e=document.querySelector(r)),this._activate(this._element,i);var u=function(){var e=o.default.Event("hidden.bs.tab",{relatedTarget:t._element}),i=o.default.Event("shown.bs.tab",{relatedTarget:n});o.default(n).trigger(e),o.default(t._element).trigger(i)};e?this._activate(e,e.parentNode,u):u()}}},e.dispose=function(){o.default.removeData(this._element,ve),this._element=null},e._activate=function(t,e,n){var i=this,r=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?o.default(e).children(Te):o.default(e).find(Ce))[0],a=n&&r&&o.default(r).hasClass(Ee),s=function(){return i._transitionComplete(t,r,n)};if(r&&a){var l=c.getTransitionDurationFromElement(r);o.default(r).removeClass(we).one(c.TRANSITION_END,s).emulateTransitionEnd(l)}else s()},e._transitionComplete=function(t,e,n){if(e){o.default(e).removeClass(ye);var i=o.default(e.parentNode).find("> .dropdown-menu .active")[0];i&&o.default(i).removeClass(ye),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}o.default(t).addClass(ye),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),c.reflow(t),t.classList.contains(Ee)&&t.classList.add(we);var r=t.parentNode;if(r&&"LI"===r.nodeName&&(r=r.parentNode),r&&o.default(r).hasClass("dropdown-menu")){var a=o.default(t).closest(".dropdown")[0];if(a){var s=[].slice.call(a.querySelectorAll(".dropdown-toggle"));o.default(s).addClass(ye)}t.setAttribute("aria-expanded",!0)}n&&n()},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data(ve);if(i||(i=new t(this),n.data(ve,i)),"string"==typeof e){if(void 0===i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),t}();o.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventDefault(),Se._jQueryInterface.call(o.default(this),"show")})),o.default.fn.tab=Se._jQueryInterface,o.default.fn.tab.Constructor=Se,o.default.fn.tab.noConflict=function(){return o.default.fn.tab=be,Se._jQueryInterface};var Ne="toast",De="bs.toast",ke=o.default.fn.toast,Ae="hide",Ie="show",Oe="showing",xe="click.dismiss.bs.toast",Le={animation:!0,autohide:!0,delay:500},je={animation:"boolean",autohide:"boolean",delay:"number"},Pe=function(){function t(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var e=t.prototype;return e.show=function(){var t=this,e=o.default.Event("show.bs.toast");if(o.default(this._element).trigger(e),!e.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var n=function(){t._element.classList.remove(Oe),t._element.classList.add(Ie),o.default(t._element).trigger("shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove(Ae),c.reflow(this._element),this._element.classList.add(Oe),this._config.animation){var i=c.getTransitionDurationFromElement(this._element);o.default(this._element).one(c.TRANSITION_END,n).emulateTransitionEnd(i)}else n()}},e.hide=function(){if(this._element.classList.contains(Ie)){var t=o.default.Event("hide.bs.toast");o.default(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},e.dispose=function(){this._clearTimeout(),this._element.classList.contains(Ie)&&this._element.classList.remove(Ie),o.default(this._element).off(xe),o.default.removeData(this._element,De),this._element=null,this._config=null},e._getConfig=function(t){return t=l({},Le,o.default(this._element).data(),"object"==typeof t&&t?t:{}),c.typeCheckConfig(Ne,t,this.constructor.DefaultType),t},e._setListeners=function(){var t=this;o.default(this._element).on(xe,'[data-dismiss="toast"]',(function(){return t.hide()}))},e._close=function(){var t=this,e=function(){t._element.classList.add(Ae),o.default(t._element).trigger("hidden.bs.toast")};if(this._element.classList.remove(Ie),this._config.animation){var n=c.getTransitionDurationFromElement(this._element);o.default(this._element).one(c.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},e._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data(De);if(i||(i=new t(this,"object"==typeof e&&e),n.data(De,i)),"string"==typeof e){if(void 0===i[e])throw new TypeError('No method named "'+e+'"');i[e](this)}}))},s(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"DefaultType",get:function(){return je}},{key:"Default",get:function(){return Le}}]),t}();o.default.fn.toast=Pe._jQueryInterface,o.default.fn.toast.Constructor=Pe,o.default.fn.toast.noConflict=function(){return o.default.fn.toast=ke,Pe._jQueryInterface},t.Alert=m,t.Button=w,t.Carousel=P,t.Collapse=z,t.Dropdown=ft,t.Modal=It,t.Popover=ae,t.Scrollspy=_e,t.Tab=Se,t.Toast=Pe,t.Tooltip=$t,t.Util=c,Object.defineProperty(t,"__esModule",{value:!0})}(e,n(9755),n(8981))},8981:function(t,e,n){"use strict";n.r(e);var i="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,o=function(){for(var t=["Edge","Trident","Firefox"],e=0;e<t.length;e+=1)if(i&&navigator.userAgent.indexOf(t[e])>=0)return 1;return 0}(),r=i&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),o))}};function a(t){return t&&"[object Function]"==={}.toString.call(t)}function s(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function l(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function u(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=s(t),n=e.overflow,i=e.overflowX,o=e.overflowY;return/(auto|scroll|overlay)/.test(n+o+i)?t:u(l(t))}function f(t){return t&&t.referenceNode?t.referenceNode:t}var d=i&&!(!window.MSInputMethodContext||!document.documentMode),c=i&&/MSIE 10/.test(navigator.userAgent);function h(t){return 11===t?d:10===t?c:d||c}function p(t){if(!t)return document.documentElement;for(var e=h(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===s(n,"position")?p(n):n:t?t.ownerDocument.documentElement:document.documentElement}function m(t){return null!==t.parentNode?m(t.parentNode):t}function g(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?t:e,o=n?e:t,r=document.createRange();r.setStart(i,0),r.setEnd(o,0);var a,s,l=r.commonAncestorContainer;if(t!==l&&e!==l||i.contains(o))return"BODY"===(s=(a=l).nodeName)||"HTML"!==s&&p(a.firstElementChild)!==a?p(l):l;var u=m(t);return u.host?g(u.host,e):g(t,m(e).host)}function _(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",i=t.nodeName;if("BODY"===i||"HTML"===i){var o=t.ownerDocument.documentElement,r=t.ownerDocument.scrollingElement||o;return r[n]}return t[n]}function v(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=_(e,"top"),o=_(e,"left"),r=n?-1:1;return t.top+=i*r,t.bottom+=i*r,t.left+=o*r,t.right+=o*r,t}function b(t,e){var n="x"===e?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+i+"Width"])}function y(t,e,n,i){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],h(10)?parseInt(n["offset"+t])+parseInt(i["margin"+("Height"===t?"Top":"Left")])+parseInt(i["margin"+("Height"===t?"Bottom":"Right")]):0)}function E(t){var e=t.body,n=t.documentElement,i=h(10)&&getComputedStyle(n);return{height:y("Height",e,n,i),width:y("Width",e,n,i)}}var w=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},T=function(){function t(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}return function(e,n,i){return n&&t(e.prototype,n),i&&t(e,i),e}}(),C=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},S=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t};function N(t){return S({},t,{right:t.left+t.width,bottom:t.top+t.height})}function D(t){var e={};try{if(h(10)){e=t.getBoundingClientRect();var n=_(t,"top"),i=_(t,"left");e.top+=n,e.left+=i,e.bottom+=n,e.right+=i}else e=t.getBoundingClientRect()}catch(t){}var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},r="HTML"===t.nodeName?E(t.ownerDocument):{},a=r.width||t.clientWidth||o.width,l=r.height||t.clientHeight||o.height,u=t.offsetWidth-a,f=t.offsetHeight-l;if(u||f){var d=s(t);u-=b(d,"x"),f-=b(d,"y"),o.width-=u,o.height-=f}return N(o)}function k(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=h(10),o="HTML"===e.nodeName,r=D(t),a=D(e),l=u(t),f=s(e),d=parseFloat(f.borderTopWidth),c=parseFloat(f.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var p=N({top:r.top-a.top-d,left:r.left-a.left-c,width:r.width,height:r.height});if(p.marginTop=0,p.marginLeft=0,!i&&o){var m=parseFloat(f.marginTop),g=parseFloat(f.marginLeft);p.top-=d-m,p.bottom-=d-m,p.left-=c-g,p.right-=c-g,p.marginTop=m,p.marginLeft=g}return(i&&!n?e.contains(l):e===l&&"BODY"!==l.nodeName)&&(p=v(p,e)),p}function A(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,i=k(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),r=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:_(n),s=e?0:_(n,"left"),l={top:a-i.top+i.marginTop,left:s-i.left+i.marginLeft,width:o,height:r};return N(l)}function I(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===s(t,"position"))return!0;var n=l(t);return!!n&&I(n)}function O(t){if(!t||!t.parentElement||h())return document.documentElement;for(var e=t.parentElement;e&&"none"===s(e,"transform");)e=e.parentElement;return e||document.documentElement}function x(t,e,n,i){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],r={top:0,left:0},a=o?O(t):g(t,f(e));if("viewport"===i)r=A(a,o);else{var s=void 0;"scrollParent"===i?"BODY"===(s=u(l(e))).nodeName&&(s=t.ownerDocument.documentElement):s="window"===i?t.ownerDocument.documentElement:i;var d=k(s,a,o);if("HTML"!==s.nodeName||I(a))r=d;else{var c=E(t.ownerDocument),h=c.height,p=c.width;r.top+=d.top-d.marginTop,r.bottom=h+d.top,r.left+=d.left-d.marginLeft,r.right=p+d.left}}var m="number"==typeof(n=n||0);return r.left+=m?n:n.left||0,r.top+=m?n:n.top||0,r.right-=m?n:n.right||0,r.bottom-=m?n:n.bottom||0,r}function L(t){return t.width*t.height}function j(t,e,n,i,o){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=x(n,i,r,o),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},l=Object.keys(s).map((function(t){return S({key:t},s[t],{area:L(s[t])})})).sort((function(t,e){return e.area-t.area})),u=l.filter((function(t){var e=t.width,i=t.height;return e>=n.clientWidth&&i>=n.clientHeight})),f=u.length>0?u[0].key:l[0].key,d=t.split("-")[1];return f+(d?"-"+d:"")}function P(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=i?O(e):g(e,f(n));return k(n,o,i)}function F(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),i=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+i,height:t.offsetHeight+n}}function R(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function H(t,e,n){n=n.split("-")[0];var i=F(t),o={width:i.width,height:i.height},r=-1!==["right","left"].indexOf(n),a=r?"top":"left",s=r?"left":"top",l=r?"height":"width",u=r?"width":"height";return o[a]=e[a]+e[l]/2-i[l]/2,o[s]=n===s?e[s]-i[u]:e[R(s)],o}function M(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function B(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t.name===n}));var i=M(t,(function(t){return t.name===n}));return t.indexOf(i)}(t,0,n))).forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&a(n)&&(e.offsets.popper=N(e.offsets.popper),e.offsets.reference=N(e.offsets.reference),e=n(e,t))})),e}function q(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=P(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=j(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=H(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=B(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function Q(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function W(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),i=0;i<e.length;i++){var o=e[i],r=o?""+o+n:t;if(void 0!==document.body.style[r])return r}return null}function U(){return this.state.isDestroyed=!0,Q(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[W("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function V(t){var e=t.ownerDocument;return e?e.defaultView:window}function Y(t,e,n,i){var o="BODY"===t.nodeName,r=o?t.ownerDocument.defaultView:t;r.addEventListener(e,n,{passive:!0}),o||Y(u(r.parentNode),e,n,i),i.push(r)}function z(t,e,n,i){n.updateBound=i,V(t).addEventListener("resize",n.updateBound,{passive:!0});var o=u(t);return Y(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function K(){this.state.eventsEnabled||(this.state=z(this.reference,this.options,this.state,this.scheduleUpdate))}function X(){var t,e;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(t=this.reference,e=this.state,V(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach((function(t){t.removeEventListener("scroll",e.updateBound)})),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e))}function G(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function $(t,e){Object.keys(e).forEach((function(n){var i="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&G(e[n])&&(i="px"),t.style[n]=e[n]+i}))}var J=i&&/Firefox/i.test(navigator.userAgent);function Z(t,e,n){var i=M(t,(function(t){return t.name===e})),o=!!i&&t.some((function(t){return t.name===n&&t.enabled&&t.order<i.order}));if(!o){var r="`"+e+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+r+" modifier in order to work, be sure to include it before "+r+"!")}return o}var tt=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],et=tt.slice(3);function nt(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=et.indexOf(t),i=et.slice(n+1).concat(et.slice(0,n));return e?i.reverse():i}var it={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],i=e.split("-")[1];if(i){var o=t.offsets,r=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",u=s?"width":"height",f={start:C({},l,r[l]),end:C({},l,r[l]+r[u]-a[u])};t.offsets.popper=S({},a,f[i])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n,i=e.offset,o=t.placement,r=t.offsets,a=r.popper,s=r.reference,l=o.split("-")[0];return n=G(+i)?[+i,0]:function(t,e,n,i){var o=[0,0],r=-1!==["right","left"].indexOf(i),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(M(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return u=u.map((function(t,i){var o=(1===i?!r:r)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,i){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+o[1],a=o[2];return r?0===a.indexOf("%")?N("%p"===a?n:i)[e]/100*r:"vh"===a||"vw"===a?("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*r:r:t}(t,o,e,n)}))})),u.forEach((function(t,e){t.forEach((function(n,i){G(n)&&(o[e]+=n*("-"===t[i-1]?-1:1))}))})),o}(i,a,s,l),"left"===l?(a.top+=n[0],a.left-=n[1]):"right"===l?(a.top+=n[0],a.left+=n[1]):"top"===l?(a.left+=n[0],a.top-=n[1]):"bottom"===l&&(a.left+=n[0],a.top+=n[1]),t.popper=a,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||p(t.instance.popper);t.instance.reference===n&&(n=p(n));var i=W("transform"),o=t.instance.popper.style,r=o.top,a=o.left,s=o[i];o.top="",o.left="",o[i]="";var l=x(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=r,o.left=a,o[i]=s,e.boundaries=l;var u=e.priority,f=t.offsets.popper,d={primary:function(t){var n=f[t];return f[t]<l[t]&&!e.escapeWithReference&&(n=Math.max(f[t],l[t])),C({},t,n)},secondary:function(t){var n="right"===t?"left":"top",i=f[n];return f[t]>l[t]&&!e.escapeWithReference&&(i=Math.min(f[n],l[t]-("right"===t?f.width:f.height))),C({},n,i)}};return u.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";f=S({},f,d[e](t))})),t.offsets.popper=f,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,i=e.reference,o=t.placement.split("-")[0],r=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",l=a?"left":"top",u=a?"width":"height";return n[s]<r(i[l])&&(t.offsets.popper[l]=r(i[l])-n[u]),n[l]>r(i[s])&&(t.offsets.popper[l]=r(i[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!Z(t.instance.modifiers,"arrow","keepTogether"))return t;var i=e.element;if("string"==typeof i){if(!(i=t.instance.popper.querySelector(i)))return t}else if(!t.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],r=t.offsets,a=r.popper,l=r.reference,u=-1!==["left","right"].indexOf(o),f=u?"height":"width",d=u?"Top":"Left",c=d.toLowerCase(),h=u?"left":"top",p=u?"bottom":"right",m=F(i)[f];l[p]-m<a[c]&&(t.offsets.popper[c]-=a[c]-(l[p]-m)),l[c]+m>a[p]&&(t.offsets.popper[c]+=l[c]+m-a[p]),t.offsets.popper=N(t.offsets.popper);var g=l[c]+l[f]/2-m/2,_=s(t.instance.popper),v=parseFloat(_["margin"+d]),b=parseFloat(_["border"+d+"Width"]),y=g-t.offsets.popper[c]-v-b;return y=Math.max(Math.min(a[f]-m,y),0),t.arrowElement=i,t.offsets.arrow=(C(n={},c,Math.round(y)),C(n,h,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(Q(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=x(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),i=t.placement.split("-")[0],o=R(i),r=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case"flip":a=[i,o];break;case"clockwise":a=nt(i);break;case"counterclockwise":a=nt(i,!0);break;default:a=e.behavior}return a.forEach((function(s,l){if(i!==s||a.length===l+1)return t;i=t.placement.split("-")[0],o=R(i);var u=t.offsets.popper,f=t.offsets.reference,d=Math.floor,c="left"===i&&d(u.right)>d(f.left)||"right"===i&&d(u.left)<d(f.right)||"top"===i&&d(u.bottom)>d(f.top)||"bottom"===i&&d(u.top)<d(f.bottom),h=d(u.left)<d(n.left),p=d(u.right)>d(n.right),m=d(u.top)<d(n.top),g=d(u.bottom)>d(n.bottom),_="left"===i&&h||"right"===i&&p||"top"===i&&m||"bottom"===i&&g,v=-1!==["top","bottom"].indexOf(i),b=!!e.flipVariations&&(v&&"start"===r&&h||v&&"end"===r&&p||!v&&"start"===r&&m||!v&&"end"===r&&g),y=!!e.flipVariationsByContent&&(v&&"start"===r&&p||v&&"end"===r&&h||!v&&"start"===r&&g||!v&&"end"===r&&m),E=b||y;(c||_||E)&&(t.flipped=!0,(c||_)&&(i=a[l+1]),E&&(r=function(t){return"end"===t?"start":"start"===t?"end":t}(r)),t.placement=i+(r?"-"+r:""),t.offsets.popper=S({},t.offsets.popper,H(t.instance.popper,t.offsets.reference,t.placement)),t=B(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],i=t.offsets,o=i.popper,r=i.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=r[n]-(s?o[a?"width":"height"]:0),t.placement=R(e),t.offsets.popper=N(o),t}},hide:{order:800,enabled:!0,fn:function(t){if(!Z(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=M(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}},computeStyle:{order:850,enabled:!0,fn:function(t,e){var n=e.x,i=e.y,o=t.offsets.popper,r=M(t.instance.modifiers,(function(t){return"applyStyle"===t.name})).gpuAcceleration;void 0!==r&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a,s,l=void 0!==r?r:e.gpuAcceleration,u=p(t.instance.popper),f=D(u),d={position:o.position},c=function(t,e){var n=t.offsets,i=n.popper,o=n.reference,r=Math.round,a=Math.floor,s=function(t){return t},l=r(o.width),u=r(i.width),f=-1!==["left","right"].indexOf(t.placement),d=-1!==t.placement.indexOf("-"),c=e?f||d||l%2==u%2?r:a:s,h=e?r:s;return{left:c(l%2==1&&u%2==1&&!d&&e?i.left-1:i.left),top:h(i.top),bottom:h(i.bottom),right:c(i.right)}}(t,window.devicePixelRatio<2||!J),h="bottom"===n?"top":"bottom",m="right"===i?"left":"right",g=W("transform");if(s="bottom"===h?"HTML"===u.nodeName?-u.clientHeight+c.bottom:-f.height+c.bottom:c.top,a="right"===m?"HTML"===u.nodeName?-u.clientWidth+c.right:-f.width+c.right:c.left,l&&g)d[g]="translate3d("+a+"px, "+s+"px, 0)",d[h]=0,d[m]=0,d.willChange="transform";else{var _="bottom"===h?-1:1,v="right"===m?-1:1;d[h]=s*_,d[m]=a*v,d.willChange=h+", "+m}var b={"x-placement":t.placement};return t.attributes=S({},b,t.attributes),t.styles=S({},d,t.styles),t.arrowStyles=S({},t.offsets.arrow,t.arrowStyles),t},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(t){var e,n;return $(t.instance.popper,t.styles),e=t.instance.popper,n=t.attributes,Object.keys(n).forEach((function(t){!1!==n[t]?e.setAttribute(t,n[t]):e.removeAttribute(t)})),t.arrowElement&&Object.keys(t.arrowStyles).length&&$(t.arrowElement,t.arrowStyles),t},onLoad:function(t,e,n,i,o){var r=P(o,e,t,n.positionFixed),a=j(n.placement,r,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",a),$(e,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},ot=function(){function t(e,n){var i=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};w(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=r(this.update.bind(this)),this.options=S({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(S({},t.Defaults.modifiers,o.modifiers)).forEach((function(e){i.options.modifiers[e]=S({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return S({name:t},i.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&a(t.onLoad)&&t.onLoad(i.reference,i.popper,i.options,t,i.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return T(t,[{key:"update",value:function(){return q.call(this)}},{key:"destroy",value:function(){return U.call(this)}},{key:"enableEventListeners",value:function(){return K.call(this)}},{key:"disableEventListeners",value:function(){return X.call(this)}}]),t}();ot.Utils=("undefined"!=typeof window?window:n.g).PopperUtils,ot.placements=tt,ot.Defaults=it,e.default=ot}}]);
@@ -0,0 +1,30 @@
1
+ /*!
2
+ * Bootstrap v4.6.1 (https://getbootstrap.com/)
3
+ * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
+ */
6
+
7
+ /**!
8
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
9
+ * @version 1.16.1
10
+ * @license
11
+ * Copyright (c) 2016 Federico Zivolo and contributors
12
+ *
13
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
14
+ * of this software and associated documentation files (the "Software"), to deal
15
+ * in the Software without restriction, including without limitation the rights
16
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17
+ * copies of the Software, and to permit persons to whom the Software is
18
+ * furnished to do so, subject to the following conditions:
19
+ *
20
+ * The above copyright notice and this permission notice shall be included in all
21
+ * copies or substantial portions of the Software.
22
+ *
23
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29
+ * SOFTWARE.
30
+ */
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[747],{7280:function(e,t,n){n.r(t);var a=n(9755)("#headerGlobalNavbarContent");function c(e){e.target.matches(".nav-link:not(.dropdown-toggle)")&&(e.target.classList.contains("dropdown-toggle")||!!document.getElementById("headerGlobalNavbarContent").classList.contains("show")&&a.collapse("hide"))}t.default=function(){document.addEventListener("click",c,!1)}}}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[755],{4822:function(e,t,n){var r={"./addAccordionOrTabHistoryStates":[8814,576,814],"./addAccordionOrTabHistoryStates.js":[8814,576,814],"./alerts":[897],"./alerts.js":[897],"./cacheResponse":[6525],"./cacheResponse.js":[6525],"./checkForPrefersReducedMotion":[9596],"./checkForPrefersReducedMotion.js":[9596],"./contentHashLink":[9640,526,640],"./contentHashLink.js":[9640,526,640],"./createAlertsHtml":[3169],"./createAlertsHtml.js":[3169],"./fetchNewAlert":[6859,859],"./fetchNewAlert.js":[6859,859],"./getCachedResponse":[7227],"./getCachedResponse.js":[7227],"./parseMarkdownToHTML":[6591],"./parseMarkdownToHTML.js":[6591],"./refreshAlertButton":[2853,853],"./refreshAlertButton.js":[2853,853]};function o(e){if(!n.o(r,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=r[e],o=t[0];return Promise.all(t.slice(1).map(n.e)).then((function(){return n(o)}))}o.keys=function(){return Object.keys(r)},o.id=4822,e.exports=o},897:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return l}}),n(6992),n(1539),n(8674),n(8783),n(3948);var r=n(3169),o=n(6525),i=n(7227),a=n(9596),u={spreadsheetId:"1plXBiZY5pVbhNT-mszxEuqCl4zy8wMnz9gXXbbT_yLs",range:"Alerts"},c={apiKey:"AIzaSyCEBsbXfFcdbkASlg-PodD1rT_Fe3Nw62A",discoveryDocs:["https://www.googleapis.com/discovery/v1/apis/sheets/v4/rest"]},s=!(!document.querySelector("#accordion")&&!document.querySelector(".navTabs"));function f(e){return n(4822)("./".concat(e)).then((function(e){return(0,e.default)()}))}function l(){if((0,a.default)(),!document.getElementById("emergencyAlerts"))return s?f("contentHashLink"):null;new Promise((function(e,t){if(window.sessionStorage.getItem("Alert-Content"))return(0,i.default)(),e();gapi.load("client",(function(){gapi.client.init(c).then((function(){return gapi.client.sheets.spreadsheets.values.get(u)})).then((function(e){return(0,r.default)(e),e})).then((function(t){(0,o.default)(t),e()}),(function(e){console.error("Error trying to fetch the alert from gapi:",e)}))}))})).then((function(){window.setTimeout((function(){return s?f("contentHashLink"):null}),100)})).then((function(){return f("refreshAlertButton")}))}},6525:function(e,t,n){"use strict";n.r(t),n(6992),n(1539),n(3948),n(4916),n(5306),t.default=function(e){for(var t=e.result.values,n=t[1],r=t[2],o=0,i=r.length;o<i;o++){var a=r[o],u=n[o];window.sessionStorage.setItem(u.replace(/\s/g,"-"),a)}}},9596:function(e,t,n){"use strict";n.r(t),n(4916),n(4765),t.default=function(){var e,t=window.matchMedia("(prefers-reduced-motion: reduce)"),n=-1!==window.navigator.userAgent.search(/MSIE/g);e=!!t.matches,localStorage.setItem("userPrefersReducedMotion",e),n||t.addEventListener("change",(function(n){e=!!t.matches,localStorage.setItem("userPrefersReducedMotion",e)}))}},3169:function(e,t,n){"use strict";n.r(t),n(6992),n(1539),n(3948),n(2222),n(1249),n(2526),n(1817),n(2165),n(8783),n(7042),n(8309),n(1038),n(4916);var r=n(6591);function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var i=document.getElementById("emergencyAlerts");function a(e){return"SCHOOL EMERGENCY/CLOSURE - red"==e?"danger":"SCHOOL INFO - blue"==e?"primary":"SCHOOL INFO - cyan"==e?"info":"warning"}t.default=function(e){var t,n,u=(t=e.result.values[2],n=7,function(e){if(Array.isArray(e))return e}(t)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){u=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(t,n)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(t,n)||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.")}()),c=u[0],s=u[1],f=u[2],l=u[3],p=u[4],h=u[5],v=u[6];if("FALSE"!==c){var d=new Date,g=new Date(p),y=new Date(h),m=(a(v),a(v)),b="FALSE"===l||"TRUE"===l&&g.getTime()<=d.getTime()&&y.getTime()>d.getTime(),w="TRUE"===s||"FALSE"===s&&"/"==window.location.pathname,x='\n<div class="container">\n <div class="row">\n <div class="col">\n <div role="alert" class="alert alert-'.concat(m,' d-lg-flex align-items-center pr-lg-1">\n <div class="typography__last-p--mb0">\n ').concat((0,r.default)(f),'\n </div>\n <button\n aria-label="Refresh the alert"\n title="Refresh the alert"\n id="syncAlert"\n type="button"\n class="btn btn-link buttons--sync ml-auto">\n <svg xmlns="http://www.w3.org/2000/svg"\n class="svg__sync"\n height="24px"\n width="24px"\n viewBox="0 0 24 24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 \n 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 \n 4.42 3.58 8 8 8v3l4-4-4-4v3z"/>\n </svg>\n </button>\n </div>\n </div>\n </div>\n</div>');return[d,g,y].map((function(e){return e.setHours(0,0,0,0)})),b&&w?function(e,t){return e.innerHTML=t,e.classList.add("position__offset-alert--visible")}(i,x):null}}},7227:function(e,t,n){"use strict";n.r(t),n(2222),n(8309);var r=n(3169),o=window.sessionStorage;t.default=function(){try{e={result:{values:[0,0,[o.Visible,o.getItem("All-Pages"),o.getItem("Alert-Content"),o.getItem("Alert-Expiration"),o.Start,o.End,o.getItem("Alert-type/Color-scheme")]]}},(0,r.default)(e)}catch(e){console.error("Error retrieving cached response in sessionStorage:\nName: ".concat(e.name,"\nMessage: ").concat(e.message,"\n").concat(e))}var e}},6591:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(){o=function(e,t){return new n(e,void 0,t)};var e=RegExp.prototype,t=new WeakMap;function n(e,r,o){var i=new RegExp(e,r);return t.set(i,o||t.get(e)),a(i,n.prototype)}function u(e,n){var r=t.get(n);return Object.keys(r).reduce((function(t,n){return t[n]=e[r[n]],t}),Object.create(null))}return i(n,RegExp),n.prototype.exec=function(t){var n=e.exec.call(this,t);return n&&(n.groups=u(n,this)),n},n.prototype[Symbol.replace]=function(n,o){if("string"==typeof o){var i=t.get(this);return e[Symbol.replace].call(this,n,o.replace(/\$<([^>]+)>/g,(function(e,t){return"$"+i[t]})))}if("function"==typeof o){var a=this;return e[Symbol.replace].call(this,n,(function(){var e=arguments;return"object"!=r(e[e.length-1])&&(e=[].slice.call(e)).push(u(e,a)),o.apply(this,e)}))}return e[Symbol.replace].call(this,n,o)},o.apply(this,arguments)}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}function a(e,t){return a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},a(e,t)}n.r(t),n(4916),n(5306),n(4603),n(9714),n(6992),n(1539),n(8783),n(4129),n(8206),n(3948),n(7941),n(3510),n(2526),n(1817),n(7042),n(2165);var u={strong:/\*\*([^\*]*)\*\*/g,em:/_([^_]*)_/g};function c(e,t,n){return e.replace(t,n)}function s(e,t){var n={"\\*":"__asterisk__","\\_":"__underscore__","\\[":"__openBracket__","\\]":"__closeBracket__","\\(":"__openParenthesis__","\\)":"__closeParenthesis__"};for(var r in n)n.hasOwnProperty(r)&&(!0===t?e=c(e,r,n[r]):!1===t&&(e=c(e,n[r],r.replace(/^\\/g,""))));return e}function f(e,t){if(""===t)return e;for(var n in u)u.hasOwnProperty(n)&&(e=e.replace(u[n],"<"+n+">$1</"+n+">"));return e}function l(e,t){return""===t?e:e.replace(/^(.*)$/gm,'<p class="typography__alert">$1</p>')}t.default=function(e){var t=function(e){for(var t in u)u.hasOwnProperty(t)&&(e=e.replace(u[t],f));return e}(s(e,!0)),n=function(e){return e.replace(o(/\[([^\]]*)\]\(([^\)]*)\)/g,{linkText:1,linkHref:2}),'<a href="$<linkHref>" target="_blank" rel="noopener noreferrer">$<linkText></a>')}(t),r=function(e){return e.replace(/^(.*)$/gm,l)}(n);return s(r,!1)}},1530:function(e,t,n){"use strict";var r=n(8710).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},7556:function(e,t,n){var r=n(7293);e.exports=r((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},4092:function(e,t,n){"use strict";var r=n(6916),o=n(9662),i=n(9670);e.exports=function(){for(var e,t=i(this),n=o(t.delete),a=!0,u=0,c=arguments.length;u<c;u++)e=r(n,t,arguments[u]),a=a&&e;return!!a}},9320:function(e,t,n){"use strict";var r=n(1702),o=n(2248),i=n(2423).getWeakData,a=n(9670),u=n(111),c=n(5787),s=n(408),f=n(2092),l=n(2597),p=n(9909),h=p.set,v=p.getterFor,d=f.find,g=f.findIndex,y=r([].splice),m=0,b=function(e){return e.frozen||(e.frozen=new w)},w=function(){this.entries=[]},x=function(e,t){return d(e.entries,(function(e){return e[0]===t}))};w.prototype={get:function(e){var t=x(this,e);if(t)return t[1]},has:function(e){return!!x(this,e)},set:function(e,t){var n=x(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=g(this.entries,(function(t){return t[0]===e}));return~t&&y(this.entries,t,1),!!~t}},e.exports={getConstructor:function(e,t,n,r){var f=e((function(e,o){c(e,p),h(e,{type:t,id:m++,frozen:void 0}),null!=o&&s(o,e[r],{that:e,AS_ENTRIES:n})})),p=f.prototype,d=v(t),g=function(e,t,n){var r=d(e),o=i(a(t),!0);return!0===o?b(r).set(t,n):o[r.id]=n,e};return o(p,{delete:function(e){var t=d(this);if(!u(e))return!1;var n=i(e);return!0===n?b(t).delete(e):n&&l(n,t.id)&&delete n[t.id]},has:function(e){var t=d(this);if(!u(e))return!1;var n=i(e);return!0===n?b(t).has(e):n&&l(n,t.id)}}),o(p,n?{get:function(e){var t=d(this);if(u(e)){var n=i(e);return!0===n?b(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return g(this,e,t)}}:{add:function(e){return g(this,e,!0)}}),f}}},7710:function(e,t,n){"use strict";var r=n(2109),o=n(7854),i=n(1702),a=n(4705),u=n(1320),c=n(2423),s=n(408),f=n(5787),l=n(614),p=n(111),h=n(7293),v=n(7072),d=n(8003),g=n(9587);e.exports=function(e,t,n){var y=-1!==e.indexOf("Map"),m=-1!==e.indexOf("Weak"),b=y?"set":"add",w=o[e],x=w&&w.prototype,_=w,E={},S=function(e){var t=i(x[e]);u(x,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(m&&!p(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return m&&!p(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(m&&!p(e))&&t(this,0===e?0:e)}:function(e,n){return t(this,0===e?0:e,n),this})};if(a(e,!l(w)||!(m||x.forEach&&!h((function(){(new w).entries().next()})))))_=n.getConstructor(t,e,y,b),c.enable();else if(a(e,!0)){var A=new _,k=A[b](m?{}:-0,1)!=A,O=h((function(){A.has(1)})),I=v((function(e){new w(e)})),R=!m&&h((function(){for(var e=new w,t=5;t--;)e[b](t,t);return!e.has(-0)}));I||((_=t((function(e,t){f(e,x);var n=g(new w,e,_);return null!=t&&s(t,n[b],{that:n,AS_ENTRIES:y}),n}))).prototype=x,x.constructor=_),(O||R)&&(S("delete"),S("has"),y&&S("get")),(R||k)&&S(b),m&&x.clear&&delete x.clear}return E[e]=_,r({global:!0,forced:_!=w},E),d(_,e),m||n.setStrong(_,e,y),_}},7007:function(e,t,n){"use strict";n(4916);var r=n(1702),o=n(1320),i=n(2261),a=n(7293),u=n(5112),c=n(8880),s=u("species"),f=RegExp.prototype;e.exports=function(e,t,n,l){var p=u(e),h=!a((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),v=h&&!a((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[s]=function(){return n},n.flags="",n[p]=/./[p]),n.exec=function(){return t=!0,null},n[p](""),!t}));if(!h||!v||n){var d=r(/./[p]),g=t(p,""[e],(function(e,t,n,o,a){var u=r(e),c=t.exec;return c===i||c===f.exec?h&&!a?{done:!0,value:d(t,n,o)}:{done:!0,value:u(n,t,o)}:{done:!1}}));o(String.prototype,e,g[0]),o(f,p,g[1])}l&&c(f[p],"sham",!0)}},6677:function(e,t,n){var r=n(7293);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},647:function(e,t,n){var r=n(1702),o=n(7908),i=Math.floor,a=r("".charAt),u=r("".replace),c=r("".slice),s=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,f=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,r,l,p){var h=n+e.length,v=r.length,d=f;return void 0!==l&&(l=o(l),d=s),u(p,d,(function(o,u){var s;switch(a(u,0)){case"$":return"$";case"&":return e;case"`":return c(t,0,n);case"'":return c(t,h);case"<":s=l[c(u,1,-1)];break;default:var f=+u;if(0===f)return o;if(f>v){var p=i(f/10);return 0===p?o:p<=v?void 0===r[p-1]?a(u,1):r[p-1]+a(u,1):o}s=r[f-1]}return void 0===s?"":s}))}},9587:function(e,t,n){var r=n(614),o=n(111),i=n(7674);e.exports=function(e,t,n){var a,u;return i&&r(a=t.constructor)&&a!==n&&o(u=a.prototype)&&u!==n.prototype&&i(e,u),e}},2423:function(e,t,n){var r=n(2109),o=n(1702),i=n(3501),a=n(111),u=n(2597),c=n(3070).f,s=n(8006),f=n(1156),l=n(2050),p=n(9711),h=n(6677),v=!1,d=p("meta"),g=0,y=function(e){c(e,d,{value:{objectID:"O"+g++,weakData:{}}})},m=e.exports={enable:function(){m.enable=function(){},v=!0;var e=s.f,t=o([].splice),n={};n[d]=1,e(n).length&&(s.f=function(n){for(var r=e(n),o=0,i=r.length;o<i;o++)if(r[o]===d){t(r,o,1);break}return r},r({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:f.f}))},fastKey:function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!u(e,d)){if(!l(e))return"F";if(!t)return"E";y(e)}return e[d].objectID},getWeakData:function(e,t){if(!u(e,d)){if(!l(e))return!0;if(!t)return!1;y(e)}return e[d].weakData},onFreeze:function(e){return h&&v&&l(e)&&!u(e,d)&&y(e),e}};i[d]=!0},7850:function(e,t,n){var r=n(111),o=n(4326),i=n(5112)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==o(e))}},2050:function(e,t,n){var r=n(7293),o=n(111),i=n(4326),a=n(7556),u=Object.isExtensible,c=r((function(){u(1)}));e.exports=c||a?function(e){return!!o(e)&&(!a||"ArrayBuffer"!=i(e))&&(!u||u(e))}:u},7651:function(e,t,n){var r=n(7854),o=n(6916),i=n(9670),a=n(614),u=n(4326),c=n(2261),s=r.TypeError;e.exports=function(e,t){var n=e.exec;if(a(n)){var r=o(n,e,t);return null!==r&&i(r),r}if("RegExp"===u(e))return o(c,e,t);throw s("RegExp#exec called on incompatible receiver")}},1150:function(e){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},2222:function(e,t,n){"use strict";var r=n(2109),o=n(7854),i=n(7293),a=n(3157),u=n(111),c=n(7908),s=n(6244),f=n(6135),l=n(5417),p=n(1194),h=n(5112),v=n(7392),d=h("isConcatSpreadable"),g=9007199254740991,y="Maximum allowed index exceeded",m=o.TypeError,b=v>=51||!i((function(){var e=[];return e[d]=!1,e.concat()[0]!==e})),w=p("concat"),x=function(e){if(!u(e))return!1;var t=e[d];return void 0!==t?!!t:a(e)};r({target:"Array",proto:!0,forced:!b||!w},{concat:function(e){var t,n,r,o,i,a=c(this),u=l(a,0),p=0;for(t=-1,r=arguments.length;t<r;t++)if(x(i=-1===t?a:arguments[t])){if(p+(o=s(i))>g)throw m(y);for(n=0;n<o;n++,p++)n in i&&f(u,p,i[n])}else{if(p>=g)throw m(y);f(u,p++,i)}return u.length=p,u}})},1249:function(e,t,n){"use strict";var r=n(2109),o=n(2092).map;r({target:"Array",proto:!0,forced:!n(1194)("map")},{map:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},7941:function(e,t,n){var r=n(2109),o=n(7908),i=n(1956);r({target:"Object",stat:!0,forced:n(7293)((function(){i(1)}))},{keys:function(e){return i(o(e))}})},4603:function(e,t,n){var r=n(9781),o=n(7854),i=n(1702),a=n(4705),u=n(9587),c=n(8880),s=n(3070).f,f=n(8006).f,l=n(7976),p=n(7850),h=n(1340),v=n(7066),d=n(2999),g=n(1320),y=n(7293),m=n(2597),b=n(9909).enforce,w=n(6340),x=n(5112),_=n(9441),E=n(7168),S=x("match"),A=o.RegExp,k=A.prototype,O=o.SyntaxError,I=i(v),R=i(k.exec),j=i("".charAt),T=i("".replace),M=i("".indexOf),z=i("".slice),C=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,P=/a/g,$=/a/g,L=new A(P)!==P,H=d.MISSED_STICKY,D=d.UNSUPPORTED_Y;if(a("RegExp",r&&(!L||H||_||E||y((function(){return $[S]=!1,A(P)!=P||A($)==$||"/a/i"!=A(P,"i")}))))){for(var N=function(e,t){var n,r,o,i,a,s,f=l(k,this),v=p(e),d=void 0===t,g=[],y=e;if(!f&&v&&d&&e.constructor===N)return e;if((v||l(k,e))&&(e=e.source,d&&(t="flags"in y?y.flags:I(y))),e=void 0===e?"":h(e),t=void 0===t?"":h(t),y=e,_&&"dotAll"in P&&(r=!!t&&M(t,"s")>-1)&&(t=T(t,/s/g,"")),n=t,H&&"sticky"in P&&(o=!!t&&M(t,"y")>-1)&&D&&(t=T(t,/y/g,"")),E&&(i=function(e){for(var t,n=e.length,r=0,o="",i=[],a={},u=!1,c=!1,s=0,f="";r<=n;r++){if("\\"===(t=j(e,r)))t+=j(e,++r);else if("]"===t)u=!1;else if(!u)switch(!0){case"["===t:u=!0;break;case"("===t:R(C,z(e,r+1))&&(r+=2,c=!0),o+=t,s++;continue;case">"===t&&c:if(""===f||m(a,f))throw new O("Invalid capture group name");a[f]=!0,i[i.length]=[f,s],c=!1,f="";continue}c?f+=t:o+=t}return[o,i]}(e),e=i[0],g=i[1]),a=u(A(e,t),f?this:k,N),(r||o||g.length)&&(s=b(a),r&&(s.dotAll=!0,s.raw=N(function(e){for(var t,n=e.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(t=j(e,r))?i||"."!==t?("["===t?i=!0:"]"===t&&(i=!1),o+=t):o+="[\\s\\S]":o+=t+j(e,++r);return o}(e),n)),o&&(s.sticky=!0),g.length&&(s.groups=g)),e!==y)try{c(a,"source",""===y?"(?:)":y)}catch(e){}return a},B=function(e){e in N||s(N,e,{configurable:!0,get:function(){return A[e]},set:function(t){A[e]=t}})},F=f(A),U=0;F.length>U;)B(F[U++]);k.constructor=N,N.prototype=k,g(o,"RegExp",N)}w("RegExp")},9714:function(e,t,n){"use strict";var r=n(1702),o=n(6530).PROPER,i=n(1320),a=n(9670),u=n(7976),c=n(1340),s=n(7293),f=n(7066),l="toString",p=RegExp.prototype,h=p.toString,v=r(f),d=s((function(){return"/a/b"!=h.call({source:"a",flags:"b"})})),g=o&&h.name!=l;(d||g)&&i(RegExp.prototype,l,(function(){var e=a(this),t=c(e.source),n=e.flags;return"/"+t+"/"+c(void 0===n&&u(p,e)&&!("flags"in p)?v(e):n)}),{unsafe:!0})},5306:function(e,t,n){"use strict";var r=n(2104),o=n(6916),i=n(1702),a=n(7007),u=n(7293),c=n(9670),s=n(614),f=n(9303),l=n(7466),p=n(1340),h=n(4488),v=n(1530),d=n(8173),g=n(647),y=n(7651),m=n(5112)("replace"),b=Math.max,w=Math.min,x=i([].concat),_=i([].push),E=i("".indexOf),S=i("".slice),A="$0"==="a".replace(/./,"$0"),k=!!/./[m]&&""===/./[m]("a","$0");a("replace",(function(e,t,n){var i=k?"$":"$0";return[function(e,n){var r=h(this),i=null==e?void 0:d(e,m);return i?o(i,e,r,n):o(t,p(r),e,n)},function(e,o){var a=c(this),u=p(e);if("string"==typeof o&&-1===E(o,i)&&-1===E(o,"$<")){var h=n(t,a,u,o);if(h.done)return h.value}var d=s(o);d||(o=p(o));var m=a.global;if(m){var A=a.unicode;a.lastIndex=0}for(var k=[];;){var O=y(a,u);if(null===O)break;if(_(k,O),!m)break;""===p(O[0])&&(a.lastIndex=v(u,l(a.lastIndex),A))}for(var I,R="",j=0,T=0;T<k.length;T++){for(var M=p((O=k[T])[0]),z=b(w(f(O.index),u.length),0),C=[],P=1;P<O.length;P++)_(C,void 0===(I=O[P])?I:String(I));var $=O.groups;if(d){var L=x([M],C,z,u);void 0!==$&&_(L,$);var H=p(r(o,void 0,L))}else H=g(M,u,z,C,$,o);z>=j&&(R+=S(u,j,z)+H,j=z+M.length)}return R+S(u,j)}]}),!!u((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!A||k)},4765:function(e,t,n){"use strict";var r=n(6916),o=n(7007),i=n(9670),a=n(4488),u=n(1150),c=n(1340),s=n(8173),f=n(7651);o("search",(function(e,t,n){return[function(t){var n=a(this),o=null==t?void 0:s(t,e);return o?r(o,t,n):new RegExp(t)[e](c(n))},function(e){var r=i(this),o=c(e),a=n(t,r,o);if(a.done)return a.value;var s=r.lastIndex;u(s,0)||(r.lastIndex=0);var l=f(r,o);return u(r.lastIndex,s)||(r.lastIndex=s),null===l?-1:l.index}]}))},3510:function(e,t,n){n(7235)("replace")},4129:function(e,t,n){"use strict";var r,o=n(7854),i=n(1702),a=n(2248),u=n(2423),c=n(7710),s=n(9320),f=n(111),l=n(2050),p=n(9909).enforce,h=n(8536),v=!o.ActiveXObject&&"ActiveXObject"in o,d=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},g=c("WeakMap",d,s);if(h&&v){r=s.getConstructor(d,"WeakMap",!0),u.enable();var y=g.prototype,m=i(y.delete),b=i(y.has),w=i(y.get),x=i(y.set);a(y,{delete:function(e){if(f(e)&&!l(e)){var t=p(this);return t.frozen||(t.frozen=new r),m(this,e)||t.frozen.delete(e)}return m(this,e)},has:function(e){if(f(e)&&!l(e)){var t=p(this);return t.frozen||(t.frozen=new r),b(this,e)||t.frozen.has(e)}return b(this,e)},get:function(e){if(f(e)&&!l(e)){var t=p(this);return t.frozen||(t.frozen=new r),b(this,e)?w(this,e):t.frozen.get(e)}return w(this,e)},set:function(e,t){if(f(e)&&!l(e)){var n=p(this);n.frozen||(n.frozen=new r),b(this,e)?x(this,e,t):n.frozen.set(e,t)}else x(this,e,t);return this}})}},8206:function(e,t,n){"use strict";n(2109)({target:"WeakMap",proto:!0,real:!0,forced:!0},{deleteAll:n(4092)})}}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[795],{795:function(e,t,n){"use strict";function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.r(t),n(1539),n(4747),n(7941),t.default=function(){if(document.getElementById("google_translate_element")){var e=document.getElementById("google_translate_element"),t=(o(n={".goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div, .goog-te-menu2 *":'color: #544F4B; font-family: "Roboto", sans-serif; width: 100%;',".goog-te-menu2-item-selected":"display: none;",".goog-te-menu2":"overflow-y: scroll; padding: 0px;",".goog-te-menu2-item div":"padding: 20px;",".goog-te-menu2-item":"width: 100%;",td:"width: 100%; display: block;",".goog-te-menu2-colpad":"display: none;"},".goog-te-menu2","border: none;"),o(n,".goog-te-menu2","height: 100%; width: 100%;"),n);e.addEventListener("click",(function(e){var n=document.querySelector('iframe[class*="goog-te-menu-frame"]');!function(e,t){var n=e.style.cssText+=" height: 100%; width: 100%; top: 0px; box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);";e.style.cssText=n}(n),Object.keys(t).forEach((function(e){!function(e,t,n){for(var o=n.contentWindow.document.querySelectorAll(e),r=0;r<o.length;r++)o[r].setAttribute("style",t)}(e,t[e],n)}))}),!1)}var n}},8533:function(e,t,n){"use strict";var o=n(2092).forEach,r=n(9341)("forEach");e.exports=r?[].forEach:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}},2092:function(e,t,n){var o=n(9974),r=n(1702),i=n(8361),c=n(7908),u=n(6244),a=n(5417),f=r([].push),s=function(e){var t=1==e,n=2==e,r=3==e,s=4==e,l=6==e,g=7==e,d=5==e||l;return function(m,p,v,h){for(var y,x,b=c(m),w=i(b),k=o(p,v),E=u(w),_=0,A=h||a,j=t?A(m,E):n||g?A(m,0):void 0;E>_;_++)if((d||_ in w)&&(x=k(y=w[_],_,b),e))if(t)j[_]=x;else if(x)switch(e){case 3:return!0;case 5:return y;case 6:return _;case 2:f(j,y)}else switch(e){case 4:return!1;case 7:f(j,y)}return l?-1:r||s?s:j}};e.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},9341:function(e,t,n){"use strict";var o=n(7293);e.exports=function(e,t){var n=[][e];return!!n&&o((function(){n.call(null,t||function(){return 1},1)}))}},7475:function(e,t,n){var o=n(7854),r=n(3157),i=n(4411),c=n(111),u=n(5112)("species"),a=o.Array;e.exports=function(e){var t;return r(e)&&(t=e.constructor,(i(t)&&(t===a||r(t.prototype))||c(t)&&null===(t=t[u]))&&(t=void 0)),void 0===t?a:t}},5417:function(e,t,n){var o=n(7475);e.exports=function(e,t){return new(o(e))(0===t?0:t)}},3157:function(e,t,n){var o=n(4326);e.exports=Array.isArray||function(e){return"Array"==o(e)}},7941:function(e,t,n){var o=n(2109),r=n(7908),i=n(1956);o({target:"Object",stat:!0,forced:n(7293)((function(){i(1)}))},{keys:function(e){return i(r(e))}})},4747:function(e,t,n){var o=n(7854),r=n(8324),i=n(8509),c=n(8533),u=n(8880),a=function(e){if(e&&e.forEach!==c)try{u(e,"forEach",c)}catch(t){e.forEach=c}};for(var f in r)r[f]&&a(o[f]&&o[f].prototype);a(i)}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[814],{8814:function(e,t,n){function c(e,t){var n=new URL(window.location),c={page:document.title,accordion:e.innerText.trim()};n.search="",n.hash=t,window.history.pushState(c,"",n)}function a(e){e.target.matches(".accordion__button")&&!Boolean(JSON.parse(e.target.getAttribute("aria-expanded")))&&c(e.target,e.target.dataset.target)}function o(e){var t=e.target.hash;c(e.target,t)}function r(e,t,n){e.addEventListener(t,n)}n.r(t),n(6992),n(1539),n(8783),n(3948),n(285),n(1637),n(3210),n(4916),n(4765),t.default=function(){document.getElementById("accordion")&&r(document.getElementById("accordion"),"click",a),document.querySelector(".navTabs")&&r(document.querySelector(".navTabs"),"click",o)}}}]);
@@ -0,0 +1,2 @@
1
+ @import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@400;500&family=Roboto:wght@400;500;700&display=swap);
2
+ @font-face{font-family:"eurostile";src:url("https://use.typekit.net/af/198f80/00000000000000003b9b2162/27/l?subset_id=2&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/198f80/00000000000000003b9b2162/27/d?subset_id=2&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/198f80/00000000000000003b9b2162/27/a?subset_id=2&fvd=i7&v=3") format("opentype");font-display:swap;font-style:italic;font-weight:700}.gsc-results .gsc-cursor-box .gsc-cursor-page{background-color:rgba(0,0,0,.09) !important;border-width:thin;border-style:solid;border-color:#666;border-radius:5px;color:#666 !important;padding:.25rem 1rem}.gsc-results .gsc-cursor-box .gsc-cursor-current-page{background-color:rgba(0,0,0,.25) !important;color:#000 !important;text-decoration:underline !important}.gsc-control-cse{font-family:"Open Sans",sans-serif !important;counter-reset:result}.gsc-webResult.gsc-result{border-bottom:solid thin #0b0e10 !important;margin-left:auto !important;margin-right:auto !important;max-width:630px;padding-left:.75rem !important;padding-right:.75rem !important}.gsc-thumbnail-inside{margin-left:32px}.gsc-thumbnail-inside::before{background-color:#0f3b63;border-radius:50%;border-color:#0b0e10;border-style:solid;border-width:1px;color:#fff;counter-increment:result;content:counter(result);display:block;font-size:11px;font-weight:700;height:26px;margin-left:-32px;line-height:24px;position:absolute;text-align:center;width:26px}.gsc-control-cse,.gsc-control-cse .gsc-table-result{font-size:.99rem !important}.gsc-control-cse .gs-spelling,.gsc-control-cse .gs-result .gs-title,.gsc-control-cse .gs-result .gs-title *{font-size:1.125rem !important}.gs-result .gs-title,.gs-result .gs-title *,.gs-result .gs-title a.gs-title b,.gcsc-find-more-on-google{color:#007bff !important}.gs-result .gs-title a.gs-title:hover,.gs-result .gs-title a.gs-title:hover b{color:#0056b3 !important;text-decoration:underline !important}.gs-result .gs-title a.gs-title:visited,.gs-result .gs-title a.gs-title:visited b{color:#3600b3 !important}.gcsc-find-more-on-google-magnifier{fill:#007bff !important}.gs-webResult div.gs-visibleUrl{color:#148ba9 !important}.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb{display:inline-block;border:thin solid rgba(0,0,0,.125);padding:0 .25rem;border-radius:5px;margin-top:.25rem}.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,.gs-fileFormatType{color:#666 !important;margin-top:6px;font-family:"Open Sans",sans-serif !important}.gs-bidi-start-align.gs-snippet b{font-weight:700}.gs-web-image-box .gs-image,.gs-promotion-image-box .gs-promotion-image{height:93px;margin-left:-18.25px;max-width:unset !important}.gs-web-image-box,.gs-promotion-image-box{background-color:#666;border-radius:50%;border-color:#ebebeb;border-style:solid;border-width:thin;float:right !important;height:93px;margin-top:.25rem;margin-left:1rem !important;overflow:hidden;padding:0 !important;position:relative;bottom:20px;width:93px !important}.gs-web-image-box-portrait .gs-image{height:93px;margin-left:-6.25%;transform:scale(1.2)}.gsc-cursor-box.gs-bidi-start-align{margin-top:1.5rem !important}.dark-mode .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,.dark-mode .gs-fileFormatType{color:#969ca5 !important}.dark-mode .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb{border-color:rgba(255,255,255,.25)}.dark-mode .gcsc-find-more-on-google-magnifier{fill:#9fc0ed !important}.dark-mode .gs-result .gs-title,.dark-mode .gs-result .gs-title *,.dark-mode .gs-result .gs-title a.gs-title b,.dark-mode .gcsc-find-more-on-google{color:#9fc0ed !important}.dark-mode .gs-result .gs-title a.gs-title:hover,.dark-mode .gs-result .gs-title a.gs-title:hover b{color:#b0d1ff !important}.dark-mode .gs-result .gs-title a.gs-title:visited,.dark-mode .gs-result .gs-title a.gs-title:visited b{color:#7382d7 !important}.dark-mode .gsc-above-wrapper-area{border-bottom-color:rgba(255,255,255,.5)}.dark-mode .gsc-control-cse.gsc-control-cse-en{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.25);border-radius:5px}.dark-mode .gsc-webResult.gsc-result,.dark-mode .gsc-results .gsc-imageResult{background-color:#191d1f;border-color:rgba(255,255,255,.125)}.dark-mode .gsc-result-info,.dark-mode .gsc-orderby-label{color:#bababa}.dark-mode .gsc-results .gsc-cursor-box .gsc-cursor-page{background-color:#0b0e10;border-color:rgba(255,255,255,.25);border-style:solid}.dark-mode .gsc-results .gsc-cursor-box .gsc-cursor-current-page{color:#ebebeb !important;background-color:rgba(0,0,0,.5) !important}.dark-mode .gsc-webResult.gsc-result:hover{background-color:rgba(255,255,255,.0125) !important}.dark-mode .gsc-webResult.gsc-result{border-bottom:solid 1px #fff !important}.dark-mode .gsc-thumbnail-inside::before{background-color:#9bb7dd;border-color:#fff;color:#0b0e10}.dark-mode .gsc-selected-option-container{background-color:#9fc0ed;border-radius:4px;border-color:#fff;border-width:1px;border-style:solid;font-size:13px !important;padding-bottom:1.75rem;padding-left:.75rem !important;padding-right:32px}.dark-mode .gsc-control-cse .gsc-option-selector{right:8px;top:13px;transform:scale(1.5)}.dark-mode .gsc-control-cse .gsc-option-menu{background-color:#0b0e10}.dark-mode .gsc-option-menu-item-highlighted{background-color:#282828;color:#fff}.dark-mode .gs-bidi-start-align.gs-snippet b{color:#c4c4c4}
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[83],{7083:function(e,c,k){k.r(c)}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[853],{2853:function(e,t,n){n.r(t),n(1539),n(8674),n(6992),n(8783),n(3948);var s=document.getElementById("syncAlert");function c(e){var t=s.querySelector(".svg__sync");Promise.resolve().then((function(){s.classList.add("buttons--sync--visible"),t.classList.add("loader__sync--animate")})).then((function(){window.setTimeout((function(){n.e(859).then(n.bind(n,6859)).then((function(e){var t=e.default;gapi.load("client",t)}))}),1e3)}))}t.default=function(){window.setTimeout((function(){var e;(e=s).classList.add("buttons--sync--preview"),window.setTimeout((function(){e.classList.remove("buttons--sync--preview")}),3e3)}),500),s.addEventListener("click",c)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[859],{6859:function(e,t,n){n.r(t),n(6992),n(1539),n(3948),n(8674),n(8783);var s={spreadsheetId:"1plXBiZY5pVbhNT-mszxEuqCl4zy8wMnz9gXXbbT_yLs",range:"Alerts"},r={apiKey:"AIzaSyCEBsbXfFcdbkASlg-PodD1rT_Fe3Nw62A",discoveryDocs:["https://www.googleapis.com/discovery/v1/apis/sheets/v4/rest"]};t.default=function(){gapi.client.init(r).then((function(){return gapi.client.sheets.spreadsheets.values.get(s)})).then((function(e){return Promise.resolve().then(n.bind(n,3169)).then((function(t){(0,t.default)(e,void 0)})),e})).then((function(e){Promise.resolve().then(n.bind(n,6525)).then((function(t){(0,t.default)(e)}))}),(function(e){console.error("Error fetching new alert from gapi:",e)}))}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[862],{6862:function(e,c,t){t.r(c),c.default=function(){var e=document.getElementById("errorPageSearch"),c=document.getElementById("openSearchButton");e.addEventListener("click",(function(e){e.preventDefault(),c.click()}))}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[909],{6909:function(e,c,t){t.r(c),c.default=function(){var e=(new Date).getFullYear();document.getElementById("currentYear").innerHTML=e}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[92,282],{3092:function(e,t,n){n.r(t),n(1539),n(8674),n(7042),n(8309),n(1038),n(8783),n(4916),n(2526),n(1817),n(2165),n(6992),n(3948);var r=n(8282);function o(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}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 a,s=!0,i=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){i=!0,a=e},f:function(){try{s||null==n.return||n.return()}finally{if(i)throw a}}}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var a=["#gsc-i-id1","#gs_st50 .gsst_a",".gsc-search-button .gsc-search-button.gsc-search-button-v2"];function s(){document.querySelector("button.gsc-search-button-v2").classList.add("gsc-overrides__clear-x")}function i(){document.querySelector("button.gsc-search-button-v2").classList.remove("gsc-overrides__clear-x")}t.default=function(){document.getElementById("searchCollapse")&&new Promise((function(e,t){!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://cse.google.com/cse.js?cx=006320264078644364913:sy48bet-lr8";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}(),e()})).then((function(){new Promise((function(e,t){var n=document.getElementById("searchCollapse");new MutationObserver((function(t,n){var r,c,s=o(t);try{for(s.s();!(r=s.n()).done;)if("childList"==r.value.type){document.querySelector(".gsst_a").setAttribute("id","xIcon");for(var i=a.length,u=0;u<i;u++)c=a[u],"tabindex","-1",document.querySelector(c).setAttribute("tabindex","-1");e()}}catch(e){s.e(e)}finally{s.f()}})).observe(n,{attributes:!0,childList:!0,subtree:!0})})).then((function(){var e;(e=!1,function(){e||(e=!0,"display: none;"===document.getElementById("xIcon").getAttribute("style")?i():s())})();var t=document.getElementById("xIcon");new MutationObserver((function(e,n){var r,c=o(e);try{for(c.s();!(r=c.n()).done;)"attributes"==r.value.type&&("display: none;"===t.getAttribute("style")?i():s())}catch(e){c.e(e)}finally{c.f()}})).observe(t,{attributes:!0,childList:!0,subtree:!0}),(0,r.default)()}))}))}},8282:function(e,t,n){n.r(t);var r=["#gsc-i-id1","#gs_st50 .gsst_a",".gsc-search-button .gsc-search-button.gsc-search-button-v2"],o="header-global__search-icon",c="header-global__close-icon";function a(e,t,n){document.querySelector(e).setAttribute(t,n)}function s(e,t,n){t?(e.classList.add(n+"--hidden"),e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex","-1")):(e.classList.remove(n+"--hidden"),e.setAttribute("aria-hidden","false"),e.setAttribute("tabindex","0"))}function i(e){(e.target.closest("#openSearchButton")||e.target.closest("#closeSearchButton"))&&function(e){var t,n,i,u;e.target.closest("#openSearchButton")?t=!0:e.target.closest("#closeSearchButton")&&(t=!1),function(e){var t=document.getElementById("openSearchButton"),n=document.getElementById("closeSearchButton"),i=document.getElementById("gsc-i-id1"),u=r.length;if(e){s(t,!0,o),s(n,!1,c);for(var l=0;l<u;l++)a(r[l],"tabindex","0");i.focus()}else for(s(t,!1,o),s(n,!0,c),l=0;l<u;l++)a(r[l],"tabindex","-1")}(t),n=document.getElementById("searchCollapse"),i=document.getElementById("headerGlobalNavbar"),u=n.getAttribute("aria-hidden"),n.classList.toggle("header-global__search-collapse--visible"),"true"===u?n.setAttribute("aria-hidden","false"):n.setAttribute("aria-hidden","true"),i.classList.toggle("header-global__navbar--search-toggle")}(e)}t.default=function(){document.getElementById("openSearchButton")&&document.addEventListener("click",i)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[936],{7936:function(e,t,l){l.r(t);var o=l(9755),n=l.n(o);l(9154),window.jQuery=window.$=n();var s=".hero-slider__slider",a="Pause";function i(e,t,l){var o=l===a;n()(s).slick(t),e.setAttribute("aria-label",l),e.classList.toggle("hero-slider__button--play"),e.innerHTML=l,o&&n()(s).slick("slickNext")}t.default=function(){n()(s).on("init",(function(e,t){var l,o,n;o=document.querySelector(s),(n=document.createElement("button")).setAttribute("aria-label","Pause"),n.type="button",n.style="display: block;",n.innerHTML="Pause",n.classList.add("hero-slider__button--toggle"),o.appendChild(n),(l=n).addEventListener("click",(function(e){"Pause"===l.innerHTML?i(l,"slickPause","Play"):i(l,"slickPlay",a)}))})),n()(s).slick({dots:!0,slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:4e3,prevArrow:'<button type="button" data-role="none" class="prev slick-prev" aria-label="Previous" role="button" style="display: block;">Previous</button>',nextArrow:'<button type="button" data-role="none" class="next slick-next" aria-label="Next" role="button" style="display: block;">Next</button>'})}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[968],{3968:function(e,t,o){o.r(t);var n=document.querySelector("html");function c(e){return n.classList.toggle("dark-mode")}t.default=function(){console.info("Dark Mode (is the best)!"),"true"===window.localStorage.getItem("darkModeSetting")&&n.classList.add("dark-mode"),"/settings/"===window.location.pathname&&document.getElementById("darkModeButton").addEventListener("click",c)}}}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[987],{6479:function(e,n,o){var t={"./closeMegaNavOnClick":[7280,526,747],"./closeMegaNavOnClick.js":[7280,526,747],"./googleCustomSearch":[3092,707,92],"./googleCustomSearch.js":[3092,707,92],"./megaNav":[870],"./megaNav.js":[870],"./searchToggleMegaNav":[8282,282],"./searchToggleMegaNav.js":[8282,282],"./toggleDropdownOnWindowResize":[2102,526,102],"./toggleDropdownOnWindowResize.js":[2102,526,102],"./toggleDropdownOnWindowResizeTwo":[1238,526,238],"./toggleDropdownOnWindowResizeTwo.js":[1238,526,238],"./toggleMenuOnWindowResize":[7614,526,707,614],"./toggleMenuOnWindowResize.js":[7614,526,707,614],"./underlineCurrentSite":[5126,126],"./underlineCurrentSite.js":[5126,126]};function r(e){if(!o.o(t,e))return Promise.resolve().then((function(){var n=new Error("Cannot find module '"+e+"'");throw n.code="MODULE_NOT_FOUND",n}));var n=t[e],r=n[0];return Promise.all(n.slice(1).map(o.e)).then((function(){return o(r)}))}r.keys=function(){return Object.keys(t)},r.id=6479,e.exports=r},870:function(e,n,o){"use strict";function t(){var e=arguments.length<=0?void 0:arguments[0];o(6479)("./".concat(e)).then((function(e){return(0,e.default)()}))}function r(){Promise.all([o.e(526),o.e(707),o.e(614)]).then(o.bind(o,7614)).then((function(e){return(0,e.default)()})).then((function(){return t("closeMegaNavOnClick","closeMenuOnClick")})).then((function(){return t("underlineCurrentSite")})).then((function(){return t("googleCustomSearch","googleCustomSearchInit")})).catch((function(e){return function(e){return console.error("Error loading module:\n".concat(e),e)}(e)}))}o.r(n),o.d(n,{default:function(){return r}}),o(6992),o(1539),o(8674),o(8783),o(3948)}}]);