diff --git a/.eslintrc.js b/.eslintrc.js
index 7085cd0ab..c0057af7a 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -53,6 +53,7 @@ module.exports = {
           './apps/pdc-frontend/tsconfig.json',
           './apps/pdc-dashboard/tsconfig.json',
           './apps/pdc-dashboard/src/admin/tsconfig.json',
+          './apps/vth-frontend/tsconfig.json',
           './apps/vth-dashboard/tsconfig.json',
           './apps/vth-dashboard/src/admin/tsconfig.json',
           './packages/catalogi-data/tsconfig.json',
diff --git a/README.md b/README.md
index d57b2b3ac..0e24794e4 100644
--- a/README.md
+++ b/README.md
@@ -61,25 +61,25 @@ You can now create products and FAQ items using the Content Manager and view the
 
 ## Environments Variables Types
 
-| No. | Variable name                | Description                                                                                        | Type                          | Default Value      | Application               | Note                                                                                                                                                                                                                     |
-| --- | ---------------------------- | -------------------------------------------------------------------------------------------------- | ----------------------------- | ------------------ | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| 1   | `HOST`                       |                                                                                                    | `Number`                      |                    | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
-| 2   | `STRAPI_PUBLIC_URL`          |                                                                                                    | `URL`                         |                    | Frontend                  | The Strapi dashboard URL, e.g., `http://localhost:1337/`                                                                                                                                                                |
-| 3   | `APP_KEYS`                   | The secret key for session cookie signing                                                      | `String`                      |                    | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
-| 4   | `API_TOKEN_SALT`             | Salt for generating API tokens                                                                   | `String`                      |                    | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
-| 5   | `ADMIN_JWT_SECRET`           | Secret for signing JWTs for the Admin panel                                                      | `String`                      |                    | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
-| 6   | `JWT_SECRET`                 | Secret for signing JWTs for the Users-Permissions plugin                                          | `String`                      |                    | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
-| 7   | `DATABASE_CLIENT`            | Database client to use                                                                            | `String`                      | sqlite             | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                    |
-| 8   | `DATABASE_HOST`              | Database host                                                                                    | `String`                      |                    | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                    |
-| 9   | `DATABASE_PORT`              | Database port                                                                                    | `String`                      |                    | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                    |
-| 10  | `DATABASE_NAME`              | Database name                                                                                    | `String`                      |                    | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                    |
-| 11  | `DATABASE_USERNAME`          | Database username                                                                                | `String`                      |                    | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                    |
-| 12  | `DATABASE_PASSWORD`          | Database password                                                                                | `String`                      |                    | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                    |
-| 13  | `DATABASE_SSL`               | For SSL database connection. Use an object to pass certificate files as strings.               | `Boolean` or `Object`         |                    | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                    |
-| 14  | `NODE_ENV`                   |                                                                                                    | `production` \| `development` |                    |                           |                                                                                                                                                                                                                          |
-| 15  | `FRONTEND_PUBLIC_URL`        |                                                                                                    | `String`                      |                    | strapi-dashboard          |                                                                                                                                                                                                                          |
-| 16  | `STRAPI_PRIVATE_URL`         |                                                                                                    | `String`                      |                    | frontend                  |                                                                                                                                                                                                                          |
-| 17  | `PREVIEW_SECRET_TOKEN`       | Secret used for the Strapi preview plugin                                                        | `String`                      |                    | strapi-dashboard frontend |                                                                                                                                                                                                                          |
-| 18  | `PGADMIN_DEFAULT_EMAIL`      |                                                                                                    | `String`                      |                    | Database                  |                                                                                                                                                                                                                          |
-| 19  | `PGADMIN_DEFAULT_PASSWORD`   |                                                                                                    | `String`                      |                    | Database                  |                                                                                                                                                                                                                          |
-| 20  | `TRANSFER_TOKEN_SALT`        | Salt for generating Transfer tokens. If no transfer token salt is defined, transfer features will be disabled. | `String`                      |                    | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options) Secrets can be generated manually by running `node -p "require('crypto').randomBytes(48).toString('base64');"` |
+| No. | Variable name              | Description                                                                                                    | Type                          | Default Value | Application               | Note                                                                                                                                                                                                                     |
+| --- | -------------------------- | -------------------------------------------------------------------------------------------------------------- | ----------------------------- | ------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| 1   | `HOST`                     |                                                                                                                | `Number`                      |               | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
+| 2   | `STRAPI_PUBLIC_URL`        |                                                                                                                | `URL`                         |               | Frontend                  | The Strapi dashboard URL, e.g., `http://localhost:1337/`                                                                                                                                                                 |
+| 3   | `APP_KEYS`                 | The secret key for session cookie signing                                                                      | `String`                      |               | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
+| 4   | `API_TOKEN_SALT`           | Salt for generating API tokens                                                                                 | `String`                      |               | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
+| 5   | `ADMIN_JWT_SECRET`         | Secret for signing JWTs for the Admin panel                                                                    | `String`                      |               | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
+| 6   | `JWT_SECRET`               | Secret for signing JWTs for the Users-Permissions plugin                                                       | `String`                      |               | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options)                                                                                                                |
+| 7   | `DATABASE_CLIENT`          | Database client to use                                                                                         | `String`                      | sqlite        | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                                                                                      |
+| 8   | `DATABASE_HOST`            | Database host                                                                                                  | `String`                      |               | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                                                                                      |
+| 9   | `DATABASE_PORT`            | Database port                                                                                                  | `String`                      |               | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                                                                                      |
+| 10  | `DATABASE_NAME`            | Database name                                                                                                  | `String`                      |               | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                                                                                      |
+| 11  | `DATABASE_USERNAME`        | Database username                                                                                              | `String`                      |               | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                                                                                      |
+| 12  | `DATABASE_PASSWORD`        | Database password                                                                                              | `String`                      |               | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                                                                                      |
+| 13  | `DATABASE_SSL`             | For SSL database connection. Use an object to pass certificate files as strings.                               | `Boolean` or `Object`         |               | strapi-dashboard          | [Reference to Strapi Database docs](https://docs.strapi.io/cloud/advanced/database)                                                                                                                                      |
+| 14  | `NODE_ENV`                 |                                                                                                                | `production` \| `development` |               |                           |                                                                                                                                                                                                                          |
+| 15  | `FRONTEND_PUBLIC_URL`      |                                                                                                                | `String`                      |               | strapi-dashboard          |                                                                                                                                                                                                                          |
+| 16  | `STRAPI_PRIVATE_URL`       |                                                                                                                | `String`                      |               | frontend                  |                                                                                                                                                                                                                          |
+| 17  | `PREVIEW_SECRET_TOKEN`     | Secret used for the Strapi preview plugin                                                                      | `String`                      |               | strapi-dashboard frontend |                                                                                                                                                                                                                          |
+| 18  | `PGADMIN_DEFAULT_EMAIL`    |                                                                                                                | `String`                      |               | Database                  |                                                                                                                                                                                                                          |
+| 19  | `PGADMIN_DEFAULT_PASSWORD` |                                                                                                                | `String`                      |               | Database                  |                                                                                                                                                                                                                          |
+| 20  | `TRANSFER_TOKEN_SALT`      | Salt for generating Transfer tokens. If no transfer token salt is defined, transfer features will be disabled. | `String`                      |               | strapi-dashboard          | [Admin panel configuration](https://docs.strapi.io/dev-docs/configurations/admin-panel#available-options) Secrets can be generated manually by running `node -p "require('crypto').randomBytes(48).toString('base64');"` |
diff --git a/apps/vth-frontend/.eslintrc.json b/apps/vth-frontend/.eslintrc.json
new file mode 100644
index 000000000..940e47156
--- /dev/null
+++ b/apps/vth-frontend/.eslintrc.json
@@ -0,0 +1,6 @@
+{
+  "extends": "next/core-web-vitals",
+  "rules": {
+    "@next/next/no-html-link-for-pages": ["error", "apps/vth-frontend/src/pages/"]
+  }
+}
diff --git a/apps/vth-frontend/.gitignore b/apps/vth-frontend/.gitignore
new file mode 100644
index 000000000..c87c9b392
--- /dev/null
+++ b/apps/vth-frontend/.gitignore
@@ -0,0 +1,36 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# next.js
+/.next/
+/out/
+
+# production
+/build
+
+# misc
+.DS_Store
+*.pem
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+.pnpm-debug.log*
+
+# local env files
+.env*.local
+
+# vercel
+.vercel
+
+# typescript
+*.tsbuildinfo
+next-env.d.ts
diff --git a/apps/vth-frontend/README.md b/apps/vth-frontend/README.md
new file mode 100644
index 000000000..76961035f
--- /dev/null
+++ b/apps/vth-frontend/README.md
@@ -0,0 +1 @@
+# Utrecht VTH Frontend
diff --git a/apps/vth-frontend/next-sitemap.config.js b/apps/vth-frontend/next-sitemap.config.js
new file mode 100644
index 000000000..5d1b9b8d3
--- /dev/null
+++ b/apps/vth-frontend/next-sitemap.config.js
@@ -0,0 +1,9 @@
+/** @type {import('next-sitemap').IConfig} */
+module.exports = {
+  siteUrl: process.env.FRONTEND_PUBLIC_URL,
+  generateRobotsTxt: true,
+  exclude: ['/sitemap.xml'],
+  robotsTxtOptions: {
+    additionalSitemaps: [`${process.env.FRONTEND_PUBLIC_URL}/sitemap.xml`],
+  },
+};
diff --git a/apps/vth-frontend/next.config.js b/apps/vth-frontend/next.config.js
new file mode 100644
index 000000000..4530be87c
--- /dev/null
+++ b/apps/vth-frontend/next.config.js
@@ -0,0 +1,19 @@
+const { URL } = require('url');
+const { hostname, protocol, port } = new URL(process.env.STRAPI_PUBLIC_URL || 'http://localhost:1337');
+/** @type {import('next').NextConfig} */
+const nextConfig = {
+  images: {
+    remotePatterns: [
+      {
+        protocol: protocol.replace(/:$/, ''),
+        hostname: hostname,
+        port: port,
+      },
+    ],
+  },
+  experimental: {
+    serverActions: true,
+  },
+};
+
+module.exports = nextConfig;
diff --git a/apps/vth-frontend/package.json b/apps/vth-frontend/package.json
new file mode 100644
index 000000000..622d0a7d4
--- /dev/null
+++ b/apps/vth-frontend/package.json
@@ -0,0 +1,50 @@
+{
+  "name": "@frameless/vth-frontend",
+  "version": "0.1.0",
+  "private": true,
+  "author": "@frameless",
+  "description": "Utrecht VTH frontend application",
+  "license": "",
+  "keywords": [],
+  "scripts": {
+    "dev": "next dev -p 3000",
+    "prebuild": "npm run clean",
+    "clean": "rimraf build .next",
+    "build": "next build",
+    "start": "next start -p 3000",
+    "lint": "next lint"
+  },
+  "dependencies": {
+    "@tanstack/react-query": "4.29.12",
+    "@utrecht/component-library-css": "1.0.0-alpha.543",
+    "@utrecht/component-library-react": "1.0.0-alpha.352",
+    "@utrecht/design-tokens": "1.0.0-alpha.536",
+    "@utrecht/web-component-library-react": "1.0.0-alpha.542",
+    "accept-language": "3.0.18",
+    "add": "2.0.6",
+    "classnames": "2.3.2",
+    "downshift": "7.6.0",
+    "i18next": "22.5.1",
+    "i18next-browser-languagedetector": "7.0.2",
+    "i18next-resources-to-backend": "1.1.4",
+    "is-absolute-url": "4.0.1",
+    "next": "13.4.5",
+    "next-sitemap": "4.1.3",
+    "react": "18.2.0",
+    "react-dom": "18.2.0",
+    "react-i18next": "12.3.1",
+    "react-loading-skeleton": "3.3.1",
+    "react-markdown": "8.0.5",
+    "react-vega": "7.6.0",
+    "rehype-raw": "6.1.1",
+    "sharp": "0.32.1",
+    "vega": "5.25.0",
+    "vega-lite": "5.14.1",
+    "yarn": "1.22.19"
+  },
+  "devDependencies": {
+    "eslint": "8.35.0",
+    "eslint-config-next": "13.2.4",
+    "sass": "1.63.6"
+  }
+}
diff --git a/apps/vth-frontend/public/next.svg b/apps/vth-frontend/public/next.svg
new file mode 100644
index 000000000..5174b28c5
--- /dev/null
+++ b/apps/vth-frontend/public/next.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 394 80"><path fill="#000" d="M262 0h68.5v12.7h-27.2v66.6h-13.6V12.7H262V0ZM149 0v12.7H94v20.4h44.3v12.6H94v21h55v12.6H80.5V0h68.7zm34.3 0h-17.8l63.8 79.4h17.9l-32-39.7 32-39.6h-17.9l-23 28.6-23-28.6zm18.3 56.7-9-11-27.1 33.7h17.8l18.3-22.7z"/><path fill="#000" d="M81 79.3 17 0H0v79.3h13.6V17l50.2 62.3H81Zm252.6-.4c-1 0-1.8-.4-2.5-1s-1.1-1.6-1.1-2.6.3-1.8 1-2.5 1.6-1 2.6-1 1.8.3 2.5 1a3.4 3.4 0 0 1 .6 4.3 3.7 3.7 0 0 1-3 1.8zm23.2-33.5h6v23.3c0 2.1-.4 4-1.3 5.5a9.1 9.1 0 0 1-3.8 3.5c-1.6.8-3.5 1.3-5.7 1.3-2 0-3.7-.4-5.3-1s-2.8-1.8-3.7-3.2c-.9-1.3-1.4-3-1.4-5h6c.1.8.3 1.6.7 2.2s1 1.2 1.6 1.5c.7.4 1.5.5 2.4.5 1 0 1.8-.2 2.4-.6a4 4 0 0 0 1.6-1.8c.3-.8.5-1.8.5-3V45.5zm30.9 9.1a4.4 4.4 0 0 0-2-3.3 7.5 7.5 0 0 0-4.3-1.1c-1.3 0-2.4.2-3.3.5-.9.4-1.6 1-2 1.6a3.5 3.5 0 0 0-.3 4c.3.5.7.9 1.3 1.2l1.8 1 2 .5 3.2.8c1.3.3 2.5.7 3.7 1.2a13 13 0 0 1 3.2 1.8 8.1 8.1 0 0 1 3 6.5c0 2-.5 3.7-1.5 5.1a10 10 0 0 1-4.4 3.5c-1.8.8-4.1 1.2-6.8 1.2-2.6 0-4.9-.4-6.8-1.2-2-.8-3.4-2-4.5-3.5a10 10 0 0 1-1.7-5.6h6a5 5 0 0 0 3.5 4.6c1 .4 2.2.6 3.4.6 1.3 0 2.5-.2 3.5-.6 1-.4 1.8-1 2.4-1.7a4 4 0 0 0 .8-2.4c0-.9-.2-1.6-.7-2.2a11 11 0 0 0-2.1-1.4l-3.2-1-3.8-1c-2.8-.7-5-1.7-6.6-3.2a7.2 7.2 0 0 1-2.4-5.7 8 8 0 0 1 1.7-5 10 10 0 0 1 4.3-3.5c2-.8 4-1.2 6.4-1.2 2.3 0 4.4.4 6.2 1.2 1.8.8 3.2 2 4.3 3.4 1 1.4 1.5 3 1.5 5h-5.8z"/></svg>
\ No newline at end of file
diff --git a/apps/vth-frontend/public/thirteen.svg b/apps/vth-frontend/public/thirteen.svg
new file mode 100644
index 000000000..8977c1bd1
--- /dev/null
+++ b/apps/vth-frontend/public/thirteen.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="40" height="31" fill="none"><g opacity=".9"><path fill="url(#a)" d="M13 .4v29.3H7V6.3h-.2L0 10.5V5L7.2.4H13Z"/><path fill="url(#b)" d="M28.8 30.1c-2.2 0-4-.3-5.7-1-1.7-.8-3-1.8-4-3.1a7.7 7.7 0 0 1-1.4-4.6h6.2c0 .8.3 1.4.7 2 .4.5 1 .9 1.7 1.2.7.3 1.6.4 2.5.4 1 0 1.7-.2 2.5-.5.7-.3 1.3-.8 1.7-1.4.4-.6.6-1.2.6-2s-.2-1.5-.7-2.1c-.4-.6-1-1-1.8-1.4-.8-.4-1.8-.5-2.9-.5h-2.7v-4.6h2.7a6 6 0 0 0 2.5-.5 4 4 0 0 0 1.7-1.3c.4-.6.6-1.3.6-2a3.5 3.5 0 0 0-2-3.3 5.6 5.6 0 0 0-4.5 0 4 4 0 0 0-1.7 1.2c-.4.6-.6 1.2-.6 2h-6c0-1.7.6-3.2 1.5-4.5 1-1.3 2.2-2.3 3.8-3C25 .4 26.8 0 28.8 0s3.8.4 5.3 1.1c1.5.7 2.7 1.7 3.6 3a7.2 7.2 0 0 1 1.2 4.2c0 1.6-.5 3-1.5 4a7 7 0 0 1-4 2.2v.2c2.2.3 3.8 1 5 2.2a6.4 6.4 0 0 1 1.6 4.6c0 1.7-.5 3.1-1.4 4.4a9.7 9.7 0 0 1-4 3.1c-1.7.8-3.7 1.1-5.8 1.1Z"/></g><defs><linearGradient id="a" x1="20" x2="20" y1="0" y2="30.1" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3D3D3D"/></linearGradient><linearGradient id="b" x1="20" x2="20" y1="0" y2="30.1" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#3D3D3D"/></linearGradient></defs></svg>
\ No newline at end of file
diff --git a/apps/vth-frontend/public/vercel.svg b/apps/vth-frontend/public/vercel.svg
new file mode 100644
index 000000000..d2f842227
--- /dev/null
+++ b/apps/vth-frontend/public/vercel.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 283 64"><path fill="black" d="M141 16c-11 0-19 7-19 18s9 18 20 18c7 0 13-3 16-7l-7-5c-2 3-6 4-9 4-5 0-9-3-10-7h28v-3c0-11-8-18-19-18zm-9 15c1-4 4-7 9-7s8 3 9 7h-18zm117-15c-11 0-19 7-19 18s9 18 20 18c6 0 12-3 16-7l-8-5c-2 3-5 4-8 4-5 0-9-3-11-7h28l1-3c0-11-8-18-19-18zm-10 15c2-4 5-7 10-7s8 3 9 7h-19zm-39 3c0 6 4 10 10 10 4 0 7-2 9-5l8 5c-3 5-9 8-17 8-11 0-19-7-19-18s8-18 19-18c8 0 14 3 17 8l-8 5c-2-3-5-5-9-5-6 0-10 4-10 10zm83-29v46h-9V5h9zM37 0l37 64H0L37 0zm92 5-27 48L74 5h10l18 30 17-30h10zm59 12v10l-3-1c-6 0-10 4-10 10v15h-9V17h9v9c0-5 6-9 13-9z"/></svg>
\ No newline at end of file
diff --git a/apps/vth-frontend/src/app/[locale]/[...not-found]/page.tsx b/apps/vth-frontend/src/app/[locale]/[...not-found]/page.tsx
new file mode 100644
index 000000000..2ffa37639
--- /dev/null
+++ b/apps/vth-frontend/src/app/[locale]/[...not-found]/page.tsx
@@ -0,0 +1,22 @@
+import { Heading1 } from '@utrecht/component-library-react/dist/css-module';
+import { Markdown } from '@/components/Markdown';
+import { GET_NOT_FOUND_PAGE } from '@/query';
+import { createStrapiURL } from '@/util/createStrapiURL';
+import { fetchData } from '@/util/fetchData';
+
+const NotFoundPage = async ({ params: { locale } }: { params: { locale: string } }) => {
+  const { data } = await fetchData({
+    url: createStrapiURL(),
+    query: GET_NOT_FOUND_PAGE,
+    variables: { locale: locale },
+  });
+
+  return (
+    <div>
+      <Heading1>{data?.notFoundPage?.data?.attributes?.title}</Heading1>
+      <Markdown strapiBackendURL={process.env.STRAPI_PUBLIC_URL}>{data?.notFoundPage?.data?.attributes?.body}</Markdown>
+    </div>
+  );
+};
+
+export default NotFoundPage;
diff --git a/apps/vth-frontend/src/app/[locale]/error.tsx b/apps/vth-frontend/src/app/[locale]/error.tsx
new file mode 100644
index 000000000..2d4a98d64
--- /dev/null
+++ b/apps/vth-frontend/src/app/[locale]/error.tsx
@@ -0,0 +1,31 @@
+'use client';
+
+import { Button, Heading1, Paragraph } from '@utrecht/component-library-react/dist/css-module';
+import { useParams } from 'next/navigation';
+import { useEffect, useState } from 'react';
+import { useTranslation } from '../i18n/client';
+interface ErrorPageProps {
+  error: Error;
+  reset: () => void;
+}
+
+export default function Error({ error, reset }: ErrorPageProps) {
+  const [errorMessage, setErrorMessage] = useState<Error>();
+
+  useEffect(() => {
+    setErrorMessage(error);
+  }, [error]);
+  const { locale } = useParams();
+  const { t } = useTranslation(locale, 'server-error');
+  return (
+    <>
+      <Heading1>{t('common.title')}</Heading1>
+      {process.env.NODE_ENV === 'production' && <Paragraph>{t('common.body')}</Paragraph>}
+      <Paragraph>{process.env.NODE_ENV === 'development' && errorMessage?.message}</Paragraph>
+      <Paragraph />
+      <Button appearance="secondary-action-button" onClick={() => reset()}>
+        {t('actions.try-again')}
+      </Button>
+    </>
+  );
+}
diff --git a/apps/vth-frontend/src/app/[locale]/layout.tsx b/apps/vth-frontend/src/app/[locale]/layout.tsx
new file mode 100644
index 000000000..a54f259f0
--- /dev/null
+++ b/apps/vth-frontend/src/app/[locale]/layout.tsx
@@ -0,0 +1,158 @@
+import classnames from 'classnames';
+import { dir } from 'i18next';
+import type { Metadata } from 'next';
+import React from 'react';
+import { QueryClientProvider } from '@/client';
+import { Article, Page, PageContent, PageHeader } from '@/components';
+import { ClientLanguageSwitcher } from '@/components/ClientLanguageSwitcher';
+import '@utrecht/component-library-css';
+import '../../styles/globals.css';
+import '@utrecht/design-tokens/dist/index.css';
+import { Footer } from '@/components/Footer';
+import { Logo } from '@/components/Logo';
+import 'react-loading-skeleton/dist/skeleton.css';
+import { useTranslation } from '../i18n/index';
+import { languages } from '../i18n/settings';
+
+const Main: React.FC<{ children: React.ReactNode }> = ({ children }) => <main>{children}</main>;
+
+interface LayoutProps {
+  children: React.ReactNode;
+  params: {
+    locale: string;
+  };
+}
+
+type Params = {
+  params: {
+    locale: string;
+  };
+};
+
+export async function generateMetadata({ params: { locale } }: Params): Promise<Metadata> {
+  // eslint-disable-next-line react-hooks/rules-of-hooks
+  const { t } = await useTranslation(locale, 'common');
+  return {
+    title: {
+      template: `%s | ${t('website-setting.website-name')}`,
+      default: `${t('website-setting.website-name')}`,
+    },
+  };
+}
+
+const RootLayout = async ({ children, params: { locale } }: LayoutProps) => {
+  const { t } = await useTranslation(locale, 'layout');
+
+  const footerData = {
+    title: t('footer.title'),
+    list: [
+      {
+        title: t('footer.list.0.title'),
+        items: [
+          {
+            title: t('footer.list.0.items.0.title'),
+            link: 'tel:14030',
+            external: false,
+          },
+          {
+            title: t('footer.list.0.items.1.title'),
+            link: 'https://utrecht.nl/contact/verkort-telefoonnummer-gemeente/',
+            external: true,
+          },
+        ],
+        paragraph: null,
+        column: 6,
+      },
+      {
+        title: t('footer.list.1.title'),
+        items: [],
+        paragraph: 'Stadskantoor\nStadsplateau 1\n3521AZ Utrecht',
+        column: 6,
+      },
+      {
+        title: null,
+        items: [
+          {
+            title: t('footer.list.2.items.0.title'),
+            link: 'https://utrecht.nl/contact/',
+            external: true,
+          },
+        ],
+        paragraph: null,
+        column: 12,
+      },
+      {
+        title: null,
+        items: [
+          {
+            title: t('footer.list.3.items.0.title'),
+            link: 'https://utrecht.nl/over-deze-website/',
+            external: true,
+          },
+        ],
+        paragraph: null,
+        column: 12,
+      },
+    ],
+    social_media: [
+      {
+        icon: 'facebook',
+        link: 'https://www.facebook.com/GemeenteUtrecht',
+        external: true,
+        title: t('footer.social_media.0.title'),
+      },
+      {
+        icon: 'instagram',
+        link: 'https://www.instagram.com/GemeenteUtrecht',
+        external: true,
+        title: t('footer.social_media.1.title'),
+      },
+      {
+        icon: 'linkedin',
+        link: 'https://nl.linkedin.com/company/gemeente-utrecht',
+        external: true,
+        title: t('footer.social_media.2.title'),
+      },
+      {
+        icon: 'twitter',
+        link: 'https://twitter.com/gemeenteutrecht',
+        external: true,
+        title: t('footer.social_media.3.title'),
+      },
+      {
+        icon: 'whatsapp',
+        link: 'https://api.whatsapp.com/send?phone=31624927665',
+        external: false,
+        title: t('footer.social_media.4.title'),
+      },
+    ],
+  };
+  return (
+    <html lang={locale} dir={dir(locale)}>
+      <body
+        className={classnames('utrecht-theme', 'utrecht-document')}
+        suppressHydrationWarning={true}
+      >
+        <QueryClientProvider>
+          <Page className="utrecht-main-wrapper">
+            <PageHeader>
+              <div className="utrecht-header">
+                <Logo locale={locale} />
+                <div className="utrecht-nav__content">
+                  <ClientLanguageSwitcher locales={languages} currentLocale={locale} />
+                </div>
+              </div>
+            </PageHeader>
+            <PageContent className="utrecht-page-content--modifier" style={{ position: 'relative' }}>
+              <Main>
+                <Article>{children}</Article>
+              </Main>
+            </PageContent>
+            <Footer data={footerData} />
+          </Page>
+        </QueryClientProvider>
+      </body>
+    </html>
+  );
+};
+export default RootLayout;
diff --git a/apps/vth-frontend/src/app/[locale]/not-found.tsx b/apps/vth-frontend/src/app/[locale]/not-found.tsx
new file mode 100644
index 000000000..e76430372
--- /dev/null
+++ b/apps/vth-frontend/src/app/[locale]/not-found.tsx
@@ -0,0 +1,24 @@
+import { Heading1 } from '@utrecht/component-library-react/dist/css-module';
+import { cookies } from 'next/headers';
+import { Markdown } from '@/components/Markdown';
+import { GET_NOT_FOUND_PAGE } from '@/query';
+import { createStrapiURL } from '@/util/createStrapiURL';
+import { fetchData } from '@/util/fetchData';
+
+const NotFoundPage = async () => {
+  const locale = cookies().get('i18next')?.value;
+  const { data } = await fetchData({
+    url: createStrapiURL(),
+    query: GET_NOT_FOUND_PAGE,
+    variables: { locale: locale },
+  });
+
+  return (
+    <div>
+      <Heading1>{data?.notFoundPage?.data?.attributes?.title}</Heading1>
+      <Markdown strapiBackendURL={process.env.STRAPI_PUBLIC_URL}>{data?.notFoundPage?.data?.attributes?.body}</Markdown>
+    </div>
+  );
+};
+
+export default NotFoundPage;
diff --git a/apps/vth-frontend/src/app/[locale]/page.tsx b/apps/vth-frontend/src/app/[locale]/page.tsx
new file mode 100644
index 000000000..9c9e4490e
--- /dev/null
+++ b/apps/vth-frontend/src/app/[locale]/page.tsx
@@ -0,0 +1,43 @@
+import { Heading1 } from '@utrecht/component-library-react';
+import { Metadata } from 'next';
+import { useTranslation } from '../i18n';
+
+export interface Fields {
+  title: string;
+  body: string;
+}
+
+type Params = {
+  params: {
+    locale: string;
+  };
+};
+
+export async function generateMetadata({ params: { locale } }: Params): Promise<Metadata> {
+  // eslint-disable-next-line react-hooks/rules-of-hooks
+  const { t } = await useTranslation(locale, 'home-page');
+  return {
+    title: t('seo.title'),
+    description: t('seo.description'),
+  };
+}
+
+const Home = async ({ params: { locale } }: { params: any }) => {
+  const { t } = await useTranslation(locale, ['home-page', 'common']);
+
+  // todo: fetch theme data to display homepage cards
+
+  return (
+    <>
+      <Heading1>{t('h1')}</Heading1>
+      <p>
+        Wat pakt Toezicht en Handhaving in 2022 allemaal op? En welke resultaten hebben we de afgelopen periode bereikt?
+        Op deze website zie je in één oogopslag waarop we ons in 2023 richten, wat we de afgelopen jaren hebben gedaan
+        en welke trends we zien. Van de handhaving op afval tot het controleren van bouwplannen en van evenementen tot
+        de aanpak van huisjesmelkers.
+      </p>
+    </>
+  );
+};
+
+export default Home;
diff --git a/apps/vth-frontend/src/app/i18n/client.ts b/apps/vth-frontend/src/app/i18n/client.ts
new file mode 100644
index 000000000..55a20f62b
--- /dev/null
+++ b/apps/vth-frontend/src/app/i18n/client.ts
@@ -0,0 +1,38 @@
+'use client';
+
+import i18next from 'i18next';
+import LanguageDetector from 'i18next-browser-languagedetector';
+import resourcesToBackend from 'i18next-resources-to-backend';
+import { useEffect } from 'react';
+import { initReactI18next, useTranslation as useTranslationOrg } from 'react-i18next';
+import { getOptions } from './settings';
+
+// on client side the normal singleton is ok
+i18next
+  .use(initReactI18next)
+  .use(LanguageDetector)
+  .use(resourcesToBackend((language: string, namespace: string) => import(`./locales/${language}/${namespace}.json`)))
+  .init({
+    ...getOptions(),
+    lng: undefined, // let detect the language on client side
+    detection: {
+      order: ['path', 'htmlTag', 'cookie', 'navigator'],
+    },
+  });
+
+const runsOnServerSide = typeof window === 'undefined';
+
+export function useTranslation(lng: string, ns: string | string[], options?: any) {
+  const ret = useTranslationOrg(ns, options);
+  const { i18n } = ret;
+  if (runsOnServerSide && i18n.resolvedLanguage !== lng) {
+    i18n.changeLanguage(lng);
+  } else {
+    // eslint-disable-next-line react-hooks/rules-of-hooks
+    useEffect(() => {
+      if (i18n.resolvedLanguage === lng) return;
+      i18n.changeLanguage(lng);
+    }, [lng, i18n]);
+  }
+  return ret;
+}
diff --git a/apps/vth-frontend/src/app/i18n/index.ts b/apps/vth-frontend/src/app/i18n/index.ts
new file mode 100644
index 000000000..a202de7fc
--- /dev/null
+++ b/apps/vth-frontend/src/app/i18n/index.ts
@@ -0,0 +1,25 @@
+'use server';
+
+import { createInstance, InitOptions } from 'i18next';
+import resourcesToBackend from 'i18next-resources-to-backend';
+import { initReactI18next } from 'react-i18next/initReactI18next';
+import { getOptions } from './settings';
+
+const initI18next = async (locale: string, ns: string | string[]) => {
+  // on the server-side, we create a new instance for each render because during compilation everything seems to be executed in parallel
+  const i18nInstance = createInstance();
+  await i18nInstance
+    .use(initReactI18next)
+    .use(resourcesToBackend((language: string, namespace: string) => import(`./locales/${language}/${namespace}.json`)))
+    .init(getOptions(locale, ns as string) as InitOptions); // Type assertion to InitOptions
+  return i18nInstance;
+};
+
+export async function useTranslation(locale: string, ns: string | string[], options: any = {}) {
+  const i18nextInstance = await initI18next(locale, ns);
+
+  return {
+    t: i18nextInstance.getFixedT(locale, Array.isArray(ns) ? ns[0] : ns, options.keyPrefix),
+    i18n: i18nextInstance,
+  };
+}
diff --git a/apps/vth-frontend/src/app/i18n/locales/nl/common.json b/apps/vth-frontend/src/app/i18n/locales/nl/common.json
new file mode 100644
index 000000000..fc11974d7
--- /dev/null
+++ b/apps/vth-frontend/src/app/i18n/locales/nl/common.json
@@ -0,0 +1,8 @@
+{
+  "actions": {
+    "try-again": "Probeer opnieuw"
+  },
+  "website-setting": {
+    "website-name": "Gemeente Utrecht"
+  }
+}
diff --git a/apps/vth-frontend/src/app/i18n/locales/nl/home-page.json b/apps/vth-frontend/src/app/i18n/locales/nl/home-page.json
new file mode 100644
index 000000000..531b9d78c
--- /dev/null
+++ b/apps/vth-frontend/src/app/i18n/locales/nl/home-page.json
@@ -0,0 +1,7 @@
+{
+  "seo": {
+    "title": "Toezicht en Handhaving | Gemeente Utrecht",
+    "description": "Beschrijving"
+  },
+  "h1": "Toezicht en Handhaving"
+}
diff --git a/apps/vth-frontend/src/app/i18n/locales/nl/layout.json b/apps/vth-frontend/src/app/i18n/locales/nl/layout.json
new file mode 100644
index 000000000..936de7550
--- /dev/null
+++ b/apps/vth-frontend/src/app/i18n/locales/nl/layout.json
@@ -0,0 +1,86 @@
+{
+  "footer": {
+    "title": "Gemeente Utrecht",
+    "list": [
+      {
+        "title": "Telefoon",
+        "items": [
+          {
+            "title": "14 030",
+            "link": "tel:14030",
+            "external": false
+          },
+          {
+            "title": "Hoe werkt 14030?",
+            "link": "https://utrecht.nl/contact/verkort-telefoonnummer-gemeente/",
+            "external": true
+          }
+        ],
+        "paragraph": null,
+        "column": 6
+      },
+      {
+        "title": "Adres",
+        "items": [],
+        "paragraph": "Stadskantoor\nStadsplateau 1\n3521AZ Utrecht",
+        "column": 6
+      },
+      {
+        "title": null,
+        "items": [
+          {
+            "title": "Meer contactinformatie",
+            "link": "https://utrecht.nl/contact/",
+            "external": true
+          }
+        ],
+        "paragraph": null,
+        "column": 12
+      },
+      {
+        "title": null,
+        "items": [
+          {
+            "title": "Over deze website",
+            "link": "https://utrecht.nl/over-deze-website/",
+            "external": true
+          }
+        ],
+        "paragraph": null,
+        "column": 12
+      }
+    ],
+    "social_media": [
+      {
+        "icon": "facebook",
+        "link": "https://www.facebook.com/GemeenteUtrecht",
+        "external": true,
+        "title": "Volg ons op Facebook"
+      },
+      {
+        "icon": "instagram",
+        "link": "https://www.instagram.com/GemeenteUtrecht",
+        "external": true,
+        "title": "Volg ons op Instagram"
+      },
+      {
+        "icon": "linkedin",
+        "link": "https://nl.linkedin.com/company/gemeente-utrecht",
+        "external": true,
+        "title": "Volg ons op LinkedIn"
+      },
+      {
+        "icon": "twitter",
+        "link": "https://twitter.com/gemeenteutrecht",
+        "external": true,
+        "title": "Volg ons op Twitter"
+      },
+      {
+        "icon": "whatsapp",
+        "link": "https://api.whatsapp.com/send?phone=31624927665",
+        "external": false,
+        "title": "Neem contact op via WhatsApp"
+      }
+    ]
+  }
+}
diff --git a/apps/vth-frontend/src/app/i18n/locales/nl/server-error.json b/apps/vth-frontend/src/app/i18n/locales/nl/server-error.json
new file mode 100644
index 000000000..4039e90e4
--- /dev/null
+++ b/apps/vth-frontend/src/app/i18n/locales/nl/server-error.json
@@ -0,0 +1,6 @@
+{
+  "common": {
+    "title": "Interne Serverfout",
+    "body": "Oeps! Er is iets misgegaan op onze server. Onze excuses voor het ongemak. Probeer het later opnieuw."
+  }
+}
diff --git a/apps/vth-frontend/src/app/i18n/settings.ts b/apps/vth-frontend/src/app/i18n/settings.ts
new file mode 100644
index 000000000..4d6f51dea
--- /dev/null
+++ b/apps/vth-frontend/src/app/i18n/settings.ts
@@ -0,0 +1,16 @@
+export const fallbackLng = 'nl';
+export const languages = ['en', 'nl'];
+export const defaultNS = 'common';
+
+export function getOptions(lng = fallbackLng, ns = defaultNS) {
+  return {
+    debug: process.env.NODE_ENV === 'development',
+    supportedLngs: languages,
+    preload: languages,
+    fallbackLng,
+    lng,
+    fallbackNS: defaultNS,
+    defaultNS,
+    ns,
+  };
+}
diff --git a/apps/vth-frontend/src/client.tsx b/apps/vth-frontend/src/client.tsx
new file mode 100644
index 000000000..8c6ae88f3
--- /dev/null
+++ b/apps/vth-frontend/src/client.tsx
@@ -0,0 +1,9 @@
+'use client';
+import { QueryClientProvider as Provider, QueryClient } from '@tanstack/react-query';
+import React from 'react';
+
+const queryClient = new QueryClient();
+
+export const QueryClientProvider = ({ children }: any) => {
+  return <Provider client={queryClient}>{children}</Provider>;
+};
diff --git a/apps/vth-frontend/src/components/ClientLanguageSwitcher.tsx b/apps/vth-frontend/src/components/ClientLanguageSwitcher.tsx
new file mode 100644
index 000000000..b9698a37f
--- /dev/null
+++ b/apps/vth-frontend/src/components/ClientLanguageSwitcher.tsx
@@ -0,0 +1,56 @@
+'use client';
+
+import { useQuery } from '@tanstack/react-query';
+import { useParams, usePathname, useSelectedLayoutSegment } from 'next/navigation';
+import React from 'react';
+import { createURL } from '@/util/create-url';
+import { fetchData } from '@/util/fetchData';
+import { LanguageSwitcher, LanguageSwitcherSkeleton } from './LanguageSwitcher';
+import { fallbackLng, languages } from '../app/i18n/settings';
+
+export interface Localizations {
+  locale: string;
+  slug: string;
+}
+
+export interface ClientLanguageSwitcherProps {
+  localizations?: Localizations[];
+  locales: typeof languages;
+  currentLocale: string;
+}
+
+export const ClientLanguageSwitcher = ({ locales, currentLocale }: ClientLanguageSwitcherProps) => {
+  const pathName = usePathname();
+  const currentSegment = useSelectedLayoutSegment();
+  const params = useParams();
+
+  const redirectedPathName = (locale: string) => {
+    if (!pathName) return `/${fallbackLng}`;
+    const segments = pathName.split('/');
+    segments[1] = locale;
+    return segments.join('/');
+  };
+
+  const defaultLocalizations = locales.map((locale: string) => ({ pathname: redirectedPathName(locale), locale }));
+  const getSlugsURLParams = {
+    slug: params.slug,
+    locale: params.locale,
+    segment: currentSegment,
+  };
+  const getSlugsURL = createURL('/api/current-pathname', getSlugsURLParams);
+  const { data, isFetching } = useQuery({
+    queryKey: ['getSlugs'],
+    enabled: !!params.slug,
+    queryFn: async () => fetchData({ url: getSlugsURL, method: 'GET' }),
+  });
+
+  if (!isFetching && data?.localizations.length > 0) {
+    return <LanguageSwitcher items={data.localizations} currentLocale={currentLocale} />;
+  }
+
+  return !isFetching ? (
+    <LanguageSwitcher items={defaultLocalizations} currentLocale={currentLocale} />
+  ) : (
+    <LanguageSwitcherSkeleton />
+  );
+};
diff --git a/apps/vth-frontend/src/components/Footer/index.module.scss b/apps/vth-frontend/src/components/Footer/index.module.scss
new file mode 100644
index 000000000..f7ea7aec6
--- /dev/null
+++ b/apps/vth-frontend/src/components/Footer/index.module.scss
@@ -0,0 +1,56 @@
+.utrecht-footer__layout-wrapper {
+  --utrecht-footer-list-item-6-width: 100%;
+  --utrecht-footer-list-item-12-width: 100%;
+  --utrecht-footer-social-media-width: 100%;
+  --utrecht-footer-social-media-justify-content: flex-start;
+  display: flex;
+  flex-wrap: wrap;
+  justify-content: space-between;
+  align-items: baseline;
+  box-sizing: border-box;
+}
+
+.utrecht-footer__list-item--6 {
+  box-sizing: border-box;
+  display: block;
+  flex: 0 0 auto;
+  width: var(--utrecht-footer-list-item-6-width);
+}
+
+.utrecht-footer__list-item--12 {
+  box-sizing: border-box;
+  display: block;
+  flex: 0 0 auto;
+  width: var(--utrecht-footer-list-item-12-width);
+}
+
+.utrecht-footer__social-media {
+  display: flex;
+  flex: 0 0 auto;
+  width: var(--utrecht-footer-social-media-width);
+  justify-content: var(--utrecht-footer-social-media-justify-content);
+}
+
+.utrecht-footer__content {
+  display: flex;
+  flex: 0 0 auto;
+  width: 70%;
+  justify-content: flex-start;
+  flex-direction: column;
+}
+
+.utrecht-footer__link {
+  margin-block-end: 10px;
+}
+
+.utrecht-footer__list-title {
+  --utrecht-heading-3-margin-block-end: 14px;
+}
+
+@media (min-width: 768px) {
+  .utrecht-footer__layout-wrapper {
+    --utrecht-footer-list-item-6-width: 50%;
+    --utrecht-footer-social-media-width: 30%;
+    --utrecht-footer-social-media-justify-content: flex-end;
+  }
+}
diff --git a/apps/vth-frontend/src/components/Footer/index.tsx b/apps/vth-frontend/src/components/Footer/index.tsx
new file mode 100644
index 000000000..bde1f0139
--- /dev/null
+++ b/apps/vth-frontend/src/components/Footer/index.tsx
@@ -0,0 +1,104 @@
+import classnames from 'classnames/bind';
+import React, { FC } from 'react';
+import {
+  Heading2,
+  Heading3,
+  Link,
+  LinkSocial,
+  ListSocial,
+  ListSocialItem,
+  PageFooter,
+  Paragraph,
+  UtrechtIconFacebook,
+  UtrechtIconInstagram,
+  UtrechtIconLinkedin,
+  UtrechtIconTwitter,
+  UtrechtIconWhatsapp,
+} from '@/components';
+import styles from './index.module.scss';
+
+const css = classnames.bind(styles);
+
+interface FooterItem {
+  title: string | null;
+  items: FooterSubItem[];
+  paragraph: string | null;
+  column: number;
+}
+
+interface FooterSubItem {
+  title: string;
+  link: string;
+  external: boolean;
+}
+
+interface SocialMediaItem {
+  icon: string;
+  link: string;
+  external: boolean;
+  title: string;
+}
+
+interface FooterData {
+  title: string;
+  list: FooterItem[];
+  social_media: SocialMediaItem[];
+}
+
+const socialMediaIconTypes = {
+  facebook: UtrechtIconFacebook,
+  instagram: UtrechtIconInstagram,
+  linkedin: UtrechtIconLinkedin,
+  twitter: UtrechtIconTwitter,
+  whatsapp: UtrechtIconWhatsapp,
+};
+
+interface FooterProps {
+  data: FooterData;
+}
+
+export const Footer: FC<FooterProps> = ({ data }) => (
+  <PageFooter>
+    <div className={css('utrecht-footer__layout-wrapper')}>
+      <div className={css('utrecht-footer__content')}>
+        {data?.title && <Heading2>{data?.title}</Heading2>}
+        <ul className={css('utrecht-link-list', 'utrecht-footer__layout-wrapper')}>
+          {data?.list &&
+            data.list.length > 0 &&
+            data.list.map((listItem, index) => (
+              <li
+                key={index}
+                className={css('utrecht-link-list__item', `utrecht-footer__list-item--${listItem.column}`)}
+              >
+                {listItem?.title && <Heading3 className={css('utrecht-footer__list-title')}>{listItem.title}</Heading3>}
+                {listItem.items &&
+                  listItem.items.length > 0 &&
+                  listItem.items.map((item, index) => (
+                    <Link key={index} href={item.link} className={css('utrecht-footer__link')}>
+                      {item.title}
+                    </Link>
+                  ))}
+                {listItem?.paragraph && <Paragraph style={{ whiteSpace: 'pre-line' }}>{listItem.paragraph}</Paragraph>}
+              </li>
+            ))}
+        </ul>
+      </div>
+      <div className={css('utrecht-footer__social-media')}>
+        <ListSocial>
+          {data?.social_media &&
+            data.social_media.length > 0 &&
+            data.social_media.map((socialItem, index) => {
+              const Icon = socialMediaIconTypes[socialItem.icon as keyof typeof socialMediaIconTypes];
+              return (
+                <ListSocialItem key={index}>
+                  <LinkSocial external={socialItem.external} href={socialItem.link} title={socialItem.title}>
+                    <Icon />
+                  </LinkSocial>
+                </ListSocialItem>
+              );
+            })}
+        </ListSocial>
+      </div>
+    </div>
+  </PageFooter>
+);
diff --git a/apps/vth-frontend/src/components/LanguageSwitcher/index.style.css b/apps/vth-frontend/src/components/LanguageSwitcher/index.style.css
new file mode 100644
index 000000000..4411dfb38
--- /dev/null
+++ b/apps/vth-frontend/src/components/LanguageSwitcher/index.style.css
@@ -0,0 +1,43 @@
+.utrecht-language-switcher {
+  display: flex;
+  justify-content: flex-end;
+  padding-block-end: 10px;
+  padding-block-start: 10px;
+}
+
+[dir="ltr"] .utrecht-language-switcher_item {
+  margin-inline-start: 20px;
+}
+
+[dir="rtl"] .utrecht-language-switcher_item {
+  margin-inline-end: 20px;
+}
+
+.utrecht-language-switcher_item::after {
+  content: " | ";
+}
+
+[dir="ltr"] .utrecht-language-switcher_item::after {
+  margin-inline-start: 10px;
+}
+
+[dir="rtl"] .utrecht-language-switcher_item::after {
+  margin-inline-end: 10px;
+}
+
+.utrecht-language-switcher_item:last-child::after {
+  content: none;
+}
+
+.utrecht-language-switcher_item--current {
+  --utrecht-link-color: black;
+  --utrecht-link-visited-color: black;
+
+  font-weight: 700;
+}
+
+.utrecht-language-switcher__skeleton-body {
+  justify-content: flex-end;
+  padding-block-end: 10px;
+  padding-block-start: 10px;
+}
diff --git a/apps/vth-frontend/src/components/LanguageSwitcher/index.tsx b/apps/vth-frontend/src/components/LanguageSwitcher/index.tsx
new file mode 100644
index 000000000..8738f11ea
--- /dev/null
+++ b/apps/vth-frontend/src/components/LanguageSwitcher/index.tsx
@@ -0,0 +1,58 @@
+'use client';
+import clsx from 'clsx';
+import Link from 'next/link';
+import React from 'react';
+import Skeleton from 'react-loading-skeleton';
+import './index.style.css';
+
+type T = keyof typeof mappedLocales;
+const mappedLocales = { nl: 'Netherlands', en: 'English' };
+type LanguageSwitcherItemsType = { pathname: string; locale: string };
+
+interface LanguageSwitcherProps {
+  items: LanguageSwitcherItemsType[];
+  currentLocale: string;
+  loading?: boolean;
+  onClick?: React.MouseEventHandler<HTMLAnchorElement>;
+}
+
+export const LanguageSwitcher: React.FC<LanguageSwitcherProps> = ({ items, currentLocale, loading, onClick }) => (
+  <div className="utrecht-language-switcher">
+    {items &&
+      items
+        .sort((a, b) => a.locale.localeCompare(b.locale))
+        .map(({ locale, pathname }) =>
+          loading ? (
+            <LanguageSwitcherSkeleton key={locale} />
+          ) : (
+            <span key={locale} className="utrecht-language-switcher_item">
+              <Link
+                href={pathname}
+                locale={locale}
+                onClick={onClick}
+                className={clsx('utrecht-link', {
+                  'utrecht-language-switcher_item--current': locale === currentLocale,
+                })}
+                hrefLang={locale}
+                lang={locale}
+                rel={locale !== currentLocale ? 'alternate' : ''}
+                title={mappedLocales[locale as T]}
+              >
+                {locale.toUpperCase()}
+              </Link>
+            </span>
+          ),
+        )}
+  </div>
+);
+
+export const LanguageSwitcherSkeleton = () => (
+  <div className="utrecht-language-switcher__skeleton">
+    <Skeleton
+      containerClassName="utrecht-language-switcher__skeleton-container"
+      duration={1000}
+      height="100%"
+      className="utrecht-language-switcher__skeleton-body"
+    />
+  </div>
+);
diff --git a/apps/vth-frontend/src/components/Logo/index.tsx b/apps/vth-frontend/src/components/Logo/index.tsx
new file mode 100644
index 000000000..e8d86f508
--- /dev/null
+++ b/apps/vth-frontend/src/components/Logo/index.tsx
@@ -0,0 +1,102 @@
+'use client';
+
+import Link from 'next/link';
+interface LogoProps {
+  locale: string;
+}
+export const Logo = ({ locale }: LogoProps) => (
+  <Link href={`/${locale}`} className="utrecht-link" prefetch={false} aria-label="Gemeente Utrecht Logo">
+    <svg width="188" height="101" viewBox="0 0 188 101" fill="none">
+      <g clipPath="url(#clip0_908_6411)">
+        <path
+          d="M122.038 61.4569C123.662 60.644 125.151 59.6582 126.454 58.5167C126.742 58.1017 127.063 57.7903 127.435 57.5828C129.956 54.9539 131.53 51.5468 131.53 47.3786C131.53 47.3786 131.53 44.4039 131.53 43.6602C131.428 43.6948 131.327 43.7121 131.208 43.7121C131.09 43.7121 130.972 43.6948 130.853 43.6602L130.582 45.234C128.078 44.7498 128.349 42.2074 130.041 41.3426C131.005 40.8411 131.31 40.4779 131.022 40.0974C130.938 39.9936 130.836 39.9417 130.718 39.9417C130.362 39.9417 129.838 40.3395 129.33 40.72C129.11 40.893 128.823 40.9794 128.518 40.9794C127.858 40.9794 127.148 40.547 126.843 39.5266L125.963 40.0282C125.811 38.1084 126.979 37.1572 128.163 37.1572C128.721 37.1572 129.297 37.3647 129.736 37.7798C129.906 37.9355 130.075 38.0047 130.244 38.0047C130.785 38.0047 131.158 37.3129 130.43 36.9151C129.736 36.5346 129.077 35.3585 129.72 34.6148L128.671 33.6117C129.144 33.3177 129.652 33.1793 130.126 33.1793C130.633 33.1793 131.124 33.3523 131.53 33.6982V20.1387C131.208 20.0696 130.836 19.7409 130.836 19.274C130.836 18.7551 131.141 18.4438 131.53 18.2882V17.164C130.735 17.3369 130.142 17.8385 129.906 18.5303L128.789 18.5476C128.738 17.6828 129.144 16.9045 130.007 16.6105V15.4863C129.28 15.642 128.806 16.0052 128.518 16.3338C128.434 16.4203 128.366 16.524 128.281 16.6278L127.435 16.6451C127.402 15.8149 127.808 15.0713 128.569 14.8118V14.293H125.473H90.2809H87.1846V14.8118C87.9629 15.0713 88.369 15.8149 88.3182 16.6451L87.4723 16.6278C87.4046 16.524 87.32 16.4376 87.2354 16.3338C86.9478 16.0225 86.4571 15.6593 85.7465 15.4863V16.6105C86.5925 16.9045 86.9985 17.6828 86.9647 18.5476L85.848 18.5303C85.6112 17.8385 85.019 17.3542 84.2238 17.164V18.2882C84.6129 18.4438 84.9006 18.7551 84.9006 19.274C84.9006 19.7237 84.5452 20.0696 84.2238 20.1387V33.6809C84.6298 33.335 85.1036 33.1793 85.6112 33.1793C86.1018 33.1793 86.6094 33.335 87.0662 33.6117L86.0172 34.6148C86.6432 35.3758 85.9834 36.5346 85.3066 36.9151C84.5791 37.3129 84.9682 38.0047 85.4927 38.0047C85.6619 38.0047 85.8311 37.9355 86.0003 37.7798C86.4402 37.3647 87.0154 37.1572 87.5738 37.1572C88.7581 37.1572 89.9256 38.0911 89.7733 40.0282L88.8596 39.5093C88.5551 40.5298 87.8445 40.9621 87.1846 40.9621C86.8801 40.9621 86.5925 40.8757 86.3725 40.7027C85.8649 40.3222 85.3404 39.9244 84.9851 39.9244C84.8667 39.9244 84.7483 39.9763 84.6806 40.0801C84.4099 40.4606 84.6975 40.8411 85.6619 41.3253C87.3708 42.1901 87.6415 44.7325 85.1205 45.2167L84.8498 43.6429C84.7314 43.6775 84.6129 43.6948 84.4945 43.6948C84.393 43.6948 84.2915 43.6775 84.1899 43.6602V47.3786C84.1899 51.5641 85.7804 54.9712 88.3182 57.6001C88.6397 57.7903 88.9442 58.0844 89.2149 58.4649C90.5177 59.6409 92.0404 60.6267 93.6816 61.4569H122.038Z"
+          fill="white"
+        />
+        <path
+          d="M132.224 2.54953C132.224 2.35928 132.207 2.18633 132.19 1.99608H129.635C129.618 3.48347 129.246 4.91897 128.603 6.04316C128.163 6.80414 127.638 7.37488 127.046 7.72079H127.232C129.99 7.73808 132.224 5.42053 132.224 2.54953ZM129.635 12.4597C129.432 12.4251 129.246 12.4078 129.043 12.4078C128.89 12.4078 128.738 12.4251 128.586 12.4424C128.112 12.4943 127.638 12.6499 127.266 12.9266C126.843 13.238 126.539 13.7568 126.522 14.3103H127.317C127.672 14.0162 128.095 13.8087 128.552 13.7049V14.8291C127.774 15.0885 127.368 15.8322 127.419 16.6624L128.264 16.6451C128.332 16.5413 128.417 16.4549 128.501 16.3511C128.789 16.0398 129.28 15.6766 129.99 15.5036V16.6278C129.144 16.9218 128.738 17.7001 128.772 18.5649L129.889 18.5476C130.143 17.8212 130.769 17.3196 131.614 17.164V18.2708C131.175 18.4092 130.819 18.7205 130.819 19.2913C130.819 19.7928 131.259 20.156 131.614 20.156L131.581 21.1073C131.581 21.1073 131.581 21.1073 131.598 21.1073C131.834 21.1073 132.037 21.0381 132.257 20.9343C132.951 20.5538 133.222 19.7236 133.205 18.9627L134.22 18.4611C134.22 18.4957 134.237 18.5303 134.237 18.5822C134.322 19.2221 134.237 19.8447 134.034 20.3809L135.946 22.2314C136.318 21.2975 136.809 20.4154 137.401 19.6026C137.621 19.3259 137.841 19.0491 138.078 18.807C137.249 18.1671 136.233 17.3715 135.895 17.1121C134.829 16.2992 133.848 15.3998 132.833 14.5178C132.207 13.9816 131.564 13.4455 130.887 12.9785C130.498 12.7191 130.075 12.5461 129.635 12.4597ZM147.383 46.7906C147.535 46.8771 147.688 46.9117 147.84 46.9117C148.212 46.9117 148.568 46.7041 148.771 46.3755C148.737 46.1853 148.669 45.9777 148.618 45.7875C148.449 45.2686 148.195 44.7671 147.84 44.2828C147.383 43.6602 146.774 43.0894 145.962 42.6225C145.844 42.5533 145.708 42.4668 145.556 42.3803C146.097 43.0548 146.419 43.5391 146.622 43.9542C146.842 44.3693 146.943 44.6979 147.096 45.0092C147.045 45.0611 147.011 45.113 146.977 45.1648C146.605 45.7356 146.825 46.4966 147.383 46.7906ZM69.0981 43.9369C69.3011 43.5391 69.6225 43.0375 70.164 42.363C70.0286 42.4495 69.8763 42.536 69.7579 42.6052C68.9458 43.0721 68.3367 43.6429 67.8799 44.2655C67.5246 44.7498 67.2877 45.2686 67.1016 45.7702C67.0339 45.9604 66.9832 46.168 66.9493 46.3582C67.1523 46.6868 67.5076 46.8944 67.8799 46.8944C68.0321 46.8944 68.1844 46.8598 68.3367 46.7733C68.895 46.4793 69.115 45.7183 68.7258 45.1303C68.692 45.0784 68.6582 45.0265 68.6074 44.9746C68.7766 44.6806 68.8781 44.352 69.0981 43.9369ZM139.194 13.2552C139.397 13.2552 139.617 13.238 139.837 13.2207C139.177 12.9785 138.653 12.5807 138.314 12.0273C137.841 11.2836 137.773 10.488 137.959 9.77891C137.925 9.77891 137.892 9.79621 137.858 9.79621C137.062 9.96916 136.656 10.5918 136.809 11.422C137.029 12.6672 137.79 13.2552 139.194 13.2552ZM148.855 48.2088C148.872 48.0358 148.889 47.8629 148.889 47.6726C148.568 47.8629 148.195 47.9667 147.823 47.9667C147.485 47.9667 147.18 47.8802 146.876 47.7245C146.283 47.4132 145.877 46.8425 145.759 46.168C145.674 45.7356 145.725 45.2859 145.894 44.8881C145.894 44.8881 145.894 44.8708 145.877 44.8708C145.421 44.7844 144.913 44.7152 144.355 44.646C143.424 44.5422 142.578 44.4903 141.8 44.4903C134.525 44.4903 133.932 48.572 133.932 48.572C132.799 52.9131 136.2 54.8674 136.2 54.8674C136.2 54.8674 136.978 58.828 135.252 60.3327L133.459 59.7101L132.562 59.3988L132.054 59.2258C131.242 58.0498 129.923 57.2196 128.671 57.2196C127.452 57.2196 126.285 58.0152 125.71 60.0733L126.979 59.7966C126.979 61.1283 127.402 61.4742 128.061 61.4742C128.197 61.4742 128.349 61.4569 128.501 61.4396C128.687 61.405 128.874 61.3704 129.077 61.3358C129.703 61.2148 130.159 61.0764 130.481 61.0764C130.785 61.0764 130.988 61.1975 131.107 61.5261C131.276 62.0276 130.802 62.339 130.193 62.4946C128.704 62.8405 127.858 63.9128 128.129 65.3483C128.197 65.6769 128.298 66.0055 128.484 66.3687C128.552 66.5244 128.637 66.6628 128.738 66.8184C128.738 66.8184 128.755 66.8184 128.755 66.8357L130.227 65.9191C130.447 66.1439 130.701 66.2304 130.955 66.2304C131.513 66.2304 132.054 65.8153 132.257 65.4521C132.274 65.4175 132.291 65.3829 132.308 65.3483C132.477 65.0024 132.494 64.6046 132.494 64.2414C132.494 64.0339 132.477 63.8263 132.477 63.6361C132.477 63.4113 132.477 63.221 132.528 63.0827C132.613 62.8059 132.833 62.6157 133.07 62.5119C133.154 62.4773 133.256 62.46 133.34 62.46C133.493 62.46 133.645 62.5119 133.78 62.6157C134.135 62.8751 134.135 63.2729 134.085 63.6707C134.034 64.0858 133.966 64.4663 134.186 64.8122C134.203 64.8468 134.22 64.8641 134.237 64.8986C134.322 65.0024 134.423 65.1062 134.525 65.1927C134.592 65.2445 134.897 65.4694 134.897 65.5559L134.745 67.3892C135.692 67.32 136.741 67.1124 137.249 66.2304C137.35 66.0574 137.435 65.8326 137.485 65.6077C137.672 64.9332 137.756 64.1031 137.858 62.9443C138.281 62.7713 138.653 62.5465 138.974 62.2525C139.38 61.8893 139.702 61.4396 139.888 60.8689C140.396 59.3123 140.835 56.1992 140.159 52.9131C140.159 52.9131 146.977 52.0483 148.449 51.2873C148.584 50.2323 148.72 49.1773 148.855 48.2088ZM142.849 8.08399C142.849 8.08399 141.918 8.65473 142.104 9.55408C142.409 10.2113 142.798 10.8858 143.289 11.4738L144.236 10.5053C145.353 9.45031 146.334 9.06981 147.146 9.06981C148.212 9.06981 148.957 9.76162 149.261 10.5572C149.735 11.7679 149.684 12.7364 149.515 13.359C149.38 13.826 149.007 14.2065 148.161 14.2757C148.009 14.293 147.84 14.293 147.671 14.293C145.928 14.293 143.644 13.653 143.644 13.653C143.289 15.5901 143.069 15.9706 145.776 15.9706C146.402 15.9706 147.18 15.9533 148.145 15.9187L145.437 17.1813C145.133 17.164 144.845 17.1467 144.558 17.1467C142.561 17.1467 140.971 17.752 139.719 18.7378C139.431 18.9627 139.16 19.2048 138.907 19.4642C137.942 20.4673 137.249 21.7126 136.758 23.027C136.623 23.4075 136.504 23.788 136.403 24.1685C135.878 26.1747 135.81 28.2675 136.081 29.9451C136.284 29.6857 136.487 29.4435 136.724 29.2014L136.843 29.0803C137.655 28.2675 139.025 26.8666 140.666 26.0018C141.275 25.4483 141.851 24.8949 142.409 24.2896C143.61 22.9924 144.676 21.5569 145.471 19.9312C144.981 21.678 144.152 23.3556 143.17 24.8949C142.781 25.5002 142.375 26.0883 141.952 26.659C141.58 26.8147 141.242 26.9876 140.903 27.1952C139.465 28.0253 138.247 29.3052 137.536 30.0316C137.113 30.4467 136.775 30.9136 136.453 31.3979C136.2 31.7784 135.98 32.1589 135.743 32.5567C135.574 32.8507 135.387 33.162 135.218 33.456C134.457 34.7186 133.442 35.9638 132.867 35.9638C132.663 35.9638 132.511 35.8082 132.444 35.4623C132.139 33.8884 131.175 33.1966 130.126 33.1966C129.635 33.1966 129.127 33.3522 128.671 33.629L129.72 34.6321C129.094 35.3931 129.753 36.5518 130.43 36.9323C131.158 37.3301 130.769 38.0219 130.244 38.0219C130.075 38.0219 129.906 37.9528 129.736 37.7971C129.297 37.382 128.721 37.1745 128.163 37.1745C126.979 37.1745 125.811 38.1084 125.963 40.0455L126.877 39.5266C127.182 40.547 127.892 40.9794 128.552 40.9794C128.857 40.9794 129.144 40.8929 129.364 40.72C129.872 40.3395 130.396 39.9417 130.752 39.9417C130.87 39.9417 130.988 39.9936 131.056 40.0974C131.327 40.4779 131.039 40.8583 130.075 41.3426C128.366 42.2074 128.095 44.7498 130.616 45.234L130.887 43.6602C131.005 43.6948 131.124 43.7121 131.242 43.7121C131.97 43.7121 132.477 43.0548 132.562 42.5706C132.68 41.8615 132.647 41.4291 132.68 40.9794C132.697 40.5816 132.951 40.4087 133.205 40.4087C133.509 40.4087 133.814 40.6335 133.848 41.0313C133.899 41.775 133.882 42.7435 135.168 42.9684L135.574 44.3001C136.792 43.8677 138.01 42.4322 135.794 40.0109C135.76 38.7829 137.029 38.0738 138.805 37.0534C139.11 36.8805 139.431 36.6902 139.753 36.5C139.922 36.3962 140.091 36.2924 140.26 36.1887C140.616 35.9638 141.986 34.9434 143.187 33.8884L144.236 34.4591C144.016 34.6494 143.779 34.8569 143.509 35.0991C142.426 36.0157 141.258 36.915 140.819 37.1745C140.734 37.2264 140.649 37.2782 140.565 37.3301C141.715 38.4197 142.95 39.371 144.067 40.132C144.524 40.4433 144.964 40.7373 145.37 40.9967C145.776 41.2561 146.165 41.481 146.486 41.6712C147.383 42.1901 148.094 42.83 148.635 43.5564C148.99 44.0234 149.261 44.5249 149.464 45.0265C149.667 45.5107 149.803 46.0123 149.87 46.5139C149.904 46.6868 149.921 46.8425 149.938 47.0154C149.972 47.4824 149.955 47.9321 149.904 48.3645C149.836 48.8314 149.786 49.2984 149.718 49.7654C149.633 50.4745 149.566 51.1663 149.515 51.8754C149.447 52.7055 149.413 53.5184 149.413 54.3313C149.413 56.8218 149.786 58.6032 151.478 60.2981C152.696 61.5261 154.405 61.8201 156.063 61.9412C156.926 61.9931 159.345 62.3563 160.986 62.6157C161.934 62.754 162.644 63.5669 162.695 64.5527C162.763 65.8845 162.746 67.6313 162.289 68.2193L160.056 67.908C159.531 67.1124 158.279 66.4898 157.061 66.4898C156.113 66.4898 155.183 66.8703 154.658 67.8734C154.506 68.1674 154.371 68.5133 154.303 68.9284C154.286 69.0495 154.269 69.1706 154.252 69.3089L154.963 69.0149L155.369 68.8419C155.386 68.9457 155.403 69.0322 155.42 69.1187C155.657 70.1218 156.164 70.485 156.773 70.485C157.061 70.485 157.365 70.3985 157.687 70.2775C157.721 70.2602 157.755 70.2429 157.805 70.2256C158.381 69.9834 158.787 69.7932 159.091 69.7932C159.294 69.7932 159.447 69.8797 159.582 70.1218C159.768 70.4504 159.582 70.7271 159.26 70.952C159.159 71.0211 159.024 71.0903 158.905 71.1422C157.196 71.8686 156.706 73.5635 158.279 75.3276L159.463 74.2553C159.65 74.3764 159.836 74.4283 160.005 74.4283C160.58 74.4283 161.105 73.8921 161.24 73.4943C161.46 72.889 161.223 72.1972 161.138 71.6957C161.122 71.5573 161.105 71.4189 161.122 71.3152C161.155 71.0384 161.342 70.8136 161.561 70.6925C161.663 70.6406 161.765 70.6061 161.883 70.6061C161.984 70.6061 162.086 70.6234 162.187 70.6752C162.289 70.7271 162.374 70.7963 162.441 70.8828C162.594 71.073 162.627 71.3325 162.627 71.5919C162.627 71.7302 162.627 71.8859 162.644 72.0243C162.678 72.2664 162.746 72.4912 162.949 72.6815C163.05 72.768 163.152 72.8371 163.253 72.9063C163.321 72.9409 163.643 73.0966 163.659 73.1657L163.812 74.8607C164.996 74.5667 166.299 73.9786 165.977 72.0934C165.927 71.7821 165.825 71.4189 165.656 71.0211C165.605 70.8828 165.537 70.7271 165.453 70.5715C166.485 70.0526 167.162 69.0668 167.331 67.908C167.483 66.853 167.314 63.0999 167.196 60.9553C167.145 60.0906 166.502 59.3815 165.673 59.2604C164.725 59.1221 163.507 58.9318 162.61 58.7416C161.189 58.4302 159.819 57.7903 159.497 56.7526C159.227 55.8533 159.379 55.7495 159.463 54.8329C159.531 54.1237 159.616 53.3974 159.667 52.6882C159.667 52.5845 159.683 52.4634 159.683 52.3596C159.7 51.9446 159.683 51.5122 159.633 51.0971C159.717 51.149 159.802 51.2009 159.886 51.2528C160.157 51.4084 160.445 51.5122 160.732 51.5987C161.054 51.6851 161.375 51.7197 161.714 51.7197C162.424 51.7197 163.118 51.5295 163.744 51.1317C164.878 50.4226 165.537 49.1946 165.504 47.8456C165.453 45.4416 164.116 43.7466 162.83 42.1036C162.221 41.3253 161.578 40.5124 161.105 39.6477C159.599 36.8805 159.244 33.8711 160.056 30.7061C160.411 29.3225 161.223 28.0772 162.086 26.7455C162.407 26.2439 162.712 25.777 163.017 25.2581C163.017 25.2581 163.693 25.5694 164.133 25.4656C164.252 25.431 164.37 25.3792 164.505 25.2927C165.537 24.6355 166.637 21.9547 166.586 18.7378C166.553 16.1781 165.96 14.0508 164.793 12.304C165.047 13.0304 165.267 13.7914 165.402 14.5524C165.554 15.3826 165.605 16.2473 165.554 17.0775C165.504 17.9249 165.334 18.7378 165.064 19.4988C165.182 18.6859 165.182 17.8731 165.081 17.0775C164.979 16.2819 164.776 15.5209 164.488 14.7945C164.235 14.1546 163.93 13.532 163.575 12.9439C163.812 14.4313 163.812 15.936 163.423 17.8039C163.186 18.9627 162.695 20.0695 162.272 21.0381C161.883 21.9201 161.595 22.6292 161.477 23.2173C161.342 23.8572 161.426 24.3415 161.849 24.7392C161.781 24.8603 161.697 24.9814 161.629 25.1024C161.443 25.3965 161.24 25.7078 161.037 26.0191C160.157 27.3854 159.244 28.7863 158.837 30.3775C157.958 33.8365 158.364 37.2609 160.005 40.2876C160.529 41.2561 161.206 42.1036 161.849 42.9338C163.05 44.473 164.201 45.9258 164.252 47.8975C164.269 48.7968 163.846 49.5751 163.101 50.0421C162.323 50.5264 161.392 50.5609 160.597 50.1632C160.58 50.1459 160.546 50.1459 160.529 50.1286C159.92 49.8 159.379 49.1773 159.057 48.4509C159.041 48.4163 159.041 48.3817 159.024 48.3472C158.634 47.1884 158.161 46.0469 157.619 44.9573C156.029 41.7058 154.049 38.6619 152.797 35.2374C151.714 32.2972 152.205 28.7171 152.205 28.7171C153.305 29.1668 154.912 29.2187 154.912 29.2187C154.861 25.5521 162.56 17.0429 157.873 6.66578C157.552 7.20193 157.129 7.75538 156.536 8.32612L156.113 8.7412V7.23652C158.567 4.64225 157.433 2.16904 156.52 1.33887C155.826 1.59829 155.031 2.37658 154.438 3.32781L153.406 2.98191C153.66 2.54953 153.948 2.13445 154.269 1.75395C154.168 1.68477 154.066 1.63289 153.948 1.61559C153.897 1.61559 153.829 1.59829 153.745 1.59829C152.205 1.59829 146.419 2.96461 145.844 3.27593L145.387 4.86708C143.813 5.29946 142.358 6.16422 141.326 6.73496C141.411 7.18464 141.884 8.20505 142.849 8.08399ZM154.337 18.2363C154.76 17.0429 155.098 15.8149 155.369 14.5697C155.234 15.8495 155.048 17.1121 154.76 18.3746C154.472 19.6372 154.083 20.8651 153.626 22.0758C153.17 23.2864 152.645 24.4625 152.104 25.6213C151.664 26.5379 151.207 27.4373 150.75 28.3366C150.327 28.1983 149.82 27.9734 149.261 27.6448C150.564 25.7251 151.816 23.7707 152.865 21.7126C153.423 20.5884 153.931 19.4296 154.337 18.2363ZM149.887 20.1214C149.617 20.9516 149.346 21.7991 149.007 22.6292C148.669 23.4594 148.246 24.2723 147.806 25.0333C147.535 25.5002 147.265 25.9672 146.994 26.4342C146.419 26.2266 145.844 26.1056 145.285 26.071C145.776 25.4829 146.283 24.8776 146.757 24.2896C147.299 23.6151 147.789 22.9405 148.246 22.2314C148.686 21.505 149.092 20.7441 149.481 19.9658C149.87 19.1875 150.243 18.3919 150.632 17.6136C150.395 18.4438 150.141 19.2913 149.887 20.1214ZM149.549 5.1611C148.364 6.35447 147.975 7.08087 147.975 7.08087C146.402 7.15005 146.063 6.12963 146.063 5.12651C147.603 5.55889 149.549 5.1611 149.549 5.1611ZM128.569 8.82768H87.2185V11.3528C87.7768 11.4047 88.4874 11.5949 89.1135 12.0446C89.8241 12.5807 90.264 13.4109 90.2809 14.2584V14.293H125.456V14.2584C125.473 13.4109 125.913 12.5807 126.623 12.0446C127.266 11.5603 128.011 11.3874 128.569 11.3355V8.82768ZM95.8811 13.3763L92.4804 11.6468L95.8811 9.91728L99.2819 11.6468L95.8811 13.3763ZM107.877 13.1861C106.219 13.1861 104.865 12.4943 104.865 11.6468C104.865 10.7993 106.219 10.1075 107.877 10.1075C109.535 10.1075 110.888 10.7993 110.888 11.6468C110.888 12.4943 109.535 13.1861 107.877 13.1861ZM119.873 13.3763L116.472 11.6468L119.873 9.91728L123.273 11.6468L119.873 13.3763ZM84.5622 61.5261C84.6806 61.1975 84.8837 61.0764 85.1882 61.0764C85.5097 61.0764 85.9665 61.1975 86.5925 61.3358C86.7955 61.3704 86.9816 61.405 87.1678 61.4396C87.32 61.4569 87.4723 61.4742 87.6077 61.4742C88.2675 61.4742 88.6905 61.1456 88.6905 59.7966L89.9594 60.0733C89.3842 58.0152 88.2167 57.2196 86.9986 57.2196C85.7465 57.2196 84.4268 58.067 83.6147 59.2258L83.1071 59.3988L82.2443 59.7447L80.4508 60.3673C78.7082 58.8626 79.5034 54.902 79.5034 54.902C79.5034 54.902 82.9041 52.9477 81.7705 48.6066C81.7705 48.6066 81.1784 44.5249 73.9031 44.5249C73.1248 44.5249 72.2789 44.5768 71.3483 44.6806C70.79 44.7498 70.2824 44.8189 69.8256 44.9054C69.8256 44.9054 69.8256 44.9227 69.8087 44.9227C69.9778 45.3205 70.0286 45.7702 69.944 46.2026C69.8256 46.8771 69.4195 47.4478 68.8273 47.7591C68.5397 47.9148 68.2183 48.0013 67.8799 48.0013C67.5076 48.0013 67.1523 47.8975 66.814 47.7072C66.814 47.8975 66.8309 48.0704 66.8478 48.2434C66.9832 49.2119 67.1185 50.2496 67.2031 51.3392C68.6751 52.1002 75.4935 52.965 75.4935 52.965C74.8337 56.2511 75.2566 59.3642 75.7642 60.9208C75.9503 61.4915 76.2718 61.9412 76.6779 62.3044C76.9993 62.5984 77.3715 62.8232 77.7945 62.9962C77.8791 64.1377 77.9637 64.9851 78.1667 65.6596C78.2175 65.9018 78.3021 66.1093 78.4036 66.2823C78.9112 67.1643 79.9602 67.3719 80.9076 67.441L80.7554 65.6077C80.7554 65.5213 81.0768 65.2964 81.1276 65.2446C81.2291 65.1581 81.3306 65.0543 81.4152 64.9505C81.4321 64.9159 81.4491 64.8986 81.466 64.8641C81.6859 64.5009 81.6183 64.1204 81.5675 63.7226C81.5167 63.3248 81.5167 62.927 81.872 62.6676C82.0074 62.5638 82.1597 62.5119 82.3119 62.5119C82.4135 62.5119 82.4981 62.5292 82.5827 62.5638C82.8195 62.6503 83.0395 62.8578 83.1241 63.1345C83.1748 63.2729 83.1748 63.4631 83.1748 63.688C83.1748 63.8782 83.1579 64.0858 83.1579 64.2933C83.1579 64.6565 83.1917 65.0543 83.344 65.4002C83.3609 65.4348 83.3779 65.4694 83.3948 65.504C83.5978 65.8499 84.1392 66.2823 84.6976 66.2823C84.9513 66.2823 85.2051 66.1958 85.4251 65.9709L86.897 66.8876C86.897 66.8876 86.914 66.8876 86.914 66.8703C87.0155 66.7146 87.0832 66.559 87.1678 66.4206C87.3369 66.0574 87.4554 65.7288 87.5231 65.4002C87.7938 63.9474 86.9478 62.8924 85.4589 62.5465C84.8837 62.3563 84.393 62.0449 84.5622 61.5261ZM139.956 69.5338C139.55 68.8938 139.059 68.4442 138.602 68.0983C138.433 67.9945 138.264 67.908 138.078 67.8042L137.604 67.5621C136.792 68.2712 135.692 68.4442 134.88 68.496L133.645 68.5825L133.746 67.32L133.848 66.0055C133.712 65.8845 133.577 65.7461 133.442 65.5732C133.442 65.5559 133.425 65.5559 133.425 65.5386C133.374 65.6942 133.306 65.8499 133.222 65.9882C132.85 66.6455 131.97 67.3027 131.005 67.3027C130.752 67.3027 130.515 67.2508 130.278 67.1643L129.72 67.5102C129.753 67.5448 129.804 67.5794 129.838 67.614C131.648 69.3262 133.002 69.5165 135.303 70.0526C136.859 70.4158 138.314 71.3325 138.805 72.9755C139.093 73.9267 139.042 74.9644 138.991 75.9503C138.991 75.9503 142.172 74.0997 140.48 70.4504C140.345 70.191 140.159 69.8624 139.956 69.5338ZM118.248 68.2712C117.25 67.2335 116.184 66.3514 115.118 65.8326C114.238 65.4002 113.359 65.1062 112.53 64.9159C111.988 64.7949 111.464 64.7084 110.973 64.6565C110.685 64.6219 110.415 64.6046 110.144 64.5873C109.433 64.6219 108.672 64.6392 107.877 64.6392C107.082 64.6392 106.32 64.6219 105.61 64.5873C105.339 64.6046 105.068 64.6219 104.764 64.6565C104.273 64.7084 103.749 64.7949 103.207 64.9159C102.378 65.1062 101.498 65.4002 100.619 65.8326C99.5526 66.3687 98.4867 67.2335 97.4885 68.2712C97.4208 68.3404 97.37 68.3923 97.3193 68.4614C95.1536 70.8655 95.7289 73.2176 95.7289 73.2176C95.7289 73.2176 98.5036 69.4473 102.649 69.4473C104.628 69.4473 106.337 70.1218 107.217 70.5715L107.86 70.9174L108.503 70.5715C109.383 70.1391 111.091 69.4473 113.071 69.4473C117.216 69.4473 119.991 73.2176 119.991 73.2176C119.991 73.2176 120.583 70.8655 118.401 68.4614C118.367 68.4096 118.316 68.3404 118.248 68.2712ZM96.7271 67.5102C98.3683 65.8153 100.179 64.743 101.82 64.1722C100.331 63.9301 99.062 63.6188 97.9284 63.2556C97.8099 63.2556 97.6915 63.2383 97.5731 63.2383C97.2178 63.2383 96.8625 63.2556 96.541 63.2902C95.5935 63.4113 94.6968 63.5842 93.8339 63.5842C91.5837 63.5842 89.6041 63.2383 87.9968 62.7886C88.166 63.0135 88.3183 63.2556 88.4198 63.5323C88.6736 64.1722 88.7243 64.8986 88.572 65.6423C88.6397 65.6596 88.6905 65.6769 88.7582 65.6942C89.0627 65.7634 89.3503 65.8326 89.5872 65.8672C90.044 65.9537 90.3147 65.9709 90.3147 65.9709C90.3147 65.9709 89.9087 66.1958 89.3334 66.5936C88.6397 67.0778 87.7092 67.8042 86.914 68.6863C83.1748 72.889 87.3031 76.0713 87.3031 76.0713C87.3031 76.0713 86.3895 71.9378 88.3352 70.6233C91.4483 68.5479 93.1064 70.3293 96.5917 67.614C96.6425 67.614 96.6763 67.5621 96.7271 67.5102ZM86.0173 67.5448L85.4589 67.1989C85.239 67.2854 84.9852 67.3373 84.7314 67.3373C83.7501 67.3373 82.8703 66.68 82.515 66.0228C82.4304 65.8672 82.3627 65.7288 82.3119 65.5732C82.3119 65.5905 82.295 65.5905 82.295 65.6077C82.1597 65.7807 82.0243 65.9191 81.889 66.0401L81.9905 67.3546L82.092 68.6171L80.8569 68.5306C80.0448 68.4787 78.9619 68.3058 78.1329 67.5967L77.6592 67.8388C77.4731 67.9426 77.3039 68.0291 77.1347 68.1328C76.6609 68.4787 76.1872 68.9284 75.7811 69.5683C75.5612 69.897 75.392 70.2083 75.2566 70.5196C73.5647 74.1689 76.7455 76.0194 76.7455 76.0194C76.6948 75.0336 76.6609 73.9959 76.9316 73.0447C77.4223 71.4016 78.8773 70.5023 80.4339 70.1218C82.7518 69.5683 84.0885 69.3954 85.8988 67.6832C85.9496 67.614 85.9834 67.5794 86.0173 67.5448ZM126.403 66.6282C125.828 66.2304 125.422 66.0055 125.422 66.0055C125.422 66.0055 125.71 65.9709 126.15 65.9018C126.386 65.8672 126.674 65.798 126.979 65.7288C127.029 65.7115 127.097 65.6942 127.165 65.6769C127.012 64.9332 127.063 64.2068 127.317 63.5669C127.419 63.3075 127.571 63.0481 127.74 62.8232C126.133 63.2729 124.153 63.6188 121.903 63.6188C121.04 63.6188 120.143 63.4286 119.196 63.3248C118.874 63.2902 118.519 63.2729 118.164 63.2729C118.045 63.2729 117.944 63.2729 117.825 63.2729C116.692 63.6361 115.406 63.9474 113.934 64.1895C115.575 64.7603 117.385 65.8153 119.027 67.5275C119.077 67.5794 119.111 67.614 119.145 67.6659C122.63 70.3812 124.288 68.5998 127.402 70.6752C129.347 71.9724 128.434 76.1232 128.434 76.1232C128.434 76.1232 132.545 72.9409 128.823 68.7382C128.028 67.8388 127.08 67.0951 126.403 66.6282ZM167.026 72.007C167.145 72.7507 167.077 73.4079 166.806 73.9959C166.231 75.2412 164.962 75.6908 164.065 75.933L162.864 76.2443L162.746 74.9817L162.627 73.8057C162.526 73.7365 162.407 73.65 162.306 73.5635C162.289 73.6673 162.255 73.7711 162.221 73.8748C161.934 74.6877 161.02 75.5179 159.988 75.5179C159.886 75.5179 159.785 75.5179 159.683 75.5006L158.956 76.1578L158.178 76.8669L157.467 76.0713C156.469 74.9644 156.063 73.7192 156.317 72.5777C156.401 72.2145 156.536 71.8686 156.739 71.5573C156.113 71.5573 155.555 71.3152 155.132 70.8655C154.98 70.6925 154.828 70.5023 154.726 70.2775L154.658 70.2947L153.017 70.9865L153.203 69.1879C153.203 69.1187 153.22 69.0668 153.22 68.9976C152.493 69.1187 151.613 69.3954 150.496 69.8278C150.344 69.9142 150.175 69.9834 150.023 70.0353C149.938 70.0699 149.87 70.1045 149.786 70.1218C150.141 70.3293 150.496 70.5369 150.818 70.7444C152.425 71.7994 153.525 72.9409 154.1 74.1343C154.455 74.5148 154.845 74.9298 155.268 75.3968C157.01 77.2993 159.362 78.1813 161.781 78.1813C165.927 78.1813 170.207 75.5698 171.713 70.9693C171.696 70.9865 169.649 71.6957 167.026 72.007ZM150.158 71.6265C148.009 70.2429 145.641 69.4646 145.641 69.4646C146.063 69.4992 146.453 69.5165 146.825 69.5165C147.755 69.5165 148.517 69.3954 149.143 69.2051C149.498 69.1014 149.82 68.963 150.09 68.8247C152.07 67.7869 152.137 65.9364 152.137 65.9364C150.564 67.0259 149.177 67.4064 147.891 67.4064C146.233 67.4064 144.727 66.8011 143.187 66.3514C142.73 66.2131 142.274 66.1612 141.834 66.1612C140.565 66.1612 139.465 66.6455 138.839 66.9914C139.634 67.4929 140.311 68.1328 140.835 68.9457C141.038 69.2743 141.225 69.6029 141.377 69.9142C141.884 70.6233 142.206 71.246 142.713 71.6611C143.881 72.6642 145.505 72.8717 146.977 72.9755C151.444 73.3214 153.271 77.4377 153.271 77.4377C153.643 76.4864 153.576 75.5871 153.22 74.7742C152.662 73.5289 151.461 72.4739 150.158 71.6265ZM76.8809 66.9914C76.2549 66.6455 75.172 66.1612 73.8862 66.1612C73.4463 66.1612 73.0064 66.2131 72.5326 66.3514C70.9761 66.8011 69.4872 67.4064 67.8291 67.4064C66.5433 67.4064 65.1559 67.0432 63.5824 65.9364C63.5824 65.9364 63.667 67.7869 65.6296 68.8247C65.9003 68.963 66.2218 69.1014 66.5771 69.2051C67.2031 69.3954 67.9814 69.5165 68.895 69.5165C69.2672 69.5165 69.6564 69.4992 70.0794 69.4646C70.0794 69.4646 67.7107 70.2429 65.5619 71.6265C64.2592 72.4739 63.0579 73.5289 62.5165 74.7742C62.1612 75.5871 62.0935 76.4691 62.4657 77.4377C62.4657 77.4377 64.2761 73.3214 68.7597 72.9755C70.2316 72.8544 71.839 72.6469 73.0233 71.6611C73.5309 71.2287 73.8523 70.606 74.3599 69.9142C74.5122 69.5856 74.6983 69.2743 74.9013 68.9457C75.4089 68.1328 76.0857 67.4756 76.8809 66.9914ZM50.2839 70.5888C50.2162 70.7444 50.1486 70.9001 50.0809 71.0384C49.9286 71.4362 49.8102 71.7821 49.7594 72.1107C49.421 73.9959 50.7407 74.5839 51.9251 74.878L52.0773 73.183C52.0943 73.1139 52.4157 72.9582 52.4834 72.9236C52.5849 72.8544 52.7034 72.7852 52.7879 72.6988C52.991 72.5085 53.0587 72.2837 53.0925 72.0416C53.1094 71.9032 53.1094 71.7648 53.1094 71.6092C53.1263 71.3497 53.1602 71.0903 53.2955 70.9001C53.3632 70.8136 53.4309 70.7444 53.5493 70.6925C53.6508 70.6406 53.7523 70.6233 53.8539 70.6233C53.9723 70.6233 54.0738 70.6579 54.1753 70.7098C54.3953 70.8309 54.5814 71.0557 54.6152 71.3325C54.6321 71.4362 54.6152 71.5746 54.5983 71.7129C54.5137 72.2145 54.2768 72.9063 54.4968 73.5116C54.6321 73.9094 55.1566 74.4456 55.7319 74.4456C55.918 74.4456 56.0872 74.3937 56.2733 74.2726L57.4576 75.3449C59.0311 73.5808 58.5405 71.8859 56.8316 71.1595C56.6963 71.1076 56.5778 71.0384 56.4763 70.9693C56.1549 70.7444 55.9688 70.4504 56.1549 70.1391C56.2902 69.8969 56.4425 69.8105 56.6455 69.8105C56.9501 69.8105 57.3392 70.0007 57.9314 70.2429C57.9652 70.2602 57.9991 70.2774 58.0498 70.2947C58.3713 70.4158 58.6758 70.5023 58.9635 70.5023C59.5725 70.5023 60.0632 70.1391 60.317 69.136C60.3339 69.0495 60.3508 68.9457 60.3677 68.8592L60.7738 69.0322L61.4844 69.3262C61.4675 69.2051 61.4506 69.0668 61.4337 68.9457C61.366 68.5306 61.2306 68.1847 61.0784 67.8907C60.5539 66.9049 59.6233 66.5071 58.6758 66.5071C57.4576 66.5071 56.2056 67.1297 55.6811 67.9253L53.4478 68.2366C52.991 67.6486 52.9741 65.9191 53.0417 64.57C53.0925 63.5842 53.8031 62.7886 54.7506 62.633C56.3748 62.3908 58.8112 62.0276 59.6741 61.9585C61.3152 61.8374 63.0241 61.5434 64.2592 60.3154C65.9511 58.6032 66.3233 56.8218 66.3233 54.3486C66.3233 53.5357 66.2895 52.7228 66.2218 51.8927C66.171 51.1836 66.0864 50.4745 66.0188 49.7827C65.968 49.3157 65.9003 48.8487 65.8326 48.3817C65.765 47.9494 65.765 47.4824 65.7988 47.0327C65.8157 46.8598 65.8326 46.7041 65.8665 46.5312C65.9511 46.0296 66.0864 45.5453 66.2725 45.0438C66.4756 44.5249 66.7632 44.0407 67.1016 43.5737C67.643 42.8473 68.3536 42.2074 69.2503 41.6885C69.5718 41.4983 69.9609 41.2734 70.367 41.014C70.7731 40.7546 71.213 40.4779 71.6698 40.1492C72.7864 39.3883 74.0215 38.437 75.172 37.3474C75.0874 37.2955 75.0028 37.2437 74.9183 37.1918C74.4953 36.9323 73.3279 36.0503 72.2281 35.1163C71.9574 34.8915 71.7205 34.684 71.5006 34.4764L72.5496 33.9057C73.7678 34.9607 75.1213 35.9984 75.4766 36.2059C75.6458 36.3097 75.815 36.4135 75.9842 36.5173C76.3056 36.7075 76.6271 36.8978 76.9316 37.0707C78.7082 38.1084 79.9771 38.8175 79.9433 40.0282C77.7438 42.4495 78.945 43.885 80.1632 44.3174L80.5693 42.9857C81.8551 42.7608 81.8382 41.7923 81.889 41.0486C81.9228 40.6508 82.2273 40.426 82.5319 40.426C82.7857 40.426 83.0395 40.5989 83.0564 40.9967C83.0902 41.4291 83.0564 41.8788 83.1748 42.5879C83.2594 43.0721 83.767 43.7293 84.4945 43.7293C84.613 43.7293 84.7314 43.7121 84.8498 43.6775L85.1205 45.2513C87.6246 44.7671 87.3539 42.2247 85.6619 41.3599C84.6976 40.8583 84.393 40.4952 84.6806 40.1147C84.7652 39.9936 84.8667 39.959 84.9852 39.959C85.3405 39.959 85.865 40.3568 86.3726 40.7373C86.5925 40.9102 86.8801 40.9967 87.1847 40.9967C87.8445 40.9967 88.5551 40.5643 88.8597 39.5439L89.7733 40.0628C89.9256 38.143 88.7582 37.1918 87.5738 37.1918C87.0155 37.1918 86.4402 37.3993 86.0003 37.8144C85.8311 37.9701 85.6619 38.0392 85.4928 38.0392C84.9513 38.0392 84.5791 37.3474 85.3066 36.9496C86.0003 36.5691 86.6602 35.3931 86.0173 34.6494L87.0662 33.6463C86.5925 33.3522 86.0849 33.2139 85.6112 33.2139C84.5622 33.2139 83.5978 33.9057 83.2933 35.4795C83.2256 35.8427 83.0733 35.9811 82.8703 35.9811C82.295 35.9811 81.2799 34.7186 80.5185 33.4733C80.3324 33.1793 80.1632 32.868 79.994 32.574C79.7741 32.1762 79.5372 31.7957 79.2834 31.4152C78.9619 30.9309 78.6236 30.4639 78.2006 30.0489C77.49 29.3225 76.2549 28.0599 74.8337 27.2125C74.4953 27.0222 74.14 26.832 73.7847 26.6763C73.3617 26.1056 72.9387 25.5175 72.5665 24.9122C71.5683 23.3556 70.7392 21.6953 70.2655 19.9485C71.0438 21.5915 72.1266 23.027 73.3279 24.3069C73.8862 24.9122 74.4614 25.4656 75.0705 26.0191C76.7117 26.8838 78.0821 28.2848 78.8943 29.0976L79.0127 29.2187C79.2496 29.4608 79.4695 29.703 79.6556 29.9624C79.9263 28.2675 79.8587 26.1747 79.3342 24.1858C79.2327 23.8053 79.1142 23.4075 78.9789 23.0443C78.4882 21.7126 77.7945 20.4673 76.8301 19.4815C76.5763 19.2221 76.3056 18.9799 76.018 18.7551C74.766 17.7693 73.1756 17.164 71.1791 17.164C70.8915 17.164 70.6039 17.1813 70.2993 17.1985L67.5922 15.936C68.5566 15.9533 69.3349 15.9879 69.9609 15.9879C72.668 15.9879 72.4481 15.6074 72.0928 13.6703C72.0928 13.6703 69.8087 14.3103 68.066 14.3103C67.8968 14.3103 67.7276 14.3103 67.5753 14.293C66.7294 14.2238 66.3571 13.8433 66.2218 13.3763C66.0526 12.7537 66.0018 11.7852 66.4756 10.5745C66.7801 9.77891 67.5246 9.08711 68.5905 9.08711C69.4026 9.08711 70.3839 9.4849 71.5006 10.5226L72.4481 11.4911C72.9387 10.9031 73.3279 10.2286 73.6324 9.57137C73.8354 8.67202 72.888 8.10128 72.888 8.10128C73.8524 8.22235 74.3261 7.20193 74.4784 6.73496C73.4463 6.16422 71.9743 5.29946 70.4177 4.86708L69.9609 3.27593C69.3688 2.96461 63.5824 1.59829 62.0597 1.59829C61.9751 1.59829 61.9243 1.59829 61.8566 1.61559C61.7382 1.63289 61.6198 1.68477 61.5352 1.75395C61.8566 2.11715 62.1443 2.53223 62.3981 2.98191L61.366 3.32781C60.7907 2.37658 59.9955 1.581 59.2849 1.33887C58.3544 2.16904 57.2377 4.64225 59.691 7.23652V8.7412L59.268 8.32612C58.6758 7.75538 58.2529 7.20193 57.9314 6.66578C53.2448 17.0429 60.943 25.5521 60.8922 29.2187C60.8922 29.2187 62.4996 29.1668 63.5993 28.7171C63.5993 28.7171 64.09 32.2972 63.0071 35.2374C61.7551 38.6619 59.7756 41.7058 58.1852 44.9573C57.6438 46.0642 57.17 47.1884 56.7809 48.3472C56.764 48.3817 56.764 48.4163 56.747 48.4509C56.4256 49.16 55.8842 49.7827 55.2751 50.1286C55.2581 50.1459 55.2243 50.1459 55.2074 50.1632C54.4122 50.5782 53.4816 50.5264 52.7034 50.0421C51.942 49.5751 51.5359 48.7795 51.5528 47.8975C51.6036 45.9258 52.7372 44.473 53.9554 42.9338C54.5983 42.1036 55.2751 41.2561 55.7996 40.2876C57.4407 37.2609 57.8468 33.8365 56.967 30.3775C56.5609 28.7863 55.6473 27.3854 54.7675 26.0191C54.5645 25.7078 54.3784 25.4138 54.1753 25.1024C54.0907 24.9814 54.023 24.8603 53.9554 24.7392C54.3784 24.3415 54.4629 23.8572 54.3276 23.2173C54.2092 22.6292 53.9046 21.9201 53.5324 21.0381C53.1094 20.0695 52.6188 18.9627 52.3819 17.8039C51.9927 15.936 51.9927 14.4313 52.2296 12.9439C51.8743 13.532 51.5698 14.1546 51.316 14.7945C51.0284 15.5209 50.8253 16.2819 50.7238 17.0775C50.6223 17.8731 50.6223 18.6859 50.7407 19.4988C50.47 18.7378 50.3008 17.9076 50.2501 17.0775C50.1993 16.23 50.2501 15.3826 50.4023 14.5524C50.5377 13.7914 50.7407 13.0304 51.0114 12.304C49.844 14.0508 49.2518 16.1781 49.218 18.7378C49.1842 21.9547 50.267 24.6528 51.2991 25.2927C51.4344 25.3792 51.5528 25.431 51.6713 25.4656C52.1112 25.5694 52.7879 25.2581 52.7879 25.2581C53.0925 25.777 53.397 26.2439 53.7185 26.7455C54.5814 28.0772 55.3935 29.3398 55.7488 30.7061C56.544 33.8711 56.2056 36.8805 54.6998 39.6477C54.2261 40.5124 53.6001 41.3253 52.9741 42.1036C51.6882 43.7466 50.3516 45.4416 50.3008 47.8456C50.267 49.1946 50.9268 50.4226 52.0604 51.1317C52.6695 51.5122 53.3801 51.7197 54.0907 51.7197C54.4122 51.7197 54.7506 51.6678 55.072 51.5987C55.3597 51.5122 55.6473 51.4084 55.918 51.2528C56.0026 51.2009 56.0872 51.149 56.1718 51.0971C56.121 51.5122 56.1041 51.9446 56.121 52.3596C56.121 52.4634 56.1379 52.5845 56.1379 52.6882C56.1887 53.3974 56.2902 54.1237 56.341 54.8329C56.4256 55.7495 56.5778 55.8533 56.3071 56.7526C55.9857 57.7903 54.6152 58.413 53.194 58.7416C52.2973 58.9491 51.0791 59.1393 50.1316 59.2604C49.2857 59.3815 48.6597 60.0906 48.6089 60.9553C48.4905 63.0826 48.3213 66.853 48.4736 67.908C48.5751 69.0841 49.2518 70.0699 50.2839 70.5888ZM69.6733 5.12651C69.6733 6.11234 69.318 7.15005 67.7614 7.08087C67.7614 7.08087 67.3554 6.35447 66.1879 5.1611C66.171 5.1611 68.1167 5.55889 69.6733 5.12651ZM66.2387 19.9658C66.6279 20.7441 67.0339 21.505 67.4738 22.2314C67.9306 22.9578 68.4213 23.6324 68.9627 24.2896C69.4364 24.8776 69.944 25.4829 70.4347 26.071C69.8763 26.1056 69.318 26.2266 68.7258 26.4342C68.4551 25.9672 68.1844 25.5002 67.9137 25.0333C67.4738 24.2723 67.0677 23.4594 66.7124 22.6292C66.3741 21.7991 66.0864 20.9689 65.8326 20.1214C65.5619 19.2913 65.3251 18.4438 65.0882 17.5963C65.4773 18.3919 65.8496 19.1875 66.2387 19.9658ZM63.6332 25.6213C63.0748 24.4625 62.5503 23.2864 62.1104 22.0758C61.6536 20.8651 61.2814 19.6199 60.9768 18.3746C60.6892 17.1121 60.4862 15.8495 60.3677 14.5697C60.6385 15.8149 60.9768 17.0429 61.3998 18.2363C61.8228 19.4296 62.3304 20.5884 62.8887 21.7126C63.9377 23.7707 65.1897 25.7251 66.4925 27.6448C65.9342 27.9734 65.4266 28.1983 65.0036 28.3366C64.5299 27.4373 64.0731 26.5379 63.6332 25.6213ZM95.6274 5.26487H96.7948C97.0993 6.26799 97.59 7.11546 98.1991 7.73808H100.568C99.9756 7.39218 99.4342 6.82144 99.0112 6.06045C98.3683 4.93626 97.996 3.50076 97.9791 2.01338H94.6291C94.6122 3.50076 94.24 4.93626 93.597 6.06045C93.1572 6.82144 92.6327 7.39218 92.0405 7.73808H94.2569C94.8321 7.11546 95.3228 6.26799 95.6274 5.26487ZM88.792 7.73808H89.0458C88.4536 7.39218 87.9122 6.82144 87.4892 6.06045C86.8463 4.93626 86.4741 3.50076 86.4571 2.01338H83.8347C83.8178 2.16904 83.8178 2.32469 83.8178 2.49764C83.7839 5.33405 86.0849 7.73808 88.792 7.73808ZM107.302 5.26487H108.469C108.774 6.26799 109.264 7.11546 109.873 7.73808H112.394C111.802 7.39218 111.278 6.82144 110.838 6.06045C110.195 4.93626 109.823 3.50076 109.806 2.01338H106.151C106.134 3.50076 105.762 4.93626 105.119 6.06045C104.679 6.82144 104.155 7.39218 103.562 7.73808H105.931C106.506 7.11546 106.997 6.26799 107.302 5.26487ZM64.919 70.7617C65.2405 70.5542 65.5789 70.3466 65.9511 70.1391C65.8665 70.1045 65.7988 70.0699 65.7142 70.0526C65.545 69.9834 65.3928 69.9143 65.2405 69.8451C64.1238 69.3954 63.244 69.136 62.5165 69.0149C62.5165 69.0841 62.5334 69.136 62.5334 69.2051L62.7195 71.0038L61.0784 70.312L61.0107 70.2947C60.8922 70.5196 60.7569 70.7098 60.6046 70.8828C60.1816 71.3325 59.6233 71.5746 58.9973 71.5746C59.2003 71.8859 59.3357 72.2318 59.4203 72.595C59.6741 73.7365 59.2511 74.9817 58.2698 76.0886L57.5592 76.8842L56.7809 76.1751L56.0534 75.5179C55.9518 75.5352 55.8503 75.5352 55.7488 75.5352C54.7167 75.5352 53.8031 74.705 53.5155 73.8921C53.4816 73.7884 53.4478 73.6846 53.4309 73.5808C53.3294 73.6673 53.2109 73.7538 53.1094 73.823L52.991 74.999L52.8725 76.2616L51.6713 75.9503C50.7746 75.7254 49.5056 75.2585 48.9304 74.0132C48.6597 73.4252 48.592 72.768 48.7104 72.0243C46.0879 71.7129 44.0238 71.0038 44.0238 71.0038C45.5296 75.6217 49.8102 78.2159 53.9554 78.2159C56.3748 78.2159 58.7435 77.3339 60.4693 75.4314C60.8922 74.9817 61.2645 74.5494 61.6367 74.1689C62.2119 72.9582 63.3117 71.8167 64.919 70.7617ZM119.162 5.26487H120.329C120.634 6.26799 121.125 7.11546 121.734 7.73808H124.052C123.459 7.39218 122.918 6.82144 122.495 6.06045C121.852 4.93626 121.48 3.50076 121.463 2.01338H117.995C117.978 3.50076 117.605 4.93626 116.962 6.06045C116.523 6.82144 115.998 7.37488 115.406 7.73808H117.775C118.367 7.11546 118.857 6.26799 119.162 5.26487ZM78.3359 19.5853C78.9281 20.3809 79.4188 21.2802 79.791 22.2141L81.7029 20.3463C81.4998 19.8101 81.4321 19.1875 81.4998 18.5476C81.4998 18.513 81.5167 18.4784 81.5167 18.4265L82.5319 18.9281C82.4981 19.7063 82.7857 20.5192 83.4794 20.8997C83.6993 21.0208 83.8854 21.0727 84.1392 21.0727C84.1392 21.0727 84.1392 21.0727 84.1561 21.0727L84.1223 20.1214C84.4607 20.1214 84.9175 19.7582 84.9175 19.2567C84.9175 18.6859 84.5622 18.3746 84.1223 18.2363V17.1294C84.9683 17.285 85.5943 17.8039 85.8481 18.513L86.9647 18.5303C87.0155 17.6655 86.6094 16.8872 85.7465 16.5932V15.469C86.4741 15.6247 86.9478 15.9879 87.2354 16.3165C87.32 16.403 87.3877 16.5067 87.4723 16.6105L88.3183 16.6278C88.3521 15.7976 87.946 15.0539 87.1847 14.7945V13.6703C87.6584 13.7741 88.0645 13.9643 88.4198 14.2757H89.215C89.1981 13.7395 88.8935 13.2207 88.4705 12.892C88.1152 12.6326 87.6584 12.477 87.2016 12.4078C87.0324 12.3905 86.8463 12.3732 86.6771 12.3732C86.491 12.3732 86.3218 12.3905 86.1357 12.4251C85.6789 12.4943 85.222 12.6845 84.8329 12.9439C84.1561 13.4109 83.5132 13.9471 82.8872 14.4832C81.872 15.348 80.8907 16.2646 79.8248 17.0775C79.4864 17.3369 78.4544 18.1325 77.6422 18.7724C77.896 19.0491 78.116 19.3086 78.3359 19.5853ZM78.9281 11.422C79.0804 10.5918 78.6743 9.98646 77.8791 9.79621C77.8453 9.79621 77.8114 9.77891 77.7776 9.77891C77.9637 10.488 77.8791 11.2663 77.4223 12.0273C77.0839 12.5634 76.5594 12.9785 75.8996 13.2207C76.1195 13.2552 76.3395 13.2552 76.5425 13.2552C77.9468 13.2552 78.7082 12.6672 78.9281 11.422Z"
+          fill="white"
+        />
+        <path
+          d="M65.122 89.2852C63.8023 89.2852 62.821 89.804 62.178 90.8417C61.5859 89.804 60.6722 89.2852 59.454 89.2852C58.2359 89.2852 57.3222 89.7694 56.7131 90.7207V89.5446H54.6321V99.3509H56.7131V93.8511C56.7131 93.0036 56.9162 92.3637 57.3053 91.914C57.6945 91.4816 58.2189 91.2568 58.845 91.2568C59.4202 91.2568 59.8601 91.4471 60.1816 91.8102C60.503 92.1907 60.6553 92.7096 60.6553 93.3841V99.3337H62.7364V93.8338C62.7364 92.969 62.9225 92.3291 63.2947 91.8967C63.6669 91.4644 64.1745 91.2568 64.8174 91.2568C65.3927 91.2568 65.8495 91.4471 66.1879 91.8102C66.5263 92.1907 66.6955 92.7096 66.6955 93.3841V99.3337H68.7765V93.2458C68.7765 92.0351 68.4381 91.0666 67.7783 90.3402C67.0846 89.6484 66.2048 89.2852 65.122 89.2852Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M176.146 89.2854C174.792 89.2854 173.794 89.787 173.168 90.7901V85.6016H171.087V99.3339H173.168V94.0762C173.168 93.125 173.388 92.4159 173.845 91.9489C174.285 91.4819 174.877 91.2571 175.604 91.2571C176.264 91.2571 176.789 91.4473 177.178 91.8451C177.567 92.2429 177.753 92.7964 177.753 93.54V99.3512H179.834V93.3325C179.834 92.07 179.496 91.0841 178.819 90.375C178.125 89.6486 177.245 89.2854 176.146 89.2854Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M35.4119 94.2661H39.9124C39.7094 95.2173 39.2357 95.9783 38.4743 96.5491C37.7298 97.1198 36.7485 97.3965 35.5642 97.3965C34.0753 97.3965 32.874 96.9296 31.9604 95.9956C31.0468 95.0617 30.5899 93.9029 30.5899 92.4847C30.5899 91.0665 31.0468 89.8904 31.9604 88.9565C32.874 88.0225 34.0245 87.5383 35.4288 87.5383C36.2917 87.5383 37.0869 87.7458 37.7975 88.1436C38.5081 88.5414 39.0326 89.0776 39.3879 89.7175L40.9107 88.0398C40.3692 87.3134 39.6925 86.6908 38.8634 86.2238C37.8314 85.6358 36.6809 85.3418 35.4288 85.3418C33.4324 85.3418 31.7574 86.0336 30.4038 87.4172C29.0503 88.8008 28.3735 90.4785 28.3735 92.4674C28.3735 94.4736 29.0503 96.1513 30.4038 97.5349C31.7574 98.9012 33.4662 99.593 35.5473 99.593C37.5099 99.593 39.1003 98.9877 40.3016 97.7943C41.5197 96.601 42.1288 95.0617 42.1288 93.1765V92.2599H35.4119V94.2661Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M187.076 91.5857V89.5449H184.69V86.7949H182.609V89.5449H180.849V91.5857H182.609V96.29C182.609 97.5698 182.947 98.4519 183.641 98.9361C184.335 99.4204 185.468 99.5588 187.059 99.3512V97.4487C186.534 97.4833 186.094 97.4833 185.739 97.466C185.384 97.4487 185.113 97.345 184.944 97.172C184.758 96.9991 184.673 96.7051 184.673 96.29V91.5857H187.076Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M48.3889 89.2852C46.9 89.2852 45.6818 89.7867 44.7344 90.7725C43.8038 91.7584 43.3301 92.9863 43.3301 94.4564C43.3301 95.9438 43.8038 97.1891 44.7682 98.1576C45.7326 99.1261 46.9846 99.6277 48.5581 99.6277C50.2162 99.6277 51.519 99.0396 52.4495 97.8982L51.0452 96.4627C50.4869 97.2755 49.6748 97.6733 48.575 97.6733C47.7798 97.6733 47.1031 97.4658 46.5616 97.068C46.0033 96.6702 45.6649 96.0995 45.5127 95.3558H53.1601C53.2109 94.9926 53.2447 94.6985 53.2447 94.4737C53.2447 93.0382 52.7879 91.8103 51.8912 90.8071C50.9606 89.7867 49.7932 89.2852 48.3889 89.2852ZM45.4788 93.6262C45.6142 92.8826 45.9525 92.2945 46.4601 91.8621C46.9677 91.4298 47.6106 91.2222 48.372 91.2222C49.0488 91.2222 49.6409 91.4298 50.1485 91.8275C50.6561 92.2253 50.9775 92.8307 51.1129 93.6262H45.4788Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M75.2397 89.2852C73.7508 89.2852 72.5326 89.7867 71.5852 90.7725C70.6377 91.7584 70.1639 92.9863 70.1639 94.4564C70.1639 95.9438 70.6377 97.1891 71.6021 98.1576C72.5665 99.1261 73.8185 99.6277 75.392 99.6277C77.0501 99.6277 78.3528 99.0396 79.2834 97.8982L77.8791 96.4627C77.3208 97.2755 76.5086 97.6733 75.4089 97.6733C74.6137 97.6733 73.9369 97.4658 73.3955 97.068C72.8372 96.6702 72.4988 96.0995 72.3465 95.3558H79.994C80.0447 94.9926 80.0786 94.6985 80.0786 94.4737C80.0786 93.0382 79.6218 91.8103 78.725 90.8071C77.7945 89.7867 76.644 89.2852 75.2397 89.2852ZM72.3127 93.6262C72.448 92.8826 72.7864 92.2945 73.294 91.8621C73.8016 91.4298 74.4445 91.2222 75.2059 91.2222C75.8826 91.2222 76.4748 91.4298 76.9824 91.8275C77.49 92.2253 77.8114 92.8307 77.9468 93.6262H72.3127Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M86.068 89.2852C84.5791 89.2852 83.3609 89.7867 82.4134 90.7725C81.4659 91.7584 80.9922 92.9863 80.9922 94.4564C80.9922 95.9438 81.4659 97.1891 82.4303 98.1576C83.3947 99.1261 84.6467 99.6277 86.2202 99.6277C87.8783 99.6277 89.1811 99.0396 90.1116 97.8982L88.7074 96.4627C88.149 97.2755 87.3369 97.6733 86.2372 97.6733C85.4419 97.6733 84.7652 97.4658 84.2238 97.068C83.6654 96.6702 83.327 96.0995 83.1748 95.3558H90.8223C90.873 94.9926 90.9069 94.6985 90.9069 94.4737C90.9069 93.0382 90.45 91.8103 89.5533 90.8071C88.6397 89.7867 87.4892 89.2852 86.068 89.2852ZM83.1579 93.6262C83.2932 92.8826 83.6316 92.2945 84.1392 91.8621C84.6467 91.4298 85.2897 91.2222 86.051 91.2222C86.7278 91.2222 87.32 91.4298 87.8276 91.8275C88.3351 92.2253 88.6566 92.8307 88.7919 93.6262H83.1579Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M114.238 89.2852C112.75 89.2852 111.531 89.7867 110.584 90.7725C109.636 91.7584 109.163 92.9863 109.163 94.4564C109.163 95.9438 109.636 97.1891 110.601 98.1576C111.565 99.1261 112.817 99.6277 114.391 99.6277C116.049 99.6277 117.352 99.0396 118.282 97.8982L116.878 96.4627C116.319 97.2755 115.507 97.6733 114.408 97.6733C113.612 97.6733 112.936 97.4658 112.394 97.068C111.836 96.6702 111.498 96.0995 111.345 95.3558H118.993C119.043 94.9926 119.077 94.6985 119.077 94.4737C119.077 93.0382 118.621 91.8103 117.724 90.8071C116.81 89.7867 115.643 89.2852 114.238 89.2852ZM111.328 93.6262C111.464 92.8826 111.802 92.2945 112.31 91.8621C112.817 91.4298 113.46 91.2222 114.222 91.2222C114.898 91.2222 115.49 91.4298 115.998 91.8275C116.506 92.2253 116.827 92.8307 116.962 93.6262H111.328Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M154.76 89.2852C153.271 89.2852 152.053 89.7867 151.105 90.7725C150.158 91.7584 149.684 92.9863 149.684 94.4564C149.684 95.9438 150.158 97.1891 151.122 98.1576C152.087 99.1261 153.339 99.6277 154.912 99.6277C156.57 99.6277 157.873 99.0396 158.804 97.8982L157.399 96.4627C156.841 97.2755 156.029 97.6733 154.929 97.6733C154.134 97.6733 153.457 97.4658 152.916 97.068C152.357 96.6702 152.019 96.0995 151.867 95.3558H159.514C159.565 94.9926 159.599 94.6985 159.599 94.4737C159.599 93.0382 159.142 91.8103 158.245 90.8071C157.332 89.7867 156.181 89.2852 154.76 89.2852ZM151.85 93.6262C151.985 92.8826 152.324 92.2945 152.831 91.8621C153.339 91.4298 153.982 91.2222 154.743 91.2222C155.42 91.2222 156.012 91.4298 156.519 91.8275C157.027 92.2253 157.349 92.8307 157.484 93.6262H151.85Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M105.982 86.7949H103.901V89.5449H102.141V91.5857H103.901V96.29C103.901 97.5698 104.239 98.4519 104.933 98.9361C105.627 99.4204 106.76 99.5588 108.351 99.3512V97.4487C107.826 97.4833 107.386 97.4833 107.031 97.466C106.676 97.4487 106.405 97.345 106.236 97.172C106.05 96.9991 105.965 96.7051 105.965 96.29V91.5857H108.351V89.5449H105.965L105.982 86.7949C105.965 86.7949 105.982 86.7949 105.982 86.7949Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M132.867 94.6635C132.867 95.4937 132.63 96.1682 132.139 96.6698C131.665 97.1713 130.938 97.4135 129.973 97.4135C129.009 97.4135 128.298 97.1713 127.808 96.6698C127.334 96.1682 127.08 95.511 127.08 94.6635V85.6182H124.864V94.8019C124.864 96.272 125.338 97.4308 126.285 98.3128C127.232 99.1776 128.451 99.61 129.956 99.61C131.462 99.61 132.68 99.1776 133.628 98.3128C134.575 97.4481 135.049 96.272 135.049 94.8019V85.6182H132.833V94.6635H132.867Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M140.243 86.7949H138.162V89.5449H136.403V91.5857H138.162V96.29C138.162 97.5698 138.5 98.4519 139.194 98.9361C139.888 99.4204 141.021 99.5588 142.612 99.3512V97.4487C142.087 97.4833 141.647 97.4833 141.292 97.466C140.937 97.4487 140.666 97.345 140.497 97.172C140.311 96.9991 140.226 96.7051 140.226 96.29V91.5857H142.612V89.5449H140.226V86.7949H140.243Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M97.4377 89.2852C96.0842 89.2852 95.0859 89.7867 94.4599 90.7898V89.5273H92.3788V99.3337H94.4599V94.0759C94.4599 93.1247 94.6799 92.4156 95.1367 91.9486C95.5766 91.4816 96.1687 91.2568 96.8963 91.2568C97.5561 91.2568 98.0806 91.4471 98.4698 91.8448C98.8589 92.2426 99.045 92.7961 99.045 93.5398V99.3509H101.126V93.3322C101.126 92.0697 100.788 91.0839 100.111 90.3748C99.4172 89.6484 98.5374 89.2852 97.4377 89.2852Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M146.402 91.1871V89.544H144.321V99.3504H146.402V94.404C146.402 93.4009 146.69 92.6745 147.282 92.2421C147.874 91.8097 148.568 91.6195 149.363 91.6714V89.3711C147.908 89.3711 146.926 89.9764 146.402 91.1871Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M168.38 95.9441C167.94 96.878 167.094 97.5006 166.062 97.6563C166.045 97.6563 166.028 97.6563 166.011 97.6563C165.876 97.6736 165.723 97.6909 165.571 97.6909C163.879 97.6909 162.577 96.3592 162.577 94.4567C162.577 92.5542 163.879 91.2225 165.571 91.2225C165.723 91.2225 165.859 91.2398 165.994 91.2571C166.011 91.2571 166.028 91.2571 166.045 91.2571C167.077 91.3954 167.906 92.0181 168.363 92.9174L169.75 91.4992C168.837 90.1502 167.314 89.3027 165.571 89.3027C162.763 89.3027 160.529 91.5511 160.529 94.474C160.529 97.3796 162.763 99.628 165.571 99.628C167.331 99.628 168.854 98.7459 169.767 97.3969L168.38 95.9441Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M107.877 13.186C109.54 13.186 110.888 12.4968 110.888 11.6467C110.888 10.7966 109.54 10.1074 107.877 10.1074C106.214 10.1074 104.865 10.7966 104.865 11.6467C104.865 12.4968 106.214 13.186 107.877 13.186Z"
+          fill="#CC0000"
+        />
+        <path d="M99.2649 11.6472L95.8811 9.90039L92.4803 11.6472L95.8811 13.3767L99.2649 11.6472Z" fill="#CC0000" />
+        <path d="M123.273 11.6472L119.872 9.90039L116.489 11.6472L119.872 13.3767L123.273 11.6472Z" fill="#CC0000" />
+        <path
+          d="M171.375 69.9661C171.341 69.9834 169.361 70.6407 166.857 70.9347C167.669 70.2256 168.211 69.2225 168.38 68.081C168.498 67.2162 168.464 64.7949 168.244 60.9208C168.177 59.5372 167.145 58.3957 165.808 58.2227C164.556 58.0498 163.524 57.8768 162.83 57.7212C161.392 57.3925 160.614 56.8564 160.512 56.4759C160.377 56.0608 160.394 56.0089 160.445 55.6284C160.462 55.4555 160.495 55.2479 160.529 54.9712C160.563 54.6599 160.58 54.3659 160.631 54.0373C160.682 53.6395 160.715 53.2244 160.749 52.8093C160.749 52.792 160.749 52.7574 160.749 52.7401C161.071 52.8093 161.409 52.8439 161.731 52.8439C162.627 52.8439 163.524 52.6018 164.302 52.1002C165.757 51.1836 166.603 49.6097 166.569 47.8629C166.502 45.0957 164.996 43.1586 163.659 41.4637C163.05 40.6854 162.458 39.9417 162.035 39.1634C160.665 36.6383 160.343 33.9057 161.088 31.0174C161.392 29.824 162.154 28.6307 162.966 27.3854C163.135 27.126 163.304 26.8493 163.473 26.5898C163.592 26.6071 163.71 26.6244 163.829 26.6244C164.336 26.6244 164.759 26.4515 165.064 26.2612C167.009 25.0333 167.686 21.0208 167.652 18.7724C167.602 14.0681 165.791 10.6783 162.154 8.4126L160.902 7.63432L161.375 9.05252C162.475 12.3213 163.067 14.3448 162.374 17.6309C162.154 18.6859 161.714 19.6891 161.291 20.6576C160.631 22.1796 159.988 23.6497 160.546 24.843C160.411 25.0506 160.276 25.2754 160.14 25.4829C159.21 26.9184 158.245 28.4058 157.805 30.1699C156.858 33.9057 157.298 37.6069 159.074 40.8757C159.633 41.9134 160.343 42.8127 161.02 43.6775C162.154 45.1303 163.152 46.3755 163.186 47.984C163.203 48.6585 162.78 49.0217 162.543 49.1773C162.069 49.4714 161.511 49.4887 161.02 49.2292C160.631 49.0217 160.259 48.6066 160.022 48.1223C159.65 46.9981 159.176 45.8221 158.533 44.5249C157.958 43.3489 157.332 42.1901 156.723 41.0659C155.606 38.9905 154.54 37.0361 153.762 34.9088C153.169 33.2658 153.102 31.3806 153.136 30.1699C153.982 30.3256 154.726 30.3602 154.861 30.3602L155.961 30.3948L155.944 29.2706C155.927 28.4231 156.587 26.953 157.332 25.2408C159.379 20.6057 162.475 13.6185 158.499 5.61078C158.465 5.5589 158.448 5.48972 158.414 5.43783C158.584 4.88439 158.634 4.38283 158.617 3.96774C158.601 2.42847 157.856 1.21781 157.179 0.595182L156.706 0.162803L156.113 0.370345C155.724 0.508707 155.352 0.750839 154.98 1.04486C154.726 0.802725 154.405 0.629773 154.032 0.577887C153.931 0.560592 153.829 0.560592 153.694 0.560592C152.053 0.560592 146.08 1.94421 145.302 2.35929L144.896 2.56683L144.761 3.01651L144.473 4.03692C143.153 4.4866 141.952 5.16111 141.055 5.66267C140.937 5.73185 140.818 5.80103 140.7 5.85292L140.023 6.23341L140.176 7.01169C140.192 7.13276 140.785 10.1767 142.51 12.2348L142.595 12.3213C142.172 12.3559 141.8 12.3905 141.461 12.3905C140.429 12.3905 139.617 12.0792 139.228 11.4566C138.619 10.488 139.059 9.45031 139.769 8.91416C139.38 8.74121 139.008 8.63744 138.551 8.63744C138.281 8.63744 137.976 8.67203 137.638 8.75851C136.284 9.06982 135.523 10.2286 135.777 11.6295C136.064 13.3071 137.215 14.3448 139.211 14.3448C139.617 14.3448 140.04 14.3103 140.514 14.2238C141.191 14.1027 141.884 13.8952 142.578 13.6703C142.578 13.7049 142.561 13.7222 142.561 13.7568C142.392 14.7253 142.24 15.5555 142.764 16.23C141.309 16.5067 139.989 17.1294 138.873 18.0633C137.959 17.3542 136.724 16.403 136.538 16.2473C135.81 15.6939 135.134 15.0885 134.406 14.4659C134.118 14.2065 133.814 13.9471 133.509 13.6876C132.883 13.1515 132.207 12.598 131.479 12.0792C130.938 11.6987 130.312 11.4566 129.635 11.3701V8.30883C131.784 7.3403 133.289 5.10922 133.289 2.56683C133.289 1.99609 133.222 1.45994 133.069 0.941086H128.518C128.552 1.2524 128.569 1.56371 128.569 1.89232C128.569 4.65955 127.215 7.09817 125.54 7.09817C123.865 7.09817 122.512 4.65955 122.512 1.89232C122.512 1.56371 122.529 1.2524 122.563 0.941086H116.861C116.895 1.2524 116.912 1.56371 116.912 1.89232C116.912 4.65955 115.558 7.09817 113.883 7.09817C112.208 7.09817 110.855 4.65955 110.855 1.89232C110.855 1.56371 110.872 1.2524 110.905 0.941086H105.017C105.051 1.2524 105.068 1.56371 105.068 1.89232C105.068 4.65955 103.715 7.09817 102.04 7.09817C100.365 7.09817 99.0111 4.65955 99.0111 1.89232C99.0111 1.56371 99.0281 1.2524 99.0619 0.941086H93.4955C93.5293 1.2524 93.5462 1.56371 93.5462 1.89232C93.5462 4.65955 92.1927 7.09817 90.5177 7.09817C88.8427 7.09817 87.4892 4.65955 87.4892 1.89232C87.4892 1.56371 87.5061 1.2524 87.5399 0.941086H82.921C82.7856 1.44265 82.718 1.9615 82.718 2.49765C82.718 4.95357 84.1222 7.15005 86.1356 8.18777V11.3701C85.4589 11.4566 84.799 11.6987 84.2407 12.0965C83.5132 12.598 82.8364 13.1688 82.2104 13.7049C81.9058 13.9644 81.6182 14.2238 81.3137 14.4832C80.5861 15.1058 79.9094 15.7112 79.1818 16.2646C78.9957 16.403 77.7606 17.3542 76.847 18.0806C75.7303 17.1467 74.4275 16.524 72.9556 16.2473C73.4801 15.5555 73.3278 14.7253 73.1586 13.7741C73.1586 13.7568 73.1417 13.7222 73.1417 13.6876C73.8354 13.9298 74.5291 14.12 75.2058 14.2411C75.6796 14.3276 76.1026 14.3621 76.5086 14.3621C78.5051 14.3621 79.6556 13.3244 79.9432 11.6468C80.197 10.2459 79.4356 9.08711 78.0821 8.7758C77.7437 8.70662 77.4392 8.65473 77.1685 8.65473C76.7116 8.65473 76.3394 8.75851 75.9503 8.93146C76.6609 9.46761 77.1008 10.5053 76.4917 11.4738C76.1025 12.1138 75.2735 12.4078 74.2584 12.4078C73.9031 12.4078 73.5308 12.3732 73.1586 12.304L73.2432 12.2175C74.969 10.1594 75.5611 7.13276 75.5781 6.9944L75.7303 6.21612L75.0536 5.83562C74.9351 5.76644 74.8167 5.71456 74.6983 5.64537C73.7846 5.14381 72.6003 4.4693 71.2806 4.01963L70.993 2.99921L70.8576 2.54954L70.4515 2.342C69.6733 1.92691 63.7008 0.543297 62.0596 0.543297C61.9412 0.543297 61.8227 0.543297 61.7212 0.560592C61.349 0.612478 61.0275 0.785429 60.7738 1.02756C60.4015 0.716249 60.0124 0.491411 59.6402 0.35305L59.048 0.145508L58.5573 0.543297C57.8806 1.16592 57.1361 2.37659 57.1192 3.91586C57.1192 4.33094 57.17 4.8325 57.3222 5.38595C57.2884 5.45513 57.2546 5.50701 57.2376 5.5589C53.2616 13.5666 56.3578 20.5538 58.4051 25.1889C59.1495 26.8839 59.8094 28.3539 59.7924 29.2187L59.7755 30.3429L60.8753 30.3083C60.9937 30.3083 61.7382 30.2737 62.601 30.1181C62.6349 31.3287 62.5841 33.2312 61.975 34.8569C61.1967 36.9842 60.1308 38.9386 59.0142 41.014C58.4051 42.1382 57.7791 43.297 57.2038 44.473C56.5778 45.7702 56.0871 46.9463 55.7149 48.0704C55.4781 48.5547 55.1227 48.9698 54.7167 49.1773C54.226 49.4368 53.6677 49.4195 53.194 49.1255C52.9402 48.9698 52.5341 48.6066 52.551 47.9321C52.5849 46.3409 53.5662 45.0784 54.7167 43.6256C55.3935 42.7608 56.0871 41.8788 56.6624 40.8238C58.4389 37.555 58.8788 33.8538 57.9313 30.1181C57.4914 28.3539 56.527 26.8666 55.5965 25.4311C55.4611 25.2235 55.3258 24.9987 55.1904 24.7911C55.7488 23.5978 55.1227 22.1277 54.446 20.6057C54.023 19.6372 53.5831 18.6341 53.3632 17.579C52.6695 14.2757 53.2616 12.2694 54.3614 9.00064L54.8351 7.58243L53.5831 8.36072C49.9455 10.6264 48.1351 14.0162 48.0844 18.7205C48.0505 20.9689 48.7442 24.9987 50.673 26.2093C50.9775 26.3996 51.3836 26.5725 51.9081 26.5725C52.0265 26.5725 52.128 26.5552 52.2634 26.538C52.4326 26.7974 52.6018 27.0741 52.771 27.3335C53.5831 28.5788 54.3445 29.7721 54.649 30.9655C55.3765 33.8538 55.0551 36.6037 53.7015 39.1115C53.2786 39.8898 52.7033 40.6335 52.0773 41.4118C50.7407 43.1067 49.2349 45.0265 49.1672 47.811C49.1334 49.5405 49.9793 51.1317 51.4344 52.0483C52.2126 52.5499 53.1094 52.792 54.0061 52.792C54.3445 52.792 54.6659 52.7574 54.9874 52.6883C54.9874 52.7056 54.9874 52.7401 54.9874 52.7574C55.0212 53.1725 55.0551 53.5876 55.1058 53.9854C55.1397 54.314 55.1735 54.608 55.2073 54.9193C55.2243 55.1961 55.2581 55.4036 55.2919 55.5766C55.3427 55.9398 55.3596 56.0089 55.2243 56.424C55.1058 56.8045 54.3445 57.3407 52.9063 57.6693C52.2126 57.8249 51.1806 57.9979 49.9286 58.1708C48.5919 58.3611 47.5599 59.5026 47.4922 60.8689C47.2892 64.743 47.2384 67.1643 47.3568 68.0291C47.526 69.1706 48.0674 70.1737 48.8796 70.8828C46.3755 70.5888 44.3791 69.9143 44.3621 69.9143L42.3488 69.2225L43.0255 71.2806C43.8207 73.7019 45.3265 75.7427 47.4076 77.1782C49.3364 78.51 51.6543 79.2364 53.9553 79.2364C56.7639 79.2364 59.3187 78.1641 61.1629 76.2097C61.1798 76.7459 61.2813 77.2647 61.4844 77.8009L62.4149 80.1703L63.447 77.8527C63.5147 77.7144 65.0882 74.3245 68.8442 74.0305C70.4515 73.9094 72.2788 73.6673 73.7 72.4566C73.7 72.4566 73.7 72.4566 73.7169 72.4566C73.7169 72.8544 73.7508 73.2349 73.8523 73.6154C74.3599 75.76 76.1702 76.8496 76.2379 76.8842L77.9129 77.87L77.8114 75.8984C77.7776 75.0509 77.7268 74.0824 77.9637 73.2868C78.3866 71.8513 79.8586 71.3152 80.6876 71.1076C80.8907 71.0557 81.0937 71.0039 81.2798 70.9693C82.6503 70.658 83.7669 70.3985 84.9174 69.7067C84.4268 70.6925 84.2238 71.6957 84.3253 72.7161C84.5621 75.2585 86.5924 76.8496 86.677 76.9188L88.995 78.7002L88.352 75.8119C88.1152 74.705 87.9291 72.1799 88.9273 71.5227C90.1624 70.6925 91.093 70.5888 92.1758 70.4677C93.0725 70.3639 94.0369 70.2429 95.1705 69.7413C94.2907 71.7303 94.6629 73.356 94.6967 73.4425L95.2382 75.639L96.5748 73.823C96.5917 73.7884 99.0957 70.485 102.649 70.485C105.22 70.485 107.302 71.7821 107.318 71.7994L107.877 72.1453L108.435 71.7994C108.452 71.7821 110.533 70.485 113.105 70.485C116.658 70.485 119.162 73.8057 119.179 73.823L120.515 75.639L121.057 73.4425C121.074 73.356 121.463 71.7303 120.583 69.7413C121.717 70.2429 122.681 70.3639 123.578 70.4677C124.661 70.5888 125.608 70.7098 126.826 71.5227C127.825 72.1972 127.655 74.705 127.402 75.8119L126.759 78.7002L129.077 76.9188C129.161 76.8496 131.191 75.2585 131.428 72.7161C131.53 71.6957 131.327 70.6925 130.836 69.7067C131.987 70.3812 133.103 70.6407 134.474 70.9693C134.66 71.0211 134.863 71.0557 135.066 71.1076C135.895 71.2979 137.367 71.8513 137.79 73.2868C138.027 74.0824 137.976 75.0509 137.942 75.8984L137.841 77.87L139.516 76.8842C139.6 76.8323 141.411 75.76 141.901 73.6154C141.986 73.2349 142.037 72.8371 142.037 72.4566C142.037 72.4566 142.037 72.4566 142.054 72.4566C143.475 73.6673 145.302 73.8922 146.909 74.0305C150.665 74.3245 152.239 77.7144 152.307 77.8527L153.339 80.1703L154.269 77.8009C154.472 77.2647 154.591 76.7286 154.591 76.2097C156.435 78.1641 158.99 79.2364 161.798 79.2364C164.099 79.2364 166.417 78.51 168.346 77.1782C170.427 75.7427 171.95 73.7019 172.728 71.2806L173.405 69.2225L171.375 69.9661ZM139.194 13.2553C137.773 13.2553 137.029 12.6672 136.809 11.422C136.656 10.5918 137.062 9.98646 137.858 9.79622C137.891 9.79622 137.925 9.77892 137.959 9.77892C137.773 10.488 137.858 11.2663 138.314 12.0273C138.653 12.5634 139.177 12.9785 139.837 13.2207C139.617 13.238 139.397 13.2553 139.194 13.2553ZM77.4053 12.0273C77.8791 11.2836 77.9467 10.488 77.7606 9.77892C77.7945 9.77892 77.8283 9.79622 77.8621 9.79622C78.6573 9.96917 79.0634 10.5918 78.9111 11.422C78.6912 12.6672 77.9298 13.2553 76.5255 13.2553C76.3225 13.2553 76.1025 13.238 75.8826 13.2207C76.5424 12.9785 77.0669 12.5807 77.4053 12.0273ZM138.924 19.4469C139.177 19.1875 139.448 18.9454 139.736 18.7205C140.988 17.7347 142.578 17.1294 144.575 17.1294C144.862 17.1294 145.15 17.1467 145.454 17.164L148.161 15.9014C147.197 15.9187 146.419 15.9533 145.793 15.9533C143.086 15.9533 143.306 15.5728 143.661 13.6357C143.661 13.6357 145.945 14.2757 147.688 14.2757C147.857 14.2757 148.026 14.2757 148.178 14.2584C149.024 14.1892 149.396 13.8087 149.532 13.3417C149.701 12.7191 149.752 11.7506 149.278 10.5399C148.974 9.74433 148.229 9.05252 147.163 9.05252C146.351 9.05252 145.37 9.45031 144.253 10.488L143.306 11.4566C142.815 10.8685 142.426 10.194 142.121 9.53679C141.918 8.63744 142.866 8.0667 142.866 8.0667C141.901 8.18777 141.428 7.16735 141.275 6.70038C142.307 6.12964 143.779 5.26488 145.336 4.8325L145.793 3.24134C146.385 2.93003 152.171 1.56371 153.694 1.56371C153.779 1.56371 153.829 1.56371 153.897 1.58101C154.015 1.5983 154.134 1.65019 154.218 1.71937C153.897 2.08257 153.609 2.49765 153.356 2.94733L154.388 3.29323C154.963 2.342 155.758 1.54642 156.469 1.30428C157.399 2.13445 158.516 4.60766 156.063 7.20194V8.70662L156.486 8.29154C157.078 7.7208 157.501 7.16735 157.822 6.6312C162.509 17.0083 154.811 25.5175 154.861 29.1841C154.861 29.1841 153.254 29.1322 152.154 28.6826C152.154 28.6826 151.664 32.2627 152.747 35.2028C153.999 38.6273 155.978 41.6712 157.568 44.9227C158.11 46.0296 158.584 47.1538 158.973 48.3126C158.99 48.3472 158.99 48.3818 159.007 48.4164C159.328 49.1255 159.869 49.7481 160.479 50.094C160.495 50.1113 160.529 50.1113 160.546 50.1286C161.341 50.5437 162.272 50.4918 163.05 50.0075C163.812 49.5405 164.218 48.745 164.201 47.8629C164.15 45.8913 163.016 44.4385 161.798 42.8992C161.155 42.069 160.479 41.2216 159.954 40.253C158.313 37.2264 157.907 33.8019 158.787 30.3429C159.193 28.7517 160.106 27.3508 160.986 25.9845C161.189 25.6732 161.375 25.3792 161.578 25.0679C161.663 24.9468 161.731 24.8257 161.798 24.7047C161.375 24.3069 161.291 23.8226 161.426 23.1827C161.544 22.5946 161.849 21.8855 162.221 21.0035C162.644 20.035 163.135 18.9281 163.372 17.7693C163.761 15.9014 163.761 14.3967 163.524 12.9093C163.879 13.4974 164.184 14.12 164.438 14.7599C164.725 15.4863 164.928 16.2473 165.03 17.0429C165.131 17.8385 165.131 18.6513 165.013 19.4642C165.284 18.7032 165.453 17.8731 165.504 17.0429C165.554 16.1954 165.504 15.348 165.351 14.5178C165.216 13.7568 165.013 12.9958 164.742 12.2694C165.91 14.0162 166.502 16.1435 166.536 18.7032C166.569 21.9201 165.487 24.6182 164.455 25.2581C164.319 25.3446 164.201 25.3965 164.082 25.4311C163.642 25.5348 162.966 25.2235 162.966 25.2235C162.661 25.7424 162.357 26.2093 162.035 26.7109C161.172 28.0426 160.36 29.3052 160.005 30.6715C159.21 33.8365 159.548 36.8459 161.054 39.6131C161.528 40.4779 162.154 41.2907 162.78 42.069C164.065 43.7121 165.402 45.407 165.453 47.811C165.487 49.16 164.827 50.388 163.693 51.0971C163.084 51.4776 162.374 51.6851 161.663 51.6851C161.341 51.6851 161.003 51.6333 160.682 51.5641C160.394 51.4776 160.106 51.3738 159.836 51.2182C159.751 51.1663 159.666 51.1144 159.582 51.0625C159.633 51.4776 159.65 51.91 159.633 52.3251C159.633 52.4288 159.616 52.5499 159.616 52.6537C159.565 53.3628 159.463 54.0892 159.413 54.7983C159.328 55.7149 159.176 55.8187 159.447 56.718C159.768 57.7558 161.138 58.3784 162.56 58.707C163.456 58.9145 164.675 59.1048 165.622 59.2258C166.468 59.3469 167.094 60.056 167.145 60.9208C167.263 63.0481 167.432 66.8184 167.28 67.8734C167.111 69.0322 166.451 70.018 165.402 70.5369C165.47 70.6925 165.537 70.8482 165.605 70.9866C165.757 71.3844 165.876 71.7303 165.927 72.0589C166.265 73.944 164.945 74.5321 163.761 74.8261L163.609 73.1312C163.592 73.062 163.27 72.9063 163.203 72.8717C163.101 72.8026 162.983 72.7334 162.898 72.6469C162.695 72.4566 162.627 72.2318 162.593 71.9897C162.577 71.8513 162.577 71.713 162.577 71.5573C162.56 71.2979 162.526 71.0384 162.39 70.8482C162.323 70.7617 162.255 70.6925 162.137 70.6407C162.035 70.5888 161.934 70.5715 161.832 70.5715C161.714 70.5715 161.612 70.6061 161.511 70.658C161.291 70.779 161.105 71.0039 161.071 71.2806C161.054 71.3843 161.071 71.5227 161.088 71.6611C161.172 72.1626 161.409 72.8544 161.189 73.4598C161.054 73.8576 160.529 74.3937 159.954 74.3937C159.768 74.3937 159.599 74.3418 159.413 74.2208L158.228 75.2931C156.655 73.529 157.146 71.834 158.854 71.1076C158.99 71.0557 159.108 70.9866 159.21 70.9174C159.531 70.6925 159.717 70.3985 159.531 70.0872C159.396 69.8451 159.243 69.7586 159.04 69.7586C158.736 69.7586 158.347 69.9488 157.755 70.191C157.721 70.2083 157.687 70.2256 157.636 70.2429C157.315 70.3639 157.01 70.4504 156.723 70.4504C156.113 70.4504 155.623 70.0872 155.369 69.0841C155.352 68.9976 155.335 68.8938 155.318 68.8074L154.912 68.9803L154.202 69.2743C154.218 69.1533 154.235 69.0149 154.252 68.8938C154.32 68.4788 154.455 68.1329 154.608 67.8388C155.132 66.853 156.063 66.4552 157.01 66.4552C158.228 66.4552 159.48 67.0779 160.005 67.8734L162.238 68.1847C162.695 67.5967 162.712 65.8672 162.644 64.5182C162.593 63.5323 161.883 62.7368 160.935 62.5811C159.311 62.339 156.875 61.9758 156.012 61.9066C154.371 61.7855 152.662 61.4915 151.427 60.2635C149.735 58.5513 149.363 56.7699 149.363 54.2967C149.363 53.4838 149.396 52.671 149.464 51.8408C149.515 51.1317 149.6 50.4226 149.667 49.7308C149.718 49.2638 149.786 48.7968 149.853 48.3299C149.921 47.8975 149.921 47.4305 149.887 46.9809C149.87 46.8079 149.853 46.6522 149.819 46.4793C149.735 45.9777 149.6 45.4935 149.413 44.9919C149.21 44.473 148.923 43.9888 148.584 43.5218C148.043 42.7954 147.332 42.1555 146.436 41.6366C146.114 41.4464 145.725 41.2216 145.319 40.9621C144.913 40.7027 144.473 40.426 144.016 40.0974C142.9 39.3364 141.664 38.3851 140.514 37.2956C140.599 37.2437 140.683 37.1918 140.768 37.1399C141.191 36.8805 142.358 35.9984 143.458 35.0645C143.729 34.8396 143.965 34.6321 144.185 34.4245L143.136 33.8538C141.918 34.9088 140.565 35.9465 140.209 36.1541C140.04 36.2578 139.871 36.3616 139.702 36.4654C139.38 36.6556 139.059 36.8459 138.754 37.0188C136.978 38.0565 135.709 38.7656 135.743 39.9763C137.942 42.3976 136.741 43.8331 135.523 44.2655L135.117 42.9338C133.831 42.7089 133.848 41.7404 133.797 40.9967C133.763 40.5989 133.459 40.3741 133.154 40.3741C132.9 40.3741 132.646 40.547 132.63 40.9448C132.596 41.3772 132.63 41.8269 132.511 42.536C132.427 43.0203 131.919 43.6775 131.191 43.6775C131.073 43.6775 130.955 43.6602 130.836 43.6256L130.565 45.1994C128.061 44.7152 128.332 42.1728 130.024 41.308C130.988 40.8065 131.293 40.4433 131.005 40.0628C130.921 39.959 130.819 39.9071 130.701 39.9071C130.345 39.9071 129.821 40.3049 129.313 40.6854C129.093 40.8584 128.806 40.9448 128.501 40.9448C127.841 40.9448 127.131 40.5125 126.826 39.492L125.963 40.0282C125.811 38.1084 126.979 37.1572 128.163 37.1572C128.721 37.1572 129.297 37.3647 129.736 37.7798C129.906 37.9355 130.075 38.0047 130.244 38.0047C130.785 38.0047 131.158 37.3128 130.43 36.9151C129.736 36.5346 129.077 35.3585 129.719 34.6148L128.671 33.6117C129.144 33.3177 129.652 33.1793 130.126 33.1793C131.175 33.1793 132.139 33.8711 132.443 35.445C132.511 35.8082 132.663 35.9465 132.866 35.9465C133.442 35.9465 134.457 34.684 135.218 33.4387C135.404 33.1447 135.574 32.8334 135.743 32.5394C135.963 32.1416 136.2 31.7611 136.453 31.3806C136.775 30.8963 137.113 30.4294 137.536 30.0143C138.247 29.2879 139.482 28.0253 140.903 27.1779C141.241 26.9876 141.597 26.7974 141.952 26.6417C142.375 26.071 142.798 25.4829 143.17 24.8776C144.168 23.321 144.998 21.6607 145.471 19.9139C144.693 21.5569 143.61 22.9924 142.409 24.2723C141.851 24.8776 141.275 25.4311 140.666 25.9845C139.025 26.8493 137.655 28.2502 136.842 29.063L136.724 29.1841C136.487 29.4262 136.267 29.6684 136.081 29.9278C135.81 28.2329 135.878 26.1402 136.403 24.1512C136.504 23.7707 136.623 23.3729 136.758 23.0097C137.249 21.6953 137.959 20.45 138.924 19.4469ZM145.251 12.5807C145.894 12.3559 146.537 12.183 147.146 12.183C147.654 12.183 148.128 12.304 148.567 12.5634C148.551 12.771 148.517 12.9439 148.5 13.0304C148.5 13.0477 148.5 13.0477 148.5 13.0477C148.5 13.0477 148.415 13.1342 148.077 13.1688C147.958 13.1861 147.823 13.1861 147.671 13.1861C147.011 13.1861 146.266 13.0823 145.607 12.9612C144.947 12.8575 143.949 12.6326 143.949 12.6326C143.847 12.0792 143.932 11.4911 144.135 11.5084C144.372 11.5603 144.541 12.1484 145.251 12.5807ZM144.558 11.716L144.964 11.2836C145.979 10.3497 146.706 10.1421 147.129 10.1421C147.891 10.1421 148.195 10.7475 148.263 10.9377C148.331 11.1107 148.381 11.2836 148.432 11.4393C148.026 11.249 147.586 11.1798 147.129 11.1798C146.317 11.1798 145.454 11.4393 144.558 11.716ZM151.562 65.037C150.31 65.9018 149.143 66.3169 147.908 66.3169C146.757 66.3169 145.64 65.971 144.456 65.5905C144.135 65.4867 143.813 65.3829 143.475 65.2964C142.95 65.1408 142.392 65.0716 141.834 65.0716C140.48 65.0716 139.313 65.5213 138.551 65.9191C138.636 65.6251 138.907 64.5182 138.907 63.6707C139.905 63.1 140.599 62.2871 140.937 61.2321C141.444 59.6582 141.851 56.8737 141.444 53.8643C142.24 53.7606 143.373 53.5876 144.507 53.3974C145.742 53.1898 146.757 52.9823 147.502 52.792C147.857 52.7056 148.144 52.6191 148.398 52.5326C148.364 53.1379 148.348 53.7433 148.348 54.3486C148.348 55.8533 148.483 56.9775 148.787 57.9633C149.16 59.1394 149.786 60.1598 150.716 61.0937C152.205 62.5984 154.202 62.927 155.961 63.0481C156.587 63.1 158.313 63.3248 160.8 63.7053C161.24 63.7745 161.595 64.155 161.612 64.6219C161.68 65.8672 161.629 66.6109 161.561 67.026L160.58 66.8876C159.768 65.9883 158.381 65.4002 157.027 65.4002C155.318 65.4002 154.032 66.3169 153.457 67.8734C153.153 67.908 152.814 67.9599 152.476 68.0464C153.119 67.0433 153.169 66.1093 153.186 65.9883L153.271 63.8264L151.562 65.037ZM134.558 65.2273C134.457 65.1408 134.355 65.037 134.271 64.9333C134.254 64.8987 134.237 64.8814 134.22 64.8468C134 64.4836 134.068 64.1031 134.118 63.7053C134.169 63.3075 134.169 62.9097 133.814 62.6503C133.679 62.5465 133.526 62.4946 133.374 62.4946C133.273 62.4946 133.188 62.5119 133.103 62.5465C132.866 62.633 132.646 62.8405 132.562 63.1173C132.511 63.2556 132.511 63.4459 132.511 63.6707C132.511 63.861 132.528 64.0685 132.528 64.276C132.528 64.6392 132.494 65.037 132.342 65.3829C132.325 65.4175 132.308 65.4521 132.291 65.4867C132.088 65.8326 131.547 66.265 130.988 66.265C130.735 66.265 130.481 66.1785 130.261 65.9537L128.789 66.8703C128.789 66.8703 128.772 66.8703 128.772 66.853C128.67 66.6974 128.603 66.5417 128.518 66.4033C128.349 66.0401 128.231 65.7115 128.163 65.3829C127.892 63.9301 128.738 62.8751 130.227 62.5292C130.836 62.3909 131.327 62.0622 131.141 61.5607C131.022 61.2321 130.819 61.111 130.515 61.111C130.193 61.111 129.736 61.2321 129.11 61.3704C128.907 61.405 128.721 61.4396 128.535 61.4742C128.383 61.4915 128.231 61.5088 128.095 61.5088C127.435 61.5088 127.012 61.1802 127.012 59.8312L125.743 60.1079C126.319 58.0498 127.486 57.2542 128.704 57.2542C129.956 57.2542 131.276 58.1017 132.088 59.2604L132.596 59.4334L133.492 59.7447L135.286 60.3673C137.029 58.8626 136.233 54.902 136.233 54.902C136.233 54.902 132.833 52.9477 133.966 48.6066C133.966 48.6066 134.558 44.5249 141.834 44.5249C142.612 44.5249 143.458 44.5768 144.388 44.6806C144.947 44.7498 145.454 44.819 145.911 44.9054C145.911 44.9054 145.911 44.9227 145.928 44.9227C145.759 45.3205 145.708 45.7702 145.793 46.2026C145.911 46.8771 146.317 47.4478 146.909 47.7591C147.197 47.9148 147.518 48.0013 147.857 48.0013C148.229 48.0013 148.584 47.8975 148.923 47.7072C148.923 47.8975 148.906 48.0704 148.889 48.2434C148.754 49.2119 148.618 50.2496 148.534 51.3392C147.062 52.1002 140.243 52.965 140.243 52.965C140.903 56.2511 140.48 59.3642 139.973 60.9208C139.786 61.4915 139.465 61.9412 139.059 62.3044C138.737 62.5984 138.365 62.8232 137.942 62.9962C137.858 64.1377 137.773 64.9851 137.57 65.6596C137.519 65.9018 137.435 66.1093 137.333 66.2823C136.826 67.1643 135.777 67.3719 134.829 67.441L134.981 65.6078C134.931 65.504 134.626 65.2792 134.558 65.2273ZM136.978 39.6996C137.265 39.2326 138.23 38.6965 139.228 38.1084C139.347 38.0392 139.482 37.9701 139.617 37.8836C139.803 38.0565 139.989 38.2295 140.176 38.4024C140.632 38.8175 141.106 39.2153 141.58 39.5958L141.597 39.6131L143.932 42.1036C144.541 42.7608 144.964 43.2624 145.251 43.6775L141.851 43.4353C140.176 43.4353 138.822 43.6429 137.722 43.9715C137.875 43.7294 137.993 43.4526 138.061 43.1759C138.331 41.8615 137.705 40.6335 136.978 39.6996ZM146.639 43.9369C146.436 43.5391 146.114 43.0375 145.573 42.363C145.708 42.4495 145.86 42.536 145.979 42.6052C146.791 43.0721 147.4 43.6429 147.857 44.2655C148.212 44.7498 148.449 45.2686 148.635 45.7702C148.703 45.9604 148.754 46.168 148.787 46.3582C148.584 46.6868 148.229 46.8944 147.857 46.8944C147.705 46.8944 147.552 46.8598 147.4 46.7733C146.842 46.4793 146.622 45.7183 147.011 45.1303C147.045 45.0784 147.079 45.0265 147.129 44.9746C146.96 44.6806 146.842 44.352 146.639 43.9369ZM130.87 12.9785C131.547 13.4455 132.19 13.9816 132.816 14.5178C133.831 15.3826 134.812 16.2992 135.878 17.1121C136.216 17.3715 137.249 18.1671 138.061 18.807C137.824 19.0664 137.604 19.3259 137.384 19.6026C136.792 20.3982 136.301 21.2975 135.929 22.2314L134.017 20.3809C134.22 19.8447 134.288 19.2221 134.22 18.5822C134.22 18.5476 134.203 18.513 134.203 18.4611L133.188 18.9627C133.222 19.7409 132.934 20.5538 132.24 20.9343C132.021 21.0554 131.834 21.1073 131.581 21.1073C131.581 21.1073 131.581 21.1073 131.564 21.1073L131.598 20.156C131.259 20.156 130.802 19.7928 130.802 19.2913C130.802 18.7205 131.158 18.4092 131.598 18.2709V17.164C130.752 17.3196 130.126 17.8385 129.872 18.5476L128.755 18.5649C128.704 17.7001 129.11 16.9218 129.973 16.6278V15.5036C129.246 15.6593 128.772 16.0225 128.484 16.3511C128.4 16.4376 128.332 16.5413 128.248 16.6451L127.402 16.6624C127.368 15.8322 127.774 15.0885 128.535 14.8291V13.7049C128.061 13.8087 127.655 13.9989 127.3 14.3103H126.505C126.522 13.7741 126.826 13.2553 127.249 12.9266C127.621 12.6499 128.095 12.4943 128.569 12.4424C128.721 12.4251 128.874 12.4078 129.026 12.4078C129.229 12.4078 129.432 12.4251 129.618 12.4597C130.075 12.5462 130.498 12.7191 130.87 12.9785ZM128.603 6.06046C129.246 4.93627 129.618 3.50077 129.635 2.01339H132.19C132.207 2.20363 132.224 2.37659 132.224 2.56683C132.224 5.42054 129.99 7.73809 127.232 7.73809H127.046C127.638 7.37489 128.163 6.82145 128.603 6.06046ZM116.945 6.06046C117.588 4.93627 117.961 3.50077 117.978 2.01339H121.446C121.463 3.50077 121.835 4.93627 122.478 6.06046C122.918 6.82145 123.442 7.39219 124.035 7.73809H121.717C121.125 7.11546 120.634 6.268 120.312 5.26488H119.145C118.84 6.268 118.35 7.11546 117.741 7.73809H115.372C115.981 7.37489 116.523 6.82145 116.945 6.06046ZM105.119 6.06046C105.762 4.93627 106.134 3.50077 106.151 2.01339H109.806C109.823 3.50077 110.195 4.93627 110.838 6.06046C111.278 6.82145 111.802 7.37489 112.394 7.73809H109.873C109.281 7.11546 108.79 6.268 108.469 5.26488H107.302C106.997 6.268 106.506 7.11546 105.897 7.73809H103.529C104.138 7.37489 104.679 6.82145 105.119 6.06046ZM93.5801 6.06046C94.223 4.93627 94.5952 3.50077 94.6121 2.01339H97.9622C97.9791 3.50077 98.3513 4.93627 98.9942 6.06046C99.4341 6.82145 99.9586 7.39219 100.551 7.73809H98.1821C97.5899 7.11546 97.0993 6.268 96.7778 5.26488H95.6104C95.3058 6.268 94.8152 7.11546 94.2061 7.73809H91.9897C92.6157 7.37489 93.1571 6.82145 93.5801 6.06046ZM83.7839 2.48036C83.7839 2.3247 83.7839 2.16904 83.8008 1.99609H86.4233C86.4402 3.48348 86.8124 4.91898 87.4553 6.04316C87.8952 6.80415 88.4197 7.37489 89.0119 7.7208H88.7581C86.0849 7.73809 83.7839 5.33406 83.7839 2.48036ZM79.8417 17.0948C80.9076 16.2819 81.8889 15.3826 82.9041 14.5005C83.5301 13.9644 84.173 13.4282 84.8498 12.9612C85.2389 12.6845 85.6788 12.5116 86.1525 12.4424C86.3217 12.4078 86.5079 12.3905 86.694 12.3905C86.8632 12.3905 87.0323 12.4078 87.2185 12.4251C87.6753 12.4943 88.1321 12.6326 88.4874 12.9093C88.9104 13.2207 89.2149 13.7395 89.2318 14.293H88.4366C88.0813 13.9989 87.6584 13.7914 87.2015 13.6876V14.8118C87.9798 15.0712 88.3859 15.8149 88.3351 16.6451L87.4892 16.6278C87.4215 16.524 87.3369 16.4376 87.2523 16.3338C86.9647 16.0225 86.474 15.6593 85.7634 15.4863V16.6105C86.6094 16.9045 87.0154 17.6828 86.9816 18.5476L85.8649 18.5303C85.6111 17.8039 84.9851 17.3023 84.1392 17.1467V18.2536C84.5791 18.3919 84.9344 18.7032 84.9344 19.274C84.9344 19.7755 84.4945 20.1387 84.1392 20.1387L84.173 21.09C84.173 21.09 84.173 21.09 84.1561 21.09C83.9192 21.09 83.7162 21.0208 83.4962 20.917C82.8025 20.5365 82.5318 19.7064 82.5488 18.9454L81.5336 18.4438C81.5336 18.4784 81.5167 18.513 81.5167 18.5649C81.4321 19.2048 81.5167 19.8274 81.7197 20.3636L79.8078 22.2314C79.4356 21.2975 78.945 20.4155 78.3528 19.6026C78.1329 19.3259 77.9129 19.0491 77.676 18.807C78.4712 18.1498 79.5033 17.3542 79.8417 17.0948ZM48.4058 67.9253C48.2536 66.8703 48.4227 63.1173 48.5412 60.9727C48.5919 60.1079 49.2349 59.3988 50.0639 59.2777C51.0114 59.1394 52.2296 58.9491 53.1263 58.7589C54.5475 58.4476 55.918 57.8076 56.2394 56.7699C56.5101 55.8706 56.3578 55.7668 56.2732 54.8502C56.2056 54.1411 56.121 53.4147 56.0702 52.7056C56.0702 52.6018 56.0533 52.4807 56.0533 52.3769C56.0364 51.9619 56.0533 51.5295 56.1041 51.1144C56.0195 51.1663 55.9349 51.2182 55.8503 51.2701C55.5796 51.4257 55.2919 51.5295 55.0043 51.616C54.6828 51.7024 54.3614 51.737 54.023 51.737C53.3124 51.737 52.6187 51.5468 51.9927 51.149C50.8591 50.4399 50.1993 49.2119 50.2331 47.8629C50.2839 45.4589 51.6205 43.7639 52.9063 42.1209C53.5154 41.3426 54.1584 40.5298 54.6321 39.665C56.1379 36.8978 56.4932 33.8884 55.6811 30.7234C55.3258 29.3398 54.5137 28.0945 53.6508 26.7628C53.3293 26.2612 53.0248 25.7943 52.7202 25.2754C52.7202 25.2754 52.0435 25.5867 51.6036 25.4829C51.4851 25.4484 51.3667 25.3965 51.2313 25.31C50.1993 24.6528 49.0995 21.972 49.1503 18.7551C49.1841 16.1954 49.7763 14.0681 50.9437 12.3213C50.6899 13.0477 50.47 13.8087 50.3346 14.5697C50.1823 15.3999 50.1316 16.2646 50.1823 17.0948C50.2331 17.9422 50.4023 18.7551 50.673 19.5161C50.5546 18.7032 50.5546 17.8904 50.6561 17.0948C50.7576 16.2992 50.9606 15.5382 51.2483 14.8118C51.502 14.1719 51.8066 13.5493 52.1619 12.9612C51.925 14.4486 51.925 15.9533 52.3142 17.8212C52.551 18.98 53.0417 20.0868 53.4647 21.0554C53.8538 21.9374 54.1414 22.6465 54.2599 23.2346C54.3952 23.8745 54.3106 24.3588 53.8876 24.7565C53.9553 24.8776 54.0399 24.9987 54.1076 25.1197C54.2937 25.4138 54.4967 25.7251 54.6998 26.0364C55.5796 27.4027 56.4932 28.8036 56.8993 30.3948C57.7791 33.8538 57.373 37.2783 55.7318 40.3049C55.2073 41.2734 54.5306 42.1209 53.8876 42.9511C52.6864 44.4903 51.5359 45.9431 51.4851 47.9148C51.4682 48.8141 51.8912 49.5924 52.6356 50.0594C53.4139 50.5437 54.3445 50.5782 55.1397 50.1805C55.1566 50.1632 55.1904 50.1632 55.2073 50.1459C55.8164 49.8173 56.3578 49.1946 56.6793 48.4682C56.6962 48.4336 56.6962 48.3991 56.7132 48.3645C57.1023 47.2057 57.576 46.0642 58.1174 44.9746C59.7078 41.7231 61.6874 38.6792 62.9394 35.2547C64.0222 32.3145 63.5316 28.7344 63.5316 28.7344C62.4318 29.1841 60.8245 29.236 60.8245 29.236C60.8753 25.5694 53.177 17.0602 57.8637 6.68308C58.1851 7.21924 58.6081 7.77268 59.2003 8.34342L59.6233 8.75851V7.25383C57.17 4.65955 58.3036 2.18634 59.2172 1.35617C59.9109 1.6156 60.7061 2.39388 61.2983 3.34512L62.3303 2.99921C62.0765 2.56683 61.7889 2.15175 61.4674 1.77125C61.569 1.70207 61.6705 1.65019 61.7889 1.63289C61.8397 1.63289 61.9073 1.6156 61.9919 1.6156C63.5316 1.6156 69.318 2.98192 69.8932 3.29323L70.4008 4.86709C71.9743 5.29947 73.4293 6.16423 74.4614 6.73497C74.2922 7.18465 73.8185 8.20506 72.871 8.10129C72.871 8.10129 73.8015 8.67203 73.6154 9.57138C73.3109 10.2286 72.9217 10.9031 72.4311 11.4911L71.4836 10.5226C70.3669 9.46761 69.3856 9.08711 68.5735 9.08711C67.5076 9.08711 66.7632 9.77892 66.4586 10.5745C65.9849 11.7852 66.0356 12.7537 66.2048 13.3763C66.3402 13.8433 66.7124 14.2238 67.5584 14.293C67.7106 14.3103 67.8798 14.3103 68.049 14.3103C69.7917 14.3103 72.0758 13.6703 72.0758 13.6703C72.4311 15.6074 72.651 15.9879 69.944 15.9879C69.318 15.9879 68.5397 15.9706 67.5753 15.936L70.2823 17.1986C70.5869 17.1813 70.8745 17.164 71.1621 17.164C73.1586 17.164 74.749 17.7693 76.001 18.7551C76.2887 18.98 76.5594 19.2221 76.8132 19.4815C77.7776 20.4846 78.4712 21.7299 78.9619 23.0443C79.0972 23.4248 79.2157 23.8053 79.3172 24.1858C79.8417 26.192 79.9094 28.2848 79.6387 29.9624C79.4356 29.703 79.2326 29.4608 78.9957 29.2187L78.8773 29.0976C78.0652 28.2848 76.6947 26.8839 75.0536 26.0191C74.4445 25.4656 73.8692 24.9122 73.3109 24.3069C72.1096 23.0097 71.0437 21.5742 70.2485 19.9485C70.7392 21.6953 71.5682 23.3729 72.5495 24.9122C72.9387 25.5175 73.3447 26.1056 73.7677 26.6763C74.1399 26.832 74.4783 27.0049 74.8167 27.2125C76.2548 28.0426 77.473 29.3225 78.1836 30.0489C78.6066 30.464 78.945 30.9309 79.2664 31.4152C79.5202 31.7957 79.7402 32.1762 79.977 32.574C80.1462 32.868 80.3324 33.1793 80.5015 33.4733C81.2629 34.7359 82.2781 35.9811 82.8533 35.9811C83.0563 35.9811 83.2086 35.8255 83.2763 35.4796C83.5808 33.9057 84.5452 33.2139 85.5942 33.2139C86.0849 33.2139 86.5925 33.3695 87.0493 33.6463L86.0003 34.6494C86.6263 35.4104 85.9664 36.5692 85.2897 36.9496C84.5621 37.3474 84.9513 38.0392 85.4758 38.0392C85.645 38.0392 85.8142 37.9701 85.9834 37.8144C86.4233 37.3993 86.9985 37.1918 87.5568 37.1918C88.7412 37.1918 89.9086 38.1257 89.7563 40.0628L88.8427 39.5439C88.5382 40.5643 87.8276 40.9967 87.1677 40.9967C86.8632 40.9967 86.5755 40.9102 86.3556 40.7373C85.848 40.3568 85.3235 39.959 84.9682 39.959C84.8498 39.959 84.7313 40.0109 84.6637 40.1147C84.393 40.4952 84.6806 40.8757 85.645 41.3599C87.3538 42.2247 87.6245 44.7671 85.1036 45.2513L84.8329 43.6775C84.7144 43.7121 84.596 43.7294 84.4776 43.7294C83.75 43.7294 83.2425 43.0721 83.1579 42.5879C83.0394 41.8788 83.0733 41.4464 83.0394 40.9967C83.0225 40.5989 82.7687 40.426 82.5149 40.426C82.2104 40.426 81.9058 40.6508 81.872 41.0486C81.8212 41.7923 81.8382 42.7608 80.5523 42.9857L80.1462 44.3174C78.9281 43.885 77.7099 42.4495 79.9263 40.0282C79.9601 38.8002 78.6912 38.0911 76.9147 37.0707C76.6101 36.8978 76.2887 36.7075 75.9672 36.5173C75.798 36.4135 75.6288 36.3097 75.4596 36.206C75.1043 35.9811 73.7339 34.9607 72.5326 33.9057L71.4836 34.4764C71.7036 34.6667 71.9404 34.8742 72.2111 35.1164C73.294 36.033 74.4614 36.9324 74.9013 37.1918C74.9859 37.2437 75.0705 37.2956 75.1551 37.3474C74.0046 38.437 72.7695 39.3883 71.6528 40.1493C71.196 40.4606 70.7561 40.7546 70.35 41.014C69.944 41.2734 69.5548 41.4983 69.2334 41.6885C68.3366 42.2074 67.626 42.8473 67.0846 43.5737C66.7293 44.0407 66.4586 44.5422 66.2556 45.0438C66.0525 45.5281 65.9172 46.0296 65.8495 46.5312C65.8157 46.7041 65.7988 46.8598 65.7818 47.0327C65.748 47.4997 65.7649 47.9494 65.8157 48.3818C65.8834 48.8487 65.9341 49.3157 66.0018 49.7827C66.0864 50.4918 66.1541 51.1836 66.2048 51.8927C66.2725 52.7229 66.3063 53.5357 66.3063 54.3486C66.3063 56.8391 65.9341 58.6205 64.2422 60.3154C63.024 61.5434 61.3152 61.8374 59.6571 61.9585C58.7942 62.0104 56.3748 62.3736 54.7336 62.633C53.7861 62.7714 53.0755 63.5842 53.0248 64.57C52.9571 65.9018 52.974 67.6486 53.4308 68.2366L55.6642 67.9253C56.1887 67.1297 57.4407 66.5071 58.6589 66.5071C59.6063 66.5071 60.5369 66.8876 61.0614 67.8907C61.2137 68.1847 61.349 68.5306 61.4167 68.9457C61.4336 69.0668 61.4505 69.1879 61.4674 69.3262L60.7568 69.0322L60.3508 68.8593C60.3339 68.963 60.3169 69.0495 60.3 69.136C60.0632 70.1391 59.5556 70.5023 58.9465 70.5023C58.6589 70.5023 58.3543 70.4158 58.0328 70.2948C57.999 70.2775 57.9652 70.2602 57.9144 70.2429C57.3392 70.0007 56.9331 69.8105 56.6286 69.8105C56.4255 69.8105 56.2733 69.897 56.1379 70.1391C55.9518 70.4677 56.1379 70.7444 56.4594 70.9693C56.5609 71.0384 56.6962 71.1076 56.8147 71.1595C58.5235 71.8859 59.0142 73.5808 57.4407 75.3449L56.2563 74.2726C56.0702 74.3937 55.8841 74.4456 55.7149 74.4456C55.1397 74.4456 54.6152 73.9094 54.4798 73.5117C54.2599 72.9063 54.4967 72.2145 54.5813 71.713C54.5982 71.5746 54.6152 71.4362 54.5983 71.3325C54.5644 71.0557 54.3783 70.8309 54.1583 70.7098C54.0568 70.658 53.9553 70.6234 53.8369 70.6234C53.7354 70.6234 53.6339 70.6407 53.5323 70.6925C53.4308 70.7444 53.3462 70.8136 53.2786 70.9001C53.1263 71.0903 53.0924 71.3498 53.0924 71.6092C53.0924 71.7476 53.0924 71.9032 53.0755 72.0416C53.0417 72.2837 52.974 72.5085 52.771 72.6988C52.6695 72.7853 52.5679 72.8544 52.4664 72.9236C52.3988 72.9582 52.0773 73.1139 52.0604 73.1831L51.9081 74.878C50.7238 74.584 49.421 73.9959 49.7424 72.1107C49.7932 71.7994 49.8947 71.4362 50.0639 71.0384C50.1147 70.9001 50.1823 70.7444 50.2669 70.5888C49.2518 70.0699 48.575 69.0841 48.4058 67.9253ZM68.5904 12.183C69.1995 12.183 69.8255 12.3386 70.4854 12.5807C71.196 12.1311 71.3483 11.5603 71.619 11.5257C71.822 11.5084 71.9066 12.0965 71.8051 12.6499C71.8051 12.6499 70.8068 12.8748 70.147 12.9785C69.4871 13.0996 68.7427 13.2034 68.0829 13.2034C67.9306 13.2034 67.7952 13.2034 67.6768 13.1861C67.3553 13.1515 67.2538 13.0823 67.2538 13.065C67.2538 13.065 67.2538 13.065 67.2538 13.0477C67.22 12.9439 67.1861 12.7883 67.1861 12.5807C67.6091 12.304 68.0829 12.183 68.5904 12.183ZM67.2876 11.4393C67.3215 11.2836 67.3892 11.1107 67.4568 10.9377C67.5245 10.7475 67.8291 10.1421 68.5904 10.1421C69.0303 10.1421 69.7579 10.3324 70.7561 11.2836L71.1621 11.716C70.2654 11.422 69.3856 11.1798 68.5735 11.1798C68.1336 11.1798 67.7106 11.2663 67.2876 11.4393ZM80.4339 60.3673L82.2442 59.7447L83.1409 59.4334L83.6485 59.2604C84.4606 58.0844 85.7803 57.2542 87.0323 57.2542C88.2505 57.2542 89.418 58.0498 89.9932 60.1079L88.7243 59.8312C88.7243 61.1629 88.3013 61.5088 87.6414 61.5088C87.5061 61.5088 87.3538 61.4915 87.2015 61.4742C87.0154 61.4396 86.8293 61.405 86.6263 61.3704C86.0003 61.2494 85.5435 61.111 85.222 61.111C84.9174 61.111 84.7144 61.2321 84.596 61.5607C84.4268 62.0622 84.9005 62.3736 85.5096 62.5292C86.9985 62.8751 87.8445 63.9474 87.5738 65.3829C87.5061 65.7115 87.4046 66.0401 87.2185 66.4033C87.1508 66.559 87.0662 66.6974 86.9647 66.853C86.9647 66.853 86.9478 66.853 86.9478 66.8703L85.4758 65.9537C85.2558 66.1785 85.002 66.265 84.7483 66.265C84.1899 66.265 83.6485 65.8499 83.4455 65.4867C83.4286 65.4521 83.4116 65.4175 83.3947 65.3829C83.2255 65.037 83.2086 64.6392 83.2086 64.276C83.2086 64.0685 83.2255 63.861 83.2255 63.6707C83.2255 63.4459 83.2255 63.2556 83.1748 63.1173C83.0902 62.8405 82.8702 62.6503 82.6334 62.5465C82.5488 62.5119 82.4472 62.4946 82.3627 62.4946C82.2104 62.4946 82.0581 62.5465 81.9227 62.6503C81.5674 62.9097 81.5675 63.3075 81.6182 63.7053C81.669 64.1204 81.7366 64.5009 81.5167 64.8468C81.4998 64.8814 81.4829 64.8987 81.4659 64.9333C81.3813 65.037 81.2798 65.1408 81.1783 65.2273C81.1106 65.2792 80.8061 65.504 80.8061 65.5905L80.9584 67.4238C80.0109 67.3546 78.9619 67.147 78.4543 66.265C78.3528 66.092 78.2682 65.8672 78.2174 65.6423C78.0313 64.9678 77.9467 64.1377 77.8452 62.9789C77.4222 62.8059 77.05 62.5811 76.7286 62.2871C76.3225 61.9239 76.001 61.4742 75.8149 60.9035C75.3074 59.3469 74.8675 56.2338 75.5442 52.9477C75.5442 52.9477 68.7258 52.0829 67.2538 51.3219C67.1523 50.2323 67.0339 49.1773 66.8985 48.2261C66.8816 48.0532 66.8647 47.8802 66.8647 47.69C67.1861 47.8802 67.5584 47.984 67.9306 47.984C68.269 47.984 68.5735 47.8975 68.8781 47.7418C69.4702 47.4305 69.8763 46.8598 69.9947 46.1853C70.0793 45.7529 70.0286 45.3032 69.8594 44.9054C69.8594 44.9054 69.8594 44.8881 69.8763 44.8881C70.3331 44.8017 70.8407 44.7325 71.399 44.6633C72.3296 44.5595 73.1755 44.5076 73.9538 44.5076C81.2291 44.5076 81.8212 48.5893 81.8212 48.5893C82.9548 52.9304 79.5541 54.8847 79.5541 54.8847C79.5541 54.8847 78.7081 58.8626 80.4339 60.3673ZM62.5164 65.9883C62.5164 66.1093 62.5841 67.0433 63.227 68.0464C62.8717 67.9599 62.5503 67.908 62.2457 67.8734C61.6705 66.3169 60.3846 65.4002 58.6758 65.4002C57.3222 65.4002 55.9349 65.9883 55.1227 66.8876L54.1414 67.026C54.0738 66.5936 54.023 65.8499 54.0907 64.6219C54.1076 64.155 54.4629 63.7745 54.9028 63.7053C57.3899 63.3248 59.1157 63.0827 59.7417 63.0481C61.5013 62.927 63.4977 62.5984 64.9866 61.0937C65.9172 60.1598 66.5601 59.1221 66.9154 57.9633C67.22 56.9775 67.3553 55.8706 67.3553 54.3486C67.3553 53.7433 67.3384 53.1379 67.3046 52.5326C67.5584 52.6191 67.8629 52.7056 68.2013 52.792C68.9457 52.9823 69.9609 53.1898 71.196 53.3974C72.3296 53.5876 73.4632 53.7606 74.2584 53.8643C73.8523 56.891 74.2414 59.6582 74.7659 61.2321C75.1043 62.2698 75.798 63.1 76.7962 63.6707C76.7962 64.7776 77.1346 65.8845 77.1346 65.9191C76.3733 65.5213 75.2058 65.0716 73.8523 65.0716C73.294 65.0716 72.7356 65.1581 72.2111 65.2964C71.8728 65.4002 71.5513 65.504 71.2298 65.5905C70.0455 65.9537 68.9457 66.3169 67.7783 66.3169C66.5432 66.3169 65.3758 65.9191 64.1238 65.037L62.3811 63.8264L62.5164 65.9883ZM68.7427 45.1476C69.1149 45.7356 68.9119 46.4966 68.3536 46.7906C68.2013 46.8771 68.049 46.9117 67.8967 46.9117C67.5245 46.9117 67.1692 46.7041 66.9662 46.3755C67 46.1853 67.0677 45.9777 67.1185 45.7875C67.2876 45.2686 67.5414 44.7671 67.8967 44.2828C68.3536 43.6602 68.9627 43.0894 69.7748 42.6225C69.8932 42.5533 70.0286 42.4668 70.1808 42.3803C69.6394 43.0548 69.3179 43.5391 69.1149 43.9542C68.895 44.3693 68.7935 44.6979 68.6412 45.0092C68.6581 45.0438 68.7089 45.0957 68.7427 45.1476ZM75.5611 38.4197C75.7472 38.2468 75.9334 38.0738 76.1195 37.9009C76.2548 37.9701 76.3733 38.0565 76.5086 38.1257C77.5068 38.6965 78.4543 39.2499 78.7589 39.7169C78.0313 40.6335 77.3884 41.8788 77.7099 43.1759C77.7775 43.4526 77.896 43.7294 78.0483 43.9715C76.9485 43.6429 75.595 43.4353 73.92 43.4353L70.5192 43.6775C70.8068 43.2624 71.2129 42.7608 71.8389 42.1036L74.1738 39.6131L74.1907 39.5958C74.6306 39.2326 75.1043 38.8348 75.5611 38.4197ZM60.4692 75.4141C58.7265 77.3166 56.3748 78.1986 53.9553 78.1986C49.8101 78.1986 45.5296 75.5871 44.0238 70.9866C44.0238 70.9866 46.071 71.6957 48.7104 72.007C48.5919 72.7507 48.6596 73.4079 48.9303 73.9959C49.5056 75.2412 50.7745 75.6908 51.6712 75.933L52.8725 76.2443L52.9909 74.9817L53.1094 73.8057C53.2109 73.7365 53.3293 73.65 53.4308 73.5635C53.4477 73.6673 53.4816 73.7711 53.5154 73.8749C53.803 74.6877 54.7167 75.5179 55.7488 75.5179C55.8503 75.5179 55.9518 75.5179 56.0533 75.5006L56.7808 76.1578L57.5591 76.8669L58.2697 76.0713C59.2679 74.9645 59.674 73.7192 59.4202 72.5777C59.3356 72.2145 59.2003 71.8686 58.9972 71.5573C59.6233 71.5573 60.1816 71.3152 60.6046 70.8655C60.7568 70.6925 60.9091 70.5023 61.0106 70.2775L61.0783 70.2948L62.7195 70.9866L62.5334 69.1879C62.5334 69.1187 62.5164 69.0668 62.5164 68.9976C63.244 69.1187 64.1238 69.3954 65.2404 69.8278C65.3927 69.9143 65.5619 69.9834 65.7142 70.0353C65.7988 70.0699 65.8664 70.1045 65.951 70.1218C65.5957 70.3293 65.2404 70.5369 64.919 70.7444C63.3116 71.7994 62.2119 72.9409 61.6366 74.1343C61.2813 74.5494 60.8922 74.9644 60.4692 75.4141ZM73.0063 71.6611C71.8389 72.6642 70.2147 72.8717 68.7427 72.9755C64.276 73.3214 62.4488 77.4377 62.4488 77.4377C62.0765 76.4864 62.1442 75.5871 62.4995 74.7742C63.0409 73.529 64.2591 72.4566 65.545 71.6265C67.6937 70.2429 70.0624 69.4646 70.0624 69.4646C69.6394 69.4992 69.2503 69.5165 68.8781 69.5165C67.9475 69.5165 67.1861 69.3954 66.5601 69.2052C66.2048 69.1014 65.8834 68.963 65.6126 68.8247C63.6331 67.787 63.5654 65.9364 63.5654 65.9364C65.1389 67.026 66.5263 67.4065 67.8121 67.4065C69.4702 67.4065 70.976 66.8011 72.5157 66.3515C72.9725 66.2131 73.4293 66.1612 73.8692 66.1612C75.1382 66.1612 76.2379 66.6455 76.8639 66.9914C76.0687 67.4929 75.3919 68.1329 74.8674 68.9457C74.6644 69.2743 74.4783 69.6029 74.326 69.9143C73.8354 70.6234 73.5139 71.246 73.0063 71.6611ZM80.4339 70.0872C78.8773 70.4504 77.4222 71.3671 76.9316 73.0101C76.644 73.9613 76.6947 74.999 76.7455 75.9849C76.7455 75.9849 73.5647 74.1343 75.2566 70.485C75.3919 70.191 75.5781 69.8624 75.7811 69.5338C76.1871 68.8938 76.6778 68.4442 77.1346 68.0983C77.3038 67.9945 77.473 67.908 77.6591 67.8043L78.1329 67.5621C78.945 68.2712 80.0447 68.4442 80.8568 68.4961L82.0919 68.5825L81.9904 67.32L81.8889 66.0055C82.0243 65.8845 82.1596 65.7461 82.295 65.5732C82.295 65.5559 82.3119 65.5559 82.3119 65.5386C82.3627 65.6942 82.4303 65.8499 82.5149 65.9883C82.8871 66.6455 83.7669 67.3027 84.7313 67.3027C84.9851 67.3027 85.222 67.2508 85.4589 67.1643L86.0172 67.5102C85.9834 67.5448 85.9326 67.5794 85.8988 67.614C84.0884 69.3608 82.7518 69.5511 80.4339 70.0872ZM128.434 76.1059C128.434 76.1059 129.347 71.9724 127.402 70.658C124.288 68.5825 122.63 70.3639 119.145 67.6486C119.111 67.5967 119.06 67.5621 119.027 67.5102C117.385 65.8153 115.575 64.743 113.934 64.1723C112.8 64.3625 111.548 64.5009 110.161 64.57C110.432 64.5873 110.702 64.6046 110.99 64.6392C111.481 64.6911 112.005 64.7776 112.546 64.8987C113.376 65.0889 114.255 65.3829 115.135 65.8153C116.201 66.3515 117.267 67.2162 118.265 68.2539C118.333 68.3231 118.384 68.375 118.434 68.4442C120.6 70.8482 120.025 73.2003 120.025 73.2003C120.025 73.2003 117.25 69.43 113.105 69.43C111.125 69.43 109.416 70.1045 108.537 70.5542L107.894 70.9001L107.251 70.5542C106.371 70.1218 104.662 69.43 102.683 69.43C98.5374 69.43 95.7627 73.2003 95.7627 73.2003C95.7627 73.2003 95.1705 70.8482 97.3531 68.4442C97.4038 68.375 97.4715 68.3231 97.5223 68.2539C98.5205 67.2162 99.5864 66.3342 100.652 65.8153C101.532 65.3829 102.412 65.0889 103.241 64.8987C103.782 64.7776 104.307 64.6911 104.798 64.6392C105.085 64.6046 105.373 64.5873 105.643 64.57C104.256 64.5009 103.004 64.3625 101.854 64.1723C100.212 64.743 98.402 65.798 96.7609 67.5102C96.7101 67.5621 96.6763 67.5967 96.6424 67.6486C93.1571 70.3639 91.499 68.5825 88.3859 70.658C86.4402 71.9551 87.3538 76.1059 87.3538 76.1059C87.3538 76.1059 83.2425 72.9236 86.9647 68.7209C87.743 67.8388 88.6904 67.1124 89.3841 66.6282C89.9594 66.2304 90.3654 66.0055 90.3654 66.0055C90.3654 66.0055 90.0271 65.971 89.5872 65.8845C89.3503 65.8499 89.0627 65.7807 88.7581 65.7115C88.7073 65.6942 88.6397 65.6769 88.572 65.6596C88.7243 64.916 88.6735 64.1896 88.4197 63.5496C88.3182 63.2902 88.1659 63.0308 87.9967 62.8059C89.6041 63.2556 91.5836 63.6015 93.8339 63.6015C94.6967 63.6015 95.5935 63.4113 96.5409 63.3075C96.8624 63.2729 97.2177 63.2556 97.573 63.2556C97.6914 63.2556 97.8099 63.2556 97.9283 63.2729C97.0485 62.9962 96.2702 62.6849 95.5596 62.3736C94.9844 62.46 94.4091 62.5465 93.8339 62.5465C92.0574 62.5465 90.4669 62.3217 89.0965 61.9931C89.3503 61.7336 89.5026 61.4396 89.6041 61.111L89.7563 61.1456L91.4821 61.5261L90.9914 59.7793C90.0778 56.4932 87.9121 56.1473 87.0154 56.1473C85.5773 56.1473 84.0207 56.9948 82.9887 58.3265L80.7892 59.0875C80.2985 58.1708 80.3324 56.5451 80.4677 55.5247C80.8568 55.2307 81.4152 54.7291 81.9227 53.9854C82.701 52.8612 83.4793 50.976 82.8025 48.3472C82.7349 48.0013 82.3796 46.6695 80.9922 45.4935L81.246 44.646L81.4659 43.9023C81.8043 43.7639 82.075 43.5564 82.2781 43.3316C82.5826 43.9715 83.1748 44.5595 83.9192 44.7498L84.0376 45.407L84.2238 46.5485L85.3235 46.3409C86.8462 46.0469 87.8614 45.0784 88.0475 43.7639C88.1321 43.1759 88.0306 42.5706 87.7768 42.0171C88.352 41.8788 88.8765 41.5502 89.2657 41.0486L90.7038 41.8788L90.8392 40.1147C90.9576 38.5754 90.4162 37.6069 89.9425 37.088C89.3334 36.4135 88.4536 36.033 87.5399 36.033C87.4384 36.033 87.3538 36.033 87.2523 36.0503C87.2692 35.9638 87.3031 35.8773 87.32 35.7909C87.3707 35.4969 87.3707 35.2028 87.32 34.9088L87.8106 34.4418L88.8935 33.4041L87.6245 32.6259C86.9816 32.2281 86.2879 32.0205 85.5942 32.0205C84.4437 32.0205 83.124 32.6259 82.4642 34.2516C82.1935 33.923 81.8382 33.456 81.449 32.8161C81.2967 32.5567 81.1445 32.2972 80.9922 32.0378C80.823 31.7438 80.6369 31.4325 80.4508 31.1385V31.1212C81.0091 28.9766 80.9922 26.0364 80.1632 23.3038L82.2442 21.2802C82.4472 21.5223 82.701 21.7126 82.9717 21.851C83.3609 22.0585 83.7162 22.1623 84.1222 22.1623H84.1392L85.2389 22.145V20.7614C85.2728 20.7268 85.3235 20.6922 85.3573 20.6576C85.6619 20.3636 85.848 20.0004 85.9157 19.5853L86.9308 19.6026L87.946 19.6199L87.9967 18.5822C88.0137 18.2709 87.9798 17.9768 87.9291 17.6828H88.3013L89.3164 17.7001L89.3672 16.6624C89.3841 16.1954 89.3164 15.7458 89.1642 15.348H89.198H90.2808L90.247 14.2411C90.2301 13.3763 89.7902 12.5462 89.0796 12.0273C88.4536 11.5603 87.743 11.3874 87.1846 11.3355V8.81039H128.535V11.3182C127.977 11.3701 127.232 11.543 126.589 12.0273C125.879 12.5634 125.439 13.3936 125.422 14.2411L125.388 15.348H126.471H126.505C126.353 15.7458 126.268 16.1954 126.302 16.6624L126.353 17.7001L127.368 17.6828H127.74C127.672 17.9595 127.655 18.2709 127.672 18.5822L127.723 19.6199L128.738 19.6026L129.753 19.5853C129.821 19.9831 130.007 20.3636 130.312 20.6576C130.345 20.6922 130.396 20.7268 130.43 20.7614V22.145L131.53 22.1623H131.547C131.953 22.1623 132.308 22.0585 132.697 21.851C132.968 21.6953 133.222 21.5051 133.425 21.2802L135.506 23.3038C134.677 26.0364 134.643 28.9766 135.218 31.1212V31.1385C135.032 31.4325 134.846 31.7438 134.677 32.0378C134.525 32.2972 134.372 32.5567 134.22 32.8161C133.848 33.4387 133.476 33.9403 133.205 34.2689C132.545 32.6431 131.225 32.0378 130.075 32.0378C129.381 32.0378 128.687 32.2454 128.044 32.6431L126.776 33.4214L127.858 34.4591L128.349 34.9261C128.298 35.2028 128.298 35.4968 128.349 35.8082C128.366 35.8946 128.383 35.9811 128.417 36.0676C128.315 36.0676 128.231 36.0503 128.129 36.0503C127.199 36.0503 126.319 36.4308 125.727 37.1053C125.253 37.6415 124.711 38.5927 124.83 40.132L124.965 41.8961L126.403 41.0659C126.792 41.5502 127.317 41.8788 127.892 42.0344C127.638 42.5879 127.537 43.1759 127.622 43.7812C127.808 45.113 128.823 46.0815 130.345 46.3582L131.445 46.5658L131.631 45.4243L131.75 44.7671C132.511 44.5595 133.103 43.9888 133.391 43.3489C133.594 43.5737 133.865 43.7639 134.203 43.9196L134.389 44.5422L134.423 44.6633L134.677 45.5108C133.289 46.7041 132.934 48.0186 132.866 48.3645C132.19 50.9933 132.968 52.8785 133.746 54.0027C134.254 54.7464 134.812 55.248 135.201 55.542C135.337 56.5624 135.37 58.1881 134.88 59.1048L132.68 58.3438C131.631 57.0121 130.092 56.1646 128.654 56.1646C127.757 56.1646 125.591 56.5105 124.678 59.7966L124.187 61.5434L125.913 61.1629L126.065 61.1283C126.166 61.4396 126.319 61.7509 126.573 62.0104C125.202 62.3217 123.612 62.5638 121.835 62.5638C121.26 62.5638 120.685 62.4773 120.109 62.3909C119.399 62.7022 118.62 63.0135 117.741 63.2902C117.859 63.2902 117.961 63.2902 118.079 63.2902C118.434 63.2902 118.79 63.3075 119.111 63.3421C120.059 63.4632 120.955 63.6361 121.818 63.6361C124.068 63.6361 126.048 63.2902 127.655 62.8405C127.486 63.0654 127.334 63.3075 127.232 63.5842C126.979 64.2241 126.928 64.9505 127.08 65.6942C127.012 65.7115 126.962 65.7288 126.894 65.7461C126.589 65.8153 126.302 65.8845 126.065 65.9191C125.608 66.0056 125.337 66.0228 125.337 66.0228C125.337 66.0228 125.743 66.2477 126.319 66.6455C127.012 67.1297 127.943 67.8561 128.738 68.7382C132.545 72.9236 128.434 76.1059 128.434 76.1059ZM138.991 75.9849C139.042 74.999 139.076 73.9613 138.805 73.0101C138.314 71.3671 136.859 70.4677 135.303 70.0872C132.985 69.5338 131.648 69.3608 129.838 67.6486C129.804 67.614 129.753 67.5794 129.719 67.5448L130.278 67.1989C130.498 67.2854 130.752 67.3373 131.005 67.3373C131.987 67.3373 132.866 66.6801 133.222 66.0228C133.306 65.8672 133.374 65.7288 133.425 65.5732C133.425 65.5905 133.442 65.5905 133.442 65.6078C133.577 65.7807 133.712 65.9191 133.848 66.0401L133.746 67.3546L133.645 68.6171L134.88 68.5306C135.692 68.4788 136.775 68.3058 137.604 67.5967L138.078 67.8388C138.264 67.9426 138.433 68.0291 138.602 68.1329C139.076 68.4788 139.55 68.9284 139.956 69.5684C140.176 69.897 140.345 70.2083 140.48 70.5196C142.172 74.1343 138.991 75.9849 138.991 75.9849ZM153.254 77.455C153.254 77.455 151.444 73.3387 146.96 72.9928C145.488 72.8717 143.881 72.6642 142.697 71.6784C142.189 71.246 141.867 70.6234 141.36 69.9316C141.208 69.603 141.022 69.2916 140.818 68.963C140.294 68.1501 139.634 67.4929 138.822 67.0087C139.448 66.6628 140.531 66.1785 141.817 66.1785C142.257 66.1785 142.697 66.2304 143.17 66.3687C144.727 66.8184 146.216 67.4238 147.874 67.4238C149.16 67.4238 150.547 67.0606 152.121 65.9537C152.121 65.9537 152.036 67.8042 150.073 68.842C149.803 68.9803 149.481 69.1187 149.126 69.2225C148.5 69.4127 147.722 69.5338 146.808 69.5338C146.436 69.5338 146.047 69.5165 145.624 69.4819C145.624 69.4819 147.992 70.2602 150.141 71.6438C151.444 72.4912 152.645 73.5462 153.186 74.7915C153.559 75.6044 153.643 76.4864 153.254 77.455ZM161.781 78.1986C159.362 78.1986 156.993 77.3166 155.267 75.4141C154.844 74.9644 154.472 74.5321 154.1 74.1516C153.525 72.9409 152.425 71.8167 150.818 70.7617C150.496 70.5542 150.158 70.3466 149.786 70.1391C149.87 70.1045 149.938 70.0699 150.023 70.0526C150.192 69.9834 150.344 69.9143 150.496 69.8451C151.613 69.3954 152.493 69.136 153.22 69.0149C153.22 69.0841 153.203 69.136 153.203 69.2052L153.017 71.0039L154.658 70.312L154.726 70.2948C154.844 70.5196 154.98 70.7098 155.132 70.8828C155.555 71.3325 156.113 71.5746 156.739 71.5746C156.536 71.8859 156.401 72.2318 156.316 72.595C156.063 73.7365 156.486 74.9817 157.467 76.0886L158.178 76.8842L158.956 76.1751L159.683 75.5179C159.785 75.5352 159.886 75.5352 159.988 75.5352C161.02 75.5352 161.934 74.705 162.221 73.8922C162.255 73.7884 162.289 73.6846 162.306 73.5808C162.424 73.6673 162.526 73.7538 162.627 73.823L162.746 74.999L162.864 76.2616L164.065 75.9503C164.962 75.7254 166.231 75.2585 166.806 74.0132C167.077 73.4252 167.145 72.768 167.026 72.0243C169.649 71.713 171.713 71.0039 171.713 71.0039C170.19 75.6044 165.91 78.1986 161.781 78.1986ZM69.6733 5.12652C68.1336 5.5589 66.1879 5.14381 66.1879 5.14381C67.3722 6.33718 67.7614 7.06358 67.7614 7.06358C69.318 7.15005 69.6733 6.11234 69.6733 5.12652ZM146.063 5.12652C146.063 6.11234 146.419 7.15005 147.975 7.08087C147.975 7.08087 148.381 6.35448 149.549 5.16111C149.549 5.16111 147.603 5.5589 146.063 5.12652ZM146.994 26.4342C147.265 25.9672 147.535 25.5002 147.806 25.0333C148.246 24.2723 148.652 23.4594 149.007 22.6292C149.346 21.7991 149.633 20.9689 149.887 20.1214C150.158 19.2913 150.395 18.4438 150.632 17.5963C150.259 18.3919 149.887 19.1702 149.481 19.9485C149.092 20.7268 148.686 21.4878 148.246 22.2142C147.789 22.9406 147.299 23.6151 146.757 24.2723C146.283 24.8603 145.776 25.4656 145.285 26.0537C145.843 26.1229 146.419 26.2266 146.994 26.4342ZM66.7293 22.6292C67.0677 23.4594 67.4907 24.2723 67.9306 25.0333C68.2013 25.5002 68.472 25.9672 68.7427 26.4342C69.318 26.2266 69.8932 26.1056 70.4515 26.071C69.9609 25.4829 69.4533 24.8776 68.9796 24.2896C68.4382 23.6151 67.9475 22.9406 67.4907 22.2314C67.0508 21.5051 66.6447 20.7441 66.2556 19.9658C65.8664 19.1875 65.4942 18.3919 65.1051 17.6136C65.3419 18.4611 65.5957 19.2913 65.8495 20.1387C66.1033 20.9689 66.3909 21.7991 66.7293 22.6292ZM66.4755 27.6448C65.1728 25.7251 63.9207 23.7707 62.8717 21.7126C62.2965 20.5884 61.7889 19.4296 61.3828 18.2363C60.9599 17.0429 60.6215 15.8149 60.3508 14.5697C60.4861 15.8495 60.6722 17.1121 60.9599 18.3746C61.2475 19.6372 61.6366 20.8651 62.0935 22.0758C62.5503 23.2865 63.0748 24.4625 63.6162 25.6213C64.0561 26.5379 64.5129 27.4373 64.9697 28.3366C65.4096 28.1983 65.9172 27.9734 66.4755 27.6448ZM150.733 28.3366C151.207 27.4373 151.664 26.5379 152.087 25.6213C152.645 24.4625 153.169 23.2865 153.609 22.0758C154.066 20.8651 154.438 19.6199 154.743 18.3746C155.031 17.1121 155.234 15.8495 155.352 14.5697C155.081 15.8149 154.743 17.0429 154.32 18.2363C153.897 19.4296 153.389 20.5884 152.831 21.7126C151.782 23.7707 150.53 25.7251 149.227 27.6448C149.819 27.9734 150.31 28.1983 150.733 28.3366Z"
+          fill="#CC0000"
+        />
+        <path
+          d="M125.676 14.293H125.456H90.2808H90.1285L89.6379 15.348H125.946L125.676 14.293ZM130.481 20.6922V33.1966C130.853 33.2658 131.208 33.4214 131.513 33.6809V20.8997L130.481 20.6922ZM130.853 43.6602L130.582 45.234C130.548 45.234 130.515 45.2167 130.481 45.2167V47.3959C130.481 50.3188 129.635 52.9823 127.994 55.2825C127.588 55.836 127.148 56.3721 126.657 56.891L86.4063 15.7112C86.2202 15.6247 86.0002 15.5382 85.7464 15.4863V16.6105C86.5924 16.9045 86.9985 17.6828 86.9646 18.5476L85.848 18.5303C85.6111 17.8385 85.0189 17.3542 84.2237 17.164V18.2882C84.6129 18.4438 84.9005 18.7551 84.9005 19.274C84.9005 19.7237 84.5452 20.0696 84.2237 20.1387V33.5944C84.6298 33.2485 85.1204 33.1274 85.628 33.1274C86.1187 33.1274 86.6093 33.3177 87.0661 33.5944L86.0172 34.5975C86.6432 35.3585 85.9833 36.5173 85.3065 36.8978C84.579 37.2956 84.9682 37.9874 85.4927 37.9874C85.6619 37.9874 85.831 37.9182 86.0002 37.7625C86.4401 37.3474 87.0154 37.1399 87.5737 37.1399C88.7581 37.1399 89.9255 38.0738 89.7732 40.0109L88.8596 39.492C88.555 40.5125 87.8444 40.9448 87.1846 40.9448C86.88 40.9448 86.5924 40.8584 86.3725 40.6854C85.8649 40.3049 85.3404 39.9071 84.9851 39.9071C84.8667 39.9071 84.7482 39.959 84.6805 40.0628C84.4098 40.4433 84.6975 40.8238 85.6619 41.308C87.2861 42.1382 87.6076 44.5249 85.4757 45.1649L85.1204 45.1994L84.8497 43.6256C84.7313 43.6602 84.6129 43.6775 84.4944 43.6775C84.3929 43.6775 84.2914 43.6602 84.1899 43.6429V47.3613C84.1899 51.0452 85.425 54.1238 87.4384 56.597C87.4553 56.6143 87.4722 56.6316 87.4722 56.6489C87.5399 56.7353 87.6245 56.8218 87.6922 56.9083C87.7091 56.9256 87.726 56.9429 87.7429 56.9602C87.8275 57.0639 87.9121 57.1504 87.9967 57.2542C87.9967 57.2542 87.9967 57.2715 88.0136 57.2715C88.0982 57.3753 88.1997 57.4617 88.2843 57.5655L88.3012 57.5828C88.4197 57.652 88.5212 57.7385 88.6227 57.8249C88.8257 57.9979 89.0288 58.2054 89.198 58.4476C90.5007 59.6236 92.0235 60.6095 93.6646 61.4396C93.8507 61.5434 94.0369 61.6472 94.2399 61.7336C96.947 63.1172 100.906 64.6219 107.826 64.6219C114.746 64.6219 118.705 63.1172 121.412 61.7336C121.615 61.6299 121.801 61.5261 121.987 61.4396C123.612 60.6267 125.101 59.6409 126.403 58.4994C126.437 58.4476 126.471 58.3957 126.505 58.3438C126.522 58.3265 126.539 58.3092 126.556 58.2746C126.572 58.2573 126.589 58.2227 126.623 58.2054C126.64 58.1708 126.674 58.1535 126.691 58.1189C126.708 58.1017 126.708 58.0844 126.725 58.0844C126.759 58.0498 126.792 58.0152 126.826 57.9806L126.843 57.9633C126.877 57.9287 126.911 57.8941 126.945 57.8595C126.945 57.8595 126.945 57.8595 126.962 57.8422C126.995 57.8076 127.046 57.773 127.08 57.7385C127.165 57.6693 127.249 57.6174 127.334 57.5655C127.351 57.5482 127.368 57.5482 127.385 57.5309C129.906 54.902 131.479 51.4949 131.479 47.3268V43.6602C131.378 43.6948 131.276 43.7121 131.158 43.7121C131.09 43.7121 130.971 43.6948 130.853 43.6602Z"
+          fill="#CC0000"
+        />
+        <path d="M11.6783 1.14062H0V99.6277H11.6783V1.14062Z" fill="#FFCC00" />
+      </g>
+      <defs>
+        <clipPath id="clip0_908_6411">
+          <rect width="187.826" height="100" fill="white" transform="translate(0 0.145508)" />
+        </clipPath>
+      </defs>
+    </svg>
+  </Link>
+);
diff --git a/apps/vth-frontend/src/components/Markdown/index.tsx b/apps/vth-frontend/src/components/Markdown/index.tsx
new file mode 100644
index 000000000..7773050cd
--- /dev/null
+++ b/apps/vth-frontend/src/components/Markdown/index.tsx
@@ -0,0 +1,184 @@
+import {
+  Heading1,
+  Heading2,
+  Heading3,
+  Heading4,
+  Heading5,
+  Heading6,
+  Link,
+  Paragraph,
+  Table,
+  TableBody,
+  TableCaption,
+  TableCell,
+  TableFooter,
+  TableHeader,
+  TableHeaderCell,
+  TableRow,
+  UnorderedList,
+  UnorderedListItem,
+} from '@utrecht/component-library-react';
+import isAbsoluteUrl from 'is-absolute-url';
+import Image from 'next/image';
+import NextLink from 'next/link';
+import React from 'react';
+import ReactMarkdown, { Components } from 'react-markdown';
+import rehypeRaw from 'rehype-raw';
+
+const components = ({ strapiBackendURL, priceData, locale }: any) =>
+  ({
+    h1: ({ children, node }) => {
+      delete node.properties?.style;
+      return <Heading1 {...node.properties}>{children}</Heading1>;
+    },
+    h2: ({ children, node }) => {
+      delete node.properties?.style;
+      return <Heading2 {...node.properties}>{children}</Heading2>;
+    },
+    h3: ({ children, node }) => {
+      delete node.properties?.style;
+      return <Heading3 {...node.properties}>{children}</Heading3>;
+    },
+    h4: ({ children, node }) => {
+      delete node.properties?.style;
+      return <Heading4 {...node.properties}>{children}</Heading4>;
+    },
+    h5: ({ children, node }) => {
+      delete node.properties?.style;
+      return <Heading5 {...node.properties}>{children}</Heading5>;
+    },
+    h6: ({ children, node }) => {
+      delete node.properties?.style;
+      return <Heading6 {...node.properties}>{children}</Heading6>;
+    },
+    p: ({ children, node }) => {
+      delete node.properties?.style;
+      if (node.properties?.dataLead) {
+        delete node.properties?.dataLead;
+        return (
+          <Paragraph {...node.properties} lead>
+            {children}
+          </Paragraph>
+        );
+      }
+
+      return <Paragraph {...node.properties}>{children}</Paragraph>;
+    },
+    ul: ({ children, node }) => {
+      delete node.properties?.style;
+      return <UnorderedList {...node.properties}>{children}</UnorderedList>;
+    },
+    li: ({ children, node }) => {
+      delete node.properties?.style;
+      return <UnorderedListItem {...node.properties}>{children}</UnorderedListItem>;
+    },
+    a: ({ children, node }) => {
+      const external = typeof node.properties?.href === 'string' && isAbsoluteUrl(node.properties?.href);
+      return external ? (
+        <Link href={node.properties?.href as string} rel="external noopener noreferrer" external={external}>
+          {children}
+        </Link>
+      ) : (
+        <NextLink className="utrecht-link" href={node.properties?.href as string} locale={locale}>
+          {children}
+        </NextLink>
+      );
+    },
+    table: ({ children, node }) => {
+      delete node.properties?.style;
+      return <Table {...node.properties}>{children}</Table>;
+    },
+    tbody: ({ children, node }) => {
+      delete node.properties?.style;
+      return <TableBody {...node.properties}>{children}</TableBody>;
+    },
+    td: ({ children, node }) => {
+      delete node.properties?.style;
+      return <TableCell {...node.properties}>{children}</TableCell>;
+    },
+    thead: ({ children, node }) => {
+      delete node.properties?.style;
+      return <TableHeader {...node.properties}>{children}</TableHeader>;
+    },
+    tfoot: ({ children, node }) => {
+      delete node.properties?.style;
+      return <TableFooter {...node.properties}>{children}</TableFooter>;
+    },
+    th: ({ children, node }) => {
+      delete node.properties?.style;
+      return <TableHeaderCell {...node.properties}>{children}</TableHeaderCell>;
+    },
+    tr: ({ children, node }) => {
+      delete node.properties?.style;
+      return <TableRow {...node.properties}>{children}</TableRow>;
+    },
+    caption: ({ children, node }) => {
+      delete node.properties?.style;
+      return <TableCaption {...node.properties}>{children}</TableCaption>;
+    },
+    img: ({ width, height, src, alt }) => {
+      if (width && height && src && alt) {
+        return (
+          <Image
+            src={`${strapiBackendURL}${src}`}
+            alt={alt || ''}
+            sizes="(max-width: 768px) 100vw,
+      (max-width: 1200px) 50vw,
+      33vw"
+            width={width as number}
+            height={height as number}
+            style={{
+              maxWidth: '100%',
+              height: 'auto',
+            }}
+          />
+        );
+      } else {
+        return null;
+      }
+    },
+    section: ({ children, node }) => {
+      if (node.properties?.dataId && priceData && priceData.length > 0) {
+        const product: any = priceData.find(({ id }: any) => id === node.properties?.dataId);
+        const price = new Intl.NumberFormat(locale, {
+          style: 'currency',
+          currency: product?.currency,
+        }).format(Number(product?.value));
+
+        return <data value={price}>{price}</data>;
+      }
+      return <section {...node.properties}>{children}</section>;
+    },
+    'react-widget': ({ node }: any) => {
+      if (node.properties?.id && priceData && priceData.length > 0) {
+        const product: any = priceData.find(({ id }: any) => id === node.properties?.id);
+        const price = new Intl.NumberFormat(locale, {
+          style: 'currency',
+          currency: product?.currency,
+        }).format(Number(product?.value));
+
+        return <data value={price}>{price}</data>;
+      } else {
+        return null;
+      }
+    },
+  } as Components);
+
+interface MarkdownProps {
+  children: any;
+  priceData?: any;
+  locale?: string;
+  strapiBackendURL?: string;
+}
+
+export const Markdown: React.FC<MarkdownProps> = ({ children, priceData, locale, strapiBackendURL }) => {
+  const url = strapiBackendURL ? new URL(strapiBackendURL) : null;
+  return (
+    <ReactMarkdown
+      components={components({ priceData, locale, strapiBackendURL: url?.origin ?? '' })}
+      rehypePlugins={[rehypeRaw]}
+    >
+      {children}
+    </ReactMarkdown>
+  );
+};
diff --git a/apps/vth-frontend/src/components/PreviewAlert/index.tsx b/apps/vth-frontend/src/components/PreviewAlert/index.tsx
new file mode 100644
index 000000000..c4e1e8c23
--- /dev/null
+++ b/apps/vth-frontend/src/components/PreviewAlert/index.tsx
@@ -0,0 +1,19 @@
+import { Alert, ButtonLink, Paragraph } from '@utrecht/component-library-react';
+import React from 'react';
+
+type LinkTypes = {
+  href: string;
+  text: string;
+};
+
+interface PreviewAlertProps {
+  link: LinkTypes;
+  message: string;
+}
+
+export const PreviewAlert = ({ link, message }: PreviewAlertProps) => (
+  <Alert type="warning">
+    <ButtonLink href={link.href}>{link.text}</ButtonLink>
+    <Paragraph>{message}</Paragraph>
+  </Alert>
+);
diff --git a/apps/vth-frontend/src/components/index.tsx b/apps/vth-frontend/src/components/index.tsx
new file mode 100644
index 000000000..2e781f6ef
--- /dev/null
+++ b/apps/vth-frontend/src/components/index.tsx
@@ -0,0 +1,4 @@
+'use client';
+
+export * from '@utrecht/component-library-react';
+export * from '@utrecht/web-component-library-react';
diff --git a/apps/vth-frontend/src/middleware.ts b/apps/vth-frontend/src/middleware.ts
new file mode 100644
index 000000000..376142a02
--- /dev/null
+++ b/apps/vth-frontend/src/middleware.ts
@@ -0,0 +1,39 @@
+import acceptLanguage from 'accept-language';
+import { NextResponse } from 'next/server';
+import { NextRequest } from 'next/server';
+import { fallbackLng, languages } from './app/i18n/settings';
+acceptLanguage.languages(languages);
+
+export const config = {
+  matcher: ['/((?!api|_next/static|_next/image|assets|favicon.ico|sw.js).*)'],
+};
+
+const cookieName = 'i18next';
+
+export function middleware(req: NextRequest) {
+  if (req.nextUrl.pathname.indexOf('icon') > -1 || req.nextUrl.pathname.indexOf('chrome') > -1)
+    return NextResponse.next();
+  let lng;
+  if (req.cookies.has(cookieName)) lng = acceptLanguage.get(req.cookies.get(cookieName)?.value);
+  if (!lng) lng = acceptLanguage.get(req.headers.get('Accept-Language'));
+  if (!lng) lng = fallbackLng;
+
+  // Redirect if lng in path is not supported
+  if (
+    !languages.some((loc) => req.nextUrl.pathname.startsWith(`/${loc}`)) &&
+    !req.nextUrl.pathname.startsWith('/_next')
+  ) {
+    return NextResponse.redirect(new URL(`/${lng}${req.nextUrl.pathname}`, req.url));
+  }
+
+  if (req.headers.has('referer')) {
+    const refererUrl = new URL(req.headers.get('referer') as any);
+    const lngInReferer = languages.find((l) => refererUrl.pathname.startsWith(`/${l}`));
+    const response = NextResponse.next();
+    if (lngInReferer) response.cookies.set(cookieName, lngInReferer);
+    return response;
+  }
+  const requestHeaders = new Headers(req.headers);
+  requestHeaders.set('x-pathname', req.nextUrl.pathname);
+  return NextResponse.next();
+}
diff --git a/apps/vth-frontend/src/query/index.ts b/apps/vth-frontend/src/query/index.ts
new file mode 100644
index 000000000..d8a9980e5
--- /dev/null
+++ b/apps/vth-frontend/src/query/index.ts
@@ -0,0 +1,14 @@
+const gql = (query: any) => query;
+
+export const GET_NOT_FOUND_PAGE = gql(`
+query getNotFoundPage($locale: I18NLocaleCode){
+  notFoundPage(locale: $locale) {
+    data {
+       attributes {
+        title
+        body
+      }
+    }
+  }
+}
+`);
diff --git a/apps/vth-frontend/src/styles/globals.css b/apps/vth-frontend/src/styles/globals.css
new file mode 100644
index 000000000..2b4040f3d
--- /dev/null
+++ b/apps/vth-frontend/src/styles/globals.css
@@ -0,0 +1,18 @@
+html,
+body {
+  --utrecht-space-around: 1;
+  --utrecht-list-social-margin-block-start: 24px;
+  margin-block: 0;
+  margin-inline: 0;
+  padding-block: 0;
+  padding-inline: 0;
+}
+
+a {
+  color: inherit;
+  text-decoration: none;
+}
+
+* {
+  box-sizing: border-box;
+}
diff --git a/apps/vth-frontend/src/types/index.ts b/apps/vth-frontend/src/types/index.ts
new file mode 100644
index 000000000..afc561cc1
--- /dev/null
+++ b/apps/vth-frontend/src/types/index.ts
@@ -0,0 +1,65 @@
+export interface Fields {
+  title: string;
+  body: string;
+}
+
+export interface Hit {
+  type: string;
+  url: string;
+  fields: Fields;
+}
+
+export interface Facets {}
+
+export interface Request {
+  q: string;
+  context: string;
+  page: number;
+  size: number;
+  facets: Facets;
+  full: boolean;
+  nocorrect: boolean;
+  track: boolean;
+  notiming: boolean;
+}
+
+export interface Received {
+  q: string;
+  track: boolean;
+}
+
+export interface Pagination {
+  current: number;
+  numPages: number;
+  numResults: number;
+  prelink: string;
+  resultsPerPage: number;
+}
+
+export interface Timing {
+  search: number;
+  'search:took': number;
+  request: number;
+}
+
+export interface SearchResult {
+  total: number;
+  hits: Hit[];
+  request: Request;
+  received: Received;
+  pagination: Pagination;
+  timing: Timing;
+}
+
+export interface SuggestedResult {
+  suggestedHits: SuggestedHits;
+  suggestions: Suggestions;
+}
+
+export type SuggestedHits = {
+  titleRaw: string;
+  url: string;
+};
+export type Suggestions = {
+  text: string;
+};
diff --git a/apps/vth-frontend/src/util/create-url.ts b/apps/vth-frontend/src/util/create-url.ts
new file mode 100644
index 000000000..8b5b25b5b
--- /dev/null
+++ b/apps/vth-frontend/src/util/create-url.ts
@@ -0,0 +1,8 @@
+import { format, parse } from 'url';
+
+export const createURL = (baseUrl: string, params: any) => {
+  const parsedUrl = parse(baseUrl, true);
+  parsedUrl.query = params;
+  const finalUrl = format(parsedUrl);
+  return finalUrl;
+};
diff --git a/apps/vth-frontend/src/util/createStrapiURL.ts b/apps/vth-frontend/src/util/createStrapiURL.ts
new file mode 100644
index 000000000..eff61bc8f
--- /dev/null
+++ b/apps/vth-frontend/src/util/createStrapiURL.ts
@@ -0,0 +1,10 @@
+import { URL } from 'url';
+export const createStrapiURL = () => {
+  if (!process.env.STRAPI_PRIVATE_URL) {
+    throw new Error('STRAPI_PRIVATE_URL is not defined');
+  }
+
+  const { origin } = new URL(process.env.STRAPI_PRIVATE_URL);
+  const strapiURL = `${origin}/graphql`;
+  return strapiURL;
+};
diff --git a/apps/vth-frontend/src/util/fetchData.ts b/apps/vth-frontend/src/util/fetchData.ts
new file mode 100644
index 000000000..fb6896567
--- /dev/null
+++ b/apps/vth-frontend/src/util/fetchData.ts
@@ -0,0 +1,94 @@
+interface FetchDataProps {
+  url: string;
+  query?: string;
+  variables?: any;
+  method?: string;
+}
+
+export const fetchData = async ({ url, query, variables, method = 'POST' }: FetchDataProps) => {
+  try {
+    const response = await fetch(url, {
+      method,
+      cache: 'no-store',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      body:
+        method !== 'GET'
+          ? JSON.stringify({
+              query,
+              variables,
+            })
+          : undefined,
+    });
+    if (!response.ok) {
+      const { logger } = new ErrorHandler();
+      logger();
+      switch (response.status) {
+        case 400:
+          throw new ErrorHandler(response.statusText, {
+            statusCode: 400,
+          });
+        case 403:
+          throw new ErrorHandler('Forbidden', {
+            statusCode: 403,
+          });
+        case 404:
+          throw new ErrorHandler('Not found', {
+            statusCode: 404,
+          });
+        case 422:
+          throw new ErrorHandler('Unprocessable entity', {
+            statusCode: 422,
+          });
+        case 500:
+          throw new ErrorHandler('Internal server error', {
+            statusCode: 500,
+          });
+        case 503:
+          logger();
+          throw new ErrorHandler('Service unavailable', {
+            statusCode: 503,
+          });
+        case 504:
+          throw new ErrorHandler('Gateway timeout', {
+            statusCode: 504,
+          });
+        case 505:
+          throw new ErrorHandler('HTTP version not supported', {
+            statusCode: 505,
+          });
+        default:
+          throw new ErrorHandler(response.statusText, {
+            statusCode: response.status,
+          });
+      }
+    }
+    const data = await response.json();
+    return data;
+  } catch (error: any) {
+    throw new ErrorHandler(error?.message, {
+      statusCode: error?.options?.statusCode,
+    });
+  }
+};
+
+type Options = {
+  statusCode: number;
+};
+
+export class ErrorHandler extends Error {
+  constructor(message?: string, public options?: Options) {
+    super(message);
+    this.name = 'ErrorHandler';
+    this.options = options;
+  }
+  // this logger method should be used only on the server side to give some information when something goes wrong
+  logger() {
+    // eslint-disable-next-line no-console
+    console.log({
+      message: this?.message,
+      statusCode: this?.options?.statusCode,
+    });
+  }
+}
diff --git a/apps/vth-frontend/tsconfig.json b/apps/vth-frontend/tsconfig.json
new file mode 100644
index 000000000..0c7555fa7
--- /dev/null
+++ b/apps/vth-frontend/tsconfig.json
@@ -0,0 +1,28 @@
+{
+  "compilerOptions": {
+    "target": "es5",
+    "lib": ["dom", "dom.iterable", "esnext"],
+    "allowJs": true,
+    "skipLibCheck": true,
+    "strict": true,
+    "forceConsistentCasingInFileNames": true,
+    "noEmit": true,
+    "esModuleInterop": true,
+    "module": "esnext",
+    "moduleResolution": "node",
+    "resolveJsonModule": true,
+    "isolatedModules": true,
+    "jsx": "preserve",
+    "incremental": true,
+    "plugins": [
+      {
+        "name": "next"
+      }
+    ],
+    "paths": {
+      "@/*": ["./src/*"]
+    }
+  },
+  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
+  "exclude": ["node_modules"]
+}
diff --git a/package.json b/package.json
index d90f69591..96268d704 100644
--- a/package.json
+++ b/package.json
@@ -9,9 +9,7 @@
     "packages/strapi-tiptap-editor",
     "packages/catalogi-data",
     "packages/samenwerkende-catalogi",
-    "apps/pdc-dashboard",
-    "apps/pdc-frontend",
-    "apps/vth-dashboard",
+    "apps/*",
     "packages/*"
   ],
   "repository": {
diff --git a/scripts/start.js b/scripts/start.js
index a68b0593b..25f9d4f1d 100644
--- a/scripts/start.js
+++ b/scripts/start.js
@@ -3,115 +3,106 @@ const { prompt } = require('enquirer');
 let runningChildProcess = null;
 
 const handleExit = () => {
-    if (runningChildProcess) {
-        runningChildProcess.kill();
-    }
-    process.exit();
+  if (runningChildProcess) {
+    runningChildProcess.kill();
+  }
+  process.exit();
 };
 
 process.on('SIGINT', handleExit);
 
 const runApp = async (appType, mode) => {
-    const { app } = await prompt({
-        type: 'input',
-        name: 'app',
-        message: `Enter the ${appType} app name:`,
-    });
+  const { app } = await prompt({
+    type: 'input',
+    name: 'app',
+    message: `Enter the ${appType} app name:`,
+  });
 
-    const command = `APP=${app} npm run ${mode}:${appType}`;
-    const childProcess = exec(command);
-    childProcess.stdout.pipe(process.stdout); // Pipe standard output to terminal
-    childProcess.stderr.pipe(process.stderr); // Pipe standard error to terminal
+  const command = `APP=${app} npm run ${mode}:${appType}`;
+  const childProcess = exec(command);
+  childProcess.stdout.pipe(process.stdout); // Pipe standard output to terminal
+  childProcess.stderr.pipe(process.stderr); // Pipe standard error to terminal
 };
 
 const runOption = async () => {
-    try {
-        const { option } = await prompt({
-            type: 'select',
-            name: 'option',
-            message: 'Select an option:',
-            choices: [
-                'Build',
-                'Dev',
-                'Start',
-            ],
-        });
+  try {
+    const { option } = await prompt({
+      type: 'select',
+      name: 'option',
+      message: 'Select an option:',
+      choices: ['Build', 'Dev', 'Start'],
+    });
 
-        const { appType, mode } = await prompt([
+    const { appType, mode } = await prompt([
+      {
+        type: 'select',
+        name: 'appType',
+        message: 'Select an app:',
+        choices: ['Frontend', 'Strapi', 'Both'],
+      },
+      {
+        type: 'input',
+        name: 'mode',
+        message: 'Enter mode (build, dev, start):',
+      },
+    ]);
+
+    switch (option) {
+      case 'Build':
+        if (appType === 'Both') {
+          const { strapiApp, frontendApp } = await prompt([
             {
-                type: 'select',
-                name: 'appType',
-                message: 'Select an app:',
-                choices: [
-                    'Frontend',
-                    'Strapi',
-                    'Both',
-                ],
+              type: 'input',
+              name: 'strapiApp',
+              message: 'Enter the Strapi app name:',
             },
             {
-                type: 'input',
-                name: 'mode',
-                message: 'Enter mode (build, dev, start):',
+              type: 'input',
+              name: 'frontendApp',
+              message: 'Enter the frontend app name:',
             },
-        ]);
-
-        switch (option) {
-            case 'Build':
-                if (appType === 'Both') {
-                    const { strapiApp, frontendApp } = await prompt([
-                        {
-                            type: 'input',
-                            name: 'strapiApp',
-                            message: 'Enter the Strapi app name:',
-                        },
-                        {
-                            type: 'input',
-                            name: 'frontendApp',
-                            message: 'Enter the frontend app name:',
-                        },
-                    ]);
-                    const command = `APP1=${strapiApp} APP2=${frontendApp} npm run ${mode}:both`;
-                    const childProcess = exec(command);
-                    childProcess.stdout.pipe(process.stdout);
-                    childProcess.stderr.pipe(process.stderr);
-                } else {
-                    runApp(appType.toLowerCase(), mode);
-                }
-                break;
-
-            case 'Dev':
-            case 'Start':
-                if (appType === 'Both') {
-                    const { strapiApp, frontendApp } = await prompt([
-                        {
-                            type: 'input',
-                            name: 'strapiApp',
-                            message: 'Enter the Strapi app name:',
-                        },
-                        {
-                            type: 'input',
-                            name: 'frontendApp',
-                            message: 'Enter the frontend app name:',
-                        },
-                    ]);
-                    const command = `APP1=${strapiApp} APP2=${frontendApp} npm run ${mode}:both`;
-                    const childProcess = exec(command);
-                    childProcess.stdout.pipe(process.stdout);
-                    childProcess.stderr.pipe(process.stderr);
-                } else {
-                    runApp(appType.toLowerCase(), mode);
-                }
-                break;
+          ]);
+          const command = `APP1=${strapiApp} APP2=${frontendApp} npm run ${mode}:both`;
+          const childProcess = exec(command);
+          childProcess.stdout.pipe(process.stdout);
+          childProcess.stderr.pipe(process.stderr);
+        } else {
+          runApp(appType.toLowerCase(), mode);
+        }
+        break;
 
-            default:
-                break;
+      case 'Dev':
+      case 'Start':
+        if (appType === 'Both') {
+          const { strapiApp, frontendApp } = await prompt([
+            {
+              type: 'input',
+              name: 'strapiApp',
+              message: 'Enter the Strapi app name:',
+            },
+            {
+              type: 'input',
+              name: 'frontendApp',
+              message: 'Enter the frontend app name:',
+            },
+          ]);
+          const command = `APP1=${strapiApp} APP2=${frontendApp} npm run ${mode}:both`;
+          const childProcess = exec(command);
+          childProcess.stdout.pipe(process.stdout);
+          childProcess.stderr.pipe(process.stderr);
+        } else {
+          runApp(appType.toLowerCase(), mode);
         }
+        break;
 
-    } catch (error) {
-        // eslint-disable-next-line no-console
-        console.error('An unexpected error occurred:', error);
-        handleExit();
+      default:
+        break;
     }
+  } catch (error) {
+    // eslint-disable-next-line no-console
+    console.error('An unexpected error occurred:', error);
+    handleExit();
+  }
 };
 
 runOption();
diff --git a/yarn.lock b/yarn.lock
index 69fd2f740..37129a132 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4982,6 +4982,11 @@
   resolved "https://registry.yarnpkg.com/@utrecht/component-library-css/-/component-library-css-1.0.0-alpha.539.tgz#f2ffc02f47f95da9cf8633e7c59931f555aed678"
   integrity sha512-PhYQKC+Sj5/e0VOFaHLuQawtU0dii9/U7ygxFUwDmFtFZ8yxkB8jGnYnUsiNbFA0D7cEE6UkGZmAFQglsXYOdw==
 
+"@utrecht/component-library-css@1.0.0-alpha.543":
+  version "1.0.0-alpha.543"
+  resolved "https://registry.yarnpkg.com/@utrecht/component-library-css/-/component-library-css-1.0.0-alpha.543.tgz#de16e21df63736ebdbc152094f5a5e89a3ccacab"
+  integrity sha512-NRE7D9rHu0Ok7dyxZLlrTU4MYAYfXzH5yRSKF8wDDCdHWLUDAIMLmZCSwSMfKR0hk8zPtr+2k8su4abe1r3FkA==
+
 "@utrecht/component-library-react@1.0.0-alpha.348":
   version "1.0.0-alpha.348"
   resolved "https://registry.yarnpkg.com/@utrecht/component-library-react/-/component-library-react-1.0.0-alpha.348.tgz#32680e48524b5a8684d3e5e37965d0b68be30f5c"
@@ -4991,11 +4996,25 @@
     date-fns "2.30.0"
     lodash.chunk "4.2.0"
 
+"@utrecht/component-library-react@1.0.0-alpha.352":
+  version "1.0.0-alpha.352"
+  resolved "https://registry.yarnpkg.com/@utrecht/component-library-react/-/component-library-react-1.0.0-alpha.352.tgz#8ee803c1d9fc0ce08e0615f2e0eff70caaa77ca0"
+  integrity sha512-Ryuim338JNxDK7gEug2hR8kBO/GmncqjkFX3UHMBbJGn2eYRLKe0fz/MkJEAfVvrZRqCCxplU7RLaPIMNTkgVA==
+  dependencies:
+    clsx "1.2.1"
+    date-fns "2.30.0"
+    lodash.chunk "4.2.0"
+
 "@utrecht/design-tokens@1.0.0-alpha.532":
   version "1.0.0-alpha.532"
   resolved "https://registry.yarnpkg.com/@utrecht/design-tokens/-/design-tokens-1.0.0-alpha.532.tgz#b8793d5fca4ec5b6571be2ea2bb3a180a97a7e00"
   integrity sha512-a8c5l8xu2NzZCHd2l6LXeQ6q7bxnoe5Ca5OOEquGGrF3zaimofkLE8M4WhUQSeTMn32e/K0hjoklKyLfv4ndkg==
 
+"@utrecht/design-tokens@1.0.0-alpha.536":
+  version "1.0.0-alpha.536"
+  resolved "https://registry.yarnpkg.com/@utrecht/design-tokens/-/design-tokens-1.0.0-alpha.536.tgz#b23c56e516f05ae388aa1e83391bc06c22f31e41"
+  integrity sha512-B66PA47GxCr6OxywK9FTo72ZqN5rxzgnNesmpowhQYHUOjIGS2YtV8V9pY70ESzx/e0tMwS7jk9mr4RtDEENmg==
+
 "@utrecht/web-component-library-react@1.0.0-alpha.538":
   version "1.0.0-alpha.538"
   resolved "https://registry.yarnpkg.com/@utrecht/web-component-library-react/-/web-component-library-react-1.0.0-alpha.538.tgz#d34cf8cb0b159df20a626943d3b313b268f2bdad"
@@ -5003,6 +5022,13 @@
   dependencies:
     "@utrecht/web-component-library-stencil" "1.0.0-alpha.538"
 
+"@utrecht/web-component-library-react@1.0.0-alpha.542":
+  version "1.0.0-alpha.542"
+  resolved "https://registry.yarnpkg.com/@utrecht/web-component-library-react/-/web-component-library-react-1.0.0-alpha.542.tgz#9af584092609f17d42a44625379e3393d88071e9"
+  integrity sha512-i/ooypxJi+E4RgWaNNLI1b7RfD50dzq3m8wu2barpk5ft36zjWOTqJlGNe7nKp3LQTsH5XGAJBAo3QKPts0fnA==
+  dependencies:
+    "@utrecht/web-component-library-stencil" "1.0.0-alpha.542"
+
 "@utrecht/web-component-library-stencil@1.0.0-alpha.538":
   version "1.0.0-alpha.538"
   resolved "https://registry.yarnpkg.com/@utrecht/web-component-library-stencil/-/web-component-library-stencil-1.0.0-alpha.538.tgz#5d554225db73a357430d7f1c596c181af3304e26"
@@ -5010,6 +5036,13 @@
   dependencies:
     "@stencil/core" "3.2.2"
 
+"@utrecht/web-component-library-stencil@1.0.0-alpha.542":
+  version "1.0.0-alpha.542"
+  resolved "https://registry.yarnpkg.com/@utrecht/web-component-library-stencil/-/web-component-library-stencil-1.0.0-alpha.542.tgz#739605aba47638f20ad93c27d77f63cb2be66cb4"
+  integrity sha512-LVt3KvQHErzLL29UykMhAhHwjM7AwEonPQ9/xbd0VH+oDJso99XDhuHlKblSyR0+g5xmQ+3rtJzIUopw1QKhlA==
+  dependencies:
+    "@stencil/core" "3.2.2"
+
 "@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5":
   version "1.11.6"
   resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"