Save Contact Form 7 - Version 1.1

Version Description

Download this release

Release Info

Developer nimblechapps
Plugin Icon 128x128 Save Contact Form 7
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

Readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Save Contact Form 7 ===
2
  Contributors: nimblechapps
3
  Donate link:
4
- Tags: Save Contact Enquiry, Save Contact Inquiry, Save Contact Entries, Save Forms Data, Contact Form Storage, Contact Form Entry Storage, Contact Enquiry Storage, Contact Form Save, Storage Contact Enquiry, ContactFormDB, JetPack Contact Form, Contact Form 7, CF7, Fast Secure Contact Form, FSCF, Gravity Forms, WR ContactForm, Quform, Ninja Forms, Caldera Forms, Enfold theme forms, contactform7, Contact Form Advanced Database, Storage for Contact Form 7, cfdb, contact form 7 extension, contact form db extension, contact form
5
  Requires at least: 3.0
6
- Tested up to: 4.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Stable tag: 1
@@ -73,11 +73,14 @@ Select any form for which you want to download the entries, from the populated e
73
 
74
  == Changelog ==
75
 
76
- - Corrected Invalid Argument error on activation, which was arising while all the records were deleted directly from database.
77
- - Provided support to display all UTF8 languages. Now, any language inserted from Contact Form 7 can be displayed in backend.
78
- - Changed fonts to Mosk, which is more readable and clean.
79
- - Removed unnecessary underscore from Column Header during listing.
80
 
 
 
 
 
 
 
81
 
82
  == Other Notes ==
83
 
1
  === Save Contact Form 7 ===
2
  Contributors: nimblechapps
3
  Donate link:
4
+ Tags: Save Contact Enquiry, Save Contact Inquiry, Save Contact Entries, Save Forms Data, Contact Form Storage, Contact Form Entry Storage, Contact Enquiry Storage, Contact Form Save, Storage Contact Enquiry, ContactFormDB, JetPack Contact Form, Contact Form 7, CF7, Fast Secure Contact Form, FSCF, Gravity Forms, WR ContactForm, Quform, Ninja Forms, Caldera Forms, Enfold theme forms, contactform7, Contact Form Advanced Database, Storage for Contact Form 7, cfdb, contact form 7 extension, contact form db extension, contact form, save contact form 7 to database
5
  Requires at least: 3.0
6
+ Tested up to: 4.5.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Stable tag: 1
73
 
74
  == Changelog ==
75
 
76
+ = 1.1 =
 
 
 
77
 
78
+ * Corrected Invalid Argument error on activation, which was arising while all the records were deleted directly from database.
79
+ * Provided support to display all UTF8 languages. Now, any language inserted from Contact Form 7 can be displayed in backend.
80
+ * Changed fonts to Lato, which is more readable and clean.
81
+ * Removed unnecessary underscore from Column Header during listing.
82
+ * Corrected Notice for Undefined variable: new_ver / old_ver
83
+ * Long text issue solved
84
 
85
  == Other Notes ==
86
 
assets/css/nimble_custom.css CHANGED
@@ -5,7 +5,7 @@
5
  div.dt-buttons {
6
  float:right !important; // display datatable buttons in right
7
  color: #32373c;
8
- font-family: kirvyregular;
9
  }
10
 
11
  button.dt-button, div.dt-button, a.dt-button{
@@ -25,35 +25,57 @@ button.dt-button:hover, div.dt-button:hover, a.dt-button:hover{
25
  }
26
 
27
  #nimble_cf7_names_main select{
28
- font-family: kirvyregular;
29
  width: 180px;
30
  height: 35px;
31
  margin: 0px auto;
32
  }
33
- /****importing kirvy regular and kirvy light font-face */
34
- @font-face {
35
- font-family: 'kirvyregular';
36
- src: url('../fonts/kirvy/kirvy-regular-webfont.eot');
37
- src: url('../fonts/kirvy/kirvy-regular-webfont.eot?#iefix') format('embedded-opentype'),
38
- url('../fonts/kirvy/kirvy-regular-webfont.woff2') format('woff2'),
39
- url('../fonts/kirvy/kirvy-regular-webfont.woff') format('woff'),
40
- url('../fonts/kirvy/kirvy-regular-webfont.ttf') format('truetype'),
41
- url('../fonts/kirvy/kirvy-regular-webfont.svg#kirvyregular') format('svg');
42
- font-weight: normal;
43
- font-style: normal;
44
 
 
 
 
 
 
 
 
 
 
 
 
45
  }
46
- @font-face {
47
- font-family: 'Kirvy-Light';
48
- src: url('../fonts/kirvy/Kirvy-Light.eot');
49
- src: url('../fonts/kirvy/Kirvy-Light.eot?#iefix') format('embedded-opentype'),
50
- url('../fonts/kirvy/Kirvy-Light.woff2') format('woff2'),
51
- url('../fonts/kirvy/Kirvy-Light.woff') format('woff'),
52
- url('../fonts/kirvy/Kirvy-Light.ttf') format('truetype'),
53
- url('../fonts/kirvy/Kirvy-Light.svg#Kirvy-Light') format('svg');
 
 
54
  font-weight: normal;
 
 
 
 
 
 
 
 
 
 
55
  font-style: normal;
 
 
56
  }
 
 
 
 
 
 
 
 
57
  /********************************************************************/
58
  /*** importing custom file view and download icon font ***/
59
 
@@ -119,15 +141,16 @@ table.dataTable {
119
  * Body styles
120
  */ }
121
 
122
-
123
  table.dataTable tbody tr.selected {
124
  // background-color: white;
125
  }
126
 
127
  table.dataTable thead th,
128
  table.dataTable tfoot th {
129
- font-family: kirvyregular;
130
- font-weight: normal; }
 
 
131
  table.dataTable thead th,
132
  table.dataTable thead td {
133
  padding: 15px 30px;
@@ -175,7 +198,8 @@ table.dataTable thead .sorting_desc_disabled {
175
  }
176
  table.dataTable tbody tr {
177
  background-color: white;
178
- font-family: Kirvy-Light
 
179
  }
180
 
181
  table.dataTable tbody th,
@@ -450,7 +474,7 @@ table.dataTable td {
450
  .dataTables_wrapper .dataTables_processing,
451
  .dataTables_wrapper .dataTables_paginate {
452
  color: #32373c;
453
- font-family: Kirvy-Light;
454
  }
455
  .dataTables_wrapper .dataTables_scroll {
456
  clear: both; }
@@ -490,4 +514,11 @@ table.dataTable td {
490
  float: none;
491
  text-align: center; }
492
  .dataTables_wrapper .dataTables_filter {
493
- margin-top: 0.5em; } }
 
 
 
 
 
 
 
5
  div.dt-buttons {
6
  float:right !important; // display datatable buttons in right
7
  color: #32373c;
8
+ font-family: LatoLatinWebLight;
9
  }
10
 
11
  button.dt-button, div.dt-button, a.dt-button{
25
  }
26
 
27
  #nimble_cf7_names_main select{
28
+ font-family: Lato-Bold;
29
  width: 180px;
30
  height: 35px;
31
  margin: 0px auto;
32
  }
 
 
 
 
 
 
 
 
 
 
 
33
 
34
+
35
+ /* Webfont: LatoLatin-Light(300) */@font-face {
36
+ font-family: 'LatoLatinWebLight';
37
+ src: url('../fonts/Lato/Lato-Light.eot'); /* IE9 Compat Modes */
38
+ src: url('../fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
39
+ url('../fonts/Lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
40
+ url('../fonts/Lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
41
+ url('../fonts/Lato/Lato-Light.ttf') format('truetype');
42
+ font-style: normal;
43
+ font-weight: normal;
44
+ //text-rendering: optimizeLegibility;
45
  }
46
+
47
+
48
+ /* Webfont: Lato-Regular (400) */@font-face {
49
+ font-family: 'LatoWebRegular';
50
+ src: url('../fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
51
+ src: url('../fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
52
+ url('../fonts/Lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
53
+ url('../fonts/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
54
+ url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
55
+ font-style: normal;
56
  font-weight: normal;
57
+ //text-rendering: optimizeLegibility;
58
+ }
59
+
60
+ /* Webfont: Lato-Bold (700) */@font-face {
61
+ font-family: 'Lato-Bold';
62
+ src: url('../fonts/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
63
+ src: url('../fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
64
+ url('../fonts/Lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
65
+ url('../fonts/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
66
+ url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
67
  font-style: normal;
68
+ font-weight: normal;
69
+ //text-rendering: optimizeLegibility;
70
  }
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
  /********************************************************************/
80
  /*** importing custom file view and download icon font ***/
81
 
141
  * Body styles
142
  */ }
143
 
 
144
  table.dataTable tbody tr.selected {
145
  // background-color: white;
146
  }
147
 
148
  table.dataTable thead th,
149
  table.dataTable tfoot th {
150
+ font-family: LatoWebRegular;
151
+ font-weight: normal;
152
+ font-size: 17px;
153
+ }
154
  table.dataTable thead th,
155
  table.dataTable thead td {
156
  padding: 15px 30px;
198
  }
199
  table.dataTable tbody tr {
200
  background-color: white;
201
+ font-family: LatoLatinWebLight;
202
+ font-size: 15px;
203
  }
204
 
205
  table.dataTable tbody th,
474
  .dataTables_wrapper .dataTables_processing,
475
  .dataTables_wrapper .dataTables_paginate {
476
  color: #32373c;
477
+ font-family: LatoLatinWebLight;
478
  }
479
  .dataTables_wrapper .dataTables_scroll {
480
  clear: both; }
514
  float: none;
515
  text-align: center; }
516
  .dataTables_wrapper .dataTables_filter {
517
+ margin-top: 0.5em; } }
518
+
519
+
520
+ .main_heading{
521
+ text-align: center;
522
+ font-size: 1.8em;
523
+ }
524
+
assets/fonts/Lato/Lato-Bold.eot ADDED
Binary file
assets/fonts/Lato/Lato-Bold.ttf ADDED
Binary file
assets/fonts/Lato/Lato-Bold.woff ADDED
Binary file
assets/fonts/Lato/Lato-Bold.woff2 ADDED
Binary file
assets/fonts/Lato/Lato-Light.eot ADDED
Binary file
assets/fonts/Lato/Lato-Light.ttf ADDED
Binary file
assets/fonts/Lato/Lato-Light.woff ADDED
Binary file
assets/fonts/Lato/Lato-Light.woff2 ADDED
Binary file
assets/fonts/Lato/Lato-Regular.eot ADDED
Binary file
assets/fonts/Lato/Lato-Regular.ttf ADDED
Binary file
assets/fonts/Lato/Lato-Regular.woff ADDED
Binary file
assets/fonts/Lato/Lato-Regular.woff2 ADDED
Binary file
assets/fonts/kirvy/Kirvy-Light.eot DELETED
Binary file
assets/fonts/kirvy/Kirvy-Light.svg DELETED
@@ -1,2325 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
- <metadata>
5
- Created by FontForge 20141024 at Tue Dec 22 06:18:36 2015
6
- By Jimmy Warting
7
- Created by Youssef Habchi http://youssef-habchi.com. Free for personnal and commercial use. 2014
8
- </metadata>
9
- <defs>
10
- <font id="Kirvy-Light" horiz-adv-x="759" >
11
- <font-face
12
- font-family="Kirvy"
13
- font-weight="300"
14
- font-stretch="normal"
15
- units-per-em="1000"
16
- panose-1="0 0 5 3 0 0 0 0 0 0"
17
- ascent="800"
18
- descent="-200"
19
- x-height="578.729"
20
- cap-height="784"
21
- bbox="38 -208.471 1003.88 977.62"
22
- underline-thickness="50"
23
- underline-position="-100"
24
- stemh="50"
25
- stemv="50"
26
- unicode-range="U+0020-20AC"
27
- />
28
- <missing-glyph horiz-adv-x="500"
29
- d="M50 0v533h400v-533h-400zM100 50h300v433h-300v-433z" />
30
- <glyph glyph-name=".notdef" horiz-adv-x="500"
31
- d="M50 0v533h400v-533h-400zM100 50h300v433h-300v-433z" />
32
- <glyph glyph-name="space" unicode=" " horiz-adv-x="280"
33
- />
34
- <glyph glyph-name="exclam" unicode="!" horiz-adv-x="204"
35
- d="M221.47 313.33v470.67h50.0732v-470.67h-50.0732zM246.897 98.6592c27.3564 0 46.1152 -20.3223 46.1143 -49.2432c0 -28.1367 -17.9766 -49.2412 -46.8965 -49.2412c-27.3564 0 -46.1162 21.1035 -46.1162 49.2412c0 28.9209 19.542 49.2432 46.8984 49.2432z" />
36
- <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="273"
37
- d="M70 623v161h50v-161h-50zM152.49 623v161h50v-161h-50z" />
38
- <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="680"
39
- d="M633.094 784l-83.0381 -249.829h83.04v-48.9863h-99.2852l-54.6816 -164.879h85.7383v-48.9854h-101.984l-89.9229 -271.146l-52.1133 -0.155273l90.4248 271.303h-220.776l-89.9941 -271.303h-51.501l89.8848 271.303h-75.8789v48.9854h92.125l54.6807 164.879h-78.5781
40
- v48.9863h94.8242l82.8701 249.828h51.4961l-82.7568 -249.828h220.777l82.8369 249.828h51.8125zM427.519 320.307l54.6787 164.879h-220.776l-54.6797 -164.879h220.777z" />
41
- <glyph glyph-name="dollar" unicode="$" horiz-adv-x="549"
42
- d="M479.052 314.329c13.1543 -22.9971 19.8223 -50.1006 19.8213 -80.5615c0 -27.4697 -4.66699 -53.4375 -13.8711 -77.1777c-9.59863 -24.7568 -23.8965 -46.498 -42.501 -64.623c-34.4277 -33.54 -82.3564 -53.2363 -139.657 -57.6201v-34.3291h-50v33.9229
43
- c-47.1426 2.06445 -83.9492 10.2422 -114.465 25.3037c-38.5215 19.0127 -61.4092 47.0928 -77.0449 69.4316l-14.3359 20.4805l40.9629 28.6719l14.3359 -20.4805c25.1738 -35.9648 56.0381 -68.5273 150.549 -73.3281v295.339
44
- c-42.5957 12.1445 -85.0176 25.8633 -119.009 48.3906c-22.9941 15.2383 -40.0117 32.9229 -52.0293 54.0625c-13.2734 23.3525 -20.0039 50.8896 -20.0039 81.8467c0 52.7012 17.4961 96.7871 50.5986 127.489c32.7402 30.3662 79.9141 47.5215 140.444 51.1484v41.7041h50
45
- v-42.5361c58.9756 -7.40918 112.728 -40.9023 150.193 -94.4268l14.3359 -20.4814l-40.9639 -28.6709l-14.3359 20.4814c-27.834 39.7676 -66.709 65.3105 -109.229 72.5439v-273.645c44.4873 -12.5303 89.2559 -26.3516 124.675 -49.7051
46
- c22.7715 -15.0127 39.6279 -32.4248 51.5303 -53.2314zM161.456 469.424c24.7275 -16.3867 57.3711 -27.9053 91.3867 -38.002v260.798c-93.623 -6.30371 -141.042 -49.4736 -141.042 -128.565c0 -42.4102 15.3145 -71.4717 49.6553 -94.2305zM302.845 84.5518
47
- c90.7451 8.49609 146.03 64.0371 146.03 149.216c0 41.3721 -15.0742 69.7607 -48.8779 92.0488c-26.2324 17.2959 -60.2402 28.7705 -97.1523 39.4561v-280.721z" />
48
- <glyph glyph-name="percent" unicode="%" horiz-adv-x="626"
49
- d="M508.973 784.006l54.8926 -0.00585938l-452.661 -783.98h-55zM176.735 507.797c-69.8818 0 -126.735 59.7109 -126.734 133.104c0 73.3936 56.8525 133.104 126.734 133.104c69.8828 0 126.736 -59.708 126.736 -133.104c0 -73.3936 -56.8525 -133.104 -126.736 -133.104
50
- zM176.735 726.411c-43.6377 0 -79.1396 -38.3594 -79.1396 -85.5107c0 -47.1494 35.502 -85.5088 79.1396 -85.5088c43.6396 0 79.1426 38.3604 79.1426 85.5088c0 47.1514 -35.5029 85.5107 -79.1426 85.5107zM449.892 266.53c69.8828 0 126.737 -59.7119 126.737 -133.104
51
- s-56.8545 -133.104 -126.737 -133.104c-69.8818 0 -126.735 59.7109 -126.735 133.104c0 73.3926 56.8535 133.104 126.735 133.104zM449.893 47.917c43.6387 0 79.1416 38.3584 79.1416 85.5088c0 47.1514 -35.5029 85.5098 -79.1416 85.5098
52
- c-43.6377 0 -79.1396 -38.3604 -79.1396 -85.5098c0 -47.1504 35.502 -85.5088 79.1396 -85.5088z" />
53
- <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="663"
54
- d="M609.919 -28.0186c-52.7471 16.3545 -109.648 64.501 -148.793 102.845c-53.249 -49.1855 -121.196 -74.8506 -199.684 -74.8506c-59.2832 0 -111.208 15.5957 -150.158 45.0977c-37.5908 28.4727 -61.3975 67.9414 -68.8496 114.146
55
- c-9.55371 59.2432 9.18262 122.615 52.7549 178.447c28.8232 36.9326 67.5371 69.2959 114.354 95.9219c-6.91406 14.9756 -13.249 29.7129 -18.9609 44.1289c-30.5342 77.0635 -42.1699 141.52 -34.5869 191.576c5.43652 35.8838 20.6885 64.0068 45.332 83.5889
56
- c25.5938 20.335 60.7432 30.6455 104.47 30.6455c46.8154 0 87.5137 -13.1338 117.692 -37.9795c28.1162 -23.1504 46.166 -55.1533 52.1953 -92.5508c7.01172 -43.4785 -3.03223 -89.4697 -28.2832 -129.498c-27.3008 -43.2793 -69.458 -75.3369 -121.914 -92.707
57
- c-17.4941 -5.79297 -34.2197 -12.2383 -50.1133 -19.2959c20.2705 -38.8535 44.4668 -79.3701 72.1279 -120.363c36.126 -53.5381 74.6143 -102.519 112.347 -143.877c1.50293 2.03711 2.99609 4.10938 4.46289 6.20898c48.7305 69.6768 74.4893 172.074 74.4893 296.126
58
- h49.4082c0 -66.7656 -7.04395 -128.189 -20.9365 -182.563c-14.0352 -54.9395 -35.0547 -102.677 -62.4736 -141.881c-3.3418 -4.77734 -6.77734 -9.43066 -10.3018 -13.9443c48.7734 -47.9785 94.5293 -81.0166 130.05 -92.0303zM231.375 389.181
59
- c-39.9922 -23.1006 -72.8896 -50.7158 -97.2344 -81.9131c-35.0225 -44.876 -50.2686 -94.6611 -42.9277 -140.185c11.707 -72.5996 76.9365 -117.699 170.229 -117.699c65.9404 0 121.342 20.4385 165.357 60.8818c-41.291 44.7861 -82.3262 97.0264 -120.252 153.23
60
- c-28.373 42.0508 -53.7061 84.4531 -75.1729 125.685zM305.8 734.121c-80.6797 0 -96.2559 -41.2227 -100.952 -72.2285c-7.5 -49.5059 10.4141 -122.509 48.7471 -206.021c17.8994 8.02734 36.7139 15.3203 56.3652 21.8271
61
- c89.7139 29.7061 126.742 106.717 116.951 167.435c-8.98438 55.7217 -54.2627 88.9883 -121.111 88.9883z" />
62
- <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="237"
63
- d="M97 782.239l50 0.000976562v-23.6699c0.000976562 -89.9424 -46.5596 -142.563 -48.541 -144.759l-37.1182 33.501l-0.108398 -0.121094c1.45996 1.66309 35.7686 41.5059 35.7676 111.378v23.6699z" />
64
- <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="353"
65
- d="M299.208 -128.532c-65.8867 0 -126.366 49.7979 -170.298 140.22c-41.2129 84.8252 -63.9102 197.066 -63.9102 316.045s22.6963 231.22 63.9102 316.046c43.9316 90.4229 104.412 140.221 170.298 140.221v-48.7451c-22.2744 0 -44.3701 -9.4043 -65.6738 -27.9512
66
- c-22.1846 -19.3115 -43.2002 -48.6445 -60.7793 -84.8262c-38.0527 -78.3213 -59.0088 -182.997 -59.0088 -294.744s20.9561 -216.423 59.0088 -294.743c17.5791 -36.1836 38.5967 -65.5156 60.7793 -84.8271c21.3037 -18.5459 43.3984 -27.9492 65.6738 -27.9492v-48.7451z
67
- " />
68
- <glyph glyph-name="parenright" unicode=")" horiz-adv-x="342"
69
- d="M48 -128.532v48.7451c22.2744 0 44.3701 9.40332 65.6738 27.9502c22.1816 19.3115 43.2002 48.6436 60.7793 84.8271c38.0527 78.3203 59.0088 182.996 59.0088 294.743s-20.9561 216.422 -59.0088 294.744c-17.5791 36.1816 -38.5957 65.5146 -60.7793 84.8271
70
- c-21.3037 18.5469 -43.4004 27.9512 -65.6738 27.9512v48.7451c65.8857 0 126.366 -49.7979 170.298 -140.22c41.2129 -84.8262 63.9102 -197.066 63.9102 -316.047s-22.6973 -231.222 -63.9102 -316.047c-43.9316 -90.4219 -104.412 -140.22 -170.298 -140.22z" />
71
- <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="505"
72
- d="M453.344 597.776v-48.167h-152.304l118.608 -157.056l-38.4375 -29.0283l-128.539 170.205l-128.539 -170.205l-38.4365 29.0283l118.608 157.056h-152.305v48.167h152.306l-118.609 157.057l38.4365 29.0283l128.539 -170.206l128.539 170.205l38.4375 -29.0273
73
- l-118.609 -157.057h152.305z" />
74
- <glyph glyph-name="plus" unicode="+" horiz-adv-x="599"
75
- d="M546 321.159v-50h-221v-269.838h-50v269.838h-221v50h221v269.841h50v-269.841h221z" />
76
- <glyph glyph-name="comma" unicode="," horiz-adv-x="216"
77
- d="M117.766 -147.279l-17.4736 46.8486l-0.291992 -0.114258c1.80273 0.728516 44.1504 18.5127 44.1494 80.4785v85.1182h50v-85.1182c0 -50.2979 -20.0986 -81.9502 -36.96 -99.6484c-18.4668 -19.3857 -37.334 -26.7861 -39.4238 -27.5645z" />
78
- <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="406"
79
- d="M66 271.16v50h274.84v-50h-274.84z" />
80
- <glyph glyph-name="period" unicode="." horiz-adv-x="212"
81
- d="M146.83 99.6611c27.3164 0 46.0488 -20.293 46.0488 -49.1709c0 -28.0977 -17.9512 -49.1699 -46.8291 -49.1699c-27.3184 0 -46.0498 21.0723 -46.0498 49.1699c0 28.8779 19.5127 49.1709 46.8301 49.1709z" />
82
- <glyph glyph-name="slash" unicode="/" horiz-adv-x="533"
83
- d="M152.818 0.0195312h-52.4131l259.746 783.98h52.8486z" />
84
- <glyph glyph-name="zero" unicode="0" horiz-adv-x="602"
85
- d="M302.685 0.0078125c-58.8242 0 -111.688 21.458 -152.874 62.0518c-36.4531 35.9297 -62.0439 84.6172 -74.0059 140.802c-21.0742 99 -21.0742 279.317 0 378.315c11.9609 56.1855 37.5527 104.875 74.0059 140.802c41.1885 40.5947 94.0508 62.0518 152.875 62.0518
86
- s111.688 -21.458 152.875 -62.0518c36.4531 -35.9277 62.043 -84.6162 74.0039 -140.802c21.0752 -98.999 21.0752 -279.316 0.000976562 -378.315c-11.9619 -56.1855 -37.5527 -104.873 -74.0049 -140.803c-41.1885 -40.5928 -94.0518 -62.0508 -152.876 -62.0508z
87
- M302.685 734.316c-105.763 0 -161.427 -84.4551 -178.253 -163.49c-19.5654 -91.9102 -19.5654 -265.704 0 -357.612c16.8262 -79.0361 72.4902 -163.49 178.253 -163.49c105.764 0 161.428 84.4541 178.254 163.491c19.5664 91.9072 19.5664 265.701 0 357.61
88
- c-16.8262 79.0371 -72.4912 163.491 -178.254 163.491z" />
89
- <glyph glyph-name="one" unicode="1" horiz-adv-x="344"
90
- d="M269.717 0.0195312l-50 -0.00195312v686.804c-9.69824 -11.918 -18.458 -21.5537 -23.666 -27.1045c-20.3535 -21.6953 -41.3447 -40.4238 -60.7021 -54.1621c-24.8027 -17.6035 -45.5234 -26.1602 -63.3486 -26.1602h-26v50h26
91
- c10.4561 0 43.4785 17.5205 87.5869 64.5322c17.4961 18.6494 33.2529 38.5078 44.3701 55.918c12.4658 19.5244 15.7598 30.8809 15.7598 34.1572h50v-783.982z" />
92
- <glyph glyph-name="two" unicode="2" horiz-adv-x="525"
93
- d="M466.923 -0.0107422l-412.921 0.00195312v24.8438c0 93.3105 23.8096 170.198 72.791 235.062c42.4229 56.1807 96.1084 94.4375 148.028 131.437c81.6514 58.1846 146.171 104.161 146.358 200.153c-0.131836 2.87891 -2.15527 38.7705 -21.6406 73.4297
94
- c-25.7842 45.8711 -70.3232 69.1299 -132.379 69.1299c-47.3516 0 -89.0703 -13.3555 -123.999 -39.6934c-26.4609 -19.9531 -39.0449 -40.3545 -39.1689 -40.5596l0.0673828 0.115234l-42.7227 25.3643c1.64941 2.78027 17.0684 27.8906 49.793 53.1377
95
- c30.3457 23.4121 82.0498 51.3213 156.032 51.3213c102.45 0 152.672 -52.4209 176.764 -96.3955c25.4746 -46.5039 26.8867 -92.8691 26.9355 -94.8193l0.00683594 -0.606445c0 -55.2441 -17.498 -102.812 -53.4932 -145.421
96
- c-30.958 -36.6455 -71.1572 -65.293 -113.721 -95.623c-93.75 -66.8057 -190.543 -135.771 -199.32 -301.188h362.59v-49.6904h-0.000976562z" />
97
- <glyph glyph-name="three" unicode="3" horiz-adv-x="557"
98
- d="M281.456 6.44922c-80.8291 0 -137.297 30.4756 -170.435 56.041c-36.3115 28.0176 -53.5449 56.6611 -54.2607 57.8672l42.9941 25.5254l-0.0625 0.103516c0.138672 -0.227539 14.1279 -22.959 43.5752 -45.21c38.9277 -29.415 85.4209 -44.3301 138.188 -44.3301
99
- c109.905 0 175.581 85.2168 175.581 167.604c0 43.1982 -18.5068 82.582 -52.1104 110.896c-41.1943 34.709 -100.024 53.0537 -195.524 53.0537l0.161133 50c71.1777 0 128.482 16.583 165.72 47.9561c30.2041 25.4453 46.8369 60.8359 46.8369 99.6484
100
- c0 74.1992 -59.1885 150.947 -158.234 150.947c-114.921 0 -163.647 -79.834 -164.127 -80.6406l-12.7627 -21.4971l-42.9951 25.5264l12.7617 21.498c1.66113 2.7959 17.1777 28.0625 50.1074 53.4688c30.5381 23.5625 82.5654 51.6465 157.015 51.6465
101
- c58.8096 0 112.659 -22.2842 151.629 -62.7471c35.9736 -37.3506 56.6035 -87.7227 56.6035 -138.198c0 -53.8105 -22.9482 -102.779 -64.6211 -137.889c-14.2305 -11.9893 -30.5127 -22.2764 -48.6494 -30.7549c30.168 -10.6885 56.4639 -25.3867 78.293 -43.7773
102
- c45.0742 -37.9746 69.8965 -90.9375 69.8965 -149.133c0 -54.6484 -22.3438 -109.19 -61.3018 -149.644c-42.208 -43.8242 -100.55 -67.9609 -164.277 -67.9609z" />
103
- <glyph glyph-name="four" unicode="4" horiz-adv-x="589"
104
- d="M540.827 336.632l0.000976562 -49.999h-91.1777v-286.613h-50v286.612h-348.334l-0.316406 50l349.573 447.368h49.0771v-447.368h91.1768zM114.455 336.632l285.195 0.000976562v364.979z" />
105
- <glyph glyph-name="five" unicode="5" horiz-adv-x="556"
106
- d="M436.209 419.814c43.6523 -46.4395 67.6943 -108.075 67.6934 -173.554c0 -65.4834 -24.041 -127.118 -67.6924 -173.558c-44.0527 -46.8613 -102.741 -72.6719 -165.257 -72.6719c-92.4512 0 -176.209 57.8145 -213.383 147.29l-9.56934 23.0352l46.0713 19.1367
107
- l9.56934 -23.0352c29.4131 -70.7959 95.0869 -116.541 167.312 -116.541c100.942 0 183.063 88.0762 183.063 196.341c0 108.262 -82.123 196.339 -183.063 196.339c-49.2051 0 -95.3867 -20.6562 -130.038 -58.1621l-16.9277 -18.3213l-50.0557 2.01953l16.9463 415.791
108
- h367.171v-49.8867h-319.276l-11.9951 -294.344c15.8809 13.2539 33.2852 24.2402 52.0215 32.7754c29.1562 13.2832 60.1611 20.0166 92.1523 20.0166c62.5156 0 121.204 -25.8076 165.257 -72.6709z" />
109
- <glyph glyph-name="six" unicode="6" horiz-adv-x="591"
110
- d="M468.315 419.72c42.8984 -46.5957 66.5215 -108.408 66.5215 -174.053s-23.624 -127.456 -66.5225 -174.053c-43.4219 -47.165 -101.316 -73.1406 -163.02 -73.1406s-119.599 25.9756 -163.021 73.1406c-42.8984 46.5967 -68.6982 101.773 -68.6982 256.726
111
- c0 142.261 -11.8926 303.271 72.3467 390.877c39.8496 41.4443 96.5928 62.457 168.651 62.457c36.5117 0 72.8535 -9.46191 105.096 -27.3633c30.958 -17.1885 58.3359 -42.2178 79.1738 -72.3809l14.0928 -20.4004l-40.7988 -28.1865l-14.0947 20.4004
112
- c-34.3936 49.7861 -86.6865 78.3398 -143.469 78.3398c-58.8672 0 -102.342 -15.4521 -132.906 -47.2383c-58.7607 -61.1104 -63.7266 -177.469 -60.7275 -291.816c6.46777 9.34668 13.5811 18.2705 21.333 26.6914c43.4219 47.165 101.318 73.1396 163.021 73.1396
113
- s119.599 -25.9746 163.021 -73.1396zM305.295 48.0635c99.2256 0 179.953 88.6445 179.952 197.604c0 108.959 -80.7266 197.604 -179.952 197.604c-99.2266 0 -179.954 -88.6445 -179.954 -197.604s80.7275 -197.604 179.954 -197.604z" />
114
- <glyph glyph-name="seven" unicode="7" horiz-adv-x="607"
115
- d="M186.685 0.0195312h-49.626c0 64.4854 20.418 145.693 60.6875 241.366c31.6426 75.1748 75.666 159.81 130.847 251.554c61.9912 103.065 124.574 192.438 160.063 241.423h-434.656v49.627h497.5l-0.0888672 -48.0449s-88.3301 -115.627 -180.54 -268.991
116
- c-120.495 -200.418 -184.187 -361.88 -184.187 -466.934z" />
117
- <glyph glyph-name="eight" unicode="8" horiz-adv-x="568"
118
- d="M448.409 376.855c44.0039 -41.6846 68.2373 -97.2129 68.2354 -156.354c0 -59.1406 -24.2344 -114.669 -68.2383 -156.354c-43.6318 -41.332 -101.551 -64.0967 -163.086 -64.0967c-61.5332 0 -119.452 22.7646 -163.085 64.0967
119
- c-44.0039 41.6846 -68.2373 97.2119 -68.2373 156.354c0 59.1406 24.2344 114.668 68.2354 156.352c17.3525 16.4365 36.9688 29.9258 58.167 40.2256c-15.626 8.36621 -30.1982 18.6426 -43.3477 30.7188c-40.4941 37.1836 -62.7949 86.7939 -62.7949 139.69
120
- s22.2998 102.506 62.7949 139.691c39.9023 36.6396 92.8105 56.8203 148.979 56.8203c56.1689 0 109.078 -20.1797 148.979 -56.8203c40.4932 -37.1846 62.7949 -86.7949 62.7949 -139.691c0 -52.8936 -22.3008 -102.504 -62.7939 -139.689
121
- c-13.3408 -12.251 -28.1426 -22.6514 -44.0283 -31.084c20.9141 -10.2529 40.2783 -23.6143 57.4258 -39.8594zM124.235 587.489c0 -80.8018 72.583 -146.539 161.799 -146.538c89.2168 0 161.799 65.7373 161.799 146.538c0 80.8018 -72.582 146.538 -161.799 146.538
122
- c-89.2158 0 -161.799 -65.7363 -161.799 -146.538zM285.322 50.0244c99.9971 0 181.349 76.4746 181.349 170.478c0 94 -81.3525 170.476 -181.35 170.476s-181.351 -76.4756 -181.351 -170.476c0 -94.001 81.3555 -170.478 181.352 -170.478z" />
123
- <glyph glyph-name="nine" unicode="9" horiz-adv-x="591"
124
- d="M122.523 360.425c-42.8984 46.5957 -66.5225 108.411 -66.5225 174.055s23.625 127.456 66.5244 174.053c43.4219 47.165 101.316 73.1396 163.02 73.1396s119.599 -25.9746 163.021 -73.1396c42.8984 -46.5967 68.6982 -101.773 68.6982 -256.726
125
- c0 -142.261 11.8906 -303.271 -72.3486 -390.877c-39.8496 -41.4424 -96.5928 -62.457 -168.651 -62.457c-36.5117 0 -72.8535 9.46289 -105.096 27.3633c-30.958 17.1895 -58.3359 42.2168 -79.1738 72.3809l-14.0928 20.3994l40.7988 28.1865l14.0947 -20.3994
126
- c34.3936 -49.7861 86.6865 -78.3408 143.469 -78.3408c58.8672 0 102.342 15.4512 132.906 47.2373c58.7607 61.1104 63.7266 177.469 60.7275 291.816c-6.46777 -9.34668 -13.5811 -18.2705 -21.333 -26.6914c-43.4219 -47.1641 -101.318 -73.1387 -163.021 -73.1387
127
- s-119.598 25.9736 -163.02 73.1387zM285.543 732.083c-99.2246 0 -179.952 -88.6445 -179.952 -197.604c0 -108.96 80.7266 -197.604 179.952 -197.604c99.2266 0 179.954 88.6455 179.954 197.605c0 108.959 -80.7275 197.603 -179.954 197.603z" />
128
- <glyph glyph-name="colon" unicode=":" horiz-adv-x="215"
129
- d="M146.83 99.6611c27.3164 0 46.0488 -20.293 46.0488 -49.1709c0 -28.0977 -17.9512 -49.1699 -46.8291 -49.1699c-27.3184 0 -46.0498 21.0723 -46.0498 49.1699c0 28.8779 19.5127 49.1709 46.8301 49.1709zM146.049 392.51
130
- c-27.3174 0 -46.0498 21.0732 -46.0498 49.1699c0 28.8779 19.5127 49.1709 46.8301 49.1709c27.3164 0 46.0488 -20.293 46.0488 -49.1709c0 -28.0967 -17.9512 -49.1699 -46.8291 -49.1699z" />
131
- <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="228"
132
- d="M169.541 490.851c27.3154 0 46.0488 -20.293 46.0488 -49.1709c0 -28.0967 -17.9512 -49.1699 -46.8291 -49.1699c-27.3184 0 -46.0498 21.0732 -46.0498 49.1699c0 28.8779 19.5127 49.1709 46.8301 49.1709zM144.15 -20.0684v85.1191h50v-85.1191
133
- c0 -50.2969 -20.0986 -81.9502 -36.96 -99.6484c-18.4668 -19.3857 -37.334 -26.7861 -39.4238 -27.5635l-17.4736 46.8477l-0.291992 -0.114258c1.80273 0.728516 44.1504 18.5127 44.1494 80.4785z" />
134
- <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="613"
135
- d="M535.715 0.103516l-484.715 290.83v29.7939l484.715 290.831l25.0371 -41.7285l-439.995 -264.001l439.995 -263.999z" />
136
- <glyph glyph-name="equal" unicode="=" horiz-adv-x="620"
137
- d="M66 390.5v50h492v-50h-492zM66 159.5v50h492v-50h-492z" />
138
- <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="614"
139
- d="M78.0371 0.103516l-25.0371 41.7266l439.995 263.999l-439.995 264.001l25.0371 41.7285l484.714 -290.831v-29.7939z" />
140
- <glyph glyph-name="question" unicode="?" horiz-adv-x="513"
141
- d="M399.722 95.6943c26.5674 0 44.7852 -19.7383 44.7852 -47.8232c0 -27.3252 -17.458 -47.8203 -45.5439 -47.8203c-26.5674 0 -44.7861 20.4951 -44.7861 47.8203c0 28.0859 18.9766 47.8232 45.5449 47.8232zM567.061 729.499
142
- c34.1133 -32.0742 52.1445 -78.1582 52.1475 -133.271c0 -65.7314 -14.7383 -115.654 -45.0566 -152.615c-26.585 -32.4102 -60.1064 -49.1152 -89.6816 -63.8545c-45.376 -22.6123 -67.1875 -35.3701 -67.1875 -77.9043v-24.3154h-48.6289v24.3154
143
- c0 74.5215 50.0059 99.4424 94.125 121.429c55.4355 27.627 107.798 53.7217 107.798 172.945c0 92.3047 -58.9414 139.108 -175.188 139.108c-54.9297 0 -106.525 -29.0986 -141.556 -79.833l-13.8164 -20.0078l-40.0156 27.6299l13.8154 20.0078
144
- c44.2461 64.0801 110.427 100.831 181.573 100.831c75.4766 0 133.234 -18.3242 171.672 -54.4648z" />
145
- <glyph glyph-name="at" unicode="@" horiz-adv-x="973"
146
- d="M885.926 492.659c22.1865 -60.748 33.4375 -125.238 33.4395 -191.673c0 -41.4229 -12.6533 -114.878 -40.4326 -178.268c-15.5361 -35.4492 -33.9746 -63.8555 -54.8066 -84.4316c-26.4492 -26.1211 -56.2715 -39.3662 -88.6426 -39.3662
147
- c-39.8896 0 -62.0254 16.8428 -73.5684 30.9736c-15.1807 18.5781 -20.0801 41.3438 -21.0908 59.9268c-19.9492 -20.4268 -42.4824 -36.876 -67.1885 -48.9785c-30.7568 -15.0645 -63.4629 -22.7041 -97.207 -22.7041c-33.7432 0 -66.4492 7.63965 -97.2061 22.7041
148
- c-29.417 14.4092 -55.7676 34.959 -78.3232 61.0801c-45.752 52.9824 -70.9473 123.196 -70.9473 197.703s25.1953 144.719 70.9473 197.702c22.5547 26.1211 48.9062 46.6709 78.3232 61.0801c30.7568 15.0654 63.4629 22.7051 97.2061 22.7051
149
- c33.7441 0 66.4502 -7.64062 97.207 -22.7051c29.417 -14.4102 55.7676 -34.959 78.3242 -61.0801c21.1016 -24.4385 37.8184 -52.5459 49.7207 -83.0449l32.9219 162.735l49.0078 -9.91406l-91.585 -452.699c-1.85449 -9.60156 -3.88965 -37.7217 8.69336 -52.9824
150
- c6.93652 -8.41211 18.3086 -12.502 34.7646 -12.502c19.0117 0 36.5137 8.15723 53.5059 24.9395c16.3076 16.1104 31.1621 39.2998 44.1465 68.9268c23.7852 54.2715 36.2275 120.664 36.2275 158.198c0 245.585 -170.998 445.384 -381.184 445.384
151
- c-210.184 0 -381.18 -199.798 -381.18 -445.383s170.996 -445.383 381.18 -445.385c45.625 0 90.2432 9.32812 132.614 27.7246c25.8379 11.2188 50.7139 25.8037 73.9434 43.3506l19.9473 15.0674l30.1387 -39.8965l-19.9473 -15.0684
152
- c-26.3857 -19.9297 -54.7041 -36.5225 -84.1689 -49.3145c-48.6934 -21.1396 -100.011 -31.8594 -152.527 -31.8594c-58.6777 0 -115.572 13.2939 -169.1 39.5137c-51.4111 25.1826 -97.5166 61.1543 -137.034 106.918c-39.2881 45.498 -70.1094 98.4141 -91.6104 157.279
153
- c-22.1865 60.748 -33.4365 125.236 -33.4365 191.672s11.25 130.923 33.4365 191.671c21.501 58.8643 52.3223 111.78 91.6104 157.279c39.5156 45.7637 85.623 81.7344 137.034 106.917c53.5283 26.2207 110.422 39.5146 169.1 39.5146
154
- c58.6787 0 115.572 -13.2939 169.103 -39.5146c51.4111 -25.1816 97.5166 -61.1533 137.034 -106.917c39.2891 -45.499 70.1113 -98.415 91.6094 -157.279zM476.43 68.1377c108.34 0 196.479 103.846 196.479 231.487c0 127.641 -88.1387 231.484 -196.479 231.484
155
- c-108.339 0 -196.479 -103.843 -196.479 -231.484s88.1396 -231.487 196.479 -231.487z" />
156
- <glyph glyph-name="A" unicode="A" horiz-adv-x="683"
157
- d="M95.7422 0.0703125l-51.9219 -0.0507812l273.641 783.801l46.2246 -0.0078125l273.313 -783.793l-51.8994 0.0595703l-105.267 301.911c-17.8086 -8.78418 -41.7314 -13.2256 -71.4121 -13.2256h-148.216c-58.998 0 -77.0918 -39.208 -78.7002 -42.9951zM340.559 701.44
158
- l-129.538 -371.106c13.9463 4.55859 30.2373 7.38867 49.1826 7.38867h148.216c36.623 0 50.5742 7.87305 54.9795 11.4004z" />
159
- <glyph glyph-name="B" unicode="B" horiz-adv-x="678"
160
- d="M552.503 374.259c41.3887 -41.3877 64.1816 -96.4141 64.1807 -154.944c0 -58.5322 -22.793 -113.559 -64.1807 -154.947c-41.3691 -41.3691 -96.3721 -64.1611 -154.875 -64.1816l-323.628 -0.185547v784.002h323.559c108.985 0 197.651 -88.666 197.651 -197.651
161
- c0 -73.0918 -39.877 -137.043 -99.0205 -171.24c20.5566 -10.3818 39.5557 -24.0938 56.3135 -40.8516zM397.558 733.927l-273.482 -0.000976562v-265.509c0.381836 -4.72363 1.90918 -13.0439 7.7207 -19.2041c6.53613 -6.92578 17.8467 -10.4395 33.6211 -10.4395h232.141
162
- c81.373 0 147.576 66.2031 147.576 147.577c0 81.373 -66.2021 147.576 -147.576 147.576zM397.559 50.2617c93.2139 0 169.051 75.8369 169.051 169.052s-75.8369 169.05 -169.052 169.05l-232.15 0.333984c-15.5605 0 -29.3604 2.36035 -41.3301 7.02344v-345.646h227.641
163
- z" />
164
- <glyph glyph-name="C" unicode="C" horiz-adv-x="698"
165
- d="M378.712 0.0498047c-43.7725 0 -86.1748 10.6865 -126.027 31.75c-38.0225 20.0977 -72.0693 48.7402 -101.195 85.1387c-59 73.7246 -91.4912 171.424 -91.4912 275.095s32.4912 201.369 91.4902 275.096c29.126 36.3965 63.1729 65.0439 101.195 85.1406
166
- c39.8545 21.0635 82.2549 31.7432 126.027 31.7432c50.4658 0 100.693 -14.8213 145.253 -42.8633c42.457 -26.7139 80.1475 -65.6133 109 -112.49l13.2227 -21.4824l-42.9619 -26.4424l-13.2227 21.4795c-51.3779 83.4717 -128.391 131.348 -211.291 131.348
167
- c-147.922 0 -268.266 -153.21 -268.266 -341.532s120.344 -341.532 268.266 -341.532c82.9004 0 159.914 47.874 211.292 131.353l13.2217 21.4795l42.9629 -26.4434l-13.2227 -21.4805c-28.8535 -46.876 -66.543 -85.7754 -109 -112.493
168
- c-44.5586 -28.04 -94.7871 -42.8623 -145.253 -42.8623z" />
169
- <glyph glyph-name="D" unicode="D" horiz-adv-x="683"
170
- d="M304.53 0.00976562h-0.133789l-230.397 1.22754v782.771h230.53c43.3721 0 85.3818 -10.6445 124.865 -31.6357c37.6553 -20.0215 71.3721 -48.5557 100.211 -84.8086c58.4004 -73.4121 90.5635 -170.688 90.5635 -273.906
171
- c0 -52.0449 -8.11816 -102.729 -24.1299 -150.649c-15.5654 -46.5889 -37.8867 -88.5742 -66.3418 -124.788c-28.8535 -36.7246 -62.5508 -65.6494 -100.15 -85.9785c-39.5674 -21.3867 -81.6279 -32.2324 -125.017 -32.2324zM123.961 50.9336l180.641 -0.962891
172
- c69.6211 0.0244141 135.61 35.2246 185.812 99.1152c51.4561 65.4883 79.7939 152.347 79.7939 244.572c0 187.69 -119.183 340.39 -265.678 340.39h-180.569v-683.114z" />
173
- <glyph glyph-name="E" unicode="E" horiz-adv-x="606"
174
- d="M540.802 0.0263672h-466.803v783.975l466.755 0.00976562l0.0263672 -49.9746l-416.806 0.0166016v-302.899c11.9766 4.68652 25.791 7.06152 41.3799 7.06152h375.413v-49.9766h-375.412c-15.9346 0 -27.3037 -3.5918 -33.793 -10.6768
175
- c-6.50781 -7.10938 -7.46484 -17.1357 -7.58691 -20.8115v-306.682l416.758 -0.0683594z" />
176
- <glyph glyph-name="F" unicode="F" horiz-adv-x="616"
177
- d="M158.025 437.906l331.119 0.000976562v-50.0156h-323.715c-15.7549 0 -27.0527 -3.50879 -33.5801 -10.4277c-8.5166 -9.03027 -7.82324 -22.7178 -7.81445 -22.8545c-0.0078125 0.115234 -0.0146484 0.200195 -0.0195312 0.257812v-354.848h-50.0146v783.967h492.14
178
- l0.0136719 -50.0146l-442.139 0.0136719v-303.144c10.0498 3.93066 21.4072 6.21777 34.0098 6.85645v0.208008z" />
179
- <glyph glyph-name="G" unicode="G" horiz-adv-x="751"
180
- d="M377.849 0.103516c-43.6611 0 -85.9541 10.6846 -125.704 31.751c-37.9189 20.0986 -71.874 48.7402 -100.918 85.1367c-58.8301 73.7129 -91.2285 171.395 -91.2285 275.048c0 103.652 32.3975 201.333 91.2275 275.049c29.0439 36.3945 62.999 65.0371 100.918 85.1338
181
- c39.75 21.0664 82.042 31.748 125.703 31.748c52.6367 0 104.764 -16.1348 150.745 -46.6631c43.8086 -29.085 81.9971 -71.1406 110.438 -121.618l-43.6826 -24.6113c-50.3643 89.3887 -131.673 142.754 -217.5 142.754
182
- c-147.615 -0.000976562 -267.709 -153.329 -267.709 -341.793c0 -188.466 120.094 -341.794 267.708 -341.794c115.31 0 248.518 134.797 260.128 312.837c0 0 -201.464 -0.296875 -201.668 -0.296875c-27.1816 0 -49.167 -7.81348 -65.3428 -23.2275
183
- c-10.958 -10.4404 -15.2109 -20.6592 -15.2471 -20.7559l-46.9785 17.5205c0.782227 2.09766 8.20117 21.0166 27.6416 39.5342c16.9004 16.1025 46.4941 35.1475 92.8369 36.9307c0.848633 0.0878906 234.609 0.46875 234.609 0.46875h0.0361328
184
- c6.64453 0 13.0146 -2.63477 17.7158 -7.33008c4.70801 -4.70312 7.35449 -11.085 7.35449 -17.7402c0 -50.7227 -8.9209 -100.79 -26.5156 -148.811c-16.5771 -45.2422 -39.9971 -86.543 -69.6104 -122.759c-60.5498 -74.0439 -138.899 -116.512 -214.957 -116.512z" />
185
- <glyph glyph-name="H" unicode="H" horiz-adv-x="658"
186
- d="M582.235 0.0195312l-49.999 0.000976562v408.874c-17.6729 -10.9092 -42.0068 -20.0635 -74.3271 -20.8418l-255.119 -0.0527344c-27.1064 0 -49.0293 -7.79199 -65.1611 -23.1621c-7.23047 -6.88867 -11.5342 -13.6816 -13.6279 -17.5166v-347.302h-50v783.98h50
187
- v-366.896c18.4746 11.4072 44.2354 20.8965 78.7881 20.8965h250.657c27.1064 0 49.0293 7.79297 65.1611 23.1621c7.23047 6.8877 11.5342 13.6807 13.6279 17.5156v305.322h50v-783.98z" />
188
- <glyph glyph-name="I" unicode="I" horiz-adv-x="200"
189
- d="M74 0.0195312v783.98h50v-783.98h-50z" />
190
- <glyph glyph-name="J" unicode="J" horiz-adv-x="433"
191
- d="M48 0.0292969v49.9551c147.07 0 266.724 152.765 266.724 340.537v393.479h49.9561v-393.479c0 -103.271 -32.2793 -200.593 -90.8936 -274.038c-28.9385 -36.2617 -62.7686 -64.7998 -100.548 -84.8223c-39.6025 -20.9893 -81.7383 -31.6318 -125.238 -31.6318z" />
192
- <glyph glyph-name="K" unicode="K" horiz-adv-x="639"
193
- d="M175.206 388.13l420.432 -388.11h-74.0781l-378.15 349.523c-3.29297 2.71875 -12.1738 10.6709 -19.4082 22.7666v-372.29h-50v783.98h50.001v-339.579c4.88086 8.02246 11.8467 16.3877 21.6934 24.7061l337.239 314.874h73.4463l-378.074 -352.78
194
- c-6.78906 -5.6709 -14.8691 -14.208 -14.8135 -22.6689c0.0566406 -8.82617 8.5625 -17.8076 11.7129 -20.4219z" />
195
- <glyph glyph-name="L" unicode="L" horiz-adv-x="620"
196
- d="M124 50.0098h442v-50l-492 0.00976562v783.98h50v-733.99z" />
197
- <glyph glyph-name="M" unicode="M" horiz-adv-x="772"
198
- d="M644.264 784h51.7354v-783.98h-50v642.502l-234.513 -642.502h-53.2227l-234.264 642.504v-642.504h-50v783.98h51.4873l259.513 -710.584z" />
199
- <glyph glyph-name="N" unicode="N" horiz-adv-x="652"
200
- d="M526.222 784h50v-783.98h-78.7148l-373.507 685.834v-685.834h-50v783.98h53.3438l398.878 -731.946v731.946z" />
201
- <glyph glyph-name="O" unicode="O"
202
- d="M377.836 0.0527344c-43.6592 0 -85.9502 10.6826 -125.699 31.7471c-37.917 20.0986 -71.8701 48.7393 -100.914 85.1318c-58.8252 73.7129 -91.2227 171.389 -91.2227 275.038s32.3965 201.326 91.2227 275.038c29.0439 36.3926 62.9971 65.0352 100.914 85.1299
203
- c39.749 21.0664 82.04 31.748 125.699 31.748c43.6572 0 85.9473 -10.6807 125.695 -31.748c37.917 -20.0957 71.8701 -48.7373 100.914 -85.1299c58.8262 -73.7119 91.2266 -171.389 91.2266 -275.038c0 -103.648 -32.3984 -201.325 -91.2266 -275.039
204
- c-29.0439 -36.3916 -62.9961 -65.0332 -100.914 -85.1318c-39.748 -21.0645 -82.0381 -31.7461 -125.695 -31.7461zM377.836 733.749c-147.609 0 -267.698 -153.321 -267.698 -341.779s120.089 -341.778 267.698 -341.778c147.607 0 267.695 153.32 267.695 341.778
205
- s-120.087 341.779 -267.695 341.779z" />
206
- <glyph glyph-name="P" unicode="P" horiz-adv-x="647"
207
- d="M397.646 784c108.82 0 196.776 -89.7139 196.776 -198.536s-88.5332 -197.354 -197.354 -197.354l-231.789 -0.333984c-15.9434 0 -27.3193 -3.59473 -33.8115 -10.6836c-5.55273 -6.06348 -7.06836 -14.252 -7.46875 -18.8145v-358.258h-50v783.98h323.646z
208
- M397.068 438.11c81.25 0 147.354 66.1025 147.354 147.353s-66.1455 148.538 -147.396 148.538l-273.026 -0.254883v-302.984c10.8857 4.24219 23.3018 6.55664 37.1719 6.9375z" />
209
- <glyph glyph-name="Q" unicode="Q"
210
- d="M640.024 45.1465l-0.31543 -0.0175781l3.0752 -50.041c-0.424805 -0.0253906 -1.50195 -0.0791016 -3.13672 -0.0791016c-6.97363 0 -24.1104 0.979492 -44.2139 9.27148c-17.418 7.18457 -39.9443 21.1592 -58.7402 48.1641
211
- c-10.6855 -7.59473 -21.751 -14.4414 -33.1836 -20.5029c-39.7451 -21.0645 -82.0342 -31.7471 -125.69 -31.7471s-85.9453 10.6826 -125.692 31.7471c-37.915 20.0957 -71.8672 48.7354 -100.909 85.1289c-58.8223 73.707 -91.2188 171.38 -91.2188 275.024
212
- c0 103.644 32.3965 201.316 91.2197 275.024c29.042 36.3916 62.9932 65.0312 100.911 85.127c39.7471 21.0645 82.0361 31.7461 125.692 31.7461s85.9443 -10.6816 125.69 -31.7461c37.915 -20.0967 71.8672 -48.7354 100.909 -85.127
213
- c58.8242 -73.709 91.2217 -171.38 91.2217 -275.024c0 -103.643 -32.3994 -201.315 -91.2217 -275.023c-9.2041 -11.5322 -18.9033 -22.2803 -29.0596 -32.2275c25.8623 -40.5234 62.9297 -39.7627 64.6621 -39.6973zM377.819 50.3311
214
- c147.601 0 267.685 153.313 267.685 341.764s-120.083 341.763 -267.685 341.763s-267.686 -153.313 -267.686 -341.763c0 -188.451 120.084 -341.764 267.686 -341.764z" />
215
- <glyph glyph-name="R" unicode="R" horiz-adv-x="661"
216
- d="M613.45 0.0195312l-54.9609 0.000976562l-153.89 346.445c-23.3174 40.3379 -51.5752 41.3721 -52.2188 41.3721h-0.00878906l-187.093 -0.0625c-15.9434 0 -27.3193 -3.59473 -33.8115 -10.6836c-5.55273 -6.06348 -7.06836 -14.252 -7.46875 -18.8145v-358.258h-50
217
- v783.98h323.068c108.82 0 197.353 -89.7188 197.352 -198.538c0 -96.1064 -69.0557 -176.372 -160.15 -193.821c5.97168 -7.5625 11.8164 -16.4062 17.2705 -26.7646zM123.998 430.763c10.8857 4.24023 23.3027 6.55566 37.1719 6.93359l235.896 0.411133
218
- c81.25 0 147.353 66.1035 147.353 147.354s-65.9893 148.269 -147.239 148.269l-273.181 0.015625v-302.983z" />
219
- <glyph glyph-name="S" unicode="S" horiz-adv-x="662"
220
- d="M327.825 0.0341797c-73.7295 0 -128.538 8.91699 -172.497 28.0635c-47.3369 20.6182 -75.6553 51.3154 -95.0381 75.7559l-15.2881 19.2793l39.8477 29.5908l15.29 -19.2803c35.4443 -44.6904 79.5283 -84.8086 227.688 -84.8086
221
- c137.24 0 222.496 65.5986 222.496 171.192c0 96.6592 -84.7422 124.474 -224.308 158.792c-62.1211 15.2754 -126.354 31.0703 -175.64 59.8975c-28.2783 16.54 -49.2256 35.7598 -64.0361 58.7568c-16.5488 25.6992 -24.9404 56.0889 -24.9404 90.3242
222
- c0 58.1719 21.6826 106.668 62.7002 140.248c45.5195 37.2617 114.062 56.1553 203.725 56.1553c84.1182 0 162.609 -38.1396 215.347 -104.635l15.291 -19.2793l-39.8486 -29.5879l-15.291 19.2773c-43.1543 54.415 -107.121 85.623 -175.498 85.623
223
- c-77.4561 0 -135.083 -15.0244 -171.282 -44.6572c-29.8027 -24.3965 -44.915 -59.1006 -44.915 -103.145c0 -98.9727 85.667 -127.18 226.757 -161.873c61.6045 -15.1475 125.307 -30.8125 174.06 -59.1836c27.9951 -16.29 48.7314 -35.207 63.3955 -57.8291
224
- c16.3975 -25.2988 24.7139 -55.2041 24.7139 -88.8838c0 -30.4482 -5.85059 -59.2031 -17.3857 -85.4707c-11.9414 -27.1816 -29.6777 -51.0059 -52.71 -70.8125c-48.3232 -41.5488 -118.393 -63.5107 -202.633 -63.5107z" />
225
- <glyph glyph-name="T" unicode="T" horiz-adv-x="676"
226
- d="M626.972 783.746l0.000976562 -50h-272.242v-733.727h-50v733.727h-256.73v50h578.972z" />
227
- <glyph glyph-name="U" unicode="U" horiz-adv-x="636"
228
- d="M317.021 0.580078c-65.9814 0 -128.013 25.6943 -174.669 72.3516c-46.6553 46.6582 -72.3496 108.688 -72.3496 174.671v536.398h50v-536.398c0 -108.638 88.3828 -197.021 197.021 -197.021c108.639 0 197.021 88.3838 197.021 197.021v536.398h50v-536.398
229
- c0 -65.9814 -25.6953 -128.015 -72.3535 -174.671c-46.6582 -46.6553 -108.688 -72.3516 -174.67 -72.3516z" />
230
- <glyph glyph-name="V" unicode="V" horiz-adv-x="689"
231
- d="M317.656 0.0195312l-273.656 783.98h52.9609l247.285 -708.084l246.76 708.084h52.9502l-273.346 -783.98h-52.9541z" />
232
- <glyph glyph-name="W" unicode="W" horiz-adv-x="1049"
233
- d="M953.266 783.962l50.6133 0.0380859l-274.264 -783.982l-45.04 0.00195312l-160.759 590.655l-160.505 -590.655l-45.1172 -0.0107422l-274.195 783.991l50.2451 -0.0332031l243.6 -695.742l169.171 622.533l33.5693 0.00390625l169.354 -622.527z" />
234
- <glyph glyph-name="X" unicode="X" horiz-adv-x="737"
235
- d="M688.748 784l-291.103 -391.916l291.234 -392.065l-60.2617 0.139648l-260.962 351.529l-260.965 -351.528l-59.5615 -0.139648l290.535 392.065l-290.665 391.915l59.6914 0.0107422l260.965 -351.527l260.962 351.527z" />
236
- <glyph glyph-name="Y" unicode="Y" horiz-adv-x="742"
237
- d="M697.75 784l-287.02 -386.668c-4.61719 -11.957 -15.3926 -44.4775 -15.3926 -87.5449v-309.771h-49.0693v309.771c0 43.0303 -10.7559 75.5312 -15.3975 87.5566l-286.871 386.656l60.9189 0.0273438l265.886 -358.156l265.883 358.155z" />
238
- <glyph glyph-name="Z" unicode="Z" horiz-adv-x="719"
239
- d="M669.846 743.296l-549.231 -693.061h529.552v-50.2178h-601.166v40.7041l549.23 693.062h-529.552v50.2168h601.251z" />
240
- <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="242"
241
- d="M195.975 -138.003h-120.975v922.003h120.975v-49.9873h-70.9893v-822.028h70.9893v-49.9873z" />
242
- <glyph glyph-name="backslash" unicode="\" horiz-adv-x="404"
243
- d="M306.182 0.0195312l-260.182 783.98h52.8486l259.746 -783.98h-52.4131z" />
244
- <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="244"
245
- d="M48 -138.003v49.9873h70.9883v822.028h-70.9883v49.9873h120.975v-922.003h-120.975z" />
246
- <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="480"
247
- d="M84.5645 609.051l-28.5645 41.0371l192.385 133.912l175.721 -134.583l-30.4033 -39.6953l-146.727 112.378z" />
248
- <glyph glyph-name="underscore" unicode="_" horiz-adv-x="612"
249
- d="M60 0.0195312v50h492v-50h-492z" />
250
- <glyph glyph-name="grave" unicode="`" horiz-adv-x="216"
251
- d="M99.7676 613.811v23.6709c0.000976562 69.873 -34.3076 109.716 -35.7676 111.378l0.107422 -0.121094l37.1182 33.501c1.98145 -2.19531 48.542 -54.8154 48.541 -144.759v-23.6699h-49.999z" />
252
- <glyph glyph-name="a" unicode="a" horiz-adv-x="534"
253
- d="M258.736 -0.0429688c-54.1641 0 -105.321 16.9424 -144.049 47.7041c-40.4258 32.1094 -62.6885 75.3184 -62.6885 121.665c0 46.3516 22.2627 89.5596 62.6885 121.668c38.7275 30.7607 89.8848 47.7012 144.048 47.7012l121.353 0.0878906
254
- s15.7432 -0.774414 24.8037 7.77051c6.41504 6.05176 9.9082 16.1904 10.4014 30.1689v32.8779c0 65.7207 -66.3379 119.188 -147.879 119.188c-52.3057 0 -99.7275 -21.709 -126.854 -58.0713l-15.002 -20.1104l-40.2197 30.0039l15.002 20.1104
255
- c36.5508 48.9951 99.0078 78.2461 167.073 78.2461c52.0625 0 101.206 -17.0762 138.377 -48.0811c38.4844 -32.1006 59.6807 -75.1758 59.6807 -121.287v-240.274c0 -46.3486 -22.2627 -89.5576 -62.6875 -121.665c-38.7256 -30.7617 -89.8838 -47.7031 -144.048 -47.7031z
256
- M379.321 288.607l-120.566 -0.0869141c-42.8965 0 -82.9697 -13.0742 -112.858 -36.8154c-28.1914 -22.3916 -43.7188 -51.6455 -43.7188 -82.374c0 -30.7266 15.5264 -59.9795 43.7188 -82.373c29.8896 -23.7383 69.9629 -36.8135 112.839 -36.8135
257
- s82.9512 13.0752 112.839 36.8135c28.1924 22.3936 43.7197 51.6465 43.7197 82.373v125.434c-16.2158 -6.52344 -31.0244 -6.4209 -35.9727 -6.15723z" />
258
- <glyph glyph-name="b" unicode="b" horiz-adv-x="553"
259
- d="M206.092 0.0195312l-132.093 -0.000976562v783.98h50.0361v-182.251s-0.68457 -13.5742 7.83887 -22.6084c6.52832 -6.92188 17.832 -10.4316 33.5928 -10.4316l40.5537 0.115234c76.0391 0 147.458 -29.583 201.175 -83.2988s83.2988 -125.136 83.2988 -201.103
260
- c0 -75.9678 -29.583 -147.388 -83.2988 -201.104c-53.7168 -53.7148 -125.137 -83.2988 -201.104 -83.2988zM124.035 50.0537l82.0576 -0.000976562c129.229 0 234.366 105.138 234.366 234.369c0 129.229 -105.137 234.365 -234.367 234.365l-40.5537 -0.116211
261
- c-15.6445 0 -29.5039 2.3623 -41.5029 7.05371v-475.671z" />
262
- <glyph glyph-name="c" unicode="c" horiz-adv-x="534"
263
- d="M299.661 -0.113281c-33.6855 0 -65.2529 8.00195 -95.4375 23.5273c-28.9131 14.873 -54.791 36.0576 -76.916 62.9639c-44.6924 54.3525 -69.3066 128.696 -69.3066 202.659c0 73.9639 24.6143 149.088 69.3076 203.441c22.125 26.9072 48.0029 48.0898 76.916 62.9619
264
- c30.1855 15.5264 64.1221 23.5273 95.4375 23.5273c72.8145 0 130.155 -29.2783 166.479 -77.9678l14.9492 -20.0391l-40.0771 -29.8975l-14.9492 20.0391c-26.9785 36.167 -74.1113 57.7861 -126.117 57.8643c-105.868 -0.169922 -191.946 -104.894 -191.946 -239.931
265
- c0 -135.036 86.0781 -238.979 191.945 -239.149c52.0059 0.0791016 99.1377 21.6973 126.117 57.8652l14.9492 20.0371l40.0771 -29.8965l-14.9492 -20.0371c-36.3232 -48.6924 -96.1641 -77.9688 -166.479 -77.9688z" />
266
- <glyph glyph-name="d" unicode="d" horiz-adv-x="548"
267
- d="M139.299 83.3203c-53.7168 53.7148 -83.2998 125.136 -83.2998 201.104c0 75.9668 29.583 147.386 83.2988 201.103c53.7158 53.7178 125.136 83.2988 201.175 83.2988l40.5537 -0.115234c15.7607 0 27.0635 3.50977 33.5928 10.4316
268
- c8.52246 9.03418 7.83984 22.6084 7.83984 22.6084v182.25h50.0352v-783.98h-132.093c-75.9668 0 -147.387 29.584 -201.103 83.3008zM422.456 525.727c-11.998 -4.68945 -25.8584 -7.05176 -41.5029 -7.05176l-40.5537 0.116211
269
- c-129.229 0 -234.365 -105.137 -234.365 -234.366c0 -129.231 105.137 -234.369 234.365 -234.369h82.0566v475.671z" />
270
- <glyph glyph-name="e" unicode="e" horiz-adv-x="544"
271
- d="M300.476 0.0234375c-66.1953 0 -127.85 30.7656 -173.599 86.626c-31.1162 37.9912 -52.4385 84.7207 -62.4199 135.623c0 0 -6.46191 25.5264 -6.46191 67.2246c0 76.4199 24.6406 148.475 69.3857 202.889c22.1494 26.9365 48.0576 48.1436 77.002 63.0322
272
- c30.1299 15.499 62.1729 23.5508 95.2529 23.5508c57.1143 0 100.428 -14.4688 133.287 -41.4746c31.3613 -25.7734 48.6348 -60.916 48.6348 -98.9502c0 -39.7471 -19.748 -78.0703 -54.1748 -105.146c-37.1484 -29.2109 -89.3457 -44.6523 -150.945 -44.6523h-136.757
273
- c-1.07715 0 -12.0303 -0.0410156 -18.2979 -5.95703c-15.2432 -14.3848 -10.2939 -35.7842 -10.2939 -35.7842c16.1611 -111.817 94.9355 -196.926 189.387 -196.926c60.6133 0 107.598 20.0322 135.87 57.9316l14.9648 20.0596l40.1221 -29.9326l-14.9658 -20.0615
274
- c-26.5654 -35.6074 -78.6611 -78.0527 -175.991 -78.0527zM300.231 528.914c-93.7119 -0.139648 -171.938 -84.0557 -188.811 -194.674c13.1152 4.7959 29.0498 4.5625 29.0498 4.5625h135.965c50.2686 0 91.7637 11.7373 120.004 33.9434
275
- c22.6094 17.7793 35.0625 41.1465 35.0625 65.7979c-0.000976562 43.4766 -41.0771 90.2666 -131.271 90.3701z" />
276
- <glyph glyph-name="f" unicode="f" horiz-adv-x="351"
277
- d="M276.852 783.999h24.9834v-49.9629h-24.9824c-83.502 0 -151.873 -72.1289 -155.71 -162.37c11.9307 4.6377 25.6855 6.98438 41.1943 6.98438l114.609 -0.00585938v-49.9639l-114.636 0.00683594c-15.9062 0 -27.2734 -3.59277 -33.7607 -10.6768
278
- c-6.51074 -7.11133 -7.46582 -17.1426 -7.58594 -20.8115v-497.181h-49.9639v563.642c0 58.4941 21.1748 113.579 59.626 155.109c38.9434 42.0645 90.874 65.2295 146.226 65.2295z" />
279
- <glyph glyph-name="g" unicode="g" horiz-adv-x="548"
280
- d="M342.199 581.515l131.998 0.325195l-0.0908203 -612.995c0 -45.9482 -21.1191 -88.8672 -59.4668 -120.854c-37.0381 -30.8936 -86.0068 -47.9082 -137.885 -47.9082c-67.8242 0 -130.06 29.1465 -166.479 77.9688l-14.9482 20.0381l40.0762 29.8965l14.9492 -20.0391
281
- c27.0293 -36.2314 74.2822 -57.8633 126.401 -57.8633c81.25 0 147.352 53.2793 147.352 118.766v14.3564c-0.323242 4.62793 -1.75879 13.2607 -7.74121 19.6025c-6.52441 6.91699 -17.8184 10.4248 -33.5684 10.4248l-40.5254 -0.116211
282
- c-75.9834 0 -147.353 29.5605 -201.03 83.2393c-53.6787 53.6787 -83.2402 125.047 -83.2402 200.96c0 75.9121 29.5605 147.281 83.2402 200.959c53.6777 53.6787 125.046 83.2402 200.959 83.2402zM382.727 63.2295c15.6318 0 29.4814 -2.3623 41.4746 -7.0498v475.535
283
- l-81.9355 -0.204102c-129.2 0 -234.262 -105.06 -234.262 -234.199c0 -129.136 105.06 -234.198 234.198 -234.198z" />
284
- <glyph glyph-name="h" unicode="h" horiz-adv-x="559"
285
- d="M426.331 505.692c38.4775 -41.5586 59.6689 -96.6855 59.6689 -155.222v-350.451h-50v350.451c0 94.0117 -69.9814 170.496 -156 170.496l-120.163 -0.131836c-4.73633 -0.224609 -19.5742 -0.256836 -35.8369 6.40527v-527.221h-50v783.98h50v-171.29
286
- c0 -15.999 3.62793 -27.4648 10.7852 -34.0791c8.88965 -8.21777 22.375 -7.875 22.375 -7.875l122.813 0.210938c55.4189 0 107.386 -23.1807 146.357 -65.2744z" />
287
- <glyph glyph-name="i" unicode="i" horiz-adv-x="197"
288
- d="M72 0.0195312v578.98h50v-578.98h-50zM97 757.709c13.8066 0 25 -11.1924 25 -25v-13.709c0 -13.8076 -11.1934 -25 -25 -25c-13.8076 0 -25 11.1924 -25 25v13.709c0 13.8066 11.1924 25 25 25z" />
289
- <glyph glyph-name="j" unicode="j" horiz-adv-x="344"
290
- d="M244.002 757.709c13.8066 0 25 -11.1924 25 -25v-13.709c0 -13.8076 -11.1924 -25 -25 -25s-25 11.1924 -25 25v13.709c0 13.8066 11.1924 25 25 25zM219.002 20.2373v583.763h50v-583.763c0 -58.5361 -21.1904 -113.661 -59.6709 -155.222
291
- c-38.9717 -42.0918 -90.9375 -65.2744 -146.331 -65.2744h-25v50h25c86.0205 0 156.002 76.4834 156.002 170.496z" />
292
- <glyph glyph-name="k" unicode="k" horiz-adv-x="577"
293
- d="M250.767 323.728l278.831 -323.709h-66.6328l-250.354 291.391c-0.316406 0.369141 -0.334961 0.37207 -0.5625 0.675781c-0.967773 1.09961 -10.2764 11.3242 -21.4863 11.8438c-4.04492 0.188477 -8.31641 -0.943359 -12.7744 -3.35352l-53.7881 -42.6816v-257.874h-50
294
- v783.98h50v-462.277l324.089 257.277h80.8848l-299.147 -237.128c11.54 -7.25879 18.8311 -15.5713 20.9404 -18.1445z" />
295
- <glyph glyph-name="l" unicode="l" horiz-adv-x="200"
296
- d="M74 0.0195312v783.98h50v-783.98h-50z" />
297
- <glyph glyph-name="m" unicode="m" horiz-adv-x="915"
298
- d="M782.331 513.692c38.4795 -41.5586 59.6709 -96.6836 59.6709 -155.22v-358.451h-50v358.451c0 94.0117 -69.9814 170.496 -156 170.496c-86.0195 0 -156 -76.4844 -156 -170.496v-358.451h-50v358.451c0 94.0117 -69.9814 170.496 -156 170.496
299
- c-86.0195 0 -156 -76.4844 -156 -170.496v-358.451h-50v358.451c0 58.5361 21.1914 113.662 59.6689 155.221c38.9717 42.0928 90.9385 65.2744 146.33 65.2744s107.359 -23.1816 146.33 -65.2744c13.8662 -14.9785 25.4766 -31.7246 34.6699 -49.751
300
- c9.19336 18.0264 20.8027 34.7725 34.6699 49.75c38.9717 42.0928 90.9375 65.2744 146.33 65.2744c55.3916 0 107.357 -23.1807 146.33 -65.2744z" />
301
- <glyph glyph-name="n" unicode="n" horiz-adv-x="553"
302
- d="M480 0.0195312h-49.999v358.451c0 94.0117 -69.9814 170.496 -156 170.496c-86.0195 0 -156 -76.4844 -156 -170.496v-358.451h-50v358.451c0 58.5361 21.1904 113.662 59.6689 155.221c38.9717 42.0938 90.9385 65.2744 146.33 65.2744
303
- s107.358 -23.1816 146.33 -65.2744c38.4795 -41.5596 59.6699 -96.6846 59.6699 -155.221v-358.451z" />
304
- <glyph glyph-name="o" unicode="o" horiz-adv-x="624"
305
- d="M308.472 0.669922c-34.3223 0 -67.582 7.85352 -98.8594 23.3447c-29.8945 14.8076 -56.6699 35.9189 -79.584 62.751c-46.4482 54.3906 -72.0283 126.46 -72.0283 202.931c0 76.4736 25.5801 148.542 72.0283 202.935c22.9141 26.832 49.6885 47.9453 79.584 62.751
306
- c31.2773 15.4912 64.5381 23.3467 98.8604 23.3467c34.3213 0 67.583 -7.85352 98.8594 -23.3457c29.8955 -14.8076 56.6699 -35.9189 79.584 -62.751c46.4473 -54.3916 72.0264 -126.461 72.0264 -202.935c0 -76.4717 -25.5801 -148.54 -72.0264 -202.932
307
- c-22.9141 -26.832 -49.6895 -47.9434 -79.585 -62.751c-31.2764 -15.4902 -64.5381 -23.3447 -98.8594 -23.3447zM308.473 528.729c-110.541 0 -200.473 -107.229 -200.473 -239.03c0 -131.8 89.9316 -239.026 200.473 -239.026c110.539 0 200.47 107.229 200.47 239.026
308
- c-0.000976562 131.802 -89.9307 239.03 -200.47 239.03z" />
309
- <glyph glyph-name="p" unicode="p" horiz-adv-x="552"
310
- d="M405.195 500.68c53.7168 -53.7158 83.2998 -125.136 83.2998 -201.104c0 -75.9668 -29.583 -147.386 -83.2988 -201.104c-53.7158 -53.7168 -125.136 -83.2988 -201.175 -83.2988l-40.5537 0.114258c-15.7607 0 -27.0635 -3.50977 -33.5928 -10.4326
311
- c-8.52246 -9.03223 -7.83887 -22.6064 -7.83887 -22.6064v-182.249h-50.0352v783.979h132.092c75.9668 0 147.387 -29.584 201.103 -83.2998zM122.037 58.2744c11.999 4.68945 25.8594 7.05371 41.5039 7.05371l40.5537 -0.115234
312
- c129.229 0 234.366 105.136 234.366 234.364c0 129.231 -105.137 234.368 -234.367 234.368h-82.0566v-475.671z" />
313
- <glyph glyph-name="q" unicode="q" horiz-adv-x="549"
314
- d="M342.402 583.98h132.093v-783.979h-50.0361v182.252s0.68457 13.5732 -7.83887 22.6064c-6.52832 6.92188 -17.832 10.4326 -33.5928 10.4326l-40.5537 -0.115234c-76.0391 0 -147.458 29.582 -201.175 83.2988c-53.7168 53.7178 -83.2979 125.136 -83.2979 201.102
315
- c0 75.9678 29.582 147.388 83.2988 201.104c53.7158 53.7158 125.136 83.2998 201.103 83.2998zM424.458 533.945l-82.0566 -0.000976562c-129.229 0 -234.365 -105.137 -234.365 -234.368c0 -129.229 105.137 -234.364 234.365 -234.364l40.5537 0.115234
316
- c15.6445 0 29.5049 -2.36133 41.5029 -7.05273v475.671z" />
317
- <glyph glyph-name="r" unicode="r" horiz-adv-x="325"
318
- d="M118.053 0.0195312l-50.0537 0.00195312v358.25c0 58.5986 21.2129 113.781 59.7314 155.385c39.0137 42.1367 91.0381 65.3438 146.488 65.3438v-50.0537c-86.1104 0 -156.166 -76.5654 -156.166 -170.678v-358.249z" />
319
- <glyph glyph-name="s" unicode="s" horiz-adv-x="512"
320
- d="M258.223 0.15918c-52.3789 0 -91.4785 6.61816 -123.056 20.833c-34.4502 15.5098 -54.9561 38.4619 -68.9717 56.7285l-15.1934 19.8008l39.5996 30.3857l15.1924 -19.7988c23.4688 -30.584 52.7861 -58.0352 152.431 -58.0352
321
- c90.8398 0 147.271 44.2852 147.271 115.574c0 30.8564 -12.5586 52.1709 -40.7236 69.1094c-28.5537 17.1709 -69.7803 27.6475 -109.651 37.7793c-43.7393 11.1152 -88.9658 22.6094 -124.198 43.9072c-43.4639 26.2764 -65.502 64.4883 -65.502 113.576
322
- c0 44.0889 15.998 80.9277 46.2646 106.534c33.0508 27.9609 82.3525 42.1387 146.539 42.1387c60.8564 0 117.616 -28.4824 155.729 -78.1465l15.1934 -19.7988l-39.5996 -30.3877l-15.1924 19.7998c-28.5869 37.2539 -70.915 58.6191 -116.129 58.6191
323
- c-94.8145 0 -142.892 -33.2275 -142.892 -98.7598c0 -31.6924 12.7715 -53.5479 41.4111 -70.8604c28.8877 -17.4629 70.4629 -28.0273 110.669 -38.2461c43.375 -11.0205 88.2285 -22.4209 123.082 -43.3838c43.0723 -25.9043 64.9121 -63.5459 64.9121 -111.883
324
- c0 -46.6748 -18.209 -88.5615 -51.2715 -117.94c-35 -31.1035 -85.457 -47.5459 -145.914 -47.5459z" />
325
- <glyph glyph-name="t" unicode="t" horiz-adv-x="333"
326
- d="M120.128 221.078c0 -94.252 70.1621 -170.931 156.4 -170.929v-50.1289c-55.5322 0 -107.634 23.2412 -146.706 65.4414c-38.5762 41.667 -59.8213 96.9307 -59.8213 155.616v562.922h50.1279v-222.773c12.0127 4.70117 25.8701 7.08301 41.5078 7.08301h114.89v-50.1279
327
- h-114.891c-15.9844 0 -27.3887 -3.60352 -33.8975 -10.7109c-6.53516 -7.13672 -7.49023 -17.21 -7.61035 -20.8857v-265.507z" />
328
- <glyph glyph-name="u" unicode="u" horiz-adv-x="549"
329
- d="M273 0.0195312c-55.3916 0 -107.36 23.1826 -146.332 65.2744c-38.4775 41.5605 -59.6689 96.6855 -59.6689 155.223v358.451h50v-358.451c0 -94.0117 69.9805 -170.496 156 -170.496c86.0186 0 156 76.4844 156 170.496v358.451h50v-358.451
330
- c0 -58.5361 -21.1904 -113.662 -59.6689 -155.223c-38.9707 -42.0938 -90.9385 -65.2744 -146.33 -65.2744z" />
331
- <glyph glyph-name="v" unicode="v" horiz-adv-x="570"
332
- d="M306.553 0.0810547h-46.8818l-215.671 578.919h53.2334l185.879 -498.538l185.629 498.538h53.4609z" />
333
- <glyph glyph-name="w" unicode="w" horiz-adv-x="877"
334
- d="M613.003 0.0380859l-46.8135 -0.0185547l-129.829 418.438l-129.733 -418.438l-46.9121 0.0185547l-215.714 578.962h53.2637l183.722 -492.748l131.478 424.098h47.791l131.477 -424.098l183.472 492.748h53.6729z" />
335
- <glyph glyph-name="x" unicode="x" horiz-adv-x="576"
336
- d="M526.493 579l-209.601 -289.479l209.726 -289.502l-59.998 0.0390625l-179.541 248.243l-179.541 -248.243l-59.4131 -0.0390625l209.142 289.502l-209.267 289.479l59.5381 -0.0146484l179.541 -248.244l179.541 248.244z" />
337
- <glyph glyph-name="y" unicode="y" horiz-adv-x="574"
338
- d="M474.909 578.998l51.5908 0.000976562l-239.815 -641.497c-13.876 -39.7119 -38.3301 -73.7363 -70.7285 -98.4033c-33.5713 -25.5576 -73.166 -39.0654 -114.505 -39.0654h-23.9932v47.9863h23.9932c61.7773 0 118.039 42.4033 140.001 105.516l0.182617 0.504883
339
- l2.66992 8.78027c5.36133 15.5703 4.01172 43.2998 -3.80176 78.0771c-6.38086 28.4043 -14.7305 51.1836 -14.8135 51.4111l-181.688 486.691h51.5l175.185 -470.015c0.345703 -0.939453 6.74707 -18.4121 12.9609 -42.3945z" />
340
- <glyph glyph-name="z" unicode="z" horiz-adv-x="561"
341
- d="M488.857 -0.149414h-438.835l-0.0214844 40.9902l386.936 487.786h-367.53v50.1738h439.104v-40.6768l-387.183 -488.1h367.529v-50.1738z" />
342
- <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="409"
343
- d="M328.312 -124.269c-58.5488 0 -98.1494 24.3057 -117.732 72.291c-16.374 40.1182 -17.4805 93.3076 -18.6514 149.62c-3.41309 164.215 -28.7109 199.891 -101.158 203.482l-42.7715 0.353516v57.1455l42.7734 0.130859
344
- c72.4482 3.58984 97.7451 39.2646 101.158 203.479c1.1709 56.3125 2.27637 109.503 18.6504 149.623c20.0137 49.0371 60.96 73.3672 121.626 72.2539l28.8086 -0.519531v-57.6191l-29.8477 0.521484c-45.7148 0.822266 -59.3145 -17.0137 -67.2314 -36.4111
345
- c-12.3359 -30.2266 -13.334 -78.2266 -14.3896 -129.044c-2.0332 -97.7676 -11.7969 -153.394 -33.7002 -192.001c-9.01465 -15.8887 -20.0977 -28.8789 -33.5107 -39.0996c13.4121 -10.2207 24.4951 -23.2109 33.5107 -39.1006
346
- c21.9033 -38.6064 31.667 -94.2334 33.7002 -191.999c1.05566 -50.8174 2.05469 -98.8174 14.3896 -129.046c7.91699 -19.3936 21.5391 -37.2021 67.2324 -36.4092l29.8477 0.520508v-57.6182l-28.8086 -0.519531
347
- c-1.30957 -0.0234375 -2.60547 -0.0351562 -3.89551 -0.0351562z" />
348
- <glyph glyph-name="bar" unicode="|" horiz-adv-x="200"
349
- d="M75 -136.031v920.031h50v-920.031h-50z" />
350
- <glyph glyph-name="braceright" unicode="}" horiz-adv-x="410"
351
- d="M81.7031 -124.269c-1.28906 0 -2.58594 0.0117188 -3.89648 0.0351562l-28.8076 0.518555v57.6182l29.8477 -0.520508c45.6934 -0.792969 59.3154 17.0156 67.2324 36.4092c12.335 30.2275 13.334 78.2275 14.3896 129.046c2.0332 97.7666 11.7969 153.393 33.7002 192
352
- c9.01562 15.8896 20.0986 28.8799 33.5107 39.1006c-13.4131 10.2207 -24.4961 23.2109 -33.5107 39.0996c-21.9033 38.6074 -31.667 94.2334 -33.7002 192.001c-1.05566 50.8164 -2.05371 98.8164 -14.3896 129.045c-7.91699 19.3965 -21.5166 37.2324 -67.2314 36.4102
353
- l-29.8477 -0.518555v57.6182l28.8086 0.519531c60.666 1.11328 101.612 -23.2168 121.626 -72.2539c16.374 -40.1201 17.4795 -93.3105 18.6504 -149.622c3.41309 -164.215 28.71 -199.89 101.159 -203.479l42.7715 -0.128906v-57.1465l-42.7715 -0.355469
354
- c-72.4482 -3.59082 -97.7461 -39.2666 -101.159 -203.48c-1.1709 -56.3135 -2.27734 -109.503 -18.6514 -149.621c-19.582 -47.9873 -59.1807 -72.2939 -117.73 -72.2939z" />
355
- <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="561"
356
- d="M371.712 266.138c-42.7627 0 -81.2158 30.5068 -115.696 57.8623c-30.6699 24.333 -62.3838 49.4951 -86.0762 43.9238c-18.1533 -4.26855 -37.5381 -27.4023 -56.0557 -66.9043l-10.6113 -22.6357l-45.2734 21.2217l10.6104 22.6357
357
- c25.959 55.376 55.3604 86.2402 89.8877 94.3555c22.1309 5.20215 45.3389 1.03027 70.9512 -12.7539c19.8232 -10.6689 39.0498 -25.9219 57.6426 -40.6729c32.5049 -25.7881 66.1172 -52.4512 93.5811 -45.9873c23.2471 5.47363 47.0645 33.9629 70.793 84.6768
358
- l10.5947 22.6455l45.2881 -21.1895l-10.5947 -22.6436c-15.627 -33.4004 -31.5527 -58.6191 -48.6836 -77.0986c-17.2236 -18.5791 -36.0439 -30.375 -55.9375 -35.0596c-6.91211 -1.62598 -13.7217 -2.37598 -20.4199 -2.37598z" />
359
- <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="205"
360
- d="M78.4697 0.174805v470.669h50.0732v-470.669h-50.0732zM103.898 685.515c-27.3564 0 -46.8975 20.3242 -46.8975 49.2441c0 28.1377 18.7598 49.2412 46.1162 49.2412c28.9199 0 46.8965 -21.1045 46.8965 -49.2422
361
- c0.000976562 -28.9199 -18.7588 -49.2432 -46.1152 -49.2432z" />
362
- <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="509"
363
- d="M411.062 107.752l14.9512 20.0391l40.0762 -29.8984l-14.9492 -20.0371c-31.2822 -41.9307 -81.6133 -69.3291 -138.163 -76.2314v-53.7686h-50v53.2432c-25.4736 2.74316 -50.2002 10.2002 -73.752 22.3154c-28.9131 14.8721 -54.791 36.0566 -76.916 62.9629
364
- c-44.6943 54.3525 -69.3076 126.325 -69.3076 202.659v0.779297c0 76.335 24.6133 148.308 69.3066 202.662c22.125 26.9062 48.0029 48.0898 76.916 62.9619c23.5518 12.1143 48.2783 19.5723 73.752 22.3154v53.2451h50v-53.7666
365
- c56.5488 -6.90527 106.88 -34.3027 138.163 -76.2334l14.9492 -20.0391l-40.0762 -29.8984l-14.9502 20.0381c-26.9834 36.167 -74.1152 57.7861 -126.119 57.8652c-105.867 -0.169922 -191.944 -107.387 -191.944 -239.15v-0.779297
366
- c0 -131.762 86.0771 -238.979 191.944 -239.149c52.0049 0.0791016 99.1377 21.6982 126.119 57.8652z" />
367
- <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="605"
368
- d="M555.474 0.0195312l-506.473 0.00292969v49.3574c26.002 0 45.5576 8.10547 62.6826 48.4531c19.9287 46.957 30.8037 127.008 33.0635 243.898l-78.4385 -0.126953l-0.0800781 50l78.9688 0.126953c0.0888672 77.8867 5.26074 141.229 15.8105 193.575
369
- c10.1572 50.3955 25.1055 89.4287 45.7012 119.325c19.4434 28.2227 43.4229 47.7285 73.3086 59.6318c23.9014 9.51758 50.9531 13.9521 85.1377 13.9521c36.8369 -0.000976562 73.0342 -15.7051 104.679 -45.415c28.6221 -26.8701 53.8857 -65.6465 73.0625 -112.132
370
- l-46.2207 -19.0684c-32.708 79.2812 -81.874 126.614 -131.521 126.614c-57.876 0 -91.8516 -15.0508 -117.271 -51.9502c-35.2803 -51.2119 -52.5166 -144.275 -52.6885 -284.452l222.208 0.361328l0.0810547 -50l-222.72 -0.362305
371
- c-2.33203 -125.423 -14.2715 -209.831 -37.0566 -263.516c-4.34961 -10.25 -9.12988 -19.4072 -14.3584 -27.5625l412.064 0.481445z" />
372
- <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="590"
373
- d="M498.962 364.021c0 -45.3311 -12.4727 -88.626 -35.6318 -125.18l72.1719 -72.1719l-35.3555 -35.3555l-68.3984 68.3994c-37.2871 -36.6172 -85.0176 -56.6465 -135.684 -56.6465s-98.3945 20.0312 -135.683 56.6465l-68.3975 -68.3994l-35.3545 35.3555
374
- l72.1719 72.1719c-23.1553 36.5537 -35.6318 79.8477 -35.6318 125.179c0 45.7812 12.7148 89.4883 36.3125 126.271l-73.4834 73.4834l35.3555 35.3555l69.9277 -69.9277c37.1553 36.0586 84.5234 55.7695 134.784 55.7695c50.1172 0 97.3604 -19.5967 134.467 -55.459
375
- l69.6152 69.6162l35.3555 -35.3555l-73.1045 -73.1035c23.7539 -36.8613 36.5625 -80.71 36.5625 -126.649zM296.068 193.068c84.3057 0 152.896 76.6885 152.896 170.952c0 94.2646 -68.5889 170.952 -152.896 170.952s-152.896 -76.6885 -152.896 -170.953
376
- c0 -94.2637 68.5879 -170.951 152.896 -170.951z" />
377
- <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="699"
378
- d="M389.442 397.536c-2.27637 -5.89355 -6.04004 -16.7793 -9.28418 -31.4658h161.061v-49.1016h-167.072c-0.0615234 -2.31738 -0.105469 -60.3916 -0.105469 -60.3916h167.18v-49.1025h-167.179v-207.52h-49.1025v207.519h-169.145v49.1025h169.144
379
- s-0.0439453 58.0762 -0.107422 60.3916h-169.037v49.1016h163.023c-3.23926 14.6689 -7.00293 25.5547 -9.29004 31.4775l-265.526 357.672l39.4248 29.2676l266.062 -358.394l266.062 358.394l39.4268 -29.2676z" />
380
- <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="501"
381
- d="M450.987 390.44c0 -43.752 -15.7021 -83.1416 -44.2061 -110.909c-12.5996 -12.2754 -27.4844 -22.1738 -44.3164 -29.582c26.3369 -23.6006 39.668 -54.7295 39.668 -92.8125c0 -43.7539 -15.6982 -83.1426 -44.2021 -110.913
382
- c-30.707 -29.916 -74.9541 -45.7285 -127.957 -45.7285c-96.043 0 -136.477 29.6533 -167.64 74.1738l-14.3359 20.4814l40.9629 28.6719l14.333 -20.4824c20.2393 -28.9131 43.7402 -52.8467 126.679 -52.8467c76.4912 0 122.158 39.8672 122.158 106.642
383
- c0 40.4746 -21.5107 61.2178 -59.2207 77.0547c-4.62305 -0.255859 -143.799 43.0312 -174.487 63.3682c-37.7314 25.0078 -56.8643 61.082 -56.8643 107.223c0 41.3428 13.8242 76.0166 39.9775 100.275c15.3457 14.2334 34.6455 24.7568 57.7139 31.5234
384
- c-32.4111 24.6709 -48.8398 58.7666 -48.8398 101.508c0 41.3418 13.8252 76.0176 39.9785 100.274c29.0547 26.9492 72.2666 40.6133 128.437 40.6133c53.5879 0 103.385 -27.2363 136.624 -74.7217l14.3379 -20.4814l-40.9619 -28.6729l-14.3359 20.4814
385
- c-24.0996 34.4316 -58.0732 53.3936 -95.6602 53.3936c-43.1523 0 -74.9248 -9.1748 -94.4355 -27.2705c-15.9121 -14.7598 -23.9795 -36.1621 -23.9795 -63.6172c0 -62.0439 48.5352 -78.7148 127.726 -100.777c37.4199 -10.4258 76.1172 -21.2061 106.479 -41.2256
386
- c37.4033 -24.6621 56.3682 -60.2041 56.3682 -105.643zM300.636 284.97c63.2783 7.00293 100.352 45.3135 100.351 105.472c0 60.4541 -47.9814 76.8906 -126.269 98.7012c-7.65723 2.13184 -15.3652 4.28613 -23.0479 6.52539h-21.6953
387
- c-43.1523 0 -74.9248 -9.17578 -94.4355 -27.2715c-15.9111 -14.7578 -23.9795 -36.1611 -23.9795 -63.6162c0 -62.0439 48.5361 -78.7139 127.726 -100.777c20.6016 -5.73926 41.5801 -11.5967 61.3506 -19.0332z" />
388
- <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="441"
389
- d="M224.68 115.975l-175.68 173.645l175.68 174.093l-0.0361328 -70.7451l-104.53 -103.123l104.206 -102.801zM380.875 115.976l-176.111 173.214l176.11 174.523l0.192383 -70.5176l-104.758 -103.351l105.108 -103.703z" />
390
- <glyph glyph-name="uni00B5" unicode="&#xb5;" horiz-adv-x="550"
391
- d="M437 784l49.998 -0.00195312v-350.451c0 -58.5371 -21.1904 -113.662 -59.668 -155.222c-38.9717 -42.0918 -90.9395 -65.2734 -146.331 -65.2734c0 0 -122.142 0.138672 -122.66 0.191406c-1.58301 0.03125 -14.251 0.0566406 -22.8213 -8.10449
392
- c-6.97949 -6.64648 -10.5186 -18.0283 -10.5186 -33.8301v-171.29h-50v783.98h50v-527.219c16.2607 6.66309 31.0977 6.63184 35.8379 6.40527l120.19 -0.132812c85.9912 0 155.973 76.4844 155.973 170.496v350.451z" />
393
- <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="644"
394
- d="M570.419 784.1v-784.082h-50v358.155c-0.380859 4.71582 -1.90625 13.0244 -7.70996 19.1758c-5.94141 6.29785 -15.8506 9.75879 -29.4629 10.3301v-387.661h-50v387.98l-185.955 0.108398c-108.761 0 -197.292 88.5322 -197.292 197.354
395
- s88.5322 197.354 197.353 197.354zM247.352 438.107l185.895 -0.109375v295.554l-185.797 -0.739258c-81.3477 0 -147.449 -66.1006 -147.449 -147.352s66.1016 -147.354 147.352 -147.354zM483.246 437.696c13.8711 -0.380859 26.2871 -2.69629 37.1719 -6.93848v303.139
396
- l-37.1719 -0.146484v-296.054z" />
397
- <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="445"
398
- d="M220.738 115.975l0.360352 71.0674l104.206 102.801l-104.53 103.123l-0.0361328 70.7451l175.679 -174.093zM64.5439 115.974l-0.542969 70.167l105.109 103.703l-104.759 103.351l0.192383 70.5176l176.11 -174.523z" />
399
- <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="515"
400
- d="M273.483 688.319c-26.5664 0 -44.7852 19.7383 -44.7842 47.8232c0 27.3262 17.458 47.8213 45.5439 47.8213c26.5664 0 44.7852 -20.4951 44.7852 -47.8213c0 -28.0859 -18.9766 -47.8232 -45.5449 -47.8232zM106.145 54.5156
401
- c-34.1133 32.0732 -52.1436 78.1572 -52.1436 133.271c0 65.7334 14.7373 115.654 45.0527 152.616c26.585 32.4102 60.1074 49.1162 89.6816 63.8555c45.376 22.6123 67.1875 35.3701 67.1875 77.9043v24.3145h48.6289v-24.3145
402
- c0 -74.5225 -50.0049 -99.4424 -94.125 -121.43c-55.4346 -27.6279 -107.798 -53.7207 -107.798 -172.945c0 -92.3037 58.9414 -139.108 175.188 -139.108c54.9307 0 106.525 29.0986 141.556 79.833l13.8164 20.0078l40.0156 -27.6309l-13.8145 -20.0078
403
- c-44.2461 -64.0801 -110.427 -100.831 -181.573 -100.831c-75.4766 0 -133.234 18.3252 -171.673 54.4658z" />
404
- <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="684"
405
- d="M364.426 784.051l273.546 -784.027h-52.6611l-105.249 301.91c-17.8096 -8.70312 -41.6621 -13.1025 -71.2061 -13.1025h-148.147c-26.4482 0.000976562 -47.833 -7.59766 -63.5635 -22.583c-10.123 -9.64551 -14.3477 -19.0732 -14.7695 -20.0596l-85.9375 -246.169
406
- h-52.4385l273.652 784.039zM408.854 338.369c33.0449 0 48.748 6.61523 54.6152 11.1445l-122.447 351.188l-129.034 -369.668c13.75 4.46777 29.9033 7.33496 48.7168 7.33496h0.000976562h148.148zM239.797 910.108l30.3984 39.6943l164.707 -126.139l-30.3984 -39.6934z
407
- " />
408
- <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="684"
409
- d="M364.426 784.051l273.546 -784.027h-52.6611l-105.249 301.91c-17.8096 -8.70312 -41.6621 -13.1025 -71.2061 -13.1025h-148.147c-26.4482 0.000976562 -47.833 -7.59766 -63.5635 -22.583c-10.123 -9.64551 -14.3477 -19.0732 -14.7695 -20.0596l-85.9375 -246.169
410
- h-52.4385l273.652 784.039zM408.854 338.369c33.0449 0 48.748 6.61523 54.6152 11.1445l-122.447 351.188l-129.034 -369.668c13.75 4.46777 29.9033 7.33496 48.7168 7.33496h0.000976562h148.148zM215.593 823.649l164.706 126.139l30.4004 -39.6934l-164.707 -126.139z
411
- " />
412
- <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="684"
413
- d="M364.426 784.051l273.546 -784.027h-52.6611l-105.249 301.91c-17.8096 -8.70312 -41.6621 -13.1025 -71.2061 -13.1025h-148.147c-26.4482 0.000976562 -47.833 -7.59766 -63.5635 -22.583c-10.123 -9.64551 -14.3477 -19.0732 -14.7695 -20.0596l-85.9375 -246.169
414
- h-52.4385l273.652 784.039zM408.854 338.369c33.0449 0 48.748 6.61523 54.6152 11.1445l-122.447 351.188l-129.034 -369.668c13.75 4.46777 29.9033 7.33496 48.7168 7.33496h0.000976562h148.148zM347.145 899.201l-166.215 -115.718l-28.5693 41.0361l196.19 136.584
415
- l179.211 -137.254l-30.4033 -39.6963z" />
416
- <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="684"
417
- d="M364.426 784.051l273.546 -784.027h-52.6611l-105.249 301.91c-17.8096 -8.70312 -41.6621 -13.1025 -71.2061 -13.1025h-148.147c-26.4482 0.000976562 -47.833 -7.59766 -63.5635 -22.583c-10.123 -9.64551 -14.3477 -19.0732 -14.7695 -20.0596l-85.9375 -246.169
418
- h-52.4385l273.652 784.039zM408.854 338.369c33.0449 0 48.748 6.61523 54.6152 11.1445l-122.447 351.188l-129.034 -369.668c13.75 4.46777 29.9033 7.33496 48.7168 7.33496h0.000976562h148.148zM264.461 840.104l-10.6123 -22.6338l-45.2715 21.2236l10.6104 22.6367
419
- c15.251 32.5332 33.2959 50.8467 55.1641 55.9854c30.376 7.14062 55.4199 -12.7324 77.5195 -30.2656c13.4297 -10.6553 30.1514 -23.917 38.9316 -21.8447c2.99414 0.705078 13.9316 5.51562 29.0586 37.8467l10.5957 22.6436l45.2871 -21.1875l-10.5947 -22.6455
420
- c-18.123 -38.7324 -38.1055 -59.4902 -62.8877 -65.3262c-4.58984 -1.08008 -9.08008 -1.57324 -13.4629 -1.57324c-26.5156 0 -49.2275 18.0215 -68.0039 32.917c-11.2256 8.90625 -28.1914 22.3662 -35.001 20.7617
421
- c-0.915039 -0.214844 -9.28809 -2.84277 -21.333 -28.5381z" />
422
- <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="685"
423
- d="M364.426 784.051l273.546 -784.027h-52.6611l-105.249 301.91c-17.8096 -8.70312 -41.6621 -13.1025 -71.2061 -13.1025h-148.147c-26.4482 0.000976562 -47.833 -7.59766 -63.5635 -22.583c-10.123 -9.64551 -14.3477 -19.0732 -14.7695 -20.0596l-85.9375 -246.169
424
- h-52.4385l273.652 784.039zM408.854 338.369c33.0449 0 48.748 6.61523 54.6152 11.1445l-122.447 351.188l-129.034 -369.668c13.75 4.46777 29.9033 7.33496 48.7168 7.33496h0.000976562h148.148zM251.006 809.866c-13.8086 0 -25 11.1924 -25 25v13.71
425
- c0 13.8066 11.1914 25 25 25c13.8057 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1934 -25 -25 -25zM431.006 809.866c-13.8096 0 -25 11.1924 -25 25v13.71c0 13.8066 11.1904 25 25 25c13.8057 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1934 -25 -25 -25z" />
426
- <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="684"
427
- d="M364.426 784.051l273.547 -784.027h-52.6611l-105.249 301.91c-17.8105 -8.7041 -41.6641 -13.1025 -71.207 -13.1025h-148.147c-26.4473 0.000976562 -47.833 -7.59766 -63.5635 -22.583c-10.123 -9.64355 -14.3477 -19.0732 -14.7695 -20.0596l-85.9375 -246.169
428
- h-52.4385l273.649 784.034c-35.4766 9.82715 -61.6064 42.3838 -61.6064 80.9463c0 46.3174 37.6816 84 84 84c46.3174 0 83.999 -37.6826 83.999 -84c0 -38.5674 -26.1348 -71.125 -61.6182 -80.9492h2.00293zM306.042 865.001c0 -18.748 15.252 -34 34 -34
429
- c18.7471 0 33.999 15.252 33.999 34s-15.252 34 -33.999 34c-18.748 0 -34 -15.252 -34 -34zM408.855 338.369c33.0449 0 48.748 6.61426 54.6152 11.1436l-122.447 351.188l-129.033 -369.667c13.748 4.4668 29.9033 7.33496 48.7168 7.33496h0.000976562h148.147z" />
430
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="861"
431
- d="M795.942 0.779297l-466.726 -0.639648v290.725c-15.7422 -4.94824 -34.8555 -7.44824 -57.2031 -7.44824h-12.3643c-59.2549 0 -77.4395 -39.3408 -79.0615 -43.1543l-83.7266 -239.474h-52.8604l273.56 783.212h478.335l0.0263672 -49.9668l-416.74 -0.231445v-302.602
432
- c11.9746 4.68457 25.7861 7.05859 41.374 7.05859h375.353v-49.9668h-375.352c-15.9326 0 -27.2998 -3.5918 -33.7881 -10.6768c-6.50684 -7.10742 -7.46387 -17.1328 -7.58594 -20.8076v-306.632l416.691 0.570312zM272.013 333.385
433
- c42.6123 0 56.832 12.8633 57.2031 13.3135v319.367l-118.707 -340.078c13.8691 4.50391 30.1641 7.39746 49.1387 7.39746h0.000976562h12.3643z" />
434
- <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="698"
435
- d="M590.467 181.659l13.2324 21.4971l43 -26.4658l-13.2334 -21.5c-28.877 -46.918 -66.6016 -85.8525 -109.096 -112.593c-38.0742 -23.96 -80.2881 -38.2656 -123.252 -41.9414v-22.4229c12.958 -4.94434 24.792 -13.6162 34.2051 -25.3789
436
- c14.2217 -17.7695 22.0537 -41.0703 22.0537 -65.6064s-7.83203 -47.834 -22.0537 -65.6045c-15.3154 -19.1367 -37.0342 -30.1143 -59.5898 -30.1143c-26.2236 0 -50.9824 14.7891 -66.2285 39.5605l-13.2334 21.5l42.999 26.4668l13.2334 -21.5
437
- c6.0752 -9.87207 14.542 -15.5332 23.2285 -15.5332c16.8838 0 31.1494 20.7109 31.1494 45.2285c0 24.5156 -14.2646 45.2295 -31.1494 45.2295h-25.2461l0.139648 50.4902v18.2451c-33.7754 3.62598 -66.5547 13.7588 -97.7715 30.2588
438
- c-38.0547 20.1143 -72.1328 48.7842 -101.284 85.2139c-59.0488 73.791 -91.5703 171.572 -91.5703 275.334s32.5215 201.544 91.5684 275.335c29.1514 36.4287 63.2285 65.0986 101.284 85.2129c39.8877 21.083 82.3252 31.7715 126.136 31.7715
439
- c50.5117 -0.000976562 100.783 -14.835 145.38 -42.9004c42.4941 -26.7383 80.2197 -65.6719 109.097 -112.59l13.2334 -21.5l-43 -26.4658l-13.2314 21.5c-51.4258 83.5469 -128.505 131.464 -211.479 131.464c-148.051 0 -268.497 -153.344 -268.497 -341.829
440
- c0 -188.483 120.446 -341.828 268.497 -341.828c82.9746 0 160.055 47.917 211.479 131.466z" />
441
- <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="605"
442
- d="M208.953 926.157l30.3994 39.6943l164.707 -126.139l-30.4004 -39.6934zM539.967 50.0107l0.0664062 -49.999l-467.033 -0.640625v784.116l466.987 0.258789l0.0273438 -50l-417.014 -0.231445v-302.802c11.9814 4.68848 25.8027 7.06348 41.4004 7.06348h375.6v-50
443
- h-375.599c-15.9434 0 -27.3184 -3.59375 -33.8105 -10.6826c-6.51172 -7.11133 -7.46875 -17.1426 -7.59082 -20.8203v-306.835z" />
444
- <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="605"
445
- d="M208.947 839.701l164.706 126.139l30.3994 -39.6943l-164.705 -126.138zM539.967 50.0098l0.0664062 -49.998l-467.033 -0.640625v784.116l466.987 0.258789l0.0273438 -50l-417.014 -0.231445v-302.802c11.9814 4.6875 25.8027 7.0625 41.4004 7.0625h375.6v-50
446
- h-375.599c-15.9434 0 -27.3184 -3.59375 -33.8105 -10.6826c-6.51172 -7.11133 -7.46875 -17.1426 -7.59082 -20.8203v-306.835z" />
447
- <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="605"
448
- d="M313.601 915.717l-166.216 -115.717l-28.5684 41.0352l196.19 136.585l179.21 -137.255l-30.4023 -39.6953zM539.966 50.0098l0.0664062 -49.998l-467.033 -0.640625v784.116l466.987 0.258789l0.0273438 -50l-417.014 -0.231445v-302.802
449
- c11.9814 4.6875 25.8027 7.0625 41.4004 7.0625h375.6v-50h-375.599c-15.9434 0 -27.3184 -3.59375 -33.8105 -10.6826c-6.51172 -7.11133 -7.46875 -17.1426 -7.59082 -20.8203v-306.835z" />
450
- <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="605"
451
- d="M219.008 809.865c-13.8086 0 -25 11.1924 -25 25v13.71c0 13.8066 11.1914 25 25 25c13.8057 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1934 -25 -25 -25zM399.008 809.865c-13.8096 0 -25 11.1924 -25 25v13.71c0 13.8066 11.1904 25 25 25
452
- c13.8057 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1934 -25 -25 -25zM539.966 50.0098l0.0664062 -49.998l-467.033 -0.640625v784.116l466.987 0.258789l0.0273438 -50l-417.014 -0.231445v-302.802c11.9814 4.6875 25.8027 7.0625 41.4004 7.0625h375.6v-50h-375.599
453
- c-15.9434 0 -27.3184 -3.59375 -33.8105 -10.6826c-6.51172 -7.11133 -7.46875 -17.1426 -7.59082 -20.8203v-306.835z" />
454
- <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="274"
455
- d="M204.707 800.009l-164.707 126.138l30.3994 39.6953l164.707 -126.139zM87.5596 0.0195312v783.98h50v-783.98h-50z" />
456
- <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="271"
457
- d="M68.3984 800l-30.3984 39.6934l164.706 126.14l30.3994 -39.6943zM110.558 0.0195312v783.98h50v-783.98h-50z" />
458
- <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="452"
459
- d="M234.19 977.62l179.21 -137.255l-30.4033 -39.6953l-150.213 115.047l-166.216 -115.717l-28.5684 41.0352zM200.7 0.0195312v783.98h50v-783.98h-50z" />
460
- <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="307"
461
- d="M63 873.575c13.8066 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1934 -25 -25 -25c-13.8096 0 -25 11.1914 -25 25v13.71c0 13.8066 11.1904 25 25 25zM243 873.575c13.8066 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1934 -25 -25 -25
462
- c-13.8096 0 -25 11.1914 -25 25v13.71c0 13.8066 11.1904 25 25 25zM127.557 0.0195312v783.98h50v-783.98h-50z" />
463
- <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="635"
464
- d="M238.578 825.141l-10.6123 -22.6348l-45.2725 21.2236l10.6113 22.6348c15.251 32.5342 33.2959 50.8486 55.1641 55.9883c30.376 7.13965 55.4199 -12.7334 77.5195 -30.2666c13.4297 -10.6553 30.1514 -23.917 38.9316 -21.8447
465
- c2.99414 0.704102 13.9316 5.5166 29.0586 37.8477l10.5947 22.6436l45.2881 -21.1875l-10.5957 -22.6455c-18.123 -38.7324 -38.1064 -59.4902 -62.8877 -65.3271c-4.58984 -1.0791 -9.0791 -1.57227 -13.4619 -1.57227c-26.5146 0 -49.2275 18.0215 -68.0039 32.917
466
- c-11.2256 8.90527 -28.1914 22.3662 -35.001 20.7617c-0.915039 -0.214844 -9.28809 -2.84277 -21.333 -28.5381zM511.116 784.001l48.4395 0.000976562v-783.98h-44.9297l-393.185 681.56v-681.56h-48.4404v783.98h45.2822l392.833 -681.021v681.021z" />
467
- <glyph glyph-name="Ograve" unicode="&#xd2;"
468
- d="M280.342 926.162l30.3994 39.6943l164.706 -126.139l-30.3984 -39.6943zM604.57 667.084c58.8398 -73.7285 91.2471 -171.429 91.2471 -275.101s-32.4053 -201.372 -91.2461 -275.103c-29.0498 -36.4014 -63.0098 -65.0508 -100.936 -85.1504
469
- c-39.7568 -21.0713 -82.0576 -31.7549 -125.726 -31.7549c-43.6689 0 -85.9697 10.6846 -125.728 31.7559c-37.9268 20.1006 -71.8867 48.749 -100.938 85.1504c-58.8389 73.7285 -91.2432 171.429 -91.2432 275.101s32.4053 201.372 91.2432 275.103
470
- c29.0508 36.4014 63.0107 65.0508 100.938 85.1504c39.7568 21.0723 82.0576 31.7549 125.727 31.7549c43.668 0 85.9688 -10.6836 125.726 -31.7559c37.9258 -20.0986 71.8857 -48.749 100.936 -85.1504zM377.908 50.125c147.643 0 267.76 153.357 267.76 341.858
471
- c0 188.5 -120.117 341.857 -267.76 341.857s-267.76 -153.356 -267.76 -341.857c0 -188.502 120.117 -341.858 267.76 -341.858z" />
472
- <glyph glyph-name="Oacute" unicode="&#xd3;"
473
- d="M280.335 839.706l164.707 126.14l30.3984 -39.6943l-164.707 -126.139zM604.57 667.084c58.8398 -73.7285 91.2471 -171.429 91.2471 -275.101s-32.4053 -201.372 -91.2461 -275.103c-29.0498 -36.4014 -63.0098 -65.0508 -100.936 -85.1504
474
- c-39.7568 -21.0713 -82.0576 -31.7549 -125.726 -31.7549c-43.6689 0 -85.9697 10.6846 -125.728 31.7559c-37.9268 20.1006 -71.8867 48.749 -100.938 85.1504c-58.8389 73.7285 -91.2432 171.429 -91.2432 275.101s32.4053 201.372 91.2432 275.103
475
- c29.0508 36.4014 63.0107 65.0508 100.938 85.1504c39.7568 21.0723 82.0576 31.7549 125.727 31.7549c43.668 0 85.9688 -10.6836 125.726 -31.7559c37.9258 -20.0986 71.8857 -48.749 100.936 -85.1504zM377.908 50.125c147.643 0 267.76 153.357 267.76 341.858
476
- c0 188.5 -120.117 341.857 -267.76 341.857s-267.76 -153.356 -267.76 -341.857c0 -188.502 120.117 -341.858 267.76 -341.858z" />
477
- <glyph glyph-name="Ocircumflex" unicode="&#xd4;"
478
- d="M384.991 915.717l-166.215 -115.717l-28.5684 41.0352l196.19 136.585l179.21 -137.255l-30.4033 -39.6953zM604.57 667.084c58.8398 -73.7285 91.2471 -171.429 91.2471 -275.101s-32.4053 -201.372 -91.2461 -275.103
479
- c-29.0498 -36.4014 -63.0098 -65.0508 -100.936 -85.1504c-39.7568 -21.0713 -82.0576 -31.7549 -125.726 -31.7549c-43.6689 0 -85.9697 10.6846 -125.728 31.7559c-37.9268 20.1006 -71.8867 48.749 -100.938 85.1504c-58.8389 73.7285 -91.2432 171.429 -91.2432 275.101
480
- s32.4053 201.372 91.2432 275.103c29.0508 36.4014 63.0107 65.0508 100.938 85.1504c39.7568 21.0723 82.0576 31.7549 125.727 31.7549c43.668 0 85.9688 -10.6836 125.726 -31.7559c37.9258 -20.0986 71.8857 -48.749 100.936 -85.1504zM377.908 50.125
481
- c147.643 0 267.76 153.357 267.76 341.858c0 188.5 -120.117 341.857 -267.76 341.857s-267.76 -153.356 -267.76 -341.857c0 -188.502 120.117 -341.858 267.76 -341.858z" />
482
- <glyph glyph-name="Otilde" unicode="&#xd5;"
483
- d="M300.209 825.141l-10.6123 -22.6328l-45.2715 21.2227l10.6104 22.6357c15.251 32.5342 33.2959 50.8486 55.1641 55.9893c30.376 7.13867 55.4199 -12.7344 77.5195 -30.2676c13.4297 -10.6553 30.1514 -23.917 38.9316 -21.8447
484
- c2.99414 0.704102 13.9316 5.51562 29.0586 37.8467l10.5947 22.6426l45.2881 -21.1875l-10.5957 -22.6455c-18.123 -38.7324 -38.1064 -59.4902 -62.8877 -65.3271c-4.58984 -1.0791 -9.0791 -1.57227 -13.4619 -1.57227c-26.5156 0 -49.2275 18.0215 -68.0039 32.917
485
- c-11.2256 8.90527 -28.1914 22.3662 -35.001 20.7617c-0.915039 -0.214844 -9.28809 -2.84277 -21.333 -28.5381zM604.57 667.086c58.8398 -73.7285 91.2471 -171.429 91.2471 -275.101s-32.4053 -201.372 -91.2461 -275.103
486
- c-29.0498 -36.4014 -63.0098 -65.0508 -100.936 -85.1504c-39.7568 -21.0713 -82.0576 -31.7549 -125.726 -31.7549c-43.6689 0 -85.9697 10.6846 -125.728 31.7559c-37.9268 20.1006 -71.8867 48.749 -100.938 85.1504c-58.8389 73.7285 -91.2432 171.429 -91.2432 275.101
487
- s32.4053 201.372 91.2432 275.103c29.0508 36.4014 63.0107 65.0508 100.938 85.1504c39.7568 21.0723 82.0576 31.7549 125.727 31.7549c43.668 0 85.9688 -10.6836 125.726 -31.7559c37.9258 -20.0986 71.8857 -48.749 100.936 -85.1504zM377.908 50.127
488
- c147.643 0 267.76 153.357 267.76 341.858c0 188.5 -120.117 341.857 -267.76 341.857s-267.76 -153.356 -267.76 -341.857c0 -188.502 120.117 -341.858 267.76 -341.858z" />
489
- <glyph glyph-name="Odieresis" unicode="&#xd6;"
490
- d="M287.908 809.865c-13.8086 0 -25 11.1924 -25 25v13.71c0 13.8066 11.1904 25 25 25c13.8066 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1934 -25 -25 -25zM467.907 809.865c-13.8076 0 -25 11.1924 -25 25v13.71c0 13.8066 11.1914 25 25 25
491
- c13.8076 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1924 -25 -25 -25zM604.57 667.084c58.8398 -73.7285 91.2471 -171.429 91.2471 -275.101s-32.4053 -201.372 -91.2461 -275.103c-29.0498 -36.4014 -63.0098 -65.0508 -100.936 -85.1504
492
- c-39.7568 -21.0713 -82.0576 -31.7549 -125.726 -31.7549c-43.6689 0 -85.9697 10.6846 -125.728 31.7559c-37.9268 20.1006 -71.8867 48.749 -100.938 85.1504c-58.8389 73.7285 -91.2432 171.429 -91.2432 275.101s32.4053 201.372 91.2432 275.103
493
- c29.0508 36.4014 63.0107 65.0508 100.938 85.1504c39.7568 21.0723 82.0576 31.7549 125.727 31.7549c43.668 0 85.9688 -10.6836 125.726 -31.7559c37.9258 -20.0986 71.8857 -48.749 100.936 -85.1504zM377.908 50.125c147.643 0 267.76 153.357 267.76 341.858
494
- c0 188.5 -120.117 341.857 -267.76 341.857s-267.76 -153.356 -267.76 -341.857c0 -188.502 120.117 -341.858 267.76 -341.858z" />
495
- <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="171"
496
- />
497
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="764"
498
- d="M703.459 784l-90.7744 -122.056c56.2139 -73.0947 87.1123 -168.612 87.1123 -269.836c0 -103.699 -32.416 -201.424 -91.2705 -275.174c-29.0586 -36.4111 -63.0264 -65.0693 -100.964 -85.1738c-39.7666 -21.0771 -82.0771 -31.7646 -125.757 -31.7646
499
- c-43.6807 0 -85.9932 10.6875 -125.761 31.7646c-26.2402 13.9053 -50.5781 31.9102 -72.71 53.7334l-63.792 -85.4756h-62.5439l92.5225 124.056c-55.333 72.8584 -85.71 167.644 -85.71 268.032c0 103.7 32.4141 201.426 91.2705 275.174
500
- c29.0576 36.4121 63.0264 65.0693 100.965 85.1758c39.7676 21.0752 82.0801 31.7627 125.761 31.7627c43.6787 0 85.9912 -10.6855 125.758 -31.7627c25.6133 -13.5752 49.4092 -31.0635 71.1143 -52.1885l62.2295 83.7324h62.5498zM113.974 392.105
501
- c0 -86.5059 25.3018 -165.597 66.9395 -225.887l367.499 493.414c-45.7617 46.5547 -103.681 74.4209 -166.607 74.4209c-147.683 0 -267.831 -153.397 -267.831 -341.948zM649.634 392.105c0 87.4199 -25.8418 167.27 -68.2666 227.792l-367.729 -493.721
502
- c46.0049 -47.5117 104.522 -76.0205 168.166 -76.0205c147.681 0 267.83 153.397 267.83 341.949z" />
503
- <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="636"
504
- d="M219.456 926.158l30.3994 39.6943l164.707 -126.139l-30.3994 -39.6934zM514.043 784.001h50.0049v-536.398c0 -65.9824 -25.6953 -128.015 -72.3535 -174.671c-46.6543 -46.6572 -108.688 -72.3516 -174.671 -72.3516s-128.014 25.6953 -174.671 72.3516
505
- c-46.6572 46.6572 -72.3506 108.688 -72.3506 174.671v536.398h50v-536.398c0 -108.637 88.3828 -197.021 197.021 -197.021s197.021 88.3828 197.021 197.021v536.398z" />
506
- <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="636"
507
- d="M219.451 839.701l164.706 126.139l30.4004 -39.6943l-164.707 -126.139zM514.042 784h50.0049v-536.398c0 -65.9824 -25.6953 -128.015 -72.3535 -174.671c-46.6543 -46.6572 -108.688 -72.3516 -174.671 -72.3516s-128.014 25.6953 -174.671 72.3516
508
- c-46.6572 46.6572 -72.3506 108.688 -72.3506 174.671v536.398h50v-536.398c0 -108.637 88.3828 -197.021 197.021 -197.021s197.021 88.3828 197.021 197.021v536.398z" />
509
- <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="636"
510
- d="M324.104 915.717l-166.214 -115.717l-28.5693 41.0352l196.19 136.585l179.211 -137.255l-30.4033 -39.6953zM514.042 784h50.0049v-536.398c0 -65.9824 -25.6953 -128.015 -72.3535 -174.671c-46.6543 -46.6572 -108.688 -72.3516 -174.671 -72.3516
511
- s-128.014 25.6953 -174.671 72.3516c-46.6572 46.6572 -72.3506 108.688 -72.3506 174.671v536.398h50v-536.398c0 -108.637 88.3828 -197.021 197.021 -197.021s197.021 88.3828 197.021 197.021v536.398z" />
512
- <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="636"
513
- d="M227.021 809.865c-13.8076 0 -25 11.1924 -25 25v13.71c0 13.8066 11.1924 25 25 25c13.8066 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1924 -25 -25 -25zM407.021 809.865c-13.8086 0 -25 11.1924 -25 25v13.71c0 13.8066 11.1914 25 25 25
514
- c13.8066 0 25 -11.1934 25 -25v-13.71c0 -13.8086 -11.1924 -25 -25 -25zM514.043 784h50.0049v-536.398c0 -65.9824 -25.6953 -128.015 -72.3535 -174.671c-46.6543 -46.6572 -108.688 -72.3516 -174.671 -72.3516s-128.014 25.6953 -174.671 72.3516
515
- c-46.6572 46.6572 -72.3506 108.688 -72.3506 174.671v536.398h50v-536.398c0 -108.637 88.3828 -197.021 197.021 -197.021s197.021 88.3828 197.021 197.021v536.398z" />
516
- <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="595"
517
- d="M71.6445 -0.103516l-0.642578 585.538c0 54.2451 18.3164 103.605 51.5732 139.014c35.8623 38.1836 86.2715 58.3633 145.778 58.3633c59.4355 0 109.319 -20.2783 144.263 -58.6455c31.9434 -35.0742 49.5352 -84.333 49.5352 -138.706
518
- c0 -49.7461 -15.7744 -88.1309 -46.8877 -114.089c-26.0762 -21.7578 -58.377 -31.1787 -84.332 -38.748c-14.3545 -4.18848 -27.9111 -8.14258 -35.8955 -12.9121c-3.7041 -2.21387 -4.79004 -3.55273 -5.10742 -4.88672
519
- c1.77832 -0.958008 5.53613 -2.56055 12.8838 -4.24805c9.90039 -2.27441 22.7842 -3.93848 36.4238 -5.69629c37.7871 -4.87598 84.8135 -10.9434 123.746 -35.6934c47.1455 -29.9727 71.0498 -80.5098 71.0498 -150.208c0 -29.4932 -6.29004 -58.3418 -18.6943 -85.7451
520
- c-11.6494 -25.7314 -28.126 -49.0264 -48.9746 -69.2393c-41.8291 -40.5527 -96.9121 -63.8125 -151.126 -63.8125c-108.261 0 -145 49.0938 -148.833 54.6895l41.2568 28.248s-0.110352 0.180664 -0.358398 0.505859
521
- c0.0634766 -0.0820312 6.42773 -8.27148 22.4082 -16.4131c15.249 -7.77051 42.4648 -17.0303 85.5264 -17.0303c88.3408 0 168.795 80.4541 168.795 168.796c0 69.5342 -27.3223 94.9463 -47.875 108.012c-29.542 18.7803 -68.7373 23.8379 -103.318 28.3008
522
- c-21.7695 2.80957 -40.5674 5.2334 -55.9502 10.7998c-32.2705 11.6729 -37.0898 34.4678 -37.0898 47.0166c0 14.5254 5.13379 34.9082 29.5898 49.5234c13.4824 8.05664 30.0273 12.8828 47.543 17.9922c48.9668 14.2812 95.2188 27.7715 95.2188 104.838
523
- c0 71.2344 -37.7764 147.354 -143.799 147.354c-89.5127 0 -147.352 -57.8389 -147.352 -147.352l0.644531 -585.512z" />
524
- <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="533"
525
- d="M464.413 405.358l0.0654297 0.000976562v-25.0859c0 -1.44629 -0.0224609 -2.87891 -0.0634766 -4.29492v-206.594c0 -46.3428 -22.2598 -89.5449 -62.6787 -121.648c-38.7197 -30.7578 -89.8711 -47.6953 -144.026 -47.6953
526
- c-54.1562 0 -105.308 16.9375 -144.028 47.6943c-40.4199 32.1045 -62.6797 75.3057 -62.6797 121.649s22.2598 89.5459 62.6787 121.651c38.7207 30.7559 89.873 47.6953 144.028 47.6953l121.334 0.0878906l2.2207 -0.0966797s-0.119141 0.0126953 -0.34375 0.0253906
527
- c0.141602 -0.00976562 13.8652 -0.704102 22.9238 7.84082c6.41406 6.05078 9.90527 16.1875 10.3984 30.165v32.8701c0 65.7119 -66.3281 119.173 -147.857 119.173c-52.2969 0 -99.7129 -21.707 -126.835 -58.0635l-15 -20.1064l-40.2139 30l15 20.1064
528
- c36.5459 48.9883 98.9941 78.2354 167.05 78.2354c52.0557 0 101.191 -17.0732 138.356 -48.0742c38.4795 -32.0967 59.6709 -75.166 59.6709 -121.271v-4.26562zM414.244 169.385l-0.000976562 125.418c-16.2119 -6.52246 -31.0205 -6.41992 -35.9668 -6.15723
529
- l-120.55 -0.0869141c-42.8877 0 -82.957 -13.0742 -112.842 -36.8115c-28.1895 -22.3896 -43.7129 -51.6396 -43.7129 -82.3623s15.5234 -59.9736 43.7129 -82.3613c29.8848 -23.7373 69.9541 -36.8105 112.824 -36.8105c42.8711 0 82.9375 13.0732 112.822 36.8105
530
- c28.1895 22.3877 43.7129 51.6387 43.7129 82.3613zM160.186 744.316l30.3994 39.6953l164.707 -126.139l-30.3994 -39.6943z" />
531
- <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="533"
532
- d="M464.413 405.358l0.0654297 0.000976562v-25.0859c0 -1.44629 -0.0224609 -2.87891 -0.0634766 -4.29492v-206.594c0 -46.3428 -22.2598 -89.5449 -62.6787 -121.648c-38.7197 -30.7578 -89.8711 -47.6953 -144.026 -47.6953
533
- c-54.1562 0 -105.308 16.9375 -144.028 47.6943c-40.4199 32.1045 -62.6797 75.3057 -62.6797 121.649s22.2598 89.5459 62.6787 121.651c38.7207 30.7559 89.873 47.6953 144.028 47.6953l121.334 0.0878906l2.2207 -0.0966797s-0.119141 0.0126953 -0.34375 0.0253906
534
- c0.141602 -0.00976562 13.8652 -0.704102 22.9238 7.84082c6.41406 6.05078 9.90527 16.1875 10.3984 30.165v32.8701c0 65.7119 -66.3281 119.173 -147.857 119.173c-52.2969 0 -99.7129 -21.707 -126.835 -58.0635l-15 -20.1064l-40.2139 30l15 20.1064
535
- c36.5459 48.9883 98.9941 78.2354 167.05 78.2354c52.0557 0 101.191 -17.0732 138.356 -48.0742c38.4795 -32.0967 59.6709 -75.166 59.6709 -121.271v-4.26562zM414.244 169.385l-0.000976562 125.418c-16.2119 -6.52246 -31.0205 -6.41992 -35.9668 -6.15723
536
- l-120.55 -0.0869141c-42.8877 0 -82.957 -13.0742 -112.842 -36.8115c-28.1895 -22.3896 -43.7129 -51.6396 -43.7129 -82.3623s15.5234 -59.9736 43.7129 -82.3613c29.8848 -23.7373 69.9541 -36.8105 112.824 -36.8105c42.8711 0 82.9375 13.0732 112.822 36.8105
537
- c28.1895 22.3877 43.7129 51.6387 43.7129 82.3613zM160.171 657.868l164.706 126.139l30.3984 -39.6934l-164.706 -126.139z" />
538
- <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="542"
539
- d="M470.413 405.358h0.0654297v-25.0859c0 -1.44531 -0.0224609 -2.87891 -0.0634766 -4.29492v-206.594c0 -46.3428 -22.2598 -89.5449 -62.6787 -121.648c-38.7197 -30.7578 -89.8711 -47.6953 -144.026 -47.6953c-54.1562 0 -105.308 16.9375 -144.028 47.6943
540
- c-40.4199 32.1045 -62.6797 75.3047 -62.6797 121.649c0 46.3438 22.2598 89.5459 62.6787 121.652c38.7207 30.7559 89.873 47.6953 144.028 47.6953l121.334 0.0878906l2.2207 -0.0966797s-0.119141 0.0117188 -0.34375 0.0244141
541
- c0.141602 -0.00976562 13.8652 -0.704102 22.9238 7.8418c6.41406 6.05078 9.90527 16.1865 10.3984 30.165v32.8701c0 65.7119 -66.3281 119.173 -147.857 119.173c-52.2969 0 -99.7129 -21.707 -126.835 -58.0635l-15 -20.1055l-40.2139 30l15 20.1055
542
- c36.5459 48.9883 98.9941 78.2354 167.05 78.2354c52.0557 0 101.191 -17.0732 138.356 -48.0742c38.4795 -32.0967 59.6709 -75.166 59.6709 -121.27v-4.2666zM420.245 169.384l-0.00195312 125.417c-16.2119 -6.52148 -31.0215 -6.41895 -35.9668 -6.15625
543
- l-120.55 -0.0869141c-42.8877 0 -82.957 -13.0752 -112.842 -36.8125c-28.1895 -22.3887 -43.7129 -51.6387 -43.7129 -82.3613s15.5234 -59.9736 43.7129 -82.3613c29.8848 -23.7383 69.9541 -36.8105 112.824 -36.8105c42.8711 0 82.9375 13.0732 112.822 36.8105
544
- c28.1895 22.3867 43.7129 51.6377 43.7139 82.3613zM283.311 729.519l-111.048 -74.666l-28.5693 41.0361l139.351 96.7979l0.266602 -0.202148l139.62 -96.5957l-28.5713 -41.0361z" />
545
- <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="533"
546
- d="M464.413 405.358l0.0654297 0.000976562v-25.0859c0 -1.44629 -0.0224609 -2.87891 -0.0634766 -4.29492v-206.594c0 -46.3428 -22.2598 -89.5449 -62.6787 -121.648c-38.7197 -30.7578 -89.8711 -47.6953 -144.026 -47.6953
547
- c-54.1562 0 -105.308 16.9375 -144.028 47.6943c-40.4199 32.1045 -62.6797 75.3057 -62.6797 121.649s22.2598 89.5459 62.6787 121.651c38.7207 30.7559 89.873 47.6953 144.028 47.6953l121.334 0.0878906l2.2207 -0.0966797s-0.119141 0.0126953 -0.34375 0.0253906
548
- c0.141602 -0.00976562 13.8652 -0.704102 22.9238 7.84082c6.41406 6.05078 9.90527 16.1875 10.3984 30.165v32.8701c0 65.7119 -66.3281 119.173 -147.857 119.173c-52.2969 0 -99.7129 -21.707 -126.835 -58.0635l-15 -20.1064l-40.2139 30l15 20.1064
549
- c36.5459 48.9883 98.9941 78.2354 167.05 78.2354c52.0557 0 101.191 -17.0732 138.356 -48.0742c38.4795 -32.0967 59.6709 -75.166 59.6709 -121.271v-4.26562zM414.244 169.385l-0.000976562 125.418c-16.2119 -6.52246 -31.0205 -6.41992 -35.9668 -6.15723
550
- l-120.55 -0.0869141c-42.8877 0 -82.957 -13.0742 -112.842 -36.8115c-28.1895 -22.3896 -43.7129 -51.6396 -43.7129 -82.3623s15.5234 -59.9736 43.7129 -82.3613c29.8848 -23.7373 69.9541 -36.8105 112.824 -36.8105c42.8711 0 82.9375 13.0732 112.822 36.8105
551
- c28.1895 22.3877 43.7129 51.6387 43.7129 82.3613zM186.304 700.955l-10.6123 -22.6338l-45.2715 21.2246l10.6094 22.6367c15.252 32.5342 33.2969 50.8467 55.1641 55.9873c30.375 7.14062 55.4209 -12.7354 77.5205 -30.2676
552
- c13.4287 -10.6553 30.1494 -23.916 38.9307 -21.8447c2.99414 0.705078 13.9336 5.51562 29.0605 37.8467l10.5947 22.6436l45.2891 -21.1904l-10.5967 -22.6455c-18.123 -38.7334 -38.1055 -59.4922 -62.8877 -65.3271
553
- c-4.58887 -1.08008 -9.0791 -1.57227 -13.4619 -1.57227c-26.5146 0 -49.2275 18.0215 -68.0039 32.917c-11.2246 8.90625 -28.1875 22.3652 -35.002 20.7627c-0.915039 -0.214844 -9.28809 -2.84277 -21.333 -28.5371z" />
554
- <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="533"
555
- d="M464.413 405.358l0.0654297 0.000976562v-25.0859c0 -1.44629 -0.0224609 -2.87891 -0.0634766 -4.29492v-206.594c0 -46.3428 -22.2598 -89.5449 -62.6787 -121.648c-38.7197 -30.7578 -89.8711 -47.6953 -144.026 -47.6953
556
- c-54.1562 0 -105.308 16.9375 -144.028 47.6943c-40.4199 32.1045 -62.6797 75.3057 -62.6797 121.649s22.2598 89.5459 62.6787 121.651c38.7207 30.7559 89.873 47.6953 144.028 47.6953l121.334 0.0878906l2.2207 -0.0966797s-0.119141 0.0126953 -0.34375 0.0253906
557
- c0.141602 -0.00976562 13.8652 -0.704102 22.9238 7.84082c6.41406 6.05078 9.90527 16.1875 10.3984 30.165v32.8701c0 65.7119 -66.3281 119.173 -147.857 119.173c-52.2969 0 -99.7129 -21.707 -126.835 -58.0635l-15 -20.1064l-40.2139 30l15 20.1064
558
- c36.5459 48.9883 98.9941 78.2354 167.05 78.2354c52.0557 0 101.191 -17.0732 138.356 -48.0742c38.4795 -32.0967 59.6709 -75.166 59.6709 -121.271v-4.26562zM414.244 169.385l-0.000976562 125.418c-16.2119 -6.52246 -31.0205 -6.41992 -35.9668 -6.15723
559
- l-120.55 -0.0869141c-42.8877 0 -82.957 -13.0742 -112.842 -36.8115c-28.1895 -22.3896 -43.7129 -51.6396 -43.7129 -82.3623s15.5234 -59.9736 43.7129 -82.3613c29.8848 -23.7373 69.9541 -36.8105 112.824 -36.8105c42.8711 0 82.9375 13.0732 112.822 36.8105
560
- c28.1895 22.3877 43.7129 51.6387 43.7129 82.3613zM179.85 673.718c-13.8086 0 -25 11.1914 -25 25v13.709c0 13.8066 11.1914 25 25 25c13.8057 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1934 -25 -25 -25zM359.85 673.718c-13.8086 0 -25 11.1914 -25 25v13.709
561
- c0 13.8066 11.1914 25 25 25c13.8057 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1934 -25 -25 -25z" />
562
- <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="533"
563
- d="M464.413 405.358l0.0654297 0.000976562v-25.0859c0 -1.44629 -0.0224609 -2.87891 -0.0634766 -4.29492v-206.594c0 -46.3428 -22.2598 -89.5449 -62.6787 -121.648c-38.7197 -30.7578 -89.8711 -47.6953 -144.026 -47.6953
564
- c-54.1562 0 -105.308 16.9375 -144.028 47.6943c-40.4199 32.1045 -62.6797 75.3057 -62.6797 121.649s22.2598 89.5459 62.6787 121.651c38.7207 30.7559 89.873 47.6953 144.028 47.6953l121.334 0.0878906l2.2207 -0.0966797s-0.119141 0.0126953 -0.34375 0.0253906
565
- c0.141602 -0.00976562 13.8652 -0.704102 22.9238 7.84082c6.41406 6.05078 9.90527 16.1875 10.3984 30.165v32.8701c0 65.7119 -66.3281 119.173 -147.857 119.173c-52.2969 0 -99.7129 -21.707 -126.835 -58.0635l-15 -20.1064l-40.2139 30l15 20.1064
566
- c36.5459 48.9883 98.9941 78.2354 167.05 78.2354c52.0557 0 101.191 -17.0732 138.356 -48.0742c38.4795 -32.0967 59.6709 -75.166 59.6709 -121.271v-4.26562zM414.244 169.385l-0.000976562 125.418c-16.2119 -6.52246 -31.0205 -6.41992 -35.9668 -6.15723
567
- l-120.55 -0.0869141c-42.8877 0 -82.957 -13.0742 -112.842 -36.8115c-28.1895 -22.3896 -43.7129 -51.6396 -43.7129 -82.3623s15.5234 -59.9736 43.7129 -82.3613c29.8848 -23.7373 69.9541 -36.8105 112.824 -36.8105c42.8711 0 82.9375 13.0732 112.822 36.8105
568
- c28.1895 22.3877 43.7129 51.6387 43.7129 82.3613zM270.809 612.927c-46.3184 0 -84 37.6807 -84 84c0 46.3184 37.6816 84 84 84s84 -37.6816 84 -84s-37.6816 -84 -84 -84zM270.809 730.927c-18.748 0 -34 -15.252 -34 -34s15.252 -34 34 -34s34 15.252 34 34
569
- s-15.252 34 -34 34z" />
570
- <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="898"
571
- d="M805.188 128.573l40.0762 -29.8965l-14.9492 -20.0381c-26.5352 -35.5693 -78.5723 -77.9668 -175.794 -77.9668c-66.1201 0 -127.702 30.7275 -173.399 86.5254c-8.79883 10.7451 -16.8125 22.1875 -24.0078 34.2256
572
- c-9.87402 -27.7461 -28.3555 -53.0186 -54.3779 -73.6875c-38.7207 -30.7559 -89.8721 -47.6943 -144.027 -47.6943s-105.307 16.9365 -144.028 47.6943c-40.4189 32.1035 -62.6787 75.3047 -62.6787 121.648s22.2598 89.5459 62.6797 121.65
573
- c38.7197 30.7568 89.8721 47.6943 144.028 47.6943c0 0 132.292 -5.47852 146.135 7.85938c6.34863 6.11719 9.90527 16.1885 10.3984 30.166v32.8701c0 65.7119 -66.3291 119.173 -147.857 119.173c-52.2969 0 -99.7119 -21.7061 -126.835 -58.0635l-15 -20.1064
574
- l-40.2139 30l15 20.1064c36.5459 48.9883 98.9941 78.2354 167.05 78.2354c52.0547 0 101.19 -17.0732 138.356 -48.0742c24.6045 -20.5234 42.1279 -45.54 51.5742 -72.96c7.28613 12.1436 15.3867 23.6992 24.3057 34.5439c22.125 26.9062 48.0039 48.0898 76.916 62.9619
575
- c30.0947 15.4814 62.1025 23.3945 95.1465 23.5254l0.291016 0.00195312h0.543945l0.220703 -0.000976562c53.5977 -0.135742 99.2598 -14.4541 132.082 -41.4287c31.3262 -25.7451 48.5791 -60.8486 48.5791 -98.8408c0 -39.7012 -19.7217 -77.9824 -54.1133 -105.025
576
- c-37.1064 -29.1797 -89.2441 -44.6025 -150.776 -44.6025c0 0 -137.847 -0.0380859 -138.78 0.0839844c-1.58789 0.0166016 -9.95898 0 -16.1016 -6.03418c-14.6279 -14.3682 -10.2148 -36.1885 -10.2148 -36.1885c16.2871 -111.475 94.8857 -196.26 189.104 -196.26
577
- c60.5459 0 107.477 20.0098 135.718 57.8643zM654.283 528.968c-93.6074 -0.138672 -171.749 -83.959 -188.601 -194.454c13.0996 4.79004 24.6074 4.78516 29.0166 4.55566h135.814c50.2109 0 91.6621 11.7236 119.87 33.9053
578
- c22.583 17.7588 35.0215 41.0996 35.0215 65.7217c0 43.4297 -41.0303 90.167 -131.122 90.2715zM371.532 87.0234c28.1895 22.3867 43.7119 51.6377 43.7139 82.3633c0 0 -2.90527 123.022 -2.89062 124.317c-15.0557 -5.40918 -28.4277 -5.30664 -33.0771 -5.05859
579
- l-120.551 -0.0869141c-42.8877 0 -82.957 -13.0752 -112.842 -36.8115c-28.1904 -22.3887 -43.7129 -51.6387 -43.7129 -82.3623c0 -30.7217 15.5244 -59.9727 43.7129 -82.3613c29.8857 -23.7383 69.9541 -36.8105 112.824 -36.8105
580
- c42.8711 0 82.9375 13.0742 112.822 36.8105z" />
581
- <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="534"
582
- d="M426.062 107.752l14.9482 20.04l40.0771 -29.8955l-14.9492 -20.0381c-33.0488 -44.3037 -87.3604 -72.3965 -147.811 -77.2188v-22.0078c12.832 -4.89648 24.5518 -13.4844 33.8721 -25.1328c14.083 -17.5977 21.8389 -40.6699 21.8389 -64.9678
583
- s-7.75586 -47.3701 -21.8389 -64.9678c-15.165 -18.9521 -36.6729 -29.8213 -59.0088 -29.8213c-25.9668 0 -50.4854 14.6455 -65.583 39.1738l-13.1025 21.29l42.5811 26.209l13.1035 -21.29c6.01562 -9.77734 14.3994 -15.3838 23.002 -15.3838
584
- c16.7207 0 30.8467 20.5107 30.8467 44.7891c0 24.2773 -14.126 44.7891 -30.8467 44.7891h-25l0.137695 69.0352c-22.0732 3.44238 -43.5361 10.4795 -64.1045 21.0596c-28.9131 14.873 -54.791 36.0576 -76.916 62.9639
585
- c-44.6953 54.3516 -69.3086 126.325 -69.3086 202.659v0.779297c0 76.335 24.6133 148.309 69.3057 202.661c22.125 26.9062 48.0029 48.0898 76.916 62.9619c30.1836 15.5264 62.292 23.4414 95.4365 23.5264v0.000976562h0.543945
586
- c67.6123 -0.15625 129.613 -29.2793 165.937 -77.9668l14.9492 -20.041l-40.0771 -29.8975l-14.9492 20.0391c-26.9785 36.167 -74.1123 57.7852 -126.117 57.8643c-105.867 -0.169922 -191.944 -107.385 -191.944 -239.149v-0.779297
587
- c0 -131.762 86.0771 -238.979 191.944 -239.149c52.0049 0.0791016 99.1387 21.6982 126.117 57.8652z" />
588
- <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="542"
589
- d="M449.871 128.573l40.0771 -29.8975l-14.9492 -20.0381c-26.5352 -35.5693 -78.5732 -77.9668 -175.794 -77.9668c-66.1211 0 -127.702 30.7285 -173.4 86.5254c-31.0811 37.9512 -52.3799 84.626 -62.3506 135.473l-3.42383 20.875
590
- c-2.00879 15.1592 -3.03027 30.6191 -3.03027 46.2725c0 76.334 24.6143 148.308 69.3066 202.663c22.125 26.9072 48.0029 48.0898 76.916 62.9619c30.0947 15.4814 62.1035 23.3945 95.1465 23.5254l0.291016 0.00195312h0.543945l0.22168 -0.000976562
591
- c53.5957 -0.135742 99.2588 -14.4541 132.082 -41.4287c31.3262 -25.7461 48.5801 -60.8506 48.5801 -98.8418c0 -39.7012 -19.7236 -77.9814 -54.1143 -105.025c-37.1074 -29.1797 -89.2451 -44.6025 -150.777 -44.6025c0 0 -137.847 -0.0380859 -138.779 0.0839844
592
- c-1.58887 0.0166016 -10.1426 0.178711 -16.1035 -6.03418c-15.2246 -15.8682 -10.2822 -35.7451 -10.2822 -35.7451c16.1436 -111.692 94.8281 -196.703 189.174 -196.703c60.5449 0 107.477 20.0098 135.718 57.8643zM298.966 528.967
593
- c-93.6094 -0.138672 -171.747 -83.958 -188.601 -194.453c13.1006 4.79102 24.6084 4.78516 29.0176 4.55566h135.812c50.2109 0 91.6611 11.7246 119.869 33.9053c22.584 17.7588 35.0215 41.1006 35.0215 65.7217c0.00195312 43.4297 -41.0283 90.167 -131.12 90.2705z
594
- M175.922 744.316l30.3984 39.6943l164.707 -126.139l-30.3994 -39.6943z" />
595
- <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="542"
596
- d="M449.871 128.573l40.0771 -29.8975l-14.9492 -20.0381c-26.5352 -35.5693 -78.5732 -77.9668 -175.794 -77.9668c-66.1211 0 -127.702 30.7285 -173.4 86.5254c-31.0811 37.9512 -52.3799 84.626 -62.3506 135.473l-3.42383 20.875
597
- c-2.00879 15.1592 -3.03027 30.6191 -3.03027 46.2725c0 76.334 24.6143 148.308 69.3066 202.663c22.125 26.9072 48.0029 48.0898 76.916 62.9619c30.0947 15.4814 62.1035 23.3945 95.1465 23.5254l0.291016 0.00195312h0.543945l0.22168 -0.000976562
598
- c53.5957 -0.135742 99.2588 -14.4541 132.082 -41.4287c31.3262 -25.7461 48.5801 -60.8506 48.5801 -98.8418c0 -39.7012 -19.7236 -77.9814 -54.1143 -105.025c-37.1074 -29.1797 -89.2451 -44.6025 -150.777 -44.6025c0 0 -137.847 -0.0380859 -138.779 0.0839844
599
- c-1.58887 0.0166016 -10.1426 0.178711 -16.1035 -6.03418c-15.2246 -15.8682 -10.2822 -35.7451 -10.2822 -35.7451c16.1436 -111.692 94.8281 -196.703 189.174 -196.703c60.5449 0 107.477 20.0098 135.718 57.8643zM298.966 528.967
600
- c-93.6094 -0.138672 -171.747 -83.958 -188.601 -194.453c13.1006 4.79102 24.6084 4.78516 29.0176 4.55566h135.812c50.2109 0 91.6611 11.7246 119.869 33.9053c22.584 17.7588 35.0215 41.1006 35.0215 65.7217c0.00195312 43.4297 -41.0283 90.167 -131.12 90.2705z
601
- M175.91 657.868l164.707 126.14l30.3994 -39.6943l-164.707 -126.139z" />
602
- <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="543"
603
- d="M455.871 128.573l40.0771 -29.8975l-14.9492 -20.0381c-26.5352 -35.5703 -78.5732 -77.9668 -175.794 -77.9668c-66.1211 0 -127.702 30.7275 -173.4 86.5244c-31.0811 37.9521 -52.3799 84.626 -62.3506 135.474l-3.42383 20.875
604
- c-2.00879 15.1582 -3.03027 30.6182 -3.03027 46.2715c0 76.334 24.6143 148.308 69.3066 202.664c22.125 26.9072 48.0029 48.0898 76.916 62.9619c30.0947 15.4814 62.1035 23.3945 95.1465 23.5254l0.291016 0.00195312h0.543945l0.22168 -0.000976562
605
- c53.5957 -0.135742 99.2588 -14.4541 132.082 -41.4287c31.3262 -25.7461 48.5801 -60.8496 48.5801 -98.8418c0 -39.7002 -19.7227 -77.9805 -54.1143 -105.024c-37.1074 -29.1807 -89.2451 -44.6035 -150.777 -44.6035c0 0 -137.847 -0.0380859 -138.779 0.0839844
606
- c-1.58887 0.0175781 -10.1426 0.178711 -16.1035 -6.03418c-15.2246 -15.8682 -10.2822 -35.7451 -10.2822 -35.7451c16.1436 -111.691 94.8281 -196.702 189.174 -196.702c60.5449 0 107.477 20.0088 135.718 57.8633zM304.966 528.966
607
- c-93.6094 -0.138672 -171.747 -83.959 -188.601 -194.454c13.1006 4.79102 24.6084 4.78516 29.0176 4.55566h135.812c50.2109 0 91.6611 11.7246 119.869 33.9053c22.583 17.7588 35.0225 41.1016 35.0225 65.7217c0.00195312 43.4297 -41.0283 90.167 -131.12 90.2715z
608
- M303.4 730.149l-111.048 -74.666l-28.5703 41.0361l139.352 96.7979l0.266602 -0.202148l139.62 -96.5957l-28.5723 -41.0361z" />
609
- <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="543"
610
- d="M450.871 128.573l40.0771 -29.8975l-14.9492 -20.0381c-26.5352 -35.5693 -78.5732 -77.9668 -175.794 -77.9668c-66.1211 0 -127.702 30.7285 -173.4 86.5254c-31.0811 37.9512 -52.3799 84.626 -62.3506 135.473l-3.42383 20.875
611
- c-2.00879 15.1592 -3.03027 30.6191 -3.03027 46.2725c0 76.334 24.6143 148.308 69.3066 202.663c22.125 26.9072 48.0029 48.0898 76.916 62.9619c30.0947 15.4814 62.1035 23.3945 95.1465 23.5254l0.291016 0.00195312h0.543945l0.22168 -0.000976562
612
- c53.5957 -0.135742 99.2588 -14.4541 132.082 -41.4287c31.3262 -25.7461 48.5801 -60.8506 48.5801 -98.8418c0 -39.7012 -19.7236 -77.9814 -54.1143 -105.025c-37.1074 -29.1797 -89.2451 -44.6025 -150.777 -44.6025c0 0 -137.847 -0.0380859 -138.779 0.0839844
613
- c-1.58887 0.0166016 -10.1426 0.178711 -16.1035 -6.03418c-15.2246 -15.8682 -10.2822 -35.7451 -10.2822 -35.7451c16.1436 -111.692 94.8281 -196.703 189.174 -196.703c60.5449 0 107.477 20.0098 135.718 57.8643zM299.966 528.967
614
- c-93.6094 -0.138672 -171.747 -83.958 -188.601 -194.453c13.1006 4.79102 24.6084 4.78516 29.0176 4.55566h135.812c50.2109 0 91.6611 11.7246 119.869 33.9053c22.584 17.7588 35.0215 41.1006 35.0215 65.7217c0.00195312 43.4297 -41.0283 90.167 -131.12 90.2705z
615
- M210.937 673.717c-13.8086 0 -25 11.1914 -25 25v13.709c0 13.8066 11.1914 25 25 25c13.8057 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1934 -25 -25 -25zM390.937 673.717c-13.8096 0 -25 11.1914 -25 25v13.709c0 13.8066 11.1904 25 25 25
616
- c13.8057 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1934 -25 -25 -25z" />
617
- <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="281"
618
- d="M107.553 0.0195312v578.98h50v-578.98h-50zM207.708 618.164l-164.708 126.14l30.3994 39.6943l164.708 -126.14z" />
619
- <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="279"
620
- d="M123.562 0.0195312v578.98h50v-578.98h-50zM70.3984 618.166l-30.3994 39.6934l164.707 126.139l30.3984 -39.6934z" />
621
- <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="364"
622
- d="M156.619 0.0195312v578.98h50v-578.98h-50zM181.618 729.499l-111.048 -74.666l-28.5693 41.0361l139.352 96.7979l0.265625 -0.202148l139.62 -96.5957l-28.5713 -41.0361z" />
623
- <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="318"
624
- d="M132.7 0.0195312v578.98h50v-578.98h-50zM67 737.424c13.8066 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1934 -25 -25 -25c-13.8096 0 -25 11.1904 -25 25v13.709c0 13.8066 11.1904 25 25 25zM247 737.424c13.8066 0 25 -11.1934 25 -25v-13.709
625
- c0 -13.8096 -11.1934 -25 -25 -25c-13.8096 0 -25 11.1904 -25 25v13.709c0 13.8066 11.1904 25 25 25z" />
626
- <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="171"
627
- />
628
- <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="553"
629
- d="M420.332 513.692c38.4775 -41.5596 59.6699 -96.6846 59.6699 -155.221v-358.451h-50v358.451c0 94.0117 -69.9805 170.496 -156 170.496s-156 -76.4844 -156 -170.496v-358.451h-50v358.451c0 58.5361 21.1914 113.662 59.6689 155.221
630
- c38.9717 42.0928 90.9385 65.2744 146.33 65.2744s107.358 -23.1807 146.331 -65.2744zM200.513 700.952l-10.6123 -22.6348l-45.2715 21.2246l10.6094 22.6367c15.252 32.5342 33.2969 50.8467 55.1641 55.9873c30.375 7.14062 55.4209 -12.7354 77.5205 -30.2676
631
- c13.4287 -10.6553 30.1494 -23.916 38.9307 -21.8447c2.99414 0.705078 13.9336 5.51562 29.0605 37.8467l10.5947 22.6436l45.2891 -21.1904l-10.5967 -22.6455c-18.123 -38.7334 -38.1055 -59.4922 -62.8877 -65.3271
632
- c-4.58887 -1.08008 -9.0791 -1.57227 -13.4619 -1.57227c-26.5146 0 -49.2275 18.0215 -68.0039 32.918c-11.2246 8.90625 -28.1875 22.3652 -35.002 20.7627c-0.915039 -0.214844 -9.28809 -2.84277 -21.333 -28.5371z" />
633
- <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="616"
634
- d="M480.655 486.472c45.8662 -53.709 71.125 -124.875 71.125 -200.383s-25.2588 -146.671 -71.125 -200.38c-22.6309 -26.501 -49.0781 -47.3545 -78.6045 -61.9785c-30.8975 -15.3037 -63.7559 -23.0625 -97.6611 -23.0625c-33.9062 0 -66.7637 7.75879 -97.6621 23.0635
635
- c-29.5273 14.625 -55.9746 35.4766 -78.6045 61.9785c-45.8672 53.708 -71.126 124.87 -71.126 200.379s25.2588 146.672 71.125 200.382c22.6309 26.5 49.0781 47.3545 78.6045 61.9795c30.8975 15.3027 63.7559 23.0625 97.6621 23.0625
636
- s66.7646 -7.75879 97.6621 -23.0625c29.5273 -14.625 55.9736 -35.4775 78.6045 -61.9785zM304.392 50.6689c108.842 0 197.39 105.605 197.39 235.419s-88.5488 235.424 -197.39 235.424c-108.842 0 -197.391 -105.611 -197.391 -235.423s88.5488 -235.42 197.391 -235.42z
637
- M206.837 744.314l30.3994 39.6943l164.705 -126.139l-30.3984 -39.6934z" />
638
- <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="616"
639
- d="M480.655 486.472c45.8662 -53.709 71.125 -124.875 71.125 -200.383s-25.2588 -146.671 -71.125 -200.38c-22.6309 -26.501 -49.0781 -47.3545 -78.6045 -61.9785c-30.8975 -15.3037 -63.7559 -23.0625 -97.6611 -23.0625c-33.9062 0 -66.7637 7.75879 -97.6621 23.0635
640
- c-29.5273 14.625 -55.9746 35.4766 -78.6045 61.9785c-45.8672 53.708 -71.126 124.87 -71.126 200.379s25.2588 146.672 71.125 200.382c22.6309 26.5 49.0781 47.3545 78.6045 61.9795c30.8975 15.3027 63.7559 23.0625 97.6621 23.0625
641
- s66.7646 -7.75879 97.6621 -23.0625c29.5273 -14.625 55.9736 -35.4775 78.6045 -61.9785zM304.392 50.6689c108.842 0 197.39 105.605 197.39 235.419s-88.5488 235.424 -197.39 235.424c-108.842 0 -197.391 -105.611 -197.391 -235.423s88.5488 -235.42 197.391 -235.42z
642
- M196.987 657.862l164.707 126.139l30.3994 -39.6934l-164.706 -126.139z" />
643
- <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="625"
644
- d="M486.655 486.472c45.8662 -53.709 71.125 -124.875 71.125 -200.383s-25.2598 -146.671 -71.125 -200.38c-22.6299 -26.5 -49.0781 -47.3545 -78.6045 -61.9785c-30.8975 -15.3037 -63.7559 -23.0625 -97.6611 -23.0625c-33.9062 0 -66.7637 7.75879 -97.6621 23.0635
645
- c-29.5273 14.625 -55.9746 35.4766 -78.6045 61.9785c-45.8672 53.708 -71.126 124.869 -71.126 200.379c0 75.5088 25.2588 146.672 71.125 200.382c22.6309 26.5 49.0781 47.3545 78.6045 61.9795c30.8975 15.3027 63.7559 23.0625 97.6621 23.0625
646
- s66.7656 -7.75879 97.6621 -23.0625c29.5273 -14.625 55.9736 -35.4775 78.6045 -61.9785zM310.392 50.6689c108.842 0 197.39 105.605 197.39 235.419s-88.5488 235.424 -197.39 235.424c-108.842 0 -197.391 -105.611 -197.391 -235.423s88.5488 -235.42 197.391 -235.42z
647
- M310.39 730.146l-111.048 -74.666l-28.5693 41.0361l139.352 96.7979l0.265625 -0.202148l139.62 -96.5957l-28.5713 -41.0361z" />
648
- <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="616"
649
- d="M480.655 486.472c45.8662 -53.709 71.125 -124.875 71.125 -200.383s-25.2588 -146.671 -71.125 -200.38c-22.6309 -26.501 -49.0781 -47.3545 -78.6045 -61.9785c-30.8975 -15.3037 -63.7559 -23.0625 -97.6611 -23.0625c-33.9062 0 -66.7637 7.75879 -97.6621 23.0635
650
- c-29.5273 14.625 -55.9746 35.4766 -78.6045 61.9785c-45.8672 53.708 -71.126 124.87 -71.126 200.379s25.2588 146.672 71.125 200.382c22.6309 26.5 49.0781 47.3545 78.6045 61.9795c30.8975 15.3027 63.7559 23.0625 97.6621 23.0625
651
- s66.7646 -7.75879 97.6621 -23.0625c29.5273 -14.625 55.9736 -35.4775 78.6045 -61.9785zM304.392 50.6689c108.842 0 197.39 105.605 197.39 235.419s-88.5488 235.424 -197.39 235.424c-108.842 0 -197.391 -105.611 -197.391 -235.423s88.5488 -235.42 197.391 -235.42z
652
- M226.691 700.949l-10.6113 -22.6377l-45.2725 21.2236l10.6113 22.6357c15.251 32.5342 33.2959 50.8477 55.1641 55.9883c30.375 7.14062 55.4199 -12.7354 77.5195 -30.2676c13.4287 -10.6553 30.1504 -23.916 38.9316 -21.8447
653
- c2.99316 0.705078 13.9326 5.51562 29.0596 37.8457l10.5947 22.6465l45.2881 -21.1875l-10.5957 -22.6455c-18.123 -38.7334 -38.1064 -59.4922 -62.8887 -65.3271c-4.58887 -1.08008 -9.0791 -1.57227 -13.4619 -1.57227c-26.5146 0 -49.2275 18.0215 -68.0039 32.917
654
- c-11.2246 8.90625 -28.1875 22.3652 -35.002 20.7627c-0.915039 -0.214844 -9.28809 -2.84277 -21.333 -28.5371z" />
655
- <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="616"
656
- d="M480.655 486.472c45.8662 -53.709 71.125 -124.875 71.125 -200.383s-25.2588 -146.671 -71.125 -200.38c-22.6309 -26.501 -49.0781 -47.3545 -78.6045 -61.9785c-30.8975 -15.3037 -63.7559 -23.0625 -97.6611 -23.0625c-33.9062 0 -66.7637 7.75879 -97.6621 23.0635
657
- c-29.5273 14.625 -55.9746 35.4766 -78.6045 61.9785c-45.8672 53.708 -71.126 124.87 -71.126 200.379s25.2588 146.672 71.125 200.382c22.6309 26.5 49.0781 47.3545 78.6045 61.9795c30.8975 15.3027 63.7559 23.0625 97.6621 23.0625
658
- s66.7646 -7.75879 97.6621 -23.0625c29.5273 -14.625 55.9736 -35.4775 78.6045 -61.9785zM304.392 50.6689c108.842 0 197.39 105.605 197.39 235.419s-88.5488 235.424 -197.39 235.424c-108.842 0 -197.391 -105.611 -197.391 -235.423s88.5488 -235.42 197.391 -235.42z
659
- M214.392 673.712c-13.8086 0 -25 11.1914 -25 25v13.709c0 13.8066 11.1914 25 25 25c13.8057 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1924 -25 -25 -25zM394.392 673.712c-13.8096 0 -25 11.1914 -25 25v13.709c0 13.8066 11.1904 25 25 25
660
- c13.8057 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1934 -25 -25 -25z" />
661
- <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="608"
662
- d="M296.536 96.3564c26.751 0 45.0957 -19.873 45.0957 -48.1543c0 -27.5146 -17.5801 -48.1533 -45.8623 -48.1533c-26.751 0 -45.0967 20.6357 -45.0967 48.1533c0 28.2812 19.1104 48.1543 45.8633 48.1543zM59 277.875v48.9678h481.832v-48.9678h-481.832z
663
- M295.77 499.848c-26.751 0 -45.0977 20.6367 -45.0967 48.1533c0 28.2803 19.1104 48.1543 45.8633 48.1543c26.751 0 45.0957 -19.874 45.0957 -48.1543c0 -27.5156 -17.5801 -48.1533 -45.8623 -48.1533z" />
664
- <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="620"
665
- d="M556.476 579l-70.7588 -94.9961c44.5518 -53.4131 69.0645 -123.55 69.0645 -197.912c0 -75.5078 -25.2588 -146.671 -71.125 -200.38c-22.6299 -26.501 -49.0771 -47.3545 -78.6045 -61.9785c-30.8975 -15.3047 -63.7559 -23.0635 -97.6621 -23.0635
666
- s-66.7646 7.75879 -97.6621 23.0635c-15.9902 7.91992 -31.0684 17.6816 -45.1348 29.1611l-39.3838 -52.875h-62.3398l65.916 88.4951c-44.377 53.3701 -68.7881 123.368 -68.7881 197.575c0 75.5088 25.2588 146.672 71.126 200.383
667
- c22.6299 26.5 49.0781 47.3545 78.6045 61.9795c30.8975 15.3037 63.7559 23.0625 97.6621 23.0625s66.7646 -7.75977 97.6621 -23.0625c15.8643 -7.85938 30.8301 -17.5322 44.8018 -28.8955l44.2764 59.4434h62.3457zM110.001 286.09
668
- c0 -59.8086 18.8076 -114.469 49.7256 -156.039l260.206 349.336c-31.9473 26.5391 -70.7441 42.127 -112.541 42.127c-108.842 0 -197.391 -105.61 -197.391 -235.424zM504.782 286.091c0 59.9795 -18.915 114.78 -49.9893 156.395l-260.271 -349.418
669
- c32.0088 -26.7051 70.9297 -42.3975 112.87 -42.3975c108.841 0 197.39 105.607 197.39 235.421z" />
670
- <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="549"
671
- d="M429 578.967h49.998v-358.451c0 -58.5371 -21.1904 -113.662 -59.668 -155.223c-38.9727 -42.0918 -90.9395 -65.2744 -146.331 -65.2744s-107.358 23.1807 -146.33 65.2744c-38.4785 41.5605 -59.6689 96.6855 -59.6689 155.223v358.451h50v-358.451
672
- c0 -94.0117 69.9805 -170.496 156 -170.496s156 76.4844 156 170.496v358.451zM175.446 744.313l30.3994 39.6943l164.706 -126.139l-30.3994 -39.6934z" />
673
- <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="549"
674
- d="M429 578.967h49.998v-358.451c0 -58.5371 -21.1904 -113.662 -59.668 -155.223c-38.9727 -42.0918 -90.9395 -65.2744 -146.331 -65.2744s-107.358 23.1807 -146.33 65.2744c-38.4785 41.5605 -59.6689 96.6855 -59.6689 155.223v358.451h50v-358.451
675
- c0 -94.0117 69.9805 -170.496 156 -170.496s156 76.4844 156 170.496v358.451zM175.436 657.866l164.708 126.139l30.3994 -39.6934l-164.708 -126.14z" />
676
- <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="555"
677
- d="M433 578.967h49.998v-358.451c0 -58.5371 -21.1904 -113.662 -59.668 -155.223c-38.9727 -42.0918 -90.9395 -65.2744 -146.331 -65.2744s-107.358 23.1797 -146.33 65.2744c-38.4785 41.5605 -59.6689 96.6855 -59.6689 155.223v358.451h50v-358.451
678
- c0 -94.0117 69.9805 -170.496 156 -170.496s156 76.4844 156 170.496v358.451zM276.997 729.499l-111.048 -74.666l-28.5693 41.0361l139.352 96.7979l0.265625 -0.202148l139.62 -96.5957l-28.5713 -41.0361z" />
679
- <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="549"
680
- d="M429 578.967h49.998v-358.451c0 -58.5371 -21.1904 -113.662 -59.668 -155.223c-38.9727 -42.0918 -90.9395 -65.2744 -146.331 -65.2744s-107.358 23.1807 -146.33 65.2744c-38.4785 41.5605 -59.6689 96.6855 -59.6689 155.223v358.451h50v-358.451
681
- c0 -94.0117 69.9805 -170.496 156 -170.496s156 76.4844 156 170.496v358.451zM182.998 673.715c-13.8086 0 -25 11.1914 -25 25v13.709c0 13.8066 11.1904 25 25 25c13.8066 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1934 -25 -25 -25zM362.998 673.715
682
- c-13.8086 0 -25 11.1914 -25 25v13.709c0 13.8066 11.1904 25 25 25c13.8066 0 25 -11.1934 25 -25v-13.709c0 -13.8096 -11.1934 -25 -25 -25z" />
683
- <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1022"
684
- d="M956.642 0.00976562l-467.035 -0.641602v25.2578c-35.7881 -16.7969 -73.542 -25.2939 -112.646 -25.2939c-43.541 0 -85.7139 10.6514 -125.354 31.6592c-37.8135 20.041 -71.6729 48.6035 -100.637 84.8965c-58.6641 73.5088 -90.9717 170.917 -90.9717 274.281
685
- s32.3076 200.772 90.9736 274.28c28.9639 36.292 62.8232 64.8555 100.637 84.8965c39.6396 21.0078 81.8145 31.6602 125.354 31.6602c39.0996 0 76.8555 -8.49609 112.646 -25.293v27.7715l466.986 0.259766l0.0263672 -50l-417.014 -0.231445v-302.802
686
- c11.9824 4.68848 25.8027 7.06348 41.4014 7.06348h375.6v-50h-375.599c-15.9434 0 -27.3193 -3.59375 -33.8115 -10.6826c-6.51074 -7.11133 -7.46875 -17.1426 -7.59082 -20.8203v-306.832l416.966 0.570312zM376.959 49.3301c39.3936 0 77.2646 10.7285 112.646 31.8809
687
- v617.921c-35.3828 21.1523 -73.2549 31.877 -112.646 31.877c-147.203 0 -266.961 -152.899 -266.961 -340.839s119.758 -340.84 266.961 -340.84z" />
688
- <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="990"
689
- d="M896.782 128.573l40.0762 -29.8965l-14.9492 -20.0381c-26.5342 -35.5693 -78.5723 -77.9668 -175.794 -77.9668c-66.1211 0 -127.701 30.7275 -173.399 86.5254c-18.2539 22.2881 -33.1289 47.5898 -44.3213 74.9756
690
- c-11.6719 -27.9414 -27.3584 -53.7666 -46.7402 -76.4619c-22.6299 -26.501 -49.0771 -47.3545 -78.6045 -61.9785c-30.8975 -15.3047 -63.7559 -23.0635 -97.6621 -23.0635s-66.7646 7.75879 -97.6621 23.0635c-29.5273 14.625 -55.9736 35.4775 -78.6045 61.9785
691
- c-45.8662 53.709 -71.125 124.872 -71.125 200.38c0 75.5088 25.2588 146.672 71.126 200.384c22.6299 26.5 49.0781 47.3535 78.6045 61.9785c30.8975 15.3037 63.7559 23.0625 97.6621 23.0625s66.7646 -7.75977 97.6621 -23.0625
692
- c29.5273 -14.625 55.9736 -35.4775 78.6045 -61.9785c18.5996 -21.7812 33.8096 -46.4336 45.3213 -73.0811c11.4414 28.9268 26.9707 55.6465 46.2441 79.085c22.124 26.9062 48.002 48.0898 76.915 62.9619c30.0938 15.4814 62.1025 23.3945 95.1455 23.5254
693
- l0.290039 0.00195312h0.543945l0.222656 -0.000976562c53.5967 -0.135742 99.2588 -14.4541 132.081 -41.4287c31.3271 -25.7451 48.5801 -60.8477 48.5801 -98.8408c0 -39.7021 -19.7246 -77.9824 -54.1162 -105.025
694
- c-37.1064 -29.1797 -89.2441 -44.6025 -150.776 -44.6025c0 0 -137.847 -0.0380859 -138.779 0.0839844c-1.58984 0.015625 -10.1406 0.178711 -16.1016 -6.03418c-15.2246 -15.8691 -10.2822 -35.7451 -10.2822 -35.7451
695
- c16.1436 -111.692 94.8271 -196.703 189.173 -196.703c60.5459 0 107.478 20.0098 135.719 57.8643zM745.879 528.969c-93.6084 -0.138672 -171.748 -83.959 -188.602 -194.453c13.1006 4.79004 24.6084 4.78516 29.0176 4.55664h135.814
696
- c50.2119 0 91.6611 11.7236 119.87 33.9053c22.583 17.7588 35.0215 41.0986 35.0215 65.7217c0 43.4287 -41.0303 90.167 -131.122 90.2695zM305.391 50.6729c108.841 0 197.39 105.605 197.39 235.419s-88.5479 235.424 -197.39 235.424
697
- s-197.391 -105.611 -197.391 -235.423s88.5488 -235.42 197.391 -235.42z" />
698
- <glyph glyph-name="mu" unicode="&#x3bc;" horiz-adv-x="561"
699
- d="M436 784l49.998 -0.00195312v-350.451c0 -58.5371 -21.1904 -113.662 -59.668 -155.222c-38.9717 -42.0918 -90.9395 -65.2734 -146.331 -65.2734c0 0 -122.142 0.138672 -122.66 0.191406c-1.58301 0.03125 -14.251 0.0566406 -22.8213 -8.10449
700
- c-6.97949 -6.64648 -10.5186 -18.0283 -10.5186 -33.8301v-171.29h-50v783.98h50v-527.219c16.2607 6.66309 31.0977 6.63184 35.8379 6.40527l120.19 -0.132812c85.9912 0 155.973 76.4844 155.973 170.496v350.451z" />
701
- <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="921"
702
- d="M508.973 784.006l54.8926 -0.00585938l-452.661 -783.98h-55zM176.735 507.797c-69.8818 0 -126.735 59.7109 -126.734 133.104c0 73.3936 56.8525 133.104 126.734 133.104c69.8828 0 126.736 -59.708 126.736 -133.104c0 -73.3936 -56.8525 -133.104 -126.736 -133.104
703
- zM176.735 726.411c-43.6377 0 -79.1396 -38.3594 -79.1396 -85.5107c0 -47.1494 35.502 -85.5088 79.1396 -85.5088c43.6396 0 79.1426 38.3604 79.1426 85.5088c0 47.1514 -35.5029 85.5107 -79.1426 85.5107zM449.892 266.53c69.8828 0 126.737 -59.7119 126.737 -133.104
704
- s-56.8545 -133.104 -126.737 -133.104c-69.8818 0 -126.735 59.7109 -126.735 133.104c0 73.3926 56.8535 133.104 126.735 133.104zM449.893 47.917c43.6387 0 79.1416 38.3584 79.1416 85.5088c0 47.1514 -35.5029 85.5098 -79.1416 85.5098
705
- c-43.6377 0 -79.1396 -38.3604 -79.1396 -85.5098c0 -47.1504 35.502 -85.5088 79.1396 -85.5088zM744.353 266.53c69.8828 0 126.737 -59.7119 126.737 -133.104s-56.8535 -133.104 -126.737 -133.104c-69.8809 0 -126.734 59.7109 -126.734 133.104
706
- c0 73.3926 56.8525 133.104 126.734 133.104zM744.354 47.917c43.6377 0 79.1406 38.3594 79.1426 85.5088c0 47.1514 -35.5039 85.5098 -79.1426 85.5098c-43.6367 0 -79.1387 -38.3604 -79.1387 -85.5098c0 -47.1504 35.502 -85.5088 79.1387 -85.5088z" />
707
- <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="767"
708
- d="M663.07 182.729l13.2012 21.4443l42.8945 -26.4014l-13.2002 -21.4473c-28.8076 -46.8018 -66.4385 -85.6396 -108.828 -112.316c-44.4912 -27.9971 -94.6416 -42.7949 -145.029 -42.7949c-43.7041 0 -86.0381 10.6641 -125.829 31.6943
709
- c-37.9629 20.0654 -71.957 48.6641 -101.038 85.0059c-42.0547 52.5547 -70.6084 117.312 -83.5107 187.724h-87.7285v50.3691h81.2676c-0.90332 12.0889 -1.37598 24.2871 -1.37598 36.5742c0 8.50293 0.240234 16.9619 0.674805 25.375h-80.5674v50.3691h85.8096
710
- c11.8359 74.7402 41.1562 143.592 85.4316 198.922c29.0801 36.3398 63.0752 64.9404 101.038 85.0059c39.791 21.0312 82.126 31.6943 125.829 31.6943c50.3867 -0.000976562 100.538 -14.7979 145.028 -42.7949c42.3887 -26.6729 80.0205 -65.5117 108.829 -112.315
711
- l13.2012 -21.4473l-42.8955 -26.4023l-13.2021 21.4473c-51.2988 83.3438 -128.191 131.146 -210.963 131.146c-127.248 0 -234.046 -113.56 -261.175 -265.255h258.443v-50.3682h-264.372c-0.486328 -8.37891 -0.741211 -16.8398 -0.741211 -25.375
712
- c0 -12.3564 0.532227 -24.5557 1.54395 -36.5742h263.567v-50.3691h-256.276c30.2725 -146.049 134.914 -254.056 259.01 -254.056c82.7734 0 159.665 47.7998 210.963 131.146z" />
713
- <hkern u1="&#x30;" u2="&#x37;" k="15" />
714
- <hkern u1="&#x30;" u2="&#x33;" k="10" />
715
- <hkern u1="&#x30;" u2="&#x30;" k="20" />
716
- <hkern u1="&#x31;" u2="&#x39;" k="-20" />
717
- <hkern u1="&#x31;" u2="&#x38;" k="-30" />
718
- <hkern u1="&#x31;" u2="&#x36;" k="-30" />
719
- <hkern u1="&#x31;" u2="&#x35;" k="-45" />
720
- <hkern u1="&#x31;" u2="&#x33;" k="-20" />
721
- <hkern u1="&#x31;" u2="&#x32;" k="-70" />
722
- <hkern u1="&#x31;" u2="&#x31;" k="-70" />
723
- <hkern u1="&#x31;" u2="&#x30;" k="-20" />
724
- <hkern u1="&#x32;" u2="&#x39;" k="10" />
725
- <hkern u1="&#x32;" u2="&#x38;" k="10" />
726
- <hkern u1="&#x32;" u2="&#x37;" k="15" />
727
- <hkern u1="&#x32;" u2="&#x36;" k="28" />
728
- <hkern u1="&#x32;" u2="&#x35;" k="5" />
729
- <hkern u1="&#x32;" u2="&#x34;" k="50" />
730
- <hkern u1="&#x33;" u2="&#x39;" k="20" />
731
- <hkern u1="&#x33;" u2="&#x37;" k="17" />
732
- <hkern u1="&#x33;" u2="&#x36;" k="10" />
733
- <hkern u1="&#x33;" u2="&#x34;" k="30" />
734
- <hkern u1="&#x33;" u2="&#x33;" k="20" />
735
- <hkern u1="&#x33;" u2="&#x31;" k="-10" />
736
- <hkern u1="&#x33;" u2="&#x30;" k="45" />
737
- <hkern u1="&#x34;" u2="&#x37;" k="20" />
738
- <hkern u1="&#x34;" u2="&#x34;" k="30" />
739
- <hkern u1="&#x34;" u2="&#x32;" k="-5" />
740
- <hkern u1="&#x34;" u2="&#x31;" k="-50" />
741
- <hkern u1="&#x34;" u2="&#x30;" k="30" />
742
- <hkern u1="&#x35;" u2="&#x39;" k="28" />
743
- <hkern u1="&#x35;" u2="&#x37;" k="20" />
744
- <hkern u1="&#x35;" u2="&#x36;" k="19" />
745
- <hkern u1="&#x35;" u2="&#x34;" k="45" />
746
- <hkern u1="&#x35;" u2="&#x31;" k="-10" />
747
- <hkern u1="&#x35;" u2="&#x30;" k="20" />
748
- <hkern u1="&#x36;" u2="&#x39;" k="20" />
749
- <hkern u1="&#x36;" u2="&#x38;" k="20" />
750
- <hkern u1="&#x36;" u2="&#x37;" k="30" />
751
- <hkern u1="&#x36;" u2="&#x34;" k="40" />
752
- <hkern u1="&#x36;" u2="&#x31;" k="-20" />
753
- <hkern u1="&#x36;" u2="&#x30;" k="40" />
754
- <hkern u1="&#x37;" u2="&#x39;" k="20" />
755
- <hkern u1="&#x37;" u2="&#x38;" k="35" />
756
- <hkern u1="&#x37;" u2="&#x36;" k="20" />
757
- <hkern u1="&#x37;" u2="&#x34;" k="80" />
758
- <hkern u1="&#x37;" u2="&#x30;" k="60" />
759
- <hkern u1="&#x38;" u2="&#x39;" k="20" />
760
- <hkern u1="&#x38;" u2="&#x38;" k="20" />
761
- <hkern u1="&#x38;" u2="&#x37;" k="50" />
762
- <hkern u1="&#x38;" u2="&#x36;" k="10" />
763
- <hkern u1="&#x38;" u2="&#x34;" k="30" />
764
- <hkern u1="&#x38;" u2="&#x31;" k="-15" />
765
- <hkern u1="&#x38;" u2="&#x30;" k="45" />
766
- <hkern u1="&#x39;" u2="&#x39;" k="20" />
767
- <hkern u1="&#x39;" u2="&#x38;" k="20" />
768
- <hkern u1="&#x39;" u2="&#x37;" k="40" />
769
- <hkern u1="&#x39;" u2="&#x36;" k="40" />
770
- <hkern u1="&#x39;" u2="&#x34;" k="50" />
771
- <hkern u1="&#x39;" u2="&#x33;" k="28" />
772
- <hkern u1="&#x39;" u2="&#x31;" k="-10" />
773
- <hkern u1="&#x39;" u2="&#x30;" k="60" />
774
- <hkern u1="A" u2="&#xd8;" k="40" />
775
- <hkern u1="A" u2="&#xd6;" k="40" />
776
- <hkern u1="A" u2="&#xd5;" k="40" />
777
- <hkern u1="A" u2="&#xd4;" k="40" />
778
- <hkern u1="A" u2="&#xd3;" k="40" />
779
- <hkern u1="A" u2="&#xd2;" k="40" />
780
- <hkern u1="A" u2="z" k="19" />
781
- <hkern u1="A" u2="y" k="67" />
782
- <hkern u1="A" u2="x" k="28" />
783
- <hkern u1="A" u2="w" k="62" />
784
- <hkern u1="A" u2="v" k="72" />
785
- <hkern u1="A" u2="u" k="30" />
786
- <hkern u1="A" u2="t" k="28" />
787
- <hkern u1="A" u2="s" k="38" />
788
- <hkern u1="A" u2="r" k="14" />
789
- <hkern u1="A" u2="q" k="48" />
790
- <hkern u1="A" u2="p" k="23" />
791
- <hkern u1="A" u2="o" k="70" />
792
- <hkern u1="A" u2="n" k="28" />
793
- <hkern u1="A" u2="m" k="19" />
794
- <hkern u1="A" u2="k" k="14" />
795
- <hkern u1="A" u2="j" k="86" />
796
- <hkern u1="A" u2="i" k="28" />
797
- <hkern u1="A" u2="h" k="14" />
798
- <hkern u1="A" u2="g" k="52" />
799
- <hkern u1="A" u2="e" k="48" />
800
- <hkern u1="A" u2="d" k="52" />
801
- <hkern u1="A" u2="c" k="62" />
802
- <hkern u1="A" u2="b" k="14" />
803
- <hkern u1="A" u2="a" k="24" />
804
- <hkern u1="A" u2="Y" k="100" />
805
- <hkern u1="A" u2="W" k="88" />
806
- <hkern u1="A" u2="V" k="96" />
807
- <hkern u1="A" u2="U" k="20" />
808
- <hkern u1="A" u2="T" k="20" />
809
- <hkern u1="A" u2="S" k="15" />
810
- <hkern u1="A" u2="Q" k="81" />
811
- <hkern u1="A" u2="O" k="40" />
812
- <hkern u1="A" u2="I" k="-36" />
813
- <hkern u1="A" u2="G" k="40" />
814
- <hkern u1="A" u2="C" k="30" />
815
- <hkern u1="B" u2="z" k="43" />
816
- <hkern u1="B" u2="y" k="52" />
817
- <hkern u1="B" u2="x" k="52" />
818
- <hkern u1="B" u2="w" k="62" />
819
- <hkern u1="B" u2="v" k="38" />
820
- <hkern u1="B" u2="u" k="43" />
821
- <hkern u1="B" u2="t" k="33" />
822
- <hkern u1="B" u2="s" k="52" />
823
- <hkern u1="B" u2="r" k="38" />
824
- <hkern u1="B" u2="q" k="48" />
825
- <hkern u1="B" u2="p" k="38" />
826
- <hkern u1="B" u2="o" k="62" />
827
- <hkern u1="B" u2="n" k="14" />
828
- <hkern u1="B" u2="m" k="48" />
829
- <hkern u1="B" u2="k" k="43" />
830
- <hkern u1="B" u2="j" k="105" />
831
- <hkern u1="B" u2="i" k="28" />
832
- <hkern u1="B" u2="h" k="43" />
833
- <hkern u1="B" u2="g" k="48" />
834
- <hkern u1="B" u2="e" k="39" />
835
- <hkern u1="B" u2="d" k="38" />
836
- <hkern u1="B" u2="c" k="43" />
837
- <hkern u1="B" u2="b" k="28" />
838
- <hkern u1="B" u2="a" k="48" />
839
- <hkern u1="B" u2="Y" k="50" />
840
- <hkern u1="B" u2="T" k="20" />
841
- <hkern u1="B" u2="Q" k="22" />
842
- <hkern u1="B" u2="I" k="-36" />
843
- <hkern u1="C" u2="z" k="33" />
844
- <hkern u1="C" u2="y" k="31" />
845
- <hkern u1="C" u2="x" k="41" />
846
- <hkern u1="C" u2="w" k="52" />
847
- <hkern u1="C" u2="v" k="40" />
848
- <hkern u1="C" u2="u" k="35" />
849
- <hkern u1="C" u2="t" k="21" />
850
- <hkern u1="C" u2="s" k="35" />
851
- <hkern u1="C" u2="r" k="16" />
852
- <hkern u1="C" u2="q" k="49" />
853
- <hkern u1="C" u2="p" k="15" />
854
- <hkern u1="C" u2="o" k="50" />
855
- <hkern u1="C" u2="n" k="48" />
856
- <hkern u1="C" u2="m" k="43" />
857
- <hkern u1="C" u2="l" k="17" />
858
- <hkern u1="C" u2="k" k="14" />
859
- <hkern u1="C" u2="j" k="91" />
860
- <hkern u1="C" u2="i" k="5" />
861
- <hkern u1="C" u2="h" k="42" />
862
- <hkern u1="C" u2="g" k="45" />
863
- <hkern u1="C" u2="f" k="14" />
864
- <hkern u1="C" u2="e" k="53" />
865
- <hkern u1="C" u2="d" k="37" />
866
- <hkern u1="C" u2="c" k="57" />
867
- <hkern u1="C" u2="b" k="28" />
868
- <hkern u1="C" u2="a" k="31" />
869
- <hkern u1="C" u2="Z" k="-36" />
870
- <hkern u1="C" u2="Y" k="75" />
871
- <hkern u1="C" u2="T" k="40" />
872
- <hkern u1="C" u2="O" k="20" />
873
- <hkern u1="C" u2="L" k="-24" />
874
- <hkern u1="C" u2="I" k="-60" />
875
- <hkern u1="D" u2="z" k="67" />
876
- <hkern u1="D" u2="y" k="33" />
877
- <hkern u1="D" u2="x" k="52" />
878
- <hkern u1="D" u2="w" k="57" />
879
- <hkern u1="D" u2="v" k="38" />
880
- <hkern u1="D" u2="u" k="43" />
881
- <hkern u1="D" u2="t" k="24" />
882
- <hkern u1="D" u2="r" k="14" />
883
- <hkern u1="D" u2="q" k="57" />
884
- <hkern u1="D" u2="p" k="48" />
885
- <hkern u1="D" u2="o" k="45" />
886
- <hkern u1="D" u2="n" k="42" />
887
- <hkern u1="D" u2="m" k="52" />
888
- <hkern u1="D" u2="l" k="19" />
889
- <hkern u1="D" u2="k" k="48" />
890
- <hkern u1="D" u2="j" k="115" />
891
- <hkern u1="D" u2="i" k="10" />
892
- <hkern u1="D" u2="h" k="52" />
893
- <hkern u1="D" u2="g" k="52" />
894
- <hkern u1="D" u2="f" k="24" />
895
- <hkern u1="D" u2="e" k="50" />
896
- <hkern u1="D" u2="c" k="40" />
897
- <hkern u1="D" u2="b" k="38" />
898
- <hkern u1="D" u2="a" k="45" />
899
- <hkern u1="D" u2="Z" k="36" />
900
- <hkern u1="D" u2="Y" k="88" />
901
- <hkern u1="D" u2="T" k="50" />
902
- <hkern u1="D" u2="Q" k="17" />
903
- <hkern u1="D" u2="O" k="30" />
904
- <hkern u1="D" u2="I" k="-12" />
905
- <hkern u1="D" u2="A" k="10" />
906
- <hkern u1="E" u2="e" k="19" />
907
- <hkern u1="E" u2="a" k="19" />
908
- <hkern u1="E" u2="Z" k="-60" />
909
- <hkern u1="E" u2="Q" k="17" />
910
- <hkern u1="E" u2="P" k="-20" />
911
- <hkern u1="E" u2="O" k="11" />
912
- <hkern u1="E" u2="I" k="-60" />
913
- <hkern u1="E" u2="A" k="-24" />
914
- <hkern u1="F" u2="z" k="115" />
915
- <hkern u1="F" u2="y" k="91" />
916
- <hkern u1="F" u2="x" k="67" />
917
- <hkern u1="F" u2="w" k="76" />
918
- <hkern u1="F" u2="v" k="91" />
919
- <hkern u1="F" u2="u" k="96" />
920
- <hkern u1="F" u2="t" k="56" />
921
- <hkern u1="F" u2="s" k="96" />
922
- <hkern u1="F" u2="r" k="83" />
923
- <hkern u1="F" u2="q" k="125" />
924
- <hkern u1="F" u2="p" k="81" />
925
- <hkern u1="F" u2="o" k="124" />
926
- <hkern u1="F" u2="n" k="100" />
927
- <hkern u1="F" u2="m" k="100" />
928
- <hkern u1="F" u2="l" k="33" />
929
- <hkern u1="F" u2="k" k="38" />
930
- <hkern u1="F" u2="j" k="125" />
931
- <hkern u1="F" u2="i" k="38" />
932
- <hkern u1="F" u2="h" k="48" />
933
- <hkern u1="F" u2="g" k="105" />
934
- <hkern u1="F" u2="f" k="38" />
935
- <hkern u1="F" u2="e" k="125" />
936
- <hkern u1="F" u2="d" k="100" />
937
- <hkern u1="F" u2="c" k="110" />
938
- <hkern u1="F" u2="b" k="62" />
939
- <hkern u1="F" u2="a" k="105" />
940
- <hkern u1="F" u2="Q" k="71" />
941
- <hkern u1="F" u2="O" k="67" />
942
- <hkern u1="F" u2="A" k="128" />
943
- <hkern u1="G" u2="z" k="57" />
944
- <hkern u1="G" u2="y" k="72" />
945
- <hkern u1="G" u2="x" k="76" />
946
- <hkern u1="G" u2="w" k="76" />
947
- <hkern u1="G" u2="v" k="57" />
948
- <hkern u1="G" u2="u" k="28" />
949
- <hkern u1="G" u2="t" k="38" />
950
- <hkern u1="G" u2="s" k="48" />
951
- <hkern u1="G" u2="r" k="14" />
952
- <hkern u1="G" u2="q" k="66" />
953
- <hkern u1="G" u2="p" k="38" />
954
- <hkern u1="G" u2="o" k="62" />
955
- <hkern u1="G" u2="n" k="52" />
956
- <hkern u1="G" u2="m" k="52" />
957
- <hkern u1="G" u2="l" k="28" />
958
- <hkern u1="G" u2="k" k="24" />
959
- <hkern u1="G" u2="j" k="115" />
960
- <hkern u1="G" u2="i" k="33" />
961
- <hkern u1="G" u2="h" k="57" />
962
- <hkern u1="G" u2="g" k="57" />
963
- <hkern u1="G" u2="f" k="28" />
964
- <hkern u1="G" u2="e" k="43" />
965
- <hkern u1="G" u2="d" k="62" />
966
- <hkern u1="G" u2="c" k="61" />
967
- <hkern u1="G" u2="b" k="28" />
968
- <hkern u1="G" u2="a" k="48" />
969
- <hkern u1="G" u2="Y" k="80" />
970
- <hkern u1="G" u2="T" k="45" />
971
- <hkern u1="G" u2="Q" k="29" />
972
- <hkern u1="G" u2="O" k="30" />
973
- <hkern u1="G" u2="I" k="-36" />
974
- <hkern u1="G" u2="A" k="24" />
975
- <hkern u1="H" u2="x" k="19" />
976
- <hkern u1="H" u2="w" k="33" />
977
- <hkern u1="H" u2="v" k="28" />
978
- <hkern u1="H" u2="s" k="19" />
979
- <hkern u1="H" u2="q" k="38" />
980
- <hkern u1="H" u2="o" k="38" />
981
- <hkern u1="H" u2="m" k="38" />
982
- <hkern u1="H" u2="j" k="67" />
983
- <hkern u1="H" u2="g" k="24" />
984
- <hkern u1="H" u2="e" k="28" />
985
- <hkern u1="H" u2="d" k="38" />
986
- <hkern u1="H" u2="c" k="43" />
987
- <hkern u1="H" u2="a" k="4" />
988
- <hkern u1="H" u2="R" k="-7" />
989
- <hkern u1="H" u2="I" k="-48" />
990
- <hkern u1="I" u2="q" k="4" />
991
- <hkern u1="I" u2="o" k="24" />
992
- <hkern u1="I" u2="j" k="38" />
993
- <hkern u1="I" u2="Z" k="-72" />
994
- <hkern u1="I" u2="Y" k="-20" />
995
- <hkern u1="I" u2="X" k="-36" />
996
- <hkern u1="I" u2="V" k="-48" />
997
- <hkern u1="I" u2="U" k="-92" />
998
- <hkern u1="I" u2="T" k="-56" />
999
- <hkern u1="I" u2="S" k="-67" />
1000
- <hkern u1="I" u2="R" k="-60" />
1001
- <hkern u1="I" u2="P" k="-20" />
1002
- <hkern u1="I" u2="O" k="-60" />
1003
- <hkern u1="I" u2="N" k="-92" />
1004
- <hkern u1="I" u2="M" k="-60" />
1005
- <hkern u1="I" u2="L" k="-72" />
1006
- <hkern u1="I" u2="K" k="-72" />
1007
- <hkern u1="I" u2="I" k="-72" />
1008
- <hkern u1="I" u2="H" k="-60" />
1009
- <hkern u1="I" u2="G" k="-24" />
1010
- <hkern u1="I" u2="E" k="-60" />
1011
- <hkern u1="I" u2="D" k="-48" />
1012
- <hkern u1="I" u2="C" k="-36" />
1013
- <hkern u1="I" u2="B" k="-84" />
1014
- <hkern u1="I" u2="A" k="-60" />
1015
- <hkern u1="J" u2="s" k="9" />
1016
- <hkern u1="J" u2="q" k="19" />
1017
- <hkern u1="J" u2="o" k="28" />
1018
- <hkern u1="J" u2="m" k="9" />
1019
- <hkern u1="J" u2="j" k="72" />
1020
- <hkern u1="J" u2="g" k="9" />
1021
- <hkern u1="J" u2="d" k="9" />
1022
- <hkern u1="J" u2="c" k="24" />
1023
- <hkern u1="J" u2="I" k="-72" />
1024
- <hkern u1="J" u2="E" k="-36" />
1025
- <hkern u1="K" u2="z" k="56" />
1026
- <hkern u1="K" u2="y" k="96" />
1027
- <hkern u1="K" u2="x" k="62" />
1028
- <hkern u1="K" u2="w" k="149" />
1029
- <hkern u1="K" u2="v" k="129" />
1030
- <hkern u1="K" u2="u" k="91" />
1031
- <hkern u1="K" u2="t" k="57" />
1032
- <hkern u1="K" u2="s" k="96" />
1033
- <hkern u1="K" u2="r" k="52" />
1034
- <hkern u1="K" u2="q" k="134" />
1035
- <hkern u1="K" u2="p" k="72" />
1036
- <hkern u1="K" u2="o" k="139" />
1037
- <hkern u1="K" u2="n" k="81" />
1038
- <hkern u1="K" u2="m" k="86" />
1039
- <hkern u1="K" u2="l" k="38" />
1040
- <hkern u1="K" u2="k" k="62" />
1041
- <hkern u1="K" u2="j" k="139" />
1042
- <hkern u1="K" u2="i" k="43" />
1043
- <hkern u1="K" u2="h" k="62" />
1044
- <hkern u1="K" u2="g" k="115" />
1045
- <hkern u1="K" u2="f" k="43" />
1046
- <hkern u1="K" u2="e" k="138" />
1047
- <hkern u1="K" u2="d" k="129" />
1048
- <hkern u1="K" u2="c" k="134" />
1049
- <hkern u1="K" u2="b" k="62" />
1050
- <hkern u1="K" u2="a" k="91" />
1051
- <hkern u1="K" u2="Q" k="82" />
1052
- <hkern u1="K" u2="O" k="81" />
1053
- <hkern u1="K" u2="I" k="-24" />
1054
- <hkern u1="L" u2="z" k="33" />
1055
- <hkern u1="L" u2="y" k="93" />
1056
- <hkern u1="L" u2="x" k="26" />
1057
- <hkern u1="L" u2="w" k="115" />
1058
- <hkern u1="L" u2="v" k="76" />
1059
- <hkern u1="L" u2="u" k="52" />
1060
- <hkern u1="L" u2="t" k="57" />
1061
- <hkern u1="L" u2="s" k="37" />
1062
- <hkern u1="L" u2="r" k="19" />
1063
- <hkern u1="L" u2="q" k="108" />
1064
- <hkern u1="L" u2="p" k="25" />
1065
- <hkern u1="L" u2="o" k="76" />
1066
- <hkern u1="L" u2="n" k="21" />
1067
- <hkern u1="L" u2="m" k="33" />
1068
- <hkern u1="L" u2="l" k="-11" />
1069
- <hkern u1="L" u2="k" k="33" />
1070
- <hkern u1="L" u2="j" k="76" />
1071
- <hkern u1="L" u2="i" k="3" />
1072
- <hkern u1="L" u2="h" k="38" />
1073
- <hkern u1="L" u2="g" k="76" />
1074
- <hkern u1="L" u2="f" k="17" />
1075
- <hkern u1="L" u2="e" k="73" />
1076
- <hkern u1="L" u2="d" k="81" />
1077
- <hkern u1="L" u2="c" k="62" />
1078
- <hkern u1="L" u2="b" k="14" />
1079
- <hkern u1="L" u2="a" k="36" />
1080
- <hkern u1="L" u2="Y" k="90" />
1081
- <hkern u1="L" u2="T" k="50" />
1082
- <hkern u1="L" u2="Q" k="125" />
1083
- <hkern u1="L" u2="O" k="111" />
1084
- <hkern u1="L" u2="I" k="-36" />
1085
- <hkern u1="L" u2="C" k="96" />
1086
- <hkern u1="M" u2="z" k="24" />
1087
- <hkern u1="M" u2="y" k="9" />
1088
- <hkern u1="M" u2="x" k="19" />
1089
- <hkern u1="M" u2="w" k="24" />
1090
- <hkern u1="M" u2="v" k="14" />
1091
- <hkern u1="M" u2="s" k="14" />
1092
- <hkern u1="M" u2="q" k="33" />
1093
- <hkern u1="M" u2="o" k="38" />
1094
- <hkern u1="M" u2="n" k="19" />
1095
- <hkern u1="M" u2="m" k="9" />
1096
- <hkern u1="M" u2="j" k="57" />
1097
- <hkern u1="M" u2="i" k="-35" />
1098
- <hkern u1="M" u2="g" k="19" />
1099
- <hkern u1="M" u2="e" k="28" />
1100
- <hkern u1="M" u2="d" k="14" />
1101
- <hkern u1="M" u2="c" k="28" />
1102
- <hkern u1="M" u2="a" k="14" />
1103
- <hkern u1="M" u2="I" k="-72" />
1104
- <hkern u1="N" u2="y" k="14" />
1105
- <hkern u1="N" u2="x" k="33" />
1106
- <hkern u1="N" u2="w" k="33" />
1107
- <hkern u1="N" u2="v" k="28" />
1108
- <hkern u1="N" u2="q" k="33" />
1109
- <hkern u1="N" u2="o" k="28" />
1110
- <hkern u1="N" u2="n" k="24" />
1111
- <hkern u1="N" u2="m" k="9" />
1112
- <hkern u1="N" u2="j" k="52" />
1113
- <hkern u1="N" u2="g" k="28" />
1114
- <hkern u1="N" u2="e" k="14" />
1115
- <hkern u1="N" u2="d" k="19" />
1116
- <hkern u1="N" u2="c" k="28" />
1117
- <hkern u1="N" u2="I" k="-92" />
1118
- <hkern u1="O" u2="z" k="33" />
1119
- <hkern u1="O" u2="y" k="33" />
1120
- <hkern u1="O" u2="x" k="48" />
1121
- <hkern u1="O" u2="w" k="43" />
1122
- <hkern u1="O" u2="v" k="43" />
1123
- <hkern u1="O" u2="u" k="43" />
1124
- <hkern u1="O" u2="t" k="14" />
1125
- <hkern u1="O" u2="s" k="48" />
1126
- <hkern u1="O" u2="r" k="19" />
1127
- <hkern u1="O" u2="q" k="48" />
1128
- <hkern u1="O" u2="p" k="28" />
1129
- <hkern u1="O" u2="o" k="57" />
1130
- <hkern u1="O" u2="n" k="28" />
1131
- <hkern u1="O" u2="m" k="43" />
1132
- <hkern u1="O" u2="l" k="24" />
1133
- <hkern u1="O" u2="j" k="90" />
1134
- <hkern u1="O" u2="i" k="28" />
1135
- <hkern u1="O" u2="h" k="43" />
1136
- <hkern u1="O" u2="g" k="43" />
1137
- <hkern u1="O" u2="f" k="24" />
1138
- <hkern u1="O" u2="e" k="38" />
1139
- <hkern u1="O" u2="d" k="52" />
1140
- <hkern u1="O" u2="c" k="43" />
1141
- <hkern u1="O" u2="b" k="19" />
1142
- <hkern u1="O" u2="a" k="28" />
1143
- <hkern u1="O" u2="Z" k="37" />
1144
- <hkern u1="O" u2="Y" k="103" />
1145
- <hkern u1="O" u2="X" k="40" />
1146
- <hkern u1="O" u2="W" k="50" />
1147
- <hkern u1="O" u2="V" k="43" />
1148
- <hkern u1="O" u2="T" k="100" />
1149
- <hkern u1="O" u2="S" k="20" />
1150
- <hkern u1="O" u2="R" k="10" />
1151
- <hkern u1="O" u2="Q" k="30" />
1152
- <hkern u1="O" u2="O" k="20" />
1153
- <hkern u1="O" u2="J" k="50" />
1154
- <hkern u1="O" u2="I" k="-36" />
1155
- <hkern u1="O" u2="G" k="30" />
1156
- <hkern u1="O" u2="E" k="-1" />
1157
- <hkern u1="O" u2="C" k="20" />
1158
- <hkern u1="O" u2="A" k="40" />
1159
- <hkern u1="P" u2="&#xd8;" k="55" />
1160
- <hkern u1="P" u2="&#xd6;" k="55" />
1161
- <hkern u1="P" u2="&#xd5;" k="55" />
1162
- <hkern u1="P" u2="&#xd4;" k="55" />
1163
- <hkern u1="P" u2="&#xd3;" k="55" />
1164
- <hkern u1="P" u2="&#xd2;" k="55" />
1165
- <hkern u1="P" u2="z" k="33" />
1166
- <hkern u1="P" u2="y" k="16" />
1167
- <hkern u1="P" u2="x" k="17" />
1168
- <hkern u1="P" u2="w" k="27" />
1169
- <hkern u1="P" u2="v" k="19" />
1170
- <hkern u1="P" u2="u" k="34" />
1171
- <hkern u1="P" u2="t" k="27" />
1172
- <hkern u1="P" u2="s" k="74" />
1173
- <hkern u1="P" u2="r" k="48" />
1174
- <hkern u1="P" u2="q" k="89" />
1175
- <hkern u1="P" u2="p" k="42" />
1176
- <hkern u1="P" u2="o" k="104" />
1177
- <hkern u1="P" u2="n" k="72" />
1178
- <hkern u1="P" u2="m" k="81" />
1179
- <hkern u1="P" u2="l" k="7" />
1180
- <hkern u1="P" u2="k" k="28" />
1181
- <hkern u1="P" u2="j" k="115" />
1182
- <hkern u1="P" u2="i" k="31" />
1183
- <hkern u1="P" u2="h" k="45" />
1184
- <hkern u1="P" u2="g" k="76" />
1185
- <hkern u1="P" u2="f" k="31" />
1186
- <hkern u1="P" u2="e" k="88" />
1187
- <hkern u1="P" u2="d" k="84" />
1188
- <hkern u1="P" u2="c" k="81" />
1189
- <hkern u1="P" u2="b" k="36" />
1190
- <hkern u1="P" u2="a" k="80" />
1191
- <hkern u1="P" u2="Z" k="50" />
1192
- <hkern u1="P" u2="Y" k="89" />
1193
- <hkern u1="P" u2="X" k="20" />
1194
- <hkern u1="P" u2="W" k="63" />
1195
- <hkern u1="P" u2="V" k="32" />
1196
- <hkern u1="P" u2="U" k="34" />
1197
- <hkern u1="P" u2="T" k="66" />
1198
- <hkern u1="P" u2="S" k="50" />
1199
- <hkern u1="P" u2="R" k="20" />
1200
- <hkern u1="P" u2="Q" k="90" />
1201
- <hkern u1="P" u2="O" k="55" />
1202
- <hkern u1="P" u2="N" k="21" />
1203
- <hkern u1="P" u2="M" k="28" />
1204
- <hkern u1="P" u2="K" k="25" />
1205
- <hkern u1="P" u2="J" k="100" />
1206
- <hkern u1="P" u2="H" k="28" />
1207
- <hkern u1="P" u2="G" k="73" />
1208
- <hkern u1="P" u2="F" k="21" />
1209
- <hkern u1="P" u2="E" k="20" />
1210
- <hkern u1="P" u2="D" k="43" />
1211
- <hkern u1="P" u2="C" k="46" />
1212
- <hkern u1="P" u2="B" k="14" />
1213
- <hkern u1="P" u2="A" k="134" />
1214
- <hkern u1="Q" u2="z" k="28" />
1215
- <hkern u1="Q" u2="y" k="28" />
1216
- <hkern u1="Q" u2="x" k="37" />
1217
- <hkern u1="Q" u2="w" k="48" />
1218
- <hkern u1="Q" u2="v" k="28" />
1219
- <hkern u1="Q" u2="u" k="14" />
1220
- <hkern u1="Q" u2="s" k="33" />
1221
- <hkern u1="Q" u2="q" k="47" />
1222
- <hkern u1="Q" u2="o" k="48" />
1223
- <hkern u1="Q" u2="m" k="28" />
1224
- <hkern u1="Q" u2="k" k="19" />
1225
- <hkern u1="Q" u2="j" k="96" />
1226
- <hkern u1="Q" u2="h" k="19" />
1227
- <hkern u1="Q" u2="g" k="33" />
1228
- <hkern u1="Q" u2="e" k="33" />
1229
- <hkern u1="Q" u2="d" k="33" />
1230
- <hkern u1="Q" u2="c" k="38" />
1231
- <hkern u1="Q" u2="a" k="24" />
1232
- <hkern u1="Q" u2="Y" k="115" />
1233
- <hkern u1="Q" u2="W" k="53" />
1234
- <hkern u1="Q" u2="V" k="35" />
1235
- <hkern u1="Q" u2="T" k="75" />
1236
- <hkern u1="Q" u2="Q" k="20" />
1237
- <hkern u1="Q" u2="O" k="30" />
1238
- <hkern u1="Q" u2="A" k="23" />
1239
- <hkern u1="R" u2="Y" k="20" />
1240
- <hkern u1="R" u2="W" k="36" />
1241
- <hkern u1="R" u2="P" k="-20" />
1242
- <hkern u1="R" u2="O" k="15" />
1243
- <hkern u1="R" u2="I" k="-24" />
1244
- <hkern u1="S" u2="z" k="14" />
1245
- <hkern u1="S" u2="y" k="52" />
1246
- <hkern u1="S" u2="x" k="57" />
1247
- <hkern u1="S" u2="w" k="62" />
1248
- <hkern u1="S" u2="v" k="57" />
1249
- <hkern u1="S" u2="u" k="20" />
1250
- <hkern u1="S" u2="s" k="24" />
1251
- <hkern u1="S" u2="r" k="19" />
1252
- <hkern u1="S" u2="q" k="43" />
1253
- <hkern u1="S" u2="o" k="57" />
1254
- <hkern u1="S" u2="n" k="33" />
1255
- <hkern u1="S" u2="m" k="48" />
1256
- <hkern u1="S" u2="l" k="14" />
1257
- <hkern u1="S" u2="k" k="19" />
1258
- <hkern u1="S" u2="j" k="100" />
1259
- <hkern u1="S" u2="i" k="24" />
1260
- <hkern u1="S" u2="h" k="24" />
1261
- <hkern u1="S" u2="g" k="43" />
1262
- <hkern u1="S" u2="f" k="4" />
1263
- <hkern u1="S" u2="e" k="28" />
1264
- <hkern u1="S" u2="d" k="43" />
1265
- <hkern u1="S" u2="c" k="38" />
1266
- <hkern u1="S" u2="b" k="28" />
1267
- <hkern u1="S" u2="a" k="19" />
1268
- <hkern u1="S" u2="Y" k="45" />
1269
- <hkern u1="S" u2="T" k="50" />
1270
- <hkern u1="S" u2="Q" k="23" />
1271
- <hkern u1="S" u2="O" k="20" />
1272
- <hkern u1="S" u2="I" k="-36" />
1273
- <hkern u1="T" u2="&#xd8;" k="80" />
1274
- <hkern u1="T" u2="&#xd6;" k="80" />
1275
- <hkern u1="T" u2="&#xd5;" k="80" />
1276
- <hkern u1="T" u2="&#xd4;" k="80" />
1277
- <hkern u1="T" u2="&#xd3;" k="80" />
1278
- <hkern u1="T" u2="&#xd2;" k="80" />
1279
- <hkern u1="T" u2="z" k="125" />
1280
- <hkern u1="T" u2="y" k="110" />
1281
- <hkern u1="T" u2="x" k="82" />
1282
- <hkern u1="T" u2="w" k="138" />
1283
- <hkern u1="T" u2="v" k="57" />
1284
- <hkern u1="T" u2="u" k="121" />
1285
- <hkern u1="T" u2="s" k="119" />
1286
- <hkern u1="T" u2="r" k="79" />
1287
- <hkern u1="T" u2="q" k="139" />
1288
- <hkern u1="T" u2="p" k="102" />
1289
- <hkern u1="T" u2="o" k="184" />
1290
- <hkern u1="T" u2="n" k="116" />
1291
- <hkern u1="T" u2="m" k="167" />
1292
- <hkern u1="T" u2="k" k="54" />
1293
- <hkern u1="T" u2="j" k="135" />
1294
- <hkern u1="T" u2="i" k="19" />
1295
- <hkern u1="T" u2="h" k="51" />
1296
- <hkern u1="T" u2="g" k="154" />
1297
- <hkern u1="T" u2="f" k="66" />
1298
- <hkern u1="T" u2="e" k="180" />
1299
- <hkern u1="T" u2="d" k="142" />
1300
- <hkern u1="T" u2="c" k="152" />
1301
- <hkern u1="T" u2="b" k="38" />
1302
- <hkern u1="T" u2="a" k="160" />
1303
- <hkern u1="T" u2="S" k="30" />
1304
- <hkern u1="T" u2="Q" k="104" />
1305
- <hkern u1="T" u2="P" k="-20" />
1306
- <hkern u1="T" u2="O" k="79" />
1307
- <hkern u1="T" u2="I" k="-56" />
1308
- <hkern u1="T" u2="G" k="40" />
1309
- <hkern u1="T" u2="C" k="40" />
1310
- <hkern u1="T" u2="A" k="40" />
1311
- <hkern u1="U" u2="x" k="24" />
1312
- <hkern u1="U" u2="w" k="14" />
1313
- <hkern u1="U" u2="t" k="-9" />
1314
- <hkern u1="U" u2="m" k="28" />
1315
- <hkern u1="U" u2="l" k="-28" />
1316
- <hkern u1="U" u2="j" k="67" />
1317
- <hkern u1="U" u2="P" k="-20" />
1318
- <hkern u1="U" u2="I" k="-68" />
1319
- <hkern u1="U" u2="C" k="10" />
1320
- <hkern u1="U" u2="A" k="20" />
1321
- <hkern u1="V" u2="&#xc5;" k="45" />
1322
- <hkern u1="V" u2="&#xc4;" k="45" />
1323
- <hkern u1="V" u2="&#xc3;" k="45" />
1324
- <hkern u1="V" u2="&#xc2;" k="45" />
1325
- <hkern u1="V" u2="&#xc1;" k="45" />
1326
- <hkern u1="V" u2="&#xc0;" k="45" />
1327
- <hkern u1="V" u2="z" k="57" />
1328
- <hkern u1="V" u2="y" k="62" />
1329
- <hkern u1="V" u2="x" k="62" />
1330
- <hkern u1="V" u2="w" k="67" />
1331
- <hkern u1="V" u2="v" k="67" />
1332
- <hkern u1="V" u2="u" k="57" />
1333
- <hkern u1="V" u2="t" k="33" />
1334
- <hkern u1="V" u2="s" k="96" />
1335
- <hkern u1="V" u2="r" k="62" />
1336
- <hkern u1="V" u2="q" k="105" />
1337
- <hkern u1="V" u2="p" k="72" />
1338
- <hkern u1="V" u2="o" k="88" />
1339
- <hkern u1="V" u2="n" k="100" />
1340
- <hkern u1="V" u2="m" k="100" />
1341
- <hkern u1="V" u2="l" k="24" />
1342
- <hkern u1="V" u2="k" k="52" />
1343
- <hkern u1="V" u2="j" k="134" />
1344
- <hkern u1="V" u2="i" k="28" />
1345
- <hkern u1="V" u2="h" k="48" />
1346
- <hkern u1="V" u2="g" k="96" />
1347
- <hkern u1="V" u2="f" k="47" />
1348
- <hkern u1="V" u2="e" k="91" />
1349
- <hkern u1="V" u2="d" k="110" />
1350
- <hkern u1="V" u2="c" k="85" />
1351
- <hkern u1="V" u2="b" k="38" />
1352
- <hkern u1="V" u2="a" k="76" />
1353
- <hkern u1="V" u2="Y" k="30" />
1354
- <hkern u1="V" u2="S" k="21" />
1355
- <hkern u1="V" u2="Q" k="57" />
1356
- <hkern u1="V" u2="O" k="68" />
1357
- <hkern u1="V" u2="J" k="35" />
1358
- <hkern u1="V" u2="I" k="-60" />
1359
- <hkern u1="V" u2="G" k="57" />
1360
- <hkern u1="V" u2="C" k="46" />
1361
- <hkern u1="V" u2="A" k="46" />
1362
- <hkern u1="W" u2="z" k="72" />
1363
- <hkern u1="W" u2="y" k="81" />
1364
- <hkern u1="W" u2="w" k="81" />
1365
- <hkern u1="W" u2="v" k="57" />
1366
- <hkern u1="W" u2="u" k="62" />
1367
- <hkern u1="W" u2="t" k="33" />
1368
- <hkern u1="W" u2="s" k="81" />
1369
- <hkern u1="W" u2="r" k="67" />
1370
- <hkern u1="W" u2="q" k="110" />
1371
- <hkern u1="W" u2="p" k="62" />
1372
- <hkern u1="W" u2="o" k="129" />
1373
- <hkern u1="W" u2="n" k="105" />
1374
- <hkern u1="W" u2="m" k="115" />
1375
- <hkern u1="W" u2="l" k="28" />
1376
- <hkern u1="W" u2="k" k="43" />
1377
- <hkern u1="W" u2="j" k="163" />
1378
- <hkern u1="W" u2="i" k="48" />
1379
- <hkern u1="W" u2="h" k="57" />
1380
- <hkern u1="W" u2="g" k="120" />
1381
- <hkern u1="W" u2="f" k="52" />
1382
- <hkern u1="W" u2="e" k="105" />
1383
- <hkern u1="W" u2="d" k="91" />
1384
- <hkern u1="W" u2="c" k="120" />
1385
- <hkern u1="W" u2="b" k="43" />
1386
- <hkern u1="W" u2="a" k="86" />
1387
- <hkern u1="W" u2="Y" k="30" />
1388
- <hkern u1="W" u2="R" k="-12" />
1389
- <hkern u1="W" u2="Q" k="41" />
1390
- <hkern u1="W" u2="O" k="50" />
1391
- <hkern u1="W" u2="A" k="96" />
1392
- <hkern u1="X" u2="z" k="19" />
1393
- <hkern u1="X" u2="y" k="62" />
1394
- <hkern u1="X" u2="x" k="43" />
1395
- <hkern u1="X" u2="w" k="96" />
1396
- <hkern u1="X" u2="v" k="91" />
1397
- <hkern u1="X" u2="u" k="76" />
1398
- <hkern u1="X" u2="t" k="28" />
1399
- <hkern u1="X" u2="s" k="67" />
1400
- <hkern u1="X" u2="r" k="28" />
1401
- <hkern u1="X" u2="q" k="86" />
1402
- <hkern u1="X" u2="p" k="38" />
1403
- <hkern u1="X" u2="o" k="91" />
1404
- <hkern u1="X" u2="n" k="43" />
1405
- <hkern u1="X" u2="m" k="52" />
1406
- <hkern u1="X" u2="l" k="14" />
1407
- <hkern u1="X" u2="k" k="28" />
1408
- <hkern u1="X" u2="j" k="129" />
1409
- <hkern u1="X" u2="i" k="24" />
1410
- <hkern u1="X" u2="h" k="33" />
1411
- <hkern u1="X" u2="g" k="86" />
1412
- <hkern u1="X" u2="f" k="38" />
1413
- <hkern u1="X" u2="e" k="76" />
1414
- <hkern u1="X" u2="d" k="81" />
1415
- <hkern u1="X" u2="c" k="76" />
1416
- <hkern u1="X" u2="b" k="28" />
1417
- <hkern u1="X" u2="a" k="38" />
1418
- <hkern u1="X" u2="Y" k="30" />
1419
- <hkern u1="X" u2="O" k="40" />
1420
- <hkern u1="X" u2="I" k="-72" />
1421
- <hkern u1="Y" u2="z" k="96" />
1422
- <hkern u1="Y" u2="x" k="81" />
1423
- <hkern u1="Y" u2="w" k="96" />
1424
- <hkern u1="Y" u2="v" k="120" />
1425
- <hkern u1="Y" u2="u" k="120" />
1426
- <hkern u1="Y" u2="t" k="52" />
1427
- <hkern u1="Y" u2="s" k="134" />
1428
- <hkern u1="Y" u2="r" k="91" />
1429
- <hkern u1="Y" u2="q" k="173" />
1430
- <hkern u1="Y" u2="p" k="120" />
1431
- <hkern u1="Y" u2="o" k="173" />
1432
- <hkern u1="Y" u2="n" k="144" />
1433
- <hkern u1="Y" u2="m" k="153" />
1434
- <hkern u1="Y" u2="l" k="33" />
1435
- <hkern u1="Y" u2="k" k="48" />
1436
- <hkern u1="Y" u2="j" k="177" />
1437
- <hkern u1="Y" u2="i" k="67" />
1438
- <hkern u1="Y" u2="h" k="52" />
1439
- <hkern u1="Y" u2="g" k="153" />
1440
- <hkern u1="Y" u2="f" k="62" />
1441
- <hkern u1="Y" u2="e" k="173" />
1442
- <hkern u1="Y" u2="d" k="139" />
1443
- <hkern u1="Y" u2="c" k="110" />
1444
- <hkern u1="Y" u2="b" k="57" />
1445
- <hkern u1="Y" u2="a" k="125" />
1446
- <hkern u1="Y" u2="Z" k="20" />
1447
- <hkern u1="Y" u2="X" k="30" />
1448
- <hkern u1="Y" u2="W" k="30" />
1449
- <hkern u1="Y" u2="V" k="30" />
1450
- <hkern u1="Y" u2="S" k="40" />
1451
- <hkern u1="Y" u2="Q" k="97" />
1452
- <hkern u1="Y" u2="O" k="110" />
1453
- <hkern u1="Y" u2="J" k="90" />
1454
- <hkern u1="Y" u2="I" k="-20" />
1455
- <hkern u1="Y" u2="G" k="75" />
1456
- <hkern u1="Y" u2="C" k="80" />
1457
- <hkern u1="Y" u2="A" k="76" />
1458
- <hkern u1="Z" u2="z" k="24" />
1459
- <hkern u1="Z" u2="y" k="38" />
1460
- <hkern u1="Z" u2="x" k="43" />
1461
- <hkern u1="Z" u2="w" k="81" />
1462
- <hkern u1="Z" u2="v" k="57" />
1463
- <hkern u1="Z" u2="u" k="57" />
1464
- <hkern u1="Z" u2="s" k="52" />
1465
- <hkern u1="Z" u2="q" k="100" />
1466
- <hkern u1="Z" u2="p" k="9" />
1467
- <hkern u1="Z" u2="o" k="86" />
1468
- <hkern u1="Z" u2="n" k="28" />
1469
- <hkern u1="Z" u2="m" k="38" />
1470
- <hkern u1="Z" u2="k" k="24" />
1471
- <hkern u1="Z" u2="j" k="91" />
1472
- <hkern u1="Z" u2="i" k="14" />
1473
- <hkern u1="Z" u2="h" k="19" />
1474
- <hkern u1="Z" u2="g" k="76" />
1475
- <hkern u1="Z" u2="e" k="76" />
1476
- <hkern u1="Z" u2="d" k="76" />
1477
- <hkern u1="Z" u2="c" k="57" />
1478
- <hkern u1="Z" u2="a" k="48" />
1479
- <hkern u1="Z" u2="Y" k="20" />
1480
- <hkern u1="Z" u2="W" k="12" />
1481
- <hkern u1="Z" u2="Q" k="83" />
1482
- <hkern u1="Z" u2="O" k="61" />
1483
- <hkern u1="Z" u2="I" k="-60" />
1484
- <hkern u1="Z" u2="G" k="48" />
1485
- <hkern u1="Z" u2="E" k="-24" />
1486
- <hkern u1="Z" u2="D" k="-36" />
1487
- <hkern u1="Z" u2="C" k="24" />
1488
- <hkern u1="a" u2="z" k="-5" />
1489
- <hkern u1="a" u2="y" k="29" />
1490
- <hkern u1="a" u2="x" k="33" />
1491
- <hkern u1="a" u2="w" k="48" />
1492
- <hkern u1="a" u2="v" k="40" />
1493
- <hkern u1="a" u2="u" k="9" />
1494
- <hkern u1="a" u2="s" k="24" />
1495
- <hkern u1="a" u2="r" k="-6" />
1496
- <hkern u1="a" u2="q" k="24" />
1497
- <hkern u1="a" u2="p" k="9" />
1498
- <hkern u1="a" u2="o" k="39" />
1499
- <hkern u1="a" u2="n" k="24" />
1500
- <hkern u1="a" u2="m" k="19" />
1501
- <hkern u1="a" u2="l" k="19" />
1502
- <hkern u1="a" u2="k" k="19" />
1503
- <hkern u1="a" u2="j" k="120" />
1504
- <hkern u1="a" u2="i" k="8" />
1505
- <hkern u1="a" u2="h" k="14" />
1506
- <hkern u1="a" u2="g" k="19" />
1507
- <hkern u1="a" u2="e" k="31" />
1508
- <hkern u1="a" u2="d" k="33" />
1509
- <hkern u1="a" u2="c" k="19" />
1510
- <hkern u1="a" u2="a" k="19" />
1511
- <hkern u1="b" u2="z" k="57" />
1512
- <hkern u1="b" u2="y" k="45" />
1513
- <hkern u1="b" u2="w" k="64" />
1514
- <hkern u1="b" u2="v" k="48" />
1515
- <hkern u1="b" u2="t" k="14" />
1516
- <hkern u1="b" u2="s" k="9" />
1517
- <hkern u1="b" u2="r" k="19" />
1518
- <hkern u1="b" u2="o" k="38" />
1519
- <hkern u1="b" u2="n" k="9" />
1520
- <hkern u1="b" u2="m" k="28" />
1521
- <hkern u1="b" u2="j" k="125" />
1522
- <hkern u1="b" u2="g" k="38" />
1523
- <hkern u1="b" u2="e" k="54" />
1524
- <hkern u1="b" u2="d" k="48" />
1525
- <hkern u1="b" u2="c" k="19" />
1526
- <hkern u1="b" u2="a" k="52" />
1527
- <hkern u1="c" u2="z" k="-9" />
1528
- <hkern u1="c" u2="y" k="10" />
1529
- <hkern u1="c" u2="x" k="19" />
1530
- <hkern u1="c" u2="w" k="24" />
1531
- <hkern u1="c" u2="t" k="-21" />
1532
- <hkern u1="c" u2="r" k="-19" />
1533
- <hkern u1="c" u2="p" k="-19" />
1534
- <hkern u1="c" u2="o" k="20" />
1535
- <hkern u1="c" u2="k" k="-19" />
1536
- <hkern u1="c" u2="j" k="76" />
1537
- <hkern u1="c" u2="i" k="-48" />
1538
- <hkern u1="c" u2="f" k="-37" />
1539
- <hkern u1="c" u2="e" k="30" />
1540
- <hkern u1="c" u2="d" k="9" />
1541
- <hkern u1="c" u2="c" k="20" />
1542
- <hkern u1="c" u2="a" k="23" />
1543
- <hkern u1="d" u2="z" k="-28" />
1544
- <hkern u1="d" u2="y" k="-7" />
1545
- <hkern u1="d" u2="t" k="-18" />
1546
- <hkern u1="d" u2="r" k="-28" />
1547
- <hkern u1="d" u2="p" k="-38" />
1548
- <hkern u1="d" u2="m" k="9" />
1549
- <hkern u1="d" u2="l" k="-38" />
1550
- <hkern u1="d" u2="k" k="-19" />
1551
- <hkern u1="d" u2="i" k="-28" />
1552
- <hkern u1="d" u2="h" k="-28" />
1553
- <hkern u1="d" u2="f" k="-48" />
1554
- <hkern u1="d" u2="e" k="9" />
1555
- <hkern u1="d" u2="c" k="-28" />
1556
- <hkern u1="e" u2="z" k="19" />
1557
- <hkern u1="e" u2="y" k="23" />
1558
- <hkern u1="e" u2="x" k="38" />
1559
- <hkern u1="e" u2="w" k="43" />
1560
- <hkern u1="e" u2="v" k="54" />
1561
- <hkern u1="e" u2="u" k="45" />
1562
- <hkern u1="e" u2="t" k="-1" />
1563
- <hkern u1="e" u2="s" k="28" />
1564
- <hkern u1="e" u2="q" k="46" />
1565
- <hkern u1="e" u2="o" k="25" />
1566
- <hkern u1="e" u2="n" k="32" />
1567
- <hkern u1="e" u2="m" k="12" />
1568
- <hkern u1="e" u2="l" k="-20" />
1569
- <hkern u1="e" u2="j" k="76" />
1570
- <hkern u1="e" u2="i" k="3" />
1571
- <hkern u1="e" u2="h" k="-9" />
1572
- <hkern u1="e" u2="g" k="11" />
1573
- <hkern u1="e" u2="e" k="39" />
1574
- <hkern u1="e" u2="d" k="32" />
1575
- <hkern u1="e" u2="c" k="36" />
1576
- <hkern u1="e" u2="b" k="14" />
1577
- <hkern u1="e" u2="a" k="28" />
1578
- <hkern u1="f" u2="y" k="52" />
1579
- <hkern u1="f" u2="x" k="29" />
1580
- <hkern u1="f" u2="w" k="23" />
1581
- <hkern u1="f" u2="v" k="19" />
1582
- <hkern u1="f" u2="t" k="-15" />
1583
- <hkern u1="f" u2="s" k="57" />
1584
- <hkern u1="f" u2="r" k="33" />
1585
- <hkern u1="f" u2="q" k="67" />
1586
- <hkern u1="f" u2="o" k="69" />
1587
- <hkern u1="f" u2="n" k="14" />
1588
- <hkern u1="f" u2="m" k="67" />
1589
- <hkern u1="f" u2="l" k="-28" />
1590
- <hkern u1="f" u2="j" k="97" />
1591
- <hkern u1="f" u2="i" k="-48" />
1592
- <hkern u1="f" u2="g" k="67" />
1593
- <hkern u1="f" u2="e" k="76" />
1594
- <hkern u1="f" u2="d" k="76" />
1595
- <hkern u1="f" u2="c" k="67" />
1596
- <hkern u1="f" u2="a" k="45" />
1597
- <hkern u1="g" u2="y" k="-21" />
1598
- <hkern u1="g" u2="t" k="-32" />
1599
- <hkern u1="g" u2="s" k="-9" />
1600
- <hkern u1="g" u2="r" k="-30" />
1601
- <hkern u1="g" u2="p" k="-28" />
1602
- <hkern u1="g" u2="o" k="29" />
1603
- <hkern u1="g" u2="l" k="-19" />
1604
- <hkern u1="g" u2="f" k="-38" />
1605
- <hkern u1="g" u2="d" k="19" />
1606
- <hkern u1="h" u2="z" k="19" />
1607
- <hkern u1="h" u2="y" k="28" />
1608
- <hkern u1="h" u2="w" k="48" />
1609
- <hkern u1="h" u2="t" k="28" />
1610
- <hkern u1="h" u2="o" k="15" />
1611
- <hkern u1="h" u2="j" k="76" />
1612
- <hkern u1="h" u2="i" k="-20" />
1613
- <hkern u1="h" u2="g" k="28" />
1614
- <hkern u1="h" u2="e" k="14" />
1615
- <hkern u1="h" u2="d" k="48" />
1616
- <hkern u1="h" u2="a" k="19" />
1617
- <hkern u1="i" u2="y" k="-21" />
1618
- <hkern u1="i" u2="x" k="-28" />
1619
- <hkern u1="i" u2="w" k="-21" />
1620
- <hkern u1="i" u2="v" k="-19" />
1621
- <hkern u1="i" u2="u" k="-20" />
1622
- <hkern u1="i" u2="t" k="-30" />
1623
- <hkern u1="i" u2="s" k="-38" />
1624
- <hkern u1="i" u2="r" k="-48" />
1625
- <hkern u1="i" u2="p" k="-39" />
1626
- <hkern u1="i" u2="n" k="-30" />
1627
- <hkern u1="i" u2="m" k="-20" />
1628
- <hkern u1="i" u2="l" k="-71" />
1629
- <hkern u1="i" u2="k" k="-39" />
1630
- <hkern u1="i" u2="i" k="-30" />
1631
- <hkern u1="i" u2="h" k="-20" />
1632
- <hkern u1="i" u2="f" k="-86" />
1633
- <hkern u1="i" u2="e" k="-30" />
1634
- <hkern u1="i" u2="c" k="-28" />
1635
- <hkern u1="i" u2="b" k="-39" />
1636
- <hkern u1="j" u2="y" k="-43" />
1637
- <hkern u1="j" u2="u" k="-25" />
1638
- <hkern u1="j" u2="t" k="-28" />
1639
- <hkern u1="j" u2="s" k="-28" />
1640
- <hkern u1="j" u2="r" k="-28" />
1641
- <hkern u1="j" u2="p" k="-66" />
1642
- <hkern u1="j" u2="n" k="-33" />
1643
- <hkern u1="j" u2="l" k="-48" />
1644
- <hkern u1="j" u2="k" k="-28" />
1645
- <hkern u1="j" u2="i" k="-87" />
1646
- <hkern u1="j" u2="h" k="-57" />
1647
- <hkern u1="j" u2="g" k="-28" />
1648
- <hkern u1="j" u2="f" k="-67" />
1649
- <hkern u1="j" u2="e" k="-19" />
1650
- <hkern u1="j" u2="c" k="-9" />
1651
- <hkern u1="k" u2="u" k="38" />
1652
- <hkern u1="k" u2="t" k="21" />
1653
- <hkern u1="k" u2="s" k="38" />
1654
- <hkern u1="k" u2="r" k="23" />
1655
- <hkern u1="k" u2="q" k="86" />
1656
- <hkern u1="k" u2="o" k="68" />
1657
- <hkern u1="k" u2="n" k="28" />
1658
- <hkern u1="k" u2="j" k="76" />
1659
- <hkern u1="k" u2="i" k="-9" />
1660
- <hkern u1="k" u2="g" k="38" />
1661
- <hkern u1="k" u2="e" k="71" />
1662
- <hkern u1="k" u2="d" k="67" />
1663
- <hkern u1="k" u2="c" k="38" />
1664
- <hkern u1="k" u2="a" k="48" />
1665
- <hkern u1="l" u2="y" k="-43" />
1666
- <hkern u1="l" u2="x" k="-19" />
1667
- <hkern u1="l" u2="w" k="-28" />
1668
- <hkern u1="l" u2="v" k="-28" />
1669
- <hkern u1="l" u2="u" k="-30" />
1670
- <hkern u1="l" u2="t" k="-67" />
1671
- <hkern u1="l" u2="s" k="-20" />
1672
- <hkern u1="l" u2="r" k="-67" />
1673
- <hkern u1="l" u2="p" k="-72" />
1674
- <hkern u1="l" u2="n" k="-52" />
1675
- <hkern u1="l" u2="l" k="-53" />
1676
- <hkern u1="l" u2="k" k="-19" />
1677
- <hkern u1="l" u2="j" k="38" />
1678
- <hkern u1="l" u2="i" k="-78" />
1679
- <hkern u1="l" u2="h" k="-48" />
1680
- <hkern u1="l" u2="g" k="-19" />
1681
- <hkern u1="l" u2="f" k="-96" />
1682
- <hkern u1="l" u2="e" k="-16" />
1683
- <hkern u1="l" u2="b" k="-57" />
1684
- <hkern u1="l" u2="a" k="-15" />
1685
- <hkern u1="m" u2="z" k="9" />
1686
- <hkern u1="m" u2="y" k="7" />
1687
- <hkern u1="m" u2="w" k="14" />
1688
- <hkern u1="m" u2="t" k="-21" />
1689
- <hkern u1="m" u2="r" k="-28" />
1690
- <hkern u1="m" u2="p" k="-3" />
1691
- <hkern u1="m" u2="o" k="14" />
1692
- <hkern u1="m" u2="n" k="-21" />
1693
- <hkern u1="m" u2="l" k="-9" />
1694
- <hkern u1="m" u2="j" k="66" />
1695
- <hkern u1="m" u2="i" k="-30" />
1696
- <hkern u1="m" u2="h" k="-28" />
1697
- <hkern u1="m" u2="f" k="-57" />
1698
- <hkern u1="m" u2="e" k="12" />
1699
- <hkern u1="m" u2="b" k="-21" />
1700
- <hkern u1="m" u2="a" k="28" />
1701
- <hkern u1="n" u2="r" k="-28" />
1702
- <hkern u1="n" u2="q" k="10" />
1703
- <hkern u1="n" u2="p" k="-28" />
1704
- <hkern u1="n" u2="o" k="20" />
1705
- <hkern u1="n" u2="m" k="-21" />
1706
- <hkern u1="n" u2="l" k="-15" />
1707
- <hkern u1="n" u2="j" k="76" />
1708
- <hkern u1="n" u2="i" k="-20" />
1709
- <hkern u1="n" u2="g" k="9" />
1710
- <hkern u1="n" u2="f" k="-47" />
1711
- <hkern u1="n" u2="e" k="10" />
1712
- <hkern u1="n" u2="d" k="38" />
1713
- <hkern u1="n" u2="c" k="17" />
1714
- <hkern u1="o" u2="z" k="52" />
1715
- <hkern u1="o" u2="y" k="41" />
1716
- <hkern u1="o" u2="x" k="58" />
1717
- <hkern u1="o" u2="w" k="48" />
1718
- <hkern u1="o" u2="v" k="30" />
1719
- <hkern u1="o" u2="u" k="20" />
1720
- <hkern u1="o" u2="t" k="10" />
1721
- <hkern u1="o" u2="s" k="14" />
1722
- <hkern u1="o" u2="r" k="14" />
1723
- <hkern u1="o" u2="q" k="30" />
1724
- <hkern u1="o" u2="p" k="15" />
1725
- <hkern u1="o" u2="o" k="40" />
1726
- <hkern u1="o" u2="n" k="31" />
1727
- <hkern u1="o" u2="m" k="27" />
1728
- <hkern u1="o" u2="l" k="10" />
1729
- <hkern u1="o" u2="j" k="79" />
1730
- <hkern u1="o" u2="g" k="30" />
1731
- <hkern u1="o" u2="e" k="44" />
1732
- <hkern u1="o" u2="d" k="35" />
1733
- <hkern u1="o" u2="c" k="30" />
1734
- <hkern u1="o" u2="b" k="9" />
1735
- <hkern u1="o" u2="a" k="49" />
1736
- <hkern u1="p" u2="z" k="33" />
1737
- <hkern u1="p" u2="y" k="21" />
1738
- <hkern u1="p" u2="x" k="48" />
1739
- <hkern u1="p" u2="w" k="67" />
1740
- <hkern u1="p" u2="v" k="37" />
1741
- <hkern u1="p" u2="u" k="9" />
1742
- <hkern u1="p" u2="t" k="9" />
1743
- <hkern u1="p" u2="o" k="30" />
1744
- <hkern u1="p" u2="n" k="33" />
1745
- <hkern u1="p" u2="m" k="48" />
1746
- <hkern u1="p" u2="l" k="1" />
1747
- <hkern u1="p" u2="j" k="86" />
1748
- <hkern u1="p" u2="g" k="38" />
1749
- <hkern u1="p" u2="e" k="35" />
1750
- <hkern u1="p" u2="d" k="28" />
1751
- <hkern u1="p" u2="c" k="28" />
1752
- <hkern u1="p" u2="a" k="35" />
1753
- <hkern u1="q" u2="y" k="-42" />
1754
- <hkern u1="q" u2="x" k="-37" />
1755
- <hkern u1="q" u2="t" k="-19" />
1756
- <hkern u1="q" u2="o" k="15" />
1757
- <hkern u1="q" u2="l" k="-38" />
1758
- <hkern u1="q" u2="k" k="-19" />
1759
- <hkern u1="q" u2="i" k="-48" />
1760
- <hkern u1="q" u2="f" k="-66" />
1761
- <hkern u1="q" u2="e" k="19" />
1762
- <hkern u1="q" u2="a" k="4" />
1763
- <hkern u1="r" u2="z" k="-19" />
1764
- <hkern u1="r" u2="y" k="-47" />
1765
- <hkern u1="r" u2="x" k="-9" />
1766
- <hkern u1="r" u2="u" k="-14" />
1767
- <hkern u1="r" u2="t" k="-30" />
1768
- <hkern u1="r" u2="s" k="28" />
1769
- <hkern u1="r" u2="q" k="47" />
1770
- <hkern u1="r" u2="p" k="-42" />
1771
- <hkern u1="r" u2="o" k="39" />
1772
- <hkern u1="r" u2="n" k="-14" />
1773
- <hkern u1="r" u2="m" k="-2" />
1774
- <hkern u1="r" u2="l" k="-47" />
1775
- <hkern u1="r" u2="j" k="100" />
1776
- <hkern u1="r" u2="i" k="-30" />
1777
- <hkern u1="r" u2="h" k="9" />
1778
- <hkern u1="r" u2="g" k="24" />
1779
- <hkern u1="r" u2="f" k="-29" />
1780
- <hkern u1="r" u2="e" k="45" />
1781
- <hkern u1="r" u2="d" k="43" />
1782
- <hkern u1="r" u2="c" k="43" />
1783
- <hkern u1="r" u2="b" k="-23" />
1784
- <hkern u1="r" u2="a" k="39" />
1785
- <hkern u1="s" u2="y" k="28" />
1786
- <hkern u1="s" u2="w" k="38" />
1787
- <hkern u1="s" u2="u" k="15" />
1788
- <hkern u1="s" u2="t" k="18" />
1789
- <hkern u1="s" u2="s" k="20" />
1790
- <hkern u1="s" u2="r" k="-9" />
1791
- <hkern u1="s" u2="q" k="20" />
1792
- <hkern u1="s" u2="o" k="20" />
1793
- <hkern u1="s" u2="m" k="21" />
1794
- <hkern u1="s" u2="j" k="85" />
1795
- <hkern u1="s" u2="i" k="-9" />
1796
- <hkern u1="s" u2="g" k="19" />
1797
- <hkern u1="s" u2="f" k="-19" />
1798
- <hkern u1="s" u2="e" k="32" />
1799
- <hkern u1="s" u2="d" k="28" />
1800
- <hkern u1="t" u2="y" k="-28" />
1801
- <hkern u1="t" u2="x" k="-14" />
1802
- <hkern u1="t" u2="u" k="-9" />
1803
- <hkern u1="t" u2="r" k="-24" />
1804
- <hkern u1="t" u2="q" k="24" />
1805
- <hkern u1="t" u2="p" k="-47" />
1806
- <hkern u1="t" u2="o" k="15" />
1807
- <hkern u1="t" u2="n" k="-5" />
1808
- <hkern u1="t" u2="m" k="-35" />
1809
- <hkern u1="t" u2="l" k="-56" />
1810
- <hkern u1="t" u2="k" k="-21" />
1811
- <hkern u1="t" u2="j" k="64" />
1812
- <hkern u1="t" u2="i" k="-30" />
1813
- <hkern u1="t" u2="h" k="-14" />
1814
- <hkern u1="t" u2="g" k="5" />
1815
- <hkern u1="t" u2="f" k="-28" />
1816
- <hkern u1="t" u2="e" k="17" />
1817
- <hkern u1="t" u2="d" k="14" />
1818
- <hkern u1="t" u2="b" k="-43" />
1819
- <hkern u1="u" u2="y" k="-21" />
1820
- <hkern u1="u" u2="v" k="15" />
1821
- <hkern u1="u" u2="t" k="-9" />
1822
- <hkern u1="u" u2="r" k="-15" />
1823
- <hkern u1="u" u2="o" k="20" />
1824
- <hkern u1="u" u2="m" k="9" />
1825
- <hkern u1="u" u2="l" k="-28" />
1826
- <hkern u1="u" u2="j" k="60" />
1827
- <hkern u1="u" u2="i" k="-20" />
1828
- <hkern u1="u" u2="f" k="-38" />
1829
- <hkern u1="u" u2="e" k="21" />
1830
- <hkern u1="u" u2="d" k="20" />
1831
- <hkern u1="u" u2="c" k="20" />
1832
- <hkern u1="u" u2="a" k="9" />
1833
- <hkern u1="v" u2="t" k="14" />
1834
- <hkern u1="v" u2="s" k="30" />
1835
- <hkern u1="v" u2="r" k="4" />
1836
- <hkern u1="v" u2="q" k="30" />
1837
- <hkern u1="v" u2="p" k="-28" />
1838
- <hkern u1="v" u2="o" k="40" />
1839
- <hkern u1="v" u2="n" k="30" />
1840
- <hkern u1="v" u2="m" k="30" />
1841
- <hkern u1="v" u2="l" k="-19" />
1842
- <hkern u1="v" u2="j" k="107" />
1843
- <hkern u1="v" u2="i" k="-28" />
1844
- <hkern u1="v" u2="g" k="39" />
1845
- <hkern u1="v" u2="f" k="-47" />
1846
- <hkern u1="v" u2="e" k="35" />
1847
- <hkern u1="v" u2="d" k="30" />
1848
- <hkern u1="v" u2="c" k="40" />
1849
- <hkern u1="v" u2="b" k="-9" />
1850
- <hkern u1="v" u2="a" k="40" />
1851
- <hkern u1="w" u2="z" k="28" />
1852
- <hkern u1="w" u2="y" k="19" />
1853
- <hkern u1="w" u2="s" k="28" />
1854
- <hkern u1="w" u2="r" k="28" />
1855
- <hkern u1="w" u2="q" k="48" />
1856
- <hkern u1="w" u2="o" k="69" />
1857
- <hkern u1="w" u2="n" k="28" />
1858
- <hkern u1="w" u2="m" k="28" />
1859
- <hkern u1="w" u2="l" k="-21" />
1860
- <hkern u1="w" u2="j" k="96" />
1861
- <hkern u1="w" u2="g" k="48" />
1862
- <hkern u1="w" u2="f" k="14" />
1863
- <hkern u1="w" u2="e" k="85" />
1864
- <hkern u1="w" u2="d" k="38" />
1865
- <hkern u1="w" u2="c" k="56" />
1866
- <hkern u1="w" u2="b" k="21" />
1867
- <hkern u1="w" u2="a" k="48" />
1868
- <hkern u1="x" u2="t" k="21" />
1869
- <hkern u1="x" u2="q" k="28" />
1870
- <hkern u1="x" u2="o" k="67" />
1871
- <hkern u1="x" u2="n" k="5" />
1872
- <hkern u1="x" u2="m" k="38" />
1873
- <hkern u1="x" u2="j" k="86" />
1874
- <hkern u1="x" u2="g" k="28" />
1875
- <hkern u1="x" u2="f" k="-19" />
1876
- <hkern u1="x" u2="e" k="70" />
1877
- <hkern u1="x" u2="d" k="28" />
1878
- <hkern u1="x" u2="c" k="28" />
1879
- <hkern u1="x" u2="a" k="40" />
1880
- <hkern u1="y" u2="z" k="35" />
1881
- <hkern u1="y" u2="x" k="19" />
1882
- <hkern u1="y" u2="w" k="28" />
1883
- <hkern u1="y" u2="v" k="18" />
1884
- <hkern u1="y" u2="u" k="21" />
1885
- <hkern u1="y" u2="t" k="14" />
1886
- <hkern u1="y" u2="s" k="28" />
1887
- <hkern u1="y" u2="r" k="21" />
1888
- <hkern u1="y" u2="q" k="57" />
1889
- <hkern u1="y" u2="o" k="80" />
1890
- <hkern u1="y" u2="n" k="33" />
1891
- <hkern u1="y" u2="m" k="59" />
1892
- <hkern u1="y" u2="j" k="115" />
1893
- <hkern u1="y" u2="g" k="64" />
1894
- <hkern u1="y" u2="e" k="80" />
1895
- <hkern u1="y" u2="d" k="64" />
1896
- <hkern u1="y" u2="c" k="57" />
1897
- <hkern u1="y" u2="b" k="38" />
1898
- <hkern u1="y" u2="a" k="67" />
1899
- <hkern u1="z" u2="x" k="14" />
1900
- <hkern u1="z" u2="w" k="-2" />
1901
- <hkern u1="z" u2="s" k="33" />
1902
- <hkern u1="z" u2="q" k="52" />
1903
- <hkern u1="z" u2="o" k="39" />
1904
- <hkern u1="z" u2="n" k="14" />
1905
- <hkern u1="z" u2="m" k="38" />
1906
- <hkern u1="z" u2="k" k="28" />
1907
- <hkern u1="z" u2="j" k="91" />
1908
- <hkern u1="z" u2="h" k="-14" />
1909
- <hkern u1="z" u2="g" k="52" />
1910
- <hkern u1="z" u2="e" k="43" />
1911
- <hkern u1="z" u2="d" k="38" />
1912
- <hkern u1="z" u2="c" k="48" />
1913
- <hkern u1="z" u2="a" k="28" />
1914
- <hkern u1="&#xc0;" u2="z" k="19" />
1915
- <hkern u1="&#xc0;" u2="y" k="67" />
1916
- <hkern u1="&#xc0;" u2="x" k="28" />
1917
- <hkern u1="&#xc0;" u2="w" k="62" />
1918
- <hkern u1="&#xc0;" u2="v" k="72" />
1919
- <hkern u1="&#xc0;" u2="u" k="62" />
1920
- <hkern u1="&#xc0;" u2="t" k="28" />
1921
- <hkern u1="&#xc0;" u2="s" k="38" />
1922
- <hkern u1="&#xc0;" u2="r" k="14" />
1923
- <hkern u1="&#xc0;" u2="q" k="48" />
1924
- <hkern u1="&#xc0;" u2="p" k="23" />
1925
- <hkern u1="&#xc0;" u2="o" k="76" />
1926
- <hkern u1="&#xc0;" u2="n" k="28" />
1927
- <hkern u1="&#xc0;" u2="m" k="19" />
1928
- <hkern u1="&#xc0;" u2="k" k="14" />
1929
- <hkern u1="&#xc0;" u2="j" k="86" />
1930
- <hkern u1="&#xc0;" u2="h" k="14" />
1931
- <hkern u1="&#xc0;" u2="g" k="52" />
1932
- <hkern u1="&#xc0;" u2="e" k="48" />
1933
- <hkern u1="&#xc0;" u2="d" k="52" />
1934
- <hkern u1="&#xc0;" u2="c" k="62" />
1935
- <hkern u1="&#xc0;" u2="b" k="14" />
1936
- <hkern u1="&#xc0;" u2="a" k="24" />
1937
- <hkern u1="&#xc0;" u2="V" k="96" />
1938
- <hkern u1="&#xc1;" u2="z" k="19" />
1939
- <hkern u1="&#xc1;" u2="y" k="67" />
1940
- <hkern u1="&#xc1;" u2="x" k="28" />
1941
- <hkern u1="&#xc1;" u2="w" k="62" />
1942
- <hkern u1="&#xc1;" u2="v" k="72" />
1943
- <hkern u1="&#xc1;" u2="u" k="62" />
1944
- <hkern u1="&#xc1;" u2="t" k="28" />
1945
- <hkern u1="&#xc1;" u2="s" k="38" />
1946
- <hkern u1="&#xc1;" u2="r" k="14" />
1947
- <hkern u1="&#xc1;" u2="q" k="48" />
1948
- <hkern u1="&#xc1;" u2="p" k="23" />
1949
- <hkern u1="&#xc1;" u2="o" k="76" />
1950
- <hkern u1="&#xc1;" u2="n" k="28" />
1951
- <hkern u1="&#xc1;" u2="m" k="19" />
1952
- <hkern u1="&#xc1;" u2="k" k="14" />
1953
- <hkern u1="&#xc1;" u2="j" k="86" />
1954
- <hkern u1="&#xc1;" u2="i" k="28" />
1955
- <hkern u1="&#xc1;" u2="h" k="14" />
1956
- <hkern u1="&#xc1;" u2="g" k="52" />
1957
- <hkern u1="&#xc1;" u2="e" k="48" />
1958
- <hkern u1="&#xc1;" u2="d" k="52" />
1959
- <hkern u1="&#xc1;" u2="c" k="62" />
1960
- <hkern u1="&#xc1;" u2="b" k="14" />
1961
- <hkern u1="&#xc1;" u2="a" k="24" />
1962
- <hkern u1="&#xc1;" u2="V" k="96" />
1963
- <hkern u1="&#xc2;" u2="z" k="19" />
1964
- <hkern u1="&#xc2;" u2="y" k="67" />
1965
- <hkern u1="&#xc2;" u2="x" k="28" />
1966
- <hkern u1="&#xc2;" u2="w" k="62" />
1967
- <hkern u1="&#xc2;" u2="v" k="72" />
1968
- <hkern u1="&#xc2;" u2="u" k="62" />
1969
- <hkern u1="&#xc2;" u2="t" k="28" />
1970
- <hkern u1="&#xc2;" u2="s" k="38" />
1971
- <hkern u1="&#xc2;" u2="r" k="14" />
1972
- <hkern u1="&#xc2;" u2="q" k="48" />
1973
- <hkern u1="&#xc2;" u2="p" k="23" />
1974
- <hkern u1="&#xc2;" u2="o" k="76" />
1975
- <hkern u1="&#xc2;" u2="n" k="28" />
1976
- <hkern u1="&#xc2;" u2="m" k="19" />
1977
- <hkern u1="&#xc2;" u2="k" k="14" />
1978
- <hkern u1="&#xc2;" u2="j" k="86" />
1979
- <hkern u1="&#xc2;" u2="i" k="28" />
1980
- <hkern u1="&#xc2;" u2="h" k="14" />
1981
- <hkern u1="&#xc2;" u2="g" k="52" />
1982
- <hkern u1="&#xc2;" u2="e" k="48" />
1983
- <hkern u1="&#xc2;" u2="d" k="52" />
1984
- <hkern u1="&#xc2;" u2="c" k="62" />
1985
- <hkern u1="&#xc2;" u2="b" k="14" />
1986
- <hkern u1="&#xc2;" u2="a" k="24" />
1987
- <hkern u1="&#xc2;" u2="V" k="96" />
1988
- <hkern u1="&#xc3;" u2="z" k="19" />
1989
- <hkern u1="&#xc3;" u2="y" k="67" />
1990
- <hkern u1="&#xc3;" u2="x" k="28" />
1991
- <hkern u1="&#xc3;" u2="w" k="62" />
1992
- <hkern u1="&#xc3;" u2="v" k="72" />
1993
- <hkern u1="&#xc3;" u2="u" k="62" />
1994
- <hkern u1="&#xc3;" u2="t" k="28" />
1995
- <hkern u1="&#xc3;" u2="s" k="38" />
1996
- <hkern u1="&#xc3;" u2="r" k="14" />
1997
- <hkern u1="&#xc3;" u2="q" k="48" />
1998
- <hkern u1="&#xc3;" u2="p" k="23" />
1999
- <hkern u1="&#xc3;" u2="o" k="76" />
2000
- <hkern u1="&#xc3;" u2="n" k="28" />
2001
- <hkern u1="&#xc3;" u2="m" k="19" />
2002
- <hkern u1="&#xc3;" u2="k" k="14" />
2003
- <hkern u1="&#xc3;" u2="j" k="86" />
2004
- <hkern u1="&#xc3;" u2="i" k="28" />
2005
- <hkern u1="&#xc3;" u2="h" k="14" />
2006
- <hkern u1="&#xc3;" u2="g" k="52" />
2007
- <hkern u1="&#xc3;" u2="e" k="48" />
2008
- <hkern u1="&#xc3;" u2="d" k="52" />
2009
- <hkern u1="&#xc3;" u2="c" k="62" />
2010
- <hkern u1="&#xc3;" u2="b" k="14" />
2011
- <hkern u1="&#xc3;" u2="a" k="24" />
2012
- <hkern u1="&#xc3;" u2="V" k="96" />
2013
- <hkern u1="&#xc4;" u2="z" k="19" />
2014
- <hkern u1="&#xc4;" u2="y" k="67" />
2015
- <hkern u1="&#xc4;" u2="x" k="28" />
2016
- <hkern u1="&#xc4;" u2="w" k="62" />
2017
- <hkern u1="&#xc4;" u2="v" k="72" />
2018
- <hkern u1="&#xc4;" u2="u" k="62" />
2019
- <hkern u1="&#xc4;" u2="t" k="28" />
2020
- <hkern u1="&#xc4;" u2="s" k="38" />
2021
- <hkern u1="&#xc4;" u2="r" k="14" />
2022
- <hkern u1="&#xc4;" u2="q" k="48" />
2023
- <hkern u1="&#xc4;" u2="p" k="23" />
2024
- <hkern u1="&#xc4;" u2="o" k="76" />
2025
- <hkern u1="&#xc4;" u2="n" k="28" />
2026
- <hkern u1="&#xc4;" u2="m" k="19" />
2027
- <hkern u1="&#xc4;" u2="k" k="14" />
2028
- <hkern u1="&#xc4;" u2="j" k="86" />
2029
- <hkern u1="&#xc4;" u2="i" k="28" />
2030
- <hkern u1="&#xc4;" u2="h" k="14" />
2031
- <hkern u1="&#xc4;" u2="g" k="52" />
2032
- <hkern u1="&#xc4;" u2="e" k="48" />
2033
- <hkern u1="&#xc4;" u2="d" k="52" />
2034
- <hkern u1="&#xc4;" u2="c" k="62" />
2035
- <hkern u1="&#xc4;" u2="b" k="14" />
2036
- <hkern u1="&#xc4;" u2="a" k="24" />
2037
- <hkern u1="&#xc4;" u2="V" k="96" />
2038
- <hkern u1="&#xc5;" u2="z" k="19" />
2039
- <hkern u1="&#xc5;" u2="y" k="67" />
2040
- <hkern u1="&#xc5;" u2="x" k="28" />
2041
- <hkern u1="&#xc5;" u2="w" k="62" />
2042
- <hkern u1="&#xc5;" u2="v" k="72" />
2043
- <hkern u1="&#xc5;" u2="u" k="62" />
2044
- <hkern u1="&#xc5;" u2="t" k="28" />
2045
- <hkern u1="&#xc5;" u2="s" k="38" />
2046
- <hkern u1="&#xc5;" u2="r" k="14" />
2047
- <hkern u1="&#xc5;" u2="q" k="48" />
2048
- <hkern u1="&#xc5;" u2="p" k="23" />
2049
- <hkern u1="&#xc5;" u2="o" k="76" />
2050
- <hkern u1="&#xc5;" u2="n" k="28" />
2051
- <hkern u1="&#xc5;" u2="m" k="19" />
2052
- <hkern u1="&#xc5;" u2="k" k="14" />
2053
- <hkern u1="&#xc5;" u2="j" k="86" />
2054
- <hkern u1="&#xc5;" u2="i" k="28" />
2055
- <hkern u1="&#xc5;" u2="h" k="14" />
2056
- <hkern u1="&#xc5;" u2="g" k="52" />
2057
- <hkern u1="&#xc5;" u2="e" k="48" />
2058
- <hkern u1="&#xc5;" u2="d" k="52" />
2059
- <hkern u1="&#xc5;" u2="c" k="62" />
2060
- <hkern u1="&#xc5;" u2="b" k="14" />
2061
- <hkern u1="&#xc5;" u2="a" k="24" />
2062
- <hkern u1="&#xc5;" u2="V" k="96" />
2063
- <hkern u1="&#xc7;" u2="z" k="33" />
2064
- <hkern u1="&#xc7;" u2="y" k="48" />
2065
- <hkern u1="&#xc7;" u2="x" k="52" />
2066
- <hkern u1="&#xc7;" u2="w" k="52" />
2067
- <hkern u1="&#xc7;" u2="v" k="57" />
2068
- <hkern u1="&#xc7;" u2="u" k="52" />
2069
- <hkern u1="&#xc7;" u2="t" k="38" />
2070
- <hkern u1="&#xc7;" u2="s" k="52" />
2071
- <hkern u1="&#xc7;" u2="r" k="33" />
2072
- <hkern u1="&#xc7;" u2="q" k="72" />
2073
- <hkern u1="&#xc7;" u2="p" k="38" />
2074
- <hkern u1="&#xc7;" u2="o" k="97" />
2075
- <hkern u1="&#xc7;" u2="n" k="48" />
2076
- <hkern u1="&#xc7;" u2="m" k="66" />
2077
- <hkern u1="&#xc7;" u2="l" k="28" />
2078
- <hkern u1="&#xc7;" u2="k" k="43" />
2079
- <hkern u1="&#xc7;" u2="j" k="91" />
2080
- <hkern u1="&#xc7;" u2="i" k="28" />
2081
- <hkern u1="&#xc7;" u2="h" k="42" />
2082
- <hkern u1="&#xc7;" u2="g" k="62" />
2083
- <hkern u1="&#xc7;" u2="f" k="14" />
2084
- <hkern u1="&#xc7;" u2="e" k="88" />
2085
- <hkern u1="&#xc7;" u2="d" k="72" />
2086
- <hkern u1="&#xc7;" u2="c" k="57" />
2087
- <hkern u1="&#xc7;" u2="b" k="28" />
2088
- <hkern u1="&#xc7;" u2="a" k="48" />
2089
- <hkern u1="&#xc8;" u2="e" k="19" />
2090
- <hkern u1="&#xc8;" u2="a" k="19" />
2091
- <hkern u1="&#xc9;" u2="e" k="19" />
2092
- <hkern u1="&#xc9;" u2="a" k="19" />
2093
- <hkern u1="&#xca;" u2="e" k="19" />
2094
- <hkern u1="&#xca;" u2="a" k="19" />
2095
- <hkern u1="&#xcb;" u2="e" k="19" />
2096
- <hkern u1="&#xcb;" u2="a" k="19" />
2097
- <hkern u1="&#xcc;" u2="o" k="24" />
2098
- <hkern u1="&#xcc;" u2="j" k="38" />
2099
- <hkern u1="&#xcd;" u2="o" k="24" />
2100
- <hkern u1="&#xcd;" u2="j" k="38" />
2101
- <hkern u1="&#xce;" u2="o" k="24" />
2102
- <hkern u1="&#xce;" u2="j" k="38" />
2103
- <hkern u1="&#xcf;" u2="o" k="24" />
2104
- <hkern u1="&#xcf;" u2="j" k="38" />
2105
- <hkern u1="&#xd1;" u2="y" k="14" />
2106
- <hkern u1="&#xd1;" u2="x" k="33" />
2107
- <hkern u1="&#xd1;" u2="w" k="33" />
2108
- <hkern u1="&#xd1;" u2="v" k="28" />
2109
- <hkern u1="&#xd1;" u2="q" k="33" />
2110
- <hkern u1="&#xd1;" u2="o" k="28" />
2111
- <hkern u1="&#xd1;" u2="n" k="24" />
2112
- <hkern u1="&#xd1;" u2="m" k="9" />
2113
- <hkern u1="&#xd1;" u2="j" k="52" />
2114
- <hkern u1="&#xd1;" u2="g" k="28" />
2115
- <hkern u1="&#xd1;" u2="e" k="14" />
2116
- <hkern u1="&#xd1;" u2="d" k="19" />
2117
- <hkern u1="&#xd1;" u2="c" k="28" />
2118
- <hkern u1="&#xd2;" u2="z" k="33" />
2119
- <hkern u1="&#xd2;" u2="y" k="33" />
2120
- <hkern u1="&#xd2;" u2="x" k="48" />
2121
- <hkern u1="&#xd2;" u2="w" k="43" />
2122
- <hkern u1="&#xd2;" u2="v" k="43" />
2123
- <hkern u1="&#xd2;" u2="u" k="43" />
2124
- <hkern u1="&#xd2;" u2="t" k="14" />
2125
- <hkern u1="&#xd2;" u2="s" k="48" />
2126
- <hkern u1="&#xd2;" u2="r" k="19" />
2127
- <hkern u1="&#xd2;" u2="q" k="48" />
2128
- <hkern u1="&#xd2;" u2="p" k="28" />
2129
- <hkern u1="&#xd2;" u2="o" k="57" />
2130
- <hkern u1="&#xd2;" u2="n" k="28" />
2131
- <hkern u1="&#xd2;" u2="m" k="43" />
2132
- <hkern u1="&#xd2;" u2="l" k="24" />
2133
- <hkern u1="&#xd2;" u2="j" k="90" />
2134
- <hkern u1="&#xd2;" u2="i" k="28" />
2135
- <hkern u1="&#xd2;" u2="h" k="43" />
2136
- <hkern u1="&#xd2;" u2="g" k="43" />
2137
- <hkern u1="&#xd2;" u2="f" k="24" />
2138
- <hkern u1="&#xd2;" u2="e" k="38" />
2139
- <hkern u1="&#xd2;" u2="d" k="52" />
2140
- <hkern u1="&#xd2;" u2="c" k="43" />
2141
- <hkern u1="&#xd2;" u2="b" k="19" />
2142
- <hkern u1="&#xd2;" u2="a" k="28" />
2143
- <hkern u1="&#xd2;" u2="T" k="100" />
2144
- <hkern u1="&#xd2;" u2="A" k="40" />
2145
- <hkern u1="&#xd3;" u2="z" k="33" />
2146
- <hkern u1="&#xd3;" u2="y" k="33" />
2147
- <hkern u1="&#xd3;" u2="x" k="48" />
2148
- <hkern u1="&#xd3;" u2="w" k="43" />
2149
- <hkern u1="&#xd3;" u2="v" k="43" />
2150
- <hkern u1="&#xd3;" u2="u" k="43" />
2151
- <hkern u1="&#xd3;" u2="t" k="14" />
2152
- <hkern u1="&#xd3;" u2="s" k="48" />
2153
- <hkern u1="&#xd3;" u2="r" k="19" />
2154
- <hkern u1="&#xd3;" u2="q" k="48" />
2155
- <hkern u1="&#xd3;" u2="p" k="28" />
2156
- <hkern u1="&#xd3;" u2="o" k="57" />
2157
- <hkern u1="&#xd3;" u2="n" k="28" />
2158
- <hkern u1="&#xd3;" u2="m" k="43" />
2159
- <hkern u1="&#xd3;" u2="l" k="24" />
2160
- <hkern u1="&#xd3;" u2="j" k="90" />
2161
- <hkern u1="&#xd3;" u2="i" k="28" />
2162
- <hkern u1="&#xd3;" u2="h" k="43" />
2163
- <hkern u1="&#xd3;" u2="g" k="43" />
2164
- <hkern u1="&#xd3;" u2="f" k="24" />
2165
- <hkern u1="&#xd3;" u2="e" k="38" />
2166
- <hkern u1="&#xd3;" u2="d" k="52" />
2167
- <hkern u1="&#xd3;" u2="c" k="43" />
2168
- <hkern u1="&#xd3;" u2="b" k="19" />
2169
- <hkern u1="&#xd3;" u2="a" k="28" />
2170
- <hkern u1="&#xd3;" u2="T" k="100" />
2171
- <hkern u1="&#xd3;" u2="A" k="40" />
2172
- <hkern u1="&#xd4;" u2="z" k="33" />
2173
- <hkern u1="&#xd4;" u2="y" k="33" />
2174
- <hkern u1="&#xd4;" u2="x" k="48" />
2175
- <hkern u1="&#xd4;" u2="w" k="43" />
2176
- <hkern u1="&#xd4;" u2="v" k="43" />
2177
- <hkern u1="&#xd4;" u2="u" k="43" />
2178
- <hkern u1="&#xd4;" u2="t" k="14" />
2179
- <hkern u1="&#xd4;" u2="s" k="48" />
2180
- <hkern u1="&#xd4;" u2="r" k="19" />
2181
- <hkern u1="&#xd4;" u2="q" k="48" />
2182
- <hkern u1="&#xd4;" u2="p" k="28" />
2183
- <hkern u1="&#xd4;" u2="o" k="57" />
2184
- <hkern u1="&#xd4;" u2="n" k="28" />
2185
- <hkern u1="&#xd4;" u2="m" k="43" />
2186
- <hkern u1="&#xd4;" u2="l" k="24" />
2187
- <hkern u1="&#xd4;" u2="j" k="90" />
2188
- <hkern u1="&#xd4;" u2="i" k="28" />
2189
- <hkern u1="&#xd4;" u2="h" k="43" />
2190
- <hkern u1="&#xd4;" u2="g" k="43" />
2191
- <hkern u1="&#xd4;" u2="f" k="24" />
2192
- <hkern u1="&#xd4;" u2="e" k="38" />
2193
- <hkern u1="&#xd4;" u2="d" k="52" />
2194
- <hkern u1="&#xd4;" u2="c" k="43" />
2195
- <hkern u1="&#xd4;" u2="b" k="19" />
2196
- <hkern u1="&#xd4;" u2="a" k="28" />
2197
- <hkern u1="&#xd4;" u2="T" k="100" />
2198
- <hkern u1="&#xd4;" u2="A" k="40" />
2199
- <hkern u1="&#xd5;" u2="z" k="33" />
2200
- <hkern u1="&#xd5;" u2="y" k="33" />
2201
- <hkern u1="&#xd5;" u2="x" k="48" />
2202
- <hkern u1="&#xd5;" u2="w" k="43" />
2203
- <hkern u1="&#xd5;" u2="v" k="43" />
2204
- <hkern u1="&#xd5;" u2="u" k="43" />
2205
- <hkern u1="&#xd5;" u2="t" k="14" />
2206
- <hkern u1="&#xd5;" u2="s" k="48" />
2207
- <hkern u1="&#xd5;" u2="r" k="19" />
2208
- <hkern u1="&#xd5;" u2="q" k="48" />
2209
- <hkern u1="&#xd5;" u2="p" k="28" />
2210
- <hkern u1="&#xd5;" u2="o" k="57" />
2211
- <hkern u1="&#xd5;" u2="n" k="28" />
2212
- <hkern u1="&#xd5;" u2="m" k="43" />
2213
- <hkern u1="&#xd5;" u2="l" k="24" />
2214
- <hkern u1="&#xd5;" u2="j" k="90" />
2215
- <hkern u1="&#xd5;" u2="i" k="28" />
2216
- <hkern u1="&#xd5;" u2="h" k="43" />
2217
- <hkern u1="&#xd5;" u2="g" k="43" />
2218
- <hkern u1="&#xd5;" u2="f" k="24" />
2219
- <hkern u1="&#xd5;" u2="e" k="38" />
2220
- <hkern u1="&#xd5;" u2="d" k="52" />
2221
- <hkern u1="&#xd5;" u2="c" k="43" />
2222
- <hkern u1="&#xd5;" u2="b" k="19" />
2223
- <hkern u1="&#xd5;" u2="a" k="28" />
2224
- <hkern u1="&#xd5;" u2="T" k="100" />
2225
- <hkern u1="&#xd5;" u2="A" k="40" />
2226
- <hkern u1="&#xd6;" u2="z" k="33" />
2227
- <hkern u1="&#xd6;" u2="y" k="33" />
2228
- <hkern u1="&#xd6;" u2="x" k="48" />
2229
- <hkern u1="&#xd6;" u2="w" k="43" />
2230
- <hkern u1="&#xd6;" u2="v" k="43" />
2231
- <hkern u1="&#xd6;" u2="u" k="43" />
2232
- <hkern u1="&#xd6;" u2="t" k="14" />
2233
- <hkern u1="&#xd6;" u2="s" k="48" />
2234
- <hkern u1="&#xd6;" u2="r" k="19" />
2235
- <hkern u1="&#xd6;" u2="q" k="48" />
2236
- <hkern u1="&#xd6;" u2="p" k="28" />
2237
- <hkern u1="&#xd6;" u2="o" k="57" />
2238
- <hkern u1="&#xd6;" u2="n" k="28" />
2239
- <hkern u1="&#xd6;" u2="m" k="43" />
2240
- <hkern u1="&#xd6;" u2="l" k="24" />
2241
- <hkern u1="&#xd6;" u2="j" k="90" />
2242
- <hkern u1="&#xd6;" u2="i" k="28" />
2243
- <hkern u1="&#xd6;" u2="h" k="43" />
2244
- <hkern u1="&#xd6;" u2="g" k="43" />
2245
- <hkern u1="&#xd6;" u2="f" k="24" />
2246
- <hkern u1="&#xd6;" u2="e" k="38" />
2247
- <hkern u1="&#xd6;" u2="d" k="52" />
2248
- <hkern u1="&#xd6;" u2="c" k="43" />
2249
- <hkern u1="&#xd6;" u2="b" k="19" />
2250
- <hkern u1="&#xd6;" u2="a" k="28" />
2251
- <hkern u1="&#xd6;" u2="T" k="100" />
2252
- <hkern u1="&#xd6;" u2="A" k="40" />
2253
- <hkern u1="&#xd8;" u2="z" k="33" />
2254
- <hkern u1="&#xd8;" u2="y" k="33" />
2255
- <hkern u1="&#xd8;" u2="x" k="48" />
2256
- <hkern u1="&#xd8;" u2="w" k="43" />
2257
- <hkern u1="&#xd8;" u2="v" k="43" />
2258
- <hkern u1="&#xd8;" u2="u" k="43" />
2259
- <hkern u1="&#xd8;" u2="t" k="14" />
2260
- <hkern u1="&#xd8;" u2="s" k="48" />
2261
- <hkern u1="&#xd8;" u2="r" k="19" />
2262
- <hkern u1="&#xd8;" u2="q" k="48" />
2263
- <hkern u1="&#xd8;" u2="p" k="28" />
2264
- <hkern u1="&#xd8;" u2="o" k="57" />
2265
- <hkern u1="&#xd8;" u2="n" k="28" />
2266
- <hkern u1="&#xd8;" u2="m" k="43" />
2267
- <hkern u1="&#xd8;" u2="l" k="24" />
2268
- <hkern u1="&#xd8;" u2="j" k="90" />
2269
- <hkern u1="&#xd8;" u2="i" k="28" />
2270
- <hkern u1="&#xd8;" u2="h" k="43" />
2271
- <hkern u1="&#xd8;" u2="g" k="43" />
2272
- <hkern u1="&#xd8;" u2="f" k="24" />
2273
- <hkern u1="&#xd8;" u2="e" k="38" />
2274
- <hkern u1="&#xd8;" u2="d" k="52" />
2275
- <hkern u1="&#xd8;" u2="c" k="43" />
2276
- <hkern u1="&#xd8;" u2="b" k="19" />
2277
- <hkern u1="&#xd8;" u2="a" k="28" />
2278
- <hkern u1="&#xd8;" u2="T" k="100" />
2279
- <hkern u1="&#xd8;" u2="A" k="40" />
2280
- <hkern u1="&#xd9;" u2="x" k="24" />
2281
- <hkern u1="&#xd9;" u2="w" k="14" />
2282
- <hkern u1="&#xd9;" u2="m" k="28" />
2283
- <hkern u1="&#xd9;" u2="l" k="-28" />
2284
- <hkern u1="&#xd9;" u2="j" k="67" />
2285
- <hkern u1="&#xda;" u2="x" k="24" />
2286
- <hkern u1="&#xda;" u2="w" k="14" />
2287
- <hkern u1="&#xda;" u2="m" k="28" />
2288
- <hkern u1="&#xda;" u2="l" k="-28" />
2289
- <hkern u1="&#xda;" u2="j" k="67" />
2290
- <hkern u1="&#xdb;" u2="x" k="24" />
2291
- <hkern u1="&#xdb;" u2="w" k="14" />
2292
- <hkern u1="&#xdb;" u2="m" k="28" />
2293
- <hkern u1="&#xdb;" u2="l" k="-28" />
2294
- <hkern u1="&#xdb;" u2="j" k="67" />
2295
- <hkern u1="&#xdc;" u2="x" k="24" />
2296
- <hkern u1="&#xdc;" u2="w" k="14" />
2297
- <hkern u1="&#xdc;" u2="m" k="28" />
2298
- <hkern u1="&#xdc;" u2="l" k="-28" />
2299
- <hkern u1="&#xdc;" u2="j" k="67" />
2300
- <hkern u1="&#xe0;" u2="r" k="-20" />
2301
- <hkern u1="&#xe0;" u2="o" k="20" />
2302
- <hkern u1="&#xe0;" u2="i" k="-20" />
2303
- <hkern u1="&#xe0;" u2="e" k="31" />
2304
- <hkern u1="&#xe1;" u2="r" k="-20" />
2305
- <hkern u1="&#xe1;" u2="o" k="20" />
2306
- <hkern u1="&#xe1;" u2="i" k="-20" />
2307
- <hkern u1="&#xe1;" u2="e" k="31" />
2308
- <hkern u1="&#xe2;" u2="r" k="-20" />
2309
- <hkern u1="&#xe2;" u2="o" k="20" />
2310
- <hkern u1="&#xe2;" u2="i" k="-20" />
2311
- <hkern u1="&#xe2;" u2="e" k="31" />
2312
- <hkern u1="&#xe3;" u2="r" k="-20" />
2313
- <hkern u1="&#xe3;" u2="o" k="20" />
2314
- <hkern u1="&#xe3;" u2="i" k="-20" />
2315
- <hkern u1="&#xe3;" u2="e" k="31" />
2316
- <hkern u1="&#xe4;" u2="r" k="-20" />
2317
- <hkern u1="&#xe4;" u2="o" k="20" />
2318
- <hkern u1="&#xe4;" u2="i" k="-20" />
2319
- <hkern u1="&#xe4;" u2="e" k="31" />
2320
- <hkern u1="&#xe5;" u2="r" k="-20" />
2321
- <hkern u1="&#xe5;" u2="o" k="20" />
2322
- <hkern u1="&#xe5;" u2="i" k="-20" />
2323
- <hkern u1="&#xe5;" u2="e" k="31" />
2324
- </font>
2325
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/fonts/kirvy/Kirvy-Light.ttf DELETED
Binary file
assets/fonts/kirvy/Kirvy-Light.woff DELETED
Binary file
assets/fonts/kirvy/Kirvy-Light.woff2 DELETED
Binary file
assets/fonts/kirvy/kirvy-regular-webfont.eot DELETED
Binary file
assets/fonts/kirvy/kirvy-regular-webfont.svg DELETED
@@ -1,1812 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata></metadata>
5
- <defs>
6
- <font id="kirvyregular" horiz-adv-x="1630" >
7
- <font-face units-per-em="2048" ascent="1638" descent="-410" />
8
- <missing-glyph horiz-adv-x="602" />
9
- <glyph horiz-adv-x="0" />
10
- <glyph horiz-adv-x="682" />
11
- <glyph unicode=" " horiz-adv-x="602" />
12
- <glyph unicode="&#x09;" horiz-adv-x="602" />
13
- <glyph unicode="&#xa0;" horiz-adv-x="602" />
14
- <glyph unicode="!" horiz-adv-x="438" d="M389 101q0 52 33 87t84 35q50 0 82.5 -35t32.5 -87q0 -51 -32.5 -86t-84.5 -35q-50 0 -82.5 35t-32.5 86zM433 621v1005h144v-1005h-144z" />
15
- <glyph unicode="&#x22;" horiz-adv-x="585" d="M123 1255v371h143v-371h-143zM292 1255v371h143v-371h-143z" />
16
- <glyph unicode="#" horiz-adv-x="1462" d="M72 -20l184 555h-147v141h194l98 297h-153v141h200l170 512h149l-170 -512h409l170 512h149l-170 -512h162v-141h-209l-98 -297h167v-141h-214l-184 -555l-150 -1l185 556h-409l-184 -555h-149zM452 676h409l98 297h-409z" />
17
- <glyph unicode="$" horiz-adv-x="1179" d="M68 311l117 82l41 -59q21 -30 39.5 -49.5t49.5 -40t76 -33t106 -17.5v568q-157 46 -234 97q-75 50 -113 118q-44 77 -44 177q0 175 110 276q101 93 281 109v87h144v-90q90 -15 168.5 -66.5t135.5 -132.5l41 -59l-118 -82l-41 59q-74 106 -186 135v-520q166 -47 246 -100 q74 -48 112 -116q43 -76 43 -175q0 -89 -30 -166q-32 -82 -91 -139q-106 -103 -280 -122v-72h-144v70q-134 9 -223 53q-92 46 -165 149zM249 1154q0 -60 22 -101.5t71 -73.5q56 -37 155 -68v484q-128 -13 -188 -72.5t-60 -168.5zM641 196q124 18 191 92t67 191 q0 59 -21.5 99t-69.5 72q-58 38 -167 71v-525z" />
18
- <glyph unicode="%" horiz-adv-x="1345" d="M80 -20l951 1646h159l-950 -1646h-160zM82 1313q0 121 82 207t198 86t198 -86t82 -207t-82 -207.5t-198 -86.5t-198 86.5t-82 207.5zM220 1313q0 -65 42 -110t100 -45t100 45t42 110t-42 109.5t-100 44.5t-100 -44.5t-42 -109.5zM641 273q0 121 82 207t198 86t198 -86 t82 -207t-82 -207t-198 -86t-198 86t-82 207zM780 273q0 -65 41.5 -109.5t99.5 -44.5t100 44.5t42 109.5t-42 110t-100 45t-99.5 -45t-41.5 -110z" />
19
- <glyph unicode="&#x26;" horiz-adv-x="1425" d="M67 323q-32 196 112 381q83 108 224 192q-15 32 -32 75q-96 243 -72 403q18 118 101 184q85 67 226 67q154 0 254 -82q94 -79 114 -202q23 -147 -60 -280q-89 -141 -261 -198q-42 -13 -81 -30q56 -105 137 -225q105 -156 211 -274q143 213 143 587v20h142v-20 q0 -211 -43 -379q-44 -172 -131 -297q-2 -3 -6 -8.5t-5 -6.5q147 -141 245 -171l20 -6l-42 -136l-20 6q-129 41 -299 202q-169 -146 -409 -146q-192 0 -319 97q-124 94 -149 247zM207 345q17 -103 104 -163t224 -60q185 0 310 105q-125 139 -234 301q-85 126 -145 240 q-111 -68 -175 -151q-106 -137 -84 -272zM440 1352q-22 -140 90 -392q55 24 98 38q83 28 139 83t76 116.5t11 120.5q-13 78 -72 121.5t-156 43.5q-55 0 -92.5 -11.5t-56 -33.5t-26 -40.5t-11.5 -45.5z" />
20
- <glyph unicode="'" horiz-adv-x="507" d="M97 1324l13 15q6 6 19 25.5t31 74t18 115.5v69h144v-69q0 -54 -10.5 -105.5t-24.5 -85.5t-31 -63t-26 -41t-13 -16l-14 -15z" />
21
- <glyph unicode="(" horiz-adv-x="757" d="M113 671q0 382 133 656q70 143 164.5 221t202.5 78h20v-141h-20q-62 0 -121 -52q-67 -57 -120 -167q-119 -246 -119 -595q0 -348 119 -594q54 -111 120 -168q59 -52 121 -52h20v-141h-20q-108 0 -202.5 78t-164.5 221q-133 274 -133 656z" />
22
- <glyph unicode=")" horiz-adv-x="735" d="M78 -143h20q62 0 121 52q66 57 120 168q119 246 119 594q0 349 -119 595q-53 110 -120 167q-59 52 -121 52h-20v141h20q108 0 202.5 -78t164.5 -221q133 -274 133 -656t-133 -656q-70 -143 -164.5 -221t-202.5 -78h-20v141z" />
23
- <glyph unicode="*" horiz-adv-x="1085" d="M86 1105v140h291l-230 305l111 84l259 -343l260 343l111 -84l-230 -305h291v-140h-291l230 -305l-111 -84l-260 343l-259 -343l-111 84l230 305h-291z" />
24
- <glyph unicode="+" horiz-adv-x="1286" d="M90 535v143h453v553h143v-553h453v-143h-453v-553h-143v553h-453z" />
25
- <glyph unicode="," horiz-adv-x="462" d="M179 -194l18 7q3 1 8.5 4t19 14.5t23.5 26.5t18.5 42t8.5 59v195h143v-195q0 -133 -81 -218q-45 -47 -89 -62l-19 -7z" />
26
- <glyph unicode="-" horiz-adv-x="872" d="M115 535v143h604v-143h-604z" />
27
- <glyph unicode="." horiz-adv-x="454" d="M184 103q0 52 33 87t84 35q50 0 82 -35t32 -87t-32 -86.5t-84 -34.5q-50 0 -82.5 35t-32.5 86z" />
28
- <glyph unicode="/" horiz-adv-x="1144" d="M177 -20l546 1646h151l-546 -1646h-151z" />
29
- <glyph unicode="0" horiz-adv-x="1294" d="M102 803q0 237 33 392q38 180 157 298q135 133 328 133q192 0 327 -133q120 -119 158 -298q33 -155 33 -392t-33 -392q-38 -179 -158 -298q-135 -133 -327 -133q-193 0 -328 133q-119 118 -157 298q-33 155 -33 392zM246 803q0 -224 29 -362q13 -62 40 -116.5t68 -101 t102.5 -74t134.5 -27.5t134.5 27.5t102.5 74t68 101t40 116.5q29 138 29 362t-29 362q-13 62 -40 116.5t-68 101t-102.5 73.5t-134.5 27t-134.5 -27t-102.5 -73.5t-68 -101t-40 -116.5q-29 -138 -29 -362z" />
30
- <glyph unicode="1" horiz-adv-x="739" d="M74 1166v143h73q6 0 26.5 11t59.5 41.5t79 73.5q49 52 88 112q30 48 30 59v20h143v-1646h-143v1371l-14 -14q-66 -71 -127 -114q-80 -57 -142 -57h-73z" />
31
- <glyph unicode="2" horiz-adv-x="1128" d="M90 -21v72q0 290 153 494q41 55 100.5 109.5t95.5 81.5t112 82q53 38 81.5 59t68 54.5t60 60t42 61.5t30.5 74t9 84q0 6 -2.5 23t-13 53t-26.5 65q-74 131 -253 131q-138 0 -241 -77q-22 -17 -41 -36.5t-27 -30.5l-8 -11l-10 -17l-122 73l10 18q32 56 107 114 q143 110 332 110q78 0 143 -18.5t110 -50.5t75 -65.5t52 -73.5q25 -45 39 -96.5t16.5 -74t2.5 -34.5q0 -176 -115 -312q-31 -36 -74.5 -74.5t-73.5 -61t-88 -63.5q-51 -37 -81 -59t-75.5 -60t-72.5 -68.5t-60.5 -75.5t-52.5 -90t-35 -103.5t-21 -123.5h741v-143h-887z" />
32
- <glyph unicode="3" horiz-adv-x="1196" d="M62 1344l37 62q33 58 107 115q143 110 334 110q197 0 326 -134q58 -60 89.5 -138t31.5 -160q0 -181 -139 -298q-27 -23 -64 -44q72 -32 124 -77q151 -128 151 -321q0 -88 -34.5 -172t-96.5 -149q-67 -70 -158.5 -107.5t-193.5 -37.5q-205 0 -361 119q-34 27 -63 58 t-39.5 45.5t-13.5 20.5l-11 18l123 73l11 -17q2 -4 9.5 -14t28.5 -32t46 -41q116 -87 270 -87q102 0 181.5 48.5t119 121t39.5 153.5q0 127 -100 211q-123 104 -387 104h-21l1 144h20q216 0 326 93q89 75 89 188t-84 201t-220 88q-62 0 -118 -16t-90 -37.5t-61 -46.5 t-37 -38t-12 -17l-37 -62z" />
33
- <glyph unicode="4" horiz-adv-x="1265" d="M84 696l726 930h131v-916h187v-143h-187v-587h-143v587h-713zM276 710h522v667z" />
34
- <glyph unicode="5" horiz-adv-x="1193" d="M72 360l132 55l27 -66q43 -103 131 -164.5t193 -61.5q146 0 250 111.5t104 269.5q0 159 -104 270.5t-250 111.5q-147 0 -251 -113l-41 -44l-133 5l36 892h793v-143h-655l-22 -540q37 26 76 43q95 43 197 43q207 0 353 -155q70 -74 107 -170t37 -200q0 -216 -144 -369 q-146 -155 -353 -155q-148 0 -272.5 85.5t-183.5 228.5z" />
35
- <glyph unicode="6" horiz-adv-x="1269" d="M129 896q0 39 2.5 109.5t8 113t16.5 102t27.5 101.5t42 86.5t58.5 78.5q128 134 360 134q120 0 225 -58q102 -57 169 -155l41 -58l-117 -81l-41 58q-50 73 -122.5 112.5t-154.5 39.5q-169 0 -257 -91q-126 -130 -120 -525l5 5t4 5q145 157 349 157t349 -157 q68 -74 105 -170t37 -200t-37 -200t-105 -170q-145 -157 -349 -157t-349 157q-76 82 -111 198t-35 341q0 32 -0.5 108.5t-0.5 115.5zM277 503q0 -159 102.5 -271.5t245.5 -112.5t245.5 112.5t102.5 271.5t-102.5 271.5t-245.5 112.5t-245.5 -112.5t-102.5 -271.5z" />
36
- <glyph unicode="7" horiz-adv-x="1304" d="M90 1483v143h1060v-126l-4 -5q-181 -237 -369 -549q-183 -305 -278.5 -547t-95.5 -399v-20h-143v20q0 203 126 502q96 228 269 518q125 208 306 463h-871z" />
37
- <glyph unicode="8" horiz-adv-x="1220" d="M90 452q0 197 146 335q42 39 92 68q-33 21 -61 47q-135 124 -135 301t135 301q133 122 319 122t319 -122q135 -124 135 -301t-135 -301q-26 -25 -62 -48q46 -27 90 -68q146 -138 146 -334q0 -95 -38 -181.5t-109 -153.5q-145 -137 -348 -137t-348 137q-146 138 -146 335z M233 452q0 -135 102.5 -232t248.5 -97t248.5 97t102.5 232t-102.5 231.5t-248.5 96.5t-248.5 -96.5t-102.5 -231.5zM275 1203q0 -115 91 -197t220 -82t220 82t91 197t-91 197.5t-220 82.5t-220 -82.5t-91 -197.5z" />
38
- <glyph unicode="9" horiz-adv-x="1269" d="M94 1095q0 104 37 200t105 170q144 156 349 156t349 -156q50 -54 79.5 -114t48 -166t18.5 -260q0 -32 0.5 -108.5t0.5 -115t-2.5 -109t-8 -113t-16.5 -102.5t-27.5 -101.5t-42 -86t-58.5 -78.5q-129 -135 -360 -135q-118 0 -225 59q-102 57 -169 155l-41 58l117 81 l41 -58q50 -73 122.5 -112.5t154.5 -39.5q170 0 257 90q126 131 120 526q-2 -2 -4.5 -5.5t-4.5 -5.5q-144 -156 -349 -156t-349 156q-142 154 -142 371zM237 1095q0 -159 102.5 -272t245.5 -113t245.5 113t102.5 272t-102.5 271.5t-245.5 112.5t-245.5 -112.5t-102.5 -271.5 z" />
39
- <glyph unicode=":" horiz-adv-x="460" d="M184 103q0 52 33 87t84 35q50 0 82 -35t32 -87t-32 -86.5t-84 -34.5q-50 0 -82.5 35t-32.5 86zM184 905q0 52 33 86.5t84 34.5q50 0 82 -34.5t32 -86.5t-32 -87t-84 -35q-50 0 -82.5 35.5t-32.5 86.5z" />
40
- <glyph unicode=";" horiz-adv-x="489" d="M179 -194l18 7q3 1 8.5 4t19 14.5t23.5 26.5t18.5 42t8.5 59v195h143v-195q0 -133 -81 -218q-45 -47 -89 -62l-19 -7zM231 905q0 52 32.5 86.5t83.5 34.5t83 -34.5t32 -86.5t-32 -87t-84 -35q-50 0 -82.5 35.5t-32.5 86.5z" />
41
- <glyph unicode="&#x3c;" horiz-adv-x="1316" d="M84 584v84l1020 613l73 -121l-890 -534l890 -533l-73 -121z" />
42
- <glyph unicode="=" horiz-adv-x="1333" d="M115 306v144h1048v-144h-1048zM115 779v144h1048v-144h-1048z" />
43
- <glyph unicode="&#x3e;" horiz-adv-x="1318" d="M80 93l890 533l-890 534l73 121l1020 -613v-84l-1020 -612z" />
44
- <glyph unicode="?" horiz-adv-x="1101" d="M381 1353l11 15l1 2l28 41q71 102 172.5 158.5t216.5 56.5q241 0 365 -117q114 -106 114 -288q0 -207 -97 -325q-27 -32 -64 -60.5t-61.5 -42.5t-65.5 -34q-78 -39 -102 -63.5t-24 -77.5v-70h-140v70q0 40 8 73.5t25.5 59.5t34 45t44.5 37t44.5 27.5t47.5 24.5 q34 17 48 24.5t42 25.5t40.5 32.5t31 40t26.5 54t14.5 69.5t6.5 90q0 133 -82.5 198.5t-255.5 65.5q-79 0 -150.5 -40t-122.5 -114l-40 -58zM705 98q0 51 32.5 84.5t81.5 33.5t80.5 -33.5t31.5 -84.5q0 -50 -31.5 -84t-82.5 -34q-49 0 -80.5 34t-31.5 84z" />
45
- <glyph unicode="@" horiz-adv-x="2091" d="M96 616q0 207 70 400q68 185 191 328q125 144 287 224q169 83 356 83q186 0 355 -83q162 -80 287 -224q124 -144 193 -333q68 -188 68 -395q0 -73 -21.5 -176.5t-62.5 -196.5q-50 -112 -117 -179q-87 -87 -196 -87q-108 0 -166 71q-32 39 -43 93q-52 -46 -113 -76 q-99 -48 -208 -48t-208 48q-94 46 -167 130t-112 192.5t-39 226.5t39 226t112 192t167 130q101 49 208 49t208 -49q94 -46 167 -130q47 -55 79 -117l58 291l96 -19q-107 150 -259.5 235.5t-324.5 85.5q-153 0 -293.5 -70.5t-243 -189.5t-163 -284.5t-60.5 -347.5t60.5 -347 t163 -284t243 -189.5t293.5 -70.5q138 0 263 55q78 34 147 86l58 43l86 -114l-57 -43q-82 -63 -177 -104q-155 -67 -320 -67q-187 0 -356 83q-162 80 -287 224q-123 142 -191 329q-70 193 -70 399zM594 614q0 -189 112.5 -321.5t269.5 -132.5t269.5 132.5t112.5 321.5 t-112.5 321t-269.5 132t-269.5 -132t-112.5 -321zM1436 186.5q3 -32.5 15 -47.5q15 -18 55 -18q50 0 95 45q48 46 87 135q33 76 52.5 166t19.5 149q0 284 -140 516l-183 -902q-4 -11 -1 -43.5z" />
46
- <glyph unicode="A" horiz-adv-x="1468" d="M61 -20l575 1646h123l574 -1646h-149l-213 611q-57 -20 -135 -20h-303q-31 0 -56.5 -7.5t-40 -17t-26 -22t-14.5 -18.5l-5 -10l-180 -516h-150zM464 706q34 6 69 6h303q62 0 88 12l-227 650z" />
47
- <glyph unicode="B" horiz-adv-x="1456" d="M131 -20v1646h683q176 0 300.5 -124.5t124.5 -300.5q0 -107 -49.5 -199.5t-133.5 -150.5q51 -31 90 -70q137 -137 137 -332t-137 -332q-135 -135 -331 -137h-684zM275 123h445h94q135 0 230.5 95.5t95.5 230.5t-95.5 230.5t-230.5 95.5l-475 1q-34 0 -64 7v-660zM275 960 q2 -18 10 -26q13 -15 54 -15h475q116 0 199 83t83 199t-83 199t-199 83h-539v-523z" />
48
- <glyph unicode="C" horiz-adv-x="1499" d="M102 803q0 163 49.5 311.5t142.5 264.5q91 115 214 180q125 67 268 67q163 0 308 -91q136 -86 230 -237l38 -61l-123 -76l-38 62q-76 124 -185 191.5t-230 67.5q-142 0 -263.5 -90t-193.5 -246.5t-72 -342.5t72 -342.5t193.5 -246.5t263.5 -90q121 0 230 67.5t185 191.5 l38 62l123 -76l-38 -61q-94 -151 -230 -237q-145 -91 -308 -91q-143 0 -268 67q-123 65 -214 180q-93 116 -142.5 264.5t-49.5 311.5z" />
49
- <glyph unicode="D" horiz-adv-x="1468" d="M131 -18v1644h493q137 0 265 -67q118 -62 212 -179q92 -115 141 -263.5t49 -310.5q0 -165 -51 -315q-51 -151 -139 -262q-93 -117 -212 -181q-127 -68 -266 -68zM274 125l350 -2q102 0 195.5 50t168.5 145q159 203 159 488q0 185 -71 341t-191.5 246t-260.5 90h-350 v-1358z" />
50
- <glyph unicode="E" horiz-adv-x="1302" d="M131 -20v1646h997v-143h-854v-572q29 7 65 7h789v-143h-789q-40 0 -54 -16q-11 -11 -11 -29v-607h854v-143h-997z" />
51
- <glyph unicode="F" horiz-adv-x="1323" d="M131 -20v1646h1049v-143h-906v-573q19 5 55 7h693v-143h-683q-41 0 -54 -15q-4 -4 -7 -12t-4 -13v-6v-748h-143z" />
52
- <glyph unicode="G" horiz-adv-x="1613" d="M102 803q0 162 49.5 311t142.5 265q90 114 213 180q125 67 267 67q172 0 320 -99q141 -94 233 -256l10 -18l-126 -70l-10 17q-75 133 -188 207.5t-239 74.5q-106 0 -203.5 -53.5t-168.5 -143.5t-113.5 -216.5t-42.5 -265.5t42.5 -265.5t113.5 -217t168.5 -144 t203.5 -53.5q81 0 167 46t157.5 124t122.5 191.5t63 238.5h-49.5h-67t-74 -0.5t-74 -0.5h-63.5h-45h-17q-76 0 -120 -41q-26 -25 -26 -36l-7 -18l-135 50l7 19q15 44 62 89q79 75 203 81l407 1h75q29 0 50 -21t21 -51q0 -162 -55 -312q-52 -142 -146 -257 q-96 -117 -215 -181.5t-241 -64.5q-142 0 -267 67q-123 66 -213 180q-93 116 -142.5 265t-49.5 311z" />
53
- <glyph unicode="H" horiz-adv-x="1413" d="M131 -20v1646h143v-738q67 30 141 30h514q75 0 119 41q12 12 22 27v640h143v-1646h-143v823q-60 -28 -132 -29h-523q-74 0 -119 -42q-14 -14 -22 -26v-726h-143z" />
54
- <glyph unicode="I" horiz-adv-x="430" d="M131 -20v1646h143v-1646h-143z" />
55
- <glyph unicode="J" horiz-adv-x="929" d="M78 -20v143h20q141 0 262 89.5t192.5 246t71.5 341.5v826h143v-826q0 -162 -49 -310.5t-141 -263.5q-93 -116 -213 -179q-128 -67 -266 -67h-20z" />
56
- <glyph unicode="K" horiz-adv-x="1372" d="M131 -20v1646h143v-659q9 8 11 9l696 650h210l-812 -758l-1 -1q-23 -18 -23 -30q0 -4 6.5 -13.5t10.5 -12.5v-1h1l899 -830h-212l-780 720l-6 5v-725h-143z" />
57
- <glyph unicode="L" horiz-adv-x="1333" d="M131 -20v1646h143v-1503h906v-143h-1049z" />
58
- <glyph unicode="M" horiz-adv-x="1658" d="M131 -20v1646h140l517 -1416l517 1416h141v-1646h-143v1220l-446 -1220h-138l-445 1220v-1220h-143z" />
59
- <glyph unicode="N" horiz-adv-x="1400" d="M131 -20v1646h142l784 -1439v1439h144v-1646h-194l-733 1344v-1344h-143z" />
60
- <glyph unicode="O" d="M102 803q0 162 49.5 311t142.5 265q89 112 213 179q127 68 267 68t267 -68q124 -67 213 -179q93 -116 142 -264.5t49 -311.5t-49 -311.5t-142 -264.5q-90 -114 -213 -180q-125 -67 -267 -67t-267 67q-123 66 -213 180q-93 116 -142.5 265t-49.5 311zM246 803 q0 -139 42.5 -265.5t113.5 -217t168.5 -144t203.5 -53.5t203.5 53.5t168.5 144t113.5 217t42.5 265.5t-42.5 265.5t-113.5 216.5t-168.5 143.5t-203.5 53.5t-203.5 -53.5t-168.5 -143.5t-113.5 -216.5t-42.5 -265.5z" />
61
- <glyph unicode="P" horiz-adv-x="1390" d="M131 -20v1646h683q175 0 299.5 -125.5t124.5 -301.5q0 -175 -125 -300t-300 -125h-475q-40 0 -54 -16q-7 -8 -10 -25v-753h-143zM274 910q26 6 56 7l483 1q116 0 198.5 82.5t82.5 198.5q0 117 -82.5 200.5t-198.5 83.5l-539 -1v-572z" />
62
- <glyph unicode="Q" d="M102 803q0 162 49.5 311t142.5 265q90 114 213 180q125 67 267 67t267 -67q123 -66 213 -180q93 -116 142 -264.5t49 -311.5t-49 -311.5t-142 -264.5q-32 -37 -49 -56q46 -58 105 -58l19 1l9 -143l-20 -2h-8q-47 0 -98 21q-68 27 -118 89q-26 -18 -53 -32 q-125 -67 -267 -67t-267 67q-123 66 -213 180q-93 116 -142.5 265t-49.5 311zM246 803q0 -139 42.5 -265.5t113.5 -216.5t168.5 -143.5t203.5 -53.5t203.5 53.5t168.5 143.5t113.5 216.5t42.5 265.5t-42.5 265.5t-113.5 216.5t-168.5 143.5t-203.5 53.5t-203.5 -53.5 t-168.5 -143.5t-113.5 -216.5t-42.5 -265.5z" />
63
- <glyph unicode="R" horiz-adv-x="1421" d="M131 -20v1646h682q175 0 300 -125.5t125 -301.5q0 -146 -88.5 -259t-225.5 -151q10 -15 19 -32v-1l345 -776h-158l-320 720q-19 33 -42 51t-32 20.5t-15 2.5h-383q-40 0 -54 -16q-7 -8 -10 -25v-753h-143zM274 910q26 6 56 7l483 1q116 0 198.5 82.5t82.5 198.5 t-82.5 199.5t-198.5 83.5h-539v-572z" />
64
- <glyph unicode="S" horiz-adv-x="1423" d="M63 256l114 85l44 -55q32 -40 59.5 -64.5t78 -50.5t128 -38.5t184.5 -12.5q205 0 320.5 88.5t115.5 241.5q0 53 -19.5 94.5t-52 70.5t-92.5 55t-121 44t-159 42q-87 21 -132.5 33.5t-114.5 37.5t-118 53q-91 53 -138 127q-55 86 -55 196q0 191 136 303q145 120 430 120 q134 0 253.5 -58t203.5 -164l45 -56l-115 -85l-43 55q-64 80 -153.5 124t-190.5 44q-231 0 -337 -87q-85 -70 -85 -196q0 -46 12 -82t40 -65t61.5 -50.5t90 -42t109.5 -36t136 -35.5t130.5 -33t115 -38t116.5 -53q90 -54 137 -125q53 -81 53 -193q0 -99 -37 -183 q-40 -90 -113 -152q-158 -135 -429 -135q-226 0 -361 59q-113 49 -203 161z" />
65
- <glyph unicode="T" horiz-adv-x="1452" d="M78 1482v144h1227v-144h-558v-1502h-143v1502h-526z" />
66
- <glyph unicode="U" horiz-adv-x="1366" d="M123 507v1119h143v-1119q0 -158 112.5 -270.5t270.5 -112.5t270.5 112.5t112.5 270.5v1119h144v-1119q0 -105 -40.5 -201.5t-114.5 -170.5t-170.5 -114t-201.5 -40t-201.5 40t-170.5 114q-154 154 -154 372z" />
67
- <glyph unicode="V" horiz-adv-x="1480" d="M61 1626h152l492 -1408l491 1408h152l-574 -1646h-138z" />
68
- <glyph unicode="W" horiz-adv-x="2254" d="M61 1626h147l481 -1376l334 1226h100l333 -1226l482 1376h147l-576 -1646h-123l-313 1152l-313 -1152h-123z" />
69
- <glyph unicode="X" horiz-adv-x="1583" d="M56 -21l610 824l-610 823h173l524 -706l524 706h174l-611 -823l612 -824l-175 1l-524 706l-524 -706z" />
70
- <glyph unicode="Y" horiz-adv-x="1595" d="M49 1626h176l534 -719l535 719h176l-611 -822q-29 -78 -29 -170v-654h-141v654q0 87 -30 170z" />
71
- <glyph unicode="Z" horiz-adv-x="1544" d="M80 -20v111l1103 1391h-1063v144h1273l-1 -111l-1103 -1392h1063v-143h-1272z" />
72
- <glyph unicode="[" horiz-adv-x="520" d="M133 -303v1929h289v-143h-146v-1643h146v-143h-289z" />
73
- <glyph unicode="\" horiz-adv-x="868" d="M66 1626h151l546 -1646h-151z" />
74
- <glyph unicode="]" horiz-adv-x="524" d="M78 -160h145v1643h-145v143h289v-1929h-289v143z" />
75
- <glyph unicode="^" horiz-adv-x="1032" d="M86 1336l423 295l388 -297l-87 -114l-305 234l-337 -235l-12 17z" />
76
- <glyph unicode="_" horiz-adv-x="1314" d="M102 -20v143h1049v-143h-1049z" />
77
- <glyph unicode="`" horiz-adv-x="462" d="M103 1535l106 96l14 -15q4 -4 13 -15.5t26 -41t30.5 -63t24 -85t10.5 -105.5v-69h-143v69q0 38 -7 74t-16.5 59.5t-20.5 43.5t-16.5 27.5t-7.5 9.5z" />
78
- <glyph unicode="a" horiz-adv-x="1146" d="M86 347q0 157 136 265q128 102 308 102h249q25 0 36 11q14 14 15 47v67q0 91 -82 157t-200 66q-76 0 -141 -29.5t-103 -80.5l-43 -58l-115 86l43 58q59 79 154.5 123.5t204.5 44.5q173 0 296 -103q130 -108 130 -264v-492q0 -157 -136 -265q-130 -103 -308 -103t-308 103 q-136 108 -136 265zM230 347q0 -88 82 -153q90 -71 218 -71t218 71q82 65 82 153v229q-22 -5 -54 -5l-246 -1q-128 0 -218 -71q-82 -65 -82 -152z" />
79
- <glyph unicode="b" horiz-adv-x="1187" d="M131 -20v1646h144v-394q0 -21 10 -32q13 -15 54 -15h83q121 0 231 -45.5t195 -130.5t131 -195.5t46 -231.5t-45.5 -230.5t-131.5 -195.5q-85 -85 -195 -130.5t-231 -45.5h-291zM275 123h147q124 0 230 61.5t168 167.5t62 230t-62 230t-168 168t-230 62h-83q-34 0 -64 7 v-926z" />
80
- <glyph unicode="c" horiz-adv-x="1146" d="M98 592q0 118 38 231t109 199t164 134q98 50 205 50q114 0 206 -44t151 -124l43 -57l-115 -86l-43 58q-38 51 -102.5 80.5t-139.5 29.5q-153 0 -262.5 -136t-109.5 -335t109.5 -334t262.5 -135q75 0 139.5 29.5t102.5 80.5l43 57l115 -85l-43 -58q-60 -80 -153 -124 t-204 -44q-106 0 -205 51q-93 48 -164 134t-109 198t-38 230z" />
81
- <glyph unicode="d" horiz-adv-x="1177" d="M94 582q0 121 46 231.5t131 195.5t195 130.5t231 45.5h83q41 0 54 15q4 5 7 13t3 13l1 6v394h143v-1646h-291q-121 0 -231 45.5t-195 130.5q-86 86 -131.5 195.5t-45.5 230.5zM238 582q0 -124 61.5 -230t167.5 -167.5t230 -61.5h148v926q-29 -7 -65 -7h-83 q-124 0 -230 -62t-167.5 -168t-61.5 -230z" />
82
- <glyph unicode="e" horiz-adv-x="1169" d="M98 593q0 250 147 428q72 88 164 135q97 50 205 50q177 0 286 -89q107 -88 107 -219q0 -66 -31.5 -126.5t-87.5 -104.5q-123 -96 -322 -96h-280q-16 0 -23 -7q-10 -9 -13.5 -22.5t-2.5 -22.5l1 -9v-1q24 -167 128 -276.5t239 -109.5q180 0 262 110l43 58l115 -86l-43 -57 q-127 -168 -377 -168q-107 0 -202.5 47.5t-168.5 136.5q-99 122 -132 287l-2 7q-1 7 -3 19.5t-4 28.5t-3.5 39.5t-1.5 47.5zM254 712q15 2 34 2h278q151 0 233 65q64 50 64 119q0 64 -62.5 114.5t-185.5 50.5q-127 0 -228 -99t-133 -252z" />
83
- <glyph unicode="f" horiz-adv-x="753" d="M125 -20v1174q0 194 127 332q62 67 144 103.5t171 36.5h72v-143h-72q-112 0 -196.5 -82t-99.5 -202q35 7 61 7h256v-144h-256q-41 0 -54 -15q-10 -10 -10 -29v-1038h-143z" />
84
- <glyph unicode="g" horiz-adv-x="1177" d="M98 609q0 121 45.5 230.5t131.5 195.5q85 85 195 130.5t231 45.5l291 1l-1 -1276q0 -156 -129 -263q-123 -103 -295 -103q-109 0 -204 44.5t-154 123.5l-42 57l114 86l43 -57q39 -51 103.5 -81t139.5 -30q118 0 199.5 66t81.5 157v29q-2 19 -10 27q-13 15 -54 15l-83 -1 q-121 0 -230.5 45.5t-195.5 131.5t-131.5 195.5t-45.5 230.5zM242 609q0 -124 61.5 -230t167.5 -167.5t230 -61.5h83q34 0 64 -7v925h-147q-124 0 -230 -61.5t-167.5 -167.5t-61.5 -230z" />
85
- <glyph unicode="h" horiz-adv-x="1200" d="M131 -20v1646h143v-371q0 -39 16 -55q5 -4 13 -7t13 -3l6 -1l251 1q89 0 171 -36.5t144 -103.5q128 -137 128 -332v-738h-144v738q0 137 -88 232.5t-211 95.5h-245q-28 0 -54 6v-1072h-143z" />
86
- <glyph unicode="i" horiz-adv-x="421" d="M127 -20v1226h143v-1226h-143zM127 1473v28q0 30 21 50.5t51 20.5t50.5 -20.5t20.5 -50.5v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51z" />
87
- <glyph unicode="j" horiz-adv-x="739" d="M57 -287h72q123 0 211 95.5t88 232.5v1216h143v-1216q0 -193 -127 -331q-62 -68 -144 -104.5t-171 -36.5h-72v144zM428 1473v28q0 30 21 50.5t51 20.5t50.5 -20.5t20.5 -50.5v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51z" />
88
- <glyph unicode="k" horiz-adv-x="1239" d="M131 -20v1646h143v-925l637 505h231l-638 -505q6 -5 11 -10t9 -9.5t5 -5.5l600 -696h-190l-522 606q-15 15 -28 16q-6 0 -14 -4l-101 -80v-538h-143z" />
89
- <glyph unicode="l" horiz-adv-x="430" d="M131 -20v1646h143v-1646h-143z" />
90
- <glyph unicode="m" horiz-adv-x="1966" d="M119 -20v754q0 194 127 332q62 67 144 103.5t171 36.5t171 -36.5t144 -103.5q31 -34 56 -74q23 38 56 74q62 67 144 103.5t171 36.5q186 0 314 -139q128 -137 128 -333v-754h-143v754q0 137 -88 233t-211 96t-211 -96t-88 -233v-754h-144v754q0 137 -88 233t-211 96 t-211 -96t-88 -233v-754h-143z" />
91
- <glyph unicode="n" horiz-adv-x="1187" d="M119 -20v754q0 194 127 332q62 67 144 103.5t171 36.5t171 -36.5t144 -103.5q128 -139 128 -332v-754h-144v754q0 137 -88 233t-211 96t-211 -96t-88 -233v-754h-143z" />
92
- <glyph unicode="o" horiz-adv-x="1341" d="M98 593q0 251 153 429q75 87 169 134q102 50 212 50q109 0 211 -50q96 -48 170 -134q152 -177 152 -429t-152 -429q-72 -84 -170 -133q-102 -50 -211 -50q-110 0 -212 50q-96 48 -169 133q-153 178 -153 429zM242 593q0 -195 115 -332t275 -137t275 137t115 332t-115 332 t-275 137t-275 -137t-115 -332z" />
93
- <glyph unicode="p" horiz-adv-x="1185" d="M127 -430v1646h291q121 0 231 -45.5t195 -130.5q86 -86 131.5 -195.5t45.5 -230.5t-46 -231.5t-131 -195.5t-195 -130.5t-231 -45.5h-83q-41 0 -54 -15q-11 -11 -11 -32v-394h-143zM270 147q29 7 65 7h83q124 0 230 62t167.5 168t61.5 230t-61.5 230t-167.5 167.5 t-230 61.5h-148v-926z" />
94
- <glyph unicode="q" horiz-adv-x="1179" d="M98 614q0 121 45.5 230.5t131.5 195.5q85 85 195 130.5t231 45.5h291v-1646h-143v394q0 21 -11 32q-13 15 -54 15h-83q-121 0 -231 45.5t-195 130.5t-131 195.5t-46 231.5zM242 614q0 -124 61.5 -230t167.5 -168t230 -62h83q35 0 65 -7v926h-148q-124 0 -230 -61.5 t-167.5 -167.5t-61.5 -230z" />
95
- <glyph unicode="r" horiz-adv-x="698" d="M119 -20v754q0 193 128 332q131 140 315 140h20v-143h-20q-123 0 -211.5 -96t-88.5 -233v-754h-143z" />
96
- <glyph unicode="s" horiz-adv-x="1099" d="M76 204l113 87l44 -57q28 -36 53 -56.5t87 -37.5t156 -17q134 0 207.5 58t73.5 158q0 42 -17 71t-57 53q-53 33 -219 75q-60 15 -93.5 24.5t-82 28.5t-83.5 40q-145 88 -145 250q0 145 103 233q108 92 313 92q98 0 186 -44t149 -124l44 -57l-114 -87l-44 56 q-86 112 -221 112q-140 0 -206 -45t-66 -136q0 -84 75 -128q56 -34 221 -76q64 -17 93.5 -25t79 -26.5t84.5 -39.5q143 -85 143 -247q0 -157 -112 -257q-114 -102 -312 -102q-164 0 -261 44q-84 38 -149 123z" />
97
- <glyph unicode="t" horiz-adv-x="714" d="M123 453v1173h144v-449q29 7 64 7h256v-143h-256q-40 0 -54 -16q-10 -10 -10 -29v-543q0 -137 88 -233.5t211 -96.5h21v-143h-21q-184 0 -315 140q-128 137 -128 333z" />
98
- <glyph unicode="u" horiz-adv-x="1179" d="M117 452v754h143v-754q0 -137 88 -233t211 -96t211 96t88 233v754h143v-754q0 -194 -127 -332q-62 -67 -144 -103.5t-171 -36.5t-171 36.5t-144 103.5q-127 138 -127 332z" />
99
- <glyph unicode="v" horiz-adv-x="1224" d="M61 1206h152l367 -983l366 983h153l-457 -1226h-124z" />
100
- <glyph unicode="w" horiz-adv-x="1884" d="M61 1206h152l361 -966l256 826h128l256 -826l359 966h154l-457 -1226h-126l-250 808l-251 -808h-125z" />
101
- <glyph unicode="x" horiz-adv-x="1236" d="M58 -20l444 613l-444 613h173l357 -494l357 494h173l-444 -613l445 -613h-174l-357 494l-357 -494h-173z" />
102
- <glyph unicode="y" horiz-adv-x="1232" d="M61 1206h149l364 -976q5 -16 9 -29l375 1005h150l-502 -1341q-47 -132 -151 -211q-110 -84 -247 -84h-70v139h70q88 0 161.5 55.5t105.5 148.5l6 17q6 18 6 45q0 42 -14 104q-6 25 -13.5 51t-11.5 39l-5 13z" />
103
- <glyph unicode="z" horiz-adv-x="1206" d="M82 -21v112l770 971h-730v144h940v-111l-771 -972h731v-144h-940z" />
104
- <glyph unicode="{" horiz-adv-x="878" d="M78 597v158h107q53 3 84.5 17.5t55.5 57t34.5 119t13.5 203.5q1 80 3 118t10.5 96.5t25.5 99.5q66 163 269 160l79 -1v-159l-82 1q-59 1 -82 -14t-36 -47q-24 -59 -28 -257q-3 -152 -19.5 -246.5t-52.5 -156.5q-21 -38 -55 -70q34 -33 55 -70q36 -62 52.5 -156.5 t19.5 -246.5q4 -198 28 -257q9 -21 17.5 -32.5t34 -21t66.5 -8.5l82 1v-158l-79 -2h-9q-195 0 -260 161q-17 41 -25.5 99.5t-10.5 96.5t-3 118q-3 127 -13.5 203t-34.5 118.5t-55 57t-85 17.5z" />
105
- <glyph unicode="|" horiz-adv-x="430" d="M133 -299v1925h143v-1925h-143z" />
106
- <glyph unicode="}" horiz-adv-x="880" d="M80 -115l82 -1q59 -1 82 14.5t36 47.5q24 59 28 257q3 152 19.5 246.5t52.5 156.5q21 38 55 70q-34 33 -55 70q-36 62 -52.5 156.5t-19.5 246.5q-4 198 -28 257q-9 21 -18 32.5t-34 20.5t-66 8l-82 -1v159l79 1q202 3 268 -160q17 -41 26 -98.5t11 -98.5t3 -117 q3 -168 23.5 -252.5t56.5 -112.5t108 -32h86h21v-158l-108 -1q-71 -4 -107 -32t-56.5 -112.5t-23.5 -251.5q-1 -76 -3 -117t-11 -98.5t-26 -98.5q-65 -161 -260 -161h-8l-79 2v158z" />
107
- <glyph unicode="~" horiz-adv-x="1206" d="M92 604l30 65q83 177 198 204q76 18 160 -28q41 -22 121 -85q62 -49 103.5 -73t70.5 -17q62 14 131 162l30 65l130 -61l-30 -65q-50 -105 -103 -163q-57 -62 -125 -78q-20 -5 -47 -5q-45 0 -95.5 22.5t-75.5 41t-78 59.5q-119 96 -159 86q-46 -11 -101 -126l-31 -65z" />
108
- <glyph unicode="&#xa1;" horiz-adv-x="440" d="M96 1505q0 51 32.5 86t82.5 35q52 0 84.5 -35t32.5 -86q0 -52 -32.5 -87t-82.5 -35q-51 0 -84 35t-33 87zM140 -20v1005h144v-1005h-144z" />
109
- <glyph unicode="&#xa2;" horiz-adv-x="1093" d="M68 594q0 251 146 428q71 86 164 134q66 34 140 45v112h143v-113q180 -30 279 -162l43 -57l-115 -86l-43 58q-39 51 -102.5 80.5t-138.5 29.5q-100 0 -185.5 -62t-136.5 -170.5t-51 -236.5q0 -197 110 -334t263 -137q75 0 139.5 29.5t102.5 80.5l42 57l115 -85l-43 -58 q-99 -132 -279 -161v-113h-143v111q-69 10 -140 46q-93 48 -164 134q-146 178 -146 430z" />
110
- <glyph unicode="&#xa3;" horiz-adv-x="1300" d="M80 -20v142h20q39 0 63 16t47 70q57 136 66 471h-161v143l162 1q1 222 33 380t96 252q62 90 160 129q74 30 182 30q124 0 228 -98q94 -90 155 -237l8 -19l-133 -55l-8 19q-49 118 -116 182.5t-134 64.5q-85 0 -135.5 -22.5t-87.5 -75.5q-102 -148 -105 -550l455 1l1 -144 h-457q-9 -369 -77 -528q-4 -10 -13 -28l829 1v-145h-1078z" />
111
- <glyph unicode="&#xa4;" horiz-adv-x="1267" d="M86 1155l101 101l144 -144q121 107 275 107q153 0 275 -106l143 143l102 -101l-153 -153q69 -116 69 -256q0 -139 -67 -254l151 -151l-102 -101l-140 141q-120 -108 -278 -108q-156 0 -277 108l-141 -141l-101 101l151 151q-68 116 -68 254t69 255zM314 746 q0 -137 86 -233.5t206 -96.5t206.5 96.5t86.5 233.5t-86.5 233t-206.5 96t-206 -96t-86 -233z" />
112
- <glyph unicode="&#xa5;" horiz-adv-x="1501" d="M61 1551l15 11l2 1l97 72l541 -728l540 728l114 -84l-554 -747q-6 -14 -11 -34h324v-141h-342v-83h342v-142h-342v-425h-142v425h-346v142h346v83h-346v141h328q-4 16 -11 34z" />
113
- <glyph unicode="&#xa7;" horiz-adv-x="1077" d="M70 200l117 82l41 -59q18 -25 32.5 -39.5t41 -30t68.5 -22.5t101 -7q111 0 170.5 52t59.5 146q0 52 -25.5 82.5t-81.5 55.5q-37 7 -178 55t-185 77q-125 84 -125 237q0 138 88 220q41 37 92 58q-80 79 -80 200q0 138 88 220q96 89 277 89q88 0 166 -42.5t131 -119.5 l41 -59l-118 -82l-41 59q-70 100 -179 100q-126 0 -179 -50q-43 -40 -43 -115q0 -33 10.5 -57.5t28 -42t51.5 -33.5t67 -27t90 -27q154 -42 223 -87q125 -82 125 -233q0 -148 -97 -242q-34 -33 -70 -52q67 -76 67 -184q0 -148 -97 -242q-102 -99 -276 -99 q-142 0 -223.5 40.5t-136.5 119.5zM249 829q0 -33 10.5 -57.5t28 -42t51.5 -33.5t67 -27t90 -27q81 -22 122 -37q89 11 136 61.5t47 133.5q0 32 -10.5 56t-27 41t-50.5 32.5t-66.5 26t-89.5 26.5q-13 4 -44 13h-42q-125 0 -179 -51q-43 -40 -43 -115z" />
114
- <glyph unicode="&#xab;" horiz-adv-x="903" d="M71 593l410 406v-203l-206 -202l205 -202l1 -204zM390 592l410 407l1 -202l-206 -203l207 -204l-2 -201z" />
115
- <glyph unicode="&#xad;" horiz-adv-x="872" d="M115 535v143h604v-143h-604z" />
116
- <glyph unicode="&#xb5;" horiz-adv-x="1181" d="M133 -20v1646h143v-1072q22 5 54 5h246q123 0 210.5 96t87.5 233v738h144v-738q0 -193 -128 -332q-62 -67 -144 -103.5t-171 -36.5h-251q-21 0 -32 -11q-16 -16 -16 -54v-371h-143z" />
117
- <glyph unicode="&#xb6;" horiz-adv-x="1384" d="M82 1199q0 175 125 300t300 125l682 2v-1646h-144v753q-2 18 -10 26q-7 9 -25 12v-791h-143v794h-361q-175 0 -299.5 124.5t-124.5 300.5zM225 1199q0 -116 83 -198.5t199 -82.5h360v564l-360 -2q-116 0 -199 -82.5t-83 -198.5zM1010 916q12 -1 35 -6v572h-35v-566z" />
118
- <glyph unicode="&#xbb;" horiz-adv-x="911" d="M111 390l206 204l-206 203l1 202l410 -407l-410 -403zM431 188l1 204l205 202l-205 202v203l409 -406z" />
119
- <glyph unicode="&#xbf;" horiz-adv-x="1105" d="M90 385q0 207 97 325q27 32 64 60.5t61 41.5t65 34q78 39 102.5 63.5t24.5 77.5v71h140v-71q0 -40 -8 -73.5t-25.5 -59.5t-34 -45t-44.5 -37t-44.5 -27.5t-47.5 -24.5t-42 -21t-37 -21.5t-37 -26.5t-30 -31t-27 -41t-18.5 -50t-14 -65t-3.5 -79q0 -133 82.5 -199 t255.5 -66q79 0 150.5 40.5t122.5 114.5l40 58l116 -80l-40 -58q-71 -102 -172.5 -158.5t-216.5 -56.5q-242 0 -366 117q-113 105 -113 288zM448 1508q0 50 31.5 84t82.5 34q49 0 80.5 -34t31.5 -84q0 -51 -32.5 -85t-81.5 -34t-80.5 34t-31.5 85z" />
120
- <glyph unicode="&#xc0;" horiz-adv-x="1470" d="M61 -20l575 1646h125l574 -1646h-151l-213 611q-57 -20 -134 -20h-303q-72 0 -116 -41q-25 -24 -25 -33l-181 -517h-151zM462 1860l88 114l369 -283l-87 -114zM466 707q34 6 68 6h303q56 0 87 12l-226 648z" />
121
- <glyph unicode="&#xc1;" horiz-adv-x="1470" d="M61 -20l575 1646h125l574 -1646h-151l-213 611q-57 -20 -134 -20h-303q-72 0 -116 -41q-25 -24 -25 -33l-181 -517h-151zM413 1691l370 283l87 -114l-370 -283zM466 707q34 6 68 6h303q56 0 87 12l-226 648z" />
122
- <glyph unicode="&#xc2;" horiz-adv-x="1470" d="M61 -20l575 1646h125l574 -1646h-151l-213 611q-57 -20 -134 -20h-303q-72 0 -116 -41q-25 -24 -25 -33l-181 -517h-151zM284 1694l430 300l396 -303l-88 -114l-312 239l-345 -240l-10 15l-1 2zM466 707q34 6 68 6h303q56 0 87 12l-226 648z" />
123
- <glyph unicode="&#xc3;" horiz-adv-x="1470" d="M61 -20l575 1646h125l574 -1646h-151l-213 611q-57 -20 -134 -20h-303q-72 0 -116 -41q-25 -24 -25 -33l-181 -517h-151zM400 1708l30 65q50 107 127 126q34 8 70.5 -3.5t55 -24t50.5 -38.5q49 -39 63 -41q20 13 45 66l31 65l130 -61l-31 -65q-59 -126 -142 -145 q-11 -3 -33 -3q-30 0 -61.5 13.5t-47 24.5t-43.5 33q-44 34 -54 38q-15 -15 -30 -47l-30 -64zM466 707q34 6 68 6h303q56 0 87 12l-226 648z" />
124
- <glyph unicode="&#xc4;" horiz-adv-x="1472" d="M61 -20l575 1646h125l574 -1646h-151l-213 611q-57 -20 -134 -20h-303q-72 0 -116 -41q-25 -24 -25 -33l-181 -517h-151zM442 1710v28q0 30 21 51t51 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21t-51 21t-21 51zM466 707q34 6 68 6h303q56 0 87 12l-226 648zM811 1710 v28q0 30 21 51t51 21t50.5 -21t20.5 -51v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51z" />
125
- <glyph unicode="&#xc5;" horiz-adv-x="1470" d="M61 -20l560 1603v11q-52 22 -84.5 70.5t-32.5 107.5q0 80 56 136t136 56t136.5 -56.5t56.5 -135.5q0 -59 -32.5 -107t-84.5 -71l563 -1614h-151l-213 611q-57 -20 -134 -20h-303q-72 0 -116 -41q-25 -24 -25 -33l-181 -517h-151zM466 707q34 6 68 6h303q56 0 87 12 l-226 648zM647 1772q0 -20 14.5 -35t34.5 -15t35 15t15 35t-15 34.5t-35 14.5t-34.5 -14.5t-14.5 -34.5z" />
126
- <glyph unicode="&#xc6;" horiz-adv-x="1851" d="M61 -19l575 1645h1014l1 -143l-854 -1v-571q29 7 64 7h790v-143h-790q-41 0 -54 -15q-10 -10 -10 -30v-607l853 1l1 -143l-997 -1v589q-41 -9 -97 -9h-25q-31 0 -56.5 -7.5t-40.5 -17t-26 -22t-14.5 -18.5t-5.5 -10l-176 -504h-152zM463 697q34 6 69 6h25q61 0 97 18v522 z" />
127
- <glyph unicode="&#xc7;" horiz-adv-x="1499" d="M102 803q0 163 49.5 312t142.5 265q89 113 214 179q127 68 268 68q164 0 309 -91q138 -87 230 -237l38 -62l-123 -76l-38 62q-76 124 -185 191.5t-231 67.5q-142 0 -263.5 -90t-193.5 -246.5t-72 -342.5t72 -343t193.5 -247t263.5 -90q122 0 231 67.5t185 191.5l38 62 l123 -75l-10 -16l-1 -2l-27 -44q-92 -150 -230 -237q-115 -72 -243 -87v-14q39 -19 66 -53q49 -61 49 -147t-49 -147q-55 -69 -139 -69q-46 0 -86.5 24t-66.5 66l-37 62l123 75l37 -61q14 -22 30 -22q15 0 29.5 20.5t14.5 51.5t-14.5 51.5t-29.5 20.5h-72l1 124v19 q-97 13 -190 62q-123 65 -214 180q-93 116 -142.5 265t-49.5 312z" />
128
- <glyph unicode="&#xc8;" horiz-adv-x="1300" d="M129 -22v1647h620l-350 268l12 15l75 99l370 -283l-75 -99l345 1v-144h-854v-572q29 7 65 7h789v-143h-789q-40 0 -54 -16q-11 -11 -11 -29v-607l854 1v-143z" />
129
- <glyph unicode="&#xc9;" horiz-adv-x="1300" d="M129 -22v1647h345l-75 99l370 283l87 -114l-349 -268l619 1v-144h-854v-572q29 7 65 7h789v-143h-789q-40 0 -54 -16q-11 -11 -11 -29v-607l854 1v-143z" />
130
- <glyph unicode="&#xca;" horiz-adv-x="1300" d="M129 -22v1647h157l-71 103l15 10l2 1l414 289l395 -303l-76 -99h161v-144h-854v-572q29 7 65 7h789v-143h-789q-40 0 -54 -16q-11 -11 -11 -29v-607l854 1v-143zM319 1625h616l-293 225z" />
131
- <glyph unicode="&#xcb;" horiz-adv-x="1300" d="M129 -22v1647l997 1v-144h-854v-572q29 7 65 7h789v-143h-789q-40 0 -54 -16q-11 -11 -11 -29v-607l854 1v-143zM377 1710v28q0 30 21 51t51 21t50.5 -21t20.5 -51v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51zM745 1710v28q0 30 21 51t51 21t51 -21t21 -51v-28 q0 -30 -21 -51t-51 -21t-51 21t-21 51z" />
132
- <glyph unicode="&#xcc;" horiz-adv-x="587" d="M0 0l407 1622l-354 271l87 114l370 -283l-87 -114l64 282q8 42 -10 -21q-67 -235 -477 -1871zM159 -20v1646h143v-1646h-143z" />
133
- <glyph unicode="&#xcd;" horiz-adv-x="581" d="M0 0l124 1626l-75 98l370 283l87 -114l-370 -283l17 297q0 13 -3 -11q-18 -160 -150 -1896zM206 -20v1646h143v-1646h-143z" />
134
- <glyph unicode="&#xce;" horiz-adv-x="970" d="M49 1728l431 300l395 -303l-87 -114l-312 239l-345 -240zM391 -20v1646h143v-1646h-143z" />
135
- <glyph unicode="&#xcf;" horiz-adv-x="659" d="M57 1710v28q0 30 21 51t51 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21t-51 21t-21 51zM241 -20v1646h143v-1646h-143zM426 1710v28q0 30 21 51t51 21t50.5 -21t20.5 -51v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51z" />
136
- <glyph unicode="&#xd1;" horiz-adv-x="1363" d="M129 -20v1646h125l772 -1339v1339h140v-1646h-124l-773 1339v-1339h-140zM347 1677l30 65q50 107 127 126q34 8 70.5 -3.5t55 -24t50.5 -38.5q49 -39 63 -41q20 13 45 66l31 65l130 -60l-31 -65q-59 -126 -142 -145q-15 -4 -33 -4q-29 0 -61 14t-46.5 24.5t-44.5 33.5 q-42 33 -54 37q-16 -16 -30 -46l-30 -65z" />
137
- <glyph unicode="&#xd2;" d="M102 803q0 163 49.5 311.5t142.5 264.5q90 114 213 180q125 67 267 67t267 -67q123 -66 213 -180q93 -116 142.5 -264.5t49.5 -311.5t-49.5 -311.5t-142.5 -264.5q-90 -114 -213 -180q-127 -68 -267 -68t-267 68q-123 66 -213 180q-93 116 -142.5 264.5t-49.5 311.5z M246 803q0 -139 42.5 -265.5t113.5 -217t168.5 -144t203.5 -53.5t203.5 53.5t168.5 144t113.5 217t42.5 265.5t-42.5 265.5t-113.5 216.5t-168.5 143.5t-203.5 53.5t-203.5 -53.5t-168.5 -143.5t-113.5 -216.5t-42.5 -265.5zM545 1893l88 114l369 -283l-87 -114z" />
138
- <glyph unicode="&#xd3;" d="M102 803q0 163 49.5 311.5t142.5 264.5q90 114 213 180q125 67 267 67t267 -67q123 -66 213 -180q93 -116 142.5 -264.5t49.5 -311.5t-49.5 -311.5t-142.5 -264.5q-90 -114 -213 -180q-127 -68 -267 -68t-267 68q-123 66 -213 180q-93 116 -142.5 264.5t-49.5 311.5z M246 803q0 -139 42.5 -265.5t113.5 -217t168.5 -144t203.5 -53.5t203.5 53.5t168.5 144t113.5 217t42.5 265.5t-42.5 265.5t-113.5 216.5t-168.5 143.5t-203.5 53.5t-203.5 -53.5t-168.5 -143.5t-113.5 -216.5t-42.5 -265.5zM545 1724l370 283l87 -114l-369 -283z" />
139
- <glyph unicode="&#xd4;" d="M102 803q0 163 49.5 311.5t142.5 264.5q90 114 213 180q125 67 267 67t267 -67q123 -66 213 -180q93 -116 142.5 -264.5t49.5 -311.5t-49.5 -311.5t-142.5 -264.5q-90 -114 -213 -180q-127 -68 -267 -68t-267 68q-123 66 -213 180q-93 116 -142.5 264.5t-49.5 311.5z M246 803q0 -139 42.5 -265.5t113.5 -217t168.5 -144t203.5 -53.5t203.5 53.5t168.5 144t113.5 217t42.5 265.5t-42.5 265.5t-113.5 216.5t-168.5 143.5t-203.5 53.5t-203.5 -53.5t-168.5 -143.5t-113.5 -216.5t-42.5 -265.5zM361 1728l15 10l2 1l414 289l395 -303l-87 -114 l-312 239l-345 -240z" />
140
- <glyph unicode="&#xd5;" d="M102 803q0 163 49.5 311.5t142.5 264.5q90 114 213 180q125 67 267 67q28 0 56 -3q-39 10 -113 67q-42 33 -54 37q-16 -16 -30 -46l-30 -65l-130 61l31 65q50 108 126 126q34 8 70.5 -3.5t55.5 -24.5t51 -38q49 -39 62 -41q21 14 46 66l30 65l130 -60l-31 -65 q-59 -126 -142 -145q-15 -4 -33 -4q89 -15 172 -59q123 -66 213 -180q93 -116 142.5 -264.5t49.5 -311.5t-49.5 -311.5t-142.5 -264.5q-90 -114 -213 -180q-127 -68 -267 -68t-267 68q-123 66 -213 180q-93 116 -142.5 264.5t-49.5 311.5zM246 803q0 -139 42.5 -265.5 t113.5 -217t168.5 -144t203.5 -53.5t203.5 53.5t168.5 144t113.5 217t42.5 265.5t-42.5 265.5t-113.5 216.5t-168.5 143.5t-203.5 53.5t-203.5 -53.5t-168.5 -143.5t-113.5 -216.5t-42.5 -265.5z" />
141
- <glyph unicode="&#xd6;" d="M102 803q0 163 49.5 311.5t142.5 264.5q90 114 213 180q125 67 267 67t267 -67q123 -66 213 -180q93 -116 142.5 -264.5t49.5 -311.5t-49.5 -311.5t-142.5 -264.5q-90 -114 -213 -180q-127 -68 -267 -68t-267 68q-123 66 -213 180q-93 116 -142.5 264.5t-49.5 311.5z M246 803q0 -139 42.5 -265.5t113.5 -217t168.5 -144t203.5 -53.5t203.5 53.5t168.5 144t113.5 217t42.5 265.5t-42.5 265.5t-113.5 216.5t-168.5 143.5t-203.5 53.5t-203.5 -53.5t-168.5 -143.5t-113.5 -216.5t-42.5 -265.5zM518 1710v28q0 30 21 51t51 21t50.5 -21 t20.5 -51v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51zM887 1710v28q0 30 20.5 51t50.5 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21t-50.5 21t-20.5 51z" />
142
- <glyph unicode="&#xd7;" horiz-adv-x="350" />
143
- <glyph unicode="&#xd8;" horiz-adv-x="1642" d="M76 -20l205 274q-171 234 -171 549q0 163 49.5 311.5t142.5 264.5q90 114 213 180q127 68 267 68t267 -68q68 -35 133 -94l120 161h179l-201 -270q84 -114 129 -256.5t45 -296.5q0 -163 -49.5 -311.5t-142.5 -264.5q-90 -114 -213 -180q-125 -67 -267 -67t-267 67 q-75 40 -137 97l-123 -164h-179zM254 803q0 -240 118 -427l724 973q-140 134 -314 134q-106 0 -203.5 -53.5t-168.5 -144t-113.5 -217t-42.5 -265.5zM465 260q142 -137 317 -137q106 0 203.5 53.5t168.5 144t113.5 217t42.5 265.5q0 242 -120 431z" />
144
- <glyph unicode="&#xd9;" horiz-adv-x="1366" d="M123 507v1119h143v-1119q0 -158 112.5 -270.5t270.5 -112.5t270.5 112.5t112.5 270.5v1119h144v-1119q0 -105 -40.5 -201.5t-114.5 -170.5q-154 -154 -372 -154q-105 0 -201.5 40t-170.5 114t-114 170.5t-40 201.5zM421 1893l87 114l370 -283l-87 -114z" />
145
- <glyph unicode="&#xda;" horiz-adv-x="1366" d="M123 507v1119h143v-1119q0 -158 112.5 -270.5t270.5 -112.5t270.5 112.5t112.5 270.5v1119h144v-1119q0 -105 -40 -201t-115 -171q-74 -74 -170.5 -114t-201.5 -40t-201.5 40t-170.5 114t-114 170.5t-40 201.5zM421 1724l370 283l87 -114l-370 -283z" />
146
- <glyph unicode="&#xdb;" horiz-adv-x="1366" d="M123 507v1119h143v-1119q0 -158 112.5 -270.5t270.5 -112.5t270.5 112.5t112.5 270.5v1119h144v-1119q0 -105 -40 -201t-115 -171q-154 -154 -372 -154q-105 0 -201.5 40t-170.5 114t-114 170.5t-40 201.5zM236 1728l431 300l395 -303l-87 -114l-312 239l-345 -240z" />
147
- <glyph unicode="&#xdc;" horiz-adv-x="1366" d="M123 507v1119h143v-1119q0 -158 112.5 -270.5t270.5 -112.5t270.5 112.5t112.5 270.5v1119h144v-1119q0 -105 -40.5 -201.5t-114.5 -170.5q-154 -154 -372 -154q-105 0 -201.5 40t-170.5 114t-114 170.5t-40 201.5zM393 1710v28q0 30 21 51t51 21t51 -21t21 -51v-28 q0 -30 -21 -51t-51 -21t-51 21t-21 51zM762 1710v28q0 30 21 51t51 21t50.5 -21t20.5 -51v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51z" />
148
- <glyph unicode="&#xdf;" horiz-adv-x="1277" d="M125 1199q0 180 111 299q118 126 314 126q194 0 310 -127q107 -118 107 -298q0 -162 -103 -249q-60 -50 -181 -84q-19 -5 -33 -10q19 -3 47 -6q54 -7 86 -12.5t84.5 -22.5t91.5 -42q155 -98 155 -325q0 -97 -40 -184q-37 -82 -105 -148q-67 -65 -151 -100.5t-172 -35.5 q-64 0 -120 11.5t-89.5 26t-60.5 34t-36.5 30t-15.5 19.5l-12 17l118 80l11 -14q16 -16 39 -28q66 -33 166 -33q127 0 226 99t99 226q0 63 -15.5 108t-32.5 63t-41 33q-57 37 -203 55q-85 11 -119 24q-50 18 -69.5 50.5t-19.5 64.5q0 77 70 119q35 20 102 39q30 9 42.5 12.5 t37 13t35 18t26.5 23t22.5 31.5t12 42t5.5 55q0 55 -14.5 103t-45.5 89t-86 65t-128 24q-130 0 -206 -75.5t-76 -205.5l2 -1220h-144z" />
149
- <glyph unicode="&#xe0;" horiz-adv-x="1144" d="M84 347q0 157 136 265q128 102 308 102h249h3q22 0 33 11q14 14 15 47v67q0 91 -82 157t-200 66q-76 0 -141 -29.5t-103 -80.5l-43 -58l-115 86l43 58q59 79 154.5 123.5t204.5 44.5q173 0 296 -103q130 -108 130 -264v-9v-51v-9v-423q0 -156 -137 -265 q-128 -102 -307 -102q-180 0 -308 102q-136 108 -136 265zM228 347q0 -89 81 -153q90 -71 219 -71q128 0 218 71q82 65 82 153v229q-22 -5 -54 -5l-246 -1q-130 0 -219 -70q-81 -64 -81 -153zM299 1521l88 113l369 -283l-87 -114z" />
150
- <glyph unicode="&#xe1;" horiz-adv-x="1144" d="M84 347q0 157 136 265q128 102 308 102h249h3q22 0 33 11q14 14 15 47v67q0 91 -82 157t-200 66q-76 0 -141 -29.5t-103 -80.5l-43 -58l-115 86l43 58q59 79 154.5 123.5t204.5 44.5q173 0 296 -103q130 -108 130 -264v-9v-51v-9v-423q0 -156 -137 -265 q-128 -102 -307 -102q-180 0 -308 102q-136 108 -136 265zM228 347q0 -89 81 -153q90 -71 219 -71q128 0 218 71q82 65 82 153v229q-22 -5 -54 -5l-246 -1q-130 0 -219 -70q-81 -64 -81 -153zM299 1351l370 283l87 -113l-370 -284z" />
151
- <glyph unicode="&#xe2;" horiz-adv-x="1165" d="M96 347q0 157 136 265q128 102 308 102h249h3q22 0 33 11q14 14 15 47v67q0 91 -82 157t-200 66q-76 0 -141 -29.5t-103 -80.5l-42 -58l-116 86l43 58q59 79 154.5 123.5t204.5 44.5q173 0 296 -103q130 -108 130 -264v-9v-51v-9v-423q0 -157 -136 -265 q-128 -102 -308 -102t-308 102q-136 108 -136 265zM240 347q0 -88 82 -153q90 -71 218 -71t218 71q82 65 82 153v229q-22 -5 -54 -5l-246 -1q-129 0 -218 -70q-82 -65 -82 -153zM266 1430l314 218l10 -7l2 -1l303 -210l-82 -117l-233 156l-233 -156z" />
152
- <glyph unicode="&#xe3;" horiz-adv-x="1144" d="M84 347q0 157 136 265q128 102 308 102h249h3q22 0 33 11q14 14 15 47v67q0 91 -82 157t-200 66q-76 0 -141 -29.5t-103 -80.5l-43 -58l-115 86l43 58q59 79 154.5 123.5t204.5 44.5q173 0 296 -103q130 -108 130 -264v-9v-51v-9v-423q0 -156 -137 -265 q-128 -102 -307 -102q-180 0 -308 102q-136 108 -136 265zM228 347q0 -89 81 -153q90 -71 219 -71q128 0 218 71q82 65 82 153v229q-22 -5 -54 -5l-246 -1q-130 0 -219 -70q-81 -64 -81 -153zM240 1423l30 65q50 107 127 126q34 8 70.5 -3.5t55 -24t50.5 -38.5 q49 -39 63 -41q20 13 45 66l31 65l129 -61l-30 -65q-59 -125 -143 -145q-11 -3 -32 -3q-30 0 -61.5 13.5t-47 24.5t-43.5 33q-44 34 -54 38q-17 -17 -30 -45l-30 -66z" />
153
- <glyph unicode="&#xe4;" horiz-adv-x="1144" d="M84 347q0 157 136 265q128 102 308 102h249h3q22 0 33 11q14 14 15 47v67q0 91 -82 157t-200 66q-76 0 -141 -29.5t-103 -80.5l-43 -58l-115 86l43 58q59 79 154.5 123.5t204.5 44.5q173 0 296 -103q130 -108 130 -264v-9v-51v-9v-423q0 -156 -137 -265 q-128 -102 -307 -102q-180 0 -308 102q-136 108 -136 265zM228 347q0 -89 81 -153q90 -71 219 -71q128 0 218 71q82 65 82 153v229q-22 -5 -54 -5l-246 -1q-130 0 -219 -70q-81 -64 -81 -153zM297 1431v28q0 30 20.5 51t50.5 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21 t-50.5 21t-20.5 51zM665 1431v28q0 30 21 51t51 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21t-51 21t-21 51z" />
154
- <glyph unicode="&#xe5;" horiz-adv-x="1144" d="M84 347q0 157 136 265q128 102 308 102h249h3q22 0 33 11q14 14 15 47v67q0 91 -82 157t-200 66q-76 0 -141 -29.5t-103 -80.5l-43 -58l-115 86l43 58q59 79 154.5 123.5t204.5 44.5q173 0 296 -103q130 -108 130 -264v-9v-51v-9v-423q0 -156 -137 -265 q-128 -102 -307 -102q-180 0 -308 102q-136 108 -136 265zM228 347q0 -89 81 -153q90 -71 219 -71q128 0 218 71q82 65 82 153v229q-22 -5 -54 -5l-246 -1q-130 0 -219 -70q-81 -64 -81 -153zM362 1427q0 79 57 136t136 57t135.5 -56.5t56.5 -136.5q0 -79 -56.5 -135.5 t-135.5 -56.5q-80 0 -136.5 56.5t-56.5 135.5zM505 1427q0 -20 15 -34.5t35 -14.5t34.5 14.5t14.5 34.5t-14.5 34.5t-34.5 14.5t-35 -14.5t-15 -34.5z" />
155
- <glyph unicode="&#xe6;" horiz-adv-x="1929" d="M86 347q0 157 136 265q128 102 308 102q192 0 234 3q41 3 51 8q14 14 15 47v67q0 91 -82 157t-200 66q-76 0 -141 -29.5t-103 -80.5l-43 -58l-115 86l43 58q59 79 154.5 123.5t204.5 44.5q173 0 296 -103q63 -52 97 -121q14 21 30 40q71 86 164 134q98 50 205 50 q175 0 284 -89q107 -88 107 -219q0 -66 -31 -126.5t-87 -104.5q-122 -95 -322 -95h-284q-11 0 -19 -7q-9 -9 -13 -23t-3 -23l1 -9v-1q24 -166 128 -275.5t239 -109.5q179 0 262 111l43 57l115 -86l-43 -57q-127 -168 -377 -168q-106 0 -202 48t-169 137q-20 26 -29 39 q-36 -70 -102 -123q-128 -102 -308 -102t-308 102q-136 108 -136 265zM230 347q0 -88 82 -153q90 -71 218 -71t218 71q82 65 82 153q-4 164 -5 228q-18 -4 -49 -4l-246 -1q-129 0 -218 -70q-82 -65 -82 -153zM980 713q13 2 34 2h277q151 0 233 65q64 50 64 118 q0 64 -62.5 114.5t-185.5 50.5q-127 0 -227 -98.5t-133 -251.5z" />
156
- <glyph unicode="&#xe7;" horiz-adv-x="1146" d="M98 592q0 251 147 430q71 86 164 134q98 50 206 50q109 0 203 -44.5t153 -123.5l43 -57l-115 -86l-43 58q-38 51 -102.5 80.5t-139.5 29.5q-153 0 -262.5 -137t-109.5 -334q0 -128 50.5 -236.5t136 -170.5t185.5 -62q75 0 139.5 30t103.5 81l42 56l115 -85l-43 -58 q-50 -68 -129 -110.5t-170 -53.5v-13q39 -19 65 -52q50 -63 50 -146t-50 -146q-56 -69 -137 -69q-45 0 -85 24t-66 66l-38 61l122 75l38 -61q14 -22 29 -22q14 0 28.5 20.5t14.5 51.5t-14.5 51t-28.5 20h-71v145q-63 13 -120 42q-93 48 -164 134q-147 178 -147 428z" />
157
- <glyph unicode="&#xe8;" horiz-adv-x="1165" d="M96 594q0 250 147 428q71 86 164 134q98 50 205 50q176 0 285 -89q107 -88 107 -219q0 -66 -31.5 -126.5t-87.5 -104.5q-122 -95 -321 -95h-285q-12 0 -18 -6q-4 -5 -7.5 -10.5t-5.5 -10.5t-3 -9.5t-1 -9v-7.5v-5l1 -3v-1h1q24 -167 128 -276.5t239 -109.5q178 0 261 111 l43 57l115 -86l-43 -57q-127 -168 -376 -168q-106 0 -202 48t-169 137q-100 123 -132 286l-7 44q-7 58 -7 98zM252 713q13 2 34 2h278q150 0 232 65q64 50 64 118q0 64 -62.5 114.5t-185.5 50.5q-127 0 -227 -98.5t-133 -251.5zM332 1521l87 113l370 -283l-88 -114z" />
158
- <glyph unicode="&#xe9;" horiz-adv-x="1165" d="M96 594q0 250 147 428q71 86 164 134q98 50 205 50q176 0 285 -89q107 -88 107 -219q0 -66 -31.5 -126.5t-87.5 -104.5q-122 -95 -321 -95h-285q-12 0 -18 -6q-4 -5 -7.5 -10.5t-5.5 -10.5t-3 -9.5t-1 -9v-7.5v-5l1 -3v-1h1q24 -167 128 -276.5t239 -109.5q178 0 261 111 l43 57l115 -86l-43 -57q-127 -168 -376 -168q-106 0 -202 48t-169 137q-100 123 -132 286l-7 44q-7 58 -7 98zM252 713q13 2 34 2h278q150 0 232 65q64 50 64 118q0 64 -62.5 114.5t-185.5 50.5q-127 0 -227 -98.5t-133 -251.5zM332 1351l369 283l88 -113l-370 -284z" />
159
- <glyph unicode="&#xea;" horiz-adv-x="1167" d="M109 594q0 251 146 428q71 86 164 134q98 50 205 50q176 0 285 -89q107 -88 107 -219q0 -66 -31.5 -126.5t-87.5 -104.5q-122 -95 -321 -95h-285q-12 0 -18 -6q-4 -5 -7.5 -10.5t-5 -10.5t-2.5 -9.5t-1 -9v-7.5t1 -5v-3v-1q24 -167 128 -276.5t239 -109.5q179 0 262 111 l42 57l115 -86l-43 -57q-127 -168 -376 -168q-106 0 -202 48t-169 137q-100 123 -132 286l-7 44q-6 50 -6 98zM264 713q13 2 34 2h278q151 0 233 65q64 50 64 118q0 64 -62.5 114.5t-185.5 50.5q-127 0 -227.5 -98.5t-133.5 -251.5zM307 1432l314 218l10 -8l2 -1l303 -209 l-82 -118l-233 157l-232 -157z" />
160
- <glyph unicode="&#xeb;" horiz-adv-x="1167" d="M98 594q0 250 147 428q71 86 164 134q98 50 205 50q176 0 285 -89q107 -88 107 -219q0 -66 -31.5 -126.5t-87.5 -104.5q-122 -95 -321 -95h-285q-12 0 -18 -6q-4 -5 -7.5 -10.5t-5.5 -10.5t-3 -9.5t-1 -9v-7.5v-5l1 -3l1 -1q24 -167 128 -276.5t239 -109.5q178 0 261 111 l43 57l115 -86l-43 -57q-127 -168 -376 -168q-106 0 -202 48t-169 137q-100 123 -132 286l-7 44q-7 58 -7 98zM254 713q13 2 34 2h278q150 0 232 65q64 50 64 118q0 64 -62.5 114.5t-185.5 50.5q-127 0 -227 -98.5t-133 -251.5zM360 1431v28q0 30 21 51t51 21t51 -21t21 -51 v-28q0 -30 -21 -51t-51 -21t-51 21t-21 51zM729 1431v28q0 30 21 51t51 21t50.5 -21t20.5 -51v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51z" />
161
- <glyph unicode="&#xec;" horiz-adv-x="604" d="M59 1521l88 113l369 -283l-87 -114zM200 -20v1226h143v-1226h-143z" />
162
- <glyph unicode="&#xed;" horiz-adv-x="598" d="M53 1351l370 283l87 -113l-370 -284zM233 -20v1226h143v-1226h-143z" />
163
- <glyph unicode="&#xee;" horiz-adv-x="782" d="M57 1430l314 218l11 -7l2 -1l302 -210l-81 -117l-233 156l-233 -156zM300 -20v1226h144v-1226h-144z" />
164
- <glyph unicode="&#xef;" horiz-adv-x="681" d="M66 1431v28q0 30 20.5 51t50.5 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21t-50.5 21t-20.5 51zM251 -20v1226h144v-1226h-144zM434 1431v28q0 30 21 51t51 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21t-51 21t-21 51z" />
165
- <glyph unicode="&#xf0;" horiz-adv-x="350" />
166
- <glyph unicode="&#xf1;" horiz-adv-x="1187" d="M119 -20v754q0 194 127 332q62 67 144 103.5t171 36.5q186 0 314 -139q129 -138 129 -333v-754h-144v754q0 137 -88 233t-211 96t-211 -96t-88 -233v-754h-143zM269 1423l30 65q50 107 127 126q34 8 70.5 -3.5t55 -24t50.5 -38.5q49 -39 63 -41q20 13 45 66l31 65 l130 -61l-31 -65q-59 -126 -142 -145q-11 -3 -33 -3q-30 0 -61.5 13.5t-47 24.5t-43.5 33q-44 34 -54 38q-15 -15 -29 -45l-31 -66z" />
167
- <glyph unicode="&#xf2;" horiz-adv-x="1323" d="M96 586q0 119 39 228.5t112 195.5q74 86 167 132q98 49 209 49t209 -49q93 -46 168 -133q73 -86 112 -195t39 -228t-39 -228.5t-112 -195.5q-73 -85 -168 -132q-98 -49 -209 -49t-209 49q-93 46 -167 132q-73 86 -112 195.5t-39 228.5zM240 586q0 -192 112.5 -327 t270.5 -135t271 135t113 327t-113 327t-271 135t-270.5 -135t-112.5 -327zM395 1521l11 14l76 99l370 -283l-87 -114z" />
168
- <glyph unicode="&#xf3;" horiz-adv-x="1323" d="M96 586q0 119 39 228.5t112 195.5q74 86 167 132q98 49 209 49t209 -49q93 -46 168 -133q73 -86 112 -195t39 -228t-39 -228.5t-112 -195.5q-73 -85 -168 -132q-98 -49 -209 -49t-209 49q-93 46 -167 132q-73 86 -112 195.5t-39 228.5zM240 586q0 -192 112.5 -327 t270.5 -135t271 135t113 327t-113 327t-271 135t-270.5 -135t-112.5 -327zM375 1351l370 283l87 -113l-370 -284z" />
169
- <glyph unicode="&#xf4;" horiz-adv-x="1343" d="M109 586q0 119 38.5 229t111.5 195t168 132q98 49 209 49t209 -49q92 -45 167 -133q73 -86 112 -195t39 -228t-39 -228.5t-112 -195.5q-74 -86 -167 -132q-98 -49 -209 -49t-209 49q-95 47 -168 132t-111.5 195t-38.5 229zM252 586q0 -192 113 -327t271 -135t270.5 135 t112.5 327t-112.5 327t-270.5 135t-271 -135t-113 -327zM321 1432l314 218l11 -8l1 -1l303 -209l-82 -118l-232 157l-233 -157z" />
170
- <glyph unicode="&#xf5;" horiz-adv-x="1323" d="M96 586q0 119 39 228.5t112 195.5q74 86 167 132q98 49 209 49t209 -49q93 -46 168 -133q73 -86 112 -195t39 -228t-39 -228.5t-112 -195.5q-73 -85 -168 -132q-98 -49 -209 -49t-209 49q-93 46 -167 132q-73 86 -112 195.5t-39 228.5zM240 586q0 -192 112.5 -327 t270.5 -135t271 135t113 327t-113 327t-271 135t-270.5 -135t-112.5 -327zM323 1423l30 65q50 107 127 126q34 8 70.5 -3.5t55 -24t50.5 -38.5q49 -39 62 -41q21 14 46 66l30 65l130 -61l-30 -65q-59 -125 -143 -145q-11 -3 -32 -3q-30 0 -61.5 13.5t-47 24.5t-43.5 33 q-43 34 -55 38q-14 -14 -29 -46l-31 -65z" />
171
- <glyph unicode="&#xf6;" horiz-adv-x="1323" d="M96 586q0 119 39 228.5t112 195.5q74 86 167 132q98 49 209 49t209 -49q93 -46 168 -133q73 -86 112 -195t39 -228t-39 -228.5t-112 -195.5q-73 -85 -168 -132q-98 -49 -209 -49t-209 49q-93 46 -167 132q-73 86 -112 195.5t-39 228.5zM240 586q0 -192 112.5 -327 t270.5 -135t271 135t113 327t-113 327t-271 135t-270.5 -135t-112.5 -327zM367 1431v28q0 30 21 51t51 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21t-51 21t-21 51zM736 1431v28q0 30 21 51t51 21t50.5 -21t20.5 -51v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51z" />
172
- <glyph unicode="&#xf7;" horiz-adv-x="1306" d="M100 549v141h1028v-141h-1028zM493 99q0 51 32.5 85t81.5 34q50 0 81.5 -34t31.5 -85t-31.5 -85t-82.5 -34q-50 0 -81.5 34.5t-31.5 84.5zM493 1122q0 51 32.5 85t81.5 34q50 0 81.5 -34t31.5 -85t-31.5 -85t-82.5 -34q-50 0 -81.5 34.5t-31.5 84.5z" />
173
- <glyph unicode="&#xf8;" horiz-adv-x="1333" d="M88 -20l150 201q-136 174 -136 405q0 119 39 228.5t112 195.5q74 86 167 132q98 49 210 49q111 0 209 -49q31 -15 78 -49l85 113h178l-159 -214q136 -172 136 -406q0 -119 -39 -228.5t-112 -195.5q-74 -86 -167 -132q-98 -49 -209 -49q-112 0 -210 49q-41 21 -79 49 l-74 -99h-179zM246 586q0 -159 82 -285l504 677q-94 70 -202 70q-158 0 -271 -135t-113 -327zM427 194q94 -70 203 -70q158 0 270.5 135t112.5 327q0 160 -82 285z" />
174
- <glyph unicode="&#xf9;" horiz-adv-x="1179" d="M117 452v754h143v-754q0 -137 88 -233t211 -96t211 96t88 233v754h143v-754q0 -194 -127 -332q-62 -67 -144 -103.5t-171 -36.5t-171 36.5t-144 103.5q-127 138 -127 332zM331 1521l11 14l76 99l370 -283l-88 -114z" />
175
- <glyph unicode="&#xfa;" horiz-adv-x="1179" d="M0 0l347 1364l353 270l88 -113l-370 -284l-87 114l69 250q3 8 -1 -11q-29 -137 -399 -1590zM117 452v754h143v-754q0 -137 88 -233t211 -96t211 96t88 233v754h143v-754q0 -194 -127 -332q-62 -67 -144 -103.5t-171 -36.5t-171 36.5t-144 103.5q-127 138 -127 332z" />
176
- <glyph unicode="&#xfb;" horiz-adv-x="1191" d="M125 452v754h143v-754q0 -137 88 -233t211 -96t211 96t88 233v754h144v-754q0 -193 -128 -332q-62 -67 -144 -103.5t-171 -36.5q-185 0 -314 140q-128 139 -128 332zM253 1430l314 218l10 -7l2 -1l303 -210l-82 -117l-233 156l-232 -156z" />
177
- <glyph unicode="&#xfc;" horiz-adv-x="1179" d="M117 452v754h143v-754q0 -137 88 -233t211 -96t211 96t88 233v754h143v-754q0 -194 -127 -332q-62 -67 -144 -103.5t-171 -36.5t-171 36.5t-144 103.5q-127 138 -127 332zM303 1431v28q0 30 21 51t51 21t50.5 -21t20.5 -51v-28q0 -30 -20.5 -51t-50.5 -21t-51 21t-21 51z M672 1431v28q0 30 20.5 51t50.5 21t51 -21t21 -51v-28q0 -30 -21 -51t-51 -21t-50.5 21t-20.5 51z" />
178
- <glyph unicode="&#x152;" horiz-adv-x="2197" d="M102 799q0 162 49.5 310.5t141.5 264.5q93 116 213 179q125 67 266 67q109 0 210 -41v46l998 1v-144h-854v-572q29 7 64 7h790v-143h-790q-40 0 -54 -16q-10 -10 -10 -29v-607l854 1v-143l-998 -2v41q-103 -41 -210 -41q-141 0 -266 67q-118 62 -213 180 q-92 116 -141.5 264t-49.5 310zM246 799q0 -185 71.5 -341.5t192.5 -246t262 -89.5q112 0 210 56v1242q-102 57 -210 57q-141 0 -262 -90t-192.5 -246.5t-71.5 -341.5z" />
179
- <glyph unicode="&#x153;" horiz-adv-x="2127" d="M98 586q0 119 39 228.5t112 195.5q74 86 167 132q98 49 209 49q112 0 210 -49q93 -46 167 -132q39 -46 76 -114q33 69 80 126q71 86 164 134q98 50 205 50q176 0 285 -89q107 -88 107 -219q0 -66 -31.5 -126.5t-87.5 -104.5q-122 -95 -321 -95h-285q-12 0 -18 -6 q-4 -5 -7.5 -10.5t-5 -10.5t-2.5 -9.5t-1 -9v-7.5v-5l1 -3v-1q24 -167 128 -276.5t239 -109.5q179 0 262 111l42 57l115 -86l-43 -57q-127 -168 -376 -168q-106 0 -202 48t-169 137q-45 56 -75 117q-36 -70 -80 -121q-74 -86 -167 -132q-98 -49 -210 -49q-111 0 -209 49 q-93 46 -167 132q-73 86 -112 195.5t-39 228.5zM242 586q0 -192 112.5 -327t270.5 -135t271 135t113 327t-113 327t-271 135t-270.5 -135t-112.5 -327zM1167 713q13 2 34 2h278q151 0 233 65q64 50 64 118q0 64 -62.5 114.5t-185.5 50.5q-127 0 -227.5 -98.5t-133.5 -251.5z " />
180
- <glyph unicode="&#x2000;" horiz-adv-x="1014" />
181
- <glyph unicode="&#x2001;" horiz-adv-x="2028" />
182
- <glyph unicode="&#x2002;" horiz-adv-x="1014" />
183
- <glyph unicode="&#x2003;" horiz-adv-x="2028" />
184
- <glyph unicode="&#x2004;" horiz-adv-x="676" />
185
- <glyph unicode="&#x2005;" horiz-adv-x="507" />
186
- <glyph unicode="&#x2006;" horiz-adv-x="338" />
187
- <glyph unicode="&#x2007;" horiz-adv-x="338" />
188
- <glyph unicode="&#x2008;" horiz-adv-x="253" />
189
- <glyph unicode="&#x2009;" horiz-adv-x="405" />
190
- <glyph unicode="&#x200a;" horiz-adv-x="112" />
191
- <glyph unicode="&#x2010;" horiz-adv-x="872" d="M115 535v143h604v-143h-604z" />
192
- <glyph unicode="&#x2011;" horiz-adv-x="872" d="M115 535v143h604v-143h-604z" />
193
- <glyph unicode="&#x2012;" horiz-adv-x="872" d="M115 535v143h604v-143h-604z" />
194
- <glyph unicode="&#x2013;" horiz-adv-x="1292" d="M115 535v143h1024v-143h-1024z" />
195
- <glyph unicode="&#x2014;" horiz-adv-x="2316" d="M115 535v143h2048v-143h-2048z" />
196
- <glyph unicode="&#x202f;" horiz-adv-x="405" />
197
- <glyph unicode="&#x205f;" horiz-adv-x="507" />
198
- <glyph unicode="&#x20ac;" horiz-adv-x="1648" d="M90 605v145h165q-1 20 -1 54v31h-164v145h179q41 231 176 399q94 117 214 180q125 67 267 67q163 0 308 -91q134 -83 229 -236l38 -62l-123 -75l-37 61q-76 124 -185 191.5t-230 67.5q-180 0 -322 -141.5t-188 -360.5h525v-145h-543v-31q0 -20 2 -54h541v-145h-520 q51 -213 190.5 -346t314.5 -133q121 0 229.5 67t184.5 191l38 62l123 -75l-38 -62q-95 -153 -229 -236q-145 -91 -308 -91q-142 0 -267 67q-120 63 -214 180q-127 159 -172 376h-183z" />
199
- <glyph unicode="&#x25fc;" horiz-adv-x="1208" d="M0 0v1208h1208v-1208h-1208z" />
200
- <hkern u1="&#x30;" u2="&#x37;" k="31" />
201
- <hkern u1="&#x30;" u2="&#x33;" k="20" />
202
- <hkern u1="&#x30;" u2="&#x30;" k="41" />
203
- <hkern u1="&#x31;" u2="&#x39;" k="-41" />
204
- <hkern u1="&#x31;" u2="&#x38;" k="-61" />
205
- <hkern u1="&#x31;" u2="&#x36;" k="-61" />
206
- <hkern u1="&#x31;" u2="&#x35;" k="-92" />
207
- <hkern u1="&#x31;" u2="&#x33;" k="-41" />
208
- <hkern u1="&#x31;" u2="&#x32;" k="-143" />
209
- <hkern u1="&#x31;" u2="&#x31;" k="-143" />
210
- <hkern u1="&#x31;" u2="&#x30;" k="-41" />
211
- <hkern u1="&#x32;" u2="&#x39;" k="20" />
212
- <hkern u1="&#x32;" u2="&#x38;" k="20" />
213
- <hkern u1="&#x32;" u2="&#x37;" k="31" />
214
- <hkern u1="&#x32;" u2="&#x36;" k="57" />
215
- <hkern u1="&#x32;" u2="&#x35;" k="10" />
216
- <hkern u1="&#x32;" u2="&#x34;" k="102" />
217
- <hkern u1="&#x33;" u2="&#x39;" k="41" />
218
- <hkern u1="&#x33;" u2="&#x37;" k="35" />
219
- <hkern u1="&#x33;" u2="&#x36;" k="20" />
220
- <hkern u1="&#x33;" u2="&#x34;" k="61" />
221
- <hkern u1="&#x33;" u2="&#x33;" k="41" />
222
- <hkern u1="&#x33;" u2="&#x31;" k="-20" />
223
- <hkern u1="&#x33;" u2="&#x30;" k="92" />
224
- <hkern u1="&#x34;" u2="&#x37;" k="41" />
225
- <hkern u1="&#x34;" u2="&#x34;" k="61" />
226
- <hkern u1="&#x34;" u2="&#x32;" k="-10" />
227
- <hkern u1="&#x34;" u2="&#x31;" k="-102" />
228
- <hkern u1="&#x34;" u2="&#x30;" k="61" />
229
- <hkern u1="&#x35;" u2="&#x39;" k="57" />
230
- <hkern u1="&#x35;" u2="&#x37;" k="41" />
231
- <hkern u1="&#x35;" u2="&#x36;" k="39" />
232
- <hkern u1="&#x35;" u2="&#x34;" k="92" />
233
- <hkern u1="&#x35;" u2="&#x31;" k="-20" />
234
- <hkern u1="&#x35;" u2="&#x30;" k="41" />
235
- <hkern u1="&#x36;" u2="&#x39;" k="41" />
236
- <hkern u1="&#x36;" u2="&#x38;" k="41" />
237
- <hkern u1="&#x36;" u2="&#x37;" k="61" />
238
- <hkern u1="&#x36;" u2="&#x34;" k="82" />
239
- <hkern u1="&#x36;" u2="&#x31;" k="-41" />
240
- <hkern u1="&#x36;" u2="&#x30;" k="82" />
241
- <hkern u1="&#x37;" u2="&#x39;" k="41" />
242
- <hkern u1="&#x37;" u2="&#x38;" k="72" />
243
- <hkern u1="&#x37;" u2="&#x36;" k="41" />
244
- <hkern u1="&#x37;" u2="&#x34;" k="164" />
245
- <hkern u1="&#x37;" u2="&#x30;" k="123" />
246
- <hkern u1="&#x38;" u2="&#x39;" k="41" />
247
- <hkern u1="&#x38;" u2="&#x38;" k="41" />
248
- <hkern u1="&#x38;" u2="&#x37;" k="102" />
249
- <hkern u1="&#x38;" u2="&#x36;" k="20" />
250
- <hkern u1="&#x38;" u2="&#x34;" k="61" />
251
- <hkern u1="&#x38;" u2="&#x31;" k="-31" />
252
- <hkern u1="&#x38;" u2="&#x30;" k="92" />
253
- <hkern u1="&#x39;" u2="&#x39;" k="41" />
254
- <hkern u1="&#x39;" u2="&#x38;" k="41" />
255
- <hkern u1="&#x39;" u2="&#x37;" k="82" />
256
- <hkern u1="&#x39;" u2="&#x36;" k="82" />
257
- <hkern u1="&#x39;" u2="&#x34;" k="102" />
258
- <hkern u1="&#x39;" u2="&#x33;" k="57" />
259
- <hkern u1="&#x39;" u2="&#x31;" k="-20" />
260
- <hkern u1="&#x39;" u2="&#x30;" k="123" />
261
- <hkern u1="A" u2="&#xd8;" k="82" />
262
- <hkern u1="A" u2="&#xd6;" k="82" />
263
- <hkern u1="A" u2="&#xd5;" k="82" />
264
- <hkern u1="A" u2="&#xd4;" k="82" />
265
- <hkern u1="A" u2="&#xd3;" k="82" />
266
- <hkern u1="A" u2="&#xd2;" k="82" />
267
- <hkern u1="A" u2="z" k="39" />
268
- <hkern u1="A" u2="y" k="137" />
269
- <hkern u1="A" u2="x" k="57" />
270
- <hkern u1="A" u2="w" k="127" />
271
- <hkern u1="A" u2="v" k="147" />
272
- <hkern u1="A" u2="u" k="61" />
273
- <hkern u1="A" u2="t" k="57" />
274
- <hkern u1="A" u2="s" k="78" />
275
- <hkern u1="A" u2="r" k="29" />
276
- <hkern u1="A" u2="q" k="98" />
277
- <hkern u1="A" u2="p" k="47" />
278
- <hkern u1="A" u2="o" k="143" />
279
- <hkern u1="A" u2="n" k="57" />
280
- <hkern u1="A" u2="m" k="39" />
281
- <hkern u1="A" u2="k" k="29" />
282
- <hkern u1="A" u2="j" k="176" />
283
- <hkern u1="A" u2="i" k="57" />
284
- <hkern u1="A" u2="h" k="29" />
285
- <hkern u1="A" u2="g" k="106" />
286
- <hkern u1="A" u2="e" k="98" />
287
- <hkern u1="A" u2="d" k="106" />
288
- <hkern u1="A" u2="c" k="127" />
289
- <hkern u1="A" u2="b" k="29" />
290
- <hkern u1="A" u2="a" k="49" />
291
- <hkern u1="A" u2="Y" k="205" />
292
- <hkern u1="A" u2="W" k="180" />
293
- <hkern u1="A" u2="V" k="197" />
294
- <hkern u1="A" u2="U" k="41" />
295
- <hkern u1="A" u2="T" k="41" />
296
- <hkern u1="A" u2="S" k="31" />
297
- <hkern u1="A" u2="Q" k="166" />
298
- <hkern u1="A" u2="O" k="82" />
299
- <hkern u1="A" u2="I" k="-74" />
300
- <hkern u1="A" u2="G" k="82" />
301
- <hkern u1="A" u2="C" k="61" />
302
- <hkern u1="B" u2="z" k="88" />
303
- <hkern u1="B" u2="y" k="106" />
304
- <hkern u1="B" u2="x" k="106" />
305
- <hkern u1="B" u2="w" k="127" />
306
- <hkern u1="B" u2="v" k="78" />
307
- <hkern u1="B" u2="u" k="88" />
308
- <hkern u1="B" u2="t" k="68" />
309
- <hkern u1="B" u2="s" k="106" />
310
- <hkern u1="B" u2="r" k="78" />
311
- <hkern u1="B" u2="q" k="98" />
312
- <hkern u1="B" u2="p" k="78" />
313
- <hkern u1="B" u2="o" k="127" />
314
- <hkern u1="B" u2="n" k="29" />
315
- <hkern u1="B" u2="m" k="98" />
316
- <hkern u1="B" u2="k" k="88" />
317
- <hkern u1="B" u2="j" k="215" />
318
- <hkern u1="B" u2="i" k="57" />
319
- <hkern u1="B" u2="h" k="88" />
320
- <hkern u1="B" u2="g" k="98" />
321
- <hkern u1="B" u2="e" k="80" />
322
- <hkern u1="B" u2="d" k="78" />
323
- <hkern u1="B" u2="c" k="88" />
324
- <hkern u1="B" u2="b" k="57" />
325
- <hkern u1="B" u2="a" k="98" />
326
- <hkern u1="B" u2="Y" k="102" />
327
- <hkern u1="B" u2="T" k="41" />
328
- <hkern u1="B" u2="Q" k="45" />
329
- <hkern u1="B" u2="I" k="-74" />
330
- <hkern u1="C" u2="z" k="68" />
331
- <hkern u1="C" u2="y" k="63" />
332
- <hkern u1="C" u2="x" k="84" />
333
- <hkern u1="C" u2="w" k="106" />
334
- <hkern u1="C" u2="v" k="82" />
335
- <hkern u1="C" u2="u" k="72" />
336
- <hkern u1="C" u2="t" k="43" />
337
- <hkern u1="C" u2="s" k="72" />
338
- <hkern u1="C" u2="r" k="33" />
339
- <hkern u1="C" u2="q" k="100" />
340
- <hkern u1="C" u2="p" k="31" />
341
- <hkern u1="C" u2="o" k="102" />
342
- <hkern u1="C" u2="n" k="98" />
343
- <hkern u1="C" u2="m" k="88" />
344
- <hkern u1="C" u2="l" k="35" />
345
- <hkern u1="C" u2="k" k="29" />
346
- <hkern u1="C" u2="j" k="186" />
347
- <hkern u1="C" u2="i" k="10" />
348
- <hkern u1="C" u2="h" k="86" />
349
- <hkern u1="C" u2="g" k="92" />
350
- <hkern u1="C" u2="f" k="29" />
351
- <hkern u1="C" u2="e" k="109" />
352
- <hkern u1="C" u2="d" k="76" />
353
- <hkern u1="C" u2="c" k="117" />
354
- <hkern u1="C" u2="b" k="57" />
355
- <hkern u1="C" u2="a" k="63" />
356
- <hkern u1="C" u2="Z" k="-74" />
357
- <hkern u1="C" u2="Y" k="154" />
358
- <hkern u1="C" u2="T" k="82" />
359
- <hkern u1="C" u2="O" k="41" />
360
- <hkern u1="C" u2="L" k="-49" />
361
- <hkern u1="C" u2="I" k="-123" />
362
- <hkern u1="D" u2="z" k="137" />
363
- <hkern u1="D" u2="y" k="68" />
364
- <hkern u1="D" u2="x" k="106" />
365
- <hkern u1="D" u2="w" k="117" />
366
- <hkern u1="D" u2="v" k="78" />
367
- <hkern u1="D" u2="u" k="88" />
368
- <hkern u1="D" u2="t" k="49" />
369
- <hkern u1="D" u2="r" k="29" />
370
- <hkern u1="D" u2="q" k="117" />
371
- <hkern u1="D" u2="p" k="98" />
372
- <hkern u1="D" u2="o" k="92" />
373
- <hkern u1="D" u2="n" k="86" />
374
- <hkern u1="D" u2="m" k="106" />
375
- <hkern u1="D" u2="l" k="39" />
376
- <hkern u1="D" u2="k" k="98" />
377
- <hkern u1="D" u2="j" k="236" />
378
- <hkern u1="D" u2="i" k="20" />
379
- <hkern u1="D" u2="h" k="106" />
380
- <hkern u1="D" u2="g" k="106" />
381
- <hkern u1="D" u2="f" k="49" />
382
- <hkern u1="D" u2="e" k="102" />
383
- <hkern u1="D" u2="c" k="82" />
384
- <hkern u1="D" u2="b" k="78" />
385
- <hkern u1="D" u2="a" k="92" />
386
- <hkern u1="D" u2="Z" k="74" />
387
- <hkern u1="D" u2="Y" k="180" />
388
- <hkern u1="D" u2="T" k="102" />
389
- <hkern u1="D" u2="Q" k="35" />
390
- <hkern u1="D" u2="O" k="61" />
391
- <hkern u1="D" u2="I" k="-25" />
392
- <hkern u1="D" u2="A" k="20" />
393
- <hkern u1="E" u2="e" k="39" />
394
- <hkern u1="E" u2="a" k="39" />
395
- <hkern u1="E" u2="Z" k="-123" />
396
- <hkern u1="E" u2="Q" k="35" />
397
- <hkern u1="E" u2="P" k="-41" />
398
- <hkern u1="E" u2="O" k="23" />
399
- <hkern u1="E" u2="I" k="-123" />
400
- <hkern u1="E" u2="A" k="-49" />
401
- <hkern u1="F" u2="z" k="236" />
402
- <hkern u1="F" u2="y" k="186" />
403
- <hkern u1="F" u2="x" k="137" />
404
- <hkern u1="F" u2="w" k="156" />
405
- <hkern u1="F" u2="v" k="186" />
406
- <hkern u1="F" u2="u" k="197" />
407
- <hkern u1="F" u2="t" k="115" />
408
- <hkern u1="F" u2="s" k="197" />
409
- <hkern u1="F" u2="r" k="170" />
410
- <hkern u1="F" u2="q" k="256" />
411
- <hkern u1="F" u2="p" k="166" />
412
- <hkern u1="F" u2="o" k="254" />
413
- <hkern u1="F" u2="n" k="205" />
414
- <hkern u1="F" u2="m" k="205" />
415
- <hkern u1="F" u2="l" k="68" />
416
- <hkern u1="F" u2="k" k="78" />
417
- <hkern u1="F" u2="j" k="256" />
418
- <hkern u1="F" u2="i" k="78" />
419
- <hkern u1="F" u2="h" k="98" />
420
- <hkern u1="F" u2="g" k="215" />
421
- <hkern u1="F" u2="f" k="78" />
422
- <hkern u1="F" u2="e" k="256" />
423
- <hkern u1="F" u2="d" k="205" />
424
- <hkern u1="F" u2="c" k="225" />
425
- <hkern u1="F" u2="b" k="127" />
426
- <hkern u1="F" u2="a" k="215" />
427
- <hkern u1="F" u2="Q" k="145" />
428
- <hkern u1="F" u2="O" k="137" />
429
- <hkern u1="F" u2="A" k="262" />
430
- <hkern u1="G" u2="z" k="117" />
431
- <hkern u1="G" u2="y" k="147" />
432
- <hkern u1="G" u2="x" k="156" />
433
- <hkern u1="G" u2="w" k="156" />
434
- <hkern u1="G" u2="v" k="117" />
435
- <hkern u1="G" u2="u" k="57" />
436
- <hkern u1="G" u2="t" k="78" />
437
- <hkern u1="G" u2="s" k="98" />
438
- <hkern u1="G" u2="r" k="29" />
439
- <hkern u1="G" u2="q" k="135" />
440
- <hkern u1="G" u2="p" k="78" />
441
- <hkern u1="G" u2="o" k="127" />
442
- <hkern u1="G" u2="n" k="106" />
443
- <hkern u1="G" u2="m" k="106" />
444
- <hkern u1="G" u2="l" k="57" />
445
- <hkern u1="G" u2="k" k="49" />
446
- <hkern u1="G" u2="j" k="236" />
447
- <hkern u1="G" u2="i" k="68" />
448
- <hkern u1="G" u2="h" k="117" />
449
- <hkern u1="G" u2="g" k="117" />
450
- <hkern u1="G" u2="f" k="57" />
451
- <hkern u1="G" u2="e" k="88" />
452
- <hkern u1="G" u2="d" k="127" />
453
- <hkern u1="G" u2="c" k="125" />
454
- <hkern u1="G" u2="b" k="57" />
455
- <hkern u1="G" u2="a" k="98" />
456
- <hkern u1="G" u2="Y" k="164" />
457
- <hkern u1="G" u2="T" k="92" />
458
- <hkern u1="G" u2="Q" k="59" />
459
- <hkern u1="G" u2="O" k="61" />
460
- <hkern u1="G" u2="I" k="-74" />
461
- <hkern u1="G" u2="A" k="49" />
462
- <hkern u1="H" u2="x" k="39" />
463
- <hkern u1="H" u2="w" k="68" />
464
- <hkern u1="H" u2="v" k="57" />
465
- <hkern u1="H" u2="s" k="39" />
466
- <hkern u1="H" u2="q" k="78" />
467
- <hkern u1="H" u2="o" k="78" />
468
- <hkern u1="H" u2="m" k="78" />
469
- <hkern u1="H" u2="j" k="137" />
470
- <hkern u1="H" u2="g" k="49" />
471
- <hkern u1="H" u2="e" k="57" />
472
- <hkern u1="H" u2="d" k="78" />
473
- <hkern u1="H" u2="c" k="88" />
474
- <hkern u1="H" u2="a" k="8" />
475
- <hkern u1="H" u2="R" k="-14" />
476
- <hkern u1="H" u2="I" k="-98" />
477
- <hkern u1="I" u2="q" k="8" />
478
- <hkern u1="I" u2="o" k="49" />
479
- <hkern u1="I" u2="j" k="78" />
480
- <hkern u1="I" u2="Z" k="-147" />
481
- <hkern u1="I" u2="Y" k="-41" />
482
- <hkern u1="I" u2="X" k="-74" />
483
- <hkern u1="I" u2="V" k="-98" />
484
- <hkern u1="I" u2="U" k="-188" />
485
- <hkern u1="I" u2="T" k="-115" />
486
- <hkern u1="I" u2="S" k="-137" />
487
- <hkern u1="I" u2="R" k="-123" />
488
- <hkern u1="I" u2="P" k="-41" />
489
- <hkern u1="I" u2="O" k="-123" />
490
- <hkern u1="I" u2="N" k="-188" />
491
- <hkern u1="I" u2="M" k="-123" />
492
- <hkern u1="I" u2="L" k="-147" />
493
- <hkern u1="I" u2="K" k="-147" />
494
- <hkern u1="I" u2="I" k="-147" />
495
- <hkern u1="I" u2="H" k="-123" />
496
- <hkern u1="I" u2="G" k="-49" />
497
- <hkern u1="I" u2="E" k="-123" />
498
- <hkern u1="I" u2="D" k="-98" />
499
- <hkern u1="I" u2="C" k="-74" />
500
- <hkern u1="I" u2="B" k="-172" />
501
- <hkern u1="I" u2="A" k="-123" />
502
- <hkern u1="J" u2="s" k="18" />
503
- <hkern u1="J" u2="q" k="39" />
504
- <hkern u1="J" u2="o" k="57" />
505
- <hkern u1="J" u2="m" k="18" />
506
- <hkern u1="J" u2="j" k="147" />
507
- <hkern u1="J" u2="g" k="18" />
508
- <hkern u1="J" u2="d" k="18" />
509
- <hkern u1="J" u2="c" k="49" />
510
- <hkern u1="J" u2="I" k="-147" />
511
- <hkern u1="J" u2="E" k="-74" />
512
- <hkern u1="K" u2="z" k="115" />
513
- <hkern u1="K" u2="y" k="197" />
514
- <hkern u1="K" u2="x" k="127" />
515
- <hkern u1="K" u2="w" k="305" />
516
- <hkern u1="K" u2="v" k="264" />
517
- <hkern u1="K" u2="u" k="186" />
518
- <hkern u1="K" u2="t" k="117" />
519
- <hkern u1="K" u2="s" k="197" />
520
- <hkern u1="K" u2="r" k="106" />
521
- <hkern u1="K" u2="q" k="274" />
522
- <hkern u1="K" u2="p" k="147" />
523
- <hkern u1="K" u2="o" k="285" />
524
- <hkern u1="K" u2="n" k="166" />
525
- <hkern u1="K" u2="m" k="176" />
526
- <hkern u1="K" u2="l" k="78" />
527
- <hkern u1="K" u2="k" k="127" />
528
- <hkern u1="K" u2="j" k="285" />
529
- <hkern u1="K" u2="i" k="88" />
530
- <hkern u1="K" u2="h" k="127" />
531
- <hkern u1="K" u2="g" k="236" />
532
- <hkern u1="K" u2="f" k="88" />
533
- <hkern u1="K" u2="e" k="283" />
534
- <hkern u1="K" u2="d" k="264" />
535
- <hkern u1="K" u2="c" k="274" />
536
- <hkern u1="K" u2="b" k="127" />
537
- <hkern u1="K" u2="a" k="186" />
538
- <hkern u1="K" u2="Q" k="168" />
539
- <hkern u1="K" u2="O" k="166" />
540
- <hkern u1="K" u2="I" k="-49" />
541
- <hkern u1="L" u2="z" k="68" />
542
- <hkern u1="L" u2="y" k="190" />
543
- <hkern u1="L" u2="x" k="53" />
544
- <hkern u1="L" u2="w" k="236" />
545
- <hkern u1="L" u2="v" k="156" />
546
- <hkern u1="L" u2="u" k="106" />
547
- <hkern u1="L" u2="t" k="117" />
548
- <hkern u1="L" u2="s" k="76" />
549
- <hkern u1="L" u2="r" k="39" />
550
- <hkern u1="L" u2="q" k="221" />
551
- <hkern u1="L" u2="p" k="51" />
552
- <hkern u1="L" u2="o" k="156" />
553
- <hkern u1="L" u2="n" k="43" />
554
- <hkern u1="L" u2="m" k="68" />
555
- <hkern u1="L" u2="l" k="-23" />
556
- <hkern u1="L" u2="k" k="68" />
557
- <hkern u1="L" u2="j" k="156" />
558
- <hkern u1="L" u2="i" k="6" />
559
- <hkern u1="L" u2="h" k="78" />
560
- <hkern u1="L" u2="g" k="156" />
561
- <hkern u1="L" u2="f" k="35" />
562
- <hkern u1="L" u2="e" k="150" />
563
- <hkern u1="L" u2="d" k="166" />
564
- <hkern u1="L" u2="c" k="127" />
565
- <hkern u1="L" u2="b" k="29" />
566
- <hkern u1="L" u2="a" k="74" />
567
- <hkern u1="L" u2="Y" k="184" />
568
- <hkern u1="L" u2="T" k="102" />
569
- <hkern u1="L" u2="Q" k="256" />
570
- <hkern u1="L" u2="O" k="227" />
571
- <hkern u1="L" u2="I" k="-74" />
572
- <hkern u1="L" u2="C" k="197" />
573
- <hkern u1="M" u2="z" k="49" />
574
- <hkern u1="M" u2="y" k="18" />
575
- <hkern u1="M" u2="x" k="39" />
576
- <hkern u1="M" u2="w" k="49" />
577
- <hkern u1="M" u2="v" k="29" />
578
- <hkern u1="M" u2="s" k="29" />
579
- <hkern u1="M" u2="q" k="68" />
580
- <hkern u1="M" u2="o" k="78" />
581
- <hkern u1="M" u2="n" k="39" />
582
- <hkern u1="M" u2="m" k="18" />
583
- <hkern u1="M" u2="j" k="117" />
584
- <hkern u1="M" u2="i" k="-72" />
585
- <hkern u1="M" u2="g" k="39" />
586
- <hkern u1="M" u2="e" k="57" />
587
- <hkern u1="M" u2="d" k="29" />
588
- <hkern u1="M" u2="c" k="57" />
589
- <hkern u1="M" u2="a" k="29" />
590
- <hkern u1="M" u2="I" k="-147" />
591
- <hkern u1="N" u2="y" k="29" />
592
- <hkern u1="N" u2="x" k="68" />
593
- <hkern u1="N" u2="w" k="68" />
594
- <hkern u1="N" u2="v" k="57" />
595
- <hkern u1="N" u2="q" k="68" />
596
- <hkern u1="N" u2="o" k="57" />
597
- <hkern u1="N" u2="n" k="49" />
598
- <hkern u1="N" u2="m" k="18" />
599
- <hkern u1="N" u2="j" k="106" />
600
- <hkern u1="N" u2="g" k="57" />
601
- <hkern u1="N" u2="e" k="29" />
602
- <hkern u1="N" u2="d" k="39" />
603
- <hkern u1="N" u2="c" k="57" />
604
- <hkern u1="N" u2="I" k="-188" />
605
- <hkern u1="O" u2="z" k="68" />
606
- <hkern u1="O" u2="y" k="68" />
607
- <hkern u1="O" u2="x" k="98" />
608
- <hkern u1="O" u2="w" k="88" />
609
- <hkern u1="O" u2="v" k="88" />
610
- <hkern u1="O" u2="u" k="88" />
611
- <hkern u1="O" u2="t" k="29" />
612
- <hkern u1="O" u2="s" k="98" />
613
- <hkern u1="O" u2="r" k="39" />
614
- <hkern u1="O" u2="q" k="98" />
615
- <hkern u1="O" u2="p" k="57" />
616
- <hkern u1="O" u2="o" k="117" />
617
- <hkern u1="O" u2="n" k="57" />
618
- <hkern u1="O" u2="m" k="88" />
619
- <hkern u1="O" u2="l" k="49" />
620
- <hkern u1="O" u2="j" k="184" />
621
- <hkern u1="O" u2="i" k="57" />
622
- <hkern u1="O" u2="h" k="88" />
623
- <hkern u1="O" u2="g" k="88" />
624
- <hkern u1="O" u2="f" k="49" />
625
- <hkern u1="O" u2="e" k="78" />
626
- <hkern u1="O" u2="d" k="106" />
627
- <hkern u1="O" u2="c" k="88" />
628
- <hkern u1="O" u2="b" k="39" />
629
- <hkern u1="O" u2="a" k="57" />
630
- <hkern u1="O" u2="Z" k="76" />
631
- <hkern u1="O" u2="Y" k="211" />
632
- <hkern u1="O" u2="X" k="82" />
633
- <hkern u1="O" u2="W" k="102" />
634
- <hkern u1="O" u2="V" k="88" />
635
- <hkern u1="O" u2="T" k="205" />
636
- <hkern u1="O" u2="S" k="41" />
637
- <hkern u1="O" u2="R" k="20" />
638
- <hkern u1="O" u2="Q" k="61" />
639
- <hkern u1="O" u2="O" k="41" />
640
- <hkern u1="O" u2="J" k="102" />
641
- <hkern u1="O" u2="I" k="-74" />
642
- <hkern u1="O" u2="G" k="61" />
643
- <hkern u1="O" u2="E" k="-2" />
644
- <hkern u1="O" u2="C" k="41" />
645
- <hkern u1="O" u2="A" k="82" />
646
- <hkern u1="P" u2="&#xd8;" k="113" />
647
- <hkern u1="P" u2="&#xd6;" k="113" />
648
- <hkern u1="P" u2="&#xd5;" k="113" />
649
- <hkern u1="P" u2="&#xd4;" k="113" />
650
- <hkern u1="P" u2="&#xd3;" k="113" />
651
- <hkern u1="P" u2="&#xd2;" k="113" />
652
- <hkern u1="P" u2="z" k="68" />
653
- <hkern u1="P" u2="y" k="33" />
654
- <hkern u1="P" u2="x" k="35" />
655
- <hkern u1="P" u2="w" k="55" />
656
- <hkern u1="P" u2="v" k="39" />
657
- <hkern u1="P" u2="u" k="70" />
658
- <hkern u1="P" u2="t" k="55" />
659
- <hkern u1="P" u2="s" k="152" />
660
- <hkern u1="P" u2="r" k="98" />
661
- <hkern u1="P" u2="q" k="182" />
662
- <hkern u1="P" u2="p" k="86" />
663
- <hkern u1="P" u2="o" k="213" />
664
- <hkern u1="P" u2="n" k="147" />
665
- <hkern u1="P" u2="m" k="166" />
666
- <hkern u1="P" u2="l" k="14" />
667
- <hkern u1="P" u2="k" k="57" />
668
- <hkern u1="P" u2="j" k="236" />
669
- <hkern u1="P" u2="i" k="63" />
670
- <hkern u1="P" u2="h" k="92" />
671
- <hkern u1="P" u2="g" k="156" />
672
- <hkern u1="P" u2="f" k="63" />
673
- <hkern u1="P" u2="e" k="180" />
674
- <hkern u1="P" u2="d" k="172" />
675
- <hkern u1="P" u2="c" k="166" />
676
- <hkern u1="P" u2="b" k="74" />
677
- <hkern u1="P" u2="a" k="164" />
678
- <hkern u1="P" u2="Z" k="102" />
679
- <hkern u1="P" u2="Y" k="182" />
680
- <hkern u1="P" u2="X" k="41" />
681
- <hkern u1="P" u2="W" k="129" />
682
- <hkern u1="P" u2="V" k="66" />
683
- <hkern u1="P" u2="U" k="70" />
684
- <hkern u1="P" u2="T" k="135" />
685
- <hkern u1="P" u2="S" k="102" />
686
- <hkern u1="P" u2="R" k="41" />
687
- <hkern u1="P" u2="Q" k="184" />
688
- <hkern u1="P" u2="O" k="113" />
689
- <hkern u1="P" u2="N" k="43" />
690
- <hkern u1="P" u2="M" k="57" />
691
- <hkern u1="P" u2="K" k="51" />
692
- <hkern u1="P" u2="J" k="205" />
693
- <hkern u1="P" u2="H" k="57" />
694
- <hkern u1="P" u2="G" k="150" />
695
- <hkern u1="P" u2="F" k="43" />
696
- <hkern u1="P" u2="E" k="41" />
697
- <hkern u1="P" u2="D" k="88" />
698
- <hkern u1="P" u2="C" k="94" />
699
- <hkern u1="P" u2="B" k="29" />
700
- <hkern u1="P" u2="A" k="274" />
701
- <hkern u1="Q" u2="z" k="57" />
702
- <hkern u1="Q" u2="y" k="57" />
703
- <hkern u1="Q" u2="x" k="76" />
704
- <hkern u1="Q" u2="w" k="98" />
705
- <hkern u1="Q" u2="v" k="57" />
706
- <hkern u1="Q" u2="u" k="29" />
707
- <hkern u1="Q" u2="s" k="68" />
708
- <hkern u1="Q" u2="q" k="96" />
709
- <hkern u1="Q" u2="o" k="98" />
710
- <hkern u1="Q" u2="m" k="57" />
711
- <hkern u1="Q" u2="k" k="39" />
712
- <hkern u1="Q" u2="j" k="197" />
713
- <hkern u1="Q" u2="h" k="39" />
714
- <hkern u1="Q" u2="g" k="68" />
715
- <hkern u1="Q" u2="e" k="68" />
716
- <hkern u1="Q" u2="d" k="68" />
717
- <hkern u1="Q" u2="c" k="78" />
718
- <hkern u1="Q" u2="a" k="49" />
719
- <hkern u1="Q" u2="Y" k="236" />
720
- <hkern u1="Q" u2="W" k="109" />
721
- <hkern u1="Q" u2="V" k="72" />
722
- <hkern u1="Q" u2="T" k="154" />
723
- <hkern u1="Q" u2="Q" k="41" />
724
- <hkern u1="Q" u2="O" k="61" />
725
- <hkern u1="Q" u2="A" k="47" />
726
- <hkern u1="R" u2="Y" k="41" />
727
- <hkern u1="R" u2="W" k="74" />
728
- <hkern u1="R" u2="P" k="-41" />
729
- <hkern u1="R" u2="O" k="31" />
730
- <hkern u1="R" u2="I" k="-49" />
731
- <hkern u1="S" u2="z" k="29" />
732
- <hkern u1="S" u2="y" k="106" />
733
- <hkern u1="S" u2="x" k="117" />
734
- <hkern u1="S" u2="w" k="127" />
735
- <hkern u1="S" u2="v" k="117" />
736
- <hkern u1="S" u2="u" k="41" />
737
- <hkern u1="S" u2="s" k="49" />
738
- <hkern u1="S" u2="r" k="39" />
739
- <hkern u1="S" u2="q" k="88" />
740
- <hkern u1="S" u2="o" k="117" />
741
- <hkern u1="S" u2="n" k="68" />
742
- <hkern u1="S" u2="m" k="98" />
743
- <hkern u1="S" u2="l" k="29" />
744
- <hkern u1="S" u2="k" k="39" />
745
- <hkern u1="S" u2="j" k="205" />
746
- <hkern u1="S" u2="i" k="49" />
747
- <hkern u1="S" u2="h" k="49" />
748
- <hkern u1="S" u2="g" k="88" />
749
- <hkern u1="S" u2="f" k="8" />
750
- <hkern u1="S" u2="e" k="57" />
751
- <hkern u1="S" u2="d" k="88" />
752
- <hkern u1="S" u2="c" k="78" />
753
- <hkern u1="S" u2="b" k="57" />
754
- <hkern u1="S" u2="a" k="39" />
755
- <hkern u1="S" u2="Y" k="92" />
756
- <hkern u1="S" u2="T" k="102" />
757
- <hkern u1="S" u2="Q" k="47" />
758
- <hkern u1="S" u2="O" k="41" />
759
- <hkern u1="S" u2="I" k="-74" />
760
- <hkern u1="T" u2="&#xd8;" k="164" />
761
- <hkern u1="T" u2="&#xd6;" k="164" />
762
- <hkern u1="T" u2="&#xd5;" k="164" />
763
- <hkern u1="T" u2="&#xd4;" k="164" />
764
- <hkern u1="T" u2="&#xd3;" k="164" />
765
- <hkern u1="T" u2="&#xd2;" k="164" />
766
- <hkern u1="T" u2="z" k="256" />
767
- <hkern u1="T" u2="y" k="225" />
768
- <hkern u1="T" u2="x" k="168" />
769
- <hkern u1="T" u2="w" k="283" />
770
- <hkern u1="T" u2="v" k="117" />
771
- <hkern u1="T" u2="u" k="248" />
772
- <hkern u1="T" u2="s" k="244" />
773
- <hkern u1="T" u2="r" k="162" />
774
- <hkern u1="T" u2="q" k="285" />
775
- <hkern u1="T" u2="p" k="209" />
776
- <hkern u1="T" u2="o" k="377" />
777
- <hkern u1="T" u2="n" k="238" />
778
- <hkern u1="T" u2="m" k="342" />
779
- <hkern u1="T" u2="k" k="111" />
780
- <hkern u1="T" u2="j" k="276" />
781
- <hkern u1="T" u2="i" k="39" />
782
- <hkern u1="T" u2="h" k="104" />
783
- <hkern u1="T" u2="g" k="315" />
784
- <hkern u1="T" u2="f" k="135" />
785
- <hkern u1="T" u2="e" k="369" />
786
- <hkern u1="T" u2="d" k="291" />
787
- <hkern u1="T" u2="c" k="311" />
788
- <hkern u1="T" u2="b" k="78" />
789
- <hkern u1="T" u2="a" k="328" />
790
- <hkern u1="T" u2="S" k="61" />
791
- <hkern u1="T" u2="Q" k="213" />
792
- <hkern u1="T" u2="P" k="-41" />
793
- <hkern u1="T" u2="O" k="162" />
794
- <hkern u1="T" u2="I" k="-115" />
795
- <hkern u1="T" u2="G" k="82" />
796
- <hkern u1="T" u2="C" k="82" />
797
- <hkern u1="T" u2="A" k="82" />
798
- <hkern u1="U" u2="x" k="49" />
799
- <hkern u1="U" u2="w" k="29" />
800
- <hkern u1="U" u2="t" k="-18" />
801
- <hkern u1="U" u2="m" k="57" />
802
- <hkern u1="U" u2="l" k="-57" />
803
- <hkern u1="U" u2="j" k="137" />
804
- <hkern u1="U" u2="P" k="-41" />
805
- <hkern u1="U" u2="I" k="-139" />
806
- <hkern u1="U" u2="C" k="20" />
807
- <hkern u1="U" u2="A" k="41" />
808
- <hkern u1="V" u2="&#xc5;" k="92" />
809
- <hkern u1="V" u2="&#xc4;" k="92" />
810
- <hkern u1="V" u2="&#xc3;" k="92" />
811
- <hkern u1="V" u2="&#xc2;" k="92" />
812
- <hkern u1="V" u2="&#xc1;" k="92" />
813
- <hkern u1="V" u2="&#xc0;" k="92" />
814
- <hkern u1="V" u2="z" k="117" />
815
- <hkern u1="V" u2="y" k="127" />
816
- <hkern u1="V" u2="x" k="127" />
817
- <hkern u1="V" u2="w" k="137" />
818
- <hkern u1="V" u2="v" k="137" />
819
- <hkern u1="V" u2="u" k="117" />
820
- <hkern u1="V" u2="t" k="68" />
821
- <hkern u1="V" u2="s" k="197" />
822
- <hkern u1="V" u2="r" k="127" />
823
- <hkern u1="V" u2="q" k="215" />
824
- <hkern u1="V" u2="p" k="147" />
825
- <hkern u1="V" u2="o" k="180" />
826
- <hkern u1="V" u2="n" k="205" />
827
- <hkern u1="V" u2="m" k="205" />
828
- <hkern u1="V" u2="l" k="49" />
829
- <hkern u1="V" u2="k" k="106" />
830
- <hkern u1="V" u2="j" k="274" />
831
- <hkern u1="V" u2="i" k="57" />
832
- <hkern u1="V" u2="h" k="98" />
833
- <hkern u1="V" u2="g" k="197" />
834
- <hkern u1="V" u2="f" k="96" />
835
- <hkern u1="V" u2="e" k="186" />
836
- <hkern u1="V" u2="d" k="225" />
837
- <hkern u1="V" u2="c" k="174" />
838
- <hkern u1="V" u2="b" k="78" />
839
- <hkern u1="V" u2="a" k="156" />
840
- <hkern u1="V" u2="Y" k="61" />
841
- <hkern u1="V" u2="S" k="43" />
842
- <hkern u1="V" u2="Q" k="117" />
843
- <hkern u1="V" u2="O" k="139" />
844
- <hkern u1="V" u2="J" k="72" />
845
- <hkern u1="V" u2="I" k="-123" />
846
- <hkern u1="V" u2="G" k="117" />
847
- <hkern u1="V" u2="C" k="94" />
848
- <hkern u1="V" u2="A" k="94" />
849
- <hkern u1="W" u2="z" k="147" />
850
- <hkern u1="W" u2="y" k="166" />
851
- <hkern u1="W" u2="w" k="166" />
852
- <hkern u1="W" u2="v" k="117" />
853
- <hkern u1="W" u2="u" k="127" />
854
- <hkern u1="W" u2="t" k="68" />
855
- <hkern u1="W" u2="s" k="166" />
856
- <hkern u1="W" u2="r" k="137" />
857
- <hkern u1="W" u2="q" k="225" />
858
- <hkern u1="W" u2="p" k="127" />
859
- <hkern u1="W" u2="o" k="264" />
860
- <hkern u1="W" u2="n" k="215" />
861
- <hkern u1="W" u2="m" k="236" />
862
- <hkern u1="W" u2="l" k="57" />
863
- <hkern u1="W" u2="k" k="88" />
864
- <hkern u1="W" u2="j" k="334" />
865
- <hkern u1="W" u2="i" k="98" />
866
- <hkern u1="W" u2="h" k="117" />
867
- <hkern u1="W" u2="g" k="246" />
868
- <hkern u1="W" u2="f" k="106" />
869
- <hkern u1="W" u2="e" k="215" />
870
- <hkern u1="W" u2="d" k="186" />
871
- <hkern u1="W" u2="c" k="246" />
872
- <hkern u1="W" u2="b" k="88" />
873
- <hkern u1="W" u2="a" k="176" />
874
- <hkern u1="W" u2="Y" k="61" />
875
- <hkern u1="W" u2="R" k="-25" />
876
- <hkern u1="W" u2="Q" k="84" />
877
- <hkern u1="W" u2="O" k="102" />
878
- <hkern u1="W" u2="A" k="197" />
879
- <hkern u1="X" u2="z" k="39" />
880
- <hkern u1="X" u2="y" k="127" />
881
- <hkern u1="X" u2="x" k="88" />
882
- <hkern u1="X" u2="w" k="197" />
883
- <hkern u1="X" u2="v" k="186" />
884
- <hkern u1="X" u2="u" k="156" />
885
- <hkern u1="X" u2="t" k="57" />
886
- <hkern u1="X" u2="s" k="137" />
887
- <hkern u1="X" u2="r" k="57" />
888
- <hkern u1="X" u2="q" k="176" />
889
- <hkern u1="X" u2="p" k="78" />
890
- <hkern u1="X" u2="o" k="186" />
891
- <hkern u1="X" u2="n" k="88" />
892
- <hkern u1="X" u2="m" k="106" />
893
- <hkern u1="X" u2="l" k="29" />
894
- <hkern u1="X" u2="k" k="57" />
895
- <hkern u1="X" u2="j" k="264" />
896
- <hkern u1="X" u2="i" k="49" />
897
- <hkern u1="X" u2="h" k="68" />
898
- <hkern u1="X" u2="g" k="176" />
899
- <hkern u1="X" u2="f" k="78" />
900
- <hkern u1="X" u2="e" k="156" />
901
- <hkern u1="X" u2="d" k="166" />
902
- <hkern u1="X" u2="c" k="156" />
903
- <hkern u1="X" u2="b" k="57" />
904
- <hkern u1="X" u2="a" k="78" />
905
- <hkern u1="X" u2="Y" k="61" />
906
- <hkern u1="X" u2="O" k="82" />
907
- <hkern u1="X" u2="I" k="-147" />
908
- <hkern u1="Y" u2="z" k="197" />
909
- <hkern u1="Y" u2="x" k="166" />
910
- <hkern u1="Y" u2="w" k="197" />
911
- <hkern u1="Y" u2="v" k="246" />
912
- <hkern u1="Y" u2="u" k="246" />
913
- <hkern u1="Y" u2="t" k="106" />
914
- <hkern u1="Y" u2="s" k="274" />
915
- <hkern u1="Y" u2="r" k="186" />
916
- <hkern u1="Y" u2="q" k="354" />
917
- <hkern u1="Y" u2="p" k="246" />
918
- <hkern u1="Y" u2="o" k="354" />
919
- <hkern u1="Y" u2="n" k="295" />
920
- <hkern u1="Y" u2="m" k="313" />
921
- <hkern u1="Y" u2="l" k="68" />
922
- <hkern u1="Y" u2="k" k="98" />
923
- <hkern u1="Y" u2="j" k="362" />
924
- <hkern u1="Y" u2="i" k="137" />
925
- <hkern u1="Y" u2="h" k="106" />
926
- <hkern u1="Y" u2="g" k="313" />
927
- <hkern u1="Y" u2="f" k="127" />
928
- <hkern u1="Y" u2="e" k="354" />
929
- <hkern u1="Y" u2="d" k="285" />
930
- <hkern u1="Y" u2="c" k="225" />
931
- <hkern u1="Y" u2="b" k="117" />
932
- <hkern u1="Y" u2="a" k="256" />
933
- <hkern u1="Y" u2="Z" k="41" />
934
- <hkern u1="Y" u2="X" k="61" />
935
- <hkern u1="Y" u2="W" k="61" />
936
- <hkern u1="Y" u2="V" k="61" />
937
- <hkern u1="Y" u2="S" k="82" />
938
- <hkern u1="Y" u2="Q" k="199" />
939
- <hkern u1="Y" u2="O" k="225" />
940
- <hkern u1="Y" u2="J" k="184" />
941
- <hkern u1="Y" u2="I" k="-41" />
942
- <hkern u1="Y" u2="G" k="154" />
943
- <hkern u1="Y" u2="C" k="164" />
944
- <hkern u1="Y" u2="A" k="156" />
945
- <hkern u1="Z" u2="z" k="49" />
946
- <hkern u1="Z" u2="y" k="78" />
947
- <hkern u1="Z" u2="x" k="88" />
948
- <hkern u1="Z" u2="w" k="166" />
949
- <hkern u1="Z" u2="v" k="117" />
950
- <hkern u1="Z" u2="u" k="117" />
951
- <hkern u1="Z" u2="s" k="106" />
952
- <hkern u1="Z" u2="q" k="205" />
953
- <hkern u1="Z" u2="p" k="18" />
954
- <hkern u1="Z" u2="o" k="176" />
955
- <hkern u1="Z" u2="n" k="57" />
956
- <hkern u1="Z" u2="m" k="78" />
957
- <hkern u1="Z" u2="k" k="49" />
958
- <hkern u1="Z" u2="j" k="186" />
959
- <hkern u1="Z" u2="i" k="29" />
960
- <hkern u1="Z" u2="h" k="39" />
961
- <hkern u1="Z" u2="g" k="156" />
962
- <hkern u1="Z" u2="e" k="156" />
963
- <hkern u1="Z" u2="d" k="156" />
964
- <hkern u1="Z" u2="c" k="117" />
965
- <hkern u1="Z" u2="a" k="98" />
966
- <hkern u1="Z" u2="Y" k="41" />
967
- <hkern u1="Z" u2="W" k="25" />
968
- <hkern u1="Z" u2="Q" k="170" />
969
- <hkern u1="Z" u2="O" k="125" />
970
- <hkern u1="Z" u2="I" k="-123" />
971
- <hkern u1="Z" u2="G" k="98" />
972
- <hkern u1="Z" u2="E" k="-49" />
973
- <hkern u1="Z" u2="D" k="-74" />
974
- <hkern u1="Z" u2="C" k="49" />
975
- <hkern u1="a" u2="z" k="-10" />
976
- <hkern u1="a" u2="y" k="59" />
977
- <hkern u1="a" u2="x" k="68" />
978
- <hkern u1="a" u2="w" k="98" />
979
- <hkern u1="a" u2="v" k="82" />
980
- <hkern u1="a" u2="u" k="18" />
981
- <hkern u1="a" u2="s" k="49" />
982
- <hkern u1="a" u2="r" k="-12" />
983
- <hkern u1="a" u2="q" k="49" />
984
- <hkern u1="a" u2="p" k="18" />
985
- <hkern u1="a" u2="o" k="80" />
986
- <hkern u1="a" u2="n" k="49" />
987
- <hkern u1="a" u2="m" k="39" />
988
- <hkern u1="a" u2="l" k="39" />
989
- <hkern u1="a" u2="k" k="39" />
990
- <hkern u1="a" u2="j" k="246" />
991
- <hkern u1="a" u2="i" k="16" />
992
- <hkern u1="a" u2="h" k="29" />
993
- <hkern u1="a" u2="g" k="39" />
994
- <hkern u1="a" u2="e" k="63" />
995
- <hkern u1="a" u2="d" k="68" />
996
- <hkern u1="a" u2="c" k="39" />
997
- <hkern u1="a" u2="a" k="39" />
998
- <hkern u1="b" u2="z" k="117" />
999
- <hkern u1="b" u2="y" k="92" />
1000
- <hkern u1="b" u2="w" k="131" />
1001
- <hkern u1="b" u2="v" k="98" />
1002
- <hkern u1="b" u2="t" k="29" />
1003
- <hkern u1="b" u2="s" k="18" />
1004
- <hkern u1="b" u2="r" k="39" />
1005
- <hkern u1="b" u2="o" k="78" />
1006
- <hkern u1="b" u2="n" k="18" />
1007
- <hkern u1="b" u2="m" k="57" />
1008
- <hkern u1="b" u2="j" k="256" />
1009
- <hkern u1="b" u2="g" k="78" />
1010
- <hkern u1="b" u2="e" k="111" />
1011
- <hkern u1="b" u2="d" k="98" />
1012
- <hkern u1="b" u2="c" k="39" />
1013
- <hkern u1="b" u2="a" k="106" />
1014
- <hkern u1="c" u2="z" k="-18" />
1015
- <hkern u1="c" u2="y" k="20" />
1016
- <hkern u1="c" u2="x" k="39" />
1017
- <hkern u1="c" u2="w" k="49" />
1018
- <hkern u1="c" u2="t" k="-43" />
1019
- <hkern u1="c" u2="r" k="-39" />
1020
- <hkern u1="c" u2="p" k="-39" />
1021
- <hkern u1="c" u2="o" k="41" />
1022
- <hkern u1="c" u2="k" k="-39" />
1023
- <hkern u1="c" u2="j" k="156" />
1024
- <hkern u1="c" u2="i" k="-98" />
1025
- <hkern u1="c" u2="f" k="-76" />
1026
- <hkern u1="c" u2="e" k="61" />
1027
- <hkern u1="c" u2="d" k="18" />
1028
- <hkern u1="c" u2="c" k="41" />
1029
- <hkern u1="c" u2="a" k="47" />
1030
- <hkern u1="d" u2="z" k="-57" />
1031
- <hkern u1="d" u2="y" k="-14" />
1032
- <hkern u1="d" u2="t" k="-37" />
1033
- <hkern u1="d" u2="r" k="-57" />
1034
- <hkern u1="d" u2="p" k="-78" />
1035
- <hkern u1="d" u2="m" k="18" />
1036
- <hkern u1="d" u2="l" k="-78" />
1037
- <hkern u1="d" u2="k" k="-39" />
1038
- <hkern u1="d" u2="i" k="-57" />
1039
- <hkern u1="d" u2="h" k="-57" />
1040
- <hkern u1="d" u2="f" k="-98" />
1041
- <hkern u1="d" u2="e" k="18" />
1042
- <hkern u1="d" u2="c" k="-57" />
1043
- <hkern u1="e" u2="z" k="39" />
1044
- <hkern u1="e" u2="y" k="47" />
1045
- <hkern u1="e" u2="x" k="78" />
1046
- <hkern u1="e" u2="w" k="88" />
1047
- <hkern u1="e" u2="v" k="111" />
1048
- <hkern u1="e" u2="u" k="92" />
1049
- <hkern u1="e" u2="t" k="-2" />
1050
- <hkern u1="e" u2="s" k="57" />
1051
- <hkern u1="e" u2="q" k="94" />
1052
- <hkern u1="e" u2="o" k="51" />
1053
- <hkern u1="e" u2="n" k="66" />
1054
- <hkern u1="e" u2="m" k="25" />
1055
- <hkern u1="e" u2="l" k="-41" />
1056
- <hkern u1="e" u2="j" k="156" />
1057
- <hkern u1="e" u2="i" k="6" />
1058
- <hkern u1="e" u2="h" k="-18" />
1059
- <hkern u1="e" u2="g" k="23" />
1060
- <hkern u1="e" u2="e" k="80" />
1061
- <hkern u1="e" u2="d" k="66" />
1062
- <hkern u1="e" u2="c" k="74" />
1063
- <hkern u1="e" u2="b" k="29" />
1064
- <hkern u1="e" u2="a" k="57" />
1065
- <hkern u1="f" u2="y" k="106" />
1066
- <hkern u1="f" u2="x" k="59" />
1067
- <hkern u1="f" u2="w" k="47" />
1068
- <hkern u1="f" u2="v" k="39" />
1069
- <hkern u1="f" u2="t" k="-31" />
1070
- <hkern u1="f" u2="s" k="117" />
1071
- <hkern u1="f" u2="r" k="68" />
1072
- <hkern u1="f" u2="q" k="137" />
1073
- <hkern u1="f" u2="o" k="141" />
1074
- <hkern u1="f" u2="n" k="29" />
1075
- <hkern u1="f" u2="m" k="137" />
1076
- <hkern u1="f" u2="l" k="-57" />
1077
- <hkern u1="f" u2="j" k="199" />
1078
- <hkern u1="f" u2="i" k="-98" />
1079
- <hkern u1="f" u2="g" k="137" />
1080
- <hkern u1="f" u2="e" k="156" />
1081
- <hkern u1="f" u2="d" k="156" />
1082
- <hkern u1="f" u2="c" k="137" />
1083
- <hkern u1="f" u2="a" k="92" />
1084
- <hkern u1="g" u2="y" k="-43" />
1085
- <hkern u1="g" u2="t" k="-66" />
1086
- <hkern u1="g" u2="s" k="-18" />
1087
- <hkern u1="g" u2="r" k="-61" />
1088
- <hkern u1="g" u2="p" k="-57" />
1089
- <hkern u1="g" u2="o" k="59" />
1090
- <hkern u1="g" u2="l" k="-39" />
1091
- <hkern u1="g" u2="f" k="-78" />
1092
- <hkern u1="g" u2="d" k="39" />
1093
- <hkern u1="h" u2="z" k="39" />
1094
- <hkern u1="h" u2="y" k="57" />
1095
- <hkern u1="h" u2="w" k="98" />
1096
- <hkern u1="h" u2="t" k="57" />
1097
- <hkern u1="h" u2="o" k="31" />
1098
- <hkern u1="h" u2="j" k="156" />
1099
- <hkern u1="h" u2="i" k="-41" />
1100
- <hkern u1="h" u2="g" k="57" />
1101
- <hkern u1="h" u2="e" k="29" />
1102
- <hkern u1="h" u2="d" k="98" />
1103
- <hkern u1="h" u2="a" k="39" />
1104
- <hkern u1="i" u2="y" k="-43" />
1105
- <hkern u1="i" u2="x" k="-57" />
1106
- <hkern u1="i" u2="w" k="-43" />
1107
- <hkern u1="i" u2="v" k="-39" />
1108
- <hkern u1="i" u2="u" k="-41" />
1109
- <hkern u1="i" u2="t" k="-61" />
1110
- <hkern u1="i" u2="s" k="-78" />
1111
- <hkern u1="i" u2="r" k="-98" />
1112
- <hkern u1="i" u2="p" k="-80" />
1113
- <hkern u1="i" u2="n" k="-61" />
1114
- <hkern u1="i" u2="m" k="-41" />
1115
- <hkern u1="i" u2="l" k="-145" />
1116
- <hkern u1="i" u2="k" k="-80" />
1117
- <hkern u1="i" u2="i" k="-61" />
1118
- <hkern u1="i" u2="h" k="-41" />
1119
- <hkern u1="i" u2="f" k="-176" />
1120
- <hkern u1="i" u2="e" k="-61" />
1121
- <hkern u1="i" u2="c" k="-57" />
1122
- <hkern u1="i" u2="b" k="-80" />
1123
- <hkern u1="j" u2="y" k="-88" />
1124
- <hkern u1="j" u2="u" k="-51" />
1125
- <hkern u1="j" u2="t" k="-57" />
1126
- <hkern u1="j" u2="s" k="-57" />
1127
- <hkern u1="j" u2="r" k="-57" />
1128
- <hkern u1="j" u2="p" k="-135" />
1129
- <hkern u1="j" u2="n" k="-68" />
1130
- <hkern u1="j" u2="l" k="-98" />
1131
- <hkern u1="j" u2="k" k="-57" />
1132
- <hkern u1="j" u2="i" k="-178" />
1133
- <hkern u1="j" u2="h" k="-117" />
1134
- <hkern u1="j" u2="g" k="-57" />
1135
- <hkern u1="j" u2="f" k="-137" />
1136
- <hkern u1="j" u2="e" k="-39" />
1137
- <hkern u1="j" u2="c" k="-18" />
1138
- <hkern u1="k" u2="u" k="78" />
1139
- <hkern u1="k" u2="t" k="43" />
1140
- <hkern u1="k" u2="s" k="78" />
1141
- <hkern u1="k" u2="r" k="47" />
1142
- <hkern u1="k" u2="q" k="176" />
1143
- <hkern u1="k" u2="o" k="139" />
1144
- <hkern u1="k" u2="n" k="57" />
1145
- <hkern u1="k" u2="j" k="156" />
1146
- <hkern u1="k" u2="i" k="-18" />
1147
- <hkern u1="k" u2="g" k="78" />
1148
- <hkern u1="k" u2="e" k="145" />
1149
- <hkern u1="k" u2="d" k="137" />
1150
- <hkern u1="k" u2="c" k="78" />
1151
- <hkern u1="k" u2="a" k="98" />
1152
- <hkern u1="l" u2="y" k="-88" />
1153
- <hkern u1="l" u2="x" k="-39" />
1154
- <hkern u1="l" u2="w" k="-57" />
1155
- <hkern u1="l" u2="v" k="-57" />
1156
- <hkern u1="l" u2="u" k="-61" />
1157
- <hkern u1="l" u2="t" k="-137" />
1158
- <hkern u1="l" u2="s" k="-41" />
1159
- <hkern u1="l" u2="r" k="-137" />
1160
- <hkern u1="l" u2="p" k="-147" />
1161
- <hkern u1="l" u2="n" k="-106" />
1162
- <hkern u1="l" u2="l" k="-109" />
1163
- <hkern u1="l" u2="k" k="-39" />
1164
- <hkern u1="l" u2="j" k="78" />
1165
- <hkern u1="l" u2="i" k="-160" />
1166
- <hkern u1="l" u2="h" k="-98" />
1167
- <hkern u1="l" u2="g" k="-39" />
1168
- <hkern u1="l" u2="f" k="-197" />
1169
- <hkern u1="l" u2="e" k="-33" />
1170
- <hkern u1="l" u2="b" k="-117" />
1171
- <hkern u1="l" u2="a" k="-31" />
1172
- <hkern u1="m" u2="z" k="18" />
1173
- <hkern u1="m" u2="y" k="14" />
1174
- <hkern u1="m" u2="w" k="29" />
1175
- <hkern u1="m" u2="t" k="-43" />
1176
- <hkern u1="m" u2="r" k="-57" />
1177
- <hkern u1="m" u2="p" k="-6" />
1178
- <hkern u1="m" u2="o" k="29" />
1179
- <hkern u1="m" u2="n" k="-43" />
1180
- <hkern u1="m" u2="l" k="-18" />
1181
- <hkern u1="m" u2="j" k="135" />
1182
- <hkern u1="m" u2="i" k="-61" />
1183
- <hkern u1="m" u2="h" k="-57" />
1184
- <hkern u1="m" u2="f" k="-117" />
1185
- <hkern u1="m" u2="e" k="25" />
1186
- <hkern u1="m" u2="b" k="-43" />
1187
- <hkern u1="m" u2="a" k="57" />
1188
- <hkern u1="n" u2="r" k="-57" />
1189
- <hkern u1="n" u2="q" k="20" />
1190
- <hkern u1="n" u2="p" k="-57" />
1191
- <hkern u1="n" u2="o" k="41" />
1192
- <hkern u1="n" u2="m" k="-43" />
1193
- <hkern u1="n" u2="l" k="-31" />
1194
- <hkern u1="n" u2="j" k="156" />
1195
- <hkern u1="n" u2="i" k="-41" />
1196
- <hkern u1="n" u2="g" k="18" />
1197
- <hkern u1="n" u2="f" k="-96" />
1198
- <hkern u1="n" u2="e" k="20" />
1199
- <hkern u1="n" u2="d" k="78" />
1200
- <hkern u1="n" u2="c" k="35" />
1201
- <hkern u1="o" u2="z" k="106" />
1202
- <hkern u1="o" u2="y" k="84" />
1203
- <hkern u1="o" u2="x" k="119" />
1204
- <hkern u1="o" u2="w" k="98" />
1205
- <hkern u1="o" u2="v" k="61" />
1206
- <hkern u1="o" u2="u" k="41" />
1207
- <hkern u1="o" u2="t" k="20" />
1208
- <hkern u1="o" u2="s" k="29" />
1209
- <hkern u1="o" u2="r" k="29" />
1210
- <hkern u1="o" u2="q" k="61" />
1211
- <hkern u1="o" u2="p" k="31" />
1212
- <hkern u1="o" u2="o" k="82" />
1213
- <hkern u1="o" u2="n" k="63" />
1214
- <hkern u1="o" u2="m" k="55" />
1215
- <hkern u1="o" u2="l" k="20" />
1216
- <hkern u1="o" u2="j" k="162" />
1217
- <hkern u1="o" u2="g" k="61" />
1218
- <hkern u1="o" u2="e" k="90" />
1219
- <hkern u1="o" u2="d" k="72" />
1220
- <hkern u1="o" u2="c" k="61" />
1221
- <hkern u1="o" u2="b" k="18" />
1222
- <hkern u1="o" u2="a" k="100" />
1223
- <hkern u1="p" u2="z" k="68" />
1224
- <hkern u1="p" u2="y" k="43" />
1225
- <hkern u1="p" u2="x" k="98" />
1226
- <hkern u1="p" u2="w" k="137" />
1227
- <hkern u1="p" u2="v" k="76" />
1228
- <hkern u1="p" u2="u" k="18" />
1229
- <hkern u1="p" u2="t" k="18" />
1230
- <hkern u1="p" u2="o" k="61" />
1231
- <hkern u1="p" u2="n" k="68" />
1232
- <hkern u1="p" u2="m" k="98" />
1233
- <hkern u1="p" u2="l" k="2" />
1234
- <hkern u1="p" u2="j" k="176" />
1235
- <hkern u1="p" u2="g" k="78" />
1236
- <hkern u1="p" u2="e" k="72" />
1237
- <hkern u1="p" u2="d" k="57" />
1238
- <hkern u1="p" u2="c" k="57" />
1239
- <hkern u1="p" u2="a" k="72" />
1240
- <hkern u1="q" u2="y" k="-86" />
1241
- <hkern u1="q" u2="x" k="-76" />
1242
- <hkern u1="q" u2="t" k="-39" />
1243
- <hkern u1="q" u2="o" k="31" />
1244
- <hkern u1="q" u2="l" k="-78" />
1245
- <hkern u1="q" u2="k" k="-39" />
1246
- <hkern u1="q" u2="i" k="-98" />
1247
- <hkern u1="q" u2="f" k="-135" />
1248
- <hkern u1="q" u2="e" k="39" />
1249
- <hkern u1="q" u2="a" k="8" />
1250
- <hkern u1="r" u2="z" k="-39" />
1251
- <hkern u1="r" u2="y" k="-96" />
1252
- <hkern u1="r" u2="x" k="-18" />
1253
- <hkern u1="r" u2="u" k="-29" />
1254
- <hkern u1="r" u2="t" k="-61" />
1255
- <hkern u1="r" u2="s" k="57" />
1256
- <hkern u1="r" u2="q" k="96" />
1257
- <hkern u1="r" u2="p" k="-86" />
1258
- <hkern u1="r" u2="o" k="80" />
1259
- <hkern u1="r" u2="n" k="-29" />
1260
- <hkern u1="r" u2="m" k="-4" />
1261
- <hkern u1="r" u2="l" k="-96" />
1262
- <hkern u1="r" u2="j" k="205" />
1263
- <hkern u1="r" u2="i" k="-61" />
1264
- <hkern u1="r" u2="h" k="18" />
1265
- <hkern u1="r" u2="g" k="49" />
1266
- <hkern u1="r" u2="f" k="-59" />
1267
- <hkern u1="r" u2="e" k="92" />
1268
- <hkern u1="r" u2="d" k="88" />
1269
- <hkern u1="r" u2="c" k="88" />
1270
- <hkern u1="r" u2="b" k="-47" />
1271
- <hkern u1="r" u2="a" k="80" />
1272
- <hkern u1="s" u2="y" k="57" />
1273
- <hkern u1="s" u2="w" k="78" />
1274
- <hkern u1="s" u2="u" k="31" />
1275
- <hkern u1="s" u2="t" k="37" />
1276
- <hkern u1="s" u2="s" k="41" />
1277
- <hkern u1="s" u2="r" k="-18" />
1278
- <hkern u1="s" u2="q" k="41" />
1279
- <hkern u1="s" u2="o" k="41" />
1280
- <hkern u1="s" u2="m" k="43" />
1281
- <hkern u1="s" u2="j" k="174" />
1282
- <hkern u1="s" u2="i" k="-18" />
1283
- <hkern u1="s" u2="g" k="39" />
1284
- <hkern u1="s" u2="f" k="-39" />
1285
- <hkern u1="s" u2="e" k="66" />
1286
- <hkern u1="s" u2="d" k="57" />
1287
- <hkern u1="t" u2="y" k="-57" />
1288
- <hkern u1="t" u2="x" k="-29" />
1289
- <hkern u1="t" u2="u" k="-18" />
1290
- <hkern u1="t" u2="r" k="-49" />
1291
- <hkern u1="t" u2="q" k="49" />
1292
- <hkern u1="t" u2="p" k="-96" />
1293
- <hkern u1="t" u2="o" k="31" />
1294
- <hkern u1="t" u2="n" k="-10" />
1295
- <hkern u1="t" u2="m" k="-72" />
1296
- <hkern u1="t" u2="l" k="-115" />
1297
- <hkern u1="t" u2="k" k="-43" />
1298
- <hkern u1="t" u2="j" k="131" />
1299
- <hkern u1="t" u2="i" k="-61" />
1300
- <hkern u1="t" u2="h" k="-29" />
1301
- <hkern u1="t" u2="g" k="10" />
1302
- <hkern u1="t" u2="f" k="-57" />
1303
- <hkern u1="t" u2="e" k="35" />
1304
- <hkern u1="t" u2="d" k="29" />
1305
- <hkern u1="t" u2="b" k="-88" />
1306
- <hkern u1="u" u2="y" k="-43" />
1307
- <hkern u1="u" u2="v" k="31" />
1308
- <hkern u1="u" u2="t" k="-18" />
1309
- <hkern u1="u" u2="r" k="-31" />
1310
- <hkern u1="u" u2="o" k="41" />
1311
- <hkern u1="u" u2="m" k="18" />
1312
- <hkern u1="u" u2="l" k="-57" />
1313
- <hkern u1="u" u2="j" k="123" />
1314
- <hkern u1="u" u2="i" k="-41" />
1315
- <hkern u1="u" u2="f" k="-78" />
1316
- <hkern u1="u" u2="e" k="43" />
1317
- <hkern u1="u" u2="d" k="41" />
1318
- <hkern u1="u" u2="c" k="41" />
1319
- <hkern u1="u" u2="a" k="18" />
1320
- <hkern u1="v" u2="t" k="29" />
1321
- <hkern u1="v" u2="s" k="61" />
1322
- <hkern u1="v" u2="r" k="8" />
1323
- <hkern u1="v" u2="q" k="61" />
1324
- <hkern u1="v" u2="p" k="-57" />
1325
- <hkern u1="v" u2="o" k="82" />
1326
- <hkern u1="v" u2="n" k="61" />
1327
- <hkern u1="v" u2="m" k="61" />
1328
- <hkern u1="v" u2="l" k="-39" />
1329
- <hkern u1="v" u2="j" k="219" />
1330
- <hkern u1="v" u2="i" k="-57" />
1331
- <hkern u1="v" u2="g" k="80" />
1332
- <hkern u1="v" u2="f" k="-96" />
1333
- <hkern u1="v" u2="e" k="72" />
1334
- <hkern u1="v" u2="d" k="61" />
1335
- <hkern u1="v" u2="c" k="82" />
1336
- <hkern u1="v" u2="b" k="-18" />
1337
- <hkern u1="v" u2="a" k="82" />
1338
- <hkern u1="w" u2="z" k="57" />
1339
- <hkern u1="w" u2="y" k="39" />
1340
- <hkern u1="w" u2="s" k="57" />
1341
- <hkern u1="w" u2="r" k="57" />
1342
- <hkern u1="w" u2="q" k="98" />
1343
- <hkern u1="w" u2="o" k="141" />
1344
- <hkern u1="w" u2="n" k="57" />
1345
- <hkern u1="w" u2="m" k="57" />
1346
- <hkern u1="w" u2="l" k="-43" />
1347
- <hkern u1="w" u2="j" k="197" />
1348
- <hkern u1="w" u2="g" k="98" />
1349
- <hkern u1="w" u2="f" k="29" />
1350
- <hkern u1="w" u2="e" k="174" />
1351
- <hkern u1="w" u2="d" k="78" />
1352
- <hkern u1="w" u2="c" k="115" />
1353
- <hkern u1="w" u2="b" k="43" />
1354
- <hkern u1="w" u2="a" k="98" />
1355
- <hkern u1="x" u2="t" k="43" />
1356
- <hkern u1="x" u2="q" k="57" />
1357
- <hkern u1="x" u2="o" k="137" />
1358
- <hkern u1="x" u2="n" k="10" />
1359
- <hkern u1="x" u2="m" k="78" />
1360
- <hkern u1="x" u2="j" k="176" />
1361
- <hkern u1="x" u2="g" k="57" />
1362
- <hkern u1="x" u2="f" k="-39" />
1363
- <hkern u1="x" u2="e" k="143" />
1364
- <hkern u1="x" u2="d" k="57" />
1365
- <hkern u1="x" u2="c" k="57" />
1366
- <hkern u1="x" u2="a" k="82" />
1367
- <hkern u1="y" u2="z" k="72" />
1368
- <hkern u1="y" u2="x" k="39" />
1369
- <hkern u1="y" u2="w" k="57" />
1370
- <hkern u1="y" u2="v" k="37" />
1371
- <hkern u1="y" u2="u" k="43" />
1372
- <hkern u1="y" u2="t" k="29" />
1373
- <hkern u1="y" u2="s" k="57" />
1374
- <hkern u1="y" u2="r" k="43" />
1375
- <hkern u1="y" u2="q" k="117" />
1376
- <hkern u1="y" u2="o" k="164" />
1377
- <hkern u1="y" u2="n" k="68" />
1378
- <hkern u1="y" u2="m" k="121" />
1379
- <hkern u1="y" u2="j" k="236" />
1380
- <hkern u1="y" u2="g" k="131" />
1381
- <hkern u1="y" u2="e" k="164" />
1382
- <hkern u1="y" u2="d" k="131" />
1383
- <hkern u1="y" u2="c" k="117" />
1384
- <hkern u1="y" u2="b" k="78" />
1385
- <hkern u1="y" u2="a" k="137" />
1386
- <hkern u1="z" u2="x" k="29" />
1387
- <hkern u1="z" u2="w" k="-4" />
1388
- <hkern u1="z" u2="s" k="68" />
1389
- <hkern u1="z" u2="q" k="106" />
1390
- <hkern u1="z" u2="o" k="80" />
1391
- <hkern u1="z" u2="n" k="29" />
1392
- <hkern u1="z" u2="m" k="78" />
1393
- <hkern u1="z" u2="k" k="57" />
1394
- <hkern u1="z" u2="j" k="186" />
1395
- <hkern u1="z" u2="h" k="-29" />
1396
- <hkern u1="z" u2="g" k="106" />
1397
- <hkern u1="z" u2="e" k="88" />
1398
- <hkern u1="z" u2="d" k="78" />
1399
- <hkern u1="z" u2="c" k="98" />
1400
- <hkern u1="z" u2="a" k="57" />
1401
- <hkern u1="&#xc0;" u2="z" k="39" />
1402
- <hkern u1="&#xc0;" u2="y" k="137" />
1403
- <hkern u1="&#xc0;" u2="x" k="57" />
1404
- <hkern u1="&#xc0;" u2="w" k="127" />
1405
- <hkern u1="&#xc0;" u2="v" k="147" />
1406
- <hkern u1="&#xc0;" u2="u" k="127" />
1407
- <hkern u1="&#xc0;" u2="t" k="57" />
1408
- <hkern u1="&#xc0;" u2="s" k="78" />
1409
- <hkern u1="&#xc0;" u2="r" k="29" />
1410
- <hkern u1="&#xc0;" u2="q" k="98" />
1411
- <hkern u1="&#xc0;" u2="p" k="47" />
1412
- <hkern u1="&#xc0;" u2="o" k="156" />
1413
- <hkern u1="&#xc0;" u2="n" k="57" />
1414
- <hkern u1="&#xc0;" u2="m" k="39" />
1415
- <hkern u1="&#xc0;" u2="k" k="29" />
1416
- <hkern u1="&#xc0;" u2="j" k="176" />
1417
- <hkern u1="&#xc0;" u2="h" k="29" />
1418
- <hkern u1="&#xc0;" u2="g" k="106" />
1419
- <hkern u1="&#xc0;" u2="e" k="98" />
1420
- <hkern u1="&#xc0;" u2="d" k="106" />
1421
- <hkern u1="&#xc0;" u2="c" k="127" />
1422
- <hkern u1="&#xc0;" u2="b" k="29" />
1423
- <hkern u1="&#xc0;" u2="a" k="49" />
1424
- <hkern u1="&#xc0;" u2="V" k="197" />
1425
- <hkern u1="&#xc1;" u2="z" k="39" />
1426
- <hkern u1="&#xc1;" u2="y" k="137" />
1427
- <hkern u1="&#xc1;" u2="x" k="57" />
1428
- <hkern u1="&#xc1;" u2="w" k="127" />
1429
- <hkern u1="&#xc1;" u2="v" k="147" />
1430
- <hkern u1="&#xc1;" u2="u" k="127" />
1431
- <hkern u1="&#xc1;" u2="t" k="57" />
1432
- <hkern u1="&#xc1;" u2="s" k="78" />
1433
- <hkern u1="&#xc1;" u2="r" k="29" />
1434
- <hkern u1="&#xc1;" u2="q" k="98" />
1435
- <hkern u1="&#xc1;" u2="p" k="47" />
1436
- <hkern u1="&#xc1;" u2="o" k="156" />
1437
- <hkern u1="&#xc1;" u2="n" k="57" />
1438
- <hkern u1="&#xc1;" u2="m" k="39" />
1439
- <hkern u1="&#xc1;" u2="k" k="29" />
1440
- <hkern u1="&#xc1;" u2="j" k="176" />
1441
- <hkern u1="&#xc1;" u2="i" k="57" />
1442
- <hkern u1="&#xc1;" u2="h" k="29" />
1443
- <hkern u1="&#xc1;" u2="g" k="106" />
1444
- <hkern u1="&#xc1;" u2="e" k="98" />
1445
- <hkern u1="&#xc1;" u2="d" k="106" />
1446
- <hkern u1="&#xc1;" u2="c" k="127" />
1447
- <hkern u1="&#xc1;" u2="b" k="29" />
1448
- <hkern u1="&#xc1;" u2="a" k="49" />
1449
- <hkern u1="&#xc1;" u2="V" k="197" />
1450
- <hkern u1="&#xc2;" u2="z" k="39" />
1451
- <hkern u1="&#xc2;" u2="y" k="137" />
1452
- <hkern u1="&#xc2;" u2="x" k="57" />
1453
- <hkern u1="&#xc2;" u2="w" k="127" />
1454
- <hkern u1="&#xc2;" u2="v" k="147" />
1455
- <hkern u1="&#xc2;" u2="u" k="127" />
1456
- <hkern u1="&#xc2;" u2="t" k="57" />
1457
- <hkern u1="&#xc2;" u2="s" k="78" />
1458
- <hkern u1="&#xc2;" u2="r" k="29" />
1459
- <hkern u1="&#xc2;" u2="q" k="98" />
1460
- <hkern u1="&#xc2;" u2="p" k="47" />
1461
- <hkern u1="&#xc2;" u2="o" k="156" />
1462
- <hkern u1="&#xc2;" u2="n" k="57" />
1463
- <hkern u1="&#xc2;" u2="m" k="39" />
1464
- <hkern u1="&#xc2;" u2="k" k="29" />
1465
- <hkern u1="&#xc2;" u2="j" k="176" />
1466
- <hkern u1="&#xc2;" u2="i" k="57" />
1467
- <hkern u1="&#xc2;" u2="h" k="29" />
1468
- <hkern u1="&#xc2;" u2="g" k="106" />
1469
- <hkern u1="&#xc2;" u2="e" k="98" />
1470
- <hkern u1="&#xc2;" u2="d" k="106" />
1471
- <hkern u1="&#xc2;" u2="c" k="127" />
1472
- <hkern u1="&#xc2;" u2="b" k="29" />
1473
- <hkern u1="&#xc2;" u2="a" k="49" />
1474
- <hkern u1="&#xc2;" u2="V" k="197" />
1475
- <hkern u1="&#xc3;" u2="z" k="39" />
1476
- <hkern u1="&#xc3;" u2="y" k="137" />
1477
- <hkern u1="&#xc3;" u2="x" k="57" />
1478
- <hkern u1="&#xc3;" u2="w" k="127" />
1479
- <hkern u1="&#xc3;" u2="v" k="147" />
1480
- <hkern u1="&#xc3;" u2="u" k="127" />
1481
- <hkern u1="&#xc3;" u2="t" k="57" />
1482
- <hkern u1="&#xc3;" u2="s" k="78" />
1483
- <hkern u1="&#xc3;" u2="r" k="29" />
1484
- <hkern u1="&#xc3;" u2="q" k="98" />
1485
- <hkern u1="&#xc3;" u2="p" k="47" />
1486
- <hkern u1="&#xc3;" u2="o" k="156" />
1487
- <hkern u1="&#xc3;" u2="n" k="57" />
1488
- <hkern u1="&#xc3;" u2="m" k="39" />
1489
- <hkern u1="&#xc3;" u2="k" k="29" />
1490
- <hkern u1="&#xc3;" u2="j" k="176" />
1491
- <hkern u1="&#xc3;" u2="i" k="57" />
1492
- <hkern u1="&#xc3;" u2="h" k="29" />
1493
- <hkern u1="&#xc3;" u2="g" k="106" />
1494
- <hkern u1="&#xc3;" u2="e" k="98" />
1495
- <hkern u1="&#xc3;" u2="d" k="106" />
1496
- <hkern u1="&#xc3;" u2="c" k="127" />
1497
- <hkern u1="&#xc3;" u2="b" k="29" />
1498
- <hkern u1="&#xc3;" u2="a" k="49" />
1499
- <hkern u1="&#xc3;" u2="V" k="197" />
1500
- <hkern u1="&#xc4;" u2="z" k="39" />
1501
- <hkern u1="&#xc4;" u2="y" k="137" />
1502
- <hkern u1="&#xc4;" u2="x" k="57" />
1503
- <hkern u1="&#xc4;" u2="w" k="127" />
1504
- <hkern u1="&#xc4;" u2="v" k="147" />
1505
- <hkern u1="&#xc4;" u2="u" k="127" />
1506
- <hkern u1="&#xc4;" u2="t" k="57" />
1507
- <hkern u1="&#xc4;" u2="s" k="78" />
1508
- <hkern u1="&#xc4;" u2="r" k="29" />
1509
- <hkern u1="&#xc4;" u2="q" k="98" />
1510
- <hkern u1="&#xc4;" u2="p" k="47" />
1511
- <hkern u1="&#xc4;" u2="o" k="156" />
1512
- <hkern u1="&#xc4;" u2="n" k="57" />
1513
- <hkern u1="&#xc4;" u2="m" k="39" />
1514
- <hkern u1="&#xc4;" u2="k" k="29" />
1515
- <hkern u1="&#xc4;" u2="j" k="176" />
1516
- <hkern u1="&#xc4;" u2="i" k="57" />
1517
- <hkern u1="&#xc4;" u2="h" k="29" />
1518
- <hkern u1="&#xc4;" u2="g" k="106" />
1519
- <hkern u1="&#xc4;" u2="e" k="98" />
1520
- <hkern u1="&#xc4;" u2="d" k="106" />
1521
- <hkern u1="&#xc4;" u2="c" k="127" />
1522
- <hkern u1="&#xc4;" u2="b" k="29" />
1523
- <hkern u1="&#xc4;" u2="a" k="49" />
1524
- <hkern u1="&#xc4;" u2="V" k="197" />
1525
- <hkern u1="&#xc5;" u2="z" k="39" />
1526
- <hkern u1="&#xc5;" u2="y" k="137" />
1527
- <hkern u1="&#xc5;" u2="x" k="57" />
1528
- <hkern u1="&#xc5;" u2="w" k="127" />
1529
- <hkern u1="&#xc5;" u2="v" k="147" />
1530
- <hkern u1="&#xc5;" u2="u" k="127" />
1531
- <hkern u1="&#xc5;" u2="t" k="57" />
1532
- <hkern u1="&#xc5;" u2="s" k="78" />
1533
- <hkern u1="&#xc5;" u2="r" k="29" />
1534
- <hkern u1="&#xc5;" u2="q" k="98" />
1535
- <hkern u1="&#xc5;" u2="p" k="47" />
1536
- <hkern u1="&#xc5;" u2="o" k="156" />
1537
- <hkern u1="&#xc5;" u2="n" k="57" />
1538
- <hkern u1="&#xc5;" u2="m" k="39" />
1539
- <hkern u1="&#xc5;" u2="k" k="29" />
1540
- <hkern u1="&#xc5;" u2="j" k="176" />
1541
- <hkern u1="&#xc5;" u2="i" k="57" />
1542
- <hkern u1="&#xc5;" u2="h" k="29" />
1543
- <hkern u1="&#xc5;" u2="g" k="106" />
1544
- <hkern u1="&#xc5;" u2="e" k="98" />
1545
- <hkern u1="&#xc5;" u2="d" k="106" />
1546
- <hkern u1="&#xc5;" u2="c" k="127" />
1547
- <hkern u1="&#xc5;" u2="b" k="29" />
1548
- <hkern u1="&#xc5;" u2="a" k="49" />
1549
- <hkern u1="&#xc5;" u2="V" k="197" />
1550
- <hkern u1="&#xc7;" u2="z" k="68" />
1551
- <hkern u1="&#xc7;" u2="y" k="98" />
1552
- <hkern u1="&#xc7;" u2="x" k="106" />
1553
- <hkern u1="&#xc7;" u2="w" k="106" />
1554
- <hkern u1="&#xc7;" u2="v" k="117" />
1555
- <hkern u1="&#xc7;" u2="u" k="106" />
1556
- <hkern u1="&#xc7;" u2="t" k="78" />
1557
- <hkern u1="&#xc7;" u2="s" k="106" />
1558
- <hkern u1="&#xc7;" u2="r" k="68" />
1559
- <hkern u1="&#xc7;" u2="q" k="147" />
1560
- <hkern u1="&#xc7;" u2="p" k="78" />
1561
- <hkern u1="&#xc7;" u2="o" k="199" />
1562
- <hkern u1="&#xc7;" u2="n" k="98" />
1563
- <hkern u1="&#xc7;" u2="m" k="135" />
1564
- <hkern u1="&#xc7;" u2="l" k="57" />
1565
- <hkern u1="&#xc7;" u2="k" k="88" />
1566
- <hkern u1="&#xc7;" u2="j" k="186" />
1567
- <hkern u1="&#xc7;" u2="i" k="57" />
1568
- <hkern u1="&#xc7;" u2="h" k="86" />
1569
- <hkern u1="&#xc7;" u2="g" k="127" />
1570
- <hkern u1="&#xc7;" u2="f" k="29" />
1571
- <hkern u1="&#xc7;" u2="e" k="180" />
1572
- <hkern u1="&#xc7;" u2="d" k="147" />
1573
- <hkern u1="&#xc7;" u2="c" k="117" />
1574
- <hkern u1="&#xc7;" u2="b" k="57" />
1575
- <hkern u1="&#xc7;" u2="a" k="98" />
1576
- <hkern u1="&#xc8;" u2="e" k="39" />
1577
- <hkern u1="&#xc8;" u2="a" k="39" />
1578
- <hkern u1="&#xc9;" u2="e" k="39" />
1579
- <hkern u1="&#xc9;" u2="a" k="39" />
1580
- <hkern u1="&#xca;" u2="e" k="39" />
1581
- <hkern u1="&#xca;" u2="a" k="39" />
1582
- <hkern u1="&#xcb;" u2="e" k="39" />
1583
- <hkern u1="&#xcb;" u2="a" k="39" />
1584
- <hkern u1="&#xcc;" u2="o" k="49" />
1585
- <hkern u1="&#xcc;" u2="j" k="78" />
1586
- <hkern u1="&#xcd;" u2="o" k="49" />
1587
- <hkern u1="&#xcd;" u2="j" k="78" />
1588
- <hkern u1="&#xce;" u2="o" k="49" />
1589
- <hkern u1="&#xce;" u2="j" k="78" />
1590
- <hkern u1="&#xcf;" u2="o" k="49" />
1591
- <hkern u1="&#xcf;" u2="j" k="78" />
1592
- <hkern u1="&#xd1;" u2="y" k="29" />
1593
- <hkern u1="&#xd1;" u2="x" k="68" />
1594
- <hkern u1="&#xd1;" u2="w" k="68" />
1595
- <hkern u1="&#xd1;" u2="v" k="57" />
1596
- <hkern u1="&#xd1;" u2="q" k="68" />
1597
- <hkern u1="&#xd1;" u2="o" k="57" />
1598
- <hkern u1="&#xd1;" u2="n" k="49" />
1599
- <hkern u1="&#xd1;" u2="m" k="18" />
1600
- <hkern u1="&#xd1;" u2="j" k="106" />
1601
- <hkern u1="&#xd1;" u2="g" k="57" />
1602
- <hkern u1="&#xd1;" u2="e" k="29" />
1603
- <hkern u1="&#xd1;" u2="d" k="39" />
1604
- <hkern u1="&#xd1;" u2="c" k="57" />
1605
- <hkern u1="&#xd2;" u2="z" k="68" />
1606
- <hkern u1="&#xd2;" u2="y" k="68" />
1607
- <hkern u1="&#xd2;" u2="x" k="98" />
1608
- <hkern u1="&#xd2;" u2="w" k="88" />
1609
- <hkern u1="&#xd2;" u2="v" k="88" />
1610
- <hkern u1="&#xd2;" u2="u" k="88" />
1611
- <hkern u1="&#xd2;" u2="t" k="29" />
1612
- <hkern u1="&#xd2;" u2="s" k="98" />
1613
- <hkern u1="&#xd2;" u2="r" k="39" />
1614
- <hkern u1="&#xd2;" u2="q" k="98" />
1615
- <hkern u1="&#xd2;" u2="p" k="57" />
1616
- <hkern u1="&#xd2;" u2="o" k="117" />
1617
- <hkern u1="&#xd2;" u2="n" k="57" />
1618
- <hkern u1="&#xd2;" u2="m" k="88" />
1619
- <hkern u1="&#xd2;" u2="l" k="49" />
1620
- <hkern u1="&#xd2;" u2="j" k="184" />
1621
- <hkern u1="&#xd2;" u2="i" k="57" />
1622
- <hkern u1="&#xd2;" u2="h" k="88" />
1623
- <hkern u1="&#xd2;" u2="g" k="88" />
1624
- <hkern u1="&#xd2;" u2="f" k="49" />
1625
- <hkern u1="&#xd2;" u2="e" k="78" />
1626
- <hkern u1="&#xd2;" u2="d" k="106" />
1627
- <hkern u1="&#xd2;" u2="c" k="88" />
1628
- <hkern u1="&#xd2;" u2="b" k="39" />
1629
- <hkern u1="&#xd2;" u2="a" k="57" />
1630
- <hkern u1="&#xd2;" u2="T" k="205" />
1631
- <hkern u1="&#xd2;" u2="A" k="82" />
1632
- <hkern u1="&#xd3;" u2="z" k="68" />
1633
- <hkern u1="&#xd3;" u2="y" k="68" />
1634
- <hkern u1="&#xd3;" u2="x" k="98" />
1635
- <hkern u1="&#xd3;" u2="w" k="88" />
1636
- <hkern u1="&#xd3;" u2="v" k="88" />
1637
- <hkern u1="&#xd3;" u2="u" k="88" />
1638
- <hkern u1="&#xd3;" u2="t" k="29" />
1639
- <hkern u1="&#xd3;" u2="s" k="98" />
1640
- <hkern u1="&#xd3;" u2="r" k="39" />
1641
- <hkern u1="&#xd3;" u2="q" k="98" />
1642
- <hkern u1="&#xd3;" u2="p" k="57" />
1643
- <hkern u1="&#xd3;" u2="o" k="117" />
1644
- <hkern u1="&#xd3;" u2="n" k="57" />
1645
- <hkern u1="&#xd3;" u2="m" k="88" />
1646
- <hkern u1="&#xd3;" u2="l" k="49" />
1647
- <hkern u1="&#xd3;" u2="j" k="184" />
1648
- <hkern u1="&#xd3;" u2="i" k="57" />
1649
- <hkern u1="&#xd3;" u2="h" k="88" />
1650
- <hkern u1="&#xd3;" u2="g" k="88" />
1651
- <hkern u1="&#xd3;" u2="f" k="49" />
1652
- <hkern u1="&#xd3;" u2="e" k="78" />
1653
- <hkern u1="&#xd3;" u2="d" k="106" />
1654
- <hkern u1="&#xd3;" u2="c" k="88" />
1655
- <hkern u1="&#xd3;" u2="b" k="39" />
1656
- <hkern u1="&#xd3;" u2="a" k="57" />
1657
- <hkern u1="&#xd3;" u2="T" k="205" />
1658
- <hkern u1="&#xd3;" u2="A" k="82" />
1659
- <hkern u1="&#xd4;" u2="z" k="68" />
1660
- <hkern u1="&#xd4;" u2="y" k="68" />
1661
- <hkern u1="&#xd4;" u2="x" k="98" />
1662
- <hkern u1="&#xd4;" u2="w" k="88" />
1663
- <hkern u1="&#xd4;" u2="v" k="88" />
1664
- <hkern u1="&#xd4;" u2="u" k="88" />
1665
- <hkern u1="&#xd4;" u2="t" k="29" />
1666
- <hkern u1="&#xd4;" u2="s" k="98" />
1667
- <hkern u1="&#xd4;" u2="r" k="39" />
1668
- <hkern u1="&#xd4;" u2="q" k="98" />
1669
- <hkern u1="&#xd4;" u2="p" k="57" />
1670
- <hkern u1="&#xd4;" u2="o" k="117" />
1671
- <hkern u1="&#xd4;" u2="n" k="57" />
1672
- <hkern u1="&#xd4;" u2="m" k="88" />
1673
- <hkern u1="&#xd4;" u2="l" k="49" />
1674
- <hkern u1="&#xd4;" u2="j" k="184" />
1675
- <hkern u1="&#xd4;" u2="i" k="57" />
1676
- <hkern u1="&#xd4;" u2="h" k="88" />
1677
- <hkern u1="&#xd4;" u2="g" k="88" />
1678
- <hkern u1="&#xd4;" u2="f" k="49" />
1679
- <hkern u1="&#xd4;" u2="e" k="78" />
1680
- <hkern u1="&#xd4;" u2="d" k="106" />
1681
- <hkern u1="&#xd4;" u2="c" k="88" />
1682
- <hkern u1="&#xd4;" u2="b" k="39" />
1683
- <hkern u1="&#xd4;" u2="a" k="57" />
1684
- <hkern u1="&#xd4;" u2="T" k="205" />
1685
- <hkern u1="&#xd4;" u2="A" k="82" />
1686
- <hkern u1="&#xd5;" u2="z" k="68" />
1687
- <hkern u1="&#xd5;" u2="y" k="68" />
1688
- <hkern u1="&#xd5;" u2="x" k="98" />
1689
- <hkern u1="&#xd5;" u2="w" k="88" />
1690
- <hkern u1="&#xd5;" u2="v" k="88" />
1691
- <hkern u1="&#xd5;" u2="u" k="88" />
1692
- <hkern u1="&#xd5;" u2="t" k="29" />
1693
- <hkern u1="&#xd5;" u2="s" k="98" />
1694
- <hkern u1="&#xd5;" u2="r" k="39" />
1695
- <hkern u1="&#xd5;" u2="q" k="98" />
1696
- <hkern u1="&#xd5;" u2="p" k="57" />
1697
- <hkern u1="&#xd5;" u2="o" k="117" />
1698
- <hkern u1="&#xd5;" u2="n" k="57" />
1699
- <hkern u1="&#xd5;" u2="m" k="88" />
1700
- <hkern u1="&#xd5;" u2="l" k="49" />
1701
- <hkern u1="&#xd5;" u2="j" k="184" />
1702
- <hkern u1="&#xd5;" u2="i" k="57" />
1703
- <hkern u1="&#xd5;" u2="h" k="88" />
1704
- <hkern u1="&#xd5;" u2="g" k="88" />
1705
- <hkern u1="&#xd5;" u2="f" k="49" />
1706
- <hkern u1="&#xd5;" u2="e" k="78" />
1707
- <hkern u1="&#xd5;" u2="d" k="106" />
1708
- <hkern u1="&#xd5;" u2="c" k="88" />
1709
- <hkern u1="&#xd5;" u2="b" k="39" />
1710
- <hkern u1="&#xd5;" u2="a" k="57" />
1711
- <hkern u1="&#xd5;" u2="T" k="205" />
1712
- <hkern u1="&#xd5;" u2="A" k="82" />
1713
- <hkern u1="&#xd6;" u2="z" k="68" />
1714
- <hkern u1="&#xd6;" u2="y" k="68" />
1715
- <hkern u1="&#xd6;" u2="x" k="98" />
1716
- <hkern u1="&#xd6;" u2="w" k="88" />
1717
- <hkern u1="&#xd6;" u2="v" k="88" />
1718
- <hkern u1="&#xd6;" u2="u" k="88" />
1719
- <hkern u1="&#xd6;" u2="t" k="29" />
1720
- <hkern u1="&#xd6;" u2="s" k="98" />
1721
- <hkern u1="&#xd6;" u2="r" k="39" />
1722
- <hkern u1="&#xd6;" u2="q" k="98" />
1723
- <hkern u1="&#xd6;" u2="p" k="57" />
1724
- <hkern u1="&#xd6;" u2="o" k="117" />
1725
- <hkern u1="&#xd6;" u2="n" k="57" />
1726
- <hkern u1="&#xd6;" u2="m" k="88" />
1727
- <hkern u1="&#xd6;" u2="l" k="49" />
1728
- <hkern u1="&#xd6;" u2="j" k="184" />
1729
- <hkern u1="&#xd6;" u2="i" k="57" />
1730
- <hkern u1="&#xd6;" u2="h" k="88" />
1731
- <hkern u1="&#xd6;" u2="g" k="88" />
1732
- <hkern u1="&#xd6;" u2="f" k="49" />
1733
- <hkern u1="&#xd6;" u2="e" k="78" />
1734
- <hkern u1="&#xd6;" u2="d" k="106" />
1735
- <hkern u1="&#xd6;" u2="c" k="88" />
1736
- <hkern u1="&#xd6;" u2="b" k="39" />
1737
- <hkern u1="&#xd6;" u2="a" k="57" />
1738
- <hkern u1="&#xd6;" u2="T" k="205" />
1739
- <hkern u1="&#xd6;" u2="A" k="82" />
1740
- <hkern u1="&#xd8;" u2="z" k="68" />
1741
- <hkern u1="&#xd8;" u2="y" k="68" />
1742
- <hkern u1="&#xd8;" u2="x" k="98" />
1743
- <hkern u1="&#xd8;" u2="w" k="88" />
1744
- <hkern u1="&#xd8;" u2="v" k="88" />
1745
- <hkern u1="&#xd8;" u2="u" k="88" />
1746
- <hkern u1="&#xd8;" u2="t" k="29" />
1747
- <hkern u1="&#xd8;" u2="s" k="98" />
1748
- <hkern u1="&#xd8;" u2="r" k="39" />
1749
- <hkern u1="&#xd8;" u2="q" k="98" />
1750
- <hkern u1="&#xd8;" u2="p" k="57" />
1751
- <hkern u1="&#xd8;" u2="o" k="117" />
1752
- <hkern u1="&#xd8;" u2="n" k="57" />
1753
- <hkern u1="&#xd8;" u2="m" k="88" />
1754
- <hkern u1="&#xd8;" u2="l" k="49" />
1755
- <hkern u1="&#xd8;" u2="j" k="184" />
1756
- <hkern u1="&#xd8;" u2="i" k="57" />
1757
- <hkern u1="&#xd8;" u2="h" k="88" />
1758
- <hkern u1="&#xd8;" u2="g" k="88" />
1759
- <hkern u1="&#xd8;" u2="f" k="49" />
1760
- <hkern u1="&#xd8;" u2="e" k="78" />
1761
- <hkern u1="&#xd8;" u2="d" k="106" />
1762
- <hkern u1="&#xd8;" u2="c" k="88" />
1763
- <hkern u1="&#xd8;" u2="b" k="39" />
1764
- <hkern u1="&#xd8;" u2="a" k="57" />
1765
- <hkern u1="&#xd8;" u2="T" k="205" />
1766
- <hkern u1="&#xd8;" u2="A" k="82" />
1767
- <hkern u1="&#xd9;" u2="x" k="49" />
1768
- <hkern u1="&#xd9;" u2="w" k="29" />
1769
- <hkern u1="&#xd9;" u2="m" k="57" />
1770
- <hkern u1="&#xd9;" u2="l" k="-57" />
1771
- <hkern u1="&#xd9;" u2="j" k="137" />
1772
- <hkern u1="&#xda;" u2="x" k="49" />
1773
- <hkern u1="&#xda;" u2="w" k="29" />
1774
- <hkern u1="&#xda;" u2="m" k="57" />
1775
- <hkern u1="&#xda;" u2="l" k="-57" />
1776
- <hkern u1="&#xda;" u2="j" k="137" />
1777
- <hkern u1="&#xdb;" u2="x" k="49" />
1778
- <hkern u1="&#xdb;" u2="w" k="29" />
1779
- <hkern u1="&#xdb;" u2="m" k="57" />
1780
- <hkern u1="&#xdb;" u2="l" k="-57" />
1781
- <hkern u1="&#xdb;" u2="j" k="137" />
1782
- <hkern u1="&#xdc;" u2="x" k="49" />
1783
- <hkern u1="&#xdc;" u2="w" k="29" />
1784
- <hkern u1="&#xdc;" u2="m" k="57" />
1785
- <hkern u1="&#xdc;" u2="l" k="-57" />
1786
- <hkern u1="&#xdc;" u2="j" k="137" />
1787
- <hkern u1="&#xe0;" u2="r" k="-41" />
1788
- <hkern u1="&#xe0;" u2="o" k="41" />
1789
- <hkern u1="&#xe0;" u2="i" k="-41" />
1790
- <hkern u1="&#xe0;" u2="e" k="63" />
1791
- <hkern u1="&#xe1;" u2="r" k="-41" />
1792
- <hkern u1="&#xe1;" u2="o" k="41" />
1793
- <hkern u1="&#xe1;" u2="i" k="-41" />
1794
- <hkern u1="&#xe1;" u2="e" k="63" />
1795
- <hkern u1="&#xe2;" u2="r" k="-41" />
1796
- <hkern u1="&#xe2;" u2="o" k="41" />
1797
- <hkern u1="&#xe2;" u2="i" k="-41" />
1798
- <hkern u1="&#xe2;" u2="e" k="63" />
1799
- <hkern u1="&#xe3;" u2="r" k="-41" />
1800
- <hkern u1="&#xe3;" u2="o" k="41" />
1801
- <hkern u1="&#xe3;" u2="i" k="-41" />
1802
- <hkern u1="&#xe3;" u2="e" k="63" />
1803
- <hkern u1="&#xe4;" u2="r" k="-41" />
1804
- <hkern u1="&#xe4;" u2="o" k="41" />
1805
- <hkern u1="&#xe4;" u2="i" k="-41" />
1806
- <hkern u1="&#xe4;" u2="e" k="63" />
1807
- <hkern u1="&#xe5;" u2="r" k="-41" />
1808
- <hkern u1="&#xe5;" u2="o" k="41" />
1809
- <hkern u1="&#xe5;" u2="i" k="-41" />
1810
- <hkern u1="&#xe5;" u2="e" k="63" />
1811
- </font>
1812
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/fonts/kirvy/kirvy-regular-webfont.ttf DELETED
Binary file
assets/fonts/kirvy/kirvy-regular-webfont.woff DELETED
Binary file
assets/fonts/kirvy/kirvy-regular-webfont.woff2 DELETED
Binary file
assets/js/nimble_ajax_request.js CHANGED
@@ -13,6 +13,9 @@ jQuery(document).ready(function () {
13
  "url": ajax_object.ajaxurl,
14
  "data": {action: 'nimble_ajax_data', id: form_id},
15
  "dataType": "json",
 
 
 
16
  "success": function (data) {
17
  jQuery("#nimble_table_wrapper").html('');
18
  jQuery("#nimble_table_wrapper").html(data.dt_header);
@@ -76,8 +79,11 @@ jQuery(document).ready(function () {
76
  }
77
  })
78
  });
79
- var form_id = jQuery(this).find("option:selected").val();
 
80
  if (form_id > 0) {
 
 
81
  jQuery.ajax({
82
  "type": "POST",
83
  "url": ajax_object.ajaxurl,
13
  "url": ajax_object.ajaxurl,
14
  "data": {action: 'nimble_ajax_data', id: form_id},
15
  "dataType": "json",
16
+ "beforeSend":function(){
17
+ sessionStorage.setItem('nimble_form_id',form_id);
18
+ },
19
  "success": function (data) {
20
  jQuery("#nimble_table_wrapper").html('');
21
  jQuery("#nimble_table_wrapper").html(data.dt_header);
79
  }
80
  })
81
  });
82
+
83
+ var form_id = sessionStorage.getItem('nimble_form_id');
84
  if (form_id > 0) {
85
+ // $('#nimble_cf7_names option:eq("'+form_id+'")').prop('selected', true)
86
+ $('#nimble_cf7_names option[value="'+form_id+'"]').attr('selected', 'selected');
87
  jQuery.ajax({
88
  "type": "POST",
89
  "url": ajax_object.ajaxurl,
includes/ssp.class.php CHANGED
@@ -486,7 +486,7 @@ class SSP {
486
  static function sql_connect($sql_details) {
487
  try {
488
  $db = @new PDO(
489
- "mysql:host={$sql_details['host']};dbname={$sql_details['db']}", $sql_details['user'], $sql_details['pass'], array(PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION)
490
  );
491
  } catch (PDOException $e) {
492
  self::fatal(
486
  static function sql_connect($sql_details) {
487
  try {
488
  $db = @new PDO(
489
+ "mysql:host={$sql_details['host']};dbname={$sql_details['db']}", $sql_details['user'], $sql_details['pass'], array(PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION, PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8")
490
  );
491
  } catch (PDOException $e) {
492
  self::fatal(
save-contact-form-7.php CHANGED
@@ -6,16 +6,15 @@
6
  Description: A simple plugin to save contact form data to db.
7
  Author: Nimblechapps
8
  Author URI: http://nimblechapps.com
9
- Version: 1.0
10
  */
11
-
12
  //function to check dependencies for Contact Form 7 Plugin
13
 
14
  if (!defined('ABSPATH')) {
15
  exit;
16
  }
17
- if (is_admin()) {
18
-
19
  // registering hooks for activation and deactivation of plugin
20
  function nimble_cf7_required() {
21
  $url = network_admin_url('plugin-install.php?tab=search&type=term&s=Contact+Form+7&plugin-search-input=Search+Plugins');
@@ -28,19 +27,20 @@ if (is_admin()) {
28
 
29
  function nimble_check_required() {
30
  global $wpdb;
31
-
32
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
33
  if (!is_plugin_active('contact-form-7/wp-contact-form-7.php')) {
34
  add_action('admin_notices', 'nimble_cf7_required');
35
  }
36
  // create lookup table
37
- $sql_lookup_create = "CREATE TABLE IF NOT EXISTS SaveContactForm7_lookup (`lookup_id` int(8) NOT NULL PRIMARY KEY AUTO_INCREMENT,`CFDBA_tbl_name` VARCHAR (255) NULL, `CF7_created_title` VARCHAR(100) NOT NULL, `CF7_created_date` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `CF7_version` varchar(10) NOT NULL, `CF7_form_id` int(8) NOT NULL, `CF7_from_wpposts_or_tbl` VARCHAR(100) NOT NULL , `CF7_removed_flag` ENUM('YES','NO') DEFAULT 'NO' NOT NULL )";
38
- $wpdb->query($wpdb->prepare($sql_lookup_create, ''));
39
  }
40
 
41
  add_action('plugins_loaded', 'nimble_check_required');
42
 
43
- function nimble_deactivation() { /* function to deactivation hook */ }
 
44
 
45
  function nimble_deactivate_self() {
46
  deactivate_plugins(plugin_basename(__FILE__));
@@ -104,329 +104,339 @@ if (is_admin()) {
104
  //create new top-level menu
105
  add_menu_page($page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position);
106
  }
 
107
  add_action('admin_menu', 'nimble_menu');
108
  }
109
-
110
- /******************************************** */
111
  //function to create seperate admin menu page for plugin
112
- /****************************************** */
113
  if (!function_exists('nimble_populate_page')) {
114
 
115
  function nimble_populate_page() {
116
  global $wpdb;
117
  ?>
118
  <div>
119
- <div><h3 align="center">Contact Form Submitted Data</h3></div>
120
  <div id="nimble_cf7_names_main">
121
  <select name="nimble_cf7_names" id="nimble_cf7_names" >
122
  <option selected="selected" disabled="disabled">Select a form</option>
123
- <?php
124
- $nimble_cf7_names = nimble_get_cf7_name();
125
- $cf7_form_names = array();
126
- $cf7_existing = array();
127
- $cf7_deleted = array();
128
- foreach ($nimble_cf7_names as $nimble_cf_name) {
129
- $tbl = $wpdb->get_results("SHOW TABLES LIKE '" . $nimble_cf_name['CFDBA_table'] . "'");
130
- if ($wpdb->num_rows == 1) {
131
  if ($nimble_cf_name['CF7_version'] > '2.4.6' && $nimble_cf_name['CF7_from_wpposts_or_tbl'] == $wpdb->prefix . "posts") {
132
  $post_exists = $wpdb->get_results("select * from " . $wpdb->prefix . "posts where ID = " . $nimble_cf_name['CF7_form_id']);
133
- if ($wpdb->num_rows > 0) {
134
- $cf7_form_names['CF7-Working'][$nimble_cf_name['ID'] ] = strtoupper($nimble_cf_name['form_title']);
135
  } else {
136
- $cf7_form_names['CF7-Deleted'][$nimble_cf_name['ID'] ] = strtoupper($nimble_cf_name['form_title']);
137
  $sql_flag_update = $wpdb->query("update SaveContactForm7_lookup SET CF7_removed_flag = 'YES' WHERE lookup_id = " . $nimble_cf_name['ID']);
138
  }
139
- }
140
- else
141
- {
142
  $post_exists = $wpdb->get_results("select * from " . $wpdb->prefix . "contact_form_7 where cf7_unit_id = " . $nimble_cf_name['CF7_form_id']);
143
- if ($wpdb->num_rows > 0) {
144
- $cf7_form_names['CF7-Working'][$nimble_cf_name['ID'] ] = strtoupper($nimble_cf_name['form_title']);
145
  } else {
146
- $cf7_form_names['CF7-Deleted'][$nimble_cf_name['ID'] ] = strtoupper($nimble_cf_name['form_title']);
147
  $sql_flag_update = $wpdb->query("update SaveContactForm7_lookup SET CF7_removed_flag = 'YES' WHERE lookup_id = " . $nimble_cf_name['ID']);
148
  }
149
  }
150
  }
 
 
 
 
 
 
151
  }
152
- foreach($cf7_form_names as $key=>$value)
153
- {
154
- $optcolor = ($key == "CF7-Deleted" ? 'red' : '');
155
- echo "<optgroup label=".$key.">";
156
- foreach ($value as $id => $cf7_form)
157
- {
158
- echo "<option value = '".$id."' style=' color : $optcolor ;'>".$cf7_form."</option>";
159
- }
160
- echo "</optgroup>";
161
- }
162
- ?>
163
  </select>
164
  </div>
165
  <div id="nimble_table_wrapper"><p><h4 align="center">Please Select a Form You Have Submitted To View Its Data........!</h4></p></div>
166
  </div>
167
- <?php
168
- }
169
 
170
- }
171
 
172
  // function to get submitted contact form 7 names
173
- function nimble_get_cf7_name() {
174
- global $wpdb;
175
- if (!function_exists('get_plugins')) {
176
- require_once ABSPATH . 'wp-admin/includes/plugin.php';
177
- }
178
- // get form title from Lookup table
179
- $sql = "select * from SaveContactForm7_lookup order by CF7_removed_flag desc";
180
- $contact_forms = $wpdb->get_results($sql);
181
- foreach ($contact_forms as $contact_form) {
182
- $form_name[] = array("ID" => $contact_form->lookup_id, "form_title" => $contact_form->CF7_created_title, "CFDBA_table" => $contact_form->CFDBA_tbl_name, "CF7_version" => $contact_form->CF7_version, "CF7_form_id" => $contact_form->CF7_form_id, "CF7_from_wpposts_or_tbl" => $contact_form->CF7_from_wpposts_or_tbl, "form_status" => $contact_form->CF7_removed_flag);
183
- }
184
- return $form_name;
185
  }
 
 
 
186
 
187
  // function to get db table fields name of selected form
188
- function nimble_getFields($tab, $export, $isHeader = false) {
189
- global $wpdb;
190
- $nimble_dir_pah = wp_upload_dir();
191
- $id = explode("_", $tab);
192
- $col_with_cmnt = array();
193
- $row_fields = $wpdb->get_results("SHOW full COLUMNS FROM $tab");
194
- if ($isHeader == true) {
195
- foreach ($row_fields as $k => $v) {
 
 
 
 
 
196
  $sendingArr[] = $v->Field;
197
- $col_with_cmnt[] = $v->Comment;
198
-
199
- if (strlen($v->Comment) != 0) {
200
- $sendingArr[] = $v->Field;
201
- $col_with_cmnt[] = ""; // for dynamic added extra column column
202
- }
203
  }
204
- } else {
205
- foreach ($row_fields as $k => $v) {
206
- if (strlen($v->Comment) == 0) {
207
- $sendingArr[] = '`' . $v->Field . '`';
208
- } else {
 
209
 
210
- $sendingArr[] = ' IF( ' . $v->Field . ' IS NULL, "" , CONCAT("<a href=\'' . $nimble_dir_pah['baseurl'] . '/nimble_uploads/", `id`,"/",`' . $v->Field . '`,"\' target=\'_blank\' title=\'View-",' . $v->Field . ',"\' >","<i class=\'icon-view\'></i>","</a>","&nbsp;&nbsp;","<a href=\'' . $nimble_dir_pah['baseurl'] . '/nimble_uploads/", `id`,"/",`' . $v->Field . '`,"\' target=\'_blank\' title=\'Download-",' . $v->Field . ',"\' download>","<i class=\'icon-download\'></i>","</a>") ) as `' . $v->Field . '`';
211
 
212
- // $sendingArr[] = ' IF( ' . $v->Field . ' IS NULL, "" , CONCAT("<a href=\'' . get_home_url() . '/wp-content/uploads/nimble_uploads/", `id`,"/",`' . $v->Field . '`,"\' target=\'_blank\' title=\'View-",' . $v->Field . ',"\' >","<i class=\'icon-view\'></i>","</a>","&nbsp;&nbsp;","<a href=\'' . get_home_url() . '/wp-content/uploads/nimble_uploads/", `id`,"/",`' . $v->Field . '`,"\' target=\'_blank\' title=\'Download-",' . $v->Field . ',"\' download>","<i class=\'icon-download\'></i>","</a>") ) as `' . $v->Field . '`';
213
 
214
- $sendingArr[] = 'CONCAT("' . $nimble_dir_pah['baseurl']. '/nimble_uploads/", `id`,"/",`' . $v->Field . '`," ")';
215
- }
216
  }
217
  }
218
- $arr = array($sendingArr, $col_with_cmnt);
219
- return $arr;
220
  }
 
 
 
 
221
 
222
  // function to populate table with custom header
223
- if (!function_exists('nimble_populate_data')) {
224
 
225
- function nimble_populate_data() {
226
- global $wpdb;
227
-
228
- if (isset($_REQUEST['id'])) {
229
- $id = $_REQUEST['id'];
230
- }
231
 
232
- $dt_header = '<div class="nimble_table_inner"><table id="nimble_table_data" class="display hover" width="100%" cellspacing="0" border="0px" ><thead><tr>';
233
- $dt_columnslist = "";
234
- $dt_columnslistCount = 0;
235
- $table = "SaveContactForm7_" . $id;
236
- $db_fields = nimble_getFields($table, $export, true);
237
 
238
- foreach ($db_fields[0] as $db_field) {
239
- if (!in_array($db_field, array("id", "created_on"))) {
240
- $columns[] = array("db" => $db_field, "dt" => $i);
241
- $dt_header .= "<th align='left'>" . ucwords($db_field) . "</th>";
242
- }
 
 
 
 
 
243
  }
244
- foreach ($db_fields[1] as $key => $value) {
245
- if ($key == 0 || $key == 1) {
246
- continue;
247
- } elseif ($value == "") {
248
- $dt_columnslist .= $dt_columnslistCount . ",";
249
- } else {
250
- $dt_column_target = $dt_columnslistCount + 1;
251
- }
252
- $dt_columnslistCount++;
253
  }
254
- $dt_header .= '</tr></thead></table></div>';
255
- $data['dt_header'] = $dt_header;
256
- $data['dt_columnslist'] = rtrim($dt_columnslist, ",");
257
- $data['dt_column_target'] = $dt_column_target;
258
- echo json_encode($data);
259
- wp_die();
260
  }
 
 
 
 
 
 
261
  }
 
 
 
262
  // function to populate table with custom header closed
263
- add_action('wp_ajax_nimble_ajax_data', 'nimble_populate_data', 1, 1); // ajax for logged in users
264
- add_action('wp_ajax_nopriv_nimble_ajax_data', 'nimble_populate_data', 1, 1); // ajax for not logged in users
265
  // function to populate data into datatable
266
 
267
- if (!function_exists("nimble_populate_datatable")) {
268
 
269
- function nimble_populate_datatable() {
270
- if (isset($_REQUEST['exportbutton'])) {
271
- $export = $_REQUEST['exportbutton'];
272
- }
273
- global $wpdb;
274
- $nimble_dir_pah = wp_upload_dir();
275
- $table = "SaveContactForm7_" . $_POST['id'];
276
- $db_fields = nimble_getFields($table, $export);
277
- $i = 0;
278
- foreach ($db_fields[0] as $db_field) {
279
- if (!in_array($db_field, array("`id`", "`created_on`"))) {
280
- $columns[] = array("db" => $db_field, "dt" => $i);
281
- $i++;
282
- }
283
- }
284
- $mcolumn = rtrim($mcolumn, ",");
285
- $sql_details = array(
286
- 'user' => $wpdb->dbuser,
287
- 'pass' => $wpdb->dbpassword,
288
- 'db' => $wpdb->dbname,
289
- 'host' => $wpdb->dbhost
290
- );
291
- /** for custom filter and export data ** */
292
- if (isset($_REQUEST['searchvalue']) && $_REQUEST['searchvalue'] != '') {
293
- $search = $_REQUEST['searchvalue'];
294
- } else {
295
- $search = '';
296
- }
297
- if (isset($_REQUEST['column']) && $_REQUEST['column'] != '') {
298
- $columnorder = $_REQUEST['column'];
299
- $ordertype = $_REQUEST['ordertype'];
300
- } else {
301
- $columnorder = '';
302
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
 
304
- /** for custom filter and export data code ends ** */
305
- $primaryKey = 'id';
306
- require( 'includes/ssp.class.php' );
307
- $finalRows = array();
308
- $data = SSP::simple($_POST, $sql_details, $table, $primaryKey, $columns, $search, $columnorder, $ordertype, $join); //ajax response
309
- if (isset($data['data']) && !empty($data['data'])) {
310
- foreach ($data['data'] as $key => $value) {
311
- for ($i = 0; $i < count($columns); $i++) {
312
- $aa[$i] = utf8_encode($value[$i]);
313
- }
314
- $finalRows[$key] = $aa;
315
  }
 
316
  }
317
- $data['data'] = $finalRows; //ajax response converted to json
318
- $data['columns'] = array();
319
- foreach ($columns as $value) {
320
- $data['columns'][] = array_values($value);
321
- }
322
- echo json_encode($data);
323
- wp_die();
324
  }
325
-
 
 
 
 
 
 
326
  }
 
327
 
328
- add_action('wp_ajax_nimble_ajax_datatable', 'nimble_populate_datatable'); // ajax for logged in users
329
- add_action('wp_ajax_nopriv_nimble_ajax_datatable', 'nimble_populate_datatable'); // ajax for not logged in users
 
 
330
  //function nimble_populate_datatable() closed
331
  //
332
  // function to create database table with id in table name after contact form created
333
- if (!function_exists("nimble_after_cf7_create")) {
334
 
335
- function nimble_after_cf7_create($wpcf7) {
336
- global $wpdb;
337
- global $wpcf7_shortcode_manager;
338
- if (!function_exists('get_plugins')) {
339
- require_once ABSPATH . 'wp-admin/includes/plugin.php';
340
- }
341
- $plugin_data = get_plugins();
342
- if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "4.2.2") {
343
- $obj = WPCF7_ContactForm::get_current();
344
- $shortcode = WPCF7_ShortcodeManager::get_instance();
345
- $form = $shortcode->scan_shortcode($obj->prop('form'));
346
- $CF7_form_id = $obj->id();
347
- $CF7_form_title = $obj->title();
348
- $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
349
- $CF7_from = getCF7_from();
350
- $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form);
351
- } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9" ) {
352
- $obj = WPCF7_ContactForm::get_current();
353
- $shortcode = WPCF7_ShortcodeManager::get_instance();
354
- $form = $shortcode->scan_shortcode($obj->prop('form'));
355
- $CF7_form_id = $obj->id();
356
- $CF7_form_title = $obj->title();
357
- $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
358
- $CF7_from = getCF7_from();
359
- $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from);
360
- } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.7") {
361
-
362
- $shortcode = WPCF7_ShortcodeManager::get_instance();
363
- $form = $shortcode->scan_shortcode($wpcf7->form);
364
- $CF7_form_id = $wpcf7->id;
365
- $CF7_form_title = $wpcf7->title;
366
- $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
367
- $CF7_from = getCF7_from();
368
- $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from);
369
- } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.1") {
370
-
371
- $shortcode = $wpcf7_shortcode_manager;
372
- $form = $shortcode->scan_shortcode($wpcf7->form);
373
- $CF7_form_id = $wpcf7->id;
374
- $CF7_form_title = $wpcf7->title;
375
- $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
376
- $CF7_from = getCF7_from();
377
- $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from);
378
- } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0" ) {
379
- $shortcode = $wpcf7_shortcode_manager;
380
- $form = $shortcode->scan_shortcode($wpcf7->form);
381
- $CF7_form_id = $wpcf7->id;
382
- $CF7_form_title = $wpcf7->title;
383
- $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
384
- $CF7_from = getCF7_from();
385
- $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form);
386
- } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "2.4.6") {
387
- $shortcode = $wpcf7_shortcode_manager;
388
- $form = $shortcode->scan_shortcode($wpcf7->form);
389
- $CF7_form_id = $wpcf7->id;
390
- $CF7_form_title = $wpcf7->title;
391
- $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
392
- $CF7_from = getCF7_from();
393
- $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form);
394
- }
395
 
396
- foreach ($form as $key => $fields) {
397
- if ($fields['name'] == '')
398
- continue;
399
- if (strstr($fields['name'], "-") != FALSE) {
400
- $fields['name'] = str_replace("-", "_", $fields['name']);
401
- }
402
- if ($fields['type'] == 'file' || $fields['type'] == 'file*') {
403
- $db_table_fields[] = "`" . $fields['name'] . "` varchar(255) COMMENT 'file_field' default NULL";
404
- } else {
405
- $db_table_fields[] = "`" . $fields['name'] . "` varchar(255) ";
406
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  }
408
- $db_table_field = implode(",", $db_table_fields);
409
- if ($table != "") {
410
- $sql_create = "CREATE TABLE IF NOT EXISTS " . $table . "(`id` int(8) NOT NULL PRIMARY KEY AUTO_INCREMENT, `created_on` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, " . $db_table_field . ")";
411
- $wpdb->query($wpdb->prepare($sql_create, ''));
412
  }
413
  }
414
  }
415
- do_action('wpcf7_after_save',$new_ver, $old_ver);
416
- add_action('wpcf7_after_save', 'nimble_after_cf7_create');
417
-
418
- if (!function_exists('custom_js')) {
419
- function custom_js() {
420
- ?>
 
 
 
 
 
 
 
 
421
  <script type="text/javascript">
422
  var PATH = '<?php echo plugin_dir_url(__FILE__); ?>';
423
  </script>
424
  <?php
425
  }
 
426
  add_action('admin_footer', 'custom_js');
427
  }
428
 
429
- /********functions used for lookup ********** */
430
 
431
  if (!function_exists("getCF7_from")) {
432
 
@@ -443,9 +453,10 @@ if (is_admin()) {
443
  }
444
  return $CF7_from;
445
  }
 
446
  }
447
 
448
- /* function to insert data into lookup table on form creation */
449
  if (!function_exists("nimble_lookup_entry")) {
450
 
451
  function nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form) {
@@ -460,37 +471,41 @@ if (is_admin()) {
460
  AND `CF7_from_wpposts_or_tbl` = '" . $CF7_from . "'
461
  AND `CF7_removed_flag` = 'NO') LIMIT 1";
462
 
463
- if ($wpdb->query($wpdb->prepare($sql_lookup_insert, ''))) {
464
  $table = "SaveContactForm7_" . $wpdb->insert_id;
465
  } else {
466
  $table = "";
467
  }
468
  $sql_lookup_update = "UPDATE `SaveContactForm7_lookup` SET `CFDBA_tbl_name` = '" . $table . "' WHERE `lookup_id` = " . $wpdb->insert_id . "";
469
- $wpdb->query($wpdb->prepare($sql_lookup_update, ''));
470
  return $table;
471
  }
 
472
  }
473
 
474
- /* function to fetch table name from lookup table */
475
  if (!function_exists("nimble_get_tbl_from_lookup")) {
476
 
477
  function nimble_get_tbl_from_lookup($CF7_form_id, $CF7_title, $CF7_version, $CF7_from) {
478
  global $wpdb;
479
  $result = $wpdb->get_results("select `CFDBA_tbl_name` from SaveContactForm7_lookup where CF7_form_id = " . $CF7_form_id . " AND CF7_version = '" . $CF7_version . "' AND CF7_from_wpposts_or_tbl = '" . $CF7_from . "' AND CF7_removed_flag = 'NO' ");
480
- return $result[0]->CFDBA_tbl_name;
 
 
 
481
  }
 
482
  }
483
  } // is_admin() closed
484
 
485
- /** ***************************************** */
486
  // function to submit contact from7 data to db
487
- /** ***************************************** */
488
-
489
  if (!function_exists("nimble_save_cf7_data")) {
490
 
491
  function nimble_save_cf7_data($wpcf7) {
492
  global $wpdb;
493
-
494
  global $wpcf7_shortcode_manager;
495
  $nimble_dir_pah = wp_upload_dir();
496
  if (!function_exists('get_plugins')) {
@@ -512,14 +527,11 @@ if (!function_exists("nimble_save_cf7_data")) {
512
  $submited['uploaded_files'] = $submission->uploaded_files();
513
  }
514
  $table = nimble_get_tbl_from_lookup($obj->id(), $obj->title(), $CF7_version, $CF7_from);
515
- if($table == "")
516
- {
517
  $table = nimble_lookup_entry($obj->id(), $obj->title(), $CF7_version, $CF7_from, $form);
518
  }
519
- }
520
-
521
- else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9" ) {
522
-
523
  $obj = WPCF7_ContactForm::get_current();
524
  $shortcode = WPCF7_ShortcodeManager::get_instance();
525
  $form = $shortcode->scan_shortcode($obj->prop('form'));
@@ -533,11 +545,9 @@ if (!function_exists("nimble_save_cf7_data")) {
533
  $submited['uploaded_files'] = $submission->uploaded_files();
534
  }
535
  $table = nimble_get_tbl_from_lookup($obj->id(), $obj->title(), $CF7_version, $CF7_from);
536
- if($table == "")
537
- {
538
  $table = nimble_lookup_entry($obj->id(), $obj->title(), $CF7_version, $CF7_from, $form);
539
  }
540
-
541
  } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.7") {
542
 
543
  $submission = $wpcf7;
@@ -552,13 +562,11 @@ if (!function_exists("nimble_save_cf7_data")) {
552
  $submited['uploaded_files'] = $submission->uploaded_files;
553
  }
554
  $table = nimble_get_tbl_from_lookup($submission->id, $submited['title'], $CF7_version, $CF7_from);
555
- if($table == "")
556
- {
557
  $table = nimble_lookup_entry($submission->id, $submited['title'], $CF7_version, $CF7_from, $form);
558
  }
559
-
560
  } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.1.2") {
561
-
562
  $submission = $wpcf7;
563
  $shortcode = $wpcf7_shortcode_manager;
564
  $form = $shortcode->scan_shortcode($submission->form);
@@ -571,13 +579,11 @@ if (!function_exists("nimble_save_cf7_data")) {
571
  $submited['uploaded_files'] = $submission->uploaded_files;
572
  }
573
  $table = nimble_get_tbl_from_lookup($submission->id, $submited['title'], $CF7_version, $CF7_from);
574
- if($table == "")
575
- {
576
  $table = nimble_lookup_entry($submission->id, $submited['title'], $CF7_version, $CF7_from, $form);
577
  }
578
-
579
  } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0") {
580
-
581
  $submission = $wpcf7;
582
  $shortcode = $wpcf7_shortcode_manager;
583
  $form = $shortcode->scan_shortcode($submission->form);
@@ -590,11 +596,9 @@ if (!function_exists("nimble_save_cf7_data")) {
590
  $submited['uploaded_files'] = $submission->uploaded_files;
591
  }
592
  $table = nimble_get_tbl_from_lookup($submission->id, $submited['title'], $CF7_version, $CF7_from);
593
- if($table == "")
594
- {
595
  $table = nimble_lookup_entry($submission->id, $submited['title'], $CF7_version, $CF7_from, $form);
596
  }
597
-
598
  } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "2.4.6") {
599
  $submission = $wpcf7;
600
  $shortcode = $wpcf7_shortcode_manager;
@@ -608,8 +612,7 @@ if (!function_exists("nimble_save_cf7_data")) {
608
  $submited['uploaded_files'] = $submission->uploaded_files;
609
  }
610
  $table = nimble_get_tbl_from_lookup($submission->id, $submited['title'], $CF7_version, $CF7_from);
611
- if($table == "")
612
- {
613
  $table = nimble_lookup_entry($submission->id, $submited['title'], $CF7_version, $CF7_from, $form);
614
  }
615
  }
@@ -647,14 +650,14 @@ if (!function_exists("nimble_save_cf7_data")) {
647
  $key = str_replace("-", "_", $key);
648
  }
649
  $fields[] = "`" . $key . "`";
650
- $sdata == "" ? $values[] = 'NULL' : $values[] = "'" . esc_sql($sdata ). "'";
651
  }
652
  }
653
  $field = implode(",", $fields);
654
  $value = implode(",", $values);
655
  $sql_insert = "insert into $table ($field) values ($value)";
656
  if ($wpdb->get_var("SHOW TABLES LIKE '$table'") != $table) {
657
-
658
  if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "4.2.2") {
659
  $obj = WPCF7_ContactForm::get_current();
660
  $shortcode = WPCF7_ShortcodeManager::get_instance();
@@ -662,7 +665,7 @@ if (!function_exists("nimble_save_cf7_data")) {
662
  $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
663
  $CF7_from = getCF7_from();
664
  $table = nimble_get_tbl_from_lookup($obj->id(), $obj->title(), $CF7_version, $CF7_from);
665
- } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9" ) {
666
  $obj = WPCF7_ContactForm::get_current();
667
  $shortcode = WPCF7_ShortcodeManager::get_instance();
668
  $form = $shortcode->scan_shortcode($obj->prop('form'));
@@ -698,6 +701,8 @@ if (!function_exists("nimble_save_cf7_data")) {
698
  $CF7_from = getCF7_from();
699
  $table = nimble_get_tbl_from_lookup($obj->id, $obj->title, $CF7_version, $CF7_from);
700
  }
 
 
701
  foreach ($form as $key => $fields) {
702
  if ($fields['name'] == '')
703
  continue;
@@ -706,18 +711,18 @@ if (!function_exists("nimble_save_cf7_data")) {
706
  $fields['name'] = str_replace("-", "_", $fields['name']);
707
  }
708
  if ($fields['type'] == 'file' || $fields['type'] == 'file*') {
709
- $db_table_fields[] = "`" . $fields['name'] . "` varchar(255) COMMENT 'file_field' default NULL ";
710
  } else {
711
- $db_table_fields[] = "`" . $fields['name'] . "` varchar(255) ";
712
  }
713
  }
714
 
715
  $db_table_field = implode(",", $db_table_fields);
716
- $sql_create = "CREATE TABLE IF NOT EXISTS " . $table . "(`id` int(8) NOT NULL PRIMARY KEY AUTO_INCREMENT, `created_on` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, " . $db_table_field . ")";
717
- $wpdb->query($wpdb->prepare($sql_create, ''));
718
- $query_status = $wpdb->query($wpdb->prepare($sql_insert, ''));
719
  } else {
720
- $query_status = $wpdb->query($wpdb->prepare($sql_insert, ''));
721
  }
722
 
723
  if ($query_status == TRUE) {
@@ -730,40 +735,42 @@ if (!function_exists("nimble_save_cf7_data")) {
730
  $uploaded_file_info = pathinfo($submited['posted_data'][$fieldname]); //uploaded file info like basename,extension etc
731
  }
732
  if ($fieldname != "") {
733
- if (!file_exists($nimble_dir_pah['basedir']."/nimble_uploads")) {
734
-
735
- mkdir($nimble_dir_pah['basedir']."/nimble_uploads", 0777);
736
  $filepath = array_values($submited['uploaded_files']); // source location of the file
737
- if (!file_exists($nimble_dir_pah['basedir']."/nimble_uploads/$id")) {
738
- mkdir($nimble_dir_pah['basedir']."/nimble_uploads/$id", 0777);
739
- $newfile = $nimble_dir_pah['basedir']."/nimble_uploads/$id/" . $uploaded_file_info['basename']; // destination location of the file
740
- copy($filepath[0], $newfile);
741
- } else {
742
- $newfile = $nimble_dir_pah['basedir']."/nimble_uploads/$id/" . $uploaded_file_info['basename']; // destination location of the file
743
- copy($filepath[0], $newfile);
 
 
744
  }
745
  } else {
746
  $filepath = array_values($submited['uploaded_files']); // source location of the file
747
- if (!file_exists($nimble_dir_pah['basedir']."/nimble_uploads/$id")) {
748
- mkdir($nimble_dir_pah['basedir']."/nimble_uploads/$id", 0777);
749
- $newfile = $nimble_dir_pah['basedir']."/nimble_uploads/$id/" . $uploaded_file_info['basename']; // destination location of the file
750
- copy($filepath[0], $newfile);
751
- } else {
752
- $newfile = $nimble_dir_pah['basedir']."/nimble_uploads/$id/" . $uploaded_file_info['basename']; // destination location of the file
753
- copy($filepath[0], $newfile);
 
 
754
  }
755
  }
756
  }
757
  }
758
  //file uploads code ends here
759
  }
760
-
761
  }
762
  add_action('wpcf7_before_send_mail', 'nimble_save_cf7_data');
763
 
764
- /***************************************************** */
765
  // function to update table structure on contact form 7 edit //
766
- /***************************************************** */
767
 
768
  if (!function_exists("nimble_after_cf7_update")) {
769
 
@@ -782,7 +789,7 @@ if (!function_exists("nimble_after_cf7_update")) {
782
  $shortcode = WPCF7_ShortcodeManager::get_instance();
783
  $form = $shortcode->scan_shortcode($obj->prop('form'));
784
  $table = nimble_get_tbl_from_lookup($obj->id(), $CF7_form_title, $CF7_version, $CF7_from);
785
- } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9" ) {
786
  $obj = WPCF7_ContactForm::get_current();
787
  $CF7_form_title = $obj->title();
788
  $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
@@ -806,7 +813,7 @@ if (!function_exists("nimble_after_cf7_update")) {
806
  $CF7_from = getCF7_from();
807
  $form = $shortcode->scan_shortcode($wpcf7->form);
808
  $table = nimble_get_tbl_from_lookup($wpcf7->id, $CF7_form_title, $CF7_version, $CF7_from);
809
- } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0" ) {
810
  $shortcode = $wpcf7_shortcode_manager;
811
  $CF7_form_title = $wpcf7->title;
812
  $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
@@ -823,6 +830,7 @@ if (!function_exists("nimble_after_cf7_update")) {
823
  $table = nimble_get_tbl_from_lookup($wpcf7->id, $CF7_form_title, $CF7_version, $CF7_from);
824
  }
825
  $db_table_fields = $wpdb->get_col("DESC " . $table);
 
826
  foreach ($form as $key => $fields) {
827
 
828
  if ($fields['name'] == '')
@@ -834,9 +842,9 @@ if (!function_exists("nimble_after_cf7_update")) {
834
 
835
  if (!in_array($fields['name'], $db_table_fields)) {
836
  if ($fields['type'] == 'file' || $fields['type'] == 'file*') {
837
- $newFieldsArr[] = "`" . $fields['name'] . "` varchar(255) COMMENT 'file_field' default NULL ";
838
  } else {
839
- $newFieldsArr[] = $fields['name'] . " varchar(255)";
840
  }
841
  }
842
  }
@@ -844,14 +852,14 @@ if (!function_exists("nimble_after_cf7_update")) {
844
  if (!empty($newFieldsArr)) {
845
  $newFieldsStr = implode(',', $newFieldsArr);
846
  $sql_alter = "ALTER TABLE $table ADD(" . $newFieldsStr . ")";
847
- $wpdb->query($wpdb->prepare($sql_alter, ''));
848
  }
849
 
850
  if ($CF7_form_title == "") {
851
  $CF7_form_title = "Untitled";
852
  }
853
  $sql_alter_lookup = "UPDATE SaveContactForm7_lookup SET `CF7_created_title` = '$CF7_form_title' WHERE `CFDBA_tbl_name` = '$table'";
854
- $wpdb->query($wpdb->prepare($sql_alter_lookup, ''));
855
  }
856
 
857
  }
@@ -863,7 +871,10 @@ if (!function_exists("nimble_get_tbl_from_lookup")) {
863
  function nimble_get_tbl_from_lookup($CF7_form_id, $CF7_title, $CF7_version, $CF7_from) {
864
  global $wpdb;
865
  $result = $wpdb->get_results("select `CFDBA_tbl_name` from SaveContactForm7_lookup where CF7_form_id = " . $CF7_form_id . " AND CF7_created_title ='" . $CF7_title . "' AND CF7_version = '" . $CF7_version . "' AND CF7_from_wpposts_or_tbl = '" . $CF7_from . "' AND CF7_removed_flag = 'NO' ");
866
- return $result[0]->CFDBA_tbl_name;
 
 
 
867
  }
868
 
869
  }
@@ -883,14 +894,15 @@ if (!function_exists("getCF7_from")) {
883
  }
884
  return $CF7_from;
885
  }
 
886
  }
887
 
888
- /* function to insert data into lookup table on form creation */
889
- if (!function_exists("nimble_lookup_entry")) {
890
 
891
- function nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form) {
892
- global $wpdb;
893
- $sql_lookup_insert = "INSERT INTO SaveContactForm7_lookup (`CF7_created_title`, `CF7_version`, `CF7_form_id`,`CF7_from_wpposts_or_tbl` )
894
  SELECT * FROM (SELECT '" . $CF7_form_title . "', '" . $CF7_version . "' , " . $CF7_form_id . ",'" . $CF7_from . "') AS tmp
895
  WHERE NOT EXISTS (
896
  SELECT CF7_form_id
@@ -900,14 +912,15 @@ if (!function_exists("getCF7_from")) {
900
  AND `CF7_from_wpposts_or_tbl` = '" . $CF7_from . "'
901
  AND `CF7_removed_flag` = 'NO') LIMIT 1";
902
 
903
- if ($wpdb->query($wpdb->prepare($sql_lookup_insert, ''))) {
904
- $table = "SaveContactForm7_" . $wpdb->insert_id;
905
- } else {
906
- $table = "";
907
- }
908
- $sql_lookup_update = "UPDATE `SaveContactForm7_lookup` SET `CFDBA_tbl_name` = '" . $table . "' WHERE `lookup_id` = " . $wpdb->insert_id . "";
909
- $wpdb->query($wpdb->prepare($sql_lookup_update, ''));
910
- return $table;
911
  }
 
 
 
912
  }
 
 
913
  ?>
6
  Description: A simple plugin to save contact form data to db.
7
  Author: Nimblechapps
8
  Author URI: http://nimblechapps.com
9
+ Version: 1.1
10
  */
 
11
  //function to check dependencies for Contact Form 7 Plugin
12
 
13
  if (!defined('ABSPATH')) {
14
  exit;
15
  }
16
+ if (is_admin()) {
17
+
18
  // registering hooks for activation and deactivation of plugin
19
  function nimble_cf7_required() {
20
  $url = network_admin_url('plugin-install.php?tab=search&type=term&s=Contact+Form+7&plugin-search-input=Search+Plugins');
27
 
28
  function nimble_check_required() {
29
  global $wpdb;
30
+
31
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
32
  if (!is_plugin_active('contact-form-7/wp-contact-form-7.php')) {
33
  add_action('admin_notices', 'nimble_cf7_required');
34
  }
35
  // create lookup table
36
+ $sql_lookup_create = "CREATE TABLE IF NOT EXISTS SaveContactForm7_lookup (`lookup_id` int(8) NOT NULL PRIMARY KEY AUTO_INCREMENT,`CFDBA_tbl_name` VARCHAR (255) NULL, `CF7_created_title` VARCHAR(100) NOT NULL, `CF7_created_date` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `CF7_version` varchar(10) NOT NULL, `CF7_form_id` int(8) NOT NULL, `CF7_from_wpposts_or_tbl` VARCHAR(100) NOT NULL , `CF7_removed_flag` ENUM('YES','NO') DEFAULT 'NO' NOT NULL ) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ";
37
+ $wpdb->query($sql_lookup_create);
38
  }
39
 
40
  add_action('plugins_loaded', 'nimble_check_required');
41
 
42
+ function nimble_deactivation() { /* function to deactivation hook */
43
+ }
44
 
45
  function nimble_deactivate_self() {
46
  deactivate_plugins(plugin_basename(__FILE__));
104
  //create new top-level menu
105
  add_menu_page($page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position);
106
  }
107
+
108
  add_action('admin_menu', 'nimble_menu');
109
  }
110
+
111
+ /* * ****************************************** */
112
  //function to create seperate admin menu page for plugin
113
+ /* * **************************************** */
114
  if (!function_exists('nimble_populate_page')) {
115
 
116
  function nimble_populate_page() {
117
  global $wpdb;
118
  ?>
119
  <div>
120
+ <div class="main_heading"><h3> Save Contact Form 7 </h3></div>
121
  <div id="nimble_cf7_names_main">
122
  <select name="nimble_cf7_names" id="nimble_cf7_names" >
123
  <option selected="selected" disabled="disabled">Select a form</option>
124
+ <?php
125
+ $nimble_cf7_names = nimble_get_cf7_name();
126
+ $cf7_form_names = array();
127
+ $cf7_existing = array();
128
+ $cf7_deleted = array();
129
+ foreach ($nimble_cf7_names as $nimble_cf_name) {
130
+ $tbl = $wpdb->get_results("SHOW TABLES LIKE '" . $nimble_cf_name['CFDBA_table'] . "'");
131
+ if ($wpdb->num_rows == 1 && !empty($tbl)) {
132
  if ($nimble_cf_name['CF7_version'] > '2.4.6' && $nimble_cf_name['CF7_from_wpposts_or_tbl'] == $wpdb->prefix . "posts") {
133
  $post_exists = $wpdb->get_results("select * from " . $wpdb->prefix . "posts where ID = " . $nimble_cf_name['CF7_form_id']);
134
+ if ($wpdb->num_rows > 0 && !empty($post_exists)) {
135
+ $cf7_form_names['CF7-Working'][$nimble_cf_name['ID']] = strtoupper($nimble_cf_name['form_title']);
136
  } else {
137
+ $cf7_form_names['CF7-Deleted'][$nimble_cf_name['ID']] = strtoupper($nimble_cf_name['form_title']);
138
  $sql_flag_update = $wpdb->query("update SaveContactForm7_lookup SET CF7_removed_flag = 'YES' WHERE lookup_id = " . $nimble_cf_name['ID']);
139
  }
140
+ } else {
 
 
141
  $post_exists = $wpdb->get_results("select * from " . $wpdb->prefix . "contact_form_7 where cf7_unit_id = " . $nimble_cf_name['CF7_form_id']);
142
+ if ($wpdb->num_rows > 0 && !empty($post_exists)) {
143
+ $cf7_form_names['CF7-Working'][$nimble_cf_name['ID']] = strtoupper($nimble_cf_name['form_title']);
144
  } else {
145
+ $cf7_form_names['CF7-Deleted'][$nimble_cf_name['ID']] = strtoupper($nimble_cf_name['form_title']);
146
  $sql_flag_update = $wpdb->query("update SaveContactForm7_lookup SET CF7_removed_flag = 'YES' WHERE lookup_id = " . $nimble_cf_name['ID']);
147
  }
148
  }
149
  }
150
+ }
151
+ foreach ($cf7_form_names as $key => $value) {
152
+ $optcolor = ($key == "CF7-Deleted" ? 'red' : '');
153
+ echo "<optgroup label=" . $key . ">";
154
+ foreach ($value as $id => $cf7_form) {
155
+ echo "<option value = '" . $id . "' style=' color : $optcolor ;'>" . $cf7_form . "</option>";
156
  }
157
+ echo "</optgroup>";
158
+ }
159
+ ?>
 
 
 
 
 
 
 
 
160
  </select>
161
  </div>
162
  <div id="nimble_table_wrapper"><p><h4 align="center">Please Select a Form You Have Submitted To View Its Data........!</h4></p></div>
163
  </div>
164
+ <?php
165
+ }
166
 
167
+ }
168
 
169
  // function to get submitted contact form 7 names
170
+ function nimble_get_cf7_name() {
171
+ global $wpdb;
172
+ if (!function_exists('get_plugins')) {
173
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
174
+ }
175
+ // get form title from Lookup table
176
+ $sql = "select * from SaveContactForm7_lookup order by CF7_removed_flag desc";
177
+ $contact_forms = $wpdb->get_results($sql);
178
+ if (!empty($contact_forms)) {
179
+ foreach ($contact_forms as $contact_form) {
180
+ $form_name[] = array("ID" => $contact_form->lookup_id, "form_title" => $contact_form->CF7_created_title, "CFDBA_table" => $contact_form->CFDBA_tbl_name, "CF7_version" => $contact_form->CF7_version, "CF7_form_id" => $contact_form->CF7_form_id, "CF7_from_wpposts_or_tbl" => $contact_form->CF7_from_wpposts_or_tbl, "form_status" => $contact_form->CF7_removed_flag);
 
181
  }
182
+ return $form_name;
183
+ }
184
+ }
185
 
186
  // function to get db table fields name of selected form
187
+ function nimble_getFields($tab, $export, $isHeader = false) {
188
+ global $wpdb;
189
+ $nimble_dir_pah = wp_upload_dir();
190
+ $id = explode("_", $tab);
191
+ $col_with_cmnt = array();
192
+ $row_fields = $wpdb->get_results("SHOW full COLUMNS FROM $tab");
193
+ if (!empty($row_fields)) {
194
+ if ($isHeader == true) {
195
+ foreach ($row_fields as $k => $v) {
196
+ $sendingArr[] = $v->Field;
197
+ $col_with_cmnt[] = $v->Comment;
198
+
199
+ if (strlen($v->Comment) != 0) {
200
  $sendingArr[] = $v->Field;
201
+ $col_with_cmnt[] = ""; // for dynamic added extra column column
 
 
 
 
 
202
  }
203
+ }
204
+ } else {
205
+ foreach ($row_fields as $k => $v) {
206
+ if (strlen($v->Comment) == 0) {
207
+ $sendingArr[] = '`' . $v->Field . '`';
208
+ } else {
209
 
210
+ $sendingArr[] = ' IF( ' . $v->Field . ' IS NULL, "" , CONCAT("<a href=\'' . $nimble_dir_pah['baseurl'] . '/nimble_uploads/", `id`,"/",`' . $v->Field . '`,"\' target=\'_blank\' title=\'View-",' . $v->Field . ',"\' >","<i class=\'icon-view\'></i>","</a>","&nbsp;&nbsp;","<a href=\'' . $nimble_dir_pah['baseurl'] . '/nimble_uploads/", `id`,"/",`' . $v->Field . '`,"\' target=\'_blank\' title=\'Download-",' . $v->Field . ',"\' download>","<i class=\'icon-download\'></i>","</a>") ) as `' . $v->Field . '`';
211
 
212
+ // $sendingArr[] = ' IF( ' . $v->Field . ' IS NULL, "" , CONCAT("<a href=\'' . get_home_url() . '/wp-content/uploads/nimble_uploads/", `id`,"/",`' . $v->Field . '`,"\' target=\'_blank\' title=\'View-",' . $v->Field . ',"\' >","<i class=\'icon-view\'></i>","</a>","&nbsp;&nbsp;","<a href=\'' . get_home_url() . '/wp-content/uploads/nimble_uploads/", `id`,"/",`' . $v->Field . '`,"\' target=\'_blank\' title=\'Download-",' . $v->Field . ',"\' download>","<i class=\'icon-download\'></i>","</a>") ) as `' . $v->Field . '`';
213
 
214
+ $sendingArr[] = 'CONCAT("' . $nimble_dir_pah['baseurl'] . '/nimble_uploads/", `id`,"/",`' . $v->Field . '`," ")';
 
215
  }
216
  }
 
 
217
  }
218
+ $arr = array($sendingArr, $col_with_cmnt);
219
+ return $arr;
220
+ }
221
+ }
222
 
223
  // function to populate table with custom header
224
+ if (!function_exists('nimble_populate_data')) {
225
 
226
+ function nimble_populate_data() {
227
+ global $wpdb;
 
 
 
 
228
 
229
+ if (isset($_REQUEST['id'])) {
230
+ $id = $_REQUEST['id'];
231
+ }
 
 
232
 
233
+ $dt_header = '<div class="nimble_table_inner"><table id="nimble_table_data" class="display hover" width="100%" cellspacing="0" border="0px" ><thead><tr>';
234
+ $dt_columnslist = "";
235
+ $dt_columnslistCount = 0;
236
+ $table = "SaveContactForm7_" . $id;
237
+ $db_fields = nimble_getFields($table, $export, true);
238
+ if (!empty($db_fields)) {
239
+ foreach ($db_fields[0] as $db_field) {
240
+ if (!in_array($db_field, array("id", "created_on"))) {
241
+ $columns[] = array("db" => $db_field, "dt" => $i);
242
+ $dt_header .= "<th align='left'>" . ucwords(str_replace("_", " ", $db_field)) . "</th>";
243
  }
244
+ }
245
+ foreach ($db_fields[1] as $key => $value) {
246
+ if ($key == 0 || $key == 1) {
247
+ continue;
248
+ } elseif ($value == "") {
249
+ $dt_columnslist .= $dt_columnslistCount . ",";
250
+ } else {
251
+ $dt_column_target = $dt_columnslistCount + 1;
 
252
  }
253
+ $dt_columnslistCount++;
 
 
 
 
 
254
  }
255
+ $dt_header .= '</tr></thead></table></div>';
256
+ $data['dt_header'] = $dt_header;
257
+ $data['dt_columnslist'] = rtrim($dt_columnslist, ",");
258
+ $data['dt_column_target'] = $dt_column_target;
259
+ echo json_encode($data);
260
+ wp_die();
261
  }
262
+ }
263
+
264
+ }
265
  // function to populate table with custom header closed
266
+ add_action('wp_ajax_nimble_ajax_data', 'nimble_populate_data', 1, 1); // ajax for logged in users
267
+ add_action('wp_ajax_nopriv_nimble_ajax_data', 'nimble_populate_data', 1, 1); // ajax for not logged in users
268
  // function to populate data into datatable
269
 
270
+ if (!function_exists("nimble_populate_datatable")) {
271
 
272
+ function nimble_populate_datatable() {
273
+ if (isset($_REQUEST['exportbutton'])) {
274
+ $export = $_REQUEST['exportbutton'];
275
+ }
276
+ global $wpdb;
277
+ $nimble_dir_pah = wp_upload_dir();
278
+ $table = "SaveContactForm7_" . $_POST['id'];
279
+ $db_fields = nimble_getFields($table, $export);
280
+ $i = 0;
281
+
282
+ if (!empty($db_fields)) {
283
+ foreach ($db_fields[0] as $db_field) {
284
+ if (!in_array($db_field, array("`id`", "`created_on`"))) {
285
+ $columns[] = array("db" => $db_field, "dt" => $i);
286
+ $i++;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  }
288
+ }
289
+ $mcolumn = rtrim($mcolumn, ",");
290
+ $sql_details = array(
291
+ 'user' => $wpdb->dbuser,
292
+ 'pass' => $wpdb->dbpassword,
293
+ 'db' => $wpdb->dbname,
294
+ 'host' => $wpdb->dbhost
295
+ );
296
+ /** for custom filter and export data ** */
297
+ if (isset($_REQUEST['searchvalue']) && $_REQUEST['searchvalue'] != '') {
298
+ $search = $_REQUEST['searchvalue'];
299
+ } else {
300
+ $search = '';
301
+ }
302
+ if (isset($_REQUEST['column']) && $_REQUEST['column'] != '') {
303
+ $columnorder = $_REQUEST['column'];
304
+ $ordertype = $_REQUEST['ordertype'];
305
+ } else {
306
+ $columnorder = '';
307
+ }
308
 
309
+ /** for custom filter and export data code ends ** */
310
+ $primaryKey = 'id';
311
+ require( 'includes/ssp.class.php' );
312
+ $finalRows = array();
313
+ $data = SSP::simple($_POST, $sql_details, $table, $primaryKey, $columns, $search, $columnorder, $ordertype, $join); //ajax response
314
+ if (isset($data['data']) && !empty($data['data'])) {
315
+ foreach ($data['data'] as $key => $value) {
316
+ for ($i = 0; $i < count($columns); $i++) {
317
+ $aa[$i] = $value[$i];
 
 
318
  }
319
+ $finalRows[$key] = $aa;
320
  }
 
 
 
 
 
 
 
321
  }
322
+ $data['data'] = $finalRows; //ajax response converted to json
323
+ $data['columns'] = array();
324
+ foreach ($columns as $value) {
325
+ $data['columns'][] = array_values($value);
326
+ }
327
+ echo json_encode($data);
328
+ wp_die();
329
  }
330
+ }
331
 
332
+ }
333
+
334
+ add_action('wp_ajax_nimble_ajax_datatable', 'nimble_populate_datatable'); // ajax for logged in users
335
+ add_action('wp_ajax_nopriv_nimble_ajax_datatable', 'nimble_populate_datatable'); // ajax for not logged in users
336
  //function nimble_populate_datatable() closed
337
  //
338
  // function to create database table with id in table name after contact form created
339
+ if (!function_exists("nimble_after_cf7_create")) {
340
 
341
+ function nimble_after_cf7_create($wpcf7) {
342
+ global $wpdb;
343
+ global $wpcf7_shortcode_manager;
344
+ if (!function_exists('get_plugins')) {
345
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
346
+ }
347
+ $plugin_data = get_plugins();
348
+ if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "4.2.2") {
349
+ $obj = WPCF7_ContactForm::get_current();
350
+ $shortcode = WPCF7_ShortcodeManager::get_instance();
351
+ $form = $shortcode->scan_shortcode($obj->prop('form'));
352
+ $CF7_form_id = $obj->id();
353
+ $CF7_form_title = $obj->title();
354
+ $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
355
+ $CF7_from = getCF7_from();
356
+ $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form);
357
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9") {
358
+ $obj = WPCF7_ContactForm::get_current();
359
+ $shortcode = WPCF7_ShortcodeManager::get_instance();
360
+ $form = $shortcode->scan_shortcode($obj->prop('form'));
361
+ $CF7_form_id = $obj->id();
362
+ $CF7_form_title = $obj->title();
363
+ $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
364
+ $CF7_from = getCF7_from();
365
+ $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from);
366
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.7") {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
367
 
368
+ $shortcode = WPCF7_ShortcodeManager::get_instance();
369
+ $form = $shortcode->scan_shortcode($wpcf7->form);
370
+ $CF7_form_id = $wpcf7->id;
371
+ $CF7_form_title = $wpcf7->title;
372
+ $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
373
+ $CF7_from = getCF7_from();
374
+ $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from);
375
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.1") {
376
+
377
+ $shortcode = $wpcf7_shortcode_manager;
378
+ $form = $shortcode->scan_shortcode($wpcf7->form);
379
+ $CF7_form_id = $wpcf7->id;
380
+ $CF7_form_title = $wpcf7->title;
381
+ $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
382
+ $CF7_from = getCF7_from();
383
+ $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from);
384
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0") {
385
+ $shortcode = $wpcf7_shortcode_manager;
386
+ $form = $shortcode->scan_shortcode($wpcf7->form);
387
+ $CF7_form_id = $wpcf7->id;
388
+ $CF7_form_title = $wpcf7->title;
389
+ $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
390
+ $CF7_from = getCF7_from();
391
+ $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form);
392
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "2.4.6") {
393
+ $shortcode = $wpcf7_shortcode_manager;
394
+ $form = $shortcode->scan_shortcode($wpcf7->form);
395
+ $CF7_form_id = $wpcf7->id;
396
+ $CF7_form_title = $wpcf7->title;
397
+ $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
398
+ $CF7_from = getCF7_from();
399
+ $table = nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form);
400
+ }
401
+
402
+ if (!empty($form)) {
403
+ foreach ($form as $key => $fields) {
404
+ if ($fields['name'] == '')
405
+ continue;
406
+ if (strstr($fields['name'], "-") != FALSE) {
407
+ $fields['name'] = str_replace("-", "_", $fields['name']);
408
  }
409
+ if ($fields['type'] == 'file' || $fields['type'] == 'file*') {
410
+ $db_table_fields[] = "`" . $fields['name'] . "` text COMMENT 'file_field' default NULL";
411
+ } else {
412
+ $db_table_fields[] = "`" . $fields['name'] . "` text ";
413
  }
414
  }
415
  }
416
+ $db_table_field = implode(",", $db_table_fields);
417
+ if ($table != "") {
418
+ $sql_create = "CREATE TABLE IF NOT EXISTS " . $table . "(`id` int(8) NOT NULL PRIMARY KEY AUTO_INCREMENT, `created_on` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, " . $db_table_field . ") DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ";
419
+ $wpdb->query($sql_create);
420
+ }
421
+ }
422
+
423
+ }
424
+ add_action('wpcf7_after_save', 'nimble_after_cf7_create');
425
+
426
+ if (!function_exists('custom_js')) {
427
+
428
+ function custom_js() {
429
+ ?>
430
  <script type="text/javascript">
431
  var PATH = '<?php echo plugin_dir_url(__FILE__); ?>';
432
  </script>
433
  <?php
434
  }
435
+
436
  add_action('admin_footer', 'custom_js');
437
  }
438
 
439
+ /* * ******functions used for lookup ********** */
440
 
441
  if (!function_exists("getCF7_from")) {
442
 
453
  }
454
  return $CF7_from;
455
  }
456
+
457
  }
458
 
459
+ /* function to insert data into lookup table on form creation */
460
  if (!function_exists("nimble_lookup_entry")) {
461
 
462
  function nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form) {
471
  AND `CF7_from_wpposts_or_tbl` = '" . $CF7_from . "'
472
  AND `CF7_removed_flag` = 'NO') LIMIT 1";
473
 
474
+ if ($wpdb->query($sql_lookup_insert)) {
475
  $table = "SaveContactForm7_" . $wpdb->insert_id;
476
  } else {
477
  $table = "";
478
  }
479
  $sql_lookup_update = "UPDATE `SaveContactForm7_lookup` SET `CFDBA_tbl_name` = '" . $table . "' WHERE `lookup_id` = " . $wpdb->insert_id . "";
480
+ $wpdb->query($sql_lookup_update);
481
  return $table;
482
  }
483
+
484
  }
485
 
486
+ /* function to fetch table name from lookup table */
487
  if (!function_exists("nimble_get_tbl_from_lookup")) {
488
 
489
  function nimble_get_tbl_from_lookup($CF7_form_id, $CF7_title, $CF7_version, $CF7_from) {
490
  global $wpdb;
491
  $result = $wpdb->get_results("select `CFDBA_tbl_name` from SaveContactForm7_lookup where CF7_form_id = " . $CF7_form_id . " AND CF7_version = '" . $CF7_version . "' AND CF7_from_wpposts_or_tbl = '" . $CF7_from . "' AND CF7_removed_flag = 'NO' ");
492
+
493
+ if (!empty($result[0]->CFDBA_tbl_name)) {
494
+ return $result[0]->CFDBA_tbl_name;
495
+ }
496
  }
497
+
498
  }
499
  } // is_admin() closed
500
 
501
+ /** * **************************************** */
502
  // function to submit contact from7 data to db
503
+ /** * **************************************** */
 
504
  if (!function_exists("nimble_save_cf7_data")) {
505
 
506
  function nimble_save_cf7_data($wpcf7) {
507
  global $wpdb;
508
+
509
  global $wpcf7_shortcode_manager;
510
  $nimble_dir_pah = wp_upload_dir();
511
  if (!function_exists('get_plugins')) {
527
  $submited['uploaded_files'] = $submission->uploaded_files();
528
  }
529
  $table = nimble_get_tbl_from_lookup($obj->id(), $obj->title(), $CF7_version, $CF7_from);
530
+ if ($table == "") {
 
531
  $table = nimble_lookup_entry($obj->id(), $obj->title(), $CF7_version, $CF7_from, $form);
532
  }
533
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9") {
534
+
 
 
535
  $obj = WPCF7_ContactForm::get_current();
536
  $shortcode = WPCF7_ShortcodeManager::get_instance();
537
  $form = $shortcode->scan_shortcode($obj->prop('form'));
545
  $submited['uploaded_files'] = $submission->uploaded_files();
546
  }
547
  $table = nimble_get_tbl_from_lookup($obj->id(), $obj->title(), $CF7_version, $CF7_from);
548
+ if ($table == "") {
 
549
  $table = nimble_lookup_entry($obj->id(), $obj->title(), $CF7_version, $CF7_from, $form);
550
  }
 
551
  } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.7") {
552
 
553
  $submission = $wpcf7;
562
  $submited['uploaded_files'] = $submission->uploaded_files;
563
  }
564
  $table = nimble_get_tbl_from_lookup($submission->id, $submited['title'], $CF7_version, $CF7_from);
565
+ if ($table == "") {
 
566
  $table = nimble_lookup_entry($submission->id, $submited['title'], $CF7_version, $CF7_from, $form);
567
  }
 
568
  } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.1.2") {
569
+
570
  $submission = $wpcf7;
571
  $shortcode = $wpcf7_shortcode_manager;
572
  $form = $shortcode->scan_shortcode($submission->form);
579
  $submited['uploaded_files'] = $submission->uploaded_files;
580
  }
581
  $table = nimble_get_tbl_from_lookup($submission->id, $submited['title'], $CF7_version, $CF7_from);
582
+ if ($table == "") {
 
583
  $table = nimble_lookup_entry($submission->id, $submited['title'], $CF7_version, $CF7_from, $form);
584
  }
 
585
  } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0") {
586
+
587
  $submission = $wpcf7;
588
  $shortcode = $wpcf7_shortcode_manager;
589
  $form = $shortcode->scan_shortcode($submission->form);
596
  $submited['uploaded_files'] = $submission->uploaded_files;
597
  }
598
  $table = nimble_get_tbl_from_lookup($submission->id, $submited['title'], $CF7_version, $CF7_from);
599
+ if ($table == "") {
 
600
  $table = nimble_lookup_entry($submission->id, $submited['title'], $CF7_version, $CF7_from, $form);
601
  }
 
602
  } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "2.4.6") {
603
  $submission = $wpcf7;
604
  $shortcode = $wpcf7_shortcode_manager;
612
  $submited['uploaded_files'] = $submission->uploaded_files;
613
  }
614
  $table = nimble_get_tbl_from_lookup($submission->id, $submited['title'], $CF7_version, $CF7_from);
615
+ if ($table == "") {
 
616
  $table = nimble_lookup_entry($submission->id, $submited['title'], $CF7_version, $CF7_from, $form);
617
  }
618
  }
650
  $key = str_replace("-", "_", $key);
651
  }
652
  $fields[] = "`" . $key . "`";
653
+ $sdata == "" ? $values[] = 'NULL' : $values[] = "'" . esc_sql($sdata) . "'";
654
  }
655
  }
656
  $field = implode(",", $fields);
657
  $value = implode(",", $values);
658
  $sql_insert = "insert into $table ($field) values ($value)";
659
  if ($wpdb->get_var("SHOW TABLES LIKE '$table'") != $table) {
660
+
661
  if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "4.2.2") {
662
  $obj = WPCF7_ContactForm::get_current();
663
  $shortcode = WPCF7_ShortcodeManager::get_instance();
665
  $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
666
  $CF7_from = getCF7_from();
667
  $table = nimble_get_tbl_from_lookup($obj->id(), $obj->title(), $CF7_version, $CF7_from);
668
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9") {
669
  $obj = WPCF7_ContactForm::get_current();
670
  $shortcode = WPCF7_ShortcodeManager::get_instance();
671
  $form = $shortcode->scan_shortcode($obj->prop('form'));
701
  $CF7_from = getCF7_from();
702
  $table = nimble_get_tbl_from_lookup($obj->id, $obj->title, $CF7_version, $CF7_from);
703
  }
704
+
705
+
706
  foreach ($form as $key => $fields) {
707
  if ($fields['name'] == '')
708
  continue;
711
  $fields['name'] = str_replace("-", "_", $fields['name']);
712
  }
713
  if ($fields['type'] == 'file' || $fields['type'] == 'file*') {
714
+ $db_table_fields[] = "`" . $fields['name'] . "` text COMMENT 'file_field' default NULL ";
715
  } else {
716
+ $db_table_fields[] = "`" . $fields['name'] . "` text ";
717
  }
718
  }
719
 
720
  $db_table_field = implode(",", $db_table_fields);
721
+ $sql_create = "CREATE TABLE IF NOT EXISTS " . $table . "(`id` int(8) NOT NULL PRIMARY KEY AUTO_INCREMENT, `created_on` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, " . $db_table_field . ") DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ";
722
+ $wpdb->query($sql_create);
723
+ $query_status = $wpdb->query($sql_insert);
724
  } else {
725
+ $query_status = $wpdb->query($sql_insert);
726
  }
727
 
728
  if ($query_status == TRUE) {
735
  $uploaded_file_info = pathinfo($submited['posted_data'][$fieldname]); //uploaded file info like basename,extension etc
736
  }
737
  if ($fieldname != "") {
738
+ if (!file_exists($nimble_dir_pah['basedir'] . "/nimble_uploads")) {
739
+ mkdir($nimble_dir_pah['basedir'] . "/nimble_uploads", 0777);
 
740
  $filepath = array_values($submited['uploaded_files']); // source location of the file
741
+ if (!isset($filepath)) {
742
+ if (!file_exists($nimble_dir_pah['basedir'] . "/nimble_uploads/$id")) {
743
+ mkdir($nimble_dir_pah['basedir'] . "/nimble_uploads/$id", 0777);
744
+ $newfile = $nimble_dir_pah['basedir'] . "/nimble_uploads/$id/" . $uploaded_file_info['basename']; // destination location of the file
745
+ copy($filepath[0], $newfile);
746
+ } else {
747
+ $newfile = $nimble_dir_pah['basedir'] . "/nimble_uploads/$id/" . $uploaded_file_info['basename']; // destination location of the file
748
+ copy($filepath[0], $newfile);
749
+ }
750
  }
751
  } else {
752
  $filepath = array_values($submited['uploaded_files']); // source location of the file
753
+ if (isset($filepath)) {
754
+ if (!file_exists($nimble_dir_pah['basedir'] . "/nimble_uploads/$id")) {
755
+ mkdir($nimble_dir_pah['basedir'] . "/nimble_uploads/$id", 0777);
756
+ $newfile = $nimble_dir_pah['basedir'] . "/nimble_uploads/$id/" . $uploaded_file_info['basename']; // destination location of the file
757
+ copy($filepath[0], $newfile);
758
+ } else {
759
+ $newfile = $nimble_dir_pah['basedir'] . "/nimble_uploads/$id/" . $uploaded_file_info['basename']; // destination location of the file
760
+ copy($filepath[0], $newfile);
761
+ }
762
  }
763
  }
764
  }
765
  }
766
  //file uploads code ends here
767
  }
 
768
  }
769
  add_action('wpcf7_before_send_mail', 'nimble_save_cf7_data');
770
 
771
+ /* * *************************************************** */
772
  // function to update table structure on contact form 7 edit //
773
+ /* * *************************************************** */
774
 
775
  if (!function_exists("nimble_after_cf7_update")) {
776
 
789
  $shortcode = WPCF7_ShortcodeManager::get_instance();
790
  $form = $shortcode->scan_shortcode($obj->prop('form'));
791
  $table = nimble_get_tbl_from_lookup($obj->id(), $CF7_form_title, $CF7_version, $CF7_from);
792
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.9") {
793
  $obj = WPCF7_ContactForm::get_current();
794
  $CF7_form_title = $obj->title();
795
  $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
813
  $CF7_from = getCF7_from();
814
  $form = $shortcode->scan_shortcode($wpcf7->form);
815
  $table = nimble_get_tbl_from_lookup($wpcf7->id, $CF7_form_title, $CF7_version, $CF7_from);
816
+ } else if ($plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0-Beta" || $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'] >= "3.0") {
817
  $shortcode = $wpcf7_shortcode_manager;
818
  $CF7_form_title = $wpcf7->title;
819
  $CF7_version = $plugin_data['contact-form-7/wp-contact-form-7.php']['Version'];
830
  $table = nimble_get_tbl_from_lookup($wpcf7->id, $CF7_form_title, $CF7_version, $CF7_from);
831
  }
832
  $db_table_fields = $wpdb->get_col("DESC " . $table);
833
+
834
  foreach ($form as $key => $fields) {
835
 
836
  if ($fields['name'] == '')
842
 
843
  if (!in_array($fields['name'], $db_table_fields)) {
844
  if ($fields['type'] == 'file' || $fields['type'] == 'file*') {
845
+ $newFieldsArr[] = "`" . $fields['name'] . "` text COMMENT 'file_field' default NULL ";
846
  } else {
847
+ $newFieldsArr[] = $fields['name'] . " text ";
848
  }
849
  }
850
  }
852
  if (!empty($newFieldsArr)) {
853
  $newFieldsStr = implode(',', $newFieldsArr);
854
  $sql_alter = "ALTER TABLE $table ADD(" . $newFieldsStr . ")";
855
+ $wpdb->query($sql_alter);
856
  }
857
 
858
  if ($CF7_form_title == "") {
859
  $CF7_form_title = "Untitled";
860
  }
861
  $sql_alter_lookup = "UPDATE SaveContactForm7_lookup SET `CF7_created_title` = '$CF7_form_title' WHERE `CFDBA_tbl_name` = '$table'";
862
+ $wpdb->query($sql_alter_lookup);
863
  }
864
 
865
  }
871
  function nimble_get_tbl_from_lookup($CF7_form_id, $CF7_title, $CF7_version, $CF7_from) {
872
  global $wpdb;
873
  $result = $wpdb->get_results("select `CFDBA_tbl_name` from SaveContactForm7_lookup where CF7_form_id = " . $CF7_form_id . " AND CF7_created_title ='" . $CF7_title . "' AND CF7_version = '" . $CF7_version . "' AND CF7_from_wpposts_or_tbl = '" . $CF7_from . "' AND CF7_removed_flag = 'NO' ");
874
+
875
+ if (!empty($result[0]->CFDBA_tbl_name)) {
876
+ return $result[0]->CFDBA_tbl_name;
877
+ }
878
  }
879
 
880
  }
894
  }
895
  return $CF7_from;
896
  }
897
+
898
  }
899
 
900
+ /* function to insert data into lookup table on form creation */
901
+ if (!function_exists("nimble_lookup_entry")) {
902
 
903
+ function nimble_lookup_entry($CF7_form_id, $CF7_form_title, $CF7_version, $CF7_from, $form) {
904
+ global $wpdb;
905
+ $sql_lookup_insert = "INSERT INTO SaveContactForm7_lookup (`CF7_created_title`, `CF7_version`, `CF7_form_id`,`CF7_from_wpposts_or_tbl` )
906
  SELECT * FROM (SELECT '" . $CF7_form_title . "', '" . $CF7_version . "' , " . $CF7_form_id . ",'" . $CF7_from . "') AS tmp
907
  WHERE NOT EXISTS (
908
  SELECT CF7_form_id
912
  AND `CF7_from_wpposts_or_tbl` = '" . $CF7_from . "'
913
  AND `CF7_removed_flag` = 'NO') LIMIT 1";
914
 
915
+ if ($wpdb->query($sql_lookup_insert)) {
916
+ $table = "SaveContactForm7_" . $wpdb->insert_id;
917
+ } else {
918
+ $table = "";
 
 
 
 
919
  }
920
+ $sql_lookup_update = "UPDATE `SaveContactForm7_lookup` SET `CFDBA_tbl_name` = '" . $table . "' WHERE `lookup_id` = " . $wpdb->insert_id . "";
921
+ $wpdb->query($sql_lookup_update);
922
+ return $table;
923
  }
924
+
925
+ }
926
  ?>