@blocknote/xl-odt-exporter 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/LICENSE +661 -0
  2. package/dist/GeistMono-Regular-D4rKXxwr.js +5 -0
  3. package/dist/GeistMono-Regular-D4rKXxwr.js.map +1 -0
  4. package/dist/Inter_18pt-Regular-byxnNS-8.js +5 -0
  5. package/dist/Inter_18pt-Regular-byxnNS-8.js.map +1 -0
  6. package/dist/blocknote-xl-odt-exporter.js +1646 -0
  7. package/dist/blocknote-xl-odt-exporter.js.map +1 -0
  8. package/dist/blocknote-xl-odt-exporter.umd.cjs +1080 -0
  9. package/dist/blocknote-xl-odt-exporter.umd.cjs.map +1 -0
  10. package/dist/webpack-stats.json +1 -0
  11. package/package.json +82 -0
  12. package/src/index.ts +1 -0
  13. package/src/odt/__snapshots__/basic/content.xml +448 -0
  14. package/src/odt/__snapshots__/basic/styles.xml +599 -0
  15. package/src/odt/__snapshots__/withCustomOptions/content.xml +462 -0
  16. package/src/odt/__snapshots__/withCustomOptions/styles.xml +599 -0
  17. package/src/odt/defaultSchema/blocks.tsx +460 -0
  18. package/src/odt/defaultSchema/index.ts +9 -0
  19. package/src/odt/defaultSchema/inlineContent.tsx +30 -0
  20. package/src/odt/defaultSchema/styles.ts +59 -0
  21. package/src/odt/index.ts +2 -0
  22. package/src/odt/odtExporter.test.ts +80 -0
  23. package/src/odt/odtExporter.tsx +360 -0
  24. package/src/odt/template/META-INF/manifest.xml +18 -0
  25. package/src/odt/template/Pictures/100000000000014C0000014CDD284996.jpg +0 -0
  26. package/src/odt/template/README.md +3 -0
  27. package/src/odt/template/Thumbnails/thumbnail.png +0 -0
  28. package/src/odt/template/content.xml +430 -0
  29. package/src/odt/template/manifest.rdf +6 -0
  30. package/src/odt/template/meta.xml +19 -0
  31. package/src/odt/template/mimetype +1 -0
  32. package/src/odt/template/settings.xml +173 -0
  33. package/src/odt/template/styles.xml +1078 -0
  34. package/src/odt/template/template blocknote.odt +0 -0
  35. package/src/odt/util/jsx.d.ts +55 -0
  36. package/src/vite-env.d.ts +11 -0
  37. package/types/src/index.d.ts +1 -0
  38. package/types/src/odt/defaultSchema/blocks.d.ts +4 -0
  39. package/types/src/odt/defaultSchema/index.d.ts +529 -0
  40. package/types/src/odt/defaultSchema/inlineContent.d.ts +3 -0
  41. package/types/src/odt/defaultSchema/styles.d.ts +2 -0
  42. package/types/src/odt/index.d.ts +2 -0
  43. package/types/src/odt/odtExporter.d.ts +28 -0
  44. package/types/src/odt/odtExporter.test.d.ts +1 -0
