{"version":3,"file":"faq.a06ed714bb3628ab1692.js","mappings":";;;;;;AAAA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;ACfkC;AACJ;AACM;AACA;AACiB;AACA;AACN;AAC1B;;;;;;;UCPtB;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;;;;;;;;ACAgB;AACW;;AAE3B;AACA;AACA;;AAEA;AACA,KAAK;AACL,CAAC;;AAED;AACA;AACA;;AAEA;AACA,KAAK;AACL,CAAC;;AAED;AACA,mDAAmD,UAAU;;AAE7D;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL","sources":["webpack:///./resources/assets/scripts/navigation.js","webpack:///./resources/assets/scripts/base.js","webpack:///webpack/bootstrap","webpack:///webpack/runtime/publicPath","webpack:///./resources/assets/scripts/faq.js"],"sourcesContent":["document.querySelector('.navigation__item--toggle').addEventListener('click', () => {\n document.querySelector('.navigation__items').classList.toggle('navigation__items--active');\n document.body.classList.toggle('navigation--active');\n});\n\ndocument.querySelector('.navigation__background').addEventListener('click', () => {\n document.querySelector('.navigation__items').classList.remove('navigation__items--active');\n document.body.classList.remove('navigation--active');\n});\n\ndocument.addEventListener('keyup', event => {\n if (event.key === 'Escape') {\n document.querySelector('.navigation__items').classList.remove('navigation__items--active');\n document.body.classList.remove('navigation--active');\n }\n});\n","import '../styles/layout/base.css';\nimport '../images/favicon.ico';\nimport '../images/favicon-16x16.png';\nimport '../images/favicon-32x32.png';\nimport '../images/favicon-android-chrome-192x192.png';\nimport '../images/favicon-android-chrome-512x512.png';\nimport '../images/favicon-apple-touch-icon.png';\nimport './navigation';\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","__webpack_require__.p = \"/assets/\";","import './base';\nimport '../styles/faq.css';\n\ndocument.querySelectorAll('.faq__question').forEach(element => {\n element.addEventListener('click', event => {\n event.preventDefault();\n\n scrollTo(element.getAttribute('href').replace('#', ''));\n });\n});\n\ndocument.querySelectorAll('.faq__answer-top').forEach(element => {\n element.addEventListener('click', event => {\n event.preventDefault();\n\n scrollTo('top');\n });\n});\n\nfunction scrollTo(elementId) {\n const element = document.querySelector(`[id=\"${elementId}\"]`);\n\n if (!element) {\n return;\n }\n\n window.scrollTo({\n top: element.offsetTop - 86,\n behavior: 'smooth',\n });\n}\n"],"names":[],"sourceRoot":""}