From 92a917430c2a398c1ca51933e9f0e2ae969f8132 Mon Sep 17 00:00:00 2001 From: coemans Date: Thu, 10 Dec 2020 11:58:28 +0100 Subject: [PATCH] upgrade (#154) --- demo/vl-modal-auto-open.html | 1 + demo/vl-modal.html | 1 + docker-compose-release.yml | 1 + package-lock.json | 1381 ++++++++++++++++++++-------------- package.json | 30 +- src/style.css | 2 +- src/style.css.map | 2 +- 7 files changed, 845 insertions(+), 573 deletions(-) diff --git a/demo/vl-modal-auto-open.html b/demo/vl-modal-auto-open.html index 7c5396364..ff8409253 100644 --- a/demo/vl-modal-auto-open.html +++ b/demo/vl-modal-auto-open.html @@ -8,6 +8,7 @@ + + diff --git a/docker-compose-release.yml b/docker-compose-release.yml index c5f3a2ab8..1d2daee1f 100644 --- a/docker-compose-release.yml +++ b/docker-compose-release.yml @@ -11,5 +11,6 @@ services: - NO_PROXY=${no_proxy} - GIT_REPO=${git_repo} - RELEASE_VERSION=${release_version} + - SKIP_WCT_SAUCE_POSTINSTALL_DOWNLOAD=1 extra_hosts: - "repository.milieuinfo.be:${REPOSITORY_FIXED_IP}" diff --git a/package-lock.json b/package-lock.json index b97d8844b..19f9143eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,25 +14,24 @@ } }, "@babel/core": { - "version": "7.12.9", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha1-/UUMTsEM27mA4pKLeqeihIRZP8g=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/core/-/core-7.12.10.tgz", + "integrity": "sha1-t5ouG59w7T2Eu/ttjE74JfYGvM0=", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", + "@babel/generator": "^7.12.10", "@babel/helper-module-transforms": "^7.12.1", "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", + "@babel/parser": "^7.12.10", "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", + "@babel/traverse": "^7.12.10", + "@babel/types": "^7.12.10", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.1", "json5": "^2.1.2", "lodash": "^4.17.19", - "resolve": "^1.3.2", "semver": "^5.4.1", "source-map": "^0.5.0" }, @@ -52,12 +51,12 @@ } }, "@babel/generator": { - "version": "7.12.5", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/generator/-/generator-7.12.5.tgz", - "integrity": "sha1-osUN5ci21wirlb5eYFOTbBiEpN4=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/generator/-/generator-7.12.10.tgz", + "integrity": "sha1-KxiPwyn7jk92IYFwO+/8D+bfNGA=", "dev": true, "requires": { - "@babel/types": "^7.12.5", + "@babel/types": "^7.12.10", "jsesc": "^2.5.1", "source-map": "^0.5.0" }, @@ -71,12 +70,12 @@ } }, "@babel/helper-annotate-as-pure": { - "version": "7.10.4", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz", - "integrity": "sha1-W/DUlaP3V6w72ki1vzs7ownHK6M=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz", + "integrity": "sha1-VKubAA5gqTZEzhez830xOq8dEV0=", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-builder-binary-assignment-operator-visitor": { @@ -131,12 +130,12 @@ } }, "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha1-mMHL6g4jMvM/mkZhuM4VBbLBm6I=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz", + "integrity": "sha1-sViBejFltfqiBHgl36YZcN3MFs8=", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-member-expression-to-functions": { @@ -175,12 +174,12 @@ } }, "@babel/helper-optimise-call-expression": { - "version": "7.12.7", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz", - "integrity": "sha1-f5SuXghyGklGc0aqBP0i91ADO5w=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz", + "integrity": "sha1-lMpOMG7hGn3W6fQoI+Ksa0mIHi0=", "dev": true, "requires": { - "@babel/types": "^7.12.7" + "@babel/types": "^7.12.10" } }, "@babel/helper-plugin-utils": { @@ -293,9 +292,9 @@ } }, "@babel/parser": { - "version": "7.12.7", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/parser/-/parser-7.12.7.tgz", - "integrity": "sha1-/uezn+gJ0Oc+WyXuyvV4DvPXMFY=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/parser/-/parser-7.12.10.tgz", + "integrity": "sha1-gkYA1Z6WrqJqWir1qdgSrwXDroE=", "dev": true }, "@babel/plugin-external-helpers": { @@ -578,9 +577,9 @@ } }, "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.1", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz", - "integrity": "sha1-nKa+ND1CUS+8LmgjaoKuZLx694o=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz", + "integrity": "sha1-3gHEyPllgL0A8YMHKw0Ozc8N7Es=", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.10.4" @@ -617,17 +616,17 @@ } }, "@babel/traverse": { - "version": "7.12.9", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/traverse/-/traverse-7.12.9.tgz", - "integrity": "sha1-+tJsly6rvBE1DgtpWXjebMjoWW8=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/traverse/-/traverse-7.12.10.tgz", + "integrity": "sha1-LR9AQei/QuoJnlstxI1qWUwAAXo=", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", + "@babel/generator": "^7.12.10", "@babel/helper-function-name": "^7.10.4", "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.7", - "@babel/types": "^7.12.7", + "@babel/parser": "^7.12.10", + "@babel/types": "^7.12.10", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" @@ -642,9 +641,9 @@ } }, "@babel/types": { - "version": "7.12.7", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha1-YDn/HiQmQKKUUsmuVyFi7JqPXRM=", + "version": "7.12.10", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@babel/types/-/types-7.12.10.tgz", + "integrity": "sha1-eWXkpyYLJvCcVrz8sEmK8fbZsmA=", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.10.4", @@ -664,9 +663,9 @@ } }, "@eslint/eslintrc": { - "version": "0.2.1", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@eslint/eslintrc/-/eslintrc-0.2.1.tgz", - "integrity": "sha1-9yBpwzBGGgZoTRGThENeEqXXbjw=", + "version": "0.2.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@eslint/eslintrc/-/eslintrc-0.2.2.tgz", + "integrity": "sha1-0B/HkeL8M+iKKdbz3H6T0M14S3Y=", "dev": true, "requires": { "ajv": "^6.12.4", @@ -702,15 +701,49 @@ } }, "@govflanders/vl-ui-action-group": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-action-group/vl-ui-action-group-3.11.5.tgz", - "integrity": "sha1-OAAbzIdOiUj6tuI+9KZOmPJYLwo=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-action-group/vl-ui-action-group-3.12.3.tgz", + "integrity": "sha1-gTYdW0zCfM6E7/B6ulqodzCJNns=", "dev": true, "requires": { - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-link": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-button": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-link": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + }, + "dependencies": { + "@govflanders/vl-ui-button": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.12.3.tgz", + "integrity": "sha1-bowZDpC+8hPWOgDB9QEais2pn8k=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + }, + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + }, + "@govflanders/vl-ui-link": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-link/vl-ui-link-3.12.3.tgz", + "integrity": "sha1-HDzossexp4wyUw+XR2nmcoAOEeQ=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + } } }, "@govflanders/vl-ui-button": { @@ -725,26 +758,49 @@ } }, "@govflanders/vl-ui-code-preview": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-code-preview/vl-ui-code-preview-3.11.5.tgz", - "integrity": "sha1-bVltkDh8lIJaEEsGmDtgsyQSobQ=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-code-preview/vl-ui-code-preview-3.12.3.tgz", + "integrity": "sha1-w6cYxzAPb46PMmOezQDTmRz4tEk=", "dev": true, "requires": { - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5", + "@govflanders/vl-ui-button": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3", "clipboard": "^2.0.0", "escape-html": "^1.0.3", "prismjs": "1.12.2", "unescape-html": "^1.1.0" + }, + "dependencies": { + "@govflanders/vl-ui-button": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.12.3.tgz", + "integrity": "sha1-bowZDpC+8hPWOgDB9QEais2pn8k=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + }, + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + } } }, "@govflanders/vl-ui-core": { - "version": "4.0.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-core/vl-ui-core-4.0.5.tgz", - "integrity": "sha1-Wjg9yeCNQriLbKHeow/hJutbnCc=", + "version": "4.1.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-core/vl-ui-core-4.1.3.tgz", + "integrity": "sha1-Qu5ObHsI0yVv/rTR4cJowI5P6Ik=", "requires": { - "@govflanders/vl-ui-util": "^3.11.5", + "@govflanders/vl-ui-util": "^3.12.3", "classlist-polyfill": "^1.2.0", "css-vars-ponyfill": "^1.15.1", "icon-font-generator": "^2.1.10", @@ -754,43 +810,77 @@ } }, "@govflanders/vl-ui-datepicker": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-datepicker/vl-ui-datepicker-3.11.5.tgz", - "integrity": "sha1-x3hXvAsv/8wDkf7OJk0fl+TGwEc=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-datepicker/vl-ui-datepicker-3.12.3.tgz", + "integrity": "sha1-q9BgHNUxKy/Qw3a4Y9xx7fweaxU=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-input-addon": "^3.11.5", - "@govflanders/vl-ui-input-field": "^3.11.5", - "@govflanders/vl-ui-input-group": "^3.11.5", - "@govflanders/vl-ui-tooltip": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5", - "flatpickr": "4.6.2" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-input-addon": "^3.12.3", + "@govflanders/vl-ui-input-field": "^3.12.3", + "@govflanders/vl-ui-input-group": "^3.12.3", + "@govflanders/vl-ui-tooltip": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3", + "flatpickr": "4.6.6" } }, "@govflanders/vl-ui-form-message": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-form-message/vl-ui-form-message-3.11.5.tgz", - "integrity": "sha1-M5hTCSwjBsqTYMBQUBQh7jilW5I=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-form-message/vl-ui-form-message-3.12.3.tgz", + "integrity": "sha1-l6bnsTZIYbAPQ9UNFJJHUUF75YI=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" } }, "@govflanders/vl-ui-form-structure": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-form-structure/vl-ui-form-structure-3.11.5.tgz", - "integrity": "sha1-BaWrQFD4FnEFm9LImZDzJMK4zOk=", - "dev": true, - "requires": { - "@govflanders/vl-ui-action-group": "^3.11.5", - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-message": "^3.11.5", - "@govflanders/vl-ui-input-field": "^3.11.5", - "@govflanders/vl-ui-link": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-form-structure/vl-ui-form-structure-3.12.3.tgz", + "integrity": "sha1-Pj74dcoAbgvClaUwZz4LRfb0hJE=", + "dev": true, + "requires": { + "@govflanders/vl-ui-action-group": "^3.12.3", + "@govflanders/vl-ui-button": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-form-message": "^3.12.3", + "@govflanders/vl-ui-input-field": "^3.12.3", + "@govflanders/vl-ui-link": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + }, + "dependencies": { + "@govflanders/vl-ui-button": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.12.3.tgz", + "integrity": "sha1-bowZDpC+8hPWOgDB9QEais2pn8k=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + }, + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + }, + "@govflanders/vl-ui-link": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-link/vl-ui-link-3.12.3.tgz", + "integrity": "sha1-HDzossexp4wyUw+XR2nmcoAOEeQ=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + } } }, "@govflanders/vl-ui-form-validation": { @@ -835,224 +925,205 @@ } }, "@govflanders/vl-ui-input-addon": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-input-addon/vl-ui-input-addon-3.11.5.tgz", - "integrity": "sha1-2HkC/SmU9xjOk5E8nqWLLiPcV8o=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-input-addon/vl-ui-input-addon-3.12.3.tgz", + "integrity": "sha1-PQ0BDqEFrLQDSwhYALyDHc0kbM8=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-icon": "^3.11.5", - "@govflanders/vl-ui-tooltip": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-tooltip": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + }, + "dependencies": { + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + } } }, "@govflanders/vl-ui-input-field": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-input-field/vl-ui-input-field-3.11.5.tgz", - "integrity": "sha1-XPGjcav9FBi8Fus77cw0l5YU33M=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-input-field/vl-ui-input-field-3.12.3.tgz", + "integrity": "sha1-+wX/fLPfl/UrKQTcCEvmFx3dVDY=", "dev": true, "requires": { - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-message": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" - } - }, - "@govflanders/vl-ui-input-group": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-input-group/vl-ui-input-group-3.11.5.tgz", - "integrity": "sha1-UldB7peSw9DnD4o1R1IA+LmkMQQ=", - "dev": true, - "requires": { - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-message": "^3.11.5", - "@govflanders/vl-ui-input-addon": "^3.11.5", - "@govflanders/vl-ui-input-field": "^3.11.5", - "@govflanders/vl-ui-tooltip": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5", - "flatpickr": "^4.3.2" - } - }, - "@govflanders/vl-ui-link": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-link/vl-ui-link-3.11.5.tgz", - "integrity": "sha1-vEEvbB8YpntoSYX41q1Xu83yAOc=", - "dev": true, - "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-icon": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" - } - }, - "@govflanders/vl-ui-modal": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-modal/vl-ui-modal-3.11.5.tgz", - "integrity": "sha1-1xOo7vc/G5Ya9IB9IgnNc3PBWgU=", - "dev": true, - "requires": { - "@govflanders/vl-ui-action-group": "^3.11.5", - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-structure": "^3.11.5", - "@govflanders/vl-ui-icon": "^3.11.5", - "@govflanders/vl-ui-input-field": "^3.11.5", - "@govflanders/vl-ui-link": "^3.11.5", - "@govflanders/vl-ui-titles": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5", - "dialog-polyfill": "^0.4.9", - "vue-focus-lock": "^1.2.0" + "@govflanders/vl-ui-button": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-form-message": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" }, "dependencies": { - "@govflanders/vl-ui-action-group": { - "version": "3.11.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-action-group/vl-ui-action-group-3.11.5.tgz", - "integrity": "sha1-OAAbzIdOiUj6tuI+9KZOmPJYLwo=", - "dev": true, - "requires": { - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-link": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" - } - }, "@govflanders/vl-ui-button": { - "version": "3.11.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.11.5.tgz", - "integrity": "sha1-vI8XFbd0xiqTyPp2W29Dt4WYvz8=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.12.3.tgz", + "integrity": "sha1-bowZDpC+8hPWOgDB9QEais2pn8k=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-icon": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" } }, - "@govflanders/vl-ui-core": { - "version": "4.0.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-core/vl-ui-core-4.0.5.tgz", - "integrity": "sha1-Wjg9yeCNQriLbKHeow/hJutbnCc=", - "dev": true, - "requires": { - "@govflanders/vl-ui-util": "^3.11.5", - "classlist-polyfill": "^1.2.0", - "css-vars-ponyfill": "^1.15.1", - "icon-font-generator": "^2.1.10", - "intersection-observer": "^0.5.0", - "lodash": "^4.17.15", - "promise-polyfill": "7.0.0" - } - }, - "@govflanders/vl-ui-form-message": { - "version": "3.11.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-form-message/vl-ui-form-message-3.11.5.tgz", - "integrity": "sha1-M5hTCSwjBsqTYMBQUBQh7jilW5I=", + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" } - }, - "@govflanders/vl-ui-form-structure": { - "version": "3.11.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-form-structure/vl-ui-form-structure-3.11.5.tgz", - "integrity": "sha1-BaWrQFD4FnEFm9LImZDzJMK4zOk=", + } + } + }, + "@govflanders/vl-ui-input-group": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-input-group/vl-ui-input-group-3.12.3.tgz", + "integrity": "sha1-l3FtU7ioZzDRI/Ansffj9vIFu/U=", + "dev": true, + "requires": { + "@govflanders/vl-ui-button": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-form-message": "^3.12.3", + "@govflanders/vl-ui-input-addon": "^3.12.3", + "@govflanders/vl-ui-input-field": "^3.12.3", + "@govflanders/vl-ui-tooltip": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + }, + "dependencies": { + "@govflanders/vl-ui-button": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.12.3.tgz", + "integrity": "sha1-bowZDpC+8hPWOgDB9QEais2pn8k=", "dev": true, "requires": { - "@govflanders/vl-ui-action-group": "^3.11.5", - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-message": "^3.11.5", - "@govflanders/vl-ui-input-field": "^3.11.5", - "@govflanders/vl-ui-link": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" } }, "@govflanders/vl-ui-icon": { - "version": "3.11.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.11.5.tgz", - "integrity": "sha1-3a2Q/CBQbp8K0yrkKdO0iZsZ5XE=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" } - }, - "@govflanders/vl-ui-input-field": { - "version": "3.11.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-input-field/vl-ui-input-field-3.11.5.tgz", - "integrity": "sha1-XPGjcav9FBi8Fus77cw0l5YU33M=", + } + } + }, + "@govflanders/vl-ui-link": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-link/vl-ui-link-3.12.3.tgz", + "integrity": "sha1-HDzossexp4wyUw+XR2nmcoAOEeQ=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + }, + "dependencies": { + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", "dev": true, "requires": { - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-message": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" } - }, - "@govflanders/vl-ui-link": { - "version": "3.11.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-link/vl-ui-link-3.11.5.tgz", - "integrity": "sha1-vEEvbB8YpntoSYX41q1Xu83yAOc=", + } + } + }, + "@govflanders/vl-ui-modal": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-modal/vl-ui-modal-3.12.3.tgz", + "integrity": "sha1-fX5n0pQLZlbfilF91ToOk7R1TZs=", + "dev": true, + "requires": { + "@govflanders/vl-ui-action-group": "^3.12.3", + "@govflanders/vl-ui-button": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-form-structure": "^3.12.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-input-field": "^3.12.3", + "@govflanders/vl-ui-link": "^3.12.3", + "@govflanders/vl-ui-titles": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3", + "dialog-polyfill": "^0.4.9", + "vue-focus-lock": "^1.2.0" + }, + "dependencies": { + "@govflanders/vl-ui-button": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.12.3.tgz", + "integrity": "sha1-bowZDpC+8hPWOgDB9QEais2pn8k=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-icon": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" } }, - "@govflanders/vl-ui-util": { - "version": "3.11.5", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/@govflanders/vl-ui-util/vl-ui-util-3.11.5.tgz", - "integrity": "sha1-lmaCBkJwE1rLheGZUSgCoSDvSGc=", + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "lodash": "^4.17.10", - "multi-clamp": "^1.0.0", - "textfit": "^2.3.1", - "vue": "^2.5.16" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" } } } }, "@govflanders/vl-ui-pattern": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-pattern/vl-ui-pattern-3.11.5.tgz", - "integrity": "sha1-tdOuqatfAglC7FAS3EeKIrqjpno=", - "dev": true, - "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-message": "^3.11.5", - "@govflanders/vl-ui-form-structure": "^3.11.5", - "@govflanders/vl-ui-input-field": "^3.11.5", - "@govflanders/vl-ui-pill": "^3.11.5", - "@govflanders/vl-ui-pill-input": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-pattern/vl-ui-pattern-3.12.3.tgz", + "integrity": "sha1-4K1gZ76oFa9YnpDjxN9wcPVmO0M=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-form-message": "^3.12.3", + "@govflanders/vl-ui-form-structure": "^3.12.3", + "@govflanders/vl-ui-input-field": "^3.12.3", + "@govflanders/vl-ui-pill": "^3.12.3", + "@govflanders/vl-ui-pill-input": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3", "cleave.js": "^1.0.9" } }, "@govflanders/vl-ui-pill": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-pill/vl-ui-pill-3.11.5.tgz", - "integrity": "sha1-yYtn473ZzHfV4DOcnWQM4BWD9c8=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-pill/vl-ui-pill-3.12.3.tgz", + "integrity": "sha1-sVZoyZ90AimscwUFe1/KG7CGFmw=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" } }, "@govflanders/vl-ui-pill-input": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-pill-input/vl-ui-pill-input-3.11.5.tgz", - "integrity": "sha1-3Qej3cdxm5yyV55gwyWAWCfCjQg=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-pill-input/vl-ui-pill-input-3.12.3.tgz", + "integrity": "sha1-EvYazqE/HzWSt3GDT56E4M/Fzas=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-message": "^3.11.5", - "@govflanders/vl-ui-form-structure": "^3.11.5", - "@govflanders/vl-ui-input-field": "^3.11.5", - "@govflanders/vl-ui-pill": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-form-message": "^3.12.3", + "@govflanders/vl-ui-form-structure": "^3.12.3", + "@govflanders/vl-ui-input-field": "^3.12.3", + "@govflanders/vl-ui-pill": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3", "choices.js": "7.0.0" }, "dependencies": { @@ -1077,48 +1148,94 @@ } }, "@govflanders/vl-ui-select": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-select/vl-ui-select-3.11.5.tgz", - "integrity": "sha1-bUOt/hNzqErHFccDqVPxzl2dnrs=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-select/vl-ui-select-3.12.3.tgz", + "integrity": "sha1-p+7j0MVPA1RDqHpp1Xgmj6PZUng=", "dev": true, "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-form-structure": "^3.11.5", - "@govflanders/vl-ui-input-field": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-form-structure": "^3.12.3", + "@govflanders/vl-ui-input-field": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3", "choices.js": "3.0.3" } }, "@govflanders/vl-ui-titles": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-titles/vl-ui-titles-3.11.5.tgz", - "integrity": "sha1-BTWLhs95rPJul/88cm3Gzy1zlVQ=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-titles/vl-ui-titles-3.12.3.tgz", + "integrity": "sha1-Mp8ZEV3eNNAj/Ur9hsiYS92H79I=", "dev": true, "requires": { - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-link": "^3.11.5", - "@govflanders/vl-ui-util": "^3.11.5" + "@govflanders/vl-ui-button": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-link": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + }, + "dependencies": { + "@govflanders/vl-ui-button": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.12.3.tgz", + "integrity": "sha1-bowZDpC+8hPWOgDB9QEais2pn8k=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + }, + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + } } }, "@govflanders/vl-ui-tooltip": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-tooltip/vl-ui-tooltip-3.11.5.tgz", - "integrity": "sha1-8tKHuX3fKhAsesqzSFfPFRfZt/A=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-tooltip/vl-ui-tooltip-3.12.3.tgz", + "integrity": "sha1-PsSHcpHaL5jDGRWWR8gIqwekAdI=", "dev": true, "requires": { - "@govflanders/vl-ui-button": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5", + "@govflanders/vl-ui-button": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3", "tooltip.js": "^1.2.0" + }, + "dependencies": { + "@govflanders/vl-ui-button": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-button/vl-ui-button-3.12.3.tgz", + "integrity": "sha1-bowZDpC+8hPWOgDB9QEais2pn8k=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-icon": "^3.12.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + }, + "@govflanders/vl-ui-icon": { + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-icon/vl-ui-icon-3.12.3.tgz", + "integrity": "sha1-iHXdVyup9q48C4o6hWJcSVXF9XY=", + "dev": true, + "requires": { + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3" + } + } } }, "@govflanders/vl-ui-util": { - "version": "3.11.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@govflanders/vl-ui-util/vl-ui-util-3.11.5.tgz", - "integrity": "sha1-lmaCBkJwE1rLheGZUSgCoSDvSGc=", + "version": "3.12.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@govflanders/vl-ui-util/vl-ui-util-3.12.3.tgz", + "integrity": "sha1-Fi/b0DbvGyzL+cNiog1Utsy4Nuk=", "requires": { - "@govflanders/vl-ui-core": "^4.0.5", + "@govflanders/vl-ui-core": "^4.1.3", "lodash": "^4.17.10", "multi-clamp": "^1.0.0", "textfit": "^2.3.1", @@ -1359,12 +1476,13 @@ "dev": true }, "@types/clean-css": { - "version": "4.2.2", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@types/clean-css/-/clean-css-4.2.2.tgz", - "integrity": "sha1-mf159pOcKzJZOKHFaXEuB92X1wk=", + "version": "4.2.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@types/clean-css/-/clean-css-4.2.3.tgz", + "integrity": "sha1-EsE8yBX155MBTuACxjJEVZB9hRw=", "dev": true, "requires": { - "@types/node": "*" + "@types/node": "*", + "source-map": "^0.6.0" } }, "@types/clone": { @@ -1383,9 +1501,9 @@ } }, "@types/connect": { - "version": "3.4.33", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@types/connect/-/connect-3.4.33.tgz", - "integrity": "sha1-MWEMkB7KVzuHE8MzCrxua59YhUY=", + "version": "3.4.34", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@types/connect/-/connect-3.4.34.tgz", + "integrity": "sha1-FwpAIjptZmAG2TyhKK8r6x2bGQE=", "dev": true, "requires": { "@types/node": "*" @@ -1440,9 +1558,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.14", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@types/express-serve-static-core/-/express-serve-static-core-4.17.14.tgz", - "integrity": "sha1-yr+R3r7rPLBLeY4s/5CIZOibYQY=", + "version": "4.17.15", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@types/express-serve-static-core/-/express-serve-static-core-4.17.15.tgz", + "integrity": "sha1-fD03gpqZHamlB8Hv1E2XUy6JCeM=", "dev": true, "requires": { "@types/node": "*", @@ -1555,9 +1673,9 @@ } }, "@types/node": { - "version": "14.14.10", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@types/node/-/node-14.14.10.tgz", - "integrity": "sha1-WVioLkGGPPxx8jB7N0jjSRugN4U=", + "version": "14.14.12", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@types/node/-/node-14.14.12.tgz", + "integrity": "sha1-Cx2G+MQBQQkShd6gLklA33O7pD8=", "dev": true }, "@types/normalize-package-data": { @@ -1661,9 +1779,9 @@ } }, "@types/ua-parser-js": { - "version": "0.7.33", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/@types/ua-parser-js/-/ua-parser-js-0.7.33.tgz", - "integrity": "sha1-SpIIlRFXThKSiny2uZoBgxrNHdc=", + "version": "0.7.35", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@types/ua-parser-js/-/ua-parser-js-0.7.35.tgz", + "integrity": "sha1-zKZ6ld65Fl5LH0SUcYAeZInT/pM=", "dev": true }, "@types/uglify-js": { @@ -1821,7 +1939,8 @@ "agent-base": { "version": "5.1.1", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/agent-base/-/agent-base-5.1.1.tgz", - "integrity": "sha1-6Ps/JClZ20TWO+Zl23qOc5U3oyw=" + "integrity": "sha1-6Ps/JClZ20TWO+Zl23qOc5U3oyw=", + "dev": true }, "aggregate-error": { "version": "3.1.0", @@ -3076,6 +3195,7 @@ "version": "1.4.8", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/browserstack-local/-/browserstack-local-1.4.8.tgz", "integrity": "sha1-B/dKGbMkzy3mn/5l+cK6o6Ldmg4=", + "dev": true, "requires": { "https-proxy-agent": "^4.0.0", "is-running": "^2.1.0", @@ -3403,9 +3523,9 @@ "dev": true }, "chromedriver": { - "version": "87.0.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/chromedriver/-/chromedriver-87.0.0.tgz", - "integrity": "sha1-6DkN7titp5Fxmmeta/ERZhTxui0=", + "version": "87.0.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/chromedriver/-/chromedriver-87.0.2.tgz", + "integrity": "sha1-32BA2weq0YBwfyRCIR29KtFXXzY=", "dev": true, "requires": { "@testim/chrome-version": "^1.0.7", @@ -3414,6 +3534,7 @@ "extract-zip": "^2.0.1", "https-proxy-agent": "^5.0.0", "mkdirp": "^1.0.4", + "proxy-from-env": "^1.1.0", "tcp-port-used": "^1.0.1" }, "dependencies": { @@ -3921,9 +4042,9 @@ "dev": true }, "core-js": { - "version": "3.8.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/core-js/-/core-js-3.8.0.tgz", - "integrity": "sha1-D8LUlByt+AU4sDBki7ZNIwtNoM4=", + "version": "3.8.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/core-js/-/core-js-3.8.1.tgz", + "integrity": "sha1-9RUjZorIopTRKFw7nbRAJf2mbUc=", "dev": true }, "core-util-is": { @@ -4193,9 +4314,10 @@ "dev": true }, "debug": { - "version": "4.2.0", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/debug/-/debug-4.2.0.tgz", - "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", + "version": "4.3.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/debug/-/debug-4.3.1.tgz", + "integrity": "sha1-8NIpxQXgxtjEmsVT0bE9wYP2su4=", + "dev": true, "requires": { "ms": "2.1.2" } @@ -4459,14 +4581,25 @@ } }, "dom-serializer": { - "version": "1.1.0", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/dom-serializer/-/dom-serializer-1.1.0.tgz", - "integrity": "sha1-X3yCjxv8RIh9wqMVq1xFaR1US1g=", + "version": "1.2.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/dom-serializer/-/dom-serializer-1.2.0.tgz", + "integrity": "sha1-NDPZE2rrPGJ5gdqjhfx/MtJ8SPE=", "dev": true, "requires": { "domelementtype": "^2.0.1", - "domhandler": "^3.0.0", + "domhandler": "^4.0.0", "entities": "^2.0.0" + }, + "dependencies": { + "domhandler": { + "version": "4.0.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/domhandler/-/domhandler-4.0.0.tgz", + "integrity": "sha1-Aep4Id6ZbYX2kCnoH6hzwhgzCY4=", + "dev": true, + "requires": { + "domelementtype": "^2.1.0" + } + } } }, "dom-urls": { @@ -4498,9 +4631,9 @@ } }, "domelementtype": { - "version": "2.0.2", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/domelementtype/-/domelementtype-2.0.2.tgz", - "integrity": "sha1-87blSSAeRvWItZRj3XcYcTH+aXE=", + "version": "2.1.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/domelementtype/-/domelementtype-2.1.0.tgz", + "integrity": "sha1-qFHAgKbRw9lDRK7RUdmfZp7fWF4=", "dev": true }, "domexception": { @@ -4530,14 +4663,25 @@ } }, "domutils": { - "version": "2.4.2", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/domutils/-/domutils-2.4.2.tgz", - "integrity": "sha1-fuW+JhlE4a1IfZqgYWcgAQEjkis=", + "version": "2.4.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/domutils/-/domutils-2.4.4.tgz", + "integrity": "sha1-KCc5xLFQ0CLTRpl5c2mq2NGbu9M=", "dev": true, "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.0.1", - "domhandler": "^3.3.0" + "domhandler": "^4.0.0" + }, + "dependencies": { + "domhandler": { + "version": "4.0.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/domhandler/-/domhandler-4.0.0.tgz", + "integrity": "sha1-Aep4Id6ZbYX2kCnoH6hzwhgzCY4=", + "dev": true, + "requires": { + "domelementtype": "^2.1.0" + } + } } }, "dot-prop": { @@ -4552,7 +4696,8 @@ "duplexer": { "version": "0.1.2", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha1-Or5DrvODX4rgd9E23c4PJ2sEAOY=" + "integrity": "sha1-Or5DrvODX4rgd9E23c4PJ2sEAOY=", + "dev": true }, "duplexer2": { "version": "0.1.4", @@ -4781,9 +4926,9 @@ } }, "es-abstract": { - "version": "1.17.7", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/es-abstract/-/es-abstract-1.17.7.tgz", - "integrity": "sha1-pN5hsvZpifx0IWdsHLl4dXOs5Uw=", + "version": "1.18.0-next.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/es-abstract/-/es-abstract-1.18.0-next.1.tgz", + "integrity": "sha1-bjoKS9pxflAjqzuOkL7DYQjSLGg=", "dev": true, "requires": { "es-to-primitive": "^1.2.1", @@ -4791,6 +4936,7 @@ "has": "^1.0.3", "has-symbols": "^1.0.1", "is-callable": "^1.2.2", + "is-negative-zero": "^2.0.0", "is-regex": "^1.1.1", "object-inspect": "^1.8.0", "object-keys": "^1.1.1", @@ -4901,13 +5047,13 @@ } }, "eslint": { - "version": "7.14.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/eslint/-/eslint-7.14.0.tgz", - "integrity": "sha1-LSysHSgXTFEKl7N38SKlUHlY40Q=", + "version": "7.15.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/eslint/-/eslint-7.15.0.tgz", + "integrity": "sha1-6xVfuO0IZfz12QP3a+Llts1+C8c=", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", - "@eslint/eslintrc": "^0.2.1", + "@eslint/eslintrc": "^0.2.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -4917,10 +5063,10 @@ "eslint-scope": "^5.1.1", "eslint-utils": "^2.1.0", "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.0", + "espree": "^7.3.1", "esquery": "^1.2.0", "esutils": "^2.0.2", - "file-entry-cache": "^5.0.1", + "file-entry-cache": "^6.0.0", "functional-red-black-tree": "^1.0.1", "glob-parent": "^5.0.0", "globals": "^12.1.0", @@ -4958,10 +5104,13 @@ "dev": true }, "semver": { - "version": "7.3.2", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/semver/-/semver-7.3.2.tgz", - "integrity": "sha1-YElisFK4HtB4aq6EOJ/7pw/9OTg=", - "dev": true + "version": "7.3.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/semver/-/semver-7.3.4.tgz", + "integrity": "sha1-J6qn0uTKdkUvmNOt0JOnLJQ+3Jc=", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } }, "strip-ansi": { "version": "6.0.0", @@ -5029,13 +5178,13 @@ "dev": true }, "espree": { - "version": "7.3.0", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/espree/-/espree-7.3.0.tgz", - "integrity": "sha1-3DBDfPZ5R89XYSHr14DxXurHI0g=", + "version": "7.3.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/espree/-/espree-7.3.1.tgz", + "integrity": "sha1-8t8zC3Usb1UBn4vYm3ZgA5wbu7Y=", "dev": true, "requires": { "acorn": "^7.4.0", - "acorn-jsx": "^5.2.0", + "acorn-jsx": "^5.3.1", "eslint-visitor-keys": "^1.3.0" }, "dependencies": { @@ -5597,12 +5746,12 @@ } }, "file-entry-cache": { - "version": "5.0.1", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/file-entry-cache/-/file-entry-cache-5.0.1.tgz", - "integrity": "sha1-yg9u+m3T1WEzP7FFFQZcL6/fQ5w=", + "version": "6.0.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/file-entry-cache/-/file-entry-cache-6.0.0.tgz", + "integrity": "sha1-eSGonDkcbZPv7CFprGvzAMUn6go=", "dev": true, "requires": { - "flat-cache": "^2.0.1" + "flat-cache": "^3.0.4" } }, "file-uri-to-path": { @@ -5832,20 +5981,19 @@ "dev": true }, "flat-cache": { - "version": "2.0.1", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/flat-cache/-/flat-cache-2.0.1.tgz", - "integrity": "sha1-XSltbwS9pEpGMKMBQTvbwuwIXsA=", + "version": "3.0.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha1-YbAzgwKy/p+Vfcwy/CqH8cMEixE=", "dev": true, "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" + "flatted": "^3.1.0", + "rimraf": "^3.0.2" }, "dependencies": { "rimraf": { - "version": "2.6.3", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha1-stEE/g2Psnz54KHNqCYt04M8bKs=", + "version": "3.0.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=", "dev": true, "requires": { "glob": "^7.1.3" @@ -5854,15 +6002,15 @@ } }, "flatpickr": { - "version": "4.6.2", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/flatpickr/-/flatpickr-4.6.2.tgz", - "integrity": "sha1-UOG0/IT79nxbCRm6PdwzAiHxJto=", + "version": "4.6.6", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/flatpickr/-/flatpickr-4.6.6.tgz", + "integrity": "sha1-NNKtgK36NCVOYlg6NCZNRy8QONY=", "dev": true }, "flatted": { - "version": "2.0.2", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/flatted/-/flatted-2.0.2.tgz", - "integrity": "sha1-RXWyHivO50NKqb5mL0t7X5wrUTg=", + "version": "3.1.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/flatted/-/flatted-3.1.0.tgz", + "integrity": "sha1-pdBrSosB46Y3cdqly3oZA+LlcGc=", "dev": true }, "fn.name": { @@ -5985,7 +6133,8 @@ "from": { "version": "0.1.7", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/from/-/from-0.1.7.tgz", - "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=" + "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=", + "dev": true }, "fs-constants": { "version": "1.0.0", @@ -6996,10 +7145,29 @@ "sshpk": "^1.7.0" } }, + "http2-wrapper": { + "version": "1.0.0-beta.5.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/http2-wrapper/-/http2-wrapper-1.0.0-beta.5.2.tgz", + "integrity": "sha1-i5I965AUSuplz4NLAWo0D8mFVvM=", + "dev": true, + "requires": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + }, + "dependencies": { + "quick-lru": { + "version": "5.1.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha1-NmST5rPkKjpoheLpnRj4D7eoyTI=", + "dev": true + } + } + }, "https-proxy-agent": { "version": "4.0.0", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz", "integrity": "sha1-cCtx+1UgoTKmbeH2dUHZ5iFU2Cs=", + "dev": true, "requires": { "agent-base": "5", "debug": "4" @@ -7110,9 +7278,9 @@ "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=" }, "ini": { - "version": "1.3.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/ini/-/ini-1.3.5.tgz", - "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc=", + "version": "1.3.7", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/ini/-/ini-1.3.7.tgz", + "integrity": "sha1-oJNj4ZEZcuoW16iFEAXYTPCamoQ=", "dev": true }, "inquirer": { @@ -7379,10 +7547,13 @@ } }, "is-arguments": { - "version": "1.0.4", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/is-arguments/-/is-arguments-1.0.4.tgz", - "integrity": "sha1-P6+WbHy6D/Q3+zH2JQCC/PBEjPM=", - "dev": true + "version": "1.1.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/is-arguments/-/is-arguments-1.1.0.tgz", + "integrity": "sha1-YjUwMd++4HzrNGVqa95Z7+yujdk=", + "dev": true, + "requires": { + "call-bind": "^1.0.0" + } }, "is-arrayish": { "version": "0.2.1", @@ -7522,9 +7693,9 @@ } }, "is-generator-function": { - "version": "1.0.7", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/is-generator-function/-/is-generator-function-1.0.7.tgz", - "integrity": "sha1-0hMuUpuwAAp/gHlNS99c1eWBNSI=", + "version": "1.0.8", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/is-generator-function/-/is-generator-function-1.0.8.tgz", + "integrity": "sha1-37XCsSDgKwqNnSxoBs1WIaqSL3s=", "dev": true }, "is-glob": { @@ -7546,6 +7717,12 @@ "is-path-inside": "^3.0.1" } }, + "is-negative-zero": { + "version": "2.0.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/is-negative-zero/-/is-negative-zero-2.0.1.tgz", + "integrity": "sha1-PedGwY3aIxkkGlNnWQjY92bxHCQ=", + "dev": true + }, "is-npm": { "version": "4.0.0", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/is-npm/-/is-npm-4.0.0.tgz", @@ -7668,7 +7845,8 @@ "is-running": { "version": "2.1.0", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/is-running/-/is-running-2.1.0.tgz", - "integrity": "sha1-MKc/9cw4VOT8JUkICen1q/jeCeA=" + "integrity": "sha1-MKc/9cw4VOT8JUkICen1q/jeCeA=", + "dev": true }, "is-scoped": { "version": "2.1.0", @@ -7701,13 +7879,14 @@ } }, "is-typed-array": { - "version": "1.1.3", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/is-typed-array/-/is-typed-array-1.1.3.tgz", - "integrity": "sha1-pP9aXmcuGlX5nH9U5ZWXr1wd8E0=", + "version": "1.1.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/is-typed-array/-/is-typed-array-1.1.4.tgz", + "integrity": "sha1-H2bzSig6PJSkM1Q0ZhylP/+AESA=", "dev": true, "requires": { - "available-typed-arrays": "^1.0.0", - "es-abstract": "^1.17.4", + "available-typed-arrays": "^1.0.2", + "call-bind": "^1.0.0", + "es-abstract": "^1.18.0-next.1", "foreach": "^2.0.5", "has-symbols": "^1.0.1" } @@ -7804,9 +7983,9 @@ "dev": true }, "js-yaml": { - "version": "3.14.0", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/js-yaml/-/js-yaml-3.14.0.tgz", - "integrity": "sha1-p6NBcPJqIbsWJCTYray0ETpp5II=", + "version": "3.14.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=", "dev": true, "requires": { "argparse": "^1.0.7", @@ -8426,6 +8605,18 @@ "lodash.isarray": "^3.0.0" } }, + "lodash.mapvalues": { + "version": "4.6.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", + "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=", + "dev": true + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha1-VYqlO0O2YeGSWgr9+japoQhf5Xo=", + "dev": true + }, "lodash.padend": { "version": "4.6.1", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/lodash.padend/-/lodash.padend-4.6.1.tgz", @@ -8687,7 +8878,8 @@ "map-stream": { "version": "0.1.0", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/map-stream/-/map-stream-0.1.0.tgz", - "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=" + "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=", + "dev": true }, "map-visit": { "version": "1.0.0", @@ -8995,6 +9187,15 @@ "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=", "dev": true }, + "debug": { + "version": "4.2.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/debug/-/debug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, "escape-string-regexp": { "version": "4.0.0", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", @@ -9013,6 +9214,16 @@ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, + "js-yaml": { + "version": "3.14.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/js-yaml/-/js-yaml-3.14.0.tgz", + "integrity": "sha1-p6NBcPJqIbsWJCTYray0ETpp5II=", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, "locate-path": { "version": "3.0.0", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/locate-path/-/locate-path-3.0.0.tgz", @@ -9186,7 +9397,8 @@ "ms": { "version": "2.1.2", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/ms/-/ms-2.1.2.tgz", - "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=" + "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=", + "dev": true }, "multer": { "version": "1.4.2", @@ -9661,10 +9873,13 @@ "dev": true }, "semver": { - "version": "7.3.2", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/semver/-/semver-7.3.2.tgz", - "integrity": "sha1-YElisFK4HtB4aq6EOJ/7pw/9OTg=", - "dev": true + "version": "7.3.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/semver/-/semver-7.3.4.tgz", + "integrity": "sha1-J6qn0uTKdkUvmNOt0JOnLJQ+3Jc=", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } }, "split": { "version": "1.0.1", @@ -10423,6 +10638,7 @@ "version": "0.0.11", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/pause-stream/-/pause-stream-0.0.11.tgz", "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", + "dev": true, "requires": { "through": "~2.3" } @@ -11065,10 +11281,17 @@ "ipaddr.js": "1.9.1" } }, + "proxy-from-env": { + "version": "1.1.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I=", + "dev": true + }, "ps-tree": { "version": "1.2.0", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/ps-tree/-/ps-tree-1.2.0.tgz", "integrity": "sha1-XnQluJUIc2zdTyIk0Cj3uz9yLr0=", + "dev": true, "requires": { "event-stream": "=3.3.4" }, @@ -11077,6 +11300,7 @@ "version": "3.3.4", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/event-stream/-/event-stream-3.3.4.tgz", "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", + "dev": true, "requires": { "duplexer": "~0.1.1", "from": "~0", @@ -11784,6 +12008,12 @@ "path-parse": "^1.0.6" } }, + "resolve-alpn": { + "version": "1.0.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/resolve-alpn/-/resolve-alpn-1.0.0.tgz", + "integrity": "sha1-dFrWCz1q/0tKSOAbjAvccJWeDow=", + "dev": true + }, "resolve-dir": { "version": "1.0.1", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/resolve-dir/-/resolve-dir-1.0.1.tgz", @@ -11911,9 +12141,9 @@ "dev": true }, "sass": { - "version": "1.29.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/sass/-/sass-1.29.0.tgz", - "integrity": "sha1-7E4YQsFG2OqSWMKMFBuMK3xqt/E=", + "version": "1.30.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/sass/-/sass-1.30.0.tgz", + "integrity": "sha1-YLu7r3a6EBF+YcbCTwAWHD1gYQ4=", "dev": true, "requires": { "chokidar": ">=2.0.0 <4.0.0" @@ -11995,30 +12225,81 @@ "dev": true }, "selenium-standalone": { - "version": "6.20.1", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/selenium-standalone/-/selenium-standalone-6.20.1.tgz", - "integrity": "sha1-gh0Dkv8l4OvQXjLs+AimNj5kKY4=", + "version": "6.23.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/selenium-standalone/-/selenium-standalone-6.23.0.tgz", + "integrity": "sha1-kafRKxyLoHeoK0QyNEXFiC6yD/E=", "dev": true, "requires": { - "async": "^3.0.0", - "commander": "^2.19.0", - "cross-spawn": "^7.0.0", - "debug": "^4.1.1", - "lodash": "^4.17.11", - "minimist": "^1.2.0", - "mkdirp": "^0.5.1", + "commander": "^2.20.3", + "cross-spawn": "^7.0.3", + "debug": "^4.3.1", + "got": "^11.8.0", + "lodash.mapvalues": "^4.6.0", + "lodash.merge": "^4.6.2", + "minimist": "^1.2.5", + "mkdirp": "^1.0.4", "progress": "2.0.3", - "request": "2.88.2", "tar-stream": "2.1.4", - "urijs": "^1.19.1", - "which": "^2.0.0", + "which": "^2.0.2", "yauzl": "^2.10.0" }, "dependencies": { - "async": { - "version": "3.2.0", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/async/-/async-3.2.0.tgz", - "integrity": "sha1-s6JoXF67ZB094C0WEALGD8n4VyA=", + "@sindresorhus/is": { + "version": "4.0.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/@sindresorhus/is/-/is-4.0.0.tgz", + "integrity": "sha1-L/Z06WEbRbUoiW2CDT16gS3i8OQ=", + "dev": true + }, + "cacheable-lookup": { + "version": "5.0.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha1-WmuGWyxENXvj1evCpGewMnGacAU=", + "dev": true + }, + "decompress-response": { + "version": "6.0.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha1-yjh2Et234QS9FthaqwDV7PCcZvw=", + "dev": true, + "requires": { + "mimic-response": "^3.1.0" + } + }, + "got": { + "version": "11.8.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/got/-/got-11.8.0.tgz", + "integrity": "sha1-vgkgw1hrB/2UrdO1snyyj0nmVF8=", + "dev": true, + "requires": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.1", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha1-JgPni3tLAAbLyi+8yKMgJVislHk=", + "dev": true + }, + "mimic-response": { + "version": "3.1.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha1-LR1Zr5wbEpgVrMwsRqAipc4fo8k=", + "dev": true + }, + "mkdirp": { + "version": "1.0.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha1-PrXtYmInVteaXw4qIh3+utdcL34=", "dev": true }, "which": { @@ -12033,23 +12314,24 @@ } }, "selenium-webdriver": { - "version": "4.0.0-alpha.7", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/selenium-webdriver/-/selenium-webdriver-4.0.0-alpha.7.tgz", - "integrity": "sha1-44edhFf9etjkQkCUt9wFQNmeZ5c=", + "version": "4.0.0-alpha.8", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/selenium-webdriver/-/selenium-webdriver-4.0.0-alpha.8.tgz", + "integrity": "sha1-XLmfQjmznb3/aseWiT+HPQRN07w=", "dev": true, "requires": { - "jszip": "^3.2.2", + "jszip": "^3.5.0", "rimraf": "^2.7.1", - "tmp": "0.0.30" + "tmp": "^0.1.0", + "ws": "^7.3.1" }, "dependencies": { "tmp": { - "version": "0.0.30", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/tmp/-/tmp-0.0.30.tgz", - "integrity": "sha1-ckGdSovn1s51FI/YsyTlk6cRwu0=", + "version": "0.1.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/tmp/-/tmp-0.1.0.tgz", + "integrity": "sha1-7kNKTiJUMILilLpiAdzG6v76KHc=", "dev": true, "requires": { - "os-tmpdir": "~1.0.1" + "rimraf": "^2.6.3" } } } @@ -12296,25 +12578,14 @@ "integrity": "sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw=" }, "simple-git": { - "version": "2.24.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/simple-git/-/simple-git-2.24.0.tgz", - "integrity": "sha1-fuIomNQVWzkXswGrl+k3xSozJH0=", + "version": "2.26.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/simple-git/-/simple-git-2.26.0.tgz", + "integrity": "sha1-t2ChjVVjOQ2pDDwGgkvD0II8TUg=", "dev": true, "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", "debug": "^4.3.1" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/debug/-/debug-4.3.1.tgz", - "integrity": "sha1-8NIpxQXgxtjEmsVT0bE9wYP2su4=", - "dev": true, - "requires": { - "ms": "2.1.2" - } - } } }, "simple-swizzle": { @@ -12808,6 +13079,7 @@ "version": "0.3.3", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/split/-/split-0.3.3.tgz", "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", + "dev": true, "requires": { "through": "2" } @@ -12943,6 +13215,7 @@ "version": "0.0.4", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/stream-combiner/-/stream-combiner-0.0.4.tgz", "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", + "dev": true, "requires": { "duplexer": "~0.1.1" } @@ -13918,6 +14191,7 @@ "version": "0.9.9", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/temp-fs/-/temp-fs-0.9.9.tgz", "integrity": "sha1-gHFzBDeHByDpQxUy/igUNk+IA9c=", + "dev": true, "requires": { "rimraf": "~2.5.2" }, @@ -13926,6 +14200,7 @@ "version": "2.5.4", "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/rimraf/-/rimraf-2.5.4.tgz", "integrity": "sha1-loAAk8vxoMhr2VtGJUZ1NcKd+gQ=", + "dev": true, "requires": { "glob": "^7.0.5" } @@ -14034,7 +14309,8 @@ "through": { "version": "2.3.8", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true }, "through2": { "version": "2.0.5", @@ -14321,9 +14597,9 @@ "dev": true }, "ua-parser-js": { - "version": "0.7.22", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/ua-parser-js/-/ua-parser-js-0.7.22.tgz", - "integrity": "sha1-lg32Cl+RHqjxyBjzdHuZxuF36uM=", + "version": "0.7.23", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/ua-parser-js/-/ua-parser-js-0.7.23.tgz", + "integrity": "sha1-cE1n+VHhMZX7zT14gYV39bwdVHs=", "dev": true }, "uglify-js": { @@ -14779,208 +15055,209 @@ } }, "vl-ui-action-group": { - "version": "3.1.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-action-group/-/vl-ui-action-group-3.1.0.tgz", - "integrity": "sha1-/4Eo5aCkEljASy0KK9QoihLrMEQ=", + "version": "3.1.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-action-group/-/vl-ui-action-group-3.1.2.tgz", + "integrity": "sha1-eRxmNY1+or399yzOMVM8uKUW1to=", "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-body": { - "version": "1.0.5", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-body/-/vl-ui-body-1.0.5.tgz", - "integrity": "sha1-xx5EnkGShxYIkkbxZgXLYytcilo=", + "version": "1.0.7", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-body/-/vl-ui-body-1.0.7.tgz", + "integrity": "sha1-GpwYM/cL+KrXSI2FGRyVItBoz3Q=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-button": { - "version": "5.0.6", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-button/-/vl-ui-button-5.0.6.tgz", - "integrity": "sha1-IpPb7DnoomMEImAFgK6VYXMeCP4=", + "version": "5.0.8", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-button/-/vl-ui-button-5.0.8.tgz", + "integrity": "sha1-JW38qSVq+MmReS/u1JeePgP98Gw=", "requires": { - "vl-ui-core": "^6.0.0", - "vl-ui-link": "^4.0.5" + "vl-ui-core": "^7.0.1", + "vl-ui-link": "^4.0.7" } }, "vl-ui-code-preview": { - "version": "1.0.1", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-code-preview/-/vl-ui-code-preview-1.0.1.tgz", - "integrity": "sha1-MGOaJNjTn33UoB3YNL5quWK9774=", - "dev": true, - "requires": { - "@govflanders/vl-ui-code-preview": "^3.11.5", - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5", - "vl-ui-core": "^6.0.0" - } - }, - "vl-ui-content-header": { - "version": "3.0.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-content-header/-/vl-ui-content-header-3.0.5.tgz", - "integrity": "sha1-cmbOP7dJfawPTBgqhNMEDW0ZnTE=", + "version": "1.0.3", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-code-preview/-/vl-ui-code-preview-1.0.3.tgz", + "integrity": "sha1-QBUWd8euDwVxyGUGj/Bk4Vc8TyQ=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0" + "@govflanders/vl-ui-code-preview": "^3.12.3", + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3", + "vl-ui-core": "^7.0.1" } }, "vl-ui-core": { - "version": "6.2.3", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-core/-/vl-ui-core-6.2.3.tgz", - "integrity": "sha1-w3OJNj0IGCtSFwCIoSrmP+gCXAo=", + "version": "7.0.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-core/-/vl-ui-core-7.0.1.tgz", + "integrity": "sha1-TzruLilzr6AqRrr6jnTFmxDjFPo=", "requires": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5", - "@ungap/custom-elements": "^0.1.6", - "browserstack-local": "^1.4.8" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3", + "@ungap/custom-elements": "^0.1.6" } }, "vl-ui-datepicker": { - "version": "3.2.1", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-datepicker/-/vl-ui-datepicker-3.2.1.tgz", - "integrity": "sha1-VkT41XuW2Kbse0f+3H8Iup83HCc=", + "version": "3.2.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-datepicker/-/vl-ui-datepicker-3.2.2.tgz", + "integrity": "sha1-fqLe1SXWF8LS+Jx5jLTsMNwdGJw=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0", - "vl-ui-icon": "^5.2.0", - "vl-ui-input-addon": "^3.1.5", - "vl-ui-input-field": "^3.2.5", - "vl-ui-input-group": "^4.0.5" + "vl-ui-core": "^7.0.1", + "vl-ui-icon": "^5.2.1", + "vl-ui-input-addon": "^3.1.6", + "vl-ui-input-field": "^3.2.6", + "vl-ui-input-group": "^4.0.6" } }, "vl-ui-demo": { - "version": "1.2.3", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/vl-ui-demo/-/vl-ui-demo-1.2.3.tgz", - "integrity": "sha1-Bnb+DheO1wgUp3WLfDeKDBL+240=", + "version": "1.2.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-demo/-/vl-ui-demo-1.2.4.tgz", + "integrity": "sha1-W2ejEbAqKAEzXeImmvDB/smuQV0=", "dev": true, "requires": { - "vl-ui-action-group": "^3.0.6", - "vl-ui-button": "^5.0.6", - "vl-ui-code-preview": "^1.0.0", - "vl-ui-content-header": "^3.0.5", - "vl-ui-core": "^6.0.0", - "vl-ui-footer": "^3.2.0", - "vl-ui-grid": "^3.1.4", - "vl-ui-header": "^3.2.0", - "vl-ui-template": "^3.0.6", - "vl-ui-titles": "^3.0.6" + "vl-ui-action-group": "^3.1.1", + "vl-ui-button": "^5.0.7", + "vl-ui-code-preview": "^1.0.2", + "vl-ui-core": "^7.0.0", + "vl-ui-footer": "^3.3.1", + "vl-ui-functional-header": "^1.2.8", + "vl-ui-grid": "^3.1.5", + "vl-ui-header": "^3.3.1", + "vl-ui-template": "^3.1.1", + "vl-ui-titles": "^3.0.7" } }, "vl-ui-footer": { - "version": "3.3.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-footer/-/vl-ui-footer-3.3.0.tgz", - "integrity": "sha1-p/uLpQIUWabsBLTlVjLf27bY/Ew=", + "version": "3.3.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-footer/-/vl-ui-footer-3.3.2.tgz", + "integrity": "sha1-Aiqp3VbC5XwDubmBuWZhxItJmXU=", "dev": true, "requires": { - "vl-ui-core": "^6.1.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-form-validation": { - "version": "3.3.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-form-validation/-/vl-ui-form-validation-3.3.0.tgz", - "integrity": "sha1-Yfj9/DWcJFiNEly4JhGhRG+Rq8g=", + "version": "3.3.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-form-validation/-/vl-ui-form-validation-3.3.1.tgz", + "integrity": "sha1-H0SvKWhRUph9XnbdorjcCeR8TIk=", "dev": true, "requires": { "@govflanders/vl-ui-form-validation": "^4.0.6", - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" + } + }, + "vl-ui-functional-header": { + "version": "1.2.9", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-functional-header/-/vl-ui-functional-header-1.2.9.tgz", + "integrity": "sha1-4kzZwmPU3O78hB1Xg4kQN49N69Y=", + "dev": true, + "requires": { + "vl-ui-core": "^7.0.1", + "vl-ui-icon": "^5.2.1", + "vl-ui-link": "^4.0.7" } }, "vl-ui-grid": { - "version": "3.1.4", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-grid/-/vl-ui-grid-3.1.4.tgz", - "integrity": "sha1-ycK1ChjV4f6jDVkQJNZ3nTJUOdI=", + "version": "3.1.6", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-grid/-/vl-ui-grid-3.1.6.tgz", + "integrity": "sha1-5YGF5KvVmS6Dxx0wivYfop++rFQ=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-header": { - "version": "3.3.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-header/-/vl-ui-header-3.3.0.tgz", - "integrity": "sha1-U6roxgdPdrzDg8pRKvgT0B/InEg=", + "version": "3.3.2", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-header/-/vl-ui-header-3.3.2.tgz", + "integrity": "sha1-f3aD/3DNSDetaZW34CXbSbHhzwI=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-icon": { - "version": "5.2.0", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-icon/-/vl-ui-icon-5.2.0.tgz", - "integrity": "sha1-pEScBCu72CYRNTHQ4cEsN+6MQH4=", + "version": "5.2.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-icon/-/vl-ui-icon-5.2.1.tgz", + "integrity": "sha1-yVpYVjCp2QtaVhILTq4U6V+yqSE=", "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-input-addon": { - "version": "3.1.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-input-addon/-/vl-ui-input-addon-3.1.5.tgz", - "integrity": "sha1-g41SGmLI/yYoZq05W935l4komUc=", + "version": "3.1.6", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-input-addon/-/vl-ui-input-addon-3.1.6.tgz", + "integrity": "sha1-6RqpxnOspzuOSnWZ7ZKJVPTeX2E=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-input-field": { - "version": "3.2.5", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-input-field/-/vl-ui-input-field-3.2.5.tgz", - "integrity": "sha1-JpMTw2o4VaDohikG/n27Z5ERFLo=", + "version": "3.2.6", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-input-field/-/vl-ui-input-field-3.2.6.tgz", + "integrity": "sha1-Oev1YFy1k8AA22DEElK/iPzwDgU=", "dev": true, "requires": { - "vl-ui-core": "^6.0.1", - "vl-ui-form-validation": "^3.3.0", - "vl-ui-pattern": "^1.0.5" + "vl-ui-core": "^7.0.1", + "vl-ui-form-validation": "^3.3.1", + "vl-ui-pattern": "^1.0.6" } }, "vl-ui-input-group": { - "version": "4.0.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-input-group/-/vl-ui-input-group-4.0.5.tgz", - "integrity": "sha1-M6D/jsvrRmBtXnEPxaVnkMGoZA4=", + "version": "4.0.6", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-input-group/-/vl-ui-input-group-4.0.6.tgz", + "integrity": "sha1-V3XvJb+/OosMcw3iZsU/dxQ2Txk=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-link": { - "version": "4.0.5", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-link/-/vl-ui-link-4.0.5.tgz", - "integrity": "sha1-IOMuy8ceKcmDg6HukWjnqXeQVEg=", + "version": "4.0.7", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-link/-/vl-ui-link-4.0.7.tgz", + "integrity": "sha1-k8hz/A8RugpcxHdjblG4k4cXcsY=", "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-pattern": { - "version": "1.0.5", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-pattern/-/vl-ui-pattern-1.0.5.tgz", - "integrity": "sha1-B9Kj6Vv8v3d97Q+9wmqychAoArw=", + "version": "1.0.6", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-pattern/-/vl-ui-pattern-1.0.6.tgz", + "integrity": "sha1-fK/w0/feuvgotDtp8ABnYtLaxzk=", "dev": true, "requires": { "@govflanders/vl-ui-pattern": "^3.11.5", - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-template": { - "version": "3.1.0", - "resolved": "https://repository.milieuinfo.be:443/artifactory/api/npm/acd-npm/vl-ui-template/-/vl-ui-template-3.1.0.tgz", - "integrity": "sha1-ydbHfVNQSiuDOS0wZgQ3s2mr6HY=", + "version": "3.1.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-template/-/vl-ui-template-3.1.1.tgz", + "integrity": "sha1-2tmImlt94+/5e4pbTYP7uJYPC2c=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.0" } }, "vl-ui-titles": { - "version": "3.0.6", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/vl-ui-titles/-/vl-ui-titles-3.0.6.tgz", - "integrity": "sha1-Cg1qn/OMz5nsRbcIllSBT1M5djM=", + "version": "3.0.8", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-titles/-/vl-ui-titles-3.0.8.tgz", + "integrity": "sha1-8s246D608u+ccy3uLC6lbp2qjsA=", "dev": true, "requires": { - "vl-ui-core": "^6.0.0" + "vl-ui-core": "^7.0.1" } }, "vl-ui-util": { - "version": "5.3.1", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-util/-/vl-ui-util-5.3.1.tgz", - "integrity": "sha1-0D+HnMtoXJyWMNF4k4WerfsKFRk=", + "version": "5.3.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/vl-ui-util/-/vl-ui-util-5.3.4.tgz", + "integrity": "sha1-KETafjmYiJSsquwnLIZNGmqLI0c=", "dev": true, "requires": { "browserstack-local": "^1.4.8", @@ -15004,12 +15281,12 @@ "np": "^6.5.0", "replace": "^1.2.0", "sass": "^1.26.11", - "selenium-standalone": "6.20.1", + "selenium-standalone": "6.23.0", "selenium-webdriver": "^4.0.0-alpha.7", "simple-git": "^2.20.1", "sinon": "^9.1.0", "terser": "^5.3.4", - "vl-ui-demo": "^1.2.3", + "vl-ui-demo": "^1.2.4", "wct-browser-legacy": "^1.0.2", "wct-junit-reporter": "^1.0.0", "web-component-tester": "^6.9.2", @@ -16107,13 +16384,14 @@ "dev": true }, "which-typed-array": { - "version": "1.1.2", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/which-typed-array/-/which-typed-array-1.1.2.tgz", - "integrity": "sha1-5fmOVr2pPj2sGWsB1HwRVmecALI=", + "version": "1.1.4", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/which-typed-array/-/which-typed-array-1.1.4.tgz", + "integrity": "sha1-j8t9PuWt8tdxBm+6fPN+Mv6HEf8=", "dev": true, "requires": { "available-typed-arrays": "^1.0.2", - "es-abstract": "^1.17.5", + "call-bind": "^1.0.0", + "es-abstract": "^1.18.0-next.1", "foreach": "^2.0.5", "function-bind": "^1.1.1", "has-symbols": "^1.0.1", @@ -16348,15 +16626,6 @@ "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, - "write": { - "version": "1.0.3", - "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/write/-/write-1.0.3.tgz", - "integrity": "sha1-CADhRSO5I6OH5BUSPIZWFqrg9cM=", - "dev": true, - "requires": { - "mkdirp": "^0.5.1" - } - }, "write-file-atomic": { "version": "3.0.3", "resolved": "http://artifactory-pr.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/write-file-atomic/-/write-file-atomic-3.0.3.tgz", @@ -16370,9 +16639,9 @@ } }, "ws": { - "version": "7.4.0", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/ws/-/ws-7.4.0.tgz", - "integrity": "sha1-pd12okGXlA1Ki7ng4VK7RQN2Tac=", + "version": "7.4.1", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/ws/-/ws-7.4.1.tgz", + "integrity": "sha1-ozO+Amlr0OVM6gQ04h3MiprClLs=", "dev": true }, "xdg-basedir": { @@ -16442,9 +16711,9 @@ "dev": true }, "yargs": { - "version": "16.1.1", - "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/yargs/-/yargs-16.1.1.tgz", - "integrity": "sha1-WkoJW9HKgGsKUNDANhHTgDTSGaE=", + "version": "16.2.0", + "resolved": "http://repo.omgeving.vlaanderen.be:80/artifactory/api/npm/acd-npm/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha1-HIK/D2tqZur85+8w43b0mhJHf2Y=", "dev": true, "requires": { "cliui": "^7.0.2", diff --git a/package.json b/package.json index 4093db2f8..8ebcb2a9b 100644 --- a/package.json +++ b/package.json @@ -37,24 +37,24 @@ "demo": "http-server" }, "dependencies": { - "@govflanders/vl-ui-core": "^4.0.5", - "@govflanders/vl-ui-util": "^3.11.5", - "vl-ui-action-group": "^3.1.0", - "vl-ui-button": "^5.0.6", - "vl-ui-core": "^6.2.3", - "vl-ui-icon": "^5.2.0" + "@govflanders/vl-ui-core": "^4.1.3", + "@govflanders/vl-ui-util": "^3.12.3", + "vl-ui-action-group": "^3.1.2", + "vl-ui-button": "^5.0.8", + "vl-ui-core": "^7.0.1", + "vl-ui-icon": "^5.2.1" }, "peerDependencies": { - "vl-ui-action-group": "^3.0.6", - "vl-ui-button": "^5.0.6", - "vl-ui-core": "^6.0.0", - "vl-ui-icon": "^5.2.0" + "vl-ui-action-group": "^3.1.2", + "vl-ui-button": "^5.0.8", + "vl-ui-core": "^7.0.0", + "vl-ui-icon": "^5.2.1" }, "devDependencies": { - "@govflanders/vl-ui-modal": "^3.11.5", - "vl-ui-body": "^1.0.5", - "vl-ui-datepicker": "^3.2.1", - "vl-ui-input-field": "^3.2.5", - "vl-ui-util": "^5.3.1" + "@govflanders/vl-ui-modal": "^3.12.3", + "vl-ui-body": "^1.0.7", + "vl-ui-datepicker": "^3.2.2", + "vl-ui-input-field": "^3.2.6", + "vl-ui-util": "^5.3.4" } } diff --git a/src/style.css b/src/style.css index 6ce3308e9..a930cda53 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1 @@ -@charset "UTF-8";.vl-vi::after,.vl-vi::before{font-family:vlaanderen-icon!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;display:inline-block}.vl-vi.vl-vi-u-180deg::before{display:inline-block;transform:rotate(180deg)}.vl-vi-u-xs::before{font-size:.8rem}.vl-vi-u-s::before{font-size:1.3rem}.vl-vi-u-m::before{font-size:1.7rem}.vl-vi-u-l::before{font-size:2rem}.vl-vi-u-xl::before{font-size:2.2rem}.vl-vi-u-90deg::before{display:inline-block;transform:rotate(90deg)}.vl-vi-u-180deg::before{display:inline-block;transform:rotate(180deg)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}strong{font-weight:500}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{background:0 0}img{max-width:100%}:-moz-submit-invalid{box-shadow:none}:-moz-ui-invalid{box-shadow:none}*{box-sizing:border-box}::after,::before{box-sizing:inherit}html{min-height:100%;font-family:"Flanders Art Sans",sans-serif;font-size:62.5%}body{width:100%;min-height:100%;background:#fff;color:#333332;font-size:1.6rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none}@media screen and (max-width:767px){body{font-size:1.5rem;line-height:1.33}}body::before{display:none;content:"large"}@media screen and (max-width:1023px){body::before{content:"medium"}}@media screen and (min-width:767px){body::before{content:"medium-up"}}@media screen and (max-width:767px){body::before{content:"small"}}@media screen and (max-width:500px){body::before{content:"xsmall"}}@media screen and (min-width:1600px){body::before{content:"xlarge"}}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Light.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Regular.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Medium.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Bold.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Light.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Light.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Regular.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Regular.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Medium.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Medium.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Bold.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Bold.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:"Flanders Art Serif";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Light.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Flanders Art Serif";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Regular.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Flanders Art Serif";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Medium.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Flanders Art Serif";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Bold.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:vlaanderen-icon;src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/iconfont/3.11.5/vlaanderen-icon.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/iconfont/3.11.5/vlaanderen-icon.woff) format("woff");font-weight:400;font-style:normal}.vl-vi-add::before{content:""}.vl-vi-add--after::after{content:""}.vl-vi-addressbook::before{content:""}.vl-vi-addressbook--after::after{content:""}.vl-vi-airplane::before{content:""}.vl-vi-airplane--after::after{content:""}.vl-vi-alarm-silent::before{content:""}.vl-vi-alarm-silent--after::after{content:""}.vl-vi-alarm::before{content:""}.vl-vi-alarm--after::after{content:""}.vl-vi-alert-circle-filled::before{content:""}.vl-vi-alert-circle-filled--after::after{content:""}.vl-vi-alert-circle::before{content:""}.vl-vi-alert-circle--after::after{content:""}.vl-vi-alert-small::before{content:""}.vl-vi-alert-small--after::after{content:""}.vl-vi-alert-triangle-filled::before{content:""}.vl-vi-alert-triangle-filled--after::after{content:""}.vl-vi-alert-triangle::before{content:""}.vl-vi-alert-triangle--after::after{content:""}.vl-vi-align-center::before{content:""}.vl-vi-align-center--after::after{content:""}.vl-vi-align-justify::before{content:""}.vl-vi-align-justify--after::after{content:""}.vl-vi-align-left::before{content:""}.vl-vi-align-left--after::after{content:""}.vl-vi-align-right::before{content:""}.vl-vi-align-right--after::after{content:""}.vl-vi-area::before{content:""}.vl-vi-area--after::after{content:""}.vl-vi-arrange-1-to-9::before{content:""}.vl-vi-arrange-1-to-9--after::after{content:""}.vl-vi-arrange-9-to-1::before{content:""}.vl-vi-arrange-9-to-1--after::after{content:""}.vl-vi-arrange-a-to-z::before{content:""}.vl-vi-arrange-a-to-z--after::after{content:""}.vl-vi-arrange-amount-large-to-small::before{content:""}.vl-vi-arrange-amount-large-to-small--after::after{content:""}.vl-vi-arrange-amount-small-to-large::before{content:""}.vl-vi-arrange-amount-small-to-large--after::after{content:""}.vl-vi-arrange-z-to-a::before{content:""}.vl-vi-arrange-z-to-a--after::after{content:""}.vl-vi-arrow-bottom::before{content:""}.vl-vi-arrow-bottom--after::after{content:""}.vl-vi-arrow-down-fat::before{content:""}.vl-vi-arrow-down-fat--after::after{content:""}.vl-vi-arrow-down-thin::before{content:""}.vl-vi-arrow-down-thin--after::after{content:""}.vl-vi-arrow-down::before{content:""}.vl-vi-arrow-down--after::after{content:""}.vl-vi-arrow-freemove::before{content:""}.vl-vi-arrow-freemove--after::after{content:""}.vl-vi-arrow-left-fat::before{content:""}.vl-vi-arrow-left-fat--after::after{content:""}.vl-vi-arrow-left-thin::before{content:""}.vl-vi-arrow-left-thin--after::after{content:""}.vl-vi-arrow-left::before{content:""}.vl-vi-arrow-left--after::after{content:""}.vl-vi-arrow-right-fat::before{content:""}.vl-vi-arrow-right-fat--after::after{content:""}.vl-vi-arrow-right-thin::before{content:""}.vl-vi-arrow-right-thin--after::after{content:""}.vl-vi-arrow-right::before{content:""}.vl-vi-arrow-right--after::after{content:""}.vl-vi-arrow-thin::before{content:""}.vl-vi-arrow-thin--after::after{content:""}.vl-vi-arrow-up-fat::before{content:""}.vl-vi-arrow-up-fat--after::after{content:""}.vl-vi-arrow-up-thin::before{content:""}.vl-vi-arrow-up-thin--after::after{content:""}.vl-vi-arrow-up::before{content:""}.vl-vi-arrow-up--after::after{content:""}.vl-vi-arrow::before{content:""}.vl-vi-arrow--after::after{content:""}.vl-vi-asterisk::before{content:""}.vl-vi-asterisk--after::after{content:""}.vl-vi-audio-description::before{content:""}.vl-vi-audio-description--after::after{content:""}.vl-vi-back::before{content:""}.vl-vi-back--after::after{content:""}.vl-vi-ban::before{content:""}.vl-vi-ban--after::after{content:""}.vl-vi-bell::before{content:""}.vl-vi-bell--after::after{content:""}.vl-vi-bike-closed-criterium::before{content:""}.vl-vi-bike-closed-criterium--after::after{content:""}.vl-vi-bike-open-criterium::before{content:""}.vl-vi-bike-open-criterium--after::after{content:""}.vl-vi-bike::before{content:""}.vl-vi-bike--after::after{content:""}.vl-vi-bin::before{content:""}.vl-vi-bin--after::after{content:""}.vl-vi-binoculars::before{content:""}.vl-vi-binoculars--after::after{content:""}.vl-vi-boat-ship::before{content:""}.vl-vi-boat-ship--after::after{content:""}.vl-vi-bold::before{content:""}.vl-vi-bold--after::after{content:""}.vl-vi-book::before{content:""}.vl-vi-book--after::after{content:""}.vl-vi-bookmark-alt-1::before{content:""}.vl-vi-bookmark-alt-1--after::after{content:""}.vl-vi-bookmark-alt-2::before{content:""}.vl-vi-bookmark-alt-2--after::after{content:""}.vl-vi-bookmark::before{content:""}.vl-vi-bookmark--after::after{content:""}.vl-vi-breadcrumb-separator::before{content:""}.vl-vi-breadcrumb-separator--after::after{content:""}.vl-vi-briefcase::before{content:""}.vl-vi-briefcase--after::after{content:""}.vl-vi-building-big::before{content:""}.vl-vi-building-big--after::after{content:""}.vl-vi-building::before{content:""}.vl-vi-building--after::after{content:""}.vl-vi-bullet::before{content:""}.vl-vi-bullet--after::after{content:""}.vl-vi-burger-alt::before{content:""}.vl-vi-burger-alt--after::after{content:""}.vl-vi-burger::before{content:""}.vl-vi-burger--after::after{content:""}.vl-vi-burgerprofiel::before{content:""}.vl-vi-burgerprofiel--after::after{content:""}.vl-vi-bus::before{content:""}.vl-vi-bus--after::after{content:""}.vl-vi-business-graph-bar::before{content:""}.vl-vi-business-graph-bar--after::after{content:""}.vl-vi-business-graph-pie::before{content:""}.vl-vi-business-graph-pie--after::after{content:""}.vl-vi-cake::before{content:""}.vl-vi-cake--after::after{content:""}.vl-vi-calculator::before{content:""}.vl-vi-calculator--after::after{content:""}.vl-vi-calendar-add::before{content:""}.vl-vi-calendar-add--after::after{content:""}.vl-vi-calendar-check::before{content:""}.vl-vi-calendar-check--after::after{content:""}.vl-vi-calendar-subtract::before{content:""}.vl-vi-calendar-subtract--after::after{content:""}.vl-vi-calendar::before{content:""}.vl-vi-calendar--after::after{content:""}.vl-vi-calendar_check::before{content:""}.vl-vi-calendar_check--after::after{content:""}.vl-vi-calendar_date::before{content:""}.vl-vi-calendar_date--after::after{content:""}.vl-vi-camera::before{content:""}.vl-vi-camera--after::after{content:""}.vl-vi-car::before{content:""}.vl-vi-car--after::after{content:""}.vl-vi-chat-bubble-square-alt::before{content:""}.vl-vi-chat-bubble-square-alt--after::after{content:""}.vl-vi-chat-bubble-square::before{content:""}.vl-vi-chat-bubble-square--after::after{content:""}.vl-vi-chat-help::before{content:""}.vl-vi-chat-help--after::after{content:""}.vl-vi-chat::before{content:""}.vl-vi-chat--after::after{content:""}.vl-vi-check-circle::before{content:""}.vl-vi-check-circle--after::after{content:""}.vl-vi-check-filled::before{content:""}.vl-vi-check-filled--after::after{content:""}.vl-vi-check-small::before{content:""}.vl-vi-check-small--after::after{content:""}.vl-vi-check-thin::before{content:""}.vl-vi-check-thin--after::after{content:""}.vl-vi-check::before{content:""}.vl-vi-check--after::after{content:""}.vl-vi-child::before{content:""}.vl-vi-child--after::after{content:""}.vl-vi-clock::before{content:""}.vl-vi-clock--after::after{content:""}.vl-vi-close-light::before{content:""}.vl-vi-close-light--after::after{content:""}.vl-vi-close-small::before{content:""}.vl-vi-close-small--after::after{content:""}.vl-vi-close::before{content:""}.vl-vi-close--after::after{content:""}.vl-vi-cloud-download::before{content:""}.vl-vi-cloud-download--after::after{content:""}.vl-vi-cloud-upload::before{content:""}.vl-vi-cloud-upload--after::after{content:""}.vl-vi-cloud::before{content:""}.vl-vi-cloud--after::after{content:""}.vl-vi-code-branch::before{content:""}.vl-vi-code-branch--after::after{content:""}.vl-vi-coffee-cup::before{content:""}.vl-vi-coffee-cup--after::after{content:""}.vl-vi-cog::before{content:""}.vl-vi-cog--after::after{content:""}.vl-vi-coin-stack::before{content:""}.vl-vi-coin-stack--after::after{content:""}.vl-vi-compass::before{content:""}.vl-vi-compass--after::after{content:""}.vl-vi-computer-screen::before{content:""}.vl-vi-computer-screen--after::after{content:""}.vl-vi-confluence::before{content:""}.vl-vi-confluence--after::after{content:""}.vl-vi-construction-crane::before{content:""}.vl-vi-construction-crane--after::after{content:""}.vl-vi-construction-shack::before{content:""}.vl-vi-construction-shack--after::after{content:""}.vl-vi-contacts::before{content:""}.vl-vi-contacts--after::after{content:""}.vl-vi-content-book-favorite-star::before{content:""}.vl-vi-content-book-favorite-star--after::after{content:""}.vl-vi-content-book::before{content:""}.vl-vi-content-book--after::after{content:""}.vl-vi-content-box::before{content:""}.vl-vi-content-box--after::after{content:""}.vl-vi-content-filter::before{content:""}.vl-vi-content-filter--after::after{content:""}.vl-vi-content-note::before{content:""}.vl-vi-content-note--after::after{content:""}.vl-vi-content-view-column::before{content:""}.vl-vi-content-view-column--after::after{content:""}.vl-vi-contract::before{content:""}.vl-vi-contract--after::after{content:""}.vl-vi-control-cross-over::before{content:""}.vl-vi-control-cross-over--after::after{content:""}.vl-vi-copy-paste::before{content:""}.vl-vi-copy-paste--after::after{content:""}.vl-vi-copyright::before{content:""}.vl-vi-copyright--after::after{content:""}.vl-vi-credit-card::before{content:""}.vl-vi-credit-card--after::after{content:""}.vl-vi-crop::before{content:""}.vl-vi-crop--after::after{content:""}.vl-vi-cross-thin::before{content:""}.vl-vi-cross-thin--after::after{content:""}.vl-vi-cross::before{content:""}.vl-vi-cross--after::after{content:""}.vl-vi-cursor-arrow-big::before{content:""}.vl-vi-cursor-arrow-big--after::after{content:""}.vl-vi-cursor-arrow-small::before{content:""}.vl-vi-cursor-arrow-small--after::after{content:""}.vl-vi-cursor-finger-down::before{content:""}.vl-vi-cursor-finger-down--after::after{content:""}.vl-vi-cursor-finger-left::before{content:""}.vl-vi-cursor-finger-left--after::after{content:""}.vl-vi-cursor-finger-right::before{content:""}.vl-vi-cursor-finger-right--after::after{content:""}.vl-vi-cursor-finger-up::before{content:""}.vl-vi-cursor-finger-up--after::after{content:""}.vl-vi-cursor-hand::before{content:""}.vl-vi-cursor-hand--after::after{content:""}.vl-vi-cursor-hold::before{content:""}.vl-vi-cursor-hold--after::after{content:""}.vl-vi-dashboard::before{content:""}.vl-vi-dashboard--after::after{content:""}.vl-vi-data-download::before{content:""}.vl-vi-data-download--after::after{content:""}.vl-vi-data-transfer::before{content:""}.vl-vi-data-transfer--after::after{content:""}.vl-vi-data-upload::before{content:""}.vl-vi-data-upload--after::after{content:""}.vl-vi-demonstration::before{content:""}.vl-vi-demonstration--after::after{content:""}.vl-vi-diagram::before{content:""}.vl-vi-diagram--after::after{content:""}.vl-vi-direction-sign::before{content:""}.vl-vi-direction-sign--after::after{content:""}.vl-vi-document-small::before{content:""}.vl-vi-document-small--after::after{content:""}.vl-vi-document::before{content:""}.vl-vi-document--after::after{content:""}.vl-vi-double-arrow::before{content:""}.vl-vi-double-arrow--after::after{content:""}.vl-vi-download-harddisk::before{content:""}.vl-vi-download-harddisk--after::after{content:""}.vl-vi-drawer-down::before{content:""}.vl-vi-drawer-down--after::after{content:""}.vl-vi-drawer::before{content:""}.vl-vi-drawer--after::after{content:""}.vl-vi-edit::before{content:""}.vl-vi-edit--after::after{content:""}.vl-vi-email-read::before{content:""}.vl-vi-email-read--after::after{content:""}.vl-vi-email::before{content:""}.vl-vi-email--after::after{content:""}.vl-vi-enlarge::before{content:""}.vl-vi-enlarge--after::after{content:""}.vl-vi-envelope::before{content:""}.vl-vi-envelope--after::after{content:""}.vl-vi-expand-horizontal-alt::before{content:""}.vl-vi-expand-horizontal-alt--after::after{content:""}.vl-vi-expand-horizontal::before{content:""}.vl-vi-expand-horizontal--after::after{content:""}.vl-vi-expand-vertical::before{content:""}.vl-vi-expand-vertical--after::after{content:""}.vl-vi-expand::before{content:""}.vl-vi-expand--after::after{content:""}.vl-vi-external::before{content:""}.vl-vi-external--after::after{content:""}.vl-vi-facebook::before{content:""}.vl-vi-facebook--after::after{content:""}.vl-vi-faq::before{content:""}.vl-vi-faq--after::after{content:""}.vl-vi-fastback::before{content:""}.vl-vi-fastback--after::after{content:""}.vl-vi-fastforward::before{content:""}.vl-vi-fastforward--after::after{content:""}.vl-vi-fax::before{content:""}.vl-vi-fax--after::after{content:""}.vl-vi-field::before{content:""}.vl-vi-field--after::after{content:""}.vl-vi-file-audio::before{content:""}.vl-vi-file-audio--after::after{content:""}.vl-vi-file-copy::before{content:""}.vl-vi-file-copy--after::after{content:""}.vl-vi-file-download::before{content:""}.vl-vi-file-download--after::after{content:""}.vl-vi-file-edit::before{content:""}.vl-vi-file-edit--after::after{content:""}.vl-vi-file-image::before{content:""}.vl-vi-file-image--after::after{content:""}.vl-vi-file-new::before{content:""}.vl-vi-file-new--after::after{content:""}.vl-vi-file-office-doc::before{content:""}.vl-vi-file-office-doc--after::after{content:""}.vl-vi-file-office-pdf::before{content:""}.vl-vi-file-office-pdf--after::after{content:""}.vl-vi-file-office-ppt::before{content:""}.vl-vi-file-office-ppt--after::after{content:""}.vl-vi-file-office-xls::before{content:""}.vl-vi-file-office-xls--after::after{content:""}.vl-vi-file-swap::before{content:""}.vl-vi-file-swap--after::after{content:""}.vl-vi-file-tasks-check::before{content:""}.vl-vi-file-tasks-check--after::after{content:""}.vl-vi-file-upload::before{content:""}.vl-vi-file-upload--after::after{content:""}.vl-vi-file-video::before{content:""}.vl-vi-file-video--after::after{content:""}.vl-vi-file-zipped-new::before{content:""}.vl-vi-file-zipped-new--after::after{content:""}.vl-vi-file-zipped-vice::before{content:""}.vl-vi-file-zipped-vice--after::after{content:""}.vl-vi-file::before{content:""}.vl-vi-file--after::after{content:""}.vl-vi-files-coding::before{content:""}.vl-vi-files-coding--after::after{content:""}.vl-vi-film::before{content:""}.vl-vi-film--after::after{content:""}.vl-vi-flickr::before{content:""}.vl-vi-flickr--after::after{content:""}.vl-vi-focus::before{content:""}.vl-vi-focus--after::after{content:""}.vl-vi-folder::before{content:""}.vl-vi-folder--after::after{content:""}.vl-vi-font::before{content:""}.vl-vi-font--after::after{content:""}.vl-vi-gender-female-male::before{content:""}.vl-vi-gender-female-male--after::after{content:""}.vl-vi-gender-female::before{content:""}.vl-vi-gender-female--after::after{content:""}.vl-vi-gender-male::before{content:""}.vl-vi-gender-male--after::after{content:""}.vl-vi-gender-transgender::before{content:""}.vl-vi-gender-transgender--after::after{content:""}.vl-vi-globe::before{content:""}.vl-vi-globe--after::after{content:""}.vl-vi-googleplus::before{content:""}.vl-vi-googleplus--after::after{content:""}.vl-vi-graduate::before{content:""}.vl-vi-graduate--after::after{content:""}.vl-vi-graduation-hat::before{content:""}.vl-vi-graduation-hat--after::after{content:""}.vl-vi-hammer::before{content:""}.vl-vi-hammer--after::after{content:""}.vl-vi-harddisk::before{content:""}.vl-vi-harddisk--after::after{content:""}.vl-vi-headphone::before{content:""}.vl-vi-headphone--after::after{content:""}.vl-vi-health-first-aid-kit::before{content:""}.vl-vi-health-first-aid-kit--after::after{content:""}.vl-vi-health-heart-pulse::before{content:""}.vl-vi-health-heart-pulse--after::after{content:""}.vl-vi-health-hospital::before{content:""}.vl-vi-health-hospital--after::after{content:""}.vl-vi-hide::before{content:""}.vl-vi-hide--after::after{content:""}.vl-vi-hierarchy::before{content:""}.vl-vi-hierarchy--after::after{content:""}.vl-vi-hotel-bath-shower::before{content:""}.vl-vi-hotel-bath-shower--after::after{content:""}.vl-vi-hotel-bed::before{content:""}.vl-vi-hotel-bed--after::after{content:""}.vl-vi-hotel-fire-alarm::before{content:""}.vl-vi-hotel-fire-alarm--after::after{content:""}.vl-vi-hotel-shower::before{content:""}.vl-vi-hotel-shower--after::after{content:""}.vl-vi-hourglass::before{content:""}.vl-vi-hourglass--after::after{content:""}.vl-vi-id-card::before{content:""}.vl-vi-id-card--after::after{content:""}.vl-vi-id::before{content:""}.vl-vi-id--after::after{content:""}.vl-vi-images-copy::before{content:""}.vl-vi-images-copy--after::after{content:""}.vl-vi-images::before{content:""}.vl-vi-images--after::after{content:""}.vl-vi-inbox::before{content:""}.vl-vi-inbox--after::after{content:""}.vl-vi-indent-left::before{content:""}.vl-vi-indent-left--after::after{content:""}.vl-vi-indent-right::before{content:""}.vl-vi-indent-right--after::after{content:""}.vl-vi-info-circle::before{content:""}.vl-vi-info-circle--after::after{content:""}.vl-vi-info-filled::before{content:""}.vl-vi-info-filled--after::after{content:""}.vl-vi-info-small::before{content:""}.vl-vi-info-small--after::after{content:""}.vl-vi-info::before{content:""}.vl-vi-info--after::after{content:""}.vl-vi-instagram::before{content:""}.vl-vi-instagram--after::after{content:""}.vl-vi-ironing::before{content:""}.vl-vi-ironing--after::after{content:""}.vl-vi-italic::before{content:""}.vl-vi-italic--after::after{content:""}.vl-vi-jira::before{content:""}.vl-vi-jira--after::after{content:""}.vl-vi-key::before{content:""}.vl-vi-key--after::after{content:""}.vl-vi-keyboard::before{content:""}.vl-vi-keyboard--after::after{content:""}.vl-vi-laptop::before{content:""}.vl-vi-laptop--after::after{content:""}.vl-vi-lightbulb::before{content:""}.vl-vi-lightbulb--after::after{content:""}.vl-vi-link-broken::before{content:""}.vl-vi-link-broken--after::after{content:""}.vl-vi-link::before{content:""}.vl-vi-link--after::after{content:""}.vl-vi-linkedin::before{content:""}.vl-vi-linkedin--after::after{content:""}.vl-vi-list-add::before{content:""}.vl-vi-list-add--after::after{content:""}.vl-vi-list-bullets-alt::before{content:""}.vl-vi-list-bullets-alt--after::after{content:""}.vl-vi-list-bullets::before{content:""}.vl-vi-list-bullets--after::after{content:""}.vl-vi-list-numbers::before{content:""}.vl-vi-list-numbers--after::after{content:""}.vl-vi-list::before{content:""}.vl-vi-list--after::after{content:""}.vl-vi-location-direction-arrow::before{content:""}.vl-vi-location-direction-arrow--after::after{content:""}.vl-vi-location-gps::before{content:""}.vl-vi-location-gps--after::after{content:""}.vl-vi-location-map::before{content:""}.vl-vi-location-map--after::after{content:""}.vl-vi-location::before{content:""}.vl-vi-location--after::after{content:""}.vl-vi-lock-unlock::before{content:""}.vl-vi-lock-unlock--after::after{content:""}.vl-vi-lock::before{content:""}.vl-vi-lock--after::after{content:""}.vl-vi-login::before{content:""}.vl-vi-login--after::after{content:""}.vl-vi-logout::before{content:""}.vl-vi-logout--after::after{content:""}.vl-vi-long-arrow::before{content:""}.vl-vi-long-arrow--after::after{content:""}.vl-vi-magnifier::before{content:""}.vl-vi-magnifier--after::after{content:""}.vl-vi-mail::before{content:""}.vl-vi-mail--after::after{content:""}.vl-vi-market::before{content:""}.vl-vi-market--after::after{content:""}.vl-vi-menu::before{content:""}.vl-vi-menu--after::after{content:""}.vl-vi-messenger::before{content:""}.vl-vi-messenger--after::after{content:""}.vl-vi-microphone-off::before{content:""}.vl-vi-microphone-off--after::after{content:""}.vl-vi-microphone::before{content:""}.vl-vi-microphone--after::after{content:""}.vl-vi-minus-circle::before{content:""}.vl-vi-minus-circle--after::after{content:""}.vl-vi-minus::before{content:""}.vl-vi-minus--after::after{content:""}.vl-vi-mobile-phone::before{content:""}.vl-vi-mobile-phone--after::after{content:""}.vl-vi-move-down::before{content:""}.vl-vi-move-down--after::after{content:""}.vl-vi-move-left-right::before{content:""}.vl-vi-move-left-right--after::after{content:""}.vl-vi-moving-elevator::before{content:""}.vl-vi-moving-elevator--after::after{content:""}.vl-vi-music-note::before{content:""}.vl-vi-music-note--after::after{content:""}.vl-vi-nature-leaf::before{content:""}.vl-vi-nature-leaf--after::after{content:""}.vl-vi-nature-tree::before{content:""}.vl-vi-nature-tree--after::after{content:""}.vl-vi-nav-down-double::before{content:""}.vl-vi-nav-down-double--after::after{content:""}.vl-vi-nav-down-light::before{content:""}.vl-vi-nav-down-light--after::after{content:""}.vl-vi-nav-down::before{content:""}.vl-vi-nav-down--after::after{content:""}.vl-vi-nav-left-double::before{content:""}.vl-vi-nav-left-double--after::after{content:""}.vl-vi-nav-left-light::before{content:""}.vl-vi-nav-left-light--after::after{content:""}.vl-vi-nav-left::before{content:""}.vl-vi-nav-left--after::after{content:""}.vl-vi-nav-right-double::before{content:""}.vl-vi-nav-right-double--after::after{content:""}.vl-vi-nav-right-light::before{content:""}.vl-vi-nav-right-light--after::after{content:""}.vl-vi-nav-right::before{content:""}.vl-vi-nav-right--after::after{content:""}.vl-vi-nav-show-more-horizontal::before{content:""}.vl-vi-nav-show-more-horizontal--after::after{content:""}.vl-vi-nav-show-more-vertical::before{content:""}.vl-vi-nav-show-more-vertical--after::after{content:""}.vl-vi-nav-up-double::before{content:""}.vl-vi-nav-up-double--after::after{content:""}.vl-vi-nav-up-light::before{content:""}.vl-vi-nav-up-light--after::after{content:""}.vl-vi-nav-up::before{content:""}.vl-vi-nav-up--after::after{content:""}.vl-vi-news::before{content:""}.vl-vi-news--after::after{content:""}.vl-vi-newspaper::before{content:""}.vl-vi-newspaper--after::after{content:""}.vl-vi-next::before{content:""}.vl-vi-next--after::after{content:""}.vl-vi-other-annoyances-alt::before{content:""}.vl-vi-other-annoyances-alt--after::after{content:""}.vl-vi-other-annoyances::before{content:""}.vl-vi-other-annoyances--after::after{content:""}.vl-vi-paint-brush::before{content:""}.vl-vi-paint-brush--after::after{content:""}.vl-vi-paper::before{content:""}.vl-vi-paper--after::after{content:""}.vl-vi-paperclip::before{content:""}.vl-vi-paperclip--after::after{content:""}.vl-vi-paragraph::before{content:""}.vl-vi-paragraph--after::after{content:""}.vl-vi-pause::before{content:""}.vl-vi-pause--after::after{content:""}.vl-vi-pencil-write::before{content:""}.vl-vi-pencil-write--after::after{content:""}.vl-vi-pencil::before{content:""}.vl-vi-pencil--after::after{content:""}.vl-vi-pennants::before{content:""}.vl-vi-pennants--after::after{content:""}.vl-vi-phone-incoming::before{content:""}.vl-vi-phone-incoming--after::after{content:""}.vl-vi-phone-off::before{content:""}.vl-vi-phone-off--after::after{content:""}.vl-vi-phone-outgoing::before{content:""}.vl-vi-phone-outgoing--after::after{content:""}.vl-vi-phone-record::before{content:""}.vl-vi-phone-record--after::after{content:""}.vl-vi-phone-signal-low::before{content:""}.vl-vi-phone-signal-low--after::after{content:""}.vl-vi-phone-speaker::before{content:""}.vl-vi-phone-speaker--after::after{content:""}.vl-vi-phone::before{content:""}.vl-vi-phone--after::after{content:""}.vl-vi-pick-up::before{content:""}.vl-vi-pick-up--after::after{content:""}.vl-vi-pin-paper::before{content:""}.vl-vi-pin-paper--after::after{content:""}.vl-vi-pin::before{content:""}.vl-vi-pin--after::after{content:""}.vl-vi-pinterest::before{content:""}.vl-vi-pinterest--after::after{content:""}.vl-vi-places-factory::before{content:""}.vl-vi-places-factory--after::after{content:""}.vl-vi-places-home::before{content:""}.vl-vi-places-home--after::after{content:""}.vl-vi-play::before{content:""}.vl-vi-play--after::after{content:""}.vl-vi-playstreet::before{content:""}.vl-vi-playstreet--after::after{content:""}.vl-vi-plug::before{content:""}.vl-vi-plug--after::after{content:""}.vl-vi-plus-circle::before{content:""}.vl-vi-plus-circle--after::after{content:""}.vl-vi-plus::before{content:""}.vl-vi-plus--after::after{content:""}.vl-vi-power-button::before{content:""}.vl-vi-power-button--after::after{content:""}.vl-vi-printer-view::before{content:""}.vl-vi-printer-view--after::after{content:""}.vl-vi-printer::before{content:""}.vl-vi-printer--after::after{content:""}.vl-vi-profile-active::before{content:""}.vl-vi-profile-active--after::after{content:""}.vl-vi-programming-bug::before{content:""}.vl-vi-programming-bug--after::after{content:""}.vl-vi-publication::before{content:""}.vl-vi-publication--after::after{content:""}.vl-vi-question-mark-filled::before{content:""}.vl-vi-question-mark-filled--after::after{content:""}.vl-vi-question-mark-small::before{content:""}.vl-vi-question-mark-small--after::after{content:""}.vl-vi-question-mark::before{content:""}.vl-vi-question-mark--after::after{content:""}.vl-vi-question::before{content:""}.vl-vi-question--after::after{content:""}.vl-vi-recreation::before{content:""}.vl-vi-recreation--after::after{content:""}.vl-vi-reply-all::before{content:""}.vl-vi-reply-all--after::after{content:""}.vl-vi-reply::before{content:""}.vl-vi-reply--after::after{content:""}.vl-vi-rewards-certified-badge::before{content:""}.vl-vi-rewards-certified-badge--after::after{content:""}.vl-vi-rewards-gift::before{content:""}.vl-vi-rewards-gift--after::after{content:""}.vl-vi-road-block::before{content:""}.vl-vi-road-block--after::after{content:""}.vl-vi-road::before{content:""}.vl-vi-road--after::after{content:""}.vl-vi-romance-marriage-license::before{content:""}.vl-vi-romance-marriage-license--after::after{content:""}.vl-vi-save::before{content:""}.vl-vi-save--after::after{content:""}.vl-vi-scaffold::before{content:""}.vl-vi-scaffold--after::after{content:""}.vl-vi-scan::before{content:""}.vl-vi-scan--after::after{content:""}.vl-vi-scissors::before{content:""}.vl-vi-scissors--after::after{content:""}.vl-vi-search::before{content:""}.vl-vi-search--after::after{content:""}.vl-vi-server::before{content:""}.vl-vi-server--after::after{content:""}.vl-vi-settings::before{content:""}.vl-vi-settings--after::after{content:""}.vl-vi-share-megaphone::before{content:""}.vl-vi-share-megaphone--after::after{content:""}.vl-vi-share-rss-feed::before{content:""}.vl-vi-share-rss-feed--after::after{content:""}.vl-vi-share::before{content:""}.vl-vi-share--after::after{content:""}.vl-vi-shipping-truck::before{content:""}.vl-vi-shipping-truck--after::after{content:""}.vl-vi-shopping-basket-add::before{content:""}.vl-vi-shopping-basket-add--after::after{content:""}.vl-vi-shopping-basket-subtract::before{content:""}.vl-vi-shopping-basket-subtract--after::after{content:""}.vl-vi-shopping-basket::before{content:""}.vl-vi-shopping-basket--after::after{content:""}.vl-vi-shopping-cart::before{content:""}.vl-vi-shopping-cart--after::after{content:""}.vl-vi-shopping::before{content:""}.vl-vi-shopping--after::after{content:""}.vl-vi-shrink::before{content:""}.vl-vi-shrink--after::after{content:""}.vl-vi-sign-disable::before{content:""}.vl-vi-sign-disable--after::after{content:""}.vl-vi-sign-recycle::before{content:""}.vl-vi-sign-recycle--after::after{content:""}.vl-vi-sitemap::before{content:""}.vl-vi-sitemap--after::after{content:""}.vl-vi-skype::before{content:""}.vl-vi-skype--after::after{content:""}.vl-vi-smiley-poker-face::before{content:""}.vl-vi-smiley-poker-face--after::after{content:""}.vl-vi-smiley-smile::before{content:""}.vl-vi-smiley-smile--after::after{content:""}.vl-vi-snapchat::before{content:""}.vl-vi-snapchat--after::after{content:""}.vl-vi-sort::before{content:""}.vl-vi-sort--after::after{content:""}.vl-vi-speaker-volume-decrease::before{content:""}.vl-vi-speaker-volume-decrease--after::after{content:""}.vl-vi-speaker-volume-high::before{content:""}.vl-vi-speaker-volume-high--after::after{content:""}.vl-vi-speaker-volume-increase::before{content:""}.vl-vi-speaker-volume-increase--after::after{content:""}.vl-vi-speaker-volume-low::before{content:""}.vl-vi-speaker-volume-low--after::after{content:""}.vl-vi-speaker-volume-medium::before{content:""}.vl-vi-speaker-volume-medium--after::after{content:""}.vl-vi-speaker-volume-off::before{content:""}.vl-vi-speaker-volume-off--after::after{content:""}.vl-vi-sports-competition::before{content:""}.vl-vi-sports-competition--after::after{content:""}.vl-vi-spotify::before{content:""}.vl-vi-spotify--after::after{content:""}.vl-vi-stop::before{content:""}.vl-vi-stop--after::after{content:""}.vl-vi-subtract::before{content:""}.vl-vi-subtract--after::after{content:""}.vl-vi-subway::before{content:""}.vl-vi-subway--after::after{content:""}.vl-vi-suitcase::before{content:""}.vl-vi-suitcase--after::after{content:""}.vl-vi-switches::before{content:""}.vl-vi-switches--after::after{content:""}.vl-vi-symbol-wifi-check::before{content:""}.vl-vi-symbol-wifi-check--after::after{content:""}.vl-vi-symbol-wifi-close::before{content:""}.vl-vi-symbol-wifi-close--after::after{content:""}.vl-vi-symbol-wifi::before{content:""}.vl-vi-symbol-wifi--after::after{content:""}.vl-vi-synchronize-timeout::before{content:""}.vl-vi-synchronize-timeout--after::after{content:""}.vl-vi-synchronize::before{content:""}.vl-vi-synchronize--after::after{content:""}.vl-vi-tag-add::before{content:""}.vl-vi-tag-add--after::after{content:""}.vl-vi-tag-check::before{content:""}.vl-vi-tag-check--after::after{content:""}.vl-vi-tag-close::before{content:""}.vl-vi-tag-close--after::after{content:""}.vl-vi-tag-double::before{content:""}.vl-vi-tag-double--after::after{content:""}.vl-vi-tag-edit::before{content:""}.vl-vi-tag-edit--after::after{content:""}.vl-vi-tag-subtract::before{content:""}.vl-vi-tag-subtract--after::after{content:""}.vl-vi-tag-view::before{content:""}.vl-vi-tag-view--after::after{content:""}.vl-vi-tag::before{content:""}.vl-vi-tag--after::after{content:""}.vl-vi-taxi::before{content:""}.vl-vi-taxi--after::after{content:""}.vl-vi-television::before{content:""}.vl-vi-television--after::after{content:""}.vl-vi-terrace::before{content:""}.vl-vi-terrace--after::after{content:""}.vl-vi-text-cursor::before{content:""}.vl-vi-text-cursor--after::after{content:""}.vl-vi-text-eraser::before{content:""}.vl-vi-text-eraser--after::after{content:""}.vl-vi-text-redo::before{content:""}.vl-vi-text-redo--after::after{content:""}.vl-vi-text-undo::before{content:""}.vl-vi-text-undo--after::after{content:""}.vl-vi-timeline::before{content:""}.vl-vi-timeline--after::after{content:""}.vl-vi-tint::before{content:""}.vl-vi-tint--after::after{content:""}.vl-vi-train::before{content:""}.vl-vi-train--after::after{content:""}.vl-vi-trash::before{content:""}.vl-vi-trash--after::after{content:""}.vl-vi-trophy::before{content:""}.vl-vi-trophy--after::after{content:""}.vl-vi-twitter::before{content:""}.vl-vi-twitter--after::after{content:""}.vl-vi-underline::before{content:""}.vl-vi-underline--after::after{content:""}.vl-vi-university::before{content:""}.vl-vi-university--after::after{content:""}.vl-vi-up-down-arrows::before{content:""}.vl-vi-up-down-arrows--after::after{content:""}.vl-vi-upload-harddisk::before{content:""}.vl-vi-upload-harddisk--after::after{content:""}.vl-vi-user-alt::before{content:""}.vl-vi-user-alt--after::after{content:""}.vl-vi-user-download::before{content:""}.vl-vi-user-download--after::after{content:""}.vl-vi-user-email::before{content:""}.vl-vi-user-email--after::after{content:""}.vl-vi-user-female::before{content:""}.vl-vi-user-female--after::after{content:""}.vl-vi-user-group::before{content:""}.vl-vi-user-group--after::after{content:""}.vl-vi-user-male::before{content:""}.vl-vi-user-male--after::after{content:""}.vl-vi-user-redirect::before{content:""}.vl-vi-user-redirect--after::after{content:""}.vl-vi-user-setting::before{content:""}.vl-vi-user-setting--after::after{content:""}.vl-vi-user-signup::before{content:""}.vl-vi-user-signup--after::after{content:""}.vl-vi-user::before{content:""}.vl-vi-user--after::after{content:""}.vl-vi-vaccum-cleaner::before{content:""}.vl-vi-vaccum-cleaner--after::after{content:""}.vl-vi-video-subtitle::before{content:""}.vl-vi-video-subtitle--after::after{content:""}.vl-vi-view-add::before{content:""}.vl-vi-view-add--after::after{content:""}.vl-vi-vlaanderen::before{content:""}.vl-vi-vlaanderen--after::after{content:""}.vl-vi-vote-flag::before{content:""}.vl-vi-vote-flag--after::after{content:""}.vl-vi-vote-heart::before{content:""}.vl-vi-vote-heart--after::after{content:""}.vl-vi-vote-star::before{content:""}.vl-vi-vote-star--after::after{content:""}.vl-vi-vote-thumbs-down::before{content:""}.vl-vi-vote-thumbs-down--after::after{content:""}.vl-vi-vote-thumbs-up::before{content:""}.vl-vi-vote-thumbs-up--after::after{content:""}.vl-vi-voucher-check::before{content:""}.vl-vi-voucher-check--after::after{content:""}.vl-vi-voucher-download::before{content:""}.vl-vi-voucher-download--after::after{content:""}.vl-vi-voucher-scissors::before{content:""}.vl-vi-voucher-scissors--after::after{content:""}.vl-vi-vouchers-list::before{content:""}.vl-vi-vouchers-list--after::after{content:""}.vl-vi-wallet::before{content:""}.vl-vi-wallet--after::after{content:""}.vl-vi-warning::before{content:""}.vl-vi-warning--after::after{content:""}.vl-vi-whatsapp::before{content:""}.vl-vi-whatsapp--after::after{content:""}.vl-vi-wrench::before{content:""}.vl-vi-wrench--after::after{content:""}.vl-vi-www::before{content:""}.vl-vi-www--after::after{content:""}.vl-vi-youtube::before{content:""}.vl-vi-youtube--after::after{content:""}.vl-vi-zoom-in::before{content:""}.vl-vi-zoom-in--after::after{content:""}.vl-vi-zoom-out::before{content:""}.vl-vi-zoom-out--after::after{content:""}a{color:#05c;text-decoration:underline;text-decoration-skip-ink:auto}a:focus,a:hover{text-decoration:none;color:#003bb0}a:focus,button:focus{outline:auto #ffc515 3px}button{font-family:"Flanders Art Sans",sans-serif;cursor:pointer}img.vl-image--error{overflow-wrap:break-word;padding:10px;line-height:1.25;font-size:1.6rem;color:var(--vl-theme-fg-color);background-color:#e8ebee}.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-3rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:3rem;position:relative}.vl-grid--no-gutter{margin-left:0}.vl-grid--no-gutter>*{padding-left:0}.vl-grid--v-top{align-items:flex-start}.vl-grid--v-center{align-items:center}.vl-grid--v-bottom{align-items:flex-end}.vl-grid--v-stretch{align-items:stretch}.vl-grid--v-baseline{align-items:stretch}.vl-grid--align-start{justify-content:flex-start}.vl-grid--align-end{justify-content:flex-end}.vl-grid--align-center{justify-content:center}.vl-grid--align-space-between{justify-content:space-between}.vl-grid--align-space-around{justify-content:space-around}.vl-col--fit{flex:1 0}.vl-col--flex{display:flex}.vl-col--1-12{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6,.vl-col--2-12{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4,.vl-col--3-12{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3,.vl-col--2-6,.vl-col--4-12{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2,.vl-col--2-4,.vl-col--3-6,.vl-col--6-12{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3,.vl-col--4-6,.vl-col--8-12{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4,.vl-col--9-12{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12,.vl-col--5-6{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1,.vl-col--12-12,.vl-col--2-2,.vl-col--3-3,.vl-col--4-4,.vl-col--6-6{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-3rem}.vl-grid--is-stacked>*{margin-top:3rem}.vl-push--reset{margin-left:0}.vl-push--1-12{margin-left:8.3333333333%}.vl-push--1-6,.vl-push--2-12{margin-left:16.6666666667%}.vl-push--1-4,.vl-push--3-12{margin-left:25%}.vl-push--1-3,.vl-push--2-6,.vl-push--4-12{margin-left:33.3333333333%}.vl-push--5-12{margin-left:41.6666666667%}.vl-push--1-2,.vl-push--2-4,.vl-push--3-6,.vl-push--6-12{margin-left:50%}.vl-push--7-12{margin-left:58.3333333333%}.vl-push--2-3,.vl-push--4-6,.vl-push--8-12{margin-left:66.6666666667%}.vl-push--3-4,.vl-push--9-12{margin-left:75%}.vl-push--10-12,.vl-push--5-6{margin-left:83.3333333333%}.vl-push--11-12{margin-left:91.6666666667%}.vl-col--omega{margin-left:auto}@media screen and (min-width:1024px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-3rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:3rem;position:relative}.vl-grid--no-gutter--l{margin-left:0}.vl-grid--no-gutter--l>*{padding-left:0}.vl-grid--v-top--l{align-items:flex-start}.vl-grid--v-center--l{align-items:center}.vl-grid--v-bottom--l{align-items:flex-end}.vl-grid--v-stretch--l{align-items:stretch}.vl-grid--v-baseline--l{align-items:stretch}.vl-grid--align-start--l{justify-content:flex-start}.vl-grid--align-end--l{justify-content:flex-end}.vl-grid--align-center--l{justify-content:center}.vl-grid--align-space-between--l{justify-content:space-between}.vl-grid--align-space-around--l{justify-content:space-around}.vl-col--fit--l{flex:1 0}.vl-col--flex--l{display:flex}.vl-col--1-12--l{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--l,.vl-col--2-12--l{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--l,.vl-col--3-12--l{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--l,.vl-col--2-6--l,.vl-col--4-12--l{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--l{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--l,.vl-col--2-4--l,.vl-col--3-6--l,.vl-col--6-12--l{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--l{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--l,.vl-col--4-6--l,.vl-col--8-12--l{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--l,.vl-col--9-12--l{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--l,.vl-col--5-6--l{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--l{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--l,.vl-col--12-12--l,.vl-col--2-2--l,.vl-col--3-3--l,.vl-col--4-4--l,.vl-col--6-6--l{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-3rem}.vl-grid--is-stacked>*{margin-top:3rem}.vl-push--reset--l{margin-left:0}.vl-push--1-12--l{margin-left:8.3333333333%}.vl-push--1-6--l,.vl-push--2-12--l{margin-left:16.6666666667%}.vl-push--1-4--l,.vl-push--3-12--l{margin-left:25%}.vl-push--1-3--l,.vl-push--2-6--l,.vl-push--4-12--l{margin-left:33.3333333333%}.vl-push--5-12--l{margin-left:41.6666666667%}.vl-push--1-2--l,.vl-push--2-4--l,.vl-push--3-6--l,.vl-push--6-12--l{margin-left:50%}.vl-push--7-12--l{margin-left:58.3333333333%}.vl-push--2-3--l,.vl-push--4-6--l,.vl-push--8-12--l{margin-left:66.6666666667%}.vl-push--3-4--l,.vl-push--9-12--l{margin-left:75%}.vl-push--10-12--l,.vl-push--5-6--l{margin-left:83.3333333333%}.vl-push--11-12--l{margin-left:91.6666666667%}.vl-col--omega--l{margin-left:auto}}@media screen and (min-width:1601px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-3rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:3rem;position:relative}.vl-grid--no-gutter--xl{margin-left:0}.vl-grid--no-gutter--xl>*{padding-left:0}.vl-grid--v-top--xl{align-items:flex-start}.vl-grid--v-center--xl{align-items:center}.vl-grid--v-bottom--xl{align-items:flex-end}.vl-grid--v-stretch--xl{align-items:stretch}.vl-grid--v-baseline--xl{align-items:stretch}.vl-grid--align-start--xl{justify-content:flex-start}.vl-grid--align-end--xl{justify-content:flex-end}.vl-grid--align-center--xl{justify-content:center}.vl-grid--align-space-between--xl{justify-content:space-between}.vl-grid--align-space-around--xl{justify-content:space-around}.vl-col--fit--xl{flex:1 0}.vl-col--flex--xl{display:flex}.vl-col--1-12--xl{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--xl,.vl-col--2-12--xl{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--xl,.vl-col--3-12--xl{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--xl,.vl-col--2-6--xl,.vl-col--4-12--xl{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--xl{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--xl,.vl-col--2-4--xl,.vl-col--3-6--xl,.vl-col--6-12--xl{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--xl{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--xl,.vl-col--4-6--xl,.vl-col--8-12--xl{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--xl,.vl-col--9-12--xl{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--xl,.vl-col--5-6--xl{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--xl{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--xl,.vl-col--12-12--xl,.vl-col--2-2--xl,.vl-col--3-3--xl,.vl-col--4-4--xl,.vl-col--6-6--xl{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-3rem}.vl-grid--is-stacked>*{margin-top:3rem}.vl-push--reset--xl{margin-left:0}.vl-push--1-12--xl{margin-left:8.3333333333%}.vl-push--1-6--xl,.vl-push--2-12--xl{margin-left:16.6666666667%}.vl-push--1-4--xl,.vl-push--3-12--xl{margin-left:25%}.vl-push--1-3--xl,.vl-push--2-6--xl,.vl-push--4-12--xl{margin-left:33.3333333333%}.vl-push--5-12--xl{margin-left:41.6666666667%}.vl-push--1-2--xl,.vl-push--2-4--xl,.vl-push--3-6--xl,.vl-push--6-12--xl{margin-left:50%}.vl-push--7-12--xl{margin-left:58.3333333333%}.vl-push--2-3--xl,.vl-push--4-6--xl,.vl-push--8-12--xl{margin-left:66.6666666667%}.vl-push--3-4--xl,.vl-push--9-12--xl{margin-left:75%}.vl-push--10-12--xl,.vl-push--5-6--xl{margin-left:83.3333333333%}.vl-push--11-12--xl{margin-left:91.6666666667%}.vl-col--omega--xl{margin-left:auto}}@media screen and (max-width:1023px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-3rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:3rem;position:relative}.vl-grid--no-gutter--m{margin-left:0}.vl-grid--no-gutter--m>*{padding-left:0}.vl-grid--v-top--m{align-items:flex-start}.vl-grid--v-center--m{align-items:center}.vl-grid--v-bottom--m{align-items:flex-end}.vl-grid--v-stretch--m{align-items:stretch}.vl-grid--v-baseline--m{align-items:stretch}.vl-grid--align-start--m{justify-content:flex-start}.vl-grid--align-end--m{justify-content:flex-end}.vl-grid--align-center--m{justify-content:center}.vl-grid--align-space-between--m{justify-content:space-between}.vl-grid--align-space-around--m{justify-content:space-around}.vl-col--fit--m{flex:1 0}.vl-col--flex--m{display:flex}.vl-col--1-12--m{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--m,.vl-col--2-12--m{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--m,.vl-col--3-12--m{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--m,.vl-col--2-6--m,.vl-col--4-12--m{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--m{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--m,.vl-col--2-4--m,.vl-col--3-6--m,.vl-col--6-12--m{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--m{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--m,.vl-col--4-6--m,.vl-col--8-12--m{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--m,.vl-col--9-12--m{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--m,.vl-col--5-6--m{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--m{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--m,.vl-col--12-12--m,.vl-col--2-2--m,.vl-col--3-3--m,.vl-col--4-4--m,.vl-col--6-6--m{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-3rem}.vl-grid--is-stacked>*{margin-top:3rem}.vl-push--reset--m{margin-left:0}.vl-push--1-12--m{margin-left:8.3333333333%}.vl-push--1-6--m,.vl-push--2-12--m{margin-left:16.6666666667%}.vl-push--1-4--m,.vl-push--3-12--m{margin-left:25%}.vl-push--1-3--m,.vl-push--2-6--m,.vl-push--4-12--m{margin-left:33.3333333333%}.vl-push--5-12--m{margin-left:41.6666666667%}.vl-push--1-2--m,.vl-push--2-4--m,.vl-push--3-6--m,.vl-push--6-12--m{margin-left:50%}.vl-push--7-12--m{margin-left:58.3333333333%}.vl-push--2-3--m,.vl-push--4-6--m,.vl-push--8-12--m{margin-left:66.6666666667%}.vl-push--3-4--m,.vl-push--9-12--m{margin-left:75%}.vl-push--10-12--m,.vl-push--5-6--m{margin-left:83.3333333333%}.vl-push--11-12--m{margin-left:91.6666666667%}.vl-col--omega--m{margin-left:auto}}@media screen and (max-width:767px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-1.5rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:1.5rem;position:relative}.vl-grid--no-gutter--s{margin-left:0}.vl-grid--no-gutter--s>*{padding-left:0}.vl-grid--v-top--s{align-items:flex-start}.vl-grid--v-center--s{align-items:center}.vl-grid--v-bottom--s{align-items:flex-end}.vl-grid--v-stretch--s{align-items:stretch}.vl-grid--v-baseline--s{align-items:stretch}.vl-grid--align-start--s{justify-content:flex-start}.vl-grid--align-end--s{justify-content:flex-end}.vl-grid--align-center--s{justify-content:center}.vl-grid--align-space-between--s{justify-content:space-between}.vl-grid--align-space-around--s{justify-content:space-around}.vl-col--fit--s{flex:1 0}.vl-col--flex--s{display:flex}.vl-col--1-12--s{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--s,.vl-col--2-12--s{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--s,.vl-col--3-12--s{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--s,.vl-col--2-6--s,.vl-col--4-12--s{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--s{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--s,.vl-col--2-4--s,.vl-col--3-6--s,.vl-col--6-12--s{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--s{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--s,.vl-col--4-6--s,.vl-col--8-12--s{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--s,.vl-col--9-12--s{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--s,.vl-col--5-6--s{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--s{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--s,.vl-col--12-12--s,.vl-col--2-2--s,.vl-col--3-3--s,.vl-col--4-4--s,.vl-col--6-6--s{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-1.5rem}.vl-grid--is-stacked>*{margin-top:1.5rem}.vl-push--reset--s{margin-left:0}.vl-push--1-12--s{margin-left:8.3333333333%}.vl-push--1-6--s,.vl-push--2-12--s{margin-left:16.6666666667%}.vl-push--1-4--s,.vl-push--3-12--s{margin-left:25%}.vl-push--1-3--s,.vl-push--2-6--s,.vl-push--4-12--s{margin-left:33.3333333333%}.vl-push--5-12--s{margin-left:41.6666666667%}.vl-push--1-2--s,.vl-push--2-4--s,.vl-push--3-6--s,.vl-push--6-12--s{margin-left:50%}.vl-push--7-12--s{margin-left:58.3333333333%}.vl-push--2-3--s,.vl-push--4-6--s,.vl-push--8-12--s{margin-left:66.6666666667%}.vl-push--3-4--s,.vl-push--9-12--s{margin-left:75%}.vl-push--10-12--s,.vl-push--5-6--s{margin-left:83.3333333333%}.vl-push--11-12--s{margin-left:91.6666666667%}.vl-col--omega--s{margin-left:auto}}@media screen and (max-width:500px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-1.5rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:1.5rem;position:relative}.vl-grid--no-gutter--xs{margin-left:0}.vl-grid--no-gutter--xs>*{padding-left:0}.vl-grid--v-top--xs{align-items:flex-start}.vl-grid--v-center--xs{align-items:center}.vl-grid--v-bottom--xs{align-items:flex-end}.vl-grid--v-stretch--xs{align-items:stretch}.vl-grid--v-baseline--xs{align-items:stretch}.vl-grid--align-start--xs{justify-content:flex-start}.vl-grid--align-end--xs{justify-content:flex-end}.vl-grid--align-center--xs{justify-content:center}.vl-grid--align-space-between--xs{justify-content:space-between}.vl-grid--align-space-around--xs{justify-content:space-around}.vl-col--fit--xs{flex:1 0}.vl-col--flex--xs{display:flex}.vl-col--1-12--xs{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--xs,.vl-col--2-12--xs{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--xs,.vl-col--3-12--xs{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--xs,.vl-col--2-6--xs,.vl-col--4-12--xs{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--xs{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--xs,.vl-col--2-4--xs,.vl-col--3-6--xs,.vl-col--6-12--xs{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--xs{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--xs,.vl-col--4-6--xs,.vl-col--8-12--xs{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--xs,.vl-col--9-12--xs{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--xs,.vl-col--5-6--xs{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--xs{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--xs,.vl-col--12-12--xs,.vl-col--2-2--xs,.vl-col--3-3--xs,.vl-col--4-4--xs,.vl-col--6-6--xs{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-1.5rem}.vl-grid--is-stacked>*{margin-top:1.5rem}.vl-push--reset--xs{margin-left:0}.vl-push--1-12--xs{margin-left:8.3333333333%}.vl-push--1-6--xs,.vl-push--2-12--xs{margin-left:16.6666666667%}.vl-push--1-4--xs,.vl-push--3-12--xs{margin-left:25%}.vl-push--1-3--xs,.vl-push--2-6--xs,.vl-push--4-12--xs{margin-left:33.3333333333%}.vl-push--5-12--xs{margin-left:41.6666666667%}.vl-push--1-2--xs,.vl-push--2-4--xs,.vl-push--3-6--xs,.vl-push--6-12--xs{margin-left:50%}.vl-push--7-12--xs{margin-left:58.3333333333%}.vl-push--2-3--xs,.vl-push--4-6--xs,.vl-push--8-12--xs{margin-left:66.6666666667%}.vl-push--3-4--xs,.vl-push--9-12--xs{margin-left:75%}.vl-push--10-12--xs,.vl-push--5-6--xs{margin-left:83.3333333333%}.vl-push--11-12--xs{margin-left:91.6666666667%}.vl-col--omega--xs{margin-left:auto}}@media screen and (min-width:1280px){.vl-grid--wide{margin-left:calc(-4.1666666667% - 3rem);margin-right:-4.1666666667%}}.vl-form-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-1.5rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-form-grid>*{box-sizing:border-box;padding-left:1.5rem;position:relative}.vl-form-grid--no-gutter{margin-left:0}.vl-form-grid--no-gutter>*{padding-left:0}.vl-form-grid--v-top{align-items:flex-start}.vl-form-grid--v-center{align-items:center}.vl-form-grid--v-bottom{align-items:flex-end}.vl-form-grid--v-stretch{align-items:stretch}.vl-form-grid--v-baseline{align-items:stretch}.vl-form-grid--align-start{justify-content:flex-start}.vl-form-grid--align-end{justify-content:flex-end}.vl-form-grid--align-center{justify-content:center}.vl-form-grid--align-space-between{justify-content:space-between}.vl-form-grid--align-space-around{justify-content:space-around}.vl-form-col--fit{flex:1 0}.vl-form-col--flex{display:flex}.vl-form-col--1-12{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-form-col--1-6,.vl-form-col--2-12{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-form-col--1-4,.vl-form-col--3-12{flex-basis:25%;max-width:25%;min-width:25%}.vl-form-col--1-3,.vl-form-col--2-6,.vl-form-col--4-12{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-form-col--5-12{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-form-col--1-2,.vl-form-col--2-4,.vl-form-col--3-6,.vl-form-col--6-12{flex-basis:50%;max-width:50%;min-width:50%}.vl-form-col--7-12{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-form-col--2-3,.vl-form-col--4-6,.vl-form-col--8-12{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-form-col--3-4,.vl-form-col--9-12{flex-basis:75%;max-width:75%;min-width:75%}.vl-form-col--10-12,.vl-form-col--5-6{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-form-col--11-12{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-form-col--1-1,.vl-form-col--12-12,.vl-form-col--2-2,.vl-form-col--3-3,.vl-form-col--4-4,.vl-form-col--6-6{flex-basis:100%;max-width:100%;min-width:100%}.vl-form-grid--is-stacked{margin-top:-1.5rem}.vl-form-grid--is-stacked>*{margin-top:1.5rem}.vl-form-push--reset{margin-left:0}.vl-form-push--1-12{margin-left:8.3333333333%}.vl-form-push--1-6,.vl-form-push--2-12{margin-left:16.6666666667%}.vl-form-push--1-4,.vl-form-push--3-12{margin-left:25%}.vl-form-push--1-3,.vl-form-push--2-6,.vl-form-push--4-12{margin-left:33.3333333333%}.vl-form-push--5-12{margin-left:41.6666666667%}.vl-form-push--1-2,.vl-form-push--2-4,.vl-form-push--3-6,.vl-form-push--6-12{margin-left:50%}.vl-form-push--7-12{margin-left:58.3333333333%}.vl-form-push--2-3,.vl-form-push--4-6,.vl-form-push--8-12{margin-left:66.6666666667%}.vl-form-push--3-4,.vl-form-push--9-12{margin-left:75%}.vl-form-push--10-12,.vl-form-push--5-6{margin-left:83.3333333333%}.vl-form-push--11-12{margin-left:91.6666666667%}.vl-form-col--omega{margin-left:auto}@media screen and (max-width:767px){.vl-form-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-1.5rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-form-grid>*{box-sizing:border-box;padding-left:1.5rem;position:relative}.vl-form-grid--no-gutter--s{margin-left:0}.vl-form-grid--no-gutter--s>*{padding-left:0}.vl-form-grid--v-top--s{align-items:flex-start}.vl-form-grid--v-center--s{align-items:center}.vl-form-grid--v-bottom--s{align-items:flex-end}.vl-form-grid--v-stretch--s{align-items:stretch}.vl-form-grid--v-baseline--s{align-items:stretch}.vl-form-grid--align-start--s{justify-content:flex-start}.vl-form-grid--align-end--s{justify-content:flex-end}.vl-form-grid--align-center--s{justify-content:center}.vl-form-grid--align-space-between--s{justify-content:space-between}.vl-form-grid--align-space-around--s{justify-content:space-around}.vl-form-col--fit--s{flex:1 0}.vl-form-col--flex--s{display:flex}.vl-form-col--1-12--s{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-form-col--1-6--s,.vl-form-col--2-12--s{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-form-col--1-4--s,.vl-form-col--3-12--s{flex-basis:25%;max-width:25%;min-width:25%}.vl-form-col--1-3--s,.vl-form-col--2-6--s,.vl-form-col--4-12--s{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-form-col--5-12--s{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-form-col--1-2--s,.vl-form-col--2-4--s,.vl-form-col--3-6--s,.vl-form-col--6-12--s{flex-basis:50%;max-width:50%;min-width:50%}.vl-form-col--7-12--s{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-form-col--2-3--s,.vl-form-col--4-6--s,.vl-form-col--8-12--s{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-form-col--3-4--s,.vl-form-col--9-12--s{flex-basis:75%;max-width:75%;min-width:75%}.vl-form-col--10-12--s,.vl-form-col--5-6--s{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-form-col--11-12--s{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-form-col--1-1--s,.vl-form-col--12-12--s,.vl-form-col--2-2--s,.vl-form-col--3-3--s,.vl-form-col--4-4--s,.vl-form-col--6-6--s{flex-basis:100%;max-width:100%;min-width:100%}.vl-form-grid--is-stacked{margin-top:-1.5rem}.vl-form-grid--is-stacked>*{margin-top:1.5rem}.vl-form-push--reset--s{margin-left:0}.vl-form-push--1-12--s{margin-left:8.3333333333%}.vl-form-push--1-6--s,.vl-form-push--2-12--s{margin-left:16.6666666667%}.vl-form-push--1-4--s,.vl-form-push--3-12--s{margin-left:25%}.vl-form-push--1-3--s,.vl-form-push--2-6--s,.vl-form-push--4-12--s{margin-left:33.3333333333%}.vl-form-push--5-12--s{margin-left:41.6666666667%}.vl-form-push--1-2--s,.vl-form-push--2-4--s,.vl-form-push--3-6--s,.vl-form-push--6-12--s{margin-left:50%}.vl-form-push--7-12--s{margin-left:58.3333333333%}.vl-form-push--2-3--s,.vl-form-push--4-6--s,.vl-form-push--8-12--s{margin-left:66.6666666667%}.vl-form-push--3-4--s,.vl-form-push--9-12--s{margin-left:75%}.vl-form-push--10-12--s,.vl-form-push--5-6--s{margin-left:83.3333333333%}.vl-form-push--11-12--s{margin-left:91.6666666667%}.vl-form-col--omega--s{margin-left:auto}}@media screen and (min-width:1280px){.vl-form-grid--wide{margin-left:calc(-4.1666666667% - 3rem);margin-right:-4.1666666667%}}.vl-grid--is-stacked-large{margin-bottom:-6rem}.vl-grid--is-stacked-large>*{margin-bottom:6rem}.vl-grid--is-stacked-small{margin-bottom:-1.5rem}.vl-grid--is-stacked-small>*{margin-bottom:1.5rem}.vl-page{position:relative;width:100%;background-color:#fff}.vl-page .vl-main-content>.vl-region:last-child{padding-bottom:10rem}@media screen and (max-width:767px){.vl-page .vl-main-content>.vl-region:last-child{padding-bottom:7rem}}.vl-main-content{outline:0;position:relative}.vl-region{margin:0 auto;padding:3rem 0 6rem}@media screen and (max-width:767px){.vl-region{padding:3rem 0}}.vl-region.vl-region--no-space{padding:0}.vl-region.vl-region--no-space-bottom{padding-bottom:0}.vl-region.vl-region--no-space-top{padding-top:0}.vl-region:not(.vl-region--alt)+.vl-region:not(.vl-region--alt){padding-top:0}.vl-region--alt{background-color:#e8ebee}.vl-region--alt+.vl-region:not(.vl-region--alt),.vl-region:not(.vl-region--alt)+.vl-region--alt{padding-top:6rem}@media screen and (max-width:767px){.vl-region--alt+.vl-region:not(.vl-region--alt),.vl-region:not(.vl-region--alt)+.vl-region--alt{padding-top:3rem}}.vl-region:first-child{padding-top:6rem}@media screen and (max-width:767px){.vl-region:first-child{padding-top:2rem}}.vl-region--small{padding:1.5rem 0}@media screen and (max-width:767px){.vl-region--small{padding:2rem 0}}.vl-region--medium{padding:3rem 0}@media screen and (max-width:767px){.vl-region--medium{padding:2rem 0}}.vl-region--bordered+.vl-region--bordered{border-top:1px solid #e8ebee}.vl-region--bordered+.vl-region--bordered.vl-region--alt{border-top-color:#fff}.vl-layout{position:relative;margin:0 auto;min-width:1024px;max-width:1280px;padding:0 3rem}@media screen and (max-width:1023px){.vl-layout{width:auto;min-width:768px;max-width:1280px}}@media screen and (max-width:767px){.vl-layout{width:auto;min-width:0;padding:0 1.5rem}}.vl-modal .vl-action-group{margin-top:1.5rem}.vl-modal .backdrop,.vl-modal .vl-modal__backdrop{position:fixed;left:0;right:0;top:0;bottom:0;z-index:10008;background-color:rgba(255,255,255,.8);backdrop-filter:blur(2px)}.vl-modal-dialog{display:none;position:fixed;width:60rem;max-width:95vw;max-height:95vh;top:50%;left:50%;margin:0;padding:3rem;transform:translate(-50%,-50%);background-color:#fff;border:0;box-shadow:0 0 2.1rem 0 rgba(0,0,0,.3);overflow:auto;z-index:10010}.vl-modal-dialog::backdrop{position:fixed;left:0;right:0;top:0;bottom:0;z-index:10008;background-color:rgba(255,255,255,.8);backdrop-filter:blur(2px)}.vl-modal-dialog[open]{display:block}.vl-modal-dialog[open]:focus{outline:auto #ffc515 3px}.vl-modal-dialog--static{position:static;transform:none}.vl-modal-dialog--medium{width:80rem}.vl-modal-dialog--large{width:100rem}@media screen and (max-width:767px){.vl-modal-dialog{padding:1.5rem}}.vl-modal-dialog__title{font-weight:500;font-family:"Flanders Art Serif",serif;font-size:2rem;margin-bottom:1.5rem}.vl-modal-dialog__close{display:flex;align-items:center;justify-content:center;position:absolute;top:.2rem;right:.2rem;padding:1rem;border:0;background:0 0;line-height:1;overflow:hidden}.vl-modal-dialog__close:focus .vl-modal-dialog__close__icon,.vl-modal-dialog__close:hover .vl-modal-dialog__close__icon{color:#05c}@media screen and (max-width:767px){.vl-modal-dialog__close{top:0;right:0}}.vl-modal-dialog__close__icon{display:flex;font-size:1.4rem;line-height:1}.vl-modal-dialog__close__icon::after,.vl-modal-dialog__close__icon::before{font-family:vlaanderen-icon!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.vl-modal-dialog__close__icon::before{content:""}.vl-modal-dialog__close__icon.vl-icon{margin-right:0}.vl-u-visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;border:0;left:0;top:0}@keyframes fade-transition{0%{transform:translateY(20px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-5px)}90%{transform:translateY(-2px)}}.vl-u-align-left{text-align:left!important}.vl-u-align-center{text-align:center!important}.vl-u-align-right{text-align:right!important}@media screen and (min-width:1023px){.vl-u-align-left--l{text-align:left!important}.vl-u-align-center--l{text-align:center!important}.vl-u-align-right--l{text-align:right!important}}@media screen and (max-width:1023px){.vl-u-align-left--m{text-align:left!important}.vl-u-align-center--m{text-align:center!important}.vl-u-align-right--m{text-align:right!important}}@media screen and (max-width:767px){.vl-u-align-left--s{text-align:left!important}.vl-u-align-center--s{text-align:center!important}.vl-u-align-right--s{text-align:right!important}}@media screen and (max-width:500px){.vl-u-align-left--xs{text-align:left!important}.vl-u-align-center--xs{text-align:center!important}.vl-u-align-right--xs{text-align:right!important}}.vl-u-flex-align-flex-start,.vl-u-flex-align-left{align-items:flex-start!important}.vl-u-flex-align-center{align-items:center!important}.vl-u-flex-align-flex-end,.vl-u-flex-align-right{align-items:flex-end!important}.vl-u-flex-align-baseline{align-items:baseline!important}.vl-u-flex-align-stretch{align-items:stretch!important}.vl-u-flex-v-flex-start,.vl-u-flex-v-top{justify-content:flex-start!important}.vl-u-flex-v-center{justify-content:center!important}.vl-u-flex-v-bottom,.vl-u-flex-v-flex-end{justify-content:flex-end!important}.vl-u-flex-v-space-between{justify-content:space-between!important}.vl-u-flex-v-space-around{justify-content:space-around!important}.vl-u-flex-direction-row{flex-direction:row!important}.vl-u-flex-direction-column{flex-direction:column!important}.vl-u-flex-direction-row-reverse{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse{flex-wrap:wrap-reverse!important}@media screen and (min-width:1023px){.vl-u-flex-align-left--l{align-items:flex-start!important}.vl-u-flex-align-flex-start--l,.vl-u-flex-align-left--l{align-items:flex-start!important}.vl-u-flex-align-center--l{align-items:center!important}.vl-u-flex-align-flex-end--l,.vl-u-flex-align-right--l{align-items:flex-end!important}.vl-u-flex-align-baseline--l{align-items:baseline!important}.vl-u-flex-align-stretch--l{align-items:stretch!important}.vl-u-flex-v-flex-start--l,.vl-u-flex-v-top--l{justify-content:flex-start!important}.vl-u-flex-v-center--l{justify-content:center!important}.vl-u-flex-v-bottom--l,.vl-u-flex-v-flex-end--l{justify-content:flex-end!important}.vl-u-flex-v-space-between--l{justify-content:space-between!important}.vl-u-flex-v-space-around--l{justify-content:space-around!important}.vl-u-flex-direction-row--l{flex-direction:row!important}.vl-u-flex-direction-column--l{flex-direction:column!important}.vl-u-flex-direction-row-reverse--l{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse--l{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap--l{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap--l{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse--l{flex-wrap:wrap-reverse!important}}@media screen and (max-width:1023px){.vl-u-flex-align-left--m{align-items:flex-start!important}.vl-u-flex-align-flex-start--m,.vl-u-flex-align-left--m{align-items:flex-start!important}.vl-u-flex-align-center--m{align-items:center!important}.vl-u-flex-align-flex-end--m,.vl-u-flex-align-right--m{align-items:flex-end!important}.vl-u-flex-align-baseline--m{align-items:baseline!important}.vl-u-flex-align-stretch--m{align-items:stretch!important}.vl-u-flex-v-flex-start--m,.vl-u-flex-v-top--m{justify-content:flex-start!important}.vl-u-flex-v-center--m{justify-content:center!important}.vl-u-flex-v-bottom--m,.vl-u-flex-v-flex-end--m{justify-content:flex-end!important}.vl-u-flex-v-space-between--m{justify-content:space-between!important}.vl-u-flex-v-space-around--m{justify-content:space-around!important}.vl-u-flex-direction-row--m{flex-direction:row!important}.vl-u-flex-direction-column--m{flex-direction:column!important}.vl-u-flex-direction-row-reverse--m{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse--m{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap--m{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap--m{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse--m{flex-wrap:wrap-reverse!important}}@media screen and (max-width:767px){.vl-u-flex-align-left--s{align-items:flex-start!important}.vl-u-flex-align-flex-start--s,.vl-u-flex-align-left--s{align-items:flex-start!important}.vl-u-flex-align-center--s{align-items:center!important}.vl-u-flex-align-flex-end--s,.vl-u-flex-align-right--s{align-items:flex-end!important}.vl-u-flex-align-baseline--s{align-items:baseline!important}.vl-u-flex-align-stretch--s{align-items:stretch!important}.vl-u-flex-v-flex-start--s,.vl-u-flex-v-top--s{justify-content:flex-start!important}.vl-u-flex-v-center--s{justify-content:center!important}.vl-u-flex-v-bottom--s,.vl-u-flex-v-flex-end--s{justify-content:flex-end!important}.vl-u-flex-v-space-between--s{justify-content:space-between!important}.vl-u-flex-v-space-around--s{justify-content:space-around!important}.vl-u-flex-direction-row--s{flex-direction:row!important}.vl-u-flex-direction-column--s{flex-direction:column!important}.vl-u-flex-direction-row-reverse--s{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse--s{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap--s{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap--s{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse--s{flex-wrap:wrap-reverse!important}}@media screen and (max-width:500px){.vl-u-flex-align-left--xs{align-items:flex-start!important}.vl-u-flex-align-flex-start--xs,.vl-u-flex-align-left--xs{align-items:flex-start!important}.vl-u-flex-align-center--xs{align-items:center!important}.vl-u-flex-align-flex-end--xs,.vl-u-flex-align-right--xs{align-items:flex-end!important}.vl-u-flex-align-baseline--xs{align-items:baseline!important}.vl-u-flex-align-stretch--xs{align-items:stretch!important}.vl-u-flex-v-flex-start--xs,.vl-u-flex-v-top--xs{justify-content:flex-start!important}.vl-u-flex-v-center--xs{justify-content:center!important}.vl-u-flex-v-bottom--xs,.vl-u-flex-v-flex-end--xs{justify-content:flex-end!important}.vl-u-flex-v-space-between--xs{justify-content:space-between!important}.vl-u-flex-v-space-around--xs{justify-content:space-around!important}.vl-u-flex-direction-row--xs{flex-direction:row!important}.vl-u-flex-direction-column--xs{flex-direction:column!important}.vl-u-flex-direction-row-reverse--xs{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse--xs{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap--xs{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap--xs{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse--xs{flex-wrap:wrap-reverse!important}}.vl-u-bg-alt{background-color:#e8ebee}.vl-u-border{padding-left:3.5rem;position:relative}@media screen and (max-width:767px){.vl-u-border{padding-left:1.75rem}}.vl-u-border:after{content:"";width:.5rem;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;background:#ffe615}.vl-u-border.vl-grid:after{height:100%;bottom:0;top:auto;left:3rem}@media screen and (max-width:767px){.vl-u-border.vl-grid:after{left:1.5rem}}.vl-u-border.vl-grid--is-stacked:after{height:calc(100% - 3rem)}@media screen and (max-width:767px){.vl-u-border.vl-grid--is-stacked:after{height:calc(100% - 1.5rem)}}button.vl-vi{border:0;appearance:none;padding:0;outline:0}a.vl-vi{text-decoration:none}.vl-vi.vl-vi-u-hidden-text{font-size:0}.vl-vi.vl-vi-u-xs::before{font-size:.8rem}.vl-vi.vl-vi-u-s::before{font-size:1.3rem}.vl-vi.vl-vi-u-m::before{font-size:1.7rem}.vl-vi.vl-vi-u-l::before{font-size:2rem}.vl-vi.vl-vi-u-xl::before{font-size:2.2rem}.vl-vi.vl-vi-u-90deg::before{display:inline-block;transform:rotate(90deg)}.vl-vi.vl-vi-u-180deg::before{display:inline-block;transform:rotate(180deg)}.vl-vi.vl-vi-u-link::before{display:inline-block;margin-right:1rem;color:#000;font-size:1.3rem;text-decoration:none}.vl-vi.vl-vi-u-color-grey{color:#cbd2da}.vl-vi.vl-vi-u-badge{display:inline-block;border-radius:50%;text-align:center;vertical-align:middle}.vl-vi.vl-vi-u-badge::before{margin:0;vertical-align:middle;display:block}.vl-vi.vl-vi-u-badge--link{margin-right:1rem}.vl-vi.vl-vi-u-badge--link-after{margin-left:1rem}.vl-vi.vl-vi-u-badge--positive{background-color:#8bae00;color:#fff}.vl-vi.vl-vi-u-badge--positive:focus,.vl-vi.vl-vi-u-badge--positive:hover,a:focus .vl-vi.vl-vi-u-badge--positive,a:hover .vl-vi.vl-vi-u-badge--positive{background-color:#8bae00;color:#fff}.vl-vi.vl-vi-u-badge--action{background-color:#05c;color:#fff}.vl-vi.vl-vi-u-badge--action:focus,.vl-vi.vl-vi-u-badge--action:hover,a:focus .vl-vi.vl-vi-u-badge--action,a:hover .vl-vi.vl-vi-u-badge--action{background-color:#003bb0;color:#fff}.vl-vi.vl-vi-u-badge--negative{background-color:#db3434;color:#fff}.vl-vi.vl-vi-u-badge--negative:focus,.vl-vi.vl-vi-u-badge--negative:hover,a:focus .vl-vi.vl-vi-u-badge--negative,a:hover .vl-vi.vl-vi-u-badge--negative{background-color:#af2929;color:#fff}.vl-vi.vl-vi-u-badge--warning{background-color:#ffc515;color:#fff}.vl-vi.vl-vi-u-badge--neutral{background-color:#e8ebee;color:#333332}.vl-vi.vl-vi-u-badge--neutral:focus,.vl-vi.vl-vi-u-badge--neutral:hover,a:focus .vl-vi.vl-vi-u-badge--neutral,a:hover .vl-vi.vl-vi-u-badge--neutral{background-color:#05c;color:#fff}.vl-vi.vl-vi-u-badge--light{background-color:#fff;color:#333332}.vl-vi.vl-vi-u-badge--light:focus,.vl-vi.vl-vi-u-badge--light:hover,a:focus .vl-vi.vl-vi-u-badge--light,a:hover .vl-vi.vl-vi-u-badge--light{background-color:#05c;color:#fff}.vl-vi.vl-vi-u-badge--xxsmall{width:1.8rem;height:1.8rem;line-height:1.8rem}.vl-vi.vl-vi-u-badge--xxsmall::before{font-size:.8rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--xxsmall{width:1.5rem;height:1.5rem;line-height:1.5rem}.vl-vi.vl-vi-u-badge--xxsmall::before{font-size:.7rem}}.vl-vi.vl-vi-u-badge--xsmall{width:1.8rem;height:1.8rem;line-height:1.8rem}.vl-vi.vl-vi-u-badge--xsmall::before{font-size:1.3rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--xsmall{width:1.5rem;height:1.5rem;line-height:1.5rem}.vl-vi.vl-vi-u-badge--xsmall::before{font-size:1.1rem}}.vl-vi.vl-vi-u-badge--small{width:2.6rem;height:2.6rem;line-height:2.6rem}.vl-vi.vl-vi-u-badge--small::before{font-size:1.3rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--small{width:2.2rem;height:2.2rem;line-height:2.2rem}.vl-vi.vl-vi-u-badge--small::before{font-size:1.2rem}}.vl-vi.vl-vi-u-badge--medium{width:4rem;height:4rem;line-height:4rem}.vl-vi.vl-vi-u-badge--medium::before{font-size:2rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--medium{width:3rem;height:3rem;line-height:3rem}.vl-vi.vl-vi-u-badge--medium::before{font-size:1.5rem}}.vl-vi.vl-vi-u-badge--large{width:5rem;height:5rem;line-height:5rem}.vl-vi.vl-vi-u-badge--large::before{font-size:2.5rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--large{width:4rem;height:4rem;line-height:4rem}.vl-vi.vl-vi-u-badge--large::before{font-size:2rem}}@media screen and (max-width:767px){.vl-u-mobile-no-equal-height{min-height:0!important}}.js-vl-clamp-useless{display:none!important}.js .js-vl-show-checked{display:none}.js .js-vl-show-checked--open{display:block}.js.vl-flexbox .js-vl-col-float-right{position:absolute;z-index:1;padding-bottom:3rem;right:0}@media screen and (max-width:767px){.js.vl-flexbox .js-vl-col-float-right{position:static;padding-bottom:0;margin-top:1.5rem}}@media screen and (max-width:767px){.js-vl-col-float-right--pushed{margin-top:0!important}}[data-vl-show-on-select-content]{display:none}[data-vl-show-on-select-content][data-vl-show=true]{display:block}.vl-u-offset--spacing{padding:0 4.1666666667% 1rem}.vl-u-offset--left{margin-left:-4.1666666667%}@media screen and (max-width:767px){.vl-u-offset--left{margin-left:0;margin-right:0}}.vl-u-offset--left.vl-u-offset--spacing{padding-left:0}.vl-u-offset--right{margin-right:-4.1666666667%}@media screen and (max-width:767px){.vl-u-offset--right{margin-left:0;margin-right:0}}.vl-u-offset--right.vl-u-offset--spacing{padding-right:0}.vl-u-float-right{float:right!important}.vl-u-float-left{float:left!important}.vl-u-float-none{float:none!important}.vl-u-display-block{display:block!important}.vl-u-display-inline-block{display:inline-block!important}.vl-u-display-flex{display:flex!important}.vl-u-display-inline-flex{display:inline-flex!important}.vl-u-clearfix::after,.vl-u-clearfix::before{content:"";display:table}.vl-u-clearfix::after{clear:both}.vl-u-no-overflow{overflow:hidden}.vl-u-position-relative{position:relative}.vl-u-named-target::before,.vl-u-offset::before{content:"";display:block;height:90px;margin:-90px 0 0;z-index:-1;position:relative}.vl-u-named-target-wrapper{position:relative}.vl-u-named-target-dummy:empty,.vl-u-offset-dummy:empty{display:block;position:absolute;top:0;margin-top:-90px;height:1px;width:1px;visibility:hidden;opacity:0}.vl-u-inline-list{display:inline-block;vertical-align:top}@media print{.vl-u-hide-on-print{display:none}.vl-u-show-on-print{display:block}footer,header{display:none}.vl-main-content footer,.vl-main-content header,[role=main] footer,[role=main] header,main footer,main header{display:block}.iwgf2,.iwgf3,.iwgh2,.iwgh3{display:none}}.vl-u-hr{border:0;border-bottom:1px solid #cbd2da;margin-top:0;margin-bottom:0}::selection{background:rgba(255,230,21,.3)}::-moz-selection{background:rgba(255,230,21,.3)}.vl-u-spacer{margin-bottom:2rem}.vl-u-spacer--xsmall{margin-bottom:1rem}.vl-u-spacer--small{margin-bottom:1.5rem}.vl-u-spacer--medium{margin-bottom:3rem}.vl-u-spacer--large{margin-bottom:6rem}@media screen and (max-width:767px){.vl-u-spacer--large{margin-bottom:3rem}}.vl-u-spacer--none{margin-bottom:0}.js-vl-sticky-placeholder{position:relative}@media screen and (max-width:767px){.js-vl-sticky-placeholder{height:auto!important}}.js-vl-sticky--absolute{position:absolute}.js-vl-sticky--fixed{position:fixed}.vl-u-sticky{top:0;position:sticky}.vl-u-sticky-gf{display:flex;flex-direction:column;min-height:100vh}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.vl-u-sticky-gf{display:block}}.vl-u-sticky-gf .vl-page{flex:1}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.vl-u-sticky-gf .vl-page{overflow:hidden}}.vl-u-text--ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vl-u-text--uppercase{text-transform:uppercase}.vl-u-text--lowercase{text-transform:lowercase}.vl-u-text--capitalize::first-letter{text-transform:uppercase}.vl-u-text--success{color:#8bae00}.vl-u-text--warning{color:#ffc515}.vl-u-text--error{color:#db3434}.vl-u-text--bold{font-weight:500}.vl-u-text--italic{font-style:italic}.vl-u-text--small{font-size:1.4rem!important}.vl-u-text--xsmall{font-size:1.2rem!important}.vl-u-text--xxsmall{font-size:1rem!important}.vl-u-text--marked,mark{background:#ffe615;font-weight:500;color:#333332}@media screen and (min-width:1023px){.vl-u-visible--l{display:block!important}}@media screen and (max-width:1023px){.vl-u-visible--m{display:block!important}}@media screen and (max-width:767px){.vl-u-visible--s{display:block!important}}@media screen and (max-width:500px){.vl-u-visible--xs{display:block!important}}.vl-u-hidden{display:none}@media screen and (min-width:1023px){.vl-u-hidden--l{display:none!important}}@media screen and (max-width:1023px){.vl-u-hidden--m{display:none!important}}@media screen and (max-width:767px){.vl-u-hidden--s{display:none!important}}@media screen and (max-width:500px){.vl-u-hidden--xs{display:none!important}}.vl-u-whitespace{white-space:normal}.vl-u-whitespace--nowrap{white-space:nowrap}.vl-u-whitespace--pre{white-space:pre}.vl-u-whitespace--pre-line{white-space:pre-line}.vl-u-whitespace--pre-wrap{white-space:prewrap}.vl-u-whitespace--unset{white-space:unset}.vl-u-whitespace--break-spaces{white-space:break-spaces} +@charset "UTF-8";:root{--vl-theme-primary-color:#ffe615;--vl-theme-primary-color-60:#fff073;--vl-theme-primary-color-70:#ffee5b;--vl-theme-primary-color-rgba-30:rgba(255, 230, 21, 0.3);--vl-theme-fg-color:#333332;--vl-theme-fg-color-60:#858584;--vl-theme-fg-color-70:#707070}.vl-vi::after,.vl-vi::before{font-family:vlaanderen-icon!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;display:inline-block;vertical-align:middle}.vl-vi.vl-vi-u-180deg::before{display:inline-block;transform:rotate(180deg);vertical-align:middle}.vl-vi-u-xs::before{font-size:.8rem}.vl-vi-u-s::before{font-size:1.3rem}.vl-vi-u-m::before{font-size:1.7rem}.vl-vi-u-l::before{font-size:2rem}.vl-vi-u-xl::before{font-size:2.2rem}.vl-vi-u-90deg::before{display:inline-block;transform:rotate(90deg)}.vl-vi-u-180deg::before{display:inline-block;transform:rotate(180deg)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}strong{font-weight:500}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{background:0 0}img{max-width:100%}button::-moz-focus-inner{border:0}:-moz-submit-invalid{box-shadow:none}:-moz-ui-invalid{box-shadow:none}*{box-sizing:border-box}::after,::before{box-sizing:inherit}html{min-height:100%;font-family:"Flanders Art Sans",sans-serif;font-size:62.5%}body{width:100%;min-height:100%;background:#fff;color:#333332;font-size:1.8rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none}@media screen and (max-width:767px){body{font-size:1.6rem;line-height:1.33}}body::before{display:none;content:"large"}@media screen and (max-width:1023px){body::before{content:"medium"}}@media screen and (min-width:767px){body::before{content:"medium-up"}}@media screen and (max-width:767px){body::before{content:"small"}}@media screen and (max-width:500px){body::before{content:"xsmall"}}@media screen and (min-width:1600px){body::before{content:"xlarge"}}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Light.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Regular.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Medium.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Bold.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSans-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Light.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Light.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Regular.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Regular.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Medium.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Medium.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:"Flanders Art Sans";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Bold.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSansItalic-Bold.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:"Flanders Art Serif";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Light.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Flanders Art Serif";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Regular.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Flanders Art Serif";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Medium.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Flanders Art Serif";src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Bold.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/flandersart/FlandersArtSerif-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:vlaanderen-icon;src:url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/iconfont/3.12.3/vlaanderen-icon.woff2) format("woff2"),url(https://cdn.milieuinfo.be/vlaanderen-font/LATEST/font/iconfont/3.12.3/vlaanderen-icon.woff) format("woff");font-weight:400;font-style:normal}.vl-vi-add::before{content:""}.vl-vi-add--after::after{content:""}.vl-vi-addressbook::before{content:""}.vl-vi-addressbook--after::after{content:""}.vl-vi-airplane::before{content:""}.vl-vi-airplane--after::after{content:""}.vl-vi-alarm-silent::before{content:""}.vl-vi-alarm-silent--after::after{content:""}.vl-vi-alarm::before{content:""}.vl-vi-alarm--after::after{content:""}.vl-vi-alert-circle-filled::before{content:""}.vl-vi-alert-circle-filled--after::after{content:""}.vl-vi-alert-circle::before{content:""}.vl-vi-alert-circle--after::after{content:""}.vl-vi-alert-small::before{content:""}.vl-vi-alert-small--after::after{content:""}.vl-vi-alert-triangle-filled::before{content:""}.vl-vi-alert-triangle-filled--after::after{content:""}.vl-vi-alert-triangle::before{content:""}.vl-vi-alert-triangle--after::after{content:""}.vl-vi-align-center::before{content:""}.vl-vi-align-center--after::after{content:""}.vl-vi-align-justify::before{content:""}.vl-vi-align-justify--after::after{content:""}.vl-vi-align-left::before{content:""}.vl-vi-align-left--after::after{content:""}.vl-vi-align-right::before{content:""}.vl-vi-align-right--after::after{content:""}.vl-vi-area::before{content:""}.vl-vi-area--after::after{content:""}.vl-vi-arrange-1-to-9::before{content:""}.vl-vi-arrange-1-to-9--after::after{content:""}.vl-vi-arrange-9-to-1::before{content:""}.vl-vi-arrange-9-to-1--after::after{content:""}.vl-vi-arrange-a-to-z::before{content:""}.vl-vi-arrange-a-to-z--after::after{content:""}.vl-vi-arrange-amount-large-to-small::before{content:""}.vl-vi-arrange-amount-large-to-small--after::after{content:""}.vl-vi-arrange-amount-small-to-large::before{content:""}.vl-vi-arrange-amount-small-to-large--after::after{content:""}.vl-vi-arrange-z-to-a::before{content:""}.vl-vi-arrange-z-to-a--after::after{content:""}.vl-vi-arrow-bottom::before{content:""}.vl-vi-arrow-bottom--after::after{content:""}.vl-vi-arrow-down-fat::before{content:""}.vl-vi-arrow-down-fat--after::after{content:""}.vl-vi-arrow-down-thin::before{content:""}.vl-vi-arrow-down-thin--after::after{content:""}.vl-vi-arrow-down::before{content:""}.vl-vi-arrow-down--after::after{content:""}.vl-vi-arrow-freemove::before{content:""}.vl-vi-arrow-freemove--after::after{content:""}.vl-vi-arrow-left-fat::before{content:""}.vl-vi-arrow-left-fat--after::after{content:""}.vl-vi-arrow-left-thin::before{content:""}.vl-vi-arrow-left-thin--after::after{content:""}.vl-vi-arrow-left::before{content:""}.vl-vi-arrow-left--after::after{content:""}.vl-vi-arrow-right-fat::before{content:""}.vl-vi-arrow-right-fat--after::after{content:""}.vl-vi-arrow-right-thin::before{content:""}.vl-vi-arrow-right-thin--after::after{content:""}.vl-vi-arrow-right::before{content:""}.vl-vi-arrow-right--after::after{content:""}.vl-vi-arrow-thin::before{content:""}.vl-vi-arrow-thin--after::after{content:""}.vl-vi-arrow-up-fat::before{content:""}.vl-vi-arrow-up-fat--after::after{content:""}.vl-vi-arrow-up-thin::before{content:""}.vl-vi-arrow-up-thin--after::after{content:""}.vl-vi-arrow-up::before{content:""}.vl-vi-arrow-up--after::after{content:""}.vl-vi-arrow::before{content:""}.vl-vi-arrow--after::after{content:""}.vl-vi-asterisk::before{content:""}.vl-vi-asterisk--after::after{content:""}.vl-vi-audio-description::before{content:""}.vl-vi-audio-description--after::after{content:""}.vl-vi-back::before{content:""}.vl-vi-back--after::after{content:""}.vl-vi-ban::before{content:""}.vl-vi-ban--after::after{content:""}.vl-vi-bell::before{content:""}.vl-vi-bell--after::after{content:""}.vl-vi-bike-closed-criterium::before{content:""}.vl-vi-bike-closed-criterium--after::after{content:""}.vl-vi-bike-open-criterium::before{content:""}.vl-vi-bike-open-criterium--after::after{content:""}.vl-vi-bike::before{content:""}.vl-vi-bike--after::after{content:""}.vl-vi-bin::before{content:""}.vl-vi-bin--after::after{content:""}.vl-vi-binoculars::before{content:""}.vl-vi-binoculars--after::after{content:""}.vl-vi-boat-ship::before{content:""}.vl-vi-boat-ship--after::after{content:""}.vl-vi-bold::before{content:""}.vl-vi-bold--after::after{content:""}.vl-vi-book::before{content:""}.vl-vi-book--after::after{content:""}.vl-vi-bookmark-alt-1::before{content:""}.vl-vi-bookmark-alt-1--after::after{content:""}.vl-vi-bookmark-alt-2::before{content:""}.vl-vi-bookmark-alt-2--after::after{content:""}.vl-vi-bookmark::before{content:""}.vl-vi-bookmark--after::after{content:""}.vl-vi-breadcrumb-separator::before{content:""}.vl-vi-breadcrumb-separator--after::after{content:""}.vl-vi-briefcase::before{content:""}.vl-vi-briefcase--after::after{content:""}.vl-vi-building-big::before{content:""}.vl-vi-building-big--after::after{content:""}.vl-vi-building::before{content:""}.vl-vi-building--after::after{content:""}.vl-vi-bullet::before{content:""}.vl-vi-bullet--after::after{content:""}.vl-vi-burger-alt::before{content:""}.vl-vi-burger-alt--after::after{content:""}.vl-vi-burger::before{content:""}.vl-vi-burger--after::after{content:""}.vl-vi-burgerprofiel::before{content:""}.vl-vi-burgerprofiel--after::after{content:""}.vl-vi-bus::before{content:""}.vl-vi-bus--after::after{content:""}.vl-vi-business-graph-bar::before{content:""}.vl-vi-business-graph-bar--after::after{content:""}.vl-vi-business-graph-pie::before{content:""}.vl-vi-business-graph-pie--after::after{content:""}.vl-vi-cake::before{content:""}.vl-vi-cake--after::after{content:""}.vl-vi-calculator::before{content:""}.vl-vi-calculator--after::after{content:""}.vl-vi-calendar-add::before{content:""}.vl-vi-calendar-add--after::after{content:""}.vl-vi-calendar-check::before{content:""}.vl-vi-calendar-check--after::after{content:""}.vl-vi-calendar-subtract::before{content:""}.vl-vi-calendar-subtract--after::after{content:""}.vl-vi-calendar::before{content:""}.vl-vi-calendar--after::after{content:""}.vl-vi-calendar_check::before{content:""}.vl-vi-calendar_check--after::after{content:""}.vl-vi-calendar_date::before{content:""}.vl-vi-calendar_date--after::after{content:""}.vl-vi-camera::before{content:""}.vl-vi-camera--after::after{content:""}.vl-vi-car::before{content:""}.vl-vi-car--after::after{content:""}.vl-vi-chat-bubble-square-alt::before{content:""}.vl-vi-chat-bubble-square-alt--after::after{content:""}.vl-vi-chat-bubble-square::before{content:""}.vl-vi-chat-bubble-square--after::after{content:""}.vl-vi-chat-help::before{content:""}.vl-vi-chat-help--after::after{content:""}.vl-vi-chat::before{content:""}.vl-vi-chat--after::after{content:""}.vl-vi-check-circle::before{content:""}.vl-vi-check-circle--after::after{content:""}.vl-vi-check-filled::before{content:""}.vl-vi-check-filled--after::after{content:""}.vl-vi-check-small::before{content:""}.vl-vi-check-small--after::after{content:""}.vl-vi-check-thin::before{content:""}.vl-vi-check-thin--after::after{content:""}.vl-vi-check::before{content:""}.vl-vi-check--after::after{content:""}.vl-vi-child::before{content:""}.vl-vi-child--after::after{content:""}.vl-vi-clock::before{content:""}.vl-vi-clock--after::after{content:""}.vl-vi-close-light::before{content:""}.vl-vi-close-light--after::after{content:""}.vl-vi-close-small::before{content:""}.vl-vi-close-small--after::after{content:""}.vl-vi-close::before{content:""}.vl-vi-close--after::after{content:""}.vl-vi-cloud-download::before{content:""}.vl-vi-cloud-download--after::after{content:""}.vl-vi-cloud-upload::before{content:""}.vl-vi-cloud-upload--after::after{content:""}.vl-vi-cloud::before{content:""}.vl-vi-cloud--after::after{content:""}.vl-vi-code-branch::before{content:""}.vl-vi-code-branch--after::after{content:""}.vl-vi-coffee-cup::before{content:""}.vl-vi-coffee-cup--after::after{content:""}.vl-vi-cog::before{content:""}.vl-vi-cog--after::after{content:""}.vl-vi-coin-stack::before{content:""}.vl-vi-coin-stack--after::after{content:""}.vl-vi-compass::before{content:""}.vl-vi-compass--after::after{content:""}.vl-vi-computer-screen::before{content:""}.vl-vi-computer-screen--after::after{content:""}.vl-vi-confluence::before{content:""}.vl-vi-confluence--after::after{content:""}.vl-vi-construction-crane::before{content:""}.vl-vi-construction-crane--after::after{content:""}.vl-vi-construction-shack::before{content:""}.vl-vi-construction-shack--after::after{content:""}.vl-vi-contacts::before{content:""}.vl-vi-contacts--after::after{content:""}.vl-vi-content-book-favorite-star::before{content:""}.vl-vi-content-book-favorite-star--after::after{content:""}.vl-vi-content-book::before{content:""}.vl-vi-content-book--after::after{content:""}.vl-vi-content-box::before{content:""}.vl-vi-content-box--after::after{content:""}.vl-vi-content-filter::before{content:""}.vl-vi-content-filter--after::after{content:""}.vl-vi-content-note::before{content:""}.vl-vi-content-note--after::after{content:""}.vl-vi-content-view-column::before{content:""}.vl-vi-content-view-column--after::after{content:""}.vl-vi-contract::before{content:""}.vl-vi-contract--after::after{content:""}.vl-vi-control-cross-over::before{content:""}.vl-vi-control-cross-over--after::after{content:""}.vl-vi-copy-paste::before{content:""}.vl-vi-copy-paste--after::after{content:""}.vl-vi-copyright::before{content:""}.vl-vi-copyright--after::after{content:""}.vl-vi-credit-card::before{content:""}.vl-vi-credit-card--after::after{content:""}.vl-vi-crop::before{content:""}.vl-vi-crop--after::after{content:""}.vl-vi-cross-thin::before{content:""}.vl-vi-cross-thin--after::after{content:""}.vl-vi-cross::before{content:""}.vl-vi-cross--after::after{content:""}.vl-vi-cursor-arrow-big::before{content:""}.vl-vi-cursor-arrow-big--after::after{content:""}.vl-vi-cursor-arrow-small::before{content:""}.vl-vi-cursor-arrow-small--after::after{content:""}.vl-vi-cursor-finger-down::before{content:""}.vl-vi-cursor-finger-down--after::after{content:""}.vl-vi-cursor-finger-left::before{content:""}.vl-vi-cursor-finger-left--after::after{content:""}.vl-vi-cursor-finger-right::before{content:""}.vl-vi-cursor-finger-right--after::after{content:""}.vl-vi-cursor-finger-up::before{content:""}.vl-vi-cursor-finger-up--after::after{content:""}.vl-vi-cursor-hand::before{content:""}.vl-vi-cursor-hand--after::after{content:""}.vl-vi-cursor-hold::before{content:""}.vl-vi-cursor-hold--after::after{content:""}.vl-vi-dashboard::before{content:""}.vl-vi-dashboard--after::after{content:""}.vl-vi-data-download::before{content:""}.vl-vi-data-download--after::after{content:""}.vl-vi-data-transfer::before{content:""}.vl-vi-data-transfer--after::after{content:""}.vl-vi-data-upload::before{content:""}.vl-vi-data-upload--after::after{content:""}.vl-vi-demonstration::before{content:""}.vl-vi-demonstration--after::after{content:""}.vl-vi-diagram::before{content:""}.vl-vi-diagram--after::after{content:""}.vl-vi-direction-sign::before{content:""}.vl-vi-direction-sign--after::after{content:""}.vl-vi-document-small::before{content:""}.vl-vi-document-small--after::after{content:""}.vl-vi-document::before{content:""}.vl-vi-document--after::after{content:""}.vl-vi-double-arrow::before{content:""}.vl-vi-double-arrow--after::after{content:""}.vl-vi-download-harddisk::before{content:""}.vl-vi-download-harddisk--after::after{content:""}.vl-vi-drawer-down::before{content:""}.vl-vi-drawer-down--after::after{content:""}.vl-vi-drawer::before{content:""}.vl-vi-drawer--after::after{content:""}.vl-vi-edit::before{content:""}.vl-vi-edit--after::after{content:""}.vl-vi-email-read::before{content:""}.vl-vi-email-read--after::after{content:""}.vl-vi-email::before{content:""}.vl-vi-email--after::after{content:""}.vl-vi-enlarge::before{content:""}.vl-vi-enlarge--after::after{content:""}.vl-vi-envelope::before{content:""}.vl-vi-envelope--after::after{content:""}.vl-vi-expand-horizontal-alt::before{content:""}.vl-vi-expand-horizontal-alt--after::after{content:""}.vl-vi-expand-horizontal::before{content:""}.vl-vi-expand-horizontal--after::after{content:""}.vl-vi-expand-vertical::before{content:""}.vl-vi-expand-vertical--after::after{content:""}.vl-vi-expand::before{content:""}.vl-vi-expand--after::after{content:""}.vl-vi-external::before{content:""}.vl-vi-external--after::after{content:""}.vl-vi-facebook::before{content:""}.vl-vi-facebook--after::after{content:""}.vl-vi-faq::before{content:""}.vl-vi-faq--after::after{content:""}.vl-vi-fastback::before{content:""}.vl-vi-fastback--after::after{content:""}.vl-vi-fastforward::before{content:""}.vl-vi-fastforward--after::after{content:""}.vl-vi-fax::before{content:""}.vl-vi-fax--after::after{content:""}.vl-vi-field::before{content:""}.vl-vi-field--after::after{content:""}.vl-vi-file-audio::before{content:""}.vl-vi-file-audio--after::after{content:""}.vl-vi-file-copy::before{content:""}.vl-vi-file-copy--after::after{content:""}.vl-vi-file-download::before{content:""}.vl-vi-file-download--after::after{content:""}.vl-vi-file-edit::before{content:""}.vl-vi-file-edit--after::after{content:""}.vl-vi-file-image::before{content:""}.vl-vi-file-image--after::after{content:""}.vl-vi-file-new::before{content:""}.vl-vi-file-new--after::after{content:""}.vl-vi-file-office-doc::before{content:""}.vl-vi-file-office-doc--after::after{content:""}.vl-vi-file-office-pdf::before{content:""}.vl-vi-file-office-pdf--after::after{content:""}.vl-vi-file-office-ppt::before{content:""}.vl-vi-file-office-ppt--after::after{content:""}.vl-vi-file-office-xls::before{content:""}.vl-vi-file-office-xls--after::after{content:""}.vl-vi-file-swap::before{content:""}.vl-vi-file-swap--after::after{content:""}.vl-vi-file-tasks-check::before{content:""}.vl-vi-file-tasks-check--after::after{content:""}.vl-vi-file-upload::before{content:""}.vl-vi-file-upload--after::after{content:""}.vl-vi-file-video::before{content:""}.vl-vi-file-video--after::after{content:""}.vl-vi-file-zipped-new::before{content:""}.vl-vi-file-zipped-new--after::after{content:""}.vl-vi-file-zipped-vice::before{content:""}.vl-vi-file-zipped-vice--after::after{content:""}.vl-vi-file::before{content:""}.vl-vi-file--after::after{content:""}.vl-vi-files-coding::before{content:""}.vl-vi-files-coding--after::after{content:""}.vl-vi-film::before{content:""}.vl-vi-film--after::after{content:""}.vl-vi-flickr::before{content:""}.vl-vi-flickr--after::after{content:""}.vl-vi-focus::before{content:""}.vl-vi-focus--after::after{content:""}.vl-vi-folder::before{content:""}.vl-vi-folder--after::after{content:""}.vl-vi-font::before{content:""}.vl-vi-font--after::after{content:""}.vl-vi-gender-female-male::before{content:""}.vl-vi-gender-female-male--after::after{content:""}.vl-vi-gender-female::before{content:""}.vl-vi-gender-female--after::after{content:""}.vl-vi-gender-male::before{content:""}.vl-vi-gender-male--after::after{content:""}.vl-vi-gender-transgender::before{content:""}.vl-vi-gender-transgender--after::after{content:""}.vl-vi-globe::before{content:""}.vl-vi-globe--after::after{content:""}.vl-vi-googleplus::before{content:""}.vl-vi-googleplus--after::after{content:""}.vl-vi-graduate::before{content:""}.vl-vi-graduate--after::after{content:""}.vl-vi-graduation-hat::before{content:""}.vl-vi-graduation-hat--after::after{content:""}.vl-vi-hammer::before{content:""}.vl-vi-hammer--after::after{content:""}.vl-vi-harddisk::before{content:""}.vl-vi-harddisk--after::after{content:""}.vl-vi-headphone::before{content:""}.vl-vi-headphone--after::after{content:""}.vl-vi-health-first-aid-kit::before{content:""}.vl-vi-health-first-aid-kit--after::after{content:""}.vl-vi-health-heart-pulse::before{content:""}.vl-vi-health-heart-pulse--after::after{content:""}.vl-vi-health-hospital::before{content:""}.vl-vi-health-hospital--after::after{content:""}.vl-vi-hide::before{content:""}.vl-vi-hide--after::after{content:""}.vl-vi-hierarchy::before{content:""}.vl-vi-hierarchy--after::after{content:""}.vl-vi-hotel-bath-shower::before{content:""}.vl-vi-hotel-bath-shower--after::after{content:""}.vl-vi-hotel-bed::before{content:""}.vl-vi-hotel-bed--after::after{content:""}.vl-vi-hotel-fire-alarm::before{content:""}.vl-vi-hotel-fire-alarm--after::after{content:""}.vl-vi-hotel-shower::before{content:""}.vl-vi-hotel-shower--after::after{content:""}.vl-vi-hourglass::before{content:""}.vl-vi-hourglass--after::after{content:""}.vl-vi-id-card::before{content:""}.vl-vi-id-card--after::after{content:""}.vl-vi-id::before{content:""}.vl-vi-id--after::after{content:""}.vl-vi-images-copy::before{content:""}.vl-vi-images-copy--after::after{content:""}.vl-vi-images::before{content:""}.vl-vi-images--after::after{content:""}.vl-vi-inbox::before{content:""}.vl-vi-inbox--after::after{content:""}.vl-vi-indent-left::before{content:""}.vl-vi-indent-left--after::after{content:""}.vl-vi-indent-right::before{content:""}.vl-vi-indent-right--after::after{content:""}.vl-vi-info-circle::before{content:""}.vl-vi-info-circle--after::after{content:""}.vl-vi-info-filled::before{content:""}.vl-vi-info-filled--after::after{content:""}.vl-vi-info-small::before{content:""}.vl-vi-info-small--after::after{content:""}.vl-vi-info::before{content:""}.vl-vi-info--after::after{content:""}.vl-vi-instagram::before{content:""}.vl-vi-instagram--after::after{content:""}.vl-vi-ironing::before{content:""}.vl-vi-ironing--after::after{content:""}.vl-vi-italic::before{content:""}.vl-vi-italic--after::after{content:""}.vl-vi-jira::before{content:""}.vl-vi-jira--after::after{content:""}.vl-vi-key::before{content:""}.vl-vi-key--after::after{content:""}.vl-vi-keyboard::before{content:""}.vl-vi-keyboard--after::after{content:""}.vl-vi-laptop::before{content:""}.vl-vi-laptop--after::after{content:""}.vl-vi-lightbulb::before{content:""}.vl-vi-lightbulb--after::after{content:""}.vl-vi-link-broken::before{content:""}.vl-vi-link-broken--after::after{content:""}.vl-vi-link::before{content:""}.vl-vi-link--after::after{content:""}.vl-vi-linkedin::before{content:""}.vl-vi-linkedin--after::after{content:""}.vl-vi-list-add::before{content:""}.vl-vi-list-add--after::after{content:""}.vl-vi-list-bullets-alt::before{content:""}.vl-vi-list-bullets-alt--after::after{content:""}.vl-vi-list-bullets::before{content:""}.vl-vi-list-bullets--after::after{content:""}.vl-vi-list-numbers::before{content:""}.vl-vi-list-numbers--after::after{content:""}.vl-vi-list::before{content:""}.vl-vi-list--after::after{content:""}.vl-vi-location-direction-arrow::before{content:""}.vl-vi-location-direction-arrow--after::after{content:""}.vl-vi-location-gps::before{content:""}.vl-vi-location-gps--after::after{content:""}.vl-vi-location-map::before{content:""}.vl-vi-location-map--after::after{content:""}.vl-vi-location::before{content:""}.vl-vi-location--after::after{content:""}.vl-vi-lock-unlock::before{content:""}.vl-vi-lock-unlock--after::after{content:""}.vl-vi-lock::before{content:""}.vl-vi-lock--after::after{content:""}.vl-vi-login::before{content:""}.vl-vi-login--after::after{content:""}.vl-vi-logout::before{content:""}.vl-vi-logout--after::after{content:""}.vl-vi-long-arrow::before{content:""}.vl-vi-long-arrow--after::after{content:""}.vl-vi-magnifier::before{content:""}.vl-vi-magnifier--after::after{content:""}.vl-vi-mail::before{content:""}.vl-vi-mail--after::after{content:""}.vl-vi-market::before{content:""}.vl-vi-market--after::after{content:""}.vl-vi-menu::before{content:""}.vl-vi-menu--after::after{content:""}.vl-vi-messenger::before{content:""}.vl-vi-messenger--after::after{content:""}.vl-vi-microphone-off::before{content:""}.vl-vi-microphone-off--after::after{content:""}.vl-vi-microphone::before{content:""}.vl-vi-microphone--after::after{content:""}.vl-vi-minus-circle::before{content:""}.vl-vi-minus-circle--after::after{content:""}.vl-vi-minus::before{content:""}.vl-vi-minus--after::after{content:""}.vl-vi-mobile-phone::before{content:""}.vl-vi-mobile-phone--after::after{content:""}.vl-vi-move-down::before{content:""}.vl-vi-move-down--after::after{content:""}.vl-vi-move-left-right::before{content:""}.vl-vi-move-left-right--after::after{content:""}.vl-vi-moving-elevator::before{content:""}.vl-vi-moving-elevator--after::after{content:""}.vl-vi-music-note::before{content:""}.vl-vi-music-note--after::after{content:""}.vl-vi-nature-leaf::before{content:""}.vl-vi-nature-leaf--after::after{content:""}.vl-vi-nature-tree::before{content:""}.vl-vi-nature-tree--after::after{content:""}.vl-vi-nav-down-double::before{content:""}.vl-vi-nav-down-double--after::after{content:""}.vl-vi-nav-down-light::before{content:""}.vl-vi-nav-down-light--after::after{content:""}.vl-vi-nav-down::before{content:""}.vl-vi-nav-down--after::after{content:""}.vl-vi-nav-left-double::before{content:""}.vl-vi-nav-left-double--after::after{content:""}.vl-vi-nav-left-light::before{content:""}.vl-vi-nav-left-light--after::after{content:""}.vl-vi-nav-left::before{content:""}.vl-vi-nav-left--after::after{content:""}.vl-vi-nav-right-double::before{content:""}.vl-vi-nav-right-double--after::after{content:""}.vl-vi-nav-right-light::before{content:""}.vl-vi-nav-right-light--after::after{content:""}.vl-vi-nav-right::before{content:""}.vl-vi-nav-right--after::after{content:""}.vl-vi-nav-show-more-horizontal::before{content:""}.vl-vi-nav-show-more-horizontal--after::after{content:""}.vl-vi-nav-show-more-vertical::before{content:""}.vl-vi-nav-show-more-vertical--after::after{content:""}.vl-vi-nav-up-double::before{content:""}.vl-vi-nav-up-double--after::after{content:""}.vl-vi-nav-up-light::before{content:""}.vl-vi-nav-up-light--after::after{content:""}.vl-vi-nav-up::before{content:""}.vl-vi-nav-up--after::after{content:""}.vl-vi-news::before{content:""}.vl-vi-news--after::after{content:""}.vl-vi-newspaper::before{content:""}.vl-vi-newspaper--after::after{content:""}.vl-vi-next::before{content:""}.vl-vi-next--after::after{content:""}.vl-vi-other-annoyances-alt::before{content:""}.vl-vi-other-annoyances-alt--after::after{content:""}.vl-vi-other-annoyances::before{content:""}.vl-vi-other-annoyances--after::after{content:""}.vl-vi-paint-brush::before{content:""}.vl-vi-paint-brush--after::after{content:""}.vl-vi-paper::before{content:""}.vl-vi-paper--after::after{content:""}.vl-vi-paperclip::before{content:""}.vl-vi-paperclip--after::after{content:""}.vl-vi-paragraph::before{content:""}.vl-vi-paragraph--after::after{content:""}.vl-vi-pause::before{content:""}.vl-vi-pause--after::after{content:""}.vl-vi-pencil-write::before{content:""}.vl-vi-pencil-write--after::after{content:""}.vl-vi-pencil::before{content:""}.vl-vi-pencil--after::after{content:""}.vl-vi-pennants::before{content:""}.vl-vi-pennants--after::after{content:""}.vl-vi-phone-incoming::before{content:""}.vl-vi-phone-incoming--after::after{content:""}.vl-vi-phone-off::before{content:""}.vl-vi-phone-off--after::after{content:""}.vl-vi-phone-outgoing::before{content:""}.vl-vi-phone-outgoing--after::after{content:""}.vl-vi-phone-record::before{content:""}.vl-vi-phone-record--after::after{content:""}.vl-vi-phone-signal-low::before{content:""}.vl-vi-phone-signal-low--after::after{content:""}.vl-vi-phone-speaker::before{content:""}.vl-vi-phone-speaker--after::after{content:""}.vl-vi-phone::before{content:""}.vl-vi-phone--after::after{content:""}.vl-vi-pick-up::before{content:""}.vl-vi-pick-up--after::after{content:""}.vl-vi-pin-paper::before{content:""}.vl-vi-pin-paper--after::after{content:""}.vl-vi-pin::before{content:""}.vl-vi-pin--after::after{content:""}.vl-vi-pinterest::before{content:""}.vl-vi-pinterest--after::after{content:""}.vl-vi-places-factory::before{content:""}.vl-vi-places-factory--after::after{content:""}.vl-vi-places-home::before{content:""}.vl-vi-places-home--after::after{content:""}.vl-vi-play::before{content:""}.vl-vi-play--after::after{content:""}.vl-vi-playstreet::before{content:""}.vl-vi-playstreet--after::after{content:""}.vl-vi-plug::before{content:""}.vl-vi-plug--after::after{content:""}.vl-vi-plus-circle::before{content:""}.vl-vi-plus-circle--after::after{content:""}.vl-vi-plus::before{content:""}.vl-vi-plus--after::after{content:""}.vl-vi-power-button::before{content:""}.vl-vi-power-button--after::after{content:""}.vl-vi-printer-view::before{content:""}.vl-vi-printer-view--after::after{content:""}.vl-vi-printer::before{content:""}.vl-vi-printer--after::after{content:""}.vl-vi-profile-active::before{content:""}.vl-vi-profile-active--after::after{content:""}.vl-vi-programming-bug::before{content:""}.vl-vi-programming-bug--after::after{content:""}.vl-vi-publication::before{content:""}.vl-vi-publication--after::after{content:""}.vl-vi-question-mark-filled::before{content:""}.vl-vi-question-mark-filled--after::after{content:""}.vl-vi-question-mark-small::before{content:""}.vl-vi-question-mark-small--after::after{content:""}.vl-vi-question-mark::before{content:""}.vl-vi-question-mark--after::after{content:""}.vl-vi-question::before{content:""}.vl-vi-question--after::after{content:""}.vl-vi-recreation::before{content:""}.vl-vi-recreation--after::after{content:""}.vl-vi-reply-all::before{content:""}.vl-vi-reply-all--after::after{content:""}.vl-vi-reply::before{content:""}.vl-vi-reply--after::after{content:""}.vl-vi-rewards-certified-badge::before{content:""}.vl-vi-rewards-certified-badge--after::after{content:""}.vl-vi-rewards-gift::before{content:""}.vl-vi-rewards-gift--after::after{content:""}.vl-vi-road-block::before{content:""}.vl-vi-road-block--after::after{content:""}.vl-vi-road::before{content:""}.vl-vi-road--after::after{content:""}.vl-vi-romance-marriage-license::before{content:""}.vl-vi-romance-marriage-license--after::after{content:""}.vl-vi-save::before{content:""}.vl-vi-save--after::after{content:""}.vl-vi-scaffold::before{content:""}.vl-vi-scaffold--after::after{content:""}.vl-vi-scan::before{content:""}.vl-vi-scan--after::after{content:""}.vl-vi-scissors::before{content:""}.vl-vi-scissors--after::after{content:""}.vl-vi-search::before{content:""}.vl-vi-search--after::after{content:""}.vl-vi-server::before{content:""}.vl-vi-server--after::after{content:""}.vl-vi-settings::before{content:""}.vl-vi-settings--after::after{content:""}.vl-vi-share-megaphone::before{content:""}.vl-vi-share-megaphone--after::after{content:""}.vl-vi-share-rss-feed::before{content:""}.vl-vi-share-rss-feed--after::after{content:""}.vl-vi-share::before{content:""}.vl-vi-share--after::after{content:""}.vl-vi-shipping-truck::before{content:""}.vl-vi-shipping-truck--after::after{content:""}.vl-vi-shopping-basket-add::before{content:""}.vl-vi-shopping-basket-add--after::after{content:""}.vl-vi-shopping-basket-subtract::before{content:""}.vl-vi-shopping-basket-subtract--after::after{content:""}.vl-vi-shopping-basket::before{content:""}.vl-vi-shopping-basket--after::after{content:""}.vl-vi-shopping-cart::before{content:""}.vl-vi-shopping-cart--after::after{content:""}.vl-vi-shopping::before{content:""}.vl-vi-shopping--after::after{content:""}.vl-vi-shrink::before{content:""}.vl-vi-shrink--after::after{content:""}.vl-vi-sign-disable::before{content:""}.vl-vi-sign-disable--after::after{content:""}.vl-vi-sign-recycle::before{content:""}.vl-vi-sign-recycle--after::after{content:""}.vl-vi-sitemap::before{content:""}.vl-vi-sitemap--after::after{content:""}.vl-vi-skype::before{content:""}.vl-vi-skype--after::after{content:""}.vl-vi-smiley-poker-face::before{content:""}.vl-vi-smiley-poker-face--after::after{content:""}.vl-vi-smiley-smile::before{content:""}.vl-vi-smiley-smile--after::after{content:""}.vl-vi-snapchat::before{content:""}.vl-vi-snapchat--after::after{content:""}.vl-vi-sort::before{content:""}.vl-vi-sort--after::after{content:""}.vl-vi-speaker-volume-decrease::before{content:""}.vl-vi-speaker-volume-decrease--after::after{content:""}.vl-vi-speaker-volume-high::before{content:""}.vl-vi-speaker-volume-high--after::after{content:""}.vl-vi-speaker-volume-increase::before{content:""}.vl-vi-speaker-volume-increase--after::after{content:""}.vl-vi-speaker-volume-low::before{content:""}.vl-vi-speaker-volume-low--after::after{content:""}.vl-vi-speaker-volume-medium::before{content:""}.vl-vi-speaker-volume-medium--after::after{content:""}.vl-vi-speaker-volume-off::before{content:""}.vl-vi-speaker-volume-off--after::after{content:""}.vl-vi-sports-competition::before{content:""}.vl-vi-sports-competition--after::after{content:""}.vl-vi-spotify::before{content:""}.vl-vi-spotify--after::after{content:""}.vl-vi-stop::before{content:""}.vl-vi-stop--after::after{content:""}.vl-vi-subtract::before{content:""}.vl-vi-subtract--after::after{content:""}.vl-vi-subway::before{content:""}.vl-vi-subway--after::after{content:""}.vl-vi-suitcase::before{content:""}.vl-vi-suitcase--after::after{content:""}.vl-vi-switches::before{content:""}.vl-vi-switches--after::after{content:""}.vl-vi-symbol-wifi-check::before{content:""}.vl-vi-symbol-wifi-check--after::after{content:""}.vl-vi-symbol-wifi-close::before{content:""}.vl-vi-symbol-wifi-close--after::after{content:""}.vl-vi-symbol-wifi::before{content:""}.vl-vi-symbol-wifi--after::after{content:""}.vl-vi-synchronize-timeout::before{content:""}.vl-vi-synchronize-timeout--after::after{content:""}.vl-vi-synchronize::before{content:""}.vl-vi-synchronize--after::after{content:""}.vl-vi-tag-add::before{content:""}.vl-vi-tag-add--after::after{content:""}.vl-vi-tag-check::before{content:""}.vl-vi-tag-check--after::after{content:""}.vl-vi-tag-close::before{content:""}.vl-vi-tag-close--after::after{content:""}.vl-vi-tag-double::before{content:""}.vl-vi-tag-double--after::after{content:""}.vl-vi-tag-edit::before{content:""}.vl-vi-tag-edit--after::after{content:""}.vl-vi-tag-subtract::before{content:""}.vl-vi-tag-subtract--after::after{content:""}.vl-vi-tag-view::before{content:""}.vl-vi-tag-view--after::after{content:""}.vl-vi-tag::before{content:""}.vl-vi-tag--after::after{content:""}.vl-vi-taxi::before{content:""}.vl-vi-taxi--after::after{content:""}.vl-vi-television::before{content:""}.vl-vi-television--after::after{content:""}.vl-vi-terrace::before{content:""}.vl-vi-terrace--after::after{content:""}.vl-vi-text-cursor::before{content:""}.vl-vi-text-cursor--after::after{content:""}.vl-vi-text-eraser::before{content:""}.vl-vi-text-eraser--after::after{content:""}.vl-vi-text-redo::before{content:""}.vl-vi-text-redo--after::after{content:""}.vl-vi-text-undo::before{content:""}.vl-vi-text-undo--after::after{content:""}.vl-vi-timeline::before{content:""}.vl-vi-timeline--after::after{content:""}.vl-vi-tint::before{content:""}.vl-vi-tint--after::after{content:""}.vl-vi-train::before{content:""}.vl-vi-train--after::after{content:""}.vl-vi-trash::before{content:""}.vl-vi-trash--after::after{content:""}.vl-vi-trophy::before{content:""}.vl-vi-trophy--after::after{content:""}.vl-vi-twitter::before{content:""}.vl-vi-twitter--after::after{content:""}.vl-vi-underline::before{content:""}.vl-vi-underline--after::after{content:""}.vl-vi-university::before{content:""}.vl-vi-university--after::after{content:""}.vl-vi-up-down-arrows::before{content:""}.vl-vi-up-down-arrows--after::after{content:""}.vl-vi-upload-harddisk::before{content:""}.vl-vi-upload-harddisk--after::after{content:""}.vl-vi-user-alt::before{content:""}.vl-vi-user-alt--after::after{content:""}.vl-vi-user-download::before{content:""}.vl-vi-user-download--after::after{content:""}.vl-vi-user-email::before{content:""}.vl-vi-user-email--after::after{content:""}.vl-vi-user-female::before{content:""}.vl-vi-user-female--after::after{content:""}.vl-vi-user-group::before{content:""}.vl-vi-user-group--after::after{content:""}.vl-vi-user-male::before{content:""}.vl-vi-user-male--after::after{content:""}.vl-vi-user-redirect::before{content:""}.vl-vi-user-redirect--after::after{content:""}.vl-vi-user-setting::before{content:""}.vl-vi-user-setting--after::after{content:""}.vl-vi-user-signup::before{content:""}.vl-vi-user-signup--after::after{content:""}.vl-vi-user::before{content:""}.vl-vi-user--after::after{content:""}.vl-vi-vaccum-cleaner::before{content:""}.vl-vi-vaccum-cleaner--after::after{content:""}.vl-vi-video-subtitle::before{content:""}.vl-vi-video-subtitle--after::after{content:""}.vl-vi-view-add::before{content:""}.vl-vi-view-add--after::after{content:""}.vl-vi-vlaanderen::before{content:""}.vl-vi-vlaanderen--after::after{content:""}.vl-vi-vote-flag::before{content:""}.vl-vi-vote-flag--after::after{content:""}.vl-vi-vote-heart::before{content:""}.vl-vi-vote-heart--after::after{content:""}.vl-vi-vote-star::before{content:""}.vl-vi-vote-star--after::after{content:""}.vl-vi-vote-thumbs-down::before{content:""}.vl-vi-vote-thumbs-down--after::after{content:""}.vl-vi-vote-thumbs-up::before{content:""}.vl-vi-vote-thumbs-up--after::after{content:""}.vl-vi-voucher-check::before{content:""}.vl-vi-voucher-check--after::after{content:""}.vl-vi-voucher-download::before{content:""}.vl-vi-voucher-download--after::after{content:""}.vl-vi-voucher-scissors::before{content:""}.vl-vi-voucher-scissors--after::after{content:""}.vl-vi-vouchers-list::before{content:""}.vl-vi-vouchers-list--after::after{content:""}.vl-vi-wallet::before{content:""}.vl-vi-wallet--after::after{content:""}.vl-vi-warning::before{content:""}.vl-vi-warning--after::after{content:""}.vl-vi-whatsapp::before{content:""}.vl-vi-whatsapp--after::after{content:""}.vl-vi-wrench::before{content:""}.vl-vi-wrench--after::after{content:""}.vl-vi-www::before{content:""}.vl-vi-www--after::after{content:""}.vl-vi-youtube::before{content:""}.vl-vi-youtube--after::after{content:""}.vl-vi-zoom-in::before{content:""}.vl-vi-zoom-in--after::after{content:""}.vl-vi-zoom-out::before{content:""}.vl-vi-zoom-out--after::after{content:""}a{color:#05c;text-decoration:underline;text-decoration-skip-ink:auto}a:focus,a:hover{text-decoration:none;color:#003bb0}a:visited{color:#660599}a:focus,button:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 5px rgba(0,85,204,.65)}button{font-family:"Flanders Art Sans",sans-serif;cursor:pointer}img.vl-image--error{overflow-wrap:break-word;padding:10px;line-height:1.25;font-size:1.6rem;color:var(--vl-theme-fg-color);background-color:#f7f9fc}.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-3rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:3rem;position:relative}.vl-grid--no-gutter{margin-left:0}.vl-grid--no-gutter>*{padding-left:0}.vl-grid--v-top{align-items:flex-start}.vl-grid--v-center{align-items:center}.vl-grid--v-bottom{align-items:flex-end}.vl-grid--v-stretch{align-items:stretch}.vl-grid--v-baseline{align-items:stretch}.vl-grid--align-start{justify-content:flex-start}.vl-grid--align-end{justify-content:flex-end}.vl-grid--align-center{justify-content:center}.vl-grid--align-space-between{justify-content:space-between}.vl-grid--align-space-around{justify-content:space-around}.vl-col--fit{flex:1 0}.vl-col--flex{display:flex}.vl-col--1-12{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6,.vl-col--2-12{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4,.vl-col--3-12{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3,.vl-col--2-6,.vl-col--4-12{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2,.vl-col--2-4,.vl-col--3-6,.vl-col--6-12{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3,.vl-col--4-6,.vl-col--8-12{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4,.vl-col--9-12{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12,.vl-col--5-6{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1,.vl-col--12-12,.vl-col--2-2,.vl-col--3-3,.vl-col--4-4,.vl-col--6-6{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-3rem}.vl-grid--is-stacked>*{margin-top:3rem}.vl-push--reset{margin-left:0}.vl-push--1-12{margin-left:8.3333333333%}.vl-push--1-6,.vl-push--2-12{margin-left:16.6666666667%}.vl-push--1-4,.vl-push--3-12{margin-left:25%}.vl-push--1-3,.vl-push--2-6,.vl-push--4-12{margin-left:33.3333333333%}.vl-push--5-12{margin-left:41.6666666667%}.vl-push--1-2,.vl-push--2-4,.vl-push--3-6,.vl-push--6-12{margin-left:50%}.vl-push--7-12{margin-left:58.3333333333%}.vl-push--2-3,.vl-push--4-6,.vl-push--8-12{margin-left:66.6666666667%}.vl-push--3-4,.vl-push--9-12{margin-left:75%}.vl-push--10-12,.vl-push--5-6{margin-left:83.3333333333%}.vl-push--11-12{margin-left:91.6666666667%}.vl-col--omega{margin-left:auto}@media screen and (min-width:1024px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-3rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:3rem;position:relative}.vl-grid--no-gutter--l{margin-left:0}.vl-grid--no-gutter--l>*{padding-left:0}.vl-grid--v-top--l{align-items:flex-start}.vl-grid--v-center--l{align-items:center}.vl-grid--v-bottom--l{align-items:flex-end}.vl-grid--v-stretch--l{align-items:stretch}.vl-grid--v-baseline--l{align-items:stretch}.vl-grid--align-start--l{justify-content:flex-start}.vl-grid--align-end--l{justify-content:flex-end}.vl-grid--align-center--l{justify-content:center}.vl-grid--align-space-between--l{justify-content:space-between}.vl-grid--align-space-around--l{justify-content:space-around}.vl-col--fit--l{flex:1 0}.vl-col--flex--l{display:flex}.vl-col--1-12--l{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--l,.vl-col--2-12--l{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--l,.vl-col--3-12--l{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--l,.vl-col--2-6--l,.vl-col--4-12--l{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--l{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--l,.vl-col--2-4--l,.vl-col--3-6--l,.vl-col--6-12--l{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--l{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--l,.vl-col--4-6--l,.vl-col--8-12--l{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--l,.vl-col--9-12--l{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--l,.vl-col--5-6--l{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--l{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--l,.vl-col--12-12--l,.vl-col--2-2--l,.vl-col--3-3--l,.vl-col--4-4--l,.vl-col--6-6--l{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-3rem}.vl-grid--is-stacked>*{margin-top:3rem}.vl-push--reset--l{margin-left:0}.vl-push--1-12--l{margin-left:8.3333333333%}.vl-push--1-6--l,.vl-push--2-12--l{margin-left:16.6666666667%}.vl-push--1-4--l,.vl-push--3-12--l{margin-left:25%}.vl-push--1-3--l,.vl-push--2-6--l,.vl-push--4-12--l{margin-left:33.3333333333%}.vl-push--5-12--l{margin-left:41.6666666667%}.vl-push--1-2--l,.vl-push--2-4--l,.vl-push--3-6--l,.vl-push--6-12--l{margin-left:50%}.vl-push--7-12--l{margin-left:58.3333333333%}.vl-push--2-3--l,.vl-push--4-6--l,.vl-push--8-12--l{margin-left:66.6666666667%}.vl-push--3-4--l,.vl-push--9-12--l{margin-left:75%}.vl-push--10-12--l,.vl-push--5-6--l{margin-left:83.3333333333%}.vl-push--11-12--l{margin-left:91.6666666667%}.vl-col--omega--l{margin-left:auto}}@media screen and (min-width:1601px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-3rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:3rem;position:relative}.vl-grid--no-gutter--xl{margin-left:0}.vl-grid--no-gutter--xl>*{padding-left:0}.vl-grid--v-top--xl{align-items:flex-start}.vl-grid--v-center--xl{align-items:center}.vl-grid--v-bottom--xl{align-items:flex-end}.vl-grid--v-stretch--xl{align-items:stretch}.vl-grid--v-baseline--xl{align-items:stretch}.vl-grid--align-start--xl{justify-content:flex-start}.vl-grid--align-end--xl{justify-content:flex-end}.vl-grid--align-center--xl{justify-content:center}.vl-grid--align-space-between--xl{justify-content:space-between}.vl-grid--align-space-around--xl{justify-content:space-around}.vl-col--fit--xl{flex:1 0}.vl-col--flex--xl{display:flex}.vl-col--1-12--xl{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--xl,.vl-col--2-12--xl{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--xl,.vl-col--3-12--xl{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--xl,.vl-col--2-6--xl,.vl-col--4-12--xl{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--xl{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--xl,.vl-col--2-4--xl,.vl-col--3-6--xl,.vl-col--6-12--xl{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--xl{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--xl,.vl-col--4-6--xl,.vl-col--8-12--xl{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--xl,.vl-col--9-12--xl{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--xl,.vl-col--5-6--xl{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--xl{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--xl,.vl-col--12-12--xl,.vl-col--2-2--xl,.vl-col--3-3--xl,.vl-col--4-4--xl,.vl-col--6-6--xl{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-3rem}.vl-grid--is-stacked>*{margin-top:3rem}.vl-push--reset--xl{margin-left:0}.vl-push--1-12--xl{margin-left:8.3333333333%}.vl-push--1-6--xl,.vl-push--2-12--xl{margin-left:16.6666666667%}.vl-push--1-4--xl,.vl-push--3-12--xl{margin-left:25%}.vl-push--1-3--xl,.vl-push--2-6--xl,.vl-push--4-12--xl{margin-left:33.3333333333%}.vl-push--5-12--xl{margin-left:41.6666666667%}.vl-push--1-2--xl,.vl-push--2-4--xl,.vl-push--3-6--xl,.vl-push--6-12--xl{margin-left:50%}.vl-push--7-12--xl{margin-left:58.3333333333%}.vl-push--2-3--xl,.vl-push--4-6--xl,.vl-push--8-12--xl{margin-left:66.6666666667%}.vl-push--3-4--xl,.vl-push--9-12--xl{margin-left:75%}.vl-push--10-12--xl,.vl-push--5-6--xl{margin-left:83.3333333333%}.vl-push--11-12--xl{margin-left:91.6666666667%}.vl-col--omega--xl{margin-left:auto}}@media screen and (max-width:1023px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-3rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:3rem;position:relative}.vl-grid--no-gutter--m{margin-left:0}.vl-grid--no-gutter--m>*{padding-left:0}.vl-grid--v-top--m{align-items:flex-start}.vl-grid--v-center--m{align-items:center}.vl-grid--v-bottom--m{align-items:flex-end}.vl-grid--v-stretch--m{align-items:stretch}.vl-grid--v-baseline--m{align-items:stretch}.vl-grid--align-start--m{justify-content:flex-start}.vl-grid--align-end--m{justify-content:flex-end}.vl-grid--align-center--m{justify-content:center}.vl-grid--align-space-between--m{justify-content:space-between}.vl-grid--align-space-around--m{justify-content:space-around}.vl-col--fit--m{flex:1 0}.vl-col--flex--m{display:flex}.vl-col--1-12--m{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--m,.vl-col--2-12--m{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--m,.vl-col--3-12--m{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--m,.vl-col--2-6--m,.vl-col--4-12--m{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--m{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--m,.vl-col--2-4--m,.vl-col--3-6--m,.vl-col--6-12--m{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--m{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--m,.vl-col--4-6--m,.vl-col--8-12--m{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--m,.vl-col--9-12--m{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--m,.vl-col--5-6--m{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--m{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--m,.vl-col--12-12--m,.vl-col--2-2--m,.vl-col--3-3--m,.vl-col--4-4--m,.vl-col--6-6--m{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-3rem}.vl-grid--is-stacked>*{margin-top:3rem}.vl-push--reset--m{margin-left:0}.vl-push--1-12--m{margin-left:8.3333333333%}.vl-push--1-6--m,.vl-push--2-12--m{margin-left:16.6666666667%}.vl-push--1-4--m,.vl-push--3-12--m{margin-left:25%}.vl-push--1-3--m,.vl-push--2-6--m,.vl-push--4-12--m{margin-left:33.3333333333%}.vl-push--5-12--m{margin-left:41.6666666667%}.vl-push--1-2--m,.vl-push--2-4--m,.vl-push--3-6--m,.vl-push--6-12--m{margin-left:50%}.vl-push--7-12--m{margin-left:58.3333333333%}.vl-push--2-3--m,.vl-push--4-6--m,.vl-push--8-12--m{margin-left:66.6666666667%}.vl-push--3-4--m,.vl-push--9-12--m{margin-left:75%}.vl-push--10-12--m,.vl-push--5-6--m{margin-left:83.3333333333%}.vl-push--11-12--m{margin-left:91.6666666667%}.vl-col--omega--m{margin-left:auto}}@media screen and (max-width:767px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-1.5rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:1.5rem;position:relative}.vl-grid--no-gutter--s{margin-left:0}.vl-grid--no-gutter--s>*{padding-left:0}.vl-grid--v-top--s{align-items:flex-start}.vl-grid--v-center--s{align-items:center}.vl-grid--v-bottom--s{align-items:flex-end}.vl-grid--v-stretch--s{align-items:stretch}.vl-grid--v-baseline--s{align-items:stretch}.vl-grid--align-start--s{justify-content:flex-start}.vl-grid--align-end--s{justify-content:flex-end}.vl-grid--align-center--s{justify-content:center}.vl-grid--align-space-between--s{justify-content:space-between}.vl-grid--align-space-around--s{justify-content:space-around}.vl-col--fit--s{flex:1 0}.vl-col--flex--s{display:flex}.vl-col--1-12--s{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--s,.vl-col--2-12--s{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--s,.vl-col--3-12--s{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--s,.vl-col--2-6--s,.vl-col--4-12--s{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--s{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--s,.vl-col--2-4--s,.vl-col--3-6--s,.vl-col--6-12--s{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--s{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--s,.vl-col--4-6--s,.vl-col--8-12--s{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--s,.vl-col--9-12--s{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--s,.vl-col--5-6--s{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--s{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--s,.vl-col--12-12--s,.vl-col--2-2--s,.vl-col--3-3--s,.vl-col--4-4--s,.vl-col--6-6--s{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-1.5rem}.vl-grid--is-stacked>*{margin-top:1.5rem}.vl-push--reset--s{margin-left:0}.vl-push--1-12--s{margin-left:8.3333333333%}.vl-push--1-6--s,.vl-push--2-12--s{margin-left:16.6666666667%}.vl-push--1-4--s,.vl-push--3-12--s{margin-left:25%}.vl-push--1-3--s,.vl-push--2-6--s,.vl-push--4-12--s{margin-left:33.3333333333%}.vl-push--5-12--s{margin-left:41.6666666667%}.vl-push--1-2--s,.vl-push--2-4--s,.vl-push--3-6--s,.vl-push--6-12--s{margin-left:50%}.vl-push--7-12--s{margin-left:58.3333333333%}.vl-push--2-3--s,.vl-push--4-6--s,.vl-push--8-12--s{margin-left:66.6666666667%}.vl-push--3-4--s,.vl-push--9-12--s{margin-left:75%}.vl-push--10-12--s,.vl-push--5-6--s{margin-left:83.3333333333%}.vl-push--11-12--s{margin-left:91.6666666667%}.vl-col--omega--s{margin-left:auto}}@media screen and (max-width:500px){.vl-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-1.5rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-grid>*{box-sizing:border-box;padding-left:1.5rem;position:relative}.vl-grid--no-gutter--xs{margin-left:0}.vl-grid--no-gutter--xs>*{padding-left:0}.vl-grid--v-top--xs{align-items:flex-start}.vl-grid--v-center--xs{align-items:center}.vl-grid--v-bottom--xs{align-items:flex-end}.vl-grid--v-stretch--xs{align-items:stretch}.vl-grid--v-baseline--xs{align-items:stretch}.vl-grid--align-start--xs{justify-content:flex-start}.vl-grid--align-end--xs{justify-content:flex-end}.vl-grid--align-center--xs{justify-content:center}.vl-grid--align-space-between--xs{justify-content:space-between}.vl-grid--align-space-around--xs{justify-content:space-around}.vl-col--fit--xs{flex:1 0}.vl-col--flex--xs{display:flex}.vl-col--1-12--xs{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-col--1-6--xs,.vl-col--2-12--xs{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-col--1-4--xs,.vl-col--3-12--xs{flex-basis:25%;max-width:25%;min-width:25%}.vl-col--1-3--xs,.vl-col--2-6--xs,.vl-col--4-12--xs{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-col--5-12--xs{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-col--1-2--xs,.vl-col--2-4--xs,.vl-col--3-6--xs,.vl-col--6-12--xs{flex-basis:50%;max-width:50%;min-width:50%}.vl-col--7-12--xs{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-col--2-3--xs,.vl-col--4-6--xs,.vl-col--8-12--xs{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-col--3-4--xs,.vl-col--9-12--xs{flex-basis:75%;max-width:75%;min-width:75%}.vl-col--10-12--xs,.vl-col--5-6--xs{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-col--11-12--xs{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-col--1-1--xs,.vl-col--12-12--xs,.vl-col--2-2--xs,.vl-col--3-3--xs,.vl-col--4-4--xs,.vl-col--6-6--xs{flex-basis:100%;max-width:100%;min-width:100%}.vl-grid--is-stacked{margin-top:-1.5rem}.vl-grid--is-stacked>*{margin-top:1.5rem}.vl-push--reset--xs{margin-left:0}.vl-push--1-12--xs{margin-left:8.3333333333%}.vl-push--1-6--xs,.vl-push--2-12--xs{margin-left:16.6666666667%}.vl-push--1-4--xs,.vl-push--3-12--xs{margin-left:25%}.vl-push--1-3--xs,.vl-push--2-6--xs,.vl-push--4-12--xs{margin-left:33.3333333333%}.vl-push--5-12--xs{margin-left:41.6666666667%}.vl-push--1-2--xs,.vl-push--2-4--xs,.vl-push--3-6--xs,.vl-push--6-12--xs{margin-left:50%}.vl-push--7-12--xs{margin-left:58.3333333333%}.vl-push--2-3--xs,.vl-push--4-6--xs,.vl-push--8-12--xs{margin-left:66.6666666667%}.vl-push--3-4--xs,.vl-push--9-12--xs{margin-left:75%}.vl-push--10-12--xs,.vl-push--5-6--xs{margin-left:83.3333333333%}.vl-push--11-12--xs{margin-left:91.6666666667%}.vl-col--omega--xs{margin-left:auto}}@media screen and (min-width:1280px){.vl-grid--wide{margin-left:calc(-4.1666666667% - 3rem);margin-right:-4.1666666667%}}.vl-form-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-1.5rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-form-grid>*{box-sizing:border-box;padding-left:1.5rem;position:relative}.vl-form-grid--no-gutter{margin-left:0}.vl-form-grid--no-gutter>*{padding-left:0}.vl-form-grid--v-top{align-items:flex-start}.vl-form-grid--v-center{align-items:center}.vl-form-grid--v-bottom{align-items:flex-end}.vl-form-grid--v-stretch{align-items:stretch}.vl-form-grid--v-baseline{align-items:stretch}.vl-form-grid--align-start{justify-content:flex-start}.vl-form-grid--align-end{justify-content:flex-end}.vl-form-grid--align-center{justify-content:center}.vl-form-grid--align-space-between{justify-content:space-between}.vl-form-grid--align-space-around{justify-content:space-around}.vl-form-col--fit{flex:1 0}.vl-form-col--flex{display:flex}.vl-form-col--1-12{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-form-col--1-6,.vl-form-col--2-12{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-form-col--1-4,.vl-form-col--3-12{flex-basis:25%;max-width:25%;min-width:25%}.vl-form-col--1-3,.vl-form-col--2-6,.vl-form-col--4-12{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-form-col--5-12{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-form-col--1-2,.vl-form-col--2-4,.vl-form-col--3-6,.vl-form-col--6-12{flex-basis:50%;max-width:50%;min-width:50%}.vl-form-col--7-12{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-form-col--2-3,.vl-form-col--4-6,.vl-form-col--8-12{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-form-col--3-4,.vl-form-col--9-12{flex-basis:75%;max-width:75%;min-width:75%}.vl-form-col--10-12,.vl-form-col--5-6{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-form-col--11-12{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-form-col--1-1,.vl-form-col--12-12,.vl-form-col--2-2,.vl-form-col--3-3,.vl-form-col--4-4,.vl-form-col--6-6{flex-basis:100%;max-width:100%;min-width:100%}.vl-form-grid--is-stacked{margin-top:-1.5rem}.vl-form-grid--is-stacked>*{margin-top:1.5rem}.vl-form-push--reset{margin-left:0}.vl-form-push--1-12{margin-left:8.3333333333%}.vl-form-push--1-6,.vl-form-push--2-12{margin-left:16.6666666667%}.vl-form-push--1-4,.vl-form-push--3-12{margin-left:25%}.vl-form-push--1-3,.vl-form-push--2-6,.vl-form-push--4-12{margin-left:33.3333333333%}.vl-form-push--5-12{margin-left:41.6666666667%}.vl-form-push--1-2,.vl-form-push--2-4,.vl-form-push--3-6,.vl-form-push--6-12{margin-left:50%}.vl-form-push--7-12{margin-left:58.3333333333%}.vl-form-push--2-3,.vl-form-push--4-6,.vl-form-push--8-12{margin-left:66.6666666667%}.vl-form-push--3-4,.vl-form-push--9-12{margin-left:75%}.vl-form-push--10-12,.vl-form-push--5-6{margin-left:83.3333333333%}.vl-form-push--11-12{margin-left:91.6666666667%}.vl-form-col--omega{margin-left:auto}@media screen and (max-width:767px){.vl-form-grid{position:relative;box-sizing:border-box;display:flex;margin-left:-1.5rem;flex-direction:row;flex:0 1 auto;flex-wrap:wrap}.vl-form-grid>*{box-sizing:border-box;padding-left:1.5rem;position:relative}.vl-form-grid--no-gutter--s{margin-left:0}.vl-form-grid--no-gutter--s>*{padding-left:0}.vl-form-grid--v-top--s{align-items:flex-start}.vl-form-grid--v-center--s{align-items:center}.vl-form-grid--v-bottom--s{align-items:flex-end}.vl-form-grid--v-stretch--s{align-items:stretch}.vl-form-grid--v-baseline--s{align-items:stretch}.vl-form-grid--align-start--s{justify-content:flex-start}.vl-form-grid--align-end--s{justify-content:flex-end}.vl-form-grid--align-center--s{justify-content:center}.vl-form-grid--align-space-between--s{justify-content:space-between}.vl-form-grid--align-space-around--s{justify-content:space-around}.vl-form-col--fit--s{flex:1 0}.vl-form-col--flex--s{display:flex}.vl-form-col--1-12--s{flex-basis:8.3333333333%;max-width:8.3333333333%;min-width:8.3333333333%}.vl-form-col--1-6--s,.vl-form-col--2-12--s{flex-basis:16.6666666667%;max-width:16.6666666667%;min-width:16.6666666667%}.vl-form-col--1-4--s,.vl-form-col--3-12--s{flex-basis:25%;max-width:25%;min-width:25%}.vl-form-col--1-3--s,.vl-form-col--2-6--s,.vl-form-col--4-12--s{flex-basis:33.3333333333%;max-width:33.3333333333%;min-width:33.3333333333%}.vl-form-col--5-12--s{flex-basis:41.6666666667%;max-width:41.6666666667%;min-width:41.6666666667%}.vl-form-col--1-2--s,.vl-form-col--2-4--s,.vl-form-col--3-6--s,.vl-form-col--6-12--s{flex-basis:50%;max-width:50%;min-width:50%}.vl-form-col--7-12--s{flex-basis:58.3333333333%;max-width:58.3333333333%;min-width:58.3333333333%}.vl-form-col--2-3--s,.vl-form-col--4-6--s,.vl-form-col--8-12--s{flex-basis:66.6666666667%;max-width:66.6666666667%;min-width:66.6666666667%}.vl-form-col--3-4--s,.vl-form-col--9-12--s{flex-basis:75%;max-width:75%;min-width:75%}.vl-form-col--10-12--s,.vl-form-col--5-6--s{flex-basis:83.3333333333%;max-width:83.3333333333%;min-width:83.3333333333%}.vl-form-col--11-12--s{flex-basis:91.6666666667%;max-width:91.6666666667%;min-width:91.6666666667%}.vl-form-col--1-1--s,.vl-form-col--12-12--s,.vl-form-col--2-2--s,.vl-form-col--3-3--s,.vl-form-col--4-4--s,.vl-form-col--6-6--s{flex-basis:100%;max-width:100%;min-width:100%}.vl-form-grid--is-stacked{margin-top:-1.5rem}.vl-form-grid--is-stacked>*{margin-top:1.5rem}.vl-form-push--reset--s{margin-left:0}.vl-form-push--1-12--s{margin-left:8.3333333333%}.vl-form-push--1-6--s,.vl-form-push--2-12--s{margin-left:16.6666666667%}.vl-form-push--1-4--s,.vl-form-push--3-12--s{margin-left:25%}.vl-form-push--1-3--s,.vl-form-push--2-6--s,.vl-form-push--4-12--s{margin-left:33.3333333333%}.vl-form-push--5-12--s{margin-left:41.6666666667%}.vl-form-push--1-2--s,.vl-form-push--2-4--s,.vl-form-push--3-6--s,.vl-form-push--6-12--s{margin-left:50%}.vl-form-push--7-12--s{margin-left:58.3333333333%}.vl-form-push--2-3--s,.vl-form-push--4-6--s,.vl-form-push--8-12--s{margin-left:66.6666666667%}.vl-form-push--3-4--s,.vl-form-push--9-12--s{margin-left:75%}.vl-form-push--10-12--s,.vl-form-push--5-6--s{margin-left:83.3333333333%}.vl-form-push--11-12--s{margin-left:91.6666666667%}.vl-form-col--omega--s{margin-left:auto}}@media screen and (min-width:1280px){.vl-form-grid--wide{margin-left:calc(-4.1666666667% - 3rem);margin-right:-4.1666666667%}}.vl-grid--is-stacked-large{margin-bottom:-6rem}.vl-grid--is-stacked-large>*{margin-bottom:6rem}.vl-grid--is-stacked-small{margin-bottom:-1.5rem}.vl-grid--is-stacked-small>*{margin-bottom:1.5rem}.vl-page{position:relative;width:100%;background-color:#fff}.vl-page .vl-main-content>.vl-region:last-child{padding-bottom:10rem}@media screen and (max-width:767px){.vl-page .vl-main-content>.vl-region:last-child{padding-bottom:7rem}}.vl-main-content{outline:0;position:relative}.vl-region{margin:0 auto;padding:3rem 0 6rem}@media screen and (max-width:767px){.vl-region{padding:3rem 0}}.vl-region.vl-region--no-space{padding:0}.vl-region.vl-region--no-space-bottom{padding-bottom:0}.vl-region.vl-region--no-space-top{padding-top:0}.vl-region:not(.vl-region--alt)+.vl-region:not(.vl-region--alt){padding-top:0}.vl-region--alt{background-color:#f7f9fc}.vl-region--overlap{background:linear-gradient(to bottom,transparent calc(50% - 30px),#f7f9fc calc(50% - 30px),#f7f9fc 100%)}.vl-region--overlap .vl-layout{border:1px #cbd2da solid;padding-top:50px;padding-bottom:50px;background:#fff}@media only screen and (max-width:1295px){.vl-region--overlap .vl-layout{margin:15px}}@media screen and (max-width:1023px){.vl-region--overlap .vl-layout{padding-top:20px;padding-bottom:20px}}.vl-region--overlap+.vl-region--alt{padding-top:0!important}.vl-region--alt+.vl-region:not(.vl-region--alt),.vl-region:not(.vl-region--alt)+.vl-region--alt{padding-top:6rem}@media screen and (max-width:767px){.vl-region--alt+.vl-region:not(.vl-region--alt),.vl-region:not(.vl-region--alt)+.vl-region--alt{padding-top:3rem}}.vl-region:first-child{padding-top:6rem}@media screen and (max-width:767px){.vl-region:first-child{padding-top:2rem}}.vl-region--small{padding:1.5rem 0}@media screen and (max-width:767px){.vl-region--small{padding:2rem 0}}.vl-region--medium{padding:3rem 0}@media screen and (max-width:767px){.vl-region--medium{padding:2rem 0}}.vl-region--bordered+.vl-region--bordered{border-top:1px solid #f7f9fc}.vl-region--bordered+.vl-region--bordered.vl-region--alt{border-top-color:#fff}.vl-layout{position:relative;margin:0 auto;min-width:1024px;max-width:1280px;padding:0 3rem}@media screen and (max-width:1023px){.vl-layout{width:auto;min-width:768px;max-width:1280px}}@media screen and (max-width:767px){.vl-layout{width:auto;min-width:0;padding:0 1.5rem}}.vl-modal .vl-action-group{margin-top:1.5rem}.vl-modal .backdrop,.vl-modal .vl-modal__backdrop{position:fixed;left:0;right:0;top:0;bottom:0;z-index:10008;background-color:rgba(255,255,255,.8);backdrop-filter:blur(2px)}.vl-modal-backdrop{position:fixed;left:0;right:0;top:0;bottom:0;z-index:10008;background-color:rgba(255,255,255,.8);backdrop-filter:blur(2px)}.vl-modal-backdrop--hidden{display:none}.vl-modal-dialog{display:none;position:fixed;width:60rem;max-width:95vw;max-height:95vh;top:50%;left:50%;margin:0;padding:3rem;transform:translate(-50%,-50%);background-color:#fff;border:0;box-shadow:0 0 2.1rem 0 rgba(0,0,0,.3);overflow:auto;z-index:10010}.vl-modal-dialog::backdrop{position:fixed;left:0;right:0;top:0;bottom:0;z-index:10008;background-color:rgba(255,255,255,.8);backdrop-filter:blur(2px)}.vl-modal-dialog.vl-modal-dialog--opened,.vl-modal-dialog[open]{display:block}.vl-modal-dialog.vl-modal-dialog--opened:focus,.vl-modal-dialog[open]:focus{outline:auto #ffc515 3px}.vl-modal-dialog--static{position:static;transform:none}.vl-modal-dialog--medium{width:80rem}.vl-modal-dialog--large{width:100rem}.vl-modal-dialog--left,.vl-modal-dialog--right{left:initial;right:initial;top:0;transform:initial;max-height:initial;height:100vh}.vl-modal-dialog--right{right:0}.vl-modal-dialog--left{left:0}@media screen and (max-width:767px){.vl-modal-dialog{padding:1.5rem}}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .3s ease-in-out}.modal-fade-enter,.modal-fade-leave-to{opacity:0}.modal-slide-from-left-enter-active,.modal-slide-from-left-leave-active,.modal-slide-from-right-enter-active,.modal-slide-from-right-leave-active{transition:transform .3s ease-in-out}.modal-slide-from-right-enter,.modal-slide-from-right-leave-to{transform:translate(100%,0)}.modal-slide-from-left-enter,.modal-slide-from-left-leave-to{transform:translate(-100%,0)}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .3s ease-in-out}.modal-fade-enter,.modal-fade-leave-to{opacity:0}.vl-modal-dialog__title{font-weight:500;font-family:"Flanders Art Serif",serif;font-size:2rem;margin-bottom:1.5rem}.vl-modal-dialog__close{display:flex;align-items:center;justify-content:center;position:absolute;top:.2rem;right:.2rem;padding:1rem;border:0;background:0 0;line-height:1;overflow:hidden}.vl-modal-dialog__close:focus .vl-modal-dialog__close__icon,.vl-modal-dialog__close:hover .vl-modal-dialog__close__icon{color:#05c}@media screen and (max-width:767px){.vl-modal-dialog__close{top:0;right:0}}.vl-modal-dialog__close__icon{display:flex;font-size:1.4rem;line-height:1}.vl-modal-dialog__close__icon::after,.vl-modal-dialog__close__icon::before{font-family:vlaanderen-icon!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.vl-modal-dialog__close__icon::before{content:""}.vl-u-visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;border:0;left:0;top:0}@keyframes fade-transition{0%{transform:translateY(20px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-5px)}90%{transform:translateY(-2px)}}.vl-u-align-left{text-align:left!important}.vl-u-align-center{text-align:center!important}.vl-u-align-right{text-align:right!important}@media screen and (min-width:1023px){.vl-u-align-left--l{text-align:left!important}.vl-u-align-center--l{text-align:center!important}.vl-u-align-right--l{text-align:right!important}}@media screen and (max-width:1023px){.vl-u-align-left--m{text-align:left!important}.vl-u-align-center--m{text-align:center!important}.vl-u-align-right--m{text-align:right!important}}@media screen and (max-width:767px){.vl-u-align-left--s{text-align:left!important}.vl-u-align-center--s{text-align:center!important}.vl-u-align-right--s{text-align:right!important}}@media screen and (max-width:500px){.vl-u-align-left--xs{text-align:left!important}.vl-u-align-center--xs{text-align:center!important}.vl-u-align-right--xs{text-align:right!important}}.vl-u-flex-align-flex-start,.vl-u-flex-align-left{align-items:flex-start!important}.vl-u-flex-align-center{align-items:center!important}.vl-u-flex-align-flex-end,.vl-u-flex-align-right{align-items:flex-end!important}.vl-u-flex-align-baseline{align-items:baseline!important}.vl-u-flex-align-stretch{align-items:stretch!important}.vl-u-flex-v-flex-start,.vl-u-flex-v-top{justify-content:flex-start!important}.vl-u-flex-v-center{justify-content:center!important}.vl-u-flex-v-bottom,.vl-u-flex-v-flex-end{justify-content:flex-end!important}.vl-u-flex-v-space-between{justify-content:space-between!important}.vl-u-flex-v-space-around{justify-content:space-around!important}.vl-u-flex-direction-row{flex-direction:row!important}.vl-u-flex-direction-column{flex-direction:column!important}.vl-u-flex-direction-row-reverse{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse{flex-wrap:wrap-reverse!important}@media screen and (min-width:1023px){.vl-u-flex-align-left--l{align-items:flex-start!important}.vl-u-flex-align-flex-start--l,.vl-u-flex-align-left--l{align-items:flex-start!important}.vl-u-flex-align-center--l{align-items:center!important}.vl-u-flex-align-flex-end--l,.vl-u-flex-align-right--l{align-items:flex-end!important}.vl-u-flex-align-baseline--l{align-items:baseline!important}.vl-u-flex-align-stretch--l{align-items:stretch!important}.vl-u-flex-v-flex-start--l,.vl-u-flex-v-top--l{justify-content:flex-start!important}.vl-u-flex-v-center--l{justify-content:center!important}.vl-u-flex-v-bottom--l,.vl-u-flex-v-flex-end--l{justify-content:flex-end!important}.vl-u-flex-v-space-between--l{justify-content:space-between!important}.vl-u-flex-v-space-around--l{justify-content:space-around!important}.vl-u-flex-direction-row--l{flex-direction:row!important}.vl-u-flex-direction-column--l{flex-direction:column!important}.vl-u-flex-direction-row-reverse--l{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse--l{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap--l{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap--l{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse--l{flex-wrap:wrap-reverse!important}}@media screen and (max-width:1023px){.vl-u-flex-align-left--m{align-items:flex-start!important}.vl-u-flex-align-flex-start--m,.vl-u-flex-align-left--m{align-items:flex-start!important}.vl-u-flex-align-center--m{align-items:center!important}.vl-u-flex-align-flex-end--m,.vl-u-flex-align-right--m{align-items:flex-end!important}.vl-u-flex-align-baseline--m{align-items:baseline!important}.vl-u-flex-align-stretch--m{align-items:stretch!important}.vl-u-flex-v-flex-start--m,.vl-u-flex-v-top--m{justify-content:flex-start!important}.vl-u-flex-v-center--m{justify-content:center!important}.vl-u-flex-v-bottom--m,.vl-u-flex-v-flex-end--m{justify-content:flex-end!important}.vl-u-flex-v-space-between--m{justify-content:space-between!important}.vl-u-flex-v-space-around--m{justify-content:space-around!important}.vl-u-flex-direction-row--m{flex-direction:row!important}.vl-u-flex-direction-column--m{flex-direction:column!important}.vl-u-flex-direction-row-reverse--m{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse--m{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap--m{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap--m{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse--m{flex-wrap:wrap-reverse!important}}@media screen and (max-width:767px){.vl-u-flex-align-left--s{align-items:flex-start!important}.vl-u-flex-align-flex-start--s,.vl-u-flex-align-left--s{align-items:flex-start!important}.vl-u-flex-align-center--s{align-items:center!important}.vl-u-flex-align-flex-end--s,.vl-u-flex-align-right--s{align-items:flex-end!important}.vl-u-flex-align-baseline--s{align-items:baseline!important}.vl-u-flex-align-stretch--s{align-items:stretch!important}.vl-u-flex-v-flex-start--s,.vl-u-flex-v-top--s{justify-content:flex-start!important}.vl-u-flex-v-center--s{justify-content:center!important}.vl-u-flex-v-bottom--s,.vl-u-flex-v-flex-end--s{justify-content:flex-end!important}.vl-u-flex-v-space-between--s{justify-content:space-between!important}.vl-u-flex-v-space-around--s{justify-content:space-around!important}.vl-u-flex-direction-row--s{flex-direction:row!important}.vl-u-flex-direction-column--s{flex-direction:column!important}.vl-u-flex-direction-row-reverse--s{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse--s{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap--s{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap--s{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse--s{flex-wrap:wrap-reverse!important}}@media screen and (max-width:500px){.vl-u-flex-align-left--xs{align-items:flex-start!important}.vl-u-flex-align-flex-start--xs,.vl-u-flex-align-left--xs{align-items:flex-start!important}.vl-u-flex-align-center--xs{align-items:center!important}.vl-u-flex-align-flex-end--xs,.vl-u-flex-align-right--xs{align-items:flex-end!important}.vl-u-flex-align-baseline--xs{align-items:baseline!important}.vl-u-flex-align-stretch--xs{align-items:stretch!important}.vl-u-flex-v-flex-start--xs,.vl-u-flex-v-top--xs{justify-content:flex-start!important}.vl-u-flex-v-center--xs{justify-content:center!important}.vl-u-flex-v-bottom--xs,.vl-u-flex-v-flex-end--xs{justify-content:flex-end!important}.vl-u-flex-v-space-between--xs{justify-content:space-between!important}.vl-u-flex-v-space-around--xs{justify-content:space-around!important}.vl-u-flex-direction-row--xs{flex-direction:row!important}.vl-u-flex-direction-column--xs{flex-direction:column!important}.vl-u-flex-direction-row-reverse--xs{flex-direction:row-reverse!important}.vl-u-flex-direction-column-reverse--xs{flex-direction:column-reverse!important}.vl-u-flex-wrap-wrap--xs{flex-wrap:wrap!important}.vl-u-flex-wrap-nowrap--xs{flex-wrap:nowrap!important}.vl-u-flex-wrap-reverse--xs{flex-wrap:wrap-reverse!important}}.vl-u-bg-alt{background-color:#f7f9fc}.vl-u-bg-error{background-color:#fbebeb}.vl-u-bg-warning{background-color:#fff9e8}.vl-u-bg-success{background-color:#ecf6ee}.vl-u-border{padding-left:3.5rem;position:relative}@media screen and (max-width:767px){.vl-u-border{padding-left:1.75rem}}.vl-u-border:after{content:"";width:.5rem;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;background:var(--vl-theme-primary-color)}.vl-u-border.vl-grid:after{height:100%;bottom:0;top:auto;left:3rem}@media screen and (max-width:767px){.vl-u-border.vl-grid:after{left:1.5rem}}.vl-u-border.vl-grid--is-stacked:after{height:calc(100% - 3rem)}@media screen and (max-width:767px){.vl-u-border.vl-grid--is-stacked:after{height:calc(100% - 1.5rem)}}.vl-u-highlight-content{padding:4.1666666667%;border:1px #cbd2da solid}.vl-u-highlight-content--alt{background:#f7f9fc;border:none}button.vl-vi{border:0;appearance:none;padding:0;outline:0}a.vl-vi{text-decoration:none}.vl-vi.vl-vi-u-hidden-text{font-size:0}.vl-vi.vl-vi-u-xs::before{font-size:.8rem}.vl-vi.vl-vi-u-s::before{font-size:1.3rem}.vl-vi.vl-vi-u-m::before{font-size:1.7rem}.vl-vi.vl-vi-u-l::before{font-size:2rem}.vl-vi.vl-vi-u-xl::before{font-size:2.2rem}.vl-vi.vl-vi-u-90deg::before{display:inline-block;transform:rotate(90deg)}.vl-vi.vl-vi-u-180deg::before{display:inline-block;transform:rotate(180deg)}.vl-vi.vl-vi-u-link::before{display:inline-block;margin-right:1rem;color:#000;font-size:1.3rem;text-decoration:none}.vl-vi.vl-vi-u-color-grey{color:#cbd2da}.vl-vi.vl-vi-u-badge{display:inline-block;border-radius:50%;text-align:center;vertical-align:middle}.vl-vi.vl-vi-u-badge::before{margin:0;vertical-align:middle;display:block}.vl-vi.vl-vi-u-badge--link{margin-right:1rem}.vl-vi.vl-vi-u-badge--link-after{margin-left:1rem}.vl-vi.vl-vi-u-badge--positive{background-color:#3ca854;color:#ecf6ee}.vl-vi.vl-vi-u-badge--positive:focus,.vl-vi.vl-vi-u-badge--positive:hover,a:focus .vl-vi.vl-vi-u-badge--positive,a:hover .vl-vi.vl-vi-u-badge--positive{background-color:#3ca854;color:#ecf6ee}.vl-vi.vl-vi-u-badge--action{background-color:#05c;color:#e6eefa}.vl-vi.vl-vi-u-badge--action:focus,.vl-vi.vl-vi-u-badge--action:hover,a:focus .vl-vi.vl-vi-u-badge--action,a:hover .vl-vi.vl-vi-u-badge--action{background-color:#003bb0;color:#e6eefa}.vl-vi.vl-vi-u-badge--negative{background-color:#db3434;color:#fbebeb}.vl-vi.vl-vi-u-badge--negative:focus,.vl-vi.vl-vi-u-badge--negative:hover,a:focus .vl-vi.vl-vi-u-badge--negative,a:hover .vl-vi.vl-vi-u-badge--negative{background-color:#af2929;color:#fbebeb}.vl-vi.vl-vi-u-badge--warning{background-color:#ffc515;color:#fff9e8}.vl-vi.vl-vi-u-badge--neutral{background-color:#f7f9fc;color:#333332}.vl-vi.vl-vi-u-badge--neutral:focus,.vl-vi.vl-vi-u-badge--neutral:hover,a:focus .vl-vi.vl-vi-u-badge--neutral,a:hover .vl-vi.vl-vi-u-badge--neutral{background-color:#05c;color:#e6eefa}.vl-vi.vl-vi-u-badge--light{background-color:#fff;color:#333332}.vl-vi.vl-vi-u-badge--light:focus,.vl-vi.vl-vi-u-badge--light:hover,a:focus .vl-vi.vl-vi-u-badge--light,a:hover .vl-vi.vl-vi-u-badge--light{background-color:#05c;color:#e6eefa}.vl-vi.vl-vi-u-badge--xxsmall{width:1.8rem;height:1.8rem;line-height:1.8rem}.vl-vi.vl-vi-u-badge--xxsmall::before{font-size:.8rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--xxsmall{width:1.5rem;height:1.5rem;line-height:1.5rem}.vl-vi.vl-vi-u-badge--xxsmall::before{font-size:.7rem}}.vl-vi.vl-vi-u-badge--xsmall{width:1.8rem;height:1.8rem;line-height:1.8rem}.vl-vi.vl-vi-u-badge--xsmall::before{font-size:1.3rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--xsmall{width:1.5rem;height:1.5rem;line-height:1.5rem}.vl-vi.vl-vi-u-badge--xsmall::before{font-size:1.1rem}}.vl-vi.vl-vi-u-badge--small{width:2.6rem;height:2.6rem;line-height:2.6rem}.vl-vi.vl-vi-u-badge--small::before{font-size:1.3rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--small{width:2.2rem;height:2.2rem;line-height:2.2rem}.vl-vi.vl-vi-u-badge--small::before{font-size:1.2rem}}.vl-vi.vl-vi-u-badge--medium{width:4rem;height:4rem;line-height:4rem}.vl-vi.vl-vi-u-badge--medium::before{font-size:2rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--medium{width:3rem;height:3rem;line-height:3rem}.vl-vi.vl-vi-u-badge--medium::before{font-size:1.5rem}}.vl-vi.vl-vi-u-badge--large{width:5rem;height:5rem;line-height:5rem}.vl-vi.vl-vi-u-badge--large::before{font-size:2.5rem}@media screen and (max-width:767px){.vl-vi.vl-vi-u-badge--large{width:4rem;height:4rem;line-height:4rem}.vl-vi.vl-vi-u-badge--large::before{font-size:2rem}}.vl-u-mark{background-color:transparent;box-shadow:inset 0 -10px 0 0 rgba(255,197,21,.3)}.vl-u-mark--accent{background-color:transparent;box-shadow:inset 0 -10px 0 0 var(--vl-theme-primary-color-rgba-30)}.vl-u-mark--info{background-color:transparent;box-shadow:inset 0 -10px 0 0 rgba(203,210,218,.4)}.vl-u-mark--success{background-color:transparent;box-shadow:inset 0 -10px 0 0 rgba(60,168,84,.2)}.vl-u-mark--warning{background-color:transparent;box-shadow:inset 0 -10px 0 0 rgba(255,197,21,.2)}.vl-u-mark--error{background-color:transparent;box-shadow:inset 0 -10px 0 0 rgba(219,52,52,.2)}@media screen and (max-width:767px){.vl-u-mobile-no-equal-height{min-height:0!important}}.js-vl-clamp-useless{display:none!important}.js .js-vl-show-checked{display:none}.js .js-vl-show-checked--open{display:block}.js.vl-flexbox .js-vl-col-float-right{position:absolute;z-index:1;padding-bottom:3rem;right:0}@media screen and (max-width:767px){.js.vl-flexbox .js-vl-col-float-right{position:static;padding-bottom:0;margin-top:1.5rem}}@media screen and (max-width:767px){.js-vl-col-float-right--pushed{margin-top:0!important}}[data-vl-show-on-select-content]{display:none}[data-vl-show-on-select-content][data-vl-show=true]{display:block}.vl-u-offset--spacing{padding:0 4.1666666667% 1rem}.vl-u-offset--left{margin-left:-4.1666666667%}@media screen and (max-width:1023px){.vl-u-offset--left{margin-left:0;margin-right:0}}.vl-u-offset--left.vl-u-offset--spacing{padding-left:0}.vl-u-offset--right{margin-right:-4.1666666667%}@media screen and (max-width:1023px){.vl-u-offset--right{margin-left:0;margin-right:0}}.vl-u-offset--right.vl-u-offset--spacing{padding-right:0}.vl-u-float-right{float:right!important}.vl-u-float-left{float:left!important}.vl-u-float-none{float:none!important}.vl-u-display-block{display:block!important}.vl-u-display-inline-block{display:inline-block!important}.vl-u-display-flex{display:flex!important}.vl-u-display-inline-flex{display:inline-flex!important}.vl-u-clearfix::after,.vl-u-clearfix::before{content:"";display:table}.vl-u-clearfix::after{clear:both}.vl-u-no-overflow{overflow:hidden}.vl-u-position-relative{position:relative}.vl-u-named-target::before,.vl-u-offset::before{content:"";display:block;height:90px;margin:-90px 0 0;z-index:-1;position:relative}.vl-u-named-target-wrapper{position:relative}.vl-u-named-target-dummy:empty,.vl-u-offset-dummy:empty{display:block;position:absolute;top:0;margin-top:-90px;height:1px;width:1px;visibility:hidden;opacity:0}.vl-u-inline-list{display:inline-block;vertical-align:top}@media print{.vl-u-hide-on-print{display:none}.vl-u-show-on-print{display:block}footer,header{display:none}.vl-main-content footer,.vl-main-content header,[role=main] footer,[role=main] header,main footer,main header{display:block}.iwgf2,.iwgf3,.iwgh2,.iwgh3{display:none}}.vl-u-hr{border:0;border-bottom:1px solid #cbd2da;margin-top:0;margin-bottom:0}.vl-u-hr--wave{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='19' viewBox='0 0 100 19' %3E%3Cpath d='M0,3.5c12.5,0,12.5,12,25,12s12.5-12,25-12,12.5,12,25,12,12.5-12,25-12' fill='none' stroke='%23d2d7dd' stroke-miterlimit='10' stroke-width='6'/%3E%3C/svg%3E") repeat-x;background-size:20px 4px;height:4px;border-bottom:0}.vl-u-hr--dashed{min-height:6px;border:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.04 5.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bec5cf;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' x='1.01' y='3.99' width='1.01' height='1'/%3E%3Crect class='cls-1' y='4.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='3.02' y='2' width='1.01' height='1'/%3E%3Crect class='cls-1' x='2.01' y='2.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='5.04' width='1.01' height='1'/%3E%3Crect class='cls-1' x='4.03' y='1' width='1.01' height='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat-x;background-size:6px 6px}::selection{background-color:var(--vl-theme-primary-color-rgba-30)}::-moz-selection{background-color:var(--vl-theme-primary-color-rgba-30)}.vl-u-spacer{margin-bottom:2rem}.vl-u-spacer--xsmall{margin-bottom:1rem}.vl-u-spacer--small{margin-bottom:1.5rem}.vl-u-spacer--medium{margin-bottom:3rem}.vl-u-spacer--large{margin-bottom:6rem}@media screen and (max-width:767px){.vl-u-spacer--large{margin-bottom:3rem}}.vl-u-spacer--none{margin-bottom:0}.js-vl-sticky-placeholder{position:relative}@media screen and (max-width:767px){.js-vl-sticky-placeholder{height:auto!important}}.js-vl-sticky--absolute{position:absolute}.js-vl-sticky--fixed{position:fixed}.vl-u-sticky{top:0;position:sticky}.vl-u-sticky-gf{display:flex;flex-direction:column;min-height:100vh}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.vl-u-sticky-gf{display:block}}.vl-u-sticky-gf .vl-page{flex:1}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.vl-u-sticky-gf .vl-page{overflow:hidden}}.vl-u-text--ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vl-u-text--uppercase{text-transform:uppercase}.vl-u-text--lowercase{text-transform:lowercase}.vl-u-text--capitalize::first-letter{text-transform:uppercase}.vl-u-text--success{color:#3ca854}.vl-u-text--warning{color:#ffc515}.vl-u-text--error{color:#db3434}.vl-u-text--bold{font-weight:500}.vl-u-text--italic{font-style:italic}.vl-u-text--small{font-size:1.4rem!important}.vl-u-text--xsmall{font-size:1.2rem!important}.vl-u-text--xxsmall{font-size:1rem!important}.vl-u-text--marked,mark{background-color:transparent;box-shadow:inset 0 -10px 0 0 rgba(255,197,21,.3)}@media screen and (min-width:1023px){.vl-u-visible--l{display:block!important}}@media screen and (max-width:1023px){.vl-u-visible--m{display:block!important}}@media screen and (max-width:767px){.vl-u-visible--s{display:block!important}}@media screen and (max-width:500px){.vl-u-visible--xs{display:block!important}}.vl-u-hidden{display:none}@media screen and (min-width:1023px){.vl-u-hidden--l{display:none!important}}@media screen and (max-width:1023px){.vl-u-hidden--m{display:none!important}}@media screen and (max-width:767px){.vl-u-hidden--s{display:none!important}}@media screen and (max-width:500px){.vl-u-hidden--xs{display:none!important}}.vl-u-whitespace{white-space:normal}.vl-u-whitespace--nowrap{white-space:nowrap}.vl-u-whitespace--pre{white-space:pre}.vl-u-whitespace--pre-line{white-space:pre-line}.vl-u-whitespace--pre-wrap{white-space:prewrap}.vl-u-whitespace--unset{white-space:unset}.vl-u-whitespace--break-spaces{white-space:break-spaces} diff --git a/src/style.css.map b/src/style.css.map index 764734bbf..f2b67ef7e 100644 --- a/src/style.css.map +++ b/src/style.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_icon-font.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_icons.scss","../node_modules/@govflanders/vl-ui-core/src/scss/generic/_reset.scss","../node_modules/@govflanders/vl-ui-core/src/scss/generic/_base.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_fonts.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_colorsRaw.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_typography.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_media.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_mobile.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_typography.scss","../node_modules/@govflanders/vl-ui-core/src/scss/generic/_typography.scss","../node_modules/@govflanders/vl-ui-core/src/scss/generic/_iconfont.scss","../node_modules/@govflanders/vl-ui-core/src/scss/element/_anchor.scss","../node_modules/@govflanders/vl-ui-core/src/scss/element/_image.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/grid/_grid.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/grid/_generate.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_spacing.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/layout/_frame.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/layout/_region.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/layout/_layout.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_page.scss","../node_modules/@govflanders/vl-ui-modal/src/scss/_modal.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_backdrop.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_colors.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_general.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_accessibility.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_animation.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_align.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_background.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_border.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_icons.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_js.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_offset.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_positioning.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_fallbacks.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_print.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_ruler.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/util/_hr.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_selection.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_spacer.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/util/_spacer.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_sticky.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_typography.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_visibility.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_whitespace.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/util/_whitespace.scss"],"names":[],"mappings":";AAiCE;EA9BA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EA0BE;;AAIA;EACE;EACA;;;ACtCJ;EACE;;;AASF;EACE;;;AASF;EACE;;;AASF;EACE;;;AASF;EACE;;;AAUF;EACE;EACA;;;AASF;EACE;EACA;;;AC/DJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AACA;AAAA;EAEE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;AAAA;EAEE;EACA;;;AAEF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AClEF;EACE;;AAEA;EAEE;;;AAIJ;EACE;EACA,aCZa;EDab;;;AAGF;EAGE;EACA;EACA,YEfS;EFgBT,OEVc;EFWd,WGvBkB;EHwBlB,aGvBoB;EHwBpB;EACA;EACA;;AIpBE;EJSJ;IAcI,WKtBuB;ILuBvB,aKtByB;;;AL0B3B;EACE;EACA;;AI1BA;EJwBF;IAKI;;;AIzBF;EJoBF;IASI;;;AIrCF;EJ4BF;IAaI;;;AI7CF;EJgCF;IAiBI;;;AIzBF;EJQF;IAqBI;;;;AMpDJ;EACE,aCFoB;EDGpB,KACA;EAEA,aCDoG;EDEpG,YCFyG;;ADJ3G;EACE,aCFoB;EDGpB,KACA;EAEA;EACA,YCD2G;;ADL7G;EACE,aCFoB;EDGpB,KACA;EAEA,aCCqG;EDArG;;AANF;EACE,aCFoB;EDGpB,KACA;EAEA,aCEmG;EDDnG,YCCwG;;ADP1G;EACE,aCFoB;EDGpB,KACA;EAEA,aCIsG;EDHtG,YCG2G;;ADT7G;EACE,aCFoB;EDGpB,KACA;EAEA,aCKwG;EDJxG,YCI6G;;ADV/G;EACE,aCFoB;EDGpB,KACA;EAEA,aCMuG;EDLvG,YCK4G;;ADX9G;EACE,aCFoB;EDGpB,KACA;EAEA,aCOqG;EDNrG,YCM0G;;ADZ5G;EACE,aCD0B;EDE1B,KACA;EAEA,aCSiH;EDRjH,YCQsH;;ADdxH;EACE,aCD0B;EDE1B,KACA;EAEA,aCUmH;EDTnH,YCSwH;;ADf1H;EACE,aCD0B;EDE1B,KACA;EAEA,aCWkH;EDVlH,YCUuH;;ADhBzH;EACE,aCD0B;EDE1B,KACA;EAEA,aCYgH;EDXhH,YCWqH;;ADjBvH;EACE,aEJa;EFKb,KACA;EAEA,aELyE;EFMzE,YENiF;;AAInF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AC55QJ;EACE,OPuCgB;EOtChB;EACA;;AAEA;EAEE;EACA,OPkCc;;;AO5BhB;AAAA;EACE;;;AAIJ;EACE,aRpBa;EQqBb;;;ACpBF;EACE;EACA;EACA;EACA;EACA;EACA,kBRQe;;;AS0Ff;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAYF;EACE;EACA,cA0bgB;EAzbhB;;;AAaF;EACE;;;AAIF;EACE;;;AAsBF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AASF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAQF;EACE;;;AAYF;EACE;;;AA0DA;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AAjJJ;EACE;;;AAIF;EACE,YAwZgB;;;AAjQlB;EACE;;;AAYA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAaJ;EACE;;;AAnRA;EAyCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AAnRA;EAyCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AA3QA;EAiCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AA3QA;EAiCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AA3QA;EAiCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AP5TA;EO4NA;IACE;IACA;;;AA5IJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAYF;EACE;EACA,cA0bgB;EAzbhB;;;AAaF;EACE;;;AAIF;EACE;;;AAsBF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AASF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAQF;EACE;;;AAYF;EACE;;;AA0DA;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AAjJJ;EACE;;;AAIF;EACE,YAwZgB;;;AAjQlB;EACE;;;AAYA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAaJ;EACE;;;AA3QA;EAiCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AP5TA;EO4NA;IACE;IACA;;;ACxOJ;EACE;;AAEA;EACE,eCZa;;ADejB;EACE;;AAEA;EACE,eCtBa;;;ACFnB;EACE;EACA;EACA,kBZGS;;AYCL;EACE;;AVDJ;EUAE;IAII;;;;AAOV;EACE;EACA;;;ACnBF;EACE;EACA;;AXIE;EWNJ;IAKI;;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;;AAIJ;EACE;;;AAIF;EACE,kBbbe;;;AaiBjB;AAAA;EAEE,aF7BiB;;ATEf;EWyBJ;AAAA;IAKI,aFjCgB;;;;AEqCpB;EACE,aFrCiB;;ATEf;EWkCJ;IAII,aF1CgB;;;;AE8CpB;EACE;;AX3CE;EW0CJ;IAII;;;;AAIJ;EACE;;AXnDE;EWkDJ;IAII;;;;AAIJ;EACE;;AAEA;EACE,kBb/DO;;;AcLX;EACE;EACA;EACA;EACA,WCHuB;EDIvB;;AZKE;EYVJ;IAQI;IACA,WCVgB;IDWhB,WCTqB;;;AbKrB;EYNJ;IAcI;IACA;IACA;;;;AETF;EACE;;AAGF;AAAA;ECXA;EACA;EACA;EACA;EACA;EACA;EACA,kBCoCc;EDnCd;;;ADUF;EACE;EACA;EACA,OArBe;EAsBf;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBhBvBS;EgBwBT;EACA,YG9BmB;EH+BnB;EACA;;AAEA;EClCA;EACA;EACA;EACA;EACA;EACA;EACA,kBCoCc;EDnCd;;AD+BA;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;;AAGF;EACE,OApDqB;;AAuDvB;EACE,OAvDoB;;AdKpB;EcWJ;IA2CI,SAzDqB;;;;AA6DzB;EACE;EACA,ajBlEe;EiBmEf;EACA,eAhEyB;;;AAmE3B;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIE;EACE,OhBhDY;;AEjCd;EciEJ;IAqBI;IACA;;;AAGF;EAGE;EACA;EACA;;ArB5EF;EAvBA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AWw1EA;EACE;;AU3vEA;EACE;;;AIzGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACVF;EACE;IACE;IACA;;EAGF;IACE;IACA;;;AAKJ;EACE;IAKE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AC5BJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;ApBOE;EoBFA;IACE;;;EAGF;IACE;;;EAGF;IACE;;;ApBfF;EoBMA;IACE;;;EAGF;IACE;;;EAGF;IACE;;;ApBnBF;EoBUA;IACE;;;EAGF;IACE;;;EAGF;IACE;;;ApBvBF;EoBcA;IACE;;;EAGF;IACE;;;EAGF;IACE;;;AAON;AAAA;EAEE;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;ApBnFE;EoBwFA;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;ApBzKF;EoBgGA;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;ApB7KF;EoBoGA;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;ApBjLF;EoBwGA;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;ACpLN;EACE,kBvBce;;;AwB8BjB;EA3CE,cAD0E;EAE1E;;AtBIE;EsBsCJ;IAvCI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YxBmCQ;;AwB/BR;EACE;EACA;EACA;EACA,MbtBc;;ATGhB;EsBeA;IAOI,Mb3BW;;;AagCb;EACE;;AtB5BJ;EsB2BE;IAII;;;;ACrCV;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAKA;EACE;;AAIF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAIF;EACE;EACA;;AAIF;EACE;EACA;;AAIF;EACE;EACA;EACA,OzBhDO;EyBiDP;EACA;;AAIF;EACE,OzBhDO;;AyBoDT;EACE;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAKF;EACE;EACA;;AAEA;EAIE;EACA;;AATJ;EACE;EACA;;AAEA;EAIE;EACA;;AATJ;EACE;EACA;;AAEA;EAIE;EACA;;AATJ;EACE;EACA;;AAFF;EACE;EACA;;AAEA;EAIE;EACA;;AATJ;EACE;EACA;;AAEA;EAIE;EACA;;AAMJ;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;AAfN;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;AAfN;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;AAfN;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;AAfN;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;;AvBhHN;EwBJJ;IAEI;;;;AAQJ;EACE;;;AAGF;EACE;;AAEA;EACE;;;AAKJ;EAEE;EACA;EACA,gBf1BkB;Ee2BlB;;AxBxBE;EwBmBJ;IAQI;IACA;IACA,YflCe;;;;ATKf;EwBiCJ;IAEI;;;;AAKJ;EACE;;AAEA;EACE;;;ACrCJ;EACE;;;AAGF;EAbI;;AzBEA;EyBWJ;IATI;IACA;;;AAeF;EACE;;;AAIJ;EAvBI;;AzBAA;EyBuBJ;IArBI;IACA;;;AA2BF;EACE;;;ACnCJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AC5BA;EAEE;EACA;;AAGF;EACE;;;AD6BJ;EACE;;;AAIF;EACE;;;AAMA;AAAA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;;;AAKA;AAAA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACE;EACA;;;AEhFF;EAEE;IACE;;;EAGF;IACE;;;EAIF;AAAA;IAEE;;EAEA;AAAA;AAAA;AAAA;IAGE;;;EAKJ;AAAA;AAAA;AAAA;IAIE;;;AC1BJ;ECAE;EACA;EACA;EACA;;;ACFF;EACE;;;AAGF;EACE;;;ACPF;ECCE,exBEkB;;;AuBCpB;ECCE,exBJkB;;;AuBOpB;ECCE,exBPiB;;;AuBUnB;ECCE,exBTkB;;;AuBYpB;ECCE,exBZiB;;ATEf;EgCSJ;ICII,exBhBgB;;;;AuBgBpB;ECKE;;;ACzBF;EACE;;AlCME;EkCPJ;IAII;;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;AAGA;EANF;IAOI;;;AAGF;EACE;;AAEA;EAHF;IAII;;;;AClCN;EjCcE;EACA;EACA;;;AiCZF;EjCgBE;;;AiCZF;EjCgBE;;;AAIA;EACE;;;AiCbJ;EjCkBE,OJyCW;;;AqCvDb;EjCkBE,OJaS;;;AqC3BX;EjCkBE,OJkBS;;;AqChCX;EjCkBE;;;AiCdF;EjCkBE;;;AiCdF;EjCkBE;;;AiCdF;EjCkBE;;;AiCdF;EjCkBE;;;AiCdF;AAAA;EjCkBE,YJdU;EIeV;EACA,OJzDc;;;AEOZ;EoCfE;IACE;;;ApCMJ;EoCPE;IACE;;;ApCEJ;EoCHE;IACE;;;ApCFJ;EoCCE;IACE;;;;AAOR;EACE;;ApCME;EoCFE;IACE;;;ApCPJ;EoCME;IACE;;;ApCXJ;EoCUE;IACE;;;ApCfJ;EoCcE;IACE;;;;AClBR;ECCE,aADyB;;;ADI3B;ECHE,aDIsB;;;AAGxB;ECPE,aDQsB;;;AAGxB;ECXE,aDYsB;;;AAGxB;ECfE,aDgBsB;;;AAGxB;ECnBE,aDoBsB;;;AAGxB;ECvBE,aDwBsB","file":"style.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../node_modules/@govflanders/vl-ui-core/src/scss/setting/_colors.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_icon-font.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_icons.scss","../node_modules/@govflanders/vl-ui-core/src/scss/generic/_reset.scss","../node_modules/@govflanders/vl-ui-core/src/scss/generic/_base.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_fonts.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_colorsRaw.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_typography.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_media.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_mobile.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_typography.scss","../node_modules/@govflanders/vl-ui-core/src/scss/generic/_typography.scss","../node_modules/@govflanders/vl-ui-core/src/scss/generic/_iconfont.scss","../node_modules/@govflanders/vl-ui-core/src/scss/element/_anchor.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_general.scss","../node_modules/@govflanders/vl-ui-core/src/scss/element/_image.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/grid/_grid.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/grid/_generate.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_spacing.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/layout/_frame.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/layout/_region.scss","../node_modules/@govflanders/vl-ui-core/src/scss/object/layout/_layout.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_page.scss","../node_modules/@govflanders/vl-ui-modal/src/scss/_modal.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_backdrop.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_accessibility.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_animation.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_align.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_background.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_border.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_highlight-content.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_icons.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_mark.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/util/_mark.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_js.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_offset.scss","../node_modules/@govflanders/vl-ui-core/src/scss/setting/_offset.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_positioning.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/_fallbacks.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_print.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_ruler.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/util/_hr.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_selection.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_spacer.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/util/_spacer.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_sticky.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_typography.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_visibility.scss","../node_modules/@govflanders/vl-ui-util/src/scss/util/_whitespace.scss","../node_modules/@govflanders/vl-ui-core/src/scss/tool/mixin/util/_whitespace.scss"],"names":[],"mappings":";AAUA;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;;;ACqBA;EApCA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAgCE;EACA;;AAIA;EACE;EACA;EACA;;;AC9CJ;EACE;;;AASF;EACE;;;AASF;EACE;;;AASF;EACE;;;AASF;EACE;;;AAUF;EACE;EACA;;;AASF;EACE;EACA;;;AC/DJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AACA;AAAA;EAEE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;AAAA;EAEE;EACA;;;AAEF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;ACtEF;EACE;;AAEA;EAEE;;;AAIJ;EACE;EACA,aCZa;EDab;;;AAGF;EAGE;EACA;EACA,YEfS;EFgBT,OEgCc;EF/Bd,WGvBkB;EHwBlB,aGtBoB;EHuBpB;EACA;EACA;;AIpBE;EJSJ;IAcI,WKtBuB;ILuBvB,aKtByB;;;AL0B3B;EACE;EACA;;AI1BA;EJwBF;IAKI;;;AIzBF;EJoBF;IASI;;;AIrCF;EJ4BF;IAaI;;;AI7CF;EJgCF;IAiBI;;;AIzBF;EJQF;IAqBI;;;;AMpDJ;EACE,aCFoB;EDGpB,KACA;EAEA,aCDoG;EDEpG,YCFyG;;ADJ3G;EACE,aCFoB;EDGpB,KACA;EAEA;EACA,YCD2G;;ADL7G;EACE,aCFoB;EDGpB,KACA;EAEA,aCCqG;EDArG;;AANF;EACE,aCFoB;EDGpB,KACA;EAEA,aCEmG;EDDnG,YCCwG;;ADP1G;EACE,aCFoB;EDGpB,KACA;EAEA,aCIsG;EDHtG,YCG2G;;ADT7G;EACE,aCFoB;EDGpB,KACA;EAEA,aCKwG;EDJxG,YCI6G;;ADV/G;EACE,aCFoB;EDGpB,KACA;EAEA,aCMuG;EDLvG,YCK4G;;ADX9G;EACE,aCFoB;EDGpB,KACA;EAEA,aCOqG;EDNrG,YCM0G;;ADZ5G;EACE,aCD0B;EDE1B,KACA;EAEA,aCSiH;EDRjH,YCQsH;;ADdxH;EACE,aCD0B;EDE1B,KACA;EAEA,aCUmH;EDTnH,YCSwH;;ADf1H;EACE,aCD0B;EDE1B,KACA;EAEA,aCWkH;EDVlH,YCUuH;;ADhBzH;EACE,aCD0B;EDE1B,KACA;EAEA,aCYgH;EDXhH,YCWqH;;ADjBvH;EACE,aEJa;EFKb,KACA;EAEA,aELyE;EFMzE,YENiF;;AAInF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AAcF;EACE;;;AAKF;EACE;;;AC55QJ;EACE,OPyCgB;EOxChB;EACA;;AAEA;EAEE;EACA,OP2Ec;;AOxEhB;EAEI,OP8GM;;;AOvGV;AAAA;EACE;EACA,YCnBkB;;;ADuBtB;EACE,aR3Ba;EQ4Bb;;;AE3BF;EACE;EACA;EACA;EACA;EACA;EACA,kBTkDe;;;AUgDf;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAYF;EACE;EACA,cA0bgB;EAzbhB;;;AAaF;EACE;;;AAIF;EACE;;;AAsBF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AASF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAQF;EACE;;;AAYF;EACE;;;AA0DA;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AAjJJ;EACE;;;AAIF;EACE,YAwZgB;;;AAjQlB;EACE;;;AAYA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAaJ;EACE;;;AAnRA;EAyCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AAnRA;EAyCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AA3QA;EAiCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AA3QA;EAiCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AA3QA;EAiCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AR5TA;EQ4NA;IACE;IACA;;;AA5IJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAYF;EACE;EACA,cA0bgB;EAzbhB;;;AAaF;EACE;;;AAIF;EACE;;;AAsBF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AASF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAQF;EACE;;;AAYF;EACE;;;AA0DA;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AARF;EAME;EACA;EACA;;;AAjJJ;EACE;;;AAIF;EACE,YAwZgB;;;AAjQlB;EACE;;;AAYA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAaJ;EACE;;;AA3QA;EAiCF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;EAYF;IACE;IACA,cA0bgB;IAzbhB;;;EAaF;IACE;;;EAIF;IACE;;;EAsBF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EASF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAQF;IACE;;;EAYF;IACE;;;EA0DA;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EARF;IAME;IACA;IACA;;;EAjJJ;IACE;;;EAIF;IACE,YAwZgB;;;EAjQlB;IACE;;;EAYA;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EADF;IACE;;;EAaJ;IACE;;;AR5TA;EQ4NA;IACE;IACA;;;ACxOJ;EACE;;AAEA;EACE,eCZa;;ADejB;EACE;;AAEA;EACE,eCtBa;;;ACFnB;EACE;EACA;EACA,kBbGS;;AaCL;EACE;;AXDJ;EWAE;IAII;;;;AAOV;EACE;EACA;;;AChBF;EACE;EACA;;AZCE;EYHJ;IAKI;;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;;AAIJ;EACE;;;AAIF;EACE,kBd0Be;;;AcvBjB;EACE;EAMA;;AAEA;EACE;EACA;EACA;EACA,YdzCO;;Ac2CP;EANF;IAOI;;;AZvCF;EYgCF;IAWI;IACA;;;;AAKN;EACE;;;AAIF;AAAA;EAEE,aF9DiB;;AVEf;EY0DJ;AAAA;IAKI,aFlEgB;;;;AEsEpB;EACE,aFtEiB;;AVEf;EYmEJ;IAII,aF3EgB;;;;AE+EpB;EACE;;AZ5EE;EY2EJ;IAII;;;;AAIJ;EACE;;AZpFE;EYmFJ;IAII;;;;AAIJ;EACE;;AAEA;EACE,kBdhGO;;;AeLX;EACE;EACA;EACA;EACA,WCHuB;EDIvB;;AbKE;EaVJ;IAQI;IACA,WCVgB;IDWhB,WCTqB;;;AdKrB;EaNJ;IAcI;IACA;IACA;;;;AETF;EACE;;AAGF;AAAA;ECXA;EACA;EACA;EACA;EACA;EACA;EACA,kBxB8Dc;EwB7Dd;;;ADUF;ECjBE;EACA;EACA;EACA;EACA;EACA;EACA,kBxB8Dc;EwB7Dd;;ADaA;EACE;;;AAIJ;EACE;EACA;EACA,OA7Be;EA8Bf;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBjB/BS;EiBgCT;EACA,YTtCmB;ESuCnB;EACA;;AAEA;EC1CA;EACA;EACA;EACA;EACA;EACA;EACA,kBxB8Dc;EwB7Dd;;ADuCA;EAEE;;AAEA;EACE;;AAIJ;EACE;EACA;;AAGF;EACE,OA7DqB;;AAgEvB;EACE,OAhEoB;;AAmEtB;EAEE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;Af7EA;EemBJ;IA8DI,SApFqB;;;;AAwFzB;AAAA;EAEE;;;AAEF;AAAA;EAEE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAEF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAEF;AAAA;EAEE;;;AAIF;EACE;EACA,alBhIe;EkBiIf;EACA,eA9HyB;;;AAiI3B;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIE;EACE,OjB5GY;;AEnCd;Ee+HJ;IAqBI;IACA;;;AAGF;EAGE;EACA;EACA;;AtBpIF;EA7BA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AWw1EA;EACE;;;Aan2EJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACVF;EACE;IACE;IACA;;EAGF;IACE;IACA;;;AAKJ;EACE;IAKE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AC5BJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AnBOE;EmBFA;IACE;;;EAGF;IACE;;;EAGF;IACE;;;AnBfF;EmBMA;IACE;;;EAGF;IACE;;;EAGF;IACE;;;AnBnBF;EmBUA;IACE;;;EAGF;IACE;;;EAGF;IACE;;;AnBvBF;EmBcA;IACE;;;EAGF;IACE;;;EAGF;IACE;;;AAON;AAAA;EAEE;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AnBnFE;EmBwFA;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;AnBzKF;EmBgGA;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;AnB7KF;EmBoGA;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;AnBjLF;EmBwGA;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;AAAA;IAEE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;EAGF;IACE;;;ACpLN;EACE,kBtBwDe;;;AsBrDjB;EACE,kB5BuEkB;;;A4BpEpB;EACE,kB5B4EoB;;;A4BzEtB;EACE,kB5B+EoB;;;A6B/CtB;EA3CE,cAD0E;EAE1E;;ArBIE;EqBsCJ;IAvCI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,Y7BoCc;;A6BhCd;EACE;EACA;EACA;EACA,MXtBc;;AVGhB;EqBeA;IAOI,MX3BW;;;AWgCb;EACE;;ArB5BJ;EqB2BE;IAII;;;;ACtCV;EACE;EACA;;;AAGF;EACE,YxBmDe;EwBlDf;;;ACNF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAKA;EACE;;AAIF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAIF;EACE;EACA;;AAIF;EACE;EACA;;AAIF;EACE;EACA;EACA,OzBhDO;EyBiDP;EACA;;AAIF;EACE,OzBNO;;AyBUT;EACE;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAKF;EACE;EACA;;AAEA;EAIE;EACA;;AATJ;EACE;EACA;;AAEA;EAIE;EACA;;AATJ;EACE;EACA;;AAEA;EAIE;EACA;;AATJ;EACE;EACA;;AAFF;EACE;EACA;;AAEA;EAIE;EACA;;AATJ;EACE;EACA;;AAEA;EAIE;EACA;;AAMJ;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;AAfN;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;AAfN;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;AAfN;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;AAfN;EACE;EACA;EACA;;AAEA;EACE;;AvBvGJ;EuBiGA;IAUI;IACA;IACA;;EAEA;IACE;;;;ACvHV;ECKE;EAGE;;;ADJJ;ECCE;EAME;;;ADHJ;ECHE;EASE;;;ADFJ;ECPE;EAYE;;;ADDJ;ECXE;EAeE;;;ADAJ;ECfE;EAkBE;;;AzBhBA;E0BJJ;IAEI;;;;AAQJ;EACE;;;AAGF;EACE;;AAEA;EACE;;;AAKJ;EAEE;EACA;EACA,gBhB1BkB;EgB2BlB;;A1BxBE;E0BmBJ;IAQI;IACA;IACA,YhBlCe;;;;AVKf;E0BiCJ;IAEI;;;;AAKJ;EACE;;AAEA;EACE;;;ACnDJ;EACE;;;AAGF;ECCI;;A5BMA;E2BPJ;ICKI;IACA;;;ADCF;EACE;;;AAIJ;ECTI;;A5BIA;E2BKJ;ICPI;IACA;;;ADaF;EACE;;;AErBJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AC5BA;EAEE;EACA;;AAGF;EACE;;;AD6BJ;EACE;;;AAIF;EACE;;;AAMA;AAAA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;;;AAKA;AAAA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACE;EACA;;;AEhFF;EAEE;IACE;;;EAGF;IACE;;;EAIF;AAAA;IAEE;;EAEA;AAAA;AAAA;AAAA;IAGE;;;EAKJ;AAAA;AAAA;AAAA;IAIE;;;AC1BJ;ECCI;EACA;EACA;EACA;;ADDF;ECKE;EACA;EACA;EDLA;;AAGF;ECME;EACA;EACA;EACA;;;AChBJ;EACE,kB1CsDwB;;;A0CnD1B;EACE,kB1CkDwB;;;A2CzD1B;ECCE,e1BEkB;;;AyBCpB;ECCE,e1BJkB;;;AyBOpB;ECCE,e1BPiB;;;AyBUnB;ECCE,e1BTkB;;;AyBYpB;ECCE,e1BZiB;;AVEf;EmCSJ;ICII,e1BhBgB;;;;AyBgBpB;ECKE;;;ACzBF;EACE;;ArCME;EqCPJ;IAII;;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;AAGA;EANF;IAOI;;;AAGF;EACE;;AAEA;EAHF;IAII;;;;AClCN;EpCcE;EACA;EACA;;;AoCZF;EpCgBE;;;AoCZF;EpCgBE;;;AAIA;EACE;;;AoCbJ;EpCkBE,OJTiB;;;AwCLnB;EpCkBE,OJHS;;;AwCXX;EpCkBE,OJyDS;;;AwCvEX;EpCkBE;;;AoCdF;EpCkBE;;;AoCdF;EpCkBE;;;AoCdF;EpCkBE;;;AoCdF;EpCkBE;;;AoCdF;AAAA;Eb5CE;EAGE;;;AzBWA;EuCfE;IACE;;;AvCMJ;EuCPE;IACE;;;AvCEJ;EuCHE;IACE;;;AvCFJ;EuCCE;IACE;;;;AAOR;EACE;;AvCME;EuCFE;IACE;;;AvCPJ;EuCME;IACE;;;AvCXJ;EuCUE;IACE;;;AvCfJ;EuCcE;IACE;;;;AClBR;ECCE,aADyB;;;ADI3B;ECHE,aDIsB;;;AAGxB;ECPE,aDQsB;;;AAGxB;ECXE,aDYsB;;;AAGxB;ECfE,aDgBsB;;;AAGxB;ECnBE,aDoBsB;;;AAGxB;ECvBE,aDwBsB","file":"style.css"} \ No newline at end of file