@@ -0,0 +1,1078 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <office:document-styles xmlns:css3t="http://www.w3.org/TR/css3-text/"
3
+ xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml"
4
+ xmlns:dom="http://www.w3.org/2001/xml-events"
5
+ xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0"
6
+ xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0"
7
+ xmlns:math="http://www.w3.org/1998/Math/MathML"
8
+ xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"
9
+ xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0"
10
+ xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"
11
+ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
12
+ xmlns:officeooo="http://openoffice.org/2009/office"
13
+ xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
14
+ xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0"
15
+ xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"
16
+ xmlns:rpt="http://openoffice.org/2005/report"
17
+ xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0"
18
+ xmlns:tableooo="http://openoffice.org/2009/table"
19
+ xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
20
+ xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2"
21
+ xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
22
+ xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
23
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
24
+ xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
25
+ xmlns:oooc="http://openoffice.org/2004/calc" xmlns:xlink="http://www.w3.org/1999/xlink"
26
+ xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:ooow="http://openoffice.org/2004/writer"
27
+ xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
28
+ xmlns:ooo="http://openoffice.org/2004/office"
29
+ xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3">
30
+ <office:font-face-decls>
31
+ <style:font-face style:name="Geist Mono" svg:font-family="Geist Mono" />
32
+ <style:font-face style:name="Inter 18pt" svg:font-family="Inter 18pt"
33
+ style:font-pitch="variable" />
34
+ <style:font-face style:name="Liberation Serif"
35
+ svg:font-family="&apos;Liberation Serif&apos;" style:font-family-generic="roman"
36
+ style:font-pitch="variable" />
37
+ <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol"
38
+ style:font-charset="x-symbol" />
39
+ <style:font-face style:name="PingFang SC" svg:font-family="&apos;PingFang SC&apos;"
40
+ style:font-family-generic="system" style:font-pitch="variable" />
41
+ <style:font-face style:name="Tahoma" svg:font-family="Tahoma"
42
+ style:font-family-generic="system" style:font-pitch="variable" />
43
+ <style:font-face style:name="Times New Roman (Body CS)"
44
+ svg:font-family="&apos;Times New Roman (Body CS)&apos;"
45
+ style:font-family-generic="system" style:font-pitch="variable" />
46
+ </office:font-face-decls>
47
+ <office:styles>
48
+ <draw:gradient draw:name="Gradient_20_1" draw:display-name="Gradient 1" draw:style="linear"
49
+ draw:start-color="#000000" draw:end-color="#ffffff" draw:start-intensity="100%"
50
+ draw:end-intensity="100%" draw:angle="0deg" draw:border="0%">
51
+ <loext:gradient-stop svg:offset="0" loext:color-type="rgb" loext:color-value="#000000" />
52
+ <loext:gradient-stop svg:offset="1" loext:color-type="rgb" loext:color-value="#ffffff" />
53
+ </draw:gradient>
54
+ <draw:hatch draw:name="Red_20_90_20_Degrees_20_Crossed_20_1"
55
+ draw:display-name="Red 90 Degrees Crossed 1" draw:style="single" draw:color="#3465a4"
56
+ draw:distance="0.0079in" draw:rotation="0" />
57
+ <style:default-style style:family="graphic">
58
+ <style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf"
59
+ fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in"
60
+ draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in"
61
+ draw:start-line-spacing-vertical="0.1114in"
62
+ draw:end-line-spacing-horizontal="0.1114in"
63
+ draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false" />
64
+ <style:paragraph-properties style:text-autospace="ideograph-alpha"
65
+ style:line-break="strict" loext:tab-stop-distance="0in" style:writing-mode="lr-tb"
66
+ style:font-independent-line-spacing="false">
67
+ <style:tab-stops />
68
+ </style:paragraph-properties>
69
+ <style:text-properties style:font-name="Inter 18pt"
70
+ fo:font-family="Inter 18pt" style:font-style-name="Regular"
71
+ style:font-pitch="variable" style:font-name-complex="Times New Roman (Body CS)"
72
+ style:font-family-complex="&apos;Times New Roman (Body CS)&apos;"
73
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable"
74
+ style:use-window-font-color="true" loext:opacity="0%"
75
+ fo:font-size="12pt" fo:language="en" fo:country="NL"
76
+ style:letter-kerning="true" style:font-size-asian="12pt"
77
+ style:language-asian="en" style:country-asian="GB"
78
+ style:font-size-complex="12pt" style:language-complex="ar"
79
+ style:country-complex="SA" />
80
+ </style:default-style>
81
+ <style:default-style style:family="paragraph">
82
+ <style:paragraph-properties fo:hyphenation-ladder-count="no-limit"
83
+ fo:hyphenation-keep="auto" loext:hyphenation-keep-type="column"
84
+ style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging"
85
+ style:line-break="strict" style:tab-stop-distance="0.139in"
86
+ style:writing-mode="page" />
87
+ <style:text-properties style:font-name="Inter 18pt"
88
+ fo:font-family="Inter 18pt" style:font-style-name="Regular"
89
+ style:font-pitch="variable" style:font-name-complex="Times New Roman (Body CS)"
90
+ style:font-family-complex="&apos;Times New Roman (Body CS)&apos;"
91
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable"
92
+ style:use-window-font-color="true" loext:opacity="0%"
93
+ fo:font-size="12pt" fo:language="en" fo:country="NL"
94
+ style:letter-kerning="true" style:font-size-asian="12pt"
95
+ style:language-asian="en" style:country-asian="GB"
96
+ style:font-size-complex="12pt" style:language-complex="ar"
97
+ style:country-complex="SA" fo:hyphenate="false" fo:hyphenation-remain-char-count="2"
98
+ fo:hyphenation-push-char-count="2" loext:hyphenation-no-caps="false"
99
+ loext:hyphenation-no-last-word="false" loext:hyphenation-word-char-count="5"
100
+ loext:hyphenation-zone="no-limit" />
101
+ </style:default-style>
102
+ <style:default-style style:family="table">
103
+ <style:table-properties table:border-model="collapsing" />
104
+ </style:default-style>
105
+ <style:default-style style:family="table-row">
106
+ <style:table-row-properties fo:keep-together="auto" />
107
+ </style:default-style>
108
+ <style:style style:name="Standard" style:family="paragraph" style:class="text">
109
+ <style:paragraph-properties fo:margin-top="0.0311in" fo:margin-bottom="0.0311in"
110
+ style:contextual-spacing="false" fo:line-height="150%" fo:text-align="start"
111
+ style:justify-single-word="false" fo:orphans="2" fo:widows="2"
112
+ style:writing-mode="lr-tb" />
113
+ <style:text-properties style:font-name="Inter 18pt"
114
+ fo:font-family="Inter 18pt" style:font-style-name="Regular"
115
+ style:font-pitch="variable" style:font-name-complex="Times New Roman (Body CS)"
116
+ style:font-family-complex="&apos;Times New Roman (Body CS)&apos;"
117
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable" />
118
+ </style:style>
119
+ <style:style style:name="Heading" style:family="paragraph"
120
+ style:parent-style-name="Standard" style:next-style-name="Text_20_body"
121
+ style:class="text">
122
+ <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in"
123
+ style:contextual-spacing="false" fo:keep-with-next="always" />
124
+ <style:text-properties style:font-family-generic="swiss"
125
+ style:font-pitch="variable" fo:font-size="14pt" style:font-name-asian="PingFang SC"
126
+ style:font-family-asian="&apos;PingFang SC&apos;"
127
+ style:font-family-generic-asian="system" style:font-pitch-asian="variable"
128
+ style:font-size-asian="14pt" style:font-name-complex="Arial Unicode MS1"
129
+ style:font-family-complex="&apos;Arial Unicode MS&apos;"
130
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable"
131
+ style:font-size-complex="14pt" />
132
+ </style:style>
133
+ <style:style style:name="Text_20_body" style:display-name="Text body"
134
+ style:family="paragraph" style:parent-style-name="Standard" style:class="text">
135
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0972in"
136
+ style:contextual-spacing="false" fo:line-height="115%" />
137
+ </style:style>
138
+ <style:style style:name="List" style:family="paragraph"
139
+ style:parent-style-name="Text_20_body" style:class="list">
140
+ <style:text-properties style:font-size-asian="12pt"
141
+ style:font-name-complex="Arial Unicode MS"
142
+ style:font-family-complex="&apos;Arial Unicode MS&apos;"
143
+ style:font-family-generic-complex="swiss" />
144
+ </style:style>
145
+ <style:style style:name="Caption" style:family="paragraph"
146
+ style:parent-style-name="Standard" style:next-style-name="Standard" style:class="extra">
147
+ <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.139in"
148
+ style:contextual-spacing="false" fo:line-height="100%" />
149
+ <style:text-properties fo:color="#0e2841" loext:opacity="100%" fo:font-size="9pt"
150
+ fo:font-style="italic" style:font-size-asian="9pt" style:font-style-asian="italic"
151
+ style:font-size-complex="9pt" style:font-style-complex="italic">
152
+ <loext:char-complex-color loext:theme-type="dark2" loext:color-type="theme" />
153
+ </style:text-properties>
154
+ </style:style>
155
+ <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard"
156
+ style:class="index">
157
+ <style:paragraph-properties text:number-lines="false" text:line-number="0" />
158
+ <style:text-properties style:font-size-asian="12pt"
159
+ style:font-name-complex="Arial Unicode MS"
160
+ style:font-family-complex="&apos;Arial Unicode MS&apos;"
161
+ style:font-family-generic-complex="swiss" />
162
+ </style:style>
163
+ <style:style style:name="Heading_20_1" style:display-name="Heading 1"
164
+ style:family="paragraph" style:parent-style-name="Standard"
165
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_1_20_Char"
166
+ style:default-outline-level="1" style:list-style-name="" style:class="text">
167
+ <style:text-properties fo:font-size="24pt" fo:font-weight="bold"
168
+ style:font-size-asian="24pt" style:font-weight-asian="bold"
169
+ style:font-size-complex="24pt" />
170
+ </style:style>
171
+ <style:style style:name="Heading_20_2" style:display-name="Heading 2"
172
+ style:family="paragraph" style:parent-style-name="Standard"
173
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_2_20_Char"
174
+ style:default-outline-level="2" style:list-style-name="" style:class="text">
175
+ <style:text-properties fo:font-size="18pt" fo:font-weight="bold"
176
+ style:font-size-asian="18pt" style:font-weight-asian="bold"
177
+ style:font-size-complex="18pt" />
178
+ </style:style>
179
+ <style:style style:name="Heading_20_3" style:display-name="Heading 3"
180
+ style:family="paragraph" style:parent-style-name="Standard"
181
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_3_20_Char"
182
+ style:default-outline-level="3" style:list-style-name="" style:class="text">
183
+ <style:text-properties fo:font-size="14pt" fo:font-weight="bold"
184
+ style:font-size-asian="14pt" style:font-weight-asian="bold"
185
+ style:font-size-complex="14pt" />
186
+ </style:style>
187
+ <style:style style:name="Heading_20_4" style:display-name="Heading 4"
188
+ style:family="paragraph" style:parent-style-name="Standard"
189
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_4_20_Char"
190
+ style:default-outline-level="4" style:list-style-name="" style:class="text">
191
+ <style:paragraph-properties fo:margin-top="0.0555in" fo:margin-bottom="0.028in"
192
+ style:contextual-spacing="false" fo:keep-together="always"
193
+ fo:keep-with-next="always" />
194
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%" fo:font-style="italic"
195
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
196
+ style:font-pitch-asian="variable" style:font-style-asian="italic"
197
+ style:font-name-complex="F2" style:font-family-generic-complex="system"
198
+ style:font-pitch-complex="variable" style:font-style-complex="italic">
199
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
200
+ <loext:transformation loext:type="shade" loext:value="2509" />
201
+ </loext:char-complex-color>
202
+ </style:text-properties>
203
+ </style:style>
204
+ <style:style style:name="Heading_20_5" style:display-name="Heading 5"
205
+ style:family="paragraph" style:parent-style-name="Standard"
206
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_5_20_Char"
207
+ style:default-outline-level="5" style:list-style-name="" style:class="text">
208
+ <style:paragraph-properties fo:margin-top="0.0555in" fo:margin-bottom="0.028in"
209
+ style:contextual-spacing="false" fo:keep-together="always"
210
+ fo:keep-with-next="always" />
211
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%"
212
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
213
+ style:font-pitch-asian="variable" style:font-name-complex="F2"
214
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable">
215
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
216
+ <loext:transformation loext:type="shade" loext:value="2509" />
217
+ </loext:char-complex-color>
218
+ </style:text-properties>
219
+ </style:style>
220
+ <style:style style:name="Heading_20_6" style:display-name="Heading 6"
221
+ style:family="paragraph" style:parent-style-name="Standard"
222
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_6_20_Char"
223
+ style:default-outline-level="6" style:list-style-name="" style:class="text">
224
+ <style:paragraph-properties fo:margin-top="0.028in" fo:margin-bottom="0in"
225
+ style:contextual-spacing="false" fo:keep-together="always"
226
+ fo:keep-with-next="always" />
227
+ <style:text-properties fo:color="#595959" loext:opacity="100%" fo:font-style="italic"
228
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
229
+ style:font-pitch-asian="variable" style:font-style-asian="italic"
230
+ style:font-name-complex="F2" style:font-family-generic-complex="system"
231
+ style:font-pitch-complex="variable" style:font-style-complex="italic">
232
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
233
+ <loext:transformation loext:type="tint" loext:value="3490" />
234
+ </loext:char-complex-color>
235
+ </style:text-properties>
236
+ </style:style>
237
+ <style:style style:name="Heading_20_7" style:display-name="Heading 7"
238
+ style:family="paragraph" style:parent-style-name="Standard"
239
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_7_20_Char"
240
+ style:default-outline-level="7" style:list-style-name="" style:class="text">
241
+ <style:paragraph-properties fo:margin-top="0.028in" fo:margin-bottom="0in"
242
+ style:contextual-spacing="false" fo:keep-together="always"
243
+ fo:keep-with-next="always" />
244
+ <style:text-properties fo:color="#595959" loext:opacity="100%"
245
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
246
+ style:font-pitch-asian="variable" style:font-name-complex="F2"
247
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable">
248
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
249
+ <loext:transformation loext:type="tint" loext:value="3490" />
250
+ </loext:char-complex-color>
251
+ </style:text-properties>
252
+ </style:style>
253
+ <style:style style:name="Heading_20_8" style:display-name="Heading 8"
254
+ style:family="paragraph" style:parent-style-name="Standard"
255
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_8_20_Char"
256
+ style:default-outline-level="8" style:list-style-name="" style:class="text">
257
+ <style:paragraph-properties fo:margin-top="0.0311in" fo:margin-bottom="0in"
258
+ style:contextual-spacing="false" fo:keep-together="always"
259
+ fo:keep-with-next="always" />
260
+ <style:text-properties fo:color="#272727" loext:opacity="100%" fo:font-style="italic"
261
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
262
+ style:font-pitch-asian="variable" style:font-style-asian="italic"
263
+ style:font-name-complex="F2" style:font-family-generic-complex="system"
264
+ style:font-pitch-complex="variable" style:font-style-complex="italic">
265
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
266
+ <loext:transformation loext:type="tint" loext:value="1529" />
267
+ </loext:char-complex-color>
268
+ </style:text-properties>
269
+ </style:style>
270
+ <style:style style:name="Heading_20_9" style:display-name="Heading 9"
271
+ style:family="paragraph" style:parent-style-name="Standard"
272
+ style:next-style-name="Standard" loext:linked-style-name="Heading_20_9_20_Char"
273
+ style:default-outline-level="9" style:list-style-name="" style:class="text">
274
+ <style:paragraph-properties fo:margin-top="0.0311in" fo:margin-bottom="0in"
275
+ style:contextual-spacing="false" fo:keep-together="always"
276
+ fo:keep-with-next="always" />
277
+ <style:text-properties fo:color="#272727" loext:opacity="100%"
278
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
279
+ style:font-pitch-asian="variable" style:font-name-complex="F2"
280
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable">
281
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
282
+ <loext:transformation loext:type="tint" loext:value="1529" />
283
+ </loext:char-complex-color>
284
+ </style:text-properties>
285
+ </style:style>
286
+ <style:style style:name="Title" style:family="paragraph" style:parent-style-name="Standard"
287
+ style:next-style-name="Standard" loext:linked-style-name="Title_20_Char"
288
+ style:class="chapter">
289
+ <style:paragraph-properties fo:margin-top="0.0311in" fo:margin-bottom="0.0555in"
290
+ style:contextual-spacing="true" fo:line-height="100%" />
291
+ <style:text-properties
292
+ fo:font-size="28pt" fo:letter-spacing="-0.0071in" style:letter-kerning="true"
293
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
294
+ style:font-pitch-asian="variable" style:font-size-asian="28pt"
295
+ style:font-name-complex="F2" style:font-family-generic-complex="system"
296
+ style:font-pitch-complex="variable" style:font-size-complex="28pt" />
297
+ </style:style>
298
+ <style:style style:name="Subtitle" style:family="paragraph"
299
+ style:parent-style-name="Standard" style:next-style-name="Standard"
300
+ loext:linked-style-name="Subtitle_20_Char" style:class="chapter">
301
+ <style:text-properties fo:color="#595959" loext:opacity="100%" fo:font-size="14pt"
302
+ fo:letter-spacing="0.0102in" style:font-name-asian="F2"
303
+ style:font-family-generic-asian="system" style:font-pitch-asian="variable"
304
+ style:font-size-asian="14pt" style:font-name-complex="F2"
305
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable"
306
+ style:font-size-complex="14pt">
307
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
308
+ <loext:transformation loext:type="tint" loext:value="3490" />
309
+ </loext:char-complex-color>
310
+ </style:text-properties>
311
+ </style:style>
312
+ <style:style style:name="Quote" style:family="paragraph" style:parent-style-name="Standard"
313
+ style:next-style-name="Standard" loext:linked-style-name="Quote_20_Char">
314
+ <style:paragraph-properties fo:margin-top="0.111in" fo:margin-bottom="0.0311in"
315
+ style:contextual-spacing="false" fo:text-align="center"
316
+ style:justify-single-word="false" />
317
+ <style:text-properties fo:color="#404040" loext:opacity="100%" fo:font-style="italic"
318
+ style:font-style-asian="italic" style:font-style-complex="italic">
319
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
320
+ <loext:transformation loext:type="tint" loext:value="2509" />
321
+ </loext:char-complex-color>
322
+ </style:text-properties>
323
+ </style:style>
324
+ <style:style style:name="List_20_Paragraph" style:display-name="List Paragraph"
325
+ style:family="paragraph" style:parent-style-name="Standard">
326
+ <style:paragraph-properties fo:margin-left="0.5in" fo:margin-top="0.0311in"
327
+ fo:margin-bottom="0.0311in" style:contextual-spacing="true" />
328
+ </style:style>
329
+ <style:style style:name="Intense_20_Quote" style:display-name="Intense Quote"
330
+ style:family="paragraph" style:parent-style-name="Standard"
331
+ style:next-style-name="Standard" loext:linked-style-name="Intense_20_Quote_20_Char">
332
+ <style:paragraph-properties fo:margin-left="0.6in" fo:margin-right="0.6in"
333
+ fo:margin-top="0.25in" fo:margin-bottom="0.25in" style:contextual-spacing="false"
334
+ fo:text-align="center" style:justify-single-word="false" fo:padding-left="0in"
335
+ fo:padding-right="0in" fo:padding-top="0.139in" fo:padding-bottom="0.139in"
336
+ fo:border-left="none" fo:border-right="none" fo:border-top="0.51pt solid #0f4761"
337
+ fo:border-bottom="0.51pt solid #0f4761" />
338
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%" fo:font-style="italic"
339
+ style:font-style-asian="italic" style:font-style-complex="italic">
340
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
341
+ <loext:transformation loext:type="shade" loext:value="2509" />
342
+ </loext:char-complex-color>
343
+ </style:text-properties>
344
+ </style:style>
345
+ <style:style style:name="PageBreak" style:family="paragraph"
346
+ style:parent-style-name="Standard">
347
+ <style:paragraph-properties fo:break-before="page" />
348
+ </style:style>
349
+ <style:style style:name="Codeblock" style:family="paragraph"
350
+ style:parent-style-name="Standard">
351
+ <loext:graphic-properties draw:fill="solid" draw:fill-color="#161616" />
352
+ <style:paragraph-properties fo:line-height="100%" fo:background-color="#161616" />
353
+ <style:text-properties fo:color="#e1e4e8" loext:opacity="100%"
354
+ style:font-name="Geist Mono"
355
+ fo:font-family="Geist Mono" />
356
+ </style:style>
357
+ <style:style style:name="Heading_20_1_20_Char" style:display-name="Heading 1 Char"
358
+ style:family="text" style:parent-style-name="Standard"
359
+ loext:linked-style-name="Heading_20_1">
360
+ <style:text-properties fo:font-size="20pt"
361
+ style:font-size-asian="20pt"
362
+ style:font-size-complex="20pt" />
363
+ </style:style>
364
+ <style:style style:name="Heading_20_2_20_Char" style:display-name="Heading 2 Char"
365
+ style:family="text" style:parent-style-name="Standard"
366
+ loext:linked-style-name="Heading_20_2">
367
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%" fo:font-size="16pt"
368
+ style:font-size-asian="16pt" style:font-size-complex="16pt">
369
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
370
+ <loext:transformation loext:type="shade" loext:value="2509" />
371
+ </loext:char-complex-color>
372
+ </style:text-properties>
373
+ </style:style>
374
+ <style:style style:name="Heading_20_3_20_Char" style:display-name="Heading 3 Char"
375
+ style:family="text" style:parent-style-name="Standard"
376
+ loext:linked-style-name="Heading_20_3">
377
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%" fo:font-size="14pt"
378
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
379
+ style:font-pitch-asian="variable" style:font-size-asian="14pt"
380
+ style:font-name-complex="F2" style:font-family-generic-complex="system"
381
+ style:font-pitch-complex="variable" style:font-size-complex="14pt">
382
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
383
+ <loext:transformation loext:type="shade" loext:value="2509" />
384
+ </loext:char-complex-color>
385
+ </style:text-properties>
386
+ </style:style>
387
+ <style:style style:name="Heading_20_4_20_Char" style:display-name="Heading 4 Char"
388
+ style:family="text" style:parent-style-name="Standard"
389
+ loext:linked-style-name="Heading_20_4">
390
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%" fo:font-style="italic"
391
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
392
+ style:font-pitch-asian="variable" style:font-style-asian="italic"
393
+ style:font-name-complex="F2" style:font-family-generic-complex="system"
394
+ style:font-pitch-complex="variable" style:font-style-complex="italic">
395
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
396
+ <loext:transformation loext:type="shade" loext:value="2509" />
397
+ </loext:char-complex-color>
398
+ </style:text-properties>
399
+ </style:style>
400
+ <style:style style:name="Heading_20_5_20_Char" style:display-name="Heading 5 Char"
401
+ style:family="text" style:parent-style-name="Standard"
402
+ loext:linked-style-name="Heading_20_5">
403
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%"
404
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
405
+ style:font-pitch-asian="variable" style:font-name-complex="F2"
406
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable">
407
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
408
+ <loext:transformation loext:type="shade" loext:value="2509" />
409
+ </loext:char-complex-color>
410
+ </style:text-properties>
411
+ </style:style>
412
+ <style:style style:name="Heading_20_6_20_Char" style:display-name="Heading 6 Char"
413
+ style:family="text" style:parent-style-name="Standard"
414
+ loext:linked-style-name="Heading_20_6">
415
+ <style:text-properties fo:color="#595959" loext:opacity="100%" fo:font-style="italic"
416
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
417
+ style:font-pitch-asian="variable" style:font-style-asian="italic"
418
+ style:font-name-complex="F2" style:font-family-generic-complex="system"
419
+ style:font-pitch-complex="variable" style:font-style-complex="italic">
420
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
421
+ <loext:transformation loext:type="tint" loext:value="3490" />
422
+ </loext:char-complex-color>
423
+ </style:text-properties>
424
+ </style:style>
425
+ <style:style style:name="Heading_20_7_20_Char" style:display-name="Heading 7 Char"
426
+ style:family="text" style:parent-style-name="Standard"
427
+ loext:linked-style-name="Heading_20_7">
428
+ <style:text-properties fo:color="#595959" loext:opacity="100%"
429
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
430
+ style:font-pitch-asian="variable" style:font-name-complex="F2"
431
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable">
432
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
433
+ <loext:transformation loext:type="tint" loext:value="3490" />
434
+ </loext:char-complex-color>
435
+ </style:text-properties>
436
+ </style:style>
437
+ <style:style style:name="Heading_20_8_20_Char" style:display-name="Heading 8 Char"
438
+ style:family="text" style:parent-style-name="Standard"
439
+ loext:linked-style-name="Heading_20_8">
440
+ <style:text-properties fo:color="#272727" loext:opacity="100%" fo:font-style="italic"
441
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
442
+ style:font-pitch-asian="variable" style:font-style-asian="italic"
443
+ style:font-name-complex="F2" style:font-family-generic-complex="system"
444
+ style:font-pitch-complex="variable" style:font-style-complex="italic">
445
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
446
+ <loext:transformation loext:type="tint" loext:value="1529" />
447
+ </loext:char-complex-color>
448
+ </style:text-properties>
449
+ </style:style>
450
+ <style:style style:name="Heading_20_9_20_Char" style:display-name="Heading 9 Char"
451
+ style:family="text" style:parent-style-name="Standard"
452
+ loext:linked-style-name="Heading_20_9">
453
+ <style:text-properties fo:color="#272727" loext:opacity="100%"
454
+ style:font-name-asian="F2" style:font-family-generic-asian="system"
455
+ style:font-pitch-asian="variable" style:font-name-complex="F2"
456
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable">
457
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
458
+ <loext:transformation loext:type="tint" loext:value="1529" />
459
+ </loext:char-complex-color>
460
+ </style:text-properties>
461
+ </style:style>
462
+ <style:style style:name="Title_20_Char" style:display-name="Title Char" style:family="text"
463
+ style:parent-style-name="Standard" loext:linked-style-name="Title">
464
+ <style:text-properties style:font-name="Inter 18pt" fo:font-size="28pt"
465
+ fo:letter-spacing="-0.0071in"
466
+ style:letter-kerning="true"
467
+ style:font-size-asian="28pt"
468
+ style:font-size-complex="28pt" />
469
+ </style:style>
470
+ <style:style style:name="Subtitle_20_Char" style:display-name="Subtitle Char"
471
+ style:family="text" style:parent-style-name="Standard"
472
+ loext:linked-style-name="Subtitle">
473
+ <style:text-properties fo:color="#595959" loext:opacity="100%" fo:font-size="14pt"
474
+ fo:letter-spacing="0.0102in" style:font-name-asian="F2"
475
+ style:font-family-generic-asian="system" style:font-pitch-asian="variable"
476
+ style:font-size-asian="14pt" style:font-name-complex="F2"
477
+ style:font-family-generic-complex="system" style:font-pitch-complex="variable"
478
+ style:font-size-complex="14pt">
479
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
480
+ <loext:transformation loext:type="tint" loext:value="3490" />
481
+ </loext:char-complex-color>
482
+ </style:text-properties>
483
+ </style:style>
484
+ <style:style style:name="Quote_20_Char" style:display-name="Quote Char" style:family="text"
485
+ style:parent-style-name="Standard" loext:linked-style-name="Quote">
486
+ <style:text-properties fo:color="#404040" loext:opacity="100%" fo:font-style="italic"
487
+ style:font-style-asian="italic" style:font-style-complex="italic">
488
+ <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme">
489
+ <loext:transformation loext:type="tint" loext:value="2509" />
490
+ </loext:char-complex-color>
491
+ </style:text-properties>
492
+ </style:style>
493
+ <style:style style:name="Intense_20_Emphasis" style:display-name="Intense Emphasis"
494
+ style:family="text" style:parent-style-name="Standard">
495
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%" fo:font-style="italic"
496
+ style:font-style-asian="italic" style:font-style-complex="italic">
497
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
498
+ <loext:transformation loext:type="shade" loext:value="2509" />
499
+ </loext:char-complex-color>
500
+ </style:text-properties>
501
+ </style:style>
502
+ <style:style style:name="Intense_20_Quote_20_Char" style:display-name="Intense Quote Char"
503
+ style:family="text" style:parent-style-name="Standard"
504
+ loext:linked-style-name="Intense_20_Quote">
505
+ <style:text-properties fo:color="#0f4761" loext:opacity="100%" fo:font-style="italic"
506
+ style:font-style-asian="italic" style:font-style-complex="italic">
507
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
508
+ <loext:transformation loext:type="shade" loext:value="2509" />
509
+ </loext:char-complex-color>
510
+ </style:text-properties>
511
+ </style:style>
512
+ <style:style style:name="Intense_20_Reference" style:display-name="Intense Reference"
513
+ style:family="text" style:parent-style-name="Standard">
514
+ <style:text-properties fo:font-variant="small-caps" fo:color="#0f4761"
515
+ loext:opacity="100%" fo:letter-spacing="0.0035in" fo:font-weight="bold"
516
+ style:font-weight-asian="bold" style:font-weight-complex="bold">
517
+ <loext:char-complex-color loext:theme-type="accent1" loext:color-type="theme">
518
+ <loext:transformation loext:type="shade" loext:value="2509" />
519
+ </loext:char-complex-color>
520
+ </style:text-properties>
521
+ </style:style>
522
+ <style:style style:name="Internet_20_link" style:display-name="Internet link"
523
+ style:family="text" style:parent-style-name="Standard">
524
+ <style:text-properties style:font-name="Inter 18pt" style:font-name-asian="Inter 18pt"
525
+ style:font-name-complex="Times New Roman (Body CS)" fo:color="#0000ef"
526
+ loext:opacity="100%"
527
+ style:text-underline-type="single" style:text-underline-style="solid"
528
+ style:text-underline-width="auto" style:text-underline-mode="continuous"
529
+ style:text-underline-color="font-color" />
530
+ </style:style>
531
+ <style:style style:name="Unresolved_20_Mention" style:display-name="Unresolved Mention"
532
+ style:family="text" style:parent-style-name="Standard">
533
+ <style:text-properties fo:color="#605e5c" loext:opacity="100%"
534
+ fo:background-color="#e1dfdd" />
535
+ </style:style>
536
+ <style:style style:name="ListLabel_20_1" style:display-name="ListLabel 1"
537
+ style:family="text" />
538
+ <style:style style:name="ListLabel_20_2" style:display-name="ListLabel 2"
539
+ style:family="text" />
540
+ <style:style style:name="ListLabel_20_3" style:display-name="ListLabel 3"
541
+ style:family="text" />
542
+ <style:style style:name="ListLabel_20_4" style:display-name="ListLabel 4"
543
+ style:family="text" />
544
+ <style:style style:name="ListLabel_20_5" style:display-name="ListLabel 5"
545
+ style:family="text" />
546
+ <style:style style:name="ListLabel_20_6" style:display-name="ListLabel 6"
547
+ style:family="text" />
548
+ <style:style style:name="ListLabel_20_7" style:display-name="ListLabel 7"
549
+ style:family="text" />
550
+ <style:style style:name="ListLabel_20_8" style:display-name="ListLabel 8"
551
+ style:family="text" />
552
+ <style:style style:name="ListLabel_20_9" style:display-name="ListLabel 9"
553
+ style:family="text" />
554
+ <style:style style:name="ListLabel_20_10" style:display-name="ListLabel 10"
555
+ style:family="text" />
556
+ <style:style style:name="ListLabel_20_11" style:display-name="ListLabel 11"
557
+ style:family="text" />
558
+ <style:style style:name="ListLabel_20_12" style:display-name="ListLabel 12"
559
+ style:family="text" />
560
+ <style:style style:name="ListLabel_20_13" style:display-name="ListLabel 13"
561
+ style:family="text" />
562
+ <style:style style:name="ListLabel_20_14" style:display-name="ListLabel 14"
563
+ style:family="text" />
564
+ <style:style style:name="ListLabel_20_15" style:display-name="ListLabel 15"
565
+ style:family="text" />
566
+ <style:style style:name="ListLabel_20_16" style:display-name="ListLabel 16"
567
+ style:family="text" />
568
+ <style:style style:name="ListLabel_20_17" style:display-name="ListLabel 17"
569
+ style:family="text" />
570
+ <style:style style:name="ListLabel_20_18" style:display-name="ListLabel 18"
571
+ style:family="text" />
572
+ <style:style style:name="ListLabel_20_19" style:display-name="ListLabel 19"
573
+ style:family="text" />
574
+ <style:style style:name="ListLabel_20_20" style:display-name="ListLabel 20"
575
+ style:family="text" />
576
+ <style:style style:name="ListLabel_20_21" style:display-name="ListLabel 21"
577
+ style:family="text" />
578
+ <style:style style:name="ListLabel_20_22" style:display-name="ListLabel 22"
579
+ style:family="text" />
580
+ <style:style style:name="ListLabel_20_23" style:display-name="ListLabel 23"
581
+ style:family="text" />
582
+ <style:style style:name="ListLabel_20_24" style:display-name="ListLabel 24"
583
+ style:family="text" />
584
+ <style:style style:name="ListLabel_20_25" style:display-name="ListLabel 25"
585
+ style:family="text" />
586
+ <style:style style:name="ListLabel_20_26" style:display-name="ListLabel 26"
587
+ style:family="text" />
588
+ <style:style style:name="ListLabel_20_27" style:display-name="ListLabel 27"
589
+ style:family="text" />
590
+ <style:style style:name="ListLabel_20_28" style:display-name="ListLabel 28"
591
+ style:family="text" />
592
+ <style:style style:name="Graphics" style:family="graphic">
593
+ <style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in"
594
+ style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit"
595
+ style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph"
596
+ style:horizontal-pos="center" style:horizontal-rel="paragraph" draw:fill="none" />
597
+ </style:style>
598
+ <style:style style:name="Frame" style:family="graphic">
599
+ <style:graphic-properties fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in"
600
+ fo:margin-bottom="0in" style:run-through="foreground" style:wrap="dynamic"
601
+ style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top"
602
+ style:horizontal-pos="center" style:horizontal-rel="paragraph" fo:padding="0in"
603
+ draw:fill="none"
604
+ draw:stroke="none"
605
+ fo:border="none"
606
+ style:shadow="none" svg:stroke-color="transparent"
607
+ draw:shadow-opacity="100%"
608
+ loext:rel-width-rel="paragraph" />
609
+ </style:style>
610
+ <text:outline-style style:name="Outline">
611
+ <text:outline-level-style text:level="1" style:num-format="">
612
+ <style:list-level-properties
613
+ text:list-level-position-and-space-mode="label-alignment">
614
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
615
+ </style:list-level-properties>
616
+ </text:outline-level-style>
617
+ <text:outline-level-style text:level="2" style:num-format="">
618
+ <style:list-level-properties
619
+ text:list-level-position-and-space-mode="label-alignment">
620
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
621
+ </style:list-level-properties>
622
+ </text:outline-level-style>
623
+ <text:outline-level-style text:level="3" style:num-format="">
624
+ <style:list-level-properties
625
+ text:list-level-position-and-space-mode="label-alignment">
626
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
627
+ </style:list-level-properties>
628
+ </text:outline-level-style>
629
+ <text:outline-level-style text:level="4" style:num-format="">
630
+ <style:list-level-properties
631
+ text:list-level-position-and-space-mode="label-alignment">
632
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
633
+ </style:list-level-properties>
634
+ </text:outline-level-style>
635
+ <text:outline-level-style text:level="5" style:num-format="">
636
+ <style:list-level-properties
637
+ text:list-level-position-and-space-mode="label-alignment">
638
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
639
+ </style:list-level-properties>
640
+ </text:outline-level-style>
641
+ <text:outline-level-style text:level="6" style:num-format="">
642
+ <style:list-level-properties
643
+ text:list-level-position-and-space-mode="label-alignment">
644
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
645
+ </style:list-level-properties>
646
+ </text:outline-level-style>
647
+ <text:outline-level-style text:level="7" style:num-format="">
648
+ <style:list-level-properties
649
+ text:list-level-position-and-space-mode="label-alignment">
650
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
651
+ </style:list-level-properties>
652
+ </text:outline-level-style>
653
+ <text:outline-level-style text:level="8" style:num-format="">
654
+ <style:list-level-properties
655
+ text:list-level-position-and-space-mode="label-alignment">
656
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
657
+ </style:list-level-properties>
658
+ </text:outline-level-style>
659
+ <text:outline-level-style text:level="9" style:num-format="">
660
+ <style:list-level-properties
661
+ text:list-level-position-and-space-mode="label-alignment">
662
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
663
+ </style:list-level-properties>
664
+ </text:outline-level-style>
665
+ <text:outline-level-style text:level="10" style:num-format="">
666
+ <style:list-level-properties
667
+ text:list-level-position-and-space-mode="label-alignment">
668
+ <style:list-level-label-alignment text:label-followed-by="listtab" />
669
+ </style:list-level-properties>
670
+ </text:outline-level-style>
671
+ </text:outline-style>
672
+ <text:list-style style:name="No_20_List" style:display-name="No List">
673
+ <text:list-level-style-number text:level="1" loext:num-list-format="%1%."
674
+ style:num-suffix="." style:num-format="1">
675
+ <style:list-level-properties
676
+ text:list-level-position-and-space-mode="label-alignment">
677
+ <style:list-level-label-alignment text:label-followed-by="listtab"
678
+ text:list-tab-stop-position="0.5in" fo:text-indent="-0.25in"
679
+ fo:margin-left="0.5in" />
680
+ </style:list-level-properties>
681
+ </text:list-level-style-number>
682
+ <text:list-level-style-number text:level="2" loext:num-list-format="%2%."
683
+ style:num-suffix="." style:num-format="1">
684
+ <style:list-level-properties
685
+ text:list-level-position-and-space-mode="label-alignment">
686
+ <style:list-level-label-alignment text:label-followed-by="listtab"
687
+ text:list-tab-stop-position="0.75in" fo:text-indent="-0.25in"
688
+ fo:margin-left="0.75in" />
689
+ </style:list-level-properties>
690
+ </text:list-level-style-number>
691
+ <text:list-level-style-number text:level="3" loext:num-list-format="%3%."
692
+ style:num-suffix="." style:num-format="1">
693
+ <style:list-level-properties
694
+ text:list-level-position-and-space-mode="label-alignment">
695
+ <style:list-level-label-alignment text:label-followed-by="listtab"
696
+ text:list-tab-stop-position="1in" fo:text-indent="-0.25in"
697
+ fo:margin-left="1in" />
698
+ </style:list-level-properties>
699
+ </text:list-level-style-number>
700
+ <text:list-level-style-number text:level="4" loext:num-list-format="%4%."
701
+ style:num-suffix="." style:num-format="1">
702
+ <style:list-level-properties
703
+ text:list-level-position-and-space-mode="label-alignment">
704
+ <style:list-level-label-alignment text:label-followed-by="listtab"
705
+ text:list-tab-stop-position="1.25in" fo:text-indent="-0.25in"
706
+ fo:margin-left="1.25in" />
707
+ </style:list-level-properties>
708
+ </text:list-level-style-number>
709
+ <text:list-level-style-number text:level="5" loext:num-list-format="%5%."
710
+ style:num-suffix="." style:num-format="1">
711
+ <style:list-level-properties
712
+ text:list-level-position-and-space-mode="label-alignment">
713
+ <style:list-level-label-alignment text:label-followed-by="listtab"
714
+ text:list-tab-stop-position="1.5in" fo:text-indent="-0.25in"
715
+ fo:margin-left="1.5in" />
716
+ </style:list-level-properties>
717
+ </text:list-level-style-number>
718
+ <text:list-level-style-number text:level="6" loext:num-list-format="%6%."
719
+ style:num-suffix="." style:num-format="1">
720
+ <style:list-level-properties
721
+ text:list-level-position-and-space-mode="label-alignment">
722
+ <style:list-level-label-alignment text:label-followed-by="listtab"
723
+ text:list-tab-stop-position="1.75in" fo:text-indent="-0.25in"
724
+ fo:margin-left="1.75in" />
725
+ </style:list-level-properties>
726
+ </text:list-level-style-number>
727
+ <text:list-level-style-number text:level="7" loext:num-list-format="%7%."
728
+ style:num-suffix="." style:num-format="1">
729
+ <style:list-level-properties
730
+ text:list-level-position-and-space-mode="label-alignment">
731
+ <style:list-level-label-alignment text:label-followed-by="listtab"
732
+ text:list-tab-stop-position="2in" fo:text-indent="-0.25in"
733
+ fo:margin-left="2in" />
734
+ </style:list-level-properties>
735
+ </text:list-level-style-number>
736
+ <text:list-level-style-number text:level="8" loext:num-list-format="%8%."
737
+ style:num-suffix="." style:num-format="1">
738
+ <style:list-level-properties
739
+ text:list-level-position-and-space-mode="label-alignment">
740
+ <style:list-level-label-alignment text:label-followed-by="listtab"
741
+ text:list-tab-stop-position="2.25in" fo:text-indent="-0.25in"
742
+ fo:margin-left="2.25in" />
743
+ </style:list-level-properties>
744
+ </text:list-level-style-number>
745
+ <text:list-level-style-number text:level="9" loext:num-list-format="%9%."
746
+ style:num-suffix="." style:num-format="1">
747
+ <style:list-level-properties
748
+ text:list-level-position-and-space-mode="label-alignment">
749
+ <style:list-level-label-alignment text:label-followed-by="listtab"
750
+ text:list-tab-stop-position="2.5in" fo:text-indent="-0.25in"
751
+ fo:margin-left="2.5in" />
752
+ </style:list-level-properties>
753
+ </text:list-level-style-number>
754
+ <text:list-level-style-number text:level="10" loext:num-list-format="%10%."
755
+ style:num-suffix="." style:num-format="1">
756
+ <style:list-level-properties
757
+ text:list-level-position-and-space-mode="label-alignment">
758
+ <style:list-level-label-alignment text:label-followed-by="listtab"
759
+ text:list-tab-stop-position="2.75in" fo:text-indent="-0.25in"
760
+ fo:margin-left="2.75in" />
761
+ </style:list-level-properties>
762
+ </text:list-level-style-number>
763
+ </text:list-style>
764
+ <text:list-style style:name="WWNum1">
765
+ <text:list-level-style-bullet text:level="1" text:style-name="ListLabel_20_1"
766
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
767
+ <style:list-level-properties
768
+ text:list-level-position-and-space-mode="label-alignment">
769
+ <style:list-level-label-alignment text:label-followed-by="listtab"
770
+ fo:text-indent="-0.25in" fo:margin-left="0.5in" />
771
+ </style:list-level-properties>
772
+ </text:list-level-style-bullet>
773
+ <text:list-level-style-bullet text:level="2" text:style-name="ListLabel_20_2"
774
+ loext:num-list-format="◦" style:num-suffix="◦" text:bullet-char="◦">
775
+ <style:list-level-properties
776
+ text:list-level-position-and-space-mode="label-alignment">
777
+ <style:list-level-label-alignment text:label-followed-by="listtab"
778
+ fo:text-indent="-0.25in" fo:margin-left="1in" />
779
+ </style:list-level-properties>
780
+ </text:list-level-style-bullet>
781
+ <text:list-level-style-bullet text:level="3" text:style-name="ListLabel_20_3"
782
+ loext:num-list-format="▪" style:num-suffix="▪" text:bullet-char="▪">
783
+ <style:list-level-properties
784
+ text:list-level-position-and-space-mode="label-alignment">
785
+ <style:list-level-label-alignment text:label-followed-by="listtab"
786
+ fo:text-indent="-0.25in" fo:margin-left="1.5in" />
787
+ </style:list-level-properties>
788
+ </text:list-level-style-bullet>
789
+ <text:list-level-style-bullet text:level="4" text:style-name="ListLabel_20_4"
790
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
791
+ <style:list-level-properties
792
+ text:list-level-position-and-space-mode="label-alignment">
793
+ <style:list-level-label-alignment text:label-followed-by="listtab"
794
+ fo:text-indent="-0.25in" fo:margin-left="2in" />
795
+ </style:list-level-properties>
796
+ </text:list-level-style-bullet>
797
+ <text:list-level-style-bullet text:level="5" text:style-name="ListLabel_20_5"
798
+ loext:num-list-format="◦" style:num-suffix="◦" text:bullet-char="◦">
799
+ <style:list-level-properties
800
+ text:list-level-position-and-space-mode="label-alignment">
801
+ <style:list-level-label-alignment text:label-followed-by="listtab"
802
+ fo:text-indent="-0.25in" fo:margin-left="2.5in" />
803
+ </style:list-level-properties>
804
+ </text:list-level-style-bullet>
805
+ <text:list-level-style-bullet text:level="6" text:style-name="ListLabel_20_6"
806
+ loext:num-list-format="▪" style:num-suffix="▪" text:bullet-char="▪">
807
+ <style:list-level-properties
808
+ text:list-level-position-and-space-mode="label-alignment">
809
+ <style:list-level-label-alignment text:label-followed-by="listtab"
810
+ fo:text-indent="-0.25in" fo:margin-left="3in" />
811
+ </style:list-level-properties>
812
+ </text:list-level-style-bullet>
813
+ <text:list-level-style-bullet text:level="7" text:style-name="ListLabel_20_7"
814
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
815
+ <style:list-level-properties
816
+ text:list-level-position-and-space-mode="label-alignment">
817
+ <style:list-level-label-alignment text:label-followed-by="listtab"
818
+ fo:text-indent="-0.25in" fo:margin-left="3.5in" />
819
+ </style:list-level-properties>
820
+ </text:list-level-style-bullet>
821
+ <text:list-level-style-bullet text:level="8" text:style-name="ListLabel_20_8"
822
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
823
+ <style:list-level-properties
824
+ text:list-level-position-and-space-mode="label-alignment">
825
+ <style:list-level-label-alignment text:label-followed-by="listtab"
826
+ fo:text-indent="-0.25in" fo:margin-left="4in" />
827
+ </style:list-level-properties>
828
+ </text:list-level-style-bullet>
829
+ <text:list-level-style-bullet text:level="9" text:style-name="ListLabel_20_9"
830
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
831
+ <style:list-level-properties
832
+ text:list-level-position-and-space-mode="label-alignment">
833
+ <style:list-level-label-alignment text:label-followed-by="listtab"
834
+ fo:text-indent="-0.25in" fo:margin-left="4.5in" />
835
+ </style:list-level-properties>
836
+ </text:list-level-style-bullet>
837
+ <text:list-level-style-number text:level="10" loext:num-list-format="%10%."
838
+ style:num-suffix="." style:num-format="1">
839
+ <style:list-level-properties
840
+ text:list-level-position-and-space-mode="label-alignment">
841
+ <style:list-level-label-alignment text:label-followed-by="listtab"
842
+ text:list-tab-stop-position="2.75in" fo:text-indent="-0.25in"
843
+ fo:margin-left="2.75in" />
844
+ </style:list-level-properties>
845
+ </text:list-level-style-number>
846
+ </text:list-style>
847
+ <text:list-style style:name="WWNum2">
848
+ <text:list-level-style-bullet text:level="1" text:style-name="ListLabel_20_10"
849
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
850
+ <style:list-level-properties
851
+ text:list-level-position-and-space-mode="label-alignment">
852
+ <style:list-level-label-alignment text:label-followed-by="listtab"
853
+ fo:text-indent="-0.25in" fo:margin-left="0.25in" />
854
+ </style:list-level-properties>
855
+ </text:list-level-style-bullet>
856
+ <text:list-level-style-bullet text:level="2" text:style-name="ListLabel_20_11"
857
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
858
+ <style:list-level-properties
859
+ text:list-level-position-and-space-mode="label-alignment">
860
+ <style:list-level-label-alignment text:label-followed-by="listtab"
861
+ fo:text-indent="-0.25in" fo:margin-left="0.5in" />
862
+ </style:list-level-properties>
863
+ </text:list-level-style-bullet>
864
+ <text:list-level-style-bullet text:level="3" text:style-name="ListLabel_20_12"
865
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
866
+ <style:list-level-properties
867
+ text:list-level-position-and-space-mode="label-alignment">
868
+ <style:list-level-label-alignment text:label-followed-by="listtab"
869
+ fo:text-indent="-0.25in" fo:margin-left="0.75in" />
870
+ </style:list-level-properties>
871
+ </text:list-level-style-bullet>
872
+ <text:list-level-style-bullet text:level="4" text:style-name="ListLabel_20_13"
873
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
874
+ <style:list-level-properties
875
+ text:list-level-position-and-space-mode="label-alignment">
876
+ <style:list-level-label-alignment text:label-followed-by="listtab"
877
+ fo:text-indent="-0.25in" fo:margin-left="1in" />
878
+ </style:list-level-properties>
879
+ </text:list-level-style-bullet>
880
+ <text:list-level-style-bullet text:level="5" text:style-name="ListLabel_20_14"
881
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
882
+ <style:list-level-properties
883
+ text:list-level-position-and-space-mode="label-alignment">
884
+ <style:list-level-label-alignment text:label-followed-by="listtab"
885
+ fo:text-indent="-0.25in" fo:margin-left="1.25in" />
886
+ </style:list-level-properties>
887
+ </text:list-level-style-bullet>
888
+ <text:list-level-style-bullet text:level="6" text:style-name="ListLabel_20_15"
889
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
890
+ <style:list-level-properties
891
+ text:list-level-position-and-space-mode="label-alignment">
892
+ <style:list-level-label-alignment text:label-followed-by="listtab"
893
+ fo:text-indent="-0.25in" fo:margin-left="1.5in" />
894
+ </style:list-level-properties>
895
+ </text:list-level-style-bullet>
896
+ <text:list-level-style-bullet text:level="7" text:style-name="ListLabel_20_16"
897
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
898
+ <style:list-level-properties
899
+ text:list-level-position-and-space-mode="label-alignment">
900
+ <style:list-level-label-alignment text:label-followed-by="listtab"
901
+ fo:text-indent="-0.25in" fo:margin-left="1.75in" />
902
+ </style:list-level-properties>
903
+ </text:list-level-style-bullet>
904
+ <text:list-level-style-bullet text:level="8" text:style-name="ListLabel_20_17"
905
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
906
+ <style:list-level-properties
907
+ text:list-level-position-and-space-mode="label-alignment">
908
+ <style:list-level-label-alignment text:label-followed-by="listtab"
909
+ fo:text-indent="-0.25in" fo:margin-left="2in" />
910
+ </style:list-level-properties>
911
+ </text:list-level-style-bullet>
912
+ <text:list-level-style-bullet text:level="9" text:style-name="ListLabel_20_18"
913
+ loext:num-list-format="•" style:num-suffix="•" text:bullet-char="•">
914
+ <style:list-level-properties
915
+ text:list-level-position-and-space-mode="label-alignment">
916
+ <style:list-level-label-alignment text:label-followed-by="listtab"
917
+ fo:text-indent="-0.25in" fo:margin-left="2.25in" />
918
+ </style:list-level-properties>
919
+ </text:list-level-style-bullet>
920
+ <text:list-level-style-number text:level="10" loext:num-list-format="%10%."
921
+ style:num-suffix="." style:num-format="1">
922
+ <style:list-level-properties
923
+ text:list-level-position-and-space-mode="label-alignment">
924
+ <style:list-level-label-alignment text:label-followed-by="listtab"
925
+ text:list-tab-stop-position="2.75in" fo:text-indent="-0.25in"
926
+ fo:margin-left="2.75in" />
927
+ </style:list-level-properties>
928
+ </text:list-level-style-number>
929
+ </text:list-style>
930
+ <text:list-style style:name="WWNum3">
931
+ <text:list-level-style-number text:level="1" text:style-name="ListLabel_20_19"
932
+ loext:num-list-format="%1%." style:num-suffix="." style:num-format="1">
933
+ <style:list-level-properties
934
+ text:list-level-position-and-space-mode="label-alignment">
935
+ <style:list-level-label-alignment text:label-followed-by="listtab"
936
+ fo:text-indent="-0.25in" fo:margin-left="0.25in" />
937
+ </style:list-level-properties>
938
+ </text:list-level-style-number>
939
+ <text:list-level-style-number text:level="2" text:style-name="ListLabel_20_20"
940
+ loext:num-list-format="%2%." style:num-suffix="." style:num-format="1">
941
+ <style:list-level-properties
942
+ text:list-level-position-and-space-mode="label-alignment">
943
+ <style:list-level-label-alignment text:label-followed-by="listtab"
944
+ fo:text-indent="-0.25in" fo:margin-left="0.5in" />
945
+ </style:list-level-properties>
946
+ </text:list-level-style-number>
947
+ <text:list-level-style-number text:level="3" text:style-name="ListLabel_20_21"
948
+ loext:num-list-format="%3%." style:num-suffix="." style:num-format="1">
949
+ <style:list-level-properties
950
+ text:list-level-position-and-space-mode="label-alignment">
951
+ <style:list-level-label-alignment text:label-followed-by="listtab"
952
+ fo:text-indent="-0.25in" fo:margin-left="0.75in" />
953
+ </style:list-level-properties>
954
+ </text:list-level-style-number>
955
+ <text:list-level-style-number text:level="4" text:style-name="ListLabel_20_22"
956
+ loext:num-list-format="%4%." style:num-suffix="." style:num-format="1">
957
+ <style:list-level-properties
958
+ text:list-level-position-and-space-mode="label-alignment">
959
+ <style:list-level-label-alignment text:label-followed-by="listtab"
960
+ fo:text-indent="-0.25in" fo:margin-left="1in" />
961
+ </style:list-level-properties>
962
+ </text:list-level-style-number>
963
+ <text:list-level-style-number text:level="5" text:style-name="ListLabel_20_23"
964
+ loext:num-list-format="%5%." style:num-suffix="." style:num-format="1">
965
+ <style:list-level-properties
966
+ text:list-level-position-and-space-mode="label-alignment">
967
+ <style:list-level-label-alignment text:label-followed-by="listtab"
968
+ fo:text-indent="-0.25in" fo:margin-left="1.25in" />
969
+ </style:list-level-properties>
970
+ </text:list-level-style-number>
971
+ <text:list-level-style-number text:level="6" text:style-name="ListLabel_20_24"
972
+ loext:num-list-format="%6%." style:num-suffix="." style:num-format="1">
973
+ <style:list-level-properties
974
+ text:list-level-position-and-space-mode="label-alignment">
975
+ <style:list-level-label-alignment text:label-followed-by="listtab"
976
+ fo:text-indent="-0.25in" fo:margin-left="1.5in" />
977
+ </style:list-level-properties>
978
+ </text:list-level-style-number>
979
+ <text:list-level-style-number text:level="7" text:style-name="ListLabel_20_25"
980
+ loext:num-list-format="%7%." style:num-suffix="." style:num-format="1">
981
+ <style:list-level-properties
982
+ text:list-level-position-and-space-mode="label-alignment">
983
+ <style:list-level-label-alignment text:label-followed-by="listtab"
984
+ fo:text-indent="-0.25in" fo:margin-left="1.75in" />
985
+ </style:list-level-properties>
986
+ </text:list-level-style-number>
987
+ <text:list-level-style-number text:level="8" text:style-name="ListLabel_20_26"
988
+ loext:num-list-format="%8%." style:num-suffix="." style:num-format="1">
989
+ <style:list-level-properties
990
+ text:list-level-position-and-space-mode="label-alignment">
991
+ <style:list-level-label-alignment text:label-followed-by="listtab"
992
+ fo:text-indent="-0.25in" fo:margin-left="2in" />
993
+ </style:list-level-properties>
994
+ </text:list-level-style-number>
995
+ <text:list-level-style-number text:level="9" text:style-name="ListLabel_20_27"
996
+ loext:num-list-format="%9%." style:num-suffix="." style:num-format="1">
997
+ <style:list-level-properties
998
+ text:list-level-position-and-space-mode="label-alignment">
999
+ <style:list-level-label-alignment text:label-followed-by="listtab"
1000
+ fo:text-indent="-0.25in" fo:margin-left="2.25in" />
1001
+ </style:list-level-properties>
1002
+ </text:list-level-style-number>
1003
+ <text:list-level-style-number text:level="10" loext:num-list-format="%10%."
1004
+ style:num-suffix="." style:num-format="1">
1005
+ <style:list-level-properties
1006
+ text:list-level-position-and-space-mode="label-alignment">
1007
+ <style:list-level-label-alignment text:label-followed-by="listtab"
1008
+ text:list-tab-stop-position="2.75in" fo:text-indent="-0.25in"
1009
+ fo:margin-left="2.75in" />
1010
+ </style:list-level-properties>
1011
+ </text:list-level-style-number>
1012
+ </text:list-style>
1013
+ <text:notes-configuration text:note-class="footnote" style:num-format="1"
1014
+ text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document" />
1015
+ <text:notes-configuration text:note-class="endnote" style:num-format="i"
1016
+ text:start-value="0" />
1017
+ <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in"
1018
+ style:num-format="1" text:number-position="left" text:increment="5" />
1019
+ <style:default-page-layout>
1020
+ <style:page-layout-properties style:layout-grid-standard-mode="true" />
1021
+ </style:default-page-layout>
1022
+ <loext:theme loext:name="Office">
1023
+ <loext:theme-colors loext:name="LibreOffice">
1024
+ <loext:color loext:name="dark1" loext:color="#000000" />
1025
+ <loext:color loext:name="light1" loext:color="#ffffff" />
1026
+ <loext:color loext:name="dark2" loext:color="#000000" />
1027
+ <loext:color loext:name="light2" loext:color="#ffffff" />
1028
+ <loext:color loext:name="accent1" loext:color="#18a303" />
1029
+ <loext:color loext:name="accent2" loext:color="#0369a3" />
1030
+ <loext:color loext:name="accent3" loext:color="#a33e03" />
1031
+ <loext:color loext:name="accent4" loext:color="#8e03a3" />
1032
+ <loext:color loext:name="accent5" loext:color="#c99c00" />
1033
+ <loext:color loext:name="accent6" loext:color="#c9211e" />
1034
+ <loext:color loext:name="hyperlink" loext:color="#0000ee" />
1035
+ <loext:color loext:name="followed-hyperlink" loext:color="#551a8b" />
1036
+ </loext:theme-colors>
1037
+ </loext:theme>
1038
+ </office:styles>
1039
+ <office:automatic-styles>
1040
+ <style:style style:name="MP1" style:family="paragraph" style:parent-style-name="Header">
1041
+ <style:text-properties officeooo:rsid="0008951b" officeooo:paragraph-rsid="0008951b" />
1042
+ </style:style>
1043
+ <style:style style:name="MP2" style:family="paragraph" style:parent-style-name="Footer">
1044
+ <style:text-properties officeooo:rsid="0008951b" officeooo:paragraph-rsid="0008951b" />
1045
+ </style:style>
1046
+ <style:page-layout style:name="Mpm1">
1047
+ <style:page-layout-properties fo:page-width="8.2681in" fo:page-height="11.6929in"
1048
+ style:num-format="1" style:print-orientation="portrait" fo:margin-top="1in"
1049
+ fo:margin-bottom="1in" fo:margin-left="1in" fo:margin-right="1in"
1050
+ style:writing-mode="lr-tb" style:layout-grid-color="#c0c0c0"
1051
+ style:layout-grid-lines="38" style:layout-grid-base-height="0.25in"
1052
+ style:layout-grid-ruby-height="0in" style:layout-grid-mode="none"
1053
+ style:layout-grid-ruby-below="false" style:layout-grid-print="false"
1054
+ style:layout-grid-display="false" style:layout-grid-base-width="0.1665in"
1055
+ style:layout-grid-snap-to="true" style:footnote-max-height="0in"
1056
+ loext:margin-gutter="0in">
1057
+ <style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in"
1058
+ style:distance-after-sep="0.0398in" style:line-style="solid"
1059
+ style:adjustment="left" style:rel-width="25%" style:color="#000000" />
1060
+ </style:page-layout-properties>
1061
+ <style:header-style>
1062
+ <style:header-footer-properties fo:min-height="0in" fo:margin-bottom="0.1965in"
1063
+ fo:background-color="transparent" />
1064
+ </style:header-style>
1065
+ <style:footer-style>
1066
+ <style:header-footer-properties fo:min-height="0in" fo:margin-top="0.1965in"
1067
+ fo:background-color="transparent" />
1068
+ </style:footer-style>
1069
+ </style:page-layout>
1070
+ <style:style style:name="Mdp1" style:family="drawing-page">
1071
+ <style:drawing-page-properties draw:background-size="full" />
1072
+ </style:style>
1073
+ </office:automatic-styles>
1074
+ <office:master-styles>
1075
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1"
1076
+ draw:style-name="Mdp1" />
1077
+ </office:master-styles>
1078
+ </office:document-styles>