diff --git a/.gitignore b/.gitignore
index 282954daee3cbb6cbb905c18158bdf75f41b0378..1356d428bf9995268a26ee6176058801dabcdb9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
 .DS_Store
 node_modules
-/dist
+#/dist
 
 
 # local env files
diff --git a/dist/404.html b/dist/404.html
new file mode 100644
index 0000000000000000000000000000000000000000..055bf006c14ef58b99e26d95f4ca4076e9a4b095
--- /dev/null
+++ b/dist/404.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Single Page Apps for GitHub Pages</title>
+    <script type="text/javascript">
+      // Single Page Apps for GitHub Pages
+      // MIT License
+      // https://github.com/rafgraph/spa-github-pages
+      // This script takes the current url and converts the path and query
+      // string into just a query string, and then redirects the browser
+      // to the new url with only a query string and hash fragment,
+      // e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
+      // https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
+      // Note: this 404.html file must be at least 512 bytes for it to work
+      // with Internet Explorer (it is currently > 512 bytes)
+
+      // If you're creating a Project Pages site and NOT using a custom domain,
+      // then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
+      // This way the code will only replace the route part of the path, and not
+      // the real directory in which the app resides, for example:
+      // https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
+      // https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
+      // Otherwise, leave pathSegmentsToKeep as 0.
+      var pathSegmentsToKeep = 1;
+
+      var l = window.location;
+      l.replace(
+        l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
+        l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
+        l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
+        (l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
+        l.hash
+      );
+
+    </script>
+  </head>
+  <body>
+  </body>
+</html>
\ No newline at end of file
diff --git a/dist/438c058a8ac0850c.jfif b/dist/438c058a8ac0850c.jfif
new file mode 100644
index 0000000000000000000000000000000000000000..8b42fa8ef50f391eb01b5d55e2b7bfe893611dcd
Binary files /dev/null and b/dist/438c058a8ac0850c.jfif differ
diff --git a/dist/css/app.20c362cb.css b/dist/css/app.20c362cb.css
new file mode 100644
index 0000000000000000000000000000000000000000..5c1ed5d68a84370c987dc5b5fa3cae99759019d0
--- /dev/null
+++ b/dist/css/app.20c362cb.css
@@ -0,0 +1,3 @@
+/*
+! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
+*/*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#f9fbff}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Futura,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#7a7a7a}input::placeholder,textarea::placeholder{opacity:1;color:#7a7a7a}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-bottom-\[136px\]{bottom:-136px}.-bottom-\[153px\]{bottom:-153px}.-left-\[151px\]{left:-151px}.-left-\[35px\]{left:-35px}.-left-\[373px\]{left:-373px}.-left-\[72px\]{left:-72px}.-left-\[87px\]{left:-87px}.-left-\[91px\]{left:-91px}.-right-\[133px\]{right:-133px}.-right-\[373px\]{right:-373px}.-right-\[65px\]{right:-65px}.-right-\[82px\]{right:-82px}.-top-3{top:-.75rem}.-top-7{top:-1.75rem}.-top-\[120px\]{top:-120px}.-top-\[134px\]{top:-134px}.-top-\[25px\]{top:-25px}.-top-\[27px\]{top:-27px}.-top-\[47px\]{top:-47px}.-top-\[51px\]{top:-51px}.-top-\[6px\]{top:-6px}.left-0{left:0}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-6{top:1.5rem}.top-\[42\%\]{top:42%}.top-\[50\%\]{top:50%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.mx-\[7\%\]{margin-left:7%;margin-right:7%}.mx-auto{margin-left:auto;margin-right:auto}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-9{margin-bottom:2.25rem}.mb-\[21px\]{margin-bottom:21px}.mb-\[53px\]{margin-bottom:53px}.ml-10{margin-left:2.5rem}.ml-3{margin-left:.75rem}.ml-5{margin-left:1.25rem}.ml-\[-3px\]{margin-left:-3px}.ml-\[7\%\]{margin-left:7%}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-9{margin-right:2.25rem}.mr-\[10px\]{margin-right:10px}.mr-\[15px\]{margin-right:15px}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-\[-80px\]{margin-top:-80px}.mt-\[100px\]{margin-top:100px}.mt-\[10px\]{margin-top:10px}.mt-\[11px\]{margin-top:11px}.mt-\[14px\]{margin-top:14px}.mt-\[19px\]{margin-top:19px}.mt-\[24px\]{margin-top:24px}.mt-\[29px\]{margin-top:29px}.mt-\[30px\]{margin-top:30px}.mt-\[32px\]{margin-top:32px}.mt-\[43px\]{margin-top:43px}.mt-\[46px\]{margin-top:46px}.mt-\[63px\]{margin-top:63px}.mt-\[70px\]{margin-top:70px}.mt-\[71px\]{margin-top:71px}.mt-\[83px\]{margin-top:83px}.mt-\[84px\]{margin-top:84px}.mt-\[87px\]{margin-top:87px}.mt-\[92px\]{margin-top:92px}.mt-\[9px\]{margin-top:9px}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-3{height:.75rem}.h-36{height:9rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-\[190px\]{height:190px}.h-\[193px\]{height:193px}.h-\[207px\]{height:207px}.h-\[238px\]{height:238px}.h-\[255px\]{height:255px}.h-\[306px\]{height:306px}.h-\[380px\]{height:380px}.h-\[42px\]{height:42px}.h-\[46px\]{height:46px}.h-\[51px\]{height:51px}.h-\[700px\]{height:700px}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-min{height:-moz-min-content;height:min-content}.max-h-40{max-height:10rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-24{width:6rem}.w-32{width:8rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-\[160px\]{width:160px}.w-\[190px\]{width:190px}.w-\[193px\]{width:193px}.w-\[200px\]{width:200px}.w-\[225px\]{width:225px}.w-\[230px\]{width:230px}.w-\[238px\]{width:238px}.w-\[255px\]{width:255px}.w-\[270px\]{width:270px}.w-\[290px\]{width:290px}.w-\[306px\]{width:306px}.w-\[342px\]{width:342px}.w-\[380px\]{width:380px}.w-\[42px\]{width:42px}.w-\[51px\]{width:51px}.w-\[66\%\]{width:66%}.w-\[7px\]{width:7px}.w-\[85\.4\%\]{width:85.4%}.w-\[92\.5\%\]{width:92.5%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.max-w-\[385px\]{max-width:385px}.max-w-\[434px\]{max-width:434px}.max-w-lg{max-width:32rem}.flex-auto{flex:1 1 auto}.basis-\[28\.57\%\]{flex-basis:28.57%}.basis-\[42\.86\%\]{flex-basis:42.86%}.-translate-x-\[3px\]{--tw-translate-x:-3px}.-translate-x-\[3px\],.-translate-x-\[91\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[91\%\]{--tw-translate-x:-91%}.-translate-x-\[93\%\]{--tw-translate-x:-93%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-10{gap:2.5rem}.gap-3{gap:.75rem}.gap-8{gap:2rem}.gap-\[31px\]{gap:31px}.gap-\[38px\]{gap:38px}.gap-\[5px\]{gap:5px}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-\[41px\]{-moz-column-gap:41px;column-gap:41px}.gap-x-\[90px\]{-moz-column-gap:90px;column-gap:90px}.gap-y-16{row-gap:4rem}.gap-y-\[20px\]{row-gap:20px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[11px\]{border-radius:11px}.rounded-\[190px\]{border-radius:190px}.rounded-lg{border-radius:.5rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.bg-blue{--tw-bg-opacity:1;background-color:rgb(41 103 240/var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(219 235 255/var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(48 96 201/var(--tw-bg-opacity))}.bg-blue-question{background-color:rgba(41,103,240,.8)}.bg-dark-400{background-color:rgba(0,0,0,.4)}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(249 251 255/var(--tw-bg-opacity))}.bg-gray-300{background-color:rgba(0,0,0,.35)}.bg-gray-bg{--tw-bg-opacity:1;background-color:rgb(242 246 255/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[url\(\'\.\.\/public\/img\/404\.png\'\)\]{background-image:url(/landing-pad/img/404.fbcda8ce.png)}.bg-\[url\(\'\.\.\/public\/img\/home-bg-2\.png\'\)\]{background-image:url(/landing-pad/img/home-bg-2.5ea2ff20.png)}.bg-\[url\(\'\.\.\/public\/img\/home-header\.jfif\'\)\]{background-image:url(/landing-pad/438c058a8ac0850c.jfif)}.bg-\[url\(\'\.\.\/public\/img\/services\/question\.png\'\)\]{background-image:url(/landing-pad/img/question.c2fd9710.png)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.p-2{padding:.5rem}.p-4{padding:1rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[42px\]{padding-left:42px;padding-right:42px}.px-\[49px\]{padding-left:49px;padding-right:49px}.px-\[6\.7\%\]{padding-left:6.7%;padding-right:6.7%}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[26px\]{padding-top:26px;padding-bottom:26px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-8{padding-bottom:2rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pl-\[6\.7\%\]{padding-left:6.7%}.pr-7{padding-right:1.75rem}.pr-\[15px\]{padding-right:15px}.pr-\[8\.6\%\]{padding-right:8.6%}.pt-20{padding-top:5rem}.pt-5{padding-top:1.25rem}.pt-\[19px\]{padding-top:19px}.text-center{text-align:center}.font-gilroy{font-family:Gilroy-Regular,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.938rem\]{font-size:.938rem}.text-\[1\.25rem\]{font-size:1.25rem}.text-\[15px\]{font-size:15px}.text-\[2rem\]{font-size:2rem}.text-\[3\.375rem\]{font-size:3.375rem}.text-\[54px\]{font-size:54px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[1\.32rem\]{line-height:1.32rem}.leading-\[1\.625rem\]{line-height:1.625rem}.leading-\[1\.66rem\]{line-height:1.66rem}.leading-\[1\.813rem\]{line-height:1.813rem}.leading-\[17px\]{line-height:17px}.leading-\[18px\]{line-height:18px}.leading-\[19px\]{line-height:19px}.leading-\[2\.375rem\]{line-height:2.375rem}.leading-\[2\.625rem\]{line-height:2.625rem}.leading-\[3\.32\.rem\]{line-height:3.32rem}.leading-\[4\.5rem\]{line-height:4.5rem}.leading-\[42px\]{line-height:42px}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue{--tw-text-opacity:1;color:rgb(41 103 240/var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgb(163 171 244/var(--tw-text-opacity))}.text-blue-line{--tw-text-opacity:1;color:rgb(73 80 237/var(--tw-text-opacity))}.text-blue-text{--tw-text-opacity:1;color:rgb(15 56 180/var(--tw-text-opacity))}.text-dark{--tw-text-opacity:1;color:rgb(15 15 16/var(--tw-text-opacity))}.text-gray{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(122 122 122/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(69 73 83/var(--tw-text-opacity))}.text-gray-bg{--tw-text-opacity:1;color:rgb(242 246 255/var(--tw-text-opacity))}.text-gray-text{--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.bg-blend-multiply{background-blend-mode:multiply}.shadow-14x28{--tw-shadow:0 14px 28px hsla(0,0%,80%,.25);--tw-shadow-colored:0 14px 28px var(--tw-shadow-color)}.shadow-14x28,.shadow-1x28{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-1x28{--tw-shadow:0 -1px 28px hsla(0,0%,80%,.25);--tw-shadow-colored:0 -1px 28px var(--tw-shadow-color)}.shadow-3x28{--tw-shadow:0 3px 28px hsla(0,0%,80%,.25);--tw-shadow-colored:0 3px 28px var(--tw-shadow-color)}.shadow-3x28,.shadow-4x10{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-4x10{--tw-shadow:0 3.7px 10.2px rgba(0,0,0,.1);--tw-shadow-colored:0 3.7px 10.2px var(--tw-shadow-color)}.blur-\[170px\]{--tw-blur:blur(170px)}.blur-\[170px\],.blur-\[58px\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[58px\]{--tw-blur:blur(58px)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@font-face{font-family:Futura;src:url(/landing-pad/fonts/FuturaBT-Light.5ad92173.eot);src:url(/landing-pad/fonts/FuturaBT-Light.5ad92173.eot?#iefix) format("embedded-opentype"),url(/landing-pad/fonts/FuturaBT-Light.69d87d5d.woff2) format("woff2"),url(/landing-pad/fonts/FuturaBT-Light.23507fd6.woff) format("woff"),url(/landing-pad/fonts/FuturaBT-Light.90b6ac37.ttf) format("truetype"),url(/landing-pad/img/FuturaBT-Light.2b6e25ae.svg#FuturaBT-Light) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Futura;src:url(/landing-pad/fonts/FuturaBT-Heavy.4864442f.eot);src:url(/landing-pad/fonts/FuturaBT-Heavy.4864442f.eot?#iefix) format("embedded-opentype"),url(/landing-pad/fonts/FuturaBT-Heavy.07a763a2.woff2) format("woff2"),url(/landing-pad/fonts/FuturaBT-Heavy.35bea3d2.woff) format("woff"),url(/landing-pad/fonts/FuturaBT-Heavy.d8188544.ttf) format("truetype"),url(/landing-pad/img/FuturaBT-Heavy.a500ae01.svg#FuturaBT-Heavy) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Futura;src:url(/landing-pad/fonts/FuturaBT-Medium.f7419718.eot);src:url(/landing-pad/fonts/FuturaBT-Medium.f7419718.eot?#iefix) format("embedded-opentype"),url(/landing-pad/fonts/FuturaBT-Medium.d43f7727.woff2) format("woff2"),url(/landing-pad/fonts/FuturaBT-Medium.6ff7373a.woff) format("woff"),url(/landing-pad/fonts/FuturaBT-Medium.09d546a2.ttf) format("truetype"),url(/landing-pad/img/FuturaBT-Medium.b18573e7.svg#FuturaBT-Medium) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Futura;src:url(/landing-pad/fonts/Futura-Bold.7f43a142.eot);src:url(/landing-pad/fonts/Futura-Bold.7f43a142.eot?#iefix) format("embedded-opentype"),url(/landing-pad/fonts/Futura-Bold.15e94cc0.woff2) format("woff2"),url(/landing-pad/fonts/Futura-Bold.3ec45bb6.woff) format("woff"),url(/landing-pad/fonts/Futura-Bold.e3ff4734.ttf) format("truetype"),url(/landing-pad/img/Futura-Bold.85eb207c.svg#Futura-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}.first\:mt-0:first-child{margin-top:0}.hover\:bg-blue:hover{--tw-bg-opacity:1;background-color:rgb(41 103 240/var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(219 235 255/var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.hover\:text-blue-text:hover{--tw-text-opacity:1;color:rgb(15 56 180/var(--tw-text-opacity))}.hover\:text-gray:hover{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(69 73 83/var(--tw-text-opacity))}.hover\:text-gray-bg:hover{--tw-text-opacity:1;color:rgb(242 246 255/var(--tw-text-opacity))}.group:hover .group-hover\:text-white,.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:500px){.min-\[500px\]\:ml-24{margin-left:6rem}}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:mb-\[89px\]{margin-bottom:89px}.sm\:ml-0{margin-left:0}.sm\:mt-20{margin-top:5rem}.sm\:mt-\[100px\]{margin-top:100px}.sm\:mt-\[173px\]{margin-top:173px}.sm\:mt-\[87px\]{margin-top:87px}.sm\:h-\[900px\]{height:900px}.sm\:w-\[305px\]{width:305px}.sm\:w-\[335px\]{width:335px}.sm\:w-\[80\%\]{width:80%}.sm\:flex-row{flex-direction:row}}@media (min-width:700px){.min-\[700px\]\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:mt-\[214px\]{margin-top:214px}}@media (min-width:900px){.min-\[900px\]\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1000px){.min-\[1000px\]\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1400px){.min-\[1400px\]\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1800px){.min-\[1800px\]\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.slideRight[data-v-34eaf680]{left:0;animation:slideRight-34eaf680 .15s ease-in-out 1}@keyframes slideRight-34eaf680{0%{left:0}to{left:373px}}.slideLeft[data-v-34eaf680]{right:0;animation:slideLeft-34eaf680 .15s ease-in-out 1}@keyframes slideLeft-34eaf680{0%{right:0}to{right:373px}}.fade[data-v-34eaf680]{opacity:0;animation:fade-34eaf680 .15s ease-in 1}@keyframes fade-34eaf680{0%{opacity:1}to{opacity:0}}.unfade[data-v-34eaf680]{opacity:1;animation:unfade-34eaf680 .15s ease-out 1}@keyframes unfade-34eaf680{0%{opacity:0}to{opacity:1}}
\ No newline at end of file
diff --git a/dist/favicon.ico b/dist/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..df36fcfb72584e00488330b560ebcf34a41c64c2
Binary files /dev/null and b/dist/favicon.ico differ
diff --git a/dist/fonts/Futura-Bold.15e94cc0.woff2 b/dist/fonts/Futura-Bold.15e94cc0.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..05dbc9435d052aa0fecc302e56302da4e1fc822f
Binary files /dev/null and b/dist/fonts/Futura-Bold.15e94cc0.woff2 differ
diff --git a/dist/fonts/Futura-Bold.3ec45bb6.woff b/dist/fonts/Futura-Bold.3ec45bb6.woff
new file mode 100644
index 0000000000000000000000000000000000000000..99f00c6009e1ad54cf79a60e0a0967bb7462de87
Binary files /dev/null and b/dist/fonts/Futura-Bold.3ec45bb6.woff differ
diff --git a/dist/fonts/Futura-Bold.7f43a142.eot b/dist/fonts/Futura-Bold.7f43a142.eot
new file mode 100644
index 0000000000000000000000000000000000000000..0f282c10d859350f0e8c579b974a19dfe513d2d7
Binary files /dev/null and b/dist/fonts/Futura-Bold.7f43a142.eot differ
diff --git a/dist/fonts/Futura-Bold.e3ff4734.ttf b/dist/fonts/Futura-Bold.e3ff4734.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..935e841ac69bcf8c11420ea426c6fcd4f16815cd
Binary files /dev/null and b/dist/fonts/Futura-Bold.e3ff4734.ttf differ
diff --git a/dist/fonts/Futura-Bold.eot b/dist/fonts/Futura-Bold.eot
new file mode 100644
index 0000000000000000000000000000000000000000..0f282c10d859350f0e8c579b974a19dfe513d2d7
Binary files /dev/null and b/dist/fonts/Futura-Bold.eot differ
diff --git a/dist/fonts/Futura-Bold.svg b/dist/fonts/Futura-Bold.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7d5e8c847c30aca972eec00303a31ead6a24a787
--- /dev/null
+++ b/dist/fonts/Futura-Bold.svg
@@ -0,0 +1,1031 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170731 at Fri Jan  1 02:30:17 1904
+ By Aleksey,,,
+</metadata>
+<defs>
+<font id="Futura-Bold" horiz-adv-x="343" >
+  <font-face 
+    font-family="Futura-Bold"
+    font-weight="500"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="0 0 0 0 0 0 0 0 0 0"
+    ascent="800"
+    descent="-200"
+    x-height="513"
+    cap-height="754"
+    bbox="-171 -264 1441 1070"
+    underline-thickness="50"
+    underline-position="-155"
+    unicode-range="U+0020-F002"
+  />
+<missing-glyph 
+ />
+    <glyph glyph-name=".notdef" 
+ />
+    <glyph glyph-name="glyph1" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="glyph2" 
+ />
+    <glyph glyph-name="space" unicode=" " 
+ />
+    <glyph glyph-name="space" unicode="&#xa0;" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="384" 
+d="M192 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM98 256v498h189v-498h-189v0z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="500" 
+d="M47 754h170l-27 -331h-116l-27 331v0zM283 754h170l-27 -331h-116l-27 331v0z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="686" 
+d="M265 726h106l-39 -203h101l39 203h105l-39 -203h80v-113h-98l-24 -124h94v-113h-118l-33 -173h-106l33 173h-101l-33 -173h-106l33 173h-91v113h113l24 124h-96v113h117l39 203v0zM311 410l-24 -124h102l26 124h-104v0z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="686" 
+d="M68 87l82 151q27 -26 63.5 -48t74.5 -32q11 -2 22 -3.5t21 -1.5q5 0 10.5 0.5t10.5 1.5q27 5 50 22.5t23 48.5q0 30 -26 45t-64 28q-16 5 -33 10.5t-34 11.5q-1 0 -1.5 0.5t-1.5 0.5q-58 22 -106 63.5t-48 131.5q0 89 56.5 159t147.5 76v122h93v-121q7 -2 14.5 -2.5
+t14.5 -2.5q40 -6 79.5 -19t73.5 -35l-74 -144q-27 21 -60 34.5t-68 13.5q-33 0 -59 -13t-26 -43q0 -24 19 -39t41 -25q10 -4 20 -7.5t18 -6.5q86 -28 151.5 -71.5t65.5 -147.5q0 -105 -56 -162.5t-154 -81.5v-124h-93v119q-33 0 -65 6t-64 18l-6 2t-5 2q-29 12 -56.5 26.5
+t-50.5 35.5v1z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="975" 
+d="M750 359q84 -1 145 -47.5t61 -136.5q0 -91 -60 -138t-146 -47t-146 47t-60 138q0 90 61 136.5t145 46.5v1zM750 259q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1zM657 754h98l-438 -754h-98l438 754v0zM225 764q84 -1 145 -47.5
+t61 -136.5q0 -91 -60 -138.5t-146 -47.5t-146 47.5t-60 138.5q0 90 61 136.5t145 46.5v1zM225 664q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="848" 
+d="M603 0l-65 70q-53 -37 -115.5 -62t-127.5 -28h-7.5h-7.5q-97 0 -169.5 56t-72.5 159q0 85 45.5 132t116.5 78l18 9l-16 22q-3 3 -6 7.5t-6 8.5q-16 22 -29 48.5t-13 65.5q0 98 71.5 152.5t162.5 54.5q90 0 163 -54t73 -151q0 -70 -40.5 -111t-99.5 -70l95 -99
+q28 24 53 50t46 56l111 -105l-95 -102l-9 -9l169 -178h-245v0zM431 187l-119 128q-4 -3 -7.5 -5.5t-7.5 -5.5q-21 -14 -38.5 -33.5t-17.5 -46.5q0 -30 23 -47.5t50 -20.5q3 -1 6 -1h6q28 0 55 9t50 22v1zM393 479q1 0 2.5 0.5t2.5 1.5q25 15 45 37.5t20 51.5t-18 49.5
+t-48 20.5q-26 0 -44.5 -17t-18.5 -45q0 -21 12.5 -41.5t28.5 -37.5q4 -6 9 -11t9 -10v1z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="250" 
+d="M40 754h170l-27 -331h-116l-27 331v0z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="352" 
+d="M194 790l109 -62q-44 -72 -70 -155t-37 -168q-4 -34 -6 -67t-2 -65q0 -43 4.5 -90.5t13.5 -96.5q13 -72 37 -141t60 -123l-109 -62q-49 64 -79.5 147.5t-46.5 169.5q-10 54 -14.5 107t-4.5 101q0 45 4.5 92.5t14.5 96.5q16 86 47.5 168t78.5 147v1z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="352" 
+d="M49 728l109 62q47 -66 78.5 -148t47.5 -168q10 -49 14.5 -96.5t4.5 -92.5q0 -48 -4.5 -101t-14.5 -107q-16 -86 -46.5 -169.5t-79.5 -147.5l-109 62q36 54 60 123t37 141q9 49 13.5 96.5t4.5 90.5q0 32 -2 65t-6 67q-11 85 -37 168t-70 154v1z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="483" 
+d="M196 754h90l-5 -107l89 56l45 -76l-95 -50l94 -52l-45 -75l-88 57l4 -101h-90l6 100l-85 -54l-45 76l90 50l-93 51l46 76l87 -55l-5 104v0z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="686" 
+d="M268 332v181h150v-181h181v-150h-181v-182h-150v182h-181v150h181v0z" />
+    <glyph glyph-name="comma" unicode="," 
+d="M152 191h171l-184 -332h-117l130 332v0z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="392" 
+d="M53 396h286v-150h-286v150v0z" />
+    <glyph glyph-name="period" unicode="." 
+d="M172 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="579" 
+d="M409 830h143l-382 -923h-143l382 923v0z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="686" 
+d="M343 784q157 -1 233.5 -116t85.5 -253q0 -10 0.5 -19.5t0.5 -19.5t-0.5 -19.5t-0.5 -19.5q-9 -138 -85 -252.5t-234 -114.5t-234 114.5t-85 252.5q0 10 -0.5 19.5t-0.5 19.5t0.5 19.5t0.5 19.5q9 138 85.5 253t233.5 115v1zM343 611q-49 -1 -75.5 -43t-38.5 -92
+q-6 -28 -8.5 -54t-2.5 -45t2.5 -45.5t8.5 -54.5q12 -51 38.5 -93t75.5 -42t75.5 42t38.5 93q6 28 8.5 54.5t2.5 45.5t-2.5 45t-8.5 54q-12 50 -38.5 92t-75.5 42v1z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="686" 
+d="M269 588h-108v166h304v-754h-196v588v0z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="686" 
+d="M392 166h247v-166h-606l308 335q33 35 59.5 83.5t26.5 100.5v2.5v3.5q-2 34 -25 63t-61 29q-40 0 -61 -27t-21 -65q0 -7 1 -15.5t2 -16.5l-216 1q5 129 83 209t211 80q119 0 205 -72.5t86 -195.5q0 -70 -24 -119t-69 -94l-14 -14t-15 -14l-117 -108v0z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="686" 
+d="M255 537h-182q6 58 29 103.5t59 77.5t85 48.5t107 16.5q101 0 171 -56.5t70 -162.5v-10t-1 -10q-3 -40 -22 -77t-56 -58q50 -13 80 -56t39 -93q2 -10 3 -20.5t1 -20.5q0 -124 -90 -186.5t-203 -62.5q-64 0 -121.5 19t-103.5 65q-24 25 -45.5 60.5t-32.5 72.5q-4 14 -6 27
+t-2 26v0.5v1.5v1.5v0.5l200 1q0 -46 29.5 -77t75.5 -31q45 0 75 27.5t30 73.5q0 43 -31.5 72t-72.5 29q-9 0 -17.5 -2t-16.5 -4v132h20q38 -1 62 21t24 61q0 35 -22 55.5t-55 20.5q-37 0 -58.5 -24.5t-21.5 -60.5v-0.5v-0.5v-0.5v-0.5v1z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="686" 
+d="M564 306h91v-150h-91v-156h-182v156h-366v125l291 473h257v-448v0zM382 306v290h-2l-176 -290h178v0z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="689" 
+d="M565 588h-261l-13 -86l62 5h10.5h9.5q108 0 177.5 -79.5t69.5 -191.5q0 -59 -25 -112.5t-72 -91.5q-32 -26 -72 -39.5t-82 -18.5q-17 -2 -33.5 -3t-32.5 -1h-8.5h-8.5q-60 2 -119 18t-110 49l29 186q44 -40 98 -64t112 -24q47 0 83.5 31t36.5 80q0 62 -44.5 92.5
+t-98.5 35.5q-5 0 -11 0.5t-11 0.5q-37 0 -73.5 -7.5t-70.5 -23.5l66 410h392v-166v0z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="686" 
+d="M306 754h222l-214 -255l2 -2q6 2 11.5 4t10.5 4q20 7 40 10.5t43 3.5q111 0 176.5 -80.5t65.5 -184.5q0 -139 -97.5 -211.5t-226.5 -72.5q-16 0 -33 1.5t-34 3.5q-40 7 -78.5 21t-69.5 38q-43 36 -71 89.5t-30 109.5v4v4q0 82 36 159t85 141l162 213v0zM338 124
+q52 -1 86.5 35.5t34.5 88.5q0 51 -34.5 87t-86.5 36q-51 0 -87.5 -36t-36.5 -87q0 -52 36.5 -88.5t87.5 -36.5v1z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="686" 
+d="M386 588h-315v166h619l-433 -754h-215l344 588v0z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="686" 
+d="M343 784q97 -1 177 -54.5t80 -161.5q0 -60 -33.5 -107t-85.5 -64v-1q68 -23 109 -74t41 -125q0 -99 -71.5 -153.5t-156.5 -68.5q-15 -3 -30 -4t-30 -1t-30 1t-30 4q-85 14 -156.5 68.5t-71.5 153.5q0 74 41.5 125t108.5 73v3q-52 16 -85.5 63t-33.5 107q0 108 80 161.5
+t177 53.5v1zM343 317q-37 -1 -63.5 -28.5t-26.5 -66.5q0 -38 26.5 -65t63.5 -27q38 0 64 27t26 65q0 39 -26 66.5t-64 27.5v1zM343 648q-34 -1 -58.5 -26t-24.5 -60t24.5 -60t58.5 -25q35 0 59 25t24 60t-24 60t-59 25v1z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="686" 
+d="M381 0h-223l215 254l-2 2q-5 -3 -10 -5l-10 -4q-20 -7 -41 -11t-45 -4q-111 0 -176.5 81t-65.5 185q0 139 97.5 212t226.5 73q16 0 33 -1t34 -4q40 -6 78.5 -20.5t69.5 -39.5q44 -36 71.5 -89.5t29.5 -111.5v-3v-4q0 -82 -36 -158.5t-85 -141.5l-161 -210v0zM348 629
+q-52 -1 -86.5 -37t-34.5 -88t34.5 -88t86.5 -36t88.5 36t36.5 88t-36.5 88t-88.5 36v1z" />
+    <glyph glyph-name="colon" unicode=":" 
+d="M172 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM172 551q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="semicolon" unicode=";" 
+d="M138 191h171l-184 -332h-117l130 332v0zM218 551q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="686" 
+d="M99 197v120l489 182v-150l-274 -91v-2l274 -91v-150l-489 182v0z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="686" 
+d="M87 212h512v-150h-512v150v0zM87 452h512v-150h-512v150v0z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="686" 
+d="M588 317v-120l-489 -182v150l274 91v2l-274 91v150l489 -182v0z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="595" 
+d="M281 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM186 252v194q11 -3 21.5 -4.5t20.5 -1.5q7 0 15 0.5t15 2.5q37 7 68 31t31 65q0 31 -20.5 53t-52.5 22q-34 0 -52 -22t-18 -54l-199 1q1 113 84.5 173.5t189.5 60.5q47 0 92.5 -15
+t82.5 -47q38 -31 62 -77t24 -96q0 -85 -52 -138.5t-129 -77.5v-70h-183v0z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="740" 
+d="M592 570l-50 -260q0 -3 -0.5 -5t-1.5 -4q-1 -4 -1.5 -8.5t-1.5 -8.5q-1 -5 -1.5 -9.5t-0.5 -9.5q0 -10 3.5 -16t12.5 -6h1.5h1.5q8 1 16.5 6.5t18.5 14.5q22 23 41 65t22 88v9.5v8.5q0 118 -78.5 181t-189.5 63q-126 0 -205.5 -86t-79.5 -217q0 -139 87 -221t215 -82
+q62 0 108.5 12.5t70.5 27.5l82 -65q-52 -28 -120.5 -48t-148.5 -20q-161 0 -274.5 112t-113.5 284q0 170 111 283.5t271 113.5q66 0 126 -21t109 -66q51 -45 81.5 -104t30.5 -130q0 -62 -16 -117.5t-46 -95.5q-18 -24 -38 -41.5t-40 -27.5q-18 -10 -36 -14.5t-35 -4.5h-1.5
+h-0.5h-1.5h-1.5q-21 1 -38.5 17.5t-23.5 40.5q-19 -22 -51 -40t-77 -18q-66 0 -117 54.5t-51 131.5q0 92 55.5 166.5t148.5 74.5q38 0 69.5 -15t53.5 -47l10 54h95v0zM280 354q0 -38 19.5 -65.5t56.5 -27.5q40 0 61 27.5t29 60.5q1 6 2 11.5t2 10.5t1 8.5v7.5q0 36 -20 58.5
+t-53 22.5q-39 0 -66 -32t-31 -70q-1 -3 -1 -6.5v-6.5v1z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="677" 
+d="M366 0h-302v754h280q101 -1 162.5 -45t61.5 -152q0 -51 -18.5 -91t-64.5 -63v-1q81 -11 117.5 -62.5t36.5 -130.5q0 -118 -84.5 -163.5t-188.5 -45.5v0zM260 312v-162h25q1 -1 2.5 -1h3.5h25t26 1q37 3 68 19t31 60q0 51 -34 66t-74 16h-18.5h-18.5h-8h-8l-20 1v0z
+M260 604v-146h22q1 -1 2.5 -1h3.5q37 1 68.5 14t31.5 59t-30 59t-65 14h-9.5h-9.5l-14 1v0z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="660" 
+d="M603 736v-235q-30 40 -76 61t-96 21q-90 0 -145.5 -60.5t-55.5 -148.5q0 -89 56.5 -147t147.5 -58q48 0 93 21.5t76 58.5v-234q-27 -9 -51 -15.5t-47 -11.5q-18 -4 -36.5 -6t-38.5 -2q-79 0 -151.5 28.5t-131.5 81.5q-62 56 -91.5 128.5t-29.5 156.5q0 77 28.5 149
+t82.5 127t127 87.5t151 34.5h4.5h4.5q47 0 91.5 -10t87.5 -28v1z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="752" 
+d="M64 0v754h278q158 -1 270.5 -110t112.5 -268t-113 -267.5t-270 -108.5h-278v0zM260 588v-422h44q88 -1 152.5 49.5t64.5 160.5q0 101 -60 156t-155 55l-46 1v0z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="542" 
+d="M497 588h-237v-126h215v-166h-215v-296h-196v754h433v-166v0z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="842" 
+d="M427 421h389q-1 -83 -14 -155.5t-63 -143.5q-55 -77 -135.5 -112t-175.5 -35q-178 0 -290 109.5t-112 287.5q0 184 113.5 295t295.5 111q116 0 203.5 -52.5t136.5 -158.5l-186 -77q-20 53 -62 86t-101 33q-91 0 -140.5 -68t-54.5 -149q-1 -5 -1 -10.5v-10.5v-2.5v-3.5
+q2 -86 53 -158t146 -72q64 0 108 33t50 98l-160 1v154v0z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="803" 
+d="M260 463h283v291h196v-754h-196v309h-283v-309h-196v754h196v-291v0z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="489" 
+d="M233 754h196v-509q0 -120 -62.5 -192.5t-187.5 -72.5q-63 0 -111.5 29t-81.5 81l112 120q2 -3 3.5 -5.5t3.5 -5.5q10 -12 21 -23.5t22 -19.5q7 -5 14.5 -8t14.5 -3q31 0 42 22.5t13 48.5q1 10 1 19v17v2v2v498v0z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="758" 
+d="M262 443l237 311h243l-300 -357l327 -397h-254l-253 327h-2v-327h-196v754h196v-311h2v0z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="495" 
+d="M260 754v-588h235v-166h-431v754h196v0z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="983" 
+d="M19 0l128 754h193l153 -403l162 403h195l114 -754h-196l-55 434h-2l-181 -434h-78l-173 434h-2l-63 -434h-195v0z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="881" 
+d="M64 0v754h196l359 -461h2v461h196v-754h-196l-359 462h-2v-462h-196v0z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="661" 
+d="M64 0v754h300q122 -1 198 -60t76 -189q0 -133 -69.5 -194.5t-197.5 -61.5l-111 1v-250h-196v0zM260 596v-188h33q53 -1 97 10.5t44 80.5q0 71 -42 83.5t-99 12.5l-33 1v0z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="887" 
+d="M890 -19l-180 -28l-60 71q-43 -26 -94.5 -37.5t-112.5 -11.5q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5q176 0 296.5 -110t120.5 -294q0 -75 -25 -140.5t-72 -124.5l127 -128v0zM568 318l53 -55q13 17 21 38t12 43q1 7 1.5 14.5t0.5 14.5q0 85 -61.5 150
+t-150.5 65q-88 0 -151 -60.5t-63 -138.5q0 -97 63 -161t151 -64q15 0 30 2.5t30 7.5l-121 121l185 23v0z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="680" 
+d="M454 309l237 -309h-244l-185 290h-2v-290h-196v754h293q112 -1 187 -56.5t75 -176.5q0 -78 -42.5 -138.5t-122.5 -74.5v1zM260 604v-188h19q5 -1 10 -1h9q44 2 80.5 20.5t36.5 73.5t-36.5 73.5t-80.5 20.5h-9h-10l-19 1v0z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="616" 
+d="M556 712l-78 -152q-27 22 -60.5 35.5t-69.5 13.5q-5 0 -11 -0.5t-12 -2.5q-23 -5 -42 -20t-19 -40q0 -24 18 -38.5t39 -23.5q8 -3 15.5 -5.5t14.5 -4.5l50 -14q79 -24 132.5 -69.5t53.5 -137.5v-8v-8q-2 -52 -19 -101.5t-59 -85.5q-38 -33 -86 -49t-98 -20
+q-8 0 -15.5 -0.5t-14.5 -0.5q-71 0 -139 22.5t-126 62.5l84 159q37 -33 80.5 -56t93.5 -23h4h4q33 2 60 20.5t27 55.5q0 28 -22.5 45t-50.5 27q-12 4 -24 7.5t-22 6.5q-2 1 -4.5 1.5t-4.5 1.5q-89 25 -142 64t-53 146q0 115 73.5 184t186.5 69q23 0 47 -2.5t48 -8.5
+q38 -8 74.5 -21t66.5 -30v1z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="533" 
+d="M364 588v-588h-196v588h-162v166h520v-166h-162v0z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="761" 
+d="M198 754l182 -458l183 458h213l-322 -754h-152l-317 754h213v0z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1117" 
+d="M189 754l131 -487h2l158 487h156l148 -487h2l142 487h204l-241 -754h-200l-132 437h-2l-148 -437h-199l-225 754h204v0z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="789" 
+d="M287 403l-241 351h241l115 -195l115 195h241l-241 -351l279 -403h-236l-158 246l-173 -246h-237l295 403v0z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="714" 
+d="M259 362l-278 392h235l141 -205l141 205h235l-278 -392v-362h-196v362v0z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="707" 
+d="M341 166h316v-166h-646l357 588h-296v166h624l-355 -588v0z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="350" 
+d="M191 684v-818h107v-106h-246v1030h246v-106h-107v0z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="579" 
+d="M27 830h144l381 -830h-142l-383 830v0z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="350" 
+d="M159 -134v818h-107v106h246v-1030h-246v106h107v0z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="686" 
+d="M217 340l-114 67l180 377h120l180 -377l-114 -67l-126 269l-126 -269v0z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="500" 
+d="M500 -188h-500v75h500v-75v0z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="402" 
+d="M75 740l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="682" 
+d="M54 0v830h182v-367q27 30 65.5 46.5t78.5 19.5h7.5h7.5q114 0 185.5 -81.5t71.5 -191.5q0 -111 -72 -192t-187 -81h-6h-6q-42 2 -81 19.5t-62 53.5l-2 1v-57h-182v0zM347 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5
+t-86.5 34.5v1z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="483" 
+d="M430 500v-154q-20 14 -44 24.5t-50 10.5q-52 0 -88.5 -36t-36.5 -89q0 -55 36 -90.5t92 -35.5q5 0 10.5 0.5t10.5 1.5q19 3 37.5 11.5t32.5 21.5v-153q-30 -15 -62.5 -22t-65.5 -7q-114 0 -196.5 75.5t-82.5 191.5q0 124 83 201.5t204 77.5q32 0 62.5 -7.5t57.5 -22.5v1z
+" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="682" 
+d="M446 0v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v368h182v-830h-182v0zM335 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="388" 
+d="M260 363v-363h-182v363h-64v150h64v65q0 41 4 76t23 68q5 9 11 17.5t14 17.5q34 40 80.5 61t98.5 21q21 0 40 -4t38 -14v-156q-4 1 -8.5 3t-9.5 3q-11 5 -22 7.5t-24 2.5q-35 0 -49 -21t-14 -65v-82h127v-150h-127v0z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="677" 
+d="M623 513v-463q0 -164 -77.5 -235t-219.5 -71q-19 0 -40 2t-42 7q-74 16 -137.5 62t-72.5 125h204q4 -14 13 -23.5t21 -15.5q7 -4 15 -6.5t16 -3.5q5 -1 10.5 -1.5t10.5 -0.5q74 0 95.5 42.5t21.5 103.5v25q-35 -36 -73.5 -53t-89.5 -17q-112 0 -182.5 75t-70.5 186
+q0 113 72.5 195.5t190.5 82.5q45 0 84.5 -16.5t66.5 -54.5l2 1v54h182v0zM330 376q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="661" 
+d="M60 830h182v-382h2q32 41 71.5 61t92.5 20q98 0 145.5 -59t47.5 -157v-313h-182v263v1.5v3.5q0 43 -14.5 79.5t-67.5 36.5q-52 0 -73 -36.5t-22 -79.5v-3.5v-2.5v-262h-182v830v0z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM151 812q42 -1 72 -31t30 -72t-30 -72t-72 -30t-72 30t-30 72t30 72t72 30v1z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="302" 
+d="M242 513v-769h-182v769h182v0zM151 812q42 -1 72 -31t30 -72t-30 -72t-72 -30t-72 30t-30 72t30 72t72 30v1z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="688" 
+d="M242 830v-502l189 185h249l-257 -237l273 -276h-255l-199 209v-209h-182v830h182v0z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="302" 
+d="M242 830v-830h-182v830h182v0z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="989" 
+d="M242 513v-64h2q32 42 72.5 61t89.5 19q56 0 101.5 -23.5t73.5 -74.5q26 48 74 73t100 25q98 0 136.5 -57t38.5 -146v-326h-182v245v1v2v22t-1 24q-3 34 -17.5 62t-56.5 28q-51 0 -67.5 -33t-18.5 -72q-1 -9 -1 -18v-17v-244h-182v245v22t-1 25q-3 36 -19 66t-61 30
+t-61 -30t-19 -66q-1 -13 -1 -25v-23v-244h-182v513h182v0z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="661" 
+d="M242 513v-66h2q32 46 71.5 64t92.5 18q104 0 148.5 -59t44.5 -154v-316h-182v250v5v6v19t-1 20q-2 31 -18 57.5t-63 26.5q-55 0 -75 -35.5t-20 -83.5v-265h-182v513h182v0z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="682" 
+d="M236 513v-58h2q23 35 62 53.5t81 20.5h6h6q115 0 187 -82.5t72 -192.5q0 -111 -71.5 -191t-185.5 -80h-7.5h-7.5q-40 3 -78.5 18.5t-65.5 46.5v-304h-182v769h182v0zM347 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5
+t-86.5 34.5v1z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="682" 
+d="M628 513v-769h-182v305q-25 -31 -62.5 -46.5t-76.5 -18.5q-5 -1 -10 -1h-10q-115 0 -186 80t-71 191q0 110 72.5 192.5t186.5 82.5h8t8 -1q41 -2 79 -20.5t60 -53.5l2 1v58h182v0zM335 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="453" 
+d="M242 513v-84h2q26 46 69.5 68t96.5 22l35 1v-175q-4 1 -7.5 3t-7.5 3q-15 6 -30 8t-32 2q-76 0 -101 -44.5t-25 -110.5v-206h-182v513h182v0z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="513" 
+d="M460 497l-61 -116q-12 6 -26.5 11t-29.5 8q-11 2 -21.5 3.5t-20.5 1.5q-5 0 -10.5 -0.5t-10.5 -2.5q-14 -3 -25 -10.5t-11 -21.5q0 -17 14.5 -25.5t32.5 -12.5q10 -3 19 -4.5t16 -2.5q64 -13 106.5 -47t42.5 -105q0 -98 -72 -142.5t-159 -47.5h-5.5h-5.5q-55 0 -107.5 15
+t-99.5 43l66 128q17 -13 39 -23.5t45 -18.5q16 -5 31 -8t29 -3q4 0 8.5 0.5t9.5 1.5q15 3 27 12t12 25q0 22 -21 31.5t-50 15.5q-11 2 -21.5 4.5t-21.5 5.5q-43 11 -78.5 38.5t-35.5 96.5q0 93 69 137t151 45h3.5h2.5q44 0 86.5 -7.5t82.5 -25.5v1z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="360" 
+d="M259 363v-363h-182v363h-59v150h59v154h182v-154h103v-150h-103v0z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="623" 
+d="M189 513l123 -263l122 263h204l-268 -513h-116l-269 513h204v0z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="996" 
+d="M187 513l128 -278l129 278h108l129 -278l129 278h201l-268 -513h-118l-127 281l-127 -281h-118l-268 513h202v0z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="712" 
+d="M241 278l-208 235h231l92 -106l92 106h235l-212 -235l256 -278h-239l-132 152l-132 -152h-239l256 278v0z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="654" 
+d="M233 70l-248 443h210l137 -263l134 263h207l-411 -769h-204l175 326v0z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="559" 
+d="M312 151h216v-151h-520l241 362h-209v151h512l-240 -362v0z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="352" 
+d="M36 227v104q1 -1 2 -1h2h13t14 2q15 3 27 13.5t12 37.5v254q0 51 20.5 84.5t45.5 50.5q13 9 25.5 13t21.5 4l97 1v-120h-25q-31 -1 -38.5 -17t-7.5 -36v-3v-4v-224q0 -43 -17.5 -64.5t-38.5 -31.5q-11 -5 -21.5 -7.5t-18.5 -3.5v-1q8 -2 18.5 -4t21.5 -6
+q21 -9 38.5 -32.5t17.5 -75.5v-221v-1.5v-1.5q0 -21 6.5 -38.5t39.5 -17.5h25v-120h-97q-9 0 -21.5 4t-25.5 13q-25 17 -45.5 50t-20.5 84v253q0 32 -12 44.5t-27 15.5q-5 1 -10 1.5t-9 0.5h-7h-5v1z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="579" 
+d="M365 830v-830h-150v830h150v0z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="352" 
+d="M316 331v-104q-2 -1 -5.5 -1h-7.5t-8.5 -0.5t-9.5 -1.5q-15 -3 -27 -15.5t-12 -45.5v-252q0 -51 -20.5 -84t-45.5 -50q-13 -9 -25.5 -13t-21.5 -4h-97v120h25q33 0 39.5 17.5t6.5 38.5v1.5v1.5v222q0 51 17.5 74.5t38.5 32.5q11 4 21.5 6t18.5 3v3q-8 0 -18.5 2.5
+t-21.5 7.5q-21 10 -38.5 31.5t-17.5 63.5v226v3v3q0 20 -7.5 36t-38.5 16l-25 1v120h97q9 -1 21.5 -5t25.5 -13q25 -17 45.5 -50.5t20.5 -85.5v-252q0 -28 12 -38.5t27 -13.5q7 -2 14 -2h13h2h2v1z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="686" 
+d="M523 373l114 -97q-7 -13 -16 -27.5t-19 -29.5q-26 -37 -60.5 -68.5t-79.5 -31.5q-29 0 -53 10.5t-46 23.5q-6 4 -12 7.5t-12 6.5q-5 3 -10.5 6t-10.5 7q-27 17 -49.5 31t-41.5 14q-14 0 -27.5 -17t-23.5 -37q-4 -8 -7.5 -15.5t-6.5 -14.5l-113 97q11 12 22.5 29t23.5 34
+q26 35 57.5 64t72.5 29q13 0 27 -3.5t28 -8.5q19 -8 38 -19.5t35 -24.5q11 -9 24 -17.5t27 -14.5q15 -8 30 -13t27 -5q13 0 25.5 15.5t21.5 33.5q5 10 8.5 19t6.5 16v1z" />
+    <glyph glyph-name="glyph98" unicode="&#xa1;" horiz-adv-x="384" 
+d="M98 255h189v-498h-189v498v0zM192 532q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="686" 
+d="M394 10v99q-105 4 -179 83t-74 184q0 113 71 188t182 85v94h93v-99l58 -17v-163q-18 16 -40 26.5t-48 10.5q-53 0 -89.5 -34t-36.5 -88q0 -51 34 -87t86 -36h4h4q24 1 47 10t39 28v-162q-14 -6 -28.5 -10.5t-29.5 -6.5v-105h-93v0z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="686" 
+d="M478 300h-142q5 -14 7 -31.5t2 -37.5v-4v-4q-1 -16 -3 -31.5t-6 -26.5l11 -3q7 -3 14.5 -6t16.5 -5q11 -4 22.5 -7t22.5 -6q20 -5 38.5 -8t33.5 -3q23 0 37 13t14 36l122 1q-6 -83 -50.5 -138t-133.5 -55q-21 0 -41 3.5t-40 8.5q-10 3 -20 5t-21 5q-4 2 -8 3l-8 2l-14 4
+t-16 4q-8 2 -17 4.5t-18 4.5q-17 3 -33 5.5t-29 2.5q-4 0 -8 -0.5t-7 -0.5q-16 -3 -30 -11.5t-18 -23.5h-130q1 3 2 7l2 8q15 60 58.5 110t109.5 51q3 5 4.5 10.5t3.5 11.5q1 5 1.5 10.5t0.5 10.5q-1 21 -8.5 41t-19.5 39l-161 1v76h108q-17 27 -26.5 60t-9.5 67
+q0 54 21 104t60 87q44 42 98.5 57.5t112.5 15.5q149 0 213 -68.5t65 -215.5l-194 1v35q0 37 -26.5 65.5t-64.5 28.5q-46 0 -70.5 -31.5t-24.5 -74.5q0 -37 11 -70t30 -62l156 1v-76v0z" />
+    <glyph glyph-name="Idieresis" unicode="&#xa4;" horiz-adv-x="686" 
+d="M49 152l66 66q-23 30 -36.5 71.5t-13.5 87.5v4v4q1 44 13.5 86t36.5 71l-66 68l62 63l67 -67q29 21 69.5 34.5t82.5 16.5h8h8q46 0 89 -14t71 -38l67 68l62 -62l-62 -63q23 -32 37.5 -74t16.5 -86v-4.5v-4.5q0 -46 -15 -89t-41 -72l66 -65l-60 -65l-67 66
+q-30 -26 -73.5 -40.5t-90.5 -14.5q-49 0 -93 14t-76 41l-66 -65l-62 63v0zM346 508q-56 -1 -93.5 -39.5t-37.5 -94.5q0 -57 38 -91t93 -34q56 0 93.5 34t37.5 91q0 56 -37.5 94.5t-93.5 38.5v1z" />
+    <glyph glyph-name="ae" unicode="&#xa5;" horiz-adv-x="686" 
+d="M633 446h-142l-56 -84h198v-76h-198v-286h-184v286h-200v76h199l-57 84h-142v76h92l-154 232h222l132 -205l132 205h222l-155 -232h91v-76v0z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+ />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="686" 
+d="M563 589h-157q-6 25 -24.5 42t-46.5 17q-22 0 -39 -13.5t-17 -37.5q0 -29 20 -45.5t44 -28.5l15 -7.5t14 -6.5l111 -55q4 -3 7 -4.5l7 -3.5q57 -29 95 -65t38 -110q0 -48 -23.5 -88t-60.5 -69q20 -18 32 -43.5t16 -52.5q2 -9 2.5 -17t0.5 -16q0 -109 -81.5 -162
+t-179.5 -53h-8h-8q-99 5 -180.5 60t-80.5 163v2.5v2.5v2v2l183 1v-2.5v-0.5q0 -37 29 -61.5t63 -26.5h3.5h2.5q31 0 53.5 17.5t22.5 49.5q0 26 -18.5 42t-40.5 27q-7 3 -13 6l-12 6l-158 78q-52 25 -84.5 64t-32.5 100q0 49 25 91t61 72q-14 14 -24.5 34t-15.5 42
+q-2 10 -3.5 20.5t-1.5 20.5q0 95 71 143t157 48q89 0 161 -42.5t76 -142.5v1zM285 270l167 -83q8 6 14.5 16t9.5 21q1 4 1.5 8t0.5 8q0 24 -16.5 39t-36.5 26q-5 3 -10 5.5t-10 4.5l-164 84q-14 -9 -22.5 -23.5t-8.5 -31.5q0 -25 17 -40t38 -25q5 -3 10 -5.5t10 -4.5v1z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="604" 
+d="M174 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM430 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="800" 
+d="M400 -20q-166 0 -281 115.5t-115 279.5q0 166 115 282t281 116q165 0 280.5 -116t115.5 -282q0 -164 -115.5 -279.5t-280.5 -115.5v0zM400 74q128 -1 215 84t87 217q0 134 -87 219t-215 85q-130 0 -216 -85t-86 -219q0 -132 86 -217t216 -85v1zM602 459h-90
+q-6 36 -33.5 54t-64.5 18q-59 0 -91 -45.5t-32 -104.5v-4v-4q3 -55 36.5 -100t89.5 -45q35 0 64 20.5t31 56.5l90 1q-8 -73 -62 -114t-123 -41q-100 0 -160 66.5t-60 161.5q0 99 58 164t160 65q71 0 123 -39.5t64 -110.5v1z" />
+    <glyph glyph-name="ellipsis" unicode="&#xaa;" horiz-adv-x="409" 
+d="M399 315h-388v75h388v-75v0zM281 456v34h-2q-14 -22 -38.5 -32.5t-51.5 -12.5h-4.5h-5.5q-74 0 -121 49t-47 115q0 67 46.5 115.5t120.5 48.5h6.5t6.5 -1q26 -2 49.5 -11.5t40.5 -27.5v31h118v-308h-118v0zM209 540q32 -1 54 19.5t22 49.5t-22 49.5t-54 20.5
+q-31 0 -53.5 -20.5t-22.5 -49.5t22.5 -49.5t53.5 -20.5v1z" />
+    <glyph glyph-name="ydieresis" unicode="&#xab;" horiz-adv-x="603" 
+d="M172 320l129 -174l-103 -72l-172 246l172 246l100 -69l-126 -177v0zM421 320l129 -174l-103 -72l-172 246l172 246l100 -69l-126 -177v0z" />
+    <glyph glyph-name="emdash" unicode="&#xac;" 
+ />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="500" 
+ />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="800" 
+d="M400 -20q-166 0 -281 115.5t-115 279.5q0 166 115 282t281 116q165 0 280.5 -116t115.5 -282q0 -164 -115.5 -279.5t-280.5 -115.5v0zM400 74q128 -1 215 84t87 217q0 134 -87 219t-215 85q-130 0 -216 -85t-86 -219q0 -132 86 -217t216 -85v1zM490 349l100 -174h-100
+l-92 174h-64v-174h-92v412h200q71 -1 115.5 -23t44.5 -104q0 -57 -28.5 -82.5t-83.5 -29.5v1zM334 411h110q35 -1 53.5 10.5t18.5 50.5q0 25 -21.5 33t-46.5 9h-13h-12l-89 1v-104v0z" />
+    <glyph glyph-name="glyph263" unicode="&#xaf;" 
+ />
+    <glyph glyph-name="glyph264" unicode="&#xb0;" 
+ />
+    <glyph glyph-name="mu" unicode="&#xb1;" horiz-adv-x="686" 
+d="M87 150h512v-150h-512v150v0zM268 512v142h150v-142h181v-150h-181v-142h-150v142h-181v150h181v0z" />
+    <glyph glyph-name="uni00B2" unicode="&#xb2;" 
+ />
+    <glyph glyph-name="uni00B3" unicode="&#xb3;" 
+ />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="402" 
+d="M327 740l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="oslash" unicode="&#xb5;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -100 -49.5 -148.5t-109.5 -62.5q-19 -5 -38 -7.5t-36 -2.5q-40 0 -70 11.5t-49 25.5q-3 3 -6 5.5t-6 5.5v-287h-182v769v0z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="686" 
+d="M262 754h377v-91h-66v-833h-101v832h-93v-832h-101v460q-87 7 -152.5 52.5t-78.5 161.5q0 3 -0.5 5.5t-0.5 4.5v4.5v5.5q0 86 66 157.5t150 71.5v1z" />
+    <glyph glyph-name="glyph265" unicode="&#xb7;" 
+ />
+    <glyph glyph-name="glyph121" unicode="&#xb8;" horiz-adv-x="380" 
+d="M304 -94l-151 -143l-78 49l130 158l99 -64v0z" />
+    <glyph glyph-name="uni00B9" unicode="&#xb9;" 
+ />
+    <glyph glyph-name="Agrave" unicode="&#xba;" horiz-adv-x="410" 
+d="M406 315h-401v75h401v-75v0zM205 774q80 -1 140.5 -43.5t60.5 -121.5t-60.5 -121.5t-140.5 -42.5t-140 42.5t-60 121.5t60 121.5t140 42.5v1zM205 679q-31 -1 -53 -21t-22 -49t22 -49t53 -20q32 0 54 20t22 49t-22 49t-54 20v1z" />
+    <glyph glyph-name="Ydieresis" unicode="&#xbb;" horiz-adv-x="603" 
+d="M53 146l129 174l-126 177l100 69l172 -246l-172 -246l-103 72v0zM302 146l129 174l-126 177l100 69l172 -246l-172 -246l-103 72v0z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" 
+ />
+    <glyph glyph-name="glyph243" unicode="&#xbd;" horiz-adv-x="1029" 
+d="M617 754h98l-438 -754h-98l438 754v0zM845 165l-76 -66h160v-99h-394l201 201q21 20 38.5 49.5t17.5 60.5v2.5v2.5q-2 20 -17.5 36.5t-38.5 16.5q-26 0 -40 -16t-14 -39q0 -4 0.5 -9t1.5 -10l-140 1q3 77 53.5 125t137.5 48q77 0 133 -43.5t56 -117.5q0 -41 -15 -70
+t-43 -55q-5 -5 -10 -9.5t-11 -9.5v1zM170 655h-70v99h197v-452h-127v353v0z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" 
+ />
+    <glyph glyph-name="oe" unicode="&#xbf;" horiz-adv-x="595" 
+d="M409 258v-194q-10 1 -20.5 2.5t-21.5 1.5q-7 0 -15 -0.5t-15 -2.5q-37 -7 -68 -31t-31 -64q0 -31 21 -53t52 -22q35 0 52.5 22t17.5 54h199q-1 -114 -84.5 -174.5t-189.5 -60.5q-47 0 -92.5 15t-82.5 47q-37 31 -61.5 77t-24.5 96q0 84 52.5 137.5t128.5 77.5v72h183v0z
+M314 532q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="currency" unicode="&#xc0;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM265 981l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="breve" unicode="&#xc1;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM517 981l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="tilde" unicode="&#xc2;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM171 906l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#xc3;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM274 857h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9
+t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM263 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM519 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5
+t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM389 1056q3 -1 6.5 -1h6.5q53 -3 97.5 -28.5t44.5 -86.5t-44 -87t-97 -28h-5.5h-5.5h-8.5t-9.5 1q-51 3 -94 28t-43 85q0 63 45.5 89t100.5 27h3.5h2.5v1zM391 984
+q-2 -1 -4 -1h-3q-20 -2 -36 -11.5t-16 -31.5t16 -31.5t36 -11.5h3h4h4.5h4.5q19 2 34 12t15 31t-15 31t-34 12h-4.5h-4.5v1z" />
+    <glyph glyph-name="Oslash" unicode="&#xc6;" horiz-adv-x="1026" 
+d="M572 0l-49 131h-273l-47 -131h-207l291 754h462l61 -166h-248l46 -126h247l63 -166h-249l49 -130h248l60 -166h-454v0zM470 281l-81 224l-85 -224h166v0z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="660" 
+d="M444 -94l-151 -143l-78 49l130 158l99 -64v0zM603 736v-235q-30 40 -76 61t-96 21q-90 0 -145.5 -60.5t-55.5 -148.5q0 -89 56.5 -147t147.5 -58q48 0 93 21.5t76 58.5v-234q-27 -9 -51 -15.5t-47 -11.5q-18 -4 -36.5 -6t-38.5 -2q-79 0 -151.5 28.5t-131.5 81.5
+q-62 56 -91.5 128.5t-29.5 156.5q0 77 28.5 149t82.5 127t127 87.5t151 34.5h4.5h4.5q47 0 91.5 -10t87.5 -28v1z" />
+    <glyph glyph-name="ring" unicode="&#xc8;" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0zM149 981l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0zM401 981l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="macron" unicode="&#xca;" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0zM55 906l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="dotaccent" unicode="&#xcb;" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0zM147 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM403 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5
+t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="caron" unicode="&#xcc;" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0zM36 981l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="cedilla" unicode="&#xcd;" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0zM288 981l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#xce;" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0zM-58 906l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="ogonek" unicode="&#xcf;" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0zM34 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5q-40 0 -69 28.5t-29 69.5t29 69.5t69 28.5v1zM290 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="glyph232" unicode="&#xd0;" horiz-adv-x="752" 
+d="M64 0v309h-84v154h84v291h278q158 -1 270.5 -110t112.5 -268t-113 -267.5t-270 -108.5h-278v0zM260 588v-125h110v-154h-110v-143h44q88 -1 152.5 49.5t64.5 160.5q0 101 -60 156t-155 55l-46 1v0z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="881" 
+d="M64 0v754h196l359 -461h2v461h196v-754h-196l-359 462h-2v-462h-196v0zM324 857h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1
+q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="scaron" unicode="&#xd2;" 
+ />
+    <glyph glyph-name="Lslash" unicode="&#xd3;" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1zM570 981
+l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="lslash" unicode="&#xd4;" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1zM224 906
+l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="guilsinglright" unicode="&#xd5;" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1zM327 857h-82
+l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5
+t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1zM316 1041
+q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM572 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" 
+ />
+    <glyph glyph-name="plusminus" unicode="&#xd8;" horiz-adv-x="887" 
+d="M874 711l-92 -90q7 -10 12.5 -19t11.5 -18q27 -45 40.5 -92t13.5 -103q0 -185 -120.5 -299.5t-295.5 -114.5h-7.5h-7.5q-65 2 -128.5 22.5t-116.5 58.5l-95 -89l-78 82l93 89q-37 54 -57.5 113t-20.5 138q0 164 119 276.5t294 112.5q22 0 45.5 -1.5t47.5 -5.5
+q47 -8 91.5 -25t77.5 -47l96 94l77 -82v0zM630 481l-298 -286q10 -6 20 -10.5t19 -7.5q17 -7 34.5 -10t38.5 -3q88 0 150 64t62 161q0 26 -6 49t-20 42v1zM256 282l292 279q-14 8 -30.5 14t-34.5 10l-20 2t-19 1q-86 0 -150 -60t-64 -139q0 -32 6.5 -59.5t19.5 -48.5v1z" />
+    <glyph glyph-name="Thorn" unicode="&#xd9;" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0zM263 981l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="Eth" unicode="&#xda;" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0zM515 981l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="eth" unicode="&#xdb;" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0zM169 906l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0zM261 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM517 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" 
+ />
+    <glyph glyph-name="glyph236" unicode="&#xde;" horiz-adv-x="661" 
+d="M64 0v754h196v-120h104q122 -1 198 -60t76 -189q0 -133 -69.5 -194.5t-197.5 -61.5l-111 1v-130h-196v0zM260 476v-188h33q53 -1 97 10.5t44 80.5q0 71 -42 83.5t-99 12.5l-33 1v0z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="651" 
+d="M60 442v147v3.5v4.5q1 49 12 95.5t50 80.5q31 29 72 44t84 20q10 1 21 1.5t21 0.5q102 0 175.5 -55.5t73.5 -165.5q0 -54 -23.5 -89.5t-65.5 -67.5q74 -29 111.5 -76.5t37.5 -136.5q0 -14 -1.5 -29t-4.5 -30q-7 -40 -25.5 -78t-48.5 -63q-30 -26 -68.5 -40t-78.5 -20
+q-17 -3 -34.5 -4t-33.5 -1h-39v155q1 -1 2 -1h2h2h2q54 0 90.5 32.5t36.5 88.5q0 55 -37 89t-89 33h-4.5h-4.5v146q1 -1 2 -1h2h1h2q40 0 66 19t26 62q0 35 -20.5 55.5t-55.5 20.5q-53 0 -64.5 -34t-11.5 -74v-3.5v-2.5v-568h-182v297h-52v145h52v0z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM215 740l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM467 740l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM121 665l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM225 616h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87
+t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM213 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM469 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM340 815q3 -1 6.5 -1h6.5q53 -3 97.5 -28.5t44.5 -86.5t-44 -87t-97 -28h-5.5h-5.5h-8.5t-9.5 1q-51 3 -94 28t-43 85q0 63 45.5 89t100.5 27h3.5h2.5v1zM342 743q-2 -1 -4 -1h-3q-20 -2 -36 -11.5t-16 -31.5t16 -31.5t36 -11.5h3h4h4.5h4.5
+q19 2 34 12t15 31t-15 31t-34 12h-4.5h-4.5v1z" />
+    <glyph glyph-name="Otilde" unicode="&#xe6;" horiz-adv-x="940" 
+d="M918 226h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-11 0 -23 0.5t-23 2.5q-50 6 -94.5 28t-65.5 69q-37 -47 -92.5 -73.5t-115.5 -26.5q-10 0 -20.5 1t-21.5 2q-65 10 -119 49t-54 112q0 92 65 131.5t146 39.5
+q22 0 42 -2t40 -7q13 -3 26 -7t27 -10v16q0 52 -38 70.5t-84 18.5q-29 0 -55.5 -5t-52.5 -12q-9 -3 -17.5 -5.5t-17.5 -5.5v137q27 6 55 12t56 9q10 1 19.5 1.5t18.5 0.5q10 0 20.5 -0.5t21.5 -1.5q45 -6 87 -26t64 -63q26 39 68 60.5t88 27.5q9 2 18.5 2.5t18.5 0.5
+q134 0 207.5 -77t73.5 -208v-18v0zM274 218q-5 -1 -9.5 -1.5t-9.5 -1.5q-22 -3 -39.5 -16t-17.5 -37t18 -36.5t40 -16.5q6 -1 12 -1.5t12 -0.5q8 0 17.5 1t19.5 4q20 5 37 17t17 32q0 23 -18.5 35t-40.5 17q-10 2 -20 3t-18 1v1zM541 331h211q-7 36 -36.5 58t-66.5 22
+q-40 0 -70 -20.5t-38 -60.5v1z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="483" 
+d="M356 -94l-151 -143l-78 49l130 158l99 -64v0zM430 500v-154q-20 14 -44 24.5t-50 10.5q-52 0 -88.5 -36t-36.5 -89q0 -55 36 -90.5t92 -35.5q5 0 10.5 0.5t10.5 1.5q19 3 37.5 11.5t32.5 21.5v-153q-30 -15 -62.5 -22t-65.5 -7q-114 0 -196.5 75.5t-82.5 191.5
+q0 124 83 201.5t204 77.5q32 0 62.5 -7.5t57.5 -22.5v1z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1zM179 740
+l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1zM431 740
+l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1zM85 665
+l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1zM177 800
+q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM433 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM25 740l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM277 740l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM-69 665l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM23 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5q-40 0 -69 28.5t-29 69.5t29 69.5t69 28.5v1zM279 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="glyph233" unicode="&#xf0;" horiz-adv-x="662" 
+d="M413 770l-99 -66l70 -56q38 -32 73 -65t63 -70q3 -3 5.5 -6.5t4.5 -6.5q34 -44 62 -100t28 -145q0 -8 -0.5 -16t-2.5 -17q-13 -90 -93 -164.5t-193 -74.5q-123 0 -216 70.5t-93 201.5q0 89 45 146.5t99 87.5q26 14 51 22.5t45 11.5q11 2 15.5 6t4.5 10q0 8 -7.5 18.5
+t-18.5 22.5q-6 6 -13 12l-14 12q-9 8 -18.5 14.5t-16.5 10.5l-117 -84l-77 59l112 76l-114 70l62 80q42 -16 83.5 -34t80.5 -41l110 75l79 -60v0zM331 372q-48 -1 -82.5 -35.5t-34.5 -81.5q0 -49 34.5 -82t82.5 -33t77.5 33t29.5 82q0 47 -29.5 81.5t-77.5 34.5v1z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="661" 
+d="M242 513v-66h2q32 46 71.5 64t92.5 18q104 0 148.5 -59t44.5 -154v-316h-182v250v5v6v19t-1 20q-2 31 -18 57.5t-63 26.5q-55 0 -75 -35.5t-20 -83.5v-265h-182v513h182v0zM214 616h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5
+q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1
+z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM205 740l111 80l141 -172
+l-81 -59l-171 151v0z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM457 740l-171 -151l-81 59
+l141 172l111 -80v0z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM111 665l218 164l221 -164
+l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM215 616h-82l-1 11
+q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6
+q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM203 800q41 -1 69.5 -29.5
+t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM459 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="Aacute" unicode="&#xf7;" 
+ />
+    <glyph glyph-name="OE" unicode="&#xf8;" horiz-adv-x="662" 
+d="M128 43l-96 -78l-49 62l89 70q-15 20 -26 46t-17 53q-3 15 -5 29.5t-2 28.5q0 133 92 204t216 71q9 0 18 -0.5t18 -0.5q46 -4 89.5 -18t78.5 -43l101 83l49 -62l-95 -75q5 -7 9 -13t7 -12q18 -27 26.5 -55.5t8.5 -63.5q0 -140 -87.5 -213t-223.5 -73q-16 0 -32 1t-32 4
+q-38 6 -73.5 19t-63.5 35v1zM440 299l-172 -139q14 -11 29 -15.5t31 -4.5q49 0 83.5 33t34.5 82q0 11 -1.5 22t-4.5 21v1zM222 210l174 144q-4 2 -8 4.5t-8 4.5q-10 5 -21 6.5t-25 1.5q-50 0 -85 -32.5t-35 -82.5q0 -12 2 -24t6 -23v1z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0zM204 740l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0zM456 740l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0zM110 665l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0zM202 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM458 800
+q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" 
+ />
+    <glyph glyph-name="glyph237" unicode="&#xfe;" horiz-adv-x="682" 
+d="M242 830v-375h2q23 35 62 53.5t81 20.5h6h6q115 0 187 -82.5t72 -192.5q0 -111 -71.5 -191t-185.5 -80h-7.5h-7.5q-40 3 -78.5 18.5t-65.5 46.5v-304h-182v1086h182v0zM353 372q-48 -1 -82.5 -35.5t-34.5 -81.5q0 -49 34.5 -82t82.5 -33t82.5 33t34.5 82q0 47 -34.5 81.5
+t-82.5 34.5v1z" />
+    <glyph glyph-name="Egrave" unicode="&#xff;" horiz-adv-x="654" 
+d="M233 70l-248 443h210l137 -263l134 263h207l-411 -769h-204l175 326v0zM199 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM455 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5
+t70 28.5v1z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" 
+ />
+    <glyph glyph-name="abreve" unicode="&#x103;" 
+ />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" 
+ />
+    <glyph glyph-name="aogonek" unicode="&#x105;" 
+ />
+    <glyph glyph-name="Cacute" unicode="&#x106;" 
+ />
+    <glyph glyph-name="cacute" unicode="&#x107;" 
+ />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" 
+ />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" 
+ />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" 
+ />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" 
+ />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" 
+ />
+    <glyph glyph-name="dcroat" unicode="&#x111;" 
+ />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" 
+ />
+    <glyph glyph-name="eogonek" unicode="&#x119;" 
+ />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" 
+ />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" 
+ />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" 
+ />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" 
+ />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" 
+ />
+    <glyph glyph-name="thorn" unicode="&#x131;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" 
+ />
+    <glyph glyph-name="lacute" unicode="&#x13a;" 
+ />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" 
+ />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" 
+ />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" 
+ />
+    <glyph glyph-name="ldot" unicode="&#x140;" 
+ />
+    <glyph glyph-name="glyph225" unicode="&#x141;" horiz-adv-x="533" 
+d="M296 754v-188l115 83v-164l-115 -78v-241h235v-166h-431v298l-81 -60v160l81 59v297h196v0z" />
+    <glyph glyph-name="glyph226" unicode="&#x142;" horiz-adv-x="366" 
+d="M273 830v-300l85 60v-165l-85 -56v-369h-182v270l-83 -59v164l83 56v399h182v0z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" 
+ />
+    <glyph glyph-name="nacute" unicode="&#x144;" 
+ />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" 
+ />
+    <glyph glyph-name="ncaron" unicode="&#x148;" 
+ />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" 
+ />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" 
+ />
+    <glyph glyph-name="fi" unicode="&#x152;" horiz-adv-x="1140" 
+d="M660 0v83q-51 -56 -109 -82t-131 -26q-162 0 -278 120.5t-116 280.5q0 161 116 281.5t278 120.5q73 0 133 -23.5t107 -70.5v70h424v-166h-229v-126h213v-166h-213v-130h229v-166h-424v0zM441 589q-87 -1 -149 -63t-62 -150q0 -87 62 -149.5t149 -62.5q88 0 149 62.5
+t61 149.5q0 88 -61 150t-149 62v1z" />
+    <glyph glyph-name="fl" unicode="&#x153;" horiz-adv-x="1022" 
+d="M1001 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-68 0 -120.5 19.5t-87.5 68.5q-44 -49 -92.5 -68.5t-115.5 -19.5q-126 0 -211 70t-85 202q0 129 85 201.5t209 72.5q64 0 114 -16.5t96 -60.5q27 36 68.5 53
+t85.5 22q10 1 20.5 1.5t20.5 0.5q134 0 207.5 -77t73.5 -208v1zM330 372q-48 -1 -82.5 -35.5t-34.5 -81.5q0 -49 34.5 -82t82.5 -33t82.5 33t34.5 82q0 47 -34.5 81.5t-82.5 34.5v1zM618 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" 
+ />
+    <glyph glyph-name="racute" unicode="&#x155;" 
+ />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" 
+ />
+    <glyph glyph-name="rcaron" unicode="&#x159;" 
+ />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" 
+ />
+    <glyph glyph-name="sacute" unicode="&#x15b;" 
+ />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" 
+ />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" 
+ />
+    <glyph glyph-name="glyph227" unicode="&#x160;" horiz-adv-x="616" 
+d="M556 712l-78 -152q-27 22 -60.5 35.5t-69.5 13.5q-5 0 -11 -0.5t-12 -2.5q-23 -5 -42 -20t-19 -40q0 -24 18 -38.5t39 -23.5q8 -3 15.5 -5.5t14.5 -4.5l50 -14q79 -24 132.5 -69.5t53.5 -137.5v-8v-8q-2 -52 -19 -101.5t-59 -85.5q-38 -33 -86 -49t-98 -20
+q-8 0 -15.5 -0.5t-14.5 -0.5q-71 0 -139 22.5t-126 62.5l84 159q37 -33 80.5 -56t93.5 -23h4h4q33 2 60 20.5t27 55.5q0 28 -22.5 45t-50.5 27q-12 4 -24 7.5t-22 6.5q-2 1 -4.5 1.5t-4.5 1.5q-89 25 -142 64t-53 146q0 115 73.5 184t186.5 69q23 0 47 -2.5t48 -8.5
+q38 -8 74.5 -21t66.5 -30v1zM88 985l74 85l144 -112l144 112l77 -85l-221 -163l-218 163v0z" />
+    <glyph glyph-name="glyph228" unicode="&#x161;" horiz-adv-x="513" 
+d="M460 497l-61 -116q-12 6 -26.5 11t-29.5 8q-11 2 -21.5 3.5t-20.5 1.5q-5 0 -10.5 -0.5t-10.5 -2.5q-14 -3 -25 -10.5t-11 -21.5q0 -17 14.5 -25.5t32.5 -12.5q10 -3 19 -4.5t16 -2.5q64 -13 106.5 -47t42.5 -105q0 -98 -72 -142.5t-159 -47.5h-5.5h-5.5q-55 0 -107.5 15
+t-99.5 43l66 128q17 -13 39 -23.5t45 -18.5q16 -5 31 -8t29 -3q4 0 8.5 0.5t9.5 1.5q15 3 27 12t12 25q0 22 -21 31.5t-50 15.5q-11 2 -21.5 4.5t-21.5 5.5q-43 11 -78.5 38.5t-35.5 96.5q0 93 69 137t151 45h3.5h2.5q44 0 86.5 -7.5t82.5 -25.5v1zM37 744l74 85l144 -112
+l144 112l77 -85l-221 -163l-218 163v0z" />
+    <glyph glyph-name="uni0162" unicode="&#x162;" 
+ />
+    <glyph glyph-name="uni0163" unicode="&#x163;" 
+ />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" 
+ />
+    <glyph glyph-name="tcaron" unicode="&#x165;" 
+ />
+    <glyph glyph-name="Uring" unicode="&#x16e;" 
+ />
+    <glyph glyph-name="uring" unicode="&#x16f;" 
+ />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" 
+ />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" 
+ />
+    <glyph glyph-name="Iacute" unicode="&#x178;" horiz-adv-x="714" 
+d="M259 362l-278 392h235l141 -205l141 205h235l-278 -392v-362h-196v362v0zM229 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM485 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5
+t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" 
+ />
+    <glyph glyph-name="zacute" unicode="&#x17a;" 
+ />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" 
+ />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" 
+ />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" 
+ />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" 
+ />
+    <glyph glyph-name="quotedblright" unicode="&#x192;" horiz-adv-x="686" 
+d="M471 505h110l-13 -76h-110l-51 -279q-11 -65 -27.5 -124t-57.5 -111q-40 -51 -87 -74t-106 -23h-14t-15 1l-106 9l30 165q3 -1 6 -1.5t6 -0.5q14 -3 29 -5t30 -2q40 0 63.5 15t39.5 52q7 17 12 37.5t10 41.5q3 17 6 33.5t6 31.5l42 234h-86l12 76h88l20 108q8 42 20 78
+t42 69q32 36 73 52.5t89 16.5h12t13 -1q28 -2 55 -9.5t50 -23.5l-29 -156q-13 8 -28.5 16t-31.5 11q-4 1 -8.5 1.5t-9.5 0.5q-33 0 -47 -23t-20 -51l-4 -18t-3 -17l-10 -54v0z" />
+    <glyph glyph-name="uni02BA" unicode="&#x2ba;" horiz-adv-x="539" 
+d="M254 814l-50 -214h-93l14 214h129v0zM428 814l-50 -214h-93l14 214h129v0z" />
+    <glyph glyph-name="arrowright" unicode="&#x2c6;" horiz-adv-x="549" 
+d="M158 616h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6
+q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="glyph224" unicode="&#x2c7;" horiz-adv-x="590" 
+d="M75 744l74 85l144 -112l144 112l77 -85l-221 -163l-218 163v0z" />
+    <glyph glyph-name="house" unicode="&#x2c9;" horiz-adv-x="603" 
+d="M75 752h452v-107h-452v107v0z" />
+    <glyph glyph-name="endash" unicode="&#x2d8;" horiz-adv-x="539" 
+d="M75 784h112q5 -33 27.5 -50.5t54.5 -17.5q33 0 55.5 17.5t27.5 49.5l111 1q-4 -83 -59 -126.5t-135 -43.5t-134.5 43.5t-59.5 125.5v1z" />
+    <glyph glyph-name="sfthyphen" unicode="&#x2d9;" horiz-adv-x="402" 
+d="M202 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="filledbox" unicode="&#x2da;" horiz-adv-x="457" 
+d="M227 815q3 -1 6.5 -1h6.5q53 -3 97.5 -28.5t44.5 -86.5t-44 -87t-97 -28h-5.5h-5.5h-8.5t-9.5 1q-51 3 -94 28t-43 85q0 63 45.5 89t100.5 27h3.5h2.5v1zM229 743q-2 -1 -4 -1h-3q-20 -2 -36 -11.5t-16 -31.5t16 -31.5t36 -11.5h3h4h4.5h4.5q19 2 34 12t15 31t-15 31
+t-34 12h-4.5h-4.5v1z" />
+    <glyph glyph-name="glyph223" unicode="&#x2db;" horiz-adv-x="350" 
+d="M159 0h75v-2q-4 -2 -8.5 -5t-9.5 -6q-16 -12 -29 -28t-13 -35t13.5 -32.5t32.5 -13.5q15 0 28 5.5t26 13.5l-22 -92q-9 -6 -21.5 -10t-24.5 -6q-9 -1 -17.5 -2t-16.5 -1h-4h-4q-33 3 -61 27t-28 59q0 41 25 74.5t59 53.5v0z" />
+    <glyph glyph-name="onehalf" unicode="&#x2dc;" horiz-adv-x="590" 
+d="M75 665l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="Gamma" unicode="&#x393;" 
+ />
+    <glyph glyph-name="Theta" unicode="&#x398;" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#x3a3;" 
+ />
+    <glyph glyph-name="Phi" unicode="&#x3a6;" 
+ />
+    <glyph glyph-name="Atilde" unicode="&#x3a9;" 
+ />
+    <glyph glyph-name="alpha" unicode="&#x3b1;" 
+ />
+    <glyph glyph-name="delta" unicode="&#x3b4;" 
+ />
+    <glyph glyph-name="epsilon" unicode="&#x3b5;" 
+ />
+    <glyph glyph-name="guillemotleft" unicode="&#x3c0;" 
+ />
+    <glyph glyph-name="sigma" unicode="&#x3c3;" 
+ />
+    <glyph glyph-name="tau" unicode="&#x3c4;" 
+ />
+    <glyph glyph-name="phi" unicode="&#x3c6;" 
+ />
+    <glyph glyph-name="glyph259" unicode="&#x2013;" horiz-adv-x="500" 
+d="M0 396h500v-150h-500v150v0z" />
+    <glyph glyph-name="periodcentered" unicode="&#x2014;" horiz-adv-x="1000" 
+d="M0 396h1000v-150h-1000v150v0z" />
+    <glyph glyph-name="underscoredbl" unicode="&#x2017;" 
+ />
+    <glyph glyph-name="Acircumflex" unicode="&#x2018;" horiz-adv-x="372" 
+d="M189 423h-170l184 331h116l-130 -331v0z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#x2019;" horiz-adv-x="372" 
+d="M183 754h170l-184 -331h-116l130 331v0z" />
+    <glyph glyph-name="Ugrave" unicode="&#x201a;" 
+ />
+    <glyph glyph-name="quotedblbase" unicode="&#x201c;" horiz-adv-x="628" 
+d="M189 423h-170l184 331h116l-130 -331v0zM445 423h-170l184 331h116l-130 -331v0z" />
+    <glyph glyph-name="perthousand" unicode="&#x201d;" horiz-adv-x="628" 
+d="M183 754h170l-184 -331h-116l130 331v0zM439 754h170l-184 -331h-116l130 331v0z" />
+    <glyph glyph-name="dotlessi" unicode="&#x201e;" horiz-adv-x="594" 
+d="M149 191h170l-184 -331h-116l130 331v0zM405 191h170l-184 -331h-116l130 331v0z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="686" 
+d="M260 754h166v-205h177v-144h-177v-585h-166v585h-176v144h176v205v0z" />
+    <glyph glyph-name="Uacute" unicode="&#x2021;" horiz-adv-x="686" 
+d="M261 754h166v-185h176v-144h-176v-142h176v-144h-176v-318h-166v318h-177v144h177v142h-177v144h177v185v0z" />
+    <glyph glyph-name="glyph262" unicode="&#x2022;" horiz-adv-x="686" 
+d="M344 566q81 -1 134.5 -56.5t53.5 -133.5q0 -77 -53.5 -132.5t-134.5 -55.5t-135 55.5t-54 132.5q0 78 54 133.5t135 55.5v1z" />
+    <glyph glyph-name="fraction" unicode="&#x2026;" horiz-adv-x="1000" 
+d="M167 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM500 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM833 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1
+z" />
+    <glyph glyph-name="circumflex" unicode="&#x2030;" horiz-adv-x="1460" 
+d="M750 359q84 -1 145 -47.5t61 -136.5q0 -91 -60 -138t-146 -47t-146 47t-60 138q0 90 61 136.5t145 46.5v1zM750 259q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1zM1235 359q84 -1 145 -47.5t61 -136.5q0 -91 -60 -138t-146 -47t-146 47
+t-60 138q0 90 61 136.5t145 46.5v1zM1235 259q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1zM657 754h98l-438 -754h-98l438 754v0zM225 764q84 -1 145 -47.5t61 -136.5q0 -91 -60 -138.5t-146 -47.5t-146 47.5t-60 138.5q0 90 61 136.5
+t145 46.5v1zM225 664q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1z" />
+    <glyph glyph-name="Igrave" unicode="&#x2039;" horiz-adv-x="354" 
+d="M172 320l129 -174l-103 -72l-172 246l172 246l100 -69l-126 -177v0z" />
+    <glyph glyph-name="Oacute" unicode="&#x203a;" horiz-adv-x="354" 
+d="M53 146l129 174l-126 177l100 69l172 -246l-172 -246l-103 72v0z" />
+    <glyph glyph-name="exclamdbl" unicode="&#x203c;" 
+ />
+    <glyph glyph-name="uni207F" unicode="&#x207f;" 
+ />
+    <glyph glyph-name="franc" unicode="&#x20a3;" 
+ />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" 
+ />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="940" 
+d="M384 754v-78h-123v-326h-97v326h-123v78h343v0zM899 754v-404h-88v326h-2l-117 -326h-52l-117 326h-2v-326h-88v404h142l91 -239l91 239h142v0z" />
+    <glyph glyph-name="arrowleft" unicode="&#x2190;" 
+ />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" 
+ />
+    <glyph glyph-name="glyph257" unicode="&#x2192;" horiz-adv-x="500" 
+ />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" 
+ />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" 
+ />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" 
+ />
+    <glyph glyph-name="arrowupdnbse" unicode="&#x21a8;" 
+ />
+    <glyph glyph-name="questiondown" unicode="&#x2202;" 
+ />
+    <glyph glyph-name="quoteright" unicode="&#x2206;" 
+ />
+    <glyph glyph-name="florin" unicode="&#x220f;" 
+ />
+    <glyph glyph-name="minus" unicode="&#x2212;" 
+ />
+    <glyph glyph-name="Icircumflex" unicode="&#x2215;" horiz-adv-x="194" 
+d="M267 754h98l-438 -754h-98l438 754v0z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#x2219;" 
+d="M172 373q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x221a;" 
+ />
+    <glyph glyph-name="yen" unicode="&#x221e;" 
+ />
+    <glyph glyph-name="orthogonal" unicode="&#x221f;" 
+ />
+    <glyph glyph-name="intersection" unicode="&#x2229;" 
+ />
+    <glyph glyph-name="guillemotright" unicode="&#x222b;" 
+ />
+    <glyph glyph-name="quoteleft" unicode="&#x2248;" 
+ />
+    <glyph glyph-name="AE" unicode="&#x2260;" 
+ />
+    <glyph glyph-name="equivalence" unicode="&#x2261;" 
+ />
+    <glyph glyph-name="ordfeminine" unicode="&#x2264;" 
+ />
+    <glyph glyph-name="ordmasculine" unicode="&#x2265;" 
+ />
+    <glyph glyph-name="glyph258" unicode="&#x2302;" 
+ />
+    <glyph glyph-name="revlogicalnot" unicode="&#x2310;" 
+ />
+    <glyph glyph-name="integraltp" unicode="&#x2320;" 
+ />
+    <glyph glyph-name="integralbt" unicode="&#x2321;" 
+ />
+    <glyph glyph-name="SF100000" unicode="&#x2500;" 
+ />
+    <glyph glyph-name="SF110000" unicode="&#x2502;" 
+ />
+    <glyph glyph-name="SF010000" unicode="&#x250c;" 
+ />
+    <glyph glyph-name="SF030000" unicode="&#x2510;" 
+ />
+    <glyph glyph-name="SF020000" unicode="&#x2514;" 
+ />
+    <glyph glyph-name="SF040000" unicode="&#x2518;" 
+ />
+    <glyph glyph-name="SF080000" unicode="&#x251c;" 
+ />
+    <glyph glyph-name="SF090000" unicode="&#x2524;" 
+ />
+    <glyph glyph-name="SF060000" unicode="&#x252c;" 
+ />
+    <glyph glyph-name="SF070000" unicode="&#x2534;" 
+ />
+    <glyph glyph-name="SF050000" unicode="&#x253c;" 
+ />
+    <glyph glyph-name="SF430000" unicode="&#x2550;" 
+ />
+    <glyph glyph-name="SF240000" unicode="&#x2551;" 
+ />
+    <glyph glyph-name="SF510000" unicode="&#x2552;" 
+ />
+    <glyph glyph-name="SF520000" unicode="&#x2553;" 
+ />
+    <glyph glyph-name="SF390000" unicode="&#x2554;" 
+ />
+    <glyph glyph-name="SF220000" unicode="&#x2555;" 
+ />
+    <glyph glyph-name="SF210000" unicode="&#x2556;" 
+ />
+    <glyph glyph-name="SF250000" unicode="&#x2557;" 
+ />
+    <glyph glyph-name="SF500000" unicode="&#x2558;" 
+ />
+    <glyph glyph-name="SF490000" unicode="&#x2559;" 
+ />
+    <glyph glyph-name="SF380000" unicode="&#x255a;" 
+ />
+    <glyph glyph-name="SF280000" unicode="&#x255b;" 
+ />
+    <glyph glyph-name="SF270000" unicode="&#x255c;" 
+ />
+    <glyph glyph-name="SF260000" unicode="&#x255d;" 
+ />
+    <glyph glyph-name="SF360000" unicode="&#x255e;" 
+ />
+    <glyph glyph-name="SF370000" unicode="&#x255f;" 
+ />
+    <glyph glyph-name="SF420000" unicode="&#x2560;" 
+ />
+    <glyph glyph-name="SF190000" unicode="&#x2561;" 
+ />
+    <glyph glyph-name="SF200000" unicode="&#x2562;" 
+ />
+    <glyph glyph-name="SF230000" unicode="&#x2563;" 
+ />
+    <glyph glyph-name="SF470000" unicode="&#x2564;" 
+ />
+    <glyph glyph-name="SF480000" unicode="&#x2565;" 
+ />
+    <glyph glyph-name="SF410000" unicode="&#x2566;" 
+ />
+    <glyph glyph-name="SF450000" unicode="&#x2567;" 
+ />
+    <glyph glyph-name="SF460000" unicode="&#x2568;" 
+ />
+    <glyph glyph-name="SF400000" unicode="&#x2569;" 
+ />
+    <glyph glyph-name="SF540000" unicode="&#x256a;" 
+ />
+    <glyph glyph-name="SF530000" unicode="&#x256b;" 
+ />
+    <glyph glyph-name="SF440000" unicode="&#x256c;" 
+ />
+    <glyph glyph-name="upblock" unicode="&#x2580;" 
+ />
+    <glyph glyph-name="dnblock" unicode="&#x2584;" 
+ />
+    <glyph glyph-name="block" unicode="&#x2588;" 
+ />
+    <glyph glyph-name="lfblock" unicode="&#x258c;" 
+ />
+    <glyph glyph-name="rtblock" unicode="&#x2590;" 
+ />
+    <glyph glyph-name="ltshade" unicode="&#x2591;" 
+ />
+    <glyph glyph-name="shade" unicode="&#x2592;" 
+ />
+    <glyph glyph-name="dkshade" unicode="&#x2593;" 
+ />
+    <glyph glyph-name="glyph261" unicode="&#x25a0;" horiz-adv-x="500" 
+ />
+    <glyph glyph-name="filledrect" unicode="&#x25ac;" 
+ />
+    <glyph glyph-name="triagup" unicode="&#x25b2;" 
+ />
+    <glyph glyph-name="triagrt" unicode="&#x25ba;" 
+ />
+    <glyph glyph-name="triagdn" unicode="&#x25bc;" 
+ />
+    <glyph glyph-name="triaglf" unicode="&#x25c4;" 
+ />
+    <glyph glyph-name="Edieresis" unicode="&#x25ca;" 
+ />
+    <glyph glyph-name="circle" unicode="&#x25cb;" 
+ />
+    <glyph glyph-name="invbullet" unicode="&#x25d8;" 
+ />
+    <glyph glyph-name="invcircle" unicode="&#x25d9;" 
+ />
+    <glyph glyph-name="smileface" unicode="&#x263a;" 
+ />
+    <glyph glyph-name="invsmileface" unicode="&#x263b;" 
+ />
+    <glyph glyph-name="sun" unicode="&#x263c;" 
+ />
+    <glyph glyph-name="female" unicode="&#x2640;" 
+ />
+    <glyph glyph-name="male" unicode="&#x2642;" 
+ />
+    <glyph glyph-name="spade" unicode="&#x2660;" 
+ />
+    <glyph glyph-name="club" unicode="&#x2663;" 
+ />
+    <glyph glyph-name="heart" unicode="&#x2665;" 
+ />
+    <glyph glyph-name="diamond" unicode="&#x2666;" 
+ />
+    <glyph glyph-name="musicalnote" unicode="&#x266a;" 
+ />
+    <glyph glyph-name="musicalnotedbl" unicode="&#x266b;" 
+ />
+    <glyph glyph-name="Scaron" unicode="&#xf000;" 
+ />
+    <glyph glyph-name="Ocircumflex" unicode="&#xf001;" horiz-adv-x="679" 
+d="M254 363v-363h-182v363h-64v150h64v65q0 41 4 76t23 68q5 9 11 17.5t14 17.5q34 40 80.5 61t98.5 21q21 0 40 -4t38 -14v-156q-4 1 -8.5 3t-9.5 3q-11 5 -22 7.5t-24 2.5q-35 0 -49 -21t-14 -65v-82h127v-150h-127v0zM619 513v-513h-182v513h182v0zM528 812q42 -1 72 -31
+t30 -72t-30 -72t-72 -30t-72 30t-30 72t30 72t72 30v1z" />
+    <glyph glyph-name="Ograve" unicode="&#xf002;" horiz-adv-x="690" 
+d="M254 363v-363h-182v363h-64v150h64v65q0 41 4 76t23 68q5 9 11 17.5t14 17.5q34 40 80.5 61t98.5 21q21 0 40 -4t38 -14v-156q-4 1 -8.5 3t-9.5 3q-11 5 -22 7.5t-24 2.5q-35 0 -49 -21t-14 -65v-82h127v-150h-127v0zM630 830v-830h-182v830h182v0z" />
+    <glyph glyph-name="degree" horiz-adv-x="400" 
+d="M350 623q0 -62 -44.5 -106t-106.5 -44q-63 0 -106 44t-43 105v0.5v1.5v1.5v0.5q0 61 43.5 104t105.5 43t106.5 -44.5t44.5 -106.5v1zM265 624q0 25 -19 44.5t-47 19.5q-25 0 -44.5 -18.5t-19.5 -44.5v-0.5v-0.5v-0.5v-0.5q0 -27 19 -46t46 -19t46 19t19 46v1z" />
+    <glyph glyph-name="bullet" horiz-adv-x="686" 
+d="M344 566q81 -1 134.5 -56.5t53.5 -133.5q0 -77 -53.5 -132.5t-134.5 -55.5t-135 55.5t-54 132.5q0 78 54 133.5t135 55.5v1z" />
+    <glyph glyph-name="daggerdbl" horiz-adv-x="500" 
+d="M0 396h500v-150h-500v150v0z" />
+    <hkern u1="A" u2="&#x2019;" k="74" />
+    <hkern u1="A" u2="y" k="60" />
+    <hkern u1="A" u2="w" k="37" />
+    <hkern u1="A" u2="v" k="60" />
+    <hkern u1="A" u2="Y" k="120" />
+    <hkern u1="A" u2="W" k="80" />
+    <hkern u1="A" u2="V" k="110" />
+    <hkern u1="A" u2="T" k="60" />
+    <hkern u1="F" u2="A" k="55" />
+    <hkern u1="F" u2="&#x2e;" k="129" />
+    <hkern u1="F" u2="&#x2c;" k="129" />
+    <hkern u1="L" u2="&#x2019;" k="74" />
+    <hkern u1="L" u2="y" k="37" />
+    <hkern u1="L" u2="Y" k="92" />
+    <hkern u1="L" u2="W" k="55" />
+    <hkern u1="L" u2="V" k="92" />
+    <hkern u1="L" u2="T" k="55" />
+    <hkern u1="P" u2="A" k="74" />
+    <hkern u1="P" u2="&#x2e;" k="129" />
+    <hkern u1="P" u2="&#x2c;" k="140" />
+    <hkern u1="R" u2="Y" k="40" />
+    <hkern u1="R" u2="W" k="20" />
+    <hkern u1="R" u2="V" k="20" />
+    <hkern u1="T" u2="y" k="80" />
+    <hkern u1="T" u2="w" k="80" />
+    <hkern u1="T" u2="u" k="80" />
+    <hkern u1="T" u2="s" k="92" />
+    <hkern u1="T" u2="r" k="55" />
+    <hkern u1="T" u2="o" k="74" />
+    <hkern u1="T" u2="e" k="74" />
+    <hkern u1="T" u2="c" k="74" />
+    <hkern u1="T" u2="a" k="74" />
+    <hkern u1="T" u2="A" k="60" />
+    <hkern u1="T" u2="&#x3b;" k="68" />
+    <hkern u1="T" u2="&#x3a;" k="37" />
+    <hkern u1="T" u2="&#x2e;" k="111" />
+    <hkern u1="T" u2="&#x2d;" k="100" />
+    <hkern u1="T" u2="&#x2c;" k="92" />
+    <hkern u1="V" u2="y" k="18" />
+    <hkern u1="V" u2="u" k="37" />
+    <hkern u1="V" u2="r" k="37" />
+    <hkern u1="V" u2="o" k="74" />
+    <hkern u1="V" u2="i" k="-20" />
+    <hkern u1="V" u2="e" k="74" />
+    <hkern u1="V" u2="a" k="74" />
+    <hkern u1="V" u2="A" k="90" />
+    <hkern u1="V" u2="&#x3b;" k="92" />
+    <hkern u1="V" u2="&#x3a;" k="55" />
+    <hkern u1="V" u2="&#x2e;" k="149" />
+    <hkern u1="V" u2="&#x2d;" k="55" />
+    <hkern u1="V" u2="&#x2c;" k="160" />
+    <hkern u1="W" u2="u" k="40" />
+    <hkern u1="W" u2="r" k="40" />
+    <hkern u1="W" u2="o" k="40" />
+    <hkern u1="W" u2="e" k="40" />
+    <hkern u1="W" u2="a" k="37" />
+    <hkern u1="W" u2="A" k="80" />
+    <hkern u1="W" u2="&#x3b;" k="60" />
+    <hkern u1="W" u2="&#x3a;" k="18" />
+    <hkern u1="W" u2="&#x2e;" k="92" />
+    <hkern u1="W" u2="&#x2d;" k="37" />
+    <hkern u1="W" u2="&#x2c;" k="140" />
+    <hkern u1="Y" u2="v" k="55" />
+    <hkern u1="Y" u2="u" k="74" />
+    <hkern u1="Y" u2="q" k="92" />
+    <hkern u1="Y" u2="p" k="74" />
+    <hkern u1="Y" u2="o" k="120" />
+    <hkern u1="Y" u2="i" k="-20" />
+    <hkern u1="Y" u2="e" k="92" />
+    <hkern u1="Y" u2="a" k="92" />
+    <hkern u1="Y" u2="A" k="120" />
+    <hkern u1="Y" u2="&#x3b;" k="120" />
+    <hkern u1="Y" u2="&#x3a;" k="74" />
+    <hkern u1="Y" u2="&#x2e;" k="120" />
+    <hkern u1="Y" u2="&#x2d;" k="92" />
+    <hkern u1="Y" u2="&#x2c;" k="120" />
+    <hkern u1="f" u2="&#x2019;" k="-20" />
+    <hkern u1="r" u2="&#x2019;" k="-40" />
+    <hkern u1="r" u2="z" k="-20" />
+    <hkern u1="r" u2="y" k="-18" />
+    <hkern u1="r" u2="w" k="-18" />
+    <hkern u1="r" u2="v" k="-18" />
+    <hkern u1="r" u2="t" k="-18" />
+    <hkern u1="r" u2="q" k="18" />
+    <hkern u1="r" u2="o" k="18" />
+    <hkern u1="r" u2="g" k="-18" />
+    <hkern u1="r" u2="f" k="-20" />
+    <hkern u1="r" u2="&#x2e;" k="92" />
+    <hkern u1="r" u2="&#x2c;" k="92" />
+    <hkern u1="v" u2="&#x2e;" k="74" />
+    <hkern u1="v" u2="&#x2c;" k="120" />
+    <hkern u1="w" u2="&#x2e;" k="92" />
+    <hkern u1="w" u2="&#x2c;" k="140" />
+    <hkern u1="y" u2="&#x2e;" k="92" />
+    <hkern u1="y" u2="&#x2c;" k="120" />
+    <hkern u1="&#x2018;" u2="&#x2018;" k="40" />
+    <hkern u1="&#x2019;" u2="&#x2019;" k="40" />
+    <hkern u1="&#x2019;" u2="t" k="40" />
+    <hkern u1="&#x2019;" u2="s" k="160" />
+  </font>
+</defs></svg>
diff --git a/dist/fonts/Futura-Bold.ttf b/dist/fonts/Futura-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..935e841ac69bcf8c11420ea426c6fcd4f16815cd
Binary files /dev/null and b/dist/fonts/Futura-Bold.ttf differ
diff --git a/dist/fonts/Futura-Bold.woff b/dist/fonts/Futura-Bold.woff
new file mode 100644
index 0000000000000000000000000000000000000000..99f00c6009e1ad54cf79a60e0a0967bb7462de87
Binary files /dev/null and b/dist/fonts/Futura-Bold.woff differ
diff --git a/dist/fonts/Futura-Bold.woff2 b/dist/fonts/Futura-Bold.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..05dbc9435d052aa0fecc302e56302da4e1fc822f
Binary files /dev/null and b/dist/fonts/Futura-Bold.woff2 differ
diff --git a/dist/fonts/FuturaBT-Heavy.07a763a2.woff2 b/dist/fonts/FuturaBT-Heavy.07a763a2.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..45ac91d803d4bce3892f8d03b4f130e619c9063c
Binary files /dev/null and b/dist/fonts/FuturaBT-Heavy.07a763a2.woff2 differ
diff --git a/dist/fonts/FuturaBT-Heavy.35bea3d2.woff b/dist/fonts/FuturaBT-Heavy.35bea3d2.woff
new file mode 100644
index 0000000000000000000000000000000000000000..eaebe6e9c5dd6badd01af8d72f431e9cdaf5453d
Binary files /dev/null and b/dist/fonts/FuturaBT-Heavy.35bea3d2.woff differ
diff --git a/dist/fonts/FuturaBT-Heavy.4864442f.eot b/dist/fonts/FuturaBT-Heavy.4864442f.eot
new file mode 100644
index 0000000000000000000000000000000000000000..9231c240e3ce08b8ed01337d59fb566835770240
Binary files /dev/null and b/dist/fonts/FuturaBT-Heavy.4864442f.eot differ
diff --git a/dist/fonts/FuturaBT-Heavy.d8188544.ttf b/dist/fonts/FuturaBT-Heavy.d8188544.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5532f1aa3179587930fd350bdf04909ce8476891
Binary files /dev/null and b/dist/fonts/FuturaBT-Heavy.d8188544.ttf differ
diff --git a/dist/fonts/FuturaBT-Heavy.eot b/dist/fonts/FuturaBT-Heavy.eot
new file mode 100644
index 0000000000000000000000000000000000000000..9231c240e3ce08b8ed01337d59fb566835770240
Binary files /dev/null and b/dist/fonts/FuturaBT-Heavy.eot differ
diff --git a/dist/fonts/FuturaBT-Heavy.svg b/dist/fonts/FuturaBT-Heavy.svg
new file mode 100644
index 0000000000000000000000000000000000000000..bd49e5b40652c8a6f91e40ce0d1272cfaebd5c47
--- /dev/null
+++ b/dist/fonts/FuturaBT-Heavy.svg
@@ -0,0 +1,1303 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170731 at Wed Nov 18 02:11:13 1992
+ By Aleksey,,,
+Copyright 1990-1993 Bitstream Inc.  All rights reserved.
+</metadata>
+<defs>
+<font id="FuturaBT-Heavy" horiz-adv-x="1024" >
+  <font-face 
+    font-family="Futura Hv BT"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="2048"
+    panose-1="2 11 7 2 2 2 4 2 2 4"
+    ascent="1638"
+    descent="-410"
+    x-height="981"
+    cap-height="1464"
+    bbox="-342 -483 2519 1972"
+    underline-thickness="190"
+    underline-position="-508"
+    unicode-range="U+0020-F002"
+  />
+<missing-glyph horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="629" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="629" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="688" 
+d="M201 457v1040h284v-1040h-284zM172 133q0 71 50 120.5t122 49.5q71 0 120.5 -49t49.5 -121t-49.5 -122t-120.5 -50t-121.5 51t-50.5 121z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="678" 
+d="M406 1438h192v-559h-192v559zM80 1438h192v-559h-192v559z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1575" 
+d="M709 848l-88 -244h251l86 244h-249zM709 1464h221l-146 -415h242l148 415h221l-148 -415h283l-74 -201h-280l-84 -242h290l-71 -200h-291l-148 -416h-221l148 416h-244l-149 -416h-220l146 416h-287l76 200h282l86 242h-299l74 201h297z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1255" 
+d="M111 219l174 187q36 -80 107 -123t167 -43v389q-234 99 -331 200.5t-97 241.5q0 159 126 268t333 125v115h94v-116q116 -4 205 -48t158 -133l-185 -168q-34 56 -75.5 84.5t-102.5 36.5v-367q212 -85 312 -191t100 -245q0 -177 -119 -292.5t-322 -133.5v-158h-96v156
+q-161 5 -275.5 60t-172.5 155zM590 1235q-71 -15 -112.5 -58.5t-41.5 -101.5q0 -54 38.5 -97t115.5 -75v332zM655 250q69 19 108.5 65.5t39.5 108.5q0 54 -34 92t-114 72v-338z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1731" 
+d="M741 1075q0 -191 -92.5 -298t-257.5 -107q-166 0 -259 106.5t-93 298.5q0 189 93.5 296.5t258.5 107.5q167 0 258.5 -106t91.5 -298zM254 1075q0 -125 36 -193.5t101 -68.5q68 0 102.5 66.5t34.5 195.5q0 127 -35 193.5t-102 66.5q-66 0 -101.5 -67t-35.5 -193zM510 -39
+h-150l857 1518h149zM1692 367q0 -191 -93.5 -298.5t-259.5 -107.5t-259 107t-93 299q0 189 93.5 296t258.5 107q168 0 260.5 -105.5t92.5 -297.5zM1202 365q0 -125 36 -193t101 -68q68 0 104 67.5t36 195.5q0 126 -35.5 193t-102.5 67q-66 0 -102.5 -68.5t-36.5 -193.5z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1464" 
+d="M614 934l52 31q57 35 85.5 78.5t28.5 95.5q0 63 -38.5 102t-98.5 39q-65 0 -105 -39.5t-40 -103.5q0 -29 11.5 -59t33.5 -56zM819 317l-276 332l-31 -22q-75 -55 -110 -109t-35 -115q0 -80 61 -139t145 -59q76 0 139 28.5t107 83.5zM1094 0l-125 143
+q-97 -95 -190.5 -136.5t-211.5 -41.5q-216 0 -343.5 115t-127.5 305q0 125 76.5 231t233.5 199q-83 82 -117.5 157t-34.5 163q0 149 106.5 238t286.5 89q173 0 275 -84t102 -225q0 -97 -59.5 -179t-208.5 -183l248 -287q64 61 116 116.5t97 110.5l161 -172
+q-51 -57 -105 -114.5t-118 -120.5l268 -324h-329z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="352" 
+d="M80 1438h192v-559h-192v559z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="688" 
+d="M627 1466q-108 -216 -159.5 -446.5t-51.5 -491.5q0 -287 51 -514.5t160 -429.5l-226 -53q-117 219 -177 467t-60 516q0 294 58.5 539.5t178.5 462.5z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="688" 
+d="M61 1466l226 50q119 -212 178 -462.5t59 -539.5q0 -268 -60 -516t-177 -467l-226 53q109 202 160 429.5t51 514.5q0 263 -51.5 492t-159.5 446z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="973" 
+d="M215 834l-86 137l233 121l-229 120l82 138l209 -150l-14 264h161l-14 -260l205 146l80 -138l-224 -122l220 -115l-76 -139l-207 147l16 -250h-159l16 246z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1706" 
+d="M752 1221h202v-510h498v-199h-498v-512h-202v512h-498v199h498v510z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="629" 
+d="M63 -332l193 627h307l-309 -627h-191z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="854" 
+d="M147 362v252h560v-252h-560z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="629" 
+d="M141 141q0 72 50.5 123t121.5 51t121.5 -51t50.5 -123q0 -71 -50 -120.5t-122 -49.5q-71 0 -121.5 50t-50.5 120z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="930" 
+d="M0 -190l717 1687h213l-717 -1687h-213z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1255" 
+d="M1169 721q0 -358 -143 -559t-397 -201q-256 0 -398.5 199.5t-142.5 560.5q0 356 143.5 557t397.5 201q257 0 398.5 -198.5t141.5 -559.5zM391 719q0 -236 61 -362t175 -126q117 0 177 125t60 367q0 239 -60 363t-175 124q-116 0 -177 -126t-61 -365z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="1255" 
+d="M512 0v1204h-293l123 246h465v-1450h-295z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="1255" 
+d="M1094 242v-242h-1014l520 682q108 141 150.5 222t42.5 143q0 86 -51.5 135t-141.5 49q-84 0 -134 -61.5t-50 -165.5v-7h-295v25q0 218 125 337.5t354 119.5q234 0 364 -107t130 -299q0 -216 -338 -638l-21 -25l-135 -168h494z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="1255" 
+d="M106 387h289v-4q0 -79 59.5 -128.5t155.5 -49.5q111 0 171.5 55t60.5 156q0 107 -62.5 162t-183.5 55q-6 0 -19 -1t-20 -1v256q6 0 18 -1t17 -1q108 0 162.5 46t54.5 138q0 78 -49.5 126t-130.5 48q-86 0 -135 -39t-58 -112h-278q11 186 135 286.5t346 100.5
+q213 0 338 -105t125 -284q0 -125 -67.5 -212.5t-178.5 -107.5q129 -28 205 -129t76 -246q0 -201 -143 -317.5t-390 -116.5q-225 0 -361.5 114t-136.5 300v12z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="1255" 
+d="M752 0v281h-705v135l705 1063h268v-990h154v-208h-154v-281h-268zM756 489v504q0 74 2.5 112t7.5 70q-19 -51 -45 -102t-57 -100l-316 -484h408z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="1255" 
+d="M156 317q103 -69 177 -93.5t161 -24.5q145 0 228 71.5t83 194.5q0 128 -81 197t-232 69q-80 0 -148 -21.5t-125 -64.5l-69 43l182 762h755v-246h-565l-71 -297q51 16 97.5 23.5t94.5 7.5q207 0 338 -130t131 -335q0 -236 -160 -374t-438 -138q-123 0 -226.5 29t-195.5 90
+z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="1255" 
+d="M403 451q0 -107 61 -169.5t165 -62.5q99 0 160 64t61 168q0 110 -61 172.5t-168 62.5q-96 0 -157 -66t-61 -169zM526 874q41 22 84 31.5t105 9.5q187 0 306.5 -127t119.5 -325q0 -226 -145.5 -364t-383.5 -138q-224 0 -358.5 138t-134.5 366q0 131 59.5 286t183.5 345
+l232 354h350z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1255" 
+d="M201 0l585 1204h-659v246h1044v-92l-657 -1358h-313z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1255" 
+d="M872 774q125 -38 197 -140t72 -241q0 -202 -137 -317t-381 -115q-241 0 -381 115t-140 311q0 143 72 246t199 141q-112 47 -164.5 123.5t-52.5 192.5q0 173 128 281t339 108q214 0 340.5 -108.5t126.5 -291.5q0 -108 -56 -186.5t-162 -118.5zM625 1241q-84 0 -134.5 -46
+t-50.5 -122q0 -79 48.5 -124.5t132.5 -45.5q86 0 135 44.5t49 123.5t-48.5 124.5t-131.5 45.5zM623 207q104 0 163.5 57.5t59.5 157.5q0 102 -59 159.5t-164 57.5q-104 0 -165 -59t-61 -158t60.5 -157t165.5 -58z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1255" 
+d="M856 991q0 107 -60 169.5t-163 62.5q-100 0 -161.5 -64.5t-61.5 -167.5q0 -110 60.5 -172.5t168.5 -62.5q96 0 156.5 65.5t60.5 169.5zM733 567q-42 -22 -86.5 -32.5t-101.5 -10.5q-187 0 -305.5 127t-118.5 326q0 226 144 364t382 138q225 0 360.5 -137t135.5 -363
+q0 -133 -61.5 -291t-184.5 -342l-231 -346h-351z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="688" 
+d="M172 797q0 71 50 120.5t122 49.5q71 0 120.5 -49.5t49.5 -120.5q0 -72 -49.5 -122t-120.5 -50t-121.5 50.5t-50.5 121.5zM172 143q0 72 50 121t122 49q71 0 120.5 -49t49.5 -121q0 -71 -49.5 -121.5t-120.5 -50.5t-121.5 51t-50.5 121z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="688" 
+d="M264 797q0 71 50.5 120.5t121.5 49.5q72 0 122 -49.5t50 -120.5q0 -72 -50 -122t-122 -50q-71 0 -121.5 50.5t-50.5 121.5zM80 -332l190 627h310l-310 -627h-190z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1706" 
+d="M1442 1194v-219l-893 -365l893 -364v-219l-1178 485v199z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1706" 
+d="M254 496h1198v-199h-1198v199zM254 926h1198v-199h-1198v199z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1706" 
+d="M264 1194l1178 -483v-199l-1178 -485v219l895 364l-895 365v219z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="1186" 
+d="M397 133q0 71 50.5 120.5t121.5 49.5q72 0 122 -49.5t50 -120.5t-50 -121.5t-122 -50.5q-71 0 -121.5 51t-50.5 121zM707 428h-275v428h88q102 0 158.5 58.5t56.5 162.5q0 95 -41.5 146t-120.5 51t-121 -48t-42 -141q0 -5 1 -15t1 -15h-283v32q0 186 126.5 298t334.5 112
+q203 0 320.5 -115t117.5 -315q0 -154 -82 -251t-239 -130v-258z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="2048" 
+d="M1167 272q-55 -84 -127 -123.5t-170 -39.5q-158 0 -240.5 86t-82.5 254q0 239 139.5 401t343.5 162q80 0 139 -33t97 -98l53 98h178l-147 -598q-3 -11 -5 -22.5t-2 -18.5q0 -35 24 -52.5t71 -17.5q39 0 81.5 20t79.5 56q86 80 130.5 187t44.5 235q0 240 -185.5 394.5
+t-478.5 154.5q-141 0 -262.5 -34t-220.5 -101q-170 -114 -261.5 -285t-91.5 -375q0 -307 207 -490.5t553 -183.5q162 0 316.5 49t287.5 142l82 -117q-153 -115 -324.5 -173t-357.5 -58q-192 0 -353 48.5t-286 143.5q-155 121 -232 279t-77 358q0 167 52.5 318.5t154.5 275.5
+q148 181 356 274t463 93q169 0 317.5 -45.5t258.5 -128.5q135 -105 201.5 -239.5t66.5 -303.5q0 -165 -65.5 -304.5t-188.5 -238.5q-70 -56 -152.5 -85.5t-171.5 -29.5q-106 0 -159.5 42t-55.5 124zM1217 700q-13 81 -57.5 123.5t-117.5 42.5q-114 0 -198 -124t-84 -298
+q0 -92 40.5 -140t117.5 -48q83 0 151.5 63t93.5 164z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1223" 
+d="M477 244h123q118 0 179 51.5t61 150.5q0 93 -60.5 142t-175.5 49h-127v-393zM477 879h70q142 0 201 40t59 134q0 92 -56.5 131t-197.5 39h-76v-344zM164 0v1464h274q213 0 311.5 -16.5t170.5 -54.5q85 -49 131.5 -129t46.5 -181q0 -130 -77 -208.5t-230 -104.5
+q177 -26 267.5 -115t90.5 -237q0 -108 -52 -197.5t-143 -138.5q-81 -44 -190 -63t-361 -19h-32h-207z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1470" 
+d="M1343 1083q-95 85 -195 124.5t-214 39.5q-234 0 -373 -140t-139 -376q0 -231 129 -366.5t352 -135.5q127 0 236 42.5t202 127.5l-2 -321q-100 -59 -209.5 -88t-230.5 -29q-350 0 -574.5 217.5t-224.5 552.5q0 334 225 551t580 217q119 0 230 -25t219 -77z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1542" 
+d="M477 264h174q246 0 358.5 112t112.5 355q0 242 -112.5 354.5t-358.5 112.5h-174v-934zM164 0v1464h399q236 0 372 -33t239 -110q133 -99 201.5 -249.5t68.5 -342.5q0 -195 -70 -345.5t-205 -248.5q-100 -72 -222.5 -103.5t-358.5 -31.5h-111h-313z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="1104" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-633h-313z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1645" 
+d="M891 772h667q2 -13 2.5 -28t0.5 -46q0 -329 -188 -533t-486 -204q-341 0 -562 217.5t-221 552.5q0 332 222 549t561 217q179 0 328 -75t266 -224l-211 -156q-79 98 -166 141.5t-201 43.5q-217 0 -347 -135t-130 -361q0 -222 130.5 -358.5t340.5 -136.5q154 0 250 72.5
+t96 189.5v16h-352v258z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1587" 
+d="M164 0v1464h313v-587h635v587h313v-1464h-313v612h-635v-612h-313z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="909" 
+d="M758 1464v-964q0 -165 -13 -242t-43 -131q-44 -82 -129.5 -124t-207.5 -42q-154 0 -246.5 77t-118.5 226l227 108q8 -69 35.5 -104t75.5 -35q60 0 83 43.5t23 194.5v131v862h314z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1327" 
+d="M164 0v1464h313v-663l488 663h362l-524 -667l543 -797h-377l-492 766v-766h-313z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="1010" 
+d="M164 0v1464h313v-1198h500v-266h-813z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1819" 
+d="M37 0l223 1464h328l282 -862q9 -27 19.5 -79t19.5 -119q8 68 18 121.5t19 78.5l287 860h323l224 -1464h-297l-107 883q-12 98 -16 148t-4 93q0 23 0.5 34.5t1.5 20.5q-15 -86 -28.5 -148.5t-24.5 -94.5l-310 -936h-176l-305 936q-4 13 -17.5 72t-37.5 172v-43
+q0 -102 -18 -250l-1 -4l-106 -883h-297z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1708" 
+d="M164 0v1464h325l648 -852q28 -36 61.5 -101.5t69.5 -154.5q-11 65 -16 129t-5 160v819h299v-1464h-307l-666 868q-28 36 -61 101.5t-70 156.5q11 -63 16 -127.5t5 -162.5v-836h-299z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="1139" 
+d="M479 803h45q128 0 186 53t58 170q0 108 -58 157.5t-186 49.5h-45v-430zM164 0v1464h360q288 0 425.5 -110t137.5 -340q0 -213 -138.5 -334t-383.5 -121h-86v-559h-315z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1763" 
+d="M1092 496l108 -127q68 70 104.5 164.5t36.5 195.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -211 128.5 -350t326.5 -139q17 0 47.5 3.5t72.5 10.5l-211 242h306zM1655 -170h-312l-159 188q-108 -28 -179.5 -40.5t-127.5 -12.5q-151 0 -296 59
+t-253 164q-111 108 -170.5 248.5t-59.5 294.5t59 293.5t171 249.5q109 108 252.5 165.5t302.5 57.5q156 0 299 -57.5t254 -165.5q111 -109 170 -248t59 -295q0 -172 -71 -321t-208 -265z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1241" 
+d="M1223 0h-361l-385 684v-684h-313v1464h448q267 0 400 -103.5t133 -311.5q0 -151 -91 -258t-235 -125zM477 840h47q190 0 251 41.5t61 144.5q0 108 -65.5 153.5t-246.5 45.5h-47v-385z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="1147" 
+d="M70 186l174 197q33 -81 106 -127.5t164 -46.5q110 0 174 52t64 140q0 104 -213 207q-69 33 -109 54q-192 100 -266 195.5t-74 227.5q0 181 143.5 297.5t372.5 116.5q133 0 229.5 -46.5t170.5 -145.5l-185 -177q-33 64 -87.5 95.5t-131.5 31.5q-93 0 -150 -46.5
+t-57 -120.5q0 -116 226 -212q45 -19 69 -30q186 -85 275.5 -192t89.5 -244q0 -206 -140.5 -328.5t-377.5 -122.5q-168 0 -288 58t-179 167z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="1110" 
+d="M711 1198v-1198h-314v1198h-358v266h1032v-266h-360z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1370" 
+d="M535 0l-541 1464h346l285 -913q8 -28 25 -104t36 -173q13 94 28.5 167t30.5 120l289 903h342l-545 -1464h-296z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="2058" 
+d="M1182 1464l217 -794q21 -76 39 -163t34 -195q2 91 13.5 179.5t34.5 178.5l190 794h309l-383 -1464h-301l-262 934q-19 64 -30 129t-15 135q-5 -74 -15.5 -140t-27.5 -124l-264 -934h-301l-383 1464h313l193 -813q16 -70 26 -151.5t15 -177.5q19 127 70 322l5 21l215 799
+h308z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="1229" 
+d="M549 1081q24 -41 38 -72.5t25 -66.5q13 36 29 71t39 74l207 377h332l-437 -698l451 -766h-338l-217 406q-20 37 -35.5 77t-28.5 84q-17 -52 -34 -93t-33 -71l-217 -403h-336l452 766l-440 698h334z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1241" 
+d="M465 0v668l-496 796h367l217 -401q16 -30 33 -76t35 -106q14 51 31.5 96t39.5 88l215 399h365l-494 -796v-668h-313z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1298" 
+d="M1235 0h-1229l758 1214h-680v250h1182l-758 -1212h727v-252z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="688" 
+d="M182 1497h451v-231h-199v-1483h199v-234h-451v1948z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="930" 
+d="M717 -190l-717 1687h213l717 -1687h-213z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="688" 
+d="M506 1497v-1948h-451v234h199v1483h-199v231h451z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="2048" 
+d="M897 1460h252l481 -561h-235l-371 371l-373 -371h-235z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M0 -279h1024v-204h-1024v204z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M219 1495h258l197 -369h-142z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1262" 
+d="M399 492q0 -133 65.5 -207t182.5 -74t182.5 74t65.5 207t-66.5 209.5t-183.5 76.5q-113 0 -179.5 -77t-66.5 -209zM139 0v1550h273v-559q0 -46 -3.5 -91.5t-9.5 -88.5q70 106 152 154.5t188 48.5q210 0 327.5 -138.5t117.5 -386.5q0 -239 -119 -383.5t-313 -144.5
+q-117 0 -198.5 43.5t-139.5 136.5l2 -141h-277z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="938" 
+d="M862 29q-58 -35 -122 -51.5t-140 -16.5q-232 0 -378 147.5t-146 383.5q0 231 147 376.5t381 145.5q78 0 140 -15t118 -47l-2 -286q-45 46 -104 71t-125 25q-120 0 -192 -73.5t-72 -194.5q0 -124 73.5 -197.5t198.5 -73.5q69 0 122.5 25t98.5 78z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1262" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -75.5t-66.5 -208.5t65.5 -208t181.5 -75q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 249 117.5 388t326.5 139q107 0 188 -49t152 -155
+q-5 36 -7.5 79.5t-2.5 99.5v559h270v-1550z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="678" 
+d="M174 0v758h-127v223h127v221q0 198 91 283.5t300 85.5q23 0 53.5 -4.5t79.5 -16.5v-227q-26 14 -50 20.5t-50 6.5q-75 0 -107 -39.5t-32 -136.5v-193h182v-223h-182v-758h-285z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1262" 
+d="M1120 16q0 -155 -18.5 -218t-63.5 -109q-64 -69 -164 -102t-243 -33q-239 0 -363 76t-135 231h313q7 -57 52 -84t133 -27q116 0 167.5 60t51.5 200v140q-57 -91 -137.5 -135t-190.5 -44q-202 0 -323 141.5t-121 381.5q0 244 118 382t326 138q107 0 190.5 -49.5
+t139.5 -145.5v162h268v-965zM862 492q0 130 -66 205t-180 75q-117 0 -183 -74.5t-66 -205.5t65 -204t182 -73t182.5 73t65.5 204z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1266" 
+d="M139 0v1550h279v-551q0 -46 -3 -91.5t-9 -88.5q88 103 176.5 149t197.5 46q114 0 192.5 -39t121.5 -117q22 -41 31.5 -92.5t9.5 -161.5v-31v-573h-285v485q0 181 -42 239t-144 58q-59 0 -108.5 -24.5t-82.5 -69.5q-26 -35 -37.5 -80t-11.5 -137v-39v-432h-285z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="584" 
+d="M125 1384q0 68 49 117t117 49q69 0 118.5 -48.5t49.5 -117.5t-49.5 -118t-118.5 -49q-68 0 -117 50t-49 117zM150 0v981h284v-981h-284z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="584" 
+d="M125 1384q0 68 49 117t117 49q69 0 118.5 -48.5t49.5 -117.5t-49.5 -118t-118.5 -49q-68 0 -117 50t-49 117zM150 -446v1427h284v-1427h-284z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="1157" 
+d="M139 1550h285v-1003l364 434h342l-395 -434l434 -547h-352l-393 520v-520h-285v1550z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="584" 
+d="M150 0v1550h284v-1550h-284z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1862" 
+d="M420 0h-285v981h285v-154q70 97 149.5 142t180.5 45q122 0 198.5 -50t108.5 -151q68 100 154.5 150.5t189.5 50.5q104 0 176.5 -38.5t112.5 -115.5q21 -42 30 -95t9 -161v-31v-573h-285v485q0 179 -36.5 238t-127.5 59q-110 0 -159.5 -82t-49.5 -268v-432h-285v485
+q0 173 -34 234t-117 61q-113 0 -164 -82.5t-51 -265.5v-432z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1266" 
+d="M139 0v981h279v-154q77 96 165.5 141.5t196.5 45.5q114 0 191.5 -38.5t122.5 -117.5q22 -41 31.5 -92.5t9.5 -161.5v-31v-573h-285v485q0 181 -42 239t-144 58q-59 0 -108.5 -24.5t-82.5 -69.5q-26 -35 -37.5 -80t-11.5 -137v-39v-432h-285z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1262" 
+d="M399 492q0 -133 65.5 -207t182.5 -74t182.5 74t65.5 207t-66.5 209.5t-183.5 76.5q-113 0 -179.5 -77t-66.5 -209zM139 -446v1427h273v-162q56 98 137.5 146.5t189.5 48.5q209 0 327 -138.5t118 -386.5q0 -239 -119 -383.5t-313 -144.5q-117 0 -198.5 43.5t-139.5 136.5
+q5 -37 7.5 -80.5t2.5 -99.5v-407h-285z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1262" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 -446h-284v407q0 47 3 92.5t9 87.5q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5
+q109 0 191.5 -49t138.5 -146v162h270v-1427z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="834" 
+d="M414 729q43 143 123.5 214t199.5 71q27 0 89 -10l18 -3l-43 -306q-32 13 -64.5 19.5t-68.5 6.5q-130 0 -187 -66.5t-57 -222.5v-432h-285v981h281z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="934" 
+d="M43 172l219 113q11 -57 59 -90t119 -33q70 0 110 25.5t40 70.5q0 71 -142 119q-44 15 -70 25q-173 65 -239.5 131t-66.5 163q0 144 113 233t298 89q132 0 228.5 -53t140.5 -150l-209 -104q-17 55 -59 83.5t-105 28.5t-102 -26t-39 -68q0 -73 194 -136q23 -7 35 -11
+q161 -53 229 -123.5t68 -179.5q0 -146 -113 -232t-305 -86q-152 0 -259.5 56.5t-143.5 154.5z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="633" 
+d="M174 0v758h-137v223h137v326h285v-326h137v-223h-137v-758h-285z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="1053" 
+d="M381 0l-399 981h329l166 -510q20 -62 32 -115t17 -104q12 77 24 131t28 98l167 500h324l-403 -981h-285z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1673" 
+d="M991 981l142 -508q4 -15 10.5 -53t23.5 -156q9 46 22.5 97t33.5 114l153 506h310l-340 -981h-304l-147 508q-4 14 -13 45q-33 115 -48 188q-13 -68 -25.5 -124t-26.5 -105l-151 -512h-303l-340 981h311l150 -487q20 -66 33 -119.5t22 -109.5q8 61 19 117.5t26 109.5
+l131 489h311z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="1020" 
+d="M319 0h-337l348 498l-330 483h356l97 -182q18 -35 32.5 -72t26.5 -78q11 38 27 75.5t39 76.5l104 180h338l-336 -477l354 -504h-354l-115 201q-20 38 -35.5 75.5t-25.5 75.5q-10 -39 -26 -75.5t-42 -77.5z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="1053" 
+d="M381 76l-395 905h329l170 -449q17 -42 28 -96.5t17 -121.5q10 54 25 110t37 119l149 438h326l-584 -1427h-315z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="985" 
+d="M940 0h-940l520 758h-457v223h889l-514 -758h502v-223z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M883 1477v-209q-9 0 -25 1t-22 1q-101 0 -136.5 -38.5t-35.5 -162.5v-240q0 -148 -45 -210t-162 -89q117 -27 162 -88t45 -209v-241q0 -123 35 -161t137 -38q6 0 22 1t25 1v-209q-14 0 -39 -1t-37 -1q-100 0 -167 12t-114 37q-57 34 -80.5 91.5t-23.5 199.5v252
+q0 137 -51 194.5t-172 57.5q-6 0 -20 -1t-21 -1v209q7 0 21 -1t20 -1q120 0 171.5 58t51.5 196v250q0 143 23.5 201t80.5 92q47 25 114 37t167 12q12 0 37 -1t39 -1z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M410 1565h206v-2048h-206v2048z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M143 1477h68q110 0 177 -12t112 -38q57 -32 80.5 -91.5t23.5 -198.5v-252q0 -137 51 -194.5t172 -57.5q6 0 20 1t21 1v-209h-37q-125 0 -176 -56t-51 -194v-252q0 -143 -23.5 -201t-80.5 -90q-47 -25 -114 -37t-167 -12q-12 0 -37 1t-39 1v209q9 0 25 -1t22 -1
+q101 0 136.5 38.5t35.5 160.5v239q0 150 45 211.5t162 87.5q-117 27 -162 89t-45 210v242q0 122 -35.5 160.5t-136.5 38.5q-6 0 -22 -1t-25 -1v209z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1706" 
+d="M1530 803v-221q-104 -71 -196.5 -104.5t-182.5 -33.5q-46 0 -92 8t-92 23q-24 8 -71 25q-219 75 -333 75q-85 0 -177.5 -37.5t-207.5 -119.5v221q107 72 204 107.5t183 35.5q117 0 291 -58q3 -1 4 -1q18 -6 55 -19q155 -55 240 -55t175 37t200 117z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="1255" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="688" 
+d="M201 1004h284v-1043h-284v1043zM172 1327q0 70 50.5 120t121.5 50q72 0 121 -49.5t49 -120.5t-49.5 -120.5t-120.5 -49.5q-72 0 -122 49.5t-50 120.5z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1255" 
+d="M961 256q-49 -26 -102.5 -42.5t-113.5 -23.5v-202h-112v202q-223 39 -341 179t-118 364q0 200 124.5 338t334.5 170v166h112v-164q56 -6 109 -21t107 -40l-3 -287q-44 46 -102.5 70t-126.5 24q-120 0 -192 -72.5t-72 -193.5q0 -124 73.5 -197t198.5 -73q70 0 123.5 24
+t97.5 76z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1255" 
+d="M487 274h17q65 0 179.5 -45t170.5 -45q55 0 97 27.5t75 83.5l154 -164q-54 -86 -128 -130t-163 -44q-114 0 -271 56.5t-196 56.5q-52 0 -107 -32t-100 -89l-156 153q68 87 134 130t143 51q23 23 33 51t10 76q0 51 -13.5 95t-41.5 85h-226v143h162q-54 80 -80 155t-26 148
+q0 188 153.5 315.5t384.5 127.5q211 0 350.5 -120t145.5 -304l-277 -37q-7 106 -66 161.5t-163 55.5q-100 0 -162.5 -54.5t-62.5 -140.5q0 -71 83 -266q11 -27 17 -41h367v-143h-315q2 -27 3.5 -43.5t1.5 -26.5q0 -71 -29 -128t-98 -118z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1241" 
+d="M623 1161q-113 0 -195 -82t-82 -194q0 -114 81 -194.5t196 -80.5q113 0 194.5 80.5t81.5 194.5q0 112 -81.5 194t-194.5 82zM172 1438l205 -203q54 39 114 58.5t130 19.5t131.5 -19.5t115.5 -58.5l203 203l105 -107l-203 -205q38 -53 57 -113.5t19 -127.5t-19 -127
+t-57 -115l203 -205l-105 -104l-203 203q-54 -40 -115 -59t-130 -19q-72 0 -132.5 19t-113.5 59l-205 -203l-104 104l202 205q-38 54 -56.5 113.5t-18.5 128.5q0 67 18.5 127.5t56.5 113.5l-202 205z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1255" 
+d="M489 0v537h-475v168h447l-99 159h-348v168h244l-264 420h332l227 -399q20 -37 40 -85t38 -104q16 55 35 101.5t43 87.5l229 399h330l-262 -420h231v-168h-338l-98 -159h436v-168h-463v-537h-285z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M410 408h206v-758h-206v758zM410 1432h206v-758h-206v758z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1176" 
+d="M414 874q-124 36 -184 106.5t-60 178.5q0 150 122.5 245t319.5 95q186 0 294 -89.5t108 -244.5v-28h-266q-5 81 -46 119t-127 38q-65 0 -107 -36t-42 -93t45 -101.5t141 -82.5q297 -115 381 -205.5t84 -230.5q0 -129 -77.5 -217t-225.5 -127q113 -39 174.5 -120
+t61.5 -192q0 -158 -116 -250t-319 -92q-196 0 -315 99t-119 260q0 4 1 14.5t1 16.5l265 -1q1 -90 44.5 -137t127.5 -47q80 0 127 41t47 109q0 113 -225 204q-27 11 -42 17q-223 92 -302 179.5t-79 225.5q0 133 78 220.5t230 125.5zM588 326q89 0 152 60.5t63 148.5
+q0 87 -63 148.5t-152 61.5t-152 -61.5t-63 -148.5q0 -88 62.5 -148.5t152.5 -60.5z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M569 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM195 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1706" 
+d="M1212 897h-188q-8 70 -53 108.5t-119 38.5q-91 0 -143 -81.5t-52 -227.5q0 -147 52 -224t151 -77q73 0 117 42t53 119l193 1q-8 -139 -109 -223t-260 -84q-186 0 -293.5 118t-107.5 322q0 206 109.5 328.5t293.5 122.5q152 0 250.5 -78t105.5 -205zM854 1356
+q-128 0 -239.5 -46t-198.5 -134q-89 -90 -136 -203.5t-47 -237.5q0 -125 47 -237t136 -201q88 -88 201 -135t237 -47t237.5 47t204.5 137q88 86 133.5 197t45.5 239q0 126 -46.5 238.5t-134.5 200.5q-89 89 -201 135.5t-239 46.5zM852 1479q152 0 287.5 -56t242.5 -163
+q105 -105 160 -240.5t55 -286.5q0 -152 -54.5 -284t-160.5 -236q-111 -108 -248 -165.5t-282 -57.5q-147 0 -280.5 56.5t-241.5 164.5q-107 106 -163 240.5t-56 281.5q0 149 56 284.5t163 244.5q105 106 238 161.5t284 55.5z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="938" 
+d="M109 610h684v-123h-684v123zM463 1325q-84 0 -131 -53t-47 -146t46.5 -145.5t129.5 -52.5t129.5 51.5t46.5 144.5q0 92 -47 146.5t-127 54.5zM629 1374v101h223v-703h-227l2 86q-30 -54 -92.5 -83.5t-149.5 -29.5q-152 0 -244 103t-92 274q0 176 91 275.5t251 99.5
+q83 0 143 -31t95 -92z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="1059" 
+d="M573 836l-276 -351l270 -346l-149 -106l-355 454l357 455zM995 836l-278 -351l270 -346l-149 -106l-353 454l357 455z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1706" 
+d="M254 864h1198v-502h-199v306h-999v196z" />
+    <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="854" 
+d="M147 362v252h560v-252h-560z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1706" 
+d="M745 1034v-239h99q88 0 129 28t41 88q0 63 -44 93t-136 30h-89zM545 1161h323q176 0 264.5 -59.5t88.5 -177.5q0 -82 -48 -140t-133 -79l185 -369h-224l-157 338h-99v-338h-200v825zM854 1356q-127 0 -236 -44.5t-196 -131.5q-91 -91 -140 -206.5t-49 -238.5
+q0 -124 46 -235.5t133 -198.5q89 -91 203 -139.5t237 -48.5q120 0 233.5 47t206.5 135q87 84 135 196t48 232q0 133 -44.5 245t-132.5 201q-90 93 -202.5 140t-241.5 47zM852 1479q154 0 290.5 -57.5t243.5 -166.5q103 -104 157 -238t54 -284q0 -152 -56 -287.5t-163 -238.5
+q-107 -105 -243.5 -161t-282.5 -56q-149 0 -285 58t-243 167q-104 105 -158.5 238.5t-54.5 279.5q0 102 27 198.5t81 188.5q101 170 267 264.5t366 94.5z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M225 1229v155h574v-155h-574z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="674" 
+d="M338 1335q-73 0 -124.5 -51t-51.5 -123q0 -74 51 -125t125 -51q72 0 123 52t51 124t-51 123t-123 51zM338 1464q126 0 214.5 -89.5t88.5 -215.5q0 -125 -89 -214t-216 -89q-126 0 -213.5 88t-87.5 215t88.5 216t214.5 89z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1706" 
+d="M254 197h1198v-199h-1198v199zM752 1223h202v-326h498v-199h-498v-325h-202v325h-498v199h498v326z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="829" 
+d="M721 721v-146h-668l342 410q72 84 99.5 132.5t27.5 86.5q0 52 -33.5 81.5t-93.5 29.5q-54 0 -87.5 -37.5t-33.5 -99.5v-4h-194v14q0 131 82.5 202.5t232.5 71.5q156 0 241 -64t85 -179q0 -132 -229 -390l-6 -7l-91 -101h326z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="829" 
+d="M70 807h190v-2q0 -48 39.5 -77.5t103.5 -29.5q73 0 112.5 33t39.5 94q0 64 -40.5 96.5t-121.5 32.5h-24v154q2 0 10 -1t12 -1q71 0 107.5 28t36.5 83q0 46 -33 75t-86 29q-57 0 -89 -23t-38 -67h-185q7 111 89 171t229 60q141 0 223 -63t82 -170q0 -74 -45 -127t-117 -64
+q85 -17 135 -78t50 -147q0 -121 -94 -190.5t-257 -69.5q-150 0 -239.5 68t-89.5 180v6z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M805 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1249" 
+d="M205 1092h289l-76 -435q-15 -80 -23 -151.5t-8 -116.5q0 -93 42 -138.5t128 -45.5q100 0 155.5 82t92.5 291l90 514h289l-193 -1092h-268l18 117q-42 -78 -93.5 -114t-121.5 -36q-67 0 -119 29.5t-94 91.5l-90 -526h-286z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M983 1479v-111h-113v-1368h-151v1368h-158v-1368h-153v784q-167 6 -267 101t-100 245q0 158 107 253.5t284 95.5h551z" />
+    <glyph glyph-name="glyph121" unicode="&#xb7;" horiz-adv-x="629" 
+d="M141 721q0 71 50.5 120.5t121.5 49.5q72 0 122 -49.5t50 -120.5t-50 -121.5t-122 -50.5q-71 0 -121.5 51t-50.5 121z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M238 -438v127q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90h15q116 0 175.5 -48.5t59.5 -144.5q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="829" 
+d="M338 575v723h-195l82 148h307v-871h-194z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="934" 
+d="M109 610h716v-123h-716v123zM467 1298q-85 0 -134.5 -47.5t-49.5 -128.5t49.5 -128.5t134.5 -47.5t134.5 47.5t49.5 128.5t-49.5 128.5t-134.5 47.5zM469 1497q183 0 300.5 -106t117.5 -269q0 -162 -118 -269.5t-300 -107.5q-184 0 -303 108t-119 269q0 159 120.5 267
+t301.5 108z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="1059" 
+d="M485 836l154 106l356 -455l-354 -454l-147 106l268 346zM63 836l154 106l356 -455l-352 -454l-149 106l270 346z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1925" 
+d="M1606 0v158h-445v75l445 594h170v-553h96v-116h-96v-158h-170zM1608 274v283q0 41 2 61.5t6 38.5q-18 -37 -33.5 -64t-32.5 -48l-198 -271h256zM449 -39l874 1518h150l-875 -1518h-149zM322 633v674h-185l78 137h293v-811h-186z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1925" 
+d="M1821 135v-135h-637l327 381q71 84 96 127.5t25 77.5q0 48 -32.5 76t-88.5 28q-53 0 -84.5 -35t-31.5 -94v-2h-187v12q0 124 79 190t224 66q147 0 228.5 -59.5t81.5 -167.5q0 -122 -215 -359l-11 -12l-84 -94h310zM449 -39l874 1518h150l-875 -1518h-149zM322 633v674
+h-185l78 137h293v-811h-186z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1923" 
+d="M1606 0v158h-445v75l445 594h170v-553h96v-116h-96v-158h-170zM1608 274v283q0 41 2 61.5t6 38.5q-18 -37 -33.5 -64t-32.5 -48l-198 -271h256zM449 -39l874 1518h150l-875 -1518h-149zM68 850h182v-2q0 -45 37 -72.5t98 -27.5q70 0 107.5 30.5t37.5 87.5q0 60 -39 90.5
+t-116 30.5q-3 0 -11 -1t-14 -1v143h23q68 0 102.5 26t34.5 77q0 44 -31.5 71t-83.5 27q-53 0 -83.5 -22t-37.5 -64h-174q7 105 85 161t218 56q135 0 213 -58.5t78 -158.5q0 -69 -42.5 -118t-112.5 -60q82 -17 130 -73.5t48 -137.5q0 -113 -90.5 -178.5t-245.5 -65.5
+q-141 0 -227 64t-86 168v8z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1186" 
+d="M801 1327q0 -71 -50.5 -120.5t-121.5 -49.5q-72 0 -122 49.5t-50 120.5t50 120.5t122 49.5q71 0 121.5 -50t50.5 -120zM492 1032h274v-428h-88q-103 0 -159 -57.5t-56 -163.5q0 -95 41.5 -146t120.5 -51q80 0 121.5 48.5t41.5 140.5q0 5 -1 15t-1 16h283v-33
+q0 -186 -126.5 -299t-334.5 -113q-202 0 -320 116t-118 316q0 154 82 251.5t240 129.5v258z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM438 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM1024 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM416 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM1048 1923q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5
+t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM788 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5z
+M414 1786q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1460" 
+d="M608 1712q0 -49 35 -84t84 -35q50 0 84.5 34.5t34.5 84.5t-34.5 84.5t-84.5 34.5q-49 0 -84 -35t-35 -84zM674 1036l-158 -479h406l-164 483q-9 30 -20.5 82.5t-20.5 114.5q-12 -70 -23.5 -124t-19.5 -77zM-10 0l557 1464h121q-94 19 -147.5 85t-53.5 163q0 108 76 184
+t184 76q109 0 184.5 -76t75.5 -184q0 -94 -50.5 -159.5t-141.5 -88.5h110l565 -1464h-356l-119 311h-567l-102 -311h-336z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="2038" 
+d="M961 559l-164 471q-10 32 -21 84t-20 112q-10 -61 -21.5 -114.5t-21.5 -87.5l-158 -465h406zM1135 0l-101 317h-567l-102 -317h-336l557 1464h956l86 -264h-575l96 -309h553l88 -256h-553l119 -369h577l88 -266h-886z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1470" 
+d="M1343 1083q-95 85 -195 124.5t-214 39.5q-234 0 -373 -140t-139 -376q0 -231 129 -366.5t352 -135.5q127 0 236 42.5t202 127.5l-2 -321q-100 -59 -209.5 -88t-230.5 -29q-350 0 -574.5 217.5t-224.5 552.5q0 334 225 551t580 217q119 0 230 -25t219 -77zM617 -438v127
+q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90h15q116 0 175.5 -48.5t59.5 -144.5q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862zM299 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862zM885 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862zM277 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862zM649 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM275 1786q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37
+q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM35 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM621 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM13 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM385 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM11 1786q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1563" 
+d="M496 264h174q246 0 358.5 112t112.5 355q0 239 -115 353t-356 114h-174v-340h323v-229h-323v-365zM182 0v629h-182v229h182v606h391q238 0 354 -24t210 -80q158 -95 241.5 -257t83.5 -374q0 -194 -70 -345t-204 -249q-101 -72 -223 -103.5t-359 -31.5h-110h-314z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1708" 
+d="M164 0v1464h325l648 -852q28 -36 61.5 -101.5t69.5 -154.5q-11 65 -16 129t-5 160v819h299v-1464h-307l-666 868q-28 36 -61 101.5t-70 156.5q11 -63 16 -127.5t5 -162.5v-836h-299zM1171 1923q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8
+t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM590 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM1176 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM568 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM1200 1923q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5
+t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM940 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM566 1786q0 51 39.5 90t91.5 39
+q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1706" 
+d="M416 1202l450 -450l451 450l141 -139l-450 -453l450 -450l-141 -140l-451 451l-450 -451l-140 140l451 450l-451 453z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1763" 
+d="M1174 1118q-53 50 -131 77.5t-166 27.5q-198 0 -326.5 -143.5t-128.5 -362.5q0 -74 19.5 -140.5t62.5 -138.5zM598 336q64 -51 131.5 -73.5t153.5 -22.5q201 0 329.5 140.5t128.5 358.5q0 74 -20 140t-64 135zM199 -70l-101 93l195 200q-101 118 -148 240.5t-47 267.5
+q0 155 59.5 295t170.5 248q111 109 255.5 167t301.5 58q130 0 251.5 -43t243.5 -133l193 197l98 -86l-198 -199q96 -109 144 -232.5t48 -265.5q0 -137 -45 -261.5t-133 -229.5q-113 -135 -270 -208t-334 -73q-129 0 -247 39t-243 123z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311zM500 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311zM1086 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311zM478 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311zM850 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM476 1786
+q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1241" 
+d="M465 0v668l-496 796h367l217 -401q16 -30 33 -76t35 -106q14 51 31.5 96t39.5 88l215 399h365l-494 -796v-668h-313zM914 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1139" 
+d="M479 549h45q128 0 186 54t58 171q0 108 -57.5 156.5t-186.5 48.5h-45v-430zM164 0v1464h315v-252h45q287 0 425 -111t138 -341q0 -212 -138.5 -332.5t-383.5 -120.5h-86v-307h-315z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1235" 
+d="M139 0v1034q0 126 10.5 193t34.5 121q49 104 160.5 162.5t265.5 58.5q221 0 341 -101t120 -286q0 -112 -51.5 -188.5t-175.5 -147.5q148 -19 230.5 -124t82.5 -276q0 -224 -131.5 -346.5t-374.5 -122.5q-25 0 -52 1.5t-56 3.5v229q15 -1 30.5 -1.5t36.5 -0.5
+q126 0 193 64t67 184q0 129 -74.5 193.5t-224.5 64.5l-3 -1q-13 -1 -25 -1v223h18q114 0 169.5 54t55.5 163q0 83 -46 131.5t-126 48.5q-109 0 -149.5 -84.5t-40.5 -412.5v-111v-725h-285z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM352 1495h258l197 -369h-142z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM938 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM330 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM962 1446q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM702 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM328 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1251" 
+d="M506 1343q0 -51 35.5 -86.5t87.5 -35.5q50 0 86.5 36t36.5 86q0 51 -36 86t-87 35q-52 0 -87.5 -35t-35.5 -86zM362 1343q0 111 78 189t189 78q110 0 188 -78t78 -189t-77.5 -188.5t-188.5 -77.5t-189 77.5t-78 188.5zM862 492q0 132 -66.5 209t-179.5 77
+q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162h270v-981z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1841" 
+d="M1755 420h-768q17 -106 79.5 -158.5t170.5 -52.5q80 0 139 30t99 91l239 -117q-80 -124 -198 -188t-267 -64q-116 0 -205.5 39t-158.5 121q-76 -74 -189 -117t-233 -43q-176 0 -289 96t-113 244t106.5 237t283.5 89q88 0 161 -17.5t138 -53.5q3 14 4.5 26.5t1.5 23.5
+q0 94 -78.5 149.5t-210.5 55.5q-79 0 -150.5 -22.5t-162.5 -77.5v229q76 40 160 59t184 19q129 0 227 -37.5t160 -110.5q75 77 159.5 112.5t190.5 35.5q236 0 379 -139.5t143 -368.5q0 -30 -0.5 -50t-1.5 -40zM1462 592q-12 92 -70.5 139t-160.5 47q-100 0 -158.5 -46
+t-77.5 -140h467zM762 309q0 63 -59 101.5t-156 38.5q-99 0 -157 -39t-58 -105q0 -61 53.5 -98t142.5 -37q109 0 171.5 37.5t62.5 101.5z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="938" 
+d="M862 29q-58 -35 -122 -51.5t-140 -16.5q-232 0 -378 147.5t-146 383.5q0 231 147 376.5t381 145.5q78 0 140 -15t118 -47l-2 -286q-45 46 -104 71t-125 25q-120 0 -192 -73.5t-72 -194.5q0 -124 73.5 -197.5t198.5 -73.5q69 0 122.5 25t98.5 78zM297 -438v127
+q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90h15q116 0 175.5 -48.5t59.5 -144.5q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5zM295 1495h258l197 -369h-142z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5zM881 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5zM273 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5zM645 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM271 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284zM0 1495h258l197 -369h-142z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284zM586 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284zM-22 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284zM350 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM-24 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1276" 
+d="M881 475q0 115 -70 182.5t-188 67.5q-119 0 -188.5 -67.5t-69.5 -182.5q0 -114 69.5 -182t188.5 -68q118 0 188 68t70 182zM813 897q-55 83 -116 148t-132 114l-334 -160l-69 127l270 127q-36 25 -75 47t-97 50l117 196q67 -29 141.5 -73t159.5 -105l319 156l76 -127
+l-264 -127q187 -177 271.5 -351t84.5 -382q0 -274 -142 -425t-398 -151q-239 0 -394 144.5t-155 361.5q0 208 144 352t353 144q69 0 128 -16.5t112 -49.5z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1266" 
+d="M139 0v981h279v-154q77 96 165.5 141.5t196.5 45.5q114 0 191.5 -38.5t122.5 -117.5q22 -41 31.5 -92.5t9.5 -161.5v-31v-573h-285v485q0 181 -42 239t-144 58q-59 0 -108.5 -24.5t-82.5 -69.5q-26 -35 -37.5 -80t-11.5 -137v-39v-432h-285zM950 1446
+q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM332 1495h258l197 -369h-142z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM918 1495l-313 -369h-142l197 369h258z
+" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM310 1126l196 369h238l196 -369h-141
+l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM942 1446q-28 -127 -78 -184.5
+t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM682 1309q0 51 39.5 90t91.5 39
+q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM308 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1706" 
+d="M854 369q62 0 107 -45t45 -107q0 -61 -45 -105t-107 -44q-63 0 -107.5 43t-44.5 106t44.5 107.5t107.5 44.5zM254 711h1198v-199h-1198v199zM854 1155q62 0 107 -44.5t45 -106.5q0 -63 -44.5 -107.5t-107.5 -44.5t-107.5 44.5t-44.5 107.5t44.5 107t107.5 44z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1247" 
+d="M467 270q36 -23 73 -34t89 -11q115 0 185.5 73t70.5 191q0 35 -8.5 66t-28.5 68zM770 713q-38 20 -75 29.5t-81 9.5q-113 0 -181 -72t-68 -195q0 -34 6 -63.5t18 -56.5zM115 -55l-72 100l139 127q-52 63 -78 141.5t-26 171.5q0 228 155 378.5t392 150.5q105 0 186 -26
+t166 -85l143 133l86 -86l-147 -137q59 -71 85.5 -150t26.5 -184q0 -219 -155.5 -368.5t-390.5 -149.5q-110 0 -202 31.5t-157 91.5z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283zM342 1495h258l197 -369h-142z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283zM928 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283zM320 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283zM692 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5z
+M318 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="1053" 
+d="M381 76l-395 905h329l170 -449q17 -42 28 -96.5t17 -121.5q10 54 25 110t37 119l149 438h326l-584 -1427h-315zM819 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1266" 
+d="M399 492q0 -133 65.5 -207t182.5 -74q118 0 183 73.5t65 207.5q0 133 -66.5 209.5t-183.5 76.5q-113 0 -179.5 -76.5t-66.5 -209.5zM414 141q5 -34 7.5 -72t2.5 -108v-407h-285v1996h285v-592q0 -39 -3 -72.5t-9 -66.5q56 98 137.5 146.5t189.5 48.5q209 0 327 -138.5
+t118 -386.5q0 -239 -119 -383.5t-313 -144.5q-117 0 -198.5 43.5t-139.5 136.5z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="1053" 
+d="M381 76l-395 905h329l170 -449q17 -42 28 -96.5t17 -121.5q10 54 25 110t37 119l149 438h326l-584 -1427h-315zM583 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM209 1309q0 51 39.5 90t91.5 39q53 0 91 -38
+t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1470" 
+d="M1343 1083q-95 85 -195 124.5t-214 39.5q-234 0 -373 -140t-139 -376q0 -231 129 -366.5t352 -135.5q127 0 236 42.5t202 127.5l-2 -321q-100 -59 -209.5 -88t-230.5 -29q-350 0 -574.5 217.5t-224.5 552.5q0 334 225 551t580 217q119 0 230 -25t219 -77zM1182 1972
+l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="938" 
+d="M862 29q-58 -35 -122 -51.5t-140 -16.5q-232 0 -378 147.5t-146 383.5q0 231 147 376.5t381 145.5q78 0 140 -15t118 -47l-2 -286q-45 46 -104 71t-125 25q-120 0 -192 -73.5t-72 -194.5q0 -124 73.5 -197.5t198.5 -73.5q69 0 122.5 25t98.5 78zM866 1495l-313 -369h-142
+l197 369h258z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1470" 
+d="M1343 1083q-95 85 -195 124.5t-214 39.5q-234 0 -373 -140t-139 -376q0 -231 129 -366.5t352 -135.5q127 0 236 42.5t202 127.5l-2 -321q-100 -59 -209.5 -88t-230.5 -29q-350 0 -574.5 217.5t-224.5 552.5q0 334 225 551t580 217q119 0 230 -25t219 -77zM574 1972h139
+l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="938" 
+d="M862 29q-58 -35 -122 -51.5t-140 -16.5q-232 0 -378 147.5t-146 383.5q0 231 147 376.5t381 145.5q78 0 140 -15t118 -47l-2 -286q-45 46 -104 71t-125 25q-120 0 -192 -73.5t-72 -194.5q0 -124 73.5 -197.5t198.5 -73.5q69 0 122.5 25t98.5 78zM258 1495h139l176 -217
+l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1280" 
+d="M862 805q-5 31 -7.5 67.5t-2.5 106.5v182h-334v176h334v213h270v-213h158v-176h-158v-1161h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-192 0 -313 143.5t-121 372.5q0 248 117 386t327 138q105 0 187 -47t153 -149zM367 485q0 -126 66.5 -200t180.5 -74
+q116 0 182 73.5t66 200.5q0 130 -66.5 206.5t-179.5 76.5q-115 0 -182 -76t-67 -207z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1645" 
+d="M891 772h667q2 -13 2.5 -28t0.5 -46q0 -329 -188 -533t-486 -204q-341 0 -562 217.5t-221 552.5q0 332 222 549t561 217q179 0 328 -75t266 -224l-211 -156q-79 98 -166 141.5t-201 43.5q-217 0 -347 -135t-130 -361q0 -222 130.5 -358.5t340.5 -136.5q154 0 250 72.5
+t96 189.5v16h-352v258zM514 1939h123q6 -77 51 -113t135 -36q91 0 134.5 35.5t49.5 113.5h123q-12 -158 -85.5 -230.5t-221.5 -72.5t-223.5 74.5t-85.5 228.5z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1262" 
+d="M1120 16q0 -155 -18.5 -218t-63.5 -109q-64 -69 -164 -102t-243 -33q-239 0 -363 76t-135 231h313q7 -57 52 -84t133 -27q116 0 167.5 60t51.5 200v140q-57 -91 -137.5 -135t-190.5 -44q-202 0 -323 141.5t-121 381.5q0 244 118 382t326 138q107 0 190.5 -49.5
+t139.5 -145.5v162h268v-965zM862 492q0 130 -66 205t-180 75q-117 0 -183 -74.5t-66 -205.5t65 -204t182 -73t182.5 73t65.5 204zM322 1462h123q6 -77 51 -113t135 -36q91 0 134.5 35.5t49.5 113.5h123q-12 -158 -85.5 -230.5t-221.5 -72.5t-223.5 74.5t-85.5 228.5z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM193 1784q0 53 41 95t94 42q55 0 96 -41t41 -96q0 -58 -39 -97t-98 -39q-55 0 -95 40t-40 96z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="1026" 
+d="M180 0v512l-121 -84l-122 186l243 172v678h314v-491l206 143l123 -188l-329 -230v-432h499v-266h-813z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="621" 
+d="M168 0v518l-96 -69l-107 155l203 144v802h285v-616l96 70l106 -154l-202 -145v-705h-285z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="2339" 
+d="M1346 1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862l-3 166q-75 -103 -188 -152t-274 -49q-133 0 -257.5 44.5t-228.5 129.5q-134 112 -207 266t-73 326q0 153 57.5 292.5t167.5 252.5q110 112 244 166.5t297 54.5q152 0 266.5 -50t200.5 -155zM889 240
+q201 0 325.5 135t124.5 354q0 216 -125.5 355t-324.5 139q-194 0 -322.5 -142.5t-128.5 -351.5q0 -213 126 -351t325 -138z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="2050" 
+d="M1651 592q-13 92 -71.5 140t-160.5 48q-99 0 -158 -47t-77 -141h467zM1943 420h-767q16 -106 78.5 -158.5t170.5 -52.5q81 0 139.5 30t98.5 91l242 -115q-80 -125 -199.5 -189.5t-273.5 -64.5q-144 0 -251.5 47t-162.5 133q-78 -94 -173.5 -137t-228.5 -43
+q-233 0 -386.5 150.5t-153.5 375.5q0 226 156.5 376.5t394.5 150.5q134 0 228 -46t161 -143q69 98 164.5 143.5t232.5 45.5q246 0 389.5 -136t143.5 -368q0 -30 -0.5 -49.5t-2.5 -40.5zM881 487q0 121 -70.5 193t-187.5 72q-118 0 -188 -72t-70 -193q0 -120 70 -192t188 -72
+q117 0 187.5 72t70.5 192z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1147" 
+d="M70 186l174 197q33 -81 106 -127.5t164 -46.5q110 0 174 52t64 140q0 104 -213 207q-69 33 -109 54q-192 100 -266 195.5t-74 227.5q0 181 143.5 297.5t372.5 116.5q133 0 229.5 -46.5t170.5 -145.5l-185 -177q-33 64 -87.5 95.5t-131.5 31.5q-93 0 -150 -46.5
+t-57 -120.5q0 -116 226 -212q45 -19 69 -30q186 -85 275.5 -192t89.5 -244q0 -206 -140.5 -328.5t-377.5 -122.5q-168 0 -288 58t-179 167zM299 -438v127q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90
+h15q116 0 175.5 -48.5t59.5 -144.5q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="934" 
+d="M43 172l219 113q11 -57 59 -90t119 -33q70 0 110 25.5t40 70.5q0 71 -142 119q-44 15 -70 25q-173 65 -239.5 131t-66.5 163q0 144 113 233t298 89q132 0 228.5 -53t140.5 -150l-209 -104q-17 55 -59 83.5t-105 28.5t-102 -26t-39 -68q0 -73 194 -136q23 -7 35 -11
+q161 -53 229 -123.5t68 -179.5q0 -146 -113 -232t-305 -86q-152 0 -259.5 56.5t-143.5 154.5zM193 -438v127q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90h15q116 0 175.5 -48.5t59.5 -144.5
+q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1147" 
+d="M70 186l174 197q33 -81 106 -127.5t164 -46.5q110 0 174 52t64 140q0 104 -213 207q-69 33 -109 54q-192 100 -266 195.5t-74 227.5q0 181 143.5 297.5t372.5 116.5q133 0 229.5 -46.5t170.5 -145.5l-185 -177q-33 64 -87.5 95.5t-131.5 31.5q-93 0 -150 -46.5
+t-57 -120.5q0 -116 226 -212q45 -19 69 -30q186 -85 275.5 -192t89.5 -244q0 -206 -140.5 -328.5t-377.5 -122.5q-168 0 -288 58t-179 167zM258 1972h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="934" 
+d="M43 172l219 113q11 -57 59 -90t119 -33q70 0 110 25.5t40 70.5q0 71 -142 119q-44 15 -70 25q-173 65 -239.5 131t-66.5 163q0 144 113 233t298 89q132 0 228.5 -53t140.5 -150l-209 -104q-17 55 -59 83.5t-105 28.5t-102 -26t-39 -68q0 -73 194 -136q23 -7 35 -11
+q161 -53 229 -123.5t68 -179.5q0 -146 -113 -232t-305 -86q-152 0 -259.5 56.5t-143.5 154.5zM152 1495h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1241" 
+d="M465 0v668l-496 796h367l217 -401q16 -30 33 -76t35 -106q14 51 31.5 96t39.5 88l215 399h365l-494 -796v-668h-313zM678 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM304 1786q0 51 39.5 90t91.5 39
+q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1298" 
+d="M1235 0h-1229l758 1214h-680v250h1182l-758 -1212h727v-252zM334 1972h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="985" 
+d="M940 0h-940l520 758h-457v223h889l-514 -758h502v-223zM179 1495h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1255" 
+d="M958 737h-202l-88 -712q-34 -273 -116.5 -374.5t-254.5 -101.5q-43 0 -80.5 11t-77.5 34l45 205q24 -10 44 -15t36 -5q69 0 99 50.5t53 256.5l76 651h-189l19 211h196l17 152q23 198 95.5 288.5t207.5 90.5q49 0 100 -10.5t104 -30.5l-18 -203q-45 20 -66.5 26.5
+t-39.5 6.5q-56 0 -82.5 -39.5t-42.5 -171.5l-13 -109h201z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M197 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M197 1495h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M203 1462h123q6 -77 51 -113t135 -36q91 0 134.5 35.5t49.5 113.5h123q-12 -158 -85.5 -230.5t-221.5 -72.5t-223.5 74.5t-85.5 228.5z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M377 1307q0 53 41 95t94 42q55 0 96 -41t41 -96q0 -58 -39 -97t-98 -39q-55 0 -95 40t-40 96z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M391 1372q0 -51 34.5 -86t86.5 -35q51 0 87 35.5t36 85.5q0 51 -36 87t-87 36t-86 -35.5t-35 -87.5zM248 1372q0 111 77 188.5t187 77.5q111 0 188.5 -77.5t77.5 -188.5t-77.5 -188.5t-188.5 -77.5t-187.5 77t-76.5 189z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M627 0q-62 -50 -94.5 -102.5t-32.5 -102.5q0 -40 20 -60t62 -20h102v-174h-106q-118 0 -178 46.5t-60 138.5q0 71 45 136t145 138h97z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M829 1446q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M563 1126l154 369h229l-270 -369h-113zM295 1126l115 369h221l-232 -369h-104z" />
+    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="1575" 
+d="M1227 256h291v-256h-609v291q126 86 192 217.5t66 296.5q0 203 -101.5 319.5t-279.5 116.5q-177 0 -278.5 -116.5t-101.5 -319.5q0 -164 66 -296.5t192 -217.5v-291h-609v256h291q-126 121 -187 260t-61 303q0 313 188 501.5t500 188.5q313 0 501 -188.5t188 -501.5
+q0 -164 -61 -303t-187 -260z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1319" 
+d="M1354 1092l-39 -224h-176l-154 -868h-287l152 868h-238l-151 -868h-287l152 868h-25q-55 0 -84 -31t-39 -99l-213 -1q30 200 123 277.5t311 77.5h955z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M0 393v191h1024v-191h-1024z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
+d="M0 393v191h2048v-191h-2048z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="629" 
+d="M563 1464l-190 -626h-310l310 626h190z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="629" 
+d="M63 838l193 626h307l-309 -626h-191z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="629" 
+d="M63 -332l193 627h307l-309 -627h-191z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="1090" 
+d="M1038 1464l-190 -626h-309l309 626h190zM551 1464l-191 -626h-309l309 626h191z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="1090" 
+d="M51 838l193 626h307l-309 -626h-191zM539 838l190 626h309l-309 -626h-190z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="1090" 
+d="M539 -332l190 627h309l-309 -627h-190zM51 -332l193 627h307l-309 -627h-191z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1176" 
+d="M446 -446v1151h-380v256h380v503h283v-503h381v-256h-381v-1151h-283z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1176" 
+d="M444 -446v471h-378v231h378v588h-378v233h378v387h285v-387h381v-233h-381v-588h381v-231h-381v-471h-285z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1208" 
+d="M307 762q0 123 87 209t210 86q122 0 208.5 -86.5t86.5 -208.5t-87.5 -209.5t-209.5 -87.5q-123 0 -209 87t-86 210z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048" 
+d="M168 141q0 72 50.5 123t121.5 51t121.5 -51t50.5 -123q0 -71 -50 -120.5t-122 -49.5q-71 0 -121.5 50t-50.5 120zM850 141q0 72 50.5 123t121.5 51t121.5 -51t50.5 -123q0 -71 -50 -120.5t-122 -49.5q-71 0 -121.5 50t-50.5 120zM1534 141q0 72 50.5 123t121.5 51
+t121.5 -51t50.5 -123q0 -71 -50 -120.5t-122 -49.5q-71 0 -121.5 50t-50.5 120z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2558" 
+d="M741 1075q0 -191 -92.5 -298t-257.5 -107q-166 0 -259 106.5t-93 298.5q0 189 93.5 296.5t258.5 107.5q167 0 258.5 -106t91.5 -298zM254 1075q0 -125 36 -193.5t101 -68.5q68 0 102.5 66.5t34.5 195.5q0 127 -35 193.5t-102 66.5q-66 0 -101.5 -67t-35.5 -193zM510 -39
+h-150l857 1518h149zM1692 367q0 -191 -93.5 -298.5t-259.5 -107.5t-259 107t-93 299q0 189 93.5 296t258.5 107q168 0 260.5 -105.5t92.5 -297.5zM1202 365q0 -125 36 -193t101 -68q68 0 104 67.5t36 195.5q0 126 -35.5 193t-102.5 67q-66 0 -102.5 -68.5t-36.5 -193.5z
+M2519 367q0 -192 -92.5 -299t-257.5 -107q-166 0 -259 107t-93 299q0 189 93 296t259 107q167 0 258.5 -105.5t91.5 -297.5zM2030 365q0 -125 35.5 -193t101.5 -68q68 0 103.5 67.5t35.5 195.5q0 126 -35.5 193t-101.5 67q-67 0 -103 -68.5t-36 -193.5z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="639" 
+d="M575 836l-278 -351l270 -346l-149 -106l-352 454l356 455z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="639" 
+d="M66 836l153 106l356 -455l-354 -454l-149 106l270 346z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1937" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-633h-313zM1518 729q43 143 123.5 214t199.5 71q27 0 89 -10l18 -3l-43 -306q-32 13 -64.5 19.5t-68.5 6.5q-130 0 -187 -66.5t-57 -222.5v-432h-285v981h281z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1706" 
+d="M803 1462h196l127 -332l123 332h197v-547h-135v410l-154 -410h-61l-158 410v-410h-135v547zM207 1462h485v-112h-168v-435h-149v435h-168v112z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1094" 
+d="M762 662q19 99 29 188.5t10 155.5q0 100 -26 157.5t-70 57.5t-146 -73t-160 -73q-42 0 -71 30t-29 73q0 64 86.5 118t210.5 54q192 0 309 -161.5t117 -432.5q0 -339 -156.5 -560t-396.5 -221q-171 0 -282 114.5t-111 291.5q0 198 116 329.5t287 131.5q102 0 170 -43.5
+t113 -136.5zM700 518q0 116 -38.5 178t-110.5 62q-101 0 -167.5 -134t-66.5 -341q0 -117 38.5 -177.5t111.5 -60.5q101 0 167 133.5t66 339.5z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1427" 
+d="M713 1110l-326 -854h653zM563 1473h301l563 -1473h-1427z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1612" 
+d="M150 1473h1308v-1866h-344v1577h-620v-1577h-344v1866z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1470" 
+d="M66 1473h1308v-265h-878l620 -645l-622 -690h933v-266h-1386v172l698 772l-673 690v232z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1706" 
+d="M254 713h1198v-203h-1198v203z" />
+    <glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="342" 
+d="M-342 -39l874 1518h150l-875 -1518h-149z" />
+    <glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="629" 
+d="M141 721q0 71 50.5 120.5t121.5 49.5q72 0 122 -49.5t50 -120.5t-50 -121.5t-122 -50.5q-71 0 -121.5 51t-50.5 121z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1346" 
+d="M1141 1694h207v-129h-103l-592 -1606h-100l-311 858l-140 -51l-30 113l331 116l236 -661z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1706" 
+d="M942 561q45 -75 106.5 -113t139.5 -38q94 0 152.5 55.5t58.5 144.5q0 86 -54 142.5t-135 56.5q-74 0 -136 -57t-132 -191zM766 659q-46 76 -107 113t-139 37q-93 0 -152 -56.5t-59 -144.5q0 -85 54 -141.5t135 -56.5q75 0 138 58t130 191zM858 457q-69 -133 -147 -195.5
+t-174 -62.5q-139 0 -235.5 117.5t-96.5 293.5q0 184 85.5 297t223.5 113q93 0 169.5 -58.5t164.5 -199.5q68 132 148 196t175 64q139 0 235.5 -118t96.5 -294q0 -183 -86 -296t-223 -113q-93 0 -168.5 56.5t-167.5 199.5z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="1186" 
+d="M342 -252q102 0 121 639q3 136 6 211q16 508 123 732t328 224q98 0 157.5 -49t59.5 -129q0 -60 -38 -96.5t-100 -36.5q-46 0 -77 24t-41 68q-5 20 -7 54q-3 46 -30 47q-99 0 -119 -633q-4 -116 -6 -178q-11 -296 -31 -444.5t-59 -250.5q-56 -148 -148.5 -225.5
+t-214.5 -77.5q-96 0 -156.5 49t-60.5 127q0 62 39 99t105 37q50 0 85 -31.5t35 -71.5q0 -58 6 -73t23 -15z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1706" 
+d="M1530 596v-219q-106 -72 -198 -105.5t-181 -33.5q-95 0 -286.5 66.5t-301.5 66.5q-84 0 -174.5 -37t-210.5 -121v219q111 73 206.5 108t180.5 35q124 0 315.5 -65.5t274.5 -65.5q86 0 174 35.5t201 116.5zM1530 1008v-220q-106 -71 -196.5 -104t-180.5 -33
+q-94 0 -286 65.5t-304 65.5q-82 0 -170 -35t-215 -122v219q107 71 204 107t183 36q125 0 316.5 -65.5t273.5 -65.5q84 0 171 35t204 117z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1706" 
+d="M1198 1233l148 -119l-154 -192h260v-191h-389l-191 -239h580v-193h-707l-245 -309l-148 119l154 190h-252v193h377l190 239h-567v191h696z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1706" 
+d="M258 195h1192v-197h-1192v197zM1448 1241v-209l-834 -264l834 -262v-209l-1190 385v174z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1706" 
+d="M258 195h1192v-197h-1192v197zM260 1241l1188 -385v-174l-1188 -385v209l832 262l-832 264v209z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012" 
+d="M506 1409l-385 -817l385 -825l385 825zM506 1653l500 -1061l-500 -1069l-500 1069z" />
+    <glyph glyph-name="apple" unicode="&#xf000;" horiz-adv-x="1618" 
+d="M836 1216q-1 6 -1.5 14t-0.5 23q0 124 95 229.5t236 131.5q1 -10 1.5 -23t0.5 -39q0 -131 -103.5 -234.5t-203.5 -103.5h-8q-3 0 -7.5 1t-8.5 1zM1505 403q-114 -247 -205 -342.5t-204 -95.5q-50 0 -131.5 33t-122.5 33q-45 0 -131 -33t-127 -33q-64 0 -128.5 44
+t-129.5 132q-102 140 -157.5 295.5t-55.5 300.5q0 219 125 356.5t323 137.5q68 0 155 -34t124 -34q34 0 121.5 35t152.5 35q110 0 198 -40t161 -124q-102 -65 -151.5 -145.5t-49.5 -182.5q0 -113 60 -200t173 -138z" />
+    <glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="1247" 
+d="M788 1384q0 68 49.5 117t116.5 49q70 0 119 -48.5t49 -117.5t-49.5 -118t-118.5 -49q-67 0 -116.5 50t-49.5 117zM813 0v981h285v-981h-285zM174 0v758h-127v223h127v221q0 198 91 283.5t300 85.5q23 0 53.5 -4.5t79.5 -16.5v-227q-26 14 -50 20.5t-50 6.5
+q-75 0 -107 -39.5t-32 -136.5v-193h182v-223h-182v-758h-285z" />
+    <glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="1247" 
+d="M813 0v1550h285v-1550h-285zM174 0v758h-127v223h127v221q0 198 91 283.5t300 85.5q23 0 53.5 -4.5t79.5 -16.5v-227q-26 14 -50 20.5t-50 6.5q-75 0 -107 -39.5t-32 -136.5v-193h182v-223h-182v-758h-285z" />
+    <hkern u1="&#x2d;" u2="&#x153;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#x152;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#x111;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xf8;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xd8;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#xc6;" k="-57" />
+    <hkern u1="&#x2d;" u2="&#xc5;" k="36" />
+    <hkern u1="&#x2d;" u2="x" k="36" />
+    <hkern u1="&#x2d;" u2="s" k="-75" />
+    <hkern u1="&#x2d;" u2="q" k="-38" />
+    <hkern u1="&#x2d;" u2="o" k="-38" />
+    <hkern u1="&#x2d;" u2="g" k="-38" />
+    <hkern u1="&#x2d;" u2="e" k="-38" />
+    <hkern u1="&#x2d;" u2="d" k="-38" />
+    <hkern u1="&#x2d;" u2="c" k="-38" />
+    <hkern u1="&#x2d;" u2="Y" k="159" />
+    <hkern u1="&#x2d;" u2="X" k="73" />
+    <hkern u1="&#x2d;" u2="W" k="112" />
+    <hkern u1="&#x2d;" u2="V" k="120" />
+    <hkern u1="&#x2d;" u2="T" k="188" />
+    <hkern u1="&#x2d;" u2="S" k="-38" />
+    <hkern u1="&#x2d;" u2="Q" k="-75" />
+    <hkern u1="&#x2d;" u2="O" k="-75" />
+    <hkern u1="&#x2d;" u2="J" k="-114" />
+    <hkern u1="&#x2d;" u2="G" k="-75" />
+    <hkern u1="&#x2d;" u2="C" k="-38" />
+    <hkern u1="&#x2d;" u2="A" k="36" />
+    <hkern u1="A" u2="&#x201e;" k="-38" />
+    <hkern u1="A" u2="&#x201d;" k="131" />
+    <hkern u1="A" u2="&#x201c;" k="149" />
+    <hkern u1="A" u2="&#x201a;" k="-38" />
+    <hkern u1="A" u2="&#x2019;" k="131" />
+    <hkern u1="A" u2="&#x2018;" k="149" />
+    <hkern u1="A" u2="&#x152;" k="36" />
+    <hkern u1="A" u2="&#xd8;" k="36" />
+    <hkern u1="A" u2="&#xab;" k="73" />
+    <hkern u1="A" u2="w" k="36" />
+    <hkern u1="A" u2="v" k="36" />
+    <hkern u1="A" u2="Y" k="112" />
+    <hkern u1="A" u2="W" k="36" />
+    <hkern u1="A" u2="V" k="36" />
+    <hkern u1="A" u2="U" k="36" />
+    <hkern u1="A" u2="T" k="112" />
+    <hkern u1="A" u2="Q" k="36" />
+    <hkern u1="A" u2="O" k="36" />
+    <hkern u1="A" u2="G" k="36" />
+    <hkern u1="A" u2="C" k="36" />
+    <hkern u1="A" u2="&#x3b;" k="-38" />
+    <hkern u1="A" u2="&#x3a;" k="-38" />
+    <hkern u1="A" u2="&#x2d;" k="45" />
+    <hkern u1="B" u2="&#x201e;" k="36" />
+    <hkern u1="B" u2="&#x201d;" k="36" />
+    <hkern u1="B" u2="&#x201a;" k="36" />
+    <hkern u1="B" u2="&#x2019;" k="36" />
+    <hkern u1="B" u2="Y" k="36" />
+    <hkern u1="B" u2="V" k="36" />
+    <hkern u1="B" u2="&#x2d;" k="-57" />
+    <hkern u1="C" u2="&#x201d;" k="-57" />
+    <hkern u1="C" u2="&#x2019;" k="-57" />
+    <hkern u1="C" u2="&#x3b;" k="-38" />
+    <hkern u1="C" u2="&#x3a;" k="-38" />
+    <hkern u1="C" u2="&#x2d;" k="-47" />
+    <hkern u1="D" u2="&#x201e;" k="188" />
+    <hkern u1="D" u2="&#x201a;" k="188" />
+    <hkern u1="D" u2="&#xc5;" k="36" />
+    <hkern u1="D" u2="Y" k="73" />
+    <hkern u1="D" u2="W" k="36" />
+    <hkern u1="D" u2="V" k="36" />
+    <hkern u1="D" u2="A" k="36" />
+    <hkern u1="D" u2="&#x3b;" k="-38" />
+    <hkern u1="D" u2="&#x3a;" k="-38" />
+    <hkern u1="D" u2="&#x2e;" k="83" />
+    <hkern u1="D" u2="&#x2d;" k="-65" />
+    <hkern u1="D" u2="&#x2c;" k="83" />
+    <hkern u1="E" u2="&#x3b;" k="-38" />
+    <hkern u1="E" u2="&#x3a;" k="-38" />
+    <hkern u1="E" u2="&#x2e;" k="-38" />
+    <hkern u1="E" u2="&#x2d;" k="-38" />
+    <hkern u1="E" u2="&#x2c;" k="-38" />
+    <hkern u1="F" u2="&#x201e;" k="376" />
+    <hkern u1="F" u2="&#x201d;" k="-38" />
+    <hkern u1="F" u2="&#x201a;" k="376" />
+    <hkern u1="F" u2="&#x2019;" k="-38" />
+    <hkern u1="F" u2="&#xc5;" k="36" />
+    <hkern u1="F" u2="r" k="36" />
+    <hkern u1="F" u2="A" k="36" />
+    <hkern u1="F" u2="&#x3b;" k="83" />
+    <hkern u1="F" u2="&#x3a;" k="83" />
+    <hkern u1="F" u2="&#x2e;" k="329" />
+    <hkern u1="F" u2="&#x2c;" k="329" />
+    <hkern u1="G" u2="Y" k="36" />
+    <hkern u1="G" u2="W" k="36" />
+    <hkern u1="G" u2="T" k="36" />
+    <hkern u1="G" u2="&#x3b;" k="-38" />
+    <hkern u1="G" u2="&#x3a;" k="-38" />
+    <hkern u1="G" u2="&#x2e;" k="55" />
+    <hkern u1="G" u2="&#x2d;" k="-47" />
+    <hkern u1="G" u2="&#x2c;" k="55" />
+    <hkern u1="H" u2="&#x2e;" k="36" />
+    <hkern u1="H" u2="&#x2c;" k="36" />
+    <hkern u1="J" u2="&#x201e;" k="112" />
+    <hkern u1="J" u2="&#x201a;" k="112" />
+    <hkern u1="J" u2="&#x3b;" k="63" />
+    <hkern u1="J" u2="&#x3a;" k="63" />
+    <hkern u1="J" u2="&#x2e;" k="102" />
+    <hkern u1="J" u2="&#x2d;" k="36" />
+    <hkern u1="J" u2="&#x2c;" k="102" />
+    <hkern u1="K" u2="&#x201e;" k="-65" />
+    <hkern u1="K" u2="&#x201d;" k="45" />
+    <hkern u1="K" u2="&#x201c;" k="73" />
+    <hkern u1="K" u2="&#x201a;" k="-65" />
+    <hkern u1="K" u2="&#x2019;" k="45" />
+    <hkern u1="K" u2="&#x2018;" k="73" />
+    <hkern u1="K" u2="&#x153;" k="36" />
+    <hkern u1="K" u2="&#x152;" k="73" />
+    <hkern u1="K" u2="&#xf8;" k="36" />
+    <hkern u1="K" u2="&#xe6;" k="36" />
+    <hkern u1="K" u2="&#xd8;" k="73" />
+    <hkern u1="K" u2="&#xc5;" k="36" />
+    <hkern u1="K" u2="&#xab;" k="55" />
+    <hkern u1="K" u2="y" k="73" />
+    <hkern u1="K" u2="u" k="36" />
+    <hkern u1="K" u2="o" k="36" />
+    <hkern u1="K" u2="e" k="36" />
+    <hkern u1="K" u2="a" k="36" />
+    <hkern u1="K" u2="Y" k="73" />
+    <hkern u1="K" u2="W" k="36" />
+    <hkern u1="K" u2="U" k="36" />
+    <hkern u1="K" u2="T" k="73" />
+    <hkern u1="K" u2="O" k="73" />
+    <hkern u1="K" u2="C" k="73" />
+    <hkern u1="K" u2="A" k="36" />
+    <hkern u1="K" u2="&#x3b;" k="-38" />
+    <hkern u1="K" u2="&#x3a;" k="-38" />
+    <hkern u1="K" u2="&#x2e;" k="-38" />
+    <hkern u1="K" u2="&#x2d;" k="102" />
+    <hkern u1="K" u2="&#x2c;" k="-38" />
+    <hkern u1="L" u2="&#x201d;" k="272" />
+    <hkern u1="L" u2="&#x201c;" k="264" />
+    <hkern u1="L" u2="&#x2019;" k="272" />
+    <hkern u1="L" u2="&#x2018;" k="264" />
+    <hkern u1="L" u2="&#x152;" k="73" />
+    <hkern u1="L" u2="&#xd8;" k="73" />
+    <hkern u1="L" u2="y" k="73" />
+    <hkern u1="L" u2="Y" k="149" />
+    <hkern u1="L" u2="W" k="112" />
+    <hkern u1="L" u2="V" k="112" />
+    <hkern u1="L" u2="U" k="36" />
+    <hkern u1="L" u2="T" k="112" />
+    <hkern u1="L" u2="O" k="73" />
+    <hkern u1="L" u2="&#x3b;" k="-38" />
+    <hkern u1="L" u2="&#x3a;" k="-38" />
+    <hkern u1="L" u2="&#x2e;" k="-38" />
+    <hkern u1="L" u2="&#x2d;" k="36" />
+    <hkern u1="L" u2="&#x2c;" k="-38" />
+    <hkern u1="M" u2="&#x201c;" k="36" />
+    <hkern u1="M" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x201e;" k="73" />
+    <hkern u1="N" u2="&#x201a;" k="73" />
+    <hkern u1="N" u2="&#x3b;" k="55" />
+    <hkern u1="N" u2="&#x3a;" k="55" />
+    <hkern u1="N" u2="&#x2e;" k="55" />
+    <hkern u1="N" u2="&#x2c;" k="55" />
+    <hkern u1="O" u2="&#x201e;" k="225" />
+    <hkern u1="O" u2="&#x201d;" k="-38" />
+    <hkern u1="O" u2="&#x201a;" k="225" />
+    <hkern u1="O" u2="&#x2019;" k="-38" />
+    <hkern u1="O" u2="&#xc5;" k="36" />
+    <hkern u1="O" u2="Y" k="73" />
+    <hkern u1="O" u2="X" k="36" />
+    <hkern u1="O" u2="V" k="36" />
+    <hkern u1="O" u2="T" k="36" />
+    <hkern u1="O" u2="A" k="36" />
+    <hkern u1="O" u2="&#x3b;" k="-38" />
+    <hkern u1="O" u2="&#x3a;" k="-38" />
+    <hkern u1="O" u2="&#x2e;" k="83" />
+    <hkern u1="O" u2="&#x2d;" k="-57" />
+    <hkern u1="O" u2="&#x2c;" k="83" />
+    <hkern u1="P" u2="&#x201e;" k="528" />
+    <hkern u1="P" u2="&#x201d;" k="-47" />
+    <hkern u1="P" u2="&#x201c;" k="-75" />
+    <hkern u1="P" u2="&#x201a;" k="528" />
+    <hkern u1="P" u2="&#x2019;" k="-47" />
+    <hkern u1="P" u2="&#x2018;" k="-75" />
+    <hkern u1="P" u2="&#x153;" k="73" />
+    <hkern u1="P" u2="&#xf8;" k="73" />
+    <hkern u1="P" u2="&#xe6;" k="73" />
+    <hkern u1="P" u2="&#xc5;" k="102" />
+    <hkern u1="P" u2="&#xab;" k="36" />
+    <hkern u1="P" u2="r" k="36" />
+    <hkern u1="P" u2="o" k="73" />
+    <hkern u1="P" u2="e" k="73" />
+    <hkern u1="P" u2="a" k="73" />
+    <hkern u1="P" u2="A" k="102" />
+    <hkern u1="P" u2="&#x3b;" k="55" />
+    <hkern u1="P" u2="&#x3a;" k="55" />
+    <hkern u1="P" u2="&#x2e;" k="452" />
+    <hkern u1="P" u2="&#x2d;" k="83" />
+    <hkern u1="P" u2="&#x2c;" k="452" />
+    <hkern u1="Q" u2="&#x3b;" k="-38" />
+    <hkern u1="Q" u2="&#x3a;" k="-38" />
+    <hkern u1="Q" u2="&#x2e;" k="63" />
+    <hkern u1="Q" u2="&#x2d;" k="-57" />
+    <hkern u1="Q" u2="&#x2c;" k="63" />
+    <hkern u1="R" u2="&#x153;" k="36" />
+    <hkern u1="R" u2="&#xf8;" k="36" />
+    <hkern u1="R" u2="&#xe6;" k="36" />
+    <hkern u1="R" u2="u" k="36" />
+    <hkern u1="R" u2="o" k="36" />
+    <hkern u1="R" u2="e" k="36" />
+    <hkern u1="R" u2="a" k="36" />
+    <hkern u1="R" u2="Y" k="36" />
+    <hkern u1="R" u2="&#x2e;" k="-38" />
+    <hkern u1="R" u2="&#x2d;" k="55" />
+    <hkern u1="R" u2="&#x2c;" k="-38" />
+    <hkern u1="S" u2="&#x3b;" k="-38" />
+    <hkern u1="S" u2="&#x3a;" k="-38" />
+    <hkern u1="S" u2="&#x2e;" k="36" />
+    <hkern u1="S" u2="&#x2d;" k="-65" />
+    <hkern u1="S" u2="&#x2c;" k="36" />
+    <hkern u1="T" u2="&#x203a;" k="112" />
+    <hkern u1="T" u2="&#x201e;" k="264" />
+    <hkern u1="T" u2="&#x201a;" k="264" />
+    <hkern u1="T" u2="&#x153;" k="206" />
+    <hkern u1="T" u2="&#x152;" k="36" />
+    <hkern u1="T" u2="&#xf8;" k="206" />
+    <hkern u1="T" u2="&#xe6;" k="206" />
+    <hkern u1="T" u2="&#xd8;" k="36" />
+    <hkern u1="T" u2="&#xc5;" k="112" />
+    <hkern u1="T" u2="&#xbb;" k="112" />
+    <hkern u1="T" u2="&#xab;" k="188" />
+    <hkern u1="T" u2="y" k="206" />
+    <hkern u1="T" u2="w" k="206" />
+    <hkern u1="T" u2="u" k="206" />
+    <hkern u1="T" u2="s" k="206" />
+    <hkern u1="T" u2="r" k="167" />
+    <hkern u1="T" u2="o" k="206" />
+    <hkern u1="T" u2="e" k="206" />
+    <hkern u1="T" u2="c" k="206" />
+    <hkern u1="T" u2="a" k="206" />
+    <hkern u1="T" u2="O" k="36" />
+    <hkern u1="T" u2="C" k="36" />
+    <hkern u1="T" u2="A" k="112" />
+    <hkern u1="T" u2="&#x3b;" k="167" />
+    <hkern u1="T" u2="&#x3a;" k="167" />
+    <hkern u1="T" u2="&#x2e;" k="264" />
+    <hkern u1="T" u2="&#x2d;" k="188" />
+    <hkern u1="T" u2="&#x2c;" k="264" />
+    <hkern u1="U" u2="&#x201e;" k="149" />
+    <hkern u1="U" u2="&#x201a;" k="149" />
+    <hkern u1="U" u2="&#xc5;" k="36" />
+    <hkern u1="U" u2="&#xab;" k="73" />
+    <hkern u1="U" u2="A" k="36" />
+    <hkern u1="U" u2="&#x3b;" k="63" />
+    <hkern u1="U" u2="&#x3a;" k="63" />
+    <hkern u1="U" u2="&#x2e;" k="120" />
+    <hkern u1="U" u2="&#x2d;" k="55" />
+    <hkern u1="U" u2="&#x2c;" k="120" />
+    <hkern u1="V" u2="&#x203a;" k="112" />
+    <hkern u1="V" u2="&#x201e;" k="339" />
+    <hkern u1="V" u2="&#x201d;" k="-57" />
+    <hkern u1="V" u2="&#x201a;" k="339" />
+    <hkern u1="V" u2="&#x2019;" k="-57" />
+    <hkern u1="V" u2="&#x153;" k="112" />
+    <hkern u1="V" u2="&#x152;" k="36" />
+    <hkern u1="V" u2="&#xf8;" k="112" />
+    <hkern u1="V" u2="&#xe6;" k="112" />
+    <hkern u1="V" u2="&#xd8;" k="36" />
+    <hkern u1="V" u2="&#xc5;" k="36" />
+    <hkern u1="V" u2="&#xbb;" k="112" />
+    <hkern u1="V" u2="&#xab;" k="225" />
+    <hkern u1="V" u2="y" k="55" />
+    <hkern u1="V" u2="u" k="112" />
+    <hkern u1="V" u2="o" k="112" />
+    <hkern u1="V" u2="e" k="112" />
+    <hkern u1="V" u2="a" k="112" />
+    <hkern u1="V" u2="O" k="36" />
+    <hkern u1="V" u2="A" k="36" />
+    <hkern u1="V" u2="&#x3b;" k="102" />
+    <hkern u1="V" u2="&#x3a;" k="102" />
+    <hkern u1="V" u2="&#x2e;" k="301" />
+    <hkern u1="V" u2="&#x2d;" k="167" />
+    <hkern u1="V" u2="&#x2c;" k="301" />
+    <hkern u1="W" u2="&#x203a;" k="36" />
+    <hkern u1="W" u2="&#x201e;" k="339" />
+    <hkern u1="W" u2="&#x201d;" k="-38" />
+    <hkern u1="W" u2="&#x201a;" k="339" />
+    <hkern u1="W" u2="&#x2019;" k="-38" />
+    <hkern u1="W" u2="&#x153;" k="112" />
+    <hkern u1="W" u2="&#xf8;" k="112" />
+    <hkern u1="W" u2="&#xe6;" k="112" />
+    <hkern u1="W" u2="&#xc5;" k="36" />
+    <hkern u1="W" u2="&#xbb;" k="36" />
+    <hkern u1="W" u2="&#xab;" k="112" />
+    <hkern u1="W" u2="y" k="36" />
+    <hkern u1="W" u2="u" k="73" />
+    <hkern u1="W" u2="r" k="73" />
+    <hkern u1="W" u2="o" k="112" />
+    <hkern u1="W" u2="e" k="112" />
+    <hkern u1="W" u2="a" k="112" />
+    <hkern u1="W" u2="A" k="36" />
+    <hkern u1="W" u2="&#x3b;" k="120" />
+    <hkern u1="W" u2="&#x3a;" k="120" />
+    <hkern u1="W" u2="&#x2e;" k="253" />
+    <hkern u1="W" u2="&#x2d;" k="120" />
+    <hkern u1="W" u2="&#x2c;" k="253" />
+    <hkern u1="X" u2="&#x201e;" k="-75" />
+    <hkern u1="X" u2="&#x201c;" k="73" />
+    <hkern u1="X" u2="&#x201a;" k="-75" />
+    <hkern u1="X" u2="&#x2018;" k="73" />
+    <hkern u1="X" u2="&#x152;" k="36" />
+    <hkern u1="X" u2="&#xd8;" k="36" />
+    <hkern u1="X" u2="&#xab;" k="112" />
+    <hkern u1="X" u2="O" k="36" />
+    <hkern u1="X" u2="C" k="36" />
+    <hkern u1="X" u2="&#x3b;" k="36" />
+    <hkern u1="X" u2="&#x3a;" k="36" />
+    <hkern u1="X" u2="&#x2e;" k="-38" />
+    <hkern u1="X" u2="&#x2d;" k="102" />
+    <hkern u1="X" u2="&#x2c;" k="-38" />
+    <hkern u1="Y" u2="&#x203a;" k="149" />
+    <hkern u1="Y" u2="&#x201e;" k="264" />
+    <hkern u1="Y" u2="&#x201a;" k="264" />
+    <hkern u1="Y" u2="&#x153;" k="225" />
+    <hkern u1="Y" u2="&#x152;" k="73" />
+    <hkern u1="Y" u2="&#xf8;" k="225" />
+    <hkern u1="Y" u2="&#xe6;" k="225" />
+    <hkern u1="Y" u2="&#xd8;" k="73" />
+    <hkern u1="Y" u2="&#xc5;" k="112" />
+    <hkern u1="Y" u2="&#xbb;" k="149" />
+    <hkern u1="Y" u2="&#xab;" k="225" />
+    <hkern u1="Y" u2="u" k="215" />
+    <hkern u1="Y" u2="o" k="225" />
+    <hkern u1="Y" u2="e" k="225" />
+    <hkern u1="Y" u2="a" k="225" />
+    <hkern u1="Y" u2="O" k="73" />
+    <hkern u1="Y" u2="C" k="73" />
+    <hkern u1="Y" u2="A" k="112" />
+    <hkern u1="Y" u2="&#x3b;" k="215" />
+    <hkern u1="Y" u2="&#x3a;" k="215" />
+    <hkern u1="Y" u2="&#x2e;" k="272" />
+    <hkern u1="Y" u2="&#x2d;" k="243" />
+    <hkern u1="Y" u2="&#x2c;" k="272" />
+    <hkern u1="Z" u2="&#x201c;" k="36" />
+    <hkern u1="Z" u2="&#x2018;" k="36" />
+    <hkern u1="Z" u2="&#x3b;" k="-38" />
+    <hkern u1="Z" u2="&#x3a;" k="-38" />
+    <hkern u1="Z" u2="&#x2e;" k="-38" />
+    <hkern u1="Z" u2="&#x2d;" k="36" />
+    <hkern u1="Z" u2="&#x2c;" k="-38" />
+    <hkern u1="a" u2="&#x201d;" k="36" />
+    <hkern u1="a" u2="&#x201c;" k="36" />
+    <hkern u1="a" u2="&#x2019;" k="36" />
+    <hkern u1="a" u2="&#x2018;" k="36" />
+    <hkern u1="b" u2="&#x201e;" k="149" />
+    <hkern u1="b" u2="&#x201d;" k="36" />
+    <hkern u1="b" u2="&#x201c;" k="73" />
+    <hkern u1="b" u2="&#x201a;" k="149" />
+    <hkern u1="b" u2="&#x2019;" k="36" />
+    <hkern u1="b" u2="&#x2018;" k="73" />
+    <hkern u1="b" u2="&#x2d;" k="-38" />
+    <hkern u1="e" u2="x" k="36" />
+    <hkern u1="e" u2="&#x2d;" k="-38" />
+    <hkern u1="f" u2="&#x201e;" k="112" />
+    <hkern u1="f" u2="&#x201d;" k="-141" />
+    <hkern u1="f" u2="&#x201c;" k="-141" />
+    <hkern u1="f" u2="&#x201a;" k="112" />
+    <hkern u1="f" u2="&#x2019;" k="-141" />
+    <hkern u1="f" u2="&#x2018;" k="-141" />
+    <hkern u1="f" u2="&#x2e;" k="36" />
+    <hkern u1="f" u2="&#x2c;" k="36" />
+    <hkern u1="g" u2="&#x2e;" k="36" />
+    <hkern u1="g" u2="&#x2c;" k="36" />
+    <hkern u1="h" u2="&#x201d;" k="73" />
+    <hkern u1="h" u2="&#x201c;" k="73" />
+    <hkern u1="h" u2="&#x2019;" k="73" />
+    <hkern u1="h" u2="&#x2018;" k="73" />
+    <hkern u1="i" u2="&#x201c;" k="-38" />
+    <hkern u1="i" u2="&#x2018;" k="-38" />
+    <hkern u1="k" u2="&#x201e;" k="-75" />
+    <hkern u1="k" u2="&#x201d;" k="-75" />
+    <hkern u1="k" u2="&#x201a;" k="-75" />
+    <hkern u1="k" u2="&#x2019;" k="-75" />
+    <hkern u1="k" u2="&#x2d;" k="83" />
+    <hkern u1="m" u2="&#x201d;" k="36" />
+    <hkern u1="m" u2="&#x201c;" k="36" />
+    <hkern u1="m" u2="&#x2019;" k="36" />
+    <hkern u1="m" u2="&#x2018;" k="36" />
+    <hkern u1="n" u2="&#x201d;" k="36" />
+    <hkern u1="n" u2="&#x201c;" k="36" />
+    <hkern u1="n" u2="&#x2019;" k="36" />
+    <hkern u1="n" u2="&#x2018;" k="36" />
+    <hkern u1="o" u2="&#x201c;" k="36" />
+    <hkern u1="o" u2="&#x2018;" k="36" />
+    <hkern u1="o" u2="x" k="36" />
+    <hkern u1="o" u2="&#x2d;" k="-38" />
+    <hkern u1="p" u2="&#x201e;" k="112" />
+    <hkern u1="p" u2="&#x201d;" k="36" />
+    <hkern u1="p" u2="&#x201a;" k="112" />
+    <hkern u1="p" u2="&#x2019;" k="36" />
+    <hkern u1="p" u2="&#x2d;" k="-38" />
+    <hkern u1="r" u2="&#x201e;" k="235" />
+    <hkern u1="r" u2="&#x201d;" k="-161" />
+    <hkern u1="r" u2="&#x201a;" k="235" />
+    <hkern u1="r" u2="&#x2019;" k="-161" />
+    <hkern u1="r" u2="&#x2e;" k="206" />
+    <hkern u1="r" u2="&#x2c;" k="206" />
+    <hkern u1="s" u2="&#x2d;" k="-38" />
+    <hkern u1="t" u2="&#x201e;" k="36" />
+    <hkern u1="t" u2="&#x201d;" k="-94" />
+    <hkern u1="t" u2="&#x201c;" k="-38" />
+    <hkern u1="t" u2="&#x201a;" k="36" />
+    <hkern u1="t" u2="&#x2019;" k="-94" />
+    <hkern u1="t" u2="&#x2018;" k="-38" />
+    <hkern u1="t" u2="&#x2d;" k="45" />
+    <hkern u1="v" u2="&#x201e;" k="120" />
+    <hkern u1="v" u2="&#x201d;" k="-114" />
+    <hkern u1="v" u2="&#x201c;" k="-94" />
+    <hkern u1="v" u2="&#x201a;" k="120" />
+    <hkern u1="v" u2="&#x2019;" k="-114" />
+    <hkern u1="v" u2="&#x2018;" k="-94" />
+    <hkern u1="v" u2="&#x2e;" k="159" />
+    <hkern u1="v" u2="&#x2d;" k="-75" />
+    <hkern u1="v" u2="&#x2c;" k="159" />
+    <hkern u1="w" u2="&#x201e;" k="120" />
+    <hkern u1="w" u2="&#x201d;" k="-114" />
+    <hkern u1="w" u2="&#x201c;" k="-94" />
+    <hkern u1="w" u2="&#x201a;" k="120" />
+    <hkern u1="w" u2="&#x2019;" k="-114" />
+    <hkern u1="w" u2="&#x2018;" k="-94" />
+    <hkern u1="w" u2="&#x2e;" k="149" />
+    <hkern u1="w" u2="&#x2d;" k="-75" />
+    <hkern u1="w" u2="&#x2c;" k="149" />
+    <hkern u1="x" u2="&#x153;" k="36" />
+    <hkern u1="x" u2="&#xf8;" k="36" />
+    <hkern u1="x" u2="o" k="36" />
+    <hkern u1="x" u2="e" k="36" />
+    <hkern u1="x" u2="c" k="36" />
+    <hkern u1="y" u2="&#x201e;" k="264" />
+    <hkern u1="y" u2="&#x201d;" k="-114" />
+    <hkern u1="y" u2="&#x201c;" k="-75" />
+    <hkern u1="y" u2="&#x201a;" k="264" />
+    <hkern u1="y" u2="&#x2019;" k="-114" />
+    <hkern u1="y" u2="&#x2018;" k="-75" />
+    <hkern u1="y" u2="&#x2e;" k="178" />
+    <hkern u1="y" u2="&#x2d;" k="36" />
+    <hkern u1="y" u2="&#x2c;" k="178" />
+    <hkern u1="&#xab;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#xab;" u2="Y" k="149" />
+    <hkern u1="&#xab;" u2="W" k="36" />
+    <hkern u1="&#xab;" u2="V" k="112" />
+    <hkern u1="&#xab;" u2="T" k="112" />
+    <hkern u1="&#xab;" u2="J" k="-38" />
+    <hkern u1="&#xbb;" u2="&#xc5;" k="73" />
+    <hkern u1="&#xbb;" u2="Y" k="225" />
+    <hkern u1="&#xbb;" u2="X" k="112" />
+    <hkern u1="&#xbb;" u2="W" k="112" />
+    <hkern u1="&#xbb;" u2="V" k="225" />
+    <hkern u1="&#xbb;" u2="U" k="73" />
+    <hkern u1="&#xbb;" u2="T" k="188" />
+    <hkern u1="&#xbb;" u2="J" k="-75" />
+    <hkern u1="&#xbb;" u2="A" k="73" />
+    <hkern u1="&#xc5;" u2="&#x201e;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="131" />
+    <hkern u1="&#xc5;" u2="&#x201c;" k="149" />
+    <hkern u1="&#xc5;" u2="&#x201a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2019;" k="131" />
+    <hkern u1="&#xc5;" u2="&#x2018;" k="149" />
+    <hkern u1="&#xc5;" u2="&#xab;" k="73" />
+    <hkern u1="&#xc5;" u2="w" k="36" />
+    <hkern u1="&#xc5;" u2="v" k="36" />
+    <hkern u1="&#xc5;" u2="Y" k="112" />
+    <hkern u1="&#xc5;" u2="W" k="36" />
+    <hkern u1="&#xc5;" u2="V" k="36" />
+    <hkern u1="&#xc5;" u2="U" k="36" />
+    <hkern u1="&#xc5;" u2="T" k="112" />
+    <hkern u1="&#xc5;" u2="Q" k="36" />
+    <hkern u1="&#xc5;" u2="O" k="36" />
+    <hkern u1="&#xc5;" u2="G" k="36" />
+    <hkern u1="&#xc5;" u2="C" k="36" />
+    <hkern u1="&#xc5;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2d;" k="45" />
+    <hkern u1="&#xc6;" u2="&#x201d;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x2019;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x201e;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x201a;" k="188" />
+    <hkern u1="&#xd0;" u2="Y" k="73" />
+    <hkern u1="&#xd0;" u2="W" k="36" />
+    <hkern u1="&#xd0;" u2="V" k="36" />
+    <hkern u1="&#xd0;" u2="A" k="36" />
+    <hkern u1="&#xd0;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x2e;" k="83" />
+    <hkern u1="&#xd0;" u2="&#x2d;" k="-65" />
+    <hkern u1="&#xd0;" u2="&#x2c;" k="83" />
+    <hkern u1="&#xd8;" u2="&#x201e;" k="225" />
+    <hkern u1="&#xd8;" u2="&#x201d;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x201a;" k="225" />
+    <hkern u1="&#xd8;" u2="&#x2019;" k="-38" />
+    <hkern u1="&#xd8;" u2="Y" k="73" />
+    <hkern u1="&#xd8;" u2="X" k="36" />
+    <hkern u1="&#xd8;" u2="V" k="36" />
+    <hkern u1="&#xd8;" u2="T" k="36" />
+    <hkern u1="&#xd8;" u2="A" k="36" />
+    <hkern u1="&#xd8;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x2e;" k="83" />
+    <hkern u1="&#xd8;" u2="&#x2d;" k="-57" />
+    <hkern u1="&#xd8;" u2="&#x2c;" k="83" />
+    <hkern u1="&#xdf;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2d;" k="-75" />
+    <hkern u1="&#xe5;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xe5;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xe5;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xe5;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xe6;" u2="x" k="36" />
+    <hkern u1="&#xe6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xf8;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xf8;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xf8;" u2="x" k="36" />
+    <hkern u1="&#xf8;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x201d;" k="272" />
+    <hkern u1="&#x141;" u2="&#x201c;" k="264" />
+    <hkern u1="&#x141;" u2="&#x2019;" k="272" />
+    <hkern u1="&#x141;" u2="&#x2018;" k="264" />
+    <hkern u1="&#x141;" u2="y" k="73" />
+    <hkern u1="&#x141;" u2="Y" k="149" />
+    <hkern u1="&#x141;" u2="W" k="112" />
+    <hkern u1="&#x141;" u2="V" k="112" />
+    <hkern u1="&#x141;" u2="U" k="36" />
+    <hkern u1="&#x141;" u2="T" k="112" />
+    <hkern u1="&#x141;" u2="O" k="73" />
+    <hkern u1="&#x141;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2d;" k="36" />
+    <hkern u1="&#x141;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x153;" u2="x" k="36" />
+    <hkern u1="&#x153;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#x152;" k="83" />
+    <hkern u1="&#x2018;" u2="&#x111;" k="149" />
+    <hkern u1="&#x2018;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x2018;" u2="&#xc6;" k="282" />
+    <hkern u1="&#x2018;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x2018;" u2="r" k="36" />
+    <hkern u1="&#x2018;" u2="q" k="149" />
+    <hkern u1="&#x2018;" u2="g" k="149" />
+    <hkern u1="&#x2018;" u2="d" k="149" />
+    <hkern u1="&#x2018;" u2="Y" k="-141" />
+    <hkern u1="&#x2018;" u2="X" k="-65" />
+    <hkern u1="&#x2018;" u2="W" k="-86" />
+    <hkern u1="&#x2018;" u2="V" k="-133" />
+    <hkern u1="&#x2018;" u2="T" k="-38" />
+    <hkern u1="&#x2018;" u2="Q" k="36" />
+    <hkern u1="&#x2018;" u2="O" k="83" />
+    <hkern u1="&#x2018;" u2="J" k="272" />
+    <hkern u1="&#x2018;" u2="A" k="272" />
+    <hkern u1="&#x201a;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xc6;" k="-114" />
+    <hkern u1="&#x201a;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201a;" u2="w" k="120" />
+    <hkern u1="&#x201a;" u2="v" k="159" />
+    <hkern u1="&#x201a;" u2="u" k="36" />
+    <hkern u1="&#x201a;" u2="t" k="36" />
+    <hkern u1="&#x201a;" u2="f" k="-38" />
+    <hkern u1="&#x201a;" u2="Y" k="225" />
+    <hkern u1="&#x201a;" u2="W" k="178" />
+    <hkern u1="&#x201a;" u2="V" k="339" />
+    <hkern u1="&#x201a;" u2="U" k="73" />
+    <hkern u1="&#x201a;" u2="T" k="206" />
+    <hkern u1="&#x201a;" u2="Q" k="112" />
+    <hkern u1="&#x201a;" u2="O" k="112" />
+    <hkern u1="&#x201a;" u2="J" k="-38" />
+    <hkern u1="&#x201a;" u2="G" k="73" />
+    <hkern u1="&#x201a;" u2="C" k="112" />
+    <hkern u1="&#x201a;" u2="A" k="-75" />
+    <hkern u1="&#x201c;" u2="&#x152;" k="83" />
+    <hkern u1="&#x201c;" u2="&#x111;" k="149" />
+    <hkern u1="&#x201c;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x201c;" u2="&#xc6;" k="282" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x201c;" u2="r" k="36" />
+    <hkern u1="&#x201c;" u2="q" k="149" />
+    <hkern u1="&#x201c;" u2="g" k="149" />
+    <hkern u1="&#x201c;" u2="d" k="149" />
+    <hkern u1="&#x201c;" u2="Y" k="-141" />
+    <hkern u1="&#x201c;" u2="X" k="-65" />
+    <hkern u1="&#x201c;" u2="W" k="-86" />
+    <hkern u1="&#x201c;" u2="V" k="-133" />
+    <hkern u1="&#x201c;" u2="T" k="-38" />
+    <hkern u1="&#x201c;" u2="Q" k="36" />
+    <hkern u1="&#x201c;" u2="O" k="83" />
+    <hkern u1="&#x201c;" u2="J" k="272" />
+    <hkern u1="&#x201c;" u2="A" k="272" />
+    <hkern u1="&#x201e;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xc6;" k="-114" />
+    <hkern u1="&#x201e;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201e;" u2="w" k="120" />
+    <hkern u1="&#x201e;" u2="v" k="159" />
+    <hkern u1="&#x201e;" u2="u" k="36" />
+    <hkern u1="&#x201e;" u2="t" k="36" />
+    <hkern u1="&#x201e;" u2="f" k="-38" />
+    <hkern u1="&#x201e;" u2="Y" k="225" />
+    <hkern u1="&#x201e;" u2="W" k="178" />
+    <hkern u1="&#x201e;" u2="V" k="339" />
+    <hkern u1="&#x201e;" u2="U" k="73" />
+    <hkern u1="&#x201e;" u2="T" k="206" />
+    <hkern u1="&#x201e;" u2="Q" k="112" />
+    <hkern u1="&#x201e;" u2="O" k="112" />
+    <hkern u1="&#x201e;" u2="J" k="-38" />
+    <hkern u1="&#x201e;" u2="G" k="73" />
+    <hkern u1="&#x201e;" u2="C" k="112" />
+    <hkern u1="&#x201e;" u2="A" k="-75" />
+    <hkern u1="&#x2039;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#x2039;" u2="Y" k="149" />
+    <hkern u1="&#x2039;" u2="W" k="36" />
+    <hkern u1="&#x2039;" u2="V" k="112" />
+    <hkern u1="&#x2039;" u2="T" k="112" />
+    <hkern u1="&#x2039;" u2="J" k="-38" />
+    <hkern u1="&#xf001;" u2="&#x201c;" k="-38" />
+    <hkern u1="&#xf001;" u2="&#x2018;" k="-38" />
+  </font>
+</defs></svg>
diff --git a/dist/fonts/FuturaBT-Heavy.ttf b/dist/fonts/FuturaBT-Heavy.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5532f1aa3179587930fd350bdf04909ce8476891
Binary files /dev/null and b/dist/fonts/FuturaBT-Heavy.ttf differ
diff --git a/dist/fonts/FuturaBT-Heavy.woff b/dist/fonts/FuturaBT-Heavy.woff
new file mode 100644
index 0000000000000000000000000000000000000000..eaebe6e9c5dd6badd01af8d72f431e9cdaf5453d
Binary files /dev/null and b/dist/fonts/FuturaBT-Heavy.woff differ
diff --git a/dist/fonts/FuturaBT-Heavy.woff2 b/dist/fonts/FuturaBT-Heavy.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..45ac91d803d4bce3892f8d03b4f130e619c9063c
Binary files /dev/null and b/dist/fonts/FuturaBT-Heavy.woff2 differ
diff --git a/dist/fonts/FuturaBT-Light.23507fd6.woff b/dist/fonts/FuturaBT-Light.23507fd6.woff
new file mode 100644
index 0000000000000000000000000000000000000000..a549da6e63a813f689a80084b42791f7218f7530
Binary files /dev/null and b/dist/fonts/FuturaBT-Light.23507fd6.woff differ
diff --git a/dist/fonts/FuturaBT-Light.5ad92173.eot b/dist/fonts/FuturaBT-Light.5ad92173.eot
new file mode 100644
index 0000000000000000000000000000000000000000..39e7d90a039693d8c41f3337d70514ef6cd173af
Binary files /dev/null and b/dist/fonts/FuturaBT-Light.5ad92173.eot differ
diff --git a/dist/fonts/FuturaBT-Light.69d87d5d.woff2 b/dist/fonts/FuturaBT-Light.69d87d5d.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..04c07752c62672b45f77b1473fde91f5cc4180ac
Binary files /dev/null and b/dist/fonts/FuturaBT-Light.69d87d5d.woff2 differ
diff --git a/dist/fonts/FuturaBT-Light.90b6ac37.ttf b/dist/fonts/FuturaBT-Light.90b6ac37.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..bb95b965664aa92200d7f1062dd13310b065e5e2
Binary files /dev/null and b/dist/fonts/FuturaBT-Light.90b6ac37.ttf differ
diff --git a/dist/fonts/FuturaBT-Light.eot b/dist/fonts/FuturaBT-Light.eot
new file mode 100644
index 0000000000000000000000000000000000000000..39e7d90a039693d8c41f3337d70514ef6cd173af
Binary files /dev/null and b/dist/fonts/FuturaBT-Light.eot differ
diff --git a/dist/fonts/FuturaBT-Light.svg b/dist/fonts/FuturaBT-Light.svg
new file mode 100644
index 0000000000000000000000000000000000000000..63c0720451d16e195ff7ce1b4b3cace3274159f7
--- /dev/null
+++ b/dist/fonts/FuturaBT-Light.svg
@@ -0,0 +1,1374 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170731 at Wed Nov 18 01:40:00 1992
+ By Aleksey,,,
+Copyright 1990-1993 Bitstream Inc.  All rights reserved.
+</metadata>
+<defs>
+<font id="FuturaBT-Light" horiz-adv-x="1024" >
+  <font-face 
+    font-family="Futura Lt BT"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="2048"
+    panose-1="2 11 4 2 2 2 4 2 3 3"
+    ascent="1638"
+    descent="-410"
+    x-height="887"
+    cap-height="1464"
+    bbox="-342 -483 2181 1972"
+    underline-thickness="80"
+    underline-position="-343"
+    unicode-range="U+0020-F002"
+  />
+<missing-glyph horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="590" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="590" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="635" 
+d="M256 303v1194h123v-1194h-123zM215 63q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="551" 
+d="M451 1434v-553h-86v553h86zM186 1434v-553h-86v553h86z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1575" 
+d="M979 866h-270l-99 -282h269zM915 1454l-174 -498h271l176 498h110l-174 -498h322l-31 -90h-323l-101 -282h348l-30 -90h-351l-174 -494h-112l176 494h-270l-179 -494h-110l174 494h-334l31 90h336l100 282h-360l28 90h365l176 498h110z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1180" 
+d="M555 1352q-88 -14 -143.5 -74.5t-55.5 -142.5t47 -141.5t152 -110.5v469zM635 117q109 14 171 92t62 201q0 99 -55.5 171t-177.5 130v-594zM635 -168h-80v174q-137 0 -236.5 67.5t-158.5 200.5l114 58q31 -99 101.5 -153.5t179.5 -63.5v633q-178 85 -255 174.5t-77 207.5
+q0 135 87.5 223t244.5 111v101h80v-99q104 -12 176.5 -56t116.5 -122l-105 -57q-27 53 -76 84.5t-112 35.5v-505q204 -97 282 -191.5t78 -234.5q0 -166 -96.5 -278.5t-263.5 -139.5v-170z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1497" 
+d="M967 336q0 -138 44.5 -210.5t129.5 -72.5q84 0 130 73.5t46 209.5q0 138 -44.5 209t-131.5 71q-85 0 -129.5 -72t-44.5 -208zM1436 334q0 -177 -78 -275t-217 -98t-216 98t-77 275t77 276t216 99t217 -99t78 -276zM182 1106q0 -138 45 -210.5t129 -72.5q85 0 130.5 73.5
+t45.5 209.5q0 138 -44.5 209t-131.5 71q-84 0 -129 -72t-45 -208zM651 1104q0 -177 -78 -276t-217 -99q-138 0 -215.5 98.5t-77.5 276.5q0 177 77.5 276t215.5 99q139 0 217 -99t78 -276zM270 -39l842 1518h109l-842 -1518h-109z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1311" 
+d="M895 301l-383 467l-66 -47q-147 -107 -190 -175.5t-43 -158.5q0 -129 90 -218t219 -89q87 0 179.5 55t193.5 166zM551 907l65 45q78 54 116 113t38 123q0 71 -52 119.5t-128 48.5q-83 0 -136 -47t-53 -121q0 -39 18 -83t50 -87zM1145 0l-182 215q-105 -123 -214.5 -182.5
+t-232.5 -59.5q-189 0 -309.5 115t-120.5 293q0 128 85.5 240.5t277.5 232.5l-56 74q-69 91 -91.5 148t-22.5 120q0 113 89.5 187.5t229.5 74.5q127 0 208 -76t81 -196q0 -99 -63.5 -183t-207.5 -174l361 -446q47 57 91 118t83 124l86 -50q-49 -80 -98 -149.5t-101 -130.5
+l252 -295h-145z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="285" 
+d="M186 1434v-553h-86v553h86z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="559" 
+d="M512 1483q-107 -217 -160 -449t-53 -483q0 -275 53 -509t160 -435l-90 -53q-119 222 -178.5 472.5t-59.5 528.5q0 275 59.5 518t178.5 459z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="559" 
+d="M47 1483l90 49q120 -216 179 -459t59 -518q0 -278 -59.5 -528.5t-178.5 -472.5l-90 53q108 203 161.5 437t53.5 507q0 248 -53.5 480.5t-161.5 451.5z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="854" 
+d="M162 928l-43 78l233 122l-233 129l43 78l227 -145l-6 274h88l-8 -274l229 143l43 -76l-233 -129l233 -122l-47 -78l-227 139l8 -266h-86l8 264z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1706" 
+d="M893 1221v-570h559v-82h-559v-569h-80v569h-559v82h559v570h80z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="590" 
+d="M324 254l145 -61l-264 -515l-84 39z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="711" 
+d="M137 506h436v-129h-436v129z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="590" 
+d="M193 84q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="825" 
+d="M717 1497h108l-716 -1687h-109z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1180" 
+d="M236 717q0 -299 94.5 -468t261.5 -169q174 0 264 163t90 478q0 311 -91.5 475t-266.5 164q-165 0 -258.5 -170.5t-93.5 -472.5zM588 -39q-225 0 -355.5 202t-130.5 556q0 355 130.5 557.5t359.5 202.5q228 0 357.5 -201.5t129.5 -558.5q0 -360 -129.5 -559t-361.5 -199z
+" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="1180" 
+d="M545 0v1331h-264l63 119h330v-1450h-129z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="1180" 
+d="M1012 115v-115h-940l315 346q33 37 96 105q391 425 391 612q0 132 -89.5 214.5t-233.5 82.5q-147 0 -232.5 -92.5t-85.5 -253.5h-131v14q0 209 124.5 330t338.5 121q206 0 329.5 -111.5t123.5 -296.5q0 -234 -345 -602l-9 -10l-322 -344h670z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="1180" 
+d="M242 368q9 -141 90 -214.5t229 -73.5q153 0 239.5 82t86.5 227q0 147 -87.5 230t-242.5 83q-23 0 -34.5 -0.5t-20.5 -0.5v126q27 -2 41 -3t24 -1q140 0 218.5 70t78.5 194t-78.5 199.5t-207.5 75.5q-118 0 -190.5 -62t-86.5 -174h-143q17 164 129.5 258.5t290.5 94.5
+q189 0 306 -105t117 -274q0 -125 -66.5 -214t-186.5 -126q133 -45 205.5 -141t72.5 -230q0 -195 -126 -311.5t-339 -116.5q-209 0 -328 105.5t-135 302.5z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="1180" 
+d="M721 485v660l-461 -660h461zM721 0v371h-660l793 1128v-1014h150v-114h-150v-371h-133z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="1180" 
+d="M350 883q56 24 110 36.5t107 12.5q208 0 335.5 -127.5t127.5 -333.5q0 -229 -137 -370.5t-358 -141.5q-155 0 -267 69.5t-186 211.5l104 77q64 -122 150 -179.5t205 -57.5q161 0 256.5 104t95.5 279q0 163 -97.5 258.5t-265.5 95.5q-93 0 -169 -26.5t-134 -79.5l-41 4
+l187 735h592v-113h-500z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="1180" 
+d="M260 416q0 -155 89.5 -247.5t238.5 -92.5q147 0 236 97.5t89 260.5q0 146 -90 239t-233 93q-146 0 -238 -97.5t-92 -252.5zM391 805q58 37 115.5 55.5t118.5 18.5q188 0 307 -125.5t119 -325.5q0 -208 -134.5 -338.5t-347.5 -130.5q-204 0 -325 122t-121 327
+q0 120 52.5 244.5t234.5 377.5l342 477l108 -67z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1180" 
+d="M223 18l668 1319h-707v113h899l-737 -1495z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1180" 
+d="M590 80q152 0 240 85.5t88 233.5q0 150 -88.5 237t-239.5 87q-152 0 -239 -86.5t-87 -237.5q0 -149 86.5 -234t239.5 -85zM594 842q126 0 199 69t73 189t-74.5 191t-199.5 71t-199 -71t-74 -191q0 -119 74 -188.5t201 -69.5zM412 788q-110 36 -171 123t-61 209
+q0 157 115 258t297 101q187 0 298 -102.5t111 -272.5q0 -113 -59 -193.5t-172 -122.5q133 -35 209 -139.5t76 -251.5q0 -203 -123.5 -319.5t-339.5 -116.5t-341.5 116t-125.5 316q0 150 76 255t211 140z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1180" 
+d="M915 1022q0 155 -89.5 248.5t-237.5 93.5t-237 -98t-89 -260q0 -147 89.5 -240.5t232.5 -93.5q146 0 238.5 98t92.5 252zM782 633q-56 -37 -112.5 -54.5t-118.5 -17.5q-189 0 -308.5 124.5t-119.5 324.5q0 208 134 338.5t347 130.5q204 0 326.5 -122.5t122.5 -326.5
+q0 -125 -59.5 -259t-229.5 -363l-350 -476l-109 66z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="635" 
+d="M215 84q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM215 760q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -73t-73 -30t-72.5 30t-29.5 73z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="635" 
+d="M301 760q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -73t-73 -30t-72.5 30t-29.5 73zM332 254l145 -61l-264 -515l-84 39z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1706" 
+d="M1442 1034l-1045 -424l1045 -424v-88l-1178 482v61l1178 483v-90z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1706" 
+d="M1452 469v-82h-1198v82h1198zM1452 831v-79h-1198v79h1198z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1706" 
+d="M1442 641v-61l-1178 -482v88l1045 424l-1045 424v90z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="1053" 
+d="M401 63q0 43 30 73t73 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5zM291 1096h-119v32q0 172 97 270.5t266 98.5q152 0 242.5 -90t90.5 -242q0 -111 -48 -186t-195 -170q-26 -16 -72 -45q-199 -123 -199 -232q0 -72 46 -115.5t122 -43.5
+q89 0 138 46.5t49 131.5v18h110v-24q0 -135 -80 -207t-231 -72q-124 0 -202.5 75t-78.5 194q0 87 46 153.5t171 149.5q26 16 73 46q226 143 226 273q0 97 -58 155t-157 58q-114 0 -175.5 -70t-61.5 -198v-6z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="2048" 
+d="M1303 827l61 129h80l-137 -553q-10 -36 -15.5 -64.5t-5.5 -43.5q0 -44 30.5 -68t86.5 -24q48 0 100 19.5t103 56.5q101 74 162 207t61 282q0 273 -199.5 439.5t-525.5 166.5q-168 0 -310.5 -48t-258.5 -144q-154 -128 -232 -297t-78 -375q0 -327 221.5 -522t591.5 -195
+q161 0 324 50.5t299 142.5l29 -45q-146 -110 -308.5 -165t-339.5 -55q-187 0 -343 46.5t-277 138.5q-152 115 -226.5 267.5t-74.5 348.5q0 162 50.5 307t147.5 265q144 175 345.5 265.5t449.5 90.5q160 0 304.5 -44t248.5 -124q128 -98 194 -226.5t66 -277.5
+q0 -169 -63 -308t-181 -232q-67 -54 -145.5 -82.5t-159.5 -28.5q-95 0 -143.5 36.5t-48.5 108.5q0 12 3 34q1 3 1 5q-49 -88 -125 -136t-166 -48q-154 0 -233.5 83t-79.5 243q0 228 134.5 386t326.5 158q95 0 160 -43t96 -127zM1219 467l63 254q-22 99 -81.5 151t-151.5 52
+q-152 0 -255.5 -138t-103.5 -340q0 -115 57.5 -180t159.5 -65q111 0 196 72.5t116 193.5z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1133" 
+d="M315 813h166q183 0 258.5 60t75.5 200q0 151 -73.5 213t-260.5 62h-166v-535zM315 115h170q145 0 200 12t93 41q47 36 75 99.5t28 135.5q0 88 -31 154.5t-86 99.5q-38 22 -89.5 31.5t-160.5 9.5h-29h-170v-583zM182 0v1464h254q167 0 241 -16t126 -55q73 -55 111 -134.5
+t38 -175.5q0 -117 -61 -199t-168 -108q141 -21 221 -113t80 -233q0 -103 -31 -183t-94 -138q-64 -60 -154 -84.5t-307 -24.5h-256z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1464" 
+d="M1358 1196q-109 94 -223 139t-240 45q-284 0 -461.5 -180t-177.5 -469q0 -145 43.5 -261t132.5 -206q88 -88 201.5 -134t243.5 -46q126 0 246 43t227 127v-156q-108 -66 -228.5 -101.5t-238.5 -35.5q-159 0 -304 57t-249 160q-107 106 -162 246t-55 307q0 164 56.5 306
+t162.5 245q103 101 248.5 158t302.5 57q140 0 259.5 -38.5t217.5 -115.5z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1427" 
+d="M315 115h187q227 0 322 25.5t161 86.5q92 86 139 214t47 292q0 168 -47.5 296t-140.5 210q-70 63 -171 89t-353 26h-25h-119v-1239zM182 0v1464h228q305 0 433 -30t220 -103q122 -97 186 -250t64 -350t-64 -350.5t-184 -245.5q-95 -73 -217 -104t-393 -31h-45h-228z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="1026" 
+d="M182 0v1464h725v-125h-592v-458h570v-125h-570v-756h-133z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1673" 
+d="M1382 1096q-89 138 -219 209t-293 71q-272 0 -443 -184t-171 -477q0 -131 45.5 -247t132.5 -206q88 -89 197 -133.5t239 -44.5q246 0 400.5 145t158.5 379h-505v115h651v-16q0 -350 -191 -548t-526 -198q-333 0 -539 212t-206 556q0 158 52 298.5t150 244.5
+q106 113 239.5 169t297.5 56q223 0 382 -80.5t245 -236.5z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1427" 
+d="M182 0v1464h133v-594h797v594h133v-1464h-133v756h-797v-756h-133z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="764" 
+d="M467 401v1063h133v-1149q0 -174 -79 -264t-232 -90q-93 0 -164.5 38.5t-118.5 113.5l94 86q42 -57 87.5 -84t97.5 -27q98 0 140 70.5t42 242.5z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1176" 
+d="M182 0v1464h133v-686l662 686h174l-694 -700l727 -764h-193l-676 743v-743h-133z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="846" 
+d="M182 0v1464h133v-1339h502v-125h-635z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1712" 
+d="M850 -57l-514 1175l-111 -1118h-137l199 1526l561 -1303l582 1303l188 -1526h-137l-109 1118z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1526" 
+d="M182 0v1526l1037 -1225v1163h124v-1507l-1036 1227v-1184h-125z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5z" />
+    <glyph glyph-name="P" unicode="P" 
+d="M182 0v1464h267q158 0 232.5 -17t129.5 -56q69 -50 107 -137t38 -193q0 -209 -117 -306.5t-370 -97.5h-154v-657h-133zM315 774h91q242 0 325.5 61.5t83.5 215.5q0 65 -19 119.5t-57 97.5q-39 44 -106 62t-227 18h-91v-574z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1792" 
+d="M926 600h164l272 -317q88 95 132 207.5t44 240.5q0 132 -48.5 249.5t-139.5 209.5t-208.5 141t-246.5 49q-128 0 -244 -48.5t-209 -141.5q-91 -93 -138.5 -209.5t-47.5 -249.5t47.5 -250t138.5 -209q93 -92 209 -140t248 -48q106 0 202 31.5t165 89.5zM1692 -102h-162
+l-178 206q-106 -68 -221 -101.5t-248 -33.5q-155 0 -294 56.5t-247 162.5q-112 111 -170.5 249.5t-58.5 293.5q0 156 58.5 295t170.5 248q110 108 252 165.5t301 57.5t302 -57.5t253 -165.5q112 -109 170.5 -248t58.5 -295q0 -160 -58.5 -295.5t-176.5 -249.5z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1081" 
+d="M315 1348v-541h134q186 0 259.5 59.5t73.5 202.5q0 151 -76 215t-257 64h-134zM1071 0h-162l-514 698h-80v-698h-133v1464h269q238 0 356.5 -99t118.5 -300q0 -171 -101.5 -269t-279.5 -98z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="1020" 
+d="M70 246l114 61q32 -108 110.5 -167.5t188.5 -59.5q139 0 217 82t78 227q0 106 -52.5 176t-225.5 162q-221 117 -294 206t-73 214q0 156 105.5 254t273.5 98q110 0 191.5 -46.5t132.5 -139.5l-103 -62q-32 63 -90.5 96t-138.5 33q-108 0 -172 -63.5t-64 -171.5
+q0 -154 254 -287q46 -24 70 -37q187 -103 250 -194.5t63 -237.5q0 -197 -115 -312.5t-313 -115.5q-144 0 -246.5 71.5t-160.5 213.5z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="1018" 
+d="M442 0v1339h-403v125h940v-125h-404v-1339h-133z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1128" 
+d="M555 -57l-573 1521h153l422 -1192l444 1192h146z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1839" 
+d="M530 -57l-505 1521h139l366 -1169l390 1227l405 -1217l352 1159h138l-490 -1521l-405 1243z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="991" 
+d="M121 0h-146l447 770l-404 694h150l330 -581l333 581h144l-404 -690l445 -774h-148l-372 649z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1118" 
+d="M496 0v674l-486 790h160l393 -671l395 671h152l-481 -790v-674h-133z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1147" 
+d="M25 0l870 1343h-743v121h970l-866 -1341h778v-123h-1009z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="559" 
+d="M221 1497h291v-98h-174v-1712h174v-99h-291v1909z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="825" 
+d="M717 -190l-717 1687h109l716 -1687h-108z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="559" 
+d="M338 1497v-1909h-291v99h176v1712h-176v98h291z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="2048" 
+d="M1081 1458l541 -557h-125l-473 469l-475 -469h-125l539 557h118z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M1024 -403v-80h-1024v80h1024z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M645 1030h-94l-283 350h164z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1108" 
+d="M883 434q0 174 -81 273.5t-220 99.5t-218 -93.5t-79 -256.5q0 -178 80.5 -279.5t220.5 -101.5q143 0 220 92.5t77 265.5zM287 0h-123v1550h123v-825q45 96 126.5 145.5t194.5 49.5q182 0 297 -134.5t115 -347.5q0 -215 -116.5 -346t-307.5 -131q-107 0 -186 51t-123 150
+v-162z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="934" 
+d="M854 725q-62 43 -132 64.5t-144 21.5q-165 0 -263 -105.5t-98 -281.5q0 -156 101.5 -257t259.5 -101q72 0 145.5 25t144.5 75v-135q-65 -37 -144 -55.5t-169 -18.5q-203 0 -333 133.5t-130 341.5q0 217 135.5 352.5t352.5 135.5q80 0 150.5 -15.5t125.5 -44.5z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1108" 
+d="M225 434q0 -172 77.5 -265t221.5 -93q139 0 219 101.5t80 279.5q0 163 -79 256.5t-218 93.5t-220 -99.5t-81 -273.5zM821 0v162q-44 -99 -123 -150t-186 -51q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 194.5 -49.5t126.5 -145.5v825h125v-1550h-125
+z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="530" 
+d="M193 0v782h-166v105h166v256q0 267 50 346.5t183 79.5q33 0 63 -5.5t56 -15.5l-23 -108q-24 12 -46.5 18t-41.5 6q-65 0 -92 -51.5t-27 -189.5v-336h195v-105h-195v-782h-122z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1108" 
+d="M944 887v-733q0 -175 -9.5 -267t-31.5 -137q-46 -99 -141 -147.5t-240 -48.5q-177 0 -275.5 68.5t-119.5 207.5h154q15 -82 78.5 -124t172.5 -42q82 0 147.5 29t98.5 80q22 33 31.5 76.5t9.5 134.5v47v133q-41 -95 -125.5 -149t-193.5 -54q-187 0 -298.5 130t-111.5 349
+q0 217 114 348.5t302 131.5q105 0 190.5 -54.5t122.5 -144.5v166h125zM520 807q-138 0 -217.5 -98.5t-79.5 -270.5q0 -171 75.5 -266.5t209.5 -95.5q142 0 227.5 101t85.5 272q0 168 -80 263t-221 95z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1067" 
+d="M164 0v1550h117v-800q54 85 132.5 127.5t180.5 42.5q151 0 235 -84t84 -234v-602h-125v547q0 133 -55.5 197.5t-171.5 64.5q-141 0 -207.5 -83.5t-66.5 -262.5v-463h-123z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="471" 
+d="M141 1233q0 39 28 66.5t67 27.5t67.5 -27.5t28.5 -66.5q0 -40 -27.5 -67t-68.5 -27q-40 0 -67.5 27t-27.5 67zM172 0v887h127v-887h-127z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="471" 
+d="M141 1233q0 39 28 66.5t67 27.5t67.5 -27.5t28.5 -66.5q0 -40 -27.5 -67t-68.5 -27q-40 0 -67.5 27t-27.5 67zM172 -446v1333h127v-1333h-127z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="938" 
+d="M164 0v1550h123v-1056l442 393h170l-475 -398l510 -489h-170l-477 459v-459h-123z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="471" 
+d="M299 0h-127v1550h127v-1550z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1616" 
+d="M287 0h-123v887h123v-139q44 84 116 128t166 44q97 0 165.5 -44.5t105.5 -130.5q53 88 130 131.5t179 43.5q141 0 222 -85.5t81 -234.5v-600h-123v551q0 130 -53.5 196t-159.5 66q-127 0 -186.5 -83t-59.5 -263v-467h-122v551q0 136 -51 199t-158 63q-130 0 -191 -84
+t-61 -262v-467z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1067" 
+d="M164 0v887h117v-137q54 85 132.5 127.5t180.5 42.5q151 0 235 -84t84 -234v-602h-125v547q0 133 -55.5 197.5t-171.5 64.5q-141 0 -207.5 -83.5t-66.5 -262.5v-463h-123z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1108" 
+d="M883 438q0 172 -78.5 270.5t-216.5 98.5q-142 0 -222.5 -95.5t-80.5 -262.5q0 -170 86.5 -271.5t228.5 -101.5q134 0 208.5 95.5t74.5 266.5zM164 -446v1333h119v-166q51 96 133 147.5t184 51.5q187 0 301.5 -131.5t114.5 -348.5q0 -218 -112 -348.5t-298 -130.5
+q-107 0 -189 51.5t-134 151.5v-610h-119z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1108" 
+d="M520 807q-138 0 -217.5 -98.5t-79.5 -270.5q0 -171 75.5 -266.5t209.5 -95.5q142 0 227.5 101t85.5 272q0 168 -80 263t-221 95zM944 -446h-119v610q-52 -100 -134.5 -151.5t-190.5 -51.5q-186 0 -298 130.5t-112 348.5q0 217 114 348.5t302 131.5q103 0 186 -52
+t133 -147v166h119v-1333z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="645" 
+d="M287 709q68 115 133.5 163t152.5 48q26 0 52.5 -5t52.5 -14l-40 -116q-20 6 -41.5 10t-41.5 4q-111 0 -189.5 -104t-78.5 -259v-436h-123v887h123v-178z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="782" 
+d="M63 158l117 67q29 -74 84 -111.5t135 -37.5q78 0 124 39.5t46 105.5q0 102 -181 173q-19 7 -30 12q-140 55 -196 113.5t-56 144.5q0 113 80 185.5t207 72.5q108 0 184 -47t111 -134l-113 -63q-21 63 -70 96t-120 33q-64 0 -105.5 -37.5t-41.5 -93.5q0 -55 41 -91t170 -79
+q146 -51 196.5 -111t50.5 -166q0 -122 -87 -195t-234 -73q-113 0 -194.5 51.5t-117.5 145.5z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="508" 
+d="M190 782h-163v105h163v364h121v-364h178v-105h-178v-782h-121v782z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="874" 
+d="M31 887h135l272 -672l271 672h137l-408 -944z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1327" 
+d="M379 -57l-354 944h129l231 -639l279 686l278 -686l232 639h129l-355 -944l-282 706z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="807" 
+d="M31 887h153l217 -326l217 326h150l-299 -426l330 -461h-152l-248 358l-245 -358h-154l332 461z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="825" 
+d="M43 887h131l254 -694l234 694h131l-459 -1333h-127l155 452z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="780" 
+d="M23 0l495 776h-461v111h674l-491 -776h505v-111h-722z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M848 1389h-37q-135 0 -182 -51.5t-47 -213.5v-241q0 -175 -43 -248t-152 -105q109 -32 152 -104t43 -248v-241q0 -162 46.5 -212.5t180.5 -50.5h39v-88h-43q-189 0 -257.5 74.5t-68.5 300.5v240q0 158 -58 222t-200 64q-7 0 -21.5 -1t-23.5 -1v90q10 -1 20.5 -1.5
+t28.5 -0.5q139 0 196.5 64.5t57.5 222.5v240q0 227 68.5 302t257.5 75h43v-88z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M557 1565v-2048h-90v2048h90z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M545 1100v-240q0 -158 58 -222.5t200 -64.5q7 0 21.5 1t23.5 1v-90q-9 0 -23.5 1t-21.5 1q-142 0 -200 -64t-58 -222v-240q0 -226 -68.5 -300.5t-257.5 -74.5h-43v88h39q134 0 180.5 50.5t46.5 212.5v241q0 174 43.5 247t153.5 105q-110 32 -153.5 105t-43.5 248v241
+q0 162 -47 213.5t-182 51.5h-37v88h43q189 0 257.5 -75t68.5 -302z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1706" 
+d="M1530 647q-106 -74 -202 -110.5t-185 -36.5q-99 0 -266 61q-16 6 -22 8q-12 4 -33 12q-167 60 -257 60q-83 0 -175 -37.5t-212 -122.5v92q105 74 201 110t186 36q100 0 271 -61q12 -5 19 -7q8 -3 27 -10q168 -61 261 -61q83 0 175 37.5t212 121.5v-92z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="1180" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="635" 
+d="M256 1157h123v-1157h-123v1157zM215 1395q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -73t-73 -30t-72.5 30t-29.5 73z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1180" 
+d="M567 1110q-136 -14 -224.5 -116.5t-88.5 -245.5q0 -154 83.5 -253.5t229.5 -119.5v735zM930 1028q-62 40 -132.5 61.5t-149.5 24.5l-1 -745q98 11 167 34.5t116 61.5v-131q-57 -35 -127 -52.5t-155 -19.5l-1 -205h-80v207q-197 11 -320.5 142.5t-123.5 328.5
+q0 200 119.5 330.5t324.5 155.5v161h80v-159q68 0 138.5 -15t144.5 -45v-135z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1180" 
+d="M100 20q36 68 84.5 110t110.5 60q41 57 60.5 107t19.5 98q0 44 -11 93.5t-34 111.5h-230v90h185q-51 106 -77 199.5t-26 171.5q0 184 125 301t324 117q202 0 318.5 -112.5t123.5 -315.5l-127 -22q-3 157 -85 245t-226 88q-146 0 -232 -82.5t-86 -220.5q0 -66 25 -157
+t76 -212h389v-90h-358q20 -55 29 -98t9 -78q0 -71 -25.5 -128.5t-75.5 -100.5q91 -2 226 -58.5t191 -56.5q61 0 112.5 34.5t98.5 108.5l88 -59q-55 -103 -126 -152t-165 -49q-84 0 -220 60.5t-196 60.5q-59 0 -110.5 -31t-98.5 -94z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1241" 
+d="M954 887q0 137 -96.5 233.5t-234.5 96.5t-235 -97t-97 -233q0 -138 97 -235t235 -97q137 0 234 97t97 235zM358 1204q60 48 125 71t138 23q72 0 138 -23.5t126 -70.5l205 207l59 -59l-207 -205q45 -58 68.5 -124.5t23.5 -137.5q0 -73 -23 -138.5t-69 -123.5l207 -205
+l-59 -60l-205 207q-58 -45 -125 -68.5t-139 -23.5q-74 0 -139 23t-124 69l-206 -207l-58 60l207 205q-45 57 -68.5 123.5t-23.5 138.5q0 71 23.5 137.5t68.5 124.5l-207 205l58 59z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1182" 
+d="M530 0v631h-497v98h456l-98 162h-358v100h293l-283 461h147l402 -676l412 676h135l-281 -461h289v-100h-352l-99 -162h451v-98h-490v-631h-127z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M557 408v-758h-90v758h90zM557 1432v-758h-90v758h90z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1042" 
+d="M526 254q114 0 194.5 80.5t80.5 195.5q0 122 -76 198.5t-199 76.5q-115 0 -195.5 -80t-80.5 -195q0 -126 75 -201t201 -75zM176 -92l127 -1q3 -116 59.5 -174.5t167.5 -58.5q104 0 163 56.5t59 156.5q0 81 -45.5 129.5t-212.5 110.5q-124 45 -177.5 71.5t-83.5 53.5
+q-60 54 -89 122.5t-29 155.5q0 123 72 216t198 133q-112 46 -165.5 119t-53.5 178q0 147 100.5 235t270.5 88q168 0 258 -86t90 -248v-20h-135q-5 122 -60.5 184t-161.5 62q-97 0 -159 -58t-62 -149q0 -89 51.5 -144t208.5 -112q205 -74 286 -163t81 -230q0 -135 -67 -225.5
+t-197 -131.5q108 -47 162.5 -123.5t54.5 -181.5q0 -142 -99.5 -235t-255.5 -93q-164 0 -260 92t-96 248v23z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M590 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM240 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1706" 
+d="M1081 918q-20 81 -79.5 126.5t-147.5 45.5q-126 0 -196 -97.5t-70 -273.5q0 -169 71.5 -267t194.5 -98q91 0 156 52.5t84 140.5h102q-11 -123 -108 -201t-240 -78q-173 0 -275 123.5t-102 333.5q0 205 107 328t282 123q132 0 222.5 -72t103.5 -186h-105zM1511 721
+q0 133 -49 252.5t-141 212.5q-95 95 -215 144.5t-254 49.5q-133 0 -251.5 -49t-209.5 -141q-95 -97 -145.5 -218t-50.5 -251t50 -249.5t144 -213.5t213.5 -144.5t249.5 -50.5t251.5 51t217.5 146q93 92 141.5 209.5t48.5 251.5zM852 1452q149 0 282.5 -55t237.5 -160
+q103 -102 157 -235t54 -281q0 -150 -53.5 -280t-157.5 -232q-107 -106 -241.5 -162.5t-278.5 -56.5q-145 0 -277 55.5t-237 161.5q-105 104 -160 236t-55 278q0 145 56 279t161 241q101 103 232 157t280 54z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="831" 
+d="M166 1147q0 -120 58.5 -185t166.5 -65q104 0 164.5 71t60.5 195q0 115 -60 180.5t-165 65.5q-104 0 -164.5 -70.5t-60.5 -191.5zM614 844v112q-34 -68 -93.5 -103.5t-139.5 -35.5q-144 0 -231 91.5t-87 242.5q0 149 86.5 242.5t223.5 93.5q85 0 146.5 -34.5t94.5 -100.5
+v112h93v-620h-93z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="782" 
+d="M655 49l-254 387l246 395l86 -53l-211 -344l215 -332zM297 49l-252 387l244 395l86 -53l-209 -344l213 -332z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1706" 
+d="M1452 856v-502h-78v420h-1120v82h1198z" />
+    <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="711" 
+d="M137 506h436v-129h-436v129z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1706" 
+d="M852 1077h-168v-313h168q145 0 199.5 36t54.5 126q0 78 -61.5 114.5t-192.5 36.5zM874 1155q180 0 264.5 -56.5t84.5 -176.5q0 -89 -55.5 -149t-147.5 -71l190 -393h-131l-182 377h-213v-377h-115v846h305zM1511 721q0 133 -49 252.5t-141 212.5q-95 95 -215 144.5
+t-254 49.5q-133 0 -251.5 -49t-209.5 -141q-95 -97 -145.5 -218t-50.5 -251t50 -249.5t144 -213.5t213.5 -144.5t249.5 -50.5t251.5 51t217.5 146q93 92 141.5 209.5t48.5 251.5zM852 1452q149 0 282.5 -55t237.5 -160q103 -102 157 -235t54 -281q0 -150 -53.5 -280
+t-157.5 -232q-107 -106 -241.5 -162.5t-278.5 -56.5q-145 0 -277 55.5t-237 161.5q-105 104 -160 236t-55 278q0 145 56 279t161 241q101 103 232 157t280 54z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M254 1118v117h516v-117h-516z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="674" 
+d="M551 1176q0 87 -63 150t-150 63q-89 0 -151 -62t-62 -151t62.5 -151t150.5 -62t150.5 62t62.5 151zM338 1450q112 0 192 -80.5t80 -193.5q0 -114 -80 -193.5t-194 -79.5q-115 0 -194 79t-79 194q0 114 80.5 194t194.5 80z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1706" 
+d="M1452 141v-82h-1198v82h1198zM893 1161v-354h559v-80h-559v-352h-80v352h-559v80h559v354h80z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="778" 
+d="M668 645v-70h-621l209 207l60 60q262 259 262 370q0 79 -59.5 129t-153.5 50q-99 0 -155 -55.5t-56 -151.5h-86v8q0 125 81.5 197.5t223.5 72.5q135 0 217 -66.5t82 -176.5q0 -139 -221 -357l-13 -12l-213 -205h443z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="778" 
+d="M160 797q6 -86 59 -130t152 -44q100 0 157.5 49.5t57.5 136.5q0 88 -57.5 138t-159.5 50q-16 0 -23.5 -0.5t-13.5 -0.5v75q7 0 21.5 -1t21.5 -1q92 0 144 42.5t52 117.5q0 74 -52 119t-138 45q-77 0 -125 -37.5t-57 -103.5l-95 -1q11 98 85.5 154.5t191.5 56.5
+q125 0 203 -62.5t78 -164.5q0 -74 -44.5 -127.5t-123.5 -75.5q88 -28 136 -86t48 -137q0 -117 -83 -186.5t-224 -69.5q-139 0 -217.5 63t-87.5 181h94z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M379 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1094" 
+d="M326 1063l-123 -590q-9 -43 -13 -77t-4 -64q0 -126 60 -192t174 -66q127 0 219.5 109t136.5 313l125 567h121l-166 -786q-2 -9 -5 -24q-20 -92 -20 -112q0 -31 17.5 -47t50.5 -16q9 0 18.5 0.5t20.5 1.5l-18 -96q-3 -1 -8 -2q-49 -11 -68 -11q-68 0 -100.5 31.5
+t-32.5 95.5q0 7 0.5 16t3.5 29q-43 -83 -123.5 -127.5t-188.5 -44.5q-97 0 -169.5 45.5t-104.5 126.5l-119 -567h-121l316 1487h121z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M932 1415h-129v-1415h-70v1415h-192v-1415h-70v782q-175 8 -278 102.5t-103 245.5q0 157 108.5 253t286.5 96h447v-64z" />
+    <glyph glyph-name="glyph121" unicode="&#xb7;" horiz-adv-x="590" 
+d="M193 719q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -73t-72.5 -30t-72.5 30t-29.5 73z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M301 -379v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5t55 -112.5q0 -82 -54 -123t-161 -41q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="778" 
+d="M360 575v799h-174l41 72h217v-871h-84z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="858" 
+d="M428 897q110 0 186 74t76 182q0 107 -75.5 180.5t-186.5 73.5q-110 0 -185 -73.5t-75 -180.5t75.5 -181.5t184.5 -74.5zM426 817q-72 0 -137 25.5t-119 75.5q-51 47 -76.5 106.5t-25.5 128.5q0 68 26.5 129t77.5 109q50 46 115.5 71t138.5 25q75 0 140.5 -24.5
+t117.5 -71.5q52 -49 79.5 -110t27.5 -128t-27 -127.5t-78 -107.5q-53 -49 -120 -75t-140 -26z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="782" 
+d="M127 49l-82 53l215 332l-211 344l86 53l244 -395zM485 49l-84 53l215 332l-208 344l86 53l243 -395z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1829" 
+d="M1540 272v369l-291 -369h291zM1540 0v207h-416l500 633v-568h94v-65h-94v-207h-84zM401 -39l918 1518h106l-915 -1518h-109zM344 633v745h-168l41 66h207v-811h-80z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1829" 
+d="M1722 63v-63h-592l199 195q18 17 53 50q254 244 254 351q0 73 -57 119.5t-147 46.5q-93 0 -146 -52t-53 -143h-82v8q0 118 77.5 185t213.5 67q130 0 207 -61.5t77 -165.5q0 -131 -218 -339l-5 -5l-203 -193h422zM401 -39l918 1518h106l-915 -1518h-109zM344 633v745h-168
+l41 66h207v-811h-80z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1829" 
+d="M1540 272v369l-291 -369h291zM1540 0v207h-416l500 633v-568h94v-65h-94v-207h-84zM401 -39l918 1518h106l-915 -1518h-109zM152 840q6 -80 57.5 -121t144.5 -41q96 0 150.5 46t54.5 126q0 84 -55 130t-154 46h-35v70q8 0 22 -1t21 -1q88 0 137.5 39t49.5 108
+q0 70 -49 112t-131 42q-75 0 -121 -34.5t-54 -96.5h-89q8 90 79 143t185 53q119 0 192.5 -58.5t73.5 -152.5q0 -71 -42 -120.5t-118 -69.5q84 -25 130 -79.5t46 -129.5q0 -109 -79.5 -174.5t-213.5 -65.5q-131 0 -206.5 59t-86.5 171h91z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1053" 
+d="M639 1395q0 -43 -29.5 -73t-72.5 -30t-72 29.5t-29 73.5q0 43 29 72.5t72 29.5t72.5 -29.5t29.5 -72.5zM750 365h118v-33q0 -172 -97.5 -271.5t-264.5 -99.5q-152 0 -243 91t-91 243q0 111 48 186t196 170q26 17 74 47q198 122 198 230q0 72 -46.5 115.5t-123.5 43.5
+q-89 0 -137.5 -46.5t-48.5 -131.5v-18h-111v24q0 135 80.5 207t230.5 72q125 0 203 -75t78 -193q0 -88 -46 -154.5t-171 -148.5q-25 -17 -72 -47q-227 -143 -227 -273q0 -97 58.5 -155t156.5 -58q114 0 176 70t62 198v7z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM745 1608h-94l-283 350h164z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM479 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM325 1608l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM903 1872q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6
+l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM690 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM340 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1223" 
+d="M492 1737q0 -56 38.5 -94.5t94.5 -38.5q55 0 94 38.5t39 94.5t-38.5 94.5t-94.5 38.5t-94.5 -38.5t-38.5 -94.5zM389 1737q0 100 68 167.5t168 67.5q99 0 167 -67.5t68 -167.5q0 -99 -68 -167.5t-167 -68.5t-167.5 68.5t-68.5 167.5zM356 610h510l-250 633zM-18 0
+l624 1460h39l596 -1460h-145l-187 496h-598l-194 -496h-135z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1688" 
+d="M348 610h457l-217 662zM135 0h-127l529 1464h618l41 -125h-506l158 -458h526l43 -125h-526l215 -631h532l41 -125h-665l-170 496h-533z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1464" 
+d="M1358 1196q-109 94 -223 139t-240 45q-284 0 -461.5 -180t-177.5 -469q0 -145 43.5 -261t132.5 -206q88 -88 201.5 -134t243.5 -46q126 0 246 43t227 127v-156q-108 -66 -228.5 -101.5t-238.5 -35.5q-159 0 -304 57t-249 160q-107 106 -162 246t-55 307q0 164 56.5 306
+t162.5 245q103 101 248.5 158t302.5 57q140 0 259.5 -38.5t217.5 -115.5zM649 -379v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5t55 -112.5q0 -82 -54 -123t-161 -41q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725zM674 1608h-94l-283 350h164z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725zM408 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725zM254 1608l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725zM619 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM269 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM383 1608h-94l-283 350h164z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM117 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM-37 1608l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM328 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM-22 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1436" 
+d="M326 115h184q228 0 323.5 25.5t161.5 86.5q92 86 138.5 213t46.5 293q0 169 -47.5 297t-139.5 209q-70 63 -171.5 89t-354.5 26h-25h-116v-490h426v-102h-426v-647zM193 0v762h-193v102h193v600h227q308 0 435.5 -30t217.5 -103q123 -99 186.5 -252t63.5 -348t-64 -347
+t-188 -251q-92 -72 -214.5 -102.5t-412.5 -30.5h-24h-227z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1526" 
+d="M182 0v1526l1037 -1225v1163h124v-1507l-1036 1227v-1184h-125zM1055 1872q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5
+t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM1030 1608h-94
+l-283 350h164z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM764 1608
+l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM610 1608
+l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM1188 1872
+q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM975 1766
+q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM625 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1706" 
+d="M854 668l487 487l58 -57l-488 -488l488 -487l-58 -57l-487 487l-487 -487l-58 57l488 487l-488 488l58 57z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792" 
+d="M489 233q97 -76 196.5 -112.5t209.5 -36.5q128 0 246.5 49.5t208.5 140.5q92 92 140 209t48 248q0 117 -37.5 220.5t-116.5 201.5zM1319 1221q-91 79 -197 119t-227 40q-130 0 -246.5 -48.5t-206.5 -139.5q-91 -93 -138.5 -210.5t-47.5 -250.5q0 -123 40 -228t126 -206z
+M219 -45l-65 70l176 180q-106 102 -161.5 237t-55.5 289q0 156 58.5 295t170.5 248q111 109 253 167t300 58q152 0 281.5 -47t232.5 -139l184 192l70 -67l-186 -191q97 -105 149.5 -239t52.5 -277q0 -156 -58.5 -295t-170.5 -248t-255 -165t-310 -56q-140 0 -259 42
+t-229 130z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913zM842 1608h-94l-283 350h164z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913zM576 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913zM422 1608l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913zM787 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM437 1766q0 40 28 69
+t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1118" 
+d="M496 0v674l-486 790h160l393 -671l395 671h152l-481 -790v-674h-133zM426 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" 
+d="M315 473h91q242 0 325.5 61.5t83.5 215.5q0 66 -19 121.5t-57 97.5q-39 43 -104 60.5t-229 17.5h-91v-574zM182 0v1464h133v-299h111q176 0 252 -17t133 -58q69 -51 107 -137t38 -191q0 -210 -117.5 -308t-369.5 -98h-154v-356h-133z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1059" 
+d="M154 0v782h-121v105h121v297q0 186 92.5 286.5t263.5 100.5q166 0 262 -104.5t96 -284.5q0 -116 -54.5 -196t-162.5 -122q151 -17 230.5 -127.5t79.5 -304.5q0 -218 -115.5 -347.5t-310.5 -129.5q-29 0 -59 6t-64 19v131q31 -16 63.5 -23.5t67.5 -7.5q138 0 213 92.5
+t75 261.5q0 179 -83 273t-242 94q-12 0 -27 -1l-45 -3v124q8 0 18.5 -0.5t30.5 -0.5q132 0 195 66.5t63 203.5q0 131 -61.5 199.5t-179.5 68.5q-69 0 -120.5 -31.5t-76.5 -89.5q-14 -32 -20.5 -79t-6.5 -148v-84v-1026h-122z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM688 1030h-94l-283 350h164z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM422 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM268 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM846 1294q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM633 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM283 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM393 1221q0 -56 39 -95t94 -39q56 0 94.5 39t38.5 95t-38.5 95.5t-94.5 39.5q-55 0 -94 -39.5t-39 -95.5zM291 1221q0 99 67.5 167t167.5 68t168 -68t68 -167t-68 -167.5t-168 -68.5q-98 0 -166.5 68.5t-68.5 167.5z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1624" 
+d="M1534 438h-705q6 -171 84.5 -267.5t210.5 -96.5q103 0 177.5 52.5t121.5 158.5l117 -62q-69 -134 -170.5 -199t-243.5 -65q-123 0 -212 54t-150 167q-37 -105 -130.5 -163t-225.5 -58q-152 0 -244 79t-92 208q0 132 99.5 214.5t262.5 82.5q87 0 156 -22t120 -66
+q2 12 2.5 25.5t0.5 39.5q0 149 -67.5 221t-207.5 72q-76 0 -150.5 -19t-150.5 -59l2 131q75 27 151.5 40.5t158.5 13.5q135 0 226 -49.5t116 -137.5q48 89 134 138t195 49q189 0 301.5 -125t112.5 -336v-21zM838 543h551q-8 122 -81 190t-196 68q-111 0 -186.5 -71
+t-87.5 -187zM702 270q0 76 -67.5 122t-179.5 46q-117 0 -182.5 -50t-65.5 -138q0 -85 60.5 -130.5t172.5 -45.5q116 0 189 55t73 141z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="934" 
+d="M854 725q-62 43 -132 64.5t-144 21.5q-165 0 -263 -105.5t-98 -281.5q0 -156 101.5 -257t259.5 -101q72 0 145.5 25t144.5 75v-135q-65 -37 -144 -55.5t-169 -18.5q-203 0 -333 133.5t-130 341.5q0 217 135.5 352.5t352.5 135.5q80 0 150.5 -15.5t125.5 -44.5zM334 -379
+v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5t55 -112.5q0 -82 -54 -123t-161 -41q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27zM643 1030h-94l-283 350h164z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27zM377 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27zM223 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27zM588 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM238 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127zM369 1030h-94l-283 350h164z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127zM103 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127zM-51 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127zM314 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM-36 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1139" 
+d="M567 76q145 0 246.5 102.5t101.5 249.5q0 148 -101 250t-247 102t-247 -102t-101 -250q0 -147 101 -249.5t247 -102.5zM893 741q-35 131 -118 257t-206 235l-313 -146l-47 82l276 131q-45 37 -104 75.5t-139 82.5l59 90q102 -59 175.5 -108t121.5 -88l342 159l51 -84
+l-307 -147q184 -184 276.5 -380.5t92.5 -403.5q0 -244 -132.5 -389.5t-353.5 -145.5q-94 0 -184 36.5t-160 102.5q-68 65 -103.5 148t-35.5 176t36 177.5t103 148.5q68 65 154 101t172 36q91 0 176 -36t168 -110z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1067" 
+d="M164 0v887h117v-137q54 85 132.5 127.5t180.5 42.5q151 0 235 -84t84 -234v-602h-125v547q0 133 -55.5 197.5t-171.5 64.5q-141 0 -207.5 -83.5t-66.5 -262.5v-463h-123zM826 1294q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2
+q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM704 1030h-94l-283 350h164z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM438 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM284 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM862 1294q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27
+q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM649 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM299 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1706" 
+d="M854 365q41 0 69.5 -29.5t28.5 -71.5q0 -40 -28.5 -69t-69.5 -29t-69.5 28.5t-28.5 69.5t29 71t69 30zM1452 651v-82h-1198v82h1198zM854 1055q41 0 69.5 -28.5t28.5 -70.5q0 -40 -28.5 -70t-69.5 -30t-69.5 29.5t-28.5 70.5t28.5 70t69.5 29z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1143" 
+d="M147 -41l-55 59l111 113q-59 73 -87 147t-28 154q0 208 139.5 348t347.5 140q85 0 158 -27t144 -84l110 113l62 -58l-113 -110q59 -73 88 -149.5t29 -160.5q0 -207 -141.5 -345t-352.5 -138q-82 0 -154 27.5t-141 85.5zM346 160q51 -42 104.5 -62t112.5 -20
+q154 0 254.5 103.5t100.5 262.5q0 60 -17 113.5t-51 106.5zM793 723q-45 42 -97 62t-114 20q-159 0 -259 -103.5t-100 -267.5q0 -58 17 -110t53 -103z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123zM674 1030h-94l-283 350h164z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123zM408 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123zM254 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123zM619 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM269 1188q0 40 28 69t68 29t69 -29
+t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="825" 
+d="M43 887h131l254 -694l234 694h131l-459 -1333h-127l155 452zM281 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1108" 
+d="M883 438q0 172 -78.5 270.5t-216.5 98.5q-142 0 -222.5 -95.5t-80.5 -262.5q0 -170 86.5 -271.5t228.5 -101.5q134 0 208.5 95.5t74.5 266.5zM283 164v-610h-119v1996h119v-829q41 93 125 146t192 53q187 0 301.5 -131.5t114.5 -348.5q0 -219 -111.5 -349t-298.5 -130
+q-107 0 -189 51.5t-134 151.5z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="825" 
+d="M43 887h131l254 -694l234 694h131l-459 -1333h-127l155 452zM492 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM142 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1464" 
+d="M1358 1196q-109 94 -223 139t-240 45q-284 0 -461.5 -180t-177.5 -469q0 -145 43.5 -261t132.5 -206q88 -88 201.5 -134t243.5 -46q126 0 246 43t227 127v-156q-108 -66 -228.5 -101.5t-238.5 -35.5q-159 0 -304 57t-249 160q-107 106 -162 246t-55 307q0 164 56.5 306
+t162.5 245q103 101 248.5 158t302.5 57q140 0 259.5 -38.5t217.5 -115.5zM741 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="934" 
+d="M854 725q-62 43 -132 64.5t-144 21.5q-165 0 -263 -105.5t-98 -281.5q0 -156 101.5 -257t259.5 -101q72 0 145.5 25t144.5 75v-135q-65 -37 -144 -55.5t-169 -18.5q-203 0 -333 133.5t-130 341.5q0 217 135.5 352.5t352.5 135.5q80 0 150.5 -15.5t125.5 -44.5zM428 1030
+l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1464" 
+d="M1358 1196q-109 94 -223 139t-240 45q-284 0 -461.5 -180t-177.5 -469q0 -145 43.5 -261t132.5 -206q88 -88 201.5 -134t243.5 -46q126 0 246 43t227 127v-156q-108 -66 -228.5 -101.5t-238.5 -35.5q-159 0 -304 57t-249 160q-107 106 -162 246t-55 307q0 164 56.5 306
+t162.5 245q103 101 248.5 158t302.5 57q140 0 259.5 -38.5t217.5 -115.5zM1159 1958l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="934" 
+d="M854 725q-62 43 -132 64.5t-144 21.5q-165 0 -263 -105.5t-98 -281.5q0 -156 101.5 -257t259.5 -101q72 0 145.5 25t144.5 75v-135q-65 -37 -144 -55.5t-169 -18.5q-203 0 -333 133.5t-130 341.5q0 217 135.5 352.5t352.5 135.5q80 0 150.5 -15.5t125.5 -44.5zM846 1380
+l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1116" 
+d="M225 434q0 -172 77.5 -265t221.5 -93q139 0 219 101.5t80 279.5q0 163 -79.5 256.5t-217.5 93.5t-219.5 -100t-81.5 -273zM821 0v162q-43 -98 -122 -149.5t-187 -51.5q-191 0 -307.5 131t-116.5 346q0 212 115.5 347t296.5 135q113 0 194.5 -49.5t126.5 -145.5v436h-360
+v101h360v288h125v-288h170v-101h-170v-1161h-125z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1673" 
+d="M1382 1096q-89 138 -219 209t-293 71q-272 0 -443 -184t-171 -477q0 -131 45.5 -247t132.5 -206q88 -89 197 -133.5t239 -44.5q246 0 400.5 145t158.5 379h-505v115h651v-16q0 -350 -191 -548t-526 -198q-333 0 -539 212t-206 556q0 158 52 298.5t150 244.5
+q106 113 239.5 169t297.5 56q223 0 382 -80.5t245 -236.5zM564 1862h79q11 -67 58 -98t137 -31q91 0 136.5 30.5t56.5 98.5h81q-12 -124 -77.5 -182t-196.5 -58t-196.5 58t-77.5 182z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1108" 
+d="M944 887v-733q0 -175 -9.5 -267t-31.5 -137q-46 -99 -141 -147.5t-240 -48.5q-177 0 -275.5 68.5t-119.5 207.5h154q15 -82 78.5 -124t172.5 -42q82 0 147.5 29t98.5 80q22 33 31.5 76.5t9.5 134.5v47v133q-41 -95 -125.5 -149t-193.5 -54q-187 0 -298.5 130t-111.5 349
+q0 217 114 348.5t302 131.5q105 0 190.5 -54.5t122.5 -144.5v166h125zM520 807q-138 0 -217.5 -98.5t-79.5 -270.5q0 -171 75.5 -266.5t209.5 -95.5q142 0 227.5 101t85.5 272q0 168 -80 263t-221 95zM281 1284h79q11 -67 58 -98t137 -31q91 0 136.5 30.5t56.5 98.5h81
+q-12 -124 -77.5 -182t-196.5 -58t-196.5 58t-77.5 182z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM148 1766q0 42 30.5 73t71.5 31q42 0 72 -30.5t30 -73.5q0 -42 -30.5 -72.5t-71.5 -30.5t-71.5 30.5t-30.5 72.5z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="856" 
+d="M193 0v672l-195 -135l-66 79l261 185v663h133v-592l237 166l64 -86l-301 -209v-618h501v-125h-634z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="500" 
+d="M313 831l152 107l55 -82l-207 -147v-709h-127v635l-149 -109l-57 82l206 148v794h127v-719z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="2320" 
+d="M2181 1464v-125h-575v-458h575v-125h-575v-631h575v-125h-698v311q-97 -166 -257 -256t-360 -90q-102 0 -199 26t-180 77q-181 109 -277.5 281t-96.5 384q0 157 56 295.5t163 245.5q108 109 248.5 167t298.5 58q198 0 350 -85t254 -253v303h698zM242 731
+q0 -130 46.5 -246.5t137.5 -212.5q85 -90 198 -138t238 -48q129 0 239.5 47t196.5 137q88 94 134.5 212.5t46.5 248.5q0 140 -43 255t-129 204q-89 93 -201.5 140.5t-243.5 47.5q-124 0 -236 -47.5t-200 -138.5q-91 -96 -137.5 -212.5t-46.5 -248.5z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1841" 
+d="M573 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM1053 545h551q-8 123 -81 191.5t-196 68.5q-111 0 -188 -73t-86 -187zM1749 442h-705q0 -165 81.5 -265.5t211.5 -100.5q103 0 178.5 53
+t122.5 160l117 -64q-69 -133 -169 -198.5t-234 -65.5q-136 0 -238.5 65t-138.5 173q-57 -113 -163.5 -175.5t-242.5 -62.5q-97 0 -183.5 35.5t-154.5 103.5q-68 69 -103.5 156t-35.5 186q0 96 36 183.5t103 154.5t154.5 104.5t177.5 37.5q144 0 248 -59t164 -175
+q41 109 138 171.5t226 62.5q187 0 298.5 -124.5t111.5 -334.5v-21z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1020" 
+d="M70 246l114 61q32 -108 110.5 -167.5t188.5 -59.5q139 0 217 82t78 227q0 106 -52.5 176t-225.5 162q-221 117 -294 206t-73 214q0 156 105.5 254t273.5 98q110 0 191.5 -46.5t132.5 -139.5l-103 -62q-32 63 -90.5 96t-138.5 33q-108 0 -172 -63.5t-64 -171.5
+q0 -154 254 -287q46 -24 70 -37q187 -103 250 -194.5t63 -237.5q0 -197 -115 -312.5t-313 -115.5q-144 0 -246.5 71.5t-160.5 213.5zM299 -379v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5
+t55 -112.5q0 -82 -54 -123t-161 -41q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="782" 
+d="M63 158l117 67q29 -74 84 -111.5t135 -37.5q78 0 124 39.5t46 105.5q0 102 -181 173q-19 7 -30 12q-140 55 -196 113.5t-56 144.5q0 113 80 185.5t207 72.5q108 0 184 -47t111 -134l-113 -63q-21 63 -70 96t-120 33q-64 0 -105.5 -37.5t-41.5 -93.5q0 -55 41 -91t170 -79
+q146 -51 196.5 -111t50.5 -166q0 -122 -87 -195t-234 -73q-113 0 -194.5 51.5t-117.5 145.5zM180 -379v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5t55 -112.5q0 -82 -54 -123t-161 -41
+q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1020" 
+d="M70 246l114 61q32 -108 110.5 -167.5t188.5 -59.5q139 0 217 82t78 227q0 106 -52.5 176t-225.5 162q-221 117 -294 206t-73 214q0 156 105.5 254t273.5 98q110 0 191.5 -46.5t132.5 -139.5l-103 -62q-32 63 -90.5 96t-138.5 33q-108 0 -172 -63.5t-64 -171.5
+q0 -154 254 -287q46 -24 70 -37q187 -103 250 -194.5t63 -237.5q0 -197 -115 -312.5t-313 -115.5q-144 0 -246.5 71.5t-160.5 213.5zM795 1958l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="782" 
+d="M63 158l117 67q29 -74 84 -111.5t135 -37.5q78 0 124 39.5t46 105.5q0 102 -181 173q-19 7 -30 12q-140 55 -196 113.5t-56 144.5q0 113 80 185.5t207 72.5q108 0 184 -47t111 -134l-113 -63q-21 63 -70 96t-120 33q-64 0 -105.5 -37.5t-41.5 -93.5q0 -55 41 -91t170 -79
+q146 -51 196.5 -111t50.5 -166q0 -122 -87 -195t-234 -73q-113 0 -194.5 51.5t-117.5 145.5zM676 1380l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1118" 
+d="M496 0v674l-486 790h160l393 -671l395 671h152l-481 -790v-674h-133zM637 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM287 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1147" 
+d="M25 0l870 1343h-743v121h970l-866 -1341h778v-123h-1009zM858 1958l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="780" 
+d="M23 0l495 776h-461v111h674l-491 -776h505v-111h-722zM676 1380l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1180" 
+d="M659 825l-88 -800q-31 -278 -94.5 -377t-197.5 -99q-20 1 -43 4.5t-49 10.5l31 118q11 -6 25 -9t36 -3q70 0 103.5 68t63.5 348l82 739h-163l10 95h164l20 182q23 207 89.5 292t201.5 85q36 0 67 -7t60 -22l-21 -107q-33 12 -59 17.5t-47 5.5q-74 0 -108 -49t-54 -223
+l-18 -174h194l-6 -95h-199z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M225 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M797 1380l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M238 1284h79q11 -67 58 -98t137 -31q91 0 136.5 30.5t56.5 98.5h81q-12 -124 -77.5 -182t-196.5 -58t-196.5 58t-77.5 182z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M410 1188q0 42 30.5 73t71.5 31q42 0 72 -30.5t30 -73.5q0 -42 -30.5 -72.5t-71.5 -30.5t-71.5 30.5t-30.5 72.5z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M371 1260q0 -61 40.5 -102.5t100.5 -41.5t101.5 42t41.5 102q0 59 -41.5 100t-101.5 41q-61 0 -101 -40.5t-40 -100.5zM264 1260q0 104 72 175.5t176 71.5t176 -71.5t72 -175.5q0 -105 -72 -176.5t-176 -71.5t-176 71.5t-72 176.5z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M573 0q-73 -65 -108 -123t-35 -113q0 -46 23 -66t77 -20h84v-112h-79q-114 0 -168 40t-54 124q0 65 41 125t148 145h71z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M803 1294q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M580 1030l168 350h155l-239 -350h-84zM322 1030l147 350h158l-221 -350h-84z" />
+    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="1585" 
+d="M1452 121v-121h-573v102q218 136 328 307.5t110 376.5q0 269 -146.5 438t-377.5 169t-378 -169t-147 -438q0 -205 110 -376.5t329 -307.5v-102h-572v121h354q-183 132 -271.5 295.5t-88.5 369.5q0 317 188.5 522t475.5 205q286 0 474.5 -205t188.5 -522
+q0 -206 -88.5 -369.5t-271.5 -295.5h356z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1155" 
+d="M1102 958h-182l-119 -565q-14 -62 -21.5 -111t-7.5 -77q0 -59 24.5 -83t84.5 -24q27 0 49.5 2.5t42.5 7.5l-25 -108q-29 -9 -52 -12.5t-44 -3.5q-92 0 -145.5 54t-53.5 148q0 47 11.5 122.5t44.5 228.5l88 421h-381l-203 -958h-121l201 958h-39q-55 0 -85.5 -32
+t-41.5 -101h-121q25 135 85 186.5t206 51.5h829z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M0 481h1024v-80h-1024v80z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
+d="M0 401v80h2048v-80h-2048z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="590" 
+d="M467 1466l-195 -540l-149 67l262 504z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="590" 
+d="M123 958l194 539l150 -65l-262 -506z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="590" 
+d="M324 254l145 -61l-264 -515l-84 39z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="877" 
+d="M772 1466l-194 -540l-150 67l262 504zM449 1466l-195 -540l-148 67l261 504z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="877" 
+d="M428 958l195 539l149 -65l-262 -506zM106 958l193 539l150 -65l-263 -506z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="877" 
+d="M428 -287l195 541l149 -68l-262 -505zM106 -287l193 541l150 -68l-263 -505z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1042" 
+d="M461 -446v1220h-361v115h361v575h123v-575h360v-115h-360v-1220h-123z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1042" 
+d="M459 -446v485h-359v113h359v720h-359v113h359v479h123v-479h362v-113h-362v-720h362v-113h-362v-485h-123z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1208" 
+d="M307 762q0 123 87 209t210 86q122 0 208.5 -86.5t86.5 -208.5t-87.5 -209.5t-209.5 -87.5q-123 0 -209 87t-86 210z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048" 
+d="M240 84q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5zM922 84q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5zM1606 84q0 43 29.5 72.5t72.5 29.5t72.5 -29.5
+t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2204" 
+d="M1673 336q0 -137 45.5 -210t130.5 -73q84 0 129 73t45 210q0 139 -43.5 209.5t-130.5 70.5q-84 0 -130 -72.5t-46 -207.5zM2142 334q0 -177 -77 -275t-216 -98t-217 98t-78 275t78 276t217 99t216 -99t77 -276zM965 336q0 -138 44.5 -210.5t129.5 -72.5q84 0 130 73.5
+t46 209.5q0 138 -45 209t-131 71q-85 0 -129.5 -72t-44.5 -208zM1434 334q0 -177 -78 -275t-217 -98t-216 98t-77 275t77 276t216 99t217 -99t78 -276zM180 1106q0 -138 44.5 -210.5t129.5 -72.5t130.5 73.5t45.5 209.5q0 138 -44.5 209t-131.5 71q-84 0 -129 -72t-45 -208z
+M649 1104q0 -177 -78 -276t-217 -99q-138 0 -215.5 98.5t-77.5 276.5q0 177 77.5 276t215.5 99q139 0 217 -99t78 -276zM270 -39l840 1518h109l-842 -1518h-107z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="422" 
+d="M295 51l-252 385l244 395l86 -51l-209 -346l215 -332z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="422" 
+d="M125 51l-82 51l215 332l-211 346l88 51l244 -395z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1671" 
+d="M182 0v1464h725v-125h-592v-458h570v-125h-570v-756h-133zM1313 709q68 115 133.5 163t152.5 48q26 0 52.5 -5t52.5 -14l-40 -116q-20 6 -41.5 10t-41.5 4q-111 0 -189.5 -104t-78.5 -259v-436h-123v887h123v-178z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1706" 
+d="M926 1454l174 -440l162 440h102v-530h-59v479l-181 -479h-49l-190 479v-479h-60v530h101zM694 1454v-51h-174v-479h-67v479h-179v51h420z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" 
+d="M750 578q11 69 16.5 144.5t5.5 160.5q0 179 -38 266.5t-116 87.5q-45 0 -99.5 -73.5t-108.5 -73.5q-29 0 -48.5 18.5t-19.5 46.5q0 59 61 102t148 43q160 0 254 -147t94 -401q0 -335 -131.5 -557t-323.5 -222q-139 0 -224 105t-85 280q0 173 107 296.5t258 123.5
+q97 0 158.5 -49t91.5 -151zM713 459q0 125 -47 190.5t-138 65.5q-117 0 -190.5 -125t-73.5 -330q0 -117 47.5 -179.5t137.5 -62.5q114 0 189 125.5t75 315.5z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1335" 
+d="M1155 121l-487 1233l-490 -1233h977zM754 1473l592 -1473h-1358l594 1473h172z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1491" 
+d="M164 1473h1163v-1866h-135v1743h-893v-1743h-135v1866z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1290" 
+d="M45 1473h1208v-123h-1038l721 -787l-760 -835h1077v-121h-1243v127l752 829l-717 787v123z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1706" 
+d="M1452 651v-82h-1198v82h1198z" />
+    <glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="342" 
+d="M-342 -39l917 1518h107l-915 -1518h-109z" />
+    <glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="590" 
+d="M193 719q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -73t-72.5 -30t-72.5 30t-29.5 73z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1264" 
+d="M1264 1626v-61h-129l-596 -1606h-31l-330 907l-110 -39l-15 50l230 79l278 -759l531 1429h172z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1706" 
+d="M889 557q54 -103 125 -154t162 -51q107 0 176 78t69 199q0 119 -63.5 196.5t-159.5 77.5q-87 0 -157.5 -77.5t-151.5 -268.5zM819 670q-52 102 -123.5 153t-163.5 51q-108 0 -176.5 -77.5t-68.5 -198.5q0 -118 63.5 -195t159.5 -77q88 0 158 76t151 268zM836 713
+q66 139 146 206.5t177 67.5q130 0 219.5 -106t89.5 -265q0 -165 -80 -266.5t-210 -101.5q-94 0 -165.5 60.5t-142.5 201.5q-71 -139 -148.5 -203.5t-172.5 -64.5q-130 0 -220.5 106.5t-90.5 263.5q0 166 80 267.5t210 101.5q98 0 172.5 -64.5t135.5 -203.5z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="948" 
+d="M401 578q0 498 86.5 733t268.5 235q65 0 106 -35t41 -90q0 -45 -27.5 -71.5t-74.5 -26.5q-77 0 -101.5 64.5t-33.5 64.5q-67 0 -93 -159t-26 -687q0 -509 -85.5 -743t-268.5 -234q-64 0 -106 34.5t-42 84.5q0 48 28.5 77.5t76.5 29.5q33 0 56 -13.5t40 -42.5
+q8 -14 12.5 -44.5t24.5 -30.5q66 0 92 165t26 689z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1706" 
+d="M1530 485q-106 -74 -202 -110.5t-185 -36.5q-106 0 -295.5 70.5t-282.5 70.5q-83 0 -171 -35.5t-216 -124.5v93q105 73 201 109t186 36q106 0 295.5 -69.5t282.5 -69.5q83 0 171 35.5t216 124.5v-93zM1530 809q-105 -73 -200.5 -109t-186.5 -36q-106 0 -295.5 69.5
+t-282.5 69.5q-83 0 -171 -35.5t-216 -124.5v92q106 75 202 111.5t185 36.5q106 0 295.5 -71t282.5 -71q81 0 168.5 36t218.5 126v-94z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1706" 
+d="M1280 1108l-217 -277h389v-79h-440l-219 -283h659v-82h-711l-254 -324l-61 48l215 276h-387v82h436l221 283h-657v79h709l254 326z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1706" 
+d="M1442 129v-80h-1178v80h1178zM1442 1083l-1043 -350l1043 -352v-88l-1178 405v70l1178 403v-88z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1706" 
+d="M1442 129v-80h-1178v80h1178zM1442 768v-70l-1178 -405v88l1043 352l-1043 350v88z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012" 
+d="M506 1409l-385 -817l385 -825l385 825zM506 1653l500 -1061l-500 -1069l-500 1069z" />
+    <glyph glyph-name="apple" unicode="&#xf000;" horiz-adv-x="1618" 
+d="M836 1216q-1 6 -1.5 14t-0.5 23q0 124 95 229.5t236 131.5q1 -10 1.5 -23t0.5 -39q0 -131 -103.5 -234.5t-203.5 -103.5h-8q-3 0 -7.5 1t-8.5 1zM1505 403q-114 -247 -205 -342.5t-204 -95.5q-50 0 -131.5 33t-122.5 33q-45 0 -131 -33t-127 -33q-64 0 -128.5 44
+t-129.5 132q-102 140 -157.5 295.5t-55.5 300.5q0 219 125 356.5t323 137.5q68 0 155 -34t124 -34q34 0 121.5 35t152.5 35q110 0 198 -40t161 -124q-102 -65 -151.5 -145.5t-49.5 -182.5q0 -113 60 -200t173 -138z" />
+    <glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="967" 
+d="M637 1233q0 39 27.5 66.5t66.5 27.5t66.5 -27.5t27.5 -66.5q0 -41 -26.5 -67.5t-67.5 -26.5q-40 0 -67 27t-27 67zM668 0v887h127v-887h-127zM193 0v782h-166v105h166v256q0 267 50 346.5t183 79.5q33 0 63 -5.5t56 -15.5l-23 -108q-24 12 -46.5 18t-41.5 6
+q-65 0 -92 -51.5t-27 -189.5v-336h195v-105h-195v-782h-122z" />
+    <glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="977" 
+d="M678 0v1550h125v-1550h-125zM193 0v782h-166v105h166v256q0 267 50 346.5t183 79.5q33 0 63 -5.5t56 -15.5l-23 -108q-24 12 -46.5 18t-41.5 6q-65 0 -92 -51.5t-27 -189.5v-336h195v-105h-195v-782h-122z" />
+    <hkern u1="&#x2d;" u2="&#x153;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#x152;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#x111;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xf8;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xd8;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#xc6;" k="-57" />
+    <hkern u1="&#x2d;" u2="&#xc5;" k="36" />
+    <hkern u1="&#x2d;" u2="x" k="36" />
+    <hkern u1="&#x2d;" u2="s" k="-38" />
+    <hkern u1="&#x2d;" u2="q" k="-38" />
+    <hkern u1="&#x2d;" u2="o" k="-38" />
+    <hkern u1="&#x2d;" u2="e" k="-38" />
+    <hkern u1="&#x2d;" u2="d" k="-38" />
+    <hkern u1="&#x2d;" u2="c" k="-38" />
+    <hkern u1="&#x2d;" u2="Y" k="159" />
+    <hkern u1="&#x2d;" u2="X" k="73" />
+    <hkern u1="&#x2d;" u2="W" k="112" />
+    <hkern u1="&#x2d;" u2="V" k="120" />
+    <hkern u1="&#x2d;" u2="T" k="188" />
+    <hkern u1="&#x2d;" u2="S" k="-38" />
+    <hkern u1="&#x2d;" u2="Q" k="-75" />
+    <hkern u1="&#x2d;" u2="O" k="-75" />
+    <hkern u1="&#x2d;" u2="J" k="-114" />
+    <hkern u1="&#x2d;" u2="G" k="-75" />
+    <hkern u1="&#x2d;" u2="C" k="-38" />
+    <hkern u1="&#x2d;" u2="A" k="36" />
+    <hkern u1="A" u2="&#x201e;" k="-38" />
+    <hkern u1="A" u2="&#x201d;" k="243" />
+    <hkern u1="A" u2="&#x201c;" k="264" />
+    <hkern u1="A" u2="&#x201a;" k="-38" />
+    <hkern u1="A" u2="&#x2019;" k="243" />
+    <hkern u1="A" u2="&#x2018;" k="264" />
+    <hkern u1="A" u2="&#x152;" k="36" />
+    <hkern u1="A" u2="&#xd8;" k="36" />
+    <hkern u1="A" u2="&#xab;" k="73" />
+    <hkern u1="A" u2="Y" k="112" />
+    <hkern u1="A" u2="W" k="36" />
+    <hkern u1="A" u2="V" k="36" />
+    <hkern u1="A" u2="U" k="36" />
+    <hkern u1="A" u2="T" k="112" />
+    <hkern u1="A" u2="Q" k="36" />
+    <hkern u1="A" u2="O" k="36" />
+    <hkern u1="A" u2="G" k="36" />
+    <hkern u1="A" u2="C" k="36" />
+    <hkern u1="A" u2="&#x3b;" k="-38" />
+    <hkern u1="A" u2="&#x3a;" k="-38" />
+    <hkern u1="A" u2="&#x2d;" k="45" />
+    <hkern u1="B" u2="&#x201e;" k="36" />
+    <hkern u1="B" u2="&#x201d;" k="36" />
+    <hkern u1="B" u2="&#x201a;" k="36" />
+    <hkern u1="B" u2="&#x2019;" k="36" />
+    <hkern u1="B" u2="Y" k="36" />
+    <hkern u1="B" u2="W" k="36" />
+    <hkern u1="B" u2="V" k="36" />
+    <hkern u1="B" u2="&#x2e;" k="55" />
+    <hkern u1="B" u2="&#x2d;" k="-57" />
+    <hkern u1="B" u2="&#x2c;" k="55" />
+    <hkern u1="C" u2="&#x201d;" k="-57" />
+    <hkern u1="C" u2="&#x2019;" k="-57" />
+    <hkern u1="C" u2="&#x3b;" k="-38" />
+    <hkern u1="C" u2="&#x3a;" k="-38" />
+    <hkern u1="C" u2="&#x2d;" k="-47" />
+    <hkern u1="D" u2="&#x201e;" k="188" />
+    <hkern u1="D" u2="&#x201d;" k="36" />
+    <hkern u1="D" u2="&#x201c;" k="36" />
+    <hkern u1="D" u2="&#x201a;" k="188" />
+    <hkern u1="D" u2="&#x2019;" k="36" />
+    <hkern u1="D" u2="&#x2018;" k="36" />
+    <hkern u1="D" u2="&#xc5;" k="36" />
+    <hkern u1="D" u2="Y" k="36" />
+    <hkern u1="D" u2="W" k="36" />
+    <hkern u1="D" u2="V" k="36" />
+    <hkern u1="D" u2="A" k="36" />
+    <hkern u1="D" u2="&#x2e;" k="120" />
+    <hkern u1="D" u2="&#x2d;" k="-65" />
+    <hkern u1="D" u2="&#x2c;" k="120" />
+    <hkern u1="E" u2="&#x3b;" k="-38" />
+    <hkern u1="E" u2="&#x3a;" k="-38" />
+    <hkern u1="E" u2="&#x2e;" k="-38" />
+    <hkern u1="E" u2="&#x2d;" k="-38" />
+    <hkern u1="E" u2="&#x2c;" k="-38" />
+    <hkern u1="F" u2="&#x203a;" k="-38" />
+    <hkern u1="F" u2="&#x201e;" k="415" />
+    <hkern u1="F" u2="&#x201d;" k="-38" />
+    <hkern u1="F" u2="&#x201a;" k="415" />
+    <hkern u1="F" u2="&#x2019;" k="-38" />
+    <hkern u1="F" u2="&#x153;" k="73" />
+    <hkern u1="F" u2="&#xf8;" k="73" />
+    <hkern u1="F" u2="&#xe6;" k="73" />
+    <hkern u1="F" u2="&#xc5;" k="149" />
+    <hkern u1="F" u2="&#xbb;" k="-38" />
+    <hkern u1="F" u2="&#xab;" k="73" />
+    <hkern u1="F" u2="u" k="73" />
+    <hkern u1="F" u2="r" k="112" />
+    <hkern u1="F" u2="o" k="73" />
+    <hkern u1="F" u2="i" k="73" />
+    <hkern u1="F" u2="e" k="73" />
+    <hkern u1="F" u2="a" k="73" />
+    <hkern u1="F" u2="A" k="149" />
+    <hkern u1="F" u2="&#x3b;" k="83" />
+    <hkern u1="F" u2="&#x3a;" k="83" />
+    <hkern u1="F" u2="&#x2e;" k="405" />
+    <hkern u1="F" u2="&#x2d;" k="102" />
+    <hkern u1="F" u2="&#x2c;" k="405" />
+    <hkern u1="G" u2="&#x201d;" k="92" />
+    <hkern u1="G" u2="&#x2019;" k="92" />
+    <hkern u1="G" u2="Y" k="36" />
+    <hkern u1="G" u2="T" k="36" />
+    <hkern u1="G" u2="&#x3b;" k="-38" />
+    <hkern u1="G" u2="&#x3a;" k="-38" />
+    <hkern u1="G" u2="&#x2e;" k="55" />
+    <hkern u1="G" u2="&#x2d;" k="-47" />
+    <hkern u1="G" u2="&#x2c;" k="55" />
+    <hkern u1="H" u2="&#x2e;" k="36" />
+    <hkern u1="H" u2="&#x2c;" k="36" />
+    <hkern u1="J" u2="&#x201e;" k="112" />
+    <hkern u1="J" u2="&#x201d;" k="36" />
+    <hkern u1="J" u2="&#x201a;" k="112" />
+    <hkern u1="J" u2="&#x2019;" k="36" />
+    <hkern u1="J" u2="&#x3b;" k="63" />
+    <hkern u1="J" u2="&#x3a;" k="63" />
+    <hkern u1="J" u2="&#x2e;" k="102" />
+    <hkern u1="J" u2="&#x2d;" k="36" />
+    <hkern u1="J" u2="&#x2c;" k="102" />
+    <hkern u1="K" u2="&#x201e;" k="-65" />
+    <hkern u1="K" u2="&#x201d;" k="45" />
+    <hkern u1="K" u2="&#x201c;" k="73" />
+    <hkern u1="K" u2="&#x201a;" k="-65" />
+    <hkern u1="K" u2="&#x2019;" k="45" />
+    <hkern u1="K" u2="&#x2018;" k="73" />
+    <hkern u1="K" u2="&#x153;" k="36" />
+    <hkern u1="K" u2="&#x152;" k="73" />
+    <hkern u1="K" u2="&#xf8;" k="36" />
+    <hkern u1="K" u2="&#xe6;" k="36" />
+    <hkern u1="K" u2="&#xd8;" k="73" />
+    <hkern u1="K" u2="&#xab;" k="55" />
+    <hkern u1="K" u2="y" k="73" />
+    <hkern u1="K" u2="u" k="36" />
+    <hkern u1="K" u2="o" k="36" />
+    <hkern u1="K" u2="e" k="36" />
+    <hkern u1="K" u2="a" k="36" />
+    <hkern u1="K" u2="Y" k="73" />
+    <hkern u1="K" u2="W" k="73" />
+    <hkern u1="K" u2="U" k="36" />
+    <hkern u1="K" u2="T" k="73" />
+    <hkern u1="K" u2="O" k="73" />
+    <hkern u1="K" u2="C" k="73" />
+    <hkern u1="K" u2="&#x3b;" k="-38" />
+    <hkern u1="K" u2="&#x3a;" k="-38" />
+    <hkern u1="K" u2="&#x2e;" k="-38" />
+    <hkern u1="K" u2="&#x2d;" k="102" />
+    <hkern u1="K" u2="&#x2c;" k="-38" />
+    <hkern u1="L" u2="&#x201d;" k="311" />
+    <hkern u1="L" u2="&#x201c;" k="339" />
+    <hkern u1="L" u2="&#x2019;" k="311" />
+    <hkern u1="L" u2="&#x2018;" k="339" />
+    <hkern u1="L" u2="&#x153;" k="36" />
+    <hkern u1="L" u2="&#x152;" k="73" />
+    <hkern u1="L" u2="&#xf8;" k="36" />
+    <hkern u1="L" u2="&#xe6;" k="36" />
+    <hkern u1="L" u2="&#xd8;" k="73" />
+    <hkern u1="L" u2="y" k="73" />
+    <hkern u1="L" u2="u" k="36" />
+    <hkern u1="L" u2="o" k="36" />
+    <hkern u1="L" u2="e" k="36" />
+    <hkern u1="L" u2="a" k="36" />
+    <hkern u1="L" u2="Y" k="149" />
+    <hkern u1="L" u2="W" k="112" />
+    <hkern u1="L" u2="V" k="112" />
+    <hkern u1="L" u2="U" k="36" />
+    <hkern u1="L" u2="T" k="112" />
+    <hkern u1="L" u2="O" k="73" />
+    <hkern u1="L" u2="&#x3b;" k="-38" />
+    <hkern u1="L" u2="&#x3a;" k="-38" />
+    <hkern u1="L" u2="&#x2e;" k="-38" />
+    <hkern u1="L" u2="&#x2d;" k="36" />
+    <hkern u1="L" u2="&#x2c;" k="-38" />
+    <hkern u1="M" u2="&#x201c;" k="36" />
+    <hkern u1="M" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x201e;" k="73" />
+    <hkern u1="N" u2="&#x201c;" k="36" />
+    <hkern u1="N" u2="&#x201a;" k="73" />
+    <hkern u1="N" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x3b;" k="55" />
+    <hkern u1="N" u2="&#x3a;" k="55" />
+    <hkern u1="N" u2="&#x2e;" k="92" />
+    <hkern u1="N" u2="&#x2c;" k="92" />
+    <hkern u1="O" u2="&#x201e;" k="112" />
+    <hkern u1="O" u2="&#x201d;" k="36" />
+    <hkern u1="O" u2="&#x201a;" k="112" />
+    <hkern u1="O" u2="&#x2019;" k="36" />
+    <hkern u1="O" u2="&#xc5;" k="36" />
+    <hkern u1="O" u2="Y" k="73" />
+    <hkern u1="O" u2="X" k="36" />
+    <hkern u1="O" u2="V" k="36" />
+    <hkern u1="O" u2="T" k="112" />
+    <hkern u1="O" u2="A" k="36" />
+    <hkern u1="O" u2="&#x3b;" k="-38" />
+    <hkern u1="O" u2="&#x3a;" k="-38" />
+    <hkern u1="O" u2="&#x2e;" k="83" />
+    <hkern u1="O" u2="&#x2d;" k="-57" />
+    <hkern u1="O" u2="&#x2c;" k="83" />
+    <hkern u1="P" u2="&#x203a;" k="36" />
+    <hkern u1="P" u2="&#x201e;" k="491" />
+    <hkern u1="P" u2="&#x201d;" k="-47" />
+    <hkern u1="P" u2="&#x201c;" k="-38" />
+    <hkern u1="P" u2="&#x201a;" k="491" />
+    <hkern u1="P" u2="&#x2019;" k="-47" />
+    <hkern u1="P" u2="&#x2018;" k="-38" />
+    <hkern u1="P" u2="&#x153;" k="112" />
+    <hkern u1="P" u2="&#xf8;" k="112" />
+    <hkern u1="P" u2="&#xe6;" k="112" />
+    <hkern u1="P" u2="&#xc5;" k="112" />
+    <hkern u1="P" u2="&#xbb;" k="36" />
+    <hkern u1="P" u2="&#xab;" k="112" />
+    <hkern u1="P" u2="u" k="73" />
+    <hkern u1="P" u2="s" k="73" />
+    <hkern u1="P" u2="r" k="73" />
+    <hkern u1="P" u2="o" k="112" />
+    <hkern u1="P" u2="n" k="73" />
+    <hkern u1="P" u2="i" k="36" />
+    <hkern u1="P" u2="e" k="112" />
+    <hkern u1="P" u2="a" k="112" />
+    <hkern u1="P" u2="A" k="112" />
+    <hkern u1="P" u2="&#x3b;" k="92" />
+    <hkern u1="P" u2="&#x3a;" k="92" />
+    <hkern u1="P" u2="&#x2e;" k="491" />
+    <hkern u1="P" u2="&#x2d;" k="159" />
+    <hkern u1="P" u2="&#x2c;" k="491" />
+    <hkern u1="Q" u2="&#x3b;" k="-38" />
+    <hkern u1="Q" u2="&#x3a;" k="-38" />
+    <hkern u1="Q" u2="&#x2d;" k="-57" />
+    <hkern u1="R" u2="&#x201d;" k="36" />
+    <hkern u1="R" u2="&#x201c;" k="36" />
+    <hkern u1="R" u2="&#x2019;" k="36" />
+    <hkern u1="R" u2="&#x2018;" k="36" />
+    <hkern u1="R" u2="&#x153;" k="36" />
+    <hkern u1="R" u2="&#xf8;" k="36" />
+    <hkern u1="R" u2="&#xe6;" k="36" />
+    <hkern u1="R" u2="y" k="36" />
+    <hkern u1="R" u2="u" k="36" />
+    <hkern u1="R" u2="o" k="36" />
+    <hkern u1="R" u2="e" k="36" />
+    <hkern u1="R" u2="a" k="36" />
+    <hkern u1="R" u2="Y" k="36" />
+    <hkern u1="R" u2="T" k="36" />
+    <hkern u1="R" u2="&#x2d;" k="55" />
+    <hkern u1="S" u2="&#x3b;" k="-38" />
+    <hkern u1="S" u2="&#x3a;" k="-38" />
+    <hkern u1="S" u2="&#x2e;" k="36" />
+    <hkern u1="S" u2="&#x2d;" k="-65" />
+    <hkern u1="S" u2="&#x2c;" k="36" />
+    <hkern u1="T" u2="&#x203a;" k="112" />
+    <hkern u1="T" u2="&#x201e;" k="225" />
+    <hkern u1="T" u2="&#x201a;" k="225" />
+    <hkern u1="T" u2="&#x153;" k="243" />
+    <hkern u1="T" u2="&#x152;" k="112" />
+    <hkern u1="T" u2="&#xf8;" k="243" />
+    <hkern u1="T" u2="&#xe6;" k="243" />
+    <hkern u1="T" u2="&#xd8;" k="112" />
+    <hkern u1="T" u2="&#xc5;" k="149" />
+    <hkern u1="T" u2="&#xbb;" k="112" />
+    <hkern u1="T" u2="&#xab;" k="188" />
+    <hkern u1="T" u2="y" k="243" />
+    <hkern u1="T" u2="w" k="243" />
+    <hkern u1="T" u2="u" k="206" />
+    <hkern u1="T" u2="s" k="243" />
+    <hkern u1="T" u2="r" k="206" />
+    <hkern u1="T" u2="o" k="243" />
+    <hkern u1="T" u2="i" k="55" />
+    <hkern u1="T" u2="e" k="243" />
+    <hkern u1="T" u2="c" k="243" />
+    <hkern u1="T" u2="a" k="243" />
+    <hkern u1="T" u2="O" k="112" />
+    <hkern u1="T" u2="C" k="73" />
+    <hkern u1="T" u2="A" k="149" />
+    <hkern u1="T" u2="&#x3b;" k="131" />
+    <hkern u1="T" u2="&#x3a;" k="131" />
+    <hkern u1="T" u2="&#x2e;" k="264" />
+    <hkern u1="T" u2="&#x2d;" k="188" />
+    <hkern u1="T" u2="&#x2c;" k="264" />
+    <hkern u1="U" u2="&#x201e;" k="149" />
+    <hkern u1="U" u2="&#x201a;" k="149" />
+    <hkern u1="U" u2="&#xc5;" k="36" />
+    <hkern u1="U" u2="&#xab;" k="73" />
+    <hkern u1="U" u2="A" k="36" />
+    <hkern u1="U" u2="&#x3b;" k="63" />
+    <hkern u1="U" u2="&#x3a;" k="63" />
+    <hkern u1="U" u2="&#x2e;" k="120" />
+    <hkern u1="U" u2="&#x2d;" k="55" />
+    <hkern u1="U" u2="&#x2c;" k="120" />
+    <hkern u1="V" u2="&#x203a;" k="112" />
+    <hkern u1="V" u2="&#x201e;" k="339" />
+    <hkern u1="V" u2="&#x201d;" k="-57" />
+    <hkern u1="V" u2="&#x201a;" k="339" />
+    <hkern u1="V" u2="&#x2019;" k="-57" />
+    <hkern u1="V" u2="&#x153;" k="112" />
+    <hkern u1="V" u2="&#x152;" k="36" />
+    <hkern u1="V" u2="&#xf8;" k="112" />
+    <hkern u1="V" u2="&#xe6;" k="112" />
+    <hkern u1="V" u2="&#xd8;" k="36" />
+    <hkern u1="V" u2="&#xc5;" k="36" />
+    <hkern u1="V" u2="&#xbb;" k="112" />
+    <hkern u1="V" u2="&#xab;" k="225" />
+    <hkern u1="V" u2="y" k="55" />
+    <hkern u1="V" u2="u" k="112" />
+    <hkern u1="V" u2="o" k="112" />
+    <hkern u1="V" u2="e" k="112" />
+    <hkern u1="V" u2="a" k="112" />
+    <hkern u1="V" u2="O" k="36" />
+    <hkern u1="V" u2="A" k="36" />
+    <hkern u1="V" u2="&#x3b;" k="139" />
+    <hkern u1="V" u2="&#x3a;" k="139" />
+    <hkern u1="V" u2="&#x2e;" k="339" />
+    <hkern u1="V" u2="&#x2d;" k="167" />
+    <hkern u1="V" u2="&#x2c;" k="339" />
+    <hkern u1="W" u2="&#x203a;" k="112" />
+    <hkern u1="W" u2="&#x201e;" k="339" />
+    <hkern u1="W" u2="&#x201d;" k="-38" />
+    <hkern u1="W" u2="&#x201a;" k="339" />
+    <hkern u1="W" u2="&#x2019;" k="-38" />
+    <hkern u1="W" u2="&#x153;" k="112" />
+    <hkern u1="W" u2="&#xf8;" k="112" />
+    <hkern u1="W" u2="&#xe6;" k="112" />
+    <hkern u1="W" u2="&#xc5;" k="36" />
+    <hkern u1="W" u2="&#xbb;" k="112" />
+    <hkern u1="W" u2="&#xab;" k="188" />
+    <hkern u1="W" u2="y" k="36" />
+    <hkern u1="W" u2="u" k="112" />
+    <hkern u1="W" u2="r" k="73" />
+    <hkern u1="W" u2="o" k="112" />
+    <hkern u1="W" u2="i" k="36" />
+    <hkern u1="W" u2="e" k="112" />
+    <hkern u1="W" u2="a" k="112" />
+    <hkern u1="W" u2="A" k="36" />
+    <hkern u1="W" u2="&#x3b;" k="120" />
+    <hkern u1="W" u2="&#x3a;" k="120" />
+    <hkern u1="W" u2="&#x2e;" k="253" />
+    <hkern u1="W" u2="&#x2d;" k="120" />
+    <hkern u1="W" u2="&#x2c;" k="253" />
+    <hkern u1="X" u2="&#x201e;" k="-114" />
+    <hkern u1="X" u2="&#x201c;" k="73" />
+    <hkern u1="X" u2="&#x201a;" k="-114" />
+    <hkern u1="X" u2="&#x2018;" k="73" />
+    <hkern u1="X" u2="&#x152;" k="36" />
+    <hkern u1="X" u2="&#xd8;" k="36" />
+    <hkern u1="X" u2="&#xab;" k="112" />
+    <hkern u1="X" u2="O" k="36" />
+    <hkern u1="X" u2="C" k="36" />
+    <hkern u1="X" u2="&#x3b;" k="36" />
+    <hkern u1="X" u2="&#x3a;" k="36" />
+    <hkern u1="X" u2="&#x2e;" k="-38" />
+    <hkern u1="X" u2="&#x2d;" k="102" />
+    <hkern u1="X" u2="&#x2c;" k="-38" />
+    <hkern u1="Y" u2="&#x203a;" k="149" />
+    <hkern u1="Y" u2="&#x201e;" k="264" />
+    <hkern u1="Y" u2="&#x201a;" k="264" />
+    <hkern u1="Y" u2="&#x153;" k="225" />
+    <hkern u1="Y" u2="&#x152;" k="73" />
+    <hkern u1="Y" u2="&#xf8;" k="225" />
+    <hkern u1="Y" u2="&#xe6;" k="225" />
+    <hkern u1="Y" u2="&#xd8;" k="73" />
+    <hkern u1="Y" u2="&#xc5;" k="112" />
+    <hkern u1="Y" u2="&#xbb;" k="149" />
+    <hkern u1="Y" u2="&#xab;" k="225" />
+    <hkern u1="Y" u2="u" k="215" />
+    <hkern u1="Y" u2="o" k="225" />
+    <hkern u1="Y" u2="i" k="36" />
+    <hkern u1="Y" u2="e" k="225" />
+    <hkern u1="Y" u2="a" k="225" />
+    <hkern u1="Y" u2="O" k="73" />
+    <hkern u1="Y" u2="C" k="36" />
+    <hkern u1="Y" u2="A" k="112" />
+    <hkern u1="Y" u2="&#x3b;" k="215" />
+    <hkern u1="Y" u2="&#x3a;" k="215" />
+    <hkern u1="Y" u2="&#x2e;" k="272" />
+    <hkern u1="Y" u2="&#x2d;" k="243" />
+    <hkern u1="Y" u2="&#x2c;" k="272" />
+    <hkern u1="Z" u2="&#x201c;" k="36" />
+    <hkern u1="Z" u2="&#x2018;" k="36" />
+    <hkern u1="Z" u2="&#x3b;" k="-38" />
+    <hkern u1="Z" u2="&#x3a;" k="-38" />
+    <hkern u1="Z" u2="&#x2e;" k="-38" />
+    <hkern u1="Z" u2="&#x2d;" k="36" />
+    <hkern u1="Z" u2="&#x2c;" k="-38" />
+    <hkern u1="a" u2="&#x201d;" k="73" />
+    <hkern u1="a" u2="&#x201c;" k="112" />
+    <hkern u1="a" u2="&#x2019;" k="73" />
+    <hkern u1="a" u2="&#x2018;" k="112" />
+    <hkern u1="b" u2="&#x201e;" k="36" />
+    <hkern u1="b" u2="&#x201d;" k="73" />
+    <hkern u1="b" u2="&#x201c;" k="112" />
+    <hkern u1="b" u2="&#x201a;" k="36" />
+    <hkern u1="b" u2="&#x2019;" k="73" />
+    <hkern u1="b" u2="&#x2018;" k="112" />
+    <hkern u1="b" u2="&#x2d;" k="-38" />
+    <hkern u1="e" u2="&#x2d;" k="-38" />
+    <hkern u1="f" u2="&#x201e;" k="112" />
+    <hkern u1="f" u2="&#x201d;" k="-141" />
+    <hkern u1="f" u2="&#x201c;" k="-180" />
+    <hkern u1="f" u2="&#x201a;" k="112" />
+    <hkern u1="f" u2="&#x2019;" k="-141" />
+    <hkern u1="f" u2="&#x2018;" k="-180" />
+    <hkern u1="f" u2="&#x2e;" k="73" />
+    <hkern u1="f" u2="&#x2c;" k="73" />
+    <hkern u1="g" u2="&#x2e;" k="36" />
+    <hkern u1="g" u2="&#x2d;" k="36" />
+    <hkern u1="g" u2="&#x2c;" k="36" />
+    <hkern u1="h" u2="&#x201d;" k="112" />
+    <hkern u1="h" u2="&#x201c;" k="112" />
+    <hkern u1="h" u2="&#x2019;" k="112" />
+    <hkern u1="h" u2="&#x2018;" k="112" />
+    <hkern u1="i" u2="&#x201c;" k="36" />
+    <hkern u1="i" u2="&#x2018;" k="36" />
+    <hkern u1="j" u2="&#x201d;" k="36" />
+    <hkern u1="j" u2="&#x2019;" k="36" />
+    <hkern u1="k" u2="&#x201e;" k="-38" />
+    <hkern u1="k" u2="&#x201d;" k="-75" />
+    <hkern u1="k" u2="&#x201a;" k="-38" />
+    <hkern u1="k" u2="&#x2019;" k="-75" />
+    <hkern u1="k" u2="&#x2d;" k="83" />
+    <hkern u1="m" u2="&#x201d;" k="112" />
+    <hkern u1="m" u2="&#x201c;" k="112" />
+    <hkern u1="m" u2="&#x2019;" k="112" />
+    <hkern u1="m" u2="&#x2018;" k="112" />
+    <hkern u1="n" u2="&#x201d;" k="112" />
+    <hkern u1="n" u2="&#x201c;" k="112" />
+    <hkern u1="n" u2="&#x2019;" k="112" />
+    <hkern u1="n" u2="&#x2018;" k="112" />
+    <hkern u1="o" u2="&#x201c;" k="73" />
+    <hkern u1="o" u2="&#x2018;" k="73" />
+    <hkern u1="o" u2="&#x2d;" k="-38" />
+    <hkern u1="p" u2="&#x201e;" k="73" />
+    <hkern u1="p" u2="&#x201d;" k="112" />
+    <hkern u1="p" u2="&#x201c;" k="73" />
+    <hkern u1="p" u2="&#x201a;" k="73" />
+    <hkern u1="p" u2="&#x2019;" k="112" />
+    <hkern u1="p" u2="&#x2018;" k="73" />
+    <hkern u1="p" u2="&#x2d;" k="-38" />
+    <hkern u1="q" u2="&#x201e;" k="-38" />
+    <hkern u1="q" u2="&#x201a;" k="-38" />
+    <hkern u1="r" u2="&#x201e;" k="272" />
+    <hkern u1="r" u2="&#x201d;" k="-86" />
+    <hkern u1="r" u2="&#x201a;" k="272" />
+    <hkern u1="r" u2="&#x2019;" k="-86" />
+    <hkern u1="r" u2="&#xab;" k="36" />
+    <hkern u1="r" u2="&#x2e;" k="206" />
+    <hkern u1="r" u2="&#x2d;" k="73" />
+    <hkern u1="r" u2="&#x2c;" k="206" />
+    <hkern u1="s" u2="&#x201c;" k="73" />
+    <hkern u1="s" u2="&#x2018;" k="73" />
+    <hkern u1="s" u2="&#x2d;" k="-38" />
+    <hkern u1="t" u2="&#x201e;" k="73" />
+    <hkern u1="t" u2="&#x201d;" k="-57" />
+    <hkern u1="t" u2="&#x201c;" k="-38" />
+    <hkern u1="t" u2="&#x201a;" k="73" />
+    <hkern u1="t" u2="&#x2019;" k="-57" />
+    <hkern u1="t" u2="&#x2018;" k="-38" />
+    <hkern u1="t" u2="&#x2d;" k="45" />
+    <hkern u1="u" u2="&#x201d;" k="73" />
+    <hkern u1="u" u2="&#x2019;" k="73" />
+    <hkern u1="v" u2="&#x201e;" k="235" />
+    <hkern u1="v" u2="&#x201d;" k="-114" />
+    <hkern u1="v" u2="&#x201c;" k="-94" />
+    <hkern u1="v" u2="&#x201a;" k="235" />
+    <hkern u1="v" u2="&#x2019;" k="-114" />
+    <hkern u1="v" u2="&#x2018;" k="-94" />
+    <hkern u1="v" u2="&#x2e;" k="159" />
+    <hkern u1="v" u2="&#x2c;" k="159" />
+    <hkern u1="w" u2="&#x201e;" k="159" />
+    <hkern u1="w" u2="&#x201d;" k="-114" />
+    <hkern u1="w" u2="&#x201c;" k="-57" />
+    <hkern u1="w" u2="&#x201a;" k="159" />
+    <hkern u1="w" u2="&#x2019;" k="-114" />
+    <hkern u1="w" u2="&#x2018;" k="-57" />
+    <hkern u1="w" u2="&#x2e;" k="149" />
+    <hkern u1="w" u2="&#x2d;" k="-38" />
+    <hkern u1="w" u2="&#x2c;" k="149" />
+    <hkern u1="x" u2="&#x2d;" k="63" />
+    <hkern u1="y" u2="&#x201e;" k="264" />
+    <hkern u1="y" u2="&#x201d;" k="-114" />
+    <hkern u1="y" u2="&#x201c;" k="-114" />
+    <hkern u1="y" u2="&#x201a;" k="264" />
+    <hkern u1="y" u2="&#x2019;" k="-114" />
+    <hkern u1="y" u2="&#x2018;" k="-114" />
+    <hkern u1="y" u2="&#x2e;" k="178" />
+    <hkern u1="y" u2="&#x2d;" k="36" />
+    <hkern u1="y" u2="&#x2c;" k="178" />
+    <hkern u1="&#xab;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#xab;" u2="Y" k="149" />
+    <hkern u1="&#xab;" u2="W" k="112" />
+    <hkern u1="&#xab;" u2="V" k="112" />
+    <hkern u1="&#xab;" u2="T" k="112" />
+    <hkern u1="&#xab;" u2="J" k="-38" />
+    <hkern u1="&#xbb;" u2="&#xc5;" k="73" />
+    <hkern u1="&#xbb;" u2="Y" k="225" />
+    <hkern u1="&#xbb;" u2="X" k="112" />
+    <hkern u1="&#xbb;" u2="W" k="188" />
+    <hkern u1="&#xbb;" u2="V" k="225" />
+    <hkern u1="&#xbb;" u2="U" k="73" />
+    <hkern u1="&#xbb;" u2="T" k="188" />
+    <hkern u1="&#xbb;" u2="J" k="-75" />
+    <hkern u1="&#xbb;" u2="A" k="73" />
+    <hkern u1="&#xc5;" u2="&#x201e;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="243" />
+    <hkern u1="&#xc5;" u2="&#x201c;" k="264" />
+    <hkern u1="&#xc5;" u2="&#x201a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2019;" k="243" />
+    <hkern u1="&#xc5;" u2="&#x2018;" k="264" />
+    <hkern u1="&#xc5;" u2="&#xab;" k="73" />
+    <hkern u1="&#xc5;" u2="Y" k="112" />
+    <hkern u1="&#xc5;" u2="W" k="36" />
+    <hkern u1="&#xc5;" u2="V" k="36" />
+    <hkern u1="&#xc5;" u2="U" k="36" />
+    <hkern u1="&#xc5;" u2="T" k="112" />
+    <hkern u1="&#xc5;" u2="Q" k="36" />
+    <hkern u1="&#xc5;" u2="O" k="36" />
+    <hkern u1="&#xc5;" u2="G" k="36" />
+    <hkern u1="&#xc5;" u2="C" k="36" />
+    <hkern u1="&#xc5;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2d;" k="45" />
+    <hkern u1="&#xc6;" u2="&#x201d;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x2019;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x201e;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x201a;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xd0;" u2="Y" k="36" />
+    <hkern u1="&#xd0;" u2="W" k="36" />
+    <hkern u1="&#xd0;" u2="V" k="36" />
+    <hkern u1="&#xd0;" u2="A" k="36" />
+    <hkern u1="&#xd0;" u2="&#x2e;" k="120" />
+    <hkern u1="&#xd0;" u2="&#x2d;" k="-65" />
+    <hkern u1="&#xd0;" u2="&#x2c;" k="120" />
+    <hkern u1="&#xd8;" u2="&#x201e;" k="112" />
+    <hkern u1="&#xd8;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xd8;" u2="&#x201a;" k="112" />
+    <hkern u1="&#xd8;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xd8;" u2="Y" k="73" />
+    <hkern u1="&#xd8;" u2="X" k="36" />
+    <hkern u1="&#xd8;" u2="V" k="36" />
+    <hkern u1="&#xd8;" u2="T" k="112" />
+    <hkern u1="&#xd8;" u2="A" k="36" />
+    <hkern u1="&#xd8;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x2e;" k="83" />
+    <hkern u1="&#xd8;" u2="&#x2d;" k="-57" />
+    <hkern u1="&#xd8;" u2="&#x2c;" k="83" />
+    <hkern u1="&#xdf;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2d;" k="-75" />
+    <hkern u1="&#xe5;" u2="&#x201d;" k="73" />
+    <hkern u1="&#xe5;" u2="&#x201c;" k="112" />
+    <hkern u1="&#xe5;" u2="&#x2019;" k="73" />
+    <hkern u1="&#xe5;" u2="&#x2018;" k="112" />
+    <hkern u1="&#xe6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xf8;" u2="&#x201c;" k="73" />
+    <hkern u1="&#xf8;" u2="&#x2018;" k="73" />
+    <hkern u1="&#xf8;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x201d;" k="311" />
+    <hkern u1="&#x141;" u2="&#x201c;" k="339" />
+    <hkern u1="&#x141;" u2="&#x2019;" k="311" />
+    <hkern u1="&#x141;" u2="&#x2018;" k="339" />
+    <hkern u1="&#x141;" u2="y" k="73" />
+    <hkern u1="&#x141;" u2="u" k="36" />
+    <hkern u1="&#x141;" u2="o" k="36" />
+    <hkern u1="&#x141;" u2="e" k="36" />
+    <hkern u1="&#x141;" u2="a" k="36" />
+    <hkern u1="&#x141;" u2="Y" k="149" />
+    <hkern u1="&#x141;" u2="W" k="112" />
+    <hkern u1="&#x141;" u2="V" k="112" />
+    <hkern u1="&#x141;" u2="U" k="36" />
+    <hkern u1="&#x141;" u2="T" k="112" />
+    <hkern u1="&#x141;" u2="O" k="73" />
+    <hkern u1="&#x141;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2d;" k="36" />
+    <hkern u1="&#x141;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x153;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#xf002;" k="-57" />
+    <hkern u1="&#x2018;" u2="&#xf001;" k="-57" />
+    <hkern u1="&#x2018;" u2="&#x152;" k="83" />
+    <hkern u1="&#x2018;" u2="&#x142;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#x111;" k="73" />
+    <hkern u1="&#x2018;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x2018;" u2="&#xc6;" k="319" />
+    <hkern u1="&#x2018;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x2018;" u2="v" k="-57" />
+    <hkern u1="&#x2018;" u2="r" k="112" />
+    <hkern u1="&#x2018;" u2="q" k="73" />
+    <hkern u1="&#x2018;" u2="l" k="-38" />
+    <hkern u1="&#x2018;" u2="k" k="-38" />
+    <hkern u1="&#x2018;" u2="h" k="-38" />
+    <hkern u1="&#x2018;" u2="g" k="73" />
+    <hkern u1="&#x2018;" u2="f" k="-57" />
+    <hkern u1="&#x2018;" u2="d" k="73" />
+    <hkern u1="&#x2018;" u2="b" k="-94" />
+    <hkern u1="&#x2018;" u2="Y" k="-65" />
+    <hkern u1="&#x2018;" u2="X" k="-65" />
+    <hkern u1="&#x2018;" u2="W" k="-47" />
+    <hkern u1="&#x2018;" u2="V" k="-57" />
+    <hkern u1="&#x2018;" u2="T" k="-38" />
+    <hkern u1="&#x2018;" u2="Q" k="36" />
+    <hkern u1="&#x2018;" u2="O" k="83" />
+    <hkern u1="&#x2018;" u2="J" k="272" />
+    <hkern u1="&#x2018;" u2="A" k="272" />
+    <hkern u1="&#x201a;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xdf;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xc6;" k="-227" />
+    <hkern u1="&#x201a;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201a;" u2="w" k="83" />
+    <hkern u1="&#x201a;" u2="v" k="83" />
+    <hkern u1="&#x201a;" u2="u" k="36" />
+    <hkern u1="&#x201a;" u2="t" k="73" />
+    <hkern u1="&#x201a;" u2="j" k="-47" />
+    <hkern u1="&#x201a;" u2="f" k="-38" />
+    <hkern u1="&#x201a;" u2="Y" k="225" />
+    <hkern u1="&#x201a;" u2="X" k="-86" />
+    <hkern u1="&#x201a;" u2="W" k="292" />
+    <hkern u1="&#x201a;" u2="V" k="339" />
+    <hkern u1="&#x201a;" u2="U" k="188" />
+    <hkern u1="&#x201a;" u2="T" k="206" />
+    <hkern u1="&#x201a;" u2="Q" k="112" />
+    <hkern u1="&#x201a;" u2="O" k="112" />
+    <hkern u1="&#x201a;" u2="J" k="-38" />
+    <hkern u1="&#x201a;" u2="G" k="73" />
+    <hkern u1="&#x201a;" u2="C" k="112" />
+    <hkern u1="&#x201a;" u2="A" k="-75" />
+    <hkern u1="&#x201c;" u2="&#xf002;" k="-57" />
+    <hkern u1="&#x201c;" u2="&#xf001;" k="-57" />
+    <hkern u1="&#x201c;" u2="&#x152;" k="83" />
+    <hkern u1="&#x201c;" u2="&#x142;" k="-38" />
+    <hkern u1="&#x201c;" u2="&#x111;" k="73" />
+    <hkern u1="&#x201c;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x201c;" u2="&#xc6;" k="319" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x201c;" u2="v" k="-57" />
+    <hkern u1="&#x201c;" u2="r" k="112" />
+    <hkern u1="&#x201c;" u2="q" k="73" />
+    <hkern u1="&#x201c;" u2="l" k="-38" />
+    <hkern u1="&#x201c;" u2="k" k="-38" />
+    <hkern u1="&#x201c;" u2="h" k="-38" />
+    <hkern u1="&#x201c;" u2="g" k="73" />
+    <hkern u1="&#x201c;" u2="f" k="-57" />
+    <hkern u1="&#x201c;" u2="d" k="73" />
+    <hkern u1="&#x201c;" u2="b" k="-94" />
+    <hkern u1="&#x201c;" u2="Y" k="-65" />
+    <hkern u1="&#x201c;" u2="X" k="-65" />
+    <hkern u1="&#x201c;" u2="W" k="-47" />
+    <hkern u1="&#x201c;" u2="V" k="-57" />
+    <hkern u1="&#x201c;" u2="T" k="-38" />
+    <hkern u1="&#x201c;" u2="Q" k="36" />
+    <hkern u1="&#x201c;" u2="O" k="83" />
+    <hkern u1="&#x201c;" u2="J" k="272" />
+    <hkern u1="&#x201c;" u2="A" k="272" />
+    <hkern u1="&#x201e;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xdf;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xc6;" k="-227" />
+    <hkern u1="&#x201e;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201e;" u2="w" k="83" />
+    <hkern u1="&#x201e;" u2="v" k="83" />
+    <hkern u1="&#x201e;" u2="u" k="36" />
+    <hkern u1="&#x201e;" u2="t" k="73" />
+    <hkern u1="&#x201e;" u2="j" k="-47" />
+    <hkern u1="&#x201e;" u2="f" k="-38" />
+    <hkern u1="&#x201e;" u2="Y" k="225" />
+    <hkern u1="&#x201e;" u2="X" k="-86" />
+    <hkern u1="&#x201e;" u2="W" k="292" />
+    <hkern u1="&#x201e;" u2="V" k="339" />
+    <hkern u1="&#x201e;" u2="U" k="188" />
+    <hkern u1="&#x201e;" u2="T" k="206" />
+    <hkern u1="&#x201e;" u2="Q" k="112" />
+    <hkern u1="&#x201e;" u2="O" k="112" />
+    <hkern u1="&#x201e;" u2="J" k="-38" />
+    <hkern u1="&#x201e;" u2="G" k="73" />
+    <hkern u1="&#x201e;" u2="C" k="112" />
+    <hkern u1="&#x201e;" u2="A" k="-75" />
+    <hkern u1="&#x2039;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#x2039;" u2="Y" k="149" />
+    <hkern u1="&#x2039;" u2="W" k="112" />
+    <hkern u1="&#x2039;" u2="V" k="112" />
+    <hkern u1="&#x2039;" u2="T" k="112" />
+    <hkern u1="&#x2039;" u2="J" k="-38" />
+    <hkern u1="&#xf001;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xf001;" u2="&#x2018;" k="36" />
+  </font>
+</defs></svg>
diff --git a/dist/fonts/FuturaBT-Light.ttf b/dist/fonts/FuturaBT-Light.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..bb95b965664aa92200d7f1062dd13310b065e5e2
Binary files /dev/null and b/dist/fonts/FuturaBT-Light.ttf differ
diff --git a/dist/fonts/FuturaBT-Light.woff b/dist/fonts/FuturaBT-Light.woff
new file mode 100644
index 0000000000000000000000000000000000000000..a549da6e63a813f689a80084b42791f7218f7530
Binary files /dev/null and b/dist/fonts/FuturaBT-Light.woff differ
diff --git a/dist/fonts/FuturaBT-Light.woff2 b/dist/fonts/FuturaBT-Light.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..04c07752c62672b45f77b1473fde91f5cc4180ac
Binary files /dev/null and b/dist/fonts/FuturaBT-Light.woff2 differ
diff --git a/dist/fonts/FuturaBT-Medium.09d546a2.ttf b/dist/fonts/FuturaBT-Medium.09d546a2.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..7cf898aebdaaea093b62a15f8a24825c9030b5eb
Binary files /dev/null and b/dist/fonts/FuturaBT-Medium.09d546a2.ttf differ
diff --git a/dist/fonts/FuturaBT-Medium.6ff7373a.woff b/dist/fonts/FuturaBT-Medium.6ff7373a.woff
new file mode 100644
index 0000000000000000000000000000000000000000..9f225df6da626b38eae363dec98ce61f46f0ebb6
Binary files /dev/null and b/dist/fonts/FuturaBT-Medium.6ff7373a.woff differ
diff --git a/dist/fonts/FuturaBT-Medium.d43f7727.woff2 b/dist/fonts/FuturaBT-Medium.d43f7727.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..db1868547bdfcadaaa422b3713842bfc4f8be445
Binary files /dev/null and b/dist/fonts/FuturaBT-Medium.d43f7727.woff2 differ
diff --git a/dist/fonts/FuturaBT-Medium.eot b/dist/fonts/FuturaBT-Medium.eot
new file mode 100644
index 0000000000000000000000000000000000000000..91798bd69127ab468896b23300f6433dd74d1984
Binary files /dev/null and b/dist/fonts/FuturaBT-Medium.eot differ
diff --git a/dist/fonts/FuturaBT-Medium.f7419718.eot b/dist/fonts/FuturaBT-Medium.f7419718.eot
new file mode 100644
index 0000000000000000000000000000000000000000..91798bd69127ab468896b23300f6433dd74d1984
Binary files /dev/null and b/dist/fonts/FuturaBT-Medium.f7419718.eot differ
diff --git a/dist/fonts/FuturaBT-Medium.svg b/dist/fonts/FuturaBT-Medium.svg
new file mode 100644
index 0000000000000000000000000000000000000000..2708a7105b875baead9818263f3c94cec1a6e396
--- /dev/null
+++ b/dist/fonts/FuturaBT-Medium.svg
@@ -0,0 +1,1361 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170731 at Wed Nov 18 01:55:15 1992
+ By Aleksey,,,
+Copyright 1990-1993 Bitstream Inc.  All rights reserved.
+</metadata>
+<defs>
+<font id="FuturaBT-Medium" horiz-adv-x="1024" >
+  <font-face 
+    font-family="Futura Md BT"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="2048"
+    panose-1="2 11 6 2 2 2 4 2 3 3"
+    ascent="1638"
+    descent="-410"
+    x-height="948"
+    cap-height="1464"
+    bbox="-342 -483 2337 1972"
+    underline-thickness="145"
+    underline-position="-439"
+    unicode-range="U+0020-F002"
+  />
+<missing-glyph horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="618" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="618" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="674" 
+d="M223 1497h228v-1161h-228v1161zM205 92q0 54 38.5 92.5t92.5 38.5q55 0 93 -38t38 -93q0 -54 -38 -92.5t-93 -38.5t-93 38.5t-38 92.5z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="643" 
+d="M395 1436h164v-557h-164v557zM86 1436h164v-557h-164v557z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1575" 
+d="M709 852l-91 -254h256l91 254h-256zM735 1460h191l-154 -436h250l156 436h190l-154 -436h291l-59 -172h-293l-90 -252h309l-61 -172h-307l-156 -434h-191l156 434h-252l-158 -434h-190l156 434h-299l61 172h297l90 252h-315l61 172h316z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1237" 
+d="M137 317l189 84q24 -86 84 -133.5t157 -58.5v457q-205 84 -298 184.5t-93 236.5q0 159 104 262t287 126v112h105v-114q143 -13 235 -71t131 -161l-184 -92q-34 53 -78 83.5t-104 41.5v-402q245 -115 329 -209t84 -233q0 -181 -107.5 -292.5t-305.5 -135.5v-170h-105v166
+q-178 12 -286 92t-144 227zM567 1268q-73 -22 -106 -61.5t-33 -104.5q0 -62 33 -108t106 -85v359zM672 215q82 21 125 72.5t43 128.5q0 66 -40 115t-128 92v-408z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1622" 
+d="M1237 80q75 0 112 67t37 201q0 129 -37.5 197.5t-107.5 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM913 348q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM57 1094q0 181 87 283
+t241 102q155 0 240.5 -100.5t85.5 -284.5q0 -183 -86 -284t-240 -101q-155 0 -241.5 101t-86.5 284zM383 825q74 0 110.5 67t36.5 202q0 130 -37 199t-106 69q-74 0 -111.5 -68.5t-37.5 -201.5q0 -129 37.5 -198t107.5 -69zM455 -39h-138l854 1518h138z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1374" 
+d="M571 934l54 31q56 33 84 76.5t28 97.5q0 62 -38 101.5t-99 39.5q-67 0 -108 -40t-41 -103q0 -31 11.5 -60t35.5 -55zM834 295l-320 369l-37 -25q-105 -68 -146.5 -124.5t-41.5 -125.5q0 -97 68 -164t169 -67q75 0 151.5 34t156.5 103zM1087 0l-118 139
+q-104 -89 -213.5 -131.5t-239.5 -42.5q-202 0 -328.5 117t-126.5 301q0 125 78 230.5t248 211.5l-59 64q-49 53 -75 116t-26 128q0 144 105.5 236.5t271.5 92.5q165 0 262 -83.5t97 -225.5q0 -107 -68 -195.5t-217 -175.5l305 -354q44 44 90 100t98 129l140 -149
+q-40 -64 -89 -121.5t-106 -107.5l246 -279h-275z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="334" 
+d="M86 1436h164v-557h-164v557z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="621" 
+d="M406 -446q-119 220 -178.5 466t-59.5 519q0 287 59 533t179 460l163 -49q-107 -212 -159 -442.5t-52 -499.5q0 -282 51.5 -510t159.5 -424z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="621" 
+d="M207 -446l-162 53q108 196 159.5 424t51.5 510q0 269 -51.5 499.5t-159.5 442.5l162 49q120 -214 178.5 -460t58.5 -533q0 -273 -59 -519t-178 -466z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="901" 
+d="M178 868l-72 121l226 115l-226 133l72 123l211 -135l-12 239h145l-14 -241l215 137l72 -123l-232 -127l232 -121l-76 -121l-211 140l14 -246h-145l10 244z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1706" 
+d="M768 1221h170v-527h514v-166h-514v-528h-170v528h-514v166h514v527z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="618" 
+d="M309 248l195 -72l-260 -536l-129 51z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="829" 
+d="M147 571h535v-200h-535v200z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="618" 
+d="M178 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="887" 
+d="M717 1497h170l-717 -1687h-170z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1237" 
+d="M1145 705q0 -349 -140.5 -546.5t-386.5 -197.5q-249 0 -387.5 199.5t-138.5 560.5q0 358 140 558t389 200q252 0 388 -200.5t136 -573.5zM614 166q146 0 219.5 139.5t73.5 417.5q0 270 -72.5 411.5t-211.5 141.5q-145 0 -219 -141t-74 -416q0 -267 73.5 -410t210.5 -143z
+" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="1237" 
+d="M541 0v1262h-303l92 188h428v-1450h-217z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="1237" 
+d="M1024 190v-190h-981l547 655q102 123 149 216t47 169q0 109 -64.5 171.5t-176.5 62.5q-100 0 -165 -62.5t-73 -164.5h-229q0 197 132 314.5t355 117.5q212 0 334.5 -109t122.5 -297q0 -134 -70.5 -270.5t-298.5 -396.5l-186 -216h557z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="1237" 
+d="M94 391h228v-12q0 -101 69 -161t187 -60q133 0 205.5 66.5t72.5 191.5q0 131 -74.5 197.5t-222.5 66.5q-7 0 -22 -1t-23 -1v192q7 0 21.5 -1t21.5 -1q130 0 196 54.5t66 160.5q0 94 -59.5 149.5t-159.5 55.5q-107 0 -167.5 -51.5t-63.5 -144.5h-215q10 187 127 287
+t325 100q201 0 318.5 -105t117.5 -284q0 -135 -66.5 -221.5t-184.5 -104.5q139 -25 211.5 -122t72.5 -257q0 -195 -136.5 -309.5t-369.5 -114.5q-211 0 -340 116.5t-135 313.5z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="1237" 
+d="M735 989l-373 -526h367v381q0 30 1.5 67t4.5 78zM729 0v297h-702l852 1182h67v-1016h178v-166h-178v-297h-217z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="1237" 
+d="M236 350q51 -94 131 -144t178 -50q145 0 235 92.5t90 243.5q0 145 -94.5 236t-247.5 91q-92 0 -170.5 -31.5t-138.5 -93.5l-59 13l182 743h692v-193h-549l-86 -323q60 25 116 37t112 12q209 0 340 -134t131 -349q0 -246 -153 -392.5t-410 -146.5q-152 0 -264 52.5
+t-193 162.5z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="1237" 
+d="M340 449q0 -131 73 -211t189 -80q131 0 206 78t75 213q0 137 -74 214.5t-205 77.5q-117 0 -190.5 -81t-73.5 -211zM473 889q49 23 96.5 35t94.5 12q196 0 323 -133t127 -340q0 -226 -142.5 -364t-375.5 -138q-218 0 -350.5 135t-132.5 355q0 235 320 685l26 35l256 363
+l182 -92z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1237" 
+d="M229 31l598 1231h-677v188h1009l-737 -1505z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1237" 
+d="M375 774q-109 47 -160 123t-51 190q0 176 124 284t328 108q209 0 332 -109.5t123 -292.5q0 -108 -53.5 -185.5t-157.5 -117.5q122 -40 191 -141.5t69 -239.5q0 -202 -133.5 -317t-370.5 -115q-233 0 -367 115t-134 313q0 144 68 244.5t192 140.5zM621 1286
+q-104 0 -164 -54.5t-60 -148.5q0 -92 58.5 -144t160.5 -52q105 0 163.5 51.5t58.5 144.5q0 95 -58 149t-159 54zM616 156q129 0 202 67.5t73 186.5q0 120 -73 188t-202 68q-126 0 -199 -69t-73 -187q0 -119 72 -186.5t200 -67.5z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1237" 
+d="M879 993q0 131 -72 211t-189 80q-131 0 -206.5 -78t-75.5 -213q0 -138 74 -216.5t204 -78.5q117 0 191 82.5t74 212.5zM745 551q-46 -23 -93.5 -34t-96.5 -11q-197 0 -324 132t-127 339q0 226 142.5 364t376.5 138q218 0 351.5 -134.5t133.5 -353.5q0 -235 -321 -685
+l-25 -36l-258 -362l-180 92z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="674" 
+d="M205 795q0 53 38.5 91t92.5 38q55 0 93 -37t38 -92t-38 -93t-93 -38t-93 38t-38 93zM205 111q0 53 38.5 92t92.5 39q55 0 93 -38t38 -93q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="674" 
+d="M293 795q0 53 37.5 91t91.5 38q56 0 93.5 -37t37.5 -92t-38 -93t-93 -38q-54 0 -91.5 38t-37.5 93zM315 248l195 -72l-260 -536l-131 51z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1706" 
+d="M1442 1176v-185l-934 -381l934 -381v-182l-1178 483v160z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1706" 
+d="M254 487h1198v-165h-1198v165zM254 901h1198v-168h-1198v168z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1706" 
+d="M264 1176l1178 -486v-160l-1178 -483v182l934 381l-934 381v185z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="1114" 
+d="M381 1116h-172q0 6 -1 18.5t-1 18.5q0 157 95.5 251.5t254.5 94.5q163 0 259.5 -93.5t96.5 -250.5q0 -115 -56.5 -188.5t-223.5 -155.5l-24 -12q-197 -98 -197 -185q0 -50 39 -87.5t94 -37.5q67 0 103 40t38 116h178v-20q0 -148 -83 -229t-236 -81q-142 0 -234 83.5
+t-92 211.5q0 118 63.5 196t247.5 167q125 59 160 97.5t35 92.5q0 67 -47.5 110.5t-120.5 43.5q-82 0 -129 -53.5t-47 -147.5zM397 92q0 54 39 92.5t92 38.5q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="2048" 
+d="M1174 283q-55 -87 -128 -127.5t-176 -40.5q-152 0 -232.5 86.5t-80.5 249.5q0 233 138 395t333 162q89 0 149 -34.5t99 -107.5l55 107h154l-148 -586q-1 -5 -2 -12q-6 -28 -6 -37q0 -38 26.5 -61t69.5 -23q51 0 107.5 30.5t105.5 84.5q72 76 110 177.5t38 215.5
+q0 253 -187 411t-489 158q-138 0 -256 -31t-215 -94q-181 -113 -279 -291t-98 -395q0 -312 209.5 -499t558.5 -187q166 0 323.5 49t291.5 142l67 -99q-149 -113 -318.5 -170t-355.5 -57q-192 0 -351 48t-281 142q-155 118 -231.5 275.5t-76.5 357.5q0 165 52 313.5
+t153 272.5q147 179 353.5 272t459.5 93q166 0 315 -45.5t255 -127.5q132 -102 198 -235.5t66 -300.5q0 -162 -65 -302t-185 -237q-69 -55 -150 -83.5t-168 -28.5q-106 0 -157 40.5t-51 125.5v4zM1233 707q-14 84 -61.5 130t-122.5 46q-127 0 -217.5 -128.5t-90.5 -310.5
+q0 -98 45.5 -151t128.5 -53q90 0 163.5 66.5t99.5 172.5z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1180" 
+d="M401 846h91q170 0 240.5 46.5t70.5 156.5q0 120 -65 168.5t-246 48.5h-91v-420zM401 199h82q125 0 187 10t98 35q44 29 68 78t24 108q0 70 -29 122t-83 81q-34 17 -77.5 25t-115.5 8h-72h-82v-467zM168 0v1464h369q158 0 233.5 -17t128.5 -56q68 -50 105.5 -131
+t37.5 -179q0 -117 -54 -195.5t-157 -109.5q128 -20 201.5 -116.5t73.5 -243.5q0 -89 -31 -169t-88 -136q-60 -61 -149 -86t-299 -25h-371z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1470" 
+d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
+q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1516" 
+d="M406 215h200q165 0 247.5 22t143.5 74q83 71 124.5 176.5t41.5 245.5t-41.5 245.5t-124.5 176.5q-62 52 -148.5 74t-270.5 22h-86h-86v-1036zM168 0v1464h321q313 0 440.5 -31.5t223.5 -105.5q127 -97 192.5 -249t65.5 -347t-65.5 -345.5t-192.5 -248.5
+q-96 -74 -218.5 -105.5t-381.5 -31.5h-64h-321z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="1075" 
+d="M168 0v1464h817v-202h-579v-365h579v-209h-579v-688h-238z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1645" 
+d="M979 750h580q0 -15 1 -42q3 -71 3 -96q0 -309 -177 -480t-499 -171q-180 0 -321 53t-247 160q-104 106 -159.5 249t-55.5 306q0 166 56.5 306t167.5 247q107 105 251 160t308 55q173 0 309.5 -63t243.5 -193l-174 -131q-74 86 -167 128t-208 42q-238 0 -388.5 -152.5
+t-150.5 -396.5q0 -248 150.5 -402.5t390.5 -154.5q204 0 321 95t117 259v21h-352v201z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1532" 
+d="M168 0v1464h238v-540h720v540h238v-1464h-238v711h-720v-711h-238z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="807" 
+d="M156 266q37 -44 71 -64t72 -20q70 0 98.5 46t28.5 171v1065h236v-1142q0 -186 -82 -273.5t-256 -87.5q-96 0 -173.5 37t-146.5 115z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1270" 
+d="M168 0v1464h238v-606l526 606h291l-580 -651l649 -813h-307l-579 748v-748h-238z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="963" 
+d="M168 0v1464h238v-1251h532v-213h-770z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1767" 
+d="M1362 723q-4 17 -13 94q-8 64 -14 106q-9 -50 -25.5 -100t-41.5 -102l-383 -780l-383 796q-24 49 -41.5 95t-30.5 91q-1 -46 -7.5 -96.5t-19.5 -105.5l-157 -721h-219l346 1526l432 -924q10 -22 30.5 -73t49.5 -126q21 63 66 160q12 26 18 40l422 923l354 -1526h-221z
+" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1645" 
+d="M168 0v1522l930 -895q38 -38 77 -81t82 -97v1015h220v-1521l-949 911q-38 37 -73.5 78t-67.5 86v-1018h-219z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="1090" 
+d="M406 852h61q198 0 264 43t66 152q0 117 -70.5 165t-259.5 48h-61v-408zM391 657v-657h-223v1464h360q160 0 235.5 -17.5t131.5 -57.5q69 -51 108 -137.5t39 -190.5t-39 -192t-108 -138q-56 -40 -131.5 -57t-235.5 -17h-47h-90z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1774" 
+d="M1151 524l141 -151q67 81 98 168.5t31 189.5q0 112 -39.5 211t-115.5 176q-77 78 -175 120t-204 42q-107 0 -205 -42t-174 -120q-76 -77 -116 -176t-40 -211q0 -230 155.5 -387.5t385.5 -157.5q62 0 118.5 13.5t112.5 42.5l-262 282h289zM1448 199l311 -336h-284
+l-191 207q-98 -53 -199 -79t-211 -26q-149 0 -292 59t-250 164q-111 108 -169.5 247t-58.5 296t58.5 296t169.5 247q110 108 252.5 165.5t302.5 57.5q159 0 301 -57.5t252 -165.5q111 -109 170 -248t59 -295q0 -152 -56.5 -288.5t-164.5 -243.5z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1147" 
+d="M406 840h43q189 0 251 44t62 156q0 121 -66.5 170.5t-246.5 49.5h-43v-420zM391 655v-655h-223v1464h332q146 0 226.5 -19t137.5 -63q68 -53 105 -137t37 -184q0 -176 -85 -275.5t-251 -119.5l504 -666h-269l-487 655h-27z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="1124" 
+d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
+q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="1042" 
+d="M641 1262v-1262h-238v1262h-389v202h1014v-202h-387z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1266" 
+d="M633 -57l-653 1521h247l328 -780q29 -68 48 -125.5t30 -109.5q13 55 33 114t47 121l327 780h246z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1923" 
+d="M-6 1464h235l277 -739q27 -73 45.5 -128t32.5 -103q35 116 73 227q5 14 7 19l294 782l310 -797q22 -58 41.5 -116t36.5 -117q10 45 27 99t44 128l275 745h237l-567 -1521l-334 835q-22 56 -40 107.5t-32 97.5q-17 -59 -34 -110.5t-35 -98.5l-328 -831z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="1171" 
+d="M0 0l475 766l-420 698h250l211 -358q17 -28 63 -116q10 -20 15 -29q16 31 35.5 66t44.5 77l223 360h244l-428 -694l461 -770h-263l-245 415q-1 2 -4 7q-40 75 -74 141q-17 -34 -37 -70.5t-43 -74.5l-256 -418h-252z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1214" 
+d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1180" 
+d="M18 0l746 1262h-621v202h987l-739 -1251h748v-213h-1121z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="621" 
+d="M389 -256h191v-158h-381v1911h381v-156h-191v-1597z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="887" 
+d="M717 -190l-717 1687h170l717 -1687h-170z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="621" 
+d="M231 -256v1597h-188v156h379v-1911h-379v158h188z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="2048" 
+d="M915 1460h218l495 -561h-207l-397 397l-399 -397h-207z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M0 -311h1024v-172h-1024v172z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M653 1092h-123l-292 272h225z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1192" 
+d="M360 477q0 -145 74.5 -234t192.5 -89q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM367 1550v-757q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40t-135.5 122v-123
+h-217v1550h217z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="930" 
+d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1192" 
+d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q118 0 191 88.5t73 234.5zM825 1550h217v-1550h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5
+t120.5 -139.5v757z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="627" 
+d="M180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190h-228v-758h-217z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1192" 
+d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 59q0 -278 -111 -391.5t-374 -113.5q-196 0 -313 82.5t-119 219.5l233 1q5 -61 57 -93t146 -32q139 0 200 61t62 204l2 126q-58 -82 -135.5 -122
+t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-889z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1204" 
+d="M150 0v1550h204v-757q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="537" 
+d="M131 1358q0 55 40.5 95t96.5 40q58 0 96.5 -38.5t38.5 -96.5t-39 -97.5t-96 -39.5q-56 0 -96.5 40.5t-40.5 96.5zM160 0v948h217v-948h-217z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="537" 
+d="M131 1358q0 55 40.5 95t96.5 40q58 0 96.5 -38.5t38.5 -96.5t-39 -97.5t-96 -39.5q-56 0 -96.5 40.5t-40.5 96.5zM160 -446v1394h217v-1394h-217z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="1057" 
+d="M150 0v1550h217v-995l397 393h268l-430 -418l471 -530h-280l-426 489v-489h-217z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="537" 
+d="M160 0v1550h217v-1550h-217z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1792" 
+d="M367 0h-217v948h204v-155q65 99 147.5 144.5t194.5 45.5q111 0 184 -46.5t111 -141.5q75 98 159.5 143t192.5 45q94 0 164 -34.5t109 -100.5q18 -31 26.5 -74t8.5 -123v-76v-575h-217v487q0 191 -40.5 251.5t-144.5 60.5q-128 0 -182.5 -81.5t-54.5 -285.5v-432h-219v487
+q0 176 -42.5 244t-146.5 68q-64 0 -117 -29t-84 -80q-20 -33 -28 -81t-8 -177v-432z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1204" 
+d="M150 0v948h204v-155q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1192" 
+d="M360 477q0 -147 73.5 -235t193.5 -88q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM150 -446v1394h217v-155q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40t-135.5 122
+v-569h-217z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1192" 
+d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q119 0 191.5 88t72.5 235zM1042 -446h-217v569q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5
+v155h217v-1394z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="754" 
+d="M367 797q35 94 92.5 139t142.5 45q46 0 90.5 -11t87.5 -32l-78 -184q-28 20 -60.5 29.5t-72.5 9.5q-108 0 -155 -86.5t-47 -290.5v-416h-217v950h217v-153z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="872" 
+d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
+q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="621" 
+d="M201 0v758h-166v190h166v359h217v-359h166v-190h-166v-758h-217z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="967" 
+d="M483 -57l-497 1005h237l207 -477q10 -22 24 -66t29 -105q10 43 23.5 85.5t32.5 85.5l206 477h236z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1536" 
+d="M1057 -57l-219 493q-25 57 -41 101.5t-29 87.5q-22 -65 -39 -111.5t-27 -69.5l-225 -501l-491 1005h231l213 -457q13 -29 25.5 -79.5t21.5 -111.5q1 36 12 75t37 96l232 512h18l236 -512q22 -48 32.5 -89t12.5 -82q9 54 23 102t32 87l209 459h229z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="928" 
+d="M215 0h-240l359 510l-307 438h239l133 -196q21 -30 37 -58t29 -57q12 24 27.5 50.5t39.5 66.5l132 194h237l-307 -440l356 -508h-237l-176 249q-3 5 -8 12q-51 77 -66 118q-20 -38 -38.5 -70.5t-37.5 -60.5z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="965" 
+d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="920" 
+d="M879 0h-881l528 758h-475v190h828l-517 -758h517v-190z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M874 1477v-179q-8 0 -24 1t-23 1q-109 0 -147.5 -41.5t-38.5 -173.5v-241q0 -155 -44 -220.5t-159 -93.5q114 -27 158.5 -92.5t44.5 -220.5v-240q0 -132 39.5 -174.5t148.5 -42.5q7 0 22 1t23 1v-176h-63q-102 0 -165.5 12t-106.5 37q-57 34 -80 96t-23 203v248
+q0 144 -52.5 203t-178.5 59q-7 0 -21.5 -1t-21.5 -1v179q7 0 21.5 -1.5t21.5 -1.5q126 0 178.5 59t52.5 202v247q0 145 23 206.5t80 94.5q44 27 109 38.5t181 11.5h45z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M424 1565h178v-2048h-178v2048z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M152 1477h45q115 0 179.5 -11.5t108.5 -38.5q57 -33 80 -95t23 -206v-247q0 -144 52 -202.5t179 -58.5q6 0 21 1.5t22 1.5v-179q-7 0 -21.5 1t-21.5 1q-126 0 -178.5 -59t-52.5 -203v-248q0 -143 -23 -204t-80 -95q-43 -26 -108 -37.5t-180 -11.5h-45v176q8 0 23 -1
+t22 -1q109 0 147.5 42t38.5 175v240q0 153 45 219t160 94q-115 28 -160 93.5t-45 220.5v241q0 132 -38 173.5t-146 41.5q-7 0 -23 -1t-24 -1v179z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1706" 
+d="M1530 784v-184q-103 -71 -197.5 -106t-183.5 -35q-44 0 -92.5 8.5t-98.5 26.5q-25 8 -76 26q-212 74 -319 74q-82 0 -174 -38t-211 -122v187q106 72 202 107.5t185 35.5q62 0 125.5 -12t168.5 -48q13 -4 42 -15q164 -58 250 -58q85 0 177 37t202 116z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="1237" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="674" 
+d="M223 -39v1163h228v-1163h-228zM205 1368q0 54 38 91.5t93 37.5t93 -37.5t38 -91.5q0 -55 -38 -93t-93 -38q-54 0 -92.5 38.5t-38.5 92.5z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1237" 
+d="M623 1042q-107 -18 -173.5 -99.5t-66.5 -192.5q0 -123 63.5 -203t176.5 -101v596zM993 961q-57 36 -121.5 56.5t-144.5 26.5v-598q94 15 158 38.5t108 58.5v-209q-57 -33 -123 -51t-143 -21v-203h-104v207q-195 15 -316 145t-121 324q0 196 116.5 325.5t320.5 160.5v161
+h104v-157q65 -2 130.5 -16.5t135.5 -43.5v-204z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1237" 
+d="M74 49q59 89 123.5 134.5t138.5 52.5q24 48 35.5 91.5t11.5 86.5q0 41 -11.5 83t-35.5 89h-250v141h188q-44 74 -67 149t-23 150q0 200 138 326.5t360 126.5q210 0 331.5 -114t139.5 -329l-223 -30q-10 138 -75.5 209t-182.5 71q-112 0 -182 -69.5t-70 -180.5
+q0 -78 74 -269q11 -27 16 -40h358v-141h-313q8 -26 12 -53t4 -56q0 -66 -25 -129t-71 -112h6q82 0 209 -45.5t178 -45.5q70 0 124 28t83 79l133 -119q-47 -85 -124.5 -130.5t-174.5 -45.5q-95 0 -256 48t-229 48q-56 0 -111 -26t-108 -78z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1241" 
+d="M623 1176q-120 0 -205.5 -86t-85.5 -205q0 -120 84.5 -204.5t206.5 -84.5q121 0 205.5 84.5t84.5 204.5q0 119 -85.5 205t-204.5 86zM168 1430l203 -203q55 41 117 61.5t133 20.5t134 -20.5t117 -61.5l203 203l94 -93l-204 -204q39 -54 59 -116.5t20 -131.5
+q0 -70 -20 -132.5t-59 -115.5l204 -205l-94 -92l-203 205q-57 -42 -118 -62t-131 -20q-72 0 -135 20.5t-117 61.5l-203 -205l-92 92l203 205q-40 53 -60 115.5t-20 132.5q0 69 20 131.5t60 116.5l-203 204z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1237" 
+d="M492 0v578h-482v145h445l-101 164h-344v145h256l-266 420h240l307 -494q11 -17 27.5 -49.5t33.5 -70.5q13 34 28.5 66t33.5 61l315 487h229l-266 -420h256v-145h-350l-102 -164h452v-145h-493v-578h-219z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M424 408h178v-758h-178v758zM424 1432h178v-758h-178v758z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1090" 
+d="M551 281q104 0 178 74.5t74 181.5q0 106 -74 182t-178 76t-177 -75t-73 -183q0 -107 73 -181.5t177 -74.5zM154 -88h202q4 -92 50.5 -137t136.5 -45q87 0 138.5 40.5t51.5 108.5q0 95 -206 181l-42 18q-130 56 -187.5 87.5t-88.5 61.5q-64 61 -94.5 137t-30.5 175
+q0 128 68 223.5t194 144.5q-90 42 -135 109.5t-45 161.5q0 149 105 235t290 86q174 0 266.5 -86.5t92.5 -249.5v-20h-187q-3 90 -50 136t-136 46q-79 0 -128.5 -40.5t-49.5 -102.5q0 -57 46.5 -97.5t209.5 -105.5q219 -88 302 -186.5t83 -260.5q0 -138 -69.5 -229
+t-205.5 -131q94 -44 145.5 -119.5t51.5 -169.5q0 -154 -105.5 -244t-289.5 -90q-174 0 -278.5 94t-104.5 248v21z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M573 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM209 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1706" 
+d="M1206 903h-166q-10 74 -60 114t-130 40q-99 0 -155 -86.5t-56 -239.5q0 -152 57.5 -234.5t163.5 -82.5q80 0 129 43.5t60 124.5h165q-7 -135 -106.5 -217t-253.5 -82q-183 0 -290 119t-107 323q0 208 109.5 331.5t291.5 123.5q147 0 243 -77t105 -200zM854 1362
+q-130 0 -243 -46.5t-201 -135.5q-90 -92 -138.5 -208t-48.5 -241q0 -126 48 -240t139 -204q90 -91 204.5 -139t239.5 -48t240 48.5t209 140.5q89 88 135.5 200.5t46.5 241.5t-47 243.5t-135 203.5q-91 90 -205 137t-244 47zM852 1470q152 0 286 -55t240 -162
+q105 -105 160 -238.5t55 -283.5q0 -153 -54.5 -286t-158.5 -234q-108 -107 -244.5 -164t-283.5 -57q-146 0 -280 56.5t-240 162.5q-107 106 -163 240.5t-56 281.5q0 145 57 280.5t164 243.5q105 107 235.5 161t282.5 54z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="895" 
+d="M782 801h-164v86q-42 -57 -100.5 -85t-132.5 -28q-151 0 -238.5 96t-87.5 263q0 158 89 256t231 98q87 0 149.5 -34t89.5 -97v108h164v-663zM625 1135q0 103 -52 161t-145 58q-92 0 -144.5 -60t-52.5 -166q0 -105 51 -162t144 -57q88 0 143.5 62.5t55.5 163.5z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="930" 
+d="M713 877l139 -84l-207 -324l207 -324l-139 -84l-254 408zM334 877l137 -84l-205 -324l205 -324l-137 -84l-254 408z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1706" 
+d="M254 862h1198v-502h-166v336h-1032v166z" />
+    <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="829" 
+d="M147 571h535v-200h-535v200z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1706" 
+d="M729 1047v-261h117q100 0 146 30.5t46 96.5q0 69 -48 101.5t-152 32.5h-109zM551 1159h319q173 0 262 -57t89 -168q0 -91 -48 -150.5t-137 -78.5l185 -375h-199l-164 346h-129v-346h-178v829zM854 1362q-129 0 -240 -45.5t-200 -134.5q-92 -94 -141.5 -210t-49.5 -241
+t47 -238.5t136 -203.5q90 -91 204 -140t234 -49q130 0 246.5 47t209.5 138q89 86 137 198.5t48 237.5q0 133 -45.5 247.5t-134.5 205.5q-93 92 -207.5 140t-243.5 48zM852 1470q153 0 288.5 -56t241.5 -165q103 -104 157 -236.5t54 -281.5q0 -153 -55.5 -287t-161.5 -237
+q-108 -105 -243 -161t-281 -56q-147 0 -282.5 57.5t-241.5 165.5q-105 106 -160 239t-55 279q0 147 57.5 284t165.5 245q104 104 234.5 157t281.5 53z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M248 1153v141h526v-141h-526z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="674" 
+d="M338 1350q-77 0 -131.5 -54t-54.5 -131q0 -76 54.5 -131t131.5 -55t130.5 54.5t53.5 131.5t-53.5 131t-130.5 54zM338 1460q121 0 208 -87t87 -210q0 -121 -87 -208t-210 -87t-208 85.5t-85 209.5q0 125 86 211t209 86z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1706" 
+d="M254 182h1198v-168h-1198v168zM768 1206h170v-334h514v-165h-514v-334h-170v334h-514v165h514v334z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="817" 
+d="M676 690v-115h-647l360 394q67 73 98 129t31 102q0 65 -42 102t-116 37q-66 0 -109 -36.5t-48 -97.5l-152 -1q0 118 87.5 188t234.5 70q140 0 220.5 -65t80.5 -178q0 -79 -45.5 -159.5t-196.5 -240.5l-125 -129h369z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="817" 
+d="M62 811h151v-8q0 -61 45.5 -97t122.5 -36q89 0 136.5 40t47.5 115q0 79 -49 118.5t-147 39.5h-29v115q4 0 13.5 -1t15.5 -1q85 0 128.5 32.5t43.5 96.5q0 56 -39.5 89.5t-106.5 33.5q-70 0 -109.5 -30.5t-42.5 -86.5h-141q7 111 83.5 171t213.5 60q134 0 211.5 -63
+t77.5 -170q0 -81 -44 -132.5t-122 -62.5q92 -15 140.5 -73.5t48.5 -153.5q0 -117 -90.5 -185.5t-245.5 -68.5q-140 0 -224.5 69.5t-88.5 188.5z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M371 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1208" 
+d="M205 1081h229l-125 -635q-6 -29 -9 -55t-3 -49q0 -96 46.5 -146.5t135.5 -50.5q122 0 193.5 88.5t111.5 292.5l109 555h225l-145 -739q-10 -49 -14.5 -81.5t-4.5 -51.5q0 -36 15.5 -51t52.5 -15q13 0 20.5 0.5t13.5 1.5l-32 -159q-32 -9 -68.5 -13t-81.5 -4
+q-74 0 -111.5 31.5t-37.5 93.5v15q-41 -67 -108 -104.5t-146 -37.5q-81 0 -137.5 26t-97.5 83l-99 -506h-229z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M969 1479v-99h-117v-1380h-129v1380h-168v-1380h-131v784q-168 6 -268.5 101t-100.5 245q0 158 107 253.5t284 95.5h523z" />
+    <glyph glyph-name="glyph121" unicode="&#xb7;" horiz-adv-x="618" 
+d="M178 721q0 55 38 93t93 38q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M274 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="817" 
+d="M358 575v758h-200l61 113h281v-871h-142z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="903" 
+d="M672 1130q0 93 -64 157.5t-155 64.5q-93 0 -157.5 -64t-64.5 -158q0 -93 64.5 -157t157.5 -64q90 0 154.5 64.5t64.5 156.5zM59 1133q0 72 30 136.5t87 114.5q54 50 125 76.5t150 26.5q81 0 151.5 -26.5t126.5 -78.5q56 -51 85.5 -114.5t29.5 -134.5q0 -74 -29 -138
+t-86 -114q-57 -53 -128 -80t-150 -27q-78 0 -149 27t-126 78q-57 51 -87 115.5t-30 138.5z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="930" 
+d="M598 61l-139 84l207 324l-207 324l139 84l254 -408zM219 61l-137 84l205 324l-205 324l137 84l254 -408z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1901" 
+d="M1585 553l-233 -293h229v213q0 17 1 37.5t3 42.5zM1581 0v166h-442l536 661h43v-567h113v-94h-113v-166h-137zM438 -39l887 1518h137l-887 -1518h-137zM340 633v706h-190l57 105h270v-811h-137z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1901" 
+d="M1767 106v-106h-618l344 367q66 70 95.5 121.5t29.5 93.5q0 61 -40.5 96t-111.5 35q-63 0 -103.5 -34.5t-45.5 -92.5h-146q0 110 83.5 175.5t224.5 65.5q133 0 209.5 -60.5t76.5 -166.5q0 -75 -45 -152.5t-186 -220.5l-117 -121h350zM438 -39l887 1518h137l-887 -1518
+h-137zM340 633v706h-190l57 105h270v-811h-137z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1901" 
+d="M1585 553l-233 -293h229v213q0 17 1 37.5t3 42.5zM1581 0v166h-442l536 661h43v-567h113v-94h-113v-166h-137zM438 -39l887 1518h137l-887 -1518h-137zM60 852h143v-6q0 -58 43.5 -91.5t118.5 -33.5q83 0 128.5 37.5t45.5 107.5q0 74 -47 111t-140 37q-4 0 -13.5 -1
+t-14.5 -1v108q5 0 13.5 -1t12.5 -1q82 0 124 30.5t42 90.5q0 52 -37 83.5t-100 31.5q-69 0 -106.5 -28.5t-41.5 -82.5h-135q8 106 81 161.5t204 55.5q128 0 202 -58t74 -159q0 -75 -42 -123t-117 -59q88 -14 134 -68.5t46 -144.5q0 -109 -86.5 -173.5t-233.5 -64.5
+q-132 0 -213 66t-85 176z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1114" 
+d="M725 344h172q0 -6 1 -18.5t1 -18.5q0 -158 -94.5 -252t-253.5 -94q-163 0 -260.5 94t-97.5 250q0 114 56.5 188t225.5 156l20 10q199 99 199 187q0 51 -39 88t-94 37q-67 0 -103.5 -40.5t-38.5 -115.5h-177v21q0 148 83 228.5t236 80.5q142 0 234 -83.5t92 -211.5
+q0 -118 -63.5 -196t-248.5 -167q-122 -57 -157 -96t-35 -94q0 -67 47.5 -110.5t120.5 -43.5q82 0 128 53.5t46 147.5zM711 1368q0 -54 -39 -92.5t-92 -38.5q-56 0 -93.5 38t-37.5 93q0 54 38 91.5t93 37.5t93 -37.5t38 -91.5z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM819 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM537 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM381 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM971 1857q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16
+t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM739 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM375 1771
+q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1356" 
+d="M565 1735q0 -48 33.5 -80.5t81.5 -32.5q47 0 81 33t34 80t-33.5 80.5t-81.5 33.5t-81.5 -33.5t-33.5 -80.5zM442 1735q0 99 68.5 168t167.5 69q98 0 167.5 -69.5t69.5 -167.5q0 -99 -68.5 -167.5t-168.5 -68.5t-168 68t-68 168zM1135 0l-166 377h-580l-170 -377h-250
+l684 1464h52l681 -1464h-251zM477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1866" 
+d="M477 575h422l-123 334q-25 67 -42.5 127t-28.5 117q-11 -53 -29.5 -108.5t-44.5 -114.5zM1329 1464l84 -202h-536l129 -359h491l78 -209h-490l179 -481h538l80 -213h-772l-139 377h-582l-170 -377h-250l684 1464h676z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1470" 
+d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
+q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM630 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5
+t-144 29.5z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM721 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM439 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM283 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM641 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM277 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5
+q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM434 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM152 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM-4 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM354 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM-10 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1530" 
+d="M420 215h201q164 0 246.5 22t144.5 74q83 71 124.5 176.5t41.5 245.5t-41.5 245.5t-124.5 176.5q-63 52 -149.5 74t-270.5 22h-86h-86v-344h387v-184h-387v-508zM182 0v723h-182v184h182v557h322q312 0 439.5 -31.5t223.5 -105.5q127 -97 192.5 -249t65.5 -347
+t-65.5 -345.5t-192.5 -248.5q-95 -74 -218 -105.5t-382 -31.5h-63h-322z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1645" 
+d="M168 0v1522l930 -895q38 -38 77 -81t82 -97v1015h220v-1521l-949 911q-38 37 -73.5 78t-67.5 86v-1018h-219zM1116 1857q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5
+q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM1028 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM746 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM590 1608l193 272h208l193 -272h-123l-174 157
+l-174 -157h-123z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM1180 1857q-18 -99 -69.5 -153.5t-125.5 -54.5
+q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM948 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
+q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM584 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1706" 
+d="M403 1188l459 -459l461 459l117 -117l-459 -461l459 -458l-117 -119l-461 461l-459 -461l-116 119l458 458l-458 461z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1774" 
+d="M233 -74l-124 109l184 196q-96 108 -142.5 231t-46.5 269q0 157 58.5 296t169.5 247q110 109 253.5 167t301.5 58q116 0 228 -35.5t226 -109.5l172 184l129 -104l-176 -189q103 -114 153 -240t50 -274q0 -156 -59 -295t-170 -248q-111 -107 -254 -165t-299 -58
+q-131 0 -248.5 38.5t-224.5 117.5zM571 289q67 -53 141.5 -79t159.5 -26q119 0 217 40t177 120q76 78 115.5 177t39.5 210q0 95 -30 181.5t-88 160.5zM1184 1186q-68 48 -140.5 71t-156.5 23q-108 0 -206.5 -41.5t-172.5 -118.5q-76 -77 -116 -177t-40 -212q0 -94 25.5 -173
+t79.5 -150z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM903 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM621 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM465 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM823 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z
+M459 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1214" 
+d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236zM467 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1090" 
+d="M391 551h76q198 0 264 43t66 151q0 118 -70.5 165.5t-259.5 47.5h-76v-407zM391 356v-356h-223v1464h223v-301h115q177 0 254.5 -17.5t134.5 -58.5q69 -50 108 -136.5t39 -190.5t-39 -192t-108 -138q-56 -40 -131.5 -57t-235.5 -17h-47h-90z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1233" 
+d="M512 193q31 -16 64.5 -23.5t70.5 -7.5q132 0 203.5 74t71.5 213q0 145 -84.5 216.5t-255.5 71.5h-35v201q6 0 17 -1t16 -1q106 0 164.5 55t58.5 156q0 112 -53 171.5t-152 59.5q-121 0 -169 -70.5t-48 -285.5v-1022h-217v743h-117v205h117v234q0 172 122.5 280.5
+t319.5 108.5q193 0 308.5 -106t115.5 -281q0 -128 -68.5 -210.5t-207.5 -123.5q188 -9 291.5 -118.5t103.5 -301.5q0 -225 -120.5 -347t-344.5 -122q-53 0 -94.5 9.5t-77.5 29.5v193z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM747 1092h-123l-292 272h225z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM465 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM309 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM899 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM667 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM303 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1192" 
+d="M455 1284q0 -48 32.5 -80.5t79.5 -32.5q48 0 81.5 33.5t33.5 79.5q0 48 -33.5 81.5t-81.5 33.5q-47 0 -79.5 -33.5t-32.5 -81.5zM330 1284q0 99 69 168.5t168 69.5q98 0 167 -69.5t69 -168.5q0 -98 -68.5 -166.5t-167.5 -68.5q-100 0 -168.5 68t-68.5 167zM831 477
+q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948z
+" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1765" 
+d="M1456 588q-12 102 -76.5 155.5t-177.5 53.5q-107 0 -172.5 -52t-91.5 -157h518zM1681 442h-757q7 -134 78.5 -210t189.5 -76q103 0 173.5 45t123.5 145l182 -102q-80 -144 -197 -213.5t-278 -69.5q-120 0 -206 38t-148 118q-67 -75 -169 -115.5t-224 -40.5
+q-173 0 -276 91t-103 241q0 142 102 228.5t268 86.5q87 0 156.5 -17t128.5 -52q1 6 1.5 13.5t0.5 22.5q0 109 -70.5 165.5t-205.5 56.5q-72 0 -148 -25t-149 -72v203q70 40 145.5 60t159.5 20q143 0 232 -39.5t151 -128.5q61 83 151 125.5t203 42.5q230 0 357.5 -132.5
+t127.5 -371.5v-37zM735 299q0 65 -59 104t-160 39q-103 0 -162 -39t-59 -106q0 -66 53.5 -103.5t147.5 -37.5q112 0 175.5 38t63.5 105z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="930" 
+d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM317 -393
+v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+M719 1092h-123l-292 272h225z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+M437 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+M281 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+M639 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM275 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217zM409 1092h-123l-292 272h225z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217zM127 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217zM-29 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217zM329 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM-35 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1204" 
+d="M895 442q0 120 -85 203.5t-208 83.5q-124 0 -208.5 -83t-84.5 -204q0 -119 85.5 -202.5t207.5 -83.5q121 0 207 84t86 202zM864 813q-49 108 -111.5 191.5t-136.5 140.5l-290 -135l-60 116l240 111q-42 32 -93 64.5t-143 82.5l109 160q121 -72 197 -122.5t131 -94.5
+l317 143l59 -114l-268 -123q152 -147 230.5 -326t78.5 -377q0 -262 -141.5 -415.5t-382.5 -153.5q-103 0 -198 37t-171 106q-73 68 -112 156.5t-39 188.5q0 96 39.5 183.5t113.5 155.5q72 68 160 101t195 33q76 0 145 -27.5t131 -81.5z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1204" 
+d="M150 0v948h204v-155q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217zM911 1341q-18 -99 -69.5 -153.5t-125.5 -54.5
+q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM743 1092h-123l-292 272h225z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM461 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM305 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM895 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5
+q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM663 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM299 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
+q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1706" 
+d="M854 367q57 0 97 -40.5t40 -97.5q0 -56 -39.5 -95.5t-97.5 -39.5t-97.5 39t-39.5 96t40.5 97.5t96.5 40.5zM254 694h1198v-166h-1198v166zM854 1128q57 0 97 -41t40 -98q0 -56 -39.5 -95.5t-97.5 -39.5t-97.5 39t-39.5 96t40.5 98t96.5 41z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1204" 
+d="M424 217q38 -29 80 -43t90 -14q130 0 215.5 86.5t85.5 218.5q0 43 -11 85t-34 85zM778 723q-37 32 -77.5 47.5t-88.5 15.5q-131 0 -219 -89t-88 -222q0 -42 11 -84t34 -86zM150 -53l-80 82l125 127q-58 74 -85.5 151t-27.5 162q0 223 149.5 368.5t376.5 145.5
+q94 0 174 -28.5t144 -84.5l125 127l84 -79l-127 -130q58 -75 86 -152t28 -163q0 -219 -151 -365.5t-377 -146.5q-92 0 -171.5 28t-141.5 83z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM743 1092h-123l-292 272h225z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM461 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM305 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM663 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM299 1255q0 48 36 83.5
+t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="965" 
+d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235zM342 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1192" 
+d="M360 477q0 -147 73.5 -235t193.5 -88q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM367 123v-569h-217v1996h217v-757q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40
+t-135.5 122z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="965" 
+d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235zM544 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM180 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
+q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1470" 
+d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
+q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM725 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="930" 
+d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM434 1092
+l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1470" 
+d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
+q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM569 1880h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="930" 
+d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM278 1364
+h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1210" 
+d="M831 477q0 148 -68.5 229.5t-191.5 81.5t-193.5 -85t-70.5 -234q0 -150 68.5 -232.5t191.5 -82.5q118 0 191 88t73 235zM825 1169h-336v162h336v219h217v-219h168v-162h-168v-1169h-217v123q-57 -82 -134.5 -122t-178.5 -40q-200 0 -316 137t-116 377q0 226 118 366
+t308 140q115 0 197.5 -49t121.5 -139v376z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1645" 
+d="M979 750h580q0 -15 1 -42q3 -71 3 -96q0 -309 -177 -480t-499 -171q-180 0 -321 53t-247 160q-104 106 -159.5 249t-55.5 306q0 166 56.5 306t167.5 247q107 105 251 160t308 55q173 0 309.5 -63t243.5 -193l-174 -131q-74 86 -167 128t-208 42q-238 0 -388.5 -152.5
+t-150.5 -396.5q0 -248 150.5 -402.5t390.5 -154.5q204 0 321 95t117 259v21h-352v201zM524 1876l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1192" 
+d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 59q0 -278 -111 -391.5t-374 -113.5q-196 0 -313 82.5t-119 219.5l233 1q5 -61 57 -93t146 -32q139 0 200 61t62 204l2 126q-58 -82 -135.5 -122
+t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-889zM297 1360l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM166 1771q0 51 38 89t89 38q52 0 89.5 -37t37.5 -90q0 -55 -36 -91t-91 -36q-54 0 -90.5 37t-36.5 90z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="977" 
+d="M182 0v547l-145 -101l-103 144l248 178v696h238v-561l233 164l103 -147l-336 -236v-471h532v-213h-770z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="563" 
+d="M172 0v557l-111 -78l-96 142l207 147v782h219v-649l111 78l98 -141l-209 -148v-690h-219z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="2304" 
+d="M1401 731q0 112 -39.5 211.5t-114.5 177.5q-74 77 -170 118.5t-200 41.5q-106 0 -201.5 -41t-169.5 -119q-75 -78 -114.5 -177.5t-39.5 -211.5q0 -111 39.5 -210t114.5 -177q74 -78 169.5 -119t201.5 -41q105 0 200.5 41t169.5 119q75 78 114.5 177t39.5 210zM1407 1464
+h788v-202h-569v-361h569v-209h-569v-479h569v-213h-788l-2 225q-94 -126 -230 -193t-298 -67q-156 0 -295 57.5t-248 165.5q-110 110 -167.5 249t-57.5 294t57.5 294t167.5 249q109 109 248.5 167t294.5 58q159 0 291 -63t237 -189z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1944" 
+d="M1636 588q-12 102 -76.5 155.5t-177.5 53.5q-106 0 -172 -52t-92 -157h518zM993 147q-86 -95 -180.5 -140.5t-206.5 -45.5q-71 0 -138 17.5t-126 52.5q-126 72 -194 187t-68 255q0 101 38.5 192.5t110.5 163.5q76 74 174 113t209 39q124 0 223.5 -51.5t165.5 -149.5
+q64 102 156.5 151.5t218.5 49.5q230 0 358 -131t128 -367v-41h-758q8 -134 79 -210t189 -76q103 0 173.5 45t123.5 145l182 -102q-79 -143 -197 -213t-278 -70q-128 0 -220 45t-163 141zM895 471q0 132 -86 223.5t-209 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5
+t207.5 -91.5t208.5 91.5t86.5 223.5z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1124" 
+d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
+q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246zM337 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5
+t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="872" 
+d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
+q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159zM198 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5
+t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1124" 
+d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
+q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246zM266 1880h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="872" 
+d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
+q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159zM139 1364h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1214" 
+d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236zM669 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM305 1771q0 48 36 83.5t85 35.5t84 -34.5
+t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1180" 
+d="M18 0l746 1262h-621v202h987l-739 -1251h748v-213h-1121zM293 1880h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="920" 
+d="M879 0h-881l528 758h-475v190h828l-517 -758h517v-190zM164 1364h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1237" 
+d="M725 782l-96 -757q-35 -279 -107 -376.5t-227 -97.5q-36 0 -75 6.5t-83 18.5l41 202q27 -10 48.5 -16t35.5 -6q68 0 99 51t59 279l84 696h-209l14 166h211l21 154q26 196 101 287.5t210 91.5q43 0 87.5 -8.5t94.5 -26.5l-18 -189q-34 14 -63 20.5t-52 6.5
+q-64 0 -94.5 -43.5t-50.5 -183.5l-15 -109h232l-17 -166h-231z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M215 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M215 1364h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M213 1360l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M385 1255q0 51 38 89t89 38q52 0 89.5 -37t37.5 -90q0 -55 -36 -91t-91 -36q-54 0 -90.5 37t-36.5 90z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M399 1284q0 -48 32.5 -80.5t80.5 -32.5q47 0 81 33.5t34 79.5q0 48 -33.5 81.5t-81.5 33.5q-47 0 -80 -33.5t-33 -81.5zM274 1284q0 99 69.5 168.5t168.5 69.5q98 0 168 -70t70 -168t-69 -166.5t-169 -68.5t-169 68t-69 167z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M625 0q-69 -59 -100 -110t-31 -103q0 -43 20 -61.5t68 -18.5h94v-156h-96q-119 0 -175.5 44t-56.5 137q0 64 46 129.5t143 138.5h88z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M805 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M567 1092l156 272h199l-258 -272h-97zM305 1092l129 272h189l-230 -272h-88z" />
+    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="1569" 
+d="M1194 213h305v-213h-602v229q160 94 242 244.5t82 351.5q0 210 -121 341.5t-316 131.5q-197 0 -316.5 -132.5t-119.5 -352.5q0 -191 84 -342t240 -242v-229h-602v213h305q-144 130 -211.5 274t-67.5 322q0 314 190.5 508t497.5 194q303 0 496 -192.5t193 -493.5
+q0 -190 -65.5 -333t-213.5 -279z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1368" 
+d="M360 889h-45q-54 0 -83.5 -31.5t-39.5 -99.5h-174q28 187 100 255t242 68h953l-39 -192h-193l-84 -437q-2 -13 -8 -41q-22 -113 -22 -147q0 -58 23 -82t77 -24q18 0 42.5 2.5t59.5 7.5l-34 -168q-29 -8 -61 -12t-75 -4q-139 0 -202.5 48t-63.5 154q0 77 52 344l1 6
+l70 353h-268l-174 -889h-226z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M0 545h1024v-146h-1024v146z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
+d="M0 399v146h2048v-146h-2048z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="618" 
+d="M496 1452l-191 -545l-182 62l246 528z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="618" 
+d="M123 954l190 543l183 -59l-246 -531z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="618" 
+d="M123 -299l190 545l183 -60l-246 -530z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="905" 
+d="M457 1452l-189 -545l-184 62l246 528zM821 1452l-190 -545l-182 62l245 528z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="905" 
+d="M84 954l190 543l183 -59l-246 -531zM449 954l190 543l182 -59l-246 -531z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="905" 
+d="M84 -299l190 545l183 -60l-246 -530zM449 -299l190 545l182 -60l-246 -530z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1090" 
+d="M442 -446v1187h-358v183h358v540h205v-540h361v-183h-361v-1187h-205z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1090" 
+d="M442 -446v491h-360v180h360v652h-360v180h360v407h205v-407h361v-180h-361v-652h361v-180h-361v-491h-205z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1208" 
+d="M307 762q0 123 87 209t210 86q122 0 208.5 -86.5t86.5 -208.5t-87.5 -209.5t-209.5 -87.5q-123 0 -209 87t-86 210z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048" 
+d="M211 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5zM893 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5zM1577 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5
+t-38 91.5z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2394" 
+d="M2007 80q75 0 112.5 67t37.5 201q0 129 -38 197.5t-108 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM1683 348q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM913 348
+q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM1237 80q75 0 112 67t37 201q0 129 -37.5 197.5t-107.5 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM383 825q74 0 110.5 67t36.5 202
+q0 130 -37 199t-106 69q-74 0 -111.5 -68.5t-37.5 -201.5q0 -129 37.5 -198t107.5 -69zM57 1094q0 181 87 283t241 102q155 0 240.5 -100.5t85.5 -284.5q0 -183 -86 -284t-240 -101q-155 0 -241.5 101t-86.5 284zM455 -39h-138l854 1518h138z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="627" 
+d="M334 877l139 -84l-207 -324l207 -324l-139 -84l-254 408z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="545" 
+d="M219 61l-139 84l207 324l-207 324l139 84l254 -408z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1829" 
+d="M168 0v1464h817v-202h-579v-365h579v-209h-579v-688h-238zM1442 797q35 94 92.5 139t142.5 45q46 0 90.5 -11t87.5 -32l-78 -184q-28 20 -60.5 29.5t-72.5 9.5q-108 0 -155 -86.5t-47 -290.5v-416h-217v950h217v-153z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1706" 
+d="M809 1460h170l141 -360l133 360h170v-542h-114v428l-160 -428h-59l-166 428v-428h-115v542zM225 1460h467v-94h-168v-448h-129v448h-170v94z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1075" 
+d="M758 639q17 103 26 186.5t9 147.5q0 120 -29 174.5t-92 54.5q-62 0 -147 -58.5t-122 -58.5t-64.5 26t-27.5 60q0 66 79 115t200 49q176 0 287.5 -159t111.5 -422q0 -338 -150 -558.5t-376 -220.5q-161 0 -266 112t-105 286q0 193 113 322.5t278 129.5q101 0 167.5 -45
+t107.5 -141zM705 504q0 116 -41 178.5t-117 62.5q-105 0 -174.5 -131.5t-69.5 -337.5q0 -116 40.5 -177.5t117.5 -61.5q105 0 174.5 132.5t69.5 334.5z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1395" 
+d="M698 1196l-379 -983h756zM569 1473h256l574 -1473h-1403z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1579" 
+d="M154 1473h1267v-1866h-286v1622h-695v-1622h-286v1866z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1421" 
+d="M61 1473h1280v-226h-921l647 -684l-661 -729h974v-227h-1347v160l712 786l-684 719v201z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1706" 
+d="M254 696h1198v-170h-1198v170z" />
+    <glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="342" 
+d="M-342 -39l887 1518h137l-887 -1518h-137z" />
+    <glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="618" 
+d="M178 721q0 55 38 93t93 38q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1323" 
+d="M1128 1675h197v-110h-108l-594 -1606h-82l-316 872l-131 -49l-28 95l305 108l247 -688z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1706" 
+d="M928 559q45 -81 109.5 -122.5t146.5 -41.5q97 0 159 61.5t62 157.5q0 95 -57 158.5t-142 63.5q-78 0 -142 -63.5t-136 -213.5zM780 662q-46 81 -111 123t-145 42q-98 0 -159.5 -62t-61.5 -159q0 -94 56.5 -156.5t140.5 -62.5q80 0 144.5 62.5t135.5 212.5zM862 471
+q-71 -135 -148.5 -197.5t-172.5 -62.5q-137 0 -232.5 114.5t-95.5 284.5q0 179 85 289.5t220 110.5q93 0 168.5 -60t157.5 -200q71 139 149.5 200.5t184.5 61.5q127 0 222 -116t95 -284q0 -178 -84.5 -288.5t-220.5 -110.5q-92 0 -166.5 57.5t-161.5 200.5z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="1120" 
+d="M324 -258q106 0 122 692q2 81 3 123q13 538 113 766.5t312 228.5q87 0 143 -45.5t56 -111.5q0 -61 -34 -95t-95 -34q-45 0 -74.5 22.5t-40.5 65.5q-4 17 -6 45q-3 40 -26 41q-101 0 -119 -615q-5 -161 -8 -249q-10 -280 -30.5 -427t-59.5 -245q-55 -136 -139.5 -205.5
+t-194.5 -69.5q-87 0 -142 44t-55 112q0 63 35.5 97t99.5 34q39 0 66 -18t41 -54q6 -16 9 -59t24 -43z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1706" 
+d="M1530 592v-186q-107 -73 -200 -106.5t-189 -33.5q-89 0 -279.5 66.5t-298.5 66.5q-84 0 -173.5 -36t-211.5 -121v184q112 75 206.5 110t180.5 35q118 0 309 -67.5t277 -67.5q83 0 172 36.5t207 119.5zM1530 979v-184q-109 -75 -201.5 -108.5t-187.5 -33.5
+q-88 0 -278.5 67.5t-299.5 67.5q-82 0 -170 -35t-215 -122v184q109 73 205 109.5t182 36.5q120 0 310 -68t268 -68q92 0 181 35t206 119z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1706" 
+d="M1204 1212l123 -100l-170 -215h295v-162h-403l-197 -250h600v-161h-707l-249 -314l-123 99l170 215h-289v161h393l199 250h-592v162h700z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1706" 
+d="M260 178h1186v-166h-1186v166zM1446 1223v-176l-889 -287l889 -287v-176l-1186 389v145z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1706" 
+d="M260 178h1188v-166h-1188v166zM260 1223l1186 -392v-145l-1186 -389v176l891 287l-891 287v176z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012" 
+d="M506 1409l-385 -817l385 -825l385 825zM506 1653l500 -1061l-500 -1069l-500 1069z" />
+    <glyph glyph-name="apple" unicode="&#xf000;" horiz-adv-x="1618" 
+d="M836 1216q-1 6 -1.5 14t-0.5 23q0 124 95 229.5t236 131.5q1 -10 1.5 -23t0.5 -39q0 -131 -103.5 -234.5t-203.5 -103.5h-8q-3 0 -7.5 1t-8.5 1zM1505 403q-114 -247 -205 -342.5t-204 -95.5q-50 0 -131.5 33t-122.5 33q-45 0 -131 -33t-127 -33q-64 0 -128.5 44
+t-129.5 132q-102 140 -157.5 295.5t-55.5 300.5q0 219 125 356.5t323 137.5q68 0 155 -34t124 -34q34 0 121.5 35t152.5 35q110 0 198 -40t161 -124q-102 -65 -151.5 -145.5t-49.5 -182.5q0 -113 60 -200t173 -138z" />
+    <glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="1151" 
+d="M748 1358q0 55 40 95t97 40t96 -38.5t39 -96.5t-39 -97.5t-96 -39.5t-97 40.5t-40 96.5zM774 0v948h219v-948h-219zM180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190
+h-228v-758h-217z" />
+    <glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="1151" 
+d="M774 0v1550h219v-1550h-219zM180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190h-228v-758h-217z" />
+    <hkern u1="&#x2d;" u2="&#x153;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#x152;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#x111;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xf8;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xd8;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#xc6;" k="-57" />
+    <hkern u1="&#x2d;" u2="&#xc5;" k="36" />
+    <hkern u1="&#x2d;" u2="x" k="36" />
+    <hkern u1="&#x2d;" u2="s" k="-38" />
+    <hkern u1="&#x2d;" u2="q" k="-38" />
+    <hkern u1="&#x2d;" u2="o" k="-38" />
+    <hkern u1="&#x2d;" u2="e" k="-38" />
+    <hkern u1="&#x2d;" u2="d" k="-38" />
+    <hkern u1="&#x2d;" u2="c" k="-38" />
+    <hkern u1="&#x2d;" u2="Y" k="159" />
+    <hkern u1="&#x2d;" u2="X" k="73" />
+    <hkern u1="&#x2d;" u2="W" k="112" />
+    <hkern u1="&#x2d;" u2="V" k="120" />
+    <hkern u1="&#x2d;" u2="T" k="188" />
+    <hkern u1="&#x2d;" u2="S" k="-38" />
+    <hkern u1="&#x2d;" u2="Q" k="-75" />
+    <hkern u1="&#x2d;" u2="O" k="-75" />
+    <hkern u1="&#x2d;" u2="J" k="-114" />
+    <hkern u1="&#x2d;" u2="G" k="-75" />
+    <hkern u1="&#x2d;" u2="C" k="-38" />
+    <hkern u1="&#x2d;" u2="A" k="36" />
+    <hkern u1="A" u2="&#x201e;" k="-38" />
+    <hkern u1="A" u2="&#x201d;" k="243" />
+    <hkern u1="A" u2="&#x201c;" k="264" />
+    <hkern u1="A" u2="&#x201a;" k="-38" />
+    <hkern u1="A" u2="&#x2019;" k="243" />
+    <hkern u1="A" u2="&#x2018;" k="264" />
+    <hkern u1="A" u2="&#x152;" k="36" />
+    <hkern u1="A" u2="&#xd8;" k="36" />
+    <hkern u1="A" u2="&#xab;" k="73" />
+    <hkern u1="A" u2="w" k="36" />
+    <hkern u1="A" u2="v" k="36" />
+    <hkern u1="A" u2="Y" k="112" />
+    <hkern u1="A" u2="W" k="36" />
+    <hkern u1="A" u2="V" k="36" />
+    <hkern u1="A" u2="U" k="36" />
+    <hkern u1="A" u2="T" k="112" />
+    <hkern u1="A" u2="Q" k="36" />
+    <hkern u1="A" u2="O" k="36" />
+    <hkern u1="A" u2="G" k="36" />
+    <hkern u1="A" u2="C" k="36" />
+    <hkern u1="A" u2="&#x3b;" k="-38" />
+    <hkern u1="A" u2="&#x3a;" k="-38" />
+    <hkern u1="A" u2="&#x2d;" k="45" />
+    <hkern u1="B" u2="&#x201e;" k="36" />
+    <hkern u1="B" u2="&#x201d;" k="36" />
+    <hkern u1="B" u2="&#x201a;" k="36" />
+    <hkern u1="B" u2="&#x2019;" k="36" />
+    <hkern u1="B" u2="Y" k="36" />
+    <hkern u1="B" u2="W" k="36" />
+    <hkern u1="B" u2="V" k="36" />
+    <hkern u1="B" u2="&#x2e;" k="55" />
+    <hkern u1="B" u2="&#x2d;" k="-57" />
+    <hkern u1="B" u2="&#x2c;" k="55" />
+    <hkern u1="C" u2="&#x201d;" k="-57" />
+    <hkern u1="C" u2="&#x2019;" k="-57" />
+    <hkern u1="C" u2="&#x3b;" k="-38" />
+    <hkern u1="C" u2="&#x3a;" k="-38" />
+    <hkern u1="C" u2="&#x2d;" k="-47" />
+    <hkern u1="D" u2="&#x201e;" k="188" />
+    <hkern u1="D" u2="&#x201d;" k="36" />
+    <hkern u1="D" u2="&#x201c;" k="36" />
+    <hkern u1="D" u2="&#x201a;" k="188" />
+    <hkern u1="D" u2="&#x2019;" k="36" />
+    <hkern u1="D" u2="&#x2018;" k="36" />
+    <hkern u1="D" u2="&#xc5;" k="36" />
+    <hkern u1="D" u2="Y" k="73" />
+    <hkern u1="D" u2="W" k="36" />
+    <hkern u1="D" u2="V" k="36" />
+    <hkern u1="D" u2="A" k="36" />
+    <hkern u1="D" u2="&#x2e;" k="120" />
+    <hkern u1="D" u2="&#x2d;" k="-65" />
+    <hkern u1="D" u2="&#x2c;" k="120" />
+    <hkern u1="E" u2="&#x3b;" k="-38" />
+    <hkern u1="E" u2="&#x3a;" k="-38" />
+    <hkern u1="E" u2="&#x2e;" k="-38" />
+    <hkern u1="E" u2="&#x2d;" k="-38" />
+    <hkern u1="E" u2="&#x2c;" k="-38" />
+    <hkern u1="F" u2="&#x203a;" k="-38" />
+    <hkern u1="F" u2="&#x201e;" k="415" />
+    <hkern u1="F" u2="&#x201d;" k="-38" />
+    <hkern u1="F" u2="&#x201a;" k="415" />
+    <hkern u1="F" u2="&#x2019;" k="-38" />
+    <hkern u1="F" u2="&#xc5;" k="73" />
+    <hkern u1="F" u2="&#xbb;" k="-38" />
+    <hkern u1="F" u2="&#xab;" k="73" />
+    <hkern u1="F" u2="u" k="36" />
+    <hkern u1="F" u2="r" k="36" />
+    <hkern u1="F" u2="A" k="73" />
+    <hkern u1="F" u2="&#x3b;" k="83" />
+    <hkern u1="F" u2="&#x3a;" k="83" />
+    <hkern u1="F" u2="&#x2e;" k="405" />
+    <hkern u1="F" u2="&#x2d;" k="102" />
+    <hkern u1="F" u2="&#x2c;" k="405" />
+    <hkern u1="G" u2="&#x201d;" k="92" />
+    <hkern u1="G" u2="&#x2019;" k="92" />
+    <hkern u1="G" u2="Y" k="36" />
+    <hkern u1="G" u2="W" k="36" />
+    <hkern u1="G" u2="T" k="36" />
+    <hkern u1="G" u2="&#x3b;" k="-38" />
+    <hkern u1="G" u2="&#x3a;" k="-38" />
+    <hkern u1="G" u2="&#x2e;" k="55" />
+    <hkern u1="G" u2="&#x2d;" k="-47" />
+    <hkern u1="G" u2="&#x2c;" k="55" />
+    <hkern u1="H" u2="&#x2e;" k="36" />
+    <hkern u1="H" u2="&#x2c;" k="36" />
+    <hkern u1="J" u2="&#x201e;" k="112" />
+    <hkern u1="J" u2="&#x201d;" k="36" />
+    <hkern u1="J" u2="&#x201a;" k="112" />
+    <hkern u1="J" u2="&#x2019;" k="36" />
+    <hkern u1="J" u2="&#x3b;" k="63" />
+    <hkern u1="J" u2="&#x3a;" k="63" />
+    <hkern u1="J" u2="&#x2e;" k="102" />
+    <hkern u1="J" u2="&#x2d;" k="36" />
+    <hkern u1="J" u2="&#x2c;" k="102" />
+    <hkern u1="K" u2="&#x201e;" k="-65" />
+    <hkern u1="K" u2="&#x201d;" k="45" />
+    <hkern u1="K" u2="&#x201c;" k="73" />
+    <hkern u1="K" u2="&#x201a;" k="-65" />
+    <hkern u1="K" u2="&#x2019;" k="45" />
+    <hkern u1="K" u2="&#x2018;" k="73" />
+    <hkern u1="K" u2="&#x153;" k="36" />
+    <hkern u1="K" u2="&#x152;" k="73" />
+    <hkern u1="K" u2="&#xf8;" k="36" />
+    <hkern u1="K" u2="&#xe6;" k="36" />
+    <hkern u1="K" u2="&#xd8;" k="73" />
+    <hkern u1="K" u2="&#xab;" k="55" />
+    <hkern u1="K" u2="y" k="73" />
+    <hkern u1="K" u2="u" k="36" />
+    <hkern u1="K" u2="o" k="36" />
+    <hkern u1="K" u2="e" k="36" />
+    <hkern u1="K" u2="a" k="36" />
+    <hkern u1="K" u2="Y" k="73" />
+    <hkern u1="K" u2="W" k="73" />
+    <hkern u1="K" u2="U" k="36" />
+    <hkern u1="K" u2="T" k="73" />
+    <hkern u1="K" u2="O" k="73" />
+    <hkern u1="K" u2="C" k="73" />
+    <hkern u1="K" u2="&#x3b;" k="-38" />
+    <hkern u1="K" u2="&#x3a;" k="-38" />
+    <hkern u1="K" u2="&#x2e;" k="-38" />
+    <hkern u1="K" u2="&#x2d;" k="102" />
+    <hkern u1="K" u2="&#x2c;" k="-38" />
+    <hkern u1="L" u2="&#x201d;" k="311" />
+    <hkern u1="L" u2="&#x201c;" k="339" />
+    <hkern u1="L" u2="&#x2019;" k="311" />
+    <hkern u1="L" u2="&#x2018;" k="339" />
+    <hkern u1="L" u2="&#x152;" k="73" />
+    <hkern u1="L" u2="&#xd8;" k="73" />
+    <hkern u1="L" u2="y" k="73" />
+    <hkern u1="L" u2="Y" k="149" />
+    <hkern u1="L" u2="W" k="112" />
+    <hkern u1="L" u2="V" k="112" />
+    <hkern u1="L" u2="U" k="36" />
+    <hkern u1="L" u2="T" k="112" />
+    <hkern u1="L" u2="O" k="73" />
+    <hkern u1="L" u2="&#x3b;" k="-38" />
+    <hkern u1="L" u2="&#x3a;" k="-38" />
+    <hkern u1="L" u2="&#x2e;" k="-38" />
+    <hkern u1="L" u2="&#x2d;" k="36" />
+    <hkern u1="L" u2="&#x2c;" k="-38" />
+    <hkern u1="M" u2="&#x201c;" k="36" />
+    <hkern u1="M" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x201e;" k="73" />
+    <hkern u1="N" u2="&#x201c;" k="36" />
+    <hkern u1="N" u2="&#x201a;" k="73" />
+    <hkern u1="N" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x3b;" k="55" />
+    <hkern u1="N" u2="&#x3a;" k="55" />
+    <hkern u1="N" u2="&#x2e;" k="92" />
+    <hkern u1="N" u2="&#x2c;" k="92" />
+    <hkern u1="O" u2="&#x201e;" k="112" />
+    <hkern u1="O" u2="&#x201d;" k="36" />
+    <hkern u1="O" u2="&#x201a;" k="112" />
+    <hkern u1="O" u2="&#x2019;" k="36" />
+    <hkern u1="O" u2="&#xc5;" k="36" />
+    <hkern u1="O" u2="Y" k="73" />
+    <hkern u1="O" u2="X" k="36" />
+    <hkern u1="O" u2="V" k="36" />
+    <hkern u1="O" u2="T" k="73" />
+    <hkern u1="O" u2="A" k="36" />
+    <hkern u1="O" u2="&#x3b;" k="-38" />
+    <hkern u1="O" u2="&#x3a;" k="-38" />
+    <hkern u1="O" u2="&#x2e;" k="83" />
+    <hkern u1="O" u2="&#x2d;" k="-57" />
+    <hkern u1="O" u2="&#x2c;" k="83" />
+    <hkern u1="P" u2="&#x203a;" k="36" />
+    <hkern u1="P" u2="&#x201e;" k="491" />
+    <hkern u1="P" u2="&#x201d;" k="-47" />
+    <hkern u1="P" u2="&#x201c;" k="-38" />
+    <hkern u1="P" u2="&#x201a;" k="491" />
+    <hkern u1="P" u2="&#x2019;" k="-47" />
+    <hkern u1="P" u2="&#x2018;" k="-38" />
+    <hkern u1="P" u2="&#x153;" k="73" />
+    <hkern u1="P" u2="&#xf8;" k="73" />
+    <hkern u1="P" u2="&#xe6;" k="73" />
+    <hkern u1="P" u2="&#xc5;" k="112" />
+    <hkern u1="P" u2="&#xbb;" k="36" />
+    <hkern u1="P" u2="&#xab;" k="112" />
+    <hkern u1="P" u2="s" k="36" />
+    <hkern u1="P" u2="r" k="36" />
+    <hkern u1="P" u2="o" k="73" />
+    <hkern u1="P" u2="n" k="36" />
+    <hkern u1="P" u2="e" k="73" />
+    <hkern u1="P" u2="a" k="73" />
+    <hkern u1="P" u2="A" k="112" />
+    <hkern u1="P" u2="&#x3b;" k="92" />
+    <hkern u1="P" u2="&#x3a;" k="92" />
+    <hkern u1="P" u2="&#x2e;" k="491" />
+    <hkern u1="P" u2="&#x2d;" k="159" />
+    <hkern u1="P" u2="&#x2c;" k="491" />
+    <hkern u1="Q" u2="&#x3b;" k="-38" />
+    <hkern u1="Q" u2="&#x3a;" k="-38" />
+    <hkern u1="Q" u2="&#x2d;" k="-57" />
+    <hkern u1="R" u2="&#x201d;" k="36" />
+    <hkern u1="R" u2="&#x201c;" k="36" />
+    <hkern u1="R" u2="&#x2019;" k="36" />
+    <hkern u1="R" u2="&#x2018;" k="36" />
+    <hkern u1="R" u2="&#x153;" k="36" />
+    <hkern u1="R" u2="&#xf8;" k="36" />
+    <hkern u1="R" u2="&#xe6;" k="36" />
+    <hkern u1="R" u2="u" k="36" />
+    <hkern u1="R" u2="o" k="36" />
+    <hkern u1="R" u2="e" k="36" />
+    <hkern u1="R" u2="a" k="36" />
+    <hkern u1="R" u2="Y" k="36" />
+    <hkern u1="R" u2="&#x2d;" k="55" />
+    <hkern u1="S" u2="&#x3b;" k="-38" />
+    <hkern u1="S" u2="&#x3a;" k="-38" />
+    <hkern u1="S" u2="&#x2e;" k="36" />
+    <hkern u1="S" u2="&#x2d;" k="-65" />
+    <hkern u1="S" u2="&#x2c;" k="36" />
+    <hkern u1="T" u2="&#x203a;" k="112" />
+    <hkern u1="T" u2="&#x201e;" k="225" />
+    <hkern u1="T" u2="&#x201a;" k="225" />
+    <hkern u1="T" u2="&#x153;" k="206" />
+    <hkern u1="T" u2="&#x152;" k="73" />
+    <hkern u1="T" u2="&#xf8;" k="206" />
+    <hkern u1="T" u2="&#xe6;" k="206" />
+    <hkern u1="T" u2="&#xd8;" k="73" />
+    <hkern u1="T" u2="&#xc5;" k="149" />
+    <hkern u1="T" u2="&#xbb;" k="112" />
+    <hkern u1="T" u2="&#xab;" k="188" />
+    <hkern u1="T" u2="y" k="206" />
+    <hkern u1="T" u2="w" k="206" />
+    <hkern u1="T" u2="u" k="206" />
+    <hkern u1="T" u2="s" k="206" />
+    <hkern u1="T" u2="r" k="167" />
+    <hkern u1="T" u2="o" k="206" />
+    <hkern u1="T" u2="e" k="206" />
+    <hkern u1="T" u2="c" k="206" />
+    <hkern u1="T" u2="a" k="206" />
+    <hkern u1="T" u2="O" k="73" />
+    <hkern u1="T" u2="C" k="73" />
+    <hkern u1="T" u2="A" k="149" />
+    <hkern u1="T" u2="&#x3b;" k="131" />
+    <hkern u1="T" u2="&#x3a;" k="131" />
+    <hkern u1="T" u2="&#x2e;" k="264" />
+    <hkern u1="T" u2="&#x2d;" k="188" />
+    <hkern u1="T" u2="&#x2c;" k="264" />
+    <hkern u1="U" u2="&#x201e;" k="149" />
+    <hkern u1="U" u2="&#x201a;" k="149" />
+    <hkern u1="U" u2="&#xc5;" k="36" />
+    <hkern u1="U" u2="&#xab;" k="73" />
+    <hkern u1="U" u2="A" k="36" />
+    <hkern u1="U" u2="&#x3b;" k="63" />
+    <hkern u1="U" u2="&#x3a;" k="63" />
+    <hkern u1="U" u2="&#x2e;" k="120" />
+    <hkern u1="U" u2="&#x2d;" k="55" />
+    <hkern u1="U" u2="&#x2c;" k="120" />
+    <hkern u1="V" u2="&#x203a;" k="112" />
+    <hkern u1="V" u2="&#x201e;" k="339" />
+    <hkern u1="V" u2="&#x201d;" k="-57" />
+    <hkern u1="V" u2="&#x201a;" k="339" />
+    <hkern u1="V" u2="&#x2019;" k="-57" />
+    <hkern u1="V" u2="&#x153;" k="112" />
+    <hkern u1="V" u2="&#x152;" k="36" />
+    <hkern u1="V" u2="&#xf8;" k="112" />
+    <hkern u1="V" u2="&#xe6;" k="112" />
+    <hkern u1="V" u2="&#xd8;" k="36" />
+    <hkern u1="V" u2="&#xc5;" k="36" />
+    <hkern u1="V" u2="&#xbb;" k="112" />
+    <hkern u1="V" u2="&#xab;" k="225" />
+    <hkern u1="V" u2="y" k="55" />
+    <hkern u1="V" u2="u" k="112" />
+    <hkern u1="V" u2="o" k="112" />
+    <hkern u1="V" u2="e" k="112" />
+    <hkern u1="V" u2="a" k="112" />
+    <hkern u1="V" u2="O" k="36" />
+    <hkern u1="V" u2="A" k="36" />
+    <hkern u1="V" u2="&#x3b;" k="139" />
+    <hkern u1="V" u2="&#x3a;" k="139" />
+    <hkern u1="V" u2="&#x2e;" k="339" />
+    <hkern u1="V" u2="&#x2d;" k="167" />
+    <hkern u1="V" u2="&#x2c;" k="339" />
+    <hkern u1="W" u2="&#x203a;" k="112" />
+    <hkern u1="W" u2="&#x201e;" k="339" />
+    <hkern u1="W" u2="&#x201d;" k="-38" />
+    <hkern u1="W" u2="&#x201a;" k="339" />
+    <hkern u1="W" u2="&#x2019;" k="-38" />
+    <hkern u1="W" u2="&#x153;" k="112" />
+    <hkern u1="W" u2="&#xf8;" k="112" />
+    <hkern u1="W" u2="&#xe6;" k="112" />
+    <hkern u1="W" u2="&#xc5;" k="36" />
+    <hkern u1="W" u2="&#xbb;" k="112" />
+    <hkern u1="W" u2="&#xab;" k="188" />
+    <hkern u1="W" u2="y" k="36" />
+    <hkern u1="W" u2="u" k="73" />
+    <hkern u1="W" u2="r" k="73" />
+    <hkern u1="W" u2="o" k="112" />
+    <hkern u1="W" u2="e" k="112" />
+    <hkern u1="W" u2="a" k="112" />
+    <hkern u1="W" u2="A" k="36" />
+    <hkern u1="W" u2="&#x3b;" k="120" />
+    <hkern u1="W" u2="&#x3a;" k="120" />
+    <hkern u1="W" u2="&#x2e;" k="253" />
+    <hkern u1="W" u2="&#x2d;" k="120" />
+    <hkern u1="W" u2="&#x2c;" k="253" />
+    <hkern u1="X" u2="&#x201e;" k="-114" />
+    <hkern u1="X" u2="&#x201c;" k="73" />
+    <hkern u1="X" u2="&#x201a;" k="-114" />
+    <hkern u1="X" u2="&#x2018;" k="73" />
+    <hkern u1="X" u2="&#x152;" k="36" />
+    <hkern u1="X" u2="&#xd8;" k="36" />
+    <hkern u1="X" u2="&#xab;" k="112" />
+    <hkern u1="X" u2="O" k="36" />
+    <hkern u1="X" u2="C" k="36" />
+    <hkern u1="X" u2="&#x3b;" k="36" />
+    <hkern u1="X" u2="&#x3a;" k="36" />
+    <hkern u1="X" u2="&#x2e;" k="-38" />
+    <hkern u1="X" u2="&#x2d;" k="102" />
+    <hkern u1="X" u2="&#x2c;" k="-38" />
+    <hkern u1="Y" u2="&#x203a;" k="149" />
+    <hkern u1="Y" u2="&#x201e;" k="264" />
+    <hkern u1="Y" u2="&#x201a;" k="264" />
+    <hkern u1="Y" u2="&#x153;" k="225" />
+    <hkern u1="Y" u2="&#x152;" k="73" />
+    <hkern u1="Y" u2="&#xf8;" k="225" />
+    <hkern u1="Y" u2="&#xe6;" k="225" />
+    <hkern u1="Y" u2="&#xd8;" k="73" />
+    <hkern u1="Y" u2="&#xc5;" k="112" />
+    <hkern u1="Y" u2="&#xbb;" k="149" />
+    <hkern u1="Y" u2="&#xab;" k="225" />
+    <hkern u1="Y" u2="u" k="215" />
+    <hkern u1="Y" u2="o" k="225" />
+    <hkern u1="Y" u2="i" k="36" />
+    <hkern u1="Y" u2="e" k="225" />
+    <hkern u1="Y" u2="a" k="225" />
+    <hkern u1="Y" u2="O" k="73" />
+    <hkern u1="Y" u2="C" k="36" />
+    <hkern u1="Y" u2="A" k="112" />
+    <hkern u1="Y" u2="&#x3b;" k="215" />
+    <hkern u1="Y" u2="&#x3a;" k="215" />
+    <hkern u1="Y" u2="&#x2e;" k="272" />
+    <hkern u1="Y" u2="&#x2d;" k="243" />
+    <hkern u1="Y" u2="&#x2c;" k="272" />
+    <hkern u1="Z" u2="&#x201c;" k="36" />
+    <hkern u1="Z" u2="&#x2018;" k="36" />
+    <hkern u1="Z" u2="&#x3b;" k="-38" />
+    <hkern u1="Z" u2="&#x3a;" k="-38" />
+    <hkern u1="Z" u2="&#x2e;" k="-38" />
+    <hkern u1="Z" u2="&#x2d;" k="36" />
+    <hkern u1="Z" u2="&#x2c;" k="-38" />
+    <hkern u1="a" u2="&#x201d;" k="73" />
+    <hkern u1="a" u2="&#x201c;" k="112" />
+    <hkern u1="a" u2="&#x2019;" k="73" />
+    <hkern u1="a" u2="&#x2018;" k="112" />
+    <hkern u1="b" u2="&#x201e;" k="36" />
+    <hkern u1="b" u2="&#x201d;" k="73" />
+    <hkern u1="b" u2="&#x201c;" k="112" />
+    <hkern u1="b" u2="&#x201a;" k="36" />
+    <hkern u1="b" u2="&#x2019;" k="73" />
+    <hkern u1="b" u2="&#x2018;" k="112" />
+    <hkern u1="b" u2="&#x2d;" k="-38" />
+    <hkern u1="e" u2="&#x2d;" k="-38" />
+    <hkern u1="f" u2="&#x201e;" k="112" />
+    <hkern u1="f" u2="&#x201d;" k="-141" />
+    <hkern u1="f" u2="&#x201c;" k="-180" />
+    <hkern u1="f" u2="&#x201a;" k="112" />
+    <hkern u1="f" u2="&#x2019;" k="-141" />
+    <hkern u1="f" u2="&#x2018;" k="-180" />
+    <hkern u1="f" u2="&#x2e;" k="73" />
+    <hkern u1="f" u2="&#x2c;" k="73" />
+    <hkern u1="g" u2="&#x2e;" k="36" />
+    <hkern u1="g" u2="&#x2d;" k="36" />
+    <hkern u1="g" u2="&#x2c;" k="36" />
+    <hkern u1="h" u2="&#x201d;" k="112" />
+    <hkern u1="h" u2="&#x201c;" k="112" />
+    <hkern u1="h" u2="&#x2019;" k="112" />
+    <hkern u1="h" u2="&#x2018;" k="112" />
+    <hkern u1="i" u2="&#x201c;" k="36" />
+    <hkern u1="i" u2="&#x2018;" k="36" />
+    <hkern u1="j" u2="&#x201d;" k="36" />
+    <hkern u1="j" u2="&#x2019;" k="36" />
+    <hkern u1="k" u2="&#x201e;" k="-38" />
+    <hkern u1="k" u2="&#x201d;" k="-75" />
+    <hkern u1="k" u2="&#x201a;" k="-38" />
+    <hkern u1="k" u2="&#x2019;" k="-75" />
+    <hkern u1="k" u2="&#x2d;" k="83" />
+    <hkern u1="m" u2="&#x201d;" k="112" />
+    <hkern u1="m" u2="&#x201c;" k="112" />
+    <hkern u1="m" u2="&#x2019;" k="112" />
+    <hkern u1="m" u2="&#x2018;" k="112" />
+    <hkern u1="n" u2="&#x201d;" k="112" />
+    <hkern u1="n" u2="&#x201c;" k="112" />
+    <hkern u1="n" u2="&#x2019;" k="112" />
+    <hkern u1="n" u2="&#x2018;" k="112" />
+    <hkern u1="o" u2="&#x201c;" k="73" />
+    <hkern u1="o" u2="&#x2018;" k="73" />
+    <hkern u1="o" u2="&#x2d;" k="-38" />
+    <hkern u1="p" u2="&#x201e;" k="73" />
+    <hkern u1="p" u2="&#x201d;" k="112" />
+    <hkern u1="p" u2="&#x201c;" k="73" />
+    <hkern u1="p" u2="&#x201a;" k="73" />
+    <hkern u1="p" u2="&#x2019;" k="112" />
+    <hkern u1="p" u2="&#x2018;" k="73" />
+    <hkern u1="p" u2="&#x2d;" k="-38" />
+    <hkern u1="q" u2="&#x201e;" k="-38" />
+    <hkern u1="q" u2="&#x201a;" k="-38" />
+    <hkern u1="r" u2="&#x201e;" k="272" />
+    <hkern u1="r" u2="&#x201d;" k="-86" />
+    <hkern u1="r" u2="&#x201a;" k="272" />
+    <hkern u1="r" u2="&#x2019;" k="-86" />
+    <hkern u1="r" u2="&#xab;" k="36" />
+    <hkern u1="r" u2="&#x2e;" k="206" />
+    <hkern u1="r" u2="&#x2d;" k="73" />
+    <hkern u1="r" u2="&#x2c;" k="206" />
+    <hkern u1="s" u2="&#x201c;" k="73" />
+    <hkern u1="s" u2="&#x2018;" k="73" />
+    <hkern u1="s" u2="&#x2d;" k="-38" />
+    <hkern u1="t" u2="&#x201e;" k="73" />
+    <hkern u1="t" u2="&#x201d;" k="-57" />
+    <hkern u1="t" u2="&#x201c;" k="-38" />
+    <hkern u1="t" u2="&#x201a;" k="73" />
+    <hkern u1="t" u2="&#x2019;" k="-57" />
+    <hkern u1="t" u2="&#x2018;" k="-38" />
+    <hkern u1="t" u2="&#x2d;" k="45" />
+    <hkern u1="u" u2="&#x201d;" k="73" />
+    <hkern u1="u" u2="&#x2019;" k="73" />
+    <hkern u1="v" u2="&#x201e;" k="235" />
+    <hkern u1="v" u2="&#x201d;" k="-114" />
+    <hkern u1="v" u2="&#x201c;" k="-94" />
+    <hkern u1="v" u2="&#x201a;" k="235" />
+    <hkern u1="v" u2="&#x2019;" k="-114" />
+    <hkern u1="v" u2="&#x2018;" k="-94" />
+    <hkern u1="v" u2="&#x2e;" k="159" />
+    <hkern u1="v" u2="&#x2c;" k="159" />
+    <hkern u1="w" u2="&#x201e;" k="159" />
+    <hkern u1="w" u2="&#x201d;" k="-114" />
+    <hkern u1="w" u2="&#x201c;" k="-57" />
+    <hkern u1="w" u2="&#x201a;" k="159" />
+    <hkern u1="w" u2="&#x2019;" k="-114" />
+    <hkern u1="w" u2="&#x2018;" k="-57" />
+    <hkern u1="w" u2="&#x2e;" k="149" />
+    <hkern u1="w" u2="&#x2d;" k="-38" />
+    <hkern u1="w" u2="&#x2c;" k="149" />
+    <hkern u1="x" u2="&#x2d;" k="63" />
+    <hkern u1="y" u2="&#x201e;" k="264" />
+    <hkern u1="y" u2="&#x201d;" k="-114" />
+    <hkern u1="y" u2="&#x201c;" k="-114" />
+    <hkern u1="y" u2="&#x201a;" k="264" />
+    <hkern u1="y" u2="&#x2019;" k="-114" />
+    <hkern u1="y" u2="&#x2018;" k="-114" />
+    <hkern u1="y" u2="&#x2e;" k="178" />
+    <hkern u1="y" u2="&#x2d;" k="36" />
+    <hkern u1="y" u2="&#x2c;" k="178" />
+    <hkern u1="&#xab;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#xab;" u2="Y" k="149" />
+    <hkern u1="&#xab;" u2="W" k="112" />
+    <hkern u1="&#xab;" u2="V" k="112" />
+    <hkern u1="&#xab;" u2="T" k="112" />
+    <hkern u1="&#xab;" u2="J" k="-38" />
+    <hkern u1="&#xbb;" u2="&#xc5;" k="73" />
+    <hkern u1="&#xbb;" u2="Y" k="225" />
+    <hkern u1="&#xbb;" u2="X" k="112" />
+    <hkern u1="&#xbb;" u2="W" k="188" />
+    <hkern u1="&#xbb;" u2="V" k="225" />
+    <hkern u1="&#xbb;" u2="U" k="73" />
+    <hkern u1="&#xbb;" u2="T" k="188" />
+    <hkern u1="&#xbb;" u2="J" k="-75" />
+    <hkern u1="&#xbb;" u2="A" k="73" />
+    <hkern u1="&#xc5;" u2="&#x201e;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="243" />
+    <hkern u1="&#xc5;" u2="&#x201c;" k="264" />
+    <hkern u1="&#xc5;" u2="&#x201a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2019;" k="243" />
+    <hkern u1="&#xc5;" u2="&#x2018;" k="264" />
+    <hkern u1="&#xc5;" u2="&#xab;" k="73" />
+    <hkern u1="&#xc5;" u2="w" k="36" />
+    <hkern u1="&#xc5;" u2="v" k="36" />
+    <hkern u1="&#xc5;" u2="Y" k="112" />
+    <hkern u1="&#xc5;" u2="W" k="36" />
+    <hkern u1="&#xc5;" u2="V" k="36" />
+    <hkern u1="&#xc5;" u2="U" k="36" />
+    <hkern u1="&#xc5;" u2="T" k="112" />
+    <hkern u1="&#xc5;" u2="Q" k="36" />
+    <hkern u1="&#xc5;" u2="O" k="36" />
+    <hkern u1="&#xc5;" u2="G" k="36" />
+    <hkern u1="&#xc5;" u2="C" k="36" />
+    <hkern u1="&#xc5;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2d;" k="45" />
+    <hkern u1="&#xc6;" u2="&#x201d;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x2019;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x201e;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x201a;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xd0;" u2="Y" k="73" />
+    <hkern u1="&#xd0;" u2="W" k="36" />
+    <hkern u1="&#xd0;" u2="V" k="36" />
+    <hkern u1="&#xd0;" u2="A" k="36" />
+    <hkern u1="&#xd0;" u2="&#x2e;" k="120" />
+    <hkern u1="&#xd0;" u2="&#x2d;" k="-65" />
+    <hkern u1="&#xd0;" u2="&#x2c;" k="120" />
+    <hkern u1="&#xd8;" u2="&#x201e;" k="112" />
+    <hkern u1="&#xd8;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xd8;" u2="&#x201a;" k="112" />
+    <hkern u1="&#xd8;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xd8;" u2="Y" k="73" />
+    <hkern u1="&#xd8;" u2="X" k="36" />
+    <hkern u1="&#xd8;" u2="V" k="36" />
+    <hkern u1="&#xd8;" u2="T" k="73" />
+    <hkern u1="&#xd8;" u2="A" k="36" />
+    <hkern u1="&#xd8;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x2e;" k="83" />
+    <hkern u1="&#xd8;" u2="&#x2d;" k="-57" />
+    <hkern u1="&#xd8;" u2="&#x2c;" k="83" />
+    <hkern u1="&#xdf;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2d;" k="-75" />
+    <hkern u1="&#xe5;" u2="&#x201d;" k="73" />
+    <hkern u1="&#xe5;" u2="&#x201c;" k="112" />
+    <hkern u1="&#xe5;" u2="&#x2019;" k="73" />
+    <hkern u1="&#xe5;" u2="&#x2018;" k="112" />
+    <hkern u1="&#xe6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xf8;" u2="&#x201c;" k="73" />
+    <hkern u1="&#xf8;" u2="&#x2018;" k="73" />
+    <hkern u1="&#xf8;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x201d;" k="311" />
+    <hkern u1="&#x141;" u2="&#x201c;" k="339" />
+    <hkern u1="&#x141;" u2="&#x2019;" k="311" />
+    <hkern u1="&#x141;" u2="&#x2018;" k="339" />
+    <hkern u1="&#x141;" u2="y" k="73" />
+    <hkern u1="&#x141;" u2="Y" k="149" />
+    <hkern u1="&#x141;" u2="W" k="112" />
+    <hkern u1="&#x141;" u2="V" k="112" />
+    <hkern u1="&#x141;" u2="U" k="36" />
+    <hkern u1="&#x141;" u2="T" k="112" />
+    <hkern u1="&#x141;" u2="O" k="73" />
+    <hkern u1="&#x141;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2d;" k="36" />
+    <hkern u1="&#x141;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x153;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#xf002;" k="-57" />
+    <hkern u1="&#x2018;" u2="&#xf001;" k="-57" />
+    <hkern u1="&#x2018;" u2="&#x152;" k="83" />
+    <hkern u1="&#x2018;" u2="&#x142;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#x111;" k="73" />
+    <hkern u1="&#x2018;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x2018;" u2="&#xc6;" k="319" />
+    <hkern u1="&#x2018;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x2018;" u2="v" k="-57" />
+    <hkern u1="&#x2018;" u2="r" k="112" />
+    <hkern u1="&#x2018;" u2="q" k="73" />
+    <hkern u1="&#x2018;" u2="l" k="-38" />
+    <hkern u1="&#x2018;" u2="k" k="-38" />
+    <hkern u1="&#x2018;" u2="h" k="-38" />
+    <hkern u1="&#x2018;" u2="g" k="73" />
+    <hkern u1="&#x2018;" u2="f" k="-57" />
+    <hkern u1="&#x2018;" u2="d" k="73" />
+    <hkern u1="&#x2018;" u2="b" k="-94" />
+    <hkern u1="&#x2018;" u2="Y" k="-65" />
+    <hkern u1="&#x2018;" u2="X" k="-65" />
+    <hkern u1="&#x2018;" u2="W" k="-47" />
+    <hkern u1="&#x2018;" u2="V" k="-57" />
+    <hkern u1="&#x2018;" u2="T" k="-38" />
+    <hkern u1="&#x2018;" u2="Q" k="36" />
+    <hkern u1="&#x2018;" u2="O" k="83" />
+    <hkern u1="&#x2018;" u2="J" k="272" />
+    <hkern u1="&#x2018;" u2="A" k="272" />
+    <hkern u1="&#x201a;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xdf;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xc6;" k="-227" />
+    <hkern u1="&#x201a;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201a;" u2="w" k="83" />
+    <hkern u1="&#x201a;" u2="v" k="83" />
+    <hkern u1="&#x201a;" u2="u" k="36" />
+    <hkern u1="&#x201a;" u2="t" k="73" />
+    <hkern u1="&#x201a;" u2="j" k="-47" />
+    <hkern u1="&#x201a;" u2="f" k="-38" />
+    <hkern u1="&#x201a;" u2="Y" k="225" />
+    <hkern u1="&#x201a;" u2="X" k="-86" />
+    <hkern u1="&#x201a;" u2="W" k="292" />
+    <hkern u1="&#x201a;" u2="V" k="339" />
+    <hkern u1="&#x201a;" u2="U" k="188" />
+    <hkern u1="&#x201a;" u2="T" k="206" />
+    <hkern u1="&#x201a;" u2="Q" k="112" />
+    <hkern u1="&#x201a;" u2="O" k="112" />
+    <hkern u1="&#x201a;" u2="J" k="-38" />
+    <hkern u1="&#x201a;" u2="G" k="73" />
+    <hkern u1="&#x201a;" u2="C" k="112" />
+    <hkern u1="&#x201a;" u2="A" k="-75" />
+    <hkern u1="&#x201c;" u2="&#xf002;" k="-57" />
+    <hkern u1="&#x201c;" u2="&#xf001;" k="-57" />
+    <hkern u1="&#x201c;" u2="&#x152;" k="83" />
+    <hkern u1="&#x201c;" u2="&#x142;" k="-38" />
+    <hkern u1="&#x201c;" u2="&#x111;" k="73" />
+    <hkern u1="&#x201c;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x201c;" u2="&#xc6;" k="319" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x201c;" u2="v" k="-57" />
+    <hkern u1="&#x201c;" u2="r" k="112" />
+    <hkern u1="&#x201c;" u2="q" k="73" />
+    <hkern u1="&#x201c;" u2="l" k="-38" />
+    <hkern u1="&#x201c;" u2="k" k="-38" />
+    <hkern u1="&#x201c;" u2="h" k="-38" />
+    <hkern u1="&#x201c;" u2="g" k="73" />
+    <hkern u1="&#x201c;" u2="f" k="-57" />
+    <hkern u1="&#x201c;" u2="d" k="73" />
+    <hkern u1="&#x201c;" u2="b" k="-94" />
+    <hkern u1="&#x201c;" u2="Y" k="-65" />
+    <hkern u1="&#x201c;" u2="X" k="-65" />
+    <hkern u1="&#x201c;" u2="W" k="-47" />
+    <hkern u1="&#x201c;" u2="V" k="-57" />
+    <hkern u1="&#x201c;" u2="T" k="-38" />
+    <hkern u1="&#x201c;" u2="Q" k="36" />
+    <hkern u1="&#x201c;" u2="O" k="83" />
+    <hkern u1="&#x201c;" u2="J" k="272" />
+    <hkern u1="&#x201c;" u2="A" k="272" />
+    <hkern u1="&#x201e;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xdf;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xc6;" k="-227" />
+    <hkern u1="&#x201e;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201e;" u2="w" k="83" />
+    <hkern u1="&#x201e;" u2="v" k="83" />
+    <hkern u1="&#x201e;" u2="u" k="36" />
+    <hkern u1="&#x201e;" u2="t" k="73" />
+    <hkern u1="&#x201e;" u2="j" k="-47" />
+    <hkern u1="&#x201e;" u2="f" k="-38" />
+    <hkern u1="&#x201e;" u2="Y" k="225" />
+    <hkern u1="&#x201e;" u2="X" k="-86" />
+    <hkern u1="&#x201e;" u2="W" k="292" />
+    <hkern u1="&#x201e;" u2="V" k="339" />
+    <hkern u1="&#x201e;" u2="U" k="188" />
+    <hkern u1="&#x201e;" u2="T" k="206" />
+    <hkern u1="&#x201e;" u2="Q" k="112" />
+    <hkern u1="&#x201e;" u2="O" k="112" />
+    <hkern u1="&#x201e;" u2="J" k="-38" />
+    <hkern u1="&#x201e;" u2="G" k="73" />
+    <hkern u1="&#x201e;" u2="C" k="112" />
+    <hkern u1="&#x201e;" u2="A" k="-75" />
+    <hkern u1="&#x2039;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#x2039;" u2="Y" k="149" />
+    <hkern u1="&#x2039;" u2="W" k="112" />
+    <hkern u1="&#x2039;" u2="V" k="112" />
+    <hkern u1="&#x2039;" u2="T" k="112" />
+    <hkern u1="&#x2039;" u2="J" k="-38" />
+    <hkern u1="&#xf001;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xf001;" u2="&#x2018;" k="36" />
+  </font>
+</defs></svg>
diff --git a/dist/fonts/FuturaBT-Medium.ttf b/dist/fonts/FuturaBT-Medium.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..7cf898aebdaaea093b62a15f8a24825c9030b5eb
Binary files /dev/null and b/dist/fonts/FuturaBT-Medium.ttf differ
diff --git a/dist/fonts/FuturaBT-Medium.woff b/dist/fonts/FuturaBT-Medium.woff
new file mode 100644
index 0000000000000000000000000000000000000000..9f225df6da626b38eae363dec98ce61f46f0ebb6
Binary files /dev/null and b/dist/fonts/FuturaBT-Medium.woff differ
diff --git a/dist/fonts/FuturaBT-Medium.woff2 b/dist/fonts/FuturaBT-Medium.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..db1868547bdfcadaaa422b3713842bfc4f8be445
Binary files /dev/null and b/dist/fonts/FuturaBT-Medium.woff2 differ
diff --git a/dist/img/404.fbcda8ce.png b/dist/img/404.fbcda8ce.png
new file mode 100644
index 0000000000000000000000000000000000000000..850d3ec602336378daf395c847bd2e603ec2c485
Binary files /dev/null and b/dist/img/404.fbcda8ce.png differ
diff --git a/dist/img/404.png b/dist/img/404.png
new file mode 100644
index 0000000000000000000000000000000000000000..850d3ec602336378daf395c847bd2e603ec2c485
Binary files /dev/null and b/dist/img/404.png differ
diff --git a/dist/img/Futura-Bold.85eb207c.svg b/dist/img/Futura-Bold.85eb207c.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7d5e8c847c30aca972eec00303a31ead6a24a787
--- /dev/null
+++ b/dist/img/Futura-Bold.85eb207c.svg
@@ -0,0 +1,1031 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170731 at Fri Jan  1 02:30:17 1904
+ By Aleksey,,,
+</metadata>
+<defs>
+<font id="Futura-Bold" horiz-adv-x="343" >
+  <font-face 
+    font-family="Futura-Bold"
+    font-weight="500"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="0 0 0 0 0 0 0 0 0 0"
+    ascent="800"
+    descent="-200"
+    x-height="513"
+    cap-height="754"
+    bbox="-171 -264 1441 1070"
+    underline-thickness="50"
+    underline-position="-155"
+    unicode-range="U+0020-F002"
+  />
+<missing-glyph 
+ />
+    <glyph glyph-name=".notdef" 
+ />
+    <glyph glyph-name="glyph1" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="glyph2" 
+ />
+    <glyph glyph-name="space" unicode=" " 
+ />
+    <glyph glyph-name="space" unicode="&#xa0;" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="384" 
+d="M192 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM98 256v498h189v-498h-189v0z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="500" 
+d="M47 754h170l-27 -331h-116l-27 331v0zM283 754h170l-27 -331h-116l-27 331v0z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="686" 
+d="M265 726h106l-39 -203h101l39 203h105l-39 -203h80v-113h-98l-24 -124h94v-113h-118l-33 -173h-106l33 173h-101l-33 -173h-106l33 173h-91v113h113l24 124h-96v113h117l39 203v0zM311 410l-24 -124h102l26 124h-104v0z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="686" 
+d="M68 87l82 151q27 -26 63.5 -48t74.5 -32q11 -2 22 -3.5t21 -1.5q5 0 10.5 0.5t10.5 1.5q27 5 50 22.5t23 48.5q0 30 -26 45t-64 28q-16 5 -33 10.5t-34 11.5q-1 0 -1.5 0.5t-1.5 0.5q-58 22 -106 63.5t-48 131.5q0 89 56.5 159t147.5 76v122h93v-121q7 -2 14.5 -2.5
+t14.5 -2.5q40 -6 79.5 -19t73.5 -35l-74 -144q-27 21 -60 34.5t-68 13.5q-33 0 -59 -13t-26 -43q0 -24 19 -39t41 -25q10 -4 20 -7.5t18 -6.5q86 -28 151.5 -71.5t65.5 -147.5q0 -105 -56 -162.5t-154 -81.5v-124h-93v119q-33 0 -65 6t-64 18l-6 2t-5 2q-29 12 -56.5 26.5
+t-50.5 35.5v1z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="975" 
+d="M750 359q84 -1 145 -47.5t61 -136.5q0 -91 -60 -138t-146 -47t-146 47t-60 138q0 90 61 136.5t145 46.5v1zM750 259q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1zM657 754h98l-438 -754h-98l438 754v0zM225 764q84 -1 145 -47.5
+t61 -136.5q0 -91 -60 -138.5t-146 -47.5t-146 47.5t-60 138.5q0 90 61 136.5t145 46.5v1zM225 664q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="848" 
+d="M603 0l-65 70q-53 -37 -115.5 -62t-127.5 -28h-7.5h-7.5q-97 0 -169.5 56t-72.5 159q0 85 45.5 132t116.5 78l18 9l-16 22q-3 3 -6 7.5t-6 8.5q-16 22 -29 48.5t-13 65.5q0 98 71.5 152.5t162.5 54.5q90 0 163 -54t73 -151q0 -70 -40.5 -111t-99.5 -70l95 -99
+q28 24 53 50t46 56l111 -105l-95 -102l-9 -9l169 -178h-245v0zM431 187l-119 128q-4 -3 -7.5 -5.5t-7.5 -5.5q-21 -14 -38.5 -33.5t-17.5 -46.5q0 -30 23 -47.5t50 -20.5q3 -1 6 -1h6q28 0 55 9t50 22v1zM393 479q1 0 2.5 0.5t2.5 1.5q25 15 45 37.5t20 51.5t-18 49.5
+t-48 20.5q-26 0 -44.5 -17t-18.5 -45q0 -21 12.5 -41.5t28.5 -37.5q4 -6 9 -11t9 -10v1z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="250" 
+d="M40 754h170l-27 -331h-116l-27 331v0z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="352" 
+d="M194 790l109 -62q-44 -72 -70 -155t-37 -168q-4 -34 -6 -67t-2 -65q0 -43 4.5 -90.5t13.5 -96.5q13 -72 37 -141t60 -123l-109 -62q-49 64 -79.5 147.5t-46.5 169.5q-10 54 -14.5 107t-4.5 101q0 45 4.5 92.5t14.5 96.5q16 86 47.5 168t78.5 147v1z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="352" 
+d="M49 728l109 62q47 -66 78.5 -148t47.5 -168q10 -49 14.5 -96.5t4.5 -92.5q0 -48 -4.5 -101t-14.5 -107q-16 -86 -46.5 -169.5t-79.5 -147.5l-109 62q36 54 60 123t37 141q9 49 13.5 96.5t4.5 90.5q0 32 -2 65t-6 67q-11 85 -37 168t-70 154v1z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="483" 
+d="M196 754h90l-5 -107l89 56l45 -76l-95 -50l94 -52l-45 -75l-88 57l4 -101h-90l6 100l-85 -54l-45 76l90 50l-93 51l46 76l87 -55l-5 104v0z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="686" 
+d="M268 332v181h150v-181h181v-150h-181v-182h-150v182h-181v150h181v0z" />
+    <glyph glyph-name="comma" unicode="," 
+d="M152 191h171l-184 -332h-117l130 332v0z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="392" 
+d="M53 396h286v-150h-286v150v0z" />
+    <glyph glyph-name="period" unicode="." 
+d="M172 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="579" 
+d="M409 830h143l-382 -923h-143l382 923v0z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="686" 
+d="M343 784q157 -1 233.5 -116t85.5 -253q0 -10 0.5 -19.5t0.5 -19.5t-0.5 -19.5t-0.5 -19.5q-9 -138 -85 -252.5t-234 -114.5t-234 114.5t-85 252.5q0 10 -0.5 19.5t-0.5 19.5t0.5 19.5t0.5 19.5q9 138 85.5 253t233.5 115v1zM343 611q-49 -1 -75.5 -43t-38.5 -92
+q-6 -28 -8.5 -54t-2.5 -45t2.5 -45.5t8.5 -54.5q12 -51 38.5 -93t75.5 -42t75.5 42t38.5 93q6 28 8.5 54.5t2.5 45.5t-2.5 45t-8.5 54q-12 50 -38.5 92t-75.5 42v1z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="686" 
+d="M269 588h-108v166h304v-754h-196v588v0z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="686" 
+d="M392 166h247v-166h-606l308 335q33 35 59.5 83.5t26.5 100.5v2.5v3.5q-2 34 -25 63t-61 29q-40 0 -61 -27t-21 -65q0 -7 1 -15.5t2 -16.5l-216 1q5 129 83 209t211 80q119 0 205 -72.5t86 -195.5q0 -70 -24 -119t-69 -94l-14 -14t-15 -14l-117 -108v0z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="686" 
+d="M255 537h-182q6 58 29 103.5t59 77.5t85 48.5t107 16.5q101 0 171 -56.5t70 -162.5v-10t-1 -10q-3 -40 -22 -77t-56 -58q50 -13 80 -56t39 -93q2 -10 3 -20.5t1 -20.5q0 -124 -90 -186.5t-203 -62.5q-64 0 -121.5 19t-103.5 65q-24 25 -45.5 60.5t-32.5 72.5q-4 14 -6 27
+t-2 26v0.5v1.5v1.5v0.5l200 1q0 -46 29.5 -77t75.5 -31q45 0 75 27.5t30 73.5q0 43 -31.5 72t-72.5 29q-9 0 -17.5 -2t-16.5 -4v132h20q38 -1 62 21t24 61q0 35 -22 55.5t-55 20.5q-37 0 -58.5 -24.5t-21.5 -60.5v-0.5v-0.5v-0.5v-0.5v1z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="686" 
+d="M564 306h91v-150h-91v-156h-182v156h-366v125l291 473h257v-448v0zM382 306v290h-2l-176 -290h178v0z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="689" 
+d="M565 588h-261l-13 -86l62 5h10.5h9.5q108 0 177.5 -79.5t69.5 -191.5q0 -59 -25 -112.5t-72 -91.5q-32 -26 -72 -39.5t-82 -18.5q-17 -2 -33.5 -3t-32.5 -1h-8.5h-8.5q-60 2 -119 18t-110 49l29 186q44 -40 98 -64t112 -24q47 0 83.5 31t36.5 80q0 62 -44.5 92.5
+t-98.5 35.5q-5 0 -11 0.5t-11 0.5q-37 0 -73.5 -7.5t-70.5 -23.5l66 410h392v-166v0z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="686" 
+d="M306 754h222l-214 -255l2 -2q6 2 11.5 4t10.5 4q20 7 40 10.5t43 3.5q111 0 176.5 -80.5t65.5 -184.5q0 -139 -97.5 -211.5t-226.5 -72.5q-16 0 -33 1.5t-34 3.5q-40 7 -78.5 21t-69.5 38q-43 36 -71 89.5t-30 109.5v4v4q0 82 36 159t85 141l162 213v0zM338 124
+q52 -1 86.5 35.5t34.5 88.5q0 51 -34.5 87t-86.5 36q-51 0 -87.5 -36t-36.5 -87q0 -52 36.5 -88.5t87.5 -36.5v1z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="686" 
+d="M386 588h-315v166h619l-433 -754h-215l344 588v0z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="686" 
+d="M343 784q97 -1 177 -54.5t80 -161.5q0 -60 -33.5 -107t-85.5 -64v-1q68 -23 109 -74t41 -125q0 -99 -71.5 -153.5t-156.5 -68.5q-15 -3 -30 -4t-30 -1t-30 1t-30 4q-85 14 -156.5 68.5t-71.5 153.5q0 74 41.5 125t108.5 73v3q-52 16 -85.5 63t-33.5 107q0 108 80 161.5
+t177 53.5v1zM343 317q-37 -1 -63.5 -28.5t-26.5 -66.5q0 -38 26.5 -65t63.5 -27q38 0 64 27t26 65q0 39 -26 66.5t-64 27.5v1zM343 648q-34 -1 -58.5 -26t-24.5 -60t24.5 -60t58.5 -25q35 0 59 25t24 60t-24 60t-59 25v1z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="686" 
+d="M381 0h-223l215 254l-2 2q-5 -3 -10 -5l-10 -4q-20 -7 -41 -11t-45 -4q-111 0 -176.5 81t-65.5 185q0 139 97.5 212t226.5 73q16 0 33 -1t34 -4q40 -6 78.5 -20.5t69.5 -39.5q44 -36 71.5 -89.5t29.5 -111.5v-3v-4q0 -82 -36 -158.5t-85 -141.5l-161 -210v0zM348 629
+q-52 -1 -86.5 -37t-34.5 -88t34.5 -88t86.5 -36t88.5 36t36.5 88t-36.5 88t-88.5 36v1z" />
+    <glyph glyph-name="colon" unicode=":" 
+d="M172 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM172 551q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="semicolon" unicode=";" 
+d="M138 191h171l-184 -332h-117l130 332v0zM218 551q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="686" 
+d="M99 197v120l489 182v-150l-274 -91v-2l274 -91v-150l-489 182v0z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="686" 
+d="M87 212h512v-150h-512v150v0zM87 452h512v-150h-512v150v0z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="686" 
+d="M588 317v-120l-489 -182v150l274 91v2l-274 91v150l489 -182v0z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="595" 
+d="M281 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM186 252v194q11 -3 21.5 -4.5t20.5 -1.5q7 0 15 0.5t15 2.5q37 7 68 31t31 65q0 31 -20.5 53t-52.5 22q-34 0 -52 -22t-18 -54l-199 1q1 113 84.5 173.5t189.5 60.5q47 0 92.5 -15
+t82.5 -47q38 -31 62 -77t24 -96q0 -85 -52 -138.5t-129 -77.5v-70h-183v0z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="740" 
+d="M592 570l-50 -260q0 -3 -0.5 -5t-1.5 -4q-1 -4 -1.5 -8.5t-1.5 -8.5q-1 -5 -1.5 -9.5t-0.5 -9.5q0 -10 3.5 -16t12.5 -6h1.5h1.5q8 1 16.5 6.5t18.5 14.5q22 23 41 65t22 88v9.5v8.5q0 118 -78.5 181t-189.5 63q-126 0 -205.5 -86t-79.5 -217q0 -139 87 -221t215 -82
+q62 0 108.5 12.5t70.5 27.5l82 -65q-52 -28 -120.5 -48t-148.5 -20q-161 0 -274.5 112t-113.5 284q0 170 111 283.5t271 113.5q66 0 126 -21t109 -66q51 -45 81.5 -104t30.5 -130q0 -62 -16 -117.5t-46 -95.5q-18 -24 -38 -41.5t-40 -27.5q-18 -10 -36 -14.5t-35 -4.5h-1.5
+h-0.5h-1.5h-1.5q-21 1 -38.5 17.5t-23.5 40.5q-19 -22 -51 -40t-77 -18q-66 0 -117 54.5t-51 131.5q0 92 55.5 166.5t148.5 74.5q38 0 69.5 -15t53.5 -47l10 54h95v0zM280 354q0 -38 19.5 -65.5t56.5 -27.5q40 0 61 27.5t29 60.5q1 6 2 11.5t2 10.5t1 8.5v7.5q0 36 -20 58.5
+t-53 22.5q-39 0 -66 -32t-31 -70q-1 -3 -1 -6.5v-6.5v1z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="677" 
+d="M366 0h-302v754h280q101 -1 162.5 -45t61.5 -152q0 -51 -18.5 -91t-64.5 -63v-1q81 -11 117.5 -62.5t36.5 -130.5q0 -118 -84.5 -163.5t-188.5 -45.5v0zM260 312v-162h25q1 -1 2.5 -1h3.5h25t26 1q37 3 68 19t31 60q0 51 -34 66t-74 16h-18.5h-18.5h-8h-8l-20 1v0z
+M260 604v-146h22q1 -1 2.5 -1h3.5q37 1 68.5 14t31.5 59t-30 59t-65 14h-9.5h-9.5l-14 1v0z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="660" 
+d="M603 736v-235q-30 40 -76 61t-96 21q-90 0 -145.5 -60.5t-55.5 -148.5q0 -89 56.5 -147t147.5 -58q48 0 93 21.5t76 58.5v-234q-27 -9 -51 -15.5t-47 -11.5q-18 -4 -36.5 -6t-38.5 -2q-79 0 -151.5 28.5t-131.5 81.5q-62 56 -91.5 128.5t-29.5 156.5q0 77 28.5 149
+t82.5 127t127 87.5t151 34.5h4.5h4.5q47 0 91.5 -10t87.5 -28v1z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="752" 
+d="M64 0v754h278q158 -1 270.5 -110t112.5 -268t-113 -267.5t-270 -108.5h-278v0zM260 588v-422h44q88 -1 152.5 49.5t64.5 160.5q0 101 -60 156t-155 55l-46 1v0z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="542" 
+d="M497 588h-237v-126h215v-166h-215v-296h-196v754h433v-166v0z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="842" 
+d="M427 421h389q-1 -83 -14 -155.5t-63 -143.5q-55 -77 -135.5 -112t-175.5 -35q-178 0 -290 109.5t-112 287.5q0 184 113.5 295t295.5 111q116 0 203.5 -52.5t136.5 -158.5l-186 -77q-20 53 -62 86t-101 33q-91 0 -140.5 -68t-54.5 -149q-1 -5 -1 -10.5v-10.5v-2.5v-3.5
+q2 -86 53 -158t146 -72q64 0 108 33t50 98l-160 1v154v0z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="803" 
+d="M260 463h283v291h196v-754h-196v309h-283v-309h-196v754h196v-291v0z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="489" 
+d="M233 754h196v-509q0 -120 -62.5 -192.5t-187.5 -72.5q-63 0 -111.5 29t-81.5 81l112 120q2 -3 3.5 -5.5t3.5 -5.5q10 -12 21 -23.5t22 -19.5q7 -5 14.5 -8t14.5 -3q31 0 42 22.5t13 48.5q1 10 1 19v17v2v2v498v0z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="758" 
+d="M262 443l237 311h243l-300 -357l327 -397h-254l-253 327h-2v-327h-196v754h196v-311h2v0z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="495" 
+d="M260 754v-588h235v-166h-431v754h196v0z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="983" 
+d="M19 0l128 754h193l153 -403l162 403h195l114 -754h-196l-55 434h-2l-181 -434h-78l-173 434h-2l-63 -434h-195v0z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="881" 
+d="M64 0v754h196l359 -461h2v461h196v-754h-196l-359 462h-2v-462h-196v0z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="661" 
+d="M64 0v754h300q122 -1 198 -60t76 -189q0 -133 -69.5 -194.5t-197.5 -61.5l-111 1v-250h-196v0zM260 596v-188h33q53 -1 97 10.5t44 80.5q0 71 -42 83.5t-99 12.5l-33 1v0z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="887" 
+d="M890 -19l-180 -28l-60 71q-43 -26 -94.5 -37.5t-112.5 -11.5q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5q176 0 296.5 -110t120.5 -294q0 -75 -25 -140.5t-72 -124.5l127 -128v0zM568 318l53 -55q13 17 21 38t12 43q1 7 1.5 14.5t0.5 14.5q0 85 -61.5 150
+t-150.5 65q-88 0 -151 -60.5t-63 -138.5q0 -97 63 -161t151 -64q15 0 30 2.5t30 7.5l-121 121l185 23v0z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="680" 
+d="M454 309l237 -309h-244l-185 290h-2v-290h-196v754h293q112 -1 187 -56.5t75 -176.5q0 -78 -42.5 -138.5t-122.5 -74.5v1zM260 604v-188h19q5 -1 10 -1h9q44 2 80.5 20.5t36.5 73.5t-36.5 73.5t-80.5 20.5h-9h-10l-19 1v0z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="616" 
+d="M556 712l-78 -152q-27 22 -60.5 35.5t-69.5 13.5q-5 0 -11 -0.5t-12 -2.5q-23 -5 -42 -20t-19 -40q0 -24 18 -38.5t39 -23.5q8 -3 15.5 -5.5t14.5 -4.5l50 -14q79 -24 132.5 -69.5t53.5 -137.5v-8v-8q-2 -52 -19 -101.5t-59 -85.5q-38 -33 -86 -49t-98 -20
+q-8 0 -15.5 -0.5t-14.5 -0.5q-71 0 -139 22.5t-126 62.5l84 159q37 -33 80.5 -56t93.5 -23h4h4q33 2 60 20.5t27 55.5q0 28 -22.5 45t-50.5 27q-12 4 -24 7.5t-22 6.5q-2 1 -4.5 1.5t-4.5 1.5q-89 25 -142 64t-53 146q0 115 73.5 184t186.5 69q23 0 47 -2.5t48 -8.5
+q38 -8 74.5 -21t66.5 -30v1z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="533" 
+d="M364 588v-588h-196v588h-162v166h520v-166h-162v0z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="761" 
+d="M198 754l182 -458l183 458h213l-322 -754h-152l-317 754h213v0z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1117" 
+d="M189 754l131 -487h2l158 487h156l148 -487h2l142 487h204l-241 -754h-200l-132 437h-2l-148 -437h-199l-225 754h204v0z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="789" 
+d="M287 403l-241 351h241l115 -195l115 195h241l-241 -351l279 -403h-236l-158 246l-173 -246h-237l295 403v0z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="714" 
+d="M259 362l-278 392h235l141 -205l141 205h235l-278 -392v-362h-196v362v0z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="707" 
+d="M341 166h316v-166h-646l357 588h-296v166h624l-355 -588v0z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="350" 
+d="M191 684v-818h107v-106h-246v1030h246v-106h-107v0z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="579" 
+d="M27 830h144l381 -830h-142l-383 830v0z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="350" 
+d="M159 -134v818h-107v106h246v-1030h-246v106h107v0z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="686" 
+d="M217 340l-114 67l180 377h120l180 -377l-114 -67l-126 269l-126 -269v0z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="500" 
+d="M500 -188h-500v75h500v-75v0z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="402" 
+d="M75 740l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="682" 
+d="M54 0v830h182v-367q27 30 65.5 46.5t78.5 19.5h7.5h7.5q114 0 185.5 -81.5t71.5 -191.5q0 -111 -72 -192t-187 -81h-6h-6q-42 2 -81 19.5t-62 53.5l-2 1v-57h-182v0zM347 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5
+t-86.5 34.5v1z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="483" 
+d="M430 500v-154q-20 14 -44 24.5t-50 10.5q-52 0 -88.5 -36t-36.5 -89q0 -55 36 -90.5t92 -35.5q5 0 10.5 0.5t10.5 1.5q19 3 37.5 11.5t32.5 21.5v-153q-30 -15 -62.5 -22t-65.5 -7q-114 0 -196.5 75.5t-82.5 191.5q0 124 83 201.5t204 77.5q32 0 62.5 -7.5t57.5 -22.5v1z
+" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="682" 
+d="M446 0v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v368h182v-830h-182v0zM335 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="388" 
+d="M260 363v-363h-182v363h-64v150h64v65q0 41 4 76t23 68q5 9 11 17.5t14 17.5q34 40 80.5 61t98.5 21q21 0 40 -4t38 -14v-156q-4 1 -8.5 3t-9.5 3q-11 5 -22 7.5t-24 2.5q-35 0 -49 -21t-14 -65v-82h127v-150h-127v0z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="677" 
+d="M623 513v-463q0 -164 -77.5 -235t-219.5 -71q-19 0 -40 2t-42 7q-74 16 -137.5 62t-72.5 125h204q4 -14 13 -23.5t21 -15.5q7 -4 15 -6.5t16 -3.5q5 -1 10.5 -1.5t10.5 -0.5q74 0 95.5 42.5t21.5 103.5v25q-35 -36 -73.5 -53t-89.5 -17q-112 0 -182.5 75t-70.5 186
+q0 113 72.5 195.5t190.5 82.5q45 0 84.5 -16.5t66.5 -54.5l2 1v54h182v0zM330 376q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="661" 
+d="M60 830h182v-382h2q32 41 71.5 61t92.5 20q98 0 145.5 -59t47.5 -157v-313h-182v263v1.5v3.5q0 43 -14.5 79.5t-67.5 36.5q-52 0 -73 -36.5t-22 -79.5v-3.5v-2.5v-262h-182v830v0z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM151 812q42 -1 72 -31t30 -72t-30 -72t-72 -30t-72 30t-30 72t30 72t72 30v1z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="302" 
+d="M242 513v-769h-182v769h182v0zM151 812q42 -1 72 -31t30 -72t-30 -72t-72 -30t-72 30t-30 72t30 72t72 30v1z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="688" 
+d="M242 830v-502l189 185h249l-257 -237l273 -276h-255l-199 209v-209h-182v830h182v0z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="302" 
+d="M242 830v-830h-182v830h182v0z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="989" 
+d="M242 513v-64h2q32 42 72.5 61t89.5 19q56 0 101.5 -23.5t73.5 -74.5q26 48 74 73t100 25q98 0 136.5 -57t38.5 -146v-326h-182v245v1v2v22t-1 24q-3 34 -17.5 62t-56.5 28q-51 0 -67.5 -33t-18.5 -72q-1 -9 -1 -18v-17v-244h-182v245v22t-1 25q-3 36 -19 66t-61 30
+t-61 -30t-19 -66q-1 -13 -1 -25v-23v-244h-182v513h182v0z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="661" 
+d="M242 513v-66h2q32 46 71.5 64t92.5 18q104 0 148.5 -59t44.5 -154v-316h-182v250v5v6v19t-1 20q-2 31 -18 57.5t-63 26.5q-55 0 -75 -35.5t-20 -83.5v-265h-182v513h182v0z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="682" 
+d="M236 513v-58h2q23 35 62 53.5t81 20.5h6h6q115 0 187 -82.5t72 -192.5q0 -111 -71.5 -191t-185.5 -80h-7.5h-7.5q-40 3 -78.5 18.5t-65.5 46.5v-304h-182v769h182v0zM347 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5
+t-86.5 34.5v1z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="682" 
+d="M628 513v-769h-182v305q-25 -31 -62.5 -46.5t-76.5 -18.5q-5 -1 -10 -1h-10q-115 0 -186 80t-71 191q0 110 72.5 192.5t186.5 82.5h8t8 -1q41 -2 79 -20.5t60 -53.5l2 1v58h182v0zM335 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="453" 
+d="M242 513v-84h2q26 46 69.5 68t96.5 22l35 1v-175q-4 1 -7.5 3t-7.5 3q-15 6 -30 8t-32 2q-76 0 -101 -44.5t-25 -110.5v-206h-182v513h182v0z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="513" 
+d="M460 497l-61 -116q-12 6 -26.5 11t-29.5 8q-11 2 -21.5 3.5t-20.5 1.5q-5 0 -10.5 -0.5t-10.5 -2.5q-14 -3 -25 -10.5t-11 -21.5q0 -17 14.5 -25.5t32.5 -12.5q10 -3 19 -4.5t16 -2.5q64 -13 106.5 -47t42.5 -105q0 -98 -72 -142.5t-159 -47.5h-5.5h-5.5q-55 0 -107.5 15
+t-99.5 43l66 128q17 -13 39 -23.5t45 -18.5q16 -5 31 -8t29 -3q4 0 8.5 0.5t9.5 1.5q15 3 27 12t12 25q0 22 -21 31.5t-50 15.5q-11 2 -21.5 4.5t-21.5 5.5q-43 11 -78.5 38.5t-35.5 96.5q0 93 69 137t151 45h3.5h2.5q44 0 86.5 -7.5t82.5 -25.5v1z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="360" 
+d="M259 363v-363h-182v363h-59v150h59v154h182v-154h103v-150h-103v0z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="623" 
+d="M189 513l123 -263l122 263h204l-268 -513h-116l-269 513h204v0z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="996" 
+d="M187 513l128 -278l129 278h108l129 -278l129 278h201l-268 -513h-118l-127 281l-127 -281h-118l-268 513h202v0z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="712" 
+d="M241 278l-208 235h231l92 -106l92 106h235l-212 -235l256 -278h-239l-132 152l-132 -152h-239l256 278v0z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="654" 
+d="M233 70l-248 443h210l137 -263l134 263h207l-411 -769h-204l175 326v0z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="559" 
+d="M312 151h216v-151h-520l241 362h-209v151h512l-240 -362v0z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="352" 
+d="M36 227v104q1 -1 2 -1h2h13t14 2q15 3 27 13.5t12 37.5v254q0 51 20.5 84.5t45.5 50.5q13 9 25.5 13t21.5 4l97 1v-120h-25q-31 -1 -38.5 -17t-7.5 -36v-3v-4v-224q0 -43 -17.5 -64.5t-38.5 -31.5q-11 -5 -21.5 -7.5t-18.5 -3.5v-1q8 -2 18.5 -4t21.5 -6
+q21 -9 38.5 -32.5t17.5 -75.5v-221v-1.5v-1.5q0 -21 6.5 -38.5t39.5 -17.5h25v-120h-97q-9 0 -21.5 4t-25.5 13q-25 17 -45.5 50t-20.5 84v253q0 32 -12 44.5t-27 15.5q-5 1 -10 1.5t-9 0.5h-7h-5v1z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="579" 
+d="M365 830v-830h-150v830h150v0z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="352" 
+d="M316 331v-104q-2 -1 -5.5 -1h-7.5t-8.5 -0.5t-9.5 -1.5q-15 -3 -27 -15.5t-12 -45.5v-252q0 -51 -20.5 -84t-45.5 -50q-13 -9 -25.5 -13t-21.5 -4h-97v120h25q33 0 39.5 17.5t6.5 38.5v1.5v1.5v222q0 51 17.5 74.5t38.5 32.5q11 4 21.5 6t18.5 3v3q-8 0 -18.5 2.5
+t-21.5 7.5q-21 10 -38.5 31.5t-17.5 63.5v226v3v3q0 20 -7.5 36t-38.5 16l-25 1v120h97q9 -1 21.5 -5t25.5 -13q25 -17 45.5 -50.5t20.5 -85.5v-252q0 -28 12 -38.5t27 -13.5q7 -2 14 -2h13h2h2v1z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="686" 
+d="M523 373l114 -97q-7 -13 -16 -27.5t-19 -29.5q-26 -37 -60.5 -68.5t-79.5 -31.5q-29 0 -53 10.5t-46 23.5q-6 4 -12 7.5t-12 6.5q-5 3 -10.5 6t-10.5 7q-27 17 -49.5 31t-41.5 14q-14 0 -27.5 -17t-23.5 -37q-4 -8 -7.5 -15.5t-6.5 -14.5l-113 97q11 12 22.5 29t23.5 34
+q26 35 57.5 64t72.5 29q13 0 27 -3.5t28 -8.5q19 -8 38 -19.5t35 -24.5q11 -9 24 -17.5t27 -14.5q15 -8 30 -13t27 -5q13 0 25.5 15.5t21.5 33.5q5 10 8.5 19t6.5 16v1z" />
+    <glyph glyph-name="glyph98" unicode="&#xa1;" horiz-adv-x="384" 
+d="M98 255h189v-498h-189v498v0zM192 532q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="686" 
+d="M394 10v99q-105 4 -179 83t-74 184q0 113 71 188t182 85v94h93v-99l58 -17v-163q-18 16 -40 26.5t-48 10.5q-53 0 -89.5 -34t-36.5 -88q0 -51 34 -87t86 -36h4h4q24 1 47 10t39 28v-162q-14 -6 -28.5 -10.5t-29.5 -6.5v-105h-93v0z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="686" 
+d="M478 300h-142q5 -14 7 -31.5t2 -37.5v-4v-4q-1 -16 -3 -31.5t-6 -26.5l11 -3q7 -3 14.5 -6t16.5 -5q11 -4 22.5 -7t22.5 -6q20 -5 38.5 -8t33.5 -3q23 0 37 13t14 36l122 1q-6 -83 -50.5 -138t-133.5 -55q-21 0 -41 3.5t-40 8.5q-10 3 -20 5t-21 5q-4 2 -8 3l-8 2l-14 4
+t-16 4q-8 2 -17 4.5t-18 4.5q-17 3 -33 5.5t-29 2.5q-4 0 -8 -0.5t-7 -0.5q-16 -3 -30 -11.5t-18 -23.5h-130q1 3 2 7l2 8q15 60 58.5 110t109.5 51q3 5 4.5 10.5t3.5 11.5q1 5 1.5 10.5t0.5 10.5q-1 21 -8.5 41t-19.5 39l-161 1v76h108q-17 27 -26.5 60t-9.5 67
+q0 54 21 104t60 87q44 42 98.5 57.5t112.5 15.5q149 0 213 -68.5t65 -215.5l-194 1v35q0 37 -26.5 65.5t-64.5 28.5q-46 0 -70.5 -31.5t-24.5 -74.5q0 -37 11 -70t30 -62l156 1v-76v0z" />
+    <glyph glyph-name="Idieresis" unicode="&#xa4;" horiz-adv-x="686" 
+d="M49 152l66 66q-23 30 -36.5 71.5t-13.5 87.5v4v4q1 44 13.5 86t36.5 71l-66 68l62 63l67 -67q29 21 69.5 34.5t82.5 16.5h8h8q46 0 89 -14t71 -38l67 68l62 -62l-62 -63q23 -32 37.5 -74t16.5 -86v-4.5v-4.5q0 -46 -15 -89t-41 -72l66 -65l-60 -65l-67 66
+q-30 -26 -73.5 -40.5t-90.5 -14.5q-49 0 -93 14t-76 41l-66 -65l-62 63v0zM346 508q-56 -1 -93.5 -39.5t-37.5 -94.5q0 -57 38 -91t93 -34q56 0 93.5 34t37.5 91q0 56 -37.5 94.5t-93.5 38.5v1z" />
+    <glyph glyph-name="ae" unicode="&#xa5;" horiz-adv-x="686" 
+d="M633 446h-142l-56 -84h198v-76h-198v-286h-184v286h-200v76h199l-57 84h-142v76h92l-154 232h222l132 -205l132 205h222l-155 -232h91v-76v0z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+ />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="686" 
+d="M563 589h-157q-6 25 -24.5 42t-46.5 17q-22 0 -39 -13.5t-17 -37.5q0 -29 20 -45.5t44 -28.5l15 -7.5t14 -6.5l111 -55q4 -3 7 -4.5l7 -3.5q57 -29 95 -65t38 -110q0 -48 -23.5 -88t-60.5 -69q20 -18 32 -43.5t16 -52.5q2 -9 2.5 -17t0.5 -16q0 -109 -81.5 -162
+t-179.5 -53h-8h-8q-99 5 -180.5 60t-80.5 163v2.5v2.5v2v2l183 1v-2.5v-0.5q0 -37 29 -61.5t63 -26.5h3.5h2.5q31 0 53.5 17.5t22.5 49.5q0 26 -18.5 42t-40.5 27q-7 3 -13 6l-12 6l-158 78q-52 25 -84.5 64t-32.5 100q0 49 25 91t61 72q-14 14 -24.5 34t-15.5 42
+q-2 10 -3.5 20.5t-1.5 20.5q0 95 71 143t157 48q89 0 161 -42.5t76 -142.5v1zM285 270l167 -83q8 6 14.5 16t9.5 21q1 4 1.5 8t0.5 8q0 24 -16.5 39t-36.5 26q-5 3 -10 5.5t-10 4.5l-164 84q-14 -9 -22.5 -23.5t-8.5 -31.5q0 -25 17 -40t38 -25q5 -3 10 -5.5t10 -4.5v1z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="604" 
+d="M174 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM430 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="800" 
+d="M400 -20q-166 0 -281 115.5t-115 279.5q0 166 115 282t281 116q165 0 280.5 -116t115.5 -282q0 -164 -115.5 -279.5t-280.5 -115.5v0zM400 74q128 -1 215 84t87 217q0 134 -87 219t-215 85q-130 0 -216 -85t-86 -219q0 -132 86 -217t216 -85v1zM602 459h-90
+q-6 36 -33.5 54t-64.5 18q-59 0 -91 -45.5t-32 -104.5v-4v-4q3 -55 36.5 -100t89.5 -45q35 0 64 20.5t31 56.5l90 1q-8 -73 -62 -114t-123 -41q-100 0 -160 66.5t-60 161.5q0 99 58 164t160 65q71 0 123 -39.5t64 -110.5v1z" />
+    <glyph glyph-name="ellipsis" unicode="&#xaa;" horiz-adv-x="409" 
+d="M399 315h-388v75h388v-75v0zM281 456v34h-2q-14 -22 -38.5 -32.5t-51.5 -12.5h-4.5h-5.5q-74 0 -121 49t-47 115q0 67 46.5 115.5t120.5 48.5h6.5t6.5 -1q26 -2 49.5 -11.5t40.5 -27.5v31h118v-308h-118v0zM209 540q32 -1 54 19.5t22 49.5t-22 49.5t-54 20.5
+q-31 0 -53.5 -20.5t-22.5 -49.5t22.5 -49.5t53.5 -20.5v1z" />
+    <glyph glyph-name="ydieresis" unicode="&#xab;" horiz-adv-x="603" 
+d="M172 320l129 -174l-103 -72l-172 246l172 246l100 -69l-126 -177v0zM421 320l129 -174l-103 -72l-172 246l172 246l100 -69l-126 -177v0z" />
+    <glyph glyph-name="emdash" unicode="&#xac;" 
+ />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="500" 
+ />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="800" 
+d="M400 -20q-166 0 -281 115.5t-115 279.5q0 166 115 282t281 116q165 0 280.5 -116t115.5 -282q0 -164 -115.5 -279.5t-280.5 -115.5v0zM400 74q128 -1 215 84t87 217q0 134 -87 219t-215 85q-130 0 -216 -85t-86 -219q0 -132 86 -217t216 -85v1zM490 349l100 -174h-100
+l-92 174h-64v-174h-92v412h200q71 -1 115.5 -23t44.5 -104q0 -57 -28.5 -82.5t-83.5 -29.5v1zM334 411h110q35 -1 53.5 10.5t18.5 50.5q0 25 -21.5 33t-46.5 9h-13h-12l-89 1v-104v0z" />
+    <glyph glyph-name="glyph263" unicode="&#xaf;" 
+ />
+    <glyph glyph-name="glyph264" unicode="&#xb0;" 
+ />
+    <glyph glyph-name="mu" unicode="&#xb1;" horiz-adv-x="686" 
+d="M87 150h512v-150h-512v150v0zM268 512v142h150v-142h181v-150h-181v-142h-150v142h-181v150h181v0z" />
+    <glyph glyph-name="uni00B2" unicode="&#xb2;" 
+ />
+    <glyph glyph-name="uni00B3" unicode="&#xb3;" 
+ />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="402" 
+d="M327 740l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="oslash" unicode="&#xb5;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -100 -49.5 -148.5t-109.5 -62.5q-19 -5 -38 -7.5t-36 -2.5q-40 0 -70 11.5t-49 25.5q-3 3 -6 5.5t-6 5.5v-287h-182v769v0z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="686" 
+d="M262 754h377v-91h-66v-833h-101v832h-93v-832h-101v460q-87 7 -152.5 52.5t-78.5 161.5q0 3 -0.5 5.5t-0.5 4.5v4.5v5.5q0 86 66 157.5t150 71.5v1z" />
+    <glyph glyph-name="glyph265" unicode="&#xb7;" 
+ />
+    <glyph glyph-name="glyph121" unicode="&#xb8;" horiz-adv-x="380" 
+d="M304 -94l-151 -143l-78 49l130 158l99 -64v0z" />
+    <glyph glyph-name="uni00B9" unicode="&#xb9;" 
+ />
+    <glyph glyph-name="Agrave" unicode="&#xba;" horiz-adv-x="410" 
+d="M406 315h-401v75h401v-75v0zM205 774q80 -1 140.5 -43.5t60.5 -121.5t-60.5 -121.5t-140.5 -42.5t-140 42.5t-60 121.5t60 121.5t140 42.5v1zM205 679q-31 -1 -53 -21t-22 -49t22 -49t53 -20q32 0 54 20t22 49t-22 49t-54 20v1z" />
+    <glyph glyph-name="Ydieresis" unicode="&#xbb;" horiz-adv-x="603" 
+d="M53 146l129 174l-126 177l100 69l172 -246l-172 -246l-103 72v0zM302 146l129 174l-126 177l100 69l172 -246l-172 -246l-103 72v0z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" 
+ />
+    <glyph glyph-name="glyph243" unicode="&#xbd;" horiz-adv-x="1029" 
+d="M617 754h98l-438 -754h-98l438 754v0zM845 165l-76 -66h160v-99h-394l201 201q21 20 38.5 49.5t17.5 60.5v2.5v2.5q-2 20 -17.5 36.5t-38.5 16.5q-26 0 -40 -16t-14 -39q0 -4 0.5 -9t1.5 -10l-140 1q3 77 53.5 125t137.5 48q77 0 133 -43.5t56 -117.5q0 -41 -15 -70
+t-43 -55q-5 -5 -10 -9.5t-11 -9.5v1zM170 655h-70v99h197v-452h-127v353v0z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" 
+ />
+    <glyph glyph-name="oe" unicode="&#xbf;" horiz-adv-x="595" 
+d="M409 258v-194q-10 1 -20.5 2.5t-21.5 1.5q-7 0 -15 -0.5t-15 -2.5q-37 -7 -68 -31t-31 -64q0 -31 21 -53t52 -22q35 0 52.5 22t17.5 54h199q-1 -114 -84.5 -174.5t-189.5 -60.5q-47 0 -92.5 15t-82.5 47q-37 31 -61.5 77t-24.5 96q0 84 52.5 137.5t128.5 77.5v72h183v0z
+M314 532q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="currency" unicode="&#xc0;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM265 981l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="breve" unicode="&#xc1;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM517 981l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="tilde" unicode="&#xc2;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM171 906l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#xc3;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM274 857h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9
+t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM263 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM519 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5
+t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="781" 
+d="M526 131h-270l-52 -131h-208l290 754h214l284 -754h-209l-49 131v0zM473 281l-80 240h-2l-81 -240h163v0zM389 1056q3 -1 6.5 -1h6.5q53 -3 97.5 -28.5t44.5 -86.5t-44 -87t-97 -28h-5.5h-5.5h-8.5t-9.5 1q-51 3 -94 28t-43 85q0 63 45.5 89t100.5 27h3.5h2.5v1zM391 984
+q-2 -1 -4 -1h-3q-20 -2 -36 -11.5t-16 -31.5t16 -31.5t36 -11.5h3h4h4.5h4.5q19 2 34 12t15 31t-15 31t-34 12h-4.5h-4.5v1z" />
+    <glyph glyph-name="Oslash" unicode="&#xc6;" horiz-adv-x="1026" 
+d="M572 0l-49 131h-273l-47 -131h-207l291 754h462l61 -166h-248l46 -126h247l63 -166h-249l49 -130h248l60 -166h-454v0zM470 281l-81 224l-85 -224h166v0z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="660" 
+d="M444 -94l-151 -143l-78 49l130 158l99 -64v0zM603 736v-235q-30 40 -76 61t-96 21q-90 0 -145.5 -60.5t-55.5 -148.5q0 -89 56.5 -147t147.5 -58q48 0 93 21.5t76 58.5v-234q-27 -9 -51 -15.5t-47 -11.5q-18 -4 -36.5 -6t-38.5 -2q-79 0 -151.5 28.5t-131.5 81.5
+q-62 56 -91.5 128.5t-29.5 156.5q0 77 28.5 149t82.5 127t127 87.5t151 34.5h4.5h4.5q47 0 91.5 -10t87.5 -28v1z" />
+    <glyph glyph-name="ring" unicode="&#xc8;" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0zM149 981l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0zM401 981l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="macron" unicode="&#xca;" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0zM55 906l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="dotaccent" unicode="&#xcb;" horiz-adv-x="550" 
+d="M493 588h-233v-126h221v-166h-221v-130h233v-166h-429v754h429v-166v0zM147 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM403 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5
+t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="caron" unicode="&#xcc;" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0zM36 981l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="cedilla" unicode="&#xcd;" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0zM288 981l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#xce;" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0zM-58 906l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="ogonek" unicode="&#xcf;" horiz-adv-x="324" 
+d="M260 754v-754h-196v754h196v0zM34 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5q-40 0 -69 28.5t-29 69.5t29 69.5t69 28.5v1zM290 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="glyph232" unicode="&#xd0;" horiz-adv-x="752" 
+d="M64 0v309h-84v154h84v291h278q158 -1 270.5 -110t112.5 -268t-113 -267.5t-270 -108.5h-278v0zM260 588v-125h110v-154h-110v-143h44q88 -1 152.5 49.5t64.5 160.5q0 101 -60 156t-155 55l-46 1v0z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="881" 
+d="M64 0v754h196l359 -461h2v461h196v-754h-196l-359 462h-2v-462h-196v0zM324 857h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1
+q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="scaron" unicode="&#xd2;" 
+ />
+    <glyph glyph-name="Lslash" unicode="&#xd3;" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1zM570 981
+l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="lslash" unicode="&#xd4;" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1zM224 906
+l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="guilsinglright" unicode="&#xd5;" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1zM327 857h-82
+l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5
+t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="887" 
+d="M443 779q163 -1 290 -109.5t127 -279.5q0 -183 -117.5 -299t-299.5 -116q-181 0 -299 116t-118 299q0 171 127 279.5t290 108.5v1zM443 589q-88 -1 -150.5 -61.5t-62.5 -138.5q0 -97 62.5 -161t150.5 -64t150.5 64t62.5 161q0 78 -62.5 138.5t-150.5 60.5v1zM316 1041
+q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM572 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" 
+ />
+    <glyph glyph-name="plusminus" unicode="&#xd8;" horiz-adv-x="887" 
+d="M874 711l-92 -90q7 -10 12.5 -19t11.5 -18q27 -45 40.5 -92t13.5 -103q0 -185 -120.5 -299.5t-295.5 -114.5h-7.5h-7.5q-65 2 -128.5 22.5t-116.5 58.5l-95 -89l-78 82l93 89q-37 54 -57.5 113t-20.5 138q0 164 119 276.5t294 112.5q22 0 45.5 -1.5t47.5 -5.5
+q47 -8 91.5 -25t77.5 -47l96 94l77 -82v0zM630 481l-298 -286q10 -6 20 -10.5t19 -7.5q17 -7 34.5 -10t38.5 -3q88 0 150 64t62 161q0 26 -6 49t-20 42v1zM256 282l292 279q-14 8 -30.5 14t-34.5 10l-20 2t-19 1q-86 0 -150 -60t-64 -139q0 -32 6.5 -59.5t19.5 -48.5v1z" />
+    <glyph glyph-name="Thorn" unicode="&#xd9;" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0zM263 981l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="Eth" unicode="&#xda;" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0zM515 981l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="eth" unicode="&#xdb;" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0zM169 906l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="778" 
+d="M522 754h196v-424q0 -74 -11.5 -143t-67.5 -124q-36 -36 -85.5 -54.5t-101.5 -24.5q-16 -2 -32 -3t-31 -1t-31 1t-32 3q-52 6 -101.5 24.5t-85.5 54.5q-56 55 -67.5 124t-11.5 142v425h196v-397v-12.5v-11.5q1 -68 23.5 -125t109.5 -57t109.5 57t23.5 125v11.5v11.5v398
+v0zM261 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM517 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" 
+ />
+    <glyph glyph-name="glyph236" unicode="&#xde;" horiz-adv-x="661" 
+d="M64 0v754h196v-120h104q122 -1 198 -60t76 -189q0 -133 -69.5 -194.5t-197.5 -61.5l-111 1v-130h-196v0zM260 476v-188h33q53 -1 97 10.5t44 80.5q0 71 -42 83.5t-99 12.5l-33 1v0z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="651" 
+d="M60 442v147v3.5v4.5q1 49 12 95.5t50 80.5q31 29 72 44t84 20q10 1 21 1.5t21 0.5q102 0 175.5 -55.5t73.5 -165.5q0 -54 -23.5 -89.5t-65.5 -67.5q74 -29 111.5 -76.5t37.5 -136.5q0 -14 -1.5 -29t-4.5 -30q-7 -40 -25.5 -78t-48.5 -63q-30 -26 -68.5 -40t-78.5 -20
+q-17 -3 -34.5 -4t-33.5 -1h-39v155q1 -1 2 -1h2h2h2q54 0 90.5 32.5t36.5 88.5q0 55 -37 89t-89 33h-4.5h-4.5v146q1 -1 2 -1h2h1h2q40 0 66 19t26 62q0 35 -20.5 55.5t-55.5 20.5q-53 0 -64.5 -34t-11.5 -74v-3.5v-2.5v-568h-182v297h-52v145h52v0z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM215 740l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM467 740l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM121 665l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM225 616h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87
+t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM213 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM469 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="682" 
+d="M621 513v-513h-182v57h-2q-22 -36 -60 -53.5t-79 -19.5q-4 -1 -8 -1h-8q-114 0 -186.5 81.5t-72.5 191.5t71.5 191.5t185.5 81.5h10t10 -1q39 -3 76.5 -19.5t62.5 -46.5v51h182v0zM328 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82
+q0 47 -30.5 81.5t-86.5 34.5v1zM340 815q3 -1 6.5 -1h6.5q53 -3 97.5 -28.5t44.5 -86.5t-44 -87t-97 -28h-5.5h-5.5h-8.5t-9.5 1q-51 3 -94 28t-43 85q0 63 45.5 89t100.5 27h3.5h2.5v1zM342 743q-2 -1 -4 -1h-3q-20 -2 -36 -11.5t-16 -31.5t16 -31.5t36 -11.5h3h4h4.5h4.5
+q19 2 34 12t15 31t-15 31t-34 12h-4.5h-4.5v1z" />
+    <glyph glyph-name="Otilde" unicode="&#xe6;" horiz-adv-x="940" 
+d="M918 226h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-11 0 -23 0.5t-23 2.5q-50 6 -94.5 28t-65.5 69q-37 -47 -92.5 -73.5t-115.5 -26.5q-10 0 -20.5 1t-21.5 2q-65 10 -119 49t-54 112q0 92 65 131.5t146 39.5
+q22 0 42 -2t40 -7q13 -3 26 -7t27 -10v16q0 52 -38 70.5t-84 18.5q-29 0 -55.5 -5t-52.5 -12q-9 -3 -17.5 -5.5t-17.5 -5.5v137q27 6 55 12t56 9q10 1 19.5 1.5t18.5 0.5q10 0 20.5 -0.5t21.5 -1.5q45 -6 87 -26t64 -63q26 39 68 60.5t88 27.5q9 2 18.5 2.5t18.5 0.5
+q134 0 207.5 -77t73.5 -208v-18v0zM274 218q-5 -1 -9.5 -1.5t-9.5 -1.5q-22 -3 -39.5 -16t-17.5 -37t18 -36.5t40 -16.5q6 -1 12 -1.5t12 -0.5q8 0 17.5 1t19.5 4q20 5 37 17t17 32q0 23 -18.5 35t-40.5 17q-10 2 -20 3t-18 1v1zM541 331h211q-7 36 -36.5 58t-66.5 22
+q-40 0 -70 -20.5t-38 -60.5v1z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="483" 
+d="M356 -94l-151 -143l-78 49l130 158l99 -64v0zM430 500v-154q-20 14 -44 24.5t-50 10.5q-52 0 -88.5 -36t-36.5 -89q0 -55 36 -90.5t92 -35.5q5 0 10.5 0.5t10.5 1.5q19 3 37.5 11.5t32.5 21.5v-153q-30 -15 -62.5 -22t-65.5 -7q-114 0 -196.5 75.5t-82.5 191.5
+q0 124 83 201.5t204 77.5q32 0 62.5 -7.5t57.5 -22.5v1z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1zM179 740
+l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1zM431 740
+l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1zM85 665
+l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="610" 
+d="M587 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-127 0 -212 69.5t-85 202.5q0 128 79.5 201t204.5 73q134 0 207.5 -77t73.5 -208v1zM207 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1zM177 800
+q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM433 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM25 740l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM277 740l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM-69 665l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0zM23 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5q-40 0 -69 28.5t-29 69.5t29 69.5t69 28.5v1zM279 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="glyph233" unicode="&#xf0;" horiz-adv-x="662" 
+d="M413 770l-99 -66l70 -56q38 -32 73 -65t63 -70q3 -3 5.5 -6.5t4.5 -6.5q34 -44 62 -100t28 -145q0 -8 -0.5 -16t-2.5 -17q-13 -90 -93 -164.5t-193 -74.5q-123 0 -216 70.5t-93 201.5q0 89 45 146.5t99 87.5q26 14 51 22.5t45 11.5q11 2 15.5 6t4.5 10q0 8 -7.5 18.5
+t-18.5 22.5q-6 6 -13 12l-14 12q-9 8 -18.5 14.5t-16.5 10.5l-117 -84l-77 59l112 76l-114 70l62 80q42 -16 83.5 -34t80.5 -41l110 75l79 -60v0zM331 372q-48 -1 -82.5 -35.5t-34.5 -81.5q0 -49 34.5 -82t82.5 -33t77.5 33t29.5 82q0 47 -29.5 81.5t-77.5 34.5v1z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="661" 
+d="M242 513v-66h2q32 46 71.5 64t92.5 18q104 0 148.5 -59t44.5 -154v-316h-182v250v5v6v19t-1 20q-2 31 -18 57.5t-63 26.5q-55 0 -75 -35.5t-20 -83.5v-265h-182v513h182v0zM214 616h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5
+q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1
+z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM205 740l111 80l141 -172
+l-81 -59l-171 151v0z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM457 740l-171 -151l-81 59
+l141 172l111 -80v0z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM111 665l218 164l221 -164
+l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM215 616h-82l-1 11
+q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6q-8 2 -16 5t-15 6
+q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="662" 
+d="M331 530q124 -1 216.5 -72.5t92.5 -202.5q0 -130 -92.5 -201t-216.5 -71q-123 0 -216 70.5t-93 201.5t92.5 202.5t216.5 71.5v1zM331 372q-55 -1 -86 -35.5t-31 -81.5q0 -49 31 -82t86 -33q56 0 86.5 33t30.5 82q0 47 -30.5 81.5t-86.5 34.5v1zM203 800q41 -1 69.5 -29.5
+t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM459 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="Aacute" unicode="&#xf7;" 
+ />
+    <glyph glyph-name="OE" unicode="&#xf8;" horiz-adv-x="662" 
+d="M128 43l-96 -78l-49 62l89 70q-15 20 -26 46t-17 53q-3 15 -5 29.5t-2 28.5q0 133 92 204t216 71q9 0 18 -0.5t18 -0.5q46 -4 89.5 -18t78.5 -43l101 83l49 -62l-95 -75q5 -7 9 -13t7 -12q18 -27 26.5 -55.5t8.5 -63.5q0 -140 -87.5 -213t-223.5 -73q-16 0 -32 1t-32 4
+q-38 6 -73.5 19t-63.5 35v1zM440 299l-172 -139q14 -11 29 -15.5t31 -4.5q49 0 83.5 33t34.5 82q0 11 -1.5 22t-4.5 21v1zM222 210l174 144q-4 2 -8 4.5t-8 4.5q-10 5 -21 6.5t-25 1.5q-50 0 -85 -32.5t-35 -82.5q0 -12 2 -24t6 -23v1z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0zM204 740l111 80l141 -172l-81 -59l-171 151v0z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0zM456 740l-171 -151l-81 59l141 172l111 -80v0z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0zM110 665l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="659" 
+d="M57 513h182v-274q0 -50 17.5 -81t73.5 -31t73.5 31t17.5 80v275h182v-309q0 -128 -78.5 -174.5t-194.5 -46.5q-115 0 -194 46.5t-79 173.5v310v0zM202 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM458 800
+q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" 
+ />
+    <glyph glyph-name="glyph237" unicode="&#xfe;" horiz-adv-x="682" 
+d="M242 830v-375h2q23 35 62 53.5t81 20.5h6h6q115 0 187 -82.5t72 -192.5q0 -111 -71.5 -191t-185.5 -80h-7.5h-7.5q-40 3 -78.5 18.5t-65.5 46.5v-304h-182v1086h182v0zM353 372q-48 -1 -82.5 -35.5t-34.5 -81.5q0 -49 34.5 -82t82.5 -33t82.5 33t34.5 82q0 47 -34.5 81.5
+t-82.5 34.5v1z" />
+    <glyph glyph-name="Egrave" unicode="&#xff;" horiz-adv-x="654" 
+d="M233 70l-248 443h210l137 -263l134 263h207l-411 -769h-204l175 326v0zM199 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM455 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5
+t70 28.5v1z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" 
+ />
+    <glyph glyph-name="abreve" unicode="&#x103;" 
+ />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" 
+ />
+    <glyph glyph-name="aogonek" unicode="&#x105;" 
+ />
+    <glyph glyph-name="Cacute" unicode="&#x106;" 
+ />
+    <glyph glyph-name="cacute" unicode="&#x107;" 
+ />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" 
+ />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" 
+ />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" 
+ />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" 
+ />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" 
+ />
+    <glyph glyph-name="dcroat" unicode="&#x111;" 
+ />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" 
+ />
+    <glyph glyph-name="eogonek" unicode="&#x119;" 
+ />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" 
+ />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" 
+ />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" 
+ />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" 
+ />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" 
+ />
+    <glyph glyph-name="thorn" unicode="&#x131;" horiz-adv-x="302" 
+d="M242 513v-513h-182v513h182v0z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" 
+ />
+    <glyph glyph-name="lacute" unicode="&#x13a;" 
+ />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" 
+ />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" 
+ />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" 
+ />
+    <glyph glyph-name="ldot" unicode="&#x140;" 
+ />
+    <glyph glyph-name="glyph225" unicode="&#x141;" horiz-adv-x="533" 
+d="M296 754v-188l115 83v-164l-115 -78v-241h235v-166h-431v298l-81 -60v160l81 59v297h196v0z" />
+    <glyph glyph-name="glyph226" unicode="&#x142;" horiz-adv-x="366" 
+d="M273 830v-300l85 60v-165l-85 -56v-369h-182v270l-83 -59v164l83 56v399h182v0z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" 
+ />
+    <glyph glyph-name="nacute" unicode="&#x144;" 
+ />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" 
+ />
+    <glyph glyph-name="ncaron" unicode="&#x148;" 
+ />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" 
+ />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" 
+ />
+    <glyph glyph-name="fi" unicode="&#x152;" horiz-adv-x="1140" 
+d="M660 0v83q-51 -56 -109 -82t-131 -26q-162 0 -278 120.5t-116 280.5q0 161 116 281.5t278 120.5q73 0 133 -23.5t107 -70.5v70h424v-166h-229v-126h213v-166h-213v-130h229v-166h-424v0zM441 589q-87 -1 -149 -63t-62 -150q0 -87 62 -149.5t149 -62.5q88 0 149 62.5
+t61 149.5q0 88 -61 150t-149 62v1z" />
+    <glyph glyph-name="fl" unicode="&#x153;" horiz-adv-x="1022" 
+d="M1001 245v-19h-383q0 -56 29 -85.5t85 -29.5q29 0 50.5 11t36.5 36l175 1q-22 -92 -97.5 -134t-163.5 -42q-68 0 -120.5 19.5t-87.5 68.5q-44 -49 -92.5 -68.5t-115.5 -19.5q-126 0 -211 70t-85 202q0 129 85 201.5t209 72.5q64 0 114 -16.5t96 -60.5q27 36 68.5 53
+t85.5 22q10 1 20.5 1.5t20.5 0.5q134 0 207.5 -77t73.5 -208v1zM330 372q-48 -1 -82.5 -35.5t-34.5 -81.5q0 -49 34.5 -82t82.5 -33t82.5 33t34.5 82q0 47 -34.5 81.5t-82.5 34.5v1zM618 331h211q-7 36 -36.5 58t-66.5 22q-40 0 -70 -20.5t-38 -60.5v1z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" 
+ />
+    <glyph glyph-name="racute" unicode="&#x155;" 
+ />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" 
+ />
+    <glyph glyph-name="rcaron" unicode="&#x159;" 
+ />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" 
+ />
+    <glyph glyph-name="sacute" unicode="&#x15b;" 
+ />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" 
+ />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" 
+ />
+    <glyph glyph-name="glyph227" unicode="&#x160;" horiz-adv-x="616" 
+d="M556 712l-78 -152q-27 22 -60.5 35.5t-69.5 13.5q-5 0 -11 -0.5t-12 -2.5q-23 -5 -42 -20t-19 -40q0 -24 18 -38.5t39 -23.5q8 -3 15.5 -5.5t14.5 -4.5l50 -14q79 -24 132.5 -69.5t53.5 -137.5v-8v-8q-2 -52 -19 -101.5t-59 -85.5q-38 -33 -86 -49t-98 -20
+q-8 0 -15.5 -0.5t-14.5 -0.5q-71 0 -139 22.5t-126 62.5l84 159q37 -33 80.5 -56t93.5 -23h4h4q33 2 60 20.5t27 55.5q0 28 -22.5 45t-50.5 27q-12 4 -24 7.5t-22 6.5q-2 1 -4.5 1.5t-4.5 1.5q-89 25 -142 64t-53 146q0 115 73.5 184t186.5 69q23 0 47 -2.5t48 -8.5
+q38 -8 74.5 -21t66.5 -30v1zM88 985l74 85l144 -112l144 112l77 -85l-221 -163l-218 163v0z" />
+    <glyph glyph-name="glyph228" unicode="&#x161;" horiz-adv-x="513" 
+d="M460 497l-61 -116q-12 6 -26.5 11t-29.5 8q-11 2 -21.5 3.5t-20.5 1.5q-5 0 -10.5 -0.5t-10.5 -2.5q-14 -3 -25 -10.5t-11 -21.5q0 -17 14.5 -25.5t32.5 -12.5q10 -3 19 -4.5t16 -2.5q64 -13 106.5 -47t42.5 -105q0 -98 -72 -142.5t-159 -47.5h-5.5h-5.5q-55 0 -107.5 15
+t-99.5 43l66 128q17 -13 39 -23.5t45 -18.5q16 -5 31 -8t29 -3q4 0 8.5 0.5t9.5 1.5q15 3 27 12t12 25q0 22 -21 31.5t-50 15.5q-11 2 -21.5 4.5t-21.5 5.5q-43 11 -78.5 38.5t-35.5 96.5q0 93 69 137t151 45h3.5h2.5q44 0 86.5 -7.5t82.5 -25.5v1zM37 744l74 85l144 -112
+l144 112l77 -85l-221 -163l-218 163v0z" />
+    <glyph glyph-name="uni0162" unicode="&#x162;" 
+ />
+    <glyph glyph-name="uni0163" unicode="&#x163;" 
+ />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" 
+ />
+    <glyph glyph-name="tcaron" unicode="&#x165;" 
+ />
+    <glyph glyph-name="Uring" unicode="&#x16e;" 
+ />
+    <glyph glyph-name="uring" unicode="&#x16f;" 
+ />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" 
+ />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" 
+ />
+    <glyph glyph-name="Iacute" unicode="&#x178;" horiz-adv-x="714" 
+d="M259 362l-278 392h235l141 -205l141 205h235l-278 -392v-362h-196v362v0zM229 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1zM485 1041q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5
+t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" 
+ />
+    <glyph glyph-name="zacute" unicode="&#x17a;" 
+ />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" 
+ />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" 
+ />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" 
+ />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" 
+ />
+    <glyph glyph-name="quotedblright" unicode="&#x192;" horiz-adv-x="686" 
+d="M471 505h110l-13 -76h-110l-51 -279q-11 -65 -27.5 -124t-57.5 -111q-40 -51 -87 -74t-106 -23h-14t-15 1l-106 9l30 165q3 -1 6 -1.5t6 -0.5q14 -3 29 -5t30 -2q40 0 63.5 15t39.5 52q7 17 12 37.5t10 41.5q3 17 6 33.5t6 31.5l42 234h-86l12 76h88l20 108q8 42 20 78
+t42 69q32 36 73 52.5t89 16.5h12t13 -1q28 -2 55 -9.5t50 -23.5l-29 -156q-13 8 -28.5 16t-31.5 11q-4 1 -8.5 1.5t-9.5 0.5q-33 0 -47 -23t-20 -51l-4 -18t-3 -17l-10 -54v0z" />
+    <glyph glyph-name="uni02BA" unicode="&#x2ba;" horiz-adv-x="539" 
+d="M254 814l-50 -214h-93l14 214h129v0zM428 814l-50 -214h-93l14 214h129v0z" />
+    <glyph glyph-name="arrowright" unicode="&#x2c6;" horiz-adv-x="549" 
+d="M158 616h-82l-1 11q0 23 5 45.5t17 42.5q14 23 37.5 39.5t51.5 16.5q15 0 32.5 -3.5t34.5 -8.5q5 -1 9.5 -2.5t9.5 -2.5q22 -6 42 -11.5t35 -5.5q18 0 25.5 9t13.5 24q0 1 0.5 1.5t0.5 1.5l85 1q-1 -9 -2 -16.5t-2 -15.5q-10 -47 -40.5 -87t-85.5 -40q-11 0 -23 2t-23 6
+q-8 2 -16 5t-15 6q-20 6 -38.5 12t-36.5 6q-16 0 -22 -9.5t-10 -22.5q-1 -1 -1.5 -2.5t-0.5 -2.5v1z" />
+    <glyph glyph-name="glyph224" unicode="&#x2c7;" horiz-adv-x="590" 
+d="M75 744l74 85l144 -112l144 112l77 -85l-221 -163l-218 163v0z" />
+    <glyph glyph-name="house" unicode="&#x2c9;" horiz-adv-x="603" 
+d="M75 752h452v-107h-452v107v0z" />
+    <glyph glyph-name="endash" unicode="&#x2d8;" horiz-adv-x="539" 
+d="M75 784h112q5 -33 27.5 -50.5t54.5 -17.5q33 0 55.5 17.5t27.5 49.5l111 1q-4 -83 -59 -126.5t-135 -43.5t-134.5 43.5t-59.5 125.5v1z" />
+    <glyph glyph-name="sfthyphen" unicode="&#x2d9;" horiz-adv-x="402" 
+d="M202 800q41 -1 69.5 -29.5t28.5 -69.5t-28.5 -69.5t-69.5 -28.5t-70 28.5t-29 69.5t29 69.5t70 28.5v1z" />
+    <glyph glyph-name="filledbox" unicode="&#x2da;" horiz-adv-x="457" 
+d="M227 815q3 -1 6.5 -1h6.5q53 -3 97.5 -28.5t44.5 -86.5t-44 -87t-97 -28h-5.5h-5.5h-8.5t-9.5 1q-51 3 -94 28t-43 85q0 63 45.5 89t100.5 27h3.5h2.5v1zM229 743q-2 -1 -4 -1h-3q-20 -2 -36 -11.5t-16 -31.5t16 -31.5t36 -11.5h3h4h4.5h4.5q19 2 34 12t15 31t-15 31
+t-34 12h-4.5h-4.5v1z" />
+    <glyph glyph-name="glyph223" unicode="&#x2db;" horiz-adv-x="350" 
+d="M159 0h75v-2q-4 -2 -8.5 -5t-9.5 -6q-16 -12 -29 -28t-13 -35t13.5 -32.5t32.5 -13.5q15 0 28 5.5t26 13.5l-22 -92q-9 -6 -21.5 -10t-24.5 -6q-9 -1 -17.5 -2t-16.5 -1h-4h-4q-33 3 -61 27t-28 59q0 41 25 74.5t59 53.5v0z" />
+    <glyph glyph-name="onehalf" unicode="&#x2dc;" horiz-adv-x="590" 
+d="M75 665l218 164l221 -164l-77 -84l-144 111l-144 -111l-74 84v0z" />
+    <glyph glyph-name="Gamma" unicode="&#x393;" 
+ />
+    <glyph glyph-name="Theta" unicode="&#x398;" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#x3a3;" 
+ />
+    <glyph glyph-name="Phi" unicode="&#x3a6;" 
+ />
+    <glyph glyph-name="Atilde" unicode="&#x3a9;" 
+ />
+    <glyph glyph-name="alpha" unicode="&#x3b1;" 
+ />
+    <glyph glyph-name="delta" unicode="&#x3b4;" 
+ />
+    <glyph glyph-name="epsilon" unicode="&#x3b5;" 
+ />
+    <glyph glyph-name="guillemotleft" unicode="&#x3c0;" 
+ />
+    <glyph glyph-name="sigma" unicode="&#x3c3;" 
+ />
+    <glyph glyph-name="tau" unicode="&#x3c4;" 
+ />
+    <glyph glyph-name="phi" unicode="&#x3c6;" 
+ />
+    <glyph glyph-name="glyph259" unicode="&#x2013;" horiz-adv-x="500" 
+d="M0 396h500v-150h-500v150v0z" />
+    <glyph glyph-name="periodcentered" unicode="&#x2014;" horiz-adv-x="1000" 
+d="M0 396h1000v-150h-1000v150v0z" />
+    <glyph glyph-name="underscoredbl" unicode="&#x2017;" 
+ />
+    <glyph glyph-name="Acircumflex" unicode="&#x2018;" horiz-adv-x="372" 
+d="M189 423h-170l184 331h116l-130 -331v0z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#x2019;" horiz-adv-x="372" 
+d="M183 754h170l-184 -331h-116l130 331v0z" />
+    <glyph glyph-name="Ugrave" unicode="&#x201a;" 
+ />
+    <glyph glyph-name="quotedblbase" unicode="&#x201c;" horiz-adv-x="628" 
+d="M189 423h-170l184 331h116l-130 -331v0zM445 423h-170l184 331h116l-130 -331v0z" />
+    <glyph glyph-name="perthousand" unicode="&#x201d;" horiz-adv-x="628" 
+d="M183 754h170l-184 -331h-116l130 331v0zM439 754h170l-184 -331h-116l130 331v0z" />
+    <glyph glyph-name="dotlessi" unicode="&#x201e;" horiz-adv-x="594" 
+d="M149 191h170l-184 -331h-116l130 331v0zM405 191h170l-184 -331h-116l130 331v0z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="686" 
+d="M260 754h166v-205h177v-144h-177v-585h-166v585h-176v144h176v205v0z" />
+    <glyph glyph-name="Uacute" unicode="&#x2021;" horiz-adv-x="686" 
+d="M261 754h166v-185h176v-144h-176v-142h176v-144h-176v-318h-166v318h-177v144h177v142h-177v144h177v185v0z" />
+    <glyph glyph-name="glyph262" unicode="&#x2022;" horiz-adv-x="686" 
+d="M344 566q81 -1 134.5 -56.5t53.5 -133.5q0 -77 -53.5 -132.5t-134.5 -55.5t-135 55.5t-54 132.5q0 78 54 133.5t135 55.5v1z" />
+    <glyph glyph-name="fraction" unicode="&#x2026;" horiz-adv-x="1000" 
+d="M167 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM500 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1zM833 214q49 -1 83 -35t34 -83q0 -48 -34 -82t-83 -34t-83 34t-34 82q0 49 34 83t83 34v1
+z" />
+    <glyph glyph-name="circumflex" unicode="&#x2030;" horiz-adv-x="1460" 
+d="M750 359q84 -1 145 -47.5t61 -136.5q0 -91 -60 -138t-146 -47t-146 47t-60 138q0 90 61 136.5t145 46.5v1zM750 259q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1zM1235 359q84 -1 145 -47.5t61 -136.5q0 -91 -60 -138t-146 -47t-146 47
+t-60 138q0 90 61 136.5t145 46.5v1zM1235 259q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1zM657 754h98l-438 -754h-98l438 754v0zM225 764q84 -1 145 -47.5t61 -136.5q0 -91 -60 -138.5t-146 -47.5t-146 47.5t-60 138.5q0 90 61 136.5
+t145 46.5v1zM225 664q-35 -1 -60 -26t-25 -60t25 -59.5t60 -24.5t60 24.5t25 59.5t-25 60t-60 25v1z" />
+    <glyph glyph-name="Igrave" unicode="&#x2039;" horiz-adv-x="354" 
+d="M172 320l129 -174l-103 -72l-172 246l172 246l100 -69l-126 -177v0z" />
+    <glyph glyph-name="Oacute" unicode="&#x203a;" horiz-adv-x="354" 
+d="M53 146l129 174l-126 177l100 69l172 -246l-172 -246l-103 72v0z" />
+    <glyph glyph-name="exclamdbl" unicode="&#x203c;" 
+ />
+    <glyph glyph-name="uni207F" unicode="&#x207f;" 
+ />
+    <glyph glyph-name="franc" unicode="&#x20a3;" 
+ />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" 
+ />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="940" 
+d="M384 754v-78h-123v-326h-97v326h-123v78h343v0zM899 754v-404h-88v326h-2l-117 -326h-52l-117 326h-2v-326h-88v404h142l91 -239l91 239h142v0z" />
+    <glyph glyph-name="arrowleft" unicode="&#x2190;" 
+ />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" 
+ />
+    <glyph glyph-name="glyph257" unicode="&#x2192;" horiz-adv-x="500" 
+ />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" 
+ />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" 
+ />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" 
+ />
+    <glyph glyph-name="arrowupdnbse" unicode="&#x21a8;" 
+ />
+    <glyph glyph-name="questiondown" unicode="&#x2202;" 
+ />
+    <glyph glyph-name="quoteright" unicode="&#x2206;" 
+ />
+    <glyph glyph-name="florin" unicode="&#x220f;" 
+ />
+    <glyph glyph-name="minus" unicode="&#x2212;" 
+ />
+    <glyph glyph-name="Icircumflex" unicode="&#x2215;" horiz-adv-x="194" 
+d="M267 754h98l-438 -754h-98l438 754v0z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#x2219;" 
+d="M172 373q49 -1 83 -35t34 -83q0 -48 -34 -82.5t-83 -34.5t-83 34.5t-34 82.5q0 49 34 83t83 34v1z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x221a;" 
+ />
+    <glyph glyph-name="yen" unicode="&#x221e;" 
+ />
+    <glyph glyph-name="orthogonal" unicode="&#x221f;" 
+ />
+    <glyph glyph-name="intersection" unicode="&#x2229;" 
+ />
+    <glyph glyph-name="guillemotright" unicode="&#x222b;" 
+ />
+    <glyph glyph-name="quoteleft" unicode="&#x2248;" 
+ />
+    <glyph glyph-name="AE" unicode="&#x2260;" 
+ />
+    <glyph glyph-name="equivalence" unicode="&#x2261;" 
+ />
+    <glyph glyph-name="ordfeminine" unicode="&#x2264;" 
+ />
+    <glyph glyph-name="ordmasculine" unicode="&#x2265;" 
+ />
+    <glyph glyph-name="glyph258" unicode="&#x2302;" 
+ />
+    <glyph glyph-name="revlogicalnot" unicode="&#x2310;" 
+ />
+    <glyph glyph-name="integraltp" unicode="&#x2320;" 
+ />
+    <glyph glyph-name="integralbt" unicode="&#x2321;" 
+ />
+    <glyph glyph-name="SF100000" unicode="&#x2500;" 
+ />
+    <glyph glyph-name="SF110000" unicode="&#x2502;" 
+ />
+    <glyph glyph-name="SF010000" unicode="&#x250c;" 
+ />
+    <glyph glyph-name="SF030000" unicode="&#x2510;" 
+ />
+    <glyph glyph-name="SF020000" unicode="&#x2514;" 
+ />
+    <glyph glyph-name="SF040000" unicode="&#x2518;" 
+ />
+    <glyph glyph-name="SF080000" unicode="&#x251c;" 
+ />
+    <glyph glyph-name="SF090000" unicode="&#x2524;" 
+ />
+    <glyph glyph-name="SF060000" unicode="&#x252c;" 
+ />
+    <glyph glyph-name="SF070000" unicode="&#x2534;" 
+ />
+    <glyph glyph-name="SF050000" unicode="&#x253c;" 
+ />
+    <glyph glyph-name="SF430000" unicode="&#x2550;" 
+ />
+    <glyph glyph-name="SF240000" unicode="&#x2551;" 
+ />
+    <glyph glyph-name="SF510000" unicode="&#x2552;" 
+ />
+    <glyph glyph-name="SF520000" unicode="&#x2553;" 
+ />
+    <glyph glyph-name="SF390000" unicode="&#x2554;" 
+ />
+    <glyph glyph-name="SF220000" unicode="&#x2555;" 
+ />
+    <glyph glyph-name="SF210000" unicode="&#x2556;" 
+ />
+    <glyph glyph-name="SF250000" unicode="&#x2557;" 
+ />
+    <glyph glyph-name="SF500000" unicode="&#x2558;" 
+ />
+    <glyph glyph-name="SF490000" unicode="&#x2559;" 
+ />
+    <glyph glyph-name="SF380000" unicode="&#x255a;" 
+ />
+    <glyph glyph-name="SF280000" unicode="&#x255b;" 
+ />
+    <glyph glyph-name="SF270000" unicode="&#x255c;" 
+ />
+    <glyph glyph-name="SF260000" unicode="&#x255d;" 
+ />
+    <glyph glyph-name="SF360000" unicode="&#x255e;" 
+ />
+    <glyph glyph-name="SF370000" unicode="&#x255f;" 
+ />
+    <glyph glyph-name="SF420000" unicode="&#x2560;" 
+ />
+    <glyph glyph-name="SF190000" unicode="&#x2561;" 
+ />
+    <glyph glyph-name="SF200000" unicode="&#x2562;" 
+ />
+    <glyph glyph-name="SF230000" unicode="&#x2563;" 
+ />
+    <glyph glyph-name="SF470000" unicode="&#x2564;" 
+ />
+    <glyph glyph-name="SF480000" unicode="&#x2565;" 
+ />
+    <glyph glyph-name="SF410000" unicode="&#x2566;" 
+ />
+    <glyph glyph-name="SF450000" unicode="&#x2567;" 
+ />
+    <glyph glyph-name="SF460000" unicode="&#x2568;" 
+ />
+    <glyph glyph-name="SF400000" unicode="&#x2569;" 
+ />
+    <glyph glyph-name="SF540000" unicode="&#x256a;" 
+ />
+    <glyph glyph-name="SF530000" unicode="&#x256b;" 
+ />
+    <glyph glyph-name="SF440000" unicode="&#x256c;" 
+ />
+    <glyph glyph-name="upblock" unicode="&#x2580;" 
+ />
+    <glyph glyph-name="dnblock" unicode="&#x2584;" 
+ />
+    <glyph glyph-name="block" unicode="&#x2588;" 
+ />
+    <glyph glyph-name="lfblock" unicode="&#x258c;" 
+ />
+    <glyph glyph-name="rtblock" unicode="&#x2590;" 
+ />
+    <glyph glyph-name="ltshade" unicode="&#x2591;" 
+ />
+    <glyph glyph-name="shade" unicode="&#x2592;" 
+ />
+    <glyph glyph-name="dkshade" unicode="&#x2593;" 
+ />
+    <glyph glyph-name="glyph261" unicode="&#x25a0;" horiz-adv-x="500" 
+ />
+    <glyph glyph-name="filledrect" unicode="&#x25ac;" 
+ />
+    <glyph glyph-name="triagup" unicode="&#x25b2;" 
+ />
+    <glyph glyph-name="triagrt" unicode="&#x25ba;" 
+ />
+    <glyph glyph-name="triagdn" unicode="&#x25bc;" 
+ />
+    <glyph glyph-name="triaglf" unicode="&#x25c4;" 
+ />
+    <glyph glyph-name="Edieresis" unicode="&#x25ca;" 
+ />
+    <glyph glyph-name="circle" unicode="&#x25cb;" 
+ />
+    <glyph glyph-name="invbullet" unicode="&#x25d8;" 
+ />
+    <glyph glyph-name="invcircle" unicode="&#x25d9;" 
+ />
+    <glyph glyph-name="smileface" unicode="&#x263a;" 
+ />
+    <glyph glyph-name="invsmileface" unicode="&#x263b;" 
+ />
+    <glyph glyph-name="sun" unicode="&#x263c;" 
+ />
+    <glyph glyph-name="female" unicode="&#x2640;" 
+ />
+    <glyph glyph-name="male" unicode="&#x2642;" 
+ />
+    <glyph glyph-name="spade" unicode="&#x2660;" 
+ />
+    <glyph glyph-name="club" unicode="&#x2663;" 
+ />
+    <glyph glyph-name="heart" unicode="&#x2665;" 
+ />
+    <glyph glyph-name="diamond" unicode="&#x2666;" 
+ />
+    <glyph glyph-name="musicalnote" unicode="&#x266a;" 
+ />
+    <glyph glyph-name="musicalnotedbl" unicode="&#x266b;" 
+ />
+    <glyph glyph-name="Scaron" unicode="&#xf000;" 
+ />
+    <glyph glyph-name="Ocircumflex" unicode="&#xf001;" horiz-adv-x="679" 
+d="M254 363v-363h-182v363h-64v150h64v65q0 41 4 76t23 68q5 9 11 17.5t14 17.5q34 40 80.5 61t98.5 21q21 0 40 -4t38 -14v-156q-4 1 -8.5 3t-9.5 3q-11 5 -22 7.5t-24 2.5q-35 0 -49 -21t-14 -65v-82h127v-150h-127v0zM619 513v-513h-182v513h182v0zM528 812q42 -1 72 -31
+t30 -72t-30 -72t-72 -30t-72 30t-30 72t30 72t72 30v1z" />
+    <glyph glyph-name="Ograve" unicode="&#xf002;" horiz-adv-x="690" 
+d="M254 363v-363h-182v363h-64v150h64v65q0 41 4 76t23 68q5 9 11 17.5t14 17.5q34 40 80.5 61t98.5 21q21 0 40 -4t38 -14v-156q-4 1 -8.5 3t-9.5 3q-11 5 -22 7.5t-24 2.5q-35 0 -49 -21t-14 -65v-82h127v-150h-127v0zM630 830v-830h-182v830h182v0z" />
+    <glyph glyph-name="degree" horiz-adv-x="400" 
+d="M350 623q0 -62 -44.5 -106t-106.5 -44q-63 0 -106 44t-43 105v0.5v1.5v1.5v0.5q0 61 43.5 104t105.5 43t106.5 -44.5t44.5 -106.5v1zM265 624q0 25 -19 44.5t-47 19.5q-25 0 -44.5 -18.5t-19.5 -44.5v-0.5v-0.5v-0.5v-0.5q0 -27 19 -46t46 -19t46 19t19 46v1z" />
+    <glyph glyph-name="bullet" horiz-adv-x="686" 
+d="M344 566q81 -1 134.5 -56.5t53.5 -133.5q0 -77 -53.5 -132.5t-134.5 -55.5t-135 55.5t-54 132.5q0 78 54 133.5t135 55.5v1z" />
+    <glyph glyph-name="daggerdbl" horiz-adv-x="500" 
+d="M0 396h500v-150h-500v150v0z" />
+    <hkern u1="A" u2="&#x2019;" k="74" />
+    <hkern u1="A" u2="y" k="60" />
+    <hkern u1="A" u2="w" k="37" />
+    <hkern u1="A" u2="v" k="60" />
+    <hkern u1="A" u2="Y" k="120" />
+    <hkern u1="A" u2="W" k="80" />
+    <hkern u1="A" u2="V" k="110" />
+    <hkern u1="A" u2="T" k="60" />
+    <hkern u1="F" u2="A" k="55" />
+    <hkern u1="F" u2="&#x2e;" k="129" />
+    <hkern u1="F" u2="&#x2c;" k="129" />
+    <hkern u1="L" u2="&#x2019;" k="74" />
+    <hkern u1="L" u2="y" k="37" />
+    <hkern u1="L" u2="Y" k="92" />
+    <hkern u1="L" u2="W" k="55" />
+    <hkern u1="L" u2="V" k="92" />
+    <hkern u1="L" u2="T" k="55" />
+    <hkern u1="P" u2="A" k="74" />
+    <hkern u1="P" u2="&#x2e;" k="129" />
+    <hkern u1="P" u2="&#x2c;" k="140" />
+    <hkern u1="R" u2="Y" k="40" />
+    <hkern u1="R" u2="W" k="20" />
+    <hkern u1="R" u2="V" k="20" />
+    <hkern u1="T" u2="y" k="80" />
+    <hkern u1="T" u2="w" k="80" />
+    <hkern u1="T" u2="u" k="80" />
+    <hkern u1="T" u2="s" k="92" />
+    <hkern u1="T" u2="r" k="55" />
+    <hkern u1="T" u2="o" k="74" />
+    <hkern u1="T" u2="e" k="74" />
+    <hkern u1="T" u2="c" k="74" />
+    <hkern u1="T" u2="a" k="74" />
+    <hkern u1="T" u2="A" k="60" />
+    <hkern u1="T" u2="&#x3b;" k="68" />
+    <hkern u1="T" u2="&#x3a;" k="37" />
+    <hkern u1="T" u2="&#x2e;" k="111" />
+    <hkern u1="T" u2="&#x2d;" k="100" />
+    <hkern u1="T" u2="&#x2c;" k="92" />
+    <hkern u1="V" u2="y" k="18" />
+    <hkern u1="V" u2="u" k="37" />
+    <hkern u1="V" u2="r" k="37" />
+    <hkern u1="V" u2="o" k="74" />
+    <hkern u1="V" u2="i" k="-20" />
+    <hkern u1="V" u2="e" k="74" />
+    <hkern u1="V" u2="a" k="74" />
+    <hkern u1="V" u2="A" k="90" />
+    <hkern u1="V" u2="&#x3b;" k="92" />
+    <hkern u1="V" u2="&#x3a;" k="55" />
+    <hkern u1="V" u2="&#x2e;" k="149" />
+    <hkern u1="V" u2="&#x2d;" k="55" />
+    <hkern u1="V" u2="&#x2c;" k="160" />
+    <hkern u1="W" u2="u" k="40" />
+    <hkern u1="W" u2="r" k="40" />
+    <hkern u1="W" u2="o" k="40" />
+    <hkern u1="W" u2="e" k="40" />
+    <hkern u1="W" u2="a" k="37" />
+    <hkern u1="W" u2="A" k="80" />
+    <hkern u1="W" u2="&#x3b;" k="60" />
+    <hkern u1="W" u2="&#x3a;" k="18" />
+    <hkern u1="W" u2="&#x2e;" k="92" />
+    <hkern u1="W" u2="&#x2d;" k="37" />
+    <hkern u1="W" u2="&#x2c;" k="140" />
+    <hkern u1="Y" u2="v" k="55" />
+    <hkern u1="Y" u2="u" k="74" />
+    <hkern u1="Y" u2="q" k="92" />
+    <hkern u1="Y" u2="p" k="74" />
+    <hkern u1="Y" u2="o" k="120" />
+    <hkern u1="Y" u2="i" k="-20" />
+    <hkern u1="Y" u2="e" k="92" />
+    <hkern u1="Y" u2="a" k="92" />
+    <hkern u1="Y" u2="A" k="120" />
+    <hkern u1="Y" u2="&#x3b;" k="120" />
+    <hkern u1="Y" u2="&#x3a;" k="74" />
+    <hkern u1="Y" u2="&#x2e;" k="120" />
+    <hkern u1="Y" u2="&#x2d;" k="92" />
+    <hkern u1="Y" u2="&#x2c;" k="120" />
+    <hkern u1="f" u2="&#x2019;" k="-20" />
+    <hkern u1="r" u2="&#x2019;" k="-40" />
+    <hkern u1="r" u2="z" k="-20" />
+    <hkern u1="r" u2="y" k="-18" />
+    <hkern u1="r" u2="w" k="-18" />
+    <hkern u1="r" u2="v" k="-18" />
+    <hkern u1="r" u2="t" k="-18" />
+    <hkern u1="r" u2="q" k="18" />
+    <hkern u1="r" u2="o" k="18" />
+    <hkern u1="r" u2="g" k="-18" />
+    <hkern u1="r" u2="f" k="-20" />
+    <hkern u1="r" u2="&#x2e;" k="92" />
+    <hkern u1="r" u2="&#x2c;" k="92" />
+    <hkern u1="v" u2="&#x2e;" k="74" />
+    <hkern u1="v" u2="&#x2c;" k="120" />
+    <hkern u1="w" u2="&#x2e;" k="92" />
+    <hkern u1="w" u2="&#x2c;" k="140" />
+    <hkern u1="y" u2="&#x2e;" k="92" />
+    <hkern u1="y" u2="&#x2c;" k="120" />
+    <hkern u1="&#x2018;" u2="&#x2018;" k="40" />
+    <hkern u1="&#x2019;" u2="&#x2019;" k="40" />
+    <hkern u1="&#x2019;" u2="t" k="40" />
+    <hkern u1="&#x2019;" u2="s" k="160" />
+  </font>
+</defs></svg>
diff --git a/dist/img/FuturaBT-Heavy.a500ae01.svg b/dist/img/FuturaBT-Heavy.a500ae01.svg
new file mode 100644
index 0000000000000000000000000000000000000000..bd49e5b40652c8a6f91e40ce0d1272cfaebd5c47
--- /dev/null
+++ b/dist/img/FuturaBT-Heavy.a500ae01.svg
@@ -0,0 +1,1303 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170731 at Wed Nov 18 02:11:13 1992
+ By Aleksey,,,
+Copyright 1990-1993 Bitstream Inc.  All rights reserved.
+</metadata>
+<defs>
+<font id="FuturaBT-Heavy" horiz-adv-x="1024" >
+  <font-face 
+    font-family="Futura Hv BT"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="2048"
+    panose-1="2 11 7 2 2 2 4 2 2 4"
+    ascent="1638"
+    descent="-410"
+    x-height="981"
+    cap-height="1464"
+    bbox="-342 -483 2519 1972"
+    underline-thickness="190"
+    underline-position="-508"
+    unicode-range="U+0020-F002"
+  />
+<missing-glyph horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="629" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="629" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="688" 
+d="M201 457v1040h284v-1040h-284zM172 133q0 71 50 120.5t122 49.5q71 0 120.5 -49t49.5 -121t-49.5 -122t-120.5 -50t-121.5 51t-50.5 121z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="678" 
+d="M406 1438h192v-559h-192v559zM80 1438h192v-559h-192v559z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1575" 
+d="M709 848l-88 -244h251l86 244h-249zM709 1464h221l-146 -415h242l148 415h221l-148 -415h283l-74 -201h-280l-84 -242h290l-71 -200h-291l-148 -416h-221l148 416h-244l-149 -416h-220l146 416h-287l76 200h282l86 242h-299l74 201h297z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1255" 
+d="M111 219l174 187q36 -80 107 -123t167 -43v389q-234 99 -331 200.5t-97 241.5q0 159 126 268t333 125v115h94v-116q116 -4 205 -48t158 -133l-185 -168q-34 56 -75.5 84.5t-102.5 36.5v-367q212 -85 312 -191t100 -245q0 -177 -119 -292.5t-322 -133.5v-158h-96v156
+q-161 5 -275.5 60t-172.5 155zM590 1235q-71 -15 -112.5 -58.5t-41.5 -101.5q0 -54 38.5 -97t115.5 -75v332zM655 250q69 19 108.5 65.5t39.5 108.5q0 54 -34 92t-114 72v-338z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1731" 
+d="M741 1075q0 -191 -92.5 -298t-257.5 -107q-166 0 -259 106.5t-93 298.5q0 189 93.5 296.5t258.5 107.5q167 0 258.5 -106t91.5 -298zM254 1075q0 -125 36 -193.5t101 -68.5q68 0 102.5 66.5t34.5 195.5q0 127 -35 193.5t-102 66.5q-66 0 -101.5 -67t-35.5 -193zM510 -39
+h-150l857 1518h149zM1692 367q0 -191 -93.5 -298.5t-259.5 -107.5t-259 107t-93 299q0 189 93.5 296t258.5 107q168 0 260.5 -105.5t92.5 -297.5zM1202 365q0 -125 36 -193t101 -68q68 0 104 67.5t36 195.5q0 126 -35.5 193t-102.5 67q-66 0 -102.5 -68.5t-36.5 -193.5z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1464" 
+d="M614 934l52 31q57 35 85.5 78.5t28.5 95.5q0 63 -38.5 102t-98.5 39q-65 0 -105 -39.5t-40 -103.5q0 -29 11.5 -59t33.5 -56zM819 317l-276 332l-31 -22q-75 -55 -110 -109t-35 -115q0 -80 61 -139t145 -59q76 0 139 28.5t107 83.5zM1094 0l-125 143
+q-97 -95 -190.5 -136.5t-211.5 -41.5q-216 0 -343.5 115t-127.5 305q0 125 76.5 231t233.5 199q-83 82 -117.5 157t-34.5 163q0 149 106.5 238t286.5 89q173 0 275 -84t102 -225q0 -97 -59.5 -179t-208.5 -183l248 -287q64 61 116 116.5t97 110.5l161 -172
+q-51 -57 -105 -114.5t-118 -120.5l268 -324h-329z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="352" 
+d="M80 1438h192v-559h-192v559z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="688" 
+d="M627 1466q-108 -216 -159.5 -446.5t-51.5 -491.5q0 -287 51 -514.5t160 -429.5l-226 -53q-117 219 -177 467t-60 516q0 294 58.5 539.5t178.5 462.5z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="688" 
+d="M61 1466l226 50q119 -212 178 -462.5t59 -539.5q0 -268 -60 -516t-177 -467l-226 53q109 202 160 429.5t51 514.5q0 263 -51.5 492t-159.5 446z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="973" 
+d="M215 834l-86 137l233 121l-229 120l82 138l209 -150l-14 264h161l-14 -260l205 146l80 -138l-224 -122l220 -115l-76 -139l-207 147l16 -250h-159l16 246z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1706" 
+d="M752 1221h202v-510h498v-199h-498v-512h-202v512h-498v199h498v510z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="629" 
+d="M63 -332l193 627h307l-309 -627h-191z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="854" 
+d="M147 362v252h560v-252h-560z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="629" 
+d="M141 141q0 72 50.5 123t121.5 51t121.5 -51t50.5 -123q0 -71 -50 -120.5t-122 -49.5q-71 0 -121.5 50t-50.5 120z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="930" 
+d="M0 -190l717 1687h213l-717 -1687h-213z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1255" 
+d="M1169 721q0 -358 -143 -559t-397 -201q-256 0 -398.5 199.5t-142.5 560.5q0 356 143.5 557t397.5 201q257 0 398.5 -198.5t141.5 -559.5zM391 719q0 -236 61 -362t175 -126q117 0 177 125t60 367q0 239 -60 363t-175 124q-116 0 -177 -126t-61 -365z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="1255" 
+d="M512 0v1204h-293l123 246h465v-1450h-295z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="1255" 
+d="M1094 242v-242h-1014l520 682q108 141 150.5 222t42.5 143q0 86 -51.5 135t-141.5 49q-84 0 -134 -61.5t-50 -165.5v-7h-295v25q0 218 125 337.5t354 119.5q234 0 364 -107t130 -299q0 -216 -338 -638l-21 -25l-135 -168h494z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="1255" 
+d="M106 387h289v-4q0 -79 59.5 -128.5t155.5 -49.5q111 0 171.5 55t60.5 156q0 107 -62.5 162t-183.5 55q-6 0 -19 -1t-20 -1v256q6 0 18 -1t17 -1q108 0 162.5 46t54.5 138q0 78 -49.5 126t-130.5 48q-86 0 -135 -39t-58 -112h-278q11 186 135 286.5t346 100.5
+q213 0 338 -105t125 -284q0 -125 -67.5 -212.5t-178.5 -107.5q129 -28 205 -129t76 -246q0 -201 -143 -317.5t-390 -116.5q-225 0 -361.5 114t-136.5 300v12z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="1255" 
+d="M752 0v281h-705v135l705 1063h268v-990h154v-208h-154v-281h-268zM756 489v504q0 74 2.5 112t7.5 70q-19 -51 -45 -102t-57 -100l-316 -484h408z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="1255" 
+d="M156 317q103 -69 177 -93.5t161 -24.5q145 0 228 71.5t83 194.5q0 128 -81 197t-232 69q-80 0 -148 -21.5t-125 -64.5l-69 43l182 762h755v-246h-565l-71 -297q51 16 97.5 23.5t94.5 7.5q207 0 338 -130t131 -335q0 -236 -160 -374t-438 -138q-123 0 -226.5 29t-195.5 90
+z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="1255" 
+d="M403 451q0 -107 61 -169.5t165 -62.5q99 0 160 64t61 168q0 110 -61 172.5t-168 62.5q-96 0 -157 -66t-61 -169zM526 874q41 22 84 31.5t105 9.5q187 0 306.5 -127t119.5 -325q0 -226 -145.5 -364t-383.5 -138q-224 0 -358.5 138t-134.5 366q0 131 59.5 286t183.5 345
+l232 354h350z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1255" 
+d="M201 0l585 1204h-659v246h1044v-92l-657 -1358h-313z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1255" 
+d="M872 774q125 -38 197 -140t72 -241q0 -202 -137 -317t-381 -115q-241 0 -381 115t-140 311q0 143 72 246t199 141q-112 47 -164.5 123.5t-52.5 192.5q0 173 128 281t339 108q214 0 340.5 -108.5t126.5 -291.5q0 -108 -56 -186.5t-162 -118.5zM625 1241q-84 0 -134.5 -46
+t-50.5 -122q0 -79 48.5 -124.5t132.5 -45.5q86 0 135 44.5t49 123.5t-48.5 124.5t-131.5 45.5zM623 207q104 0 163.5 57.5t59.5 157.5q0 102 -59 159.5t-164 57.5q-104 0 -165 -59t-61 -158t60.5 -157t165.5 -58z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1255" 
+d="M856 991q0 107 -60 169.5t-163 62.5q-100 0 -161.5 -64.5t-61.5 -167.5q0 -110 60.5 -172.5t168.5 -62.5q96 0 156.5 65.5t60.5 169.5zM733 567q-42 -22 -86.5 -32.5t-101.5 -10.5q-187 0 -305.5 127t-118.5 326q0 226 144 364t382 138q225 0 360.5 -137t135.5 -363
+q0 -133 -61.5 -291t-184.5 -342l-231 -346h-351z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="688" 
+d="M172 797q0 71 50 120.5t122 49.5q71 0 120.5 -49.5t49.5 -120.5q0 -72 -49.5 -122t-120.5 -50t-121.5 50.5t-50.5 121.5zM172 143q0 72 50 121t122 49q71 0 120.5 -49t49.5 -121q0 -71 -49.5 -121.5t-120.5 -50.5t-121.5 51t-50.5 121z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="688" 
+d="M264 797q0 71 50.5 120.5t121.5 49.5q72 0 122 -49.5t50 -120.5q0 -72 -50 -122t-122 -50q-71 0 -121.5 50.5t-50.5 121.5zM80 -332l190 627h310l-310 -627h-190z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1706" 
+d="M1442 1194v-219l-893 -365l893 -364v-219l-1178 485v199z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1706" 
+d="M254 496h1198v-199h-1198v199zM254 926h1198v-199h-1198v199z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1706" 
+d="M264 1194l1178 -483v-199l-1178 -485v219l895 364l-895 365v219z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="1186" 
+d="M397 133q0 71 50.5 120.5t121.5 49.5q72 0 122 -49.5t50 -120.5t-50 -121.5t-122 -50.5q-71 0 -121.5 51t-50.5 121zM707 428h-275v428h88q102 0 158.5 58.5t56.5 162.5q0 95 -41.5 146t-120.5 51t-121 -48t-42 -141q0 -5 1 -15t1 -15h-283v32q0 186 126.5 298t334.5 112
+q203 0 320.5 -115t117.5 -315q0 -154 -82 -251t-239 -130v-258z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="2048" 
+d="M1167 272q-55 -84 -127 -123.5t-170 -39.5q-158 0 -240.5 86t-82.5 254q0 239 139.5 401t343.5 162q80 0 139 -33t97 -98l53 98h178l-147 -598q-3 -11 -5 -22.5t-2 -18.5q0 -35 24 -52.5t71 -17.5q39 0 81.5 20t79.5 56q86 80 130.5 187t44.5 235q0 240 -185.5 394.5
+t-478.5 154.5q-141 0 -262.5 -34t-220.5 -101q-170 -114 -261.5 -285t-91.5 -375q0 -307 207 -490.5t553 -183.5q162 0 316.5 49t287.5 142l82 -117q-153 -115 -324.5 -173t-357.5 -58q-192 0 -353 48.5t-286 143.5q-155 121 -232 279t-77 358q0 167 52.5 318.5t154.5 275.5
+q148 181 356 274t463 93q169 0 317.5 -45.5t258.5 -128.5q135 -105 201.5 -239.5t66.5 -303.5q0 -165 -65.5 -304.5t-188.5 -238.5q-70 -56 -152.5 -85.5t-171.5 -29.5q-106 0 -159.5 42t-55.5 124zM1217 700q-13 81 -57.5 123.5t-117.5 42.5q-114 0 -198 -124t-84 -298
+q0 -92 40.5 -140t117.5 -48q83 0 151.5 63t93.5 164z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1223" 
+d="M477 244h123q118 0 179 51.5t61 150.5q0 93 -60.5 142t-175.5 49h-127v-393zM477 879h70q142 0 201 40t59 134q0 92 -56.5 131t-197.5 39h-76v-344zM164 0v1464h274q213 0 311.5 -16.5t170.5 -54.5q85 -49 131.5 -129t46.5 -181q0 -130 -77 -208.5t-230 -104.5
+q177 -26 267.5 -115t90.5 -237q0 -108 -52 -197.5t-143 -138.5q-81 -44 -190 -63t-361 -19h-32h-207z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1470" 
+d="M1343 1083q-95 85 -195 124.5t-214 39.5q-234 0 -373 -140t-139 -376q0 -231 129 -366.5t352 -135.5q127 0 236 42.5t202 127.5l-2 -321q-100 -59 -209.5 -88t-230.5 -29q-350 0 -574.5 217.5t-224.5 552.5q0 334 225 551t580 217q119 0 230 -25t219 -77z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1542" 
+d="M477 264h174q246 0 358.5 112t112.5 355q0 242 -112.5 354.5t-358.5 112.5h-174v-934zM164 0v1464h399q236 0 372 -33t239 -110q133 -99 201.5 -249.5t68.5 -342.5q0 -195 -70 -345.5t-205 -248.5q-100 -72 -222.5 -103.5t-358.5 -31.5h-111h-313z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="1104" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-633h-313z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1645" 
+d="M891 772h667q2 -13 2.5 -28t0.5 -46q0 -329 -188 -533t-486 -204q-341 0 -562 217.5t-221 552.5q0 332 222 549t561 217q179 0 328 -75t266 -224l-211 -156q-79 98 -166 141.5t-201 43.5q-217 0 -347 -135t-130 -361q0 -222 130.5 -358.5t340.5 -136.5q154 0 250 72.5
+t96 189.5v16h-352v258z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1587" 
+d="M164 0v1464h313v-587h635v587h313v-1464h-313v612h-635v-612h-313z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="909" 
+d="M758 1464v-964q0 -165 -13 -242t-43 -131q-44 -82 -129.5 -124t-207.5 -42q-154 0 -246.5 77t-118.5 226l227 108q8 -69 35.5 -104t75.5 -35q60 0 83 43.5t23 194.5v131v862h314z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1327" 
+d="M164 0v1464h313v-663l488 663h362l-524 -667l543 -797h-377l-492 766v-766h-313z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="1010" 
+d="M164 0v1464h313v-1198h500v-266h-813z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1819" 
+d="M37 0l223 1464h328l282 -862q9 -27 19.5 -79t19.5 -119q8 68 18 121.5t19 78.5l287 860h323l224 -1464h-297l-107 883q-12 98 -16 148t-4 93q0 23 0.5 34.5t1.5 20.5q-15 -86 -28.5 -148.5t-24.5 -94.5l-310 -936h-176l-305 936q-4 13 -17.5 72t-37.5 172v-43
+q0 -102 -18 -250l-1 -4l-106 -883h-297z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1708" 
+d="M164 0v1464h325l648 -852q28 -36 61.5 -101.5t69.5 -154.5q-11 65 -16 129t-5 160v819h299v-1464h-307l-666 868q-28 36 -61 101.5t-70 156.5q11 -63 16 -127.5t5 -162.5v-836h-299z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="1139" 
+d="M479 803h45q128 0 186 53t58 170q0 108 -58 157.5t-186 49.5h-45v-430zM164 0v1464h360q288 0 425.5 -110t137.5 -340q0 -213 -138.5 -334t-383.5 -121h-86v-559h-315z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1763" 
+d="M1092 496l108 -127q68 70 104.5 164.5t36.5 195.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -211 128.5 -350t326.5 -139q17 0 47.5 3.5t72.5 10.5l-211 242h306zM1655 -170h-312l-159 188q-108 -28 -179.5 -40.5t-127.5 -12.5q-151 0 -296 59
+t-253 164q-111 108 -170.5 248.5t-59.5 294.5t59 293.5t171 249.5q109 108 252.5 165.5t302.5 57.5q156 0 299 -57.5t254 -165.5q111 -109 170 -248t59 -295q0 -172 -71 -321t-208 -265z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1241" 
+d="M1223 0h-361l-385 684v-684h-313v1464h448q267 0 400 -103.5t133 -311.5q0 -151 -91 -258t-235 -125zM477 840h47q190 0 251 41.5t61 144.5q0 108 -65.5 153.5t-246.5 45.5h-47v-385z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="1147" 
+d="M70 186l174 197q33 -81 106 -127.5t164 -46.5q110 0 174 52t64 140q0 104 -213 207q-69 33 -109 54q-192 100 -266 195.5t-74 227.5q0 181 143.5 297.5t372.5 116.5q133 0 229.5 -46.5t170.5 -145.5l-185 -177q-33 64 -87.5 95.5t-131.5 31.5q-93 0 -150 -46.5
+t-57 -120.5q0 -116 226 -212q45 -19 69 -30q186 -85 275.5 -192t89.5 -244q0 -206 -140.5 -328.5t-377.5 -122.5q-168 0 -288 58t-179 167z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="1110" 
+d="M711 1198v-1198h-314v1198h-358v266h1032v-266h-360z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1370" 
+d="M535 0l-541 1464h346l285 -913q8 -28 25 -104t36 -173q13 94 28.5 167t30.5 120l289 903h342l-545 -1464h-296z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="2058" 
+d="M1182 1464l217 -794q21 -76 39 -163t34 -195q2 91 13.5 179.5t34.5 178.5l190 794h309l-383 -1464h-301l-262 934q-19 64 -30 129t-15 135q-5 -74 -15.5 -140t-27.5 -124l-264 -934h-301l-383 1464h313l193 -813q16 -70 26 -151.5t15 -177.5q19 127 70 322l5 21l215 799
+h308z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="1229" 
+d="M549 1081q24 -41 38 -72.5t25 -66.5q13 36 29 71t39 74l207 377h332l-437 -698l451 -766h-338l-217 406q-20 37 -35.5 77t-28.5 84q-17 -52 -34 -93t-33 -71l-217 -403h-336l452 766l-440 698h334z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1241" 
+d="M465 0v668l-496 796h367l217 -401q16 -30 33 -76t35 -106q14 51 31.5 96t39.5 88l215 399h365l-494 -796v-668h-313z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1298" 
+d="M1235 0h-1229l758 1214h-680v250h1182l-758 -1212h727v-252z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="688" 
+d="M182 1497h451v-231h-199v-1483h199v-234h-451v1948z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="930" 
+d="M717 -190l-717 1687h213l717 -1687h-213z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="688" 
+d="M506 1497v-1948h-451v234h199v1483h-199v231h451z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="2048" 
+d="M897 1460h252l481 -561h-235l-371 371l-373 -371h-235z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M0 -279h1024v-204h-1024v204z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M219 1495h258l197 -369h-142z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1262" 
+d="M399 492q0 -133 65.5 -207t182.5 -74t182.5 74t65.5 207t-66.5 209.5t-183.5 76.5q-113 0 -179.5 -77t-66.5 -209zM139 0v1550h273v-559q0 -46 -3.5 -91.5t-9.5 -88.5q70 106 152 154.5t188 48.5q210 0 327.5 -138.5t117.5 -386.5q0 -239 -119 -383.5t-313 -144.5
+q-117 0 -198.5 43.5t-139.5 136.5l2 -141h-277z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="938" 
+d="M862 29q-58 -35 -122 -51.5t-140 -16.5q-232 0 -378 147.5t-146 383.5q0 231 147 376.5t381 145.5q78 0 140 -15t118 -47l-2 -286q-45 46 -104 71t-125 25q-120 0 -192 -73.5t-72 -194.5q0 -124 73.5 -197.5t198.5 -73.5q69 0 122.5 25t98.5 78z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1262" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -75.5t-66.5 -208.5t65.5 -208t181.5 -75q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 249 117.5 388t326.5 139q107 0 188 -49t152 -155
+q-5 36 -7.5 79.5t-2.5 99.5v559h270v-1550z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="678" 
+d="M174 0v758h-127v223h127v221q0 198 91 283.5t300 85.5q23 0 53.5 -4.5t79.5 -16.5v-227q-26 14 -50 20.5t-50 6.5q-75 0 -107 -39.5t-32 -136.5v-193h182v-223h-182v-758h-285z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1262" 
+d="M1120 16q0 -155 -18.5 -218t-63.5 -109q-64 -69 -164 -102t-243 -33q-239 0 -363 76t-135 231h313q7 -57 52 -84t133 -27q116 0 167.5 60t51.5 200v140q-57 -91 -137.5 -135t-190.5 -44q-202 0 -323 141.5t-121 381.5q0 244 118 382t326 138q107 0 190.5 -49.5
+t139.5 -145.5v162h268v-965zM862 492q0 130 -66 205t-180 75q-117 0 -183 -74.5t-66 -205.5t65 -204t182 -73t182.5 73t65.5 204z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1266" 
+d="M139 0v1550h279v-551q0 -46 -3 -91.5t-9 -88.5q88 103 176.5 149t197.5 46q114 0 192.5 -39t121.5 -117q22 -41 31.5 -92.5t9.5 -161.5v-31v-573h-285v485q0 181 -42 239t-144 58q-59 0 -108.5 -24.5t-82.5 -69.5q-26 -35 -37.5 -80t-11.5 -137v-39v-432h-285z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="584" 
+d="M125 1384q0 68 49 117t117 49q69 0 118.5 -48.5t49.5 -117.5t-49.5 -118t-118.5 -49q-68 0 -117 50t-49 117zM150 0v981h284v-981h-284z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="584" 
+d="M125 1384q0 68 49 117t117 49q69 0 118.5 -48.5t49.5 -117.5t-49.5 -118t-118.5 -49q-68 0 -117 50t-49 117zM150 -446v1427h284v-1427h-284z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="1157" 
+d="M139 1550h285v-1003l364 434h342l-395 -434l434 -547h-352l-393 520v-520h-285v1550z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="584" 
+d="M150 0v1550h284v-1550h-284z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1862" 
+d="M420 0h-285v981h285v-154q70 97 149.5 142t180.5 45q122 0 198.5 -50t108.5 -151q68 100 154.5 150.5t189.5 50.5q104 0 176.5 -38.5t112.5 -115.5q21 -42 30 -95t9 -161v-31v-573h-285v485q0 179 -36.5 238t-127.5 59q-110 0 -159.5 -82t-49.5 -268v-432h-285v485
+q0 173 -34 234t-117 61q-113 0 -164 -82.5t-51 -265.5v-432z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1266" 
+d="M139 0v981h279v-154q77 96 165.5 141.5t196.5 45.5q114 0 191.5 -38.5t122.5 -117.5q22 -41 31.5 -92.5t9.5 -161.5v-31v-573h-285v485q0 181 -42 239t-144 58q-59 0 -108.5 -24.5t-82.5 -69.5q-26 -35 -37.5 -80t-11.5 -137v-39v-432h-285z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1262" 
+d="M399 492q0 -133 65.5 -207t182.5 -74t182.5 74t65.5 207t-66.5 209.5t-183.5 76.5q-113 0 -179.5 -77t-66.5 -209zM139 -446v1427h273v-162q56 98 137.5 146.5t189.5 48.5q209 0 327 -138.5t118 -386.5q0 -239 -119 -383.5t-313 -144.5q-117 0 -198.5 43.5t-139.5 136.5
+q5 -37 7.5 -80.5t2.5 -99.5v-407h-285z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1262" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 -446h-284v407q0 47 3 92.5t9 87.5q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5
+q109 0 191.5 -49t138.5 -146v162h270v-1427z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="834" 
+d="M414 729q43 143 123.5 214t199.5 71q27 0 89 -10l18 -3l-43 -306q-32 13 -64.5 19.5t-68.5 6.5q-130 0 -187 -66.5t-57 -222.5v-432h-285v981h281z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="934" 
+d="M43 172l219 113q11 -57 59 -90t119 -33q70 0 110 25.5t40 70.5q0 71 -142 119q-44 15 -70 25q-173 65 -239.5 131t-66.5 163q0 144 113 233t298 89q132 0 228.5 -53t140.5 -150l-209 -104q-17 55 -59 83.5t-105 28.5t-102 -26t-39 -68q0 -73 194 -136q23 -7 35 -11
+q161 -53 229 -123.5t68 -179.5q0 -146 -113 -232t-305 -86q-152 0 -259.5 56.5t-143.5 154.5z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="633" 
+d="M174 0v758h-137v223h137v326h285v-326h137v-223h-137v-758h-285z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="1053" 
+d="M381 0l-399 981h329l166 -510q20 -62 32 -115t17 -104q12 77 24 131t28 98l167 500h324l-403 -981h-285z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1673" 
+d="M991 981l142 -508q4 -15 10.5 -53t23.5 -156q9 46 22.5 97t33.5 114l153 506h310l-340 -981h-304l-147 508q-4 14 -13 45q-33 115 -48 188q-13 -68 -25.5 -124t-26.5 -105l-151 -512h-303l-340 981h311l150 -487q20 -66 33 -119.5t22 -109.5q8 61 19 117.5t26 109.5
+l131 489h311z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="1020" 
+d="M319 0h-337l348 498l-330 483h356l97 -182q18 -35 32.5 -72t26.5 -78q11 38 27 75.5t39 76.5l104 180h338l-336 -477l354 -504h-354l-115 201q-20 38 -35.5 75.5t-25.5 75.5q-10 -39 -26 -75.5t-42 -77.5z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="1053" 
+d="M381 76l-395 905h329l170 -449q17 -42 28 -96.5t17 -121.5q10 54 25 110t37 119l149 438h326l-584 -1427h-315z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="985" 
+d="M940 0h-940l520 758h-457v223h889l-514 -758h502v-223z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M883 1477v-209q-9 0 -25 1t-22 1q-101 0 -136.5 -38.5t-35.5 -162.5v-240q0 -148 -45 -210t-162 -89q117 -27 162 -88t45 -209v-241q0 -123 35 -161t137 -38q6 0 22 1t25 1v-209q-14 0 -39 -1t-37 -1q-100 0 -167 12t-114 37q-57 34 -80.5 91.5t-23.5 199.5v252
+q0 137 -51 194.5t-172 57.5q-6 0 -20 -1t-21 -1v209q7 0 21 -1t20 -1q120 0 171.5 58t51.5 196v250q0 143 23.5 201t80.5 92q47 25 114 37t167 12q12 0 37 -1t39 -1z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M410 1565h206v-2048h-206v2048z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M143 1477h68q110 0 177 -12t112 -38q57 -32 80.5 -91.5t23.5 -198.5v-252q0 -137 51 -194.5t172 -57.5q6 0 20 1t21 1v-209h-37q-125 0 -176 -56t-51 -194v-252q0 -143 -23.5 -201t-80.5 -90q-47 -25 -114 -37t-167 -12q-12 0 -37 1t-39 1v209q9 0 25 -1t22 -1
+q101 0 136.5 38.5t35.5 160.5v239q0 150 45 211.5t162 87.5q-117 27 -162 89t-45 210v242q0 122 -35.5 160.5t-136.5 38.5q-6 0 -22 -1t-25 -1v209z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1706" 
+d="M1530 803v-221q-104 -71 -196.5 -104.5t-182.5 -33.5q-46 0 -92 8t-92 23q-24 8 -71 25q-219 75 -333 75q-85 0 -177.5 -37.5t-207.5 -119.5v221q107 72 204 107.5t183 35.5q117 0 291 -58q3 -1 4 -1q18 -6 55 -19q155 -55 240 -55t175 37t200 117z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="1255" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="688" 
+d="M201 1004h284v-1043h-284v1043zM172 1327q0 70 50.5 120t121.5 50q72 0 121 -49.5t49 -120.5t-49.5 -120.5t-120.5 -49.5q-72 0 -122 49.5t-50 120.5z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1255" 
+d="M961 256q-49 -26 -102.5 -42.5t-113.5 -23.5v-202h-112v202q-223 39 -341 179t-118 364q0 200 124.5 338t334.5 170v166h112v-164q56 -6 109 -21t107 -40l-3 -287q-44 46 -102.5 70t-126.5 24q-120 0 -192 -72.5t-72 -193.5q0 -124 73.5 -197t198.5 -73q70 0 123.5 24
+t97.5 76z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1255" 
+d="M487 274h17q65 0 179.5 -45t170.5 -45q55 0 97 27.5t75 83.5l154 -164q-54 -86 -128 -130t-163 -44q-114 0 -271 56.5t-196 56.5q-52 0 -107 -32t-100 -89l-156 153q68 87 134 130t143 51q23 23 33 51t10 76q0 51 -13.5 95t-41.5 85h-226v143h162q-54 80 -80 155t-26 148
+q0 188 153.5 315.5t384.5 127.5q211 0 350.5 -120t145.5 -304l-277 -37q-7 106 -66 161.5t-163 55.5q-100 0 -162.5 -54.5t-62.5 -140.5q0 -71 83 -266q11 -27 17 -41h367v-143h-315q2 -27 3.5 -43.5t1.5 -26.5q0 -71 -29 -128t-98 -118z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1241" 
+d="M623 1161q-113 0 -195 -82t-82 -194q0 -114 81 -194.5t196 -80.5q113 0 194.5 80.5t81.5 194.5q0 112 -81.5 194t-194.5 82zM172 1438l205 -203q54 39 114 58.5t130 19.5t131.5 -19.5t115.5 -58.5l203 203l105 -107l-203 -205q38 -53 57 -113.5t19 -127.5t-19 -127
+t-57 -115l203 -205l-105 -104l-203 203q-54 -40 -115 -59t-130 -19q-72 0 -132.5 19t-113.5 59l-205 -203l-104 104l202 205q-38 54 -56.5 113.5t-18.5 128.5q0 67 18.5 127.5t56.5 113.5l-202 205z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1255" 
+d="M489 0v537h-475v168h447l-99 159h-348v168h244l-264 420h332l227 -399q20 -37 40 -85t38 -104q16 55 35 101.5t43 87.5l229 399h330l-262 -420h231v-168h-338l-98 -159h436v-168h-463v-537h-285z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M410 408h206v-758h-206v758zM410 1432h206v-758h-206v758z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1176" 
+d="M414 874q-124 36 -184 106.5t-60 178.5q0 150 122.5 245t319.5 95q186 0 294 -89.5t108 -244.5v-28h-266q-5 81 -46 119t-127 38q-65 0 -107 -36t-42 -93t45 -101.5t141 -82.5q297 -115 381 -205.5t84 -230.5q0 -129 -77.5 -217t-225.5 -127q113 -39 174.5 -120
+t61.5 -192q0 -158 -116 -250t-319 -92q-196 0 -315 99t-119 260q0 4 1 14.5t1 16.5l265 -1q1 -90 44.5 -137t127.5 -47q80 0 127 41t47 109q0 113 -225 204q-27 11 -42 17q-223 92 -302 179.5t-79 225.5q0 133 78 220.5t230 125.5zM588 326q89 0 152 60.5t63 148.5
+q0 87 -63 148.5t-152 61.5t-152 -61.5t-63 -148.5q0 -88 62.5 -148.5t152.5 -60.5z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M569 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM195 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1706" 
+d="M1212 897h-188q-8 70 -53 108.5t-119 38.5q-91 0 -143 -81.5t-52 -227.5q0 -147 52 -224t151 -77q73 0 117 42t53 119l193 1q-8 -139 -109 -223t-260 -84q-186 0 -293.5 118t-107.5 322q0 206 109.5 328.5t293.5 122.5q152 0 250.5 -78t105.5 -205zM854 1356
+q-128 0 -239.5 -46t-198.5 -134q-89 -90 -136 -203.5t-47 -237.5q0 -125 47 -237t136 -201q88 -88 201 -135t237 -47t237.5 47t204.5 137q88 86 133.5 197t45.5 239q0 126 -46.5 238.5t-134.5 200.5q-89 89 -201 135.5t-239 46.5zM852 1479q152 0 287.5 -56t242.5 -163
+q105 -105 160 -240.5t55 -286.5q0 -152 -54.5 -284t-160.5 -236q-111 -108 -248 -165.5t-282 -57.5q-147 0 -280.5 56.5t-241.5 164.5q-107 106 -163 240.5t-56 281.5q0 149 56 284.5t163 244.5q105 106 238 161.5t284 55.5z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="938" 
+d="M109 610h684v-123h-684v123zM463 1325q-84 0 -131 -53t-47 -146t46.5 -145.5t129.5 -52.5t129.5 51.5t46.5 144.5q0 92 -47 146.5t-127 54.5zM629 1374v101h223v-703h-227l2 86q-30 -54 -92.5 -83.5t-149.5 -29.5q-152 0 -244 103t-92 274q0 176 91 275.5t251 99.5
+q83 0 143 -31t95 -92z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="1059" 
+d="M573 836l-276 -351l270 -346l-149 -106l-355 454l357 455zM995 836l-278 -351l270 -346l-149 -106l-353 454l357 455z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1706" 
+d="M254 864h1198v-502h-199v306h-999v196z" />
+    <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="854" 
+d="M147 362v252h560v-252h-560z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1706" 
+d="M745 1034v-239h99q88 0 129 28t41 88q0 63 -44 93t-136 30h-89zM545 1161h323q176 0 264.5 -59.5t88.5 -177.5q0 -82 -48 -140t-133 -79l185 -369h-224l-157 338h-99v-338h-200v825zM854 1356q-127 0 -236 -44.5t-196 -131.5q-91 -91 -140 -206.5t-49 -238.5
+q0 -124 46 -235.5t133 -198.5q89 -91 203 -139.5t237 -48.5q120 0 233.5 47t206.5 135q87 84 135 196t48 232q0 133 -44.5 245t-132.5 201q-90 93 -202.5 140t-241.5 47zM852 1479q154 0 290.5 -57.5t243.5 -166.5q103 -104 157 -238t54 -284q0 -152 -56 -287.5t-163 -238.5
+q-107 -105 -243.5 -161t-282.5 -56q-149 0 -285 58t-243 167q-104 105 -158.5 238.5t-54.5 279.5q0 102 27 198.5t81 188.5q101 170 267 264.5t366 94.5z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M225 1229v155h574v-155h-574z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="674" 
+d="M338 1335q-73 0 -124.5 -51t-51.5 -123q0 -74 51 -125t125 -51q72 0 123 52t51 124t-51 123t-123 51zM338 1464q126 0 214.5 -89.5t88.5 -215.5q0 -125 -89 -214t-216 -89q-126 0 -213.5 88t-87.5 215t88.5 216t214.5 89z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1706" 
+d="M254 197h1198v-199h-1198v199zM752 1223h202v-326h498v-199h-498v-325h-202v325h-498v199h498v326z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="829" 
+d="M721 721v-146h-668l342 410q72 84 99.5 132.5t27.5 86.5q0 52 -33.5 81.5t-93.5 29.5q-54 0 -87.5 -37.5t-33.5 -99.5v-4h-194v14q0 131 82.5 202.5t232.5 71.5q156 0 241 -64t85 -179q0 -132 -229 -390l-6 -7l-91 -101h326z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="829" 
+d="M70 807h190v-2q0 -48 39.5 -77.5t103.5 -29.5q73 0 112.5 33t39.5 94q0 64 -40.5 96.5t-121.5 32.5h-24v154q2 0 10 -1t12 -1q71 0 107.5 28t36.5 83q0 46 -33 75t-86 29q-57 0 -89 -23t-38 -67h-185q7 111 89 171t229 60q141 0 223 -63t82 -170q0 -74 -45 -127t-117 -64
+q85 -17 135 -78t50 -147q0 -121 -94 -190.5t-257 -69.5q-150 0 -239.5 68t-89.5 180v6z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M805 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1249" 
+d="M205 1092h289l-76 -435q-15 -80 -23 -151.5t-8 -116.5q0 -93 42 -138.5t128 -45.5q100 0 155.5 82t92.5 291l90 514h289l-193 -1092h-268l18 117q-42 -78 -93.5 -114t-121.5 -36q-67 0 -119 29.5t-94 91.5l-90 -526h-286z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M983 1479v-111h-113v-1368h-151v1368h-158v-1368h-153v784q-167 6 -267 101t-100 245q0 158 107 253.5t284 95.5h551z" />
+    <glyph glyph-name="glyph121" unicode="&#xb7;" horiz-adv-x="629" 
+d="M141 721q0 71 50.5 120.5t121.5 49.5q72 0 122 -49.5t50 -120.5t-50 -121.5t-122 -50.5q-71 0 -121.5 51t-50.5 121z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M238 -438v127q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90h15q116 0 175.5 -48.5t59.5 -144.5q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="829" 
+d="M338 575v723h-195l82 148h307v-871h-194z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="934" 
+d="M109 610h716v-123h-716v123zM467 1298q-85 0 -134.5 -47.5t-49.5 -128.5t49.5 -128.5t134.5 -47.5t134.5 47.5t49.5 128.5t-49.5 128.5t-134.5 47.5zM469 1497q183 0 300.5 -106t117.5 -269q0 -162 -118 -269.5t-300 -107.5q-184 0 -303 108t-119 269q0 159 120.5 267
+t301.5 108z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="1059" 
+d="M485 836l154 106l356 -455l-354 -454l-147 106l268 346zM63 836l154 106l356 -455l-352 -454l-149 106l270 346z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1925" 
+d="M1606 0v158h-445v75l445 594h170v-553h96v-116h-96v-158h-170zM1608 274v283q0 41 2 61.5t6 38.5q-18 -37 -33.5 -64t-32.5 -48l-198 -271h256zM449 -39l874 1518h150l-875 -1518h-149zM322 633v674h-185l78 137h293v-811h-186z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1925" 
+d="M1821 135v-135h-637l327 381q71 84 96 127.5t25 77.5q0 48 -32.5 76t-88.5 28q-53 0 -84.5 -35t-31.5 -94v-2h-187v12q0 124 79 190t224 66q147 0 228.5 -59.5t81.5 -167.5q0 -122 -215 -359l-11 -12l-84 -94h310zM449 -39l874 1518h150l-875 -1518h-149zM322 633v674
+h-185l78 137h293v-811h-186z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1923" 
+d="M1606 0v158h-445v75l445 594h170v-553h96v-116h-96v-158h-170zM1608 274v283q0 41 2 61.5t6 38.5q-18 -37 -33.5 -64t-32.5 -48l-198 -271h256zM449 -39l874 1518h150l-875 -1518h-149zM68 850h182v-2q0 -45 37 -72.5t98 -27.5q70 0 107.5 30.5t37.5 87.5q0 60 -39 90.5
+t-116 30.5q-3 0 -11 -1t-14 -1v143h23q68 0 102.5 26t34.5 77q0 44 -31.5 71t-83.5 27q-53 0 -83.5 -22t-37.5 -64h-174q7 105 85 161t218 56q135 0 213 -58.5t78 -158.5q0 -69 -42.5 -118t-112.5 -60q82 -17 130 -73.5t48 -137.5q0 -113 -90.5 -178.5t-245.5 -65.5
+q-141 0 -227 64t-86 168v8z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1186" 
+d="M801 1327q0 -71 -50.5 -120.5t-121.5 -49.5q-72 0 -122 49.5t-50 120.5t50 120.5t122 49.5q71 0 121.5 -50t50.5 -120zM492 1032h274v-428h-88q-103 0 -159 -57.5t-56 -163.5q0 -95 41.5 -146t120.5 -51q80 0 121.5 48.5t41.5 140.5q0 5 -1 15t-1 16h283v-33
+q0 -186 -126.5 -299t-334.5 -113q-202 0 -320 116t-118 316q0 154 82 251.5t240 129.5v258z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM438 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM1024 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM416 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM1048 1923q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5
+t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1460" 
+d="M922 557l-164 473q-7 21 -18 72t-23 125q-13 -71 -25 -127.5t-18 -75.5l-158 -467h406zM-10 0l557 1464h358l565 -1464h-356l-119 311h-567l-102 -311h-336zM788 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5z
+M414 1786q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1460" 
+d="M608 1712q0 -49 35 -84t84 -35q50 0 84.5 34.5t34.5 84.5t-34.5 84.5t-84.5 34.5q-49 0 -84 -35t-35 -84zM674 1036l-158 -479h406l-164 483q-9 30 -20.5 82.5t-20.5 114.5q-12 -70 -23.5 -124t-19.5 -77zM-10 0l557 1464h121q-94 19 -147.5 85t-53.5 163q0 108 76 184
+t184 76q109 0 184.5 -76t75.5 -184q0 -94 -50.5 -159.5t-141.5 -88.5h110l565 -1464h-356l-119 311h-567l-102 -311h-336z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="2038" 
+d="M961 559l-164 471q-10 32 -21 84t-20 112q-10 -61 -21.5 -114.5t-21.5 -87.5l-158 -465h406zM1135 0l-101 317h-567l-102 -317h-336l557 1464h956l86 -264h-575l96 -309h553l88 -256h-553l119 -369h577l88 -266h-886z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1470" 
+d="M1343 1083q-95 85 -195 124.5t-214 39.5q-234 0 -373 -140t-139 -376q0 -231 129 -366.5t352 -135.5q127 0 236 42.5t202 127.5l-2 -321q-100 -59 -209.5 -88t-230.5 -29q-350 0 -574.5 217.5t-224.5 552.5q0 334 225 551t580 217q119 0 230 -25t219 -77zM617 -438v127
+q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90h15q116 0 175.5 -48.5t59.5 -144.5q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862zM299 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862zM885 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862zM277 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1169" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862zM649 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM275 1786q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37
+q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM35 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM621 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM13 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM385 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM11 1786q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1563" 
+d="M496 264h174q246 0 358.5 112t112.5 355q0 239 -115 353t-356 114h-174v-340h323v-229h-323v-365zM182 0v629h-182v229h182v606h391q238 0 354 -24t210 -80q158 -95 241.5 -257t83.5 -374q0 -194 -70 -345t-204 -249q-101 -72 -223 -103.5t-359 -31.5h-110h-314z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1708" 
+d="M164 0v1464h325l648 -852q28 -36 61.5 -101.5t69.5 -154.5q-11 65 -16 129t-5 160v819h299v-1464h-307l-666 868q-28 36 -61 101.5t-70 156.5q11 -63 16 -127.5t5 -162.5v-836h-299zM1171 1923q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8
+t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM590 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM1176 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM568 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM1200 1923q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5
+t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1763" 
+d="M1663 729q0 -157 -58.5 -297t-168.5 -246q-114 -109 -257 -167t-296 -58q-134 0 -262.5 45.5t-235.5 130.5q-138 110 -211.5 263t-73.5 329q0 158 58 296.5t170 246.5q110 107 255.5 166t299.5 59q153 0 297.5 -59t255.5 -166q111 -108 169 -247t58 -296zM883 240
+q199 0 328.5 139.5t129.5 349.5q0 208 -131 350t-327 142q-199 0 -330 -141.5t-131 -350.5q0 -212 129 -350.5t332 -138.5zM940 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM566 1786q0 51 39.5 90t91.5 39
+q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1706" 
+d="M416 1202l450 -450l451 450l141 -139l-450 -453l450 -450l-141 -140l-451 451l-450 -451l-140 140l451 450l-451 453z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1763" 
+d="M1174 1118q-53 50 -131 77.5t-166 27.5q-198 0 -326.5 -143.5t-128.5 -362.5q0 -74 19.5 -140.5t62.5 -138.5zM598 336q64 -51 131.5 -73.5t153.5 -22.5q201 0 329.5 140.5t128.5 358.5q0 74 -20 140t-64 135zM199 -70l-101 93l195 200q-101 118 -148 240.5t-47 267.5
+q0 155 59.5 295t170.5 248q111 109 255.5 167t301.5 58q130 0 251.5 -43t243.5 -133l193 197l98 -86l-198 -199q96 -109 144 -232.5t48 -265.5q0 -137 -45 -261.5t-133 -229.5q-113 -135 -270 -208t-334 -73q-129 0 -247 39t-243 123z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311zM500 1972h258l197 -369h-142z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311zM1086 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311zM478 1603l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1583" 
+d="M1423 1464v-911q0 -298 -157 -445t-473 -147q-321 0 -478 147t-157 445v911h311v-862q0 -181 80 -272.5t239 -91.5q160 0 242 92t82 272v862h311zM850 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM476 1786
+q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1241" 
+d="M465 0v668l-496 796h367l217 -401q16 -30 33 -76t35 -106q14 51 31.5 96t39.5 88l215 399h365l-494 -796v-668h-313zM914 1972l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1139" 
+d="M479 549h45q128 0 186 54t58 171q0 108 -57.5 156.5t-186.5 48.5h-45v-430zM164 0v1464h315v-252h45q287 0 425 -111t138 -341q0 -212 -138.5 -332.5t-383.5 -120.5h-86v-307h-315z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1235" 
+d="M139 0v1034q0 126 10.5 193t34.5 121q49 104 160.5 162.5t265.5 58.5q221 0 341 -101t120 -286q0 -112 -51.5 -188.5t-175.5 -147.5q148 -19 230.5 -124t82.5 -276q0 -224 -131.5 -346.5t-374.5 -122.5q-25 0 -52 1.5t-56 3.5v229q15 -1 30.5 -1.5t36.5 -0.5
+q126 0 193 64t67 184q0 129 -74.5 193.5t-224.5 64.5l-3 -1q-13 -1 -25 -1v223h18q114 0 169.5 54t55.5 163q0 83 -46 131.5t-126 48.5q-109 0 -149.5 -84.5t-40.5 -412.5v-111v-725h-285z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM352 1495h258l197 -369h-142z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM938 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM330 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM962 1446q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1251" 
+d="M862 492q0 132 -66.5 209t-179.5 77q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162
+h270v-981zM702 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM328 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1251" 
+d="M506 1343q0 -51 35.5 -86.5t87.5 -35.5q50 0 86.5 36t36.5 86q0 51 -36 86t-87 35q-52 0 -87.5 -35t-35.5 -86zM362 1343q0 111 78 189t189 78q110 0 188 -78t78 -189t-77.5 -188.5t-188.5 -77.5t-189 77.5t-78 188.5zM862 492q0 132 -66.5 209t-179.5 77
+q-116 0 -182.5 -76.5t-66.5 -209.5t65.5 -207t181.5 -74q118 0 183 74t65 207zM1122 0h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-195 0 -314.5 145t-119.5 383q0 248 117.5 386.5t326.5 138.5q109 0 191.5 -49t138.5 -146v162h270v-981z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1841" 
+d="M1755 420h-768q17 -106 79.5 -158.5t170.5 -52.5q80 0 139 30t99 91l239 -117q-80 -124 -198 -188t-267 -64q-116 0 -205.5 39t-158.5 121q-76 -74 -189 -117t-233 -43q-176 0 -289 96t-113 244t106.5 237t283.5 89q88 0 161 -17.5t138 -53.5q3 14 4.5 26.5t1.5 23.5
+q0 94 -78.5 149.5t-210.5 55.5q-79 0 -150.5 -22.5t-162.5 -77.5v229q76 40 160 59t184 19q129 0 227 -37.5t160 -110.5q75 77 159.5 112.5t190.5 35.5q236 0 379 -139.5t143 -368.5q0 -30 -0.5 -50t-1.5 -40zM1462 592q-12 92 -70.5 139t-160.5 47q-100 0 -158.5 -46
+t-77.5 -140h467zM762 309q0 63 -59 101.5t-156 38.5q-99 0 -157 -39t-58 -105q0 -61 53.5 -98t142.5 -37q109 0 171.5 37.5t62.5 101.5z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="938" 
+d="M862 29q-58 -35 -122 -51.5t-140 -16.5q-232 0 -378 147.5t-146 383.5q0 231 147 376.5t381 145.5q78 0 140 -15t118 -47l-2 -286q-45 46 -104 71t-125 25q-120 0 -192 -73.5t-72 -194.5q0 -124 73.5 -197.5t198.5 -73.5q69 0 122.5 25t98.5 78zM297 -438v127
+q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90h15q116 0 175.5 -48.5t59.5 -144.5q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5zM295 1495h258l197 -369h-142z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5zM881 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5zM273 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1174" 
+d="M815 592q-12 93 -67.5 140.5t-151.5 47.5t-153.5 -47.5t-73.5 -140.5h446zM1097 420h-737q17 -106 77 -158.5t163 -52.5q78 0 134.5 30t94.5 91l230 -115q-80 -129 -194 -191.5t-271 -62.5q-238 0 -377 142t-139 382q0 231 145.5 380t372.5 149q234 0 370 -139.5
+t136 -380.5q0 -13 -1 -28.5t-4 -45.5zM645 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM271 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284zM0 1495h258l197 -369h-142z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284zM586 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284zM-22 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284zM350 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM-24 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1276" 
+d="M881 475q0 115 -70 182.5t-188 67.5q-119 0 -188.5 -67.5t-69.5 -182.5q0 -114 69.5 -182t188.5 -68q118 0 188 68t70 182zM813 897q-55 83 -116 148t-132 114l-334 -160l-69 127l270 127q-36 25 -75 47t-97 50l117 196q67 -29 141.5 -73t159.5 -105l319 156l76 -127
+l-264 -127q187 -177 271.5 -351t84.5 -382q0 -274 -142 -425t-398 -151q-239 0 -394 144.5t-155 361.5q0 208 144 352t353 144q69 0 128 -16.5t112 -49.5z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1266" 
+d="M139 0v981h279v-154q77 96 165.5 141.5t196.5 45.5q114 0 191.5 -38.5t122.5 -117.5q22 -41 31.5 -92.5t9.5 -161.5v-31v-573h-285v485q0 181 -42 239t-144 58q-59 0 -108.5 -24.5t-82.5 -69.5q-26 -35 -37.5 -80t-11.5 -137v-39v-432h-285zM950 1446
+q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM332 1495h258l197 -369h-142z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM918 1495l-313 -369h-142l197 369h258z
+" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM310 1126l196 369h238l196 -369h-141
+l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM942 1446q-28 -127 -78 -184.5
+t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1247" 
+d="M881 489q0 120 -70 191.5t-188 71.5t-187 -71t-69 -192q0 -120 69 -192t187 -72q117 0 187.5 72t70.5 192zM1171 487q0 -226 -154.5 -376t-391.5 -150q-239 0 -394 150t-155 376q0 225 156 376t393 151q238 0 392 -149t154 -378zM682 1309q0 51 39.5 90t91.5 39
+q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM308 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1706" 
+d="M854 369q62 0 107 -45t45 -107q0 -61 -45 -105t-107 -44q-63 0 -107.5 43t-44.5 106t44.5 107.5t107.5 44.5zM254 711h1198v-199h-1198v199zM854 1155q62 0 107 -44.5t45 -106.5q0 -63 -44.5 -107.5t-107.5 -44.5t-107.5 44.5t-44.5 107.5t44.5 107t107.5 44z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1247" 
+d="M467 270q36 -23 73 -34t89 -11q115 0 185.5 73t70.5 191q0 35 -8.5 66t-28.5 68zM770 713q-38 20 -75 29.5t-81 9.5q-113 0 -181 -72t-68 -195q0 -34 6 -63.5t18 -56.5zM115 -55l-72 100l139 127q-52 63 -78 141.5t-26 171.5q0 228 155 378.5t392 150.5q105 0 186 -26
+t166 -85l143 133l86 -86l-147 -137q59 -71 85.5 -150t26.5 -184q0 -219 -155.5 -368.5t-390.5 -149.5q-110 0 -202 31.5t-157 91.5z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283zM342 1495h258l197 -369h-142z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283zM928 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283zM320 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1268" 
+d="M418 981v-516q0 -130 50.5 -186t164.5 -56q113 0 164 56.5t51 185.5v516h285v-516q0 -259 -121 -381.5t-375 -122.5q-259 0 -380.5 122t-121.5 382v516h283zM692 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5z
+M318 1309q0 51 39.5 90t91.5 39q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="1053" 
+d="M381 76l-395 905h329l170 -449q17 -42 28 -96.5t17 -121.5q10 54 25 110t37 119l149 438h326l-584 -1427h-315zM819 1495l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1266" 
+d="M399 492q0 -133 65.5 -207t182.5 -74q118 0 183 73.5t65 207.5q0 133 -66.5 209.5t-183.5 76.5q-113 0 -179.5 -76.5t-66.5 -209.5zM414 141q5 -34 7.5 -72t2.5 -108v-407h-285v1996h285v-592q0 -39 -3 -72.5t-9 -66.5q56 98 137.5 146.5t189.5 48.5q209 0 327 -138.5
+t118 -386.5q0 -239 -119 -383.5t-313 -144.5q-117 0 -198.5 43.5t-139.5 136.5z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="1053" 
+d="M381 76l-395 905h329l170 -449q17 -42 28 -96.5t17 -121.5q10 54 25 110t37 119l149 438h326l-584 -1427h-315zM583 1309q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM209 1309q0 51 39.5 90t91.5 39q53 0 91 -38
+t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1470" 
+d="M1343 1083q-95 85 -195 124.5t-214 39.5q-234 0 -373 -140t-139 -376q0 -231 129 -366.5t352 -135.5q127 0 236 42.5t202 127.5l-2 -321q-100 -59 -209.5 -88t-230.5 -29q-350 0 -574.5 217.5t-224.5 552.5q0 334 225 551t580 217q119 0 230 -25t219 -77zM1182 1972
+l-313 -369h-142l197 369h258z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="938" 
+d="M862 29q-58 -35 -122 -51.5t-140 -16.5q-232 0 -378 147.5t-146 383.5q0 231 147 376.5t381 145.5q78 0 140 -15t118 -47l-2 -286q-45 46 -104 71t-125 25q-120 0 -192 -73.5t-72 -194.5q0 -124 73.5 -197.5t198.5 -73.5q69 0 122.5 25t98.5 78zM866 1495l-313 -369h-142
+l197 369h258z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1470" 
+d="M1343 1083q-95 85 -195 124.5t-214 39.5q-234 0 -373 -140t-139 -376q0 -231 129 -366.5t352 -135.5q127 0 236 42.5t202 127.5l-2 -321q-100 -59 -209.5 -88t-230.5 -29q-350 0 -574.5 217.5t-224.5 552.5q0 334 225 551t580 217q119 0 230 -25t219 -77zM574 1972h139
+l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="938" 
+d="M862 29q-58 -35 -122 -51.5t-140 -16.5q-232 0 -378 147.5t-146 383.5q0 231 147 376.5t381 145.5q78 0 140 -15t118 -47l-2 -286q-45 46 -104 71t-125 25q-120 0 -192 -73.5t-72 -194.5q0 -124 73.5 -197.5t198.5 -73.5q69 0 122.5 25t98.5 78zM258 1495h139l176 -217
+l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1280" 
+d="M862 805q-5 31 -7.5 67.5t-2.5 106.5v182h-334v176h334v213h270v-213h158v-176h-158v-1161h-276l4 141q-58 -93 -139.5 -136.5t-198.5 -43.5q-192 0 -313 143.5t-121 372.5q0 248 117 386t327 138q105 0 187 -47t153 -149zM367 485q0 -126 66.5 -200t180.5 -74
+q116 0 182 73.5t66 200.5q0 130 -66.5 206.5t-179.5 76.5q-115 0 -182 -76t-67 -207z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1645" 
+d="M891 772h667q2 -13 2.5 -28t0.5 -46q0 -329 -188 -533t-486 -204q-341 0 -562 217.5t-221 552.5q0 332 222 549t561 217q179 0 328 -75t266 -224l-211 -156q-79 98 -166 141.5t-201 43.5q-217 0 -347 -135t-130 -361q0 -222 130.5 -358.5t340.5 -136.5q154 0 250 72.5
+t96 189.5v16h-352v258zM514 1939h123q6 -77 51 -113t135 -36q91 0 134.5 35.5t49.5 113.5h123q-12 -158 -85.5 -230.5t-221.5 -72.5t-223.5 74.5t-85.5 228.5z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1262" 
+d="M1120 16q0 -155 -18.5 -218t-63.5 -109q-64 -69 -164 -102t-243 -33q-239 0 -363 76t-135 231h313q7 -57 52 -84t133 -27q116 0 167.5 60t51.5 200v140q-57 -91 -137.5 -135t-190.5 -44q-202 0 -323 141.5t-121 381.5q0 244 118 382t326 138q107 0 190.5 -49.5
+t139.5 -145.5v162h268v-965zM862 492q0 130 -66 205t-180 75q-117 0 -183 -74.5t-66 -205.5t65 -204t182 -73t182.5 73t65.5 204zM322 1462h123q6 -77 51 -113t135 -36q91 0 134.5 35.5t49.5 113.5h123q-12 -158 -85.5 -230.5t-221.5 -72.5t-223.5 74.5t-85.5 228.5z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="653" 
+d="M170 0v1464h313v-1464h-313zM193 1784q0 53 41 95t94 42q55 0 96 -41t41 -96q0 -58 -39 -97t-98 -39q-55 0 -95 40t-40 96z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="584" 
+d="M150 0v981h284v-981h-284z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="1026" 
+d="M180 0v512l-121 -84l-122 186l243 172v678h314v-491l206 143l123 -188l-329 -230v-432h499v-266h-813z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="621" 
+d="M168 0v518l-96 -69l-107 155l203 144v802h285v-616l96 70l106 -154l-202 -145v-705h-285z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="2339" 
+d="M1346 1464h862v-264h-549v-301h549v-266h-549v-367h549v-266h-862l-3 166q-75 -103 -188 -152t-274 -49q-133 0 -257.5 44.5t-228.5 129.5q-134 112 -207 266t-73 326q0 153 57.5 292.5t167.5 252.5q110 112 244 166.5t297 54.5q152 0 266.5 -50t200.5 -155zM889 240
+q201 0 325.5 135t124.5 354q0 216 -125.5 355t-324.5 139q-194 0 -322.5 -142.5t-128.5 -351.5q0 -213 126 -351t325 -138z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="2050" 
+d="M1651 592q-13 92 -71.5 140t-160.5 48q-99 0 -158 -47t-77 -141h467zM1943 420h-767q16 -106 78.5 -158.5t170.5 -52.5q81 0 139.5 30t98.5 91l242 -115q-80 -125 -199.5 -189.5t-273.5 -64.5q-144 0 -251.5 47t-162.5 133q-78 -94 -173.5 -137t-228.5 -43
+q-233 0 -386.5 150.5t-153.5 375.5q0 226 156.5 376.5t394.5 150.5q134 0 228 -46t161 -143q69 98 164.5 143.5t232.5 45.5q246 0 389.5 -136t143.5 -368q0 -30 -0.5 -49.5t-2.5 -40.5zM881 487q0 121 -70.5 193t-187.5 72q-118 0 -188 -72t-70 -193q0 -120 70 -192t188 -72
+q117 0 187.5 72t70.5 192z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1147" 
+d="M70 186l174 197q33 -81 106 -127.5t164 -46.5q110 0 174 52t64 140q0 104 -213 207q-69 33 -109 54q-192 100 -266 195.5t-74 227.5q0 181 143.5 297.5t372.5 116.5q133 0 229.5 -46.5t170.5 -145.5l-185 -177q-33 64 -87.5 95.5t-131.5 31.5q-93 0 -150 -46.5
+t-57 -120.5q0 -116 226 -212q45 -19 69 -30q186 -85 275.5 -192t89.5 -244q0 -206 -140.5 -328.5t-377.5 -122.5q-168 0 -288 58t-179 167zM299 -438v127q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90
+h15q116 0 175.5 -48.5t59.5 -144.5q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="934" 
+d="M43 172l219 113q11 -57 59 -90t119 -33q70 0 110 25.5t40 70.5q0 71 -142 119q-44 15 -70 25q-173 65 -239.5 131t-66.5 163q0 144 113 233t298 89q132 0 228.5 -53t140.5 -150l-209 -104q-17 55 -59 83.5t-105 28.5t-102 -26t-39 -68q0 -73 194 -136q23 -7 35 -11
+q161 -53 229 -123.5t68 -179.5q0 -146 -113 -232t-305 -86q-152 0 -259.5 56.5t-143.5 154.5zM193 -438v127q80 -21 147 -32t111 -11q51 0 75.5 18.5t24.5 56.5q0 37 -27.5 52.5t-93.5 15.5q-19 0 -32 -0.5t-25 -1.5v213h102v-90h15q116 0 175.5 -48.5t59.5 -144.5
+q0 -99 -66.5 -148.5t-199.5 -49.5q-49 0 -118.5 11t-147.5 32z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1147" 
+d="M70 186l174 197q33 -81 106 -127.5t164 -46.5q110 0 174 52t64 140q0 104 -213 207q-69 33 -109 54q-192 100 -266 195.5t-74 227.5q0 181 143.5 297.5t372.5 116.5q133 0 229.5 -46.5t170.5 -145.5l-185 -177q-33 64 -87.5 95.5t-131.5 31.5q-93 0 -150 -46.5
+t-57 -120.5q0 -116 226 -212q45 -19 69 -30q186 -85 275.5 -192t89.5 -244q0 -206 -140.5 -328.5t-377.5 -122.5q-168 0 -288 58t-179 167zM258 1972h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="934" 
+d="M43 172l219 113q11 -57 59 -90t119 -33q70 0 110 25.5t40 70.5q0 71 -142 119q-44 15 -70 25q-173 65 -239.5 131t-66.5 163q0 144 113 233t298 89q132 0 228.5 -53t140.5 -150l-209 -104q-17 55 -59 83.5t-105 28.5t-102 -26t-39 -68q0 -73 194 -136q23 -7 35 -11
+q161 -53 229 -123.5t68 -179.5q0 -146 -113 -232t-305 -86q-152 0 -259.5 56.5t-143.5 154.5zM152 1495h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1241" 
+d="M465 0v668l-496 796h367l217 -401q16 -30 33 -76t35 -106q14 51 31.5 96t39.5 88l215 399h365l-494 -796v-668h-313zM678 1786q0 51 39.5 90t91.5 39q54 0 91.5 -38t37.5 -91q0 -57 -36.5 -94t-92.5 -37q-55 0 -93 37.5t-38 93.5zM304 1786q0 51 39.5 90t91.5 39
+q53 0 91 -38t38 -91q0 -57 -37 -94t-92 -37q-56 0 -93.5 37.5t-37.5 93.5z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1298" 
+d="M1235 0h-1229l758 1214h-680v250h1182l-758 -1212h727v-252zM334 1972h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="985" 
+d="M940 0h-940l520 758h-457v223h889l-514 -758h502v-223zM179 1495h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1255" 
+d="M958 737h-202l-88 -712q-34 -273 -116.5 -374.5t-254.5 -101.5q-43 0 -80.5 11t-77.5 34l45 205q24 -10 44 -15t36 -5q69 0 99 50.5t53 256.5l76 651h-189l19 211h196l17 152q23 198 95.5 288.5t207.5 90.5q49 0 100 -10.5t104 -30.5l-18 -203q-45 20 -66.5 26.5
+t-39.5 6.5q-56 0 -82.5 -39.5t-42.5 -171.5l-13 -109h201z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M197 1126l196 369h238l196 -369h-141l-174 217l-176 -217h-139z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M197 1495h139l176 -217l174 217h141l-196 -369h-238z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M203 1462h123q6 -77 51 -113t135 -36q91 0 134.5 35.5t49.5 113.5h123q-12 -158 -85.5 -230.5t-221.5 -72.5t-223.5 74.5t-85.5 228.5z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M377 1307q0 53 41 95t94 42q55 0 96 -41t41 -96q0 -58 -39 -97t-98 -39q-55 0 -95 40t-40 96z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M391 1372q0 -51 34.5 -86t86.5 -35q51 0 87 35.5t36 85.5q0 51 -36 87t-87 36t-86 -35.5t-35 -87.5zM248 1372q0 111 77 188.5t187 77.5q111 0 188.5 -77.5t77.5 -188.5t-77.5 -188.5t-188.5 -77.5t-187.5 77t-76.5 189z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M627 0q-62 -50 -94.5 -102.5t-32.5 -102.5q0 -40 20 -60t62 -20h102v-174h-106q-118 0 -178 46.5t-60 138.5q0 71 45 136t145 138h97z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M829 1446q-28 -127 -78 -184.5t-130 -57.5q-21 0 -39 2.5t-36 8.5l-87 26q-21 6 -36 8t-30 2q-34 0 -55 -18.5t-33 -58.5h-110q26 122 75.5 178.5t128.5 56.5q18 0 40 -3.5t46 -10.5l93 -25q12 -4 25.5 -6t29.5 -2q33 0 54 20.5t32 63.5h110z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M563 1126l154 369h229l-270 -369h-113zM295 1126l115 369h221l-232 -369h-104z" />
+    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="1575" 
+d="M1227 256h291v-256h-609v291q126 86 192 217.5t66 296.5q0 203 -101.5 319.5t-279.5 116.5q-177 0 -278.5 -116.5t-101.5 -319.5q0 -164 66 -296.5t192 -217.5v-291h-609v256h291q-126 121 -187 260t-61 303q0 313 188 501.5t500 188.5q313 0 501 -188.5t188 -501.5
+q0 -164 -61 -303t-187 -260z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1319" 
+d="M1354 1092l-39 -224h-176l-154 -868h-287l152 868h-238l-151 -868h-287l152 868h-25q-55 0 -84 -31t-39 -99l-213 -1q30 200 123 277.5t311 77.5h955z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M0 393v191h1024v-191h-1024z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
+d="M0 393v191h2048v-191h-2048z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="629" 
+d="M563 1464l-190 -626h-310l310 626h190z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="629" 
+d="M63 838l193 626h307l-309 -626h-191z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="629" 
+d="M63 -332l193 627h307l-309 -627h-191z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="1090" 
+d="M1038 1464l-190 -626h-309l309 626h190zM551 1464l-191 -626h-309l309 626h191z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="1090" 
+d="M51 838l193 626h307l-309 -626h-191zM539 838l190 626h309l-309 -626h-190z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="1090" 
+d="M539 -332l190 627h309l-309 -627h-190zM51 -332l193 627h307l-309 -627h-191z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1176" 
+d="M446 -446v1151h-380v256h380v503h283v-503h381v-256h-381v-1151h-283z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1176" 
+d="M444 -446v471h-378v231h378v588h-378v233h378v387h285v-387h381v-233h-381v-588h381v-231h-381v-471h-285z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1208" 
+d="M307 762q0 123 87 209t210 86q122 0 208.5 -86.5t86.5 -208.5t-87.5 -209.5t-209.5 -87.5q-123 0 -209 87t-86 210z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048" 
+d="M168 141q0 72 50.5 123t121.5 51t121.5 -51t50.5 -123q0 -71 -50 -120.5t-122 -49.5q-71 0 -121.5 50t-50.5 120zM850 141q0 72 50.5 123t121.5 51t121.5 -51t50.5 -123q0 -71 -50 -120.5t-122 -49.5q-71 0 -121.5 50t-50.5 120zM1534 141q0 72 50.5 123t121.5 51
+t121.5 -51t50.5 -123q0 -71 -50 -120.5t-122 -49.5q-71 0 -121.5 50t-50.5 120z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2558" 
+d="M741 1075q0 -191 -92.5 -298t-257.5 -107q-166 0 -259 106.5t-93 298.5q0 189 93.5 296.5t258.5 107.5q167 0 258.5 -106t91.5 -298zM254 1075q0 -125 36 -193.5t101 -68.5q68 0 102.5 66.5t34.5 195.5q0 127 -35 193.5t-102 66.5q-66 0 -101.5 -67t-35.5 -193zM510 -39
+h-150l857 1518h149zM1692 367q0 -191 -93.5 -298.5t-259.5 -107.5t-259 107t-93 299q0 189 93.5 296t258.5 107q168 0 260.5 -105.5t92.5 -297.5zM1202 365q0 -125 36 -193t101 -68q68 0 104 67.5t36 195.5q0 126 -35.5 193t-102.5 67q-66 0 -102.5 -68.5t-36.5 -193.5z
+M2519 367q0 -192 -92.5 -299t-257.5 -107q-166 0 -259 107t-93 299q0 189 93 296t259 107q167 0 258.5 -105.5t91.5 -297.5zM2030 365q0 -125 35.5 -193t101.5 -68q68 0 103.5 67.5t35.5 195.5q0 126 -35.5 193t-101.5 67q-67 0 -103 -68.5t-36 -193.5z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="639" 
+d="M575 836l-278 -351l270 -346l-149 -106l-352 454l356 455z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="639" 
+d="M66 836l153 106l356 -455l-354 -454l-149 106l270 346z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1937" 
+d="M164 0v1464h862v-264h-549v-301h549v-266h-549v-633h-313zM1518 729q43 143 123.5 214t199.5 71q27 0 89 -10l18 -3l-43 -306q-32 13 -64.5 19.5t-68.5 6.5q-130 0 -187 -66.5t-57 -222.5v-432h-285v981h281z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1706" 
+d="M803 1462h196l127 -332l123 332h197v-547h-135v410l-154 -410h-61l-158 410v-410h-135v547zM207 1462h485v-112h-168v-435h-149v435h-168v112z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1094" 
+d="M762 662q19 99 29 188.5t10 155.5q0 100 -26 157.5t-70 57.5t-146 -73t-160 -73q-42 0 -71 30t-29 73q0 64 86.5 118t210.5 54q192 0 309 -161.5t117 -432.5q0 -339 -156.5 -560t-396.5 -221q-171 0 -282 114.5t-111 291.5q0 198 116 329.5t287 131.5q102 0 170 -43.5
+t113 -136.5zM700 518q0 116 -38.5 178t-110.5 62q-101 0 -167.5 -134t-66.5 -341q0 -117 38.5 -177.5t111.5 -60.5q101 0 167 133.5t66 339.5z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1427" 
+d="M713 1110l-326 -854h653zM563 1473h301l563 -1473h-1427z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1612" 
+d="M150 1473h1308v-1866h-344v1577h-620v-1577h-344v1866z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1470" 
+d="M66 1473h1308v-265h-878l620 -645l-622 -690h933v-266h-1386v172l698 772l-673 690v232z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1706" 
+d="M254 713h1198v-203h-1198v203z" />
+    <glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="342" 
+d="M-342 -39l874 1518h150l-875 -1518h-149z" />
+    <glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="629" 
+d="M141 721q0 71 50.5 120.5t121.5 49.5q72 0 122 -49.5t50 -120.5t-50 -121.5t-122 -50.5q-71 0 -121.5 51t-50.5 121z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1346" 
+d="M1141 1694h207v-129h-103l-592 -1606h-100l-311 858l-140 -51l-30 113l331 116l236 -661z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1706" 
+d="M942 561q45 -75 106.5 -113t139.5 -38q94 0 152.5 55.5t58.5 144.5q0 86 -54 142.5t-135 56.5q-74 0 -136 -57t-132 -191zM766 659q-46 76 -107 113t-139 37q-93 0 -152 -56.5t-59 -144.5q0 -85 54 -141.5t135 -56.5q75 0 138 58t130 191zM858 457q-69 -133 -147 -195.5
+t-174 -62.5q-139 0 -235.5 117.5t-96.5 293.5q0 184 85.5 297t223.5 113q93 0 169.5 -58.5t164.5 -199.5q68 132 148 196t175 64q139 0 235.5 -118t96.5 -294q0 -183 -86 -296t-223 -113q-93 0 -168.5 56.5t-167.5 199.5z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="1186" 
+d="M342 -252q102 0 121 639q3 136 6 211q16 508 123 732t328 224q98 0 157.5 -49t59.5 -129q0 -60 -38 -96.5t-100 -36.5q-46 0 -77 24t-41 68q-5 20 -7 54q-3 46 -30 47q-99 0 -119 -633q-4 -116 -6 -178q-11 -296 -31 -444.5t-59 -250.5q-56 -148 -148.5 -225.5
+t-214.5 -77.5q-96 0 -156.5 49t-60.5 127q0 62 39 99t105 37q50 0 85 -31.5t35 -71.5q0 -58 6 -73t23 -15z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1706" 
+d="M1530 596v-219q-106 -72 -198 -105.5t-181 -33.5q-95 0 -286.5 66.5t-301.5 66.5q-84 0 -174.5 -37t-210.5 -121v219q111 73 206.5 108t180.5 35q124 0 315.5 -65.5t274.5 -65.5q86 0 174 35.5t201 116.5zM1530 1008v-220q-106 -71 -196.5 -104t-180.5 -33
+q-94 0 -286 65.5t-304 65.5q-82 0 -170 -35t-215 -122v219q107 71 204 107t183 36q125 0 316.5 -65.5t273.5 -65.5q84 0 171 35t204 117z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1706" 
+d="M1198 1233l148 -119l-154 -192h260v-191h-389l-191 -239h580v-193h-707l-245 -309l-148 119l154 190h-252v193h377l190 239h-567v191h696z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1706" 
+d="M258 195h1192v-197h-1192v197zM1448 1241v-209l-834 -264l834 -262v-209l-1190 385v174z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1706" 
+d="M258 195h1192v-197h-1192v197zM260 1241l1188 -385v-174l-1188 -385v209l832 262l-832 264v209z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012" 
+d="M506 1409l-385 -817l385 -825l385 825zM506 1653l500 -1061l-500 -1069l-500 1069z" />
+    <glyph glyph-name="apple" unicode="&#xf000;" horiz-adv-x="1618" 
+d="M836 1216q-1 6 -1.5 14t-0.5 23q0 124 95 229.5t236 131.5q1 -10 1.5 -23t0.5 -39q0 -131 -103.5 -234.5t-203.5 -103.5h-8q-3 0 -7.5 1t-8.5 1zM1505 403q-114 -247 -205 -342.5t-204 -95.5q-50 0 -131.5 33t-122.5 33q-45 0 -131 -33t-127 -33q-64 0 -128.5 44
+t-129.5 132q-102 140 -157.5 295.5t-55.5 300.5q0 219 125 356.5t323 137.5q68 0 155 -34t124 -34q34 0 121.5 35t152.5 35q110 0 198 -40t161 -124q-102 -65 -151.5 -145.5t-49.5 -182.5q0 -113 60 -200t173 -138z" />
+    <glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="1247" 
+d="M788 1384q0 68 49.5 117t116.5 49q70 0 119 -48.5t49 -117.5t-49.5 -118t-118.5 -49q-67 0 -116.5 50t-49.5 117zM813 0v981h285v-981h-285zM174 0v758h-127v223h127v221q0 198 91 283.5t300 85.5q23 0 53.5 -4.5t79.5 -16.5v-227q-26 14 -50 20.5t-50 6.5
+q-75 0 -107 -39.5t-32 -136.5v-193h182v-223h-182v-758h-285z" />
+    <glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="1247" 
+d="M813 0v1550h285v-1550h-285zM174 0v758h-127v223h127v221q0 198 91 283.5t300 85.5q23 0 53.5 -4.5t79.5 -16.5v-227q-26 14 -50 20.5t-50 6.5q-75 0 -107 -39.5t-32 -136.5v-193h182v-223h-182v-758h-285z" />
+    <hkern u1="&#x2d;" u2="&#x153;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#x152;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#x111;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xf8;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xd8;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#xc6;" k="-57" />
+    <hkern u1="&#x2d;" u2="&#xc5;" k="36" />
+    <hkern u1="&#x2d;" u2="x" k="36" />
+    <hkern u1="&#x2d;" u2="s" k="-75" />
+    <hkern u1="&#x2d;" u2="q" k="-38" />
+    <hkern u1="&#x2d;" u2="o" k="-38" />
+    <hkern u1="&#x2d;" u2="g" k="-38" />
+    <hkern u1="&#x2d;" u2="e" k="-38" />
+    <hkern u1="&#x2d;" u2="d" k="-38" />
+    <hkern u1="&#x2d;" u2="c" k="-38" />
+    <hkern u1="&#x2d;" u2="Y" k="159" />
+    <hkern u1="&#x2d;" u2="X" k="73" />
+    <hkern u1="&#x2d;" u2="W" k="112" />
+    <hkern u1="&#x2d;" u2="V" k="120" />
+    <hkern u1="&#x2d;" u2="T" k="188" />
+    <hkern u1="&#x2d;" u2="S" k="-38" />
+    <hkern u1="&#x2d;" u2="Q" k="-75" />
+    <hkern u1="&#x2d;" u2="O" k="-75" />
+    <hkern u1="&#x2d;" u2="J" k="-114" />
+    <hkern u1="&#x2d;" u2="G" k="-75" />
+    <hkern u1="&#x2d;" u2="C" k="-38" />
+    <hkern u1="&#x2d;" u2="A" k="36" />
+    <hkern u1="A" u2="&#x201e;" k="-38" />
+    <hkern u1="A" u2="&#x201d;" k="131" />
+    <hkern u1="A" u2="&#x201c;" k="149" />
+    <hkern u1="A" u2="&#x201a;" k="-38" />
+    <hkern u1="A" u2="&#x2019;" k="131" />
+    <hkern u1="A" u2="&#x2018;" k="149" />
+    <hkern u1="A" u2="&#x152;" k="36" />
+    <hkern u1="A" u2="&#xd8;" k="36" />
+    <hkern u1="A" u2="&#xab;" k="73" />
+    <hkern u1="A" u2="w" k="36" />
+    <hkern u1="A" u2="v" k="36" />
+    <hkern u1="A" u2="Y" k="112" />
+    <hkern u1="A" u2="W" k="36" />
+    <hkern u1="A" u2="V" k="36" />
+    <hkern u1="A" u2="U" k="36" />
+    <hkern u1="A" u2="T" k="112" />
+    <hkern u1="A" u2="Q" k="36" />
+    <hkern u1="A" u2="O" k="36" />
+    <hkern u1="A" u2="G" k="36" />
+    <hkern u1="A" u2="C" k="36" />
+    <hkern u1="A" u2="&#x3b;" k="-38" />
+    <hkern u1="A" u2="&#x3a;" k="-38" />
+    <hkern u1="A" u2="&#x2d;" k="45" />
+    <hkern u1="B" u2="&#x201e;" k="36" />
+    <hkern u1="B" u2="&#x201d;" k="36" />
+    <hkern u1="B" u2="&#x201a;" k="36" />
+    <hkern u1="B" u2="&#x2019;" k="36" />
+    <hkern u1="B" u2="Y" k="36" />
+    <hkern u1="B" u2="V" k="36" />
+    <hkern u1="B" u2="&#x2d;" k="-57" />
+    <hkern u1="C" u2="&#x201d;" k="-57" />
+    <hkern u1="C" u2="&#x2019;" k="-57" />
+    <hkern u1="C" u2="&#x3b;" k="-38" />
+    <hkern u1="C" u2="&#x3a;" k="-38" />
+    <hkern u1="C" u2="&#x2d;" k="-47" />
+    <hkern u1="D" u2="&#x201e;" k="188" />
+    <hkern u1="D" u2="&#x201a;" k="188" />
+    <hkern u1="D" u2="&#xc5;" k="36" />
+    <hkern u1="D" u2="Y" k="73" />
+    <hkern u1="D" u2="W" k="36" />
+    <hkern u1="D" u2="V" k="36" />
+    <hkern u1="D" u2="A" k="36" />
+    <hkern u1="D" u2="&#x3b;" k="-38" />
+    <hkern u1="D" u2="&#x3a;" k="-38" />
+    <hkern u1="D" u2="&#x2e;" k="83" />
+    <hkern u1="D" u2="&#x2d;" k="-65" />
+    <hkern u1="D" u2="&#x2c;" k="83" />
+    <hkern u1="E" u2="&#x3b;" k="-38" />
+    <hkern u1="E" u2="&#x3a;" k="-38" />
+    <hkern u1="E" u2="&#x2e;" k="-38" />
+    <hkern u1="E" u2="&#x2d;" k="-38" />
+    <hkern u1="E" u2="&#x2c;" k="-38" />
+    <hkern u1="F" u2="&#x201e;" k="376" />
+    <hkern u1="F" u2="&#x201d;" k="-38" />
+    <hkern u1="F" u2="&#x201a;" k="376" />
+    <hkern u1="F" u2="&#x2019;" k="-38" />
+    <hkern u1="F" u2="&#xc5;" k="36" />
+    <hkern u1="F" u2="r" k="36" />
+    <hkern u1="F" u2="A" k="36" />
+    <hkern u1="F" u2="&#x3b;" k="83" />
+    <hkern u1="F" u2="&#x3a;" k="83" />
+    <hkern u1="F" u2="&#x2e;" k="329" />
+    <hkern u1="F" u2="&#x2c;" k="329" />
+    <hkern u1="G" u2="Y" k="36" />
+    <hkern u1="G" u2="W" k="36" />
+    <hkern u1="G" u2="T" k="36" />
+    <hkern u1="G" u2="&#x3b;" k="-38" />
+    <hkern u1="G" u2="&#x3a;" k="-38" />
+    <hkern u1="G" u2="&#x2e;" k="55" />
+    <hkern u1="G" u2="&#x2d;" k="-47" />
+    <hkern u1="G" u2="&#x2c;" k="55" />
+    <hkern u1="H" u2="&#x2e;" k="36" />
+    <hkern u1="H" u2="&#x2c;" k="36" />
+    <hkern u1="J" u2="&#x201e;" k="112" />
+    <hkern u1="J" u2="&#x201a;" k="112" />
+    <hkern u1="J" u2="&#x3b;" k="63" />
+    <hkern u1="J" u2="&#x3a;" k="63" />
+    <hkern u1="J" u2="&#x2e;" k="102" />
+    <hkern u1="J" u2="&#x2d;" k="36" />
+    <hkern u1="J" u2="&#x2c;" k="102" />
+    <hkern u1="K" u2="&#x201e;" k="-65" />
+    <hkern u1="K" u2="&#x201d;" k="45" />
+    <hkern u1="K" u2="&#x201c;" k="73" />
+    <hkern u1="K" u2="&#x201a;" k="-65" />
+    <hkern u1="K" u2="&#x2019;" k="45" />
+    <hkern u1="K" u2="&#x2018;" k="73" />
+    <hkern u1="K" u2="&#x153;" k="36" />
+    <hkern u1="K" u2="&#x152;" k="73" />
+    <hkern u1="K" u2="&#xf8;" k="36" />
+    <hkern u1="K" u2="&#xe6;" k="36" />
+    <hkern u1="K" u2="&#xd8;" k="73" />
+    <hkern u1="K" u2="&#xc5;" k="36" />
+    <hkern u1="K" u2="&#xab;" k="55" />
+    <hkern u1="K" u2="y" k="73" />
+    <hkern u1="K" u2="u" k="36" />
+    <hkern u1="K" u2="o" k="36" />
+    <hkern u1="K" u2="e" k="36" />
+    <hkern u1="K" u2="a" k="36" />
+    <hkern u1="K" u2="Y" k="73" />
+    <hkern u1="K" u2="W" k="36" />
+    <hkern u1="K" u2="U" k="36" />
+    <hkern u1="K" u2="T" k="73" />
+    <hkern u1="K" u2="O" k="73" />
+    <hkern u1="K" u2="C" k="73" />
+    <hkern u1="K" u2="A" k="36" />
+    <hkern u1="K" u2="&#x3b;" k="-38" />
+    <hkern u1="K" u2="&#x3a;" k="-38" />
+    <hkern u1="K" u2="&#x2e;" k="-38" />
+    <hkern u1="K" u2="&#x2d;" k="102" />
+    <hkern u1="K" u2="&#x2c;" k="-38" />
+    <hkern u1="L" u2="&#x201d;" k="272" />
+    <hkern u1="L" u2="&#x201c;" k="264" />
+    <hkern u1="L" u2="&#x2019;" k="272" />
+    <hkern u1="L" u2="&#x2018;" k="264" />
+    <hkern u1="L" u2="&#x152;" k="73" />
+    <hkern u1="L" u2="&#xd8;" k="73" />
+    <hkern u1="L" u2="y" k="73" />
+    <hkern u1="L" u2="Y" k="149" />
+    <hkern u1="L" u2="W" k="112" />
+    <hkern u1="L" u2="V" k="112" />
+    <hkern u1="L" u2="U" k="36" />
+    <hkern u1="L" u2="T" k="112" />
+    <hkern u1="L" u2="O" k="73" />
+    <hkern u1="L" u2="&#x3b;" k="-38" />
+    <hkern u1="L" u2="&#x3a;" k="-38" />
+    <hkern u1="L" u2="&#x2e;" k="-38" />
+    <hkern u1="L" u2="&#x2d;" k="36" />
+    <hkern u1="L" u2="&#x2c;" k="-38" />
+    <hkern u1="M" u2="&#x201c;" k="36" />
+    <hkern u1="M" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x201e;" k="73" />
+    <hkern u1="N" u2="&#x201a;" k="73" />
+    <hkern u1="N" u2="&#x3b;" k="55" />
+    <hkern u1="N" u2="&#x3a;" k="55" />
+    <hkern u1="N" u2="&#x2e;" k="55" />
+    <hkern u1="N" u2="&#x2c;" k="55" />
+    <hkern u1="O" u2="&#x201e;" k="225" />
+    <hkern u1="O" u2="&#x201d;" k="-38" />
+    <hkern u1="O" u2="&#x201a;" k="225" />
+    <hkern u1="O" u2="&#x2019;" k="-38" />
+    <hkern u1="O" u2="&#xc5;" k="36" />
+    <hkern u1="O" u2="Y" k="73" />
+    <hkern u1="O" u2="X" k="36" />
+    <hkern u1="O" u2="V" k="36" />
+    <hkern u1="O" u2="T" k="36" />
+    <hkern u1="O" u2="A" k="36" />
+    <hkern u1="O" u2="&#x3b;" k="-38" />
+    <hkern u1="O" u2="&#x3a;" k="-38" />
+    <hkern u1="O" u2="&#x2e;" k="83" />
+    <hkern u1="O" u2="&#x2d;" k="-57" />
+    <hkern u1="O" u2="&#x2c;" k="83" />
+    <hkern u1="P" u2="&#x201e;" k="528" />
+    <hkern u1="P" u2="&#x201d;" k="-47" />
+    <hkern u1="P" u2="&#x201c;" k="-75" />
+    <hkern u1="P" u2="&#x201a;" k="528" />
+    <hkern u1="P" u2="&#x2019;" k="-47" />
+    <hkern u1="P" u2="&#x2018;" k="-75" />
+    <hkern u1="P" u2="&#x153;" k="73" />
+    <hkern u1="P" u2="&#xf8;" k="73" />
+    <hkern u1="P" u2="&#xe6;" k="73" />
+    <hkern u1="P" u2="&#xc5;" k="102" />
+    <hkern u1="P" u2="&#xab;" k="36" />
+    <hkern u1="P" u2="r" k="36" />
+    <hkern u1="P" u2="o" k="73" />
+    <hkern u1="P" u2="e" k="73" />
+    <hkern u1="P" u2="a" k="73" />
+    <hkern u1="P" u2="A" k="102" />
+    <hkern u1="P" u2="&#x3b;" k="55" />
+    <hkern u1="P" u2="&#x3a;" k="55" />
+    <hkern u1="P" u2="&#x2e;" k="452" />
+    <hkern u1="P" u2="&#x2d;" k="83" />
+    <hkern u1="P" u2="&#x2c;" k="452" />
+    <hkern u1="Q" u2="&#x3b;" k="-38" />
+    <hkern u1="Q" u2="&#x3a;" k="-38" />
+    <hkern u1="Q" u2="&#x2e;" k="63" />
+    <hkern u1="Q" u2="&#x2d;" k="-57" />
+    <hkern u1="Q" u2="&#x2c;" k="63" />
+    <hkern u1="R" u2="&#x153;" k="36" />
+    <hkern u1="R" u2="&#xf8;" k="36" />
+    <hkern u1="R" u2="&#xe6;" k="36" />
+    <hkern u1="R" u2="u" k="36" />
+    <hkern u1="R" u2="o" k="36" />
+    <hkern u1="R" u2="e" k="36" />
+    <hkern u1="R" u2="a" k="36" />
+    <hkern u1="R" u2="Y" k="36" />
+    <hkern u1="R" u2="&#x2e;" k="-38" />
+    <hkern u1="R" u2="&#x2d;" k="55" />
+    <hkern u1="R" u2="&#x2c;" k="-38" />
+    <hkern u1="S" u2="&#x3b;" k="-38" />
+    <hkern u1="S" u2="&#x3a;" k="-38" />
+    <hkern u1="S" u2="&#x2e;" k="36" />
+    <hkern u1="S" u2="&#x2d;" k="-65" />
+    <hkern u1="S" u2="&#x2c;" k="36" />
+    <hkern u1="T" u2="&#x203a;" k="112" />
+    <hkern u1="T" u2="&#x201e;" k="264" />
+    <hkern u1="T" u2="&#x201a;" k="264" />
+    <hkern u1="T" u2="&#x153;" k="206" />
+    <hkern u1="T" u2="&#x152;" k="36" />
+    <hkern u1="T" u2="&#xf8;" k="206" />
+    <hkern u1="T" u2="&#xe6;" k="206" />
+    <hkern u1="T" u2="&#xd8;" k="36" />
+    <hkern u1="T" u2="&#xc5;" k="112" />
+    <hkern u1="T" u2="&#xbb;" k="112" />
+    <hkern u1="T" u2="&#xab;" k="188" />
+    <hkern u1="T" u2="y" k="206" />
+    <hkern u1="T" u2="w" k="206" />
+    <hkern u1="T" u2="u" k="206" />
+    <hkern u1="T" u2="s" k="206" />
+    <hkern u1="T" u2="r" k="167" />
+    <hkern u1="T" u2="o" k="206" />
+    <hkern u1="T" u2="e" k="206" />
+    <hkern u1="T" u2="c" k="206" />
+    <hkern u1="T" u2="a" k="206" />
+    <hkern u1="T" u2="O" k="36" />
+    <hkern u1="T" u2="C" k="36" />
+    <hkern u1="T" u2="A" k="112" />
+    <hkern u1="T" u2="&#x3b;" k="167" />
+    <hkern u1="T" u2="&#x3a;" k="167" />
+    <hkern u1="T" u2="&#x2e;" k="264" />
+    <hkern u1="T" u2="&#x2d;" k="188" />
+    <hkern u1="T" u2="&#x2c;" k="264" />
+    <hkern u1="U" u2="&#x201e;" k="149" />
+    <hkern u1="U" u2="&#x201a;" k="149" />
+    <hkern u1="U" u2="&#xc5;" k="36" />
+    <hkern u1="U" u2="&#xab;" k="73" />
+    <hkern u1="U" u2="A" k="36" />
+    <hkern u1="U" u2="&#x3b;" k="63" />
+    <hkern u1="U" u2="&#x3a;" k="63" />
+    <hkern u1="U" u2="&#x2e;" k="120" />
+    <hkern u1="U" u2="&#x2d;" k="55" />
+    <hkern u1="U" u2="&#x2c;" k="120" />
+    <hkern u1="V" u2="&#x203a;" k="112" />
+    <hkern u1="V" u2="&#x201e;" k="339" />
+    <hkern u1="V" u2="&#x201d;" k="-57" />
+    <hkern u1="V" u2="&#x201a;" k="339" />
+    <hkern u1="V" u2="&#x2019;" k="-57" />
+    <hkern u1="V" u2="&#x153;" k="112" />
+    <hkern u1="V" u2="&#x152;" k="36" />
+    <hkern u1="V" u2="&#xf8;" k="112" />
+    <hkern u1="V" u2="&#xe6;" k="112" />
+    <hkern u1="V" u2="&#xd8;" k="36" />
+    <hkern u1="V" u2="&#xc5;" k="36" />
+    <hkern u1="V" u2="&#xbb;" k="112" />
+    <hkern u1="V" u2="&#xab;" k="225" />
+    <hkern u1="V" u2="y" k="55" />
+    <hkern u1="V" u2="u" k="112" />
+    <hkern u1="V" u2="o" k="112" />
+    <hkern u1="V" u2="e" k="112" />
+    <hkern u1="V" u2="a" k="112" />
+    <hkern u1="V" u2="O" k="36" />
+    <hkern u1="V" u2="A" k="36" />
+    <hkern u1="V" u2="&#x3b;" k="102" />
+    <hkern u1="V" u2="&#x3a;" k="102" />
+    <hkern u1="V" u2="&#x2e;" k="301" />
+    <hkern u1="V" u2="&#x2d;" k="167" />
+    <hkern u1="V" u2="&#x2c;" k="301" />
+    <hkern u1="W" u2="&#x203a;" k="36" />
+    <hkern u1="W" u2="&#x201e;" k="339" />
+    <hkern u1="W" u2="&#x201d;" k="-38" />
+    <hkern u1="W" u2="&#x201a;" k="339" />
+    <hkern u1="W" u2="&#x2019;" k="-38" />
+    <hkern u1="W" u2="&#x153;" k="112" />
+    <hkern u1="W" u2="&#xf8;" k="112" />
+    <hkern u1="W" u2="&#xe6;" k="112" />
+    <hkern u1="W" u2="&#xc5;" k="36" />
+    <hkern u1="W" u2="&#xbb;" k="36" />
+    <hkern u1="W" u2="&#xab;" k="112" />
+    <hkern u1="W" u2="y" k="36" />
+    <hkern u1="W" u2="u" k="73" />
+    <hkern u1="W" u2="r" k="73" />
+    <hkern u1="W" u2="o" k="112" />
+    <hkern u1="W" u2="e" k="112" />
+    <hkern u1="W" u2="a" k="112" />
+    <hkern u1="W" u2="A" k="36" />
+    <hkern u1="W" u2="&#x3b;" k="120" />
+    <hkern u1="W" u2="&#x3a;" k="120" />
+    <hkern u1="W" u2="&#x2e;" k="253" />
+    <hkern u1="W" u2="&#x2d;" k="120" />
+    <hkern u1="W" u2="&#x2c;" k="253" />
+    <hkern u1="X" u2="&#x201e;" k="-75" />
+    <hkern u1="X" u2="&#x201c;" k="73" />
+    <hkern u1="X" u2="&#x201a;" k="-75" />
+    <hkern u1="X" u2="&#x2018;" k="73" />
+    <hkern u1="X" u2="&#x152;" k="36" />
+    <hkern u1="X" u2="&#xd8;" k="36" />
+    <hkern u1="X" u2="&#xab;" k="112" />
+    <hkern u1="X" u2="O" k="36" />
+    <hkern u1="X" u2="C" k="36" />
+    <hkern u1="X" u2="&#x3b;" k="36" />
+    <hkern u1="X" u2="&#x3a;" k="36" />
+    <hkern u1="X" u2="&#x2e;" k="-38" />
+    <hkern u1="X" u2="&#x2d;" k="102" />
+    <hkern u1="X" u2="&#x2c;" k="-38" />
+    <hkern u1="Y" u2="&#x203a;" k="149" />
+    <hkern u1="Y" u2="&#x201e;" k="264" />
+    <hkern u1="Y" u2="&#x201a;" k="264" />
+    <hkern u1="Y" u2="&#x153;" k="225" />
+    <hkern u1="Y" u2="&#x152;" k="73" />
+    <hkern u1="Y" u2="&#xf8;" k="225" />
+    <hkern u1="Y" u2="&#xe6;" k="225" />
+    <hkern u1="Y" u2="&#xd8;" k="73" />
+    <hkern u1="Y" u2="&#xc5;" k="112" />
+    <hkern u1="Y" u2="&#xbb;" k="149" />
+    <hkern u1="Y" u2="&#xab;" k="225" />
+    <hkern u1="Y" u2="u" k="215" />
+    <hkern u1="Y" u2="o" k="225" />
+    <hkern u1="Y" u2="e" k="225" />
+    <hkern u1="Y" u2="a" k="225" />
+    <hkern u1="Y" u2="O" k="73" />
+    <hkern u1="Y" u2="C" k="73" />
+    <hkern u1="Y" u2="A" k="112" />
+    <hkern u1="Y" u2="&#x3b;" k="215" />
+    <hkern u1="Y" u2="&#x3a;" k="215" />
+    <hkern u1="Y" u2="&#x2e;" k="272" />
+    <hkern u1="Y" u2="&#x2d;" k="243" />
+    <hkern u1="Y" u2="&#x2c;" k="272" />
+    <hkern u1="Z" u2="&#x201c;" k="36" />
+    <hkern u1="Z" u2="&#x2018;" k="36" />
+    <hkern u1="Z" u2="&#x3b;" k="-38" />
+    <hkern u1="Z" u2="&#x3a;" k="-38" />
+    <hkern u1="Z" u2="&#x2e;" k="-38" />
+    <hkern u1="Z" u2="&#x2d;" k="36" />
+    <hkern u1="Z" u2="&#x2c;" k="-38" />
+    <hkern u1="a" u2="&#x201d;" k="36" />
+    <hkern u1="a" u2="&#x201c;" k="36" />
+    <hkern u1="a" u2="&#x2019;" k="36" />
+    <hkern u1="a" u2="&#x2018;" k="36" />
+    <hkern u1="b" u2="&#x201e;" k="149" />
+    <hkern u1="b" u2="&#x201d;" k="36" />
+    <hkern u1="b" u2="&#x201c;" k="73" />
+    <hkern u1="b" u2="&#x201a;" k="149" />
+    <hkern u1="b" u2="&#x2019;" k="36" />
+    <hkern u1="b" u2="&#x2018;" k="73" />
+    <hkern u1="b" u2="&#x2d;" k="-38" />
+    <hkern u1="e" u2="x" k="36" />
+    <hkern u1="e" u2="&#x2d;" k="-38" />
+    <hkern u1="f" u2="&#x201e;" k="112" />
+    <hkern u1="f" u2="&#x201d;" k="-141" />
+    <hkern u1="f" u2="&#x201c;" k="-141" />
+    <hkern u1="f" u2="&#x201a;" k="112" />
+    <hkern u1="f" u2="&#x2019;" k="-141" />
+    <hkern u1="f" u2="&#x2018;" k="-141" />
+    <hkern u1="f" u2="&#x2e;" k="36" />
+    <hkern u1="f" u2="&#x2c;" k="36" />
+    <hkern u1="g" u2="&#x2e;" k="36" />
+    <hkern u1="g" u2="&#x2c;" k="36" />
+    <hkern u1="h" u2="&#x201d;" k="73" />
+    <hkern u1="h" u2="&#x201c;" k="73" />
+    <hkern u1="h" u2="&#x2019;" k="73" />
+    <hkern u1="h" u2="&#x2018;" k="73" />
+    <hkern u1="i" u2="&#x201c;" k="-38" />
+    <hkern u1="i" u2="&#x2018;" k="-38" />
+    <hkern u1="k" u2="&#x201e;" k="-75" />
+    <hkern u1="k" u2="&#x201d;" k="-75" />
+    <hkern u1="k" u2="&#x201a;" k="-75" />
+    <hkern u1="k" u2="&#x2019;" k="-75" />
+    <hkern u1="k" u2="&#x2d;" k="83" />
+    <hkern u1="m" u2="&#x201d;" k="36" />
+    <hkern u1="m" u2="&#x201c;" k="36" />
+    <hkern u1="m" u2="&#x2019;" k="36" />
+    <hkern u1="m" u2="&#x2018;" k="36" />
+    <hkern u1="n" u2="&#x201d;" k="36" />
+    <hkern u1="n" u2="&#x201c;" k="36" />
+    <hkern u1="n" u2="&#x2019;" k="36" />
+    <hkern u1="n" u2="&#x2018;" k="36" />
+    <hkern u1="o" u2="&#x201c;" k="36" />
+    <hkern u1="o" u2="&#x2018;" k="36" />
+    <hkern u1="o" u2="x" k="36" />
+    <hkern u1="o" u2="&#x2d;" k="-38" />
+    <hkern u1="p" u2="&#x201e;" k="112" />
+    <hkern u1="p" u2="&#x201d;" k="36" />
+    <hkern u1="p" u2="&#x201a;" k="112" />
+    <hkern u1="p" u2="&#x2019;" k="36" />
+    <hkern u1="p" u2="&#x2d;" k="-38" />
+    <hkern u1="r" u2="&#x201e;" k="235" />
+    <hkern u1="r" u2="&#x201d;" k="-161" />
+    <hkern u1="r" u2="&#x201a;" k="235" />
+    <hkern u1="r" u2="&#x2019;" k="-161" />
+    <hkern u1="r" u2="&#x2e;" k="206" />
+    <hkern u1="r" u2="&#x2c;" k="206" />
+    <hkern u1="s" u2="&#x2d;" k="-38" />
+    <hkern u1="t" u2="&#x201e;" k="36" />
+    <hkern u1="t" u2="&#x201d;" k="-94" />
+    <hkern u1="t" u2="&#x201c;" k="-38" />
+    <hkern u1="t" u2="&#x201a;" k="36" />
+    <hkern u1="t" u2="&#x2019;" k="-94" />
+    <hkern u1="t" u2="&#x2018;" k="-38" />
+    <hkern u1="t" u2="&#x2d;" k="45" />
+    <hkern u1="v" u2="&#x201e;" k="120" />
+    <hkern u1="v" u2="&#x201d;" k="-114" />
+    <hkern u1="v" u2="&#x201c;" k="-94" />
+    <hkern u1="v" u2="&#x201a;" k="120" />
+    <hkern u1="v" u2="&#x2019;" k="-114" />
+    <hkern u1="v" u2="&#x2018;" k="-94" />
+    <hkern u1="v" u2="&#x2e;" k="159" />
+    <hkern u1="v" u2="&#x2d;" k="-75" />
+    <hkern u1="v" u2="&#x2c;" k="159" />
+    <hkern u1="w" u2="&#x201e;" k="120" />
+    <hkern u1="w" u2="&#x201d;" k="-114" />
+    <hkern u1="w" u2="&#x201c;" k="-94" />
+    <hkern u1="w" u2="&#x201a;" k="120" />
+    <hkern u1="w" u2="&#x2019;" k="-114" />
+    <hkern u1="w" u2="&#x2018;" k="-94" />
+    <hkern u1="w" u2="&#x2e;" k="149" />
+    <hkern u1="w" u2="&#x2d;" k="-75" />
+    <hkern u1="w" u2="&#x2c;" k="149" />
+    <hkern u1="x" u2="&#x153;" k="36" />
+    <hkern u1="x" u2="&#xf8;" k="36" />
+    <hkern u1="x" u2="o" k="36" />
+    <hkern u1="x" u2="e" k="36" />
+    <hkern u1="x" u2="c" k="36" />
+    <hkern u1="y" u2="&#x201e;" k="264" />
+    <hkern u1="y" u2="&#x201d;" k="-114" />
+    <hkern u1="y" u2="&#x201c;" k="-75" />
+    <hkern u1="y" u2="&#x201a;" k="264" />
+    <hkern u1="y" u2="&#x2019;" k="-114" />
+    <hkern u1="y" u2="&#x2018;" k="-75" />
+    <hkern u1="y" u2="&#x2e;" k="178" />
+    <hkern u1="y" u2="&#x2d;" k="36" />
+    <hkern u1="y" u2="&#x2c;" k="178" />
+    <hkern u1="&#xab;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#xab;" u2="Y" k="149" />
+    <hkern u1="&#xab;" u2="W" k="36" />
+    <hkern u1="&#xab;" u2="V" k="112" />
+    <hkern u1="&#xab;" u2="T" k="112" />
+    <hkern u1="&#xab;" u2="J" k="-38" />
+    <hkern u1="&#xbb;" u2="&#xc5;" k="73" />
+    <hkern u1="&#xbb;" u2="Y" k="225" />
+    <hkern u1="&#xbb;" u2="X" k="112" />
+    <hkern u1="&#xbb;" u2="W" k="112" />
+    <hkern u1="&#xbb;" u2="V" k="225" />
+    <hkern u1="&#xbb;" u2="U" k="73" />
+    <hkern u1="&#xbb;" u2="T" k="188" />
+    <hkern u1="&#xbb;" u2="J" k="-75" />
+    <hkern u1="&#xbb;" u2="A" k="73" />
+    <hkern u1="&#xc5;" u2="&#x201e;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="131" />
+    <hkern u1="&#xc5;" u2="&#x201c;" k="149" />
+    <hkern u1="&#xc5;" u2="&#x201a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2019;" k="131" />
+    <hkern u1="&#xc5;" u2="&#x2018;" k="149" />
+    <hkern u1="&#xc5;" u2="&#xab;" k="73" />
+    <hkern u1="&#xc5;" u2="w" k="36" />
+    <hkern u1="&#xc5;" u2="v" k="36" />
+    <hkern u1="&#xc5;" u2="Y" k="112" />
+    <hkern u1="&#xc5;" u2="W" k="36" />
+    <hkern u1="&#xc5;" u2="V" k="36" />
+    <hkern u1="&#xc5;" u2="U" k="36" />
+    <hkern u1="&#xc5;" u2="T" k="112" />
+    <hkern u1="&#xc5;" u2="Q" k="36" />
+    <hkern u1="&#xc5;" u2="O" k="36" />
+    <hkern u1="&#xc5;" u2="G" k="36" />
+    <hkern u1="&#xc5;" u2="C" k="36" />
+    <hkern u1="&#xc5;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2d;" k="45" />
+    <hkern u1="&#xc6;" u2="&#x201d;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x2019;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x201e;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x201a;" k="188" />
+    <hkern u1="&#xd0;" u2="Y" k="73" />
+    <hkern u1="&#xd0;" u2="W" k="36" />
+    <hkern u1="&#xd0;" u2="V" k="36" />
+    <hkern u1="&#xd0;" u2="A" k="36" />
+    <hkern u1="&#xd0;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x2e;" k="83" />
+    <hkern u1="&#xd0;" u2="&#x2d;" k="-65" />
+    <hkern u1="&#xd0;" u2="&#x2c;" k="83" />
+    <hkern u1="&#xd8;" u2="&#x201e;" k="225" />
+    <hkern u1="&#xd8;" u2="&#x201d;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x201a;" k="225" />
+    <hkern u1="&#xd8;" u2="&#x2019;" k="-38" />
+    <hkern u1="&#xd8;" u2="Y" k="73" />
+    <hkern u1="&#xd8;" u2="X" k="36" />
+    <hkern u1="&#xd8;" u2="V" k="36" />
+    <hkern u1="&#xd8;" u2="T" k="36" />
+    <hkern u1="&#xd8;" u2="A" k="36" />
+    <hkern u1="&#xd8;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x2e;" k="83" />
+    <hkern u1="&#xd8;" u2="&#x2d;" k="-57" />
+    <hkern u1="&#xd8;" u2="&#x2c;" k="83" />
+    <hkern u1="&#xdf;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2d;" k="-75" />
+    <hkern u1="&#xe5;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xe5;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xe5;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xe5;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xe6;" u2="x" k="36" />
+    <hkern u1="&#xe6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xf8;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xf8;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xf8;" u2="x" k="36" />
+    <hkern u1="&#xf8;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x201d;" k="272" />
+    <hkern u1="&#x141;" u2="&#x201c;" k="264" />
+    <hkern u1="&#x141;" u2="&#x2019;" k="272" />
+    <hkern u1="&#x141;" u2="&#x2018;" k="264" />
+    <hkern u1="&#x141;" u2="y" k="73" />
+    <hkern u1="&#x141;" u2="Y" k="149" />
+    <hkern u1="&#x141;" u2="W" k="112" />
+    <hkern u1="&#x141;" u2="V" k="112" />
+    <hkern u1="&#x141;" u2="U" k="36" />
+    <hkern u1="&#x141;" u2="T" k="112" />
+    <hkern u1="&#x141;" u2="O" k="73" />
+    <hkern u1="&#x141;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2d;" k="36" />
+    <hkern u1="&#x141;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x153;" u2="x" k="36" />
+    <hkern u1="&#x153;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#x152;" k="83" />
+    <hkern u1="&#x2018;" u2="&#x111;" k="149" />
+    <hkern u1="&#x2018;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x2018;" u2="&#xc6;" k="282" />
+    <hkern u1="&#x2018;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x2018;" u2="r" k="36" />
+    <hkern u1="&#x2018;" u2="q" k="149" />
+    <hkern u1="&#x2018;" u2="g" k="149" />
+    <hkern u1="&#x2018;" u2="d" k="149" />
+    <hkern u1="&#x2018;" u2="Y" k="-141" />
+    <hkern u1="&#x2018;" u2="X" k="-65" />
+    <hkern u1="&#x2018;" u2="W" k="-86" />
+    <hkern u1="&#x2018;" u2="V" k="-133" />
+    <hkern u1="&#x2018;" u2="T" k="-38" />
+    <hkern u1="&#x2018;" u2="Q" k="36" />
+    <hkern u1="&#x2018;" u2="O" k="83" />
+    <hkern u1="&#x2018;" u2="J" k="272" />
+    <hkern u1="&#x2018;" u2="A" k="272" />
+    <hkern u1="&#x201a;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xc6;" k="-114" />
+    <hkern u1="&#x201a;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201a;" u2="w" k="120" />
+    <hkern u1="&#x201a;" u2="v" k="159" />
+    <hkern u1="&#x201a;" u2="u" k="36" />
+    <hkern u1="&#x201a;" u2="t" k="36" />
+    <hkern u1="&#x201a;" u2="f" k="-38" />
+    <hkern u1="&#x201a;" u2="Y" k="225" />
+    <hkern u1="&#x201a;" u2="W" k="178" />
+    <hkern u1="&#x201a;" u2="V" k="339" />
+    <hkern u1="&#x201a;" u2="U" k="73" />
+    <hkern u1="&#x201a;" u2="T" k="206" />
+    <hkern u1="&#x201a;" u2="Q" k="112" />
+    <hkern u1="&#x201a;" u2="O" k="112" />
+    <hkern u1="&#x201a;" u2="J" k="-38" />
+    <hkern u1="&#x201a;" u2="G" k="73" />
+    <hkern u1="&#x201a;" u2="C" k="112" />
+    <hkern u1="&#x201a;" u2="A" k="-75" />
+    <hkern u1="&#x201c;" u2="&#x152;" k="83" />
+    <hkern u1="&#x201c;" u2="&#x111;" k="149" />
+    <hkern u1="&#x201c;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x201c;" u2="&#xc6;" k="282" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x201c;" u2="r" k="36" />
+    <hkern u1="&#x201c;" u2="q" k="149" />
+    <hkern u1="&#x201c;" u2="g" k="149" />
+    <hkern u1="&#x201c;" u2="d" k="149" />
+    <hkern u1="&#x201c;" u2="Y" k="-141" />
+    <hkern u1="&#x201c;" u2="X" k="-65" />
+    <hkern u1="&#x201c;" u2="W" k="-86" />
+    <hkern u1="&#x201c;" u2="V" k="-133" />
+    <hkern u1="&#x201c;" u2="T" k="-38" />
+    <hkern u1="&#x201c;" u2="Q" k="36" />
+    <hkern u1="&#x201c;" u2="O" k="83" />
+    <hkern u1="&#x201c;" u2="J" k="272" />
+    <hkern u1="&#x201c;" u2="A" k="272" />
+    <hkern u1="&#x201e;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xc6;" k="-114" />
+    <hkern u1="&#x201e;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201e;" u2="w" k="120" />
+    <hkern u1="&#x201e;" u2="v" k="159" />
+    <hkern u1="&#x201e;" u2="u" k="36" />
+    <hkern u1="&#x201e;" u2="t" k="36" />
+    <hkern u1="&#x201e;" u2="f" k="-38" />
+    <hkern u1="&#x201e;" u2="Y" k="225" />
+    <hkern u1="&#x201e;" u2="W" k="178" />
+    <hkern u1="&#x201e;" u2="V" k="339" />
+    <hkern u1="&#x201e;" u2="U" k="73" />
+    <hkern u1="&#x201e;" u2="T" k="206" />
+    <hkern u1="&#x201e;" u2="Q" k="112" />
+    <hkern u1="&#x201e;" u2="O" k="112" />
+    <hkern u1="&#x201e;" u2="J" k="-38" />
+    <hkern u1="&#x201e;" u2="G" k="73" />
+    <hkern u1="&#x201e;" u2="C" k="112" />
+    <hkern u1="&#x201e;" u2="A" k="-75" />
+    <hkern u1="&#x2039;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#x2039;" u2="Y" k="149" />
+    <hkern u1="&#x2039;" u2="W" k="36" />
+    <hkern u1="&#x2039;" u2="V" k="112" />
+    <hkern u1="&#x2039;" u2="T" k="112" />
+    <hkern u1="&#x2039;" u2="J" k="-38" />
+    <hkern u1="&#xf001;" u2="&#x201c;" k="-38" />
+    <hkern u1="&#xf001;" u2="&#x2018;" k="-38" />
+  </font>
+</defs></svg>
diff --git a/dist/img/FuturaBT-Light.2b6e25ae.svg b/dist/img/FuturaBT-Light.2b6e25ae.svg
new file mode 100644
index 0000000000000000000000000000000000000000..63c0720451d16e195ff7ce1b4b3cace3274159f7
--- /dev/null
+++ b/dist/img/FuturaBT-Light.2b6e25ae.svg
@@ -0,0 +1,1374 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170731 at Wed Nov 18 01:40:00 1992
+ By Aleksey,,,
+Copyright 1990-1993 Bitstream Inc.  All rights reserved.
+</metadata>
+<defs>
+<font id="FuturaBT-Light" horiz-adv-x="1024" >
+  <font-face 
+    font-family="Futura Lt BT"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="2048"
+    panose-1="2 11 4 2 2 2 4 2 3 3"
+    ascent="1638"
+    descent="-410"
+    x-height="887"
+    cap-height="1464"
+    bbox="-342 -483 2181 1972"
+    underline-thickness="80"
+    underline-position="-343"
+    unicode-range="U+0020-F002"
+  />
+<missing-glyph horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="590" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="590" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="635" 
+d="M256 303v1194h123v-1194h-123zM215 63q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="551" 
+d="M451 1434v-553h-86v553h86zM186 1434v-553h-86v553h86z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1575" 
+d="M979 866h-270l-99 -282h269zM915 1454l-174 -498h271l176 498h110l-174 -498h322l-31 -90h-323l-101 -282h348l-30 -90h-351l-174 -494h-112l176 494h-270l-179 -494h-110l174 494h-334l31 90h336l100 282h-360l28 90h365l176 498h110z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1180" 
+d="M555 1352q-88 -14 -143.5 -74.5t-55.5 -142.5t47 -141.5t152 -110.5v469zM635 117q109 14 171 92t62 201q0 99 -55.5 171t-177.5 130v-594zM635 -168h-80v174q-137 0 -236.5 67.5t-158.5 200.5l114 58q31 -99 101.5 -153.5t179.5 -63.5v633q-178 85 -255 174.5t-77 207.5
+q0 135 87.5 223t244.5 111v101h80v-99q104 -12 176.5 -56t116.5 -122l-105 -57q-27 53 -76 84.5t-112 35.5v-505q204 -97 282 -191.5t78 -234.5q0 -166 -96.5 -278.5t-263.5 -139.5v-170z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1497" 
+d="M967 336q0 -138 44.5 -210.5t129.5 -72.5q84 0 130 73.5t46 209.5q0 138 -44.5 209t-131.5 71q-85 0 -129.5 -72t-44.5 -208zM1436 334q0 -177 -78 -275t-217 -98t-216 98t-77 275t77 276t216 99t217 -99t78 -276zM182 1106q0 -138 45 -210.5t129 -72.5q85 0 130.5 73.5
+t45.5 209.5q0 138 -44.5 209t-131.5 71q-84 0 -129 -72t-45 -208zM651 1104q0 -177 -78 -276t-217 -99q-138 0 -215.5 98.5t-77.5 276.5q0 177 77.5 276t215.5 99q139 0 217 -99t78 -276zM270 -39l842 1518h109l-842 -1518h-109z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1311" 
+d="M895 301l-383 467l-66 -47q-147 -107 -190 -175.5t-43 -158.5q0 -129 90 -218t219 -89q87 0 179.5 55t193.5 166zM551 907l65 45q78 54 116 113t38 123q0 71 -52 119.5t-128 48.5q-83 0 -136 -47t-53 -121q0 -39 18 -83t50 -87zM1145 0l-182 215q-105 -123 -214.5 -182.5
+t-232.5 -59.5q-189 0 -309.5 115t-120.5 293q0 128 85.5 240.5t277.5 232.5l-56 74q-69 91 -91.5 148t-22.5 120q0 113 89.5 187.5t229.5 74.5q127 0 208 -76t81 -196q0 -99 -63.5 -183t-207.5 -174l361 -446q47 57 91 118t83 124l86 -50q-49 -80 -98 -149.5t-101 -130.5
+l252 -295h-145z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="285" 
+d="M186 1434v-553h-86v553h86z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="559" 
+d="M512 1483q-107 -217 -160 -449t-53 -483q0 -275 53 -509t160 -435l-90 -53q-119 222 -178.5 472.5t-59.5 528.5q0 275 59.5 518t178.5 459z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="559" 
+d="M47 1483l90 49q120 -216 179 -459t59 -518q0 -278 -59.5 -528.5t-178.5 -472.5l-90 53q108 203 161.5 437t53.5 507q0 248 -53.5 480.5t-161.5 451.5z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="854" 
+d="M162 928l-43 78l233 122l-233 129l43 78l227 -145l-6 274h88l-8 -274l229 143l43 -76l-233 -129l233 -122l-47 -78l-227 139l8 -266h-86l8 264z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1706" 
+d="M893 1221v-570h559v-82h-559v-569h-80v569h-559v82h559v570h80z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="590" 
+d="M324 254l145 -61l-264 -515l-84 39z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="711" 
+d="M137 506h436v-129h-436v129z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="590" 
+d="M193 84q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="825" 
+d="M717 1497h108l-716 -1687h-109z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1180" 
+d="M236 717q0 -299 94.5 -468t261.5 -169q174 0 264 163t90 478q0 311 -91.5 475t-266.5 164q-165 0 -258.5 -170.5t-93.5 -472.5zM588 -39q-225 0 -355.5 202t-130.5 556q0 355 130.5 557.5t359.5 202.5q228 0 357.5 -201.5t129.5 -558.5q0 -360 -129.5 -559t-361.5 -199z
+" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="1180" 
+d="M545 0v1331h-264l63 119h330v-1450h-129z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="1180" 
+d="M1012 115v-115h-940l315 346q33 37 96 105q391 425 391 612q0 132 -89.5 214.5t-233.5 82.5q-147 0 -232.5 -92.5t-85.5 -253.5h-131v14q0 209 124.5 330t338.5 121q206 0 329.5 -111.5t123.5 -296.5q0 -234 -345 -602l-9 -10l-322 -344h670z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="1180" 
+d="M242 368q9 -141 90 -214.5t229 -73.5q153 0 239.5 82t86.5 227q0 147 -87.5 230t-242.5 83q-23 0 -34.5 -0.5t-20.5 -0.5v126q27 -2 41 -3t24 -1q140 0 218.5 70t78.5 194t-78.5 199.5t-207.5 75.5q-118 0 -190.5 -62t-86.5 -174h-143q17 164 129.5 258.5t290.5 94.5
+q189 0 306 -105t117 -274q0 -125 -66.5 -214t-186.5 -126q133 -45 205.5 -141t72.5 -230q0 -195 -126 -311.5t-339 -116.5q-209 0 -328 105.5t-135 302.5z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="1180" 
+d="M721 485v660l-461 -660h461zM721 0v371h-660l793 1128v-1014h150v-114h-150v-371h-133z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="1180" 
+d="M350 883q56 24 110 36.5t107 12.5q208 0 335.5 -127.5t127.5 -333.5q0 -229 -137 -370.5t-358 -141.5q-155 0 -267 69.5t-186 211.5l104 77q64 -122 150 -179.5t205 -57.5q161 0 256.5 104t95.5 279q0 163 -97.5 258.5t-265.5 95.5q-93 0 -169 -26.5t-134 -79.5l-41 4
+l187 735h592v-113h-500z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="1180" 
+d="M260 416q0 -155 89.5 -247.5t238.5 -92.5q147 0 236 97.5t89 260.5q0 146 -90 239t-233 93q-146 0 -238 -97.5t-92 -252.5zM391 805q58 37 115.5 55.5t118.5 18.5q188 0 307 -125.5t119 -325.5q0 -208 -134.5 -338.5t-347.5 -130.5q-204 0 -325 122t-121 327
+q0 120 52.5 244.5t234.5 377.5l342 477l108 -67z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1180" 
+d="M223 18l668 1319h-707v113h899l-737 -1495z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1180" 
+d="M590 80q152 0 240 85.5t88 233.5q0 150 -88.5 237t-239.5 87q-152 0 -239 -86.5t-87 -237.5q0 -149 86.5 -234t239.5 -85zM594 842q126 0 199 69t73 189t-74.5 191t-199.5 71t-199 -71t-74 -191q0 -119 74 -188.5t201 -69.5zM412 788q-110 36 -171 123t-61 209
+q0 157 115 258t297 101q187 0 298 -102.5t111 -272.5q0 -113 -59 -193.5t-172 -122.5q133 -35 209 -139.5t76 -251.5q0 -203 -123.5 -319.5t-339.5 -116.5t-341.5 116t-125.5 316q0 150 76 255t211 140z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1180" 
+d="M915 1022q0 155 -89.5 248.5t-237.5 93.5t-237 -98t-89 -260q0 -147 89.5 -240.5t232.5 -93.5q146 0 238.5 98t92.5 252zM782 633q-56 -37 -112.5 -54.5t-118.5 -17.5q-189 0 -308.5 124.5t-119.5 324.5q0 208 134 338.5t347 130.5q204 0 326.5 -122.5t122.5 -326.5
+q0 -125 -59.5 -259t-229.5 -363l-350 -476l-109 66z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="635" 
+d="M215 84q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM215 760q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -73t-73 -30t-72.5 30t-29.5 73z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="635" 
+d="M301 760q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -73t-73 -30t-72.5 30t-29.5 73zM332 254l145 -61l-264 -515l-84 39z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1706" 
+d="M1442 1034l-1045 -424l1045 -424v-88l-1178 482v61l1178 483v-90z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1706" 
+d="M1452 469v-82h-1198v82h1198zM1452 831v-79h-1198v79h1198z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1706" 
+d="M1442 641v-61l-1178 -482v88l1045 424l-1045 424v90z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="1053" 
+d="M401 63q0 43 30 73t73 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5zM291 1096h-119v32q0 172 97 270.5t266 98.5q152 0 242.5 -90t90.5 -242q0 -111 -48 -186t-195 -170q-26 -16 -72 -45q-199 -123 -199 -232q0 -72 46 -115.5t122 -43.5
+q89 0 138 46.5t49 131.5v18h110v-24q0 -135 -80 -207t-231 -72q-124 0 -202.5 75t-78.5 194q0 87 46 153.5t171 149.5q26 16 73 46q226 143 226 273q0 97 -58 155t-157 58q-114 0 -175.5 -70t-61.5 -198v-6z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="2048" 
+d="M1303 827l61 129h80l-137 -553q-10 -36 -15.5 -64.5t-5.5 -43.5q0 -44 30.5 -68t86.5 -24q48 0 100 19.5t103 56.5q101 74 162 207t61 282q0 273 -199.5 439.5t-525.5 166.5q-168 0 -310.5 -48t-258.5 -144q-154 -128 -232 -297t-78 -375q0 -327 221.5 -522t591.5 -195
+q161 0 324 50.5t299 142.5l29 -45q-146 -110 -308.5 -165t-339.5 -55q-187 0 -343 46.5t-277 138.5q-152 115 -226.5 267.5t-74.5 348.5q0 162 50.5 307t147.5 265q144 175 345.5 265.5t449.5 90.5q160 0 304.5 -44t248.5 -124q128 -98 194 -226.5t66 -277.5
+q0 -169 -63 -308t-181 -232q-67 -54 -145.5 -82.5t-159.5 -28.5q-95 0 -143.5 36.5t-48.5 108.5q0 12 3 34q1 3 1 5q-49 -88 -125 -136t-166 -48q-154 0 -233.5 83t-79.5 243q0 228 134.5 386t326.5 158q95 0 160 -43t96 -127zM1219 467l63 254q-22 99 -81.5 151t-151.5 52
+q-152 0 -255.5 -138t-103.5 -340q0 -115 57.5 -180t159.5 -65q111 0 196 72.5t116 193.5z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1133" 
+d="M315 813h166q183 0 258.5 60t75.5 200q0 151 -73.5 213t-260.5 62h-166v-535zM315 115h170q145 0 200 12t93 41q47 36 75 99.5t28 135.5q0 88 -31 154.5t-86 99.5q-38 22 -89.5 31.5t-160.5 9.5h-29h-170v-583zM182 0v1464h254q167 0 241 -16t126 -55q73 -55 111 -134.5
+t38 -175.5q0 -117 -61 -199t-168 -108q141 -21 221 -113t80 -233q0 -103 -31 -183t-94 -138q-64 -60 -154 -84.5t-307 -24.5h-256z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1464" 
+d="M1358 1196q-109 94 -223 139t-240 45q-284 0 -461.5 -180t-177.5 -469q0 -145 43.5 -261t132.5 -206q88 -88 201.5 -134t243.5 -46q126 0 246 43t227 127v-156q-108 -66 -228.5 -101.5t-238.5 -35.5q-159 0 -304 57t-249 160q-107 106 -162 246t-55 307q0 164 56.5 306
+t162.5 245q103 101 248.5 158t302.5 57q140 0 259.5 -38.5t217.5 -115.5z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1427" 
+d="M315 115h187q227 0 322 25.5t161 86.5q92 86 139 214t47 292q0 168 -47.5 296t-140.5 210q-70 63 -171 89t-353 26h-25h-119v-1239zM182 0v1464h228q305 0 433 -30t220 -103q122 -97 186 -250t64 -350t-64 -350.5t-184 -245.5q-95 -73 -217 -104t-393 -31h-45h-228z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="1026" 
+d="M182 0v1464h725v-125h-592v-458h570v-125h-570v-756h-133z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1673" 
+d="M1382 1096q-89 138 -219 209t-293 71q-272 0 -443 -184t-171 -477q0 -131 45.5 -247t132.5 -206q88 -89 197 -133.5t239 -44.5q246 0 400.5 145t158.5 379h-505v115h651v-16q0 -350 -191 -548t-526 -198q-333 0 -539 212t-206 556q0 158 52 298.5t150 244.5
+q106 113 239.5 169t297.5 56q223 0 382 -80.5t245 -236.5z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1427" 
+d="M182 0v1464h133v-594h797v594h133v-1464h-133v756h-797v-756h-133z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="764" 
+d="M467 401v1063h133v-1149q0 -174 -79 -264t-232 -90q-93 0 -164.5 38.5t-118.5 113.5l94 86q42 -57 87.5 -84t97.5 -27q98 0 140 70.5t42 242.5z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1176" 
+d="M182 0v1464h133v-686l662 686h174l-694 -700l727 -764h-193l-676 743v-743h-133z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="846" 
+d="M182 0v1464h133v-1339h502v-125h-635z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1712" 
+d="M850 -57l-514 1175l-111 -1118h-137l199 1526l561 -1303l582 1303l188 -1526h-137l-109 1118z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1526" 
+d="M182 0v1526l1037 -1225v1163h124v-1507l-1036 1227v-1184h-125z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5z" />
+    <glyph glyph-name="P" unicode="P" 
+d="M182 0v1464h267q158 0 232.5 -17t129.5 -56q69 -50 107 -137t38 -193q0 -209 -117 -306.5t-370 -97.5h-154v-657h-133zM315 774h91q242 0 325.5 61.5t83.5 215.5q0 65 -19 119.5t-57 97.5q-39 44 -106 62t-227 18h-91v-574z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1792" 
+d="M926 600h164l272 -317q88 95 132 207.5t44 240.5q0 132 -48.5 249.5t-139.5 209.5t-208.5 141t-246.5 49q-128 0 -244 -48.5t-209 -141.5q-91 -93 -138.5 -209.5t-47.5 -249.5t47.5 -250t138.5 -209q93 -92 209 -140t248 -48q106 0 202 31.5t165 89.5zM1692 -102h-162
+l-178 206q-106 -68 -221 -101.5t-248 -33.5q-155 0 -294 56.5t-247 162.5q-112 111 -170.5 249.5t-58.5 293.5q0 156 58.5 295t170.5 248q110 108 252 165.5t301 57.5t302 -57.5t253 -165.5q112 -109 170.5 -248t58.5 -295q0 -160 -58.5 -295.5t-176.5 -249.5z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1081" 
+d="M315 1348v-541h134q186 0 259.5 59.5t73.5 202.5q0 151 -76 215t-257 64h-134zM1071 0h-162l-514 698h-80v-698h-133v1464h269q238 0 356.5 -99t118.5 -300q0 -171 -101.5 -269t-279.5 -98z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="1020" 
+d="M70 246l114 61q32 -108 110.5 -167.5t188.5 -59.5q139 0 217 82t78 227q0 106 -52.5 176t-225.5 162q-221 117 -294 206t-73 214q0 156 105.5 254t273.5 98q110 0 191.5 -46.5t132.5 -139.5l-103 -62q-32 63 -90.5 96t-138.5 33q-108 0 -172 -63.5t-64 -171.5
+q0 -154 254 -287q46 -24 70 -37q187 -103 250 -194.5t63 -237.5q0 -197 -115 -312.5t-313 -115.5q-144 0 -246.5 71.5t-160.5 213.5z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="1018" 
+d="M442 0v1339h-403v125h940v-125h-404v-1339h-133z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1128" 
+d="M555 -57l-573 1521h153l422 -1192l444 1192h146z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1839" 
+d="M530 -57l-505 1521h139l366 -1169l390 1227l405 -1217l352 1159h138l-490 -1521l-405 1243z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="991" 
+d="M121 0h-146l447 770l-404 694h150l330 -581l333 581h144l-404 -690l445 -774h-148l-372 649z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1118" 
+d="M496 0v674l-486 790h160l393 -671l395 671h152l-481 -790v-674h-133z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1147" 
+d="M25 0l870 1343h-743v121h970l-866 -1341h778v-123h-1009z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="559" 
+d="M221 1497h291v-98h-174v-1712h174v-99h-291v1909z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="825" 
+d="M717 -190l-717 1687h109l716 -1687h-108z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="559" 
+d="M338 1497v-1909h-291v99h176v1712h-176v98h291z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="2048" 
+d="M1081 1458l541 -557h-125l-473 469l-475 -469h-125l539 557h118z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M1024 -403v-80h-1024v80h1024z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M645 1030h-94l-283 350h164z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1108" 
+d="M883 434q0 174 -81 273.5t-220 99.5t-218 -93.5t-79 -256.5q0 -178 80.5 -279.5t220.5 -101.5q143 0 220 92.5t77 265.5zM287 0h-123v1550h123v-825q45 96 126.5 145.5t194.5 49.5q182 0 297 -134.5t115 -347.5q0 -215 -116.5 -346t-307.5 -131q-107 0 -186 51t-123 150
+v-162z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="934" 
+d="M854 725q-62 43 -132 64.5t-144 21.5q-165 0 -263 -105.5t-98 -281.5q0 -156 101.5 -257t259.5 -101q72 0 145.5 25t144.5 75v-135q-65 -37 -144 -55.5t-169 -18.5q-203 0 -333 133.5t-130 341.5q0 217 135.5 352.5t352.5 135.5q80 0 150.5 -15.5t125.5 -44.5z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1108" 
+d="M225 434q0 -172 77.5 -265t221.5 -93q139 0 219 101.5t80 279.5q0 163 -79 256.5t-218 93.5t-220 -99.5t-81 -273.5zM821 0v162q-44 -99 -123 -150t-186 -51q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 194.5 -49.5t126.5 -145.5v825h125v-1550h-125
+z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="530" 
+d="M193 0v782h-166v105h166v256q0 267 50 346.5t183 79.5q33 0 63 -5.5t56 -15.5l-23 -108q-24 12 -46.5 18t-41.5 6q-65 0 -92 -51.5t-27 -189.5v-336h195v-105h-195v-782h-122z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1108" 
+d="M944 887v-733q0 -175 -9.5 -267t-31.5 -137q-46 -99 -141 -147.5t-240 -48.5q-177 0 -275.5 68.5t-119.5 207.5h154q15 -82 78.5 -124t172.5 -42q82 0 147.5 29t98.5 80q22 33 31.5 76.5t9.5 134.5v47v133q-41 -95 -125.5 -149t-193.5 -54q-187 0 -298.5 130t-111.5 349
+q0 217 114 348.5t302 131.5q105 0 190.5 -54.5t122.5 -144.5v166h125zM520 807q-138 0 -217.5 -98.5t-79.5 -270.5q0 -171 75.5 -266.5t209.5 -95.5q142 0 227.5 101t85.5 272q0 168 -80 263t-221 95z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1067" 
+d="M164 0v1550h117v-800q54 85 132.5 127.5t180.5 42.5q151 0 235 -84t84 -234v-602h-125v547q0 133 -55.5 197.5t-171.5 64.5q-141 0 -207.5 -83.5t-66.5 -262.5v-463h-123z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="471" 
+d="M141 1233q0 39 28 66.5t67 27.5t67.5 -27.5t28.5 -66.5q0 -40 -27.5 -67t-68.5 -27q-40 0 -67.5 27t-27.5 67zM172 0v887h127v-887h-127z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="471" 
+d="M141 1233q0 39 28 66.5t67 27.5t67.5 -27.5t28.5 -66.5q0 -40 -27.5 -67t-68.5 -27q-40 0 -67.5 27t-27.5 67zM172 -446v1333h127v-1333h-127z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="938" 
+d="M164 0v1550h123v-1056l442 393h170l-475 -398l510 -489h-170l-477 459v-459h-123z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="471" 
+d="M299 0h-127v1550h127v-1550z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1616" 
+d="M287 0h-123v887h123v-139q44 84 116 128t166 44q97 0 165.5 -44.5t105.5 -130.5q53 88 130 131.5t179 43.5q141 0 222 -85.5t81 -234.5v-600h-123v551q0 130 -53.5 196t-159.5 66q-127 0 -186.5 -83t-59.5 -263v-467h-122v551q0 136 -51 199t-158 63q-130 0 -191 -84
+t-61 -262v-467z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1067" 
+d="M164 0v887h117v-137q54 85 132.5 127.5t180.5 42.5q151 0 235 -84t84 -234v-602h-125v547q0 133 -55.5 197.5t-171.5 64.5q-141 0 -207.5 -83.5t-66.5 -262.5v-463h-123z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1108" 
+d="M883 438q0 172 -78.5 270.5t-216.5 98.5q-142 0 -222.5 -95.5t-80.5 -262.5q0 -170 86.5 -271.5t228.5 -101.5q134 0 208.5 95.5t74.5 266.5zM164 -446v1333h119v-166q51 96 133 147.5t184 51.5q187 0 301.5 -131.5t114.5 -348.5q0 -218 -112 -348.5t-298 -130.5
+q-107 0 -189 51.5t-134 151.5v-610h-119z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1108" 
+d="M520 807q-138 0 -217.5 -98.5t-79.5 -270.5q0 -171 75.5 -266.5t209.5 -95.5q142 0 227.5 101t85.5 272q0 168 -80 263t-221 95zM944 -446h-119v610q-52 -100 -134.5 -151.5t-190.5 -51.5q-186 0 -298 130.5t-112 348.5q0 217 114 348.5t302 131.5q103 0 186 -52
+t133 -147v166h119v-1333z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="645" 
+d="M287 709q68 115 133.5 163t152.5 48q26 0 52.5 -5t52.5 -14l-40 -116q-20 6 -41.5 10t-41.5 4q-111 0 -189.5 -104t-78.5 -259v-436h-123v887h123v-178z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="782" 
+d="M63 158l117 67q29 -74 84 -111.5t135 -37.5q78 0 124 39.5t46 105.5q0 102 -181 173q-19 7 -30 12q-140 55 -196 113.5t-56 144.5q0 113 80 185.5t207 72.5q108 0 184 -47t111 -134l-113 -63q-21 63 -70 96t-120 33q-64 0 -105.5 -37.5t-41.5 -93.5q0 -55 41 -91t170 -79
+q146 -51 196.5 -111t50.5 -166q0 -122 -87 -195t-234 -73q-113 0 -194.5 51.5t-117.5 145.5z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="508" 
+d="M190 782h-163v105h163v364h121v-364h178v-105h-178v-782h-121v782z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="874" 
+d="M31 887h135l272 -672l271 672h137l-408 -944z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1327" 
+d="M379 -57l-354 944h129l231 -639l279 686l278 -686l232 639h129l-355 -944l-282 706z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="807" 
+d="M31 887h153l217 -326l217 326h150l-299 -426l330 -461h-152l-248 358l-245 -358h-154l332 461z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="825" 
+d="M43 887h131l254 -694l234 694h131l-459 -1333h-127l155 452z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="780" 
+d="M23 0l495 776h-461v111h674l-491 -776h505v-111h-722z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M848 1389h-37q-135 0 -182 -51.5t-47 -213.5v-241q0 -175 -43 -248t-152 -105q109 -32 152 -104t43 -248v-241q0 -162 46.5 -212.5t180.5 -50.5h39v-88h-43q-189 0 -257.5 74.5t-68.5 300.5v240q0 158 -58 222t-200 64q-7 0 -21.5 -1t-23.5 -1v90q10 -1 20.5 -1.5
+t28.5 -0.5q139 0 196.5 64.5t57.5 222.5v240q0 227 68.5 302t257.5 75h43v-88z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M557 1565v-2048h-90v2048h90z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M545 1100v-240q0 -158 58 -222.5t200 -64.5q7 0 21.5 1t23.5 1v-90q-9 0 -23.5 1t-21.5 1q-142 0 -200 -64t-58 -222v-240q0 -226 -68.5 -300.5t-257.5 -74.5h-43v88h39q134 0 180.5 50.5t46.5 212.5v241q0 174 43.5 247t153.5 105q-110 32 -153.5 105t-43.5 248v241
+q0 162 -47 213.5t-182 51.5h-37v88h43q189 0 257.5 -75t68.5 -302z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1706" 
+d="M1530 647q-106 -74 -202 -110.5t-185 -36.5q-99 0 -266 61q-16 6 -22 8q-12 4 -33 12q-167 60 -257 60q-83 0 -175 -37.5t-212 -122.5v92q105 74 201 110t186 36q100 0 271 -61q12 -5 19 -7q8 -3 27 -10q168 -61 261 -61q83 0 175 37.5t212 121.5v-92z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="1180" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="635" 
+d="M256 1157h123v-1157h-123v1157zM215 1395q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -73t-73 -30t-72.5 30t-29.5 73z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1180" 
+d="M567 1110q-136 -14 -224.5 -116.5t-88.5 -245.5q0 -154 83.5 -253.5t229.5 -119.5v735zM930 1028q-62 40 -132.5 61.5t-149.5 24.5l-1 -745q98 11 167 34.5t116 61.5v-131q-57 -35 -127 -52.5t-155 -19.5l-1 -205h-80v207q-197 11 -320.5 142.5t-123.5 328.5
+q0 200 119.5 330.5t324.5 155.5v161h80v-159q68 0 138.5 -15t144.5 -45v-135z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1180" 
+d="M100 20q36 68 84.5 110t110.5 60q41 57 60.5 107t19.5 98q0 44 -11 93.5t-34 111.5h-230v90h185q-51 106 -77 199.5t-26 171.5q0 184 125 301t324 117q202 0 318.5 -112.5t123.5 -315.5l-127 -22q-3 157 -85 245t-226 88q-146 0 -232 -82.5t-86 -220.5q0 -66 25 -157
+t76 -212h389v-90h-358q20 -55 29 -98t9 -78q0 -71 -25.5 -128.5t-75.5 -100.5q91 -2 226 -58.5t191 -56.5q61 0 112.5 34.5t98.5 108.5l88 -59q-55 -103 -126 -152t-165 -49q-84 0 -220 60.5t-196 60.5q-59 0 -110.5 -31t-98.5 -94z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1241" 
+d="M954 887q0 137 -96.5 233.5t-234.5 96.5t-235 -97t-97 -233q0 -138 97 -235t235 -97q137 0 234 97t97 235zM358 1204q60 48 125 71t138 23q72 0 138 -23.5t126 -70.5l205 207l59 -59l-207 -205q45 -58 68.5 -124.5t23.5 -137.5q0 -73 -23 -138.5t-69 -123.5l207 -205
+l-59 -60l-205 207q-58 -45 -125 -68.5t-139 -23.5q-74 0 -139 23t-124 69l-206 -207l-58 60l207 205q-45 57 -68.5 123.5t-23.5 138.5q0 71 23.5 137.5t68.5 124.5l-207 205l58 59z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1182" 
+d="M530 0v631h-497v98h456l-98 162h-358v100h293l-283 461h147l402 -676l412 676h135l-281 -461h289v-100h-352l-99 -162h451v-98h-490v-631h-127z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M557 408v-758h-90v758h90zM557 1432v-758h-90v758h90z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1042" 
+d="M526 254q114 0 194.5 80.5t80.5 195.5q0 122 -76 198.5t-199 76.5q-115 0 -195.5 -80t-80.5 -195q0 -126 75 -201t201 -75zM176 -92l127 -1q3 -116 59.5 -174.5t167.5 -58.5q104 0 163 56.5t59 156.5q0 81 -45.5 129.5t-212.5 110.5q-124 45 -177.5 71.5t-83.5 53.5
+q-60 54 -89 122.5t-29 155.5q0 123 72 216t198 133q-112 46 -165.5 119t-53.5 178q0 147 100.5 235t270.5 88q168 0 258 -86t90 -248v-20h-135q-5 122 -60.5 184t-161.5 62q-97 0 -159 -58t-62 -149q0 -89 51.5 -144t208.5 -112q205 -74 286 -163t81 -230q0 -135 -67 -225.5
+t-197 -131.5q108 -47 162.5 -123.5t54.5 -181.5q0 -142 -99.5 -235t-255.5 -93q-164 0 -260 92t-96 248v23z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M590 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM240 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1706" 
+d="M1081 918q-20 81 -79.5 126.5t-147.5 45.5q-126 0 -196 -97.5t-70 -273.5q0 -169 71.5 -267t194.5 -98q91 0 156 52.5t84 140.5h102q-11 -123 -108 -201t-240 -78q-173 0 -275 123.5t-102 333.5q0 205 107 328t282 123q132 0 222.5 -72t103.5 -186h-105zM1511 721
+q0 133 -49 252.5t-141 212.5q-95 95 -215 144.5t-254 49.5q-133 0 -251.5 -49t-209.5 -141q-95 -97 -145.5 -218t-50.5 -251t50 -249.5t144 -213.5t213.5 -144.5t249.5 -50.5t251.5 51t217.5 146q93 92 141.5 209.5t48.5 251.5zM852 1452q149 0 282.5 -55t237.5 -160
+q103 -102 157 -235t54 -281q0 -150 -53.5 -280t-157.5 -232q-107 -106 -241.5 -162.5t-278.5 -56.5q-145 0 -277 55.5t-237 161.5q-105 104 -160 236t-55 278q0 145 56 279t161 241q101 103 232 157t280 54z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="831" 
+d="M166 1147q0 -120 58.5 -185t166.5 -65q104 0 164.5 71t60.5 195q0 115 -60 180.5t-165 65.5q-104 0 -164.5 -70.5t-60.5 -191.5zM614 844v112q-34 -68 -93.5 -103.5t-139.5 -35.5q-144 0 -231 91.5t-87 242.5q0 149 86.5 242.5t223.5 93.5q85 0 146.5 -34.5t94.5 -100.5
+v112h93v-620h-93z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="782" 
+d="M655 49l-254 387l246 395l86 -53l-211 -344l215 -332zM297 49l-252 387l244 395l86 -53l-209 -344l213 -332z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1706" 
+d="M1452 856v-502h-78v420h-1120v82h1198z" />
+    <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="711" 
+d="M137 506h436v-129h-436v129z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1706" 
+d="M852 1077h-168v-313h168q145 0 199.5 36t54.5 126q0 78 -61.5 114.5t-192.5 36.5zM874 1155q180 0 264.5 -56.5t84.5 -176.5q0 -89 -55.5 -149t-147.5 -71l190 -393h-131l-182 377h-213v-377h-115v846h305zM1511 721q0 133 -49 252.5t-141 212.5q-95 95 -215 144.5
+t-254 49.5q-133 0 -251.5 -49t-209.5 -141q-95 -97 -145.5 -218t-50.5 -251t50 -249.5t144 -213.5t213.5 -144.5t249.5 -50.5t251.5 51t217.5 146q93 92 141.5 209.5t48.5 251.5zM852 1452q149 0 282.5 -55t237.5 -160q103 -102 157 -235t54 -281q0 -150 -53.5 -280
+t-157.5 -232q-107 -106 -241.5 -162.5t-278.5 -56.5q-145 0 -277 55.5t-237 161.5q-105 104 -160 236t-55 278q0 145 56 279t161 241q101 103 232 157t280 54z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M254 1118v117h516v-117h-516z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="674" 
+d="M551 1176q0 87 -63 150t-150 63q-89 0 -151 -62t-62 -151t62.5 -151t150.5 -62t150.5 62t62.5 151zM338 1450q112 0 192 -80.5t80 -193.5q0 -114 -80 -193.5t-194 -79.5q-115 0 -194 79t-79 194q0 114 80.5 194t194.5 80z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1706" 
+d="M1452 141v-82h-1198v82h1198zM893 1161v-354h559v-80h-559v-352h-80v352h-559v80h559v354h80z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="778" 
+d="M668 645v-70h-621l209 207l60 60q262 259 262 370q0 79 -59.5 129t-153.5 50q-99 0 -155 -55.5t-56 -151.5h-86v8q0 125 81.5 197.5t223.5 72.5q135 0 217 -66.5t82 -176.5q0 -139 -221 -357l-13 -12l-213 -205h443z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="778" 
+d="M160 797q6 -86 59 -130t152 -44q100 0 157.5 49.5t57.5 136.5q0 88 -57.5 138t-159.5 50q-16 0 -23.5 -0.5t-13.5 -0.5v75q7 0 21.5 -1t21.5 -1q92 0 144 42.5t52 117.5q0 74 -52 119t-138 45q-77 0 -125 -37.5t-57 -103.5l-95 -1q11 98 85.5 154.5t191.5 56.5
+q125 0 203 -62.5t78 -164.5q0 -74 -44.5 -127.5t-123.5 -75.5q88 -28 136 -86t48 -137q0 -117 -83 -186.5t-224 -69.5q-139 0 -217.5 63t-87.5 181h94z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M379 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1094" 
+d="M326 1063l-123 -590q-9 -43 -13 -77t-4 -64q0 -126 60 -192t174 -66q127 0 219.5 109t136.5 313l125 567h121l-166 -786q-2 -9 -5 -24q-20 -92 -20 -112q0 -31 17.5 -47t50.5 -16q9 0 18.5 0.5t20.5 1.5l-18 -96q-3 -1 -8 -2q-49 -11 -68 -11q-68 0 -100.5 31.5
+t-32.5 95.5q0 7 0.5 16t3.5 29q-43 -83 -123.5 -127.5t-188.5 -44.5q-97 0 -169.5 45.5t-104.5 126.5l-119 -567h-121l316 1487h121z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M932 1415h-129v-1415h-70v1415h-192v-1415h-70v782q-175 8 -278 102.5t-103 245.5q0 157 108.5 253t286.5 96h447v-64z" />
+    <glyph glyph-name="glyph121" unicode="&#xb7;" horiz-adv-x="590" 
+d="M193 719q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -73t-72.5 -30t-72.5 30t-29.5 73z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M301 -379v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5t55 -112.5q0 -82 -54 -123t-161 -41q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="778" 
+d="M360 575v799h-174l41 72h217v-871h-84z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="858" 
+d="M428 897q110 0 186 74t76 182q0 107 -75.5 180.5t-186.5 73.5q-110 0 -185 -73.5t-75 -180.5t75.5 -181.5t184.5 -74.5zM426 817q-72 0 -137 25.5t-119 75.5q-51 47 -76.5 106.5t-25.5 128.5q0 68 26.5 129t77.5 109q50 46 115.5 71t138.5 25q75 0 140.5 -24.5
+t117.5 -71.5q52 -49 79.5 -110t27.5 -128t-27 -127.5t-78 -107.5q-53 -49 -120 -75t-140 -26z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="782" 
+d="M127 49l-82 53l215 332l-211 344l86 53l244 -395zM485 49l-84 53l215 332l-208 344l86 53l243 -395z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1829" 
+d="M1540 272v369l-291 -369h291zM1540 0v207h-416l500 633v-568h94v-65h-94v-207h-84zM401 -39l918 1518h106l-915 -1518h-109zM344 633v745h-168l41 66h207v-811h-80z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1829" 
+d="M1722 63v-63h-592l199 195q18 17 53 50q254 244 254 351q0 73 -57 119.5t-147 46.5q-93 0 -146 -52t-53 -143h-82v8q0 118 77.5 185t213.5 67q130 0 207 -61.5t77 -165.5q0 -131 -218 -339l-5 -5l-203 -193h422zM401 -39l918 1518h106l-915 -1518h-109zM344 633v745h-168
+l41 66h207v-811h-80z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1829" 
+d="M1540 272v369l-291 -369h291zM1540 0v207h-416l500 633v-568h94v-65h-94v-207h-84zM401 -39l918 1518h106l-915 -1518h-109zM152 840q6 -80 57.5 -121t144.5 -41q96 0 150.5 46t54.5 126q0 84 -55 130t-154 46h-35v70q8 0 22 -1t21 -1q88 0 137.5 39t49.5 108
+q0 70 -49 112t-131 42q-75 0 -121 -34.5t-54 -96.5h-89q8 90 79 143t185 53q119 0 192.5 -58.5t73.5 -152.5q0 -71 -42 -120.5t-118 -69.5q84 -25 130 -79.5t46 -129.5q0 -109 -79.5 -174.5t-213.5 -65.5q-131 0 -206.5 59t-86.5 171h91z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1053" 
+d="M639 1395q0 -43 -29.5 -73t-72.5 -30t-72 29.5t-29 73.5q0 43 29 72.5t72 29.5t72.5 -29.5t29.5 -72.5zM750 365h118v-33q0 -172 -97.5 -271.5t-264.5 -99.5q-152 0 -243 91t-91 243q0 111 48 186t196 170q26 17 74 47q198 122 198 230q0 72 -46.5 115.5t-123.5 43.5
+q-89 0 -137.5 -46.5t-48.5 -131.5v-18h-111v24q0 135 80.5 207t230.5 72q125 0 203 -75t78 -193q0 -88 -46 -154.5t-171 -148.5q-25 -17 -72 -47q-227 -143 -227 -273q0 -97 58.5 -155t156.5 -58q114 0 176 70t62 198v7z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM745 1608h-94l-283 350h164z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM479 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM325 1608l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM903 1872q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6
+l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1223" 
+d="M356 610h510l-250 637zM-18 0l643 1522l616 -1522h-145l-187 496h-598l-194 -496h-135zM690 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM340 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1223" 
+d="M492 1737q0 -56 38.5 -94.5t94.5 -38.5q55 0 94 38.5t39 94.5t-38.5 94.5t-94.5 38.5t-94.5 -38.5t-38.5 -94.5zM389 1737q0 100 68 167.5t168 67.5q99 0 167 -67.5t68 -167.5q0 -99 -68 -167.5t-167 -68.5t-167.5 68.5t-68.5 167.5zM356 610h510l-250 633zM-18 0
+l624 1460h39l596 -1460h-145l-187 496h-598l-194 -496h-135z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1688" 
+d="M348 610h457l-217 662zM135 0h-127l529 1464h618l41 -125h-506l158 -458h526l43 -125h-526l215 -631h532l41 -125h-665l-170 496h-533z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1464" 
+d="M1358 1196q-109 94 -223 139t-240 45q-284 0 -461.5 -180t-177.5 -469q0 -145 43.5 -261t132.5 -206q88 -88 201.5 -134t243.5 -46q126 0 246 43t227 127v-156q-108 -66 -228.5 -101.5t-238.5 -35.5q-159 0 -304 57t-249 160q-107 106 -162 246t-55 307q0 164 56.5 306
+t162.5 245q103 101 248.5 158t302.5 57q140 0 259.5 -38.5t217.5 -115.5zM649 -379v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5t55 -112.5q0 -82 -54 -123t-161 -41q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725zM674 1608h-94l-283 350h164z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725zM408 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725zM254 1608l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1051" 
+d="M182 0v1464h725v-125h-592v-458h592v-125h-592v-631h592v-125h-725zM619 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM269 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM383 1608h-94l-283 350h164z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM117 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM-37 1608l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM328 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM-22 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1436" 
+d="M326 115h184q228 0 323.5 25.5t161.5 86.5q92 86 138.5 213t46.5 293q0 169 -47.5 297t-139.5 209q-70 63 -171.5 89t-354.5 26h-25h-116v-490h426v-102h-426v-647zM193 0v762h-193v102h193v600h227q308 0 435.5 -30t217.5 -103q123 -99 186.5 -252t63.5 -348t-64 -347
+t-188 -251q-92 -72 -214.5 -102.5t-412.5 -30.5h-24h-227z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1526" 
+d="M182 0v1526l1037 -1225v1163h124v-1507l-1036 1227v-1184h-125zM1055 1872q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5
+t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM1030 1608h-94
+l-283 350h164z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM764 1608
+l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM610 1608
+l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM1188 1872
+q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1792" 
+d="M895 80q130 0 246 48t209 140q91 93 139.5 211.5t48.5 249.5q0 132 -48 249.5t-140 211.5q-91 92 -207.5 140t-247.5 48q-130 0 -245 -48t-208 -140q-92 -95 -140 -211.5t-48 -249.5q0 -132 48 -249.5t140 -211.5q92 -93 206 -140.5t247 -47.5zM1679 729
+q0 -155 -59 -294.5t-170 -248.5q-113 -110 -255 -167.5t-300 -57.5t-299.5 57.5t-253.5 167.5q-112 111 -170.5 249.5t-58.5 293.5q0 157 58.5 296.5t170.5 250.5q110 109 251 165t302 56q162 0 303.5 -56.5t251.5 -164.5q112 -111 170.5 -250.5t58.5 -296.5zM975 1766
+q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM625 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1706" 
+d="M854 668l487 487l58 -57l-488 -488l488 -487l-58 -57l-487 487l-487 -487l-58 57l488 487l-488 488l58 57z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792" 
+d="M489 233q97 -76 196.5 -112.5t209.5 -36.5q128 0 246.5 49.5t208.5 140.5q92 92 140 209t48 248q0 117 -37.5 220.5t-116.5 201.5zM1319 1221q-91 79 -197 119t-227 40q-130 0 -246.5 -48.5t-206.5 -139.5q-91 -93 -138.5 -210.5t-47.5 -250.5q0 -123 40 -228t126 -206z
+M219 -45l-65 70l176 180q-106 102 -161.5 237t-55.5 289q0 156 58.5 295t170.5 248q111 109 253 167t300 58q152 0 281.5 -47t232.5 -139l184 192l70 -67l-186 -191q97 -105 149.5 -239t52.5 -277q0 -156 -58.5 -295t-170.5 -248t-255 -165t-310 -56q-140 0 -259 42
+t-229 130z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913zM842 1608h-94l-283 350h164z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913zM576 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913zM422 1608l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1417" 
+d="M176 1464h131v-956q0 -217 99 -322.5t303 -105.5q201 0 300 105.5t99 322.5v956h133v-913q0 -297 -132 -443.5t-400 -146.5q-269 0 -401 146.5t-132 443.5v913zM787 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM437 1766q0 40 28 69
+t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1118" 
+d="M496 0v674l-486 790h160l393 -671l395 671h152l-481 -790v-674h-133zM426 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" 
+d="M315 473h91q242 0 325.5 61.5t83.5 215.5q0 66 -19 121.5t-57 97.5q-39 43 -104 60.5t-229 17.5h-91v-574zM182 0v1464h133v-299h111q176 0 252 -17t133 -58q69 -51 107 -137t38 -191q0 -210 -117.5 -308t-369.5 -98h-154v-356h-133z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1059" 
+d="M154 0v782h-121v105h121v297q0 186 92.5 286.5t263.5 100.5q166 0 262 -104.5t96 -284.5q0 -116 -54.5 -196t-162.5 -122q151 -17 230.5 -127.5t79.5 -304.5q0 -218 -115.5 -347.5t-310.5 -129.5q-29 0 -59 6t-64 19v131q31 -16 63.5 -23.5t67.5 -7.5q138 0 213 92.5
+t75 261.5q0 179 -83 273t-242 94q-12 0 -27 -1l-45 -3v124q8 0 18.5 -0.5t30.5 -0.5q132 0 195 66.5t63 203.5q0 131 -61.5 199.5t-179.5 68.5q-69 0 -120.5 -31.5t-76.5 -89.5q-14 -32 -20.5 -79t-6.5 -148v-84v-1026h-122z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM688 1030h-94l-283 350h164z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM422 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM268 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM846 1294q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM633 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM283 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1108" 
+d="M221 434q0 -172 77.5 -265t221.5 -93q140 0 220.5 101.5t80.5 279.5q0 163 -80 256.5t-219 93.5t-220 -99.5t-81 -273.5zM819 0v162q-44 -98 -123.5 -149.5t-187.5 -51.5q-191 0 -307.5 131t-116.5 346q0 213 115 347.5t297 134.5q113 0 195.5 -49.5t127.5 -145.5v162
+h123v-887h-123zM393 1221q0 -56 39 -95t94 -39q56 0 94.5 39t38.5 95t-38.5 95.5t-94.5 39.5q-55 0 -94 -39.5t-39 -95.5zM291 1221q0 99 67.5 167t167.5 68t168 -68t68 -167t-68 -167.5t-168 -68.5q-98 0 -166.5 68.5t-68.5 167.5z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1624" 
+d="M1534 438h-705q6 -171 84.5 -267.5t210.5 -96.5q103 0 177.5 52.5t121.5 158.5l117 -62q-69 -134 -170.5 -199t-243.5 -65q-123 0 -212 54t-150 167q-37 -105 -130.5 -163t-225.5 -58q-152 0 -244 79t-92 208q0 132 99.5 214.5t262.5 82.5q87 0 156 -22t120 -66
+q2 12 2.5 25.5t0.5 39.5q0 149 -67.5 221t-207.5 72q-76 0 -150.5 -19t-150.5 -59l2 131q75 27 151.5 40.5t158.5 13.5q135 0 226 -49.5t116 -137.5q48 89 134 138t195 49q189 0 301.5 -125t112.5 -336v-21zM838 543h551q-8 122 -81 190t-196 68q-111 0 -186.5 -71
+t-87.5 -187zM702 270q0 76 -67.5 122t-179.5 46q-117 0 -182.5 -50t-65.5 -138q0 -85 60.5 -130.5t172.5 -45.5q116 0 189 55t73 141z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="934" 
+d="M854 725q-62 43 -132 64.5t-144 21.5q-165 0 -263 -105.5t-98 -281.5q0 -156 101.5 -257t259.5 -101q72 0 145.5 25t144.5 75v-135q-65 -37 -144 -55.5t-169 -18.5q-203 0 -333 133.5t-130 341.5q0 217 135.5 352.5t352.5 135.5q80 0 150.5 -15.5t125.5 -44.5zM334 -379
+v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5t55 -112.5q0 -82 -54 -123t-161 -41q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27zM643 1030h-94l-283 350h164z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27zM377 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27zM223 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1018" 
+d="M780 545q-9 122 -81 189t-195 67q-112 0 -187.5 -70t-87.5 -186h551zM926 440h-705q5 -172 86 -270t217 -98q98 0 172 53t123 160l113 -62q-68 -135 -166.5 -198.5t-241.5 -63.5q-195 0 -315.5 130.5t-120.5 342.5q0 218 119.5 352t312.5 134q184 0 295 -123.5
+t111 -329.5v-27zM588 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM238 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127zM369 1030h-94l-283 350h164z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127zM103 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127zM-51 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127zM314 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM-36 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1139" 
+d="M567 76q145 0 246.5 102.5t101.5 249.5q0 148 -101 250t-247 102t-247 -102t-101 -250q0 -147 101 -249.5t247 -102.5zM893 741q-35 131 -118 257t-206 235l-313 -146l-47 82l276 131q-45 37 -104 75.5t-139 82.5l59 90q102 -59 175.5 -108t121.5 -88l342 159l51 -84
+l-307 -147q184 -184 276.5 -380.5t92.5 -403.5q0 -244 -132.5 -389.5t-353.5 -145.5q-94 0 -184 36.5t-160 102.5q-68 65 -103.5 148t-35.5 176t36 177.5t103 148.5q68 65 154 101t172 36q91 0 176 -36t168 -110z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1067" 
+d="M164 0v887h117v-137q54 85 132.5 127.5t180.5 42.5q151 0 235 -84t84 -234v-602h-125v547q0 133 -55.5 197.5t-171.5 64.5q-141 0 -207.5 -83.5t-66.5 -262.5v-463h-123zM826 1294q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2
+q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM704 1030h-94l-283 350h164z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM438 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM284 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM862 1294q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27
+q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1143" 
+d="M571 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM567 -39q-95 0 -182 37.5t-158 107.5q-67 66 -102 152t-35 184q0 97 36 184t103 154q68 68 155 104t183 36q98 0 186.5 -36t157.5 -104
+t105.5 -155t36.5 -183t-36 -182.5t-104 -153.5q-70 -70 -159.5 -107.5t-186.5 -37.5zM649 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM299 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1706" 
+d="M854 365q41 0 69.5 -29.5t28.5 -71.5q0 -40 -28.5 -69t-69.5 -29t-69.5 28.5t-28.5 69.5t29 71t69 30zM1452 651v-82h-1198v82h1198zM854 1055q41 0 69.5 -28.5t28.5 -70.5q0 -40 -28.5 -70t-69.5 -30t-69.5 29.5t-28.5 70.5t28.5 70t69.5 29z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1143" 
+d="M147 -41l-55 59l111 113q-59 73 -87 147t-28 154q0 208 139.5 348t347.5 140q85 0 158 -27t144 -84l110 113l62 -58l-113 -110q59 -73 88 -149.5t29 -160.5q0 -207 -141.5 -345t-352.5 -138q-82 0 -154 27.5t-141 85.5zM346 160q51 -42 104.5 -62t112.5 -20
+q154 0 254.5 103.5t100.5 262.5q0 60 -17 113.5t-51 106.5zM793 723q-45 42 -97 62t-114 20q-159 0 -259 -103.5t-100 -267.5q0 -58 17 -110t53 -103z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123zM674 1030h-94l-283 350h164z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123zM408 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123zM254 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1079" 
+d="M287 887v-443q0 -202 57.5 -285t194.5 -83q136 0 195 84t59 284v443h122v-506q0 -207 -95 -313.5t-279 -106.5q-185 0 -281 106.5t-96 313.5v506h123zM619 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM269 1188q0 40 28 69t68 29t69 -29
+t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="825" 
+d="M43 887h131l254 -694l234 694h131l-459 -1333h-127l155 452zM281 1030l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1108" 
+d="M883 438q0 172 -78.5 270.5t-216.5 98.5q-142 0 -222.5 -95.5t-80.5 -262.5q0 -170 86.5 -271.5t228.5 -101.5q134 0 208.5 95.5t74.5 266.5zM283 164v-610h-119v1996h119v-829q41 93 125 146t192 53q187 0 301.5 -131.5t114.5 -348.5q0 -219 -111.5 -349t-298.5 -130
+q-107 0 -189 51.5t-134 151.5z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="825" 
+d="M43 887h131l254 -694l234 694h131l-459 -1333h-127l155 452zM492 1188q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM142 1188q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1464" 
+d="M1358 1196q-109 94 -223 139t-240 45q-284 0 -461.5 -180t-177.5 -469q0 -145 43.5 -261t132.5 -206q88 -88 201.5 -134t243.5 -46q126 0 246 43t227 127v-156q-108 -66 -228.5 -101.5t-238.5 -35.5q-159 0 -304 57t-249 160q-107 106 -162 246t-55 307q0 164 56.5 306
+t162.5 245q103 101 248.5 158t302.5 57q140 0 259.5 -38.5t217.5 -115.5zM741 1608l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="934" 
+d="M854 725q-62 43 -132 64.5t-144 21.5q-165 0 -263 -105.5t-98 -281.5q0 -156 101.5 -257t259.5 -101q72 0 145.5 25t144.5 75v-135q-65 -37 -144 -55.5t-169 -18.5q-203 0 -333 133.5t-130 341.5q0 217 135.5 352.5t352.5 135.5q80 0 150.5 -15.5t125.5 -44.5zM428 1030
+l213 350h164l-283 -350h-94z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1464" 
+d="M1358 1196q-109 94 -223 139t-240 45q-284 0 -461.5 -180t-177.5 -469q0 -145 43.5 -261t132.5 -206q88 -88 201.5 -134t243.5 -46q126 0 246 43t227 127v-156q-108 -66 -228.5 -101.5t-238.5 -35.5q-159 0 -304 57t-249 160q-107 106 -162 246t-55 307q0 164 56.5 306
+t162.5 245q103 101 248.5 158t302.5 57q140 0 259.5 -38.5t217.5 -115.5zM1159 1958l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="934" 
+d="M854 725q-62 43 -132 64.5t-144 21.5q-165 0 -263 -105.5t-98 -281.5q0 -156 101.5 -257t259.5 -101q72 0 145.5 25t144.5 75v-135q-65 -37 -144 -55.5t-169 -18.5q-203 0 -333 133.5t-130 341.5q0 217 135.5 352.5t352.5 135.5q80 0 150.5 -15.5t125.5 -44.5zM846 1380
+l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1116" 
+d="M225 434q0 -172 77.5 -265t221.5 -93q139 0 219 101.5t80 279.5q0 163 -79.5 256.5t-217.5 93.5t-219.5 -100t-81.5 -273zM821 0v162q-43 -98 -122 -149.5t-187 -51.5q-191 0 -307.5 131t-116.5 346q0 212 115.5 347t296.5 135q113 0 194.5 -49.5t126.5 -145.5v436h-360
+v101h360v288h125v-288h170v-101h-170v-1161h-125z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1673" 
+d="M1382 1096q-89 138 -219 209t-293 71q-272 0 -443 -184t-171 -477q0 -131 45.5 -247t132.5 -206q88 -89 197 -133.5t239 -44.5q246 0 400.5 145t158.5 379h-505v115h651v-16q0 -350 -191 -548t-526 -198q-333 0 -539 212t-206 556q0 158 52 298.5t150 244.5
+q106 113 239.5 169t297.5 56q223 0 382 -80.5t245 -236.5zM564 1862h79q11 -67 58 -98t137 -31q91 0 136.5 30.5t56.5 98.5h81q-12 -124 -77.5 -182t-196.5 -58t-196.5 58t-77.5 182z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1108" 
+d="M944 887v-733q0 -175 -9.5 -267t-31.5 -137q-46 -99 -141 -147.5t-240 -48.5q-177 0 -275.5 68.5t-119.5 207.5h154q15 -82 78.5 -124t172.5 -42q82 0 147.5 29t98.5 80q22 33 31.5 76.5t9.5 134.5v47v133q-41 -95 -125.5 -149t-193.5 -54q-187 0 -298.5 130t-111.5 349
+q0 217 114 348.5t302 131.5q105 0 190.5 -54.5t122.5 -144.5v166h125zM520 807q-138 0 -217.5 -98.5t-79.5 -270.5q0 -171 75.5 -266.5t209.5 -95.5q142 0 227.5 101t85.5 272q0 168 -80 263t-221 95zM281 1284h79q11 -67 58 -98t137 -31q91 0 136.5 30.5t56.5 98.5h81
+q-12 -124 -77.5 -182t-196.5 -58t-196.5 58t-77.5 182z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="498" 
+d="M182 0v1464h133v-1464h-133zM148 1766q0 42 30.5 73t71.5 31q42 0 72 -30.5t30 -73.5q0 -42 -30.5 -72.5t-71.5 -30.5t-71.5 30.5t-30.5 72.5z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="471" 
+d="M172 0v887h127v-887h-127z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="856" 
+d="M193 0v672l-195 -135l-66 79l261 185v663h133v-592l237 166l64 -86l-301 -209v-618h501v-125h-634z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="500" 
+d="M313 831l152 107l55 -82l-207 -147v-709h-127v635l-149 -109l-57 82l206 148v794h127v-719z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="2320" 
+d="M2181 1464v-125h-575v-458h575v-125h-575v-631h575v-125h-698v311q-97 -166 -257 -256t-360 -90q-102 0 -199 26t-180 77q-181 109 -277.5 281t-96.5 384q0 157 56 295.5t163 245.5q108 109 248.5 167t298.5 58q198 0 350 -85t254 -253v303h698zM242 731
+q0 -130 46.5 -246.5t137.5 -212.5q85 -90 198 -138t238 -48q129 0 239.5 47t196.5 137q88 94 134.5 212.5t46.5 248.5q0 140 -43 255t-129 204q-89 93 -201.5 140.5t-243.5 47.5q-124 0 -236 -47.5t-200 -138.5q-91 -96 -137.5 -212.5t-46.5 -248.5z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1841" 
+d="M573 76q146 0 247.5 105.5t101.5 258.5q0 155 -101 260t-248 105q-146 0 -247 -105t-101 -260q0 -153 101 -258.5t247 -105.5zM1053 545h551q-8 123 -81 191.5t-196 68.5q-111 0 -188 -73t-86 -187zM1749 442h-705q0 -165 81.5 -265.5t211.5 -100.5q103 0 178.5 53
+t122.5 160l117 -64q-69 -133 -169 -198.5t-234 -65.5q-136 0 -238.5 65t-138.5 173q-57 -113 -163.5 -175.5t-242.5 -62.5q-97 0 -183.5 35.5t-154.5 103.5q-68 69 -103.5 156t-35.5 186q0 96 36 183.5t103 154.5t154.5 104.5t177.5 37.5q144 0 248 -59t164 -175
+q41 109 138 171.5t226 62.5q187 0 298.5 -124.5t111.5 -334.5v-21z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1020" 
+d="M70 246l114 61q32 -108 110.5 -167.5t188.5 -59.5q139 0 217 82t78 227q0 106 -52.5 176t-225.5 162q-221 117 -294 206t-73 214q0 156 105.5 254t273.5 98q110 0 191.5 -46.5t132.5 -139.5l-103 -62q-32 63 -90.5 96t-138.5 33q-108 0 -172 -63.5t-64 -171.5
+q0 -154 254 -287q46 -24 70 -37q187 -103 250 -194.5t63 -237.5q0 -197 -115 -312.5t-313 -115.5q-144 0 -246.5 71.5t-160.5 213.5zM299 -379v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5
+t55 -112.5q0 -82 -54 -123t-161 -41q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="782" 
+d="M63 158l117 67q29 -74 84 -111.5t135 -37.5q78 0 124 39.5t46 105.5q0 102 -181 173q-19 7 -30 12q-140 55 -196 113.5t-56 144.5q0 113 80 185.5t207 72.5q108 0 184 -47t111 -134l-113 -63q-21 63 -70 96t-120 33q-64 0 -105.5 -37.5t-41.5 -93.5q0 -55 41 -91t170 -79
+q146 -51 196.5 -111t50.5 -166q0 -122 -87 -195t-234 -73q-113 0 -194.5 51.5t-117.5 145.5zM180 -379v70q98 -20 145 -26.5t80 -6.5q63 0 94 22t31 66q0 46 -35 68t-106 22q-6 0 -20 -1t-21 -1v166h61v-100h15q103 0 158 -39.5t55 -112.5q0 -82 -54 -123t-161 -41
+q-50 0 -109 9t-133 28z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1020" 
+d="M70 246l114 61q32 -108 110.5 -167.5t188.5 -59.5q139 0 217 82t78 227q0 106 -52.5 176t-225.5 162q-221 117 -294 206t-73 214q0 156 105.5 254t273.5 98q110 0 191.5 -46.5t132.5 -139.5l-103 -62q-32 63 -90.5 96t-138.5 33q-108 0 -172 -63.5t-64 -171.5
+q0 -154 254 -287q46 -24 70 -37q187 -103 250 -194.5t63 -237.5q0 -197 -115 -312.5t-313 -115.5q-144 0 -246.5 71.5t-160.5 213.5zM795 1958l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="782" 
+d="M63 158l117 67q29 -74 84 -111.5t135 -37.5q78 0 124 39.5t46 105.5q0 102 -181 173q-19 7 -30 12q-140 55 -196 113.5t-56 144.5q0 113 80 185.5t207 72.5q108 0 184 -47t111 -134l-113 -63q-21 63 -70 96t-120 33q-64 0 -105.5 -37.5t-41.5 -93.5q0 -55 41 -91t170 -79
+q146 -51 196.5 -111t50.5 -166q0 -122 -87 -195t-234 -73q-113 0 -194.5 51.5t-117.5 145.5zM676 1380l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1118" 
+d="M496 0v674l-486 790h160l393 -671l395 671h152l-481 -790v-674h-133zM637 1766q0 40 29 69t69 29t68 -29t28 -69q0 -42 -27 -69t-69 -27t-70 27t-28 69zM287 1766q0 40 28 69t68 29t69 -29t29 -69q0 -41 -28 -68.5t-70 -27.5t-69 26.5t-27 69.5z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1147" 
+d="M25 0l870 1343h-743v121h970l-866 -1341h778v-123h-1009zM858 1958l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="780" 
+d="M23 0l495 776h-461v111h674l-491 -776h505v-111h-722zM676 1380l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1180" 
+d="M659 825l-88 -800q-31 -278 -94.5 -377t-197.5 -99q-20 1 -43 4.5t-49 10.5l31 118q11 -6 25 -9t36 -3q70 0 103.5 68t63.5 348l82 739h-163l10 95h164l20 182q23 207 89.5 292t201.5 85q36 0 67 -7t60 -22l-21 -107q-33 12 -59 17.5t-47 5.5q-74 0 -108 -49t-54 -223
+l-18 -174h194l-6 -95h-199z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M225 1030l213 350h146l213 -350h-92l-193 250l-195 -250h-92z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M797 1380l-213 -350h-146l-213 350h92l195 -250l193 250h92z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M238 1284h79q11 -67 58 -98t137 -31q91 0 136.5 30.5t56.5 98.5h81q-12 -124 -77.5 -182t-196.5 -58t-196.5 58t-77.5 182z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M410 1188q0 42 30.5 73t71.5 31q42 0 72 -30.5t30 -73.5q0 -42 -30.5 -72.5t-71.5 -30.5t-71.5 30.5t-30.5 72.5z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M371 1260q0 -61 40.5 -102.5t100.5 -41.5t101.5 42t41.5 102q0 59 -41.5 100t-101.5 41q-61 0 -101 -40.5t-40 -100.5zM264 1260q0 104 72 175.5t176 71.5t176 -71.5t72 -175.5q0 -105 -72 -176.5t-176 -71.5t-176 71.5t-72 176.5z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M573 0q-73 -65 -108 -123t-35 -113q0 -46 23 -66t77 -20h84v-112h-79q-114 0 -168 40t-54 124q0 65 41 125t148 145h71z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M803 1294q-25 -90 -75.5 -137t-123.5 -47q-16 0 -32 2.5t-33 7.5l-80 27q-12 4 -26.5 6t-31.5 2q-31 0 -53.5 -15t-38.5 -46h-88q22 87 72.5 132.5t126.5 45.5q17 0 32 -2t27 -6l78 -27q17 -5 32 -7.5t29 -2.5q36 0 60.5 17t36.5 50h88z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M580 1030l168 350h155l-239 -350h-84zM322 1030l147 350h158l-221 -350h-84z" />
+    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="1585" 
+d="M1452 121v-121h-573v102q218 136 328 307.5t110 376.5q0 269 -146.5 438t-377.5 169t-378 -169t-147 -438q0 -205 110 -376.5t329 -307.5v-102h-572v121h354q-183 132 -271.5 295.5t-88.5 369.5q0 317 188.5 522t475.5 205q286 0 474.5 -205t188.5 -522
+q0 -206 -88.5 -369.5t-271.5 -295.5h356z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1155" 
+d="M1102 958h-182l-119 -565q-14 -62 -21.5 -111t-7.5 -77q0 -59 24.5 -83t84.5 -24q27 0 49.5 2.5t42.5 7.5l-25 -108q-29 -9 -52 -12.5t-44 -3.5q-92 0 -145.5 54t-53.5 148q0 47 11.5 122.5t44.5 228.5l88 421h-381l-203 -958h-121l201 958h-39q-55 0 -85.5 -32
+t-41.5 -101h-121q25 135 85 186.5t206 51.5h829z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M0 481h1024v-80h-1024v80z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
+d="M0 401v80h2048v-80h-2048z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="590" 
+d="M467 1466l-195 -540l-149 67l262 504z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="590" 
+d="M123 958l194 539l150 -65l-262 -506z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="590" 
+d="M324 254l145 -61l-264 -515l-84 39z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="877" 
+d="M772 1466l-194 -540l-150 67l262 504zM449 1466l-195 -540l-148 67l261 504z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="877" 
+d="M428 958l195 539l149 -65l-262 -506zM106 958l193 539l150 -65l-263 -506z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="877" 
+d="M428 -287l195 541l149 -68l-262 -505zM106 -287l193 541l150 -68l-263 -505z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1042" 
+d="M461 -446v1220h-361v115h361v575h123v-575h360v-115h-360v-1220h-123z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1042" 
+d="M459 -446v485h-359v113h359v720h-359v113h359v479h123v-479h362v-113h-362v-720h362v-113h-362v-485h-123z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1208" 
+d="M307 762q0 123 87 209t210 86q122 0 208.5 -86.5t86.5 -208.5t-87.5 -209.5t-209.5 -87.5q-123 0 -209 87t-86 210z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048" 
+d="M240 84q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5zM922 84q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5zM1606 84q0 43 29.5 72.5t72.5 29.5t72.5 -29.5
+t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2204" 
+d="M1673 336q0 -137 45.5 -210t130.5 -73q84 0 129 73t45 210q0 139 -43.5 209.5t-130.5 70.5q-84 0 -130 -72.5t-46 -207.5zM2142 334q0 -177 -77 -275t-216 -98t-217 98t-78 275t78 276t217 99t216 -99t77 -276zM965 336q0 -138 44.5 -210.5t129.5 -72.5q84 0 130 73.5
+t46 209.5q0 138 -45 209t-131 71q-85 0 -129.5 -72t-44.5 -208zM1434 334q0 -177 -78 -275t-217 -98t-216 98t-77 275t77 276t216 99t217 -99t78 -276zM180 1106q0 -138 44.5 -210.5t129.5 -72.5t130.5 73.5t45.5 209.5q0 138 -44.5 209t-131.5 71q-84 0 -129 -72t-45 -208z
+M649 1104q0 -177 -78 -276t-217 -99q-138 0 -215.5 98.5t-77.5 276.5q0 177 77.5 276t215.5 99q139 0 217 -99t78 -276zM270 -39l840 1518h109l-842 -1518h-107z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="422" 
+d="M295 51l-252 385l244 395l86 -51l-209 -346l215 -332z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="422" 
+d="M125 51l-82 51l215 332l-211 346l88 51l244 -395z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1671" 
+d="M182 0v1464h725v-125h-592v-458h570v-125h-570v-756h-133zM1313 709q68 115 133.5 163t152.5 48q26 0 52.5 -5t52.5 -14l-40 -116q-20 6 -41.5 10t-41.5 4q-111 0 -189.5 -104t-78.5 -259v-436h-123v887h123v-178z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1706" 
+d="M926 1454l174 -440l162 440h102v-530h-59v479l-181 -479h-49l-190 479v-479h-60v530h101zM694 1454v-51h-174v-479h-67v479h-179v51h420z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" 
+d="M750 578q11 69 16.5 144.5t5.5 160.5q0 179 -38 266.5t-116 87.5q-45 0 -99.5 -73.5t-108.5 -73.5q-29 0 -48.5 18.5t-19.5 46.5q0 59 61 102t148 43q160 0 254 -147t94 -401q0 -335 -131.5 -557t-323.5 -222q-139 0 -224 105t-85 280q0 173 107 296.5t258 123.5
+q97 0 158.5 -49t91.5 -151zM713 459q0 125 -47 190.5t-138 65.5q-117 0 -190.5 -125t-73.5 -330q0 -117 47.5 -179.5t137.5 -62.5q114 0 189 125.5t75 315.5z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1335" 
+d="M1155 121l-487 1233l-490 -1233h977zM754 1473l592 -1473h-1358l594 1473h172z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1491" 
+d="M164 1473h1163v-1866h-135v1743h-893v-1743h-135v1866z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1290" 
+d="M45 1473h1208v-123h-1038l721 -787l-760 -835h1077v-121h-1243v127l752 829l-717 787v123z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1706" 
+d="M1452 651v-82h-1198v82h1198z" />
+    <glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="342" 
+d="M-342 -39l917 1518h107l-915 -1518h-109z" />
+    <glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="590" 
+d="M193 719q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -73t-72.5 -30t-72.5 30t-29.5 73z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1264" 
+d="M1264 1626v-61h-129l-596 -1606h-31l-330 907l-110 -39l-15 50l230 79l278 -759l531 1429h172z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1706" 
+d="M889 557q54 -103 125 -154t162 -51q107 0 176 78t69 199q0 119 -63.5 196.5t-159.5 77.5q-87 0 -157.5 -77.5t-151.5 -268.5zM819 670q-52 102 -123.5 153t-163.5 51q-108 0 -176.5 -77.5t-68.5 -198.5q0 -118 63.5 -195t159.5 -77q88 0 158 76t151 268zM836 713
+q66 139 146 206.5t177 67.5q130 0 219.5 -106t89.5 -265q0 -165 -80 -266.5t-210 -101.5q-94 0 -165.5 60.5t-142.5 201.5q-71 -139 -148.5 -203.5t-172.5 -64.5q-130 0 -220.5 106.5t-90.5 263.5q0 166 80 267.5t210 101.5q98 0 172.5 -64.5t135.5 -203.5z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="948" 
+d="M401 578q0 498 86.5 733t268.5 235q65 0 106 -35t41 -90q0 -45 -27.5 -71.5t-74.5 -26.5q-77 0 -101.5 64.5t-33.5 64.5q-67 0 -93 -159t-26 -687q0 -509 -85.5 -743t-268.5 -234q-64 0 -106 34.5t-42 84.5q0 48 28.5 77.5t76.5 29.5q33 0 56 -13.5t40 -42.5
+q8 -14 12.5 -44.5t24.5 -30.5q66 0 92 165t26 689z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1706" 
+d="M1530 485q-106 -74 -202 -110.5t-185 -36.5q-106 0 -295.5 70.5t-282.5 70.5q-83 0 -171 -35.5t-216 -124.5v93q105 73 201 109t186 36q106 0 295.5 -69.5t282.5 -69.5q83 0 171 35.5t216 124.5v-93zM1530 809q-105 -73 -200.5 -109t-186.5 -36q-106 0 -295.5 69.5
+t-282.5 69.5q-83 0 -171 -35.5t-216 -124.5v92q106 75 202 111.5t185 36.5q106 0 295.5 -71t282.5 -71q81 0 168.5 36t218.5 126v-94z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1706" 
+d="M1280 1108l-217 -277h389v-79h-440l-219 -283h659v-82h-711l-254 -324l-61 48l215 276h-387v82h436l221 283h-657v79h709l254 326z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1706" 
+d="M1442 129v-80h-1178v80h1178zM1442 1083l-1043 -350l1043 -352v-88l-1178 405v70l1178 403v-88z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1706" 
+d="M1442 129v-80h-1178v80h1178zM1442 768v-70l-1178 -405v88l1043 352l-1043 350v88z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012" 
+d="M506 1409l-385 -817l385 -825l385 825zM506 1653l500 -1061l-500 -1069l-500 1069z" />
+    <glyph glyph-name="apple" unicode="&#xf000;" horiz-adv-x="1618" 
+d="M836 1216q-1 6 -1.5 14t-0.5 23q0 124 95 229.5t236 131.5q1 -10 1.5 -23t0.5 -39q0 -131 -103.5 -234.5t-203.5 -103.5h-8q-3 0 -7.5 1t-8.5 1zM1505 403q-114 -247 -205 -342.5t-204 -95.5q-50 0 -131.5 33t-122.5 33q-45 0 -131 -33t-127 -33q-64 0 -128.5 44
+t-129.5 132q-102 140 -157.5 295.5t-55.5 300.5q0 219 125 356.5t323 137.5q68 0 155 -34t124 -34q34 0 121.5 35t152.5 35q110 0 198 -40t161 -124q-102 -65 -151.5 -145.5t-49.5 -182.5q0 -113 60 -200t173 -138z" />
+    <glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="967" 
+d="M637 1233q0 39 27.5 66.5t66.5 27.5t66.5 -27.5t27.5 -66.5q0 -41 -26.5 -67.5t-67.5 -26.5q-40 0 -67 27t-27 67zM668 0v887h127v-887h-127zM193 0v782h-166v105h166v256q0 267 50 346.5t183 79.5q33 0 63 -5.5t56 -15.5l-23 -108q-24 12 -46.5 18t-41.5 6
+q-65 0 -92 -51.5t-27 -189.5v-336h195v-105h-195v-782h-122z" />
+    <glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="977" 
+d="M678 0v1550h125v-1550h-125zM193 0v782h-166v105h166v256q0 267 50 346.5t183 79.5q33 0 63 -5.5t56 -15.5l-23 -108q-24 12 -46.5 18t-41.5 6q-65 0 -92 -51.5t-27 -189.5v-336h195v-105h-195v-782h-122z" />
+    <hkern u1="&#x2d;" u2="&#x153;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#x152;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#x111;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xf8;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xd8;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#xc6;" k="-57" />
+    <hkern u1="&#x2d;" u2="&#xc5;" k="36" />
+    <hkern u1="&#x2d;" u2="x" k="36" />
+    <hkern u1="&#x2d;" u2="s" k="-38" />
+    <hkern u1="&#x2d;" u2="q" k="-38" />
+    <hkern u1="&#x2d;" u2="o" k="-38" />
+    <hkern u1="&#x2d;" u2="e" k="-38" />
+    <hkern u1="&#x2d;" u2="d" k="-38" />
+    <hkern u1="&#x2d;" u2="c" k="-38" />
+    <hkern u1="&#x2d;" u2="Y" k="159" />
+    <hkern u1="&#x2d;" u2="X" k="73" />
+    <hkern u1="&#x2d;" u2="W" k="112" />
+    <hkern u1="&#x2d;" u2="V" k="120" />
+    <hkern u1="&#x2d;" u2="T" k="188" />
+    <hkern u1="&#x2d;" u2="S" k="-38" />
+    <hkern u1="&#x2d;" u2="Q" k="-75" />
+    <hkern u1="&#x2d;" u2="O" k="-75" />
+    <hkern u1="&#x2d;" u2="J" k="-114" />
+    <hkern u1="&#x2d;" u2="G" k="-75" />
+    <hkern u1="&#x2d;" u2="C" k="-38" />
+    <hkern u1="&#x2d;" u2="A" k="36" />
+    <hkern u1="A" u2="&#x201e;" k="-38" />
+    <hkern u1="A" u2="&#x201d;" k="243" />
+    <hkern u1="A" u2="&#x201c;" k="264" />
+    <hkern u1="A" u2="&#x201a;" k="-38" />
+    <hkern u1="A" u2="&#x2019;" k="243" />
+    <hkern u1="A" u2="&#x2018;" k="264" />
+    <hkern u1="A" u2="&#x152;" k="36" />
+    <hkern u1="A" u2="&#xd8;" k="36" />
+    <hkern u1="A" u2="&#xab;" k="73" />
+    <hkern u1="A" u2="Y" k="112" />
+    <hkern u1="A" u2="W" k="36" />
+    <hkern u1="A" u2="V" k="36" />
+    <hkern u1="A" u2="U" k="36" />
+    <hkern u1="A" u2="T" k="112" />
+    <hkern u1="A" u2="Q" k="36" />
+    <hkern u1="A" u2="O" k="36" />
+    <hkern u1="A" u2="G" k="36" />
+    <hkern u1="A" u2="C" k="36" />
+    <hkern u1="A" u2="&#x3b;" k="-38" />
+    <hkern u1="A" u2="&#x3a;" k="-38" />
+    <hkern u1="A" u2="&#x2d;" k="45" />
+    <hkern u1="B" u2="&#x201e;" k="36" />
+    <hkern u1="B" u2="&#x201d;" k="36" />
+    <hkern u1="B" u2="&#x201a;" k="36" />
+    <hkern u1="B" u2="&#x2019;" k="36" />
+    <hkern u1="B" u2="Y" k="36" />
+    <hkern u1="B" u2="W" k="36" />
+    <hkern u1="B" u2="V" k="36" />
+    <hkern u1="B" u2="&#x2e;" k="55" />
+    <hkern u1="B" u2="&#x2d;" k="-57" />
+    <hkern u1="B" u2="&#x2c;" k="55" />
+    <hkern u1="C" u2="&#x201d;" k="-57" />
+    <hkern u1="C" u2="&#x2019;" k="-57" />
+    <hkern u1="C" u2="&#x3b;" k="-38" />
+    <hkern u1="C" u2="&#x3a;" k="-38" />
+    <hkern u1="C" u2="&#x2d;" k="-47" />
+    <hkern u1="D" u2="&#x201e;" k="188" />
+    <hkern u1="D" u2="&#x201d;" k="36" />
+    <hkern u1="D" u2="&#x201c;" k="36" />
+    <hkern u1="D" u2="&#x201a;" k="188" />
+    <hkern u1="D" u2="&#x2019;" k="36" />
+    <hkern u1="D" u2="&#x2018;" k="36" />
+    <hkern u1="D" u2="&#xc5;" k="36" />
+    <hkern u1="D" u2="Y" k="36" />
+    <hkern u1="D" u2="W" k="36" />
+    <hkern u1="D" u2="V" k="36" />
+    <hkern u1="D" u2="A" k="36" />
+    <hkern u1="D" u2="&#x2e;" k="120" />
+    <hkern u1="D" u2="&#x2d;" k="-65" />
+    <hkern u1="D" u2="&#x2c;" k="120" />
+    <hkern u1="E" u2="&#x3b;" k="-38" />
+    <hkern u1="E" u2="&#x3a;" k="-38" />
+    <hkern u1="E" u2="&#x2e;" k="-38" />
+    <hkern u1="E" u2="&#x2d;" k="-38" />
+    <hkern u1="E" u2="&#x2c;" k="-38" />
+    <hkern u1="F" u2="&#x203a;" k="-38" />
+    <hkern u1="F" u2="&#x201e;" k="415" />
+    <hkern u1="F" u2="&#x201d;" k="-38" />
+    <hkern u1="F" u2="&#x201a;" k="415" />
+    <hkern u1="F" u2="&#x2019;" k="-38" />
+    <hkern u1="F" u2="&#x153;" k="73" />
+    <hkern u1="F" u2="&#xf8;" k="73" />
+    <hkern u1="F" u2="&#xe6;" k="73" />
+    <hkern u1="F" u2="&#xc5;" k="149" />
+    <hkern u1="F" u2="&#xbb;" k="-38" />
+    <hkern u1="F" u2="&#xab;" k="73" />
+    <hkern u1="F" u2="u" k="73" />
+    <hkern u1="F" u2="r" k="112" />
+    <hkern u1="F" u2="o" k="73" />
+    <hkern u1="F" u2="i" k="73" />
+    <hkern u1="F" u2="e" k="73" />
+    <hkern u1="F" u2="a" k="73" />
+    <hkern u1="F" u2="A" k="149" />
+    <hkern u1="F" u2="&#x3b;" k="83" />
+    <hkern u1="F" u2="&#x3a;" k="83" />
+    <hkern u1="F" u2="&#x2e;" k="405" />
+    <hkern u1="F" u2="&#x2d;" k="102" />
+    <hkern u1="F" u2="&#x2c;" k="405" />
+    <hkern u1="G" u2="&#x201d;" k="92" />
+    <hkern u1="G" u2="&#x2019;" k="92" />
+    <hkern u1="G" u2="Y" k="36" />
+    <hkern u1="G" u2="T" k="36" />
+    <hkern u1="G" u2="&#x3b;" k="-38" />
+    <hkern u1="G" u2="&#x3a;" k="-38" />
+    <hkern u1="G" u2="&#x2e;" k="55" />
+    <hkern u1="G" u2="&#x2d;" k="-47" />
+    <hkern u1="G" u2="&#x2c;" k="55" />
+    <hkern u1="H" u2="&#x2e;" k="36" />
+    <hkern u1="H" u2="&#x2c;" k="36" />
+    <hkern u1="J" u2="&#x201e;" k="112" />
+    <hkern u1="J" u2="&#x201d;" k="36" />
+    <hkern u1="J" u2="&#x201a;" k="112" />
+    <hkern u1="J" u2="&#x2019;" k="36" />
+    <hkern u1="J" u2="&#x3b;" k="63" />
+    <hkern u1="J" u2="&#x3a;" k="63" />
+    <hkern u1="J" u2="&#x2e;" k="102" />
+    <hkern u1="J" u2="&#x2d;" k="36" />
+    <hkern u1="J" u2="&#x2c;" k="102" />
+    <hkern u1="K" u2="&#x201e;" k="-65" />
+    <hkern u1="K" u2="&#x201d;" k="45" />
+    <hkern u1="K" u2="&#x201c;" k="73" />
+    <hkern u1="K" u2="&#x201a;" k="-65" />
+    <hkern u1="K" u2="&#x2019;" k="45" />
+    <hkern u1="K" u2="&#x2018;" k="73" />
+    <hkern u1="K" u2="&#x153;" k="36" />
+    <hkern u1="K" u2="&#x152;" k="73" />
+    <hkern u1="K" u2="&#xf8;" k="36" />
+    <hkern u1="K" u2="&#xe6;" k="36" />
+    <hkern u1="K" u2="&#xd8;" k="73" />
+    <hkern u1="K" u2="&#xab;" k="55" />
+    <hkern u1="K" u2="y" k="73" />
+    <hkern u1="K" u2="u" k="36" />
+    <hkern u1="K" u2="o" k="36" />
+    <hkern u1="K" u2="e" k="36" />
+    <hkern u1="K" u2="a" k="36" />
+    <hkern u1="K" u2="Y" k="73" />
+    <hkern u1="K" u2="W" k="73" />
+    <hkern u1="K" u2="U" k="36" />
+    <hkern u1="K" u2="T" k="73" />
+    <hkern u1="K" u2="O" k="73" />
+    <hkern u1="K" u2="C" k="73" />
+    <hkern u1="K" u2="&#x3b;" k="-38" />
+    <hkern u1="K" u2="&#x3a;" k="-38" />
+    <hkern u1="K" u2="&#x2e;" k="-38" />
+    <hkern u1="K" u2="&#x2d;" k="102" />
+    <hkern u1="K" u2="&#x2c;" k="-38" />
+    <hkern u1="L" u2="&#x201d;" k="311" />
+    <hkern u1="L" u2="&#x201c;" k="339" />
+    <hkern u1="L" u2="&#x2019;" k="311" />
+    <hkern u1="L" u2="&#x2018;" k="339" />
+    <hkern u1="L" u2="&#x153;" k="36" />
+    <hkern u1="L" u2="&#x152;" k="73" />
+    <hkern u1="L" u2="&#xf8;" k="36" />
+    <hkern u1="L" u2="&#xe6;" k="36" />
+    <hkern u1="L" u2="&#xd8;" k="73" />
+    <hkern u1="L" u2="y" k="73" />
+    <hkern u1="L" u2="u" k="36" />
+    <hkern u1="L" u2="o" k="36" />
+    <hkern u1="L" u2="e" k="36" />
+    <hkern u1="L" u2="a" k="36" />
+    <hkern u1="L" u2="Y" k="149" />
+    <hkern u1="L" u2="W" k="112" />
+    <hkern u1="L" u2="V" k="112" />
+    <hkern u1="L" u2="U" k="36" />
+    <hkern u1="L" u2="T" k="112" />
+    <hkern u1="L" u2="O" k="73" />
+    <hkern u1="L" u2="&#x3b;" k="-38" />
+    <hkern u1="L" u2="&#x3a;" k="-38" />
+    <hkern u1="L" u2="&#x2e;" k="-38" />
+    <hkern u1="L" u2="&#x2d;" k="36" />
+    <hkern u1="L" u2="&#x2c;" k="-38" />
+    <hkern u1="M" u2="&#x201c;" k="36" />
+    <hkern u1="M" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x201e;" k="73" />
+    <hkern u1="N" u2="&#x201c;" k="36" />
+    <hkern u1="N" u2="&#x201a;" k="73" />
+    <hkern u1="N" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x3b;" k="55" />
+    <hkern u1="N" u2="&#x3a;" k="55" />
+    <hkern u1="N" u2="&#x2e;" k="92" />
+    <hkern u1="N" u2="&#x2c;" k="92" />
+    <hkern u1="O" u2="&#x201e;" k="112" />
+    <hkern u1="O" u2="&#x201d;" k="36" />
+    <hkern u1="O" u2="&#x201a;" k="112" />
+    <hkern u1="O" u2="&#x2019;" k="36" />
+    <hkern u1="O" u2="&#xc5;" k="36" />
+    <hkern u1="O" u2="Y" k="73" />
+    <hkern u1="O" u2="X" k="36" />
+    <hkern u1="O" u2="V" k="36" />
+    <hkern u1="O" u2="T" k="112" />
+    <hkern u1="O" u2="A" k="36" />
+    <hkern u1="O" u2="&#x3b;" k="-38" />
+    <hkern u1="O" u2="&#x3a;" k="-38" />
+    <hkern u1="O" u2="&#x2e;" k="83" />
+    <hkern u1="O" u2="&#x2d;" k="-57" />
+    <hkern u1="O" u2="&#x2c;" k="83" />
+    <hkern u1="P" u2="&#x203a;" k="36" />
+    <hkern u1="P" u2="&#x201e;" k="491" />
+    <hkern u1="P" u2="&#x201d;" k="-47" />
+    <hkern u1="P" u2="&#x201c;" k="-38" />
+    <hkern u1="P" u2="&#x201a;" k="491" />
+    <hkern u1="P" u2="&#x2019;" k="-47" />
+    <hkern u1="P" u2="&#x2018;" k="-38" />
+    <hkern u1="P" u2="&#x153;" k="112" />
+    <hkern u1="P" u2="&#xf8;" k="112" />
+    <hkern u1="P" u2="&#xe6;" k="112" />
+    <hkern u1="P" u2="&#xc5;" k="112" />
+    <hkern u1="P" u2="&#xbb;" k="36" />
+    <hkern u1="P" u2="&#xab;" k="112" />
+    <hkern u1="P" u2="u" k="73" />
+    <hkern u1="P" u2="s" k="73" />
+    <hkern u1="P" u2="r" k="73" />
+    <hkern u1="P" u2="o" k="112" />
+    <hkern u1="P" u2="n" k="73" />
+    <hkern u1="P" u2="i" k="36" />
+    <hkern u1="P" u2="e" k="112" />
+    <hkern u1="P" u2="a" k="112" />
+    <hkern u1="P" u2="A" k="112" />
+    <hkern u1="P" u2="&#x3b;" k="92" />
+    <hkern u1="P" u2="&#x3a;" k="92" />
+    <hkern u1="P" u2="&#x2e;" k="491" />
+    <hkern u1="P" u2="&#x2d;" k="159" />
+    <hkern u1="P" u2="&#x2c;" k="491" />
+    <hkern u1="Q" u2="&#x3b;" k="-38" />
+    <hkern u1="Q" u2="&#x3a;" k="-38" />
+    <hkern u1="Q" u2="&#x2d;" k="-57" />
+    <hkern u1="R" u2="&#x201d;" k="36" />
+    <hkern u1="R" u2="&#x201c;" k="36" />
+    <hkern u1="R" u2="&#x2019;" k="36" />
+    <hkern u1="R" u2="&#x2018;" k="36" />
+    <hkern u1="R" u2="&#x153;" k="36" />
+    <hkern u1="R" u2="&#xf8;" k="36" />
+    <hkern u1="R" u2="&#xe6;" k="36" />
+    <hkern u1="R" u2="y" k="36" />
+    <hkern u1="R" u2="u" k="36" />
+    <hkern u1="R" u2="o" k="36" />
+    <hkern u1="R" u2="e" k="36" />
+    <hkern u1="R" u2="a" k="36" />
+    <hkern u1="R" u2="Y" k="36" />
+    <hkern u1="R" u2="T" k="36" />
+    <hkern u1="R" u2="&#x2d;" k="55" />
+    <hkern u1="S" u2="&#x3b;" k="-38" />
+    <hkern u1="S" u2="&#x3a;" k="-38" />
+    <hkern u1="S" u2="&#x2e;" k="36" />
+    <hkern u1="S" u2="&#x2d;" k="-65" />
+    <hkern u1="S" u2="&#x2c;" k="36" />
+    <hkern u1="T" u2="&#x203a;" k="112" />
+    <hkern u1="T" u2="&#x201e;" k="225" />
+    <hkern u1="T" u2="&#x201a;" k="225" />
+    <hkern u1="T" u2="&#x153;" k="243" />
+    <hkern u1="T" u2="&#x152;" k="112" />
+    <hkern u1="T" u2="&#xf8;" k="243" />
+    <hkern u1="T" u2="&#xe6;" k="243" />
+    <hkern u1="T" u2="&#xd8;" k="112" />
+    <hkern u1="T" u2="&#xc5;" k="149" />
+    <hkern u1="T" u2="&#xbb;" k="112" />
+    <hkern u1="T" u2="&#xab;" k="188" />
+    <hkern u1="T" u2="y" k="243" />
+    <hkern u1="T" u2="w" k="243" />
+    <hkern u1="T" u2="u" k="206" />
+    <hkern u1="T" u2="s" k="243" />
+    <hkern u1="T" u2="r" k="206" />
+    <hkern u1="T" u2="o" k="243" />
+    <hkern u1="T" u2="i" k="55" />
+    <hkern u1="T" u2="e" k="243" />
+    <hkern u1="T" u2="c" k="243" />
+    <hkern u1="T" u2="a" k="243" />
+    <hkern u1="T" u2="O" k="112" />
+    <hkern u1="T" u2="C" k="73" />
+    <hkern u1="T" u2="A" k="149" />
+    <hkern u1="T" u2="&#x3b;" k="131" />
+    <hkern u1="T" u2="&#x3a;" k="131" />
+    <hkern u1="T" u2="&#x2e;" k="264" />
+    <hkern u1="T" u2="&#x2d;" k="188" />
+    <hkern u1="T" u2="&#x2c;" k="264" />
+    <hkern u1="U" u2="&#x201e;" k="149" />
+    <hkern u1="U" u2="&#x201a;" k="149" />
+    <hkern u1="U" u2="&#xc5;" k="36" />
+    <hkern u1="U" u2="&#xab;" k="73" />
+    <hkern u1="U" u2="A" k="36" />
+    <hkern u1="U" u2="&#x3b;" k="63" />
+    <hkern u1="U" u2="&#x3a;" k="63" />
+    <hkern u1="U" u2="&#x2e;" k="120" />
+    <hkern u1="U" u2="&#x2d;" k="55" />
+    <hkern u1="U" u2="&#x2c;" k="120" />
+    <hkern u1="V" u2="&#x203a;" k="112" />
+    <hkern u1="V" u2="&#x201e;" k="339" />
+    <hkern u1="V" u2="&#x201d;" k="-57" />
+    <hkern u1="V" u2="&#x201a;" k="339" />
+    <hkern u1="V" u2="&#x2019;" k="-57" />
+    <hkern u1="V" u2="&#x153;" k="112" />
+    <hkern u1="V" u2="&#x152;" k="36" />
+    <hkern u1="V" u2="&#xf8;" k="112" />
+    <hkern u1="V" u2="&#xe6;" k="112" />
+    <hkern u1="V" u2="&#xd8;" k="36" />
+    <hkern u1="V" u2="&#xc5;" k="36" />
+    <hkern u1="V" u2="&#xbb;" k="112" />
+    <hkern u1="V" u2="&#xab;" k="225" />
+    <hkern u1="V" u2="y" k="55" />
+    <hkern u1="V" u2="u" k="112" />
+    <hkern u1="V" u2="o" k="112" />
+    <hkern u1="V" u2="e" k="112" />
+    <hkern u1="V" u2="a" k="112" />
+    <hkern u1="V" u2="O" k="36" />
+    <hkern u1="V" u2="A" k="36" />
+    <hkern u1="V" u2="&#x3b;" k="139" />
+    <hkern u1="V" u2="&#x3a;" k="139" />
+    <hkern u1="V" u2="&#x2e;" k="339" />
+    <hkern u1="V" u2="&#x2d;" k="167" />
+    <hkern u1="V" u2="&#x2c;" k="339" />
+    <hkern u1="W" u2="&#x203a;" k="112" />
+    <hkern u1="W" u2="&#x201e;" k="339" />
+    <hkern u1="W" u2="&#x201d;" k="-38" />
+    <hkern u1="W" u2="&#x201a;" k="339" />
+    <hkern u1="W" u2="&#x2019;" k="-38" />
+    <hkern u1="W" u2="&#x153;" k="112" />
+    <hkern u1="W" u2="&#xf8;" k="112" />
+    <hkern u1="W" u2="&#xe6;" k="112" />
+    <hkern u1="W" u2="&#xc5;" k="36" />
+    <hkern u1="W" u2="&#xbb;" k="112" />
+    <hkern u1="W" u2="&#xab;" k="188" />
+    <hkern u1="W" u2="y" k="36" />
+    <hkern u1="W" u2="u" k="112" />
+    <hkern u1="W" u2="r" k="73" />
+    <hkern u1="W" u2="o" k="112" />
+    <hkern u1="W" u2="i" k="36" />
+    <hkern u1="W" u2="e" k="112" />
+    <hkern u1="W" u2="a" k="112" />
+    <hkern u1="W" u2="A" k="36" />
+    <hkern u1="W" u2="&#x3b;" k="120" />
+    <hkern u1="W" u2="&#x3a;" k="120" />
+    <hkern u1="W" u2="&#x2e;" k="253" />
+    <hkern u1="W" u2="&#x2d;" k="120" />
+    <hkern u1="W" u2="&#x2c;" k="253" />
+    <hkern u1="X" u2="&#x201e;" k="-114" />
+    <hkern u1="X" u2="&#x201c;" k="73" />
+    <hkern u1="X" u2="&#x201a;" k="-114" />
+    <hkern u1="X" u2="&#x2018;" k="73" />
+    <hkern u1="X" u2="&#x152;" k="36" />
+    <hkern u1="X" u2="&#xd8;" k="36" />
+    <hkern u1="X" u2="&#xab;" k="112" />
+    <hkern u1="X" u2="O" k="36" />
+    <hkern u1="X" u2="C" k="36" />
+    <hkern u1="X" u2="&#x3b;" k="36" />
+    <hkern u1="X" u2="&#x3a;" k="36" />
+    <hkern u1="X" u2="&#x2e;" k="-38" />
+    <hkern u1="X" u2="&#x2d;" k="102" />
+    <hkern u1="X" u2="&#x2c;" k="-38" />
+    <hkern u1="Y" u2="&#x203a;" k="149" />
+    <hkern u1="Y" u2="&#x201e;" k="264" />
+    <hkern u1="Y" u2="&#x201a;" k="264" />
+    <hkern u1="Y" u2="&#x153;" k="225" />
+    <hkern u1="Y" u2="&#x152;" k="73" />
+    <hkern u1="Y" u2="&#xf8;" k="225" />
+    <hkern u1="Y" u2="&#xe6;" k="225" />
+    <hkern u1="Y" u2="&#xd8;" k="73" />
+    <hkern u1="Y" u2="&#xc5;" k="112" />
+    <hkern u1="Y" u2="&#xbb;" k="149" />
+    <hkern u1="Y" u2="&#xab;" k="225" />
+    <hkern u1="Y" u2="u" k="215" />
+    <hkern u1="Y" u2="o" k="225" />
+    <hkern u1="Y" u2="i" k="36" />
+    <hkern u1="Y" u2="e" k="225" />
+    <hkern u1="Y" u2="a" k="225" />
+    <hkern u1="Y" u2="O" k="73" />
+    <hkern u1="Y" u2="C" k="36" />
+    <hkern u1="Y" u2="A" k="112" />
+    <hkern u1="Y" u2="&#x3b;" k="215" />
+    <hkern u1="Y" u2="&#x3a;" k="215" />
+    <hkern u1="Y" u2="&#x2e;" k="272" />
+    <hkern u1="Y" u2="&#x2d;" k="243" />
+    <hkern u1="Y" u2="&#x2c;" k="272" />
+    <hkern u1="Z" u2="&#x201c;" k="36" />
+    <hkern u1="Z" u2="&#x2018;" k="36" />
+    <hkern u1="Z" u2="&#x3b;" k="-38" />
+    <hkern u1="Z" u2="&#x3a;" k="-38" />
+    <hkern u1="Z" u2="&#x2e;" k="-38" />
+    <hkern u1="Z" u2="&#x2d;" k="36" />
+    <hkern u1="Z" u2="&#x2c;" k="-38" />
+    <hkern u1="a" u2="&#x201d;" k="73" />
+    <hkern u1="a" u2="&#x201c;" k="112" />
+    <hkern u1="a" u2="&#x2019;" k="73" />
+    <hkern u1="a" u2="&#x2018;" k="112" />
+    <hkern u1="b" u2="&#x201e;" k="36" />
+    <hkern u1="b" u2="&#x201d;" k="73" />
+    <hkern u1="b" u2="&#x201c;" k="112" />
+    <hkern u1="b" u2="&#x201a;" k="36" />
+    <hkern u1="b" u2="&#x2019;" k="73" />
+    <hkern u1="b" u2="&#x2018;" k="112" />
+    <hkern u1="b" u2="&#x2d;" k="-38" />
+    <hkern u1="e" u2="&#x2d;" k="-38" />
+    <hkern u1="f" u2="&#x201e;" k="112" />
+    <hkern u1="f" u2="&#x201d;" k="-141" />
+    <hkern u1="f" u2="&#x201c;" k="-180" />
+    <hkern u1="f" u2="&#x201a;" k="112" />
+    <hkern u1="f" u2="&#x2019;" k="-141" />
+    <hkern u1="f" u2="&#x2018;" k="-180" />
+    <hkern u1="f" u2="&#x2e;" k="73" />
+    <hkern u1="f" u2="&#x2c;" k="73" />
+    <hkern u1="g" u2="&#x2e;" k="36" />
+    <hkern u1="g" u2="&#x2d;" k="36" />
+    <hkern u1="g" u2="&#x2c;" k="36" />
+    <hkern u1="h" u2="&#x201d;" k="112" />
+    <hkern u1="h" u2="&#x201c;" k="112" />
+    <hkern u1="h" u2="&#x2019;" k="112" />
+    <hkern u1="h" u2="&#x2018;" k="112" />
+    <hkern u1="i" u2="&#x201c;" k="36" />
+    <hkern u1="i" u2="&#x2018;" k="36" />
+    <hkern u1="j" u2="&#x201d;" k="36" />
+    <hkern u1="j" u2="&#x2019;" k="36" />
+    <hkern u1="k" u2="&#x201e;" k="-38" />
+    <hkern u1="k" u2="&#x201d;" k="-75" />
+    <hkern u1="k" u2="&#x201a;" k="-38" />
+    <hkern u1="k" u2="&#x2019;" k="-75" />
+    <hkern u1="k" u2="&#x2d;" k="83" />
+    <hkern u1="m" u2="&#x201d;" k="112" />
+    <hkern u1="m" u2="&#x201c;" k="112" />
+    <hkern u1="m" u2="&#x2019;" k="112" />
+    <hkern u1="m" u2="&#x2018;" k="112" />
+    <hkern u1="n" u2="&#x201d;" k="112" />
+    <hkern u1="n" u2="&#x201c;" k="112" />
+    <hkern u1="n" u2="&#x2019;" k="112" />
+    <hkern u1="n" u2="&#x2018;" k="112" />
+    <hkern u1="o" u2="&#x201c;" k="73" />
+    <hkern u1="o" u2="&#x2018;" k="73" />
+    <hkern u1="o" u2="&#x2d;" k="-38" />
+    <hkern u1="p" u2="&#x201e;" k="73" />
+    <hkern u1="p" u2="&#x201d;" k="112" />
+    <hkern u1="p" u2="&#x201c;" k="73" />
+    <hkern u1="p" u2="&#x201a;" k="73" />
+    <hkern u1="p" u2="&#x2019;" k="112" />
+    <hkern u1="p" u2="&#x2018;" k="73" />
+    <hkern u1="p" u2="&#x2d;" k="-38" />
+    <hkern u1="q" u2="&#x201e;" k="-38" />
+    <hkern u1="q" u2="&#x201a;" k="-38" />
+    <hkern u1="r" u2="&#x201e;" k="272" />
+    <hkern u1="r" u2="&#x201d;" k="-86" />
+    <hkern u1="r" u2="&#x201a;" k="272" />
+    <hkern u1="r" u2="&#x2019;" k="-86" />
+    <hkern u1="r" u2="&#xab;" k="36" />
+    <hkern u1="r" u2="&#x2e;" k="206" />
+    <hkern u1="r" u2="&#x2d;" k="73" />
+    <hkern u1="r" u2="&#x2c;" k="206" />
+    <hkern u1="s" u2="&#x201c;" k="73" />
+    <hkern u1="s" u2="&#x2018;" k="73" />
+    <hkern u1="s" u2="&#x2d;" k="-38" />
+    <hkern u1="t" u2="&#x201e;" k="73" />
+    <hkern u1="t" u2="&#x201d;" k="-57" />
+    <hkern u1="t" u2="&#x201c;" k="-38" />
+    <hkern u1="t" u2="&#x201a;" k="73" />
+    <hkern u1="t" u2="&#x2019;" k="-57" />
+    <hkern u1="t" u2="&#x2018;" k="-38" />
+    <hkern u1="t" u2="&#x2d;" k="45" />
+    <hkern u1="u" u2="&#x201d;" k="73" />
+    <hkern u1="u" u2="&#x2019;" k="73" />
+    <hkern u1="v" u2="&#x201e;" k="235" />
+    <hkern u1="v" u2="&#x201d;" k="-114" />
+    <hkern u1="v" u2="&#x201c;" k="-94" />
+    <hkern u1="v" u2="&#x201a;" k="235" />
+    <hkern u1="v" u2="&#x2019;" k="-114" />
+    <hkern u1="v" u2="&#x2018;" k="-94" />
+    <hkern u1="v" u2="&#x2e;" k="159" />
+    <hkern u1="v" u2="&#x2c;" k="159" />
+    <hkern u1="w" u2="&#x201e;" k="159" />
+    <hkern u1="w" u2="&#x201d;" k="-114" />
+    <hkern u1="w" u2="&#x201c;" k="-57" />
+    <hkern u1="w" u2="&#x201a;" k="159" />
+    <hkern u1="w" u2="&#x2019;" k="-114" />
+    <hkern u1="w" u2="&#x2018;" k="-57" />
+    <hkern u1="w" u2="&#x2e;" k="149" />
+    <hkern u1="w" u2="&#x2d;" k="-38" />
+    <hkern u1="w" u2="&#x2c;" k="149" />
+    <hkern u1="x" u2="&#x2d;" k="63" />
+    <hkern u1="y" u2="&#x201e;" k="264" />
+    <hkern u1="y" u2="&#x201d;" k="-114" />
+    <hkern u1="y" u2="&#x201c;" k="-114" />
+    <hkern u1="y" u2="&#x201a;" k="264" />
+    <hkern u1="y" u2="&#x2019;" k="-114" />
+    <hkern u1="y" u2="&#x2018;" k="-114" />
+    <hkern u1="y" u2="&#x2e;" k="178" />
+    <hkern u1="y" u2="&#x2d;" k="36" />
+    <hkern u1="y" u2="&#x2c;" k="178" />
+    <hkern u1="&#xab;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#xab;" u2="Y" k="149" />
+    <hkern u1="&#xab;" u2="W" k="112" />
+    <hkern u1="&#xab;" u2="V" k="112" />
+    <hkern u1="&#xab;" u2="T" k="112" />
+    <hkern u1="&#xab;" u2="J" k="-38" />
+    <hkern u1="&#xbb;" u2="&#xc5;" k="73" />
+    <hkern u1="&#xbb;" u2="Y" k="225" />
+    <hkern u1="&#xbb;" u2="X" k="112" />
+    <hkern u1="&#xbb;" u2="W" k="188" />
+    <hkern u1="&#xbb;" u2="V" k="225" />
+    <hkern u1="&#xbb;" u2="U" k="73" />
+    <hkern u1="&#xbb;" u2="T" k="188" />
+    <hkern u1="&#xbb;" u2="J" k="-75" />
+    <hkern u1="&#xbb;" u2="A" k="73" />
+    <hkern u1="&#xc5;" u2="&#x201e;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="243" />
+    <hkern u1="&#xc5;" u2="&#x201c;" k="264" />
+    <hkern u1="&#xc5;" u2="&#x201a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2019;" k="243" />
+    <hkern u1="&#xc5;" u2="&#x2018;" k="264" />
+    <hkern u1="&#xc5;" u2="&#xab;" k="73" />
+    <hkern u1="&#xc5;" u2="Y" k="112" />
+    <hkern u1="&#xc5;" u2="W" k="36" />
+    <hkern u1="&#xc5;" u2="V" k="36" />
+    <hkern u1="&#xc5;" u2="U" k="36" />
+    <hkern u1="&#xc5;" u2="T" k="112" />
+    <hkern u1="&#xc5;" u2="Q" k="36" />
+    <hkern u1="&#xc5;" u2="O" k="36" />
+    <hkern u1="&#xc5;" u2="G" k="36" />
+    <hkern u1="&#xc5;" u2="C" k="36" />
+    <hkern u1="&#xc5;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2d;" k="45" />
+    <hkern u1="&#xc6;" u2="&#x201d;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x2019;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x201e;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x201a;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xd0;" u2="Y" k="36" />
+    <hkern u1="&#xd0;" u2="W" k="36" />
+    <hkern u1="&#xd0;" u2="V" k="36" />
+    <hkern u1="&#xd0;" u2="A" k="36" />
+    <hkern u1="&#xd0;" u2="&#x2e;" k="120" />
+    <hkern u1="&#xd0;" u2="&#x2d;" k="-65" />
+    <hkern u1="&#xd0;" u2="&#x2c;" k="120" />
+    <hkern u1="&#xd8;" u2="&#x201e;" k="112" />
+    <hkern u1="&#xd8;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xd8;" u2="&#x201a;" k="112" />
+    <hkern u1="&#xd8;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xd8;" u2="Y" k="73" />
+    <hkern u1="&#xd8;" u2="X" k="36" />
+    <hkern u1="&#xd8;" u2="V" k="36" />
+    <hkern u1="&#xd8;" u2="T" k="112" />
+    <hkern u1="&#xd8;" u2="A" k="36" />
+    <hkern u1="&#xd8;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x2e;" k="83" />
+    <hkern u1="&#xd8;" u2="&#x2d;" k="-57" />
+    <hkern u1="&#xd8;" u2="&#x2c;" k="83" />
+    <hkern u1="&#xdf;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2d;" k="-75" />
+    <hkern u1="&#xe5;" u2="&#x201d;" k="73" />
+    <hkern u1="&#xe5;" u2="&#x201c;" k="112" />
+    <hkern u1="&#xe5;" u2="&#x2019;" k="73" />
+    <hkern u1="&#xe5;" u2="&#x2018;" k="112" />
+    <hkern u1="&#xe6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xf8;" u2="&#x201c;" k="73" />
+    <hkern u1="&#xf8;" u2="&#x2018;" k="73" />
+    <hkern u1="&#xf8;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x201d;" k="311" />
+    <hkern u1="&#x141;" u2="&#x201c;" k="339" />
+    <hkern u1="&#x141;" u2="&#x2019;" k="311" />
+    <hkern u1="&#x141;" u2="&#x2018;" k="339" />
+    <hkern u1="&#x141;" u2="y" k="73" />
+    <hkern u1="&#x141;" u2="u" k="36" />
+    <hkern u1="&#x141;" u2="o" k="36" />
+    <hkern u1="&#x141;" u2="e" k="36" />
+    <hkern u1="&#x141;" u2="a" k="36" />
+    <hkern u1="&#x141;" u2="Y" k="149" />
+    <hkern u1="&#x141;" u2="W" k="112" />
+    <hkern u1="&#x141;" u2="V" k="112" />
+    <hkern u1="&#x141;" u2="U" k="36" />
+    <hkern u1="&#x141;" u2="T" k="112" />
+    <hkern u1="&#x141;" u2="O" k="73" />
+    <hkern u1="&#x141;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2d;" k="36" />
+    <hkern u1="&#x141;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x153;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#xf002;" k="-57" />
+    <hkern u1="&#x2018;" u2="&#xf001;" k="-57" />
+    <hkern u1="&#x2018;" u2="&#x152;" k="83" />
+    <hkern u1="&#x2018;" u2="&#x142;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#x111;" k="73" />
+    <hkern u1="&#x2018;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x2018;" u2="&#xc6;" k="319" />
+    <hkern u1="&#x2018;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x2018;" u2="v" k="-57" />
+    <hkern u1="&#x2018;" u2="r" k="112" />
+    <hkern u1="&#x2018;" u2="q" k="73" />
+    <hkern u1="&#x2018;" u2="l" k="-38" />
+    <hkern u1="&#x2018;" u2="k" k="-38" />
+    <hkern u1="&#x2018;" u2="h" k="-38" />
+    <hkern u1="&#x2018;" u2="g" k="73" />
+    <hkern u1="&#x2018;" u2="f" k="-57" />
+    <hkern u1="&#x2018;" u2="d" k="73" />
+    <hkern u1="&#x2018;" u2="b" k="-94" />
+    <hkern u1="&#x2018;" u2="Y" k="-65" />
+    <hkern u1="&#x2018;" u2="X" k="-65" />
+    <hkern u1="&#x2018;" u2="W" k="-47" />
+    <hkern u1="&#x2018;" u2="V" k="-57" />
+    <hkern u1="&#x2018;" u2="T" k="-38" />
+    <hkern u1="&#x2018;" u2="Q" k="36" />
+    <hkern u1="&#x2018;" u2="O" k="83" />
+    <hkern u1="&#x2018;" u2="J" k="272" />
+    <hkern u1="&#x2018;" u2="A" k="272" />
+    <hkern u1="&#x201a;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xdf;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xc6;" k="-227" />
+    <hkern u1="&#x201a;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201a;" u2="w" k="83" />
+    <hkern u1="&#x201a;" u2="v" k="83" />
+    <hkern u1="&#x201a;" u2="u" k="36" />
+    <hkern u1="&#x201a;" u2="t" k="73" />
+    <hkern u1="&#x201a;" u2="j" k="-47" />
+    <hkern u1="&#x201a;" u2="f" k="-38" />
+    <hkern u1="&#x201a;" u2="Y" k="225" />
+    <hkern u1="&#x201a;" u2="X" k="-86" />
+    <hkern u1="&#x201a;" u2="W" k="292" />
+    <hkern u1="&#x201a;" u2="V" k="339" />
+    <hkern u1="&#x201a;" u2="U" k="188" />
+    <hkern u1="&#x201a;" u2="T" k="206" />
+    <hkern u1="&#x201a;" u2="Q" k="112" />
+    <hkern u1="&#x201a;" u2="O" k="112" />
+    <hkern u1="&#x201a;" u2="J" k="-38" />
+    <hkern u1="&#x201a;" u2="G" k="73" />
+    <hkern u1="&#x201a;" u2="C" k="112" />
+    <hkern u1="&#x201a;" u2="A" k="-75" />
+    <hkern u1="&#x201c;" u2="&#xf002;" k="-57" />
+    <hkern u1="&#x201c;" u2="&#xf001;" k="-57" />
+    <hkern u1="&#x201c;" u2="&#x152;" k="83" />
+    <hkern u1="&#x201c;" u2="&#x142;" k="-38" />
+    <hkern u1="&#x201c;" u2="&#x111;" k="73" />
+    <hkern u1="&#x201c;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x201c;" u2="&#xc6;" k="319" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x201c;" u2="v" k="-57" />
+    <hkern u1="&#x201c;" u2="r" k="112" />
+    <hkern u1="&#x201c;" u2="q" k="73" />
+    <hkern u1="&#x201c;" u2="l" k="-38" />
+    <hkern u1="&#x201c;" u2="k" k="-38" />
+    <hkern u1="&#x201c;" u2="h" k="-38" />
+    <hkern u1="&#x201c;" u2="g" k="73" />
+    <hkern u1="&#x201c;" u2="f" k="-57" />
+    <hkern u1="&#x201c;" u2="d" k="73" />
+    <hkern u1="&#x201c;" u2="b" k="-94" />
+    <hkern u1="&#x201c;" u2="Y" k="-65" />
+    <hkern u1="&#x201c;" u2="X" k="-65" />
+    <hkern u1="&#x201c;" u2="W" k="-47" />
+    <hkern u1="&#x201c;" u2="V" k="-57" />
+    <hkern u1="&#x201c;" u2="T" k="-38" />
+    <hkern u1="&#x201c;" u2="Q" k="36" />
+    <hkern u1="&#x201c;" u2="O" k="83" />
+    <hkern u1="&#x201c;" u2="J" k="272" />
+    <hkern u1="&#x201c;" u2="A" k="272" />
+    <hkern u1="&#x201e;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xdf;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xc6;" k="-227" />
+    <hkern u1="&#x201e;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201e;" u2="w" k="83" />
+    <hkern u1="&#x201e;" u2="v" k="83" />
+    <hkern u1="&#x201e;" u2="u" k="36" />
+    <hkern u1="&#x201e;" u2="t" k="73" />
+    <hkern u1="&#x201e;" u2="j" k="-47" />
+    <hkern u1="&#x201e;" u2="f" k="-38" />
+    <hkern u1="&#x201e;" u2="Y" k="225" />
+    <hkern u1="&#x201e;" u2="X" k="-86" />
+    <hkern u1="&#x201e;" u2="W" k="292" />
+    <hkern u1="&#x201e;" u2="V" k="339" />
+    <hkern u1="&#x201e;" u2="U" k="188" />
+    <hkern u1="&#x201e;" u2="T" k="206" />
+    <hkern u1="&#x201e;" u2="Q" k="112" />
+    <hkern u1="&#x201e;" u2="O" k="112" />
+    <hkern u1="&#x201e;" u2="J" k="-38" />
+    <hkern u1="&#x201e;" u2="G" k="73" />
+    <hkern u1="&#x201e;" u2="C" k="112" />
+    <hkern u1="&#x201e;" u2="A" k="-75" />
+    <hkern u1="&#x2039;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#x2039;" u2="Y" k="149" />
+    <hkern u1="&#x2039;" u2="W" k="112" />
+    <hkern u1="&#x2039;" u2="V" k="112" />
+    <hkern u1="&#x2039;" u2="T" k="112" />
+    <hkern u1="&#x2039;" u2="J" k="-38" />
+    <hkern u1="&#xf001;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xf001;" u2="&#x2018;" k="36" />
+  </font>
+</defs></svg>
diff --git a/dist/img/FuturaBT-Medium.b18573e7.svg b/dist/img/FuturaBT-Medium.b18573e7.svg
new file mode 100644
index 0000000000000000000000000000000000000000..2708a7105b875baead9818263f3c94cec1a6e396
--- /dev/null
+++ b/dist/img/FuturaBT-Medium.b18573e7.svg
@@ -0,0 +1,1361 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20170731 at Wed Nov 18 01:55:15 1992
+ By Aleksey,,,
+Copyright 1990-1993 Bitstream Inc.  All rights reserved.
+</metadata>
+<defs>
+<font id="FuturaBT-Medium" horiz-adv-x="1024" >
+  <font-face 
+    font-family="Futura Md BT"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="2048"
+    panose-1="2 11 6 2 2 2 4 2 3 3"
+    ascent="1638"
+    descent="-410"
+    x-height="948"
+    cap-height="1464"
+    bbox="-342 -483 2337 1972"
+    underline-thickness="145"
+    underline-position="-439"
+    unicode-range="U+0020-F002"
+  />
+<missing-glyph horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
+d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="618" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="618" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="674" 
+d="M223 1497h228v-1161h-228v1161zM205 92q0 54 38.5 92.5t92.5 38.5q55 0 93 -38t38 -93q0 -54 -38 -92.5t-93 -38.5t-93 38.5t-38 92.5z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="643" 
+d="M395 1436h164v-557h-164v557zM86 1436h164v-557h-164v557z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1575" 
+d="M709 852l-91 -254h256l91 254h-256zM735 1460h191l-154 -436h250l156 436h190l-154 -436h291l-59 -172h-293l-90 -252h309l-61 -172h-307l-156 -434h-191l156 434h-252l-158 -434h-190l156 434h-299l61 172h297l90 252h-315l61 172h316z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1237" 
+d="M137 317l189 84q24 -86 84 -133.5t157 -58.5v457q-205 84 -298 184.5t-93 236.5q0 159 104 262t287 126v112h105v-114q143 -13 235 -71t131 -161l-184 -92q-34 53 -78 83.5t-104 41.5v-402q245 -115 329 -209t84 -233q0 -181 -107.5 -292.5t-305.5 -135.5v-170h-105v166
+q-178 12 -286 92t-144 227zM567 1268q-73 -22 -106 -61.5t-33 -104.5q0 -62 33 -108t106 -85v359zM672 215q82 21 125 72.5t43 128.5q0 66 -40 115t-128 92v-408z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1622" 
+d="M1237 80q75 0 112 67t37 201q0 129 -37.5 197.5t-107.5 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM913 348q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM57 1094q0 181 87 283
+t241 102q155 0 240.5 -100.5t85.5 -284.5q0 -183 -86 -284t-240 -101q-155 0 -241.5 101t-86.5 284zM383 825q74 0 110.5 67t36.5 202q0 130 -37 199t-106 69q-74 0 -111.5 -68.5t-37.5 -201.5q0 -129 37.5 -198t107.5 -69zM455 -39h-138l854 1518h138z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1374" 
+d="M571 934l54 31q56 33 84 76.5t28 97.5q0 62 -38 101.5t-99 39.5q-67 0 -108 -40t-41 -103q0 -31 11.5 -60t35.5 -55zM834 295l-320 369l-37 -25q-105 -68 -146.5 -124.5t-41.5 -125.5q0 -97 68 -164t169 -67q75 0 151.5 34t156.5 103zM1087 0l-118 139
+q-104 -89 -213.5 -131.5t-239.5 -42.5q-202 0 -328.5 117t-126.5 301q0 125 78 230.5t248 211.5l-59 64q-49 53 -75 116t-26 128q0 144 105.5 236.5t271.5 92.5q165 0 262 -83.5t97 -225.5q0 -107 -68 -195.5t-217 -175.5l305 -354q44 44 90 100t98 129l140 -149
+q-40 -64 -89 -121.5t-106 -107.5l246 -279h-275z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="334" 
+d="M86 1436h164v-557h-164v557z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="621" 
+d="M406 -446q-119 220 -178.5 466t-59.5 519q0 287 59 533t179 460l163 -49q-107 -212 -159 -442.5t-52 -499.5q0 -282 51.5 -510t159.5 -424z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="621" 
+d="M207 -446l-162 53q108 196 159.5 424t51.5 510q0 269 -51.5 499.5t-159.5 442.5l162 49q120 -214 178.5 -460t58.5 -533q0 -273 -59 -519t-178 -466z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="901" 
+d="M178 868l-72 121l226 115l-226 133l72 123l211 -135l-12 239h145l-14 -241l215 137l72 -123l-232 -127l232 -121l-76 -121l-211 140l14 -246h-145l10 244z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1706" 
+d="M768 1221h170v-527h514v-166h-514v-528h-170v528h-514v166h514v527z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="618" 
+d="M309 248l195 -72l-260 -536l-129 51z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="829" 
+d="M147 571h535v-200h-535v200z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="618" 
+d="M178 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="887" 
+d="M717 1497h170l-717 -1687h-170z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1237" 
+d="M1145 705q0 -349 -140.5 -546.5t-386.5 -197.5q-249 0 -387.5 199.5t-138.5 560.5q0 358 140 558t389 200q252 0 388 -200.5t136 -573.5zM614 166q146 0 219.5 139.5t73.5 417.5q0 270 -72.5 411.5t-211.5 141.5q-145 0 -219 -141t-74 -416q0 -267 73.5 -410t210.5 -143z
+" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="1237" 
+d="M541 0v1262h-303l92 188h428v-1450h-217z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="1237" 
+d="M1024 190v-190h-981l547 655q102 123 149 216t47 169q0 109 -64.5 171.5t-176.5 62.5q-100 0 -165 -62.5t-73 -164.5h-229q0 197 132 314.5t355 117.5q212 0 334.5 -109t122.5 -297q0 -134 -70.5 -270.5t-298.5 -396.5l-186 -216h557z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="1237" 
+d="M94 391h228v-12q0 -101 69 -161t187 -60q133 0 205.5 66.5t72.5 191.5q0 131 -74.5 197.5t-222.5 66.5q-7 0 -22 -1t-23 -1v192q7 0 21.5 -1t21.5 -1q130 0 196 54.5t66 160.5q0 94 -59.5 149.5t-159.5 55.5q-107 0 -167.5 -51.5t-63.5 -144.5h-215q10 187 127 287
+t325 100q201 0 318.5 -105t117.5 -284q0 -135 -66.5 -221.5t-184.5 -104.5q139 -25 211.5 -122t72.5 -257q0 -195 -136.5 -309.5t-369.5 -114.5q-211 0 -340 116.5t-135 313.5z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="1237" 
+d="M735 989l-373 -526h367v381q0 30 1.5 67t4.5 78zM729 0v297h-702l852 1182h67v-1016h178v-166h-178v-297h-217z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="1237" 
+d="M236 350q51 -94 131 -144t178 -50q145 0 235 92.5t90 243.5q0 145 -94.5 236t-247.5 91q-92 0 -170.5 -31.5t-138.5 -93.5l-59 13l182 743h692v-193h-549l-86 -323q60 25 116 37t112 12q209 0 340 -134t131 -349q0 -246 -153 -392.5t-410 -146.5q-152 0 -264 52.5
+t-193 162.5z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="1237" 
+d="M340 449q0 -131 73 -211t189 -80q131 0 206 78t75 213q0 137 -74 214.5t-205 77.5q-117 0 -190.5 -81t-73.5 -211zM473 889q49 23 96.5 35t94.5 12q196 0 323 -133t127 -340q0 -226 -142.5 -364t-375.5 -138q-218 0 -350.5 135t-132.5 355q0 235 320 685l26 35l256 363
+l182 -92z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1237" 
+d="M229 31l598 1231h-677v188h1009l-737 -1505z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1237" 
+d="M375 774q-109 47 -160 123t-51 190q0 176 124 284t328 108q209 0 332 -109.5t123 -292.5q0 -108 -53.5 -185.5t-157.5 -117.5q122 -40 191 -141.5t69 -239.5q0 -202 -133.5 -317t-370.5 -115q-233 0 -367 115t-134 313q0 144 68 244.5t192 140.5zM621 1286
+q-104 0 -164 -54.5t-60 -148.5q0 -92 58.5 -144t160.5 -52q105 0 163.5 51.5t58.5 144.5q0 95 -58 149t-159 54zM616 156q129 0 202 67.5t73 186.5q0 120 -73 188t-202 68q-126 0 -199 -69t-73 -187q0 -119 72 -186.5t200 -67.5z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1237" 
+d="M879 993q0 131 -72 211t-189 80q-131 0 -206.5 -78t-75.5 -213q0 -138 74 -216.5t204 -78.5q117 0 191 82.5t74 212.5zM745 551q-46 -23 -93.5 -34t-96.5 -11q-197 0 -324 132t-127 339q0 226 142.5 364t376.5 138q218 0 351.5 -134.5t133.5 -353.5q0 -235 -321 -685
+l-25 -36l-258 -362l-180 92z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="674" 
+d="M205 795q0 53 38.5 91t92.5 38q55 0 93 -37t38 -92t-38 -93t-93 -38t-93 38t-38 93zM205 111q0 53 38.5 92t92.5 39q55 0 93 -38t38 -93q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="674" 
+d="M293 795q0 53 37.5 91t91.5 38q56 0 93.5 -37t37.5 -92t-38 -93t-93 -38q-54 0 -91.5 38t-37.5 93zM315 248l195 -72l-260 -536l-131 51z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1706" 
+d="M1442 1176v-185l-934 -381l934 -381v-182l-1178 483v160z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1706" 
+d="M254 487h1198v-165h-1198v165zM254 901h1198v-168h-1198v168z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1706" 
+d="M264 1176l1178 -486v-160l-1178 -483v182l934 381l-934 381v185z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="1114" 
+d="M381 1116h-172q0 6 -1 18.5t-1 18.5q0 157 95.5 251.5t254.5 94.5q163 0 259.5 -93.5t96.5 -250.5q0 -115 -56.5 -188.5t-223.5 -155.5l-24 -12q-197 -98 -197 -185q0 -50 39 -87.5t94 -37.5q67 0 103 40t38 116h178v-20q0 -148 -83 -229t-236 -81q-142 0 -234 83.5
+t-92 211.5q0 118 63.5 196t247.5 167q125 59 160 97.5t35 92.5q0 67 -47.5 110.5t-120.5 43.5q-82 0 -129 -53.5t-47 -147.5zM397 92q0 54 39 92.5t92 38.5q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="2048" 
+d="M1174 283q-55 -87 -128 -127.5t-176 -40.5q-152 0 -232.5 86.5t-80.5 249.5q0 233 138 395t333 162q89 0 149 -34.5t99 -107.5l55 107h154l-148 -586q-1 -5 -2 -12q-6 -28 -6 -37q0 -38 26.5 -61t69.5 -23q51 0 107.5 30.5t105.5 84.5q72 76 110 177.5t38 215.5
+q0 253 -187 411t-489 158q-138 0 -256 -31t-215 -94q-181 -113 -279 -291t-98 -395q0 -312 209.5 -499t558.5 -187q166 0 323.5 49t291.5 142l67 -99q-149 -113 -318.5 -170t-355.5 -57q-192 0 -351 48t-281 142q-155 118 -231.5 275.5t-76.5 357.5q0 165 52 313.5
+t153 272.5q147 179 353.5 272t459.5 93q166 0 315 -45.5t255 -127.5q132 -102 198 -235.5t66 -300.5q0 -162 -65 -302t-185 -237q-69 -55 -150 -83.5t-168 -28.5q-106 0 -157 40.5t-51 125.5v4zM1233 707q-14 84 -61.5 130t-122.5 46q-127 0 -217.5 -128.5t-90.5 -310.5
+q0 -98 45.5 -151t128.5 -53q90 0 163.5 66.5t99.5 172.5z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1180" 
+d="M401 846h91q170 0 240.5 46.5t70.5 156.5q0 120 -65 168.5t-246 48.5h-91v-420zM401 199h82q125 0 187 10t98 35q44 29 68 78t24 108q0 70 -29 122t-83 81q-34 17 -77.5 25t-115.5 8h-72h-82v-467zM168 0v1464h369q158 0 233.5 -17t128.5 -56q68 -50 105.5 -131
+t37.5 -179q0 -117 -54 -195.5t-157 -109.5q128 -20 201.5 -116.5t73.5 -243.5q0 -89 -31 -169t-88 -136q-60 -61 -149 -86t-299 -25h-371z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1470" 
+d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
+q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1516" 
+d="M406 215h200q165 0 247.5 22t143.5 74q83 71 124.5 176.5t41.5 245.5t-41.5 245.5t-124.5 176.5q-62 52 -148.5 74t-270.5 22h-86h-86v-1036zM168 0v1464h321q313 0 440.5 -31.5t223.5 -105.5q127 -97 192.5 -249t65.5 -347t-65.5 -345.5t-192.5 -248.5
+q-96 -74 -218.5 -105.5t-381.5 -31.5h-64h-321z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="1075" 
+d="M168 0v1464h817v-202h-579v-365h579v-209h-579v-688h-238z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1645" 
+d="M979 750h580q0 -15 1 -42q3 -71 3 -96q0 -309 -177 -480t-499 -171q-180 0 -321 53t-247 160q-104 106 -159.5 249t-55.5 306q0 166 56.5 306t167.5 247q107 105 251 160t308 55q173 0 309.5 -63t243.5 -193l-174 -131q-74 86 -167 128t-208 42q-238 0 -388.5 -152.5
+t-150.5 -396.5q0 -248 150.5 -402.5t390.5 -154.5q204 0 321 95t117 259v21h-352v201z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1532" 
+d="M168 0v1464h238v-540h720v540h238v-1464h-238v711h-720v-711h-238z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="807" 
+d="M156 266q37 -44 71 -64t72 -20q70 0 98.5 46t28.5 171v1065h236v-1142q0 -186 -82 -273.5t-256 -87.5q-96 0 -173.5 37t-146.5 115z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1270" 
+d="M168 0v1464h238v-606l526 606h291l-580 -651l649 -813h-307l-579 748v-748h-238z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="963" 
+d="M168 0v1464h238v-1251h532v-213h-770z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1767" 
+d="M1362 723q-4 17 -13 94q-8 64 -14 106q-9 -50 -25.5 -100t-41.5 -102l-383 -780l-383 796q-24 49 -41.5 95t-30.5 91q-1 -46 -7.5 -96.5t-19.5 -105.5l-157 -721h-219l346 1526l432 -924q10 -22 30.5 -73t49.5 -126q21 63 66 160q12 26 18 40l422 923l354 -1526h-221z
+" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1645" 
+d="M168 0v1522l930 -895q38 -38 77 -81t82 -97v1015h220v-1521l-949 911q-38 37 -73.5 78t-67.5 86v-1018h-219z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="1090" 
+d="M406 852h61q198 0 264 43t66 152q0 117 -70.5 165t-259.5 48h-61v-408zM391 657v-657h-223v1464h360q160 0 235.5 -17.5t131.5 -57.5q69 -51 108 -137.5t39 -190.5t-39 -192t-108 -138q-56 -40 -131.5 -57t-235.5 -17h-47h-90z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1774" 
+d="M1151 524l141 -151q67 81 98 168.5t31 189.5q0 112 -39.5 211t-115.5 176q-77 78 -175 120t-204 42q-107 0 -205 -42t-174 -120q-76 -77 -116 -176t-40 -211q0 -230 155.5 -387.5t385.5 -157.5q62 0 118.5 13.5t112.5 42.5l-262 282h289zM1448 199l311 -336h-284
+l-191 207q-98 -53 -199 -79t-211 -26q-149 0 -292 59t-250 164q-111 108 -169.5 247t-58.5 296t58.5 296t169.5 247q110 108 252.5 165.5t302.5 57.5q159 0 301 -57.5t252 -165.5q111 -109 170 -248t59 -295q0 -152 -56.5 -288.5t-164.5 -243.5z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1147" 
+d="M406 840h43q189 0 251 44t62 156q0 121 -66.5 170.5t-246.5 49.5h-43v-420zM391 655v-655h-223v1464h332q146 0 226.5 -19t137.5 -63q68 -53 105 -137t37 -184q0 -176 -85 -275.5t-251 -119.5l504 -666h-269l-487 655h-27z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="1124" 
+d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
+q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="1042" 
+d="M641 1262v-1262h-238v1262h-389v202h1014v-202h-387z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1266" 
+d="M633 -57l-653 1521h247l328 -780q29 -68 48 -125.5t30 -109.5q13 55 33 114t47 121l327 780h246z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1923" 
+d="M-6 1464h235l277 -739q27 -73 45.5 -128t32.5 -103q35 116 73 227q5 14 7 19l294 782l310 -797q22 -58 41.5 -116t36.5 -117q10 45 27 99t44 128l275 745h237l-567 -1521l-334 835q-22 56 -40 107.5t-32 97.5q-17 -59 -34 -110.5t-35 -98.5l-328 -831z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="1171" 
+d="M0 0l475 766l-420 698h250l211 -358q17 -28 63 -116q10 -20 15 -29q16 31 35.5 66t44.5 77l223 360h244l-428 -694l461 -770h-263l-245 415q-1 2 -4 7q-40 75 -74 141q-17 -34 -37 -70.5t-43 -74.5l-256 -418h-252z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1214" 
+d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1180" 
+d="M18 0l746 1262h-621v202h987l-739 -1251h748v-213h-1121z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="621" 
+d="M389 -256h191v-158h-381v1911h381v-156h-191v-1597z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="887" 
+d="M717 -190l-717 1687h170l717 -1687h-170z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="621" 
+d="M231 -256v1597h-188v156h379v-1911h-379v158h188z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="2048" 
+d="M915 1460h218l495 -561h-207l-397 397l-399 -397h-207z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M0 -311h1024v-172h-1024v172z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M653 1092h-123l-292 272h225z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1192" 
+d="M360 477q0 -145 74.5 -234t192.5 -89q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM367 1550v-757q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40t-135.5 122v-123
+h-217v1550h217z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="930" 
+d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1192" 
+d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q118 0 191 88.5t73 234.5zM825 1550h217v-1550h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5
+t120.5 -139.5v757z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="627" 
+d="M180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190h-228v-758h-217z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1192" 
+d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 59q0 -278 -111 -391.5t-374 -113.5q-196 0 -313 82.5t-119 219.5l233 1q5 -61 57 -93t146 -32q139 0 200 61t62 204l2 126q-58 -82 -135.5 -122
+t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-889z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1204" 
+d="M150 0v1550h204v-757q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="537" 
+d="M131 1358q0 55 40.5 95t96.5 40q58 0 96.5 -38.5t38.5 -96.5t-39 -97.5t-96 -39.5q-56 0 -96.5 40.5t-40.5 96.5zM160 0v948h217v-948h-217z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="537" 
+d="M131 1358q0 55 40.5 95t96.5 40q58 0 96.5 -38.5t38.5 -96.5t-39 -97.5t-96 -39.5q-56 0 -96.5 40.5t-40.5 96.5zM160 -446v1394h217v-1394h-217z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="1057" 
+d="M150 0v1550h217v-995l397 393h268l-430 -418l471 -530h-280l-426 489v-489h-217z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="537" 
+d="M160 0v1550h217v-1550h-217z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1792" 
+d="M367 0h-217v948h204v-155q65 99 147.5 144.5t194.5 45.5q111 0 184 -46.5t111 -141.5q75 98 159.5 143t192.5 45q94 0 164 -34.5t109 -100.5q18 -31 26.5 -74t8.5 -123v-76v-575h-217v487q0 191 -40.5 251.5t-144.5 60.5q-128 0 -182.5 -81.5t-54.5 -285.5v-432h-219v487
+q0 176 -42.5 244t-146.5 68q-64 0 -117 -29t-84 -80q-20 -33 -28 -81t-8 -177v-432z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1204" 
+d="M150 0v948h204v-155q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1192" 
+d="M360 477q0 -147 73.5 -235t193.5 -88q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM150 -446v1394h217v-155q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40t-135.5 122
+v-569h-217z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1192" 
+d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q119 0 191.5 88t72.5 235zM1042 -446h-217v569q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5
+v155h217v-1394z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="754" 
+d="M367 797q35 94 92.5 139t142.5 45q46 0 90.5 -11t87.5 -32l-78 -184q-28 20 -60.5 29.5t-72.5 9.5q-108 0 -155 -86.5t-47 -290.5v-416h-217v950h217v-153z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="872" 
+d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
+q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="621" 
+d="M201 0v758h-166v190h166v359h217v-359h166v-190h-166v-758h-217z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="967" 
+d="M483 -57l-497 1005h237l207 -477q10 -22 24 -66t29 -105q10 43 23.5 85.5t32.5 85.5l206 477h236z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1536" 
+d="M1057 -57l-219 493q-25 57 -41 101.5t-29 87.5q-22 -65 -39 -111.5t-27 -69.5l-225 -501l-491 1005h231l213 -457q13 -29 25.5 -79.5t21.5 -111.5q1 36 12 75t37 96l232 512h18l236 -512q22 -48 32.5 -89t12.5 -82q9 54 23 102t32 87l209 459h229z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="928" 
+d="M215 0h-240l359 510l-307 438h239l133 -196q21 -30 37 -58t29 -57q12 24 27.5 50.5t39.5 66.5l132 194h237l-307 -440l356 -508h-237l-176 249q-3 5 -8 12q-51 77 -66 118q-20 -38 -38.5 -70.5t-37.5 -60.5z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="965" 
+d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="920" 
+d="M879 0h-881l528 758h-475v190h828l-517 -758h517v-190z" />
+    <glyph glyph-name="braceleft" unicode="{" 
+d="M874 1477v-179q-8 0 -24 1t-23 1q-109 0 -147.5 -41.5t-38.5 -173.5v-241q0 -155 -44 -220.5t-159 -93.5q114 -27 158.5 -92.5t44.5 -220.5v-240q0 -132 39.5 -174.5t148.5 -42.5q7 0 22 1t23 1v-176h-63q-102 0 -165.5 12t-106.5 37q-57 34 -80 96t-23 203v248
+q0 144 -52.5 203t-178.5 59q-7 0 -21.5 -1t-21.5 -1v179q7 0 21.5 -1.5t21.5 -1.5q126 0 178.5 59t52.5 202v247q0 145 23 206.5t80 94.5q44 27 109 38.5t181 11.5h45z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M424 1565h178v-2048h-178v2048z" />
+    <glyph glyph-name="braceright" unicode="}" 
+d="M152 1477h45q115 0 179.5 -11.5t108.5 -38.5q57 -33 80 -95t23 -206v-247q0 -144 52 -202.5t179 -58.5q6 0 21 1.5t22 1.5v-179q-7 0 -21.5 1t-21.5 1q-126 0 -178.5 -59t-52.5 -203v-248q0 -143 -23 -204t-80 -95q-43 -26 -108 -37.5t-180 -11.5h-45v176q8 0 23 -1
+t22 -1q109 0 147.5 42t38.5 175v240q0 153 45 219t160 94q-115 28 -160 93.5t-45 220.5v241q0 132 -38 173.5t-146 41.5q-7 0 -23 -1t-24 -1v179z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1706" 
+d="M1530 784v-184q-103 -71 -197.5 -106t-183.5 -35q-44 0 -92.5 8.5t-98.5 26.5q-25 8 -76 26q-212 74 -319 74q-82 0 -174 -38t-211 -122v187q106 72 202 107.5t185 35.5q62 0 125.5 -12t168.5 -48q13 -4 42 -15q164 -58 250 -58q85 0 177 37t202 116z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="1237" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="674" 
+d="M223 -39v1163h228v-1163h-228zM205 1368q0 54 38 91.5t93 37.5t93 -37.5t38 -91.5q0 -55 -38 -93t-93 -38q-54 0 -92.5 38.5t-38.5 92.5z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1237" 
+d="M623 1042q-107 -18 -173.5 -99.5t-66.5 -192.5q0 -123 63.5 -203t176.5 -101v596zM993 961q-57 36 -121.5 56.5t-144.5 26.5v-598q94 15 158 38.5t108 58.5v-209q-57 -33 -123 -51t-143 -21v-203h-104v207q-195 15 -316 145t-121 324q0 196 116.5 325.5t320.5 160.5v161
+h104v-157q65 -2 130.5 -16.5t135.5 -43.5v-204z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1237" 
+d="M74 49q59 89 123.5 134.5t138.5 52.5q24 48 35.5 91.5t11.5 86.5q0 41 -11.5 83t-35.5 89h-250v141h188q-44 74 -67 149t-23 150q0 200 138 326.5t360 126.5q210 0 331.5 -114t139.5 -329l-223 -30q-10 138 -75.5 209t-182.5 71q-112 0 -182 -69.5t-70 -180.5
+q0 -78 74 -269q11 -27 16 -40h358v-141h-313q8 -26 12 -53t4 -56q0 -66 -25 -129t-71 -112h6q82 0 209 -45.5t178 -45.5q70 0 124 28t83 79l133 -119q-47 -85 -124.5 -130.5t-174.5 -45.5q-95 0 -256 48t-229 48q-56 0 -111 -26t-108 -78z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1241" 
+d="M623 1176q-120 0 -205.5 -86t-85.5 -205q0 -120 84.5 -204.5t206.5 -84.5q121 0 205.5 84.5t84.5 204.5q0 119 -85.5 205t-204.5 86zM168 1430l203 -203q55 41 117 61.5t133 20.5t134 -20.5t117 -61.5l203 203l94 -93l-204 -204q39 -54 59 -116.5t20 -131.5
+q0 -70 -20 -132.5t-59 -115.5l204 -205l-94 -92l-203 205q-57 -42 -118 -62t-131 -20q-72 0 -135 20.5t-117 61.5l-203 -205l-92 92l203 205q-40 53 -60 115.5t-20 132.5q0 69 20 131.5t60 116.5l-203 204z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1237" 
+d="M492 0v578h-482v145h445l-101 164h-344v145h256l-266 420h240l307 -494q11 -17 27.5 -49.5t33.5 -70.5q13 34 28.5 66t33.5 61l315 487h229l-266 -420h256v-145h-350l-102 -164h452v-145h-493v-578h-219z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M424 408h178v-758h-178v758zM424 1432h178v-758h-178v758z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1090" 
+d="M551 281q104 0 178 74.5t74 181.5q0 106 -74 182t-178 76t-177 -75t-73 -183q0 -107 73 -181.5t177 -74.5zM154 -88h202q4 -92 50.5 -137t136.5 -45q87 0 138.5 40.5t51.5 108.5q0 95 -206 181l-42 18q-130 56 -187.5 87.5t-88.5 61.5q-64 61 -94.5 137t-30.5 175
+q0 128 68 223.5t194 144.5q-90 42 -135 109.5t-45 161.5q0 149 105 235t290 86q174 0 266.5 -86.5t92.5 -249.5v-20h-187q-3 90 -50 136t-136 46q-79 0 -128.5 -40.5t-49.5 -102.5q0 -57 46.5 -97.5t209.5 -105.5q219 -88 302 -186.5t83 -260.5q0 -138 -69.5 -229
+t-205.5 -131q94 -44 145.5 -119.5t51.5 -169.5q0 -154 -105.5 -244t-289.5 -90q-174 0 -278.5 94t-104.5 248v21z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M573 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM209 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1706" 
+d="M1206 903h-166q-10 74 -60 114t-130 40q-99 0 -155 -86.5t-56 -239.5q0 -152 57.5 -234.5t163.5 -82.5q80 0 129 43.5t60 124.5h165q-7 -135 -106.5 -217t-253.5 -82q-183 0 -290 119t-107 323q0 208 109.5 331.5t291.5 123.5q147 0 243 -77t105 -200zM854 1362
+q-130 0 -243 -46.5t-201 -135.5q-90 -92 -138.5 -208t-48.5 -241q0 -126 48 -240t139 -204q90 -91 204.5 -139t239.5 -48t240 48.5t209 140.5q89 88 135.5 200.5t46.5 241.5t-47 243.5t-135 203.5q-91 90 -205 137t-244 47zM852 1470q152 0 286 -55t240 -162
+q105 -105 160 -238.5t55 -283.5q0 -153 -54.5 -286t-158.5 -234q-108 -107 -244.5 -164t-283.5 -57q-146 0 -280 56.5t-240 162.5q-107 106 -163 240.5t-56 281.5q0 145 57 280.5t164 243.5q105 107 235.5 161t282.5 54z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="895" 
+d="M782 801h-164v86q-42 -57 -100.5 -85t-132.5 -28q-151 0 -238.5 96t-87.5 263q0 158 89 256t231 98q87 0 149.5 -34t89.5 -97v108h164v-663zM625 1135q0 103 -52 161t-145 58q-92 0 -144.5 -60t-52.5 -166q0 -105 51 -162t144 -57q88 0 143.5 62.5t55.5 163.5z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="930" 
+d="M713 877l139 -84l-207 -324l207 -324l-139 -84l-254 408zM334 877l137 -84l-205 -324l205 -324l-137 -84l-254 408z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1706" 
+d="M254 862h1198v-502h-166v336h-1032v166z" />
+    <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="829" 
+d="M147 571h535v-200h-535v200z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1706" 
+d="M729 1047v-261h117q100 0 146 30.5t46 96.5q0 69 -48 101.5t-152 32.5h-109zM551 1159h319q173 0 262 -57t89 -168q0 -91 -48 -150.5t-137 -78.5l185 -375h-199l-164 346h-129v-346h-178v829zM854 1362q-129 0 -240 -45.5t-200 -134.5q-92 -94 -141.5 -210t-49.5 -241
+t47 -238.5t136 -203.5q90 -91 204 -140t234 -49q130 0 246.5 47t209.5 138q89 86 137 198.5t48 237.5q0 133 -45.5 247.5t-134.5 205.5q-93 92 -207.5 140t-243.5 48zM852 1470q153 0 288.5 -56t241.5 -165q103 -104 157 -236.5t54 -281.5q0 -153 -55.5 -287t-161.5 -237
+q-108 -105 -243 -161t-281 -56q-147 0 -282.5 57.5t-241.5 165.5q-105 106 -160 239t-55 279q0 147 57.5 284t165.5 245q104 104 234.5 157t281.5 53z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M248 1153v141h526v-141h-526z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="674" 
+d="M338 1350q-77 0 -131.5 -54t-54.5 -131q0 -76 54.5 -131t131.5 -55t130.5 54.5t53.5 131.5t-53.5 131t-130.5 54zM338 1460q121 0 208 -87t87 -210q0 -121 -87 -208t-210 -87t-208 85.5t-85 209.5q0 125 86 211t209 86z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1706" 
+d="M254 182h1198v-168h-1198v168zM768 1206h170v-334h514v-165h-514v-334h-170v334h-514v165h514v334z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="817" 
+d="M676 690v-115h-647l360 394q67 73 98 129t31 102q0 65 -42 102t-116 37q-66 0 -109 -36.5t-48 -97.5l-152 -1q0 118 87.5 188t234.5 70q140 0 220.5 -65t80.5 -178q0 -79 -45.5 -159.5t-196.5 -240.5l-125 -129h369z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="817" 
+d="M62 811h151v-8q0 -61 45.5 -97t122.5 -36q89 0 136.5 40t47.5 115q0 79 -49 118.5t-147 39.5h-29v115q4 0 13.5 -1t15.5 -1q85 0 128.5 32.5t43.5 96.5q0 56 -39.5 89.5t-106.5 33.5q-70 0 -109.5 -30.5t-42.5 -86.5h-141q7 111 83.5 171t213.5 60q134 0 211.5 -63
+t77.5 -170q0 -81 -44 -132.5t-122 -62.5q92 -15 140.5 -73.5t48.5 -153.5q0 -117 -90.5 -185.5t-245.5 -68.5q-140 0 -224.5 69.5t-88.5 188.5z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M371 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1208" 
+d="M205 1081h229l-125 -635q-6 -29 -9 -55t-3 -49q0 -96 46.5 -146.5t135.5 -50.5q122 0 193.5 88.5t111.5 292.5l109 555h225l-145 -739q-10 -49 -14.5 -81.5t-4.5 -51.5q0 -36 15.5 -51t52.5 -15q13 0 20.5 0.5t13.5 1.5l-32 -159q-32 -9 -68.5 -13t-81.5 -4
+q-74 0 -111.5 31.5t-37.5 93.5v15q-41 -67 -108 -104.5t-146 -37.5q-81 0 -137.5 26t-97.5 83l-99 -506h-229z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M969 1479v-99h-117v-1380h-129v1380h-168v-1380h-131v784q-168 6 -268.5 101t-100.5 245q0 158 107 253.5t284 95.5h523z" />
+    <glyph glyph-name="glyph121" unicode="&#xb7;" horiz-adv-x="618" 
+d="M178 721q0 55 38 93t93 38q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M274 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="817" 
+d="M358 575v758h-200l61 113h281v-871h-142z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="903" 
+d="M672 1130q0 93 -64 157.5t-155 64.5q-93 0 -157.5 -64t-64.5 -158q0 -93 64.5 -157t157.5 -64q90 0 154.5 64.5t64.5 156.5zM59 1133q0 72 30 136.5t87 114.5q54 50 125 76.5t150 26.5q81 0 151.5 -26.5t126.5 -78.5q56 -51 85.5 -114.5t29.5 -134.5q0 -74 -29 -138
+t-86 -114q-57 -53 -128 -80t-150 -27q-78 0 -149 27t-126 78q-57 51 -87 115.5t-30 138.5z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="930" 
+d="M598 61l-139 84l207 324l-207 324l139 84l254 -408zM219 61l-137 84l205 324l-205 324l137 84l254 -408z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1901" 
+d="M1585 553l-233 -293h229v213q0 17 1 37.5t3 42.5zM1581 0v166h-442l536 661h43v-567h113v-94h-113v-166h-137zM438 -39l887 1518h137l-887 -1518h-137zM340 633v706h-190l57 105h270v-811h-137z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1901" 
+d="M1767 106v-106h-618l344 367q66 70 95.5 121.5t29.5 93.5q0 61 -40.5 96t-111.5 35q-63 0 -103.5 -34.5t-45.5 -92.5h-146q0 110 83.5 175.5t224.5 65.5q133 0 209.5 -60.5t76.5 -166.5q0 -75 -45 -152.5t-186 -220.5l-117 -121h350zM438 -39l887 1518h137l-887 -1518
+h-137zM340 633v706h-190l57 105h270v-811h-137z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1901" 
+d="M1585 553l-233 -293h229v213q0 17 1 37.5t3 42.5zM1581 0v166h-442l536 661h43v-567h113v-94h-113v-166h-137zM438 -39l887 1518h137l-887 -1518h-137zM60 852h143v-6q0 -58 43.5 -91.5t118.5 -33.5q83 0 128.5 37.5t45.5 107.5q0 74 -47 111t-140 37q-4 0 -13.5 -1
+t-14.5 -1v108q5 0 13.5 -1t12.5 -1q82 0 124 30.5t42 90.5q0 52 -37 83.5t-100 31.5q-69 0 -106.5 -28.5t-41.5 -82.5h-135q8 106 81 161.5t204 55.5q128 0 202 -58t74 -159q0 -75 -42 -123t-117 -59q88 -14 134 -68.5t46 -144.5q0 -109 -86.5 -173.5t-233.5 -64.5
+q-132 0 -213 66t-85 176z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1114" 
+d="M725 344h172q0 -6 1 -18.5t1 -18.5q0 -158 -94.5 -252t-253.5 -94q-163 0 -260.5 94t-97.5 250q0 114 56.5 188t225.5 156l20 10q199 99 199 187q0 51 -39 88t-94 37q-67 0 -103.5 -40.5t-38.5 -115.5h-177v21q0 148 83 228.5t236 80.5q142 0 234 -83.5t92 -211.5
+q0 -118 -63.5 -196t-248.5 -167q-122 -57 -157 -96t-35 -94q0 -67 47.5 -110.5t120.5 -43.5q82 0 128 53.5t46 147.5zM711 1368q0 -54 -39 -92.5t-92 -38.5q-56 0 -93.5 38t-37.5 93q0 54 38 91.5t93 37.5t93 -37.5t38 -91.5z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM819 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM537 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM381 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM971 1857q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16
+t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1356" 
+d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM739 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM375 1771
+q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1356" 
+d="M565 1735q0 -48 33.5 -80.5t81.5 -32.5q47 0 81 33t34 80t-33.5 80.5t-81.5 33.5t-81.5 -33.5t-33.5 -80.5zM442 1735q0 99 68.5 168t167.5 69q98 0 167.5 -69.5t69.5 -167.5q0 -99 -68.5 -167.5t-168.5 -68.5t-168 68t-68 168zM1135 0l-166 377h-580l-170 -377h-250
+l684 1464h52l681 -1464h-251zM477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1866" 
+d="M477 575h422l-123 334q-25 67 -42.5 127t-28.5 117q-11 -53 -29.5 -108.5t-44.5 -114.5zM1329 1464l84 -202h-536l129 -359h491l78 -209h-490l179 -481h538l80 -213h-772l-139 377h-582l-170 -377h-250l684 1464h676z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1470" 
+d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
+q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM630 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5
+t-144 29.5z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM721 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM439 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM283 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1090" 
+d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM641 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM277 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5
+q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM434 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM152 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM-4 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM354 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM-10 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1530" 
+d="M420 215h201q164 0 246.5 22t144.5 74q83 71 124.5 176.5t41.5 245.5t-41.5 245.5t-124.5 176.5q-63 52 -149.5 74t-270.5 22h-86h-86v-344h387v-184h-387v-508zM182 0v723h-182v184h182v557h322q312 0 439.5 -31.5t223.5 -105.5q127 -97 192.5 -249t65.5 -347
+t-65.5 -345.5t-192.5 -248.5q-95 -74 -218 -105.5t-382 -31.5h-63h-322z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1645" 
+d="M168 0v1522l930 -895q38 -38 77 -81t82 -97v1015h220v-1521l-949 911q-38 37 -73.5 78t-67.5 86v-1018h-219zM1116 1857q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5
+q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM1028 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM746 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM590 1608l193 272h208l193 -272h-123l-174 157
+l-174 -157h-123z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM1180 1857q-18 -99 -69.5 -153.5t-125.5 -54.5
+q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1774" 
+d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
+t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM948 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
+q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM584 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1706" 
+d="M403 1188l459 -459l461 459l117 -117l-459 -461l459 -458l-117 -119l-461 461l-459 -461l-116 119l458 458l-458 461z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1774" 
+d="M233 -74l-124 109l184 196q-96 108 -142.5 231t-46.5 269q0 157 58.5 296t169.5 247q110 109 253.5 167t301.5 58q116 0 228 -35.5t226 -109.5l172 184l129 -104l-176 -189q103 -114 153 -240t50 -274q0 -156 -59 -295t-170 -248q-111 -107 -254 -165t-299 -58
+q-131 0 -248.5 38.5t-224.5 117.5zM571 289q67 -53 141.5 -79t159.5 -26q119 0 217 40t177 120q76 78 115.5 177t39.5 210q0 95 -30 181.5t-88 160.5zM1184 1186q-68 48 -140.5 71t-156.5 23q-108 0 -206.5 -41.5t-172.5 -118.5q-76 -77 -116 -177t-40 -212q0 -94 25.5 -173
+t79.5 -150z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM903 1608h-123l-292 272h225z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM621 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM465 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1524" 
+d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM823 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z
+M459 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1214" 
+d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236zM467 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1090" 
+d="M391 551h76q198 0 264 43t66 151q0 118 -70.5 165.5t-259.5 47.5h-76v-407zM391 356v-356h-223v1464h223v-301h115q177 0 254.5 -17.5t134.5 -58.5q69 -50 108 -136.5t39 -190.5t-39 -192t-108 -138q-56 -40 -131.5 -57t-235.5 -17h-47h-90z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1233" 
+d="M512 193q31 -16 64.5 -23.5t70.5 -7.5q132 0 203.5 74t71.5 213q0 145 -84.5 216.5t-255.5 71.5h-35v201q6 0 17 -1t16 -1q106 0 164.5 55t58.5 156q0 112 -53 171.5t-152 59.5q-121 0 -169 -70.5t-48 -285.5v-1022h-217v743h-117v205h117v234q0 172 122.5 280.5
+t319.5 108.5q193 0 308.5 -106t115.5 -281q0 -128 -68.5 -210.5t-207.5 -123.5q188 -9 291.5 -118.5t103.5 -301.5q0 -225 -120.5 -347t-344.5 -122q-53 0 -94.5 9.5t-77.5 29.5v193z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM747 1092h-123l-292 272h225z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM465 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM309 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM899 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1192" 
+d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
+t73.5 234zM667 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM303 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1192" 
+d="M455 1284q0 -48 32.5 -80.5t79.5 -32.5q48 0 81.5 33.5t33.5 79.5q0 48 -33.5 81.5t-81.5 33.5q-47 0 -79.5 -33.5t-32.5 -81.5zM330 1284q0 99 69 168.5t168 69.5q98 0 167 -69.5t69 -168.5q0 -98 -68.5 -166.5t-167.5 -68.5q-100 0 -168.5 68t-68.5 167zM831 477
+q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948z
+" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1765" 
+d="M1456 588q-12 102 -76.5 155.5t-177.5 53.5q-107 0 -172.5 -52t-91.5 -157h518zM1681 442h-757q7 -134 78.5 -210t189.5 -76q103 0 173.5 45t123.5 145l182 -102q-80 -144 -197 -213.5t-278 -69.5q-120 0 -206 38t-148 118q-67 -75 -169 -115.5t-224 -40.5
+q-173 0 -276 91t-103 241q0 142 102 228.5t268 86.5q87 0 156.5 -17t128.5 -52q1 6 1.5 13.5t0.5 22.5q0 109 -70.5 165.5t-205.5 56.5q-72 0 -148 -25t-149 -72v203q70 40 145.5 60t159.5 20q143 0 232 -39.5t151 -128.5q61 83 151 125.5t203 42.5q230 0 357.5 -132.5
+t127.5 -371.5v-37zM735 299q0 65 -59 104t-160 39q-103 0 -162 -39t-59 -106q0 -66 53.5 -103.5t147.5 -37.5q112 0 175.5 38t63.5 105z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="930" 
+d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM317 -393
+v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+M719 1092h-123l-292 272h225z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+M437 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+M281 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1139" 
+d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
+M639 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM275 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217zM409 1092h-123l-292 272h225z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217zM127 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217zM-29 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217zM329 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM-35 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1204" 
+d="M895 442q0 120 -85 203.5t-208 83.5q-124 0 -208.5 -83t-84.5 -204q0 -119 85.5 -202.5t207.5 -83.5q121 0 207 84t86 202zM864 813q-49 108 -111.5 191.5t-136.5 140.5l-290 -135l-60 116l240 111q-42 32 -93 64.5t-143 82.5l109 160q121 -72 197 -122.5t131 -94.5
+l317 143l59 -114l-268 -123q152 -147 230.5 -326t78.5 -377q0 -262 -141.5 -415.5t-382.5 -153.5q-103 0 -198 37t-171 106q-73 68 -112 156.5t-39 188.5q0 96 39.5 183.5t113.5 155.5q72 68 160 101t195 33q76 0 145 -27.5t131 -81.5z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1204" 
+d="M150 0v948h204v-155q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217zM911 1341q-18 -99 -69.5 -153.5t-125.5 -54.5
+q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM743 1092h-123l-292 272h225z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM461 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM305 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM895 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5
+q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1204" 
+d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
+t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM663 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM299 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
+q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1706" 
+d="M854 367q57 0 97 -40.5t40 -97.5q0 -56 -39.5 -95.5t-97.5 -39.5t-97.5 39t-39.5 96t40.5 97.5t96.5 40.5zM254 694h1198v-166h-1198v166zM854 1128q57 0 97 -41t40 -98q0 -56 -39.5 -95.5t-97.5 -39.5t-97.5 39t-39.5 96t40.5 98t96.5 41z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1204" 
+d="M424 217q38 -29 80 -43t90 -14q130 0 215.5 86.5t85.5 218.5q0 43 -11 85t-34 85zM778 723q-37 32 -77.5 47.5t-88.5 15.5q-131 0 -219 -89t-88 -222q0 -42 11 -84t34 -86zM150 -53l-80 82l125 127q-58 74 -85.5 151t-27.5 162q0 223 149.5 368.5t376.5 145.5
+q94 0 174 -28.5t144 -84.5l125 127l84 -79l-127 -130q58 -75 86 -152t28 -163q0 -219 -151 -365.5t-377 -146.5q-92 0 -171.5 28t-141.5 83z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM743 1092h-123l-292 272h225z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM461 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM305 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1204" 
+d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM663 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM299 1255q0 48 36 83.5
+t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="965" 
+d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235zM342 1092l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1192" 
+d="M360 477q0 -147 73.5 -235t193.5 -88q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM367 123v-569h-217v1996h217v-757q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40
+t-135.5 122z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="965" 
+d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235zM544 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM180 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
+q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1470" 
+d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
+q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM725 1608l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="930" 
+d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM434 1092
+l190 272h225l-292 -272h-123z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1470" 
+d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
+q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM569 1880h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="930" 
+d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM278 1364
+h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1210" 
+d="M831 477q0 148 -68.5 229.5t-191.5 81.5t-193.5 -85t-70.5 -234q0 -150 68.5 -232.5t191.5 -82.5q118 0 191 88t73 235zM825 1169h-336v162h336v219h217v-219h168v-162h-168v-1169h-217v123q-57 -82 -134.5 -122t-178.5 -40q-200 0 -316 137t-116 377q0 226 118 366
+t308 140q115 0 197.5 -49t121.5 -139v376z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1645" 
+d="M979 750h580q0 -15 1 -42q3 -71 3 -96q0 -309 -177 -480t-499 -171q-180 0 -321 53t-247 160q-104 106 -159.5 249t-55.5 306q0 166 56.5 306t167.5 247q107 105 251 160t308 55q173 0 309.5 -63t243.5 -193l-174 -131q-74 86 -167 128t-208 42q-238 0 -388.5 -152.5
+t-150.5 -396.5q0 -248 150.5 -402.5t390.5 -154.5q204 0 321 95t117 259v21h-352v201zM524 1876l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1192" 
+d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 59q0 -278 -111 -391.5t-374 -113.5q-196 0 -313 82.5t-119 219.5l233 1q5 -61 57 -93t146 -32q139 0 200 61t62 204l2 126q-58 -82 -135.5 -122
+t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-889zM297 1360l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="584" 
+d="M172 0v1464h238v-1464h-238zM166 1771q0 51 38 89t89 38q52 0 89.5 -37t37.5 -90q0 -55 -36 -91t-91 -36q-54 0 -90.5 37t-36.5 90z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="537" 
+d="M160 0v948h217v-948h-217z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="977" 
+d="M182 0v547l-145 -101l-103 144l248 178v696h238v-561l233 164l103 -147l-336 -236v-471h532v-213h-770z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="563" 
+d="M172 0v557l-111 -78l-96 142l207 147v782h219v-649l111 78l98 -141l-209 -148v-690h-219z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="2304" 
+d="M1401 731q0 112 -39.5 211.5t-114.5 177.5q-74 77 -170 118.5t-200 41.5q-106 0 -201.5 -41t-169.5 -119q-75 -78 -114.5 -177.5t-39.5 -211.5q0 -111 39.5 -210t114.5 -177q74 -78 169.5 -119t201.5 -41q105 0 200.5 41t169.5 119q75 78 114.5 177t39.5 210zM1407 1464
+h788v-202h-569v-361h569v-209h-569v-479h569v-213h-788l-2 225q-94 -126 -230 -193t-298 -67q-156 0 -295 57.5t-248 165.5q-110 110 -167.5 249t-57.5 294t57.5 294t167.5 249q109 109 248.5 167t294.5 58q159 0 291 -63t237 -189z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1944" 
+d="M1636 588q-12 102 -76.5 155.5t-177.5 53.5q-106 0 -172 -52t-92 -157h518zM993 147q-86 -95 -180.5 -140.5t-206.5 -45.5q-71 0 -138 17.5t-126 52.5q-126 72 -194 187t-68 255q0 101 38.5 192.5t110.5 163.5q76 74 174 113t209 39q124 0 223.5 -51.5t165.5 -149.5
+q64 102 156.5 151.5t218.5 49.5q230 0 358 -131t128 -367v-41h-758q8 -134 79 -210t189 -76q103 0 173.5 45t123.5 145l182 -102q-79 -143 -197 -213t-278 -70q-128 0 -220 45t-163 141zM895 471q0 132 -86 223.5t-209 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5
+t207.5 -91.5t208.5 91.5t86.5 223.5z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1124" 
+d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
+q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246zM337 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5
+t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="872" 
+d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
+q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159zM198 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5
+t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1124" 
+d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
+q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246zM266 1880h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="872" 
+d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
+q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159zM139 1364h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1214" 
+d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236zM669 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM305 1771q0 48 36 83.5t85 35.5t84 -34.5
+t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1180" 
+d="M18 0l746 1262h-621v202h987l-739 -1251h748v-213h-1121zM293 1880h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="920" 
+d="M879 0h-881l528 758h-475v190h828l-517 -758h517v-190zM164 1364h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1237" 
+d="M725 782l-96 -757q-35 -279 -107 -376.5t-227 -97.5q-36 0 -75 6.5t-83 18.5l41 202q27 -10 48.5 -16t35.5 -6q68 0 99 51t59 279l84 696h-209l14 166h211l21 154q26 196 101 287.5t210 91.5q43 0 87.5 -8.5t94.5 -26.5l-18 -189q-34 14 -63 20.5t-52 6.5
+q-64 0 -94.5 -43.5t-50.5 -183.5l-15 -109h232l-17 -166h-231z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M215 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M215 1364h123l174 -158l174 158h123l-193 -272h-208z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M213 1360l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M385 1255q0 51 38 89t89 38q52 0 89.5 -37t37.5 -90q0 -55 -36 -91t-91 -36q-54 0 -90.5 37t-36.5 90z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M399 1284q0 -48 32.5 -80.5t80.5 -32.5q47 0 81 33.5t34 79.5q0 48 -33.5 81.5t-81.5 33.5q-47 0 -80 -33.5t-33 -81.5zM274 1284q0 99 69.5 168.5t168.5 69.5q98 0 168 -70t70 -168t-69 -166.5t-169 -68.5t-169 68t-69 167z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" 
+d="M625 0q-69 -59 -100 -110t-31 -103q0 -43 20 -61.5t68 -18.5h94v-156h-96q-119 0 -175.5 44t-56.5 137q0 64 46 129.5t143 138.5h88z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M805 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M567 1092l156 272h199l-258 -272h-97zM305 1092l129 272h189l-230 -272h-88z" />
+    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="1569" 
+d="M1194 213h305v-213h-602v229q160 94 242 244.5t82 351.5q0 210 -121 341.5t-316 131.5q-197 0 -316.5 -132.5t-119.5 -352.5q0 -191 84 -342t240 -242v-229h-602v213h305q-144 130 -211.5 274t-67.5 322q0 314 190.5 508t497.5 194q303 0 496 -192.5t193 -493.5
+q0 -190 -65.5 -333t-213.5 -279z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1368" 
+d="M360 889h-45q-54 0 -83.5 -31.5t-39.5 -99.5h-174q28 187 100 255t242 68h953l-39 -192h-193l-84 -437q-2 -13 -8 -41q-22 -113 -22 -147q0 -58 23 -82t77 -24q18 0 42.5 2.5t59.5 7.5l-34 -168q-29 -8 -61 -12t-75 -4q-139 0 -202.5 48t-63.5 154q0 77 52 344l1 6
+l70 353h-268l-174 -889h-226z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M0 545h1024v-146h-1024v146z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
+d="M0 399v146h2048v-146h-2048z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="618" 
+d="M496 1452l-191 -545l-182 62l246 528z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="618" 
+d="M123 954l190 543l183 -59l-246 -531z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="618" 
+d="M123 -299l190 545l183 -60l-246 -530z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="905" 
+d="M457 1452l-189 -545l-184 62l246 528zM821 1452l-190 -545l-182 62l245 528z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="905" 
+d="M84 954l190 543l183 -59l-246 -531zM449 954l190 543l182 -59l-246 -531z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="905" 
+d="M84 -299l190 545l183 -60l-246 -530zM449 -299l190 545l182 -60l-246 -530z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1090" 
+d="M442 -446v1187h-358v183h358v540h205v-540h361v-183h-361v-1187h-205z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1090" 
+d="M442 -446v491h-360v180h360v652h-360v180h360v407h205v-407h361v-180h-361v-652h361v-180h-361v-491h-205z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1208" 
+d="M307 762q0 123 87 209t210 86q122 0 208.5 -86.5t86.5 -208.5t-87.5 -209.5t-209.5 -87.5q-123 0 -209 87t-86 210z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048" 
+d="M211 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5zM893 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5zM1577 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5
+t-38 91.5z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2394" 
+d="M2007 80q75 0 112.5 67t37.5 201q0 129 -38 197.5t-108 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM1683 348q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM913 348
+q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM1237 80q75 0 112 67t37 201q0 129 -37.5 197.5t-107.5 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM383 825q74 0 110.5 67t36.5 202
+q0 130 -37 199t-106 69q-74 0 -111.5 -68.5t-37.5 -201.5q0 -129 37.5 -198t107.5 -69zM57 1094q0 181 87 283t241 102q155 0 240.5 -100.5t85.5 -284.5q0 -183 -86 -284t-240 -101q-155 0 -241.5 101t-86.5 284zM455 -39h-138l854 1518h138z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="627" 
+d="M334 877l139 -84l-207 -324l207 -324l-139 -84l-254 408z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="545" 
+d="M219 61l-139 84l207 324l-207 324l139 84l254 -408z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1829" 
+d="M168 0v1464h817v-202h-579v-365h579v-209h-579v-688h-238zM1442 797q35 94 92.5 139t142.5 45q46 0 90.5 -11t87.5 -32l-78 -184q-28 20 -60.5 29.5t-72.5 9.5q-108 0 -155 -86.5t-47 -290.5v-416h-217v950h217v-153z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1706" 
+d="M809 1460h170l141 -360l133 360h170v-542h-114v428l-160 -428h-59l-166 428v-428h-115v542zM225 1460h467v-94h-168v-448h-129v448h-170v94z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1075" 
+d="M758 639q17 103 26 186.5t9 147.5q0 120 -29 174.5t-92 54.5q-62 0 -147 -58.5t-122 -58.5t-64.5 26t-27.5 60q0 66 79 115t200 49q176 0 287.5 -159t111.5 -422q0 -338 -150 -558.5t-376 -220.5q-161 0 -266 112t-105 286q0 193 113 322.5t278 129.5q101 0 167.5 -45
+t107.5 -141zM705 504q0 116 -41 178.5t-117 62.5q-105 0 -174.5 -131.5t-69.5 -337.5q0 -116 40.5 -177.5t117.5 -61.5q105 0 174.5 132.5t69.5 334.5z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1395" 
+d="M698 1196l-379 -983h756zM569 1473h256l574 -1473h-1403z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1579" 
+d="M154 1473h1267v-1866h-286v1622h-695v-1622h-286v1866z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1421" 
+d="M61 1473h1280v-226h-921l647 -684l-661 -729h974v-227h-1347v160l712 786l-684 719v201z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1706" 
+d="M254 696h1198v-170h-1198v170z" />
+    <glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="342" 
+d="M-342 -39l887 1518h137l-887 -1518h-137z" />
+    <glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="618" 
+d="M178 721q0 55 38 93t93 38q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1323" 
+d="M1128 1675h197v-110h-108l-594 -1606h-82l-316 872l-131 -49l-28 95l305 108l247 -688z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1706" 
+d="M928 559q45 -81 109.5 -122.5t146.5 -41.5q97 0 159 61.5t62 157.5q0 95 -57 158.5t-142 63.5q-78 0 -142 -63.5t-136 -213.5zM780 662q-46 81 -111 123t-145 42q-98 0 -159.5 -62t-61.5 -159q0 -94 56.5 -156.5t140.5 -62.5q80 0 144.5 62.5t135.5 212.5zM862 471
+q-71 -135 -148.5 -197.5t-172.5 -62.5q-137 0 -232.5 114.5t-95.5 284.5q0 179 85 289.5t220 110.5q93 0 168.5 -60t157.5 -200q71 139 149.5 200.5t184.5 61.5q127 0 222 -116t95 -284q0 -178 -84.5 -288.5t-220.5 -110.5q-92 0 -166.5 57.5t-161.5 200.5z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="1120" 
+d="M324 -258q106 0 122 692q2 81 3 123q13 538 113 766.5t312 228.5q87 0 143 -45.5t56 -111.5q0 -61 -34 -95t-95 -34q-45 0 -74.5 22.5t-40.5 65.5q-4 17 -6 45q-3 40 -26 41q-101 0 -119 -615q-5 -161 -8 -249q-10 -280 -30.5 -427t-59.5 -245q-55 -136 -139.5 -205.5
+t-194.5 -69.5q-87 0 -142 44t-55 112q0 63 35.5 97t99.5 34q39 0 66 -18t41 -54q6 -16 9 -59t24 -43z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1706" 
+d="M1530 592v-186q-107 -73 -200 -106.5t-189 -33.5q-89 0 -279.5 66.5t-298.5 66.5q-84 0 -173.5 -36t-211.5 -121v184q112 75 206.5 110t180.5 35q118 0 309 -67.5t277 -67.5q83 0 172 36.5t207 119.5zM1530 979v-184q-109 -75 -201.5 -108.5t-187.5 -33.5
+q-88 0 -278.5 67.5t-299.5 67.5q-82 0 -170 -35t-215 -122v184q109 73 205 109.5t182 36.5q120 0 310 -68t268 -68q92 0 181 35t206 119z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1706" 
+d="M1204 1212l123 -100l-170 -215h295v-162h-403l-197 -250h600v-161h-707l-249 -314l-123 99l170 215h-289v161h393l199 250h-592v162h700z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1706" 
+d="M260 178h1186v-166h-1186v166zM1446 1223v-176l-889 -287l889 -287v-176l-1186 389v145z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1706" 
+d="M260 178h1188v-166h-1188v166zM260 1223l1186 -392v-145l-1186 -389v176l891 287l-891 287v176z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012" 
+d="M506 1409l-385 -817l385 -825l385 825zM506 1653l500 -1061l-500 -1069l-500 1069z" />
+    <glyph glyph-name="apple" unicode="&#xf000;" horiz-adv-x="1618" 
+d="M836 1216q-1 6 -1.5 14t-0.5 23q0 124 95 229.5t236 131.5q1 -10 1.5 -23t0.5 -39q0 -131 -103.5 -234.5t-203.5 -103.5h-8q-3 0 -7.5 1t-8.5 1zM1505 403q-114 -247 -205 -342.5t-204 -95.5q-50 0 -131.5 33t-122.5 33q-45 0 -131 -33t-127 -33q-64 0 -128.5 44
+t-129.5 132q-102 140 -157.5 295.5t-55.5 300.5q0 219 125 356.5t323 137.5q68 0 155 -34t124 -34q34 0 121.5 35t152.5 35q110 0 198 -40t161 -124q-102 -65 -151.5 -145.5t-49.5 -182.5q0 -113 60 -200t173 -138z" />
+    <glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="1151" 
+d="M748 1358q0 55 40 95t97 40t96 -38.5t39 -96.5t-39 -97.5t-96 -39.5t-97 40.5t-40 96.5zM774 0v948h219v-948h-219zM180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190
+h-228v-758h-217z" />
+    <glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="1151" 
+d="M774 0v1550h219v-1550h-219zM180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190h-228v-758h-217z" />
+    <hkern u1="&#x2d;" u2="&#x153;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#x152;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#x111;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xf8;" k="-38" />
+    <hkern u1="&#x2d;" u2="&#xd8;" k="-75" />
+    <hkern u1="&#x2d;" u2="&#xc6;" k="-57" />
+    <hkern u1="&#x2d;" u2="&#xc5;" k="36" />
+    <hkern u1="&#x2d;" u2="x" k="36" />
+    <hkern u1="&#x2d;" u2="s" k="-38" />
+    <hkern u1="&#x2d;" u2="q" k="-38" />
+    <hkern u1="&#x2d;" u2="o" k="-38" />
+    <hkern u1="&#x2d;" u2="e" k="-38" />
+    <hkern u1="&#x2d;" u2="d" k="-38" />
+    <hkern u1="&#x2d;" u2="c" k="-38" />
+    <hkern u1="&#x2d;" u2="Y" k="159" />
+    <hkern u1="&#x2d;" u2="X" k="73" />
+    <hkern u1="&#x2d;" u2="W" k="112" />
+    <hkern u1="&#x2d;" u2="V" k="120" />
+    <hkern u1="&#x2d;" u2="T" k="188" />
+    <hkern u1="&#x2d;" u2="S" k="-38" />
+    <hkern u1="&#x2d;" u2="Q" k="-75" />
+    <hkern u1="&#x2d;" u2="O" k="-75" />
+    <hkern u1="&#x2d;" u2="J" k="-114" />
+    <hkern u1="&#x2d;" u2="G" k="-75" />
+    <hkern u1="&#x2d;" u2="C" k="-38" />
+    <hkern u1="&#x2d;" u2="A" k="36" />
+    <hkern u1="A" u2="&#x201e;" k="-38" />
+    <hkern u1="A" u2="&#x201d;" k="243" />
+    <hkern u1="A" u2="&#x201c;" k="264" />
+    <hkern u1="A" u2="&#x201a;" k="-38" />
+    <hkern u1="A" u2="&#x2019;" k="243" />
+    <hkern u1="A" u2="&#x2018;" k="264" />
+    <hkern u1="A" u2="&#x152;" k="36" />
+    <hkern u1="A" u2="&#xd8;" k="36" />
+    <hkern u1="A" u2="&#xab;" k="73" />
+    <hkern u1="A" u2="w" k="36" />
+    <hkern u1="A" u2="v" k="36" />
+    <hkern u1="A" u2="Y" k="112" />
+    <hkern u1="A" u2="W" k="36" />
+    <hkern u1="A" u2="V" k="36" />
+    <hkern u1="A" u2="U" k="36" />
+    <hkern u1="A" u2="T" k="112" />
+    <hkern u1="A" u2="Q" k="36" />
+    <hkern u1="A" u2="O" k="36" />
+    <hkern u1="A" u2="G" k="36" />
+    <hkern u1="A" u2="C" k="36" />
+    <hkern u1="A" u2="&#x3b;" k="-38" />
+    <hkern u1="A" u2="&#x3a;" k="-38" />
+    <hkern u1="A" u2="&#x2d;" k="45" />
+    <hkern u1="B" u2="&#x201e;" k="36" />
+    <hkern u1="B" u2="&#x201d;" k="36" />
+    <hkern u1="B" u2="&#x201a;" k="36" />
+    <hkern u1="B" u2="&#x2019;" k="36" />
+    <hkern u1="B" u2="Y" k="36" />
+    <hkern u1="B" u2="W" k="36" />
+    <hkern u1="B" u2="V" k="36" />
+    <hkern u1="B" u2="&#x2e;" k="55" />
+    <hkern u1="B" u2="&#x2d;" k="-57" />
+    <hkern u1="B" u2="&#x2c;" k="55" />
+    <hkern u1="C" u2="&#x201d;" k="-57" />
+    <hkern u1="C" u2="&#x2019;" k="-57" />
+    <hkern u1="C" u2="&#x3b;" k="-38" />
+    <hkern u1="C" u2="&#x3a;" k="-38" />
+    <hkern u1="C" u2="&#x2d;" k="-47" />
+    <hkern u1="D" u2="&#x201e;" k="188" />
+    <hkern u1="D" u2="&#x201d;" k="36" />
+    <hkern u1="D" u2="&#x201c;" k="36" />
+    <hkern u1="D" u2="&#x201a;" k="188" />
+    <hkern u1="D" u2="&#x2019;" k="36" />
+    <hkern u1="D" u2="&#x2018;" k="36" />
+    <hkern u1="D" u2="&#xc5;" k="36" />
+    <hkern u1="D" u2="Y" k="73" />
+    <hkern u1="D" u2="W" k="36" />
+    <hkern u1="D" u2="V" k="36" />
+    <hkern u1="D" u2="A" k="36" />
+    <hkern u1="D" u2="&#x2e;" k="120" />
+    <hkern u1="D" u2="&#x2d;" k="-65" />
+    <hkern u1="D" u2="&#x2c;" k="120" />
+    <hkern u1="E" u2="&#x3b;" k="-38" />
+    <hkern u1="E" u2="&#x3a;" k="-38" />
+    <hkern u1="E" u2="&#x2e;" k="-38" />
+    <hkern u1="E" u2="&#x2d;" k="-38" />
+    <hkern u1="E" u2="&#x2c;" k="-38" />
+    <hkern u1="F" u2="&#x203a;" k="-38" />
+    <hkern u1="F" u2="&#x201e;" k="415" />
+    <hkern u1="F" u2="&#x201d;" k="-38" />
+    <hkern u1="F" u2="&#x201a;" k="415" />
+    <hkern u1="F" u2="&#x2019;" k="-38" />
+    <hkern u1="F" u2="&#xc5;" k="73" />
+    <hkern u1="F" u2="&#xbb;" k="-38" />
+    <hkern u1="F" u2="&#xab;" k="73" />
+    <hkern u1="F" u2="u" k="36" />
+    <hkern u1="F" u2="r" k="36" />
+    <hkern u1="F" u2="A" k="73" />
+    <hkern u1="F" u2="&#x3b;" k="83" />
+    <hkern u1="F" u2="&#x3a;" k="83" />
+    <hkern u1="F" u2="&#x2e;" k="405" />
+    <hkern u1="F" u2="&#x2d;" k="102" />
+    <hkern u1="F" u2="&#x2c;" k="405" />
+    <hkern u1="G" u2="&#x201d;" k="92" />
+    <hkern u1="G" u2="&#x2019;" k="92" />
+    <hkern u1="G" u2="Y" k="36" />
+    <hkern u1="G" u2="W" k="36" />
+    <hkern u1="G" u2="T" k="36" />
+    <hkern u1="G" u2="&#x3b;" k="-38" />
+    <hkern u1="G" u2="&#x3a;" k="-38" />
+    <hkern u1="G" u2="&#x2e;" k="55" />
+    <hkern u1="G" u2="&#x2d;" k="-47" />
+    <hkern u1="G" u2="&#x2c;" k="55" />
+    <hkern u1="H" u2="&#x2e;" k="36" />
+    <hkern u1="H" u2="&#x2c;" k="36" />
+    <hkern u1="J" u2="&#x201e;" k="112" />
+    <hkern u1="J" u2="&#x201d;" k="36" />
+    <hkern u1="J" u2="&#x201a;" k="112" />
+    <hkern u1="J" u2="&#x2019;" k="36" />
+    <hkern u1="J" u2="&#x3b;" k="63" />
+    <hkern u1="J" u2="&#x3a;" k="63" />
+    <hkern u1="J" u2="&#x2e;" k="102" />
+    <hkern u1="J" u2="&#x2d;" k="36" />
+    <hkern u1="J" u2="&#x2c;" k="102" />
+    <hkern u1="K" u2="&#x201e;" k="-65" />
+    <hkern u1="K" u2="&#x201d;" k="45" />
+    <hkern u1="K" u2="&#x201c;" k="73" />
+    <hkern u1="K" u2="&#x201a;" k="-65" />
+    <hkern u1="K" u2="&#x2019;" k="45" />
+    <hkern u1="K" u2="&#x2018;" k="73" />
+    <hkern u1="K" u2="&#x153;" k="36" />
+    <hkern u1="K" u2="&#x152;" k="73" />
+    <hkern u1="K" u2="&#xf8;" k="36" />
+    <hkern u1="K" u2="&#xe6;" k="36" />
+    <hkern u1="K" u2="&#xd8;" k="73" />
+    <hkern u1="K" u2="&#xab;" k="55" />
+    <hkern u1="K" u2="y" k="73" />
+    <hkern u1="K" u2="u" k="36" />
+    <hkern u1="K" u2="o" k="36" />
+    <hkern u1="K" u2="e" k="36" />
+    <hkern u1="K" u2="a" k="36" />
+    <hkern u1="K" u2="Y" k="73" />
+    <hkern u1="K" u2="W" k="73" />
+    <hkern u1="K" u2="U" k="36" />
+    <hkern u1="K" u2="T" k="73" />
+    <hkern u1="K" u2="O" k="73" />
+    <hkern u1="K" u2="C" k="73" />
+    <hkern u1="K" u2="&#x3b;" k="-38" />
+    <hkern u1="K" u2="&#x3a;" k="-38" />
+    <hkern u1="K" u2="&#x2e;" k="-38" />
+    <hkern u1="K" u2="&#x2d;" k="102" />
+    <hkern u1="K" u2="&#x2c;" k="-38" />
+    <hkern u1="L" u2="&#x201d;" k="311" />
+    <hkern u1="L" u2="&#x201c;" k="339" />
+    <hkern u1="L" u2="&#x2019;" k="311" />
+    <hkern u1="L" u2="&#x2018;" k="339" />
+    <hkern u1="L" u2="&#x152;" k="73" />
+    <hkern u1="L" u2="&#xd8;" k="73" />
+    <hkern u1="L" u2="y" k="73" />
+    <hkern u1="L" u2="Y" k="149" />
+    <hkern u1="L" u2="W" k="112" />
+    <hkern u1="L" u2="V" k="112" />
+    <hkern u1="L" u2="U" k="36" />
+    <hkern u1="L" u2="T" k="112" />
+    <hkern u1="L" u2="O" k="73" />
+    <hkern u1="L" u2="&#x3b;" k="-38" />
+    <hkern u1="L" u2="&#x3a;" k="-38" />
+    <hkern u1="L" u2="&#x2e;" k="-38" />
+    <hkern u1="L" u2="&#x2d;" k="36" />
+    <hkern u1="L" u2="&#x2c;" k="-38" />
+    <hkern u1="M" u2="&#x201c;" k="36" />
+    <hkern u1="M" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x201e;" k="73" />
+    <hkern u1="N" u2="&#x201c;" k="36" />
+    <hkern u1="N" u2="&#x201a;" k="73" />
+    <hkern u1="N" u2="&#x2018;" k="36" />
+    <hkern u1="N" u2="&#x3b;" k="55" />
+    <hkern u1="N" u2="&#x3a;" k="55" />
+    <hkern u1="N" u2="&#x2e;" k="92" />
+    <hkern u1="N" u2="&#x2c;" k="92" />
+    <hkern u1="O" u2="&#x201e;" k="112" />
+    <hkern u1="O" u2="&#x201d;" k="36" />
+    <hkern u1="O" u2="&#x201a;" k="112" />
+    <hkern u1="O" u2="&#x2019;" k="36" />
+    <hkern u1="O" u2="&#xc5;" k="36" />
+    <hkern u1="O" u2="Y" k="73" />
+    <hkern u1="O" u2="X" k="36" />
+    <hkern u1="O" u2="V" k="36" />
+    <hkern u1="O" u2="T" k="73" />
+    <hkern u1="O" u2="A" k="36" />
+    <hkern u1="O" u2="&#x3b;" k="-38" />
+    <hkern u1="O" u2="&#x3a;" k="-38" />
+    <hkern u1="O" u2="&#x2e;" k="83" />
+    <hkern u1="O" u2="&#x2d;" k="-57" />
+    <hkern u1="O" u2="&#x2c;" k="83" />
+    <hkern u1="P" u2="&#x203a;" k="36" />
+    <hkern u1="P" u2="&#x201e;" k="491" />
+    <hkern u1="P" u2="&#x201d;" k="-47" />
+    <hkern u1="P" u2="&#x201c;" k="-38" />
+    <hkern u1="P" u2="&#x201a;" k="491" />
+    <hkern u1="P" u2="&#x2019;" k="-47" />
+    <hkern u1="P" u2="&#x2018;" k="-38" />
+    <hkern u1="P" u2="&#x153;" k="73" />
+    <hkern u1="P" u2="&#xf8;" k="73" />
+    <hkern u1="P" u2="&#xe6;" k="73" />
+    <hkern u1="P" u2="&#xc5;" k="112" />
+    <hkern u1="P" u2="&#xbb;" k="36" />
+    <hkern u1="P" u2="&#xab;" k="112" />
+    <hkern u1="P" u2="s" k="36" />
+    <hkern u1="P" u2="r" k="36" />
+    <hkern u1="P" u2="o" k="73" />
+    <hkern u1="P" u2="n" k="36" />
+    <hkern u1="P" u2="e" k="73" />
+    <hkern u1="P" u2="a" k="73" />
+    <hkern u1="P" u2="A" k="112" />
+    <hkern u1="P" u2="&#x3b;" k="92" />
+    <hkern u1="P" u2="&#x3a;" k="92" />
+    <hkern u1="P" u2="&#x2e;" k="491" />
+    <hkern u1="P" u2="&#x2d;" k="159" />
+    <hkern u1="P" u2="&#x2c;" k="491" />
+    <hkern u1="Q" u2="&#x3b;" k="-38" />
+    <hkern u1="Q" u2="&#x3a;" k="-38" />
+    <hkern u1="Q" u2="&#x2d;" k="-57" />
+    <hkern u1="R" u2="&#x201d;" k="36" />
+    <hkern u1="R" u2="&#x201c;" k="36" />
+    <hkern u1="R" u2="&#x2019;" k="36" />
+    <hkern u1="R" u2="&#x2018;" k="36" />
+    <hkern u1="R" u2="&#x153;" k="36" />
+    <hkern u1="R" u2="&#xf8;" k="36" />
+    <hkern u1="R" u2="&#xe6;" k="36" />
+    <hkern u1="R" u2="u" k="36" />
+    <hkern u1="R" u2="o" k="36" />
+    <hkern u1="R" u2="e" k="36" />
+    <hkern u1="R" u2="a" k="36" />
+    <hkern u1="R" u2="Y" k="36" />
+    <hkern u1="R" u2="&#x2d;" k="55" />
+    <hkern u1="S" u2="&#x3b;" k="-38" />
+    <hkern u1="S" u2="&#x3a;" k="-38" />
+    <hkern u1="S" u2="&#x2e;" k="36" />
+    <hkern u1="S" u2="&#x2d;" k="-65" />
+    <hkern u1="S" u2="&#x2c;" k="36" />
+    <hkern u1="T" u2="&#x203a;" k="112" />
+    <hkern u1="T" u2="&#x201e;" k="225" />
+    <hkern u1="T" u2="&#x201a;" k="225" />
+    <hkern u1="T" u2="&#x153;" k="206" />
+    <hkern u1="T" u2="&#x152;" k="73" />
+    <hkern u1="T" u2="&#xf8;" k="206" />
+    <hkern u1="T" u2="&#xe6;" k="206" />
+    <hkern u1="T" u2="&#xd8;" k="73" />
+    <hkern u1="T" u2="&#xc5;" k="149" />
+    <hkern u1="T" u2="&#xbb;" k="112" />
+    <hkern u1="T" u2="&#xab;" k="188" />
+    <hkern u1="T" u2="y" k="206" />
+    <hkern u1="T" u2="w" k="206" />
+    <hkern u1="T" u2="u" k="206" />
+    <hkern u1="T" u2="s" k="206" />
+    <hkern u1="T" u2="r" k="167" />
+    <hkern u1="T" u2="o" k="206" />
+    <hkern u1="T" u2="e" k="206" />
+    <hkern u1="T" u2="c" k="206" />
+    <hkern u1="T" u2="a" k="206" />
+    <hkern u1="T" u2="O" k="73" />
+    <hkern u1="T" u2="C" k="73" />
+    <hkern u1="T" u2="A" k="149" />
+    <hkern u1="T" u2="&#x3b;" k="131" />
+    <hkern u1="T" u2="&#x3a;" k="131" />
+    <hkern u1="T" u2="&#x2e;" k="264" />
+    <hkern u1="T" u2="&#x2d;" k="188" />
+    <hkern u1="T" u2="&#x2c;" k="264" />
+    <hkern u1="U" u2="&#x201e;" k="149" />
+    <hkern u1="U" u2="&#x201a;" k="149" />
+    <hkern u1="U" u2="&#xc5;" k="36" />
+    <hkern u1="U" u2="&#xab;" k="73" />
+    <hkern u1="U" u2="A" k="36" />
+    <hkern u1="U" u2="&#x3b;" k="63" />
+    <hkern u1="U" u2="&#x3a;" k="63" />
+    <hkern u1="U" u2="&#x2e;" k="120" />
+    <hkern u1="U" u2="&#x2d;" k="55" />
+    <hkern u1="U" u2="&#x2c;" k="120" />
+    <hkern u1="V" u2="&#x203a;" k="112" />
+    <hkern u1="V" u2="&#x201e;" k="339" />
+    <hkern u1="V" u2="&#x201d;" k="-57" />
+    <hkern u1="V" u2="&#x201a;" k="339" />
+    <hkern u1="V" u2="&#x2019;" k="-57" />
+    <hkern u1="V" u2="&#x153;" k="112" />
+    <hkern u1="V" u2="&#x152;" k="36" />
+    <hkern u1="V" u2="&#xf8;" k="112" />
+    <hkern u1="V" u2="&#xe6;" k="112" />
+    <hkern u1="V" u2="&#xd8;" k="36" />
+    <hkern u1="V" u2="&#xc5;" k="36" />
+    <hkern u1="V" u2="&#xbb;" k="112" />
+    <hkern u1="V" u2="&#xab;" k="225" />
+    <hkern u1="V" u2="y" k="55" />
+    <hkern u1="V" u2="u" k="112" />
+    <hkern u1="V" u2="o" k="112" />
+    <hkern u1="V" u2="e" k="112" />
+    <hkern u1="V" u2="a" k="112" />
+    <hkern u1="V" u2="O" k="36" />
+    <hkern u1="V" u2="A" k="36" />
+    <hkern u1="V" u2="&#x3b;" k="139" />
+    <hkern u1="V" u2="&#x3a;" k="139" />
+    <hkern u1="V" u2="&#x2e;" k="339" />
+    <hkern u1="V" u2="&#x2d;" k="167" />
+    <hkern u1="V" u2="&#x2c;" k="339" />
+    <hkern u1="W" u2="&#x203a;" k="112" />
+    <hkern u1="W" u2="&#x201e;" k="339" />
+    <hkern u1="W" u2="&#x201d;" k="-38" />
+    <hkern u1="W" u2="&#x201a;" k="339" />
+    <hkern u1="W" u2="&#x2019;" k="-38" />
+    <hkern u1="W" u2="&#x153;" k="112" />
+    <hkern u1="W" u2="&#xf8;" k="112" />
+    <hkern u1="W" u2="&#xe6;" k="112" />
+    <hkern u1="W" u2="&#xc5;" k="36" />
+    <hkern u1="W" u2="&#xbb;" k="112" />
+    <hkern u1="W" u2="&#xab;" k="188" />
+    <hkern u1="W" u2="y" k="36" />
+    <hkern u1="W" u2="u" k="73" />
+    <hkern u1="W" u2="r" k="73" />
+    <hkern u1="W" u2="o" k="112" />
+    <hkern u1="W" u2="e" k="112" />
+    <hkern u1="W" u2="a" k="112" />
+    <hkern u1="W" u2="A" k="36" />
+    <hkern u1="W" u2="&#x3b;" k="120" />
+    <hkern u1="W" u2="&#x3a;" k="120" />
+    <hkern u1="W" u2="&#x2e;" k="253" />
+    <hkern u1="W" u2="&#x2d;" k="120" />
+    <hkern u1="W" u2="&#x2c;" k="253" />
+    <hkern u1="X" u2="&#x201e;" k="-114" />
+    <hkern u1="X" u2="&#x201c;" k="73" />
+    <hkern u1="X" u2="&#x201a;" k="-114" />
+    <hkern u1="X" u2="&#x2018;" k="73" />
+    <hkern u1="X" u2="&#x152;" k="36" />
+    <hkern u1="X" u2="&#xd8;" k="36" />
+    <hkern u1="X" u2="&#xab;" k="112" />
+    <hkern u1="X" u2="O" k="36" />
+    <hkern u1="X" u2="C" k="36" />
+    <hkern u1="X" u2="&#x3b;" k="36" />
+    <hkern u1="X" u2="&#x3a;" k="36" />
+    <hkern u1="X" u2="&#x2e;" k="-38" />
+    <hkern u1="X" u2="&#x2d;" k="102" />
+    <hkern u1="X" u2="&#x2c;" k="-38" />
+    <hkern u1="Y" u2="&#x203a;" k="149" />
+    <hkern u1="Y" u2="&#x201e;" k="264" />
+    <hkern u1="Y" u2="&#x201a;" k="264" />
+    <hkern u1="Y" u2="&#x153;" k="225" />
+    <hkern u1="Y" u2="&#x152;" k="73" />
+    <hkern u1="Y" u2="&#xf8;" k="225" />
+    <hkern u1="Y" u2="&#xe6;" k="225" />
+    <hkern u1="Y" u2="&#xd8;" k="73" />
+    <hkern u1="Y" u2="&#xc5;" k="112" />
+    <hkern u1="Y" u2="&#xbb;" k="149" />
+    <hkern u1="Y" u2="&#xab;" k="225" />
+    <hkern u1="Y" u2="u" k="215" />
+    <hkern u1="Y" u2="o" k="225" />
+    <hkern u1="Y" u2="i" k="36" />
+    <hkern u1="Y" u2="e" k="225" />
+    <hkern u1="Y" u2="a" k="225" />
+    <hkern u1="Y" u2="O" k="73" />
+    <hkern u1="Y" u2="C" k="36" />
+    <hkern u1="Y" u2="A" k="112" />
+    <hkern u1="Y" u2="&#x3b;" k="215" />
+    <hkern u1="Y" u2="&#x3a;" k="215" />
+    <hkern u1="Y" u2="&#x2e;" k="272" />
+    <hkern u1="Y" u2="&#x2d;" k="243" />
+    <hkern u1="Y" u2="&#x2c;" k="272" />
+    <hkern u1="Z" u2="&#x201c;" k="36" />
+    <hkern u1="Z" u2="&#x2018;" k="36" />
+    <hkern u1="Z" u2="&#x3b;" k="-38" />
+    <hkern u1="Z" u2="&#x3a;" k="-38" />
+    <hkern u1="Z" u2="&#x2e;" k="-38" />
+    <hkern u1="Z" u2="&#x2d;" k="36" />
+    <hkern u1="Z" u2="&#x2c;" k="-38" />
+    <hkern u1="a" u2="&#x201d;" k="73" />
+    <hkern u1="a" u2="&#x201c;" k="112" />
+    <hkern u1="a" u2="&#x2019;" k="73" />
+    <hkern u1="a" u2="&#x2018;" k="112" />
+    <hkern u1="b" u2="&#x201e;" k="36" />
+    <hkern u1="b" u2="&#x201d;" k="73" />
+    <hkern u1="b" u2="&#x201c;" k="112" />
+    <hkern u1="b" u2="&#x201a;" k="36" />
+    <hkern u1="b" u2="&#x2019;" k="73" />
+    <hkern u1="b" u2="&#x2018;" k="112" />
+    <hkern u1="b" u2="&#x2d;" k="-38" />
+    <hkern u1="e" u2="&#x2d;" k="-38" />
+    <hkern u1="f" u2="&#x201e;" k="112" />
+    <hkern u1="f" u2="&#x201d;" k="-141" />
+    <hkern u1="f" u2="&#x201c;" k="-180" />
+    <hkern u1="f" u2="&#x201a;" k="112" />
+    <hkern u1="f" u2="&#x2019;" k="-141" />
+    <hkern u1="f" u2="&#x2018;" k="-180" />
+    <hkern u1="f" u2="&#x2e;" k="73" />
+    <hkern u1="f" u2="&#x2c;" k="73" />
+    <hkern u1="g" u2="&#x2e;" k="36" />
+    <hkern u1="g" u2="&#x2d;" k="36" />
+    <hkern u1="g" u2="&#x2c;" k="36" />
+    <hkern u1="h" u2="&#x201d;" k="112" />
+    <hkern u1="h" u2="&#x201c;" k="112" />
+    <hkern u1="h" u2="&#x2019;" k="112" />
+    <hkern u1="h" u2="&#x2018;" k="112" />
+    <hkern u1="i" u2="&#x201c;" k="36" />
+    <hkern u1="i" u2="&#x2018;" k="36" />
+    <hkern u1="j" u2="&#x201d;" k="36" />
+    <hkern u1="j" u2="&#x2019;" k="36" />
+    <hkern u1="k" u2="&#x201e;" k="-38" />
+    <hkern u1="k" u2="&#x201d;" k="-75" />
+    <hkern u1="k" u2="&#x201a;" k="-38" />
+    <hkern u1="k" u2="&#x2019;" k="-75" />
+    <hkern u1="k" u2="&#x2d;" k="83" />
+    <hkern u1="m" u2="&#x201d;" k="112" />
+    <hkern u1="m" u2="&#x201c;" k="112" />
+    <hkern u1="m" u2="&#x2019;" k="112" />
+    <hkern u1="m" u2="&#x2018;" k="112" />
+    <hkern u1="n" u2="&#x201d;" k="112" />
+    <hkern u1="n" u2="&#x201c;" k="112" />
+    <hkern u1="n" u2="&#x2019;" k="112" />
+    <hkern u1="n" u2="&#x2018;" k="112" />
+    <hkern u1="o" u2="&#x201c;" k="73" />
+    <hkern u1="o" u2="&#x2018;" k="73" />
+    <hkern u1="o" u2="&#x2d;" k="-38" />
+    <hkern u1="p" u2="&#x201e;" k="73" />
+    <hkern u1="p" u2="&#x201d;" k="112" />
+    <hkern u1="p" u2="&#x201c;" k="73" />
+    <hkern u1="p" u2="&#x201a;" k="73" />
+    <hkern u1="p" u2="&#x2019;" k="112" />
+    <hkern u1="p" u2="&#x2018;" k="73" />
+    <hkern u1="p" u2="&#x2d;" k="-38" />
+    <hkern u1="q" u2="&#x201e;" k="-38" />
+    <hkern u1="q" u2="&#x201a;" k="-38" />
+    <hkern u1="r" u2="&#x201e;" k="272" />
+    <hkern u1="r" u2="&#x201d;" k="-86" />
+    <hkern u1="r" u2="&#x201a;" k="272" />
+    <hkern u1="r" u2="&#x2019;" k="-86" />
+    <hkern u1="r" u2="&#xab;" k="36" />
+    <hkern u1="r" u2="&#x2e;" k="206" />
+    <hkern u1="r" u2="&#x2d;" k="73" />
+    <hkern u1="r" u2="&#x2c;" k="206" />
+    <hkern u1="s" u2="&#x201c;" k="73" />
+    <hkern u1="s" u2="&#x2018;" k="73" />
+    <hkern u1="s" u2="&#x2d;" k="-38" />
+    <hkern u1="t" u2="&#x201e;" k="73" />
+    <hkern u1="t" u2="&#x201d;" k="-57" />
+    <hkern u1="t" u2="&#x201c;" k="-38" />
+    <hkern u1="t" u2="&#x201a;" k="73" />
+    <hkern u1="t" u2="&#x2019;" k="-57" />
+    <hkern u1="t" u2="&#x2018;" k="-38" />
+    <hkern u1="t" u2="&#x2d;" k="45" />
+    <hkern u1="u" u2="&#x201d;" k="73" />
+    <hkern u1="u" u2="&#x2019;" k="73" />
+    <hkern u1="v" u2="&#x201e;" k="235" />
+    <hkern u1="v" u2="&#x201d;" k="-114" />
+    <hkern u1="v" u2="&#x201c;" k="-94" />
+    <hkern u1="v" u2="&#x201a;" k="235" />
+    <hkern u1="v" u2="&#x2019;" k="-114" />
+    <hkern u1="v" u2="&#x2018;" k="-94" />
+    <hkern u1="v" u2="&#x2e;" k="159" />
+    <hkern u1="v" u2="&#x2c;" k="159" />
+    <hkern u1="w" u2="&#x201e;" k="159" />
+    <hkern u1="w" u2="&#x201d;" k="-114" />
+    <hkern u1="w" u2="&#x201c;" k="-57" />
+    <hkern u1="w" u2="&#x201a;" k="159" />
+    <hkern u1="w" u2="&#x2019;" k="-114" />
+    <hkern u1="w" u2="&#x2018;" k="-57" />
+    <hkern u1="w" u2="&#x2e;" k="149" />
+    <hkern u1="w" u2="&#x2d;" k="-38" />
+    <hkern u1="w" u2="&#x2c;" k="149" />
+    <hkern u1="x" u2="&#x2d;" k="63" />
+    <hkern u1="y" u2="&#x201e;" k="264" />
+    <hkern u1="y" u2="&#x201d;" k="-114" />
+    <hkern u1="y" u2="&#x201c;" k="-114" />
+    <hkern u1="y" u2="&#x201a;" k="264" />
+    <hkern u1="y" u2="&#x2019;" k="-114" />
+    <hkern u1="y" u2="&#x2018;" k="-114" />
+    <hkern u1="y" u2="&#x2e;" k="178" />
+    <hkern u1="y" u2="&#x2d;" k="36" />
+    <hkern u1="y" u2="&#x2c;" k="178" />
+    <hkern u1="&#xab;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#xab;" u2="Y" k="149" />
+    <hkern u1="&#xab;" u2="W" k="112" />
+    <hkern u1="&#xab;" u2="V" k="112" />
+    <hkern u1="&#xab;" u2="T" k="112" />
+    <hkern u1="&#xab;" u2="J" k="-38" />
+    <hkern u1="&#xbb;" u2="&#xc5;" k="73" />
+    <hkern u1="&#xbb;" u2="Y" k="225" />
+    <hkern u1="&#xbb;" u2="X" k="112" />
+    <hkern u1="&#xbb;" u2="W" k="188" />
+    <hkern u1="&#xbb;" u2="V" k="225" />
+    <hkern u1="&#xbb;" u2="U" k="73" />
+    <hkern u1="&#xbb;" u2="T" k="188" />
+    <hkern u1="&#xbb;" u2="J" k="-75" />
+    <hkern u1="&#xbb;" u2="A" k="73" />
+    <hkern u1="&#xc5;" u2="&#x201e;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="243" />
+    <hkern u1="&#xc5;" u2="&#x201c;" k="264" />
+    <hkern u1="&#xc5;" u2="&#x201a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2019;" k="243" />
+    <hkern u1="&#xc5;" u2="&#x2018;" k="264" />
+    <hkern u1="&#xc5;" u2="&#xab;" k="73" />
+    <hkern u1="&#xc5;" u2="w" k="36" />
+    <hkern u1="&#xc5;" u2="v" k="36" />
+    <hkern u1="&#xc5;" u2="Y" k="112" />
+    <hkern u1="&#xc5;" u2="W" k="36" />
+    <hkern u1="&#xc5;" u2="V" k="36" />
+    <hkern u1="&#xc5;" u2="U" k="36" />
+    <hkern u1="&#xc5;" u2="T" k="112" />
+    <hkern u1="&#xc5;" u2="Q" k="36" />
+    <hkern u1="&#xc5;" u2="O" k="36" />
+    <hkern u1="&#xc5;" u2="G" k="36" />
+    <hkern u1="&#xc5;" u2="C" k="36" />
+    <hkern u1="&#xc5;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc5;" u2="&#x2d;" k="45" />
+    <hkern u1="&#xc6;" u2="&#x201d;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x2019;" k="92" />
+    <hkern u1="&#xc6;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xc6;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#xd0;" u2="&#x201e;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x201a;" k="188" />
+    <hkern u1="&#xd0;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xd0;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xd0;" u2="Y" k="73" />
+    <hkern u1="&#xd0;" u2="W" k="36" />
+    <hkern u1="&#xd0;" u2="V" k="36" />
+    <hkern u1="&#xd0;" u2="A" k="36" />
+    <hkern u1="&#xd0;" u2="&#x2e;" k="120" />
+    <hkern u1="&#xd0;" u2="&#x2d;" k="-65" />
+    <hkern u1="&#xd0;" u2="&#x2c;" k="120" />
+    <hkern u1="&#xd8;" u2="&#x201e;" k="112" />
+    <hkern u1="&#xd8;" u2="&#x201d;" k="36" />
+    <hkern u1="&#xd8;" u2="&#x201a;" k="112" />
+    <hkern u1="&#xd8;" u2="&#x2019;" k="36" />
+    <hkern u1="&#xd8;" u2="Y" k="73" />
+    <hkern u1="&#xd8;" u2="X" k="36" />
+    <hkern u1="&#xd8;" u2="V" k="36" />
+    <hkern u1="&#xd8;" u2="T" k="73" />
+    <hkern u1="&#xd8;" u2="A" k="36" />
+    <hkern u1="&#xd8;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#xd8;" u2="&#x2e;" k="83" />
+    <hkern u1="&#xd8;" u2="&#x2d;" k="-57" />
+    <hkern u1="&#xd8;" u2="&#x2c;" k="83" />
+    <hkern u1="&#xdf;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2018;" k="36" />
+    <hkern u1="&#xdf;" u2="&#x2d;" k="-75" />
+    <hkern u1="&#xe5;" u2="&#x201d;" k="73" />
+    <hkern u1="&#xe5;" u2="&#x201c;" k="112" />
+    <hkern u1="&#xe5;" u2="&#x2019;" k="73" />
+    <hkern u1="&#xe5;" u2="&#x2018;" k="112" />
+    <hkern u1="&#xe6;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#xf8;" u2="&#x201c;" k="73" />
+    <hkern u1="&#xf8;" u2="&#x2018;" k="73" />
+    <hkern u1="&#xf8;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x201d;" k="311" />
+    <hkern u1="&#x141;" u2="&#x201c;" k="339" />
+    <hkern u1="&#x141;" u2="&#x2019;" k="311" />
+    <hkern u1="&#x141;" u2="&#x2018;" k="339" />
+    <hkern u1="&#x141;" u2="y" k="73" />
+    <hkern u1="&#x141;" u2="Y" k="149" />
+    <hkern u1="&#x141;" u2="W" k="112" />
+    <hkern u1="&#x141;" u2="V" k="112" />
+    <hkern u1="&#x141;" u2="U" k="36" />
+    <hkern u1="&#x141;" u2="T" k="112" />
+    <hkern u1="&#x141;" u2="O" k="73" />
+    <hkern u1="&#x141;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x141;" u2="&#x2d;" k="36" />
+    <hkern u1="&#x141;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3b;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x3a;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2e;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x152;" u2="&#x2c;" k="-38" />
+    <hkern u1="&#x153;" u2="&#x2d;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#xf002;" k="-57" />
+    <hkern u1="&#x2018;" u2="&#xf001;" k="-57" />
+    <hkern u1="&#x2018;" u2="&#x152;" k="83" />
+    <hkern u1="&#x2018;" u2="&#x142;" k="-38" />
+    <hkern u1="&#x2018;" u2="&#x111;" k="73" />
+    <hkern u1="&#x2018;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x2018;" u2="&#xc6;" k="319" />
+    <hkern u1="&#x2018;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x2018;" u2="v" k="-57" />
+    <hkern u1="&#x2018;" u2="r" k="112" />
+    <hkern u1="&#x2018;" u2="q" k="73" />
+    <hkern u1="&#x2018;" u2="l" k="-38" />
+    <hkern u1="&#x2018;" u2="k" k="-38" />
+    <hkern u1="&#x2018;" u2="h" k="-38" />
+    <hkern u1="&#x2018;" u2="g" k="73" />
+    <hkern u1="&#x2018;" u2="f" k="-57" />
+    <hkern u1="&#x2018;" u2="d" k="73" />
+    <hkern u1="&#x2018;" u2="b" k="-94" />
+    <hkern u1="&#x2018;" u2="Y" k="-65" />
+    <hkern u1="&#x2018;" u2="X" k="-65" />
+    <hkern u1="&#x2018;" u2="W" k="-47" />
+    <hkern u1="&#x2018;" u2="V" k="-57" />
+    <hkern u1="&#x2018;" u2="T" k="-38" />
+    <hkern u1="&#x2018;" u2="Q" k="36" />
+    <hkern u1="&#x2018;" u2="O" k="83" />
+    <hkern u1="&#x2018;" u2="J" k="272" />
+    <hkern u1="&#x2018;" u2="A" k="272" />
+    <hkern u1="&#x201a;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xdf;" k="-38" />
+    <hkern u1="&#x201a;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201a;" u2="&#xc6;" k="-227" />
+    <hkern u1="&#x201a;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201a;" u2="w" k="83" />
+    <hkern u1="&#x201a;" u2="v" k="83" />
+    <hkern u1="&#x201a;" u2="u" k="36" />
+    <hkern u1="&#x201a;" u2="t" k="73" />
+    <hkern u1="&#x201a;" u2="j" k="-47" />
+    <hkern u1="&#x201a;" u2="f" k="-38" />
+    <hkern u1="&#x201a;" u2="Y" k="225" />
+    <hkern u1="&#x201a;" u2="X" k="-86" />
+    <hkern u1="&#x201a;" u2="W" k="292" />
+    <hkern u1="&#x201a;" u2="V" k="339" />
+    <hkern u1="&#x201a;" u2="U" k="188" />
+    <hkern u1="&#x201a;" u2="T" k="206" />
+    <hkern u1="&#x201a;" u2="Q" k="112" />
+    <hkern u1="&#x201a;" u2="O" k="112" />
+    <hkern u1="&#x201a;" u2="J" k="-38" />
+    <hkern u1="&#x201a;" u2="G" k="73" />
+    <hkern u1="&#x201a;" u2="C" k="112" />
+    <hkern u1="&#x201a;" u2="A" k="-75" />
+    <hkern u1="&#x201c;" u2="&#xf002;" k="-57" />
+    <hkern u1="&#x201c;" u2="&#xf001;" k="-57" />
+    <hkern u1="&#x201c;" u2="&#x152;" k="83" />
+    <hkern u1="&#x201c;" u2="&#x142;" k="-38" />
+    <hkern u1="&#x201c;" u2="&#x111;" k="73" />
+    <hkern u1="&#x201c;" u2="&#xd8;" k="83" />
+    <hkern u1="&#x201c;" u2="&#xc6;" k="319" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="272" />
+    <hkern u1="&#x201c;" u2="v" k="-57" />
+    <hkern u1="&#x201c;" u2="r" k="112" />
+    <hkern u1="&#x201c;" u2="q" k="73" />
+    <hkern u1="&#x201c;" u2="l" k="-38" />
+    <hkern u1="&#x201c;" u2="k" k="-38" />
+    <hkern u1="&#x201c;" u2="h" k="-38" />
+    <hkern u1="&#x201c;" u2="g" k="73" />
+    <hkern u1="&#x201c;" u2="f" k="-57" />
+    <hkern u1="&#x201c;" u2="d" k="73" />
+    <hkern u1="&#x201c;" u2="b" k="-94" />
+    <hkern u1="&#x201c;" u2="Y" k="-65" />
+    <hkern u1="&#x201c;" u2="X" k="-65" />
+    <hkern u1="&#x201c;" u2="W" k="-47" />
+    <hkern u1="&#x201c;" u2="V" k="-57" />
+    <hkern u1="&#x201c;" u2="T" k="-38" />
+    <hkern u1="&#x201c;" u2="Q" k="36" />
+    <hkern u1="&#x201c;" u2="O" k="83" />
+    <hkern u1="&#x201c;" u2="J" k="272" />
+    <hkern u1="&#x201c;" u2="A" k="272" />
+    <hkern u1="&#x201e;" u2="&#xf002;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xf001;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#x152;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xdf;" k="-38" />
+    <hkern u1="&#x201e;" u2="&#xd8;" k="112" />
+    <hkern u1="&#x201e;" u2="&#xc6;" k="-227" />
+    <hkern u1="&#x201e;" u2="&#xc5;" k="-75" />
+    <hkern u1="&#x201e;" u2="w" k="83" />
+    <hkern u1="&#x201e;" u2="v" k="83" />
+    <hkern u1="&#x201e;" u2="u" k="36" />
+    <hkern u1="&#x201e;" u2="t" k="73" />
+    <hkern u1="&#x201e;" u2="j" k="-47" />
+    <hkern u1="&#x201e;" u2="f" k="-38" />
+    <hkern u1="&#x201e;" u2="Y" k="225" />
+    <hkern u1="&#x201e;" u2="X" k="-86" />
+    <hkern u1="&#x201e;" u2="W" k="292" />
+    <hkern u1="&#x201e;" u2="V" k="339" />
+    <hkern u1="&#x201e;" u2="U" k="188" />
+    <hkern u1="&#x201e;" u2="T" k="206" />
+    <hkern u1="&#x201e;" u2="Q" k="112" />
+    <hkern u1="&#x201e;" u2="O" k="112" />
+    <hkern u1="&#x201e;" u2="J" k="-38" />
+    <hkern u1="&#x201e;" u2="G" k="73" />
+    <hkern u1="&#x201e;" u2="C" k="112" />
+    <hkern u1="&#x201e;" u2="A" k="-75" />
+    <hkern u1="&#x2039;" u2="&#xc6;" k="-151" />
+    <hkern u1="&#x2039;" u2="Y" k="149" />
+    <hkern u1="&#x2039;" u2="W" k="112" />
+    <hkern u1="&#x2039;" u2="V" k="112" />
+    <hkern u1="&#x2039;" u2="T" k="112" />
+    <hkern u1="&#x2039;" u2="J" k="-38" />
+    <hkern u1="&#xf001;" u2="&#x201c;" k="36" />
+    <hkern u1="&#xf001;" u2="&#x2018;" k="36" />
+  </font>
+</defs></svg>
diff --git a/dist/img/blogs/blog1.png b/dist/img/blogs/blog1.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac791cc7eaabf1981becf2a226a39db75ef66c3b
Binary files /dev/null and b/dist/img/blogs/blog1.png differ
diff --git a/dist/img/blogs/blog1_1.png b/dist/img/blogs/blog1_1.png
new file mode 100644
index 0000000000000000000000000000000000000000..f2117c40b8e1068cb85f8fc230d4c3d774999bf5
Binary files /dev/null and b/dist/img/blogs/blog1_1.png differ
diff --git a/dist/img/blogs/blog2.png b/dist/img/blogs/blog2.png
new file mode 100644
index 0000000000000000000000000000000000000000..2a7b515240fb4788274de8cd37a953c15ec135ae
Binary files /dev/null and b/dist/img/blogs/blog2.png differ
diff --git a/dist/img/blogs/blog3.png b/dist/img/blogs/blog3.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b26091988dbf4498932f51277af34deaee89207
Binary files /dev/null and b/dist/img/blogs/blog3.png differ
diff --git a/dist/img/blogs/blog4.png b/dist/img/blogs/blog4.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae7b69d4cff686cd662daa0a4afa464948ca5b82
Binary files /dev/null and b/dist/img/blogs/blog4.png differ
diff --git a/dist/img/blogs/blog5.png b/dist/img/blogs/blog5.png
new file mode 100644
index 0000000000000000000000000000000000000000..04c426ddd1316668287fde3cb4c73296acaa4e1a
Binary files /dev/null and b/dist/img/blogs/blog5.png differ
diff --git a/dist/img/home-bg-2.5ea2ff20.png b/dist/img/home-bg-2.5ea2ff20.png
new file mode 100644
index 0000000000000000000000000000000000000000..5b76706124ca3303ed36e31f1e9ee498d0eaa87e
Binary files /dev/null and b/dist/img/home-bg-2.5ea2ff20.png differ
diff --git a/dist/img/home-bg-2.png b/dist/img/home-bg-2.png
new file mode 100644
index 0000000000000000000000000000000000000000..5b76706124ca3303ed36e31f1e9ee498d0eaa87e
Binary files /dev/null and b/dist/img/home-bg-2.png differ
diff --git a/dist/img/home-header.jfif b/dist/img/home-header.jfif
new file mode 100644
index 0000000000000000000000000000000000000000..8b42fa8ef50f391eb01b5d55e2b7bfe893611dcd
Binary files /dev/null and b/dist/img/home-header.jfif differ
diff --git a/dist/img/question.c2fd9710.png b/dist/img/question.c2fd9710.png
new file mode 100644
index 0000000000000000000000000000000000000000..bd6cdcde92aecca637c026915d34ea0217af7b7d
Binary files /dev/null and b/dist/img/question.c2fd9710.png differ
diff --git a/dist/img/services/Build.png b/dist/img/services/Build.png
new file mode 100644
index 0000000000000000000000000000000000000000..c96582d6db40343c92e0b4b53ab52bbbd7038943
Binary files /dev/null and b/dist/img/services/Build.png differ
diff --git a/dist/img/services/Family.png b/dist/img/services/Family.png
new file mode 100644
index 0000000000000000000000000000000000000000..09b8506dd004bf15738e8a54d439f707db063b65
Binary files /dev/null and b/dist/img/services/Family.png differ
diff --git a/dist/img/services/Finance.png b/dist/img/services/Finance.png
new file mode 100644
index 0000000000000000000000000000000000000000..4522095c53879f23dfd64840f520828654e8852c
Binary files /dev/null and b/dist/img/services/Finance.png differ
diff --git a/dist/img/services/Health.png b/dist/img/services/Health.png
new file mode 100644
index 0000000000000000000000000000000000000000..16e814fa655e73d0cb3695dbe8a56f8598b8fd86
Binary files /dev/null and b/dist/img/services/Health.png differ
diff --git a/dist/img/services/Home.png b/dist/img/services/Home.png
new file mode 100644
index 0000000000000000000000000000000000000000..979497b36f77b59e4db43565191a212f1cb8b5f1
Binary files /dev/null and b/dist/img/services/Home.png differ
diff --git a/dist/img/services/Immigrate.png b/dist/img/services/Immigrate.png
new file mode 100644
index 0000000000000000000000000000000000000000..0a00a617572470bcdef4d20d1418940f940d8522
Binary files /dev/null and b/dist/img/services/Immigrate.png differ
diff --git a/dist/img/services/Legal.png b/dist/img/services/Legal.png
new file mode 100644
index 0000000000000000000000000000000000000000..b9ad2505460c921f127801b485a22c78d47ac6fe
Binary files /dev/null and b/dist/img/services/Legal.png differ
diff --git a/dist/img/services/Lifestyle.png b/dist/img/services/Lifestyle.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa46a31f36479df944a2645fcbf6845cf8242863
Binary files /dev/null and b/dist/img/services/Lifestyle.png differ
diff --git a/dist/img/services/Tax.png b/dist/img/services/Tax.png
new file mode 100644
index 0000000000000000000000000000000000000000..2d05b71a1c5bad7a89ecd283b7ab27f40b0b32d3
Binary files /dev/null and b/dist/img/services/Tax.png differ
diff --git a/dist/img/services/Transport.png b/dist/img/services/Transport.png
new file mode 100644
index 0000000000000000000000000000000000000000..914317d95a9ddd54da104d998a1d3d4c690e6108
Binary files /dev/null and b/dist/img/services/Transport.png differ
diff --git a/dist/img/services/Work.png b/dist/img/services/Work.png
new file mode 100644
index 0000000000000000000000000000000000000000..e373dc5fe91c487bdd29146df10cdf895f249f02
Binary files /dev/null and b/dist/img/services/Work.png differ
diff --git a/dist/img/services/question.png b/dist/img/services/question.png
new file mode 100644
index 0000000000000000000000000000000000000000..bd6cdcde92aecca637c026915d34ea0217af7b7d
Binary files /dev/null and b/dist/img/services/question.png differ
diff --git a/dist/img/team/Alastair.png b/dist/img/team/Alastair.png
new file mode 100644
index 0000000000000000000000000000000000000000..90349f9f38bb75a30ba46dbb0179cbc8266171bb
Binary files /dev/null and b/dist/img/team/Alastair.png differ
diff --git a/dist/img/team/Chris-2.png b/dist/img/team/Chris-2.png
new file mode 100644
index 0000000000000000000000000000000000000000..07a48782536da1a192eaa07211f08e588c59e894
Binary files /dev/null and b/dist/img/team/Chris-2.png differ
diff --git a/dist/img/team/Chris.png b/dist/img/team/Chris.png
new file mode 100644
index 0000000000000000000000000000000000000000..d05e2ac6ac15f248f8876c86c6ae84ce47ca6bcd
Binary files /dev/null and b/dist/img/team/Chris.png differ
diff --git a/dist/img/team/Team.png b/dist/img/team/Team.png
new file mode 100644
index 0000000000000000000000000000000000000000..845454a103ee9225567eef22d0b490390e64da12
Binary files /dev/null and b/dist/img/team/Team.png differ
diff --git a/dist/index.html b/dist/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..46294db1fe6b78ed8b9ee1afa80bd1f4c24db49f
--- /dev/null
+++ b/dist/index.html
@@ -0,0 +1,20 @@
+<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/landing-pad/favicon.ico"><link href="https://fonts.cdnfonts.com/css/gilroy-bold" rel="stylesheet"><title>landing-pad</title><script defer="defer" src="/landing-pad/js/chunk-vendors.ee0e9981.js"></script><script defer="defer" src="/landing-pad/js/app.d5f42329.js"></script><link href="/landing-pad/css/app.20c362cb.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but landing-pad doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script>// Single Page Apps for GitHub Pages
+      // MIT License
+      // https://github.com/rafgraph/spa-github-pages
+      // This script checks to see if a redirect is present in the query string,
+      // converts it back into the correct url and adds it to the
+      // browser's history using window.history.replaceState(...),
+      // which won't cause the browser to attempt to load the new url.
+      // When the single page app is loaded further down in this file,
+      // the correct url will be waiting in the browser's history for
+      // the single page app to route accordingly.
+      (function(l) {
+        if (l.search[1] === '/' ) {
+          var decoded = l.search.slice(1).split('&').map(function(s) { 
+            return s.replace(/~and~/g, '&')
+          }).join('?');
+          window.history.replaceState(null, null,
+              l.pathname.slice(0, -1) + decoded + l.hash
+          );
+        }
+      }(window.location))</script><div id="app"></div></body></html>
\ No newline at end of file
diff --git a/dist/js/app.d5f42329.js b/dist/js/app.d5f42329.js
new file mode 100644
index 0000000000000000000000000000000000000000..c8f5904c27e7295fda8bc339d2c9d1d4f1e9a298
--- /dev/null
+++ b/dist/js/app.d5f42329.js
@@ -0,0 +1,2 @@
+(function(){"use strict";var e={7212:function(e,t,i){var s,a,n,o,r,l,u=i(6369),c=function(){var e=this,t=e._self._c;return t("div",{attrs:{id:"app"}},[t("router-view")],1)},m=[],d={name:"App"},p=d,g=i(1001),h=(0,g.Z)(p,c,m,!1,null,null,null),v=h.exports,b=i(2631),f=function(){var e=this,t=e._self._c;return t("div",[t("HeaderComponent",{attrs:{"current-page":"home",transparent:e.scroll<100,"with-shadow":e.scroll>100,"text-white":e.scroll<100},on:{onButtonClick:e.scrollToContacts}}),t("section",{staticClass:"relative mt-[-80px] z-10 text-white h-[700px] sm:h-[900px] rounded-b-lg bg-cover bg-no-repeat bg-center bg-blend-multiply bg-gray-300 bg-[url('../public/img/home-header.jfif')]"},[e._v("   "),t("h2",{staticClass:"text-[54px] font-bold leading-[4.5rem] max-w-lg ml-10 min-[500px]:ml-24 mt-16 sm:mt-[173px]"},[e._v(" Moving to Portugal? ")]),t("p",{staticClass:"text-2xl ml-10 min-[500px]:ml-24 mt-[10px] max-w-[434px] font-gilroy"},[e._v(" Let the experts of the ACK ecosystem handle your administrative headaches ")]),t("button",{staticClass:"rounded bg-blue text-white ml-10 min-[500px]:ml-24 mt-10 py-3.5 px-10 w-[270px] font-medium text-lg hover:bg-blue-700 transition-colors",on:{click:e.scrollToContacts}},[e._v(" Help to emigrate ")])]),t("section",{staticClass:"mt-16 relative"},[t("div",{staticClass:"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -top-[134px] -left-[87px]"}),t("div",{staticClass:"z-10 w-[85.4%] mx-auto flex justify-between items-center h-36 relative"},[t("button",{staticClass:"mr-3",on:{click:e.reviewLeft}},[t("LeftArrow",{staticClass:"text-blue"})],1),t("div",{staticClass:"flex gap-[38px] items-center relative",class:{slideLeft:e.slideLeft,slideRight:e.slideRight}},e._l(e.reviews,(function(e,i){return t("ReviewComponent",{key:i,class:[{hidden:e.hidden,"-left-[373px]":e.isLeft},e.absolute?"absolute":"relative",e.isRight?"-right-[373px]":"",e.fade?"fade":"unfade"],attrs:{data:e.data}})})),1),t("button",{staticClass:"ml-3",on:{click:e.reviewRight}},[t("RightArrow",{staticClass:"text-blue"})],1)])]),t("section",{staticClass:"mt-32 relative overflow-hidden"},[t("div",{staticClass:"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[255px] h-[255px] z-0 -right-[65px] top-[42%]"}),t("div",{staticClass:"relative z-10"},[t("h1",{staticClass:"text-center font-medium text-[54px] leading-[4.5rem] relative"},[t("span",{staticClass:"text-dark"},[e._v("Our ")]),t("span",{staticClass:"text-blue-text"},[e._v("Services "),t("FeatureSvg",{staticClass:"inline absolute -top-3 -translate-x-[3px]"})],1)]),t("h2",{staticClass:"text-dark text-center font-medium text-[2rem] leading-[42px] mt-4"},[e._v(" Tailor-made solutions for your unique situation ")]),t("p",{staticClass:"text-[15px] leading-[18px] mt-8 w-[92.5%] mx-auto"},[e._v(" On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will ")]),t("div",{staticClass:"grid w-max mx-auto gap-[31px] mt-4 justify-center grid-cols-1 min-[700px]:grid-cols-2 min-[1000px]:grid-cols-3 min-[1400px]:grid-cols-4 min-[1800px]:grid-cols-5"},[e._l(e.services,(function(e){return t("ServiceCard",{key:e.service,attrs:{data:e}})})),t("ServiceQuestionCard",{on:{onButtonClick:e.scrollToContacts}})],2)])]),t("section",{staticClass:"mt-12 sm:mt-[100px] text-white bg-cover bg-no-repeat bg-center bg-blend-multiply bg-dark-400 bg-[url('../public/img/home-bg-2.png')]"},[e._v("   "),t("h1",{staticClass:"mt-9 sm:mt-[87px] text-[3.375rem] leading-[4.5rem] text-center relative"},[e._v(" Our Story "),t("FeatureSvg",{staticClass:"inline absolute -top-3 -translate-x-[3px]"})],1),e._m(0),e._v("   ")]),t("section",{staticClass:"bg-blue-200 rounded-2xl w-[92.5%] mx-auto mt-[100px] relative overflow-hidden"},[t("div",{staticClass:"absolute bg-blue-400 blur-[170px] rounded-[190px] w-[190px] h-[190px] z-0 -left-[72px] -top-[47px]"}),t("div",{staticClass:"relative z-10"},[e._v("   "),t("h1",{staticClass:"relative text-[54px] leading-[4.5rem] w-min mx-auto mt-[71px]"},[t("FeatureLeftSvg",{staticClass:"inline absolute -top-7 -translate-x-[93%] text-blue-text h-[51px] w-[51px]"}),e._v(" Team ")],1),e._m(1),t("div",{staticClass:"mt-16 mx-auto mb-[53px] w-max grid grid-cols-1 lg:grid-cols-2 gap-x-[90px] gap-y-16"},e._l(e.team,(function(e,i){return t("TeamMember",{key:i,attrs:{data:e}})})),1),e._v("   ")]),t("div",{staticClass:"absolute bg-blue-400 blur-[170px] rounded-[190px] w-[190px] h-[190px] z-0 -right-[133px] -bottom-[136px]"})]),t("FooterComponent",{ref:"contacts",staticClass:"mt-[92px]"})],1)},w=[function(){var e=this,t=e._self._c;return t("p",{staticClass:"mt-10 mb-9 sm:mb-[89px] text-lg leading-[1.625rem] text-center mx-auto w-[66%]"},[e._v(" We can help you reimagine your business through a digital lens. Our software engineering heritage combined with our strategic business and innovation consulting, design thinking, and physical-digital capabilities provide real business value to our customers through human-centric innovation. "),t("br"),t("br"),e._v(" There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend. ")])},function(){var e=this,t=e._self._c;return t("h2",{staticClass:"text-center text-[2rem] leading-[2.625rem] max-w-[385px] mx-auto"},[e._v(" A team of "),t("span",{staticClass:"text-blue-text"},[e._v("professionals")]),e._v(" is "),t("span",{staticClass:"text-blue-text"},[e._v("working")]),e._v(" on your problem ")])}],y=(i(7658),i(541),function(){var e=this,t=e._self._c;return t("div",{staticClass:"sticky top-0 z-30 transition-all",class:{"bg-white":!e.transparent,"shadow-14x28":e.withShadow}},[e.width>1e3?t("header",{staticClass:"flex justify-around items-center py-3.5",class:e.textWhite?"text-white":"text-dark"},[t("div",{staticClass:"flex-auto basis-[28.57%] h-[46px] flex justify-center"},[t("router-link",{attrs:{to:e.$publicPath}},[t("LogoSvg",{class:e.textWhite?"text-white":"text-blue"})],1)],1),t("nav",{staticClass:"flex justify-around flex-auto basis-[42.86%] text-xl"},[t("router-link",{staticClass:"transition-colors",class:["home"===e.currentPage?"font-bold":"",e.textWhite?"hover:text-gray-bg":"hover:text-gray"],attrs:{to:e.$publicPath}},[e._v("Home")]),t("router-link",{staticClass:"transition-colors",class:["services"===e.currentPage?"font-bold":"",e.textWhite?"hover:text-gray-bg":"hover:text-gray"],attrs:{to:`${e.$publicPath}services`}},[e._v("Services")]),t("router-link",{staticClass:"transition-colors",class:["about us"===e.currentPage?"font-bold":"",e.textWhite?"hover:text-gray-bg":"hover:text-gray"],attrs:{to:`${e.$publicPath}`}},[e._v("About us")]),t("router-link",{staticClass:"transition-colors",class:["team"===e.currentPage?"font-bold":"",e.textWhite?"hover:text-gray-bg":"hover:text-gray"],attrs:{to:`${e.$publicPath}`}},[e._v("Team")]),t("router-link",{staticClass:"transition-colors",class:["contact"===e.currentPage?"font-bold":"",e.textWhite?"hover:text-gray-bg":"hover:text-gray"],attrs:{to:`${e.$publicPath}`}},[e._v("Contact")]),t("router-link",{staticClass:"transition-colors",class:["blog"===e.currentPage?"font-bold":"",e.textWhite?"hover:text-gray-bg":"hover:text-gray"],attrs:{to:`${e.$publicPath}blogs`}},[e._v("Blog")])],1),t("div",{staticClass:"flex-auto basis-[28.57%] flex justify-center"},[t("button",{staticClass:"rounded bg-blue text-white py-3.5 px-[42px] font-medium hover:bg-blue-700 transition-colors",on:{click:e.scrollToContacts}},[e._v(" Book an online ")])])]):t("header",{staticClass:"flex justify-between items-center mx-[7%] py-3.5 text-white"},[t("div",{staticClass:"h-[46px] flex justify-center"},[t("router-link",{attrs:{to:e.$publicPath}},[t("LogoSvg",{class:e.textWhite?"text-white":"text-blue"})],1)],1),t("div",{staticClass:"relative"},[t("button",{on:{click:e.expand}},[t("BurgerSvg",{staticClass:"w-10 h-10"})],1),e.dropdown?t("div",{staticClass:"absolute z-20 bg-white p-2 rounded-lg shadow-4x10 w-32 right-0"},[t("nav",{staticClass:"text-xl text-black"},[t("div",[t("router-link",{staticClass:"flex justify-between items-center gap-3",attrs:{to:e.$publicPath}},[t("span",{staticClass:"w-24",class:"home"===e.currentPage?"font-bold":""},[e._v("Home")]),t("RightArrow",{staticClass:"w-[7px] h-3 inline"})],1)],1),t("div",{staticClass:"mt-2"},[t("router-link",{staticClass:"flex justify-between items-center gap-3",attrs:{to:`${e.$publicPath}services`}},[t("span",{staticClass:"w-24",class:"services"===e.currentPage?"font-bold":""},[e._v("Services")]),t("RightArrow",{staticClass:"w-[7px] h-3 inline"})],1)],1),t("div",{staticClass:"mt-2"},[t("router-link",{staticClass:"flex justify-between items-center gap-3",attrs:{to:"#"}},[t("span",{staticClass:"w-24",class:"about us"===e.currentPage?"font-bold":""},[e._v("About us")]),t("RightArrow",{staticClass:"w-[7px] h-3 inline"})],1)],1),t("div",{staticClass:"mt-2"},[t("router-link",{staticClass:"flex justify-between items-center gap-3",attrs:{to:"#"}},[t("span",{staticClass:"w-24",class:"team"===e.currentPage?"font-bold":""},[e._v("Team")]),t("RightArrow",{staticClass:"w-[7px] h-3 inline"})],1)],1),t("div",{staticClass:"mt-2"},[t("router-link",{staticClass:"flex justify-between items-center gap-3",attrs:{to:"#"}},[t("span",{staticClass:"w-24",class:"contact"===e.currentPage?"font-bold":""},[e._v("Contact")]),t("RightArrow",{staticClass:"w-[7px] h-3 inline"})],1)],1),t("div",{staticClass:"mt-2"},[t("router-link",{staticClass:"flex justify-between items-center gap-3",attrs:{to:`${e.$publicPath}blogs`}},[t("span",{staticClass:"w-24",class:"blog"===e.currentPage?"font-bold":""},[e._v("Blog")]),t("RightArrow",{staticClass:"w-[7px] h-3 inline"})],1)],1),t("div",{staticClass:"mt-2"},[t("button",{staticClass:"flex justify-between items-center gap-3",on:{click:e.scrollToContacts}},[t("span",{staticClass:"w-24"},[e._v("Book an online")]),t("RightArrow",{staticClass:"w-[7px] h-3 inline"})],1)])])]):e._e()])])])}),C=[],x=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"177",height:"46",viewBox:"0 0 177 46",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"clip-path":"url(#clip0_1062_13206)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd",d:"M68.6994 5.43654V10.8732L68.076 10.249C67.2727 9.44468 66.1537 8.96952 64.6904 8.81125C60.8147 8.39247 57.9813 10.2364 56.7073 14.0069C55.3468 18.0335 56.6508 22.5173 59.7241 24.3802C61.1575 25.2491 62.4188 25.5614 64.1947 25.4872C65.9824 25.4124 67.2493 24.8995 68.3375 23.8099C68.7259 23.4209 69.0825 23.1027 69.1299 23.1027C69.1772 23.1027 69.216 23.5682 69.216 24.1371V25.1715H71.4543H73.6926V12.5858V0H71.196H68.6994V5.43654ZM164.947 5.44412V10.8881L164.509 10.3665C163.065 8.64798 159.083 8.21506 156.653 9.51243C152.933 11.4975 151.382 17.3706 153.481 21.5189C155.586 25.6783 161.385 26.877 164.598 23.8171C165.01 23.4242 165.374 23.1027 165.406 23.1027C165.438 23.1027 165.464 23.5682 165.464 24.1371V25.1715H167.702H169.941V12.5858V0H167.444H164.947V5.44412ZM77.2223 1.29409C76.8435 1.43288 76.5146 1.54771 76.4915 1.54908C76.4685 1.55046 76.2168 1.87373 75.932 2.26716C74.2217 4.63122 76.8404 7.6987 79.493 6.4384C80.9603 5.74118 81.4901 3.62039 80.5166 2.34216C80.2545 1.99838 79.8711 1.6096 79.6643 1.47857C79.0608 1.09565 77.9854 1.01445 77.2223 1.29409ZM6.88716 13.4478V25.1715H14.2909H21.6946V22.844V20.5165H16.8735H12.0525V11.1203V1.72408H9.46984H6.88716V13.4478ZM118.803 13.4478V25.1715H121.386H123.969V20.6298V16.0881L127.111 15.9801C131.58 15.8265 133.383 15.276 134.882 13.6068C136.568 11.7286 136.979 8.19489 135.825 5.50119C135.403 4.51588 134.142 3.26144 133.008 2.69784C131.353 1.87511 129.979 1.72408 124.148 1.72408H118.803V13.4478ZM129.844 6.58874C131.582 7.61198 131.652 9.83087 129.984 11.065C129.391 11.5041 128.009 11.7237 125.839 11.7237H123.969V8.86314V6.00272L126.509 6.06152C128.908 6.1172 129.092 6.14634 129.844 6.58874ZM29.2704 8.79521C28.6549 8.86038 27.8026 9.01004 27.3765 9.12779C26.5016 9.36968 24.5763 10.3512 23.9444 10.8777L23.5253 11.2267L24.8435 12.5466L26.1616 13.8664L26.6399 13.4299C27.6988 12.4637 28.7814 12.0439 30.2153 12.0439C31.8421 12.0439 33.4027 13.2502 33.4027 14.5078V14.9995H32.1908C31.5241 14.9995 30.2262 15.0831 29.3068 15.1852C24.7528 15.691 22.5554 17.4437 22.5554 20.5703C22.5554 22.0115 22.8499 22.8373 23.702 23.7864C24.8632 25.0795 25.8305 25.4302 28.2374 25.4302C29.9502 25.4302 30.3388 25.3752 31.1174 25.0228C31.6124 24.7986 32.329 24.2766 32.71 23.8628L33.4027 23.1104V24.1409V25.1715H35.641H37.8794L37.8764 19.9562C37.873 14.0738 37.7344 12.9677 36.8058 11.4089C35.5823 9.35485 32.8702 8.41419 29.2704 8.79521ZM48.0242 8.7947C47.5906 8.86814 46.9146 9.09227 46.5222 9.29261C45.7833 9.67019 44.5944 10.7477 44.5944 11.0398C44.5944 11.1315 44.5169 11.2065 44.4222 11.2065C44.3264 11.2065 44.25 10.7467 44.25 10.1721V9.13762H41.9256H39.6012V17.1546V25.1715H41.9958H44.3903L44.4494 20.301C44.5074 15.5067 44.515 15.4171 44.9387 14.5714C45.4933 13.4644 46.2332 13.0225 47.5319 13.0225C48.7206 13.0225 49.3258 13.3859 49.7704 14.3664C50.0664 15.0191 50.0969 15.5526 50.1003 20.1286L50.1041 25.1715H52.6007H55.0973V20.1841C55.0973 17.4411 55.0153 14.59 54.9151 13.8481C54.6563 11.9337 53.9702 10.5303 52.9168 9.76208C51.7617 8.91935 49.6976 8.51126 48.0242 8.7947ZM91.0689 8.79659C89.9437 8.98452 88.8712 9.57622 88.0265 10.4755L87.2947 11.2544V10.196V9.13762H84.9703H82.6459V17.1546V25.1715H85.0564H87.4669V20.6974C87.4669 15.6241 87.5888 14.7197 88.3901 13.8461C89.3817 12.7653 91.3094 12.6823 92.2475 13.6802C93.0917 14.5783 93.1488 14.9971 93.1488 20.2836V25.1715H95.6644H98.1797L98.0897 19.5252C98.0403 16.4198 97.9154 13.4909 97.8126 13.0168C97.3701 10.9777 96.0242 9.39588 94.3821 8.98504C93.387 8.73608 91.9281 8.65298 91.0689 8.79659ZM105.321 8.81073C101.631 9.34399 98.9742 13.2085 99.2283 17.6718C99.4389 21.3715 101.368 24.0212 104.595 25.0433C105.391 25.2955 105.991 25.356 107.181 25.3041C108.993 25.2252 110.098 24.8105 111.098 23.835L111.744 23.2051L111.74 24.49C111.738 25.4086 111.636 25.9962 111.385 26.5508C110.739 27.9787 109.975 28.5356 108.287 28.8076C106.457 29.1028 104.542 28.5828 102.498 27.2358L101.947 26.8725L100.609 28.8842C99.0668 31.2029 99.027 30.9769 101.155 31.9918C102.787 32.7703 104.647 33.1183 107.186 33.1208C112.174 33.1256 114.831 31.497 116.183 27.6058C116.42 26.9242 116.469 25.536 116.521 17.9735L116.583 9.13762H114.335H112.089L112.082 10.2152L112.076 11.2927L111.695 10.8476C110.334 9.25778 107.81 8.45109 105.321 8.81073ZM142.622 8.80401C141.943 8.87194 140.883 9.09589 140.265 9.30175C139.169 9.66691 137.051 10.8939 137.058 11.1596C137.06 11.2329 137.586 11.867 138.227 12.5687L139.392 13.8449L140.265 13.2168C141.509 12.3213 142.276 12.047 143.532 12.047C144.91 12.047 145.863 12.5363 146.455 13.5473C147.24 14.8888 147.187 14.9317 144.587 15.051C139.869 15.2674 137.38 16.2817 136.351 18.4066C136.041 19.0452 135.954 19.5247 135.949 20.6027C135.944 21.8099 136.006 22.0965 136.447 22.8999C137.414 24.6619 139.09 25.5164 141.58 25.5164C143.589 25.5164 144.955 25.0355 146.044 23.9449L146.869 23.119V24.1454V25.1715H149.107H151.345V20.3667C151.345 13.8409 151.062 12.2701 149.581 10.5808C148.943 9.85277 147.305 9.01607 146.278 8.89297C144.744 8.70918 143.801 8.68625 142.622 8.80401ZM75.7588 17.1546V25.1715H78.1693H80.5798V17.1546V9.13762H78.1693H75.7588V17.1546ZM67.2281 13.5057C68.5265 14.2173 69.3931 16.1465 69.1483 17.7809C68.9938 18.8126 68.1507 20.2295 67.423 20.6796C66.1634 21.4593 63.8905 21.4298 62.6652 20.6179C61.1103 19.5876 60.5714 16.8377 61.5659 15.0081C61.8338 14.5154 62.2845 13.9469 62.5678 13.745C63.7785 12.8816 65.8915 12.7732 67.2281 13.5057ZM108.966 13.1125C112.108 13.838 113.184 17.878 110.794 19.9793C109.456 21.155 107.846 21.3744 106.282 20.5943C103.536 19.2242 103.312 15.3943 105.878 13.6937C106.941 12.9897 107.763 12.8349 108.966 13.1125ZM163.429 13.4638C166.292 14.926 165.989 19.8752 162.967 21.0357C162.099 21.3687 160.269 21.2862 159.471 20.8781C156.375 19.2966 156.895 13.9337 160.224 13.1171C161.123 12.8963 162.639 13.0602 163.429 13.4638ZM33.4027 19.1118C33.4027 20.4262 32.9502 21.1288 31.693 21.7665C30.1699 22.5391 28.1757 22.3458 27.4851 21.3584C26.8775 20.4898 27.3115 19.2749 28.4379 18.6916C29.1785 18.308 30.1787 18.1432 31.8962 18.1218L33.4027 18.1028V19.1118ZM146.869 18.9104C146.869 20.8222 145.596 22.0451 143.446 22.1991C141.33 22.3506 140.112 21.2575 140.735 19.7657C141.186 18.6847 142.666 18.1485 145.276 18.1201L146.869 18.1028V18.9104ZM37.6211 31.6677C29.1122 32.0954 19.0223 33.5161 11.9664 35.28C7.7484 36.3344 2.9737 37.7892 0.731761 38.7033L0 39.0016V42.1725V45.3433H88.5H177V40.0102C177 35.0807 176.977 34.6704 176.699 34.5862C176.201 34.4362 172.467 33.8352 169.166 33.374C165.535 32.8666 160.139 32.3192 156.252 32.0639C152.707 31.831 143.815 31.8341 140.928 32.0692C135.668 32.4978 134.316 32.7758 121.731 36.0153C113.095 38.2378 106.887 38.7054 97.5394 37.8372C92.7015 37.3877 84.0635 36.085 77.5666 34.8252C65.0539 32.3985 56.192 31.5224 44.7731 31.5832C41.4077 31.6012 38.1893 31.6393 37.6211 31.6677Z"}})]),t("defs",[t("clipPath",{attrs:{id:"clip0_1062_13206"}},[t("rect",{attrs:{width:"177",height:"46",fill:"white"}})])])])},L=[],q={name:"LogoSvg"},P=q,_=(0,g.Z)(P,x,L,!1,null,null,null),k=_.exports,S=function(){var e=this,t=e._self._c;return t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1",id:"Layer_1",x:"0px",y:"0px",viewBox:"0 0 50 50","xml:space":"preserve"}},[t("path",{attrs:{fill:"#231F20",d:"M8.667 15h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z"}}),t("path",{attrs:{fill:"#231F20",d:"M8.667 37h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z"}}),t("path",{attrs:{fill:"#231F20",d:"M8.667 26h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z"}})])},E=[],F={name:"BurgerSvg"},H=F,U=(0,g.Z)(H,S,E,!1,null,null,null),I=U.exports,T=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"14",height:"24",viewBox:"0 0 14 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.91682 22.6655C2.29198 23.2903 1.27891 23.2903 0.654076 22.6655C0.0292373 22.0407 0.029236 21.0276 0.654075 20.4028L9.39133 11.6655L0.654076 2.92825C0.0292372 2.30341 0.0292376 1.29034 0.654076 0.665504C1.27892 0.0406666 2.29198 0.0406647 2.91682 0.665503L13.9168 11.6655L2.91682 22.6655Z",fill:"currentColor"}})])},$=[],R={name:"RightArrow"},A=R,M=(0,g.Z)(A,T,$,!1,null,null,null),Z=M.exports,O={name:"HeaderComponent",data(){return{width:window.innerWidth,dropdown:!1,firstClick:!0}},props:{currentPage:{type:String},transparent:{type:Boolean,default:!1},withShadow:{type:Boolean,default:!1},textWhite:{type:Boolean,default:!1}},mounted(){window.addEventListener("resize",this.onWidthChange),this.onWidthChange()},beforeDestroy(){window.removeEventListener("resize",this.onWidthChange)},methods:{onWidthChange(){this.width=window.innerWidth},expand(){this.dropdown=!0,this.firstClick=!0,this.$nextTick((()=>{document.addEventListener("click",this.hide)}))},hide(){this.firstClick?this.firstClick=!1:(this.dropdown=!1,document.removeEventListener("click",this.hide))},scrollToContacts(){this.$emit("onButtonClick")}},components:{LogoSvg:k,BurgerSvg:I,RightArrow:Z}},V=O,B=(0,g.Z)(V,y,C,!1,null,null,null),W=B.exports,z=function(){var e=this,t=e._self._c;return t("article",{staticClass:"rounded-lg bg-white w-[200px] sm:w-[335px] p-4 shadow-4x10 h-min max-h-40 overflow-y-auto"},[t("p",{staticClass:"flex items-center"},[t("DotSvg",{staticClass:"text-blue-text mr-2"}),e._v(" "+e._s(e.data.author)+" ")],1),t("small",{staticClass:"ml-3 text-xs text-gray leading-7 font-light"},[e._v(e._s(e.data.role))]),t("div",{staticClass:"ml-3 mb-2 sm:ml-0 sm:absolute top-6 right-4 flex gap-[5px]"},[e._l(e.data.rate,(function(e){return t("StarSvg",{key:e,staticClass:"text-blue"})})),e._l(5-e.data.rate,(function(e){return t("StarSvg",{key:e,staticClass:"text-gray"})}))],2),t("p",{staticClass:"ml-3 text-[0.938rem] font-light mr-9 leading-[17px]"},[e._v(" "+e._s(e.data.message)+" ")])])},j=[],D=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"11",height:"10",viewBox:"0 0 11 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M5.05853 0.463526C5.2082 0.00287116 5.85991 0.00286996 6.00959 0.463525L6.88114 3.1459C6.94808 3.35191 7.14006 3.49139 7.35667 3.49139H10.1771C10.6614 3.49139 10.8628 4.1112 10.471 4.3959L8.18921 6.0537C8.01397 6.18102 7.94064 6.4067 8.00758 6.61271L8.87913 9.29508C9.02881 9.75574 8.50157 10.1388 8.10971 9.8541L5.82795 8.19631C5.65271 8.06898 5.41541 8.06898 5.24017 8.19631L2.9584 9.8541C2.56655 10.1388 2.03931 9.75574 2.18898 9.29508L3.06054 6.61271C3.12747 6.4067 3.05415 6.18102 2.8789 6.0537L0.59714 4.3959C0.205283 4.1112 0.40667 3.49139 0.891032 3.49139H3.71144C3.92806 3.49139 4.12004 3.35191 4.18697 3.1459L5.05853 0.463526Z",fill:"currentColor"}})])},N=[],Y={name:"StarSvg"},G=Y,J=(0,g.Z)(G,D,N,!1,null,null,null),K=J.exports,Q=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"6",height:"7",viewBox:"0 0 6 7",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("ellipse",{attrs:{cx:"2.517",cy:"3.50006",rx:"2.517",ry:"2.5108",fill:"currentColor"}})])},X=[],ee={name:"DotSvg"},te=ee,ie=(0,g.Z)(te,Q,X,!1,null,null,null),se=ie.exports,ae={name:"ReviewComponent",props:{data:{type:Object,required:!0}},components:{StarSvg:K,DotSvg:se}},ne=ae,oe=(0,g.Z)(ne,z,j,!1,null,null,null),re=oe.exports,le=function(){var e=this,t=e._self._c;return t("article",{staticClass:"group rounded-lg w-[290px] pr-[15px] pl-5 py-[26px] p-4 shadow-3x28 h-[380px] hover:text-white bg-white hover:bg-blue transition-colors"},[t("p",{staticClass:"font-medium text-xl"},[t("img",{staticClass:"inline mr-4 w-[42px] h-[42px]",attrs:{src:`${e.$publicPath}img/services/${e.data.image}`,alt:""}}),e._v(e._s(e.data.name)+" ")]),t("BreakLineSvg",{staticClass:"mt-6 ml-[-3px] text-blue-text group-hover:text-white"}),t("ul",{staticClass:"mr-[15px] mt-[24px] text-dark group-hover:text-white"},e._l(e.data.categories,(function(i,s){return t("li",{key:s,staticClass:"mt-5 first:mt-0"},[t("router-link",{staticClass:"flex justify-between items-center gap-3 text-base leading-[19px]",attrs:{to:{path:`${e.$publicPath}services`,query:{service:e.data.service,category:s}}}},[t("span",{staticClass:"w-56"},[e._v(e._s(i.name))]),t("RightArrow",{staticClass:"w-[7px] h-3 inline"})],1)],1)})),0)],1)},ue=[],ce=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"257",height:"1",viewBox:"0 0 257 1",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("rect",{attrs:{width:"257",height:"1",rx:"0.5",fill:"currentColor"}})])},me=[],de={name:"BreakLineSvg"},pe=de,ge=(0,g.Z)(pe,ce,me,!1,null,null,null),he=ge.exports,ve={name:"ServiceCard",props:{data:{type:Object,required:!0}},components:{BreakLineSvg:he,RightArrow:Z}},be=ve,fe=(0,g.Z)(be,le,ue,!1,null,null,null),we=fe.exports,ye=function(){var e=this,t=e._self._c;return t("article",{staticClass:"rounded-lg w-[290px] h-[380px] relative bg-blend-multiply bg-[url('../public/img/services/question.png')]"},[t("div",{staticClass:"w-full h-full bg-blue-question absolute z-0 rounded-lg"}),t("h3",{staticClass:"text-2xl text-center text-white mt-[83px] relative z-10 w-[160px] mx-auto"},[e._v(" Didn't find the right service? ")]),t("div",{staticClass:"mt-[19px] mx-auto w-fit"},[t("button",{staticClass:"relative z-10 rounded-lg text-blue-text text-lg text-center py-[14px] px-[49px] bg-white shadow-4x10 hover:bg-blue-200 transition-colors",on:{click:function(t){return e.$emit("onButtonClick")}}},[e._v(" Ask a question ")])])])},Ce=[],xe={name:"ServiceQuestionCard"},Le=xe,qe=(0,g.Z)(Le,ye,Ce,!1,null,null,null),Pe=qe.exports,_e=function(){var e=this,t=e._self._c;return t("article",{staticClass:"w-[342px]"},[t("img",{staticClass:"w-[193px] h-[193px] mx-auto",attrs:{src:`${e.$publicPath}img/team/${e.data.image}`,alt:""}}),t("p",{staticClass:"text-center mt-6 text-dark font-bold text-lg"},[e._v(" "+e._s(e.data.name)+" ")]),t("p",{staticClass:"text-blue-text text-center text-sm leading-6 font-medium"},[e._v(" "+e._s(e.data.role?e.data.role:"​")+" ")]),t("p",{staticClass:"mt-6 text-dark text-sm leading-[1.813rem] text-center"},[e._v(" "+e._s(e.data.description)+" ")])])},ke=[],Se={name:"TeamMember",props:{data:{type:Object,required:!0}}},Ee=Se,Fe=(0,g.Z)(Ee,_e,ke,!1,null,null,null),He=Fe.exports,Ue=function(){var e=this,t=e._self._c;return t("footer",{staticClass:"relative overflow-hidden pt-5"},[t("div",{staticClass:"relative z-10"},[t("h1",{staticClass:"text-center text-[54px] leading-[4.5rem] relative"},[e._v(" Contacts "),t("FeatureSvg",{staticClass:"inline absolute -top-3 -translate-x-[3px] text-blue-text"})],1),t("div",{staticClass:"mt-[46px] mx-auto grid grid-cols-1 min-[900px]:grid-cols-3 justify-between gap-x-[41px] gap-y-[20px] w-max"},[t("article",{staticClass:"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg"},[t("p",{staticClass:"flex justify-center"},[t("MailSvg")],1),t("BreakLineSvg",{staticClass:"w-[225px] mt-3 text-blue-300"}),e._m(0)],1),t("article",{staticClass:"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg"},[t("p",{staticClass:"flex justify-center"},[t("TelSvg")],1),t("BreakLineSvg",{staticClass:"w-[225px] mt-3 text-blue-300"}),e._m(1)],1),t("article",{staticClass:"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg"},[t("p",{staticClass:"flex justify-center"},[t("MessageLikeSvg")],1),t("BreakLineSvg",{staticClass:"w-[225px] mt-3 text-blue-300"}),t("div",{staticClass:"mt-[14px] flex gap-8 justify-center items-center"},[t("a",{attrs:{href:"https://www.instagram.com",target:"_blank"}},[t("InstagramSvg")],1),t("a",{attrs:{href:"https://www.facebook.com",target:"_blank"}},[t("FacebookSvg")],1),t("a",{attrs:{href:"https://www.linkedin.com",target:"_blank"}},[t("LinkedInSvg")],1)])],1)]),t("p",{staticClass:"text-black mt-[70px] mb-[21px] text-sm leading-4 text-center"},[t("router-link",{staticClass:"text-blue-line",attrs:{to:`${e.$publicPath}terms-of-service`}},[e._v("Terms of Service ")]),t("span",{staticClass:"font-gilroy font-normal"},[e._v("and")]),t("router-link",{staticClass:"text-blue-line",attrs:{to:`${e.$publicPath}privacy-policy`}},[e._v(" Privacy Policy")]),e._v(". ")],1)]),t("div",{staticClass:"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[306px] h-[306px] z-0 -bottom-[153px] -left-[151px]"})])},Ie=[function(){var e=this,t=e._self._c;return t("p",{staticClass:"text-center text-blue-text mt-[11px] text-lg leading-[1.625rem]"},[t("a",{attrs:{href:"mailto:ackecosystem@gmail.com"}},[e._v(" ackecosystem@gmail.com ")])])},function(){var e=this,t=e._self._c;return t("p",{staticClass:"text-center text-blue-text mt-[9px] text-lg leading-[1.625rem]"},[t("a",{attrs:{href:"tel:+1884654458"}},[e._v(" +1 884 65 44 58 ")])])}],Te=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"clip-path":"url(#clip0_1173_1068)"}},[t("path",{attrs:{d:"M24 2.10938V13.4531C24 14.6204 23.0579 15.5625 21.8906 15.5625H2.10938C0.942141 15.5625 0 14.6204 0 13.4531V2.10938C0 1.53286 0.239016 1.01245 0.604687 0.632812H0.61875L11.55 6.87656C11.6907 6.975 11.8454 7.03125 12 7.03125C12.1546 7.03125 12.3093 6.97505 12.45 6.87656L23.3812 0.632812H23.3953C23.761 1.01245 24 1.53286 24 2.10938Z",fill:"#A8B5C0"}}),t("path",{attrs:{d:"M24 2.10938V13.4531C24 14.6204 23.0579 15.5625 21.8906 15.5625H12V7.03125C12.1547 7.03125 12.3093 6.97505 12.45 6.87656L23.3812 0.632812H23.3953C23.761 1.01245 24 1.53286 24 2.10938Z",fill:"#9FA8B0"}}),t("path",{attrs:{d:"M23.381 0.61875V0.632812L12.4498 9.68906C12.3091 9.7875 12.1544 9.84375 11.9998 9.84375C11.8451 9.84375 11.6905 9.78755 11.5498 9.68906L0.61853 0.632812V0.61875C0.998265 0.239016 1.53264 0 2.10916 0H21.8904C22.4669 0 23.0013 0.239016 23.381 0.61875Z",fill:"#DEDEE7"}}),t("path",{attrs:{d:"M17.625 11.3438C14.1375 11.3438 11.2969 14.1844 11.2969 17.6719C11.2969 21.1593 14.1375 24 17.625 24C21.1125 24 24 21.1593 24 17.6719C24 14.1844 21.1125 11.3438 17.625 11.3438Z",fill:"#2967F0"}}),t("path",{attrs:{d:"M20.9765 18.164L18.8203 20.2733C18.5531 20.5546 18.1032 20.5546 17.8359 20.2733C17.6953 20.1468 17.625 19.964 17.625 19.7812C17.625 19.5984 17.6953 19.4156 17.836 19.2891L18.7359 18.375H14.8125C14.4187 18.375 14.1094 18.0656 14.1094 17.6718C14.1094 17.278 14.4187 16.9687 14.8125 16.9687H18.7359L17.8359 16.0546C17.6953 15.9281 17.625 15.7453 17.625 15.5625C17.625 15.3796 17.6953 15.1968 17.836 15.0703C18.1032 14.7891 18.5531 14.7891 18.8203 15.0703L20.9766 17.1797C21.2578 17.4469 21.2578 17.8968 20.9765 18.164Z",fill:"white"}}),t("path",{attrs:{d:"M20.9765 18.164L18.8203 20.2733C18.5531 20.5546 18.1032 20.5546 17.8359 20.2733C17.6953 20.1468 17.625 19.964 17.625 19.7812C17.625 19.5984 17.6953 19.4156 17.836 19.2891L18.7359 18.375H17.625V16.9687H18.7359L17.8359 16.0546C17.6953 15.9281 17.625 15.7453 17.625 15.5625C17.625 15.3796 17.6953 15.1968 17.836 15.0703C18.1032 14.7891 18.5531 14.7891 18.8203 15.0703L20.9766 17.1797C21.2578 17.4469 21.2578 17.8968 20.9765 18.164Z",fill:"white"}})]),t("defs",[t("clipPath",{attrs:{id:"clip0_1173_1068"}},[t("rect",{attrs:{width:"24",height:"24",fill:"white"}})])])])},$e=[],Re={name:"MailSvg"},Ae=Re,Me=(0,g.Z)(Ae,Te,$e,!1,null,null,null),Ze=Me.exports,Oe=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"clip-path":"url(#clip0_1173_911)"}},[t("path",{attrs:{d:"M22.3688 21.6375L16.4063 15.675C16.1391 15.3938 15.6891 15.3938 15.4219 15.661C14.5922 16.4906 13.2563 16.4906 12.4266 15.675L8.32503 11.5418C7.50936 10.712 7.50936 9.3762 8.3391 8.54647C8.60628 8.27928 8.60628 7.82928 8.32503 7.5621L2.36254 1.59961C2.09536 1.31836 1.64536 1.31836 1.37817 1.59961C0.492236 2.47148 9.60886e-05 4.0746 9.60886e-05 6.08554C-0.0139664 9.50272 1.51416 14.7047 5.46571 18.6563C9.41727 22.6078 14.4516 24 17.8547 24C17.8547 24 17.8688 24 17.8829 24C19.8939 24 21.497 23.5079 22.3689 22.6219C22.6501 22.3547 22.6501 21.9047 22.3688 21.6375Z",fill:"#DEDEE7"}}),t("path",{attrs:{d:"M22.3688 21.6373C22.6501 21.9045 22.6501 22.3545 22.3688 22.6217C21.497 23.5076 19.8938 23.9997 17.8829 23.9997C17.8688 23.9997 17.8547 23.9997 17.8547 23.9997C14.4517 23.9997 9.41725 22.6075 5.4657 18.656L10.4438 13.6919L12.4266 15.6747C13.2563 16.4903 14.5922 16.4903 15.4219 15.6607C15.6891 15.3935 16.1391 15.3935 16.4063 15.6747L22.3688 21.6373Z",fill:"#DEDEE7"}}),t("path",{attrs:{d:"M9.3234 4.58083L5.34367 0.6011C4.55617 -0.200367 3.14992 -0.200367 2.34836 0.6011L1.37805 1.58547L8.33898 8.5464L9.32335 7.57609V7.56202C10.153 6.74645 10.153 5.3965 9.3234 4.58083Z",fill:"#9FA8B0"}}),t("path",{attrs:{d:"M23.3671 18.6566L19.3875 14.6769C18.6 13.8753 17.1937 13.8753 16.3922 14.6769L15.4219 15.6612L22.3828 22.6222L23.3671 21.6518C23.3671 21.6378 23.3671 21.6378 23.3671 21.6378C24.1969 20.8222 24.1969 19.4722 23.3671 18.6566Z",fill:"#9FA8B0"}}),t("path",{attrs:{d:"M24.0011 10.5469C24.0011 11.4749 22.5948 11.4749 22.5948 10.5469C22.5948 8.02963 21.5683 5.73744 19.923 4.07807C18.2636 2.43281 15.9715 1.40625 13.4542 1.40625C12.5262 1.40625 12.5262 0 13.4542 0C16.3652 0 19.0089 1.1812 20.9073 3.0937C22.8199 4.99218 24.0011 7.63592 24.0011 10.5469Z",fill:"#2967F0"}}),t("path",{attrs:{d:"M21.1875 10.5469C21.1875 11.4749 19.7813 11.4749 19.7813 10.5469C19.7813 8.80302 19.0641 7.21405 17.925 6.0749C16.7859 4.93584 15.1969 4.21875 13.4531 4.21875C12.5251 4.21875 12.5251 2.8125 13.4531 2.8125C15.5907 2.8125 17.5172 3.67031 18.9234 5.07656C20.3297 6.48281 21.1875 8.40932 21.1875 10.5469Z",fill:"#2967F0"}}),t("path",{attrs:{d:"M18.375 10.5469C18.375 11.4749 16.9688 11.4749 16.9688 10.5469C16.9688 9.57656 16.5751 8.70468 15.9422 8.05776C15.2953 7.42495 14.4234 7.03125 13.4531 7.03125C12.5251 7.03125 12.5251 5.625 13.4531 5.625C14.8172 5.625 16.0407 6.17339 16.9266 7.07339C17.8266 7.95932 18.375 9.18276 18.375 10.5469Z",fill:"#2967F0"}}),t("path",{attrs:{d:"M15.5625 10.5469C15.5625 11.4749 14.1563 11.4749 14.1563 10.5469C14.1563 10.35 14.0859 10.1671 13.9454 10.0546C13.8328 9.91406 13.65 9.84375 13.4531 9.84375C12.5251 9.84375 12.5251 8.4375 13.4531 8.4375C14.0297 8.4375 14.5641 8.67652 14.9438 9.05625C15.3235 9.43589 15.5625 9.97026 15.5625 10.5469Z",fill:"#2967F0"}}),t("path",{attrs:{d:"M14.1562 10.5473C14.1562 10.3504 14.0859 10.1675 13.9453 10.055L14.9437 9.05664C15.3234 9.43628 15.5624 9.97065 15.5624 10.5473C15.5624 11.4753 14.1562 11.4753 14.1562 10.5473Z",fill:"#2967F0"}}),t("path",{attrs:{d:"M16.9688 10.5472C16.9688 9.5769 16.5751 8.70502 15.9423 8.0581L16.9266 7.07373C17.8266 7.95967 18.375 9.1831 18.375 10.5472C18.375 11.4753 16.9688 11.4753 16.9688 10.5472Z",fill:"#2967F0"}}),t("path",{attrs:{d:"M19.7812 10.5465C19.7812 8.80268 19.064 7.21371 17.9249 6.07456L18.9234 5.07617C20.3297 6.48242 21.1875 8.40898 21.1875 10.5465C21.1874 11.4746 19.7812 11.4746 19.7812 10.5465Z",fill:"#2967F0"}}),t("path",{attrs:{d:"M23.9999 10.5469C23.9999 11.475 22.5937 11.475 22.5937 10.5469C22.5937 8.02968 21.5672 5.73749 19.9219 4.07812L20.9062 3.09375C22.8187 4.99223 23.9999 7.63598 23.9999 10.5469Z",fill:"#2967F0"}})]),t("defs",[t("clipPath",{attrs:{id:"clip0_1173_911"}},[t("rect",{attrs:{width:"24",height:"24",fill:"white"}})])])])},Ve=[],Be={name:"TelSvg"},We=Be,ze=(0,g.Z)(We,Oe,Ve,!1,null,null,null),je=ze.exports,De=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"clip-path":"url(#clip0_1173_2649)"}},[t("path",{attrs:{d:"M2 3C2 2.44772 2.44771 2 3 2H21C21.5523 2 22 2.44772 22 3V18.2C22 18.7523 21.5523 19.2 21 19.2H16.9368C16.0464 19.2 15.2021 19.5955 14.6321 20.2794L12.7682 22.5161C12.3684 22.9958 11.6316 22.9958 11.2318 22.5161L9.36791 20.2794C8.79793 19.5955 7.95359 19.2 7.06325 19.2H3C2.44771 19.2 2 18.7523 2 18.2V3Z",fill:"#DEDEE7",stroke:"#9FA8B0","stroke-width":"2"}}),t("path",{attrs:{d:"M14.5002 6.25C13.4502 6.25 12.5252 6.775 12.0002 7.6C11.4752 6.775 10.5502 6.25 9.50024 6.25C7.85024 6.25 6.50024 7.6 6.50024 9.25C6.50024 12.225 12.0002 15.25 12.0002 15.25C12.0002 15.25 17.5002 12.25 17.5002 9.25C17.5002 7.6 16.1502 6.25 14.5002 6.25Z",fill:"#2967F0"}})]),t("defs",[t("clipPath",{attrs:{id:"clip0_1173_2649"}},[t("rect",{attrs:{width:"24",height:"24",fill:"white"}})])])])},Ne=[],Ye={name:"MessageLikeSvg"},Ge=Ye,Je=(0,g.Z)(Ge,De,Ne,!1,null,null,null),Ke=Je.exports,Qe=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"39",height:"39",viewBox:"0 0 39 39",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M18.6337 36.8516C22.7921 36.8516 30.0693 36.5084 37 36.5084M12.396 27.5869L26.9505 9.74372M2 24.4986C2 23.4006 2 8.94306 2 1.85156",stroke:"currentColor","stroke-width":"3.46535","stroke-linecap":"round"}})])},Xe=[],et={name:"FeatureSvg"},tt=et,it=(0,g.Z)(tt,Qe,Xe,!1,null,null,null),st=it.exports,at=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M2.12503 2.22521C0.710527 3.69446 1.00003 5.25521 1.00003 9.99671C1.00003 13.9342 0.313027 17.8815 3.90853 18.8107C5.03128 19.0995 14.9793 19.0995 16.1005 18.8092C17.5975 18.423 18.8155 17.2087 18.982 15.0915C19.0053 14.796 19.0053 5.20271 18.9813 4.90121C18.8043 2.64596 17.416 1.34621 15.5868 1.08296C15.1675 1.02221 15.0835 1.00421 12.9325 1.00046C5.30278 1.00421 3.63028 0.664462 2.12503 2.22521Z",fill:"url(#paint0_linear_1218_2658)"}}),t("path",{attrs:{d:"M9.99848 3.35407C7.27523 3.35407 4.68923 3.11182 3.70148 5.64682C3.29348 6.69382 3.35273 8.05357 3.35273 10.0006C3.35273 11.7091 3.29798 13.3148 3.70148 14.3536C4.68698 16.8901 7.29398 16.6471 9.99698 16.6471C12.6047 16.6471 15.2935 16.9186 16.2932 14.3536C16.702 13.2961 16.642 11.9566 16.642 10.0006C16.642 7.40407 16.7852 5.72782 15.526 4.46932C14.251 3.19432 12.5267 3.35407 9.99548 3.35407H9.99848ZM9.40298 4.55182C15.0835 4.54282 15.8065 3.91132 15.4075 12.6841C15.2657 15.7868 12.9032 15.4463 9.99923 15.4463C4.70423 15.4463 4.55198 15.2948 4.55198 9.99757C4.55198 4.63882 4.97198 4.55482 9.40298 4.55032V4.55182ZM13.546 5.65507C13.1057 5.65507 12.7487 6.01207 12.7487 6.45232C12.7487 6.89257 13.1057 7.24957 13.546 7.24957C13.9862 7.24957 14.3432 6.89257 14.3432 6.45232C14.3432 6.01207 13.9862 5.65507 13.546 5.65507ZM9.99848 6.58732C8.11373 6.58732 6.58598 8.11582 6.58598 10.0006C6.58598 11.8853 8.11373 13.4131 9.99848 13.4131C11.8832 13.4131 13.4102 11.8853 13.4102 10.0006C13.4102 8.11582 11.8832 6.58732 9.99848 6.58732ZM9.99848 7.78507C12.9272 7.78507 12.931 12.2161 9.99848 12.2161C7.07048 12.2161 7.06598 7.78507 9.99848 7.78507Z",fill:"white"}}),t("defs",[t("linearGradient",{attrs:{id:"paint0_linear_1218_2658",x1:"2.15954",y1:"17.8508",x2:"18.8886",y2:"3.37194",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#FFDD55"}}),t("stop",{attrs:{offset:"0.5","stop-color":"#FF543E"}}),t("stop",{attrs:{offset:"1","stop-color":"#C837AB"}})],1)],1)])},nt=[],ot={name:"InstagramSvg"},rt=ot,lt=(0,g.Z)(rt,at,nt,!1,null,null,null),ut=lt.exports,ct=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.4 6.85V4.96002C11.4 4.24002 11.85 4.06002 12.21 4.06002H14.28V1H11.4C8.25 1 8.25 3.34001 8.25 4.78001V6.85H6V10H8.25V19H11.4V10H14.01L14.37 6.85H11.4Z",fill:"#3B5998"}})])},mt=[],dt={name:"FacebookSvg"},pt=dt,gt=(0,g.Z)(pt,ct,mt,!1,null,null,null),ht=gt.exports,vt=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M17.65 1.00002H2.35C1.63 1.00002 1 1.5427 1 2.26632V17.7337C1 18.4573 1.63 19 2.35 19H17.65C18.37 19 19 18.4573 19 17.7337V2.26632C19 1.63315 18.37 1.00002 17.65 1.00002ZM6.31 16.4673H3.61V7.87437H6.31V16.4673ZM4.96 6.60802C4.06 6.60802 3.43 5.88444 3.43 5.07037C3.43 4.2563 4.15 3.53267 4.96 3.53267C5.77 3.53267 6.49 4.2563 6.49 5.07037C6.58 5.9749 5.86 6.60802 4.96 6.60802ZM16.3 16.4673H13.6V12.3066C13.6 11.3116 13.6 10.0452 12.25 10.0452C10.9 10.0452 10.63 11.1307 10.63 12.3066V16.5578H7.93001V7.9648H10.45V9.14073C10.81 8.41711 11.71 7.78394 12.97 7.78394C15.67 7.78394 16.21 9.59299 16.21 11.8543V16.4673H16.3Z",fill:"#0077B5"}})])},bt=[],ft={name:"LinkedInSvg"},wt=ft,yt=(0,g.Z)(wt,vt,bt,!1,null,null,null),Ct=yt.exports,xt={name:"FooterComponent",components:{FeatureSvg:st,MailSvg:Ze,BreakLineSvg:he,TelSvg:je,MessageLikeSvg:Ke,InstagramSvg:ut,FacebookSvg:ht,LinkedInSvg:Ct}},Lt=xt,qt=(0,g.Z)(Lt,Ue,Ie,!1,null,null,null),Pt=qt.exports,_t={data:function(){return{reviews:[{absolute:!1,fade:!1,isRight:!1,isLeft:!1,hidden:!1,data:{author:"Jeffry Jacobs 1",rate:5,role:"Business analytics",message:"Helped my dad move to other countries in 2 months"}},{absolute:!0,fade:!0,isRight:!1,isLeft:!1,hidden:!0,data:{author:"Josiane Ebert",rate:5,role:"Business analytics",message:"Helped with migration, prepared all the documents, professional team and good job! I will recommend to all acquaintances"}},{absolute:!1,fade:!1,isRight:!1,isLeft:!1,hidden:!1,data:{author:"Kristian Murazik",rate:5,role:"Business analytics",message:"Professional team, helped with all questions, thanks! professional team and good job"}},{absolute:!0,fade:!0,isRight:!1,isLeft:!1,hidden:!0,data:{author:"Jeffry Jacobs 2",rate:5,role:"Business analytics",message:"Helped my dad move to other countries in 2 months"}},{absolute:!0,fade:!0,isRight:!1,isLeft:!1,hidden:!0,data:{author:"Jeffry Jacobs 3",rate:5,role:"Business analytics",message:"Helped my dad move to other countries in 2 months"}}]}}},kt=_t,St=(0,g.Z)(kt,s,a,!1,null,null,null),Et=St.exports,Ft={data:function(){return{services:[{image:"Home.png",service:"home_and_living",name:"Home & Living",categories:[{name:"Temporary Accommodation",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Property search / advice",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Internet / phone / TV",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Utilities",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Interior design",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Build.png",service:"real_estate",name:"Real Estate",categories:[{name:"Market review",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Due diligence / purchase process",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Development / Architecture / engineering",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Priperty Management",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Maintanence / Repairs",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Finance.png",service:"finance",name:"Finance",categories:[{name:"Bank account",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Mortgage",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Other financings",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Investment apportunities",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Investment management",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Build.png",service:"tax",name:"Tax",categories:[{name:"NIF / Fiscal number",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Structuring Advice",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"NHR Status",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Social security",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Anunual tax returns",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Legal.png",service:"legal",name:"Legal",categories:[{name:"Legal representation",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Criminal register certificate",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Document certification / translations",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Contract drafting / reviewing",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Specialist legal advice",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Immigrate.png",service:"immigrations",name:"Immigrations",categories:[{name:"Visa (non-EU)",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Residency (EU)",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Golden Visa (non-EU)",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Visa renewal",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Car rental / purchase / maintenance",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Transport.png",service:"transport_and_logistics",name:"Transport & Logistics",categories:[{name:"Packers / movers",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Customs",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Vehicle import / divers license",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Car rental / purchase / maintenance",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Storage",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Work.png",service:"work_and_business",name:"Work & Business",categories:[{name:"Co-working spaces",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Business incorporation",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Accounting services",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Recruitment / networking",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"PA / problem solving service",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Health.png",service:"health",name:"Health",categories:[{name:"Legal representation",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Criminal register certificate",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Document certification / translations",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Contract drafting / reviewing",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Specialist legal advice",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Family.png",service:"family",name:"Family",categories:[{name:"Visa (non-EU)",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Residency (EU)",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Golden Visa (non-EU)",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Visa renewal",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Car rental / purchase / maintenance",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]},{image:"Lifestyle.png",service:"lifestyle",name:"Lifestyle",categories:[{name:"Packers / movers",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Customs",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Vehicle import / divers license",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Car rental / purchase / maintenance",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."},{name:"Storage",content:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies."}]}]}}},Ht=Ft,Ut=(0,g.Z)(Ht,n,o,!1,null,null,null),It=Ut.exports,Tt={data:function(){return{team:[{image:"Alastair.png",role:"Founder, Landing Pad",name:"Alastair Cunningham",description:"If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassi and hidden in the middle of text. All the Lorem Ipsum be sure there goingyou need to be."},{image:"Chris.png",role:"Founder, Landing Pad",name:"Chris Kraus",description:"If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassi and hidden in the middle of text. All the Lorem Ipsum be sure there goingyou need to be."},{image:"Chris-2.png",role:"COO",name:"Chris Kraus",description:"If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassi and hidden in the middle of text. All the Lorem Ipsum be sure there goingyou need to be."},{image:"Team.png",role:"",name:"Our team",description:"We can help you reimagine your business through a digital lens. Our software engineering heritage combined with our strategic business and innovation consulting, design thinking, and physical-digital."}]}}},$t=Tt,Rt=(0,g.Z)($t,r,l,!1,null,null,null),At=Rt.exports,Mt=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"14",height:"24",viewBox:"0 0 14 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0832 1.3345C11.708 0.709657 12.7211 0.709657 13.3459 1.3345C13.9708 1.95933 13.9708 2.9724 13.3459 3.59724L4.60866 12.3345L13.3459 21.0718C13.9708 21.6966 13.9708 22.7097 13.3459 23.3345C12.7211 23.9593 11.708 23.9593 11.0832 23.3345L0.0831828 12.3345L11.0832 1.3345Z",fill:"currentColor"}})])},Zt=[],Ot={name:"LeftArrow"},Vt=Ot,Bt=(0,g.Z)(Vt,Mt,Zt,!1,null,null,null),Wt=Bt.exports,zt=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"57",height:"56",viewBox:"0 0 57 56",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M54 29.4857C54 23.4889 53.5 12.9946 53.5 3M40.5 38.4808L14.5 17.4922M36 53.4727C34.4 53.4727 13.3333 53.4727 3 53.4727",stroke:"currentColor","stroke-width":"5","stroke-linecap":"round"}})])},jt=[],Dt={name:"FeatureLeftSvg"},Nt=Dt,Yt=(0,g.Z)(Nt,zt,jt,!1,null,null,null),Gt=Yt.exports,Jt={name:"HomePage",data(){return{slideLeft:!1,slideRight:!1,firstReview:0,lastReview:2,sliderRunning:!1,windowWidth:window.innerWidth,scroll:window.scrollY}},mounted(){window.addEventListener("resize",this.onWidthChange),this.onWidthChange(),this.updateReviews(),window.addEventListener("scroll",this.onScroll),this.$route.query.contacts&&(this.$router.replace({query:void 0}),this.scrollToContacts())},beforeDestroy(){window.removeEventListener("resize",this.onWidthChange),window.removeEventListener("scroll",this.onScroll)},methods:{onScroll(){this.scroll=window.scrollY},onWidthChange(){this.windowWidth=window.innerWidth;let e=this.lastReview,t=this.firstReview,i=this.lastReview-this.firstReview+1;if(e>=this.reviews.length&&(e=this.reviews.length-1),this.windowWidth<900)i>1&&(e=this.firstReview);else if(this.windowWidth<1300){if(i>2)e=this.firstReview+1;else if(i<2)if(this.reviews.length>3){let i=e+1>=this.reviews.length;i?t>0&&t--:e++}else t=0,e=1}else if(i>3)e=this.firstReview+1,this.updateReviews();else if(i<3){let s=this.reviews.length>3?3:this.reviews.length-1,a=e+1>=this.reviews.length;while(!a&&i<s)e++,a=e+1>=this.reviews.length,i=e-t+1;let n=t-1<0;while(!n&&i<s)t--,n=t-1<0,i=e-t+1}t===this.firstReview&&e===this.lastReview||(this.firstReview=t,this.lastReview=e,this.updateReviews())},updateReviews(){let e=[...this.reviews];for(let t=0;t<this.reviews.length;t++)t>=this.firstReview&&t<=this.lastReview?(e[t].absolute=!1,e[t].fade=!1,e[t].hidden=!1):(e[t].absolute=!0,e[t].fade=!0,e[t].hidden=!0);this.reviews=e},reviewLeft(){let e=this.reviews.length;if(this.sliderRunning||e<=1)return;this.sliderRunning=!0,this.slideLeft=!0;let t=this.firstReview;this.lastReview+1>=e?(this.reviews.push(this.reviews.splice(0,1)[0]),t>0&&t--):(this.lastReview++,this.firstReview++),this.$set(this.reviews[t],"fade",!0),this.$set(this.reviews[this.lastReview],"hidden",!1),this.$set(this.reviews[this.lastReview],"fade",!1),this.$set(this.reviews[this.lastReview],"isRight",!0),setTimeout((()=>{this.$set(this.reviews[t],"hidden",!0),this.$set(this.reviews[t],"absolute",!0),this.$set(this.reviews[this.lastReview],"absolute",!1),this.$set(this.reviews[this.lastReview],"isRight",!1),this.slideLeft=!1,this.sliderRunning=!1}),150)},reviewRight(){let e=this.reviews.length;if(this.sliderRunning||e<=1)return;this.sliderRunning=!0,this.slideRight=!0;let t=this.lastReview;this.firstReview-1<0?(this.reviews.unshift(this.reviews.splice(e-1,1)[0]),this.lastReview+1<e&&t++):(this.firstReview--,this.lastReview--),this.$set(this.reviews[t],"fade",!0),this.$set(this.reviews[this.firstReview],"hidden",!1),this.$set(this.reviews[this.firstReview],"fade",!1),this.$set(this.reviews[this.firstReview],"isLeft",!0),setTimeout((()=>{this.$set(this.reviews[t],"hidden",!0),this.$set(this.reviews[t],"absolute",!0),this.$set(this.reviews[this.firstReview],"absolute",!1),this.$set(this.reviews[this.firstReview],"isLeft",!1),this.slideRight=!1,this.sliderRunning=!1}),150)},scrollToContacts(){this.$refs.contacts.$el.scrollIntoView({behavior:"smooth"})}},components:{HeaderComponent:W,ReviewComponent:re,LeftArrow:Wt,RightArrow:Z,FeatureSvg:st,ServiceCard:we,ServiceQuestionCard:Pe,FeatureLeftSvg:Gt,TeamMember:He,FooterComponent:Pt},mixins:[Et,It,At]},Kt=Jt,Qt=(0,g.Z)(Kt,f,w,!1,null,"34eaf680",null),Xt=Qt.exports,ei=function(){var e=this,t=e._self._c;return t("div",[t("HeaderComponent",{attrs:{"current-page":"services","with-shadow":e.scroll>50},on:{onButtonClick:e.scrollToContacts}}),t("div",{staticClass:"overflow-hidden"},[t("section",{staticClass:"relative z-10"},[t("h1",{staticClass:"text-black text-[2rem] mt-[87px] ml-[7%]"},[e._v(" "+e._s(e.curService.name)+" "),t("FeatureSvg",{staticClass:"inline absolute -top-[27px] -translate-x-[3px] text-blue gap-x-10"})],1),t("div",{staticClass:"flex flex-col-reverse sm:flex-row justify-center mx-[7%] gap-10 mt-[43px]"},[t("div",{staticClass:"w-full sm:w-[80%] mt-7"},e._l(e.curService.categories,(function(i,s){return t("article",{key:s,staticClass:"py-7 pl-8 pr-7 mt-4 first:mt-0 shadow-14x28 text-dark"},[t("h3",{staticClass:"cursor-pointer font-medium text-[1.25rem] hover:text-blue-text leading-[1.813rem] flex justify-between",on:{click:function(t){return e.toggleCategory(i)}}},[t("span",[e._v(e._s(i.name))]),i.expanded?t("UpArrow"):t("DownArrow")],1),i.expanded?t("div",[t("BreakLineSvg",{staticClass:"mt-[14px] w-full text-gray-bg"}),t("p",{staticClass:"mt-4 leading-[1.625rem]"},[e._v(" "+e._s(i.content)+" ")])],1):e._e()])})),0),t("div",{staticClass:"sm:w-[305px] w-full"},[t("div",{staticClass:"py-5 px-4 text-black shadow-1x28 rounded-[11px] h-max"},[t("h2",{staticClass:"font-gilroy text-[2rem] leading-[2.375rem] text-center"},[e._v(" Our services ")]),t("nav",{staticClass:"mt-8"},[t("ul",e._l(e.services,(function(i,s){return t("li",{key:s,staticClass:"px-4 py-[10px] mt-[11px] first:mt-0 leading-[1.32rem] rounded hover:bg-blue hover:text-white transition-colors",class:i===e.curService?"bg-blue text-white":"",on:{click:function(t){return e.selectService(i)}}},[t("button",[t("img",{staticClass:"inline mr-[10px] w-5 h-5",attrs:{src:`${e.$publicPath}img/services/${i.image}`,alt:""}}),e._v(" "+e._s(i.name)+" ")])])})),0)])]),t("article",{staticClass:"py-4 px-6 mt-4 rounded-lg w-full relative bg-blend-multiply bg-[url('../public/img/services/question.png')]"},[t("div",{staticClass:"w-full h-full bg-blue-question absolute top-0 left-0 z-0 rounded-lg"}),t("h3",{staticClass:"text-lg leading-[1.625rem] text-center text-white relative z-10"},[e._v(" Didn't find the right service? ")]),t("div",{staticClass:"mt-[11px] mx-auto w-fit"},[t("button",{staticClass:"relative z-10 rounded-lg text-blue-text text-lg text-center py-[9px] px-[49px] bg-white shadow-4x10 hover:bg-blue-200 transition-colors",on:{click:e.scrollToContacts}},[e._v(" Ask a question ")])])])])])]),t("footer",{staticClass:"text-black mt-[70px] mb-[21px] text-sm leading-4 text-center relative"},[t("div",{staticClass:"relative z-10"},[t("router-link",{staticClass:"text-blue-line",attrs:{to:`${e.$publicPath}terms-of-service`}},[e._v("Terms of Service ")]),t("span",{staticClass:"font-gilroy font-normal"},[e._v("and")]),t("router-link",{staticClass:"text-blue-line",attrs:{to:`${e.$publicPath}/privacy-policy`}},[e._v(" Privacy Policy")]),e._v(". ")],1),t("div",{staticClass:"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[230px] h-[207px] z-0 -left-[35px] -top-[120px]"})])])],1)},ti=[],ii=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.3345 11.9166C4.70966 11.2917 4.70966 10.2787 5.3345 9.65383V9.65383C5.95933 9.02899 6.9724 9.02899 7.59724 9.65383L16.3345 18.3911L25.0718 9.65383C25.6966 9.02899 26.7097 9.02899 27.3345 9.65383V9.65383C27.9593 10.2787 27.9593 11.2917 27.3345 11.9166L16.3345 22.9166L5.3345 11.9166Z",fill:"#0F0F10"}})])},si=[],ai={name:"DownArrow"},ni=ai,oi=(0,g.Z)(ni,ii,si,!1,null,null,null),ri=oi.exports,li=function(){var e=this,t=e._self._c;return t("svg",{attrs:{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M27.3345 19.5229C27.9593 20.1477 27.9593 21.1608 27.3344 21.7856C26.7096 22.4105 25.6965 22.4105 25.0717 21.7856L16.3345 13.0484L7.59719 21.7856C6.97235 22.4105 5.95929 22.4105 5.33445 21.7856C4.70961 21.1608 4.70961 20.1477 5.33445 19.5229L16.3345 8.52288L27.3345 19.5229Z",fill:"#0F0F10"}})])},ui=[],ci={name:"UpArrow"},mi=ci,di=(0,g.Z)(mi,li,ui,!1,null,null,null),pi=di.exports,gi={name:"ServicePage",data(){return{curService:{},scroll:window.scrollY}},mounted(){window.addEventListener("scroll",this.onScroll),this.$route.query.service?this.services.forEach((e=>{e.service===this.$route.query.service&&(this.curService=e,this.$set(e.categories[parseInt(this.$route.query.category)],"expanded",!0))})):this.services[0]&&(this.curService=this.services[0])},beforeDestroy(){window.removeEventListener("scroll",this.onScroll)},methods:{toggleCategory(e){e.expanded?this.$set(e,"expanded",!1):this.$set(e,"expanded",!0)},selectService(e){this.curService=e},onScroll(){this.scroll=window.scrollY},scrollToContacts(){this.$router.push({path:this.$publicPath,query:{contacts:!0}})}},components:{HeaderComponent:W,FeatureSvg:st,UpArrow:pi,DownArrow:ri,BreakLineSvg:he},mixins:[It]},hi=gi,vi=(0,g.Z)(hi,ei,ti,!1,null,null,null),bi=vi.exports,fi=function(){var e=this,t=e._self._c;return t("div",[t("HeaderComponent",{attrs:{"current-page":"blogs",transparent:e.scroll<50,"with-shadow":e.scroll>50},on:{onButtonClick:e.scrollToContacts}}),t("div",{staticClass:"overflow-hidden mt-[-80px] pt-20"},[t("div",{staticClass:"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -right-[82px] -top-[51px]"}),t("section",{staticClass:"relative z-10 px-[6.7%] mt-[63px]"},[t("h1",{staticClass:"text-black text-[2rem]"},[e._v(" Blog "),t("FeatureSvg",{staticClass:"inline absolute -top-[6px] -translate-x-[3px] text-blue gap-x-10 w-6 h-6"})],1),t("ul",{staticClass:"mt-2"},e._l(e.blogs,(function(i){return t("li",{key:i.id},[t("article",{staticClass:"p-4 mt-6 rounded-2xl bg-white shadow-3x28"},[t("img",{staticClass:"w-full mb-4",attrs:{src:i.image,alt:"Title image"}}),t("router-link",{staticClass:"font-medium text-xl text-dark leading-[1.66rem] hover:text-blue-text transition-colors",attrs:{to:`${e.$publicPath}blogs/${i.id}`}},[e._v(" "+e._s(i.title)+" ")]),t("p",{staticClass:"mt-2 leading-5 text-gray-text"},[t("small",[e._v(e._s(i.date))])]),t("p",{staticClass:"mt-4 text-gray-600"},[e._v(" "+e._s(i.content.length>340?i.content.slice(0,340)+"...":i.content)+" ")])],1)])})),0)]),t("FooterComponent",{ref:"contacts",staticClass:"mt-[92px]"})],1)],1)},wi=[];let yi="/landing-pad/";var Ci,xi,Li={data:function(){return{blogs:[{id:1,title:"Thinking about an investment property in Portugal.",date:"Jun 12, 2022",image:`${yi}img/blogs/blog1.png`,content:`\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n<br><img class="my-6 mx-auto" src="${yi}img/blogs/blog1_1.png" alt=""/><br>\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n          `},{id:2,title:"Thinking about an investment property in Portugal.",date:"Jun 12, 2022",image:`${yi}img/blogs/blog2.png`,content:`\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n<br><img class="my-6 mx-auto" src="${yi}img/blogs/blog1_1.png" alt=""/><br>\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n          `},{id:3,title:"Thinking about an investment property in Portugal.",date:"Jun 12, 2022",image:`${yi}img/blogs/blog3.png`,content:`\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n<br><img class="my-6 mx-auto" src="${yi}img/blogs/blog1_1.png" alt=""/><br>\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n          `},{id:4,title:"Thinking about an investment property in Portugal.",date:"Jun 12, 2022",image:`${yi}img/blogs/blog4.png`,content:`\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n<br><img class="my-6 mx-auto" src="${yi}img/blogs/blog1_1.png" alt=""/><br>\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n          `},{id:5,title:"Thinking about an investment property in Portugal.",date:"Jun 12, 2022",image:`${yi}img/blogs/blog5.png`,content:`\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n<img class="my-6 mx-auto" src="${yi}img/blogs/blog1_1.png" alt=""/>\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\n          `}]}}},qi=Li,Pi=(0,g.Z)(qi,Ci,xi,!1,null,null,null),_i=Pi.exports,ki={name:"BlogsPage",data(){return{scroll:window.scrollY}},mounted(){window.addEventListener("scroll",this.onScroll)},beforeDestroy(){window.removeEventListener("scroll",this.onScroll)},methods:{onScroll(){this.scroll=window.scrollY},scrollToContacts(){this.$refs.contacts.$el.scrollIntoView({behavior:"smooth"})}},components:{HeaderComponent:W,FeatureSvg:st,FooterComponent:Pt},mixins:[_i]},Si=ki,Ei=(0,g.Z)(Si,fi,wi,!1,null,null,null),Fi=Ei.exports,Hi=function(){var e=this,t=e._self._c;return t("div",[t("HeaderComponent",{attrs:{"current-page":"blogs",transparent:e.scroll<50,"with-shadow":e.scroll>50},on:{onButtonClick:e.scrollToContacts}}),t("div",{staticClass:"overflow-hidden relative mt-[-80px] pt-20"},[t("div",{staticClass:"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -right-[82px] -top-[51px]"}),t("section",{staticClass:"relative z-10 px-[6.7%] mt-6"},[t("router-link",{staticClass:"text-dark hover:text-gray-600 flex items-center leading-6 text-lg font-light",attrs:{to:`${e.$publicPath}blogs`}},[t("LeftArrow",{staticClass:"inline w-6 h-6 mr-1"}),e._v(" Back to all articles ")],1),t("h1",{staticClass:"text-dark text-5xl mt-11 leading-[3.32.rem]"},[e._v(" "+e._s(e.blog.title)+" ")]),t("p",{staticClass:"mt-5 leading-5 text-gray-400"},[t("small",[e._v(e._s(e.blog.date))])]),t("img",{staticClass:"w-full mt-5",attrs:{src:e.blog.image,alt:"Title image"}}),t("p",{staticClass:"mt-6 text-gray-600 text-xl leading-7",domProps:{innerHTML:e._s(e.blog.content)}})],1),t("div",{staticClass:"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[238px] h-[238px] z-0 -left-[91px] top-[50%]"}),t("FooterComponent",{staticClass:"mt-[92px]"})],1)],1)},Ui=[],Ii={name:"BlogsPage",data(){return{scroll:window.scrollY,blog:{}}},mounted(){window.addEventListener("scroll",this.onScroll),this.$route.params.id&&this.blogs[this.$route.params.id-1]?this.blog=this.blogs[this.$route.params.id-1]:this.$router.push(`${this.$publicPath}blogs`)},beforeDestroy(){window.removeEventListener("scroll",this.onScroll)},methods:{onScroll(){this.scroll=window.scrollY},scrollToContacts(){this.$refs.contacts.$el.scrollIntoView({behavior:"smooth"})}},components:{HeaderComponent:W,FooterComponent:Pt,LeftArrow:Wt},mixins:[_i]},Ti=Ii,$i=(0,g.Z)(Ti,Hi,Ui,!1,null,null,null),Ri=$i.exports,Ai=function(){var e=this,t=e._self._c;return t("div",{staticClass:"min-h-screen bg-cover bg-no-repeat bg-center bg-blend-multiply bg-gray-300 bg-[url('../public/img/404.png')]"},[t("HeaderComponent",{attrs:{"current-page":"404",transparent:"","text-white":""},on:{onButtonClick:e.scrollToContacts}}),t("h1",{staticClass:"text-white font-medium text-[3.375rem] leading-[4.5rem] mt-10 sm:mt-20 md:mt-[214px] w-max mx-auto relative"},[t("FeatureLeftSvg",{staticClass:"absolute -translate-x-[91%] w-[51px] h-[51px] text-blue -top-[25px]"}),e._v(" Oops! ")],1),e._m(0),t("div",{staticClass:"flex justify-center mt-[30px]"},[t("router-link",{staticClass:"text-white rounded leading-[1.813rem] text-lg py-[14px] px-10 text-center w-max bg-blue hover:bg-blue-700 transition-colors",attrs:{to:e.$publicPath}},[e._v(" Go to main page ")])],1)],1)},Mi=[function(){var e=this,t=e._self._c;return t("p",{staticClass:"mt-2 text-white leading-[1.625rem] text-center text-lg w-auto mx-auto"},[e._v(" It looks like something went wrong "),t("br"),e._v(" Reload the page or return to the home screen ")])}],Zi={name:"NotFoundPage",methods:{scrollToContacts(){this.$router.push({path:this.$publicPath,query:{contacts:!0}})}},components:{HeaderComponent:W,FeatureLeftSvg:Gt}},Oi=Zi,Vi=(0,g.Z)(Oi,Ai,Mi,!1,null,null,null),Bi=Vi.exports,Wi=function(){var e=this,t=e._self._c;return t("div",[t("HeaderComponent",{attrs:{"current-page":"blogs",transparent:e.scroll<50,"with-shadow":e.scroll>50},on:{onButtonClick:e.scrollToContacts}}),e._m(0),t("footer",{staticClass:"text-black mt-[32px] mb-5 text-sm leading-4 text-center relative"},[t("router-link",{staticClass:"text-blue-line",attrs:{to:`${e.$publicPath}terms-of-service`}},[e._v("Terms of Service ")]),t("span",{staticClass:"font-gilroy font-normal"},[e._v("and")]),t("router-link",{staticClass:"text-blue-line",attrs:{to:`${e.$publicPath}privacy-policy`}},[e._v(" Privacy Policy")]),e._v(". ")],1)],1)},zi=[function(){var e=this,t=e._self._c;return t("section",{staticClass:"mt-[84px] pl-[6.7%] pr-[8.6%] font-gilroy"},[t("h1",{staticClass:"text-[2rem] leading-[2.375rem]"},[e._v("Terms of Use Agreement")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(' This agreement requires the use of arbitration on an individual basis to resolve disputes between you and immigrants like us (dba "immigrationhelp.Org "). Both you and immigrationhelp.Org waive the right to a jury trial or class action. Please read this document carefully. It affects your legal rights and remedies and will have a substantial effect on how disputes between you and immigrationhelp.Org will be'),t("br"),t("br"),e._v(" Neither immigrants like us nor immigrationhelp.Org is a law firm, nor do they provide legal advice. They are not a substitute for the advice of an attorney. Your use of the site and services, and your communication with immigrationhelp.Org, does not create an attorney-client relationship. Your communications with immigrationhelp.Org are not protected by the attorney-client privilege. ")]),t("p",{staticClass:"mt-[29px]"},[t("i",{staticClass:"font-semibold italic capitalize"},[e._v(" The summaries of provisions under “What this means for you” are provided as a courtesy to help you understand this Agreement, but they are not legally binding and do not modify this Agreement in any way. ")])]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v("Scope")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(' This Terms of Use Agreement (“Agreement”) is between you and Immigrants Like Us, Inc. (DBA “ImmigrationHelp.org”), and governs your use of the website located at www.immigrationhelp.org (including all subdomains) (the “Site”) and the services provided by ImmigrationHelp.org (the “Services”). All references to "Immigrants Like Us," "ImmigrationHelp.org," "ImmiHelp," "ILU," or "IHO" on this website or its related pages, applications, or correspondence, refer to the same entity, incorporated in the state of Massachusetts as "Immigrants Like Us, Inc." For the sake of clarity and consistency, this Agreement will use "ImmigrationHelp.org" for all references to the incorporated entity Immigrants Like Us, Inc. By accessing or using the Site or the Services, you agree to be legally bound by this Agreement. Your use of the Site and Services is also subject to the terms of the ImmigrationHelp.org Privacy Policy. If you do not agree to the terms of this Agreement and the Privacy Policy, you may not access or use the Site or Services. The Site and Services are intended for use by persons 18 years of age or older. If you are under 18 years of age, you may not access or use the Site or Services. ')]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" WHAT THIS MEANS FOR YOU ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" If you use the ImmigrationHelp.org website or services, you are agreeing to these terms. If you don’t agree to the terms, or if you are under 18 years of age, you may not use the website or services. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" Description of Services ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" ImmigrationHelp.org is a platform designed to assist you in completing United States Citizenship and Immigration Services (USCIS) forms as well as forms required by other governmental agencies. ImmigrationHelp.org provides information and step-by-step instructions intended to make the completion of such forms less confusing. ImmigrationHelp.org is not affiliated with or endorsed by USCIS or any United States government agency. All USCIS and other forms are available without cost from USCIS and other applicable agencies. Use of the ImmigrationHelp.org's Site and Services is not required to complete and file such forms. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" WHAT THIS MEANS FOR YOU ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" United States Citizenship and Immigration Services (USCIS) is the government agency that oversees many U.S. immigration benefits. USCIS provides immigration forms for free. ImmigrationHelp.org is a private company and has no affiliation with USCIS. You are not required to use ImmigrationHelp.org to complete USCIS forms. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v("Not a Law Firm")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" IMMIGRATIONHELP.ORG IS NOT A LAW FIRM AND ITS SERVICES SHOULD NOT BE CONFUSED WITH LEGAL ADVICE. YOUR AGREEMENT TO THE TERMS OF THIS AGREEMENT AND YOUR ACCESS AND USE OF THE IMMIGRATIONHELP.ORG'S SITE AND SERVICES DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP BETWEEN YOU AND IMMIGRATIONHELP.ORG. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" WHAT THIS MEANS FOR YOU ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" ImmigrationHelp.org provides information and assistance in completing USCIS forms. However, ImmigrationHelp.org is not a law firm. ImmigrationHelp.org cannot, and does not, provide legal advice to you. Depending on your particular circumstances, you may require the services of a licensed attorney, and ImmigrationHelp.org is not a substitute for the advice of a licensed attorney. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" Accounts and Information ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" Your ImmigrationHelp.org Account. In order to access and use some aspects of the Site and Services, you will be required to create an account and establish a username and password. If you create a ImmigrationHelp.org Account, you agree to submit only accurate information about yourself and to keep the information you submit up-to-date. You agree not to impersonate anyone else. You are responsible for maintaining the security and confidentiality of your username and password, and you agree not to authorize anyone else to use your username and password. You are solely responsible for all actions taken under your account. You agree to notify ImmigrationHelp.org promptly in the event you learn of any unauthorized use of your account. By creating an account, you agree that you may receive electronic communications from ImmigrationHelp.org and its affiliates, including offers, newsletters, account notices and updates. If at any time you no longer wish to receive such electronic communications, you may opt-out by clicking the designated link in the communication. "),t("br"),t("br"),e._v(" 4.2. Your Application. If you use our service to file an application, we may assign a unique email address to your account for the sole purpose of enabling ImmigrationHelp.org to receive directly from USCIS the receipt number assigned to your application. You agree that ImmigrationHelp.org may use your receipt number to check your application status from time to time so that we may provide you pertinent general information about the steps in the application process. If, at any time, you do not want ImmigrationHelp.org to retain your receipt number or to check your application status, let us know by contacting our support department at help@immigrationhelp.org. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" WHAT THIS MEANS FOR YOU ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" You may need to create an account with ImmigrationHelp.org. If you do, you will only provide accurate information about yourself. You agree not to share your account access credentials with others, and will be responsible for anyone’s use of your account. When you create an account, you give us permission to receive your government receipt number, use that number to check your application status, and email you with general information about the application process. If you don’t want us to retain your government receipt number or check your application status, email us at help@immigrationhelp.org ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v("Use of Services")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" License Grant to You. Subject to your complete compliance with the provisions of this Agreement, you are granted a limited, non-exclusive, non-transferable, revocable license to use the Site and Services solely in the manner authorized and intended by ImmigrationHelp.org. Any rights not expressly granted in this Agreement are expressly reserved by ImmigrationHelp.org. The resale or distribution of materials made available on the Site without the express, written consent of ImmigrationHelp.org is prohibited. All such materials are authorized only for your own personal use. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" WHAT THIS MEANS FOR YOU ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" We are granting you permission to use our website and services, but only in the ways described in this agreement. You can’t transfer this permission to others. You can’t sell or give the information or content we provide to you to others. "),t("br"),t("br"),e._v(" 5.2. Restrictions on Your Access To and Use of Site and Services "),t("br"),t("br"),e._v(" In connection with your access to or use of the Site or Services, you are prohibited from: "),t("br"),t("br"),e._v(" accessing data not intended for you or logging onto a server or an account which you are not authorized to access; using any engine, software, tool, agent or other device or mechanism (including without limitation browsers, spiders, robots, avatars or intelligent agents) to access, navigate, or search the Site, other than generally available third-party web browsers (e.g., Mozilla Firefox, Google Chrome and Microsoft Explorer); using any device, software or routine to interfere or attempt to interfere with the proper working of the Site or any activity being conducted on the Site; attempting to probe, scan or test the vulnerability of a ImmigrationHelp.org system or network or to breach security or authentication measures without proper authorization; attempting to interfere with service to any user, host or network, including, without limitation, via means of submitting a virus to the Site or through the Service, overloading, “flooding,” “spamming,” “mailbombing” or “crashing”; sending unsolicited email, including promotions and/or advertising of products or services; forging any TCP/IP packet header or any part of the header information in any email or newsgroup posting; copying, modifying, adapting, reproducing, reverse engineering, decompiling, disassembling, or preparing derivative works from ImmigrationHelp.org software, ImmigrationHelp.org Content or User Content that is not your own; distributing viruses, malicious code, malware or any other technologies that may harm ImmigrationHelp.org, the Site, the Services or a user; violating or circumventing any applicable laws, regulations or ImmigrationHelp.org technical measures, security measures or policies; violating, infringing, or breaching the rights of ImmigrationHelp.org or a third-party, including, but not limited to any copyrights, trademark rights, patent rights, trade secrets rights, rights of publicity or personality, moral rights, or any other proprietary rights; submitting to the Site or through the Services any false, inaccurate, misleading, deceptive, defamatory, or libelous materials or User Content; or knowingly withholding or failing to disclose information requested by ImmigrationHelp.org or required to be included or disclosed on a USCIS form or other government form or engaging in any action that constitutes fraud. Submitting false, inaccurate, misleading or deceptive information, or failing to disclose information requested by ImmigrationHelp.org or required to be included or disclosed on a USCIS form or other government form may result in your application being denied by the applicable government agency and ImmigrationHelp.org will not have any liability to you as a result of such actions. "),t("br"),t("br"),e._v(" Violations of system or network security may result in civil or criminal liability. ImmigrationHelp.org will investigate occurrences that may involve such violations and may involve, and cooperate with, law enforcement authorities in prosecuting users who are involved in such violations. ")])])}],ji={name:"TermsOfServicePage",data(){return{scroll:window.scrollY}},mounted(){window.addEventListener("scroll",this.onScroll)},beforeDestroy(){window.removeEventListener("scroll",this.onScroll)},methods:{onScroll(){this.scroll=window.scrollY},scrollToContacts(){this.$router.push({path:this.$publicPath,query:{contacts:!0}})}},components:{HeaderComponent:W}},Di=ji,Ni=(0,g.Z)(Di,Wi,zi,!1,null,null,null),Yi=Ni.exports,Gi=function(){var e=this,t=e._self._c;return t("div",[t("HeaderComponent",{attrs:{"current-page":"blogs",transparent:e.scroll<50,"with-shadow":e.scroll>50},on:{onButtonClick:e.scrollToContacts}}),e._m(0),t("footer",{staticClass:"text-black mt-[32px] mb-5 text-sm leading-4 text-center relative"},[t("router-link",{staticClass:"text-blue-line",attrs:{to:`${e.$publicPath}terms-of-service`}},[e._v("Terms of Service ")]),t("span",{staticClass:"font-gilroy font-normal"},[e._v("and")]),t("router-link",{staticClass:"text-blue-line",attrs:{to:`${e.$publicPath}privacy-policy`}},[e._v(" Privacy Policy")]),e._v(". ")],1)],1)},Ji=[function(){var e=this,t=e._self._c;return t("section",{staticClass:"mt-[84px] pl-[6.7%] pr-[8.6%] font-gilroy"},[t("h1",{staticClass:"text-[2rem] leading-[2.375rem]"},[e._v(" Information You Provide to Us ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" We collect information you provide directly to us. For example, you share information directly with us when you create an account, fill out a form, submit or post content through our Services, purchase a membership, communicate with us via third-party platforms, request customer support, or otherwise communicate with us. The types of personal information we may collect include your name, display name, username, bio, email address, business information, your content, including your avatar image, photos, posts, responses, and series published by you, and any other information you choose to provide. "),t("br"),t("br"),e._v(" In some cases, we may also collect information you provide about others, such as when you purchase a Medium membership as a gift for someone. We will use this information to fulfill your request and will not send communications to your contacts unrelated to your request, unless they separately consent to receive communications from us or otherwise engage with us. "),t("br"),t("br"),e._v(" We do not collect payment information through our Services. We rely on third parties to process payments in connection with our Services. Any information you provide to facilitate such a payment is subject to the third-party payment processor’s privacy policy, and we encourage you to review this policy before you provide any information to the payment processor. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" Information We Collect Automatically When You Interact with Us ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" In some instances, we automatically collect certain information, including: ")]),t("br"),t("ul",{staticClass:"list-disc ml-5 text-lg leading-[1.813rem] capitalize"},[t("li",[e._v(" Activity Information: We collect information about your activity on our Services, such as your reading history and when you share links, follow users, highlight posts, and clap for posts. ")]),t("li",[e._v(" Transactional Information: When you purchase a membership, we collect information about the transaction, such as subscription details, purchase price, and the date of the transaction. ")]),t("li",[e._v(" Device and Usage Information: We collect information about how you access our Services, including data about the device and network you use, such as your hardware model, operating system version, mobile network, IP address, unique device identifiers, browser type, and app version. We also collect information about your activity on our Services, such as access times, pages viewed, links clicked, and the page you visited before navigating to our Services. ")]),t("li",[e._v(" Information Collected by Cookies and Similar Tracking Technologies: We use tracking technologies, such as cookies and web beacons, to collect information about you. Cookies are small data files stored on your hard drive or in device memory that help us improve our Services and your experience, see which areas and features of our Services are popular, and count visits. Web beacons (also known as “pixel tags” or “clear GIFs”) are electronic images that we use on our Services and in our emails to help deliver cookies, count visits, and understand usage. We also work with third party analytics providers who use cookies, web beacons, device identifiers, and other technologies to collect information about your use of our Services and other websites and applications, including your IP address, web browser, mobile network information, pages viewed, time spent on pages or in mobile apps, and links clicked. This information may be used by Medium and others to, among other things, analyze and track data, determine the popularity of certain content, deliver content targeted to your interests on our Services, and better understand your online activity. For more information about cookies and how to disable them, see Your Choices below. ")])]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" Information We Collect from Other Sources ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" We obtain information from third-party sources. For example, we may collect information about you from social networks, accounting services providers and data analytics providers. Additionally, if you create or log into your Medium account through a third-party platform (such as Apple, Facebook, Google, or Twitter), we will have access to certain information from that platform, such as your name, lists of friends or followers, birthday, and profile picture, in accordance with the authorization procedures determined by such platform. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" Information We Derive ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" We may derive information or draw inferences about you based on the information we collect. For example, we may make inferences about your location based on your IP address or infer reading preferences based on your reading history. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v("THIRD-PARTY EMBEDS")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" Medium does not host some of the content displayed on our Services. Users have the ability to post content that is actually hosted by a third party, but is embedded in our pages (an “Embed”). When you interact with an Embed, it can send information about your interaction to the hosting third party just as if you were visiting the third party’s site directly. For example, when you load a Medium post page with a YouTube video Embed and watch the video, YouTube receives information about your activity, such as your IP address and how much of the video you watch. Medium does not control what information third parties collect through Embeds or what they do with the information. This Privacy Policy does not apply to information collected through Embeds. The privacy policy belonging to the third party hosting the Embed applies to any information the Embed collects, and we recommend you review that policy before interacting with the Embed. ")]),t("h1",{staticClass:"text-[2rem] leading-[2.375rem] mt-10"},[e._v(" TRANSFER OF INFORMATION TO THE UNITED STATES AND OTHER COUNTRIES ")]),t("p",{staticClass:"text-lg leading-[1.813rem] mt-[30px] capitalize"},[e._v(" Medium is headquartered in the United States, and we have operations and service providers in the United States and other countries. Therefore, we and our service providers may transfer your personal information to, or store or access it in, jurisdictions that may not provide levels of data protection that are equivalent to those of your home jurisdiction. For example, we transfer personal data to Amazon Web Services, one of our service providers that processes personal information for us in various data center locations across the globe, including those listed here. We will take steps to ensure that your personal information receives an adequate level of protection in the jurisdictions in which we process it. ")])])}],Ki={name:"PrivacyPolicyPage",data(){return{scroll:window.scrollY}},mounted(){window.addEventListener("scroll",this.onScroll)},beforeDestroy(){window.removeEventListener("scroll",this.onScroll)},methods:{onScroll(){this.scroll=window.scrollY},scrollToContacts(){this.$router.push({path:this.$publicPath,query:{contacts:!0}})}},components:{HeaderComponent:W}},Qi=Ki,Xi=(0,g.Z)(Qi,Gi,Ji,!1,null,null,null),es=Xi.exports;let ts="/landing-pad/";u.ZP.use(b.ZP);const is=new b.ZP({routes:[{path:`${ts}`,component:Xt},{path:`${ts}services`,component:bi},{path:`${ts}blogs`,component:Fi},{path:`${ts}blogs/:id`,component:Ri},{path:`${ts}terms-of-service`,component:Yi},{path:`${ts}privacy-policy`,component:es},{path:":pathMatch(.*)*",component:Bi}],mode:"history"});var ss=is;u.ZP.config.productionTip=!1,u.ZP.prototype.$publicPath="/landing-pad/",new u.ZP({router:ss,render:e=>e(v)}).$mount("#app")}},t={};function i(s){var a=t[s];if(void 0!==a)return a.exports;var n=t[s]={exports:{}};return e[s](n,n.exports,i),n.exports}i.m=e,function(){var e=[];i.O=function(t,s,a,n){if(!s){var o=1/0;for(c=0;c<e.length;c++){s=e[c][0],a=e[c][1],n=e[c][2];for(var r=!0,l=0;l<s.length;l++)(!1&n||o>=n)&&Object.keys(i.O).every((function(e){return i.O[e](s[l])}))?s.splice(l--,1):(r=!1,n<o&&(o=n));if(r){e.splice(c--,1);var u=a();void 0!==u&&(t=u)}}return t}n=n||0;for(var c=e.length;c>0&&e[c-1][2]>n;c--)e[c]=e[c-1];e[c]=[s,a,n]}}(),function(){i.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return i.d(t,{a:t}),t}}(),function(){i.d=function(e,t){for(var s in t)i.o(t,s)&&!i.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})}}(),function(){i.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){var e={143:0};i.O.j=function(t){return 0===e[t]};var t=function(t,s){var a,n,o=s[0],r=s[1],l=s[2],u=0;if(o.some((function(t){return 0!==e[t]}))){for(a in r)i.o(r,a)&&(i.m[a]=r[a]);if(l)var c=l(i)}for(t&&t(s);u<o.length;u++)n=o[u],i.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return i.O(c)},s=self["webpackChunklanding_pad"]=self["webpackChunklanding_pad"]||[];s.forEach(t.bind(null,0)),s.push=t.bind(null,s.push.bind(s))}();var s=i.O(void 0,[998],(function(){return i(7212)}));s=i.O(s)})();
+//# sourceMappingURL=app.d5f42329.js.map
\ No newline at end of file
diff --git a/dist/js/app.d5f42329.js.map b/dist/js/app.d5f42329.js.map
new file mode 100644
index 0000000000000000000000000000000000000000..c6c65b038eb1fb1104b0bed51be18dcda1cb71fa
--- /dev/null
+++ b/dist/js/app.d5f42329.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"js/app.d5f42329.js","mappings":"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","sources":["webpack://landing-pad/./src/components/mixins/ReviewsMixin.vue","webpack://landing-pad/./src/components/mixins/ServicesMixin.vue","webpack://landing-pad/./src/components/mixins/TeamMixin.vue","webpack://landing-pad/./src/App.vue","webpack://landing-pad/src/App.vue","webpack://landing-pad/./src/App.vue?51dd","webpack://landing-pad/./src/App.vue?0e40","webpack://landing-pad/./src/pages/HomePage.vue","webpack://landing-pad/./src/components/HeaderComponent.vue","webpack://landing-pad/./src/components/svg/LogoSvg.vue","webpack://landing-pad/src/components/svg/LogoSvg.vue","webpack://landing-pad/./src/components/svg/LogoSvg.vue?38f8","webpack://landing-pad/./src/components/svg/LogoSvg.vue?5e54","webpack://landing-pad/./src/components/svg/BurgerSvg.vue","webpack://landing-pad/src/components/svg/BurgerSvg.vue","webpack://landing-pad/./src/components/svg/BurgerSvg.vue?c172","webpack://landing-pad/./src/components/svg/BurgerSvg.vue?b83f","webpack://landing-pad/./src/components/svg/RightArrow.vue","webpack://landing-pad/src/components/svg/RightArrow.vue","webpack://landing-pad/./src/components/svg/RightArrow.vue?4a04","webpack://landing-pad/./src/components/svg/RightArrow.vue?1c5b","webpack://landing-pad/src/components/HeaderComponent.vue","webpack://landing-pad/./src/components/HeaderComponent.vue?eb1a","webpack://landing-pad/./src/components/HeaderComponent.vue?4eb4","webpack://landing-pad/./src/components/ReviewComponent.vue","webpack://landing-pad/./src/components/svg/StarSvg.vue","webpack://landing-pad/src/components/svg/StarSvg.vue","webpack://landing-pad/./src/components/svg/StarSvg.vue?a06f","webpack://landing-pad/./src/components/svg/StarSvg.vue?78dd","webpack://landing-pad/./src/components/svg/DotSvg.vue","webpack://landing-pad/src/components/svg/DotSvg.vue","webpack://landing-pad/./src/components/svg/DotSvg.vue?167d","webpack://landing-pad/./src/components/svg/DotSvg.vue?4f96","webpack://landing-pad/src/components/ReviewComponent.vue","webpack://landing-pad/./src/components/ReviewComponent.vue?d736","webpack://landing-pad/./src/components/ReviewComponent.vue?ed96","webpack://landing-pad/./src/components/ServiceCard.vue","webpack://landing-pad/./src/components/svg/BreakLineSvg.vue","webpack://landing-pad/src/components/svg/BreakLineSvg.vue","webpack://landing-pad/./src/components/svg/BreakLineSvg.vue?4e74","webpack://landing-pad/./src/components/svg/BreakLineSvg.vue?e13f","webpack://landing-pad/src/components/ServiceCard.vue","webpack://landing-pad/./src/components/ServiceCard.vue?0d66","webpack://landing-pad/./src/components/ServiceCard.vue?205a","webpack://landing-pad/./src/components/ServiceQuestionCard.vue","webpack://landing-pad/src/components/ServiceQuestionCard.vue","webpack://landing-pad/./src/components/ServiceQuestionCard.vue?5efe","webpack://landing-pad/./src/components/ServiceQuestionCard.vue?0d87","webpack://landing-pad/./src/components/TeamMember.vue","webpack://landing-pad/src/components/TeamMember.vue","webpack://landing-pad/./src/components/TeamMember.vue?4ac8","webpack://landing-pad/./src/components/TeamMember.vue?f516","webpack://landing-pad/./src/components/FooterComponent.vue","webpack://landing-pad/./src/components/svg/MailSvg.vue","webpack://landing-pad/src/components/svg/MailSvg.vue","webpack://landing-pad/./src/components/svg/MailSvg.vue?d6b1","webpack://landing-pad/./src/components/svg/MailSvg.vue?25da","webpack://landing-pad/./src/components/svg/TelSvg.vue","webpack://landing-pad/src/components/svg/TelSvg.vue","webpack://landing-pad/./src/components/svg/TelSvg.vue?fe6b","webpack://landing-pad/./src/components/svg/TelSvg.vue?07ba","webpack://landing-pad/./src/components/svg/MessageLikeSvg.vue","webpack://landing-pad/src/components/svg/MessageLikeSvg.vue","webpack://landing-pad/./src/components/svg/MessageLikeSvg.vue?6625","webpack://landing-pad/./src/components/svg/MessageLikeSvg.vue?7ea6","webpack://landing-pad/./src/components/svg/FeatureSvg.vue","webpack://landing-pad/src/components/svg/FeatureSvg.vue","webpack://landing-pad/./src/components/svg/FeatureSvg.vue?bf6f","webpack://landing-pad/./src/components/svg/FeatureSvg.vue?26f7","webpack://landing-pad/./src/components/svg/InstagramSvg.vue","webpack://landing-pad/src/components/svg/InstagramSvg.vue","webpack://landing-pad/./src/components/svg/InstagramSvg.vue?026d","webpack://landing-pad/./src/components/svg/InstagramSvg.vue?d5b7","webpack://landing-pad/./src/components/svg/FacebookSvg.vue","webpack://landing-pad/src/components/svg/FacebookSvg.vue","webpack://landing-pad/./src/components/svg/FacebookSvg.vue?6460","webpack://landing-pad/./src/components/svg/FacebookSvg.vue?a492","webpack://landing-pad/./src/components/svg/LinkedInSvg.vue","webpack://landing-pad/src/components/svg/LinkedInSvg.vue","webpack://landing-pad/./src/components/svg/LinkedInSvg.vue?ac4b","webpack://landing-pad/./src/components/svg/LinkedInSvg.vue?3617","webpack://landing-pad/src/components/FooterComponent.vue","webpack://landing-pad/./src/components/FooterComponent.vue?1115","webpack://landing-pad/./src/components/FooterComponent.vue?710e","webpack://landing-pad/src/components/mixins/ReviewsMixin.vue","webpack://landing-pad/./src/components/mixins/ReviewsMixin.vue?5f9c","webpack://landing-pad/src/components/mixins/ServicesMixin.vue","webpack://landing-pad/./src/components/mixins/ServicesMixin.vue?0f08","webpack://landing-pad/src/components/mixins/TeamMixin.vue","webpack://landing-pad/./src/components/mixins/TeamMixin.vue?4a63","webpack://landing-pad/./src/components/svg/LeftArrow.vue","webpack://landing-pad/src/components/svg/LeftArrow.vue","webpack://landing-pad/./src/components/svg/LeftArrow.vue?abbf","webpack://landing-pad/./src/components/svg/LeftArrow.vue?028c","webpack://landing-pad/./src/components/svg/FeatureLeftSvg.vue","webpack://landing-pad/src/components/svg/FeatureLeftSvg.vue","webpack://landing-pad/./src/components/svg/FeatureLeftSvg.vue?9bea","webpack://landing-pad/./src/components/svg/FeatureLeftSvg.vue?d718","webpack://landing-pad/src/pages/HomePage.vue","webpack://landing-pad/./src/pages/HomePage.vue?722e","webpack://landing-pad/./src/pages/HomePage.vue?293c","webpack://landing-pad/./src/pages/ServicesPage.vue","webpack://landing-pad/./src/components/svg/DownArrow.vue","webpack://landing-pad/src/components/svg/DownArrow.vue","webpack://landing-pad/./src/components/svg/DownArrow.vue?8a0f","webpack://landing-pad/./src/components/svg/DownArrow.vue?0f44","webpack://landing-pad/./src/components/svg/UpArrow.vue","webpack://landing-pad/src/components/svg/UpArrow.vue","webpack://landing-pad/./src/components/svg/UpArrow.vue?cb91","webpack://landing-pad/./src/components/svg/UpArrow.vue?cae7","webpack://landing-pad/src/pages/ServicesPage.vue","webpack://landing-pad/./src/pages/ServicesPage.vue?65af","webpack://landing-pad/./src/pages/ServicesPage.vue?00c6","webpack://landing-pad/./src/pages/BlogsPage.vue","webpack://landing-pad/src/components/mixins/BlogsMixin.vue","webpack://landing-pad/./src/components/mixins/BlogsMixin.vue","webpack://landing-pad/./src/components/mixins/BlogsMixin.vue?dda1","webpack://landing-pad/src/pages/BlogsPage.vue","webpack://landing-pad/./src/pages/BlogsPage.vue?32f4","webpack://landing-pad/./src/pages/BlogsPage.vue?6de0","webpack://landing-pad/./src/pages/BlogPage.vue","webpack://landing-pad/src/pages/BlogPage.vue","webpack://landing-pad/./src/pages/BlogPage.vue?c8c1","webpack://landing-pad/./src/pages/BlogPage.vue?c9e2","webpack://landing-pad/./src/pages/NotFoundPage.vue","webpack://landing-pad/src/pages/NotFoundPage.vue","webpack://landing-pad/./src/pages/NotFoundPage.vue?e558","webpack://landing-pad/./src/pages/NotFoundPage.vue?172d","webpack://landing-pad/./src/pages/TermsOfServicePage.vue","webpack://landing-pad/src/pages/TermsOfServicePage.vue","webpack://landing-pad/./src/pages/TermsOfServicePage.vue?f8b1","webpack://landing-pad/./src/pages/TermsOfServicePage.vue?85d9","webpack://landing-pad/./src/pages/PrivacyPolicyPage.vue","webpack://landing-pad/src/pages/PrivacyPolicyPage.vue","webpack://landing-pad/./src/pages/PrivacyPolicyPage.vue?1d6c","webpack://landing-pad/./src/pages/PrivacyPolicyPage.vue?d79f","webpack://landing-pad/./src/plugins/router.js","webpack://landing-pad/./src/main.js","webpack://landing-pad/webpack/bootstrap","webpack://landing-pad/webpack/runtime/chunk loaded","webpack://landing-pad/webpack/runtime/compat get default export","webpack://landing-pad/webpack/runtime/define property getters","webpack://landing-pad/webpack/runtime/global","webpack://landing-pad/webpack/runtime/hasOwnProperty shorthand","webpack://landing-pad/webpack/runtime/jsonp chunk loading","webpack://landing-pad/webpack/startup"],"sourcesContent":["var render, staticRenderFns\nimport script from \"./ReviewsMixin.vue?vue&type=script&lang=js&\"\nexport * from \"./ReviewsMixin.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render, staticRenderFns\nimport script from \"./ServicesMixin.vue?vue&type=script&lang=js&\"\nexport * from \"./ServicesMixin.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render, staticRenderFns\nimport script from \"./TeamMixin.vue?vue&type=script&lang=js&\"\nexport * from \"./TeamMixin.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{attrs:{\"id\":\"app\"}},[_c('router-view')],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <div id=\"app\">\n    <router-view></router-view>\n  </div>\n</template>\n\n<script>\n\nexport default {\n  name: 'App',\n}\n</script>","import mod from \"-!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=423cfe9c&\"\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('HeaderComponent',{attrs:{\"current-page\":\"home\",\"transparent\":_vm.scroll < 100,\"with-shadow\":_vm.scroll > 100,\"text-white\":_vm.scroll < 100},on:{\"onButtonClick\":_vm.scrollToContacts}}),_c('section',{staticClass:\"relative mt-[-80px] z-10 text-white h-[700px] sm:h-[900px] rounded-b-lg bg-cover bg-no-repeat bg-center bg-blend-multiply bg-gray-300 bg-[url('../public/img/home-header.jfif')]\"},[_vm._v(\"   \"),_c('h2',{staticClass:\"text-[54px] font-bold leading-[4.5rem] max-w-lg ml-10 min-[500px]:ml-24 mt-16 sm:mt-[173px]\"},[_vm._v(\" Moving to Portugal? \")]),_c('p',{staticClass:\"text-2xl ml-10 min-[500px]:ml-24 mt-[10px] max-w-[434px] font-gilroy\"},[_vm._v(\" Let the experts of the ACK ecosystem handle your administrative headaches \")]),_c('button',{staticClass:\"rounded bg-blue text-white ml-10 min-[500px]:ml-24 mt-10 py-3.5 px-10 w-[270px] font-medium text-lg hover:bg-blue-700 transition-colors\",on:{\"click\":_vm.scrollToContacts}},[_vm._v(\" Help to emigrate \")])]),_c('section',{staticClass:\"mt-16 relative\"},[_c('div',{staticClass:\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -top-[134px] -left-[87px]\"}),_c('div',{staticClass:\"z-10 w-[85.4%] mx-auto flex justify-between items-center h-36 relative\"},[_c('button',{staticClass:\"mr-3\",on:{\"click\":_vm.reviewLeft}},[_c('LeftArrow',{staticClass:\"text-blue\"})],1),_c('div',{staticClass:\"flex gap-[38px] items-center relative\",class:{ slideLeft: _vm.slideLeft, slideRight: _vm.slideRight }},_vm._l((_vm.reviews),function(review,index){return _c('ReviewComponent',{key:index,class:[\n            { hidden: review.hidden, '-left-[373px]': review.isLeft },\n            review.absolute ? 'absolute' : 'relative',\n            review.isRight ? '-right-[373px]' : '',\n            review.fade ? 'fade' : 'unfade',\n          ],attrs:{\"data\":review.data}})}),1),_c('button',{staticClass:\"ml-3\",on:{\"click\":_vm.reviewRight}},[_c('RightArrow',{staticClass:\"text-blue\"})],1)])]),_c('section',{staticClass:\"mt-32 relative overflow-hidden\"},[_c('div',{staticClass:\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[255px] h-[255px] z-0 -right-[65px] top-[42%]\"}),_c('div',{staticClass:\"relative z-10\"},[_c('h1',{staticClass:\"text-center font-medium text-[54px] leading-[4.5rem] relative\"},[_c('span',{staticClass:\"text-dark\"},[_vm._v(\"Our \")]),_c('span',{staticClass:\"text-blue-text\"},[_vm._v(\"Services \"),_c('FeatureSvg',{staticClass:\"inline absolute -top-3 -translate-x-[3px]\"})],1)]),_c('h2',{staticClass:\"text-dark text-center font-medium text-[2rem] leading-[42px] mt-4\"},[_vm._v(\" Tailor-made solutions for your unique situation \")]),_c('p',{staticClass:\"text-[15px] leading-[18px] mt-8 w-[92.5%] mx-auto\"},[_vm._v(\" On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will \")]),_c('div',{staticClass:\"grid w-max mx-auto gap-[31px] mt-4 justify-center grid-cols-1 min-[700px]:grid-cols-2 min-[1000px]:grid-cols-3 min-[1400px]:grid-cols-4 min-[1800px]:grid-cols-5\"},[_vm._l((_vm.services),function(service){return _c('ServiceCard',{key:service.service,attrs:{\"data\":service}})}),_c('ServiceQuestionCard',{on:{\"onButtonClick\":_vm.scrollToContacts}})],2)])]),_c('section',{staticClass:\"mt-12 sm:mt-[100px] text-white bg-cover bg-no-repeat bg-center bg-blend-multiply bg-dark-400 bg-[url('../public/img/home-bg-2.png')]\"},[_vm._v(\"   \"),_c('h1',{staticClass:\"mt-9 sm:mt-[87px] text-[3.375rem] leading-[4.5rem] text-center relative\"},[_vm._v(\" Our Story \"),_c('FeatureSvg',{staticClass:\"inline absolute -top-3 -translate-x-[3px]\"})],1),_vm._m(0),_vm._v(\"   \")]),_c('section',{staticClass:\"bg-blue-200 rounded-2xl w-[92.5%] mx-auto mt-[100px] relative overflow-hidden\"},[_c('div',{staticClass:\"absolute bg-blue-400 blur-[170px] rounded-[190px] w-[190px] h-[190px] z-0 -left-[72px] -top-[47px]\"}),_c('div',{staticClass:\"relative z-10\"},[_vm._v(\"   \"),_c('h1',{staticClass:\"relative text-[54px] leading-[4.5rem] w-min mx-auto mt-[71px]\"},[_c('FeatureLeftSvg',{staticClass:\"inline absolute -top-7 -translate-x-[93%] text-blue-text h-[51px] w-[51px]\"}),_vm._v(\" Team \")],1),_vm._m(1),_c('div',{staticClass:\"mt-16 mx-auto mb-[53px] w-max grid grid-cols-1 lg:grid-cols-2 gap-x-[90px] gap-y-16\"},_vm._l((_vm.team),function(member,index){return _c('TeamMember',{key:index,attrs:{\"data\":member}})}),1),_vm._v(\"   \")]),_c('div',{staticClass:\"absolute bg-blue-400 blur-[170px] rounded-[190px] w-[190px] h-[190px] z-0 -right-[133px] -bottom-[136px]\"})]),_c('FooterComponent',{ref:\"contacts\",staticClass:\"mt-[92px]\"})],1)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('p',{staticClass:\"mt-10 mb-9 sm:mb-[89px] text-lg leading-[1.625rem] text-center mx-auto w-[66%]\"},[_vm._v(\" We can help you reimagine your business through a digital lens. Our software engineering heritage combined with our strategic business and innovation consulting, design thinking, and physical-digital capabilities provide real business value to our customers through human-centric innovation. \"),_c('br'),_c('br'),_vm._v(\" There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend. \")])\n},function (){var _vm=this,_c=_vm._self._c;return _c('h2',{staticClass:\"text-center text-[2rem] leading-[2.625rem] max-w-[385px] mx-auto\"},[_vm._v(\" A team of \"),_c('span',{staticClass:\"text-blue-text\"},[_vm._v(\"professionals\")]),_vm._v(\" is \"),_c('span',{staticClass:\"text-blue-text\"},[_vm._v(\"working\")]),_vm._v(\" on your problem \")])\n}]\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"sticky top-0 z-30 transition-all\",class:{ 'bg-white': !_vm.transparent, 'shadow-14x28': _vm.withShadow }},[(_vm.width > 1000)?_c('header',{staticClass:\"flex justify-around items-center py-3.5\",class:_vm.textWhite ? 'text-white' : 'text-dark'},[_c('div',{staticClass:\"flex-auto basis-[28.57%] h-[46px] flex justify-center\"},[_c('router-link',{attrs:{\"to\":_vm.$publicPath}},[_c('LogoSvg',{class:_vm.textWhite ? 'text-white' : 'text-blue'})],1)],1),_c('nav',{staticClass:\"flex justify-around flex-auto basis-[42.86%] text-xl\"},[_c('router-link',{staticClass:\"transition-colors\",class:[\n          _vm.currentPage === 'home' ? 'font-bold' : '',\n          _vm.textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n        ],attrs:{\"to\":_vm.$publicPath}},[_vm._v(\"Home\")]),_c('router-link',{staticClass:\"transition-colors\",class:[\n          _vm.currentPage === 'services' ? 'font-bold' : '',\n          _vm.textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n        ],attrs:{\"to\":`${_vm.$publicPath}services`}},[_vm._v(\"Services\")]),_c('router-link',{staticClass:\"transition-colors\",class:[\n          _vm.currentPage === 'about us' ? 'font-bold' : '',\n          _vm.textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n        ],attrs:{\"to\":`${_vm.$publicPath}`}},[_vm._v(\"About us\")]),_c('router-link',{staticClass:\"transition-colors\",class:[\n          _vm.currentPage === 'team' ? 'font-bold' : '',\n          _vm.textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n        ],attrs:{\"to\":`${_vm.$publicPath}`}},[_vm._v(\"Team\")]),_c('router-link',{staticClass:\"transition-colors\",class:[\n          _vm.currentPage === 'contact' ? 'font-bold' : '',\n          _vm.textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n        ],attrs:{\"to\":`${_vm.$publicPath}`}},[_vm._v(\"Contact\")]),_c('router-link',{staticClass:\"transition-colors\",class:[\n          _vm.currentPage === 'blog' ? 'font-bold' : '',\n          _vm.textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n        ],attrs:{\"to\":`${_vm.$publicPath}blogs`}},[_vm._v(\"Blog\")])],1),_c('div',{staticClass:\"flex-auto basis-[28.57%] flex justify-center\"},[_c('button',{staticClass:\"rounded bg-blue text-white py-3.5 px-[42px] font-medium hover:bg-blue-700 transition-colors\",on:{\"click\":_vm.scrollToContacts}},[_vm._v(\" Book an online \")])])]):_c('header',{staticClass:\"flex justify-between items-center mx-[7%] py-3.5 text-white\"},[_c('div',{staticClass:\"h-[46px] flex justify-center\"},[_c('router-link',{attrs:{\"to\":_vm.$publicPath}},[_c('LogoSvg',{class:_vm.textWhite ? 'text-white' : 'text-blue'})],1)],1),_c('div',{staticClass:\"relative\"},[_c('button',{on:{\"click\":_vm.expand}},[_c('BurgerSvg',{staticClass:\"w-10 h-10\"})],1),(_vm.dropdown)?_c('div',{staticClass:\"absolute z-20 bg-white p-2 rounded-lg shadow-4x10 w-32 right-0\"},[_c('nav',{staticClass:\"text-xl text-black\"},[_c('div',[_c('router-link',{staticClass:\"flex justify-between items-center gap-3\",attrs:{\"to\":_vm.$publicPath}},[_c('span',{staticClass:\"w-24\",class:_vm.currentPage === 'home' ? 'font-bold' : ''},[_vm._v(\"Home\")]),_c('RightArrow',{staticClass:\"w-[7px] h-3 inline\"})],1)],1),_c('div',{staticClass:\"mt-2\"},[_c('router-link',{staticClass:\"flex justify-between items-center gap-3\",attrs:{\"to\":`${_vm.$publicPath}services`}},[_c('span',{staticClass:\"w-24\",class:_vm.currentPage === 'services' ? 'font-bold' : ''},[_vm._v(\"Services\")]),_c('RightArrow',{staticClass:\"w-[7px] h-3 inline\"})],1)],1),_c('div',{staticClass:\"mt-2\"},[_c('router-link',{staticClass:\"flex justify-between items-center gap-3\",attrs:{\"to\":\"#\"}},[_c('span',{staticClass:\"w-24\",class:_vm.currentPage === 'about us' ? 'font-bold' : ''},[_vm._v(\"About us\")]),_c('RightArrow',{staticClass:\"w-[7px] h-3 inline\"})],1)],1),_c('div',{staticClass:\"mt-2\"},[_c('router-link',{staticClass:\"flex justify-between items-center gap-3\",attrs:{\"to\":\"#\"}},[_c('span',{staticClass:\"w-24\",class:_vm.currentPage === 'team' ? 'font-bold' : ''},[_vm._v(\"Team\")]),_c('RightArrow',{staticClass:\"w-[7px] h-3 inline\"})],1)],1),_c('div',{staticClass:\"mt-2\"},[_c('router-link',{staticClass:\"flex justify-between items-center gap-3\",attrs:{\"to\":\"#\"}},[_c('span',{staticClass:\"w-24\",class:_vm.currentPage === 'contact' ? 'font-bold' : ''},[_vm._v(\"Contact\")]),_c('RightArrow',{staticClass:\"w-[7px] h-3 inline\"})],1)],1),_c('div',{staticClass:\"mt-2\"},[_c('router-link',{staticClass:\"flex justify-between items-center gap-3\",attrs:{\"to\":`${_vm.$publicPath}blogs`}},[_c('span',{staticClass:\"w-24\",class:_vm.currentPage === 'blog' ? 'font-bold' : ''},[_vm._v(\"Blog\")]),_c('RightArrow',{staticClass:\"w-[7px] h-3 inline\"})],1)],1),_c('div',{staticClass:\"mt-2\"},[_c('button',{staticClass:\"flex justify-between items-center gap-3\",on:{\"click\":_vm.scrollToContacts}},[_c('span',{staticClass:\"w-24\"},[_vm._v(\"Book an online\")]),_c('RightArrow',{staticClass:\"w-[7px] h-3 inline\"})],1)])])]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"177\",\"height\":\"46\",\"viewBox\":\"0 0 177 46\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('g',{attrs:{\"clip-path\":\"url(#clip0_1062_13206)\"}},[_c('path',{attrs:{\"fill\":\"currentColor\",\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M68.6994 5.43654V10.8732L68.076 10.249C67.2727 9.44468 66.1537 8.96952 64.6904 8.81125C60.8147 8.39247 57.9813 10.2364 56.7073 14.0069C55.3468 18.0335 56.6508 22.5173 59.7241 24.3802C61.1575 25.2491 62.4188 25.5614 64.1947 25.4872C65.9824 25.4124 67.2493 24.8995 68.3375 23.8099C68.7259 23.4209 69.0825 23.1027 69.1299 23.1027C69.1772 23.1027 69.216 23.5682 69.216 24.1371V25.1715H71.4543H73.6926V12.5858V0H71.196H68.6994V5.43654ZM164.947 5.44412V10.8881L164.509 10.3665C163.065 8.64798 159.083 8.21506 156.653 9.51243C152.933 11.4975 151.382 17.3706 153.481 21.5189C155.586 25.6783 161.385 26.877 164.598 23.8171C165.01 23.4242 165.374 23.1027 165.406 23.1027C165.438 23.1027 165.464 23.5682 165.464 24.1371V25.1715H167.702H169.941V12.5858V0H167.444H164.947V5.44412ZM77.2223 1.29409C76.8435 1.43288 76.5146 1.54771 76.4915 1.54908C76.4685 1.55046 76.2168 1.87373 75.932 2.26716C74.2217 4.63122 76.8404 7.6987 79.493 6.4384C80.9603 5.74118 81.4901 3.62039 80.5166 2.34216C80.2545 1.99838 79.8711 1.6096 79.6643 1.47857C79.0608 1.09565 77.9854 1.01445 77.2223 1.29409ZM6.88716 13.4478V25.1715H14.2909H21.6946V22.844V20.5165H16.8735H12.0525V11.1203V1.72408H9.46984H6.88716V13.4478ZM118.803 13.4478V25.1715H121.386H123.969V20.6298V16.0881L127.111 15.9801C131.58 15.8265 133.383 15.276 134.882 13.6068C136.568 11.7286 136.979 8.19489 135.825 5.50119C135.403 4.51588 134.142 3.26144 133.008 2.69784C131.353 1.87511 129.979 1.72408 124.148 1.72408H118.803V13.4478ZM129.844 6.58874C131.582 7.61198 131.652 9.83087 129.984 11.065C129.391 11.5041 128.009 11.7237 125.839 11.7237H123.969V8.86314V6.00272L126.509 6.06152C128.908 6.1172 129.092 6.14634 129.844 6.58874ZM29.2704 8.79521C28.6549 8.86038 27.8026 9.01004 27.3765 9.12779C26.5016 9.36968 24.5763 10.3512 23.9444 10.8777L23.5253 11.2267L24.8435 12.5466L26.1616 13.8664L26.6399 13.4299C27.6988 12.4637 28.7814 12.0439 30.2153 12.0439C31.8421 12.0439 33.4027 13.2502 33.4027 14.5078V14.9995H32.1908C31.5241 14.9995 30.2262 15.0831 29.3068 15.1852C24.7528 15.691 22.5554 17.4437 22.5554 20.5703C22.5554 22.0115 22.8499 22.8373 23.702 23.7864C24.8632 25.0795 25.8305 25.4302 28.2374 25.4302C29.9502 25.4302 30.3388 25.3752 31.1174 25.0228C31.6124 24.7986 32.329 24.2766 32.71 23.8628L33.4027 23.1104V24.1409V25.1715H35.641H37.8794L37.8764 19.9562C37.873 14.0738 37.7344 12.9677 36.8058 11.4089C35.5823 9.35485 32.8702 8.41419 29.2704 8.79521ZM48.0242 8.7947C47.5906 8.86814 46.9146 9.09227 46.5222 9.29261C45.7833 9.67019 44.5944 10.7477 44.5944 11.0398C44.5944 11.1315 44.5169 11.2065 44.4222 11.2065C44.3264 11.2065 44.25 10.7467 44.25 10.1721V9.13762H41.9256H39.6012V17.1546V25.1715H41.9958H44.3903L44.4494 20.301C44.5074 15.5067 44.515 15.4171 44.9387 14.5714C45.4933 13.4644 46.2332 13.0225 47.5319 13.0225C48.7206 13.0225 49.3258 13.3859 49.7704 14.3664C50.0664 15.0191 50.0969 15.5526 50.1003 20.1286L50.1041 25.1715H52.6007H55.0973V20.1841C55.0973 17.4411 55.0153 14.59 54.9151 13.8481C54.6563 11.9337 53.9702 10.5303 52.9168 9.76208C51.7617 8.91935 49.6976 8.51126 48.0242 8.7947ZM91.0689 8.79659C89.9437 8.98452 88.8712 9.57622 88.0265 10.4755L87.2947 11.2544V10.196V9.13762H84.9703H82.6459V17.1546V25.1715H85.0564H87.4669V20.6974C87.4669 15.6241 87.5888 14.7197 88.3901 13.8461C89.3817 12.7653 91.3094 12.6823 92.2475 13.6802C93.0917 14.5783 93.1488 14.9971 93.1488 20.2836V25.1715H95.6644H98.1797L98.0897 19.5252C98.0403 16.4198 97.9154 13.4909 97.8126 13.0168C97.3701 10.9777 96.0242 9.39588 94.3821 8.98504C93.387 8.73608 91.9281 8.65298 91.0689 8.79659ZM105.321 8.81073C101.631 9.34399 98.9742 13.2085 99.2283 17.6718C99.4389 21.3715 101.368 24.0212 104.595 25.0433C105.391 25.2955 105.991 25.356 107.181 25.3041C108.993 25.2252 110.098 24.8105 111.098 23.835L111.744 23.2051L111.74 24.49C111.738 25.4086 111.636 25.9962 111.385 26.5508C110.739 27.9787 109.975 28.5356 108.287 28.8076C106.457 29.1028 104.542 28.5828 102.498 27.2358L101.947 26.8725L100.609 28.8842C99.0668 31.2029 99.027 30.9769 101.155 31.9918C102.787 32.7703 104.647 33.1183 107.186 33.1208C112.174 33.1256 114.831 31.497 116.183 27.6058C116.42 26.9242 116.469 25.536 116.521 17.9735L116.583 9.13762H114.335H112.089L112.082 10.2152L112.076 11.2927L111.695 10.8476C110.334 9.25778 107.81 8.45109 105.321 8.81073ZM142.622 8.80401C141.943 8.87194 140.883 9.09589 140.265 9.30175C139.169 9.66691 137.051 10.8939 137.058 11.1596C137.06 11.2329 137.586 11.867 138.227 12.5687L139.392 13.8449L140.265 13.2168C141.509 12.3213 142.276 12.047 143.532 12.047C144.91 12.047 145.863 12.5363 146.455 13.5473C147.24 14.8888 147.187 14.9317 144.587 15.051C139.869 15.2674 137.38 16.2817 136.351 18.4066C136.041 19.0452 135.954 19.5247 135.949 20.6027C135.944 21.8099 136.006 22.0965 136.447 22.8999C137.414 24.6619 139.09 25.5164 141.58 25.5164C143.589 25.5164 144.955 25.0355 146.044 23.9449L146.869 23.119V24.1454V25.1715H149.107H151.345V20.3667C151.345 13.8409 151.062 12.2701 149.581 10.5808C148.943 9.85277 147.305 9.01607 146.278 8.89297C144.744 8.70918 143.801 8.68625 142.622 8.80401ZM75.7588 17.1546V25.1715H78.1693H80.5798V17.1546V9.13762H78.1693H75.7588V17.1546ZM67.2281 13.5057C68.5265 14.2173 69.3931 16.1465 69.1483 17.7809C68.9938 18.8126 68.1507 20.2295 67.423 20.6796C66.1634 21.4593 63.8905 21.4298 62.6652 20.6179C61.1103 19.5876 60.5714 16.8377 61.5659 15.0081C61.8338 14.5154 62.2845 13.9469 62.5678 13.745C63.7785 12.8816 65.8915 12.7732 67.2281 13.5057ZM108.966 13.1125C112.108 13.838 113.184 17.878 110.794 19.9793C109.456 21.155 107.846 21.3744 106.282 20.5943C103.536 19.2242 103.312 15.3943 105.878 13.6937C106.941 12.9897 107.763 12.8349 108.966 13.1125ZM163.429 13.4638C166.292 14.926 165.989 19.8752 162.967 21.0357C162.099 21.3687 160.269 21.2862 159.471 20.8781C156.375 19.2966 156.895 13.9337 160.224 13.1171C161.123 12.8963 162.639 13.0602 163.429 13.4638ZM33.4027 19.1118C33.4027 20.4262 32.9502 21.1288 31.693 21.7665C30.1699 22.5391 28.1757 22.3458 27.4851 21.3584C26.8775 20.4898 27.3115 19.2749 28.4379 18.6916C29.1785 18.308 30.1787 18.1432 31.8962 18.1218L33.4027 18.1028V19.1118ZM146.869 18.9104C146.869 20.8222 145.596 22.0451 143.446 22.1991C141.33 22.3506 140.112 21.2575 140.735 19.7657C141.186 18.6847 142.666 18.1485 145.276 18.1201L146.869 18.1028V18.9104ZM37.6211 31.6677C29.1122 32.0954 19.0223 33.5161 11.9664 35.28C7.7484 36.3344 2.9737 37.7892 0.731761 38.7033L0 39.0016V42.1725V45.3433H88.5H177V40.0102C177 35.0807 176.977 34.6704 176.699 34.5862C176.201 34.4362 172.467 33.8352 169.166 33.374C165.535 32.8666 160.139 32.3192 156.252 32.0639C152.707 31.831 143.815 31.8341 140.928 32.0692C135.668 32.4978 134.316 32.7758 121.731 36.0153C113.095 38.2378 106.887 38.7054 97.5394 37.8372C92.7015 37.3877 84.0635 36.085 77.5666 34.8252C65.0539 32.3985 56.192 31.5224 44.7731 31.5832C41.4077 31.6012 38.1893 31.6393 37.6211 31.6677Z\"}})]),_c('defs',[_c('clipPath',{attrs:{\"id\":\"clip0_1062_13206\"}},[_c('rect',{attrs:{\"width\":\"177\",\"height\":\"46\",\"fill\":\"white\"}})])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <svg\n    width=\"177\"\n    height=\"46\"\n    viewBox=\"0 0 177 46\"\n    fill=\"none\"\n    xmlns=\"http://www.w3.org/2000/svg\"\n  >\n    <g clip-path=\"url(#clip0_1062_13206)\">\n      <path\n        fill=\"currentColor\"\n        fill-rule=\"evenodd\"\n        clip-rule=\"evenodd\"\n        d=\"M68.6994 5.43654V10.8732L68.076 10.249C67.2727 9.44468 66.1537 8.96952 64.6904 8.81125C60.8147 8.39247 57.9813 10.2364 56.7073 14.0069C55.3468 18.0335 56.6508 22.5173 59.7241 24.3802C61.1575 25.2491 62.4188 25.5614 64.1947 25.4872C65.9824 25.4124 67.2493 24.8995 68.3375 23.8099C68.7259 23.4209 69.0825 23.1027 69.1299 23.1027C69.1772 23.1027 69.216 23.5682 69.216 24.1371V25.1715H71.4543H73.6926V12.5858V0H71.196H68.6994V5.43654ZM164.947 5.44412V10.8881L164.509 10.3665C163.065 8.64798 159.083 8.21506 156.653 9.51243C152.933 11.4975 151.382 17.3706 153.481 21.5189C155.586 25.6783 161.385 26.877 164.598 23.8171C165.01 23.4242 165.374 23.1027 165.406 23.1027C165.438 23.1027 165.464 23.5682 165.464 24.1371V25.1715H167.702H169.941V12.5858V0H167.444H164.947V5.44412ZM77.2223 1.29409C76.8435 1.43288 76.5146 1.54771 76.4915 1.54908C76.4685 1.55046 76.2168 1.87373 75.932 2.26716C74.2217 4.63122 76.8404 7.6987 79.493 6.4384C80.9603 5.74118 81.4901 3.62039 80.5166 2.34216C80.2545 1.99838 79.8711 1.6096 79.6643 1.47857C79.0608 1.09565 77.9854 1.01445 77.2223 1.29409ZM6.88716 13.4478V25.1715H14.2909H21.6946V22.844V20.5165H16.8735H12.0525V11.1203V1.72408H9.46984H6.88716V13.4478ZM118.803 13.4478V25.1715H121.386H123.969V20.6298V16.0881L127.111 15.9801C131.58 15.8265 133.383 15.276 134.882 13.6068C136.568 11.7286 136.979 8.19489 135.825 5.50119C135.403 4.51588 134.142 3.26144 133.008 2.69784C131.353 1.87511 129.979 1.72408 124.148 1.72408H118.803V13.4478ZM129.844 6.58874C131.582 7.61198 131.652 9.83087 129.984 11.065C129.391 11.5041 128.009 11.7237 125.839 11.7237H123.969V8.86314V6.00272L126.509 6.06152C128.908 6.1172 129.092 6.14634 129.844 6.58874ZM29.2704 8.79521C28.6549 8.86038 27.8026 9.01004 27.3765 9.12779C26.5016 9.36968 24.5763 10.3512 23.9444 10.8777L23.5253 11.2267L24.8435 12.5466L26.1616 13.8664L26.6399 13.4299C27.6988 12.4637 28.7814 12.0439 30.2153 12.0439C31.8421 12.0439 33.4027 13.2502 33.4027 14.5078V14.9995H32.1908C31.5241 14.9995 30.2262 15.0831 29.3068 15.1852C24.7528 15.691 22.5554 17.4437 22.5554 20.5703C22.5554 22.0115 22.8499 22.8373 23.702 23.7864C24.8632 25.0795 25.8305 25.4302 28.2374 25.4302C29.9502 25.4302 30.3388 25.3752 31.1174 25.0228C31.6124 24.7986 32.329 24.2766 32.71 23.8628L33.4027 23.1104V24.1409V25.1715H35.641H37.8794L37.8764 19.9562C37.873 14.0738 37.7344 12.9677 36.8058 11.4089C35.5823 9.35485 32.8702 8.41419 29.2704 8.79521ZM48.0242 8.7947C47.5906 8.86814 46.9146 9.09227 46.5222 9.29261C45.7833 9.67019 44.5944 10.7477 44.5944 11.0398C44.5944 11.1315 44.5169 11.2065 44.4222 11.2065C44.3264 11.2065 44.25 10.7467 44.25 10.1721V9.13762H41.9256H39.6012V17.1546V25.1715H41.9958H44.3903L44.4494 20.301C44.5074 15.5067 44.515 15.4171 44.9387 14.5714C45.4933 13.4644 46.2332 13.0225 47.5319 13.0225C48.7206 13.0225 49.3258 13.3859 49.7704 14.3664C50.0664 15.0191 50.0969 15.5526 50.1003 20.1286L50.1041 25.1715H52.6007H55.0973V20.1841C55.0973 17.4411 55.0153 14.59 54.9151 13.8481C54.6563 11.9337 53.9702 10.5303 52.9168 9.76208C51.7617 8.91935 49.6976 8.51126 48.0242 8.7947ZM91.0689 8.79659C89.9437 8.98452 88.8712 9.57622 88.0265 10.4755L87.2947 11.2544V10.196V9.13762H84.9703H82.6459V17.1546V25.1715H85.0564H87.4669V20.6974C87.4669 15.6241 87.5888 14.7197 88.3901 13.8461C89.3817 12.7653 91.3094 12.6823 92.2475 13.6802C93.0917 14.5783 93.1488 14.9971 93.1488 20.2836V25.1715H95.6644H98.1797L98.0897 19.5252C98.0403 16.4198 97.9154 13.4909 97.8126 13.0168C97.3701 10.9777 96.0242 9.39588 94.3821 8.98504C93.387 8.73608 91.9281 8.65298 91.0689 8.79659ZM105.321 8.81073C101.631 9.34399 98.9742 13.2085 99.2283 17.6718C99.4389 21.3715 101.368 24.0212 104.595 25.0433C105.391 25.2955 105.991 25.356 107.181 25.3041C108.993 25.2252 110.098 24.8105 111.098 23.835L111.744 23.2051L111.74 24.49C111.738 25.4086 111.636 25.9962 111.385 26.5508C110.739 27.9787 109.975 28.5356 108.287 28.8076C106.457 29.1028 104.542 28.5828 102.498 27.2358L101.947 26.8725L100.609 28.8842C99.0668 31.2029 99.027 30.9769 101.155 31.9918C102.787 32.7703 104.647 33.1183 107.186 33.1208C112.174 33.1256 114.831 31.497 116.183 27.6058C116.42 26.9242 116.469 25.536 116.521 17.9735L116.583 9.13762H114.335H112.089L112.082 10.2152L112.076 11.2927L111.695 10.8476C110.334 9.25778 107.81 8.45109 105.321 8.81073ZM142.622 8.80401C141.943 8.87194 140.883 9.09589 140.265 9.30175C139.169 9.66691 137.051 10.8939 137.058 11.1596C137.06 11.2329 137.586 11.867 138.227 12.5687L139.392 13.8449L140.265 13.2168C141.509 12.3213 142.276 12.047 143.532 12.047C144.91 12.047 145.863 12.5363 146.455 13.5473C147.24 14.8888 147.187 14.9317 144.587 15.051C139.869 15.2674 137.38 16.2817 136.351 18.4066C136.041 19.0452 135.954 19.5247 135.949 20.6027C135.944 21.8099 136.006 22.0965 136.447 22.8999C137.414 24.6619 139.09 25.5164 141.58 25.5164C143.589 25.5164 144.955 25.0355 146.044 23.9449L146.869 23.119V24.1454V25.1715H149.107H151.345V20.3667C151.345 13.8409 151.062 12.2701 149.581 10.5808C148.943 9.85277 147.305 9.01607 146.278 8.89297C144.744 8.70918 143.801 8.68625 142.622 8.80401ZM75.7588 17.1546V25.1715H78.1693H80.5798V17.1546V9.13762H78.1693H75.7588V17.1546ZM67.2281 13.5057C68.5265 14.2173 69.3931 16.1465 69.1483 17.7809C68.9938 18.8126 68.1507 20.2295 67.423 20.6796C66.1634 21.4593 63.8905 21.4298 62.6652 20.6179C61.1103 19.5876 60.5714 16.8377 61.5659 15.0081C61.8338 14.5154 62.2845 13.9469 62.5678 13.745C63.7785 12.8816 65.8915 12.7732 67.2281 13.5057ZM108.966 13.1125C112.108 13.838 113.184 17.878 110.794 19.9793C109.456 21.155 107.846 21.3744 106.282 20.5943C103.536 19.2242 103.312 15.3943 105.878 13.6937C106.941 12.9897 107.763 12.8349 108.966 13.1125ZM163.429 13.4638C166.292 14.926 165.989 19.8752 162.967 21.0357C162.099 21.3687 160.269 21.2862 159.471 20.8781C156.375 19.2966 156.895 13.9337 160.224 13.1171C161.123 12.8963 162.639 13.0602 163.429 13.4638ZM33.4027 19.1118C33.4027 20.4262 32.9502 21.1288 31.693 21.7665C30.1699 22.5391 28.1757 22.3458 27.4851 21.3584C26.8775 20.4898 27.3115 19.2749 28.4379 18.6916C29.1785 18.308 30.1787 18.1432 31.8962 18.1218L33.4027 18.1028V19.1118ZM146.869 18.9104C146.869 20.8222 145.596 22.0451 143.446 22.1991C141.33 22.3506 140.112 21.2575 140.735 19.7657C141.186 18.6847 142.666 18.1485 145.276 18.1201L146.869 18.1028V18.9104ZM37.6211 31.6677C29.1122 32.0954 19.0223 33.5161 11.9664 35.28C7.7484 36.3344 2.9737 37.7892 0.731761 38.7033L0 39.0016V42.1725V45.3433H88.5H177V40.0102C177 35.0807 176.977 34.6704 176.699 34.5862C176.201 34.4362 172.467 33.8352 169.166 33.374C165.535 32.8666 160.139 32.3192 156.252 32.0639C152.707 31.831 143.815 31.8341 140.928 32.0692C135.668 32.4978 134.316 32.7758 121.731 36.0153C113.095 38.2378 106.887 38.7054 97.5394 37.8372C92.7015 37.3877 84.0635 36.085 77.5666 34.8252C65.0539 32.3985 56.192 31.5224 44.7731 31.5832C41.4077 31.6012 38.1893 31.6393 37.6211 31.6677Z\"\n      />\n    </g>\n    <defs>\n      <clipPath id=\"clip0_1062_13206\">\n        <rect width=\"177\" height=\"46\" fill=\"white\" />\n      </clipPath>\n    </defs>\n  </svg>\n</template>\n\n<script>\nexport default {\n  name: \"LogoSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./LogoSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./LogoSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./LogoSvg.vue?vue&type=template&id=721c7987&\"\nimport script from \"./LogoSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./LogoSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"xmlns:xlink\":\"http://www.w3.org/1999/xlink\",\"version\":\"1.1\",\"id\":\"Layer_1\",\"x\":\"0px\",\"y\":\"0px\",\"viewBox\":\"0 0 50 50\",\"xml:space\":\"preserve\"}},[_c('path',{attrs:{\"fill\":\"#231F20\",\"d\":\"M8.667 15h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z\"}}),_c('path',{attrs:{\"fill\":\"#231F20\",\"d\":\"M8.667 37h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z\"}}),_c('path',{attrs:{\"fill\":\"#231F20\",\"d\":\"M8.667 26h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 50 50\" xml:space=\"preserve\"><path fill=\"#231F20\" d=\"M8.667 15h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z\"/><path fill=\"#231F20\" d=\"M8.667 37h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z\"/><path fill=\"#231F20\" d=\"M8.667 26h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z\"/></svg>\n</template>\n\n<script>\nexport default {\n  name: \"BurgerSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BurgerSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BurgerSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./BurgerSvg.vue?vue&type=template&id=03c74d47&\"\nimport script from \"./BurgerSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./BurgerSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"14\",\"height\":\"24\",\"viewBox\":\"0 0 14 24\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M2.91682 22.6655C2.29198 23.2903 1.27891 23.2903 0.654076 22.6655C0.0292373 22.0407 0.029236 21.0276 0.654075 20.4028L9.39133 11.6655L0.654076 2.92825C0.0292372 2.30341 0.0292376 1.29034 0.654076 0.665504C1.27892 0.0406666 2.29198 0.0406647 2.91682 0.665503L13.9168 11.6655L2.91682 22.6655Z\",\"fill\":\"currentColor\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <svg width=\"14\" height=\"24\" viewBox=\"0 0 14 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.91682 22.6655C2.29198 23.2903 1.27891 23.2903 0.654076 22.6655C0.0292373 22.0407 0.029236 21.0276 0.654075 20.4028L9.39133 11.6655L0.654076 2.92825C0.0292372 2.30341 0.0292376 1.29034 0.654076 0.665504C1.27892 0.0406666 2.29198 0.0406647 2.91682 0.665503L13.9168 11.6655L2.91682 22.6655Z\" fill=\"currentColor\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"RightArrow\"\n};\n</script>","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./RightArrow.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./RightArrow.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./RightArrow.vue?vue&type=template&id=73f7d48e&\"\nimport script from \"./RightArrow.vue?vue&type=script&lang=js&\"\nexport * from \"./RightArrow.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","<template>\n  <div\n    class=\"sticky top-0 z-30 transition-all\"\n    :class=\"{ 'bg-white': !transparent, 'shadow-14x28': withShadow }\"\n  >\n    <header\n      v-if=\"width > 1000\"\n      class=\"flex justify-around items-center py-3.5\"\n      :class=\"textWhite ? 'text-white' : 'text-dark'\"\n    >\n      <div class=\"flex-auto basis-[28.57%] h-[46px] flex justify-center\">\n        <router-link :to=\"$publicPath\">\n          <LogoSvg :class=\"textWhite ? 'text-white' : 'text-blue'\"></LogoSvg>\n        </router-link>\n      </div>\n\n      <nav class=\"flex justify-around flex-auto basis-[42.86%] text-xl\">\n        <router-link\n          :to=\"$publicPath\"\n          class=\"transition-colors\"\n          :class=\"[\n            currentPage === 'home' ? 'font-bold' : '',\n            textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n          ]\"\n          >Home</router-link\n        >\n        <router-link\n        :to=\"`${$publicPath}services`\"\n          class=\"transition-colors\"\n          :class=\"[\n            currentPage === 'services' ? 'font-bold' : '',\n            textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n          ]\"\n          >Services</router-link\n        >\n        <router-link\n          :to=\"`${$publicPath}`\"\n          class=\"transition-colors\"\n          :class=\"[\n            currentPage === 'about us' ? 'font-bold' : '',\n            textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n          ]\"\n          >About us</router-link\n        >\n        <router-link\n          :to=\"`${$publicPath}`\"\n          class=\"transition-colors\"\n          :class=\"[\n            currentPage === 'team' ? 'font-bold' : '',\n            textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n          ]\"\n          >Team</router-link\n        >\n        <router-link\n          :to=\"`${$publicPath}`\"\n          class=\"transition-colors\"\n          :class=\"[\n            currentPage === 'contact' ? 'font-bold' : '',\n            textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n          ]\"\n          >Contact</router-link\n        >\n        <router-link\n          :to=\"`${$publicPath}blogs`\"\n          class=\"transition-colors\"\n          :class=\"[\n            currentPage === 'blog' ? 'font-bold' : '',\n            textWhite ? 'hover:text-gray-bg' : 'hover:text-gray',\n          ]\"\n          >Blog</router-link\n        >\n      </nav>\n      <div class=\"flex-auto basis-[28.57%] flex justify-center\">\n        <button\n          class=\"rounded bg-blue text-white py-3.5 px-[42px] font-medium hover:bg-blue-700 transition-colors\"\n          @click=\"scrollToContacts\"\n          >\n          Book an online\n        </button>\n      </div>\n    </header>\n\n    <header\n      v-else\n      class=\"flex justify-between items-center mx-[7%] py-3.5 text-white\"\n    >\n    <div class=\"h-[46px] flex justify-center\">\n        <router-link :to=\"$publicPath\">\n          <LogoSvg :class=\"textWhite ? 'text-white' : 'text-blue'\"></LogoSvg>\n        </router-link>\n      </div>\n\n      <div class=\"relative\">\n        <button @click=\"expand\">\n          <BurgerSvg class=\"w-10 h-10\"></BurgerSvg>\n        </button>\n\n        <div\n          v-if=\"dropdown\"\n          class=\"absolute z-20 bg-white p-2 rounded-lg shadow-4x10 w-32 right-0\"\n        >\n          <nav class=\"text-xl text-black\">\n            <div>\n              <router-link\n                :to=\"$publicPath\"\n                class=\"flex justify-between items-center gap-3\"\n              >\n                <span\n                  class=\"w-24\"\n                  :class=\"currentPage === 'home' ? 'font-bold' : ''\"\n                  >Home</span\n                >\n                <RightArrow class=\"w-[7px] h-3 inline\"></RightArrow>\n              </router-link>\n            </div>\n\n            <div class=\"mt-2\">\n              <router-link\n                :to=\"`${$publicPath}services`\"\n                class=\"flex justify-between items-center gap-3\"\n              >\n                <span\n                  class=\"w-24\"\n                  :class=\"currentPage === 'services' ? 'font-bold' : ''\"\n                  >Services</span\n                >\n                <RightArrow class=\"w-[7px] h-3 inline\"></RightArrow>\n              </router-link>\n            </div>\n\n            <div class=\"mt-2\">\n              <router-link\n                to=\"#\"\n                class=\"flex justify-between items-center gap-3\"\n              >\n                <span\n                  class=\"w-24\"\n                  :class=\"currentPage === 'about us' ? 'font-bold' : ''\"\n                  >About us</span\n                >\n                <RightArrow class=\"w-[7px] h-3 inline\"></RightArrow>\n              </router-link>\n            </div>\n\n            <div class=\"mt-2\">\n              <router-link\n                to=\"#\"\n                class=\"flex justify-between items-center gap-3\"\n              >\n                <span\n                  class=\"w-24\"\n                  :class=\"currentPage === 'team' ? 'font-bold' : ''\"\n                  >Team</span\n                >\n                <RightArrow class=\"w-[7px] h-3 inline\"></RightArrow>\n              </router-link>\n            </div>\n\n            <div class=\"mt-2\">\n              <router-link\n                to=\"#\"\n                class=\"flex justify-between items-center gap-3\"\n              >\n                <span\n                  class=\"w-24\"\n                  :class=\"currentPage === 'contact' ? 'font-bold' : ''\"\n                  >Contact</span\n                >\n                <RightArrow class=\"w-[7px] h-3 inline\"></RightArrow>\n              </router-link>\n            </div>\n\n            <div class=\"mt-2\">\n              <router-link\n                :to=\"`${$publicPath}blogs`\"\n                class=\"flex justify-between items-center gap-3\"\n              >\n                <span\n                  class=\"w-24\"\n                  :class=\"currentPage === 'blog' ? 'font-bold' : ''\"\n                  >Blog</span\n                >\n                <RightArrow class=\"w-[7px] h-3 inline\"></RightArrow>\n              </router-link>\n            </div>\n\n            <div class=\"mt-2\">\n              <button\n                class=\"flex justify-between items-center gap-3\"\n                @click=\"scrollToContacts\"\n              >\n                <span class=\"w-24\">Book an online</span>\n                <RightArrow class=\"w-[7px] h-3 inline\"></RightArrow>\n              </button>\n            </div>\n          </nav>\n        </div>\n      </div>\n    </header>\n  </div>\n</template>\n\n<script>\nimport LogoSvg from \"./svg/LogoSvg.vue\";\nimport BurgerSvg from \"./svg/BurgerSvg.vue\";\nimport RightArrow from \"./svg/RightArrow.vue\";\nexport default {\n  name: \"HeaderComponent\",\n  data() {\n    return {\n      width: window.innerWidth,\n      dropdown: false,\n      firstClick: true,\n    };\n  },\n  props: {\n    currentPage: {\n      type: String,\n    },\n    transparent: {\n      type: Boolean,\n      default: false,\n    },\n    withShadow: {\n      type: Boolean,\n      default: false,\n    },\n    textWhite: {\n      type: Boolean,\n      default: false,\n    },\n  },\n  mounted() {\n    window.addEventListener(\"resize\", this.onWidthChange);\n    this.onWidthChange();\n  },\n  beforeDestroy() {\n    window.removeEventListener(\"resize\", this.onWidthChange);\n  },\n  methods: {\n    onWidthChange() {\n      this.width = window.innerWidth;\n    },\n    expand() {\n      this.dropdown = true;\n      this.firstClick = true;\n      this.$nextTick(() => {\n        document.addEventListener(\"click\", this.hide);\n      });\n    },\n    hide() {\n      if (this.firstClick) {\n        this.firstClick = false;\n        return;\n      }\n      this.dropdown = false;\n      document.removeEventListener(\"click\", this.hide);\n    },\n    scrollToContacts(){\n      this.$emit('onButtonClick')\n    }\n  },\n  components: { LogoSvg, BurgerSvg, RightArrow },\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HeaderComponent.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HeaderComponent.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./HeaderComponent.vue?vue&type=template&id=65326f67&\"\nimport script from \"./HeaderComponent.vue?vue&type=script&lang=js&\"\nexport * from \"./HeaderComponent.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('article',{staticClass:\"rounded-lg bg-white w-[200px] sm:w-[335px] p-4 shadow-4x10 h-min max-h-40 overflow-y-auto\"},[_c('p',{staticClass:\"flex items-center\"},[_c('DotSvg',{staticClass:\"text-blue-text mr-2\"}),_vm._v(\" \"+_vm._s(_vm.data.author)+\" \")],1),_c('small',{staticClass:\"ml-3 text-xs text-gray leading-7 font-light\"},[_vm._v(_vm._s(_vm.data.role))]),_c('div',{staticClass:\"ml-3 mb-2 sm:ml-0 sm:absolute top-6 right-4 flex gap-[5px]\"},[_vm._l((_vm.data.rate),function(n){return _c('StarSvg',{key:n,staticClass:\"text-blue\"})}),_vm._l((5 - _vm.data.rate),function(n){return _c('StarSvg',{key:n,staticClass:\"text-gray\"})})],2),_c('p',{staticClass:\"ml-3 text-[0.938rem] font-light mr-9 leading-[17px]\"},[_vm._v(\" \"+_vm._s(_vm.data.message)+\" \")])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"11\",\"height\":\"10\",\"viewBox\":\"0 0 11 10\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"d\":\"M5.05853 0.463526C5.2082 0.00287116 5.85991 0.00286996 6.00959 0.463525L6.88114 3.1459C6.94808 3.35191 7.14006 3.49139 7.35667 3.49139H10.1771C10.6614 3.49139 10.8628 4.1112 10.471 4.3959L8.18921 6.0537C8.01397 6.18102 7.94064 6.4067 8.00758 6.61271L8.87913 9.29508C9.02881 9.75574 8.50157 10.1388 8.10971 9.8541L5.82795 8.19631C5.65271 8.06898 5.41541 8.06898 5.24017 8.19631L2.9584 9.8541C2.56655 10.1388 2.03931 9.75574 2.18898 9.29508L3.06054 6.61271C3.12747 6.4067 3.05415 6.18102 2.8789 6.0537L0.59714 4.3959C0.205283 4.1112 0.40667 3.49139 0.891032 3.49139H3.71144C3.92806 3.49139 4.12004 3.35191 4.18697 3.1459L5.05853 0.463526Z\",\"fill\":\"currentColor\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <svg width=\"11\" height=\"10\" viewBox=\"0 0 11 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n  <path d=\"M5.05853 0.463526C5.2082 0.00287116 5.85991 0.00286996 6.00959 0.463525L6.88114 3.1459C6.94808 3.35191 7.14006 3.49139 7.35667 3.49139H10.1771C10.6614 3.49139 10.8628 4.1112 10.471 4.3959L8.18921 6.0537C8.01397 6.18102 7.94064 6.4067 8.00758 6.61271L8.87913 9.29508C9.02881 9.75574 8.50157 10.1388 8.10971 9.8541L5.82795 8.19631C5.65271 8.06898 5.41541 8.06898 5.24017 8.19631L2.9584 9.8541C2.56655 10.1388 2.03931 9.75574 2.18898 9.29508L3.06054 6.61271C3.12747 6.4067 3.05415 6.18102 2.8789 6.0537L0.59714 4.3959C0.205283 4.1112 0.40667 3.49139 0.891032 3.49139H3.71144C3.92806 3.49139 4.12004 3.35191 4.18697 3.1459L5.05853 0.463526Z\" fill=\"currentColor\"/>\n  </svg>\n</template>\n\n<script>\nexport default {\n  name: \"StarSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./StarSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./StarSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./StarSvg.vue?vue&type=template&id=1a6a8d86&\"\nimport script from \"./StarSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./StarSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"6\",\"height\":\"7\",\"viewBox\":\"0 0 6 7\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('ellipse',{attrs:{\"cx\":\"2.517\",\"cy\":\"3.50006\",\"rx\":\"2.517\",\"ry\":\"2.5108\",\"fill\":\"currentColor\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <svg width=\"6\" height=\"7\" viewBox=\"0 0 6 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<ellipse cx=\"2.517\" cy=\"3.50006\" rx=\"2.517\" ry=\"2.5108\" fill=\"currentColor\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"DotSvg\"\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./DotSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./DotSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./DotSvg.vue?vue&type=template&id=3ce2fd40&\"\nimport script from \"./DotSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./DotSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","<template>\n  <article\n    class=\"rounded-lg bg-white w-[200px] sm:w-[335px] p-4 shadow-4x10 h-min max-h-40 overflow-y-auto\"\n  >\n    <p class=\"flex items-center\">\n      <DotSvg class=\"text-blue-text mr-2\"></DotSvg>\n      {{ data.author }}\n    </p>\n    <small class=\"ml-3 text-xs text-gray leading-7 font-light\">{{\n      data.role\n    }}</small>\n    <div class=\"ml-3 mb-2 sm:ml-0 sm:absolute top-6 right-4 flex gap-[5px]\">\n      <StarSvg class=\"text-blue\" v-for=\"n in data.rate\" :key=\"n\"></StarSvg>\n      <StarSvg class=\"text-gray\" v-for=\"n in 5 - data.rate\" :key=\"n\"></StarSvg>\n    </div>\n    <p class=\"ml-3 text-[0.938rem] font-light mr-9 leading-[17px]\">\n      {{ data.message }}\n    </p>\n  </article>\n</template>\n\n<script>\nimport StarSvg from \"../components/svg/StarSvg.vue\";\nimport DotSvg from \"../components/svg/DotSvg.vue\";\n\nexport default {\n  name: \"ReviewComponent\",\n  props: {\n    data: {\n      type: Object,\n      required: true,\n    },\n  },\n  components: { StarSvg, DotSvg },\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ReviewComponent.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ReviewComponent.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ReviewComponent.vue?vue&type=template&id=a5a44682&\"\nimport script from \"./ReviewComponent.vue?vue&type=script&lang=js&\"\nexport * from \"./ReviewComponent.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('article',{staticClass:\"group rounded-lg w-[290px] pr-[15px] pl-5 py-[26px] p-4 shadow-3x28 h-[380px] hover:text-white bg-white hover:bg-blue transition-colors\"},[_c('p',{staticClass:\"font-medium text-xl\"},[_c('img',{staticClass:\"inline mr-4 w-[42px] h-[42px]\",attrs:{\"src\":`${_vm.$publicPath}img/services/${_vm.data.image}`,\"alt\":\"\"}}),_vm._v(_vm._s(_vm.data.name)+\" \")]),_c('BreakLineSvg',{staticClass:\"mt-6 ml-[-3px] text-blue-text group-hover:text-white\"}),_c('ul',{staticClass:\"mr-[15px] mt-[24px] text-dark group-hover:text-white\"},_vm._l((_vm.data.categories),function(category,index){return _c('li',{key:index,staticClass:\"mt-5 first:mt-0\"},[_c('router-link',{staticClass:\"flex justify-between items-center gap-3 text-base leading-[19px]\",attrs:{\"to\":{ path: `${_vm.$publicPath}services`, query: { service: _vm.data.service, category:index }}}},[_c('span',{staticClass:\"w-56\"},[_vm._v(_vm._s(category.name))]),_c('RightArrow',{staticClass:\"w-[7px] h-3 inline\"})],1)],1)}),0)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"257\",\"height\":\"1\",\"viewBox\":\"0 0 257 1\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('rect',{attrs:{\"width\":\"257\",\"height\":\"1\",\"rx\":\"0.5\",\"fill\":\"currentColor\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <svg width=\"257\" height=\"1\" viewBox=\"0 0 257 1\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect width=\"257\" height=\"1\" rx=\"0.5\" fill=\"currentColor\"/>\n</svg>\n\n</template>\n\n<script>\nexport default {\n  name: \"BreakLineSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BreakLineSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BreakLineSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./BreakLineSvg.vue?vue&type=template&id=571dc06c&\"\nimport script from \"./BreakLineSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./BreakLineSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","<template>\n  <article\n    class=\"group rounded-lg w-[290px] pr-[15px] pl-5 py-[26px] p-4 shadow-3x28 h-[380px] hover:text-white bg-white hover:bg-blue transition-colors\"\n  >\n    <p class=\"font-medium text-xl\">\n      <img\n        class=\"inline mr-4 w-[42px] h-[42px]\"\n        :src=\"`${$publicPath}img/services/${data.image}`\"\n        alt=\"\"\n      />{{ data.name }}\n    </p>\n    <BreakLineSvg\n      class=\"mt-6 ml-[-3px] text-blue-text group-hover:text-white\"\n    ></BreakLineSvg>\n    <ul class=\"mr-[15px] mt-[24px] text-dark group-hover:text-white\">\n      <li\n        v-for=\"(category, index) in data.categories\"\n        :key=\"index\"\n        class=\"mt-5 first:mt-0\"\n      >\n        <router-link\n          :to=\"{ path: `${$publicPath}services`, query: { service: data.service, category:index }}\"\n          class=\"flex justify-between items-center gap-3 text-base leading-[19px]\"\n        >\n          <span class=\"w-56\">{{ category.name }}</span>\n          <RightArrow class=\"w-[7px] h-3 inline\"></RightArrow>\n        </router-link>\n      </li>\n    </ul>\n  </article>\n</template>\n\n<script>\nimport BreakLineSvg from \"./svg/BreakLineSvg.vue\";\nimport RightArrow from \"./svg/RightArrow.vue\";\nexport default {\n  name: \"ServiceCard\",\n  props: {\n    data: {\n      type: Object,\n      required: true,\n    },\n  },\n  components: { BreakLineSvg, RightArrow },\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ServiceCard.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ServiceCard.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ServiceCard.vue?vue&type=template&id=0f12c64a&\"\nimport script from \"./ServiceCard.vue?vue&type=script&lang=js&\"\nexport * from \"./ServiceCard.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('article',{staticClass:\"rounded-lg w-[290px] h-[380px] relative bg-blend-multiply bg-[url('../public/img/services/question.png')]\"},[_c('div',{staticClass:\"w-full h-full bg-blue-question absolute z-0 rounded-lg\"}),_c('h3',{staticClass:\"text-2xl text-center text-white mt-[83px] relative z-10 w-[160px] mx-auto\"},[_vm._v(\" Didn't find the right service? \")]),_c('div',{staticClass:\"mt-[19px] mx-auto w-fit\"},[_c('button',{staticClass:\"relative z-10 rounded-lg text-blue-text text-lg text-center py-[14px] px-[49px] bg-white shadow-4x10 hover:bg-blue-200 transition-colors\",on:{\"click\":function($event){return _vm.$emit('onButtonClick')}}},[_vm._v(\" Ask a question \")])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <article\n    class=\"rounded-lg w-[290px] h-[380px] relative bg-blend-multiply bg-[url('../public/img/services/question.png')]\"\n  >\n  <!-- Tint -->\n  <div class=\"w-full h-full bg-blue-question absolute z-0 rounded-lg\">\n    \n  </div>\n  <h3 class=\"text-2xl text-center text-white mt-[83px] relative z-10 w-[160px] mx-auto\">\n      Didn't find the right service?\n    </h3>\n\n    <div class=\"mt-[19px] mx-auto w-fit\">\n      <button class=\"relative z-10 rounded-lg text-blue-text text-lg text-center py-[14px] px-[49px] bg-white shadow-4x10 hover:bg-blue-200 transition-colors\"\n      @click=\"$emit('onButtonClick')\">\n        Ask a question\n      </button>\n    </div>\n    \n  </article>\n</template>\n\n<script>\nexport default {\n  name: \"ServiceQuestionCard\",\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ServiceQuestionCard.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ServiceQuestionCard.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ServiceQuestionCard.vue?vue&type=template&id=bb1615e4&\"\nimport script from \"./ServiceQuestionCard.vue?vue&type=script&lang=js&\"\nexport * from \"./ServiceQuestionCard.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('article',{staticClass:\"w-[342px]\"},[_c('img',{staticClass:\"w-[193px] h-[193px] mx-auto\",attrs:{\"src\":`${_vm.$publicPath}img/team/${_vm.data.image}`,\"alt\":\"\"}}),_c('p',{staticClass:\"text-center mt-6 text-dark font-bold text-lg\"},[_vm._v(\" \"+_vm._s(_vm.data.name)+\" \")]),_c('p',{staticClass:\"text-blue-text text-center text-sm leading-6 font-medium\"},[_vm._v(\" \"+_vm._s(_vm.data.role ? _vm.data.role : \"\\u200b\")+\" \")]),_c('p',{staticClass:\"mt-6 text-dark text-sm leading-[1.813rem] text-center\"},[_vm._v(\" \"+_vm._s(_vm.data.description)+\" \")])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <article class=\"w-[342px]\">\n    <img\n      class=\"w-[193px] h-[193px] mx-auto\"\n      :src=\"`${$publicPath}img/team/${data.image}`\"\n      alt=\"\"\n    />\n    <p class=\"text-center mt-6 text-dark font-bold text-lg\">\n      {{ data.name }}\n    </p>\n    <p class=\"text-blue-text text-center text-sm leading-6 font-medium\">\n      {{ data.role ? data.role : \"\\u200b\" }}\n    </p>\n    <p class=\"mt-6 text-dark text-sm leading-[1.813rem] text-center\">\n      {{ data.description }}\n    </p>\n  </article>\n</template>\n\n<script>\nexport default {\n  name: \"TeamMember\",\n  props: {\n    data: {\n      type: Object,\n      required: true,\n    },\n  },\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./TeamMember.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./TeamMember.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./TeamMember.vue?vue&type=template&id=6fff0fa5&\"\nimport script from \"./TeamMember.vue?vue&type=script&lang=js&\"\nexport * from \"./TeamMember.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('footer',{staticClass:\"relative overflow-hidden pt-5\"},[_c('div',{staticClass:\"relative z-10\"},[_c('h1',{staticClass:\"text-center text-[54px] leading-[4.5rem] relative\"},[_vm._v(\" Contacts \"),_c('FeatureSvg',{staticClass:\"inline absolute -top-3 -translate-x-[3px] text-blue-text\"})],1),_c('div',{staticClass:\"mt-[46px] mx-auto grid grid-cols-1 min-[900px]:grid-cols-3 justify-between gap-x-[41px] gap-y-[20px] w-max\"},[_c('article',{staticClass:\"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg\"},[_c('p',{staticClass:\"flex justify-center\"},[_c('MailSvg')],1),_c('BreakLineSvg',{staticClass:\"w-[225px] mt-3 text-blue-300\"}),_vm._m(0)],1),_c('article',{staticClass:\"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg\"},[_c('p',{staticClass:\"flex justify-center\"},[_c('TelSvg')],1),_c('BreakLineSvg',{staticClass:\"w-[225px] mt-3 text-blue-300\"}),_vm._m(1)],1),_c('article',{staticClass:\"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg\"},[_c('p',{staticClass:\"flex justify-center\"},[_c('MessageLikeSvg')],1),_c('BreakLineSvg',{staticClass:\"w-[225px] mt-3 text-blue-300\"}),_c('div',{staticClass:\"mt-[14px] flex gap-8 justify-center items-center\"},[_c('a',{attrs:{\"href\":\"https://www.instagram.com\",\"target\":\"_blank\"}},[_c('InstagramSvg')],1),_c('a',{attrs:{\"href\":\"https://www.facebook.com\",\"target\":\"_blank\"}},[_c('FacebookSvg')],1),_c('a',{attrs:{\"href\":\"https://www.linkedin.com\",\"target\":\"_blank\"}},[_c('LinkedInSvg')],1)])],1)]),_c('p',{staticClass:\"text-black mt-[70px] mb-[21px] text-sm leading-4 text-center\"},[_c('router-link',{staticClass:\"text-blue-line\",attrs:{\"to\":`${_vm.$publicPath}terms-of-service`}},[_vm._v(\"Terms of Service \")]),_c('span',{staticClass:\"font-gilroy font-normal\"},[_vm._v(\"and\")]),_c('router-link',{staticClass:\"text-blue-line\",attrs:{\"to\":`${_vm.$publicPath}privacy-policy`}},[_vm._v(\" Privacy Policy\")]),_vm._v(\". \")],1)]),_c('div',{staticClass:\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[306px] h-[306px] z-0 -bottom-[153px] -left-[151px]\"})])\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('p',{staticClass:\"text-center text-blue-text mt-[11px] text-lg leading-[1.625rem]\"},[_c('a',{attrs:{\"href\":\"mailto:ackecosystem@gmail.com\"}},[_vm._v(\" ackecosystem@gmail.com \")])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('p',{staticClass:\"text-center text-blue-text mt-[9px] text-lg leading-[1.625rem]\"},[_c('a',{attrs:{\"href\":\"tel:+1884654458\"}},[_vm._v(\" +1 884 65 44 58 \")])])\n}]\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('g',{attrs:{\"clip-path\":\"url(#clip0_1173_1068)\"}},[_c('path',{attrs:{\"d\":\"M24 2.10938V13.4531C24 14.6204 23.0579 15.5625 21.8906 15.5625H2.10938C0.942141 15.5625 0 14.6204 0 13.4531V2.10938C0 1.53286 0.239016 1.01245 0.604687 0.632812H0.61875L11.55 6.87656C11.6907 6.975 11.8454 7.03125 12 7.03125C12.1546 7.03125 12.3093 6.97505 12.45 6.87656L23.3812 0.632812H23.3953C23.761 1.01245 24 1.53286 24 2.10938Z\",\"fill\":\"#A8B5C0\"}}),_c('path',{attrs:{\"d\":\"M24 2.10938V13.4531C24 14.6204 23.0579 15.5625 21.8906 15.5625H12V7.03125C12.1547 7.03125 12.3093 6.97505 12.45 6.87656L23.3812 0.632812H23.3953C23.761 1.01245 24 1.53286 24 2.10938Z\",\"fill\":\"#9FA8B0\"}}),_c('path',{attrs:{\"d\":\"M23.381 0.61875V0.632812L12.4498 9.68906C12.3091 9.7875 12.1544 9.84375 11.9998 9.84375C11.8451 9.84375 11.6905 9.78755 11.5498 9.68906L0.61853 0.632812V0.61875C0.998265 0.239016 1.53264 0 2.10916 0H21.8904C22.4669 0 23.0013 0.239016 23.381 0.61875Z\",\"fill\":\"#DEDEE7\"}}),_c('path',{attrs:{\"d\":\"M17.625 11.3438C14.1375 11.3438 11.2969 14.1844 11.2969 17.6719C11.2969 21.1593 14.1375 24 17.625 24C21.1125 24 24 21.1593 24 17.6719C24 14.1844 21.1125 11.3438 17.625 11.3438Z\",\"fill\":\"#2967F0\"}}),_c('path',{attrs:{\"d\":\"M20.9765 18.164L18.8203 20.2733C18.5531 20.5546 18.1032 20.5546 17.8359 20.2733C17.6953 20.1468 17.625 19.964 17.625 19.7812C17.625 19.5984 17.6953 19.4156 17.836 19.2891L18.7359 18.375H14.8125C14.4187 18.375 14.1094 18.0656 14.1094 17.6718C14.1094 17.278 14.4187 16.9687 14.8125 16.9687H18.7359L17.8359 16.0546C17.6953 15.9281 17.625 15.7453 17.625 15.5625C17.625 15.3796 17.6953 15.1968 17.836 15.0703C18.1032 14.7891 18.5531 14.7891 18.8203 15.0703L20.9766 17.1797C21.2578 17.4469 21.2578 17.8968 20.9765 18.164Z\",\"fill\":\"white\"}}),_c('path',{attrs:{\"d\":\"M20.9765 18.164L18.8203 20.2733C18.5531 20.5546 18.1032 20.5546 17.8359 20.2733C17.6953 20.1468 17.625 19.964 17.625 19.7812C17.625 19.5984 17.6953 19.4156 17.836 19.2891L18.7359 18.375H17.625V16.9687H18.7359L17.8359 16.0546C17.6953 15.9281 17.625 15.7453 17.625 15.5625C17.625 15.3796 17.6953 15.1968 17.836 15.0703C18.1032 14.7891 18.5531 14.7891 18.8203 15.0703L20.9766 17.1797C21.2578 17.4469 21.2578 17.8968 20.9765 18.164Z\",\"fill\":\"white\"}})]),_c('defs',[_c('clipPath',{attrs:{\"id\":\"clip0_1173_1068\"}},[_c('rect',{attrs:{\"width\":\"24\",\"height\":\"24\",\"fill\":\"white\"}})])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_1173_1068)\">\n<path d=\"M24 2.10938V13.4531C24 14.6204 23.0579 15.5625 21.8906 15.5625H2.10938C0.942141 15.5625 0 14.6204 0 13.4531V2.10938C0 1.53286 0.239016 1.01245 0.604687 0.632812H0.61875L11.55 6.87656C11.6907 6.975 11.8454 7.03125 12 7.03125C12.1546 7.03125 12.3093 6.97505 12.45 6.87656L23.3812 0.632812H23.3953C23.761 1.01245 24 1.53286 24 2.10938Z\" fill=\"#A8B5C0\"/>\n<path d=\"M24 2.10938V13.4531C24 14.6204 23.0579 15.5625 21.8906 15.5625H12V7.03125C12.1547 7.03125 12.3093 6.97505 12.45 6.87656L23.3812 0.632812H23.3953C23.761 1.01245 24 1.53286 24 2.10938Z\" fill=\"#9FA8B0\"/>\n<path d=\"M23.381 0.61875V0.632812L12.4498 9.68906C12.3091 9.7875 12.1544 9.84375 11.9998 9.84375C11.8451 9.84375 11.6905 9.78755 11.5498 9.68906L0.61853 0.632812V0.61875C0.998265 0.239016 1.53264 0 2.10916 0H21.8904C22.4669 0 23.0013 0.239016 23.381 0.61875Z\" fill=\"#DEDEE7\"/>\n<path d=\"M17.625 11.3438C14.1375 11.3438 11.2969 14.1844 11.2969 17.6719C11.2969 21.1593 14.1375 24 17.625 24C21.1125 24 24 21.1593 24 17.6719C24 14.1844 21.1125 11.3438 17.625 11.3438Z\" fill=\"#2967F0\"/>\n<path d=\"M20.9765 18.164L18.8203 20.2733C18.5531 20.5546 18.1032 20.5546 17.8359 20.2733C17.6953 20.1468 17.625 19.964 17.625 19.7812C17.625 19.5984 17.6953 19.4156 17.836 19.2891L18.7359 18.375H14.8125C14.4187 18.375 14.1094 18.0656 14.1094 17.6718C14.1094 17.278 14.4187 16.9687 14.8125 16.9687H18.7359L17.8359 16.0546C17.6953 15.9281 17.625 15.7453 17.625 15.5625C17.625 15.3796 17.6953 15.1968 17.836 15.0703C18.1032 14.7891 18.5531 14.7891 18.8203 15.0703L20.9766 17.1797C21.2578 17.4469 21.2578 17.8968 20.9765 18.164Z\" fill=\"white\"/>\n<path d=\"M20.9765 18.164L18.8203 20.2733C18.5531 20.5546 18.1032 20.5546 17.8359 20.2733C17.6953 20.1468 17.625 19.964 17.625 19.7812C17.625 19.5984 17.6953 19.4156 17.836 19.2891L18.7359 18.375H17.625V16.9687H18.7359L17.8359 16.0546C17.6953 15.9281 17.625 15.7453 17.625 15.5625C17.625 15.3796 17.6953 15.1968 17.836 15.0703C18.1032 14.7891 18.5531 14.7891 18.8203 15.0703L20.9766 17.1797C21.2578 17.4469 21.2578 17.8968 20.9765 18.164Z\" fill=\"white\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_1173_1068\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"MailSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./MailSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./MailSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./MailSvg.vue?vue&type=template&id=79a6260e&\"\nimport script from \"./MailSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./MailSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('g',{attrs:{\"clip-path\":\"url(#clip0_1173_911)\"}},[_c('path',{attrs:{\"d\":\"M22.3688 21.6375L16.4063 15.675C16.1391 15.3938 15.6891 15.3938 15.4219 15.661C14.5922 16.4906 13.2563 16.4906 12.4266 15.675L8.32503 11.5418C7.50936 10.712 7.50936 9.3762 8.3391 8.54647C8.60628 8.27928 8.60628 7.82928 8.32503 7.5621L2.36254 1.59961C2.09536 1.31836 1.64536 1.31836 1.37817 1.59961C0.492236 2.47148 9.60886e-05 4.0746 9.60886e-05 6.08554C-0.0139664 9.50272 1.51416 14.7047 5.46571 18.6563C9.41727 22.6078 14.4516 24 17.8547 24C17.8547 24 17.8688 24 17.8829 24C19.8939 24 21.497 23.5079 22.3689 22.6219C22.6501 22.3547 22.6501 21.9047 22.3688 21.6375Z\",\"fill\":\"#DEDEE7\"}}),_c('path',{attrs:{\"d\":\"M22.3688 21.6373C22.6501 21.9045 22.6501 22.3545 22.3688 22.6217C21.497 23.5076 19.8938 23.9997 17.8829 23.9997C17.8688 23.9997 17.8547 23.9997 17.8547 23.9997C14.4517 23.9997 9.41725 22.6075 5.4657 18.656L10.4438 13.6919L12.4266 15.6747C13.2563 16.4903 14.5922 16.4903 15.4219 15.6607C15.6891 15.3935 16.1391 15.3935 16.4063 15.6747L22.3688 21.6373Z\",\"fill\":\"#DEDEE7\"}}),_c('path',{attrs:{\"d\":\"M9.3234 4.58083L5.34367 0.6011C4.55617 -0.200367 3.14992 -0.200367 2.34836 0.6011L1.37805 1.58547L8.33898 8.5464L9.32335 7.57609V7.56202C10.153 6.74645 10.153 5.3965 9.3234 4.58083Z\",\"fill\":\"#9FA8B0\"}}),_c('path',{attrs:{\"d\":\"M23.3671 18.6566L19.3875 14.6769C18.6 13.8753 17.1937 13.8753 16.3922 14.6769L15.4219 15.6612L22.3828 22.6222L23.3671 21.6518C23.3671 21.6378 23.3671 21.6378 23.3671 21.6378C24.1969 20.8222 24.1969 19.4722 23.3671 18.6566Z\",\"fill\":\"#9FA8B0\"}}),_c('path',{attrs:{\"d\":\"M24.0011 10.5469C24.0011 11.4749 22.5948 11.4749 22.5948 10.5469C22.5948 8.02963 21.5683 5.73744 19.923 4.07807C18.2636 2.43281 15.9715 1.40625 13.4542 1.40625C12.5262 1.40625 12.5262 0 13.4542 0C16.3652 0 19.0089 1.1812 20.9073 3.0937C22.8199 4.99218 24.0011 7.63592 24.0011 10.5469Z\",\"fill\":\"#2967F0\"}}),_c('path',{attrs:{\"d\":\"M21.1875 10.5469C21.1875 11.4749 19.7813 11.4749 19.7813 10.5469C19.7813 8.80302 19.0641 7.21405 17.925 6.0749C16.7859 4.93584 15.1969 4.21875 13.4531 4.21875C12.5251 4.21875 12.5251 2.8125 13.4531 2.8125C15.5907 2.8125 17.5172 3.67031 18.9234 5.07656C20.3297 6.48281 21.1875 8.40932 21.1875 10.5469Z\",\"fill\":\"#2967F0\"}}),_c('path',{attrs:{\"d\":\"M18.375 10.5469C18.375 11.4749 16.9688 11.4749 16.9688 10.5469C16.9688 9.57656 16.5751 8.70468 15.9422 8.05776C15.2953 7.42495 14.4234 7.03125 13.4531 7.03125C12.5251 7.03125 12.5251 5.625 13.4531 5.625C14.8172 5.625 16.0407 6.17339 16.9266 7.07339C17.8266 7.95932 18.375 9.18276 18.375 10.5469Z\",\"fill\":\"#2967F0\"}}),_c('path',{attrs:{\"d\":\"M15.5625 10.5469C15.5625 11.4749 14.1563 11.4749 14.1563 10.5469C14.1563 10.35 14.0859 10.1671 13.9454 10.0546C13.8328 9.91406 13.65 9.84375 13.4531 9.84375C12.5251 9.84375 12.5251 8.4375 13.4531 8.4375C14.0297 8.4375 14.5641 8.67652 14.9438 9.05625C15.3235 9.43589 15.5625 9.97026 15.5625 10.5469Z\",\"fill\":\"#2967F0\"}}),_c('path',{attrs:{\"d\":\"M14.1562 10.5473C14.1562 10.3504 14.0859 10.1675 13.9453 10.055L14.9437 9.05664C15.3234 9.43628 15.5624 9.97065 15.5624 10.5473C15.5624 11.4753 14.1562 11.4753 14.1562 10.5473Z\",\"fill\":\"#2967F0\"}}),_c('path',{attrs:{\"d\":\"M16.9688 10.5472C16.9688 9.5769 16.5751 8.70502 15.9423 8.0581L16.9266 7.07373C17.8266 7.95967 18.375 9.1831 18.375 10.5472C18.375 11.4753 16.9688 11.4753 16.9688 10.5472Z\",\"fill\":\"#2967F0\"}}),_c('path',{attrs:{\"d\":\"M19.7812 10.5465C19.7812 8.80268 19.064 7.21371 17.9249 6.07456L18.9234 5.07617C20.3297 6.48242 21.1875 8.40898 21.1875 10.5465C21.1874 11.4746 19.7812 11.4746 19.7812 10.5465Z\",\"fill\":\"#2967F0\"}}),_c('path',{attrs:{\"d\":\"M23.9999 10.5469C23.9999 11.475 22.5937 11.475 22.5937 10.5469C22.5937 8.02968 21.5672 5.73749 19.9219 4.07812L20.9062 3.09375C22.8187 4.99223 23.9999 7.63598 23.9999 10.5469Z\",\"fill\":\"#2967F0\"}})]),_c('defs',[_c('clipPath',{attrs:{\"id\":\"clip0_1173_911\"}},[_c('rect',{attrs:{\"width\":\"24\",\"height\":\"24\",\"fill\":\"white\"}})])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_1173_911)\">\n<path d=\"M22.3688 21.6375L16.4063 15.675C16.1391 15.3938 15.6891 15.3938 15.4219 15.661C14.5922 16.4906 13.2563 16.4906 12.4266 15.675L8.32503 11.5418C7.50936 10.712 7.50936 9.3762 8.3391 8.54647C8.60628 8.27928 8.60628 7.82928 8.32503 7.5621L2.36254 1.59961C2.09536 1.31836 1.64536 1.31836 1.37817 1.59961C0.492236 2.47148 9.60886e-05 4.0746 9.60886e-05 6.08554C-0.0139664 9.50272 1.51416 14.7047 5.46571 18.6563C9.41727 22.6078 14.4516 24 17.8547 24C17.8547 24 17.8688 24 17.8829 24C19.8939 24 21.497 23.5079 22.3689 22.6219C22.6501 22.3547 22.6501 21.9047 22.3688 21.6375Z\" fill=\"#DEDEE7\"/>\n<path d=\"M22.3688 21.6373C22.6501 21.9045 22.6501 22.3545 22.3688 22.6217C21.497 23.5076 19.8938 23.9997 17.8829 23.9997C17.8688 23.9997 17.8547 23.9997 17.8547 23.9997C14.4517 23.9997 9.41725 22.6075 5.4657 18.656L10.4438 13.6919L12.4266 15.6747C13.2563 16.4903 14.5922 16.4903 15.4219 15.6607C15.6891 15.3935 16.1391 15.3935 16.4063 15.6747L22.3688 21.6373Z\" fill=\"#DEDEE7\"/>\n<path d=\"M9.3234 4.58083L5.34367 0.6011C4.55617 -0.200367 3.14992 -0.200367 2.34836 0.6011L1.37805 1.58547L8.33898 8.5464L9.32335 7.57609V7.56202C10.153 6.74645 10.153 5.3965 9.3234 4.58083Z\" fill=\"#9FA8B0\"/>\n<path d=\"M23.3671 18.6566L19.3875 14.6769C18.6 13.8753 17.1937 13.8753 16.3922 14.6769L15.4219 15.6612L22.3828 22.6222L23.3671 21.6518C23.3671 21.6378 23.3671 21.6378 23.3671 21.6378C24.1969 20.8222 24.1969 19.4722 23.3671 18.6566Z\" fill=\"#9FA8B0\"/>\n<path d=\"M24.0011 10.5469C24.0011 11.4749 22.5948 11.4749 22.5948 10.5469C22.5948 8.02963 21.5683 5.73744 19.923 4.07807C18.2636 2.43281 15.9715 1.40625 13.4542 1.40625C12.5262 1.40625 12.5262 0 13.4542 0C16.3652 0 19.0089 1.1812 20.9073 3.0937C22.8199 4.99218 24.0011 7.63592 24.0011 10.5469Z\" fill=\"#2967F0\"/>\n<path d=\"M21.1875 10.5469C21.1875 11.4749 19.7813 11.4749 19.7813 10.5469C19.7813 8.80302 19.0641 7.21405 17.925 6.0749C16.7859 4.93584 15.1969 4.21875 13.4531 4.21875C12.5251 4.21875 12.5251 2.8125 13.4531 2.8125C15.5907 2.8125 17.5172 3.67031 18.9234 5.07656C20.3297 6.48281 21.1875 8.40932 21.1875 10.5469Z\" fill=\"#2967F0\"/>\n<path d=\"M18.375 10.5469C18.375 11.4749 16.9688 11.4749 16.9688 10.5469C16.9688 9.57656 16.5751 8.70468 15.9422 8.05776C15.2953 7.42495 14.4234 7.03125 13.4531 7.03125C12.5251 7.03125 12.5251 5.625 13.4531 5.625C14.8172 5.625 16.0407 6.17339 16.9266 7.07339C17.8266 7.95932 18.375 9.18276 18.375 10.5469Z\" fill=\"#2967F0\"/>\n<path d=\"M15.5625 10.5469C15.5625 11.4749 14.1563 11.4749 14.1563 10.5469C14.1563 10.35 14.0859 10.1671 13.9454 10.0546C13.8328 9.91406 13.65 9.84375 13.4531 9.84375C12.5251 9.84375 12.5251 8.4375 13.4531 8.4375C14.0297 8.4375 14.5641 8.67652 14.9438 9.05625C15.3235 9.43589 15.5625 9.97026 15.5625 10.5469Z\" fill=\"#2967F0\"/>\n<path d=\"M14.1562 10.5473C14.1562 10.3504 14.0859 10.1675 13.9453 10.055L14.9437 9.05664C15.3234 9.43628 15.5624 9.97065 15.5624 10.5473C15.5624 11.4753 14.1562 11.4753 14.1562 10.5473Z\" fill=\"#2967F0\"/>\n<path d=\"M16.9688 10.5472C16.9688 9.5769 16.5751 8.70502 15.9423 8.0581L16.9266 7.07373C17.8266 7.95967 18.375 9.1831 18.375 10.5472C18.375 11.4753 16.9688 11.4753 16.9688 10.5472Z\" fill=\"#2967F0\"/>\n<path d=\"M19.7812 10.5465C19.7812 8.80268 19.064 7.21371 17.9249 6.07456L18.9234 5.07617C20.3297 6.48242 21.1875 8.40898 21.1875 10.5465C21.1874 11.4746 19.7812 11.4746 19.7812 10.5465Z\" fill=\"#2967F0\"/>\n<path d=\"M23.9999 10.5469C23.9999 11.475 22.5937 11.475 22.5937 10.5469C22.5937 8.02968 21.5672 5.73749 19.9219 4.07812L20.9062 3.09375C22.8187 4.99223 23.9999 7.63598 23.9999 10.5469Z\" fill=\"#2967F0\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_1173_911\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n\n</template>\n\n<script>\nexport default {\n  name: \"TelSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./TelSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./TelSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./TelSvg.vue?vue&type=template&id=d6bf8e12&\"\nimport script from \"./TelSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./TelSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('g',{attrs:{\"clip-path\":\"url(#clip0_1173_2649)\"}},[_c('path',{attrs:{\"d\":\"M2 3C2 2.44772 2.44771 2 3 2H21C21.5523 2 22 2.44772 22 3V18.2C22 18.7523 21.5523 19.2 21 19.2H16.9368C16.0464 19.2 15.2021 19.5955 14.6321 20.2794L12.7682 22.5161C12.3684 22.9958 11.6316 22.9958 11.2318 22.5161L9.36791 20.2794C8.79793 19.5955 7.95359 19.2 7.06325 19.2H3C2.44771 19.2 2 18.7523 2 18.2V3Z\",\"fill\":\"#DEDEE7\",\"stroke\":\"#9FA8B0\",\"stroke-width\":\"2\"}}),_c('path',{attrs:{\"d\":\"M14.5002 6.25C13.4502 6.25 12.5252 6.775 12.0002 7.6C11.4752 6.775 10.5502 6.25 9.50024 6.25C7.85024 6.25 6.50024 7.6 6.50024 9.25C6.50024 12.225 12.0002 15.25 12.0002 15.25C12.0002 15.25 17.5002 12.25 17.5002 9.25C17.5002 7.6 16.1502 6.25 14.5002 6.25Z\",\"fill\":\"#2967F0\"}})]),_c('defs',[_c('clipPath',{attrs:{\"id\":\"clip0_1173_2649\"}},[_c('rect',{attrs:{\"width\":\"24\",\"height\":\"24\",\"fill\":\"white\"}})])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_1173_2649)\">\n<path d=\"M2 3C2 2.44772 2.44771 2 3 2H21C21.5523 2 22 2.44772 22 3V18.2C22 18.7523 21.5523 19.2 21 19.2H16.9368C16.0464 19.2 15.2021 19.5955 14.6321 20.2794L12.7682 22.5161C12.3684 22.9958 11.6316 22.9958 11.2318 22.5161L9.36791 20.2794C8.79793 19.5955 7.95359 19.2 7.06325 19.2H3C2.44771 19.2 2 18.7523 2 18.2V3Z\" fill=\"#DEDEE7\" stroke=\"#9FA8B0\" stroke-width=\"2\"/>\n<path d=\"M14.5002 6.25C13.4502 6.25 12.5252 6.775 12.0002 7.6C11.4752 6.775 10.5502 6.25 9.50024 6.25C7.85024 6.25 6.50024 7.6 6.50024 9.25C6.50024 12.225 12.0002 15.25 12.0002 15.25C12.0002 15.25 17.5002 12.25 17.5002 9.25C17.5002 7.6 16.1502 6.25 14.5002 6.25Z\" fill=\"#2967F0\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_1173_2649\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"MessageLikeSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./MessageLikeSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./MessageLikeSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./MessageLikeSvg.vue?vue&type=template&id=4cc605ce&\"\nimport script from \"./MessageLikeSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./MessageLikeSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"39\",\"height\":\"39\",\"viewBox\":\"0 0 39 39\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"d\":\"M18.6337 36.8516C22.7921 36.8516 30.0693 36.5084 37 36.5084M12.396 27.5869L26.9505 9.74372M2 24.4986C2 23.4006 2 8.94306 2 1.85156\",\"stroke\":\"currentColor\",\"stroke-width\":\"3.46535\",\"stroke-linecap\":\"round\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <svg width=\"39\" height=\"39\" viewBox=\"0 0 39 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6337 36.8516C22.7921 36.8516 30.0693 36.5084 37 36.5084M12.396 27.5869L26.9505 9.74372M2 24.4986C2 23.4006 2 8.94306 2 1.85156\" stroke=\"currentColor\" stroke-width=\"3.46535\" stroke-linecap=\"round\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"FeatureSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./FeatureSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./FeatureSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./FeatureSvg.vue?vue&type=template&id=a6396f52&\"\nimport script from \"./FeatureSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./FeatureSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"20\",\"height\":\"20\",\"viewBox\":\"0 0 20 20\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"d\":\"M2.12503 2.22521C0.710527 3.69446 1.00003 5.25521 1.00003 9.99671C1.00003 13.9342 0.313027 17.8815 3.90853 18.8107C5.03128 19.0995 14.9793 19.0995 16.1005 18.8092C17.5975 18.423 18.8155 17.2087 18.982 15.0915C19.0053 14.796 19.0053 5.20271 18.9813 4.90121C18.8043 2.64596 17.416 1.34621 15.5868 1.08296C15.1675 1.02221 15.0835 1.00421 12.9325 1.00046C5.30278 1.00421 3.63028 0.664462 2.12503 2.22521Z\",\"fill\":\"url(#paint0_linear_1218_2658)\"}}),_c('path',{attrs:{\"d\":\"M9.99848 3.35407C7.27523 3.35407 4.68923 3.11182 3.70148 5.64682C3.29348 6.69382 3.35273 8.05357 3.35273 10.0006C3.35273 11.7091 3.29798 13.3148 3.70148 14.3536C4.68698 16.8901 7.29398 16.6471 9.99698 16.6471C12.6047 16.6471 15.2935 16.9186 16.2932 14.3536C16.702 13.2961 16.642 11.9566 16.642 10.0006C16.642 7.40407 16.7852 5.72782 15.526 4.46932C14.251 3.19432 12.5267 3.35407 9.99548 3.35407H9.99848ZM9.40298 4.55182C15.0835 4.54282 15.8065 3.91132 15.4075 12.6841C15.2657 15.7868 12.9032 15.4463 9.99923 15.4463C4.70423 15.4463 4.55198 15.2948 4.55198 9.99757C4.55198 4.63882 4.97198 4.55482 9.40298 4.55032V4.55182ZM13.546 5.65507C13.1057 5.65507 12.7487 6.01207 12.7487 6.45232C12.7487 6.89257 13.1057 7.24957 13.546 7.24957C13.9862 7.24957 14.3432 6.89257 14.3432 6.45232C14.3432 6.01207 13.9862 5.65507 13.546 5.65507ZM9.99848 6.58732C8.11373 6.58732 6.58598 8.11582 6.58598 10.0006C6.58598 11.8853 8.11373 13.4131 9.99848 13.4131C11.8832 13.4131 13.4102 11.8853 13.4102 10.0006C13.4102 8.11582 11.8832 6.58732 9.99848 6.58732ZM9.99848 7.78507C12.9272 7.78507 12.931 12.2161 9.99848 12.2161C7.07048 12.2161 7.06598 7.78507 9.99848 7.78507Z\",\"fill\":\"white\"}}),_c('defs',[_c('linearGradient',{attrs:{\"id\":\"paint0_linear_1218_2658\",\"x1\":\"2.15954\",\"y1\":\"17.8508\",\"x2\":\"18.8886\",\"y2\":\"3.37194\",\"gradientUnits\":\"userSpaceOnUse\"}},[_c('stop',{attrs:{\"stop-color\":\"#FFDD55\"}}),_c('stop',{attrs:{\"offset\":\"0.5\",\"stop-color\":\"#FF543E\"}}),_c('stop',{attrs:{\"offset\":\"1\",\"stop-color\":\"#C837AB\"}})],1)],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.12503 2.22521C0.710527 3.69446 1.00003 5.25521 1.00003 9.99671C1.00003 13.9342 0.313027 17.8815 3.90853 18.8107C5.03128 19.0995 14.9793 19.0995 16.1005 18.8092C17.5975 18.423 18.8155 17.2087 18.982 15.0915C19.0053 14.796 19.0053 5.20271 18.9813 4.90121C18.8043 2.64596 17.416 1.34621 15.5868 1.08296C15.1675 1.02221 15.0835 1.00421 12.9325 1.00046C5.30278 1.00421 3.63028 0.664462 2.12503 2.22521Z\" fill=\"url(#paint0_linear_1218_2658)\"/>\n<path d=\"M9.99848 3.35407C7.27523 3.35407 4.68923 3.11182 3.70148 5.64682C3.29348 6.69382 3.35273 8.05357 3.35273 10.0006C3.35273 11.7091 3.29798 13.3148 3.70148 14.3536C4.68698 16.8901 7.29398 16.6471 9.99698 16.6471C12.6047 16.6471 15.2935 16.9186 16.2932 14.3536C16.702 13.2961 16.642 11.9566 16.642 10.0006C16.642 7.40407 16.7852 5.72782 15.526 4.46932C14.251 3.19432 12.5267 3.35407 9.99548 3.35407H9.99848ZM9.40298 4.55182C15.0835 4.54282 15.8065 3.91132 15.4075 12.6841C15.2657 15.7868 12.9032 15.4463 9.99923 15.4463C4.70423 15.4463 4.55198 15.2948 4.55198 9.99757C4.55198 4.63882 4.97198 4.55482 9.40298 4.55032V4.55182ZM13.546 5.65507C13.1057 5.65507 12.7487 6.01207 12.7487 6.45232C12.7487 6.89257 13.1057 7.24957 13.546 7.24957C13.9862 7.24957 14.3432 6.89257 14.3432 6.45232C14.3432 6.01207 13.9862 5.65507 13.546 5.65507ZM9.99848 6.58732C8.11373 6.58732 6.58598 8.11582 6.58598 10.0006C6.58598 11.8853 8.11373 13.4131 9.99848 13.4131C11.8832 13.4131 13.4102 11.8853 13.4102 10.0006C13.4102 8.11582 11.8832 6.58732 9.99848 6.58732ZM9.99848 7.78507C12.9272 7.78507 12.931 12.2161 9.99848 12.2161C7.07048 12.2161 7.06598 7.78507 9.99848 7.78507Z\" fill=\"white\"/>\n<defs>\n<linearGradient id=\"paint0_linear_1218_2658\" x1=\"2.15954\" y1=\"17.8508\" x2=\"18.8886\" y2=\"3.37194\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#FFDD55\"/>\n<stop offset=\"0.5\" stop-color=\"#FF543E\"/>\n<stop offset=\"1\" stop-color=\"#C837AB\"/>\n</linearGradient>\n</defs>\n</svg>\n\n</template>\n\n<script>\nexport default {\n  name: \"InstagramSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./InstagramSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./InstagramSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./InstagramSvg.vue?vue&type=template&id=0f94d620&\"\nimport script from \"./InstagramSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./InstagramSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"20\",\"height\":\"20\",\"viewBox\":\"0 0 20 20\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M11.4 6.85V4.96002C11.4 4.24002 11.85 4.06002 12.21 4.06002H14.28V1H11.4C8.25 1 8.25 3.34001 8.25 4.78001V6.85H6V10H8.25V19H11.4V10H14.01L14.37 6.85H11.4Z\",\"fill\":\"#3B5998\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4 6.85V4.96002C11.4 4.24002 11.85 4.06002 12.21 4.06002H14.28V1H11.4C8.25 1 8.25 3.34001 8.25 4.78001V6.85H6V10H8.25V19H11.4V10H14.01L14.37 6.85H11.4Z\" fill=\"#3B5998\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"FacebookSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./FacebookSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./FacebookSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./FacebookSvg.vue?vue&type=template&id=2961f68f&\"\nimport script from \"./FacebookSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./FacebookSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"20\",\"height\":\"20\",\"viewBox\":\"0 0 20 20\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"d\":\"M17.65 1.00002H2.35C1.63 1.00002 1 1.5427 1 2.26632V17.7337C1 18.4573 1.63 19 2.35 19H17.65C18.37 19 19 18.4573 19 17.7337V2.26632C19 1.63315 18.37 1.00002 17.65 1.00002ZM6.31 16.4673H3.61V7.87437H6.31V16.4673ZM4.96 6.60802C4.06 6.60802 3.43 5.88444 3.43 5.07037C3.43 4.2563 4.15 3.53267 4.96 3.53267C5.77 3.53267 6.49 4.2563 6.49 5.07037C6.58 5.9749 5.86 6.60802 4.96 6.60802ZM16.3 16.4673H13.6V12.3066C13.6 11.3116 13.6 10.0452 12.25 10.0452C10.9 10.0452 10.63 11.1307 10.63 12.3066V16.5578H7.93001V7.9648H10.45V9.14073C10.81 8.41711 11.71 7.78394 12.97 7.78394C15.67 7.78394 16.21 9.59299 16.21 11.8543V16.4673H16.3Z\",\"fill\":\"#0077B5\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.65 1.00002H2.35C1.63 1.00002 1 1.5427 1 2.26632V17.7337C1 18.4573 1.63 19 2.35 19H17.65C18.37 19 19 18.4573 19 17.7337V2.26632C19 1.63315 18.37 1.00002 17.65 1.00002ZM6.31 16.4673H3.61V7.87437H6.31V16.4673ZM4.96 6.60802C4.06 6.60802 3.43 5.88444 3.43 5.07037C3.43 4.2563 4.15 3.53267 4.96 3.53267C5.77 3.53267 6.49 4.2563 6.49 5.07037C6.58 5.9749 5.86 6.60802 4.96 6.60802ZM16.3 16.4673H13.6V12.3066C13.6 11.3116 13.6 10.0452 12.25 10.0452C10.9 10.0452 10.63 11.1307 10.63 12.3066V16.5578H7.93001V7.9648H10.45V9.14073C10.81 8.41711 11.71 7.78394 12.97 7.78394C15.67 7.78394 16.21 9.59299 16.21 11.8543V16.4673H16.3Z\" fill=\"#0077B5\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"LinkedInSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./LinkedInSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./LinkedInSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./LinkedInSvg.vue?vue&type=template&id=d72a9224&\"\nimport script from \"./LinkedInSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./LinkedInSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","<template>\n  <footer class=\"relative overflow-hidden pt-5\">\n    <div class=\"relative z-10\">\n      <h1 class=\"text-center text-[54px] leading-[4.5rem] relative\">\n        Contacts\n        <FeatureSvg\n          class=\"inline absolute -top-3 -translate-x-[3px] text-blue-text\"\n        ></FeatureSvg>\n      </h1>\n\n      <div\n        class=\"mt-[46px] mx-auto grid grid-cols-1 min-[900px]:grid-cols-3 justify-between gap-x-[41px] gap-y-[20px] w-max\"\n      >\n        <article class=\"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg\">\n          <p class=\"flex justify-center\"><MailSvg></MailSvg></p>\n          <BreakLineSvg class=\"w-[225px] mt-3 text-blue-300\"></BreakLineSvg>\n          <p\n            class=\"text-center text-blue-text mt-[11px] text-lg leading-[1.625rem]\"\n          >\n            <a href=\"mailto:ackecosystem@gmail.com\"> ackecosystem@gmail.com </a>\n          </p>\n        </article>\n\n        <article class=\"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg\">\n          <p class=\"flex justify-center\"><TelSvg></TelSvg></p>\n          <BreakLineSvg class=\"w-[225px] mt-3 text-blue-300\"></BreakLineSvg>\n          <p\n            class=\"text-center text-blue-text mt-[9px] text-lg leading-[1.625rem]\"\n          >\n            <a href=\"tel:+1884654458\"> +1 884 65 44 58 </a>\n          </p>\n        </article>\n\n        <article class=\"pt-[19px] px-5 pb-8 bg-gray-200 rounded-lg\">\n          <p class=\"flex justify-center\"><MessageLikeSvg></MessageLikeSvg></p>\n          <BreakLineSvg class=\"w-[225px] mt-3 text-blue-300\"></BreakLineSvg>\n          <div class=\"mt-[14px] flex gap-8 justify-center items-center\">\n            <a href=\"https://www.instagram.com\" target=\"_blank\">\n              <InstagramSvg></InstagramSvg>\n            </a>\n            <a href=\"https://www.facebook.com\" target=\"_blank\">\n              <FacebookSvg></FacebookSvg>\n            </a>\n            <a href=\"https://www.linkedin.com\" target=\"_blank\">\n              <LinkedInSvg></LinkedInSvg>\n            </a>\n          </div>\n        </article>\n      </div>\n\n      <p class=\"text-black mt-[70px] mb-[21px] text-sm leading-4 text-center\">\n        <router-link :to=\"`${$publicPath}terms-of-service`\" class=\"text-blue-line\"\n          >Terms of Service </router-link\n        >\n        <span class=\"font-gilroy font-normal\">and</span>\n        <router-link :to=\"`${$publicPath}privacy-policy`\" class=\"text-blue-line\"\n          > Privacy Policy</router-link\n        >.\n      </p>\n    </div>\n\n    <div\n      class=\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[306px] h-[306px] z-0 -bottom-[153px] -left-[151px]\"\n    ></div>\n  </footer>\n</template>\n\n<script>\nimport MailSvg from \"./svg/MailSvg.vue\";\nimport TelSvg from \"./svg/TelSvg.vue\";\nimport MessageLikeSvg from \"./svg/MessageLikeSvg.vue\";\nimport FeatureSvg from \"./svg/FeatureSvg.vue\";\nimport BreakLineSvg from \"./svg/BreakLineSvg.vue\";\nimport InstagramSvg from \"./svg/InstagramSvg.vue\";\nimport FacebookSvg from \"./svg/FacebookSvg.vue\";\nimport LinkedInSvg from \"./svg/LinkedInSvg.vue\";\nexport default {\n  name: \"FooterComponent\",\n  components: {\n    FeatureSvg,\n    MailSvg,\n    BreakLineSvg,\n    TelSvg,\n    MessageLikeSvg,\n    InstagramSvg,\n    FacebookSvg,\n    LinkedInSvg,\n  },\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./FooterComponent.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./FooterComponent.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./FooterComponent.vue?vue&type=template&id=a87a63b2&\"\nimport script from \"./FooterComponent.vue?vue&type=script&lang=js&\"\nexport * from \"./FooterComponent.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","<script>\r\nexport default {\r\n  data: function () {\r\n    return {\r\n      reviews: [\r\n        {\r\n          absolute: false,\r\n          fade: false,\r\n          isRight: false,\r\n          isLeft: false,\r\n          hidden: false,\r\n          data: {\r\n            author: \"Jeffry Jacobs 1\",\r\n            rate: 5,\r\n            role: \"Business analytics\",\r\n            message: \"Helped my dad move to other countries in 2 months\",\r\n          },\r\n        },\r\n        {\r\n          absolute: true,\r\n          fade: true,\r\n          isRight: false,\r\n          isLeft: false,\r\n          hidden: true,\r\n          data: {\r\n            author: \"Josiane Ebert\",\r\n            rate: 5,\r\n            role: \"Business analytics\",\r\n            message:\r\n              \"Helped with migration, prepared all the documents, professional team and good job! I will recommend to all acquaintances\",\r\n          },\r\n        },\r\n        {\r\n          absolute: false,\r\n          fade: false,\r\n          isRight: false,\r\n          isLeft: false,\r\n          hidden: false,\r\n          data: {\r\n            author: \"Kristian Murazik\",\r\n            rate: 5,\r\n            role: \"Business analytics\",\r\n            message:\r\n              \"Professional team, helped with all questions, thanks! professional team and good job\",\r\n          },\r\n        },\r\n        {\r\n          absolute: true,\r\n          fade: true,\r\n          isRight: false,\r\n          isLeft: false,\r\n          hidden: true,\r\n          data: {\r\n            author: \"Jeffry Jacobs 2\",\r\n            rate: 5,\r\n            role: \"Business analytics\",\r\n            message: \"Helped my dad move to other countries in 2 months\",\r\n          },\r\n        },\r\n        {\r\n          absolute: true,\r\n          fade: true,\r\n          isRight: false,\r\n          isLeft: false,\r\n          hidden: true,\r\n          data: {\r\n            author: \"Jeffry Jacobs 3\",\r\n            rate: 5,\r\n            role: \"Business analytics\",\r\n            message: \"Helped my dad move to other countries in 2 months\",\r\n          },\r\n        },\r\n      ],\r\n    };\r\n  },\r\n};\r\n</script>\r\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ReviewsMixin.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ReviewsMixin.vue?vue&type=script&lang=js&\"","<script>\r\nexport default {\r\n  data: function () {\r\n    return {\r\n      services: [\r\n        {\r\n          image: \"Home.png\",\r\n          service: \"home_and_living\",\r\n          name:\"Home & Living\",\r\n          categories: [\r\n            {name:\"Temporary Accommodation\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Property search / advice\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Internet / phone / TV\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Utilities\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Interior design\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Build.png\",\r\n          service: \"real_estate\",\r\n          name:\"Real Estate\",\r\n          categories: [\r\n            {name:\"Market review\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Due diligence / purchase process\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Development / Architecture / engineering\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Priperty Management\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Maintanence / Repairs\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Finance.png\",\r\n          service: \"finance\",\r\n          name:\"Finance\",\r\n          categories: [\r\n            {name:\"Bank account\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Mortgage\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Other financings\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Investment apportunities\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Investment management\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Build.png\",\r\n          service: \"tax\",\r\n          name:\"Tax\",\r\n          categories: [\r\n            {name:\"NIF / Fiscal number\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Structuring Advice\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"NHR Status\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Social security\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Anunual tax returns\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Legal.png\",\r\n          service: \"legal\",\r\n          name:\"Legal\",\r\n          categories: [\r\n            {name:\"Legal representation\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Criminal register certificate\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Document certification / translations\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Contract drafting / reviewing\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Specialist legal advice\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Immigrate.png\",\r\n          service: \"immigrations\",\r\n          name:\"Immigrations\",\r\n          categories: [\r\n            {name:\"Visa (non-EU)\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Residency (EU)\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Golden Visa (non-EU)\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Visa renewal\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Car rental / purchase / maintenance\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Transport.png\",\r\n          service: \"transport_and_logistics\",\r\n          name:\"Transport & Logistics\",\r\n          categories: [\r\n            {name:\"Packers / movers\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Customs\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Vehicle import / divers license\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Car rental / purchase / maintenance\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Storage\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Work.png\",\r\n          service: \"work_and_business\",\r\n          name:\"Work & Business\",\r\n          categories: [\r\n            {name:\"Co-working spaces\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Business incorporation\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Accounting services\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Recruitment / networking\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"PA / problem solving service\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Health.png\",\r\n          service: \"health\",\r\n          name:\"Health\",\r\n          categories: [\r\n            {name:\"Legal representation\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Criminal register certificate\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Document certification / translations\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Contract drafting / reviewing\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Specialist legal advice\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Family.png\",\r\n          service: \"family\",\r\n          name:\"Family\",\r\n          categories: [\r\n            {name:\"Visa (non-EU)\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Residency (EU)\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Golden Visa (non-EU)\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Visa renewal\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Car rental / purchase / maintenance\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n        {\r\n          image: \"Lifestyle.png\",\r\n          service: \"lifestyle\",\r\n          name:\"Lifestyle\",\r\n          categories: [\r\n            {name:\"Packers / movers\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Customs\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Vehicle import / divers license\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Car rental / purchase / maintenance\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n            {name:\"Storage\", content:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet fringilla ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies. Faucibus magna eget sit aliquet Lorem ipsum dolor sit amet, consectetur adipiscing ut nulla sociis. Ut vitae sit ac odio neque turpis arcu, massa. Et elementum odio non netus cras. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque integer sit nisi morbi vulputate ultricies.\"},\r\n          ],\r\n        },\r\n      ],\r\n    };\r\n  },\r\n};\r\n</script>\r\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ServicesMixin.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ServicesMixin.vue?vue&type=script&lang=js&\"","<script>\r\nexport default {\r\n  data: function () {\r\n    return {\r\n      team: [\r\n        {\r\n          image: \"Alastair.png\",\r\n          role: \"Founder, Landing Pad\",\r\n          name: \"Alastair Cunningham\",\r\n          description:\r\n            \"If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassi and hidden in the middle of text. All the Lorem Ipsum be sure there goingyou need to be.\",\r\n        },\r\n        {\r\n          image: \"Chris.png\",\r\n          role: \"Founder, Landing Pad\",\r\n          name: \"Chris Kraus\",\r\n          description:\r\n            \"If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassi and hidden in the middle of text. All the Lorem Ipsum be sure there goingyou need to be.\",\r\n        },\r\n        {\r\n          image: \"Chris-2.png\",\r\n          role: \"COO\",\r\n          name: \"Chris Kraus\",\r\n          description:\r\n            \"If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassi and hidden in the middle of text. All the Lorem Ipsum be sure there goingyou need to be.\",\r\n        },\r\n        {\r\n          image: \"Team.png\",\r\n          role: \"\",\r\n          name: \"Our team\",\r\n          description:\r\n            \"We can help you reimagine your business through a digital lens. Our software engineering heritage combined with our strategic business and innovation consulting, design thinking, and physical-digital.\",\r\n        },\r\n      ],\r\n    };\r\n  },\r\n};\r\n</script>\r\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./TeamMixin.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./TeamMixin.vue?vue&type=script&lang=js&\"","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"14\",\"height\":\"24\",\"viewBox\":\"0 0 14 24\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M11.0832 1.3345C11.708 0.709657 12.7211 0.709657 13.3459 1.3345C13.9708 1.95933 13.9708 2.9724 13.3459 3.59724L4.60866 12.3345L13.3459 21.0718C13.9708 21.6966 13.9708 22.7097 13.3459 23.3345C12.7211 23.9593 11.708 23.9593 11.0832 23.3345L0.0831828 12.3345L11.0832 1.3345Z\",\"fill\":\"currentColor\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"14\" height=\"24\" viewBox=\"0 0 14 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0832 1.3345C11.708 0.709657 12.7211 0.709657 13.3459 1.3345C13.9708 1.95933 13.9708 2.9724 13.3459 3.59724L4.60866 12.3345L13.3459 21.0718C13.9708 21.6966 13.9708 22.7097 13.3459 23.3345C12.7211 23.9593 11.708 23.9593 11.0832 23.3345L0.0831828 12.3345L11.0832 1.3345Z\" fill=\"currentColor\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"LeftArrow\"\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./LeftArrow.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./LeftArrow.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./LeftArrow.vue?vue&type=template&id=24e5b23f&\"\nimport script from \"./LeftArrow.vue?vue&type=script&lang=js&\"\nexport * from \"./LeftArrow.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"57\",\"height\":\"56\",\"viewBox\":\"0 0 57 56\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"d\":\"M54 29.4857C54 23.4889 53.5 12.9946 53.5 3M40.5 38.4808L14.5 17.4922M36 53.4727C34.4 53.4727 13.3333 53.4727 3 53.4727\",\"stroke\":\"currentColor\",\"stroke-width\":\"5\",\"stroke-linecap\":\"round\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"57\" height=\"56\" viewBox=\"0 0 57 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M54 29.4857C54 23.4889 53.5 12.9946 53.5 3M40.5 38.4808L14.5 17.4922M36 53.4727C34.4 53.4727 13.3333 53.4727 3 53.4727\" stroke=\"currentColor\" stroke-width=\"5\" stroke-linecap=\"round\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"FeatureLeftSvg\",\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./FeatureLeftSvg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./FeatureLeftSvg.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./FeatureLeftSvg.vue?vue&type=template&id=9b484edc&\"\nimport script from \"./FeatureLeftSvg.vue?vue&type=script&lang=js&\"\nexport * from \"./FeatureLeftSvg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","<template>\n  <div >\n    <HeaderComponent @onButtonClick=\"scrollToContacts\" current-page=\"home\" :transparent=\"scroll < 100\" :with-shadow=\"scroll > 100\" :text-white=\"scroll < 100\"></HeaderComponent>\n    <section\n      class=\"relative mt-[-80px] z-10 text-white h-[700px] sm:h-[900px] rounded-b-lg bg-cover bg-no-repeat bg-center bg-blend-multiply bg-gray-300 bg-[url('../public/img/home-header.jfif')]\"\n    >\n    &nbsp;\n      <h2\n        class=\"text-[54px] font-bold leading-[4.5rem] max-w-lg ml-10 min-[500px]:ml-24 mt-16 sm:mt-[173px]\"\n      >\n        Moving to Portugal?\n      </h2>\n      <p class=\"text-2xl ml-10 min-[500px]:ml-24 mt-[10px] max-w-[434px] font-gilroy\">\n        Let the experts of the ACK ecosystem handle your administrative\n        headaches\n      </p>\n      <button\n        class=\"rounded bg-blue text-white ml-10 min-[500px]:ml-24 mt-10 py-3.5 px-10 w-[270px] font-medium text-lg hover:bg-blue-700 transition-colors\"\n        @click=\"scrollToContacts\"\n        >\n        Help to emigrate\n      </button>\n    </section>\n\n    <!-- Reviews -->\n    <section class=\"mt-16 relative\">\n      <div\n        class=\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -top-[134px] -left-[87px]\"\n      ></div>\n      <div\n        class=\"z-10 w-[85.4%] mx-auto flex justify-between items-center h-36 relative\"\n      >\n        <button @click=\"reviewLeft\" class=\"mr-3\">\n          <LeftArrow class=\"text-blue\"></LeftArrow>\n        </button>\n        <div\n          class=\"flex gap-[38px] items-center relative\"\n          :class=\"{ slideLeft: slideLeft, slideRight: slideRight }\"\n        >\n          <ReviewComponent\n            v-for=\"(review, index) in reviews\"\n            :key=\"index\"\n            :data=\"review.data\"\n            :class=\"[\n              { hidden: review.hidden, '-left-[373px]': review.isLeft },\n              review.absolute ? 'absolute' : 'relative',\n              review.isRight ? '-right-[373px]' : '',\n              review.fade ? 'fade' : 'unfade',\n            ]\"\n          ></ReviewComponent>\n        </div>\n        <button @click=\"reviewRight\" class=\"ml-3\">\n          <RightArrow class=\"text-blue\"></RightArrow>\n        </button>\n      </div>\n    </section>\n\n    <!-- Services -->\n    <section class=\"mt-32 relative overflow-hidden\">\n      <div\n        class=\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[255px] h-[255px] z-0 -right-[65px] top-[42%]\"\n      ></div>\n      <div class=\"relative z-10\">\n        <h1\n          class=\"text-center font-medium text-[54px] leading-[4.5rem] relative\"\n        >\n          <span class=\"text-dark\">Our </span>\n          <span class=\"text-blue-text\"\n            >Services\n            <FeatureSvg\n              class=\"inline absolute -top-3 -translate-x-[3px]\"\n            ></FeatureSvg>\n          </span>\n        </h1>\n        <h2\n          class=\"text-dark text-center font-medium text-[2rem] leading-[42px] mt-4\"\n        >\n          Tailor-made solutions for your unique situation\n        </h2>\n        <p class=\"text-[15px] leading-[18px] mt-8 w-[92.5%] mx-auto\">\n          On the other hand, we denounce with righteous indignation and dislike\n          men who are so beguiled and demoralized by the charms of pleasure of\n          the moment, so blinded by desire, that they cannot foresee the pain\n          and trouble that are bound to ensue; and equal blame belongs to those\n          who fail in their duty through weakness of will\n        </p>\n\n        <div\n          class=\"grid w-max mx-auto gap-[31px] mt-4 justify-center grid-cols-1 min-[700px]:grid-cols-2 min-[1000px]:grid-cols-3 min-[1400px]:grid-cols-4 min-[1800px]:grid-cols-5\"\n        >\n          <ServiceCard\n            v-for=\"service in services\"\n            :key=\"service.service\"\n            :data=\"service\"\n          ></ServiceCard>\n          <ServiceQuestionCard @onButtonClick=\"scrollToContacts\"></ServiceQuestionCard>\n        </div>\n      </div>\n    </section>\n\n    <section\n      class=\"mt-12 sm:mt-[100px] text-white bg-cover bg-no-repeat bg-center bg-blend-multiply bg-dark-400 bg-[url('../public/img/home-bg-2.png')]\"\n    >\n    &nbsp;\n      <h1\n        class=\"mt-9 sm:mt-[87px] text-[3.375rem] leading-[4.5rem] text-center relative\"\n      >\n        Our Story\n        <FeatureSvg\n          class=\"inline absolute -top-3 -translate-x-[3px]\"\n        ></FeatureSvg>\n      </h1>\n      <p class=\"mt-10 mb-9 sm:mb-[89px] text-lg leading-[1.625rem] text-center mx-auto w-[66%]\">\n        We can help you reimagine your business through a digital lens. Our\n        software engineering heritage combined with our strategic business and\n        innovation consulting, design thinking, and physical-digital\n        capabilities provide real business value to our customers through\n        human-centric innovation. \n        <br><br>\n        There are many variations of passages of Lorem\n        Ipsum available, but the majority have suffered alteration in some form,\n        by injected humour, or randomised words which don't look even slightly\n        believable. If you are going to use a passage of Lorem Ipsum, you need\n        to be sure there isn't anything embarrassing hidden in the middle of\n        text. All the Lorem Ipsum generators on the Internet tend.\n      </p>\n      &nbsp;\n    </section>\n\n    <section class=\"bg-blue-200 rounded-2xl w-[92.5%] mx-auto mt-[100px] relative overflow-hidden\">\n      <div\n        class=\"absolute bg-blue-400 blur-[170px] rounded-[190px] w-[190px] h-[190px] z-0 -left-[72px] -top-[47px]\"\n      ></div>\n      <div class=\"relative z-10\">\n        &nbsp;\n      <h1 class=\"relative text-[54px] leading-[4.5rem] w-min mx-auto mt-[71px]\">\n        <FeatureLeftSvg class=\"inline absolute -top-7 -translate-x-[93%] text-blue-text h-[51px] w-[51px]\"></FeatureLeftSvg>\n        Team\n      </h1>\n\n      <h2 class=\" text-center text-[2rem] leading-[2.625rem] max-w-[385px] mx-auto\">\n        A team of <span class=\"text-blue-text\">professionals</span> is <span class=\"text-blue-text\">working</span> on your problem\n      </h2>\n\n      <div class=\"mt-16 mx-auto mb-[53px] w-max grid grid-cols-1 lg:grid-cols-2 gap-x-[90px] gap-y-16\">\n        <TeamMember v-for=\"(member, index) in team\" :key=\"index\" :data=\"member\"></TeamMember>\n      </div>\n      &nbsp;\n      </div>\n      <div\n        class=\"absolute bg-blue-400 blur-[170px] rounded-[190px] w-[190px] h-[190px] z-0 -right-[133px] -bottom-[136px]\"\n      ></div>\n    </section>\n\n    <FooterComponent ref=\"contacts\" class=\"mt-[92px]\"></FooterComponent>\n  </div>\n</template>\n<script>\n\nimport HeaderComponent from \"../components/HeaderComponent.vue\";\nimport ReviewComponent from \"../components/ReviewComponent.vue\";\nimport ServiceCard from \"../components/ServiceCard.vue\";\nimport ServiceQuestionCard from \"../components/ServiceQuestionCard.vue\";\nimport TeamMember from \"../components/TeamMember.vue\";\nimport FooterComponent from \"../components/FooterComponent.vue\";\n\nimport ReviewsMixin from \"../components/mixins/ReviewsMixin.vue\";\nimport ServicesMixin from \"../components/mixins/ServicesMixin.vue\";\nimport TeamMixin from \"../components/mixins/TeamMixin.vue\";\n\nimport RightArrow from \"../components/svg/RightArrow.vue\";\nimport LeftArrow from \"../components/svg/LeftArrow.vue\";\nimport FeatureSvg from \"../components/svg/FeatureSvg.vue\";\nimport FeatureLeftSvg from \"../components/svg/FeatureLeftSvg.vue\";\n\nexport default {\n  name: \"HomePage\",\n  data() {\n    return {\n      slideLeft: false,\n      slideRight: false,\n      firstReview: 0,\n      lastReview: 2,\n      sliderRunning: false,\n      windowWidth: window.innerWidth,\n      scroll: window.scrollY\n    };\n  },\n  mounted() {\n    window.addEventListener(\"resize\", this.onWidthChange);\n    this.onWidthChange();\n    this.updateReviews();\n\n    window.addEventListener('scroll', this.onScroll);\n\n    if(this.$route.query.contacts){\n      this.$router.replace({ query: undefined });\n      this.scrollToContacts();\n    }\n  },\n  beforeDestroy() {\n    window.removeEventListener(\"resize\", this.onWidthChange);\n    window.removeEventListener(\"scroll\", this.onScroll);\n  },\n  methods: {\n    onScroll(){\n      this.scroll = window.scrollY;\n    },\n    onWidthChange() {\n      this.windowWidth = window.innerWidth;\n      let newLast = this.lastReview;\n      let newFirst = this.firstReview;\n      let elementsDisplayed = this.lastReview - this.firstReview + 1;\n\n      if (newLast >= this.reviews.length) {\n        newLast = this.reviews.length - 1;\n      }\n\n      //Small screens, max 1 element\n      if (this.windowWidth < 900) {\n        if (elementsDisplayed > 1) {\n          newLast = this.firstReview;\n        }\n\n        //Medium screens, max 2 elements\n      } else if (this.windowWidth < 1300) {\n        if (elementsDisplayed > 2) {\n          newLast = this.firstReview + 1;\n        } else if (elementsDisplayed < 2) {\n          if (this.reviews.length > 3) {\n            let nextOutOfBounds = newLast + 1 >= this.reviews.length;\n            if (nextOutOfBounds) {\n              if (newFirst > 0) {\n                newFirst--;\n              }\n            } else {\n              newLast++;\n            }\n          } else {\n            newFirst = 0;\n            newLast = 1;\n          }\n        }\n\n        //Large screens, max 3 elements\n      } else {\n        if (elementsDisplayed > 3) {\n          newLast = this.firstReview + 1;\n          this.updateReviews();\n        } else if (elementsDisplayed < 3) {\n          let mustDisplay =\n            this.reviews.length > 3 ? 3 : this.reviews.length - 1;\n          let nextOutOfBounds = newLast + 1 >= this.reviews.length;\n          while (!nextOutOfBounds && elementsDisplayed < mustDisplay) {\n            newLast++;\n            nextOutOfBounds = newLast + 1 >= this.reviews.length;\n            elementsDisplayed = newLast - newFirst + 1;\n          }\n          let prevOutOfBounds = newFirst - 1 < 0;\n          while (!prevOutOfBounds && elementsDisplayed < mustDisplay) {\n            newFirst--;\n            prevOutOfBounds = newFirst - 1 < 0;\n            elementsDisplayed = newLast - newFirst + 1;\n          }\n        }\n      }\n\n      if (newFirst !== this.firstReview || newLast !== this.lastReview) {\n        this.firstReview = newFirst;\n        this.lastReview = newLast;\n        this.updateReviews();\n      }\n    },\n    updateReviews() {\n      let newReviews = [...this.reviews];\n      for (let i = 0; i < this.reviews.length; i++) {\n        if (i >= this.firstReview && i <= this.lastReview) {\n          newReviews[i].absolute = false;\n          newReviews[i].fade = false;\n          newReviews[i].hidden = false;\n        } else {\n          newReviews[i].absolute = true;\n          newReviews[i].fade = true;\n          newReviews[i].hidden = true;\n        }\n      }\n      this.reviews = newReviews;\n    },\n    reviewLeft() {\n      let reviewsCount = this.reviews.length;\n      if (this.sliderRunning || reviewsCount <= 1) {\n        return;\n      }\n      this.sliderRunning = true;\n      this.slideLeft = true;\n\n      let elementToFadeIndex = this.firstReview;\n      if (this.lastReview + 1 >= reviewsCount) {\n        //Move first element to end\n        this.reviews.push(this.reviews.splice(0, 1)[0]);\n        if (elementToFadeIndex > 0) {\n          elementToFadeIndex--;\n        }\n      } else {\n        this.lastReview++;\n        this.firstReview++;\n      }\n\n      this.$set(this.reviews[elementToFadeIndex], \"fade\", true);\n      this.$set(this.reviews[this.lastReview], \"hidden\", false);\n      this.$set(this.reviews[this.lastReview], \"fade\", false);\n      this.$set(this.reviews[this.lastReview], \"isRight\", true);\n\n      setTimeout(() => {\n        this.$set(this.reviews[elementToFadeIndex], \"hidden\", true);\n        this.$set(this.reviews[elementToFadeIndex], \"absolute\", true);\n        this.$set(this.reviews[this.lastReview], \"absolute\", false);\n        this.$set(this.reviews[this.lastReview], \"isRight\", false);\n\n        this.slideLeft = false;\n        this.sliderRunning = false;\n      }, 150);\n    },\n    reviewRight() {\n      let reviewsCount = this.reviews.length;\n      if (this.sliderRunning || reviewsCount <= 1) {\n        return;\n      }\n      this.sliderRunning = true;\n      this.slideRight = true;\n\n      let lastReview = this.lastReview;\n      if (this.firstReview - 1 < 0) {\n        //Move last element to start\n        this.reviews.unshift(this.reviews.splice(reviewsCount - 1, 1)[0]);\n        if (this.lastReview + 1 < reviewsCount) {\n          lastReview++;\n        }\n      } else {\n        this.firstReview--;\n        this.lastReview--;\n      }\n\n      this.$set(this.reviews[lastReview], \"fade\", true);\n      this.$set(this.reviews[this.firstReview], \"hidden\", false);\n      this.$set(this.reviews[this.firstReview], \"fade\", false);\n      this.$set(this.reviews[this.firstReview], \"isLeft\", true);\n\n      setTimeout(() => {\n        this.$set(this.reviews[lastReview], \"hidden\", true);\n        this.$set(this.reviews[lastReview], \"absolute\", true);\n        this.$set(this.reviews[this.firstReview], \"absolute\", false);\n        this.$set(this.reviews[this.firstReview], \"isLeft\", false);\n\n        this.slideRight = false;\n        this.sliderRunning = false;\n      }, 150);\n    },\n    scrollToContacts(){\n      this.$refs.contacts.$el.scrollIntoView({ behavior: 'smooth' });\n    }\n  },\n  components: {\n    HeaderComponent,\n    ReviewComponent,\n    LeftArrow,\n    RightArrow,\n    FeatureSvg,\n    ServiceCard,\n    ServiceQuestionCard,\n    FeatureLeftSvg,\n    TeamMember,\n    FooterComponent\n  },\n  mixins: [ReviewsMixin, ServicesMixin, TeamMixin],\n};\n</script>\n\n<style scoped>\n.slideRight {\n  left: 0px;\n  animation: slideRight 150ms 1 ease-in-out;\n}\n\n@keyframes slideRight {\n  0% {\n    left: 0px;\n  }\n  100% {\n    left: 373px;\n  }\n}\n\n.slideLeft {\n  right: 0px;\n  animation: slideLeft 150ms 1 ease-in-out;\n}\n\n@keyframes slideLeft {\n  0% {\n    right: 0px;\n  }\n  100% {\n    right: 373px;\n  }\n}\n\n.fade {\n  opacity: 0;\n  animation: fade 150ms 1 ease-in;\n}\n\n@keyframes fade {\n  0% {\n    opacity: 1;\n  }\n  100% {\n    opacity: 0;\n  }\n}\n\n.unfade {\n  opacity: 1;\n  animation: unfade 150ms 1 ease-out;\n}\n\n@keyframes unfade {\n  0% {\n    opacity: 0;\n  }\n  100% {\n    opacity: 1;\n  }\n}\n</style>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HomePage.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HomePage.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./HomePage.vue?vue&type=template&id=34eaf680&scoped=true&\"\nimport script from \"./HomePage.vue?vue&type=script&lang=js&\"\nexport * from \"./HomePage.vue?vue&type=script&lang=js&\"\nimport style0 from \"./HomePage.vue?vue&type=style&index=0&id=34eaf680&prod&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  \"34eaf680\",\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('HeaderComponent',{attrs:{\"current-page\":\"services\",\"with-shadow\":_vm.scroll > 50},on:{\"onButtonClick\":_vm.scrollToContacts}}),_c('div',{staticClass:\"overflow-hidden\"},[_c('section',{staticClass:\"relative z-10\"},[_c('h1',{staticClass:\"text-black text-[2rem] mt-[87px] ml-[7%]\"},[_vm._v(\" \"+_vm._s(_vm.curService.name)+\" \"),_c('FeatureSvg',{staticClass:\"inline absolute -top-[27px] -translate-x-[3px] text-blue gap-x-10\"})],1),_c('div',{staticClass:\"flex flex-col-reverse sm:flex-row justify-center mx-[7%] gap-10 mt-[43px]\"},[_c('div',{staticClass:\"w-full sm:w-[80%] mt-7\"},_vm._l((_vm.curService.categories),function(category,index){return _c('article',{key:index,staticClass:\"py-7 pl-8 pr-7 mt-4 first:mt-0 shadow-14x28 text-dark\"},[_c('h3',{staticClass:\"cursor-pointer font-medium text-[1.25rem] hover:text-blue-text leading-[1.813rem] flex justify-between\",on:{\"click\":function($event){return _vm.toggleCategory(category)}}},[_c('span',[_vm._v(_vm._s(category.name))]),(category.expanded)?_c('UpArrow'):_c('DownArrow')],1),(category.expanded)?_c('div',[_c('BreakLineSvg',{staticClass:\"mt-[14px] w-full text-gray-bg\"}),_c('p',{staticClass:\"mt-4 leading-[1.625rem]\"},[_vm._v(\" \"+_vm._s(category.content)+\" \")])],1):_vm._e()])}),0),_c('div',{staticClass:\"sm:w-[305px] w-full\"},[_c('div',{staticClass:\"py-5 px-4 text-black shadow-1x28 rounded-[11px] h-max\"},[_c('h2',{staticClass:\"font-gilroy text-[2rem] leading-[2.375rem] text-center\"},[_vm._v(\" Our services \")]),_c('nav',{staticClass:\"mt-8\"},[_c('ul',_vm._l((_vm.services),function(service,index){return _c('li',{key:index,staticClass:\"px-4 py-[10px] mt-[11px] first:mt-0 leading-[1.32rem] rounded hover:bg-blue hover:text-white transition-colors\",class:service === _vm.curService ? 'bg-blue text-white' : '',on:{\"click\":function($event){return _vm.selectService(service)}}},[_c('button',[_c('img',{staticClass:\"inline mr-[10px] w-5 h-5\",attrs:{\"src\":`${_vm.$publicPath}img/services/${service.image}`,\"alt\":\"\"}}),_vm._v(\" \"+_vm._s(service.name)+\" \")])])}),0)])]),_c('article',{staticClass:\"py-4 px-6 mt-4 rounded-lg w-full relative bg-blend-multiply bg-[url('../public/img/services/question.png')]\"},[_c('div',{staticClass:\"w-full h-full bg-blue-question absolute top-0 left-0 z-0 rounded-lg\"}),_c('h3',{staticClass:\"text-lg leading-[1.625rem] text-center text-white relative z-10\"},[_vm._v(\" Didn't find the right service? \")]),_c('div',{staticClass:\"mt-[11px] mx-auto w-fit\"},[_c('button',{staticClass:\"relative z-10 rounded-lg text-blue-text text-lg text-center py-[9px] px-[49px] bg-white shadow-4x10 hover:bg-blue-200 transition-colors\",on:{\"click\":_vm.scrollToContacts}},[_vm._v(\" Ask a question \")])])])])])]),_c('footer',{staticClass:\"text-black mt-[70px] mb-[21px] text-sm leading-4 text-center relative\"},[_c('div',{staticClass:\"relative z-10\"},[_c('router-link',{staticClass:\"text-blue-line\",attrs:{\"to\":`${_vm.$publicPath}terms-of-service`}},[_vm._v(\"Terms of Service \")]),_c('span',{staticClass:\"font-gilroy font-normal\"},[_vm._v(\"and\")]),_c('router-link',{staticClass:\"text-blue-line\",attrs:{\"to\":`${_vm.$publicPath}/privacy-policy`}},[_vm._v(\" Privacy Policy\")]),_vm._v(\". \")],1),_c('div',{staticClass:\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[230px] h-[207px] z-0 -left-[35px] -top-[120px]\"})])])],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"0 0 32 32\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M5.3345 11.9166C4.70966 11.2917 4.70966 10.2787 5.3345 9.65383V9.65383C5.95933 9.02899 6.9724 9.02899 7.59724 9.65383L16.3345 18.3911L25.0718 9.65383C25.6966 9.02899 26.7097 9.02899 27.3345 9.65383V9.65383C27.9593 10.2787 27.9593 11.2917 27.3345 11.9166L16.3345 22.9166L5.3345 11.9166Z\",\"fill\":\"#0F0F10\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.3345 11.9166C4.70966 11.2917 4.70966 10.2787 5.3345 9.65383V9.65383C5.95933 9.02899 6.9724 9.02899 7.59724 9.65383L16.3345 18.3911L25.0718 9.65383C25.6966 9.02899 26.7097 9.02899 27.3345 9.65383V9.65383C27.9593 10.2787 27.9593 11.2917 27.3345 11.9166L16.3345 22.9166L5.3345 11.9166Z\" fill=\"#0F0F10\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"DownArrow\"\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./DownArrow.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./DownArrow.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./DownArrow.vue?vue&type=template&id=f40fcbbe&\"\nimport script from \"./DownArrow.vue?vue&type=script&lang=js&\"\nexport * from \"./DownArrow.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"0 0 32 32\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M27.3345 19.5229C27.9593 20.1477 27.9593 21.1608 27.3344 21.7856C26.7096 22.4105 25.6965 22.4105 25.0717 21.7856L16.3345 13.0484L7.59719 21.7856C6.97235 22.4105 5.95929 22.4105 5.33445 21.7856C4.70961 21.1608 4.70961 20.1477 5.33445 19.5229L16.3345 8.52288L27.3345 19.5229Z\",\"fill\":\"#0F0F10\"}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.3345 19.5229C27.9593 20.1477 27.9593 21.1608 27.3344 21.7856C26.7096 22.4105 25.6965 22.4105 25.0717 21.7856L16.3345 13.0484L7.59719 21.7856C6.97235 22.4105 5.95929 22.4105 5.33445 21.7856C4.70961 21.1608 4.70961 20.1477 5.33445 19.5229L16.3345 8.52288L27.3345 19.5229Z\" fill=\"#0F0F10\"/>\n</svg>\n</template>\n\n<script>\nexport default {\n  name: \"UpArrow\"\n};\n</script>\n","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./UpArrow.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./UpArrow.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./UpArrow.vue?vue&type=template&id=e527c1a0&\"\nimport script from \"./UpArrow.vue?vue&type=script&lang=js&\"\nexport * from \"./UpArrow.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","<template>\n  <div>\n    <HeaderComponent\n      current-page=\"services\"\n      :with-shadow=\"scroll > 50\"\n      @onButtonClick=\"scrollToContacts\"\n    ></HeaderComponent>\n    <div class=\"overflow-hidden\">\n      <section class=\"relative z-10\">\n        <h1 class=\"text-black text-[2rem] mt-[87px] ml-[7%]\">\n          {{ curService.name }}\n          <FeatureSvg\n            class=\"inline absolute -top-[27px] -translate-x-[3px] text-blue gap-x-10\"\n          ></FeatureSvg>\n        </h1>\n\n        <div\n          class=\"flex flex-col-reverse sm:flex-row justify-center mx-[7%] gap-10 mt-[43px]\"\n        >\n          <div class=\"w-full sm:w-[80%] mt-7\">\n            <article\n              v-for=\"(category, index) in curService.categories\"\n              :key=\"index\"\n              class=\"py-7 pl-8 pr-7 mt-4 first:mt-0 shadow-14x28 text-dark\"\n            >\n              <h3\n                @click=\"toggleCategory(category)\"\n                class=\"cursor-pointer font-medium text-[1.25rem] hover:text-blue-text leading-[1.813rem] flex justify-between\"\n              >\n                <span>{{ category.name }}</span>\n                <UpArrow v-if=\"category.expanded\"></UpArrow>\n                <DownArrow v-else></DownArrow>\n              </h3>\n\n              <div v-if=\"category.expanded\">\n                <BreakLineSvg\n                  class=\"mt-[14px] w-full text-gray-bg\"\n                ></BreakLineSvg>\n                <p class=\"mt-4 leading-[1.625rem]\">\n                  {{ category.content }}\n                </p>\n              </div>\n            </article>\n          </div>\n\n          <div class=\"sm:w-[305px] w-full\">\n            <div class=\"py-5 px-4 text-black shadow-1x28 rounded-[11px] h-max\">\n              <h2\n                class=\"font-gilroy text-[2rem] leading-[2.375rem] text-center\"\n              >\n                Our services\n              </h2>\n              <nav class=\"mt-8\">\n                <ul>\n                  <li\n                    v-for=\"(service, index) in services\"\n                    :key=\"index\"\n                    class=\"px-4 py-[10px] mt-[11px] first:mt-0 leading-[1.32rem] rounded hover:bg-blue hover:text-white transition-colors\"\n                    :class=\"service === curService ? 'bg-blue text-white' : ''\"\n                    @click=\"selectService(service)\"\n                  >\n                    <button>\n                      <img\n                        class=\"inline mr-[10px] w-5 h-5\"\n                        :src=\"`${$publicPath}img/services/${service.image}`\"\n                        alt=\"\"\n                      />\n                      {{ service.name }}\n                    </button>\n                  </li>\n                </ul>\n              </nav>\n            </div>\n\n            <article\n              class=\"py-4 px-6 mt-4 rounded-lg w-full relative bg-blend-multiply bg-[url('../public/img/services/question.png')]\"\n            >\n              <!-- Tint -->\n              <div\n                class=\"w-full h-full bg-blue-question absolute top-0 left-0 z-0 rounded-lg\"\n              ></div>\n              <h3\n                class=\"text-lg leading-[1.625rem] text-center text-white relative z-10\"\n              >\n                Didn't find the right service?\n              </h3>\n\n              <div class=\"mt-[11px] mx-auto w-fit\">\n                <button\n                  class=\"relative z-10 rounded-lg text-blue-text text-lg text-center py-[9px] px-[49px] bg-white shadow-4x10 hover:bg-blue-200 transition-colors\"\n                  @click=\"scrollToContacts\"\n                >\n                  Ask a question\n                </button>\n              </div>\n            </article>\n          </div>\n        </div>\n      </section>\n\n      <footer\n        class=\"text-black mt-[70px] mb-[21px] text-sm leading-4 text-center relative\"\n      >\n        <div class=\"relative z-10\">\n          <router-link :to=\"`${$publicPath}terms-of-service`\" class=\"text-blue-line\"\n            >Terms of Service\n          </router-link>\n          <span class=\"font-gilroy font-normal\">and</span>\n          <router-link :to=\"`${$publicPath}/privacy-policy`\" class=\"text-blue-line\">\n            Privacy Policy</router-link\n          >.\n        </div>\n\n        <div\n          class=\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[230px] h-[207px] z-0 -left-[35px] -top-[120px]\"\n        ></div>\n      </footer>\n    </div>\n  </div>\n</template>\n\n<script>\nimport HeaderComponent from \"../components/HeaderComponent.vue\";\nimport FeatureSvg from \"../components/svg/FeatureSvg.vue\";\nimport DownArrow from \"../components/svg/DownArrow.vue\";\nimport UpArrow from \"../components/svg/UpArrow.vue\";\nimport BreakLineSvg from \"../components/svg/BreakLineSvg.vue\";\nimport ServicesMixin from \"../components/mixins/ServicesMixin.vue\";\n\nexport default {\n  name: \"ServicePage\",\n  data() {\n    return {\n      curService: {},\n      scroll: window.scrollY,\n    };\n  },\n  mounted() {\n    window.addEventListener(\"scroll\", this.onScroll);\n\n    if (this.$route.query.service) {\n      this.services.forEach((service) => {\n        if (service.service === this.$route.query.service) {\n          this.curService = service;\n          this.$set(\n            service.categories[parseInt(this.$route.query.category)],\n            \"expanded\",\n            true\n          );\n        }\n      });\n    } else {\n      if (this.services[0]) {\n        this.curService = this.services[0];\n      }\n    }\n  },\n  beforeDestroy() {\n    window.removeEventListener(\"scroll\", this.onScroll);\n  },\n  methods: {\n    toggleCategory(category) {\n      if (category.expanded) {\n        this.$set(category, \"expanded\", false);\n      } else {\n        this.$set(category, \"expanded\", true);\n      }\n    },\n    selectService(service) {\n      this.curService = service;\n    },\n    onScroll() {\n      this.scroll = window.scrollY;\n    },\n    scrollToContacts() {\n      this.$router.push({ path: this.$publicPath, query: { contacts: true } });\n    },\n  },\n  components: { HeaderComponent, FeatureSvg, UpArrow, DownArrow, BreakLineSvg },\n  mixins: [ServicesMixin],\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ServicesPage.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./ServicesPage.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ServicesPage.vue?vue&type=template&id=50eab333&\"\nimport script from \"./ServicesPage.vue?vue&type=script&lang=js&\"\nexport * from \"./ServicesPage.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('HeaderComponent',{attrs:{\"current-page\":\"blogs\",\"transparent\":_vm.scroll < 50,\"with-shadow\":_vm.scroll > 50},on:{\"onButtonClick\":_vm.scrollToContacts}}),_c('div',{staticClass:\"overflow-hidden mt-[-80px] pt-20\"},[_c('div',{staticClass:\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -right-[82px] -top-[51px]\"}),_c('section',{staticClass:\"relative z-10 px-[6.7%] mt-[63px]\"},[_c('h1',{staticClass:\"text-black text-[2rem]\"},[_vm._v(\" Blog \"),_c('FeatureSvg',{staticClass:\"inline absolute -top-[6px] -translate-x-[3px] text-blue gap-x-10 w-6 h-6\"})],1),_c('ul',{staticClass:\"mt-2\"},_vm._l((_vm.blogs),function(blog){return _c('li',{key:blog.id},[_c('article',{staticClass:\"p-4 mt-6 rounded-2xl bg-white shadow-3x28\"},[_c('img',{staticClass:\"w-full mb-4\",attrs:{\"src\":blog.image,\"alt\":\"Title image\"}}),_c('router-link',{staticClass:\"font-medium text-xl text-dark leading-[1.66rem] hover:text-blue-text transition-colors\",attrs:{\"to\":`${_vm.$publicPath}blogs/${blog.id}`}},[_vm._v(\" \"+_vm._s(blog.title)+\" \")]),_c('p',{staticClass:\"mt-2 leading-5 text-gray-text\"},[_c('small',[_vm._v(_vm._s(blog.date))])]),_c('p',{staticClass:\"mt-4 text-gray-600\"},[_vm._v(\" \"+_vm._s(blog.content.length > 340 ? blog.content.slice(0, 340) + \"...\" : blog.content)+\" \")])],1)])}),0)]),_c('FooterComponent',{ref:\"contacts\",staticClass:\"mt-[92px]\"})],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<!-- eslint-disable no-undef -->\r\n<script>\r\nlet $publicPath = process.env.BASE_URL;\r\nexport default {\r\n  data: function () {\r\n    return {\r\n      blogs: [\r\n        {\r\n          id: 1,\r\n          title: \"Thinking about an investment property in Portugal.\",\r\n          date: \"Jun 12, 2022\",\r\n          image: `${$publicPath}img/blogs/blog1.png`,\r\n          content: `\r\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n<br><img class=\"my-6 mx-auto\" src=\"${$publicPath}img/blogs/blog1_1.png\" alt=\"\"/><br>\r\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n          `,\r\n        },\r\n        {\r\n          id: 2,\r\n          title: \"Thinking about an investment property in Portugal.\",\r\n          date: \"Jun 12, 2022\",\r\n          image: `${$publicPath}img/blogs/blog2.png`,\r\n          content: `\r\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n<br><img class=\"my-6 mx-auto\" src=\"${$publicPath}img/blogs/blog1_1.png\" alt=\"\"/><br>\r\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n          `,\r\n        },\r\n        {\r\n          id: 3,\r\n          title: \"Thinking about an investment property in Portugal.\",\r\n          date: \"Jun 12, 2022\",\r\n          image: `${$publicPath}img/blogs/blog3.png`,\r\n          content: `\r\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n<br><img class=\"my-6 mx-auto\" src=\"${$publicPath}img/blogs/blog1_1.png\" alt=\"\"/><br>\r\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n          `,\r\n        },\r\n        {\r\n          id: 4,\r\n          title: \"Thinking about an investment property in Portugal.\",\r\n          date: \"Jun 12, 2022\",\r\n          image: `${$publicPath}img/blogs/blog4.png`,\r\n          content: `\r\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n<br><img class=\"my-6 mx-auto\" src=\"${$publicPath}img/blogs/blog1_1.png\" alt=\"\"/><br>\r\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n          `,\r\n        },\r\n        {\r\n          id: 5,\r\n          title: \"Thinking about an investment property in Portugal.\",\r\n          date: \"Jun 12, 2022\",\r\n          image: `${$publicPath}img/blogs/blog5.png`,\r\n          content: `\r\n          House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n<img class=\"my-6 mx-auto\" src=\"${$publicPath}img/blogs/blog1_1.png\" alt=\"\"/>\r\nHouse prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>\r\nFor existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>\r\nThinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers\r\n          `,\r\n        },\r\n      ],\r\n    };\r\n  },\r\n};\r\n</script>\r\n","var render, staticRenderFns\nimport script from \"./BlogsMixin.vue?vue&type=script&lang=js&\"\nexport * from \"./BlogsMixin.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BlogsMixin.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BlogsMixin.vue?vue&type=script&lang=js&\"","<template>\n  <div>\n    <HeaderComponent\n      current-page=\"blogs\"\n      :transparent=\"scroll < 50\"\n      :with-shadow=\"scroll > 50\"\n      @onButtonClick=\"scrollToContacts\"\n    ></HeaderComponent>\n    <div class=\"overflow-hidden mt-[-80px] pt-20\">\n      <div\n        class=\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -right-[82px] -top-[51px]\"\n      ></div>\n\n      <section class=\"relative z-10 px-[6.7%] mt-[63px]\">\n        <h1 class=\"text-black text-[2rem]\">\n          Blog\n          <FeatureSvg\n            class=\"inline absolute -top-[6px] -translate-x-[3px] text-blue gap-x-10 w-6 h-6\"\n          ></FeatureSvg>\n        </h1>\n\n        <ul class=\"mt-2\">\n          <li v-for=\"blog in blogs\" :key=\"blog.id\">\n            <article class=\"p-4 mt-6 rounded-2xl bg-white shadow-3x28\">\n              <img :src=\"blog.image\" alt=\"Title image\" class=\"w-full mb-4\" />\n              <router-link\n                :to=\"`${$publicPath}blogs/${blog.id}`\"\n                class=\"font-medium text-xl text-dark leading-[1.66rem] hover:text-blue-text transition-colors\"\n              >\n                {{ blog.title }}\n              </router-link>\n              <p class=\"mt-2 leading-5 text-gray-text\">\n                <small>{{ blog.date }}</small>\n              </p>\n              <p class=\"mt-4 text-gray-600\">\n                {{\n                  blog.content.length > 340\n                    ? blog.content.slice(0, 340) + \"...\"\n                    : blog.content\n                }}\n              </p>\n            </article>\n          </li>\n        </ul>\n      </section>\n\n      <FooterComponent ref=\"contacts\" class=\"mt-[92px]\"></FooterComponent>\n    </div>\n  </div>\n</template>\n\n<script>\nimport HeaderComponent from \"../components/HeaderComponent.vue\";\nimport FeatureSvg from \"../components/svg/FeatureSvg.vue\";\nimport BlogsMixin from \"../components/mixins/BlogsMixin.vue\";\nimport FooterComponent from \"../components/FooterComponent.vue\";\n\nexport default {\n  name: \"BlogsPage\",\n  data() {\n    return {\n      scroll: window.scrollY,\n    };\n  },\n  mounted() {\n    window.addEventListener(\"scroll\", this.onScroll);\n  },\n  beforeDestroy() {\n    window.removeEventListener(\"scroll\", this.onScroll);\n  },\n  methods: {\n    onScroll() {\n      this.scroll = window.scrollY;\n    },\n    scrollToContacts(){\n      this.$refs.contacts.$el.scrollIntoView({ behavior: 'smooth' });\n    }\n  },\n  components: { HeaderComponent, FeatureSvg, FooterComponent },\n  mixins: [BlogsMixin],\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BlogsPage.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BlogsPage.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./BlogsPage.vue?vue&type=template&id=4bf76b28&\"\nimport script from \"./BlogsPage.vue?vue&type=script&lang=js&\"\nexport * from \"./BlogsPage.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('HeaderComponent',{attrs:{\"current-page\":\"blogs\",\"transparent\":_vm.scroll < 50,\"with-shadow\":_vm.scroll > 50},on:{\"onButtonClick\":_vm.scrollToContacts}}),_c('div',{staticClass:\"overflow-hidden relative mt-[-80px] pt-20\"},[_c('div',{staticClass:\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -right-[82px] -top-[51px]\"}),_c('section',{staticClass:\"relative z-10 px-[6.7%] mt-6\"},[_c('router-link',{staticClass:\"text-dark hover:text-gray-600 flex items-center leading-6 text-lg font-light\",attrs:{\"to\":`${_vm.$publicPath}blogs`}},[_c('LeftArrow',{staticClass:\"inline w-6 h-6 mr-1\"}),_vm._v(\" Back to all articles \")],1),_c('h1',{staticClass:\"text-dark text-5xl mt-11 leading-[3.32.rem]\"},[_vm._v(\" \"+_vm._s(_vm.blog.title)+\" \")]),_c('p',{staticClass:\"mt-5 leading-5 text-gray-400\"},[_c('small',[_vm._v(_vm._s(_vm.blog.date))])]),_c('img',{staticClass:\"w-full mt-5\",attrs:{\"src\":_vm.blog.image,\"alt\":\"Title image\"}}),_c('p',{staticClass:\"mt-6 text-gray-600 text-xl leading-7\",domProps:{\"innerHTML\":_vm._s(_vm.blog.content)}})],1),_c('div',{staticClass:\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[238px] h-[238px] z-0 -left-[91px] top-[50%]\"}),_c('FooterComponent',{staticClass:\"mt-[92px]\"})],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <div>\n    <HeaderComponent\n      current-page=\"blogs\"\n      :transparent=\"scroll < 50\"\n      :with-shadow=\"scroll > 50\"\n      @onButtonClick=\"scrollToContacts\"\n    ></HeaderComponent>\n    <div class=\"overflow-hidden relative mt-[-80px] pt-20\">\n      <div\n        class=\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[380px] h-[380px] z-0 -right-[82px] -top-[51px]\"\n      ></div>\n\n      <section class=\"relative z-10 px-[6.7%] mt-6\">\n        <router-link\n          :to=\"`${$publicPath}blogs`\"\n          class=\"text-dark hover:text-gray-600 flex items-center leading-6 text-lg font-light\"\n        >\n          <LeftArrow class=\"inline w-6 h-6 mr-1\"></LeftArrow>\n          Back to all articles\n        </router-link>\n\n        <h1 class=\"text-dark text-5xl mt-11 leading-[3.32.rem]\">\n          {{ blog.title }}\n        </h1>\n        <p class=\"mt-5 leading-5 text-gray-400\">\n          <small>{{ blog.date }}</small>\n        </p>\n\n        <img :src=\"blog.image\" alt=\"Title image\" class=\"w-full mt-5\" />\n        <p\n          class=\"mt-6 text-gray-600 text-xl leading-7\"\n          v-html=\"blog.content\"\n        ></p>\n      </section>\n      <div\n        class=\"absolute bg-gray-bg blur-[58px] rounded-[190px] w-[238px] h-[238px] z-0 -left-[91px] top-[50%]\"\n      ></div>\n      <FooterComponent class=\"mt-[92px]\"></FooterComponent>\n    </div>\n  </div>\n</template>\n\n<script>\nimport HeaderComponent from \"../components/HeaderComponent.vue\";\nimport LeftArrow from \"../components/svg/LeftArrow.vue\";\nimport BlogsMixin from \"../components/mixins/BlogsMixin.vue\";\nimport FooterComponent from \"../components/FooterComponent.vue\";\n\nexport default {\n  name: \"BlogsPage\",\n  data() {\n    return {\n      scroll: window.scrollY,\n      blog: {},\n    };\n  },\n  mounted() {\n    window.addEventListener(\"scroll\", this.onScroll);\n\n    if (!this.$route.params.id || !this.blogs[this.$route.params.id - 1]) {\n      this.$router.push(`${this.$publicPath}blogs`);\n      return;\n    }\n\n    this.blog = this.blogs[this.$route.params.id - 1];\n  },\n  beforeDestroy() {\n    window.removeEventListener(\"scroll\", this.onScroll);\n  },\n  methods: {\n    onScroll() {\n      this.scroll = window.scrollY;\n    },\n    scrollToContacts(){\n      this.$refs.contacts.$el.scrollIntoView({ behavior: 'smooth' });\n    }\n  },\n  components: { HeaderComponent, FooterComponent, LeftArrow },\n  mixins: [BlogsMixin],\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BlogPage.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./BlogPage.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./BlogPage.vue?vue&type=template&id=6e2a1979&\"\nimport script from \"./BlogPage.vue?vue&type=script&lang=js&\"\nexport * from \"./BlogPage.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"min-h-screen bg-cover bg-no-repeat bg-center bg-blend-multiply bg-gray-300 bg-[url('../public/img/404.png')]\"},[_c('HeaderComponent',{attrs:{\"current-page\":\"404\",\"transparent\":\"\",\"text-white\":\"\"},on:{\"onButtonClick\":_vm.scrollToContacts}}),_c('h1',{staticClass:\"text-white font-medium text-[3.375rem] leading-[4.5rem] mt-10 sm:mt-20 md:mt-[214px] w-max mx-auto relative\"},[_c('FeatureLeftSvg',{staticClass:\"absolute -translate-x-[91%] w-[51px] h-[51px] text-blue -top-[25px]\"}),_vm._v(\" Oops! \")],1),_vm._m(0),_c('div',{staticClass:\"flex justify-center mt-[30px]\"},[_c('router-link',{staticClass:\"text-white rounded leading-[1.813rem] text-lg py-[14px] px-10 text-center w-max bg-blue hover:bg-blue-700 transition-colors\",attrs:{\"to\":_vm.$publicPath}},[_vm._v(\" Go to main page \")])],1)],1)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('p',{staticClass:\"mt-2 text-white leading-[1.625rem] text-center text-lg w-auto mx-auto\"},[_vm._v(\" It looks like something went wrong \"),_c('br'),_vm._v(\" Reload the page or return to the home screen \")])\n}]\n\nexport { render, staticRenderFns }","<template>\n  <div class=\"min-h-screen bg-cover bg-no-repeat bg-center bg-blend-multiply bg-gray-300 bg-[url('../public/img/404.png')]\">\n    <HeaderComponent\n      current-page=\"404\"\n      transparent\n      text-white\n      @onButtonClick=\"scrollToContacts\"\n    ></HeaderComponent>\n  \n    <h1 class=\"text-white font-medium text-[3.375rem] leading-[4.5rem] mt-10 sm:mt-20 md:mt-[214px] w-max mx-auto relative\">\n      <FeatureLeftSvg class=\"absolute -translate-x-[91%] w-[51px] h-[51px] text-blue -top-[25px]\"></FeatureLeftSvg>\n      Oops!\n    </h1>\n    <p class=\"mt-2 text-white leading-[1.625rem] text-center text-lg w-auto mx-auto\">\n      It looks like something went wrong <br>\nReload the page or return to the home screen\n    </p>\n    <div class=\"flex justify-center mt-[30px]\">\n      <router-link :to=\"$publicPath\" class=\"text-white rounded leading-[1.813rem] text-lg py-[14px] px-10 text-center w-max bg-blue hover:bg-blue-700 transition-colors\">\n      Go to main page\n    </router-link>\n    </div>\n    \n  </div>\n</template>\n\n<script>\nimport HeaderComponent from \"../components/HeaderComponent.vue\";\nimport FeatureLeftSvg from \"../components/svg/FeatureLeftSvg.vue\";\n\nexport default {\n  name: \"NotFoundPage\",\n  methods: {\n    scrollToContacts() {\n      this.$router.push({ path: this.$publicPath, query: { contacts: true } });\n    },\n  },\n  components: { HeaderComponent, FeatureLeftSvg },\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./NotFoundPage.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./NotFoundPage.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./NotFoundPage.vue?vue&type=template&id=5251411d&\"\nimport script from \"./NotFoundPage.vue?vue&type=script&lang=js&\"\nexport * from \"./NotFoundPage.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('HeaderComponent',{attrs:{\"current-page\":\"blogs\",\"transparent\":_vm.scroll < 50,\"with-shadow\":_vm.scroll > 50},on:{\"onButtonClick\":_vm.scrollToContacts}}),_vm._m(0),_c('footer',{staticClass:\"text-black mt-[32px] mb-5 text-sm leading-4 text-center relative\"},[_c('router-link',{staticClass:\"text-blue-line\",attrs:{\"to\":`${_vm.$publicPath}terms-of-service`}},[_vm._v(\"Terms of Service \")]),_c('span',{staticClass:\"font-gilroy font-normal\"},[_vm._v(\"and\")]),_c('router-link',{staticClass:\"text-blue-line\",attrs:{\"to\":`${_vm.$publicPath}privacy-policy`}},[_vm._v(\" Privacy Policy\")]),_vm._v(\". \")],1)],1)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('section',{staticClass:\"mt-[84px] pl-[6.7%] pr-[8.6%] font-gilroy\"},[_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem]\"},[_vm._v(\"Terms of Use Agreement\")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" This agreement requires the use of arbitration on an individual basis to resolve disputes between you and immigrants like us (dba \\\"immigrationhelp.Org \\\"). Both you and immigrationhelp.Org waive the right to a jury trial or class action. Please read this document carefully. It affects your legal rights and remedies and will have a substantial effect on how disputes between you and immigrationhelp.Org will be\"),_c('br'),_c('br'),_vm._v(\" Neither immigrants like us nor immigrationhelp.Org is a law firm, nor do they provide legal advice. They are not a substitute for the advice of an attorney. Your use of the site and services, and your communication with immigrationhelp.Org, does not create an attorney-client relationship. Your communications with immigrationhelp.Org are not protected by the attorney-client privilege. \")]),_c('p',{staticClass:\"mt-[29px]\"},[_c('i',{staticClass:\"font-semibold italic capitalize\"},[_vm._v(\" The summaries of provisions under “What this means for you” are provided as a courtesy to help you understand this Agreement, but they are not legally binding and do not modify this Agreement in any way. \")])]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\"Scope\")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" This Terms of Use Agreement (“Agreement”) is between you and Immigrants Like Us, Inc. (DBA “ImmigrationHelp.org”), and governs your use of the website located at www.immigrationhelp.org (including all subdomains) (the “Site”) and the services provided by ImmigrationHelp.org (the “Services”). All references to \\\"Immigrants Like Us,\\\" \\\"ImmigrationHelp.org,\\\" \\\"ImmiHelp,\\\" \\\"ILU,\\\" or \\\"IHO\\\" on this website or its related pages, applications, or correspondence, refer to the same entity, incorporated in the state of Massachusetts as \\\"Immigrants Like Us, Inc.\\\" For the sake of clarity and consistency, this Agreement will use \\\"ImmigrationHelp.org\\\" for all references to the incorporated entity Immigrants Like Us, Inc. By accessing or using the Site or the Services, you agree to be legally bound by this Agreement. Your use of the Site and Services is also subject to the terms of the ImmigrationHelp.org Privacy Policy. If you do not agree to the terms of this Agreement and the Privacy Policy, you may not access or use the Site or Services. The Site and Services are intended for use by persons 18 years of age or older. If you are under 18 years of age, you may not access or use the Site or Services. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" WHAT THIS MEANS FOR YOU \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" If you use the ImmigrationHelp.org website or services, you are agreeing to these terms. If you don’t agree to the terms, or if you are under 18 years of age, you may not use the website or services. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" Description of Services \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" ImmigrationHelp.org is a platform designed to assist you in completing United States Citizenship and Immigration Services (USCIS) forms as well as forms required by other governmental agencies. ImmigrationHelp.org provides information and step-by-step instructions intended to make the completion of such forms less confusing. ImmigrationHelp.org is not affiliated with or endorsed by USCIS or any United States government agency. All USCIS and other forms are available without cost from USCIS and other applicable agencies. Use of the ImmigrationHelp.org's Site and Services is not required to complete and file such forms. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" WHAT THIS MEANS FOR YOU \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" United States Citizenship and Immigration Services (USCIS) is the government agency that oversees many U.S. immigration benefits. USCIS provides immigration forms for free. ImmigrationHelp.org is a private company and has no affiliation with USCIS. You are not required to use ImmigrationHelp.org to complete USCIS forms. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\"Not a Law Firm\")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" IMMIGRATIONHELP.ORG IS NOT A LAW FIRM AND ITS SERVICES SHOULD NOT BE CONFUSED WITH LEGAL ADVICE. YOUR AGREEMENT TO THE TERMS OF THIS AGREEMENT AND YOUR ACCESS AND USE OF THE IMMIGRATIONHELP.ORG'S SITE AND SERVICES DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP BETWEEN YOU AND IMMIGRATIONHELP.ORG. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" WHAT THIS MEANS FOR YOU \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" ImmigrationHelp.org provides information and assistance in completing USCIS forms. However, ImmigrationHelp.org is not a law firm. ImmigrationHelp.org cannot, and does not, provide legal advice to you. Depending on your particular circumstances, you may require the services of a licensed attorney, and ImmigrationHelp.org is not a substitute for the advice of a licensed attorney. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" Accounts and Information \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" Your ImmigrationHelp.org Account. In order to access and use some aspects of the Site and Services, you will be required to create an account and establish a username and password. If you create a ImmigrationHelp.org Account, you agree to submit only accurate information about yourself and to keep the information you submit up-to-date. You agree not to impersonate anyone else. You are responsible for maintaining the security and confidentiality of your username and password, and you agree not to authorize anyone else to use your username and password. You are solely responsible for all actions taken under your account. You agree to notify ImmigrationHelp.org promptly in the event you learn of any unauthorized use of your account. By creating an account, you agree that you may receive electronic communications from ImmigrationHelp.org and its affiliates, including offers, newsletters, account notices and updates. If at any time you no longer wish to receive such electronic communications, you may opt-out by clicking the designated link in the communication. \"),_c('br'),_c('br'),_vm._v(\" 4.2. Your Application. If you use our service to file an application, we may assign a unique email address to your account for the sole purpose of enabling ImmigrationHelp.org to receive directly from USCIS the receipt number assigned to your application. You agree that ImmigrationHelp.org may use your receipt number to check your application status from time to time so that we may provide you pertinent general information about the steps in the application process. If, at any time, you do not want ImmigrationHelp.org to retain your receipt number or to check your application status, let us know by contacting our support department at help@immigrationhelp.org. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" WHAT THIS MEANS FOR YOU \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" You may need to create an account with ImmigrationHelp.org. If you do, you will only provide accurate information about yourself. You agree not to share your account access credentials with others, and will be responsible for anyone’s use of your account. When you create an account, you give us permission to receive your government receipt number, use that number to check your application status, and email you with general information about the application process. If you don’t want us to retain your government receipt number or check your application status, email us at help@immigrationhelp.org \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\"Use of Services\")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" License Grant to You. Subject to your complete compliance with the provisions of this Agreement, you are granted a limited, non-exclusive, non-transferable, revocable license to use the Site and Services solely in the manner authorized and intended by ImmigrationHelp.org. Any rights not expressly granted in this Agreement are expressly reserved by ImmigrationHelp.org. The resale or distribution of materials made available on the Site without the express, written consent of ImmigrationHelp.org is prohibited. All such materials are authorized only for your own personal use. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" WHAT THIS MEANS FOR YOU \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" We are granting you permission to use our website and services, but only in the ways described in this agreement. You can’t transfer this permission to others. You can’t sell or give the information or content we provide to you to others. \"),_c('br'),_c('br'),_vm._v(\" 5.2. Restrictions on Your Access To and Use of Site and Services \"),_c('br'),_c('br'),_vm._v(\" In connection with your access to or use of the Site or Services, you are prohibited from: \"),_c('br'),_c('br'),_vm._v(\" accessing data not intended for you or logging onto a server or an account which you are not authorized to access; using any engine, software, tool, agent or other device or mechanism (including without limitation browsers, spiders, robots, avatars or intelligent agents) to access, navigate, or search the Site, other than generally available third-party web browsers (e.g., Mozilla Firefox, Google Chrome and Microsoft Explorer); using any device, software or routine to interfere or attempt to interfere with the proper working of the Site or any activity being conducted on the Site; attempting to probe, scan or test the vulnerability of a ImmigrationHelp.org system or network or to breach security or authentication measures without proper authorization; attempting to interfere with service to any user, host or network, including, without limitation, via means of submitting a virus to the Site or through the Service, overloading, “flooding,” “spamming,” “mailbombing” or “crashing”; sending unsolicited email, including promotions and/or advertising of products or services; forging any TCP/IP packet header or any part of the header information in any email or newsgroup posting; copying, modifying, adapting, reproducing, reverse engineering, decompiling, disassembling, or preparing derivative works from ImmigrationHelp.org software, ImmigrationHelp.org Content or User Content that is not your own; distributing viruses, malicious code, malware or any other technologies that may harm ImmigrationHelp.org, the Site, the Services or a user; violating or circumventing any applicable laws, regulations or ImmigrationHelp.org technical measures, security measures or policies; violating, infringing, or breaching the rights of ImmigrationHelp.org or a third-party, including, but not limited to any copyrights, trademark rights, patent rights, trade secrets rights, rights of publicity or personality, moral rights, or any other proprietary rights; submitting to the Site or through the Services any false, inaccurate, misleading, deceptive, defamatory, or libelous materials or User Content; or knowingly withholding or failing to disclose information requested by ImmigrationHelp.org or required to be included or disclosed on a USCIS form or other government form or engaging in any action that constitutes fraud. Submitting false, inaccurate, misleading or deceptive information, or failing to disclose information requested by ImmigrationHelp.org or required to be included or disclosed on a USCIS form or other government form may result in your application being denied by the applicable government agency and ImmigrationHelp.org will not have any liability to you as a result of such actions. \"),_c('br'),_c('br'),_vm._v(\" Violations of system or network security may result in civil or criminal liability. ImmigrationHelp.org will investigate occurrences that may involve such violations and may involve, and cooperate with, law enforcement authorities in prosecuting users who are involved in such violations. \")])])\n}]\n\nexport { render, staticRenderFns }","<template>\n  <div>\n    <HeaderComponent\n      current-page=\"blogs\"\n      :transparent=\"scroll < 50\"\n      :with-shadow=\"scroll > 50\"\n      @onButtonClick=\"scrollToContacts\"\n    ></HeaderComponent>\n    <section class=\"mt-[84px] pl-[6.7%] pr-[8.6%] font-gilroy\">\n      <h1 class=\"text-[2rem] leading-[2.375rem]\">Terms of Use Agreement</h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        This agreement requires the use of arbitration on an individual basis to\n        resolve disputes between you and immigrants like us (dba\n        \"immigrationhelp.Org \"). Both you and immigrationhelp.Org waive the\n        right to a jury trial or class action. Please read this document\n        carefully. It affects your legal rights and remedies and will have a\n        substantial effect on how disputes between you and immigrationhelp.Org\n        will be<br /><br />\n        Neither immigrants like us nor immigrationhelp.Org is a law firm, nor do\n        they provide legal advice. They are not a substitute for the advice of\n        an attorney. Your use of the site and services, and your communication\n        with immigrationhelp.Org, does not create an attorney-client\n        relationship. Your communications with immigrationhelp.Org are not\n        protected by the attorney-client privilege.\n      </p>\n      <p class=\"mt-[29px]\">\n        <i class=\"font-semibold italic capitalize\">\n          The summaries of provisions under “What this means for you” are\n          provided as a courtesy to help you understand this Agreement, but they\n          are not legally binding and do not modify this Agreement in any way.\n        </i>\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">Scope</h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        This Terms of Use Agreement (“Agreement”) is between you and Immigrants\n        Like Us, Inc. (DBA “ImmigrationHelp.org”), and governs your use of the\n        website located at www.immigrationhelp.org (including all subdomains)\n        (the “Site”) and the services provided by ImmigrationHelp.org (the\n        “Services”). All references to \"Immigrants Like Us,\"\n        \"ImmigrationHelp.org,\" \"ImmiHelp,\" \"ILU,\" or \"IHO\" on this website or\n        its related pages, applications, or correspondence, refer to the same\n        entity, incorporated in the state of Massachusetts as \"Immigrants Like\n        Us, Inc.\" For the sake of clarity and consistency, this Agreement will\n        use \"ImmigrationHelp.org\" for all references to the incorporated entity\n        Immigrants Like Us, Inc. By accessing or using the Site or the Services,\n        you agree to be legally bound by this Agreement. Your use of the Site\n        and Services is also subject to the terms of the ImmigrationHelp.org\n        Privacy Policy. If you do not agree to the terms of this Agreement and\n        the Privacy Policy, you may not access or use the Site or Services. The\n        Site and Services are intended for use by persons 18 years of age or\n        older. If you are under 18 years of age, you may not access or use the\n        Site or Services.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        WHAT THIS MEANS FOR YOU\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        If you use the ImmigrationHelp.org website or services, you are agreeing\n        to these terms. If you don’t agree to the terms, or if you are under 18\n        years of age, you may not use the website or services.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        Description of Services\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        ImmigrationHelp.org is a platform designed to assist you in completing\n        United States Citizenship and Immigration Services (USCIS) forms as well\n        as forms required by other governmental agencies. ImmigrationHelp.org\n        provides information and step-by-step instructions intended to make the\n        completion of such forms less confusing. ImmigrationHelp.org is not\n        affiliated with or endorsed by USCIS or any United States government\n        agency. All USCIS and other forms are available without cost from USCIS\n        and other applicable agencies. Use of the ImmigrationHelp.org's Site and\n        Services is not required to complete and file such forms.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        WHAT THIS MEANS FOR YOU\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        United States Citizenship and Immigration Services (USCIS) is the\n        government agency that oversees many U.S. immigration benefits. USCIS\n        provides immigration forms for free. ImmigrationHelp.org is a private\n        company and has no affiliation with USCIS. You are not required to use\n        ImmigrationHelp.org to complete USCIS forms.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">Not a Law Firm</h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        IMMIGRATIONHELP.ORG IS NOT A LAW FIRM AND ITS SERVICES SHOULD NOT BE\n        CONFUSED WITH LEGAL ADVICE. YOUR AGREEMENT TO THE TERMS OF THIS\n        AGREEMENT AND YOUR ACCESS AND USE OF THE IMMIGRATIONHELP.ORG'S SITE AND\n        SERVICES DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP BETWEEN YOU AND\n        IMMIGRATIONHELP.ORG.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        WHAT THIS MEANS FOR YOU\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        ImmigrationHelp.org provides information and assistance in completing\n        USCIS forms. However, ImmigrationHelp.org is not a law firm.\n        ImmigrationHelp.org cannot, and does not, provide legal advice to you.\n        Depending on your particular circumstances, you may require the services\n        of a licensed attorney, and ImmigrationHelp.org is not a substitute for\n        the advice of a licensed attorney.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        Accounts and Information\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        Your ImmigrationHelp.org Account. In order to access and use some\n        aspects of the Site and Services, you will be required to create an\n        account and establish a username and password. If you create a\n        ImmigrationHelp.org Account, you agree to submit only accurate\n        information about yourself and to keep the information you submit\n        up-to-date. You agree not to impersonate anyone else. You are\n        responsible for maintaining the security and confidentiality of your\n        username and password, and you agree not to authorize anyone else to use\n        your username and password. You are solely responsible for all actions\n        taken under your account. You agree to notify ImmigrationHelp.org\n        promptly in the event you learn of any unauthorized use of your account.\n        By creating an account, you agree that you may receive electronic\n        communications from ImmigrationHelp.org and its affiliates, including\n        offers, newsletters, account notices and updates. If at any time you no\n        longer wish to receive such electronic communications, you may opt-out\n        by clicking the designated link in the communication.\n        <br /><br />\n        4.2. Your Application. If you use our service to file an application, we\n        may assign a unique email address to your account for the sole purpose\n        of enabling ImmigrationHelp.org to receive directly from USCIS the\n        receipt number assigned to your application. You agree that\n        ImmigrationHelp.org may use your receipt number to check your\n        application status from time to time so that we may provide you\n        pertinent general information about the steps in the application\n        process. If, at any time, you do not want ImmigrationHelp.org to retain\n        your receipt number or to check your application status, let us know by\n        contacting our support department at help@immigrationhelp.org.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        WHAT THIS MEANS FOR YOU\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        You may need to create an account with ImmigrationHelp.org. If you do,\n        you will only provide accurate information about yourself. You agree not\n        to share your account access credentials with others, and will be\n        responsible for anyone’s use of your account. When you create an\n        account, you give us permission to receive your government receipt\n        number, use that number to check your application status, and email you\n        with general information about the application process. If you don’t\n        want us to retain your government receipt number or check your\n        application status, email us at help@immigrationhelp.org\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">Use of Services</h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        License Grant to You. Subject to your complete compliance with the\n        provisions of this Agreement, you are granted a limited, non-exclusive,\n        non-transferable, revocable license to use the Site and Services solely\n        in the manner authorized and intended by ImmigrationHelp.org. Any rights\n        not expressly granted in this Agreement are expressly reserved by\n        ImmigrationHelp.org. The resale or distribution of materials made\n        available on the Site without the express, written consent of\n        ImmigrationHelp.org is prohibited. All such materials are authorized\n        only for your own personal use.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        WHAT THIS MEANS FOR YOU\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        We are granting you permission to use our website and services, but only\n        in the ways described in this agreement. You can’t transfer this\n        permission to others. You can’t sell or give the information or content\n        we provide to you to others.\n        <br /><br />\n        5.2. Restrictions on Your Access To and Use of Site and Services\n        <br /><br />\n        In connection with your access to or use of the Site or Services, you\n        are prohibited from:\n        <br /><br />\n        accessing data not intended for you or logging onto a server or an\n        account which you are not authorized to access; using any engine,\n        software, tool, agent or other device or mechanism (including without\n        limitation browsers, spiders, robots, avatars or intelligent agents) to\n        access, navigate, or search the Site, other than generally available\n        third-party web browsers (e.g., Mozilla Firefox, Google Chrome and\n        Microsoft Explorer); using any device, software or routine to interfere\n        or attempt to interfere with the proper working of the Site or any\n        activity being conducted on the Site; attempting to probe, scan or test\n        the vulnerability of a ImmigrationHelp.org system or network or to\n        breach security or authentication measures without proper authorization;\n        attempting to interfere with service to any user, host or network,\n        including, without limitation, via means of submitting a virus to the\n        Site or through the Service, overloading, “flooding,” “spamming,”\n        “mailbombing” or “crashing”; sending unsolicited email, including\n        promotions and/or advertising of products or services; forging any\n        TCP/IP packet header or any part of the header information in any email\n        or newsgroup posting; copying, modifying, adapting, reproducing, reverse\n        engineering, decompiling, disassembling, or preparing derivative works\n        from ImmigrationHelp.org software, ImmigrationHelp.org Content or User\n        Content that is not your own; distributing viruses, malicious code,\n        malware or any other technologies that may harm ImmigrationHelp.org, the\n        Site, the Services or a user; violating or circumventing any applicable\n        laws, regulations or ImmigrationHelp.org technical measures, security\n        measures or policies; violating, infringing, or breaching the rights of\n        ImmigrationHelp.org or a third-party, including, but not limited to any\n        copyrights, trademark rights, patent rights, trade secrets rights,\n        rights of publicity or personality, moral rights, or any other\n        proprietary rights; submitting to the Site or through the Services any\n        false, inaccurate, misleading, deceptive, defamatory, or libelous\n        materials or User Content; or knowingly withholding or failing to\n        disclose information requested by ImmigrationHelp.org or required to be\n        included or disclosed on a USCIS form or other government form or\n        engaging in any action that constitutes fraud. Submitting false,\n        inaccurate, misleading or deceptive information, or failing to disclose\n        information requested by ImmigrationHelp.org or required to be included\n        or disclosed on a USCIS form or other government form may result in your\n        application being denied by the applicable government agency and\n        ImmigrationHelp.org will not have any liability to you as a result of\n        such actions.\n        <br /><br />\n        Violations of system or network security may result in civil or criminal\n        liability. ImmigrationHelp.org will investigate occurrences that may\n        involve such violations and may involve, and cooperate with, law\n        enforcement authorities in prosecuting users who are involved in such\n        violations.\n      </p>\n    </section>\n    <footer\n      class=\"text-black mt-[32px] mb-5 text-sm leading-4 text-center relative\"\n    >\n      <router-link :to=\"`${$publicPath}terms-of-service`\" class=\"text-blue-line\"\n        >Terms of Service\n      </router-link>\n      <span class=\"font-gilroy font-normal\">and</span>\n      <router-link :to=\"`${$publicPath}privacy-policy`\" class=\"text-blue-line\">\n        Privacy Policy</router-link\n      >.\n    </footer>\n  </div>\n</template>\n\n<script>\nimport HeaderComponent from \"../components/HeaderComponent.vue\";\n\nexport default {\n  name: \"TermsOfServicePage\",\n  data() {\n    return {\n      scroll: window.scrollY,\n    };\n  },\n  mounted() {\n    window.addEventListener(\"scroll\", this.onScroll);\n  },\n  beforeDestroy() {\n    window.removeEventListener(\"scroll\", this.onScroll);\n  },\n  methods: {\n    onScroll() {\n      this.scroll = window.scrollY;\n    },\n    scrollToContacts() {\n      this.$router.push({ path: this.$publicPath, query: { contacts: true } });\n    },\n  },\n  components: { HeaderComponent },\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./TermsOfServicePage.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./TermsOfServicePage.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./TermsOfServicePage.vue?vue&type=template&id=3ec6e656&\"\nimport script from \"./TermsOfServicePage.vue?vue&type=script&lang=js&\"\nexport * from \"./TermsOfServicePage.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('HeaderComponent',{attrs:{\"current-page\":\"blogs\",\"transparent\":_vm.scroll < 50,\"with-shadow\":_vm.scroll > 50},on:{\"onButtonClick\":_vm.scrollToContacts}}),_vm._m(0),_c('footer',{staticClass:\"text-black mt-[32px] mb-5 text-sm leading-4 text-center relative\"},[_c('router-link',{staticClass:\"text-blue-line\",attrs:{\"to\":`${_vm.$publicPath}terms-of-service`}},[_vm._v(\"Terms of Service \")]),_c('span',{staticClass:\"font-gilroy font-normal\"},[_vm._v(\"and\")]),_c('router-link',{staticClass:\"text-blue-line\",attrs:{\"to\":`${_vm.$publicPath}privacy-policy`}},[_vm._v(\" Privacy Policy\")]),_vm._v(\". \")],1)],1)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('section',{staticClass:\"mt-[84px] pl-[6.7%] pr-[8.6%] font-gilroy\"},[_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem]\"},[_vm._v(\" Information You Provide to Us \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" We collect information you provide directly to us. For example, you share information directly with us when you create an account, fill out a form, submit or post content through our Services, purchase a membership, communicate with us via third-party platforms, request customer support, or otherwise communicate with us. The types of personal information we may collect include your name, display name, username, bio, email address, business information, your content, including your avatar image, photos, posts, responses, and series published by you, and any other information you choose to provide. \"),_c('br'),_c('br'),_vm._v(\" In some cases, we may also collect information you provide about others, such as when you purchase a Medium membership as a gift for someone. We will use this information to fulfill your request and will not send communications to your contacts unrelated to your request, unless they separately consent to receive communications from us or otherwise engage with us. \"),_c('br'),_c('br'),_vm._v(\" We do not collect payment information through our Services. We rely on third parties to process payments in connection with our Services. Any information you provide to facilitate such a payment is subject to the third-party payment processor’s privacy policy, and we encourage you to review this policy before you provide any information to the payment processor. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" Information We Collect Automatically When You Interact with Us \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" In some instances, we automatically collect certain information, including: \")]),_c('br'),_c('ul',{staticClass:\"list-disc ml-5 text-lg leading-[1.813rem] capitalize\"},[_c('li',[_vm._v(\" Activity Information: We collect information about your activity on our Services, such as your reading history and when you share links, follow users, highlight posts, and clap for posts. \")]),_c('li',[_vm._v(\" Transactional Information: When you purchase a membership, we collect information about the transaction, such as subscription details, purchase price, and the date of the transaction. \")]),_c('li',[_vm._v(\" Device and Usage Information: We collect information about how you access our Services, including data about the device and network you use, such as your hardware model, operating system version, mobile network, IP address, unique device identifiers, browser type, and app version. We also collect information about your activity on our Services, such as access times, pages viewed, links clicked, and the page you visited before navigating to our Services. \")]),_c('li',[_vm._v(\" Information Collected by Cookies and Similar Tracking Technologies: We use tracking technologies, such as cookies and web beacons, to collect information about you. Cookies are small data files stored on your hard drive or in device memory that help us improve our Services and your experience, see which areas and features of our Services are popular, and count visits. Web beacons (also known as “pixel tags” or “clear GIFs”) are electronic images that we use on our Services and in our emails to help deliver cookies, count visits, and understand usage. We also work with third party analytics providers who use cookies, web beacons, device identifiers, and other technologies to collect information about your use of our Services and other websites and applications, including your IP address, web browser, mobile network information, pages viewed, time spent on pages or in mobile apps, and links clicked. This information may be used by Medium and others to, among other things, analyze and track data, determine the popularity of certain content, deliver content targeted to your interests on our Services, and better understand your online activity. For more information about cookies and how to disable them, see Your Choices below. \")])]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" Information We Collect from Other Sources \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" We obtain information from third-party sources. For example, we may collect information about you from social networks, accounting services providers and data analytics providers. Additionally, if you create or log into your Medium account through a third-party platform (such as Apple, Facebook, Google, or Twitter), we will have access to certain information from that platform, such as your name, lists of friends or followers, birthday, and profile picture, in accordance with the authorization procedures determined by such platform. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" Information We Derive \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" We may derive information or draw inferences about you based on the information we collect. For example, we may make inferences about your location based on your IP address or infer reading preferences based on your reading history. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\"THIRD-PARTY EMBEDS\")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" Medium does not host some of the content displayed on our Services. Users have the ability to post content that is actually hosted by a third party, but is embedded in our pages (an “Embed”). When you interact with an Embed, it can send information about your interaction to the hosting third party just as if you were visiting the third party’s site directly. For example, when you load a Medium post page with a YouTube video Embed and watch the video, YouTube receives information about your activity, such as your IP address and how much of the video you watch. Medium does not control what information third parties collect through Embeds or what they do with the information. This Privacy Policy does not apply to information collected through Embeds. The privacy policy belonging to the third party hosting the Embed applies to any information the Embed collects, and we recommend you review that policy before interacting with the Embed. \")]),_c('h1',{staticClass:\"text-[2rem] leading-[2.375rem] mt-10\"},[_vm._v(\" TRANSFER OF INFORMATION TO THE UNITED STATES AND OTHER COUNTRIES \")]),_c('p',{staticClass:\"text-lg leading-[1.813rem] mt-[30px] capitalize\"},[_vm._v(\" Medium is headquartered in the United States, and we have operations and service providers in the United States and other countries. Therefore, we and our service providers may transfer your personal information to, or store or access it in, jurisdictions that may not provide levels of data protection that are equivalent to those of your home jurisdiction. For example, we transfer personal data to Amazon Web Services, one of our service providers that processes personal information for us in various data center locations across the globe, including those listed here. We will take steps to ensure that your personal information receives an adequate level of protection in the jurisdictions in which we process it. \")])])\n}]\n\nexport { render, staticRenderFns }","<template>\n  <div>\n    <HeaderComponent\n      current-page=\"blogs\"\n      :transparent=\"scroll < 50\"\n      :with-shadow=\"scroll > 50\"\n      @onButtonClick=\"scrollToContacts\"\n    ></HeaderComponent>\n    <section class=\"mt-[84px] pl-[6.7%] pr-[8.6%] font-gilroy\">\n      <h1 class=\"text-[2rem] leading-[2.375rem]\">\n        Information You Provide to Us\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        We collect information you provide directly to us. For example, you\n        share information directly with us when you create an account, fill out\n        a form, submit or post content through our Services, purchase a\n        membership, communicate with us via third-party platforms, request\n        customer support, or otherwise communicate with us. The types of\n        personal information we may collect include your name, display name,\n        username, bio, email address, business information, your content,\n        including your avatar image, photos, posts, responses, and series\n        published by you, and any other information you choose to provide.\n        <br /><br />\n        In some cases, we may also collect information you provide about others,\n        such as when you purchase a Medium membership as a gift for someone. We\n        will use this information to fulfill your request and will not send\n        communications to your contacts unrelated to your request, unless they\n        separately consent to receive communications from us or otherwise engage\n        with us.\n        <br /><br />\n        We do not collect payment information through our Services. We rely on\n        third parties to process payments in connection with our Services. Any\n        information you provide to facilitate such a payment is subject to the\n        third-party payment processor’s privacy policy, and we encourage you to\n        review this policy before you provide any information to the payment\n        processor.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        Information We Collect Automatically When You Interact with Us\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        In some instances, we automatically collect certain information,\n        including:\n      </p>\n      <br>\n      <ul class=\"list-disc ml-5 text-lg leading-[1.813rem] capitalize\">\n        <li>\n          Activity Information: We collect information about your activity on\n          our Services, such as your reading history and when you share links,\n          follow users, highlight posts, and clap for posts.\n        </li>\n        <li>\n          Transactional Information: When you purchase a membership, we collect\n          information about the transaction, such as subscription details,\n          purchase price, and the date of the transaction.\n        </li>\n        <li>\n          Device and Usage Information: We collect information about how you\n          access our Services, including data about the device and network you\n          use, such as your hardware model, operating system version, mobile\n          network, IP address, unique device identifiers, browser type, and app\n          version. We also collect information about your activity on our\n          Services, such as access times, pages viewed, links clicked, and the\n          page you visited before navigating to our Services.\n        </li>\n        <li>\n          Information Collected by Cookies and Similar Tracking Technologies: We\n          use tracking technologies, such as cookies and web beacons, to collect\n          information about you. Cookies are small data files stored on your\n          hard drive or in device memory that help us improve our Services and\n          your experience, see which areas and features of our Services are\n          popular, and count visits. Web beacons (also known as “pixel tags” or\n          “clear GIFs”) are electronic images that we use on our Services and in\n          our emails to help deliver cookies, count visits, and understand\n          usage. We also work with third party analytics providers who use\n          cookies, web beacons, device identifiers, and other technologies to\n          collect information about your use of our Services and other websites\n          and applications, including your IP address, web browser, mobile\n          network information, pages viewed, time spent on pages or in mobile\n          apps, and links clicked. This information may be used by Medium and\n          others to, among other things, analyze and track data, determine the\n          popularity of certain content, deliver content targeted to your\n          interests on our Services, and better understand your online activity.\n          For more information about cookies and how to disable them, see Your\n          Choices below.\n        </li>\n      </ul>\n\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        Information We Collect from Other Sources\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        We obtain information from third-party sources. For example, we may\n        collect information about you from social networks, accounting services\n        providers and data analytics providers. Additionally, if you create or\n        log into your Medium account through a third-party platform (such as\n        Apple, Facebook, Google, or Twitter), we will have access to certain\n        information from that platform, such as your name, lists of friends or\n        followers, birthday, and profile picture, in accordance with the\n        authorization procedures determined by such platform.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        Information We Derive\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        We may derive information or draw inferences about you based on the\n        information we collect. For example, we may make inferences about your\n        location based on your IP address or infer reading preferences based on\n        your reading history.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">THIRD-PARTY EMBEDS</h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        Medium does not host some of the content displayed on our Services.\n        Users have the ability to post content that is actually hosted by a\n        third party, but is embedded in our pages (an “Embed”). When you\n        interact with an Embed, it can send information about your interaction\n        to the hosting third party just as if you were visiting the third\n        party’s site directly. For example, when you load a Medium post page\n        with a YouTube video Embed and watch the video, YouTube receives\n        information about your activity, such as your IP address and how much of\n        the video you watch. Medium does not control what information third\n        parties collect through Embeds or what they do with the information.\n        This Privacy Policy does not apply to information collected through\n        Embeds. The privacy policy belonging to the third party hosting the\n        Embed applies to any information the Embed collects, and we recommend\n        you review that policy before interacting with the Embed.\n      </p>\n      <h1 class=\"text-[2rem] leading-[2.375rem] mt-10\">\n        TRANSFER OF INFORMATION TO THE UNITED STATES AND OTHER COUNTRIES\n      </h1>\n      <p class=\"text-lg leading-[1.813rem] mt-[30px] capitalize\">\n        Medium is headquartered in the United States, and we have operations and\n        service providers in the United States and other countries. Therefore,\n        we and our service providers may transfer your personal information to,\n        or store or access it in, jurisdictions that may not provide levels of\n        data protection that are equivalent to those of your home jurisdiction.\n        For example, we transfer personal data to Amazon Web Services, one of\n        our service providers that processes personal information for us in\n        various data center locations across the globe, including those listed\n        here. We will take steps to ensure that your personal information\n        receives an adequate level of protection in the jurisdictions in which\n        we process it.\n      </p>\n    </section>\n    <footer\n      class=\"text-black mt-[32px] mb-5 text-sm leading-4 text-center relative\"\n    >\n      <router-link :to=\"`${$publicPath}terms-of-service`\" class=\"text-blue-line\"\n        >Terms of Service\n      </router-link>\n      <span class=\"font-gilroy font-normal\">and</span>\n      <router-link :to=\"`${$publicPath}privacy-policy`\" class=\"text-blue-line\">\n        Privacy Policy</router-link\n      >.\n    </footer>\n  </div>\n</template>\n\n<script>\nimport HeaderComponent from \"../components/HeaderComponent.vue\";\n\nexport default {\n  name: \"PrivacyPolicyPage\",\n  data() {\n    return {\n      scroll: window.scrollY,\n    };\n  },\n  mounted() {\n    window.addEventListener(\"scroll\", this.onScroll);\n  },\n  beforeDestroy() {\n    window.removeEventListener(\"scroll\", this.onScroll);\n  },\n  methods: {\n    onScroll() {\n      this.scroll = window.scrollY;\n    },\n    scrollToContacts() {\n      this.$router.push({ path: this.$publicPath, query: { contacts: true } });\n    },\n  },\n  components: { HeaderComponent },\n};\n</script>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./PrivacyPolicyPage.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./PrivacyPolicyPage.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./PrivacyPolicyPage.vue?vue&type=template&id=7227e04e&\"\nimport script from \"./PrivacyPolicyPage.vue?vue&type=script&lang=js&\"\nexport * from \"./PrivacyPolicyPage.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\nexport default component.exports","import Vue from \"vue\";\r\nimport VueRouter from \"vue-router\";\r\nimport HomePage from \"../pages/HomePage\";\r\nimport ServicesPage from \"../pages/ServicesPage\";\r\nimport BlogsPage from \"../pages/BlogsPage\";\r\nimport BlogPage from \"../pages/BlogPage\";\r\nimport NotFoundPage from \"../pages/NotFoundPage\";\r\nimport TermsOfServicePage from \"../pages/TermsOfServicePage\";\r\nimport PrivacyPolicyPage from \"../pages/PrivacyPolicyPage\";\r\n\r\nlet $publicPath = process.env.BASE_URL;\r\n\r\nVue.use(VueRouter);\r\nconst router = new VueRouter({\r\n    routes: [\r\n        {\r\n            path: `${$publicPath}`,\r\n            component: HomePage,\r\n        },\r\n        {\r\n            path: `${$publicPath}services`,\r\n            component: ServicesPage,\r\n        },\r\n        {\r\n            path: `${$publicPath}blogs`,\r\n            component: BlogsPage,\r\n        },\r\n        {\r\n            path: `${$publicPath}blogs/:id`,\r\n            component: BlogPage,\r\n        },\r\n        {\r\n            path: `${$publicPath}terms-of-service`,\r\n            component: TermsOfServicePage,\r\n        },\r\n        {\r\n            path: `${$publicPath}privacy-policy`,\r\n            component: PrivacyPolicyPage,\r\n        },\r\n        {\r\n            path: \":pathMatch(.*)*\",\r\n            component: NotFoundPage,\r\n        },\r\n    ],\r\n    mode: \"history\",\r\n});\r\n\r\nexport default router;\r\n","import Vue from 'vue'\nimport App from './App.vue'\nimport '../src/output.css'\nimport router from './plugins/router'\n\nVue.config.productionTip = false\n\nVue.prototype.$publicPath = process.env.BASE_URL\n\nnew Vue({\n  router,\n  render: h => h(App),\n}).$mount('#app')\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = function(result, chunkIds, fn, priority) {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every(function(key) { return __webpack_require__.O[key](chunkIds[j]); })) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t143: 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = function(chunkId) { return installedChunks[chunkId] === 0; };\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = function(parentChunkLoadingFunction, data) {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some(function(id) { return installedChunks[id] !== 0; })) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunklanding_pad\"] = self[\"webpackChunklanding_pad\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [998], function() { return __webpack_require__(7212); })\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["render","_vm","this","_c","_self","attrs","staticRenderFns","name","component","scroll","on","scrollToContacts","staticClass","_v","reviewLeft","class","slideLeft","slideRight","_l","reviews","review","index","key","hidden","isLeft","absolute","isRight","fade","data","reviewRight","services","service","_m","team","member","ref","transparent","withShadow","width","textWhite","$publicPath","currentPage","expand","dropdown","_e","window","innerWidth","firstClick","props","type","String","Boolean","default","mounted","addEventListener","onWidthChange","beforeDestroy","removeEventListener","methods","$nextTick","document","hide","$emit","components","LogoSvg","BurgerSvg","RightArrow","_s","author","role","rate","n","message","Object","required","StarSvg","DotSvg","image","categories","category","path","query","BreakLineSvg","$event","description","FeatureSvg","MailSvg","TelSvg","MessageLikeSvg","InstagramSvg","FacebookSvg","LinkedInSvg","content","firstReview","lastReview","sliderRunning","windowWidth","scrollY","updateReviews","onScroll","$route","contacts","$router","replace","undefined","newLast","newFirst","elementsDisplayed","length","nextOutOfBounds","mustDisplay","prevOutOfBounds","newReviews","i","reviewsCount","elementToFadeIndex","push","splice","$set","setTimeout","unshift","$refs","$el","scrollIntoView","behavior","HeaderComponent","ReviewComponent","LeftArrow","ServiceCard","ServiceQuestionCard","FeatureLeftSvg","TeamMember","FooterComponent","mixins","ReviewsMixin","ServicesMixin","TeamMixin","curService","toggleCategory","expanded","selectService","forEach","parseInt","UpArrow","DownArrow","blogs","blog","id","title","date","slice","process","BlogsMixin","domProps","params","Vue","VueRouter","router","routes","HomePage","ServicesPage","BlogsPage","BlogPage","TermsOfServicePage","PrivacyPolicyPage","NotFoundPage","mode","h","App","$mount","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","module","__webpack_modules__","m","deferred","O","result","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","j","keys","every","r","getter","__esModule","d","a","definition","o","defineProperty","enumerable","get","g","globalThis","Function","e","obj","prop","prototype","hasOwnProperty","call","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","self","bind","__webpack_exports__"],"sourceRoot":""}
\ No newline at end of file
diff --git a/dist/js/chunk-vendors.ee0e9981.js b/dist/js/chunk-vendors.ee0e9981.js
new file mode 100644
index 0000000000000000000000000000000000000000..0a18e5b2849bf37aad346dbab58b4dbad4d549b3
--- /dev/null
+++ b/dist/js/chunk-vendors.ee0e9981.js
@@ -0,0 +1,2 @@
+(self["webpackChunklanding_pad"]=self["webpackChunklanding_pad"]||[]).push([[998],{1001:function(t,e,n){"use strict";function r(t,e,n,r,o,i,a,s){var c,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),a?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):o&&(c=s?function(){o.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(u.functional){u._injectStyles=c;var f=u.render;u.render=function(t,e){return c.call(e),f(t,e)}}else{var l=u.beforeCreate;u.beforeCreate=l?[].concat(l,c):[c]}return{exports:t,options:u}}n.d(e,{Z:function(){return r}})},9662:function(t,e,n){var r=n(614),o=n(6330),i=TypeError;t.exports=function(t){if(r(t))return t;throw i(o(t)+" is not a function")}},9670:function(t,e,n){var r=n(111),o=String,i=TypeError;t.exports=function(t){if(r(t))return t;throw i(o(t)+" is not an object")}},1318:function(t,e,n){var r=n(5656),o=n(1400),i=n(6244),a=function(t){return function(e,n,a){var s,c=r(e),u=i(c),f=o(a,u);if(t&&n!=n){while(u>f)if(s=c[f++],s!=s)return!0}else for(;u>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},3658:function(t,e,n){"use strict";var r=n(9781),o=n(3157),i=TypeError,a=Object.getOwnPropertyDescriptor,s=r&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=s?function(t,e){if(o(t)&&!a(t,"length").writable)throw i("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},206:function(t,e,n){var r=n(1702);t.exports=r([].slice)},4326:function(t,e,n){var r=n(1702),o=r({}.toString),i=r("".slice);t.exports=function(t){return i(o(t),8,-1)}},9920:function(t,e,n){var r=n(2597),o=n(3887),i=n(1236),a=n(3070);t.exports=function(t,e,n){for(var s=o(e),c=a.f,u=i.f,f=0;f<s.length;f++){var l=s[f];r(t,l)||n&&r(n,l)||c(t,l,u(e,l))}}},8880:function(t,e,n){var r=n(9781),o=n(3070),i=n(9114);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},9114:function(t){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},8052:function(t,e,n){var r=n(614),o=n(3070),i=n(6339),a=n(3072);t.exports=function(t,e,n,s){s||(s={});var c=s.enumerable,u=void 0!==s.name?s.name:e;if(r(n)&&i(n,u,s),s.global)c?t[e]=n:a(e,n);else{try{s.unsafe?t[e]&&(c=!0):delete t[e]}catch(f){}c?t[e]=n:o.f(t,e,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return t}},3072:function(t,e,n){var r=n(7854),o=Object.defineProperty;t.exports=function(t,e){try{o(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},5117:function(t,e,n){"use strict";var r=n(6330),o=TypeError;t.exports=function(t,e){if(!delete t[e])throw o("Cannot delete property "+r(e)+" of "+r(t))}},9781:function(t,e,n){var r=n(7293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},4154:function(t){var e="object"==typeof document&&document.all,n="undefined"==typeof e&&void 0!==e;t.exports={all:e,IS_HTMLDDA:n}},317:function(t,e,n){var r=n(7854),o=n(111),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},7207:function(t){var e=TypeError,n=9007199254740991;t.exports=function(t){if(t>n)throw e("Maximum allowed index exceeded");return t}},9363:function(t){t.exports="function"==typeof Bun&&Bun&&"string"==typeof Bun.version},6833:function(t,e,n){var r=n(8113);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(r)},5268:function(t,e,n){var r=n(4326);t.exports="undefined"!=typeof process&&"process"==r(process)},8113:function(t){t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},7392:function(t,e,n){var r,o,i=n(7854),a=n(8113),s=i.process,c=i.Deno,u=s&&s.versions||c&&c.version,f=u&&u.v8;f&&(r=f.split("."),o=r[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&a&&(r=a.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/),r&&(o=+r[1]))),t.exports=o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,e,n){var r=n(7854),o=n(1236).f,i=n(8880),a=n(8052),s=n(3072),c=n(9920),u=n(4705);t.exports=function(t,e){var n,f,l,p,d,h,v=t.target,y=t.global,m=t.stat;if(f=y?r:m?r[v]||s(v,{}):(r[v]||{}).prototype,f)for(l in e){if(d=e[l],t.dontCallGetSet?(h=o(f,l),p=h&&h.value):p=f[l],n=u(y?l:v+(m?".":"#")+l,t.forced),!n&&void 0!==p){if(typeof d==typeof p)continue;c(d,p)}(t.sham||p&&p.sham)&&i(d,"sham",!0),a(f,l,d,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(e){return!0}}},2104:function(t,e,n){var r=n(4374),o=Function.prototype,i=o.apply,a=o.call;t.exports="object"==typeof Reflect&&Reflect.apply||(r?a.bind(i):function(){return a.apply(i,arguments)})},9974:function(t,e,n){var r=n(1470),o=n(9662),i=n(4374),a=r(r.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?a(t,e):function(){return t.apply(e,arguments)}}},4374:function(t,e,n){var r=n(7293);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},6916:function(t,e,n){var r=n(4374),o=Function.prototype.call;t.exports=r?o.bind(o):function(){return o.apply(o,arguments)}},6530:function(t,e,n){var r=n(9781),o=n(2597),i=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,s=o(i,"name"),c=s&&"something"===function(){}.name,u=s&&(!r||r&&a(i,"name").configurable);t.exports={EXISTS:s,PROPER:c,CONFIGURABLE:u}},1470:function(t,e,n){var r=n(4326),o=n(1702);t.exports=function(t){if("Function"===r(t))return o(t)}},1702:function(t,e,n){var r=n(4374),o=Function.prototype,i=o.call,a=r&&o.bind.bind(i,i);t.exports=r?a:function(t){return function(){return i.apply(t,arguments)}}},5005:function(t,e,n){var r=n(7854),o=n(614),i=function(t){return o(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t]):r[t]&&r[t][e]}},8173:function(t,e,n){var r=n(9662),o=n(8554);t.exports=function(t,e){var n=t[e];return o(n)?void 0:r(n)}},7854:function(t,e,n){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||function(){return this}()||Function("return this")()},2597:function(t,e,n){var r=n(1702),o=n(7908),i=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},3501:function(t){t.exports={}},490:function(t,e,n){var r=n(5005);t.exports=r("document","documentElement")},4664:function(t,e,n){var r=n(9781),o=n(7293),i=n(317);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,e,n){var r=n(1702),o=n(7293),i=n(4326),a=Object,s=r("".split);t.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?s(t,""):a(t)}:a},2788:function(t,e,n){var r=n(1702),o=n(614),i=n(5465),a=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return a(t)}),t.exports=i.inspectSource},9909:function(t,e,n){var r,o,i,a=n(4811),s=n(7854),c=n(111),u=n(8880),f=n(2597),l=n(5465),p=n(6200),d=n(3501),h="Object already initialized",v=s.TypeError,y=s.WeakMap,m=function(t){return i(t)?o(t):r(t,{})},g=function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw v("Incompatible receiver, "+t+" required");return n}};if(a||l.state){var _=l.state||(l.state=new y);_.get=_.get,_.has=_.has,_.set=_.set,r=function(t,e){if(_.has(t))throw v(h);return e.facade=t,_.set(t,e),e},o=function(t){return _.get(t)||{}},i=function(t){return _.has(t)}}else{var b=p("state");d[b]=!0,r=function(t,e){if(f(t,b))throw v(h);return e.facade=t,u(t,b,e),e},o=function(t){return f(t,b)?t[b]:{}},i=function(t){return f(t,b)}}t.exports={set:r,get:o,has:i,enforce:m,getterFor:g}},3157:function(t,e,n){var r=n(4326);t.exports=Array.isArray||function(t){return"Array"==r(t)}},614:function(t,e,n){var r=n(4154),o=r.all;t.exports=r.IS_HTMLDDA?function(t){return"function"==typeof t||t===o}:function(t){return"function"==typeof t}},4705:function(t,e,n){var r=n(7293),o=n(614),i=/#|\.prototype\./,a=function(t,e){var n=c[s(t)];return n==f||n!=u&&(o(e)?r(e):!!e)},s=a.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",f=a.POLYFILL="P";t.exports=a},8554:function(t){t.exports=function(t){return null===t||void 0===t}},111:function(t,e,n){var r=n(614),o=n(4154),i=o.all;t.exports=o.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:r(t)||t===i}:function(t){return"object"==typeof t?null!==t:r(t)}},1913:function(t){t.exports=!1},2190:function(t,e,n){var r=n(5005),o=n(614),i=n(7976),a=n(3307),s=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=r("Symbol");return o(e)&&i(e.prototype,s(t))}},6244:function(t,e,n){var r=n(7466);t.exports=function(t){return r(t.length)}},6339:function(t,e,n){var r=n(1702),o=n(7293),i=n(614),a=n(2597),s=n(9781),c=n(6530).CONFIGURABLE,u=n(2788),f=n(9909),l=f.enforce,p=f.get,d=String,h=Object.defineProperty,v=r("".slice),y=r("".replace),m=r([].join),g=s&&!o((function(){return 8!==h((function(){}),"length",{value:8}).length})),_=String(String).split("String"),b=t.exports=function(t,e,n){"Symbol("===v(d(e),0,7)&&(e="["+y(d(e),/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!a(t,"name")||c&&t.name!==e)&&(s?h(t,"name",{value:e,configurable:!0}):t.name=e),g&&n&&a(n,"arity")&&t.length!==n.arity&&h(t,"length",{value:n.arity});try{n&&a(n,"constructor")&&n.constructor?s&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(o){}var r=l(t);return a(r,"source")||(r.source=m(_,"string"==typeof e?e:"")),t};Function.prototype.toString=b((function(){return i(this)&&p(this).source||u(this)}),"toString")},4758:function(t){var e=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var r=+t;return(r>0?n:e)(r)}},3070:function(t,e,n){var r=n(9781),o=n(4664),i=n(3353),a=n(9670),s=n(4948),c=TypeError,u=Object.defineProperty,f=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",d="writable";e.f=r?i?function(t,e,n){if(a(t),e=s(e),a(n),"function"===typeof t&&"prototype"===e&&"value"in n&&d in n&&!n[d]){var r=f(t,e);r&&r[d]&&(t[e]=n.value,n={configurable:p in n?n[p]:r[p],enumerable:l in n?n[l]:r[l],writable:!1})}return u(t,e,n)}:u:function(t,e,n){if(a(t),e=s(e),a(n),o)try{return u(t,e,n)}catch(r){}if("get"in n||"set"in n)throw c("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},1236:function(t,e,n){var r=n(9781),o=n(6916),i=n(5296),a=n(9114),s=n(5656),c=n(4948),u=n(2597),f=n(4664),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=s(t),e=c(e),f)try{return l(t,e)}catch(n){}if(u(t,e))return a(!o(i.f,t,e),t[e])}},8006:function(t,e,n){var r=n(6324),o=n(748),i=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},5181:function(t,e){e.f=Object.getOwnPropertySymbols},7976:function(t,e,n){var r=n(1702);t.exports=r({}.isPrototypeOf)},6324:function(t,e,n){var r=n(1702),o=n(2597),i=n(5656),a=n(1318).indexOf,s=n(3501),c=r([].push);t.exports=function(t,e){var n,r=i(t),u=0,f=[];for(n in r)!o(s,n)&&o(r,n)&&c(f,n);while(e.length>u)o(r,n=e[u++])&&(~a(f,n)||c(f,n));return f}},5296:function(t,e){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},2140:function(t,e,n){var r=n(6916),o=n(614),i=n(111),a=TypeError;t.exports=function(t,e){var n,s;if("string"===e&&o(n=t.toString)&&!i(s=r(n,t)))return s;if(o(n=t.valueOf)&&!i(s=r(n,t)))return s;if("string"!==e&&o(n=t.toString)&&!i(s=r(n,t)))return s;throw a("Can't convert object to primitive value")}},3887:function(t,e,n){var r=n(5005),o=n(1702),i=n(8006),a=n(5181),s=n(9670),c=o([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(s(t)),n=a.f;return n?c(e,n(t)):e}},4488:function(t,e,n){var r=n(8554),o=TypeError;t.exports=function(t){if(r(t))throw o("Can't call method on "+t);return t}},7152:function(t,e,n){"use strict";var r=n(7854),o=n(2104),i=n(614),a=n(9363),s=n(8113),c=n(206),u=n(8053),f=r.Function,l=/MSIE .\./.test(s)||a&&function(){var t=r.Bun.version.split(".");return t.length<3||0==t[0]&&(t[1]<3||3==t[1]&&0==t[2])}();t.exports=function(t,e){var n=e?2:1;return l?function(r,a){var s=u(arguments.length,1)>n,l=i(r)?r:f(r),p=s?c(arguments,n):[],d=s?function(){o(l,this,p)}:l;return e?t(d,a):t(d)}:t}},6200:function(t,e,n){var r=n(2309),o=n(9711),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,e,n){var r=n(7854),o=n(3072),i="__core-js_shared__",a=r[i]||o(i,{});t.exports=a},2309:function(t,e,n){var r=n(1913),o=n(5465);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.29.1",mode:r?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.29.1/LICENSE",source:"https://github.com/zloirock/core-js"})},6293:function(t,e,n){var r=n(7392),o=n(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},261:function(t,e,n){var r,o,i,a,s=n(7854),c=n(2104),u=n(9974),f=n(614),l=n(2597),p=n(7293),d=n(490),h=n(206),v=n(317),y=n(8053),m=n(6833),g=n(5268),_=s.setImmediate,b=s.clearImmediate,w=s.process,x=s.Dispatch,C=s.Function,O=s.MessageChannel,$=s.String,k=0,S={},E="onreadystatechange";p((function(){r=s.location}));var j=function(t){if(l(S,t)){var e=S[t];delete S[t],e()}},A=function(t){return function(){j(t)}},T=function(t){j(t.data)},P=function(t){s.postMessage($(t),r.protocol+"//"+r.host)};_&&b||(_=function(t){y(arguments.length,1);var e=f(t)?t:C(t),n=h(arguments,1);return S[++k]=function(){c(e,void 0,n)},o(k),k},b=function(t){delete S[t]},g?o=function(t){w.nextTick(A(t))}:x&&x.now?o=function(t){x.now(A(t))}:O&&!m?(i=new O,a=i.port2,i.port1.onmessage=T,o=u(a.postMessage,a)):s.addEventListener&&f(s.postMessage)&&!s.importScripts&&r&&"file:"!==r.protocol&&!p(P)?(o=P,s.addEventListener("message",T,!1)):o=E in v("script")?function(t){d.appendChild(v("script"))[E]=function(){d.removeChild(this),j(t)}}:function(t){setTimeout(A(t),0)}),t.exports={set:_,clear:b}},1400:function(t,e,n){var r=n(9303),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},5656:function(t,e,n){var r=n(8361),o=n(4488);t.exports=function(t){return r(o(t))}},9303:function(t,e,n){var r=n(4758);t.exports=function(t){var e=+t;return e!==e||0===e?0:r(e)}},7466:function(t,e,n){var r=n(9303),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},7908:function(t,e,n){var r=n(4488),o=Object;t.exports=function(t){return o(r(t))}},7593:function(t,e,n){var r=n(6916),o=n(111),i=n(2190),a=n(8173),s=n(2140),c=n(5112),u=TypeError,f=c("toPrimitive");t.exports=function(t,e){if(!o(t)||i(t))return t;var n,c=a(t,f);if(c){if(void 0===e&&(e="default"),n=r(c,t,e),!o(n)||i(n))return n;throw u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},4948:function(t,e,n){var r=n(7593),o=n(2190);t.exports=function(t){var e=r(t,"string");return o(e)?e:e+""}},6330:function(t){var e=String;t.exports=function(t){try{return e(t)}catch(n){return"Object"}}},9711:function(t,e,n){var r=n(1702),o=0,i=Math.random(),a=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++o+i,36)}},3307:function(t,e,n){var r=n(6293);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:function(t,e,n){var r=n(9781),o=n(7293);t.exports=r&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},8053:function(t){var e=TypeError;t.exports=function(t,n){if(t<n)throw e("Not enough arguments");return t}},4811:function(t,e,n){var r=n(7854),o=n(614),i=r.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},5112:function(t,e,n){var r=n(7854),o=n(2309),i=n(2597),a=n(9711),s=n(6293),c=n(3307),u=r.Symbol,f=o("wks"),l=c?u["for"]||u:u&&u.withoutSetter||a;t.exports=function(t){return i(f,t)||(f[t]=s&&i(u,t)?u[t]:l("Symbol."+t)),f[t]}},7658:function(t,e,n){"use strict";var r=n(2109),o=n(7908),i=n(6244),a=n(3658),s=n(7207),c=n(7293),u=c((function(){return 4294967297!==[].push.call({length:4294967296},1)})),f=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}},l=u||!f();r({target:"Array",proto:!0,arity:1,forced:l},{push:function(t){var e=o(this),n=i(e),r=arguments.length;s(n+r);for(var c=0;c<r;c++)e[n]=arguments[c],n++;return a(e,n),n}})},541:function(t,e,n){"use strict";var r=n(2109),o=n(7908),i=n(6244),a=n(3658),s=n(5117),c=n(7207),u=1!==[].unshift(0),f=function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(t){return t instanceof TypeError}},l=u||!f();r({target:"Array",proto:!0,arity:1,forced:l},{unshift:function(t){var e=o(this),n=i(e),r=arguments.length;if(r){c(n+r);var u=n;while(u--){var f=u+r;u in e?e[f]=e[u]:s(e,f)}for(var l=0;l<r;l++)e[l]=arguments[l]}return a(e,n+r)}})},1091:function(t,e,n){var r=n(2109),o=n(7854),i=n(261).clear;r({global:!0,bind:!0,enumerable:!0,forced:o.clearImmediate!==i},{clearImmediate:i})},4633:function(t,e,n){n(1091),n(2986)},2986:function(t,e,n){var r=n(2109),o=n(7854),i=n(261).set,a=n(7152),s=o.setImmediate?a(i,!1):i;r({global:!0,bind:!0,enumerable:!0,forced:o.setImmediate!==s},{setImmediate:s})},2631:function(t,e,n){"use strict";n.d(e,{ZP:function(){return xe}});n(7658),n(541);function r(t,e){for(var n in e)t[n]=e[n];return t}var o=/[!'()*]/g,i=function(t){return"%"+t.charCodeAt(0).toString(16)},a=/%2C/g,s=function(t){return encodeURIComponent(t).replace(o,i).replace(a,",")};function c(t){try{return decodeURIComponent(t)}catch(e){0}return t}function u(t,e,n){void 0===e&&(e={});var r,o=n||l;try{r=o(t||"")}catch(s){r={}}for(var i in e){var a=e[i];r[i]=Array.isArray(a)?a.map(f):f(a)}return r}var f=function(t){return null==t||"object"===typeof t?t:String(t)};function l(t){var e={};return t=t.trim().replace(/^(\?|#|&)/,""),t?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),r=c(n.shift()),o=n.length>0?c(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]})),e):e}function p(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return s(e);if(Array.isArray(n)){var r=[];return n.forEach((function(t){void 0!==t&&(null===t?r.push(s(e)):r.push(s(e)+"="+s(t)))})),r.join("&")}return s(e)+"="+s(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var d=/\/?$/;function h(t,e,n,r){var o=r&&r.options.stringifyQuery,i=e.query||{};try{i=v(i)}catch(s){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:g(e,o),matched:t?m(t):[]};return n&&(a.redirectedFrom=g(n,o)),Object.freeze(a)}function v(t){if(Array.isArray(t))return t.map(v);if(t&&"object"===typeof t){var e={};for(var n in t)e[n]=v(t[n]);return e}return t}var y=h(null,{path:"/"});function m(t){var e=[];while(t)e.unshift(t),t=t.parent;return e}function g(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var o=t.hash;void 0===o&&(o="");var i=e||p;return(n||"/")+i(r)+o}function _(t,e,n){return e===y?t===e:!!e&&(t.path&&e.path?t.path.replace(d,"")===e.path.replace(d,"")&&(n||t.hash===e.hash&&b(t.query,e.query)):!(!t.name||!e.name)&&(t.name===e.name&&(n||t.hash===e.hash&&b(t.query,e.query)&&b(t.params,e.params))))}function b(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t).sort(),r=Object.keys(e).sort();return n.length===r.length&&n.every((function(n,o){var i=t[n],a=r[o];if(a!==n)return!1;var s=e[n];return null==i||null==s?i===s:"object"===typeof i&&"object"===typeof s?b(i,s):String(i)===String(s)}))}function w(t,e){return 0===t.path.replace(d,"/").indexOf(e.path.replace(d,"/"))&&(!e.hash||t.hash===e.hash)&&x(t.query,e.query)}function x(t,e){for(var n in e)if(!(n in t))return!1;return!0}function C(t){for(var e=0;e<t.matched.length;e++){var n=t.matched[e];for(var r in n.instances){var o=n.instances[r],i=n.enteredCbs[r];if(o&&i){delete n.enteredCbs[r];for(var a=0;a<i.length;a++)o._isBeingDestroyed||i[a](o)}}}}var O={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,o=e.children,i=e.parent,a=e.data;a.routerView=!0;var s=i.$createElement,c=n.name,u=i.$route,f=i._routerViewCache||(i._routerViewCache={}),l=0,p=!1;while(i&&i._routerRoot!==i){var d=i.$vnode?i.$vnode.data:{};d.routerView&&l++,d.keepAlive&&i._directInactive&&i._inactive&&(p=!0),i=i.$parent}if(a.routerViewDepth=l,p){var h=f[c],v=h&&h.component;return v?(h.configProps&&$(v,a,h.route,h.configProps),s(v,a,o)):s()}var y=u.matched[l],m=y&&y.components[c];if(!y||!m)return f[c]=null,s();f[c]={component:m},a.registerRouteInstance=function(t,e){var n=y.instances[c];(e&&n!==t||!e&&n===t)&&(y.instances[c]=e)},(a.hook||(a.hook={})).prepatch=function(t,e){y.instances[c]=e.componentInstance},a.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==y.instances[c]&&(y.instances[c]=t.componentInstance),C(u)};var g=y.props&&y.props[c];return g&&(r(f[c],{route:u,configProps:g}),$(m,a,u,g)),s(m,a,o)}};function $(t,e,n,o){var i=e.props=k(n,o);if(i){i=e.props=r({},i);var a=e.attrs=e.attrs||{};for(var s in i)t.props&&s in t.props||(a[s]=i[s],delete i[s])}}function k(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}function S(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var o=e.split("/");n&&o[o.length-1]||o.pop();for(var i=t.replace(/^\//,"").split("/"),a=0;a<i.length;a++){var s=i[a];".."===s?o.pop():"."!==s&&o.push(s)}return""!==o[0]&&o.unshift(""),o.join("/")}function E(t){var e="",n="",r=t.indexOf("#");r>=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}function j(t){return t.replace(/\/(?:\s*\/)+/g,"/")}var A=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},T=Z,P=M,I=N,R=B,L=X,D=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function M(t,e){var n,r=[],o=0,i=0,a="",s=e&&e.delimiter||"/";while(null!=(n=D.exec(t))){var c=n[0],u=n[1],f=n.index;if(a+=t.slice(i,f),i=f+c.length,u)a+=u[1];else{var l=t[i],p=n[2],d=n[3],h=n[4],v=n[5],y=n[6],m=n[7];a&&(r.push(a),a="");var g=null!=p&&null!=l&&l!==p,_="+"===y||"*"===y,b="?"===y||"*"===y,w=n[2]||s,x=h||v;r.push({name:d||o++,prefix:p||"",delimiter:w,optional:b,repeat:_,partial:g,asterisk:!!m,pattern:x?H(x):m?".*":"[^"+V(w)+"]+?"})}}return i<t.length&&(a+=t.substr(i)),a&&r.push(a),r}function N(t,e){return B(M(t,e),e)}function F(t){return encodeURI(t).replace(/[\/?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function U(t){return encodeURI(t).replace(/[?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function B(t,e){for(var n=new Array(t.length),r=0;r<t.length;r++)"object"===typeof t[r]&&(n[r]=new RegExp("^(?:"+t[r].pattern+")$",q(e)));return function(e,r){for(var o="",i=e||{},a=r||{},s=a.pretty?F:encodeURIComponent,c=0;c<t.length;c++){var u=t[c];if("string"!==typeof u){var f,l=i[u.name];if(null==l){if(u.optional){u.partial&&(o+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(A(l)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(l)+"`");if(0===l.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var p=0;p<l.length;p++){if(f=s(l[p]),!n[c].test(f))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(f)+"`");o+=(0===p?u.prefix:u.delimiter)+f}}else{if(f=u.asterisk?U(l):s(l),!n[c].test(f))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+f+'"');o+=u.prefix+f}}else o+=u}return o}}function V(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function H(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function z(t,e){return t.keys=e,t}function q(t){return t&&t.sensitive?"":"i"}function K(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return z(t,e)}function W(t,e,n){for(var r=[],o=0;o<t.length;o++)r.push(Z(t[o],e,n).source);var i=new RegExp("(?:"+r.join("|")+")",q(n));return z(i,e)}function G(t,e,n){return X(M(t,n),e,n)}function X(t,e,n){A(e)||(n=e||n,e=[]),n=n||{};for(var r=n.strict,o=!1!==n.end,i="",a=0;a<t.length;a++){var s=t[a];if("string"===typeof s)i+=V(s);else{var c=V(s.prefix),u="(?:"+s.pattern+")";e.push(s),s.repeat&&(u+="(?:"+c+u+")*"),u=s.optional?s.partial?c+"("+u+")?":"(?:"+c+"("+u+"))?":c+"("+u+")",i+=u}}var f=V(n.delimiter||"/"),l=i.slice(-f.length)===f;return r||(i=(l?i.slice(0,-f.length):i)+"(?:"+f+"(?=$))?"),i+=o?"$":r&&l?"":"(?="+f+"|$)",z(new RegExp("^"+i,q(n)),e)}function Z(t,e,n){return A(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?K(t,e):A(t)?W(t,e,n):G(t,e,n)}T.parse=P,T.compile=I,T.tokensToFunction=R,T.tokensToRegExp=L;var J=Object.create(null);function Y(t,e,n){e=e||{};try{var r=J[t]||(J[t]=T.compile(t));return"string"===typeof e.pathMatch&&(e[0]=e.pathMatch),r(e,{pretty:!0})}catch(o){return""}finally{delete e[0]}}function Q(t,e,n,o){var i="string"===typeof t?{path:t}:t;if(i._normalized)return i;if(i.name){i=r({},t);var a=i.params;return a&&"object"===typeof a&&(i.params=r({},a)),i}if(!i.path&&i.params&&e){i=r({},i),i._normalized=!0;var s=r(r({},e.params),i.params);if(e.name)i.name=e.name,i.params=s;else if(e.matched.length){var c=e.matched[e.matched.length-1].path;i.path=Y(c,s,"path "+e.path)}else 0;return i}var f=E(i.path||""),l=e&&e.path||"/",p=f.path?S(f.path,l,n||i.append):l,d=u(f.query,i.query,o&&o.options.parseQuery),h=i.hash||f.hash;return h&&"#"!==h.charAt(0)&&(h="#"+h),{_normalized:!0,path:p,query:d,hash:h}}var tt,et=[String,Object],nt=[String,Array],rt=function(){},ot={name:"RouterLink",props:{to:{type:et,required:!0},tag:{type:String,default:"a"},custom:Boolean,exact:Boolean,exactPath:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:nt,default:"click"}},render:function(t){var e=this,n=this.$router,o=this.$route,i=n.resolve(this.to,o,this.append),a=i.location,s=i.route,c=i.href,u={},f=n.options.linkActiveClass,l=n.options.linkExactActiveClass,p=null==f?"router-link-active":f,d=null==l?"router-link-exact-active":l,v=null==this.activeClass?p:this.activeClass,y=null==this.exactActiveClass?d:this.exactActiveClass,m=s.redirectedFrom?h(null,Q(s.redirectedFrom),null,n):s;u[y]=_(o,m,this.exactPath),u[v]=this.exact||this.exactPath?u[y]:w(o,m);var g=u[y]?this.ariaCurrentValue:null,b=function(t){it(t)&&(e.replace?n.replace(a,rt):n.push(a,rt))},x={click:it};Array.isArray(this.event)?this.event.forEach((function(t){x[t]=b})):x[this.event]=b;var C={class:u},O=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:c,route:s,navigate:b,isActive:u[v],isExactActive:u[y]});if(O){if(1===O.length)return O[0];if(O.length>1||!O.length)return 0===O.length?t():t("span",{},O)}if("a"===this.tag)C.on=x,C.attrs={href:c,"aria-current":g};else{var $=at(this.$slots.default);if($){$.isStatic=!1;var k=$.data=r({},$.data);for(var S in k.on=k.on||{},k.on){var E=k.on[S];S in x&&(k.on[S]=Array.isArray(E)?E:[E])}for(var j in x)j in k.on?k.on[j].push(x[j]):k.on[j]=b;var A=$.data.attrs=r({},$.data.attrs);A.href=c,A["aria-current"]=g}else C.on=x}return t(this.tag,C,this.$slots.default)}};function it(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&(void 0===t.button||0===t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function at(t){if(t)for(var e,n=0;n<t.length;n++){if(e=t[n],"a"===e.tag)return e;if(e.children&&(e=at(e.children)))return e}}function st(t){if(!st.installed||tt!==t){st.installed=!0,tt=t;var e=function(t){return void 0!==t},n=function(t,n){var r=t.$options._parentVnode;e(r)&&e(r=r.data)&&e(r=r.registerRouteInstance)&&r(t,n)};t.mixin({beforeCreate:function(){e(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",O),t.component("RouterLink",ot);var r=t.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var ct="undefined"!==typeof window;function ut(t,e,n,r,o){var i=e||[],a=n||Object.create(null),s=r||Object.create(null);t.forEach((function(t){ft(i,a,s,t,o)}));for(var c=0,u=i.length;c<u;c++)"*"===i[c]&&(i.push(i.splice(c,1)[0]),u--,c--);return{pathList:i,pathMap:a,nameMap:s}}function ft(t,e,n,r,o,i){var a=r.path,s=r.name;var c=r.pathToRegexpOptions||{},u=pt(a,o,c.strict);"boolean"===typeof r.caseSensitive&&(c.sensitive=r.caseSensitive);var f={path:u,regex:lt(u,c),components:r.components||{default:r.component},alias:r.alias?"string"===typeof r.alias?[r.alias]:r.alias:[],instances:{},enteredCbs:{},name:s,parent:o,matchAs:i,redirect:r.redirect,beforeEnter:r.beforeEnter,meta:r.meta||{},props:null==r.props?{}:r.components?r.props:{default:r.props}};if(r.children&&r.children.forEach((function(r){var o=i?j(i+"/"+r.path):void 0;ft(t,e,n,r,f,o)})),e[f.path]||(t.push(f.path),e[f.path]=f),void 0!==r.alias)for(var l=Array.isArray(r.alias)?r.alias:[r.alias],p=0;p<l.length;++p){var d=l[p];0;var h={path:d,children:r.children};ft(t,e,n,h,o,f.path||"/")}s&&(n[s]||(n[s]=f))}function lt(t,e){var n=T(t,[],e);return n}function pt(t,e,n){return n||(t=t.replace(/\/$/,"")),"/"===t[0]||null==e?t:j(e.path+"/"+t)}function dt(t,e){var n=ut(t),r=n.pathList,o=n.pathMap,i=n.nameMap;function a(t){ut(t,r,o,i)}function s(t,e){var n="object"!==typeof t?i[t]:void 0;ut([e||t],r,o,i,n),n&&n.alias.length&&ut(n.alias.map((function(t){return{path:t,children:[e]}})),r,o,i,n)}function c(){return r.map((function(t){return o[t]}))}function u(t,n,a){var s=Q(t,n,!1,e),c=s.name;if(c){var u=i[c];if(!u)return p(null,s);var f=u.regex.keys.filter((function(t){return!t.optional})).map((function(t){return t.name}));if("object"!==typeof s.params&&(s.params={}),n&&"object"===typeof n.params)for(var l in n.params)!(l in s.params)&&f.indexOf(l)>-1&&(s.params[l]=n.params[l]);return s.path=Y(u.path,s.params,'named route "'+c+'"'),p(u,s,a)}if(s.path){s.params={};for(var d=0;d<r.length;d++){var h=r[d],v=o[h];if(ht(v.regex,s.path,s.params))return p(v,s,a)}}return p(null,s)}function f(t,n){var r=t.redirect,o="function"===typeof r?r(h(t,n,null,e)):r;if("string"===typeof o&&(o={path:o}),!o||"object"!==typeof o)return p(null,n);var a=o,s=a.name,c=a.path,f=n.query,l=n.hash,d=n.params;if(f=a.hasOwnProperty("query")?a.query:f,l=a.hasOwnProperty("hash")?a.hash:l,d=a.hasOwnProperty("params")?a.params:d,s){i[s];return u({_normalized:!0,name:s,query:f,hash:l,params:d},void 0,n)}if(c){var v=vt(c,t),y=Y(v,d,'redirect route with path "'+v+'"');return u({_normalized:!0,path:y,query:f,hash:l},void 0,n)}return p(null,n)}function l(t,e,n){var r=Y(n,e.params,'aliased route with path "'+n+'"'),o=u({_normalized:!0,path:r});if(o){var i=o.matched,a=i[i.length-1];return e.params=o.params,p(a,e)}return p(null,e)}function p(t,n,r){return t&&t.redirect?f(t,r||n):t&&t.matchAs?l(t,n,t.matchAs):h(t,n,r,e)}return{match:u,addRoute:s,getRoutes:c,addRoutes:a}}function ht(t,e,n){var r=e.match(t);if(!r)return!1;if(!n)return!0;for(var o=1,i=r.length;o<i;++o){var a=t.keys[o-1];a&&(n[a.name||"pathMatch"]="string"===typeof r[o]?c(r[o]):r[o])}return!0}function vt(t,e){return S(t,e.parent?e.parent.path:"/",!0)}var yt=ct&&window.performance&&window.performance.now?window.performance:Date;function mt(){return yt.now().toFixed(3)}var gt=mt();function _t(){return gt}function bt(t){return gt=t}var wt=Object.create(null);function xt(){"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual");var t=window.location.protocol+"//"+window.location.host,e=window.location.href.replace(t,""),n=r({},window.history.state);return n.key=_t(),window.history.replaceState(n,"",e),window.addEventListener("popstate",$t),function(){window.removeEventListener("popstate",$t)}}function Ct(t,e,n,r){if(t.app){var o=t.options.scrollBehavior;o&&t.app.$nextTick((function(){var i=kt(),a=o.call(t,e,n,r?i:null);a&&("function"===typeof a.then?a.then((function(t){It(t,i)})).catch((function(t){0})):It(a,i))}))}}function Ot(){var t=_t();t&&(wt[t]={x:window.pageXOffset,y:window.pageYOffset})}function $t(t){Ot(),t.state&&t.state.key&&bt(t.state.key)}function kt(){var t=_t();if(t)return wt[t]}function St(t,e){var n=document.documentElement,r=n.getBoundingClientRect(),o=t.getBoundingClientRect();return{x:o.left-r.left-e.x,y:o.top-r.top-e.y}}function Et(t){return Tt(t.x)||Tt(t.y)}function jt(t){return{x:Tt(t.x)?t.x:window.pageXOffset,y:Tt(t.y)?t.y:window.pageYOffset}}function At(t){return{x:Tt(t.x)?t.x:0,y:Tt(t.y)?t.y:0}}function Tt(t){return"number"===typeof t}var Pt=/^#\d/;function It(t,e){var n="object"===typeof t;if(n&&"string"===typeof t.selector){var r=Pt.test(t.selector)?document.getElementById(t.selector.slice(1)):document.querySelector(t.selector);if(r){var o=t.offset&&"object"===typeof t.offset?t.offset:{};o=At(o),e=St(r,o)}else Et(t)&&(e=jt(t))}else n&&Et(t)&&(e=jt(t));e&&("scrollBehavior"in document.documentElement.style?window.scrollTo({left:e.x,top:e.y,behavior:t.behavior}):window.scrollTo(e.x,e.y))}var Rt=ct&&function(){var t=window.navigator.userAgent;return(-1===t.indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&(window.history&&"function"===typeof window.history.pushState)}();function Lt(t,e){Ot();var n=window.history;try{if(e){var o=r({},n.state);o.key=_t(),n.replaceState(o,"",t)}else n.pushState({key:bt(mt())},"",t)}catch(i){window.location[e?"replace":"assign"](t)}}function Dt(t){Lt(t,!0)}var Mt={redirected:2,aborted:4,cancelled:8,duplicated:16};function Nt(t,e){return Vt(t,e,Mt.redirected,'Redirected when going from "'+t.fullPath+'" to "'+zt(e)+'" via a navigation guard.')}function Ft(t,e){var n=Vt(t,e,Mt.duplicated,'Avoided redundant navigation to current location: "'+t.fullPath+'".');return n.name="NavigationDuplicated",n}function Ut(t,e){return Vt(t,e,Mt.cancelled,'Navigation cancelled from "'+t.fullPath+'" to "'+e.fullPath+'" with a new navigation.')}function Bt(t,e){return Vt(t,e,Mt.aborted,'Navigation aborted from "'+t.fullPath+'" to "'+e.fullPath+'" via a navigation guard.')}function Vt(t,e,n,r){var o=new Error(r);return o._isRouter=!0,o.from=t,o.to=e,o.type=n,o}var Ht=["params","query","hash"];function zt(t){if("string"===typeof t)return t;if("path"in t)return t.path;var e={};return Ht.forEach((function(n){n in t&&(e[n]=t[n])})),JSON.stringify(e,null,2)}function qt(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}function Kt(t,e){return qt(t)&&t._isRouter&&(null==e||t.type===e)}function Wt(t,e,n){var r=function(o){o>=t.length?n():t[o]?e(t[o],(function(){r(o+1)})):r(o+1)};r(0)}function Gt(t){return function(e,n,r){var o=!1,i=0,a=null;Xt(t,(function(t,e,n,s){if("function"===typeof t&&void 0===t.cid){o=!0,i++;var c,u=Qt((function(e){Yt(e)&&(e=e.default),t.resolved="function"===typeof e?e:tt.extend(e),n.components[s]=e,i--,i<=0&&r()})),f=Qt((function(t){var e="Failed to resolve async component "+s+": "+t;a||(a=qt(t)?t:new Error(e),r(a))}));try{c=t(u,f)}catch(p){f(p)}if(c)if("function"===typeof c.then)c.then(u,f);else{var l=c.component;l&&"function"===typeof l.then&&l.then(u,f)}}})),o||r()}}function Xt(t,e){return Zt(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Zt(t){return Array.prototype.concat.apply([],t)}var Jt="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function Yt(t){return t.__esModule||Jt&&"Module"===t[Symbol.toStringTag]}function Qt(t){var e=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var te=function(t,e){this.router=t,this.base=ee(e),this.current=y,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function ee(t){if(!t)if(ct){var e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function ne(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n<r;n++)if(t[n]!==e[n])break;return{updated:e.slice(0,n),activated:e.slice(n),deactivated:t.slice(n)}}function re(t,e,n,r){var o=Xt(t,(function(t,r,o,i){var a=oe(t,e);if(a)return Array.isArray(a)?a.map((function(t){return n(t,r,o,i)})):n(a,r,o,i)}));return Zt(r?o.reverse():o)}function oe(t,e){return"function"!==typeof t&&(t=tt.extend(t)),t.options[e]}function ie(t){return re(t,"beforeRouteLeave",se,!0)}function ae(t){return re(t,"beforeRouteUpdate",se)}function se(t,e){if(e)return function(){return t.apply(e,arguments)}}function ce(t){return re(t,"beforeRouteEnter",(function(t,e,n,r){return ue(t,n,r)}))}function ue(t,e,n){return function(r,o,i){return t(r,o,(function(t){"function"===typeof t&&(e.enteredCbs[n]||(e.enteredCbs[n]=[]),e.enteredCbs[n].push(t)),i(t)}))}}te.prototype.listen=function(t){this.cb=t},te.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},te.prototype.onError=function(t){this.errorCbs.push(t)},te.prototype.transitionTo=function(t,e,n){var r,o=this;try{r=this.router.match(t,this.current)}catch(a){throw this.errorCbs.forEach((function(t){t(a)})),a}var i=this.current;this.confirmTransition(r,(function(){o.updateRoute(r),e&&e(r),o.ensureURL(),o.router.afterHooks.forEach((function(t){t&&t(r,i)})),o.ready||(o.ready=!0,o.readyCbs.forEach((function(t){t(r)})))}),(function(t){n&&n(t),t&&!o.ready&&(Kt(t,Mt.redirected)&&i===y||(o.ready=!0,o.readyErrorCbs.forEach((function(e){e(t)}))))}))},te.prototype.confirmTransition=function(t,e,n){var r=this,o=this.current;this.pending=t;var i=function(t){!Kt(t)&&qt(t)&&(r.errorCbs.length?r.errorCbs.forEach((function(e){e(t)})):console.error(t)),n&&n(t)},a=t.matched.length-1,s=o.matched.length-1;if(_(t,o)&&a===s&&t.matched[a]===o.matched[s])return this.ensureURL(),t.hash&&Ct(this.router,o,t,!1),i(Ft(o,t));var c=ne(this.current.matched,t.matched),u=c.updated,f=c.deactivated,l=c.activated,p=[].concat(ie(f),this.router.beforeHooks,ae(u),l.map((function(t){return t.beforeEnter})),Gt(l)),d=function(e,n){if(r.pending!==t)return i(Ut(o,t));try{e(t,o,(function(e){!1===e?(r.ensureURL(!0),i(Bt(o,t))):qt(e)?(r.ensureURL(!0),i(e)):"string"===typeof e||"object"===typeof e&&("string"===typeof e.path||"string"===typeof e.name)?(i(Nt(o,t)),"object"===typeof e&&e.replace?r.replace(e):r.push(e)):n(e)}))}catch(a){i(a)}};Wt(p,d,(function(){var n=ce(l),a=n.concat(r.router.resolveHooks);Wt(a,d,(function(){if(r.pending!==t)return i(Ut(o,t));r.pending=null,e(t),r.router.app&&r.router.app.$nextTick((function(){C(t)}))}))}))},te.prototype.updateRoute=function(t){this.current=t,this.cb&&this.cb(t)},te.prototype.setupListeners=function(){},te.prototype.teardown=function(){this.listeners.forEach((function(t){t()})),this.listeners=[],this.current=y,this.pending=null};var fe=function(t){function e(e,n){t.call(this,e,n),this._startLocation=le(this.base)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router,n=e.options.scrollBehavior,r=Rt&&n;r&&this.listeners.push(xt());var o=function(){var n=t.current,o=le(t.base);t.current===y&&o===t._startLocation||t.transitionTo(o,(function(t){r&&Ct(e,t,n,!0)}))};window.addEventListener("popstate",o),this.listeners.push((function(){window.removeEventListener("popstate",o)}))}},e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var r=this,o=this,i=o.current;this.transitionTo(t,(function(t){Lt(j(r.base+t.fullPath)),Ct(r.router,t,i,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this,o=this,i=o.current;this.transitionTo(t,(function(t){Dt(j(r.base+t.fullPath)),Ct(r.router,t,i,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(le(this.base)!==this.current.fullPath){var e=j(this.base+this.current.fullPath);t?Lt(e):Dt(e)}},e.prototype.getCurrentLocation=function(){return le(this.base)},e}(te);function le(t){var e=window.location.pathname,n=e.toLowerCase(),r=t.toLowerCase();return!t||n!==r&&0!==n.indexOf(j(r+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var pe=function(t){function e(e,n,r){t.call(this,e,n),r&&de(this.base)||he()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router,n=e.options.scrollBehavior,r=Rt&&n;r&&this.listeners.push(xt());var o=function(){var e=t.current;he()&&t.transitionTo(ve(),(function(n){r&&Ct(t.router,n,e,!0),Rt||ge(n.fullPath)}))},i=Rt?"popstate":"hashchange";window.addEventListener(i,o),this.listeners.push((function(){window.removeEventListener(i,o)}))}},e.prototype.push=function(t,e,n){var r=this,o=this,i=o.current;this.transitionTo(t,(function(t){me(t.fullPath),Ct(r.router,t,i,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this,o=this,i=o.current;this.transitionTo(t,(function(t){ge(t.fullPath),Ct(r.router,t,i,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;ve()!==e&&(t?me(e):ge(e))},e.prototype.getCurrentLocation=function(){return ve()},e}(te);function de(t){var e=le(t);if(!/^\/#/.test(e))return window.location.replace(j(t+"/#"+e)),!0}function he(){var t=ve();return"/"===t.charAt(0)||(ge("/"+t),!1)}function ve(){var t=window.location.href,e=t.indexOf("#");return e<0?"":(t=t.slice(e+1),t)}function ye(t){var e=window.location.href,n=e.indexOf("#"),r=n>=0?e.slice(0,n):e;return r+"#"+t}function me(t){Rt?Lt(ye(t)):window.location.hash=t}function ge(t){Rt?Dt(ye(t)):window.location.replace(ye(t))}var _e=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){var t=e.current;e.index=n,e.updateRoute(r),e.router.afterHooks.forEach((function(e){e&&e(r,t)}))}),(function(t){Kt(t,Mt.duplicated)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(te),be=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=dt(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Rt&&!1!==t.fallback,this.fallback&&(e="hash"),ct||(e="abstract"),this.mode=e,e){case"history":this.history=new fe(this,t.base);break;case"hash":this.history=new pe(this,t.base,this.fallback);break;case"abstract":this.history=new _e(this,t.base);break;default:0}},we={currentRoute:{configurable:!0}};be.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},we.currentRoute.get=function(){return this.history&&this.history.current},be.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null),e.app||e.history.teardown()})),!this.app){this.app=t;var n=this.history;if(n instanceof fe||n instanceof pe){var r=function(t){var r=n.current,o=e.options.scrollBehavior,i=Rt&&o;i&&"fullPath"in t&&Ct(e,t,r,!1)},o=function(t){n.setupListeners(),r(t)};n.transitionTo(n.getCurrentLocation(),o,o)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},be.prototype.beforeEach=function(t){return Ce(this.beforeHooks,t)},be.prototype.beforeResolve=function(t){return Ce(this.resolveHooks,t)},be.prototype.afterEach=function(t){return Ce(this.afterHooks,t)},be.prototype.onReady=function(t,e){this.history.onReady(t,e)},be.prototype.onError=function(t){this.history.onError(t)},be.prototype.push=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.push(t,e,n)}));this.history.push(t,e,n)},be.prototype.replace=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.replace(t,e,n)}));this.history.replace(t,e,n)},be.prototype.go=function(t){this.history.go(t)},be.prototype.back=function(){this.go(-1)},be.prototype.forward=function(){this.go(1)},be.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},be.prototype.resolve=function(t,e,n){e=e||this.history.current;var r=Q(t,e,n,this),o=this.match(r,e),i=o.redirectedFrom||o.fullPath,a=this.history.base,s=Oe(a,i,this.mode);return{location:r,route:o,href:s,normalizedTo:r,resolved:o}},be.prototype.getRoutes=function(){return this.matcher.getRoutes()},be.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==y&&this.history.transitionTo(this.history.getCurrentLocation())},be.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==y&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(be.prototype,we);var xe=be;function Ce(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function Oe(t,e,n){var r="hash"===n?"#"+e:e;return t?j(t+"/"+r):r}be.install=st,be.version="3.6.5",be.isNavigationFailure=Kt,be.NavigationFailureType=Mt,be.START_LOCATION=y,ct&&window.Vue&&window.Vue.use(be)},6369:function(t,e,n){"use strict";n.d(e,{ZP:function(){return Zr}});n(7658),n(4633),n(541);var r=Object.freeze({}),o=Array.isArray;function i(t){return void 0===t||null===t}function a(t){return void 0!==t&&null!==t}function s(t){return!0===t}function c(t){return!1===t}function u(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function f(t){return"function"===typeof t}function l(t){return null!==t&&"object"===typeof t}var p=Object.prototype.toString;function d(t){return"[object Object]"===p.call(t)}function h(t){return"[object RegExp]"===p.call(t)}function v(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function y(t){return a(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function m(t){return null==t?"":Array.isArray(t)||d(t)&&t.toString===p?JSON.stringify(t,null,2):String(t)}function g(t){var e=parseFloat(t);return isNaN(e)?t:e}function _(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o<r.length;o++)n[r[o]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}_("slot,component",!0);var b=_("key,ref,slot,slot-scope,is");function w(t,e){var n=t.length;if(n){if(e===t[n-1])return void(t.length=n-1);var r=t.indexOf(e);if(r>-1)return t.splice(r,1)}}var x=Object.prototype.hasOwnProperty;function C(t,e){return x.call(t,e)}function O(t){var e=Object.create(null);return function(n){var r=e[n];return r||(e[n]=t(n))}}var $=/-(\w)/g,k=O((function(t){return t.replace($,(function(t,e){return e?e.toUpperCase():""}))})),S=O((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),E=/\B([A-Z])/g,j=O((function(t){return t.replace(E,"-$1").toLowerCase()}));function A(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function T(t,e){return t.bind(e)}var P=Function.prototype.bind?T:A;function I(t,e){e=e||0;var n=t.length-e,r=new Array(n);while(n--)r[n]=t[n+e];return r}function R(t,e){for(var n in e)t[n]=e[n];return t}function L(t){for(var e={},n=0;n<t.length;n++)t[n]&&R(e,t[n]);return e}function D(t,e,n){}var M=function(t,e,n){return!1},N=function(t){return t};function F(t,e){if(t===e)return!0;var n=l(t),r=l(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var o=Array.isArray(t),i=Array.isArray(e);if(o&&i)return t.length===e.length&&t.every((function(t,n){return F(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(o||i)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every((function(n){return F(t[n],e[n])}))}catch(c){return!1}}function U(t,e){for(var n=0;n<t.length;n++)if(F(t[n],e))return n;return-1}function B(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}function V(t,e){return t===e?0===t&&1/t!==1/e:t===t||e===e}var H="data-server-rendered",z=["component","directive","filter"],q=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],K={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:M,isReservedAttr:M,isUnknownElement:M,getTagNamespace:D,parsePlatformTagName:N,mustUseProp:M,async:!0,_lifecycleHooks:q},W=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function G(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function X(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var Z=new RegExp("[^".concat(W.source,".$_\\d]"));function J(t){if(!Z.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}var Y="__proto__"in{},Q="undefined"!==typeof window,tt=Q&&window.navigator.userAgent.toLowerCase(),et=tt&&/msie|trident/.test(tt),nt=tt&&tt.indexOf("msie 9.0")>0,rt=tt&&tt.indexOf("edge/")>0;tt&&tt.indexOf("android");var ot=tt&&/iphone|ipad|ipod|ios/.test(tt);tt&&/chrome\/\d+/.test(tt),tt&&/phantomjs/.test(tt);var it,at=tt&&tt.match(/firefox\/(\d+)/),st={}.watch,ct=!1;if(Q)try{var ut={};Object.defineProperty(ut,"passive",{get:function(){ct=!0}}),window.addEventListener("test-passive",null,ut)}catch(Ja){}var ft=function(){return void 0===it&&(it=!Q&&"undefined"!==typeof n.g&&(n.g["process"]&&"server"===n.g["process"].env.VUE_ENV)),it},lt=Q&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function pt(t){return"function"===typeof t&&/native code/.test(t.toString())}var dt,ht="undefined"!==typeof Symbol&&pt(Symbol)&&"undefined"!==typeof Reflect&&pt(Reflect.ownKeys);dt="undefined"!==typeof Set&&pt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var vt=null;function yt(t){void 0===t&&(t=null),t||vt&&vt._scope.off(),vt=t,t&&t._scope.on()}var mt=function(){function t(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),gt=function(t){void 0===t&&(t="");var e=new mt;return e.text=t,e.isComment=!0,e};function _t(t){return new mt(void 0,void 0,void 0,String(t))}function bt(t){var e=new mt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var wt=0,xt=[],Ct=function(){for(var t=0;t<xt.length;t++){var e=xt[t];e.subs=e.subs.filter((function(t){return t})),e._pending=!1}xt.length=0},Ot=function(){function t(){this._pending=!1,this.id=wt++,this.subs=[]}return t.prototype.addSub=function(t){this.subs.push(t)},t.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,xt.push(this))},t.prototype.depend=function(e){t.target&&t.target.addDep(this)},t.prototype.notify=function(t){var e=this.subs.filter((function(t){return t}));for(var n=0,r=e.length;n<r;n++){var o=e[n];0,o.update()}},t}();Ot.target=null;var $t=[];function kt(t){$t.push(t),Ot.target=t}function St(){$t.pop(),Ot.target=$t[$t.length-1]}var Et=Array.prototype,jt=Object.create(Et),At=["push","pop","shift","unshift","splice","sort","reverse"];At.forEach((function(t){var e=Et[t];X(jt,t,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o,i=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2);break}return o&&a.observeArray(o),a.dep.notify(),i}))}));var Tt=Object.getOwnPropertyNames(jt),Pt={},It=!0;function Rt(t){It=t}var Lt={notify:D,depend:D,addSub:D,removeSub:D},Dt=function(){function t(t,e,n){if(void 0===e&&(e=!1),void 0===n&&(n=!1),this.value=t,this.shallow=e,this.mock=n,this.dep=n?Lt:new Ot,this.vmCount=0,X(t,"__ob__",this),o(t)){if(!n)if(Y)t.__proto__=jt;else for(var r=0,i=Tt.length;r<i;r++){var a=Tt[r];X(t,a,jt[a])}e||this.observeArray(t)}else{var s=Object.keys(t);for(r=0;r<s.length;r++){a=s[r];Nt(t,a,Pt,void 0,e,n)}}}return t.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Mt(t[e],!1,this.mock)},t}();function Mt(t,e,n){return t&&C(t,"__ob__")&&t.__ob__ instanceof Dt?t.__ob__:!It||!n&&ft()||!o(t)&&!d(t)||!Object.isExtensible(t)||t.__v_skip||qt(t)||t instanceof mt?void 0:new Dt(t,e,n)}function Nt(t,e,n,r,i,a){var s=new Ot,c=Object.getOwnPropertyDescriptor(t,e);if(!c||!1!==c.configurable){var u=c&&c.get,f=c&&c.set;u&&!f||n!==Pt&&2!==arguments.length||(n=t[e]);var l=!i&&Mt(n,!1,a);return Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=u?u.call(t):n;return Ot.target&&(s.depend(),l&&(l.dep.depend(),o(e)&&Bt(e))),qt(e)&&!i?e.value:e},set:function(e){var r=u?u.call(t):n;if(V(r,e)){if(f)f.call(t,e);else{if(u)return;if(!i&&qt(r)&&!qt(e))return void(r.value=e);n=e}l=!i&&Mt(e,!1,a),s.notify()}}}),s}}function Ft(t,e,n){if(!zt(t)){var r=t.__ob__;return o(t)&&v(e)?(t.length=Math.max(t.length,e),t.splice(e,1,n),r&&!r.shallow&&r.mock&&Mt(n,!1,!0),n):e in t&&!(e in Object.prototype)?(t[e]=n,n):t._isVue||r&&r.vmCount?n:r?(Nt(r.value,e,n,void 0,r.shallow,r.mock),r.dep.notify(),n):(t[e]=n,n)}}function Ut(t,e){if(o(t)&&v(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||zt(t)||C(t,e)&&(delete t[e],n&&n.dep.notify())}}function Bt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)e=t[n],e&&e.__ob__&&e.__ob__.dep.depend(),o(e)&&Bt(e)}function Vt(t){return Ht(t,!0),X(t,"__v_isShallow",!0),t}function Ht(t,e){if(!zt(t)){Mt(t,e,ft());0}}function zt(t){return!(!t||!t.__v_isReadonly)}function qt(t){return!(!t||!0!==t.__v_isRef)}function Kt(t,e,n){Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var t=e[n];if(qt(t))return t.value;var r=t&&t.__ob__;return r&&r.dep.depend(),t},set:function(t){var r=e[n];qt(r)&&!qt(t)?r.value=t:e[n]=t}})}var Wt="watcher";"".concat(Wt," callback"),"".concat(Wt," getter"),"".concat(Wt," cleanup");var Gt;var Xt=function(){function t(t){void 0===t&&(t=!1),this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=Gt,!t&&Gt&&(this.index=(Gt.scopes||(Gt.scopes=[])).push(this)-1)}return t.prototype.run=function(t){if(this.active){var e=Gt;try{return Gt=this,t()}finally{Gt=e}}else 0},t.prototype.on=function(){Gt=this},t.prototype.off=function(){Gt=this.parent},t.prototype.stop=function(t){if(this.active){var e=void 0,n=void 0;for(e=0,n=this.effects.length;e<n;e++)this.effects[e].teardown();for(e=0,n=this.cleanups.length;e<n;e++)this.cleanups[e]();if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].stop(!0);if(!this.detached&&this.parent&&!t){var r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this.active=!1}},t}();function Zt(t,e){void 0===e&&(e=Gt),e&&e.active&&e.effects.push(t)}function Jt(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}var Yt=O((function(t){var e="&"===t.charAt(0);t=e?t.slice(1):t;var n="~"===t.charAt(0);t=n?t.slice(1):t;var r="!"===t.charAt(0);return t=r?t.slice(1):t,{name:t,once:n,capture:r,passive:e}}));function Qt(t,e){function n(){var t=n.fns;if(!o(t))return Xe(t,null,arguments,e,"v-on handler");for(var r=t.slice(),i=0;i<r.length;i++)Xe(r[i],null,arguments,e,"v-on handler")}return n.fns=t,n}function te(t,e,n,r,o,a){var c,u,f,l;for(c in t)u=t[c],f=e[c],l=Yt(c),i(u)||(i(f)?(i(u.fns)&&(u=t[c]=Qt(u,a)),s(l.once)&&(u=t[c]=o(l.name,u,l.capture)),n(l.name,u,l.capture,l.passive,l.params)):u!==f&&(f.fns=u,t[c]=f));for(c in e)i(t[c])&&(l=Yt(c),r(l.name,e[c],l.capture))}function ee(t,e,n){var r;t instanceof mt&&(t=t.data.hook||(t.data.hook={}));var o=t[e];function c(){n.apply(this,arguments),w(r.fns,c)}i(o)?r=Qt([c]):a(o.fns)&&s(o.merged)?(r=o,r.fns.push(c)):r=Qt([o,c]),r.merged=!0,t[e]=r}function ne(t,e,n){var r=e.options.props;if(!i(r)){var o={},s=t.attrs,c=t.props;if(a(s)||a(c))for(var u in r){var f=j(u);re(o,c,u,f,!0)||re(o,s,u,f,!1)}return o}}function re(t,e,n,r,o){if(a(e)){if(C(e,n))return t[n]=e[n],o||delete e[n],!0;if(C(e,r))return t[n]=e[r],o||delete e[r],!0}return!1}function oe(t){for(var e=0;e<t.length;e++)if(o(t[e]))return Array.prototype.concat.apply([],t);return t}function ie(t){return u(t)?[_t(t)]:o(t)?se(t):void 0}function ae(t){return a(t)&&a(t.text)&&c(t.isComment)}function se(t,e){var n,r,c,f,l=[];for(n=0;n<t.length;n++)r=t[n],i(r)||"boolean"===typeof r||(c=l.length-1,f=l[c],o(r)?r.length>0&&(r=se(r,"".concat(e||"","_").concat(n)),ae(r[0])&&ae(f)&&(l[c]=_t(f.text+r[0].text),r.shift()),l.push.apply(l,r)):u(r)?ae(f)?l[c]=_t(f.text+r):""!==r&&l.push(_t(r)):ae(r)&&ae(f)?l[c]=_t(f.text+r.text):(s(t._isVList)&&a(r.tag)&&i(r.key)&&a(e)&&(r.key="__vlist".concat(e,"_").concat(n,"__")),l.push(r)));return l}function ce(t,e){var n,r,i,s,c=null;if(o(t)||"string"===typeof t)for(c=new Array(t.length),n=0,r=t.length;n<r;n++)c[n]=e(t[n],n);else if("number"===typeof t)for(c=new Array(t),n=0;n<t;n++)c[n]=e(n+1,n);else if(l(t))if(ht&&t[Symbol.iterator]){c=[];var u=t[Symbol.iterator](),f=u.next();while(!f.done)c.push(e(f.value,c.length)),f=u.next()}else for(i=Object.keys(t),c=new Array(i.length),n=0,r=i.length;n<r;n++)s=i[n],c[n]=e(t[s],s,n);return a(c)||(c=[]),c._isVList=!0,c}function ue(t,e,n,r){var o,i=this.$scopedSlots[t];i?(n=n||{},r&&(n=R(R({},r),n)),o=i(n)||(f(e)?e():e)):o=this.$slots[t]||(f(e)?e():e);var a=n&&n.slot;return a?this.$createElement("template",{slot:a},o):o}function fe(t){return Cr(this.$options,"filters",t,!0)||N}function le(t,e){return o(t)?-1===t.indexOf(e):t!==e}function pe(t,e,n,r,o){var i=K.keyCodes[e]||n;return o&&r&&!K.keyCodes[e]?le(o,r):i?le(i,t):r?j(r)!==e:void 0===t}function de(t,e,n,r,i){if(n)if(l(n)){o(n)&&(n=L(n));var a=void 0,s=function(o){if("class"===o||"style"===o||b(o))a=t;else{var s=t.attrs&&t.attrs.type;a=r||K.mustUseProp(e,s,o)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=k(o),u=j(o);if(!(c in a)&&!(u in a)&&(a[o]=n[o],i)){var f=t.on||(t.on={});f["update:".concat(o)]=function(t){n[o]=t}}};for(var c in n)s(c)}else;return t}function he(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,this._c,this),ye(r,"__static__".concat(t),!1)),r}function ve(t,e,n){return ye(t,"__once__".concat(e).concat(n?"_".concat(n):""),!0),t}function ye(t,e,n){if(o(t))for(var r=0;r<t.length;r++)t[r]&&"string"!==typeof t[r]&&me(t[r],"".concat(e,"_").concat(r),n);else me(t,e,n)}function me(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function ge(t,e){if(e)if(d(e)){var n=t.on=t.on?R({},t.on):{};for(var r in e){var o=n[r],i=e[r];n[r]=o?[].concat(o,i):i}}else;return t}function _e(t,e,n,r){e=e||{$stable:!n};for(var i=0;i<t.length;i++){var a=t[i];o(a)?_e(a,e,n):a&&(a.proxy&&(a.fn.proxy=!0),e[a.key]=a.fn)}return r&&(e.$key=r),e}function be(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"===typeof r&&r&&(t[e[n]]=e[n+1])}return t}function we(t,e){return"string"===typeof t?e+t:t}function xe(t){t._o=ve,t._n=g,t._s=m,t._l=ce,t._t=ue,t._q=F,t._i=U,t._m=he,t._f=fe,t._k=pe,t._b=de,t._v=_t,t._e=gt,t._u=_e,t._g=ge,t._d=be,t._p=we}function Ce(t,e){if(!t||!t.length)return{};for(var n={},r=0,o=t.length;r<o;r++){var i=t[r],a=i.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,i.context!==e&&i.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(i);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===i.tag?c.push.apply(c,i.children||[]):c.push(i)}}for(var u in n)n[u].every(Oe)&&delete n[u];return n}function Oe(t){return t.isComment&&!t.asyncFactory||" "===t.text}function $e(t){return t.isComment&&t.asyncFactory}function ke(t,e,n,o){var i,a=Object.keys(n).length>0,s=e?!!e.$stable:!a,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&o&&o!==r&&c===o.$key&&!a&&!o.$hasNormal)return o;for(var u in i={},e)e[u]&&"$"!==u[0]&&(i[u]=Se(t,n,u,e[u]))}else i={};for(var f in n)f in i||(i[f]=Ee(n,f));return e&&Object.isExtensible(e)&&(e._normalized=i),X(i,"$stable",s),X(i,"$key",c),X(i,"$hasNormal",a),i}function Se(t,e,n,r){var i=function(){var e=vt;yt(t);var n=arguments.length?r.apply(null,arguments):r({});n=n&&"object"===typeof n&&!o(n)?[n]:ie(n);var i=n&&n[0];return yt(e),n&&(!i||1===n.length&&i.isComment&&!$e(i))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:i,enumerable:!0,configurable:!0}),i}function Ee(t,e){return function(){return t[e]}}function je(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=Ae(t);yt(t),kt();var o=Xe(n,null,[t._props||Vt({}),r],t,"setup");if(St(),yt(),f(o))e.render=o;else if(l(o))if(t._setupState=o,o.__sfc){var i=t._setupProxy={};for(var a in o)"__sfc"!==a&&Kt(i,o,a)}else for(var a in o)G(a)||Kt(t,o,a);else 0}}function Ae(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};X(e,"_v_attr_proxy",!0),Te(e,t.$attrs,r,t,"$attrs")}return t._attrsProxy},get listeners(){if(!t._listenersProxy){var e=t._listenersProxy={};Te(e,t.$listeners,r,t,"$listeners")}return t._listenersProxy},get slots(){return Ie(t)},emit:P(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return Kt(t,e,n)}))}}}function Te(t,e,n,r,o){var i=!1;for(var a in e)a in t?e[a]!==n[a]&&(i=!0):(i=!0,Pe(t,a,r,o));for(var a in t)a in e||(i=!0,delete t[a]);return i}function Pe(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function Ie(t){return t._slotsProxy||Re(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}function Re(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}function Le(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=Ce(e._renderChildren,o),t.$scopedSlots=n?ke(t.$parent,n.data.scopedSlots,t.$slots):r,t._c=function(e,n,r,o){return ze(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return ze(t,e,n,r,o,!0)};var i=n&&n.data;Nt(t,"$attrs",i&&i.attrs||r,null,!0),Nt(t,"$listeners",e._parentListeners||r,null,!0)}var De=null;function Me(t){xe(t.prototype),t.prototype.$nextTick=function(t){return cn(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,i=n._parentVnode;i&&e._isMounted&&(e.$scopedSlots=ke(e.$parent,i.data.scopedSlots,e.$slots,e.$scopedSlots),e._slotsProxy&&Re(e._slotsProxy,e.$scopedSlots)),e.$vnode=i;try{yt(e),De=e,t=r.call(e._renderProxy,e.$createElement)}catch(Ja){Ge(Ja,e,"render"),t=e._vnode}finally{De=null,yt()}return o(t)&&1===t.length&&(t=t[0]),t instanceof mt||(t=gt()),t.parent=i,t}}function Ne(t,e){return(t.__esModule||ht&&"Module"===t[Symbol.toStringTag])&&(t=t.default),l(t)?e.extend(t):t}function Fe(t,e,n,r,o){var i=gt();return i.asyncFactory=t,i.asyncMeta={data:e,context:n,children:r,tag:o},i}function Ue(t,e){if(s(t.error)&&a(t.errorComp))return t.errorComp;if(a(t.resolved))return t.resolved;var n=De;if(n&&a(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),s(t.loading)&&a(t.loadingComp))return t.loadingComp;if(n&&!a(t.owners)){var r=t.owners=[n],o=!0,c=null,u=null;n.$on("hook:destroyed",(function(){return w(r,n)}));var f=function(t){for(var e=0,n=r.length;e<n;e++)r[e].$forceUpdate();t&&(r.length=0,null!==c&&(clearTimeout(c),c=null),null!==u&&(clearTimeout(u),u=null))},p=B((function(n){t.resolved=Ne(n,e),o?r.length=0:f(!0)})),d=B((function(e){a(t.errorComp)&&(t.error=!0,f(!0))})),h=t(p,d);return l(h)&&(y(h)?i(t.resolved)&&h.then(p,d):y(h.component)&&(h.component.then(p,d),a(h.error)&&(t.errorComp=Ne(h.error,e)),a(h.loading)&&(t.loadingComp=Ne(h.loading,e),0===h.delay?t.loading=!0:c=setTimeout((function(){c=null,i(t.resolved)&&i(t.error)&&(t.loading=!0,f(!1))}),h.delay||200)),a(h.timeout)&&(u=setTimeout((function(){u=null,i(t.resolved)&&d(null)}),h.timeout)))),o=!1,t.loading?t.loadingComp:t.resolved}}function Be(t){if(o(t))for(var e=0;e<t.length;e++){var n=t[e];if(a(n)&&(a(n.componentOptions)||$e(n)))return n}}var Ve=1,He=2;function ze(t,e,n,r,i,a){return(o(n)||u(n))&&(i=r,r=n,n=void 0),s(a)&&(i=He),qe(t,e,n,r,i)}function qe(t,e,n,r,i){if(a(n)&&a(n.__ob__))return gt();if(a(n)&&a(n.is)&&(e=n.is),!e)return gt();var s,c;if(o(r)&&f(r[0])&&(n=n||{},n.scopedSlots={default:r[0]},r.length=0),i===He?r=ie(r):i===Ve&&(r=oe(r)),"string"===typeof e){var u=void 0;c=t.$vnode&&t.$vnode.ns||K.getTagNamespace(e),s=K.isReservedTag(e)?new mt(K.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!a(u=Cr(t.$options,"components",e))?new mt(e,n,r,void 0,void 0,t):ar(u,n,t,r,e)}else s=ar(e,n,t,r);return o(s)?s:a(s)?(a(c)&&Ke(s,c),a(n)&&We(n),s):gt()}function Ke(t,e,n){if(t.ns=e,"foreignObject"===t.tag&&(e=void 0,n=!0),a(t.children))for(var r=0,o=t.children.length;r<o;r++){var c=t.children[r];a(c.tag)&&(i(c.ns)||s(n)&&"svg"!==c.tag)&&Ke(c,e,n)}}function We(t){l(t.style)&&dn(t.style),l(t.class)&&dn(t.class)}function Ge(t,e,n){kt();try{if(e){var r=e;while(r=r.$parent){var o=r.$options.errorCaptured;if(o)for(var i=0;i<o.length;i++)try{var a=!1===o[i].call(r,t,e,n);if(a)return}catch(Ja){Ze(Ja,r,"errorCaptured hook")}}}Ze(t,e,n)}finally{St()}}function Xe(t,e,n,r,o){var i;try{i=n?t.apply(e,n):t.call(e),i&&!i._isVue&&y(i)&&!i._handled&&(i.catch((function(t){return Ge(t,r,o+" (Promise/async)")})),i._handled=!0)}catch(Ja){Ge(Ja,r,o)}return i}function Ze(t,e,n){if(K.errorHandler)try{return K.errorHandler.call(null,t,e,n)}catch(Ja){Ja!==t&&Je(Ja,null,"config.errorHandler")}Je(t,e,n)}function Je(t,e,n){if(!Q||"undefined"===typeof console)throw t;console.error(t)}var Ye,Qe=!1,tn=[],en=!1;function nn(){en=!1;var t=tn.slice(0);tn.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!==typeof Promise&&pt(Promise)){var rn=Promise.resolve();Ye=function(){rn.then(nn),ot&&setTimeout(D)},Qe=!0}else if(et||"undefined"===typeof MutationObserver||!pt(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Ye="undefined"!==typeof setImmediate&&pt(setImmediate)?function(){setImmediate(nn)}:function(){setTimeout(nn,0)};else{var on=1,an=new MutationObserver(nn),sn=document.createTextNode(String(on));an.observe(sn,{characterData:!0}),Ye=function(){on=(on+1)%2,sn.data=String(on)},Qe=!0}function cn(t,e){var n;if(tn.push((function(){if(t)try{t.call(e)}catch(Ja){Ge(Ja,e,"nextTick")}else n&&n(e)})),en||(en=!0,Ye()),!t&&"undefined"!==typeof Promise)return new Promise((function(t){n=t}))}function un(t){return function(e,n){if(void 0===n&&(n=vt),n)return fn(n,t,e)}}function fn(t,e,n){var r=t.$options;r[e]=vr(r[e],n)}un("beforeMount"),un("mounted"),un("beforeUpdate"),un("updated"),un("beforeDestroy"),un("destroyed"),un("activated"),un("deactivated"),un("serverPrefetch"),un("renderTracked"),un("renderTriggered"),un("errorCaptured");var ln="2.7.14";var pn=new dt;function dn(t){return hn(t,pn),pn.clear(),t}function hn(t,e){var n,r,i=o(t);if(!(!i&&!l(t)||t.__v_skip||Object.isFrozen(t)||t instanceof mt)){if(t.__ob__){var a=t.__ob__.dep.id;if(e.has(a))return;e.add(a)}if(i){n=t.length;while(n--)hn(t[n],e)}else if(qt(t))hn(t.value,e);else{r=Object.keys(t),n=r.length;while(n--)hn(t[r[n]],e)}}}var vn,yn=0,mn=function(){function t(t,e,n,r,o){Zt(this,Gt&&!Gt._vm?Gt:t?t._scope:void 0),(this.vm=t)&&o&&(t._watcher=this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++yn,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new dt,this.newDepIds=new dt,this.expression="",f(e)?this.getter=e:(this.getter=J(e),this.getter||(this.getter=D)),this.value=this.lazy?void 0:this.get()}return t.prototype.get=function(){var t;kt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(Ja){if(!this.user)throw Ja;Ge(Ja,e,'getter for watcher "'.concat(this.expression,'"'))}finally{this.deep&&dn(t),St(),this.cleanupDeps()}return t},t.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},t.prototype.cleanupDeps=function(){var t=this.deps.length;while(t--){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},t.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Xn(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||l(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');Xe(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){var t=this.deps.length;while(t--)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&w(this.vm._scope.effects,this),this.active){var t=this.deps.length;while(t--)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}();function gn(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&xn(t,e)}function _n(t,e){vn.$on(t,e)}function bn(t,e){vn.$off(t,e)}function wn(t,e){var n=vn;return function r(){var o=e.apply(null,arguments);null!==o&&n.$off(t,r)}}function xn(t,e,n){vn=t,te(e,n||{},_n,bn,wn,t),vn=void 0}function Cn(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(o(t))for(var i=0,a=t.length;i<a;i++)r.$on(t[i],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(o(t)){for(var r=0,i=t.length;r<i;r++)n.$off(t[r],e);return n}var a,s=n._events[t];if(!s)return n;if(!e)return n._events[t]=null,n;var c=s.length;while(c--)if(a=s[c],a===e||a.fn===e){s.splice(c,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?I(n):n;for(var r=I(arguments,1),o='event handler for "'.concat(t,'"'),i=0,a=n.length;i<a;i++)Xe(n[i],e,r,e,o)}return e}}var On=null;function $n(t){var e=On;return On=t,function(){On=e}}function kn(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){while(n.$options.abstract&&n.$parent)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}function Sn(t){t.prototype._update=function(t,e){var n=this,r=n.$el,o=n._vnode,i=$n(n);n._vnode=t,n.$el=o?n.__patch__(o,t):n.__patch__(n.$el,t,e,!1),i(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n);var a=n;while(a&&a.$vnode&&a.$parent&&a.$vnode===a.$parent._vnode)a.$parent.$el=a.$el,a=a.$parent},t.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){In(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||w(e.$children,t),t._scope.stop(),t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),In(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}function En(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=gt),In(t,"beforeMount"),r=function(){t._update(t._render(),n)};var o={before:function(){t._isMounted&&!t._isDestroyed&&In(t,"beforeUpdate")}};new mn(t,r,D,o,!0),n=!1;var i=t._preWatchers;if(i)for(var a=0;a<i.length;a++)i[a].run();return null==t.$vnode&&(t._isMounted=!0,In(t,"mounted")),t}function jn(t,e,n,o,i){var a=o.data.scopedSlots,s=t.$scopedSlots,c=!!(a&&!a.$stable||s!==r&&!s.$stable||a&&t.$scopedSlots.$key!==a.$key||!a&&t.$scopedSlots.$key),u=!!(i||t.$options._renderChildren||c),f=t.$vnode;t.$options._parentVnode=o,t.$vnode=o,t._vnode&&(t._vnode.parent=o),t.$options._renderChildren=i;var l=o.data.attrs||r;t._attrsProxy&&Te(t._attrsProxy,l,f.data&&f.data.attrs||r,t,"$attrs")&&(u=!0),t.$attrs=l,n=n||r;var p=t.$options._parentListeners;if(t._listenersProxy&&Te(t._listenersProxy,n,p||r,t,"$listeners"),t.$listeners=t.$options._parentListeners=n,xn(t,n,p),e&&t.$options.props){Rt(!1);for(var d=t._props,h=t.$options._propKeys||[],v=0;v<h.length;v++){var y=h[v],m=t.$options.props;d[y]=Or(y,m,e,t)}Rt(!0),t.$options.propsData=e}u&&(t.$slots=Ce(i,o.context),t.$forceUpdate())}function An(t){while(t&&(t=t.$parent))if(t._inactive)return!0;return!1}function Tn(t,e){if(e){if(t._directInactive=!1,An(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)Tn(t.$children[n]);In(t,"activated")}}function Pn(t,e){if((!e||(t._directInactive=!0,!An(t)))&&!t._inactive){t._inactive=!0;for(var n=0;n<t.$children.length;n++)Pn(t.$children[n]);In(t,"deactivated")}}function In(t,e,n,r){void 0===r&&(r=!0),kt();var o=vt;r&&yt(t);var i=t.$options[e],a="".concat(e," hook");if(i)for(var s=0,c=i.length;s<c;s++)Xe(i[s],t,n||null,t,a);t._hasHookEvent&&t.$emit("hook:"+e),r&&yt(o),St()}var Rn=[],Ln=[],Dn={},Mn=!1,Nn=!1,Fn=0;function Un(){Fn=Rn.length=Ln.length=0,Dn={},Mn=Nn=!1}var Bn=0,Vn=Date.now;if(Q&&!et){var Hn=window.performance;Hn&&"function"===typeof Hn.now&&Vn()>document.createEvent("Event").timeStamp&&(Vn=function(){return Hn.now()})}var zn=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function qn(){var t,e;for(Bn=Vn(),Nn=!0,Rn.sort(zn),Fn=0;Fn<Rn.length;Fn++)t=Rn[Fn],t.before&&t.before(),e=t.id,Dn[e]=null,t.run();var n=Ln.slice(),r=Rn.slice();Un(),Gn(n),Kn(r),Ct(),lt&&K.devtools&&lt.emit("flush")}function Kn(t){var e=t.length;while(e--){var n=t[e],r=n.vm;r&&r._watcher===n&&r._isMounted&&!r._isDestroyed&&In(r,"updated")}}function Wn(t){t._inactive=!1,Ln.push(t)}function Gn(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,Tn(t[e],!0)}function Xn(t){var e=t.id;if(null==Dn[e]&&(t!==Ot.target||!t.noRecurse)){if(Dn[e]=!0,Nn){var n=Rn.length-1;while(n>Fn&&Rn[n].id>t.id)n--;Rn.splice(n+1,0,t)}else Rn.push(t);Mn||(Mn=!0,cn(qn))}}function Zn(t){var e=t.$options.provide;if(e){var n=f(e)?e.call(t):e;if(!l(n))return;for(var r=Jt(t),o=ht?Reflect.ownKeys(n):Object.keys(n),i=0;i<o.length;i++){var a=o[i];Object.defineProperty(r,a,Object.getOwnPropertyDescriptor(n,a))}}}function Jn(t){var e=Yn(t.$options.inject,t);e&&(Rt(!1),Object.keys(e).forEach((function(n){Nt(t,n,e[n])})),Rt(!0))}function Yn(t,e){if(t){for(var n=Object.create(null),r=ht?Reflect.ownKeys(t):Object.keys(t),o=0;o<r.length;o++){var i=r[o];if("__ob__"!==i){var a=t[i].from;if(a in e._provided)n[i]=e._provided[a];else if("default"in t[i]){var s=t[i].default;n[i]=f(s)?s.call(e):s}else 0}}return n}}function Qn(t,e,n,i,a){var c,u=this,f=a.options;C(i,"_uid")?(c=Object.create(i),c._original=i):(c=i,i=i._original);var l=s(f._compiled),p=!l;this.data=t,this.props=e,this.children=n,this.parent=i,this.listeners=t.on||r,this.injections=Yn(f.inject,i),this.slots=function(){return u.$slots||ke(i,t.scopedSlots,u.$slots=Ce(n,i)),u.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return ke(i,t.scopedSlots,this.slots())}}),l&&(this.$options=f,this.$slots=this.slots(),this.$scopedSlots=ke(i,t.scopedSlots,this.$slots)),f._scopeId?this._c=function(t,e,n,r){var a=ze(c,t,e,n,r,p);return a&&!o(a)&&(a.fnScopeId=f._scopeId,a.fnContext=i),a}:this._c=function(t,e,n,r){return ze(c,t,e,n,r,p)}}function tr(t,e,n,i,s){var c=t.options,u={},f=c.props;if(a(f))for(var l in f)u[l]=Or(l,f,e||r);else a(n.attrs)&&nr(u,n.attrs),a(n.props)&&nr(u,n.props);var p=new Qn(n,u,s,i,t),d=c.render.call(null,p._c,p);if(d instanceof mt)return er(d,n,p.parent,c,p);if(o(d)){for(var h=ie(d)||[],v=new Array(h.length),y=0;y<h.length;y++)v[y]=er(h[y],n,p.parent,c,p);return v}}function er(t,e,n,r,o){var i=bt(t);return i.fnContext=n,i.fnOptions=r,e.slot&&((i.data||(i.data={})).slot=e.slot),i}function nr(t,e){for(var n in e)t[k(n)]=e[n]}function rr(t){return t.name||t.__name||t._componentTag}xe(Qn.prototype);var or={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;or.prepatch(n,n)}else{var r=t.componentInstance=sr(t,On);r.$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions,r=e.componentInstance=t.componentInstance;jn(r,n.propsData,n.listeners,e,n.children)},insert:function(t){var e=t.context,n=t.componentInstance;n._isMounted||(n._isMounted=!0,In(n,"mounted")),t.data.keepAlive&&(e._isMounted?Wn(n):Tn(n,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?Pn(e,!0):e.$destroy())}},ir=Object.keys(or);function ar(t,e,n,r,o){if(!i(t)){var c=n.$options._base;if(l(t)&&(t=c.extend(t)),"function"===typeof t){var u;if(i(t.cid)&&(u=t,t=Ue(u,c),void 0===t))return Fe(u,e,n,r,o);e=e||{},Gr(t),a(e.model)&&fr(t.options,e);var f=ne(e,t,o);if(s(t.options.functional))return tr(t,f,e,n,r);var p=e.on;if(e.on=e.nativeOn,s(t.options.abstract)){var d=e.slot;e={},d&&(e.slot=d)}cr(e);var h=rr(t.options)||o,v=new mt("vue-component-".concat(t.cid).concat(h?"-".concat(h):""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:f,listeners:p,tag:o,children:r},u);return v}}}function sr(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;return a(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns),new t.componentOptions.Ctor(n)}function cr(t){for(var e=t.hook||(t.hook={}),n=0;n<ir.length;n++){var r=ir[n],o=e[r],i=or[r];o===i||o&&o._merged||(e[r]=o?ur(i,o):i)}}function ur(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}function fr(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var i=e.on||(e.on={}),s=i[r],c=e.model.callback;a(s)?(o(s)?-1===s.indexOf(c):s!==c)&&(i[r]=[c].concat(s)):i[r]=c}var lr=D,pr=K.optionMergeStrategies;function dr(t,e,n){if(void 0===n&&(n=!0),!e)return t;for(var r,o,i,a=ht?Reflect.ownKeys(e):Object.keys(e),s=0;s<a.length;s++)r=a[s],"__ob__"!==r&&(o=t[r],i=e[r],n&&C(t,r)?o!==i&&d(o)&&d(i)&&dr(o,i):Ft(t,r,i));return t}function hr(t,e,n){return n?function(){var r=f(e)?e.call(n,n):e,o=f(t)?t.call(n,n):t;return r?dr(r,o):o}:e?t?function(){return dr(f(e)?e.call(this,this):e,f(t)?t.call(this,this):t)}:e:t}function vr(t,e){var n=e?t?t.concat(e):o(e)?e:[e]:t;return n?yr(n):n}function yr(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}function mr(t,e,n,r){var o=Object.create(t||null);return e?R(o,e):o}pr.data=function(t,e,n){return n?hr(t,e,n):e&&"function"!==typeof e?t:hr(t,e)},q.forEach((function(t){pr[t]=vr})),z.forEach((function(t){pr[t+"s"]=mr})),pr.watch=function(t,e,n,r){if(t===st&&(t=void 0),e===st&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var i={};for(var a in R(i,t),e){var s=i[a],c=e[a];s&&!o(s)&&(s=[s]),i[a]=s?s.concat(c):o(c)?c:[c]}return i},pr.props=pr.methods=pr.inject=pr.computed=function(t,e,n,r){if(!t)return e;var o=Object.create(null);return R(o,t),e&&R(o,e),o},pr.provide=function(t,e){return t?function(){var n=Object.create(null);return dr(n,f(t)?t.call(this):t),e&&dr(n,f(e)?e.call(this):e,!1),n}:e};var gr=function(t,e){return void 0===e?t:e};function _r(t,e){var n=t.props;if(n){var r,i,a,s={};if(o(n)){r=n.length;while(r--)i=n[r],"string"===typeof i&&(a=k(i),s[a]={type:null})}else if(d(n))for(var c in n)i=n[c],a=k(c),s[a]=d(i)?i:{type:i};else 0;t.props=s}}function br(t,e){var n=t.inject;if(n){var r=t.inject={};if(o(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(d(n))for(var a in n){var s=n[a];r[a]=d(s)?R({from:a},s):{from:s}}else 0}}function wr(t){var e=t.directives;if(e)for(var n in e){var r=e[n];f(r)&&(e[n]={bind:r,update:r})}}function xr(t,e,n){if(f(e)&&(e=e.options),_r(e,n),br(e,n),wr(e),!e._base&&(e.extends&&(t=xr(t,e.extends,n)),e.mixins))for(var r=0,o=e.mixins.length;r<o;r++)t=xr(t,e.mixins[r],n);var i,a={};for(i in t)s(i);for(i in e)C(t,i)||s(i);function s(r){var o=pr[r]||gr;a[r]=o(t[r],e[r],n,r)}return a}function Cr(t,e,n,r){if("string"===typeof n){var o=t[e];if(C(o,n))return o[n];var i=k(n);if(C(o,i))return o[i];var a=S(i);if(C(o,a))return o[a];var s=o[n]||o[i]||o[a];return s}}function Or(t,e,n,r){var o=e[t],i=!C(n,t),a=n[t],s=jr(Boolean,o.type);if(s>-1)if(i&&!C(o,"default"))a=!1;else if(""===a||a===j(t)){var c=jr(String,o.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=$r(r,o,t);var u=It;Rt(!0),Mt(a),Rt(u)}return a}function $r(t,e,n){if(C(e,"default")){var r=e.default;return t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n]?t._props[n]:f(r)&&"Function"!==Sr(e.type)?r.call(t):r}}var kr=/^\s*function (\w+)/;function Sr(t){var e=t&&t.toString().match(kr);return e?e[1]:""}function Er(t,e){return Sr(t)===Sr(e)}function jr(t,e){if(!o(e))return Er(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Er(e[n],t))return n;return-1}var Ar={enumerable:!0,configurable:!0,get:D,set:D};function Tr(t,e,n){Ar.get=function(){return this[e][n]},Ar.set=function(t){this[e][n]=t},Object.defineProperty(t,n,Ar)}function Pr(t){var e=t.$options;if(e.props&&Ir(t,e.props),je(t),e.methods&&Br(t,e.methods),e.data)Rr(t);else{var n=Mt(t._data={});n&&n.vmCount++}e.computed&&Mr(t,e.computed),e.watch&&e.watch!==st&&Vr(t,e.watch)}function Ir(t,e){var n=t.$options.propsData||{},r=t._props=Vt({}),o=t.$options._propKeys=[],i=!t.$parent;i||Rt(!1);var a=function(i){o.push(i);var a=Or(i,e,n,t);Nt(r,i,a),i in t||Tr(t,"_props",i)};for(var s in e)a(s);Rt(!0)}function Rr(t){var e=t.$options.data;e=t._data=f(e)?Lr(e,t):e||{},d(e)||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);while(o--){var i=n[o];0,r&&C(r,i)||G(i)||Tr(t,"_data",i)}var a=Mt(e);a&&a.vmCount++}function Lr(t,e){kt();try{return t.call(e,e)}catch(Ja){return Ge(Ja,e,"data()"),{}}finally{St()}}var Dr={lazy:!0};function Mr(t,e){var n=t._computedWatchers=Object.create(null),r=ft();for(var o in e){var i=e[o],a=f(i)?i:i.get;0,r||(n[o]=new mn(t,a||D,D,Dr)),o in t||Nr(t,o,i)}}function Nr(t,e,n){var r=!ft();f(n)?(Ar.get=r?Fr(e):Ur(n),Ar.set=D):(Ar.get=n.get?r&&!1!==n.cache?Fr(e):Ur(n.get):D,Ar.set=n.set||D),Object.defineProperty(t,e,Ar)}function Fr(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),Ot.target&&e.depend(),e.value}}function Ur(t){return function(){return t.call(this,this)}}function Br(t,e){t.$options.props;for(var n in e)t[n]="function"!==typeof e[n]?D:P(e[n],t)}function Vr(t,e){for(var n in e){var r=e[n];if(o(r))for(var i=0;i<r.length;i++)Hr(t,n,r[i]);else Hr(t,n,r)}}function Hr(t,e,n,r){return d(n)&&(r=n,n=n.handler),"string"===typeof n&&(n=t[n]),t.$watch(e,n,r)}function zr(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Ft,t.prototype.$delete=Ut,t.prototype.$watch=function(t,e,n){var r=this;if(d(e))return Hr(r,t,e,n);n=n||{},n.user=!0;var o=new mn(r,t,e,n);if(n.immediate){var i='callback for immediate watcher "'.concat(o.expression,'"');kt(),Xe(e,r,[o.value],r,i),St()}return function(){o.teardown()}}}var qr=0;function Kr(t){t.prototype._init=function(t){var e=this;e._uid=qr++,e._isVue=!0,e.__v_skip=!0,e._scope=new Xt(!0),e._scope._vm=!0,t&&t._isComponent?Wr(e,t):e.$options=xr(Gr(e.constructor),t||{},e),e._renderProxy=e,e._self=e,kn(e),gn(e),Le(e),In(e,"beforeCreate",void 0,!1),Jn(e),Pr(e),Zn(e),In(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}function Wr(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}function Gr(t){var e=t.options;if(t.super){var n=Gr(t.super),r=t.superOptions;if(n!==r){t.superOptions=n;var o=Xr(t);o&&R(t.extendOptions,o),e=t.options=xr(n,t.extendOptions),e.name&&(e.components[e.name]=t)}}return e}function Xr(t){var e,n=t.options,r=t.sealedOptions;for(var o in n)n[o]!==r[o]&&(e||(e={}),e[o]=n[o]);return e}function Zr(t){this._init(t)}function Jr(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=I(arguments,1);return n.unshift(this),f(t.install)?t.install.apply(t,n):f(t)&&t.apply(null,n),e.push(t),this}}function Yr(t){t.mixin=function(t){return this.options=xr(this.options,t),this}}function Qr(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=rr(t)||rr(n.options);var a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=xr(n.options,t),a["super"]=n,a.options.props&&to(a),a.options.computed&&eo(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,z.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=R({},a.options),o[r]=a,a}}function to(t){var e=t.options.props;for(var n in e)Tr(t.prototype,"_props",n)}function eo(t){var e=t.options.computed;for(var n in e)Nr(t.prototype,n,e[n])}function no(t){z.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&d(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&f(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}function ro(t){return t&&(rr(t.Ctor.options)||t.tag)}function oo(t,e){return o(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!h(t)&&t.test(e)}function io(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var s=a.name;s&&!e(s)&&ao(n,i,r,o)}}}function ao(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,w(n,e)}Kr(Zr),zr(Zr),Cn(Zr),Sn(Zr),Me(Zr);var so=[String,RegExp,Array],co={name:"keep-alive",abstract:!0,props:{include:so,exclude:so,max:[String,Number]},methods:{cacheVNode:function(){var t=this,e=t.cache,n=t.keys,r=t.vnodeToCache,o=t.keyToCache;if(r){var i=r.tag,a=r.componentInstance,s=r.componentOptions;e[o]={name:ro(s),tag:i,componentInstance:a},n.push(o),this.max&&n.length>parseInt(this.max)&&ao(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)ao(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){io(t,(function(t){return oo(e,t)}))})),this.$watch("exclude",(function(e){io(t,(function(t){return!oo(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=Be(t),n=e&&e.componentOptions;if(n){var r=ro(n),o=this,i=o.include,a=o.exclude;if(i&&(!r||!oo(i,r))||a&&r&&oo(a,r))return e;var s=this,c=s.cache,u=s.keys,f=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;c[f]?(e.componentInstance=c[f].componentInstance,w(u,f),u.push(f)):(this.vnodeToCache=e,this.keyToCache=f),e.data.keepAlive=!0}return e||t&&t[0]}},uo={KeepAlive:co};function fo(t){var e={get:function(){return K}};Object.defineProperty(t,"config",e),t.util={warn:lr,extend:R,mergeOptions:xr,defineReactive:Nt},t.set=Ft,t.delete=Ut,t.nextTick=cn,t.observable=function(t){return Mt(t),t},t.options=Object.create(null),z.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,R(t.options.components,uo),Jr(t),Yr(t),Qr(t),no(t)}fo(Zr),Object.defineProperty(Zr.prototype,"$isServer",{get:ft}),Object.defineProperty(Zr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Zr,"FunctionalRenderContext",{value:Qn}),Zr.version=ln;var lo=_("style,class"),po=_("input,textarea,option,select,progress"),ho=function(t,e,n){return"value"===n&&po(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},vo=_("contenteditable,draggable,spellcheck"),yo=_("events,caret,typing,plaintext-only"),mo=function(t,e){return xo(e)||"false"===e?"false":"contenteditable"===t&&yo(e)?e:"true"},go=_("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),_o="http://www.w3.org/1999/xlink",bo=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},wo=function(t){return bo(t)?t.slice(6,t.length):""},xo=function(t){return null==t||!1===t};function Co(t){var e=t.data,n=t,r=t;while(a(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(e=Oo(r.data,e));while(a(n=n.parent))n&&n.data&&(e=Oo(e,n.data));return $o(e.staticClass,e.class)}function Oo(t,e){return{staticClass:ko(t.staticClass,e.staticClass),class:a(t.class)?[t.class,e.class]:e.class}}function $o(t,e){return a(t)||a(e)?ko(t,So(e)):""}function ko(t,e){return t?e?t+" "+e:t:e||""}function So(t){return Array.isArray(t)?Eo(t):l(t)?jo(t):"string"===typeof t?t:""}function Eo(t){for(var e,n="",r=0,o=t.length;r<o;r++)a(e=So(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}function jo(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}var Ao={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},To=_("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Po=_("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Io=function(t){return To(t)||Po(t)};function Ro(t){return Po(t)?"svg":"math"===t?"math":void 0}var Lo=Object.create(null);function Do(t){if(!Q)return!0;if(Io(t))return!1;if(t=t.toLowerCase(),null!=Lo[t])return Lo[t];var e=document.createElement(t);return t.indexOf("-")>-1?Lo[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Lo[t]=/HTMLUnknownElement/.test(e.toString())}var Mo=_("text,number,password,search,email,tel,url");function No(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function Fo(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function Uo(t,e){return document.createElementNS(Ao[t],e)}function Bo(t){return document.createTextNode(t)}function Vo(t){return document.createComment(t)}function Ho(t,e,n){t.insertBefore(e,n)}function zo(t,e){t.removeChild(e)}function qo(t,e){t.appendChild(e)}function Ko(t){return t.parentNode}function Wo(t){return t.nextSibling}function Go(t){return t.tagName}function Xo(t,e){t.textContent=e}function Zo(t,e){t.setAttribute(e,"")}var Jo=Object.freeze({__proto__:null,createElement:Fo,createElementNS:Uo,createTextNode:Bo,createComment:Vo,insertBefore:Ho,removeChild:zo,appendChild:qo,parentNode:Ko,nextSibling:Wo,tagName:Go,setTextContent:Xo,setStyleScope:Zo}),Yo={create:function(t,e){Qo(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Qo(t,!0),Qo(e))},destroy:function(t){Qo(t,!0)}};function Qo(t,e){var n=t.data.ref;if(a(n)){var r=t.context,i=t.componentInstance||t.elm,s=e?null:i,c=e?void 0:i;if(f(n))Xe(n,r,[s],r,"template ref function");else{var u=t.data.refInFor,l="string"===typeof n||"number"===typeof n,p=qt(n),d=r.$refs;if(l||p)if(u){var h=l?d[n]:n.value;e?o(h)&&w(h,i):o(h)?h.includes(i)||h.push(i):l?(d[n]=[i],ti(r,n,d[n])):n.value=[i]}else if(l){if(e&&d[n]!==i)return;d[n]=c,ti(r,n,s)}else if(p){if(e&&n.value!==i)return;n.value=s}else 0}}}function ti(t,e,n){var r=t._setupState;r&&C(r,e)&&(qt(r[e])?r[e].value=n:r[e]=n)}var ei=new mt("",{},[]),ni=["create","activate","update","remove","destroy"];function ri(t,e){return t.key===e.key&&t.asyncFactory===e.asyncFactory&&(t.tag===e.tag&&t.isComment===e.isComment&&a(t.data)===a(e.data)&&oi(t,e)||s(t.isAsyncPlaceholder)&&i(e.asyncFactory.error))}function oi(t,e){if("input"!==t.tag)return!0;var n,r=a(n=t.data)&&a(n=n.attrs)&&n.type,o=a(n=e.data)&&a(n=n.attrs)&&n.type;return r===o||Mo(r)&&Mo(o)}function ii(t,e,n){var r,o,i={};for(r=e;r<=n;++r)o=t[r].key,a(o)&&(i[o]=r);return i}function ai(t){var e,n,r={},c=t.modules,f=t.nodeOps;for(e=0;e<ni.length;++e)for(r[ni[e]]=[],n=0;n<c.length;++n)a(c[n][ni[e]])&&r[ni[e]].push(c[n][ni[e]]);function l(t){return new mt(f.tagName(t).toLowerCase(),{},[],void 0,t)}function p(t,e){function n(){0===--n.listeners&&d(t)}return n.listeners=e,n}function d(t){var e=f.parentNode(t);a(e)&&f.removeChild(e,t)}function h(t,e,n,r,o,i,c){if(a(t.elm)&&a(i)&&(t=i[c]=bt(t)),t.isRootInsert=!o,!v(t,e,n,r)){var u=t.data,l=t.children,p=t.tag;a(p)?(t.elm=t.ns?f.createElementNS(t.ns,p):f.createElement(p,t),C(t),b(t,l,e),a(u)&&x(t,e),g(n,t.elm,r)):s(t.isComment)?(t.elm=f.createComment(t.text),g(n,t.elm,r)):(t.elm=f.createTextNode(t.text),g(n,t.elm,r))}}function v(t,e,n,r){var o=t.data;if(a(o)){var i=a(t.componentInstance)&&o.keepAlive;if(a(o=o.hook)&&a(o=o.init)&&o(t,!1),a(t.componentInstance))return y(t,e),g(n,t.elm,r),s(i)&&m(t,e,n,r),!0}}function y(t,e){a(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,w(t)?(x(t,e),C(t)):(Qo(t),e.push(t))}function m(t,e,n,o){var i,s=t;while(s.componentInstance)if(s=s.componentInstance._vnode,a(i=s.data)&&a(i=i.transition)){for(i=0;i<r.activate.length;++i)r.activate[i](ei,s);e.push(s);break}g(n,t.elm,o)}function g(t,e,n){a(t)&&(a(n)?f.parentNode(n)===t&&f.insertBefore(t,e,n):f.appendChild(t,e))}function b(t,e,n){if(o(e)){0;for(var r=0;r<e.length;++r)h(e[r],n,t.elm,null,!0,e,r)}else u(t.text)&&f.appendChild(t.elm,f.createTextNode(String(t.text)))}function w(t){while(t.componentInstance)t=t.componentInstance._vnode;return a(t.tag)}function x(t,n){for(var o=0;o<r.create.length;++o)r.create[o](ei,t);e=t.data.hook,a(e)&&(a(e.create)&&e.create(ei,t),a(e.insert)&&n.push(t))}function C(t){var e;if(a(e=t.fnScopeId))f.setStyleScope(t.elm,e);else{var n=t;while(n)a(e=n.context)&&a(e=e.$options._scopeId)&&f.setStyleScope(t.elm,e),n=n.parent}a(e=On)&&e!==t.context&&e!==t.fnContext&&a(e=e.$options._scopeId)&&f.setStyleScope(t.elm,e)}function O(t,e,n,r,o,i){for(;r<=o;++r)h(n[r],i,t,e,!1,n,r)}function $(t){var e,n,o=t.data;if(a(o))for(a(e=o.hook)&&a(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(a(e=t.children))for(n=0;n<t.children.length;++n)$(t.children[n])}function k(t,e,n){for(;e<=n;++e){var r=t[e];a(r)&&(a(r.tag)?(S(r),$(r)):d(r.elm))}}function S(t,e){if(a(e)||a(t.data)){var n,o=r.remove.length+1;for(a(e)?e.listeners+=o:e=p(t.elm,o),a(n=t.componentInstance)&&a(n=n._vnode)&&a(n.data)&&S(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);a(n=t.data.hook)&&a(n=n.remove)?n(t,e):e()}else d(t.elm)}function E(t,e,n,r,o){var s,c,u,l,p=0,d=0,v=e.length-1,y=e[0],m=e[v],g=n.length-1,_=n[0],b=n[g],w=!o;while(p<=v&&d<=g)i(y)?y=e[++p]:i(m)?m=e[--v]:ri(y,_)?(A(y,_,r,n,d),y=e[++p],_=n[++d]):ri(m,b)?(A(m,b,r,n,g),m=e[--v],b=n[--g]):ri(y,b)?(A(y,b,r,n,g),w&&f.insertBefore(t,y.elm,f.nextSibling(m.elm)),y=e[++p],b=n[--g]):ri(m,_)?(A(m,_,r,n,d),w&&f.insertBefore(t,m.elm,y.elm),m=e[--v],_=n[++d]):(i(s)&&(s=ii(e,p,v)),c=a(_.key)?s[_.key]:j(_,e,p,v),i(c)?h(_,r,t,y.elm,!1,n,d):(u=e[c],ri(u,_)?(A(u,_,r,n,d),e[c]=void 0,w&&f.insertBefore(t,u.elm,y.elm)):h(_,r,t,y.elm,!1,n,d)),_=n[++d]);p>v?(l=i(n[g+1])?null:n[g+1].elm,O(t,l,n,d,g,r)):d>g&&k(e,p,v)}function j(t,e,n,r){for(var o=n;o<r;o++){var i=e[o];if(a(i)&&ri(t,i))return o}}function A(t,e,n,o,c,u){if(t!==e){a(e.elm)&&a(o)&&(e=o[c]=bt(e));var l=e.elm=t.elm;if(s(t.isAsyncPlaceholder))a(e.asyncFactory.resolved)?I(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(s(e.isStatic)&&s(t.isStatic)&&e.key===t.key&&(s(e.isCloned)||s(e.isOnce)))e.componentInstance=t.componentInstance;else{var p,d=e.data;a(d)&&a(p=d.hook)&&a(p=p.prepatch)&&p(t,e);var h=t.children,v=e.children;if(a(d)&&w(e)){for(p=0;p<r.update.length;++p)r.update[p](t,e);a(p=d.hook)&&a(p=p.update)&&p(t,e)}i(e.text)?a(h)&&a(v)?h!==v&&E(l,h,v,n,u):a(v)?(a(t.text)&&f.setTextContent(l,""),O(l,null,v,0,v.length-1,n)):a(h)?k(h,0,h.length-1):a(t.text)&&f.setTextContent(l,""):t.text!==e.text&&f.setTextContent(l,e.text),a(d)&&a(p=d.hook)&&a(p=p.postpatch)&&p(t,e)}}}function T(t,e,n){if(s(n)&&a(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var P=_("attrs,class,staticClass,staticStyle,key");function I(t,e,n,r){var o,i=e.tag,c=e.data,u=e.children;if(r=r||c&&c.pre,e.elm=t,s(e.isComment)&&a(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(a(c)&&(a(o=c.hook)&&a(o=o.init)&&o(e,!0),a(o=e.componentInstance)))return y(e,n),!0;if(a(i)){if(a(u))if(t.hasChildNodes())if(a(o=c)&&a(o=o.domProps)&&a(o=o.innerHTML)){if(o!==t.innerHTML)return!1}else{for(var f=!0,l=t.firstChild,p=0;p<u.length;p++){if(!l||!I(l,u[p],n,r)){f=!1;break}l=l.nextSibling}if(!f||l)return!1}else b(e,u,n);if(a(c)){var d=!1;for(var h in c)if(!P(h)){d=!0,x(e,n);break}!d&&c["class"]&&dn(c["class"])}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,o){if(!i(e)){var c=!1,u=[];if(i(t))c=!0,h(e,u);else{var p=a(t.nodeType);if(!p&&ri(t,e))A(t,e,u,null,null,o);else{if(p){if(1===t.nodeType&&t.hasAttribute(H)&&(t.removeAttribute(H),n=!0),s(n)&&I(t,e,u))return T(e,u,!0),t;t=l(t)}var d=t.elm,v=f.parentNode(d);if(h(e,u,d._leaveCb?null:v,f.nextSibling(d)),a(e.parent)){var y=e.parent,m=w(e);while(y){for(var g=0;g<r.destroy.length;++g)r.destroy[g](y);if(y.elm=e.elm,m){for(var _=0;_<r.create.length;++_)r.create[_](ei,y);var b=y.data.hook.insert;if(b.merged)for(var x=1;x<b.fns.length;x++)b.fns[x]()}else Qo(y);y=y.parent}}a(v)?k([t],0,0):a(t.tag)&&$(t)}}return T(e,u,c),e.elm}a(t)&&$(t)}}var si={create:ci,update:ci,destroy:function(t){ci(t,ei)}};function ci(t,e){(t.data.directives||e.data.directives)&&ui(t,e)}function ui(t,e){var n,r,o,i=t===ei,a=e===ei,s=li(t.data.directives,t.context),c=li(e.data.directives,e.context),u=[],f=[];for(n in c)r=s[n],o=c[n],r?(o.oldValue=r.value,o.oldArg=r.arg,di(o,"update",e,t),o.def&&o.def.componentUpdated&&f.push(o)):(di(o,"bind",e,t),o.def&&o.def.inserted&&u.push(o));if(u.length){var l=function(){for(var n=0;n<u.length;n++)di(u[n],"inserted",e,t)};i?ee(e,"insert",l):l()}if(f.length&&ee(e,"postpatch",(function(){for(var n=0;n<f.length;n++)di(f[n],"componentUpdated",e,t)})),!i)for(n in s)c[n]||di(s[n],"unbind",t,t,a)}var fi=Object.create(null);function li(t,e){var n,r,o=Object.create(null);if(!t)return o;for(n=0;n<t.length;n++){if(r=t[n],r.modifiers||(r.modifiers=fi),o[pi(r)]=r,e._setupState&&e._setupState.__sfc){var i=r.def||Cr(e,"_setupState","v-"+r.name);r.def="function"===typeof i?{bind:i,update:i}:i}r.def=r.def||Cr(e.$options,"directives",r.name,!0)}return o}function pi(t){return t.rawName||"".concat(t.name,".").concat(Object.keys(t.modifiers||{}).join("."))}function di(t,e,n,r,o){var i=t.def&&t.def[e];if(i)try{i(n.elm,t,n,r,o)}catch(Ja){Ge(Ja,n.context,"directive ".concat(t.name," ").concat(e," hook"))}}var hi=[Yo,si];function vi(t,e){var n=e.componentOptions;if((!a(n)||!1!==n.Ctor.options.inheritAttrs)&&(!i(t.data.attrs)||!i(e.data.attrs))){var r,o,c,u=e.elm,f=t.data.attrs||{},l=e.data.attrs||{};for(r in(a(l.__ob__)||s(l._v_attr_proxy))&&(l=e.data.attrs=R({},l)),l)o=l[r],c=f[r],c!==o&&yi(u,r,o,e.data.pre);for(r in(et||rt)&&l.value!==f.value&&yi(u,"value",l.value),f)i(l[r])&&(bo(r)?u.removeAttributeNS(_o,wo(r)):vo(r)||u.removeAttribute(r))}}function yi(t,e,n,r){r||t.tagName.indexOf("-")>-1?mi(t,e,n):go(e)?xo(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):vo(e)?t.setAttribute(e,mo(e,n)):bo(e)?xo(n)?t.removeAttributeNS(_o,wo(e)):t.setAttributeNS(_o,e,n):mi(t,e,n)}function mi(t,e,n){if(xo(n))t.removeAttribute(e);else{if(et&&!nt&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var gi={create:vi,update:vi};function _i(t,e){var n=e.elm,r=e.data,o=t.data;if(!(i(r.staticClass)&&i(r.class)&&(i(o)||i(o.staticClass)&&i(o.class)))){var s=Co(e),c=n._transitionClasses;a(c)&&(s=ko(s,So(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var bi,wi={create:_i,update:_i},xi="__r",Ci="__c";function Oi(t){if(a(t[xi])){var e=et?"change":"input";t[e]=[].concat(t[xi],t[e]||[]),delete t[xi]}a(t[Ci])&&(t.change=[].concat(t[Ci],t.change||[]),delete t[Ci])}function $i(t,e,n){var r=bi;return function o(){var i=e.apply(null,arguments);null!==i&&Ei(t,o,n,r)}}var ki=Qe&&!(at&&Number(at[1])<=53);function Si(t,e,n,r){if(ki){var o=Bn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}bi.addEventListener(t,e,ct?{capture:n,passive:r}:n)}function Ei(t,e,n,r){(r||bi).removeEventListener(t,e._wrapper||e,n)}function ji(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=t.data.on||{};bi=e.elm||t.elm,Oi(n),te(n,r,Si,Ei,$i,e.context),bi=void 0}}var Ai,Ti={create:ji,update:ji,destroy:function(t){return ji(t,ei)}};function Pi(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,r,o=e.elm,c=t.data.domProps||{},u=e.data.domProps||{};for(n in(a(u.__ob__)||s(u._v_attr_proxy))&&(u=e.data.domProps=R({},u)),c)n in u||(o[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===c[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var f=i(r)?"":String(r);Ii(o,f)&&(o.value=f)}else if("innerHTML"===n&&Po(o.tagName)&&i(o.innerHTML)){Ai=Ai||document.createElement("div"),Ai.innerHTML="<svg>".concat(r,"</svg>");var l=Ai.firstChild;while(o.firstChild)o.removeChild(o.firstChild);while(l.firstChild)o.appendChild(l.firstChild)}else if(r!==c[n])try{o[n]=r}catch(Ja){}}}}function Ii(t,e){return!t.composing&&("OPTION"===t.tagName||Ri(t,e)||Li(t,e))}function Ri(t,e){var n=!0;try{n=document.activeElement!==t}catch(Ja){}return n&&t.value!==e}function Li(t,e){var n=t.value,r=t._vModifiers;if(a(r)){if(r.number)return g(n)!==g(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}var Di={create:Pi,update:Pi},Mi=O((function(t){var e={},n=/;(?![^(]*\))/g,r=/:(.+)/;return t.split(n).forEach((function(t){if(t){var n=t.split(r);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}));function Ni(t){var e=Fi(t.style);return t.staticStyle?R(t.staticStyle,e):e}function Fi(t){return Array.isArray(t)?L(t):"string"===typeof t?Mi(t):t}function Ui(t,e){var n,r={};if(e){var o=t;while(o.componentInstance)o=o.componentInstance._vnode,o&&o.data&&(n=Ni(o.data))&&R(r,n)}(n=Ni(t.data))&&R(r,n);var i=t;while(i=i.parent)i.data&&(n=Ni(i.data))&&R(r,n);return r}var Bi,Vi=/^--/,Hi=/\s*!important$/,zi=function(t,e,n){if(Vi.test(e))t.style.setProperty(e,n);else if(Hi.test(n))t.style.setProperty(j(e),n.replace(Hi,""),"important");else{var r=Ki(e);if(Array.isArray(n))for(var o=0,i=n.length;o<i;o++)t.style[r]=n[o];else t.style[r]=n}},qi=["Webkit","Moz","ms"],Ki=O((function(t){if(Bi=Bi||document.createElement("div").style,t=k(t),"filter"!==t&&t in Bi)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<qi.length;n++){var r=qi[n]+e;if(r in Bi)return r}}));function Wi(t,e){var n=e.data,r=t.data;if(!(i(n.staticStyle)&&i(n.style)&&i(r.staticStyle)&&i(r.style))){var o,s,c=e.elm,u=r.staticStyle,f=r.normalizedStyle||r.style||{},l=u||f,p=Fi(e.data.style)||{};e.data.normalizedStyle=a(p.__ob__)?R({},p):p;var d=Ui(e,!0);for(s in l)i(d[s])&&zi(c,s,"");for(s in d)o=d[s],o!==l[s]&&zi(c,s,null==o?"":o)}}var Gi={create:Wi,update:Wi},Xi=/\s+/;function Zi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Xi).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Ji(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Xi).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function Yi(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&R(e,Qi(t.name||"v")),R(e,t),e}return"string"===typeof t?Qi(t):void 0}}var Qi=O((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),ta=Q&&!nt,ea="transition",na="animation",ra="transition",oa="transitionend",ia="animation",aa="animationend";ta&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ra="WebkitTransition",oa="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ia="WebkitAnimation",aa="webkitAnimationEnd"));var sa=Q?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function ca(t){sa((function(){sa(t)}))}function ua(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Zi(t,e))}function fa(t,e){t._transitionClasses&&w(t._transitionClasses,e),Ji(t,e)}function la(t,e,n){var r=da(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===ea?oa:aa,c=0,u=function(){t.removeEventListener(s,f),n()},f=function(e){e.target===t&&++c>=a&&u()};setTimeout((function(){c<a&&u()}),i+1),t.addEventListener(s,f)}var pa=/\b(transform|all)(,|$)/;function da(t,e){var n,r=window.getComputedStyle(t),o=(r[ra+"Delay"]||"").split(", "),i=(r[ra+"Duration"]||"").split(", "),a=ha(o,i),s=(r[ia+"Delay"]||"").split(", "),c=(r[ia+"Duration"]||"").split(", "),u=ha(s,c),f=0,l=0;e===ea?a>0&&(n=ea,f=a,l=i.length):e===na?u>0&&(n=na,f=u,l=c.length):(f=Math.max(a,u),n=f>0?a>u?ea:na:null,l=n?n===ea?i.length:c.length:0);var p=n===ea&&pa.test(r[ra+"Property"]);return{type:n,timeout:f,propCount:l,hasTransform:p}}function ha(t,e){while(t.length<e.length)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return va(e)+va(t[n])})))}function va(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function ya(t,e){var n=t.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Yi(t.data.transition);if(!i(r)&&!a(n._enterCb)&&1===n.nodeType){var o=r.css,s=r.type,c=r.enterClass,u=r.enterToClass,p=r.enterActiveClass,d=r.appearClass,h=r.appearToClass,v=r.appearActiveClass,y=r.beforeEnter,m=r.enter,_=r.afterEnter,b=r.enterCancelled,w=r.beforeAppear,x=r.appear,C=r.afterAppear,O=r.appearCancelled,$=r.duration,k=On,S=On.$vnode;while(S&&S.parent)k=S.context,S=S.parent;var E=!k._isMounted||!t.isRootInsert;if(!E||x||""===x){var j=E&&d?d:c,A=E&&v?v:p,T=E&&h?h:u,P=E&&w||y,I=E&&f(x)?x:m,R=E&&C||_,L=E&&O||b,D=g(l($)?$.enter:$);0;var M=!1!==o&&!nt,N=_a(I),F=n._enterCb=B((function(){M&&(fa(n,T),fa(n,A)),F.cancelled?(M&&fa(n,j),L&&L(n)):R&&R(n),n._enterCb=null}));t.data.show||ee(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),I&&I(n,F)})),P&&P(n),M&&(ua(n,j),ua(n,A),ca((function(){fa(n,j),F.cancelled||(ua(n,T),N||(ga(D)?setTimeout(F,D):la(n,s,F)))}))),t.data.show&&(e&&e(),I&&I(n,F)),M||N||F()}}}function ma(t,e){var n=t.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Yi(t.data.transition);if(i(r)||1!==n.nodeType)return e();if(!a(n._leaveCb)){var o=r.css,s=r.type,c=r.leaveClass,u=r.leaveToClass,f=r.leaveActiveClass,p=r.beforeLeave,d=r.leave,h=r.afterLeave,v=r.leaveCancelled,y=r.delayLeave,m=r.duration,_=!1!==o&&!nt,b=_a(d),w=g(l(m)?m.leave:m);0;var x=n._leaveCb=B((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),_&&(fa(n,u),fa(n,f)),x.cancelled?(_&&fa(n,c),v&&v(n)):(e(),h&&h(n)),n._leaveCb=null}));y?y(C):C()}function C(){x.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),p&&p(n),_&&(ua(n,c),ua(n,f),ca((function(){fa(n,c),x.cancelled||(ua(n,u),b||(ga(w)?setTimeout(x,w):la(n,s,x)))}))),d&&d(n,x),_||b||x())}}function ga(t){return"number"===typeof t&&!isNaN(t)}function _a(t){if(i(t))return!1;var e=t.fns;return a(e)?_a(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function ba(t,e){!0!==e.data.show&&ya(e)}var wa=Q?{create:ba,activate:ba,remove:function(t,e){!0!==t.data.show?ma(t,e):e()}}:{},xa=[gi,wi,Ti,Di,Gi,wa],Ca=xa.concat(hi),Oa=ai({nodeOps:Jo,modules:Ca});nt&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&Pa(t,"input")}));var $a={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?ee(n,"postpatch",(function(){$a.componentUpdated(t,e,n)})):ka(t,e,n.context),t._vOptions=[].map.call(t.options,ja)):("textarea"===n.tag||Mo(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",Aa),t.addEventListener("compositionend",Ta),t.addEventListener("change",Ta),nt&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){ka(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,ja);if(o.some((function(t,e){return!F(t,r[e])}))){var i=t.multiple?e.value.some((function(t){return Ea(t,o)})):e.value!==e.oldValue&&Ea(e.value,o);i&&Pa(t,"change")}}}};function ka(t,e,n){Sa(t,e,n),(et||rt)&&setTimeout((function(){Sa(t,e,n)}),0)}function Sa(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],o)i=U(r,ja(a))>-1,a.selected!==i&&(a.selected=i);else if(F(ja(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Ea(t,e){return e.every((function(e){return!F(e,t)}))}function ja(t){return"_value"in t?t._value:t.value}function Aa(t){t.target.composing=!0}function Ta(t){t.target.composing&&(t.target.composing=!1,Pa(t.target,"input"))}function Pa(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Ia(t){return!t.componentInstance||t.data&&t.data.transition?t:Ia(t.componentInstance._vnode)}var Ra={bind:function(t,e,n){var r=e.value;n=Ia(n);var o=n.data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,ya(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value,o=e.oldValue;if(!r!==!o){n=Ia(n);var i=n.data&&n.data.transition;i?(n.data.show=!0,r?ya(n,(function(){t.style.display=t.__vOriginalDisplay})):ma(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}},La={model:$a,show:Ra},Da={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ma(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Ma(Be(e.children)):t}function Na(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var r in o)e[k(r)]=o[r];return e}function Fa(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function Ua(t){while(t=t.parent)if(t.data.transition)return!0}function Ba(t,e){return e.key===t.key&&e.tag===t.tag}var Va=function(t){return t.tag||$e(t)},Ha=function(t){return"show"===t.name},za={name:"transition",props:Da,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Va),n.length)){0;var r=this.mode;0;var o=n[0];if(Ua(this.$vnode))return o;var i=Ma(o);if(!i)return o;if(this._leaving)return Fa(t,o);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:u(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=Na(this),c=this._vnode,f=Ma(c);if(i.data.directives&&i.data.directives.some(Ha)&&(i.data.show=!0),f&&f.data&&!Ba(i,f)&&!$e(f)&&(!f.componentInstance||!f.componentInstance._vnode.isComment)){var l=f.data.transition=R({},s);if("out-in"===r)return this._leaving=!0,ee(l,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Fa(t,o);if("in-out"===r){if($e(i))return c;var p,d=function(){p()};ee(s,"afterEnter",d),ee(s,"enterCancelled",d),ee(l,"delayLeave",(function(t){p=t}))}}return o}}},qa=R({tag:String,moveClass:String},Da);delete qa.mode;var Ka={props:qa,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=$n(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Na(this),s=0;s<o.length;s++){var c=o[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))i.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){var u=[],f=[];for(s=0;s<r.length;s++){c=r[s];c.data.transition=a,c.data.pos=c.elm.getBoundingClientRect(),n[c.key]?u.push(c):f.push(c)}this.kept=t(e,null,u),this.removed=f}return t(e,null,i)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(Wa),t.forEach(Ga),t.forEach(Xa),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;ua(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(oa,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(oa,t),n._moveCb=null,fa(n,e))})}})))},methods:{hasMove:function(t,e){if(!ta)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){Ji(n,t)})),Zi(n,e),n.style.display="none",this.$el.appendChild(n);var r=da(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function Wa(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ga(t){t.data.newPos=t.elm.getBoundingClientRect()}function Xa(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate(".concat(r,"px,").concat(o,"px)"),i.transitionDuration="0s"}}var Za={Transition:za,TransitionGroup:Ka};Zr.config.mustUseProp=ho,Zr.config.isReservedTag=Io,Zr.config.isReservedAttr=lo,Zr.config.getTagNamespace=Ro,Zr.config.isUnknownElement=Do,R(Zr.options.directives,La),R(Zr.options.components,Za),Zr.prototype.__patch__=Q?Oa:D,Zr.prototype.$mount=function(t,e){return t=t&&Q?No(t):void 0,En(this,t,e)},Q&&setTimeout((function(){K.devtools&&lt&&lt.emit("init",Zr)}),0)}}]);
+//# sourceMappingURL=chunk-vendors.ee0e9981.js.map
\ No newline at end of file
diff --git a/dist/js/chunk-vendors.ee0e9981.js.map b/dist/js/chunk-vendors.ee0e9981.js.map
new file mode 100644
index 0000000000000000000000000000000000000000..fe90364b5603e838f5e4980549c23cec726612ed
--- /dev/null
+++ b/dist/js/chunk-vendors.ee0e9981.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"js/chunk-vendors.ee0e9981.js","mappings":"qHAMe,SAASA,EACtBC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,GAGA,IAoBIC,EApBAC,EACuB,oBAAlBT,EAA+BA,EAAcS,QAAUT,EAuDhE,GApDIC,IACFQ,EAAQR,OAASA,EACjBQ,EAAQP,gBAAkBA,EAC1BO,EAAQC,WAAY,GAIlBP,IACFM,EAAQE,YAAa,GAInBN,IACFI,EAAQG,SAAW,UAAYP,GAI7BC,GAEFE,EAAO,SAAUK,GAEfA,EACEA,GACCC,KAAKC,QAAUD,KAAKC,OAAOC,YAC3BF,KAAKG,QAAUH,KAAKG,OAAOF,QAAUD,KAAKG,OAAOF,OAAOC,WAEtDH,GAA0C,qBAAxBK,sBACrBL,EAAUK,qBAGRd,GACFA,EAAae,KAAKL,KAAMD,GAGtBA,GAAWA,EAAQO,uBACrBP,EAAQO,sBAAsBC,IAAIf,EAEtC,EAGAG,EAAQa,aAAed,GACdJ,IACTI,EAAOD,EACH,WACEH,EAAae,KACXL,MACCL,EAAQE,WAAaG,KAAKG,OAASH,MAAMS,MAAMC,SAASC,WAE7D,EACArB,GAGFI,EACF,GAAIC,EAAQE,WAAY,CAGtBF,EAAQiB,cAAgBlB,EAExB,IAAImB,EAAiBlB,EAAQR,OAC7BQ,EAAQR,OAAS,SAAkC2B,EAAGf,GAEpD,OADAL,EAAKW,KAAKN,GACHc,EAAeC,EAAGf,EAC3B,CACF,KAAO,CAEL,IAAIgB,EAAWpB,EAAQqB,aACvBrB,EAAQqB,aAAeD,EAAW,GAAGE,OAAOF,EAAUrB,GAAQ,CAACA,EACjE,CAGF,MAAO,CACLwB,QAAShC,EACTS,QAASA,EAEb,C,sDC/FA,IAAIwB,EAAa,EAAQ,KACrBC,EAAc,EAAQ,MAEtBC,EAAaC,UAGjBC,EAAOL,QAAU,SAAUM,GACzB,GAAIL,EAAWK,GAAW,OAAOA,EACjC,MAAMH,EAAWD,EAAYI,GAAY,qBAC3C,C,uBCTA,IAAIC,EAAW,EAAQ,KAEnBC,EAAUC,OACVN,EAAaC,UAGjBC,EAAOL,QAAU,SAAUM,GACzB,GAAIC,EAASD,GAAW,OAAOA,EAC/B,MAAMH,EAAWK,EAAQF,GAAY,oBACvC,C,uBCTA,IAAII,EAAkB,EAAQ,MAC1BC,EAAkB,EAAQ,MAC1BC,EAAoB,EAAQ,MAG5BC,EAAe,SAAUC,GAC3B,OAAO,SAAUC,EAAOC,EAAIC,GAC1B,IAGIC,EAHAC,EAAIT,EAAgBK,GACpBK,EAASR,EAAkBO,GAC3BE,EAAQV,EAAgBM,EAAWG,GAIvC,GAAIN,GAAeE,GAAMA,GAAI,MAAOI,EAASC,EAG3C,GAFAH,EAAQC,EAAEE,KAENH,GAASA,EAAO,OAAO,OAEtB,KAAME,EAASC,EAAOA,IAC3B,IAAKP,GAAeO,KAASF,IAAMA,EAAEE,KAAWL,EAAI,OAAOF,GAAeO,GAAS,EACnF,OAAQP,IAAgB,CAC5B,CACF,EAEAT,EAAOL,QAAU,CAGfsB,SAAUT,GAAa,GAGvBU,QAASV,GAAa,G,oCC7BxB,IAAIW,EAAc,EAAQ,MACtBC,EAAU,EAAQ,MAElBtB,EAAaC,UAEbsB,EAA2BC,OAAOD,yBAGlCE,EAAoCJ,IAAgB,WAEtD,QAAaK,IAAT/C,KAAoB,OAAO,EAC/B,IAEE6C,OAAOG,eAAe,GAAI,SAAU,CAAEC,UAAU,IAASX,OAAS,CACpE,CAAE,MAAOY,GACP,OAAOA,aAAiB5B,SAC1B,CACF,CATwD,GAWxDC,EAAOL,QAAU4B,EAAoC,SAAUT,EAAGC,GAChE,GAAIK,EAAQN,KAAOO,EAAyBP,EAAG,UAAUY,SACvD,MAAM5B,EAAW,gCACjB,OAAOgB,EAAEC,OAASA,CACtB,EAAI,SAAUD,EAAGC,GACf,OAAOD,EAAEC,OAASA,CACpB,C,sBC1BA,IAAIa,EAAc,EAAQ,MAE1B5B,EAAOL,QAAUiC,EAAY,GAAGC,M,uBCFhC,IAAID,EAAc,EAAQ,MAEtBE,EAAWF,EAAY,CAAC,EAAEE,UAC1BC,EAAcH,EAAY,GAAGC,OAEjC7B,EAAOL,QAAU,SAAUqC,GACzB,OAAOD,EAAYD,EAASE,GAAK,GAAI,EACvC,C,uBCPA,IAAIC,EAAS,EAAQ,MACjBC,EAAU,EAAQ,MAClBC,EAAiC,EAAQ,MACzCC,EAAuB,EAAQ,MAEnCpC,EAAOL,QAAU,SAAU0C,EAAQC,EAAQC,GAIzC,IAHA,IAAIC,EAAON,EAAQI,GACfb,EAAiBW,EAAqBK,EACtCpB,EAA2Bc,EAA+BM,EACrDC,EAAI,EAAGA,EAAIF,EAAKzB,OAAQ2B,IAAK,CACpC,IAAIC,EAAMH,EAAKE,GACVT,EAAOI,EAAQM,IAAUJ,GAAcN,EAAOM,EAAYI,IAC7DlB,EAAeY,EAAQM,EAAKtB,EAAyBiB,EAAQK,GAEjE,CACF,C,uBCfA,IAAIxB,EAAc,EAAQ,MACtBiB,EAAuB,EAAQ,MAC/BQ,EAA2B,EAAQ,MAEvC5C,EAAOL,QAAUwB,EAAc,SAAU0B,EAAQF,EAAK9B,GACpD,OAAOuB,EAAqBK,EAAEI,EAAQF,EAAKC,EAAyB,EAAG/B,GACzE,EAAI,SAAUgC,EAAQF,EAAK9B,GAEzB,OADAgC,EAAOF,GAAO9B,EACPgC,CACT,C,mBCTA7C,EAAOL,QAAU,SAAUmD,EAAQjC,GACjC,MAAO,CACLkC,aAAuB,EAATD,GACdE,eAAyB,EAATF,GAChBpB,WAAqB,EAAToB,GACZjC,MAAOA,EAEX,C,uBCPA,IAAIjB,EAAa,EAAQ,KACrBwC,EAAuB,EAAQ,MAC/Ba,EAAc,EAAQ,MACtBC,EAAuB,EAAQ,MAEnClD,EAAOL,QAAU,SAAUmB,EAAG6B,EAAK9B,EAAOzC,GACnCA,IAASA,EAAU,CAAC,GACzB,IAAI+E,EAAS/E,EAAQ2E,WACjBK,OAAwB5B,IAAjBpD,EAAQgF,KAAqBhF,EAAQgF,KAAOT,EAEvD,GADI/C,EAAWiB,IAAQoC,EAAYpC,EAAOuC,EAAMhF,GAC5CA,EAAQiF,OACNF,EAAQrC,EAAE6B,GAAO9B,EAChBqC,EAAqBP,EAAK9B,OAC1B,CACL,IACOzC,EAAQkF,OACJxC,EAAE6B,KAAMQ,GAAS,UADErC,EAAE6B,EAEhC,CAAE,MAAOhB,GAAqB,CAC1BwB,EAAQrC,EAAE6B,GAAO9B,EAChBuB,EAAqBK,EAAE3B,EAAG6B,EAAK,CAClC9B,MAAOA,EACPkC,YAAY,EACZC,cAAe5E,EAAQmF,gBACvB7B,UAAWtD,EAAQoF,aAEvB,CAAE,OAAO1C,CACX,C,uBC1BA,IAAIuC,EAAS,EAAQ,MAGjB5B,EAAiBH,OAAOG,eAE5BzB,EAAOL,QAAU,SAAUgD,EAAK9B,GAC9B,IACEY,EAAe4B,EAAQV,EAAK,CAAE9B,MAAOA,EAAOmC,cAAc,EAAMtB,UAAU,GAC5E,CAAE,MAAOC,GACP0B,EAAOV,GAAO9B,CAChB,CAAE,OAAOA,CACX,C,oCCVA,IAAIhB,EAAc,EAAQ,MAEtBC,EAAaC,UAEjBC,EAAOL,QAAU,SAAUmB,EAAG2C,GAC5B,WAAY3C,EAAE2C,GAAI,MAAM3D,EAAW,0BAA4BD,EAAY4D,GAAK,OAAS5D,EAAYiB,GACvG,C,uBCPA,IAAI4C,EAAQ,EAAQ,MAGpB1D,EAAOL,SAAW+D,GAAM,WAEtB,OAA8E,GAAvEpC,OAAOG,eAAe,CAAC,EAAG,EAAG,CAAEkC,IAAK,WAAc,OAAO,CAAG,IAAK,EAC1E,G,mBCNA,IAAIC,EAAiC,iBAAZC,UAAwBA,SAASC,IAItDC,EAAmC,oBAAfH,QAA8CpC,IAAhBoC,EAEtD5D,EAAOL,QAAU,CACfmE,IAAKF,EACLG,WAAYA,E,sBCRd,IAAIV,EAAS,EAAQ,MACjBnD,EAAW,EAAQ,KAEnB2D,EAAWR,EAAOQ,SAElBG,EAAS9D,EAAS2D,IAAa3D,EAAS2D,EAASI,eAErDjE,EAAOL,QAAU,SAAUqC,GACzB,OAAOgC,EAASH,EAASI,cAAcjC,GAAM,CAAC,CAChD,C,mBCTA,IAAIlC,EAAaC,UACbmE,EAAmB,iBAEvBlE,EAAOL,QAAU,SAAUqC,GACzB,GAAIA,EAAKkC,EAAkB,MAAMpE,EAAW,kCAC5C,OAAOkC,CACT,C,mBCLAhC,EAAOL,QAAwB,mBAAPwE,KAAqBA,KAA6B,iBAAfA,IAAIC,O,uBCD/D,IAAIC,EAAY,EAAQ,MAGxBrE,EAAOL,QAAU,qCAAqC2E,KAAKD,E,uBCH3D,IAAIE,EAAU,EAAQ,MAEtBvE,EAAOL,QAA4B,oBAAX6E,SAA8C,WAApBD,EAAQC,Q,mBCF1DxE,EAAOL,QAA8B,oBAAb8E,WAA4BrE,OAAOqE,UAAUJ,YAAc,E,uBCAnF,IAOIK,EAAON,EAPPf,EAAS,EAAQ,MACjBgB,EAAY,EAAQ,MAEpBG,EAAUnB,EAAOmB,QACjBG,EAAOtB,EAAOsB,KACdC,EAAWJ,GAAWA,EAAQI,UAAYD,GAAQA,EAAKP,QACvDS,EAAKD,GAAYA,EAASC,GAG1BA,IACFH,EAAQG,EAAGC,MAAM,KAGjBV,EAAUM,EAAM,GAAK,GAAKA,EAAM,GAAK,EAAI,IAAMA,EAAM,GAAKA,EAAM,MAK7DN,GAAWC,IACdK,EAAQL,EAAUK,MAAM,iBACnBA,GAASA,EAAM,IAAM,MACxBA,EAAQL,EAAUK,MAAM,iBACpBA,IAAON,GAAWM,EAAM,MAIhC1E,EAAOL,QAAUyE,C,kBCzBjBpE,EAAOL,QAAU,CACf,cACA,iBACA,gBACA,uBACA,iBACA,WACA,U,uBCRF,IAAI0D,EAAS,EAAQ,MACjBhC,EAA2B,UAC3B0D,EAA8B,EAAQ,MACtCC,EAAgB,EAAQ,MACxB9B,EAAuB,EAAQ,MAC/B+B,EAA4B,EAAQ,MACpCC,EAAW,EAAQ,MAiBvBlF,EAAOL,QAAU,SAAUvB,EAASkE,GAClC,IAGI6C,EAAQ9C,EAAQM,EAAKyC,EAAgBC,EAAgBC,EAHrDC,EAASnH,EAAQiE,OACjBmD,EAASpH,EAAQiF,OACjBoC,EAASrH,EAAQsH,KASrB,GANErD,EADEmD,EACOnC,EACAoC,EACApC,EAAOkC,IAAWrC,EAAqBqC,EAAQ,CAAC,IAE/ClC,EAAOkC,IAAW,CAAC,GAAGI,UAE9BtD,EAAQ,IAAKM,KAAOL,EAAQ,CAQ9B,GAPA+C,EAAiB/C,EAAOK,GACpBvE,EAAQwH,gBACVN,EAAajE,EAAyBgB,EAAQM,GAC9CyC,EAAiBE,GAAcA,EAAWzE,OACrCuE,EAAiB/C,EAAOM,GAC/BwC,EAASD,EAASM,EAAS7C,EAAM4C,GAAUE,EAAS,IAAM,KAAO9C,EAAKvE,EAAQyH,SAEzEV,QAA6B3D,IAAnB4D,EAA8B,CAC3C,UAAWC,UAAyBD,EAAgB,SACpDH,EAA0BI,EAAgBD,EAC5C,EAEIhH,EAAQ0H,MAASV,GAAkBA,EAAeU,OACpDf,EAA4BM,EAAgB,QAAQ,GAEtDL,EAAc3C,EAAQM,EAAK0C,EAAgBjH,EAC7C,CACF,C,mBCrDA4B,EAAOL,QAAU,SAAUoG,GACzB,IACE,QAASA,GACX,CAAE,MAAOpE,GACP,OAAO,CACT,CACF,C,uBCNA,IAAIqE,EAAc,EAAQ,MAEtBC,EAAoBC,SAASP,UAC7BQ,EAAQF,EAAkBE,MAC1BrH,EAAOmH,EAAkBnH,KAG7BkB,EAAOL,QAA4B,iBAAXyG,SAAuBA,QAAQD,QAAUH,EAAclH,EAAKuH,KAAKF,GAAS,WAChG,OAAOrH,EAAKqH,MAAMA,EAAOG,UAC3B,E,uBCTA,IAAI1E,EAAc,EAAQ,MACtB2E,EAAY,EAAQ,MACpBP,EAAc,EAAQ,MAEtBK,EAAOzE,EAAYA,EAAYyE,MAGnCrG,EAAOL,QAAU,SAAU6G,EAAIC,GAE7B,OADAF,EAAUC,QACMhF,IAATiF,EAAqBD,EAAKR,EAAcK,EAAKG,EAAIC,GAAQ,WAC9D,OAAOD,EAAGL,MAAMM,EAAMH,UACxB,CACF,C,uBCZA,IAAI5C,EAAQ,EAAQ,MAEpB1D,EAAOL,SAAW+D,GAAM,WAEtB,IAAIY,EAAO,WAA4B,EAAE+B,OAEzC,MAAsB,mBAAR/B,GAAsBA,EAAKoC,eAAe,YAC1D,G,uBCPA,IAAIV,EAAc,EAAQ,MAEtBlH,EAAOoH,SAASP,UAAU7G,KAE9BkB,EAAOL,QAAUqG,EAAclH,EAAKuH,KAAKvH,GAAQ,WAC/C,OAAOA,EAAKqH,MAAMrH,EAAMwH,UAC1B,C,uBCNA,IAAInF,EAAc,EAAQ,MACtBc,EAAS,EAAQ,MAEjBgE,EAAoBC,SAASP,UAE7BgB,EAAgBxF,GAAeG,OAAOD,yBAEtC2C,EAAS/B,EAAOgE,EAAmB,QAEnCW,EAAS5C,GAA0D,cAAhD,WAAqC,EAAEZ,KAC1DyD,EAAe7C,KAAY7C,GAAgBA,GAAewF,EAAcV,EAAmB,QAAQjD,cAEvGhD,EAAOL,QAAU,CACfqE,OAAQA,EACR4C,OAAQA,EACRC,aAAcA,E,uBCfhB,IAAIC,EAAa,EAAQ,MACrBlF,EAAc,EAAQ,MAE1B5B,EAAOL,QAAU,SAAU6G,GAIzB,GAAuB,aAAnBM,EAAWN,GAAoB,OAAO5E,EAAY4E,EACxD,C,uBCRA,IAAIR,EAAc,EAAQ,MAEtBC,EAAoBC,SAASP,UAC7B7G,EAAOmH,EAAkBnH,KACzBiI,EAAsBf,GAAeC,EAAkBI,KAAKA,KAAKvH,EAAMA,GAE3EkB,EAAOL,QAAUqG,EAAce,EAAsB,SAAUP,GAC7D,OAAO,WACL,OAAO1H,EAAKqH,MAAMK,EAAIF,UACxB,CACF,C,uBCVA,IAAIjD,EAAS,EAAQ,MACjBzD,EAAa,EAAQ,KAErBoH,EAAY,SAAU/G,GACxB,OAAOL,EAAWK,GAAYA,OAAWuB,CAC3C,EAEAxB,EAAOL,QAAU,SAAUsH,EAAWC,GACpC,OAAOZ,UAAUvF,OAAS,EAAIiG,EAAU3D,EAAO4D,IAAc5D,EAAO4D,IAAc5D,EAAO4D,GAAWC,EACtG,C,uBCTA,IAAIX,EAAY,EAAQ,MACpBY,EAAoB,EAAQ,MAIhCnH,EAAOL,QAAU,SAAUyH,EAAG3D,GAC5B,IAAI4D,EAAOD,EAAE3D,GACb,OAAO0D,EAAkBE,QAAQ7F,EAAY+E,EAAUc,EACzD,C,uBCRA,IAAIC,EAAQ,SAAUtF,GACpB,OAAOA,GAAMA,EAAGuF,MAAQA,MAAQvF,CAClC,EAGAhC,EAAOL,QAEL2H,EAA2B,iBAAdE,YAA0BA,aACvCF,EAAuB,iBAAVG,QAAsBA,SAEnCH,EAAqB,iBAARI,MAAoBA,OACjCJ,EAAuB,iBAAV,EAAAK,GAAsB,EAAAA,IAEnC,WAAe,OAAOlJ,IAAO,CAA7B,IAAoCyH,SAAS,cAATA,E,uBCbtC,IAAItE,EAAc,EAAQ,MACtBgG,EAAW,EAAQ,MAEnBlB,EAAiB9E,EAAY,CAAC,EAAE8E,gBAKpC1G,EAAOL,QAAU2B,OAAOW,QAAU,SAAgBD,EAAIW,GACpD,OAAO+D,EAAekB,EAAS5F,GAAKW,EACtC,C,mBCVA3C,EAAOL,QAAU,CAAC,C,sBCAlB,IAAIkI,EAAa,EAAQ,MAEzB7H,EAAOL,QAAUkI,EAAW,WAAY,kB,uBCFxC,IAAI1G,EAAc,EAAQ,MACtBuC,EAAQ,EAAQ,MAChBO,EAAgB,EAAQ,KAG5BjE,EAAOL,SAAWwB,IAAgBuC,GAAM,WAEtC,OAEQ,GAFDpC,OAAOG,eAAewC,EAAc,OAAQ,IAAK,CACtDN,IAAK,WAAc,OAAO,CAAG,IAC5BmE,CACL,G,uBCVA,IAAIlG,EAAc,EAAQ,MACtB8B,EAAQ,EAAQ,MAChBa,EAAU,EAAQ,MAElBwD,EAAUzG,OACVwD,EAAQlD,EAAY,GAAGkD,OAG3B9E,EAAOL,QAAU+D,GAAM,WAGrB,OAAQqE,EAAQ,KAAKC,qBAAqB,EAC5C,IAAK,SAAUhG,GACb,MAAsB,UAAfuC,EAAQvC,GAAkB8C,EAAM9C,EAAI,IAAM+F,EAAQ/F,EAC3D,EAAI+F,C,uBCdJ,IAAInG,EAAc,EAAQ,MACtBhC,EAAa,EAAQ,KACrBqI,EAAQ,EAAQ,MAEhBC,EAAmBtG,EAAYsE,SAASpE,UAGvClC,EAAWqI,EAAME,iBACpBF,EAAME,cAAgB,SAAUnG,GAC9B,OAAOkG,EAAiBlG,EAC1B,GAGFhC,EAAOL,QAAUsI,EAAME,a,uBCbvB,IAYIC,EAAKzE,EAAK0E,EAZVC,EAAkB,EAAQ,MAC1BjF,EAAS,EAAQ,MACjBnD,EAAW,EAAQ,KACnB6E,EAA8B,EAAQ,MACtC9C,EAAS,EAAQ,MACjBsG,EAAS,EAAQ,MACjBC,EAAY,EAAQ,MACpBC,EAAa,EAAQ,MAErBC,EAA6B,6BAC7B3I,EAAYsD,EAAOtD,UACnB4I,EAAUtF,EAAOsF,QAGjBC,EAAU,SAAU5G,GACtB,OAAOqG,EAAIrG,GAAM2B,EAAI3B,GAAMoG,EAAIpG,EAAI,CAAC,EACtC,EAEI6G,EAAY,SAAUC,GACxB,OAAO,SAAU9G,GACf,IAAI+G,EACJ,IAAK7I,EAAS8B,KAAQ+G,EAAQpF,EAAI3B,IAAKgH,OAASF,EAC9C,MAAM/I,EAAU,0BAA4B+I,EAAO,aACnD,OAAOC,CACX,CACF,EAEA,GAAIT,GAAmBC,EAAOQ,MAAO,CACnC,IAAId,EAAQM,EAAOQ,QAAUR,EAAOQ,MAAQ,IAAIJ,GAEhDV,EAAMtE,IAAMsE,EAAMtE,IAClBsE,EAAMI,IAAMJ,EAAMI,IAClBJ,EAAMG,IAAMH,EAAMG,IAElBA,EAAM,SAAUpG,EAAIiH,GAClB,GAAIhB,EAAMI,IAAIrG,GAAK,MAAMjC,EAAU2I,GAGnC,OAFAO,EAASC,OAASlH,EAClBiG,EAAMG,IAAIpG,EAAIiH,GACPA,CACT,EACAtF,EAAM,SAAU3B,GACd,OAAOiG,EAAMtE,IAAI3B,IAAO,CAAC,CAC3B,EACAqG,EAAM,SAAUrG,GACd,OAAOiG,EAAMI,IAAIrG,EACnB,CACF,KAAO,CACL,IAAImH,EAAQX,EAAU,SACtBC,EAAWU,IAAS,EACpBf,EAAM,SAAUpG,EAAIiH,GAClB,GAAIhH,EAAOD,EAAImH,GAAQ,MAAMpJ,EAAU2I,GAGvC,OAFAO,EAASC,OAASlH,EAClB+C,EAA4B/C,EAAImH,EAAOF,GAChCA,CACT,EACAtF,EAAM,SAAU3B,GACd,OAAOC,EAAOD,EAAImH,GAASnH,EAAGmH,GAAS,CAAC,CAC1C,EACAd,EAAM,SAAUrG,GACd,OAAOC,EAAOD,EAAImH,EACpB,CACF,CAEAnJ,EAAOL,QAAU,CACfyI,IAAKA,EACLzE,IAAKA,EACL0E,IAAKA,EACLO,QAASA,EACTC,UAAWA,E,uBCpEb,IAAItE,EAAU,EAAQ,MAKtBvE,EAAOL,QAAUyJ,MAAMhI,SAAW,SAAiBnB,GACjD,MAA4B,SAArBsE,EAAQtE,EACjB,C,sBCPA,IAAIoJ,EAAe,EAAQ,MAEvBzF,EAAcyF,EAAavF,IAI/B9D,EAAOL,QAAU0J,EAAatF,WAAa,SAAU9D,GACnD,MAA0B,mBAAZA,GAA0BA,IAAa2D,CACvD,EAAI,SAAU3D,GACZ,MAA0B,mBAAZA,CAChB,C,uBCVA,IAAIyD,EAAQ,EAAQ,MAChB9D,EAAa,EAAQ,KAErB0J,EAAc,kBAEdpE,EAAW,SAAUqE,EAASC,GAChC,IAAI3I,EAAQ4I,EAAKC,EAAUH,IAC3B,OAAO1I,GAAS8I,GACZ9I,GAAS+I,IACThK,EAAW4J,GAAa9F,EAAM8F,KAC5BA,EACR,EAEIE,EAAYxE,EAASwE,UAAY,SAAUG,GAC7C,OAAOzJ,OAAOyJ,GAAQC,QAAQR,EAAa,KAAKS,aAClD,EAEIN,EAAOvE,EAASuE,KAAO,CAAC,EACxBG,EAAS1E,EAAS0E,OAAS,IAC3BD,EAAWzE,EAASyE,SAAW,IAEnC3J,EAAOL,QAAUuF,C,mBCnBjBlF,EAAOL,QAAU,SAAUqC,GACzB,OAAc,OAAPA,QAAsBR,IAAPQ,CACxB,C,sBCJA,IAAIpC,EAAa,EAAQ,KACrByJ,EAAe,EAAQ,MAEvBzF,EAAcyF,EAAavF,IAE/B9D,EAAOL,QAAU0J,EAAatF,WAAa,SAAU/B,GACnD,MAAoB,iBAANA,EAAwB,OAAPA,EAAcpC,EAAWoC,IAAOA,IAAO4B,CACxE,EAAI,SAAU5B,GACZ,MAAoB,iBAANA,EAAwB,OAAPA,EAAcpC,EAAWoC,EAC1D,C,mBCTAhC,EAAOL,SAAU,C,uBCAjB,IAAIkI,EAAa,EAAQ,MACrBjI,EAAa,EAAQ,KACrBoK,EAAgB,EAAQ,MACxBC,EAAoB,EAAQ,MAE5BlC,EAAUzG,OAEdtB,EAAOL,QAAUsK,EAAoB,SAAUjI,GAC7C,MAAoB,iBAANA,CAChB,EAAI,SAAUA,GACZ,IAAIkI,EAAUrC,EAAW,UACzB,OAAOjI,EAAWsK,IAAYF,EAAcE,EAAQvE,UAAWoC,EAAQ/F,GACzE,C,uBCZA,IAAImI,EAAW,EAAQ,MAIvBnK,EAAOL,QAAU,SAAUyK,GACzB,OAAOD,EAASC,EAAIrJ,OACtB,C,uBCNA,IAAIa,EAAc,EAAQ,MACtB8B,EAAQ,EAAQ,MAChB9D,EAAa,EAAQ,KACrBqC,EAAS,EAAQ,MACjBd,EAAc,EAAQ,MACtBkJ,EAA6B,qBAC7BlC,EAAgB,EAAQ,MACxBmC,EAAsB,EAAQ,MAE9BC,EAAuBD,EAAoB1B,QAC3C4B,EAAmBF,EAAoB3G,IACvCxD,EAAUC,OAEVqB,EAAiBH,OAAOG,eACxBM,EAAcH,EAAY,GAAGC,OAC7BiI,EAAUlI,EAAY,GAAGkI,SACzBW,EAAO7I,EAAY,GAAG6I,MAEtBC,EAAsBvJ,IAAgBuC,GAAM,WAC9C,OAAsF,IAA/EjC,GAAe,WAA0B,GAAG,SAAU,CAAEZ,MAAO,IAAKE,MAC7E,IAEI4J,EAAWvK,OAAOA,QAAQ0E,MAAM,UAEhC7B,EAAcjD,EAAOL,QAAU,SAAUkB,EAAOuC,EAAMhF,GACf,YAArC2D,EAAY5B,EAAQiD,GAAO,EAAG,KAChCA,EAAO,IAAM0G,EAAQ3J,EAAQiD,GAAO,qBAAsB,MAAQ,KAEhEhF,GAAWA,EAAQwM,SAAQxH,EAAO,OAASA,GAC3ChF,GAAWA,EAAQyM,SAAQzH,EAAO,OAASA,KAC1CnB,EAAOpB,EAAO,SAAYwJ,GAA8BxJ,EAAMuC,OAASA,KACtEjC,EAAaM,EAAeZ,EAAO,OAAQ,CAAEA,MAAOuC,EAAMJ,cAAc,IACvEnC,EAAMuC,KAAOA,GAEhBsH,GAAuBtM,GAAW6D,EAAO7D,EAAS,UAAYyC,EAAME,SAAW3C,EAAQ0M,OACzFrJ,EAAeZ,EAAO,SAAU,CAAEA,MAAOzC,EAAQ0M,QAEnD,IACM1M,GAAW6D,EAAO7D,EAAS,gBAAkBA,EAAQ2M,YACnD5J,GAAaM,EAAeZ,EAAO,YAAa,CAAEa,UAAU,IAEvDb,EAAM8E,YAAW9E,EAAM8E,eAAYnE,EAChD,CAAE,MAAOG,GAAqB,CAC9B,IAAIoH,EAAQwB,EAAqB1J,GAG/B,OAFGoB,EAAO8G,EAAO,YACjBA,EAAMzG,OAASmI,EAAKE,EAAyB,iBAARvH,EAAmBA,EAAO,KACxDvC,CACX,EAIAqF,SAASP,UAAU7D,SAAWmB,GAAY,WACxC,OAAOrD,EAAWnB,OAAS+L,EAAiB/L,MAAM6D,QAAU6F,EAAc1J,KAC5E,GAAG,W,mBCrDH,IAAIuM,EAAOzD,KAAKyD,KACZC,EAAQ1D,KAAK0D,MAKjBjL,EAAOL,QAAU4H,KAAK2D,OAAS,SAAeC,GAC5C,IAAIC,GAAKD,EACT,OAAQC,EAAI,EAAIH,EAAQD,GAAMI,EAChC,C,uBCTA,IAAIjK,EAAc,EAAQ,MACtBkK,EAAiB,EAAQ,MACzBC,EAA0B,EAAQ,MAClCC,EAAW,EAAQ,MACnBC,EAAgB,EAAQ,MAExB1L,EAAaC,UAEb0L,EAAkBnK,OAAOG,eAEzBiK,EAA4BpK,OAAOD,yBACnCsK,EAAa,aACb9E,EAAe,eACf+E,EAAW,WAIfjM,EAAQ8C,EAAItB,EAAcmK,EAA0B,SAAwBxK,EAAG2C,EAAGoI,GAIhF,GAHAN,EAASzK,GACT2C,EAAI+H,EAAc/H,GAClB8H,EAASM,GACQ,oBAAN/K,GAA0B,cAAN2C,GAAqB,UAAWoI,GAAcD,KAAYC,IAAeA,EAAWD,GAAW,CAC5H,IAAIE,EAAUJ,EAA0B5K,EAAG2C,GACvCqI,GAAWA,EAAQF,KACrB9K,EAAE2C,GAAKoI,EAAWhL,MAClBgL,EAAa,CACX7I,aAAc6D,KAAgBgF,EAAaA,EAAWhF,GAAgBiF,EAAQjF,GAC9E9D,WAAY4I,KAAcE,EAAaA,EAAWF,GAAcG,EAAQH,GACxEjK,UAAU,GAGhB,CAAE,OAAO+J,EAAgB3K,EAAG2C,EAAGoI,EACjC,EAAIJ,EAAkB,SAAwB3K,EAAG2C,EAAGoI,GAIlD,GAHAN,EAASzK,GACT2C,EAAI+H,EAAc/H,GAClB8H,EAASM,GACLR,EAAgB,IAClB,OAAOI,EAAgB3K,EAAG2C,EAAGoI,EAC/B,CAAE,MAAOlK,GAAqB,CAC9B,GAAI,QAASkK,GAAc,QAASA,EAAY,MAAM/L,EAAW,2BAEjE,MADI,UAAW+L,IAAY/K,EAAE2C,GAAKoI,EAAWhL,OACtCC,CACT,C,uBC1CA,IAAIK,EAAc,EAAQ,MACtBrC,EAAO,EAAQ,MACfiN,EAA6B,EAAQ,MACrCnJ,EAA2B,EAAQ,MACnCvC,EAAkB,EAAQ,MAC1BmL,EAAgB,EAAQ,MACxBvJ,EAAS,EAAQ,MACjBoJ,EAAiB,EAAQ,MAGzBK,EAA4BpK,OAAOD,yBAIvC1B,EAAQ8C,EAAItB,EAAcuK,EAA4B,SAAkC5K,EAAG2C,GAGzF,GAFA3C,EAAIT,EAAgBS,GACpB2C,EAAI+H,EAAc/H,GACd4H,EAAgB,IAClB,OAAOK,EAA0B5K,EAAG2C,EACtC,CAAE,MAAO9B,GAAqB,CAC9B,GAAIM,EAAOnB,EAAG2C,GAAI,OAAOb,GAA0B9D,EAAKiN,EAA2BtJ,EAAG3B,EAAG2C,GAAI3C,EAAE2C,GACjG,C,uBCrBA,IAAIuI,EAAqB,EAAQ,MAC7BC,EAAc,EAAQ,KAEtBxD,EAAawD,EAAYvM,OAAO,SAAU,aAK9CC,EAAQ8C,EAAInB,OAAO4K,qBAAuB,SAA6BpL,GACrE,OAAOkL,EAAmBlL,EAAG2H,EAC/B,C,qBCTA9I,EAAQ8C,EAAInB,OAAO6K,qB,uBCDnB,IAAIvK,EAAc,EAAQ,MAE1B5B,EAAOL,QAAUiC,EAAY,CAAC,EAAEoI,c,uBCFhC,IAAIpI,EAAc,EAAQ,MACtBK,EAAS,EAAQ,MACjB5B,EAAkB,EAAQ,MAC1Ba,EAAU,gBACVuH,EAAa,EAAQ,MAErB2D,EAAOxK,EAAY,GAAGwK,MAE1BpM,EAAOL,QAAU,SAAUkD,EAAQwJ,GACjC,IAGI1J,EAHA7B,EAAIT,EAAgBwC,GACpBH,EAAI,EACJ4J,EAAS,GAEb,IAAK3J,KAAO7B,GAAImB,EAAOwG,EAAY9F,IAAQV,EAAOnB,EAAG6B,IAAQyJ,EAAKE,EAAQ3J,GAE1E,MAAO0J,EAAMtL,OAAS2B,EAAOT,EAAOnB,EAAG6B,EAAM0J,EAAM3J,SAChDxB,EAAQoL,EAAQ3J,IAAQyJ,EAAKE,EAAQ3J,IAExC,OAAO2J,CACT,C,kCClBA,IAAIC,EAAwB,CAAC,EAAEvE,qBAE3B3G,EAA2BC,OAAOD,yBAGlCmL,EAAcnL,IAA6BkL,EAAsBzN,KAAK,CAAE,EAAG,GAAK,GAIpFa,EAAQ8C,EAAI+J,EAAc,SAA8BpF,GACtD,IAAI9B,EAAajE,EAAyB5C,KAAM2I,GAChD,QAAS9B,GAAcA,EAAWvC,UACpC,EAAIwJ,C,uBCbJ,IAAIzN,EAAO,EAAQ,MACfc,EAAa,EAAQ,KACrBM,EAAW,EAAQ,KAEnBJ,EAAaC,UAIjBC,EAAOL,QAAU,SAAU8M,EAAOC,GAChC,IAAIlG,EAAImG,EACR,GAAa,WAATD,GAAqB9M,EAAW4G,EAAKiG,EAAM3K,YAAc5B,EAASyM,EAAM7N,EAAK0H,EAAIiG,IAAS,OAAOE,EACrG,GAAI/M,EAAW4G,EAAKiG,EAAMG,WAAa1M,EAASyM,EAAM7N,EAAK0H,EAAIiG,IAAS,OAAOE,EAC/E,GAAa,WAATD,GAAqB9M,EAAW4G,EAAKiG,EAAM3K,YAAc5B,EAASyM,EAAM7N,EAAK0H,EAAIiG,IAAS,OAAOE,EACrG,MAAM7M,EAAW,0CACnB,C,uBCdA,IAAI+H,EAAa,EAAQ,MACrBjG,EAAc,EAAQ,MACtBiL,EAA4B,EAAQ,MACpCC,EAA8B,EAAQ,MACtCvB,EAAW,EAAQ,MAEnB7L,EAASkC,EAAY,GAAGlC,QAG5BM,EAAOL,QAAUkI,EAAW,UAAW,YAAc,SAAiB7F,GACpE,IAAIQ,EAAOqK,EAA0BpK,EAAE8I,EAASvJ,IAC5CmK,EAAwBW,EAA4BrK,EACxD,OAAO0J,EAAwBzM,EAAO8C,EAAM2J,EAAsBnK,IAAOQ,CAC3E,C,uBCbA,IAAI2E,EAAoB,EAAQ,MAE5BrH,EAAaC,UAIjBC,EAAOL,QAAU,SAAUqC,GACzB,GAAImF,EAAkBnF,GAAK,MAAMlC,EAAW,wBAA0BkC,GACtE,OAAOA,CACT,C,oCCRA,IAAIqB,EAAS,EAAQ,MACjB8C,EAAQ,EAAQ,MAChBvG,EAAa,EAAQ,KACrBmN,EAAgB,EAAQ,MACxBC,EAAa,EAAQ,MACrBC,EAAa,EAAQ,KACrBC,EAA0B,EAAQ,MAElChH,EAAW7C,EAAO6C,SAElBiH,EAAO,WAAW7I,KAAK0I,IAAeD,GAAiB,WACzD,IAAI3I,EAAUf,EAAOc,IAAIC,QAAQU,MAAM,KACvC,OAAOV,EAAQrD,OAAS,GAAmB,GAAdqD,EAAQ,KAAYA,EAAQ,GAAK,GAAmB,GAAdA,EAAQ,IAAyB,GAAdA,EAAQ,GAC/F,CAH0D,GAQ3DpE,EAAOL,QAAU,SAAUyN,EAAWC,GACpC,IAAIC,EAAkBD,EAAa,EAAI,EACvC,OAAOF,EAAO,SAAUI,EAASC,GAC/B,IAAIC,EAAYP,EAAwB5G,UAAUvF,OAAQ,GAAKuM,EAC3D9G,EAAK5G,EAAW2N,GAAWA,EAAUrH,EAASqH,GAC9CG,EAASD,EAAYR,EAAW3G,UAAWgH,GAAmB,GAC9DK,EAAWF,EAAY,WACzBtH,EAAMK,EAAI/H,KAAMiP,EAClB,EAAIlH,EACJ,OAAO6G,EAAaD,EAAUO,EAAUH,GAAWJ,EAAUO,EAC/D,EAAIP,CACN,C,uBC9BA,IAAI7E,EAAS,EAAQ,MACjBqF,EAAM,EAAQ,MAEdpL,EAAO+F,EAAO,QAElBvI,EAAOL,QAAU,SAAUgD,GACzB,OAAOH,EAAKG,KAASH,EAAKG,GAAOiL,EAAIjL,GACvC,C,uBCPA,IAAIU,EAAS,EAAQ,MACjBH,EAAuB,EAAQ,MAE/B2K,EAAS,qBACT5F,EAAQ5E,EAAOwK,IAAW3K,EAAqB2K,EAAQ,CAAC,GAE5D7N,EAAOL,QAAUsI,C,uBCNjB,IAAI6F,EAAU,EAAQ,MAClB7F,EAAQ,EAAQ,OAEnBjI,EAAOL,QAAU,SAAUgD,EAAK9B,GAC/B,OAAOoH,EAAMtF,KAASsF,EAAMtF,QAAiBnB,IAAVX,EAAsBA,EAAQ,CAAC,EACpE,GAAG,WAAY,IAAIuL,KAAK,CACtBhI,QAAS,SACT2J,KAAMD,EAAU,OAAS,SACzBE,UAAW,4CACXC,QAAS,2DACT3L,OAAQ,uC,uBCTV,IAAI4L,EAAa,EAAQ,MACrBxK,EAAQ,EAAQ,MAGpB1D,EAAOL,UAAY2B,OAAO6K,wBAA0BzI,GAAM,WACxD,IAAIyK,EAASC,SAGb,OAAQhO,OAAO+N,MAAa7M,OAAO6M,aAAmBC,UAEnDA,OAAOtI,MAAQoI,GAAcA,EAAa,EAC/C,G,sBCZA,IAuBIG,EAAWC,EAAOC,EAASC,EAvB3BnL,EAAS,EAAQ,MACjB8C,EAAQ,EAAQ,MAChBE,EAAO,EAAQ,MACfzG,EAAa,EAAQ,KACrBqC,EAAS,EAAQ,MACjByB,EAAQ,EAAQ,MAChB+K,EAAO,EAAQ,KACfxB,EAAa,EAAQ,KACrBhJ,EAAgB,EAAQ,KACxBiJ,EAA0B,EAAQ,MAClCwB,EAAS,EAAQ,MACjBC,EAAU,EAAQ,MAElBvG,EAAM/E,EAAOuL,aACbC,EAAQxL,EAAOyL,eACftK,EAAUnB,EAAOmB,QACjBuK,EAAW1L,EAAO0L,SAClB7I,EAAW7C,EAAO6C,SAClB8I,EAAiB3L,EAAO2L,eACxB5O,EAASiD,EAAOjD,OAChB6O,EAAU,EACVC,EAAQ,CAAC,EACTC,EAAqB,qBAGzBzL,GAAM,WAEJ2K,EAAYhL,EAAO+L,QACrB,IAEA,IAAIC,EAAM,SAAUC,GAClB,GAAIrN,EAAOiN,EAAOI,GAAK,CACrB,IAAI9I,EAAK0I,EAAMI,UACRJ,EAAMI,GACb9I,GACF,CACF,EAEI+I,EAAS,SAAUD,GACrB,OAAO,WACLD,EAAIC,EACN,CACF,EAEIE,EAAgB,SAAUC,GAC5BJ,EAAII,EAAMhG,KACZ,EAEIiG,EAAyB,SAAUJ,GAErCjM,EAAOsM,YAAYvP,EAAOkP,GAAKjB,EAAUuB,SAAW,KAAOvB,EAAUwB,KACvE,EAGKzH,GAAQyG,IACXzG,EAAM,SAAsBmF,GAC1BL,EAAwB5G,UAAUvF,OAAQ,GAC1C,IAAIyF,EAAK5G,EAAW2N,GAAWA,EAAUrH,EAASqH,GAC9CuC,EAAO7C,EAAW3G,UAAW,GAKjC,OAJA4I,IAAQD,GAAW,WACjB9I,EAAMK,OAAIhF,EAAWsO,EACvB,EACAxB,EAAMW,GACCA,CACT,EACAJ,EAAQ,SAAwBS,UACvBJ,EAAMI,EACf,EAEIX,EACFL,EAAQ,SAAUgB,GAChB9K,EAAQuL,SAASR,EAAOD,GAC1B,EAESP,GAAYA,EAASiB,IAC9B1B,EAAQ,SAAUgB,GAChBP,EAASiB,IAAIT,EAAOD,GACtB,EAGSN,IAAmBN,GAC5BH,EAAU,IAAIS,EACdR,EAAOD,EAAQ0B,MACf1B,EAAQ2B,MAAMC,UAAYX,EAC1BlB,EAAQjI,EAAKmI,EAAKmB,YAAanB,IAI/BnL,EAAO+M,kBACPxQ,EAAWyD,EAAOsM,eACjBtM,EAAOgN,eACRhC,GAAoC,UAAvBA,EAAUuB,WACtBlM,EAAMgM,IAEPpB,EAAQoB,EACRrM,EAAO+M,iBAAiB,UAAWZ,GAAe,IAGlDlB,EADSa,KAAsBlL,EAAc,UACrC,SAAUqL,GAChBb,EAAK6B,YAAYrM,EAAc,WAAWkL,GAAsB,WAC9DV,EAAK8B,YAAY9R,MACjB4Q,EAAIC,EACN,CACF,EAGQ,SAAUA,GAChBkB,WAAWjB,EAAOD,GAAK,EACzB,GAIJtP,EAAOL,QAAU,CACfyI,IAAKA,EACLyG,MAAOA,E,uBClHT,IAAI4B,EAAsB,EAAQ,MAE9BC,EAAMnJ,KAAKmJ,IACXC,EAAMpJ,KAAKoJ,IAKf3Q,EAAOL,QAAU,SAAUqB,EAAOD,GAChC,IAAI6P,EAAUH,EAAoBzP,GAClC,OAAO4P,EAAU,EAAIF,EAAIE,EAAU7P,EAAQ,GAAK4P,EAAIC,EAAS7P,EAC/D,C,uBCVA,IAAI8P,EAAgB,EAAQ,MACxBC,EAAyB,EAAQ,MAErC9Q,EAAOL,QAAU,SAAUqC,GACzB,OAAO6O,EAAcC,EAAuB9O,GAC9C,C,uBCNA,IAAIkJ,EAAQ,EAAQ,MAIpBlL,EAAOL,QAAU,SAAUM,GACzB,IAAI8Q,GAAU9Q,EAEd,OAAO8Q,IAAWA,GAAqB,IAAXA,EAAe,EAAI7F,EAAM6F,EACvD,C,uBCRA,IAAIN,EAAsB,EAAQ,MAE9BE,EAAMpJ,KAAKoJ,IAIf3Q,EAAOL,QAAU,SAAUM,GACzB,OAAOA,EAAW,EAAI0Q,EAAIF,EAAoBxQ,GAAW,kBAAoB,CAC/E,C,uBCRA,IAAI6Q,EAAyB,EAAQ,MAEjC/I,EAAUzG,OAIdtB,EAAOL,QAAU,SAAUM,GACzB,OAAO8H,EAAQ+I,EAAuB7Q,GACxC,C,uBCRA,IAAInB,EAAO,EAAQ,MACfoB,EAAW,EAAQ,KACnB8Q,EAAW,EAAQ,MACnBC,EAAY,EAAQ,MACpBC,EAAsB,EAAQ,MAC9BC,EAAkB,EAAQ,MAE1BrR,EAAaC,UACbqR,EAAeD,EAAgB,eAInCnR,EAAOL,QAAU,SAAU8M,EAAOC,GAChC,IAAKxM,EAASuM,IAAUuE,EAASvE,GAAQ,OAAOA,EAChD,IACIH,EADA+E,EAAeJ,EAAUxE,EAAO2E,GAEpC,GAAIC,EAAc,CAGhB,QAFa7P,IAATkL,IAAoBA,EAAO,WAC/BJ,EAASxN,EAAKuS,EAAc5E,EAAOC,IAC9BxM,EAASoM,IAAW0E,EAAS1E,GAAS,OAAOA,EAClD,MAAMxM,EAAW,0CACnB,CAEA,YADa0B,IAATkL,IAAoBA,EAAO,UACxBwE,EAAoBzE,EAAOC,EACpC,C,uBCxBA,IAAI4E,EAAc,EAAQ,MACtBN,EAAW,EAAQ,MAIvBhR,EAAOL,QAAU,SAAUM,GACzB,IAAI0C,EAAM2O,EAAYrR,EAAU,UAChC,OAAO+Q,EAASrO,GAAOA,EAAMA,EAAM,EACrC,C,mBCRA,IAAIxC,EAAUC,OAEdJ,EAAOL,QAAU,SAAUM,GACzB,IACE,OAAOE,EAAQF,EACjB,CAAE,MAAO0B,GACP,MAAO,QACT,CACF,C,uBCRA,IAAIC,EAAc,EAAQ,MAEtB0N,EAAK,EACLiC,EAAUhK,KAAKiK,SACf1P,EAAWF,EAAY,GAAIE,UAE/B9B,EAAOL,QAAU,SAAUgD,GACzB,MAAO,gBAAqBnB,IAARmB,EAAoB,GAAKA,GAAO,KAAOb,IAAWwN,EAAKiC,EAAS,GACtF,C,uBCPA,IAAIE,EAAgB,EAAQ,MAE5BzR,EAAOL,QAAU8R,IACXrD,OAAOtI,MACkB,iBAAnBsI,OAAOsD,Q,uBCLnB,IAAIvQ,EAAc,EAAQ,MACtBuC,EAAQ,EAAQ,MAIpB1D,EAAOL,QAAUwB,GAAeuC,GAAM,WAEpC,OAGgB,IAHTpC,OAAOG,gBAAe,WAA0B,GAAG,YAAa,CACrEZ,MAAO,GACPa,UAAU,IACTiE,SACL,G,mBCXA,IAAI7F,EAAaC,UAEjBC,EAAOL,QAAU,SAAUgS,EAAQC,GACjC,GAAID,EAASC,EAAU,MAAM9R,EAAW,wBACxC,OAAO6R,CACT,C,uBCLA,IAAItO,EAAS,EAAQ,MACjBzD,EAAa,EAAQ,KAErB+I,EAAUtF,EAAOsF,QAErB3I,EAAOL,QAAUC,EAAW+I,IAAY,cAAcrE,KAAKlE,OAAOuI,G,uBCLlE,IAAItF,EAAS,EAAQ,MACjBkF,EAAS,EAAQ,MACjBtG,EAAS,EAAQ,MACjB2L,EAAM,EAAQ,MACd6D,EAAgB,EAAQ,MACxBxH,EAAoB,EAAQ,MAE5BmE,EAAS/K,EAAO+K,OAChByD,EAAwBtJ,EAAO,OAC/BuJ,EAAwB7H,EAAoBmE,EAAO,QAAUA,EAASA,GAAUA,EAAO2D,eAAiBnE,EAE5G5N,EAAOL,QAAU,SAAUyD,GAKvB,OAJGnB,EAAO4P,EAAuBzO,KACjCyO,EAAsBzO,GAAQqO,GAAiBxP,EAAOmM,EAAQhL,GAC1DgL,EAAOhL,GACP0O,EAAsB,UAAY1O,IAC/ByO,EAAsBzO,EACjC,C,oCChBA,IAAI4O,EAAI,EAAQ,MACZpK,EAAW,EAAQ,MACnBrH,EAAoB,EAAQ,MAC5B0R,EAAiB,EAAQ,MACzBC,EAA2B,EAAQ,MACnCxO,EAAQ,EAAQ,MAEhByO,EAAsBzO,GAAM,WAC9B,OAAoD,aAA7C,GAAG0I,KAAKtN,KAAK,CAAEiC,OAAQ,YAAe,EAC/C,IAIIqR,EAAiC,WACnC,IAEE9Q,OAAOG,eAAe,GAAI,SAAU,CAAEC,UAAU,IAAS0K,MAC3D,CAAE,MAAOzK,GACP,OAAOA,aAAiB5B,SAC1B,CACF,EAEIoF,EAASgN,IAAwBC,IAIrCJ,EAAE,CAAE3P,OAAQ,QAASgQ,OAAO,EAAMvH,MAAO,EAAGjF,OAAQV,GAAU,CAE5DiH,KAAM,SAAckG,GAClB,IAAIxR,EAAI8G,EAASnJ,MACb8T,EAAMhS,EAAkBO,GACxB0R,EAAWlM,UAAUvF,OACzBmR,EAAyBK,EAAMC,GAC/B,IAAK,IAAI9P,EAAI,EAAGA,EAAI8P,EAAU9P,IAC5B5B,EAAEyR,GAAOjM,UAAU5D,GACnB6P,IAGF,OADAN,EAAenR,EAAGyR,GACXA,CACT,G,mCCvCF,IAAIP,EAAI,EAAQ,MACZpK,EAAW,EAAQ,MACnBrH,EAAoB,EAAQ,MAC5B0R,EAAiB,EAAQ,MACzBQ,EAAwB,EAAQ,MAChCP,EAA2B,EAAQ,MAGnCQ,EAAqC,IAAlB,GAAGC,QAAQ,GAG9BP,EAAiC,WACnC,IAEE9Q,OAAOG,eAAe,GAAI,SAAU,CAAEC,UAAU,IAASiR,SAC3D,CAAE,MAAOhR,GACP,OAAOA,aAAiB5B,SAC1B,CACF,EAEIoF,EAASuN,IAAqBN,IAIlCJ,EAAE,CAAE3P,OAAQ,QAASgQ,OAAO,EAAMvH,MAAO,EAAGjF,OAAQV,GAAU,CAE5DwN,QAAS,SAAiBL,GACxB,IAAIxR,EAAI8G,EAASnJ,MACb8T,EAAMhS,EAAkBO,GACxB0R,EAAWlM,UAAUvF,OACzB,GAAIyR,EAAU,CACZN,EAAyBK,EAAMC,GAC/B,IAAII,EAAIL,EACR,MAAOK,IAAK,CACV,IAAIC,EAAKD,EAAIJ,EACTI,KAAK9R,EAAGA,EAAE+R,GAAM/R,EAAE8R,GACjBH,EAAsB3R,EAAG+R,EAChC,CACA,IAAK,IAAIC,EAAI,EAAGA,EAAIN,EAAUM,IAC5BhS,EAAEgS,GAAKxM,UAAUwM,EAErB,CAAE,OAAOb,EAAenR,EAAGyR,EAAMC,EACnC,G,uBC3CF,IAAIR,EAAI,EAAQ,MACZ3O,EAAS,EAAQ,MACjByL,EAAiB,aAIrBkD,EAAE,CAAE3O,QAAQ,EAAMgD,MAAM,EAAMtD,YAAY,EAAM8C,OAAQxC,EAAOyL,iBAAmBA,GAAkB,CAClGA,eAAgBA,G,uBCNlB,EAAQ,MACR,EAAQ,K,uBCFR,IAAIkD,EAAI,EAAQ,MACZ3O,EAAS,EAAQ,MACjB0P,EAAU,WACVC,EAAgB,EAAQ,MAGxBpE,EAAevL,EAAOuL,aAAeoE,EAAcD,GAAS,GAASA,EAIzEf,EAAE,CAAE3O,QAAQ,EAAMgD,MAAM,EAAMtD,YAAY,EAAM8C,OAAQxC,EAAOuL,eAAiBA,GAAgB,CAC9FA,aAAcA,G,qFCQhB,SAASqE,EAAQnL,EAAGoL,GAClB,IAAK,IAAIvQ,KAAOuQ,EACdpL,EAAEnF,GAAOuQ,EAAEvQ,GAEb,OAAOmF,CACT,CAIA,IAAIqL,EAAkB,WAClBC,EAAwB,SAAUC,GAAK,MAAO,IAAMA,EAAEC,WAAW,GAAGxR,SAAS,GAAK,EAClFyR,EAAU,OAKVC,EAAS,SAAUC,GAAO,OAAOC,mBAAmBD,GACnD3J,QAAQqJ,EAAiBC,GACzBtJ,QAAQyJ,EAAS,IAAM,EAE5B,SAASI,EAAQF,GACf,IACE,OAAOG,mBAAmBH,EAC5B,CAAE,MAAOI,GACHrP,CAGN,CACA,OAAOiP,CACT,CAEA,SAASK,EACPC,EACAC,EACAC,QAEoB,IAAfD,IAAwBA,EAAa,CAAC,GAE3C,IACIE,EADAC,EAAQF,GAAeG,EAE3B,IACEF,EAAcC,EAAMJ,GAAS,GAC/B,CAAE,MAAOM,GAEPH,EAAc,CAAC,CACjB,CACA,IAAK,IAAIvR,KAAOqR,EAAY,CAC1B,IAAInT,EAAQmT,EAAWrR,GACvBuR,EAAYvR,GAAOyG,MAAMhI,QAAQP,GAC7BA,EAAMyT,IAAIC,GACVA,EAAoB1T,EAC1B,CACA,OAAOqT,CACT,CAEA,IAAIK,EAAsB,SAAU1T,GAAS,OAAiB,MAATA,GAAkC,kBAAVA,EAAqBA,EAAQT,OAAOS,EAAS,EAE1H,SAASuT,EAAYL,GACnB,IAAIS,EAAM,CAAC,EAIX,OAFAT,EAAQA,EAAMU,OAAO3K,QAAQ,YAAa,IAErCiK,GAILA,EAAMjP,MAAM,KAAK4P,SAAQ,SAAUC,GACjC,IAAIC,EAAQD,EAAM7K,QAAQ,MAAO,KAAKhF,MAAM,KACxCnC,EAAMgR,EAAOiB,EAAMC,SACnBlI,EAAMiI,EAAM7T,OAAS,EAAI4S,EAAOiB,EAAMnK,KAAK,MAAQ,UAEtCjJ,IAAbgT,EAAI7R,GACN6R,EAAI7R,GAAOgK,EACFvD,MAAMhI,QAAQoT,EAAI7R,IAC3B6R,EAAI7R,GAAKyJ,KAAKO,GAEd6H,EAAI7R,GAAO,CAAC6R,EAAI7R,GAAMgK,EAE1B,IAEO6H,GAjBEA,CAkBX,CAEA,SAASM,EAAgB1K,GACvB,IAAIoK,EAAMpK,EACN9I,OAAOkB,KAAK4H,GACXkK,KAAI,SAAU3R,GACb,IAAIgK,EAAMvC,EAAIzH,GAEd,QAAYnB,IAARmL,EACF,MAAO,GAGT,GAAY,OAARA,EACF,OAAO6G,EAAO7Q,GAGhB,GAAIyG,MAAMhI,QAAQuL,GAAM,CACtB,IAAIL,EAAS,GAWb,OAVAK,EAAI+H,SAAQ,SAAUK,QACPvT,IAATuT,IAGS,OAATA,EACFzI,EAAOF,KAAKoH,EAAO7Q,IAEnB2J,EAAOF,KAAKoH,EAAO7Q,GAAO,IAAM6Q,EAAOuB,IAE3C,IACOzI,EAAO7B,KAAK,IACrB,CAEA,OAAO+I,EAAO7Q,GAAO,IAAM6Q,EAAO7G,EACpC,IACCqI,QAAO,SAAU7J,GAAK,OAAOA,EAAEpK,OAAS,CAAG,IAC3C0J,KAAK,KACN,KACJ,OAAO+J,EAAO,IAAMA,EAAO,EAC7B,CAIA,IAAIS,EAAkB,OAEtB,SAASC,EACPC,EACA/F,EACAgG,EACAC,GAEA,IAAIP,EAAiBO,GAAUA,EAAOjX,QAAQ0W,eAE1Cf,EAAQ3E,EAAS2E,OAAS,CAAC,EAC/B,IACEA,EAAQuB,EAAMvB,EAChB,CAAE,MAAOM,GAAI,CAEb,IAAIkB,EAAQ,CACVnS,KAAMgM,EAAShM,MAAS+R,GAAUA,EAAO/R,KACzCoS,KAAOL,GAAUA,EAAOK,MAAS,CAAC,EAClCC,KAAMrG,EAASqG,MAAQ,IACvBC,KAAMtG,EAASsG,MAAQ,GACvB3B,MAAOA,EACPrG,OAAQ0B,EAAS1B,QAAU,CAAC,EAC5BiI,SAAUC,EAAYxG,EAAU0F,GAChCe,QAASV,EAASW,EAAYX,GAAU,IAK1C,OAHIC,IACFG,EAAMH,eAAiBQ,EAAYR,EAAgBN,IAE9CxT,OAAOyU,OAAOR,EACvB,CAEA,SAASD,EAAOzU,GACd,GAAIuI,MAAMhI,QAAQP,GAChB,OAAOA,EAAMyT,IAAIgB,GACZ,GAAIzU,GAA0B,kBAAVA,EAAoB,CAC7C,IAAI2T,EAAM,CAAC,EACX,IAAK,IAAI7R,KAAO9B,EACd2T,EAAI7R,GAAO2S,EAAMzU,EAAM8B,IAEzB,OAAO6R,CACT,CACE,OAAO3T,CAEX,CAGA,IAAImV,EAAQd,EAAY,KAAM,CAC5BO,KAAM,MAGR,SAASK,EAAaX,GACpB,IAAIX,EAAM,GACV,MAAOW,EACLX,EAAI7B,QAAQwC,GACZA,EAASA,EAAOvW,OAElB,OAAO4V,CACT,CAEA,SAASoB,EACPK,EACAC,GAEA,IAAIT,EAAOQ,EAAIR,KACX1B,EAAQkC,EAAIlC,WAAsB,IAAVA,IAAmBA,EAAQ,CAAC,GACxD,IAAI2B,EAAOO,EAAIP,UAAoB,IAATA,IAAkBA,EAAO,IAEnD,IAAIS,EAAYD,GAAmBpB,EACnC,OAAQW,GAAQ,KAAOU,EAAUpC,GAAS2B,CAC5C,CAEA,SAASU,EAAatO,EAAGoL,EAAGmD,GAC1B,OAAInD,IAAM8C,EACDlO,IAAMoL,IACHA,IAEDpL,EAAE2N,MAAQvC,EAAEuC,KACd3N,EAAE2N,KAAK3L,QAAQmL,EAAiB,MAAQ/B,EAAEuC,KAAK3L,QAAQmL,EAAiB,MAAQoB,GACrFvO,EAAE4N,OAASxC,EAAEwC,MACbY,EAAcxO,EAAEiM,MAAOb,EAAEa,WAClBjM,EAAE1E,OAAQ8P,EAAE9P,QAEnB0E,EAAE1E,OAAS8P,EAAE9P,OACZiT,GACCvO,EAAE4N,OAASxC,EAAEwC,MACfY,EAAcxO,EAAEiM,MAAOb,EAAEa,QACzBuC,EAAcxO,EAAE4F,OAAQwF,EAAExF,UAMhC,CAEA,SAAS4I,EAAexO,EAAGoL,GAKzB,QAJW,IAANpL,IAAeA,EAAI,CAAC,QACd,IAANoL,IAAeA,EAAI,CAAC,IAGpBpL,IAAMoL,EAAK,OAAOpL,IAAMoL,EAC7B,IAAIqD,EAAQjV,OAAOkB,KAAKsF,GAAG0O,OACvBC,EAAQnV,OAAOkB,KAAK0Q,GAAGsD,OAC3B,OAAID,EAAMxV,SAAW0V,EAAM1V,QAGpBwV,EAAMG,OAAM,SAAU/T,EAAKD,GAChC,IAAIiU,EAAO7O,EAAEnF,GACTiU,EAAOH,EAAM/T,GACjB,GAAIkU,IAASjU,EAAO,OAAO,EAC3B,IAAIkU,EAAO3D,EAAEvQ,GAEb,OAAY,MAARgU,GAAwB,MAARE,EAAuBF,IAASE,EAEhC,kBAATF,GAAqC,kBAATE,EAC9BP,EAAcK,EAAME,GAEtBzW,OAAOuW,KAAUvW,OAAOyW,EACjC,GACF,CAEA,SAASC,EAAiBhL,EAASzJ,GACjC,OAGQ,IAFNyJ,EAAQ2J,KAAK3L,QAAQmL,EAAiB,KAAK/T,QACzCmB,EAAOoT,KAAK3L,QAAQmL,EAAiB,SAErC5S,EAAOqT,MAAQ5J,EAAQ4J,OAASrT,EAAOqT,OACzCqB,EAAcjL,EAAQiI,MAAO1R,EAAO0R,MAExC,CAEA,SAASgD,EAAejL,EAASzJ,GAC/B,IAAK,IAAIM,KAAON,EACd,KAAMM,KAAOmJ,GACX,OAAO,EAGX,OAAO,CACT,CAEA,SAASkL,EAAoBzB,GAC3B,IAAK,IAAI7S,EAAI,EAAGA,EAAI6S,EAAMM,QAAQ9U,OAAQ2B,IAAK,CAC7C,IAAIyS,EAASI,EAAMM,QAAQnT,GAC3B,IAAK,IAAIU,KAAQ+R,EAAO8B,UAAW,CACjC,IAAIC,EAAW/B,EAAO8B,UAAU7T,GAC5B+T,EAAMhC,EAAOiC,WAAWhU,GAC5B,GAAK8T,GAAaC,EAAlB,QACOhC,EAAOiC,WAAWhU,GACzB,IAAK,IAAIiU,EAAM,EAAGA,EAAMF,EAAIpW,OAAQsW,IAC7BH,EAASI,mBAAqBH,EAAIE,GAAKH,EAHZ,CAKpC,CACF,CACF,CAEA,IAAIK,EAAO,CACTnU,KAAM,aACN9E,YAAY,EACZkZ,MAAO,CACLpU,KAAM,CACJ4F,KAAM5I,OACNqX,QAAS,YAGb7Z,OAAQ,SAAiB8Z,EAAGzB,GAC1B,IAAIuB,EAAQvB,EAAIuB,MACZG,EAAW1B,EAAI0B,SACf/Y,EAASqX,EAAIrX,OACb6K,EAAOwM,EAAIxM,KAGfA,EAAKmO,YAAa,EAIlB,IAAIrY,EAAIX,EAAOiZ,eACXzU,EAAOoU,EAAMpU,KACbmS,EAAQ3W,EAAOkZ,OACfC,EAAQnZ,EAAOoZ,mBAAqBpZ,EAAOoZ,iBAAmB,CAAC,GAI/DC,EAAQ,EACRC,GAAW,EACf,MAAOtZ,GAAUA,EAAOuZ,cAAgBvZ,EAAQ,CAC9C,IAAIwZ,EAAYxZ,EAAOF,OAASE,EAAOF,OAAO+K,KAAO,CAAC,EAClD2O,EAAUR,YACZK,IAEEG,EAAUC,WAAazZ,EAAO0Z,iBAAmB1Z,EAAO2Z,YAC1DL,GAAW,GAEbtZ,EAASA,EAAO4Z,OAClB,CAIA,GAHA/O,EAAKgP,gBAAkBR,EAGnBC,EAAU,CACZ,IAAIQ,EAAaX,EAAM3U,GACnBuV,EAAkBD,GAAcA,EAAWE,UAC/C,OAAID,GAGED,EAAWG,aACbC,EAAgBH,EAAiBlP,EAAMiP,EAAWnD,MAAOmD,EAAWG,aAE/DtZ,EAAEoZ,EAAiBlP,EAAMkO,IAGzBpY,GAEX,CAEA,IAAIsW,EAAUN,EAAMM,QAAQoC,GACxBW,EAAY/C,GAAWA,EAAQkD,WAAW3V,GAG9C,IAAKyS,IAAY+C,EAEf,OADAb,EAAM3U,GAAQ,KACP7D,IAITwY,EAAM3U,GAAQ,CAAEwV,UAAWA,GAI3BnP,EAAKuP,sBAAwB,SAAUC,EAAItM,GAEzC,IAAIb,EAAU+J,EAAQoB,UAAU7T,IAE7BuJ,GAAOb,IAAYmN,IAClBtM,GAAOb,IAAYmN,KAErBpD,EAAQoB,UAAU7T,GAAQuJ,EAE9B,GAIElD,EAAKtL,OAASsL,EAAKtL,KAAO,CAAC,IAAI+a,SAAW,SAAUxB,EAAGyB,GACvDtD,EAAQoB,UAAU7T,GAAQ+V,EAAMC,iBAClC,EAIA3P,EAAKtL,KAAKkb,KAAO,SAAUF,GACrBA,EAAM1P,KAAK4O,WACbc,EAAMC,mBACND,EAAMC,oBAAsBvD,EAAQoB,UAAU7T,KAE9CyS,EAAQoB,UAAU7T,GAAQ+V,EAAMC,mBAMlCpC,EAAmBzB,EACrB,EAEA,IAAIsD,EAAchD,EAAQ2B,OAAS3B,EAAQ2B,MAAMpU,GAUjD,OARIyV,IACF5F,EAAO8E,EAAM3U,GAAO,CAClBmS,MAAOA,EACPsD,YAAaA,IAEfC,EAAgBF,EAAWnP,EAAM8L,EAAOsD,IAGnCtZ,EAAEqZ,EAAWnP,EAAMkO,EAC5B,GAGF,SAASmB,EAAiBF,EAAWnP,EAAM8L,EAAOsD,GAEhD,IAAIS,EAAc7P,EAAK+N,MAAQ+B,EAAahE,EAAOsD,GACnD,GAAIS,EAAa,CAEfA,EAAc7P,EAAK+N,MAAQvE,EAAO,CAAC,EAAGqG,GAEtC,IAAIE,EAAQ/P,EAAK+P,MAAQ/P,EAAK+P,OAAS,CAAC,EACxC,IAAK,IAAI7W,KAAO2W,EACTV,EAAUpB,OAAW7U,KAAOiW,EAAUpB,QACzCgC,EAAM7W,GAAO2W,EAAY3W,UAClB2W,EAAY3W,GAGzB,CACF,CAEA,SAAS4W,EAAchE,EAAOkE,GAC5B,cAAeA,GACb,IAAK,YACH,OACF,IAAK,SACH,OAAOA,EACT,IAAK,WACH,OAAOA,EAAOlE,GAChB,IAAK,UACH,OAAOkE,EAASlE,EAAM7H,YAASlM,EACjC,QACMgD,EAQV,CAIA,SAASkV,EACPC,EACAC,EACAC,GAEA,IAAIC,EAAYH,EAASI,OAAO,GAChC,GAAkB,MAAdD,EACF,OAAOH,EAGT,GAAkB,MAAdG,GAAmC,MAAdA,EACvB,OAAOF,EAAOD,EAGhB,IAAIK,EAAQJ,EAAK9U,MAAM,KAKlB+U,GAAWG,EAAMA,EAAMjZ,OAAS,IACnCiZ,EAAMC,MAKR,IADA,IAAIC,EAAWP,EAAS7P,QAAQ,MAAO,IAAIhF,MAAM,KACxCpC,EAAI,EAAGA,EAAIwX,EAASnZ,OAAQ2B,IAAK,CACxC,IAAIyX,EAAUD,EAASxX,GACP,OAAZyX,EACFH,EAAMC,MACe,MAAZE,GACTH,EAAM5N,KAAK+N,EAEf,CAOA,MAJiB,KAAbH,EAAM,IACRA,EAAMrH,QAAQ,IAGTqH,EAAMvP,KAAK,IACpB,CAEA,SAAS2P,EAAW3E,GAClB,IAAIC,EAAO,GACP3B,EAAQ,GAERsG,EAAY5E,EAAKvU,QAAQ,KACzBmZ,GAAa,IACf3E,EAAOD,EAAK5T,MAAMwY,GAClB5E,EAAOA,EAAK5T,MAAM,EAAGwY,IAGvB,IAAIC,EAAa7E,EAAKvU,QAAQ,KAM9B,OALIoZ,GAAc,IAChBvG,EAAQ0B,EAAK5T,MAAMyY,EAAa,GAChC7E,EAAOA,EAAK5T,MAAM,EAAGyY,IAGhB,CACL7E,KAAMA,EACN1B,MAAOA,EACP2B,KAAMA,EAEV,CAEA,SAAS6E,EAAW9E,GAClB,OAAOA,EAAK3L,QAAQ,gBAAiB,IACvC,CAEA,IAAI0Q,EAAUpR,MAAMhI,SAAW,SAAUqZ,GACvC,MAA8C,kBAAvCnZ,OAAOqE,UAAU7D,SAAShD,KAAK2b,EACxC,EAKIC,EAAiBC,EACjBC,EAAUzG,EACV0G,EAAYC,EACZC,EAAqBC,EACrBC,EAAmBC,EAOnBC,EAAc,IAAIC,OAAO,CAG3B,UAOA,0GACA3Q,KAAK,KAAM,KASb,SAAS0J,EAAOV,EAAKrV,GACnB,IAKIoW,EALA6G,EAAS,GACT1Y,EAAM,EACN3B,EAAQ,EACRyU,EAAO,GACP6F,EAAmBld,GAAWA,EAAQmd,WAAa,IAGvD,MAAwC,OAAhC/G,EAAM2G,EAAYpV,KAAK0N,IAAe,CAC5C,IAAI+H,EAAIhH,EAAI,GACRiH,EAAUjH,EAAI,GACdkH,EAASlH,EAAIxT,MAKjB,GAJAyU,GAAQhC,EAAI5R,MAAMb,EAAO0a,GACzB1a,EAAQ0a,EAASF,EAAEza,OAGf0a,EACFhG,GAAQgG,EAAQ,OADlB,CAKA,IAAIE,EAAOlI,EAAIzS,GACX4a,EAASpH,EAAI,GACbpR,EAAOoR,EAAI,GACXqH,EAAUrH,EAAI,GACdsH,EAAQtH,EAAI,GACZuH,EAAWvH,EAAI,GACfwH,EAAWxH,EAAI,GAGfiB,IACF4F,EAAOjP,KAAKqJ,GACZA,EAAO,IAGT,IAAIwG,EAAoB,MAAVL,GAA0B,MAARD,GAAgBA,IAASC,EACrDM,EAAsB,MAAbH,GAAiC,MAAbA,EAC7BI,EAAwB,MAAbJ,GAAiC,MAAbA,EAC/BR,EAAY/G,EAAI,IAAM8G,EACtBc,EAAUP,GAAWC,EAEzBT,EAAOjP,KAAK,CACVhJ,KAAMA,GAAQT,IACdiZ,OAAQA,GAAU,GAClBL,UAAWA,EACXY,SAAUA,EACVD,OAAQA,EACRD,QAASA,EACTD,WAAYA,EACZI,QAASA,EAAUC,EAAYD,GAAYJ,EAAW,KAAO,KAAOM,EAAaf,GAAa,OA9BhG,CAgCF,CAYA,OATIva,EAAQyS,EAAI1S,SACd0U,GAAQhC,EAAI8I,OAAOvb,IAIjByU,GACF4F,EAAOjP,KAAKqJ,GAGP4F,CACT,CASA,SAASP,EAASrH,EAAKrV,GACrB,OAAO4c,EAAiB7G,EAAMV,EAAKrV,GAAUA,EAC/C,CAQA,SAASoe,EAA0B/I,GACjC,OAAOgJ,UAAUhJ,GAAK3J,QAAQ,WAAW,SAAUuJ,GACjD,MAAO,IAAMA,EAAEC,WAAW,GAAGxR,SAAS,IAAI4a,aAC5C,GACF,CAQA,SAASC,EAAgBlJ,GACvB,OAAOgJ,UAAUhJ,GAAK3J,QAAQ,SAAS,SAAUuJ,GAC/C,MAAO,IAAMA,EAAEC,WAAW,GAAGxR,SAAS,IAAI4a,aAC5C,GACF,CAKA,SAAS1B,EAAkBK,EAAQjd,GAKjC,IAHA,IAAIwe,EAAU,IAAIxT,MAAMiS,EAAOta,QAGtB2B,EAAI,EAAGA,EAAI2Y,EAAOta,OAAQ2B,IACR,kBAAd2Y,EAAO3Y,KAChBka,EAAQla,GAAK,IAAI0Y,OAAO,OAASC,EAAO3Y,GAAG0Z,QAAU,KAAMS,EAAMze,KAIrE,OAAO,SAAUgM,EAAK0S,GAMpB,IALA,IAAIrH,EAAO,GACPhM,EAAOW,GAAO,CAAC,EACfhM,EAAU0e,GAAQ,CAAC,EACnBtJ,EAASpV,EAAQ2e,OAASP,EAA2B9I,mBAEhDhR,EAAI,EAAGA,EAAI2Y,EAAOta,OAAQ2B,IAAK,CACtC,IAAIsa,EAAQ3B,EAAO3Y,GAEnB,GAAqB,kBAAVsa,EAAX,CAMA,IACI7C,EADAtZ,EAAQ4I,EAAKuT,EAAM5Z,MAGvB,GAAa,MAATvC,EAAe,CACjB,GAAImc,EAAMb,SAAU,CAEda,EAAMf,UACRxG,GAAQuH,EAAMpB,QAGhB,QACF,CACE,MAAM,IAAI7b,UAAU,aAAeid,EAAM5Z,KAAO,kBAEpD,CAEA,GAAIoX,EAAQ3Z,GAAZ,CACE,IAAKmc,EAAMd,OACT,MAAM,IAAInc,UAAU,aAAeid,EAAM5Z,KAAO,kCAAoC6Z,KAAK9G,UAAUtV,GAAS,KAG9G,GAAqB,IAAjBA,EAAME,OAAc,CACtB,GAAIic,EAAMb,SACR,SAEA,MAAM,IAAIpc,UAAU,aAAeid,EAAM5Z,KAAO,oBAEpD,CAEA,IAAK,IAAI0P,EAAI,EAAGA,EAAIjS,EAAME,OAAQ+R,IAAK,CAGrC,GAFAqH,EAAU3G,EAAO3S,EAAMiS,KAElB8J,EAAQla,GAAG4B,KAAK6V,GACnB,MAAM,IAAIpa,UAAU,iBAAmBid,EAAM5Z,KAAO,eAAiB4Z,EAAMZ,QAAU,oBAAsBa,KAAK9G,UAAUgE,GAAW,KAGvI1E,IAAe,IAAN3C,EAAUkK,EAAMpB,OAASoB,EAAMzB,WAAapB,CACvD,CAGF,KAxBA,CA4BA,GAFAA,EAAU6C,EAAMhB,SAAWW,EAAe9b,GAAS2S,EAAO3S,IAErD+b,EAAQla,GAAG4B,KAAK6V,GACnB,MAAM,IAAIpa,UAAU,aAAeid,EAAM5Z,KAAO,eAAiB4Z,EAAMZ,QAAU,oBAAsBjC,EAAU,KAGnH1E,GAAQuH,EAAMpB,OAASzB,CARvB,CA1CA,MAHE1E,GAAQuH,CAsDZ,CAEA,OAAOvH,CACT,CACF,CAQA,SAAS6G,EAAc7I,GACrB,OAAOA,EAAI3J,QAAQ,6BAA8B,OACnD,CAQA,SAASuS,EAAaP,GACpB,OAAOA,EAAMhS,QAAQ,gBAAiB,OACxC,CASA,SAASoT,EAAYC,EAAI3a,GAEvB,OADA2a,EAAG3a,KAAOA,EACH2a,CACT,CAQA,SAASN,EAAOze,GACd,OAAOA,GAAWA,EAAQgf,UAAY,GAAK,GAC7C,CASA,SAASC,EAAgB5H,EAAMjT,GAE7B,IAAI8a,EAAS7H,EAAKnT,OAAOoC,MAAM,aAE/B,GAAI4Y,EACF,IAAK,IAAI5a,EAAI,EAAGA,EAAI4a,EAAOvc,OAAQ2B,IACjCF,EAAK4J,KAAK,CACRhJ,KAAMV,EACNkZ,OAAQ,KACRL,UAAW,KACXY,UAAU,EACVD,QAAQ,EACRD,SAAS,EACTD,UAAU,EACVI,QAAS,OAKf,OAAOc,EAAWzH,EAAMjT,EAC1B,CAUA,SAAS+a,EAAe9H,EAAMjT,EAAMpE,GAGlC,IAFA,IAAIwW,EAAQ,GAEHlS,EAAI,EAAGA,EAAI+S,EAAK1U,OAAQ2B,IAC/BkS,EAAMxI,KAAKuO,EAAalF,EAAK/S,GAAIF,EAAMpE,GAASkE,QAGlD,IAAIkb,EAAS,IAAIpC,OAAO,MAAQxG,EAAMnK,KAAK,KAAO,IAAKoS,EAAMze,IAE7D,OAAO8e,EAAWM,EAAQhb,EAC5B,CAUA,SAASib,EAAgBhI,EAAMjT,EAAMpE,GACnC,OAAO8c,EAAe/G,EAAMsB,EAAMrX,GAAUoE,EAAMpE,EACpD,CAUA,SAAS8c,EAAgBG,EAAQ7Y,EAAMpE,GAChCoc,EAAQhY,KACXpE,EAAkCoE,GAAQpE,EAC1CoE,EAAO,IAGTpE,EAAUA,GAAW,CAAC,EAOtB,IALA,IAAIsf,EAAStf,EAAQsf,OACjBC,GAAsB,IAAhBvf,EAAQuf,IACdpI,EAAQ,GAGH7S,EAAI,EAAGA,EAAI2Y,EAAOta,OAAQ2B,IAAK,CACtC,IAAIsa,EAAQ3B,EAAO3Y,GAEnB,GAAqB,kBAAVsa,EACTzH,GAAS+G,EAAaU,OACjB,CACL,IAAIpB,EAASU,EAAaU,EAAMpB,QAC5BC,EAAU,MAAQmB,EAAMZ,QAAU,IAEtC5Z,EAAK4J,KAAK4Q,GAENA,EAAMd,SACRL,GAAW,MAAQD,EAASC,EAAU,MAOpCA,EAJAmB,EAAMb,SACHa,EAAMf,QAGCL,EAAS,IAAMC,EAAU,KAFzB,MAAQD,EAAS,IAAMC,EAAU,MAKnCD,EAAS,IAAMC,EAAU,IAGrCtG,GAASsG,CACX,CACF,CAEA,IAAIN,EAAYe,EAAale,EAAQmd,WAAa,KAC9CqC,EAAoBrI,EAAM1T,OAAO0Z,EAAUxa,UAAYwa,EAkB3D,OAZKmC,IACHnI,GAASqI,EAAoBrI,EAAM1T,MAAM,GAAI0Z,EAAUxa,QAAUwU,GAAS,MAAQgG,EAAY,WAI9FhG,GADEoI,EACO,IAIAD,GAAUE,EAAoB,GAAK,MAAQrC,EAAY,MAG3D2B,EAAW,IAAI9B,OAAO,IAAM7F,EAAOsH,EAAMze,IAAWoE,EAC7D,CAcA,SAASmY,EAAclF,EAAMjT,EAAMpE,GAQjC,OAPKoc,EAAQhY,KACXpE,EAAkCoE,GAAQpE,EAC1CoE,EAAO,IAGTpE,EAAUA,GAAW,CAAC,EAElBqX,aAAgB2F,OACXiC,EAAe5H,EAA6BjT,GAGjDgY,EAAQ/E,GACH8H,EAAqC9H,EAA8BjT,EAAOpE,GAG5Eqf,EAAsChI,EAA8BjT,EAAOpE,EACpF,CACAsc,EAAevG,MAAQyG,EACvBF,EAAeI,QAAUD,EACzBH,EAAeM,iBAAmBD,EAClCL,EAAeQ,eAAiBD,EAKhC,IAAI4C,EAAqBvc,OAAOwc,OAAO,MAEvC,SAASC,EACPtI,EACA/H,EACAsQ,GAEAtQ,EAASA,GAAU,CAAC,EACpB,IACE,IAAIuQ,EACFJ,EAAmBpI,KAClBoI,EAAmBpI,GAAQiF,EAAeI,QAAQrF,IAMrD,MAFgC,kBAArB/H,EAAOwQ,YAA0BxQ,EAAO,GAAKA,EAAOwQ,WAExDD,EAAOvQ,EAAQ,CAAEqP,QAAQ,GAClC,CAAE,MAAO1I,GAKP,MAAO,EACT,CAAE,eAEO3G,EAAO,EAChB,CACF,CAIA,SAASyQ,EACPC,EACAtS,EACA+N,EACAxE,GAEA,IAAIsG,EAAsB,kBAARyC,EAAmB,CAAE3I,KAAM2I,GAAQA,EAErD,GAAIzC,EAAK0C,YACP,OAAO1C,EACF,GAAIA,EAAKvY,KAAM,CACpBuY,EAAO1I,EAAO,CAAC,EAAGmL,GAClB,IAAI1Q,EAASiO,EAAKjO,OAIlB,OAHIA,GAA4B,kBAAXA,IACnBiO,EAAKjO,OAASuF,EAAO,CAAC,EAAGvF,IAEpBiO,CACT,CAGA,IAAKA,EAAKlG,MAAQkG,EAAKjO,QAAU5B,EAAS,CACxC6P,EAAO1I,EAAO,CAAC,EAAG0I,GAClBA,EAAK0C,aAAc,EACnB,IAAIC,EAAWrL,EAAOA,EAAO,CAAC,EAAGnH,EAAQ4B,QAASiO,EAAKjO,QACvD,GAAI5B,EAAQ1I,KACVuY,EAAKvY,KAAO0I,EAAQ1I,KACpBuY,EAAKjO,OAAS4Q,OACT,GAAIxS,EAAQ+J,QAAQ9U,OAAQ,CACjC,IAAIwd,EAAUzS,EAAQ+J,QAAQ/J,EAAQ+J,QAAQ9U,OAAS,GAAG0U,KAC1DkG,EAAKlG,KAAOsI,EAAWQ,EAASD,EAAW,QAAWxS,EAAQ2J,KAChE,MAAWjR,EAGX,OAAOmX,CACT,CAEA,IAAI6C,EAAapE,EAAUuB,EAAKlG,MAAQ,IACpCgJ,EAAY3S,GAAWA,EAAQ2J,MAAS,IACxCA,EAAO+I,EAAW/I,KAClBiE,EAAY8E,EAAW/I,KAAMgJ,EAAU5E,GAAU8B,EAAK9B,QACtD4E,EAEA1K,EAAQD,EACV0K,EAAWzK,MACX4H,EAAK5H,MACLsB,GAAUA,EAAOjX,QAAQgW,YAGvBsB,EAAOiG,EAAKjG,MAAQ8I,EAAW9I,KAKnC,OAJIA,GAA2B,MAAnBA,EAAKqE,OAAO,KACtBrE,EAAO,IAAMA,GAGR,CACL2I,aAAa,EACb5I,KAAMA,EACN1B,MAAOA,EACP2B,KAAMA,EAEV,CAKA,IA4NIgJ,GA5NAC,GAAU,CAACve,OAAQkB,QACnBsd,GAAa,CAACxe,OAAQgJ,OAEtByV,GAAO,WAAa,EAMpBC,GAAO,CACT1b,KAAM,aACNoU,MAAO,CACL3E,GAAI,CACF7J,KAAM2V,GACN/M,UAAU,GAEZmN,IAAK,CACH/V,KAAM5I,OACNqX,QAAS,KAEXuH,OAAQC,QACRC,MAAOD,QACPE,UAAWF,QACXpF,OAAQoF,QACRnV,QAASmV,QACTG,YAAahf,OACbif,iBAAkBjf,OAClBkf,iBAAkB,CAChBtW,KAAM5I,OACNqX,QAAS,QAEXhI,MAAO,CACLzG,KAAM4V,GACNnH,QAAS,UAGb7Z,OAAQ,SAAiB2B,GACvB,IAAIggB,EAAW9gB,KAEX4W,EAAS5W,KAAK+gB,QACd1T,EAAUrN,KAAKqZ,OACf7B,EAAMZ,EAAOoK,QACfhhB,KAAKoU,GACL/G,EACArN,KAAKob,QAEHzK,EAAW6G,EAAI7G,SACfmG,EAAQU,EAAIV,MACZmK,EAAOzJ,EAAIyJ,KAEXC,EAAU,CAAC,EACXC,EAAoBvK,EAAOjX,QAAQyhB,gBACnCC,EAAyBzK,EAAOjX,QAAQ2hB,qBAExCC,EACmB,MAArBJ,EAA4B,qBAAuBA,EACjDK,EACwB,MAA1BH,EACI,2BACAA,EACFV,EACkB,MAApB3gB,KAAK2gB,YAAsBY,EAAsBvhB,KAAK2gB,YACpDC,EACuB,MAAzB5gB,KAAK4gB,iBACDY,EACAxhB,KAAK4gB,iBAEPa,EAAgB3K,EAAMH,eACtBF,EAAY,KAAMiJ,EAAkB5I,EAAMH,gBAAiB,KAAMC,GACjEE,EAEJoK,EAAQN,GAAoBjJ,EAAYtK,EAASoU,EAAezhB,KAAK0gB,WACrEQ,EAAQP,GAAe3gB,KAAKygB,OAASzgB,KAAK0gB,UACtCQ,EAAQN,GACRvI,EAAgBhL,EAASoU,GAE7B,IAAIZ,EAAmBK,EAAQN,GAAoB5gB,KAAK6gB,iBAAmB,KAEvE/R,EAAU,SAAU8G,GAClB8L,GAAW9L,KACTkL,EAASzV,QACXuL,EAAOvL,QAAQsF,EAAUyP,IAEzBxJ,EAAOjJ,KAAKgD,EAAUyP,IAG5B,EAEIuB,EAAK,CAAEC,MAAOF,IACd/W,MAAMhI,QAAQ3C,KAAKgR,OACrBhR,KAAKgR,MAAMiF,SAAQ,SAAUL,GAC3B+L,EAAG/L,GAAK9G,CACV,IAEA6S,EAAG3hB,KAAKgR,OAASlC,EAGnB,IAAI9D,EAAO,CAAE6W,MAAOX,GAEhBY,GACD9hB,KAAK+hB,aAAaC,YACnBhiB,KAAK+hB,aAAa/I,SAClBhZ,KAAK+hB,aAAa/I,QAAQ,CACxBiI,KAAMA,EACNnK,MAAOA,EACPmL,SAAUnT,EACVoT,SAAUhB,EAAQP,GAClBwB,cAAejB,EAAQN,KAG3B,GAAIkB,EAAY,CAKd,GAA0B,IAAtBA,EAAWxf,OACb,OAAOwf,EAAW,GACb,GAAIA,EAAWxf,OAAS,IAAMwf,EAAWxf,OAO9C,OAA6B,IAAtBwf,EAAWxf,OAAexB,IAAMA,EAAE,OAAQ,CAAC,EAAGghB,EAEzD,CAmBA,GAAiB,MAAb9hB,KAAKsgB,IACPtV,EAAK2W,GAAKA,EACV3W,EAAK+P,MAAQ,CAAEkG,KAAMA,EAAM,eAAgBJ,OACtC,CAEL,IAAIxX,EAAI+Y,GAAWpiB,KAAKqiB,OAAOrJ,SAC/B,GAAI3P,EAAG,CAELA,EAAEiZ,UAAW,EACb,IAAIC,EAASlZ,EAAE2B,KAAOwJ,EAAO,CAAC,EAAGnL,EAAE2B,MAGnC,IAAK,IAAIgG,KAFTuR,EAAMZ,GAAKY,EAAMZ,IAAM,CAAC,EAENY,EAAMZ,GAAI,CAC1B,IAAIa,EAAYD,EAAMZ,GAAG3Q,GACrBA,KAAS2Q,IACXY,EAAMZ,GAAG3Q,GAASrG,MAAMhI,QAAQ6f,GAAaA,EAAY,CAACA,GAE9D,CAEA,IAAK,IAAIC,KAAWd,EACdc,KAAWF,EAAMZ,GAEnBY,EAAMZ,GAAGc,GAAS9U,KAAKgU,EAAGc,IAE1BF,EAAMZ,GAAGc,GAAW3T,EAIxB,IAAI4T,EAAUrZ,EAAE2B,KAAK+P,MAAQvG,EAAO,CAAC,EAAGnL,EAAE2B,KAAK+P,OAC/C2H,EAAOzB,KAAOA,EACdyB,EAAO,gBAAkB7B,CAC3B,MAEE7V,EAAK2W,GAAKA,CAEd,CAEA,OAAO7gB,EAAEd,KAAKsgB,IAAKtV,EAAMhL,KAAKqiB,OAAOrJ,QACvC,GAGF,SAAS0I,GAAY9L,GAEnB,KAAIA,EAAE+M,SAAW/M,EAAEgN,QAAUhN,EAAEiN,SAAWjN,EAAEkN,YAExClN,EAAEmN,wBAEWhgB,IAAb6S,EAAEoN,QAAqC,IAAbpN,EAAEoN,QAAhC,CAEA,GAAIpN,EAAEqN,eAAiBrN,EAAEqN,cAAcC,aAAc,CACnD,IAAItf,EAASgS,EAAEqN,cAAcC,aAAa,UAC1C,GAAI,cAAcrd,KAAKjC,GAAW,MACpC,CAKA,OAHIgS,EAAEuN,gBACJvN,EAAEuN,kBAEG,CAVgD,CAWzD,CAEA,SAASf,GAAYlJ,GACnB,GAAIA,EAEF,IADA,IAAIkK,EACKnf,EAAI,EAAGA,EAAIiV,EAAS5W,OAAQ2B,IAAK,CAExC,GADAmf,EAAQlK,EAASjV,GACC,MAAdmf,EAAM9C,IACR,OAAO8C,EAET,GAAIA,EAAMlK,WAAakK,EAAQhB,GAAWgB,EAAMlK,WAC9C,OAAOkK,CAEX,CAEJ,CAIA,SAASC,GAASC,GAChB,IAAID,GAAQE,WAAatD,KAASqD,EAAlC,CACAD,GAAQE,WAAY,EAEpBtD,GAAOqD,EAEP,IAAIE,EAAQ,SAAUC,GAAK,YAAa1gB,IAAN0gB,CAAiB,EAE/CC,EAAmB,SAAUlJ,EAAImJ,GACnC,IAAI1f,EAAIuW,EAAG9Z,SAASkjB,aAChBJ,EAAMvf,IAAMuf,EAAMvf,EAAIA,EAAE+G,OAASwY,EAAMvf,EAAIA,EAAEsW,wBAC/CtW,EAAEuW,EAAImJ,EAEV,EAEAL,EAAIO,MAAM,CACR7iB,aAAc,WACRwiB,EAAMxjB,KAAKU,SAASkW,SACtB5W,KAAK0Z,YAAc1Z,KACnBA,KAAK8jB,QAAU9jB,KAAKU,SAASkW,OAC7B5W,KAAK8jB,QAAQlJ,KAAK5a,MAClBsjB,EAAIS,KAAKC,eAAehkB,KAAM,SAAUA,KAAK8jB,QAAQG,QAAQ5W,UAE7DrN,KAAK0Z,YAAe1Z,KAAK+Z,SAAW/Z,KAAK+Z,QAAQL,aAAgB1Z,KAEnE0jB,EAAiB1jB,KAAMA,KACzB,EACAkkB,UAAW,WACTR,EAAiB1jB,KACnB,IAGF6C,OAAOG,eAAesgB,EAAIpc,UAAW,UAAW,CAC9ChC,IAAK,WAAkB,OAAOlF,KAAK0Z,YAAYoK,OAAQ,IAGzDjhB,OAAOG,eAAesgB,EAAIpc,UAAW,SAAU,CAC7ChC,IAAK,WAAkB,OAAOlF,KAAK0Z,YAAYyK,MAAO,IAGxDb,EAAInJ,UAAU,aAAcrB,GAC5BwK,EAAInJ,UAAU,aAAckG,IAE5B,IAAI+D,EAASd,EAAItI,OAAOqJ,sBAExBD,EAAOE,iBAAmBF,EAAOG,iBAAmBH,EAAOI,kBAAoBJ,EAAOK,OA5CtC,CA6ClD,CAIA,IAAIC,GAA8B,qBAAX1b,OAIvB,SAAS2b,GACPC,EACAC,EACAC,EACAC,EACAC,GAGA,IAAIC,EAAWJ,GAAe,GAE1BK,EAAUJ,GAAcjiB,OAAOwc,OAAO,MAEtC8F,EAAUJ,GAAcliB,OAAOwc,OAAO,MAE1CuF,EAAO3O,SAAQ,SAAUa,GACvBsO,GAAeH,EAAUC,EAASC,EAASrO,EAAOkO,EACpD,IAGA,IAAK,IAAI/gB,EAAI,EAAGohB,EAAIJ,EAAS3iB,OAAQ2B,EAAIohB,EAAGphB,IACtB,MAAhBghB,EAAShhB,KACXghB,EAAStX,KAAKsX,EAASK,OAAOrhB,EAAG,GAAG,IACpCohB,IACAphB,KAgBJ,MAAO,CACLghB,SAAUA,EACVC,QAASA,EACTC,QAASA,EAEb,CAEA,SAASC,GACPH,EACAC,EACAC,EACArO,EACA3W,EACAolB,GAEA,IAAIvO,EAAOF,EAAME,KACbrS,EAAOmS,EAAMnS,KAmBjB,IAAI6gB,EACF1O,EAAM0O,qBAAuB,CAAC,EAC5BC,EAAiBC,GAAc1O,EAAM7W,EAAQqlB,EAAoBvG,QAElC,mBAAxBnI,EAAM6O,gBACfH,EAAoB7G,UAAY7H,EAAM6O,eAGxC,IAAIjP,EAAS,CACXM,KAAMyO,EACNG,MAAOC,GAAkBJ,EAAgBD,GACzClL,WAAYxD,EAAMwD,YAAc,CAAEtB,QAASlC,EAAMqD,WACjD2L,MAAOhP,EAAMgP,MACc,kBAAhBhP,EAAMgP,MACX,CAAChP,EAAMgP,OACPhP,EAAMgP,MACR,GACJtN,UAAW,CAAC,EACZG,WAAY,CAAC,EACbhU,KAAMA,EACNxE,OAAQA,EACRolB,QAASA,EACTQ,SAAUjP,EAAMiP,SAChBC,YAAalP,EAAMkP,YACnBjP,KAAMD,EAAMC,MAAQ,CAAC,EACrBgC,MACiB,MAAfjC,EAAMiC,MACF,CAAC,EACDjC,EAAMwD,WACJxD,EAAMiC,MACN,CAAEC,QAASlC,EAAMiC,QAoC3B,GAjCIjC,EAAMoC,UAoBRpC,EAAMoC,SAASjD,SAAQ,SAAUmN,GAC/B,IAAI6C,EAAeV,EACfzJ,EAAWyJ,EAAU,IAAOnC,EAAMpM,WAClCjU,EACJqiB,GAAeH,EAAUC,EAASC,EAAS/B,EAAO1M,EAAQuP,EAC5D,IAGGf,EAAQxO,EAAOM,QAClBiO,EAAStX,KAAK+I,EAAOM,MACrBkO,EAAQxO,EAAOM,MAAQN,QAGL3T,IAAhB+T,EAAMgP,MAER,IADA,IAAII,EAAUvb,MAAMhI,QAAQmU,EAAMgP,OAAShP,EAAMgP,MAAQ,CAAChP,EAAMgP,OACvD7hB,EAAI,EAAGA,EAAIiiB,EAAQ5jB,SAAU2B,EAAG,CACvC,IAAI6hB,EAAQI,EAAQjiB,GAChB8B,EASJ,IAAIogB,EAAa,CACfnP,KAAM8O,EACN5M,SAAUpC,EAAMoC,UAElBkM,GACEH,EACAC,EACAC,EACAgB,EACAhmB,EACAuW,EAAOM,MAAQ,IAEnB,CAGErS,IACGwgB,EAAQxgB,KACXwgB,EAAQxgB,GAAQ+R,GAStB,CAEA,SAASmP,GACP7O,EACAwO,GAEA,IAAII,EAAQ3J,EAAejF,EAAM,GAAIwO,GAWrC,OAAOI,CACT,CAEA,SAASF,GACP1O,EACA7W,EACA8e,GAGA,OADKA,IAAUjI,EAAOA,EAAK3L,QAAQ,MAAO,KAC1B,MAAZ2L,EAAK,IACK,MAAV7W,EAD0B6W,EAEvB8E,EAAY3b,EAAO6W,KAAQ,IAAMA,EAC1C,CAMA,SAASoP,GACPxB,EACAhO,GAEA,IAAIY,EAAMmN,GAAeC,GACrBK,EAAWzN,EAAIyN,SACfC,EAAU1N,EAAI0N,QACdC,EAAU3N,EAAI2N,QAElB,SAASkB,EAAWzB,GAClBD,GAAeC,EAAQK,EAAUC,EAASC,EAC5C,CAEA,SAASmB,EAAUC,EAAezP,GAChC,IAAI3W,EAAmC,kBAAlBomB,EAA8BpB,EAAQoB,QAAiBxjB,EAE5E4hB,GAAe,CAAC7N,GAASyP,GAAgBtB,EAAUC,EAASC,EAAShlB,GAGjEA,GAAUA,EAAO2lB,MAAMxjB,QACzBqiB,GAEExkB,EAAO2lB,MAAMjQ,KAAI,SAAUiQ,GAAS,MAAQ,CAAE9O,KAAM8O,EAAO5M,SAAU,CAACpC,GAAW,IACjFmO,EACAC,EACAC,EACAhlB,EAGN,CAEA,SAASqmB,IACP,OAAOvB,EAASpP,KAAI,SAAUmB,GAAQ,OAAOkO,EAAQlO,EAAO,GAC9D,CAEA,SAAS/Q,EACP0Z,EACA8G,EACA9P,GAEA,IAAIhG,EAAW+O,EAAkBC,EAAK8G,GAAc,EAAO7P,GACvDjS,EAAOgM,EAAShM,KAEpB,GAAIA,EAAM,CACR,IAAI+R,EAASyO,EAAQxgB,GAIrB,IAAK+R,EAAU,OAAOgQ,EAAa,KAAM/V,GACzC,IAAIgW,EAAajQ,EAAOkP,MAAM7hB,KAC3BwS,QAAO,SAAUrS,GAAO,OAAQA,EAAIwZ,QAAU,IAC9C7H,KAAI,SAAU3R,GAAO,OAAOA,EAAIS,IAAM,IAMzC,GAJ+B,kBAApBgM,EAAS1B,SAClB0B,EAAS1B,OAAS,CAAC,GAGjBwX,GAA+C,kBAAxBA,EAAaxX,OACtC,IAAK,IAAI/K,KAAOuiB,EAAaxX,SACrB/K,KAAOyM,EAAS1B,SAAW0X,EAAWlkB,QAAQyB,IAAQ,IAC1DyM,EAAS1B,OAAO/K,GAAOuiB,EAAaxX,OAAO/K,IAMjD,OADAyM,EAASqG,KAAOsI,EAAW5I,EAAOM,KAAMrG,EAAS1B,OAAS,gBAAmBtK,EAAO,KAC7E+hB,EAAahQ,EAAQ/F,EAAUgG,EACxC,CAAO,GAAIhG,EAASqG,KAAM,CACxBrG,EAAS1B,OAAS,CAAC,EACnB,IAAK,IAAIhL,EAAI,EAAGA,EAAIghB,EAAS3iB,OAAQ2B,IAAK,CACxC,IAAI+S,EAAOiO,EAAShhB,GAChB2iB,EAAW1B,EAAQlO,GACvB,GAAI6P,GAAWD,EAAShB,MAAOjV,EAASqG,KAAMrG,EAAS1B,QACrD,OAAOyX,EAAaE,EAAUjW,EAAUgG,EAE5C,CACF,CAEA,OAAO+P,EAAa,KAAM/V,EAC5B,CAEA,SAASoV,EACPrP,EACA/F,GAEA,IAAImW,EAAmBpQ,EAAOqP,SAC1BA,EAAuC,oBAArBe,EAClBA,EAAiBrQ,EAAYC,EAAQ/F,EAAU,KAAMiG,IACrDkQ,EAMJ,GAJwB,kBAAbf,IACTA,EAAW,CAAE/O,KAAM+O,KAGhBA,GAAgC,kBAAbA,EAMtB,OAAOW,EAAa,KAAM/V,GAG5B,IAAI+N,EAAKqH,EACLphB,EAAO+Z,EAAG/Z,KACVqS,EAAO0H,EAAG1H,KACV1B,EAAQ3E,EAAS2E,MACjB2B,EAAOtG,EAASsG,KAChBhI,EAAS0B,EAAS1B,OAKtB,GAJAqG,EAAQoJ,EAAGzW,eAAe,SAAWyW,EAAGpJ,MAAQA,EAChD2B,EAAOyH,EAAGzW,eAAe,QAAUyW,EAAGzH,KAAOA,EAC7ChI,EAASyP,EAAGzW,eAAe,UAAYyW,EAAGzP,OAASA,EAE/CtK,EAAM,CAEWwgB,EAAQxgB,GAI3B,OAAOsB,EAAM,CACX2Z,aAAa,EACbjb,KAAMA,EACN2Q,MAAOA,EACP2B,KAAMA,EACNhI,OAAQA,QACPlM,EAAW4N,EAChB,CAAO,GAAIqG,EAAM,CAEf,IAAI8I,EAAUiH,GAAkB/P,EAAMN,GAElCsQ,EAAe1H,EAAWQ,EAAS7Q,EAAS,6BAAgC6Q,EAAU,KAE1F,OAAO7Z,EAAM,CACX2Z,aAAa,EACb5I,KAAMgQ,EACN1R,MAAOA,EACP2B,KAAMA,QACLlU,EAAW4N,EAChB,CAIE,OAAO+V,EAAa,KAAM/V,EAE9B,CAEA,SAASmV,EACPpP,EACA/F,EACA4U,GAEA,IAAI0B,EAAc3H,EAAWiG,EAAS5U,EAAS1B,OAAS,4BAA+BsW,EAAU,KAC7F2B,EAAejhB,EAAM,CACvB2Z,aAAa,EACb5I,KAAMiQ,IAER,GAAIC,EAAc,CAChB,IAAI9P,EAAU8P,EAAa9P,QACvB+P,EAAgB/P,EAAQA,EAAQ9U,OAAS,GAE7C,OADAqO,EAAS1B,OAASiY,EAAajY,OACxByX,EAAaS,EAAexW,EACrC,CACA,OAAO+V,EAAa,KAAM/V,EAC5B,CAEA,SAAS+V,EACPhQ,EACA/F,EACAgG,GAEA,OAAID,GAAUA,EAAOqP,SACZA,EAASrP,EAAQC,GAAkBhG,GAExC+F,GAAUA,EAAO6O,QACZO,EAAMpP,EAAQ/F,EAAU+F,EAAO6O,SAEjC9O,EAAYC,EAAQ/F,EAAUgG,EAAgBC,EACvD,CAEA,MAAO,CACL3Q,MAAOA,EACPqgB,SAAUA,EACVE,UAAWA,EACXH,UAAWA,EAEf,CAEA,SAASQ,GACPjB,EACA5O,EACA/H,GAEA,IAAI8N,EAAI/F,EAAK/Q,MAAM2f,GAEnB,IAAK7I,EACH,OAAO,EACF,IAAK9N,EACV,OAAO,EAGT,IAAK,IAAIhL,EAAI,EAAG6P,EAAMiJ,EAAEza,OAAQ2B,EAAI6P,IAAO7P,EAAG,CAC5C,IAAIC,EAAM0hB,EAAM7hB,KAAKE,EAAI,GACrBC,IAEF+K,EAAO/K,EAAIS,MAAQ,aAA+B,kBAAToY,EAAE9Y,GAAkBiR,EAAO6H,EAAE9Y,IAAM8Y,EAAE9Y,GAElF,CAEA,OAAO,CACT,CAEA,SAAS8iB,GAAmB/P,EAAMN,GAChC,OAAOuE,EAAYjE,EAAMN,EAAOvW,OAASuW,EAAOvW,OAAO6W,KAAO,KAAK,EACrE,CAKA,IAAIoQ,GACF1C,IAAa1b,OAAOqe,aAAere,OAAOqe,YAAY9V,IAClDvI,OAAOqe,YACPC,KAEN,SAASC,KACP,OAAOH,GAAK7V,MAAMiW,QAAQ,EAC5B,CAEA,IAAIC,GAAOF,KAEX,SAASG,KACP,OAAOD,EACT,CAEA,SAASE,GAAazjB,GACpB,OAAQujB,GAAOvjB,CACjB,CAIA,IAAI0jB,GAAgB/kB,OAAOwc,OAAO,MAElC,SAASwI,KAEH,sBAAuB7e,OAAOib,UAChCjb,OAAOib,QAAQ6D,kBAAoB,UAOrC,IAAIC,EAAkB/e,OAAO2H,SAASQ,SAAW,KAAOnI,OAAO2H,SAASS,KACpE4W,EAAehf,OAAO2H,SAASsQ,KAAK5V,QAAQ0c,EAAiB,IAE7DE,EAAYzT,EAAO,CAAC,EAAGxL,OAAOib,QAAQ3Z,OAI1C,OAHA2d,EAAU/jB,IAAMwjB,KAChB1e,OAAOib,QAAQiE,aAAaD,EAAW,GAAID,GAC3Chf,OAAO2I,iBAAiB,WAAYwW,IAC7B,WACLnf,OAAOof,oBAAoB,WAAYD,GACzC,CACF,CAEA,SAASE,GACPzR,EACAxC,EACAkU,EACAC,GAEA,GAAK3R,EAAO4R,IAAZ,CAIA,IAAIC,EAAW7R,EAAOjX,QAAQ+oB,eACzBD,GASL7R,EAAO4R,IAAIG,WAAU,WACnB,IAAIC,EAAWC,KACXC,EAAeL,EAASpoB,KAC1BuW,EACAxC,EACAkU,EACAC,EAAQK,EAAW,MAGhBE,IAI4B,oBAAtBA,EAAaC,KACtBD,EACGC,MAAK,SAAUD,GACdE,GAAkBF,EAAeF,EACnC,IACCK,OAAM,SAAU7T,GACXrP,CAGN,IAEFijB,GAAiBF,EAAcF,GAEnC,GAtCA,CAuCF,CAEA,SAASM,KACP,IAAIhlB,EAAMwjB,KACNxjB,IACF0jB,GAAc1jB,GAAO,CACnBwI,EAAG1D,OAAOmgB,YACVC,EAAGpgB,OAAOqgB,aAGhB,CAEA,SAASlB,GAAgBvS,GACvBsT,KACItT,EAAEtL,OAASsL,EAAEtL,MAAMpG,KACrByjB,GAAY/R,EAAEtL,MAAMpG,IAExB,CAEA,SAAS2kB,KACP,IAAI3kB,EAAMwjB,KACV,GAAIxjB,EACF,OAAO0jB,GAAc1jB,EAEzB,CAEA,SAASolB,GAAoBpnB,EAAI+a,GAC/B,IAAIsM,EAAQnkB,SAASokB,gBACjBC,EAAUF,EAAMG,wBAChBC,EAASznB,EAAGwnB,wBAChB,MAAO,CACLhd,EAAGid,EAAOC,KAAOH,EAAQG,KAAO3M,EAAOvQ,EACvC0c,EAAGO,EAAOE,IAAMJ,EAAQI,IAAM5M,EAAOmM,EAEzC,CAEA,SAASU,GAAiBne,GACxB,OAAOoe,GAASpe,EAAIe,IAAMqd,GAASpe,EAAIyd,EACzC,CAEA,SAASY,GAAmBre,GAC1B,MAAO,CACLe,EAAGqd,GAASpe,EAAIe,GAAKf,EAAIe,EAAI1D,OAAOmgB,YACpCC,EAAGW,GAASpe,EAAIyd,GAAKzd,EAAIyd,EAAIpgB,OAAOqgB,YAExC,CAEA,SAASY,GAAiBte,GACxB,MAAO,CACLe,EAAGqd,GAASpe,EAAIe,GAAKf,EAAIe,EAAI,EAC7B0c,EAAGW,GAASpe,EAAIyd,GAAKzd,EAAIyd,EAAI,EAEjC,CAEA,SAASW,GAAUtG,GACjB,MAAoB,kBAANA,CAChB,CAEA,IAAIyG,GAAyB,OAE7B,SAASlB,GAAkBF,EAAcF,GACvC,IAAInnB,EAAmC,kBAAjBqnB,EACtB,GAAIrnB,GAA6C,kBAA1BqnB,EAAaqB,SAAuB,CAGzD,IAAIjoB,EAAKgoB,GAAuBrkB,KAAKijB,EAAaqB,UAC9C/kB,SAASglB,eAAetB,EAAaqB,SAAS/mB,MAAM,IACpDgC,SAASilB,cAAcvB,EAAaqB,UAExC,GAAIjoB,EAAI,CACN,IAAI+a,EACF6L,EAAa7L,QAAyC,kBAAxB6L,EAAa7L,OACvC6L,EAAa7L,OACb,CAAC,EACPA,EAASgN,GAAgBhN,GACzB2L,EAAWU,GAAmBpnB,EAAI+a,EACpC,MAAW6M,GAAgBhB,KACzBF,EAAWoB,GAAkBlB,GAEjC,MAAWrnB,GAAYqoB,GAAgBhB,KACrCF,EAAWoB,GAAkBlB,IAG3BF,IAEE,mBAAoBxjB,SAASokB,gBAAgBc,MAC/CthB,OAAOuhB,SAAS,CACdX,KAAMhB,EAASlc,EACfmd,IAAKjB,EAASQ,EAEdX,SAAUK,EAAaL,WAGzBzf,OAAOuhB,SAAS3B,EAASlc,EAAGkc,EAASQ,GAG3C,CAIA,IAAIoB,GACF9F,IACC,WACC,IAAI+F,EAAKzhB,OAAOhD,UAAUJ,UAE1B,QACiC,IAA9B6kB,EAAGhoB,QAAQ,gBAAuD,IAA/BgoB,EAAGhoB,QAAQ,iBACd,IAAjCgoB,EAAGhoB,QAAQ,mBACe,IAA1BgoB,EAAGhoB,QAAQ,YACsB,IAAjCgoB,EAAGhoB,QAAQ,oBAKNuG,OAAOib,SAA+C,oBAA7Bjb,OAAOib,QAAQyG,UACjD,CAbC,GAeH,SAASA,GAAWC,EAAKtf,GACvB6d,KAGA,IAAIjF,EAAUjb,OAAOib,QACrB,IACE,GAAI5Y,EAAS,CAEX,IAAI4c,EAAYzT,EAAO,CAAC,EAAGyP,EAAQ3Z,OACnC2d,EAAU/jB,IAAMwjB,KAChBzD,EAAQiE,aAAaD,EAAW,GAAI0C,EACtC,MACE1G,EAAQyG,UAAU,CAAExmB,IAAKyjB,GAAYJ,OAAkB,GAAIoD,EAE/D,CAAE,MAAO/U,GACP5M,OAAO2H,SAAStF,EAAU,UAAY,UAAUsf,EAClD,CACF,CAEA,SAASzC,GAAcyC,GACrBD,GAAUC,GAAK,EACjB,CAGA,IAAIC,GAAwB,CAC1BC,WAAY,EACZC,QAAS,EACTC,UAAW,EACXC,WAAY,IAGd,SAASC,GAAiC3C,EAAMlU,GAC9C,OAAO8W,GACL5C,EACAlU,EACAwW,GAAsBC,WACrB,+BAAmCvC,EAAKpR,SAAY,SAAciU,GACjE/W,GACG,4BAET,CAEA,SAASgX,GAAiC9C,EAAMlU,GAC9C,IAAIlR,EAAQgoB,GACV5C,EACAlU,EACAwW,GAAsBI,WACrB,sDAA0D1C,EAAKpR,SAAY,MAI9E,OADAhU,EAAMyB,KAAO,uBACNzB,CACT,CAEA,SAASmoB,GAAgC/C,EAAMlU,GAC7C,OAAO8W,GACL5C,EACAlU,EACAwW,GAAsBG,UACrB,8BAAkCzC,EAAKpR,SAAY,SAAc9C,EAAG8C,SAAY,2BAErF,CAEA,SAASoU,GAA8BhD,EAAMlU,GAC3C,OAAO8W,GACL5C,EACAlU,EACAwW,GAAsBE,QACrB,4BAAgCxC,EAAKpR,SAAY,SAAc9C,EAAG8C,SAAY,4BAEnF,CAEA,SAASgU,GAAmB5C,EAAMlU,EAAI7J,EAAMghB,GAC1C,IAAIroB,EAAQ,IAAIsoB,MAAMD,GAMtB,OALAroB,EAAMuoB,WAAY,EAClBvoB,EAAMolB,KAAOA,EACbplB,EAAMkR,GAAKA,EACXlR,EAAMqH,KAAOA,EAENrH,CACT,CAEA,IAAIwoB,GAAkB,CAAC,SAAU,QAAS,QAE1C,SAASP,GAAgB/W,GACvB,GAAkB,kBAAPA,EAAmB,OAAOA,EACrC,GAAI,SAAUA,EAAM,OAAOA,EAAG4C,KAC9B,IAAIrG,EAAW,CAAC,EAIhB,OAHA+a,GAAgBzV,SAAQ,SAAU/R,GAC5BA,KAAOkQ,IAAMzD,EAASzM,GAAOkQ,EAAGlQ,GACtC,IACOsa,KAAK9G,UAAU/G,EAAU,KAAM,EACxC,CAEA,SAASgb,GAASvW,GAChB,OAAOvS,OAAOqE,UAAU7D,SAAShD,KAAK+U,GAAK3S,QAAQ,UAAY,CACjE,CAEA,SAASmpB,GAAqBxW,EAAKyW,GACjC,OACEF,GAAQvW,IACRA,EAAIqW,YACU,MAAbI,GAAqBzW,EAAI7K,OAASshB,EAEvC,CAIA,SAASC,GAAUrb,EAAO1I,EAAIgkB,GAC5B,IAAIC,EAAO,SAAUzpB,GACfA,GAASkO,EAAMnO,OACjBypB,IAEItb,EAAMlO,GACRwF,EAAG0I,EAAMlO,IAAQ,WACfypB,EAAKzpB,EAAQ,EACf,IAEAypB,EAAKzpB,EAAQ,EAGnB,EACAypB,EAAK,EACP,CAIA,SAASC,GAAwB7U,GAC/B,OAAO,SAAUhD,EAAIkU,EAAMpL,GACzB,IAAIgP,GAAW,EACXC,EAAU,EACVjpB,EAAQ,KAEZkpB,GAAkBhV,GAAS,SAAUiV,EAAKpT,EAAGhT,EAAO/B,GAMlD,GAAmB,oBAARmoB,QAAkCtpB,IAAZspB,EAAIC,IAAmB,CACtDJ,GAAW,EACXC,IAEA,IA0BIpW,EA1BAiL,EAAUuL,IAAK,SAAUC,GACvBC,GAAWD,KACbA,EAAcA,EAAYxT,SAG5BqT,EAAIK,SAAkC,oBAAhBF,EAClBA,EACAvM,GAAKzL,OAAOgY,GAChBvmB,EAAMqU,WAAWpW,GAAOsoB,EACxBL,IACIA,GAAW,GACbjP,GAEJ,IAEIyP,EAASJ,IAAK,SAAUK,GAC1B,IAAIC,EAAM,qCAAuC3oB,EAAM,KAAO0oB,EAEzD1pB,IACHA,EAAQyoB,GAAQiB,GACZA,EACA,IAAIpB,MAAMqB,GACd3P,EAAKha,GAET,IAGA,IACE6S,EAAMsW,EAAIrL,EAAS2L,EACrB,CAAE,MAAO/W,GACP+W,EAAO/W,EACT,CACA,GAAIG,EACF,GAAwB,oBAAbA,EAAIgT,KACbhT,EAAIgT,KAAK/H,EAAS2L,OACb,CAEL,IAAIG,EAAO/W,EAAIoE,UACX2S,GAA6B,oBAAdA,EAAK/D,MACtB+D,EAAK/D,KAAK/H,EAAS2L,EAEvB,CAEJ,CACF,IAEKT,GAAYhP,GACnB,CACF,CAEA,SAASkP,GACPhV,EACArP,GAEA,OAAOglB,GAAQ3V,EAAQvB,KAAI,SAAUkH,GACnC,OAAOla,OAAOkB,KAAKgZ,EAAEzC,YAAYzE,KAAI,SAAU3R,GAAO,OAAO6D,EAC3DgV,EAAEzC,WAAWpW,GACb6Y,EAAEvE,UAAUtU,GACZ6Y,EAAG7Y,EACF,GACL,IACF,CAEA,SAAS6oB,GAAS/Q,GAChB,OAAOrR,MAAMzD,UAAUjG,OAAOyG,MAAM,GAAIsU,EAC1C,CAEA,IAAIgR,GACgB,oBAAXrd,QACuB,kBAAvBA,OAAOsd,YAEhB,SAASR,GAAY9gB,GACnB,OAAOA,EAAIuhB,YAAeF,IAAyC,WAA5BrhB,EAAIgE,OAAOsd,YACpD,CAMA,SAASV,GAAMxkB,GACb,IAAIolB,GAAS,EACb,OAAO,WACL,IAAI9b,EAAO,GAAIyC,EAAMjM,UAAUvF,OAC/B,MAAQwR,IAAQzC,EAAMyC,GAAQjM,UAAWiM,GAEzC,IAAIqZ,EAEJ,OADAA,GAAS,EACFplB,EAAGL,MAAM1H,KAAMqR,EACxB,CACF,CAIA,IAAI+b,GAAU,SAAkBxW,EAAQuE,GACtCnb,KAAK4W,OAASA,EACd5W,KAAKmb,KAAOkS,GAAclS,GAE1Bnb,KAAKqN,QAAUkK,EACfvX,KAAKmsB,QAAU,KACfnsB,KAAKstB,OAAQ,EACbttB,KAAKutB,SAAW,GAChBvtB,KAAKwtB,cAAgB,GACrBxtB,KAAKytB,SAAW,GAChBztB,KAAK0tB,UAAY,EACnB,EAuNA,SAASL,GAAelS,GACtB,IAAKA,EACH,GAAIuJ,GAAW,CAEb,IAAIiJ,EAASvoB,SAASilB,cAAc,QACpClP,EAAQwS,GAAUA,EAAOzK,aAAa,SAAY,IAElD/H,EAAOA,EAAK9P,QAAQ,qBAAsB,GAC5C,MACE8P,EAAO,IAQX,MAJuB,MAAnBA,EAAKG,OAAO,KACdH,EAAO,IAAMA,GAGRA,EAAK9P,QAAQ,MAAO,GAC7B,CAEA,SAASuiB,GACPvgB,EACA6P,GAEA,IAAIjZ,EACAgO,EAAMnJ,KAAKmJ,IAAI5E,EAAQ/K,OAAQ4a,EAAK5a,QACxC,IAAK2B,EAAI,EAAGA,EAAIgO,EAAKhO,IACnB,GAAIoJ,EAAQpJ,KAAOiZ,EAAKjZ,GACtB,MAGJ,MAAO,CACL4pB,QAAS3Q,EAAK9Z,MAAM,EAAGa,GACvB6pB,UAAW5Q,EAAK9Z,MAAMa,GACtB8pB,YAAa1gB,EAAQjK,MAAMa,GAE/B,CAEA,SAAS+pB,GACPC,EACAtpB,EACAiD,EACAsmB,GAEA,IAAIC,EAAS/B,GAAkB6B,GAAS,SAAU5B,EAAK5T,EAAUxS,EAAO/B,GACtE,IAAIkqB,EAAQC,GAAahC,EAAK1nB,GAC9B,GAAIypB,EACF,OAAOzjB,MAAMhI,QAAQyrB,GACjBA,EAAMvY,KAAI,SAAUuY,GAAS,OAAOxmB,EAAKwmB,EAAO3V,EAAUxS,EAAO/B,EAAM,IACvE0D,EAAKwmB,EAAO3V,EAAUxS,EAAO/B,EAErC,IACA,OAAO6oB,GAAQmB,EAAUC,EAAOD,UAAYC,EAC9C,CAEA,SAASE,GACPhC,EACAnoB,GAMA,MAJmB,oBAARmoB,IAETA,EAAMpM,GAAKzL,OAAO6X,IAEbA,EAAI1sB,QAAQuE,EACrB,CAEA,SAASoqB,GAAoBP,GAC3B,OAAOC,GAAcD,EAAa,mBAAoBQ,IAAW,EACnE,CAEA,SAASC,GAAoBX,GAC3B,OAAOG,GAAcH,EAAS,oBAAqBU,GACrD,CAEA,SAASA,GAAWH,EAAO3V,GACzB,GAAIA,EACF,OAAO,WACL,OAAO2V,EAAM1mB,MAAM+Q,EAAU5Q,UAC/B,CAEJ,CAEA,SAAS4mB,GACPX,GAEA,OAAOE,GACLF,EACA,oBACA,SAAUM,EAAOnV,EAAGhT,EAAO/B,GACzB,OAAOwqB,GAAeN,EAAOnoB,EAAO/B,EACtC,GAEJ,CAEA,SAASwqB,GACPN,EACAnoB,EACA/B,GAEA,OAAO,SAA0BkQ,EAAIkU,EAAMpL,GACzC,OAAOkR,EAAMha,EAAIkU,GAAM,SAAUyD,GACb,oBAAPA,IACJ9lB,EAAM0S,WAAWzU,KACpB+B,EAAM0S,WAAWzU,GAAO,IAE1B+B,EAAM0S,WAAWzU,GAAKyJ,KAAKoe,IAE7B7O,EAAK6O,EACP,GACF,CACF,CAnUAqB,GAAQlmB,UAAUynB,OAAS,SAAiB5C,GAC1C/rB,KAAK+rB,GAAKA,CACZ,EAEAqB,GAAQlmB,UAAU0nB,QAAU,SAAkB7C,EAAI8C,GAC5C7uB,KAAKstB,MACPvB,KAEA/rB,KAAKutB,SAAS5f,KAAKoe,GACf8C,GACF7uB,KAAKwtB,cAAc7f,KAAKkhB,GAG9B,EAEAzB,GAAQlmB,UAAU4nB,QAAU,SAAkBD,GAC5C7uB,KAAKytB,SAAS9f,KAAKkhB,EACrB,EAEAzB,GAAQlmB,UAAU6nB,aAAe,SAC/Bpe,EACAqe,EACAC,GAEE,IAEEnY,EAFEgK,EAAW9gB,KAIjB,IACE8W,EAAQ9W,KAAK4W,OAAO3Q,MAAM0K,EAAU3Q,KAAKqN,QAC3C,CAAE,MAAOuI,GAKP,MAJA5V,KAAKytB,SAASxX,SAAQ,SAAU8V,GAC9BA,EAAGnW,EACL,IAEMA,CACR,CACA,IAAIsZ,EAAOlvB,KAAKqN,QAChBrN,KAAKmvB,kBACHrY,GACA,WACEgK,EAASsO,YAAYtY,GACrBkY,GAAcA,EAAWlY,GACzBgK,EAASuO,YACTvO,EAASlK,OAAO0Y,WAAWrZ,SAAQ,SAAUvW,GAC3CA,GAAQA,EAAKoX,EAAOoY,EACtB,IAGKpO,EAASwM,QACZxM,EAASwM,OAAQ,EACjBxM,EAASyM,SAAStX,SAAQ,SAAU8V,GAClCA,EAAGjV,EACL,IAEJ,IACA,SAAU1B,GACJ6Z,GACFA,EAAQ7Z,GAENA,IAAQ0L,EAASwM,QAKd1B,GAAoBxW,EAAKwV,GAAsBC,aAAeqE,IAAS3X,IAC1EuJ,EAASwM,OAAQ,EACjBxM,EAAS0M,cAAcvX,SAAQ,SAAU8V,GACvCA,EAAG3W,EACL,KAGN,GAEJ,EAEAgY,GAAQlmB,UAAUioB,kBAAoB,SAA4BrY,EAAOkY,EAAYC,GACjF,IAAInO,EAAW9gB,KAEbqN,EAAUrN,KAAKqN,QACnBrN,KAAKmsB,QAAUrV,EACf,IAAIyY,EAAQ,SAAUna,IAIfwW,GAAoBxW,IAAQuW,GAAQvW,KACnC0L,EAAS2M,SAASnrB,OACpBwe,EAAS2M,SAASxX,SAAQ,SAAU8V,GAClCA,EAAG3W,EACL,IAKAoa,QAAQtsB,MAAMkS,IAGlB6Z,GAAWA,EAAQ7Z,EACrB,EACIqa,EAAiB3Y,EAAMM,QAAQ9U,OAAS,EACxCotB,EAAmBriB,EAAQ+J,QAAQ9U,OAAS,EAChD,GACEqV,EAAYb,EAAOzJ,IAEnBoiB,IAAmBC,GACnB5Y,EAAMM,QAAQqY,KAAoBpiB,EAAQ+J,QAAQsY,GAMlD,OAJA1vB,KAAKqvB,YACDvY,EAAMG,MACRoR,GAAaroB,KAAK4W,OAAQvJ,EAASyJ,GAAO,GAErCyY,EAAMnE,GAAgC/d,EAASyJ,IAGxD,IAAIU,EAAMoW,GACR5tB,KAAKqN,QAAQ+J,QACbN,EAAMM,SAEFyW,EAAUrW,EAAIqW,QACdE,EAAcvW,EAAIuW,YAClBD,EAAYtW,EAAIsW,UAElBrd,EAAQ,GAAGxP,OAEbqtB,GAAmBP,GAEnB/tB,KAAK4W,OAAO+Y,YAEZnB,GAAmBX,GAEnBC,EAAUjY,KAAI,SAAUkH,GAAK,OAAOA,EAAEiJ,WAAa,IAEnDiG,GAAuB6B,IAGrB7a,EAAW,SAAUvT,EAAMwd,GAC7B,GAAI4D,EAASqL,UAAYrV,EACvB,OAAOyY,EAAMlE,GAA+Bhe,EAASyJ,IAEvD,IACEpX,EAAKoX,EAAOzJ,GAAS,SAAU+G,IAClB,IAAPA,GAEF0M,EAASuO,WAAU,GACnBE,EAAMjE,GAA6Bje,EAASyJ,KACnC6U,GAAQvX,IACjB0M,EAASuO,WAAU,GACnBE,EAAMnb,IAEQ,kBAAPA,GACQ,kBAAPA,IACc,kBAAZA,EAAG4C,MAAwC,kBAAZ5C,EAAGzP,OAG5C4qB,EAAMtE,GAAgC5d,EAASyJ,IAC7B,kBAAP1C,GAAmBA,EAAG/I,QAC/ByV,EAASzV,QAAQ+I,GAEjB0M,EAASnT,KAAKyG,IAIhB8I,EAAK9I,EAET,GACF,CAAE,MAAOwB,GACP2Z,EAAM3Z,EACR,CACF,EAEAkW,GAASrb,EAAOwC,GAAU,WAGxB,IAAI2c,EAAcnB,GAAmBX,GACjCrd,EAAQmf,EAAY3uB,OAAO6f,EAASlK,OAAOiZ,cAC/C/D,GAASrb,EAAOwC,GAAU,WACxB,GAAI6N,EAASqL,UAAYrV,EACvB,OAAOyY,EAAMlE,GAA+Bhe,EAASyJ,IAEvDgK,EAASqL,QAAU,KACnB6C,EAAWlY,GACPgK,EAASlK,OAAO4R,KAClB1H,EAASlK,OAAO4R,IAAIG,WAAU,WAC5BpQ,EAAmBzB,EACrB,GAEJ,GACF,GACF,EAEAsW,GAAQlmB,UAAUkoB,YAAc,SAAsBtY,GACpD9W,KAAKqN,QAAUyJ,EACf9W,KAAK+rB,IAAM/rB,KAAK+rB,GAAGjV,EACrB,EAEAsW,GAAQlmB,UAAU4oB,eAAiB,WACjC,EAGF1C,GAAQlmB,UAAU6oB,SAAW,WAG3B/vB,KAAK0tB,UAAUzX,SAAQ,SAAU+Z,GAC/BA,GACF,IACAhwB,KAAK0tB,UAAY,GAIjB1tB,KAAKqN,QAAUkK,EACfvX,KAAKmsB,QAAU,IACjB,EAoHA,IAAI8D,GAA6B,SAAU7C,GACzC,SAAS6C,EAAcrZ,EAAQuE,GAC7BiS,EAAQ/sB,KAAKL,KAAM4W,EAAQuE,GAE3Bnb,KAAKkwB,eAAiBC,GAAYnwB,KAAKmb,KACzC,CAkFA,OAhFKiS,IAAU6C,EAAaG,UAAYhD,GACxC6C,EAAa/oB,UAAYrE,OAAOwc,OAAQ+N,GAAWA,EAAQlmB,WAC3D+oB,EAAa/oB,UAAUoF,YAAc2jB,EAErCA,EAAa/oB,UAAU4oB,eAAiB,WACtC,IAAIhP,EAAW9gB,KAEf,KAAIA,KAAK0tB,UAAUprB,OAAS,GAA5B,CAIA,IAAIsU,EAAS5W,KAAK4W,OACdyZ,EAAezZ,EAAOjX,QAAQ+oB,eAC9B4H,EAAiB9F,IAAqB6F,EAEtCC,GACFtwB,KAAK0tB,UAAU/f,KAAKka,MAGtB,IAAI0I,EAAqB,WACvB,IAAIljB,EAAUyT,EAASzT,QAInBsD,EAAWwf,GAAYrP,EAAS3F,MAChC2F,EAASzT,UAAYkK,GAAS5G,IAAamQ,EAASoP,gBAIxDpP,EAASiO,aAAape,GAAU,SAAUmG,GACpCwZ,GACFjI,GAAazR,EAAQE,EAAOzJ,GAAS,EAEzC,GACF,EACArE,OAAO2I,iBAAiB,WAAY4e,GACpCvwB,KAAK0tB,UAAU/f,MAAK,WAClB3E,OAAOof,oBAAoB,WAAYmI,EACzC,GA7BA,CA8BF,EAEAN,EAAa/oB,UAAUspB,GAAK,SAAa7jB,GACvC3D,OAAOib,QAAQuM,GAAG7jB,EACpB,EAEAsjB,EAAa/oB,UAAUyG,KAAO,SAAegD,EAAUqe,EAAYC,GACjE,IAAInO,EAAW9gB,KAEXwX,EAAMxX,KACNywB,EAAYjZ,EAAInK,QACpBrN,KAAK+uB,aAAape,GAAU,SAAUmG,GACpC4T,GAAU5O,EAAUgF,EAAS3F,KAAOrE,EAAMI,WAC1CmR,GAAavH,EAASlK,OAAQE,EAAO2Z,GAAW,GAChDzB,GAAcA,EAAWlY,EAC3B,GAAGmY,EACL,EAEAgB,EAAa/oB,UAAUmE,QAAU,SAAkBsF,EAAUqe,EAAYC,GACvE,IAAInO,EAAW9gB,KAEXwX,EAAMxX,KACNywB,EAAYjZ,EAAInK,QACpBrN,KAAK+uB,aAAape,GAAU,SAAUmG,GACpCoR,GAAapM,EAAUgF,EAAS3F,KAAOrE,EAAMI,WAC7CmR,GAAavH,EAASlK,OAAQE,EAAO2Z,GAAW,GAChDzB,GAAcA,EAAWlY,EAC3B,GAAGmY,EACL,EAEAgB,EAAa/oB,UAAUmoB,UAAY,SAAoB1hB,GACrD,GAAIwiB,GAAYnwB,KAAKmb,QAAUnb,KAAKqN,QAAQ6J,SAAU,CACpD,IAAI7J,EAAUyO,EAAU9b,KAAKmb,KAAOnb,KAAKqN,QAAQ6J,UACjDvJ,EAAO+c,GAAUrd,GAAW6a,GAAa7a,EAC3C,CACF,EAEA4iB,EAAa/oB,UAAUwpB,mBAAqB,WAC1C,OAAOP,GAAYnwB,KAAKmb,KAC1B,EAEO8U,CACT,CAxFiC,CAwF/B7C,IAEF,SAAS+C,GAAahV,GACpB,IAAInE,EAAOhO,OAAO2H,SAASggB,SACvBC,EAAgB5Z,EAAK1L,cACrBulB,EAAgB1V,EAAK7P,cAQzB,OAJI6P,GAAUyV,IAAkBC,GAC6B,IAA1DD,EAAcnuB,QAAQqZ,EAAU+U,EAAgB,QACjD7Z,EAAOA,EAAK5T,MAAM+X,EAAK7Y,UAEjB0U,GAAQ,KAAOhO,OAAO2H,SAASmgB,OAAS9nB,OAAO2H,SAASsG,IAClE,CAIA,IAAI8Z,GAA4B,SAAU3D,GACxC,SAAS2D,EAAana,EAAQuE,EAAM6V,GAClC5D,EAAQ/sB,KAAKL,KAAM4W,EAAQuE,GAEvB6V,GAAYC,GAAcjxB,KAAKmb,OAGnC+V,IACF,CA8FA,OA5FK9D,IAAU2D,EAAYX,UAAYhD,GACvC2D,EAAY7pB,UAAYrE,OAAOwc,OAAQ+N,GAAWA,EAAQlmB,WAC1D6pB,EAAY7pB,UAAUoF,YAAcykB,EAIpCA,EAAY7pB,UAAU4oB,eAAiB,WACrC,IAAIhP,EAAW9gB,KAEf,KAAIA,KAAK0tB,UAAUprB,OAAS,GAA5B,CAIA,IAAIsU,EAAS5W,KAAK4W,OACdyZ,EAAezZ,EAAOjX,QAAQ+oB,eAC9B4H,EAAiB9F,IAAqB6F,EAEtCC,GACFtwB,KAAK0tB,UAAU/f,KAAKka,MAGtB,IAAI0I,EAAqB,WACvB,IAAIljB,EAAUyT,EAASzT,QAClB6jB,MAGLpQ,EAASiO,aAAaoC,MAAW,SAAUra,GACrCwZ,GACFjI,GAAavH,EAASlK,OAAQE,EAAOzJ,GAAS,GAE3Cmd,IACH4G,GAAYta,EAAMI,SAEtB,GACF,EACIma,EAAY7G,GAAoB,WAAa,aACjDxhB,OAAO2I,iBACL0f,EACAd,GAEFvwB,KAAK0tB,UAAU/f,MAAK,WAClB3E,OAAOof,oBAAoBiJ,EAAWd,EACxC,GA/BA,CAgCF,EAEAQ,EAAY7pB,UAAUyG,KAAO,SAAegD,EAAUqe,EAAYC,GAChE,IAAInO,EAAW9gB,KAEXwX,EAAMxX,KACNywB,EAAYjZ,EAAInK,QACpBrN,KAAK+uB,aACHpe,GACA,SAAUmG,GACRwa,GAASxa,EAAMI,UACfmR,GAAavH,EAASlK,OAAQE,EAAO2Z,GAAW,GAChDzB,GAAcA,EAAWlY,EAC3B,GACAmY,EAEJ,EAEA8B,EAAY7pB,UAAUmE,QAAU,SAAkBsF,EAAUqe,EAAYC,GACtE,IAAInO,EAAW9gB,KAEXwX,EAAMxX,KACNywB,EAAYjZ,EAAInK,QACpBrN,KAAK+uB,aACHpe,GACA,SAAUmG,GACRsa,GAAYta,EAAMI,UAClBmR,GAAavH,EAASlK,OAAQE,EAAO2Z,GAAW,GAChDzB,GAAcA,EAAWlY,EAC3B,GACAmY,EAEJ,EAEA8B,EAAY7pB,UAAUspB,GAAK,SAAa7jB,GACtC3D,OAAOib,QAAQuM,GAAG7jB,EACpB,EAEAokB,EAAY7pB,UAAUmoB,UAAY,SAAoB1hB,GACpD,IAAIN,EAAUrN,KAAKqN,QAAQ6J,SACvBia,OAAc9jB,IAChBM,EAAO2jB,GAASjkB,GAAW+jB,GAAY/jB,GAE3C,EAEA0jB,EAAY7pB,UAAUwpB,mBAAqB,WACzC,OAAOS,IACT,EAEOJ,CACT,CAvGgC,CAuG9B3D,IAEF,SAAS6D,GAAe9V,GACtB,IAAIxK,EAAWwf,GAAYhV,GAC3B,IAAK,OAAOtV,KAAK8K,GAEf,OADA3H,OAAO2H,SAAStF,QAAQyQ,EAAUX,EAAO,KAAOxK,KACzC,CAEX,CAEA,SAASugB,KACP,IAAIla,EAAOma,KACX,MAAuB,MAAnBna,EAAKsE,OAAO,KAGhB8V,GAAY,IAAMpa,IACX,EACT,CAEA,SAASma,KAGP,IAAIlQ,EAAOjY,OAAO2H,SAASsQ,KACvB1e,EAAQ0e,EAAKxe,QAAQ,KAEzB,OAAIF,EAAQ,EAAY,IAExB0e,EAAOA,EAAK7d,MAAMb,EAAQ,GAEnB0e,EACT,CAEA,SAASsQ,GAAQva,GACf,IAAIiK,EAAOjY,OAAO2H,SAASsQ,KACvBhd,EAAIgd,EAAKxe,QAAQ,KACjB0Y,EAAOlX,GAAK,EAAIgd,EAAK7d,MAAM,EAAGa,GAAKgd,EACvC,OAAQ9F,EAAO,IAAMnE,CACvB,CAEA,SAASsa,GAAUta,GACbwT,GACFE,GAAU6G,GAAOva,IAEjBhO,OAAO2H,SAASsG,KAAOD,CAE3B,CAEA,SAASoa,GAAapa,GAChBwT,GACFtC,GAAaqJ,GAAOva,IAEpBhO,OAAO2H,SAAStF,QAAQkmB,GAAOva,GAEnC,CAIA,IAAIwa,GAAgC,SAAUpE,GAC5C,SAASoE,EAAiB5a,EAAQuE,GAChCiS,EAAQ/sB,KAAKL,KAAM4W,EAAQuE,GAC3Bnb,KAAKub,MAAQ,GACbvb,KAAKuC,OAAS,CAChB,CAoEA,OAlEK6qB,IAAUoE,EAAgBpB,UAAYhD,GAC3CoE,EAAgBtqB,UAAYrE,OAAOwc,OAAQ+N,GAAWA,EAAQlmB,WAC9DsqB,EAAgBtqB,UAAUoF,YAAcklB,EAExCA,EAAgBtqB,UAAUyG,KAAO,SAAegD,EAAUqe,EAAYC,GACpE,IAAInO,EAAW9gB,KAEfA,KAAK+uB,aACHpe,GACA,SAAUmG,GACRgK,EAASvF,MAAQuF,EAASvF,MAAMnY,MAAM,EAAG0d,EAASve,MAAQ,GAAGtB,OAAO6V,GACpEgK,EAASve,QACTysB,GAAcA,EAAWlY,EAC3B,GACAmY,EAEJ,EAEAuC,EAAgBtqB,UAAUmE,QAAU,SAAkBsF,EAAUqe,EAAYC,GAC1E,IAAInO,EAAW9gB,KAEfA,KAAK+uB,aACHpe,GACA,SAAUmG,GACRgK,EAASvF,MAAQuF,EAASvF,MAAMnY,MAAM,EAAG0d,EAASve,OAAOtB,OAAO6V,GAChEkY,GAAcA,EAAWlY,EAC3B,GACAmY,EAEJ,EAEAuC,EAAgBtqB,UAAUspB,GAAK,SAAa7jB,GAC1C,IAAImU,EAAW9gB,KAEXyxB,EAAczxB,KAAKuC,MAAQoK,EAC/B,KAAI8kB,EAAc,GAAKA,GAAezxB,KAAKub,MAAMjZ,QAAjD,CAGA,IAAIwU,EAAQ9W,KAAKub,MAAMkW,GACvBzxB,KAAKmvB,kBACHrY,GACA,WACE,IAAIoY,EAAOpO,EAASzT,QACpByT,EAASve,MAAQkvB,EACjB3Q,EAASsO,YAAYtY,GACrBgK,EAASlK,OAAO0Y,WAAWrZ,SAAQ,SAAUvW,GAC3CA,GAAQA,EAAKoX,EAAOoY,EACtB,GACF,IACA,SAAU9Z,GACJwW,GAAoBxW,EAAKwV,GAAsBI,cACjDlK,EAASve,MAAQkvB,EAErB,GAhBF,CAkBF,EAEAD,EAAgBtqB,UAAUwpB,mBAAqB,WAC7C,IAAIrjB,EAAUrN,KAAKub,MAAMvb,KAAKub,MAAMjZ,OAAS,GAC7C,OAAO+K,EAAUA,EAAQ6J,SAAW,GACtC,EAEAsa,EAAgBtqB,UAAUmoB,UAAY,WACpC,EAGKmC,CACT,CA1EoC,CA0ElCpE,IAMEsE,GAAY,SAAoB/xB,QACjB,IAAZA,IAAqBA,EAAU,CAAC,GAKrCK,KAAKwoB,IAAM,KACXxoB,KAAK2xB,KAAO,GACZ3xB,KAAKL,QAAUA,EACfK,KAAK2vB,YAAc,GACnB3vB,KAAK6vB,aAAe,GACpB7vB,KAAKsvB,WAAa,GAClBtvB,KAAK4xB,QAAUxL,GAAczmB,EAAQilB,QAAU,GAAI5kB,MAEnD,IAAIsP,EAAO3P,EAAQ2P,MAAQ,OAW3B,OAVAtP,KAAKgxB,SACM,YAAT1hB,IAAuBkb,KAA0C,IAArB7qB,EAAQqxB,SAClDhxB,KAAKgxB,WACP1hB,EAAO,QAEJoV,KACHpV,EAAO,YAETtP,KAAKsP,KAAOA,EAEJA,GACN,IAAK,UACHtP,KAAKikB,QAAU,IAAIgM,GAAajwB,KAAML,EAAQwb,MAC9C,MACF,IAAK,OACHnb,KAAKikB,QAAU,IAAI8M,GAAY/wB,KAAML,EAAQwb,KAAMnb,KAAKgxB,UACxD,MACF,IAAK,WACHhxB,KAAKikB,QAAU,IAAIuN,GAAgBxxB,KAAML,EAAQwb,MACjD,MACF,QACMpV,EAIV,EAEI8rB,GAAqB,CAAEpL,aAAc,CAAEliB,cAAc,IAEzDmtB,GAAUxqB,UAAUjB,MAAQ,SAAgB0Z,EAAKtS,EAASsJ,GACxD,OAAO3W,KAAK4xB,QAAQ3rB,MAAM0Z,EAAKtS,EAASsJ,EAC1C,EAEAkb,GAAmBpL,aAAavhB,IAAM,WACpC,OAAOlF,KAAKikB,SAAWjkB,KAAKikB,QAAQ5W,OACtC,EAEAqkB,GAAUxqB,UAAU0T,KAAO,SAAe4N,GACtC,IAAI1H,EAAW9gB,KA0BjB,GAjBAA,KAAK2xB,KAAKhkB,KAAK6a,GAIfA,EAAIsJ,MAAM,kBAAkB,WAE1B,IAAIvvB,EAAQue,EAAS6Q,KAAKlvB,QAAQ+lB,GAC9BjmB,GAAS,GAAKue,EAAS6Q,KAAKrM,OAAO/iB,EAAO,GAG1Cue,EAAS0H,MAAQA,IAAO1H,EAAS0H,IAAM1H,EAAS6Q,KAAK,IAAM,MAE1D7Q,EAAS0H,KAAO1H,EAASmD,QAAQ8L,UACxC,KAII/vB,KAAKwoB,IAAT,CAIAxoB,KAAKwoB,IAAMA,EAEX,IAAIvE,EAAUjkB,KAAKikB,QAEnB,GAAIA,aAAmBgM,IAAgBhM,aAAmB8M,GAAa,CACrE,IAAIgB,EAAsB,SAAUC,GAClC,IAAI1J,EAAOrE,EAAQ5W,QACfgjB,EAAevP,EAASnhB,QAAQ+oB,eAChC4H,EAAiB9F,IAAqB6F,EAEtCC,GAAkB,aAAc0B,GAClC3J,GAAavH,EAAUkR,EAAc1J,GAAM,EAE/C,EACIwH,EAAiB,SAAUkC,GAC7B/N,EAAQ6L,iBACRiC,EAAoBC,EACtB,EACA/N,EAAQ8K,aACN9K,EAAQyM,qBACRZ,EACAA,EAEJ,CAEA7L,EAAQ0K,QAAO,SAAU7X,GACvBgK,EAAS6Q,KAAK1b,SAAQ,SAAUuS,GAC9BA,EAAIrE,OAASrN,CACf,GACF,GA/BA,CAgCF,EAEA4a,GAAUxqB,UAAU+qB,WAAa,SAAqBlqB,GACpD,OAAOmqB,GAAalyB,KAAK2vB,YAAa5nB,EACxC,EAEA2pB,GAAUxqB,UAAUirB,cAAgB,SAAwBpqB,GAC1D,OAAOmqB,GAAalyB,KAAK6vB,aAAc9nB,EACzC,EAEA2pB,GAAUxqB,UAAUkrB,UAAY,SAAoBrqB,GAClD,OAAOmqB,GAAalyB,KAAKsvB,WAAYvnB,EACvC,EAEA2pB,GAAUxqB,UAAU0nB,QAAU,SAAkB7C,EAAI8C,GAClD7uB,KAAKikB,QAAQ2K,QAAQ7C,EAAI8C,EAC3B,EAEA6C,GAAUxqB,UAAU4nB,QAAU,SAAkBD,GAC9C7uB,KAAKikB,QAAQ6K,QAAQD,EACvB,EAEA6C,GAAUxqB,UAAUyG,KAAO,SAAegD,EAAUqe,EAAYC,GAC5D,IAAInO,EAAW9gB,KAGjB,IAAKgvB,IAAeC,GAA8B,qBAAZoD,QACpC,OAAO,IAAIA,SAAQ,SAAUrR,EAAS2L,GACpC7L,EAASmD,QAAQtW,KAAKgD,EAAUqQ,EAAS2L,EAC3C,IAEA3sB,KAAKikB,QAAQtW,KAAKgD,EAAUqe,EAAYC,EAE5C,EAEAyC,GAAUxqB,UAAUmE,QAAU,SAAkBsF,EAAUqe,EAAYC,GAClE,IAAInO,EAAW9gB,KAGjB,IAAKgvB,IAAeC,GAA8B,qBAAZoD,QACpC,OAAO,IAAIA,SAAQ,SAAUrR,EAAS2L,GACpC7L,EAASmD,QAAQ5Y,QAAQsF,EAAUqQ,EAAS2L,EAC9C,IAEA3sB,KAAKikB,QAAQ5Y,QAAQsF,EAAUqe,EAAYC,EAE/C,EAEAyC,GAAUxqB,UAAUspB,GAAK,SAAa7jB,GACpC3M,KAAKikB,QAAQuM,GAAG7jB,EAClB,EAEA+kB,GAAUxqB,UAAUorB,KAAO,WACzBtyB,KAAKwwB,IAAI,EACX,EAEAkB,GAAUxqB,UAAUqrB,QAAU,WAC5BvyB,KAAKwwB,GAAG,EACV,EAEAkB,GAAUxqB,UAAUsrB,qBAAuB,SAA+Bpe,GACxE,IAAI0C,EAAQ1C,EACRA,EAAGgD,QACDhD,EACApU,KAAKghB,QAAQ5M,GAAI0C,MACnB9W,KAAKymB,aACT,OAAK3P,EAGE,GAAG7V,OAAOyG,MACf,GACAoP,EAAMM,QAAQvB,KAAI,SAAUkH,GAC1B,OAAOla,OAAOkB,KAAKgZ,EAAEzC,YAAYzE,KAAI,SAAU3R,GAC7C,OAAO6Y,EAAEzC,WAAWpW,EACtB,GACF,KARO,EAUX,EAEAwtB,GAAUxqB,UAAU8Z,QAAU,SAC5B5M,EACA/G,EACA+N,GAEA/N,EAAUA,GAAWrN,KAAKikB,QAAQ5W,QAClC,IAAIsD,EAAW+O,EAAkBtL,EAAI/G,EAAS+N,EAAQpb,MAClD8W,EAAQ9W,KAAKiG,MAAM0K,EAAUtD,GAC7B6J,EAAWJ,EAAMH,gBAAkBG,EAAMI,SACzCiE,EAAOnb,KAAKikB,QAAQ9I,KACpB8F,EAAOwR,GAAWtX,EAAMjE,EAAUlX,KAAKsP,MAC3C,MAAO,CACLqB,SAAUA,EACVmG,MAAOA,EACPmK,KAAMA,EAENyR,aAAc/hB,EACd+b,SAAU5V,EAEd,EAEA4a,GAAUxqB,UAAUsf,UAAY,WAC9B,OAAOxmB,KAAK4xB,QAAQpL,WACtB,EAEAkL,GAAUxqB,UAAUof,SAAW,SAAmBC,EAAezP,GAC/D9W,KAAK4xB,QAAQtL,SAASC,EAAezP,GACjC9W,KAAKikB,QAAQ5W,UAAYkK,GAC3BvX,KAAKikB,QAAQ8K,aAAa/uB,KAAKikB,QAAQyM,qBAE3C,EAEAgB,GAAUxqB,UAAUmf,UAAY,SAAoBzB,GAIlD5kB,KAAK4xB,QAAQvL,UAAUzB,GACnB5kB,KAAKikB,QAAQ5W,UAAYkK,GAC3BvX,KAAKikB,QAAQ8K,aAAa/uB,KAAKikB,QAAQyM,qBAE3C,EAEA7tB,OAAO8vB,iBAAkBjB,GAAUxqB,UAAW2qB,IAE9C,IAAIe,GAAclB,GAElB,SAASQ,GAAcW,EAAM9qB,GAE3B,OADA8qB,EAAKllB,KAAK5F,GACH,WACL,IAAI9D,EAAI4uB,EAAKpwB,QAAQsF,GACjB9D,GAAK,GAAK4uB,EAAKvN,OAAOrhB,EAAG,EAC/B,CACF,CAEA,SAASwuB,GAAYtX,EAAMjE,EAAU5H,GACnC,IAAI0H,EAAgB,SAAT1H,EAAkB,IAAM4H,EAAWA,EAC9C,OAAOiE,EAAOW,EAAUX,EAAO,IAAMnE,GAAQA,CAC/C,CAGA0a,GAAUrO,QAAUA,GACpBqO,GAAU/rB,QAAU,QACpB+rB,GAAU9F,oBAAsBA,GAChC8F,GAAU9G,sBAAwBA,GAClC8G,GAAUoB,eAAiBvb,EAEvBmN,IAAa1b,OAAOsa,KACtBta,OAAOsa,IAAIyP,IAAIrB,G,iGC5kGbsB,EAAcnwB,OAAOyU,OAAO,CAAC,GAC7B3U,EAAUgI,MAAMhI,QAGpB,SAASswB,EAAQxP,GACb,YAAa1gB,IAAN0gB,GAAyB,OAANA,CAC9B,CACA,SAASD,EAAMC,GACX,YAAa1gB,IAAN0gB,GAAyB,OAANA,CAC9B,CACA,SAASyP,EAAOzP,GACZ,OAAa,IAANA,CACX,CACA,SAAS0P,EAAQ1P,GACb,OAAa,IAANA,CACX,CAIA,SAAS2P,EAAYhxB,GACjB,MAAyB,kBAAVA,GACM,kBAAVA,GAEU,kBAAVA,GACU,mBAAVA,CACf,CACA,SAASixB,EAAWjxB,GAChB,MAAwB,oBAAVA,CAClB,CAMA,SAASX,EAASkK,GACd,OAAe,OAARA,GAA+B,kBAARA,CAClC,CAIA,IAAI2nB,EAAYzwB,OAAOqE,UAAU7D,SAQjC,SAASkwB,EAAc5nB,GACnB,MAA+B,oBAAxB2nB,EAAUjzB,KAAKsL,EAC1B,CACA,SAAS6nB,EAAS/P,GACd,MAA6B,oBAAtB6P,EAAUjzB,KAAKojB,EAC1B,CAIA,SAASgQ,EAAkBvlB,GACvB,IAAIvB,EAAI+mB,WAAW/xB,OAAOuM,IAC1B,OAAOvB,GAAK,GAAK7D,KAAK0D,MAAMG,KAAOA,GAAKgnB,SAASzlB,EACrD,CACA,SAAS0lB,EAAU1lB,GACf,OAAQsV,EAAMtV,IACU,oBAAbA,EAAI6a,MACU,oBAAd7a,EAAI+a,KACnB,CAIA,SAAS5lB,EAAS6K,GACd,OAAc,MAAPA,EACD,GACAvD,MAAMhI,QAAQuL,IAASqlB,EAAcrlB,IAAQA,EAAI7K,WAAaiwB,EAC1D9U,KAAK9G,UAAUxJ,EAAK,KAAM,GAC1BvM,OAAOuM,EACrB,CAKA,SAAS2lB,EAAS3lB,GACd,IAAIvB,EAAI+mB,WAAWxlB,GACnB,OAAO4lB,MAAMnnB,GAAKuB,EAAMvB,CAC5B,CAKA,SAASonB,EAAQ/e,EAAKgf,GAGlB,IAFA,IAAIne,EAAMhT,OAAOwc,OAAO,MACpBwT,EAAO7d,EAAI3O,MAAM,KACZpC,EAAI,EAAGA,EAAI4uB,EAAKvwB,OAAQ2B,IAC7B4R,EAAIgd,EAAK5uB,KAAM,EAEnB,OAAO+vB,EAAmB,SAAU9lB,GAAO,OAAO2H,EAAI3H,EAAI5C,cAAgB,EAAI,SAAU4C,GAAO,OAAO2H,EAAI3H,EAAM,CACpH,CAImB6lB,EAAQ,kBAAkB,GAA7C,IAIIE,EAAsBF,EAAQ,8BAIlC,SAASG,EAASlY,EAAKnI,GACnB,IAAIC,EAAMkI,EAAI1Z,OACd,GAAIwR,EAAK,CAEL,GAAID,IAASmI,EAAIlI,EAAM,GAEnB,YADAkI,EAAI1Z,OAASwR,EAAM,GAGvB,IAAIvR,EAAQyZ,EAAIvZ,QAAQoR,GACxB,GAAItR,GAAS,EACT,OAAOyZ,EAAIsJ,OAAO/iB,EAAO,EAEjC,CACJ,CAIA,IAAI0F,EAAiBpF,OAAOqE,UAAUe,eACtC,SAASzE,EAAOmI,EAAKzH,GACjB,OAAO+D,EAAe5H,KAAKsL,EAAKzH,EACpC,CAIA,SAASiwB,EAAOpsB,GACZ,IAAIuR,EAAQzW,OAAOwc,OAAO,MAC1B,OAAO,SAAkBrK,GACrB,IAAIof,EAAM9a,EAAMtE,GAChB,OAAOof,IAAQ9a,EAAMtE,GAAOjN,EAAGiN,GACnC,CACJ,CAIA,IAAIqf,EAAa,SACbC,EAAWH,GAAO,SAAUnf,GAC5B,OAAOA,EAAI3J,QAAQgpB,GAAY,SAAUpb,EAAGrE,GAAK,OAAQA,EAAIA,EAAEqJ,cAAgB,EAAK,GACxF,IAIIsW,EAAaJ,GAAO,SAAUnf,GAC9B,OAAOA,EAAIsG,OAAO,GAAG2C,cAAgBjJ,EAAI5R,MAAM,EACnD,IAIIoxB,EAAc,aACdC,EAAYN,GAAO,SAAUnf,GAC7B,OAAOA,EAAI3J,QAAQmpB,EAAa,OAAOlpB,aAC3C,IASA,SAASopB,EAAa3sB,EAAI4sB,GACtB,SAASC,EAAQvrB,GACb,IAAIgc,EAAIxd,UAAUvF,OAClB,OAAO+iB,EACDA,EAAI,EACAtd,EAAGL,MAAMitB,EAAK9sB,WACdE,EAAG1H,KAAKs0B,EAAKtrB,GACjBtB,EAAG1H,KAAKs0B,EAClB,CAEA,OADAC,EAAQC,QAAU9sB,EAAGzF,OACdsyB,CACX,CACA,SAASE,EAAW/sB,EAAI4sB,GACpB,OAAO5sB,EAAGH,KAAK+sB,EACnB,CAEA,IAAI/sB,EAAOH,SAASP,UAAUU,KAAOktB,EAAaJ,EAIlD,SAASK,EAAQlC,EAAMmC,GACnBA,EAAQA,GAAS,EACjB,IAAI/wB,EAAI4uB,EAAKvwB,OAAS0yB,EAClBC,EAAM,IAAItqB,MAAM1G,GACpB,MAAOA,IACHgxB,EAAIhxB,GAAK4uB,EAAK5uB,EAAI+wB,GAEtB,OAAOC,CACX,CAIA,SAASzgB,EAAOJ,EAAI8gB,GAChB,IAAK,IAAIhxB,KAAOgxB,EACZ9gB,EAAGlQ,GAAOgxB,EAAMhxB,GAEpB,OAAOkQ,CACX,CAIA,SAASjL,EAAS6S,GAEd,IADA,IAAIjG,EAAM,CAAC,EACF9R,EAAI,EAAGA,EAAI+X,EAAI1Z,OAAQ2B,IACxB+X,EAAI/X,IACJuQ,EAAOuB,EAAKiG,EAAI/X,IAGxB,OAAO8R,CACX,CAOA,SAASqK,EAAK/W,EAAGoL,EAAGG,GAAK,CAIzB,IAAIugB,EAAK,SAAU9rB,EAAGoL,EAAGG,GAAK,OAAO,CAAO,EAKxCwgB,EAAW,SAAUnc,GAAK,OAAOA,CAAG,EAKxC,SAASoc,EAAWhsB,EAAGoL,GACnB,GAAIpL,IAAMoL,EACN,OAAO,EACX,IAAI6gB,EAAY7zB,EAAS4H,GACrBksB,EAAY9zB,EAASgT,GACzB,IAAI6gB,IAAaC,EA+BZ,OAAKD,IAAcC,GACb5zB,OAAO0H,KAAO1H,OAAO8S,GA/B5B,IACI,IAAI+gB,EAAW7qB,MAAMhI,QAAQ0G,GACzBosB,EAAW9qB,MAAMhI,QAAQ8R,GAC7B,GAAI+gB,GAAYC,EACZ,OAAQpsB,EAAE/G,SAAWmS,EAAEnS,QACnB+G,EAAE4O,OAAM,SAAUrC,EAAG3R,GACjB,OAAOoxB,EAAWzf,EAAGnB,EAAExQ,GAC3B,IAEH,GAAIoF,aAAaie,MAAQ7S,aAAa6S,KACvC,OAAOje,EAAEqsB,YAAcjhB,EAAEihB,UAExB,GAAKF,GAAaC,EAUnB,OAAO,EATP,IAAIE,EAAQ9yB,OAAOkB,KAAKsF,GACpBusB,EAAQ/yB,OAAOkB,KAAK0Q,GACxB,OAAQkhB,EAAMrzB,SAAWszB,EAAMtzB,QAC3BqzB,EAAM1d,OAAM,SAAU/T,GAClB,OAAOmxB,EAAWhsB,EAAEnF,GAAMuQ,EAAEvQ,GAChC,GAMZ,CACA,MAAO0R,GAEH,OAAO,CACX,CAQR,CAMA,SAASigB,EAAa7Z,EAAK9N,GACvB,IAAK,IAAIjK,EAAI,EAAGA,EAAI+X,EAAI1Z,OAAQ2B,IAC5B,GAAIoxB,EAAWrZ,EAAI/X,GAAIiK,GACnB,OAAOjK,EAEf,OAAQ,CACZ,CAIA,SAASsoB,EAAKxkB,GACV,IAAIolB,GAAS,EACb,OAAO,WACEA,IACDA,GAAS,EACTplB,EAAGL,MAAM1H,KAAM6H,WAEvB,CACJ,CAEA,SAASiuB,EAAWppB,EAAG0c,GACnB,OAAI1c,IAAM0c,EACO,IAAN1c,GAAW,EAAIA,IAAM,EAAI0c,EAGzB1c,IAAMA,GAAK0c,IAAMA,CAEhC,CAEA,IAAI2M,EAAW,uBACXC,EAAc,CAAC,YAAa,YAAa,UACzCC,EAAkB,CAClB,eACA,UACA,cACA,UACA,eACA,UACA,gBACA,YACA,YACA,cACA,gBACA,iBACA,gBACA,mBAGAjb,EAAS,CAKTqJ,sBAAuBxhB,OAAOwc,OAAO,MAIrC6W,QAAQ,EAIRC,eAAepwB,EAIfqwB,UAAUrwB,EAIVshB,aAAa,EAIbgP,aAAc,KAIdC,YAAa,KAIbC,gBAAiB,GAKjBC,SAAU3zB,OAAOwc,OAAO,MAKxBoX,cAAetB,EAKfuB,eAAgBvB,EAKhBwB,iBAAkBxB,EAIlByB,gBAAiBxW,EAIjByW,qBAAsBzB,EAKtB0B,YAAa3B,EAKb4B,OAAO,EAIPC,gBAAiBf,GAQjBgB,EAAgB,8JAIpB,SAASC,EAAWliB,GAChB,IAAIJ,GAAKI,EAAM,IAAIH,WAAW,GAC9B,OAAa,KAAND,GAAoB,KAANA,CACzB,CAIA,SAASyX,EAAI1gB,EAAKzH,EAAKgK,EAAK5J,GACxBzB,OAAOG,eAAe2I,EAAKzH,EAAK,CAC5B9B,MAAO8L,EACP5J,aAAcA,EACdrB,UAAU,EACVsB,cAAc,GAEtB,CAIA,IAAI4yB,EAAS,IAAIxa,OAAO,KAAK1b,OAAOg2B,EAAcpzB,OAAQ,YAC1D,SAAS8X,EAAU3E,GACf,IAAImgB,EAAOtxB,KAAKmR,GAAhB,CAGA,IAAIyE,EAAWzE,EAAK3Q,MAAM,KAC1B,OAAO,SAAUsF,GACb,IAAK,IAAI1H,EAAI,EAAGA,EAAIwX,EAASnZ,OAAQ2B,IAAK,CACtC,IAAK0H,EACD,OACJA,EAAMA,EAAI8P,EAASxX,GACvB,CACA,OAAO0H,CACX,CATA,CAUJ,CAGA,IAAIyrB,EAAW,aAAe,CAAC,EAE3B1S,EAA8B,qBAAX1b,OACnBquB,GAAK3S,GAAa1b,OAAOhD,UAAUJ,UAAU0F,cAC7CgsB,GAAOD,IAAM,eAAexxB,KAAKwxB,IACjCE,GAAQF,IAAMA,GAAG50B,QAAQ,YAAc,EACvC+0B,GAASH,IAAMA,GAAG50B,QAAQ,SAAW,EACzC40B,IAAMA,GAAG50B,QAAQ,WACjB,IAAIg1B,GAAQJ,IAAM,uBAAuBxxB,KAAKwxB,IAC9CA,IAAM,cAAcxxB,KAAKwxB,IACzBA,IAAM,YAAYxxB,KAAKwxB,IACvB,IAoBIK,GApBAC,GAAON,IAAMA,GAAGpxB,MAAM,kBAGtB2xB,GAAc,CAAC,EAAEC,MACjBC,IAAkB,EACtB,GAAIpT,EACA,IACI,IAAIrG,GAAO,CAAC,EACZxb,OAAOG,eAAeqb,GAAM,UAAW,CACnCnZ,IAAK,WAED4yB,IAAkB,CACtB,IAEJ9uB,OAAO2I,iBAAiB,eAAgB,KAAM0M,GAClD,CACA,MAAOzI,IAAK,CAKhB,IAAImiB,GAAoB,WAapB,YAZkBh1B,IAAd20B,KASIA,IAPChT,GAA+B,qBAAX9f,EAAAA,IAIjBA,EAAAA,EAAO,YAAgD,WAAlCA,EAAAA,EAAO,WAAWozB,IAAIC,UAMhDP,EACX,EAEItB,GAAW1R,GAAa1b,OAAOkvB,6BAEnC,SAASC,GAASC,GACd,MAAuB,oBAATA,GAAuB,cAAcvyB,KAAKuyB,EAAK/0B,WACjE,CACA,IAIIg1B,GAJArL,GAA8B,qBAAXrd,QACnBwoB,GAASxoB,SACU,qBAAZhI,SACPwwB,GAASxwB,QAAQlE,SAIjB40B,GAFwC,qBAARC,KAAuBH,GAASG,KAEzDA,IAIe,WAClB,SAASA,IACLt4B,KAAK2J,IAAM9G,OAAOwc,OAAO,KAC7B,CAUA,OATAiZ,EAAIpxB,UAAU0C,IAAM,SAAU1F,GAC1B,OAAyB,IAAlBlE,KAAK2J,IAAIzF,EACpB,EACAo0B,EAAIpxB,UAAU3G,IAAM,SAAU2D,GAC1BlE,KAAK2J,IAAIzF,IAAO,CACpB,EACAo0B,EAAIpxB,UAAUkJ,MAAQ,WAClBpQ,KAAK2J,IAAM9G,OAAOwc,OAAO,KAC7B,EACOiZ,CACX,CAdsB,GAiB1B,IAAIC,GAAkB,KActB,SAASC,GAAmBhe,QACb,IAAPA,IAAiBA,EAAK,MACrBA,GACD+d,IAAmBA,GAAgBE,OAAOC,MAC9CH,GAAkB/d,EAClBA,GAAMA,EAAGie,OAAO9W,IACpB,CAKA,IAAIgX,GAAuB,WACvB,SAASA,EAAMrY,EAAKtV,EAAMkO,EAAU0f,EAAMC,EAAK94B,EAAS+4B,EAAkBC,GACtE/4B,KAAKsgB,IAAMA,EACXtgB,KAAKgL,KAAOA,EACZhL,KAAKkZ,SAAWA,EAChBlZ,KAAK44B,KAAOA,EACZ54B,KAAK64B,IAAMA,EACX74B,KAAKg5B,QAAKj2B,EACV/C,KAAKD,QAAUA,EACfC,KAAKi5B,eAAYl2B,EACjB/C,KAAKk5B,eAAYn2B,EACjB/C,KAAKm5B,eAAYp2B,EACjB/C,KAAKkE,IAAM8G,GAAQA,EAAK9G,IACxBlE,KAAK84B,iBAAmBA,EACxB94B,KAAK2a,uBAAoB5X,EACzB/C,KAAKG,YAAS4C,EACd/C,KAAK2f,KAAM,EACX3f,KAAKsiB,UAAW,EAChBtiB,KAAKo5B,cAAe,EACpBp5B,KAAKq5B,WAAY,EACjBr5B,KAAKs5B,UAAW,EAChBt5B,KAAKu5B,QAAS,EACdv5B,KAAK+4B,aAAeA,EACpB/4B,KAAKw5B,eAAYz2B,EACjB/C,KAAKy5B,oBAAqB,CAC9B,CAUA,OATA52B,OAAOG,eAAe21B,EAAMzxB,UAAW,QAAS,CAG5ChC,IAAK,WACD,OAAOlF,KAAK2a,iBAChB,EACArW,YAAY,EACZC,cAAc,IAEXo0B,CACX,CApC2B,GAqCvBe,GAAmB,SAAUd,QAChB,IAATA,IAAmBA,EAAO,IAC9B,IAAIe,EAAO,IAAIhB,GAGf,OAFAgB,EAAKf,KAAOA,EACZe,EAAKN,WAAY,EACVM,CACX,EACA,SAASC,GAAgB1rB,GACrB,OAAO,IAAIyqB,QAAM51B,OAAWA,OAAWA,EAAWpB,OAAOuM,GAC7D,CAKA,SAAS2rB,GAAWnf,GAChB,IAAIof,EAAS,IAAInB,GAAMje,EAAM4F,IAAK5F,EAAM1P,KAIxC0P,EAAMxB,UAAYwB,EAAMxB,SAAS9V,QAASsX,EAAMke,KAAMle,EAAMme,IAAKne,EAAM3a,QAAS2a,EAAMoe,iBAAkBpe,EAAMqe,cAU9G,OATAe,EAAOd,GAAKte,EAAMse,GAClBc,EAAOxX,SAAW5H,EAAM4H,SACxBwX,EAAO51B,IAAMwW,EAAMxW,IACnB41B,EAAOT,UAAY3e,EAAM2e,UACzBS,EAAOb,UAAYve,EAAMue,UACzBa,EAAOZ,UAAYxe,EAAMwe,UACzBY,EAAOX,UAAYze,EAAMye,UACzBW,EAAON,UAAY9e,EAAM8e,UACzBM,EAAOR,UAAW,EACXQ,CACX,CAiBA,IAWIC,GAAQ,EACRC,GAAqB,GACrBC,GAAc,WACd,IAAK,IAAIh2B,EAAI,EAAGA,EAAI+1B,GAAmB13B,OAAQ2B,IAAK,CAChD,IAAIi2B,EAAMF,GAAmB/1B,GAC7Bi2B,EAAIC,KAAOD,EAAIC,KAAK5jB,QAAO,SAAU6jB,GAAK,OAAOA,CAAG,IACpDF,EAAIG,UAAW,CACnB,CACAL,GAAmB13B,OAAS,CAChC,EAMIg4B,GAAqB,WACrB,SAASA,IAELt6B,KAAKq6B,UAAW,EAChBr6B,KAAK6Q,GAAKkpB,KACV/5B,KAAKm6B,KAAO,EAChB,CAyCA,OAxCAG,EAAIpzB,UAAUqzB,OAAS,SAAUC,GAC7Bx6B,KAAKm6B,KAAKxsB,KAAK6sB,EACnB,EACAF,EAAIpzB,UAAUuzB,UAAY,SAAUD,GAKhCx6B,KAAKm6B,KAAKn6B,KAAKm6B,KAAK13B,QAAQ+3B,IAAQ,KAC/Bx6B,KAAKq6B,WACNr6B,KAAKq6B,UAAW,EAChBL,GAAmBrsB,KAAK3N,MAEhC,EACAs6B,EAAIpzB,UAAUwzB,OAAS,SAAUC,GACzBL,EAAI12B,QACJ02B,EAAI12B,OAAOg3B,OAAO56B,KAK1B,EACAs6B,EAAIpzB,UAAU2zB,OAAS,SAAUF,GAE7B,IAAIR,EAAOn6B,KAAKm6B,KAAK5jB,QAAO,SAAU6jB,GAAK,OAAOA,CAAG,IAOrD,IAAK,IAAIn2B,EAAI,EAAGohB,EAAI8U,EAAK73B,OAAQ2B,EAAIohB,EAAGphB,IAAK,CACzC,IAAIu2B,EAAML,EAAKl2B,GACX8B,EAIJy0B,EAAIM,QACR,CACJ,EACOR,CACX,CAhDyB,GAoDzBA,GAAI12B,OAAS,KACb,IAAIm3B,GAAc,GAClB,SAASC,GAAWp3B,GAChBm3B,GAAYptB,KAAK/J,GACjB02B,GAAI12B,OAASA,CACjB,CACA,SAASq3B,KACLF,GAAYvf,MACZ8e,GAAI12B,OAASm3B,GAAYA,GAAYz4B,OAAS,EAClD,CAMA,IAAI44B,GAAavwB,MAAMzD,UACnBi0B,GAAet4B,OAAOwc,OAAO6b,IAC7BE,GAAiB,CACjB,OACA,MACA,QACA,UACA,SACA,OACA,WAKJA,GAAenlB,SAAQ,SAAUxN,GAE7B,IAAI4yB,EAAWH,GAAWzyB,GAC1B4jB,EAAI8O,GAAc1yB,GAAQ,WAEtB,IADA,IAAI4I,EAAO,GACFiqB,EAAK,EAAGA,EAAKzzB,UAAUvF,OAAQg5B,IACpCjqB,EAAKiqB,GAAMzzB,UAAUyzB,GAEzB,IAEIC,EAFA1tB,EAASwtB,EAAS3zB,MAAM1H,KAAMqR,GAC9BmqB,EAAKx7B,KAAKy7B,OAEd,OAAQhzB,GACJ,IAAK,OACL,IAAK,UACD8yB,EAAWlqB,EACX,MACJ,IAAK,SACDkqB,EAAWlqB,EAAKjO,MAAM,GACtB,MAeR,OAbIm4B,GACAC,EAAGE,aAAaH,GAUhBC,EAAGtB,IAAIW,SAEJhtB,CACX,GACJ,IAEA,IAAI8tB,GAAY94B,OAAO4K,oBAAoB0tB,IACvCS,GAAoB,CAAC,EAKrBC,IAAgB,EACpB,SAASC,GAAgB15B,GACrBy5B,GAAgBz5B,CACpB,CAEA,IAAI25B,GAAU,CACVlB,OAAQza,EACRsa,OAAQta,EACRma,OAAQna,EACRqa,UAAWra,GAQX4b,GAA0B,WAC1B,SAASA,EAAS55B,EAAO65B,EAASC,GAU9B,QATgB,IAAZD,IAAsBA,GAAU,QACvB,IAATC,IAAmBA,GAAO,GAC9Bl8B,KAAKoC,MAAQA,EACbpC,KAAKi8B,QAAUA,EACfj8B,KAAKk8B,KAAOA,EAEZl8B,KAAKk6B,IAAMgC,EAAOH,GAAU,IAAIzB,GAChCt6B,KAAKm8B,QAAU,EACf9P,EAAIjqB,EAAO,SAAUpC,MACjB2C,EAAQP,GAAQ,CAChB,IAAK85B,EACD,GAAI9E,EACAh1B,EAAMguB,UAAY+K,QAIlB,IAAK,IAAIl3B,EAAI,EAAGohB,EAAIsW,GAAUr5B,OAAQ2B,EAAIohB,EAAGphB,IAAK,CAC9C,IAAIC,EAAMy3B,GAAU13B,GACpBooB,EAAIjqB,EAAO8B,EAAKi3B,GAAaj3B,GACjC,CAGH+3B,GACDj8B,KAAK07B,aAAat5B,EAE1B,KAOI,KAAI2B,EAAOlB,OAAOkB,KAAK3B,GACvB,IAAS6B,EAAI,EAAGA,EAAIF,EAAKzB,OAAQ2B,IAAK,CAC9BC,EAAMH,EAAKE,GACf+f,GAAe5hB,EAAO8B,EAAK03B,QAAmB74B,EAAWk5B,EAASC,EACtE,CAJ6B,CAMrC,CASA,OALAF,EAAS90B,UAAUw0B,aAAe,SAAUt5B,GACxC,IAAK,IAAI6B,EAAI,EAAGohB,EAAIjjB,EAAME,OAAQ2B,EAAIohB,EAAGphB,IACrCm4B,GAAQh6B,EAAM6B,IAAI,EAAOjE,KAAKk8B,KAEtC,EACOF,CACX,CAlD8B,GAyD9B,SAASI,GAAQh6B,EAAO65B,EAASI,GAC7B,OAAIj6B,GAASoB,EAAOpB,EAAO,WAAaA,EAAMq5B,kBAAkBO,GACrD55B,EAAMq5B,QAEbI,KACCQ,GAAsBtE,OACtBp1B,EAAQP,KAAUmxB,EAAcnxB,KACjCS,OAAOy5B,aAAal6B,IACnBA,EAAMm6B,UACNC,GAAMp6B,IACLA,aAAiBu2B,QANvB,EAOW,IAAIqD,GAAS55B,EAAO65B,EAASI,EAE5C,CAIA,SAASrY,GAAerY,EAAKzH,EAAKgK,EAAKuuB,EAAcR,EAASC,GAC1D,IAAIhC,EAAM,IAAII,GACVoC,EAAW75B,OAAOD,yBAAyB+I,EAAKzH,GACpD,IAAIw4B,IAAsC,IAA1BA,EAASn4B,aAAzB,CAIA,IAAI4H,EAASuwB,GAAYA,EAASx3B,IAC9BkH,EAASswB,GAAYA,EAAS/yB,IAC5BwC,IAAUC,GACX8B,IAAQ0tB,IAA0C,IAArB/zB,UAAUvF,SACxC4L,EAAMvC,EAAIzH,IAEd,IAAIy4B,GAAWV,GAAWG,GAAQluB,GAAK,EAAOguB,GA+D9C,OA9DAr5B,OAAOG,eAAe2I,EAAKzH,EAAK,CAC5BI,YAAY,EACZC,cAAc,EACdW,IAAK,WACD,IAAI9C,EAAQ+J,EAASA,EAAO9L,KAAKsL,GAAOuC,EAmBxC,OAlBIosB,GAAI12B,SASAs2B,EAAIQ,SAEJiC,IACAA,EAAQzC,IAAIQ,SACR/3B,EAAQP,IACRw6B,GAAYx6B,KAIjBo6B,GAAMp6B,KAAW65B,EAAU75B,EAAMA,MAAQA,CACpD,EACAuH,IAAK,SAAwBkzB,GACzB,IAAIz6B,EAAQ+J,EAASA,EAAO9L,KAAKsL,GAAOuC,EACxC,GAAK4nB,EAAW1zB,EAAOy6B,GAAvB,CAMA,GAAIzwB,EACAA,EAAO/L,KAAKsL,EAAKkxB,OAEhB,IAAI1wB,EAEL,OAEC,IAAK8vB,GAAWO,GAAMp6B,KAAWo6B,GAAMK,GAExC,YADAz6B,EAAMA,MAAQy6B,GAId3uB,EAAM2uB,CACV,CACAF,GAAWV,GAAWG,GAAQS,GAAQ,EAAOX,GAWzChC,EAAIW,QA7BR,CA+BJ,IAEGX,CAvEP,CAwEJ,CACA,SAASvwB,GAAI/F,EAAQM,EAAKgK,GAItB,IAAI4uB,GAAWl5B,GAAf,CAIA,IAAI43B,EAAK53B,EAAO63B,OAChB,OAAI94B,EAAQiB,IAAW6vB,EAAkBvvB,IACrCN,EAAOtB,OAASwG,KAAKmJ,IAAIrO,EAAOtB,OAAQ4B,GACxCN,EAAO0hB,OAAOphB,EAAK,EAAGgK,GAElBstB,IAAOA,EAAGS,SAAWT,EAAGU,MACxBE,GAAQluB,GAAK,GAAO,GAEjBA,GAEPhK,KAAON,KAAYM,KAAOrB,OAAOqE,YACjCtD,EAAOM,GAAOgK,EACPA,GAEPtK,EAAOm5B,QAAWvB,GAAMA,EAAGW,QAIpBjuB,EAENstB,GAILxX,GAAewX,EAAGp5B,MAAO8B,EAAKgK,OAAKnL,EAAWy4B,EAAGS,QAAST,EAAGU,MAWzDV,EAAGtB,IAAIW,SAEJ3sB,IAhBHtK,EAAOM,GAAOgK,EACPA,EAvBX,CAuCJ,CACA,SAAS8uB,GAAIp5B,EAAQM,GAIjB,GAAIvB,EAAQiB,IAAW6vB,EAAkBvvB,GACrCN,EAAO0hB,OAAOphB,EAAK,OADvB,CAIA,IAAIs3B,EAAK53B,EAAO63B,OACZ73B,EAAOm5B,QAAWvB,GAAMA,EAAGW,SAM3BW,GAAWl5B,IAKVJ,EAAOI,EAAQM,YAGbN,EAAOM,GACTs3B,GAWDA,EAAGtB,IAAIW,SA5BX,CA8BJ,CAKA,SAAS+B,GAAYx6B,GACjB,IAAK,IAAIwT,OAAI,EAAQ3R,EAAI,EAAGohB,EAAIjjB,EAAME,OAAQ2B,EAAIohB,EAAGphB,IACjD2R,EAAIxT,EAAM6B,GACN2R,GAAKA,EAAE6lB,QACP7lB,EAAE6lB,OAAOvB,IAAIQ,SAEb/3B,EAAQiT,IACRgnB,GAAYhnB,EAGxB,CAWA,SAASqnB,GAAgBr5B,GAGrB,OAFAs5B,GAAat5B,GAAQ,GACrByoB,EAAIzoB,EAAQ,iBAAgD,GACrDA,CACX,CACA,SAASs5B,GAAat5B,EAAQq4B,GAE1B,IAAKa,GAAWl5B,GAAS,CAUZw4B,GAAQx4B,EAAQq4B,EAASlE,MAC9BhyB,CAQR,CACJ,CAUA,SAAS+2B,GAAW16B,GAChB,SAAUA,IAASA,EAAM+6B,eAC7B,CA2BA,SAASX,GAAMY,GACX,SAAUA,IAAqB,IAAhBA,EAAEC,UACrB,CA+CA,SAASC,GAAmB15B,EAAQC,EAAQK,GACxCrB,OAAOG,eAAeY,EAAQM,EAAK,CAC/BI,YAAY,EACZC,cAAc,EACdW,IAAK,WACD,IAAIgJ,EAAMrK,EAAOK,GACjB,GAAIs4B,GAAMtuB,GACN,OAAOA,EAAI9L,MAGX,IAAIo5B,EAAKttB,GAAOA,EAAIutB,OAGpB,OAFID,GACAA,EAAGtB,IAAIQ,SACJxsB,CAEf,EACAvE,IAAK,SAAUvH,GACX,IAAIm7B,EAAW15B,EAAOK,GAClBs4B,GAAMe,KAAcf,GAAMp6B,GAC1Bm7B,EAASn7B,MAAQA,EAGjByB,EAAOK,GAAO9B,CAEtB,GAER,CAoMA,IAAIo7B,GAAU,UACG,GAAGv8B,OAAOu8B,GAAS,aACf,GAAGv8B,OAAOu8B,GAAS,WAClB,GAAGv8B,OAAOu8B,GAAS,YAczC,IAqMIC,GACJ,IAAIC,GAA6B,WAC7B,SAASA,EAAYC,QACA,IAAbA,IAAuBA,GAAW,GACtC39B,KAAK29B,SAAWA,EAIhB39B,KAAK49B,QAAS,EAId59B,KAAK69B,QAAU,GAIf79B,KAAK89B,SAAW,GAChB99B,KAAKG,OAASs9B,IACTE,GAAYF,KACbz9B,KAAKuC,OACAk7B,GAAkBM,SAAWN,GAAkBM,OAAS,KAAKpwB,KAAK3N,MAAQ,EAEvF,CAyDA,OAxDA09B,EAAYx2B,UAAU0J,IAAM,SAAU7I,GAClC,GAAI/H,KAAK49B,OAAQ,CACb,IAAII,EAAqBP,GACzB,IAEI,OADAA,GAAoBz9B,KACb+H,GACX,CAAC,QAEG01B,GAAoBO,CACxB,CACJ,MACSj4B,CAGb,EAKA23B,EAAYx2B,UAAUya,GAAK,WACvB8b,GAAoBz9B,IACxB,EAKA09B,EAAYx2B,UAAUwxB,IAAM,WACxB+E,GAAoBz9B,KAAKG,MAC7B,EACAu9B,EAAYx2B,UAAU+2B,KAAO,SAAUC,GACnC,GAAIl+B,KAAK49B,OAAQ,CACb,IAAI35B,OAAI,EAAQohB,OAAI,EACpB,IAAKphB,EAAI,EAAGohB,EAAIrlB,KAAK69B,QAAQv7B,OAAQ2B,EAAIohB,EAAGphB,IACxCjE,KAAK69B,QAAQ55B,GAAG8rB,WAEpB,IAAK9rB,EAAI,EAAGohB,EAAIrlB,KAAK89B,SAASx7B,OAAQ2B,EAAIohB,EAAGphB,IACzCjE,KAAK89B,SAAS75B,KAElB,GAAIjE,KAAK+9B,OACL,IAAK95B,EAAI,EAAGohB,EAAIrlB,KAAK+9B,OAAOz7B,OAAQ2B,EAAIohB,EAAGphB,IACvCjE,KAAK+9B,OAAO95B,GAAGg6B,MAAK,GAI5B,IAAKj+B,KAAK29B,UAAY39B,KAAKG,SAAW+9B,EAAY,CAE9C,IAAIC,EAAOn+B,KAAKG,OAAO49B,OAAOviB,MAC1B2iB,GAAQA,IAASn+B,OACjBA,KAAKG,OAAO49B,OAAO/9B,KAAKuC,OAAS47B,EACjCA,EAAK57B,MAAQvC,KAAKuC,MAE1B,CACAvC,KAAKG,YAAS4C,EACd/C,KAAK49B,QAAS,CAClB,CACJ,EACOF,CACX,CA/EiC,GAsFjC,SAASU,GAAkBC,EAAQC,QACjB,IAAVA,IAAoBA,EAAQb,IAC5Ba,GAASA,EAAMV,QACfU,EAAMT,QAAQlwB,KAAK0wB,EAE3B,CAyBA,SAASE,GAAgB/jB,GAMrB,IAAIzZ,EAAWyZ,EAAGgkB,UACdC,EAAiBjkB,EAAGT,SAAWS,EAAGT,QAAQykB,UAC9C,OAAIC,IAAmB19B,EACXyZ,EAAGgkB,UAAY37B,OAAOwc,OAAOof,GAG9B19B,CAEf,CA6BA,IAAI29B,GAAiBvK,GAAO,SAAUxvB,GAClC,IAAIg6B,EAA6B,MAAnBh6B,EAAK2W,OAAO,GAC1B3W,EAAOg6B,EAAUh6B,EAAKvB,MAAM,GAAKuB,EACjC,IAAI4nB,EAA0B,MAAnB5nB,EAAK2W,OAAO,GACvB3W,EAAO4nB,EAAO5nB,EAAKvB,MAAM,GAAKuB,EAC9B,IAAIyY,EAA6B,MAAnBzY,EAAK2W,OAAO,GAE1B,OADA3W,EAAOyY,EAAUzY,EAAKvB,MAAM,GAAKuB,EAC1B,CACHA,KAAMA,EACN4nB,KAAMA,EACNnP,QAASA,EACTuhB,QAASA,EAEjB,IACA,SAASC,GAAgBC,EAAKrkB,GAC1B,SAASskB,IACL,IAAID,EAAMC,EAAQD,IAClB,IAAIl8B,EAAQk8B,GAQR,OAAOE,GAAwBF,EAAK,KAAMh3B,UAAW2S,EAAI,gBANzD,IADA,IAAIsf,EAAS+E,EAAIz7B,QACRa,EAAI,EAAGA,EAAI61B,EAAOx3B,OAAQ2B,IAC/B86B,GAAwBjF,EAAO71B,GAAI,KAAM4D,UAAW2S,EAAI,eAOpE,CAEA,OADAskB,EAAQD,IAAMA,EACPC,CACX,CACA,SAASE,GAAgBrd,EAAIsd,EAAO1+B,EAAK2+B,EAAQC,EAAmB3kB,GAChE,IAAI7V,EAAMy6B,EAAKC,EAAKruB,EACpB,IAAKrM,KAAQgd,EACTyd,EAAMzd,EAAGhd,GACT06B,EAAMJ,EAAMt6B,GACZqM,EAAQ0tB,GAAe/5B,GACnBsuB,EAAQmM,KAIHnM,EAAQoM,IACTpM,EAAQmM,EAAIP,OACZO,EAAMzd,EAAGhd,GAAQi6B,GAAgBQ,EAAK5kB,IAEtC0Y,EAAOliB,EAAMub,QACb6S,EAAMzd,EAAGhd,GAAQw6B,EAAkBnuB,EAAMrM,KAAMy6B,EAAKpuB,EAAMoM,UAE9D7c,EAAIyQ,EAAMrM,KAAMy6B,EAAKpuB,EAAMoM,QAASpM,EAAM2tB,QAAS3tB,EAAM/B,SAEpDmwB,IAAQC,IACbA,EAAIR,IAAMO,EACVzd,EAAGhd,GAAQ06B,IAGnB,IAAK16B,KAAQs6B,EACLhM,EAAQtR,EAAGhd,MACXqM,EAAQ0tB,GAAe/5B,GACvBu6B,EAAOluB,EAAMrM,KAAMs6B,EAAMt6B,GAAOqM,EAAMoM,SAGlD,CAEA,SAASkiB,GAAejT,EAAKkT,EAAS7/B,GAIlC,IAAIo/B,EAHAzS,aAAesM,KACftM,EAAMA,EAAIrhB,KAAKtL,OAAS2sB,EAAIrhB,KAAKtL,KAAO,CAAC,IAG7C,IAAI8/B,EAAUnT,EAAIkT,GAClB,SAASE,IACL//B,EAAKgI,MAAM1H,KAAM6H,WAGjBqsB,EAAS4K,EAAQD,IAAKY,EAC1B,CACIxM,EAAQuM,GAERV,EAAUF,GAAgB,CAACa,IAIvBjc,EAAMgc,EAAQX,MAAQ3L,EAAOsM,EAAQE,SAErCZ,EAAUU,EACVV,EAAQD,IAAIlxB,KAAK8xB,IAIjBX,EAAUF,GAAgB,CAACY,EAASC,IAG5CX,EAAQY,QAAS,EACjBrT,EAAIkT,GAAWT,CACnB,CAEA,SAASa,GAA0B30B,EAAMotB,EAAM9X,GAI3C,IAAIsf,EAAcxH,EAAKz4B,QAAQoZ,MAC/B,IAAIka,EAAQ2M,GAAZ,CAGA,IAAI7pB,EAAM,CAAC,EACPgF,EAAQ/P,EAAK+P,MAAOhC,EAAQ/N,EAAK+N,MACrC,GAAIyK,EAAMzI,IAAUyI,EAAMzK,GACtB,IAAK,IAAI7U,KAAO07B,EAAa,CACzB,IAAIhd,EAAS6R,EAAUvwB,GAcvB27B,GAAU9pB,EAAKgD,EAAO7U,EAAK0e,GAAQ,IAC/Bid,GAAU9pB,EAAKgF,EAAO7W,EAAK0e,GAAQ,EAC3C,CAEJ,OAAO7M,CAvBP,CAwBJ,CACA,SAAS8pB,GAAU9pB,EAAKkB,EAAM/S,EAAK0e,EAAQkd,GACvC,GAAItc,EAAMvM,GAAO,CACb,GAAIzT,EAAOyT,EAAM/S,GAKb,OAJA6R,EAAI7R,GAAO+S,EAAK/S,GACX47B,UACM7oB,EAAK/S,IAET,EAEN,GAAIV,EAAOyT,EAAM2L,GAKlB,OAJA7M,EAAI7R,GAAO+S,EAAK2L,GACXkd,UACM7oB,EAAK2L,IAET,CAEf,CACA,OAAO,CACX,CAaA,SAASmd,GAAwB7mB,GAC7B,IAAK,IAAIjV,EAAI,EAAGA,EAAIiV,EAAS5W,OAAQ2B,IACjC,GAAItB,EAAQuW,EAASjV,IACjB,OAAO0G,MAAMzD,UAAUjG,OAAOyG,MAAM,GAAIwR,GAGhD,OAAOA,CACX,CAKA,SAAS8mB,GAAkB9mB,GACvB,OAAOka,EAAYla,GACb,CAAC0gB,GAAgB1gB,IACjBvW,EAAQuW,GACJ+mB,GAAuB/mB,QACvBnW,CACd,CACA,SAASm9B,GAAWvG,GAChB,OAAOnW,EAAMmW,IAASnW,EAAMmW,EAAKf,OAASzF,EAAQwG,EAAKN,UAC3D,CACA,SAAS4G,GAAuB/mB,EAAUinB,GACtC,IACIl8B,EAAG2Q,EAAGwrB,EAAWjC,EADjBpoB,EAAM,GAEV,IAAK9R,EAAI,EAAGA,EAAIiV,EAAS5W,OAAQ2B,IAC7B2Q,EAAIsE,EAASjV,GACTgvB,EAAQre,IAAmB,mBAANA,IAEzBwrB,EAAYrqB,EAAIzT,OAAS,EACzB67B,EAAOpoB,EAAIqqB,GAEPz9B,EAAQiS,GACJA,EAAEtS,OAAS,IACXsS,EAAIqrB,GAAuBrrB,EAAG,GAAG3T,OAAOk/B,GAAe,GAAI,KAAKl/B,OAAOgD,IAEnEi8B,GAAWtrB,EAAE,KAAOsrB,GAAW/B,KAC/BpoB,EAAIqqB,GAAaxG,GAAgBuE,EAAKvF,KAAOhkB,EAAE,GAAGgkB,MAClDhkB,EAAEwB,SAENL,EAAIpI,KAAKjG,MAAMqO,EAAKnB,IAGnBwe,EAAYxe,GACbsrB,GAAW/B,GAIXpoB,EAAIqqB,GAAaxG,GAAgBuE,EAAKvF,KAAOhkB,GAElC,KAANA,GAELmB,EAAIpI,KAAKisB,GAAgBhlB,IAIzBsrB,GAAWtrB,IAAMsrB,GAAW/B,GAE5BpoB,EAAIqqB,GAAaxG,GAAgBuE,EAAKvF,KAAOhkB,EAAEgkB,OAI3C1F,EAAOha,EAASmnB,WAChB7c,EAAM5O,EAAE0L,MACR2S,EAAQre,EAAE1Q,MACVsf,EAAM2c,KACNvrB,EAAE1Q,IAAM,UAAUjD,OAAOk/B,EAAa,KAAKl/B,OAAOgD,EAAG,OAEzD8R,EAAIpI,KAAKiH,KAIrB,OAAOmB,CACX,CAKA,SAASuqB,GAAWpyB,EAAK/O,GACrB,IAAgB8E,EAAGohB,EAAGthB,EAAMG,EAAxB+wB,EAAM,KACV,GAAItyB,EAAQuL,IAAuB,kBAARA,EAEvB,IADA+mB,EAAM,IAAItqB,MAAMuD,EAAI5L,QACf2B,EAAI,EAAGohB,EAAInX,EAAI5L,OAAQ2B,EAAIohB,EAAGphB,IAC/BgxB,EAAIhxB,GAAK9E,EAAO+O,EAAIjK,GAAIA,QAG3B,GAAmB,kBAARiK,EAEZ,IADA+mB,EAAM,IAAItqB,MAAMuD,GACXjK,EAAI,EAAGA,EAAIiK,EAAKjK,IACjBgxB,EAAIhxB,GAAK9E,EAAO8E,EAAI,EAAGA,QAG1B,GAAIxC,EAASyM,GACd,GAAI8e,IAAa9e,EAAIyB,OAAOsD,UAAW,CACnCgiB,EAAM,GACN,IAAIhiB,EAAW/E,EAAIyB,OAAOsD,YACtBpF,EAASoF,EAASiK,OACtB,OAAQrP,EAAO0yB,KACXtL,EAAItnB,KAAKxO,EAAO0O,EAAOzL,MAAO6yB,EAAI3yB,SAClCuL,EAASoF,EAASiK,MAE1B,MAII,IAFAnZ,EAAOlB,OAAOkB,KAAKmK,GACnB+mB,EAAM,IAAItqB,MAAM5G,EAAKzB,QAChB2B,EAAI,EAAGohB,EAAIthB,EAAKzB,OAAQ2B,EAAIohB,EAAGphB,IAChCC,EAAMH,EAAKE,GACXgxB,EAAIhxB,GAAK9E,EAAO+O,EAAIhK,GAAMA,EAAKD,GAQ3C,OAJKuf,EAAMyR,KACPA,EAAM,IAEVA,EAAIoL,UAAW,EACRpL,CACX,CAKA,SAASuL,GAAW77B,EAAM87B,EAAgB1nB,EAAO2nB,GAC7C,IACIC,EADAC,EAAe5gC,KAAK+hB,aAAapd,GAEjCi8B,GAEA7nB,EAAQA,GAAS,CAAC,EACd2nB,IAIA3nB,EAAQvE,EAAOA,EAAO,CAAC,EAAGksB,GAAa3nB,IAE3C4nB,EACIC,EAAa7nB,KACRsa,EAAWoN,GAAkBA,IAAmBA,IAGzDE,EACI3gC,KAAKqiB,OAAO1d,KACP0uB,EAAWoN,GAAkBA,IAAmBA,GAE7D,IAAI78B,EAASmV,GAASA,EAAM8nB,KAC5B,OAAIj9B,EACO5D,KAAKoZ,eAAe,WAAY,CAAEynB,KAAMj9B,GAAU+8B,GAGlDA,CAEf,CAKA,SAASG,GAAcjwB,GACnB,OAAOkwB,GAAa/gC,KAAKU,SAAU,UAAWmQ,GAAI,IAASukB,CAC/D,CAEA,SAAS4L,GAAcC,EAAQC,GAC3B,OAAIv+B,EAAQs+B,IAC2B,IAA5BA,EAAOx+B,QAAQy+B,GAGfD,IAAWC,CAE1B,CAMA,SAASC,GAAcC,EAAcl9B,EAAKm9B,EAAgBC,EAAcC,GACpE,IAAIC,EAAgBxmB,EAAOwb,SAAStyB,IAAQm9B,EAC5C,OAAIE,GAAkBD,IAAiBtmB,EAAOwb,SAAStyB,GAC5C88B,GAAcO,EAAgBD,GAEhCE,EACER,GAAcQ,EAAeJ,GAE/BE,EACE7M,EAAU6M,KAAkBp9B,OAEfnB,IAAjBq+B,CACX,CAKA,SAASK,GAAgBz2B,EAAMsV,EAAKle,EAAOs/B,EAAQC,GAC/C,GAAIv/B,EACA,GAAKX,EAASW,GAIT,CACGO,EAAQP,KACRA,EAAQ+G,EAAS/G,IAErB,IAAI6U,OAAO,EACP2qB,EAAU,SAAU19B,GACpB,GAAY,UAARA,GAA2B,UAARA,GAAmB+vB,EAAoB/vB,GAC1D+S,EAAOjM,MAEN,CACD,IAAIT,EAAOS,EAAK+P,OAAS/P,EAAK+P,MAAMxQ,KACpC0M,EACIyqB,GAAU1mB,EAAO8b,YAAYxW,EAAK/V,EAAMrG,GAClC8G,EAAK62B,WAAa72B,EAAK62B,SAAW,CAAC,GACnC72B,EAAK+P,QAAU/P,EAAK+P,MAAQ,CAAC,EAC3C,CACA,IAAI+mB,EAAexN,EAASpwB,GACxB69B,EAAgBtN,EAAUvwB,GAC9B,KAAM49B,KAAgB7qB,MAAW8qB,KAAiB9qB,KAC9CA,EAAK/S,GAAO9B,EAAM8B,GACdy9B,GAAQ,CACR,IAAIhgB,EAAK3W,EAAK2W,KAAO3W,EAAK2W,GAAK,CAAC,GAChCA,EAAG,UAAU1gB,OAAOiD,IAAQ,SAAU89B,GAClC5/B,EAAM8B,GAAO89B,CACjB,CACJ,CAER,EACA,IAAK,IAAI99B,KAAO9B,EACZw/B,EAAQ19B,EAEhB,MAEJ,OAAO8G,CACX,CAKA,SAASi3B,GAAa1/B,EAAO2/B,GACzB,IAAI/N,EAASn0B,KAAKmiC,eAAiBniC,KAAKmiC,aAAe,IACnDC,EAAOjO,EAAO5xB,GAGlB,OAAI6/B,IAASF,IAIbE,EAAOjO,EAAO5xB,GAASvC,KAAKU,SAAStB,gBAAgBmD,GAAOlC,KAAKL,KAAKqiC,aAAcriC,KAAKsiC,GAAItiC,MAE7FuiC,GAAWH,EAAM,aAAanhC,OAAOsB,IAAQ,IALlC6/B,CAOf,CAKA,SAASI,GAASJ,EAAM7/B,EAAO2B,GAE3B,OADAq+B,GAAWH,EAAM,WAAWnhC,OAAOsB,GAAOtB,OAAOiD,EAAM,IAAIjD,OAAOiD,GAAO,KAAK,GACvEk+B,CACX,CACA,SAASG,GAAWH,EAAMl+B,EAAKq1B,GAC3B,GAAI52B,EAAQy/B,GACR,IAAK,IAAIn+B,EAAI,EAAGA,EAAIm+B,EAAK9/B,OAAQ2B,IACzBm+B,EAAKn+B,IAAyB,kBAAZm+B,EAAKn+B,IACvBw+B,GAAeL,EAAKn+B,GAAI,GAAGhD,OAAOiD,EAAK,KAAKjD,OAAOgD,GAAIs1B,QAK/DkJ,GAAeL,EAAMl+B,EAAKq1B,EAElC,CACA,SAASkJ,GAAe9I,EAAMz1B,EAAKq1B,GAC/BI,EAAKrX,UAAW,EAChBqX,EAAKz1B,IAAMA,EACXy1B,EAAKJ,OAASA,CAClB,CAEA,SAASmJ,GAAoB13B,EAAM5I,GAC/B,GAAIA,EACA,GAAKmxB,EAAcnxB,GAGd,CACD,IAAIuf,EAAM3W,EAAK2W,GAAK3W,EAAK2W,GAAKnN,EAAO,CAAC,EAAGxJ,EAAK2W,IAAM,CAAC,EACrD,IAAK,IAAIzd,KAAO9B,EAAO,CACnB,IAAIrB,EAAW4gB,EAAGzd,GACdy+B,EAAOvgC,EAAM8B,GACjByd,EAAGzd,GAAOnD,EAAW,GAAGE,OAAOF,EAAU4hC,GAAQA,CACrD,CACJ,MAEJ,OAAO33B,CACX,CAEA,SAAS43B,GAAmB/D,EAAK9oB,EAEjC8sB,EAAgBC,GACZ/sB,EAAMA,GAAO,CAAEgtB,SAAUF,GACzB,IAAK,IAAI5+B,EAAI,EAAGA,EAAI46B,EAAIv8B,OAAQ2B,IAAK,CACjC,IAAI48B,EAAOhC,EAAI56B,GACXtB,EAAQk+B,GACR+B,GAAmB/B,EAAM9qB,EAAK8sB,GAEzBhC,IAGDA,EAAKmC,QAELnC,EAAK94B,GAAGi7B,OAAQ,GAEpBjtB,EAAI8qB,EAAK38B,KAAO28B,EAAK94B,GAE7B,CAIA,OAHI+6B,IACA/sB,EAAIktB,KAAOH,GAER/sB,CACX,CAGA,SAASmtB,GAAgBC,EAASC,GAC9B,IAAK,IAAIn/B,EAAI,EAAGA,EAAIm/B,EAAO9gC,OAAQ2B,GAAK,EAAG,CACvC,IAAIC,EAAMk/B,EAAOn/B,GACE,kBAARC,GAAoBA,IAC3Bi/B,EAAQC,EAAOn/B,IAAMm/B,EAAOn/B,EAAI,GAMxC,CACA,OAAOk/B,CACX,CAIA,SAASE,GAAgBjhC,EAAOsN,GAC5B,MAAwB,kBAAVtN,EAAqBsN,EAAStN,EAAQA,CACxD,CAEA,SAASkhC,GAAqB1/B,GAC1BA,EAAO2/B,GAAKf,GACZ5+B,EAAO4/B,GAAK3P,EACZjwB,EAAO6/B,GAAKpgC,EACZO,EAAO8/B,GAAKpD,GACZ18B,EAAO+/B,GAAKnD,GACZ58B,EAAOggC,GAAKvO,EACZzxB,EAAO03B,GAAKzF,EACZjyB,EAAOigC,GAAK5B,GACZr+B,EAAOkgC,GAAKhD,GACZl9B,EAAOmgC,GAAK5C,GACZv9B,EAAOogC,GAAKvC,GACZ79B,EAAOqgC,GAAKrK,GACZh2B,EAAOsgC,GAAKxK,GACZ91B,EAAOugC,GAAKvB,GACZh/B,EAAOwgC,GAAK1B,GACZ9+B,EAAOygC,GAAKnB,GACZt/B,EAAO0gC,GAAKjB,EAChB,CAKA,SAASkB,GAAarrB,EAAUnZ,GAC5B,IAAKmZ,IAAaA,EAAS5W,OACvB,MAAO,CAAC,EAGZ,IADA,IAAIkiC,EAAQ,CAAC,EACJvgC,EAAI,EAAGohB,EAAInM,EAAS5W,OAAQ2B,EAAIohB,EAAGphB,IAAK,CAC7C,IAAImf,EAAQlK,EAASjV,GACjB+G,EAAOoY,EAAMpY,KAOjB,GALIA,GAAQA,EAAK+P,OAAS/P,EAAK+P,MAAM8lB,aAC1B71B,EAAK+P,MAAM8lB,KAIjBzd,EAAMrjB,UAAYA,GAAWqjB,EAAM6V,YAAcl5B,IAClDiL,GACa,MAAbA,EAAK61B,MAWJ2D,EAAMxrB,UAAYwrB,EAAMxrB,QAAU,KAAKrL,KAAKyV,OAX1B,CACnB,IAAIqhB,EAASz5B,EAAK61B,KACdA,EAAO2D,EAAMC,KAAYD,EAAMC,GAAU,IAC3B,aAAdrhB,EAAM9C,IACNugB,EAAKlzB,KAAKjG,MAAMm5B,EAAMzd,EAAMlK,UAAY,IAGxC2nB,EAAKlzB,KAAKyV,EAElB,CAIJ,CAEA,IAAK,IAAIshB,KAAUF,EACXA,EAAME,GAAQzsB,MAAM0sB,YACbH,EAAME,GAGrB,OAAOF,CACX,CACA,SAASG,GAAahL,GAClB,OAAQA,EAAKN,YAAcM,EAAKZ,cAA+B,MAAdY,EAAKf,IAC1D,CAEA,SAASa,GAAmBE,GAExB,OAAOA,EAAKN,WAAaM,EAAKZ,YAClC,CAEA,SAAS6L,GAAqBC,EAASC,EAAaC,EAAaC,GAC7D,IAAIjvB,EACAkvB,EAAiBpiC,OAAOkB,KAAKghC,GAAaziC,OAAS,EACnD4iC,EAAWJ,IAAgBA,EAAY/B,SAAWkC,EAClD/gC,EAAM4gC,GAAeA,EAAY7B,KACrC,GAAK6B,EAGA,IAAIA,EAAYllB,YAEjB,OAAOklB,EAAYllB,YAElB,GAAIslB,GACLF,GACAA,IAAoBhS,GACpB9uB,IAAQ8gC,EAAgB/B,OACvBgC,IACAD,EAAgBhjB,WAGjB,OAAOgjB,EAIP,IAAK,IAAIG,KADTpvB,EAAM,CAAC,EACW+uB,EACVA,EAAYK,IAAuB,MAAbA,EAAM,KAC5BpvB,EAAIovB,GAASC,GAAoBP,EAASE,EAAaI,EAAOL,EAAYK,IAGtF,MAvBIpvB,EAAM,CAAC,EAyBX,IAAK,IAAIsvB,KAASN,EACRM,KAAStvB,IACXA,EAAIsvB,GAASC,GAAgBP,EAAaM,IAWlD,OANIP,GAAejiC,OAAOy5B,aAAawI,KACnCA,EAAYllB,YAAc7J,GAE9BsW,EAAItW,EAAK,UAAWmvB,GACpB7Y,EAAItW,EAAK,OAAQ7R,GACjBmoB,EAAItW,EAAK,aAAckvB,GAChBlvB,CACX,CACA,SAASqvB,GAAoB5qB,EAAIuqB,EAAa7gC,EAAK6D,GAC/C,IAAIw9B,EAAa,WACb,IAAInG,EAAM7G,GACVC,GAAmBhe,GACnB,IAAIzE,EAAMlO,UAAUvF,OAASyF,EAAGL,MAAM,KAAMG,WAAaE,EAAG,CAAC,GAC7DgO,EACIA,GAAsB,kBAARA,IAAqBpT,EAAQoT,GACrC,CAACA,GACDiqB,GAAkBjqB,GAC5B,IAAI2E,EAAQ3E,GAAOA,EAAI,GAEvB,OADAyiB,GAAmB4G,GACZrpB,KACD2E,GACkB,IAAf3E,EAAIzT,QAAgBoY,EAAM2e,YAAcI,GAAmB/e,SAC9D3X,EACAgT,CACV,EAWA,OAPIhO,EAAGi7B,OACHngC,OAAOG,eAAe+hC,EAAa7gC,EAAK,CACpCgB,IAAKqgC,EACLjhC,YAAY,EACZC,cAAc,IAGfghC,CACX,CACA,SAASD,GAAgBd,EAAOtgC,GAC5B,OAAO,WAAc,OAAOsgC,EAAMtgC,EAAM,CAC5C,CAEA,SAASshC,GAAUhrB,GACf,IAAI7a,EAAU6a,EAAG9Z,SACb+kC,EAAQ9lC,EAAQ8lC,MACpB,GAAIA,EAAO,CACP,IAAI9Q,EAAOna,EAAGkrB,cAAgBC,GAAmBnrB,GACjDge,GAAmBhe,GACnBwgB,KACA,IAAI4K,EAAc7G,GAAwB0G,EAAO,KAAM,CAACjrB,EAAGqrB,QAAU5I,GAAgB,CAAC,GAAItI,GAAMna,EAAI,SAGpG,GAFAygB,KACAzC,KACInF,EAAWuS,GAGXjmC,EAAQR,OAASymC,OAEhB,GAAInkC,EAASmkC,GAQd,GAFAprB,EAAGsrB,YAAcF,EAEZA,EAAYG,MAUZ,CAED,IAAI/C,EAASxoB,EAAGwrB,YAAc,CAAC,EAC/B,IAAK,IAAI9hC,KAAO0hC,EACA,UAAR1hC,GACAo5B,GAAmB0F,EAAO4C,EAAa1hC,EAGnD,MAjBI,IAAK,IAAIA,KAAO0hC,EACP1O,EAAWhzB,IACZo5B,GAAmB9iB,EAAIorB,EAAa1hC,QAiB3C6B,CAGb,CACJ,CACA,SAAS4/B,GAAmBnrB,GAExB,MAAO,CACCO,YACA,IAAKP,EAAGyrB,YAAa,CACjB,IAAIjD,EAASxoB,EAAGyrB,YAAc,CAAC,EAC/B5Z,EAAI2W,EAAO,iBAAiB,GAC5BkD,GAAelD,EAAOxoB,EAAG2rB,OAAQnT,EAAaxY,EAAI,SACtD,CACA,OAAOA,EAAGyrB,WACd,EACIvY,gBACA,IAAKlT,EAAG4rB,gBAAiB,CACrB,IAAIpD,EAASxoB,EAAG4rB,gBAAkB,CAAC,EACnCF,GAAelD,EAAOxoB,EAAG6rB,WAAYrT,EAAaxY,EAAI,aAC1D,CACA,OAAOA,EAAG4rB,eACd,EACI5B,YACA,OAAO8B,GAAe9rB,EAC1B,EACA+rB,KAAM3+B,EAAK4S,EAAGgsB,MAAOhsB,GACrBisB,OAAQ,SAAUC,GAOVA,GACA7jC,OAAOkB,KAAK2iC,GAASzwB,SAAQ,SAAU/R,GACnC,OAAOo5B,GAAmB9iB,EAAIksB,EAASxiC,EAC3C,GAER,EAER,CACA,SAASgiC,GAAe9xB,EAAIkU,EAAM4G,EAAMzW,EAAUlO,GAC9C,IAAIo8B,GAAU,EACd,IAAK,IAAIziC,KAAOokB,EACNpkB,KAAOkQ,EAIJkU,EAAKpkB,KAASgrB,EAAKhrB,KACxByiC,GAAU,IAJVA,GAAU,EACVC,GAAgBxyB,EAAIlQ,EAAKuU,EAAUlO,IAM3C,IAAK,IAAIrG,KAAOkQ,EACNlQ,KAAOokB,IACTqe,GAAU,SACHvyB,EAAGlQ,IAGlB,OAAOyiC,CACX,CACA,SAASC,GAAgB5D,EAAO9+B,EAAKuU,EAAUlO,GAC3C1H,OAAOG,eAAeggC,EAAO9+B,EAAK,CAC9BI,YAAY,EACZC,cAAc,EACdW,IAAK,WACD,OAAOuT,EAASlO,GAAMrG,EAC1B,GAER,CACA,SAASoiC,GAAe9rB,GAIpB,OAHKA,EAAGqsB,aACJC,GAAgBtsB,EAAGqsB,YAAc,CAAC,EAAIrsB,EAAGuH,cAEtCvH,EAAGqsB,WACd,CACA,SAASC,GAAe1yB,EAAIkU,GACxB,IAAK,IAAIpkB,KAAOokB,EACZlU,EAAGlQ,GAAOokB,EAAKpkB,GAEnB,IAAK,IAAIA,KAAOkQ,EACNlQ,KAAOokB,UACFlU,EAAGlQ,EAGtB,CA2DA,SAAS6iC,GAAWvsB,GAChBA,EAAGwsB,OAAS,KACZxsB,EAAG2nB,aAAe,KAClB,IAAIxiC,EAAU6a,EAAG9Z,SACbumC,EAAezsB,EAAGva,OAASN,EAAQikB,aACnCsjB,EAAgBD,GAAeA,EAAYlnC,QAC/Cya,EAAG6H,OAASkiB,GAAa5kC,EAAQwnC,gBAAiBD,GAClD1sB,EAAGuH,aAAeklB,EACZrC,GAAqBpqB,EAAGT,QAASktB,EAAYj8B,KAAK85B,YAAatqB,EAAG6H,QAClE2Q,EAMNxY,EAAG8nB,GAAK,SAAUj5B,EAAGoL,EAAGG,EAAGwyB,GAAK,OAAOC,GAAgB7sB,EAAInR,EAAGoL,EAAGG,EAAGwyB,GAAG,EAAQ,EAI/E5sB,EAAGpB,eAAiB,SAAU/P,EAAGoL,EAAGG,EAAGwyB,GAAK,OAAOC,GAAgB7sB,EAAInR,EAAGoL,EAAGG,EAAGwyB,GAAG,EAAO,EAG1F,IAAIE,EAAaL,GAAeA,EAAYj8B,KAWxCgZ,GAAexJ,EAAI,SAAW8sB,GAAcA,EAAWvsB,OAAUiY,EAAa,MAAM,GACpFhP,GAAexJ,EAAI,aAAc7a,EAAQ4nC,kBAAoBvU,EAAa,MAAM,EAExF,CACA,IAAIwU,GAA2B,KAC/B,SAASC,GAAYnkB,GAEjBggB,GAAqBhgB,EAAIpc,WACzBoc,EAAIpc,UAAUyhB,UAAY,SAAU5gB,GAChC,OAAOuJ,GAASvJ,EAAI/H,KACxB,EACAsjB,EAAIpc,UAAUwgC,QAAU,WACpB,IAYIhtB,EAZAF,EAAKxa,KACL2nC,EAAKntB,EAAG9Z,SAAUvB,EAASwoC,EAAGxoC,OAAQykB,EAAe+jB,EAAG/jB,aACxDA,GAAgBpJ,EAAGotB,aACnBptB,EAAGuH,aAAe6iB,GAAqBpqB,EAAGT,QAAS6J,EAAa5Y,KAAK85B,YAAatqB,EAAG6H,OAAQ7H,EAAGuH,cAC5FvH,EAAGqsB,aACHC,GAAetsB,EAAGqsB,YAAarsB,EAAGuH,eAK1CvH,EAAGva,OAAS2jB,EAGZ,IAII4U,GAAmBhe,GACnBgtB,GAA2BhtB,EAC3BE,EAAQvb,EAAOkB,KAAKma,EAAG6nB,aAAc7nB,EAAGpB,eAC5C,CACA,MAAOxD,IACHiyB,GAAYjyB,GAAG4E,EAAI,UAcfE,EAAQF,EAAGwsB,MAEnB,CAAC,QAEGQ,GAA2B,KAC3BhP,IACJ,CAeA,OAbI71B,EAAQ+X,IAA2B,IAAjBA,EAAMpY,SACxBoY,EAAQA,EAAM,IAGZA,aAAiBie,KAKnBje,EAAQgf,MAGZhf,EAAMva,OAASyjB,EACRlJ,CACX,CACJ,CAEA,SAASotB,GAAWhb,EAAM3R,GAItB,OAHI2R,EAAKI,YAAeF,IAA0C,WAA7BF,EAAKnd,OAAOsd,gBAC7CH,EAAOA,EAAK9T,SAETvX,EAASqrB,GAAQ3R,EAAK3G,OAAOsY,GAAQA,CAChD,CACA,SAASib,GAAuBC,EAASh9B,EAAMjL,EAASmZ,EAAUoH,GAC9D,IAAIqZ,EAAOD,KAGX,OAFAC,EAAKZ,aAAeiP,EACpBrO,EAAKH,UAAY,CAAExuB,KAAMA,EAAMjL,QAASA,EAASmZ,SAAUA,EAAUoH,IAAKA,GACnEqZ,CACX,CACA,SAASsO,GAAsBD,EAASE,GACpC,GAAIhV,EAAO8U,EAAQ9kC,QAAUsgB,EAAMwkB,EAAQG,WACvC,OAAOH,EAAQG,UAEnB,GAAI3kB,EAAMwkB,EAAQtb,UACd,OAAOsb,EAAQtb,SAEnB,IAAI0b,EAAQZ,GAKZ,GAJIY,GAAS5kB,EAAMwkB,EAAQK,UAA8C,IAAnCL,EAAQK,OAAO5lC,QAAQ2lC,IAEzDJ,EAAQK,OAAO16B,KAAKy6B,GAEpBlV,EAAO8U,EAAQM,UAAY9kB,EAAMwkB,EAAQO,aACzC,OAAOP,EAAQO,YAEnB,GAAIH,IAAU5kB,EAAMwkB,EAAQK,QAAS,CACjC,IAAIG,EAAYR,EAAQK,OAAS,CAACD,GAC9BK,GAAS,EACTC,EAAiB,KACjBC,EAAiB,KACrBP,EAAMQ,IAAI,kBAAkB,WAAc,OAAO1U,EAASsU,EAAUJ,EAAQ,IAC5E,IAAIS,EAAgB,SAAUC,GAC1B,IAAK,IAAI7kC,EAAI,EAAGohB,EAAImjB,EAASlmC,OAAQ2B,EAAIohB,EAAGphB,IACxCukC,EAASvkC,GAAG8kC,eAEZD,IACAN,EAASlmC,OAAS,EACK,OAAnBomC,IACAM,aAAaN,GACbA,EAAiB,MAEE,OAAnBC,IACAK,aAAaL,GACbA,EAAiB,MAG7B,EACI3nB,EAAUuL,GAAK,SAAUxW,GAEzBiyB,EAAQtb,SAAWob,GAAW/xB,EAAKmyB,GAG9BO,EAIDD,EAASlmC,OAAS,EAHlBumC,GAAc,EAKtB,IACII,EAAW1c,GAAK,SAAUK,GAItBpJ,EAAMwkB,EAAQG,aACdH,EAAQ9kC,OAAQ,EAChB2lC,GAAc,GAEtB,IACIK,EAAQlB,EAAQhnB,EAASioB,GA0C7B,OAzCIxnC,EAASynC,KACLtV,EAAUsV,GAENjW,EAAQ+U,EAAQtb,WAChBwc,EAAMngB,KAAK/H,EAASioB,GAGnBrV,EAAUsV,EAAM/uB,aACrB+uB,EAAM/uB,UAAU4O,KAAK/H,EAASioB,GAC1BzlB,EAAM0lB,EAAMhmC,SACZ8kC,EAAQG,UAAYL,GAAWoB,EAAMhmC,MAAOglC,IAE5C1kB,EAAM0lB,EAAMZ,WACZN,EAAQO,YAAcT,GAAWoB,EAAMZ,QAASJ,GAC5B,IAAhBgB,EAAMC,MACNnB,EAAQM,SAAU,EAIlBI,EAAiB32B,YAAW,WACxB22B,EAAiB,KACbzV,EAAQ+U,EAAQtb,WAAauG,EAAQ+U,EAAQ9kC,SAC7C8kC,EAAQM,SAAU,EAClBO,GAAc,GAEtB,GAAGK,EAAMC,OAAS,MAGtB3lB,EAAM0lB,EAAMn6B,WAEZ45B,EAAiB52B,YAAW,WACxB42B,EAAiB,KACb1V,EAAQ+U,EAAQtb,WAChBuc,EAA4F,KAEpG,GAAGC,EAAMn6B,YAIrB05B,GAAS,EAEFT,EAAQM,QAAUN,EAAQO,YAAcP,EAAQtb,QAC3D,CACJ,CAEA,SAAS0c,GAAuBlwB,GAC5B,GAAIvW,EAAQuW,GACR,IAAK,IAAIjV,EAAI,EAAGA,EAAIiV,EAAS5W,OAAQ2B,IAAK,CACtC,IAAI2Q,EAAIsE,EAASjV,GACjB,GAAIuf,EAAM5O,KAAO4O,EAAM5O,EAAEkkB,mBAAqBW,GAAmB7kB,IAC7D,OAAOA,CAEf,CAER,CAEA,IAAIy0B,GAAmB,EACnBC,GAAmB,EAGvB,SAASjC,GAAgBtnC,EAASugB,EAAKtV,EAAMkO,EAAUqwB,EAAmBC,GAStE,OARI7mC,EAAQqI,IAASooB,EAAYpoB,MAC7Bu+B,EAAoBrwB,EACpBA,EAAWlO,EACXA,OAAOjI,GAEPmwB,EAAOsW,KACPD,EAAoBD,IAEjBG,GAAe1pC,EAASugB,EAAKtV,EAAMkO,EAAUqwB,EACxD,CACA,SAASE,GAAe1pC,EAASugB,EAAKtV,EAAMkO,EAAUqwB,GAClD,GAAI/lB,EAAMxY,IAASwY,EAAMxY,EAAKywB,QAG1B,OAAO/B,KAMX,GAHIlW,EAAMxY,IAASwY,EAAMxY,EAAK0+B,MAC1BppB,EAAMtV,EAAK0+B,KAEVppB,EAED,OAAOoZ,KAmBX,IAAIhf,EAAOse,EACX,GAZIr2B,EAAQuW,IAAama,EAAWna,EAAS,MACzClO,EAAOA,GAAQ,CAAC,EAChBA,EAAK85B,YAAc,CAAE9rB,QAASE,EAAS,IACvCA,EAAS5W,OAAS,GAElBinC,IAAsBD,GACtBpwB,EAAW8mB,GAAkB9mB,GAExBqwB,IAAsBF,KAC3BnwB,EAAW6mB,GAAwB7mB,IAGpB,kBAARoH,EAAkB,CACzB,IAAI8X,OAAO,EACXY,EAAMj5B,EAAQE,QAAUF,EAAQE,OAAO+4B,IAAOhe,EAAO4b,gBAAgBtW,GASjE5F,EARAM,EAAOyb,cAAcnW,GAQb,IAAIqY,GAAM3d,EAAO6b,qBAAqBvW,GAAMtV,EAAMkO,OAAUnW,OAAWA,EAAWhD,GAEnFiL,GAASA,EAAK2+B,MACrBnmB,EAAO4U,EAAO2I,GAAahhC,EAAQW,SAAU,aAAc4f,IAQnD,IAAIqY,GAAMrY,EAAKtV,EAAMkO,OAAUnW,OAAWA,EAAWhD,GANrD6pC,GAAgBxR,EAAMptB,EAAMjL,EAASmZ,EAAUoH,EAQ/D,MAGI5F,EAAQkvB,GAAgBtpB,EAAKtV,EAAMjL,EAASmZ,GAEhD,OAAIvW,EAAQ+X,GACDA,EAEF8I,EAAM9I,IACP8I,EAAMwV,IACN6Q,GAAQnvB,EAAOse,GACfxV,EAAMxY,IACN8+B,GAAqB9+B,GAClB0P,GAGAgf,IAEf,CACA,SAASmQ,GAAQnvB,EAAOse,EAAI+Q,GAOxB,GANArvB,EAAMse,GAAKA,EACO,kBAAdte,EAAM4F,MAEN0Y,OAAKj2B,EACLgnC,GAAQ,GAERvmB,EAAM9I,EAAMxB,UACZ,IAAK,IAAIjV,EAAI,EAAGohB,EAAI3K,EAAMxB,SAAS5W,OAAQ2B,EAAIohB,EAAGphB,IAAK,CACnD,IAAImf,EAAQ1I,EAAMxB,SAASjV,GACvBuf,EAAMJ,EAAM9C,OACX2S,EAAQ7P,EAAM4V,KAAQ9F,EAAO6W,IAAwB,QAAd3mB,EAAM9C,MAC9CupB,GAAQzmB,EAAO4V,EAAI+Q,EAE3B,CAER,CAIA,SAASD,GAAqB9+B,GACtBvJ,EAASuJ,EAAKsf,QACd0f,GAASh/B,EAAKsf,OAEd7oB,EAASuJ,EAAK6W,QACdmoB,GAASh/B,EAAK6W,MAEtB,CAeA,SAASgmB,GAAYzyB,EAAKoF,EAAImgB,GAG1BK,KACA,IACI,GAAIxgB,EAAI,CACJ,IAAI4kB,EAAM5kB,EACV,MAAQ4kB,EAAMA,EAAIrlB,QAAU,CACxB,IAAIkwB,EAAQ7K,EAAI1+B,SAASwpC,cACzB,GAAID,EACA,IAAK,IAAIhmC,EAAI,EAAGA,EAAIgmC,EAAM3nC,OAAQ2B,IAC9B,IACI,IAAImZ,GAAgD,IAAtC6sB,EAAMhmC,GAAG5D,KAAK++B,EAAKhqB,EAAKoF,EAAImgB,GAC1C,GAAIvd,EACA,MACR,CACA,MAAOxH,IACHu0B,GAAkBv0B,GAAGwpB,EAAK,qBAC9B,CAGZ,CACJ,CACA+K,GAAkB/0B,EAAKoF,EAAImgB,EAC/B,CAAC,QAEGM,IACJ,CACJ,CACA,SAAS8D,GAAwBjwB,EAAS/O,EAASsR,EAAMmJ,EAAImgB,GACzD,IAAI5kB,EACJ,IACIA,EAAM1E,EAAOvC,EAAQpH,MAAM3H,EAASsR,GAAQvC,EAAQzO,KAAKN,GACrDgW,IAAQA,EAAIgnB,QAAUnJ,EAAU7d,KAASA,EAAIq0B,WAC7Cr0B,EAAIkT,OAAM,SAAUrT,GAAK,OAAOiyB,GAAYjyB,EAAG4E,EAAImgB,EAAO,mBAAqB,IAC/E5kB,EAAIq0B,UAAW,EAEvB,CACA,MAAOx0B,IACHiyB,GAAYjyB,GAAG4E,EAAImgB,EACvB,CACA,OAAO5kB,CACX,CACA,SAASo0B,GAAkB/0B,EAAKoF,EAAImgB,GAChC,GAAI3f,EAAOqb,aACP,IACI,OAAOrb,EAAOqb,aAAah2B,KAAK,KAAM+U,EAAKoF,EAAImgB,EACnD,CACA,MAAO/kB,IAGCA,KAAMR,GACNi1B,GAASz0B,GAAG,KAAM,sBAE1B,CAEJy0B,GAASj1B,EAAKoF,EAAImgB,EACtB,CACA,SAAS0P,GAASj1B,EAAKoF,EAAImgB,GAKvB,IAAIjW,GAAgC,qBAAZ8K,QAIpB,MAAMpa,EAHNoa,QAAQtsB,MAAMkS,EAKtB,CAGA,IAsBIk1B,GAtBAC,IAAmB,EACnBC,GAAY,GACZre,IAAU,EACd,SAASse,KACLte,IAAU,EACV,IAAIue,EAASF,GAAUpnC,MAAM,GAC7BonC,GAAUloC,OAAS,EACnB,IAAK,IAAI2B,EAAI,EAAGA,EAAIymC,EAAOpoC,OAAQ2B,IAC/BymC,EAAOzmC,IAEf,CAoBA,GAAuB,qBAAZouB,SAA2B8F,GAAS9F,SAAU,CACrD,IAAIsY,GAAMtY,QAAQrR,UAClBspB,GAAY,WACRK,GAAI5hB,KAAK0hB,IAMLhT,IACA1lB,WAAWqO,EACnB,EACAmqB,IAAmB,CACvB,MACK,GAAKjT,IACsB,qBAArBsT,mBACNzS,GAASyS,mBAE0B,yCAAhCA,iBAAiBvnC,WAoBrBinC,GAJ6B,qBAAjBn6B,cAAgCgoB,GAAShoB,cAIzC,WACRA,aAAas6B,GACjB,EAIY,WACR14B,WAAW04B,GAAgB,EAC/B,MA5B6E,CAI7E,IAAII,GAAY,EACZC,GAAW,IAAIF,iBAAiBH,IAChCM,GAAa3lC,SAAS4lC,eAAerpC,OAAOkpC,KAChDC,GAAS1O,QAAQ2O,GAAY,CACzBE,eAAe,IAEnBX,GAAY,WACRO,IAAaA,GAAY,GAAK,EAC9BE,GAAW//B,KAAOrJ,OAAOkpC,GAC7B,EACAN,IAAmB,CACvB,CAkBA,SAASj5B,GAASya,EAAI4I,GAClB,IAAIuW,EAmBJ,GAlBAV,GAAU78B,MAAK,WACX,GAAIoe,EACA,IACIA,EAAG1rB,KAAKs0B,EACZ,CACA,MAAO/e,IACHiyB,GAAYjyB,GAAG+e,EAAK,WACxB,MAEKuW,GACLA,EAASvW,EAEjB,IACKxI,KACDA,IAAU,EACVme,OAGCve,GAAyB,qBAAZsG,QACd,OAAO,IAAIA,SAAQ,SAAUrR,GACzBkqB,EAAWlqB,CACf,GAER,CAqHA,SAASmqB,GAAgBC,GACrB,OAAO,SAAUrjC,EAAInE,GAEjB,QADe,IAAXA,IAAqBA,EAAS20B,IAC7B30B,EAOL,OAAOynC,GAAWznC,EAAQwnC,EAAUrjC,EACxC,CACJ,CAUA,SAASsjC,GAAW5yB,EAAU2yB,EAAUrjC,GACpC,IAAIpI,EAAU8Y,EAAS/X,SACvBf,EAAQyrC,GAAYE,GAAmB3rC,EAAQyrC,GAAWrjC,EAC9D,CACoBojC,GAAgB,eACpBA,GAAgB,WACXA,GAAgB,gBACrBA,GAAgB,WACVA,GAAgB,iBACpBA,GAAgB,aAChBA,GAAgB,aACdA,GAAgB,eACbA,GAAgB,kBACjBA,GAAgB,iBACdA,GAAgB,mBACVA,GAAgB,iBAS9C,IAAIxlC,GAAU,SAQd,IAAI4lC,GAAc,IAAIlT,GAMtB,SAAS2R,GAAS97B,GAGd,OAFAs9B,GAAUt9B,EAAKq9B,IACfA,GAAYn7B,QACLlC,CACX,CACA,SAASs9B,GAAUt9B,EAAKu9B,GACpB,IAAIxnC,EAAGF,EACH2nC,EAAM/oC,EAAQuL,GAClB,MAAMw9B,IAAQjqC,EAASyM,IACnBA,EAAIquB,UACJ15B,OAAO8oC,SAASz9B,IAChBA,aAAeyqB,IAHnB,CAMA,GAAIzqB,EAAIutB,OAAQ,CACZ,IAAImQ,EAAQ19B,EAAIutB,OAAOvB,IAAIrpB,GAC3B,GAAI46B,EAAK7hC,IAAIgiC,GACT,OAEJH,EAAKlrC,IAAIqrC,EACb,CACA,GAAIF,EAAK,CACLznC,EAAIiK,EAAI5L,OACR,MAAO2B,IACHunC,GAAUt9B,EAAIjK,GAAIwnC,EAC1B,MACK,GAAIjP,GAAMtuB,GACXs9B,GAAUt9B,EAAI9L,MAAOqpC,OAEpB,CACD1nC,EAAOlB,OAAOkB,KAAKmK,GACnBjK,EAAIF,EAAKzB,OACT,MAAO2B,IACHunC,GAAUt9B,EAAInK,EAAKE,IAAKwnC,EAChC,CArBA,CAsBJ,CAEA,IA4OII,GA5OAC,GAAQ,EAORC,GAAyB,WACzB,SAASA,EAAQvxB,EAAIwxB,EAASjgB,EAAIpsB,EAASssC,GACvC7N,GAAkBp+B,KAGlBy9B,KAAsBA,GAAkByO,IAClCzO,GACAjjB,EACIA,EAAGie,YACH11B,IACL/C,KAAKwa,GAAKA,IAAOyxB,IAClBzxB,EAAG2xB,SAAWnsC,MAGdL,GACAK,KAAKosC,OAASzsC,EAAQysC,KACtBpsC,KAAKqsC,OAAS1sC,EAAQ0sC,KACtBrsC,KAAKssC,OAAS3sC,EAAQ2sC,KACtBtsC,KAAKusC,OAAS5sC,EAAQ4sC,KACtBvsC,KAAKwsC,OAAS7sC,EAAQ6sC,QAOtBxsC,KAAKosC,KAAOpsC,KAAKqsC,KAAOrsC,KAAKssC,KAAOtsC,KAAKusC,MAAO,EAEpDvsC,KAAK+rB,GAAKA,EACV/rB,KAAK6Q,KAAOi7B,GACZ9rC,KAAK49B,QAAS,EACd59B,KAAKysC,MAAO,EACZzsC,KAAK0sC,MAAQ1sC,KAAKssC,KAClBtsC,KAAK2sC,KAAO,GACZ3sC,KAAK4sC,QAAU,GACf5sC,KAAK6sC,OAAS,IAAIxU,GAClBr4B,KAAK8sC,UAAY,IAAIzU,GACrBr4B,KAAK+sC,WAA0E,GAE3E1Z,EAAW2Y,GACXhsC,KAAKmM,OAAS6/B,GAGdhsC,KAAKmM,OAASwP,EAAUqwB,GACnBhsC,KAAKmM,SACNnM,KAAKmM,OAASiU,IAOtBpgB,KAAKoC,MAAQpC,KAAKssC,UAAOvpC,EAAY/C,KAAKkF,KAC9C,CA4IA,OAxIA6mC,EAAQ7kC,UAAUhC,IAAM,WAEpB,IAAI9C,EADJ44B,GAAWh7B,MAEX,IAAIwa,EAAKxa,KAAKwa,GACd,IACIpY,EAAQpC,KAAKmM,OAAO9L,KAAKma,EAAIA,EACjC,CACA,MAAO5E,IACH,IAAI5V,KAAKqsC,KAIL,MAAMz2B,GAHNiyB,GAAYjyB,GAAG4E,EAAI,uBAAwBvZ,OAAOjB,KAAK+sC,WAAY,KAK3E,CAAC,QAIO/sC,KAAKosC,MACLpC,GAAS5nC,GAEb64B,KACAj7B,KAAKi6B,aACT,CACA,OAAO73B,CACX,EAIA2pC,EAAQ7kC,UAAU0zB,OAAS,SAAUV,GACjC,IAAIrpB,EAAKqpB,EAAIrpB,GACR7Q,KAAK8sC,UAAUljC,IAAIiH,KACpB7Q,KAAK8sC,UAAUvsC,IAAIsQ,GACnB7Q,KAAK4sC,QAAQj/B,KAAKusB,GACbl6B,KAAK6sC,OAAOjjC,IAAIiH,IACjBqpB,EAAIK,OAAOv6B,MAGvB,EAIA+rC,EAAQ7kC,UAAU+yB,YAAc,WAC5B,IAAIh2B,EAAIjE,KAAK2sC,KAAKrqC,OAClB,MAAO2B,IAAK,CACR,IAAIi2B,EAAMl6B,KAAK2sC,KAAK1oC,GACfjE,KAAK8sC,UAAUljC,IAAIswB,EAAIrpB,KACxBqpB,EAAIO,UAAUz6B,KAEtB,CACA,IAAIgtC,EAAMhtC,KAAK6sC,OACf7sC,KAAK6sC,OAAS7sC,KAAK8sC,UACnB9sC,KAAK8sC,UAAYE,EACjBhtC,KAAK8sC,UAAU18B,QACf48B,EAAMhtC,KAAK2sC,KACX3sC,KAAK2sC,KAAO3sC,KAAK4sC,QACjB5sC,KAAK4sC,QAAUI,EACfhtC,KAAK4sC,QAAQtqC,OAAS,CAC1B,EAKAypC,EAAQ7kC,UAAU4zB,OAAS,WAEnB96B,KAAKssC,KACLtsC,KAAK0sC,OAAQ,EAER1sC,KAAKusC,KACVvsC,KAAK4Q,MAGLq8B,GAAajtC,KAErB,EAKA+rC,EAAQ7kC,UAAU0J,IAAM,WACpB,GAAI5Q,KAAK49B,OAAQ,CACb,IAAIx7B,EAAQpC,KAAKkF,MACjB,GAAI9C,IAAUpC,KAAKoC,OAIfX,EAASW,IACTpC,KAAKosC,KAAM,CAEX,IAAI7O,EAAWv9B,KAAKoC,MAEpB,GADApC,KAAKoC,MAAQA,EACTpC,KAAKqsC,KAAM,CACX,IAAI1R,EAAO,yBAA0B15B,OAAOjB,KAAK+sC,WAAY,KAC7DhO,GAAwB/+B,KAAK+rB,GAAI/rB,KAAKwa,GAAI,CAACpY,EAAOm7B,GAAWv9B,KAAKwa,GAAImgB,EAC1E,MAEI36B,KAAK+rB,GAAG1rB,KAAKL,KAAKwa,GAAIpY,EAAOm7B,EAErC,CACJ,CACJ,EAKAwO,EAAQ7kC,UAAUgmC,SAAW,WACzBltC,KAAKoC,MAAQpC,KAAKkF,MAClBlF,KAAK0sC,OAAQ,CACjB,EAIAX,EAAQ7kC,UAAUwzB,OAAS,WACvB,IAAIz2B,EAAIjE,KAAK2sC,KAAKrqC,OAClB,MAAO2B,IACHjE,KAAK2sC,KAAK1oC,GAAGy2B,QAErB,EAIAqR,EAAQ7kC,UAAU6oB,SAAW,WAIzB,GAHI/vB,KAAKwa,KAAOxa,KAAKwa,GAAG3B,mBACpBqb,EAASl0B,KAAKwa,GAAGie,OAAOoF,QAAS79B,MAEjCA,KAAK49B,OAAQ,CACb,IAAI35B,EAAIjE,KAAK2sC,KAAKrqC,OAClB,MAAO2B,IACHjE,KAAK2sC,KAAK1oC,GAAGw2B,UAAUz6B,MAE3BA,KAAK49B,QAAS,EACV59B,KAAKmtC,QACLntC,KAAKmtC,QAEb,CACJ,EACOpB,CACX,CAlM6B,GA4N7B,SAASqB,GAAW5yB,GAChBA,EAAG6yB,QAAUxqC,OAAOwc,OAAO,MAC3B7E,EAAG8yB,eAAgB,EAEnB,IAAI5f,EAAYlT,EAAG9Z,SAAS6mC,iBACxB7Z,GACA6f,GAAyB/yB,EAAIkT,EAErC,CAEA,SAAS8f,GAAMx8B,EAAOjJ,GAClB8jC,GAASjD,IAAI53B,EAAOjJ,EACxB,CACA,SAAS0lC,GAASz8B,EAAOjJ,GACrB8jC,GAAS6B,KAAK18B,EAAOjJ,EACzB,CACA,SAAS4lC,GAAoB38B,EAAOjJ,GAChC,IAAI6lC,EAAU/B,GACd,OAAO,SAASgC,IACZ,IAAI93B,EAAMhO,EAAGL,MAAM,KAAMG,WACb,OAARkO,GACA63B,EAAQF,KAAK18B,EAAO68B,EAE5B,CACJ,CACA,SAASN,GAAyB/yB,EAAIkT,EAAWogB,GAC7CjC,GAAWrxB,EACXwkB,GAAgBtR,EAAWogB,GAAgB,CAAC,EAAGN,GAAOC,GAAUE,GAAqBnzB,GACrFqxB,QAAW9oC,CACf,CACA,SAASgrC,GAAYzqB,GACjB,IAAI0qB,EAAS,SACb1qB,EAAIpc,UAAU0hC,IAAM,SAAU53B,EAAOjJ,GACjC,IAAIyS,EAAKxa,KACT,GAAI2C,EAAQqO,GACR,IAAK,IAAI/M,EAAI,EAAGohB,EAAIrU,EAAM1O,OAAQ2B,EAAIohB,EAAGphB,IACrCuW,EAAGouB,IAAI53B,EAAM/M,GAAI8D,QAIpByS,EAAG6yB,QAAQr8B,KAAWwJ,EAAG6yB,QAAQr8B,GAAS,KAAKrD,KAAK5F,GAGjDimC,EAAOnoC,KAAKmL,KACZwJ,EAAG8yB,eAAgB,GAG3B,OAAO9yB,CACX,EACA8I,EAAIpc,UAAU4qB,MAAQ,SAAU9gB,EAAOjJ,GACnC,IAAIyS,EAAKxa,KACT,SAAS2hB,IACLnH,EAAGkzB,KAAK18B,EAAO2Q,GACf5Z,EAAGL,MAAM8S,EAAI3S,UACjB,CAGA,OAFA8Z,EAAG5Z,GAAKA,EACRyS,EAAGouB,IAAI53B,EAAO2Q,GACPnH,CACX,EACA8I,EAAIpc,UAAUwmC,KAAO,SAAU18B,EAAOjJ,GAClC,IAAIyS,EAAKxa,KAET,IAAK6H,UAAUvF,OAEX,OADAkY,EAAG6yB,QAAUxqC,OAAOwc,OAAO,MACpB7E,EAGX,GAAI7X,EAAQqO,GAAQ,CAChB,IAAK,IAAIi9B,EAAM,EAAG5oB,EAAIrU,EAAM1O,OAAQ2rC,EAAM5oB,EAAG4oB,IACzCzzB,EAAGkzB,KAAK18B,EAAMi9B,GAAMlmC,GAExB,OAAOyS,CACX,CAEA,IASIuR,EATArT,EAAM8B,EAAG6yB,QAAQr8B,GACrB,IAAK0H,EACD,OAAO8B,EAEX,IAAKzS,EAED,OADAyS,EAAG6yB,QAAQr8B,GAAS,KACbwJ,EAIX,IAAIvW,EAAIyU,EAAIpW,OACZ,MAAO2B,IAEH,GADA8nB,EAAKrT,EAAIzU,GACL8nB,IAAOhkB,GAAMgkB,EAAGhkB,KAAOA,EAAI,CAC3B2Q,EAAI4M,OAAOrhB,EAAG,GACd,KACJ,CAEJ,OAAOuW,CACX,EACA8I,EAAIpc,UAAUs/B,MAAQ,SAAUx1B,GAC5B,IAAIwJ,EAAKxa,KAWL0Y,EAAM8B,EAAG6yB,QAAQr8B,GACrB,GAAI0H,EAAK,CACLA,EAAMA,EAAIpW,OAAS,EAAIyyB,EAAQrc,GAAOA,EAGtC,IAFA,IAAIrH,EAAO0jB,EAAQltB,UAAW,GAC1B8yB,EAAO,sBAAuB15B,OAAO+P,EAAO,KACvC/M,EAAI,EAAGohB,EAAI3M,EAAIpW,OAAQ2B,EAAIohB,EAAGphB,IACnC86B,GAAwBrmB,EAAIzU,GAAIuW,EAAInJ,EAAMmJ,EAAImgB,EAEtD,CACA,OAAOngB,CACX,CACJ,CAEA,IAAI0zB,GAAiB,KAErB,SAASC,GAAkB3zB,GACvB,IAAI4zB,EAAqBF,GAEzB,OADAA,GAAiB1zB,EACV,WACH0zB,GAAiBE,CACrB,CACJ,CACA,SAASC,GAAc7zB,GACnB,IAAI7a,EAAU6a,EAAG9Z,SAEbP,EAASR,EAAQQ,OACrB,GAAIA,IAAWR,EAAQ2uC,SAAU,CAC7B,MAAOnuC,EAAOO,SAAS4tC,UAAYnuC,EAAO4Z,QACtC5Z,EAASA,EAAO4Z,QAEpB5Z,EAAOouC,UAAU5gC,KAAK6M,EAC1B,CACAA,EAAGT,QAAU5Z,EACbqa,EAAG/Z,MAAQN,EAASA,EAAOM,MAAQ+Z,EACnCA,EAAG+zB,UAAY,GACf/zB,EAAGg0B,MAAQ,CAAC,EACZh0B,EAAGgkB,UAAYr+B,EAASA,EAAOq+B,UAAY37B,OAAOwc,OAAO,MACzD7E,EAAG2xB,SAAW,KACd3xB,EAAGV,UAAY,KACfU,EAAGX,iBAAkB,EACrBW,EAAGotB,YAAa,EAChBptB,EAAGi0B,cAAe,EAClBj0B,EAAG3B,mBAAoB,CAC3B,CACA,SAAS61B,GAAeprB,GACpBA,EAAIpc,UAAUynC,QAAU,SAAUj0B,EAAOk0B,GACrC,IAAIp0B,EAAKxa,KACL6uC,EAASr0B,EAAGs0B,IACZC,EAAYv0B,EAAGwsB,OACfgI,EAAwBb,GAAkB3zB,GAC9CA,EAAGwsB,OAAStsB,EASRF,EAAGs0B,IANFC,EAMQv0B,EAAGy0B,UAAUF,EAAWr0B,GAJxBF,EAAGy0B,UAAUz0B,EAAGs0B,IAAKp0B,EAAOk0B,GAAW,GAMpDI,IAEIH,IACAA,EAAOK,QAAU,MAEjB10B,EAAGs0B,MACHt0B,EAAGs0B,IAAII,QAAU10B,GAGrB,IAAI20B,EAAU30B,EACd,MAAO20B,GACHA,EAAQlvC,QACRkvC,EAAQp1B,SACRo1B,EAAQlvC,SAAWkvC,EAAQp1B,QAAQitB,OACnCmI,EAAQp1B,QAAQ+0B,IAAMK,EAAQL,IAC9BK,EAAUA,EAAQp1B,OAI1B,EACAuJ,EAAIpc,UAAU6hC,aAAe,WACzB,IAAIvuB,EAAKxa,KACLwa,EAAG2xB,UACH3xB,EAAG2xB,SAASrR,QAEpB,EACAxX,EAAIpc,UAAUkoC,SAAW,WACrB,IAAI50B,EAAKxa,KACT,IAAIwa,EAAG3B,kBAAP,CAGAw2B,GAAW70B,EAAI,iBACfA,EAAG3B,mBAAoB,EAEvB,IAAI1Y,EAASqa,EAAGT,SACZ5Z,GAAWA,EAAO0Y,mBAAsB2B,EAAG9Z,SAAS4tC,UACpDpa,EAAS/zB,EAAOouC,UAAW/zB,GAI/BA,EAAGie,OAAOwF,OAGNzjB,EAAG80B,MAAM7T,QACTjhB,EAAG80B,MAAM7T,OAAOU,UAGpB3hB,EAAGi0B,cAAe,EAElBj0B,EAAGy0B,UAAUz0B,EAAGwsB,OAAQ,MAExBqI,GAAW70B,EAAI,aAEfA,EAAGkzB,OAEClzB,EAAGs0B,MACHt0B,EAAGs0B,IAAII,QAAU,MAGjB10B,EAAGva,SACHua,EAAGva,OAAOE,OAAS,KA9BvB,CAgCJ,CACJ,CACA,SAASovC,GAAe/0B,EAAItY,EAAI0sC,GAoB5B,IAAIY,EAnBJh1B,EAAGs0B,IAAM5sC,EACJsY,EAAG9Z,SAASvB,SAEbqb,EAAG9Z,SAASvB,OAASu6B,IAezB2V,GAAW70B,EAAI,eAoBXg1B,EAAkB,WACdh1B,EAAGm0B,QAAQn0B,EAAGktB,UAAWkH,EAC7B,EAEJ,IAAIa,EAAiB,CACjBjD,OAAQ,WACAhyB,EAAGotB,aAAeptB,EAAGi0B,cACrBY,GAAW70B,EAAI,eAEvB,GASJ,IAAIuxB,GAAQvxB,EAAIg1B,EAAiBpvB,EAAMqvB,GAAgB,GACvDb,GAAY,EAEZ,IAAIc,EAAcl1B,EAAGm1B,aACrB,GAAID,EACA,IAAK,IAAIzrC,EAAI,EAAGA,EAAIyrC,EAAYptC,OAAQ2B,IACpCyrC,EAAYzrC,GAAG2M,MASvB,OAJiB,MAAb4J,EAAGva,SACHua,EAAGotB,YAAa,EAChByH,GAAW70B,EAAI,YAEZA,CACX,CACA,SAASo1B,GAAqBp1B,EAAIq1B,EAAWniB,EAAWuZ,EAAa6I,GASjE,IAAIC,EAAiB9I,EAAYj8B,KAAK85B,YAClCkL,EAAiBx1B,EAAGuH,aACpBkuB,KAA2BF,IAAmBA,EAAehN,SAC5DiN,IAAmBhd,IAAgBgd,EAAejN,SAClDgN,GAAkBv1B,EAAGuH,aAAakhB,OAAS8M,EAAe9M,OACzD8M,GAAkBv1B,EAAGuH,aAAakhB,MAIpCiN,KAAsBJ,GACtBt1B,EAAG9Z,SAASymC,iBACZ8I,GACAE,EAAY31B,EAAGva,OACnBua,EAAG9Z,SAASkjB,aAAeqjB,EAC3BzsB,EAAGva,OAASgnC,EACRzsB,EAAGwsB,SAEHxsB,EAAGwsB,OAAO7mC,OAAS8mC,GAEvBzsB,EAAG9Z,SAASymC,gBAAkB2I,EAI9B,IAAI/0B,EAAQksB,EAAYj8B,KAAK+P,OAASiY,EAClCxY,EAAGyrB,aAGCC,GAAe1rB,EAAGyrB,YAAalrB,EAAQo1B,EAAUnlC,MAAQmlC,EAAUnlC,KAAK+P,OAAUiY,EAAaxY,EAAI,YACnG01B,GAAmB,GAG3B11B,EAAG2rB,OAASprB,EAEZ2S,EAAYA,GAAasF,EACzB,IAAIod,EAAgB51B,EAAG9Z,SAAS6mC,iBAOhC,GANI/sB,EAAG4rB,iBACHF,GAAe1rB,EAAG4rB,gBAAiB1Y,EAAW0iB,GAAiBpd,EAAaxY,EAAI,cAEpFA,EAAG6rB,WAAa7rB,EAAG9Z,SAAS6mC,iBAAmB7Z,EAC/C6f,GAAyB/yB,EAAIkT,EAAW0iB,GAEpCP,GAAar1B,EAAG9Z,SAASqY,MAAO,CAChC+iB,IAAgB,GAGhB,IAFA,IAAI/iB,EAAQyB,EAAGqrB,OACXwK,EAAW71B,EAAG9Z,SAAS4vC,WAAa,GAC/BrsC,EAAI,EAAGA,EAAIosC,EAAS/tC,OAAQ2B,IAAK,CACtC,IAAIC,EAAMmsC,EAASpsC,GACf27B,EAAcplB,EAAG9Z,SAASqY,MAC9BA,EAAM7U,GAAOqsC,GAAarsC,EAAK07B,EAAaiQ,EAAWr1B,EAC3D,CACAshB,IAAgB,GAEhBthB,EAAG9Z,SAASmvC,UAAYA,CAC5B,CAEIK,IACA11B,EAAG6H,OAASkiB,GAAauL,EAAgB7I,EAAYlnC,SACrDya,EAAGuuB,eAKX,CACA,SAASyH,GAAiBh2B,GACtB,MAAOA,IAAOA,EAAKA,EAAGT,SAClB,GAAIS,EAAGV,UACH,OAAO,EAEf,OAAO,CACX,CACA,SAAS22B,GAAuBj2B,EAAIk2B,GAChC,GAAIA,GAEA,GADAl2B,EAAGX,iBAAkB,EACjB22B,GAAiBh2B,GACjB,YAGH,GAAIA,EAAGX,gBACR,OAEJ,GAAIW,EAAGV,WAA8B,OAAjBU,EAAGV,UAAoB,CACvCU,EAAGV,WAAY,EACf,IAAK,IAAI7V,EAAI,EAAGA,EAAIuW,EAAG+zB,UAAUjsC,OAAQ2B,IACrCwsC,GAAuBj2B,EAAG+zB,UAAUtqC,IAExCorC,GAAW70B,EAAI,YACnB,CACJ,CACA,SAASm2B,GAAyBn2B,EAAIk2B,GAClC,KAAIA,IACAl2B,EAAGX,iBAAkB,GACjB22B,GAAiBh2B,OAIpBA,EAAGV,UAAW,CACfU,EAAGV,WAAY,EACf,IAAK,IAAI7V,EAAI,EAAGA,EAAIuW,EAAG+zB,UAAUjsC,OAAQ2B,IACrC0sC,GAAyBn2B,EAAG+zB,UAAUtqC,IAE1CorC,GAAW70B,EAAI,cACnB,CACJ,CACA,SAAS60B,GAAW70B,EAAI9a,EAAM2R,EAAMu/B,QACb,IAAfA,IAAyBA,GAAa,GAE1C5V,KACA,IAAI9L,EAAOqJ,GACXqY,GAAcpY,GAAmBhe,GACjC,IAAIq2B,EAAWr2B,EAAG9Z,SAAShB,GACvBi7B,EAAO,GAAG15B,OAAOvB,EAAM,SAC3B,GAAImxC,EACA,IAAK,IAAI5sC,EAAI,EAAGoQ,EAAIw8B,EAASvuC,OAAQ2B,EAAIoQ,EAAGpQ,IACxC86B,GAAwB8R,EAAS5sC,GAAIuW,EAAInJ,GAAQ,KAAMmJ,EAAImgB,GAG/DngB,EAAG8yB,eACH9yB,EAAGgsB,MAAM,QAAU9mC,GAEvBkxC,GAAcpY,GAAmBtJ,GACjC+L,IACJ,CAEA,IACIxqB,GAAQ,GACRqgC,GAAoB,GACpBlnC,GAAM,CAAC,EAEPmnC,IAAU,EACVC,IAAW,EACXzuC,GAAQ,EAIZ,SAAS0uC,KACL1uC,GAAQkO,GAAMnO,OAASwuC,GAAkBxuC,OAAS,EAClDsH,GAAM,CAAC,EAIPmnC,GAAUC,IAAW,CACzB,CAMA,IAAIE,GAAwB,EAExBC,GAAS7pB,KAAK/V,IAOlB,GAAImT,IAAc4S,GAAM,CACpB,IAAI8Z,GAAgBpoC,OAAOqe,YACvB+pB,IAC6B,oBAAtBA,GAAc7/B,KACrB4/B,KAAW/rC,SAASisC,YAAY,SAASC,YAKzCH,GAAS,WAAc,OAAOC,GAAc7/B,KAAO,EAE3D,CACA,IAAIggC,GAAgB,SAAUloC,EAAGoL,GAC7B,GAAIpL,EAAEojC,MACF,IAAKh4B,EAAEg4B,KACH,OAAO,OAEV,GAAIh4B,EAAEg4B,KACP,OAAQ,EAEZ,OAAOpjC,EAAEwH,GAAK4D,EAAE5D,EACpB,EAIA,SAAS2gC,KAGL,IAAIC,EAAS5gC,EAYb,IAdAqgC,GAAwBC,KACxBH,IAAW,EAUXvgC,GAAMsH,KAAKw5B,IAGNhvC,GAAQ,EAAGA,GAAQkO,GAAMnO,OAAQC,KAClCkvC,EAAUhhC,GAAMlO,IACZkvC,EAAQjF,QACRiF,EAAQjF,SAEZ37B,EAAK4gC,EAAQ5gC,GACbjH,GAAIiH,GAAM,KACV4gC,EAAQ7gC,MAcZ,IAAI8gC,EAAiBZ,GAAkB1tC,QACnCuuC,EAAelhC,GAAMrN,QACzB6tC,KAEAW,GAAmBF,GACnBG,GAAiBF,GACjB1X,KAGI7D,IAAYpb,EAAOob,UACnBA,GAASmQ,KAAK,QAEtB,CACA,SAASsL,GAAiBphC,GACtB,IAAIxM,EAAIwM,EAAMnO,OACd,MAAO2B,IAAK,CACR,IAAIwtC,EAAUhhC,EAAMxM,GAChBuW,EAAKi3B,EAAQj3B,GACbA,GAAMA,EAAG2xB,WAAasF,GAAWj3B,EAAGotB,aAAeptB,EAAGi0B,cACtDY,GAAW70B,EAAI,UAEvB,CACJ,CAKA,SAASs3B,GAAwBt3B,GAG7BA,EAAGV,WAAY,EACfg3B,GAAkBnjC,KAAK6M,EAC3B,CACA,SAASo3B,GAAmBnhC,GACxB,IAAK,IAAIxM,EAAI,EAAGA,EAAIwM,EAAMnO,OAAQ2B,IAC9BwM,EAAMxM,GAAG6V,WAAY,EACrB22B,GAAuBhgC,EAAMxM,IAAI,EAEzC,CAMA,SAASgpC,GAAawE,GAClB,IAAI5gC,EAAK4gC,EAAQ5gC,GACjB,GAAe,MAAXjH,GAAIiH,KAGJ4gC,IAAYnX,GAAI12B,SAAU6tC,EAAQM,WAAtC,CAIA,GADAnoC,GAAIiH,IAAM,EACLmgC,GAGA,CAGD,IAAI/sC,EAAIwM,GAAMnO,OAAS,EACvB,MAAO2B,EAAI1B,IAASkO,GAAMxM,GAAG4M,GAAK4gC,EAAQ5gC,GACtC5M,IAEJwM,GAAM6U,OAAOrhB,EAAI,EAAG,EAAGwtC,EAC3B,MAVIhhC,GAAM9C,KAAK8jC,GAYVV,KACDA,IAAU,EAKVz/B,GAASkgC,IArBb,CAuBJ,CAEA,SAASQ,GAAYx3B,GACjB,IAAIy3B,EAAgBz3B,EAAG9Z,SAASwxC,QAChC,GAAID,EAAe,CACf,IAAIE,EAAW9e,EAAW4e,GACpBA,EAAc5xC,KAAKma,GACnBy3B,EACN,IAAKxwC,EAAS0wC,GACV,OAMJ,IAJA,IAAItuC,EAAS06B,GAAgB/jB,GAGzBzW,EAAOipB,GAAYrlB,QAAQlE,QAAQ0uC,GAAYtvC,OAAOkB,KAAKouC,GACtDluC,EAAI,EAAGA,EAAIF,EAAKzB,OAAQ2B,IAAK,CAClC,IAAIC,EAAMH,EAAKE,GACfpB,OAAOG,eAAea,EAAQK,EAAKrB,OAAOD,yBAAyBuvC,EAAUjuC,GACjF,CACJ,CACJ,CACA,SAASkuC,GAAe53B,GACpB,IAAI3M,EAASwkC,GAAc73B,EAAG9Z,SAAS4xC,OAAQ93B,GAC3C3M,IACAiuB,IAAgB,GAChBj5B,OAAOkB,KAAK8J,GAAQoI,SAAQ,SAAU/R,GAU9B8f,GAAexJ,EAAItW,EAAK2J,EAAO3J,GAEvC,IACA43B,IAAgB,GAExB,CACA,SAASuW,GAAcC,EAAQ93B,GAC3B,GAAI83B,EAAQ,CAIR,IAFA,IAAIzkC,EAAShL,OAAOwc,OAAO,MACvBtb,EAAOipB,GAAYrlB,QAAQlE,QAAQ6uC,GAAUzvC,OAAOkB,KAAKuuC,GACpDruC,EAAI,EAAGA,EAAIF,EAAKzB,OAAQ2B,IAAK,CAClC,IAAIC,EAAMH,EAAKE,GAEf,GAAY,WAARC,EAAJ,CAEA,IAAIquC,EAAaD,EAAOpuC,GAAKokB,KAC7B,GAAIiqB,KAAc/3B,EAAGgkB,UACjB3wB,EAAO3J,GAAOsW,EAAGgkB,UAAU+T,QAE1B,GAAI,YAAaD,EAAOpuC,GAAM,CAC/B,IAAIsuC,EAAiBF,EAAOpuC,GAAK8U,QACjCnL,EAAO3J,GAAOmvB,EAAWmf,GACnBA,EAAenyC,KAAKma,GACpBg4B,CACV,MACSzsC,CAXG,CAchB,CACA,OAAO8H,CACX,CACJ,CAEA,SAAS4kC,GAAwBznC,EAAM+N,EAAOG,EAAU/Y,EAAQi4B,GAC5D,IAIIsa,EAJAC,EAAQ3yC,KACRL,EAAUy4B,EAAKz4B,QAIf6D,EAAOrD,EAAQ,SACfuyC,EAAY7vC,OAAOwc,OAAOlf,GAC1BuyC,EAAUE,UAAYzyC,IAMtBuyC,EAAYvyC,EAEZA,EAASA,EAAOyyC,WAEpB,IAAIC,EAAa3f,EAAOvzB,EAAQC,WAC5BkzC,GAAqBD,EACzB7yC,KAAKgL,KAAOA,EACZhL,KAAK+Y,MAAQA,EACb/Y,KAAKkZ,SAAWA,EAChBlZ,KAAKG,OAASA,EACdH,KAAK0tB,UAAY1iB,EAAK2W,IAAMqR,EAC5BhzB,KAAK+yC,WAAaV,GAAc1yC,EAAQ2yC,OAAQnyC,GAChDH,KAAKwkC,MAAQ,WAIT,OAHKmO,EAAMtwB,QACPuiB,GAAqBzkC,EAAQ6K,EAAK85B,YAAc6N,EAAMtwB,OAASkiB,GAAarrB,EAAU/Y,IAEnFwyC,EAAMtwB,MACjB,EACAxf,OAAOG,eAAehD,KAAM,cAAe,CACvCsE,YAAY,EACZY,IAAK,WACD,OAAO0/B,GAAqBzkC,EAAQ6K,EAAK85B,YAAa9kC,KAAKwkC,QAC/D,IAGAqO,IAEA7yC,KAAKU,SAAWf,EAEhBK,KAAKqiB,OAASriB,KAAKwkC,QACnBxkC,KAAK+hB,aAAe6iB,GAAqBzkC,EAAQ6K,EAAK85B,YAAa9kC,KAAKqiB,SAExE1iB,EAAQG,SACRE,KAAKsiC,GAAK,SAAUj5B,EAAGoL,EAAGG,EAAGwyB,GACzB,IAAI1sB,EAAQ2sB,GAAgBqL,EAAWrpC,EAAGoL,EAAGG,EAAGwyB,EAAG0L,GAKnD,OAJIp4B,IAAU/X,EAAQ+X,KAClBA,EAAMye,UAAYx5B,EAAQG,SAC1B4a,EAAMue,UAAY94B,GAEfua,CACX,EAGA1a,KAAKsiC,GAAK,SAAUj5B,EAAGoL,EAAGG,EAAGwyB,GACzB,OAAOC,GAAgBqL,EAAWrpC,EAAGoL,EAAGG,EAAGwyB,EAAG0L,EAClD,CAER,CAEA,SAASE,GAA0B5a,EAAMyX,EAAW7kC,EAAM0nC,EAAWx5B,GACjE,IAAIvZ,EAAUy4B,EAAKz4B,QACfoZ,EAAQ,CAAC,EACT6mB,EAAcjgC,EAAQoZ,MAC1B,GAAIyK,EAAMoc,GACN,IAAK,IAAI17B,KAAO07B,EACZ7mB,EAAM7U,GAAOqsC,GAAarsC,EAAK07B,EAAaiQ,GAAa7c,QAIzDxP,EAAMxY,EAAK+P,QACXk4B,GAAWl6B,EAAO/N,EAAK+P,OACvByI,EAAMxY,EAAK+N,QACXk6B,GAAWl6B,EAAO/N,EAAK+N,OAE/B,IAAImuB,EAAgB,IAAIuL,GAAwBznC,EAAM+N,EAAOG,EAAUw5B,EAAWta,GAC9E1d,EAAQ/a,EAAQR,OAAOkB,KAAK,KAAM6mC,EAAc5E,GAAI4E,GACxD,GAAIxsB,aAAiBie,GACjB,OAAOua,GAA6Bx4B,EAAO1P,EAAMk8B,EAAc/mC,OAAQR,EAASunC,GAE/E,GAAIvkC,EAAQ+X,GAAQ,CAGrB,IAFA,IAAIy4B,EAASnT,GAAkBtlB,IAAU,GACrC3E,EAAM,IAAIpL,MAAMwoC,EAAO7wC,QAClB2B,EAAI,EAAGA,EAAIkvC,EAAO7wC,OAAQ2B,IAC/B8R,EAAI9R,GAAKivC,GAA6BC,EAAOlvC,GAAI+G,EAAMk8B,EAAc/mC,OAAQR,EAASunC,GAE1F,OAAOnxB,CACX,CACJ,CACA,SAASm9B,GAA6Bx4B,EAAO1P,EAAM0nC,EAAW/yC,EAASunC,GAInE,IAAIrwB,EAAQgjB,GAAWnf,GAUvB,OATA7D,EAAMoiB,UAAYyZ,EAClB77B,EAAMqiB,UAAYv5B,EAKdqL,EAAK61B,QACJhqB,EAAM7L,OAAS6L,EAAM7L,KAAO,CAAC,IAAI61B,KAAO71B,EAAK61B,MAE3ChqB,CACX,CACA,SAASo8B,GAAW7+B,EAAIkU,GACpB,IAAK,IAAIpkB,KAAOokB,EACZlU,EAAGkgB,EAASpwB,IAAQokB,EAAKpkB,EAEjC,CAEA,SAASkvC,GAAiBzzC,GACtB,OAAOA,EAAQgF,MAAQhF,EAAQ0zC,QAAU1zC,EAAQ2zC,aACrD,CAtDAhQ,GAAqBmP,GAAwBvrC,WAwD7C,IAAIqsC,GAAsB,CACtB34B,KAAM,SAAUF,EAAOk0B,GACnB,GAAIl0B,EAAMC,oBACLD,EAAMC,kBAAkB8zB,cACzB/zB,EAAM1P,KAAK4O,UAAW,CAEtB,IAAI45B,EAAc94B,EAClB64B,GAAoB94B,SAAS+4B,EAAaA,EAC9C,KACK,CACD,IAAIpwB,EAAS1I,EAAMC,kBAAoB84B,GAAgC/4B,EAAOwzB,IAC9E9qB,EAAMswB,OAAO9E,EAAYl0B,EAAMme,SAAM91B,EAAW6rC,EACpD,CACJ,EACAn0B,SAAU,SAAUk5B,EAAUj5B,GAC1B,IAAI/a,EAAU+a,EAAMoe,iBAChB1V,EAAS1I,EAAMC,kBAAoBg5B,EAASh5B,kBAChDi1B,GAAqBxsB,EAAOzjB,EAAQkwC,UACpClwC,EAAQ+tB,UACRhT,EACA/a,EAAQuZ,SAEZ,EACA06B,OAAQ,SAAUl5B,GACd,IAAI3a,EAAU2a,EAAM3a,QAAS4a,EAAoBD,EAAMC,kBAClDA,EAAkBitB,aACnBjtB,EAAkBitB,YAAa,EAC/ByH,GAAW10B,EAAmB,YAE9BD,EAAM1P,KAAK4O,YACP7Z,EAAQ6nC,WAMRkK,GAAwBn3B,GAGxB81B,GAAuB91B,GAAmB,GAGtD,EACAk5B,QAAS,SAAUn5B,GACf,IAAIC,EAAoBD,EAAMC,kBACzBA,EAAkB8zB,eACd/zB,EAAM1P,KAAK4O,UAIZ+2B,GAAyBh2B,GAAmB,GAH5CA,EAAkBy0B,WAM9B,GAEA0E,GAAejxC,OAAOkB,KAAKwvC,IAC/B,SAAS3J,GAAgBxR,EAAMptB,EAAMjL,EAASmZ,EAAUoH,GACpD,IAAI2S,EAAQmF,GAAZ,CAGA,IAAI8P,EAAWnoC,EAAQW,SAASqzC,MAOhC,GALItyC,EAAS22B,KACTA,EAAO8P,EAAS1zB,OAAO4jB,IAIP,oBAATA,EAAX,CAOA,IAAIW,EAEJ,GAAI9F,EAAQmF,EAAK9L,OACbyM,EAAeX,EACfA,EAAO6P,GAAsBlP,EAAcmP,QAC9BnlC,IAATq1B,GAIA,OAAO2P,GAAuBhP,EAAc/tB,EAAMjL,EAASmZ,EAAUoH,GAG7EtV,EAAOA,GAAQ,CAAC,EAGhBgpC,GAA0B5b,GAEtB5U,EAAMxY,EAAKipC,QAEXC,GAAe9b,EAAKz4B,QAASqL,GAIjC,IAAI6kC,EAAYlQ,GAA0B30B,EAAMotB,EAAM9X,GAGtD,GAAI4S,EAAOkF,EAAKz4B,QAAQE,YACpB,OAAOmzC,GAA0B5a,EAAMyX,EAAW7kC,EAAMjL,EAASmZ,GAIrE,IAAIwU,EAAY1iB,EAAK2W,GAKrB,GAFA3W,EAAK2W,GAAK3W,EAAKmpC,SAEXjhB,EAAOkF,EAAKz4B,QAAQ2uC,UAAW,CAI/B,IAAIzN,EAAO71B,EAAK61B,KAChB71B,EAAO,CAAC,EACJ61B,IACA71B,EAAK61B,KAAOA,EAEpB,CAEAuT,GAAsBppC,GAGtB,IAAIrG,EAAOyuC,GAAiBhb,EAAKz4B,UAAY2gB,EACzC5F,EAAQ,IAAIie,GAEhB,iBAAiB13B,OAAOm3B,EAAK9L,KAAKrrB,OAAO0D,EAAO,IAAI1D,OAAO0D,GAAQ,IAAKqG,OAAMjI,OAAWA,OAAWA,EAAWhD,EAE/G,CAAEq4B,KAAMA,EAAMyX,UAAWA,EAAWniB,UAAWA,EAAWpN,IAAKA,EAAKpH,SAAUA,GAAY6f,GAC1F,OAAOre,CA1DP,CAbA,CAwEJ,CACA,SAAS+4B,GAET/4B,EAEAva,GACI,IAAIR,EAAU,CACV00C,cAAc,EACdzwB,aAAclJ,EACdva,OAAQA,GAGRm0C,EAAiB55B,EAAM1P,KAAKspC,eAKhC,OAJI9wB,EAAM8wB,KACN30C,EAAQR,OAASm1C,EAAen1C,OAChCQ,EAAQP,gBAAkBk1C,EAAel1C,iBAEtC,IAAIsb,EAAMoe,iBAAiBV,KAAKz4B,EAC3C,CACA,SAASy0C,GAAsBppC,GAE3B,IADA,IAAIi/B,EAAQj/B,EAAKtL,OAASsL,EAAKtL,KAAO,CAAC,GAC9BuE,EAAI,EAAGA,EAAI6vC,GAAaxxC,OAAQ2B,IAAK,CAC1C,IAAIC,EAAM4vC,GAAa7vC,GACnBlD,EAAWkpC,EAAM/lC,GACjBqwC,EAAUhB,GAAoBrvC,GAE9BnD,IAAawzC,GAAaxzC,GAAYA,EAASyzC,UAC/CvK,EAAM/lC,GAAOnD,EAAW0zC,GAAUF,EAASxzC,GAAYwzC,EAE/D,CACJ,CACA,SAASE,GAAUC,EAAIC,GACnB,IAAIjV,EAAS,SAAUr2B,EAAGoL,GAEtBigC,EAAGrrC,EAAGoL,GACNkgC,EAAGtrC,EAAGoL,EACV,EAEA,OADAirB,EAAO8U,SAAU,EACV9U,CACX,CAGA,SAASwU,GAAev0C,EAASqL,GAC7B,IAAI4pC,EAAQj1C,EAAQs0C,OAASt0C,EAAQs0C,MAAMW,MAAS,QAChD5jC,EAASrR,EAAQs0C,OAASt0C,EAAQs0C,MAAMjjC,OAAU,SACrDhG,EAAK+P,QAAU/P,EAAK+P,MAAQ,CAAC,IAAI65B,GAAQ5pC,EAAKipC,MAAM7xC,MACrD,IAAIuf,EAAK3W,EAAK2W,KAAO3W,EAAK2W,GAAK,CAAC,GAC5B5gB,EAAW4gB,EAAG3Q,GACd9B,EAAWlE,EAAKipC,MAAM/kC,SACtBsU,EAAMziB,IACF4B,EAAQ5B,IAC0B,IAAhCA,EAAS0B,QAAQyM,GACjBnO,IAAamO,KACfyS,EAAG3Q,GAAS,CAAC9B,GAAUjO,OAAOF,IAIlC4gB,EAAG3Q,GAAS9B,CAEpB,CAEA,IAAI2lC,GAAOz0B,EA8FPgE,GAASpJ,EAAOqJ,sBAgBpB,SAASywB,GAAU1gC,EAAIkU,EAAMysB,GAEzB,QADkB,IAAdA,IAAwBA,GAAY,IACnCzsB,EACD,OAAOlU,EAKX,IAJA,IAAIlQ,EAAK8wC,EAAOC,EACZlxC,EAAOipB,GACLrlB,QAAQlE,QAAQ6kB,GAChBzlB,OAAOkB,KAAKukB,GACTrkB,EAAI,EAAGA,EAAIF,EAAKzB,OAAQ2B,IAC7BC,EAAMH,EAAKE,GAEC,WAARC,IAEJ8wC,EAAQ5gC,EAAGlQ,GACX+wC,EAAU3sB,EAAKpkB,GACV6wC,GAAcvxC,EAAO4Q,EAAIlQ,GAGrB8wC,IAAUC,GACf1hB,EAAcyhB,IACdzhB,EAAc0hB,IACdH,GAAUE,EAAOC,GALjBtrC,GAAIyK,EAAIlQ,EAAK+wC,IAQrB,OAAO7gC,CACX,CAIA,SAAS8gC,GAAcC,EAAWC,EAAU56B,GACxC,OAAKA,EAkBM,WAEH,IAAI66B,EAAehiB,EAAW+hB,GACxBA,EAAS/0C,KAAKma,EAAIA,GAClB46B,EACFE,EAAcjiB,EAAW8hB,GACvBA,EAAU90C,KAAKma,EAAIA,GACnB26B,EACN,OAAIE,EACOP,GAAUO,EAAcC,GAGxBA,CAEf,EA9BKF,EAGAD,EAQE,WACH,OAAOL,GAAUzhB,EAAW+hB,GAAYA,EAAS/0C,KAAKL,KAAMA,MAAQo1C,EAAU/hB,EAAW8hB,GAAaA,EAAU90C,KAAKL,KAAMA,MAAQm1C,EACvI,EATWC,EAHAD,CA+BnB,CAiBA,SAAS7J,GAAmB6J,EAAWC,GACnC,IAAIr/B,EAAMq/B,EACJD,EACIA,EAAUl0C,OAAOm0C,GACjBzyC,EAAQyyC,GACJA,EACA,CAACA,GACTD,EACN,OAAOp/B,EAAMw/B,GAAYx/B,GAAOA,CACpC,CACA,SAASw/B,GAAYtL,GAEjB,IADA,IAAIl0B,EAAM,GACD9R,EAAI,EAAGA,EAAIgmC,EAAM3nC,OAAQ2B,KACC,IAA3B8R,EAAItT,QAAQwnC,EAAMhmC,KAClB8R,EAAIpI,KAAKs8B,EAAMhmC,IAGvB,OAAO8R,CACX,CAWA,SAASy/B,GAAYL,EAAWC,EAAU56B,EAAItW,GAC1C,IAAI6R,EAAMlT,OAAOwc,OAAO81B,GAAa,MACrC,OAAIC,EAEO5gC,EAAOuB,EAAKq/B,GAGZr/B,CAEf,CAtDAqO,GAAOpZ,KAAO,SAAUmqC,EAAWC,EAAU56B,GACzC,OAAKA,EAUE06B,GAAcC,EAAWC,EAAU56B,GATlC46B,GAAgC,oBAAbA,EAKZD,EAEJD,GAAcC,EAAWC,EAGxC,EAuBAnf,EAAgBhgB,SAAQ,SAAUvW,GAC9B0kB,GAAO1kB,GAAQ4rC,EACnB,IAkBAtV,EAAY/f,SAAQ,SAAU1L,GAC1B6Z,GAAO7Z,EAAO,KAAOirC,EACzB,IAOApxB,GAAOyT,MAAQ,SAAUsd,EAAWC,EAAU56B,EAAItW,GAS9C,GANIixC,IAAcvd,KACdud,OAAYpyC,GAEZqyC,IAAaxd,KACbwd,OAAWryC,IAEVqyC,EACD,OAAOvyC,OAAOwc,OAAO81B,GAAa,MAItC,IAAKA,EACD,OAAOC,EACX,IAAIngB,EAAM,CAAC,EAEX,IAAK,IAAIkQ,KADT3wB,EAAOygB,EAAKkgB,GACMC,EAAU,CACxB,IAAIK,EAAWxgB,EAAIkQ,GACf/hB,EAAQgyB,EAASjQ,GACjBsQ,IAAa9yC,EAAQ8yC,KACrBA,EAAW,CAACA,IAEhBxgB,EAAIkQ,GAASsQ,EAAWA,EAASx0C,OAAOmiB,GAASzgB,EAAQygB,GAASA,EAAQ,CAACA,EAC/E,CACA,OAAO6R,CACX,EAIA7Q,GAAOrL,MACHqL,GAAOsxB,QACHtxB,GAAOkuB,OACHluB,GAAOuxB,SACH,SAAUR,EAAWC,EAAU56B,EAAItW,GAI/B,IAAKixC,EACD,OAAOC,EACX,IAAIngB,EAAMpyB,OAAOwc,OAAO,MAIxB,OAHA7K,EAAOygB,EAAKkgB,GACRC,GACA5gC,EAAOygB,EAAKmgB,GACTngB,CACX,EAChB7Q,GAAO8tB,QAAU,SAAUiD,EAAWC,GAClC,OAAKD,EAEE,WACH,IAAIlgB,EAAMpyB,OAAOwc,OAAO,MAMxB,OALAy1B,GAAU7f,EAAK5B,EAAW8hB,GAAaA,EAAU90C,KAAKL,MAAQm1C,GAC1DC,GACAN,GAAU7f,EAAK5B,EAAW+hB,GAAYA,EAAS/0C,KAAKL,MAAQo1C,GAAU,GAGnEngB,CACX,EATWmgB,CAUf,EAIA,IAAIQ,GAAe,SAAUT,EAAWC,GACpC,YAAoBryC,IAAbqyC,EAAyBD,EAAYC,CAChD,EA0BA,SAASS,GAAel2C,EAAS6a,GAC7B,IAAIzB,EAAQpZ,EAAQoZ,MACpB,GAAKA,EAAL,CAEA,IACI9U,EAAGiK,EAAKvJ,EADRoR,EAAM,CAAC,EAEX,GAAIpT,EAAQoW,GAAQ,CAChB9U,EAAI8U,EAAMzW,OACV,MAAO2B,IACHiK,EAAM6K,EAAM9U,GACO,kBAARiK,IACPvJ,EAAO2vB,EAASpmB,GAChB6H,EAAIpR,GAAQ,CAAE4F,KAAM,MAMhC,MACK,GAAIgpB,EAAcxa,GACnB,IAAK,IAAI7U,KAAO6U,EACZ7K,EAAM6K,EAAM7U,GACZS,EAAO2vB,EAASpwB,GAChB6R,EAAIpR,GAAQ4uB,EAAcrlB,GAAOA,EAAM,CAAE3D,KAAM2D,QAG9CnI,EAITpG,EAAQoZ,MAAQhD,CA3BN,CA4Bd,CAIA,SAAS+/B,GAAgBn2C,EAAS6a,GAC9B,IAAI83B,EAAS3yC,EAAQ2yC,OACrB,GAAKA,EAAL,CAEA,IAAI/M,EAAc5lC,EAAQ2yC,OAAS,CAAC,EACpC,GAAI3vC,EAAQ2vC,GACR,IAAK,IAAIruC,EAAI,EAAGA,EAAIquC,EAAOhwC,OAAQ2B,IAC/BshC,EAAW+M,EAAOruC,IAAM,CAAEqkB,KAAMgqB,EAAOruC,SAG1C,GAAIsvB,EAAc+e,GACnB,IAAK,IAAIpuC,KAAOouC,EAAQ,CACpB,IAAIpkC,EAAMokC,EAAOpuC,GACjBqhC,EAAWrhC,GAAOqvB,EAAcrlB,GAC1BsG,EAAO,CAAE8T,KAAMpkB,GAAOgK,GACtB,CAAEoa,KAAMpa,EAClB,MAEKnI,CAfC,CAmBd,CAIA,SAASgwC,GAAsBp2C,GAC3B,IAAIq2C,EAAOr2C,EAAQs2C,WACnB,GAAID,EACA,IAAK,IAAI9xC,KAAO8xC,EAAM,CAClB,IAAI3pB,EAAM2pB,EAAK9xC,GACXmvB,EAAWhH,KACX2pB,EAAK9xC,GAAO,CAAE0D,KAAMykB,EAAKyO,OAAQzO,GAEzC,CAER,CAWA,SAAS6pB,GAAa/1C,EAAQijB,EAAO5I,GAejC,GAXI6Y,EAAWjQ,KAEXA,EAAQA,EAAMzjB,SAElBk2C,GAAezyB,EAAO5I,GACtBs7B,GAAgB1yB,EAAO5I,GACvBu7B,GAAsB3yB,IAKjBA,EAAM2wB,QACH3wB,EAAM+yB,UACNh2C,EAAS+1C,GAAa/1C,EAAQijB,EAAM+yB,QAAS37B,IAE7C4I,EAAMgzB,QACN,IAAK,IAAInyC,EAAI,EAAGohB,EAAIjC,EAAMgzB,OAAO9zC,OAAQ2B,EAAIohB,EAAGphB,IAC5C9D,EAAS+1C,GAAa/1C,EAAQijB,EAAMgzB,OAAOnyC,GAAIuW,GAI3D,IACItW,EADAvE,EAAU,CAAC,EAEf,IAAKuE,KAAO/D,EACRk2C,EAAWnyC,GAEf,IAAKA,KAAOkf,EACH5f,EAAOrD,EAAQ+D,IAChBmyC,EAAWnyC,GAGnB,SAASmyC,EAAWnyC,GAChB,IAAIoyC,EAAQlyB,GAAOlgB,IAAQ0xC,GAC3Bj2C,EAAQuE,GAAOoyC,EAAMn2C,EAAO+D,GAAMkf,EAAMlf,GAAMsW,EAAItW,EACtD,CACA,OAAOvE,CACX,CAMA,SAASohC,GAAaphC,EAAS4K,EAAMsG,EAAI0lC,GAErC,GAAkB,kBAAP1lC,EAAX,CAGA,IAAI2lC,EAAS72C,EAAQ4K,GAErB,GAAI/G,EAAOgzC,EAAQ3lC,GACf,OAAO2lC,EAAO3lC,GAClB,IAAI4lC,EAAcniB,EAASzjB,GAC3B,GAAIrN,EAAOgzC,EAAQC,GACf,OAAOD,EAAOC,GAClB,IAAIC,EAAeniB,EAAWkiB,GAC9B,GAAIjzC,EAAOgzC,EAAQE,GACf,OAAOF,EAAOE,GAElB,IAAI3gC,EAAMygC,EAAO3lC,IAAO2lC,EAAOC,IAAgBD,EAAOE,GAItD,OAAO3gC,CAhBP,CAiBJ,CAEA,SAASw6B,GAAarsC,EAAK07B,EAAaiQ,EAAWr1B,GAC/C,IAAIo6B,EAAOhV,EAAY17B,GACnByyC,GAAUnzC,EAAOqsC,EAAW3rC,GAC5B9B,EAAQytC,EAAU3rC,GAElB0yC,EAAeC,GAAar2B,QAASo0B,EAAKrqC,MAC9C,GAAIqsC,GAAgB,EAChB,GAAID,IAAWnzC,EAAOoxC,EAAM,WACxBxyC,GAAQ,OAEP,GAAc,KAAVA,GAAgBA,IAAUqyB,EAAUvwB,GAAM,CAG/C,IAAI4yC,EAAcD,GAAal1C,OAAQizC,EAAKrqC,OACxCusC,EAAc,GAAKF,EAAeE,KAClC10C,GAAQ,EAEhB,CAGJ,QAAcW,IAAVX,EAAqB,CACrBA,EAAQ20C,GAAoBv8B,EAAIo6B,EAAM1wC,GAGtC,IAAI8yC,EAAoBnb,GACxBC,IAAgB,GAChBM,GAAQh6B,GACR05B,GAAgBkb,EACpB,CAIA,OAAO50C,CACX,CAIA,SAAS20C,GAAoBv8B,EAAIo6B,EAAM1wC,GAEnC,GAAKV,EAAOoxC,EAAM,WAAlB,CAGA,IAAIvoB,EAAMuoB,EAAK57B,QAWf,OAAIwB,GACAA,EAAG9Z,SAASmvC,gBACmB9sC,IAA/ByX,EAAG9Z,SAASmvC,UAAU3rC,SACHnB,IAAnByX,EAAGqrB,OAAO3hC,GACHsW,EAAGqrB,OAAO3hC,GAIdmvB,EAAWhH,IAA+B,aAAvB4qB,GAAQrC,EAAKrqC,MACjC8hB,EAAIhsB,KAAKma,GACT6R,CAtBN,CAuBJ,CAqEA,IAAI6qB,GAAsB,qBAM1B,SAASD,GAAQlvC,GACb,IAAI9B,EAAQ8B,GAAMA,EAAG1E,WAAW4C,MAAMixC,IACtC,OAAOjxC,EAAQA,EAAM,GAAK,EAC9B,CACA,SAASkxC,GAAW9tC,EAAGoL,GACnB,OAAOwiC,GAAQ5tC,KAAO4tC,GAAQxiC,EAClC,CACA,SAASoiC,GAAatsC,EAAM6sC,GACxB,IAAKz0C,EAAQy0C,GACT,OAAOD,GAAWC,EAAe7sC,GAAQ,GAAK,EAElD,IAAK,IAAItG,EAAI,EAAG6P,EAAMsjC,EAAc90C,OAAQ2B,EAAI6P,EAAK7P,IACjD,GAAIkzC,GAAWC,EAAcnzC,GAAIsG,GAC7B,OAAOtG,EAGf,OAAQ,CACZ,CAwHA,IAAIozC,GAA2B,CAC3B/yC,YAAY,EACZC,cAAc,EACdW,IAAKkb,EACLzW,IAAKyW,GAET,SAAS4iB,GAAMp/B,EAAQ0zC,EAAWpzC,GAC9BmzC,GAAyBnyC,IAAM,WAC3B,OAAOlF,KAAKs3C,GAAWpzC,EAC3B,EACAmzC,GAAyB1tC,IAAM,SAAqBuE,GAChDlO,KAAKs3C,GAAWpzC,GAAOgK,CAC3B,EACArL,OAAOG,eAAeY,EAAQM,EAAKmzC,GACvC,CACA,SAASE,GAAU/8B,GACf,IAAI6D,EAAO7D,EAAG9Z,SAOd,GANI2d,EAAKtF,OACLy+B,GAAYh9B,EAAI6D,EAAKtF,OAEzBysB,GAAUhrB,GACN6D,EAAKq3B,SACL+B,GAAYj9B,EAAI6D,EAAKq3B,SACrBr3B,EAAKrT,KACL0sC,GAASl9B,OAER,CACD,IAAIghB,EAAKY,GAAS5hB,EAAG80B,MAAQ,CAAC,GAC9B9T,GAAMA,EAAGW,SACb,CACI9d,EAAKs3B,UACLgC,GAAen9B,EAAI6D,EAAKs3B,UACxBt3B,EAAKwZ,OAASxZ,EAAKwZ,QAAUD,IAC7BggB,GAAUp9B,EAAI6D,EAAKwZ,MAE3B,CACA,SAAS2f,GAAYh9B,EAAIq9B,GACrB,IAAIhI,EAAYr1B,EAAG9Z,SAASmvC,WAAa,CAAC,EACtC92B,EAASyB,EAAGqrB,OAAS5I,GAAgB,CAAC,GAGtCl5B,EAAQyW,EAAG9Z,SAAS4vC,UAAY,GAChCwH,GAAUt9B,EAAGT,QAEZ+9B,GACDhc,IAAgB,GAEpB,IAAI8F,EAAU,SAAU19B,GACpBH,EAAK4J,KAAKzJ,GACV,IAAI9B,EAAQmuC,GAAarsC,EAAK2zC,EAAchI,EAAWr1B,GAkBnDwJ,GAAejL,EAAO7U,EAAK9B,GAKzB8B,KAAOsW,GACTwoB,GAAMxoB,EAAI,SAAUtW,EAE5B,EACA,IAAK,IAAIA,KAAO2zC,EACZjW,EAAQ19B,GAEZ43B,IAAgB,EACpB,CACA,SAAS4b,GAASl9B,GACd,IAAIxP,EAAOwP,EAAG9Z,SAASsK,KACvBA,EAAOwP,EAAG80B,MAAQjc,EAAWroB,GAAQ+sC,GAAQ/sC,EAAMwP,GAAMxP,GAAQ,CAAC,EAC7DuoB,EAAcvoB,KACfA,EAAO,CAAC,GAMZ,IAAIjH,EAAOlB,OAAOkB,KAAKiH,GACnB+N,EAAQyB,EAAG9Z,SAASqY,MAEpB9U,GADUuW,EAAG9Z,SAASg1C,QAClB3xC,EAAKzB,QACb,MAAO2B,IAAK,CACR,IAAIC,EAAMH,EAAKE,GACX8B,EAKAgT,GAASvV,EAAOuV,EAAO7U,IAKjBgzB,EAAWhzB,IACjB8+B,GAAMxoB,EAAI,QAAStW,EAE3B,CAEA,IAAIs3B,EAAKY,GAAQpxB,GACjBwwB,GAAMA,EAAGW,SACb,CACA,SAAS4b,GAAQ/sC,EAAMwP,GAEnBwgB,KACA,IACI,OAAOhwB,EAAK3K,KAAKma,EAAIA,EACzB,CACA,MAAO5E,IAEH,OADAiyB,GAAYjyB,GAAG4E,EAAI,UACZ,CAAC,CACZ,CAAC,QAEGygB,IACJ,CACJ,CACA,IAAI+c,GAAyB,CAAE1L,MAAM,GACrC,SAASqL,GAAen9B,EAAIm7B,GAExB,IAAIsC,EAAYz9B,EAAG09B,kBAAoBr1C,OAAOwc,OAAO,MAEjD84B,EAAQpgB,KACZ,IAAK,IAAI7zB,KAAOyxC,EAAU,CACtB,IAAIyC,EAAUzC,EAASzxC,GACnBiI,EAASknB,EAAW+kB,GAAWA,EAAUA,EAAQlzC,IACjDa,EAGCoyC,IAEDF,EAAS/zC,GAAO,IAAI6nC,GAAQvxB,EAAIrO,GAAUiU,EAAMA,EAAM43B,KAKpD9zC,KAAOsW,GACT69B,GAAe79B,EAAItW,EAAKk0C,EAahC,CACJ,CACA,SAASC,GAAez0C,EAAQM,EAAKk0C,GACjC,IAAIE,GAAevgB,KACf1E,EAAW+kB,IACXf,GAAyBnyC,IAAMozC,EACzBC,GAAqBr0C,GACrBs0C,GAAoBJ,GAC1Bf,GAAyB1tC,IAAMyW,IAG/Bi3B,GAAyBnyC,IAAMkzC,EAAQlzC,IACjCozC,IAAiC,IAAlBF,EAAQ9+B,MACnBi/B,GAAqBr0C,GACrBs0C,GAAoBJ,EAAQlzC,KAChCkb,EACNi3B,GAAyB1tC,IAAMyuC,EAAQzuC,KAAOyW,GAOlDvd,OAAOG,eAAeY,EAAQM,EAAKmzC,GACvC,CACA,SAASkB,GAAqBr0C,GAC1B,OAAO,WACH,IAAIutC,EAAUzxC,KAAKk4C,mBAAqBl4C,KAAKk4C,kBAAkBh0C,GAC/D,GAAIutC,EAeA,OAdIA,EAAQ/E,OACR+E,EAAQvE,WAER5S,GAAI12B,QASJ6tC,EAAQ/W,SAEL+W,EAAQrvC,KAEvB,CACJ,CACA,SAASo2C,GAAoBzwC,GACzB,OAAO,WACH,OAAOA,EAAG1H,KAAKL,KAAMA,KACzB,CACJ,CACA,SAASy3C,GAAYj9B,EAAIk7B,GACTl7B,EAAG9Z,SAASqY,MACxB,IAAK,IAAI7U,KAAOwxC,EAcZl7B,EAAGtW,GAA+B,oBAAjBwxC,EAAQxxC,GAAsBkc,EAAOxY,EAAK8tC,EAAQxxC,GAAMsW,EAEjF,CACA,SAASo9B,GAAUp9B,EAAIqd,GACnB,IAAK,IAAI3zB,KAAO2zB,EAAO,CACnB,IAAI/oB,EAAU+oB,EAAM3zB,GACpB,GAAIvB,EAAQmM,GACR,IAAK,IAAI7K,EAAI,EAAGA,EAAI6K,EAAQxM,OAAQ2B,IAChCw0C,GAAcj+B,EAAItW,EAAK4K,EAAQ7K,SAInCw0C,GAAcj+B,EAAItW,EAAK4K,EAE/B,CACJ,CACA,SAAS2pC,GAAcj+B,EAAIwxB,EAASl9B,EAASnP,GAQzC,OAPI4zB,EAAczkB,KACdnP,EAAUmP,EACVA,EAAUA,EAAQA,SAEC,kBAAZA,IACPA,EAAU0L,EAAG1L,IAEV0L,EAAGk+B,OAAO1M,EAASl9B,EAASnP,EACvC,CACA,SAASg5C,GAAWr1B,GAIhB,IAAIs1B,EAAU,CACdA,IAAc,WACV,OAAO54C,KAAKsvC,KAChB,GACIuJ,EAAW,CACfA,IAAe,WACX,OAAO74C,KAAK6lC,MAChB,GAUAhjC,OAAOG,eAAesgB,EAAIpc,UAAW,QAAS0xC,GAC9C/1C,OAAOG,eAAesgB,EAAIpc,UAAW,SAAU2xC,GAC/Cv1B,EAAIpc,UAAU4xC,KAAOnvC,GACrB2Z,EAAIpc,UAAU6xC,QAAU/b,GACxB1Z,EAAIpc,UAAUwxC,OAAS,SAAU1M,EAASjgB,EAAIpsB,GAC1C,IAAI6a,EAAKxa,KACT,GAAIuzB,EAAcxH,GACd,OAAO0sB,GAAcj+B,EAAIwxB,EAASjgB,EAAIpsB,GAE1CA,EAAUA,GAAW,CAAC,EACtBA,EAAQ0sC,MAAO,EACf,IAAIoF,EAAU,IAAI1F,GAAQvxB,EAAIwxB,EAASjgB,EAAIpsB,GAC3C,GAAIA,EAAQq5C,UAAW,CACnB,IAAIre,EAAO,mCAAoC15B,OAAOwwC,EAAQ1E,WAAY,KAC1E/R,KACA+D,GAAwBhT,EAAIvR,EAAI,CAACi3B,EAAQrvC,OAAQoY,EAAImgB,GACrDM,IACJ,CACA,OAAO,WACHwW,EAAQ1hB,UACZ,CACJ,CACJ,CAEA,IAAI5gB,GAAM,EACV,SAAS8pC,GAAY31B,GACjBA,EAAIpc,UAAUgyC,MAAQ,SAAUv5C,GAC5B,IAAI6a,EAAKxa,KAETwa,EAAG2+B,KAAOhqC,KAUVqL,EAAGuiB,QAAS,EAEZviB,EAAG+hB,UAAW,EAEd/hB,EAAGie,OAAS,IAAIiF,IAAY,GAC5BljB,EAAGie,OAAOyT,KAAM,EAEZvsC,GAAWA,EAAQ00C,aAInB+E,GAAsB5+B,EAAI7a,GAG1B6a,EAAG9Z,SAAWw1C,GAAalC,GAA0Bx5B,EAAGlO,aAAc3M,GAAW,CAAC,EAAG6a,GAOrFA,EAAG6nB,aAAe7nB,EAGtBA,EAAG6+B,MAAQ7+B,EACX6zB,GAAc7zB,GACd4yB,GAAW5yB,GACXusB,GAAWvsB,GACX60B,GAAW70B,EAAI,oBAAgBzX,GAAW,GAC1CqvC,GAAe53B,GACf+8B,GAAU/8B,GACVw3B,GAAYx3B,GACZ60B,GAAW70B,EAAI,WAOXA,EAAG9Z,SAASwB,IACZsY,EAAGk5B,OAAOl5B,EAAG9Z,SAASwB,GAE9B,CACJ,CACA,SAASk3C,GAAsB5+B,EAAI7a,GAC/B,IAAI0e,EAAQ7D,EAAG9Z,SAAWmC,OAAOwc,OAAO7E,EAAGlO,YAAY3M,SAEnDsnC,EAActnC,EAAQikB,aAC1BvF,EAAKle,OAASR,EAAQQ,OACtBke,EAAKuF,aAAeqjB,EACpB,IAAIqS,EAAwBrS,EAAYnO,iBACxCza,EAAKwxB,UAAYyJ,EAAsBzJ,UACvCxxB,EAAKkpB,iBAAmB+R,EAAsB5rB,UAC9CrP,EAAK8oB,gBAAkBmS,EAAsBpgC,SAC7CmF,EAAKi1B,cAAgBgG,EAAsBh5B,IACvC3gB,EAAQR,SACRkf,EAAKlf,OAASQ,EAAQR,OACtBkf,EAAKjf,gBAAkBO,EAAQP,gBAEvC,CACA,SAAS40C,GAA0B5b,GAC/B,IAAIz4B,EAAUy4B,EAAKz4B,QACnB,GAAIy4B,EAAKmhB,MAAO,CACZ,IAAIC,EAAexF,GAA0B5b,EAAKmhB,OAC9CE,EAAqBrhB,EAAKohB,aAC9B,GAAIA,IAAiBC,EAAoB,CAGrCrhB,EAAKohB,aAAeA,EAEpB,IAAIE,EAAkBC,GAAuBvhB,GAEzCshB,GACAllC,EAAO4jB,EAAKwhB,cAAeF,GAE/B/5C,EAAUy4B,EAAKz4B,QAAUu2C,GAAasD,EAAcphB,EAAKwhB,eACrDj6C,EAAQgF,OACRhF,EAAQ2a,WAAW3a,EAAQgF,MAAQyzB,EAE3C,CACJ,CACA,OAAOz4B,CACX,CACA,SAASg6C,GAAuBvhB,GAC5B,IAAIyhB,EACAC,EAAS1hB,EAAKz4B,QACdo6C,EAAS3hB,EAAK4hB,cAClB,IAAK,IAAI91C,KAAO41C,EACRA,EAAO51C,KAAS61C,EAAO71C,KAClB21C,IACDA,EAAW,CAAC,GAChBA,EAAS31C,GAAO41C,EAAO51C,IAG/B,OAAO21C,CACX,CAEA,SAASv2B,GAAI3jB,GAITK,KAAKk5C,MAAMv5C,EACf,CAYA,SAASs6C,GAAQ32B,GACbA,EAAIyP,IAAM,SAAUmnB,GAChB,IAAIC,EAAmBn6C,KAAKo6C,oBAAsBp6C,KAAKo6C,kBAAoB,IAC3E,GAAID,EAAiB13C,QAAQy3C,IAAW,EACpC,OAAOl6C,KAGX,IAAIqR,EAAO0jB,EAAQltB,UAAW,GAS9B,OARAwJ,EAAK6C,QAAQlU,MACTqzB,EAAW6mB,EAAO72B,SAClB62B,EAAO72B,QAAQ3b,MAAMwyC,EAAQ7oC,GAExBgiB,EAAW6mB,IAChBA,EAAOxyC,MAAM,KAAM2J,GAEvB8oC,EAAiBxsC,KAAKusC,GACfl6C,IACX,CACJ,CAEA,SAASq6C,GAAU/2B,GACfA,EAAIO,MAAQ,SAAUA,GAElB,OADA7jB,KAAKL,QAAUu2C,GAAal2C,KAAKL,QAASkkB,GACnC7jB,IACX,CACJ,CAEA,SAASs6C,GAAWh3B,GAMhBA,EAAIgJ,IAAM,EACV,IAAIA,EAAM,EAIVhJ,EAAI9O,OAAS,SAAUolC,GACnBA,EAAgBA,GAAiB,CAAC,EAClC,IAAIW,EAAQv6C,KACRw6C,EAAUD,EAAMjuB,IAChBmuB,EAAcb,EAAcc,QAAUd,EAAcc,MAAQ,CAAC,GACjE,GAAID,EAAYD,GACZ,OAAOC,EAAYD,GAEvB,IAAI71C,EAAOyuC,GAAiBwG,IAAkBxG,GAAiBmH,EAAM56C,SAIrE,IAAIg7C,EAAM,SAAsBh7C,GAC5BK,KAAKk5C,MAAMv5C,EACf,EAoCA,OAnCAg7C,EAAIzzC,UAAYrE,OAAOwc,OAAOk7B,EAAMrzC,WACpCyzC,EAAIzzC,UAAUoF,YAAcquC,EAC5BA,EAAIruB,IAAMA,IACVquB,EAAIh7C,QAAUu2C,GAAaqE,EAAM56C,QAASi6C,GAC1Ce,EAAI,SAAWJ,EAIXI,EAAIh7C,QAAQoZ,OACZ6hC,GAAUD,GAEVA,EAAIh7C,QAAQg2C,UACZkF,GAAaF,GAGjBA,EAAInmC,OAAS+lC,EAAM/lC,OACnBmmC,EAAI92B,MAAQ02B,EAAM12B,MAClB82B,EAAI5nB,IAAMwnB,EAAMxnB,IAGhBiD,EAAY/f,SAAQ,SAAU1L,GAC1BowC,EAAIpwC,GAAQgwC,EAAMhwC,EACtB,IAEI5F,IACAg2C,EAAIh7C,QAAQ2a,WAAW3V,GAAQg2C,GAKnCA,EAAInB,aAAee,EAAM56C,QACzBg7C,EAAIf,cAAgBA,EACpBe,EAAIX,cAAgBxlC,EAAO,CAAC,EAAGmmC,EAAIh7C,SAEnC86C,EAAYD,GAAWG,EAChBA,CACX,CACJ,CACA,SAASC,GAAUE,GACf,IAAI/hC,EAAQ+hC,EAAKn7C,QAAQoZ,MACzB,IAAK,IAAI7U,KAAO6U,EACZiqB,GAAM8X,EAAK5zC,UAAW,SAAUhD,EAExC,CACA,SAAS22C,GAAaC,GAClB,IAAInF,EAAWmF,EAAKn7C,QAAQg2C,SAC5B,IAAK,IAAIzxC,KAAOyxC,EACZ0C,GAAeyC,EAAK5zC,UAAWhD,EAAKyxC,EAASzxC,GAErD,CAEA,SAAS62C,GAAmBz3B,GAIxB0S,EAAY/f,SAAQ,SAAU1L,GAE1B+Y,EAAI/Y,GAAQ,SAAUsG,EAAImqC,GACtB,OAAKA,GAQY,cAATzwC,GAAwBgpB,EAAcynB,KAEtCA,EAAWr2C,KAAOq2C,EAAWr2C,MAAQkM,EACrCmqC,EAAah7C,KAAKL,QAAQo0C,MAAMv/B,OAAOwmC,IAE9B,cAATzwC,GAAwB8oB,EAAW2nB,KACnCA,EAAa,CAAEpzC,KAAMozC,EAAYlgB,OAAQkgB,IAE7Ch7C,KAAKL,QAAQ4K,EAAO,KAAKsG,GAAMmqC,EACxBA,GAhBAh7C,KAAKL,QAAQ4K,EAAO,KAAKsG,EAkBxC,CACJ,GACJ,CAEA,SAASoqC,GAAkB58B,GACvB,OAAOA,IAAS+0B,GAAiB/0B,EAAK+Z,KAAKz4B,UAAY0e,EAAKiC,IAChE,CACA,SAASnC,GAAQR,EAAShZ,GACtB,OAAIhC,EAAQgb,GACDA,EAAQlb,QAAQkC,IAAS,EAER,kBAAZgZ,EACLA,EAAQtX,MAAM,KAAK5D,QAAQkC,IAAS,IAEtC6uB,EAAS7V,IACPA,EAAQ9X,KAAKlB,EAI5B,CACA,SAASu2C,GAAWC,EAAmB5kC,GACnC,IAAI+C,EAAQ6hC,EAAkB7hC,MAAOvV,EAAOo3C,EAAkBp3C,KAAMijC,EAASmU,EAAkBnU,OAC/F,IAAK,IAAI9iC,KAAOoV,EAAO,CACnB,IAAI8hC,EAAQ9hC,EAAMpV,GAClB,GAAIk3C,EAAO,CACP,IAAI3W,EAAS2W,EAAMz2C,KACf8/B,IAAWluB,EAAOkuB,IAClB4W,GAAgB/hC,EAAOpV,EAAKH,EAAMijC,EAE1C,CACJ,CACJ,CACA,SAASqU,GAAgB/hC,EAAOpV,EAAKH,EAAMsJ,GACvC,IAAI+tC,EAAQ9hC,EAAMpV,IACdk3C,GAAW/tC,GAAW+tC,EAAM96B,MAAQjT,EAAQiT,KAE5C86B,EAAMzgC,kBAAkBy0B,WAE5B91B,EAAMpV,GAAO,KACbgwB,EAASnwB,EAAMG,EACnB,CApLA+0C,GAAY31B,IAEZq1B,GAAWr1B,IAEXyqB,GAAYzqB,IAEZorB,GAAeprB,IAEfmkB,GAAYnkB,IA6KZ,IAAIg4B,GAAe,CAAC35C,OAAQgb,OAAQhS,OAEhC4wC,GAAY,CACZ52C,KAAM,aACN2pC,UAAU,EACVv1B,MAAO,CACHyiC,QAASF,GACTG,QAASH,GACTrpC,IAAK,CAACtQ,OAAQ+5C,SAElBhG,QAAS,CACLiG,WAAY,WACR,IAAIhU,EAAK3nC,KAAMsZ,EAAQquB,EAAGruB,MAAOvV,EAAO4jC,EAAG5jC,KAAM63C,EAAejU,EAAGiU,aAAcC,EAAalU,EAAGkU,WACjG,GAAID,EAAc,CACd,IAAIt7B,EAAMs7B,EAAat7B,IAAK3F,EAAoBihC,EAAajhC,kBAAmBme,EAAmB8iB,EAAa9iB,iBAChHxf,EAAMuiC,GAAc,CAChBl3C,KAAMs2C,GAAkBniB,GACxBxY,IAAKA,EACL3F,kBAAmBA,GAEvB5W,EAAK4J,KAAKkuC,GAEN77C,KAAKiS,KAAOlO,EAAKzB,OAASw5C,SAAS97C,KAAKiS,MACxCopC,GAAgB/hC,EAAOvV,EAAK,GAAIA,EAAM/D,KAAKgnC,QAE/ChnC,KAAK47C,aAAe,IACxB,CACJ,GAEJn3B,QAAS,WACLzkB,KAAKsZ,MAAQzW,OAAOwc,OAAO,MAC3Brf,KAAK+D,KAAO,EAChB,EACAmgB,UAAW,WACP,IAAK,IAAIhgB,KAAOlE,KAAKsZ,MACjB+hC,GAAgBr7C,KAAKsZ,MAAOpV,EAAKlE,KAAK+D,KAE9C,EACAg4C,QAAS,WACL,IAAIpJ,EAAQ3yC,KACZA,KAAK27C,aACL37C,KAAK04C,OAAO,WAAW,SAAUxqC,GAC7BgtC,GAAWvI,GAAO,SAAUhuC,GAAQ,OAAOwZ,GAAQjQ,EAAKvJ,EAAO,GACnE,IACA3E,KAAK04C,OAAO,WAAW,SAAUxqC,GAC7BgtC,GAAWvI,GAAO,SAAUhuC,GAAQ,OAAQwZ,GAAQjQ,EAAKvJ,EAAO,GACpE,GACJ,EACAkpB,QAAS,WACL7tB,KAAK27C,YACT,EACAx8C,OAAQ,WACJ,IAAI0hC,EAAO7gC,KAAKqiB,OAAOrJ,QACnB0B,EAAQ0uB,GAAuBvI,GAC/B/H,EAAmBpe,GAASA,EAAMoe,iBACtC,GAAIA,EAAkB,CAElB,IAAI4L,EAASuW,GAAkBniB,GAC3B6O,EAAK3nC,KAAMw7C,EAAU7T,EAAG6T,QAASC,EAAU9T,EAAG8T,QAClD,GAECD,KAAa9W,IAAWvmB,GAAQq9B,EAAS9W,KAErC+W,GAAW/W,GAAUvmB,GAAQs9B,EAAS/W,GACvC,OAAOhqB,EAEX,IAAIspB,EAAKhkC,KAAMsZ,EAAQ0qB,EAAG1qB,MAAOvV,EAAOigC,EAAGjgC,KACvCG,EAAmB,MAAbwW,EAAMxW,IAGR40B,EAAiBV,KAAK9L,KACjBwM,EAAiBxY,IAAM,KAAKrf,OAAO63B,EAAiBxY,KAAO,IAClE5F,EAAMxW,IACRoV,EAAMpV,IACNwW,EAAMC,kBAAoBrB,EAAMpV,GAAKyW,kBAErCuZ,EAASnwB,EAAMG,GACfH,EAAK4J,KAAKzJ,KAIVlE,KAAK47C,aAAelhC,EACpB1a,KAAK67C,WAAa33C,GAGtBwW,EAAM1P,KAAK4O,WAAY,CAC3B,CACA,OAAOc,GAAUmmB,GAAQA,EAAK,EAClC,GAGAmb,GAAoB,CACpBT,UAAWA,IAGf,SAASU,GAAc34B,GAEnB,IAAI44B,EAAY,CAChBA,IAAgB,WAAc,OAAOlhC,CAAQ,GAM7CnY,OAAOG,eAAesgB,EAAK,SAAU44B,GAIrC54B,EAAIS,KAAO,CACP8wB,KAAMA,GACNrgC,OAAQA,EACR0hC,aAAcA,GACdlyB,eAAgBA,IAEpBV,EAAI3Z,IAAMA,GACV2Z,EAAI64B,OAASnf,GACb1Z,EAAIhS,SAAWA,GAEfgS,EAAI84B,WAAa,SAAUzwC,GAEvB,OADAywB,GAAQzwB,GACDA,CACX,EACA2X,EAAI3jB,QAAUkD,OAAOwc,OAAO,MAC5B2W,EAAY/f,SAAQ,SAAU1L,GAC1B+Y,EAAI3jB,QAAQ4K,EAAO,KAAO1H,OAAOwc,OAAO,KAC5C,IAGAiE,EAAI3jB,QAAQo0C,MAAQzwB,EACpB9O,EAAO8O,EAAI3jB,QAAQ2a,WAAY0hC,IAC/B/B,GAAQ32B,GACR+2B,GAAU/2B,GACVg3B,GAAWh3B,GACXy3B,GAAmBz3B,EACvB,CAEA24B,GAAc34B,IACdzgB,OAAOG,eAAesgB,GAAIpc,UAAW,YAAa,CAC9ChC,IAAK6yB,KAETl1B,OAAOG,eAAesgB,GAAIpc,UAAW,cAAe,CAChDhC,IAAK,WAED,OAAOlF,KAAKC,QAAUD,KAAKC,OAAOC,UACtC,IAGJ2C,OAAOG,eAAesgB,GAAK,0BAA2B,CAClDlhB,MAAOqwC,KAEXnvB,GAAI3d,QAAUA,GAId,IAAI+wB,GAAiB3C,EAAQ,eAEzBsoB,GAActoB,EAAQ,yCACtB+C,GAAc,SAAUxW,EAAK/V,EAAM+xC,GACnC,MAAkB,UAATA,GAAoBD,GAAY/7B,IAAiB,WAAT/V,GACnC,aAAT+xC,GAA+B,WAARh8B,GACd,YAATg8B,GAA8B,UAARh8B,GACb,UAATg8B,GAA4B,UAARh8B,CAC7B,EACIi8B,GAAmBxoB,EAAQ,wCAC3ByoB,GAA8BzoB,EAAQ,sCACtC0oB,GAAyB,SAAUv4C,EAAK9B,GACxC,OAAOs6C,GAAiBt6C,IAAoB,UAAVA,EAC5B,QAEU,oBAAR8B,GAA6Bs4C,GAA4Bp6C,GACnDA,EACA,MAClB,EACIu6C,GAAgB5oB,EAAQ,8XAMxB6oB,GAAU,+BACVC,GAAU,SAAUl4C,GACpB,MAA0B,MAAnBA,EAAK2W,OAAO,IAAmC,UAArB3W,EAAKvB,MAAM,EAAG,EACnD,EACI05C,GAAe,SAAUn4C,GACzB,OAAOk4C,GAAQl4C,GAAQA,EAAKvB,MAAM,EAAGuB,EAAKrC,QAAU,EACxD,EACIo6C,GAAmB,SAAUxuC,GAC7B,OAAc,MAAPA,IAAuB,IAARA,CAC1B,EAEA,SAAS6uC,GAAiBriC,GACtB,IAAI1P,EAAO0P,EAAM1P,KACbgyC,EAAatiC,EACbuiC,EAAYviC,EAChB,MAAO8I,EAAMy5B,EAAUtiC,mBACnBsiC,EAAYA,EAAUtiC,kBAAkBqsB,OACpCiW,GAAaA,EAAUjyC,OACvBA,EAAOkyC,GAAeD,EAAUjyC,KAAMA,IAI9C,MAAOwY,EAAOw5B,EAAaA,EAAW78C,QAC9B68C,GAAcA,EAAWhyC,OACzBA,EAAOkyC,GAAelyC,EAAMgyC,EAAWhyC,OAG/C,OAAOmyC,GAAYnyC,EAAKoyC,YAAapyC,EAAK6W,MAC9C,CACA,SAASq7B,GAAe95B,EAAOjjB,GAC3B,MAAO,CACHi9C,YAAan8C,GAAOmiB,EAAMg6B,YAAaj9C,EAAOi9C,aAC9Cv7B,MAAO2B,EAAMJ,EAAMvB,OAAS,CAACuB,EAAMvB,MAAO1hB,EAAO0hB,OAAS1hB,EAAO0hB,MAEzE,CACA,SAASs7B,GAAYC,EAAaC,GAC9B,OAAI75B,EAAM45B,IAAgB55B,EAAM65B,GACrBp8C,GAAOm8C,EAAaE,GAAeD,IAGvC,EACX,CACA,SAASp8C,GAAOoI,EAAGoL,GACf,OAAOpL,EAAKoL,EAAIpL,EAAI,IAAMoL,EAAIpL,EAAKoL,GAAK,EAC5C,CACA,SAAS6oC,GAAel7C,GACpB,OAAIuI,MAAMhI,QAAQP,GACPm7C,GAAen7C,GAEtBX,EAASW,GACFo7C,GAAgBp7C,GAEN,kBAAVA,EACAA,EAGJ,EACX,CACA,SAASm7C,GAAen7C,GAGpB,IAFA,IACIq7C,EADA1nC,EAAM,GAED9R,EAAI,EAAGohB,EAAIjjB,EAAME,OAAQ2B,EAAIohB,EAAGphB,IACjCuf,EAAOi6B,EAAcH,GAAel7C,EAAM6B,MAAyB,KAAhBw5C,IAC/C1nC,IACAA,GAAO,KACXA,GAAO0nC,GAGf,OAAO1nC,CACX,CACA,SAASynC,GAAgBp7C,GACrB,IAAI2T,EAAM,GACV,IAAK,IAAI7R,KAAO9B,EACRA,EAAM8B,KACF6R,IACAA,GAAO,KACXA,GAAO7R,GAGf,OAAO6R,CACX,CAEA,IAAI2nC,GAAe,CACfC,IAAK,6BACLC,KAAM,sCAENC,GAAY9pB,EAAQ,snBAapB+pB,GAAQ/pB,EAAQ,kNAEoD,GACpE0C,GAAgB,SAAUnW,GAC1B,OAAOu9B,GAAUv9B,IAAQw9B,GAAMx9B,EACnC,EACA,SAASsW,GAAgBtW,GACrB,OAAIw9B,GAAMx9B,GACC,MAIC,SAARA,EACO,YADX,CAGJ,CACA,IAAIy9B,GAAsBl7C,OAAOwc,OAAO,MACxC,SAASsX,GAAiBrW,GAEtB,IAAKoE,EACD,OAAO,EAEX,GAAI+R,GAAcnW,GACd,OAAO,EAIX,GAFAA,EAAMA,EAAIhV,cAEsB,MAA5ByyC,GAAoBz9B,GACpB,OAAOy9B,GAAoBz9B,GAE/B,IAAIpe,EAAKkD,SAASI,cAAc8a,GAChC,OAAIA,EAAI7d,QAAQ,MAAQ,EAEZs7C,GAAoBz9B,GACxBpe,EAAGoK,cAAgBtD,OAAOg1C,oBACtB97C,EAAGoK,cAAgBtD,OAAOi1C,YAG1BF,GAAoBz9B,GAAO,qBAAqBza,KAAK3D,EAAGmB,WAExE,CACA,IAAI66C,GAAkBnqB,EAAQ,6CAK9B,SAASze,GAAMpT,GACX,GAAkB,kBAAPA,EAAiB,CACxB,IAAIi8C,EAAW/4C,SAASilB,cAAcnoB,GACtC,OAAKi8C,GAEM/4C,SAASI,cAAc,MAGtC,CAEI,OAAOtD,CAEf,CAEA,SAASsD,GAAc44C,EAAS1jC,GAC5B,IAAIme,EAAMzzB,SAASI,cAAc44C,GACjC,MAAgB,WAAZA,GAIA1jC,EAAM1P,MACN0P,EAAM1P,KAAK+P,YACmBhY,IAA9B2X,EAAM1P,KAAK+P,MAAMsjC,UACjBxlB,EAAIylB,aAAa,WAAY,YANtBzlB,CASf,CACA,SAAS0lB,GAAgB/1C,EAAW41C,GAChC,OAAOh5C,SAASm5C,gBAAgBb,GAAal1C,GAAY41C,EAC7D,CACA,SAASpT,GAAepS,GACpB,OAAOxzB,SAAS4lC,eAAepS,EACnC,CACA,SAAS4lB,GAAc5lB,GACnB,OAAOxzB,SAASo5C,cAAc5lB,EAClC,CACA,SAAS6lB,GAAazB,EAAY0B,EAASC,GACvC3B,EAAWyB,aAAaC,EAASC,EACrC,CACA,SAAS7sC,GAAY6nB,EAAMvW,GACvBuW,EAAK7nB,YAAYsR,EACrB,CACA,SAASvR,GAAY8nB,EAAMvW,GACvBuW,EAAK9nB,YAAYuR,EACrB,CACA,SAAS45B,GAAWrjB,GAChB,OAAOA,EAAKqjB,UAChB,CACA,SAAS4B,GAAYjlB,GACjB,OAAOA,EAAKilB,WAChB,CACA,SAASR,GAAQzkB,GACb,OAAOA,EAAKykB,OAChB,CACA,SAASS,GAAellB,EAAMf,GAC1Be,EAAKmlB,YAAclmB,CACvB,CACA,SAASmmB,GAAcplB,EAAMp6B,GACzBo6B,EAAK2kB,aAAa/+C,EAAS,GAC/B,CAEA,IAAIy/C,GAAuBn8C,OAAOyU,OAAO,CACvC8Y,UAAW,KACX5qB,cAAeA,GACf+4C,gBAAiBA,GACjBvT,eAAgBA,GAChBwT,cAAeA,GACfC,aAAcA,GACd3sC,YAAaA,GACbD,YAAaA,GACbmrC,WAAYA,GACZ4B,YAAaA,GACbR,QAASA,GACTS,eAAgBA,GAChBE,cAAeA,KAGbvnC,GAAM,CACN6H,OAAQ,SAAUpG,EAAGyB,GACjBukC,GAAYvkC,EAChB,EACAogB,OAAQ,SAAU6Y,EAAUj5B,GACpBi5B,EAAS3oC,KAAKwM,MAAQkD,EAAM1P,KAAKwM,MACjCynC,GAAYtL,GAAU,GACtBsL,GAAYvkC,GAEpB,EACAm5B,QAAS,SAAUn5B,GACfukC,GAAYvkC,GAAO,EACvB,GAEJ,SAASukC,GAAYvkC,EAAOwkC,GACxB,IAAI1nC,EAAMkD,EAAM1P,KAAKwM,IACrB,GAAKgM,EAAMhM,GAAX,CAEA,IAAIgD,EAAKE,EAAM3a,QACXo/C,EAAWzkC,EAAMC,mBAAqBD,EAAMme,IAC5Cz2B,EAAQ88C,EAAY,KAAOC,EAC3BC,EAAaF,OAAYn8C,EAAYo8C,EACzC,GAAI9rB,EAAW7b,GACXunB,GAAwBvnB,EAAKgD,EAAI,CAACpY,GAAQoY,EAAI,6BADlD,CAIA,IAAI6kC,EAAQ3kC,EAAM1P,KAAKs0C,SACnBC,EAA2B,kBAAR/nC,GAAmC,kBAARA,EAC9CgoC,EAAShjB,GAAMhlB,GACfioC,EAAOjlC,EAAGg0B,MACd,GAAI+Q,GAAaC,EACb,GAAIH,EAAO,CACP,IAAIt+C,EAAWw+C,EAAYE,EAAKjoC,GAAOA,EAAIpV,MACvC88C,EACAv8C,EAAQ5B,IAAamzB,EAASnzB,EAAUo+C,GAGnCx8C,EAAQ5B,GASHA,EAASyB,SAAS28C,IACxBp+C,EAAS4M,KAAKwxC,GATVI,GACAE,EAAKjoC,GAAO,CAAC2nC,GACbO,GAAYllC,EAAIhD,EAAKioC,EAAKjoC,KAG1BA,EAAIpV,MAAQ,CAAC+8C,EAO7B,MACK,GAAII,EAAW,CAChB,GAAIL,GAAaO,EAAKjoC,KAAS2nC,EAC3B,OAEJM,EAAKjoC,GAAO4nC,EACZM,GAAYllC,EAAIhD,EAAKpV,EACzB,MACK,GAAIo9C,EAAQ,CACb,GAAIN,GAAa1nC,EAAIpV,QAAU+8C,EAC3B,OAEJ3nC,EAAIpV,MAAQA,CAChB,MACS2D,CAvCb,CARU,CAmDd,CACA,SAAS25C,GAAY/X,EAAIzjC,EAAKgK,GAC1B,IAAI43B,EAAc6B,EAAG7B,YACjBA,GAAetiC,EAAOsiC,EAAa5hC,KAC/Bs4B,GAAMsJ,EAAY5hC,IAClB4hC,EAAY5hC,GAAK9B,MAAQ8L,EAGzB43B,EAAY5hC,GAAOgK,EAG/B,CAaA,IAAIyxC,GAAY,IAAIhnB,GAAM,GAAI,CAAC,EAAG,IAC9BsR,GAAQ,CAAC,SAAU,WAAY,SAAU,SAAU,WACvD,SAAS2V,GAAUv2C,EAAGoL,GAClB,OAAQpL,EAAEnF,MAAQuQ,EAAEvQ,KAChBmF,EAAE0vB,eAAiBtkB,EAAEskB,eACnB1vB,EAAEiX,MAAQ7L,EAAE6L,KACVjX,EAAEgwB,YAAc5kB,EAAE4kB,WAClB7V,EAAMna,EAAE2B,QAAUwY,EAAM/O,EAAEzJ,OAC1B60C,GAAcx2C,EAAGoL,IAChBye,EAAO7pB,EAAEowB,qBAAuBxG,EAAQxe,EAAEskB,aAAa71B,OACpE,CACA,SAAS28C,GAAcx2C,EAAGoL,GACtB,GAAc,UAAVpL,EAAEiX,IACF,OAAO,EACX,IAAIrc,EACA67C,EAAQt8B,EAAOvf,EAAIoF,EAAE2B,OAAUwY,EAAOvf,EAAIA,EAAE8W,QAAW9W,EAAEsG,KACzDw1C,EAAQv8B,EAAOvf,EAAIwQ,EAAEzJ,OAAUwY,EAAOvf,EAAIA,EAAE8W,QAAW9W,EAAEsG,KAC7D,OAAOu1C,IAAUC,GAAU7B,GAAgB4B,IAAU5B,GAAgB6B,EACzE,CACA,SAASC,GAAkB9mC,EAAU+mC,EAAUC,GAC3C,IAAIj8C,EAAGC,EACH2R,EAAM,CAAC,EACX,IAAK5R,EAAIg8C,EAAUh8C,GAAKi8C,IAAUj8C,EAC9BC,EAAMgV,EAASjV,GAAGC,IACdsf,EAAMtf,KACN2R,EAAI3R,GAAOD,GAEnB,OAAO4R,CACX,CACA,SAASsqC,GAAoBC,GACzB,IAAIn8C,EAAGoQ,EACHqE,EAAM,CAAC,EACP2nC,EAAUD,EAAQC,QAASrB,EAAUoB,EAAQpB,QACjD,IAAK/6C,EAAI,EAAGA,EAAIgmC,GAAM3nC,SAAU2B,EAE5B,IADAyU,EAAIuxB,GAAMhmC,IAAM,GACXoQ,EAAI,EAAGA,EAAIgsC,EAAQ/9C,SAAU+R,EAC1BmP,EAAM68B,EAAQhsC,GAAG41B,GAAMhmC,MACvByU,EAAIuxB,GAAMhmC,IAAI0J,KAAK0yC,EAAQhsC,GAAG41B,GAAMhmC,KAIhD,SAASq8C,EAAYznB,GACjB,OAAO,IAAIF,GAAMqmB,EAAQZ,QAAQvlB,GAAKvtB,cAAe,CAAC,EAAG,QAAIvI,EAAW81B,EAC5E,CACA,SAAS0nB,EAAWC,EAAU9yB,GAC1B,SAASwR,IACsB,MAArBA,EAAOxR,WACT+yB,EAAWD,EAEnB,CAEA,OADAthB,EAAOxR,UAAYA,EACZwR,CACX,CACA,SAASuhB,EAAWv+C,GAChB,IAAI/B,EAAS6+C,EAAQhC,WAAW96C,GAE5BshB,EAAMrjB,IACN6+C,EAAQltC,YAAY3R,EAAQ+B,EAEpC,CAaA,SAASw+C,EAAUhmC,EAAOimC,EAAoBC,EAAWC,EAAQC,EAAQC,EAAYx+C,GAUjF,GATIihB,EAAM9I,EAAMme,MAAQrV,EAAMu9B,KAM1BrmC,EAAQqmC,EAAWx+C,GAASs3B,GAAWnf,IAE3CA,EAAM0e,cAAgB0nB,GAClBlX,EAAgBlvB,EAAOimC,EAAoBC,EAAWC,GAA1D,CAGA,IAAI71C,EAAO0P,EAAM1P,KACbkO,EAAWwB,EAAMxB,SACjBoH,EAAM5F,EAAM4F,IACZkD,EAAMlD,IAaN5F,EAAMme,IAAMne,EAAMse,GACZgmB,EAAQT,gBAAgB7jC,EAAMse,GAAI1Y,GAClC0+B,EAAQx5C,cAAc8a,EAAK5F,GACjCsmC,EAAStmC,GACTumC,EAAevmC,EAAOxB,EAAUynC,GAC5Bn9B,EAAMxY,IACNk2C,EAAkBxmC,EAAOimC,GAE7B/M,EAAOgN,EAAWlmC,EAAMme,IAAKgoB,IAKxB3tB,EAAOxY,EAAM2e,YAClB3e,EAAMme,IAAMmmB,EAAQR,cAAc9jC,EAAMke,MACxCgb,EAAOgN,EAAWlmC,EAAMme,IAAKgoB,KAG7BnmC,EAAMme,IAAMmmB,EAAQhU,eAAetwB,EAAMke,MACzCgb,EAAOgN,EAAWlmC,EAAMme,IAAKgoB,GApCjC,CAsCJ,CACA,SAASjX,EAAgBlvB,EAAOimC,EAAoBC,EAAWC,GAC3D,IAAI58C,EAAIyW,EAAM1P,KACd,GAAIwY,EAAMvf,GAAI,CACV,IAAIk9C,EAAgB39B,EAAM9I,EAAMC,oBAAsB1W,EAAE2V,UAQxD,GAPI4J,EAAOvf,EAAIA,EAAEvE,OAAU8jB,EAAOvf,EAAIA,EAAE2W,OACpC3W,EAAEyW,GAAO,GAMT8I,EAAM9I,EAAMC,mBAMZ,OALAymC,EAAc1mC,EAAOimC,GACrB/M,EAAOgN,EAAWlmC,EAAMme,IAAKgoB,GACzB3tB,EAAOiuB,IACPE,EAAoB3mC,EAAOimC,EAAoBC,EAAWC,IAEvD,CAEf,CACJ,CACA,SAASO,EAAc1mC,EAAOimC,GACtBn9B,EAAM9I,EAAM1P,KAAKs2C,iBACjBX,EAAmBhzC,KAAKjG,MAAMi5C,EAAoBjmC,EAAM1P,KAAKs2C,eAC7D5mC,EAAM1P,KAAKs2C,cAAgB,MAE/B5mC,EAAMme,IAAMne,EAAMC,kBAAkBm0B,IAChCyS,EAAY7mC,IACZwmC,EAAkBxmC,EAAOimC,GACzBK,EAAStmC,KAKTukC,GAAYvkC,GAEZimC,EAAmBhzC,KAAK+M,GAEhC,CACA,SAAS2mC,EAAoB3mC,EAAOimC,EAAoBC,EAAWC,GAC/D,IAAI58C,EAKAu9C,EAAY9mC,EAChB,MAAO8mC,EAAU7mC,kBAEb,GADA6mC,EAAYA,EAAU7mC,kBAAkBqsB,OACpCxjB,EAAOvf,EAAIu9C,EAAUx2C,OAAUwY,EAAOvf,EAAIA,EAAEw9C,YAAc,CAC1D,IAAKx9C,EAAI,EAAGA,EAAIyU,EAAIgpC,SAASp/C,SAAU2B,EACnCyU,EAAIgpC,SAASz9C,GAAG07C,GAAW6B,GAE/Bb,EAAmBhzC,KAAK6zC,GACxB,KACJ,CAIJ5N,EAAOgN,EAAWlmC,EAAMme,IAAKgoB,EACjC,CACA,SAASjN,EAAOzzC,EAAQ04B,EAAKrhB,GACrBgM,EAAMrjB,KACFqjB,EAAMhM,GACFwnC,EAAQhC,WAAWxlC,KAASrX,GAC5B6+C,EAAQP,aAAat+C,EAAQ04B,EAAKrhB,GAItCwnC,EAAQntC,YAAY1R,EAAQ04B,GAGxC,CACA,SAASooB,EAAevmC,EAAOxB,EAAUynC,GACrC,GAAIh+C,EAAQuW,GAAW,CACfnT,EAGJ,IAAK,IAAIkoC,EAAM,EAAGA,EAAM/0B,EAAS5W,SAAU2rC,EACvCyS,EAAUxnC,EAAS+0B,GAAM0S,EAAoBjmC,EAAMme,IAAK,MAAM,EAAM3f,EAAU+0B,EAEtF,MACS7a,EAAY1Y,EAAMke,OACvBomB,EAAQntC,YAAY6I,EAAMme,IAAKmmB,EAAQhU,eAAerpC,OAAO+Y,EAAMke,OAE3E,CACA,SAAS2oB,EAAY7mC,GACjB,MAAOA,EAAMC,kBACTD,EAAQA,EAAMC,kBAAkBqsB,OAEpC,OAAOxjB,EAAM9I,EAAM4F,IACvB,CACA,SAAS4gC,EAAkBxmC,EAAOimC,GAC9B,IAAK,IAAIgB,EAAM,EAAGA,EAAMjpC,EAAI2G,OAAO/c,SAAUq/C,EACzCjpC,EAAI2G,OAAOsiC,GAAKhC,GAAWjlC,GAE/BzW,EAAIyW,EAAM1P,KAAKtL,KACX8jB,EAAMvf,KACFuf,EAAMvf,EAAEob,SACRpb,EAAEob,OAAOsgC,GAAWjlC,GACpB8I,EAAMvf,EAAE2vC,SACR+M,EAAmBhzC,KAAK+M,GAEpC,CAIA,SAASsmC,EAAStmC,GACd,IAAIzW,EACJ,GAAIuf,EAAOvf,EAAIyW,EAAMye,WACjB6lB,EAAQD,cAAcrkC,EAAMme,IAAK50B,OAEhC,CACD,IAAI29C,EAAWlnC,EACf,MAAOknC,EACCp+B,EAAOvf,EAAI29C,EAAS7hD,UAAayjB,EAAOvf,EAAIA,EAAEvD,SAASZ,WACvDk/C,EAAQD,cAAcrkC,EAAMme,IAAK50B,GAErC29C,EAAWA,EAASzhD,MAE5B,CAEIqjB,EAAOvf,EAAIiqC,KACXjqC,IAAMyW,EAAM3a,SACZkE,IAAMyW,EAAMue,WACZzV,EAAOvf,EAAIA,EAAEvD,SAASZ,WACtBk/C,EAAQD,cAAcrkC,EAAMme,IAAK50B,EAEzC,CACA,SAAS49C,EAAUjB,EAAWC,EAAQ1N,EAAQ2O,EAAU5B,EAAQS,GAC5D,KAAOmB,GAAY5B,IAAU4B,EACzBpB,EAAUvN,EAAO2O,GAAWnB,EAAoBC,EAAWC,GAAQ,EAAO1N,EAAQ2O,EAE1F,CACA,SAASC,EAAkBrnC,GACvB,IAAIzW,EAAGoQ,EACHrJ,EAAO0P,EAAM1P,KACjB,GAAIwY,EAAMxY,GAGN,IAFIwY,EAAOvf,EAAI+G,EAAKtL,OAAU8jB,EAAOvf,EAAIA,EAAE4vC,UACvC5vC,EAAEyW,GACDzW,EAAI,EAAGA,EAAIyU,EAAIm7B,QAAQvxC,SAAU2B,EAClCyU,EAAIm7B,QAAQ5vC,GAAGyW,GAEvB,GAAI8I,EAAOvf,EAAIyW,EAAMxB,UACjB,IAAK7E,EAAI,EAAGA,EAAIqG,EAAMxB,SAAS5W,SAAU+R,EACrC0tC,EAAkBrnC,EAAMxB,SAAS7E,GAG7C,CACA,SAAS2tC,EAAa7O,EAAQ2O,EAAU5B,GACpC,KAAO4B,GAAY5B,IAAU4B,EAAU,CACnC,IAAIG,EAAK9O,EAAO2O,GACZt+B,EAAMy+B,KACFz+B,EAAMy+B,EAAG3hC,MACT4hC,EAA0BD,GAC1BF,EAAkBE,IAIlBxB,EAAWwB,EAAGppB,KAG1B,CACJ,CACA,SAASqpB,EAA0BxnC,EAAOynC,GACtC,GAAI3+B,EAAM2+B,IAAO3+B,EAAM9I,EAAM1P,MAAO,CAChC,IAAIo3C,EACA10B,EAAYhV,EAAIwmB,OAAO58B,OAAS,EAgBpC,IAfIkhB,EAAM2+B,GAGNA,EAAGz0B,WAAaA,EAIhBy0B,EAAK5B,EAAW7lC,EAAMme,IAAKnL,GAG3BlK,EAAO4+B,EAAM1nC,EAAMC,oBACnB6I,EAAO4+B,EAAMA,EAAIpb,SACjBxjB,EAAM4+B,EAAIp3C,OACVk3C,EAA0BE,EAAKD,GAE9BC,EAAM,EAAGA,EAAM1pC,EAAIwmB,OAAO58B,SAAU8/C,EACrC1pC,EAAIwmB,OAAOkjB,GAAK1nC,EAAOynC,GAEvB3+B,EAAO4+B,EAAM1nC,EAAM1P,KAAKtL,OAAU8jB,EAAO4+B,EAAMA,EAAIljB,QACnDkjB,EAAI1nC,EAAOynC,GAGXA,GAER,MAEI1B,EAAW/lC,EAAMme,IAEzB,CACA,SAASwpB,EAAezB,EAAW0B,EAAOC,EAAO5B,EAAoB6B,GACjE,IAQIC,EAAaC,EAAUC,EAAa9B,EARpC+B,EAAc,EACdC,EAAc,EACdC,EAAYR,EAAMhgD,OAAS,EAC3BygD,EAAgBT,EAAM,GACtBU,EAAcV,EAAMQ,GACpBG,EAAYV,EAAMjgD,OAAS,EAC3B4gD,EAAgBX,EAAM,GACtBY,EAAcZ,EAAMU,GAKpBG,GAAWZ,EAIf,MAAOI,GAAeE,GAAaD,GAAeI,EAC1ChwB,EAAQ8vB,GACRA,EAAgBT,IAAQM,GAEnB3vB,EAAQ+vB,GACbA,EAAcV,IAAQQ,GAEjBlD,GAAUmD,EAAeG,IAC9BG,EAAWN,EAAeG,EAAevC,EAAoB4B,EAAOM,GACpEE,EAAgBT,IAAQM,GACxBM,EAAgBX,IAAQM,IAEnBjD,GAAUoD,EAAaG,IAC5BE,EAAWL,EAAaG,EAAaxC,EAAoB4B,EAAOU,GAChED,EAAcV,IAAQQ,GACtBK,EAAcZ,IAAQU,IAEjBrD,GAAUmD,EAAeI,IAE9BE,EAAWN,EAAeI,EAAaxC,EAAoB4B,EAAOU,GAClEG,GACIpE,EAAQP,aAAamC,EAAWmC,EAAclqB,IAAKmmB,EAAQJ,YAAYoE,EAAYnqB,MACvFkqB,EAAgBT,IAAQM,GACxBO,EAAcZ,IAAQU,IAEjBrD,GAAUoD,EAAaE,IAE5BG,EAAWL,EAAaE,EAAevC,EAAoB4B,EAAOM,GAClEO,GACIpE,EAAQP,aAAamC,EAAWoC,EAAYnqB,IAAKkqB,EAAclqB,KACnEmqB,EAAcV,IAAQQ,GACtBI,EAAgBX,IAAQM,KAGpB5vB,EAAQwvB,KACRA,EAAczC,GAAkBsC,EAAOM,EAAaE,IACxDJ,EAAWl/B,EAAM0/B,EAAch/C,KACzBu+C,EAAYS,EAAch/C,KAC1Bo/C,EAAaJ,EAAeZ,EAAOM,EAAaE,GAClD7vB,EAAQyvB,GAERhC,EAAUwC,EAAevC,EAAoBC,EAAWmC,EAAclqB,KAAK,EAAO0pB,EAAOM,IAGzFF,EAAcL,EAAMI,GAChB9C,GAAU+C,EAAaO,IACvBG,EAAWV,EAAaO,EAAevC,EAAoB4B,EAAOM,GAClEP,EAAMI,QAAY3/C,EAClBqgD,GACIpE,EAAQP,aAAamC,EAAW+B,EAAY9pB,IAAKkqB,EAAclqB,MAInE6nB,EAAUwC,EAAevC,EAAoBC,EAAWmC,EAAclqB,KAAK,EAAO0pB,EAAOM,IAGjGK,EAAgBX,IAAQM,IAG5BD,EAAcE,GACdjC,EAAS5tB,EAAQsvB,EAAMU,EAAY,IAAM,KAAOV,EAAMU,EAAY,GAAGpqB,IACrEgpB,EAAUjB,EAAWC,EAAQ0B,EAAOM,EAAaI,EAAWtC,IAEvDkC,EAAcI,GACnBjB,EAAaM,EAAOM,EAAaE,EAEzC,CAgBA,SAASQ,EAAa3pB,EAAM2oB,EAAOttB,EAAO9V,GACtC,IAAK,IAAIqkC,EAAMvuB,EAAOuuB,EAAMrkC,EAAKqkC,IAAO,CACpC,IAAI3uC,EAAI0tC,EAAMiB,GACd,GAAI//B,EAAM5O,IAAMgrC,GAAUjmB,EAAM/kB,GAC5B,OAAO2uC,CACf,CACJ,CACA,SAASF,EAAW1P,EAAUj5B,EAAOimC,EAAoBI,EAAYx+C,EAAOigD,GACxE,GAAI7O,IAAaj5B,EAAjB,CAGI8I,EAAM9I,EAAMme,MAAQrV,EAAMu9B,KAE1BrmC,EAAQqmC,EAAWx+C,GAASs3B,GAAWnf,IAE3C,IAAIme,EAAOne,EAAMme,IAAM8a,EAAS9a,IAChC,GAAI3F,EAAOygB,EAASla,oBACZjW,EAAM9I,EAAMqe,aAAarM,UACzB82B,EAAQ7P,EAAS9a,IAAKne,EAAOimC,GAG7BjmC,EAAM+e,oBAAqB,OAQnC,GAAIvG,EAAOxY,EAAM4H,WACb4Q,EAAOygB,EAASrxB,WAChB5H,EAAMxW,MAAQyvC,EAASzvC,MACtBgvB,EAAOxY,EAAM4e,WAAapG,EAAOxY,EAAM6e,SACxC7e,EAAMC,kBAAoBg5B,EAASh5B,sBAJvC,CAOA,IAAI1W,EACA+G,EAAO0P,EAAM1P,KACbwY,EAAMxY,IAASwY,EAAOvf,EAAI+G,EAAKtL,OAAU8jB,EAAOvf,EAAIA,EAAEwW,WACtDxW,EAAE0vC,EAAUj5B,GAEhB,IAAI4nC,EAAQ3O,EAASz6B,SACjB+oC,EAAKvnC,EAAMxB,SACf,GAAIsK,EAAMxY,IAASu2C,EAAY7mC,GAAQ,CACnC,IAAKzW,EAAI,EAAGA,EAAIyU,EAAIoiB,OAAOx4B,SAAU2B,EACjCyU,EAAIoiB,OAAO72B,GAAG0vC,EAAUj5B,GACxB8I,EAAOvf,EAAI+G,EAAKtL,OAAU8jB,EAAOvf,EAAIA,EAAE62B,SACvC72B,EAAE0vC,EAAUj5B,EACpB,CACIuY,EAAQvY,EAAMke,MACVpV,EAAM8+B,IAAU9+B,EAAMy+B,GAClBK,IAAUL,GACVI,EAAexpB,EAAKypB,EAAOL,EAAItB,EAAoB6B,GAElDh/B,EAAMy+B,IAIPz+B,EAAMmwB,EAAS/a,OACfomB,EAAQH,eAAehmB,EAAK,IAChCgpB,EAAUhpB,EAAK,KAAMopB,EAAI,EAAGA,EAAG3/C,OAAS,EAAGq+C,IAEtCn9B,EAAM8+B,GACXN,EAAaM,EAAO,EAAGA,EAAMhgD,OAAS,GAEjCkhB,EAAMmwB,EAAS/a,OACpBomB,EAAQH,eAAehmB,EAAK,IAG3B8a,EAAS/a,OAASle,EAAMke,MAC7BomB,EAAQH,eAAehmB,EAAKne,EAAMke,MAElCpV,EAAMxY,IACFwY,EAAOvf,EAAI+G,EAAKtL,OAAU8jB,EAAOvf,EAAIA,EAAEw/C,YACvCx/C,EAAE0vC,EAAUj5B,EAvCpB,CAzBA,CAkEJ,CACA,SAASgpC,EAAiBhpC,EAAOjK,EAAOkzC,GAGpC,GAAIzwB,EAAOywB,IAAYngC,EAAM9I,EAAMva,QAC/Bua,EAAMva,OAAO6K,KAAKs2C,cAAgB7wC,OAGlC,IAAK,IAAImzC,EAAM,EAAGA,EAAMnzC,EAAMnO,SAAUshD,EACpCnzC,EAAMmzC,GAAK54C,KAAKtL,KAAKk0C,OAAOnjC,EAAMmzC,GAG9C,CACA,IAKIC,EAAmB9vB,EAAQ,2CAE/B,SAASyvB,EAAQ3qB,EAAKne,EAAOimC,EAAoBmD,GAC7C,IAAI7/C,EACAqc,EAAM5F,EAAM4F,IAAKtV,EAAO0P,EAAM1P,KAAMkO,EAAWwB,EAAMxB,SAGzD,GAFA4qC,EAASA,GAAW94C,GAAQA,EAAK2+B,IACjCjvB,EAAMme,IAAMA,EACR3F,EAAOxY,EAAM2e,YAAc7V,EAAM9I,EAAMqe,cAEvC,OADAre,EAAM+e,oBAAqB,GACpB,EAQX,GAAIjW,EAAMxY,KACFwY,EAAOvf,EAAI+G,EAAKtL,OAAU8jB,EAAOvf,EAAIA,EAAE2W,OACvC3W,EAAEyW,GAAO,GACT8I,EAAOvf,EAAIyW,EAAMC,oBAGjB,OADAymC,EAAc1mC,EAAOimC,IACd,EAGf,GAAIn9B,EAAMlD,GAAM,CACZ,GAAIkD,EAAMtK,GAEN,GAAK2f,EAAIkrB,gBAKL,GAAIvgC,EAAOvf,EAAI+G,IACXwY,EAAOvf,EAAIA,EAAE49B,WACbre,EAAOvf,EAAIA,EAAE+/C,YACb,GAAI//C,IAAM40B,EAAImrB,UAUV,OAAO,MAGV,CAID,IAFA,IAAIC,GAAgB,EAChBhH,EAAYpkB,EAAIqrB,WACXC,EAAM,EAAGA,EAAMjrC,EAAS5W,OAAQ6hD,IAAO,CAC5C,IAAKlH,IACAuG,EAAQvG,EAAW/jC,EAASirC,GAAMxD,EAAoBmD,GAAS,CAChEG,GAAgB,EAChB,KACJ,CACAhH,EAAYA,EAAU2B,WAC1B,CAGA,IAAKqF,GAAiBhH,EASlB,OAAO,CAEf,MA7CAgE,EAAevmC,EAAOxB,EAAUynC,GAgDxC,GAAIn9B,EAAMxY,GAAO,CACb,IAAIo5C,GAAa,EACjB,IAAK,IAAIlgD,KAAO8G,EACZ,IAAK64C,EAAiB3/C,GAAM,CACxBkgD,GAAa,EACblD,EAAkBxmC,EAAOimC,GACzB,KACJ,EAECyD,GAAcp5C,EAAK,UAEpBg/B,GAASh/B,EAAK,SAEtB,CACJ,MACS6tB,EAAI7tB,OAAS0P,EAAMke,OACxBC,EAAI7tB,KAAO0P,EAAMke,MAErB,OAAO,CACX,CAYA,OAAO,SAAe+a,EAAUj5B,EAAOk0B,EAAW4T,GAC9C,IAAIvvB,EAAQvY,GAAZ,CAKA,IAAI2pC,GAAiB,EACjB1D,EAAqB,GACzB,GAAI1tB,EAAQ0gB,GAER0Q,GAAiB,EACjB3D,EAAUhmC,EAAOimC,OAEhB,CACD,IAAI2D,EAAgB9gC,EAAMmwB,EAAS4Q,UACnC,IAAKD,GAAiB1E,GAAUjM,EAAUj5B,GAEtC2oC,EAAW1P,EAAUj5B,EAAOimC,EAAoB,KAAM,KAAM6B,OAE3D,CACD,GAAI8B,EAAe,CAQf,GAJ0B,IAAtB3Q,EAAS4Q,UAAkB5Q,EAAS6Q,aAAazuB,KACjD4d,EAAS8Q,gBAAgB1uB,GACzB6Y,GAAY,GAEZ1b,EAAO0b,IACH4U,EAAQ7P,EAAUj5B,EAAOimC,GAEzB,OADA+C,EAAiBhpC,EAAOimC,GAAoB,GACrChN,EAYfA,EAAW2M,EAAY3M,EAC3B,CAEA,IAAI+Q,EAAS/Q,EAAS9a,IAClB+nB,EAAY5B,EAAQhC,WAAW0H,GAQnC,GANAhE,EAAUhmC,EAAOimC,EAIjB+D,EAAOC,SAAW,KAAO/D,EAAW5B,EAAQJ,YAAY8F,IAEpDlhC,EAAM9I,EAAMva,QAAS,CACrB,IAAIyhD,EAAWlnC,EAAMva,OACjBykD,EAAYrD,EAAY7mC,GAC5B,MAAOknC,EAAU,CACb,IAAK,IAAIiD,EAAM,EAAGA,EAAMnsC,EAAIm7B,QAAQvxC,SAAUuiD,EAC1CnsC,EAAIm7B,QAAQgR,GAAKjD,GAGrB,GADAA,EAAS/oB,IAAMne,EAAMme,IACjB+rB,EAAW,CACX,IAAK,IAAIE,EAAM,EAAGA,EAAMpsC,EAAI2G,OAAO/c,SAAUwiD,EACzCpsC,EAAI2G,OAAOylC,GAAKnF,GAAWiC,GAK/B,IAAImD,EAAWnD,EAAS52C,KAAKtL,KAAKk0C,OAClC,GAAImR,EAASrlB,OAET,IAAK,IAAIslB,EAAO,EAAGA,EAAOD,EAASlmB,IAAIv8B,OAAQ0iD,IAC3CD,EAASlmB,IAAImmB,IAGzB,MAEI/F,GAAY2C,GAEhBA,EAAWA,EAASzhD,MACxB,CACJ,CAEIqjB,EAAMo9B,GACNoB,EAAa,CAACrO,GAAW,EAAG,GAEvBnwB,EAAMmwB,EAASrzB,MACpByhC,EAAkBpO,EAE1B,CACJ,CAEA,OADA+P,EAAiBhpC,EAAOimC,EAAoB0D,GACrC3pC,EAAMme,GAzFb,CAHQrV,EAAMmwB,IACNoO,EAAkBpO,EA4F9B,CACJ,CAEA,IAAIsC,GAAa,CACb52B,OAAQ4lC,GACRnqB,OAAQmqB,GACRpR,QAAS,SAA0Bn5B,GAE/BuqC,GAAiBvqC,EAAOilC,GAC5B,GAEJ,SAASsF,GAAiBtR,EAAUj5B,IAC5Bi5B,EAAS3oC,KAAKirC,YAAcv7B,EAAM1P,KAAKirC,aACvCtH,GAAQgF,EAAUj5B,EAE1B,CACA,SAASi0B,GAAQgF,EAAUj5B,GACvB,IAMIxW,EAAKghD,EAAQC,EANbC,EAAWzR,IAAagM,GACxB0F,EAAY3qC,IAAUilC,GACtB2F,EAAUC,GAAoB5R,EAAS3oC,KAAKirC,WAAYtC,EAAS5zC,SACjEylD,EAAUD,GAAoB7qC,EAAM1P,KAAKirC,WAAYv7B,EAAM3a,SAC3D0lD,EAAiB,GACjBC,EAAoB,GAExB,IAAKxhD,KAAOshD,EACRN,EAASI,EAAQphD,GACjBihD,EAAMK,EAAQthD,GACTghD,GASDC,EAAI5nB,SAAW2nB,EAAO9iD,MACtB+iD,EAAIQ,OAAST,EAAOU,IACpBC,GAASV,EAAK,SAAUzqC,EAAOi5B,GAC3BwR,EAAI94B,KAAO84B,EAAI94B,IAAIy5B,kBACnBJ,EAAkB/3C,KAAKw3C,KAX3BU,GAASV,EAAK,OAAQzqC,EAAOi5B,GACzBwR,EAAI94B,KAAO84B,EAAI94B,IAAIkP,UACnBkqB,EAAe93C,KAAKw3C,IAahC,GAAIM,EAAenjD,OAAQ,CACvB,IAAIyjD,EAAa,WACb,IAAK,IAAI9hD,EAAI,EAAGA,EAAIwhD,EAAenjD,OAAQ2B,IACvC4hD,GAASJ,EAAexhD,GAAI,WAAYyW,EAAOi5B,EAEvD,EACIyR,EACA9lB,GAAe5kB,EAAO,SAAUqrC,GAGhCA,GAER,CAQA,GAPIL,EAAkBpjD,QAClBg9B,GAAe5kB,EAAO,aAAa,WAC/B,IAAK,IAAIzW,EAAI,EAAGA,EAAIyhD,EAAkBpjD,OAAQ2B,IAC1C4hD,GAASH,EAAkBzhD,GAAI,mBAAoByW,EAAOi5B,EAElE,KAECyR,EACD,IAAKlhD,KAAOohD,EACHE,EAAQthD,IAET2hD,GAASP,EAAQphD,GAAM,SAAUyvC,EAAUA,EAAU0R,EAIrE,CACA,IAAIW,GAAiBnjD,OAAOwc,OAAO,MACnC,SAASkmC,GAAoBvP,EAAMx7B,GAC/B,IAKIvW,EAAGkhD,EALHpvC,EAAMlT,OAAOwc,OAAO,MACxB,IAAK22B,EAED,OAAOjgC,EAGX,IAAK9R,EAAI,EAAGA,EAAI+xC,EAAK1zC,OAAQ2B,IAAK,CAO9B,GANAkhD,EAAMnP,EAAK/xC,GACNkhD,EAAIc,YAELd,EAAIc,UAAYD,IAEpBjwC,EAAImwC,GAAcf,IAAQA,EACtB3qC,EAAGsrB,aAAetrB,EAAGsrB,YAAYC,MAAO,CACxC,IAAIogB,EAAWhB,EAAI94B,KAAO0U,GAAavmB,EAAI,cAAe,KAAO2qC,EAAIxgD,MAEjEwgD,EAAI94B,IADgB,oBAAb85B,EACG,CACNv+C,KAAMu+C,EACNrrB,OAAQqrB,GAIFA,CAElB,CACAhB,EAAI94B,IAAM84B,EAAI94B,KAAO0U,GAAavmB,EAAG9Z,SAAU,aAAcykD,EAAIxgD,MAAM,EAC3E,CAEA,OAAOoR,CACX,CACA,SAASmwC,GAAcf,GACnB,OAAQA,EAAIiB,SAAW,GAAGnlD,OAAOkkD,EAAIxgD,KAAM,KAAK1D,OAAO4B,OAAOkB,KAAKohD,EAAIc,WAAa,CAAC,GAAGj6C,KAAK,KACjG,CACA,SAAS65C,GAASV,EAAKzlD,EAAMgb,EAAOi5B,EAAU0R,GAC1C,IAAIt9C,EAAKo9C,EAAI94B,KAAO84B,EAAI94B,IAAI3sB,GAC5B,GAAIqI,EACA,IACIA,EAAG2S,EAAMme,IAAKssB,EAAKzqC,EAAOi5B,EAAU0R,EACxC,CACA,MAAOzvC,IACHiyB,GAAYjyB,GAAG8E,EAAM3a,QAAS,aAAakB,OAAOkkD,EAAIxgD,KAAM,KAAK1D,OAAOvB,EAAM,SAClF,CAER,CAEA,IAAI2mD,GAAc,CAAC7uC,GAAKy+B,IAExB,SAASqQ,GAAY3S,EAAUj5B,GAC3B,IAAI2D,EAAO3D,EAAMoe,iBACjB,KAAItV,EAAMnF,KAA4C,IAAnCA,EAAK+Z,KAAKz4B,QAAQ4mD,iBAGjCtzB,EAAQ0gB,EAAS3oC,KAAK+P,SAAUkY,EAAQvY,EAAM1P,KAAK+P,QAAvD,CAGA,IAAI7W,EAAKk7B,EAAKC,EACVxG,EAAMne,EAAMme,IACZ2tB,EAAW7S,EAAS3oC,KAAK+P,OAAS,CAAC,EACnCA,EAAQL,EAAM1P,KAAK+P,OAAS,CAAC,EAKjC,IAAK7W,KAHDsf,EAAMzI,EAAM0gB,SAAWvI,EAAOnY,EAAM0rC,kBACpC1rC,EAAQL,EAAM1P,KAAK+P,MAAQvG,EAAO,CAAC,EAAGuG,IAE9BA,EACRqkB,EAAMrkB,EAAM7W,GACZm7B,EAAMmnB,EAAStiD,GACXm7B,IAAQD,GACRsnB,GAAQ7tB,EAAK30B,EAAKk7B,EAAK1kB,EAAM1P,KAAK2+B,KAS1C,IAAKzlC,KAHAozB,IAAQE,KAAWzc,EAAM3Y,QAAUokD,EAASpkD,OAC7CskD,GAAQ7tB,EAAK,QAAS9d,EAAM3Y,OAEpBokD,EACJvzB,EAAQlY,EAAM7W,MACV24C,GAAQ34C,GACR20B,EAAI8tB,kBAAkB/J,GAASE,GAAa54C,IAEtCq4C,GAAiBr4C,IACvB20B,EAAI4rB,gBAAgBvgD,GA5BhC,CAgCJ,CACA,SAASwiD,GAAQxkD,EAAIgC,EAAK9B,EAAOwkD,GACzBA,GAAW1kD,EAAGk8C,QAAQ37C,QAAQ,MAAQ,EACtCokD,GAAY3kD,EAAIgC,EAAK9B,GAEhBu6C,GAAcz4C,GAGfw4C,GAAiBt6C,GACjBF,EAAGuiD,gBAAgBvgD,IAKnB9B,EAAgB,oBAAR8B,GAA4C,UAAfhC,EAAGk8C,QAAsB,OAASl6C,EACvEhC,EAAGo8C,aAAap6C,EAAK9B,IAGpBm6C,GAAiBr4C,GACtBhC,EAAGo8C,aAAap6C,EAAKu4C,GAAuBv4C,EAAK9B,IAE5Cy6C,GAAQ34C,GACTw4C,GAAiBt6C,GACjBF,EAAGykD,kBAAkB/J,GAASE,GAAa54C,IAG3ChC,EAAG4kD,eAAelK,GAAS14C,EAAK9B,GAIpCykD,GAAY3kD,EAAIgC,EAAK9B,EAE7B,CACA,SAASykD,GAAY3kD,EAAIgC,EAAK9B,GAC1B,GAAIs6C,GAAiBt6C,GACjBF,EAAGuiD,gBAAgBvgD,OAElB,CAKD,GAAIozB,KACCC,IACc,aAAfr1B,EAAGk8C,SACK,gBAARl6C,GACU,KAAV9B,IACCF,EAAG6kD,OAAQ,CACZ,IAAIC,EAAY,SAAUpxC,GACtBA,EAAEqxC,2BACF/kD,EAAGkmB,oBAAoB,QAAS4+B,EACpC,EACA9kD,EAAGyP,iBAAiB,QAASq1C,GAE7B9kD,EAAG6kD,QAAS,CAChB,CACA7kD,EAAGo8C,aAAap6C,EAAK9B,EACzB,CACJ,CACA,IAAI2Y,GAAQ,CACRsE,OAAQinC,GACRxrB,OAAQwrB,IAGZ,SAASY,GAAYvT,EAAUj5B,GAC3B,IAAIxY,EAAKwY,EAAMme,IACX7tB,EAAO0P,EAAM1P,KACbm8C,EAAUxT,EAAS3oC,KACvB,KAAIioB,EAAQjoB,EAAKoyC,cACbnqB,EAAQjoB,EAAK6W,SACZoR,EAAQk0B,IACJl0B,EAAQk0B,EAAQ/J,cAAgBnqB,EAAQk0B,EAAQtlC,SAHzD,CAMA,IAAIulC,EAAMrK,GAAiBriC,GAEvB2sC,EAAkBnlD,EAAGolD,mBACrB9jC,EAAM6jC,KACND,EAAMnmD,GAAOmmD,EAAK9J,GAAe+J,KAGjCD,IAAQllD,EAAGqlD,aACXrlD,EAAGo8C,aAAa,QAAS8I,GACzBllD,EAAGqlD,WAAaH,EAVpB,CAYJ,CACA,IA8BIxjD,GA9BA4jD,GAAQ,CACRnoC,OAAQ6nC,GACRpsB,OAAQosB,IAKRO,GAAc,MACdC,GAAuB,MAM3B,SAASC,GAAgBhmC,GAErB,GAAI6B,EAAM7B,EAAG8lC,KAAe,CAExB,IAAIG,EAAUtwB,GAAO,SAAW,QAChC3V,EAAGimC,GAAW,GAAG3mD,OAAO0gB,EAAG8lC,IAAc9lC,EAAGimC,IAAY,WACjDjmC,EAAG8lC,GACd,CAIIjkC,EAAM7B,EAAG+lC,OACT/lC,EAAGkmC,OAAS,GAAG5mD,OAAO0gB,EAAG+lC,IAAuB/lC,EAAGkmC,QAAU,WACtDlmC,EAAG+lC,IAElB,CAEA,SAASvoB,GAAkBnuB,EAAOlC,EAASsO,GACvC,IAAIwwB,EAAUhqC,GACd,OAAO,SAASiqC,IACZ,IAAI93B,EAAMjH,EAAQpH,MAAM,KAAMG,WAClB,OAARkO,GACAmpB,GAAOluB,EAAO68B,EAAazwB,EAASwwB,EAE5C,CACJ,CAIA,IAAIka,GAAkBvd,MAAsB5S,IAAQ+jB,OAAO/jB,GAAK,KAAO,IACvE,SAASp3B,GAAIoE,EAAMmK,EAASsO,EAASuhB,GAOjC,GAAImpB,GAAiB,CACjB,IAAIC,EAAsB7W,GACtB8W,EAAal5C,EAEjBA,EAAUk5C,EAAWC,SAAW,SAAUryC,GACtC,GAIAA,EAAEhS,SAAWgS,EAAEqN,eAEXrN,EAAE07B,WAAayW,GAIfnyC,EAAE07B,WAAa,GAIf17B,EAAEhS,OAAOskD,gBAAkB9iD,SAC3B,OAAO4iD,EAAWtgD,MAAM1H,KAAM6H,UAEtC,CACJ,CACAjE,GAAO+N,iBAAiBhN,EAAMmK,EAASgpB,GAAkB,CAAE1a,QAASA,EAASuhB,QAASA,GAAYvhB,EACtG,CACA,SAAS8hB,GAAOv6B,EAAMmK,EAASsO,EAASwwB,IACnCA,GAAWhqC,IAAQwkB,oBAAoBzjB,EAExCmK,EAAQm5C,UAAYn5C,EAASsO,EACjC,CACA,SAAS+qC,GAAmBxU,EAAUj5B,GAClC,IAAIuY,EAAQ0gB,EAAS3oC,KAAK2W,MAAOsR,EAAQvY,EAAM1P,KAAK2W,IAApD,CAGA,IAAIA,EAAKjH,EAAM1P,KAAK2W,IAAM,CAAC,EACvBsd,EAAQ0U,EAAS3oC,KAAK2W,IAAM,CAAC,EAGjC/d,GAAS8W,EAAMme,KAAO8a,EAAS9a,IAC/B8uB,GAAgBhmC,GAChBqd,GAAgBrd,EAAIsd,EAAO1+B,GAAK2+B,GAAQC,GAAmBzkB,EAAM3a,SACjE6D,QAASb,CART,CASJ,CACA,IAOIqlD,GAPAC,GAAS,CACThpC,OAAQ8oC,GACRrtB,OAAQqtB,GAERtU,QAAS,SAAUn5B,GAAS,OAAOytC,GAAmBztC,EAAOilC,GAAY,GAI7E,SAAS2I,GAAe3U,EAAUj5B,GAC9B,IAAIuY,EAAQ0gB,EAAS3oC,KAAK62B,YAAa5O,EAAQvY,EAAM1P,KAAK62B,UAA1D,CAGA,IAAI39B,EAAKk7B,EACLvG,EAAMne,EAAMme,IACZ0vB,EAAW5U,EAAS3oC,KAAK62B,UAAY,CAAC,EACtC9oB,EAAQ2B,EAAM1P,KAAK62B,UAAY,CAAC,EAKpC,IAAK39B,KAHDsf,EAAMzK,EAAM0iB,SAAWvI,EAAOna,EAAM0tC,kBACpC1tC,EAAQ2B,EAAM1P,KAAK62B,SAAWrtB,EAAO,CAAC,EAAGuE,IAEjCwvC,EACFrkD,KAAO6U,IACT8f,EAAI30B,GAAO,IAGnB,IAAKA,KAAO6U,EAAO,CAKf,GAJAqmB,EAAMrmB,EAAM7U,GAIA,gBAARA,GAAiC,cAARA,EAAqB,CAG9C,GAFIwW,EAAMxB,WACNwB,EAAMxB,SAAS5W,OAAS,GACxB88B,IAAQmpB,EAASrkD,GACjB,SAG0B,IAA1B20B,EAAI2vB,WAAWlmD,QACfu2B,EAAI/mB,YAAY+mB,EAAI2vB,WAAW,GAEvC,CACA,GAAY,UAARtkD,GAAmC,aAAhB20B,EAAIulB,QAAwB,CAG/CvlB,EAAI4vB,OAASrpB,EAEb,IAAIspB,EAASz1B,EAAQmM,GAAO,GAAKz9B,OAAOy9B,GACpCupB,GAAkB9vB,EAAK6vB,KACvB7vB,EAAIz2B,MAAQsmD,EAEpB,MACK,GAAY,cAARxkD,GACL45C,GAAMjlB,EAAIulB,UACVnrB,EAAQ4F,EAAImrB,WAAY,CAExBoE,GAAeA,IAAgBhjD,SAASI,cAAc,OACtD4iD,GAAapE,UAAY,QAAQ/iD,OAAOm+B,EAAK,UAC7C,IAAIue,EAAMyK,GAAalE,WACvB,MAAOrrB,EAAIqrB,WACPrrB,EAAI/mB,YAAY+mB,EAAIqrB,YAExB,MAAOvG,EAAIuG,WACPrrB,EAAIhnB,YAAY8rC,EAAIuG,WAE5B,MACK,GAKL9kB,IAAQmpB,EAASrkD,GAGb,IACI20B,EAAI30B,GAAOk7B,CACf,CACA,MAAOxpB,IAAK,CAEpB,CAnEA,CAoEJ,CACA,SAAS+yC,GAAkB9vB,EAAK+vB,GAC5B,OAEC/vB,EAAIgwB,YACgB,WAAhBhwB,EAAIulB,SACD0K,GAAqBjwB,EAAK+vB,IAC1BG,GAAqBlwB,EAAK+vB,GACtC,CACA,SAASE,GAAqBjwB,EAAK+vB,GAG/B,IAAII,GAAa,EAGjB,IACIA,EAAa5jD,SAAS6jD,gBAAkBpwB,CAC5C,CACA,MAAOjjB,IAAK,CACZ,OAAOozC,GAAcnwB,EAAIz2B,QAAUwmD,CACvC,CACA,SAASG,GAAqBlwB,EAAKgE,GAC/B,IAAIz6B,EAAQy2B,EAAIz2B,MACZ6jD,EAAYptB,EAAIqwB,YACpB,GAAI1lC,EAAMyiC,GAAY,CAClB,GAAIA,EAAU3zC,OACV,OAAOuhB,EAASzxB,KAAWyxB,EAASgJ,GAExC,GAAIopB,EAAUjwC,KACV,OAAO5T,EAAM4T,SAAW6mB,EAAO7mB,MAEvC,CACA,OAAO5T,IAAUy6B,CACrB,CACA,IAAIgF,GAAW,CACXxiB,OAAQipC,GACRxtB,OAAQwtB,IAGRa,GAAiBh1B,GAAO,SAAUi1B,GAClC,IAAIrzC,EAAM,CAAC,EACPszC,EAAgB,gBAChBC,EAAoB,QAOxB,OANAF,EAAQ/iD,MAAMgjD,GAAepzC,SAAQ,SAAUpC,GAC3C,GAAIA,EAAM,CACN,IAAIm5B,EAAMn5B,EAAKxN,MAAMijD,GACrBtc,EAAI1qC,OAAS,IAAMyT,EAAIi3B,EAAI,GAAGh3B,QAAUg3B,EAAI,GAAGh3B,OACnD,CACJ,IACOD,CACX,IAEA,SAASwzC,GAAmBv+C,GACxB,IAAIsf,EAAQk/B,GAAsBx+C,EAAKsf,OAGvC,OAAOtf,EAAKy+C,YAAcj1C,EAAOxJ,EAAKy+C,YAAan/B,GAASA,CAChE,CAEA,SAASk/B,GAAsBE,GAC3B,OAAI/+C,MAAMhI,QAAQ+mD,GACPvgD,EAASugD,GAEQ,kBAAjBA,EACAP,GAAeO,GAEnBA,CACX,CAKA,SAASC,GAASjvC,EAAOkvC,GACrB,IACIC,EADA9zC,EAAM,CAAC,EAEX,GAAI6zC,EAAY,CACZ,IAAI3M,EAAYviC,EAChB,MAAOuiC,EAAUtiC,kBACbsiC,EAAYA,EAAUtiC,kBAAkBqsB,OACpCiW,GACAA,EAAUjyC,OACT6+C,EAAYN,GAAmBtM,EAAUjyC,QAC1CwJ,EAAOuB,EAAK8zC,EAGxB,EACKA,EAAYN,GAAmB7uC,EAAM1P,QACtCwJ,EAAOuB,EAAK8zC,GAEhB,IAAI7M,EAAatiC,EAEjB,MAAQsiC,EAAaA,EAAW78C,OACxB68C,EAAWhyC,OAAS6+C,EAAYN,GAAmBvM,EAAWhyC,QAC9DwJ,EAAOuB,EAAK8zC,GAGpB,OAAO9zC,CACX,CAEA,IA0BI+zC,GA1BAC,GAAW,MACXC,GAAc,iBACdC,GAAU,SAAU/nD,EAAIyC,EAAMuJ,GAE9B,GAAI67C,GAASlkD,KAAKlB,GACdzC,EAAGooB,MAAM4/B,YAAYvlD,EAAMuJ,QAE1B,GAAI87C,GAAYnkD,KAAKqI,GACtBhM,EAAGooB,MAAM4/B,YAAYz1B,EAAU9vB,GAAOuJ,EAAI7C,QAAQ2+C,GAAa,IAAK,iBAEnE,CACD,IAAIG,EAAiBl/C,GAAUtG,GAC/B,GAAIgG,MAAMhI,QAAQuL,GAId,IAAK,IAAIjK,EAAI,EAAG6P,EAAM5F,EAAI5L,OAAQ2B,EAAI6P,EAAK7P,IACvC/B,EAAGooB,MAAM6/B,GAAkBj8C,EAAIjK,QAInC/B,EAAGooB,MAAM6/B,GAAkBj8C,CAEnC,CACJ,EACIk8C,GAAc,CAAC,SAAU,MAAO,MAEhCn/C,GAAYkpB,GAAO,SAAUygB,GAG7B,GAFAkV,GAAaA,IAAc1kD,SAASI,cAAc,OAAO8kB,MACzDsqB,EAAOtgB,EAASsgB,GACH,WAATA,GAAqBA,KAAQkV,GAC7B,OAAOlV,EAGX,IADA,IAAIyV,EAAUzV,EAAKt5B,OAAO,GAAG2C,cAAgB22B,EAAKxxC,MAAM,GAC/Ca,EAAI,EAAGA,EAAImmD,GAAY9nD,OAAQ2B,IAAK,CACzC,IAAIwgC,EAAS2lB,GAAYnmD,GAAKomD,EAC9B,GAAI5lB,KAAUqlB,GACV,OAAOrlB,CAEf,CACJ,IACA,SAAS6lB,GAAY3W,EAAUj5B,GAC3B,IAAI1P,EAAO0P,EAAM1P,KACbm8C,EAAUxT,EAAS3oC,KACvB,KAAIioB,EAAQjoB,EAAKy+C,cACbx2B,EAAQjoB,EAAKsf,QACb2I,EAAQk0B,EAAQsC,cAChBx2B,EAAQk0B,EAAQ78B,QAHpB,CAMA,IAAI8U,EAAKz6B,EACLzC,EAAKwY,EAAMme,IACX0xB,EAAiBpD,EAAQsC,YACzBe,EAAkBrD,EAAQsD,iBAAmBtD,EAAQ78B,OAAS,CAAC,EAE/DogC,EAAWH,GAAkBC,EAC7BlgC,EAAQk/B,GAAsB9uC,EAAM1P,KAAKsf,QAAU,CAAC,EAIxD5P,EAAM1P,KAAKy/C,gBAAkBjnC,EAAM8G,EAAMmR,QAAUjnB,EAAO,CAAC,EAAG8V,GAASA,EACvE,IAAIqgC,EAAWhB,GAASjvC,GAAO,GAC/B,IAAK/V,KAAQ+lD,EACLz3B,EAAQ03B,EAAShmD,KACjBslD,GAAQ/nD,EAAIyC,EAAM,IAG1B,IAAKA,KAAQgmD,EACTvrB,EAAMurB,EAAShmD,GACXy6B,IAAQsrB,EAAS/lD,IAEjBslD,GAAQ/nD,EAAIyC,EAAa,MAAPy6B,EAAc,GAAKA,EAtB7C,CAyBJ,CACA,IAAI9U,GAAQ,CACRjL,OAAQirC,GACRxvB,OAAQwvB,IAGRM,GAAe,MAKnB,SAASC,GAAS3oD,EAAIklD,GAElB,GAAKA,IAASA,EAAMA,EAAIpxC,QAIxB,GAAI9T,EAAG4oD,UACC1D,EAAI3kD,QAAQ,MAAQ,EACpB2kD,EAAI/gD,MAAMukD,IAAc30C,SAAQ,SAAUrB,GAAK,OAAO1S,EAAG4oD,UAAUvqD,IAAIqU,EAAI,IAG3E1S,EAAG4oD,UAAUvqD,IAAI6mD,OAGpB,CACD,IAAIhoB,EAAM,IAAIn+B,OAAOiB,EAAGghB,aAAa,UAAY,GAAI,KACjDkc,EAAI38B,QAAQ,IAAM2kD,EAAM,KAAO,GAC/BllD,EAAGo8C,aAAa,SAAUlf,EAAMgoB,GAAKpxC,OAE7C,CACJ,CAKA,SAAS+0C,GAAY7oD,EAAIklD,GAErB,GAAKA,IAASA,EAAMA,EAAIpxC,QAIxB,GAAI9T,EAAG4oD,UACC1D,EAAI3kD,QAAQ,MAAQ,EACpB2kD,EAAI/gD,MAAMukD,IAAc30C,SAAQ,SAAUrB,GAAK,OAAO1S,EAAG4oD,UAAU5rB,OAAOtqB,EAAI,IAG9E1S,EAAG4oD,UAAU5rB,OAAOkoB,GAEnBllD,EAAG4oD,UAAUxoD,QACdJ,EAAGuiD,gBAAgB,aAGtB,CACD,IAAIrlB,EAAM,IAAIn+B,OAAOiB,EAAGghB,aAAa,UAAY,GAAI,KACjD8nC,EAAM,IAAM5D,EAAM,IACtB,MAAOhoB,EAAI38B,QAAQuoD,IAAQ,EACvB5rB,EAAMA,EAAI/zB,QAAQ2/C,EAAK,KAE3B5rB,EAAMA,EAAIppB,OACNopB,EACAl9B,EAAGo8C,aAAa,QAASlf,GAGzBl9B,EAAGuiD,gBAAgB,QAE3B,CACJ,CAEA,SAASwG,GAAkB5+B,GACvB,GAAKA,EAAL,CAIA,GAAmB,kBAARA,EAAkB,CACzB,IAAItW,EAAM,CAAC,EAKX,OAJgB,IAAZsW,EAAI6+B,KACJ12C,EAAOuB,EAAKo1C,GAAkB9+B,EAAI1nB,MAAQ,MAE9C6P,EAAOuB,EAAKsW,GACLtW,CACX,CACK,MAAmB,kBAARsW,EACL8+B,GAAkB9+B,QADxB,CAVL,CAaJ,CACA,IAAI8+B,GAAoBh3B,GAAO,SAAUxvB,GACrC,MAAO,CACHymD,WAAY,GAAGnqD,OAAO0D,EAAM,UAC5B0mD,aAAc,GAAGpqD,OAAO0D,EAAM,aAC9B2mD,iBAAkB,GAAGrqD,OAAO0D,EAAM,iBAClC4mD,WAAY,GAAGtqD,OAAO0D,EAAM,UAC5B6mD,aAAc,GAAGvqD,OAAO0D,EAAM,aAC9B8mD,iBAAkB,GAAGxqD,OAAO0D,EAAM,iBAE1C,IACI+mD,GAAgBhnC,IAAc6S,GAC9Bo0B,GAAa,aACbC,GAAY,YAEZC,GAAiB,aACjBC,GAAqB,gBACrBC,GAAgB,YAChBC,GAAoB,eACpBN,UAE+B3oD,IAA3BiG,OAAOijD,sBAC0BlpD,IAAjCiG,OAAOkjD,wBACPL,GAAiB,mBACjBC,GAAqB,4BAEK/oD,IAA1BiG,OAAOmjD,qBACyBppD,IAAhCiG,OAAOojD,uBACPL,GAAgB,kBAChBC,GAAoB,uBAI5B,IAAIK,GAAM3nC,EACJ1b,OAAOsjD,sBACHtjD,OAAOsjD,sBAAsB1kD,KAAKoB,QAClC+I,WACuB,SAAqChK,GAAM,OAAOA,GAAM,EACzF,SAASwkD,GAAUxkD,GACfskD,IAAI,WAEAA,GAAItkD,EACR,GACJ,CACA,SAASykD,GAAmBtqD,EAAIklD,GAC5B,IAAIqF,EAAoBvqD,EAAGolD,qBAAuBplD,EAAGolD,mBAAqB,IACtEmF,EAAkBhqD,QAAQ2kD,GAAO,IACjCqF,EAAkB9+C,KAAKy5C,GACvByD,GAAS3oD,EAAIklD,GAErB,CACA,SAASsF,GAAsBxqD,EAAIklD,GAC3BllD,EAAGolD,oBACHpzB,EAAShyB,EAAGolD,mBAAoBF,GAEpC2D,GAAY7oD,EAAIklD,EACpB,CACA,SAASuF,GAAmBzqD,EAAI0qD,EAAc7gC,GAC1C,IAAI4b,EAAKklB,GAAkB3qD,EAAI0qD,GAAeriD,EAAOo9B,EAAGp9B,KAAMwE,EAAU44B,EAAG54B,QAAS+9C,EAAYnlB,EAAGmlB,UACnG,IAAKviD,EACD,OAAOwhB,IACX,IAAI/a,EAAQzG,IAASohD,GAAaG,GAAqBE,GACnDe,EAAQ,EACR7tC,EAAM,WACNhd,EAAGkmB,oBAAoBpX,EAAOg8C,GAC9BjhC,GACJ,EACIihC,EAAQ,SAAUp3C,GACdA,EAAEhS,SAAW1B,KACP6qD,GAASD,GACX5tC,GAGZ,EACAnN,YAAW,WACHg7C,EAAQD,GACR5tC,GAER,GAAGnQ,EAAU,GACb7M,EAAGyP,iBAAiBX,EAAOg8C,EAC/B,CACA,IAAIC,GAAc,yBAClB,SAASJ,GAAkB3qD,EAAI0qD,GAC3B,IAQIriD,EARA2iD,EAASlkD,OAAOmkD,iBAAiBjrD,GAEjCkrD,GAAoBF,EAAOrB,GAAiB,UAAY,IAAIxlD,MAAM,MAClEgnD,GAAuBH,EAAOrB,GAAiB,aAAe,IAAIxlD,MAAM,MACxEinD,EAAoBC,GAAWH,EAAkBC,GACjDG,GAAmBN,EAAOnB,GAAgB,UAAY,IAAI1lD,MAAM,MAChEonD,GAAsBP,EAAOnB,GAAgB,aAAe,IAAI1lD,MAAM,MACtEqnD,EAAmBH,GAAWC,EAAiBC,GAE/C1+C,EAAU,EACV+9C,EAAY,EAEZF,IAAiBjB,GACb2B,EAAoB,IACpB/iD,EAAOohD,GACP58C,EAAUu+C,EACVR,EAAYO,EAAoB/qD,QAG/BsqD,IAAiBhB,GAClB8B,EAAmB,IACnBnjD,EAAOqhD,GACP78C,EAAU2+C,EACVZ,EAAYW,EAAmBnrD,SAInCyM,EAAUjG,KAAKmJ,IAAIq7C,EAAmBI,GACtCnjD,EACIwE,EAAU,EACJu+C,EAAoBI,EAChB/B,GACAC,GACJ,KACVkB,EAAYviD,EACNA,IAASohD,GACL0B,EAAoB/qD,OACpBmrD,EAAmBnrD,OACvB,GAEV,IAAIqrD,EAAepjD,IAASohD,IAAcsB,GAAYpnD,KAAKqnD,EAAOrB,GAAiB,aACnF,MAAO,CACHthD,KAAMA,EACNwE,QAASA,EACT+9C,UAAWA,EACXa,aAAcA,EAEtB,CACA,SAASJ,GAAWK,EAAQC,GAExB,MAAOD,EAAOtrD,OAASurD,EAAUvrD,OAC7BsrD,EAASA,EAAO3sD,OAAO2sD,GAE3B,OAAO9kD,KAAKmJ,IAAIvK,MAAM,KAAMmmD,EAAUh4C,KAAI,SAAUuxB,EAAGnjC,GACnD,OAAO6pD,GAAK1mB,GAAK0mB,GAAKF,EAAO3pD,GACjC,IACJ,CAKA,SAAS6pD,GAAK1zB,GACV,OAAkD,IAA3CshB,OAAOthB,EAAEh3B,MAAM,GAAI,GAAGiI,QAAQ,IAAK,KAC9C,CAEA,SAAS0iD,GAAMrzC,EAAOszC,GAClB,IAAI9rD,EAAKwY,EAAMme,IAEXrV,EAAMthB,EAAGyiD,YACTziD,EAAGyiD,SAAS55B,WAAY,EACxB7oB,EAAGyiD,YAEP,IAAI35C,EAAOigD,GAAkBvwC,EAAM1P,KAAKy2C,YACxC,IAAIxuB,EAAQjoB,KAIRwY,EAAMthB,EAAG+rD,WAA6B,IAAhB/rD,EAAGqiD,SAA7B,CAGA,IAAI2G,EAAMlgD,EAAKkgD,IAAK3gD,EAAOS,EAAKT,KAAM6gD,EAAapgD,EAAKogD,WAAYC,EAAergD,EAAKqgD,aAAcC,EAAmBtgD,EAAKsgD,iBAAkB4C,EAAcljD,EAAKkjD,YAAaC,EAAgBnjD,EAAKmjD,cAAeC,EAAoBpjD,EAAKojD,kBAAmBpoC,EAAchb,EAAKgb,YAAa+nC,EAAQ/iD,EAAK+iD,MAAOM,EAAarjD,EAAKqjD,WAAYC,EAAiBtjD,EAAKsjD,eAAgBC,EAAevjD,EAAKujD,aAAcC,EAASxjD,EAAKwjD,OAAQC,EAAczjD,EAAKyjD,YAAaC,EAAkB1jD,EAAK0jD,gBAAiBC,EAAW3jD,EAAK2jD,SAKpgB5uD,EAAUmuC,GACV0gB,EAAiB1gB,GAAejuC,OACpC,MAAO2uD,GAAkBA,EAAezuD,OACpCJ,EAAU6uD,EAAe7uD,QACzB6uD,EAAiBA,EAAezuD,OAEpC,IAAI0uD,GAAY9uD,EAAQ6nC,aAAeltB,EAAM0e,aAC7C,IAAIy1B,GAAaL,GAAqB,KAAXA,EAA3B,CAGA,IAAIM,EAAaD,GAAYX,EAAcA,EAAc9C,EACrDzqC,EAAckuC,GAAYT,EAAoBA,EAAoB9C,EAClEyD,EAAUF,GAAYV,EAAgBA,EAAgB9C,EACtD2D,EAAkBH,GAAWN,GAA8BvoC,EAC3DipC,EAAYJ,GAAYx7B,EAAWm7B,GAAUA,EAAkBT,EAC/DmB,EAAiBL,GAAWJ,GAA4BJ,EACxDc,EAAqBN,GACnBH,GACAJ,EACFc,EAAwBv7B,EAASpyB,EAASktD,GAAYA,EAASZ,MAAQY,GACvE5oD,EAGJ,IAAIspD,GAAqB,IAARnE,IAAkB3zB,GAC/B+3B,EAAmBC,GAAuBN,GAC1CljC,EAAM7pB,EAAG+rD,SAAW1hC,GAAK,WACrB8iC,IACA3C,GAAsBxqD,EAAI6sD,GAC1BrC,GAAsBxqD,EAAIye,IAG1BoL,EAAGhB,WACCskC,GACA3C,GAAsBxqD,EAAI4sD,GAE9BK,GAAsBA,EAAmBjtD,IAGzCgtD,GAAkBA,EAAehtD,GAErCA,EAAG+rD,SAAW,IAClB,IACKvzC,EAAM1P,KAAKwkD,MAEZlwB,GAAe5kB,EAAO,UAAU,WAC5B,IAAIva,EAAS+B,EAAG86C,WACZyS,EAActvD,GAAUA,EAAOk6B,UAAYl6B,EAAOk6B,SAAS3f,EAAMxW,KACjEurD,GACAA,EAAYnvC,MAAQ5F,EAAM4F,KAC1BmvC,EAAY52B,IAAI8rB,UAChB8K,EAAY52B,IAAI8rB,WAEpBsK,GAAaA,EAAU/sD,EAAI6pB,EAC/B,IAGJijC,GAAmBA,EAAgB9sD,GAC/BmtD,IACA7C,GAAmBtqD,EAAI4sD,GACvBtC,GAAmBtqD,EAAIye,GACvB4rC,IAAU,WACNG,GAAsBxqD,EAAI4sD,GAErB/iC,EAAGhB,YACJyhC,GAAmBtqD,EAAI6sD,GAClBO,IACGI,GAAgBN,GAChBr9C,WAAWga,EAAIqjC,GAGfzC,GAAmBzqD,EAAIqI,EAAMwhB,IAI7C,KAEArR,EAAM1P,KAAKwkD,OACXxB,GAAiBA,IACjBiB,GAAaA,EAAU/sD,EAAI6pB,IAE1BsjC,GAAeC,GAChBvjC,GAxEJ,CAfA,CAyFJ,CACA,SAAS4jC,GAAMj1C,EAAOynC,GAClB,IAAIjgD,EAAKwY,EAAMme,IAEXrV,EAAMthB,EAAG+rD,YACT/rD,EAAG+rD,SAASljC,WAAY,EACxB7oB,EAAG+rD,YAEP,IAAIjjD,EAAOigD,GAAkBvwC,EAAM1P,KAAKy2C,YACxC,GAAIxuB,EAAQjoB,IAAyB,IAAhB9I,EAAGqiD,SACpB,OAAOpC,IAGX,IAAI3+B,EAAMthB,EAAGyiD,UAAb,CAGA,IAAIuG,EAAMlgD,EAAKkgD,IAAK3gD,EAAOS,EAAKT,KAAMghD,EAAavgD,EAAKugD,WAAYC,EAAexgD,EAAKwgD,aAAcC,EAAmBzgD,EAAKygD,iBAAkBmE,EAAc5kD,EAAK4kD,YAAaD,EAAQ3kD,EAAK2kD,MAAOE,EAAa7kD,EAAK6kD,WAAYC,EAAiB9kD,EAAK8kD,eAAgBC,EAAa/kD,EAAK+kD,WAAYpB,EAAW3jD,EAAK2jD,SAClTU,GAAqB,IAARnE,IAAkB3zB,GAC/B+3B,EAAmBC,GAAuBI,GAC1CK,EAAwBn8B,EAASpyB,EAASktD,GAAYA,EAASgB,MAAQhB,GACvE5oD,EAGJ,IAAIgmB,EAAM7pB,EAAGyiD,SAAWp4B,GAAK,WACrBrqB,EAAG86C,YAAc96C,EAAG86C,WAAW3iB,WAC/Bn4B,EAAG86C,WAAW3iB,SAAS3f,EAAMxW,KAAO,MAEpCmrD,IACA3C,GAAsBxqD,EAAIspD,GAC1BkB,GAAsBxqD,EAAIupD,IAG1B1/B,EAAGhB,WACCskC,GACA3C,GAAsBxqD,EAAIqpD,GAE9BuE,GAAkBA,EAAe5tD,KAGjCigD,IACA0N,GAAcA,EAAW3tD,IAE7BA,EAAGyiD,SAAW,IAClB,IACIoL,EACAA,EAAWE,GAGXA,GAjCJ,CAmCA,SAASA,IAGDlkC,EAAGhB,aAIFrQ,EAAM1P,KAAKwkD,MAAQttD,EAAG86C,cACtB96C,EAAG86C,WAAW3iB,WAAan4B,EAAG86C,WAAW3iB,SAAW,CAAC,IAAI3f,EAAMxW,KAC5DwW,GAERk1C,GAAeA,EAAY1tD,GACvBmtD,IACA7C,GAAmBtqD,EAAIqpD,GACvBiB,GAAmBtqD,EAAIupD,GACvBc,IAAU,WACNG,GAAsBxqD,EAAIqpD,GAErBx/B,EAAGhB,YACJyhC,GAAmBtqD,EAAIspD,GAClB8D,IACGI,GAAgBM,GAChBj+C,WAAWga,EAAIikC,GAGfrD,GAAmBzqD,EAAIqI,EAAMwhB,IAI7C,KAEJ4jC,GAASA,EAAMztD,EAAI6pB,GACdsjC,GAAeC,GAChBvjC,IAER,CACJ,CAYA,SAAS2jC,GAAgBxhD,GACrB,MAAsB,kBAARA,IAAqB4lB,MAAM5lB,EAC7C,CAOA,SAASqhD,GAAuBxnD,GAC5B,GAAIkrB,EAAQlrB,GACR,OAAO,EAGX,IAAImoD,EAAanoD,EAAG82B,IACpB,OAAIrb,EAAM0sC,GAECX,GAAuB5kD,MAAMhI,QAAQutD,GAAcA,EAAW,GAAKA,IAIlEnoD,EAAG8sB,SAAW9sB,EAAGzF,QAAU,CAE3C,CACA,SAAS6tD,GAAOl3C,EAAGyB,IACS,IAApBA,EAAM1P,KAAKwkD,MACXzB,GAAMrzC,EAEd,CACA,IAAI+mC,GAAa/8B,EACX,CACErF,OAAQ8wC,GACRzO,SAAUyO,GACVjxB,OAAQ,SAAUxkB,EAAOynC,IAEG,IAApBznC,EAAM1P,KAAKwkD,KAEXG,GAAMj1C,EAAOynC,GAGbA,GAER,GAEF,CAAC,EAEHiO,GAAkB,CAACr1C,GAAOysC,GAAOa,GAAQxmB,GAAUvX,GAAOm3B,IAI1DpB,GAAU+P,GAAgBnvD,OAAOolD,IACjCgK,GAAQlQ,GAAoB,CAAEnB,QAASA,GAASqB,QAASA,KAOzD9oB,IAEAnyB,SAASuM,iBAAiB,mBAAmB,WACzC,IAAIzP,EAAKkD,SAAS6jD,cAEd/mD,GAAMA,EAAGouD,QACTC,GAAQruD,EAAI,QAEpB,IAEJ,IAAIsuD,GAAY,CACZj1B,SAAU,SAAUr5B,EAAIuuD,EAAS/1C,EAAOi5B,GAClB,WAAdj5B,EAAM4F,KAEFqzB,EAAS9a,MAAQ8a,EAAS9a,IAAI63B,UAC9BpxB,GAAe5kB,EAAO,aAAa,WAC/B81C,GAAU1K,iBAAiB5jD,EAAIuuD,EAAS/1C,EAC5C,IAGAi2C,GAAYzuD,EAAIuuD,EAAS/1C,EAAM3a,SAEnCmC,EAAGwuD,UAAY,GAAG76C,IAAIxV,KAAK6B,EAAGvC,QAASixD,MAEpB,aAAdl2C,EAAM4F,KAAsB49B,GAAgBh8C,EAAGqI,SACpDrI,EAAGgnD,YAAcuH,EAAQxK,UACpBwK,EAAQxK,UAAU3Z,OACnBpqC,EAAGyP,iBAAiB,mBAAoBk/C,IACxC3uD,EAAGyP,iBAAiB,iBAAkBm/C,IAKtC5uD,EAAGyP,iBAAiB,SAAUm/C,IAE1Bv5B,KACAr1B,EAAGouD,QAAS,IAI5B,EACAxK,iBAAkB,SAAU5jD,EAAIuuD,EAAS/1C,GACrC,GAAkB,WAAdA,EAAM4F,IAAkB,CACxBqwC,GAAYzuD,EAAIuuD,EAAS/1C,EAAM3a,SAK/B,IAAIgxD,EAAgB7uD,EAAGwuD,UACnBM,EAAgB9uD,EAAGwuD,UAAY,GAAG76C,IAAIxV,KAAK6B,EAAGvC,QAASixD,IAC3D,GAAII,EAAaC,MAAK,SAAUC,EAAGjtD,GAAK,OAAQoxB,EAAW67B,EAAGH,EAAc9sD,GAAK,IAAI,CAGjF,IAAIktD,EAAYjvD,EAAGm8C,SACboS,EAAQruD,MAAM6uD,MAAK,SAAUxtC,GAAK,OAAO2tC,GAAoB3tC,EAAGutC,EAAe,IAC/EP,EAAQruD,QAAUquD,EAAQlzB,UACxB6zB,GAAoBX,EAAQruD,MAAO4uD,GACvCG,GACAZ,GAAQruD,EAAI,SAEpB,CACJ,CACJ,GAEJ,SAASyuD,GAAYzuD,EAAIuuD,EAASj2C,GAC9B62C,GAAoBnvD,EAAIuuD,EAASj2C,IAE7B8c,IAAQE,KACRzlB,YAAW,WACPs/C,GAAoBnvD,EAAIuuD,EAASj2C,EACrC,GAAG,EAEX,CACA,SAAS62C,GAAoBnvD,EAAIuuD,EAASj2C,GACtC,IAAIpY,EAAQquD,EAAQruD,MAChBkvD,EAAapvD,EAAGm8C,SACpB,IAAIiT,GAAe3mD,MAAMhI,QAAQP,GAAjC,CASA,IADA,IAAI+7C,EAAUoT,EACLttD,EAAI,EAAGohB,EAAInjB,EAAGvC,QAAQ2C,OAAQ2B,EAAIohB,EAAGphB,IAE1C,GADAstD,EAASrvD,EAAGvC,QAAQsE,GAChBqtD,EACAnT,EAAWtoB,EAAazzB,EAAOwuD,GAASW,KAAY,EAChDA,EAAOpT,WAAaA,IACpBoT,EAAOpT,SAAWA,QAItB,GAAI9oB,EAAWu7B,GAASW,GAASnvD,GAI7B,YAHIF,EAAGsvD,gBAAkBvtD,IACrB/B,EAAGsvD,cAAgBvtD,IAM9BqtD,IACDpvD,EAAGsvD,eAAiB,EApBxB,CAsBJ,CACA,SAASJ,GAAoBhvD,EAAOzC,GAChC,OAAOA,EAAQsY,OAAM,SAAUi5C,GAAK,OAAQ77B,EAAW67B,EAAG9uD,EAAQ,GACtE,CACA,SAASwuD,GAASW,GACd,MAAO,WAAYA,EAASA,EAAO9I,OAAS8I,EAAOnvD,KACvD,CACA,SAASyuD,GAAmBj7C,GACxBA,EAAEhS,OAAOilD,WAAY,CACzB,CACA,SAASiI,GAAiBl7C,GAEjBA,EAAEhS,OAAOilD,YAEdjzC,EAAEhS,OAAOilD,WAAY,EACrB0H,GAAQ36C,EAAEhS,OAAQ,SACtB,CACA,SAAS2sD,GAAQruD,EAAIqI,GACjB,IAAIqL,EAAIxQ,SAASisC,YAAY,cAC7Bz7B,EAAE67C,UAAUlnD,GAAM,GAAM,GACxBrI,EAAGwvD,cAAc97C,EACrB,CAGA,SAAS+7C,GAAWj3C,GAEhB,OAAOA,EAAMC,mBAAuBD,EAAM1P,MAAS0P,EAAM1P,KAAKy2C,WAExD/mC,EADAi3C,GAAWj3C,EAAMC,kBAAkBqsB,OAE7C,CACA,IAAIwoB,GAAO,CACP5nD,KAAM,SAAU1F,EAAIylC,EAAIjtB,GACpB,IAAItY,EAAQulC,EAAGvlC,MACfsY,EAAQi3C,GAAWj3C,GACnB,IAAI+mC,EAAa/mC,EAAM1P,MAAQ0P,EAAM1P,KAAKy2C,WACtCmQ,EAAmB1vD,EAAG2vD,mBACD,SAArB3vD,EAAGooB,MAAMwnC,QAAqB,GAAK5vD,EAAGooB,MAAMwnC,QAC5C1vD,GAASq/C,GACT/mC,EAAM1P,KAAKwkD,MAAO,EAClBzB,GAAMrzC,GAAO,WACTxY,EAAGooB,MAAMwnC,QAAUF,CACvB,KAGA1vD,EAAGooB,MAAMwnC,QAAU1vD,EAAQwvD,EAAkB,MAErD,EACA92B,OAAQ,SAAU54B,EAAIylC,EAAIjtB,GACtB,IAAItY,EAAQulC,EAAGvlC,MAAOm7B,EAAWoK,EAAGpK,SAEpC,IAAKn7B,KAAWm7B,EAAhB,CAEA7iB,EAAQi3C,GAAWj3C,GACnB,IAAI+mC,EAAa/mC,EAAM1P,MAAQ0P,EAAM1P,KAAKy2C,WACtCA,GACA/mC,EAAM1P,KAAKwkD,MAAO,EACdptD,EACA2rD,GAAMrzC,GAAO,WACTxY,EAAGooB,MAAMwnC,QAAU5vD,EAAG2vD,kBAC1B,IAGAlC,GAAMj1C,GAAO,WACTxY,EAAGooB,MAAMwnC,QAAU,MACvB,KAIJ5vD,EAAGooB,MAAMwnC,QAAU1vD,EAAQF,EAAG2vD,mBAAqB,MAjB7C,CAmBd,EACAE,OAAQ,SAAU7vD,EAAIuuD,EAAS/1C,EAAOi5B,EAAU0R,GACvCA,IACDnjD,EAAGooB,MAAMwnC,QAAU5vD,EAAG2vD,mBAE9B,GAGAG,GAAqB,CACrB/d,MAAOuc,GACPhB,KAAMA,IAINyC,GAAkB,CAClBttD,KAAMhD,OACN6sD,OAAQhuC,QACR0qC,IAAK1qC,QACLlR,KAAM3N,OACN4I,KAAM5I,OACNypD,WAAYzpD,OACZ4pD,WAAY5pD,OACZ0pD,aAAc1pD,OACd6pD,aAAc7pD,OACd2pD,iBAAkB3pD,OAClB8pD,iBAAkB9pD,OAClBusD,YAAavsD,OACbysD,kBAAmBzsD,OACnBwsD,cAAexsD,OACfgtD,SAAU,CAACjT,OAAQ/5C,OAAQkB,SAI/B,SAASqvD,GAAax3C,GAClB,IAAIy3C,EAAcz3C,GAASA,EAAMoe,iBACjC,OAAIq5B,GAAeA,EAAY/5B,KAAKz4B,QAAQ2uC,SACjC4jB,GAAa9oB,GAAuB+oB,EAAYj5C,WAGhDwB,CAEf,CACA,SAAS03C,GAAsBtlC,GAC3B,IAAI9hB,EAAO,CAAC,EACRrL,EAAUmtB,EAAKpsB,SAEnB,IAAK,IAAIwD,KAAOvE,EAAQkwC,UACpB7kC,EAAK9G,GAAO4oB,EAAK5oB,GAIrB,IAAIwpB,EAAY/tB,EAAQ4nC,iBACxB,IAAK,IAAIrjC,KAAOwpB,EACZ1iB,EAAKspB,EAASpwB,IAAQwpB,EAAUxpB,GAEpC,OAAO8G,CACX,CACA,SAASqnD,GAAYvxD,EAAGwxD,GAEpB,GAAI,iBAAiBzsD,KAAKysD,EAAShyC,KAC/B,OAAOxf,EAAE,aAAc,CACnBiY,MAAOu5C,EAASx5B,iBAAiB+W,WAG7C,CACA,SAAS0iB,GAAoB73C,GACzB,MAAQA,EAAQA,EAAMva,OAClB,GAAIua,EAAM1P,KAAKy2C,WACX,OAAO,CAGnB,CACA,SAAS+Q,GAAYpvC,EAAOqvC,GACxB,OAAOA,EAASvuD,MAAQkf,EAAMlf,KAAOuuD,EAASnyC,MAAQ8C,EAAM9C,GAChE,CACA,IAAIoyC,GAAgB,SAAU99C,GAAK,OAAOA,EAAE0L,KAAOmZ,GAAmB7kB,EAAI,EACtE+9C,GAAmB,SAAUvrB,GAAK,MAAkB,SAAXA,EAAEziC,IAAiB,EAC5DiuD,GAAa,CACbjuD,KAAM,aACNoU,MAAOk5C,GACP3jB,UAAU,EACVnvC,OAAQ,SAAU2B,GACd,IAAI6xC,EAAQ3yC,KACRkZ,EAAWlZ,KAAKqiB,OAAOrJ,QAC3B,GAAKE,IAILA,EAAWA,EAAS3C,OAAOm8C,IAEtBx5C,EAAS5W,QAAd,CAIIyD,EAIJ,IAAIuJ,EAAOtP,KAAKsP,KAEZvJ,EAGJ,IAAIusD,EAAWp5C,EAAS,GAGxB,GAAIq5C,GAAoBvyD,KAAKC,QACzB,OAAOqyD,EAIX,IAAIlvC,EAAQ8uC,GAAaI,GAEzB,IAAKlvC,EACD,OAAOkvC,EAEX,GAAItyD,KAAK6yD,SACL,OAAOR,GAAYvxD,EAAGwxD,GAK1B,IAAIzhD,EAAK,gBAAgB5P,OAAOjB,KAAKm5C,KAAM,KAC3C/1B,EAAMlf,IACW,MAAbkf,EAAMlf,IACAkf,EAAMiW,UACFxoB,EAAK,UACLA,EAAKuS,EAAM9C,IACf8S,EAAYhQ,EAAMlf,KACoB,IAAlCvC,OAAOyhB,EAAMlf,KAAKzB,QAAQoO,GACtBuS,EAAMlf,IACN2M,EAAKuS,EAAMlf,IACfkf,EAAMlf,IACpB,IAAI8G,GAASoY,EAAMpY,OAASoY,EAAMpY,KAAO,CAAC,IAAIy2C,WAC1C2Q,GAAsBpyD,MACtB8yD,EAAc9yD,KAAKgnC,OACnByrB,EAAWP,GAAaY,GAM5B,GAHI1vC,EAAMpY,KAAKirC,YAAc7yB,EAAMpY,KAAKirC,WAAWgb,KAAK0B,MACpDvvC,EAAMpY,KAAKwkD,MAAO,GAElBiD,GACAA,EAASznD,OACRwnD,GAAYpvC,EAAOqvC,KACnBh5B,GAAmBg5B,MAElBA,EAAS93C,oBACP83C,EAAS93C,kBAAkBqsB,OAAO3N,WAAY,CAGlD,IAAI8tB,EAAWsL,EAASznD,KAAKy2C,WAAajtC,EAAO,CAAC,EAAGxJ,GAErD,GAAa,WAATsE,EAOA,OALAtP,KAAK6yD,UAAW,EAChBvzB,GAAe6nB,EAAS,cAAc,WAClCxU,EAAMkgB,UAAW,EACjBlgB,EAAM5J,cACV,IACOspB,GAAYvxD,EAAGwxD,GAErB,GAAa,WAAThjD,EAAmB,CACxB,GAAImqB,GAAmBrW,GACnB,OAAO0vC,EAEX,IAAIC,EACA9C,EAAe,WACf8C,GACJ,EACAzzB,GAAet0B,EAAM,aAAcilD,GACnC3wB,GAAet0B,EAAM,iBAAkBilD,GACvC3wB,GAAe6nB,EAAS,cAAc,SAAUwI,GAC5CoD,EAAiBpD,CACrB,GACJ,CACJ,CACA,OAAO2C,CArFP,CAsFJ,GAIAv5C,GAAQvE,EAAO,CACf8L,IAAK3e,OACLqxD,UAAWrxD,QACZswD,WACIl5C,GAAMzJ,KACb,IAAI2jD,GAAkB,CAClBl6C,MAAOA,GACPm6C,YAAa,WACT,IAAIvgB,EAAQ3yC,KACR86B,EAAS96B,KAAK2uC,QAClB3uC,KAAK2uC,QAAU,SAAUj0B,EAAOk0B,GAC5B,IAAII,EAAwBb,GAAkBwE,GAE9CA,EAAM1D,UAAU0D,EAAM3L,OAAQ2L,EAAMwgB,MAAM,GAC1C,GAEAxgB,EAAM3L,OAAS2L,EAAMwgB,KACrBnkB,IACAlU,EAAOz6B,KAAKsyC,EAAOj4B,EAAOk0B,EAC9B,CACJ,EACAzvC,OAAQ,SAAU2B,GAOd,IANA,IAAIwf,EAAMtgB,KAAKsgB,KAAOtgB,KAAKC,OAAO+K,KAAKsV,KAAO,OAC1CzK,EAAMhT,OAAOwc,OAAO,MACpB+zC,EAAgBpzD,KAAKozD,aAAepzD,KAAKkZ,SACzCm6C,EAAcrzD,KAAKqiB,OAAOrJ,SAAW,GACrCE,EAAYlZ,KAAKkZ,SAAW,GAC5Bo6C,EAAiBlB,GAAsBpyD,MAClCiE,EAAI,EAAGA,EAAIovD,EAAY/wD,OAAQ2B,IAAK,CACzC,IAAI2Q,EAAIy+C,EAAYpvD,GACpB,GAAI2Q,EAAE0L,IACF,GAAa,MAAT1L,EAAE1Q,KAAoD,IAArCvC,OAAOiT,EAAE1Q,KAAKzB,QAAQ,WACvCyW,EAASvL,KAAKiH,GACdiB,EAAIjB,EAAE1Q,KAAO0Q,GACZA,EAAE5J,OAAS4J,EAAE5J,KAAO,CAAC,IAAIy2C,WAAa6R,OAUnD,CACA,GAAIF,EAAc,CACd,IAAID,EAAO,GACPI,EAAU,GACd,IAAStvD,EAAI,EAAGA,EAAImvD,EAAa9wD,OAAQ2B,IAAK,CACtC2Q,EAAIw+C,EAAanvD,GACrB2Q,EAAE5J,KAAKy2C,WAAa6R,EAEpB1+C,EAAE5J,KAAKwoD,IAAM5+C,EAAEikB,IAAInP,wBACf7T,EAAIjB,EAAE1Q,KACNivD,EAAKxlD,KAAKiH,GAGV2+C,EAAQ5lD,KAAKiH,EAErB,CACA5U,KAAKmzD,KAAOryD,EAAEwf,EAAK,KAAM6yC,GACzBnzD,KAAKuzD,QAAUA,CACnB,CACA,OAAOzyD,EAAEwf,EAAK,KAAMpH,EACxB,EACA2U,QAAS,WACL,IAAI3U,EAAWlZ,KAAKozD,aAChBJ,EAAYhzD,KAAKgzD,YAAchzD,KAAK2E,MAAQ,KAAO,QAClDuU,EAAS5W,QAAWtC,KAAKyzD,QAAQv6C,EAAS,GAAG2f,IAAKm6B,KAKvD95C,EAASjD,QAAQy9C,IACjBx6C,EAASjD,QAAQ09C,IACjBz6C,EAASjD,QAAQ29C,IAIjB5zD,KAAK6zD,QAAUzuD,SAAS0uD,KAAKC,aAC7B76C,EAASjD,SAAQ,SAAUrB,GACvB,GAAIA,EAAE5J,KAAKgpD,MAAO,CACd,IAAIC,EAAOr/C,EAAEikB,IACTuB,EAAI65B,EAAK3pC,MACbkiC,GAAmByH,EAAMjB,GACzB54B,EAAE85B,UAAY95B,EAAE+5B,gBAAkB/5B,EAAEg6B,mBAAqB,GACzDH,EAAKtiD,iBAAiBm6C,GAAqBmI,EAAKI,QAAU,SAAStoC,EAAGnW,GAC9DA,GAAKA,EAAEhS,SAAWqwD,GAGjBr+C,IAAK,aAAa/P,KAAK+P,EAAE0+C,gBAC1BL,EAAK7rC,oBAAoB0jC,GAAoB//B,GAC7CkoC,EAAKI,QAAU,KACf3H,GAAsBuH,EAAMjB,GAEpC,EACJ,CACJ,IACJ,EACAtd,QAAS,CACL+d,QAAS,SAAUvxD,EAAI8wD,GAEnB,IAAKtH,GACD,OAAO,EAGX,GAAI1rD,KAAKu0D,SACL,OAAOv0D,KAAKu0D,SAOhB,IAAI19C,EAAQ3U,EAAGsyD,YACXtyD,EAAGolD,oBACHplD,EAAGolD,mBAAmBrxC,SAAQ,SAAUmxC,GACpC2D,GAAYl0C,EAAOuwC,EACvB,IAEJyD,GAASh0C,EAAOm8C,GAChBn8C,EAAMyT,MAAMwnC,QAAU,OACtB9xD,KAAK8uC,IAAIj9B,YAAYgF,GACrB,IAAI8jB,EAAOkyB,GAAkBh2C,GAE7B,OADA7W,KAAK8uC,IAAIh9B,YAAY+E,GACb7W,KAAKu0D,SAAW55B,EAAKgzB,YACjC,IAGR,SAAS+F,GAAe9+C,GAEhBA,EAAEikB,IAAIw7B,SACNz/C,EAAEikB,IAAIw7B,UAGNz/C,EAAEikB,IAAIo1B,UACNr5C,EAAEikB,IAAIo1B,UAEd,CACA,SAAS0F,GAAe/+C,GACpBA,EAAE5J,KAAKypD,OAAS7/C,EAAEikB,IAAInP,uBAC1B,CACA,SAASkqC,GAAiBh/C,GACtB,IAAI8/C,EAAS9/C,EAAE5J,KAAKwoD,IAChBiB,EAAS7/C,EAAE5J,KAAKypD,OAChBE,EAAKD,EAAO9qC,KAAO6qC,EAAO7qC,KAC1BgrC,EAAKF,EAAO7qC,IAAM4qC,EAAO5qC,IAC7B,GAAI8qC,GAAMC,EAAI,CACVhgD,EAAE5J,KAAKgpD,OAAQ,EACf,IAAI55B,EAAIxlB,EAAEikB,IAAIvO,MACd8P,EAAE85B,UAAY95B,EAAE+5B,gBAAkB,aAAalzD,OAAO0zD,EAAI,OAAO1zD,OAAO2zD,EAAI,OAC5Ex6B,EAAEg6B,mBAAqB,IAC3B,CACJ,CAEA,IAAIS,GAAqB,CACrBjC,WAAYA,GACZK,gBAAiBA,IAIrB3vC,GAAItI,OAAO8b,YAAcA,GACzBxT,GAAItI,OAAOyb,cAAgBA,GAC3BnT,GAAItI,OAAO0b,eAAiBA,GAC5BpT,GAAItI,OAAO4b,gBAAkBA,GAC7BtT,GAAItI,OAAO2b,iBAAmBA,GAE9BniB,EAAO8O,GAAI3jB,QAAQs2C,WAAY+b,IAC/Bx9C,EAAO8O,GAAI3jB,QAAQ2a,WAAYu6C,IAE/BvxC,GAAIpc,UAAU+nC,UAAYvqB,EAAY2rC,GAAQjwC,EAE9CkD,GAAIpc,UAAUwsC,OAAS,SAAUxxC,EAAI0sC,GAEjC,OADA1sC,EAAKA,GAAMwiB,EAAYpP,GAAMpT,QAAMa,EAC5BwsC,GAAevvC,KAAMkC,EAAI0sC,EACpC,EAGIlqB,GACA3S,YAAW,WACHiJ,EAAOob,UACHA,IACAA,GAASmQ,KAAK,OAAQjjB,GAiBlC,GAAG,E","sources":["webpack://landing-pad/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://landing-pad/./node_modules/core-js/internals/a-callable.js","webpack://landing-pad/./node_modules/core-js/internals/an-object.js","webpack://landing-pad/./node_modules/core-js/internals/array-includes.js","webpack://landing-pad/./node_modules/core-js/internals/array-set-length.js","webpack://landing-pad/./node_modules/core-js/internals/array-slice.js","webpack://landing-pad/./node_modules/core-js/internals/classof-raw.js","webpack://landing-pad/./node_modules/core-js/internals/copy-constructor-properties.js","webpack://landing-pad/./node_modules/core-js/internals/create-non-enumerable-property.js","webpack://landing-pad/./node_modules/core-js/internals/create-property-descriptor.js","webpack://landing-pad/./node_modules/core-js/internals/define-built-in.js","webpack://landing-pad/./node_modules/core-js/internals/define-global-property.js","webpack://landing-pad/./node_modules/core-js/internals/delete-property-or-throw.js","webpack://landing-pad/./node_modules/core-js/internals/descriptors.js","webpack://landing-pad/./node_modules/core-js/internals/document-all.js","webpack://landing-pad/./node_modules/core-js/internals/document-create-element.js","webpack://landing-pad/./node_modules/core-js/internals/does-not-exceed-safe-integer.js","webpack://landing-pad/./node_modules/core-js/internals/engine-is-bun.js","webpack://landing-pad/./node_modules/core-js/internals/engine-is-ios.js","webpack://landing-pad/./node_modules/core-js/internals/engine-is-node.js","webpack://landing-pad/./node_modules/core-js/internals/engine-user-agent.js","webpack://landing-pad/./node_modules/core-js/internals/engine-v8-version.js","webpack://landing-pad/./node_modules/core-js/internals/enum-bug-keys.js","webpack://landing-pad/./node_modules/core-js/internals/export.js","webpack://landing-pad/./node_modules/core-js/internals/fails.js","webpack://landing-pad/./node_modules/core-js/internals/function-apply.js","webpack://landing-pad/./node_modules/core-js/internals/function-bind-context.js","webpack://landing-pad/./node_modules/core-js/internals/function-bind-native.js","webpack://landing-pad/./node_modules/core-js/internals/function-call.js","webpack://landing-pad/./node_modules/core-js/internals/function-name.js","webpack://landing-pad/./node_modules/core-js/internals/function-uncurry-this-clause.js","webpack://landing-pad/./node_modules/core-js/internals/function-uncurry-this.js","webpack://landing-pad/./node_modules/core-js/internals/get-built-in.js","webpack://landing-pad/./node_modules/core-js/internals/get-method.js","webpack://landing-pad/./node_modules/core-js/internals/global.js","webpack://landing-pad/./node_modules/core-js/internals/has-own-property.js","webpack://landing-pad/./node_modules/core-js/internals/hidden-keys.js","webpack://landing-pad/./node_modules/core-js/internals/html.js","webpack://landing-pad/./node_modules/core-js/internals/ie8-dom-define.js","webpack://landing-pad/./node_modules/core-js/internals/indexed-object.js","webpack://landing-pad/./node_modules/core-js/internals/inspect-source.js","webpack://landing-pad/./node_modules/core-js/internals/internal-state.js","webpack://landing-pad/./node_modules/core-js/internals/is-array.js","webpack://landing-pad/./node_modules/core-js/internals/is-callable.js","webpack://landing-pad/./node_modules/core-js/internals/is-forced.js","webpack://landing-pad/./node_modules/core-js/internals/is-null-or-undefined.js","webpack://landing-pad/./node_modules/core-js/internals/is-object.js","webpack://landing-pad/./node_modules/core-js/internals/is-pure.js","webpack://landing-pad/./node_modules/core-js/internals/is-symbol.js","webpack://landing-pad/./node_modules/core-js/internals/length-of-array-like.js","webpack://landing-pad/./node_modules/core-js/internals/make-built-in.js","webpack://landing-pad/./node_modules/core-js/internals/math-trunc.js","webpack://landing-pad/./node_modules/core-js/internals/object-define-property.js","webpack://landing-pad/./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack://landing-pad/./node_modules/core-js/internals/object-get-own-property-names.js","webpack://landing-pad/./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack://landing-pad/./node_modules/core-js/internals/object-is-prototype-of.js","webpack://landing-pad/./node_modules/core-js/internals/object-keys-internal.js","webpack://landing-pad/./node_modules/core-js/internals/object-property-is-enumerable.js","webpack://landing-pad/./node_modules/core-js/internals/ordinary-to-primitive.js","webpack://landing-pad/./node_modules/core-js/internals/own-keys.js","webpack://landing-pad/./node_modules/core-js/internals/require-object-coercible.js","webpack://landing-pad/./node_modules/core-js/internals/schedulers-fix.js","webpack://landing-pad/./node_modules/core-js/internals/shared-key.js","webpack://landing-pad/./node_modules/core-js/internals/shared-store.js","webpack://landing-pad/./node_modules/core-js/internals/shared.js","webpack://landing-pad/./node_modules/core-js/internals/symbol-constructor-detection.js","webpack://landing-pad/./node_modules/core-js/internals/task.js","webpack://landing-pad/./node_modules/core-js/internals/to-absolute-index.js","webpack://landing-pad/./node_modules/core-js/internals/to-indexed-object.js","webpack://landing-pad/./node_modules/core-js/internals/to-integer-or-infinity.js","webpack://landing-pad/./node_modules/core-js/internals/to-length.js","webpack://landing-pad/./node_modules/core-js/internals/to-object.js","webpack://landing-pad/./node_modules/core-js/internals/to-primitive.js","webpack://landing-pad/./node_modules/core-js/internals/to-property-key.js","webpack://landing-pad/./node_modules/core-js/internals/try-to-string.js","webpack://landing-pad/./node_modules/core-js/internals/uid.js","webpack://landing-pad/./node_modules/core-js/internals/use-symbol-as-uid.js","webpack://landing-pad/./node_modules/core-js/internals/v8-prototype-define-bug.js","webpack://landing-pad/./node_modules/core-js/internals/validate-arguments-length.js","webpack://landing-pad/./node_modules/core-js/internals/weak-map-basic-detection.js","webpack://landing-pad/./node_modules/core-js/internals/well-known-symbol.js","webpack://landing-pad/./node_modules/core-js/modules/es.array.push.js","webpack://landing-pad/./node_modules/core-js/modules/es.array.unshift.js","webpack://landing-pad/./node_modules/core-js/modules/web.clear-immediate.js","webpack://landing-pad/./node_modules/core-js/modules/web.immediate.js","webpack://landing-pad/./node_modules/core-js/modules/web.set-immediate.js","webpack://landing-pad/./node_modules/vue-router/dist/vue-router.esm.js","webpack://landing-pad/./node_modules/vue/dist/vue.runtime.esm.js"],"sourcesContent":["/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n  scriptExports,\n  render,\n  staticRenderFns,\n  functionalTemplate,\n  injectStyles,\n  scopeId,\n  moduleIdentifier /* server only */,\n  shadowMode /* vue-cli only */\n) {\n  // Vue.extend constructor export interop\n  var options =\n    typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n  // render functions\n  if (render) {\n    options.render = render\n    options.staticRenderFns = staticRenderFns\n    options._compiled = true\n  }\n\n  // functional template\n  if (functionalTemplate) {\n    options.functional = true\n  }\n\n  // scopedId\n  if (scopeId) {\n    options._scopeId = 'data-v-' + scopeId\n  }\n\n  var hook\n  if (moduleIdentifier) {\n    // server build\n    hook = function (context) {\n      // 2.3 injection\n      context =\n        context || // cached call\n        (this.$vnode && this.$vnode.ssrContext) || // stateful\n        (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n      // 2.2 with runInNewContext: true\n      if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n        context = __VUE_SSR_CONTEXT__\n      }\n      // inject component styles\n      if (injectStyles) {\n        injectStyles.call(this, context)\n      }\n      // register component module identifier for async chunk inferrence\n      if (context && context._registeredComponents) {\n        context._registeredComponents.add(moduleIdentifier)\n      }\n    }\n    // used by ssr in case component is cached and beforeCreate\n    // never gets called\n    options._ssrRegister = hook\n  } else if (injectStyles) {\n    hook = shadowMode\n      ? function () {\n          injectStyles.call(\n            this,\n            (options.functional ? this.parent : this).$root.$options.shadowRoot\n          )\n        }\n      : injectStyles\n  }\n\n  if (hook) {\n    if (options.functional) {\n      // for template-only hot-reload because in that case the render fn doesn't\n      // go through the normalizer\n      options._injectStyles = hook\n      // register for functional component in vue file\n      var originalRender = options.render\n      options.render = function renderWithStyleInjection(h, context) {\n        hook.call(context)\n        return originalRender(h, context)\n      }\n    } else {\n      // inject component registration as beforeCreate hook\n      var existing = options.beforeCreate\n      options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n    }\n  }\n\n  return {\n    exports: scriptExports,\n    options: options\n  }\n}\n","var isCallable = require('../internals/is-callable');\nvar tryToString = require('../internals/try-to-string');\n\nvar $TypeError = TypeError;\n\n// `Assert: IsCallable(argument) is true`\nmodule.exports = function (argument) {\n  if (isCallable(argument)) return argument;\n  throw $TypeError(tryToString(argument) + ' is not a function');\n};\n","var isObject = require('../internals/is-object');\n\nvar $String = String;\nvar $TypeError = TypeError;\n\n// `Assert: Type(argument) is Object`\nmodule.exports = function (argument) {\n  if (isObject(argument)) return argument;\n  throw $TypeError($String(argument) + ' is not an object');\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar lengthOfArrayLike = require('../internals/length-of-array-like');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n  return function ($this, el, fromIndex) {\n    var O = toIndexedObject($this);\n    var length = lengthOfArrayLike(O);\n    var index = toAbsoluteIndex(fromIndex, length);\n    var value;\n    // Array#includes uses SameValueZero equality algorithm\n    // eslint-disable-next-line no-self-compare -- NaN check\n    if (IS_INCLUDES && el != el) while (length > index) {\n      value = O[index++];\n      // eslint-disable-next-line no-self-compare -- NaN check\n      if (value != value) return true;\n    // Array#indexOf ignores holes, Array#includes - not\n    } else for (;length > index; index++) {\n      if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n    } return !IS_INCLUDES && -1;\n  };\n};\n\nmodule.exports = {\n  // `Array.prototype.includes` method\n  // https://tc39.es/ecma262/#sec-array.prototype.includes\n  includes: createMethod(true),\n  // `Array.prototype.indexOf` method\n  // https://tc39.es/ecma262/#sec-array.prototype.indexof\n  indexOf: createMethod(false)\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar isArray = require('../internals/is-array');\n\nvar $TypeError = TypeError;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Safari < 13 does not throw an error in this case\nvar SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS && !function () {\n  // makes no sense without proper strict mode support\n  if (this !== undefined) return true;\n  try {\n    // eslint-disable-next-line es/no-object-defineproperty -- safe\n    Object.defineProperty([], 'length', { writable: false }).length = 1;\n  } catch (error) {\n    return error instanceof TypeError;\n  }\n}();\n\nmodule.exports = SILENT_ON_NON_WRITABLE_LENGTH_SET ? function (O, length) {\n  if (isArray(O) && !getOwnPropertyDescriptor(O, 'length').writable) {\n    throw $TypeError('Cannot set read only .length');\n  } return O.length = length;\n} : function (O, length) {\n  return O.length = length;\n};\n","var uncurryThis = require('../internals/function-uncurry-this');\n\nmodule.exports = uncurryThis([].slice);\n","var uncurryThis = require('../internals/function-uncurry-this');\n\nvar toString = uncurryThis({}.toString);\nvar stringSlice = uncurryThis(''.slice);\n\nmodule.exports = function (it) {\n  return stringSlice(toString(it), 8, -1);\n};\n","var hasOwn = require('../internals/has-own-property');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source, exceptions) {\n  var keys = ownKeys(source);\n  var defineProperty = definePropertyModule.f;\n  var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n  for (var i = 0; i < keys.length; i++) {\n    var key = keys[i];\n    if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {\n      defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n    }\n  }\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n  return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n  object[key] = value;\n  return object;\n};\n","module.exports = function (bitmap, value) {\n  return {\n    enumerable: !(bitmap & 1),\n    configurable: !(bitmap & 2),\n    writable: !(bitmap & 4),\n    value: value\n  };\n};\n","var isCallable = require('../internals/is-callable');\nvar definePropertyModule = require('../internals/object-define-property');\nvar makeBuiltIn = require('../internals/make-built-in');\nvar defineGlobalProperty = require('../internals/define-global-property');\n\nmodule.exports = function (O, key, value, options) {\n  if (!options) options = {};\n  var simple = options.enumerable;\n  var name = options.name !== undefined ? options.name : key;\n  if (isCallable(value)) makeBuiltIn(value, name, options);\n  if (options.global) {\n    if (simple) O[key] = value;\n    else defineGlobalProperty(key, value);\n  } else {\n    try {\n      if (!options.unsafe) delete O[key];\n      else if (O[key]) simple = true;\n    } catch (error) { /* empty */ }\n    if (simple) O[key] = value;\n    else definePropertyModule.f(O, key, {\n      value: value,\n      enumerable: false,\n      configurable: !options.nonConfigurable,\n      writable: !options.nonWritable\n    });\n  } return O;\n};\n","var global = require('../internals/global');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar defineProperty = Object.defineProperty;\n\nmodule.exports = function (key, value) {\n  try {\n    defineProperty(global, key, { value: value, configurable: true, writable: true });\n  } catch (error) {\n    global[key] = value;\n  } return value;\n};\n","'use strict';\nvar tryToString = require('../internals/try-to-string');\n\nvar $TypeError = TypeError;\n\nmodule.exports = function (O, P) {\n  if (!delete O[P]) throw $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O));\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n  // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var documentAll = typeof document == 'object' && document.all;\n\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot\n// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing\nvar IS_HTMLDDA = typeof documentAll == 'undefined' && documentAll !== undefined;\n\nmodule.exports = {\n  all: documentAll,\n  IS_HTMLDDA: IS_HTMLDDA\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n  return EXISTS ? document.createElement(it) : {};\n};\n","var $TypeError = TypeError;\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991\n\nmodule.exports = function (it) {\n  if (it > MAX_SAFE_INTEGER) throw $TypeError('Maximum allowed index exceeded');\n  return it;\n};\n","/* global Bun -- Deno case */\nmodule.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';\n","var userAgent = require('../internals/engine-user-agent');\n\n// eslint-disable-next-line redos/no-vulnerable -- safe\nmodule.exports = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent);\n","var classof = require('../internals/classof-raw');\n\nmodule.exports = typeof process != 'undefined' && classof(process) == 'process';\n","module.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar Deno = global.Deno;\nvar versions = process && process.versions || Deno && Deno.version;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n  match = v8.split('.');\n  // in old Chrome, versions of V8 isn't V8 = Chrome / 10\n  // but their correct versions are not interesting for us\n  version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);\n}\n\n// BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`\n// so check `userAgent` even if `.v8` exists, but 0\nif (!version && userAgent) {\n  match = userAgent.match(/Edge\\/(\\d+)/);\n  if (!match || match[1] >= 74) {\n    match = userAgent.match(/Chrome\\/(\\d+)/);\n    if (match) version = +match[1];\n  }\n}\n\nmodule.exports = version;\n","// IE8- don't enum bug keys\nmodule.exports = [\n  'constructor',\n  'hasOwnProperty',\n  'isPrototypeOf',\n  'propertyIsEnumerable',\n  'toLocaleString',\n  'toString',\n  'valueOf'\n];\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar defineGlobalProperty = require('../internals/define-global-property');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n  options.target         - name of the target object\n  options.global         - target is the global object\n  options.stat           - export as static methods of target\n  options.proto          - export as prototype methods of target\n  options.real           - real prototype method for the `pure` version\n  options.forced         - export even if the native feature is available\n  options.bind           - bind methods to the target, required for the `pure` version\n  options.wrap           - wrap constructors to preventing global pollution, required for the `pure` version\n  options.unsafe         - use the simple assignment of property instead of delete + defineProperty\n  options.sham           - add a flag to not completely full polyfills\n  options.enumerable     - export as enumerable property\n  options.dontCallGetSet - prevent calling a getter on target\n  options.name           - the .name of the function if it does not match the key\n*/\nmodule.exports = function (options, source) {\n  var TARGET = options.target;\n  var GLOBAL = options.global;\n  var STATIC = options.stat;\n  var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n  if (GLOBAL) {\n    target = global;\n  } else if (STATIC) {\n    target = global[TARGET] || defineGlobalProperty(TARGET, {});\n  } else {\n    target = (global[TARGET] || {}).prototype;\n  }\n  if (target) for (key in source) {\n    sourceProperty = source[key];\n    if (options.dontCallGetSet) {\n      descriptor = getOwnPropertyDescriptor(target, key);\n      targetProperty = descriptor && descriptor.value;\n    } else targetProperty = target[key];\n    FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n    // contained in target\n    if (!FORCED && targetProperty !== undefined) {\n      if (typeof sourceProperty == typeof targetProperty) continue;\n      copyConstructorProperties(sourceProperty, targetProperty);\n    }\n    // add a flag to not completely full polyfills\n    if (options.sham || (targetProperty && targetProperty.sham)) {\n      createNonEnumerableProperty(sourceProperty, 'sham', true);\n    }\n    defineBuiltIn(target, key, sourceProperty, options);\n  }\n};\n","module.exports = function (exec) {\n  try {\n    return !!exec();\n  } catch (error) {\n    return true;\n  }\n};\n","var NATIVE_BIND = require('../internals/function-bind-native');\n\nvar FunctionPrototype = Function.prototype;\nvar apply = FunctionPrototype.apply;\nvar call = FunctionPrototype.call;\n\n// eslint-disable-next-line es/no-reflect -- safe\nmodule.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {\n  return call.apply(apply, arguments);\n});\n","var uncurryThis = require('../internals/function-uncurry-this-clause');\nvar aCallable = require('../internals/a-callable');\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar bind = uncurryThis(uncurryThis.bind);\n\n// optional / simple context binding\nmodule.exports = function (fn, that) {\n  aCallable(fn);\n  return that === undefined ? fn : NATIVE_BIND ? bind(fn, that) : function (/* ...args */) {\n    return fn.apply(that, arguments);\n  };\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n  // eslint-disable-next-line es/no-function-prototype-bind -- safe\n  var test = (function () { /* empty */ }).bind();\n  // eslint-disable-next-line no-prototype-builtins -- safe\n  return typeof test != 'function' || test.hasOwnProperty('prototype');\n});\n","var NATIVE_BIND = require('../internals/function-bind-native');\n\nvar call = Function.prototype.call;\n\nmodule.exports = NATIVE_BIND ? call.bind(call) : function () {\n  return call.apply(call, arguments);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar hasOwn = require('../internals/has-own-property');\n\nvar FunctionPrototype = Function.prototype;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor;\n\nvar EXISTS = hasOwn(FunctionPrototype, 'name');\n// additional protection from minified / mangled / dropped function names\nvar PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';\nvar CONFIGURABLE = EXISTS && (!DESCRIPTORS || (DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable));\n\nmodule.exports = {\n  EXISTS: EXISTS,\n  PROPER: PROPER,\n  CONFIGURABLE: CONFIGURABLE\n};\n","var classofRaw = require('../internals/classof-raw');\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nmodule.exports = function (fn) {\n  // Nashorn bug:\n  //   https://github.com/zloirock/core-js/issues/1128\n  //   https://github.com/zloirock/core-js/issues/1130\n  if (classofRaw(fn) === 'Function') return uncurryThis(fn);\n};\n","var NATIVE_BIND = require('../internals/function-bind-native');\n\nvar FunctionPrototype = Function.prototype;\nvar call = FunctionPrototype.call;\nvar uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);\n\nmodule.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {\n  return function () {\n    return call.apply(fn, arguments);\n  };\n};\n","var global = require('../internals/global');\nvar isCallable = require('../internals/is-callable');\n\nvar aFunction = function (argument) {\n  return isCallable(argument) ? argument : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n  return arguments.length < 2 ? aFunction(global[namespace]) : global[namespace] && global[namespace][method];\n};\n","var aCallable = require('../internals/a-callable');\nvar isNullOrUndefined = require('../internals/is-null-or-undefined');\n\n// `GetMethod` abstract operation\n// https://tc39.es/ecma262/#sec-getmethod\nmodule.exports = function (V, P) {\n  var func = V[P];\n  return isNullOrUndefined(func) ? undefined : aCallable(func);\n};\n","var check = function (it) {\n  return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n  // eslint-disable-next-line es/no-global-this -- safe\n  check(typeof globalThis == 'object' && globalThis) ||\n  check(typeof window == 'object' && window) ||\n  // eslint-disable-next-line no-restricted-globals -- safe\n  check(typeof self == 'object' && self) ||\n  check(typeof global == 'object' && global) ||\n  // eslint-disable-next-line no-new-func -- fallback\n  (function () { return this; })() || Function('return this')();\n","var uncurryThis = require('../internals/function-uncurry-this');\nvar toObject = require('../internals/to-object');\n\nvar hasOwnProperty = uncurryThis({}.hasOwnProperty);\n\n// `HasOwnProperty` abstract operation\n// https://tc39.es/ecma262/#sec-hasownproperty\n// eslint-disable-next-line es/no-object-hasown -- safe\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n  return hasOwnProperty(toObject(it), key);\n};\n","module.exports = {};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thanks to IE8 for its funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n  // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n  return Object.defineProperty(createElement('div'), 'a', {\n    get: function () { return 7; }\n  }).a != 7;\n});\n","var uncurryThis = require('../internals/function-uncurry-this');\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar $Object = Object;\nvar split = uncurryThis(''.split);\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n  // eslint-disable-next-line no-prototype-builtins -- safe\n  return !$Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n  return classof(it) == 'String' ? split(it, '') : $Object(it);\n} : $Object;\n","var uncurryThis = require('../internals/function-uncurry-this');\nvar isCallable = require('../internals/is-callable');\nvar store = require('../internals/shared-store');\n\nvar functionToString = uncurryThis(Function.toString);\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (!isCallable(store.inspectSource)) {\n  store.inspectSource = function (it) {\n    return functionToString(it);\n  };\n}\n\nmodule.exports = store.inspectSource;\n","var NATIVE_WEAK_MAP = require('../internals/weak-map-basic-detection');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar hasOwn = require('../internals/has-own-property');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar TypeError = global.TypeError;\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n  return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n  return function (it) {\n    var state;\n    if (!isObject(it) || (state = get(it)).type !== TYPE) {\n      throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n    } return state;\n  };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n  var store = shared.state || (shared.state = new WeakMap());\n  /* eslint-disable no-self-assign -- prototype methods protection */\n  store.get = store.get;\n  store.has = store.has;\n  store.set = store.set;\n  /* eslint-enable no-self-assign -- prototype methods protection */\n  set = function (it, metadata) {\n    if (store.has(it)) throw TypeError(OBJECT_ALREADY_INITIALIZED);\n    metadata.facade = it;\n    store.set(it, metadata);\n    return metadata;\n  };\n  get = function (it) {\n    return store.get(it) || {};\n  };\n  has = function (it) {\n    return store.has(it);\n  };\n} else {\n  var STATE = sharedKey('state');\n  hiddenKeys[STATE] = true;\n  set = function (it, metadata) {\n    if (hasOwn(it, STATE)) throw TypeError(OBJECT_ALREADY_INITIALIZED);\n    metadata.facade = it;\n    createNonEnumerableProperty(it, STATE, metadata);\n    return metadata;\n  };\n  get = function (it) {\n    return hasOwn(it, STATE) ? it[STATE] : {};\n  };\n  has = function (it) {\n    return hasOwn(it, STATE);\n  };\n}\n\nmodule.exports = {\n  set: set,\n  get: get,\n  has: has,\n  enforce: enforce,\n  getterFor: getterFor\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(argument) {\n  return classof(argument) == 'Array';\n};\n","var $documentAll = require('../internals/document-all');\n\nvar documentAll = $documentAll.all;\n\n// `IsCallable` abstract operation\n// https://tc39.es/ecma262/#sec-iscallable\nmodule.exports = $documentAll.IS_HTMLDDA ? function (argument) {\n  return typeof argument == 'function' || argument === documentAll;\n} : function (argument) {\n  return typeof argument == 'function';\n};\n","var fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n  var value = data[normalize(feature)];\n  return value == POLYFILL ? true\n    : value == NATIVE ? false\n    : isCallable(detection) ? fails(detection)\n    : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n  return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","// we can't use just `it == null` since of `document.all` special case\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec\nmodule.exports = function (it) {\n  return it === null || it === undefined;\n};\n","var isCallable = require('../internals/is-callable');\nvar $documentAll = require('../internals/document-all');\n\nvar documentAll = $documentAll.all;\n\nmodule.exports = $documentAll.IS_HTMLDDA ? function (it) {\n  return typeof it == 'object' ? it !== null : isCallable(it) || it === documentAll;\n} : function (it) {\n  return typeof it == 'object' ? it !== null : isCallable(it);\n};\n","module.exports = false;\n","var getBuiltIn = require('../internals/get-built-in');\nvar isCallable = require('../internals/is-callable');\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar $Object = Object;\n\nmodule.exports = USE_SYMBOL_AS_UID ? function (it) {\n  return typeof it == 'symbol';\n} : function (it) {\n  var $Symbol = getBuiltIn('Symbol');\n  return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));\n};\n","var toLength = require('../internals/to-length');\n\n// `LengthOfArrayLike` abstract operation\n// https://tc39.es/ecma262/#sec-lengthofarraylike\nmodule.exports = function (obj) {\n  return toLength(obj.length);\n};\n","var uncurryThis = require('../internals/function-uncurry-this');\nvar fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\nvar hasOwn = require('../internals/has-own-property');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar CONFIGURABLE_FUNCTION_NAME = require('../internals/function-name').CONFIGURABLE;\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar enforceInternalState = InternalStateModule.enforce;\nvar getInternalState = InternalStateModule.get;\nvar $String = String;\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar defineProperty = Object.defineProperty;\nvar stringSlice = uncurryThis(''.slice);\nvar replace = uncurryThis(''.replace);\nvar join = uncurryThis([].join);\n\nvar CONFIGURABLE_LENGTH = DESCRIPTORS && !fails(function () {\n  return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;\n});\n\nvar TEMPLATE = String(String).split('String');\n\nvar makeBuiltIn = module.exports = function (value, name, options) {\n  if (stringSlice($String(name), 0, 7) === 'Symbol(') {\n    name = '[' + replace($String(name), /^Symbol\\(([^)]*)\\)/, '$1') + ']';\n  }\n  if (options && options.getter) name = 'get ' + name;\n  if (options && options.setter) name = 'set ' + name;\n  if (!hasOwn(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {\n    if (DESCRIPTORS) defineProperty(value, 'name', { value: name, configurable: true });\n    else value.name = name;\n  }\n  if (CONFIGURABLE_LENGTH && options && hasOwn(options, 'arity') && value.length !== options.arity) {\n    defineProperty(value, 'length', { value: options.arity });\n  }\n  try {\n    if (options && hasOwn(options, 'constructor') && options.constructor) {\n      if (DESCRIPTORS) defineProperty(value, 'prototype', { writable: false });\n    // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable\n    } else if (value.prototype) value.prototype = undefined;\n  } catch (error) { /* empty */ }\n  var state = enforceInternalState(value);\n  if (!hasOwn(state, 'source')) {\n    state.source = join(TEMPLATE, typeof name == 'string' ? name : '');\n  } return value;\n};\n\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n// eslint-disable-next-line no-extend-native -- required\nFunction.prototype.toString = makeBuiltIn(function toString() {\n  return isCallable(this) && getInternalState(this).source || inspectSource(this);\n}, 'toString');\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.es/ecma262/#sec-math.trunc\n// eslint-disable-next-line es/no-math-trunc -- safe\nmodule.exports = Math.trunc || function trunc(x) {\n  var n = +x;\n  return (n > 0 ? floor : ceil)(n);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar V8_PROTOTYPE_DEFINE_BUG = require('../internals/v8-prototype-define-bug');\nvar anObject = require('../internals/an-object');\nvar toPropertyKey = require('../internals/to-property-key');\n\nvar $TypeError = TypeError;\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\nvar ENUMERABLE = 'enumerable';\nvar CONFIGURABLE = 'configurable';\nvar WRITABLE = 'writable';\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {\n  anObject(O);\n  P = toPropertyKey(P);\n  anObject(Attributes);\n  if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {\n    var current = $getOwnPropertyDescriptor(O, P);\n    if (current && current[WRITABLE]) {\n      O[P] = Attributes.value;\n      Attributes = {\n        configurable: CONFIGURABLE in Attributes ? Attributes[CONFIGURABLE] : current[CONFIGURABLE],\n        enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],\n        writable: false\n      };\n    }\n  } return $defineProperty(O, P, Attributes);\n} : $defineProperty : function defineProperty(O, P, Attributes) {\n  anObject(O);\n  P = toPropertyKey(P);\n  anObject(Attributes);\n  if (IE8_DOM_DEFINE) try {\n    return $defineProperty(O, P, Attributes);\n  } catch (error) { /* empty */ }\n  if ('get' in Attributes || 'set' in Attributes) throw $TypeError('Accessors not supported');\n  if ('value' in Attributes) O[P] = Attributes.value;\n  return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar call = require('../internals/function-call');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPropertyKey = require('../internals/to-property-key');\nvar hasOwn = require('../internals/has-own-property');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n  O = toIndexedObject(O);\n  P = toPropertyKey(P);\n  if (IE8_DOM_DEFINE) try {\n    return $getOwnPropertyDescriptor(O, P);\n  } catch (error) { /* empty */ }\n  if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n  return internalObjectKeys(O, hiddenKeys);\n};\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var uncurryThis = require('../internals/function-uncurry-this');\n\nmodule.exports = uncurryThis({}.isPrototypeOf);\n","var uncurryThis = require('../internals/function-uncurry-this');\nvar hasOwn = require('../internals/has-own-property');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar push = uncurryThis([].push);\n\nmodule.exports = function (object, names) {\n  var O = toIndexedObject(object);\n  var i = 0;\n  var result = [];\n  var key;\n  for (key in O) !hasOwn(hiddenKeys, key) && hasOwn(O, key) && push(result, key);\n  // Don't enum bug & hidden keys\n  while (names.length > i) if (hasOwn(O, key = names[i++])) {\n    ~indexOf(result, key) || push(result, key);\n  }\n  return result;\n};\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n  var descriptor = getOwnPropertyDescriptor(this, V);\n  return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","var call = require('../internals/function-call');\nvar isCallable = require('../internals/is-callable');\nvar isObject = require('../internals/is-object');\n\nvar $TypeError = TypeError;\n\n// `OrdinaryToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-ordinarytoprimitive\nmodule.exports = function (input, pref) {\n  var fn, val;\n  if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n  if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val;\n  if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n  throw $TypeError(\"Can't convert object to primitive value\");\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\nvar concat = uncurryThis([].concat);\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n  var keys = getOwnPropertyNamesModule.f(anObject(it));\n  var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n  return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;\n};\n","var isNullOrUndefined = require('../internals/is-null-or-undefined');\n\nvar $TypeError = TypeError;\n\n// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n  if (isNullOrUndefined(it)) throw $TypeError(\"Can't call method on \" + it);\n  return it;\n};\n","'use strict';\nvar global = require('../internals/global');\nvar apply = require('../internals/function-apply');\nvar isCallable = require('../internals/is-callable');\nvar ENGINE_IS_BUN = require('../internals/engine-is-bun');\nvar USER_AGENT = require('../internals/engine-user-agent');\nvar arraySlice = require('../internals/array-slice');\nvar validateArgumentsLength = require('../internals/validate-arguments-length');\n\nvar Function = global.Function;\n// dirty IE9- and Bun 0.3.0- checks\nvar WRAP = /MSIE .\\./.test(USER_AGENT) || ENGINE_IS_BUN && (function () {\n  var version = global.Bun.version.split('.');\n  return version.length < 3 || version[0] == 0 && (version[1] < 3 || version[1] == 3 && version[2] == 0);\n})();\n\n// IE9- / Bun 0.3.0- setTimeout / setInterval / setImmediate additional parameters fix\n// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers\n// https://github.com/oven-sh/bun/issues/1633\nmodule.exports = function (scheduler, hasTimeArg) {\n  var firstParamIndex = hasTimeArg ? 2 : 1;\n  return WRAP ? function (handler, timeout /* , ...arguments */) {\n    var boundArgs = validateArgumentsLength(arguments.length, 1) > firstParamIndex;\n    var fn = isCallable(handler) ? handler : Function(handler);\n    var params = boundArgs ? arraySlice(arguments, firstParamIndex) : [];\n    var callback = boundArgs ? function () {\n      apply(fn, this, params);\n    } : fn;\n    return hasTimeArg ? scheduler(callback, timeout) : scheduler(callback);\n  } : scheduler;\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n  return keys[key] || (keys[key] = uid(key));\n};\n","var global = require('../internals/global');\nvar defineGlobalProperty = require('../internals/define-global-property');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || defineGlobalProperty(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n  return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n  version: '3.29.1',\n  mode: IS_PURE ? 'pure' : 'global',\n  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',\n  license: 'https://github.com/zloirock/core-js/blob/v3.29.1/LICENSE',\n  source: 'https://github.com/zloirock/core-js'\n});\n","/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n  var symbol = Symbol();\n  // Chrome 38 Symbol has incorrect toString conversion\n  // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n  return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n    // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n    !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","var global = require('../internals/global');\nvar apply = require('../internals/function-apply');\nvar bind = require('../internals/function-bind-context');\nvar isCallable = require('../internals/is-callable');\nvar hasOwn = require('../internals/has-own-property');\nvar fails = require('../internals/fails');\nvar html = require('../internals/html');\nvar arraySlice = require('../internals/array-slice');\nvar createElement = require('../internals/document-create-element');\nvar validateArgumentsLength = require('../internals/validate-arguments-length');\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar Dispatch = global.Dispatch;\nvar Function = global.Function;\nvar MessageChannel = global.MessageChannel;\nvar String = global.String;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar $location, defer, channel, port;\n\nfails(function () {\n  // Deno throws a ReferenceError on `location` access without `--location` flag\n  $location = global.location;\n});\n\nvar run = function (id) {\n  if (hasOwn(queue, id)) {\n    var fn = queue[id];\n    delete queue[id];\n    fn();\n  }\n};\n\nvar runner = function (id) {\n  return function () {\n    run(id);\n  };\n};\n\nvar eventListener = function (event) {\n  run(event.data);\n};\n\nvar globalPostMessageDefer = function (id) {\n  // old engines have not location.origin\n  global.postMessage(String(id), $location.protocol + '//' + $location.host);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n  set = function setImmediate(handler) {\n    validateArgumentsLength(arguments.length, 1);\n    var fn = isCallable(handler) ? handler : Function(handler);\n    var args = arraySlice(arguments, 1);\n    queue[++counter] = function () {\n      apply(fn, undefined, args);\n    };\n    defer(counter);\n    return counter;\n  };\n  clear = function clearImmediate(id) {\n    delete queue[id];\n  };\n  // Node.js 0.8-\n  if (IS_NODE) {\n    defer = function (id) {\n      process.nextTick(runner(id));\n    };\n  // Sphere (JS game engine) Dispatch API\n  } else if (Dispatch && Dispatch.now) {\n    defer = function (id) {\n      Dispatch.now(runner(id));\n    };\n  // Browsers with MessageChannel, includes WebWorkers\n  // except iOS - https://github.com/zloirock/core-js/issues/624\n  } else if (MessageChannel && !IS_IOS) {\n    channel = new MessageChannel();\n    port = channel.port2;\n    channel.port1.onmessage = eventListener;\n    defer = bind(port.postMessage, port);\n  // Browsers with postMessage, skip WebWorkers\n  // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n  } else if (\n    global.addEventListener &&\n    isCallable(global.postMessage) &&\n    !global.importScripts &&\n    $location && $location.protocol !== 'file:' &&\n    !fails(globalPostMessageDefer)\n  ) {\n    defer = globalPostMessageDefer;\n    global.addEventListener('message', eventListener, false);\n  // IE8-\n  } else if (ONREADYSTATECHANGE in createElement('script')) {\n    defer = function (id) {\n      html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n        html.removeChild(this);\n        run(id);\n      };\n    };\n  // Rest old browsers\n  } else {\n    defer = function (id) {\n      setTimeout(runner(id), 0);\n    };\n  }\n}\n\nmodule.exports = {\n  set: set,\n  clear: clear\n};\n","var toIntegerOrInfinity = require('../internals/to-integer-or-infinity');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n  var integer = toIntegerOrInfinity(index);\n  return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n  return IndexedObject(requireObjectCoercible(it));\n};\n","var trunc = require('../internals/math-trunc');\n\n// `ToIntegerOrInfinity` abstract operation\n// https://tc39.es/ecma262/#sec-tointegerorinfinity\nmodule.exports = function (argument) {\n  var number = +argument;\n  // eslint-disable-next-line no-self-compare -- NaN check\n  return number !== number || number === 0 ? 0 : trunc(number);\n};\n","var toIntegerOrInfinity = require('../internals/to-integer-or-infinity');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n  return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar $Object = Object;\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n  return $Object(requireObjectCoercible(argument));\n};\n","var call = require('../internals/function-call');\nvar isObject = require('../internals/is-object');\nvar isSymbol = require('../internals/is-symbol');\nvar getMethod = require('../internals/get-method');\nvar ordinaryToPrimitive = require('../internals/ordinary-to-primitive');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar $TypeError = TypeError;\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\nmodule.exports = function (input, pref) {\n  if (!isObject(input) || isSymbol(input)) return input;\n  var exoticToPrim = getMethod(input, TO_PRIMITIVE);\n  var result;\n  if (exoticToPrim) {\n    if (pref === undefined) pref = 'default';\n    result = call(exoticToPrim, input, pref);\n    if (!isObject(result) || isSymbol(result)) return result;\n    throw $TypeError(\"Can't convert object to primitive value\");\n  }\n  if (pref === undefined) pref = 'number';\n  return ordinaryToPrimitive(input, pref);\n};\n","var toPrimitive = require('../internals/to-primitive');\nvar isSymbol = require('../internals/is-symbol');\n\n// `ToPropertyKey` abstract operation\n// https://tc39.es/ecma262/#sec-topropertykey\nmodule.exports = function (argument) {\n  var key = toPrimitive(argument, 'string');\n  return isSymbol(key) ? key : key + '';\n};\n","var $String = String;\n\nmodule.exports = function (argument) {\n  try {\n    return $String(argument);\n  } catch (error) {\n    return 'Object';\n  }\n};\n","var uncurryThis = require('../internals/function-uncurry-this');\n\nvar id = 0;\nvar postfix = Math.random();\nvar toString = uncurryThis(1.0.toString);\n\nmodule.exports = function (key) {\n  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\n\nmodule.exports = NATIVE_SYMBOL\n  && !Symbol.sham\n  && typeof Symbol.iterator == 'symbol';\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\n\n// V8 ~ Chrome 36-\n// https://bugs.chromium.org/p/v8/issues/detail?id=3334\nmodule.exports = DESCRIPTORS && fails(function () {\n  // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n  return Object.defineProperty(function () { /* empty */ }, 'prototype', {\n    value: 42,\n    writable: false\n  }).prototype != 42;\n});\n","var $TypeError = TypeError;\n\nmodule.exports = function (passed, required) {\n  if (passed < required) throw $TypeError('Not enough arguments');\n  return passed;\n};\n","var global = require('../internals/global');\nvar isCallable = require('../internals/is-callable');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar hasOwn = require('../internals/has-own-property');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar Symbol = global.Symbol;\nvar WellKnownSymbolsStore = shared('wks');\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol['for'] || Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n  if (!hasOwn(WellKnownSymbolsStore, name)) {\n    WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn(Symbol, name)\n      ? Symbol[name]\n      : createWellKnownSymbol('Symbol.' + name);\n  } return WellKnownSymbolsStore[name];\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar toObject = require('../internals/to-object');\nvar lengthOfArrayLike = require('../internals/length-of-array-like');\nvar setArrayLength = require('../internals/array-set-length');\nvar doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer');\nvar fails = require('../internals/fails');\n\nvar INCORRECT_TO_LENGTH = fails(function () {\n  return [].push.call({ length: 0x100000000 }, 1) !== 4294967297;\n});\n\n// V8 and Safari <= 15.4, FF < 23 throws InternalError\n// https://bugs.chromium.org/p/v8/issues/detail?id=12681\nvar properErrorOnNonWritableLength = function () {\n  try {\n    // eslint-disable-next-line es/no-object-defineproperty -- safe\n    Object.defineProperty([], 'length', { writable: false }).push();\n  } catch (error) {\n    return error instanceof TypeError;\n  }\n};\n\nvar FORCED = INCORRECT_TO_LENGTH || !properErrorOnNonWritableLength();\n\n// `Array.prototype.push` method\n// https://tc39.es/ecma262/#sec-array.prototype.push\n$({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {\n  // eslint-disable-next-line no-unused-vars -- required for `.length`\n  push: function push(item) {\n    var O = toObject(this);\n    var len = lengthOfArrayLike(O);\n    var argCount = arguments.length;\n    doesNotExceedSafeInteger(len + argCount);\n    for (var i = 0; i < argCount; i++) {\n      O[len] = arguments[i];\n      len++;\n    }\n    setArrayLength(O, len);\n    return len;\n  }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar toObject = require('../internals/to-object');\nvar lengthOfArrayLike = require('../internals/length-of-array-like');\nvar setArrayLength = require('../internals/array-set-length');\nvar deletePropertyOrThrow = require('../internals/delete-property-or-throw');\nvar doesNotExceedSafeInteger = require('../internals/does-not-exceed-safe-integer');\n\n// IE8-\nvar INCORRECT_RESULT = [].unshift(0) !== 1;\n\n// V8 ~ Chrome < 71 and Safari <= 15.4, FF < 23 throws InternalError\nvar properErrorOnNonWritableLength = function () {\n  try {\n    // eslint-disable-next-line es/no-object-defineproperty -- safe\n    Object.defineProperty([], 'length', { writable: false }).unshift();\n  } catch (error) {\n    return error instanceof TypeError;\n  }\n};\n\nvar FORCED = INCORRECT_RESULT || !properErrorOnNonWritableLength();\n\n// `Array.prototype.unshift` method\n// https://tc39.es/ecma262/#sec-array.prototype.unshift\n$({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {\n  // eslint-disable-next-line no-unused-vars -- required for `.length`\n  unshift: function unshift(item) {\n    var O = toObject(this);\n    var len = lengthOfArrayLike(O);\n    var argCount = arguments.length;\n    if (argCount) {\n      doesNotExceedSafeInteger(len + argCount);\n      var k = len;\n      while (k--) {\n        var to = k + argCount;\n        if (k in O) O[to] = O[k];\n        else deletePropertyOrThrow(O, to);\n      }\n      for (var j = 0; j < argCount; j++) {\n        O[j] = arguments[j];\n      }\n    } return setArrayLength(O, len + argCount);\n  }\n});\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar clearImmediate = require('../internals/task').clear;\n\n// `clearImmediate` method\n// http://w3c.github.io/setImmediate/#si-clearImmediate\n$({ global: true, bind: true, enumerable: true, forced: global.clearImmediate !== clearImmediate }, {\n  clearImmediate: clearImmediate\n});\n","// TODO: Remove this module from `core-js@4` since it's split to modules listed below\nrequire('../modules/web.clear-immediate');\nrequire('../modules/web.set-immediate');\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar setTask = require('../internals/task').set;\nvar schedulersFix = require('../internals/schedulers-fix');\n\n// https://github.com/oven-sh/bun/issues/1633\nvar setImmediate = global.setImmediate ? schedulersFix(setTask, false) : setTask;\n\n// `setImmediate` method\n// http://w3c.github.io/setImmediate/#si-setImmediate\n$({ global: true, bind: true, enumerable: true, forced: global.setImmediate !== setImmediate }, {\n  setImmediate: setImmediate\n});\n","/*!\n  * vue-router v3.6.5\n  * (c) 2022 Evan You\n  * @license MIT\n  */\n/*  */\n\nfunction assert (condition, message) {\n  if (!condition) {\n    throw new Error((\"[vue-router] \" + message))\n  }\n}\n\nfunction warn (condition, message) {\n  if (!condition) {\n    typeof console !== 'undefined' && console.warn((\"[vue-router] \" + message));\n  }\n}\n\nfunction extend (a, b) {\n  for (var key in b) {\n    a[key] = b[key];\n  }\n  return a\n}\n\n/*  */\n\nvar encodeReserveRE = /[!'()*]/g;\nvar encodeReserveReplacer = function (c) { return '%' + c.charCodeAt(0).toString(16); };\nvar commaRE = /%2C/g;\n\n// fixed encodeURIComponent which is more conformant to RFC3986:\n// - escapes [!'()*]\n// - preserve commas\nvar encode = function (str) { return encodeURIComponent(str)\n    .replace(encodeReserveRE, encodeReserveReplacer)\n    .replace(commaRE, ','); };\n\nfunction decode (str) {\n  try {\n    return decodeURIComponent(str)\n  } catch (err) {\n    if (process.env.NODE_ENV !== 'production') {\n      warn(false, (\"Error decoding \\\"\" + str + \"\\\". Leaving it intact.\"));\n    }\n  }\n  return str\n}\n\nfunction resolveQuery (\n  query,\n  extraQuery,\n  _parseQuery\n) {\n  if ( extraQuery === void 0 ) extraQuery = {};\n\n  var parse = _parseQuery || parseQuery;\n  var parsedQuery;\n  try {\n    parsedQuery = parse(query || '');\n  } catch (e) {\n    process.env.NODE_ENV !== 'production' && warn(false, e.message);\n    parsedQuery = {};\n  }\n  for (var key in extraQuery) {\n    var value = extraQuery[key];\n    parsedQuery[key] = Array.isArray(value)\n      ? value.map(castQueryParamValue)\n      : castQueryParamValue(value);\n  }\n  return parsedQuery\n}\n\nvar castQueryParamValue = function (value) { return (value == null || typeof value === 'object' ? value : String(value)); };\n\nfunction parseQuery (query) {\n  var res = {};\n\n  query = query.trim().replace(/^(\\?|#|&)/, '');\n\n  if (!query) {\n    return res\n  }\n\n  query.split('&').forEach(function (param) {\n    var parts = param.replace(/\\+/g, ' ').split('=');\n    var key = decode(parts.shift());\n    var val = parts.length > 0 ? decode(parts.join('=')) : null;\n\n    if (res[key] === undefined) {\n      res[key] = val;\n    } else if (Array.isArray(res[key])) {\n      res[key].push(val);\n    } else {\n      res[key] = [res[key], val];\n    }\n  });\n\n  return res\n}\n\nfunction stringifyQuery (obj) {\n  var res = obj\n    ? Object.keys(obj)\n      .map(function (key) {\n        var val = obj[key];\n\n        if (val === undefined) {\n          return ''\n        }\n\n        if (val === null) {\n          return encode(key)\n        }\n\n        if (Array.isArray(val)) {\n          var result = [];\n          val.forEach(function (val2) {\n            if (val2 === undefined) {\n              return\n            }\n            if (val2 === null) {\n              result.push(encode(key));\n            } else {\n              result.push(encode(key) + '=' + encode(val2));\n            }\n          });\n          return result.join('&')\n        }\n\n        return encode(key) + '=' + encode(val)\n      })\n      .filter(function (x) { return x.length > 0; })\n      .join('&')\n    : null;\n  return res ? (\"?\" + res) : ''\n}\n\n/*  */\n\nvar trailingSlashRE = /\\/?$/;\n\nfunction createRoute (\n  record,\n  location,\n  redirectedFrom,\n  router\n) {\n  var stringifyQuery = router && router.options.stringifyQuery;\n\n  var query = location.query || {};\n  try {\n    query = clone(query);\n  } catch (e) {}\n\n  var route = {\n    name: location.name || (record && record.name),\n    meta: (record && record.meta) || {},\n    path: location.path || '/',\n    hash: location.hash || '',\n    query: query,\n    params: location.params || {},\n    fullPath: getFullPath(location, stringifyQuery),\n    matched: record ? formatMatch(record) : []\n  };\n  if (redirectedFrom) {\n    route.redirectedFrom = getFullPath(redirectedFrom, stringifyQuery);\n  }\n  return Object.freeze(route)\n}\n\nfunction clone (value) {\n  if (Array.isArray(value)) {\n    return value.map(clone)\n  } else if (value && typeof value === 'object') {\n    var res = {};\n    for (var key in value) {\n      res[key] = clone(value[key]);\n    }\n    return res\n  } else {\n    return value\n  }\n}\n\n// the starting route that represents the initial state\nvar START = createRoute(null, {\n  path: '/'\n});\n\nfunction formatMatch (record) {\n  var res = [];\n  while (record) {\n    res.unshift(record);\n    record = record.parent;\n  }\n  return res\n}\n\nfunction getFullPath (\n  ref,\n  _stringifyQuery\n) {\n  var path = ref.path;\n  var query = ref.query; if ( query === void 0 ) query = {};\n  var hash = ref.hash; if ( hash === void 0 ) hash = '';\n\n  var stringify = _stringifyQuery || stringifyQuery;\n  return (path || '/') + stringify(query) + hash\n}\n\nfunction isSameRoute (a, b, onlyPath) {\n  if (b === START) {\n    return a === b\n  } else if (!b) {\n    return false\n  } else if (a.path && b.path) {\n    return a.path.replace(trailingSlashRE, '') === b.path.replace(trailingSlashRE, '') && (onlyPath ||\n      a.hash === b.hash &&\n      isObjectEqual(a.query, b.query))\n  } else if (a.name && b.name) {\n    return (\n      a.name === b.name &&\n      (onlyPath || (\n        a.hash === b.hash &&\n      isObjectEqual(a.query, b.query) &&\n      isObjectEqual(a.params, b.params))\n      )\n    )\n  } else {\n    return false\n  }\n}\n\nfunction isObjectEqual (a, b) {\n  if ( a === void 0 ) a = {};\n  if ( b === void 0 ) b = {};\n\n  // handle null value #1566\n  if (!a || !b) { return a === b }\n  var aKeys = Object.keys(a).sort();\n  var bKeys = Object.keys(b).sort();\n  if (aKeys.length !== bKeys.length) {\n    return false\n  }\n  return aKeys.every(function (key, i) {\n    var aVal = a[key];\n    var bKey = bKeys[i];\n    if (bKey !== key) { return false }\n    var bVal = b[key];\n    // query values can be null and undefined\n    if (aVal == null || bVal == null) { return aVal === bVal }\n    // check nested equality\n    if (typeof aVal === 'object' && typeof bVal === 'object') {\n      return isObjectEqual(aVal, bVal)\n    }\n    return String(aVal) === String(bVal)\n  })\n}\n\nfunction isIncludedRoute (current, target) {\n  return (\n    current.path.replace(trailingSlashRE, '/').indexOf(\n      target.path.replace(trailingSlashRE, '/')\n    ) === 0 &&\n    (!target.hash || current.hash === target.hash) &&\n    queryIncludes(current.query, target.query)\n  )\n}\n\nfunction queryIncludes (current, target) {\n  for (var key in target) {\n    if (!(key in current)) {\n      return false\n    }\n  }\n  return true\n}\n\nfunction handleRouteEntered (route) {\n  for (var i = 0; i < route.matched.length; i++) {\n    var record = route.matched[i];\n    for (var name in record.instances) {\n      var instance = record.instances[name];\n      var cbs = record.enteredCbs[name];\n      if (!instance || !cbs) { continue }\n      delete record.enteredCbs[name];\n      for (var i$1 = 0; i$1 < cbs.length; i$1++) {\n        if (!instance._isBeingDestroyed) { cbs[i$1](instance); }\n      }\n    }\n  }\n}\n\nvar View = {\n  name: 'RouterView',\n  functional: true,\n  props: {\n    name: {\n      type: String,\n      default: 'default'\n    }\n  },\n  render: function render (_, ref) {\n    var props = ref.props;\n    var children = ref.children;\n    var parent = ref.parent;\n    var data = ref.data;\n\n    // used by devtools to display a router-view badge\n    data.routerView = true;\n\n    // directly use parent context's createElement() function\n    // so that components rendered by router-view can resolve named slots\n    var h = parent.$createElement;\n    var name = props.name;\n    var route = parent.$route;\n    var cache = parent._routerViewCache || (parent._routerViewCache = {});\n\n    // determine current view depth, also check to see if the tree\n    // has been toggled inactive but kept-alive.\n    var depth = 0;\n    var inactive = false;\n    while (parent && parent._routerRoot !== parent) {\n      var vnodeData = parent.$vnode ? parent.$vnode.data : {};\n      if (vnodeData.routerView) {\n        depth++;\n      }\n      if (vnodeData.keepAlive && parent._directInactive && parent._inactive) {\n        inactive = true;\n      }\n      parent = parent.$parent;\n    }\n    data.routerViewDepth = depth;\n\n    // render previous view if the tree is inactive and kept-alive\n    if (inactive) {\n      var cachedData = cache[name];\n      var cachedComponent = cachedData && cachedData.component;\n      if (cachedComponent) {\n        // #2301\n        // pass props\n        if (cachedData.configProps) {\n          fillPropsinData(cachedComponent, data, cachedData.route, cachedData.configProps);\n        }\n        return h(cachedComponent, data, children)\n      } else {\n        // render previous empty view\n        return h()\n      }\n    }\n\n    var matched = route.matched[depth];\n    var component = matched && matched.components[name];\n\n    // render empty node if no matched route or no config component\n    if (!matched || !component) {\n      cache[name] = null;\n      return h()\n    }\n\n    // cache component\n    cache[name] = { component: component };\n\n    // attach instance registration hook\n    // this will be called in the instance's injected lifecycle hooks\n    data.registerRouteInstance = function (vm, val) {\n      // val could be undefined for unregistration\n      var current = matched.instances[name];\n      if (\n        (val && current !== vm) ||\n        (!val && current === vm)\n      ) {\n        matched.instances[name] = val;\n      }\n    }\n\n    // also register instance in prepatch hook\n    // in case the same component instance is reused across different routes\n    ;(data.hook || (data.hook = {})).prepatch = function (_, vnode) {\n      matched.instances[name] = vnode.componentInstance;\n    };\n\n    // register instance in init hook\n    // in case kept-alive component be actived when routes changed\n    data.hook.init = function (vnode) {\n      if (vnode.data.keepAlive &&\n        vnode.componentInstance &&\n        vnode.componentInstance !== matched.instances[name]\n      ) {\n        matched.instances[name] = vnode.componentInstance;\n      }\n\n      // if the route transition has already been confirmed then we weren't\n      // able to call the cbs during confirmation as the component was not\n      // registered yet, so we call it here.\n      handleRouteEntered(route);\n    };\n\n    var configProps = matched.props && matched.props[name];\n    // save route and configProps in cache\n    if (configProps) {\n      extend(cache[name], {\n        route: route,\n        configProps: configProps\n      });\n      fillPropsinData(component, data, route, configProps);\n    }\n\n    return h(component, data, children)\n  }\n};\n\nfunction fillPropsinData (component, data, route, configProps) {\n  // resolve props\n  var propsToPass = data.props = resolveProps(route, configProps);\n  if (propsToPass) {\n    // clone to prevent mutation\n    propsToPass = data.props = extend({}, propsToPass);\n    // pass non-declared props as attrs\n    var attrs = data.attrs = data.attrs || {};\n    for (var key in propsToPass) {\n      if (!component.props || !(key in component.props)) {\n        attrs[key] = propsToPass[key];\n        delete propsToPass[key];\n      }\n    }\n  }\n}\n\nfunction resolveProps (route, config) {\n  switch (typeof config) {\n    case 'undefined':\n      return\n    case 'object':\n      return config\n    case 'function':\n      return config(route)\n    case 'boolean':\n      return config ? route.params : undefined\n    default:\n      if (process.env.NODE_ENV !== 'production') {\n        warn(\n          false,\n          \"props in \\\"\" + (route.path) + \"\\\" is a \" + (typeof config) + \", \" +\n          \"expecting an object, function or boolean.\"\n        );\n      }\n  }\n}\n\n/*  */\n\nfunction resolvePath (\n  relative,\n  base,\n  append\n) {\n  var firstChar = relative.charAt(0);\n  if (firstChar === '/') {\n    return relative\n  }\n\n  if (firstChar === '?' || firstChar === '#') {\n    return base + relative\n  }\n\n  var stack = base.split('/');\n\n  // remove trailing segment if:\n  // - not appending\n  // - appending to trailing slash (last segment is empty)\n  if (!append || !stack[stack.length - 1]) {\n    stack.pop();\n  }\n\n  // resolve relative path\n  var segments = relative.replace(/^\\//, '').split('/');\n  for (var i = 0; i < segments.length; i++) {\n    var segment = segments[i];\n    if (segment === '..') {\n      stack.pop();\n    } else if (segment !== '.') {\n      stack.push(segment);\n    }\n  }\n\n  // ensure leading slash\n  if (stack[0] !== '') {\n    stack.unshift('');\n  }\n\n  return stack.join('/')\n}\n\nfunction parsePath (path) {\n  var hash = '';\n  var query = '';\n\n  var hashIndex = path.indexOf('#');\n  if (hashIndex >= 0) {\n    hash = path.slice(hashIndex);\n    path = path.slice(0, hashIndex);\n  }\n\n  var queryIndex = path.indexOf('?');\n  if (queryIndex >= 0) {\n    query = path.slice(queryIndex + 1);\n    path = path.slice(0, queryIndex);\n  }\n\n  return {\n    path: path,\n    query: query,\n    hash: hash\n  }\n}\n\nfunction cleanPath (path) {\n  return path.replace(/\\/(?:\\s*\\/)+/g, '/')\n}\n\nvar isarray = Array.isArray || function (arr) {\n  return Object.prototype.toString.call(arr) == '[object Array]';\n};\n\n/**\n * Expose `pathToRegexp`.\n */\nvar pathToRegexp_1 = pathToRegexp;\nvar parse_1 = parse;\nvar compile_1 = compile;\nvar tokensToFunction_1 = tokensToFunction;\nvar tokensToRegExp_1 = tokensToRegExp;\n\n/**\n * The main path matching regexp utility.\n *\n * @type {RegExp}\n */\nvar PATH_REGEXP = new RegExp([\n  // Match escaped characters that would otherwise appear in future matches.\n  // This allows the user to escape special characters that won't transform.\n  '(\\\\\\\\.)',\n  // Match Express-style parameters and un-named parameters with a prefix\n  // and optional suffixes. Matches appear as:\n  //\n  // \"/:test(\\\\d+)?\" => [\"/\", \"test\", \"\\d+\", undefined, \"?\", undefined]\n  // \"/route(\\\\d+)\"  => [undefined, undefined, undefined, \"\\d+\", undefined, undefined]\n  // \"/*\"            => [\"/\", undefined, undefined, undefined, undefined, \"*\"]\n  '([\\\\/.])?(?:(?:\\\\:(\\\\w+)(?:\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))?|\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))([+*?])?|(\\\\*))'\n].join('|'), 'g');\n\n/**\n * Parse a string for the raw tokens.\n *\n * @param  {string}  str\n * @param  {Object=} options\n * @return {!Array}\n */\nfunction parse (str, options) {\n  var tokens = [];\n  var key = 0;\n  var index = 0;\n  var path = '';\n  var defaultDelimiter = options && options.delimiter || '/';\n  var res;\n\n  while ((res = PATH_REGEXP.exec(str)) != null) {\n    var m = res[0];\n    var escaped = res[1];\n    var offset = res.index;\n    path += str.slice(index, offset);\n    index = offset + m.length;\n\n    // Ignore already escaped sequences.\n    if (escaped) {\n      path += escaped[1];\n      continue\n    }\n\n    var next = str[index];\n    var prefix = res[2];\n    var name = res[3];\n    var capture = res[4];\n    var group = res[5];\n    var modifier = res[6];\n    var asterisk = res[7];\n\n    // Push the current path onto the tokens.\n    if (path) {\n      tokens.push(path);\n      path = '';\n    }\n\n    var partial = prefix != null && next != null && next !== prefix;\n    var repeat = modifier === '+' || modifier === '*';\n    var optional = modifier === '?' || modifier === '*';\n    var delimiter = res[2] || defaultDelimiter;\n    var pattern = capture || group;\n\n    tokens.push({\n      name: name || key++,\n      prefix: prefix || '',\n      delimiter: delimiter,\n      optional: optional,\n      repeat: repeat,\n      partial: partial,\n      asterisk: !!asterisk,\n      pattern: pattern ? escapeGroup(pattern) : (asterisk ? '.*' : '[^' + escapeString(delimiter) + ']+?')\n    });\n  }\n\n  // Match any characters still remaining.\n  if (index < str.length) {\n    path += str.substr(index);\n  }\n\n  // If the path exists, push it onto the end.\n  if (path) {\n    tokens.push(path);\n  }\n\n  return tokens\n}\n\n/**\n * Compile a string to a template function for the path.\n *\n * @param  {string}             str\n * @param  {Object=}            options\n * @return {!function(Object=, Object=)}\n */\nfunction compile (str, options) {\n  return tokensToFunction(parse(str, options), options)\n}\n\n/**\n * Prettier encoding of URI path segments.\n *\n * @param  {string}\n * @return {string}\n */\nfunction encodeURIComponentPretty (str) {\n  return encodeURI(str).replace(/[\\/?#]/g, function (c) {\n    return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n  })\n}\n\n/**\n * Encode the asterisk parameter. Similar to `pretty`, but allows slashes.\n *\n * @param  {string}\n * @return {string}\n */\nfunction encodeAsterisk (str) {\n  return encodeURI(str).replace(/[?#]/g, function (c) {\n    return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n  })\n}\n\n/**\n * Expose a method for transforming tokens into the path function.\n */\nfunction tokensToFunction (tokens, options) {\n  // Compile all the tokens into regexps.\n  var matches = new Array(tokens.length);\n\n  // Compile all the patterns before compilation.\n  for (var i = 0; i < tokens.length; i++) {\n    if (typeof tokens[i] === 'object') {\n      matches[i] = new RegExp('^(?:' + tokens[i].pattern + ')$', flags(options));\n    }\n  }\n\n  return function (obj, opts) {\n    var path = '';\n    var data = obj || {};\n    var options = opts || {};\n    var encode = options.pretty ? encodeURIComponentPretty : encodeURIComponent;\n\n    for (var i = 0; i < tokens.length; i++) {\n      var token = tokens[i];\n\n      if (typeof token === 'string') {\n        path += token;\n\n        continue\n      }\n\n      var value = data[token.name];\n      var segment;\n\n      if (value == null) {\n        if (token.optional) {\n          // Prepend partial segment prefixes.\n          if (token.partial) {\n            path += token.prefix;\n          }\n\n          continue\n        } else {\n          throw new TypeError('Expected \"' + token.name + '\" to be defined')\n        }\n      }\n\n      if (isarray(value)) {\n        if (!token.repeat) {\n          throw new TypeError('Expected \"' + token.name + '\" to not repeat, but received `' + JSON.stringify(value) + '`')\n        }\n\n        if (value.length === 0) {\n          if (token.optional) {\n            continue\n          } else {\n            throw new TypeError('Expected \"' + token.name + '\" to not be empty')\n          }\n        }\n\n        for (var j = 0; j < value.length; j++) {\n          segment = encode(value[j]);\n\n          if (!matches[i].test(segment)) {\n            throw new TypeError('Expected all \"' + token.name + '\" to match \"' + token.pattern + '\", but received `' + JSON.stringify(segment) + '`')\n          }\n\n          path += (j === 0 ? token.prefix : token.delimiter) + segment;\n        }\n\n        continue\n      }\n\n      segment = token.asterisk ? encodeAsterisk(value) : encode(value);\n\n      if (!matches[i].test(segment)) {\n        throw new TypeError('Expected \"' + token.name + '\" to match \"' + token.pattern + '\", but received \"' + segment + '\"')\n      }\n\n      path += token.prefix + segment;\n    }\n\n    return path\n  }\n}\n\n/**\n * Escape a regular expression string.\n *\n * @param  {string} str\n * @return {string}\n */\nfunction escapeString (str) {\n  return str.replace(/([.+*?=^!:${}()[\\]|\\/\\\\])/g, '\\\\$1')\n}\n\n/**\n * Escape the capturing group by escaping special characters and meaning.\n *\n * @param  {string} group\n * @return {string}\n */\nfunction escapeGroup (group) {\n  return group.replace(/([=!:$\\/()])/g, '\\\\$1')\n}\n\n/**\n * Attach the keys as a property of the regexp.\n *\n * @param  {!RegExp} re\n * @param  {Array}   keys\n * @return {!RegExp}\n */\nfunction attachKeys (re, keys) {\n  re.keys = keys;\n  return re\n}\n\n/**\n * Get the flags for a regexp from the options.\n *\n * @param  {Object} options\n * @return {string}\n */\nfunction flags (options) {\n  return options && options.sensitive ? '' : 'i'\n}\n\n/**\n * Pull out keys from a regexp.\n *\n * @param  {!RegExp} path\n * @param  {!Array}  keys\n * @return {!RegExp}\n */\nfunction regexpToRegexp (path, keys) {\n  // Use a negative lookahead to match only capturing groups.\n  var groups = path.source.match(/\\((?!\\?)/g);\n\n  if (groups) {\n    for (var i = 0; i < groups.length; i++) {\n      keys.push({\n        name: i,\n        prefix: null,\n        delimiter: null,\n        optional: false,\n        repeat: false,\n        partial: false,\n        asterisk: false,\n        pattern: null\n      });\n    }\n  }\n\n  return attachKeys(path, keys)\n}\n\n/**\n * Transform an array into a regexp.\n *\n * @param  {!Array}  path\n * @param  {Array}   keys\n * @param  {!Object} options\n * @return {!RegExp}\n */\nfunction arrayToRegexp (path, keys, options) {\n  var parts = [];\n\n  for (var i = 0; i < path.length; i++) {\n    parts.push(pathToRegexp(path[i], keys, options).source);\n  }\n\n  var regexp = new RegExp('(?:' + parts.join('|') + ')', flags(options));\n\n  return attachKeys(regexp, keys)\n}\n\n/**\n * Create a path regexp from string input.\n *\n * @param  {string}  path\n * @param  {!Array}  keys\n * @param  {!Object} options\n * @return {!RegExp}\n */\nfunction stringToRegexp (path, keys, options) {\n  return tokensToRegExp(parse(path, options), keys, options)\n}\n\n/**\n * Expose a function for taking tokens and returning a RegExp.\n *\n * @param  {!Array}          tokens\n * @param  {(Array|Object)=} keys\n * @param  {Object=}         options\n * @return {!RegExp}\n */\nfunction tokensToRegExp (tokens, keys, options) {\n  if (!isarray(keys)) {\n    options = /** @type {!Object} */ (keys || options);\n    keys = [];\n  }\n\n  options = options || {};\n\n  var strict = options.strict;\n  var end = options.end !== false;\n  var route = '';\n\n  // Iterate over the tokens and create our regexp string.\n  for (var i = 0; i < tokens.length; i++) {\n    var token = tokens[i];\n\n    if (typeof token === 'string') {\n      route += escapeString(token);\n    } else {\n      var prefix = escapeString(token.prefix);\n      var capture = '(?:' + token.pattern + ')';\n\n      keys.push(token);\n\n      if (token.repeat) {\n        capture += '(?:' + prefix + capture + ')*';\n      }\n\n      if (token.optional) {\n        if (!token.partial) {\n          capture = '(?:' + prefix + '(' + capture + '))?';\n        } else {\n          capture = prefix + '(' + capture + ')?';\n        }\n      } else {\n        capture = prefix + '(' + capture + ')';\n      }\n\n      route += capture;\n    }\n  }\n\n  var delimiter = escapeString(options.delimiter || '/');\n  var endsWithDelimiter = route.slice(-delimiter.length) === delimiter;\n\n  // In non-strict mode we allow a slash at the end of match. If the path to\n  // match already ends with a slash, we remove it for consistency. The slash\n  // is valid at the end of a path match, not in the middle. This is important\n  // in non-ending mode, where \"/test/\" shouldn't match \"/test//route\".\n  if (!strict) {\n    route = (endsWithDelimiter ? route.slice(0, -delimiter.length) : route) + '(?:' + delimiter + '(?=$))?';\n  }\n\n  if (end) {\n    route += '$';\n  } else {\n    // In non-ending mode, we need the capturing groups to match as much as\n    // possible by using a positive lookahead to the end or next path segment.\n    route += strict && endsWithDelimiter ? '' : '(?=' + delimiter + '|$)';\n  }\n\n  return attachKeys(new RegExp('^' + route, flags(options)), keys)\n}\n\n/**\n * Normalize the given path string, returning a regular expression.\n *\n * An empty array can be passed in for the keys, which will hold the\n * placeholder key descriptions. For example, using `/user/:id`, `keys` will\n * contain `[{ name: 'id', delimiter: '/', optional: false, repeat: false }]`.\n *\n * @param  {(string|RegExp|Array)} path\n * @param  {(Array|Object)=}       keys\n * @param  {Object=}               options\n * @return {!RegExp}\n */\nfunction pathToRegexp (path, keys, options) {\n  if (!isarray(keys)) {\n    options = /** @type {!Object} */ (keys || options);\n    keys = [];\n  }\n\n  options = options || {};\n\n  if (path instanceof RegExp) {\n    return regexpToRegexp(path, /** @type {!Array} */ (keys))\n  }\n\n  if (isarray(path)) {\n    return arrayToRegexp(/** @type {!Array} */ (path), /** @type {!Array} */ (keys), options)\n  }\n\n  return stringToRegexp(/** @type {string} */ (path), /** @type {!Array} */ (keys), options)\n}\npathToRegexp_1.parse = parse_1;\npathToRegexp_1.compile = compile_1;\npathToRegexp_1.tokensToFunction = tokensToFunction_1;\npathToRegexp_1.tokensToRegExp = tokensToRegExp_1;\n\n/*  */\n\n// $flow-disable-line\nvar regexpCompileCache = Object.create(null);\n\nfunction fillParams (\n  path,\n  params,\n  routeMsg\n) {\n  params = params || {};\n  try {\n    var filler =\n      regexpCompileCache[path] ||\n      (regexpCompileCache[path] = pathToRegexp_1.compile(path));\n\n    // Fix #2505 resolving asterisk routes { name: 'not-found', params: { pathMatch: '/not-found' }}\n    // and fix #3106 so that you can work with location descriptor object having params.pathMatch equal to empty string\n    if (typeof params.pathMatch === 'string') { params[0] = params.pathMatch; }\n\n    return filler(params, { pretty: true })\n  } catch (e) {\n    if (process.env.NODE_ENV !== 'production') {\n      // Fix #3072 no warn if `pathMatch` is string\n      warn(typeof params.pathMatch === 'string', (\"missing param for \" + routeMsg + \": \" + (e.message)));\n    }\n    return ''\n  } finally {\n    // delete the 0 if it was added\n    delete params[0];\n  }\n}\n\n/*  */\n\nfunction normalizeLocation (\n  raw,\n  current,\n  append,\n  router\n) {\n  var next = typeof raw === 'string' ? { path: raw } : raw;\n  // named target\n  if (next._normalized) {\n    return next\n  } else if (next.name) {\n    next = extend({}, raw);\n    var params = next.params;\n    if (params && typeof params === 'object') {\n      next.params = extend({}, params);\n    }\n    return next\n  }\n\n  // relative params\n  if (!next.path && next.params && current) {\n    next = extend({}, next);\n    next._normalized = true;\n    var params$1 = extend(extend({}, current.params), next.params);\n    if (current.name) {\n      next.name = current.name;\n      next.params = params$1;\n    } else if (current.matched.length) {\n      var rawPath = current.matched[current.matched.length - 1].path;\n      next.path = fillParams(rawPath, params$1, (\"path \" + (current.path)));\n    } else if (process.env.NODE_ENV !== 'production') {\n      warn(false, \"relative params navigation requires a current route.\");\n    }\n    return next\n  }\n\n  var parsedPath = parsePath(next.path || '');\n  var basePath = (current && current.path) || '/';\n  var path = parsedPath.path\n    ? resolvePath(parsedPath.path, basePath, append || next.append)\n    : basePath;\n\n  var query = resolveQuery(\n    parsedPath.query,\n    next.query,\n    router && router.options.parseQuery\n  );\n\n  var hash = next.hash || parsedPath.hash;\n  if (hash && hash.charAt(0) !== '#') {\n    hash = \"#\" + hash;\n  }\n\n  return {\n    _normalized: true,\n    path: path,\n    query: query,\n    hash: hash\n  }\n}\n\n/*  */\n\n// work around weird flow bug\nvar toTypes = [String, Object];\nvar eventTypes = [String, Array];\n\nvar noop = function () {};\n\nvar warnedCustomSlot;\nvar warnedTagProp;\nvar warnedEventProp;\n\nvar Link = {\n  name: 'RouterLink',\n  props: {\n    to: {\n      type: toTypes,\n      required: true\n    },\n    tag: {\n      type: String,\n      default: 'a'\n    },\n    custom: Boolean,\n    exact: Boolean,\n    exactPath: Boolean,\n    append: Boolean,\n    replace: Boolean,\n    activeClass: String,\n    exactActiveClass: String,\n    ariaCurrentValue: {\n      type: String,\n      default: 'page'\n    },\n    event: {\n      type: eventTypes,\n      default: 'click'\n    }\n  },\n  render: function render (h) {\n    var this$1$1 = this;\n\n    var router = this.$router;\n    var current = this.$route;\n    var ref = router.resolve(\n      this.to,\n      current,\n      this.append\n    );\n    var location = ref.location;\n    var route = ref.route;\n    var href = ref.href;\n\n    var classes = {};\n    var globalActiveClass = router.options.linkActiveClass;\n    var globalExactActiveClass = router.options.linkExactActiveClass;\n    // Support global empty active class\n    var activeClassFallback =\n      globalActiveClass == null ? 'router-link-active' : globalActiveClass;\n    var exactActiveClassFallback =\n      globalExactActiveClass == null\n        ? 'router-link-exact-active'\n        : globalExactActiveClass;\n    var activeClass =\n      this.activeClass == null ? activeClassFallback : this.activeClass;\n    var exactActiveClass =\n      this.exactActiveClass == null\n        ? exactActiveClassFallback\n        : this.exactActiveClass;\n\n    var compareTarget = route.redirectedFrom\n      ? createRoute(null, normalizeLocation(route.redirectedFrom), null, router)\n      : route;\n\n    classes[exactActiveClass] = isSameRoute(current, compareTarget, this.exactPath);\n    classes[activeClass] = this.exact || this.exactPath\n      ? classes[exactActiveClass]\n      : isIncludedRoute(current, compareTarget);\n\n    var ariaCurrentValue = classes[exactActiveClass] ? this.ariaCurrentValue : null;\n\n    var handler = function (e) {\n      if (guardEvent(e)) {\n        if (this$1$1.replace) {\n          router.replace(location, noop);\n        } else {\n          router.push(location, noop);\n        }\n      }\n    };\n\n    var on = { click: guardEvent };\n    if (Array.isArray(this.event)) {\n      this.event.forEach(function (e) {\n        on[e] = handler;\n      });\n    } else {\n      on[this.event] = handler;\n    }\n\n    var data = { class: classes };\n\n    var scopedSlot =\n      !this.$scopedSlots.$hasNormal &&\n      this.$scopedSlots.default &&\n      this.$scopedSlots.default({\n        href: href,\n        route: route,\n        navigate: handler,\n        isActive: classes[activeClass],\n        isExactActive: classes[exactActiveClass]\n      });\n\n    if (scopedSlot) {\n      if (process.env.NODE_ENV !== 'production' && !this.custom) {\n        !warnedCustomSlot && warn(false, 'In Vue Router 4, the v-slot API will by default wrap its content with an <a> element. Use the custom prop to remove this warning:\\n<router-link v-slot=\"{ navigate, href }\" custom></router-link>\\n');\n        warnedCustomSlot = true;\n      }\n      if (scopedSlot.length === 1) {\n        return scopedSlot[0]\n      } else if (scopedSlot.length > 1 || !scopedSlot.length) {\n        if (process.env.NODE_ENV !== 'production') {\n          warn(\n            false,\n            (\"<router-link> with to=\\\"\" + (this.to) + \"\\\" is trying to use a scoped slot but it didn't provide exactly one child. Wrapping the content with a span element.\")\n          );\n        }\n        return scopedSlot.length === 0 ? h() : h('span', {}, scopedSlot)\n      }\n    }\n\n    if (process.env.NODE_ENV !== 'production') {\n      if ('tag' in this.$options.propsData && !warnedTagProp) {\n        warn(\n          false,\n          \"<router-link>'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.\"\n        );\n        warnedTagProp = true;\n      }\n      if ('event' in this.$options.propsData && !warnedEventProp) {\n        warn(\n          false,\n          \"<router-link>'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.\"\n        );\n        warnedEventProp = true;\n      }\n    }\n\n    if (this.tag === 'a') {\n      data.on = on;\n      data.attrs = { href: href, 'aria-current': ariaCurrentValue };\n    } else {\n      // find the first <a> child and apply listener and href\n      var a = findAnchor(this.$slots.default);\n      if (a) {\n        // in case the <a> is a static node\n        a.isStatic = false;\n        var aData = (a.data = extend({}, a.data));\n        aData.on = aData.on || {};\n        // transform existing events in both objects into arrays so we can push later\n        for (var event in aData.on) {\n          var handler$1 = aData.on[event];\n          if (event in on) {\n            aData.on[event] = Array.isArray(handler$1) ? handler$1 : [handler$1];\n          }\n        }\n        // append new listeners for router-link\n        for (var event$1 in on) {\n          if (event$1 in aData.on) {\n            // on[event] is always a function\n            aData.on[event$1].push(on[event$1]);\n          } else {\n            aData.on[event$1] = handler;\n          }\n        }\n\n        var aAttrs = (a.data.attrs = extend({}, a.data.attrs));\n        aAttrs.href = href;\n        aAttrs['aria-current'] = ariaCurrentValue;\n      } else {\n        // doesn't have <a> child, apply listener to self\n        data.on = on;\n      }\n    }\n\n    return h(this.tag, data, this.$slots.default)\n  }\n};\n\nfunction guardEvent (e) {\n  // don't redirect with control keys\n  if (e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) { return }\n  // don't redirect when preventDefault called\n  if (e.defaultPrevented) { return }\n  // don't redirect on right click\n  if (e.button !== undefined && e.button !== 0) { return }\n  // don't redirect if `target=\"_blank\"`\n  if (e.currentTarget && e.currentTarget.getAttribute) {\n    var target = e.currentTarget.getAttribute('target');\n    if (/\\b_blank\\b/i.test(target)) { return }\n  }\n  // this may be a Weex event which doesn't have this method\n  if (e.preventDefault) {\n    e.preventDefault();\n  }\n  return true\n}\n\nfunction findAnchor (children) {\n  if (children) {\n    var child;\n    for (var i = 0; i < children.length; i++) {\n      child = children[i];\n      if (child.tag === 'a') {\n        return child\n      }\n      if (child.children && (child = findAnchor(child.children))) {\n        return child\n      }\n    }\n  }\n}\n\nvar _Vue;\n\nfunction install (Vue) {\n  if (install.installed && _Vue === Vue) { return }\n  install.installed = true;\n\n  _Vue = Vue;\n\n  var isDef = function (v) { return v !== undefined; };\n\n  var registerInstance = function (vm, callVal) {\n    var i = vm.$options._parentVnode;\n    if (isDef(i) && isDef(i = i.data) && isDef(i = i.registerRouteInstance)) {\n      i(vm, callVal);\n    }\n  };\n\n  Vue.mixin({\n    beforeCreate: function beforeCreate () {\n      if (isDef(this.$options.router)) {\n        this._routerRoot = this;\n        this._router = this.$options.router;\n        this._router.init(this);\n        Vue.util.defineReactive(this, '_route', this._router.history.current);\n      } else {\n        this._routerRoot = (this.$parent && this.$parent._routerRoot) || this;\n      }\n      registerInstance(this, this);\n    },\n    destroyed: function destroyed () {\n      registerInstance(this);\n    }\n  });\n\n  Object.defineProperty(Vue.prototype, '$router', {\n    get: function get () { return this._routerRoot._router }\n  });\n\n  Object.defineProperty(Vue.prototype, '$route', {\n    get: function get () { return this._routerRoot._route }\n  });\n\n  Vue.component('RouterView', View);\n  Vue.component('RouterLink', Link);\n\n  var strats = Vue.config.optionMergeStrategies;\n  // use the same hook merging strategy for route hooks\n  strats.beforeRouteEnter = strats.beforeRouteLeave = strats.beforeRouteUpdate = strats.created;\n}\n\n/*  */\n\nvar inBrowser = typeof window !== 'undefined';\n\n/*  */\n\nfunction createRouteMap (\n  routes,\n  oldPathList,\n  oldPathMap,\n  oldNameMap,\n  parentRoute\n) {\n  // the path list is used to control path matching priority\n  var pathList = oldPathList || [];\n  // $flow-disable-line\n  var pathMap = oldPathMap || Object.create(null);\n  // $flow-disable-line\n  var nameMap = oldNameMap || Object.create(null);\n\n  routes.forEach(function (route) {\n    addRouteRecord(pathList, pathMap, nameMap, route, parentRoute);\n  });\n\n  // ensure wildcard routes are always at the end\n  for (var i = 0, l = pathList.length; i < l; i++) {\n    if (pathList[i] === '*') {\n      pathList.push(pathList.splice(i, 1)[0]);\n      l--;\n      i--;\n    }\n  }\n\n  if (process.env.NODE_ENV === 'development') {\n    // warn if routes do not include leading slashes\n    var found = pathList\n    // check for missing leading slash\n      .filter(function (path) { return path && path.charAt(0) !== '*' && path.charAt(0) !== '/'; });\n\n    if (found.length > 0) {\n      var pathNames = found.map(function (path) { return (\"- \" + path); }).join('\\n');\n      warn(false, (\"Non-nested routes must include a leading slash character. Fix the following routes: \\n\" + pathNames));\n    }\n  }\n\n  return {\n    pathList: pathList,\n    pathMap: pathMap,\n    nameMap: nameMap\n  }\n}\n\nfunction addRouteRecord (\n  pathList,\n  pathMap,\n  nameMap,\n  route,\n  parent,\n  matchAs\n) {\n  var path = route.path;\n  var name = route.name;\n  if (process.env.NODE_ENV !== 'production') {\n    assert(path != null, \"\\\"path\\\" is required in a route configuration.\");\n    assert(\n      typeof route.component !== 'string',\n      \"route config \\\"component\\\" for path: \" + (String(\n        path || name\n      )) + \" cannot be a \" + \"string id. Use an actual component instead.\"\n    );\n\n    warn(\n      // eslint-disable-next-line no-control-regex\n      !/[^\\u0000-\\u007F]+/.test(path),\n      \"Route with path \\\"\" + path + \"\\\" contains unencoded characters, make sure \" +\n        \"your path is correctly encoded before passing it to the router. Use \" +\n        \"encodeURI to encode static segments of your path.\"\n    );\n  }\n\n  var pathToRegexpOptions =\n    route.pathToRegexpOptions || {};\n  var normalizedPath = normalizePath(path, parent, pathToRegexpOptions.strict);\n\n  if (typeof route.caseSensitive === 'boolean') {\n    pathToRegexpOptions.sensitive = route.caseSensitive;\n  }\n\n  var record = {\n    path: normalizedPath,\n    regex: compileRouteRegex(normalizedPath, pathToRegexpOptions),\n    components: route.components || { default: route.component },\n    alias: route.alias\n      ? typeof route.alias === 'string'\n        ? [route.alias]\n        : route.alias\n      : [],\n    instances: {},\n    enteredCbs: {},\n    name: name,\n    parent: parent,\n    matchAs: matchAs,\n    redirect: route.redirect,\n    beforeEnter: route.beforeEnter,\n    meta: route.meta || {},\n    props:\n      route.props == null\n        ? {}\n        : route.components\n          ? route.props\n          : { default: route.props }\n  };\n\n  if (route.children) {\n    // Warn if route is named, does not redirect and has a default child route.\n    // If users navigate to this route by name, the default child will\n    // not be rendered (GH Issue #629)\n    if (process.env.NODE_ENV !== 'production') {\n      if (\n        route.name &&\n        !route.redirect &&\n        route.children.some(function (child) { return /^\\/?$/.test(child.path); })\n      ) {\n        warn(\n          false,\n          \"Named Route '\" + (route.name) + \"' has a default child route. \" +\n            \"When navigating to this named route (:to=\\\"{name: '\" + (route.name) + \"'}\\\"), \" +\n            \"the default child route will not be rendered. Remove the name from \" +\n            \"this route and use the name of the default child route for named \" +\n            \"links instead.\"\n        );\n      }\n    }\n    route.children.forEach(function (child) {\n      var childMatchAs = matchAs\n        ? cleanPath((matchAs + \"/\" + (child.path)))\n        : undefined;\n      addRouteRecord(pathList, pathMap, nameMap, child, record, childMatchAs);\n    });\n  }\n\n  if (!pathMap[record.path]) {\n    pathList.push(record.path);\n    pathMap[record.path] = record;\n  }\n\n  if (route.alias !== undefined) {\n    var aliases = Array.isArray(route.alias) ? route.alias : [route.alias];\n    for (var i = 0; i < aliases.length; ++i) {\n      var alias = aliases[i];\n      if (process.env.NODE_ENV !== 'production' && alias === path) {\n        warn(\n          false,\n          (\"Found an alias with the same value as the path: \\\"\" + path + \"\\\". You have to remove that alias. It will be ignored in development.\")\n        );\n        // skip in dev to make it work\n        continue\n      }\n\n      var aliasRoute = {\n        path: alias,\n        children: route.children\n      };\n      addRouteRecord(\n        pathList,\n        pathMap,\n        nameMap,\n        aliasRoute,\n        parent,\n        record.path || '/' // matchAs\n      );\n    }\n  }\n\n  if (name) {\n    if (!nameMap[name]) {\n      nameMap[name] = record;\n    } else if (process.env.NODE_ENV !== 'production' && !matchAs) {\n      warn(\n        false,\n        \"Duplicate named routes definition: \" +\n          \"{ name: \\\"\" + name + \"\\\", path: \\\"\" + (record.path) + \"\\\" }\"\n      );\n    }\n  }\n}\n\nfunction compileRouteRegex (\n  path,\n  pathToRegexpOptions\n) {\n  var regex = pathToRegexp_1(path, [], pathToRegexpOptions);\n  if (process.env.NODE_ENV !== 'production') {\n    var keys = Object.create(null);\n    regex.keys.forEach(function (key) {\n      warn(\n        !keys[key.name],\n        (\"Duplicate param keys in route with path: \\\"\" + path + \"\\\"\")\n      );\n      keys[key.name] = true;\n    });\n  }\n  return regex\n}\n\nfunction normalizePath (\n  path,\n  parent,\n  strict\n) {\n  if (!strict) { path = path.replace(/\\/$/, ''); }\n  if (path[0] === '/') { return path }\n  if (parent == null) { return path }\n  return cleanPath(((parent.path) + \"/\" + path))\n}\n\n/*  */\n\n\n\nfunction createMatcher (\n  routes,\n  router\n) {\n  var ref = createRouteMap(routes);\n  var pathList = ref.pathList;\n  var pathMap = ref.pathMap;\n  var nameMap = ref.nameMap;\n\n  function addRoutes (routes) {\n    createRouteMap(routes, pathList, pathMap, nameMap);\n  }\n\n  function addRoute (parentOrRoute, route) {\n    var parent = (typeof parentOrRoute !== 'object') ? nameMap[parentOrRoute] : undefined;\n    // $flow-disable-line\n    createRouteMap([route || parentOrRoute], pathList, pathMap, nameMap, parent);\n\n    // add aliases of parent\n    if (parent && parent.alias.length) {\n      createRouteMap(\n        // $flow-disable-line route is defined if parent is\n        parent.alias.map(function (alias) { return ({ path: alias, children: [route] }); }),\n        pathList,\n        pathMap,\n        nameMap,\n        parent\n      );\n    }\n  }\n\n  function getRoutes () {\n    return pathList.map(function (path) { return pathMap[path]; })\n  }\n\n  function match (\n    raw,\n    currentRoute,\n    redirectedFrom\n  ) {\n    var location = normalizeLocation(raw, currentRoute, false, router);\n    var name = location.name;\n\n    if (name) {\n      var record = nameMap[name];\n      if (process.env.NODE_ENV !== 'production') {\n        warn(record, (\"Route with name '\" + name + \"' does not exist\"));\n      }\n      if (!record) { return _createRoute(null, location) }\n      var paramNames = record.regex.keys\n        .filter(function (key) { return !key.optional; })\n        .map(function (key) { return key.name; });\n\n      if (typeof location.params !== 'object') {\n        location.params = {};\n      }\n\n      if (currentRoute && typeof currentRoute.params === 'object') {\n        for (var key in currentRoute.params) {\n          if (!(key in location.params) && paramNames.indexOf(key) > -1) {\n            location.params[key] = currentRoute.params[key];\n          }\n        }\n      }\n\n      location.path = fillParams(record.path, location.params, (\"named route \\\"\" + name + \"\\\"\"));\n      return _createRoute(record, location, redirectedFrom)\n    } else if (location.path) {\n      location.params = {};\n      for (var i = 0; i < pathList.length; i++) {\n        var path = pathList[i];\n        var record$1 = pathMap[path];\n        if (matchRoute(record$1.regex, location.path, location.params)) {\n          return _createRoute(record$1, location, redirectedFrom)\n        }\n      }\n    }\n    // no match\n    return _createRoute(null, location)\n  }\n\n  function redirect (\n    record,\n    location\n  ) {\n    var originalRedirect = record.redirect;\n    var redirect = typeof originalRedirect === 'function'\n      ? originalRedirect(createRoute(record, location, null, router))\n      : originalRedirect;\n\n    if (typeof redirect === 'string') {\n      redirect = { path: redirect };\n    }\n\n    if (!redirect || typeof redirect !== 'object') {\n      if (process.env.NODE_ENV !== 'production') {\n        warn(\n          false, (\"invalid redirect option: \" + (JSON.stringify(redirect)))\n        );\n      }\n      return _createRoute(null, location)\n    }\n\n    var re = redirect;\n    var name = re.name;\n    var path = re.path;\n    var query = location.query;\n    var hash = location.hash;\n    var params = location.params;\n    query = re.hasOwnProperty('query') ? re.query : query;\n    hash = re.hasOwnProperty('hash') ? re.hash : hash;\n    params = re.hasOwnProperty('params') ? re.params : params;\n\n    if (name) {\n      // resolved named direct\n      var targetRecord = nameMap[name];\n      if (process.env.NODE_ENV !== 'production') {\n        assert(targetRecord, (\"redirect failed: named route \\\"\" + name + \"\\\" not found.\"));\n      }\n      return match({\n        _normalized: true,\n        name: name,\n        query: query,\n        hash: hash,\n        params: params\n      }, undefined, location)\n    } else if (path) {\n      // 1. resolve relative redirect\n      var rawPath = resolveRecordPath(path, record);\n      // 2. resolve params\n      var resolvedPath = fillParams(rawPath, params, (\"redirect route with path \\\"\" + rawPath + \"\\\"\"));\n      // 3. rematch with existing query and hash\n      return match({\n        _normalized: true,\n        path: resolvedPath,\n        query: query,\n        hash: hash\n      }, undefined, location)\n    } else {\n      if (process.env.NODE_ENV !== 'production') {\n        warn(false, (\"invalid redirect option: \" + (JSON.stringify(redirect))));\n      }\n      return _createRoute(null, location)\n    }\n  }\n\n  function alias (\n    record,\n    location,\n    matchAs\n  ) {\n    var aliasedPath = fillParams(matchAs, location.params, (\"aliased route with path \\\"\" + matchAs + \"\\\"\"));\n    var aliasedMatch = match({\n      _normalized: true,\n      path: aliasedPath\n    });\n    if (aliasedMatch) {\n      var matched = aliasedMatch.matched;\n      var aliasedRecord = matched[matched.length - 1];\n      location.params = aliasedMatch.params;\n      return _createRoute(aliasedRecord, location)\n    }\n    return _createRoute(null, location)\n  }\n\n  function _createRoute (\n    record,\n    location,\n    redirectedFrom\n  ) {\n    if (record && record.redirect) {\n      return redirect(record, redirectedFrom || location)\n    }\n    if (record && record.matchAs) {\n      return alias(record, location, record.matchAs)\n    }\n    return createRoute(record, location, redirectedFrom, router)\n  }\n\n  return {\n    match: match,\n    addRoute: addRoute,\n    getRoutes: getRoutes,\n    addRoutes: addRoutes\n  }\n}\n\nfunction matchRoute (\n  regex,\n  path,\n  params\n) {\n  var m = path.match(regex);\n\n  if (!m) {\n    return false\n  } else if (!params) {\n    return true\n  }\n\n  for (var i = 1, len = m.length; i < len; ++i) {\n    var key = regex.keys[i - 1];\n    if (key) {\n      // Fix #1994: using * with props: true generates a param named 0\n      params[key.name || 'pathMatch'] = typeof m[i] === 'string' ? decode(m[i]) : m[i];\n    }\n  }\n\n  return true\n}\n\nfunction resolveRecordPath (path, record) {\n  return resolvePath(path, record.parent ? record.parent.path : '/', true)\n}\n\n/*  */\n\n// use User Timing api (if present) for more accurate key precision\nvar Time =\n  inBrowser && window.performance && window.performance.now\n    ? window.performance\n    : Date;\n\nfunction genStateKey () {\n  return Time.now().toFixed(3)\n}\n\nvar _key = genStateKey();\n\nfunction getStateKey () {\n  return _key\n}\n\nfunction setStateKey (key) {\n  return (_key = key)\n}\n\n/*  */\n\nvar positionStore = Object.create(null);\n\nfunction setupScroll () {\n  // Prevent browser scroll behavior on History popstate\n  if ('scrollRestoration' in window.history) {\n    window.history.scrollRestoration = 'manual';\n  }\n  // Fix for #1585 for Firefox\n  // Fix for #2195 Add optional third attribute to workaround a bug in safari https://bugs.webkit.org/show_bug.cgi?id=182678\n  // Fix for #2774 Support for apps loaded from Windows file shares not mapped to network drives: replaced location.origin with\n  // window.location.protocol + '//' + window.location.host\n  // location.host contains the port and location.hostname doesn't\n  var protocolAndPath = window.location.protocol + '//' + window.location.host;\n  var absolutePath = window.location.href.replace(protocolAndPath, '');\n  // preserve existing history state as it could be overriden by the user\n  var stateCopy = extend({}, window.history.state);\n  stateCopy.key = getStateKey();\n  window.history.replaceState(stateCopy, '', absolutePath);\n  window.addEventListener('popstate', handlePopState);\n  return function () {\n    window.removeEventListener('popstate', handlePopState);\n  }\n}\n\nfunction handleScroll (\n  router,\n  to,\n  from,\n  isPop\n) {\n  if (!router.app) {\n    return\n  }\n\n  var behavior = router.options.scrollBehavior;\n  if (!behavior) {\n    return\n  }\n\n  if (process.env.NODE_ENV !== 'production') {\n    assert(typeof behavior === 'function', \"scrollBehavior must be a function\");\n  }\n\n  // wait until re-render finishes before scrolling\n  router.app.$nextTick(function () {\n    var position = getScrollPosition();\n    var shouldScroll = behavior.call(\n      router,\n      to,\n      from,\n      isPop ? position : null\n    );\n\n    if (!shouldScroll) {\n      return\n    }\n\n    if (typeof shouldScroll.then === 'function') {\n      shouldScroll\n        .then(function (shouldScroll) {\n          scrollToPosition((shouldScroll), position);\n        })\n        .catch(function (err) {\n          if (process.env.NODE_ENV !== 'production') {\n            assert(false, err.toString());\n          }\n        });\n    } else {\n      scrollToPosition(shouldScroll, position);\n    }\n  });\n}\n\nfunction saveScrollPosition () {\n  var key = getStateKey();\n  if (key) {\n    positionStore[key] = {\n      x: window.pageXOffset,\n      y: window.pageYOffset\n    };\n  }\n}\n\nfunction handlePopState (e) {\n  saveScrollPosition();\n  if (e.state && e.state.key) {\n    setStateKey(e.state.key);\n  }\n}\n\nfunction getScrollPosition () {\n  var key = getStateKey();\n  if (key) {\n    return positionStore[key]\n  }\n}\n\nfunction getElementPosition (el, offset) {\n  var docEl = document.documentElement;\n  var docRect = docEl.getBoundingClientRect();\n  var elRect = el.getBoundingClientRect();\n  return {\n    x: elRect.left - docRect.left - offset.x,\n    y: elRect.top - docRect.top - offset.y\n  }\n}\n\nfunction isValidPosition (obj) {\n  return isNumber(obj.x) || isNumber(obj.y)\n}\n\nfunction normalizePosition (obj) {\n  return {\n    x: isNumber(obj.x) ? obj.x : window.pageXOffset,\n    y: isNumber(obj.y) ? obj.y : window.pageYOffset\n  }\n}\n\nfunction normalizeOffset (obj) {\n  return {\n    x: isNumber(obj.x) ? obj.x : 0,\n    y: isNumber(obj.y) ? obj.y : 0\n  }\n}\n\nfunction isNumber (v) {\n  return typeof v === 'number'\n}\n\nvar hashStartsWithNumberRE = /^#\\d/;\n\nfunction scrollToPosition (shouldScroll, position) {\n  var isObject = typeof shouldScroll === 'object';\n  if (isObject && typeof shouldScroll.selector === 'string') {\n    // getElementById would still fail if the selector contains a more complicated query like #main[data-attr]\n    // but at the same time, it doesn't make much sense to select an element with an id and an extra selector\n    var el = hashStartsWithNumberRE.test(shouldScroll.selector) // $flow-disable-line\n      ? document.getElementById(shouldScroll.selector.slice(1)) // $flow-disable-line\n      : document.querySelector(shouldScroll.selector);\n\n    if (el) {\n      var offset =\n        shouldScroll.offset && typeof shouldScroll.offset === 'object'\n          ? shouldScroll.offset\n          : {};\n      offset = normalizeOffset(offset);\n      position = getElementPosition(el, offset);\n    } else if (isValidPosition(shouldScroll)) {\n      position = normalizePosition(shouldScroll);\n    }\n  } else if (isObject && isValidPosition(shouldScroll)) {\n    position = normalizePosition(shouldScroll);\n  }\n\n  if (position) {\n    // $flow-disable-line\n    if ('scrollBehavior' in document.documentElement.style) {\n      window.scrollTo({\n        left: position.x,\n        top: position.y,\n        // $flow-disable-line\n        behavior: shouldScroll.behavior\n      });\n    } else {\n      window.scrollTo(position.x, position.y);\n    }\n  }\n}\n\n/*  */\n\nvar supportsPushState =\n  inBrowser &&\n  (function () {\n    var ua = window.navigator.userAgent;\n\n    if (\n      (ua.indexOf('Android 2.') !== -1 || ua.indexOf('Android 4.0') !== -1) &&\n      ua.indexOf('Mobile Safari') !== -1 &&\n      ua.indexOf('Chrome') === -1 &&\n      ua.indexOf('Windows Phone') === -1\n    ) {\n      return false\n    }\n\n    return window.history && typeof window.history.pushState === 'function'\n  })();\n\nfunction pushState (url, replace) {\n  saveScrollPosition();\n  // try...catch the pushState call to get around Safari\n  // DOM Exception 18 where it limits to 100 pushState calls\n  var history = window.history;\n  try {\n    if (replace) {\n      // preserve existing history state as it could be overriden by the user\n      var stateCopy = extend({}, history.state);\n      stateCopy.key = getStateKey();\n      history.replaceState(stateCopy, '', url);\n    } else {\n      history.pushState({ key: setStateKey(genStateKey()) }, '', url);\n    }\n  } catch (e) {\n    window.location[replace ? 'replace' : 'assign'](url);\n  }\n}\n\nfunction replaceState (url) {\n  pushState(url, true);\n}\n\n// When changing thing, also edit router.d.ts\nvar NavigationFailureType = {\n  redirected: 2,\n  aborted: 4,\n  cancelled: 8,\n  duplicated: 16\n};\n\nfunction createNavigationRedirectedError (from, to) {\n  return createRouterError(\n    from,\n    to,\n    NavigationFailureType.redirected,\n    (\"Redirected when going from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (stringifyRoute(\n      to\n    )) + \"\\\" via a navigation guard.\")\n  )\n}\n\nfunction createNavigationDuplicatedError (from, to) {\n  var error = createRouterError(\n    from,\n    to,\n    NavigationFailureType.duplicated,\n    (\"Avoided redundant navigation to current location: \\\"\" + (from.fullPath) + \"\\\".\")\n  );\n  // backwards compatible with the first introduction of Errors\n  error.name = 'NavigationDuplicated';\n  return error\n}\n\nfunction createNavigationCancelledError (from, to) {\n  return createRouterError(\n    from,\n    to,\n    NavigationFailureType.cancelled,\n    (\"Navigation cancelled from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (to.fullPath) + \"\\\" with a new navigation.\")\n  )\n}\n\nfunction createNavigationAbortedError (from, to) {\n  return createRouterError(\n    from,\n    to,\n    NavigationFailureType.aborted,\n    (\"Navigation aborted from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (to.fullPath) + \"\\\" via a navigation guard.\")\n  )\n}\n\nfunction createRouterError (from, to, type, message) {\n  var error = new Error(message);\n  error._isRouter = true;\n  error.from = from;\n  error.to = to;\n  error.type = type;\n\n  return error\n}\n\nvar propertiesToLog = ['params', 'query', 'hash'];\n\nfunction stringifyRoute (to) {\n  if (typeof to === 'string') { return to }\n  if ('path' in to) { return to.path }\n  var location = {};\n  propertiesToLog.forEach(function (key) {\n    if (key in to) { location[key] = to[key]; }\n  });\n  return JSON.stringify(location, null, 2)\n}\n\nfunction isError (err) {\n  return Object.prototype.toString.call(err).indexOf('Error') > -1\n}\n\nfunction isNavigationFailure (err, errorType) {\n  return (\n    isError(err) &&\n    err._isRouter &&\n    (errorType == null || err.type === errorType)\n  )\n}\n\n/*  */\n\nfunction runQueue (queue, fn, cb) {\n  var step = function (index) {\n    if (index >= queue.length) {\n      cb();\n    } else {\n      if (queue[index]) {\n        fn(queue[index], function () {\n          step(index + 1);\n        });\n      } else {\n        step(index + 1);\n      }\n    }\n  };\n  step(0);\n}\n\n/*  */\n\nfunction resolveAsyncComponents (matched) {\n  return function (to, from, next) {\n    var hasAsync = false;\n    var pending = 0;\n    var error = null;\n\n    flatMapComponents(matched, function (def, _, match, key) {\n      // if it's a function and doesn't have cid attached,\n      // assume it's an async component resolve function.\n      // we are not using Vue's default async resolving mechanism because\n      // we want to halt the navigation until the incoming component has been\n      // resolved.\n      if (typeof def === 'function' && def.cid === undefined) {\n        hasAsync = true;\n        pending++;\n\n        var resolve = once(function (resolvedDef) {\n          if (isESModule(resolvedDef)) {\n            resolvedDef = resolvedDef.default;\n          }\n          // save resolved on async factory in case it's used elsewhere\n          def.resolved = typeof resolvedDef === 'function'\n            ? resolvedDef\n            : _Vue.extend(resolvedDef);\n          match.components[key] = resolvedDef;\n          pending--;\n          if (pending <= 0) {\n            next();\n          }\n        });\n\n        var reject = once(function (reason) {\n          var msg = \"Failed to resolve async component \" + key + \": \" + reason;\n          process.env.NODE_ENV !== 'production' && warn(false, msg);\n          if (!error) {\n            error = isError(reason)\n              ? reason\n              : new Error(msg);\n            next(error);\n          }\n        });\n\n        var res;\n        try {\n          res = def(resolve, reject);\n        } catch (e) {\n          reject(e);\n        }\n        if (res) {\n          if (typeof res.then === 'function') {\n            res.then(resolve, reject);\n          } else {\n            // new syntax in Vue 2.3\n            var comp = res.component;\n            if (comp && typeof comp.then === 'function') {\n              comp.then(resolve, reject);\n            }\n          }\n        }\n      }\n    });\n\n    if (!hasAsync) { next(); }\n  }\n}\n\nfunction flatMapComponents (\n  matched,\n  fn\n) {\n  return flatten(matched.map(function (m) {\n    return Object.keys(m.components).map(function (key) { return fn(\n      m.components[key],\n      m.instances[key],\n      m, key\n    ); })\n  }))\n}\n\nfunction flatten (arr) {\n  return Array.prototype.concat.apply([], arr)\n}\n\nvar hasSymbol =\n  typeof Symbol === 'function' &&\n  typeof Symbol.toStringTag === 'symbol';\n\nfunction isESModule (obj) {\n  return obj.__esModule || (hasSymbol && obj[Symbol.toStringTag] === 'Module')\n}\n\n// in Webpack 2, require.ensure now also returns a Promise\n// so the resolve/reject functions may get called an extra time\n// if the user uses an arrow function shorthand that happens to\n// return that Promise.\nfunction once (fn) {\n  var called = false;\n  return function () {\n    var args = [], len = arguments.length;\n    while ( len-- ) args[ len ] = arguments[ len ];\n\n    if (called) { return }\n    called = true;\n    return fn.apply(this, args)\n  }\n}\n\n/*  */\n\nvar History = function History (router, base) {\n  this.router = router;\n  this.base = normalizeBase(base);\n  // start with a route object that stands for \"nowhere\"\n  this.current = START;\n  this.pending = null;\n  this.ready = false;\n  this.readyCbs = [];\n  this.readyErrorCbs = [];\n  this.errorCbs = [];\n  this.listeners = [];\n};\n\nHistory.prototype.listen = function listen (cb) {\n  this.cb = cb;\n};\n\nHistory.prototype.onReady = function onReady (cb, errorCb) {\n  if (this.ready) {\n    cb();\n  } else {\n    this.readyCbs.push(cb);\n    if (errorCb) {\n      this.readyErrorCbs.push(errorCb);\n    }\n  }\n};\n\nHistory.prototype.onError = function onError (errorCb) {\n  this.errorCbs.push(errorCb);\n};\n\nHistory.prototype.transitionTo = function transitionTo (\n  location,\n  onComplete,\n  onAbort\n) {\n    var this$1$1 = this;\n\n  var route;\n  // catch redirect option https://github.com/vuejs/vue-router/issues/3201\n  try {\n    route = this.router.match(location, this.current);\n  } catch (e) {\n    this.errorCbs.forEach(function (cb) {\n      cb(e);\n    });\n    // Exception should still be thrown\n    throw e\n  }\n  var prev = this.current;\n  this.confirmTransition(\n    route,\n    function () {\n      this$1$1.updateRoute(route);\n      onComplete && onComplete(route);\n      this$1$1.ensureURL();\n      this$1$1.router.afterHooks.forEach(function (hook) {\n        hook && hook(route, prev);\n      });\n\n      // fire ready cbs once\n      if (!this$1$1.ready) {\n        this$1$1.ready = true;\n        this$1$1.readyCbs.forEach(function (cb) {\n          cb(route);\n        });\n      }\n    },\n    function (err) {\n      if (onAbort) {\n        onAbort(err);\n      }\n      if (err && !this$1$1.ready) {\n        // Initial redirection should not mark the history as ready yet\n        // because it's triggered by the redirection instead\n        // https://github.com/vuejs/vue-router/issues/3225\n        // https://github.com/vuejs/vue-router/issues/3331\n        if (!isNavigationFailure(err, NavigationFailureType.redirected) || prev !== START) {\n          this$1$1.ready = true;\n          this$1$1.readyErrorCbs.forEach(function (cb) {\n            cb(err);\n          });\n        }\n      }\n    }\n  );\n};\n\nHistory.prototype.confirmTransition = function confirmTransition (route, onComplete, onAbort) {\n    var this$1$1 = this;\n\n  var current = this.current;\n  this.pending = route;\n  var abort = function (err) {\n    // changed after adding errors with\n    // https://github.com/vuejs/vue-router/pull/3047 before that change,\n    // redirect and aborted navigation would produce an err == null\n    if (!isNavigationFailure(err) && isError(err)) {\n      if (this$1$1.errorCbs.length) {\n        this$1$1.errorCbs.forEach(function (cb) {\n          cb(err);\n        });\n      } else {\n        if (process.env.NODE_ENV !== 'production') {\n          warn(false, 'uncaught error during route navigation:');\n        }\n        console.error(err);\n      }\n    }\n    onAbort && onAbort(err);\n  };\n  var lastRouteIndex = route.matched.length - 1;\n  var lastCurrentIndex = current.matched.length - 1;\n  if (\n    isSameRoute(route, current) &&\n    // in the case the route map has been dynamically appended to\n    lastRouteIndex === lastCurrentIndex &&\n    route.matched[lastRouteIndex] === current.matched[lastCurrentIndex]\n  ) {\n    this.ensureURL();\n    if (route.hash) {\n      handleScroll(this.router, current, route, false);\n    }\n    return abort(createNavigationDuplicatedError(current, route))\n  }\n\n  var ref = resolveQueue(\n    this.current.matched,\n    route.matched\n  );\n    var updated = ref.updated;\n    var deactivated = ref.deactivated;\n    var activated = ref.activated;\n\n  var queue = [].concat(\n    // in-component leave guards\n    extractLeaveGuards(deactivated),\n    // global before hooks\n    this.router.beforeHooks,\n    // in-component update hooks\n    extractUpdateHooks(updated),\n    // in-config enter guards\n    activated.map(function (m) { return m.beforeEnter; }),\n    // async components\n    resolveAsyncComponents(activated)\n  );\n\n  var iterator = function (hook, next) {\n    if (this$1$1.pending !== route) {\n      return abort(createNavigationCancelledError(current, route))\n    }\n    try {\n      hook(route, current, function (to) {\n        if (to === false) {\n          // next(false) -> abort navigation, ensure current URL\n          this$1$1.ensureURL(true);\n          abort(createNavigationAbortedError(current, route));\n        } else if (isError(to)) {\n          this$1$1.ensureURL(true);\n          abort(to);\n        } else if (\n          typeof to === 'string' ||\n          (typeof to === 'object' &&\n            (typeof to.path === 'string' || typeof to.name === 'string'))\n        ) {\n          // next('/') or next({ path: '/' }) -> redirect\n          abort(createNavigationRedirectedError(current, route));\n          if (typeof to === 'object' && to.replace) {\n            this$1$1.replace(to);\n          } else {\n            this$1$1.push(to);\n          }\n        } else {\n          // confirm transition and pass on the value\n          next(to);\n        }\n      });\n    } catch (e) {\n      abort(e);\n    }\n  };\n\n  runQueue(queue, iterator, function () {\n    // wait until async components are resolved before\n    // extracting in-component enter guards\n    var enterGuards = extractEnterGuards(activated);\n    var queue = enterGuards.concat(this$1$1.router.resolveHooks);\n    runQueue(queue, iterator, function () {\n      if (this$1$1.pending !== route) {\n        return abort(createNavigationCancelledError(current, route))\n      }\n      this$1$1.pending = null;\n      onComplete(route);\n      if (this$1$1.router.app) {\n        this$1$1.router.app.$nextTick(function () {\n          handleRouteEntered(route);\n        });\n      }\n    });\n  });\n};\n\nHistory.prototype.updateRoute = function updateRoute (route) {\n  this.current = route;\n  this.cb && this.cb(route);\n};\n\nHistory.prototype.setupListeners = function setupListeners () {\n  // Default implementation is empty\n};\n\nHistory.prototype.teardown = function teardown () {\n  // clean up event listeners\n  // https://github.com/vuejs/vue-router/issues/2341\n  this.listeners.forEach(function (cleanupListener) {\n    cleanupListener();\n  });\n  this.listeners = [];\n\n  // reset current history route\n  // https://github.com/vuejs/vue-router/issues/3294\n  this.current = START;\n  this.pending = null;\n};\n\nfunction normalizeBase (base) {\n  if (!base) {\n    if (inBrowser) {\n      // respect <base> tag\n      var baseEl = document.querySelector('base');\n      base = (baseEl && baseEl.getAttribute('href')) || '/';\n      // strip full URL origin\n      base = base.replace(/^https?:\\/\\/[^\\/]+/, '');\n    } else {\n      base = '/';\n    }\n  }\n  // make sure there's the starting slash\n  if (base.charAt(0) !== '/') {\n    base = '/' + base;\n  }\n  // remove trailing slash\n  return base.replace(/\\/$/, '')\n}\n\nfunction resolveQueue (\n  current,\n  next\n) {\n  var i;\n  var max = Math.max(current.length, next.length);\n  for (i = 0; i < max; i++) {\n    if (current[i] !== next[i]) {\n      break\n    }\n  }\n  return {\n    updated: next.slice(0, i),\n    activated: next.slice(i),\n    deactivated: current.slice(i)\n  }\n}\n\nfunction extractGuards (\n  records,\n  name,\n  bind,\n  reverse\n) {\n  var guards = flatMapComponents(records, function (def, instance, match, key) {\n    var guard = extractGuard(def, name);\n    if (guard) {\n      return Array.isArray(guard)\n        ? guard.map(function (guard) { return bind(guard, instance, match, key); })\n        : bind(guard, instance, match, key)\n    }\n  });\n  return flatten(reverse ? guards.reverse() : guards)\n}\n\nfunction extractGuard (\n  def,\n  key\n) {\n  if (typeof def !== 'function') {\n    // extend now so that global mixins are applied.\n    def = _Vue.extend(def);\n  }\n  return def.options[key]\n}\n\nfunction extractLeaveGuards (deactivated) {\n  return extractGuards(deactivated, 'beforeRouteLeave', bindGuard, true)\n}\n\nfunction extractUpdateHooks (updated) {\n  return extractGuards(updated, 'beforeRouteUpdate', bindGuard)\n}\n\nfunction bindGuard (guard, instance) {\n  if (instance) {\n    return function boundRouteGuard () {\n      return guard.apply(instance, arguments)\n    }\n  }\n}\n\nfunction extractEnterGuards (\n  activated\n) {\n  return extractGuards(\n    activated,\n    'beforeRouteEnter',\n    function (guard, _, match, key) {\n      return bindEnterGuard(guard, match, key)\n    }\n  )\n}\n\nfunction bindEnterGuard (\n  guard,\n  match,\n  key\n) {\n  return function routeEnterGuard (to, from, next) {\n    return guard(to, from, function (cb) {\n      if (typeof cb === 'function') {\n        if (!match.enteredCbs[key]) {\n          match.enteredCbs[key] = [];\n        }\n        match.enteredCbs[key].push(cb);\n      }\n      next(cb);\n    })\n  }\n}\n\n/*  */\n\nvar HTML5History = /*@__PURE__*/(function (History) {\n  function HTML5History (router, base) {\n    History.call(this, router, base);\n\n    this._startLocation = getLocation(this.base);\n  }\n\n  if ( History ) HTML5History.__proto__ = History;\n  HTML5History.prototype = Object.create( History && History.prototype );\n  HTML5History.prototype.constructor = HTML5History;\n\n  HTML5History.prototype.setupListeners = function setupListeners () {\n    var this$1$1 = this;\n\n    if (this.listeners.length > 0) {\n      return\n    }\n\n    var router = this.router;\n    var expectScroll = router.options.scrollBehavior;\n    var supportsScroll = supportsPushState && expectScroll;\n\n    if (supportsScroll) {\n      this.listeners.push(setupScroll());\n    }\n\n    var handleRoutingEvent = function () {\n      var current = this$1$1.current;\n\n      // Avoiding first `popstate` event dispatched in some browsers but first\n      // history route not updated since async guard at the same time.\n      var location = getLocation(this$1$1.base);\n      if (this$1$1.current === START && location === this$1$1._startLocation) {\n        return\n      }\n\n      this$1$1.transitionTo(location, function (route) {\n        if (supportsScroll) {\n          handleScroll(router, route, current, true);\n        }\n      });\n    };\n    window.addEventListener('popstate', handleRoutingEvent);\n    this.listeners.push(function () {\n      window.removeEventListener('popstate', handleRoutingEvent);\n    });\n  };\n\n  HTML5History.prototype.go = function go (n) {\n    window.history.go(n);\n  };\n\n  HTML5History.prototype.push = function push (location, onComplete, onAbort) {\n    var this$1$1 = this;\n\n    var ref = this;\n    var fromRoute = ref.current;\n    this.transitionTo(location, function (route) {\n      pushState(cleanPath(this$1$1.base + route.fullPath));\n      handleScroll(this$1$1.router, route, fromRoute, false);\n      onComplete && onComplete(route);\n    }, onAbort);\n  };\n\n  HTML5History.prototype.replace = function replace (location, onComplete, onAbort) {\n    var this$1$1 = this;\n\n    var ref = this;\n    var fromRoute = ref.current;\n    this.transitionTo(location, function (route) {\n      replaceState(cleanPath(this$1$1.base + route.fullPath));\n      handleScroll(this$1$1.router, route, fromRoute, false);\n      onComplete && onComplete(route);\n    }, onAbort);\n  };\n\n  HTML5History.prototype.ensureURL = function ensureURL (push) {\n    if (getLocation(this.base) !== this.current.fullPath) {\n      var current = cleanPath(this.base + this.current.fullPath);\n      push ? pushState(current) : replaceState(current);\n    }\n  };\n\n  HTML5History.prototype.getCurrentLocation = function getCurrentLocation () {\n    return getLocation(this.base)\n  };\n\n  return HTML5History;\n}(History));\n\nfunction getLocation (base) {\n  var path = window.location.pathname;\n  var pathLowerCase = path.toLowerCase();\n  var baseLowerCase = base.toLowerCase();\n  // base=\"/a\" shouldn't turn path=\"/app\" into \"/a/pp\"\n  // https://github.com/vuejs/vue-router/issues/3555\n  // so we ensure the trailing slash in the base\n  if (base && ((pathLowerCase === baseLowerCase) ||\n    (pathLowerCase.indexOf(cleanPath(baseLowerCase + '/')) === 0))) {\n    path = path.slice(base.length);\n  }\n  return (path || '/') + window.location.search + window.location.hash\n}\n\n/*  */\n\nvar HashHistory = /*@__PURE__*/(function (History) {\n  function HashHistory (router, base, fallback) {\n    History.call(this, router, base);\n    // check history fallback deeplinking\n    if (fallback && checkFallback(this.base)) {\n      return\n    }\n    ensureSlash();\n  }\n\n  if ( History ) HashHistory.__proto__ = History;\n  HashHistory.prototype = Object.create( History && History.prototype );\n  HashHistory.prototype.constructor = HashHistory;\n\n  // this is delayed until the app mounts\n  // to avoid the hashchange listener being fired too early\n  HashHistory.prototype.setupListeners = function setupListeners () {\n    var this$1$1 = this;\n\n    if (this.listeners.length > 0) {\n      return\n    }\n\n    var router = this.router;\n    var expectScroll = router.options.scrollBehavior;\n    var supportsScroll = supportsPushState && expectScroll;\n\n    if (supportsScroll) {\n      this.listeners.push(setupScroll());\n    }\n\n    var handleRoutingEvent = function () {\n      var current = this$1$1.current;\n      if (!ensureSlash()) {\n        return\n      }\n      this$1$1.transitionTo(getHash(), function (route) {\n        if (supportsScroll) {\n          handleScroll(this$1$1.router, route, current, true);\n        }\n        if (!supportsPushState) {\n          replaceHash(route.fullPath);\n        }\n      });\n    };\n    var eventType = supportsPushState ? 'popstate' : 'hashchange';\n    window.addEventListener(\n      eventType,\n      handleRoutingEvent\n    );\n    this.listeners.push(function () {\n      window.removeEventListener(eventType, handleRoutingEvent);\n    });\n  };\n\n  HashHistory.prototype.push = function push (location, onComplete, onAbort) {\n    var this$1$1 = this;\n\n    var ref = this;\n    var fromRoute = ref.current;\n    this.transitionTo(\n      location,\n      function (route) {\n        pushHash(route.fullPath);\n        handleScroll(this$1$1.router, route, fromRoute, false);\n        onComplete && onComplete(route);\n      },\n      onAbort\n    );\n  };\n\n  HashHistory.prototype.replace = function replace (location, onComplete, onAbort) {\n    var this$1$1 = this;\n\n    var ref = this;\n    var fromRoute = ref.current;\n    this.transitionTo(\n      location,\n      function (route) {\n        replaceHash(route.fullPath);\n        handleScroll(this$1$1.router, route, fromRoute, false);\n        onComplete && onComplete(route);\n      },\n      onAbort\n    );\n  };\n\n  HashHistory.prototype.go = function go (n) {\n    window.history.go(n);\n  };\n\n  HashHistory.prototype.ensureURL = function ensureURL (push) {\n    var current = this.current.fullPath;\n    if (getHash() !== current) {\n      push ? pushHash(current) : replaceHash(current);\n    }\n  };\n\n  HashHistory.prototype.getCurrentLocation = function getCurrentLocation () {\n    return getHash()\n  };\n\n  return HashHistory;\n}(History));\n\nfunction checkFallback (base) {\n  var location = getLocation(base);\n  if (!/^\\/#/.test(location)) {\n    window.location.replace(cleanPath(base + '/#' + location));\n    return true\n  }\n}\n\nfunction ensureSlash () {\n  var path = getHash();\n  if (path.charAt(0) === '/') {\n    return true\n  }\n  replaceHash('/' + path);\n  return false\n}\n\nfunction getHash () {\n  // We can't use window.location.hash here because it's not\n  // consistent across browsers - Firefox will pre-decode it!\n  var href = window.location.href;\n  var index = href.indexOf('#');\n  // empty path\n  if (index < 0) { return '' }\n\n  href = href.slice(index + 1);\n\n  return href\n}\n\nfunction getUrl (path) {\n  var href = window.location.href;\n  var i = href.indexOf('#');\n  var base = i >= 0 ? href.slice(0, i) : href;\n  return (base + \"#\" + path)\n}\n\nfunction pushHash (path) {\n  if (supportsPushState) {\n    pushState(getUrl(path));\n  } else {\n    window.location.hash = path;\n  }\n}\n\nfunction replaceHash (path) {\n  if (supportsPushState) {\n    replaceState(getUrl(path));\n  } else {\n    window.location.replace(getUrl(path));\n  }\n}\n\n/*  */\n\nvar AbstractHistory = /*@__PURE__*/(function (History) {\n  function AbstractHistory (router, base) {\n    History.call(this, router, base);\n    this.stack = [];\n    this.index = -1;\n  }\n\n  if ( History ) AbstractHistory.__proto__ = History;\n  AbstractHistory.prototype = Object.create( History && History.prototype );\n  AbstractHistory.prototype.constructor = AbstractHistory;\n\n  AbstractHistory.prototype.push = function push (location, onComplete, onAbort) {\n    var this$1$1 = this;\n\n    this.transitionTo(\n      location,\n      function (route) {\n        this$1$1.stack = this$1$1.stack.slice(0, this$1$1.index + 1).concat(route);\n        this$1$1.index++;\n        onComplete && onComplete(route);\n      },\n      onAbort\n    );\n  };\n\n  AbstractHistory.prototype.replace = function replace (location, onComplete, onAbort) {\n    var this$1$1 = this;\n\n    this.transitionTo(\n      location,\n      function (route) {\n        this$1$1.stack = this$1$1.stack.slice(0, this$1$1.index).concat(route);\n        onComplete && onComplete(route);\n      },\n      onAbort\n    );\n  };\n\n  AbstractHistory.prototype.go = function go (n) {\n    var this$1$1 = this;\n\n    var targetIndex = this.index + n;\n    if (targetIndex < 0 || targetIndex >= this.stack.length) {\n      return\n    }\n    var route = this.stack[targetIndex];\n    this.confirmTransition(\n      route,\n      function () {\n        var prev = this$1$1.current;\n        this$1$1.index = targetIndex;\n        this$1$1.updateRoute(route);\n        this$1$1.router.afterHooks.forEach(function (hook) {\n          hook && hook(route, prev);\n        });\n      },\n      function (err) {\n        if (isNavigationFailure(err, NavigationFailureType.duplicated)) {\n          this$1$1.index = targetIndex;\n        }\n      }\n    );\n  };\n\n  AbstractHistory.prototype.getCurrentLocation = function getCurrentLocation () {\n    var current = this.stack[this.stack.length - 1];\n    return current ? current.fullPath : '/'\n  };\n\n  AbstractHistory.prototype.ensureURL = function ensureURL () {\n    // noop\n  };\n\n  return AbstractHistory;\n}(History));\n\n/*  */\n\n\n\nvar VueRouter = function VueRouter (options) {\n  if ( options === void 0 ) options = {};\n\n  if (process.env.NODE_ENV !== 'production') {\n    warn(this instanceof VueRouter, \"Router must be called with the new operator.\");\n  }\n  this.app = null;\n  this.apps = [];\n  this.options = options;\n  this.beforeHooks = [];\n  this.resolveHooks = [];\n  this.afterHooks = [];\n  this.matcher = createMatcher(options.routes || [], this);\n\n  var mode = options.mode || 'hash';\n  this.fallback =\n    mode === 'history' && !supportsPushState && options.fallback !== false;\n  if (this.fallback) {\n    mode = 'hash';\n  }\n  if (!inBrowser) {\n    mode = 'abstract';\n  }\n  this.mode = mode;\n\n  switch (mode) {\n    case 'history':\n      this.history = new HTML5History(this, options.base);\n      break\n    case 'hash':\n      this.history = new HashHistory(this, options.base, this.fallback);\n      break\n    case 'abstract':\n      this.history = new AbstractHistory(this, options.base);\n      break\n    default:\n      if (process.env.NODE_ENV !== 'production') {\n        assert(false, (\"invalid mode: \" + mode));\n      }\n  }\n};\n\nvar prototypeAccessors = { currentRoute: { configurable: true } };\n\nVueRouter.prototype.match = function match (raw, current, redirectedFrom) {\n  return this.matcher.match(raw, current, redirectedFrom)\n};\n\nprototypeAccessors.currentRoute.get = function () {\n  return this.history && this.history.current\n};\n\nVueRouter.prototype.init = function init (app /* Vue component instance */) {\n    var this$1$1 = this;\n\n  process.env.NODE_ENV !== 'production' &&\n    assert(\n      install.installed,\n      \"not installed. Make sure to call `Vue.use(VueRouter)` \" +\n        \"before creating root instance.\"\n    );\n\n  this.apps.push(app);\n\n  // set up app destroyed handler\n  // https://github.com/vuejs/vue-router/issues/2639\n  app.$once('hook:destroyed', function () {\n    // clean out app from this.apps array once destroyed\n    var index = this$1$1.apps.indexOf(app);\n    if (index > -1) { this$1$1.apps.splice(index, 1); }\n    // ensure we still have a main app or null if no apps\n    // we do not release the router so it can be reused\n    if (this$1$1.app === app) { this$1$1.app = this$1$1.apps[0] || null; }\n\n    if (!this$1$1.app) { this$1$1.history.teardown(); }\n  });\n\n  // main app previously initialized\n  // return as we don't need to set up new history listener\n  if (this.app) {\n    return\n  }\n\n  this.app = app;\n\n  var history = this.history;\n\n  if (history instanceof HTML5History || history instanceof HashHistory) {\n    var handleInitialScroll = function (routeOrError) {\n      var from = history.current;\n      var expectScroll = this$1$1.options.scrollBehavior;\n      var supportsScroll = supportsPushState && expectScroll;\n\n      if (supportsScroll && 'fullPath' in routeOrError) {\n        handleScroll(this$1$1, routeOrError, from, false);\n      }\n    };\n    var setupListeners = function (routeOrError) {\n      history.setupListeners();\n      handleInitialScroll(routeOrError);\n    };\n    history.transitionTo(\n      history.getCurrentLocation(),\n      setupListeners,\n      setupListeners\n    );\n  }\n\n  history.listen(function (route) {\n    this$1$1.apps.forEach(function (app) {\n      app._route = route;\n    });\n  });\n};\n\nVueRouter.prototype.beforeEach = function beforeEach (fn) {\n  return registerHook(this.beforeHooks, fn)\n};\n\nVueRouter.prototype.beforeResolve = function beforeResolve (fn) {\n  return registerHook(this.resolveHooks, fn)\n};\n\nVueRouter.prototype.afterEach = function afterEach (fn) {\n  return registerHook(this.afterHooks, fn)\n};\n\nVueRouter.prototype.onReady = function onReady (cb, errorCb) {\n  this.history.onReady(cb, errorCb);\n};\n\nVueRouter.prototype.onError = function onError (errorCb) {\n  this.history.onError(errorCb);\n};\n\nVueRouter.prototype.push = function push (location, onComplete, onAbort) {\n    var this$1$1 = this;\n\n  // $flow-disable-line\n  if (!onComplete && !onAbort && typeof Promise !== 'undefined') {\n    return new Promise(function (resolve, reject) {\n      this$1$1.history.push(location, resolve, reject);\n    })\n  } else {\n    this.history.push(location, onComplete, onAbort);\n  }\n};\n\nVueRouter.prototype.replace = function replace (location, onComplete, onAbort) {\n    var this$1$1 = this;\n\n  // $flow-disable-line\n  if (!onComplete && !onAbort && typeof Promise !== 'undefined') {\n    return new Promise(function (resolve, reject) {\n      this$1$1.history.replace(location, resolve, reject);\n    })\n  } else {\n    this.history.replace(location, onComplete, onAbort);\n  }\n};\n\nVueRouter.prototype.go = function go (n) {\n  this.history.go(n);\n};\n\nVueRouter.prototype.back = function back () {\n  this.go(-1);\n};\n\nVueRouter.prototype.forward = function forward () {\n  this.go(1);\n};\n\nVueRouter.prototype.getMatchedComponents = function getMatchedComponents (to) {\n  var route = to\n    ? to.matched\n      ? to\n      : this.resolve(to).route\n    : this.currentRoute;\n  if (!route) {\n    return []\n  }\n  return [].concat.apply(\n    [],\n    route.matched.map(function (m) {\n      return Object.keys(m.components).map(function (key) {\n        return m.components[key]\n      })\n    })\n  )\n};\n\nVueRouter.prototype.resolve = function resolve (\n  to,\n  current,\n  append\n) {\n  current = current || this.history.current;\n  var location = normalizeLocation(to, current, append, this);\n  var route = this.match(location, current);\n  var fullPath = route.redirectedFrom || route.fullPath;\n  var base = this.history.base;\n  var href = createHref(base, fullPath, this.mode);\n  return {\n    location: location,\n    route: route,\n    href: href,\n    // for backwards compat\n    normalizedTo: location,\n    resolved: route\n  }\n};\n\nVueRouter.prototype.getRoutes = function getRoutes () {\n  return this.matcher.getRoutes()\n};\n\nVueRouter.prototype.addRoute = function addRoute (parentOrRoute, route) {\n  this.matcher.addRoute(parentOrRoute, route);\n  if (this.history.current !== START) {\n    this.history.transitionTo(this.history.getCurrentLocation());\n  }\n};\n\nVueRouter.prototype.addRoutes = function addRoutes (routes) {\n  if (process.env.NODE_ENV !== 'production') {\n    warn(false, 'router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead.');\n  }\n  this.matcher.addRoutes(routes);\n  if (this.history.current !== START) {\n    this.history.transitionTo(this.history.getCurrentLocation());\n  }\n};\n\nObject.defineProperties( VueRouter.prototype, prototypeAccessors );\n\nvar VueRouter$1 = VueRouter;\n\nfunction registerHook (list, fn) {\n  list.push(fn);\n  return function () {\n    var i = list.indexOf(fn);\n    if (i > -1) { list.splice(i, 1); }\n  }\n}\n\nfunction createHref (base, fullPath, mode) {\n  var path = mode === 'hash' ? '#' + fullPath : fullPath;\n  return base ? cleanPath(base + '/' + path) : path\n}\n\n// We cannot remove this as it would be a breaking change\nVueRouter.install = install;\nVueRouter.version = '3.6.5';\nVueRouter.isNavigationFailure = isNavigationFailure;\nVueRouter.NavigationFailureType = NavigationFailureType;\nVueRouter.START_LOCATION = START;\n\nif (inBrowser && window.Vue) {\n  window.Vue.use(VueRouter);\n}\n\nvar version = '3.6.5';\n\nexport { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter$1 as default, isNavigationFailure, version };\n","/*!\n * Vue.js v2.7.14\n * (c) 2014-2022 Evan You\n * Released under the MIT License.\n */\nvar emptyObject = Object.freeze({});\nvar isArray = Array.isArray;\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef(v) {\n    return v === undefined || v === null;\n}\nfunction isDef(v) {\n    return v !== undefined && v !== null;\n}\nfunction isTrue(v) {\n    return v === true;\n}\nfunction isFalse(v) {\n    return v === false;\n}\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive(value) {\n    return (typeof value === 'string' ||\n        typeof value === 'number' ||\n        // $flow-disable-line\n        typeof value === 'symbol' ||\n        typeof value === 'boolean');\n}\nfunction isFunction(value) {\n    return typeof value === 'function';\n}\n/**\n * Quick object check - this is primarily used to tell\n * objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject(obj) {\n    return obj !== null && typeof obj === 'object';\n}\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\nfunction toRawType(value) {\n    return _toString.call(value).slice(8, -1);\n}\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject(obj) {\n    return _toString.call(obj) === '[object Object]';\n}\nfunction isRegExp(v) {\n    return _toString.call(v) === '[object RegExp]';\n}\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex(val) {\n    var n = parseFloat(String(val));\n    return n >= 0 && Math.floor(n) === n && isFinite(val);\n}\nfunction isPromise(val) {\n    return (isDef(val) &&\n        typeof val.then === 'function' &&\n        typeof val.catch === 'function');\n}\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString(val) {\n    return val == null\n        ? ''\n        : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n            ? JSON.stringify(val, null, 2)\n            : String(val);\n}\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber(val) {\n    var n = parseFloat(val);\n    return isNaN(n) ? val : n;\n}\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap(str, expectsLowerCase) {\n    var map = Object.create(null);\n    var list = str.split(',');\n    for (var i = 0; i < list.length; i++) {\n        map[list[i]] = true;\n    }\n    return expectsLowerCase ? function (val) { return map[val.toLowerCase()]; } : function (val) { return map[val]; };\n}\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n/**\n * Remove an item from an array.\n */\nfunction remove$2(arr, item) {\n    var len = arr.length;\n    if (len) {\n        // fast path for the only / last item\n        if (item === arr[len - 1]) {\n            arr.length = len - 1;\n            return;\n        }\n        var index = arr.indexOf(item);\n        if (index > -1) {\n            return arr.splice(index, 1);\n        }\n    }\n}\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn(obj, key) {\n    return hasOwnProperty.call(obj, key);\n}\n/**\n * Create a cached version of a pure function.\n */\nfunction cached(fn) {\n    var cache = Object.create(null);\n    return function cachedFn(str) {\n        var hit = cache[str];\n        return hit || (cache[str] = fn(str));\n    };\n}\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n    return str.replace(camelizeRE, function (_, c) { return (c ? c.toUpperCase() : ''); });\n});\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n    return str.charAt(0).toUpperCase() + str.slice(1);\n});\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n    return str.replace(hyphenateRE, '-$1').toLowerCase();\n});\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n/* istanbul ignore next */\nfunction polyfillBind(fn, ctx) {\n    function boundFn(a) {\n        var l = arguments.length;\n        return l\n            ? l > 1\n                ? fn.apply(ctx, arguments)\n                : fn.call(ctx, a)\n            : fn.call(ctx);\n    }\n    boundFn._length = fn.length;\n    return boundFn;\n}\nfunction nativeBind(fn, ctx) {\n    return fn.bind(ctx);\n}\n// @ts-expect-error bind cannot be `undefined`\nvar bind = Function.prototype.bind ? nativeBind : polyfillBind;\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray(list, start) {\n    start = start || 0;\n    var i = list.length - start;\n    var ret = new Array(i);\n    while (i--) {\n        ret[i] = list[i + start];\n    }\n    return ret;\n}\n/**\n * Mix properties into target object.\n */\nfunction extend(to, _from) {\n    for (var key in _from) {\n        to[key] = _from[key];\n    }\n    return to;\n}\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject(arr) {\n    var res = {};\n    for (var i = 0; i < arr.length; i++) {\n        if (arr[i]) {\n            extend(res, arr[i]);\n        }\n    }\n    return res;\n}\n/* eslint-disable no-unused-vars */\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop(a, b, c) { }\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n/* eslint-enable no-unused-vars */\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual(a, b) {\n    if (a === b)\n        return true;\n    var isObjectA = isObject(a);\n    var isObjectB = isObject(b);\n    if (isObjectA && isObjectB) {\n        try {\n            var isArrayA = Array.isArray(a);\n            var isArrayB = Array.isArray(b);\n            if (isArrayA && isArrayB) {\n                return (a.length === b.length &&\n                    a.every(function (e, i) {\n                        return looseEqual(e, b[i]);\n                    }));\n            }\n            else if (a instanceof Date && b instanceof Date) {\n                return a.getTime() === b.getTime();\n            }\n            else if (!isArrayA && !isArrayB) {\n                var keysA = Object.keys(a);\n                var keysB = Object.keys(b);\n                return (keysA.length === keysB.length &&\n                    keysA.every(function (key) {\n                        return looseEqual(a[key], b[key]);\n                    }));\n            }\n            else {\n                /* istanbul ignore next */\n                return false;\n            }\n        }\n        catch (e) {\n            /* istanbul ignore next */\n            return false;\n        }\n    }\n    else if (!isObjectA && !isObjectB) {\n        return String(a) === String(b);\n    }\n    else {\n        return false;\n    }\n}\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf(arr, val) {\n    for (var i = 0; i < arr.length; i++) {\n        if (looseEqual(arr[i], val))\n            return i;\n    }\n    return -1;\n}\n/**\n * Ensure a function is called only once.\n */\nfunction once(fn) {\n    var called = false;\n    return function () {\n        if (!called) {\n            called = true;\n            fn.apply(this, arguments);\n        }\n    };\n}\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is#polyfill\nfunction hasChanged(x, y) {\n    if (x === y) {\n        return x === 0 && 1 / x !== 1 / y;\n    }\n    else {\n        return x === x || y === y;\n    }\n}\n\nvar SSR_ATTR = 'data-server-rendered';\nvar ASSET_TYPES = ['component', 'directive', 'filter'];\nvar LIFECYCLE_HOOKS = [\n    'beforeCreate',\n    'created',\n    'beforeMount',\n    'mounted',\n    'beforeUpdate',\n    'updated',\n    'beforeDestroy',\n    'destroyed',\n    'activated',\n    'deactivated',\n    'errorCaptured',\n    'serverPrefetch',\n    'renderTracked',\n    'renderTriggered'\n];\n\nvar config = {\n    /**\n     * Option merge strategies (used in core/util/options)\n     */\n    // $flow-disable-line\n    optionMergeStrategies: Object.create(null),\n    /**\n     * Whether to suppress warnings.\n     */\n    silent: false,\n    /**\n     * Show production mode tip message on boot?\n     */\n    productionTip: process.env.NODE_ENV !== 'production',\n    /**\n     * Whether to enable devtools\n     */\n    devtools: process.env.NODE_ENV !== 'production',\n    /**\n     * Whether to record perf\n     */\n    performance: false,\n    /**\n     * Error handler for watcher errors\n     */\n    errorHandler: null,\n    /**\n     * Warn handler for watcher warns\n     */\n    warnHandler: null,\n    /**\n     * Ignore certain custom elements\n     */\n    ignoredElements: [],\n    /**\n     * Custom user key aliases for v-on\n     */\n    // $flow-disable-line\n    keyCodes: Object.create(null),\n    /**\n     * Check if a tag is reserved so that it cannot be registered as a\n     * component. This is platform-dependent and may be overwritten.\n     */\n    isReservedTag: no,\n    /**\n     * Check if an attribute is reserved so that it cannot be used as a component\n     * prop. This is platform-dependent and may be overwritten.\n     */\n    isReservedAttr: no,\n    /**\n     * Check if a tag is an unknown element.\n     * Platform-dependent.\n     */\n    isUnknownElement: no,\n    /**\n     * Get the namespace of an element\n     */\n    getTagNamespace: noop,\n    /**\n     * Parse the real tag name for the specific platform.\n     */\n    parsePlatformTagName: identity,\n    /**\n     * Check if an attribute must be bound using property, e.g. value\n     * Platform-dependent.\n     */\n    mustUseProp: no,\n    /**\n     * Perform updates asynchronously. Intended to be used by Vue Test Utils\n     * This will significantly reduce performance if set to false.\n     */\n    async: true,\n    /**\n     * Exposed for legacy reasons\n     */\n    _lifecycleHooks: LIFECYCLE_HOOKS\n};\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved(str) {\n    var c = (str + '').charCodeAt(0);\n    return c === 0x24 || c === 0x5f;\n}\n/**\n * Define a property.\n */\nfunction def(obj, key, val, enumerable) {\n    Object.defineProperty(obj, key, {\n        value: val,\n        enumerable: !!enumerable,\n        writable: true,\n        configurable: true\n    });\n}\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp(\"[^\".concat(unicodeRegExp.source, \".$_\\\\d]\"));\nfunction parsePath(path) {\n    if (bailRE.test(path)) {\n        return;\n    }\n    var segments = path.split('.');\n    return function (obj) {\n        for (var i = 0; i < segments.length; i++) {\n            if (!obj)\n                return;\n            obj = obj[segments[i]];\n        }\n        return obj;\n    };\n}\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nUA && UA.indexOf('android') > 0;\nvar isIOS = UA && /iphone|ipad|ipod|ios/.test(UA);\nUA && /chrome\\/\\d+/.test(UA) && !isEdge;\nUA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n// Firefox has a \"watch\" function on Object.prototype...\n// @ts-expect-error firebox support\nvar nativeWatch = {}.watch;\nvar supportsPassive = false;\nif (inBrowser) {\n    try {\n        var opts = {};\n        Object.defineProperty(opts, 'passive', {\n            get: function () {\n                /* istanbul ignore next */\n                supportsPassive = true;\n            }\n        }); // https://github.com/facebook/flow/issues/285\n        window.addEventListener('test-passive', null, opts);\n    }\n    catch (e) { }\n}\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n    if (_isServer === undefined) {\n        /* istanbul ignore if */\n        if (!inBrowser && typeof global !== 'undefined') {\n            // detect presence of vue-server-renderer and avoid\n            // Webpack shimming the process\n            _isServer =\n                global['process'] && global['process'].env.VUE_ENV === 'server';\n        }\n        else {\n            _isServer = false;\n        }\n    }\n    return _isServer;\n};\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n/* istanbul ignore next */\nfunction isNative(Ctor) {\n    return typeof Ctor === 'function' && /native code/.test(Ctor.toString());\n}\nvar hasSymbol = typeof Symbol !== 'undefined' &&\n    isNative(Symbol) &&\n    typeof Reflect !== 'undefined' &&\n    isNative(Reflect.ownKeys);\nvar _Set; // $flow-disable-line\n/* istanbul ignore if */ if (typeof Set !== 'undefined' && isNative(Set)) {\n    // use native Set when available.\n    _Set = Set;\n}\nelse {\n    // a non-standard Set polyfill that only works with primitive keys.\n    _Set = /** @class */ (function () {\n        function Set() {\n            this.set = Object.create(null);\n        }\n        Set.prototype.has = function (key) {\n            return this.set[key] === true;\n        };\n        Set.prototype.add = function (key) {\n            this.set[key] = true;\n        };\n        Set.prototype.clear = function () {\n            this.set = Object.create(null);\n        };\n        return Set;\n    }());\n}\n\nvar currentInstance = null;\n/**\n * This is exposed for compatibility with v3 (e.g. some functions in VueUse\n * relies on it). Do not use this internally, just use `currentInstance`.\n *\n * @internal this function needs manual type declaration because it relies\n * on previously manually authored types from Vue 2\n */\nfunction getCurrentInstance() {\n    return currentInstance && { proxy: currentInstance };\n}\n/**\n * @internal\n */\nfunction setCurrentInstance(vm) {\n    if (vm === void 0) { vm = null; }\n    if (!vm)\n        currentInstance && currentInstance._scope.off();\n    currentInstance = vm;\n    vm && vm._scope.on();\n}\n\n/**\n * @internal\n */\nvar VNode = /** @class */ (function () {\n    function VNode(tag, data, children, text, elm, context, componentOptions, asyncFactory) {\n        this.tag = tag;\n        this.data = data;\n        this.children = children;\n        this.text = text;\n        this.elm = elm;\n        this.ns = undefined;\n        this.context = context;\n        this.fnContext = undefined;\n        this.fnOptions = undefined;\n        this.fnScopeId = undefined;\n        this.key = data && data.key;\n        this.componentOptions = componentOptions;\n        this.componentInstance = undefined;\n        this.parent = undefined;\n        this.raw = false;\n        this.isStatic = false;\n        this.isRootInsert = true;\n        this.isComment = false;\n        this.isCloned = false;\n        this.isOnce = false;\n        this.asyncFactory = asyncFactory;\n        this.asyncMeta = undefined;\n        this.isAsyncPlaceholder = false;\n    }\n    Object.defineProperty(VNode.prototype, \"child\", {\n        // DEPRECATED: alias for componentInstance for backwards compat.\n        /* istanbul ignore next */\n        get: function () {\n            return this.componentInstance;\n        },\n        enumerable: false,\n        configurable: true\n    });\n    return VNode;\n}());\nvar createEmptyVNode = function (text) {\n    if (text === void 0) { text = ''; }\n    var node = new VNode();\n    node.text = text;\n    node.isComment = true;\n    return node;\n};\nfunction createTextVNode(val) {\n    return new VNode(undefined, undefined, undefined, String(val));\n}\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode(vnode) {\n    var cloned = new VNode(vnode.tag, vnode.data, \n    // #7975\n    // clone children array to avoid mutating original in case of cloning\n    // a child.\n    vnode.children && vnode.children.slice(), vnode.text, vnode.elm, vnode.context, vnode.componentOptions, vnode.asyncFactory);\n    cloned.ns = vnode.ns;\n    cloned.isStatic = vnode.isStatic;\n    cloned.key = vnode.key;\n    cloned.isComment = vnode.isComment;\n    cloned.fnContext = vnode.fnContext;\n    cloned.fnOptions = vnode.fnOptions;\n    cloned.fnScopeId = vnode.fnScopeId;\n    cloned.asyncMeta = vnode.asyncMeta;\n    cloned.isCloned = true;\n    return cloned;\n}\n\n/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n\r\nvar __assign = function() {\r\n    __assign = Object.assign || function __assign(t) {\r\n        for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n            s = arguments[i];\r\n            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n        }\r\n        return t;\r\n    };\r\n    return __assign.apply(this, arguments);\r\n};\n\nvar uid$2 = 0;\nvar pendingCleanupDeps = [];\nvar cleanupDeps = function () {\n    for (var i = 0; i < pendingCleanupDeps.length; i++) {\n        var dep = pendingCleanupDeps[i];\n        dep.subs = dep.subs.filter(function (s) { return s; });\n        dep._pending = false;\n    }\n    pendingCleanupDeps.length = 0;\n};\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n * @internal\n */\nvar Dep = /** @class */ (function () {\n    function Dep() {\n        // pending subs cleanup\n        this._pending = false;\n        this.id = uid$2++;\n        this.subs = [];\n    }\n    Dep.prototype.addSub = function (sub) {\n        this.subs.push(sub);\n    };\n    Dep.prototype.removeSub = function (sub) {\n        // #12696 deps with massive amount of subscribers are extremely slow to\n        // clean up in Chromium\n        // to workaround this, we unset the sub for now, and clear them on\n        // next scheduler flush.\n        this.subs[this.subs.indexOf(sub)] = null;\n        if (!this._pending) {\n            this._pending = true;\n            pendingCleanupDeps.push(this);\n        }\n    };\n    Dep.prototype.depend = function (info) {\n        if (Dep.target) {\n            Dep.target.addDep(this);\n            if (process.env.NODE_ENV !== 'production' && info && Dep.target.onTrack) {\n                Dep.target.onTrack(__assign({ effect: Dep.target }, info));\n            }\n        }\n    };\n    Dep.prototype.notify = function (info) {\n        // stabilize the subscriber list first\n        var subs = this.subs.filter(function (s) { return s; });\n        if (process.env.NODE_ENV !== 'production' && !config.async) {\n            // subs aren't sorted in scheduler if not running async\n            // we need to sort them now to make sure they fire in correct\n            // order\n            subs.sort(function (a, b) { return a.id - b.id; });\n        }\n        for (var i = 0, l = subs.length; i < l; i++) {\n            var sub = subs[i];\n            if (process.env.NODE_ENV !== 'production' && info) {\n                sub.onTrigger &&\n                    sub.onTrigger(__assign({ effect: subs[i] }, info));\n            }\n            sub.update();\n        }\n    };\n    return Dep;\n}());\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\nDep.target = null;\nvar targetStack = [];\nfunction pushTarget(target) {\n    targetStack.push(target);\n    Dep.target = target;\n}\nfunction popTarget() {\n    targetStack.pop();\n    Dep.target = targetStack[targetStack.length - 1];\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\nvar methodsToPatch = [\n    'push',\n    'pop',\n    'shift',\n    'unshift',\n    'splice',\n    'sort',\n    'reverse'\n];\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n    // cache original method\n    var original = arrayProto[method];\n    def(arrayMethods, method, function mutator() {\n        var args = [];\n        for (var _i = 0; _i < arguments.length; _i++) {\n            args[_i] = arguments[_i];\n        }\n        var result = original.apply(this, args);\n        var ob = this.__ob__;\n        var inserted;\n        switch (method) {\n            case 'push':\n            case 'unshift':\n                inserted = args;\n                break;\n            case 'splice':\n                inserted = args.slice(2);\n                break;\n        }\n        if (inserted)\n            ob.observeArray(inserted);\n        // notify change\n        if (process.env.NODE_ENV !== 'production') {\n            ob.dep.notify({\n                type: \"array mutation\" /* TriggerOpTypes.ARRAY_MUTATION */,\n                target: this,\n                key: method\n            });\n        }\n        else {\n            ob.dep.notify();\n        }\n        return result;\n    });\n});\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\nvar NO_INIITIAL_VALUE = {};\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\nfunction toggleObserving(value) {\n    shouldObserve = value;\n}\n// ssr mock dep\nvar mockDep = {\n    notify: noop,\n    depend: noop,\n    addSub: noop,\n    removeSub: noop\n};\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = /** @class */ (function () {\n    function Observer(value, shallow, mock) {\n        if (shallow === void 0) { shallow = false; }\n        if (mock === void 0) { mock = false; }\n        this.value = value;\n        this.shallow = shallow;\n        this.mock = mock;\n        // this.value = value\n        this.dep = mock ? mockDep : new Dep();\n        this.vmCount = 0;\n        def(value, '__ob__', this);\n        if (isArray(value)) {\n            if (!mock) {\n                if (hasProto) {\n                    value.__proto__ = arrayMethods;\n                    /* eslint-enable no-proto */\n                }\n                else {\n                    for (var i = 0, l = arrayKeys.length; i < l; i++) {\n                        var key = arrayKeys[i];\n                        def(value, key, arrayMethods[key]);\n                    }\n                }\n            }\n            if (!shallow) {\n                this.observeArray(value);\n            }\n        }\n        else {\n            /**\n             * Walk through all properties and convert them into\n             * getter/setters. This method should only be called when\n             * value type is Object.\n             */\n            var keys = Object.keys(value);\n            for (var i = 0; i < keys.length; i++) {\n                var key = keys[i];\n                defineReactive(value, key, NO_INIITIAL_VALUE, undefined, shallow, mock);\n            }\n        }\n    }\n    /**\n     * Observe a list of Array items.\n     */\n    Observer.prototype.observeArray = function (value) {\n        for (var i = 0, l = value.length; i < l; i++) {\n            observe(value[i], false, this.mock);\n        }\n    };\n    return Observer;\n}());\n// helpers\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe(value, shallow, ssrMockReactivity) {\n    if (value && hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n        return value.__ob__;\n    }\n    if (shouldObserve &&\n        (ssrMockReactivity || !isServerRendering()) &&\n        (isArray(value) || isPlainObject(value)) &&\n        Object.isExtensible(value) &&\n        !value.__v_skip /* ReactiveFlags.SKIP */ &&\n        !isRef(value) &&\n        !(value instanceof VNode)) {\n        return new Observer(value, shallow, ssrMockReactivity);\n    }\n}\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive(obj, key, val, customSetter, shallow, mock) {\n    var dep = new Dep();\n    var property = Object.getOwnPropertyDescriptor(obj, key);\n    if (property && property.configurable === false) {\n        return;\n    }\n    // cater for pre-defined getter/setters\n    var getter = property && property.get;\n    var setter = property && property.set;\n    if ((!getter || setter) &&\n        (val === NO_INIITIAL_VALUE || arguments.length === 2)) {\n        val = obj[key];\n    }\n    var childOb = !shallow && observe(val, false, mock);\n    Object.defineProperty(obj, key, {\n        enumerable: true,\n        configurable: true,\n        get: function reactiveGetter() {\n            var value = getter ? getter.call(obj) : val;\n            if (Dep.target) {\n                if (process.env.NODE_ENV !== 'production') {\n                    dep.depend({\n                        target: obj,\n                        type: \"get\" /* TrackOpTypes.GET */,\n                        key: key\n                    });\n                }\n                else {\n                    dep.depend();\n                }\n                if (childOb) {\n                    childOb.dep.depend();\n                    if (isArray(value)) {\n                        dependArray(value);\n                    }\n                }\n            }\n            return isRef(value) && !shallow ? value.value : value;\n        },\n        set: function reactiveSetter(newVal) {\n            var value = getter ? getter.call(obj) : val;\n            if (!hasChanged(value, newVal)) {\n                return;\n            }\n            if (process.env.NODE_ENV !== 'production' && customSetter) {\n                customSetter();\n            }\n            if (setter) {\n                setter.call(obj, newVal);\n            }\n            else if (getter) {\n                // #7981: for accessor properties without setter\n                return;\n            }\n            else if (!shallow && isRef(value) && !isRef(newVal)) {\n                value.value = newVal;\n                return;\n            }\n            else {\n                val = newVal;\n            }\n            childOb = !shallow && observe(newVal, false, mock);\n            if (process.env.NODE_ENV !== 'production') {\n                dep.notify({\n                    type: \"set\" /* TriggerOpTypes.SET */,\n                    target: obj,\n                    key: key,\n                    newValue: newVal,\n                    oldValue: value\n                });\n            }\n            else {\n                dep.notify();\n            }\n        }\n    });\n    return dep;\n}\nfunction set(target, key, val) {\n    if (process.env.NODE_ENV !== 'production' && (isUndef(target) || isPrimitive(target))) {\n        warn(\"Cannot set reactive property on undefined, null, or primitive value: \".concat(target));\n    }\n    if (isReadonly(target)) {\n        process.env.NODE_ENV !== 'production' && warn(\"Set operation on key \\\"\".concat(key, \"\\\" failed: target is readonly.\"));\n        return;\n    }\n    var ob = target.__ob__;\n    if (isArray(target) && isValidArrayIndex(key)) {\n        target.length = Math.max(target.length, key);\n        target.splice(key, 1, val);\n        // when mocking for SSR, array methods are not hijacked\n        if (ob && !ob.shallow && ob.mock) {\n            observe(val, false, true);\n        }\n        return val;\n    }\n    if (key in target && !(key in Object.prototype)) {\n        target[key] = val;\n        return val;\n    }\n    if (target._isVue || (ob && ob.vmCount)) {\n        process.env.NODE_ENV !== 'production' &&\n            warn('Avoid adding reactive properties to a Vue instance or its root $data ' +\n                'at runtime - declare it upfront in the data option.');\n        return val;\n    }\n    if (!ob) {\n        target[key] = val;\n        return val;\n    }\n    defineReactive(ob.value, key, val, undefined, ob.shallow, ob.mock);\n    if (process.env.NODE_ENV !== 'production') {\n        ob.dep.notify({\n            type: \"add\" /* TriggerOpTypes.ADD */,\n            target: target,\n            key: key,\n            newValue: val,\n            oldValue: undefined\n        });\n    }\n    else {\n        ob.dep.notify();\n    }\n    return val;\n}\nfunction del(target, key) {\n    if (process.env.NODE_ENV !== 'production' && (isUndef(target) || isPrimitive(target))) {\n        warn(\"Cannot delete reactive property on undefined, null, or primitive value: \".concat(target));\n    }\n    if (isArray(target) && isValidArrayIndex(key)) {\n        target.splice(key, 1);\n        return;\n    }\n    var ob = target.__ob__;\n    if (target._isVue || (ob && ob.vmCount)) {\n        process.env.NODE_ENV !== 'production' &&\n            warn('Avoid deleting properties on a Vue instance or its root $data ' +\n                '- just set it to null.');\n        return;\n    }\n    if (isReadonly(target)) {\n        process.env.NODE_ENV !== 'production' &&\n            warn(\"Delete operation on key \\\"\".concat(key, \"\\\" failed: target is readonly.\"));\n        return;\n    }\n    if (!hasOwn(target, key)) {\n        return;\n    }\n    delete target[key];\n    if (!ob) {\n        return;\n    }\n    if (process.env.NODE_ENV !== 'production') {\n        ob.dep.notify({\n            type: \"delete\" /* TriggerOpTypes.DELETE */,\n            target: target,\n            key: key\n        });\n    }\n    else {\n        ob.dep.notify();\n    }\n}\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray(value) {\n    for (var e = void 0, i = 0, l = value.length; i < l; i++) {\n        e = value[i];\n        if (e && e.__ob__) {\n            e.__ob__.dep.depend();\n        }\n        if (isArray(e)) {\n            dependArray(e);\n        }\n    }\n}\n\nfunction reactive(target) {\n    makeReactive(target, false);\n    return target;\n}\n/**\n * Return a shallowly-reactive copy of the original object, where only the root\n * level properties are reactive. It also does not auto-unwrap refs (even at the\n * root level).\n */\nfunction shallowReactive(target) {\n    makeReactive(target, true);\n    def(target, \"__v_isShallow\" /* ReactiveFlags.IS_SHALLOW */, true);\n    return target;\n}\nfunction makeReactive(target, shallow) {\n    // if trying to observe a readonly proxy, return the readonly version.\n    if (!isReadonly(target)) {\n        if (process.env.NODE_ENV !== 'production') {\n            if (isArray(target)) {\n                warn(\"Avoid using Array as root value for \".concat(shallow ? \"shallowReactive()\" : \"reactive()\", \" as it cannot be tracked in watch() or watchEffect(). Use \").concat(shallow ? \"shallowRef()\" : \"ref()\", \" instead. This is a Vue-2-only limitation.\"));\n            }\n            var existingOb = target && target.__ob__;\n            if (existingOb && existingOb.shallow !== shallow) {\n                warn(\"Target is already a \".concat(existingOb.shallow ? \"\" : \"non-\", \"shallow reactive object, and cannot be converted to \").concat(shallow ? \"\" : \"non-\", \"shallow.\"));\n            }\n        }\n        var ob = observe(target, shallow, isServerRendering() /* ssr mock reactivity */);\n        if (process.env.NODE_ENV !== 'production' && !ob) {\n            if (target == null || isPrimitive(target)) {\n                warn(\"value cannot be made reactive: \".concat(String(target)));\n            }\n            if (isCollectionType(target)) {\n                warn(\"Vue 2 does not support reactive collection types such as Map or Set.\");\n            }\n        }\n    }\n}\nfunction isReactive(value) {\n    if (isReadonly(value)) {\n        return isReactive(value[\"__v_raw\" /* ReactiveFlags.RAW */]);\n    }\n    return !!(value && value.__ob__);\n}\nfunction isShallow(value) {\n    return !!(value && value.__v_isShallow);\n}\nfunction isReadonly(value) {\n    return !!(value && value.__v_isReadonly);\n}\nfunction isProxy(value) {\n    return isReactive(value) || isReadonly(value);\n}\nfunction toRaw(observed) {\n    var raw = observed && observed[\"__v_raw\" /* ReactiveFlags.RAW */];\n    return raw ? toRaw(raw) : observed;\n}\nfunction markRaw(value) {\n    // non-extensible objects won't be observed anyway\n    if (Object.isExtensible(value)) {\n        def(value, \"__v_skip\" /* ReactiveFlags.SKIP */, true);\n    }\n    return value;\n}\n/**\n * @internal\n */\nfunction isCollectionType(value) {\n    var type = toRawType(value);\n    return (type === 'Map' || type === 'WeakMap' || type === 'Set' || type === 'WeakSet');\n}\n\n/**\n * @internal\n */\nvar RefFlag = \"__v_isRef\";\nfunction isRef(r) {\n    return !!(r && r.__v_isRef === true);\n}\nfunction ref$1(value) {\n    return createRef(value, false);\n}\nfunction shallowRef(value) {\n    return createRef(value, true);\n}\nfunction createRef(rawValue, shallow) {\n    if (isRef(rawValue)) {\n        return rawValue;\n    }\n    var ref = {};\n    def(ref, RefFlag, true);\n    def(ref, \"__v_isShallow\" /* ReactiveFlags.IS_SHALLOW */, shallow);\n    def(ref, 'dep', defineReactive(ref, 'value', rawValue, null, shallow, isServerRendering()));\n    return ref;\n}\nfunction triggerRef(ref) {\n    if (process.env.NODE_ENV !== 'production' && !ref.dep) {\n        warn(\"received object is not a triggerable ref.\");\n    }\n    if (process.env.NODE_ENV !== 'production') {\n        ref.dep &&\n            ref.dep.notify({\n                type: \"set\" /* TriggerOpTypes.SET */,\n                target: ref,\n                key: 'value'\n            });\n    }\n    else {\n        ref.dep && ref.dep.notify();\n    }\n}\nfunction unref(ref) {\n    return isRef(ref) ? ref.value : ref;\n}\nfunction proxyRefs(objectWithRefs) {\n    if (isReactive(objectWithRefs)) {\n        return objectWithRefs;\n    }\n    var proxy = {};\n    var keys = Object.keys(objectWithRefs);\n    for (var i = 0; i < keys.length; i++) {\n        proxyWithRefUnwrap(proxy, objectWithRefs, keys[i]);\n    }\n    return proxy;\n}\nfunction proxyWithRefUnwrap(target, source, key) {\n    Object.defineProperty(target, key, {\n        enumerable: true,\n        configurable: true,\n        get: function () {\n            var val = source[key];\n            if (isRef(val)) {\n                return val.value;\n            }\n            else {\n                var ob = val && val.__ob__;\n                if (ob)\n                    ob.dep.depend();\n                return val;\n            }\n        },\n        set: function (value) {\n            var oldValue = source[key];\n            if (isRef(oldValue) && !isRef(value)) {\n                oldValue.value = value;\n            }\n            else {\n                source[key] = value;\n            }\n        }\n    });\n}\nfunction customRef(factory) {\n    var dep = new Dep();\n    var _a = factory(function () {\n        if (process.env.NODE_ENV !== 'production') {\n            dep.depend({\n                target: ref,\n                type: \"get\" /* TrackOpTypes.GET */,\n                key: 'value'\n            });\n        }\n        else {\n            dep.depend();\n        }\n    }, function () {\n        if (process.env.NODE_ENV !== 'production') {\n            dep.notify({\n                target: ref,\n                type: \"set\" /* TriggerOpTypes.SET */,\n                key: 'value'\n            });\n        }\n        else {\n            dep.notify();\n        }\n    }), get = _a.get, set = _a.set;\n    var ref = {\n        get value() {\n            return get();\n        },\n        set value(newVal) {\n            set(newVal);\n        }\n    };\n    def(ref, RefFlag, true);\n    return ref;\n}\nfunction toRefs(object) {\n    if (process.env.NODE_ENV !== 'production' && !isReactive(object)) {\n        warn(\"toRefs() expects a reactive object but received a plain one.\");\n    }\n    var ret = isArray(object) ? new Array(object.length) : {};\n    for (var key in object) {\n        ret[key] = toRef(object, key);\n    }\n    return ret;\n}\nfunction toRef(object, key, defaultValue) {\n    var val = object[key];\n    if (isRef(val)) {\n        return val;\n    }\n    var ref = {\n        get value() {\n            var val = object[key];\n            return val === undefined ? defaultValue : val;\n        },\n        set value(newVal) {\n            object[key] = newVal;\n        }\n    };\n    def(ref, RefFlag, true);\n    return ref;\n}\n\nvar rawToReadonlyFlag = \"__v_rawToReadonly\";\nvar rawToShallowReadonlyFlag = \"__v_rawToShallowReadonly\";\nfunction readonly(target) {\n    return createReadonly(target, false);\n}\nfunction createReadonly(target, shallow) {\n    if (!isPlainObject(target)) {\n        if (process.env.NODE_ENV !== 'production') {\n            if (isArray(target)) {\n                warn(\"Vue 2 does not support readonly arrays.\");\n            }\n            else if (isCollectionType(target)) {\n                warn(\"Vue 2 does not support readonly collection types such as Map or Set.\");\n            }\n            else {\n                warn(\"value cannot be made readonly: \".concat(typeof target));\n            }\n        }\n        return target;\n    }\n    if (process.env.NODE_ENV !== 'production' && !Object.isExtensible(target)) {\n        warn(\"Vue 2 does not support creating readonly proxy for non-extensible object.\");\n    }\n    // already a readonly object\n    if (isReadonly(target)) {\n        return target;\n    }\n    // already has a readonly proxy\n    var existingFlag = shallow ? rawToShallowReadonlyFlag : rawToReadonlyFlag;\n    var existingProxy = target[existingFlag];\n    if (existingProxy) {\n        return existingProxy;\n    }\n    var proxy = Object.create(Object.getPrototypeOf(target));\n    def(target, existingFlag, proxy);\n    def(proxy, \"__v_isReadonly\" /* ReactiveFlags.IS_READONLY */, true);\n    def(proxy, \"__v_raw\" /* ReactiveFlags.RAW */, target);\n    if (isRef(target)) {\n        def(proxy, RefFlag, true);\n    }\n    if (shallow || isShallow(target)) {\n        def(proxy, \"__v_isShallow\" /* ReactiveFlags.IS_SHALLOW */, true);\n    }\n    var keys = Object.keys(target);\n    for (var i = 0; i < keys.length; i++) {\n        defineReadonlyProperty(proxy, target, keys[i], shallow);\n    }\n    return proxy;\n}\nfunction defineReadonlyProperty(proxy, target, key, shallow) {\n    Object.defineProperty(proxy, key, {\n        enumerable: true,\n        configurable: true,\n        get: function () {\n            var val = target[key];\n            return shallow || !isPlainObject(val) ? val : readonly(val);\n        },\n        set: function () {\n            process.env.NODE_ENV !== 'production' &&\n                warn(\"Set operation on key \\\"\".concat(key, \"\\\" failed: target is readonly.\"));\n        }\n    });\n}\n/**\n * Returns a reactive-copy of the original object, where only the root level\n * properties are readonly, and does NOT unwrap refs nor recursively convert\n * returned properties.\n * This is used for creating the props proxy object for stateful components.\n */\nfunction shallowReadonly(target) {\n    return createReadonly(target, true);\n}\n\nfunction computed(getterOrOptions, debugOptions) {\n    var getter;\n    var setter;\n    var onlyGetter = isFunction(getterOrOptions);\n    if (onlyGetter) {\n        getter = getterOrOptions;\n        setter = process.env.NODE_ENV !== 'production'\n            ? function () {\n                warn('Write operation failed: computed value is readonly');\n            }\n            : noop;\n    }\n    else {\n        getter = getterOrOptions.get;\n        setter = getterOrOptions.set;\n    }\n    var watcher = isServerRendering()\n        ? null\n        : new Watcher(currentInstance, getter, noop, { lazy: true });\n    if (process.env.NODE_ENV !== 'production' && watcher && debugOptions) {\n        watcher.onTrack = debugOptions.onTrack;\n        watcher.onTrigger = debugOptions.onTrigger;\n    }\n    var ref = {\n        // some libs rely on the presence effect for checking computed refs\n        // from normal refs, but the implementation doesn't matter\n        effect: watcher,\n        get value() {\n            if (watcher) {\n                if (watcher.dirty) {\n                    watcher.evaluate();\n                }\n                if (Dep.target) {\n                    if (process.env.NODE_ENV !== 'production' && Dep.target.onTrack) {\n                        Dep.target.onTrack({\n                            effect: Dep.target,\n                            target: ref,\n                            type: \"get\" /* TrackOpTypes.GET */,\n                            key: 'value'\n                        });\n                    }\n                    watcher.depend();\n                }\n                return watcher.value;\n            }\n            else {\n                return getter();\n            }\n        },\n        set value(newVal) {\n            setter(newVal);\n        }\n    };\n    def(ref, RefFlag, true);\n    def(ref, \"__v_isReadonly\" /* ReactiveFlags.IS_READONLY */, onlyGetter);\n    return ref;\n}\n\nvar WATCHER = \"watcher\";\nvar WATCHER_CB = \"\".concat(WATCHER, \" callback\");\nvar WATCHER_GETTER = \"\".concat(WATCHER, \" getter\");\nvar WATCHER_CLEANUP = \"\".concat(WATCHER, \" cleanup\");\n// Simple effect.\nfunction watchEffect(effect, options) {\n    return doWatch(effect, null, options);\n}\nfunction watchPostEffect(effect, options) {\n    return doWatch(effect, null, (process.env.NODE_ENV !== 'production'\n        ? __assign(__assign({}, options), { flush: 'post' }) : { flush: 'post' }));\n}\nfunction watchSyncEffect(effect, options) {\n    return doWatch(effect, null, (process.env.NODE_ENV !== 'production'\n        ? __assign(__assign({}, options), { flush: 'sync' }) : { flush: 'sync' }));\n}\n// initial value for watchers to trigger on undefined initial values\nvar INITIAL_WATCHER_VALUE = {};\n// implementation\nfunction watch(source, cb, options) {\n    if (process.env.NODE_ENV !== 'production' && typeof cb !== 'function') {\n        warn(\"`watch(fn, options?)` signature has been moved to a separate API. \" +\n            \"Use `watchEffect(fn, options?)` instead. `watch` now only \" +\n            \"supports `watch(source, cb, options?) signature.\");\n    }\n    return doWatch(source, cb, options);\n}\nfunction doWatch(source, cb, _a) {\n    var _b = _a === void 0 ? emptyObject : _a, immediate = _b.immediate, deep = _b.deep, _c = _b.flush, flush = _c === void 0 ? 'pre' : _c, onTrack = _b.onTrack, onTrigger = _b.onTrigger;\n    if (process.env.NODE_ENV !== 'production' && !cb) {\n        if (immediate !== undefined) {\n            warn(\"watch() \\\"immediate\\\" option is only respected when using the \" +\n                \"watch(source, callback, options?) signature.\");\n        }\n        if (deep !== undefined) {\n            warn(\"watch() \\\"deep\\\" option is only respected when using the \" +\n                \"watch(source, callback, options?) signature.\");\n        }\n    }\n    var warnInvalidSource = function (s) {\n        warn(\"Invalid watch source: \".concat(s, \". A watch source can only be a getter/effect \") +\n            \"function, a ref, a reactive object, or an array of these types.\");\n    };\n    var instance = currentInstance;\n    var call = function (fn, type, args) {\n        if (args === void 0) { args = null; }\n        return invokeWithErrorHandling(fn, null, args, instance, type);\n    };\n    var getter;\n    var forceTrigger = false;\n    var isMultiSource = false;\n    if (isRef(source)) {\n        getter = function () { return source.value; };\n        forceTrigger = isShallow(source);\n    }\n    else if (isReactive(source)) {\n        getter = function () {\n            source.__ob__.dep.depend();\n            return source;\n        };\n        deep = true;\n    }\n    else if (isArray(source)) {\n        isMultiSource = true;\n        forceTrigger = source.some(function (s) { return isReactive(s) || isShallow(s); });\n        getter = function () {\n            return source.map(function (s) {\n                if (isRef(s)) {\n                    return s.value;\n                }\n                else if (isReactive(s)) {\n                    return traverse(s);\n                }\n                else if (isFunction(s)) {\n                    return call(s, WATCHER_GETTER);\n                }\n                else {\n                    process.env.NODE_ENV !== 'production' && warnInvalidSource(s);\n                }\n            });\n        };\n    }\n    else if (isFunction(source)) {\n        if (cb) {\n            // getter with cb\n            getter = function () { return call(source, WATCHER_GETTER); };\n        }\n        else {\n            // no cb -> simple effect\n            getter = function () {\n                if (instance && instance._isDestroyed) {\n                    return;\n                }\n                if (cleanup) {\n                    cleanup();\n                }\n                return call(source, WATCHER, [onCleanup]);\n            };\n        }\n    }\n    else {\n        getter = noop;\n        process.env.NODE_ENV !== 'production' && warnInvalidSource(source);\n    }\n    if (cb && deep) {\n        var baseGetter_1 = getter;\n        getter = function () { return traverse(baseGetter_1()); };\n    }\n    var cleanup;\n    var onCleanup = function (fn) {\n        cleanup = watcher.onStop = function () {\n            call(fn, WATCHER_CLEANUP);\n        };\n    };\n    // in SSR there is no need to setup an actual effect, and it should be noop\n    // unless it's eager\n    if (isServerRendering()) {\n        // we will also not call the invalidate callback (+ runner is not set up)\n        onCleanup = noop;\n        if (!cb) {\n            getter();\n        }\n        else if (immediate) {\n            call(cb, WATCHER_CB, [\n                getter(),\n                isMultiSource ? [] : undefined,\n                onCleanup\n            ]);\n        }\n        return noop;\n    }\n    var watcher = new Watcher(currentInstance, getter, noop, {\n        lazy: true\n    });\n    watcher.noRecurse = !cb;\n    var oldValue = isMultiSource ? [] : INITIAL_WATCHER_VALUE;\n    // overwrite default run\n    watcher.run = function () {\n        if (!watcher.active) {\n            return;\n        }\n        if (cb) {\n            // watch(source, cb)\n            var newValue = watcher.get();\n            if (deep ||\n                forceTrigger ||\n                (isMultiSource\n                    ? newValue.some(function (v, i) {\n                        return hasChanged(v, oldValue[i]);\n                    })\n                    : hasChanged(newValue, oldValue))) {\n                // cleanup before running cb again\n                if (cleanup) {\n                    cleanup();\n                }\n                call(cb, WATCHER_CB, [\n                    newValue,\n                    // pass undefined as the old value when it's changed for the first time\n                    oldValue === INITIAL_WATCHER_VALUE ? undefined : oldValue,\n                    onCleanup\n                ]);\n                oldValue = newValue;\n            }\n        }\n        else {\n            // watchEffect\n            watcher.get();\n        }\n    };\n    if (flush === 'sync') {\n        watcher.update = watcher.run;\n    }\n    else if (flush === 'post') {\n        watcher.post = true;\n        watcher.update = function () { return queueWatcher(watcher); };\n    }\n    else {\n        // pre\n        watcher.update = function () {\n            if (instance && instance === currentInstance && !instance._isMounted) {\n                // pre-watcher triggered before\n                var buffer = instance._preWatchers || (instance._preWatchers = []);\n                if (buffer.indexOf(watcher) < 0)\n                    buffer.push(watcher);\n            }\n            else {\n                queueWatcher(watcher);\n            }\n        };\n    }\n    if (process.env.NODE_ENV !== 'production') {\n        watcher.onTrack = onTrack;\n        watcher.onTrigger = onTrigger;\n    }\n    // initial run\n    if (cb) {\n        if (immediate) {\n            watcher.run();\n        }\n        else {\n            oldValue = watcher.get();\n        }\n    }\n    else if (flush === 'post' && instance) {\n        instance.$once('hook:mounted', function () { return watcher.get(); });\n    }\n    else {\n        watcher.get();\n    }\n    return function () {\n        watcher.teardown();\n    };\n}\n\nvar activeEffectScope;\nvar EffectScope = /** @class */ (function () {\n    function EffectScope(detached) {\n        if (detached === void 0) { detached = false; }\n        this.detached = detached;\n        /**\n         * @internal\n         */\n        this.active = true;\n        /**\n         * @internal\n         */\n        this.effects = [];\n        /**\n         * @internal\n         */\n        this.cleanups = [];\n        this.parent = activeEffectScope;\n        if (!detached && activeEffectScope) {\n            this.index =\n                (activeEffectScope.scopes || (activeEffectScope.scopes = [])).push(this) - 1;\n        }\n    }\n    EffectScope.prototype.run = function (fn) {\n        if (this.active) {\n            var currentEffectScope = activeEffectScope;\n            try {\n                activeEffectScope = this;\n                return fn();\n            }\n            finally {\n                activeEffectScope = currentEffectScope;\n            }\n        }\n        else if (process.env.NODE_ENV !== 'production') {\n            warn(\"cannot run an inactive effect scope.\");\n        }\n    };\n    /**\n     * This should only be called on non-detached scopes\n     * @internal\n     */\n    EffectScope.prototype.on = function () {\n        activeEffectScope = this;\n    };\n    /**\n     * This should only be called on non-detached scopes\n     * @internal\n     */\n    EffectScope.prototype.off = function () {\n        activeEffectScope = this.parent;\n    };\n    EffectScope.prototype.stop = function (fromParent) {\n        if (this.active) {\n            var i = void 0, l = void 0;\n            for (i = 0, l = this.effects.length; i < l; i++) {\n                this.effects[i].teardown();\n            }\n            for (i = 0, l = this.cleanups.length; i < l; i++) {\n                this.cleanups[i]();\n            }\n            if (this.scopes) {\n                for (i = 0, l = this.scopes.length; i < l; i++) {\n                    this.scopes[i].stop(true);\n                }\n            }\n            // nested scope, dereference from parent to avoid memory leaks\n            if (!this.detached && this.parent && !fromParent) {\n                // optimized O(1) removal\n                var last = this.parent.scopes.pop();\n                if (last && last !== this) {\n                    this.parent.scopes[this.index] = last;\n                    last.index = this.index;\n                }\n            }\n            this.parent = undefined;\n            this.active = false;\n        }\n    };\n    return EffectScope;\n}());\nfunction effectScope(detached) {\n    return new EffectScope(detached);\n}\n/**\n * @internal\n */\nfunction recordEffectScope(effect, scope) {\n    if (scope === void 0) { scope = activeEffectScope; }\n    if (scope && scope.active) {\n        scope.effects.push(effect);\n    }\n}\nfunction getCurrentScope() {\n    return activeEffectScope;\n}\nfunction onScopeDispose(fn) {\n    if (activeEffectScope) {\n        activeEffectScope.cleanups.push(fn);\n    }\n    else if (process.env.NODE_ENV !== 'production') {\n        warn(\"onScopeDispose() is called when there is no active effect scope\" +\n            \" to be associated with.\");\n    }\n}\n\nfunction provide(key, value) {\n    if (!currentInstance) {\n        if (process.env.NODE_ENV !== 'production') {\n            warn(\"provide() can only be used inside setup().\");\n        }\n    }\n    else {\n        // TS doesn't allow symbol as index type\n        resolveProvided(currentInstance)[key] = value;\n    }\n}\nfunction resolveProvided(vm) {\n    // by default an instance inherits its parent's provides object\n    // but when it needs to provide values of its own, it creates its\n    // own provides object using parent provides object as prototype.\n    // this way in `inject` we can simply look up injections from direct\n    // parent and let the prototype chain do the work.\n    var existing = vm._provided;\n    var parentProvides = vm.$parent && vm.$parent._provided;\n    if (parentProvides === existing) {\n        return (vm._provided = Object.create(parentProvides));\n    }\n    else {\n        return existing;\n    }\n}\nfunction inject(key, defaultValue, treatDefaultAsFactory) {\n    if (treatDefaultAsFactory === void 0) { treatDefaultAsFactory = false; }\n    // fallback to `currentRenderingInstance` so that this can be called in\n    // a functional component\n    var instance = currentInstance;\n    if (instance) {\n        // #2400\n        // to support `app.use` plugins,\n        // fallback to appContext's `provides` if the instance is at root\n        var provides = instance.$parent && instance.$parent._provided;\n        if (provides && key in provides) {\n            // TS doesn't allow symbol as index type\n            return provides[key];\n        }\n        else if (arguments.length > 1) {\n            return treatDefaultAsFactory && isFunction(defaultValue)\n                ? defaultValue.call(instance)\n                : defaultValue;\n        }\n        else if (process.env.NODE_ENV !== 'production') {\n            warn(\"injection \\\"\".concat(String(key), \"\\\" not found.\"));\n        }\n    }\n    else if (process.env.NODE_ENV !== 'production') {\n        warn(\"inject() can only be used inside setup() or functional components.\");\n    }\n}\n\nvar normalizeEvent = cached(function (name) {\n    var passive = name.charAt(0) === '&';\n    name = passive ? name.slice(1) : name;\n    var once = name.charAt(0) === '~'; // Prefixed last, checked first\n    name = once ? name.slice(1) : name;\n    var capture = name.charAt(0) === '!';\n    name = capture ? name.slice(1) : name;\n    return {\n        name: name,\n        once: once,\n        capture: capture,\n        passive: passive\n    };\n});\nfunction createFnInvoker(fns, vm) {\n    function invoker() {\n        var fns = invoker.fns;\n        if (isArray(fns)) {\n            var cloned = fns.slice();\n            for (var i = 0; i < cloned.length; i++) {\n                invokeWithErrorHandling(cloned[i], null, arguments, vm, \"v-on handler\");\n            }\n        }\n        else {\n            // return handler return value for single handlers\n            return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\");\n        }\n    }\n    invoker.fns = fns;\n    return invoker;\n}\nfunction updateListeners(on, oldOn, add, remove, createOnceHandler, vm) {\n    var name, cur, old, event;\n    for (name in on) {\n        cur = on[name];\n        old = oldOn[name];\n        event = normalizeEvent(name);\n        if (isUndef(cur)) {\n            process.env.NODE_ENV !== 'production' &&\n                warn(\"Invalid handler for event \\\"\".concat(event.name, \"\\\": got \") + String(cur), vm);\n        }\n        else if (isUndef(old)) {\n            if (isUndef(cur.fns)) {\n                cur = on[name] = createFnInvoker(cur, vm);\n            }\n            if (isTrue(event.once)) {\n                cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n            }\n            add(event.name, cur, event.capture, event.passive, event.params);\n        }\n        else if (cur !== old) {\n            old.fns = cur;\n            on[name] = old;\n        }\n    }\n    for (name in oldOn) {\n        if (isUndef(on[name])) {\n            event = normalizeEvent(name);\n            remove(event.name, oldOn[name], event.capture);\n        }\n    }\n}\n\nfunction mergeVNodeHook(def, hookKey, hook) {\n    if (def instanceof VNode) {\n        def = def.data.hook || (def.data.hook = {});\n    }\n    var invoker;\n    var oldHook = def[hookKey];\n    function wrappedHook() {\n        hook.apply(this, arguments);\n        // important: remove merged hook to ensure it's called only once\n        // and prevent memory leak\n        remove$2(invoker.fns, wrappedHook);\n    }\n    if (isUndef(oldHook)) {\n        // no existing hook\n        invoker = createFnInvoker([wrappedHook]);\n    }\n    else {\n        /* istanbul ignore if */\n        if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n            // already a merged invoker\n            invoker = oldHook;\n            invoker.fns.push(wrappedHook);\n        }\n        else {\n            // existing plain hook\n            invoker = createFnInvoker([oldHook, wrappedHook]);\n        }\n    }\n    invoker.merged = true;\n    def[hookKey] = invoker;\n}\n\nfunction extractPropsFromVNodeData(data, Ctor, tag) {\n    // we are only extracting raw values here.\n    // validation and default values are handled in the child\n    // component itself.\n    var propOptions = Ctor.options.props;\n    if (isUndef(propOptions)) {\n        return;\n    }\n    var res = {};\n    var attrs = data.attrs, props = data.props;\n    if (isDef(attrs) || isDef(props)) {\n        for (var key in propOptions) {\n            var altKey = hyphenate(key);\n            if (process.env.NODE_ENV !== 'production') {\n                var keyInLowerCase = key.toLowerCase();\n                if (key !== keyInLowerCase && attrs && hasOwn(attrs, keyInLowerCase)) {\n                    tip(\"Prop \\\"\".concat(keyInLowerCase, \"\\\" is passed to component \") +\n                        \"\".concat(formatComponentName(\n                        // @ts-expect-error tag is string\n                        tag || Ctor), \", but the declared prop name is\") +\n                        \" \\\"\".concat(key, \"\\\". \") +\n                        \"Note that HTML attributes are case-insensitive and camelCased \" +\n                        \"props need to use their kebab-case equivalents when using in-DOM \" +\n                        \"templates. You should probably use \\\"\".concat(altKey, \"\\\" instead of \\\"\").concat(key, \"\\\".\"));\n                }\n            }\n            checkProp(res, props, key, altKey, true) ||\n                checkProp(res, attrs, key, altKey, false);\n        }\n    }\n    return res;\n}\nfunction checkProp(res, hash, key, altKey, preserve) {\n    if (isDef(hash)) {\n        if (hasOwn(hash, key)) {\n            res[key] = hash[key];\n            if (!preserve) {\n                delete hash[key];\n            }\n            return true;\n        }\n        else if (hasOwn(hash, altKey)) {\n            res[key] = hash[altKey];\n            if (!preserve) {\n                delete hash[altKey];\n            }\n            return true;\n        }\n    }\n    return false;\n}\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array<VNode>. There are\n// two cases where extra normalization is needed:\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren(children) {\n    for (var i = 0; i < children.length; i++) {\n        if (isArray(children[i])) {\n            return Array.prototype.concat.apply([], children);\n        }\n    }\n    return children;\n}\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g. <template>, <slot>, v-for, or when the children is provided by user\n// with hand-written render functions / JSX. In such cases a full normalization\n// is needed to cater to all possible types of children values.\nfunction normalizeChildren(children) {\n    return isPrimitive(children)\n        ? [createTextVNode(children)]\n        : isArray(children)\n            ? normalizeArrayChildren(children)\n            : undefined;\n}\nfunction isTextNode(node) {\n    return isDef(node) && isDef(node.text) && isFalse(node.isComment);\n}\nfunction normalizeArrayChildren(children, nestedIndex) {\n    var res = [];\n    var i, c, lastIndex, last;\n    for (i = 0; i < children.length; i++) {\n        c = children[i];\n        if (isUndef(c) || typeof c === 'boolean')\n            continue;\n        lastIndex = res.length - 1;\n        last = res[lastIndex];\n        //  nested\n        if (isArray(c)) {\n            if (c.length > 0) {\n                c = normalizeArrayChildren(c, \"\".concat(nestedIndex || '', \"_\").concat(i));\n                // merge adjacent text nodes\n                if (isTextNode(c[0]) && isTextNode(last)) {\n                    res[lastIndex] = createTextVNode(last.text + c[0].text);\n                    c.shift();\n                }\n                res.push.apply(res, c);\n            }\n        }\n        else if (isPrimitive(c)) {\n            if (isTextNode(last)) {\n                // merge adjacent text nodes\n                // this is necessary for SSR hydration because text nodes are\n                // essentially merged when rendered to HTML strings\n                res[lastIndex] = createTextVNode(last.text + c);\n            }\n            else if (c !== '') {\n                // convert primitive to vnode\n                res.push(createTextVNode(c));\n            }\n        }\n        else {\n            if (isTextNode(c) && isTextNode(last)) {\n                // merge adjacent text nodes\n                res[lastIndex] = createTextVNode(last.text + c.text);\n            }\n            else {\n                // default key for nested array children (likely generated by v-for)\n                if (isTrue(children._isVList) &&\n                    isDef(c.tag) &&\n                    isUndef(c.key) &&\n                    isDef(nestedIndex)) {\n                    c.key = \"__vlist\".concat(nestedIndex, \"_\").concat(i, \"__\");\n                }\n                res.push(c);\n            }\n        }\n    }\n    return res;\n}\n\n/**\n * Runtime helper for rendering v-for lists.\n */\nfunction renderList(val, render) {\n    var ret = null, i, l, keys, key;\n    if (isArray(val) || typeof val === 'string') {\n        ret = new Array(val.length);\n        for (i = 0, l = val.length; i < l; i++) {\n            ret[i] = render(val[i], i);\n        }\n    }\n    else if (typeof val === 'number') {\n        ret = new Array(val);\n        for (i = 0; i < val; i++) {\n            ret[i] = render(i + 1, i);\n        }\n    }\n    else if (isObject(val)) {\n        if (hasSymbol && val[Symbol.iterator]) {\n            ret = [];\n            var iterator = val[Symbol.iterator]();\n            var result = iterator.next();\n            while (!result.done) {\n                ret.push(render(result.value, ret.length));\n                result = iterator.next();\n            }\n        }\n        else {\n            keys = Object.keys(val);\n            ret = new Array(keys.length);\n            for (i = 0, l = keys.length; i < l; i++) {\n                key = keys[i];\n                ret[i] = render(val[key], key, i);\n            }\n        }\n    }\n    if (!isDef(ret)) {\n        ret = [];\n    }\n    ret._isVList = true;\n    return ret;\n}\n\n/**\n * Runtime helper for rendering <slot>\n */\nfunction renderSlot(name, fallbackRender, props, bindObject) {\n    var scopedSlotFn = this.$scopedSlots[name];\n    var nodes;\n    if (scopedSlotFn) {\n        // scoped slot\n        props = props || {};\n        if (bindObject) {\n            if (process.env.NODE_ENV !== 'production' && !isObject(bindObject)) {\n                warn('slot v-bind without argument expects an Object', this);\n            }\n            props = extend(extend({}, bindObject), props);\n        }\n        nodes =\n            scopedSlotFn(props) ||\n                (isFunction(fallbackRender) ? fallbackRender() : fallbackRender);\n    }\n    else {\n        nodes =\n            this.$slots[name] ||\n                (isFunction(fallbackRender) ? fallbackRender() : fallbackRender);\n    }\n    var target = props && props.slot;\n    if (target) {\n        return this.$createElement('template', { slot: target }, nodes);\n    }\n    else {\n        return nodes;\n    }\n}\n\n/**\n * Runtime helper for resolving filters\n */\nfunction resolveFilter(id) {\n    return resolveAsset(this.$options, 'filters', id, true) || identity;\n}\n\nfunction isKeyNotMatch(expect, actual) {\n    if (isArray(expect)) {\n        return expect.indexOf(actual) === -1;\n    }\n    else {\n        return expect !== actual;\n    }\n}\n/**\n * Runtime helper for checking keyCodes from config.\n * exposed as Vue.prototype._k\n * passing in eventKeyName as last argument separately for backwards compat\n */\nfunction checkKeyCodes(eventKeyCode, key, builtInKeyCode, eventKeyName, builtInKeyName) {\n    var mappedKeyCode = config.keyCodes[key] || builtInKeyCode;\n    if (builtInKeyName && eventKeyName && !config.keyCodes[key]) {\n        return isKeyNotMatch(builtInKeyName, eventKeyName);\n    }\n    else if (mappedKeyCode) {\n        return isKeyNotMatch(mappedKeyCode, eventKeyCode);\n    }\n    else if (eventKeyName) {\n        return hyphenate(eventKeyName) !== key;\n    }\n    return eventKeyCode === undefined;\n}\n\n/**\n * Runtime helper for merging v-bind=\"object\" into a VNode's data.\n */\nfunction bindObjectProps(data, tag, value, asProp, isSync) {\n    if (value) {\n        if (!isObject(value)) {\n            process.env.NODE_ENV !== 'production' &&\n                warn('v-bind without argument expects an Object or Array value', this);\n        }\n        else {\n            if (isArray(value)) {\n                value = toObject(value);\n            }\n            var hash = void 0;\n            var _loop_1 = function (key) {\n                if (key === 'class' || key === 'style' || isReservedAttribute(key)) {\n                    hash = data;\n                }\n                else {\n                    var type = data.attrs && data.attrs.type;\n                    hash =\n                        asProp || config.mustUseProp(tag, type, key)\n                            ? data.domProps || (data.domProps = {})\n                            : data.attrs || (data.attrs = {});\n                }\n                var camelizedKey = camelize(key);\n                var hyphenatedKey = hyphenate(key);\n                if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) {\n                    hash[key] = value[key];\n                    if (isSync) {\n                        var on = data.on || (data.on = {});\n                        on[\"update:\".concat(key)] = function ($event) {\n                            value[key] = $event;\n                        };\n                    }\n                }\n            };\n            for (var key in value) {\n                _loop_1(key);\n            }\n        }\n    }\n    return data;\n}\n\n/**\n * Runtime helper for rendering static trees.\n */\nfunction renderStatic(index, isInFor) {\n    var cached = this._staticTrees || (this._staticTrees = []);\n    var tree = cached[index];\n    // if has already-rendered static tree and not inside v-for,\n    // we can reuse the same tree.\n    if (tree && !isInFor) {\n        return tree;\n    }\n    // otherwise, render a fresh tree.\n    tree = cached[index] = this.$options.staticRenderFns[index].call(this._renderProxy, this._c, this // for render fns generated for functional component templates\n    );\n    markStatic(tree, \"__static__\".concat(index), false);\n    return tree;\n}\n/**\n * Runtime helper for v-once.\n * Effectively it means marking the node as static with a unique key.\n */\nfunction markOnce(tree, index, key) {\n    markStatic(tree, \"__once__\".concat(index).concat(key ? \"_\".concat(key) : \"\"), true);\n    return tree;\n}\nfunction markStatic(tree, key, isOnce) {\n    if (isArray(tree)) {\n        for (var i = 0; i < tree.length; i++) {\n            if (tree[i] && typeof tree[i] !== 'string') {\n                markStaticNode(tree[i], \"\".concat(key, \"_\").concat(i), isOnce);\n            }\n        }\n    }\n    else {\n        markStaticNode(tree, key, isOnce);\n    }\n}\nfunction markStaticNode(node, key, isOnce) {\n    node.isStatic = true;\n    node.key = key;\n    node.isOnce = isOnce;\n}\n\nfunction bindObjectListeners(data, value) {\n    if (value) {\n        if (!isPlainObject(value)) {\n            process.env.NODE_ENV !== 'production' && warn('v-on without argument expects an Object value', this);\n        }\n        else {\n            var on = (data.on = data.on ? extend({}, data.on) : {});\n            for (var key in value) {\n                var existing = on[key];\n                var ours = value[key];\n                on[key] = existing ? [].concat(existing, ours) : ours;\n            }\n        }\n    }\n    return data;\n}\n\nfunction resolveScopedSlots(fns, res, \n// the following are added in 2.6\nhasDynamicKeys, contentHashKey) {\n    res = res || { $stable: !hasDynamicKeys };\n    for (var i = 0; i < fns.length; i++) {\n        var slot = fns[i];\n        if (isArray(slot)) {\n            resolveScopedSlots(slot, res, hasDynamicKeys);\n        }\n        else if (slot) {\n            // marker for reverse proxying v-slot without scope on this.$slots\n            // @ts-expect-error\n            if (slot.proxy) {\n                // @ts-expect-error\n                slot.fn.proxy = true;\n            }\n            res[slot.key] = slot.fn;\n        }\n    }\n    if (contentHashKey) {\n        res.$key = contentHashKey;\n    }\n    return res;\n}\n\n// helper to process dynamic keys for dynamic arguments in v-bind and v-on.\nfunction bindDynamicKeys(baseObj, values) {\n    for (var i = 0; i < values.length; i += 2) {\n        var key = values[i];\n        if (typeof key === 'string' && key) {\n            baseObj[values[i]] = values[i + 1];\n        }\n        else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {\n            // null is a special value for explicitly removing a binding\n            warn(\"Invalid value for dynamic directive argument (expected string or null): \".concat(key), this);\n        }\n    }\n    return baseObj;\n}\n// helper to dynamically append modifier runtime markers to event names.\n// ensure only append when value is already string, otherwise it will be cast\n// to string and cause the type check to miss.\nfunction prependModifier(value, symbol) {\n    return typeof value === 'string' ? symbol + value : value;\n}\n\nfunction installRenderHelpers(target) {\n    target._o = markOnce;\n    target._n = toNumber;\n    target._s = toString;\n    target._l = renderList;\n    target._t = renderSlot;\n    target._q = looseEqual;\n    target._i = looseIndexOf;\n    target._m = renderStatic;\n    target._f = resolveFilter;\n    target._k = checkKeyCodes;\n    target._b = bindObjectProps;\n    target._v = createTextVNode;\n    target._e = createEmptyVNode;\n    target._u = resolveScopedSlots;\n    target._g = bindObjectListeners;\n    target._d = bindDynamicKeys;\n    target._p = prependModifier;\n}\n\n/**\n * Runtime helper for resolving raw children VNodes into a slot object.\n */\nfunction resolveSlots(children, context) {\n    if (!children || !children.length) {\n        return {};\n    }\n    var slots = {};\n    for (var i = 0, l = children.length; i < l; i++) {\n        var child = children[i];\n        var data = child.data;\n        // remove slot attribute if the node is resolved as a Vue slot node\n        if (data && data.attrs && data.attrs.slot) {\n            delete data.attrs.slot;\n        }\n        // named slots should only be respected if the vnode was rendered in the\n        // same context.\n        if ((child.context === context || child.fnContext === context) &&\n            data &&\n            data.slot != null) {\n            var name_1 = data.slot;\n            var slot = slots[name_1] || (slots[name_1] = []);\n            if (child.tag === 'template') {\n                slot.push.apply(slot, child.children || []);\n            }\n            else {\n                slot.push(child);\n            }\n        }\n        else {\n            (slots.default || (slots.default = [])).push(child);\n        }\n    }\n    // ignore slots that contains only whitespace\n    for (var name_2 in slots) {\n        if (slots[name_2].every(isWhitespace)) {\n            delete slots[name_2];\n        }\n    }\n    return slots;\n}\nfunction isWhitespace(node) {\n    return (node.isComment && !node.asyncFactory) || node.text === ' ';\n}\n\nfunction isAsyncPlaceholder(node) {\n    // @ts-expect-error not really boolean type\n    return node.isComment && node.asyncFactory;\n}\n\nfunction normalizeScopedSlots(ownerVm, scopedSlots, normalSlots, prevScopedSlots) {\n    var res;\n    var hasNormalSlots = Object.keys(normalSlots).length > 0;\n    var isStable = scopedSlots ? !!scopedSlots.$stable : !hasNormalSlots;\n    var key = scopedSlots && scopedSlots.$key;\n    if (!scopedSlots) {\n        res = {};\n    }\n    else if (scopedSlots._normalized) {\n        // fast path 1: child component re-render only, parent did not change\n        return scopedSlots._normalized;\n    }\n    else if (isStable &&\n        prevScopedSlots &&\n        prevScopedSlots !== emptyObject &&\n        key === prevScopedSlots.$key &&\n        !hasNormalSlots &&\n        !prevScopedSlots.$hasNormal) {\n        // fast path 2: stable scoped slots w/ no normal slots to proxy,\n        // only need to normalize once\n        return prevScopedSlots;\n    }\n    else {\n        res = {};\n        for (var key_1 in scopedSlots) {\n            if (scopedSlots[key_1] && key_1[0] !== '$') {\n                res[key_1] = normalizeScopedSlot(ownerVm, normalSlots, key_1, scopedSlots[key_1]);\n            }\n        }\n    }\n    // expose normal slots on scopedSlots\n    for (var key_2 in normalSlots) {\n        if (!(key_2 in res)) {\n            res[key_2] = proxyNormalSlot(normalSlots, key_2);\n        }\n    }\n    // avoriaz seems to mock a non-extensible $scopedSlots object\n    // and when that is passed down this would cause an error\n    if (scopedSlots && Object.isExtensible(scopedSlots)) {\n        scopedSlots._normalized = res;\n    }\n    def(res, '$stable', isStable);\n    def(res, '$key', key);\n    def(res, '$hasNormal', hasNormalSlots);\n    return res;\n}\nfunction normalizeScopedSlot(vm, normalSlots, key, fn) {\n    var normalized = function () {\n        var cur = currentInstance;\n        setCurrentInstance(vm);\n        var res = arguments.length ? fn.apply(null, arguments) : fn({});\n        res =\n            res && typeof res === 'object' && !isArray(res)\n                ? [res] // single vnode\n                : normalizeChildren(res);\n        var vnode = res && res[0];\n        setCurrentInstance(cur);\n        return res &&\n            (!vnode ||\n                (res.length === 1 && vnode.isComment && !isAsyncPlaceholder(vnode))) // #9658, #10391\n            ? undefined\n            : res;\n    };\n    // this is a slot using the new v-slot syntax without scope. although it is\n    // compiled as a scoped slot, render fn users would expect it to be present\n    // on this.$slots because the usage is semantically a normal slot.\n    if (fn.proxy) {\n        Object.defineProperty(normalSlots, key, {\n            get: normalized,\n            enumerable: true,\n            configurable: true\n        });\n    }\n    return normalized;\n}\nfunction proxyNormalSlot(slots, key) {\n    return function () { return slots[key]; };\n}\n\nfunction initSetup(vm) {\n    var options = vm.$options;\n    var setup = options.setup;\n    if (setup) {\n        var ctx = (vm._setupContext = createSetupContext(vm));\n        setCurrentInstance(vm);\n        pushTarget();\n        var setupResult = invokeWithErrorHandling(setup, null, [vm._props || shallowReactive({}), ctx], vm, \"setup\");\n        popTarget();\n        setCurrentInstance();\n        if (isFunction(setupResult)) {\n            // render function\n            // @ts-ignore\n            options.render = setupResult;\n        }\n        else if (isObject(setupResult)) {\n            // bindings\n            if (process.env.NODE_ENV !== 'production' && setupResult instanceof VNode) {\n                warn(\"setup() should not return VNodes directly - \" +\n                    \"return a render function instead.\");\n            }\n            vm._setupState = setupResult;\n            // __sfc indicates compiled bindings from <script setup>\n            if (!setupResult.__sfc) {\n                for (var key in setupResult) {\n                    if (!isReserved(key)) {\n                        proxyWithRefUnwrap(vm, setupResult, key);\n                    }\n                    else if (process.env.NODE_ENV !== 'production') {\n                        warn(\"Avoid using variables that start with _ or $ in setup().\");\n                    }\n                }\n            }\n            else {\n                // exposed for compiled render fn\n                var proxy = (vm._setupProxy = {});\n                for (var key in setupResult) {\n                    if (key !== '__sfc') {\n                        proxyWithRefUnwrap(proxy, setupResult, key);\n                    }\n                }\n            }\n        }\n        else if (process.env.NODE_ENV !== 'production' && setupResult !== undefined) {\n            warn(\"setup() should return an object. Received: \".concat(setupResult === null ? 'null' : typeof setupResult));\n        }\n    }\n}\nfunction createSetupContext(vm) {\n    var exposeCalled = false;\n    return {\n        get attrs() {\n            if (!vm._attrsProxy) {\n                var proxy = (vm._attrsProxy = {});\n                def(proxy, '_v_attr_proxy', true);\n                syncSetupProxy(proxy, vm.$attrs, emptyObject, vm, '$attrs');\n            }\n            return vm._attrsProxy;\n        },\n        get listeners() {\n            if (!vm._listenersProxy) {\n                var proxy = (vm._listenersProxy = {});\n                syncSetupProxy(proxy, vm.$listeners, emptyObject, vm, '$listeners');\n            }\n            return vm._listenersProxy;\n        },\n        get slots() {\n            return initSlotsProxy(vm);\n        },\n        emit: bind(vm.$emit, vm),\n        expose: function (exposed) {\n            if (process.env.NODE_ENV !== 'production') {\n                if (exposeCalled) {\n                    warn(\"expose() should be called only once per setup().\", vm);\n                }\n                exposeCalled = true;\n            }\n            if (exposed) {\n                Object.keys(exposed).forEach(function (key) {\n                    return proxyWithRefUnwrap(vm, exposed, key);\n                });\n            }\n        }\n    };\n}\nfunction syncSetupProxy(to, from, prev, instance, type) {\n    var changed = false;\n    for (var key in from) {\n        if (!(key in to)) {\n            changed = true;\n            defineProxyAttr(to, key, instance, type);\n        }\n        else if (from[key] !== prev[key]) {\n            changed = true;\n        }\n    }\n    for (var key in to) {\n        if (!(key in from)) {\n            changed = true;\n            delete to[key];\n        }\n    }\n    return changed;\n}\nfunction defineProxyAttr(proxy, key, instance, type) {\n    Object.defineProperty(proxy, key, {\n        enumerable: true,\n        configurable: true,\n        get: function () {\n            return instance[type][key];\n        }\n    });\n}\nfunction initSlotsProxy(vm) {\n    if (!vm._slotsProxy) {\n        syncSetupSlots((vm._slotsProxy = {}), vm.$scopedSlots);\n    }\n    return vm._slotsProxy;\n}\nfunction syncSetupSlots(to, from) {\n    for (var key in from) {\n        to[key] = from[key];\n    }\n    for (var key in to) {\n        if (!(key in from)) {\n            delete to[key];\n        }\n    }\n}\n/**\n * @internal use manual type def because public setup context type relies on\n * legacy VNode types\n */\nfunction useSlots() {\n    return getContext().slots;\n}\n/**\n * @internal use manual type def because public setup context type relies on\n * legacy VNode types\n */\nfunction useAttrs() {\n    return getContext().attrs;\n}\n/**\n * Vue 2 only\n * @internal use manual type def because public setup context type relies on\n * legacy VNode types\n */\nfunction useListeners() {\n    return getContext().listeners;\n}\nfunction getContext() {\n    if (process.env.NODE_ENV !== 'production' && !currentInstance) {\n        warn(\"useContext() called without active instance.\");\n    }\n    var vm = currentInstance;\n    return vm._setupContext || (vm._setupContext = createSetupContext(vm));\n}\n/**\n * Runtime helper for merging default declarations. Imported by compiled code\n * only.\n * @internal\n */\nfunction mergeDefaults(raw, defaults) {\n    var props = isArray(raw)\n        ? raw.reduce(function (normalized, p) { return ((normalized[p] = {}), normalized); }, {})\n        : raw;\n    for (var key in defaults) {\n        var opt = props[key];\n        if (opt) {\n            if (isArray(opt) || isFunction(opt)) {\n                props[key] = { type: opt, default: defaults[key] };\n            }\n            else {\n                opt.default = defaults[key];\n            }\n        }\n        else if (opt === null) {\n            props[key] = { default: defaults[key] };\n        }\n        else if (process.env.NODE_ENV !== 'production') {\n            warn(\"props default key \\\"\".concat(key, \"\\\" has no corresponding declaration.\"));\n        }\n    }\n    return props;\n}\n\nfunction initRender(vm) {\n    vm._vnode = null; // the root of the child tree\n    vm._staticTrees = null; // v-once cached trees\n    var options = vm.$options;\n    var parentVnode = (vm.$vnode = options._parentVnode); // the placeholder node in parent tree\n    var renderContext = parentVnode && parentVnode.context;\n    vm.$slots = resolveSlots(options._renderChildren, renderContext);\n    vm.$scopedSlots = parentVnode\n        ? normalizeScopedSlots(vm.$parent, parentVnode.data.scopedSlots, vm.$slots)\n        : emptyObject;\n    // bind the createElement fn to this instance\n    // so that we get proper render context inside it.\n    // args order: tag, data, children, normalizationType, alwaysNormalize\n    // internal version is used by render functions compiled from templates\n    // @ts-expect-error\n    vm._c = function (a, b, c, d) { return createElement$1(vm, a, b, c, d, false); };\n    // normalization is always applied for the public version, used in\n    // user-written render functions.\n    // @ts-expect-error\n    vm.$createElement = function (a, b, c, d) { return createElement$1(vm, a, b, c, d, true); };\n    // $attrs & $listeners are exposed for easier HOC creation.\n    // they need to be reactive so that HOCs using them are always updated\n    var parentData = parentVnode && parentVnode.data;\n    /* istanbul ignore else */\n    if (process.env.NODE_ENV !== 'production') {\n        defineReactive(vm, '$attrs', (parentData && parentData.attrs) || emptyObject, function () {\n            !isUpdatingChildComponent && warn(\"$attrs is readonly.\", vm);\n        }, true);\n        defineReactive(vm, '$listeners', options._parentListeners || emptyObject, function () {\n            !isUpdatingChildComponent && warn(\"$listeners is readonly.\", vm);\n        }, true);\n    }\n    else {\n        defineReactive(vm, '$attrs', (parentData && parentData.attrs) || emptyObject, null, true);\n        defineReactive(vm, '$listeners', options._parentListeners || emptyObject, null, true);\n    }\n}\nvar currentRenderingInstance = null;\nfunction renderMixin(Vue) {\n    // install runtime convenience helpers\n    installRenderHelpers(Vue.prototype);\n    Vue.prototype.$nextTick = function (fn) {\n        return nextTick(fn, this);\n    };\n    Vue.prototype._render = function () {\n        var vm = this;\n        var _a = vm.$options, render = _a.render, _parentVnode = _a._parentVnode;\n        if (_parentVnode && vm._isMounted) {\n            vm.$scopedSlots = normalizeScopedSlots(vm.$parent, _parentVnode.data.scopedSlots, vm.$slots, vm.$scopedSlots);\n            if (vm._slotsProxy) {\n                syncSetupSlots(vm._slotsProxy, vm.$scopedSlots);\n            }\n        }\n        // set parent vnode. this allows render functions to have access\n        // to the data on the placeholder node.\n        vm.$vnode = _parentVnode;\n        // render self\n        var vnode;\n        try {\n            // There's no need to maintain a stack because all render fns are called\n            // separately from one another. Nested component's render fns are called\n            // when parent component is patched.\n            setCurrentInstance(vm);\n            currentRenderingInstance = vm;\n            vnode = render.call(vm._renderProxy, vm.$createElement);\n        }\n        catch (e) {\n            handleError(e, vm, \"render\");\n            // return error render result,\n            // or previous vnode to prevent render error causing blank component\n            /* istanbul ignore else */\n            if (process.env.NODE_ENV !== 'production' && vm.$options.renderError) {\n                try {\n                    vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e);\n                }\n                catch (e) {\n                    handleError(e, vm, \"renderError\");\n                    vnode = vm._vnode;\n                }\n            }\n            else {\n                vnode = vm._vnode;\n            }\n        }\n        finally {\n            currentRenderingInstance = null;\n            setCurrentInstance();\n        }\n        // if the returned array contains only a single node, allow it\n        if (isArray(vnode) && vnode.length === 1) {\n            vnode = vnode[0];\n        }\n        // return empty vnode in case the render function errored out\n        if (!(vnode instanceof VNode)) {\n            if (process.env.NODE_ENV !== 'production' && isArray(vnode)) {\n                warn('Multiple root nodes returned from render function. Render function ' +\n                    'should return a single root node.', vm);\n            }\n            vnode = createEmptyVNode();\n        }\n        // set parent\n        vnode.parent = _parentVnode;\n        return vnode;\n    };\n}\n\nfunction ensureCtor(comp, base) {\n    if (comp.__esModule || (hasSymbol && comp[Symbol.toStringTag] === 'Module')) {\n        comp = comp.default;\n    }\n    return isObject(comp) ? base.extend(comp) : comp;\n}\nfunction createAsyncPlaceholder(factory, data, context, children, tag) {\n    var node = createEmptyVNode();\n    node.asyncFactory = factory;\n    node.asyncMeta = { data: data, context: context, children: children, tag: tag };\n    return node;\n}\nfunction resolveAsyncComponent(factory, baseCtor) {\n    if (isTrue(factory.error) && isDef(factory.errorComp)) {\n        return factory.errorComp;\n    }\n    if (isDef(factory.resolved)) {\n        return factory.resolved;\n    }\n    var owner = currentRenderingInstance;\n    if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) {\n        // already pending\n        factory.owners.push(owner);\n    }\n    if (isTrue(factory.loading) && isDef(factory.loadingComp)) {\n        return factory.loadingComp;\n    }\n    if (owner && !isDef(factory.owners)) {\n        var owners_1 = (factory.owners = [owner]);\n        var sync_1 = true;\n        var timerLoading_1 = null;\n        var timerTimeout_1 = null;\n        owner.$on('hook:destroyed', function () { return remove$2(owners_1, owner); });\n        var forceRender_1 = function (renderCompleted) {\n            for (var i = 0, l = owners_1.length; i < l; i++) {\n                owners_1[i].$forceUpdate();\n            }\n            if (renderCompleted) {\n                owners_1.length = 0;\n                if (timerLoading_1 !== null) {\n                    clearTimeout(timerLoading_1);\n                    timerLoading_1 = null;\n                }\n                if (timerTimeout_1 !== null) {\n                    clearTimeout(timerTimeout_1);\n                    timerTimeout_1 = null;\n                }\n            }\n        };\n        var resolve = once(function (res) {\n            // cache resolved\n            factory.resolved = ensureCtor(res, baseCtor);\n            // invoke callbacks only if this is not a synchronous resolve\n            // (async resolves are shimmed as synchronous during SSR)\n            if (!sync_1) {\n                forceRender_1(true);\n            }\n            else {\n                owners_1.length = 0;\n            }\n        });\n        var reject_1 = once(function (reason) {\n            process.env.NODE_ENV !== 'production' &&\n                warn(\"Failed to resolve async component: \".concat(String(factory)) +\n                    (reason ? \"\\nReason: \".concat(reason) : ''));\n            if (isDef(factory.errorComp)) {\n                factory.error = true;\n                forceRender_1(true);\n            }\n        });\n        var res_1 = factory(resolve, reject_1);\n        if (isObject(res_1)) {\n            if (isPromise(res_1)) {\n                // () => Promise\n                if (isUndef(factory.resolved)) {\n                    res_1.then(resolve, reject_1);\n                }\n            }\n            else if (isPromise(res_1.component)) {\n                res_1.component.then(resolve, reject_1);\n                if (isDef(res_1.error)) {\n                    factory.errorComp = ensureCtor(res_1.error, baseCtor);\n                }\n                if (isDef(res_1.loading)) {\n                    factory.loadingComp = ensureCtor(res_1.loading, baseCtor);\n                    if (res_1.delay === 0) {\n                        factory.loading = true;\n                    }\n                    else {\n                        // @ts-expect-error NodeJS timeout type\n                        timerLoading_1 = setTimeout(function () {\n                            timerLoading_1 = null;\n                            if (isUndef(factory.resolved) && isUndef(factory.error)) {\n                                factory.loading = true;\n                                forceRender_1(false);\n                            }\n                        }, res_1.delay || 200);\n                    }\n                }\n                if (isDef(res_1.timeout)) {\n                    // @ts-expect-error NodeJS timeout type\n                    timerTimeout_1 = setTimeout(function () {\n                        timerTimeout_1 = null;\n                        if (isUndef(factory.resolved)) {\n                            reject_1(process.env.NODE_ENV !== 'production' ? \"timeout (\".concat(res_1.timeout, \"ms)\") : null);\n                        }\n                    }, res_1.timeout);\n                }\n            }\n        }\n        sync_1 = false;\n        // return in case resolved synchronously\n        return factory.loading ? factory.loadingComp : factory.resolved;\n    }\n}\n\nfunction getFirstComponentChild(children) {\n    if (isArray(children)) {\n        for (var i = 0; i < children.length; i++) {\n            var c = children[i];\n            if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) {\n                return c;\n            }\n        }\n    }\n}\n\nvar SIMPLE_NORMALIZE = 1;\nvar ALWAYS_NORMALIZE = 2;\n// wrapper function for providing a more flexible interface\n// without getting yelled at by flow\nfunction createElement$1(context, tag, data, children, normalizationType, alwaysNormalize) {\n    if (isArray(data) || isPrimitive(data)) {\n        normalizationType = children;\n        children = data;\n        data = undefined;\n    }\n    if (isTrue(alwaysNormalize)) {\n        normalizationType = ALWAYS_NORMALIZE;\n    }\n    return _createElement(context, tag, data, children, normalizationType);\n}\nfunction _createElement(context, tag, data, children, normalizationType) {\n    if (isDef(data) && isDef(data.__ob__)) {\n        process.env.NODE_ENV !== 'production' &&\n            warn(\"Avoid using observed data object as vnode data: \".concat(JSON.stringify(data), \"\\n\") + 'Always create fresh vnode data objects in each render!', context);\n        return createEmptyVNode();\n    }\n    // object syntax in v-bind\n    if (isDef(data) && isDef(data.is)) {\n        tag = data.is;\n    }\n    if (!tag) {\n        // in case of component :is set to falsy value\n        return createEmptyVNode();\n    }\n    // warn against non-primitive key\n    if (process.env.NODE_ENV !== 'production' && isDef(data) && isDef(data.key) && !isPrimitive(data.key)) {\n        warn('Avoid using non-primitive value as key, ' +\n            'use string/number value instead.', context);\n    }\n    // support single function children as default scoped slot\n    if (isArray(children) && isFunction(children[0])) {\n        data = data || {};\n        data.scopedSlots = { default: children[0] };\n        children.length = 0;\n    }\n    if (normalizationType === ALWAYS_NORMALIZE) {\n        children = normalizeChildren(children);\n    }\n    else if (normalizationType === SIMPLE_NORMALIZE) {\n        children = simpleNormalizeChildren(children);\n    }\n    var vnode, ns;\n    if (typeof tag === 'string') {\n        var Ctor = void 0;\n        ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag);\n        if (config.isReservedTag(tag)) {\n            // platform built-in elements\n            if (process.env.NODE_ENV !== 'production' &&\n                isDef(data) &&\n                isDef(data.nativeOn) &&\n                data.tag !== 'component') {\n                warn(\"The .native modifier for v-on is only valid on components but it was used on <\".concat(tag, \">.\"), context);\n            }\n            vnode = new VNode(config.parsePlatformTagName(tag), data, children, undefined, undefined, context);\n        }\n        else if ((!data || !data.pre) &&\n            isDef((Ctor = resolveAsset(context.$options, 'components', tag)))) {\n            // component\n            vnode = createComponent(Ctor, data, context, children, tag);\n        }\n        else {\n            // unknown or unlisted namespaced elements\n            // check at runtime because it may get assigned a namespace when its\n            // parent normalizes children\n            vnode = new VNode(tag, data, children, undefined, undefined, context);\n        }\n    }\n    else {\n        // direct component options / constructor\n        vnode = createComponent(tag, data, context, children);\n    }\n    if (isArray(vnode)) {\n        return vnode;\n    }\n    else if (isDef(vnode)) {\n        if (isDef(ns))\n            applyNS(vnode, ns);\n        if (isDef(data))\n            registerDeepBindings(data);\n        return vnode;\n    }\n    else {\n        return createEmptyVNode();\n    }\n}\nfunction applyNS(vnode, ns, force) {\n    vnode.ns = ns;\n    if (vnode.tag === 'foreignObject') {\n        // use default namespace inside foreignObject\n        ns = undefined;\n        force = true;\n    }\n    if (isDef(vnode.children)) {\n        for (var i = 0, l = vnode.children.length; i < l; i++) {\n            var child = vnode.children[i];\n            if (isDef(child.tag) &&\n                (isUndef(child.ns) || (isTrue(force) && child.tag !== 'svg'))) {\n                applyNS(child, ns, force);\n            }\n        }\n    }\n}\n// ref #5318\n// necessary to ensure parent re-render when deep bindings like :style and\n// :class are used on slot nodes\nfunction registerDeepBindings(data) {\n    if (isObject(data.style)) {\n        traverse(data.style);\n    }\n    if (isObject(data.class)) {\n        traverse(data.class);\n    }\n}\n\n/**\n * @internal this function needs manual public type declaration because it relies\n * on previously manually authored types from Vue 2\n */\nfunction h(type, props, children) {\n    if (!currentInstance) {\n        process.env.NODE_ENV !== 'production' &&\n            warn(\"globally imported h() can only be invoked when there is an active \" +\n                \"component instance, e.g. synchronously in a component's render or setup function.\");\n    }\n    return createElement$1(currentInstance, type, props, children, 2, true);\n}\n\nfunction handleError(err, vm, info) {\n    // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n    // See: https://github.com/vuejs/vuex/issues/1505\n    pushTarget();\n    try {\n        if (vm) {\n            var cur = vm;\n            while ((cur = cur.$parent)) {\n                var hooks = cur.$options.errorCaptured;\n                if (hooks) {\n                    for (var i = 0; i < hooks.length; i++) {\n                        try {\n                            var capture = hooks[i].call(cur, err, vm, info) === false;\n                            if (capture)\n                                return;\n                        }\n                        catch (e) {\n                            globalHandleError(e, cur, 'errorCaptured hook');\n                        }\n                    }\n                }\n            }\n        }\n        globalHandleError(err, vm, info);\n    }\n    finally {\n        popTarget();\n    }\n}\nfunction invokeWithErrorHandling(handler, context, args, vm, info) {\n    var res;\n    try {\n        res = args ? handler.apply(context, args) : handler.call(context);\n        if (res && !res._isVue && isPromise(res) && !res._handled) {\n            res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n            res._handled = true;\n        }\n    }\n    catch (e) {\n        handleError(e, vm, info);\n    }\n    return res;\n}\nfunction globalHandleError(err, vm, info) {\n    if (config.errorHandler) {\n        try {\n            return config.errorHandler.call(null, err, vm, info);\n        }\n        catch (e) {\n            // if the user intentionally throws the original error in the handler,\n            // do not log it twice\n            if (e !== err) {\n                logError(e, null, 'config.errorHandler');\n            }\n        }\n    }\n    logError(err, vm, info);\n}\nfunction logError(err, vm, info) {\n    if (process.env.NODE_ENV !== 'production') {\n        warn(\"Error in \".concat(info, \": \\\"\").concat(err.toString(), \"\\\"\"), vm);\n    }\n    /* istanbul ignore else */\n    if (inBrowser && typeof console !== 'undefined') {\n        console.error(err);\n    }\n    else {\n        throw err;\n    }\n}\n\n/* globals MutationObserver */\nvar isUsingMicroTask = false;\nvar callbacks = [];\nvar pending = false;\nfunction flushCallbacks() {\n    pending = false;\n    var copies = callbacks.slice(0);\n    callbacks.length = 0;\n    for (var i = 0; i < copies.length; i++) {\n        copies[i]();\n    }\n}\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n    var p_1 = Promise.resolve();\n    timerFunc = function () {\n        p_1.then(flushCallbacks);\n        // In problematic UIWebViews, Promise.then doesn't completely break, but\n        // it can get stuck in a weird state where callbacks are pushed into the\n        // microtask queue but the queue isn't being flushed, until the browser\n        // needs to do some other work, e.g. handle a timer. Therefore we can\n        // \"force\" the microtask queue to be flushed by adding an empty timer.\n        if (isIOS)\n            setTimeout(noop);\n    };\n    isUsingMicroTask = true;\n}\nelse if (!isIE &&\n    typeof MutationObserver !== 'undefined' &&\n    (isNative(MutationObserver) ||\n        // PhantomJS and iOS 7.x\n        MutationObserver.toString() === '[object MutationObserverConstructor]')) {\n    // Use MutationObserver where native Promise is not available,\n    // e.g. PhantomJS, iOS7, Android 4.4\n    // (#6466 MutationObserver is unreliable in IE11)\n    var counter_1 = 1;\n    var observer = new MutationObserver(flushCallbacks);\n    var textNode_1 = document.createTextNode(String(counter_1));\n    observer.observe(textNode_1, {\n        characterData: true\n    });\n    timerFunc = function () {\n        counter_1 = (counter_1 + 1) % 2;\n        textNode_1.data = String(counter_1);\n    };\n    isUsingMicroTask = true;\n}\nelse if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n    // Fallback to setImmediate.\n    // Technically it leverages the (macro) task queue,\n    // but it is still a better choice than setTimeout.\n    timerFunc = function () {\n        setImmediate(flushCallbacks);\n    };\n}\nelse {\n    // Fallback to setTimeout.\n    timerFunc = function () {\n        setTimeout(flushCallbacks, 0);\n    };\n}\n/**\n * @internal\n */\nfunction nextTick(cb, ctx) {\n    var _resolve;\n    callbacks.push(function () {\n        if (cb) {\n            try {\n                cb.call(ctx);\n            }\n            catch (e) {\n                handleError(e, ctx, 'nextTick');\n            }\n        }\n        else if (_resolve) {\n            _resolve(ctx);\n        }\n    });\n    if (!pending) {\n        pending = true;\n        timerFunc();\n    }\n    // $flow-disable-line\n    if (!cb && typeof Promise !== 'undefined') {\n        return new Promise(function (resolve) {\n            _resolve = resolve;\n        });\n    }\n}\n\nfunction useCssModule(name) {\n    if (name === void 0) { name = '$style'; }\n    /* istanbul ignore else */\n    {\n        if (!currentInstance) {\n            process.env.NODE_ENV !== 'production' && warn(\"useCssModule must be called inside setup()\");\n            return emptyObject;\n        }\n        var mod = currentInstance[name];\n        if (!mod) {\n            process.env.NODE_ENV !== 'production' &&\n                warn(\"Current instance does not have CSS module named \\\"\".concat(name, \"\\\".\"));\n            return emptyObject;\n        }\n        return mod;\n    }\n}\n\n/**\n * Runtime helper for SFC's CSS variable injection feature.\n * @private\n */\nfunction useCssVars(getter) {\n    if (!inBrowser && !false)\n        return;\n    var instance = currentInstance;\n    if (!instance) {\n        process.env.NODE_ENV !== 'production' &&\n            warn(\"useCssVars is called without current active component instance.\");\n        return;\n    }\n    watchPostEffect(function () {\n        var el = instance.$el;\n        var vars = getter(instance, instance._setupProxy);\n        if (el && el.nodeType === 1) {\n            var style = el.style;\n            for (var key in vars) {\n                style.setProperty(\"--\".concat(key), vars[key]);\n            }\n        }\n    });\n}\n\n/**\n * v3-compatible async component API.\n * @internal the type is manually declared in <root>/types/v3-define-async-component.d.ts\n * because it relies on existing manual types\n */\nfunction defineAsyncComponent(source) {\n    if (isFunction(source)) {\n        source = { loader: source };\n    }\n    var loader = source.loader, loadingComponent = source.loadingComponent, errorComponent = source.errorComponent, _a = source.delay, delay = _a === void 0 ? 200 : _a, timeout = source.timeout, // undefined = never times out\n    _b = source.suspensible, // undefined = never times out\n    suspensible = _b === void 0 ? false : _b, // in Vue 3 default is true\n    userOnError = source.onError;\n    if (process.env.NODE_ENV !== 'production' && suspensible) {\n        warn(\"The suspensiblbe option for async components is not supported in Vue2. It is ignored.\");\n    }\n    var pendingRequest = null;\n    var retries = 0;\n    var retry = function () {\n        retries++;\n        pendingRequest = null;\n        return load();\n    };\n    var load = function () {\n        var thisRequest;\n        return (pendingRequest ||\n            (thisRequest = pendingRequest =\n                loader()\n                    .catch(function (err) {\n                    err = err instanceof Error ? err : new Error(String(err));\n                    if (userOnError) {\n                        return new Promise(function (resolve, reject) {\n                            var userRetry = function () { return resolve(retry()); };\n                            var userFail = function () { return reject(err); };\n                            userOnError(err, userRetry, userFail, retries + 1);\n                        });\n                    }\n                    else {\n                        throw err;\n                    }\n                })\n                    .then(function (comp) {\n                    if (thisRequest !== pendingRequest && pendingRequest) {\n                        return pendingRequest;\n                    }\n                    if (process.env.NODE_ENV !== 'production' && !comp) {\n                        warn(\"Async component loader resolved to undefined. \" +\n                            \"If you are using retry(), make sure to return its return value.\");\n                    }\n                    // interop module default\n                    if (comp &&\n                        (comp.__esModule || comp[Symbol.toStringTag] === 'Module')) {\n                        comp = comp.default;\n                    }\n                    if (process.env.NODE_ENV !== 'production' && comp && !isObject(comp) && !isFunction(comp)) {\n                        throw new Error(\"Invalid async component load result: \".concat(comp));\n                    }\n                    return comp;\n                })));\n    };\n    return function () {\n        var component = load();\n        return {\n            component: component,\n            delay: delay,\n            timeout: timeout,\n            error: errorComponent,\n            loading: loadingComponent\n        };\n    };\n}\n\nfunction createLifeCycle(hookName) {\n    return function (fn, target) {\n        if (target === void 0) { target = currentInstance; }\n        if (!target) {\n            process.env.NODE_ENV !== 'production' &&\n                warn(\"\".concat(formatName(hookName), \" is called when there is no active component instance to be \") +\n                    \"associated with. \" +\n                    \"Lifecycle injection APIs can only be used during execution of setup().\");\n            return;\n        }\n        return injectHook(target, hookName, fn);\n    };\n}\nfunction formatName(name) {\n    if (name === 'beforeDestroy') {\n        name = 'beforeUnmount';\n    }\n    else if (name === 'destroyed') {\n        name = 'unmounted';\n    }\n    return \"on\".concat(name[0].toUpperCase() + name.slice(1));\n}\nfunction injectHook(instance, hookName, fn) {\n    var options = instance.$options;\n    options[hookName] = mergeLifecycleHook(options[hookName], fn);\n}\nvar onBeforeMount = createLifeCycle('beforeMount');\nvar onMounted = createLifeCycle('mounted');\nvar onBeforeUpdate = createLifeCycle('beforeUpdate');\nvar onUpdated = createLifeCycle('updated');\nvar onBeforeUnmount = createLifeCycle('beforeDestroy');\nvar onUnmounted = createLifeCycle('destroyed');\nvar onActivated = createLifeCycle('activated');\nvar onDeactivated = createLifeCycle('deactivated');\nvar onServerPrefetch = createLifeCycle('serverPrefetch');\nvar onRenderTracked = createLifeCycle('renderTracked');\nvar onRenderTriggered = createLifeCycle('renderTriggered');\nvar injectErrorCapturedHook = createLifeCycle('errorCaptured');\nfunction onErrorCaptured(hook, target) {\n    if (target === void 0) { target = currentInstance; }\n    injectErrorCapturedHook(hook, target);\n}\n\n/**\n * Note: also update dist/vue.runtime.mjs when adding new exports to this file.\n */\nvar version = '2.7.14';\n/**\n * @internal type is manually declared in <root>/types/v3-define-component.d.ts\n */\nfunction defineComponent(options) {\n    return options;\n}\n\nvar seenObjects = new _Set();\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse(val) {\n    _traverse(val, seenObjects);\n    seenObjects.clear();\n    return val;\n}\nfunction _traverse(val, seen) {\n    var i, keys;\n    var isA = isArray(val);\n    if ((!isA && !isObject(val)) ||\n        val.__v_skip /* ReactiveFlags.SKIP */ ||\n        Object.isFrozen(val) ||\n        val instanceof VNode) {\n        return;\n    }\n    if (val.__ob__) {\n        var depId = val.__ob__.dep.id;\n        if (seen.has(depId)) {\n            return;\n        }\n        seen.add(depId);\n    }\n    if (isA) {\n        i = val.length;\n        while (i--)\n            _traverse(val[i], seen);\n    }\n    else if (isRef(val)) {\n        _traverse(val.value, seen);\n    }\n    else {\n        keys = Object.keys(val);\n        i = keys.length;\n        while (i--)\n            _traverse(val[keys[i]], seen);\n    }\n}\n\nvar uid$1 = 0;\n/**\n * A watcher parses an expression, collects dependencies,\n * and fires callback when the expression value changes.\n * This is used for both the $watch() api and directives.\n * @internal\n */\nvar Watcher = /** @class */ (function () {\n    function Watcher(vm, expOrFn, cb, options, isRenderWatcher) {\n        recordEffectScope(this, \n        // if the active effect scope is manually created (not a component scope),\n        // prioritize it\n        activeEffectScope && !activeEffectScope._vm\n            ? activeEffectScope\n            : vm\n                ? vm._scope\n                : undefined);\n        if ((this.vm = vm) && isRenderWatcher) {\n            vm._watcher = this;\n        }\n        // options\n        if (options) {\n            this.deep = !!options.deep;\n            this.user = !!options.user;\n            this.lazy = !!options.lazy;\n            this.sync = !!options.sync;\n            this.before = options.before;\n            if (process.env.NODE_ENV !== 'production') {\n                this.onTrack = options.onTrack;\n                this.onTrigger = options.onTrigger;\n            }\n        }\n        else {\n            this.deep = this.user = this.lazy = this.sync = false;\n        }\n        this.cb = cb;\n        this.id = ++uid$1; // uid for batching\n        this.active = true;\n        this.post = false;\n        this.dirty = this.lazy; // for lazy watchers\n        this.deps = [];\n        this.newDeps = [];\n        this.depIds = new _Set();\n        this.newDepIds = new _Set();\n        this.expression = process.env.NODE_ENV !== 'production' ? expOrFn.toString() : '';\n        // parse expression for getter\n        if (isFunction(expOrFn)) {\n            this.getter = expOrFn;\n        }\n        else {\n            this.getter = parsePath(expOrFn);\n            if (!this.getter) {\n                this.getter = noop;\n                process.env.NODE_ENV !== 'production' &&\n                    warn(\"Failed watching path: \\\"\".concat(expOrFn, \"\\\" \") +\n                        'Watcher only accepts simple dot-delimited paths. ' +\n                        'For full control, use a function instead.', vm);\n            }\n        }\n        this.value = this.lazy ? undefined : this.get();\n    }\n    /**\n     * Evaluate the getter, and re-collect dependencies.\n     */\n    Watcher.prototype.get = function () {\n        pushTarget(this);\n        var value;\n        var vm = this.vm;\n        try {\n            value = this.getter.call(vm, vm);\n        }\n        catch (e) {\n            if (this.user) {\n                handleError(e, vm, \"getter for watcher \\\"\".concat(this.expression, \"\\\"\"));\n            }\n            else {\n                throw e;\n            }\n        }\n        finally {\n            // \"touch\" every property so they are all tracked as\n            // dependencies for deep watching\n            if (this.deep) {\n                traverse(value);\n            }\n            popTarget();\n            this.cleanupDeps();\n        }\n        return value;\n    };\n    /**\n     * Add a dependency to this directive.\n     */\n    Watcher.prototype.addDep = function (dep) {\n        var id = dep.id;\n        if (!this.newDepIds.has(id)) {\n            this.newDepIds.add(id);\n            this.newDeps.push(dep);\n            if (!this.depIds.has(id)) {\n                dep.addSub(this);\n            }\n        }\n    };\n    /**\n     * Clean up for dependency collection.\n     */\n    Watcher.prototype.cleanupDeps = function () {\n        var i = this.deps.length;\n        while (i--) {\n            var dep = this.deps[i];\n            if (!this.newDepIds.has(dep.id)) {\n                dep.removeSub(this);\n            }\n        }\n        var tmp = this.depIds;\n        this.depIds = this.newDepIds;\n        this.newDepIds = tmp;\n        this.newDepIds.clear();\n        tmp = this.deps;\n        this.deps = this.newDeps;\n        this.newDeps = tmp;\n        this.newDeps.length = 0;\n    };\n    /**\n     * Subscriber interface.\n     * Will be called when a dependency changes.\n     */\n    Watcher.prototype.update = function () {\n        /* istanbul ignore else */\n        if (this.lazy) {\n            this.dirty = true;\n        }\n        else if (this.sync) {\n            this.run();\n        }\n        else {\n            queueWatcher(this);\n        }\n    };\n    /**\n     * Scheduler job interface.\n     * Will be called by the scheduler.\n     */\n    Watcher.prototype.run = function () {\n        if (this.active) {\n            var value = this.get();\n            if (value !== this.value ||\n                // Deep watchers and watchers on Object/Arrays should fire even\n                // when the value is the same, because the value may\n                // have mutated.\n                isObject(value) ||\n                this.deep) {\n                // set new value\n                var oldValue = this.value;\n                this.value = value;\n                if (this.user) {\n                    var info = \"callback for watcher \\\"\".concat(this.expression, \"\\\"\");\n                    invokeWithErrorHandling(this.cb, this.vm, [value, oldValue], this.vm, info);\n                }\n                else {\n                    this.cb.call(this.vm, value, oldValue);\n                }\n            }\n        }\n    };\n    /**\n     * Evaluate the value of the watcher.\n     * This only gets called for lazy watchers.\n     */\n    Watcher.prototype.evaluate = function () {\n        this.value = this.get();\n        this.dirty = false;\n    };\n    /**\n     * Depend on all deps collected by this watcher.\n     */\n    Watcher.prototype.depend = function () {\n        var i = this.deps.length;\n        while (i--) {\n            this.deps[i].depend();\n        }\n    };\n    /**\n     * Remove self from all dependencies' subscriber list.\n     */\n    Watcher.prototype.teardown = function () {\n        if (this.vm && !this.vm._isBeingDestroyed) {\n            remove$2(this.vm._scope.effects, this);\n        }\n        if (this.active) {\n            var i = this.deps.length;\n            while (i--) {\n                this.deps[i].removeSub(this);\n            }\n            this.active = false;\n            if (this.onStop) {\n                this.onStop();\n            }\n        }\n    };\n    return Watcher;\n}());\n\nvar mark;\nvar measure;\nif (process.env.NODE_ENV !== 'production') {\n    var perf_1 = inBrowser && window.performance;\n    /* istanbul ignore if */\n    if (perf_1 &&\n        // @ts-ignore\n        perf_1.mark &&\n        // @ts-ignore\n        perf_1.measure &&\n        // @ts-ignore\n        perf_1.clearMarks &&\n        // @ts-ignore\n        perf_1.clearMeasures) {\n        mark = function (tag) { return perf_1.mark(tag); };\n        measure = function (name, startTag, endTag) {\n            perf_1.measure(name, startTag, endTag);\n            perf_1.clearMarks(startTag);\n            perf_1.clearMarks(endTag);\n            // perf.clearMeasures(name)\n        };\n    }\n}\n\nfunction initEvents(vm) {\n    vm._events = Object.create(null);\n    vm._hasHookEvent = false;\n    // init parent attached events\n    var listeners = vm.$options._parentListeners;\n    if (listeners) {\n        updateComponentListeners(vm, listeners);\n    }\n}\nvar target$1;\nfunction add$1(event, fn) {\n    target$1.$on(event, fn);\n}\nfunction remove$1(event, fn) {\n    target$1.$off(event, fn);\n}\nfunction createOnceHandler$1(event, fn) {\n    var _target = target$1;\n    return function onceHandler() {\n        var res = fn.apply(null, arguments);\n        if (res !== null) {\n            _target.$off(event, onceHandler);\n        }\n    };\n}\nfunction updateComponentListeners(vm, listeners, oldListeners) {\n    target$1 = vm;\n    updateListeners(listeners, oldListeners || {}, add$1, remove$1, createOnceHandler$1, vm);\n    target$1 = undefined;\n}\nfunction eventsMixin(Vue) {\n    var hookRE = /^hook:/;\n    Vue.prototype.$on = function (event, fn) {\n        var vm = this;\n        if (isArray(event)) {\n            for (var i = 0, l = event.length; i < l; i++) {\n                vm.$on(event[i], fn);\n            }\n        }\n        else {\n            (vm._events[event] || (vm._events[event] = [])).push(fn);\n            // optimize hook:event cost by using a boolean flag marked at registration\n            // instead of a hash lookup\n            if (hookRE.test(event)) {\n                vm._hasHookEvent = true;\n            }\n        }\n        return vm;\n    };\n    Vue.prototype.$once = function (event, fn) {\n        var vm = this;\n        function on() {\n            vm.$off(event, on);\n            fn.apply(vm, arguments);\n        }\n        on.fn = fn;\n        vm.$on(event, on);\n        return vm;\n    };\n    Vue.prototype.$off = function (event, fn) {\n        var vm = this;\n        // all\n        if (!arguments.length) {\n            vm._events = Object.create(null);\n            return vm;\n        }\n        // array of events\n        if (isArray(event)) {\n            for (var i_1 = 0, l = event.length; i_1 < l; i_1++) {\n                vm.$off(event[i_1], fn);\n            }\n            return vm;\n        }\n        // specific event\n        var cbs = vm._events[event];\n        if (!cbs) {\n            return vm;\n        }\n        if (!fn) {\n            vm._events[event] = null;\n            return vm;\n        }\n        // specific handler\n        var cb;\n        var i = cbs.length;\n        while (i--) {\n            cb = cbs[i];\n            if (cb === fn || cb.fn === fn) {\n                cbs.splice(i, 1);\n                break;\n            }\n        }\n        return vm;\n    };\n    Vue.prototype.$emit = function (event) {\n        var vm = this;\n        if (process.env.NODE_ENV !== 'production') {\n            var lowerCaseEvent = event.toLowerCase();\n            if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) {\n                tip(\"Event \\\"\".concat(lowerCaseEvent, \"\\\" is emitted in component \") +\n                    \"\".concat(formatComponentName(vm), \" but the handler is registered for \\\"\").concat(event, \"\\\". \") +\n                    \"Note that HTML attributes are case-insensitive and you cannot use \" +\n                    \"v-on to listen to camelCase events when using in-DOM templates. \" +\n                    \"You should probably use \\\"\".concat(hyphenate(event), \"\\\" instead of \\\"\").concat(event, \"\\\".\"));\n            }\n        }\n        var cbs = vm._events[event];\n        if (cbs) {\n            cbs = cbs.length > 1 ? toArray(cbs) : cbs;\n            var args = toArray(arguments, 1);\n            var info = \"event handler for \\\"\".concat(event, \"\\\"\");\n            for (var i = 0, l = cbs.length; i < l; i++) {\n                invokeWithErrorHandling(cbs[i], vm, args, vm, info);\n            }\n        }\n        return vm;\n    };\n}\n\nvar activeInstance = null;\nvar isUpdatingChildComponent = false;\nfunction setActiveInstance(vm) {\n    var prevActiveInstance = activeInstance;\n    activeInstance = vm;\n    return function () {\n        activeInstance = prevActiveInstance;\n    };\n}\nfunction initLifecycle(vm) {\n    var options = vm.$options;\n    // locate first non-abstract parent\n    var parent = options.parent;\n    if (parent && !options.abstract) {\n        while (parent.$options.abstract && parent.$parent) {\n            parent = parent.$parent;\n        }\n        parent.$children.push(vm);\n    }\n    vm.$parent = parent;\n    vm.$root = parent ? parent.$root : vm;\n    vm.$children = [];\n    vm.$refs = {};\n    vm._provided = parent ? parent._provided : Object.create(null);\n    vm._watcher = null;\n    vm._inactive = null;\n    vm._directInactive = false;\n    vm._isMounted = false;\n    vm._isDestroyed = false;\n    vm._isBeingDestroyed = false;\n}\nfunction lifecycleMixin(Vue) {\n    Vue.prototype._update = function (vnode, hydrating) {\n        var vm = this;\n        var prevEl = vm.$el;\n        var prevVnode = vm._vnode;\n        var restoreActiveInstance = setActiveInstance(vm);\n        vm._vnode = vnode;\n        // Vue.prototype.__patch__ is injected in entry points\n        // based on the rendering backend used.\n        if (!prevVnode) {\n            // initial render\n            vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */);\n        }\n        else {\n            // updates\n            vm.$el = vm.__patch__(prevVnode, vnode);\n        }\n        restoreActiveInstance();\n        // update __vue__ reference\n        if (prevEl) {\n            prevEl.__vue__ = null;\n        }\n        if (vm.$el) {\n            vm.$el.__vue__ = vm;\n        }\n        // if parent is an HOC, update its $el as well\n        var wrapper = vm;\n        while (wrapper &&\n            wrapper.$vnode &&\n            wrapper.$parent &&\n            wrapper.$vnode === wrapper.$parent._vnode) {\n            wrapper.$parent.$el = wrapper.$el;\n            wrapper = wrapper.$parent;\n        }\n        // updated hook is called by the scheduler to ensure that children are\n        // updated in a parent's updated hook.\n    };\n    Vue.prototype.$forceUpdate = function () {\n        var vm = this;\n        if (vm._watcher) {\n            vm._watcher.update();\n        }\n    };\n    Vue.prototype.$destroy = function () {\n        var vm = this;\n        if (vm._isBeingDestroyed) {\n            return;\n        }\n        callHook$1(vm, 'beforeDestroy');\n        vm._isBeingDestroyed = true;\n        // remove self from parent\n        var parent = vm.$parent;\n        if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) {\n            remove$2(parent.$children, vm);\n        }\n        // teardown scope. this includes both the render watcher and other\n        // watchers created\n        vm._scope.stop();\n        // remove reference from data ob\n        // frozen object may not have observer.\n        if (vm._data.__ob__) {\n            vm._data.__ob__.vmCount--;\n        }\n        // call the last hook...\n        vm._isDestroyed = true;\n        // invoke destroy hooks on current rendered tree\n        vm.__patch__(vm._vnode, null);\n        // fire destroyed hook\n        callHook$1(vm, 'destroyed');\n        // turn off all instance listeners.\n        vm.$off();\n        // remove __vue__ reference\n        if (vm.$el) {\n            vm.$el.__vue__ = null;\n        }\n        // release circular reference (#6759)\n        if (vm.$vnode) {\n            vm.$vnode.parent = null;\n        }\n    };\n}\nfunction mountComponent(vm, el, hydrating) {\n    vm.$el = el;\n    if (!vm.$options.render) {\n        // @ts-expect-error invalid type\n        vm.$options.render = createEmptyVNode;\n        if (process.env.NODE_ENV !== 'production') {\n            /* istanbul ignore if */\n            if ((vm.$options.template && vm.$options.template.charAt(0) !== '#') ||\n                vm.$options.el ||\n                el) {\n                warn('You are using the runtime-only build of Vue where the template ' +\n                    'compiler is not available. Either pre-compile the templates into ' +\n                    'render functions, or use the compiler-included build.', vm);\n            }\n            else {\n                warn('Failed to mount component: template or render function not defined.', vm);\n            }\n        }\n    }\n    callHook$1(vm, 'beforeMount');\n    var updateComponent;\n    /* istanbul ignore if */\n    if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n        updateComponent = function () {\n            var name = vm._name;\n            var id = vm._uid;\n            var startTag = \"vue-perf-start:\".concat(id);\n            var endTag = \"vue-perf-end:\".concat(id);\n            mark(startTag);\n            var vnode = vm._render();\n            mark(endTag);\n            measure(\"vue \".concat(name, \" render\"), startTag, endTag);\n            mark(startTag);\n            vm._update(vnode, hydrating);\n            mark(endTag);\n            measure(\"vue \".concat(name, \" patch\"), startTag, endTag);\n        };\n    }\n    else {\n        updateComponent = function () {\n            vm._update(vm._render(), hydrating);\n        };\n    }\n    var watcherOptions = {\n        before: function () {\n            if (vm._isMounted && !vm._isDestroyed) {\n                callHook$1(vm, 'beforeUpdate');\n            }\n        }\n    };\n    if (process.env.NODE_ENV !== 'production') {\n        watcherOptions.onTrack = function (e) { return callHook$1(vm, 'renderTracked', [e]); };\n        watcherOptions.onTrigger = function (e) { return callHook$1(vm, 'renderTriggered', [e]); };\n    }\n    // we set this to vm._watcher inside the watcher's constructor\n    // since the watcher's initial patch may call $forceUpdate (e.g. inside child\n    // component's mounted hook), which relies on vm._watcher being already defined\n    new Watcher(vm, updateComponent, noop, watcherOptions, true /* isRenderWatcher */);\n    hydrating = false;\n    // flush buffer for flush: \"pre\" watchers queued in setup()\n    var preWatchers = vm._preWatchers;\n    if (preWatchers) {\n        for (var i = 0; i < preWatchers.length; i++) {\n            preWatchers[i].run();\n        }\n    }\n    // manually mounted instance, call mounted on self\n    // mounted is called for render-created child components in its inserted hook\n    if (vm.$vnode == null) {\n        vm._isMounted = true;\n        callHook$1(vm, 'mounted');\n    }\n    return vm;\n}\nfunction updateChildComponent(vm, propsData, listeners, parentVnode, renderChildren) {\n    if (process.env.NODE_ENV !== 'production') {\n        isUpdatingChildComponent = true;\n    }\n    // determine whether component has slot children\n    // we need to do this before overwriting $options._renderChildren.\n    // check if there are dynamic scopedSlots (hand-written or compiled but with\n    // dynamic slot names). Static scoped slots compiled from template has the\n    // \"$stable\" marker.\n    var newScopedSlots = parentVnode.data.scopedSlots;\n    var oldScopedSlots = vm.$scopedSlots;\n    var hasDynamicScopedSlot = !!((newScopedSlots && !newScopedSlots.$stable) ||\n        (oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||\n        (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key) ||\n        (!newScopedSlots && vm.$scopedSlots.$key));\n    // Any static slot children from the parent may have changed during parent's\n    // update. Dynamic scoped slots may also have changed. In such cases, a forced\n    // update is necessary to ensure correctness.\n    var needsForceUpdate = !!(renderChildren || // has new static slots\n        vm.$options._renderChildren || // has old static slots\n        hasDynamicScopedSlot);\n    var prevVNode = vm.$vnode;\n    vm.$options._parentVnode = parentVnode;\n    vm.$vnode = parentVnode; // update vm's placeholder node without re-render\n    if (vm._vnode) {\n        // update child tree's parent\n        vm._vnode.parent = parentVnode;\n    }\n    vm.$options._renderChildren = renderChildren;\n    // update $attrs and $listeners hash\n    // these are also reactive so they may trigger child update if the child\n    // used them during render\n    var attrs = parentVnode.data.attrs || emptyObject;\n    if (vm._attrsProxy) {\n        // force update if attrs are accessed and has changed since it may be\n        // passed to a child component.\n        if (syncSetupProxy(vm._attrsProxy, attrs, (prevVNode.data && prevVNode.data.attrs) || emptyObject, vm, '$attrs')) {\n            needsForceUpdate = true;\n        }\n    }\n    vm.$attrs = attrs;\n    // update listeners\n    listeners = listeners || emptyObject;\n    var prevListeners = vm.$options._parentListeners;\n    if (vm._listenersProxy) {\n        syncSetupProxy(vm._listenersProxy, listeners, prevListeners || emptyObject, vm, '$listeners');\n    }\n    vm.$listeners = vm.$options._parentListeners = listeners;\n    updateComponentListeners(vm, listeners, prevListeners);\n    // update props\n    if (propsData && vm.$options.props) {\n        toggleObserving(false);\n        var props = vm._props;\n        var propKeys = vm.$options._propKeys || [];\n        for (var i = 0; i < propKeys.length; i++) {\n            var key = propKeys[i];\n            var propOptions = vm.$options.props; // wtf flow?\n            props[key] = validateProp(key, propOptions, propsData, vm);\n        }\n        toggleObserving(true);\n        // keep a copy of raw propsData\n        vm.$options.propsData = propsData;\n    }\n    // resolve slots + force update if has children\n    if (needsForceUpdate) {\n        vm.$slots = resolveSlots(renderChildren, parentVnode.context);\n        vm.$forceUpdate();\n    }\n    if (process.env.NODE_ENV !== 'production') {\n        isUpdatingChildComponent = false;\n    }\n}\nfunction isInInactiveTree(vm) {\n    while (vm && (vm = vm.$parent)) {\n        if (vm._inactive)\n            return true;\n    }\n    return false;\n}\nfunction activateChildComponent(vm, direct) {\n    if (direct) {\n        vm._directInactive = false;\n        if (isInInactiveTree(vm)) {\n            return;\n        }\n    }\n    else if (vm._directInactive) {\n        return;\n    }\n    if (vm._inactive || vm._inactive === null) {\n        vm._inactive = false;\n        for (var i = 0; i < vm.$children.length; i++) {\n            activateChildComponent(vm.$children[i]);\n        }\n        callHook$1(vm, 'activated');\n    }\n}\nfunction deactivateChildComponent(vm, direct) {\n    if (direct) {\n        vm._directInactive = true;\n        if (isInInactiveTree(vm)) {\n            return;\n        }\n    }\n    if (!vm._inactive) {\n        vm._inactive = true;\n        for (var i = 0; i < vm.$children.length; i++) {\n            deactivateChildComponent(vm.$children[i]);\n        }\n        callHook$1(vm, 'deactivated');\n    }\n}\nfunction callHook$1(vm, hook, args, setContext) {\n    if (setContext === void 0) { setContext = true; }\n    // #7573 disable dep collection when invoking lifecycle hooks\n    pushTarget();\n    var prev = currentInstance;\n    setContext && setCurrentInstance(vm);\n    var handlers = vm.$options[hook];\n    var info = \"\".concat(hook, \" hook\");\n    if (handlers) {\n        for (var i = 0, j = handlers.length; i < j; i++) {\n            invokeWithErrorHandling(handlers[i], vm, args || null, vm, info);\n        }\n    }\n    if (vm._hasHookEvent) {\n        vm.$emit('hook:' + hook);\n    }\n    setContext && setCurrentInstance(prev);\n    popTarget();\n}\n\nvar MAX_UPDATE_COUNT = 100;\nvar queue = [];\nvar activatedChildren = [];\nvar has = {};\nvar circular = {};\nvar waiting = false;\nvar flushing = false;\nvar index = 0;\n/**\n * Reset the scheduler's state.\n */\nfunction resetSchedulerState() {\n    index = queue.length = activatedChildren.length = 0;\n    has = {};\n    if (process.env.NODE_ENV !== 'production') {\n        circular = {};\n    }\n    waiting = flushing = false;\n}\n// Async edge case #6566 requires saving the timestamp when event listeners are\n// attached. However, calling performance.now() has a perf overhead especially\n// if the page has thousands of event listeners. Instead, we take a timestamp\n// every time the scheduler flushes and use that for all event listeners\n// attached during that flush.\nvar currentFlushTimestamp = 0;\n// Async edge case fix requires storing an event listener's attach timestamp.\nvar getNow = Date.now;\n// Determine what event timestamp the browser is using. Annoyingly, the\n// timestamp can either be hi-res (relative to page load) or low-res\n// (relative to UNIX epoch), so in order to compare time we have to use the\n// same timestamp type when saving the flush timestamp.\n// All IE versions use low-res event timestamps, and have problematic clock\n// implementations (#9632)\nif (inBrowser && !isIE) {\n    var performance_1 = window.performance;\n    if (performance_1 &&\n        typeof performance_1.now === 'function' &&\n        getNow() > document.createEvent('Event').timeStamp) {\n        // if the event timestamp, although evaluated AFTER the Date.now(), is\n        // smaller than it, it means the event is using a hi-res timestamp,\n        // and we need to use the hi-res version for event listener timestamps as\n        // well.\n        getNow = function () { return performance_1.now(); };\n    }\n}\nvar sortCompareFn = function (a, b) {\n    if (a.post) {\n        if (!b.post)\n            return 1;\n    }\n    else if (b.post) {\n        return -1;\n    }\n    return a.id - b.id;\n};\n/**\n * Flush both queues and run the watchers.\n */\nfunction flushSchedulerQueue() {\n    currentFlushTimestamp = getNow();\n    flushing = true;\n    var watcher, id;\n    // Sort queue before flush.\n    // This ensures that:\n    // 1. Components are updated from parent to child. (because parent is always\n    //    created before the child)\n    // 2. A component's user watchers are run before its render watcher (because\n    //    user watchers are created before the render watcher)\n    // 3. If a component is destroyed during a parent component's watcher run,\n    //    its watchers can be skipped.\n    queue.sort(sortCompareFn);\n    // do not cache length because more watchers might be pushed\n    // as we run existing watchers\n    for (index = 0; index < queue.length; index++) {\n        watcher = queue[index];\n        if (watcher.before) {\n            watcher.before();\n        }\n        id = watcher.id;\n        has[id] = null;\n        watcher.run();\n        // in dev build, check and stop circular updates.\n        if (process.env.NODE_ENV !== 'production' && has[id] != null) {\n            circular[id] = (circular[id] || 0) + 1;\n            if (circular[id] > MAX_UPDATE_COUNT) {\n                warn('You may have an infinite update loop ' +\n                    (watcher.user\n                        ? \"in watcher with expression \\\"\".concat(watcher.expression, \"\\\"\")\n                        : \"in a component render function.\"), watcher.vm);\n                break;\n            }\n        }\n    }\n    // keep copies of post queues before resetting state\n    var activatedQueue = activatedChildren.slice();\n    var updatedQueue = queue.slice();\n    resetSchedulerState();\n    // call component updated and activated hooks\n    callActivatedHooks(activatedQueue);\n    callUpdatedHooks(updatedQueue);\n    cleanupDeps();\n    // devtool hook\n    /* istanbul ignore if */\n    if (devtools && config.devtools) {\n        devtools.emit('flush');\n    }\n}\nfunction callUpdatedHooks(queue) {\n    var i = queue.length;\n    while (i--) {\n        var watcher = queue[i];\n        var vm = watcher.vm;\n        if (vm && vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) {\n            callHook$1(vm, 'updated');\n        }\n    }\n}\n/**\n * Queue a kept-alive component that was activated during patch.\n * The queue will be processed after the entire tree has been patched.\n */\nfunction queueActivatedComponent(vm) {\n    // setting _inactive to false here so that a render function can\n    // rely on checking whether it's in an inactive tree (e.g. router-view)\n    vm._inactive = false;\n    activatedChildren.push(vm);\n}\nfunction callActivatedHooks(queue) {\n    for (var i = 0; i < queue.length; i++) {\n        queue[i]._inactive = true;\n        activateChildComponent(queue[i], true /* true */);\n    }\n}\n/**\n * Push a watcher into the watcher queue.\n * Jobs with duplicate IDs will be skipped unless it's\n * pushed when the queue is being flushed.\n */\nfunction queueWatcher(watcher) {\n    var id = watcher.id;\n    if (has[id] != null) {\n        return;\n    }\n    if (watcher === Dep.target && watcher.noRecurse) {\n        return;\n    }\n    has[id] = true;\n    if (!flushing) {\n        queue.push(watcher);\n    }\n    else {\n        // if already flushing, splice the watcher based on its id\n        // if already past its id, it will be run next immediately.\n        var i = queue.length - 1;\n        while (i > index && queue[i].id > watcher.id) {\n            i--;\n        }\n        queue.splice(i + 1, 0, watcher);\n    }\n    // queue the flush\n    if (!waiting) {\n        waiting = true;\n        if (process.env.NODE_ENV !== 'production' && !config.async) {\n            flushSchedulerQueue();\n            return;\n        }\n        nextTick(flushSchedulerQueue);\n    }\n}\n\nfunction initProvide(vm) {\n    var provideOption = vm.$options.provide;\n    if (provideOption) {\n        var provided = isFunction(provideOption)\n            ? provideOption.call(vm)\n            : provideOption;\n        if (!isObject(provided)) {\n            return;\n        }\n        var source = resolveProvided(vm);\n        // IE9 doesn't support Object.getOwnPropertyDescriptors so we have to\n        // iterate the keys ourselves.\n        var keys = hasSymbol ? Reflect.ownKeys(provided) : Object.keys(provided);\n        for (var i = 0; i < keys.length; i++) {\n            var key = keys[i];\n            Object.defineProperty(source, key, Object.getOwnPropertyDescriptor(provided, key));\n        }\n    }\n}\nfunction initInjections(vm) {\n    var result = resolveInject(vm.$options.inject, vm);\n    if (result) {\n        toggleObserving(false);\n        Object.keys(result).forEach(function (key) {\n            /* istanbul ignore else */\n            if (process.env.NODE_ENV !== 'production') {\n                defineReactive(vm, key, result[key], function () {\n                    warn(\"Avoid mutating an injected value directly since the changes will be \" +\n                        \"overwritten whenever the provided component re-renders. \" +\n                        \"injection being mutated: \\\"\".concat(key, \"\\\"\"), vm);\n                });\n            }\n            else {\n                defineReactive(vm, key, result[key]);\n            }\n        });\n        toggleObserving(true);\n    }\n}\nfunction resolveInject(inject, vm) {\n    if (inject) {\n        // inject is :any because flow is not smart enough to figure out cached\n        var result = Object.create(null);\n        var keys = hasSymbol ? Reflect.ownKeys(inject) : Object.keys(inject);\n        for (var i = 0; i < keys.length; i++) {\n            var key = keys[i];\n            // #6574 in case the inject object is observed...\n            if (key === '__ob__')\n                continue;\n            var provideKey = inject[key].from;\n            if (provideKey in vm._provided) {\n                result[key] = vm._provided[provideKey];\n            }\n            else if ('default' in inject[key]) {\n                var provideDefault = inject[key].default;\n                result[key] = isFunction(provideDefault)\n                    ? provideDefault.call(vm)\n                    : provideDefault;\n            }\n            else if (process.env.NODE_ENV !== 'production') {\n                warn(\"Injection \\\"\".concat(key, \"\\\" not found\"), vm);\n            }\n        }\n        return result;\n    }\n}\n\nfunction FunctionalRenderContext(data, props, children, parent, Ctor) {\n    var _this = this;\n    var options = Ctor.options;\n    // ensure the createElement function in functional components\n    // gets a unique context - this is necessary for correct named slot check\n    var contextVm;\n    if (hasOwn(parent, '_uid')) {\n        contextVm = Object.create(parent);\n        contextVm._original = parent;\n    }\n    else {\n        // the context vm passed in is a functional context as well.\n        // in this case we want to make sure we are able to get a hold to the\n        // real context instance.\n        contextVm = parent;\n        // @ts-ignore\n        parent = parent._original;\n    }\n    var isCompiled = isTrue(options._compiled);\n    var needNormalization = !isCompiled;\n    this.data = data;\n    this.props = props;\n    this.children = children;\n    this.parent = parent;\n    this.listeners = data.on || emptyObject;\n    this.injections = resolveInject(options.inject, parent);\n    this.slots = function () {\n        if (!_this.$slots) {\n            normalizeScopedSlots(parent, data.scopedSlots, (_this.$slots = resolveSlots(children, parent)));\n        }\n        return _this.$slots;\n    };\n    Object.defineProperty(this, 'scopedSlots', {\n        enumerable: true,\n        get: function () {\n            return normalizeScopedSlots(parent, data.scopedSlots, this.slots());\n        }\n    });\n    // support for compiled functional template\n    if (isCompiled) {\n        // exposing $options for renderStatic()\n        this.$options = options;\n        // pre-resolve slots for renderSlot()\n        this.$slots = this.slots();\n        this.$scopedSlots = normalizeScopedSlots(parent, data.scopedSlots, this.$slots);\n    }\n    if (options._scopeId) {\n        this._c = function (a, b, c, d) {\n            var vnode = createElement$1(contextVm, a, b, c, d, needNormalization);\n            if (vnode && !isArray(vnode)) {\n                vnode.fnScopeId = options._scopeId;\n                vnode.fnContext = parent;\n            }\n            return vnode;\n        };\n    }\n    else {\n        this._c = function (a, b, c, d) {\n            return createElement$1(contextVm, a, b, c, d, needNormalization);\n        };\n    }\n}\ninstallRenderHelpers(FunctionalRenderContext.prototype);\nfunction createFunctionalComponent(Ctor, propsData, data, contextVm, children) {\n    var options = Ctor.options;\n    var props = {};\n    var propOptions = options.props;\n    if (isDef(propOptions)) {\n        for (var key in propOptions) {\n            props[key] = validateProp(key, propOptions, propsData || emptyObject);\n        }\n    }\n    else {\n        if (isDef(data.attrs))\n            mergeProps(props, data.attrs);\n        if (isDef(data.props))\n            mergeProps(props, data.props);\n    }\n    var renderContext = new FunctionalRenderContext(data, props, children, contextVm, Ctor);\n    var vnode = options.render.call(null, renderContext._c, renderContext);\n    if (vnode instanceof VNode) {\n        return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext);\n    }\n    else if (isArray(vnode)) {\n        var vnodes = normalizeChildren(vnode) || [];\n        var res = new Array(vnodes.length);\n        for (var i = 0; i < vnodes.length; i++) {\n            res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext);\n        }\n        return res;\n    }\n}\nfunction cloneAndMarkFunctionalResult(vnode, data, contextVm, options, renderContext) {\n    // #7817 clone node before setting fnContext, otherwise if the node is reused\n    // (e.g. it was from a cached normal slot) the fnContext causes named slots\n    // that should not be matched to match.\n    var clone = cloneVNode(vnode);\n    clone.fnContext = contextVm;\n    clone.fnOptions = options;\n    if (process.env.NODE_ENV !== 'production') {\n        (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext =\n            renderContext;\n    }\n    if (data.slot) {\n        (clone.data || (clone.data = {})).slot = data.slot;\n    }\n    return clone;\n}\nfunction mergeProps(to, from) {\n    for (var key in from) {\n        to[camelize(key)] = from[key];\n    }\n}\n\nfunction getComponentName(options) {\n    return options.name || options.__name || options._componentTag;\n}\n// inline hooks to be invoked on component VNodes during patch\nvar componentVNodeHooks = {\n    init: function (vnode, hydrating) {\n        if (vnode.componentInstance &&\n            !vnode.componentInstance._isDestroyed &&\n            vnode.data.keepAlive) {\n            // kept-alive components, treat as a patch\n            var mountedNode = vnode; // work around flow\n            componentVNodeHooks.prepatch(mountedNode, mountedNode);\n        }\n        else {\n            var child = (vnode.componentInstance = createComponentInstanceForVnode(vnode, activeInstance));\n            child.$mount(hydrating ? vnode.elm : undefined, hydrating);\n        }\n    },\n    prepatch: function (oldVnode, vnode) {\n        var options = vnode.componentOptions;\n        var child = (vnode.componentInstance = oldVnode.componentInstance);\n        updateChildComponent(child, options.propsData, // updated props\n        options.listeners, // updated listeners\n        vnode, // new parent vnode\n        options.children // new children\n        );\n    },\n    insert: function (vnode) {\n        var context = vnode.context, componentInstance = vnode.componentInstance;\n        if (!componentInstance._isMounted) {\n            componentInstance._isMounted = true;\n            callHook$1(componentInstance, 'mounted');\n        }\n        if (vnode.data.keepAlive) {\n            if (context._isMounted) {\n                // vue-router#1212\n                // During updates, a kept-alive component's child components may\n                // change, so directly walking the tree here may call activated hooks\n                // on incorrect children. Instead we push them into a queue which will\n                // be processed after the whole patch process ended.\n                queueActivatedComponent(componentInstance);\n            }\n            else {\n                activateChildComponent(componentInstance, true /* direct */);\n            }\n        }\n    },\n    destroy: function (vnode) {\n        var componentInstance = vnode.componentInstance;\n        if (!componentInstance._isDestroyed) {\n            if (!vnode.data.keepAlive) {\n                componentInstance.$destroy();\n            }\n            else {\n                deactivateChildComponent(componentInstance, true /* direct */);\n            }\n        }\n    }\n};\nvar hooksToMerge = Object.keys(componentVNodeHooks);\nfunction createComponent(Ctor, data, context, children, tag) {\n    if (isUndef(Ctor)) {\n        return;\n    }\n    var baseCtor = context.$options._base;\n    // plain options object: turn it into a constructor\n    if (isObject(Ctor)) {\n        Ctor = baseCtor.extend(Ctor);\n    }\n    // if at this stage it's not a constructor or an async component factory,\n    // reject.\n    if (typeof Ctor !== 'function') {\n        if (process.env.NODE_ENV !== 'production') {\n            warn(\"Invalid Component definition: \".concat(String(Ctor)), context);\n        }\n        return;\n    }\n    // async component\n    var asyncFactory;\n    // @ts-expect-error\n    if (isUndef(Ctor.cid)) {\n        asyncFactory = Ctor;\n        Ctor = resolveAsyncComponent(asyncFactory, baseCtor);\n        if (Ctor === undefined) {\n            // return a placeholder node for async component, which is rendered\n            // as a comment node but preserves all the raw information for the node.\n            // the information will be used for async server-rendering and hydration.\n            return createAsyncPlaceholder(asyncFactory, data, context, children, tag);\n        }\n    }\n    data = data || {};\n    // resolve constructor options in case global mixins are applied after\n    // component constructor creation\n    resolveConstructorOptions(Ctor);\n    // transform component v-model data into props & events\n    if (isDef(data.model)) {\n        // @ts-expect-error\n        transformModel(Ctor.options, data);\n    }\n    // extract props\n    // @ts-expect-error\n    var propsData = extractPropsFromVNodeData(data, Ctor, tag);\n    // functional component\n    // @ts-expect-error\n    if (isTrue(Ctor.options.functional)) {\n        return createFunctionalComponent(Ctor, propsData, data, context, children);\n    }\n    // extract listeners, since these needs to be treated as\n    // child component listeners instead of DOM listeners\n    var listeners = data.on;\n    // replace with listeners with .native modifier\n    // so it gets processed during parent component patch.\n    data.on = data.nativeOn;\n    // @ts-expect-error\n    if (isTrue(Ctor.options.abstract)) {\n        // abstract components do not keep anything\n        // other than props & listeners & slot\n        // work around flow\n        var slot = data.slot;\n        data = {};\n        if (slot) {\n            data.slot = slot;\n        }\n    }\n    // install component management hooks onto the placeholder node\n    installComponentHooks(data);\n    // return a placeholder vnode\n    // @ts-expect-error\n    var name = getComponentName(Ctor.options) || tag;\n    var vnode = new VNode(\n    // @ts-expect-error\n    \"vue-component-\".concat(Ctor.cid).concat(name ? \"-\".concat(name) : ''), data, undefined, undefined, undefined, context, \n    // @ts-expect-error\n    { Ctor: Ctor, propsData: propsData, listeners: listeners, tag: tag, children: children }, asyncFactory);\n    return vnode;\n}\nfunction createComponentInstanceForVnode(\n// we know it's MountedComponentVNode but flow doesn't\nvnode, \n// activeInstance in lifecycle state\nparent) {\n    var options = {\n        _isComponent: true,\n        _parentVnode: vnode,\n        parent: parent\n    };\n    // check inline-template render functions\n    var inlineTemplate = vnode.data.inlineTemplate;\n    if (isDef(inlineTemplate)) {\n        options.render = inlineTemplate.render;\n        options.staticRenderFns = inlineTemplate.staticRenderFns;\n    }\n    return new vnode.componentOptions.Ctor(options);\n}\nfunction installComponentHooks(data) {\n    var hooks = data.hook || (data.hook = {});\n    for (var i = 0; i < hooksToMerge.length; i++) {\n        var key = hooksToMerge[i];\n        var existing = hooks[key];\n        var toMerge = componentVNodeHooks[key];\n        // @ts-expect-error\n        if (existing !== toMerge && !(existing && existing._merged)) {\n            hooks[key] = existing ? mergeHook(toMerge, existing) : toMerge;\n        }\n    }\n}\nfunction mergeHook(f1, f2) {\n    var merged = function (a, b) {\n        // flow complains about extra args which is why we use any\n        f1(a, b);\n        f2(a, b);\n    };\n    merged._merged = true;\n    return merged;\n}\n// transform component v-model info (value and callback) into\n// prop and event handler respectively.\nfunction transformModel(options, data) {\n    var prop = (options.model && options.model.prop) || 'value';\n    var event = (options.model && options.model.event) || 'input';\n    (data.attrs || (data.attrs = {}))[prop] = data.model.value;\n    var on = data.on || (data.on = {});\n    var existing = on[event];\n    var callback = data.model.callback;\n    if (isDef(existing)) {\n        if (isArray(existing)\n            ? existing.indexOf(callback) === -1\n            : existing !== callback) {\n            on[event] = [callback].concat(existing);\n        }\n    }\n    else {\n        on[event] = callback;\n    }\n}\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace; // work around flow check\nvar formatComponentName;\nif (process.env.NODE_ENV !== 'production') {\n    var hasConsole_1 = typeof console !== 'undefined';\n    var classifyRE_1 = /(?:^|[-_])(\\w)/g;\n    var classify_1 = function (str) {\n        return str.replace(classifyRE_1, function (c) { return c.toUpperCase(); }).replace(/[-_]/g, '');\n    };\n    warn = function (msg, vm) {\n        if (vm === void 0) { vm = currentInstance; }\n        var trace = vm ? generateComponentTrace(vm) : '';\n        if (config.warnHandler) {\n            config.warnHandler.call(null, msg, vm, trace);\n        }\n        else if (hasConsole_1 && !config.silent) {\n            console.error(\"[Vue warn]: \".concat(msg).concat(trace));\n        }\n    };\n    tip = function (msg, vm) {\n        if (hasConsole_1 && !config.silent) {\n            console.warn(\"[Vue tip]: \".concat(msg) + (vm ? generateComponentTrace(vm) : ''));\n        }\n    };\n    formatComponentName = function (vm, includeFile) {\n        if (vm.$root === vm) {\n            return '<Root>';\n        }\n        var options = isFunction(vm) && vm.cid != null\n            ? vm.options\n            : vm._isVue\n                ? vm.$options || vm.constructor.options\n                : vm;\n        var name = getComponentName(options);\n        var file = options.__file;\n        if (!name && file) {\n            var match = file.match(/([^/\\\\]+)\\.vue$/);\n            name = match && match[1];\n        }\n        return ((name ? \"<\".concat(classify_1(name), \">\") : \"<Anonymous>\") +\n            (file && includeFile !== false ? \" at \".concat(file) : ''));\n    };\n    var repeat_1 = function (str, n) {\n        var res = '';\n        while (n) {\n            if (n % 2 === 1)\n                res += str;\n            if (n > 1)\n                str += str;\n            n >>= 1;\n        }\n        return res;\n    };\n    generateComponentTrace = function (vm) {\n        if (vm._isVue && vm.$parent) {\n            var tree = [];\n            var currentRecursiveSequence = 0;\n            while (vm) {\n                if (tree.length > 0) {\n                    var last = tree[tree.length - 1];\n                    if (last.constructor === vm.constructor) {\n                        currentRecursiveSequence++;\n                        vm = vm.$parent;\n                        continue;\n                    }\n                    else if (currentRecursiveSequence > 0) {\n                        tree[tree.length - 1] = [last, currentRecursiveSequence];\n                        currentRecursiveSequence = 0;\n                    }\n                }\n                tree.push(vm);\n                vm = vm.$parent;\n            }\n            return ('\\n\\nfound in\\n\\n' +\n                tree\n                    .map(function (vm, i) {\n                    return \"\".concat(i === 0 ? '---> ' : repeat_1(' ', 5 + i * 2)).concat(isArray(vm)\n                        ? \"\".concat(formatComponentName(vm[0]), \"... (\").concat(vm[1], \" recursive calls)\")\n                        : formatComponentName(vm));\n                })\n                    .join('\\n'));\n        }\n        else {\n            return \"\\n\\n(found in \".concat(formatComponentName(vm), \")\");\n        }\n    };\n}\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n    strats.el = strats.propsData = function (parent, child, vm, key) {\n        if (!vm) {\n            warn(\"option \\\"\".concat(key, \"\\\" can only be used during instance \") +\n                'creation with the `new` keyword.');\n        }\n        return defaultStrat(parent, child);\n    };\n}\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData(to, from, recursive) {\n    if (recursive === void 0) { recursive = true; }\n    if (!from)\n        return to;\n    var key, toVal, fromVal;\n    var keys = hasSymbol\n        ? Reflect.ownKeys(from)\n        : Object.keys(from);\n    for (var i = 0; i < keys.length; i++) {\n        key = keys[i];\n        // in case the object is already observed...\n        if (key === '__ob__')\n            continue;\n        toVal = to[key];\n        fromVal = from[key];\n        if (!recursive || !hasOwn(to, key)) {\n            set(to, key, fromVal);\n        }\n        else if (toVal !== fromVal &&\n            isPlainObject(toVal) &&\n            isPlainObject(fromVal)) {\n            mergeData(toVal, fromVal);\n        }\n    }\n    return to;\n}\n/**\n * Data\n */\nfunction mergeDataOrFn(parentVal, childVal, vm) {\n    if (!vm) {\n        // in a Vue.extend merge, both should be functions\n        if (!childVal) {\n            return parentVal;\n        }\n        if (!parentVal) {\n            return childVal;\n        }\n        // when parentVal & childVal are both present,\n        // we need to return a function that returns the\n        // merged result of both functions... no need to\n        // check if parentVal is a function here because\n        // it has to be a function to pass previous merges.\n        return function mergedDataFn() {\n            return mergeData(isFunction(childVal) ? childVal.call(this, this) : childVal, isFunction(parentVal) ? parentVal.call(this, this) : parentVal);\n        };\n    }\n    else {\n        return function mergedInstanceDataFn() {\n            // instance merge\n            var instanceData = isFunction(childVal)\n                ? childVal.call(vm, vm)\n                : childVal;\n            var defaultData = isFunction(parentVal)\n                ? parentVal.call(vm, vm)\n                : parentVal;\n            if (instanceData) {\n                return mergeData(instanceData, defaultData);\n            }\n            else {\n                return defaultData;\n            }\n        };\n    }\n}\nstrats.data = function (parentVal, childVal, vm) {\n    if (!vm) {\n        if (childVal && typeof childVal !== 'function') {\n            process.env.NODE_ENV !== 'production' &&\n                warn('The \"data\" option should be a function ' +\n                    'that returns a per-instance value in component ' +\n                    'definitions.', vm);\n            return parentVal;\n        }\n        return mergeDataOrFn(parentVal, childVal);\n    }\n    return mergeDataOrFn(parentVal, childVal, vm);\n};\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeLifecycleHook(parentVal, childVal) {\n    var res = childVal\n        ? parentVal\n            ? parentVal.concat(childVal)\n            : isArray(childVal)\n                ? childVal\n                : [childVal]\n        : parentVal;\n    return res ? dedupeHooks(res) : res;\n}\nfunction dedupeHooks(hooks) {\n    var res = [];\n    for (var i = 0; i < hooks.length; i++) {\n        if (res.indexOf(hooks[i]) === -1) {\n            res.push(hooks[i]);\n        }\n    }\n    return res;\n}\nLIFECYCLE_HOOKS.forEach(function (hook) {\n    strats[hook] = mergeLifecycleHook;\n});\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets(parentVal, childVal, vm, key) {\n    var res = Object.create(parentVal || null);\n    if (childVal) {\n        process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n        return extend(res, childVal);\n    }\n    else {\n        return res;\n    }\n}\nASSET_TYPES.forEach(function (type) {\n    strats[type + 's'] = mergeAssets;\n});\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (parentVal, childVal, vm, key) {\n    // work around Firefox's Object.prototype.watch...\n    //@ts-expect-error work around\n    if (parentVal === nativeWatch)\n        parentVal = undefined;\n    //@ts-expect-error work around\n    if (childVal === nativeWatch)\n        childVal = undefined;\n    /* istanbul ignore if */\n    if (!childVal)\n        return Object.create(parentVal || null);\n    if (process.env.NODE_ENV !== 'production') {\n        assertObjectType(key, childVal, vm);\n    }\n    if (!parentVal)\n        return childVal;\n    var ret = {};\n    extend(ret, parentVal);\n    for (var key_1 in childVal) {\n        var parent_1 = ret[key_1];\n        var child = childVal[key_1];\n        if (parent_1 && !isArray(parent_1)) {\n            parent_1 = [parent_1];\n        }\n        ret[key_1] = parent_1 ? parent_1.concat(child) : isArray(child) ? child : [child];\n    }\n    return ret;\n};\n/**\n * Other object hashes.\n */\nstrats.props =\n    strats.methods =\n        strats.inject =\n            strats.computed =\n                function (parentVal, childVal, vm, key) {\n                    if (childVal && process.env.NODE_ENV !== 'production') {\n                        assertObjectType(key, childVal, vm);\n                    }\n                    if (!parentVal)\n                        return childVal;\n                    var ret = Object.create(null);\n                    extend(ret, parentVal);\n                    if (childVal)\n                        extend(ret, childVal);\n                    return ret;\n                };\nstrats.provide = function (parentVal, childVal) {\n    if (!parentVal)\n        return childVal;\n    return function () {\n        var ret = Object.create(null);\n        mergeData(ret, isFunction(parentVal) ? parentVal.call(this) : parentVal);\n        if (childVal) {\n            mergeData(ret, isFunction(childVal) ? childVal.call(this) : childVal, false // non-recursive\n            );\n        }\n        return ret;\n    };\n};\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n    return childVal === undefined ? parentVal : childVal;\n};\n/**\n * Validate component names\n */\nfunction checkComponents(options) {\n    for (var key in options.components) {\n        validateComponentName(key);\n    }\n}\nfunction validateComponentName(name) {\n    if (!new RegExp(\"^[a-zA-Z][\\\\-\\\\.0-9_\".concat(unicodeRegExp.source, \"]*$\")).test(name)) {\n        warn('Invalid component name: \"' +\n            name +\n            '\". Component names ' +\n            'should conform to valid custom element name in html5 specification.');\n    }\n    if (isBuiltInTag(name) || config.isReservedTag(name)) {\n        warn('Do not use built-in or reserved HTML elements as component ' +\n            'id: ' +\n            name);\n    }\n}\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps(options, vm) {\n    var props = options.props;\n    if (!props)\n        return;\n    var res = {};\n    var i, val, name;\n    if (isArray(props)) {\n        i = props.length;\n        while (i--) {\n            val = props[i];\n            if (typeof val === 'string') {\n                name = camelize(val);\n                res[name] = { type: null };\n            }\n            else if (process.env.NODE_ENV !== 'production') {\n                warn('props must be strings when using array syntax.');\n            }\n        }\n    }\n    else if (isPlainObject(props)) {\n        for (var key in props) {\n            val = props[key];\n            name = camelize(key);\n            res[name] = isPlainObject(val) ? val : { type: val };\n        }\n    }\n    else if (process.env.NODE_ENV !== 'production') {\n        warn(\"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n            \"but got \".concat(toRawType(props), \".\"), vm);\n    }\n    options.props = res;\n}\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject(options, vm) {\n    var inject = options.inject;\n    if (!inject)\n        return;\n    var normalized = (options.inject = {});\n    if (isArray(inject)) {\n        for (var i = 0; i < inject.length; i++) {\n            normalized[inject[i]] = { from: inject[i] };\n        }\n    }\n    else if (isPlainObject(inject)) {\n        for (var key in inject) {\n            var val = inject[key];\n            normalized[key] = isPlainObject(val)\n                ? extend({ from: key }, val)\n                : { from: val };\n        }\n    }\n    else if (process.env.NODE_ENV !== 'production') {\n        warn(\"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n            \"but got \".concat(toRawType(inject), \".\"), vm);\n    }\n}\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives$1(options) {\n    var dirs = options.directives;\n    if (dirs) {\n        for (var key in dirs) {\n            var def = dirs[key];\n            if (isFunction(def)) {\n                dirs[key] = { bind: def, update: def };\n            }\n        }\n    }\n}\nfunction assertObjectType(name, value, vm) {\n    if (!isPlainObject(value)) {\n        warn(\"Invalid value for option \\\"\".concat(name, \"\\\": expected an Object, \") +\n            \"but got \".concat(toRawType(value), \".\"), vm);\n    }\n}\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions(parent, child, vm) {\n    if (process.env.NODE_ENV !== 'production') {\n        checkComponents(child);\n    }\n    if (isFunction(child)) {\n        // @ts-expect-error\n        child = child.options;\n    }\n    normalizeProps(child, vm);\n    normalizeInject(child, vm);\n    normalizeDirectives$1(child);\n    // Apply extends and mixins on the child options,\n    // but only if it is a raw options object that isn't\n    // the result of another mergeOptions call.\n    // Only merged options has the _base property.\n    if (!child._base) {\n        if (child.extends) {\n            parent = mergeOptions(parent, child.extends, vm);\n        }\n        if (child.mixins) {\n            for (var i = 0, l = child.mixins.length; i < l; i++) {\n                parent = mergeOptions(parent, child.mixins[i], vm);\n            }\n        }\n    }\n    var options = {};\n    var key;\n    for (key in parent) {\n        mergeField(key);\n    }\n    for (key in child) {\n        if (!hasOwn(parent, key)) {\n            mergeField(key);\n        }\n    }\n    function mergeField(key) {\n        var strat = strats[key] || defaultStrat;\n        options[key] = strat(parent[key], child[key], vm, key);\n    }\n    return options;\n}\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset(options, type, id, warnMissing) {\n    /* istanbul ignore if */\n    if (typeof id !== 'string') {\n        return;\n    }\n    var assets = options[type];\n    // check local registration variations first\n    if (hasOwn(assets, id))\n        return assets[id];\n    var camelizedId = camelize(id);\n    if (hasOwn(assets, camelizedId))\n        return assets[camelizedId];\n    var PascalCaseId = capitalize(camelizedId);\n    if (hasOwn(assets, PascalCaseId))\n        return assets[PascalCaseId];\n    // fallback to prototype chain\n    var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n    if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n        warn('Failed to resolve ' + type.slice(0, -1) + ': ' + id);\n    }\n    return res;\n}\n\nfunction validateProp(key, propOptions, propsData, vm) {\n    var prop = propOptions[key];\n    var absent = !hasOwn(propsData, key);\n    var value = propsData[key];\n    // boolean casting\n    var booleanIndex = getTypeIndex(Boolean, prop.type);\n    if (booleanIndex > -1) {\n        if (absent && !hasOwn(prop, 'default')) {\n            value = false;\n        }\n        else if (value === '' || value === hyphenate(key)) {\n            // only cast empty string / same name to boolean if\n            // boolean has higher priority\n            var stringIndex = getTypeIndex(String, prop.type);\n            if (stringIndex < 0 || booleanIndex < stringIndex) {\n                value = true;\n            }\n        }\n    }\n    // check default value\n    if (value === undefined) {\n        value = getPropDefaultValue(vm, prop, key);\n        // since the default value is a fresh copy,\n        // make sure to observe it.\n        var prevShouldObserve = shouldObserve;\n        toggleObserving(true);\n        observe(value);\n        toggleObserving(prevShouldObserve);\n    }\n    if (process.env.NODE_ENV !== 'production') {\n        assertProp(prop, key, value, vm, absent);\n    }\n    return value;\n}\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue(vm, prop, key) {\n    // no default, return undefined\n    if (!hasOwn(prop, 'default')) {\n        return undefined;\n    }\n    var def = prop.default;\n    // warn against non-factory defaults for Object & Array\n    if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n        warn('Invalid default value for prop \"' +\n            key +\n            '\": ' +\n            'Props with type Object/Array must use a factory function ' +\n            'to return the default value.', vm);\n    }\n    // the raw prop value was also undefined from previous render,\n    // return previous default value to avoid unnecessary watcher trigger\n    if (vm &&\n        vm.$options.propsData &&\n        vm.$options.propsData[key] === undefined &&\n        vm._props[key] !== undefined) {\n        return vm._props[key];\n    }\n    // call factory function for non-Function types\n    // a value is Function if its prototype is function even across different execution context\n    return isFunction(def) && getType(prop.type) !== 'Function'\n        ? def.call(vm)\n        : def;\n}\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp(prop, name, value, vm, absent) {\n    if (prop.required && absent) {\n        warn('Missing required prop: \"' + name + '\"', vm);\n        return;\n    }\n    if (value == null && !prop.required) {\n        return;\n    }\n    var type = prop.type;\n    var valid = !type || type === true;\n    var expectedTypes = [];\n    if (type) {\n        if (!isArray(type)) {\n            type = [type];\n        }\n        for (var i = 0; i < type.length && !valid; i++) {\n            var assertedType = assertType(value, type[i], vm);\n            expectedTypes.push(assertedType.expectedType || '');\n            valid = assertedType.valid;\n        }\n    }\n    var haveExpectedTypes = expectedTypes.some(function (t) { return t; });\n    if (!valid && haveExpectedTypes) {\n        warn(getInvalidTypeMessage(name, value, expectedTypes), vm);\n        return;\n    }\n    var validator = prop.validator;\n    if (validator) {\n        if (!validator(value)) {\n            warn('Invalid prop: custom validator check failed for prop \"' + name + '\".', vm);\n        }\n    }\n}\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol|BigInt)$/;\nfunction assertType(value, type, vm) {\n    var valid;\n    var expectedType = getType(type);\n    if (simpleCheckRE.test(expectedType)) {\n        var t = typeof value;\n        valid = t === expectedType.toLowerCase();\n        // for primitive wrapper objects\n        if (!valid && t === 'object') {\n            valid = value instanceof type;\n        }\n    }\n    else if (expectedType === 'Object') {\n        valid = isPlainObject(value);\n    }\n    else if (expectedType === 'Array') {\n        valid = isArray(value);\n    }\n    else {\n        try {\n            valid = value instanceof type;\n        }\n        catch (e) {\n            warn('Invalid prop type: \"' + String(type) + '\" is not a constructor', vm);\n            valid = false;\n        }\n    }\n    return {\n        valid: valid,\n        expectedType: expectedType\n    };\n}\nvar functionTypeCheckRE = /^\\s*function (\\w+)/;\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType(fn) {\n    var match = fn && fn.toString().match(functionTypeCheckRE);\n    return match ? match[1] : '';\n}\nfunction isSameType(a, b) {\n    return getType(a) === getType(b);\n}\nfunction getTypeIndex(type, expectedTypes) {\n    if (!isArray(expectedTypes)) {\n        return isSameType(expectedTypes, type) ? 0 : -1;\n    }\n    for (var i = 0, len = expectedTypes.length; i < len; i++) {\n        if (isSameType(expectedTypes[i], type)) {\n            return i;\n        }\n    }\n    return -1;\n}\nfunction getInvalidTypeMessage(name, value, expectedTypes) {\n    var message = \"Invalid prop: type check failed for prop \\\"\".concat(name, \"\\\".\") +\n        \" Expected \".concat(expectedTypes.map(capitalize).join(', '));\n    var expectedType = expectedTypes[0];\n    var receivedType = toRawType(value);\n    // check if we need to specify expected value\n    if (expectedTypes.length === 1 &&\n        isExplicable(expectedType) &&\n        isExplicable(typeof value) &&\n        !isBoolean(expectedType, receivedType)) {\n        message += \" with value \".concat(styleValue(value, expectedType));\n    }\n    message += \", got \".concat(receivedType, \" \");\n    // check if we need to specify received value\n    if (isExplicable(receivedType)) {\n        message += \"with value \".concat(styleValue(value, receivedType), \".\");\n    }\n    return message;\n}\nfunction styleValue(value, type) {\n    if (type === 'String') {\n        return \"\\\"\".concat(value, \"\\\"\");\n    }\n    else if (type === 'Number') {\n        return \"\".concat(Number(value));\n    }\n    else {\n        return \"\".concat(value);\n    }\n}\nvar EXPLICABLE_TYPES = ['string', 'number', 'boolean'];\nfunction isExplicable(value) {\n    return EXPLICABLE_TYPES.some(function (elem) { return value.toLowerCase() === elem; });\n}\nfunction isBoolean() {\n    var args = [];\n    for (var _i = 0; _i < arguments.length; _i++) {\n        args[_i] = arguments[_i];\n    }\n    return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; });\n}\n\n/* not type checking this file because flow doesn't play well with Proxy */\nvar initProxy;\nif (process.env.NODE_ENV !== 'production') {\n    var allowedGlobals_1 = makeMap('Infinity,undefined,NaN,isFinite,isNaN,' +\n        'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n        'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,' +\n        'require' // for Webpack/Browserify\n    );\n    var warnNonPresent_1 = function (target, key) {\n        warn(\"Property or method \\\"\".concat(key, \"\\\" is not defined on the instance but \") +\n            'referenced during render. Make sure that this property is reactive, ' +\n            'either in the data option, or for class-based components, by ' +\n            'initializing the property. ' +\n            'See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.', target);\n    };\n    var warnReservedPrefix_1 = function (target, key) {\n        warn(\"Property \\\"\".concat(key, \"\\\" must be accessed with \\\"$data.\").concat(key, \"\\\" because \") +\n            'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n            'prevent conflicts with Vue internals. ' +\n            'See: https://v2.vuejs.org/v2/api/#data', target);\n    };\n    var hasProxy_1 = typeof Proxy !== 'undefined' && isNative(Proxy);\n    if (hasProxy_1) {\n        var isBuiltInModifier_1 = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n        config.keyCodes = new Proxy(config.keyCodes, {\n            set: function (target, key, value) {\n                if (isBuiltInModifier_1(key)) {\n                    warn(\"Avoid overwriting built-in modifier in config.keyCodes: .\".concat(key));\n                    return false;\n                }\n                else {\n                    target[key] = value;\n                    return true;\n                }\n            }\n        });\n    }\n    var hasHandler_1 = {\n        has: function (target, key) {\n            var has = key in target;\n            var isAllowed = allowedGlobals_1(key) ||\n                (typeof key === 'string' &&\n                    key.charAt(0) === '_' &&\n                    !(key in target.$data));\n            if (!has && !isAllowed) {\n                if (key in target.$data)\n                    warnReservedPrefix_1(target, key);\n                else\n                    warnNonPresent_1(target, key);\n            }\n            return has || !isAllowed;\n        }\n    };\n    var getHandler_1 = {\n        get: function (target, key) {\n            if (typeof key === 'string' && !(key in target)) {\n                if (key in target.$data)\n                    warnReservedPrefix_1(target, key);\n                else\n                    warnNonPresent_1(target, key);\n            }\n            return target[key];\n        }\n    };\n    initProxy = function initProxy(vm) {\n        if (hasProxy_1) {\n            // determine which proxy handler to use\n            var options = vm.$options;\n            var handlers = options.render && options.render._withStripped ? getHandler_1 : hasHandler_1;\n            vm._renderProxy = new Proxy(vm, handlers);\n        }\n        else {\n            vm._renderProxy = vm;\n        }\n    };\n}\n\nvar sharedPropertyDefinition = {\n    enumerable: true,\n    configurable: true,\n    get: noop,\n    set: noop\n};\nfunction proxy(target, sourceKey, key) {\n    sharedPropertyDefinition.get = function proxyGetter() {\n        return this[sourceKey][key];\n    };\n    sharedPropertyDefinition.set = function proxySetter(val) {\n        this[sourceKey][key] = val;\n    };\n    Object.defineProperty(target, key, sharedPropertyDefinition);\n}\nfunction initState(vm) {\n    var opts = vm.$options;\n    if (opts.props)\n        initProps$1(vm, opts.props);\n    // Composition API\n    initSetup(vm);\n    if (opts.methods)\n        initMethods(vm, opts.methods);\n    if (opts.data) {\n        initData(vm);\n    }\n    else {\n        var ob = observe((vm._data = {}));\n        ob && ob.vmCount++;\n    }\n    if (opts.computed)\n        initComputed$1(vm, opts.computed);\n    if (opts.watch && opts.watch !== nativeWatch) {\n        initWatch(vm, opts.watch);\n    }\n}\nfunction initProps$1(vm, propsOptions) {\n    var propsData = vm.$options.propsData || {};\n    var props = (vm._props = shallowReactive({}));\n    // cache prop keys so that future props updates can iterate using Array\n    // instead of dynamic object key enumeration.\n    var keys = (vm.$options._propKeys = []);\n    var isRoot = !vm.$parent;\n    // root instance props should be converted\n    if (!isRoot) {\n        toggleObserving(false);\n    }\n    var _loop_1 = function (key) {\n        keys.push(key);\n        var value = validateProp(key, propsOptions, propsData, vm);\n        /* istanbul ignore else */\n        if (process.env.NODE_ENV !== 'production') {\n            var hyphenatedKey = hyphenate(key);\n            if (isReservedAttribute(hyphenatedKey) ||\n                config.isReservedAttr(hyphenatedKey)) {\n                warn(\"\\\"\".concat(hyphenatedKey, \"\\\" is a reserved attribute and cannot be used as component prop.\"), vm);\n            }\n            defineReactive(props, key, value, function () {\n                if (!isRoot && !isUpdatingChildComponent) {\n                    warn(\"Avoid mutating a prop directly since the value will be \" +\n                        \"overwritten whenever the parent component re-renders. \" +\n                        \"Instead, use a data or computed property based on the prop's \" +\n                        \"value. Prop being mutated: \\\"\".concat(key, \"\\\"\"), vm);\n                }\n            });\n        }\n        else {\n            defineReactive(props, key, value);\n        }\n        // static props are already proxied on the component's prototype\n        // during Vue.extend(). We only need to proxy props defined at\n        // instantiation here.\n        if (!(key in vm)) {\n            proxy(vm, \"_props\", key);\n        }\n    };\n    for (var key in propsOptions) {\n        _loop_1(key);\n    }\n    toggleObserving(true);\n}\nfunction initData(vm) {\n    var data = vm.$options.data;\n    data = vm._data = isFunction(data) ? getData(data, vm) : data || {};\n    if (!isPlainObject(data)) {\n        data = {};\n        process.env.NODE_ENV !== 'production' &&\n            warn('data functions should return an object:\\n' +\n                'https://v2.vuejs.org/v2/guide/components.html#data-Must-Be-a-Function', vm);\n    }\n    // proxy data on instance\n    var keys = Object.keys(data);\n    var props = vm.$options.props;\n    var methods = vm.$options.methods;\n    var i = keys.length;\n    while (i--) {\n        var key = keys[i];\n        if (process.env.NODE_ENV !== 'production') {\n            if (methods && hasOwn(methods, key)) {\n                warn(\"Method \\\"\".concat(key, \"\\\" has already been defined as a data property.\"), vm);\n            }\n        }\n        if (props && hasOwn(props, key)) {\n            process.env.NODE_ENV !== 'production' &&\n                warn(\"The data property \\\"\".concat(key, \"\\\" is already declared as a prop. \") +\n                    \"Use prop default value instead.\", vm);\n        }\n        else if (!isReserved(key)) {\n            proxy(vm, \"_data\", key);\n        }\n    }\n    // observe data\n    var ob = observe(data);\n    ob && ob.vmCount++;\n}\nfunction getData(data, vm) {\n    // #7573 disable dep collection when invoking data getters\n    pushTarget();\n    try {\n        return data.call(vm, vm);\n    }\n    catch (e) {\n        handleError(e, vm, \"data()\");\n        return {};\n    }\n    finally {\n        popTarget();\n    }\n}\nvar computedWatcherOptions = { lazy: true };\nfunction initComputed$1(vm, computed) {\n    // $flow-disable-line\n    var watchers = (vm._computedWatchers = Object.create(null));\n    // computed properties are just getters during SSR\n    var isSSR = isServerRendering();\n    for (var key in computed) {\n        var userDef = computed[key];\n        var getter = isFunction(userDef) ? userDef : userDef.get;\n        if (process.env.NODE_ENV !== 'production' && getter == null) {\n            warn(\"Getter is missing for computed property \\\"\".concat(key, \"\\\".\"), vm);\n        }\n        if (!isSSR) {\n            // create internal watcher for the computed property.\n            watchers[key] = new Watcher(vm, getter || noop, noop, computedWatcherOptions);\n        }\n        // component-defined computed properties are already defined on the\n        // component prototype. We only need to define computed properties defined\n        // at instantiation here.\n        if (!(key in vm)) {\n            defineComputed(vm, key, userDef);\n        }\n        else if (process.env.NODE_ENV !== 'production') {\n            if (key in vm.$data) {\n                warn(\"The computed property \\\"\".concat(key, \"\\\" is already defined in data.\"), vm);\n            }\n            else if (vm.$options.props && key in vm.$options.props) {\n                warn(\"The computed property \\\"\".concat(key, \"\\\" is already defined as a prop.\"), vm);\n            }\n            else if (vm.$options.methods && key in vm.$options.methods) {\n                warn(\"The computed property \\\"\".concat(key, \"\\\" is already defined as a method.\"), vm);\n            }\n        }\n    }\n}\nfunction defineComputed(target, key, userDef) {\n    var shouldCache = !isServerRendering();\n    if (isFunction(userDef)) {\n        sharedPropertyDefinition.get = shouldCache\n            ? createComputedGetter(key)\n            : createGetterInvoker(userDef);\n        sharedPropertyDefinition.set = noop;\n    }\n    else {\n        sharedPropertyDefinition.get = userDef.get\n            ? shouldCache && userDef.cache !== false\n                ? createComputedGetter(key)\n                : createGetterInvoker(userDef.get)\n            : noop;\n        sharedPropertyDefinition.set = userDef.set || noop;\n    }\n    if (process.env.NODE_ENV !== 'production' && sharedPropertyDefinition.set === noop) {\n        sharedPropertyDefinition.set = function () {\n            warn(\"Computed property \\\"\".concat(key, \"\\\" was assigned to but it has no setter.\"), this);\n        };\n    }\n    Object.defineProperty(target, key, sharedPropertyDefinition);\n}\nfunction createComputedGetter(key) {\n    return function computedGetter() {\n        var watcher = this._computedWatchers && this._computedWatchers[key];\n        if (watcher) {\n            if (watcher.dirty) {\n                watcher.evaluate();\n            }\n            if (Dep.target) {\n                if (process.env.NODE_ENV !== 'production' && Dep.target.onTrack) {\n                    Dep.target.onTrack({\n                        effect: Dep.target,\n                        target: this,\n                        type: \"get\" /* TrackOpTypes.GET */,\n                        key: key\n                    });\n                }\n                watcher.depend();\n            }\n            return watcher.value;\n        }\n    };\n}\nfunction createGetterInvoker(fn) {\n    return function computedGetter() {\n        return fn.call(this, this);\n    };\n}\nfunction initMethods(vm, methods) {\n    var props = vm.$options.props;\n    for (var key in methods) {\n        if (process.env.NODE_ENV !== 'production') {\n            if (typeof methods[key] !== 'function') {\n                warn(\"Method \\\"\".concat(key, \"\\\" has type \\\"\").concat(typeof methods[key], \"\\\" in the component definition. \") +\n                    \"Did you reference the function correctly?\", vm);\n            }\n            if (props && hasOwn(props, key)) {\n                warn(\"Method \\\"\".concat(key, \"\\\" has already been defined as a prop.\"), vm);\n            }\n            if (key in vm && isReserved(key)) {\n                warn(\"Method \\\"\".concat(key, \"\\\" conflicts with an existing Vue instance method. \") +\n                    \"Avoid defining component methods that start with _ or $.\");\n            }\n        }\n        vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm);\n    }\n}\nfunction initWatch(vm, watch) {\n    for (var key in watch) {\n        var handler = watch[key];\n        if (isArray(handler)) {\n            for (var i = 0; i < handler.length; i++) {\n                createWatcher(vm, key, handler[i]);\n            }\n        }\n        else {\n            createWatcher(vm, key, handler);\n        }\n    }\n}\nfunction createWatcher(vm, expOrFn, handler, options) {\n    if (isPlainObject(handler)) {\n        options = handler;\n        handler = handler.handler;\n    }\n    if (typeof handler === 'string') {\n        handler = vm[handler];\n    }\n    return vm.$watch(expOrFn, handler, options);\n}\nfunction stateMixin(Vue) {\n    // flow somehow has problems with directly declared definition object\n    // when using Object.defineProperty, so we have to procedurally build up\n    // the object here.\n    var dataDef = {};\n    dataDef.get = function () {\n        return this._data;\n    };\n    var propsDef = {};\n    propsDef.get = function () {\n        return this._props;\n    };\n    if (process.env.NODE_ENV !== 'production') {\n        dataDef.set = function () {\n            warn('Avoid replacing instance root $data. ' +\n                'Use nested data properties instead.', this);\n        };\n        propsDef.set = function () {\n            warn(\"$props is readonly.\", this);\n        };\n    }\n    Object.defineProperty(Vue.prototype, '$data', dataDef);\n    Object.defineProperty(Vue.prototype, '$props', propsDef);\n    Vue.prototype.$set = set;\n    Vue.prototype.$delete = del;\n    Vue.prototype.$watch = function (expOrFn, cb, options) {\n        var vm = this;\n        if (isPlainObject(cb)) {\n            return createWatcher(vm, expOrFn, cb, options);\n        }\n        options = options || {};\n        options.user = true;\n        var watcher = new Watcher(vm, expOrFn, cb, options);\n        if (options.immediate) {\n            var info = \"callback for immediate watcher \\\"\".concat(watcher.expression, \"\\\"\");\n            pushTarget();\n            invokeWithErrorHandling(cb, vm, [watcher.value], vm, info);\n            popTarget();\n        }\n        return function unwatchFn() {\n            watcher.teardown();\n        };\n    };\n}\n\nvar uid = 0;\nfunction initMixin$1(Vue) {\n    Vue.prototype._init = function (options) {\n        var vm = this;\n        // a uid\n        vm._uid = uid++;\n        var startTag, endTag;\n        /* istanbul ignore if */\n        if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n            startTag = \"vue-perf-start:\".concat(vm._uid);\n            endTag = \"vue-perf-end:\".concat(vm._uid);\n            mark(startTag);\n        }\n        // a flag to mark this as a Vue instance without having to do instanceof\n        // check\n        vm._isVue = true;\n        // avoid instances from being observed\n        vm.__v_skip = true;\n        // effect scope\n        vm._scope = new EffectScope(true /* detached */);\n        vm._scope._vm = true;\n        // merge options\n        if (options && options._isComponent) {\n            // optimize internal component instantiation\n            // since dynamic options merging is pretty slow, and none of the\n            // internal component options needs special treatment.\n            initInternalComponent(vm, options);\n        }\n        else {\n            vm.$options = mergeOptions(resolveConstructorOptions(vm.constructor), options || {}, vm);\n        }\n        /* istanbul ignore else */\n        if (process.env.NODE_ENV !== 'production') {\n            initProxy(vm);\n        }\n        else {\n            vm._renderProxy = vm;\n        }\n        // expose real self\n        vm._self = vm;\n        initLifecycle(vm);\n        initEvents(vm);\n        initRender(vm);\n        callHook$1(vm, 'beforeCreate', undefined, false /* setContext */);\n        initInjections(vm); // resolve injections before data/props\n        initState(vm);\n        initProvide(vm); // resolve provide after data/props\n        callHook$1(vm, 'created');\n        /* istanbul ignore if */\n        if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n            vm._name = formatComponentName(vm, false);\n            mark(endTag);\n            measure(\"vue \".concat(vm._name, \" init\"), startTag, endTag);\n        }\n        if (vm.$options.el) {\n            vm.$mount(vm.$options.el);\n        }\n    };\n}\nfunction initInternalComponent(vm, options) {\n    var opts = (vm.$options = Object.create(vm.constructor.options));\n    // doing this because it's faster than dynamic enumeration.\n    var parentVnode = options._parentVnode;\n    opts.parent = options.parent;\n    opts._parentVnode = parentVnode;\n    var vnodeComponentOptions = parentVnode.componentOptions;\n    opts.propsData = vnodeComponentOptions.propsData;\n    opts._parentListeners = vnodeComponentOptions.listeners;\n    opts._renderChildren = vnodeComponentOptions.children;\n    opts._componentTag = vnodeComponentOptions.tag;\n    if (options.render) {\n        opts.render = options.render;\n        opts.staticRenderFns = options.staticRenderFns;\n    }\n}\nfunction resolveConstructorOptions(Ctor) {\n    var options = Ctor.options;\n    if (Ctor.super) {\n        var superOptions = resolveConstructorOptions(Ctor.super);\n        var cachedSuperOptions = Ctor.superOptions;\n        if (superOptions !== cachedSuperOptions) {\n            // super option changed,\n            // need to resolve new options.\n            Ctor.superOptions = superOptions;\n            // check if there are any late-modified/attached options (#4976)\n            var modifiedOptions = resolveModifiedOptions(Ctor);\n            // update base extend options\n            if (modifiedOptions) {\n                extend(Ctor.extendOptions, modifiedOptions);\n            }\n            options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions);\n            if (options.name) {\n                options.components[options.name] = Ctor;\n            }\n        }\n    }\n    return options;\n}\nfunction resolveModifiedOptions(Ctor) {\n    var modified;\n    var latest = Ctor.options;\n    var sealed = Ctor.sealedOptions;\n    for (var key in latest) {\n        if (latest[key] !== sealed[key]) {\n            if (!modified)\n                modified = {};\n            modified[key] = latest[key];\n        }\n    }\n    return modified;\n}\n\nfunction Vue(options) {\n    if (process.env.NODE_ENV !== 'production' && !(this instanceof Vue)) {\n        warn('Vue is a constructor and should be called with the `new` keyword');\n    }\n    this._init(options);\n}\n//@ts-expect-error Vue has function type\ninitMixin$1(Vue);\n//@ts-expect-error Vue has function type\nstateMixin(Vue);\n//@ts-expect-error Vue has function type\neventsMixin(Vue);\n//@ts-expect-error Vue has function type\nlifecycleMixin(Vue);\n//@ts-expect-error Vue has function type\nrenderMixin(Vue);\n\nfunction initUse(Vue) {\n    Vue.use = function (plugin) {\n        var installedPlugins = this._installedPlugins || (this._installedPlugins = []);\n        if (installedPlugins.indexOf(plugin) > -1) {\n            return this;\n        }\n        // additional parameters\n        var args = toArray(arguments, 1);\n        args.unshift(this);\n        if (isFunction(plugin.install)) {\n            plugin.install.apply(plugin, args);\n        }\n        else if (isFunction(plugin)) {\n            plugin.apply(null, args);\n        }\n        installedPlugins.push(plugin);\n        return this;\n    };\n}\n\nfunction initMixin(Vue) {\n    Vue.mixin = function (mixin) {\n        this.options = mergeOptions(this.options, mixin);\n        return this;\n    };\n}\n\nfunction initExtend(Vue) {\n    /**\n     * Each instance constructor, including Vue, has a unique\n     * cid. This enables us to create wrapped \"child\n     * constructors\" for prototypal inheritance and cache them.\n     */\n    Vue.cid = 0;\n    var cid = 1;\n    /**\n     * Class inheritance\n     */\n    Vue.extend = function (extendOptions) {\n        extendOptions = extendOptions || {};\n        var Super = this;\n        var SuperId = Super.cid;\n        var cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {});\n        if (cachedCtors[SuperId]) {\n            return cachedCtors[SuperId];\n        }\n        var name = getComponentName(extendOptions) || getComponentName(Super.options);\n        if (process.env.NODE_ENV !== 'production' && name) {\n            validateComponentName(name);\n        }\n        var Sub = function VueComponent(options) {\n            this._init(options);\n        };\n        Sub.prototype = Object.create(Super.prototype);\n        Sub.prototype.constructor = Sub;\n        Sub.cid = cid++;\n        Sub.options = mergeOptions(Super.options, extendOptions);\n        Sub['super'] = Super;\n        // For props and computed properties, we define the proxy getters on\n        // the Vue instances at extension time, on the extended prototype. This\n        // avoids Object.defineProperty calls for each instance created.\n        if (Sub.options.props) {\n            initProps(Sub);\n        }\n        if (Sub.options.computed) {\n            initComputed(Sub);\n        }\n        // allow further extension/mixin/plugin usage\n        Sub.extend = Super.extend;\n        Sub.mixin = Super.mixin;\n        Sub.use = Super.use;\n        // create asset registers, so extended classes\n        // can have their private assets too.\n        ASSET_TYPES.forEach(function (type) {\n            Sub[type] = Super[type];\n        });\n        // enable recursive self-lookup\n        if (name) {\n            Sub.options.components[name] = Sub;\n        }\n        // keep a reference to the super options at extension time.\n        // later at instantiation we can check if Super's options have\n        // been updated.\n        Sub.superOptions = Super.options;\n        Sub.extendOptions = extendOptions;\n        Sub.sealedOptions = extend({}, Sub.options);\n        // cache constructor\n        cachedCtors[SuperId] = Sub;\n        return Sub;\n    };\n}\nfunction initProps(Comp) {\n    var props = Comp.options.props;\n    for (var key in props) {\n        proxy(Comp.prototype, \"_props\", key);\n    }\n}\nfunction initComputed(Comp) {\n    var computed = Comp.options.computed;\n    for (var key in computed) {\n        defineComputed(Comp.prototype, key, computed[key]);\n    }\n}\n\nfunction initAssetRegisters(Vue) {\n    /**\n     * Create asset registration methods.\n     */\n    ASSET_TYPES.forEach(function (type) {\n        // @ts-expect-error function is not exact same type\n        Vue[type] = function (id, definition) {\n            if (!definition) {\n                return this.options[type + 's'][id];\n            }\n            else {\n                /* istanbul ignore if */\n                if (process.env.NODE_ENV !== 'production' && type === 'component') {\n                    validateComponentName(id);\n                }\n                if (type === 'component' && isPlainObject(definition)) {\n                    // @ts-expect-error\n                    definition.name = definition.name || id;\n                    definition = this.options._base.extend(definition);\n                }\n                if (type === 'directive' && isFunction(definition)) {\n                    definition = { bind: definition, update: definition };\n                }\n                this.options[type + 's'][id] = definition;\n                return definition;\n            }\n        };\n    });\n}\n\nfunction _getComponentName(opts) {\n    return opts && (getComponentName(opts.Ctor.options) || opts.tag);\n}\nfunction matches(pattern, name) {\n    if (isArray(pattern)) {\n        return pattern.indexOf(name) > -1;\n    }\n    else if (typeof pattern === 'string') {\n        return pattern.split(',').indexOf(name) > -1;\n    }\n    else if (isRegExp(pattern)) {\n        return pattern.test(name);\n    }\n    /* istanbul ignore next */\n    return false;\n}\nfunction pruneCache(keepAliveInstance, filter) {\n    var cache = keepAliveInstance.cache, keys = keepAliveInstance.keys, _vnode = keepAliveInstance._vnode;\n    for (var key in cache) {\n        var entry = cache[key];\n        if (entry) {\n            var name_1 = entry.name;\n            if (name_1 && !filter(name_1)) {\n                pruneCacheEntry(cache, key, keys, _vnode);\n            }\n        }\n    }\n}\nfunction pruneCacheEntry(cache, key, keys, current) {\n    var entry = cache[key];\n    if (entry && (!current || entry.tag !== current.tag)) {\n        // @ts-expect-error can be undefined\n        entry.componentInstance.$destroy();\n    }\n    cache[key] = null;\n    remove$2(keys, key);\n}\nvar patternTypes = [String, RegExp, Array];\n// TODO defineComponent\nvar KeepAlive = {\n    name: 'keep-alive',\n    abstract: true,\n    props: {\n        include: patternTypes,\n        exclude: patternTypes,\n        max: [String, Number]\n    },\n    methods: {\n        cacheVNode: function () {\n            var _a = this, cache = _a.cache, keys = _a.keys, vnodeToCache = _a.vnodeToCache, keyToCache = _a.keyToCache;\n            if (vnodeToCache) {\n                var tag = vnodeToCache.tag, componentInstance = vnodeToCache.componentInstance, componentOptions = vnodeToCache.componentOptions;\n                cache[keyToCache] = {\n                    name: _getComponentName(componentOptions),\n                    tag: tag,\n                    componentInstance: componentInstance\n                };\n                keys.push(keyToCache);\n                // prune oldest entry\n                if (this.max && keys.length > parseInt(this.max)) {\n                    pruneCacheEntry(cache, keys[0], keys, this._vnode);\n                }\n                this.vnodeToCache = null;\n            }\n        }\n    },\n    created: function () {\n        this.cache = Object.create(null);\n        this.keys = [];\n    },\n    destroyed: function () {\n        for (var key in this.cache) {\n            pruneCacheEntry(this.cache, key, this.keys);\n        }\n    },\n    mounted: function () {\n        var _this = this;\n        this.cacheVNode();\n        this.$watch('include', function (val) {\n            pruneCache(_this, function (name) { return matches(val, name); });\n        });\n        this.$watch('exclude', function (val) {\n            pruneCache(_this, function (name) { return !matches(val, name); });\n        });\n    },\n    updated: function () {\n        this.cacheVNode();\n    },\n    render: function () {\n        var slot = this.$slots.default;\n        var vnode = getFirstComponentChild(slot);\n        var componentOptions = vnode && vnode.componentOptions;\n        if (componentOptions) {\n            // check pattern\n            var name_2 = _getComponentName(componentOptions);\n            var _a = this, include = _a.include, exclude = _a.exclude;\n            if (\n            // not included\n            (include && (!name_2 || !matches(include, name_2))) ||\n                // excluded\n                (exclude && name_2 && matches(exclude, name_2))) {\n                return vnode;\n            }\n            var _b = this, cache = _b.cache, keys = _b.keys;\n            var key = vnode.key == null\n                ? // same constructor may get registered as different local components\n                    // so cid alone is not enough (#3269)\n                    componentOptions.Ctor.cid +\n                        (componentOptions.tag ? \"::\".concat(componentOptions.tag) : '')\n                : vnode.key;\n            if (cache[key]) {\n                vnode.componentInstance = cache[key].componentInstance;\n                // make current key freshest\n                remove$2(keys, key);\n                keys.push(key);\n            }\n            else {\n                // delay setting the cache until update\n                this.vnodeToCache = vnode;\n                this.keyToCache = key;\n            }\n            // @ts-expect-error can vnode.data can be undefined\n            vnode.data.keepAlive = true;\n        }\n        return vnode || (slot && slot[0]);\n    }\n};\n\nvar builtInComponents = {\n    KeepAlive: KeepAlive\n};\n\nfunction initGlobalAPI(Vue) {\n    // config\n    var configDef = {};\n    configDef.get = function () { return config; };\n    if (process.env.NODE_ENV !== 'production') {\n        configDef.set = function () {\n            warn('Do not replace the Vue.config object, set individual fields instead.');\n        };\n    }\n    Object.defineProperty(Vue, 'config', configDef);\n    // exposed util methods.\n    // NOTE: these are not considered part of the public API - avoid relying on\n    // them unless you are aware of the risk.\n    Vue.util = {\n        warn: warn,\n        extend: extend,\n        mergeOptions: mergeOptions,\n        defineReactive: defineReactive\n    };\n    Vue.set = set;\n    Vue.delete = del;\n    Vue.nextTick = nextTick;\n    // 2.6 explicit observable API\n    Vue.observable = function (obj) {\n        observe(obj);\n        return obj;\n    };\n    Vue.options = Object.create(null);\n    ASSET_TYPES.forEach(function (type) {\n        Vue.options[type + 's'] = Object.create(null);\n    });\n    // this is used to identify the \"base\" constructor to extend all plain-object\n    // components with in Weex's multi-instance scenarios.\n    Vue.options._base = Vue;\n    extend(Vue.options.components, builtInComponents);\n    initUse(Vue);\n    initMixin(Vue);\n    initExtend(Vue);\n    initAssetRegisters(Vue);\n}\n\ninitGlobalAPI(Vue);\nObject.defineProperty(Vue.prototype, '$isServer', {\n    get: isServerRendering\n});\nObject.defineProperty(Vue.prototype, '$ssrContext', {\n    get: function () {\n        /* istanbul ignore next */\n        return this.$vnode && this.$vnode.ssrContext;\n    }\n});\n// expose FunctionalRenderContext for ssr runtime helper installation\nObject.defineProperty(Vue, 'FunctionalRenderContext', {\n    value: FunctionalRenderContext\n});\nVue.version = version;\n\n// these are reserved for web because they are directly compiled away\n// during template compilation\nvar isReservedAttr = makeMap('style,class');\n// attributes that should be using props for binding\nvar acceptValue = makeMap('input,textarea,option,select,progress');\nvar mustUseProp = function (tag, type, attr) {\n    return ((attr === 'value' && acceptValue(tag) && type !== 'button') ||\n        (attr === 'selected' && tag === 'option') ||\n        (attr === 'checked' && tag === 'input') ||\n        (attr === 'muted' && tag === 'video'));\n};\nvar isEnumeratedAttr = makeMap('contenteditable,draggable,spellcheck');\nvar isValidContentEditableValue = makeMap('events,caret,typing,plaintext-only');\nvar convertEnumeratedValue = function (key, value) {\n    return isFalsyAttrValue(value) || value === 'false'\n        ? 'false'\n        : // allow arbitrary string value for contenteditable\n            key === 'contenteditable' && isValidContentEditableValue(value)\n                ? value\n                : 'true';\n};\nvar isBooleanAttr = makeMap('allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,' +\n    'default,defaultchecked,defaultmuted,defaultselected,defer,disabled,' +\n    'enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,' +\n    'muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,' +\n    'required,reversed,scoped,seamless,selected,sortable,' +\n    'truespeed,typemustmatch,visible');\nvar xlinkNS = 'http://www.w3.org/1999/xlink';\nvar isXlink = function (name) {\n    return name.charAt(5) === ':' && name.slice(0, 5) === 'xlink';\n};\nvar getXlinkProp = function (name) {\n    return isXlink(name) ? name.slice(6, name.length) : '';\n};\nvar isFalsyAttrValue = function (val) {\n    return val == null || val === false;\n};\n\nfunction genClassForVnode(vnode) {\n    var data = vnode.data;\n    var parentNode = vnode;\n    var childNode = vnode;\n    while (isDef(childNode.componentInstance)) {\n        childNode = childNode.componentInstance._vnode;\n        if (childNode && childNode.data) {\n            data = mergeClassData(childNode.data, data);\n        }\n    }\n    // @ts-expect-error parentNode.parent not VNodeWithData\n    while (isDef((parentNode = parentNode.parent))) {\n        if (parentNode && parentNode.data) {\n            data = mergeClassData(data, parentNode.data);\n        }\n    }\n    return renderClass(data.staticClass, data.class);\n}\nfunction mergeClassData(child, parent) {\n    return {\n        staticClass: concat(child.staticClass, parent.staticClass),\n        class: isDef(child.class) ? [child.class, parent.class] : parent.class\n    };\n}\nfunction renderClass(staticClass, dynamicClass) {\n    if (isDef(staticClass) || isDef(dynamicClass)) {\n        return concat(staticClass, stringifyClass(dynamicClass));\n    }\n    /* istanbul ignore next */\n    return '';\n}\nfunction concat(a, b) {\n    return a ? (b ? a + ' ' + b : a) : b || '';\n}\nfunction stringifyClass(value) {\n    if (Array.isArray(value)) {\n        return stringifyArray(value);\n    }\n    if (isObject(value)) {\n        return stringifyObject(value);\n    }\n    if (typeof value === 'string') {\n        return value;\n    }\n    /* istanbul ignore next */\n    return '';\n}\nfunction stringifyArray(value) {\n    var res = '';\n    var stringified;\n    for (var i = 0, l = value.length; i < l; i++) {\n        if (isDef((stringified = stringifyClass(value[i]))) && stringified !== '') {\n            if (res)\n                res += ' ';\n            res += stringified;\n        }\n    }\n    return res;\n}\nfunction stringifyObject(value) {\n    var res = '';\n    for (var key in value) {\n        if (value[key]) {\n            if (res)\n                res += ' ';\n            res += key;\n        }\n    }\n    return res;\n}\n\nvar namespaceMap = {\n    svg: 'http://www.w3.org/2000/svg',\n    math: 'http://www.w3.org/1998/Math/MathML'\n};\nvar isHTMLTag = makeMap('html,body,base,head,link,meta,style,title,' +\n    'address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,' +\n    'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' +\n    'a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,' +\n    's,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,' +\n    'embed,object,param,source,canvas,script,noscript,del,ins,' +\n    'caption,col,colgroup,table,thead,tbody,td,th,tr,' +\n    'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +\n    'output,progress,select,textarea,' +\n    'details,dialog,menu,menuitem,summary,' +\n    'content,element,shadow,template,blockquote,iframe,tfoot');\n// this map is intentionally selective, only covering SVG elements that may\n// contain child elements.\nvar isSVG = makeMap('svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +\n    'foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +\n    'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view', true);\nvar isReservedTag = function (tag) {\n    return isHTMLTag(tag) || isSVG(tag);\n};\nfunction getTagNamespace(tag) {\n    if (isSVG(tag)) {\n        return 'svg';\n    }\n    // basic support for MathML\n    // note it doesn't support other MathML elements being component roots\n    if (tag === 'math') {\n        return 'math';\n    }\n}\nvar unknownElementCache = Object.create(null);\nfunction isUnknownElement(tag) {\n    /* istanbul ignore if */\n    if (!inBrowser) {\n        return true;\n    }\n    if (isReservedTag(tag)) {\n        return false;\n    }\n    tag = tag.toLowerCase();\n    /* istanbul ignore if */\n    if (unknownElementCache[tag] != null) {\n        return unknownElementCache[tag];\n    }\n    var el = document.createElement(tag);\n    if (tag.indexOf('-') > -1) {\n        // http://stackoverflow.com/a/28210364/1070244\n        return (unknownElementCache[tag] =\n            el.constructor === window.HTMLUnknownElement ||\n                el.constructor === window.HTMLElement);\n    }\n    else {\n        return (unknownElementCache[tag] = /HTMLUnknownElement/.test(el.toString()));\n    }\n}\nvar isTextInputType = makeMap('text,number,password,search,email,tel,url');\n\n/**\n * Query an element selector if it's not an element already.\n */\nfunction query(el) {\n    if (typeof el === 'string') {\n        var selected = document.querySelector(el);\n        if (!selected) {\n            process.env.NODE_ENV !== 'production' && warn('Cannot find element: ' + el);\n            return document.createElement('div');\n        }\n        return selected;\n    }\n    else {\n        return el;\n    }\n}\n\nfunction createElement(tagName, vnode) {\n    var elm = document.createElement(tagName);\n    if (tagName !== 'select') {\n        return elm;\n    }\n    // false or null will remove the attribute but undefined will not\n    if (vnode.data &&\n        vnode.data.attrs &&\n        vnode.data.attrs.multiple !== undefined) {\n        elm.setAttribute('multiple', 'multiple');\n    }\n    return elm;\n}\nfunction createElementNS(namespace, tagName) {\n    return document.createElementNS(namespaceMap[namespace], tagName);\n}\nfunction createTextNode(text) {\n    return document.createTextNode(text);\n}\nfunction createComment(text) {\n    return document.createComment(text);\n}\nfunction insertBefore(parentNode, newNode, referenceNode) {\n    parentNode.insertBefore(newNode, referenceNode);\n}\nfunction removeChild(node, child) {\n    node.removeChild(child);\n}\nfunction appendChild(node, child) {\n    node.appendChild(child);\n}\nfunction parentNode(node) {\n    return node.parentNode;\n}\nfunction nextSibling(node) {\n    return node.nextSibling;\n}\nfunction tagName(node) {\n    return node.tagName;\n}\nfunction setTextContent(node, text) {\n    node.textContent = text;\n}\nfunction setStyleScope(node, scopeId) {\n    node.setAttribute(scopeId, '');\n}\n\nvar nodeOps = /*#__PURE__*/Object.freeze({\n  __proto__: null,\n  createElement: createElement,\n  createElementNS: createElementNS,\n  createTextNode: createTextNode,\n  createComment: createComment,\n  insertBefore: insertBefore,\n  removeChild: removeChild,\n  appendChild: appendChild,\n  parentNode: parentNode,\n  nextSibling: nextSibling,\n  tagName: tagName,\n  setTextContent: setTextContent,\n  setStyleScope: setStyleScope\n});\n\nvar ref = {\n    create: function (_, vnode) {\n        registerRef(vnode);\n    },\n    update: function (oldVnode, vnode) {\n        if (oldVnode.data.ref !== vnode.data.ref) {\n            registerRef(oldVnode, true);\n            registerRef(vnode);\n        }\n    },\n    destroy: function (vnode) {\n        registerRef(vnode, true);\n    }\n};\nfunction registerRef(vnode, isRemoval) {\n    var ref = vnode.data.ref;\n    if (!isDef(ref))\n        return;\n    var vm = vnode.context;\n    var refValue = vnode.componentInstance || vnode.elm;\n    var value = isRemoval ? null : refValue;\n    var $refsValue = isRemoval ? undefined : refValue;\n    if (isFunction(ref)) {\n        invokeWithErrorHandling(ref, vm, [value], vm, \"template ref function\");\n        return;\n    }\n    var isFor = vnode.data.refInFor;\n    var _isString = typeof ref === 'string' || typeof ref === 'number';\n    var _isRef = isRef(ref);\n    var refs = vm.$refs;\n    if (_isString || _isRef) {\n        if (isFor) {\n            var existing = _isString ? refs[ref] : ref.value;\n            if (isRemoval) {\n                isArray(existing) && remove$2(existing, refValue);\n            }\n            else {\n                if (!isArray(existing)) {\n                    if (_isString) {\n                        refs[ref] = [refValue];\n                        setSetupRef(vm, ref, refs[ref]);\n                    }\n                    else {\n                        ref.value = [refValue];\n                    }\n                }\n                else if (!existing.includes(refValue)) {\n                    existing.push(refValue);\n                }\n            }\n        }\n        else if (_isString) {\n            if (isRemoval && refs[ref] !== refValue) {\n                return;\n            }\n            refs[ref] = $refsValue;\n            setSetupRef(vm, ref, value);\n        }\n        else if (_isRef) {\n            if (isRemoval && ref.value !== refValue) {\n                return;\n            }\n            ref.value = value;\n        }\n        else if (process.env.NODE_ENV !== 'production') {\n            warn(\"Invalid template ref type: \".concat(typeof ref));\n        }\n    }\n}\nfunction setSetupRef(_a, key, val) {\n    var _setupState = _a._setupState;\n    if (_setupState && hasOwn(_setupState, key)) {\n        if (isRef(_setupState[key])) {\n            _setupState[key].value = val;\n        }\n        else {\n            _setupState[key] = val;\n        }\n    }\n}\n\n/**\n * Virtual DOM patching algorithm based on Snabbdom by\n * Simon Friis Vindum (@paldepind)\n * Licensed under the MIT License\n * https://github.com/paldepind/snabbdom/blob/master/LICENSE\n *\n * modified by Evan You (@yyx990803)\n *\n * Not type-checking this because this file is perf-critical and the cost\n * of making flow understand it is not worth it.\n */\nvar emptyNode = new VNode('', {}, []);\nvar hooks = ['create', 'activate', 'update', 'remove', 'destroy'];\nfunction sameVnode(a, b) {\n    return (a.key === b.key &&\n        a.asyncFactory === b.asyncFactory &&\n        ((a.tag === b.tag &&\n            a.isComment === b.isComment &&\n            isDef(a.data) === isDef(b.data) &&\n            sameInputType(a, b)) ||\n            (isTrue(a.isAsyncPlaceholder) && isUndef(b.asyncFactory.error))));\n}\nfunction sameInputType(a, b) {\n    if (a.tag !== 'input')\n        return true;\n    var i;\n    var typeA = isDef((i = a.data)) && isDef((i = i.attrs)) && i.type;\n    var typeB = isDef((i = b.data)) && isDef((i = i.attrs)) && i.type;\n    return typeA === typeB || (isTextInputType(typeA) && isTextInputType(typeB));\n}\nfunction createKeyToOldIdx(children, beginIdx, endIdx) {\n    var i, key;\n    var map = {};\n    for (i = beginIdx; i <= endIdx; ++i) {\n        key = children[i].key;\n        if (isDef(key))\n            map[key] = i;\n    }\n    return map;\n}\nfunction createPatchFunction(backend) {\n    var i, j;\n    var cbs = {};\n    var modules = backend.modules, nodeOps = backend.nodeOps;\n    for (i = 0; i < hooks.length; ++i) {\n        cbs[hooks[i]] = [];\n        for (j = 0; j < modules.length; ++j) {\n            if (isDef(modules[j][hooks[i]])) {\n                cbs[hooks[i]].push(modules[j][hooks[i]]);\n            }\n        }\n    }\n    function emptyNodeAt(elm) {\n        return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm);\n    }\n    function createRmCb(childElm, listeners) {\n        function remove() {\n            if (--remove.listeners === 0) {\n                removeNode(childElm);\n            }\n        }\n        remove.listeners = listeners;\n        return remove;\n    }\n    function removeNode(el) {\n        var parent = nodeOps.parentNode(el);\n        // element may have already been removed due to v-html / v-text\n        if (isDef(parent)) {\n            nodeOps.removeChild(parent, el);\n        }\n    }\n    function isUnknownElement(vnode, inVPre) {\n        return (!inVPre &&\n            !vnode.ns &&\n            !(config.ignoredElements.length &&\n                config.ignoredElements.some(function (ignore) {\n                    return isRegExp(ignore)\n                        ? ignore.test(vnode.tag)\n                        : ignore === vnode.tag;\n                })) &&\n            config.isUnknownElement(vnode.tag));\n    }\n    var creatingElmInVPre = 0;\n    function createElm(vnode, insertedVnodeQueue, parentElm, refElm, nested, ownerArray, index) {\n        if (isDef(vnode.elm) && isDef(ownerArray)) {\n            // This vnode was used in a previous render!\n            // now it's used as a new node, overwriting its elm would cause\n            // potential patch errors down the road when it's used as an insertion\n            // reference node. Instead, we clone the node on-demand before creating\n            // associated DOM element for it.\n            vnode = ownerArray[index] = cloneVNode(vnode);\n        }\n        vnode.isRootInsert = !nested; // for transition enter check\n        if (createComponent(vnode, insertedVnodeQueue, parentElm, refElm)) {\n            return;\n        }\n        var data = vnode.data;\n        var children = vnode.children;\n        var tag = vnode.tag;\n        if (isDef(tag)) {\n            if (process.env.NODE_ENV !== 'production') {\n                if (data && data.pre) {\n                    creatingElmInVPre++;\n                }\n                if (isUnknownElement(vnode, creatingElmInVPre)) {\n                    warn('Unknown custom element: <' +\n                        tag +\n                        '> - did you ' +\n                        'register the component correctly? For recursive components, ' +\n                        'make sure to provide the \"name\" option.', vnode.context);\n                }\n            }\n            vnode.elm = vnode.ns\n                ? nodeOps.createElementNS(vnode.ns, tag)\n                : nodeOps.createElement(tag, vnode);\n            setScope(vnode);\n            createChildren(vnode, children, insertedVnodeQueue);\n            if (isDef(data)) {\n                invokeCreateHooks(vnode, insertedVnodeQueue);\n            }\n            insert(parentElm, vnode.elm, refElm);\n            if (process.env.NODE_ENV !== 'production' && data && data.pre) {\n                creatingElmInVPre--;\n            }\n        }\n        else if (isTrue(vnode.isComment)) {\n            vnode.elm = nodeOps.createComment(vnode.text);\n            insert(parentElm, vnode.elm, refElm);\n        }\n        else {\n            vnode.elm = nodeOps.createTextNode(vnode.text);\n            insert(parentElm, vnode.elm, refElm);\n        }\n    }\n    function createComponent(vnode, insertedVnodeQueue, parentElm, refElm) {\n        var i = vnode.data;\n        if (isDef(i)) {\n            var isReactivated = isDef(vnode.componentInstance) && i.keepAlive;\n            if (isDef((i = i.hook)) && isDef((i = i.init))) {\n                i(vnode, false /* hydrating */);\n            }\n            // after calling the init hook, if the vnode is a child component\n            // it should've created a child instance and mounted it. the child\n            // component also has set the placeholder vnode's elm.\n            // in that case we can just return the element and be done.\n            if (isDef(vnode.componentInstance)) {\n                initComponent(vnode, insertedVnodeQueue);\n                insert(parentElm, vnode.elm, refElm);\n                if (isTrue(isReactivated)) {\n                    reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm);\n                }\n                return true;\n            }\n        }\n    }\n    function initComponent(vnode, insertedVnodeQueue) {\n        if (isDef(vnode.data.pendingInsert)) {\n            insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);\n            vnode.data.pendingInsert = null;\n        }\n        vnode.elm = vnode.componentInstance.$el;\n        if (isPatchable(vnode)) {\n            invokeCreateHooks(vnode, insertedVnodeQueue);\n            setScope(vnode);\n        }\n        else {\n            // empty component root.\n            // skip all element-related modules except for ref (#3455)\n            registerRef(vnode);\n            // make sure to invoke the insert hook\n            insertedVnodeQueue.push(vnode);\n        }\n    }\n    function reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm) {\n        var i;\n        // hack for #4339: a reactivated component with inner transition\n        // does not trigger because the inner node's created hooks are not called\n        // again. It's not ideal to involve module-specific logic in here but\n        // there doesn't seem to be a better way to do it.\n        var innerNode = vnode;\n        while (innerNode.componentInstance) {\n            innerNode = innerNode.componentInstance._vnode;\n            if (isDef((i = innerNode.data)) && isDef((i = i.transition))) {\n                for (i = 0; i < cbs.activate.length; ++i) {\n                    cbs.activate[i](emptyNode, innerNode);\n                }\n                insertedVnodeQueue.push(innerNode);\n                break;\n            }\n        }\n        // unlike a newly created component,\n        // a reactivated keep-alive component doesn't insert itself\n        insert(parentElm, vnode.elm, refElm);\n    }\n    function insert(parent, elm, ref) {\n        if (isDef(parent)) {\n            if (isDef(ref)) {\n                if (nodeOps.parentNode(ref) === parent) {\n                    nodeOps.insertBefore(parent, elm, ref);\n                }\n            }\n            else {\n                nodeOps.appendChild(parent, elm);\n            }\n        }\n    }\n    function createChildren(vnode, children, insertedVnodeQueue) {\n        if (isArray(children)) {\n            if (process.env.NODE_ENV !== 'production') {\n                checkDuplicateKeys(children);\n            }\n            for (var i_1 = 0; i_1 < children.length; ++i_1) {\n                createElm(children[i_1], insertedVnodeQueue, vnode.elm, null, true, children, i_1);\n            }\n        }\n        else if (isPrimitive(vnode.text)) {\n            nodeOps.appendChild(vnode.elm, nodeOps.createTextNode(String(vnode.text)));\n        }\n    }\n    function isPatchable(vnode) {\n        while (vnode.componentInstance) {\n            vnode = vnode.componentInstance._vnode;\n        }\n        return isDef(vnode.tag);\n    }\n    function invokeCreateHooks(vnode, insertedVnodeQueue) {\n        for (var i_2 = 0; i_2 < cbs.create.length; ++i_2) {\n            cbs.create[i_2](emptyNode, vnode);\n        }\n        i = vnode.data.hook; // Reuse variable\n        if (isDef(i)) {\n            if (isDef(i.create))\n                i.create(emptyNode, vnode);\n            if (isDef(i.insert))\n                insertedVnodeQueue.push(vnode);\n        }\n    }\n    // set scope id attribute for scoped CSS.\n    // this is implemented as a special case to avoid the overhead\n    // of going through the normal attribute patching process.\n    function setScope(vnode) {\n        var i;\n        if (isDef((i = vnode.fnScopeId))) {\n            nodeOps.setStyleScope(vnode.elm, i);\n        }\n        else {\n            var ancestor = vnode;\n            while (ancestor) {\n                if (isDef((i = ancestor.context)) && isDef((i = i.$options._scopeId))) {\n                    nodeOps.setStyleScope(vnode.elm, i);\n                }\n                ancestor = ancestor.parent;\n            }\n        }\n        // for slot content they should also get the scopeId from the host instance.\n        if (isDef((i = activeInstance)) &&\n            i !== vnode.context &&\n            i !== vnode.fnContext &&\n            isDef((i = i.$options._scopeId))) {\n            nodeOps.setStyleScope(vnode.elm, i);\n        }\n    }\n    function addVnodes(parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) {\n        for (; startIdx <= endIdx; ++startIdx) {\n            createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm, false, vnodes, startIdx);\n        }\n    }\n    function invokeDestroyHook(vnode) {\n        var i, j;\n        var data = vnode.data;\n        if (isDef(data)) {\n            if (isDef((i = data.hook)) && isDef((i = i.destroy)))\n                i(vnode);\n            for (i = 0; i < cbs.destroy.length; ++i)\n                cbs.destroy[i](vnode);\n        }\n        if (isDef((i = vnode.children))) {\n            for (j = 0; j < vnode.children.length; ++j) {\n                invokeDestroyHook(vnode.children[j]);\n            }\n        }\n    }\n    function removeVnodes(vnodes, startIdx, endIdx) {\n        for (; startIdx <= endIdx; ++startIdx) {\n            var ch = vnodes[startIdx];\n            if (isDef(ch)) {\n                if (isDef(ch.tag)) {\n                    removeAndInvokeRemoveHook(ch);\n                    invokeDestroyHook(ch);\n                }\n                else {\n                    // Text node\n                    removeNode(ch.elm);\n                }\n            }\n        }\n    }\n    function removeAndInvokeRemoveHook(vnode, rm) {\n        if (isDef(rm) || isDef(vnode.data)) {\n            var i_3;\n            var listeners = cbs.remove.length + 1;\n            if (isDef(rm)) {\n                // we have a recursively passed down rm callback\n                // increase the listeners count\n                rm.listeners += listeners;\n            }\n            else {\n                // directly removing\n                rm = createRmCb(vnode.elm, listeners);\n            }\n            // recursively invoke hooks on child component root node\n            if (isDef((i_3 = vnode.componentInstance)) &&\n                isDef((i_3 = i_3._vnode)) &&\n                isDef(i_3.data)) {\n                removeAndInvokeRemoveHook(i_3, rm);\n            }\n            for (i_3 = 0; i_3 < cbs.remove.length; ++i_3) {\n                cbs.remove[i_3](vnode, rm);\n            }\n            if (isDef((i_3 = vnode.data.hook)) && isDef((i_3 = i_3.remove))) {\n                i_3(vnode, rm);\n            }\n            else {\n                rm();\n            }\n        }\n        else {\n            removeNode(vnode.elm);\n        }\n    }\n    function updateChildren(parentElm, oldCh, newCh, insertedVnodeQueue, removeOnly) {\n        var oldStartIdx = 0;\n        var newStartIdx = 0;\n        var oldEndIdx = oldCh.length - 1;\n        var oldStartVnode = oldCh[0];\n        var oldEndVnode = oldCh[oldEndIdx];\n        var newEndIdx = newCh.length - 1;\n        var newStartVnode = newCh[0];\n        var newEndVnode = newCh[newEndIdx];\n        var oldKeyToIdx, idxInOld, vnodeToMove, refElm;\n        // removeOnly is a special flag used only by <transition-group>\n        // to ensure removed elements stay in correct relative positions\n        // during leaving transitions\n        var canMove = !removeOnly;\n        if (process.env.NODE_ENV !== 'production') {\n            checkDuplicateKeys(newCh);\n        }\n        while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n            if (isUndef(oldStartVnode)) {\n                oldStartVnode = oldCh[++oldStartIdx]; // Vnode has been moved left\n            }\n            else if (isUndef(oldEndVnode)) {\n                oldEndVnode = oldCh[--oldEndIdx];\n            }\n            else if (sameVnode(oldStartVnode, newStartVnode)) {\n                patchVnode(oldStartVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n                oldStartVnode = oldCh[++oldStartIdx];\n                newStartVnode = newCh[++newStartIdx];\n            }\n            else if (sameVnode(oldEndVnode, newEndVnode)) {\n                patchVnode(oldEndVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n                oldEndVnode = oldCh[--oldEndIdx];\n                newEndVnode = newCh[--newEndIdx];\n            }\n            else if (sameVnode(oldStartVnode, newEndVnode)) {\n                // Vnode moved right\n                patchVnode(oldStartVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n                canMove &&\n                    nodeOps.insertBefore(parentElm, oldStartVnode.elm, nodeOps.nextSibling(oldEndVnode.elm));\n                oldStartVnode = oldCh[++oldStartIdx];\n                newEndVnode = newCh[--newEndIdx];\n            }\n            else if (sameVnode(oldEndVnode, newStartVnode)) {\n                // Vnode moved left\n                patchVnode(oldEndVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n                canMove &&\n                    nodeOps.insertBefore(parentElm, oldEndVnode.elm, oldStartVnode.elm);\n                oldEndVnode = oldCh[--oldEndIdx];\n                newStartVnode = newCh[++newStartIdx];\n            }\n            else {\n                if (isUndef(oldKeyToIdx))\n                    oldKeyToIdx = createKeyToOldIdx(oldCh, oldStartIdx, oldEndIdx);\n                idxInOld = isDef(newStartVnode.key)\n                    ? oldKeyToIdx[newStartVnode.key]\n                    : findIdxInOld(newStartVnode, oldCh, oldStartIdx, oldEndIdx);\n                if (isUndef(idxInOld)) {\n                    // New element\n                    createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n                }\n                else {\n                    vnodeToMove = oldCh[idxInOld];\n                    if (sameVnode(vnodeToMove, newStartVnode)) {\n                        patchVnode(vnodeToMove, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n                        oldCh[idxInOld] = undefined;\n                        canMove &&\n                            nodeOps.insertBefore(parentElm, vnodeToMove.elm, oldStartVnode.elm);\n                    }\n                    else {\n                        // same key but different element. treat as new element\n                        createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n                    }\n                }\n                newStartVnode = newCh[++newStartIdx];\n            }\n        }\n        if (oldStartIdx > oldEndIdx) {\n            refElm = isUndef(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1].elm;\n            addVnodes(parentElm, refElm, newCh, newStartIdx, newEndIdx, insertedVnodeQueue);\n        }\n        else if (newStartIdx > newEndIdx) {\n            removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n        }\n    }\n    function checkDuplicateKeys(children) {\n        var seenKeys = {};\n        for (var i_4 = 0; i_4 < children.length; i_4++) {\n            var vnode = children[i_4];\n            var key = vnode.key;\n            if (isDef(key)) {\n                if (seenKeys[key]) {\n                    warn(\"Duplicate keys detected: '\".concat(key, \"'. This may cause an update error.\"), vnode.context);\n                }\n                else {\n                    seenKeys[key] = true;\n                }\n            }\n        }\n    }\n    function findIdxInOld(node, oldCh, start, end) {\n        for (var i_5 = start; i_5 < end; i_5++) {\n            var c = oldCh[i_5];\n            if (isDef(c) && sameVnode(node, c))\n                return i_5;\n        }\n    }\n    function patchVnode(oldVnode, vnode, insertedVnodeQueue, ownerArray, index, removeOnly) {\n        if (oldVnode === vnode) {\n            return;\n        }\n        if (isDef(vnode.elm) && isDef(ownerArray)) {\n            // clone reused vnode\n            vnode = ownerArray[index] = cloneVNode(vnode);\n        }\n        var elm = (vnode.elm = oldVnode.elm);\n        if (isTrue(oldVnode.isAsyncPlaceholder)) {\n            if (isDef(vnode.asyncFactory.resolved)) {\n                hydrate(oldVnode.elm, vnode, insertedVnodeQueue);\n            }\n            else {\n                vnode.isAsyncPlaceholder = true;\n            }\n            return;\n        }\n        // reuse element for static trees.\n        // note we only do this if the vnode is cloned -\n        // if the new node is not cloned it means the render functions have been\n        // reset by the hot-reload-api and we need to do a proper re-render.\n        if (isTrue(vnode.isStatic) &&\n            isTrue(oldVnode.isStatic) &&\n            vnode.key === oldVnode.key &&\n            (isTrue(vnode.isCloned) || isTrue(vnode.isOnce))) {\n            vnode.componentInstance = oldVnode.componentInstance;\n            return;\n        }\n        var i;\n        var data = vnode.data;\n        if (isDef(data) && isDef((i = data.hook)) && isDef((i = i.prepatch))) {\n            i(oldVnode, vnode);\n        }\n        var oldCh = oldVnode.children;\n        var ch = vnode.children;\n        if (isDef(data) && isPatchable(vnode)) {\n            for (i = 0; i < cbs.update.length; ++i)\n                cbs.update[i](oldVnode, vnode);\n            if (isDef((i = data.hook)) && isDef((i = i.update)))\n                i(oldVnode, vnode);\n        }\n        if (isUndef(vnode.text)) {\n            if (isDef(oldCh) && isDef(ch)) {\n                if (oldCh !== ch)\n                    updateChildren(elm, oldCh, ch, insertedVnodeQueue, removeOnly);\n            }\n            else if (isDef(ch)) {\n                if (process.env.NODE_ENV !== 'production') {\n                    checkDuplicateKeys(ch);\n                }\n                if (isDef(oldVnode.text))\n                    nodeOps.setTextContent(elm, '');\n                addVnodes(elm, null, ch, 0, ch.length - 1, insertedVnodeQueue);\n            }\n            else if (isDef(oldCh)) {\n                removeVnodes(oldCh, 0, oldCh.length - 1);\n            }\n            else if (isDef(oldVnode.text)) {\n                nodeOps.setTextContent(elm, '');\n            }\n        }\n        else if (oldVnode.text !== vnode.text) {\n            nodeOps.setTextContent(elm, vnode.text);\n        }\n        if (isDef(data)) {\n            if (isDef((i = data.hook)) && isDef((i = i.postpatch)))\n                i(oldVnode, vnode);\n        }\n    }\n    function invokeInsertHook(vnode, queue, initial) {\n        // delay insert hooks for component root nodes, invoke them after the\n        // element is really inserted\n        if (isTrue(initial) && isDef(vnode.parent)) {\n            vnode.parent.data.pendingInsert = queue;\n        }\n        else {\n            for (var i_6 = 0; i_6 < queue.length; ++i_6) {\n                queue[i_6].data.hook.insert(queue[i_6]);\n            }\n        }\n    }\n    var hydrationBailed = false;\n    // list of modules that can skip create hook during hydration because they\n    // are already rendered on the client or has no need for initialization\n    // Note: style is excluded because it relies on initial clone for future\n    // deep updates (#7063).\n    var isRenderedModule = makeMap('attrs,class,staticClass,staticStyle,key');\n    // Note: this is a browser-only function so we can assume elms are DOM nodes.\n    function hydrate(elm, vnode, insertedVnodeQueue, inVPre) {\n        var i;\n        var tag = vnode.tag, data = vnode.data, children = vnode.children;\n        inVPre = inVPre || (data && data.pre);\n        vnode.elm = elm;\n        if (isTrue(vnode.isComment) && isDef(vnode.asyncFactory)) {\n            vnode.isAsyncPlaceholder = true;\n            return true;\n        }\n        // assert node match\n        if (process.env.NODE_ENV !== 'production') {\n            if (!assertNodeMatch(elm, vnode, inVPre)) {\n                return false;\n            }\n        }\n        if (isDef(data)) {\n            if (isDef((i = data.hook)) && isDef((i = i.init)))\n                i(vnode, true /* hydrating */);\n            if (isDef((i = vnode.componentInstance))) {\n                // child component. it should have hydrated its own tree.\n                initComponent(vnode, insertedVnodeQueue);\n                return true;\n            }\n        }\n        if (isDef(tag)) {\n            if (isDef(children)) {\n                // empty element, allow client to pick up and populate children\n                if (!elm.hasChildNodes()) {\n                    createChildren(vnode, children, insertedVnodeQueue);\n                }\n                else {\n                    // v-html and domProps: innerHTML\n                    if (isDef((i = data)) &&\n                        isDef((i = i.domProps)) &&\n                        isDef((i = i.innerHTML))) {\n                        if (i !== elm.innerHTML) {\n                            /* istanbul ignore if */\n                            if (process.env.NODE_ENV !== 'production' &&\n                                typeof console !== 'undefined' &&\n                                !hydrationBailed) {\n                                hydrationBailed = true;\n                                console.warn('Parent: ', elm);\n                                console.warn('server innerHTML: ', i);\n                                console.warn('client innerHTML: ', elm.innerHTML);\n                            }\n                            return false;\n                        }\n                    }\n                    else {\n                        // iterate and compare children lists\n                        var childrenMatch = true;\n                        var childNode = elm.firstChild;\n                        for (var i_7 = 0; i_7 < children.length; i_7++) {\n                            if (!childNode ||\n                                !hydrate(childNode, children[i_7], insertedVnodeQueue, inVPre)) {\n                                childrenMatch = false;\n                                break;\n                            }\n                            childNode = childNode.nextSibling;\n                        }\n                        // if childNode is not null, it means the actual childNodes list is\n                        // longer than the virtual children list.\n                        if (!childrenMatch || childNode) {\n                            /* istanbul ignore if */\n                            if (process.env.NODE_ENV !== 'production' &&\n                                typeof console !== 'undefined' &&\n                                !hydrationBailed) {\n                                hydrationBailed = true;\n                                console.warn('Parent: ', elm);\n                                console.warn('Mismatching childNodes vs. VNodes: ', elm.childNodes, children);\n                            }\n                            return false;\n                        }\n                    }\n                }\n            }\n            if (isDef(data)) {\n                var fullInvoke = false;\n                for (var key in data) {\n                    if (!isRenderedModule(key)) {\n                        fullInvoke = true;\n                        invokeCreateHooks(vnode, insertedVnodeQueue);\n                        break;\n                    }\n                }\n                if (!fullInvoke && data['class']) {\n                    // ensure collecting deps for deep class bindings for future updates\n                    traverse(data['class']);\n                }\n            }\n        }\n        else if (elm.data !== vnode.text) {\n            elm.data = vnode.text;\n        }\n        return true;\n    }\n    function assertNodeMatch(node, vnode, inVPre) {\n        if (isDef(vnode.tag)) {\n            return (vnode.tag.indexOf('vue-component') === 0 ||\n                (!isUnknownElement(vnode, inVPre) &&\n                    vnode.tag.toLowerCase() ===\n                        (node.tagName && node.tagName.toLowerCase())));\n        }\n        else {\n            return node.nodeType === (vnode.isComment ? 8 : 3);\n        }\n    }\n    return function patch(oldVnode, vnode, hydrating, removeOnly) {\n        if (isUndef(vnode)) {\n            if (isDef(oldVnode))\n                invokeDestroyHook(oldVnode);\n            return;\n        }\n        var isInitialPatch = false;\n        var insertedVnodeQueue = [];\n        if (isUndef(oldVnode)) {\n            // empty mount (likely as component), create new root element\n            isInitialPatch = true;\n            createElm(vnode, insertedVnodeQueue);\n        }\n        else {\n            var isRealElement = isDef(oldVnode.nodeType);\n            if (!isRealElement && sameVnode(oldVnode, vnode)) {\n                // patch existing root node\n                patchVnode(oldVnode, vnode, insertedVnodeQueue, null, null, removeOnly);\n            }\n            else {\n                if (isRealElement) {\n                    // mounting to a real element\n                    // check if this is server-rendered content and if we can perform\n                    // a successful hydration.\n                    if (oldVnode.nodeType === 1 && oldVnode.hasAttribute(SSR_ATTR)) {\n                        oldVnode.removeAttribute(SSR_ATTR);\n                        hydrating = true;\n                    }\n                    if (isTrue(hydrating)) {\n                        if (hydrate(oldVnode, vnode, insertedVnodeQueue)) {\n                            invokeInsertHook(vnode, insertedVnodeQueue, true);\n                            return oldVnode;\n                        }\n                        else if (process.env.NODE_ENV !== 'production') {\n                            warn('The client-side rendered virtual DOM tree is not matching ' +\n                                'server-rendered content. This is likely caused by incorrect ' +\n                                'HTML markup, for example nesting block-level elements inside ' +\n                                '<p>, or missing <tbody>. Bailing hydration and performing ' +\n                                'full client-side render.');\n                        }\n                    }\n                    // either not server-rendered, or hydration failed.\n                    // create an empty node and replace it\n                    oldVnode = emptyNodeAt(oldVnode);\n                }\n                // replacing existing element\n                var oldElm = oldVnode.elm;\n                var parentElm = nodeOps.parentNode(oldElm);\n                // create new node\n                createElm(vnode, insertedVnodeQueue, \n                // extremely rare edge case: do not insert if old element is in a\n                // leaving transition. Only happens when combining transition +\n                // keep-alive + HOCs. (#4590)\n                oldElm._leaveCb ? null : parentElm, nodeOps.nextSibling(oldElm));\n                // update parent placeholder node element, recursively\n                if (isDef(vnode.parent)) {\n                    var ancestor = vnode.parent;\n                    var patchable = isPatchable(vnode);\n                    while (ancestor) {\n                        for (var i_8 = 0; i_8 < cbs.destroy.length; ++i_8) {\n                            cbs.destroy[i_8](ancestor);\n                        }\n                        ancestor.elm = vnode.elm;\n                        if (patchable) {\n                            for (var i_9 = 0; i_9 < cbs.create.length; ++i_9) {\n                                cbs.create[i_9](emptyNode, ancestor);\n                            }\n                            // #6513\n                            // invoke insert hooks that may have been merged by create hooks.\n                            // e.g. for directives that uses the \"inserted\" hook.\n                            var insert_1 = ancestor.data.hook.insert;\n                            if (insert_1.merged) {\n                                // start at index 1 to avoid re-invoking component mounted hook\n                                for (var i_10 = 1; i_10 < insert_1.fns.length; i_10++) {\n                                    insert_1.fns[i_10]();\n                                }\n                            }\n                        }\n                        else {\n                            registerRef(ancestor);\n                        }\n                        ancestor = ancestor.parent;\n                    }\n                }\n                // destroy old node\n                if (isDef(parentElm)) {\n                    removeVnodes([oldVnode], 0, 0);\n                }\n                else if (isDef(oldVnode.tag)) {\n                    invokeDestroyHook(oldVnode);\n                }\n            }\n        }\n        invokeInsertHook(vnode, insertedVnodeQueue, isInitialPatch);\n        return vnode.elm;\n    };\n}\n\nvar directives = {\n    create: updateDirectives,\n    update: updateDirectives,\n    destroy: function unbindDirectives(vnode) {\n        // @ts-expect-error emptyNode is not VNodeWithData\n        updateDirectives(vnode, emptyNode);\n    }\n};\nfunction updateDirectives(oldVnode, vnode) {\n    if (oldVnode.data.directives || vnode.data.directives) {\n        _update(oldVnode, vnode);\n    }\n}\nfunction _update(oldVnode, vnode) {\n    var isCreate = oldVnode === emptyNode;\n    var isDestroy = vnode === emptyNode;\n    var oldDirs = normalizeDirectives(oldVnode.data.directives, oldVnode.context);\n    var newDirs = normalizeDirectives(vnode.data.directives, vnode.context);\n    var dirsWithInsert = [];\n    var dirsWithPostpatch = [];\n    var key, oldDir, dir;\n    for (key in newDirs) {\n        oldDir = oldDirs[key];\n        dir = newDirs[key];\n        if (!oldDir) {\n            // new directive, bind\n            callHook(dir, 'bind', vnode, oldVnode);\n            if (dir.def && dir.def.inserted) {\n                dirsWithInsert.push(dir);\n            }\n        }\n        else {\n            // existing directive, update\n            dir.oldValue = oldDir.value;\n            dir.oldArg = oldDir.arg;\n            callHook(dir, 'update', vnode, oldVnode);\n            if (dir.def && dir.def.componentUpdated) {\n                dirsWithPostpatch.push(dir);\n            }\n        }\n    }\n    if (dirsWithInsert.length) {\n        var callInsert = function () {\n            for (var i = 0; i < dirsWithInsert.length; i++) {\n                callHook(dirsWithInsert[i], 'inserted', vnode, oldVnode);\n            }\n        };\n        if (isCreate) {\n            mergeVNodeHook(vnode, 'insert', callInsert);\n        }\n        else {\n            callInsert();\n        }\n    }\n    if (dirsWithPostpatch.length) {\n        mergeVNodeHook(vnode, 'postpatch', function () {\n            for (var i = 0; i < dirsWithPostpatch.length; i++) {\n                callHook(dirsWithPostpatch[i], 'componentUpdated', vnode, oldVnode);\n            }\n        });\n    }\n    if (!isCreate) {\n        for (key in oldDirs) {\n            if (!newDirs[key]) {\n                // no longer present, unbind\n                callHook(oldDirs[key], 'unbind', oldVnode, oldVnode, isDestroy);\n            }\n        }\n    }\n}\nvar emptyModifiers = Object.create(null);\nfunction normalizeDirectives(dirs, vm) {\n    var res = Object.create(null);\n    if (!dirs) {\n        // $flow-disable-line\n        return res;\n    }\n    var i, dir;\n    for (i = 0; i < dirs.length; i++) {\n        dir = dirs[i];\n        if (!dir.modifiers) {\n            // $flow-disable-line\n            dir.modifiers = emptyModifiers;\n        }\n        res[getRawDirName(dir)] = dir;\n        if (vm._setupState && vm._setupState.__sfc) {\n            var setupDef = dir.def || resolveAsset(vm, '_setupState', 'v-' + dir.name);\n            if (typeof setupDef === 'function') {\n                dir.def = {\n                    bind: setupDef,\n                    update: setupDef,\n                };\n            }\n            else {\n                dir.def = setupDef;\n            }\n        }\n        dir.def = dir.def || resolveAsset(vm.$options, 'directives', dir.name, true);\n    }\n    // $flow-disable-line\n    return res;\n}\nfunction getRawDirName(dir) {\n    return (dir.rawName || \"\".concat(dir.name, \".\").concat(Object.keys(dir.modifiers || {}).join('.')));\n}\nfunction callHook(dir, hook, vnode, oldVnode, isDestroy) {\n    var fn = dir.def && dir.def[hook];\n    if (fn) {\n        try {\n            fn(vnode.elm, dir, vnode, oldVnode, isDestroy);\n        }\n        catch (e) {\n            handleError(e, vnode.context, \"directive \".concat(dir.name, \" \").concat(hook, \" hook\"));\n        }\n    }\n}\n\nvar baseModules = [ref, directives];\n\nfunction updateAttrs(oldVnode, vnode) {\n    var opts = vnode.componentOptions;\n    if (isDef(opts) && opts.Ctor.options.inheritAttrs === false) {\n        return;\n    }\n    if (isUndef(oldVnode.data.attrs) && isUndef(vnode.data.attrs)) {\n        return;\n    }\n    var key, cur, old;\n    var elm = vnode.elm;\n    var oldAttrs = oldVnode.data.attrs || {};\n    var attrs = vnode.data.attrs || {};\n    // clone observed objects, as the user probably wants to mutate it\n    if (isDef(attrs.__ob__) || isTrue(attrs._v_attr_proxy)) {\n        attrs = vnode.data.attrs = extend({}, attrs);\n    }\n    for (key in attrs) {\n        cur = attrs[key];\n        old = oldAttrs[key];\n        if (old !== cur) {\n            setAttr(elm, key, cur, vnode.data.pre);\n        }\n    }\n    // #4391: in IE9, setting type can reset value for input[type=radio]\n    // #6666: IE/Edge forces progress value down to 1 before setting a max\n    /* istanbul ignore if */\n    if ((isIE || isEdge) && attrs.value !== oldAttrs.value) {\n        setAttr(elm, 'value', attrs.value);\n    }\n    for (key in oldAttrs) {\n        if (isUndef(attrs[key])) {\n            if (isXlink(key)) {\n                elm.removeAttributeNS(xlinkNS, getXlinkProp(key));\n            }\n            else if (!isEnumeratedAttr(key)) {\n                elm.removeAttribute(key);\n            }\n        }\n    }\n}\nfunction setAttr(el, key, value, isInPre) {\n    if (isInPre || el.tagName.indexOf('-') > -1) {\n        baseSetAttr(el, key, value);\n    }\n    else if (isBooleanAttr(key)) {\n        // set attribute for blank value\n        // e.g. <option disabled>Select one</option>\n        if (isFalsyAttrValue(value)) {\n            el.removeAttribute(key);\n        }\n        else {\n            // technically allowfullscreen is a boolean attribute for <iframe>,\n            // but Flash expects a value of \"true\" when used on <embed> tag\n            value = key === 'allowfullscreen' && el.tagName === 'EMBED' ? 'true' : key;\n            el.setAttribute(key, value);\n        }\n    }\n    else if (isEnumeratedAttr(key)) {\n        el.setAttribute(key, convertEnumeratedValue(key, value));\n    }\n    else if (isXlink(key)) {\n        if (isFalsyAttrValue(value)) {\n            el.removeAttributeNS(xlinkNS, getXlinkProp(key));\n        }\n        else {\n            el.setAttributeNS(xlinkNS, key, value);\n        }\n    }\n    else {\n        baseSetAttr(el, key, value);\n    }\n}\nfunction baseSetAttr(el, key, value) {\n    if (isFalsyAttrValue(value)) {\n        el.removeAttribute(key);\n    }\n    else {\n        // #7138: IE10 & 11 fires input event when setting placeholder on\n        // <textarea>... block the first input event and remove the blocker\n        // immediately.\n        /* istanbul ignore if */\n        if (isIE &&\n            !isIE9 &&\n            el.tagName === 'TEXTAREA' &&\n            key === 'placeholder' &&\n            value !== '' &&\n            !el.__ieph) {\n            var blocker_1 = function (e) {\n                e.stopImmediatePropagation();\n                el.removeEventListener('input', blocker_1);\n            };\n            el.addEventListener('input', blocker_1);\n            // $flow-disable-line\n            el.__ieph = true; /* IE placeholder patched */\n        }\n        el.setAttribute(key, value);\n    }\n}\nvar attrs = {\n    create: updateAttrs,\n    update: updateAttrs\n};\n\nfunction updateClass(oldVnode, vnode) {\n    var el = vnode.elm;\n    var data = vnode.data;\n    var oldData = oldVnode.data;\n    if (isUndef(data.staticClass) &&\n        isUndef(data.class) &&\n        (isUndef(oldData) ||\n            (isUndef(oldData.staticClass) && isUndef(oldData.class)))) {\n        return;\n    }\n    var cls = genClassForVnode(vnode);\n    // handle transition classes\n    var transitionClass = el._transitionClasses;\n    if (isDef(transitionClass)) {\n        cls = concat(cls, stringifyClass(transitionClass));\n    }\n    // set the class\n    if (cls !== el._prevClass) {\n        el.setAttribute('class', cls);\n        el._prevClass = cls;\n    }\n}\nvar klass = {\n    create: updateClass,\n    update: updateClass\n};\n\n// in some cases, the event used has to be determined at runtime\n// so we used some reserved tokens during compile.\nvar RANGE_TOKEN = '__r';\nvar CHECKBOX_RADIO_TOKEN = '__c';\n\n// normalize v-model event tokens that can only be determined at runtime.\n// it's important to place the event as the first in the array because\n// the whole point is ensuring the v-model callback gets called before\n// user-attached handlers.\nfunction normalizeEvents(on) {\n    /* istanbul ignore if */\n    if (isDef(on[RANGE_TOKEN])) {\n        // IE input[type=range] only supports `change` event\n        var event_1 = isIE ? 'change' : 'input';\n        on[event_1] = [].concat(on[RANGE_TOKEN], on[event_1] || []);\n        delete on[RANGE_TOKEN];\n    }\n    // This was originally intended to fix #4521 but no longer necessary\n    // after 2.5. Keeping it for backwards compat with generated code from < 2.4\n    /* istanbul ignore if */\n    if (isDef(on[CHECKBOX_RADIO_TOKEN])) {\n        on.change = [].concat(on[CHECKBOX_RADIO_TOKEN], on.change || []);\n        delete on[CHECKBOX_RADIO_TOKEN];\n    }\n}\nvar target;\nfunction createOnceHandler(event, handler, capture) {\n    var _target = target; // save current target element in closure\n    return function onceHandler() {\n        var res = handler.apply(null, arguments);\n        if (res !== null) {\n            remove(event, onceHandler, capture, _target);\n        }\n    };\n}\n// #9446: Firefox <= 53 (in particular, ESR 52) has incorrect Event.timeStamp\n// implementation and does not fire microtasks in between event propagation, so\n// safe to exclude.\nvar useMicrotaskFix = isUsingMicroTask && !(isFF && Number(isFF[1]) <= 53);\nfunction add(name, handler, capture, passive) {\n    // async edge case #6566: inner click event triggers patch, event handler\n    // attached to outer element during patch, and triggered again. This\n    // happens because browsers fire microtask ticks between event propagation.\n    // the solution is simple: we save the timestamp when a handler is attached,\n    // and the handler would only fire if the event passed to it was fired\n    // AFTER it was attached.\n    if (useMicrotaskFix) {\n        var attachedTimestamp_1 = currentFlushTimestamp;\n        var original_1 = handler;\n        //@ts-expect-error\n        handler = original_1._wrapper = function (e) {\n            if (\n            // no bubbling, should always fire.\n            // this is just a safety net in case event.timeStamp is unreliable in\n            // certain weird environments...\n            e.target === e.currentTarget ||\n                // event is fired after handler attachment\n                e.timeStamp >= attachedTimestamp_1 ||\n                // bail for environments that have buggy event.timeStamp implementations\n                // #9462 iOS 9 bug: event.timeStamp is 0 after history.pushState\n                // #9681 QtWebEngine event.timeStamp is negative value\n                e.timeStamp <= 0 ||\n                // #9448 bail if event is fired in another document in a multi-page\n                // electron/nw.js app, since event.timeStamp will be using a different\n                // starting reference\n                e.target.ownerDocument !== document) {\n                return original_1.apply(this, arguments);\n            }\n        };\n    }\n    target.addEventListener(name, handler, supportsPassive ? { capture: capture, passive: passive } : capture);\n}\nfunction remove(name, handler, capture, _target) {\n    (_target || target).removeEventListener(name, \n    //@ts-expect-error\n    handler._wrapper || handler, capture);\n}\nfunction updateDOMListeners(oldVnode, vnode) {\n    if (isUndef(oldVnode.data.on) && isUndef(vnode.data.on)) {\n        return;\n    }\n    var on = vnode.data.on || {};\n    var oldOn = oldVnode.data.on || {};\n    // vnode is empty when removing all listeners,\n    // and use old vnode dom element\n    target = vnode.elm || oldVnode.elm;\n    normalizeEvents(on);\n    updateListeners(on, oldOn, add, remove, createOnceHandler, vnode.context);\n    target = undefined;\n}\nvar events = {\n    create: updateDOMListeners,\n    update: updateDOMListeners,\n    // @ts-expect-error emptyNode has actually data\n    destroy: function (vnode) { return updateDOMListeners(vnode, emptyNode); }\n};\n\nvar svgContainer;\nfunction updateDOMProps(oldVnode, vnode) {\n    if (isUndef(oldVnode.data.domProps) && isUndef(vnode.data.domProps)) {\n        return;\n    }\n    var key, cur;\n    var elm = vnode.elm;\n    var oldProps = oldVnode.data.domProps || {};\n    var props = vnode.data.domProps || {};\n    // clone observed objects, as the user probably wants to mutate it\n    if (isDef(props.__ob__) || isTrue(props._v_attr_proxy)) {\n        props = vnode.data.domProps = extend({}, props);\n    }\n    for (key in oldProps) {\n        if (!(key in props)) {\n            elm[key] = '';\n        }\n    }\n    for (key in props) {\n        cur = props[key];\n        // ignore children if the node has textContent or innerHTML,\n        // as these will throw away existing DOM nodes and cause removal errors\n        // on subsequent patches (#3360)\n        if (key === 'textContent' || key === 'innerHTML') {\n            if (vnode.children)\n                vnode.children.length = 0;\n            if (cur === oldProps[key])\n                continue;\n            // #6601 work around Chrome version <= 55 bug where single textNode\n            // replaced by innerHTML/textContent retains its parentNode property\n            if (elm.childNodes.length === 1) {\n                elm.removeChild(elm.childNodes[0]);\n            }\n        }\n        if (key === 'value' && elm.tagName !== 'PROGRESS') {\n            // store value as _value as well since\n            // non-string values will be stringified\n            elm._value = cur;\n            // avoid resetting cursor position when value is the same\n            var strCur = isUndef(cur) ? '' : String(cur);\n            if (shouldUpdateValue(elm, strCur)) {\n                elm.value = strCur;\n            }\n        }\n        else if (key === 'innerHTML' &&\n            isSVG(elm.tagName) &&\n            isUndef(elm.innerHTML)) {\n            // IE doesn't support innerHTML for SVG elements\n            svgContainer = svgContainer || document.createElement('div');\n            svgContainer.innerHTML = \"<svg>\".concat(cur, \"</svg>\");\n            var svg = svgContainer.firstChild;\n            while (elm.firstChild) {\n                elm.removeChild(elm.firstChild);\n            }\n            while (svg.firstChild) {\n                elm.appendChild(svg.firstChild);\n            }\n        }\n        else if (\n        // skip the update if old and new VDOM state is the same.\n        // `value` is handled separately because the DOM value may be temporarily\n        // out of sync with VDOM state due to focus, composition and modifiers.\n        // This  #4521 by skipping the unnecessary `checked` update.\n        cur !== oldProps[key]) {\n            // some property updates can throw\n            // e.g. `value` on <progress> w/ non-finite value\n            try {\n                elm[key] = cur;\n            }\n            catch (e) { }\n        }\n    }\n}\nfunction shouldUpdateValue(elm, checkVal) {\n    return (\n    //@ts-expect-error\n    !elm.composing &&\n        (elm.tagName === 'OPTION' ||\n            isNotInFocusAndDirty(elm, checkVal) ||\n            isDirtyWithModifiers(elm, checkVal)));\n}\nfunction isNotInFocusAndDirty(elm, checkVal) {\n    // return true when textbox (.number and .trim) loses focus and its value is\n    // not equal to the updated value\n    var notInFocus = true;\n    // #6157\n    // work around IE bug when accessing document.activeElement in an iframe\n    try {\n        notInFocus = document.activeElement !== elm;\n    }\n    catch (e) { }\n    return notInFocus && elm.value !== checkVal;\n}\nfunction isDirtyWithModifiers(elm, newVal) {\n    var value = elm.value;\n    var modifiers = elm._vModifiers; // injected by v-model runtime\n    if (isDef(modifiers)) {\n        if (modifiers.number) {\n            return toNumber(value) !== toNumber(newVal);\n        }\n        if (modifiers.trim) {\n            return value.trim() !== newVal.trim();\n        }\n    }\n    return value !== newVal;\n}\nvar domProps = {\n    create: updateDOMProps,\n    update: updateDOMProps\n};\n\nvar parseStyleText = cached(function (cssText) {\n    var res = {};\n    var listDelimiter = /;(?![^(]*\\))/g;\n    var propertyDelimiter = /:(.+)/;\n    cssText.split(listDelimiter).forEach(function (item) {\n        if (item) {\n            var tmp = item.split(propertyDelimiter);\n            tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim());\n        }\n    });\n    return res;\n});\n// merge static and dynamic style data on the same vnode\nfunction normalizeStyleData(data) {\n    var style = normalizeStyleBinding(data.style);\n    // static style is pre-processed into an object during compilation\n    // and is always a fresh object, so it's safe to merge into it\n    return data.staticStyle ? extend(data.staticStyle, style) : style;\n}\n// normalize possible array / string values into Object\nfunction normalizeStyleBinding(bindingStyle) {\n    if (Array.isArray(bindingStyle)) {\n        return toObject(bindingStyle);\n    }\n    if (typeof bindingStyle === 'string') {\n        return parseStyleText(bindingStyle);\n    }\n    return bindingStyle;\n}\n/**\n * parent component style should be after child's\n * so that parent component's style could override it\n */\nfunction getStyle(vnode, checkChild) {\n    var res = {};\n    var styleData;\n    if (checkChild) {\n        var childNode = vnode;\n        while (childNode.componentInstance) {\n            childNode = childNode.componentInstance._vnode;\n            if (childNode &&\n                childNode.data &&\n                (styleData = normalizeStyleData(childNode.data))) {\n                extend(res, styleData);\n            }\n        }\n    }\n    if ((styleData = normalizeStyleData(vnode.data))) {\n        extend(res, styleData);\n    }\n    var parentNode = vnode;\n    // @ts-expect-error parentNode.parent not VNodeWithData\n    while ((parentNode = parentNode.parent)) {\n        if (parentNode.data && (styleData = normalizeStyleData(parentNode.data))) {\n            extend(res, styleData);\n        }\n    }\n    return res;\n}\n\nvar cssVarRE = /^--/;\nvar importantRE = /\\s*!important$/;\nvar setProp = function (el, name, val) {\n    /* istanbul ignore if */\n    if (cssVarRE.test(name)) {\n        el.style.setProperty(name, val);\n    }\n    else if (importantRE.test(val)) {\n        el.style.setProperty(hyphenate(name), val.replace(importantRE, ''), 'important');\n    }\n    else {\n        var normalizedName = normalize(name);\n        if (Array.isArray(val)) {\n            // Support values array created by autoprefixer, e.g.\n            // {display: [\"-webkit-box\", \"-ms-flexbox\", \"flex\"]}\n            // Set them one by one, and the browser will only set those it can recognize\n            for (var i = 0, len = val.length; i < len; i++) {\n                el.style[normalizedName] = val[i];\n            }\n        }\n        else {\n            el.style[normalizedName] = val;\n        }\n    }\n};\nvar vendorNames = ['Webkit', 'Moz', 'ms'];\nvar emptyStyle;\nvar normalize = cached(function (prop) {\n    emptyStyle = emptyStyle || document.createElement('div').style;\n    prop = camelize(prop);\n    if (prop !== 'filter' && prop in emptyStyle) {\n        return prop;\n    }\n    var capName = prop.charAt(0).toUpperCase() + prop.slice(1);\n    for (var i = 0; i < vendorNames.length; i++) {\n        var name_1 = vendorNames[i] + capName;\n        if (name_1 in emptyStyle) {\n            return name_1;\n        }\n    }\n});\nfunction updateStyle(oldVnode, vnode) {\n    var data = vnode.data;\n    var oldData = oldVnode.data;\n    if (isUndef(data.staticStyle) &&\n        isUndef(data.style) &&\n        isUndef(oldData.staticStyle) &&\n        isUndef(oldData.style)) {\n        return;\n    }\n    var cur, name;\n    var el = vnode.elm;\n    var oldStaticStyle = oldData.staticStyle;\n    var oldStyleBinding = oldData.normalizedStyle || oldData.style || {};\n    // if static style exists, stylebinding already merged into it when doing normalizeStyleData\n    var oldStyle = oldStaticStyle || oldStyleBinding;\n    var style = normalizeStyleBinding(vnode.data.style) || {};\n    // store normalized style under a different key for next diff\n    // make sure to clone it if it's reactive, since the user likely wants\n    // to mutate it.\n    vnode.data.normalizedStyle = isDef(style.__ob__) ? extend({}, style) : style;\n    var newStyle = getStyle(vnode, true);\n    for (name in oldStyle) {\n        if (isUndef(newStyle[name])) {\n            setProp(el, name, '');\n        }\n    }\n    for (name in newStyle) {\n        cur = newStyle[name];\n        if (cur !== oldStyle[name]) {\n            // ie9 setting to null has no effect, must use empty string\n            setProp(el, name, cur == null ? '' : cur);\n        }\n    }\n}\nvar style = {\n    create: updateStyle,\n    update: updateStyle\n};\n\nvar whitespaceRE = /\\s+/;\n/**\n * Add class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction addClass(el, cls) {\n    /* istanbul ignore if */\n    if (!cls || !(cls = cls.trim())) {\n        return;\n    }\n    /* istanbul ignore else */\n    if (el.classList) {\n        if (cls.indexOf(' ') > -1) {\n            cls.split(whitespaceRE).forEach(function (c) { return el.classList.add(c); });\n        }\n        else {\n            el.classList.add(cls);\n        }\n    }\n    else {\n        var cur = \" \".concat(el.getAttribute('class') || '', \" \");\n        if (cur.indexOf(' ' + cls + ' ') < 0) {\n            el.setAttribute('class', (cur + cls).trim());\n        }\n    }\n}\n/**\n * Remove class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction removeClass(el, cls) {\n    /* istanbul ignore if */\n    if (!cls || !(cls = cls.trim())) {\n        return;\n    }\n    /* istanbul ignore else */\n    if (el.classList) {\n        if (cls.indexOf(' ') > -1) {\n            cls.split(whitespaceRE).forEach(function (c) { return el.classList.remove(c); });\n        }\n        else {\n            el.classList.remove(cls);\n        }\n        if (!el.classList.length) {\n            el.removeAttribute('class');\n        }\n    }\n    else {\n        var cur = \" \".concat(el.getAttribute('class') || '', \" \");\n        var tar = ' ' + cls + ' ';\n        while (cur.indexOf(tar) >= 0) {\n            cur = cur.replace(tar, ' ');\n        }\n        cur = cur.trim();\n        if (cur) {\n            el.setAttribute('class', cur);\n        }\n        else {\n            el.removeAttribute('class');\n        }\n    }\n}\n\nfunction resolveTransition(def) {\n    if (!def) {\n        return;\n    }\n    /* istanbul ignore else */\n    if (typeof def === 'object') {\n        var res = {};\n        if (def.css !== false) {\n            extend(res, autoCssTransition(def.name || 'v'));\n        }\n        extend(res, def);\n        return res;\n    }\n    else if (typeof def === 'string') {\n        return autoCssTransition(def);\n    }\n}\nvar autoCssTransition = cached(function (name) {\n    return {\n        enterClass: \"\".concat(name, \"-enter\"),\n        enterToClass: \"\".concat(name, \"-enter-to\"),\n        enterActiveClass: \"\".concat(name, \"-enter-active\"),\n        leaveClass: \"\".concat(name, \"-leave\"),\n        leaveToClass: \"\".concat(name, \"-leave-to\"),\n        leaveActiveClass: \"\".concat(name, \"-leave-active\")\n    };\n});\nvar hasTransition = inBrowser && !isIE9;\nvar TRANSITION = 'transition';\nvar ANIMATION = 'animation';\n// Transition property/event sniffing\nvar transitionProp = 'transition';\nvar transitionEndEvent = 'transitionend';\nvar animationProp = 'animation';\nvar animationEndEvent = 'animationend';\nif (hasTransition) {\n    /* istanbul ignore if */\n    if (window.ontransitionend === undefined &&\n        window.onwebkittransitionend !== undefined) {\n        transitionProp = 'WebkitTransition';\n        transitionEndEvent = 'webkitTransitionEnd';\n    }\n    if (window.onanimationend === undefined &&\n        window.onwebkitanimationend !== undefined) {\n        animationProp = 'WebkitAnimation';\n        animationEndEvent = 'webkitAnimationEnd';\n    }\n}\n// binding to window is necessary to make hot reload work in IE in strict mode\nvar raf = inBrowser\n    ? window.requestAnimationFrame\n        ? window.requestAnimationFrame.bind(window)\n        : setTimeout\n    : /* istanbul ignore next */ function (/* istanbul ignore next */ fn) { return fn(); };\nfunction nextFrame(fn) {\n    raf(function () {\n        // @ts-expect-error\n        raf(fn);\n    });\n}\nfunction addTransitionClass(el, cls) {\n    var transitionClasses = el._transitionClasses || (el._transitionClasses = []);\n    if (transitionClasses.indexOf(cls) < 0) {\n        transitionClasses.push(cls);\n        addClass(el, cls);\n    }\n}\nfunction removeTransitionClass(el, cls) {\n    if (el._transitionClasses) {\n        remove$2(el._transitionClasses, cls);\n    }\n    removeClass(el, cls);\n}\nfunction whenTransitionEnds(el, expectedType, cb) {\n    var _a = getTransitionInfo(el, expectedType), type = _a.type, timeout = _a.timeout, propCount = _a.propCount;\n    if (!type)\n        return cb();\n    var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;\n    var ended = 0;\n    var end = function () {\n        el.removeEventListener(event, onEnd);\n        cb();\n    };\n    var onEnd = function (e) {\n        if (e.target === el) {\n            if (++ended >= propCount) {\n                end();\n            }\n        }\n    };\n    setTimeout(function () {\n        if (ended < propCount) {\n            end();\n        }\n    }, timeout + 1);\n    el.addEventListener(event, onEnd);\n}\nvar transformRE = /\\b(transform|all)(,|$)/;\nfunction getTransitionInfo(el, expectedType) {\n    var styles = window.getComputedStyle(el);\n    // JSDOM may return undefined for transition properties\n    var transitionDelays = (styles[transitionProp + 'Delay'] || '').split(', ');\n    var transitionDurations = (styles[transitionProp + 'Duration'] || '').split(', ');\n    var transitionTimeout = getTimeout(transitionDelays, transitionDurations);\n    var animationDelays = (styles[animationProp + 'Delay'] || '').split(', ');\n    var animationDurations = (styles[animationProp + 'Duration'] || '').split(', ');\n    var animationTimeout = getTimeout(animationDelays, animationDurations);\n    var type;\n    var timeout = 0;\n    var propCount = 0;\n    /* istanbul ignore if */\n    if (expectedType === TRANSITION) {\n        if (transitionTimeout > 0) {\n            type = TRANSITION;\n            timeout = transitionTimeout;\n            propCount = transitionDurations.length;\n        }\n    }\n    else if (expectedType === ANIMATION) {\n        if (animationTimeout > 0) {\n            type = ANIMATION;\n            timeout = animationTimeout;\n            propCount = animationDurations.length;\n        }\n    }\n    else {\n        timeout = Math.max(transitionTimeout, animationTimeout);\n        type =\n            timeout > 0\n                ? transitionTimeout > animationTimeout\n                    ? TRANSITION\n                    : ANIMATION\n                : null;\n        propCount = type\n            ? type === TRANSITION\n                ? transitionDurations.length\n                : animationDurations.length\n            : 0;\n    }\n    var hasTransform = type === TRANSITION && transformRE.test(styles[transitionProp + 'Property']);\n    return {\n        type: type,\n        timeout: timeout,\n        propCount: propCount,\n        hasTransform: hasTransform\n    };\n}\nfunction getTimeout(delays, durations) {\n    /* istanbul ignore next */\n    while (delays.length < durations.length) {\n        delays = delays.concat(delays);\n    }\n    return Math.max.apply(null, durations.map(function (d, i) {\n        return toMs(d) + toMs(delays[i]);\n    }));\n}\n// Old versions of Chromium (below 61.0.3163.100) formats floating pointer numbers\n// in a locale-dependent way, using a comma instead of a dot.\n// If comma is not replaced with a dot, the input will be rounded down (i.e. acting\n// as a floor function) causing unexpected behaviors\nfunction toMs(s) {\n    return Number(s.slice(0, -1).replace(',', '.')) * 1000;\n}\n\nfunction enter(vnode, toggleDisplay) {\n    var el = vnode.elm;\n    // call leave callback now\n    if (isDef(el._leaveCb)) {\n        el._leaveCb.cancelled = true;\n        el._leaveCb();\n    }\n    var data = resolveTransition(vnode.data.transition);\n    if (isUndef(data)) {\n        return;\n    }\n    /* istanbul ignore if */\n    if (isDef(el._enterCb) || el.nodeType !== 1) {\n        return;\n    }\n    var css = data.css, type = data.type, enterClass = data.enterClass, enterToClass = data.enterToClass, enterActiveClass = data.enterActiveClass, appearClass = data.appearClass, appearToClass = data.appearToClass, appearActiveClass = data.appearActiveClass, beforeEnter = data.beforeEnter, enter = data.enter, afterEnter = data.afterEnter, enterCancelled = data.enterCancelled, beforeAppear = data.beforeAppear, appear = data.appear, afterAppear = data.afterAppear, appearCancelled = data.appearCancelled, duration = data.duration;\n    // activeInstance will always be the <transition> component managing this\n    // transition. One edge case to check is when the <transition> is placed\n    // as the root node of a child component. In that case we need to check\n    // <transition>'s parent for appear check.\n    var context = activeInstance;\n    var transitionNode = activeInstance.$vnode;\n    while (transitionNode && transitionNode.parent) {\n        context = transitionNode.context;\n        transitionNode = transitionNode.parent;\n    }\n    var isAppear = !context._isMounted || !vnode.isRootInsert;\n    if (isAppear && !appear && appear !== '') {\n        return;\n    }\n    var startClass = isAppear && appearClass ? appearClass : enterClass;\n    var activeClass = isAppear && appearActiveClass ? appearActiveClass : enterActiveClass;\n    var toClass = isAppear && appearToClass ? appearToClass : enterToClass;\n    var beforeEnterHook = isAppear ? beforeAppear || beforeEnter : beforeEnter;\n    var enterHook = isAppear ? (isFunction(appear) ? appear : enter) : enter;\n    var afterEnterHook = isAppear ? afterAppear || afterEnter : afterEnter;\n    var enterCancelledHook = isAppear\n        ? appearCancelled || enterCancelled\n        : enterCancelled;\n    var explicitEnterDuration = toNumber(isObject(duration) ? duration.enter : duration);\n    if (process.env.NODE_ENV !== 'production' && explicitEnterDuration != null) {\n        checkDuration(explicitEnterDuration, 'enter', vnode);\n    }\n    var expectsCSS = css !== false && !isIE9;\n    var userWantsControl = getHookArgumentsLength(enterHook);\n    var cb = (el._enterCb = once(function () {\n        if (expectsCSS) {\n            removeTransitionClass(el, toClass);\n            removeTransitionClass(el, activeClass);\n        }\n        // @ts-expect-error\n        if (cb.cancelled) {\n            if (expectsCSS) {\n                removeTransitionClass(el, startClass);\n            }\n            enterCancelledHook && enterCancelledHook(el);\n        }\n        else {\n            afterEnterHook && afterEnterHook(el);\n        }\n        el._enterCb = null;\n    }));\n    if (!vnode.data.show) {\n        // remove pending leave element on enter by injecting an insert hook\n        mergeVNodeHook(vnode, 'insert', function () {\n            var parent = el.parentNode;\n            var pendingNode = parent && parent._pending && parent._pending[vnode.key];\n            if (pendingNode &&\n                pendingNode.tag === vnode.tag &&\n                pendingNode.elm._leaveCb) {\n                pendingNode.elm._leaveCb();\n            }\n            enterHook && enterHook(el, cb);\n        });\n    }\n    // start enter transition\n    beforeEnterHook && beforeEnterHook(el);\n    if (expectsCSS) {\n        addTransitionClass(el, startClass);\n        addTransitionClass(el, activeClass);\n        nextFrame(function () {\n            removeTransitionClass(el, startClass);\n            // @ts-expect-error\n            if (!cb.cancelled) {\n                addTransitionClass(el, toClass);\n                if (!userWantsControl) {\n                    if (isValidDuration(explicitEnterDuration)) {\n                        setTimeout(cb, explicitEnterDuration);\n                    }\n                    else {\n                        whenTransitionEnds(el, type, cb);\n                    }\n                }\n            }\n        });\n    }\n    if (vnode.data.show) {\n        toggleDisplay && toggleDisplay();\n        enterHook && enterHook(el, cb);\n    }\n    if (!expectsCSS && !userWantsControl) {\n        cb();\n    }\n}\nfunction leave(vnode, rm) {\n    var el = vnode.elm;\n    // call enter callback now\n    if (isDef(el._enterCb)) {\n        el._enterCb.cancelled = true;\n        el._enterCb();\n    }\n    var data = resolveTransition(vnode.data.transition);\n    if (isUndef(data) || el.nodeType !== 1) {\n        return rm();\n    }\n    /* istanbul ignore if */\n    if (isDef(el._leaveCb)) {\n        return;\n    }\n    var css = data.css, type = data.type, leaveClass = data.leaveClass, leaveToClass = data.leaveToClass, leaveActiveClass = data.leaveActiveClass, beforeLeave = data.beforeLeave, leave = data.leave, afterLeave = data.afterLeave, leaveCancelled = data.leaveCancelled, delayLeave = data.delayLeave, duration = data.duration;\n    var expectsCSS = css !== false && !isIE9;\n    var userWantsControl = getHookArgumentsLength(leave);\n    var explicitLeaveDuration = toNumber(isObject(duration) ? duration.leave : duration);\n    if (process.env.NODE_ENV !== 'production' && isDef(explicitLeaveDuration)) {\n        checkDuration(explicitLeaveDuration, 'leave', vnode);\n    }\n    var cb = (el._leaveCb = once(function () {\n        if (el.parentNode && el.parentNode._pending) {\n            el.parentNode._pending[vnode.key] = null;\n        }\n        if (expectsCSS) {\n            removeTransitionClass(el, leaveToClass);\n            removeTransitionClass(el, leaveActiveClass);\n        }\n        // @ts-expect-error\n        if (cb.cancelled) {\n            if (expectsCSS) {\n                removeTransitionClass(el, leaveClass);\n            }\n            leaveCancelled && leaveCancelled(el);\n        }\n        else {\n            rm();\n            afterLeave && afterLeave(el);\n        }\n        el._leaveCb = null;\n    }));\n    if (delayLeave) {\n        delayLeave(performLeave);\n    }\n    else {\n        performLeave();\n    }\n    function performLeave() {\n        // the delayed leave may have already been cancelled\n        // @ts-expect-error\n        if (cb.cancelled) {\n            return;\n        }\n        // record leaving element\n        if (!vnode.data.show && el.parentNode) {\n            (el.parentNode._pending || (el.parentNode._pending = {}))[vnode.key] =\n                vnode;\n        }\n        beforeLeave && beforeLeave(el);\n        if (expectsCSS) {\n            addTransitionClass(el, leaveClass);\n            addTransitionClass(el, leaveActiveClass);\n            nextFrame(function () {\n                removeTransitionClass(el, leaveClass);\n                // @ts-expect-error\n                if (!cb.cancelled) {\n                    addTransitionClass(el, leaveToClass);\n                    if (!userWantsControl) {\n                        if (isValidDuration(explicitLeaveDuration)) {\n                            setTimeout(cb, explicitLeaveDuration);\n                        }\n                        else {\n                            whenTransitionEnds(el, type, cb);\n                        }\n                    }\n                }\n            });\n        }\n        leave && leave(el, cb);\n        if (!expectsCSS && !userWantsControl) {\n            cb();\n        }\n    }\n}\n// only used in dev mode\nfunction checkDuration(val, name, vnode) {\n    if (typeof val !== 'number') {\n        warn(\"<transition> explicit \".concat(name, \" duration is not a valid number - \") +\n            \"got \".concat(JSON.stringify(val), \".\"), vnode.context);\n    }\n    else if (isNaN(val)) {\n        warn(\"<transition> explicit \".concat(name, \" duration is NaN - \") +\n            'the duration expression might be incorrect.', vnode.context);\n    }\n}\nfunction isValidDuration(val) {\n    return typeof val === 'number' && !isNaN(val);\n}\n/**\n * Normalize a transition hook's argument length. The hook may be:\n * - a merged hook (invoker) with the original in .fns\n * - a wrapped component method (check ._length)\n * - a plain function (.length)\n */\nfunction getHookArgumentsLength(fn) {\n    if (isUndef(fn)) {\n        return false;\n    }\n    // @ts-expect-error\n    var invokerFns = fn.fns;\n    if (isDef(invokerFns)) {\n        // invoker\n        return getHookArgumentsLength(Array.isArray(invokerFns) ? invokerFns[0] : invokerFns);\n    }\n    else {\n        // @ts-expect-error\n        return (fn._length || fn.length) > 1;\n    }\n}\nfunction _enter(_, vnode) {\n    if (vnode.data.show !== true) {\n        enter(vnode);\n    }\n}\nvar transition = inBrowser\n    ? {\n        create: _enter,\n        activate: _enter,\n        remove: function (vnode, rm) {\n            /* istanbul ignore else */\n            if (vnode.data.show !== true) {\n                // @ts-expect-error\n                leave(vnode, rm);\n            }\n            else {\n                rm();\n            }\n        }\n    }\n    : {};\n\nvar platformModules = [attrs, klass, events, domProps, style, transition];\n\n// the directive module should be applied last, after all\n// built-in modules have been applied.\nvar modules = platformModules.concat(baseModules);\nvar patch = createPatchFunction({ nodeOps: nodeOps, modules: modules });\n\n/**\n * Not type checking this file because flow doesn't like attaching\n * properties to Elements.\n */\n/* istanbul ignore if */\nif (isIE9) {\n    // http://www.matts411.com/post/internet-explorer-9-oninput/\n    document.addEventListener('selectionchange', function () {\n        var el = document.activeElement;\n        // @ts-expect-error\n        if (el && el.vmodel) {\n            trigger(el, 'input');\n        }\n    });\n}\nvar directive = {\n    inserted: function (el, binding, vnode, oldVnode) {\n        if (vnode.tag === 'select') {\n            // #6903\n            if (oldVnode.elm && !oldVnode.elm._vOptions) {\n                mergeVNodeHook(vnode, 'postpatch', function () {\n                    directive.componentUpdated(el, binding, vnode);\n                });\n            }\n            else {\n                setSelected(el, binding, vnode.context);\n            }\n            el._vOptions = [].map.call(el.options, getValue);\n        }\n        else if (vnode.tag === 'textarea' || isTextInputType(el.type)) {\n            el._vModifiers = binding.modifiers;\n            if (!binding.modifiers.lazy) {\n                el.addEventListener('compositionstart', onCompositionStart);\n                el.addEventListener('compositionend', onCompositionEnd);\n                // Safari < 10.2 & UIWebView doesn't fire compositionend when\n                // switching focus before confirming composition choice\n                // this also fixes the issue where some browsers e.g. iOS Chrome\n                // fires \"change\" instead of \"input\" on autocomplete.\n                el.addEventListener('change', onCompositionEnd);\n                /* istanbul ignore if */\n                if (isIE9) {\n                    el.vmodel = true;\n                }\n            }\n        }\n    },\n    componentUpdated: function (el, binding, vnode) {\n        if (vnode.tag === 'select') {\n            setSelected(el, binding, vnode.context);\n            // in case the options rendered by v-for have changed,\n            // it's possible that the value is out-of-sync with the rendered options.\n            // detect such cases and filter out values that no longer has a matching\n            // option in the DOM.\n            var prevOptions_1 = el._vOptions;\n            var curOptions_1 = (el._vOptions = [].map.call(el.options, getValue));\n            if (curOptions_1.some(function (o, i) { return !looseEqual(o, prevOptions_1[i]); })) {\n                // trigger change event if\n                // no matching option found for at least one value\n                var needReset = el.multiple\n                    ? binding.value.some(function (v) { return hasNoMatchingOption(v, curOptions_1); })\n                    : binding.value !== binding.oldValue &&\n                        hasNoMatchingOption(binding.value, curOptions_1);\n                if (needReset) {\n                    trigger(el, 'change');\n                }\n            }\n        }\n    }\n};\nfunction setSelected(el, binding, vm) {\n    actuallySetSelected(el, binding, vm);\n    /* istanbul ignore if */\n    if (isIE || isEdge) {\n        setTimeout(function () {\n            actuallySetSelected(el, binding, vm);\n        }, 0);\n    }\n}\nfunction actuallySetSelected(el, binding, vm) {\n    var value = binding.value;\n    var isMultiple = el.multiple;\n    if (isMultiple && !Array.isArray(value)) {\n        process.env.NODE_ENV !== 'production' &&\n            warn(\"<select multiple v-model=\\\"\".concat(binding.expression, \"\\\"> \") +\n                \"expects an Array value for its binding, but got \".concat(Object.prototype.toString\n                    .call(value)\n                    .slice(8, -1)), vm);\n        return;\n    }\n    var selected, option;\n    for (var i = 0, l = el.options.length; i < l; i++) {\n        option = el.options[i];\n        if (isMultiple) {\n            selected = looseIndexOf(value, getValue(option)) > -1;\n            if (option.selected !== selected) {\n                option.selected = selected;\n            }\n        }\n        else {\n            if (looseEqual(getValue(option), value)) {\n                if (el.selectedIndex !== i) {\n                    el.selectedIndex = i;\n                }\n                return;\n            }\n        }\n    }\n    if (!isMultiple) {\n        el.selectedIndex = -1;\n    }\n}\nfunction hasNoMatchingOption(value, options) {\n    return options.every(function (o) { return !looseEqual(o, value); });\n}\nfunction getValue(option) {\n    return '_value' in option ? option._value : option.value;\n}\nfunction onCompositionStart(e) {\n    e.target.composing = true;\n}\nfunction onCompositionEnd(e) {\n    // prevent triggering an input event for no reason\n    if (!e.target.composing)\n        return;\n    e.target.composing = false;\n    trigger(e.target, 'input');\n}\nfunction trigger(el, type) {\n    var e = document.createEvent('HTMLEvents');\n    e.initEvent(type, true, true);\n    el.dispatchEvent(e);\n}\n\n// recursively search for possible transition defined inside the component root\nfunction locateNode(vnode) {\n    // @ts-expect-error\n    return vnode.componentInstance && (!vnode.data || !vnode.data.transition)\n        ? locateNode(vnode.componentInstance._vnode)\n        : vnode;\n}\nvar show = {\n    bind: function (el, _a, vnode) {\n        var value = _a.value;\n        vnode = locateNode(vnode);\n        var transition = vnode.data && vnode.data.transition;\n        var originalDisplay = (el.__vOriginalDisplay =\n            el.style.display === 'none' ? '' : el.style.display);\n        if (value && transition) {\n            vnode.data.show = true;\n            enter(vnode, function () {\n                el.style.display = originalDisplay;\n            });\n        }\n        else {\n            el.style.display = value ? originalDisplay : 'none';\n        }\n    },\n    update: function (el, _a, vnode) {\n        var value = _a.value, oldValue = _a.oldValue;\n        /* istanbul ignore if */\n        if (!value === !oldValue)\n            return;\n        vnode = locateNode(vnode);\n        var transition = vnode.data && vnode.data.transition;\n        if (transition) {\n            vnode.data.show = true;\n            if (value) {\n                enter(vnode, function () {\n                    el.style.display = el.__vOriginalDisplay;\n                });\n            }\n            else {\n                leave(vnode, function () {\n                    el.style.display = 'none';\n                });\n            }\n        }\n        else {\n            el.style.display = value ? el.__vOriginalDisplay : 'none';\n        }\n    },\n    unbind: function (el, binding, vnode, oldVnode, isDestroy) {\n        if (!isDestroy) {\n            el.style.display = el.__vOriginalDisplay;\n        }\n    }\n};\n\nvar platformDirectives = {\n    model: directive,\n    show: show\n};\n\n// Provides transition support for a single element/component.\nvar transitionProps = {\n    name: String,\n    appear: Boolean,\n    css: Boolean,\n    mode: String,\n    type: String,\n    enterClass: String,\n    leaveClass: String,\n    enterToClass: String,\n    leaveToClass: String,\n    enterActiveClass: String,\n    leaveActiveClass: String,\n    appearClass: String,\n    appearActiveClass: String,\n    appearToClass: String,\n    duration: [Number, String, Object]\n};\n// in case the child is also an abstract component, e.g. <keep-alive>\n// we want to recursively retrieve the real component to be rendered\nfunction getRealChild(vnode) {\n    var compOptions = vnode && vnode.componentOptions;\n    if (compOptions && compOptions.Ctor.options.abstract) {\n        return getRealChild(getFirstComponentChild(compOptions.children));\n    }\n    else {\n        return vnode;\n    }\n}\nfunction extractTransitionData(comp) {\n    var data = {};\n    var options = comp.$options;\n    // props\n    for (var key in options.propsData) {\n        data[key] = comp[key];\n    }\n    // events.\n    // extract listeners and pass them directly to the transition methods\n    var listeners = options._parentListeners;\n    for (var key in listeners) {\n        data[camelize(key)] = listeners[key];\n    }\n    return data;\n}\nfunction placeholder(h, rawChild) {\n    // @ts-expect-error\n    if (/\\d-keep-alive$/.test(rawChild.tag)) {\n        return h('keep-alive', {\n            props: rawChild.componentOptions.propsData\n        });\n    }\n}\nfunction hasParentTransition(vnode) {\n    while ((vnode = vnode.parent)) {\n        if (vnode.data.transition) {\n            return true;\n        }\n    }\n}\nfunction isSameChild(child, oldChild) {\n    return oldChild.key === child.key && oldChild.tag === child.tag;\n}\nvar isNotTextNode = function (c) { return c.tag || isAsyncPlaceholder(c); };\nvar isVShowDirective = function (d) { return d.name === 'show'; };\nvar Transition = {\n    name: 'transition',\n    props: transitionProps,\n    abstract: true,\n    render: function (h) {\n        var _this = this;\n        var children = this.$slots.default;\n        if (!children) {\n            return;\n        }\n        // filter out text nodes (possible whitespaces)\n        children = children.filter(isNotTextNode);\n        /* istanbul ignore if */\n        if (!children.length) {\n            return;\n        }\n        // warn multiple elements\n        if (process.env.NODE_ENV !== 'production' && children.length > 1) {\n            warn('<transition> can only be used on a single element. Use ' +\n                '<transition-group> for lists.', this.$parent);\n        }\n        var mode = this.mode;\n        // warn invalid mode\n        if (process.env.NODE_ENV !== 'production' && mode && mode !== 'in-out' && mode !== 'out-in') {\n            warn('invalid <transition> mode: ' + mode, this.$parent);\n        }\n        var rawChild = children[0];\n        // if this is a component root node and the component's\n        // parent container node also has transition, skip.\n        if (hasParentTransition(this.$vnode)) {\n            return rawChild;\n        }\n        // apply transition data to child\n        // use getRealChild() to ignore abstract components e.g. keep-alive\n        var child = getRealChild(rawChild);\n        /* istanbul ignore if */\n        if (!child) {\n            return rawChild;\n        }\n        if (this._leaving) {\n            return placeholder(h, rawChild);\n        }\n        // ensure a key that is unique to the vnode type and to this transition\n        // component instance. This key will be used to remove pending leaving nodes\n        // during entering.\n        var id = \"__transition-\".concat(this._uid, \"-\");\n        child.key =\n            child.key == null\n                ? child.isComment\n                    ? id + 'comment'\n                    : id + child.tag\n                : isPrimitive(child.key)\n                    ? String(child.key).indexOf(id) === 0\n                        ? child.key\n                        : id + child.key\n                    : child.key;\n        var data = ((child.data || (child.data = {})).transition =\n            extractTransitionData(this));\n        var oldRawChild = this._vnode;\n        var oldChild = getRealChild(oldRawChild);\n        // mark v-show\n        // so that the transition module can hand over the control to the directive\n        if (child.data.directives && child.data.directives.some(isVShowDirective)) {\n            child.data.show = true;\n        }\n        if (oldChild &&\n            oldChild.data &&\n            !isSameChild(child, oldChild) &&\n            !isAsyncPlaceholder(oldChild) &&\n            // #6687 component root is a comment node\n            !(oldChild.componentInstance &&\n                oldChild.componentInstance._vnode.isComment)) {\n            // replace old child transition data with fresh one\n            // important for dynamic transitions!\n            var oldData = (oldChild.data.transition = extend({}, data));\n            // handle transition mode\n            if (mode === 'out-in') {\n                // return placeholder node and queue update when leave finishes\n                this._leaving = true;\n                mergeVNodeHook(oldData, 'afterLeave', function () {\n                    _this._leaving = false;\n                    _this.$forceUpdate();\n                });\n                return placeholder(h, rawChild);\n            }\n            else if (mode === 'in-out') {\n                if (isAsyncPlaceholder(child)) {\n                    return oldRawChild;\n                }\n                var delayedLeave_1;\n                var performLeave = function () {\n                    delayedLeave_1();\n                };\n                mergeVNodeHook(data, 'afterEnter', performLeave);\n                mergeVNodeHook(data, 'enterCancelled', performLeave);\n                mergeVNodeHook(oldData, 'delayLeave', function (leave) {\n                    delayedLeave_1 = leave;\n                });\n            }\n        }\n        return rawChild;\n    }\n};\n\n// Provides transition support for list items.\nvar props = extend({\n    tag: String,\n    moveClass: String\n}, transitionProps);\ndelete props.mode;\nvar TransitionGroup = {\n    props: props,\n    beforeMount: function () {\n        var _this = this;\n        var update = this._update;\n        this._update = function (vnode, hydrating) {\n            var restoreActiveInstance = setActiveInstance(_this);\n            // force removing pass\n            _this.__patch__(_this._vnode, _this.kept, false, // hydrating\n            true // removeOnly (!important, avoids unnecessary moves)\n            );\n            _this._vnode = _this.kept;\n            restoreActiveInstance();\n            update.call(_this, vnode, hydrating);\n        };\n    },\n    render: function (h) {\n        var tag = this.tag || this.$vnode.data.tag || 'span';\n        var map = Object.create(null);\n        var prevChildren = (this.prevChildren = this.children);\n        var rawChildren = this.$slots.default || [];\n        var children = (this.children = []);\n        var transitionData = extractTransitionData(this);\n        for (var i = 0; i < rawChildren.length; i++) {\n            var c = rawChildren[i];\n            if (c.tag) {\n                if (c.key != null && String(c.key).indexOf('__vlist') !== 0) {\n                    children.push(c);\n                    map[c.key] = c;\n                    (c.data || (c.data = {})).transition = transitionData;\n                }\n                else if (process.env.NODE_ENV !== 'production') {\n                    var opts = c.componentOptions;\n                    var name_1 = opts\n                        ? getComponentName(opts.Ctor.options) || opts.tag || ''\n                        : c.tag;\n                    warn(\"<transition-group> children must be keyed: <\".concat(name_1, \">\"));\n                }\n            }\n        }\n        if (prevChildren) {\n            var kept = [];\n            var removed = [];\n            for (var i = 0; i < prevChildren.length; i++) {\n                var c = prevChildren[i];\n                c.data.transition = transitionData;\n                // @ts-expect-error .getBoundingClientRect is not typed in Node\n                c.data.pos = c.elm.getBoundingClientRect();\n                if (map[c.key]) {\n                    kept.push(c);\n                }\n                else {\n                    removed.push(c);\n                }\n            }\n            this.kept = h(tag, null, kept);\n            this.removed = removed;\n        }\n        return h(tag, null, children);\n    },\n    updated: function () {\n        var children = this.prevChildren;\n        var moveClass = this.moveClass || (this.name || 'v') + '-move';\n        if (!children.length || !this.hasMove(children[0].elm, moveClass)) {\n            return;\n        }\n        // we divide the work into three loops to avoid mixing DOM reads and writes\n        // in each iteration - which helps prevent layout thrashing.\n        children.forEach(callPendingCbs);\n        children.forEach(recordPosition);\n        children.forEach(applyTranslation);\n        // force reflow to put everything in position\n        // assign to this to avoid being removed in tree-shaking\n        // $flow-disable-line\n        this._reflow = document.body.offsetHeight;\n        children.forEach(function (c) {\n            if (c.data.moved) {\n                var el_1 = c.elm;\n                var s = el_1.style;\n                addTransitionClass(el_1, moveClass);\n                s.transform = s.WebkitTransform = s.transitionDuration = '';\n                el_1.addEventListener(transitionEndEvent, (el_1._moveCb = function cb(e) {\n                    if (e && e.target !== el_1) {\n                        return;\n                    }\n                    if (!e || /transform$/.test(e.propertyName)) {\n                        el_1.removeEventListener(transitionEndEvent, cb);\n                        el_1._moveCb = null;\n                        removeTransitionClass(el_1, moveClass);\n                    }\n                }));\n            }\n        });\n    },\n    methods: {\n        hasMove: function (el, moveClass) {\n            /* istanbul ignore if */\n            if (!hasTransition) {\n                return false;\n            }\n            /* istanbul ignore if */\n            if (this._hasMove) {\n                return this._hasMove;\n            }\n            // Detect whether an element with the move class applied has\n            // CSS transitions. Since the element may be inside an entering\n            // transition at this very moment, we make a clone of it and remove\n            // all other transition classes applied to ensure only the move class\n            // is applied.\n            var clone = el.cloneNode();\n            if (el._transitionClasses) {\n                el._transitionClasses.forEach(function (cls) {\n                    removeClass(clone, cls);\n                });\n            }\n            addClass(clone, moveClass);\n            clone.style.display = 'none';\n            this.$el.appendChild(clone);\n            var info = getTransitionInfo(clone);\n            this.$el.removeChild(clone);\n            return (this._hasMove = info.hasTransform);\n        }\n    }\n};\nfunction callPendingCbs(c) {\n    /* istanbul ignore if */\n    if (c.elm._moveCb) {\n        c.elm._moveCb();\n    }\n    /* istanbul ignore if */\n    if (c.elm._enterCb) {\n        c.elm._enterCb();\n    }\n}\nfunction recordPosition(c) {\n    c.data.newPos = c.elm.getBoundingClientRect();\n}\nfunction applyTranslation(c) {\n    var oldPos = c.data.pos;\n    var newPos = c.data.newPos;\n    var dx = oldPos.left - newPos.left;\n    var dy = oldPos.top - newPos.top;\n    if (dx || dy) {\n        c.data.moved = true;\n        var s = c.elm.style;\n        s.transform = s.WebkitTransform = \"translate(\".concat(dx, \"px,\").concat(dy, \"px)\");\n        s.transitionDuration = '0s';\n    }\n}\n\nvar platformComponents = {\n    Transition: Transition,\n    TransitionGroup: TransitionGroup\n};\n\n// install platform specific utils\nVue.config.mustUseProp = mustUseProp;\nVue.config.isReservedTag = isReservedTag;\nVue.config.isReservedAttr = isReservedAttr;\nVue.config.getTagNamespace = getTagNamespace;\nVue.config.isUnknownElement = isUnknownElement;\n// install platform runtime directives & components\nextend(Vue.options.directives, platformDirectives);\nextend(Vue.options.components, platformComponents);\n// install platform patch function\nVue.prototype.__patch__ = inBrowser ? patch : noop;\n// public mount method\nVue.prototype.$mount = function (el, hydrating) {\n    el = el && inBrowser ? query(el) : undefined;\n    return mountComponent(this, el, hydrating);\n};\n// devtools global hook\n/* istanbul ignore next */\nif (inBrowser) {\n    setTimeout(function () {\n        if (config.devtools) {\n            if (devtools) {\n                devtools.emit('init', Vue);\n            }\n            else if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test') {\n                // @ts-expect-error\n                console[console.info ? 'info' : 'log']('Download the Vue Devtools extension for a better development experience:\\n' +\n                    'https://github.com/vuejs/vue-devtools');\n            }\n        }\n        if (process.env.NODE_ENV !== 'production' &&\n            process.env.NODE_ENV !== 'test' &&\n            config.productionTip !== false &&\n            typeof console !== 'undefined') {\n            // @ts-expect-error\n            console[console.info ? 'info' : 'log'](\"You are running Vue in development mode.\\n\" +\n                \"Make sure to turn on production mode when deploying for production.\\n\" +\n                \"See more tips at https://vuejs.org/guide/deployment.html\");\n        }\n    }, 0);\n}\n\nexport { EffectScope, computed, customRef, Vue as default, defineAsyncComponent, defineComponent, del, effectScope, getCurrentInstance, getCurrentScope, h, inject, isProxy, isReactive, isReadonly, isRef, isShallow, markRaw, mergeDefaults, nextTick, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onScopeDispose, onServerPrefetch, onUnmounted, onUpdated, provide, proxyRefs, reactive, readonly, ref$1 as ref, set, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, useAttrs, useCssModule, useCssVars, useListeners, useSlots, version, watch, watchEffect, watchPostEffect, watchSyncEffect };\n"],"names":["normalizeComponent","scriptExports","render","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","options","_compiled","functional","_scopeId","context","this","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","call","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","concat","exports","isCallable","tryToString","$TypeError","TypeError","module","argument","isObject","$String","String","toIndexedObject","toAbsoluteIndex","lengthOfArrayLike","createMethod","IS_INCLUDES","$this","el","fromIndex","value","O","length","index","includes","indexOf","DESCRIPTORS","isArray","getOwnPropertyDescriptor","Object","SILENT_ON_NON_WRITABLE_LENGTH_SET","undefined","defineProperty","writable","error","uncurryThis","slice","toString","stringSlice","it","hasOwn","ownKeys","getOwnPropertyDescriptorModule","definePropertyModule","target","source","exceptions","keys","f","i","key","createPropertyDescriptor","object","bitmap","enumerable","configurable","makeBuiltIn","defineGlobalProperty","simple","name","global","unsafe","nonConfigurable","nonWritable","P","fails","get","documentAll","document","all","IS_HTMLDDA","EXISTS","createElement","MAX_SAFE_INTEGER","Bun","version","userAgent","test","classof","process","navigator","match","Deno","versions","v8","split","createNonEnumerableProperty","defineBuiltIn","copyConstructorProperties","isForced","FORCED","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","prototype","dontCallGetSet","forced","sham","exec","NATIVE_BIND","FunctionPrototype","Function","apply","Reflect","bind","arguments","aCallable","fn","that","hasOwnProperty","getDescriptor","PROPER","CONFIGURABLE","classofRaw","uncurryThisWithBind","aFunction","namespace","method","isNullOrUndefined","V","func","check","Math","globalThis","window","self","g","toObject","getBuiltIn","a","$Object","propertyIsEnumerable","store","functionToString","inspectSource","set","has","NATIVE_WEAK_MAP","shared","sharedKey","hiddenKeys","OBJECT_ALREADY_INITIALIZED","WeakMap","enforce","getterFor","TYPE","state","type","metadata","facade","STATE","Array","$documentAll","replacement","feature","detection","data","normalize","POLYFILL","NATIVE","string","replace","toLowerCase","isPrototypeOf","USE_SYMBOL_AS_UID","$Symbol","toLength","obj","CONFIGURABLE_FUNCTION_NAME","InternalStateModule","enforceInternalState","getInternalState","join","CONFIGURABLE_LENGTH","TEMPLATE","getter","setter","arity","constructor","ceil","floor","trunc","x","n","IE8_DOM_DEFINE","V8_PROTOTYPE_DEFINE_BUG","anObject","toPropertyKey","$defineProperty","$getOwnPropertyDescriptor","ENUMERABLE","WRITABLE","Attributes","current","propertyIsEnumerableModule","internalObjectKeys","enumBugKeys","getOwnPropertyNames","getOwnPropertySymbols","push","names","result","$propertyIsEnumerable","NASHORN_BUG","input","pref","val","valueOf","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","ENGINE_IS_BUN","USER_AGENT","arraySlice","validateArgumentsLength","WRAP","scheduler","hasTimeArg","firstParamIndex","handler","timeout","boundArgs","params","callback","uid","SHARED","IS_PURE","mode","copyright","license","V8_VERSION","symbol","Symbol","$location","defer","channel","port","html","IS_IOS","IS_NODE","setImmediate","clear","clearImmediate","Dispatch","MessageChannel","counter","queue","ONREADYSTATECHANGE","location","run","id","runner","eventListener","event","globalPostMessageDefer","postMessage","protocol","host","args","nextTick","now","port2","port1","onmessage","addEventListener","importScripts","appendChild","removeChild","setTimeout","toIntegerOrInfinity","max","min","integer","IndexedObject","requireObjectCoercible","number","isSymbol","getMethod","ordinaryToPrimitive","wellKnownSymbol","TO_PRIMITIVE","exoticToPrim","toPrimitive","postfix","random","NATIVE_SYMBOL","iterator","passed","required","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","$","setArrayLength","doesNotExceedSafeInteger","INCORRECT_TO_LENGTH","properErrorOnNonWritableLength","proto","item","len","argCount","deletePropertyOrThrow","INCORRECT_RESULT","unshift","k","to","j","setTask","schedulersFix","extend","b","encodeReserveRE","encodeReserveReplacer","c","charCodeAt","commaRE","encode","str","encodeURIComponent","decode","decodeURIComponent","err","resolveQuery","query","extraQuery","_parseQuery","parsedQuery","parse","parseQuery","e","map","castQueryParamValue","res","trim","forEach","param","parts","shift","stringifyQuery","val2","filter","trailingSlashRE","createRoute","record","redirectedFrom","router","clone","route","meta","path","hash","fullPath","getFullPath","matched","formatMatch","freeze","START","ref","_stringifyQuery","stringify","isSameRoute","onlyPath","isObjectEqual","aKeys","sort","bKeys","every","aVal","bKey","bVal","isIncludedRoute","queryIncludes","handleRouteEntered","instances","instance","cbs","enteredCbs","i$1","_isBeingDestroyed","View","props","default","_","children","routerView","$createElement","$route","cache","_routerViewCache","depth","inactive","_routerRoot","vnodeData","keepAlive","_directInactive","_inactive","$parent","routerViewDepth","cachedData","cachedComponent","component","configProps","fillPropsinData","components","registerRouteInstance","vm","prepatch","vnode","componentInstance","init","propsToPass","resolveProps","attrs","config","resolvePath","relative","base","append","firstChar","charAt","stack","pop","segments","segment","parsePath","hashIndex","queryIndex","cleanPath","isarray","arr","pathToRegexp_1","pathToRegexp","parse_1","compile_1","compile","tokensToFunction_1","tokensToFunction","tokensToRegExp_1","tokensToRegExp","PATH_REGEXP","RegExp","tokens","defaultDelimiter","delimiter","m","escaped","offset","next","prefix","capture","group","modifier","asterisk","partial","repeat","optional","pattern","escapeGroup","escapeString","substr","encodeURIComponentPretty","encodeURI","toUpperCase","encodeAsterisk","matches","flags","opts","pretty","token","JSON","attachKeys","re","sensitive","regexpToRegexp","groups","arrayToRegexp","regexp","stringToRegexp","strict","end","endsWithDelimiter","regexpCompileCache","create","fillParams","routeMsg","filler","pathMatch","normalizeLocation","raw","_normalized","params$1","rawPath","parsedPath","basePath","_Vue","toTypes","eventTypes","noop","Link","tag","custom","Boolean","exact","exactPath","activeClass","exactActiveClass","ariaCurrentValue","this$1$1","$router","resolve","href","classes","globalActiveClass","linkActiveClass","globalExactActiveClass","linkExactActiveClass","activeClassFallback","exactActiveClassFallback","compareTarget","guardEvent","on","click","class","scopedSlot","$scopedSlots","$hasNormal","navigate","isActive","isExactActive","findAnchor","$slots","isStatic","aData","handler$1","event$1","aAttrs","metaKey","altKey","ctrlKey","shiftKey","defaultPrevented","button","currentTarget","getAttribute","preventDefault","child","install","Vue","installed","isDef","v","registerInstance","callVal","_parentVnode","mixin","_router","util","defineReactive","history","destroyed","_route","strats","optionMergeStrategies","beforeRouteEnter","beforeRouteLeave","beforeRouteUpdate","created","inBrowser","createRouteMap","routes","oldPathList","oldPathMap","oldNameMap","parentRoute","pathList","pathMap","nameMap","addRouteRecord","l","splice","matchAs","pathToRegexpOptions","normalizedPath","normalizePath","caseSensitive","regex","compileRouteRegex","alias","redirect","beforeEnter","childMatchAs","aliases","aliasRoute","createMatcher","addRoutes","addRoute","parentOrRoute","getRoutes","currentRoute","_createRoute","paramNames","record$1","matchRoute","originalRedirect","resolveRecordPath","resolvedPath","aliasedPath","aliasedMatch","aliasedRecord","Time","performance","Date","genStateKey","toFixed","_key","getStateKey","setStateKey","positionStore","setupScroll","scrollRestoration","protocolAndPath","absolutePath","stateCopy","replaceState","handlePopState","removeEventListener","handleScroll","from","isPop","app","behavior","scrollBehavior","$nextTick","position","getScrollPosition","shouldScroll","then","scrollToPosition","catch","saveScrollPosition","pageXOffset","y","pageYOffset","getElementPosition","docEl","documentElement","docRect","getBoundingClientRect","elRect","left","top","isValidPosition","isNumber","normalizePosition","normalizeOffset","hashStartsWithNumberRE","selector","getElementById","querySelector","style","scrollTo","supportsPushState","ua","pushState","url","NavigationFailureType","redirected","aborted","cancelled","duplicated","createNavigationRedirectedError","createRouterError","stringifyRoute","createNavigationDuplicatedError","createNavigationCancelledError","createNavigationAbortedError","message","Error","_isRouter","propertiesToLog","isError","isNavigationFailure","errorType","runQueue","cb","step","resolveAsyncComponents","hasAsync","pending","flatMapComponents","def","cid","once","resolvedDef","isESModule","resolved","reject","reason","msg","comp","flatten","hasSymbol","toStringTag","__esModule","called","History","normalizeBase","ready","readyCbs","readyErrorCbs","errorCbs","listeners","baseEl","resolveQueue","updated","activated","deactivated","extractGuards","records","reverse","guards","guard","extractGuard","extractLeaveGuards","bindGuard","extractUpdateHooks","extractEnterGuards","bindEnterGuard","listen","onReady","errorCb","onError","transitionTo","onComplete","onAbort","prev","confirmTransition","updateRoute","ensureURL","afterHooks","abort","console","lastRouteIndex","lastCurrentIndex","beforeHooks","enterGuards","resolveHooks","setupListeners","teardown","cleanupListener","HTML5History","_startLocation","getLocation","__proto__","expectScroll","supportsScroll","handleRoutingEvent","go","fromRoute","getCurrentLocation","pathname","pathLowerCase","baseLowerCase","search","HashHistory","fallback","checkFallback","ensureSlash","getHash","replaceHash","eventType","pushHash","getUrl","AbstractHistory","targetIndex","VueRouter","apps","matcher","prototypeAccessors","$once","handleInitialScroll","routeOrError","beforeEach","registerHook","beforeResolve","afterEach","Promise","back","forward","getMatchedComponents","createHref","normalizedTo","defineProperties","VueRouter$1","list","START_LOCATION","use","emptyObject","isUndef","isTrue","isFalse","isPrimitive","isFunction","_toString","isPlainObject","isRegExp","isValidArrayIndex","parseFloat","isFinite","isPromise","toNumber","isNaN","makeMap","expectsLowerCase","isReservedAttribute","remove$2","cached","hit","camelizeRE","camelize","capitalize","hyphenateRE","hyphenate","polyfillBind","ctx","boundFn","_length","nativeBind","toArray","start","ret","_from","no","identity","looseEqual","isObjectA","isObjectB","isArrayA","isArrayB","getTime","keysA","keysB","looseIndexOf","hasChanged","SSR_ATTR","ASSET_TYPES","LIFECYCLE_HOOKS","silent","productionTip","devtools","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","async","_lifecycleHooks","unicodeRegExp","isReserved","bailRE","hasProto","UA","isIE","isIE9","isEdge","isIOS","_isServer","isFF","nativeWatch","watch","supportsPassive","isServerRendering","env","VUE_ENV","__VUE_DEVTOOLS_GLOBAL_HOOK__","isNative","Ctor","_Set","Set","currentInstance","setCurrentInstance","_scope","off","VNode","text","elm","componentOptions","asyncFactory","ns","fnContext","fnOptions","fnScopeId","isRootInsert","isComment","isCloned","isOnce","asyncMeta","isAsyncPlaceholder","createEmptyVNode","node","createTextVNode","cloneVNode","cloned","uid$2","pendingCleanupDeps","cleanupDeps","dep","subs","s","_pending","Dep","addSub","sub","removeSub","depend","info","addDep","notify","update","targetStack","pushTarget","popTarget","arrayProto","arrayMethods","methodsToPatch","original","_i","inserted","ob","__ob__","observeArray","arrayKeys","NO_INIITIAL_VALUE","shouldObserve","toggleObserving","mockDep","Observer","shallow","mock","vmCount","observe","ssrMockReactivity","isExtensible","__v_skip","isRef","customSetter","property","childOb","dependArray","newVal","isReadonly","_isVue","del","shallowReactive","makeReactive","__v_isReadonly","r","__v_isRef","proxyWithRefUnwrap","oldValue","WATCHER","activeEffectScope","EffectScope","detached","active","effects","cleanups","scopes","currentEffectScope","stop","fromParent","last","recordEffectScope","effect","scope","resolveProvided","_provided","parentProvides","normalizeEvent","passive","createFnInvoker","fns","invoker","invokeWithErrorHandling","updateListeners","oldOn","remove","createOnceHandler","cur","old","mergeVNodeHook","hookKey","oldHook","wrappedHook","merged","extractPropsFromVNodeData","propOptions","checkProp","preserve","simpleNormalizeChildren","normalizeChildren","normalizeArrayChildren","isTextNode","nestedIndex","lastIndex","_isVList","renderList","done","renderSlot","fallbackRender","bindObject","nodes","scopedSlotFn","slot","resolveFilter","resolveAsset","isKeyNotMatch","expect","actual","checkKeyCodes","eventKeyCode","builtInKeyCode","eventKeyName","builtInKeyName","mappedKeyCode","bindObjectProps","asProp","isSync","_loop_1","domProps","camelizedKey","hyphenatedKey","$event","renderStatic","isInFor","_staticTrees","tree","_renderProxy","_c","markStatic","markOnce","markStaticNode","bindObjectListeners","ours","resolveScopedSlots","hasDynamicKeys","contentHashKey","$stable","proxy","$key","bindDynamicKeys","baseObj","values","prependModifier","installRenderHelpers","_o","_n","_s","_l","_t","_q","_m","_f","_k","_b","_v","_e","_u","_g","_d","_p","resolveSlots","slots","name_1","name_2","isWhitespace","normalizeScopedSlots","ownerVm","scopedSlots","normalSlots","prevScopedSlots","hasNormalSlots","isStable","key_1","normalizeScopedSlot","key_2","proxyNormalSlot","normalized","initSetup","setup","_setupContext","createSetupContext","setupResult","_props","_setupState","__sfc","_setupProxy","_attrsProxy","syncSetupProxy","$attrs","_listenersProxy","$listeners","initSlotsProxy","emit","$emit","expose","exposed","changed","defineProxyAttr","_slotsProxy","syncSetupSlots","initRender","_vnode","parentVnode","renderContext","_renderChildren","d","createElement$1","parentData","_parentListeners","currentRenderingInstance","renderMixin","_render","_a","_isMounted","handleError","ensureCtor","createAsyncPlaceholder","factory","resolveAsyncComponent","baseCtor","errorComp","owner","owners","loading","loadingComp","owners_1","sync_1","timerLoading_1","timerTimeout_1","$on","forceRender_1","renderCompleted","$forceUpdate","clearTimeout","reject_1","res_1","delay","getFirstComponentChild","SIMPLE_NORMALIZE","ALWAYS_NORMALIZE","normalizationType","alwaysNormalize","_createElement","is","pre","createComponent","applyNS","registerDeepBindings","force","traverse","hooks","errorCaptured","globalHandleError","_handled","logError","timerFunc","isUsingMicroTask","callbacks","flushCallbacks","copies","p_1","MutationObserver","counter_1","observer","textNode_1","createTextNode","characterData","_resolve","createLifeCycle","hookName","injectHook","mergeLifecycleHook","seenObjects","_traverse","seen","isA","isFrozen","depId","target$1","uid$1","Watcher","expOrFn","isRenderWatcher","_vm","_watcher","deep","user","lazy","sync","before","post","dirty","deps","newDeps","depIds","newDepIds","expression","tmp","queueWatcher","evaluate","onStop","initEvents","_events","_hasHookEvent","updateComponentListeners","add$1","remove$1","$off","createOnceHandler$1","_target","onceHandler","oldListeners","eventsMixin","hookRE","i_1","activeInstance","setActiveInstance","prevActiveInstance","initLifecycle","abstract","$children","$refs","_isDestroyed","lifecycleMixin","_update","hydrating","prevEl","$el","prevVnode","restoreActiveInstance","__patch__","__vue__","wrapper","$destroy","callHook$1","_data","mountComponent","updateComponent","watcherOptions","preWatchers","_preWatchers","updateChildComponent","propsData","renderChildren","newScopedSlots","oldScopedSlots","hasDynamicScopedSlot","needsForceUpdate","prevVNode","prevListeners","propKeys","_propKeys","validateProp","isInInactiveTree","activateChildComponent","direct","deactivateChildComponent","setContext","handlers","activatedChildren","waiting","flushing","resetSchedulerState","currentFlushTimestamp","getNow","performance_1","createEvent","timeStamp","sortCompareFn","flushSchedulerQueue","watcher","activatedQueue","updatedQueue","callActivatedHooks","callUpdatedHooks","queueActivatedComponent","noRecurse","initProvide","provideOption","provide","provided","initInjections","resolveInject","inject","provideKey","provideDefault","FunctionalRenderContext","contextVm","_this","_original","isCompiled","needNormalization","injections","createFunctionalComponent","mergeProps","cloneAndMarkFunctionalResult","vnodes","getComponentName","__name","_componentTag","componentVNodeHooks","mountedNode","createComponentInstanceForVnode","$mount","oldVnode","insert","destroy","hooksToMerge","_base","resolveConstructorOptions","model","transformModel","nativeOn","installComponentHooks","_isComponent","inlineTemplate","toMerge","_merged","mergeHook","f1","f2","prop","warn","mergeData","recursive","toVal","fromVal","mergeDataOrFn","parentVal","childVal","instanceData","defaultData","dedupeHooks","mergeAssets","parent_1","methods","computed","defaultStrat","normalizeProps","normalizeInject","normalizeDirectives$1","dirs","directives","mergeOptions","extends","mixins","mergeField","strat","warnMissing","assets","camelizedId","PascalCaseId","absent","booleanIndex","getTypeIndex","stringIndex","getPropDefaultValue","prevShouldObserve","getType","functionTypeCheckRE","isSameType","expectedTypes","sharedPropertyDefinition","sourceKey","initState","initProps$1","initMethods","initData","initComputed$1","initWatch","propsOptions","isRoot","getData","computedWatcherOptions","watchers","_computedWatchers","isSSR","userDef","defineComputed","shouldCache","createComputedGetter","createGetterInvoker","createWatcher","$watch","stateMixin","dataDef","propsDef","$set","$delete","immediate","initMixin$1","_init","_uid","initInternalComponent","_self","vnodeComponentOptions","super","superOptions","cachedSuperOptions","modifiedOptions","resolveModifiedOptions","extendOptions","modified","latest","sealed","sealedOptions","initUse","plugin","installedPlugins","_installedPlugins","initMixin","initExtend","Super","SuperId","cachedCtors","_Ctor","Sub","initProps","initComputed","Comp","initAssetRegisters","definition","_getComponentName","pruneCache","keepAliveInstance","entry","pruneCacheEntry","patternTypes","KeepAlive","include","exclude","Number","cacheVNode","vnodeToCache","keyToCache","parseInt","mounted","builtInComponents","initGlobalAPI","configDef","delete","observable","acceptValue","attr","isEnumeratedAttr","isValidContentEditableValue","convertEnumeratedValue","isFalsyAttrValue","isBooleanAttr","xlinkNS","isXlink","getXlinkProp","genClassForVnode","parentNode","childNode","mergeClassData","renderClass","staticClass","dynamicClass","stringifyClass","stringifyArray","stringifyObject","stringified","namespaceMap","svg","math","isHTMLTag","isSVG","unknownElementCache","HTMLUnknownElement","HTMLElement","isTextInputType","selected","tagName","multiple","setAttribute","createElementNS","createComment","insertBefore","newNode","referenceNode","nextSibling","setTextContent","textContent","setStyleScope","nodeOps","registerRef","isRemoval","refValue","$refsValue","isFor","refInFor","_isString","_isRef","refs","setSetupRef","emptyNode","sameVnode","sameInputType","typeA","typeB","createKeyToOldIdx","beginIdx","endIdx","createPatchFunction","backend","modules","emptyNodeAt","createRmCb","childElm","removeNode","createElm","insertedVnodeQueue","parentElm","refElm","nested","ownerArray","setScope","createChildren","invokeCreateHooks","isReactivated","initComponent","reactivateComponent","pendingInsert","isPatchable","innerNode","transition","activate","i_2","ancestor","addVnodes","startIdx","invokeDestroyHook","removeVnodes","ch","removeAndInvokeRemoveHook","rm","i_3","updateChildren","oldCh","newCh","removeOnly","oldKeyToIdx","idxInOld","vnodeToMove","oldStartIdx","newStartIdx","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","canMove","patchVnode","findIdxInOld","i_5","hydrate","postpatch","invokeInsertHook","initial","i_6","isRenderedModule","inVPre","hasChildNodes","innerHTML","childrenMatch","firstChild","i_7","fullInvoke","isInitialPatch","isRealElement","nodeType","hasAttribute","removeAttribute","oldElm","_leaveCb","patchable","i_8","i_9","insert_1","i_10","updateDirectives","oldDir","dir","isCreate","isDestroy","oldDirs","normalizeDirectives","newDirs","dirsWithInsert","dirsWithPostpatch","oldArg","arg","callHook","componentUpdated","callInsert","emptyModifiers","modifiers","getRawDirName","setupDef","rawName","baseModules","updateAttrs","inheritAttrs","oldAttrs","_v_attr_proxy","setAttr","removeAttributeNS","isInPre","baseSetAttr","setAttributeNS","__ieph","blocker_1","stopImmediatePropagation","updateClass","oldData","cls","transitionClass","_transitionClasses","_prevClass","klass","RANGE_TOKEN","CHECKBOX_RADIO_TOKEN","normalizeEvents","event_1","change","useMicrotaskFix","attachedTimestamp_1","original_1","_wrapper","ownerDocument","updateDOMListeners","svgContainer","events","updateDOMProps","oldProps","childNodes","_value","strCur","shouldUpdateValue","checkVal","composing","isNotInFocusAndDirty","isDirtyWithModifiers","notInFocus","activeElement","_vModifiers","parseStyleText","cssText","listDelimiter","propertyDelimiter","normalizeStyleData","normalizeStyleBinding","staticStyle","bindingStyle","getStyle","checkChild","styleData","emptyStyle","cssVarRE","importantRE","setProp","setProperty","normalizedName","vendorNames","capName","updateStyle","oldStaticStyle","oldStyleBinding","normalizedStyle","oldStyle","newStyle","whitespaceRE","addClass","classList","removeClass","tar","resolveTransition","css","autoCssTransition","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","hasTransition","TRANSITION","ANIMATION","transitionProp","transitionEndEvent","animationProp","animationEndEvent","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","raf","requestAnimationFrame","nextFrame","addTransitionClass","transitionClasses","removeTransitionClass","whenTransitionEnds","expectedType","getTransitionInfo","propCount","ended","onEnd","transformRE","styles","getComputedStyle","transitionDelays","transitionDurations","transitionTimeout","getTimeout","animationDelays","animationDurations","animationTimeout","hasTransform","delays","durations","toMs","enter","toggleDisplay","_enterCb","appearClass","appearToClass","appearActiveClass","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","duration","transitionNode","isAppear","startClass","toClass","beforeEnterHook","enterHook","afterEnterHook","enterCancelledHook","explicitEnterDuration","expectsCSS","userWantsControl","getHookArgumentsLength","show","pendingNode","isValidDuration","leave","beforeLeave","afterLeave","leaveCancelled","delayLeave","explicitLeaveDuration","performLeave","invokerFns","_enter","platformModules","patch","vmodel","trigger","directive","binding","_vOptions","setSelected","getValue","onCompositionStart","onCompositionEnd","prevOptions_1","curOptions_1","some","o","needReset","hasNoMatchingOption","actuallySetSelected","isMultiple","option","selectedIndex","initEvent","dispatchEvent","locateNode","originalDisplay","__vOriginalDisplay","display","unbind","platformDirectives","transitionProps","getRealChild","compOptions","extractTransitionData","placeholder","rawChild","hasParentTransition","isSameChild","oldChild","isNotTextNode","isVShowDirective","Transition","_leaving","oldRawChild","delayedLeave_1","moveClass","TransitionGroup","beforeMount","kept","prevChildren","rawChildren","transitionData","removed","pos","hasMove","callPendingCbs","recordPosition","applyTranslation","_reflow","body","offsetHeight","moved","el_1","transform","WebkitTransform","transitionDuration","_moveCb","propertyName","_hasMove","cloneNode","newPos","oldPos","dx","dy","platformComponents"],"sourceRoot":""}
\ No newline at end of file
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000000000000000000000000000000000000..055bf006c14ef58b99e26d95f4ca4076e9a4b095
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Single Page Apps for GitHub Pages</title>
+    <script type="text/javascript">
+      // Single Page Apps for GitHub Pages
+      // MIT License
+      // https://github.com/rafgraph/spa-github-pages
+      // This script takes the current url and converts the path and query
+      // string into just a query string, and then redirects the browser
+      // to the new url with only a query string and hash fragment,
+      // e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
+      // https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
+      // Note: this 404.html file must be at least 512 bytes for it to work
+      // with Internet Explorer (it is currently > 512 bytes)
+
+      // If you're creating a Project Pages site and NOT using a custom domain,
+      // then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
+      // This way the code will only replace the route part of the path, and not
+      // the real directory in which the app resides, for example:
+      // https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
+      // https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
+      // Otherwise, leave pathSegmentsToKeep as 0.
+      var pathSegmentsToKeep = 1;
+
+      var l = window.location;
+      l.replace(
+        l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
+        l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
+        l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
+        (l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
+        l.hash
+      );
+
+    </script>
+  </head>
+  <body>
+  </body>
+</html>
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 7d59387d189714583ea9e809ae7169a5b10ea15b..05903a7e309c6d3b40ae763490f0cff14ad706dd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -12,6 +12,32 @@
     <noscript>
       <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
     </noscript>
+    
+     <!-- Start Single Page Apps for GitHub Pages -->
+     <script type="text/javascript">
+      // Single Page Apps for GitHub Pages
+      // MIT License
+      // https://github.com/rafgraph/spa-github-pages
+      // This script checks to see if a redirect is present in the query string,
+      // converts it back into the correct url and adds it to the
+      // browser's history using window.history.replaceState(...),
+      // which won't cause the browser to attempt to load the new url.
+      // When the single page app is loaded further down in this file,
+      // the correct url will be waiting in the browser's history for
+      // the single page app to route accordingly.
+      (function(l) {
+        if (l.search[1] === '/' ) {
+          var decoded = l.search.slice(1).split('&').map(function(s) { 
+            return s.replace(/~and~/g, '&')
+          }).join('?');
+          window.history.replaceState(null, null,
+              l.pathname.slice(0, -1) + decoded + l.hash
+          );
+        }
+      }(window.location))
+    </script>
+    <!-- End Single Page Apps for GitHub Pages -->
+
     <div id="app"></div>
     <!-- built files will be auto injected -->
   </body>
diff --git a/src/components/FooterComponent.vue b/src/components/FooterComponent.vue
index f9dfdef3f999674e6a2d7b81a78be246a726df66..62b0e2ade1199dad11a5f3d5d8be32b191b5f7df 100644
--- a/src/components/FooterComponent.vue
+++ b/src/components/FooterComponent.vue
@@ -49,11 +49,11 @@
       </div>
 
       <p class="text-black mt-[70px] mb-[21px] text-sm leading-4 text-center">
-        <router-link to="/terms-of-service" class="text-blue-line"
+        <router-link :to="`${$publicPath}terms-of-service`" class="text-blue-line"
           >Terms of Service </router-link
         >
         <span class="font-gilroy font-normal">and</span>
-        <router-link to="/privacy-policy" class="text-blue-line"
+        <router-link :to="`${$publicPath}privacy-policy`" class="text-blue-line"
           > Privacy Policy</router-link
         >.
       </p>
diff --git a/src/components/HeaderComponent.vue b/src/components/HeaderComponent.vue
index c3919dc17fa0aacdc2a21322508b5e380b6d1375..8bf436af7519af7e75f1bacbdb8466d01bd71d50 100644
--- a/src/components/HeaderComponent.vue
+++ b/src/components/HeaderComponent.vue
@@ -9,14 +9,14 @@
       :class="textWhite ? 'text-white' : 'text-dark'"
     >
       <div class="flex-auto basis-[28.57%] h-[46px] flex justify-center">
-        <router-link to="/">
+        <router-link :to="$publicPath">
           <LogoSvg :class="textWhite ? 'text-white' : 'text-blue'"></LogoSvg>
         </router-link>
       </div>
 
       <nav class="flex justify-around flex-auto basis-[42.86%] text-xl">
         <router-link
-          to="/"
+          :to="$publicPath"
           class="transition-colors"
           :class="[
             currentPage === 'home' ? 'font-bold' : '',
@@ -25,7 +25,7 @@
           >Home</router-link
         >
         <router-link
-          to="/services"
+        :to="`${$publicPath}services`"
           class="transition-colors"
           :class="[
             currentPage === 'services' ? 'font-bold' : '',
@@ -34,7 +34,7 @@
           >Services</router-link
         >
         <router-link
-          to="/home"
+          :to="`${$publicPath}`"
           class="transition-colors"
           :class="[
             currentPage === 'about us' ? 'font-bold' : '',
@@ -43,7 +43,7 @@
           >About us</router-link
         >
         <router-link
-          to="/home"
+          :to="`${$publicPath}`"
           class="transition-colors"
           :class="[
             currentPage === 'team' ? 'font-bold' : '',
@@ -52,7 +52,7 @@
           >Team</router-link
         >
         <router-link
-          to="/home"
+          :to="`${$publicPath}`"
           class="transition-colors"
           :class="[
             currentPage === 'contact' ? 'font-bold' : '',
@@ -61,7 +61,7 @@
           >Contact</router-link
         >
         <router-link
-          to="/blogs"
+          :to="`${$publicPath}blogs`"
           class="transition-colors"
           :class="[
             currentPage === 'blog' ? 'font-bold' : '',
@@ -85,7 +85,7 @@
       class="flex justify-between items-center mx-[7%] py-3.5 text-white"
     >
     <div class="h-[46px] flex justify-center">
-        <router-link to="/">
+        <router-link :to="$publicPath">
           <LogoSvg :class="textWhite ? 'text-white' : 'text-blue'"></LogoSvg>
         </router-link>
       </div>
@@ -102,7 +102,7 @@
           <nav class="text-xl text-black">
             <div>
               <router-link
-                to="/"
+                :to="$publicPath"
                 class="flex justify-between items-center gap-3"
               >
                 <span
@@ -116,7 +116,7 @@
 
             <div class="mt-2">
               <router-link
-                to="/services"
+                :to="`${$publicPath}services`"
                 class="flex justify-between items-center gap-3"
               >
                 <span
@@ -172,7 +172,7 @@
 
             <div class="mt-2">
               <router-link
-                to="/blogs"
+                :to="`${$publicPath}blogs`"
                 class="flex justify-between items-center gap-3"
               >
                 <span
@@ -185,13 +185,13 @@
             </div>
 
             <div class="mt-2">
-              <router-link
-                to="#"
+              <button
                 class="flex justify-between items-center gap-3"
+                @click="scrollToContacts"
               >
                 <span class="w-24">Book an online</span>
                 <RightArrow class="w-[7px] h-3 inline"></RightArrow>
-              </router-link>
+              </button>
             </div>
           </nav>
         </div>
diff --git a/src/components/ServiceCard.vue b/src/components/ServiceCard.vue
index 8da7f3a9ce2e7e1d6403c278208203496bd4a7a6..73c22bc5c69766d9d0f0089097af6e07ea57422b 100644
--- a/src/components/ServiceCard.vue
+++ b/src/components/ServiceCard.vue
@@ -5,7 +5,7 @@
     <p class="font-medium text-xl">
       <img
         class="inline mr-4 w-[42px] h-[42px]"
-        :src="`/img/services/${data.image}`"
+        :src="`${$publicPath}img/services/${data.image}`"
         alt=""
       />{{ data.name }}
     </p>
@@ -19,7 +19,7 @@
         class="mt-5 first:mt-0"
       >
         <router-link
-          :to="{ path: '/services', query: { service: data.service, category:index }}"
+          :to="{ path: `${$publicPath}services`, query: { service: data.service, category:index }}"
           class="flex justify-between items-center gap-3 text-base leading-[19px]"
         >
           <span class="w-56">{{ category.name }}</span>
diff --git a/src/components/TeamMember.vue b/src/components/TeamMember.vue
index 39b97741f0aea6dc07412a01196d61c5b6424aa5..545927b639a1e7abe459e134653a50109ad0e64c 100644
--- a/src/components/TeamMember.vue
+++ b/src/components/TeamMember.vue
@@ -2,7 +2,7 @@
   <article class="w-[342px]">
     <img
       class="w-[193px] h-[193px] mx-auto"
-      :src="`/img/team/${data.image}`"
+      :src="`${$publicPath}img/team/${data.image}`"
       alt=""
     />
     <p class="text-center mt-6 text-dark font-bold text-lg">
diff --git a/src/components/mixins/BlogsMixin.vue b/src/components/mixins/BlogsMixin.vue
index b28aa8e7b40adf4d81bd2abd74adbeef369c4ff4..b96575aeb1f8c48b7141fc2231697b9e80cce58e 100644
--- a/src/components/mixins/BlogsMixin.vue
+++ b/src/components/mixins/BlogsMixin.vue
@@ -1,4 +1,6 @@
+<!-- eslint-disable no-undef -->
 <script>
+let $publicPath = process.env.BASE_URL;
 export default {
   data: function () {
     return {
@@ -7,12 +9,12 @@ export default {
           id: 1,
           title: "Thinking about an investment property in Portugal.",
           date: "Jun 12, 2022",
-          image: "/img/blogs/blog1.png",
+          image: `${$publicPath}img/blogs/blog1.png`,
           content: `
           House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
-<br><img class="my-6 mx-auto" src="/img/blogs/blog1_1.png" alt=""/><br>
+<br><img class="my-6 mx-auto" src="${$publicPath}img/blogs/blog1_1.png" alt=""/><br>
 House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
@@ -22,12 +24,12 @@ Thinking about an investment property in Portugal? Our dedicated team assists in
           id: 2,
           title: "Thinking about an investment property in Portugal.",
           date: "Jun 12, 2022",
-          image: "/img/blogs/blog2.png",
+          image: `${$publicPath}img/blogs/blog2.png`,
           content: `
           House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
-<br><img class="my-6 mx-auto" src="/img/blogs/blog1_1.png" alt=""/><br>
+<br><img class="my-6 mx-auto" src="${$publicPath}img/blogs/blog1_1.png" alt=""/><br>
 House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
@@ -37,12 +39,12 @@ Thinking about an investment property in Portugal? Our dedicated team assists in
           id: 3,
           title: "Thinking about an investment property in Portugal.",
           date: "Jun 12, 2022",
-          image: "/img/blogs/blog3.png",
+          image: `${$publicPath}img/blogs/blog3.png`,
           content: `
           House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
-<br><img class="my-6 mx-auto" src="/img/blogs/blog1_1.png" alt=""/><br>
+<br><img class="my-6 mx-auto" src="${$publicPath}img/blogs/blog1_1.png" alt=""/><br>
 House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
@@ -52,12 +54,12 @@ Thinking about an investment property in Portugal? Our dedicated team assists in
           id: 4,
           title: "Thinking about an investment property in Portugal.",
           date: "Jun 12, 2022",
-          image: "/img/blogs/blog4.png",
+          image: `${$publicPath}img/blogs/blog4.png`,
           content: `
           House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
-<br><img class="my-6 mx-auto" src="/img/blogs/blog1_1.png" alt=""/><br>
+<br><img class="my-6 mx-auto" src="${$publicPath}img/blogs/blog1_1.png" alt=""/><br>
 House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
@@ -67,12 +69,12 @@ Thinking about an investment property in Portugal? Our dedicated team assists in
           id: 5,
           title: "Thinking about an investment property in Portugal.",
           date: "Jun 12, 2022",
-          image: "/img/blogs/blog5.png",
+          image: `${$publicPath}img/blogs/blog5.png`,
           content: `
           House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
-<img class="my-6 mx-auto" src="/img/blogs/blog1_1.png" alt=""/>
+<img class="my-6 mx-auto" src="${$publicPath}img/blogs/blog1_1.png" alt=""/>
 House prices in Lisbon, Cascais and other selected areas of Portigal have grown annually in double digits over the last five years. Nevertheless, Lisbon is still Western Europe’s second cheapest capital city. This has led to exceptional returns from investments in tourism, residential, commercial and agriculture. Our network can offer you access to a wide array of proprietary opportunities.<br><br>
 For existing investments, our management team will handle the daily tasks, including monitoring, producing investment reports, financial updates and attending shareholder meetings<br><br>
 Thinking about an investment property in Portugal? Our dedicated team assists in the many duties of property management which extend to addressing issues with short term properties (airbnb and alojamento local sites), long term rental agreements, utility contracts and attending condominium meetings. If any problem pops up, our team is ready to assist you as they work closely with reliable suppliers
diff --git a/src/main.js b/src/main.js
index f35a4eb5b0cd1f4d204bc5ce188b816804c1eb47..f9cde87777fb263153f43370b26219eb9894c4e0 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,10 +1,12 @@
 import Vue from 'vue'
 import App from './App.vue'
-import '../dist/output.css'
+import '../src/output.css'
 import router from './plugins/router'
 
 Vue.config.productionTip = false
 
+Vue.prototype.$publicPath = process.env.BASE_URL
+
 new Vue({
   router,
   render: h => h(App),
diff --git a/src/output.css b/src/output.css
new file mode 100644
index 0000000000000000000000000000000000000000..2ffd26053dafc1a44b46d782128173506d3cc0c4
--- /dev/null
+++ b/src/output.css
@@ -0,0 +1,1940 @@
+/*
+! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
+*/
+
+/*
+1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
+2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
+*/
+
+*,
+::before,
+::after {
+  box-sizing: border-box;
+  /* 1 */
+  border-width: 0;
+  /* 2 */
+  border-style: solid;
+  /* 2 */
+  border-color: #F9FBFF;
+  /* 2 */
+}
+
+::before,
+::after {
+  --tw-content: '';
+}
+
+/*
+1. Use a consistent sensible line-height in all browsers.
+2. Prevent adjustments of font size after orientation changes in iOS.
+3. Use a more readable tab size.
+4. Use the user's configured `sans` font-family by default.
+5. Use the user's configured `sans` font-feature-settings by default.
+*/
+
+html {
+  line-height: 1.5;
+  /* 1 */
+  -webkit-text-size-adjust: 100%;
+  /* 2 */
+  -moz-tab-size: 4;
+  /* 3 */
+  -o-tab-size: 4;
+     tab-size: 4;
+  /* 3 */
+  font-family: Futura, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+  /* 4 */
+  font-feature-settings: normal;
+  /* 5 */
+}
+
+/*
+1. Remove the margin in all browsers.
+2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
+*/
+
+body {
+  margin: 0;
+  /* 1 */
+  line-height: inherit;
+  /* 2 */
+}
+
+/*
+1. Add the correct height in Firefox.
+2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
+3. Ensure horizontal rules are visible by default.
+*/
+
+hr {
+  height: 0;
+  /* 1 */
+  color: inherit;
+  /* 2 */
+  border-top-width: 1px;
+  /* 3 */
+}
+
+/*
+Add the correct text decoration in Chrome, Edge, and Safari.
+*/
+
+abbr:where([title]) {
+  -webkit-text-decoration: underline dotted;
+          text-decoration: underline dotted;
+}
+
+/*
+Remove the default font size and weight for headings.
+*/
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+  font-size: inherit;
+  font-weight: inherit;
+}
+
+/*
+Reset links to optimize for opt-in styling instead of opt-out.
+*/
+
+a {
+  color: inherit;
+  text-decoration: inherit;
+}
+
+/*
+Add the correct font weight in Edge and Safari.
+*/
+
+b,
+strong {
+  font-weight: bolder;
+}
+
+/*
+1. Use the user's configured `mono` font family by default.
+2. Correct the odd `em` font sizing in all browsers.
+*/
+
+code,
+kbd,
+samp,
+pre {
+  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+  /* 1 */
+  font-size: 1em;
+  /* 2 */
+}
+
+/*
+Add the correct font size in all browsers.
+*/
+
+small {
+  font-size: 80%;
+}
+
+/*
+Prevent `sub` and `sup` elements from affecting the line height in all browsers.
+*/
+
+sub,
+sup {
+  font-size: 75%;
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
+}
+
+sub {
+  bottom: -0.25em;
+}
+
+sup {
+  top: -0.5em;
+}
+
+/*
+1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
+2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
+3. Remove gaps between table borders by default.
+*/
+
+table {
+  text-indent: 0;
+  /* 1 */
+  border-color: inherit;
+  /* 2 */
+  border-collapse: collapse;
+  /* 3 */
+}
+
+/*
+1. Change the font styles in all browsers.
+2. Remove the margin in Firefox and Safari.
+3. Remove default padding in all browsers.
+*/
+
+button,
+input,
+optgroup,
+select,
+textarea {
+  font-family: inherit;
+  /* 1 */
+  font-size: 100%;
+  /* 1 */
+  font-weight: inherit;
+  /* 1 */
+  line-height: inherit;
+  /* 1 */
+  color: inherit;
+  /* 1 */
+  margin: 0;
+  /* 2 */
+  padding: 0;
+  /* 3 */
+}
+
+/*
+Remove the inheritance of text transform in Edge and Firefox.
+*/
+
+button,
+select {
+  text-transform: none;
+}
+
+/*
+1. Correct the inability to style clickable types in iOS and Safari.
+2. Remove default button styles.
+*/
+
+button,
+[type='button'],
+[type='reset'],
+[type='submit'] {
+  -webkit-appearance: button;
+  /* 1 */
+  background-color: transparent;
+  /* 2 */
+  background-image: none;
+  /* 2 */
+}
+
+/*
+Use the modern Firefox focus style for all focusable elements.
+*/
+
+:-moz-focusring {
+  outline: auto;
+}
+
+/*
+Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
+*/
+
+:-moz-ui-invalid {
+  box-shadow: none;
+}
+
+/*
+Add the correct vertical alignment in Chrome and Firefox.
+*/
+
+progress {
+  vertical-align: baseline;
+}
+
+/*
+Correct the cursor style of increment and decrement buttons in Safari.
+*/
+
+::-webkit-inner-spin-button,
+::-webkit-outer-spin-button {
+  height: auto;
+}
+
+/*
+1. Correct the odd appearance in Chrome and Safari.
+2. Correct the outline style in Safari.
+*/
+
+[type='search'] {
+  -webkit-appearance: textfield;
+  /* 1 */
+  outline-offset: -2px;
+  /* 2 */
+}
+
+/*
+Remove the inner padding in Chrome and Safari on macOS.
+*/
+
+::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+
+/*
+1. Correct the inability to style clickable types in iOS and Safari.
+2. Change font properties to `inherit` in Safari.
+*/
+
+::-webkit-file-upload-button {
+  -webkit-appearance: button;
+  /* 1 */
+  font: inherit;
+  /* 2 */
+}
+
+/*
+Add the correct display in Chrome and Safari.
+*/
+
+summary {
+  display: list-item;
+}
+
+/*
+Removes the default spacing and border for appropriate elements.
+*/
+
+blockquote,
+dl,
+dd,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+hr,
+figure,
+p,
+pre {
+  margin: 0;
+}
+
+fieldset {
+  margin: 0;
+  padding: 0;
+}
+
+legend {
+  padding: 0;
+}
+
+ol,
+ul,
+menu {
+  list-style: none;
+  margin: 0;
+  padding: 0;
+}
+
+/*
+Prevent resizing textareas horizontally by default.
+*/
+
+textarea {
+  resize: vertical;
+}
+
+/*
+1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
+2. Set the default placeholder color to the user's configured gray 400 color.
+*/
+
+input::-moz-placeholder, textarea::-moz-placeholder {
+  opacity: 1;
+  /* 1 */
+  color: #7A7A7A;
+  /* 2 */
+}
+
+input::placeholder,
+textarea::placeholder {
+  opacity: 1;
+  /* 1 */
+  color: #7A7A7A;
+  /* 2 */
+}
+
+/*
+Set the default cursor for buttons.
+*/
+
+button,
+[role="button"] {
+  cursor: pointer;
+}
+
+/*
+Make sure disabled buttons don't get the pointer cursor.
+*/
+
+:disabled {
+  cursor: default;
+}
+
+/*
+1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
+2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
+   This can trigger a poorly considered lint error in some tools but is included by design.
+*/
+
+img,
+svg,
+video,
+canvas,
+audio,
+iframe,
+embed,
+object {
+  display: block;
+  /* 1 */
+  vertical-align: middle;
+  /* 2 */
+}
+
+/*
+Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
+*/
+
+img,
+video {
+  max-width: 100%;
+  height: auto;
+}
+
+/* Make elements with the HTML hidden attribute stay hidden by default */
+
+[hidden] {
+  display: none;
+}
+
+*, ::before, ::after {
+  --tw-border-spacing-x: 0;
+  --tw-border-spacing-y: 0;
+  --tw-translate-x: 0;
+  --tw-translate-y: 0;
+  --tw-rotate: 0;
+  --tw-skew-x: 0;
+  --tw-skew-y: 0;
+  --tw-scale-x: 1;
+  --tw-scale-y: 1;
+  --tw-pan-x:  ;
+  --tw-pan-y:  ;
+  --tw-pinch-zoom:  ;
+  --tw-scroll-snap-strictness: proximity;
+  --tw-ordinal:  ;
+  --tw-slashed-zero:  ;
+  --tw-numeric-figure:  ;
+  --tw-numeric-spacing:  ;
+  --tw-numeric-fraction:  ;
+  --tw-ring-inset:  ;
+  --tw-ring-offset-width: 0px;
+  --tw-ring-offset-color: #fff;
+  --tw-ring-color: rgb(59 130 246 / 0.5);
+  --tw-ring-offset-shadow: 0 0 #0000;
+  --tw-ring-shadow: 0 0 #0000;
+  --tw-shadow: 0 0 #0000;
+  --tw-shadow-colored: 0 0 #0000;
+  --tw-blur:  ;
+  --tw-brightness:  ;
+  --tw-contrast:  ;
+  --tw-grayscale:  ;
+  --tw-hue-rotate:  ;
+  --tw-invert:  ;
+  --tw-saturate:  ;
+  --tw-sepia:  ;
+  --tw-drop-shadow:  ;
+  --tw-backdrop-blur:  ;
+  --tw-backdrop-brightness:  ;
+  --tw-backdrop-contrast:  ;
+  --tw-backdrop-grayscale:  ;
+  --tw-backdrop-hue-rotate:  ;
+  --tw-backdrop-invert:  ;
+  --tw-backdrop-opacity:  ;
+  --tw-backdrop-saturate:  ;
+  --tw-backdrop-sepia:  ;
+}
+
+::backdrop {
+  --tw-border-spacing-x: 0;
+  --tw-border-spacing-y: 0;
+  --tw-translate-x: 0;
+  --tw-translate-y: 0;
+  --tw-rotate: 0;
+  --tw-skew-x: 0;
+  --tw-skew-y: 0;
+  --tw-scale-x: 1;
+  --tw-scale-y: 1;
+  --tw-pan-x:  ;
+  --tw-pan-y:  ;
+  --tw-pinch-zoom:  ;
+  --tw-scroll-snap-strictness: proximity;
+  --tw-ordinal:  ;
+  --tw-slashed-zero:  ;
+  --tw-numeric-figure:  ;
+  --tw-numeric-spacing:  ;
+  --tw-numeric-fraction:  ;
+  --tw-ring-inset:  ;
+  --tw-ring-offset-width: 0px;
+  --tw-ring-offset-color: #fff;
+  --tw-ring-color: rgb(59 130 246 / 0.5);
+  --tw-ring-offset-shadow: 0 0 #0000;
+  --tw-ring-shadow: 0 0 #0000;
+  --tw-shadow: 0 0 #0000;
+  --tw-shadow-colored: 0 0 #0000;
+  --tw-blur:  ;
+  --tw-brightness:  ;
+  --tw-contrast:  ;
+  --tw-grayscale:  ;
+  --tw-hue-rotate:  ;
+  --tw-invert:  ;
+  --tw-saturate:  ;
+  --tw-sepia:  ;
+  --tw-drop-shadow:  ;
+  --tw-backdrop-blur:  ;
+  --tw-backdrop-brightness:  ;
+  --tw-backdrop-contrast:  ;
+  --tw-backdrop-grayscale:  ;
+  --tw-backdrop-hue-rotate:  ;
+  --tw-backdrop-invert:  ;
+  --tw-backdrop-opacity:  ;
+  --tw-backdrop-saturate:  ;
+  --tw-backdrop-sepia:  ;
+}
+
+.absolute {
+  position: absolute;
+}
+
+.relative {
+  position: relative;
+}
+
+.sticky {
+  position: sticky;
+}
+
+.-bottom-\[136px\] {
+  bottom: -136px;
+}
+
+.-bottom-\[153px\] {
+  bottom: -153px;
+}
+
+.-left-\[151px\] {
+  left: -151px;
+}
+
+.-left-\[35px\] {
+  left: -35px;
+}
+
+.-left-\[373px\] {
+  left: -373px;
+}
+
+.-left-\[72px\] {
+  left: -72px;
+}
+
+.-left-\[87px\] {
+  left: -87px;
+}
+
+.-left-\[91px\] {
+  left: -91px;
+}
+
+.-right-\[133px\] {
+  right: -133px;
+}
+
+.-right-\[373px\] {
+  right: -373px;
+}
+
+.-right-\[65px\] {
+  right: -65px;
+}
+
+.-right-\[82px\] {
+  right: -82px;
+}
+
+.-top-3 {
+  top: -0.75rem;
+}
+
+.-top-7 {
+  top: -1.75rem;
+}
+
+.-top-\[120px\] {
+  top: -120px;
+}
+
+.-top-\[134px\] {
+  top: -134px;
+}
+
+.-top-\[25px\] {
+  top: -25px;
+}
+
+.-top-\[27px\] {
+  top: -27px;
+}
+
+.-top-\[47px\] {
+  top: -47px;
+}
+
+.-top-\[51px\] {
+  top: -51px;
+}
+
+.-top-\[6px\] {
+  top: -6px;
+}
+
+.left-0 {
+  left: 0px;
+}
+
+.right-0 {
+  right: 0px;
+}
+
+.right-4 {
+  right: 1rem;
+}
+
+.top-0 {
+  top: 0px;
+}
+
+.top-6 {
+  top: 1.5rem;
+}
+
+.top-\[42\%\] {
+  top: 42%;
+}
+
+.top-\[50\%\] {
+  top: 50%;
+}
+
+.z-0 {
+  z-index: 0;
+}
+
+.z-10 {
+  z-index: 10;
+}
+
+.z-20 {
+  z-index: 20;
+}
+
+.z-30 {
+  z-index: 30;
+}
+
+.mx-\[7\%\] {
+  margin-left: 7%;
+  margin-right: 7%;
+}
+
+.mx-auto {
+  margin-left: auto;
+  margin-right: auto;
+}
+
+.my-6 {
+  margin-top: 1.5rem;
+  margin-bottom: 1.5rem;
+}
+
+.mb-2 {
+  margin-bottom: 0.5rem;
+}
+
+.mb-4 {
+  margin-bottom: 1rem;
+}
+
+.mb-5 {
+  margin-bottom: 1.25rem;
+}
+
+.mb-9 {
+  margin-bottom: 2.25rem;
+}
+
+.mb-\[21px\] {
+  margin-bottom: 21px;
+}
+
+.mb-\[53px\] {
+  margin-bottom: 53px;
+}
+
+.ml-10 {
+  margin-left: 2.5rem;
+}
+
+.ml-3 {
+  margin-left: 0.75rem;
+}
+
+.ml-5 {
+  margin-left: 1.25rem;
+}
+
+.ml-\[-3px\] {
+  margin-left: -3px;
+}
+
+.ml-\[7\%\] {
+  margin-left: 7%;
+}
+
+.mr-1 {
+  margin-right: 0.25rem;
+}
+
+.mr-2 {
+  margin-right: 0.5rem;
+}
+
+.mr-3 {
+  margin-right: 0.75rem;
+}
+
+.mr-4 {
+  margin-right: 1rem;
+}
+
+.mr-9 {
+  margin-right: 2.25rem;
+}
+
+.mr-\[10px\] {
+  margin-right: 10px;
+}
+
+.mr-\[15px\] {
+  margin-right: 15px;
+}
+
+.mt-10 {
+  margin-top: 2.5rem;
+}
+
+.mt-11 {
+  margin-top: 2.75rem;
+}
+
+.mt-12 {
+  margin-top: 3rem;
+}
+
+.mt-16 {
+  margin-top: 4rem;
+}
+
+.mt-2 {
+  margin-top: 0.5rem;
+}
+
+.mt-3 {
+  margin-top: 0.75rem;
+}
+
+.mt-32 {
+  margin-top: 8rem;
+}
+
+.mt-4 {
+  margin-top: 1rem;
+}
+
+.mt-5 {
+  margin-top: 1.25rem;
+}
+
+.mt-6 {
+  margin-top: 1.5rem;
+}
+
+.mt-7 {
+  margin-top: 1.75rem;
+}
+
+.mt-8 {
+  margin-top: 2rem;
+}
+
+.mt-9 {
+  margin-top: 2.25rem;
+}
+
+.mt-\[-80px\] {
+  margin-top: -80px;
+}
+
+.mt-\[100px\] {
+  margin-top: 100px;
+}
+
+.mt-\[10px\] {
+  margin-top: 10px;
+}
+
+.mt-\[11px\] {
+  margin-top: 11px;
+}
+
+.mt-\[14px\] {
+  margin-top: 14px;
+}
+
+.mt-\[19px\] {
+  margin-top: 19px;
+}
+
+.mt-\[24px\] {
+  margin-top: 24px;
+}
+
+.mt-\[29px\] {
+  margin-top: 29px;
+}
+
+.mt-\[30px\] {
+  margin-top: 30px;
+}
+
+.mt-\[32px\] {
+  margin-top: 32px;
+}
+
+.mt-\[43px\] {
+  margin-top: 43px;
+}
+
+.mt-\[46px\] {
+  margin-top: 46px;
+}
+
+.mt-\[63px\] {
+  margin-top: 63px;
+}
+
+.mt-\[70px\] {
+  margin-top: 70px;
+}
+
+.mt-\[71px\] {
+  margin-top: 71px;
+}
+
+.mt-\[83px\] {
+  margin-top: 83px;
+}
+
+.mt-\[84px\] {
+  margin-top: 84px;
+}
+
+.mt-\[87px\] {
+  margin-top: 87px;
+}
+
+.mt-\[92px\] {
+  margin-top: 92px;
+}
+
+.mt-\[9px\] {
+  margin-top: 9px;
+}
+
+.inline {
+  display: inline;
+}
+
+.flex {
+  display: flex;
+}
+
+.grid {
+  display: grid;
+}
+
+.hidden {
+  display: none;
+}
+
+.h-10 {
+  height: 2.5rem;
+}
+
+.h-3 {
+  height: 0.75rem;
+}
+
+.h-36 {
+  height: 9rem;
+}
+
+.h-5 {
+  height: 1.25rem;
+}
+
+.h-6 {
+  height: 1.5rem;
+}
+
+.h-\[190px\] {
+  height: 190px;
+}
+
+.h-\[193px\] {
+  height: 193px;
+}
+
+.h-\[207px\] {
+  height: 207px;
+}
+
+.h-\[238px\] {
+  height: 238px;
+}
+
+.h-\[255px\] {
+  height: 255px;
+}
+
+.h-\[306px\] {
+  height: 306px;
+}
+
+.h-\[380px\] {
+  height: 380px;
+}
+
+.h-\[42px\] {
+  height: 42px;
+}
+
+.h-\[46px\] {
+  height: 46px;
+}
+
+.h-\[51px\] {
+  height: 51px;
+}
+
+.h-\[700px\] {
+  height: 700px;
+}
+
+.h-full {
+  height: 100%;
+}
+
+.h-max {
+  height: -moz-max-content;
+  height: max-content;
+}
+
+.h-min {
+  height: -moz-min-content;
+  height: min-content;
+}
+
+.max-h-40 {
+  max-height: 10rem;
+}
+
+.min-h-screen {
+  min-height: 100vh;
+}
+
+.w-10 {
+  width: 2.5rem;
+}
+
+.w-24 {
+  width: 6rem;
+}
+
+.w-32 {
+  width: 8rem;
+}
+
+.w-5 {
+  width: 1.25rem;
+}
+
+.w-56 {
+  width: 14rem;
+}
+
+.w-6 {
+  width: 1.5rem;
+}
+
+.w-\[160px\] {
+  width: 160px;
+}
+
+.w-\[190px\] {
+  width: 190px;
+}
+
+.w-\[193px\] {
+  width: 193px;
+}
+
+.w-\[200px\] {
+  width: 200px;
+}
+
+.w-\[225px\] {
+  width: 225px;
+}
+
+.w-\[230px\] {
+  width: 230px;
+}
+
+.w-\[238px\] {
+  width: 238px;
+}
+
+.w-\[255px\] {
+  width: 255px;
+}
+
+.w-\[270px\] {
+  width: 270px;
+}
+
+.w-\[290px\] {
+  width: 290px;
+}
+
+.w-\[306px\] {
+  width: 306px;
+}
+
+.w-\[342px\] {
+  width: 342px;
+}
+
+.w-\[380px\] {
+  width: 380px;
+}
+
+.w-\[42px\] {
+  width: 42px;
+}
+
+.w-\[51px\] {
+  width: 51px;
+}
+
+.w-\[66\%\] {
+  width: 66%;
+}
+
+.w-\[7px\] {
+  width: 7px;
+}
+
+.w-\[85\.4\%\] {
+  width: 85.4%;
+}
+
+.w-\[92\.5\%\] {
+  width: 92.5%;
+}
+
+.w-auto {
+  width: auto;
+}
+
+.w-fit {
+  width: -moz-fit-content;
+  width: fit-content;
+}
+
+.w-full {
+  width: 100%;
+}
+
+.w-max {
+  width: -moz-max-content;
+  width: max-content;
+}
+
+.w-min {
+  width: -moz-min-content;
+  width: min-content;
+}
+
+.max-w-\[385px\] {
+  max-width: 385px;
+}
+
+.max-w-\[434px\] {
+  max-width: 434px;
+}
+
+.max-w-lg {
+  max-width: 32rem;
+}
+
+.flex-auto {
+  flex: 1 1 auto;
+}
+
+.basis-\[28\.57\%\] {
+  flex-basis: 28.57%;
+}
+
+.basis-\[42\.86\%\] {
+  flex-basis: 42.86%;
+}
+
+.-translate-x-\[3px\] {
+  --tw-translate-x: -3px;
+  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
+}
+
+.-translate-x-\[91\%\] {
+  --tw-translate-x: -91%;
+  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
+}
+
+.-translate-x-\[93\%\] {
+  --tw-translate-x: -93%;
+  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
+}
+
+.cursor-pointer {
+  cursor: pointer;
+}
+
+.resize {
+  resize: both;
+}
+
+.list-disc {
+  list-style-type: disc;
+}
+
+.grid-cols-1 {
+  grid-template-columns: repeat(1, minmax(0, 1fr));
+}
+
+.flex-col-reverse {
+  flex-direction: column-reverse;
+}
+
+.items-center {
+  align-items: center;
+}
+
+.justify-center {
+  justify-content: center;
+}
+
+.justify-between {
+  justify-content: space-between;
+}
+
+.justify-around {
+  justify-content: space-around;
+}
+
+.gap-10 {
+  gap: 2.5rem;
+}
+
+.gap-3 {
+  gap: 0.75rem;
+}
+
+.gap-8 {
+  gap: 2rem;
+}
+
+.gap-\[31px\] {
+  gap: 31px;
+}
+
+.gap-\[38px\] {
+  gap: 38px;
+}
+
+.gap-\[5px\] {
+  gap: 5px;
+}
+
+.gap-x-10 {
+  -moz-column-gap: 2.5rem;
+       column-gap: 2.5rem;
+}
+
+.gap-x-\[41px\] {
+  -moz-column-gap: 41px;
+       column-gap: 41px;
+}
+
+.gap-x-\[90px\] {
+  -moz-column-gap: 90px;
+       column-gap: 90px;
+}
+
+.gap-y-16 {
+  row-gap: 4rem;
+}
+
+.gap-y-\[20px\] {
+  row-gap: 20px;
+}
+
+.overflow-hidden {
+  overflow: hidden;
+}
+
+.overflow-y-auto {
+  overflow-y: auto;
+}
+
+.rounded {
+  border-radius: 0.25rem;
+}
+
+.rounded-2xl {
+  border-radius: 1rem;
+}
+
+.rounded-\[11px\] {
+  border-radius: 11px;
+}
+
+.rounded-\[190px\] {
+  border-radius: 190px;
+}
+
+.rounded-lg {
+  border-radius: 0.5rem;
+}
+
+.rounded-b-lg {
+  border-bottom-right-radius: 0.5rem;
+  border-bottom-left-radius: 0.5rem;
+}
+
+.bg-blue {
+  --tw-bg-opacity: 1;
+  background-color: rgb(41 103 240 / var(--tw-bg-opacity));
+}
+
+.bg-blue-200 {
+  --tw-bg-opacity: 1;
+  background-color: rgb(219 235 255 / var(--tw-bg-opacity));
+}
+
+.bg-blue-400 {
+  --tw-bg-opacity: 1;
+  background-color: rgb(48 96 201 / var(--tw-bg-opacity));
+}
+
+.bg-blue-question {
+  background-color: rgba(41, 103, 240, 0.8);
+}
+
+.bg-dark-400 {
+  background-color: rgba(0, 0, 0, 0.4);
+}
+
+.bg-gray-200 {
+  --tw-bg-opacity: 1;
+  background-color: rgb(249 251 255 / var(--tw-bg-opacity));
+}
+
+.bg-gray-300 {
+  background-color: rgb(0 0 0 / 35%);
+}
+
+.bg-gray-bg {
+  --tw-bg-opacity: 1;
+  background-color: rgb(242 246 255 / var(--tw-bg-opacity));
+}
+
+.bg-white {
+  --tw-bg-opacity: 1;
+  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
+}
+
+.bg-\[url\(\'\.\.\/public\/img\/404\.png\'\)\] {
+  background-image: url('../public/img/404.png');
+}
+
+.bg-\[url\(\'\.\.\/public\/img\/home-bg-2\.png\'\)\] {
+  background-image: url('../public/img/home-bg-2.png');
+}
+
+.bg-\[url\(\'\.\.\/public\/img\/home-header\.jfif\'\)\] {
+  background-image: url('../public/img/home-header.jfif');
+}
+
+.bg-\[url\(\'\.\.\/public\/img\/services\/question\.png\'\)\] {
+  background-image: url('../public/img/services/question.png');
+}
+
+.bg-cover {
+  background-size: cover;
+}
+
+.bg-center {
+  background-position: center;
+}
+
+.bg-no-repeat {
+  background-repeat: no-repeat;
+}
+
+.p-2 {
+  padding: 0.5rem;
+}
+
+.p-4 {
+  padding: 1rem;
+}
+
+.px-10 {
+  padding-left: 2.5rem;
+  padding-right: 2.5rem;
+}
+
+.px-4 {
+  padding-left: 1rem;
+  padding-right: 1rem;
+}
+
+.px-5 {
+  padding-left: 1.25rem;
+  padding-right: 1.25rem;
+}
+
+.px-6 {
+  padding-left: 1.5rem;
+  padding-right: 1.5rem;
+}
+
+.px-\[42px\] {
+  padding-left: 42px;
+  padding-right: 42px;
+}
+
+.px-\[49px\] {
+  padding-left: 49px;
+  padding-right: 49px;
+}
+
+.px-\[6\.7\%\] {
+  padding-left: 6.7%;
+  padding-right: 6.7%;
+}
+
+.py-3 {
+  padding-top: 0.75rem;
+  padding-bottom: 0.75rem;
+}
+
+.py-3\.5 {
+  padding-top: 0.875rem;
+  padding-bottom: 0.875rem;
+}
+
+.py-4 {
+  padding-top: 1rem;
+  padding-bottom: 1rem;
+}
+
+.py-5 {
+  padding-top: 1.25rem;
+  padding-bottom: 1.25rem;
+}
+
+.py-7 {
+  padding-top: 1.75rem;
+  padding-bottom: 1.75rem;
+}
+
+.py-\[10px\] {
+  padding-top: 10px;
+  padding-bottom: 10px;
+}
+
+.py-\[14px\] {
+  padding-top: 14px;
+  padding-bottom: 14px;
+}
+
+.py-\[26px\] {
+  padding-top: 26px;
+  padding-bottom: 26px;
+}
+
+.py-\[9px\] {
+  padding-top: 9px;
+  padding-bottom: 9px;
+}
+
+.pb-8 {
+  padding-bottom: 2rem;
+}
+
+.pl-5 {
+  padding-left: 1.25rem;
+}
+
+.pl-8 {
+  padding-left: 2rem;
+}
+
+.pl-\[6\.7\%\] {
+  padding-left: 6.7%;
+}
+
+.pr-7 {
+  padding-right: 1.75rem;
+}
+
+.pr-\[15px\] {
+  padding-right: 15px;
+}
+
+.pr-\[8\.6\%\] {
+  padding-right: 8.6%;
+}
+
+.pt-20 {
+  padding-top: 5rem;
+}
+
+.pt-5 {
+  padding-top: 1.25rem;
+}
+
+.pt-\[19px\] {
+  padding-top: 19px;
+}
+
+.text-center {
+  text-align: center;
+}
+
+.font-gilroy {
+  font-family: Gilroy-Regular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+}
+
+.text-2xl {
+  font-size: 1.5rem;
+  line-height: 2rem;
+}
+
+.text-5xl {
+  font-size: 3rem;
+  line-height: 1;
+}
+
+.text-\[0\.938rem\] {
+  font-size: 0.938rem;
+}
+
+.text-\[1\.25rem\] {
+  font-size: 1.25rem;
+}
+
+.text-\[15px\] {
+  font-size: 15px;
+}
+
+.text-\[2rem\] {
+  font-size: 2rem;
+}
+
+.text-\[3\.375rem\] {
+  font-size: 3.375rem;
+}
+
+.text-\[54px\] {
+  font-size: 54px;
+}
+
+.text-base {
+  font-size: 1rem;
+  line-height: 1.5rem;
+}
+
+.text-lg {
+  font-size: 1.125rem;
+  line-height: 1.75rem;
+}
+
+.text-sm {
+  font-size: 0.875rem;
+  line-height: 1.25rem;
+}
+
+.text-xl {
+  font-size: 1.25rem;
+  line-height: 1.75rem;
+}
+
+.text-xs {
+  font-size: 0.75rem;
+  line-height: 1rem;
+}
+
+.font-bold {
+  font-weight: 700;
+}
+
+.font-light {
+  font-weight: 300;
+}
+
+.font-medium {
+  font-weight: 500;
+}
+
+.font-normal {
+  font-weight: 400;
+}
+
+.font-semibold {
+  font-weight: 600;
+}
+
+.capitalize {
+  text-transform: capitalize;
+}
+
+.italic {
+  font-style: italic;
+}
+
+.leading-4 {
+  line-height: 1rem;
+}
+
+.leading-5 {
+  line-height: 1.25rem;
+}
+
+.leading-6 {
+  line-height: 1.5rem;
+}
+
+.leading-7 {
+  line-height: 1.75rem;
+}
+
+.leading-\[1\.32rem\] {
+  line-height: 1.32rem;
+}
+
+.leading-\[1\.625rem\] {
+  line-height: 1.625rem;
+}
+
+.leading-\[1\.66rem\] {
+  line-height: 1.66rem;
+}
+
+.leading-\[1\.813rem\] {
+  line-height: 1.813rem;
+}
+
+.leading-\[17px\] {
+  line-height: 17px;
+}
+
+.leading-\[18px\] {
+  line-height: 18px;
+}
+
+.leading-\[19px\] {
+  line-height: 19px;
+}
+
+.leading-\[2\.375rem\] {
+  line-height: 2.375rem;
+}
+
+.leading-\[2\.625rem\] {
+  line-height: 2.625rem;
+}
+
+.leading-\[3\.32\.rem\] {
+  line-height: 3.32.rem;
+}
+
+.leading-\[4\.5rem\] {
+  line-height: 4.5rem;
+}
+
+.leading-\[42px\] {
+  line-height: 42px;
+}
+
+.text-black {
+  --tw-text-opacity: 1;
+  color: rgb(0 0 0 / var(--tw-text-opacity));
+}
+
+.text-blue {
+  --tw-text-opacity: 1;
+  color: rgb(41 103 240 / var(--tw-text-opacity));
+}
+
+.text-blue-300 {
+  --tw-text-opacity: 1;
+  color: rgb(163 171 244 / var(--tw-text-opacity));
+}
+
+.text-blue-line {
+  --tw-text-opacity: 1;
+  color: rgb(73 80 237 / var(--tw-text-opacity));
+}
+
+.text-blue-text {
+  --tw-text-opacity: 1;
+  color: rgb(15 56 180 / var(--tw-text-opacity));
+}
+
+.text-dark {
+  --tw-text-opacity: 1;
+  color: rgb(15 15 16 / var(--tw-text-opacity));
+}
+
+.text-gray {
+  --tw-text-opacity: 1;
+  color: rgb(117 117 117 / var(--tw-text-opacity));
+}
+
+.text-gray-400 {
+  --tw-text-opacity: 1;
+  color: rgb(122 122 122 / var(--tw-text-opacity));
+}
+
+.text-gray-600 {
+  --tw-text-opacity: 1;
+  color: rgb(69 73 83 / var(--tw-text-opacity));
+}
+
+.text-gray-bg {
+  --tw-text-opacity: 1;
+  color: rgb(242 246 255 / var(--tw-text-opacity));
+}
+
+.text-gray-text {
+  --tw-text-opacity: 1;
+  color: rgb(179 179 179 / var(--tw-text-opacity));
+}
+
+.text-white {
+  --tw-text-opacity: 1;
+  color: rgb(255 255 255 / var(--tw-text-opacity));
+}
+
+.bg-blend-multiply {
+  background-blend-mode: multiply;
+}
+
+.shadow-14x28 {
+  --tw-shadow: 0 14px 28px rgba(203, 203, 203, 0.25);
+  --tw-shadow-colored: 0 14px 28px var(--tw-shadow-color);
+  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+}
+
+.shadow-1x28 {
+  --tw-shadow: 0 -1px 28px rgba(203, 203, 203, 0.25);
+  --tw-shadow-colored: 0 -1px 28px var(--tw-shadow-color);
+  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+}
+
+.shadow-3x28 {
+  --tw-shadow: 0 3px 28px rgba(203, 203, 203, 0.25);
+  --tw-shadow-colored: 0 3px 28px var(--tw-shadow-color);
+  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+}
+
+.shadow-4x10 {
+  --tw-shadow: 0 3.7px 10.2px rgba(0, 0, 0, 0.10);
+  --tw-shadow-colored: 0 3.7px 10.2px var(--tw-shadow-color);
+  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+}
+
+.blur-\[170px\] {
+  --tw-blur: blur(170px);
+  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+}
+
+.blur-\[58px\] {
+  --tw-blur: blur(58px);
+  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+}
+
+.transition-all {
+  transition-property: all;
+  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
+  transition-duration: 150ms;
+}
+
+.transition-colors {
+  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
+  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
+  transition-duration: 150ms;
+}
+
+@font-face {
+  font-family: 'Futura';
+
+  src: url('../public/fonts/FuturaBT-Light.eot');
+
+  src: url('../public/fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
+        url('../public/fonts/FuturaBT-Light.woff2') format('woff2'),
+        url('../public/fonts/FuturaBT-Light.woff') format('woff'),
+        url('../public/fonts/FuturaBT-Light.ttf') format('truetype'),
+        url('../public/fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
+
+  font-weight: 300;
+
+  font-style: normal;
+
+  font-display: swap;
+}
+
+@font-face {
+  font-family: 'Futura';
+
+  src: url('../public/fonts/FuturaBT-Heavy.eot');
+
+  src: url('../public/fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
+        url('../public/fonts/FuturaBT-Heavy.woff2') format('woff2'),
+        url('../public/fonts/FuturaBT-Heavy.woff') format('woff'),
+        url('../public/fonts/FuturaBT-Heavy.ttf') format('truetype'),
+        url('../public/fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
+
+  font-weight: 500;
+
+  font-style: normal;
+
+  font-display: swap;
+}
+
+@font-face {
+  font-family: 'Futura';
+
+  src: url('../public/fonts/FuturaBT-Medium.eot');
+
+  src: url('../public/fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
+        url('../public/fonts/FuturaBT-Medium.woff2') format('woff2'),
+        url('../public/fonts/FuturaBT-Medium.woff') format('woff'),
+        url('../public/fonts/FuturaBT-Medium.ttf') format('truetype'),
+        url('../public/fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
+
+  font-weight: normal;
+
+  font-style: normal;
+
+  font-display: swap;
+}
+
+@font-face {
+  font-family: 'Futura';
+
+  src: url('../public/fonts/Futura-Bold.eot');
+
+  src: url('../public/fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
+        url('../public/fonts/Futura-Bold.woff2') format('woff2'),
+        url('../public/fonts/Futura-Bold.woff') format('woff'),
+        url('../public/fonts/Futura-Bold.ttf') format('truetype'),
+        url('../public/fonts/Futura-Bold.svg#Futura-Bold') format('svg');
+
+  font-weight: bold;
+
+  font-style: normal;
+
+  font-display: swap;
+}
+
+.first\:mt-0:first-child {
+  margin-top: 0px;
+}
+
+.hover\:bg-blue:hover {
+  --tw-bg-opacity: 1;
+  background-color: rgb(41 103 240 / var(--tw-bg-opacity));
+}
+
+.hover\:bg-blue-200:hover {
+  --tw-bg-opacity: 1;
+  background-color: rgb(219 235 255 / var(--tw-bg-opacity));
+}
+
+.hover\:bg-blue-700:hover {
+  --tw-bg-opacity: 1;
+  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
+}
+
+.hover\:text-blue-text:hover {
+  --tw-text-opacity: 1;
+  color: rgb(15 56 180 / var(--tw-text-opacity));
+}
+
+.hover\:text-gray:hover {
+  --tw-text-opacity: 1;
+  color: rgb(117 117 117 / var(--tw-text-opacity));
+}
+
+.hover\:text-gray-600:hover {
+  --tw-text-opacity: 1;
+  color: rgb(69 73 83 / var(--tw-text-opacity));
+}
+
+.hover\:text-gray-bg:hover {
+  --tw-text-opacity: 1;
+  color: rgb(242 246 255 / var(--tw-text-opacity));
+}
+
+.hover\:text-white:hover {
+  --tw-text-opacity: 1;
+  color: rgb(255 255 255 / var(--tw-text-opacity));
+}
+
+.group:hover .group-hover\:text-white {
+  --tw-text-opacity: 1;
+  color: rgb(255 255 255 / var(--tw-text-opacity));
+}
+
+@media (min-width: 500px) {
+  .min-\[500px\]\:ml-24 {
+    margin-left: 6rem;
+  }
+}
+
+@media (min-width: 640px) {
+  .sm\:absolute {
+    position: absolute;
+  }
+
+  .sm\:mb-\[89px\] {
+    margin-bottom: 89px;
+  }
+
+  .sm\:ml-0 {
+    margin-left: 0px;
+  }
+
+  .sm\:mt-20 {
+    margin-top: 5rem;
+  }
+
+  .sm\:mt-\[100px\] {
+    margin-top: 100px;
+  }
+
+  .sm\:mt-\[173px\] {
+    margin-top: 173px;
+  }
+
+  .sm\:mt-\[87px\] {
+    margin-top: 87px;
+  }
+
+  .sm\:h-\[900px\] {
+    height: 900px;
+  }
+
+  .sm\:w-\[305px\] {
+    width: 305px;
+  }
+
+  .sm\:w-\[335px\] {
+    width: 335px;
+  }
+
+  .sm\:w-\[80\%\] {
+    width: 80%;
+  }
+
+  .sm\:flex-row {
+    flex-direction: row;
+  }
+}
+
+@media (min-width: 700px) {
+  .min-\[700px\]\:grid-cols-2 {
+    grid-template-columns: repeat(2, minmax(0, 1fr));
+  }
+}
+
+@media (min-width: 768px) {
+  .md\:mt-\[214px\] {
+    margin-top: 214px;
+  }
+}
+
+@media (min-width: 900px) {
+  .min-\[900px\]\:grid-cols-3 {
+    grid-template-columns: repeat(3, minmax(0, 1fr));
+  }
+}
+
+@media (min-width: 1000px) {
+  .min-\[1000px\]\:grid-cols-3 {
+    grid-template-columns: repeat(3, minmax(0, 1fr));
+  }
+}
+
+@media (min-width: 1024px) {
+  .lg\:grid-cols-2 {
+    grid-template-columns: repeat(2, minmax(0, 1fr));
+  }
+}
+
+@media (min-width: 1400px) {
+  .min-\[1400px\]\:grid-cols-4 {
+    grid-template-columns: repeat(4, minmax(0, 1fr));
+  }
+}
+
+@media (min-width: 1800px) {
+  .min-\[1800px\]\:grid-cols-5 {
+    grid-template-columns: repeat(5, minmax(0, 1fr));
+  }
+}
+
diff --git a/src/pages/BlogPage.vue b/src/pages/BlogPage.vue
index c15a190f83e79ef21a3a2123ef261a2c0ed74b4a..80f81f78e05433d521bc1b0af73319eed946a6db 100644
--- a/src/pages/BlogPage.vue
+++ b/src/pages/BlogPage.vue
@@ -13,7 +13,7 @@
 
       <section class="relative z-10 px-[6.7%] mt-6">
         <router-link
-          to="/blogs"
+          :to="`${$publicPath}blogs`"
           class="text-dark hover:text-gray-600 flex items-center leading-6 text-lg font-light"
         >
           <LeftArrow class="inline w-6 h-6 mr-1"></LeftArrow>
@@ -59,7 +59,7 @@ export default {
     window.addEventListener("scroll", this.onScroll);
 
     if (!this.$route.params.id || !this.blogs[this.$route.params.id - 1]) {
-      this.$router.push("/blogs");
+      this.$router.push(`${this.$publicPath}blogs`);
       return;
     }
 
diff --git a/src/pages/BlogsPage.vue b/src/pages/BlogsPage.vue
index 2fb0ab447b9041487ab507395cc227e02be1a136..dff82b7f7178d3a225bbb7987932d4d1a098b1c8 100644
--- a/src/pages/BlogsPage.vue
+++ b/src/pages/BlogsPage.vue
@@ -24,7 +24,7 @@
             <article class="p-4 mt-6 rounded-2xl bg-white shadow-3x28">
               <img :src="blog.image" alt="Title image" class="w-full mb-4" />
               <router-link
-                :to="`/blogs/${blog.id}`"
+                :to="`${$publicPath}blogs/${blog.id}`"
                 class="font-medium text-xl text-dark leading-[1.66rem] hover:text-blue-text transition-colors"
               >
                 {{ blog.title }}
diff --git a/src/pages/NotFoundPage.vue b/src/pages/NotFoundPage.vue
index 82f38826a903ac4da22e8b881514ee8d1ffb8f77..689b04dfc13d6b6506bbffe1ac94951394a12769 100644
--- a/src/pages/NotFoundPage.vue
+++ b/src/pages/NotFoundPage.vue
@@ -16,7 +16,7 @@
 Reload the page or return to the home screen
     </p>
     <div class="flex justify-center mt-[30px]">
-      <router-link to="/" class="text-white rounded leading-[1.813rem] text-lg py-[14px] px-10 text-center w-max bg-blue hover:bg-blue-700 transition-colors">
+      <router-link :to="$publicPath" class="text-white rounded leading-[1.813rem] text-lg py-[14px] px-10 text-center w-max bg-blue hover:bg-blue-700 transition-colors">
       Go to main page
     </router-link>
     </div>
@@ -32,7 +32,7 @@ export default {
   name: "NotFoundPage",
   methods: {
     scrollToContacts() {
-      this.$router.push({ path: "/", query: { contacts: true } });
+      this.$router.push({ path: this.$publicPath, query: { contacts: true } });
     },
   },
   components: { HeaderComponent, FeatureLeftSvg },
diff --git a/src/pages/PrivacyPolicyPage.vue b/src/pages/PrivacyPolicyPage.vue
index 06cff21750883c197d3736967e6eb5806e30fde4..5e7d03339605c1d170d37034b22e710ec8e27780 100644
--- a/src/pages/PrivacyPolicyPage.vue
+++ b/src/pages/PrivacyPolicyPage.vue
@@ -145,11 +145,11 @@
     <footer
       class="text-black mt-[32px] mb-5 text-sm leading-4 text-center relative"
     >
-      <router-link to="/terms-of-service" class="text-blue-line"
+      <router-link :to="`${$publicPath}terms-of-service`" class="text-blue-line"
         >Terms of Service
       </router-link>
       <span class="font-gilroy font-normal">and</span>
-      <router-link to="/privacy-policy" class="text-blue-line">
+      <router-link :to="`${$publicPath}privacy-policy`" class="text-blue-line">
         Privacy Policy</router-link
       >.
     </footer>
@@ -177,7 +177,7 @@ export default {
       this.scroll = window.scrollY;
     },
     scrollToContacts() {
-      this.$refs.contacts.$el.scrollIntoView({ behavior: "smooth" });
+      this.$router.push({ path: this.$publicPath, query: { contacts: true } });
     },
   },
   components: { HeaderComponent },
diff --git a/src/pages/ServicesPage.vue b/src/pages/ServicesPage.vue
index 05736575fc38c0006d37253f73e3bf1c10fccad8..fdacbb9d4d6ea34e061a5b90867d5c72f3ce94b6 100644
--- a/src/pages/ServicesPage.vue
+++ b/src/pages/ServicesPage.vue
@@ -62,7 +62,7 @@
                     <button>
                       <img
                         class="inline mr-[10px] w-5 h-5"
-                        :src="`/img/services/${service.image}`"
+                        :src="`${$publicPath}img/services/${service.image}`"
                         alt=""
                       />
                       {{ service.name }}
@@ -102,11 +102,11 @@
         class="text-black mt-[70px] mb-[21px] text-sm leading-4 text-center relative"
       >
         <div class="relative z-10">
-          <router-link to="/terms-of-service" class="text-blue-line"
+          <router-link :to="`${$publicPath}terms-of-service`" class="text-blue-line"
             >Terms of Service
           </router-link>
           <span class="font-gilroy font-normal">and</span>
-          <router-link to="/privacy-policy" class="text-blue-line">
+          <router-link :to="`${$publicPath}/privacy-policy`" class="text-blue-line">
             Privacy Policy</router-link
           >.
         </div>
@@ -173,7 +173,7 @@ export default {
       this.scroll = window.scrollY;
     },
     scrollToContacts() {
-      this.$router.push({ path: "/", query: { contacts: true } });
+      this.$router.push({ path: this.$publicPath, query: { contacts: true } });
     },
   },
   components: { HeaderComponent, FeatureSvg, UpArrow, DownArrow, BreakLineSvg },
diff --git a/src/pages/TermsOfServicePage.vue b/src/pages/TermsOfServicePage.vue
index 48ea65fff9cb64630a0fb738c9aa0c0cee7a2d90..57f5b2140b0c55220ad8ad42ba418e497e1c0b7f 100644
--- a/src/pages/TermsOfServicePage.vue
+++ b/src/pages/TermsOfServicePage.vue
@@ -225,11 +225,11 @@
     <footer
       class="text-black mt-[32px] mb-5 text-sm leading-4 text-center relative"
     >
-      <router-link to="/terms-of-service" class="text-blue-line"
+      <router-link :to="`${$publicPath}terms-of-service`" class="text-blue-line"
         >Terms of Service
       </router-link>
       <span class="font-gilroy font-normal">and</span>
-      <router-link to="/privacy-policy" class="text-blue-line">
+      <router-link :to="`${$publicPath}privacy-policy`" class="text-blue-line">
         Privacy Policy</router-link
       >.
     </footer>
@@ -257,7 +257,7 @@ export default {
       this.scroll = window.scrollY;
     },
     scrollToContacts() {
-      this.$refs.contacts.$el.scrollIntoView({ behavior: "smooth" });
+      this.$router.push({ path: this.$publicPath, query: { contacts: true } });
     },
   },
   components: { HeaderComponent },
diff --git a/src/plugins/router.js b/src/plugins/router.js
index 4befe4ccc89cd0a9c481a1cef4444ece93d0a931..5cc2d1330dd5b8af8bc1b76e422e848d8ac6df05 100644
--- a/src/plugins/router.js
+++ b/src/plugins/router.js
@@ -8,36 +8,37 @@ import NotFoundPage from "../pages/NotFoundPage";
 import TermsOfServicePage from "../pages/TermsOfServicePage";
 import PrivacyPolicyPage from "../pages/PrivacyPolicyPage";
 
+let $publicPath = process.env.BASE_URL;
 
 Vue.use(VueRouter);
 const router = new VueRouter({
     routes: [
         {
-            path: "/",
+            path: `${$publicPath}`,
             component: HomePage,
         },
         {
-            path: "/services",
+            path: `${$publicPath}services`,
             component: ServicesPage,
         },
         {
-            path: "/blogs",
+            path: `${$publicPath}blogs`,
             component: BlogsPage,
         },
         {
-            path: "/blogs/:id",
+            path: `${$publicPath}blogs/:id`,
             component: BlogPage,
         },
         {
-            path: "/terms-of-service",
+            path: `${$publicPath}terms-of-service`,
             component: TermsOfServicePage,
         },
         {
-            path: "/privacy-policy",
+            path: `${$publicPath}privacy-policy`,
             component: PrivacyPolicyPage,
         },
         {
-            path: "/:pathMatch(.*)*",
+            path: ":pathMatch(.*)*",
             component: NotFoundPage,
         },
     ],
diff --git a/vue.config.js b/vue.config.js
index 910e297e0f53483455d2aa432887c3b7975d6c11..62d9a96f90e215976f5113c08b144d4b76b33b04 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,4 +1,5 @@
 const { defineConfig } = require('@vue/cli-service')
 module.exports = defineConfig({
-  transpileDependencies: true
+  transpileDependencies: true,
+  publicPath: process.env.NODE_ENV === "production" ? "/landing-pad/" : "/",
 })