diff --git a/LaTeX/Annals/acmtrans-ims.bst b/LaTeX/Annals/acmtrans-ims.bst new file mode 100644 index 0000000..75bebdb --- /dev/null +++ b/LaTeX/Annals/acmtrans-ims.bst @@ -0,0 +1,1791 @@ +% Prepared for the publications of the Institute of Mathematical Statistics, +% based on "acmtrans.bst". +% Modifications: +% - changed FUNCTION output.bibitem +% - year and volume output +% Changes: +% 2006/12/07 - removed unused funcions: output.nonull.colon, outout.colon, output.check.colon +% - fixed fin.entry +% +% Original documentation for acmtrans.bst: +% ======================================== +% +% "ACM Transactions" BibTeX style, acmtrans.bst +% for BibTeX version 0.99c, LaTeX version 3.141 +% Revised 28-MARCH-1996 +% Revised 30-JUNE-1995 +% Revised 15-JAN-1996 +% $Header: acmtrans.bst,v 1.2 96/01/17 09:05:38 boyland Exp $ +% +% Hacked by John T. Boyland at University of California, Berkeley +% (with assistance by John R. Hauser) +% Hacked by Andrew W. Appel and Rebecca L. Davies at Princeton University, +% based on a "chicago.bst" by Glenn Paulley at U. Waterloo, +% which was based on "newapa.bst" found at ymir.claremont.edu. +% +% Citation format: [author-last-name year] +% [author-last-name and author-last-name year] +% [author-last-name, author-last-name, and author-last-name year] +% [author-last-name et al. year] +% [author-last-name] +% author-last-name [year] +% [author-last-name and author-last-name] +% [author-last-name et al.] +% [year] or [year,year] +% year or year,year +% +% Reference list ordering: alphabetical by author or whatever passes +% for author in the absence of one. +% +% This BibTeX style has support for abbreviated author lists and for +% year-only citations. This is done by having the citations +% actually look like +% +% \citeauthoryear{full-author-info}{abbrev-author-info}{year} +% +% The LaTeX style has to have the following (or similar) +% +% \let\@internalcite\cite +% \def\fullcite{\def\citeauthoryear##1##2##3{##1, ##3}\@internalcite} +% \def\fullciteA{\def\citeauthoryear##1##2##3{##1}\@internalcite} +% \def\shortcite{\def\citeauthoryear##1##2##3{##2, ##3}\@internalcite} +% \def\shortciteA{\def\citeauthoryear##1##2##3{##2}\@internalcite} +% \def\citeyear{\def\citeauthoryear##1##2##3{##3}\@internalcite} +% +% These TeX macro definitions are found in acmtrans.sty. Additional +% commands to manipulate different components of a citation can be defined +% so that, for example, you can list author's names without parentheses +% if using a citation as a noun or object in a sentence. +% +% Features of acmtrans.bst: +% ======================== +% +% - all authors appear last name first. +% - all pages are listed xx-xx, (no pp.) and are at the end of the reference +% - publishers are identified as publisher, address +% - conferences papers (inproceedings) may give city of conference, +% date of conference, and journal that the proceedings appear in. +% - months abbreviated to max four letters (eg. Mar.) +% - volume of a series indicated after the title of the series +% - editors appear after edited title and are identified by a trailing "Eds." +% not in parentheses. Editor names are not given in small caps. +% (unless there is no author line) +% - names terminated with a period even if there is no first name. +% - editions are indicated trailing after the work, not in parentheses. +% - "et al." citations have a protected period to avoid bad spacing (jrh) +% - "address" required when publisher given +% - series (roman) and volume are in a sentence separate from (book-)title +% +% +% Features of chicago.bst: +% ======================= +% +% - full names used in citations, but abbreviated citations are available +% (see above) +% - if an entry has a "month", then the month and year are also printed +% as part of that bibitem. +% - all conjunctions use "and" instead of "\&" +% - major modification from Chicago Manual of Style (13th ed.) is that +% only the first author in a reference appears last name first- +% additional authors appear as J. Q. Public. +% - pages are listed as "pp. xx-xx" in all entry types except +% article entries. +% - book, inbook, and manual use "location: publisher" (or organization) +% for address and publisher. All other types list publishers separately. +% - "pp." are used to identify page numbers for all entry types except +% articles. +% - organization is used as a citation label if neither author nor editor +% is present (for manuals). +% - "et al." is used for long author and editor lists, or when "others" +% is used. +% +% Modifications and bug fixes from newapa.bst: +% =========================================== +% +% - added month, year to bib entries if month is present +% - fixed bug with In proceedings, added necessary comma after title +% - all conjunctions changed to "and" from "\&" +% - fixed bug with author labels in my.full.label: "et al." now is +% generated when "others" is an author name +% - major modification from Chicago Manual of Style (13th ed.) is that +% only the first author in a reference appears last name first- +% additional authors appear as J. Q. Public. +% - pages are listed as "pp. xx-xx" in all entry types except +% article entries. Unnecessary (IMHO) "()" around page numbers +% were removed, and page numbers now don't end with a period. +% - created chicago.sty for use with this bibstyle (required). +% - fixed bugs in FUNCTION {format.vol.num.pages} for missing volume, +% number, and /or pages. Renamed to format.jour.vol. +% - fixed bug in formatting booktitles: additional period an error if +% book has a volume. +% - fixed bug: editors usually given redundant period before next clause +% (format.editors.dot) removed. +% - added label support for organizations, if both author and editor +% are missing (from alpha.bst). If organization is too long, then +% the key field is used for abbreviated citations. +% - In proceedings or books of several volumes, no comma was written +% between the "Volume x" and the page numbers (this was intentional +% in newapa.bst). Fixed. +% - Some journals may not have volumes/numbers, only month/year (eg. +% IEEE Computer). Fixed bug in article style that assumed volume/number +% was always present. +% +% Original documentation for newapa.sty: +% ===================================== +% +% This version was made by modifying the master file made by +% Oren Patashnik (PATASHNIK@SCORE.STANFORD.EDU), and the 'named' BibTeX +% style of Peter F. Patel-Schneider. +% +% Copyright (C) 1985, all rights reserved. +% Copying of this file is authorized only if either +% (1) you make absolutely no changes to your copy, including name, or +% (2) if you do make changes, you name it something other than 'newapa.bst'. +% There are undoubtably bugs in this style. If you make bug fixes, +% improvements, etc. please let me know. My e-mail address is: +% spencer@cgrg.ohio.state.edu or 71160.3141@compuserve.com +% +% This style was made from 'plain.bst', 'named.bst', and 'apalike.bst', +% with lots of tweaking to make it look like APA style, along with tips +% from Young Ryu and Brian Reiser's modifications of 'apalike.bst'. + +ENTRY + { address + author + booktitle + chapter + city % jtb: added + date % jtb: added + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + mrnumber + url + } + {} + { label.year extra.label sort.year sort.label } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} + +STRINGS { s t u } + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +% Use a colon to separate output. Used only for address/publisher +% combination in book/inbook types, address/institution for manuals, +% and organization:publisher for proceedings (inproceedings). +% + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.year.check} +{ year empty$ + { "empty year in " cite$ * warning$ } + { write$ + " (" year * extra.label * ")" * + mid.sentence 'output.state := + } + if$ +} + + +FUNCTION {fin.entry} +{ add.period$ + write$ + mrnumber empty$ + 'skip$ + { newline$ "\MR{" mrnumber * "}" * write$ } + if$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +% +% Emphasize the top string on the stack. +% +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * "}" * } + if$ +} +FUNCTION {tag.url} +{ duplicate$ empty$ + { pop$ "" } + { "\url{" swap$ * "}" * } + if$ +} + + +% +% Emphasize the top string on the stack, but add a trailing space. +% +FUNCTION {emphasize.space} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * "\/}" * } + if$ +} + +% +% Emphasize the top string on stack, add a trailing comma and space. +% +FUNCTION {emphasize.comma} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * ",\/}" * } + if$ +} + +% +% Boldface the top string on stack, add a trailing comma and space. +% +FUNCTION {boldface.comma} +{ duplicate$ empty$ + { pop$ "" } + { "\textbf{" swap$ * "}," * } + if$ +} + + +INTEGERS { nameptr namesleft numnames } +% +% Format bibliographical entries with the first author last name first, +% and subsequent authors with initials followed by last name. +% All names are formatted in this routine. +% + +FUNCTION {format.names} +{ 's := + #1 'nameptr := % nameptr = 1; + s num.names$ 'numnames := % numnames = num.name$(s); + numnames 'namesleft := + { namesleft #0 > } + + { nameptr #1 = + {"\textsc{" s nameptr "{vv~}{ll}{, jj}{, f.}" format.name$ * "}" * 't := } + {"\textsc{" s nameptr "{vv~}{ll}{, jj}{, f.}" format.name$ * "}" * 't := } + if$ + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { numnames #2 > + { "," * } + 'skip$ + if$ + t " \textsc{others}" = + { " \textsc{et~al\mbox{.}}" * } % jrh: avoid spacing problems + { " \textsc{and} " * t * } % from Chicago Manual of Style + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := % nameptr += 1; + namesleft #1 - 'namesleft := % namesleft =- 1; + } + while$ +} + +FUNCTION {my.full.label} +{ 's := + #1 'nameptr := % nameptr = 1; + s num.names$ 'numnames := % numnames = num.name$(s); + numnames 'namesleft := + { namesleft #0 > } + + { s nameptr "{vv~}{ll}" format.name$ 't := % get the next name + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { numnames #2 > + { "," * } + 'skip$ + if$ + t "others" = + { " et~al\mbox{.}" * } % jrh: avoid spacing problems + { " and " * t * } % from Chicago Manual of Style + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := % nameptr += 1; + namesleft #1 - 'namesleft := % namesleft =- 1; + } + while$ + +} + +FUNCTION {format.names.fml} +% +% Format names in "familiar" format, with first initial followed by +% last name. Like format.names, ALL names are formatted. +% jtb: The names are NOT put in small caps +% +{ 's := + #1 'nameptr := % nameptr = 1; + s num.names$ 'numnames := % numnames = num.name$(s); + numnames 'namesleft := + { namesleft #0 > } + + { "{" s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ * "}" * 't := + + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { numnames #2 > + { "," * } + 'skip$ + if$ + t "{others}" = + { " {et~al\mbox{.}}" * } + { " {and} " * t * } +% { " {\&} " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := % nameptr += 1; + namesleft #1 - 'namesleft := % namesleft =- 1; + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names add.period$} % jtb: add period if none before + if$ +} + +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +% +% Format editor names for use in the "in" types: inbook, incollection, +% inproceedings: first initial, then last names. When editors are the +% LABEL for an entry, then format.editor is used which lists editors +% by last name first. +% +FUNCTION {format.editors.fml} +{ editor empty$ + { "" } + { editor format.names.fml + editor num.names$ #1 > + { ", Eds." * } % jtb: removed parentheses + { ", Ed." * } % jtb: removed parentheses + if$ + } + if$ +} + +% +% Format editor names for use in labels, last names first. +% +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { ", Eds." * } % jtb: removed parentheses + { ", Ed." * } % jtb: removed parentheses + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +% Note that the APA style requres case changes +% in article titles. The following does not +% change cases. If you perfer it, uncomment the +% following and comment out the above. + +%FUNCTION {format.title} +%{ title empty$ +% { "" } +% { title } +% if$ +%} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.btitle} +{ edition empty$ + { title emphasize } + { title empty$ + { title emphasize } % jtb: what is this supposed to do ?!? + { "\emph{" title * "}, " * edition * " ed." * } % jtb: no parens for ed. + if$ + } + if$ +} + +FUNCTION {format.emphasize.booktitle} +{ edition empty$ + { booktitle emphasize } + { booktitle empty$ + { booktitle emphasize } % jtb: what is this supposed to do ?!? + { "\emph{" booktitle * "}, " * edition * " ed." * } % jtb: no ()s for ed. + if$ + } + if$ + } + +% jtb: if the preceding string (the title of the conference) is non-empty, +% jtb: append the location, otherwise leave empty (so as to trigger the +% jtb: error message in output.check +FUNCTION {format.city} +{ duplicate$ empty$ + { } + { city empty$ + { date empty$ + { } + { " (" * date * ")" * } + if$ + } + { date empty$ + { " (" * city * ")" * } + { " (" * city * ", " * date * ")" * } + if$ + } + if$ + } + if$ +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {vol.tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~\textbf{" } + { " \textbf{" } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +% jtb: If there is a series, this is added and the volume trails after it. +% jtb: Otherwise, "Vol" is Capitalized. +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { series empty$ + { " Vol.~\textbf{" volume * "}" * } + { series ", " "Vol." volume vol.tie.or.space.connect * * "}" *} + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { "Number" } % gnp - changed to mixed case always + { "Number" } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { " in " * series * } + if$ + } + if$ + } + { "" } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { pages n.dashify } % gnp - removed () % jtb: removed pp. + { pages } + if$ + } + if$ +} + +% By Young (and Spencer) +% GNP - fixed bugs with missing volume, number, and/or pages +% +% Format journal, volume, number, pages for article types. +% +FUNCTION {format.jour.vol} +{ journal empty$ + { "no journal in " cite$ * warning$ + "" } + { journal emphasize.space } + if$ + number empty$ + { volume empty$ + { "no number and no volume in " cite$ * warning$ + "" * } + { "~\emph{" * Volume * "}" * } + if$ + } + { volume empty$ + {"no volume for " cite$ * warning$ + "~" * number * } + { "~" * + volume boldface.comma + "~" * number * * } + if$ + month empty$ + {} + {" (" * month * ")" *} + if$ + } + if$ + pages empty$ + {"page numbers missing in " cite$ * warning$ + "" * } % gnp - place a null string on the stack for output + { duplicate$ empty$ + { pop$ format.pages } + { ", " * pages n.dashify * } % gnp - removed pp. for articles + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { "Chapter" } % gnp - changed to mixed case + { type "t" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + {"page numbers missing in " cite$ * warning$} % gnp - added check + { ", " * format.pages * } + if$ + } + if$ +} + +% jtb: format for collections or proceedings not appearing in a journal +FUNCTION {format.in.emphasize.booktitle} +{ booktitle empty$ + { "" } + { "In " format.emphasize.booktitle * } + if$ +} + +% jtb: format for proceedings appearing in a journal +FUNCTION {format.in.booktitle} +{ booktitle empty$ + { "" } + { "In " booktitle * } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { "In " format.emphasize.booktitle * } + % jtb: swapped editor location + { "In " format.emphasize.booktitle * ", " * format.editors.fml * } + if$ + } + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ +% {pop$ + {{ "" } + type "t" change.case$} + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "Tech. Rep." } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ "See" + "\citeN{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}{ll}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ " et~al\mbox{.}" * } % jrh: avoid spacing problems + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al\mbox{.}" * } % jrh: avoid spacing problems + { " and " * editor #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Volume" volume tie.or.space.connect % gnp - changed to mixed case + " of " * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "\emph{" * series * "}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \citeN{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ "See" + " \citeN{" * crossref * "}" * +} + +% format.lab.names: +% +% determines "short" names for the abbreviated author information. +% "Long" labels are created in calc.label, using the routine my.full.label +% to format author and editor fields. +% +% There are 4 cases for labels. (n=3 in the example) +% a) one author Foo +% b) one to n Foo, Bar and Baz +% c) use of "and others" Foo, Bar et al. +% d) more than n Foo et al. +% +FUNCTION {format.lab.names} +{ 's := + s num.names$ 'numnames := + numnames #2 > % change number to number of others allowed before + % forcing "et al". + { s #1 "{vv~}{ll}" format.name$ " et~al\mbox{.}" * } % jrh: \mbox{} added + { + numnames #1 - 'namesleft := + #2 'nameptr := + s #1 "{vv~}{ll}" format.name$ + { namesleft #0 > } + { nameptr numnames = + { s nameptr "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al\mbox{.}" * } % jrh: avoid spacing problems + { " and " * s nameptr "{vv~}{ll}" format.name$ * } + if$ + } + { ", " * s nameptr "{vv~}{ll}" format.name$ * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { "no key, author in " cite$ * warning$ + cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { "no key, editor in " cite$ * warning$ + cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {author.key.organization.label} +% +% added - gnp. Provide label formatting by organization if author is null. +% +{ author empty$ + { organization empty$ + { key empty$ + { "no key, author or organization in " cite$ * warning$ + cite$ #1 #3 substring$ } + 'key + if$ + } + { organization } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.organization.label} +% +% added - gnp. Provide label formatting by organization if editor is null. +% +{ editor empty$ + { organization empty$ + { key empty$ + { "no key, editor or organization in " cite$ * warning$ + cite$ #1 #3 substring$ } + 'key + if$ + } + { organization } + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { "no key, author, or editor in " cite$ * warning$ + cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {calc.label} +% +% Changed - GNP. See also author.organization.sort, editor.organization.sort +% Form label for BibTeX entry. The classification of which fields are used +% for which type of entry (book, inbook, etc.) are taken from alpha.bst. +% The change here from newapa is to also include organization as a +% citation label if author or editor is missing. +% +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.organization.label + { type$ "manual" = + 'author.key.organization.label + 'author.key.label + if$ + } + if$ + } + if$ + + author empty$ % generate the full label citation information. + { editor empty$ + { organization empty$ + { "no author, editor, or organization in " cite$ * warning$ + "??" } + { organization } + if$ + } + { editor my.full.label } + if$ + } + { author my.full.label } + if$ + +% leave label on the stack, to be popped when required. + + "}{" * swap$ * "}{" * +% year field.or.null purify$ #-1 #4 substring$ * +% +% save the year for sort processing afterwards (adding a, b, c, etc.) +% + year field.or.null purify$ #-1 #4 substring$ + 'label.year := +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} +FUNCTION {format.url} +{ url empty$ + { "" } + {url} + if$ +} + +FUNCTION {article} +{ output.bibitem + format.authors + "author" output.check + author format.key output % added + output.year.check % added + new.block + format.title + "title" output.check + new.block + crossref missing$ + { format.jour.vol output + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + format.url output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors + "author and editor" output.check } + { format.authors + output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + output.year.check % added + new.block + format.btitle "title" output.check + crossref missing$ + { new.sentence % jtb: start a new sentence for series/volume + format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address "address" output.check % jtb: require address + } + { new.block + format.book.crossref output.nonnull + } + if$ + new.block + note output + format.url output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + author format.key output % added + output.year.check % added + new.block + format.title + "title" output.check + new.block + howpublished output + address output + new.block + note output + format.url output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors + "author and editor" output.check + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + output.year.check % added + new.block + format.btitle + "title" output.check + crossref missing$ + { new.sentence % jtb: start a new sentence for series/volume + format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address "address" output.check % jtb: require address + format.chapter.pages + "chapter and pages" output.check % jtb: moved from before publisher + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + new.block + note output + format.url output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors + "author" output.check + author format.key output % added + output.year.check % added + new.block + format.title + "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle + "booktitle" output.check + new.sentence % jtb: start a new sentence for series/volume + format.bvolume output + format.number.series output + new.sentence + publisher "publisher" output.check + address "address" output.check % jtb: require address + format.chapter.pages output % gnp - was special.output.nonnull +% left out comma before page numbers + % jtb: moved from before publisher + } + { format.incoll.inproc.crossref + output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + format.url output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors + "author" output.check + author format.key output % added + output.year.check % added + new.block + format.title + "title" output.check + new.block + crossref missing$ + { journal missing$ % jtb: proceedings appearing in journals + { format.in.emphasize.booktitle format.city "booktitle" output.check + format.editors.fml output + new.sentence % jtb: start a new sentence for series/volume + format.bvolume output + format.number.series output + new.sentence + organization output + publisher "publisher" output.check % jtb: require publisher (?) + address "address" output.check % jtb: require address + format.pages output % jtb: moved from before publisher + } + % jtb: new: + { format.in.booktitle format.city "booktitle" output.check + format.editors.fml output + new.sentence + format.jour.vol output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + format.url output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { editor empty$ + { organization "organization" output.check + organization format.key output } % if all else fails, use key + { format.editors "author and editor" output.check } + if$ + } + { format.authors output.nonnull } + if$ + output.year.check % added + new.block + format.btitle + "title" output.check + organization address new.block.checkb + % jtb: back to normal style: organization, address + organization "organization" output.check + address output + new.block + note output + format.url output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors + "author" output.check + author format.key output % added + output.year.check % added + new.block + format.title + "title" output.check + new.block + "M.S.\ thesis" format.thesis.type output.nonnull + school "school" output.check + address output + new.block + note output + format.url output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + author format.key output % added + output.year.check % added + title howpublished new.block.checkb + format.title output + new.block + howpublished output + new.block + note output + format.url output + fin.entry +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors + "author" output.check + author format.key output % added + output.year.check % added + new.block + format.title + "title" output.check + new.block + format.thesis.type "Ph.D. thesis" output.nonnull + school "school" output.check + address output + new.block + note output + format.url output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output + organization format.key output } % gnp - changed from author format.key + { format.editors output.nonnull } + if$ +% author format.key output % gnp - removed (should be either +% editor or organization + output.year.check % added (newapa) + new.block + format.btitle format.city "title" output.check % jtb: added city + new.sentence + format.bvolume output + format.number.series output + new.sentence + organization output + % jtb: normal order: publisher, address + publisher output + address output + new.block + note output + format.url output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors + "author" output.check + author format.key output % added + output.year.check % added + new.block + format.title + "title" output.check + new.block + format.tr.number output % jtb: moved month ... + institution "institution" output.check + address output + new.sentence + month output % jtb: ... to here (no parens) + new.block + note output + format.url output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors + "author" output.check + author format.key output % added + output.year.check % added + new.block + format.title + "title" output.check + new.block + note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"Jan."} + +MACRO {feb} {"Feb."} + +MACRO {mar} {"Mar."} % jtb: corrected: was "March" + +MACRO {apr} {"Apr."} % jtb: corrected: was "April" + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"Aug."} + +MACRO {sep} {"Sept."} + +MACRO {oct} {"Oct."} + +MACRO {nov} {"Nov."} + +MACRO {dec} {"Dec."} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acmlett} {"ACM Lett. Program. Lang. Syst."} + +MACRO {acta} {"Acta Inf."} + +MACRO {ai} {"Artificial Intelligence"} + +MACRO {al} {"Ada Lett."} + +MACRO {acr} {"Adv. Comput. Res."} + +MACRO {bit} {"Bit"} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {cj} {"Comput. J."} + +MACRO {cn} {"Comput. Netw."} + +MACRO {cl} {"Comput. Lang."} + +MACRO {ibmjrd} {"IBM J. Res. and Development"} + +MACRO {ibmsj} {"IBM Systems Journal"} + +MACRO {ict} {"Inf. Contr."} + +MACRO {ieebcs} {"IEE/BCS Softw. Eng. J."} + +MACRO {ieees} {"IEEE Softw."} + +MACRO {ieeese} {"IEEE Trans. Softw. Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} + +MACRO {ieeetpds} {"IEEE Trans. Parall. Distrib. Syst."} + +MACRO {ieeetit} {"IEEE Trans. Inf. Theory"} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {icp} {"Inf. Comput."} + +MACRO {ist} {"Inf. Softw. Tech."} + +MACRO {ijsa} {"Int. J. Supercomput. Appl."} + +MACRO {ijpp} {"Int. J. Parallel Program."} + +MACRO {jlp} {"J. Logic Program."} + +MACRO {jfp} {"J. Funct. Program."} + +MACRO {jcss} {"J. Comput. Syst. Sci."} + +MACRO {jsmrp} {"J. Softw. Maint. Res. Pract."} + +MACRO {jss} {"J. Syst. Softw."} + +MACRO {jlc} {"J. Logic and Comput."} + +MACRO {jlsc} {"J. Lisp Symb. Comput."} + +MACRO {lpls} {"Lett. Program. Lang. Syst."} + +MACRO {mor} {"Math. Oper. Res."} + +MACRO {mscs} {"Math. Struct. Comput. Sci."} + +MACRO {mst} {"Math. Syst. Theor."} % jtb: was Math. Syst. Theory + % jtb: (if you ask me, I prefer the old way) +MACRO {ngc} {"New Gen. Comput."} + +MACRO {scp} {"Sci. Comput. Program."} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {spe} {"Softw. Pract. Exper."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Graphics"} + +MACRO {toms} {"ACM Trans. Math. Softw."} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Program. Lang. Syst."} + +MACRO {tcs} {"Theor. Comput. Sci."} % jtb: was Theor. Comp. Sci. + +MACRO {tr} {"Tech. Rep."} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + + + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { " et~al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { "missing author in " cite$ * warning$ + editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +% +% added - GNP. Stack author or organization for sorting (from alpha.bst). +% Unlike alpha.bst, we need entire names, not abbreviations +% +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { organization sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +% +% added - GNP. Stack editor or organization for sorting (from alpha.bst). +% Unlike alpha.bst, we need entire names, not abbreviations +% +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { organization sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +% +% Presort creates the bibentry's label via a call to calc.label, and then +% sorts the entries based on entry type. Chicago.bst adds support for +% including organizations as the sort key; the following is stolen from +% alpha.bst. +% +{ calc.label sortify % recalculate bibitem label + year field.or.null purify$ #-1 #4 substring$ * % add year + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + #1 entry.max$ substring$ % added for newapa + 'sort.label := % added for newapa + sort.label % added for newapa + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT % by label, year, author/editor, title + +STRINGS { last.label next.extra } + +INTEGERS { last.extra.num } + +FUNCTION {initialize.extra.label.stuff} +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := +} + +FUNCTION {forward.pass} +% +% Pass through all entries, comparing current entry to last one. +% Need to concatenate year to the stack (done by calc.label) to determine +% if two entries are the same (see presort) +% +{ last.label + calc.label year field.or.null purify$ #-1 #4 substring$ * % add year + #1 entry.max$ substring$ = % are they equal? + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + calc.label year field.or.null purify$ #-1 #4 substring$ * % add year + #1 entry.max$ substring$ 'last.label := % assign to last.label + } + if$ +} + +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + label.year extra.label * 'sort.year := + extra.label 'next.extra := +} + +EXECUTE {initialize.extra.label.stuff} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {bib.sort.order} + +SORT % by sort.label, year, title --- giving final bib. order. + +FUNCTION {begin.bib} + +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{}" write$ newline$ + "\ifx \url \undefined \def \url#1{#1} \fi" write$ newline$ +} + + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} + + + + + + + + + + + + + + diff --git a/LaTeX/Annals/aos-sample.tex b/LaTeX/Annals/aos-sample.tex new file mode 100644 index 0000000..2958833 --- /dev/null +++ b/LaTeX/Annals/aos-sample.tex @@ -0,0 +1,505 @@ +\documentclass[aos]{imsart} + +%% Packages +\RequirePackage{amsthm,amsmath,amsfonts,amssymb} +\RequirePackage[numbers,sort&compress]{natbib} +%\RequirePackage[authoryear]{natbib}%% uncomment this for author-year citations +\RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref} +\RequirePackage{graphicx} + +\startlocaldefs +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% Uncomment next line to change %% +%% the type of equation numbering %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\numberwithin{equation}{section} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% For Axiom, Claim, Corollary, Hypothesis, %% +%% Lemma, Theorem, Proposition %% +%% use \theoremstyle{plain} %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\theoremstyle{plain} +\newtheorem{axiom}{Axiom} +\newtheorem{claim}[axiom]{Claim} +\newtheorem{theorem}{Theorem}[section] +\newtheorem{lemma}[theorem]{Lemma} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% For Assumption, Definition, Example, %% +%% Notation, Property, Remark, Fact %% +%% use \theoremstyle{remark} %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\theoremstyle{remark} +\newtheorem{definition}[theorem]{Definition} +\newtheorem*{example}{Example} +\newtheorem*{fact}{Fact} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Please put your definitions here: %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\endlocaldefs + +\begin{document} + +\begin{frontmatter} +\title{A sample article title} +%\title{A sample article title with some additional note\thanksref{t1}} +\runtitle{A sample running head title} +%\thankstext{T1}{A sample additional note to the title.} + +\begin{aug} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Only one address is permitted per author. %% +%% Only division, organization and e-mail is %% +%% included in the address. %% +%% Additional information can be included in %% +%% the Acknowledgments section if necessary. %% +%% ORCID can be inserted by command: %% +%% \orcid{0000-0000-0000-0000} %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\author[A]{\fnms{First}~\snm{Author}\ead[label=e1]{first@somewhere.com}}, +\author[B]{\fnms{Second}~\snm{Author}\ead[label=e2]{second@somewhere.com}\orcid{0000-0000-0000-0000}} +\and +\author[B]{\fnms{Third}~\snm{Author}\ead[label=e3]{third@somewhere.com}} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Addresses %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\address[A]{Department, +University or Company Name\printead[presep={,\ }]{e1}} + +\address[B]{Department, +University or Company Name\printead[presep={,\ }]{e2,e3}} +\end{aug} + +\begin{abstract} +The abstract should summarize the contents of the paper. +It should be clear, descriptive, self-explanatory and not longer +than 200 words. It should also be suitable for publication in +abstracting services. Formulas should be used as sparingly as +possible within the abstract. The abstract should not make +reference to results, bibliography or formulas in the body +of the paper---it should be self-contained. + +This is a sample input file. Comparing it with the output it +generates can show you how to produce a simple document of +your own. +\end{abstract} + +\begin{keyword}[class=MSC] +\kwd[Primary ]{00X00} +\kwd{00X00} +\kwd[; secondary ]{00X00} +\end{keyword} + +\begin{keyword} +\kwd{First keyword} +\kwd{second keyword} +\end{keyword} + +\end{frontmatter} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Please use \tableofcontents for articles %% +%% with 50 pages and more %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\tableofcontents + +\section{Introduction} + +This template helps you to create a properly formatted \LaTeXe\ manuscript. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% `\ ' is used here because TeX ignores %% +%% spaces after text commands. %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +Prepare your paper in the same style as used in this sample .pdf file. +Try to avoid excessive use of italics and bold face. +Please do not use any \LaTeXe\ or \TeX\ commands that affect the layout +or formatting of your document (i.e., commands like \verb|\textheight|, +\verb|\textwidth|, etc.). + +\section{Section headings} +Here are some sub-sections: +\subsection{A sub-section} +Regular text. +\subsubsection{A sub-sub-section} +Regular text. + +\section{Text} +\subsection{Lists} + +The following is an example of an \emph{itemized} list, +two levels deep. +\begin{itemize} +\item +This is the first item of an itemized list. Each item +in the list is marked with a ``tick.'' The document +style determines what kind of tick mark is used. +\item +This is the second item of the list. It contains another +list nested inside it. +\begin{itemize} +\item This is the first item of an itemized list that +is nested within the itemized list. +\item This is the second item of the inner list. \LaTeX\ +allows you to nest lists deeper than you really should. +\end{itemize} +This is the rest of the second item of the outer list. +\item +This is the third item of the list. +\end{itemize} + +The following is an example of an \emph{enumerated} list of one level. + +\begin{longlist} +\item This is the first item of an enumerated list. +\item This is the second item of an enumerated list. +\end{longlist} + +The following is an example of an \emph{enumerated} list, two levels deep. +\begin{longlist} +\item[1.] +This is the first item of an enumerated list. Each item +in the list is marked with a ``tick.'' The document +style determines what kind of tick mark is used. +\item[2.] +This is the second item of the list. It contains another +list nested inside of it. +\begin{longlist} +\item +This is the first item of an enumerated list that +is nested within. +\item +This is the second item of the inner list. \LaTeX\ +allows you to nest lists deeper than you really should. +\end{longlist} +This is the rest of the second item of the outer list. +\item[3.] +This is the third item of the list. +\end{longlist} + +\subsection{Punctuation} +Dashes come in three sizes: a hyphen, an intra-word dash like ``$U$-statistics'' or ``the time-homogeneous model''; +a medium dash (also called an ``en-dash'') for number ranges or between two equal entities like ``1--2'' or ``Cauchy--Schwarz inequality''; +and a punctuation dash (also called an ``em-dash'') in place of a comma, semicolon, +colon or parentheses---like this. + +Generating an ellipsis \ldots\ with the right spacing +around the periods requires a special command. + +\subsection{Citation} +Only include in the reference list entries for which there are text citations, +and make sure all citations are included in the reference list. +Simple cite: \cite{r1}. +Multiple bibliography items cite: \cite{r1,r2,r3,r4}. +Citing bibliography with object: \cite{r1}, Theorem 1. + +\section{Fonts} +Please use text fonts in text mode, e.g.: +\begin{itemize} +\item[]\textrm{Roman} +\item[]\textit{Italic} +\item[]\textbf{Bold} +\item[]\textsc{Small Caps} +\item[]\textsf{Sans serif} +\item[]\texttt{Typewriter} +\end{itemize} +Please use mathematical fonts in mathematical mode, e.g.: +\begin{itemize} +\item[] $\mathrm{ABCabc123}$ +\item[] $\mathit{ABCabc123}$ +\item[] $\mathbf{ABCabc123}$ +\item[] $\boldsymbol{ABCabc123\alpha\beta\gamma}$ +\item[] $\mathcal{ABC}$ +\item[] $\mathbb{ABC}$ +\item[] $\mathsf{ABCabc123}$ +\item[] $\mathtt{ABCabc123}$ +\item[] $\mathfrak{ABCabc123}$ +\end{itemize} +Note that \verb|\mathcal, \mathbb| belongs to capital letters-only font typefaces. + +\section{Notes} +Footnotes\footnote{This is an example of a footnote.} +pose no problem.\footnote{Note that footnote number is after punctuation.} + +\section{Quotations} + +Text is displayed by indenting it from the left margin. There are short quotations +\begin{quote} +This is a short quotation. It consists of a +single paragraph of text. There is no paragraph +indentation. +\end{quote} +and longer ones. +\begin{quotation} +This is a longer quotation. It consists of two paragraphs +of text. The beginning of each paragraph is indicated +by an extra indentation. + +This is the second paragraph of the quotation. It is just +as dull as the first paragraph. +\end{quotation} + +\section{Environments} + +\subsection{Examples for \emph{\texttt{plain}}-style environments} +\begin{axiom}\label{ax1} +This is the body of Axiom \ref{ax1}. +\end{axiom} + +\begin{proof} +This is the body of the proof of the axiom above. +\end{proof} + +\begin{claim}\label{cl1} +This is the body of Claim \ref{cl1}. Claim \ref{cl1} is numbered after +Axiom \ref{ax1} because we used \verb|[axiom]| in \verb|\newtheorem|. +\end{claim} + +\begin{theorem}\label{th1} +This is the body of Theorem \ref{th1}. Theorem \ref{th1} numbering is +dependent on section because we used \verb|[section]| after \verb|\newtheorem|. +\end{theorem} + +\begin{theorem}[Title of the theorem]\label{th2} +This is the body of Theorem \ref{th2}. Theorem \ref{th2} has additional title. +\end{theorem} + +\begin{lemma}\label{le1} +This is the body of Lemma \ref{le1}. Lemma \ref{le1} is numbered after +Theorem \ref{th2} because we used \verb|[theorem]| in \verb|\newtheorem|. +\end{lemma} + + +\begin{proof}[Proof of Lemma \ref{le1}] +This is the body of the proof of Lemma \ref{le1}. +\end{proof} + +\subsection{Examples for \emph{\texttt{remark}}-style environments} +\begin{definition}\label{de1} +This is the body of Definition \ref{de1}. Definition \ref{de1} is numbered after +Lemma \ref{le1} because we used \verb|[theorem]| in \verb|\newtheorem|. +\end{definition} + +\begin{example} +This is the body of the example. Example is unnumbered because we used \verb|\newtheorem*| +instead of \verb|\newtheorem|. +\end{example} + +\begin{fact} +This is the body of the fact. Fact is unnumbered because we used \verb|\newtheorem*| +instead of \verb|\newtheorem|. +\end{fact} + +\section{Tables and figures} +Cross-references to labeled tables: As you can see in Table~\ref{sphericcase} +and also in Table~\ref{parset}. + +\begin{table*} +\caption{The spherical case ($I_1=0$, $I_2=0$)} +\label{sphericcase} +\begin{tabular}{@{}lrrrrc@{}} +\hline +Equil. \\ +points & \multicolumn{1}{c}{$x$} +& \multicolumn{1}{c}{$y$} & \multicolumn{1}{c}{$z$} +& \multicolumn{1}{c}{$C$} & S \\ +\hline +$L_1$ & $-$2.485252241 & 0.000000000 & 0.017100631 & 8.230711648 & U \\ +$L_2$ & 0.000000000 & 0.000000000 & 3.068883732 & 0.000000000 & S \\ +$L_3$ & 0.009869059 & 0.000000000 & 4.756386544 & $-$0.000057922 & U \\ +$L_4$ & 0.210589855 & 0.000000000 & $-$0.007021459 & 9.440510897 & U \\ +$L_5$ & 0.455926604 & 0.000000000 & $-$0.212446624 & 7.586126667 & U \\ +$L_6$ & 0.667031314 & 0.000000000 & 0.529879957 & 3.497660052 & U \\ +$L_7$ & 2.164386674 & 0.000000000 & $-$0.169308438 & 6.866562449 & U \\ +$L_8$ & 0.560414471 & 0.421735658 & $-$0.093667445 & 9.241525367 & U \\ +$L_9$ & 0.560414471 & $-$0.421735658 & $-$0.093667445 & 9.241525367 & U \\ +$L_{10}$ & 1.472523232 & 1.393484549 & $-$0.083801333 & 6.733436505 & U \\ +$L_{11}$ & 1.472523232 & $-$1.393484549 & $-$0.083801333 & 6.733436505 & U \\ +\hline +\end{tabular} +\end{table*} + +\begin{table} +\caption{Sample posterior estimates for each model} +\label{parset} +% +\begin{tabular}{@{}lcrcrrr@{}} +\hline +&& & &\multicolumn{3}{c}{Quantile} \\ +\cline{5-7} +Model &Parameter & +\multicolumn{1}{c}{Mean} & +Std. dev.& +\multicolumn{1}{c}{2.5\%} & +\multicolumn{1}{c}{50\%}& +\multicolumn{1}{c@{}}{97.5\%} \\ +\hline +{Model 0} & $\beta_0$ & $-$12.29 & 2.29 & $-$18.04 & $-$11.99 & $-$8.56 \\ + & $\beta_1$ & 0.10 & 0.07 & $-$0.05 & 0.10 & 0.26 \\ + & $\beta_2$ & 0.01 & 0.09 & $-$0.22 & 0.02 & 0.16 \\[6pt] +{Model 1} & $\beta_0$ & $-$4.58 & 3.04 & $-$11.00 & $-$4.44 & 1.06 \\ + & $\beta_1$ & 0.79 & 0.21 & 0.38 & 0.78 & 1.20 \\ + & $\beta_2$ & $-$0.28 & 0.10 & $-$0.48 & $-$0.28 & $-$0.07 \\[6pt] +{Model 2} & $\beta_0$ & $-$11.85 & 2.24 & $-$17.34 & $-$11.60 & $-$7.85 \\ + & $\beta_1$ & 0.73 & 0.21 & 0.32 & 0.73 & 1.16 \\ + & $\beta_2$ & $-$0.60 & 0.14 & $-$0.88 & $-$0.60 & $-$0.34 \\ + & $\beta_3$ & 0.22 & 0.17 & $-$0.10 & 0.22 & 0.55 \\ +\hline +\end{tabular} +% +\end{table} + +\begin{figure} +\includegraphics{figure1} +\caption{Pathway of the penicillin G biosynthesis.} +\label{penG} +\end{figure} + +Sample of cross-reference to figure. +Figure~\ref{penG} shows that it is not easy to get something on paper. + +\section{Equations and the like} + +Two equations: +\begin{equation} + C_{s} = K_{M} \frac{\mu/\mu_{x}}{1-\mu/\mu_{x}} \label{ccs} +\end{equation} +and +\begin{equation} + G = \frac{P_{\mathrm{opt}} - P_{\mathrm{ref}}}{P_{\mathrm{ref}}} 100(\%). +\end{equation} + +Equation arrays: +\begin{eqnarray} + \frac{dS}{dt} & = & - \sigma X + s_{F} F,\\ + \frac{dX}{dt} & = & \mu X,\\ + \frac{dP}{dt} & = & \pi X - k_{h} P,\\ + \frac{dV}{dt} & = & F. +\end{eqnarray} +One long equation: +\begin{eqnarray} + \mu_{\text{normal}} & = & \mu_{x} \frac{C_{s}}{K_{x}C_{x}+C_{s}} \nonumber\\ + & = & \mu_{\text{normal}} - Y_{x/s}\bigl(1-H(C_{s})\bigr)(m_{s}+\pi /Y_{p/s})\\ + & = & \mu_{\text{normal}}/Y_{x/s}+ H(C_{s}) (m_{s}+ \pi /Y_{p/s}).\nonumber +\end{eqnarray} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Example with single Appendix: %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{appendix} +\section*{Title}\label{appn} %% if no title is needed, leave empty \section*{}. +Appendices should be provided in \verb|{appendix}| environment, +before Acknowledgements. + +If there is only one appendix, +then please refer to it in text as \ldots\ in the \hyperref[appn]{Appendix}. +\end{appendix} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Example with multiple Appendixes: %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{appendix} +\section{Title of the first appendix}\label{appA} +If there are more than one appendix, then please refer to it +as \ldots\ in Appendix \ref{appA}, Appendix \ref{appB}, etc. + +\section{Title of the second appendix}\label{appB} +\subsection{First subsection of Appendix \protect\ref{appB}} + +Use the standard \LaTeX\ commands for headings in \verb|{appendix}|. +Headings and other objects will be numbered automatically. +\begin{equation} +\mathcal{P}=(j_{k,1},j_{k,2},\dots,j_{k,m(k)}). \label{path} +\end{equation} + +Sample of cross-reference to the formula (\ref{path}) in Appendix \ref{appB}. +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Support information, if any, %% +%% should be provided in the %% +%% Acknowledgements section. %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{acks}[Acknowledgments] +The authors would like to thank the anonymous referees, an Associate +Editor and the Editor for their constructive comments that improved the +quality of this paper. +\end{acks} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Funding information, if any, %% +%% should be provided in the %% +%% funding section. %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{funding} +The first author was supported by NSF Grant DMS-??-??????. + +The second author was supported in part by NIH Grant ???????????. +\end{funding} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Supplementary Material, including data %% +%% sets and code, should be provided in %% +%% {supplement} environment with title %% +%% and short description. It cannot be %% +%% available exclusively as external link. %% +%% All Supplementary Material must be %% +%% available to the reader on Project %% +%% Euclid with the published article. %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{supplement} +\stitle{Title of Supplement A} +\sdescription{Short description of Supplement A.} +\end{supplement} +\begin{supplement} +\stitle{Title of Supplement B} +\sdescription{Short description of Supplement B.} +\end{supplement} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% The Bibliography %% +%% %% +%% imsart-???.bst will be used to %% +%% create a .BBL file for submission. %% +%% %% +%% Note that the displayed Bibliography will not %% +%% necessarily be rendered by Latex exactly as specified %% +%% in the online Instructions for Authors. %% +%% %% +%% MR numbers will be added by VTeX. %% +%% %% +%% Use \cite{...} to cite references in text. %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% if your bibliography is in bibtex format, uncomment commands: +%\bibliographystyle{imsart-number} % Style BST file (imsart-number.bst or imsart-nameyear.bst) +%\bibliography{bibliography} % Bibliography file (usually '*.bib') + +%% or include bibliography directly: +\begin{thebibliography}{4} +%% +\bibitem{r1} +\textsc{Billingsley, P.} (1999). \textit{Convergence of +Probability Measures}, 2nd ed. +Wiley, New York. + +\bibitem{r2} +\textsc{Bourbaki, N.} (1966). \textit{General Topology} \textbf{1}. +Addison--Wesley, Reading, MA. + +\bibitem{r3} +\textsc{Ethier, S. N.} and \textsc{Kurtz, T. G.} (1985). +\textit{Markov Processes: Characterization and Convergence}. +Wiley, New York. + +\bibitem{r4} +\textsc{Prokhorov, Yu.} (1956). +Convergence of random processes and limit theorems in probability +theory. \textit{Theory Probab. Appl.} +\textbf{1} 157--214. +\end{thebibliography} + +\end{document} diff --git a/LaTeX/Annals/aos-template.tex b/LaTeX/Annals/aos-template.tex new file mode 100644 index 0000000..8d8f073 --- /dev/null +++ b/LaTeX/Annals/aos-template.tex @@ -0,0 +1,197 @@ +%% Template for the submission to: +%% The Annals of Statistics [AOS] +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% In this template, the places where you %% +%% need to fill in your information are %% +%% indicated by '???'. %% +%% %% +%% Please do not use \input{...} to include %% +%% other tex files. Submit your LaTeX %% +%% manuscript as one .tex document. %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\documentclass[aos]{imsart} + +%% Packages +\RequirePackage{amsthm,amsmath,amsfonts,amssymb} +\RequirePackage[numbers]{natbib} +%\RequirePackage[authoryear]{natbib}%% uncomment this for author-year citations +%\RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}%% uncomment this for coloring bibliography citations and linked URLs +%\RequirePackage{graphicx}%% uncomment this for including figures + +\startlocaldefs +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% Uncomment next line to change %% +%% the type of equation numbering %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\numberwithin{equation}{section} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% For Axiom, Claim, Corollary, Hypothesis, %% +%% Lemma, Theorem, Proposition %% +%% use \theoremstyle{plain} %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\theoremstyle{plain} +%\newtheorem{???}{???} +%\newtheorem*{???}{???} +%\newtheorem{???}{???}[???] +%\newtheorem{???}[???]{???} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% For Assumption, Definition, Example, %% +%% Notation, Property, Remark, Fact %% +%% use \theoremstyle{remark} %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\theoremstyle{remark} +%\newtheorem{???}{???} +%\newtheorem*{???}{???} +%\newtheorem{???}{???}[???] +%\newtheorem{???}[???]{???} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Please put your definitions here: %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\endlocaldefs + +\begin{document} + +\begin{frontmatter} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% %% +%% Enter the title of your article here %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\title{???} +%\title{A sample article title with some additional note\thanksref{T1}} +\runtitle{???} +%\thankstext{T1}{A sample of additional note to the title.} + +\begin{aug} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Only one address is permitted per author. %% +%% Only division, organization and e-mail is %% +%% included in the address. %% +%% Additional information can be included in %% +%% the Acknowledgments section if necessary. %% +%% ORCID can be inserted by command: %% +%% \orcid{0000-0000-0000-0000} %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\author[A]{\fnms{???}~\snm{???}\ead[label=e1]{???@???}}, +\author[B]{\fnms{???}~\snm{???}\ead[label=e2]{???@???}} +\and +\author[B]{\fnms{???}~\snm{???}\ead[label=e3]{???@???}} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Addresses %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\address[A]{???\printead[presep={,\ }]{e1}} + +\address[B]{???\printead[presep={,\ }]{e2,e3}} +\end{aug} + +\begin{abstract} +???. +\end{abstract} + +\begin{keyword}[class=MSC] +\kwd[Primary ]{???} +\kwd{???} +\kwd[; secondary ]{???} +\end{keyword} + +\begin{keyword} +\kwd{???} +\kwd{???} +\end{keyword} + +\end{frontmatter} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Please use \tableofcontents for articles %% +%% with 50 pages and more %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\tableofcontents + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%% Main text entry area: + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Single Appendix: %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\begin{appendix} +%\section*{???}%% if no title is needed, leave empty \section*{}. +%\end{appendix} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Multiple Appendixes: %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\begin{appendix} +%\section{???} +% +%\section{???} +% +%\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Support information, if any, %% +%% should be provided in the %% +%% Acknowledgements section. %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\begin{acks}[Acknowledgments] +% The authors would like to thank ... +%\end{acks} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Funding information, if any, %% +%% should be provided in the %% +%% funding section. %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\begin{funding} +% The first author was supported by ... +% +% The second author was supported in part by ... +%\end{funding} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Supplementary Material, including data %% +%% sets and code, should be provided in %% +%% {supplement} environment with title %% +%% and short description. It cannot be %% +%% available exclusively as external link. %% +%% All Supplementary Material must be %% +%% available to the reader on Project %% +%% Euclid with the published article. %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\begin{supplement} +%\stitle{???} +%\sdescription{???.} +%\end{supplement} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% The Bibliography %% +%% %% +%% imsart-???.bst will be used to %% +%% create a .BBL file for submission. %% +%% %% +%% Note that the displayed Bibliography will not %% +%% necessarily be rendered by Latex exactly as specified %% +%% in the online Instructions for Authors. %% +%% %% +%% MR numbers will be added by VTeX. %% +%% %% +%% Use \cite{...} to cite references in text. %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% if your bibliography is in bibtex format, uncomment commands: +%\bibliographystyle{imsart-number} % Style BST file (imsart-number.bst or imsart-nameyear.bst) +%\bibliography{bibliography} % Bibliography file (usually '*.bib') + +%% or include bibliography directly: +% \begin{thebibliography}{} +% \bibitem{b1} +% \end{thebibliography} + +\end{document} diff --git a/LaTeX/Annals/figure1.eps b/LaTeX/Annals/figure1.eps new file mode 100644 index 0000000..ee508e6 --- /dev/null +++ b/LaTeX/Annals/figure1.eps @@ -0,0 +1,28108 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: Adobe Illustrator(R) 8.0 +%%AI8_CreatorVersion: 11.0.0 +%%For: (VTeX UAB) () +%%Title: (figure1.eps) +%%CreationDate: 11/16/2018 6:01 PM +%%BoundingBox: 135 117 303 275 +%%HiResBoundingBox: 135.4419 117.916 302.2695 274.3379 +%%DocumentProcessColors: Cyan Magenta Yellow Black +%%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0 +%%+ procset Adobe_screens_AI5 1.0 0 +%%+ procset AGM_Gradient 1.0 0 +%%+ procset Adobe_ColorImage_AI6 1.3 0 +%%+ procset Adobe_Illustrator_AI5 1.3 0 +%%+ procset Adobe_pattern_AI5 1.0 0 +%%+ procset Adobe_cshow 2.0 8 +%%+ procset Adobe_shading_AI8 1.0 0 +%AI5_FileFormat 4.0 +%AI3_ColorUsage: Color +%AI3_IncludePlacedImages +%AI7_ImageSettings: 1 +%%RGBProcessColor: 0 0 0 (Global Black) +%%+ 0.7294 0 0 (Global Rust) +%%+ 0 0 0 ([Registration]) +%%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) +%%+ Options: 1 16 0 1 1 1 0 0 0 0 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 2 3 4 +%%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 3 3 () +%AI3_TemplateBox: 298.5 420.3896 298.5 420.3896 +%AI3_TileBox: 87.6377 123.4448 507.6377 718.4448 +%AI3_DocumentPreview: Header +%AI5_ArtSize: 595.2756 841.8898 +%AI5_RulerUnits: 1 +%AI5_ArtFlags: 0 0 0 1 0 0 0 0 0 +%AI5_TargetResolution: 800 +%AI5_NumLayers: 1 +%AI8_OpenToView: 14.1929 304.6895 5.8099 2519 1285 26 1 0 21 100 0 0 +%AI5_OpenViewLayers: 7 +%%PageOrigin:0 0 +%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 +%AI9_Flatten: 1 +%%EndComments +%%BeginProlog +%%BeginResource: procset Adobe_level2_AI5 1.2 0 +%%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) +%%Version: 1.2 0 +%%CreationDate: (04/10/93) () +%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) +userdict /Adobe_level2_AI5 26 dict dup begin + put + /packedarray where not + { + userdict begin + /packedarray + { + array astore readonly + } bind def + /setpacking /pop load def + /currentpacking false def + end + 0 + } if + pop + userdict /defaultpacking currentpacking put true setpacking + /initialize + { + Adobe_level2_AI5 begin + } bind def + /terminate + { + currentdict Adobe_level2_AI5 eq + { + end + } if + } bind def + mark + /setcustomcolor where not + { + /findcmykcustomcolor + { + (AI8_CMYK_CustomColor) + 6 packedarray + } bind def + /findrgbcustomcolor + { + (AI8_RGB_CustomColor) + 5 packedarray + } bind def + /setcustomcolor + { + exch + aload pop dup + (AI8_CMYK_CustomColor) eq + { + pop pop + 4 + { + 4 index mul + 4 1 roll + } repeat + 5 -1 roll pop + setcmykcolor + } + { + dup (AI8_RGB_CustomColor) eq + { + pop pop + 3 + { + 1 exch sub + 3 index mul + 1 exch sub + 3 1 roll + } repeat + 4 -1 roll pop + setrgbcolor + } + { + pop + 4 + { + 4 index mul 4 1 roll + } repeat + 5 -1 roll pop + setcmykcolor + } ifelse + } ifelse + } + def + } if + /setAIseparationgray + { + false setoverprint + 0 setgray + /setseparationgray where{ + pop setseparationgray + }{ + /setcolorspace where{ + pop + [/Separation (All) /DeviceCMYK {dup dup dup}] setcolorspace + 1 exch sub setcolor + }{ + setgray + }ifelse + }ifelse + } def + + /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def + userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put + userdict /level2? + systemdict /languagelevel known dup + { + pop systemdict /languagelevel get 2 ge + } if + put +/level2ScreenFreq +{ + begin + 60 + HalftoneType 1 eq + { + pop Frequency + } if + HalftoneType 2 eq + { + pop GrayFrequency + } if + HalftoneType 5 eq + { + pop Default level2ScreenFreq + } if + end +} bind def +userdict /currentScreenFreq + level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put +level2? not + { + /setcmykcolor where not + { + /setcmykcolor + { + exch .11 mul add exch .59 mul add exch .3 mul add + 1 exch sub setgray + } def + } if + /currentcmykcolor where not + { + /currentcmykcolor + { + 0 0 0 1 currentgray sub + } def + } if + /setoverprint where not + { + /setoverprint /pop load def + } if + /selectfont where not + { + /selectfont + { + exch findfont exch + dup type /arraytype eq + { + makefont + } + { + scalefont + } ifelse + setfont + } bind def + } if + /cshow where not + { + /cshow + { + [ + 0 0 5 -1 roll aload pop + ] cvx bind forall + } bind def + } if + } if + cleartomark + /anyColor? + { + add add add 0 ne + } bind def + /testColor + { + gsave + setcmykcolor currentcmykcolor + grestore + } bind def + /testCMYKColorThrough + { + testColor anyColor? + } bind def + userdict /composite? + 1 0 0 0 testCMYKColorThrough + 0 1 0 0 testCMYKColorThrough + 0 0 1 0 testCMYKColorThrough + 0 0 0 1 testCMYKColorThrough + and and and + put + composite? not + { + userdict begin + gsave + /cyan? 1 0 0 0 testCMYKColorThrough def + /magenta? 0 1 0 0 testCMYKColorThrough def + /yellow? 0 0 1 0 testCMYKColorThrough def + /black? 0 0 0 1 testCMYKColorThrough def + grestore + /isCMYKSep? cyan? magenta? yellow? black? or or or def + /customColor? isCMYKSep? not def + end + } if + end defaultpacking setpacking +%%EndResource +%%BeginResource: procset Adobe_screens_AI5 1.2 0 +%%Title: (Adobe Illustrator (R) Version 5.0 Custom Halftone Screens ProcSet) +%%Version: 1.2 0 +%%CreationDate: (03/24/93) () +%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) +userdict /defaultpacking currentpacking put true setpacking +systemdict begin +userdict /Adobe_screens_AI5 15 dict dup begin +put +/initialize +{ + Adobe_screens_AI5 begin + /screenid + deviceDPI 600 gt composite? not or + { + -1 + } + { + deviceDPI currentScreenFreq + dup dup 60 ge exch 150 le and deviceDPI 300 le and + { + pop 60 + } if + div 1.41421 div 0.5 add cvi + } ifelse + def + + 2 screenid eq + { + /customsize 16 def + /customdata /customdata2 def + setcustomscreen + } if + + 3 screenid eq + { + /customsize 24 def + /customdata /customdata3 def + setcustomscreen + } if + + 4 screenid eq + { + /customsize 16 def + /customdata /customdata4 def + setcustomscreen + } if + + 5 screenid eq + { + /customsize 20 def + /customdata /customdata5 def + setcustomscreen + } if + + 6 screenid eq + { + /customsize 24 def + /customdata /customdata6 def + setcustomscreen + } if + + 7 screenid eq + { + /customsize 28 def + /customdata /customdata7 def + setcustomscreen + } if + + 8 screenid eq + { + /customsize 16 def + /customdata /customdata8 def + setcustomscreen + } if +} def +/terminate +{ + currentdict Adobe_screens_AI5 eq + { + end + } if +} def +/setcustomscreen +{ + deviceDPI customsize div 0 + { + 1 add 2 div customsize mul cvi exch + 1 add 2 div customsize mul cvi exch + customsize mul add + customdata load exch get 256 div + } setscreen +} def +/customdata2 28 28 mul string def +currentfile customdata2 readhexstring +4180E8694988E2634382EA6B4B8AE061A01939C8A81737C2A21B3BCAAA1636C0 +F8795998F6775796FA7B5B9AF57656952ED8B80727D6B60F2FDABA0626D5B50E +4E8DE6674786EE6F4F8EE5664685ED6EAD1434C6A61F3FCEAE1232C5A51E3ECD +F3745493FE7F5F9EF1725291FD7E5E9D24D3B30C2CDEBE0222D1B10A2ADDBD04 +4483EB6C4C8BE1624281E96A4A89E364A31C3CCBAB1535C1A11A3AC9A91838C3 +FB7C5C9BF4755594F97A5A99F778589730DBBB0525D4B40D2DD9B90828D7B710 +508FE4654584EC6D4D8CE7684887EF70AF1131C4A41D3DCCAC1333C7A72040CF +F0715190FC7D5D9CF2735392FF80609F21D0B00929DCBC0323D2B20B2BDFBF01 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000 +pop pop +/customdata3 28 28 mul string def +currentfile customdata3 readhexstring +011DC7F5E73D0421CBF3E43A021EC8F6E83E0522CCF2E43A2B648BC4A0762F68 +8AC39E732C658CC5A177306989C29D72D5B6521A6192D9B55219608FD6B6531B +6193DAB451185F8FFCEE440C28D2FCED430B27D1FDEF450C29D3FBEC420A26D0 +BEA77D366F83BCA77C356E87BFA87E377082BBA67B346D86145B99E0AE4A1259 +98DFB14E155C9AE1AD4A115897DEB04D0623CDF4E63C0420CAF8EA400723CDF4 +E53B031FC9F7E93F316988C19F752E678EC6A378326A88C09F742D668DC6A278 +DBB350175E91D8B8551C6395DCB24F165D90D7B7541C6294FAEC420925CFFFF1 +470E2BD5F9EB410824CEFEF0460D2AD4BAA57A336C85BEAA80397180B9A47933 +6B84BDA97F387181105797DDAF4C145A9CE3AB480F5696DDAE4B13599BE2AC49 +021EC8F6E83E0522CCF2E43A011DC7F5E73D0421CBF3E43A2C658CC5A1773069 +89C29D722B648BC4A0762F688AC39E73D6B6531B6193DAB451185F8FD5B6521A +6192D9B55219608FFDEF450C29D3FBEC420A26D0FCEE440C28D2FCED430B27D1 +BFA87E377082BBA67B346D86BEA77D366F83BCA77C356E87155C9AE1AD4A1158 +97DEB04D145B99E0AE4A125998DFB14E0723CDF4E53B031FC9F7E93F0623CDF4 +E63C0420CAF8EA40326A88C09F742D668DC6A278316988C19F752E678EC6A378 +DCB24F165D90D7B7541C6294DBB350175E91D8B8551C6395F9EB410824CEFEF0 +460D2AD4FAEC420925CFFFF1470E2BD5B9A479336B84BDA97F387181BAA57A33 +6C85BEAA803971800F5696DDAE4B13599BE2AC49105797DDAF4C145A9CE3AB48 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000 +pop pop +/customdata4 28 28 mul string def +currentfile customdata4 readhexstring +1139B8E0FAD2531B133BBAE2F8D05119417180A6AE9A7B4B437382A5AD987949 +C08867272F6F92CAC28A66262E6E90C8E8DE5F070F37B6F2EADD5E060E36B5F0 +FED6571F173FBEE6FDD5561E163EBDE5AB9E7F4F477786A1A99D7E4E467685A3 +2C6C96CEC68E62222A6A95CDC58D64240C34B3F6EED95A020A32B1F5EDDB5C04 +143CBBE3F9D1521A123AB9E1FBD3541C447483A4AC997A4A427281A7AF9B7C4C +C38B65252D6D91C9C1896828307093CBEBDC5D050D35B4F1E9DF60081038B7F3 +FCD4551D153DBCE4FFD758201840BFE7A89C7D4D457584A2AA9F8050487887A0 +296994CCC48C63232B6B97CFC78F61210931B0F4ECDA5B030B33B2F7EFD85901 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000 +pop pop +/customdata5 28 28 mul string def +currentfile customdata5 readhexstring +010B34C3EBFCF7CE3F16020C35C4EDFBF6CD3E15102552A4D6EADDB5632B1126 +54A5D5EADCB3622A3958768499C19E8C7C5E3A59778498C19D8B7B5DC8A99370 +47334C7587AFC9AA936F46324B7485AEF1E5BC6B1E0A2351A3D8F2E4BC6A1E09 +2351A2D7FFF9D14219050F38C6EFFEF9D04118040E37C6EFE8E0B7662D142856 +A8D3E7DFB7652D132856A7D4BF9C8E7F603D5B7A8195BE9A8E7E603C5B798297 +314A7389B2CCAD906D442F497289B1CBAC926E4508214FA1DBF4E2B9671B0720 +4EA0DAF4E3BA691C030D36C5EDFBF6CD3F16010C34C3ECFDF8CF4017122654A6 +D4E9DDB4622A112553A5D6EBDEB5642C3B59788397C09C8B7C5D3A58778599C2 +9E8C7D5FCAAB926E46314B7486AFC8AA947048334D7587B0F2E4BB691D082250 +A1D8F1E6BD6B1F0A2452A3D9FDF8CF4118030E36C5EEFFFAD1421A050F38C7F0 +E6DFB6642C132755A7D3E8E1B8662E152957A8D2BE9A8D7E5F3B5A798296BF9B +8F80613D5C7B80952F487188B1CAAC916D443049728AB3CCAE906C43061F4D9F +DAF3E2BA681C07214FA0DBF5E1B8671A00000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000 +pop pop +/customdata6 28 28 mul string def +currentfile customdata6 readhexstring +081A44B6E0F2FDECC150250C091B45B6E1F3FCEBC04F240C1D336199C7D8DCD3 +A56C37221E33619AC8D7DBD2A46B36214864798091AEB1958C7E694C49657A81 +90ADB0948B7D684BB99D8475593C405C7888A1BEBA9E8574583B3F5B7888A0BD +E4CBAA712E1215326098CFE8E4CCA9712D1114315F97CEE7F5F1C6552B040719 +43B5DFFAF6F0C6542A03061842B4DEF9FFEDC352270E0B1C47B8E3F4FEECC251 +260D0A1C46B7E2F4DAD5A76E39232035639CCAD5D9D4A66D38231F34629BC9D6 +AF938E806A4E4A677C838FABAE928D7F694D4A667B828FAC3E5A778AA3BFBC9F +8772563A3D597689A2BEBB9F8673573A14305E97D1EAE6CDA76F2B0F132F5D96 +D0E9E5CDA8702C10051742B3DDFCF8EEC4522801041641B2DDFBF7EFC5532902 +091B45B6E1F3FCEBC04F240C081A44B6E0F2FDECC150250C1E33619AC8D7DBD2 +A46B36211D336199C7D8DCD3A56C372249657A8190ADB0948B7D684B48647980 +91AEB1958C7E694CBA9E8574583B3F5B7888A0BDB99D8475593C405C7888A1BE +E4CCA9712D1114315F97CEE7E4CBAA712E1215326098CFE8F6F0C6542A030618 +42B4DEF9F5F1C6552B04071943B5DFFAFEECC251260D0A1C46B7E2F4FFEDC352 +270E0B1C47B8E3F4D9D4A66D38231F34629BC9D6DAD5A76E39232035639CCAD5 +AE928D7F694D4A667B828FACAF938E806A4E4A677C838FAB3D597689A2BEBB9F +8673573A3E5A778AA3BFBC9F8772563A132F5D96D0E9E5CDA8702C1014305E97 +D1EAE6CDA76F2B0F041641B2DDFBF7EFC5532902051742B3DDFCF8EEC4522801 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000 +pop pop +/customdata7 28 28 mul string def +currentfile customdata7 readhexstring +01061B44B7E1F5FEFBE6BD4A210C01071B45B8E1F6FDFBE6BC4A200B09132A54 +A7D1EAF5EED9B05D331609142B55A8D2EAF4EED9AF5C32161D2D3D6993C1CBE0 +CEC59B7140301E2E3D6A93C0CADFCDC49A713F3047576C7B828DA2B6A48F867E +6F5A48576C7C828CA1B6A38F867E6E59BAAA958A78634E4451667A8498ADBAAB +968977624E4350657A8398ADE3D4C99F7539251A273C6892C2D7E4D4C89E7539 +241A273B6891C1D6F8F2DDB460371005122A53A7D0ECF9F2DDB360360F051229 +53A6D0EBFFFDE8BE4C220D03081D46B9E3F7FFFCE7BD4B210D02071C46B8E2F7 +F3F0DBB15E34180B152C56A9D3E8F3EFDAB05D34170A142C55A9D2E9DFCCC69C +7341321F2F3F6B94BFC9DECCC59C7241311F2E3E6A94BFCAB5A38E8780705B49 +596D7D808BA0B4A28D877F6F5B48586D7C818BA043506479859AAFBCAC978876 +614C424F64798499AEBBAB968977624D19263B6791C3D8E5D6C79D7337231825 +3A6690C3D7E5D5C79E74382304112952A5CFEDFAF0DBB25E350E03102851A5CE +ECF9F1DCB25F360E01071B45B8E1F6FDFBE6BC4A200B01061B44B7E1F5FEFBE6 +BD4A210C09142B55A8D2EAF4EED9AF5C321609132A54A7D1EAF5EED9B05D3316 +1E2E3D6A93C0CADFCDC49A713F301D2D3D6993C1CBE0CEC59B71403048576C7C +828CA1B6A38F867E6E5947576C7B828DA2B6A48F867E6F5ABAAB968977624E43 +50657A8398ADBAAA958A78634E4451667A8498ADE4D4C89E7539241A273B6891 +C1D6E3D4C99F7539251A273C6892C2D7F9F2DDB360360F05122953A6D0EBF8F2 +DDB460371005122A53A7D0ECFFFCE7BD4B210D02071C46B8E2F7FFFDE8BE4C22 +0D03081D46B9E3F7F3EFDAB05D34170A142C55A9D2E9F3F0DBB15E34180B152C +56A9D3E8DECCC59C7241311F2E3E6A94BFCADFCCC69C7341321F2F3F6B94BFC9 +B4A28D877F6F5B48586D7C818BA0B5A38E8780705B49596D7D808BA0424F6479 +8499AEBBAB968977624D43506479859AAFBCAC978876614C18253A6690C3D7E5 +D5C79E74382319263B6791C3D8E5D6C79D73372303102851A5CEECF9F1DCB25F +360E04112952A5CFEDFAF0DBB25E350E +pop pop +/customdata8 28 28 mul string def +currentfile customdata8 readhexstring +050F2747B6D6EEF8FEF4DCBC4D2D1507111D375F9EC6E0E9EBE6CCA4653D1F13 +2939556F8EA8C1D1D3C3AE9475573B2B4961717D808999B1B39B8B867F73634B +B8A090827A6A5A42445C6C7C8492A2BAD8C8AA97785232222434546E8DACCADA +F0E2CFA768401A0A0C1C365E9DC5E4F2FAF7DFBF50301802040E2646B5D5EDFC +FFF5DDBD4E2E160806102848B7D7EFF9EAE7CDA5663E2014121E38609FC7E1E8 +D2C2AF9576583C2C2A3A56708FA9C0D0B29A8A878074644C4A62727E818898B0 +435B6B7B8593A3BBB9A19183796959412333536D8CADCBDBD9C9AB9677513121 +0B1B355D9CC4E5F3F1E3CEA6673F1909030D2545B4D4ECFDFBF6DEBE4F2F1701 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000 +pop pop +end +end +defaultpacking setpacking +%%EndResource +%%BeginResource: procset AGM_Gradient_Sep 1.0 0 +%%Title: (AGM Gradient Procset) +%%Version: 1.0 0 +%%CreationDate: (4/26/96) () +%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) +userdict /defaultpacking currentpacking put true setpacking +userdict /AGM_Gradient_Sep 5 dict dup begin put +/AGM_Gradient_Sep_private 100 dict def +/initialize{ + AGM_Gradient_Sep begin + AGM_Gradient_Sep_private begin + _compositeJob{ + initializeSinglePassSeps + }{ + initializeMultiPassSeps + }ifelse + initializeSeps + AGM_Gradient_private begin + /_fillSD newSpotDict def + /_rampSD newSpotDict def + /_nCustomColorSD nd + end + AGM_Gradient_Sep_private + { + dup xcheck 1 index type /arraytype eq and + { + bind + }if + pop pop + }forall + AGM_Gradient_Sep + { + dup xcheck 1 index type /arraytype eq and + { + bind + }if + pop pop + }forall + end + + currentdict readonly pop + end +}def +/terminate{ + currentdict AGM_Gradient_Sep eq{ + end + }if +}def +AGM_Gradient_Sep_private begin +/initializeSeps{ + /currentoverprint { _of } def + _noImage not _level2PS not and{ + /linealFill{ + currentoverprint{ + 0 0 1 1 rectfill + }{ + mySave + 8 setImageParms + _color{ + _nCustomColorSD begin + cyan magenta yellow black + + _spotColor{ + spot1/tintImage spot1/tintValue get 1 exch sub makeByte8 put + spot2/tintImage spot2/tintValue get 1 exch sub makeByte8 put + }if + end + + 4{ + makeByte8 4 1 roll + }repeat + true 4 _nCustomColorSD ncolorimage + }{ + _nCustomColorSD/black get 1 exch sub makeByte8 + _nCustomColorSD bwImage + }ifelse + myRestore + }ifelse + }def + }if + /_whiteBytes 1 makeByte8 pt + /knockOut{ + _noImage _level2PS or currentoverprint or{ + gsave + false setoverprint + 1 setgray + 0 0 1 1 rectfill + grestore + }{ + 8 setImageParms _whiteBytes /_image load 5 execImage + }ifelse + }def + /newSpotDict{ + 11 dict dup begin + /nSpots 2 def + /spot1 7 dict def + /spot2 7 dict def + end + }def + /initSpotData + { + begin + /name nd + /tintImage nd + /tintValue nd + /spot_C nd + /spot_M nd + /spot_Y nd + /spot_K nd + end + }def + /initSpotDict{ + begin + /cyanInk nd + /magentaInk nd + /yellowInk nd + /blackInk nd + /cyan nd + /magenta nd + /yellow nd + /black nd + spot1 initSpotData + spot2 initSpotData + end + }def + /copySpotDict{ + /_dst xp + begin + cyanInk magentaInk yellowInk blackInk + cyan magenta yellow black + spot1 spot2 + end + _dst begin + /spot1 spot1 maxlength dict def + /spot2 spot2 maxlength dict def + spot2 copy pop + spot1 copy pop + /black xd + /yellow xd + /magenta xd + /cyan xd + /blackInk xd + /yellowInk xd + /magentaInk xd + /cyanInk xd + end + }def + /setCustomColor + { + 1 index /Black eq{ + 6 1 roll 5 npop + 1 exch sub + setgray + }{ + 6 1 roll _ccAry1 astore exch + dup null eq{ + pop 0 + }if + setcustomcolor + }ifelse + }def + /setCStop{ + /_colorStyle exch pt + + _colorStyle 0 eq{ + 0 0 0 + 4 -1 roll + 1 exch sub + _spotColor{ + /_colorStyle 3 pt + /Black + 1 index + 1 exch sub + }if + }if + _colorStyle 2 eq{ + 3 npop + }if + _rampSD _fillSD copySpotDict + + _colorStyle 4 eq{ + pop + 9 2 roll 3 npop 6 -2 roll + } if + + _colorStyle 3 eq _colorStyle 4 eq or{ + + _fillSD begin + /_spot1 spot1 pt + /_spot2 spot2 pt + end + + exch dup _spot1/name get eq{ + _spot1 _spot2 + }{ + _spot2 _spot1 + }ifelse + begin + begin + /name xd + 1 exch sub /tintValue xd + 4{ + tintValue mul 4 1 roll + }repeat + _spotColor not{ + /tintValue null def + }if + end + /tintValue 0 def + end + }if + _fillSD nsetcustomcolor + }def + /renderCMYK{ + spot1/name get null eq + spot2/name get null eq and + dup not{ + pop + spot1 spotConverted + }if + dup not{ + pop + spot2 spotConverted + }if + }def + /currentInk{ + true + _inRipSep{ + currentcolorspace 0 get + dup /DeviceGray eq + 1 index /DeviceCMYK eq or{ + pop + currentcmykcolor add add add 0 eq{ + pop false + }if + }{ + /Separation eq{ + currentcolor 0 eq{ + pop false + }if + }if + }ifelse + }{ + currentgray 1 eq{ + pop false + }if + }ifelse + }def + /currentInkN{ + + _nCustomColorSD begin + /_spot1 spot1 pt + /_spot2 spot2 pt + renderCMYK + end + { + currentInk + }{ + gsave + _spot1 begin + name null ne{ + spot_C spot_M spot_Y spot_K name tintValue setCustomColor + currentInk + }{ + false + }ifelse + end + _spot2 begin + name null ne{ + spot_C spot_M spot_Y spot_K name tintValue setCustomColor + currentInk + }{ + false + }ifelse + end + grestore + + or + } ifelse + }def + /fill_ /fill load def + /fillOvp{ + currentoverprint{ + _inRipSep{ + currentcolorspace 0 get + dup /DeviceGray eq + 1 index /DeviceCMYK eq or{ + pop + currentcmykcolor add add add 0 eq{ + newpath + }if + }{ + /Separation eq{ + currentcolor 0 eq{ + newpath + }if + }if + }ifelse + }{ + currentgray 1 eq{ + newpath + }if + }ifelse + }if + fill_ + }def + /fill{ + _nCustomColorSD begin + /_spot1 spot1 pt + /_spot2 spot2 pt + renderCMYK + end + + { + fillOvp + }{ + _spot1 begin + gsave + name null ne{ + spot_C spot_M spot_Y spot_K name tintValue setCustomColor + }{ + 1 setgray + }ifelse + fillOvp + grestore + end + _spot2 begin + name null ne{ + gsave + true setoverprint + spot_C spot_M spot_Y spot_K name tintValue setCustomColor + fillOvp + grestore + }if + end + newpath + }ifelse + }def + /expandSpot{ + _spotColor{ + /_len xp + _rampSD begin + spot1 begin + tintImage null ne{ + tintImage _len expandOne /tintImage xd + }if + end + spot2 begin + tintImage null ne{ + tintImage _len expandOne /tintImage xd + }if + end + end + }{ + pop + }ifelse + }def + /rampImage{ + currentoverprint{ + rectImage + }{ + _enabledSmoothShade{ + fillRamp + }{ + _color{ + _rampSD begin + /cyanInk _cyanData 0 ne def + /magentaInk _magentaData 0 ne def + /yellowInk _yellowData 0 ne def + /blackInk _blackData 0 ne def + end + + _nSamples setImageParms + _nSamples expandSpot + _cyanData _magentaData _yellowData _blackData _nSamples 4 expandColor + true 4 _rampSD ncolorimage + }{ + _rampSD begin + /cyanInk false def + /magentaInk false def + /yellowInk false def + /blackInk true def + end + _nSamples setImageParms + _blackData _rampSD bwImage + }ifelse + }ifelse + }ifelse + }def + /nsetcustomcolor where{ + pop + }{ + /nsetcustomcolor + { + /_nCustomColorSD xp + _nCustomColorSD begin + 4 copy + /black xd + /yellow xd + /magenta xd + /cyan xd + 4 copy + 0 ne /blackInk xd + 0 ne /yellowInk xd + 0 ne /magentaInk xd + 0 ne /cyanInk xd + end + setcmykcolor + }def + }ifelse + /nsetcustomcolorend where{ + pop + }{ + /nsetcustomcolorend + { + /_nCustomColorSD null pt + }def + }ifelse +}def +/initializeSinglePassSeps{ + /_decodeNorm [0 1] pt + /_decodeInvert [1 0] pt + /spotConverted + { + begin + name null eq{ + false + }{ + tintValue null eq tintImage null eq and{ + true + }{ + _inDistiller{ + false + }{ + false + currentpagedevice/SeparationColorNames get{name eq or}forall + not + }ifelse + }ifelse + }ifelse + end + }def + /dictImage + { + 20 dict dup begin + /Dict xd + /Decode xd + /DataSource xd + /ImageMatrix xd + /BitsPerComponent xd + /Height xd + /Width xd + /ImageType 1 def + Dict + end + /_image load 1 execImage + }def + /bwImage{ + begin + gsave + currentoverprint{ + blackInk{ + [/Separation /Black /DeviceGray{}] setcolorspace + _decodeInvert dictImage + }{ + 5 npop + }ifelse + }{ + /DeviceGray setcolorspace + _decodeNorm dictImage + }ifelse + grestore + end + }def + /ncolorimage where{ + pop + }{ + /ncolorimage{ + begin + renderCMYK{ + cyanInk + magentaInk and + yellowInk and + blackInk and + not + currentoverprint + and{ + pop pop + gsave + cyanInk{ + 8 copy + [/Separation /Cyan /DeviceGray{}] setcolorspace + 3 npop + _decodeNorm dictImage + }if + magentaInk{ + 8 copy + [/Separation /Magenta /DeviceGray{}] setcolorspace + 4 -1 roll + 3 npop + _decodeNorm dictImage + }if + yellowInk{ + 8 copy + [/Separation /Yellow /DeviceGray{}] setcolorspace + 4 -2 roll + 3 npop + _decodeNorm dictImage + }if + blackInk{ + 4 -3 roll + [/Separation /Black /DeviceGray{}] setcolorspace + 3 npop + _decodeNorm dictImage + }{ + 8 npop + }ifelse + grestore + }{ + /_colorimage load 10 execImage + }ifelse + }{ + 6 npop + gsave + spot1 begin + name null ne tintImage null ne and{ + [/Separation name /DeviceGray{}] setcolorspace + 4 copy + tintImage + name /Black eq{ + _decodeNorm + }{ + _decodeInvert + }ifelse + dictImage + }{ + 1 setgray fill + }ifelse + end + spot2 begin + true setoverprint + name null ne tintImage null ne and{ + [/Separation name /DeviceGray{}] setcolorspace + tintImage + name /Black eq{ + _decodeNorm + }{ + _decodeInvert + }ifelse + dictImage + }{ + 4 npop + 1 setgray fill + }ifelse + end + grestore + }ifelse + end + }def + }ifelse + /getRampColorSpace{ + + /_renderCMYK _rampSD begin renderCMYK end pt + + _renderCMYK not{ + _rampSD begin + [/DeviceN + [ + spot1 begin + name null ne tintImage null ne and{ + name + }if + end + spot2 begin + name null ne tintImage null ne and{ + name + }if + end + ] + _inDistiller { + /DeviceCMYK [ + spot1 begin + name null ne tintImage null ne and{ + spot_C spot_M spot_Y spot_K 1 + }{ + 0 0 0 0 0 + }ifelse + end + spot2 begin + name null ne tintImage null ne and{ + spot_C spot_M spot_Y spot_K 2 + }{ + 0 0 0 0 0 + }ifelse + end + 5 1 roll 6 -2 roll add + dup 1 eq { + pop + 8 /index cvx 1 /exch cvx /sub cvx + 9 1 /roll cvx + }{ + 2 eq { + 8 /index cvx 1 /exch cvx /sub cvx + 10 1 /roll cvx + }if + }ifelse + 4 1 /roll cvx 5 -2 /roll cvx + 8 /index cvx /mul cvx /exch cvx 9 /index cvx /mul cvx /add cvx 7 1 /roll cvx + 3 1 /roll cvx 4 -2 /roll cvx + 7 /index cvx /mul cvx /exch cvx 8 /index cvx /mul cvx /add cvx 6 1 /roll cvx + 2 1 /roll cvx 3 -2 /roll cvx + 6 /index cvx /mul cvx /exch cvx 7 /index cvx /mul cvx /add cvx 5 1 /roll cvx + 5 /index cvx /mul cvx /exch cvx 6 /index cvx /mul cvx /add cvx 4 1 /roll cvx + 6 -2 /roll cvx /pop cvx /pop cvx + ] cvx bind + }{ + /DeviceCMYK {} + }ifelse + ] setcolorspace + end + /_nColorSpace currentcolorspace pt + }if + + _nSamples 1 gt{ + /_ndx 0 pt + [blendColor] cvx exec + }if + _renderCMYK{ + /_C0 [currentcolor] pt + /_C0_Space currentcolorspace pt + }{ + /_C0 [ + _nCustomColorSD begin + spot1 begin + name null ne{ + tintValue + }if + end + spot2 begin + name null ne{ + tintValue + }if + end + end + ] pt + /_C0_Space _nColorSpace pt + }ifelse + + _nSamples 1 gt{ + /_ndx _nSamples 1 sub pt + [blendColor] cvx exec + }if + _renderCMYK{ + /_C1 [currentcolor] pt + /_C1_Space currentcolorspace pt + }{ + /_C1 [ + _nCustomColorSD begin + spot1 begin + name null ne{ + tintValue + }if + end + spot2 begin + name null ne{ + tintValue + }if + end + end + ] pt + /_C1_Space _nColorSpace pt + }ifelse + + /_rampColorSpace _C0_Space pt + _spotColor{ + nsetcustomcolorend + }if + }def +}def +/initializeMultiPassSeps{ + /invertXfer{ + [ + { + 1 exch sub + }/exec load systemdict /currenttransfer get exec /exec load + ] cvx systemdict /settransfer get exec + }def + /ccThrough{ + gsave + 1 setCustomColor + currentcmykcolor + grestore + add add add 0 ne + }def + /spotConverted + { + begin + _isCMYKSep not{ + false + }{ + name null eq{ + false + }{ + tintValue null eq tintImage null eq and{ + true + }{ + spot_C spot_M spot_Y spot_K name ccThrough + }ifelse + }ifelse + }ifelse + end + }def + /spotChannel + { + _isCMYKSep{ + pop false + }{ + /_spotDict xp + _spotDict/name get null eq{ + false + }{ + _spotDict/spot_C get + _spotDict/spot_M get + _spotDict/spot_Y get + _spotDict/spot_K get + _spotDict/name get + ccThrough + }ifelse + }ifelse + }def + /getChannelData + { + _isCMYKSep dup{ + pop renderCMYK + }if + { + _blackPlate{ + 4 1 roll 3 npop blackInk + }{ + _yellowPlate{ + 4 2 roll 3 npop yellowInk + }{ + _magentaPlate{ + 4 3 roll 3 npop magentaInk + }{ + 3 npop cyanInk + }ifelse + }ifelse + }ifelse + { + true /nonZeroData + }{ + true /zeroData + }ifelse + }{ + 4 npop + spot1/name get null ne + spot1 spotChannel and{ + spot1/tintImage get dup null ne{ + false /nonZeroData + }{ + pop false /noData + }ifelse + }{ + spot2/name get null ne + spot2 spotChannel and{ + spot2/tintImage get dup null ne{ + false /nonZeroData + }{ + pop false /noData + }ifelse + }{ + false /noData + }ifelse + }ifelse + }ifelse + }def + /renderChannelData + { + /_tmp xp + _tmp /nonZeroData ne currentoverprint and{ + pop + _tmp /zeroData eq{pop}if + 4 npop + }{ + _tmp /nonZeroData eq{ + { + invertXfer + }if + systemdict/image + get 5 execImage + }{ + pop + _tmp /zeroData eq{pop}if + 4 npop + knockOut + }ifelse + }ifelse + }def + /bwImage{ + begin + gsave + dup dup dup + getChannelData + exch pop false exch + renderChannelData + grestore + end + }def + /ncolorimage{ + begin + pop pop + gsave + spot2/name get null ne spot2 spotChannel and{ + true setoverprint + }if + getChannelData + renderChannelData + grestore + end + }def + /getRampColorSpace{ + + /_renderCMYK _rampSD begin renderCMYK end pt + + _nSamples 1 gt{ + /_ndx 0 pt + [blendColor] cvx exec + }if + + _renderCMYK{ + /_C0 [currentcolor] pt + /_C0_Space currentcolorspace pt + }{ + /_C0 [ + _nCustomColorSD begin + 0 + spot1 begin + name null ne + tintValue null ne and + spot1 spotChannel and{ + pop tintValue + }if + end + spot2 begin + name null ne + tintValue null ne and + spot2 spotChannel and{ + pop tintValue + }if + end + 1 exch sub + end + ] pt + /_C0_Space /DeviceGray pt + }ifelse + + _nSamples 1 gt{ + /_ndx _nSamples 1 sub pt + [blendColor] cvx exec + }if + + _renderCMYK{ + /_C1 [currentcolor] pt + /_C1_Space currentcolorspace pt + }{ + /_C1 [ + _nCustomColorSD begin + 0 + spot1 begin + name null ne + tintValue null ne and + spot1 spotChannel and{ + pop tintValue + }if + end + spot2 begin + name null ne + tintValue null ne and + spot2 spotChannel and{ + pop tintValue + }if + end + 1 exch sub + end + ] pt + /_C1_Space /DeviceGray pt + }ifelse + + /_rampColorSpace _C0_Space pt + _spotColor{ + nsetcustomcolorend + }if + }def +}def +end +end +defaultpacking setpacking +%%EndResource +%%BeginResource: procset AGM_Gradient 1.0 0 +%%Title: (AGM Gradient Procset) +%%Version: 1.0 0 +%%CreationDate: (4/26/96) () +%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) +userdict /defaultpacking currentpacking put true setpacking +userdict /AGM_Gradient 20 dict dup begin put +/AGM_Gradient_private 201 dict def +/initialize +{ + AGM_Gradient begin + AGM_Gradient_private begin + initializeVars + + /bd systemdict/mark get def + /ed + _level2PS + { + (>>) + }{ + (counttomark 2 idiv dup dict begin {def} repeat pop currentdict end) + } ifelse + cvx def + + _level2PS{ + initializeLev2 + }{ + initializeLev1 + }ifelse + + queryDevice + + initializeRectFill + initializeShading + initializeOps + _producingSeps{ + AGM_Gradient_Sep/initialize get exec + }{ + initializeComposite + }ifelse + _illustrator{ + /f{}def + /F{}def + /s{}def + /S{}def + /b{}def + /B{}def + }if + /image where{ + /image get /_image xd + }if + /colorimage where{ + /colorimage get /_colorimage xd + }if + AGM_Gradient_private + { + dup xcheck 1 index type /arraytype eq and + { + bind + }if + pop pop + }forall + AGM_Gradient + { + dup xcheck 1 index type /arraytype eq and + { + bind + }if + pop pop + }forall + end + + currentdict readonly pop + end +}def +/initializeAI +{ + pop pop + AGM_Gradient/AGM_Gradient_private get /_illustrator true put + AGM_Gradient/initialize get exec + AGM_Gradient begin +}def +/unload{ + systemdict/languagelevel known{ + systemdict/languagelevel get 2 ge{ + userdict/AGM_Gradient_Sep 2 copy known{ + undef + }{ + pop pop + }ifelse + userdict/AGM_Gradient 2 copy known{ + undef + }{ + pop pop + }ifelse + }if + }if +}def +/terminate{ + currentdict AGM_Gradient eq{ + end + }if +}def + +AGM_Gradient_private begin +/initializeVars{ + /_d255 256 array def + 0 1 255{ + _d255 exch dup 255 div put + }bind for + /_d255- 256 array def + 0 1 255{ + _d255- exch 1 _d255 2 index get sub put + }bind for + /_sSave nd + /_dUserSpace matrix defaultmatrix def + /_bUMatrix matrix def + /_imageMatrix matrix def + /_saveMatrix matrix def + /_xm matrix def + /_ccAry1 5 array def + /_bbox 4 array pt + /_level2PS + systemdict/languagelevel known dup{ + pop systemdict/languagelevel get 2 ge + }if + def + /_level3PS + _level2PS systemdict/shfill known and + def + currentdict /_illustrator known not{ + /_illustrator false def + }if + +}def +/initializeOps +{ + AGM_Gradient begin + currentdict/Bc known not{ + /Bc{ + + _renderFlag 2 eq _enabledSmoothShade or{ + 6 npop + }{ + pushBSpace + _rampIndex 0 eq{ + pop pop + setCStop + }if + linealFill + popBSpace + }ifelse + + }def + }if + + currentdict/Bg known not{ + /Bg{ + 10 npop + /_gradName xp + /_renderFlag xp + /_enabledSmoothShade false pt + + _renderFlag 2 ne{ + + _illustrator{ + _of setoverprint + }if + + /_enabledSmoothShade + _level3PS{ + _usingSmoothShade + _producingSeps not + currentoverprint not or and + _noImage not and + }{ + false + }ifelse + pt + + _illustrator _eo and _renderFlag 3 eq or{ + eoclip + }{ + clip + }ifelse + + _gradNames _gradName 2 copy known{ + get + mark exch aload pop + /_gradType xp + 1 sub dup /_rampIndex xp + /_maxRampIndex xp + mark exch aload pop + 0 0 + }if + pop pop + getRampData + }{ + mark mark + }ifelse + }def + }if + + currentdict/Bm known not{ + /Bm{ + _renderFlag 2 ne{ + _gradType 0 eq{ + linealRamp + }{ + radialGrad + }ifelse + }{ + 6 npop + }ifelse + }def + }if + + currentdict/Bh known not{ + /Bh{ + 2 npop + /_yHi xp + /_xHi xp + /_radHilite _xHi 0 ne _yHi 0 ne or pt + }def + }if + + currentdict/Bn known not{ + /Bn{ + AGM_Gradient_private begin + dict /_gradNames xp + end + }def + }if + + currentdict/Bd known not{ + /Bd{ + AGM_Gradient begin + AGM_Gradient_private begin + /_nColorsBd xp + /_gradType xp + /_gradName xp + }def + }if + + currentdict/BD known not{ + /BD{ + currentdict/_gradNames known not{ + /_gradNames 20 dict def + }if + ] _nColorsBd _gradType + ] _gradName exch /_gradNames xput + end + end + }def + }if + + currentdict/Bb known not{ + /Bb{ + + AGM_Gradient/AGM_Gradient_private get /_illustrator get not{ + AGM_Gradient begin + }if + AGM_Gradient_private begin + _producingSeps{ + AGM_Gradient_Sep/AGM_Gradient_Sep_private get begin + }if + mySave + }def + }if + + currentdict/BB known not{ + /BB{ + + /_tmp xp + cleartomark cleartomark + + _tmp dup + _renderFlag + + myRestore + + _producingSeps{ + end + }if + + _illustrator dup + end + not { + end + }if + + { + 2 ne exch 0 gt and{ + 2 eq{ + s + }{ + S + }ifelse + }{ + pop newpath + }ifelse + }{ + pop newpath + }ifelse + + + }def + }if + + currentdict/Xm known not{ + /Xm{ + _xm astore pop + }def + }if + + end +}def +/queryDevice{ + /_inDistiller + systemdict /currentdistillerparams known + def + /_inRipSep + _level2PS{ + currentpagedevice/Separations 2 copy known{ + get + }{ + pop pop false + }ifelse + }{ + false + }ifelse + _inDistiller or + def + /_noImage /lv1Fix where{ + pop lv1Fix + }{ + false + }ifelse + def + /_useShells where{ + /_useShells get /_usingShells xp + }{ + /_usingShells false def + }ifelse + + /_useSmoothShade where{ + pop + }{ + /_useSmoothShade false def + }ifelse + /_forceToCMYK where{ + pop + }{ + /_forceToCMYK false def + }ifelse + /_cyanPlate 1 0 0 0 testCMYKColorThrough def + /_magentaPlate 0 1 0 0 testCMYKColorThrough def + /_yellowPlate 0 0 1 0 testCMYKColorThrough def + /_blackPlate 0 0 0 1 testCMYKColorThrough def + /_compositeJob + _cyanPlate _magentaPlate and _yellowPlate and _blackPlate and + def + /_isCMYKSep + _cyanPlate _magentaPlate or _yellowPlate or _blackPlate or + def + /_compositeSpotDevice where{ + pop + }{ + /_compositeSpotDevice _compositeJob not _inRipSep or{ + 1 + }{ + 0 + }ifelse + def + }ifelse + /_producingSeps _compositeSpotDevice 0 ne def + /_deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt def + /_dpiThreshold where{ + pop + }{ + /_dpiThreshold 600 def + }ifelse + /_screenFreqThreshold where{ + pop + }{ + /_screenFreqThreshold 150 def + }ifelse + /_contoneDevice where{ + pop + }{ + /_contoneDevice false def + }ifelse + /_subSampleOK + _deviceDPI _dpiThreshold le + currentScreenFreq _screenFreqThreshold le and + _contoneDevice not and + def +}def +/initializeRectFill{ + /rectfill where dup{ + exch pop not _producingSeps or + }{ + not + }ifelse + { + /rectfill{ + gsave + newpath + 4 2 roll moveto + 1 index 0 rlineto + 0 1 index rlineto + 1 index neg 0 rlineto + pop pop + closepath + fill + grestore + }def + }if +}def +/initializeLev1{ + /currentScreenFreq{ + currentscreen pop pop + }def + /_byte 1 string def + /colorimage where{ + pop + }{ + /colorimage{ + pop pop + /_blackTmp xp + /_yellowTmp xp + /_magentaTmp xp + /_cyanTmp xp + /_cnt 0 pt + [ + _byte dup 0 + _cyanTmp + /_cnt cvx /get cvx _d255 /exch cvx /get cvx .3 /mul cvx + _magentaTmp + /_cnt cvx /get cvx _d255 /exch cvx /get cvx .59 /mul cvx + _yellowTmp + /_cnt cvx /get cvx _d255 /exch cvx /get cvx .11 /mul cvx + _blackTmp + /_cnt cvx /get cvx _d255 /exch cvx /get cvx + /add cvx /add cvx /add cvx 1 /exch cvx /sub cvx + /dup cvx 0 /lt cvx{ + pop 0 + }/if cvx + /dup cvx 1 /gt cvx{ + pop 1 + }/if cvx + 255 /mul cvx /cvi cvx + 256 /mod cvx + /dup cvx 0 /lt cvx{ + pop 0 + }/if cvx + /put cvx + /_cnt dup cvx 1 /add cvx /pt cvx + ] cvx + bind + /_image load 5 execImage + }def + }ifelse +}def +/initializeLev2{ + /level2ScreenFreq{ + begin + 60 + HalftoneType 1 eq{ + pop Frequency + }if + HalftoneType 2 eq{ + pop GrayFrequency + }if + HalftoneType 5 eq{ + pop Default level2ScreenFreq + }if + end + }def + /currentScreenFreq{ + currenthalftone level2ScreenFreq + }def +}def +/initializeShading{ + _useSmoothShade _level3PS and{ + /_usingSmoothShade true pt + initializeLev3_Ops + }{ + /_usingSmoothShade false pt + }ifelse +}def +/initializeLev3_Ops +{ + /initShFill{ + /_index _gradType 0 eq {0}{_maxRampIndex 1 sub} ifelse pt + /_rampFuncsArray _maxRampIndex array pt + /_boundsArray _maxRampIndex 1 sub array pt + /_encodeArray _maxRampIndex 2 mul array pt + /_beginCoord _rampPoint pt + /_colorSpace null pt + /_firstFill _rampIndex _maxRampIndex eq pt + /_lastFill false pt + }def + /linealShFill{ + popBSpace + _xm aload pop pushBSpace + + /_size _index 1 add pt + _size _maxRampIndex lt { + /_rampFuncsArray _rampFuncsArray 0 _size getinterval pt + /_boundsArray _boundsArray 0 _size 1 sub getinterval pt + /_encodeArray _encodeArray 0 _size 2 mul getinterval pt + }if + + bd + /ShadingType 2 + /ColorSpace _colorSpace + _rgbInCMYK{ + /Function [ + _cData sampFunc + _mData sampFunc + _yData sampFunc + _kData sampFunc + ] + }{ + /Function + bd + /FunctionType 3 + /Domain [0 1] + /Functions _rampFuncsArray + /Bounds _boundsArray + /Encode _encodeArray + ed + }ifelse + /Extend [_firstFill _lastFill] + /Domain [0 1] + /Coords [_beginCoord 0 _endCoord 0] + ed + shfill + }def + + /radialShFill{ + /_size _maxRampIndex _index sub pt + _size _maxRampIndex lt { + /_rampFuncsArray _rampFuncsArray _index _size getinterval pt + /_boundsArray _boundsArray _index _size 1 sub getinterval pt + /_encodeArray _encodeArray _index 2 mul _size 2 mul getinterval pt + }if + + /_rampLen _beginCoord _endCoord sub pt + bd + /ShadingType 3 + /ColorSpace _colorSpace + _rgbInCMYK{ + /Function [ + _cData sampFunc + _mData sampFunc + _yData sampFunc + _kData sampFunc + ] + }{ + /Function + bd + /FunctionType 3 + /Domain [0 1] + /Functions _rampFuncsArray + /Bounds _boundsArray + /Encode _encodeArray + ed + }ifelse + /Extend [_lastFill _firstFill] + /Domain [0 1] + /Coords [_xHi _rampLen mul _yHi _rampLen mul _endCoord 0 0 _beginCoord] + ed + shfill + + _radHilite{ + _xHi _rampLen mul _yHi _rampLen mul translate + }if + }def + + % + /sampFunc{ + /_tmp exch pt + bd + _tmp length 1 eq { + _tmp 0 get + /_tmp 2 string pt + dup _tmp 0 3 -1 roll put + _tmp 1 3 -1 roll put + }if + /FunctionType 0 + /Order 1 + /Size [_tmp length] + /Domain [0 1] + /BitsPerSample 8 + /DataSource _tmp + /Range [0 1] + ed + }def + + /fillRamp{ + + + /_invert _midPoint 0.5 lt pt + _rampIndex _maxRampIndex eq { + initShFill + }if + + getRampColorSpace + + _colorSpace null eq{ + /_colorSpace _rampColorSpace pt + }{ + _colorSpace _rampColorSpace ne _rgbInCMYK or{ + /_index _index 1 + _gradType 0 eq{ + sub pt + linealShFill + }{ + add pt + radialShFill + }ifelse + initShFill + /_colorSpace _rampColorSpace pt + } if + }ifelse + /_endCoord _endPoint pt + /_rgbInCMYK false pt + _producingSeps _forceToCMYK or _rgbRamp and { + _spotColor{ + _renderCMYK + }{ + _isCMYKSep + }ifelse + }{ + false + }ifelse + { + _compositeJob{ + /_rgbInCMYK true pt + _cyanData _magentaData _yellowData _blackData _nSamples 4 expandColor + dup length string copy /_kData exch pt + dup length string copy /_yData exch pt + dup length string copy /_mData exch pt + dup length string copy /_cData exch pt + }{ + _rampFuncsArray _index + _cyanPlate{_cyanData}if + _magentaPlate{_magentaData}if + _yellowPlate{_yellowData}if + _blackPlate{_blackData}if + _nSamples expandOne + sampFunc + dup begin /Decode [1 0] def end + put + /_invert false pt + }ifelse + }{ + _rampFuncsArray _index + bd + /FunctionType 2 + /Domain [0 1] + /N 0.5 log _invert{1 _midPoint sub}{_midPoint}ifelse log div + _gradType 0 eq{ + _invert{/C1}{/C0}ifelse _C0 + _invert{/C0}{/C1}ifelse _C1 + }{ + _invert{/C0}{/C1}ifelse _C1 + _invert{/C1}{/C0}ifelse _C0 + }ifelse + ed + put + }ifelse + + _rampIndex 1 ne{ + _boundsArray _index _gradType 1 eq{1 sub}if _endCoord put + } if + + 0 1 _invert {exch}if + _encodeArray _index 2 mul 1 add 3 -1 roll put + _encodeArray _index 2 mul 3 -1 roll put + _rampIndex 1 eq { + /_lastFill true pt + _gradType 0 eq{ + linealShFill + }{ + radialShFill + }ifelse + }if + /_index _index 1 + _gradType 0 eq{ + add pt + }{ + sub pt + }ifelse + }def +}def +/initializeComposite{ + /bwImage{ + pop /_image load 5 execImage + }def + /rampImage{ + _enabledSmoothShade{ + fillRamp + }{ + _color{ + _nSamples setImageParms + + + _rgbRamp _forceToCMYK not and{ + _redData _greenData _blueData _nSamples 3 expandColor + true 3 null ncolorimage + }{ + _cyanData _magentaData _yellowData _blackData _nSamples 4 expandColor + true 4 null ncolorimage + }ifelse + }{ + _nSamples setImageParms _blackData null bwImage + }ifelse + }ifelse + }def + /setCStop{ + /_colorStyle exch pt + _colorStyle 0 eq{ + 1 exch sub + 0 0 0 + 4 -1 roll + }if + + _colorStyle 2 eq{ + _forceToCMYK{ + 3 npop setcmykcolor + }{ + setrgbcolor 4 npop + }ifelse + }if + + _colorStyle 3 eq{ + 1 exch sub /_tmp xp + pop + 4{ + _tmp mul 4 1 roll + }repeat + }if + + _colorStyle 4 eq{ + _forceToCMYK{ + 6 npop setcmykcolor + }{ + 3 -1 roll pop pop + 1 exch sub /_tmp xp + 3{ + 1 exch sub _tmp mul 1 exch sub 3 1 roll + }repeat + setrgbcolor + 4 npop + }ifelse + }if + _colorStyle 2 ne _colorStyle 4 ne and{ + null nsetcustomcolor + }if + }def + /nsetcustomcolor + { + pop setcmykcolor + }def + /nsetcustomcolorend + { + }def + /ncolorimage{ + pop + /_colorimage load 10 execImage + }def + _noImage not _level2PS not and{ + /linealFill{ + 8 setImageParms + _color{ + currentcmykcolor + 4{ + makeByte8 4 1 roll + }repeat + true 4 null ncolorimage + }{ + currentgray makeByte8 null bwImage + }ifelse + }def + }if + /getRampColorSpace{ + _nSamples 1 gt{ + /_ndx 0 pt + [blendColor] cvx exec + }if + /_C0 [currentcolor] pt + /_C0_Space currentcolorspace pt + + _nSamples 1 gt{ + /_ndx _nSamples 1 sub pt + [blendColor] cvx exec + }if + /_C1 [currentcolor] pt + /_C1_Space currentcolorspace pt + + /_rampColorSpace _C0_Space pt + + _spotColor{ + nsetcustomcolorend + }if + }def +}def +/npop{ + {pop}repeat +}def +/xd{ + exch def +}def +/nd{ + null def +}def +/pt{ + AGM_Gradient_private 3 1 roll put +}def +/xp{ + exch pt +}def +/xput{ + dup load dup length exch maxlength eq{ + dup dup load dup + length 2 mul dict copy def + }if + load begin + def + end +}def +/mySave{ + save /_sSave xp +}def +/myRestore{ + _sSave type /savetype eq{ + _sSave restore + }if +}def +/gMark{ + counttomark 2 add -1 roll +}def +/execImage{ + /_tmp xp + { + exec + }stopped{ + $error /errorname get /undefinedresult ne{ + stop + }{ + _tmp npop + }ifelse + }if +}def +/pushBSpace{ + newpath gsave + _bUMatrix astore concat +}def +/popBSpace{ + grestore +}def +/makeByte8{ + /_tmp 0 pt + 255 mul cvi + 8 string 8{ + dup _tmp 3 index put + /_tmp _tmp 1 add pt + }repeat + exch pop +}def +/setImageParms{ + 1 8 2 index 0 0 1 0 0 _imageMatrix astore +}def +/linealFill{ + 0 0 1 1 rectfill +}def +/testCMYKColorThrough{ + gsave + setcmykcolor currentcmykcolor + grestore + add add add 0 ne +}def +/expandOne { + /_tmp xp + dup type /stringtype ne{ + _tmp string + exch + dup 0 ne{ + 255 mul cvi + 0 1 _tmp 1 sub{ + 3 copy + exch put pop + }for + }if + pop + }if +}def +/expandColor{ + /_channels xp + /_len xp + _channels{ + _len expandOne _channels 1 roll + }repeat +}def +/blendColor{ + + _color{ + _rgbRamp _producingSeps not and _forceToCMYK not and{ + _redData dup type /stringtype eq{ + /_ndx cvx /get cvx _d255 /exch cvx /get cvx + }if + _greenData dup type /stringtype eq{ + /_ndx cvx /get cvx _d255 /exch cvx /get cvx + }if + _blueData dup type /stringtype eq{ + /_ndx cvx /get cvx _d255 /exch cvx /get cvx + }if + /setrgbcolor cvx + }{ + _cyanData dup type /stringtype eq{ + /_ndx cvx /get cvx _d255 /exch cvx /get cvx + }if + _magentaData dup type /stringtype eq{ + /_ndx cvx /get cvx _d255 /exch cvx /get cvx + }if + _yellowData dup type /stringtype eq{ + /_ndx cvx /get cvx _d255 /exch cvx /get cvx + }if + _blackData dup type /stringtype eq{ + /_ndx cvx /get cvx _d255 /exch cvx /get cvx + }if + + _spotColor{ + _rampSD begin + /_rampSD cvx /begin cvx + + spot1 begin + tintImage dup type /stringtype eq{ + /_ndx cvx /get cvx _d255- /exch cvx /get cvx + }{ + dup null ne{ + name type /nametype ne{ + 1 exch sub + }if + }if + }ifelse + end + /spot1 cvx /tintValue 3 -1 /roll cvx /put cvx + + spot2 begin + tintImage dup type /stringtype eq{ + /_ndx cvx /get cvx _d255- /exch cvx /get cvx + }{ + dup null ne{ + name type /nametype ne{ + 1 exch sub + }if + }if + }ifelse + end + /spot2 cvx /tintValue 3 -1 /roll cvx /put cvx + /end cvx + end + /_rampSD cvx + /nsetcustomcolor cvx + }{ + /setcmykcolor cvx + }ifelse + }ifelse + }{ + _blackData dup type /stringtype eq{ + /_ndx cvx /get cvx _d255 /exch cvx /get cvx + }if + + _enabledSmoothShade{ + 1 /exch cvx /sub cvx 0 0 0 4 -1 /roll cvx /setcmykcolor cvx + }{ + /setgray cvx + }ifelse + }ifelse +}def +/useRectImage{ + _subSampleOK _enabledSmoothShade not and{ + { + mark + 0 1 dtransform atan cvi 90 mod 0 eq + 1 0 dtransform atan cvi 90 mod 0 eq + } stopped + { + cleartomark + false + } + { + and exch pop + } ifelse + }{ + false + }ifelse +}def +/linealImage{ + _noImage{ + rectImage + }{ + _producingSeps{ + AGM_Gradient_Sep/AGM_Gradient_Sep_private get + /rampImage get exec + }{ + useRectImage{ + rectImage + }{ + rampImage + }ifelse + }ifelse + }ifelse +}def +/linealRamp{ + pushBSpace + _ramp{ + linealImage + }{ + linealFill + }ifelse + popBSpace + /_rampIndex _rampIndex 1 sub pt + _rampIndex 0 gt{ + getRampData + }if +}def +/radialGrad{ + /_usingShells currentoverprint _producingSeps and _usingShells or pt + /_firstShell true pt + _enabledSmoothShade not{ + currentoverprint _producingSeps and{ + + newpath + clippath pathbbox + 1 add 4 1 roll + 1 add 4 1 roll + 1 sub 4 1 roll + 1 sub 4 1 roll + _bbox astore pop + + newpath + _bbox 0 get _bbox 1 get moveto + _bbox 2 get _bbox 1 get lineto + _bbox 2 get _bbox 3 get lineto + _bbox 0 get _bbox 3 get lineto + closepath + 6 copy + gsave _bUMatrix astore concat + 1 0 moveto 0 0 1 0 360 arc closepath + eoclip fill + popBSpace + }{ + fill + }ifelse + }if + pushBSpace + + _radHilite{ + _xHi _yHi _bUMatrix idtransform /_yHi xp /_xHi xp + _rampPoint 1 lt{ + 1 _rampPoint sub dup _xHi mul exch _yHi mul translate + }if + }if + _rampIndex{ + radialRamp + /_rampIndex _rampIndex 1 sub pt + _rampIndex 0 gt{ + getRampData + }if + }repeat + + popBSpace + +}def +/getNSamples{ + 0 exch + { + dup type /stringtype eq{ + length exch pop exit + }if + pop + }forall + dup 0 eq{ + pop 1 + }if +}def +/getRampData{ + /_rampType gMark pt + /_color _rampType 0 gt pt + /_ccRGB _rampType 5 eq _rampType 6 eq or pt + /_rgbRamp _rampType 4 eq _ccRGB or pt + /_ccProcess _rampType 2 eq _rampType 3 eq or pt + _producingSeps{ + _rampSD initSpotDict + /_spotColor _ccProcess _ccRGB or pt + }{ + /_spotColor false pt + }ifelse + /_ramp true pt + 100 div /_rampPoint xp + 100 div /_midPoint xp + + dup /_colorStyle xp + _colorStyle 0 eq{ + 2 + }{ + _colorStyle 1 eq{ + 5 + }{ + _colorStyle 2 eq{ + 8 + }{ + _colorStyle 3 eq{ + _producingSeps{ + _rampSD /spot1 get begin + /name 3 index def + /spot_K 4 index def + /spot_Y 5 index def + /spot_M 6 index def + /spot_C 7 index def + end + }if + 7 + }{ + _producingSeps{ + _rampSD/spot1 get begin + /name 4 index def + /spot_K 8 index def + /spot_Y 9 index def + /spot_M 10 index def + /spot_C 11 index def + end + }if + 11 + } ifelse + }ifelse + }ifelse + }ifelse + /_tmp xp + _tmp index 100 div /_endPoint xp + + _gradType 1 eq{ + _tmp 1 add index 100 div /_midPoint xp + }if + + _producingSeps{ + _tmp 2 add index /_nextColorStyle xp + _nextColorStyle 3 eq{ + /_tmp _tmp 4 add pt + _tmp index dup + _rampSD/spot1 get /name get ne{ + _rampSD /spot2 get begin + /name xd + /spot_K _tmp 2 add index def + /spot_Y _tmp 3 add index def + /spot_M _tmp 4 add index def + /spot_C _tmp 5 add index def + end + }{ + pop + }ifelse + }if + _nextColorStyle 4 eq{ + /_tmp _tmp 5 add pt + _tmp index dup + _rampSD/spot1 get /name get ne{ + _rampSD /spot2 get begin + /name xd + /spot_K _tmp 5 add index def + /spot_Y _tmp 6 add index def + /spot_M _tmp 7 add index def + /spot_C _tmp 8 add index def + end + }{ + pop + }ifelse + }if + }if + _rampType 3 eq _rampType 6 eq or{ + /_tint2Data gMark pt + }if + _ccProcess _ccRGB or{ + /_tint1Data gMark pt + }if + _rgbRamp{ + /_blueData gMark pt + /_greenData gMark pt + /_redData gMark pt + }if + + _producingSeps{ + _ccProcess _ccRGB or{ + _rampType 3 eq _rampType 6 eq or{ + _rampSD /spot2 get begin + /tintImage _gradType 0 eq{ + _tint2Data + }{ + _tint1Data + }ifelse + def + name null eq{ + /name /Black def + }if + end + }if + _rampSD /spot1 get begin + /tintImage _gradType 0 eq _rampType 2 eq or _rampType 5 eq or{ + _tint1Data + }{ + _tint2Data + }ifelse + def + _rampType 2 eq _rampType 5 eq or{ + name null eq{ + /name _rampSD/spot2 get /name get def + /spot_C _rampSD/spot2 get /spot_C get def + /spot_M _rampSD/spot2 get /spot_M get def + /spot_Y _rampSD/spot2 get /spot_Y get def + /spot_K _rampSD/spot2 get /spot_K get def + _rampSD/spot2 get /name null put + }if + }{ + name null eq{ + /name /Black def + }if + }ifelse + end + }if + }if + /_blackData gMark pt + _rampType 0 gt{ + counttomark 4 add -3 roll + /_yellowData xp + /_magentaData xp + /_cyanData xp + }if + _ramp{ + /_nSamples + [ + _rampType 0 eq {_blackData}if + _rampType 1 eq {_cyanData _magentaData _yellowData _blackData}if + _rampType 2 eq {_cyanData _magentaData _yellowData _blackData _tint1Data}if + _rampType 3 eq {_cyanData _magentaData _yellowData _blackData _tint1Data _tint2Data}if + _rampType 4 eq {_cyanData _magentaData _yellowData _blackData _redData _greenData _blueData}if + _rampType 5 eq {_cyanData _magentaData _yellowData _blackData _redData _greenData _blueData _tint1Data}if + _rampType 6 eq {_cyanData _magentaData _yellowData _blackData _redData _greenData _blueData _tint1Data _tint2Data}if + ] getNSamples pt + _enabledSmoothShade not {/_ramp _nSamples 1 gt pt} if + } if + + setCStop +}def +/rectImage{ + gsave + /_sInc 1 pt + /_bInc 1 _nSamples div pt + /_nSubSamples _nSamples pt + /_optimize false pt + + _subSampleOK{ + /_uRampLen 1 0 dtransform _dUserSpace idtransform dup mul exch dup mul add sqrt pt + /_pChange _uRampLen 0 eq{0}{_nSamples _uRampLen div}ifelse pt + + _pChange .5 gt dup /_optimize xp{ + /_nSubSamples _uRampLen 2 div round cvi dup 1 le{pop 2}if pt + /_bInc 1 _nSubSamples div pt + /_sInc _nSamples 1 sub _nSubSamples 1 sub div pt + }if + }if + 0 + _nSubSamples + [ + /dup cvx + _optimize { + /round cvx /cvi cvx + } if + /_ndx /exch cvx /pt cvx + blendColor + 0 0 _bInc 1 /rectfill cvx + _bInc 0 /translate cvx + _sInc /add cvx + ] cvx + bind + repeat + pop + _spotColor{ + nsetcustomcolorend + }if + grestore +}def +/radialInit{ + /_nRadSamples _nSamples dup 0 eq{pop 1}if pt + /_sInc -1 pt + /_rampLen _rampPoint _endPoint sub pt + /_bInc _rampLen _nSamples div neg pt + /_optimize false pt + _subSampleOK{ + /_uRampLen + _rampLen 0 dtransform _dUserSpace idtransform dup mul exch dup mul add sqrt + 0 _rampLen dtransform _dUserSpace idtransform dup mul exch dup mul add sqrt + 2 copy lt{ + exch + }if pop + pt + /_pChange + _uRampLen 0 eq{ + 0 + }{ + _nSamples _uRampLen div + }ifelse + pt + _pChange .5 gt dup /_optimize xp{ + /_nRadSamples _uRampLen 2 div round cvi dup 1 le{pop 2}if pt + /_bInc _rampLen _nRadSamples div neg pt + /_sInc _nSamples 1 sub _nRadSamples 1 sub div neg pt + }if + }if + _radHilite{ + /_xBCInc _xHi _rampLen mul _nRadSamples div pt + /_yBCInc _yHi _rampLen mul _nRadSamples div pt + }if +}def +/radialRamp{ + _enabledSmoothShade{ + fillRamp + }{ + /_saveMatrix _saveMatrix currentmatrix def + + radialInit + + % + % + true + _producingSeps _rgbRamp not and{ + _nSamples 1 gt{ + pop + /_ndx 0 pt + [blendColor] cvx exec + currentInkN + /_ndx _nSamples 1 sub pt + [blendColor] cvx exec + currentInkN + or + }if + }if + { + _rampPoint + + _nSamples 1 sub + + _nRadSamples + [ + /dup cvx + + _optimize{ + /round cvx /cvi cvx + }if + + /_ndx /exch cvx /pt cvx + + _usingShells{ + /_firstShell cvx{ + /_firstShell false pt + }{ + 0 0 3 index 360 0 arcn fill + }/ifelse cvx + }if + + blendColor + + _usingShells{ + 0 0 3 /index cvx 0 360 /arc cvx + }{ + 0 0 3 /index cvx 0 360 /arc cvx /fill cvx + }ifelse + + /exch cvx _bInc /add cvx /exch cvx + + _sInc /add cvx + + _radHilite{ + _xBCInc _yBCInc /translate cvx + }if + ] cvx bind + repeat + + pop pop + }{ + _usingShells{ + 0 0 _rampPoint 360 0 arcn fill + }if + }ifelse + + _saveMatrix setmatrix + + _radHilite{ + _xHi _rampLen mul _yHi _rampLen mul translate + }if + + _usingShells _rampIndex 1 eq and{ + fill + }if + + _spotColor{ + nsetcustomcolorend + }if + }ifelse +}def +end +end +defaultpacking setpacking +%%EndResource +%%BeginProcSet: Adobe_ColorImage_AI6 1.3 0 +userdict /Adobe_ColorImage_AI6 known not +{ + userdict /Adobe_ColorImage_AI6 53 dict put +} if +userdict /Adobe_ColorImage_AI6 get begin +/initialize { + Adobe_ColorImage_AI6 begin + Adobe_ColorImage_AI6 { + dup type /arraytype eq { + dup xcheck { + bind + } if + } if + pop pop + } forall +} def +/terminate { end } def +currentdict /Adobe_ColorImage_AI6_Vars known not { + /Adobe_ColorImage_AI6_Vars 41 dict def +} if +Adobe_ColorImage_AI6_Vars begin + /plateindex -1 def + /_newproc null def + /_proc1 null def + /_proc2 null def + /sourcearray 4 array def + /_ptispace null def + /_ptiname null def + /_pti0 0 def + /_pti1 0 def + /_ptiproc null def + /_ptiscale 0 def + /_pticomps 0 def + /_ptibuf 0 string def + /_gtigray 0 def + /_cticmyk null def + /_rtirgb null def + /XIEnable true def + /XIType 0 def + /XIEncoding 0 def + /XICompression 0 def + /XIChannelCount 0 def + /XIBitsPerPixel 0 def + /XIImageHeight 0 def + /XIImageWidth 0 def + /XIImageMatrix null def + /XIRowBytes 0 def + /XIFile null def + /XIBuffer1 null def + /XIBuffer2 null def + /XIBuffer3 null def + /XIDataProc null def + /XIColorSpace /DeviceGray def + /XIColorValues 0 def + /XIPlateList false def +end +/ci6colorimage /colorimage where {/colorimage get}{null} ifelse def +/ci6image systemdict /image get def +/ci6curtransfer systemdict /currenttransfer get def +/ci6curoverprint /currentoverprint where {/currentoverprint get}{{_of}} ifelse def +/ci6foureq { + 4 index ne { + pop pop pop false + }{ + 4 index ne { + pop pop false + }{ + 4 index ne { + pop false + }{ + 4 index eq + } ifelse + } ifelse + } ifelse +} def +/ci6testplate { + Adobe_ColorImage_AI6_Vars begin + /plateindex -1 def + /setcmykcolor where { + pop + gsave + 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub + 0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub + 0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub + 0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub + grestore + 1 0 0 0 ci6foureq { + /plateindex 0 def + }{ + 0 1 0 0 ci6foureq { + /plateindex 1 def + }{ + 0 0 1 0 ci6foureq { + /plateindex 2 def + }{ + 0 0 0 1 ci6foureq { + /plateindex 3 def + }{ + 0 0 0 0 ci6foureq { + /plateindex 5 def + } if + } ifelse + } ifelse + } ifelse + } ifelse + pop pop pop pop + } if + plateindex + end +} def +/ci6concatprocs { + /packedarray where { + pop dup type /packedarraytype eq 2 index type + /packedarraytype eq or + }{ + false + } ifelse + { + /_proc2 exch cvlit def + /_proc1 exch cvlit def + _proc1 aload pop + _proc2 aload pop + _proc1 length + _proc2 length add + packedarray cvx + }{ + /_proc2 exch cvlit def + /_proc1 exch cvlit def + /_newproc _proc1 length _proc2 length add array def + _newproc 0 _proc1 putinterval + _newproc _proc1 length _proc2 putinterval + _newproc cvx + } ifelse +} def +/ci6istint { + type /arraytype eq +} def +/ci6isspot { + dup type /arraytype eq { + dup length 1 sub get /Separation eq + }{ + pop false + } ifelse +} def +/ci6spotname { + dup ci6isspot {dup length 2 sub get}{pop ()} ifelse +} def +/ci6altspace { + aload pop pop pop ci6colormake +} def +/ci6numcomps { + dup /DeviceGray eq { + pop 1 + }{ + dup /DeviceRGB eq { + pop 3 + }{ + /DeviceCMYK eq { + 4 + }{ + 1 + } ifelse + } ifelse + } ifelse +} def +/ci6marksplate { + dup /DeviceGray eq { + pop plateindex 3 eq + }{ + dup /DeviceRGB eq { + pop plateindex 5 ne + }{ + dup /DeviceCMYK eq { + pop plateindex 5 ne + }{ + dup ci6isspot { + /findcmykcustomcolor where { + pop + dup length 2 sub get + 0.1 0.1 0.1 0.1 5 -1 roll + findcmykcustomcolor 1 setcustomcolor + systemdict /currentgray get exec + 1 ne + }{ + pop plateindex 5 ne + } ifelse + }{ + pop plateindex 5 ne + } ifelse + } ifelse + } ifelse + } ifelse +} def +/ci6colormake { + dup ci6numcomps + exch 1 index 2 add 1 roll + dup 1 eq {pop}{array astore} ifelse + exch +} def +/ci6colorexpand { + dup ci6spotname exch + dup ci6istint { + ci6altspace + exch 4 1 roll + }{ + 1 3 1 roll + } ifelse +} def +/ci6colortint { + dup /DeviceGray eq { + 3 1 roll 1 exch sub mul 1 exch sub exch + }{ + dup /DeviceRGB eq { + 3 1 roll {1 exch sub 1 index mul 1 exch sub exch} forall pop 3 array astore exch + }{ + dup /DeviceCMYK eq { + 3 1 roll {1 index mul exch} forall pop 4 array astore exch + }{ + 3 1 roll mul exch + } ifelse + } ifelse + } ifelse +} def +/ci6colortocmyk { + dup /DeviceGray eq { + pop 1 exch sub 0 0 0 4 -1 roll 4 array astore + }{ + dup /DeviceRGB eq { + pop aload pop _rgbtocmyk 4 array astore + }{ + dup /DeviceCMYK eq { + pop + }{ + ci6altspace ci6colortint ci6colortocmyk + } ifelse + } ifelse + } ifelse +} def +/ci6makeimagedict { + 7 dict begin + /ImageType 1 def + /Decode exch def + /DataSource exch def + /ImageMatrix exch def + /BitsPerComponent exch def + /Height exch def + /Width exch def + currentdict end +} def +/ci6stringinvert { + 0 1 2 index length 1 sub { + dup 2 index exch get 255 exch sub 2 index 3 1 roll put + } for +} def +/ci6stringknockout { + 0 1 2 index length 1 sub { + 255 2 index 3 1 roll put + } for +} def +/ci6stringapply { + 0 1 4 index length 1 sub { + dup + 4 index exch get + 3 index 3 1 roll + 3 index exec + } for + pop exch pop +} def +/ci6walkrgbstring { + 0 3 index + dup length 1 sub 0 3 3 -1 roll { + 3 getinterval {} forall + 5 index exec + 3 index + } for + + 5 {pop} repeat +} def +/ci6walkcmykstring +{ + 0 3 index + dup length 1 sub 0 4 3 -1 roll { + 4 getinterval {} forall + + 6 index exec + + 3 index + + } for + + 5 { pop } repeat + +} def +/ci6putrgbtograystr +{ + .11 mul exch + + .59 mul add exch + + .3 mul add + + cvi 3 copy put + + pop 1 add +} def +/ci6putcmyktograystr +{ + exch .11 mul add + + exch .59 mul add + + exch .3 mul add + + dup 255 gt { pop 255 } if + + 255 exch sub cvi 3 copy put + + pop 1 add +} def +/ci6rgbtograyproc { + Adobe_ColorImage_AI6_Vars begin + sourcearray 0 get exec + XIBuffer3 + dup 3 1 roll + + /ci6putrgbtograystr load exch + ci6walkrgbstring + end +} def +/ci6cmyktograyproc { + Adobe_ColorImage_AI6_Vars begin + sourcearray 0 get exec + XIBuffer3 + dup 3 1 roll + + /ci6putcmyktograystr load exch + ci6walkcmykstring + end +} def +/ci6separatecmykproc { + Adobe_ColorImage_AI6_Vars begin + sourcearray 0 get exec + + XIBuffer3 + + 0 2 index + + plateindex 4 2 index length 1 sub { + get 255 exch sub + + 3 copy put pop 1 add + + 2 index + } for + pop pop exch pop + end +} def + +/ci6compositeimage { + dup 1 eq { + pop pop image + }{ + /ci6colorimage load null ne { + ci6colorimage + }{ + 3 1 roll pop + sourcearray 0 3 -1 roll put + 3 eq {/ci6rgbtograyproc}{/ci6cmyktograyproc} ifelse load + image + } ifelse + } ifelse +} def +/ci6knockoutimage { + gsave + 0 ci6curtransfer exec 1 ci6curtransfer exec + eq { + 0 ci6curtransfer exec 0.5 lt + }{ + 0 ci6curtransfer exec 1 ci6curtransfer exec gt + } ifelse + {{pop 0}}{{pop 1}} ifelse + systemdict /settransfer get exec + ci6compositeimage + grestore +} def +/ci6drawimage { + ci6testplate -1 eq { + pop ci6compositeimage + }{ + dup type /arraytype eq { + dup length plateindex gt {plateindex get}{pop false} ifelse + }{ + { + true + }{ + dup 1 eq {plateindex 3 eq}{plateindex 3 le} ifelse + } ifelse + } ifelse + { + dup 1 eq { + pop pop ci6image + }{ + dup 3 eq { + ci6compositeimage + }{ + pop pop + sourcearray 0 3 -1 roll put + /ci6separatecmykproc load + ci6image + } ifelse + } ifelse + }{ + ci6curoverprint { + 7 {pop} repeat + }{ + ci6knockoutimage + } ifelse + } ifelse + } ifelse +} def +/ci6proctintimage { + /_ptispace exch store /_ptiname exch store /_pti1 exch store /_pti0 exch store /_ptiproc exch store + /_pticomps _ptispace ci6numcomps store + /_ptiscale _pti1 _pti0 sub store + level2? { + _ptiname length 0 gt version cvr 2012 ge and { + [/Separation _ptiname _ptispace {_ptiproc}] setcolorspace + [_pti0 _pti1] ci6makeimagedict ci6image + }{ + [/Indexed _ptispace 255 {255 div _ptiscale mul _pti0 add _ptiproc}] setcolorspace + [0 255] ci6makeimagedict ci6image + } ifelse + }{ + _pticomps 1 eq { + { + dup + { + 255 div _ptiscale mul _pti0 add _ptiproc 255 mul cvi put + } ci6stringapply + } ci6concatprocs ci6image + }{ + { + dup length _pticomps mul dup _ptibuf length ne {/_ptibuf exch string store}{pop} ifelse + _ptibuf { + exch _pticomps mul exch 255 div _ptiscale mul _pti0 add _ptiproc + _pticomps 2 add -2 roll + _pticomps 1 sub -1 0 { + 1 index add 2 index exch + 5 -1 roll + 255 mul cvi put + } for + pop pop + } ci6stringapply + } ci6concatprocs false _pticomps + /ci6colorimage load null eq {7 {pop} repeat}{ci6colorimage} ifelse + } ifelse + } ifelse +} def +/ci6graytintimage { + /_gtigray 5 -1 roll store + {1 _gtigray sub mul 1 exch sub} 4 1 roll + /DeviceGray ci6proctintimage +} def +/ci6cmyktintimage { + /_cticmyk 5 -1 roll store + {_cticmyk {1 index mul exch} forall pop} 4 1 roll + /DeviceCMYK ci6proctintimage +} def +/ci6rgbtintimage { + /_rtirgb 5 -1 roll store + {_rtirgb {1 exch sub 1 index mul 1 exch sub exch} forall pop} 4 1 roll + /DeviceRGB ci6proctintimage +} def +/ci6tintimage { + ci6testplate -1 eq { + ci6colorexpand + 3 -1 roll 5 -1 roll {0}{0 exch} ifelse 4 2 roll + dup /DeviceGray eq { + pop ci6graytintimage + }{ + dup /DeviceRGB eq { + pop ci6rgbtintimage + }{ + pop ci6cmyktintimage + } ifelse + } ifelse + }{ + dup ci6marksplate { + plateindex 5 lt { + ci6colortocmyk plateindex get + dup 0 eq ci6curoverprint and { + 7 {pop} repeat + }{ + 1 exch sub + exch {1 0}{0 1} ifelse () ci6graytintimage + } ifelse + }{ + pop exch {0}{0 exch} ifelse 0 3 1 roll () ci6graytintimage + } ifelse + }{ + ci6curoverprint { + 8 {pop} repeat + }{ + pop pop pop + {pop 1} 0 1 () /DeviceGray ci6proctintimage + } ifelse + } ifelse + } ifelse +} def +/XINullImage { +} def +/XIImageMask { + XIImageWidth XIImageHeight false + [XIImageWidth 0 0 XIImageHeight neg 0 0] + /XIDataProc load + imagemask +} def +/XIImageTint { + XIImageWidth XIImageHeight XIBitsPerPixel + [XIImageWidth 0 0 XIImageHeight neg 0 0] + /XIDataProc load + XIType 3 eq XIColorValues XIColorSpace ci6tintimage +} def +/XIImage { + XIImageWidth XIImageHeight XIBitsPerPixel + [XIImageWidth 0 0 XIImageHeight neg 0 0] + /XIDataProc load + false XIChannelCount XIPlateList ci6drawimage +} def +/XG { + pop pop +} def +/XF { + 13 {pop} repeat +} def +/Xh { + Adobe_ColorImage_AI6_Vars begin + gsave + /XIType exch def + /XIImageHeight exch def + /XIImageWidth exch def + /XIImageMatrix exch def + 0 0 moveto + XIImageMatrix concat + XIImageWidth XIImageHeight scale + + /_lp /null ddef + _fc + /_lp /imagemask ddef + end +} def +/XH { + Adobe_ColorImage_AI6_Vars begin + grestore + end +} def +/XIEnable { + Adobe_ColorImage_AI6_Vars /XIEnable 3 -1 roll put +} def +/XC { + Adobe_ColorImage_AI6_Vars begin + ci6colormake + /XIColorSpace exch def + /XIColorValues exch def + end +} def +/XIPlates { + Adobe_ColorImage_AI6_Vars begin + /XIPlateList exch def + end +} def +/XI +{ + Adobe_ColorImage_AI6_Vars begin + gsave + /XIType exch def + cvi dup + 256 idiv /XICompression exch store + 256 mod /XIEncoding exch store + pop pop + /XIChannelCount exch def + /XIBitsPerPixel exch def + /XIImageHeight exch def + /XIImageWidth exch def + pop pop pop pop + /XIImageMatrix exch def + XIBitsPerPixel 1 eq { + XIImageWidth 8 div ceiling cvi + }{ + XIImageWidth XIChannelCount mul + } ifelse + /XIRowBytes exch def + XIEnable { + /XIBuffer3 XIImageWidth string def + XICompression 0 eq { + /XIBuffer1 XIRowBytes string def + XIEncoding 0 eq { + {currentfile XIBuffer1 readhexstring pop} + }{ + {currentfile XIBuffer1 readstring pop} + } ifelse + }{ + /XIBuffer1 256 string def + /XIBuffer2 XIRowBytes string def + {currentfile XIBuffer1 readline pop (%) anchorsearch {pop} if} + /ASCII85Decode filter /DCTDecode filter + /XIFile exch def + {XIFile XIBuffer2 readstring pop} + } ifelse + /XIDataProc exch def + + XIType 1 ne { + 0 setgray + } if + XIType 1 eq { + XIImageMask + }{ + XIType 2 eq XIType 3 eq or { + XIImageTint + }{ + XIImage + } ifelse + } ifelse + }{ + XINullImage + } ifelse + /XIPlateList false def + grestore + end +} def +end +%%EndProcSet +%%BeginResource: procset Adobe_Illustrator_AI5 1.3 0 +%%Title: (Adobe Illustrator (R) Version 8.0 Full Prolog) +%%Version: 1.3 0 +%%CreationDate: (3/7/1994) () +%%Copyright: ((C) 1987-1998 Adobe Systems Incorporated All Rights Reserved) +currentpacking true setpacking +userdict /Adobe_Illustrator_AI5_vars 112 dict dup begin +put +/_?cmyk false def +/_eo false def +/_lp /none def +/_pf +{ +} def +/_ps +{ +} def +/_psf +{ +} def +/_pss +{ +} def +/_pjsf +{ +} def +/_pjss +{ +} def +/_pola 0 def +/_doClip 0 def +/cf currentflat def +/_lineorientation 0 def +/_charorientation 0 def +/_yokoorientation 0 def +/_tm matrix def +/_renderStart +[ +/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 +] def +/_renderEnd +[ +null null null null /i1 /i1 /i1 /i1 +] def +/_render -1 def +/_shift [0 0] def +/_ax 0 def +/_ay 0 def +/_cx 0 def +/_cy 0 def +/_leading +[ +0 0 +] def +/_ctm matrix def +/_mtx matrix def +/_sp 16#020 def +/_hyphen (-) def +/_fontSize 0 def +/_fontAscent 0 def +/_fontDescent 0 def +/_fontHeight 0 def +/_fontRotateAdjust 0 def +/Ss 256 string def +Ss 0 (fonts/) putinterval +/_cnt 0 def +/_scale [1 1] def +/_nativeEncoding 0 def +/_useNativeEncoding 0 def +/_tempEncode 0 def +/_pntr 0 def +/_tDict 2 dict def +/_hfname 100 string def +/_hffound false def +/Tx +{ +} def +/Tj +{ +} def +/CRender +{ +} def +/_AI3_savepage +{ +} def +/_gf null def +/_cf 4 array def +/_rgbf 3 array def +/_if null def +/_of false def +/_fc +{ +} def +/_gs null def +/_cs 4 array def +/_rgbs 3 array def +/_is null def +/_os false def +/_sc +{ +} def +/_pd 1 dict def +/_ed 15 dict def +/_pm matrix def +/_fm null def +/_fd null def +/_fdd null def +/_sm null def +/_sd null def +/_sdd null def +/_i null def +/_lobyte 0 def +/_hibyte 0 def +/_cproc null def +/_cscript 0 def +/_hvax 0 def +/_hvay 0 def +/_hvwb 0 def +/_hvcx 0 def +/_hvcy 0 def +/_bitfont null def +/_bitlobyte 0 def +/_bithibyte 0 def +/_bitkey null def +/_bitdata null def +/_bitindex 0 def +/discardSave null def +/buffer 256 string def +/beginString null def +/endString null def +/endStringLength null def +/layerCnt 1 def +/layerCount 1 def +/perCent (%) 0 get def +/perCentSeen? false def +/newBuff null def +/newBuffButFirst null def +/newBuffLast null def +/clipForward? false def +end +userdict /Adobe_Illustrator_AI5 known not { + userdict /Adobe_Illustrator_AI5 100 dict put +} if +userdict /Adobe_Illustrator_AI5 get begin +/initialize +{ + Adobe_Illustrator_AI5 dup begin + Adobe_Illustrator_AI5_vars begin + /_aicmykps where {pop /_?cmyk _aicmykps def}if + discardDict + { + bind pop pop + } forall + dup /nc get begin + { + dup xcheck 1 index type /operatortype ne and + { + bind + } if + pop pop + } forall + end + newpath +} def +/terminate +{ + end + end +} def +/_ +null def +/ddef +{ + Adobe_Illustrator_AI5_vars 3 1 roll put +} def +/xput +{ + dup load dup length exch maxlength eq + { + dup dup load dup + length 2 mul dict copy def + } if + load begin + def + end +} def +/npop +{ + { + pop + } repeat +} def +/hswj +{ + dup stringwidth 3 2 roll + { + _hvwb eq { exch _hvcx add exch _hvcy add } if + exch _hvax add exch _hvay add + } cforall +} def +/vswj +{ + 0 0 3 -1 roll + { + dup 255 le + _charorientation 1 eq + and + { + dup cstring stringwidth 5 2 roll + _hvwb eq { exch _hvcy sub exch _hvcx sub } if + exch _hvay sub exch _hvax sub + 4 -1 roll sub exch + 3 -1 roll sub exch + } + { + _hvwb eq { exch _hvcy sub exch _hvcx sub } if + exch _hvay sub exch _hvax sub + _fontHeight sub + } ifelse + } cforall +} def +/swj +{ + 6 1 roll + /_hvay exch ddef + /_hvax exch ddef + /_hvwb exch ddef + /_hvcy exch ddef + /_hvcx exch ddef + _lineorientation 0 eq { hswj } { vswj } ifelse +} def +/sw +{ + 0 0 0 6 3 roll swj +} def +/vjss +{ + 4 1 roll + { + dup cstring + dup length 1 eq + _charorientation 1 eq + and + { + -90 rotate + currentpoint + _fontRotateAdjust add + moveto + gsave + false charpath currentpoint + 5 index setmatrix stroke + grestore + _fontRotateAdjust sub + moveto + _sp eq + { + 5 index 5 index rmoveto + } if + 2 copy rmoveto + 90 rotate + } + { + currentpoint + _fontHeight sub + 5 index sub + 3 index _sp eq + { + 9 index sub + } if + + currentpoint + exch 4 index stringwidth pop 2 div sub + exch _fontAscent sub + moveto + + gsave + 2 index false charpath + 6 index setmatrix stroke + grestore + + moveto pop pop + } ifelse + } cforall + 6 npop +} def +/hjss +{ + 4 1 roll + { + dup cstring + gsave + false charpath currentpoint + 5 index setmatrix stroke + grestore + moveto + _sp eq + { + 5 index 5 index rmoveto + } if + 2 copy rmoveto + } cforall + 6 npop +} def +/jss +{ + _lineorientation 0 eq { hjss } { vjss } ifelse +} def +/ss +{ + 0 0 0 7 3 roll jss +} def +/vjsp +{ + 4 1 roll + { + dup cstring + dup length 1 eq + _charorientation 1 eq + and + { + -90 rotate + currentpoint + _fontRotateAdjust add + moveto + false charpath + currentpoint + _fontRotateAdjust sub + moveto + _sp eq + { + 5 index 5 index rmoveto + } if + 2 copy rmoveto + 90 rotate + } + { + currentpoint + _fontHeight sub + 5 index sub + 3 index _sp eq + { + 9 index sub + } if + + currentpoint + exch 4 index stringwidth pop 2 div sub + exch _fontAscent sub + moveto + + 2 index false charpath + + moveto pop pop + } ifelse + } cforall + 6 npop +} def +/hjsp +{ + 4 1 roll + { + dup cstring + false charpath + _sp eq + { + 5 index 5 index rmoveto + } if + 2 copy rmoveto + } cforall + 6 npop +} def +/jsp +{ + matrix currentmatrix + _lineorientation 0 eq {hjsp} {vjsp} ifelse +} def +/sp +{ + matrix currentmatrix + 0 0 0 7 3 roll + _lineorientation 0 eq {hjsp} {vjsp} ifelse +} def +/pl +{ + transform + 0.25 sub round 0.25 add exch + 0.25 sub round 0.25 add exch + itransform +} def +/setstrokeadjust where +{ + pop true setstrokeadjust + /c + { + curveto + } def + /C + /c load def + /v + { + currentpoint 6 2 roll curveto + } def + /V + /v load def + /y + { + 2 copy curveto + } def + /Y + /y load def + /l + { + lineto + } def + /L + /l load def + /m + { + moveto + } def +} +{ + /c + { + pl curveto + } def + /C + /c load def + /v + { + currentpoint 6 2 roll pl curveto + } def + /V + /v load def + /y + { + pl 2 copy curveto + } def + /Y + /y load def + /l + { + pl lineto + } def + /L + /l load def + /m + { + pl moveto + } def +} ifelse +/d +{ + setdash +} def +/cf +{ +} def +/i +{ + dup 0 eq + { + pop cf + } if + setflat +} def +/j +{ + setlinejoin +} def +/J +{ + setlinecap +} def +/M +{ + setmiterlimit +} def +/w +{ + setlinewidth +} def +/XR +{ + 0 ne + /_eo exch ddef +} def +/H +{ +} def +/h +{ + closepath +} def +/N +{ + _pola 0 eq + { + _doClip 1 eq + { + _eo {eoclip} {clip} ifelse /_doClip 0 ddef + } if + newpath + } + { + /CRender + { + N + } ddef + } ifelse +} def +/n +{ + N +} def +/F +{ + _pola 0 eq + { + _doClip 1 eq + { + gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc + /_doClip 0 ddef + } + { + _pf + } ifelse + } + { + /CRender + { + F + } ddef + } ifelse +} def +/f +{ + closepath + F +} def +/S +{ + _pola 0 eq + { + _doClip 1 eq + { + gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc + /_doClip 0 ddef + } + { + _ps + } ifelse + } + { + /CRender + { + S + } ddef + } ifelse +} def +/s +{ + closepath + S +} def +/B +{ + _pola 0 eq + { + _doClip 1 eq + gsave F grestore + { + gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc + /_doClip 0 ddef + } + { + S + } ifelse + } + { + /CRender + { + B + } ddef + } ifelse +} def +/b +{ + closepath + B +} def +/W +{ + /_doClip 1 ddef +} def +/* +{ + count 0 ne + { + dup type /stringtype eq + { + pop + } if + } if + newpath +} def +/u +{ +} def +/U +{ +} def +/q +{ + _pola 0 eq + { + gsave + } if +} def +/Q +{ + _pola 0 eq + { + grestore + } if +} def +/*u +{ + _pola 1 add /_pola exch ddef +} def +/*U +{ + _pola 1 sub /_pola exch ddef + _pola 0 eq + { + CRender + } if +} def +/D +{ + pop +} def +/*w +{ +} def +/*W +{ +} def +/` +{ + /_i save ddef + clipForward? + { + nulldevice + } if + 6 1 roll 4 npop + concat pop + userdict begin + /showpage + { + } def + 0 setgray + 0 setlinecap + 1 setlinewidth + 0 setlinejoin + 10 setmiterlimit + [] 0 setdash + /setstrokeadjust where {pop false setstrokeadjust} if + newpath + 0 setgray + false setoverprint +} def +/~ +{ + end + _i restore +} def +/_rgbtocmyk +{ + 3 + { + 1 exch sub 3 1 roll + } repeat + 3 copy 1 4 1 roll + 3 + { + 3 index 2 copy gt + { + exch + } if + pop 4 1 roll + } repeat + pop pop pop + 4 1 roll + 3 + { + 3 index sub + 3 1 roll + } repeat + 4 -1 roll +} def +/setrgbfill +{ + _rgbf astore pop + /_fc + { + _lp /fill ne + { + _of setoverprint + _rgbf aload pop setrgbcolor + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/setrgbstroke +{ + _rgbs astore pop + /_sc + { + _lp /stroke ne + { + _os setoverprint + _rgbs aload pop setrgbcolor + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/O +{ + 0 ne + /_of exch ddef + /_lp /none ddef +} def +/R +{ + 0 ne + /_os exch ddef + /_lp /none ddef +} def +/g +{ + /_gf exch ddef + /_fc + { + _lp /fill ne + { + _of setoverprint + _gf setgray + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/G +{ + /_gs exch ddef + /_sc + { + _lp /stroke ne + { + _os setoverprint + _gs setgray + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/k +{ + _cf astore pop + /_fc + { + _lp /fill ne + { + _of setoverprint + _cf aload pop setcmykcolor + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/K +{ + _cs astore pop + /_sc + { + _lp /stroke ne + { + _os setoverprint + _cs aload pop setcmykcolor + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/Xa +{ + _?cmyk { + 3 npop k + }{ + setrgbfill 4 npop + } ifelse +} def +/XA +{ + _?cmyk { + 3 npop K + }{ + setrgbstroke 4 npop + } ifelse +} def +/Xs +{ + /_gf exch ddef + 5 npop + /_fc + { + _lp /fill ne + { + _of setoverprint + _gf setAIseparationgray + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/XS +{ + /_gs exch ddef + 5 npop + /_sc + { + _lp /stroke ne + { + _os setoverprint + _gs setAIseparationgray + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/Xx +{ + exch + /_gf exch ddef + 0 eq { + findcmykcustomcolor + }{ + _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse + { + 4 1 roll 3 npop + findcmykcustomcolor + }{ + 8 -4 roll 4 npop + findrgbcustomcolor + } ifelse + } ifelse + /_if exch ddef + /_fc + { + _lp /fill ne + { + _of setoverprint + _if _gf 1 exch sub setcustomcolor + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/XX +{ + exch + /_gs exch ddef + 0 eq { + findcmykcustomcolor + }{ + _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse + { + 4 1 roll 3 npop + findcmykcustomcolor + }{ + 8 -4 roll 4 npop + findrgbcustomcolor + } ifelse + } ifelse + /_is exch ddef + /_sc + { + _lp /stroke ne + { + _os setoverprint + _is _gs 1 exch sub setcustomcolor + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/x +{ + /_gf exch ddef + findcmykcustomcolor + /_if exch ddef + /_fc + { + _lp /fill ne + { + _of setoverprint + _if _gf 1 exch sub setcustomcolor + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/X +{ + /_gs exch ddef + findcmykcustomcolor + /_is exch ddef + /_sc + { + _lp /stroke ne + { + _os setoverprint + _is _gs 1 exch sub setcustomcolor + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/XK +{ + 3 -1 roll pop + 0 eq + { + 1 exch sub + 3 {dup 3 1 roll mul 5 1 roll} repeat + mul 4 1 roll + K + } + { + 1 exch sub 4 1 roll + 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat + 4 -1 roll pop + XA + } ifelse +} def +/Xk +{ + 3 -1 roll pop + 0 eq + { + 1 exch sub + 3 {dup 3 1 roll mul 5 1 roll} repeat + mul 4 1 roll + k + } + { + 1 exch sub 4 1 roll + 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat + 4 -1 roll pop + Xa + } ifelse +} def +/A +{ + pop +} def +/annotatepage +{ +userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse +} def +/XT { + pop pop +} def +/Xt { + pop +} def +/discard +{ + save /discardSave exch store + discardDict begin + /endString exch store + gt38? + { + 2 add + } if + load + stopped + pop + end + discardSave restore +} bind def +userdict /discardDict 7 dict dup begin +put +/pre38Initialize +{ + /endStringLength endString length store + /newBuff buffer 0 endStringLength getinterval store + /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store + /newBuffLast newBuff endStringLength 1 sub 1 getinterval store +} def +/shiftBuffer +{ + newBuff 0 newBuffButFirst putinterval + newBuffLast 0 + currentfile read not + { + stop + } if + put +} def +0 +{ + pre38Initialize + mark + currentfile newBuff readstring exch pop + { + { + newBuff endString eq + { + cleartomark stop + } if + shiftBuffer + } loop + } + { + stop + } ifelse +} def +1 +{ + pre38Initialize + /beginString exch store + mark + currentfile newBuff readstring exch pop + { + { + newBuff beginString eq + { + /layerCount dup load 1 add store + } + { + newBuff endString eq + { + /layerCount dup load 1 sub store + layerCount 0 eq + { + cleartomark stop + } if + } if + } ifelse + shiftBuffer + } loop + } if +} def +2 +{ + mark + { + currentfile buffer {readline} stopped { + % assume error was due to overfilling the buffer + }{ + not + { + stop + } if + endString eq { + cleartomark stop + } if + }ifelse + } loop +} def +3 +{ + /beginString exch store + /layerCnt 1 store + mark + { + currentfile buffer {readline} stopped { + % assume error was due to overfilling the buffer + }{ + not + { + stop + } if + dup beginString eq + { + pop /layerCnt dup load 1 add store + } + { + endString eq + { + layerCnt 1 eq + { + cleartomark stop + } + { + /layerCnt dup load 1 sub store + } ifelse + } if + } ifelse + }ifelse + } loop +} def +end +userdict /clipRenderOff 15 dict dup begin +put +{ + /n /N /s /S /f /F /b /B +} +{ + { + _doClip 1 eq + { + /_doClip 0 ddef _eo {eoclip} {clip} ifelse + } if + newpath + } def +} forall +/Tr /pop load def +/Bb {} def +/BB /pop load def +/Bg {12 npop} def +/Bm {6 npop} def +/Bc /Bm load def +/Bh {4 npop} def +end +/Lb +{ + 6 npop + 7 2 roll + 5 npop + 0 eq + { + 0 eq + { + (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard + } + { + + /clipForward? true def + + /Tx /pop load def + /Tj /pop load def + + currentdict end clipRenderOff begin begin + } ifelse + } + { + 0 eq + { + save /discardSave exch store + } if + } ifelse +} bind def +/LB +{ + discardSave dup null ne + { + restore + } + { + pop + clipForward? + { + currentdict + end + end + begin + + /clipForward? false ddef + } if + } ifelse +} bind def +/Pb +{ + pop pop + 0 (%AI5_EndPalette) discard +} bind def +/Np +{ + 0 (%AI5_End_NonPrinting--) discard +} bind def +/Ln /pop load def +/Ap +/pop load def +/Ar +{ + 72 exch div + 0 dtransform dup mul exch dup mul add sqrt + dup 1 lt + { + pop 1 + } if + setflat +} def +/Mb +{ + q +} def +/Md +{ +} def +/MB +{ + Q +} def +/nc 4 dict def +nc begin +/setgray +{ + pop +} bind def +/setcmykcolor +{ + 4 npop +} bind def +/setrgbcolor +{ + 3 npop +} bind def +/setcustomcolor +{ + 2 npop +} bind def +currentdict readonly pop +end +/XP +{ + 4 npop +} bind def +/XD +{ + pop +} bind def +end +setpacking +%%EndResource +%%BeginResource: procset Adobe_pattern_AI5 1.1 0 +%%Title: (Adobe Illustrator (R) Version 5.0 Pattern Operators) +%%Version: 1.1 0 +%%CreationDate: (03/26/93) () +%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) +currentpacking true setpacking +userdict /Adobe_Illustrator_AI5 known not { + userdict /Adobe_Illustrator_AI5 95 dict put +} if +userdict /Adobe_Illustrator_AI5 get begin +/@ +{ +} def +/& +{ +} def +/dp +{ + dup null eq + { + pop + _dp 0 ne + { + 0 1 _dp 1 sub _dl mod + { + _da exch get 3 get + } for + _dp 1 sub _dl mod 1 add packedarray + _da 0 get aload pop 8 -1 roll 5 -1 roll pop 4 1 roll + definepattern pop + } if + } + { + _dp 0 ne _dp _dl mod 0 eq and + { + null dp + } if + 7 packedarray _da exch _dp _dl mod exch put + _dp _dl mod _da 0 get 4 get 2 packedarray + /_dp _dp 1 add def + } ifelse +} def +/E +{ + _ed begin + dup 0 get type /arraytype ne + { + 0 + { + dup 1 add index type /arraytype eq + { + 1 add + } + { + exit + } ifelse + } loop + array astore + } if + /_dd exch def + /_ury exch def + /_urx exch def + /_lly exch def + /_llx exch def + /_n exch def + /_y 0 def + /_dl 4 def + /_dp 0 def + /_da _dl array def + 0 1 _dd length 1 sub + { + /_d exch _dd exch get def + 0 2 _d length 2 sub + { + /_x exch def + /_c false def + /_r _d _x 1 add get cvlit def + _r _ ne + { + _urx _llx sub _ury _lly sub + [ + 1 0 0 1 0 0 + ] + [ + /save cvx + _llx neg _lly neg /translate cvx + _c + { + nc /begin cvx + } if + _r dup type /stringtype eq + { + cvx + } + { + { + exec + } /forall cvx + } ifelse + _c + { + /end cvx + } if + /restore cvx + ] cvx + /_fn 12 _n length add string def + _y _fn cvs pop + /_y _y 1 add def + _fn 12 _n putinterval + _fn _c false dp + _d exch _x 1 add exch put + } if + } for + } for + null dp + _n _dd /_pd + end + xput +} def +/fc +{ + _fm dup concatmatrix pop +} def +/p +{ + /_fm exch ddef + 9 -2 roll _pm translate fc + 7 -2 roll _pm scale fc + 5 -1 roll _pm rotate fc + 4 -2 roll exch 0 ne + { + dup _pm rotate fc + 1 -1 _pm scale fc + neg _pm rotate fc + } + { + pop + } ifelse + dup _pm rotate fc + exch dup sin exch cos div 1 0 0 1 0 6 2 roll + _pm astore fc + neg _pm rotate fc + _pd exch get /_fdd exch ddef + /_pf + { + save + /_doClip 0 ddef + 0 1 _fdd length 1 sub + { + /_fd exch _fdd exch get ddef + _fd + 0 2 _fd length 2 sub + { + gsave + 2 copy get dup _ ne + { + cvx exec _fc + } + { + pop + } ifelse + 2 copy 1 add get dup _ ne + { + aload pop findfont _fm + patternfill + } + { + pop + fill + } ifelse + grestore + pop + } for + pop + } for + restore + newpath + } ddef + /_psf + { + save + /_doClip 0 ddef + 0 1 _fdd length 1 sub + { + /_fd exch _fdd exch get ddef + _fd + 0 2 _fd length 2 sub + { + gsave + 2 copy get dup _ ne + { + cvx exec _fc + } + { + pop + } ifelse + 2 copy 1 add get dup _ ne + { + aload pop findfont _fm + 9 copy 6 npop patternashow + } + { + pop + 6 copy 3 npop hvashow + } ifelse + grestore + pop + } for + pop + } for + restore + sw rmoveto + } ddef + /_pjsf + { + save + /_doClip 0 ddef + 0 1 _fdd length 1 sub + { + /_fd exch _fdd exch get ddef + _fd + 0 2 _fd length 2 sub + { + gsave + 2 copy get dup _ ne + { + cvx exec _fc + } + { + pop + } ifelse + 2 copy 1 add get dup _ ne + { + aload pop findfont _fm + 12 copy 6 npop patternawidthshow + } + { + pop 9 copy 3 npop hvawidthshow + } ifelse + grestore + pop + } for + pop + } for + restore + swj rmoveto + } ddef + /_lp /none ddef +} def +/sc +{ + _sm dup concatmatrix pop +} def +/P +{ + /_sm exch ddef + 9 -2 roll _pm translate sc + 7 -2 roll _pm scale sc + 5 -1 roll _pm rotate sc + 4 -2 roll exch 0 ne + { + dup _pm rotate sc + 1 -1 _pm scale sc + neg _pm rotate sc + } + { + pop + } ifelse + dup _pm rotate sc + exch dup sin exch cos div 1 0 0 1 0 6 2 roll + _pm astore sc + neg _pm rotate sc + _pd exch get /_sdd exch ddef + /_ps + { + save + /_doClip 0 ddef + 0 1 _sdd length 1 sub + { + /_sd exch _sdd exch get ddef + _sd + 0 2 _sd length 2 sub + { + gsave + 2 copy get dup _ ne + { + cvx exec _sc + } + { + pop + } ifelse + 2 copy 1 add get dup _ ne + { + aload pop findfont _sm + patternstroke + } + { + pop stroke + } ifelse + grestore + pop + } for + pop + } for + restore + newpath + } ddef + /_pss + { + save + /_doClip 0 ddef + 0 1 _sdd length 1 sub + { + /_sd exch _sdd exch get ddef + _sd + 0 2 _sd length 2 sub + { + gsave + 2 copy get dup _ ne + { + cvx exec _sc + } + { + pop + } ifelse + 2 copy 1 add get dup _ ne + { + aload pop findfont _sm + 10 copy 6 npop patternashowstroke + } + { + pop 7 copy 3 npop ss + } ifelse + grestore + pop + } for + pop + } for + restore + pop sw rmoveto + } ddef + /_pjss + { + save + /_doClip 0 ddef + 0 1 _sdd length 1 sub + { + /_sd exch _sdd exch get ddef + _sd + 0 2 _sd length 2 sub + { + gsave + 2 copy get dup _ ne + { + cvx exec _sc + } + { + pop + } ifelse + 2 copy 1 add get dup _ ne + { + aload pop findfont _sm + 13 copy 6 npop patternawidthshowstroke + } + { + pop 10 copy 3 npop jss + } ifelse + grestore + pop + } for + pop + } for + restore + pop swj rmoveto + } ddef + /_lp /none ddef +} def +end +userdict /Adobe_pattern_AI5 18 dict dup begin +put +/initialize +{ + /definepattern where + { + pop + pop pop + } + { + begin + begin + Adobe_pattern_AI5 begin + Adobe_pattern_AI5 + { + dup xcheck + { + bind + } if + pop pop + } forall + mark + cachestatus 7 1 roll pop pop pop pop exch pop exch + { + { + 10000 add + dup 2 index gt + { + exit + } if + dup setcachelimit + } loop + } stopped + cleartomark + end + + end + end + + Adobe_pattern_AI5 begin + } ifelse +} def +/terminate +{ + currentdict Adobe_pattern_AI5 eq + { + end + } if +} def +errordict +/nocurrentpoint +{ + pop + stop +} put +errordict +/invalidaccess +{ + pop + stop +} put +/patternencoding +256 array def +0 1 255 +{ + patternencoding exch ( ) 2 copy exch 0 exch put cvn put +} for +/definepattern +{ + 17 dict begin + /uniform exch def + /cache exch def + /key exch def + /procarray exch def + /mtx exch matrix invertmatrix def + /height exch def + /width exch def + /ctm matrix currentmatrix def + /ptm matrix def + /str 32 string def + /slice 9 dict def + slice /s 1 put + slice /q 256 procarray length div sqrt floor cvi put + slice /b 0 put + /FontBBox + [ + 0 0 0 0 + ] def + /FontMatrix mtx matrix copy def + /Encoding patternencoding def + /FontType 3 def + /BuildChar + { + exch + begin + /setstrokeadjust where {pop true setstrokeadjust} if + slice begin + dup q dup mul mod s idiv /i exch def + dup q dup mul mod s mod /j exch def + q dup mul idiv procarray exch get + /xl j width s div mul def + /xg j 1 add width s div mul def + /yl i height s div mul def + /yg i 1 add height s div mul def + uniform + { + 1 1 + } + { + width 0 dtransform + dup mul exch dup mul add sqrt dup 1 add exch div + 0 height dtransform + dup mul exch dup mul add sqrt dup 1 add exch div + } ifelse + width 0 cache + { + xl 4 index mul yl 4 index mul xg 6 index mul yg 6 index mul + setcachedevice + } + { + setcharwidth + } ifelse + gsave + scale + newpath + xl yl moveto + xg yl lineto + xg yg lineto + xl yg lineto + closepath + clip + newpath + end + end + exec + grestore + } def + key currentdict definefont + end +} def +/patterncachesize +{ + gsave + newpath + 0 0 moveto + width 0 lineto + width height lineto + 0 height lineto + closepath + patternmatrix setmatrix + pathbbox + exch ceiling 4 -1 roll floor sub 3 1 roll + ceiling exch floor sub + mul 1 add + grestore +} def +/patterncachelimit +{ + cachestatus 7 1 roll 6 npop 8 mul +} def +/patternpath +{ + exch dup begin + setfont + ctm setmatrix + concat + slice exch /b exch slice /q get dup mul mul put + FontMatrix concat + uniform + { + width 0 dtransform round width div exch round width div exch + 0 height dtransform round height div exch height div exch + 0 0 transform round exch round exch + ptm astore setmatrix + } + { + ptm currentmatrix pop + } ifelse + { + currentpoint + } stopped not + { + 2 npop + pathbbox + true + 4 index 3 index eq + 4 index 3 index eq + and + { + pop false + { + { + 2 npop + } + { + 3 npop true + } + { + 7 npop true + } + { + pop true + } pathforall + } stopped + { + 5 npop true + } if + } if + { + height div ceiling height mul 4 1 roll + width div ceiling width mul 4 1 roll + height div floor height mul 4 1 roll + width div floor width mul 4 1 roll + 2 index sub height div ceiling cvi exch + 3 index sub width div ceiling cvi exch + 4 2 roll moveto + FontMatrix mtx invertmatrix + dup dup 4 get exch 5 get rmoveto + ptm ptm concatmatrix pop + slice /s + patterncachesize patterncachelimit div ceiling sqrt ceiling cvi + dup slice /q get gt + { + pop slice /q get + } if + put + 0 1 slice /s get dup mul 1 sub + { + slice /b get add + gsave + 0 1 str length 1 sub + { + str exch 2 index put + } for + pop + dup + { + gsave + ptm setmatrix + 1 index str length idiv + { + str show + } repeat + 1 index str length mod str exch 0 exch getinterval show + grestore + 0 height rmoveto + } repeat + grestore + } for + 2 npop + } + { + 4 npop + } ifelse + } if + end +} def +/patternclip +{ + _eo {eoclip} {clip} ifelse +} def +/patternstrokepath +{ + strokepath +} def +/patternmatrix +matrix def +/patternfill +{ + dup type /dicttype eq + { + Adobe_pattern_AI5 /patternmatrix get + } if + gsave + patternclip + Adobe_pattern_AI5 /patternpath get exec + grestore + newpath +} def +/patternstroke +{ + dup type /dicttype eq + { + Adobe_pattern_AI5 /patternmatrix get + } if + gsave + patternstrokepath + true + { + { + { + newpath + moveto + } + { + lineto + } + { + curveto + } + { + closepath + 3 copy + Adobe_pattern_AI5 /patternfill get exec + } pathforall + 3 npop + } stopped + { + 5 npop + patternclip + Adobe_pattern_AI5 /patternfill get exec + } if + } + { + patternclip + Adobe_pattern_AI5 /patternfill get exec + } ifelse + grestore + newpath +} def +/vpatternawidthshow +{ + 6 1 roll + /_hvay exch ddef + /_hvax exch ddef + /_hvwb exch ddef + /_hvcy exch ddef + /_hvcx exch ddef + + { + dup cstring + dup length 1 eq + _charorientation 1 eq + and + { + -90 rotate + currentpoint + _fontRotateAdjust add + moveto + gsave + false charpath currentpoint + 5 index 5 index 5 index Adobe_pattern_AI5 /patternfill get exec + grestore + _fontRotateAdjust sub + moveto + _hvwb eq { _hvcx _hvcy rmoveto } if + _hvax _hvay rmoveto + 90 rotate + } + { + currentpoint + _fontHeight sub + _hvax sub + 3 index _hvwb eq { _hvcx sub } if + currentpoint + exch 4 index stringwidth pop 2 div sub + exch _fontAscent sub + moveto + gsave + 2 index false charpath + 6 index 6 index 6 index Adobe_pattern_AI5 /patternfill get exec + grestore + newpath moveto pop pop + } ifelse + } cforall + 3 npop +} def +/hpatternawidthshow +{ + { + dup cstring exch + gsave + 3 index eq { 5 index 5 index rmoveto } if + false charpath currentpoint + 9 index 9 index 9 index + Adobe_pattern_AI5 /patternfill get exec + grestore + newpath moveto + 2 copy rmoveto + } cforall + 8 npop +} def +/patternashow +{ +0 0 0 6 3 roll +patternawidthshow +} def +/patternawidthshow +{ + 6 index type /dicttype eq + { + Adobe_pattern_AI5 /patternmatrix get 7 1 roll + } if + _lineorientation 0 eq { hpatternawidthshow } { vpatternawidthshow } ifelse +} def +/vpatternawidthshowstroke +{ + 7 1 roll + 6 1 roll + /_hvay exch ddef + /_hvax exch ddef + /_hvwb exch ddef + /_hvcy exch ddef + /_hvcx exch ddef + { + dup cstring + dup length 1 eq + _charorientation 1 eq + and + { + -90 rotate + currentpoint + _fontRotateAdjust add + moveto + gsave + false charpath currentpoint + 3 index setmatrix + 6 index 6 index 6 index Adobe_pattern_AI5 /patternstroke get exec + grestore + _fontRotateAdjust sub + moveto + _hvwb eq { _hvcx _hvcy rmoveto } if + _hvax _hvay rmoveto + 90 rotate + } + { + currentpoint + _fontHeight sub + _hvax sub + 3 index _hvwb eq { _hvcx sub } if + currentpoint + exch 4 index stringwidth pop 2 div sub + exch _fontAscent sub + moveto + gsave + 2 index false charpath + 4 index setmatrix + 7 index 7 index 7 index Adobe_pattern_AI5 /patternstroke get exec + grestore + newpath moveto pop pop + } ifelse + } cforall + 4 npop +} def +/hpatternawidthshowstroke +{ + 7 1 roll + { + dup cstring exch + gsave + 3 index eq { 5 index 5 index rmoveto } if + false charpath currentpoint + 7 index setmatrix + 10 index 10 index 10 index + Adobe_pattern_AI5 /patternstroke get exec + grestore + newpath moveto + 2 copy rmoveto + } cforall + 9 npop +} def +/patternashowstroke +{ + 0 0 0 7 3 roll + patternawidthshowstroke +} def +/patternawidthshowstroke +{ + 7 index type /dicttype eq + { + patternmatrix /patternmatrix get 8 1 roll + } if + _lineorientation 0 eq { hpatternawidthshowstroke } { vpatternawidthshowstroke } ifelse +} def +end +setpacking +%%EndResource +%%BeginResource: procset Adobe_cshow 2.0 8 +%%Title: (Writing System Operators) +%%Version: 2.0 8 +%%CreationDate: (1/23/89) () +%%Copyright: ((C) 1992-1996 Adobe Systems Incorporated All Rights Reserved) +currentpacking true setpacking +userdict /Adobe_cshow 14 dict dup begin put +/initialize +{ + Adobe_cshow begin + Adobe_cshow + { + dup xcheck + { + bind + } if + pop pop + } forall + end + Adobe_cshow begin +} def +/terminate +{ +currentdict Adobe_cshow eq + { + end + } if +} def +/cforall +{ + /_lobyte 0 ddef + /_hibyte 0 ddef + /_cproc exch ddef + /_cscript currentfont /FontScript known { currentfont /FontScript get } { -1 } ifelse ddef + { + /_lobyte exch ddef + _hibyte 0 eq + _cscript 1 eq + _lobyte 129 ge _lobyte 159 le and + _lobyte 224 ge _lobyte 252 le and or and + _cscript 2 eq + _lobyte 161 ge _lobyte 254 le and and + _cscript 3 eq + _lobyte 161 ge _lobyte 254 le and and + _cscript 25 eq + _lobyte 161 ge _lobyte 254 le and and + _cscript -1 eq + or or or or and + { + /_hibyte _lobyte ddef + } + { + _hibyte 256 mul _lobyte add + _cproc + /_hibyte 0 ddef + } ifelse + } forall +} def +/cstring +{ + dup 256 lt + { + (s) dup 0 4 3 roll put + } + { + dup 256 idiv exch 256 mod + (hl) dup dup 0 6 5 roll put 1 4 3 roll put + } ifelse +} def +/clength +{ + 0 exch + { 256 lt { 1 } { 2 } ifelse add } cforall +} def +/hawidthshow +{ + { + dup cstring + show + _hvax _hvay rmoveto + _hvwb eq { _hvcx _hvcy rmoveto } if + } cforall +} def +/vawidthshow +{ + { + dup 255 le + _charorientation 1 eq + and + { + -90 rotate + 0 _fontRotateAdjust rmoveto + cstring + _hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow + 0 _fontRotateAdjust neg rmoveto + 90 rotate + } + { + currentpoint + _fontHeight sub + exch _hvay sub exch _hvax sub + 2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if + 3 2 roll + cstring + dup stringwidth pop 2 div neg _fontAscent neg rmoveto + show + moveto + } ifelse + } cforall +} def +/hvawidthshow +{ + 6 1 roll + /_hvay exch ddef + /_hvax exch ddef + /_hvwb exch ddef + /_hvcy exch ddef + /_hvcx exch ddef + _lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse +} def +/hvwidthshow +{ + 0 0 3 -1 roll hvawidthshow +} def +/hvashow +{ + 0 0 0 6 -3 roll hvawidthshow +} def +/hvshow +{ + 0 0 0 0 0 6 -1 roll hvawidthshow +} def +currentdict readonly pop end +setpacking +%%EndResource +%%BeginResource: procset Adobe_shading_AI8 1.0 0 +%%Title: (Adobe Illustrator 8 Shading Procset) +%%Version: 1.0 0 +%%CreationDate: (12/17/97) () +%%Copyright: ((C) 1987-1997 Adobe Systems Incorporated All Rights Reserved) +userdict /defaultpacking currentpacking put true setpacking +userdict /Adobe_shading_AI8 10 dict dup begin put +/initialize { + Adobe_shading_AI8 begin + Adobe_shading_AI8 bdprocs + Mesh /initialize get exec +} def +/terminate { + currentdict Adobe_shading_AI8 eq { + end + } if +} def +/bdprocs { + { + dup xcheck 1 index type /arraytype eq and { + bind + } if + pop pop + } forall +} def +/X! {pop} def +/X# {pop pop} def +/Mesh 40 dict def +Mesh begin +/initialize { + Mesh bdprocs + Mesh begin + /emulate? /AI8MeshEmulation where { + pop AI8MeshEmulation + }{ + systemdict /shfill known not + } ifelse def + end +} def +/bd { + shadingdict begin +} def +/paint { + emulate? { + end + }{ + /_lp /none ddef _fc /_lp /none ddef + + /AIColorSpace AIColorSpace tocolorspace store + /ColorSpace AIColorSpace topsspace store + + version_ge_3010.106 not systemdict /setsmoothness known and { + 0.0001 setsmoothness + } if + + composite? { + /DataSource getdatasrc def + Matrix concat + currentdict end + shfill + }{ + AIColorSpace makesmarks AIPlateList markingplate and not isoverprint and { + end + }{ + /ColorSpace /DeviceGray store + /Decode [0 1 0 1 0 1] store + /DataSource getplatesrc def + Matrix concat + currentdict end + shfill + } ifelse + } ifelse + } ifelse +} def +/shadingdict 12 dict def +shadingdict begin + /ShadingType 6 def + /BitsPerCoordinate 16 def + /BitsPerComponent 8 def + /BitsPerFlag 8 def +end +/datafile null def +/databuf 256 string def +/dataptr 0 def +/srcspace null def +/srcchannels 0 def +/dstchannels 0 def +/dstplate 0 def +/srctodstcolor null def +/getplatesrc { + /srcspace AIColorSpace store + /srcchannels AIColorSpace getnchannels store + /dstchannels 1 store + /dstplate getplateindex store + /srctodstcolor srcspace makesmarks { + dstplate 4 eq { + {1 exch sub} + }{ + {srcspace tocmyk 3 dstplate sub index 1 exch sub 5 1 roll 4 {pop} repeat} + } ifelse + }{ + {srcchannels {pop} repeat 1} + } ifelse store + /datafile getdatasrc store + /rdpatch168 load DataLength () /SubFileDecode filter +} def +/getdatasrc { + /rdcmntline load /ASCII85Decode filter +} def +/rdpatch168 { + /dataptr 0 store + 49 rdcount + 4 { + dup {pop srcchannels getint8} if + dup {pop srctodstcolor dstchannels putint8 true} if + } repeat + {databuf 0 dataptr getinterval}{()} ifelse +} def +/rdpatch3216 { + /dataptr 0 store + 97 rdcount + 4 { + dup {pop srcchannels getint16} if + dup {pop srctodstcolor dstchannels putint16 true} if + } repeat + {databuf 0 dataptr getinterval}{()} ifelse +} def +/rdcount { + dup 0 gt { + datafile databuf dataptr 4 -1 roll getinterval readstring + exch length dataptr add /dataptr exch store + }{ + true + } ifelse +} def +/getint8 { + mark true 3 -1 roll + { + dup {pop datafile read} if + dup {pop 255 div true} if + } repeat + { + counttomark 1 add -1 roll pop true + }{ + cleartomark false + } ifelse +} def +/putint8 { + dup dataptr add /dataptr exch store + dataptr exch + { + 1 sub exch + 255 mul cvi + databuf 2 index + 3 -1 roll put + } repeat + pop +} def +/getint16 { + mark true 3 -1 roll + { + dup {pop datafile read} if + dup {pop 256 mul datafile read} if + dup {pop add 65535 div true} if + } repeat + { + counttomark 1 add -1 roll pop true + }{ + cleartomark false + } ifelse +} def +/putint16 { + dup 2 mul dataptr add /dataptr exch store + dataptr exch + { + 2 sub exch + 65535 mul cvi dup + 256 idiv databuf 3 index 3 -1 roll put + 256 mod databuf 2 index 1 add 3 -1 roll put + } repeat + pop +} def +/srcbuf 256 string def +/rdcmntline { + currentfile srcbuf readline pop + (%) anchorsearch {pop} if +} def +/getplateindex { + 0 [cyan? magenta? yellow? black? customColor?] {{exit} if 1 add} forall +} def +/aicsarray 4 array def +/aicsaltvals 4 array def +/aicsaltcolr aicsaltvals def +/tocolorspace { + dup type /arraytype eq { + mark exch aload pop + aicsarray 0 3 -1 roll put + aicsarray 1 3 -1 roll put + dup aicsarray 2 3 -1 roll put + gettintxform aicsarray 3 3 -1 roll put + counttomark aicsaltvals 0 3 -1 roll getinterval /aicsaltcolr exch store + aicsaltcolr astore pop pop + aicsarray + } if +} def +/subtintxform {aicsaltcolr {1 index mul exch} forall pop} def +/addtintxform {aicsaltcolr {1 sub 1 index mul 1 add exch} forall pop} def +/gettintxform { + /DeviceRGB eq {/addtintxform}{/subtintxform} ifelse load +} def +/getnchannels { + dup type /arraytype eq {0 get} if + colorspacedict exch get begin Channels end +} def +/makesmarks { + composite? { + pop true + }{ + dup dup type /arraytype eq {0 get} if + colorspacedict exch get begin MarksPlate end + } ifelse +} def +/markingplate { + composite? { + pop true + }{ + dup type /arraytype eq { + dup length getplateindex gt {getplateindex get}{pop false} ifelse + } if + } ifelse +} def +/tocmyk { + dup dup type /arraytype eq {0 get} if + colorspacedict exch get begin ToCMYK end +} def +/topsspace { + dup dup type /arraytype eq {0 get} if + colorspacedict exch get begin ToPSSpace end +} def +/colorspacedict 5 dict dup begin + /DeviceGray 4 dict dup begin + /Channels 1 def + /MarksPlate {pop black?} def + /ToCMYK {pop 1 exch sub 0 0 0 4 -1 roll} def + /ToPSSpace {} def + end def + /DeviceRGB 4 dict dup begin + /Channels 3 def + /MarksPlate {pop isCMYKSep?} def + /ToCMYK {pop _rgbtocmyk} def + /ToPSSpace {} def + end def + /DeviceCMYK 4 dict dup begin + /Channels 4 def + /MarksPlate {pop isCMYKSep?} def + /ToCMYK {pop} def + /ToPSSpace {} def + end def + /Separation 4 dict dup begin + /Channels 1 def + /MarksPlate { + /findcmykcustomcolor where { + pop dup 1 exch ToCMYK 5 -1 roll 1 get + findcmykcustomcolor 1 setcustomcolor + systemdict /currentgray get exec + 1 ne + }{ + pop false + } ifelse + } def + /ToCMYK { + dup 2 get mark exch 4 2 roll + 3 get exec + counttomark -1 roll tocmyk + 5 -1 roll pop + } def + /ToPSSpace {} def + end def + /Process 4 dict dup begin + /Channels 1 def + /MarksPlate { + isCMYKSep? { + 1 exch ToCMYK 4 array astore getplateindex get 0 ne + }{ + pop false + } ifelse + } def + /ToCMYK { + dup 2 get mark exch 4 2 roll + 3 get exec + counttomark -1 roll tocmyk + 5 -1 roll pop + } def + /ToPSSpace { + 4 array copy dup 0 /Separation put + } def + end def +end def +/isoverprint { + /currentoverprint where {pop currentoverprint}{_of} ifelse +} def +/version_ge_3010.106 { + version {cvr} stopped { + pop + false + }{ + 3010.106 ge + } ifelse +} def +end +end +defaultpacking setpacking +%%EndResource +%%EndProlog +%%BeginSetup +userdict /_useSmoothShade true put +userdict /_aicmykps false put +userdict /_forceToCMYK false put +Adobe_level2_AI5 /initialize get exec +Adobe_cshow /initialize get exec +Adobe_screens_AI5 /initialize get exec +Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 AGM_Gradient /initializeAI get exec +Adobe_Illustrator_AI5_vars Adobe_Illustrator_AI5 Adobe_pattern_AI5 /initialize get exec +Adobe_ColorImage_AI6 /initialize get exec +Adobe_shading_AI8 /initialize get exec +Adobe_Illustrator_AI5 /initialize get exec +%AI5_Begin_NonPrinting +Np +%AI8_PluginGroupInfo +(Adobe Path Blends) (Adobe Blends Plugin) (Live Blends.aip) +%AI8_PluginGroupInfo +(Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtOnPath.aip) +%AI8_PluginGroupInfo +(Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtOnPath.aip) +%AI8_PluginGroupInfo +(Adobe Calligraphic Brush Tool) (Adobe Calligraphic Brush Plugin) (Calligraphic Brush Tool.aip) +%AI8_PluginGroupInfo +(Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (Scatter Brush Tool.aip) +%AI8_PluginGroupInfo +(Pathfinder Suite) (Adobe Compound Shape) (PathFinder Suite.aip) +%AI8_PluginGroupInfo +(Adobe Deform Plugin) (Adobe Envelope Plugin) (Envelope and Warp.aip) +%AI8_PluginGroupInfo +(Adobe Symbolism) (Adobe Symbolism) (Symbolism.aip) +%AI8_PluginGroupInfo +(Adobe Flare Plugin) (Flare) (flare.aip) +%AI5_End_NonPrinting-- +%AI5_Begin_NonPrinting +Np +10 Bn +%AI5_BeginGradient: (Desert Horizon) +(Desert Horizon) 0 7 Bd +[ +< +00000001010202030303030404040405050506060606070707070708080808090909090A0A0A0A0B +0B0B0B0C0C0C0C0D0D0D0D0E0E0F0F0F101010101111111212121213131313141414151516161616 +17171717181819191A1A1A1A1B1B1B1C1C1D1D1E1E1E1F +> +< +ACADADAEAFAEAFB0B1B0B1B2B2B3B3B3B4B5B6B5B6B7B7B7B8B8B9BABABBBCBDBCBDBEBEBFC0C0C1 +C2C4C3C5C6C6C7C9C9CACBCBCCCDCECECFD0CFD1D2D2D4D6D7D7D9DADADBDDDCDEDFE1E0E2E4E4E6 +E7E8EAECECEDEFF1F1F3F5F6F8FBFDFFFFFFFFFFFFFFFF +> +< +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC +> +< +06070809090B0C0D0E0F101113141517181A1B1C1D1E1F2021232425262728292A2B2C2E2F303233 +34353637383A3B3C3E3F4042444647494A4B4D4E4F515253545657585A5B5C5E5F6062636566686A +6B6D6E6F71727374757778797B7D7E8082848688898B8D +> +< +B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E +8D8C8B8A8988878685848382807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A6968676665 +64636261605F5E5D5C5B5A595857565554535251504F4E +> +< +504F4F4E4D4D4C4B4A4A49484847464645444343424141403F3F3E3D3D3C3B3A3A39383837363635 +343333323131302F2F2E2D2D2C2B2A2A29282827262625242323222121201F1F1E1D1C1C1B1A1A19 +181817161615141313121111100F0F0E0D0C0C0B0A0A09 +> +< +04040404040404040404040404040404040403030303030303030303030303030303030303030303 +03030303030303030303030302020202020202020202020202020202020202020202020202020202 +0202020202020101010101010101010101010101010101 +> +4 %_Br +< +343331302F2D2D2B2B2B2826252221201D1C1A1A19181817161514131211111010100F0F0E0E0D0D +0C0C0C0C0B0B0B0A0A0909090908080807070707060606050504040404030302020201000000 +> +< +AFB0AEAFB0B1B0B1B2B0B1B1B0B0B1B2B0B1B1B0B1B1B0B1B1B2B1B2B3B1B1B2B0B0B1B1B0B1B1B2 +B1B2B0B0B1B1AFAFB0AEAFAEADAEAEAEAEAEAEADADAEACADADAEADADADADADADACADADADACAC +> +< +D0D1D5D5D5D9DADDDDDEE1E1E2E5E5E5E8E9EBECEDF0F0F1F4F4F5F7F8FBFBFBFEFEFEFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +> +< +68666665636361605F5D5D5C5C5C5B5A5A59595755545351504F4E4D4C4B494846454342413F3E3C +3A393836343331302E2D2B2A292726242322201F1D1C1A191715141311100E0D0C0A09080706 +> +< +6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8F +909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5 +> +< +39393A3A3A3A3B3B3B3C3C3C3D3D3D3D3E3E3E3F3F3F404040404141414242424343434344444445 +454546464646474747484848494949494A4A4A4B4B4B4C4C4C4C4D4D4D4E4E4E4F4F4F4F5050 +> +< +20201F1F1F1E1E1D1D1D1C1C1C1B1B1B1A1A19191918181817171716161515151414141313131212 +1111111010100F0F0F0E0E0D0D0D0C0C0C0B0B0B0A0A09090908080807070706060505050404 +> +4 %_Br +< +0303030202030403040506060708090A0A0B0C0D0C0D0E0F0E0F1011101112131313131415141515 +16151616171716161717161717181617171818171818191919191A1A1A1A1B1B1B1C1C1C1C1D1D1E +1D1E1E1F1E1F1F202020202021202121222122232323232324242424252525252626272627272827 +28292929292A2A2A2A2A2B2B2B2B2C2C2C2C2C2D2C2D2D2D2E2D2E2E2E2E2E2F2F2F2F2F30302F30 +303130313132313232333332333333333333333333333333333333333333333333333333333334 +> +< +0000000000000000000000000000000102030404060707080A0A0B0C0D0E0F0F1011121213151516 +16181819191A1B1B1C1C1E1E1F1F212121222224242525272828292B2B2C2C2D2F2F303032333434 +363637383A3A3B3B3C3E3E3F40414243434546464748494A4B4B4D4E4E4F51515253535556565759 +595A5B5D5D5E5F60616262636565666768696A6A6C6D6D6E6F707172737575767779797A7B7C7D7E +7F808182838486878889898B8C8D8E90919293959697989A9C9D9E9FA1A2A3A4A7A8A9AAADAEAF +> +< +989797979797989798989998999999999A999A9A9B9B9C9C9C9C9C9D9D9D9D9E9E9F9E9F9FA09FA0 +A0A1A1A1A1A2A1A2A2A3A2A2A3A2A3A3A4A3A4A4A5A4A5A5A6A5A6A6A7A7A7A7A8A8A9A8A8A9A9A9 +A9AAAAABAAABABACABACACADADAEADAEAEAFAEAEAFAFB0AFB0B0B1B0B1B1B2B2B3B2B3B3B4B4B5B4 +B5B5B6B6B5B6B6B7B7B8B7B8B8B9B9BAB9BABABBBBBCBBBCBCBDBDBEBDBDBEBDBFBEC0BFC0C0C1C1 +C2C1C3C2C4C3C5C4C6C5C6C6C7C6C6C7C7C8C7C9C8CAC9CBCACCCBCCCCCDCCCECECFCED0CFD1D0 +> +< +00000000000000000000000000000000000000000000000000000000000000010101010202020303 +0303040405060607070809090A0B0B0C0C0D0E0E0F0F100F10111111121213141414151515161617 +1717181918191A1B1B1B1C1D1D1D1E1F1F1F2020212222222324242525262627282829292A2A2B2B +2C2C2D2D2E2F2F2F30313233323434363536373838393A3B3C3C3D3E3F3E3F404141424344454546 +474848494A4B4B4C4D4E4F4F5051525253555656575859595B5C5D5F5E60616262636466656768 +> +< +FFFEFDFDFCFBFAFAF9F8F7F7F6F5F4F3F3F2F1F0F0EFEEEDEDECEBEAEAE9E8E7E6E6E5E4E3E3E2E1 +E0E0DFDEDDDCDCDBDAD9D9D8D7D6D6D5D4D3D2D2D1D0CFCFCECDCCCCCBCAC9C8C8C7C6C5C5C4C3C2 +C2C1C0BFBFBEBDBCBBBBBAB9B8B8B7B6B5B5B4B3B2B1B1B0AFAEAEADACABABAAA9A8A7A7A6A5A4A4 +A3A2A1A1A09F9E9E9D9C9B9A9A999897979695949493929190908F8E8D8D8C8B8A8A898887868685 +848383828180807F7E7D7C7C7B7A797978777676757473737271706F6F6E6D6C6C6B6A69696867 +> +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A39 +> +< +7F7F7E7E7D7D7C7C7B7B7A7A7979787877777676757574747373737272717170706F6F6E6E6D6D6C +6C6B6B6A6A6969686867676766666565646463636262616160605F5F5E5E5D5D5C5C5B5B5B5A5A59 +59585857575656555554545353525251515050504F4F4E4E4D4D4C4C4B4B4A4A4949484847474646 +454544444443434242414140403F3F3E3E3D3D3C3C3B3B3A3A393938383837373636353534343333 +3232313130302F2F2E2E2D2D2C2C2C2B2B2A2A2929282827272626252524242323222221212020 +> +4 %_Br +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000010203 +> +< +545352504F4E4D4B4A49484645444241403F3D3C3A393836353331302E2C2B29262422211F1D1C1A +1816151311100E0D0C0A0907050402000000000000000000 +> +< +9A9B9A9A9A9B9A9A9A9A999A9A9A999A9A9A999A9A9A99999A9A9999999A99999999989999999898 +989998989898989898989898989897979797969697979798 +> +0 +< +FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE +FEFEFEFEFEFEFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +> +< +BFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEE0E1E2E3E4E5E6E7 +E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF +> +< +6F6F7070707071717171727272727373737374747474757575757676767677777777787878787979 +79797A7A7A7A7B7B7B7B7C7C7C7C7D7D7D7D7E7E7E7E7F7F +> +4 %_Br +0 +< +00000101020203030404040505070708080909090A0A0C0C0D0D0F0F0F1010121213131515141516 +171718191A1A1A1B1B1D1D1E1E1F1F1F2121222223232525242626272729292A2A2A2B2B2D2D2E2E +2F2F2F3030323233333434343636373739393A3A3A3C3C3D3D3F3F40403F41414242434344444445 +45464648484949494B4B4C4C4E4E4F4F4F5151525253535454 +> +< +000102030305050707080A0A0C0C0E0E10101213131515161718181A1B1B1C1D1E1E202021232325 +252728292A2B2C2D2E2F3131333335363738393A3B3C3D3E3F4041424344454647494A4B4C4D4E4F +505152535455565758595A5B5C5E5E60616263656667696A6B6C6E6F707172737375757677787A7A +7B7C7E7F808183848587888A8B8C8D8F91929394959698999A +> +0 +< +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFE +FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE +FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFDFDFDFDFDFDFDFDFDFDFD +FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD +> +< +FFFFFEFEFDFDFCFCFBFBFBFAFAF9F9F8F8F7F7F7F6F6F5F5F4F4F3F3F3F2F2F1F1F0F0EFEFEFEEEE +EDEDECECEBEBEBEAEAE9E9E8E8E7E7E7E6E6E5E5E4E4E3E3E3E2E2E1E1E0E0DFDFDFDEDEDDDDDCDC +DBDBDBDADAD9D9D8D8D7D7D7D6D6D5D5D4D4D3D3D3D2D2D1D1D0D0CFCFCFCECECDCDCCCCCBCBCBCA +CAC9C9C8C8C7C7C7C6C6C5C5C4C4C3C3C3C2C2C1C1C0C0BFBF +> +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F +> +4 %_Br +< +DAD9D8D7D6D5D4D3D2D1D0CFCECDCDCCCBCAC9C8C8C7C6C5C4C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6 +B5B4B3B2B1AFAEADACABAAA9A8A7A6A5A4A4A2A1A19F9F9D9D9C9A9A9997979594939291908F8E8C +8B8A898887868584838280807E7D7C7B7A7978777675747271706F6E6D6C6B6A6968676665646362 +615F5E5D5C5B5A58575655545351504F4E4D4B4A4948474544434241403F3E3C3B3A393837363433 +32312F2E2D2C2B292827262524232221201F1D1C1B1A19181615141311100F0E0D0B0A0908070604 +03020100 +> +0 +< +464546454445454444434444424343434241424240414141413F40403F3F3E3F3F3E3E3D3D3E3C3D +3C3C3B3A3A3A3A393938393737373737363535353334343433323333323232323230313130312F30 +2F2F2E2D2D2D2D2C2C2B2C2A2A2A2A29292828282627262725252525242423242322222121202020 +201F1F1E1E1E1D1D1D1C1D1B1B1B1B1A1A191A191718171816151615141514151413131312121112 +1111100F0F0F0D0E0D0C0C0B0B0B0B0A0A090A080809080806060505030303030202020202010101 +01000000 +> +0 +< +3435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B +5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F80818283 +8485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAAB +ACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3 +D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFB +FCFDFEFF +> +< +B3B3B4B4B4B5B5B6B6B6B7B7B7B8B8B9B9B9BABABABBBBBCBCBCBDBDBDBEBEBFBFBFC0C0C0C1C1C2 +C2C2C3C3C3C4C4C5C5C5C6C6C6C7C7C8C8C8C9C9C9CACACBCBCBCCCCCCCDCDCECECECFCFCFD0D0D1 +D1D1D2D2D2D3D3D4D4D4D5D5D5D6D6D7D7D7D8D8D8D9D9DADADADBDBDBDCDCDDDDDDDEDEDEDFDFE0 +E0E0E1E1E1E2E2E3E3E3E4E4E4E5E5E6E6E6E7E7E7E8E8E9E9E9EAEAEAEBEBECECECEDEDEDEEEEEF +EFEFF0F0F0F1F1F2F2F2F3F3F3F4F4F5F5F5F6F6F6F7F7F8F8F8F9F9F9FAFAFBFBFBFCFCFCFDFDFE +FEFEFFFF +> +< +D1D1D1D2D2D2D2D3D3D3D3D3D4D4D4D4D5D5D5D5D6D6D6D6D6D7D7D7D7D8D8D8D8D8D9D9D9D9DADA +DADADBDBDBDBDBDCDCDCDCDDDDDDDDDDDEDEDEDEDFDFDFDFE0E0E0E0E0E1E1E1E1E2E2E2E2E2E3E3 +E3E3E4E4E4E4E4E5E5E5E5E6E6E6E6E7E7E7E7E7E8E8E8E8E9E9E9E9E9EAEAEAEAEBEBEBEBECECEC +ECECEDEDEDEDEEEEEEEEEEEFEFEFEFF0F0F0F0F0F1F1F1F1F2F2F2F2F3F3F3F3F3F4F4F4F4F5F5F5 +F5F5F6F6F6F6F7F7F7F7F8F8F8F8F8F9F9F9F9FAFAFAFAFAFBFBFBFBFCFCFCFCFDFDFDFDFDFEFEFE +FEFFFFFF +> +4 %_Br +[ +0.1216 1 0.9882 0.5529 0.3059 0.0353 0.0039 2 50 100 %_BS +%_0.1216 1 0.9882 0.5529 0.3059 0.0353 0.0039 2 50 100 Bs +0 0.6745 1 0.0235 0.7098 0.3137 0.0157 2 50 65.1685 %_BS +%_0 0.6745 1 0.0235 0.7098 0.3137 0.0157 2 50 65.1685 Bs +0.2039 0.6863 0.8157 0.4078 0.4039 0.2235 0.1255 2 50 50 %_BS +%_0.2039 0.6863 0.8157 0.4078 0.4039 0.2235 0.1255 2 50 50 Bs +0.0118 0 0.5961 0 1 1 0.498 2 50 42.6966 %_BS +%_0.0118 0 0.5961 0 1 1 0.498 2 50 42.6966 Bs +0 0.3294 0.6039 0 0.9922 0.749 0.4353 2 50 33.1461 %_BS +%_0 0.3294 0.6039 0 0.9922 0.749 0.4353 2 50 33.1461 Bs +0 0 0 0 1 1 1 2 50 17.4157 %_BS +%_0 0 0 0 1 1 1 2 50 17.4157 Bs +0.8549 0 0.2745 0 0.2039 0.702 0.8196 2 50 1 %_BS +%_0.8549 0 0.2745 0 0.2039 0.702 0.8196 2 50 1 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (Midday Sky) +(Midday Sky) 0 3 Bd +[ +< +EFEFEEEEEEEEEDEEEDEDEDEDEDEDEDEDEEEDEEEDEDEDEDEDEEEDEEEEEEEEEEEEEDEEEEEEEEEEEFEE +EFEEEFEEEEEEEFEFEFEFF0F0F0F1F1F1F2F2F2F2F2F2F3F3F4F4F5F6F6F7F7F8F8F9F9F9FAFAFBFC +FCFCFCFCFCFCFCFCFCFDFDFEFFFFFFFFFFFEFEFEFEFEFFFFFFFFFFFFFFFFFFFFFFFF +> +< +1D1F222326282B2D30323537393B3D3F41434547494C4D4F51535557595B5D5F61636566686A6B6D +6F7172747678797B7C7E8082838587898B8E9091939597999A9C9E9FA1A3A4A6A7A9AAACADAFB0B2 +B4B5B6B8BABBBCBDBFC0C2C3C5C6C7C9CACCCDCECFD0D1D2D4D5D6D8DADCDEDFE1E2 +> +0 +0 +0.0118 +< +8E8D8C8B8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A696867 +666564636261605F5E5D5C5B5A5958575654535251504F4E4D4C4B4A494847464544434241403F3E +3D3C3B3A393837363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C +> +< +FFFEFEFDFDFCFCFBFBFAFAF9F9F8F7F7F6F6F5F5F4F4F3F3F2F2F1F0F0EFEFEEEEEDEDECECEBEAEA +E9E9E8E8E7E7E6E6E5E5E4E3E3E2E2E1E1E0E0DFDFDEDEDDDCDCDBDBDADAD9D9D8D8D7D7D6D5D5D4 +D4D3D3D2D2D1D1D0CFCFCECECDCDCCCCCBCBCACAC9C8C8C7C7C6C6C5C5C4C4C3C3C2 +> +4 %_Br +< +1F20212224252728292A2C2D2F30313334353638393A3B3C3D3E404042434445464748494A4B4C4E +4F50515254555658595A5B5C5E5F6061626365666768696A6B6C6D6E6F7172737475767778797A7B +7D7E7F808182838485868788898A8B8C8D8E8F9091929394969698999A9B9D9E9F9FA0A1A2A3A4A5 +A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBCBEBEC0C0C1C2C3C4C5C6C7C8C9CACB +CCCCCDCECFD0D1D2D2D3D4D5D6D7D7D8D9DADBDCDDDDDFE0E1E2E3E4E5E6E7E8EAEBECECEDECEDEC +EDEEEDEDEDEDECEDEDEDEDEDEDEDEEEDEEEEEEEEEEEEEFEFEFEFEF +> +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000001000001000101020102020302040302040305050606070708 +0707080809090B0A0C0C0E0D0F0F0F11111313151518171A1A1D1D +> +< +03040303020302030203030403040505060506060705060405030304020200010000000000000100 +02010303050506060706070807080708070807080708070708070706070506040503040304050406 +04060505050605060706070707060706060405030405030402030204030504060505060505040403 +03020200010000010001010201020203020302030403030203020201010001020001000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000000000000000 +> +0 +< +E5E4E3E2E1E0DFDEDDDCDBDAD9D8D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBE +BDBCBBBAB9B8B7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A99989796 +9594939291908F8E8D8C8B8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E +6D6C6B6A696867666564636261605F5E5D5C5B5A595857565554535251504F4E4D4C4B4A49484746 +4544434241403F3E3D3C3B3A393837363534333231302F2E2D2C2B2A292827262524232221201F1E +1D1C1B1A191817161514131211100F0E0D0C0B0A09080706050403 +> +< +F6F6F5F5F4F4F3F3F2F2F1F1F0F0F0EFEFEEEEEDEDECECEBEBEAEAEAE9E9E8E8E7E7E6E6E5E5E5E4 +E4E3E3E2E2E1E1E0E0DFDFDFDEDEDDDDDCDCDBDBDADAD9D9D9D8D8D7D7D6D6D5D5D4D4D3D3D3D2D2 +D1D1D0D0CFCFCECECECDCDCCCCCBCBCACAC9C9C8C8C8C7C7C6C6C5C5C4C4C3C3C2C2C2C1C1C0C0BF +BFBEBEBDBDBCBCBCBBBBBABAB9B9B8B8B7B7B6B6B6B5B5B4B4B3B3B2B2B1B1B1B0B0AFAFAEAEADAD +ACACABABABAAAAA9A9A8A8A7A7A6A6A5A5A5A4A4A3A3A2A2A1A1A0A09F9F9F9E9E9D9D9C9C9B9B9A +9A9A9999989897979696959594949493939292919190908F8F8E8E +> +1 +4 %_Br +[ +1 0.8863 0 0 0.0118 0.1098 0.7608 2 50 100 %_BS +%_1 0.8863 0 0 0.0118 0.1098 0.7608 2 50 100 Bs +0.9373 0.1137 0 0 0.0118 0.5569 1 2 50 50 %_BS +%_0.9373 0.1137 0 0 0.0118 0.5569 1 2 50 50 Bs +0.1216 0 0.0118 0 0.898 0.9647 1 2 50 0 %_BS +%_0.1216 0 0.0118 0 0.898 0.9647 1 2 50 0 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (New Leaf) +(New Leaf) 1 3 Bd +[ +< +7F80818282838586888888898A8C8C8E8D8F8F9091929292949495969596979898999898999A9B9B +9B9B9C9D +> +0 +< +D2D3D4D6D7D9DADCDEDFE0E2E4E6E7E9EAECEDEFF1F2F5F7F9FAFBFDFEFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFF +> +< +00000000000000000000000000000000000000000000000000000000020102010201030403040304 +04040304 +> +< +9291908F8F8E8D8C8B8A8A8988878685858483828180807F7E7D7C7B7B7A79787776767574737271 +71706F6E +> +< +BBBABAB9B9B8B8B7B7B6B5B5B4B4B3B3B2B2B1B0B0AFAFAEAEADACACABABAAAAA9A9A8A7A7A6A6A5 +A5A4A4A3 +> +< +47464544434241403F3E3D3C3B3A3938373635343332302F2E2D2C2B2A292827262524232221201F +1E1D1C1B +> +4 %_Br +< +9D9D9C9D9D9C9D9D9C9D9D9C9D9D9E9D9D9E9D9D9E9D9D9E9D9D9D9C9D9D9C9C9D9C9D9E9D9E9FA0 +9F9FA09FA0A19F9FA09F9F +> +< +0000000000000001020303040405050506060607070707080809090A0A0A0B0B0B0C0C0C0D0D0D0D +0E0E0E0F0F101010111111 +> +1 +< +04050708090B0C0D0F101114151617191A1C1E1F2023242527292C2E2F3033343537383A3C3D3F40 +42434547484A4C4D4F5153 +> +< +6E6D6D6C6B6B6A6969686767666564646362626160605F5E5E5D5C5C5B5A5A595858575656555453 +53525151504F4F4E4D4D4C +> +< +A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8887868584838281807F7E7D7C7B +7A79787776757473727170 +> +< +1B1B1B1B1A1A1A1A1A1A191919191919181818181818171717171717171616161616161515151515 +1514141414141413131313 +> +4 %_Br +[ +0.498 0 0.8235 0 0.5725 0.7333 0.2784 2 50 1.1236 %_BS +%_0.498 0 0.8235 0 0.5725 0.7333 0.2784 2 50 1.1236 Bs +0.6157 0 1 0.0157 0.4314 0.6392 0.1059 2 50 50 %_BS +%_0.6157 0 1 0.0157 0.4314 0.6392 0.1059 2 50 50 Bs +0.6235 0.0667 1 0.3255 0.298 0.4392 0.0745 2 50 100 %_BS +%_0.6235 0.0667 1 0.3255 0.298 0.4392 0.0745 2 50 100 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (Predator Eye) +(Predator Eye) 1 4 Bd +[ +< +B5B2AEABA8A59F9C9A9794918F8D8A8886847F7D7B7977757472706E6D69666461605D5C5B5B5A59 +53504D4B48474544444442413C3A383634312F2D2D2E2D2C2C2B2A28262524222323232222222121 +201F1E1C1C1C1B1B1B1B1B1B1B1A1A19191818181817171717161616151514141414131313131212 +121212111111101010100F0F0F0F0F0E0E0E0E0D0D0D0D0C0C0C0C0B0B0B0B0B0A0A0A0A0A090909 +0908080808070707070606060605050505040404040403030303030202020202010101 +> +< +9C9A9C9A97959694929093908E8C8F8D8B898B888684878684828583817E807E7C7A7D7B7A797C7A +7673767371707371706F72716D6C6E6C6A696B6968676A6968676968676668666564666563636564 +636264626261636261606261605F61605F5E605F5E60605F5E605F5F5E605F5E5E5F5F5E5D5E5D5D +5C5D5C5C5B5C5C5B5B5C5B5B5A5B5B5A595A5A59585A595858595958575958575758575756575756 +5557565555565655555655555456555554555454535454535354535352535352525352 +> +< +969A9A9EA2A6ABAEB1B4B5B8BBBEBEC1C3C6CACDCFD2D2D4D6D8D9DADCE1E1E2E3E5E5E7E8E9EAEB +EEEEEEEFF0F0F1F1F2F2F3F3F5F6F6F7F7F8F8F8F9F9F9FBFBFBFCFCFCFCFDFDFDFEFEFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +> +< +D9D8D8D6D5D4D4D3D2D1D0CFCDCCCBCAC9C8C7C6C5C4C3C2C1BFBEBDBCBCBBBAB9B9B7B6B5B3B2B0 +B1B1B0AFAFAEADABAAA8A7A6A6A5A4A4A4A3A3A2A19F9D9C9B9A9998989796959392908E8D8C8A89 +888886858483817F7E7D7B7A79787675757472706F6D6C6B69686765646261605F5E5D5B5A595857 +56545352514F4E4D4C4A494847464544434141403F3E3C3B3A3938373634333231302F2E2D2C2B2A +2927262524232221201E1D1C1B19181716151413131110100F0D0D0C0B090908070605 +> +< +12131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F30313233343536373839 +3A3B3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F6061 +62636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F80818283848586878889 +8A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1 +B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4 +> +< +12131314151616171819191A1B1C1C1D1E1F1F202122222324252526272828292A2B2B2C2D2E2E2F +303131323334343536373738393A3A3B3C3D3D3E3F40404142434344454646474849494A4B4C4C4D +4E4F4F505152525354555556575858595A5B5B5C5D5D5E5F60606162636364656666676869696A6B +6C6C6D6E6F6F707172727374757576777878797A7B7B7C7D7E7E7F80818182838484858687878889 +8A8A8B8C8D8D8E8F90909192939394959696979899999A9B9C9C9D9E9F9FA0A1A2A2A3 +> +< +1111111111111010101010101010101010100F0F0F0F0F0F0F0F0F0F0F0E0E0E0E0E0E0E0E0E0E0E +0D0D0D0D0D0D0D0D0D0D0D0D0C0C0C0C0C0C0C0C0C0C0C0B0B0B0B0B0B0B0B0B0B0B0B0A0A0A0A0A +0A0A0A0A0A0A09090909090909090909090908080808080808080808080707070707070707070707 +06060606060606060606060605050505050505050505050404040404040404040404040303030303 +0303030303030202020202020202020202010101010101010101010101000000000000 +> +4 %_Br +< +01010102020202020202020303030303030404040404050505050505060606060607070707080808 +0808080809090909090A0A0A0A0A0A0B0B0B0B0B0B0C0C0C0C0D0D0D0D0D0E0E0E0E0E0E0F0F0F0F +0F101010101111111112121212121313131314141414141515151515151616161617171717181818 +191919191A1A1A1A1B1B1B1C +> +< +5253535454555556565858595A5A5B5B5C5C5D5E5E5F5F606062626363646465666667676869696A +6B6D6D6E6F707071727373747576767778797A7B7C7C7D7E7E7F7F80818282838485868788898A8B +8C8D8E8F9091929394959698999A9B9C9D9FA0A1A2A4A5A6A7A9AAACAEAFB1B3B4B5B7B8BABBBDBE +C0C1C3C5C7C9CBCED0D2D3D5 +> +1 +< +0506060708090A0B0B0B0C0C0D0E0F1010111213141516171818191A1B1C1D1E1F20212223242525 +2626272828292A2B2C2D2E2F30313233343534353637383A3B3C3D3E3F4041424344434445464748 +494A4B4C4D4F5051535455555657595A5B5C5D5E5F60616263646565666768696A6B6C6D6F707172 +7375767678797B7C7E7F8081 +> +< +D4D3D2D1D0CFCECDCCCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBDBCBBBAB9B8B7B6B5B4B3B2B1B0AF +AEAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9E9D9C9B9A999897969594939291908F8F8E8D8C8B8A +898887868584838281807F7F7E7D7C7B7A79787776757473727170706F6E6D6C6B6A696867666564 +63626161605F5E5D5C5B5A59 +> +< +A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A898887868584838281807F7E7D7C +7B7A797877767574737271706F6E6D6C6B6A696867666564636261605F5E5D5C5B5A595857565554 +535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A393837363534333231302F2E2D2C +2B2A29282726252423222120 +> +0 +4 %_Br +< +1C1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1C1E1F202123252627292A2A2B2C2C2D2E2F2F2F30303030 +30303131303131313131313231313232333332333333333333343434343434343434353435353435 +35343535343534343534343534333434343434343333343333333332323231323131323130313031 +303030302F302F2E2F2E2E2F2D2D2E2D2C2D2C2D2C2B2C2B2B2B2B2A2A2929292928292827272726 +2726272625252524242423242222222221212120201F201F1E1F1E1D1D1D1C1C1C1B1C1B1A1A1A19 +1919191817171716161515151413141312121110100F0E0F0E0F0E0D0D0C0B0C0B0A0A0908080706 +07060506040504030403020301000100 +> +< +D5D4D1D0D1CECDCBC9C8C6C4C6C4C3C2C0BFBEBCBDBCBAB9B8B6B5B4B4B3B2B0AFADACABABAAA9A7 +A6A5A3A1A3A19F9E9D9C9B999A9997969493939192918F8E8E8C8B8A8B8A89888786858484838381 +81807E7E7F7D7D7C7B7A7978797877767574747273737170706E6D6D6D6C6C6A6A69676768666664 +646361616260605F5E5D5C5B5C5B5A59595756555655545353515050504F4F4D4C4C4A4A4B494948 +474644444543434241403F3E3F3E3D3C3C3A3939393837363634333333323230302F2D2D2E2C2C2B +29292727282625252323222021211F1F1E1C1C1B1B1A1A18171615151514131211100F0E0F0D0C0C +0A0A0908080706060404030202020100 +> +< +FFFFFFFFFFFFFFFFFFFFFFFFFDFBF9F8F6F4F2F0EEECE9E7E6E3E1E0DDDBD9D7D5D3D1CFCDCBC9C7 +C5C4C2C0BEBCBAB9B7B6B4B3B1AFAEACABA9A8A7A5A4A2A1A09F9E9C9A9998979695949391908F8E +8D8C8A8A88878685848382817F7F7E7D7C7B7A797877767574737372706F6F6E6D6C6B6A69686767 +66656464626161605F5E5E5D5C5B5A595958575755555453525251504F4E4E4D4C4C4B4A49484747 +4645454443424141403F3F3E3D3C3B3B3A39393837363535343433323130302F2E2E2D2D2B2B2A29 +292828272525242423222221201F1F1E1D1D1C1B1A1918181717161514131312111110100E0E0D0C +0C0B0A0A080707060505040402010100 +> +< +818081807E7F7D7C7C7B797A78797776767472726F6D6D6B69686765646361615F5F5E5C5C5B5959 +585757555454535252504F4F4E4C4C4B4B4A49494746464443434241403F3E3E3D3C3B3A3A393838 +373635343333323131302F2F2D2C2C2B2B2A29292827272625252424232222222120201F1E1E1D1D +1D1C1C1B1A1A19191918171716161615141414141312121211111110100F0F0F0E0E0E0D0D0D0C0C +0C0B0B0B0A0A0A090909090908080807070706060606060505050504040404040303030302020202 +02020201010101010101010100000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000 +> +< +595A5A5B5C5C5D5E5E5F606061616263636465656667676869696A6B6B6C6D6D6E6E6F7070717272 +737474757676777878797A7A7B7C7C7D7D7E7F7F8081818283838485858687878889898A8A8B8C8C +8D8E8E8F909091929293949495969697979899999A9B9B9C9D9D9E9F9FA0A1A1A2A3A3A4A5A5A6A6 +A7A8A8A9AAAAABACACADAEAEAFB0B0B1B2B2B3B3B4B5B5B6B7B7B8B9B9BABBBBBCBDBDBEBFBFC0C1 +C1C2C2C3C4C4C5C6C6C7C8C8C9CACACBCCCCCDCECECFCFD0D1D1D2D3D3D4D5D5D6D7D7D8D9D9DADB +DBDCDCDDDEDEDFE0E0E1E2E2E3E4E4E5E6E6E7E8E8E9EAEAEBEBECEDEDEEEFEFF0F1F1F2F3F3F4F5 +F5F6F7F7F8F8F9FAFAFBFCFCFDFEFEFF +> +< +20212223232425262728292A2A2B2C2D2E2F3031313233343536373838393A3B3C3D3E3F3F404142 +43444546464748494A4B4C4D4D4E4F50515253545455565758595A5B5B5C5D5E5F60616262636465 +66676869696A6B6C6D6E6F7070717273747576777778797A7B7C7D7E7E7F80818283848585868788 +898A8B8C8C8D8E8F90919293939495969798999A9A9B9C9D9E9FA0A1A1A2A3A4A5A6A7A8A8A9AAAB +ACADAEAFAFB0B1B2B3B4B5B6B6B7B8B9BABBBCBDBDBEBFC0C1C2C3C4C4C5C6C7C8C9CACBCBCCCDCE +CFD0D1D2D2D3D4D5D6D7D8D9D9DADBDCDDDEDFE0E0E1E2E3E4E5E6E7E7E8E9EAEBECEDEEEEEFF0F1 +F2F3F4F5F5F6F7F8F9FAFBFCFCFDFEFF +> +< +000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 +28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F +505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 +78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F +A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 +C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF +F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF +> +4 %_Br +[ +0 0 50 25 %_BS +%_0 0 50 25 Bs +0.0039 0.3216 1 0.0196 0.8314 0.6392 0 2 50 28 %_BS +%_0.0039 0.3216 1 0.0196 0.8314 0.6392 0 2 50 28 Bs +0.1098 0.8353 1 0.5059 0.349 0.1255 0 2 50 72 %_BS +%_0.1098 0.8353 1 0.5059 0.349 0.1255 0 2 50 72 Bs +1 0 50 75 %_BS +%_1 0 50 75 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (Rainbow) +(Rainbow) 0 6 Bd +[ +< +FCFCFCFCFBFBFBFBFBFBFBFBFBFBFBFBFBFAFAFAFAFAFAFAF9F9F9F9F9F9F8F8F8F7F7F7F6F6F5F5 +F5F4F4F3F3F2F1F1F0F0EFEEEEEDECECEBEAEAE9E8E7E7E6E5E4E3E2E1E1E0DFDEDDDCDBDAD9D8D8 +D7D6D5D4D3D2D1D0CFCECDCDCCCBCAC9C8C7C6C6C5C4C3C2C1C1C0BFBEBDBCBBBAB9B8B7B6B5B4B4 +B3B2B1B0AFAFAEADACACABAAA9A8A7A6A5A4A3A2A09F9E9D9C9B9B9A9998979695949291908F8E8E +8D8C8B8A89888786868584838281807F7E7D7C7B7A79777675747372706F6F6E6D6C6B6A69686867 +66656464636261605F5E5D5C5B5958575655545251504F4E4D4C4B4A494847464544434241403F3E +3D3C3B3A39383736353434333231302F +> +< +F5F5F5F5F5F5F5F5F5F5F5F5F5F6F6F6F6F6F6F6F7F7F7F7F7F7F8F8F8F8F8F8F8F8F8F8F8F8F7F7 +F7F7F7F7F6F6F6F6F6F6F5F5F5F5F5F5F5F4F4F4F4F4F4F3F3F3F2F2F2F1F1F1F1F0F0F0F0EFEFEF +EEEEEEEDEDEDECECECECEBEBEBEBEBEAEAEAEAEAE9E9E9E9E8E8E8E8E7E7E7E6E6E5E5E5E4E4E4E3 +E3E3E2E2E2E2E2E1E1E1E1E0E0E0E0DFDFDFDFDEDEDEDDDDDDDDDCDCDCDBDBDBDBDADADAD9D9D9D9 +D8D8D8D8D7D7D7D7D6D6D6D6D6D6D6D6D6D5D5D5D4D4D4D4D3D3D3D2D2D2D1D1D1D1D1D0D0D0D0D0 +D0D0D0D0D0D0D0D0D0D0CFCFCFCFCFCFCECECECDCDCDCDCCCCCCCCCBCBCBCBCBCBCBCBCBCBCBCBCB +CBCBCBCBCBCBCBCBCBCBCBCACACACACA +> +0 +0 +< +000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 +28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F +505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 +78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F +A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 +C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF +F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF +> +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000001010101010101010101010101010101 +01010101010101010101010101010101010101010101010101010101010101010101010101010101 +01010101010101010101010101010101010101010101010101010101010101010101010101010101 +01010101010101010101010101010101010101010101010101010101010101010202020202020202 +02020202020202020202020202020202020202020202020202020202020202020202020202020202 +02020202020202020202020202020202 +> +1 +4 %_Br +< +D3D4D4D4D4D5D5D5D6D6D6D7D7D7D8D8D8D9D9D9D9D9DADADADADBDBDCDCDDDDDDDEDEDEDEDEDEDE +DFDFDFDFE0E0E0E1E1E1E2E2E3E3E3E4E4E4E5E5E5E6E6E6E7E7E7E7E8E8E8E9E9E9EAEAEAEBEBEB +ECECECECEDEDEEEEEEEFF0F1F1F2F4F5F7F7F7F7F7F7F7F6F4F3F2F1F0F0EFEFEFEFEEEEEDEDECEC +EBEBEBEAEAEAEAEAEAE9E9E9E9E9E8E8E8E8E7E7E7E7E7E7E7E7E7E7E7E7E6E6E6E7E7E7E7E7E7E7 +E6E6E6E6E6E6E6E7E7E8E8E9E9EAEAEBEBECECECEDEDEDEDEEEEEEEFEFF0F0F1F1F1F2F2F2F2F2F2 +F2F2F3F3F3F3F4F4F4F5F5F5F5F6F6F6F6F6F6F6F6F7F7F7F7F8F8F9F9F9F9FAFAFAFAFAFBFBFBFB +FBFBFBFBFBFBFBFBFBFCFCFCFCFCFCFC +> +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000101020406090B0E1114171A1D1F2225282B2E +313437393C3E404345474A4C4E50525557595B5D6061636567696B6D6F7173747677797B7C7E8081 +838586888A8B8D8F9192949697999B9D9EA0A1A3A4A6A7A8AAACADAFB0B2B3B5B7B8B9BBBCBDBFC0 +C1C2C4C5C6C7C9CACBCCCDCFD0D1D2D3D5D6D7D8D9DBDCDDDFE0E1E3E4E5E6E7E8E9EAEBECECEDEE +EFEFF0F1F1F2F2F3F3F4F4F4F4F4F5F5 +> +< +6A6968676766656564636362626160605F5F5E5D5C5B5A5A595857565555545251504F4E4D4C4B49 +4847464544434241403F3E3E3D3C3A3938373634333231302E2D2C2B292826252322211F1E1C1B19 +1816151311100E0C0B09070604020100000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000 +> +0 +0 +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 +37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 +0F0E0D0C0B0A09080706050403020100 +> +1 +4 %_Br +< +CCCCCCCCCCCCCCCDCDCDCDCECECECFCFCFD0D0D0D1D1D2D2D3D3D4D4D4D4D4D4D4D4D4D5D5D5D5D5 +D5D5D5D6D6D7D8D8D9DADADBDBDCDDDDDEDFDFE0E1E1E2E3E4E4E5E6E7E8E8E8E8E8E8E8E8E8E8E8 +E8E8E8E9E9EAEAEBEBECECEDEDEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEDEDEDEDED +EDEDEDEDEDEDECECECECECECECECECEBEBEBEBEBEBEBEBEAEAEAEAEAEAE9E9E9E9E9E9E8E8E8E8E8 +E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E7E7E7E7E6E6E6E5E5E5E4E4E4E3E3E3E2E2E2E2E1 +E1E1E1E0E0E0E0E0DFDFDFDFDEDEDEDEDDDDDDDDDCDCDCDCDCDBDBDBDBDBDADADADADAD9D9D9D9D8 +D8D8D7D7D7D6D6D6D5D5D5D4D4D4D4D3 +> +0 +< +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFEFEFE +FEFEFDFDFCFBFAF9F8F7F7F6F5F4F3F2F1F1F0EFEEEEEDECEBEAEAE9E8E7E5E4E3E2E1E0DFDEDDDD +DCDCDBDBDADAD9D8D8D7D7D6D5D4D4D3D2D1D0CFCECDCCCBCAC9C8C8C7C6C5C4C3C2C1C1C0BFBEBD +BCBBBAB9B8B7B6B5B4B3B2B2B1B1B0AFAFAEADACABAAAAA8A7A6A5A4A3A2A19F9E9D9C9B9A999898 +9796959493939291908F8F8E8D8C8B8B8A8988878786858483838281807F7E7D7D7C7B7A79797877 +76757474737271706F6F6E6D6C6B6A6A +> +0 +0 +1 +< +000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 +28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F +505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 +78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F +A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 +C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF +F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF +> +4 %_Br +< +010102020203030404050506060708090A0B0C0D0E0F10111213141617181A1B1D1F202224252729 +2B2D2F31333537393B3C3E4041434546484A4B4D4F5153545657595A5C5D5E60616264656668696A +6B6D6E6F707273747677797A7B7C7E7F8081828385868788898A8B8C8D8E8F909192939495969798 +9A9B9C9D9E9FA0A1A2A2A3A4A5A6A6A7A8A9AAABABACADAEAEAFB0B0B1B2B2B3B4B4B5B5B6B7B7B8 +B8B9B9BABABBBBBCBCBDBDBEBEBFBFC0C0C1C1C2C2C3C3C4C4C4C4C4C4C4C5C5C5C5C5C5C5C5C6C6 +C6C6C6C6C6C6C7C7C7C7C7C7C8C8C8C8C8C9C9C9C9C9C9C9CACACACACACACACACBCBCBCBCBCBCBCB +CBCBCBCBCCCCCCCCCCCCCCCCCCCCCCCC +> +0 +< +F5F5F5F6F6F6F6F6F7F7F6F6F6F6F6F6F6F6F7F7F7F7F7F7F7F8F8F8F8F9F9F9FAFAFAFBFBFBFCFC +FCFDFDFDFDFEFEFEFEFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFEFEFEFEFEFEFEFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFEFEFEFEFEFEFEFEFEFEFE +FEFEFEFEFEFEFEFEFEFEFEFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFEFEFEFEFEFEFEFEFEFEFEFEFEFE +FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +> +0 +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 +37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 +0F0E0D0C0B0A09080706050403020100 +> +1 +0 +4 %_Br +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000001 +> +< +D7D7D7D7D7D7D7D6D6D6D6D6D6D5D5D5D5D4D4D4D4D3D3D3D2D2D1D1D1D0D0CFCFCFCECECDCDCCCC +CBCBCACAC9C9C8C8C7C7C6C5C5C4C4C3C3C2C1C1C0C0BFBEBEBDBCBCBBBABAB9B9B8B8B7B7B6B5B5 +B4B4B3B2B2B1B0B0AFAEADADACABAAAAA9A8A7A7A6A5A4A3A3A2A1A0A09F9E9D9C9B9B9A99989797 +96959493929191908F8E8D8C8B8A8988878685848382807F7E7D7C7B7B7A79787776757473727170 +6F6E6D6C6A696867666564636261605F5E5D5C5B5A585755545251504E4D4B4A494746454342413F +3E3C3A393736343331302E2D2B2928262422201E1D1B1917151412100F0D0B090806050403020100 +00000000000000000000000000000000 +> +< +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFDFDFCFCFCFCFCFCFCFCFDFDFDFDFDFDFEFE +FEFEFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFEFDFBF9F7F5 +> +0 +1 +< +000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 +28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F +505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 +78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F +A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 +C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF +F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF +> +0 +4 %_Br +[ +0.1843 0.7922 0 0 1 0.0078 1 2 50 100 %_BS +%_0.1843 0.7922 0 0 1 0.0078 1 2 50 100 Bs +0.9882 0.9608 0 0 0 0 1 2 50 80 %_BS +%_0.9882 0.9608 0 0 0 0 1 2 50 80 Bs +0.8275 0 0.4157 0 0 1 1 2 50 60 %_BS +%_0.8275 0 0.4157 0 0 1 1 2 50 60 Bs +0.8 0 1 0 0 1 0 2 50 40 %_BS +%_0.8 0 1 0 0 1 0 2 50 40 Bs +0.0039 0 0.9608 0 1 1 0 2 50 20 %_BS +%_0.0039 0 0.9608 0 1 1 0 2 50 20 Bs +0 0.8431 1 0 1 0 0 2 50 0 %_BS +%_0 0.8431 1 0 1 0 0 2 50 0 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (Sensual Red) +(Sensual Red) 0 5 Bd +[ +< +16171717181819191A1A1B1B1B1C1C1D1D1D1E1E1E1F20202121222222222223232425272829292A +2A2A29292C2F3235383D3F4143444546494C4E515457595B5D5F616365686C7074797D81858A8D91 +95999EA3A8ACB0B4B7BABDBFC1C3C4C5C6 +> +< +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF9F7F6F4F3F1F0EFEDEBE9E6E3E0DDDBD9D7D5D3D1CF +CDCAC7C4C1BEBBB9B7B5B3B1B0AFAFAEAD +> +< +FFFFFFFFFFFDFBFAF8F7F7F8F9F9FAFAFAF9F8F6F4F1EEECEAE9E8E7E6E5E4E2E0DDDCDAD9D7D6D5 +D5D4D3D2D0CFCDCCCBC8C6C5C4C3C1C0BEBCBAB9B7B7B5B3B0AEADABA9A8A7A7A6A4A3A1A09F9E9C +9B9A999998979797969696969595959595 +> +< +6B6C6E6F71737577797B7D7E8082838587898A8C8D8F9192949697999B9D9FA1A3A4A6A7A9ABACAE +B1B3B5B8B8B9BABBBCBEC0C1C3C5C7C9CACBCCCDCFD0D1D3D5D7D8DADCDEDFE0E1E2E3E3E4E5E6E7 +E8E9E9EAEBECECEDEEEEEFEFF0F0F0F0F1 +> +< +61605F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A +3938373635343332312F2E2D2C2B2A292827262524232221201F1E1D1C1B1A191817161514131211 +100F0E0D0C0B0A09080706050403020100 +> +0 +0 +4 %_Br +< +00000000000000000000000000000000010101010202020303030304040404050505060606070707 +08080909090A0A0A0B0B0B0C0C0C0C0D0D0D0E0E0E0F0F1010101011111112121313131414141515 +15161616 +> +< +EAEAEAEAEAEBEBEBECECEDEDEEEEEEEFEFEFEFEFF0F0F0F1F2F4F5F7F8FAFBFCFCFCFBFAF9F9F8F8 +F8F9FDFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFF +FFFFFFFF +> +1 +< +000000000000000000000000000001020304060708090B0C0D0F101113141517181A1B1D1E202123 +2426292B2C2E2F3133343537383A3B3D3E4042434546484A4B4D4E5051535556585A5C5D5F616364 +6668696B +> +< +B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E +8D8C8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A6968676665 +64636261 +> +0 +0 +4 %_Br +0 +< +AEAFAFB0B1B1B2B3B3B4B4B5B6B6B7B8B8B9BABABBBCBDBDBEBFC0C1C1C2C3C4C4C5C6C6C7C8C9C9 +CACACBCCCCCDCECFD0D0D1D2D2D3D4D4D5D6D6D7D8D9DADADBDCDDDDDEDFE0E1E1E2E2E3E4E5E5E6 +E6E7E8E8E9E9E9E9EA +> +1 +0 +< +FFFEFDFCFCFBFAF9F8F7F7F6F5F4F3F2F2F1F0EFEEEDEDECEBEAE9E8E7E7E6E5E4E3E2E2E1E0DFDE +DDDDDCDBDAD9D8D7D7D6D5D4D3D2D2D1D0CFCECDCDCCCBCAC9C8C8C7C6C5C4C3C2C2C1C0BFBEBDBD +BCBBBAB9B8B8B7B6B5 +> +< +595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938373635343332 +31302F2E2D2B2A292827262524232221201F1E1D1C1B1A191817161514131211100F0E0D0C0B0A09 +080706050403020100 +> +0 +4 %_Br +0 +< +08090B0C0E0F1112141517191A1C1D1F2022232527282A2B2D2F303234353637383A3B3C3E3F4142 +4244454648494A4B4D4E4F50515354555657585A5B5C5D5E60616263646667686A6B6C6E6F707172 +7374767778797A7B7C7D7E8081828384868788898B8C8D8F909192939596979898999A9B9B9C9D9C +9C9D9D9E9E9E9F9FA0A0A1A1A2A2A2A3A3A3A3A4A4A5A5A6A6A7A7A8A8A9A9AAAAABABACADADAE +> +< +727374747576777879797A7B7C7D7E7F80818283838485868788898A8B8C8D8D8E8F909192939495 +969798999A9B9C9D9E9FA0A1A3A4A4A5A6A7A8A9AAABACAEAFB0B1B2B4B5B6B8B9BBBCBDBFC0C1C2 +C3C5C6C7C8CACBCDCED0D2D3D5D7D9DADCDEDFE1E3E5E6E8EAECEDEFF1F3F5F6F7F8F9FAFBFBFCFD +FDFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +> +0 +1 +< +F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8D7D6D5D4D3D2D1D0CFCE +CECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7 +A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988878685848382818080 +7F7E7D7C7B7A797877767574737271706F6E6D6C6B6A696867666564636261605F5E5D5C5B5A59 +> +< +9E9D9C9B9A999897969594939291908F8E8D8C8B8A898887868584838281807F7E7D7C7B7A797877 +767574737271706F6E6D6C6B6A696867666564636261605F5E5D5C5B5A595857565554535251504F +4E4D4C4B4A494847464544434241403F3E3D3C3B3A393837363534333231302F2E2D2C2B2A292827 +262524232221201F1E1D1C1B1A191817161514131211100F0E0D0C0B0A09080706050403020100 +> +4 %_Br +[ +0.7765 0.6784 0.5843 0.9451 0 0 0 2 50 100 %_BS +%_0.7765 0.6784 0.5843 0.9451 0 0 0 2 50 100 Bs +0.0863 1 1 0.4196 0.3804 0 0 2 50 75 %_BS +%_0.0863 1 1 0.4196 0.3804 0 0 2 50 75 Bs +0 0.9176 1 0 0.7098 0 0 2 50 50 %_BS +%_0 0.9176 1 0 0.7098 0 0 2 50 50 Bs +0 0.6824 1 0 1 0.349 0 2 50 25 %_BS +%_0 0.6824 1 0 1 0.349 0 2 50 25 Bs +0 0.0314 0.4471 0 1 0.9608 0.6196 2 50 0 %_BS +%_0 0.0314 0.4471 0 1 0.9608 0.6196 2 50 0 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (Steel Cylinder) +(Steel Cylinder) 0 10 Bd +[ +< +727171706F6F6E6E6D6C6C6B6A6A6968686766666564646362626160605F5F5E5D5D5C5B5B5A5959 +585859585757565555545353525251504F4F4E4D4D4C4B4A4A494848474645454443424241403F3E +3E3D3C +> +< +5C5B5B5A5A595858575756555554545352525151504F4F4E4E4D4C4C4B4B4A494948484746464545 +444442424140403F3E3E3D3D3C3B3B3A39393838373636353534333332323130302F2F2E2D2D2C2C +2B2A2A +> +< +5D5C5B5B5A5A595958585757565655545453535252515150504F4E4E4D4D4C4C4B4A4A4949484847 +47444444434342414140403F3F3E3D3D3C3C3B3B3A39393838373636353534343332323131302F2F +2E2E2D +> +< +47464544434241403F3E3D3C3B3A393837363534333231302F2E2E2D2C2B2A292827272625242323 +2221201F1F1E1D1C1C1B1A1A19181817171615151414131212111110100F0F0E0E0D0D0D0C0C0B0B +0A0A0A +> +< +6A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F9091 +9293939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8 +B9BABB +> +< +6A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F9091 +92939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9 +BABBBC +> +< +696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F90 +91939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9 +BABBBC +> +4 %_Br +< +3C3D3E3F3F404142424344454546474848494A4A4B4C4D4D4E4F4F50515152535354555556575758 +595859595A5B5B5C5D5D5E5F5F6060616262636464656666676868696A6A6B6C6C6D6E6E6F6F7071 +7172 +> +< +2C2D2D2E2E2F30303131323333343435363637383839393A3B3B3C3C3D3E3E3F4040414142434344 +44444545464647484849494A4B4B4C4C4D4E4E4F4F505151525253545455555657575858595A5A5B +5B5C +> +< +2D2D2E2E2F3030313132333334343535363737383839393A3B3B3C3C3D3D3E3F3F40404141424343 +444747484849494A4A4B4C4C4D4D4E4E4F505051515252535354545556565757585859595A5A5B5B +5C5D +> +< +0A0B0B0C0C0C0D0D0E0E0F0F1010111112121313141415161617171819191A1B1B1C1D1D1E1F2020 +21222323242526272728292A2B2C2D2E2E2F303132333435363738393A3B3C3D3E3F404142434445 +4647 +> +< +BAB9B8B7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A99989796959493 +929291908F8E8D8C8B8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C +6B6A +> +< +BAB9B8B7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A99989796959493 +929291908F8E8D8C8B8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C +6B6A +> +< +BBBAB9B8B7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594 +9391908F8E8D8C8B8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B +6A69 +> +4 %_Br +< +0D0D0D0D0D0D0E0E0E0E0E0E0F0F0F0F101010111111121212131314141515151616171718181919 +191A1A1B1B1C1D1D1E1E1F20202122222223242425262627272829292A2B2C2C2D2D2E2F30303132 +333333343536373838393A3B3C3C +> +< +0909090909090A0A0A0A0A0A0B0B0B0B0B0B0B0C0C0C0D0D0D0D0D0E0E0F0F0F0F0F101011111111 +1213131313141515151516171717181818191A191A1B1B1B1C1D1D1D1E1E1F202020212122232324 +2524252626272828292A2A2B2B2C +> +< +0A0A0A0A0A0A0A0B0B0B0B0B0C0C0C0C0C0C0C0D0D0D0E0E0E0F0F0F0F0F10101111121212121313 +1413141415161517161718171919191A1B1A1B1C1C1C1D1E1E1E1E20202020212123232323242425 +26272727272829292A2A2B2C2C2D +> +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000010101010101020202020202020303030303040404050505050506 +0606070707070808080909090A0A +> +< +F1F1F1F1F1F1F0F0F0F0F0F0EFEFEFEFEEEEEEEDEDEDECECECEBEBEAEAE9E9E9E8E8E7E7E6E6E5E5 +E4E3E3E2E2E1E0E0DFDFDEDDDDDCDBDBDAD9D8D8D7D6D6D5D4D3D2D2D1D0CFCECDCDCCCBCAC9C8C7 +C6C6C5C4C3C2C1C0BFBEBDBCBBBA +> +< +F1F1F1F1F1F1F0F0F0F0F0F0EFEFEFEFEEEEEEEDEDEDECECECEBEBEAEAE9E9E9E8E8E7E7E6E6E5E5 +E4E3E3E2E2E1E0E0DFDFDEDDDDDCDBDBDAD9D8D8D7D6D6D5D4D3D2D2D1D0CFCECDCDCCCBCAC9C8C7 +C6C6C5C4C3C2C1C0BFBEBDBCBBBA +> +< +F1F1F1F1F1F1F1F0F0F0F0F0EFEFEFEFEEEEEEEDEDEDECECECEBEBEAEAEAE9E9E8E8E7E7E6E6E5E5 +E4E4E3E3E2E1E1E0E0DFDEDEDDDCDCDBDADAD9D8D7D7D6D5D4D4D3D2D1D1D0CFCECDCCCCCBCAC9C8 +C7C6C5C5C4C3C2C1C0BFBEBDBCBB +> +4 %_Br +< +5A5958585756565554545352525150504F4E4E4D4C4C4B4A49494847474645444443424141403F3E +3E3D3C3B3A3A39383636353433333231302F2F2E2D2C2B2B2A2928272726252423222221201F1E1D +1C1B1A19191817161514131211100F0E0D +> +< +454544444342424140403F3F3E3D3D3C3C3B3A3A393838373736353534343332323131302F2F2E2E +2D2C2C2B2B2A2929272726262524242323222121201F1F1E1E1D1C1C1B1B1A191918181717161515 +141313121111100F0F0E0D0D0C0B0B0A09 +> +< +4646454444434342424140403F3F3E3E3D3C3C3B3B3A3A3938383737363635343433333231313030 +2F2F2E2D2D2C2C2B2A29292827272626252424232322212120201F1E1E1D1C1C1B1B1A1919181717 +1615141413121211100F0F0E0D0C0C0B0A +> +< +23232221201F1F1E1D1D1C1B1B1A1919181717161615141413131212111110100F0F0E0E0D0D0C0C +0B0B0B0A0A0909090808070707060606050505050404040303030302020202020101010100000000 +0000000000000000000000000000000000 +> +< +909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7 +B8B9BABBBCBDBEBFC1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0 +E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1 +> +< +909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7 +B8B9BABBBCBDBEBFC1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0 +E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1 +> +< +909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7 +B8B9BABBBCBDBEBFC1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0 +E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1 +> +4 %_Br +< +9291908F8F8E8D8D8C8B8A8A8988888786868584848382828180807F7E7E7D7C7C7B7A7A79787877 +767674747372727170706F6E6E6D6C6C6B6A6A6968686766666565646363626161605F5F5E5D5D5C +5B5B5A5A +> +< +7A79787777767575747373727171706F6F6E6D6D6C6B6B6A6A696868676666656564636362626160 +605F5E5D5D5C5C5B5A5A59595857575656555454535352515150504F4E4E4D4D4C4B4B4A4A494848 +47474645 +> +< +757574747372727171706F6F6E6E6D6C6C6B6B6A6969686867666665656464636262616160605F5E +5E5D5C5C5B5B5A5A5959585757565655555454535352525151504F4F4E4E4D4D4C4C4B4B4A494948 +48474746 +> +< +87858482807F7D7C7A7877757472716F6E6C6B69686765646261605E5D5C5A59585755545352504F +4E4D4B4948474645444342413F3E3D3C3B3A39383737363534333231302F2E2D2C2C2B2A29282726 +26252423 +> +< +3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60616263 +64656768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C +8D8E8F90 +> +< +3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60616263 +64656768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C +8D8E8F90 +> +< +3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60616263 +64656768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C +8D8E8F90 +> +4 %_Br +< +7A7A7B7C7D7D7E7E7F808081828283848486878888898A8A8B8C8D8D8E8F8F909192 +> +< +63646465656667676869696A6A6B6C6C6D6F6F70717172737374757576777778797A +> +< +63646465666667676869696A6A6B6C6C6D6C6C6D6E6E6F6F70717172727374747575 +> +< +5657585A5B5C5D5F606263646667696A6C6E6F7172747577787A7C7D7F8082848587 +> +< +5E5D5C5B5A595857565554535251504F4E4C4B4A494847464544434241403F3E3D3C +> +< +5E5D5C5B5A595857565554535251504F4E4C4B4A494847464544434241403F3E3D3C +> +< +5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C +> +4 %_Br +< +61616262636363646465656566666667686869696A6A6B6C6C6C6D6E6E6F70707172717273737475 +757677777879797A +> +< +4D4D4D4D4E4E4E4F4F5050505151515253535454545556565757575858595A5A5B5C5B5C5D5D5E5E +5F5F606161626263 +> +< +4D4D4D4D4E4E4E4F4F4F505051515352525353555654555556585859595859595A5A5C5D5D5E5E5F +5F60606162626363 +> +< +2D2D2E2E2F2F30313132333334353536373738393A3A3B3C3D3E3F404142434445464647494A4B4C +4D4E505152535456 +> +< +8484838382828180807F7E7E7D7C7C7B7A7978787776757473737271706F6E6D6C6B6B6A69686766 +6564636261605F5E +> +< +8484838382828180807F7E7E7D7C7C7B7A7978787776757473737271706F6E6D6C6B6B6A69686766 +6564636261605F5E +> +< +8484838382828180807F7E7E7D7C7B7B7A79787776767574737271706F6F6E6D6C6B6A6968676665 +64636261605F5E5D +> +4 %_Br +< +8988888786868584848382828180807F7E7E7D7D7C7B7A7A79797877777675757474737272717070 +6F6E6E6D6C6C6B6A6A69686867666665656463636261 +> +< +727170706F6E6E6D6C6C6B6A6A696968676766656564646362626161605F5F5F5E5D5D5C5C5B5A5A +59595857575656555454535352515150504F4E4E4D4D +> +< +7171706F6F6E6D6D6C6C6B6A6A69696867676666656464636362626160605F5D5C5C5B5B5A5A5959 +585757565655555454535352525151504F4F4E4E4D4D +> +< +76747371706E6D6C6A696766646362605F5D5C5B5A58575654535251504E4D4C4B49484746454443 +42413F3E3D3C3B3A39383737363534333231302F2E2D +> +< +4748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E +6F707172737475767778797A7B7C7D7E7F8081828384 +> +< +4748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E +6F707172737475767778797A7B7C7D7E7F8081828384 +> +< +464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F6061626364666768696A6B6C6D6E +6F707172737475767778797A7B7C7D7E7F8081828384 +> +4 %_Br +< +3F3F4041424243444545464748484849494A4B4C4D4D4E4F4F4F5050515253535454545556575758 +5858595A5B5A5B5B5C5D5D5D5E5F605F60616161626363636465656566666667686868696A6A6A6B +6B6C6C6C6D6D6E6E6E6F706F707071727172727374737474757576767677777877787879797A797A +7A7B7A7C7B7C7C7D7D7D7D7D7E7E7F7E7E7F7F808080808082818182828282828283838384848485 +848484858585868686868786868686878787878788888888888888888888888888888A8989898989 +8989898989 +> +< +2E2E2F3030313132333334343536353637373839393A3B3B3C3C3C3D3D3E3F404040404142434344 +4444454546464747484948494A4A4B4B4B4C4D4D4D4E4E4E4F505050515151525352535454545556 +565657575757585958595A5A5A5A5B5C5B5C5C5D5D5D5E5E5F5E5F605F6060616162616262636263 +6364646564656566656566666767686767686869696969696A6A6A6B6A6A6B6B6B6C6C6C6C6C6C6D +6D6D6D6E6E6E6F6E6E6E6F6F6F6F6F70707070707070707070707171717171717171727272727272 +7272727272 +> +< +2E2F303031313233333434353536373838393839393A3B3B3C3D3E3E3F3E3F3F4041424243424343 +4445464645474748484849494A4B4A4B4C4C4D4D4D4E4E4E4F4F5050515151525254535354545455 +55555656565857575958595A595B5A5A5C5B5D5B5C5E5C5E5D5F5D5E605E605F6160626062616361 +636264626463656466666666656765676768686669696969686A6A686A6A6B6B6B6C6C6C6C6C6C6B +6D6D6D6D6D6D6C6E6E6E6C6F6F6F6F6F6F6F6F6F70707070707071717171717171716F7171717171 +7171717171 +> +< +0C0C0C0D0D0E0E0F0F101011111212131314141415161617171819191A1A1B1B1C1D1D1E1F1F2020 +212223232324252626262728292A2A2B2C2C2D2D2E2F303031323333343535363737373839393A3B +3B3C3D3D3E3F3F41414243434444454646474748494A4B4B4C4C4D4E4E4F50505152525353545455 +5657575858595A5A5B5B5C5C5D5D5E5F5F606061626263636464646566666767676969696A6A6A6B +6C6C6C6D6D6D6E6E6E6E6F7070707071717171717373737373737474747474747474757676767676 +7676767676 +> +< +B7B6B5B4B3B2B1B0AFAEADACABAAAAA9A8A7A6A5A4A3A2A1A0A09F9E9D9C9B9A9999989796959493 +939291908F8F8E8D8C8B8B8A898887878685848483828181807F7E7E7D7C7C7B7A7A797877777675 +7574737372727170706F6E6E6D6D6C6B6B6A6A6968686767666665646463636262616160605F5F5E +5E5D5D5C5C5B5B5A5A5A59595858575757565655555554545353535252525151515050504F4F4F4E +4E4E4E4D4D4D4C4C4C4C4B4B4B4B4B4A4A4A4A4A4949494949494848484848484848474747474747 +4747474747 +> +< +B7B6B5B4B3B2B1B0AFAEADACABAAAAA9A8A7A6A5A4A3A2A1A0A09F9E9D9C9B9A9999989796959493 +939291908F8F8E8D8C8B8B8A898887878685848483828181807F7E7E7D7C7C7B7A7A797877777675 +7574737372727170706F6E6E6D6D6C6B6B6A6A6968686767666665646463636262616160605F5F5E +5E5D5D5C5C5B5B5A5A5A59595858575757565655555554545353535252525151515050504F4F4F4E +4E4E4E4D4D4D4C4C4C4C4B4B4B4B4B4A4A4A4A4A4949494949494848484848484848474747474747 +4747474747 +> +< +B8B7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7A7A6A5A4A3A2A1A09F9E9D9D9C9B9A99989796969594 +93929190908F8E8D8C8C8B8A898888878685848483828181807F7E7E7D7C7C7B7A79797877777675 +75747373727171706F6F6E6D6D6C6C6B6A6A6969686767666665656463636262616160605F5F5E5E +5D5D5C5C5B5B5A5A595958585857575656555555545453535352525251515050504F4F4F4E4E4E4E +4D4D4D4C4C4C4C4B4B4B4B4A4A4A4A49494949494848484848484747474747474747474646464646 +4646464646 +> +4 %_Br +[ +0.71 0 50 100 %_BS +%_0.71 0 50 100 Bs +0.36 0 50 91.0112 %_BS +%_0.36 0 50 91.0112 Bs +0.7 0 50 79.7753 %_BS +%_0.7 0 50 79.7753 Bs +0.94 0 66.6667 69.1011 %_BS +%_0.94 0 66.6667 69.1011 Bs +0.52 0 50 56.7416 %_BS +%_0.52 0 50 56.7416 Bs +0.17 0 50 45.5056 %_BS +%_0.17 0 50 45.5056 Bs +0.31 0 50 35.955 %_BS +%_0.31 0 50 35.955 Bs +0.47 0 57.1429 29.7753 %_BS +%_0.47 0 57.1429 29.7753 Bs +0.21 0 50 23.0337 %_BS +%_0.21 0 50 23.0337 Bs +0.69 0 32 0 %_BS +%_0.69 0 32 0 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (Vega Blue) +(Vega Blue) 1 5 Bd +[ +< +D6D6D7D7D7D8D8D8D9D9D9D9D9DADADADADBDBDCDCDDDDDDDEDEDEDEDEDEDEDFDFDFDFE0E0E0E0E1 +E1E1E2E2E3E3E3E4E4E4E5E5E5E6E6E6E7E7E7E7E8E8E8E8E9E9E9EAEAEAEBEBEBECECECECECEDED +EEEEEEEFF0F1F1F2F2F4F5F7F7F7F7F7F7F7F7F6F4F3F2F1F0F0F0EFEFEFEFEEEEEEEDEDECECECEB +EBEBEBEAEAEAEAEA +> +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000010101020406090B0E111114171A1D1F1F2225282B2E2E31 +343737393C3E3E40 +> +< +636362626160605F5F5E5D5C5B5A5A595857565555545251504F4E4D4C4B49484746454444434241 +403F3E3E3D3C3A3938373634333231302E2D2C2B29292826252322211F1E1C1B1918161513131110 +0E0C0B09070604020201000000000000000000000000000000000000000000000000000000000000 +0000000000000000 +> +0 +0 +< +F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8D7D6D5D4D3D3D2D1D0 +CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBBBAB9B8B7B6B5B4B3B2B1B0AFAEADACACABAA +A9A8A7A6A5A4A3A2A2A1A09F9E9D9C9B9A9999989796959493929291908F8E8D8D8C8B8A89888887 +8685858483828281 +> +1 +4 %_Br +< +EAEAEAEAEAEBEAEBEBEBEBEBECEBECECECECECECECEDEDEDEDEEEEEEEEEEEEEEEEEFEFEFF0F0F0F1 +F1F1F2F2F2F2F3F3F3F3F4F4F5F6F7F7F7F8F8F9F9FAFBFBFCFCFCFCFCFCFCFCFCFCFCFDFDFDFDFD +FEFEFEFEFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +> +< +4042444647494B4D4F51525456585A5B5E5F6163656668696B6D6E707273757778797B7D7E808283 +8587898A8C8E8F91939496989C9D9FA0A2A3A4A6A7A9ABACAEAFB1B2B3B5B6B8B9BBBDBEBFC1C2C3 +C5C6C7C9CACCCDCECFD0D1D3D4D6D7D9DADCDEE0E1E3E4E5 +> +0 +0 +0 +< +81807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A696867666564636261605F5E5D5C5B5A +595857565554535251504F4E4C4B4A494847464544434241403F3E3D3C3B3A393837363534333231 +302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19 +> +< +FFFEFEFDFCFBFBFAF9F9F8F7F6F6F5F4F4F3F2F1F1F0EFEEEEEDECECEBEAE9E9E8E7E7E6E5E4E4E3 +E2E2E1E0DFDFDEDDDDDCDBDADAD9D8D7D7D6D5D5D4D3D2D2D1D0D0CFCECDCDCCCBCBCAC9C8C8C7C6 +C6C5C4C3C3C2C1C0C0BFBEBEBDBCBBBBBAB9B9B8B7B6B6B5 +> +4 %_Br +1 +< +E5E5E6E6E5E6E6E6E6E7E7E7E8E8E8EAEAEAE9EBEBEAECECEBEDEDECEDEEEEEEEFEFEFF0F0F0F0F1 +F1F1F2F3F2F3F3F3F3F4F4F5F6F6F7F8F8F8F9FAFAFAFBFBFBFCFCFCFCFDFDFDFEFEFFFFFFFFFFFF +FFFFFFFF +> +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000010101 +02020203 +> +< +00000000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000000000000000000010406 +080A0B0D +> +< +000001010202020303030404050505060607070708080809090A0A0A0B0B0C0C0C0D0D0D0E0E0F0F +0F10101111111212131313141414151516161617171818181919191A1A1B1B1B1C1C1D1D1D1E1E1E +1F1F2020 +> +< +19191818181717171716161615151514141414131313121212111111111010100F0F0F0E0E0E0E0D +0D0D0C0C0C0B0B0B0B0A0A0A09090908080808070707060606050505050404040303030202020201 +01010000 +> +< +B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E +8D8C8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A6968676665 +64636261 +> +4 %_Br +< +FFFFFFFFFFFFFFFFFFFEFCFCFAF9F9F9F8FAFAFAFCFDFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFCFDFBFAFBF9F7F8F6F4F5F3F0F1EEECECE9E7E7E5E2 +E1DEDBDAD7D4D3D0CECCCAC9C8C7C7C7C6 +> +< +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFFEFFFFFFFFFFFEFCFAF7F5F4F1F1F0EEEDECEAE9E8E6E6E5E3E2E0DCDAD8D4D2D1CECCCB +C7C5C3C0BEBCBAB8B6B4B3B2B0AFAFAEAD +> +< +03030405050607070809090A0B0B0C0C0D0E0E0F0F10101111121213131415151617171818191A1A +1B1C1D1D1E1F202021222223242425262728292A2D303336393B3E414447494C4F515456585B5D5F +64696D71767A7E8286898B8E9092939495 +> +< +0D101216191C1F2225292C2F3236393B3E414346484B4E505355575A5D5F6265686B6E7174777A7C +7F818486898C8E91949A9EA1A4A7A9ACAFB1B3B5B7B8BABCBEC0C2C3C6C8CACDD0D2D5D7D9DBDDDF +E1E2E4E5E7E8E9EAEBEDEDEEEFEFF0F0F1 +> +< +20201F1F1F1E1E1E1D1D1D1C1C1C1B1B1B1A1A1A1919191818181717171616161515151414141313 +131212121111111010100F0F0F0E0E0E0D0D0D0C0C0C0B0B0B0A0A0A090909080808070707060606 +0505050404040303030202020101010000 +> +0 +< +61605F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A +3938373635343332312F2E2D2C2B2A292827262524232221201F1E1D1C1B1A191817161514131211 +100F0E0D0C0B0A09080706050403020100 +> +4 %_Br +[ +0.8392 0 0.3882 0 0 0.9647 1 2 47.2224 0 %_BS +%_0.8392 0 0.3882 0 0 0.9647 1 2 47.2224 0 Bs +0.9176 0.251 0 0 0 0.5059 1 2 50 25 %_BS +%_0.9176 0.251 0 0 0 0.5059 1 2 50 25 Bs +1 0.898 0 0 0 0.098 0.7098 2 50 50 %_BS +%_1 0.898 0 0 0 0.098 0.7098 2 50 50 Bs +1 1 0.0118 0.051 0.1255 0 0.3804 2 50 75 %_BS +%_1 1 0.0118 0.051 0.1255 0 0.3804 2 50 75 Bs +0.7765 0.6784 0.5843 0.9451 0 0 0 2 50 100 %_BS +%_0.7765 0.6784 0.5843 0.9451 0 0 0 2 50 100 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (White, Black) +(White, Black) 0 2 Bd +[ +< +00010203040506070708090A0B0C0D0E0F10111213141516171819191A1B1C1D1E1F202122222324 +2526272728292A2B2B2C2D2E2F2F3031323333343536363738393A3A3B3C3D3E3E3F404141424344 +44454647474849494A4B4C4C4D4E4E4F5050515252535454555656575858595A5A5B5B5C5D5D5E5F +5F6061616263636465656666676868696A6A6B6C6C6D6E6E6F707071727273747475767677787879 +7A7A7B7C7C7D7E7E7F8080818282838484858686878888898A8A8B8C8D8D8E8F8F90919293939495 +96979798999A9B9B9C9D9E9F9FA0A1A2A3A4A5A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9 +BABBBCBEBFC0C1C2C3C4C4C5C5C6C6C6 +> +< +0001010203030405050607070809090A0B0B0C0D0D0E0F0F10111112131314151516171718181919 +1A1B1B1C1C1D1E1E1F1F202121222323242425262627272829292A2B2B2C2C2D2E2E2F2F30313132 +3233343435353637373838393A3A3B3C3C3D3D3E3F3F404041424243444445454647474848494A4A +4B4B4C4D4D4E4E4F50505151525353545455565657575859595A5A5B5C5C5D5D5E5F5F6060616262 +63636465656666676868696A6A6B6B6C6D6D6E6F6F70717172737374757576777778797A7A7B7C7C +7D7E7F7F808182828384848586878788898A8B8B8C8D8E8F909192939495969798999A9B9D9E9FA0 +A1A2A3A4A6A7A8A9AAAAABACACACADAD +> +< +00010102030404050607070809090A0B0C0C0D0E0F0F10111212131414151617171819191A1B1B1C +1C1D1E1E1F20202121222323242425262627272829292A2A2B2C2C2D2D2E2F2F3030313132333334 +3435363637373838393A3A3B3B3C3C3D3E3E3F3F4040414242434344444546464747484849494A4B +4B4C4C4D4D4E4E4F4F5051515252535354545555565657575859595A5A5B5B5C5C5D5D5E5E5F6060 +616162626364646565666667686869696A6B6B6C6C6D6E6E6F6F7071717272737474757576777778 +79797A7A7B7C7C7D7E7E7F8080818282838484858686878888898A8A8B8C8C8D8E8E8F8F90919192 +92939393949494949494959595959595 +> +< +00000000000000000000000000000000000000000000000000000000000000000000000101010102 +0202020203030303040404050505050606060707070808080909090A0A0B0B0B0C0C0D0D0E0E0F0F +1010111112121313141415161617171819191A1B1B1C1D1D1E1F1F2021222323242526262728292A +2B2C2C2D2E2F30313233343536373738393A3B3C3D3E3F4142434445464748494B4C4D4E4F505253 +54555758595A5C5D5E60616264656768696B6C6E6F7172747577787A7C7D7F8082848587898B8C8E +9092939597999B9C9EA0A2A4A5A7A9ABADAFB1B3B5B7B9BBBDBFC1C3C6C8CACCCED0D2D4D7D9DBDD +DFE0E2E4E6E7E9EAECEDEEEFEFF0F0F1 +> +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 +37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 +0F0E0D0C0B0A09080706050403020100 +> +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 +37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 +0F0E0D0C0B0A09080706050403020100 +> +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 +37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 +0F0E0D0C0B0A09080706050403020100 +> +4 %_Br +[ +0.7765 0.6784 0.5843 0.9451 0 0 0 2 50 100 %_BS +%_0.7765 0.6784 0.5843 0.9451 0 0 0 2 50 100 Bs +0 0 0 0 1 1 1 2 50 0 %_BS +%_0 0 0 0 1 1 1 2 50 0 Bs +BD +%AI5_EndGradient +%AI5_BeginGradient: (White, Black Radial) +(White, Black Radial) 1 2 Bd +[ +< +00010203040506070708090A0B0C0D0E0F10111213141516171819191A1B1C1D1E1F202122222324 +2526272728292A2B2B2C2D2E2F2F3031323333343536363738393A3A3B3C3D3E3E3F404141424344 +44454647474849494A4B4C4C4D4E4E4F5050515252535454555656575858595A5A5B5B5C5D5D5E5F +5F6061616263636465656666676868696A6A6B6C6C6D6E6E6F707071727273747475767677787879 +7A7A7B7C7C7D7E7E7F8080818282838484858686878888898A8A8B8C8D8D8E8F8F90919293939495 +96979798999A9B9B9C9D9E9F9FA0A1A2A3A4A5A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9 +BABBBCBEBFC0C1C2C3C4C4C5C5C6C6C6 +> +< +0001010203030405050607070809090A0B0B0C0D0D0E0F0F10111112131314151516171718181919 +1A1B1B1C1C1D1E1E1F1F202121222323242425262627272829292A2B2B2C2C2D2E2E2F2F30313132 +3233343435353637373838393A3A3B3C3C3D3D3E3F3F404041424243444445454647474848494A4A +4B4B4C4D4D4E4E4F50505151525353545455565657575859595A5A5B5C5C5D5D5E5F5F6060616262 +63636465656666676868696A6A6B6B6C6D6D6E6F6F70717172737374757576777778797A7A7B7C7C +7D7E7F7F808182828384848586878788898A8B8B8C8D8E8F909192939495969798999A9B9D9E9FA0 +A1A2A3A4A6A7A8A9AAAAABACACACADAD +> +< +00010102030404050607070809090A0B0C0C0D0E0F0F10111212131414151617171819191A1B1B1C +1C1D1E1E1F20202121222323242425262627272829292A2A2B2C2C2D2D2E2F2F3030313132333334 +3435363637373838393A3A3B3B3C3C3D3E3E3F3F4040414242434344444546464747484849494A4B +4B4C4C4D4D4E4E4F4F5051515252535354545555565657575859595A5A5B5B5C5C5D5D5E5E5F6060 +616162626364646565666667686869696A6B6B6C6C6D6E6E6F6F7071717272737474757576777778 +79797A7A7B7C7C7D7E7E7F8080818282838484858686878888898A8A8B8C8C8D8E8E8F8F90919192 +92939393949494949494959595959595 +> +< +00000000000000000000000000000000000000000000000000000000000000000000000101010102 +0202020203030303040404050505050606060707070808080909090A0A0B0B0B0C0C0D0D0E0E0F0F +1010111112121313141415161617171819191A1B1B1C1D1D1E1F1F2021222323242526262728292A +2B2C2C2D2E2F30313233343536373738393A3B3C3D3E3F4142434445464748494B4C4D4E4F505253 +54555758595A5C5D5E60616264656768696B6C6E6F7172747577787A7C7D7F8082848587898B8C8E +9092939597999B9C9EA0A2A4A5A7A9ABADAFB1B3B5B7B9BBBDBFC1C3C6C8CACCCED0D2D4D7D9DBDD +DFE0E2E4E6E7E9EAECEDEEEFEFF0F0F1 +> +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 +37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 +0F0E0D0C0B0A09080706050403020100 +> +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 +37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 +0F0E0D0C0B0A09080706050403020100 +> +< +FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 +D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 +AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 +87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 +5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 +37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 +0F0E0D0C0B0A09080706050403020100 +> +4 %_Br +[ +0 0 0 0 1 1 1 2 50 0 %_BS +%_0 0 0 0 1 1 1 2 50 0 Bs +0.7765 0.6784 0.5843 0.9451 0 0 0 2 50 100 %_BS +%_0.7765 0.6784 0.5843 0.9451 0 0 0 2 50 100 Bs +BD +%AI5_EndGradient +%AI5_End_NonPrinting-- +%AI5_Begin_NonPrinting +Np +%AI3_BeginPattern: (Area Rug) +(Area Rug) 0 0 100 100.002 [ +%AI3_Tile +(0 O 0 R 0 0.8314 0.9961 0 0.8824 0.1255 0.0314 Xa + 0 0.8314 0.9961 0 0.8824 0.1255 0.0314 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 0.001 m +0 0.001 L +0 100.001 L +100 100.001 L +100 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18 58.6836 m +17.1611 58.6836 16.3525 58.8047 15.5791 59.0127 C +15.5771 59.0088 15.5742 59.0049 15.5723 59.001 C +16.1377 58.0244 16.6113 56.9907 16.9873 55.9092 C +17.3174 55.9653 17.6543 56.001 18 56.001 c +21.3135 56.001 24 53.3145 24 50.001 c +24 46.6875 21.3135 44.001 18 44.001 c +17.6543 44.001 17.3174 44.0371 16.9873 44.0928 C +16.6113 43.0117 16.1377 41.9775 15.5723 41.001 C +15.5742 40.9971 15.5771 40.9932 15.5791 40.9893 C +16.3525 41.1973 17.1611 41.3184 18 41.3184 c +22.3076 41.3184 25.9209 38.3926 26.9883 34.4219 C +32.3701 37.5332 36 43.3379 36 50.001 c +36 56.6641 32.3701 62.4683 26.9883 65.5801 C +25.9209 61.6099 22.3076 58.6836 18 58.6836 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18 53.001 m +19.6572 53.001 21 51.6577 21 50.001 c +21 48.3438 19.6572 47.001 18 47.001 c +17.9092 47.001 17.8232 47.0195 17.7344 47.0273 C +17.5664 46.0176 17.3164 45.0381 16.9873 44.0928 C +17.3174 44.0371 17.6543 44.001 18 44.001 c +21.3135 44.001 24 46.6875 24 50.001 c +24 53.3145 21.3135 56.001 18 56.001 c +17.6543 56.001 17.3174 55.9653 16.9873 55.9092 C +17.3164 54.9639 17.5664 53.9839 17.7344 52.9741 C +17.8232 52.9819 17.9092 53.001 18 53.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4039 0.4824 0.5216 0.4314 0.3451 0.2941 0.2549 Xa + 0.4039 0.4824 0.5216 0.4314 0.3451 0.2941 0.2549 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +21 50.001 m +21 51.6577 19.6572 53.001 18 53.001 c +17.9092 53.001 17.8232 52.9819 17.7344 52.9741 C +17.8955 52.0049 18 51.0161 18 50.001 c +18 48.9863 17.8955 47.9971 17.7344 47.0273 C +17.8232 47.0195 17.9092 47.001 18 47.001 c +19.6572 47.001 21 48.3438 21 50.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.7051 52.25 m +8.8916 51.5298 9 50.7788 9 50.001 c +9 49.2231 8.8916 48.4727 8.7051 47.752 C +11.5635 46.168 13.9355 43.8262 15.5723 41.001 C +16.1377 41.9775 16.6113 43.0117 16.9873 44.0928 C +14.1572 44.5752 12 47.0332 12 50.001 c +12 52.9688 14.1572 55.4268 16.9873 55.9092 C +16.6113 56.9907 16.1377 58.0244 15.5723 59.001 C +13.9355 56.1763 11.5635 53.8335 8.7051 52.25 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +12 50.001 m +12 47.0332 14.1572 44.5752 16.9873 44.0928 C +17.3164 45.0381 17.5664 46.0176 17.7344 47.0273 C +16.2041 47.1641 15 48.4355 15 50.001 c +15 51.5664 16.2041 52.8374 17.7344 52.9741 C +17.5664 53.9839 17.3164 54.9639 16.9873 55.9092 C +14.1572 55.4268 12 52.9688 12 50.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.7344 52.9741 m +16.2041 52.8374 15 51.5664 15 50.001 c +15 48.4355 16.2041 47.1641 17.7344 47.0273 C +17.8955 47.9971 18 48.9863 18 50.001 c +18 51.0161 17.8955 52.0049 17.7344 52.9741 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +6 68.001 m +6 67.6553 5.9648 67.3184 5.9082 66.9883 C +6.9902 66.6123 8.0234 66.1387 9 65.5732 C +9.0039 65.5752 9.0078 65.5781 9.0117 65.5801 C +8.8037 66.3535 8.6826 67.1621 8.6826 68.001 c +8.6826 72.3081 11.6084 75.9224 15.5791 76.9893 C +12.4668 82.3706 6.6631 86.001 0 86.001 C +0 74.001 L +3.3135 74.001 6 71.3145 6 68.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3 68.001 m +3 67.9102 2.9805 67.8242 2.9736 67.7354 C +3.9834 67.5669 4.9629 67.3174 5.9082 66.9883 C +5.9648 67.3184 6 67.6553 6 68.001 c +6 71.3145 3.3135 74.001 0 74.001 C +0 71.001 L +1.6572 71.001 3 69.6577 3 68.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 Xa + 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 71.001 m +0 68.001 L +1.0156 68.001 2.0039 67.8965 2.9736 67.7354 C +2.9805 67.8242 3 67.9102 3 68.001 c +3 69.6577 1.6572 71.001 0 71.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +9.0117 65.5801 m +9.0078 65.5781 9.0039 65.5752 9 65.5732 C +9.0049 65.5698 9.0107 65.5664 9.0156 65.5635 C +9.0137 65.5688 9.0127 65.5747 9.0117 65.5801 C +f +15.5723 59.001 m +15.5742 59.0049 15.5771 59.0088 15.5791 59.0127 C +15.5742 59.0142 15.5674 59.0151 15.5625 59.0166 C +15.5654 59.0117 15.5693 59.0063 15.5723 59.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +9 65.5732 m +8.0234 66.1387 6.9902 66.6123 5.9082 66.9883 C +5.4258 64.1582 2.9678 62.001 0 62.001 C +0 59.001 L +0.7783 59.001 1.5293 58.8921 2.249 58.7061 C +3.833 61.5649 6.1748 63.9365 9 65.5732 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +5.9082 66.9883 m +4.9629 67.3174 3.9834 67.5669 2.9736 67.7354 C +2.8369 66.2051 1.5654 65.001 0 65.001 C +0 62.001 L +2.9678 62.001 5.4258 64.1582 5.9082 66.9883 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 65.001 m +1.5654 65.001 2.8369 66.2051 2.9736 67.7354 C +2.0039 67.8965 1.0156 68.001 0 68.001 C +0 65.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 Xa + 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.249 58.7061 m +5.4092 57.8916 7.8906 55.4102 8.7051 52.25 C +11.5635 53.8335 13.9355 56.1763 15.5723 59.001 C +15.5693 59.0063 15.5654 59.0117 15.5625 59.0166 C +12.3789 59.8789 9.8779 62.3799 9.0156 65.5635 C +9.0107 65.5664 9.0049 65.5698 9 65.5732 C +6.1748 63.9365 3.833 61.5649 2.249 58.7061 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +15.5791 23.0127 m +11.6084 24.0801 8.6826 27.6934 8.6826 32.001 c +8.6826 32.8398 8.8037 33.6484 9.0117 34.4219 C +9.0078 34.4238 9.0039 34.4268 9 34.4287 C +8.0234 33.8633 6.9902 33.3896 5.9082 33.0137 C +5.9648 32.6836 6 32.3467 6 32.001 c +6 28.6875 3.3135 26.001 0 26.001 C +0 14.001 L +6.6631 14.001 12.4668 17.6309 15.5791 23.0127 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3 32.001 m +3 30.3438 1.6572 29.001 0 29.001 C +0 26.001 L +3.3135 26.001 6 28.6875 6 32.001 c +6 32.3467 5.9648 32.6836 5.9082 33.0137 C +4.9629 32.6846 3.9834 32.4355 2.9736 32.2666 C +2.9805 32.1777 3 32.0918 3 32.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 Xa + 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 29.001 m +1.6572 29.001 3 30.3438 3 32.001 c +3 32.0918 2.9805 32.1777 2.9736 32.2666 C +2.0039 32.1055 1.0156 32.001 0 32.001 C +0 29.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +9 34.4287 m +9.0039 34.4268 9.0078 34.4238 9.0117 34.4219 C +9.0127 34.4277 9.0137 34.4336 9.0156 34.4385 C +9.0107 34.4355 9.0049 34.4316 9 34.4287 C +f +15.5791 40.9893 m +15.5771 40.9932 15.5742 40.9971 15.5723 41.001 C +15.5693 40.9961 15.5654 40.9902 15.5625 40.9854 C +15.5674 40.9863 15.5742 40.9883 15.5791 40.9893 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.249 41.2959 m +1.5293 41.1094 0.7783 41.001 0 41.001 C +0 38.001 L +2.9678 38.001 5.4258 35.8438 5.9082 33.0137 C +6.9902 33.3896 8.0234 33.8633 9 34.4287 C +6.1748 36.0654 3.833 38.4375 2.249 41.2959 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 38.001 m +0 35.001 L +1.5654 35.001 2.8369 33.7969 2.9736 32.2666 C +3.9834 32.4355 4.9629 32.6846 5.9082 33.0137 C +5.4258 35.8438 2.9678 38.001 0 38.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.9736 32.2666 m +2.8369 33.7969 1.5654 35.001 0 35.001 C +0 32.001 L +1.0156 32.001 2.0039 32.1055 2.9736 32.2666 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 Xa + 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +15.5625 40.9854 m +15.5654 40.9902 15.5693 40.9961 15.5723 41.001 C +13.9355 43.8262 11.5635 46.168 8.7051 47.752 C +7.8906 44.5918 5.4092 42.1104 2.249 41.2959 C +3.833 38.4375 6.1748 36.0654 9 34.4287 C +9.0049 34.4316 9.0107 34.4355 9.0156 34.4385 C +9.8779 37.6221 12.3789 40.123 15.5625 40.9854 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 Xa + 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18 72.501 m +20.4854 72.501 22.5 70.4863 22.5 68.001 c +22.5 67.8037 22.4668 67.6162 22.4414 67.4258 C +24.0566 67.0156 25.582 66.3936 26.9883 65.5801 C +27.1963 66.3535 27.3174 67.1621 27.3174 68.001 c +27.3174 73.147 23.1455 77.3184 18 77.3184 c +17.1611 77.3184 16.3525 77.1973 15.5791 76.9893 C +16.3926 75.583 17.0146 74.0571 17.4248 72.4429 C +17.6152 72.4678 17.8027 72.501 18 72.501 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 Xa + 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18 63.501 m +17.8027 63.501 17.6152 63.5342 17.4248 63.5591 C +17.0146 61.9448 16.3926 60.4189 15.5791 59.0127 C +16.3525 58.8047 17.1611 58.6836 18 58.6836 c +22.3076 58.6836 25.9209 61.6099 26.9883 65.5801 C +25.582 66.3936 24.0566 67.0156 22.4414 67.4258 C +22.1572 65.2148 20.2881 63.501 18 63.501 c +f +8.6826 68.001 m +8.6826 67.1621 8.8037 66.3535 9.0117 65.5801 C +10.418 66.3936 11.9443 67.0156 13.5576 67.4258 C +13.5332 67.6162 13.5 67.8037 13.5 68.001 c +13.5 70.2891 15.2139 72.1577 17.4248 72.4429 C +17.0146 74.0571 16.3926 75.583 15.5791 76.9893 C +11.6084 75.9224 8.6826 72.3081 8.6826 68.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 1 0 0.5765 0 0.0627 0.5725 0.4824 Xa + 1 0 0.5765 0 0.0627 0.5725 0.4824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +15.5625 59.0166 m +15.5674 59.0151 15.5742 59.0142 15.5791 59.0127 C +16.3926 60.4189 17.0146 61.9448 17.4248 63.5591 C +15.4043 63.8198 13.8193 65.4053 13.5576 67.4258 C +11.9443 67.0156 10.418 66.3936 9.0117 65.5801 C +9.0127 65.5747 9.0137 65.5688 9.0156 65.5635 C +11.7285 63.9883 13.9873 61.7295 15.5625 59.0166 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 Xa + 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +9.0156 65.5635 m +9.8779 62.3799 12.3789 59.8789 15.5625 59.0166 C +13.9873 61.7295 11.7285 63.9883 9.0156 65.5635 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 Xa + 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +22.4414 67.4258 m +22.4668 67.6162 22.5 67.8037 22.5 68.001 c +22.5 70.4863 20.4854 72.501 18 72.501 c +17.8027 72.501 17.6152 72.4678 17.4248 72.4429 C +17.7871 71.0195 18 69.5371 18 68.001 C +19.5361 68.001 21.0186 67.7881 22.4414 67.4258 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 Xa + 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.4248 63.5591 m +17.6152 63.5342 17.8027 63.501 18 63.501 c +20.2881 63.501 22.1572 65.2148 22.4414 67.4258 C +21.0186 67.7881 19.5361 68.001 18 68.001 C +18 66.4648 17.7871 64.9824 17.4248 63.5591 C +f +17.4248 72.4429 m +15.2139 72.1577 13.5 70.2891 13.5 68.001 c +13.5 67.8037 13.5332 67.6162 13.5576 67.4258 C +14.9814 67.7881 16.4639 68.001 18 68.001 C +18 69.5371 17.7871 71.0195 17.4248 72.4429 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 Xa + 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.4248 63.5591 m +17.7871 64.9824 18 66.4648 18 68.001 C +16.4639 68.001 14.9814 67.7881 13.5576 67.4258 C +13.8193 65.4053 15.4043 63.8198 17.4248 63.5591 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 Xa + 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +22.5 32.001 m +22.5 29.5156 20.4854 27.501 18 27.501 c +17.8027 27.501 17.6152 27.5342 17.4248 27.5586 C +17.0146 25.9453 16.3926 24.4189 15.5791 23.0127 C +16.3525 22.8047 17.1611 22.6836 18 22.6836 c +23.1455 22.6836 27.3174 26.8555 27.3174 32.001 c +27.3174 32.8398 27.1963 33.6484 26.9883 34.4219 C +25.582 33.6084 24.0566 32.9863 22.4414 32.5762 C +22.4668 32.3857 22.5 32.1982 22.5 32.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 Xa + 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18 41.3184 m +17.1611 41.3184 16.3525 41.1973 15.5791 40.9893 C +16.3926 39.583 17.0146 38.0566 17.4248 36.4434 C +17.6152 36.4678 17.8027 36.501 18 36.501 c +20.2881 36.501 22.1572 34.7871 22.4414 32.5762 C +24.0566 32.9863 25.582 33.6084 26.9883 34.4219 C +25.9209 38.3926 22.3076 41.3184 18 41.3184 c +f +13.5 32.001 m +13.5 32.1982 13.5332 32.3857 13.5576 32.5762 C +11.9443 32.9863 10.418 33.6084 9.0117 34.4219 C +8.8037 33.6484 8.6826 32.8398 8.6826 32.001 c +8.6826 27.6934 11.6084 24.0801 15.5791 23.0127 C +16.3926 24.4189 17.0146 25.9453 17.4248 27.5586 C +15.2139 27.8438 13.5 29.7129 13.5 32.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 1 0 0.5765 0 0.0627 0.5725 0.4824 Xa + 1 0 0.5765 0 0.0627 0.5725 0.4824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.4248 36.4434 m +17.0146 38.0566 16.3926 39.583 15.5791 40.9893 C +15.5742 40.9883 15.5674 40.9863 15.5625 40.9854 C +13.9873 38.2725 11.7285 36.0137 9.0156 34.4385 C +9.0137 34.4336 9.0127 34.4277 9.0117 34.4219 C +10.418 33.6084 11.9443 32.9863 13.5576 32.5762 C +13.8193 34.5967 15.4043 36.1816 17.4248 36.4434 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 Xa + 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +9.0156 34.4385 m +11.7285 36.0137 13.9873 38.2725 15.5625 40.9854 C +12.3789 40.123 9.8779 37.6221 9.0156 34.4385 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 Xa + 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.4248 27.5586 m +17.6152 27.5342 17.8027 27.501 18 27.501 c +20.4854 27.501 22.5 29.5156 22.5 32.001 c +22.5 32.1982 22.4668 32.3857 22.4414 32.5762 C +21.0186 32.2139 19.5361 32.001 18 32.001 C +18 30.4648 17.7871 28.9824 17.4248 27.5586 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 Xa + 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +22.4414 32.5762 m +22.1572 34.7871 20.2881 36.501 18 36.501 c +17.8027 36.501 17.6152 36.4678 17.4248 36.4434 C +17.7871 35.0195 18 33.5371 18 32.001 C +19.5361 32.001 21.0186 32.2139 22.4414 32.5762 C +f +13.5576 32.5762 m +13.5332 32.3857 13.5 32.1982 13.5 32.001 c +13.5 29.7129 15.2139 27.8438 17.4248 27.5586 C +17.7871 28.9824 18 30.4648 18 32.001 C +16.4639 32.001 14.9814 32.2139 13.5576 32.5762 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 Xa + 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +13.5576 32.5762 m +14.9814 32.2139 16.4639 32.001 18 32.001 C +18 33.5371 17.7871 35.0195 17.4248 36.4434 C +15.4043 36.1816 13.8193 34.5967 13.5576 32.5762 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 Xa + 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.7051 52.25 m +6.125 50.8203 3.1592 50.001 0 50.001 c +3.1592 50.001 6.125 49.1816 8.7051 47.752 C +8.8916 48.4727 9 49.2231 9 50.001 c +9 50.7788 8.8916 51.5298 8.7051 52.25 C +f +2.249 58.7061 m +1.5293 58.8921 0.7783 59.001 0 59.001 C +0 50.001 L +0 53.1602 0.8193 56.1255 2.249 58.7061 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 Xa + 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.249 58.7061 m +0.8193 56.1255 0 53.1602 0 50.001 C +3.1592 50.001 6.125 50.8203 8.7051 52.25 C +7.8906 55.4102 5.4092 57.8916 2.249 58.7061 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 Xa + 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 50.001 m +0 41.001 L +0.7783 41.001 1.5293 41.1094 2.249 41.2959 C +0.8193 43.877 0 46.8418 0 50.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 Xa + 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.249 41.2959 m +5.4092 42.1104 7.8906 44.5918 8.7051 47.752 C +6.125 49.1816 3.1592 50.001 0 50.001 C +0 46.8418 0.8193 43.877 2.249 41.2959 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +82 41.3184 m +82.8389 41.3184 83.6475 41.1973 84.4209 40.9893 C +84.4229 40.9932 84.4258 40.9971 84.4277 41.001 C +83.8623 41.9775 83.3887 43.0117 83.0127 44.0928 C +82.6826 44.0371 82.3457 44.001 82 44.001 c +78.6865 44.001 76 46.6875 76 50.001 c +76 53.3145 78.6865 56.001 82 56.001 c +82.3457 56.001 82.6826 55.9653 83.0127 55.9092 C +83.3887 56.9907 83.8623 58.0244 84.4277 59.001 C +84.4258 59.0049 84.4229 59.0088 84.4209 59.0127 C +83.6475 58.8047 82.8389 58.6836 82 58.6836 c +77.6934 58.6836 74.0781 61.6099 73.0117 65.5801 C +67.6309 62.4683 64 56.6641 64 50.001 c +64 43.3379 67.6309 37.5332 73.0117 34.4219 C +74.0781 38.3926 77.6934 41.3184 82 41.3184 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +82 47.001 m +80.3438 47.001 79 48.3438 79 50.001 c +79 51.6577 80.3438 53.001 82 53.001 c +82.0908 53.001 82.1768 52.9819 82.2656 52.9741 C +82.4336 53.9839 82.6836 54.9639 83.0127 55.9092 C +82.6826 55.9653 82.3457 56.001 82 56.001 c +78.6865 56.001 76 53.3145 76 50.001 c +76 46.6875 78.6865 44.001 82 44.001 c +82.3457 44.001 82.6826 44.0371 83.0127 44.0928 C +82.6836 45.0381 82.4336 46.0176 82.2656 47.0273 C +82.1768 47.0195 82.0908 47.001 82 47.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4039 0.4824 0.5216 0.4314 0.3451 0.2941 0.2549 Xa + 0.4039 0.4824 0.5216 0.4314 0.3451 0.2941 0.2549 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +79 50.001 m +79 48.3438 80.3438 47.001 82 47.001 c +82.0908 47.001 82.1768 47.0195 82.2656 47.0273 C +82.1045 47.9971 82 48.9863 82 50.001 c +82 51.0161 82.1045 52.0049 82.2656 52.9741 C +82.1768 52.9819 82.0908 53.001 82 53.001 c +80.3438 53.001 79 51.6577 79 50.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.2949 52.25 m +88.4355 53.8335 86.0645 56.1763 84.4277 59.001 C +83.8623 58.0244 83.3887 56.9907 83.0127 55.9092 C +85.8428 55.4268 88 52.9688 88 50.001 c +88 47.0332 85.8428 44.5752 83.0127 44.0928 C +83.3887 43.0117 83.8623 41.9775 84.4277 41.001 C +86.0645 43.8262 88.4355 46.168 91.2949 47.752 C +91.1094 48.4727 91 49.2231 91 50.001 c +91 50.7788 91.1094 51.5298 91.2949 52.25 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +88 50.001 m +88 52.9688 85.8428 55.4268 83.0127 55.9092 C +82.6836 54.9639 82.4336 53.9839 82.2656 52.9741 C +83.7959 52.8374 85 51.5664 85 50.001 c +85 48.4355 83.7959 47.1641 82.2656 47.0273 C +82.4336 46.0176 82.6836 45.0381 83.0127 44.0928 C +85.8428 44.5752 88 47.0332 88 50.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +82.2656 47.0273 m +83.7959 47.1641 85 48.4355 85 50.001 c +85 51.5664 83.7959 52.8374 82.2656 52.9741 C +82.1045 52.0049 82 51.0161 82 50.001 c +82 48.9863 82.1045 47.9971 82.2656 47.0273 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +84.4209 76.9893 m +88.3906 75.9224 91.3174 72.3081 91.3174 68.001 c +91.3174 67.1621 91.1963 66.3535 90.9883 65.5801 C +90.9922 65.5781 90.9961 65.5752 91 65.5732 C +91.9766 66.1387 93.0098 66.6123 94.0918 66.9883 C +94.0352 67.3184 94 67.6553 94 68.001 c +94 71.3145 96.6865 74.001 100 74.001 C +100 86.001 L +93.3369 86.001 87.5332 82.3706 84.4209 76.9893 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97 68.001 m +97 69.6577 98.3438 71.001 100 71.001 C +100 74.001 L +96.6865 74.001 94 71.3145 94 68.001 c +94 67.6553 94.0352 67.3184 94.0918 66.9883 C +95.0371 67.3174 96.0176 67.5669 97.0273 67.7354 C +97.0195 67.8242 97 67.9102 97 68.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 Xa + 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 71.001 m +98.3438 71.001 97 69.6577 97 68.001 c +97 67.9102 97.0195 67.8242 97.0273 67.7354 C +97.9961 67.8965 98.9844 68.001 100 68.001 C +100 71.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +84.4209 59.0127 m +84.4229 59.0088 84.4258 59.0049 84.4277 59.001 C +84.4316 59.0063 84.4346 59.0117 84.4375 59.0166 C +84.4316 59.0151 84.4258 59.0142 84.4209 59.0127 C +f +91 65.5732 m +90.9961 65.5752 90.9922 65.5781 90.9883 65.5801 C +90.9863 65.5747 90.9863 65.5688 90.9844 65.5635 C +90.9893 65.5664 90.9941 65.5698 91 65.5732 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.751 58.7061 m +98.4707 58.8921 99.2227 59.001 100 59.001 C +100 62.001 L +97.0322 62.001 94.5742 64.1582 94.0918 66.9883 C +93.0098 66.6123 91.9766 66.1387 91 65.5732 C +93.8242 63.9365 96.168 61.5649 97.751 58.7061 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 62.001 m +100 65.001 L +98.4346 65.001 97.1641 66.2051 97.0273 67.7354 C +96.0176 67.5669 95.0371 67.3174 94.0918 66.9883 C +94.5742 64.1582 97.0322 62.001 100 62.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.0273 67.7354 m +97.1641 66.2051 98.4346 65.001 100 65.001 C +100 68.001 L +98.9844 68.001 97.9961 67.8965 97.0273 67.7354 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 Xa + 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +84.4375 59.0166 m +84.4346 59.0117 84.4316 59.0063 84.4277 59.001 C +86.0645 56.1763 88.4355 53.8335 91.2949 52.25 C +92.1094 55.4102 94.5908 57.8916 97.751 58.7061 C +96.168 61.5649 93.8242 63.9365 91 65.5732 C +90.9941 65.5698 90.9893 65.5664 90.9844 65.5635 C +90.1221 62.3799 87.6211 59.8789 84.4375 59.0166 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +94 32.001 m +94 32.3467 94.0352 32.6836 94.0918 33.0137 C +93.0098 33.3896 91.9766 33.8633 91 34.4287 C +90.9961 34.4268 90.9922 34.4238 90.9883 34.4219 C +91.1963 33.6484 91.3174 32.8398 91.3174 32.001 c +91.3174 27.6934 88.3906 24.0801 84.4209 23.0127 C +87.5332 17.6309 93.3369 14.001 100 14.001 C +100 26.001 L +96.6865 26.001 94 28.6875 94 32.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97 32.001 m +97 32.0918 97.0195 32.1777 97.0273 32.2666 C +96.0176 32.4355 95.0371 32.6846 94.0918 33.0137 C +94.0352 32.6836 94 32.3467 94 32.001 c +94 28.6875 96.6865 26.001 100 26.001 C +100 29.001 L +98.3438 29.001 97 30.3438 97 32.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 Xa + 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 29.001 m +100 32.001 L +98.9844 32.001 97.9961 32.1055 97.0273 32.2666 C +97.0195 32.1777 97 32.0918 97 32.001 c +97 30.3438 98.3438 29.001 100 29.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +90.9883 34.4219 m +90.9922 34.4238 90.9961 34.4268 91 34.4287 C +90.9941 34.4316 90.9893 34.4355 90.9844 34.4385 C +90.9863 34.4336 90.9863 34.4277 90.9883 34.4219 C +f +84.4375 40.9854 m +84.4346 40.9902 84.4316 40.9961 84.4277 41.001 C +84.4258 40.9971 84.4229 40.9932 84.4209 40.9893 C +84.4258 40.9883 84.4316 40.9863 84.4375 40.9854 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91 34.4287 m +91.9766 33.8633 93.0098 33.3896 94.0918 33.0137 C +94.5742 35.8438 97.0322 38.001 100 38.001 C +100 41.001 L +99.2227 41.001 98.4707 41.1094 97.751 41.2959 C +96.168 38.4375 93.8242 36.0654 91 34.4287 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +94.0918 33.0137 m +95.0371 32.6846 96.0176 32.4355 97.0273 32.2666 C +97.1641 33.7969 98.4346 35.001 100 35.001 C +100 38.001 L +97.0322 38.001 94.5742 35.8438 94.0918 33.0137 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 35.001 m +98.4346 35.001 97.1641 33.7969 97.0273 32.2666 C +97.9961 32.1055 98.9844 32.001 100 32.001 C +100 35.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 Xa + 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.751 41.2959 m +94.5908 42.1104 92.1094 44.5918 91.2949 47.752 C +88.4355 46.168 86.0645 43.8262 84.4277 41.001 C +84.4316 40.9961 84.4346 40.9902 84.4375 40.9854 C +87.6211 40.123 90.1221 37.6221 90.9844 34.4385 C +90.9893 34.4355 90.9941 34.4316 91 34.4287 C +93.8242 36.0654 96.168 38.4375 97.751 41.2959 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 Xa + 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +77.5 68.001 m +77.5 70.4863 79.5146 72.501 82 72.501 c +82.1973 72.501 82.3848 72.4678 82.5752 72.4429 C +82.9854 74.0571 83.6074 75.583 84.4209 76.9893 C +83.6475 77.1973 82.8389 77.3184 82 77.3184 c +76.8535 77.3184 72.6826 73.147 72.6826 68.001 c +72.6826 67.1621 72.8037 66.3535 73.0117 65.5801 C +74.418 66.3936 75.9434 67.0156 77.5586 67.4258 C +77.5332 67.6162 77.5 67.8037 77.5 68.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 Xa + 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +82 58.6836 m +82.8389 58.6836 83.6475 58.8047 84.4209 59.0127 C +83.6074 60.4189 82.9854 61.9448 82.5752 63.5591 C +82.3848 63.5342 82.1973 63.501 82 63.501 c +79.7119 63.501 77.8438 65.2148 77.5586 67.4258 C +75.9434 67.0156 74.418 66.3936 73.0117 65.5801 C +74.0781 61.6099 77.6934 58.6836 82 58.6836 c +f +86.5 68.001 m +86.5 67.8037 86.4668 67.6162 86.4414 67.4258 C +88.0566 67.0156 89.582 66.3936 90.9883 65.5801 C +91.1963 66.3535 91.3174 67.1621 91.3174 68.001 c +91.3174 72.3081 88.3906 75.9224 84.4209 76.9893 C +83.6074 75.583 82.9854 74.0571 82.5752 72.4429 C +84.7861 72.1577 86.5 70.2891 86.5 68.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 1 0 0.5765 0 0.0627 0.5725 0.4824 Xa + 1 0 0.5765 0 0.0627 0.5725 0.4824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +82.5752 63.5591 m +82.9854 61.9448 83.6074 60.4189 84.4209 59.0127 C +84.4258 59.0142 84.4316 59.0151 84.4375 59.0166 C +86.0127 61.7295 88.2715 63.9883 90.9844 65.5635 C +90.9863 65.5688 90.9863 65.5747 90.9883 65.5801 C +89.582 66.3936 88.0566 67.0156 86.4414 67.4258 C +86.1816 65.4053 84.5957 63.8198 82.5752 63.5591 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 Xa + 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +90.9844 65.5635 m +88.2715 63.9883 86.0127 61.7295 84.4375 59.0166 C +87.6211 59.8789 90.1221 62.3799 90.9844 65.5635 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 Xa + 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +82.5752 72.4429 m +82.3848 72.4678 82.1973 72.501 82 72.501 c +79.5146 72.501 77.5 70.4863 77.5 68.001 c +77.5 67.8037 77.5332 67.6162 77.5586 67.4258 C +78.9814 67.7881 80.4639 68.001 82 68.001 C +82 69.5371 82.2129 71.0195 82.5752 72.4429 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 Xa + 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +77.5586 67.4258 m +77.8438 65.2148 79.7119 63.501 82 63.501 c +82.1973 63.501 82.3848 63.5342 82.5752 63.5591 C +82.2129 64.9824 82 66.4648 82 68.001 C +80.4639 68.001 78.9814 67.7881 77.5586 67.4258 C +f +86.4414 67.4258 m +86.4668 67.6162 86.5 67.8037 86.5 68.001 c +86.5 70.2891 84.7861 72.1577 82.5752 72.4429 C +82.2129 71.0195 82 69.5371 82 68.001 C +83.5361 68.001 85.0186 67.7881 86.4414 67.4258 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 Xa + 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +86.4414 67.4258 m +85.0186 67.7881 83.5361 68.001 82 68.001 C +82 66.4648 82.2129 64.9824 82.5752 63.5591 C +84.5957 63.8198 86.1816 65.4053 86.4414 67.4258 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 Xa + 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +82 27.501 m +79.5146 27.501 77.5 29.5156 77.5 32.001 c +77.5 32.1982 77.5332 32.3857 77.5586 32.5762 C +75.9434 32.9863 74.418 33.6084 73.0117 34.4219 C +72.8037 33.6484 72.6826 32.8398 72.6826 32.001 c +72.6826 26.8555 76.8535 22.6836 82 22.6836 c +82.8389 22.6836 83.6475 22.8047 84.4209 23.0127 C +83.6074 24.4189 82.9854 25.9453 82.5752 27.5586 C +82.3848 27.5342 82.1973 27.501 82 27.501 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 Xa + 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +82 36.501 m +82.1973 36.501 82.3848 36.4678 82.5752 36.4434 C +82.9854 38.0566 83.6074 39.583 84.4209 40.9893 C +83.6475 41.1973 82.8389 41.3184 82 41.3184 c +77.6934 41.3184 74.0781 38.3926 73.0117 34.4219 C +74.418 33.6084 75.9434 32.9863 77.5586 32.5762 C +77.8438 34.7871 79.7119 36.501 82 36.501 c +f +86.5 32.001 m +86.5 29.7129 84.7861 27.8438 82.5752 27.5586 C +82.9854 25.9453 83.6074 24.4189 84.4209 23.0127 C +88.3906 24.0801 91.3174 27.6934 91.3174 32.001 c +91.3174 32.8398 91.1963 33.6484 90.9883 34.4219 C +89.582 33.6084 88.0566 32.9863 86.4414 32.5762 C +86.4668 32.3857 86.5 32.1982 86.5 32.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 1 0 0.5765 0 0.0627 0.5725 0.4824 Xa + 1 0 0.5765 0 0.0627 0.5725 0.4824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +84.4375 40.9854 m +84.4316 40.9863 84.4258 40.9883 84.4209 40.9893 C +83.6074 39.583 82.9854 38.0566 82.5752 36.4434 C +84.5957 36.1816 86.1816 34.5967 86.4414 32.5762 C +88.0566 32.9863 89.582 33.6084 90.9883 34.4219 C +90.9863 34.4277 90.9863 34.4336 90.9844 34.4385 C +88.2715 36.0137 86.0127 38.2725 84.4375 40.9854 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 Xa + 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +90.9844 34.4385 m +90.1221 37.6221 87.6211 40.123 84.4375 40.9854 C +86.0127 38.2725 88.2715 36.0137 90.9844 34.4385 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 Xa + 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +77.5586 32.5762 m +77.5332 32.3857 77.5 32.1982 77.5 32.001 c +77.5 29.5156 79.5146 27.501 82 27.501 c +82.1973 27.501 82.3848 27.5342 82.5752 27.5586 C +82.2129 28.9824 82 30.4648 82 32.001 C +80.4639 32.001 78.9814 32.2139 77.5586 32.5762 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 Xa + 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +77.5586 32.5762 m +78.9814 32.2139 80.4639 32.001 82 32.001 C +82 33.5371 82.2129 35.0195 82.5752 36.4434 C +82.3848 36.4678 82.1973 36.501 82 36.501 c +79.7119 36.501 77.8438 34.7871 77.5586 32.5762 C +f +82.5752 27.5586 m +84.7861 27.8438 86.5 29.7129 86.5 32.001 c +86.5 32.1982 86.4668 32.3857 86.4414 32.5762 C +85.0186 32.2139 83.5361 32.001 82 32.001 C +82 30.4648 82.2129 28.9824 82.5752 27.5586 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 Xa + 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +86.4414 32.5762 m +86.1816 34.5967 84.5957 36.1816 82.5752 36.4434 C +82.2129 35.0195 82 33.5371 82 32.001 C +83.5361 32.001 85.0186 32.2139 86.4414 32.5762 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 Xa + 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91 50.001 m +91 49.2231 91.1094 48.4727 91.2949 47.752 C +93.875 49.1816 96.8408 50.001 100 50.001 c +96.8408 50.001 93.875 50.8203 91.2949 52.25 C +91.1094 51.5298 91 50.7788 91 50.001 c +f +100 50.001 m +100 59.001 L +99.2227 59.001 98.4707 58.8921 97.751 58.7061 C +99.1807 56.1255 100 53.1602 100 50.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 Xa + 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.2949 52.25 m +93.875 50.8203 96.8408 50.001 100 50.001 C +100 53.1602 99.1807 56.1255 97.751 58.7061 C +94.5908 57.8916 92.1094 55.4102 91.2949 52.25 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 Xa + 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.751 41.2959 m +98.4707 41.1094 99.2227 41.001 100 41.001 C +100 50.001 L +100 46.8418 99.1807 43.877 97.751 41.2959 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 Xa + 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.751 41.2959 m +99.1807 43.877 100 46.8418 100 50.001 C +96.8408 50.001 93.875 49.1816 91.2949 47.752 C +92.1094 44.5918 94.5908 42.1104 97.751 41.2959 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +41.3174 18.001 m +41.3174 17.1621 41.1963 16.3535 40.9883 15.5801 C +40.9922 15.5781 40.9961 15.5752 41 15.5732 C +41.9766 16.1387 43.0098 16.6123 44.0918 16.9883 C +44.0352 17.3184 44 17.6553 44 18.001 c +44 21.3145 46.6865 24.001 50 24.001 c +53.3135 24.001 56 21.3145 56 18.001 c +56 17.6553 55.9648 17.3184 55.9082 16.9883 C +56.9902 16.6123 58.0234 16.1387 59 15.5732 C +59.0039 15.5752 59.0078 15.5781 59.0117 15.5801 C +58.8037 16.3535 58.6826 17.1621 58.6826 18.001 c +58.6826 22.3086 61.6094 25.9219 65.5791 26.9893 C +62.4668 32.3711 56.6631 36.001 50 36.001 c +43.3369 36.001 37.5332 32.3711 34.4209 26.9893 C +38.3906 25.9219 41.3174 22.3086 41.3174 18.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +47 18.001 m +47 19.6582 48.3438 21.001 50 21.001 c +51.6563 21.001 53 19.6582 53 18.001 c +53 17.9102 52.9805 17.8242 52.9727 17.7354 C +53.9824 17.5664 54.9629 17.3174 55.9082 16.9883 C +55.9648 17.3184 56 17.6553 56 18.001 c +56 21.3145 53.3135 24.001 50 24.001 c +46.6865 24.001 44 21.3145 44 18.001 c +44 17.6553 44.0352 17.3184 44.0918 16.9883 C +45.0371 17.3174 46.0176 17.5664 47.0273 17.7354 C +47.0195 17.8242 47 17.9102 47 18.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4039 0.4824 0.5216 0.4314 0.3451 0.2941 0.2549 Xa + 0.4039 0.4824 0.5216 0.4314 0.3451 0.2941 0.2549 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +50 21.001 m +48.3438 21.001 47 19.6582 47 18.001 c +47 17.9102 47.0195 17.8242 47.0273 17.7354 C +47.9961 17.8965 48.9844 18.001 50 18.001 c +51.0156 18.001 52.0039 17.8965 52.9727 17.7354 C +52.9805 17.8242 53 17.9102 53 18.001 c +53 19.6582 51.6563 21.001 50 21.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +47.751 8.7061 m +48.4707 8.8926 49.2227 9.001 50 9.001 c +50.7773 9.001 51.5293 8.8926 52.249 8.7061 C +53.832 11.5645 56.1758 13.9365 59 15.5732 C +58.0234 16.1387 56.9902 16.6123 55.9082 16.9883 C +55.4258 14.1582 52.9678 12.001 50 12.001 c +47.0322 12.001 44.5742 14.1582 44.0918 16.9883 C +43.0098 16.6123 41.9766 16.1387 41 15.5732 C +43.8242 13.9365 46.168 11.5645 47.751 8.7061 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +50 12.001 m +52.9678 12.001 55.4258 14.1582 55.9082 16.9883 C +54.9629 17.3174 53.9824 17.5664 52.9727 17.7354 C +52.8359 16.2051 51.5654 15.001 50 15.001 c +48.4346 15.001 47.1641 16.2051 47.0273 17.7354 C +46.0176 17.5664 45.0371 17.3174 44.0918 16.9883 C +44.5742 14.1582 47.0322 12.001 50 12.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +47.0273 17.7354 m +47.1641 16.2051 48.4346 15.001 50 15.001 c +51.5654 15.001 52.8359 16.2051 52.9727 17.7354 C +52.0039 17.8965 51.0156 18.001 50 18.001 c +48.9844 18.001 47.9961 17.8965 47.0273 17.7354 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32 6.001 m +32.3457 6.001 32.6826 5.9648 33.0127 5.9092 C +33.3887 6.9902 33.8623 8.0244 34.4277 9.001 C +34.4258 9.0049 34.4229 9.0088 34.4209 9.0127 C +33.6475 8.8047 32.8389 8.6836 32 8.6836 c +27.6924 8.6836 24.0791 11.6094 23.0117 15.5801 C +17.6299 12.4688 14 6.6641 14 0.001 C +26 0.001 L +26 3.3145 28.6865 6.001 32 6.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32 3.001 m +32.0908 3.001 32.1768 2.9824 32.2656 2.9746 C +32.4336 3.9844 32.6836 4.9639 33.0127 5.9092 C +32.6826 5.9648 32.3457 6.001 32 6.001 c +28.6865 6.001 26 3.3145 26 0.001 C +29 0.001 L +29 1.6582 30.3428 3.001 32 3.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 Xa + 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +29 0.001 m +32 0.001 L +32 1.0156 32.1045 2.0049 32.2656 2.9746 C +32.1768 2.9824 32.0908 3.001 32 3.001 c +30.3428 3.001 29 1.6582 29 0.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.4209 9.0127 m +34.4229 9.0088 34.4258 9.0049 34.4277 9.001 C +34.4316 9.0059 34.4346 9.0117 34.4375 9.0166 C +34.4316 9.0156 34.4258 9.0137 34.4209 9.0127 C +f +41 15.5732 m +40.9961 15.5752 40.9922 15.5781 40.9883 15.5801 C +40.9863 15.5742 40.9863 15.5684 40.9844 15.5635 C +40.9893 15.5664 40.9941 15.5703 41 15.5732 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.4277 9.001 m +33.8623 8.0244 33.3887 6.9902 33.0127 5.9092 C +35.8428 5.4268 38 2.9688 38 0.001 C +41 0.001 L +41 0.7793 41.1094 1.5293 41.2949 2.25 C +38.4355 3.834 36.0645 6.1758 34.4277 9.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.0127 5.9092 m +32.6836 4.9639 32.4336 3.9844 32.2656 2.9746 C +33.7959 2.8379 35 1.5664 35 0.001 C +38 0.001 L +38 2.9688 35.8428 5.4268 33.0127 5.9092 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +35 0.001 m +35 1.5664 33.7959 2.8379 32.2656 2.9746 C +32.1045 2.0049 32 1.0156 32 0.001 C +35 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 Xa + 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +41.2949 2.25 m +42.1094 5.4102 44.5908 7.8916 47.751 8.7061 C +46.168 11.5645 43.8242 13.9365 41 15.5732 C +40.9941 15.5703 40.9893 15.5664 40.9844 15.5635 C +40.1221 12.3799 37.6211 9.8789 34.4375 9.0166 C +34.4346 9.0117 34.4316 9.0059 34.4277 9.001 C +36.0645 6.1758 38.4355 3.834 41.2949 2.25 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +76.9883 15.5801 m +75.9219 11.6094 72.3066 8.6836 68 8.6836 c +67.1611 8.6836 66.3525 8.8047 65.5791 9.0127 C +65.5771 9.0088 65.5742 9.0049 65.5723 9.001 C +66.1377 8.0244 66.6113 6.9902 66.9873 5.9092 C +67.3174 5.9648 67.6543 6.001 68 6.001 c +71.3135 6.001 74 3.3145 74 0.001 C +86 0.001 L +86 6.6641 82.3691 12.4688 76.9883 15.5801 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +68 3.001 m +69.6563 3.001 71 1.6582 71 0.001 C +74 0.001 L +74 3.3145 71.3135 6.001 68 6.001 c +67.6543 6.001 67.3174 5.9648 66.9873 5.9092 C +67.3164 4.9639 67.5664 3.9844 67.7344 2.9746 C +67.8232 2.9824 67.9092 3.001 68 3.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 Xa + 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +71 0.001 m +71 1.6582 69.6563 3.001 68 3.001 c +67.9092 3.001 67.8232 2.9824 67.7344 2.9746 C +67.8955 2.0049 68 1.0156 68 0.001 C +71 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +65.5723 9.001 m +65.5742 9.0049 65.5771 9.0088 65.5791 9.0127 C +65.5742 9.0137 65.5684 9.0156 65.5625 9.0166 C +65.5654 9.0117 65.5684 9.0059 65.5723 9.001 C +f +59.0117 15.5801 m +59.0078 15.5781 59.0039 15.5752 59 15.5732 C +59.0059 15.5703 59.0107 15.5664 59.0156 15.5635 C +59.0137 15.5684 59.0137 15.5742 59.0117 15.5801 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.7051 2.25 m +58.8906 1.5293 59 0.7793 59 0.001 C +62 0.001 L +62 2.9688 64.1572 5.4268 66.9873 5.9092 C +66.6113 6.9902 66.1377 8.0244 65.5723 9.001 C +63.9355 6.1758 61.5645 3.834 58.7051 2.25 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62 0.001 m +65 0.001 L +65 1.5664 66.2041 2.8379 67.7344 2.9746 C +67.5664 3.9844 67.3164 4.9639 66.9873 5.9092 C +64.1572 5.4268 62 2.9688 62 0.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +67.7344 2.9746 m +66.2041 2.8379 65 1.5664 65 0.001 C +68 0.001 L +68 1.0156 67.8955 2.0049 67.7344 2.9746 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 Xa + 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +59.0156 15.5635 m +59.0107 15.5664 59.0059 15.5703 59 15.5732 C +56.1758 13.9365 53.832 11.5645 52.249 8.7061 C +55.4092 7.8916 57.8906 5.4102 58.7051 2.25 C +61.5645 3.834 63.9355 6.1758 65.5723 9.001 C +65.5684 9.0059 65.5654 9.0117 65.5625 9.0166 C +62.3789 9.8789 59.8779 12.3799 59.0156 15.5635 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 Xa + 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +27.5 18.001 m +27.5 20.4863 29.5146 22.501 32 22.501 c +32.1973 22.501 32.3848 22.4678 32.5752 22.4434 C +32.9854 24.0566 33.6074 25.583 34.4209 26.9893 C +33.6475 27.1973 32.8389 27.3184 32 27.3184 c +26.8535 27.3184 22.6826 23.1465 22.6826 18.001 c +22.6826 17.1621 22.8037 16.3535 23.0117 15.5801 C +24.418 16.3936 25.9443 17.0156 27.5576 17.4258 C +27.5332 17.6162 27.5 17.8037 27.5 18.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 Xa + 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.5 18.001 m +36.5 17.8037 36.4668 17.6162 36.4414 17.4258 C +38.0566 17.0156 39.582 16.3936 40.9883 15.5801 C +41.1963 16.3535 41.3174 17.1621 41.3174 18.001 c +41.3174 22.3086 38.3906 25.9219 34.4209 26.9893 C +33.6074 25.583 32.9854 24.0566 32.5752 22.4434 C +34.7861 22.1582 36.5 20.2891 36.5 18.001 c +f +32 8.6836 m +32.8389 8.6836 33.6475 8.8047 34.4209 9.0127 C +33.6074 10.4189 32.9854 11.9453 32.5752 13.5586 C +32.3848 13.5342 32.1973 13.501 32 13.501 c +29.7119 13.501 27.8428 15.2148 27.5576 17.4258 C +25.9443 17.0156 24.418 16.3936 23.0117 15.5801 C +24.0791 11.6094 27.6924 8.6836 32 8.6836 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 1 0 0.5765 0 0.0627 0.5725 0.4824 Xa + 1 0 0.5765 0 0.0627 0.5725 0.4824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +40.9844 15.5635 m +40.9863 15.5684 40.9863 15.5742 40.9883 15.5801 C +39.582 16.3936 38.0566 17.0156 36.4414 17.4258 C +36.1816 15.4053 34.5957 13.8203 32.5752 13.5586 C +32.9854 11.9453 33.6074 10.4189 34.4209 9.0127 C +34.4258 9.0137 34.4316 9.0156 34.4375 9.0166 C +36.0127 11.7295 38.2715 13.9883 40.9844 15.5635 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 Xa + 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.4375 9.0166 m +37.6211 9.8789 40.1221 12.3799 40.9844 15.5635 C +38.2715 13.9883 36.0127 11.7295 34.4375 9.0166 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 Xa + 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32.5752 22.4434 m +32.3848 22.4678 32.1973 22.501 32 22.501 c +29.5146 22.501 27.5 20.4863 27.5 18.001 c +27.5 17.8037 27.5332 17.6162 27.5576 17.4258 C +28.9814 17.7881 30.4639 18.001 32 18.001 C +32 19.5371 32.2129 21.0195 32.5752 22.4434 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 Xa + 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.4414 17.4258 m +36.4668 17.6162 36.5 17.8037 36.5 18.001 c +36.5 20.2891 34.7861 22.1582 32.5752 22.4434 C +32.2129 21.0195 32 19.5371 32 18.001 C +33.5361 18.001 35.0186 17.7881 36.4414 17.4258 C +f +27.5576 17.4258 m +27.8428 15.2148 29.7119 13.501 32 13.501 c +32.1973 13.501 32.3848 13.5342 32.5752 13.5586 C +32.2129 14.9824 32 16.4648 32 18.001 C +30.4639 18.001 28.9814 17.7881 27.5576 17.4258 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 Xa + 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.4414 17.4258 m +35.0186 17.7881 33.5361 18.001 32 18.001 C +32 16.4648 32.2129 14.9824 32.5752 13.5586 C +34.5957 13.8203 36.1816 15.4053 36.4414 17.4258 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 Xa + 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +68 22.501 m +70.4854 22.501 72.5 20.4863 72.5 18.001 c +72.5 17.8037 72.4668 17.6162 72.4414 17.4258 C +74.0566 17.0156 75.582 16.3936 76.9883 15.5801 C +77.1963 16.3535 77.3174 17.1621 77.3174 18.001 c +77.3174 23.1465 73.1465 27.3184 68 27.3184 c +67.1611 27.3184 66.3525 27.1973 65.5791 26.9893 C +66.3926 25.583 67.0146 24.0566 67.4248 22.4434 C +67.6152 22.4678 67.8027 22.501 68 22.501 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 Xa + 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.6826 18.001 m +58.6826 17.1621 58.8037 16.3535 59.0117 15.5801 C +60.418 16.3936 61.9434 17.0156 63.5586 17.4258 C +63.5332 17.6162 63.5 17.8037 63.5 18.001 c +63.5 20.2891 65.2139 22.1582 67.4248 22.4434 C +67.0146 24.0566 66.3926 25.583 65.5791 26.9893 C +61.6094 25.9219 58.6826 22.3086 58.6826 18.001 c +f +68 13.501 m +67.8027 13.501 67.6152 13.5342 67.4248 13.5586 C +67.0146 11.9453 66.3926 10.4189 65.5791 9.0127 C +66.3525 8.8047 67.1611 8.6836 68 8.6836 c +72.3066 8.6836 75.9219 11.6094 76.9883 15.5801 C +75.582 16.3936 74.0566 17.0156 72.4414 17.4258 C +72.1563 15.2148 70.2881 13.501 68 13.501 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 1 0 0.5765 0 0.0627 0.5725 0.4824 Xa + 1 0 0.5765 0 0.0627 0.5725 0.4824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +63.5586 17.4258 m +61.9434 17.0156 60.418 16.3936 59.0117 15.5801 C +59.0137 15.5742 59.0137 15.5684 59.0156 15.5635 C +61.7285 13.9883 63.9873 11.7295 65.5625 9.0166 C +65.5684 9.0156 65.5742 9.0137 65.5791 9.0127 C +66.3926 10.4189 67.0146 11.9453 67.4248 13.5586 C +65.4043 13.8203 63.8184 15.4053 63.5586 17.4258 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 Xa + 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +65.5625 9.0166 m +63.9873 11.7295 61.7285 13.9883 59.0156 15.5635 C +59.8779 12.3799 62.3789 9.8789 65.5625 9.0166 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 Xa + 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.4414 17.4258 m +72.4668 17.6162 72.5 17.8037 72.5 18.001 c +72.5 20.4863 70.4854 22.501 68 22.501 c +67.8027 22.501 67.6152 22.4678 67.4248 22.4434 C +67.7871 21.0195 68 19.5371 68 18.001 C +69.5361 18.001 71.0186 17.7881 72.4414 17.4258 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 Xa + 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +67.4248 22.4434 m +65.2139 22.1582 63.5 20.2891 63.5 18.001 c +63.5 17.8037 63.5332 17.6162 63.5586 17.4258 C +64.9814 17.7881 66.4639 18.001 68 18.001 C +68 19.5371 67.7871 21.0195 67.4248 22.4434 C +f +67.4248 13.5586 m +67.6152 13.5342 67.8027 13.501 68 13.501 c +70.2881 13.501 72.1563 15.2148 72.4414 17.4258 C +71.0186 17.7881 69.5361 18.001 68 18.001 C +68 16.4648 67.7871 14.9824 67.4248 13.5586 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 Xa + 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +67.4248 13.5586 m +67.7871 14.9824 68 16.4648 68 18.001 C +66.4639 18.001 64.9814 17.7881 63.5586 17.4258 C +63.8184 15.4053 65.4043 13.8203 67.4248 13.5586 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 Xa + 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +47.751 8.7061 m +49.1807 6.125 50 3.1602 50 0.001 c +50 3.1602 50.8193 6.125 52.249 8.7061 C +51.5293 8.8926 50.7773 9.001 50 9.001 c +49.2227 9.001 48.4707 8.8926 47.751 8.7061 C +f +41.2949 2.25 m +41.1094 1.5293 41 0.7793 41 0.001 C +50 0.001 L +46.8408 0.001 43.875 0.8203 41.2949 2.25 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 Xa + 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +41.2949 2.25 m +43.875 0.8203 46.8408 0.001 50 0.001 C +50 3.1602 49.1807 6.125 47.751 8.7061 C +44.5908 7.8916 42.1094 5.4102 41.2949 2.25 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 Xa + 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +50 0.001 m +59 0.001 L +59 0.7793 58.8906 1.5293 58.7051 2.25 C +56.125 0.8203 53.1592 0.001 50 0.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 Xa + 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.7051 2.25 m +57.8906 5.4102 55.4092 7.8916 52.249 8.7061 C +50.8193 6.125 50 3.1602 50 0.001 C +53.1592 0.001 56.125 0.8203 58.7051 2.25 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.6826 82.001 m +58.6826 82.8398 58.8037 83.6484 59.0117 84.4219 C +59.0078 84.4238 59.0039 84.4268 59 84.4287 C +58.0234 83.8633 56.9902 83.3896 55.9082 83.0137 C +55.9648 82.6836 56 82.3467 56 82.001 c +56 78.6875 53.3135 76.001 50 76.001 c +46.6865 76.001 44 78.6875 44 82.001 c +44 82.3467 44.0352 82.6836 44.0918 83.0137 C +43.0098 83.3896 41.9766 83.8633 41 84.4287 C +40.9961 84.4268 40.9922 84.4238 40.9883 84.4219 C +41.1963 83.6484 41.3174 82.8398 41.3174 82.001 c +41.3174 77.6938 38.3906 74.0796 34.4209 73.0127 C +37.5332 67.6313 43.3369 64.001 50 64.001 c +56.6631 64.001 62.4668 67.6313 65.5791 73.0127 C +61.6094 74.0796 58.6826 77.6938 58.6826 82.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53 82.001 m +53 80.3442 51.6563 79.001 50 79.001 c +48.3438 79.001 47 80.3442 47 82.001 c +47 82.0918 47.0195 82.1777 47.0273 82.2666 C +46.0176 82.4351 45.0371 82.6846 44.0918 83.0137 C +44.0352 82.6836 44 82.3467 44 82.001 c +44 78.6875 46.6865 76.001 50 76.001 c +53.3135 76.001 56 78.6875 56 82.001 c +56 82.3467 55.9648 82.6836 55.9082 83.0137 C +54.9629 82.6846 53.9824 82.4351 52.9727 82.2666 C +52.9805 82.1777 53 82.0918 53 82.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4039 0.4824 0.5216 0.4314 0.3451 0.2941 0.2549 Xa + 0.4039 0.4824 0.5216 0.4314 0.3451 0.2941 0.2549 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +50 79.001 m +51.6563 79.001 53 80.3442 53 82.001 c +53 82.0918 52.9805 82.1777 52.9727 82.2666 C +52.0039 82.1055 51.0156 82.001 50 82.001 c +48.9844 82.001 47.9961 82.1055 47.0273 82.2666 C +47.0195 82.1777 47 82.0918 47 82.001 c +47 80.3442 48.3438 79.001 50 79.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.249 91.2959 m +51.5293 91.1099 50.7773 91.001 50 91.001 c +49.2227 91.001 48.4707 91.1099 47.751 91.2959 C +46.168 88.437 43.8242 86.0654 41 84.4287 C +41.9766 83.8633 43.0098 83.3896 44.0918 83.0137 C +44.5742 85.8438 47.0322 88.001 50 88.001 c +52.9678 88.001 55.4258 85.8438 55.9082 83.0137 C +56.9902 83.3896 58.0234 83.8633 59 84.4287 C +56.1758 86.0654 53.832 88.437 52.249 91.2959 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +50 88.001 m +47.0322 88.001 44.5742 85.8438 44.0918 83.0137 C +45.0371 82.6846 46.0176 82.4351 47.0273 82.2666 C +47.1641 83.7969 48.4346 85.001 50 85.001 c +51.5654 85.001 52.8359 83.7969 52.9727 82.2666 C +53.9824 82.4351 54.9629 82.6846 55.9082 83.0137 C +55.4258 85.8438 52.9678 88.001 50 88.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.9727 82.2666 m +52.8359 83.7969 51.5654 85.001 50 85.001 c +48.4346 85.001 47.1641 83.7969 47.0273 82.2666 C +47.9961 82.1055 48.9844 82.001 50 82.001 c +51.0156 82.001 52.0039 82.1055 52.9727 82.2666 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +23.0117 84.4219 m +24.0791 88.3921 27.6924 91.3184 32 91.3184 c +32.8389 91.3184 33.6475 91.1973 34.4209 90.9893 C +34.4229 90.9932 34.4258 90.9971 34.4277 91.001 C +33.8623 91.9775 33.3887 93.0112 33.0127 94.0928 C +32.6826 94.0366 32.3457 94.001 32 94.001 c +28.6865 94.001 26 96.6875 26 100.001 C +14 100.001 L +14 93.3379 17.6299 87.5337 23.0117 84.4219 C +f +%AI6_EndPatternLayer +) & +] +[ +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32 97.001 m +30.3428 97.001 29 98.3442 29 100.001 C +26 100.001 L +26 96.6875 28.6865 94.001 32 94.001 c +32.3457 94.001 32.6826 94.0366 33.0127 94.0928 C +32.6836 95.0381 32.4336 96.0181 32.2656 97.0278 C +32.1768 97.02 32.0908 97.001 32 97.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 Xa + 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +29 100.001 m +29 98.3442 30.3428 97.001 32 97.001 c +32.0908 97.001 32.1768 97.02 32.2656 97.0278 C +32.1045 97.9971 32 98.9858 32 100.001 C +29 100.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +40.9883 84.4219 m +40.9922 84.4238 40.9961 84.4268 41 84.4287 C +40.9941 84.4321 40.9893 84.4355 40.9844 84.4385 C +40.9863 84.4331 40.9863 84.4272 40.9883 84.4219 C +f +34.4277 91.001 m +34.4258 90.9971 34.4229 90.9932 34.4209 90.9893 C +34.4258 90.9878 34.4316 90.9868 34.4375 90.9854 C +34.4346 90.9902 34.4316 90.9956 34.4277 91.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +41.2949 97.752 m +41.1094 98.4722 41 99.2231 41 100.001 C +38 100.001 L +38 97.0332 35.8428 94.5752 33.0127 94.0928 C +33.3887 93.0112 33.8623 91.9775 34.4277 91.001 C +36.0645 93.8257 38.4355 96.1685 41.2949 97.752 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38 100.001 m +35 100.001 L +35 98.4355 33.7959 97.1646 32.2656 97.0278 C +32.4336 96.0181 32.6836 95.0381 33.0127 94.0928 C +35.8428 94.5752 38 97.0332 38 100.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32.2656 97.0278 m +33.7959 97.1646 35 98.4355 35 100.001 C +32 100.001 L +32 98.9858 32.1045 97.9971 32.2656 97.0278 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 Xa + 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +40.9844 84.4385 m +40.9893 84.4355 40.9941 84.4321 41 84.4287 C +43.8242 86.0654 46.168 88.437 47.751 91.2959 C +44.5908 92.1104 42.1094 94.5918 41.2949 97.752 C +38.4355 96.1685 36.0645 93.8257 34.4277 91.001 C +34.4316 90.9956 34.4346 90.9902 34.4375 90.9854 C +37.6211 90.123 40.1221 87.6221 40.9844 84.4385 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 Xa + 0.0118 0.9529 1 0.051 0.6353 0.0706 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +68 94.001 m +67.6543 94.001 67.3174 94.0366 66.9873 94.0928 C +66.6113 93.0112 66.1377 91.9775 65.5723 91.001 C +65.5742 90.9971 65.5771 90.9932 65.5791 90.9893 C +66.3525 91.1973 67.1611 91.3184 68 91.3184 c +72.3066 91.3184 75.9219 88.3921 76.9883 84.4219 C +82.3691 87.5337 86 93.3379 86 100.001 C +74 100.001 L +74 96.6875 71.3135 94.001 68 94.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 Xa + 0.2784 0.6157 0.2431 0.2157 0.498 0.3216 0.4157 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +68 97.001 m +67.9092 97.001 67.8232 97.02 67.7344 97.0278 C +67.5664 96.0181 67.3164 95.0381 66.9873 94.0928 C +67.3174 94.0366 67.6543 94.001 68 94.001 c +71.3135 94.001 74 96.6875 74 100.001 C +71 100.001 L +71 98.3442 69.6563 97.001 68 97.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 Xa + 0.4157 0.8314 0.2039 0.3529 0.3373 0.1451 0.2941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +71 100.001 m +68 100.001 L +68 98.9858 67.8955 97.9971 67.7344 97.0278 C +67.8232 97.02 67.9092 97.001 68 97.001 c +69.6563 97.001 71 98.3442 71 100.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +59 84.4287 m +59.0039 84.4268 59.0078 84.4238 59.0117 84.4219 C +59.0137 84.4272 59.0137 84.4331 59.0156 84.4385 C +59.0107 84.4355 59.0059 84.4321 59 84.4287 C +f +65.5791 90.9893 m +65.5771 90.9932 65.5742 90.9971 65.5723 91.001 C +65.5684 90.9956 65.5654 90.9902 65.5625 90.9854 C +65.5684 90.9868 65.5742 90.9878 65.5791 90.9893 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 Xa + 0.3765 0.9529 0.098 0.3922 0.3255 0.0627 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +65.5723 91.001 m +66.1377 91.9775 66.6113 93.0112 66.9873 94.0928 C +64.1572 94.5752 62 97.0332 62 100.001 C +59 100.001 L +59 99.2231 58.8906 98.4722 58.7051 97.752 C +61.5645 96.1685 63.9355 93.8257 65.5723 91.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 Xa + 0.5059 0.6235 0.149 0.1686 0.3961 0.298 0.4627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +66.9873 94.0928 m +67.3164 95.0381 67.5664 96.0181 67.7344 97.0278 C +66.2041 97.1646 65 98.4355 65 100.001 C +62 100.001 L +62 97.0332 64.1572 94.5752 66.9873 94.0928 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 Xa + 0.5059 0.7451 0.2784 0.4314 0.2784 0.1686 0.2706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +65 100.001 m +65 98.4355 66.2041 97.1646 67.7344 97.0278 C +67.8955 97.9971 68 98.9858 68 100.001 C +65 100.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 Xa + 0.3216 0.251 0.7569 0.3216 0.4706 0.4627 0.2196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.7051 97.752 m +57.8906 94.5918 55.4092 92.1104 52.249 91.2959 C +53.832 88.437 56.1758 86.0654 59 84.4287 C +59.0059 84.4321 59.0107 84.4355 59.0156 84.4385 C +59.8779 87.6221 62.3789 90.123 65.5625 90.9854 C +65.5654 90.9902 65.5684 90.9956 65.5723 91.001 C +63.9355 93.8257 61.5645 96.1685 58.7051 97.752 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 Xa + 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32 77.501 m +29.5146 77.501 27.5 79.5156 27.5 82.001 c +27.5 82.1982 27.5332 82.3857 27.5576 82.5762 C +25.9443 82.9863 24.418 83.6084 23.0117 84.4219 C +22.8037 83.6484 22.6826 82.8398 22.6826 82.001 c +22.6826 76.855 26.8535 72.6836 32 72.6836 c +32.8389 72.6836 33.6475 72.8047 34.4209 73.0127 C +33.6074 74.4189 32.9854 75.9448 32.5752 77.5591 C +32.3848 77.5342 32.1973 77.501 32 77.501 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 Xa + 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +41.3174 82.001 m +41.3174 82.8398 41.1963 83.6484 40.9883 84.4219 C +39.582 83.6084 38.0566 82.9863 36.4414 82.5762 C +36.4668 82.3857 36.5 82.1982 36.5 82.001 c +36.5 79.7129 34.7861 77.8442 32.5752 77.5591 C +32.9854 75.9448 33.6074 74.4189 34.4209 73.0127 C +38.3906 74.0796 41.3174 77.6938 41.3174 82.001 c +f +32 86.501 m +32.1973 86.501 32.3848 86.4678 32.5752 86.4429 C +32.9854 88.0571 33.6074 89.583 34.4209 90.9893 C +33.6475 91.1973 32.8389 91.3184 32 91.3184 c +27.6924 91.3184 24.0791 88.3921 23.0117 84.4219 C +24.418 83.6084 25.9443 82.9863 27.5576 82.5762 C +27.8428 84.7871 29.7119 86.501 32 86.501 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 1 0 0.5765 0 0.0627 0.5725 0.4824 Xa + 1 0 0.5765 0 0.0627 0.5725 0.4824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.4414 82.5762 m +38.0566 82.9863 39.582 83.6084 40.9883 84.4219 C +40.9863 84.4272 40.9863 84.4331 40.9844 84.4385 C +38.2715 86.0137 36.0127 88.2725 34.4375 90.9854 C +34.4316 90.9868 34.4258 90.9878 34.4209 90.9893 C +33.6074 89.583 32.9854 88.0571 32.5752 86.4429 C +34.5957 86.1821 36.1816 84.5967 36.4414 82.5762 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 Xa + 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.4375 90.9854 m +36.0127 88.2725 38.2715 86.0137 40.9844 84.4385 C +40.1221 87.6221 37.6211 90.123 34.4375 90.9854 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 Xa + 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +27.5576 82.5762 m +27.5332 82.3857 27.5 82.1982 27.5 82.001 c +27.5 79.5156 29.5146 77.501 32 77.501 c +32.1973 77.501 32.3848 77.5342 32.5752 77.5591 C +32.2129 78.9824 32 80.4648 32 82.001 C +30.4639 82.001 28.9814 82.2139 27.5576 82.5762 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 Xa + 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32.5752 77.5591 m +34.7861 77.8442 36.5 79.7129 36.5 82.001 c +36.5 82.1982 36.4668 82.3857 36.4414 82.5762 C +35.0186 82.2139 33.5361 82.001 32 82.001 C +32 80.4648 32.2129 78.9824 32.5752 77.5591 C +f +32.5752 86.4429 m +32.3848 86.4678 32.1973 86.501 32 86.501 c +29.7119 86.501 27.8428 84.7871 27.5576 82.5762 C +28.9814 82.2139 30.4639 82.001 32 82.001 C +32 83.5371 32.2129 85.0195 32.5752 86.4429 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 Xa + 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32.5752 86.4429 m +32.2129 85.0195 32 83.5371 32 82.001 C +33.5361 82.001 35.0186 82.2139 36.4414 82.5762 C +36.1816 84.5967 34.5957 86.1821 32.5752 86.4429 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 Xa + 0 0.4275 0.6196 0 0.9294 0.6392 0.3843 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.5 82.001 m +72.5 79.5156 70.4854 77.501 68 77.501 c +67.8027 77.501 67.6152 77.5342 67.4248 77.5591 C +67.0146 75.9448 66.3926 74.4189 65.5791 73.0127 C +66.3525 72.8047 67.1611 72.6836 68 72.6836 c +73.1465 72.6836 77.3174 76.855 77.3174 82.001 c +77.3174 82.8398 77.1963 83.6484 76.9883 84.4219 C +75.582 83.6084 74.0566 82.9863 72.4414 82.5762 C +72.4668 82.3857 72.5 82.1982 72.5 82.001 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 Xa + 0.1059 0.5137 0.3569 0.0627 0.7059 0.4824 0.4745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +63.5 82.001 m +63.5 82.1982 63.5332 82.3857 63.5586 82.5762 C +61.9434 82.9863 60.418 83.6084 59.0117 84.4219 C +58.8037 83.6484 58.6826 82.8398 58.6826 82.001 c +58.6826 77.6938 61.6094 74.0796 65.5791 73.0127 C +66.3926 74.4189 67.0146 75.9448 67.4248 77.5591 C +65.2139 77.8442 63.5 79.7129 63.5 82.001 c +f +68 91.3184 m +67.1611 91.3184 66.3525 91.1973 65.5791 90.9893 C +66.3926 89.583 67.0146 88.0571 67.4248 86.4429 C +67.6152 86.4678 67.8027 86.501 68 86.501 c +70.2881 86.501 72.1563 84.7871 72.4414 82.5762 C +74.0566 82.9863 75.582 83.6084 76.9883 84.4219 C +75.9219 88.3921 72.3066 91.3184 68 91.3184 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 1 0 0.5765 0 0.0627 0.5725 0.4824 Xa + 1 0 0.5765 0 0.0627 0.5725 0.4824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +59.0156 84.4385 m +59.0137 84.4331 59.0137 84.4272 59.0117 84.4219 C +60.418 83.6084 61.9434 82.9863 63.5586 82.5762 C +63.8184 84.5967 65.4043 86.1821 67.4248 86.4429 C +67.0146 88.0571 66.3926 89.583 65.5791 90.9893 C +65.5742 90.9878 65.5684 90.9868 65.5625 90.9854 C +63.9873 88.2725 61.7285 86.0137 59.0156 84.4385 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 Xa + 0.749 0.4902 0.2118 0.3059 0.2275 0.2784 0.4078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +65.5625 90.9854 m +62.3789 90.123 59.8779 87.6221 59.0156 84.4385 C +61.7285 86.0137 63.9873 88.2725 65.5625 90.9854 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 Xa + 0.0392 0.6627 0.8431 0.0588 0.698 0.3569 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +67.4248 77.5591 m +67.6152 77.5342 67.8027 77.501 68 77.501 c +70.4854 77.501 72.5 79.5156 72.5 82.001 c +72.5 82.1982 72.4668 82.3857 72.4414 82.5762 C +71.0186 82.2139 69.5361 82.001 68 82.001 C +68 80.4648 67.7871 78.9824 67.4248 77.5591 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 Xa + 0.2392 0.7765 0.3451 0.3373 0.4235 0.1922 0.2784 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +63.5586 82.5762 m +63.5332 82.3857 63.5 82.1982 63.5 82.001 c +63.5 79.7129 65.2139 77.8442 67.4248 77.5591 C +67.7871 78.9824 68 80.4648 68 82.001 C +66.4639 82.001 64.9814 82.2139 63.5586 82.5762 C +f +72.4414 82.5762 m +72.1563 84.7871 70.2881 86.501 68 86.501 c +67.8027 86.501 67.6152 86.4678 67.4248 86.4429 C +67.7871 85.0195 68 83.5371 68 82.001 C +69.5361 82.001 71.0186 82.2139 72.4414 82.5762 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 Xa + 0.5333 0.2902 0.4196 0.2745 0.3765 0.4314 0.4 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +63.5586 82.5762 m +64.9814 82.2139 66.4639 82.001 68 82.001 C +68 83.5371 67.7871 85.0195 67.4248 86.4429 C +65.4043 86.1821 63.8184 84.5967 63.5586 82.5762 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 Xa + 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.249 91.2959 m +50.8193 93.8765 50 96.8418 50 100.001 c +50 96.8418 49.1807 93.8765 47.751 91.2959 C +48.4707 91.1099 49.2227 91.001 50 91.001 c +50.7773 91.001 51.5293 91.1099 52.249 91.2959 C +f +50 100.001 m +41 100.001 L +41 99.2231 41.1094 98.4722 41.2949 97.752 C +43.875 99.1816 46.8408 100.001 50 100.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 Xa + 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +41.2949 97.752 m +42.1094 94.5918 44.5908 92.1104 47.751 91.2959 C +49.1807 93.8765 50 96.8418 50 100.001 C +46.8408 100.001 43.875 99.1816 41.2949 97.752 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 Xa + 0.1765 0.9412 0 0 0.6314 0.0784 0.4667 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.7051 97.752 m +58.8906 98.4722 59 99.2231 59 100.001 C +50 100.001 L +53.1592 100.001 56.125 99.1816 58.7051 97.752 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 Xa + 0.8392 0.0863 0.3725 0.1608 0.2196 0.4784 0.502 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.7051 97.752 m +56.125 99.1816 53.1592 100.001 50 100.001 C +50 96.8418 50.8193 93.8765 52.249 91.2959 C +55.4092 92.1104 57.8906 94.5918 58.7051 97.752 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 Xa + 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.2656 0.002 m +79.9473 11.0752 88.9258 20.0527 100 2.7363 C +F +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2745 0.502 0 0.9529 0.7686 0.5059 Xa + 0 0.2745 0.502 0 0.9529 0.7686 0.5059 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 0.001 m +91 0.002 L +91 4.9707 95.0283 9.001 100 9.001 C +100 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.9255 0 0 0.7569 0.0824 0.4863 Xa + 0 0.9255 0 0 0.7569 0.0824 0.4863 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 0.001 m +94 0.001 L +94 3.3125 96.6855 6.001 100 6.001 C +100 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.098 0.9882 0 0.9686 0.8588 0.0824 Xa + 0 0.098 0.9882 0 0.9686 0.8588 0.0824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 0.001 m +92.6641 0 L +92.6631 0.8945 94.8311 1.7891 99.166 0.8359 C +98.2129 5.1689 99.1064 7.3359 100 7.3379 C +100 0.001 L +f +100 0.001 m +98.8193 0.002 L +91.3408 4.7842 95.2168 8.6602 100 1.1826 C +100 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 Xa + 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.7344 0.002 m +20.0527 11.0752 11.0742 20.0527 0 2.7363 C +F +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2745 0.502 0 0.9529 0.7686 0.5059 Xa + 0 0.2745 0.502 0 0.9529 0.7686 0.5059 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 0.001 m +9 0.002 L +9 4.9707 4.9717 9.001 0 9.001 C +0 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.9255 0 0 0.7569 0.0824 0.4863 Xa + 0 0.9255 0 0 0.7569 0.0824 0.4863 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 0.001 m +6 0.001 L +6 3.3125 3.3145 6.001 0 6.001 C +0 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.098 0.9882 0 0.9686 0.8588 0.0824 Xa + 0 0.098 0.9882 0 0.9686 0.8588 0.0824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 0.001 m +7.3359 0 L +7.3369 0.8945 5.1689 1.7891 0.834 0.8359 C +1.7871 5.1689 0.8936 7.3359 0 7.3379 C +0 0.001 L +f +0 0.001 m +1.1807 0.002 L +8.6592 4.7842 4.7832 8.6602 0 1.1826 C +0 0.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 Xa + 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.2656 100 m +79.9473 88.9268 88.9258 79.9492 100 97.2656 C +F +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2745 0.502 0 0.9529 0.7686 0.5059 Xa + 0 0.2745 0.502 0 0.9529 0.7686 0.5059 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 100.001 m +91 100 L +91 95.0313 95.0283 91.001 100 91.001 C +100 100.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.9255 0 0 0.7569 0.0824 0.4863 Xa + 0 0.9255 0 0 0.7569 0.0824 0.4863 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 100.001 m +94 100.001 L +94 96.6895 96.6855 94.001 100 94.001 C +100 100.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.098 0.9882 0 0.9686 0.8588 0.0824 Xa + 0 0.098 0.9882 0 0.9686 0.8588 0.0824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +100 100.001 m +92.6641 100.002 L +92.6631 99.1074 94.8311 98.2129 99.166 99.166 C +98.2129 94.833 99.1064 92.666 100 92.6641 C +100 100.001 L +f +100 100.001 m +98.8193 100 L +91.3408 95.2178 95.2168 91.3418 100 98.8193 C +100 100.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 Xa + 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.7344 100 m +20.0527 88.9268 11.0742 79.9492 0 97.2656 C +F +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2745 0.502 0 0.9529 0.7686 0.5059 Xa + 0 0.2745 0.502 0 0.9529 0.7686 0.5059 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 100.001 m +9 100 L +9 95.0313 4.9717 91.001 0 91.001 C +0 100.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.9255 0 0 0.7569 0.0824 0.4863 Xa + 0 0.9255 0 0 0.7569 0.0824 0.4863 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 100.001 m +6 100.001 L +6 96.6895 3.3145 94.001 0 94.001 C +0 100.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.098 0.9882 0 0.9686 0.8588 0.0824 Xa + 0 0.098 0.9882 0 0.9686 0.8588 0.0824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 100.001 m +7.3359 100.002 L +7.3369 99.1074 5.1689 98.2129 0.834 99.166 C +1.7871 94.833 0.8936 92.666 0 92.6641 C +0 100.001 L +f +0 100.001 m +1.1807 100 L +8.6592 95.2178 4.7832 91.3418 0 98.8193 C +0 100.001 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 Xa + 0.1373 0.9333 0.0275 0.0784 0.5882 0.102 0.4118 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.9063 50.001 m +78.6455 34.1816 65.8203 21.3564 50 46.0947 C +34.1797 21.3564 21.3545 34.1816 46.0938 50.001 C +21.3545 65.8203 34.1797 78.6465 50 53.9072 C +65.8203 78.6465 78.6455 65.8203 53.9063 50.001 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2745 0.502 0 0.9529 0.7686 0.5059 Xa + 0 0.2745 0.502 0 0.9529 0.7686 0.5059 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +63.5 50.002 m +63.5 42.5469 57.4561 36.501 50 36.501 c +42.5449 36.501 36.5 42.5469 36.5 50.002 c +36.5 57.4565 42.5449 63.501 50 63.501 c +57.4561 63.501 63.5 57.4565 63.5 50.002 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.9255 0 0 0.7569 0.0824 0.4863 Xa + 0 0.9255 0 0 0.7569 0.0824 0.4863 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +59 50.002 m +59 45.0303 54.9717 41.001 50 41.001 c +45.0303 41.001 41 45.0303 41 50.002 c +41 54.9717 45.0303 59.001 50 59.001 c +54.9717 59.001 59 54.9717 59 50.002 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.098 0.9882 0 0.9686 0.8588 0.0824 Xa + 0 0.098 0.9882 0 0.9686 0.8588 0.0824 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +51.1934 48.8076 m +53.916 36.4229 46.083 36.4229 48.8066 48.8076 C +36.4209 46.085 36.4209 53.917 48.8066 51.1938 C +46.083 63.5791 53.916 63.5791 51.1934 51.1938 C +63.5781 53.917 63.5781 46.085 51.1934 48.8076 C +f +50 48.3135 m +43.168 37.6309 37.6299 43.1689 48.3135 50.002 C +37.6299 56.833 43.168 62.3711 50 51.6885 C +56.832 62.3711 62.3711 56.833 51.6865 50.002 C +62.3711 43.1689 56.832 37.6309 50 48.3135 C +f +%AI6_EndPatternLayer +) & +] E +%AI3_EndPattern +%AI3_BeginPattern: (Capri Stripes) +(Capri Stripes) 0 0 36 36 [ +%AI3_Tile +(0 O 0 R 0.6627 0.549 0 0 0.4 0.4 1 Xa + 0.6627 0.549 0 0 0.4 0.4 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 18 w 4 M []0 d 0 XR +0 18 m +36 18 l +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2235 0.1608 0 0 0.8 0.8 1 Xa + 0.2235 0.1608 0 0 0.8 0.8 1 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 9 w 4 M []0 d 0 XR +0 16 m +36 16 l +S +%AI6_EndPatternLayer +) & +] E +%AI3_EndPattern +%AI3_BeginPattern: (Chinese Tiles) +(Chinese Tiles) 13.333 13.333 45.0957 45.0957 [ +%AI3_Tile +(0 O 0 R 0.6667 0.0431 0.7922 0.0431 0.3961 0.6039 0.2902 Xa + 0.6667 0.0431 0.7922 0.0431 0.3961 0.6039 0.2902 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +45.0957 13.333 m +45.0957 45.0957 L +13.333 45.0957 L +13.333 13.333 L +45.0957 13.333 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 Xa + 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 2 j 0.5 w 4 M []0 d 0 XR +42.3838 13.3525 m +29.207 26.5293 L +16.0313 13.3525 L +29.207 0.1768 L +42.3838 13.3525 L +s +45.0752 42.3838 m +31.8975 29.207 L +45.0752 16.0303 L +58.251 29.207 L +45.0752 42.3838 L +s +16.043 45.0752 m +29.2197 31.8975 L +42.3955 45.0752 L +29.2197 58.251 L +16.043 45.0752 L +s +13.3525 16.0439 m +26.5293 29.2207 L +13.3525 42.3955 L +0.1768 29.2207 L +13.3525 16.0439 L +s +0 j 24.5762 16.1973 m +24.292 16.8281 24.1963 17.5273 24.2705 18.2207 C +24.9531 18.2949 25.6406 18.2031 26.2617 17.9316 C +S +32.1172 17.9189 m +32.7471 18.2031 33.4482 18.2979 34.1406 18.2236 C +34.2139 17.543 34.1221 16.8545 33.8496 16.2324 C +S +42.167 24.5762 m +41.5371 24.293 40.8369 24.1963 40.1436 24.2715 C +40.0693 24.9541 40.1621 25.6406 40.4346 26.2627 C +S +40.4453 32.1172 m +40.1621 32.7471 40.0654 33.4482 40.1406 34.1406 C +40.8232 34.2148 41.5107 34.1221 42.1318 33.8496 C +S +33.8506 42.2305 m +34.1348 41.5996 34.2305 40.9004 34.1563 40.207 C +33.4746 40.1318 32.7861 40.2246 32.165 40.4971 C +S +26.3105 40.5078 m +25.6797 40.2246 24.9795 40.1289 24.2881 40.2031 C +24.2129 40.8857 24.3047 41.5732 24.5771 42.1943 C +S +16.2598 33.8516 m +16.8896 34.1348 17.5898 34.2305 18.2832 34.1553 C +18.3574 33.4746 18.2646 32.7871 17.9941 32.165 C +S +17.9805 26.3105 m +18.2646 25.6807 18.3604 24.9795 18.2861 24.2881 C +17.6045 24.2129 16.917 24.3057 16.2949 24.5771 C +S +23.8828 13.29 m +34.5313 13.29 L +S +29.207 18.6143 m +29.207 7.9658 L +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 Xa + 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +27.3252 15.1729 m +31.0889 11.4082 L +S +31.0889 15.1729 m +27.3252 11.4082 L +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 Xa + 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +45.0752 23.8828 m +45.0752 34.5303 L +S +39.751 29.207 m +50.3984 29.207 L +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 Xa + 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +43.1924 27.3252 m +46.957 31.0889 L +S +43.1924 31.0889 m +46.957 27.3252 L +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 Xa + 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +34.5439 45.1377 m +23.8955 45.1377 L +S +29.2197 39.8135 m +29.2197 50.4609 L +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 Xa + 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +31.1016 43.2549 m +27.3379 47.0195 L +S +27.3379 43.2549 m +31.1016 47.0195 L +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 Xa + 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +13.3525 34.5449 m +13.3525 23.8955 L +S +18.6768 29.2207 m +8.0283 29.2207 L +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 Xa + 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +15.2354 31.1025 m +11.4707 27.3379 L +S +15.2354 27.3379 m +11.4707 31.1025 L +S +31.9297 26.499 m +42.4492 15.9795 L +S +16.0137 16.083 m +26.4297 26.5664 l +S +31.9297 31.9287 m +42.4492 42.4482 L +S +16.0137 42.3457 m +26.4297 31.8604 l +S +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 Xa + 0.0471 0.0235 0.1451 0 0.949 0.949 0.8627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +31.9639 26.4639 m +31.9639 31.9639 L +26.4639 31.9639 L +26.4639 26.4639 L +31.9639 26.4639 L +s +16.083 42.3457 m +16.083 47.8457 L +10.583 47.8457 L +10.583 42.3457 L +16.083 42.3457 L +s +16.083 16.083 m +10.583 16.083 L +10.583 10.583 L +16.083 10.583 L +16.083 16.083 L +s +42.3457 16.083 m +42.3457 10.583 L +47.8457 10.583 L +47.8457 16.083 L +42.3457 16.083 L +s +42.3457 42.3457 m +47.8457 42.3457 L +47.8457 47.8457 L +42.3457 47.8457 L +42.3457 42.3457 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 Xa + 0.3569 0.4078 0.6431 0.4118 0.3843 0.3412 0.2275 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 0.5 w 4 M []0 d 0 XR +47.9531 26.3291 m +48.4893 23.7705 47.3037 21.1758 45.0752 20.002 C +42.8447 21.1758 41.6592 23.7705 42.1953 26.3291 C +39.6367 25.793 37.042 26.9775 35.8701 29.207 C +37.042 31.4365 39.6367 32.623 42.1953 32.0859 C +41.6592 34.6445 42.8447 37.2373 45.0752 38.4121 C +47.3037 37.2373 48.4893 34.6445 47.9531 32.0859 C +S +26.3281 10.4111 m +23.7705 9.876 21.1758 11.0605 20.002 13.29 C +21.1758 15.5205 23.7705 16.7051 26.3281 16.1689 C +25.793 18.7275 26.9766 21.3223 29.207 22.4951 C +31.4365 21.3223 32.623 18.7275 32.0859 16.1689 C +34.6436 16.7051 37.2373 15.5205 38.4121 13.29 C +37.2373 11.0605 34.6436 9.876 32.0859 10.4111 C +S +32.0986 48.0166 m +34.6582 48.5508 37.251 47.3672 38.4248 45.1377 C +37.251 42.9072 34.6582 41.7217 32.0986 42.2578 C +32.6348 39.7002 31.4502 37.1055 29.2197 35.9326 C +26.9912 37.1055 25.8047 39.7002 26.3418 42.2578 C +23.7832 41.7217 21.1885 42.9072 20.0146 45.1377 C +21.1885 47.3672 23.7832 48.5508 26.3418 48.0166 C +S +10.4736 32.0986 m +9.9375 34.6582 11.123 37.252 13.3525 38.4248 C +15.582 37.252 16.7676 34.6582 16.2305 32.0986 C +18.79 32.6348 21.3848 31.4502 22.5576 29.2207 C +21.3848 26.9912 18.79 25.8047 16.2305 26.3418 C +16.7676 23.7832 15.582 21.1885 13.3525 20.0156 C +11.123 21.1885 9.9375 23.7832 10.4736 26.3418 C +S +%AI6_EndPatternLayer +) & +] E +%AI3_EndPattern +%AI3_BeginPattern: (Jaguar) +(Jaguar) 1.5264 1.249 125.9414 125.665 [ +%AI3_Tile +(0 O 0 R 0 0.1765 0.502 0 0.9725 0.851 0.5373 Xa + 0 0.1765 0.502 0 0.9725 0.851 0.5373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +125.9414 1.249 m +1.5264 1.249 L +1.5264 125.665 L +125.9414 125.665 L +125.9414 1.249 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +26.4834 121.623 m +28.7334 120.123 33.2334 117.373 37.4834 117.373 c +41.7334 117.373 43.4834 117.373 44.9834 118.623 c +46.3672 119.7764 52.418 122.4248 52.957 127.3418 C +22.9229 127.3418 L +23.9512 124.916 25.2871 122.4209 26.4834 121.623 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +26.9678 122.0313 m +29.1006 120.6074 33.3643 117.998 37.3916 117.998 c +41.4189 117.998 43.0771 117.998 44.499 119.1846 c +45.7998 120.2695 51.4453 122.751 52.0391 127.3418 C +23.6445 127.3418 L +24.6113 125.0781 25.8535 122.7764 26.9678 122.0313 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +27.4521 122.4395 m +29.4678 121.0928 33.4951 118.623 37.3018 118.623 c +41.1045 118.623 42.6729 118.623 44.0146 119.7451 c +45.2324 120.7627 50.4736 123.0771 51.1182 127.3418 C +24.3643 127.3418 L +25.2695 125.2393 26.4189 123.1309 27.4521 122.4395 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +27.9385 122.8477 m +29.835 121.5771 33.6279 119.248 37.21 119.248 c +40.792 119.248 42.2666 119.248 43.5303 120.3076 c +44.6641 121.2568 49.5078 123.4014 50.1982 127.3418 C +25.084 127.3418 L +25.9297 125.4023 26.9863 123.4854 27.9385 122.8477 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +28.4229 123.2559 m +30.2002 122.0625 33.7568 119.873 37.1182 119.873 c +40.4775 119.873 41.8604 119.873 43.0459 120.8682 c +44.0957 121.749 48.5449 123.7256 49.2793 127.3418 C +25.8066 127.3418 L +26.5889 125.5674 27.5527 123.8398 28.4229 123.2559 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +28.9072 123.6641 m +30.5674 122.5469 33.8896 120.498 37.0264 120.498 c +40.1631 120.498 41.4541 120.498 42.5615 121.4297 c +43.5273 122.2422 47.584 124.0488 48.3555 127.3418 C +26.5303 127.3418 L +27.248 125.7334 28.1182 124.1943 28.9072 123.6641 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +29.3916 124.0732 m +30.9346 123.0313 34.0205 121.123 36.9346 121.123 c +39.8486 121.123 41.0479 121.123 42.0771 121.9912 c +42.959 122.7344 46.6055 124.376 47.4121 127.3418 C +27.2539 127.3418 L +27.9072 125.9014 28.6846 124.5498 29.3916 124.0732 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +29.876 124.4805 m +31.3018 123.5166 34.1514 121.748 36.8428 121.748 c +39.5342 121.748 40.6416 121.748 41.5928 122.5518 c +42.3906 123.2266 45.6348 124.6992 46.4688 127.3418 C +27.9766 127.3418 L +28.5635 126.0703 29.25 124.9043 29.876 124.4805 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +30.3604 124.8896 m +31.667 124.001 34.2822 122.374 36.751 122.374 c +39.2197 122.374 40.2354 122.374 41.1084 123.1133 c +41.8223 123.7197 44.6758 125.0215 45.5254 127.3418 C +28.7051 127.3418 L +29.2236 126.2441 29.8164 125.2588 30.3604 124.8896 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +30.8447 125.2979 m +32.0342 124.4863 34.4131 122.999 36.6592 122.999 c +38.9053 122.999 39.8311 122.999 40.6221 123.6748 c +41.252 124.2109 43.7031 125.3457 44.5615 127.3418 C +29.4316 127.3418 L +29.8809 126.4199 30.3828 125.6133 30.8447 125.2979 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +31.3291 125.7061 m +32.4014 124.9707 34.5439 123.624 36.5674 123.624 c +38.5908 123.624 39.4248 123.624 40.1377 124.2363 c +40.6816 124.7021 42.7402 125.667 43.5879 127.3418 C +30.1631 127.3418 L +30.5391 126.5996 30.9492 125.9668 31.3291 125.7061 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +31.8135 126.1143 m +32.7666 125.4551 34.6748 124.249 36.4756 124.249 c +38.2764 124.249 39.0186 124.249 39.6533 124.7979 c +40.1113 125.1924 41.7725 125.9883 42.5898 127.3418 C +30.8984 127.3418 L +31.1973 126.7813 31.5156 126.3193 31.8135 126.1143 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32.2979 126.5225 m +33.1338 125.9404 34.8057 124.874 36.3838 124.874 c +37.9619 124.874 38.6123 124.874 39.1689 125.3594 c +39.541 125.6816 40.8105 126.3066 41.5684 127.3418 C +31.6436 127.3418 L +31.8613 126.9688 32.0859 126.6699 32.2979 126.5225 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.292 125.499 m +37.6475 125.499 38.2061 125.499 38.6846 125.9199 c +38.9648 126.166 39.8418 126.623 40.4922 127.3418 C +32.418 127.3418 L +32.541 127.166 32.6641 127.0137 32.7822 126.9307 c +33.501 126.4248 34.9365 125.499 36.292 125.499 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +60.9834 108.873 m +58.8057 107.29 53.7334 100.873 55.4834 97.373 c +57.2334 93.873 62.7334 84.123 67.7324 82.373 c +72.7324 80.623 82.7344 76.873 78.4844 89.373 c +74.2324 101.873 66.4824 112.873 60.9834 108.873 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.0713 108.4844 m +58.9893 106.9619 54.1377 100.7881 55.8115 97.4209 c +57.4854 94.0527 62.7451 84.6719 67.5254 82.9883 c +72.3086 81.3047 81.873 77.6963 77.8066 89.7236 c +73.7422 101.75 66.3301 112.333 61.0713 108.4844 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.1592 108.0967 m +59.1709 106.6338 54.542 100.7021 56.1377 97.4678 c +57.7354 94.2324 62.7568 85.2207 67.3184 83.6035 c +71.8828 81.9863 81.0098 78.5205 77.1309 90.0742 c +73.252 101.627 66.1777 111.7939 61.1592 108.0967 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.2451 107.709 m +59.3525 106.3057 54.9443 100.6172 56.4658 97.5156 c +57.9873 94.4121 62.7666 85.7705 67.1113 84.2188 c +71.457 82.668 80.1484 79.3438 76.4551 90.4238 c +72.7598 101.5039 66.0254 111.2539 61.2451 107.709 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.333 107.3213 m +59.5361 105.9775 55.3486 100.5322 56.7939 97.5625 c +58.2373 94.5928 62.7783 86.3193 66.9043 84.834 c +71.0313 83.3496 79.2871 80.168 75.7773 90.7744 c +72.2695 101.3809 65.8711 110.7148 61.333 107.3213 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.4209 106.9326 m +59.7178 105.6494 55.7529 100.4463 57.1201 97.6094 c +58.4893 94.7725 62.7881 86.8682 66.6973 85.4492 c +70.6055 84.0303 78.4238 80.9912 75.1016 91.124 c +71.7793 101.2578 65.7188 110.1748 61.4209 106.9326 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.5068 106.5439 m +59.8994 105.3203 56.1553 100.3613 57.4482 97.6572 c +58.7393 94.9521 62.7998 87.417 66.4902 86.0645 c +70.1797 84.7129 77.5625 81.8145 74.4258 91.4746 c +71.2871 101.1348 65.5664 109.6357 61.5068 106.5439 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.5947 106.1563 m +60.083 104.9932 56.5596 100.2764 57.7744 97.7041 c +58.9912 95.1318 62.8096 87.9658 66.2813 86.6807 c +69.7559 85.3936 76.7012 82.6387 73.748 91.8252 c +70.7969 101.0117 65.4141 109.0957 61.5947 106.1563 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.6826 105.7686 m +60.2646 104.665 56.9639 100.1914 58.1025 97.752 c +59.2412 95.3115 62.8213 88.5156 66.0742 87.2959 c +69.3301 86.0752 75.8398 83.4619 73.0723 92.1748 c +70.3066 100.8877 65.2617 108.5566 61.6826 105.7686 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.7686 105.3799 m +60.4463 104.3359 57.3662 100.1064 58.4287 97.7988 c +59.4932 95.4922 62.833 89.0645 65.8672 87.9111 c +68.9043 86.7568 74.9766 84.2852 72.3965 92.5254 c +69.8145 100.7646 65.1094 108.0166 61.7686 105.3799 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.8564 104.9922 m +60.6299 104.0078 57.7705 100.0205 58.7568 97.8467 c +59.7432 95.6719 62.8428 89.6133 65.6602 88.5264 c +68.4785 87.4385 74.1152 85.1094 71.7207 92.876 c +69.3242 100.6416 64.9551 107.4775 61.8564 104.9922 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.9443 104.6045 m +60.8115 103.6797 58.1748 99.9355 59.085 97.8936 c +59.9951 95.8516 62.8545 90.1621 65.4531 89.1416 c +68.0527 88.1201 73.2539 85.9326 71.043 93.2256 c +68.834 100.5186 64.8027 106.9375 61.9443 104.6045 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.0303 104.2158 m +60.9932 103.3516 58.5771 99.8506 59.4111 97.9414 c +60.2451 96.0313 62.8643 90.7109 65.2461 89.7568 c +67.627 88.8018 72.3926 86.7568 70.3672 93.5762 c +68.3418 100.3955 64.6504 106.3984 62.0303 104.2158 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.1182 103.8281 m +61.1768 103.0234 58.9814 99.7656 59.7393 97.9883 c +60.4951 96.2119 62.876 91.2607 65.0391 90.3721 c +67.2031 89.4834 71.5293 87.5801 69.6914 93.9268 c +67.8516 100.2725 64.498 105.8584 62.1182 103.8281 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.2061 103.4395 m +61.3584 102.6953 59.3857 99.6797 60.0654 98.0361 c +60.7471 96.3916 62.8857 91.8096 64.8301 90.9873 c +66.7773 90.165 70.668 88.4043 69.0137 94.2764 c +67.3613 100.1494 64.3457 105.3193 62.2061 103.4395 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.292 103.0518 m +61.54 102.3672 59.7881 99.5947 60.3936 98.083 c +60.9971 96.5713 62.8975 92.3584 64.623 91.6025 c +66.3516 90.8467 69.8066 89.2275 68.3379 94.627 c +66.8691 100.0264 64.1914 104.7793 62.292 103.0518 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +111.7344 100.123 m +101.8301 107.7451 97.7344 109.623 v +91.7344 112.373 86.9844 112.623 85.7344 109.123 c +84.4844 105.623 89.2344 95.123 88.2344 89.623 c +87.2344 84.123 93.7344 82.873 97.7344 80.623 c +101.7344 78.373 107.2344 80.623 108.9844 81.873 c +110.7344 83.123 112.4844 90.873 111.9844 92.873 c +111.4844 94.873 111.7344 100.123 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +111.1777 100.0967 m +101.7734 107.3213 97.8848 109.1016 v +92.1895 111.708 87.6816 111.9443 86.4941 108.627 c +85.3066 105.3096 89.8164 95.3584 88.8672 90.1445 c +87.918 84.9316 94.0879 83.7471 97.8848 81.6143 c +101.6836 79.4814 106.9043 81.6143 108.5664 82.7988 c +110.2266 83.9844 111.8887 91.3301 111.4141 93.2256 c +110.9395 95.1211 111.1777 100.0967 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +110.6191 100.0703 m +101.7188 106.8975 98.0371 108.5791 v +92.6465 111.043 88.377 111.2666 87.2539 108.1318 c +86.1309 104.9971 90.3984 95.5928 89.5 90.666 c +88.6016 85.7402 94.4434 84.6211 98.0371 82.6055 c +101.6328 80.5898 106.5762 82.6055 108.1484 83.7256 c +109.7207 84.8447 111.293 91.7861 110.8438 93.5771 c +110.3945 95.3691 110.6191 100.0703 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +110.0605 100.0449 m +101.6641 106.4736 98.1895 108.0576 v +93.1016 110.3779 89.0742 110.5879 88.0137 107.6357 c +86.9531 104.6836 90.9805 95.8271 90.1348 91.1885 c +89.2852 86.5488 94.7969 85.4951 98.1895 83.5967 c +101.582 81.6992 106.2461 83.5967 107.7305 84.6514 c +109.2129 85.7051 110.6973 92.2422 110.2734 93.9297 c +109.8496 95.6172 110.0605 100.0449 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +109.5039 100.0186 m +101.6074 106.0498 98.3418 107.5361 v +93.5566 109.7119 89.7695 109.9102 88.7734 107.1406 c +87.7773 104.3711 91.5645 96.0625 90.7676 91.71 c +89.9688 87.3574 95.1523 86.3682 98.3418 84.5889 c +101.5313 82.8076 105.916 84.5889 107.3105 85.5771 c +108.707 86.5664 110.1016 92.6992 109.7031 94.2822 c +109.3047 95.8643 109.5039 100.0186 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +108.9473 99.9922 m +101.5508 105.626 98.4941 107.0146 v +94.0137 109.0469 90.4668 109.2314 89.5332 106.6445 c +88.6016 104.0576 92.1465 96.2969 91.4004 92.2314 c +90.6523 88.166 95.5059 87.2422 98.4941 85.5791 c +101.4805 83.916 105.5859 85.5791 106.8926 86.5039 c +108.2012 87.4277 109.5078 93.1553 109.1328 94.6338 c +108.7598 96.1123 108.9473 99.9922 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +108.3887 99.9658 m +101.4961 105.2021 98.6445 106.4922 v +94.4688 108.3818 91.1641 108.5537 90.293 106.1494 c +89.4238 103.7441 92.7305 96.5313 92.0352 92.7539 c +91.3359 88.9756 95.8613 88.1162 98.6445 86.5713 c +101.4297 85.0254 105.2578 86.5713 106.4746 87.4297 c +107.6934 88.2881 108.9121 93.6123 108.5645 94.9863 c +108.2148 96.3604 108.3887 99.9658 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +107.832 99.9404 m +101.4395 104.7793 98.7969 105.9707 v +94.9238 107.7168 91.8594 107.875 91.0527 105.6533 c +90.248 103.4316 93.3105 96.7666 92.668 93.2754 c +92.0215 89.7832 96.2148 88.9902 98.7969 87.5625 c +101.3789 86.1338 104.9277 87.5625 106.0566 88.3564 c +107.1855 89.1494 108.3164 94.0684 107.9941 95.3379 c +107.6699 96.6084 107.832 99.9404 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +107.2734 99.9141 m +101.3848 104.3545 98.9492 105.4492 v +95.3809 107.0518 92.5566 107.1973 91.8125 105.1582 c +91.0703 103.1182 93.8945 97.001 93.3008 93.7969 c +92.7051 90.5928 96.5703 89.8643 98.9492 88.5537 c +101.3281 87.2422 104.5977 88.5537 105.6387 89.2822 c +106.6797 90.0098 107.7207 94.5254 107.4238 95.6904 c +107.125 96.8555 107.2734 99.9141 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +106.7168 99.8877 m +101.3301 103.9316 99.1016 104.9277 v +95.8359 106.3857 93.2539 106.5186 92.5723 104.6621 c +91.8945 102.8047 94.4766 97.2363 93.9336 94.3184 c +93.3887 91.4014 96.9238 90.7383 99.1016 89.5449 c +101.2773 88.3506 104.2695 89.5449 105.2207 90.208 c +106.1719 90.8711 107.127 94.9814 106.8535 96.042 c +106.5801 97.1035 106.7168 99.8877 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +106.1602 99.8623 m +101.2734 103.5078 99.2539 104.4053 v +96.293 105.7207 93.9512 105.8408 93.332 104.167 c +92.7168 102.4922 95.0605 97.4707 94.5684 94.8408 c +94.0723 92.21 97.2793 91.6123 99.2539 90.5361 c +101.2266 89.46 103.9395 90.5361 104.8027 91.1338 c +105.666 91.7314 106.5313 95.4385 106.2832 96.3945 c +106.0352 97.3516 106.1602 99.8623 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +105.6016 99.8359 m +101.2188 103.084 99.4063 103.8838 v +96.748 105.0557 94.6465 105.1621 94.0938 103.6709 c +93.5391 102.1787 95.6426 97.7051 95.2012 95.3623 c +94.7559 93.0186 97.6348 92.4863 99.4063 91.5273 c +101.1758 90.5684 103.6094 91.5273 104.3848 92.0605 c +105.1602 92.5928 105.9355 95.8945 105.7129 96.7471 c +105.4902 97.5996 105.6016 99.8359 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +105.0449 99.8096 m +101.1621 102.6602 99.5566 103.3623 v +97.2051 104.3906 95.3438 104.4844 94.8516 103.1758 c +94.3633 101.8662 96.2246 97.9404 95.834 95.8838 c +95.4395 93.8271 97.9883 93.3594 99.5566 92.5195 c +101.125 91.6768 103.2813 92.5195 103.9668 92.9863 c +104.6523 93.4531 105.3398 96.3516 105.1426 97.0986 c +104.9473 97.8477 105.0449 99.8096 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +104.4863 99.7832 m +101.1074 102.2363 99.709 102.8408 v +97.6602 103.7246 96.0391 103.8057 95.6113 102.6797 c +95.1875 101.5527 96.8066 98.1748 96.4668 96.4063 c +96.123 94.6357 98.3438 94.2334 99.709 93.5107 c +101.0742 92.7861 102.9512 93.5107 103.5488 93.9121 c +104.1465 94.3145 104.7441 96.8076 104.5723 97.4512 c +104.4023 98.0947 104.4863 99.7832 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +103.9297 99.7578 m +101.0508 101.8125 99.8613 102.3184 v +98.1152 103.0596 96.7363 103.1279 96.373 102.1846 c +96.0098 101.2402 97.3887 98.4102 97.1016 96.9277 c +96.8086 95.4443 98.6973 95.1074 99.8613 94.502 c +101.0234 93.8945 102.623 94.502 103.1309 94.8389 c +103.6387 95.1748 104.1484 97.2646 104.002 97.8027 c +103.8574 98.3428 103.9297 99.7578 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +103.373 99.7314 m +100.9961 101.3887 100.0137 101.7969 v +98.5723 102.3945 97.4336 102.4492 97.1328 101.6885 c +96.834 100.9268 97.9727 98.6445 97.7344 97.4492 c +97.4922 96.2529 99.0527 95.9814 100.0137 95.4932 c +100.9727 95.0029 102.293 95.4932 102.7129 95.7646 c +103.1328 96.0361 103.5547 97.7207 103.4336 98.1553 c +103.3125 98.5908 103.373 99.7314 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +117.2344 117.623 m +112.2344 115.373 116.9844 109.123 119.9844 102.373 c +121.5625 98.8223 124.1777 96.874 126.666 96.0322 C +126.666 122.4717 L +122.7754 123.208 121.3672 119.4824 117.2344 117.623 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +117.7852 117.2441 m +113.0293 115.0898 117.5469 109.1045 120.4004 102.6406 c +121.8828 99.2832 124.3262 97.4209 126.666 96.5977 C +126.666 121.9092 L +123.0293 122.543 121.6855 119.0117 117.7852 117.2441 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +118.3359 116.8652 m +113.8262 114.8066 118.1113 109.0859 120.8164 102.9082 c +122.2031 99.7441 124.4766 97.9668 126.666 97.1641 C +126.666 121.3457 L +123.2852 121.877 122.0039 118.54 118.3359 116.8652 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +118.8867 116.4873 m +114.623 114.5234 118.6738 109.0674 121.2324 103.1758 c +122.5234 100.2061 124.625 98.5137 126.666 97.7305 C +126.666 120.7676 L +123.5449 121.1924 122.3184 118.0664 118.8867 116.4873 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +119.4395 116.1084 m +115.418 114.2402 119.2383 109.0488 121.6504 103.4424 c +122.8438 100.668 124.7754 99.0664 126.666 98.3037 C +126.666 120.1895 L +123.8027 120.5068 122.6328 117.5928 119.4395 116.1084 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +119.9902 115.7295 m +116.2148 113.9561 119.8008 109.0303 122.0664 103.71 c +123.1641 101.1318 124.9258 99.625 126.666 98.8838 C +126.666 119.6113 L +124.0586 119.8242 122.9473 117.1191 119.9902 115.7295 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +120.541 115.3506 m +117.0098 113.6729 120.3652 109.0117 122.4824 103.9775 c +123.4844 101.5967 125.0781 100.1836 126.666 99.4648 C +126.666 119.0322 L +124.3105 119.1436 123.2617 116.6436 120.541 115.3506 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +121.0918 114.9727 m +117.8066 113.3896 120.9277 108.9932 122.8984 104.2451 c +123.8047 102.0635 125.2305 100.7441 126.666 100.0479 C +126.666 118.4551 L +124.5605 118.4678 123.5762 116.1689 121.0918 114.9727 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +121.6426 114.5938 m +118.6035 113.1064 121.4922 108.9746 123.3145 104.5127 c +124.125 102.5322 125.3828 101.3037 126.666 100.6328 C +126.666 117.8613 L +124.8105 117.7744 123.8887 115.6914 121.6426 114.5938 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +122.1953 114.2148 m +119.3984 112.8232 122.0547 108.9561 123.7324 104.7803 c +124.4453 103.0039 125.5391 101.876 126.666 101.2314 C +126.666 117.2578 L +125.0566 117.0742 124.1973 115.2119 122.1953 114.2148 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +122.7461 113.8369 m +120.1953 112.54 122.6172 108.9375 124.1484 105.0479 c +124.7656 103.4785 125.6953 102.4561 126.666 101.8418 C +126.666 116.6533 L +125.2969 116.3828 124.5078 114.7324 122.7461 113.8369 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +123.2969 113.458 m +120.9902 112.2568 123.1816 108.9189 124.5645 105.3154 c +125.0859 103.958 125.8516 103.0361 126.666 102.457 C +126.666 116.0166 L +125.5332 115.6641 124.8125 114.248 123.2969 113.458 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +123.8477 113.0791 m +121.7871 111.9727 123.7441 108.9004 124.9805 105.582 c +125.4043 104.4443 126.0117 103.6455 126.666 103.1074 C +126.666 115.3633 L +125.7598 114.9473 125.1152 113.7588 123.8477 113.0791 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +124.3984 112.7002 m +122.584 111.6895 124.3086 108.8818 125.3965 105.8496 c +125.7227 104.9404 126.1738 104.2686 126.666 103.7842 C +126.666 114.668 L +125.9727 114.2139 125.4121 113.2646 124.3984 112.7002 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +124.9512 112.3223 m +123.3789 111.4063 124.8711 108.8633 125.8145 106.1172 c +126.041 105.4561 126.3379 104.9375 126.666 104.5293 C +126.666 113.9053 L +126.1699 113.457 125.7051 112.7617 124.9512 112.3223 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +125.502 111.9434 m +124.1758 111.123 125.4355 108.8447 126.2305 106.3848 c +126.3535 106.0059 126.5039 105.6924 126.666 105.4082 C +126.666 113.0625 L +126.3418 112.6914 125.9941 112.248 125.502 111.9434 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +116.7344 75.623 m +108.9844 64.874 113.9844 59.374 114.7344 54.874 c +115.4824 50.3857 117.2285 53.6055 126.666 51.1406 C +126.666 83.6641 L +118.5723 86.8379 116.7344 75.623 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +117.2246 75.1924 m +109.8379 65.0049 114.6035 59.792 115.3184 55.5273 c +116.0332 51.2773 117.6973 54.3174 126.666 51.9941 C +126.666 82.8223 L +118.9746 85.7949 117.2246 75.1924 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +117.7168 74.7607 m +110.6934 65.1348 115.2246 60.21 115.9043 56.1807 c +116.582 52.1689 118.1602 55.0293 126.666 52.8496 C +126.666 81.9795 L +119.375 84.752 117.7168 74.7607 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +118.209 74.3301 m +111.5469 65.2656 115.8457 60.6279 116.4902 56.833 c +117.1309 53.0605 118.627 55.7422 126.666 53.7031 C +126.666 81.1377 L +119.7773 83.709 118.209 74.3301 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +118.7012 73.8994 m +112.4023 65.3965 116.4648 61.0459 117.0742 57.4863 c +117.6816 53.9531 119.0938 56.4551 126.666 54.5566 C +126.666 80.2949 L +120.1797 82.668 118.7012 73.8994 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +119.1934 73.4678 m +113.2578 65.5273 117.0859 61.4639 117.6602 58.1396 c +118.2305 54.8438 119.5586 57.168 126.666 55.4102 C +126.666 79.4521 L +120.582 81.627 119.1934 73.4678 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +119.6836 73.0371 m +114.1113 65.6572 117.707 61.8818 118.2461 58.793 c +118.7793 55.7363 120.0254 57.8809 126.666 56.2646 C +126.666 78.6094 L +120.9824 80.5879 119.6836 73.0371 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +120.1758 72.6055 m +114.9668 65.7881 118.3262 62.2998 118.8301 59.4453 c +119.3301 56.627 120.4922 58.5947 126.666 57.1182 C +126.666 77.7666 L +121.3848 79.5488 120.1758 72.6055 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +120.668 72.1748 m +115.8223 65.9189 118.9473 62.7178 119.416 60.0986 c +119.8809 57.5186 120.959 59.3086 126.666 57.9727 C +126.666 76.9238 L +121.7871 78.5117 120.668 72.1748 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +121.1582 71.7432 m +116.6758 66.0498 119.5684 63.1357 120.002 60.752 c +120.4277 58.4092 121.4219 60.0225 126.666 58.8252 C +126.666 76.0801 L +122.1875 77.4756 121.1582 71.7432 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +121.6504 71.3125 m +117.5313 66.1797 120.1875 63.5537 120.5859 61.4053 c +120.9785 59.3008 121.8887 60.7373 126.666 59.6777 C +126.666 75.2354 L +122.5898 76.4414 121.6504 71.3125 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +122.1426 70.8818 m +118.3848 66.3105 120.8086 63.9717 121.1719 62.0586 c +121.5293 60.1904 122.3535 61.4541 126.666 60.5313 C +126.666 74.3867 L +122.9922 75.4053 122.1426 70.8818 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +122.6348 70.4502 m +119.2402 66.4414 121.4297 64.3896 121.7578 62.7119 c +122.0781 61.0811 122.8184 62.1699 126.666 61.3828 C +126.666 73.5439 L +123.3906 74.3809 122.6348 70.4502 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +123.125 70.0195 m +120.0957 66.5723 122.0488 64.8076 122.3418 63.3643 c +122.627 61.9707 123.2813 62.8877 126.666 62.2334 C +126.666 72.6904 L +123.7949 73.3467 123.125 70.0195 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +123.6172 69.5879 m +120.9492 66.7021 122.6699 65.2256 122.9277 64.0176 c +123.1777 62.8594 123.7461 63.6074 126.666 63.083 C +126.666 71.833 L +124.1973 72.3174 123.6172 69.5879 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +124.1094 69.1572 m +121.8047 66.833 123.291 65.6436 123.5137 64.6709 c +123.7266 63.75 124.2285 64.3154 126.666 63.9238 C +126.666 70.9766 L +124.5996 71.2979 124.1094 69.1572 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.4834 93.623 m +5.2334 92.123 7.4834 92.373 9.2334 93.123 c +10.9834 93.873 12.9834 97.623 14.7334 104.123 c +16.4834 110.623 15.4834 114.123 Y +14.4834 116.373 11.9834 116.873 5.9834 120.123 c +3.6055 121.4111 1.7773 121.5898 0 121.1924 C +0 95.5059 L +0.8105 94.7051 1.6094 94.0996 2.4834 93.623 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.5459 94.3477 m +5.167 92.917 7.3096 93.1553 8.9756 93.8711 c +10.6436 94.5859 12.5479 98.1631 14.2158 104.3623 c +15.8818 110.5625 14.9307 113.9014 Y +13.9775 116.0469 11.5967 116.5234 5.8799 119.623 c +3.5332 120.8965 1.75 121.0332 0 120.5996 C +0 96.3301 L +0.835 95.4736 1.6484 94.8379 2.5459 94.3477 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.6084 95.0723 m +5.0986 93.7109 7.1338 93.9375 8.7178 94.6191 c +10.3018 95.2998 12.1123 98.7031 13.6963 104.6025 c +15.2803 110.502 14.376 113.6787 Y +13.4697 115.7207 11.208 116.1738 5.7764 119.124 c +3.4629 120.3809 1.7246 120.4785 0 120.0078 C +0 97.1533 L +0.8613 96.2363 1.6875 95.5762 2.6084 95.0723 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.6709 95.7979 m +5.0303 94.5049 6.96 94.7207 8.46 95.3662 c +9.9619 96.0127 11.6768 99.2432 13.1787 104.8418 c +14.6787 110.4414 13.8213 113.4561 Y +12.9639 115.3936 10.8193 115.8242 5.6729 118.624 c +3.3906 119.8652 1.6992 119.9189 0 119.4082 C +0 97.9902 L +0.8877 97.0068 1.7285 96.3135 2.6709 95.7979 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.7334 96.5225 m +4.9619 95.2988 6.7842 95.5029 8.2021 96.1143 c +9.6201 96.7266 11.2412 99.7832 12.6592 105.082 c +14.0771 110.3809 13.2666 113.2334 Y +12.4561 115.0684 10.4307 115.4756 5.5693 118.125 c +3.3203 119.3506 1.6777 119.3477 0 118.7969 C +0 98.833 L +0.918 97.7734 1.7686 97.0518 2.7334 96.5225 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.7959 97.2471 m +4.8936 96.0938 6.6104 96.2852 7.9443 96.8623 c +9.2803 97.4395 10.8057 100.3232 12.1396 105.3213 c +13.4756 110.3193 12.7119 113.0117 Y +11.9502 114.7412 10.042 115.126 5.4658 117.625 c +3.248 118.835 1.6582 118.7773 0 118.1836 C +0 99.6914 L +0.9492 98.5469 1.8105 97.7881 2.7959 97.2471 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.8584 97.9717 m +4.8252 96.8877 6.4346 97.0674 7.6865 97.6104 c +8.9385 98.1523 10.3701 100.8623 11.6221 105.5615 c +12.874 110.2598 12.1592 112.7891 Y +11.4424 114.415 9.6553 114.7764 5.3623 117.126 c +3.1777 118.3203 1.6416 118.2041 0 117.5645 C +0 100.5596 L +0.9873 99.3174 1.8535 98.5254 2.8584 97.9717 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.9189 98.6973 m +4.7568 97.6816 6.2607 97.8506 7.4287 98.3584 c +8.5986 98.8652 9.9346 101.4033 11.1025 105.8008 c +12.2725 110.1982 11.6045 112.5664 Y +10.9365 114.0889 9.2666 114.4268 5.2568 116.626 c +3.1074 117.8057 1.6289 117.6172 0 116.9336 C +0 101.4531 L +1.0273 100.1055 1.8984 99.2607 2.9189 98.6973 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.9814 99.4219 m +4.6885 98.4756 6.085 98.6328 7.1709 99.1055 c +8.2568 99.5791 9.499 101.9424 10.585 106.04 c +11.6709 110.1377 11.0498 112.3447 Y +10.4287 113.7627 8.8779 114.0781 5.1533 116.127 c +3.0391 117.291 1.623 117.0293 0 116.2979 C +0 102.3457 L +1.0762 100.8711 1.9434 99.9961 2.9814 99.4219 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.0439 100.1465 m +4.6201 99.2695 5.9111 99.415 6.9131 99.8535 c +7.917 100.292 9.0635 102.4824 10.0654 106.2803 c +11.0693 110.0771 10.4951 112.1221 Y +9.9229 113.4365 8.4893 113.7285 5.0498 115.627 c +2.9717 116.7744 1.625 116.4258 0 115.6504 C +0 103.2656 L +1.1309 101.6504 1.9961 100.7285 3.0439 100.1465 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.1064 100.8711 m +4.5518 100.0635 5.7354 100.1982 6.6553 100.6016 c +7.5752 101.0049 8.6279 103.0225 9.5479 106.5195 c +10.4678 110.0166 9.9424 111.8994 Y +9.415 113.1104 8.1006 113.3789 4.9463 115.1279 c +2.9082 116.2568 1.6367 115.8125 0 114.9951 C +0 104.1982 L +1.2002 102.4189 2.0508 101.4609 3.1064 100.8711 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.1689 101.5957 m +4.4854 100.8574 5.5596 100.9805 6.3975 101.3496 c +7.2354 101.7188 8.1924 103.5625 9.0283 106.7598 c +9.8662 109.9561 9.3877 111.6777 Y +8.9092 112.7842 7.7139 113.0293 4.8428 114.6279 c +2.8496 115.7383 1.6621 115.1865 0 114.334 C +0 105.1602 L +1.2773 103.1963 2.1104 102.1885 3.1689 101.5957 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.2314 102.3203 m +4.417 101.6523 5.3857 101.7627 6.1396 102.0977 c +6.8936 102.4316 7.7568 104.1025 8.5107 106.999 c +9.2646 109.8955 8.833 111.4551 Y +8.4014 112.457 7.3252 112.6797 4.7393 114.1289 c +2.7949 115.2178 1.7041 114.543 0 113.668 C +0 106.1357 L +1.376 103.957 2.1777 102.9141 3.2314 102.3203 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.2939 103.0459 m +4.3486 102.4463 5.21 102.5449 5.8818 102.8447 c +6.5537 103.1445 7.3213 104.6426 7.9912 107.2383 c +8.6631 109.835 8.2783 111.2324 Y +7.8955 112.1309 6.9365 112.3311 4.6357 113.6289 c +2.7529 114.6914 1.7676 113.8818 0 113.0049 C +0 107.1357 L +1.4902 104.7178 2.2549 103.6357 3.2939 103.0459 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.3564 103.7705 m +4.2803 103.2402 5.0361 103.3281 5.624 103.5928 c +6.2119 103.8584 6.8838 105.1826 7.4717 107.4785 c +8.0596 109.7744 7.7256 111.0107 Y +7.3877 111.8047 6.5479 111.9814 4.5322 113.1299 c +2.7227 114.1592 1.8574 113.2002 0 112.3545 C +0 108.1074 L +0.1426 107.9043 0.2832 107.6953 0.415 107.4785 c +1.7588 105.2715 2.4307 104.2998 3.3564 103.7705 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.417 104.4951 m +4.2119 104.0342 4.8604 104.1104 5.3662 104.3408 c +5.8721 104.5713 6.4482 105.7227 6.9541 107.7178 c +7.458 109.7139 7.1709 110.7881 Y +6.8818 111.4785 6.1592 111.6318 4.4268 112.6299 c +2.7109 113.6191 1.9824 112.4971 0 111.7295 C +0 109.0078 L +0.293 108.6133 0.6113 108.1836 0.8916 107.7178 c +2.0459 105.7998 2.624 104.9551 3.417 104.4951 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.2334 103.373 m +32.4834 107.123 25.2334 104.873 Y +23.4834 101.623 17.4834 95.373 18.7334 90.873 c +19.9834 86.373 23.9834 79.873 27.4834 79.123 c +30.9834 78.373 43.4834 67.124 45.4834 88.373 c +47.4834 109.623 35.2959 101.0967 34.2334 103.373 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.165 102.8936 m +32.4951 106.4727 25.5771 104.3252 Y +23.9072 101.2236 18.1807 95.2588 19.3721 90.9648 c +20.5654 86.6699 24.3838 80.4668 27.7236 79.751 c +31.0635 79.0352 42.9932 68.2998 44.9014 88.5781 c +46.8115 108.8584 35.1787 100.7217 34.165 102.8936 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.0967 102.415 m +32.5068 105.8223 25.9189 103.7773 Y +24.3291 100.8242 18.876 95.1445 20.0127 91.0557 c +21.1475 86.9668 24.7822 81.0596 27.9639 80.3779 c +31.1436 79.6963 42.5029 69.4746 44.3193 88.7842 c +46.1377 108.0947 35.0635 100.3457 34.0967 102.415 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.0283 101.9355 m +32.5186 105.1719 26.2607 103.2305 Y +24.751 100.4248 19.5713 95.0303 20.6514 91.1465 c +21.7295 87.2627 25.1826 81.6533 28.2021 81.0059 c +31.2236 80.3584 42.0127 70.6494 43.7393 88.9893 c +45.4639 107.3301 34.9463 99.9707 34.0283 101.9355 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.96 101.4561 m +32.5303 104.5215 26.6025 102.6826 Y +25.1729 100.0254 20.2686 94.916 21.29 91.2383 c +22.3115 87.5596 25.5811 82.2461 28.4424 81.6328 c +31.3037 81.0205 41.5225 71.8242 43.1572 89.1943 c +44.792 106.5654 34.8291 99.5957 33.96 101.4561 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.8916 100.9766 m +32.542 103.8711 26.9443 102.1348 Y +25.5947 99.626 20.9639 94.8027 21.9287 91.3291 c +22.8936 87.8564 25.9814 82.8389 28.6826 82.2607 c +31.3838 81.6816 41.0303 73 42.5752 89.4004 c +44.1182 105.8008 34.7119 99.2197 33.8916 100.9766 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.8232 100.498 m +32.5518 103.2207 27.2881 101.5869 Y +26.0166 99.2275 21.6592 94.6885 22.5674 91.4209 c +23.4756 88.1533 26.3799 83.4326 28.9209 82.8887 c +31.4639 82.3438 40.54 74.1748 41.9932 89.6055 c +43.4443 105.0371 34.5947 98.8447 33.8232 100.498 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.7549 100.0186 m +32.5635 102.5703 27.6299 101.04 Y +26.4385 98.8281 22.3564 94.5742 23.2061 91.5117 c +24.0576 88.4502 26.7783 84.0264 29.1611 83.5156 c +31.5439 83.0059 40.0498 75.3496 41.4111 89.8105 c +42.7725 104.2725 34.4775 98.4697 33.7549 100.0186 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.6865 99.5391 m +32.5752 101.9199 27.9717 100.4922 Y +26.8604 98.4287 23.0518 94.46 23.8447 91.6035 c +24.6396 88.7461 27.1787 84.6191 29.4014 84.1436 c +31.624 83.667 39.5596 76.5254 40.8291 90.0166 c +42.0986 103.5078 34.3604 98.0938 33.6865 99.5391 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.6182 99.0596 m +32.5869 101.2705 28.3154 99.9443 Y +27.2842 98.0293 23.7471 94.3457 24.4854 91.6943 c +25.2197 89.043 27.5771 85.2129 29.6396 84.7705 c +31.7021 84.3291 39.0693 77.7002 40.2471 90.2217 c +41.4248 102.7432 34.2432 97.7188 33.6182 99.0596 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.5498 98.5811 m +32.5986 100.6201 28.6572 99.3965 Y +27.7061 97.6299 24.4443 94.2314 25.124 91.7861 c +25.8018 89.3398 27.9775 85.8057 29.8799 85.3984 c +31.7822 84.9912 38.5771 78.875 39.665 90.4268 c +40.7529 101.9795 34.126 97.3438 33.5498 98.5811 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.4814 98.1016 m +32.6104 99.9697 28.999 98.8486 Y +28.1279 97.2305 25.1396 94.1172 25.7627 91.877 c +26.3838 89.6367 28.376 86.3994 30.1201 86.0264 c +31.8623 85.6523 38.0869 80.0508 39.083 90.6328 c +40.0791 101.2148 34.0088 96.9678 33.4814 98.1016 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.4131 97.6221 m +32.6201 99.3193 29.3408 98.3008 Y +28.5498 96.832 25.835 94.0039 26.4014 91.9688 c +26.9658 89.9336 28.7764 86.9922 30.3584 86.6533 c +31.9424 86.3145 37.5967 81.2256 38.501 90.8379 c +39.4053 100.4502 33.8936 96.5928 33.4131 97.6221 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.3428 97.1426 m +32.6318 98.6689 29.6826 97.7539 Y +28.9717 96.4326 26.5322 93.8896 27.04 92.0596 c +27.5479 90.2295 29.1748 87.5859 30.5986 87.2813 c +32.0225 86.9766 37.1064 82.4004 37.9189 91.043 c +38.7334 99.6855 33.7764 96.2178 33.3428 97.1426 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.2744 96.6641 m +32.6436 98.0186 30.0264 97.2061 Y +29.3936 96.0332 27.2275 93.7754 27.6787 92.1514 c +28.1299 90.5264 29.5732 88.1787 30.8389 87.9082 c +32.1025 87.6377 36.6162 83.5762 37.3369 91.249 c +38.0596 98.9219 33.6592 95.8418 33.2744 96.6641 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.2061 96.1846 m +32.6553 97.3682 30.3682 96.6582 Y +29.8154 95.6338 27.9229 93.6611 28.3174 92.2422 c +28.7119 90.8232 29.9736 88.7725 31.0771 88.5361 c +32.1826 88.2998 36.124 84.751 36.7549 91.4541 c +37.3857 98.1572 33.542 95.4668 33.2061 96.1846 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.2334 72.874 m +55.7334 74.873 52.4834 75.373 50.7334 73.873 c +49.9502 73.2021 41.9834 69.374 39.9834 66.624 c +37.9834 63.874 41.9834 59.374 44.2334 57.374 c +46.4834 55.374 50.9834 52.124 57.7334 57.124 c +64.4824 62.124 66.7324 70.874 61.2334 72.874 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +60.7354 72.5439 m +55.5322 74.459 52.4561 74.9375 50.8018 73.501 c +50.0596 72.8584 42.5244 69.1934 40.6318 66.5605 c +38.7393 63.9268 42.5244 59.6182 44.6533 57.7041 c +46.7803 55.7891 51.0381 52.6768 57.4248 57.4639 c +63.8086 62.251 65.9375 70.6299 60.7354 72.5439 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +60.2354 72.2148 m +55.3291 74.0439 52.4307 74.502 50.8701 73.1289 c +50.1709 72.5146 43.0635 69.0127 41.2803 66.4971 c +39.4951 63.9805 43.0635 59.8623 45.0713 58.0322 c +47.0771 56.2031 51.0928 53.2295 57.1143 57.8047 c +63.1357 62.3789 65.1406 70.3848 60.2354 72.2148 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +59.7373 71.8848 m +55.1279 73.6299 52.4033 74.0654 50.9365 72.7568 c +50.2803 72.1719 43.6025 68.832 41.9268 66.4326 c +40.251 64.0332 43.6025 60.1074 45.4893 58.3623 c +47.374 56.6172 51.1455 53.7822 56.8037 58.1445 c +62.46 62.5068 64.3457 70.1406 59.7373 71.8848 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +59.2373 71.5557 m +54.9248 73.2148 52.376 73.6299 51.0029 72.3848 c +50.3896 71.8281 44.1436 68.6514 42.5752 66.3691 c +41.0068 64.0869 44.1436 60.3516 45.9072 58.6914 c +47.6709 57.0313 51.2002 54.334 56.4932 58.4844 c +61.7861 62.6338 63.5498 69.8955 59.2373 71.5557 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.7373 71.2256 m +54.7217 72.8008 52.3486 73.1943 51.0713 72.0127 c +50.499 71.4844 44.6826 68.4707 43.2217 66.3047 c +41.7607 64.1396 44.6826 60.5957 46.3252 59.0215 c +47.9678 57.4463 51.2549 54.8867 56.1826 58.8242 c +61.1104 62.7617 62.7549 69.6514 58.7373 71.2256 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.2393 70.8965 m +54.5205 72.3857 52.3213 72.7588 51.1396 71.6416 c +50.6084 71.1416 45.2217 68.29 43.8701 66.2412 c +42.5166 64.1934 45.2217 60.8408 46.7432 59.3506 c +48.2646 57.8604 51.3076 55.4395 55.8721 59.1641 c +60.4365 62.8887 61.958 69.4063 58.2393 70.8965 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.7393 70.5674 m +54.3174 71.9717 52.2939 72.3232 51.2061 71.2695 c +50.7178 70.7979 45.7627 68.1084 44.5166 66.1777 c +43.2725 64.2461 45.7627 61.085 47.1611 59.6797 c +48.5615 58.2754 51.3623 55.9922 55.5615 59.5049 c +59.7627 63.0166 61.1611 69.1621 57.7393 70.5674 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.2412 70.2373 m +54.1143 71.5566 52.2686 71.8867 51.2744 70.8975 c +50.8291 70.4541 46.3018 67.9277 45.165 66.1133 c +44.0283 64.2988 46.3018 61.3291 47.5791 60.0098 c +48.8584 58.6895 51.415 56.5449 55.251 59.8447 c +59.0869 63.1436 60.3662 68.918 57.2412 70.2373 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.7412 69.9082 m +53.9131 71.1426 52.2412 71.4512 51.3408 70.5254 c +50.9385 70.1104 46.8408 67.7471 45.8115 66.0498 c +44.7842 64.3525 46.8408 61.5732 47.999 60.3389 c +49.1553 59.1035 51.4697 57.0977 54.9404 60.1846 c +58.4131 63.2715 59.5693 68.6729 56.7412 69.9082 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.2412 69.5781 m +53.71 70.7275 52.2139 71.0156 51.4092 70.1533 c +51.0479 69.7676 47.3799 67.5664 46.46 65.9863 c +45.54 64.4053 47.3799 61.8184 48.417 60.668 c +49.4521 59.5186 51.5244 57.6504 54.6299 60.5254 c +57.7373 63.3984 58.7744 68.4287 56.2412 69.5781 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.7432 69.249 m +53.5068 70.3135 52.1865 70.5801 51.4756 69.7813 c +51.1572 69.4238 47.9209 67.3857 47.1084 65.9219 c +46.2939 64.458 47.9209 62.0625 48.835 60.998 c +49.749 59.9326 51.5771 58.2031 54.3213 60.8652 c +57.0635 63.5264 57.9775 68.1846 55.7432 69.249 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.2432 68.9189 m +53.3057 69.8984 52.1592 70.1445 51.5439 69.4102 c +51.2666 69.0801 48.46 67.2051 47.7549 65.8584 c +47.0498 64.5117 48.46 62.3066 49.2529 61.3271 c +50.0459 60.3477 51.6318 58.7549 54.0107 61.2051 c +56.3896 63.6533 57.1826 67.9395 55.2432 68.9189 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.7451 68.5898 m +53.1025 69.4844 52.1338 69.708 51.6104 69.0381 c +51.3779 68.7373 48.999 67.0244 48.4033 65.7949 c +47.8057 64.5645 48.999 62.5518 49.6709 61.6563 c +50.3428 60.7617 51.6865 59.3076 53.7002 61.5449 c +55.7139 63.7813 56.3857 67.6953 54.7451 68.5898 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.2451 68.2598 m +52.9014 69.0693 52.1064 69.2725 51.6787 68.666 c +51.4873 68.3936 49.54 66.8438 49.0498 65.7305 c +48.5615 64.6182 49.54 62.7959 50.0889 61.9863 c +50.6396 61.1768 51.7393 59.8604 53.3896 61.8857 c +55.04 63.9082 55.5889 67.4502 54.2451 68.2598 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.7451 67.9307 m +52.6982 68.6553 52.0791 68.8369 51.7451 68.2939 c +51.5967 68.0498 50.0791 66.6631 49.6982 65.667 c +49.3174 64.6709 50.0791 63.04 50.5068 62.3154 c +50.9365 61.5908 51.7939 60.4131 53.0791 62.2256 c +54.3643 64.0361 54.7939 67.2061 53.7451 67.9307 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +90.9844 72.124 m +87.9844 72.624 83.4844 70.874 76.9844 67.624 C +71.4824 61.374 72.7324 57.624 v +73.9824 53.874 72.7324 52.624 79.4844 47.124 c +86.2344 41.624 91.7344 37.124 94.4844 37.124 c +97.2344 37.124 112.4844 33.124 109.2344 45.374 c +105.9844 57.624 93.9844 71.624 90.9844 72.124 c +f +%AI6_EndPatternLayer +) & +] +[ +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +90.998 71.3594 m +88.1582 71.8389 83.8984 70.1621 77.748 67.0479 C +72.541 61.0596 73.7246 57.4668 v +74.9082 53.874 73.7246 52.6768 80.1133 47.4072 c +86.502 42.1377 91.707 37.8262 94.3105 37.8262 c +96.9121 37.8262 111.3438 33.9941 108.2695 45.7305 c +105.1934 57.4668 93.8359 70.8799 90.998 71.3594 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.0098 70.5947 m +88.332 71.0527 84.3145 69.4492 78.5117 66.4717 C +73.5996 60.7451 74.7168 57.3096 v +75.832 53.874 74.7168 52.7285 80.7441 47.6895 c +86.7695 42.6504 91.6816 38.5273 94.1348 38.5273 c +96.5898 38.5273 110.2051 34.8633 107.3047 46.0859 c +104.4023 57.3096 93.6895 70.1357 91.0098 70.5947 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.0234 69.8301 m +88.5059 70.2666 84.7305 68.7363 79.2754 65.8955 C +74.6602 60.4307 75.709 57.1523 v +76.7578 53.874 75.709 52.7813 81.373 47.9727 c +87.0391 43.1641 91.6523 39.2295 93.9609 39.2295 c +96.2695 39.2295 109.0664 35.7324 106.3398 46.4424 c +103.6113 57.1523 93.541 69.3926 91.0234 69.8301 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.0371 69.0645 m +88.6797 69.4805 85.1445 68.0244 80.0391 65.3184 C +75.7188 60.1162 76.6992 56.9951 v +77.6816 53.874 76.6992 52.833 82.002 48.2549 c +87.3066 43.6777 91.627 39.9316 93.7871 39.9316 c +95.9473 39.9316 107.9277 36.6025 105.373 46.7988 c +102.8203 56.9951 93.3945 68.6484 91.0371 69.0645 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.0508 68.2998 m +88.8535 68.6953 85.5605 67.3115 80.8027 64.7422 C +76.7773 59.8027 77.6914 56.8379 v +78.6055 53.874 77.6914 52.8857 82.6328 48.5381 c +87.5742 44.1904 91.5996 40.6328 93.6133 40.6328 c +95.625 40.6328 106.7891 37.4717 104.4102 47.1543 c +102.0293 56.8379 93.2461 67.9043 91.0508 68.2998 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.0645 67.5352 m +89.0293 67.9092 85.9766 66.5986 81.5664 64.166 C +77.8359 59.4883 78.6836 56.6816 v +79.5313 53.874 78.6836 52.9385 83.2637 48.8203 c +87.8418 44.7041 91.5723 41.335 93.4395 41.335 c +95.3027 41.335 105.6484 38.3408 103.4434 47.5107 c +101.2402 56.6816 93.0977 67.1611 91.0645 67.5352 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.0762 66.7705 m +89.2031 67.123 86.3926 65.8867 82.3301 63.5898 C +78.8945 59.1738 79.6758 56.5234 v +80.4551 53.874 79.6758 52.9902 83.8926 49.1035 c +88.1094 45.2168 91.5469 42.0371 93.2637 42.0371 c +94.9805 42.0371 104.5098 39.2109 102.4805 47.8672 c +100.4492 56.5234 92.9512 66.417 91.0762 66.7705 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.0898 66.0049 m +89.377 66.3379 86.8066 65.1738 83.0938 63.0137 C +79.9531 58.8594 80.668 56.3672 v +81.3809 53.874 80.668 53.043 84.5234 49.3867 c +88.377 45.7305 91.5195 42.7383 93.0898 42.7383 c +94.6602 42.7383 103.3691 40.0801 101.5137 48.2227 c +99.6582 56.3672 92.8027 65.6729 91.0898 66.0049 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.1035 65.2402 m +89.5508 65.5518 87.2227 64.4619 83.8574 62.4375 C +81.0117 58.5449 81.6582 56.21 v +82.3047 53.874 81.6582 53.0947 85.1523 49.6689 c +88.6445 46.2432 91.4922 43.4404 92.916 43.4404 c +94.3379 43.4404 102.2305 40.9502 100.5488 48.5791 c +98.8672 56.21 92.6563 64.9287 91.1035 65.2402 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.1172 64.4756 m +89.7246 64.7656 87.6367 63.749 84.623 61.8613 C +82.0684 58.2305 82.6504 56.0527 v +83.2305 53.874 82.6504 53.1475 85.7813 49.9521 c +88.9141 46.7568 91.4648 44.1426 92.7422 44.1426 c +94.0176 44.1426 101.0918 41.8193 99.584 48.9355 c +98.0762 56.0527 92.5078 64.1855 91.1172 64.4756 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.1309 63.7109 m +89.8984 63.9805 88.0527 63.0361 85.3848 61.2852 C +83.127 57.916 83.6426 55.8955 v +84.1543 53.874 83.6426 53.2002 86.4121 50.2344 c +89.1816 47.2705 91.4395 44.8438 92.5684 44.8438 c +93.6953 44.8438 99.9531 42.6885 98.6191 49.291 c +97.2852 55.8955 92.3613 63.4414 91.1309 63.7109 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.1426 62.9463 m +90.0723 63.1943 88.4688 62.3242 86.1484 60.708 C +84.1875 57.6025 84.6348 55.7383 v +85.0801 53.874 84.6348 53.252 87.041 50.5176 c +89.4492 47.7832 91.4121 45.5459 92.3926 45.5459 c +93.373 45.5459 98.8145 43.5586 97.6543 49.6475 c +96.4941 55.7383 92.2129 62.6973 91.1426 62.9463 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.1563 62.1807 m +90.248 62.4082 88.8848 61.6113 86.9141 60.1318 C +85.2461 57.2881 85.625 55.5811 v +86.0039 53.874 85.625 53.3047 87.6719 50.8008 c +89.7168 48.2969 91.3848 46.248 92.2188 46.248 c +93.0508 46.248 97.6738 44.4277 96.6895 50.0039 c +95.7051 55.5811 92.0664 61.9531 91.1563 62.1807 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.1699 61.416 m +90.4219 61.623 89.2988 60.8994 87.6777 59.5557 C +86.3047 56.9736 86.6172 55.4238 v +86.9277 53.874 86.6172 53.3564 88.3008 51.083 c +89.9844 48.8096 91.3594 46.9492 92.0449 46.9492 c +92.7305 46.9492 96.5352 45.2979 95.7246 50.3594 c +94.9141 55.4238 91.918 61.21 91.1699 61.416 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.1836 60.6514 m +90.5957 60.8369 89.7148 60.1865 88.4414 58.9795 C +87.3633 56.6592 87.6094 55.2666 v +87.8535 53.874 87.6094 53.4092 88.9316 51.3662 c +90.2539 49.3232 91.332 47.6514 91.8711 47.6514 c +92.4082 47.6514 95.3965 46.167 94.7598 50.7158 c +94.123 55.2666 91.7715 60.4658 91.1836 60.6514 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +116.7344 34.624 m +116.9336 32.958 111.2344 22.374 110.7344 19.624 c +110.2344 16.874 112.7344 1.874 125.2344 6.124 c +125.7324 6.293 126.2051 6.4961 126.666 6.7148 C +126.666 40.8564 L +121.3008 40.5859 116.2402 38.749 116.7344 34.624 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +117.1875 34.0381 m +117.377 32.4551 111.959 22.3984 111.4844 19.7861 c +111.0078 17.1729 113.3848 2.9209 125.2676 6.959 c +125.7539 7.124 126.2168 7.3242 126.666 7.5391 C +126.666 39.9609 L +121.5508 39.7109 116.7168 37.9678 117.1875 34.0381 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +117.6406 33.4531 m +117.8203 31.9531 112.6836 22.4238 112.2344 19.9482 c +111.7832 17.4717 114.0352 3.9678 125.3008 7.7939 c +125.7773 7.9551 126.2266 8.1514 126.666 8.3633 C +126.666 39.0664 L +121.8027 38.8359 117.1934 37.1855 117.6406 33.4531 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +118.0938 32.8672 m +118.2637 31.4502 113.4102 22.4482 112.9824 20.1104 c +112.5566 17.7705 114.6875 5.0146 125.3359 8.6289 c +125.8008 8.7861 126.2383 8.9785 126.666 9.1855 C +126.666 38.1709 L +122.0527 37.9619 117.6699 36.4043 118.0938 32.8672 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +118.5488 32.2813 m +118.707 30.9473 114.1348 22.4736 113.7324 20.2715 c +113.332 18.0693 115.3379 6.0605 125.3691 9.4639 c +125.8223 9.6172 126.25 9.8057 126.666 10.0098 C +126.666 37.2764 L +122.3047 37.0869 118.1465 35.6221 118.5488 32.2813 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +119.002 31.6953 m +119.1523 30.4453 114.8594 22.498 114.4824 20.4336 c +114.1055 18.3691 115.9883 7.1074 125.4023 10.2979 c +125.8457 10.4473 126.2617 10.6328 126.666 10.833 C +126.666 36.377 L +122.5586 36.208 118.625 34.8398 119.002 31.6953 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +119.4551 31.1094 m +119.5938 29.9424 115.584 22.5234 115.2324 20.5957 c +114.8809 18.668 116.6406 8.1543 125.4375 11.1328 c +125.8691 11.2783 126.2734 11.459 126.666 11.6563 C +126.666 35.4834 L +122.8086 35.334 119.1016 34.0566 119.4551 31.1094 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +119.9082 30.5244 m +120.0391 29.4395 116.3086 22.5479 115.9824 20.7578 c +115.6543 18.9668 117.291 9.2012 125.4707 11.9678 c +125.8906 12.1094 126.2852 12.2861 126.666 12.4805 C +126.666 34.5889 L +123.0605 34.4609 119.5781 33.2764 119.9082 30.5244 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +120.3613 29.9385 m +120.4824 28.9375 117.0332 22.5732 116.7324 20.9199 c +116.4277 19.2656 117.9414 10.248 125.5039 12.8027 c +125.9121 12.9404 126.2969 13.1123 126.666 13.3037 C +126.666 33.6953 L +123.3125 33.5869 120.0527 32.4941 120.3613 29.9385 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +120.8164 29.3525 m +120.9258 28.4346 117.7598 22.5977 117.4824 21.082 c +117.2031 19.5645 118.5938 11.2949 125.5391 13.6377 c +125.9355 13.7715 126.3105 13.9385 126.666 14.127 C +126.666 32.8008 L +123.5645 32.7129 120.5313 31.7119 120.8164 29.3525 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +121.2695 28.7676 m +121.3691 27.9316 118.4844 22.623 118.2305 21.2441 c +117.9766 19.8633 119.2441 12.3418 125.5723 14.4727 c +125.959 14.6025 126.3223 14.7637 126.666 14.9502 C +126.666 31.9053 L +123.8184 31.8379 121.0078 30.9297 121.2695 28.7676 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +121.7227 28.1816 m +121.8125 27.4297 119.209 22.6475 118.9805 21.4063 c +118.752 20.1621 119.8945 13.3877 125.6055 15.3076 c +125.9824 15.4346 126.334 15.5967 126.666 15.7822 C +126.666 31.0078 L +124.0703 30.96 121.4844 30.1465 121.7227 28.1816 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +122.1758 27.5957 m +122.2559 26.9268 119.9336 22.6729 119.7305 21.5674 c +119.5254 20.4619 120.5469 14.4346 125.6406 16.1426 c +126.0098 16.2656 126.3457 16.4316 126.666 16.6172 C +126.666 30.1104 L +124.3242 30.084 121.9609 29.3643 122.1758 27.5957 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +122.6289 27.0098 m +122.6992 26.4238 120.6582 22.6973 120.4805 21.7295 c +120.3008 20.7607 121.1973 15.4814 125.6738 16.9775 c +126.0332 17.0977 126.3574 17.2656 126.666 17.4531 C +126.666 29.2129 L +124.5781 29.207 122.4375 28.583 122.6289 27.0098 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +123.084 26.4248 m +123.1445 25.9219 121.3848 22.7227 121.2305 21.8916 c +121.0742 21.0596 121.8477 16.5283 125.707 17.8125 c +126.0586 17.9297 126.3711 18.0977 126.666 18.2881 C +126.666 28.3145 L +124.8359 28.3311 122.916 27.7998 123.084 26.4248 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +123.5371 25.8389 m +123.5879 25.4189 122.1094 22.7471 121.9805 22.0537 c +121.8496 21.3584 122.5 17.5752 125.7422 18.6475 c +126.0859 18.7607 126.3867 18.9277 126.666 19.1211 C +126.666 27.417 L +125.0938 27.4551 123.3926 27.0166 123.5371 25.8389 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.8379 19.1924 m +96.5439 20.8809 94.5 21.4473 93.4844 22.124 c +91.9844 23.124 83.2344 28.374 Y +78.4844 31.874 69.7324 32.874 v +60.9834 33.874 63.2334 27.374 63.2334 21.874 c +63.2334 16.374 64.2324 13.124 64.9824 8.624 c +65.3193 6.6006 65.9678 4.4834 66.9121 2.6221 C +79.7715 2.6221 L +92.7373 8.062 L +97.1357 16.3516 97.8379 19.1924 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.5215 18.1836 m +96.3994 20.4707 93.9697 21.0806 92.8496 21.8291 c +91.418 22.7852 83.0645 27.8057 Y +78.5293 31.1523 70.1738 32.1084 v +61.8213 33.0645 63.9688 26.8496 63.9688 21.5898 c +63.9688 16.3301 64.9238 13.2227 65.6387 8.9199 c +65.9951 6.7788 66.7148 4.5283 67.7813 2.6221 C +79.7715 2.6221 L +92.7373 8.062 L +96.2949 14.7686 97.5215 18.1836 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +97.0488 16.9717 m +96.3105 20.0698 93.4414 20.7139 92.2168 21.5332 c +90.8516 22.4463 82.8945 27.2363 Y +78.5742 30.4307 70.6152 31.3428 v +62.6592 32.2559 64.7051 26.3242 64.7051 21.3047 c +64.7051 16.2861 65.6133 13.3213 66.2949 9.2148 c +66.6719 6.9468 67.4746 4.5513 68.6846 2.6221 C +79.7715 2.6221 L +92.7373 8.062 L +95.5664 13.395 97.0488 16.9717 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +96.3682 15.4063 m +96.3564 15.54 96.3438 15.6719 96.3359 15.8086 c +96.1191 19.7178 92.8789 20.3691 91.582 21.2383 c +90.2852 22.1064 82.7246 26.668 Y +78.6191 29.708 71.0566 30.5771 v +63.4971 31.4463 65.4395 25.7988 65.4395 21.0205 c +65.4395 16.2432 66.3047 13.4189 66.9531 9.5098 c +67.3516 7.1074 68.2402 4.5444 69.6182 2.6221 C +79.7715 2.6221 L +92.7373 8.062 L +94.8379 12.022 96.3682 15.4063 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +95.6689 13.8999 m +95.5732 14.4941 95.4893 15.1191 95.4531 15.7861 c +95.248 19.499 92.1777 20.1172 90.9473 20.9424 c +89.7207 21.7676 82.5547 26.0986 Y +78.6641 28.9863 71.498 29.8115 v +64.332 30.6367 66.1758 25.2744 66.1758 20.7363 c +66.1758 16.1992 66.9941 13.5176 67.6094 9.8057 c +68.0322 7.2466 69.04 4.4922 70.6299 2.6221 C +79.7715 2.6221 L +92.7373 8.062 L +94.2686 10.9492 95.6689 13.8999 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +95.0205 12.5542 m +94.8545 13.521 94.6357 14.5747 94.5703 15.7646 c +94.377 19.2803 91.4766 19.8662 90.3145 20.6475 c +89.1543 21.4287 82.3848 25.5303 Y +78.7109 28.2646 71.9395 29.0459 v +65.1699 29.8271 66.9121 24.749 66.9121 20.4521 c +66.9121 16.1553 67.6836 13.6162 68.2656 10.1006 c +68.7207 7.3438 69.8926 4.3525 71.7744 2.6221 C +79.7715 2.6221 L +92.7373 8.062 L +93.835 10.1299 95.0205 12.5542 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +94.293 11.0879 m +94.2705 12.4277 93.7871 13.9175 93.6875 15.7422 c +93.5059 19.0615 90.7734 19.6143 89.6816 20.3516 c +88.5898 21.0898 82.2148 24.9609 Y +78.7559 27.543 72.3809 28.2803 v +66.0078 29.0176 67.6465 24.2236 67.6465 20.168 c +67.6465 16.1113 68.375 13.7148 68.9219 10.3955 c +69.4229 7.3564 70.8418 4.0142 73.1738 2.6221 C +79.7715 2.6221 L +92.7373 8.062 L +93.4219 9.3521 94.293 11.0879 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +92.1211 8.4365 m +94.3418 10.5176 92.9746 12.5986 92.8047 15.7207 c +92.6348 18.8428 90.0723 19.3633 89.0469 20.0566 c +88.0234 20.751 82.0449 24.3926 Y +78.8008 26.8203 72.8223 27.5146 v +66.8457 28.208 68.3828 23.6992 68.3828 19.8838 c +68.3828 16.0674 69.0645 13.8125 69.5781 10.6914 c +70.0898 7.5693 71.627 4.1006 74.1895 3.0596 c +75.8721 2.377 78.5107 2.8145 81.1396 3.1958 C +91.1025 7.376 L +91.4248 7.7378 91.7588 8.0967 92.1211 8.4365 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +91.2832 8.874 m +93.3574 10.8242 92.0801 12.7744 91.9219 15.6992 c +91.7617 18.624 89.3711 19.1113 88.4141 19.7617 c +87.457 20.4111 81.875 23.8242 Y +78.8457 26.0986 73.2637 26.749 v +67.6836 27.3994 69.1172 23.1738 69.1172 19.5986 c +69.1172 16.0244 69.7559 13.9111 70.2344 10.9863 c +70.7129 8.0615 72.1484 4.8115 74.5391 3.8369 c +76.6973 2.957 80.541 4.0576 83.7295 4.2827 C +89.1787 6.5693 L +89.8584 7.314 90.5029 8.1396 91.2832 8.874 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +90.4473 9.3115 m +92.373 11.1299 91.1855 12.9492 91.0391 15.6768 c +90.8906 18.4053 88.668 18.8604 87.7793 19.4658 c +86.8906 20.0723 81.7051 23.2549 Y +78.8906 25.377 73.7051 25.9834 v +68.5195 26.5898 69.8535 22.6494 69.8535 19.3145 c +69.8535 15.9805 70.4453 14.0098 70.8906 11.2822 c +71.3359 8.5537 72.668 5.5225 74.8906 4.6133 c +77.1133 3.7041 81.2617 5.0674 84.3711 5.0674 c +87.4824 5.0674 88.5195 7.4932 90.4473 9.3115 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +89.6094 9.749 m +91.3887 11.4365 90.293 13.124 90.1563 15.6553 c +90.0195 18.1865 87.9668 18.6084 87.1445 19.1709 c +86.3262 19.7334 81.5352 22.6865 Y +78.9355 24.6553 74.1465 25.2178 v +69.3574 25.7803 70.5898 22.124 70.5898 19.0303 c +70.5898 15.9365 71.1367 14.1084 71.5469 11.5771 c +71.957 9.0459 73.1895 6.2334 75.2422 5.3896 c +77.2949 4.5459 81.127 5.8115 83.998 5.8115 c +86.873 5.8115 87.8301 8.0615 89.6094 9.749 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +88.7715 10.1865 m +90.4023 11.7432 89.3984 13.2988 89.2734 15.6338 c +89.1484 17.9678 87.2656 18.3564 86.5117 18.876 c +85.7598 19.3945 81.3652 22.1172 Y +78.9805 23.9336 74.5879 24.4521 v +70.1953 24.9707 71.3242 21.5986 71.3242 18.7461 c +71.3242 15.8926 71.8262 14.207 72.2031 11.8721 c +72.5801 9.5381 73.7109 6.9443 75.5918 6.166 c +77.4746 5.3877 80.9902 6.5547 83.625 6.5547 c +86.2598 6.5547 87.1406 8.6299 88.7715 10.1865 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +87.9336 10.624 m +89.418 12.0488 88.5039 13.4736 88.3906 15.6113 c +88.2754 17.749 86.5645 18.1055 85.877 18.5801 c +85.1934 19.0557 81.1973 21.5488 Y +79.0254 23.2119 75.0293 23.6865 v +71.0332 24.1611 72.0605 21.0742 72.0605 18.4619 c +72.0605 15.8486 72.5176 14.3057 72.8594 12.168 c +73.2031 10.0303 74.2305 7.6553 75.9434 6.9424 c +77.6563 6.2305 80.8535 7.2988 83.252 7.2988 c +85.6484 7.2988 86.4492 9.1992 87.9336 10.624 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +87.0977 11.0615 m +88.4336 12.3555 87.6094 13.6494 87.5078 15.5898 c +87.4043 17.5303 85.8613 17.8535 85.2441 18.2852 c +84.627 18.7158 81.0273 20.9805 Y +79.0723 22.4893 75.4707 22.9209 v +71.8691 23.3525 72.7969 20.5488 72.7969 18.1768 c +72.7969 15.8057 73.207 14.4033 73.5156 12.4629 c +73.8242 10.5225 74.752 8.3662 76.2949 7.7197 c +77.8379 7.0723 80.7188 8.043 82.877 8.043 c +85.0391 8.043 85.7598 9.7676 87.0977 11.0615 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +86.2598 11.499 m +87.4492 12.6611 86.7148 13.8242 86.625 15.5674 c +86.5332 17.3115 85.1602 17.6025 84.6094 17.9893 c +84.0605 18.377 80.8574 20.4111 Y +79.1172 21.7676 75.9121 22.1553 v +72.707 22.543 73.5313 20.0244 73.5313 17.8926 c +73.5313 15.7617 73.8965 14.502 74.1719 12.7588 c +74.4473 11.0146 75.2715 9.0771 76.6445 8.4961 c +78.0176 7.915 80.582 8.7861 82.5039 8.7861 c +84.4277 8.7861 85.0684 10.3369 86.2598 11.499 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +85.4219 11.9365 m +86.4648 12.9678 85.8223 13.999 85.7422 15.5459 c +85.6621 17.0928 84.459 17.3506 83.9766 17.6943 c +83.4961 18.0381 80.6875 19.8428 Y +79.1621 21.0459 76.3535 21.3896 v +73.5449 21.7334 74.2676 19.499 74.2676 17.6084 c +74.2676 15.7178 74.5879 14.6006 74.8281 13.0537 c +75.0703 11.5068 75.793 9.7881 76.9961 9.2725 c +78.1992 8.7568 80.4473 9.5303 82.1309 9.5303 c +83.8164 9.5303 84.3789 10.9053 85.4219 11.9365 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +47.1416 9.6104 m +45.8037 10.0566 41.4971 14.5166 40.001 14.5166 c +36.6533 14.5166 33.5303 13.4014 27.2822 12.5088 c +21.0322 11.6172 22.8193 6.7119 23.7119 2.6982 c +23.9648 1.5586 24.4395 0.6953 25.0527 0.0088 C +51.0879 0.0088 L +51.3145 0.6543 51.5576 1.3281 51.8271 2.0293 c +54.0596 7.8262 48.4795 9.1641 47.1416 9.6104 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +46.4697 9.3535 m +45.2119 9.7725 41.165 13.9619 39.7588 13.9619 c +36.6123 13.9619 33.6768 12.915 27.8057 12.0771 c +21.9326 11.2393 23.6104 6.6309 24.4482 2.8604 c +24.7285 1.6025 25.293 0.6992 26.0234 0.0088 C +50.0645 0.0088 L +50.3105 0.7139 50.5742 1.4531 50.874 2.2314 c +52.9717 7.6777 47.7275 8.9355 46.4697 9.3535 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +45.7998 9.0967 m +44.6201 9.4893 40.833 13.4082 39.5166 13.4082 c +36.5732 13.4082 33.8252 12.4287 28.3291 11.6445 c +22.833 10.8613 24.4033 6.5498 25.1885 3.0225 c +25.5 1.623 26.1855 0.6914 27.0664 0.0088 C +49.043 0.0088 L +49.3066 0.7695 49.5908 1.5781 49.9209 2.4346 c +51.8838 7.5293 46.9775 8.7051 45.7998 9.0967 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +45.1279 8.8398 m +44.0303 9.2051 40.5029 12.8545 39.2764 12.8545 c +36.5322 12.8545 33.9717 11.9424 28.8525 11.2129 c +23.7314 10.4824 25.1943 6.4678 25.9268 3.1846 c +26.2773 1.6094 27.1348 0.667 28.2119 0.0088 C +48.0205 0.0088 L +48.3027 0.8213 48.6064 1.6992 48.9678 2.6367 c +50.7959 7.3809 46.2236 8.4756 45.1279 8.8398 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +44.4561 8.584 m +43.4404 8.9219 40.1709 12.3008 39.0342 12.3008 c +36.4912 12.3008 34.1201 11.4561 29.376 10.7803 c +24.6318 10.1045 25.9873 6.3877 26.665 3.3467 c +27.0684 1.5391 28.1914 0.6289 29.5313 0.0088 C +46.998 0.0088 L +47.2988 0.8691 47.6191 1.8154 48.0146 2.8398 c +49.71 7.2314 45.4736 8.2461 44.4561 8.584 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +43.7842 8.3271 m +42.8486 8.6377 39.8389 11.7471 38.792 11.7471 c +36.4521 11.7471 34.2686 10.9697 29.8994 10.3477 c +25.5303 9.7266 26.7783 6.3066 27.4033 3.5088 c +27.877 1.3799 29.4355 0.6016 31.1152 0.0088 C +45.9727 0.0088 L +46.2949 0.9092 46.6309 1.9258 47.0615 3.042 c +48.6221 7.083 44.7217 8.0156 43.7842 8.3271 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +43.1143 8.0703 m +42.2588 8.3545 39.5068 11.1924 38.5518 11.1924 c +36.4111 11.1924 34.415 10.4834 30.4229 9.916 c +26.4307 9.3477 27.5713 6.2256 28.1416 3.6709 c +28.7041 1.1504 30.9297 0.7012 32.9063 0.0088 C +44.9414 0.0088 L +45.292 0.9385 45.6387 2.0283 46.1084 3.2451 c +47.5342 6.9346 43.9697 7.7861 43.1143 8.0703 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +42.4424 7.8135 m +41.667 8.0703 39.1748 10.6387 38.3096 10.6387 c +36.3721 10.6387 34.5635 9.9971 30.9463 9.4834 c +27.3291 8.9697 28.3623 6.1436 28.8799 3.833 c +29.3955 1.5205 31.4639 1.1357 33.2705 0.4932 c +33.584 0.3818 33.9531 0.2109 34.3594 0.0088 C +43.8906 0.0088 L +44.2832 0.9502 44.6377 2.1113 45.1553 3.4473 c +46.4463 6.7861 43.2178 7.5566 42.4424 7.8135 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +41.7705 7.5566 m +41.0771 7.7871 38.8447 10.085 38.0674 10.085 c +36.3311 10.085 34.71 9.5107 31.4697 9.0508 c +28.2295 8.5918 29.1553 6.0625 29.6182 3.9951 c +30.0811 1.9258 31.9326 1.5811 33.5537 1.0068 c +34.0957 0.8145 34.8223 0.4277 35.6289 0.0088 C +42.8145 0.0088 L +43.2832 0.9258 43.6299 2.1738 44.2021 3.6504 c +45.3584 6.6367 42.4658 7.3271 41.7705 7.5566 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +41.1006 7.2998 m +40.4854 7.5029 38.5127 9.5313 37.8252 9.5313 c +36.29 9.5313 34.8584 9.0244 31.9932 8.6191 c +29.1299 8.2129 29.9482 5.9814 30.3564 4.1572 c +30.7666 2.3311 32.4033 2.0264 33.835 1.5205 c +34.5879 1.2539 35.7383 0.5713 36.9414 0.0088 C +41.6172 0.0088 L +42.2705 0.8193 42.5947 2.167 43.249 3.8525 c +44.2725 6.4883 41.7139 7.0977 41.1006 7.2998 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +40.4287 7.043 m +39.8955 7.2197 38.1807 8.9775 37.585 8.9775 c +36.251 8.9775 35.0068 8.5381 32.5166 8.1865 c +30.0283 7.835 30.7393 5.9004 31.0947 4.3193 c +31.4502 2.7363 32.874 2.4727 34.1162 2.0332 c +35.3623 1.5947 37.8506 -0.1631 39.54 0.0117 c +41.2295 0.1885 41.4053 1.7695 42.2959 4.0557 c +43.1846 6.3398 40.9619 6.8682 40.4287 7.043 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +39.7568 6.7861 m +39.3037 6.9355 37.8486 8.4229 37.3428 8.4229 c +36.21 8.4229 35.1533 8.0518 33.04 7.7539 c +30.9287 7.457 31.5322 5.8193 31.833 4.4814 c +32.1357 3.1416 33.3428 2.918 34.3994 2.5469 c +35.4561 2.1748 37.5693 0.6875 39.0029 0.8359 c +40.4365 0.9854 40.5869 2.3232 41.3428 4.2578 c +42.0967 6.1914 40.21 6.6377 39.7568 6.7861 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +39.0869 6.5293 m +38.7139 6.6523 37.5166 7.8691 37.1006 7.8691 c +36.1709 7.8691 35.3018 7.5654 33.5635 7.3223 c +31.8271 7.0781 32.3232 5.7383 32.5713 4.6436 c +32.8193 3.5469 33.8135 3.3643 34.6807 3.0596 c +35.5498 2.7559 37.2861 1.5391 38.4658 1.6592 c +39.6436 1.7822 39.7686 2.877 40.3877 4.4609 c +41.0088 6.042 39.458 6.4082 39.0869 6.5293 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.415 6.2725 m +38.1221 6.3682 37.1846 7.3154 36.8584 7.3154 c +36.1299 7.3154 35.4482 7.0791 34.0869 6.8896 c +32.7275 6.7002 33.1162 5.6572 33.3096 4.8057 c +33.5049 3.9521 34.2822 3.8096 34.9619 3.5732 c +35.6436 3.3369 37.0049 2.3896 37.9287 2.4834 c +38.8525 2.5791 38.9482 3.4307 39.4346 4.6631 c +39.9209 5.8936 38.7061 6.1787 38.415 6.2725 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +51.4834 46.874 m +49.9834 42.874 L +47.2334 37.374 L +43.7334 28.374 47.2334 26.624 v +50.7334 24.874 52.7334 18.624 56.9834 29.124 c +61.2334 39.624 66.2324 40.374 62.9834 43.624 c +59.7334 46.874 56.2334 49.624 51.4834 46.874 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +51.6533 46.2686 m +50.2295 42.4805 L +47.6162 37.2725 L +44.29 28.749 47.6162 27.0918 v +50.9404 25.4346 52.8408 19.5166 56.8799 29.46 c +60.9189 39.4033 65.6699 40.1133 62.583 43.1914 c +59.4932 46.2686 56.167 48.873 51.6533 46.2686 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +51.8232 45.6641 m +50.4736 42.0879 L +47.9971 37.1709 L +44.8447 29.125 47.9971 27.5605 v +51.1494 25.9961 52.9502 20.4092 56.7764 29.7959 c +60.6045 39.1816 65.1055 39.8525 62.1807 42.7578 c +59.2529 45.6641 56.1025 48.1221 51.8232 45.6641 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +51.9932 45.0586 m +50.7178 41.6943 L +48.3779 37.0684 L +45.3994 29.5 48.3779 28.0283 v +51.3564 26.5566 53.0576 21.3008 56.6729 30.1309 c +60.2881 38.9609 64.541 39.5918 61.7783 42.3252 c +59.0127 45.0586 56.0342 47.3711 51.9932 45.0586 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.1631 44.4531 m +50.9619 41.3008 L +48.7588 36.9678 L +45.9561 29.876 48.7588 28.4971 v +51.5635 27.1172 53.165 22.1934 56.5693 30.4668 c +59.9736 38.7402 63.9785 39.3311 61.376 41.8926 c +58.7725 44.4531 55.9678 46.6191 52.1631 44.4531 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.333 43.8477 m +51.2061 40.9072 L +49.1416 36.8652 L +46.5107 30.251 49.1416 28.9648 v +51.7705 27.6787 53.2725 23.0859 56.4658 30.8027 c +59.6592 38.5195 63.415 39.0703 60.9736 41.459 c +58.5322 43.8477 55.9033 45.8682 52.333 43.8477 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.5029 43.2432 m +51.4521 40.5146 L +49.5225 36.7637 L +47.0674 30.626 49.5225 29.4336 v +51.9775 28.2393 53.3799 23.9775 56.3623 31.1377 c +59.3447 38.2979 62.8525 38.8096 60.5713 41.0264 c +58.292 43.2432 55.8369 45.1172 52.5029 43.2432 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.6729 42.6377 m +51.6963 40.1211 L +49.9033 36.6621 L +47.6221 31.002 49.9033 29.9014 v +52.1846 28.8008 53.4873 24.8701 56.2588 31.4736 c +59.0283 38.0771 62.2881 38.5498 60.1689 40.5928 c +58.0518 42.6377 55.7705 44.3662 52.6729 42.6377 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.8428 42.0322 m +51.9404 39.7285 L +50.2842 36.5605 L +48.1768 31.377 50.2842 30.3701 v +52.3916 29.3613 53.5967 25.7627 56.1553 31.8096 c +58.7139 37.8564 61.7236 38.2891 59.7666 40.1602 c +57.8115 42.0322 55.7041 43.6152 52.8428 42.0322 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.0127 41.4268 m +52.1846 39.335 L +50.665 36.459 L +48.7334 31.7529 50.665 30.8379 v +52.5986 29.9229 53.7041 26.6553 56.0518 32.1445 c +58.3994 37.6357 61.1611 38.0273 59.3662 39.7275 c +57.5693 41.4268 55.6377 42.8643 53.0127 41.4268 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.1826 40.8223 m +52.4287 38.9414 L +51.0479 36.3574 L +49.2881 32.1279 51.0479 31.3066 v +52.8057 30.4834 53.8115 27.5469 55.9482 32.4805 c +58.083 37.4141 60.5967 37.7676 58.9639 39.2949 c +57.3291 40.8223 55.5713 42.1133 53.1826 40.8223 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.3525 40.2168 m +52.6748 38.5488 L +51.4287 36.2559 L +49.8428 32.5029 51.4287 31.7744 v +53.0127 31.0439 53.9189 28.4395 55.8447 32.8164 c +57.7686 37.1934 60.0322 37.5068 58.5615 38.8613 c +57.0889 40.2168 55.5049 41.3623 53.3525 40.2168 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.5225 39.6113 m +52.9189 38.1553 L +51.8096 36.1533 L +50.3994 32.8789 51.8096 32.2432 v +53.2217 31.6055 54.0264 29.332 55.7412 33.1523 c +57.4541 36.9727 59.4697 37.2461 58.1592 38.4287 c +56.8486 39.6113 55.4385 40.6113 53.5225 39.6113 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.7568 37.9961 m +56.6084 39.0059 55.3721 39.8604 53.6924 39.0059 C +53.1631 37.7617 L +52.1904 36.0518 L +50.9541 33.2539 52.1904 32.7109 v +53.4287 32.166 54.1357 30.2246 55.6377 33.4883 c +57.1377 36.751 58.9053 36.9854 57.7568 37.9961 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.3545 37.5625 m +56.3682 38.4014 55.3057 39.1094 53.8623 38.4014 C +53.4072 37.3691 L +52.5732 35.9502 L +51.5107 33.6299 52.5732 33.1797 v +53.6357 32.7275 54.2432 31.1162 55.5322 33.8232 c +56.8232 36.5303 58.3428 36.7246 57.3545 37.5625 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.0322 37.7959 m +53.6514 36.9756 L +52.9541 35.8486 L +52.0654 34.0049 52.9541 33.6475 v +53.8428 33.2881 54.3506 32.0088 55.4287 34.1592 c +56.5088 36.3096 57.7783 36.4639 56.9521 37.1299 c +56.1279 37.7959 55.2393 38.3584 54.0322 37.7959 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.9834 41.124 m +36.2334 42.874 35.2334 50.874 33.9834 52.624 c +32.7334 54.374 25.4834 55.124 24.2334 54.624 c +22.9834 54.124 21.2334 51.874 20.2334 49.124 c +19.2334 46.374 22.7334 38.374 23.4834 37.624 c +24.2334 36.874 24.7334 31.874 Y +23.2334 21.874 37.9834 30.624 39.9834 34.624 c +41.9834 38.624 37.7334 39.374 36.9834 41.124 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.626 41.1836 m +35.915 42.8496 34.9658 50.4678 33.7803 52.1338 c +32.5928 53.8008 25.7139 54.5146 24.5283 54.0391 c +23.3408 53.5625 21.6807 51.4199 20.7334 48.8018 c +19.7842 46.1836 23.1045 38.5654 23.8154 37.8506 c +24.5283 37.1367 25.0029 32.375 Y +23.5791 22.8535 37.5752 31.1855 39.4736 34.9941 c +41.3701 38.8037 37.3369 39.5176 36.626 41.1836 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.2686 41.2432 m +35.5947 42.8262 34.6982 50.0615 33.5752 51.6445 c +32.4541 53.2275 25.9443 53.9053 24.8213 53.4531 c +23.7002 53.001 22.1279 50.9658 21.2314 48.4785 c +20.333 45.9912 23.4756 38.7559 24.1494 38.0781 c +24.8213 37.3994 25.2705 32.877 Y +23.9248 23.833 37.167 31.7471 38.9619 35.3643 c +40.7568 38.9824 36.9424 39.6602 36.2686 41.2432 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +35.9111 41.3027 m +35.2764 42.8018 34.4287 49.6563 33.3701 51.1553 c +32.3135 52.6533 26.1748 53.2959 25.1162 52.8682 c +24.0576 52.4395 22.5752 50.5127 21.7295 48.1563 c +20.8818 45.8008 23.8467 38.9473 24.4814 38.3047 c +25.1162 37.6621 25.5381 33.3789 Y +24.2686 24.8125 36.7568 32.3076 38.4502 35.7344 c +40.1436 39.1611 36.5459 39.8037 35.9111 41.3027 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +35.5518 41.3623 m +34.9561 42.7783 34.1611 49.25 33.167 50.665 c +32.1709 52.0801 26.4033 52.6875 25.4092 52.2832 c +24.415 51.8779 23.0225 50.0586 22.2275 47.834 c +21.4326 45.6094 24.2158 39.1377 24.8135 38.5322 c +25.4092 37.9248 25.8076 33.8799 Y +24.6143 25.792 36.3486 32.8691 37.9404 36.1045 c +39.5303 39.3408 36.1494 39.9463 35.5518 41.3623 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +35.1943 41.4219 m +34.6377 42.7539 33.8916 48.8438 32.9619 50.1748 c +32.0303 51.5068 26.6338 52.0781 25.7041 51.6973 c +24.7725 51.3164 23.4697 49.6045 22.7256 47.5117 c +21.9814 45.418 24.5869 39.3291 25.1455 38.7588 c +25.7041 38.1875 26.0752 34.3818 Y +24.96 26.7705 35.9385 33.4307 37.4287 36.4746 c +38.917 39.5195 35.7529 40.0898 35.1943 41.4219 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.8369 41.4814 m +34.3174 42.7305 33.624 48.4375 32.7568 49.6855 c +31.8916 50.9336 26.8643 51.4688 25.9971 51.1123 c +25.1299 50.7549 23.917 49.1504 23.2236 47.1885 c +22.5303 45.2275 24.958 39.5195 25.4775 38.9863 c +25.9971 38.4502 26.3447 34.8838 Y +25.3037 27.751 35.5303 33.9922 36.917 36.8447 c +38.3037 39.6992 35.3584 40.2334 34.8369 41.4814 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.4795 41.542 m +33.9971 42.7061 33.3564 48.0313 32.5518 49.1963 c +31.751 50.3594 27.0947 50.8594 26.292 50.5264 c +25.4873 50.1934 24.3643 48.6973 23.7217 46.8662 c +23.0791 45.0361 25.3271 39.7109 25.8096 39.2129 c +26.292 38.7139 26.6123 35.3848 Y +25.6494 28.7305 35.1221 34.5537 36.4053 37.2148 c +37.6904 39.8779 34.9619 40.376 34.4795 41.542 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.1221 41.6006 m +33.6787 42.6826 33.0869 47.625 32.3486 48.7061 c +31.6104 49.7861 27.3252 50.25 26.585 49.9414 c +25.8467 49.6318 24.8115 48.2432 24.2197 46.5439 c +23.6299 44.8447 25.6982 39.9023 26.1416 39.4395 c +26.585 38.9766 26.8799 35.8867 Y +25.9932 29.71 34.7119 35.1143 35.8955 37.5859 c +37.0771 40.0576 34.5654 40.5195 34.1221 41.6006 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.7646 41.6611 m +33.3584 42.6582 32.8193 47.2188 32.1436 48.2168 c +31.4697 49.2129 27.5537 49.6406 26.8799 49.3564 c +26.2041 49.0703 25.2588 47.7891 24.7197 46.2207 c +24.1787 44.6533 26.0693 40.0928 26.4736 39.667 c +26.8799 39.2393 27.1494 36.3877 Y +26.3389 30.6885 34.3037 35.6758 35.3838 37.9561 c +36.4639 40.2363 34.1689 40.6631 33.7646 41.6611 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.4053 41.7207 m +33.04 42.6348 32.5498 46.8125 31.9385 47.7266 c +31.3291 48.6396 27.7842 49.0313 27.1729 48.7715 c +26.5615 48.5098 25.7061 47.335 25.2178 45.8984 c +24.7275 44.4629 26.4385 40.2842 26.8057 39.8936 c +27.1729 39.502 27.417 36.8896 Y +26.6846 31.668 33.8955 36.2373 34.8721 38.3262 c +35.8506 40.416 33.7725 40.8066 33.4053 41.7207 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +33.0479 41.7803 m +32.7197 42.6104 32.2822 46.4063 31.7354 47.2373 c +31.1885 48.0664 28.0146 48.4229 27.4678 48.1855 c +26.9189 47.9482 26.1533 46.8809 25.7158 45.5762 c +25.2783 44.2715 26.8096 40.4756 27.1396 40.1201 c +27.4678 39.7646 27.6846 37.3916 Y +27.0283 32.6475 33.4854 36.7988 34.3623 38.6963 c +35.2373 40.5947 33.3779 40.9492 33.0479 41.7803 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32.6904 41.8398 m +32.4014 42.5869 32.0146 46.001 31.5303 46.7471 c +31.0479 47.4932 28.2451 47.8135 27.7607 47.6006 c +27.2764 47.3867 26.6006 46.4268 26.2139 45.2539 c +25.8271 44.0801 27.1807 40.667 27.4717 40.3477 c +27.7607 40.0283 27.9541 37.8926 Y +27.374 33.627 33.0771 37.3604 33.8506 39.0664 c +34.624 40.7744 32.9814 41.0928 32.6904 41.8398 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +32.333 41.8994 m +32.0811 42.5625 31.7451 45.5947 31.3252 46.2578 c +30.9072 46.9189 28.4736 47.2051 28.0537 47.0156 c +27.6338 46.8262 27.0479 45.9736 26.7119 44.9316 c +26.376 43.8887 27.5498 40.8574 27.8037 40.5742 c +28.0537 40.29 28.2217 38.3945 Y +27.7197 34.6064 32.6689 37.9209 33.3389 39.4365 c +34.0107 40.9531 32.585 41.2363 32.333 41.8994 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +31.9756 41.959 m +31.7607 42.5391 31.4775 45.1885 31.1221 45.7676 c +30.7666 46.3457 28.7041 46.5947 28.3486 46.4297 c +27.9932 46.2637 27.4951 45.5195 27.21 44.6084 c +26.9268 43.6982 27.9229 41.0488 28.1357 40.8018 c +28.3486 40.5537 28.4912 38.8955 Y +28.0635 35.5859 32.2588 38.4824 32.8291 39.8066 c +33.3975 41.1328 32.1885 41.3789 31.9756 41.959 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +31.6162 42.0186 m +31.4424 42.5146 31.208 44.7822 30.917 45.2783 c +30.626 45.7725 28.9346 45.9854 28.6416 45.8447 c +28.3506 45.7021 27.9424 45.0654 27.708 44.2861 c +27.4756 43.5068 28.292 41.2393 28.4678 41.0283 c +28.6416 40.8154 28.7588 39.3975 Y +28.4092 36.5654 31.8506 39.0439 32.3174 40.1768 c +32.7842 41.3115 31.792 41.5225 31.6162 42.0186 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +11.2334 54.624 m +15.4834 59.124 9.2334 62.624 17.9834 62.374 c +26.7334 62.124 16.7334 74.623 10.9834 78.873 c +8.1748 80.9492 3.7578 82.8408 0 82.752 C +0 52.4512 L +3.8252 51.9277 8.6172 51.8535 11.2334 54.624 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +10.8818 55.2441 m +14.9268 59.5215 8.9795 62.8477 17.3057 62.6094 c +25.6318 62.3721 16.1162 74.251 10.6436 78.29 c +7.9238 80.2988 3.6152 82.1289 0 81.9736 C +0 53.2041 L +3.6699 52.6836 8.3496 52.5654 10.8818 55.2441 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +10.5303 55.8643 m +14.3682 59.918 8.7256 63.0703 16.626 62.8447 c +24.5283 62.6201 15.4971 73.8789 10.3057 77.707 c +7.6719 79.6484 3.4727 81.4121 0 81.1855 C +0 53.9619 L +3.5117 53.4434 8.0781 53.2744 10.5303 55.8643 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +10.1787 56.4844 m +13.8115 60.3145 8.4697 63.2939 15.9482 63.0801 c +23.4248 62.8682 14.8799 73.5068 9.9658 77.124 c +7.4189 78.999 3.3252 80.6963 0 80.3926 C +0 54.7197 L +3.3496 54.2061 7.8086 53.9834 10.1787 56.4844 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +9.8271 57.1045 m +13.2529 60.7109 8.2158 63.5166 15.2686 63.3164 c +22.3213 63.1162 14.2607 73.1348 9.626 76.541 c +7.166 78.3496 3.1748 79.9873 0 79.5996 C +0 55.4775 L +3.1816 54.9697 7.5371 54.6924 9.8271 57.1045 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +9.4756 57.7246 m +12.6963 61.1084 7.9619 63.7402 14.5908 63.5518 c +21.2178 63.3643 13.6436 72.7627 9.2861 75.958 c +6.9121 77.7002 3.0205 79.2695 0 78.7891 C +0 56.2354 L +3.0068 55.7363 7.2676 55.4023 9.4756 57.7246 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +9.124 58.3438 m +12.1377 61.5049 7.7061 63.9629 13.9111 63.7871 c +20.1162 63.6123 13.0244 72.3906 8.9482 75.375 c +6.6582 77.0518 2.8594 78.5615 0 77.9775 C +0 56.998 L +2.8242 56.5098 6.9922 56.1074 9.124 58.3438 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.7725 58.9639 m +11.5811 61.9023 7.4521 64.1865 13.2314 64.0225 c +19.0127 63.8604 12.4072 72.0186 8.6084 74.792 c +6.4014 76.4043 2.6914 77.8467 0 77.1436 C +0 57.7607 L +2.627 57.2881 6.7168 56.8125 8.7725 58.9639 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.4209 59.584 m +11.0225 62.2988 7.1982 64.4092 12.5537 64.2588 c +17.9092 64.1084 11.7881 71.6465 8.2686 74.209 c +6.1426 75.7578 2.5098 77.1367 0 76.2949 C +0 58.5254 L +2.4141 58.0762 6.4385 57.5156 8.4209 59.584 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.0693 60.2041 m +10.4658 62.6953 6.9424 64.6328 11.874 64.4941 c +16.8057 64.3564 11.1709 71.2744 7.9287 73.626 c +5.8789 75.1133 2.3125 76.4287 0 75.4141 C +0 59.292 L +2.168 58.876 6.1543 58.2119 8.0693 60.2041 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.7178 60.8242 m +9.9072 63.0928 6.6885 64.8555 11.1963 64.7295 c +15.7041 64.6045 10.5518 70.9023 7.5908 73.043 c +5.6113 74.4736 2.0879 75.7227 0 74.4863 C +0 60.0596 L +1.8721 59.6982 5.8594 58.8994 7.7178 60.8242 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.3662 61.4443 m +9.3506 63.4893 6.4346 65.0791 10.5166 64.9648 c +14.6006 64.8525 9.9346 70.5303 7.251 72.46 c +5.332 73.8398 1.8125 75.0313 0 73.4902 C +0 60.8242 L +1.4678 60.5625 5.5449 59.5674 7.3662 61.4443 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.0146 62.0645 m +8.792 63.8867 6.1787 65.3018 9.8389 65.2002 c +13.4971 65.1006 9.3154 70.1582 6.9111 71.877 c +5.0303 73.2227 1.4316 74.3682 0 72.3389 C +0 61.5781 L +0.0391 61.5723 0.0771 61.5625 0.1162 61.5586 c +1.0576 61.458 5.2393 60.2441 7.0146 62.0645 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +6.6631 62.6846 m +8.2354 64.2832 5.9248 65.5254 9.1592 65.4365 c +12.3936 65.3486 8.6963 69.7861 6.5713 71.2939 c +4.625 72.6768 0.5938 73.8223 0 70.5283 C +0 62.3682 L +0.1836 62.3096 0.374 62.2607 0.5654 62.2402 c +1.3955 62.1533 5.0928 61.0879 6.6631 62.6846 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +6.3115 63.3047 m +7.6768 64.6807 5.6709 65.748 8.4795 65.6719 c +11.292 65.5967 8.0791 69.4141 6.2334 70.7109 c +4.3857 72.0098 0.3701 73.0801 0.4502 69.1855 C +0.2539 68.8613 0 68.4053 V +0 63.2432 L +0.2988 63.0918 0.6563 62.9609 1.0127 62.9229 c +1.7354 62.8477 4.9482 61.9307 6.3115 63.3047 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +1.4619 63.6045 m +2.0752 63.542 4.8018 62.7744 5.96 63.9248 c +7.1201 65.0771 5.415 65.9717 7.8018 65.9072 c +10.1885 65.8447 7.46 69.042 5.8936 70.1279 c +4.3252 71.2158 0.915 72.1123 0.9834 68.8506 C +0.4043 67.9014 0 67.0439 V +0 64.2881 L +0.0098 64.2773 0.0195 64.2539 0.0283 64.2451 c +0.2334 64.0537 0.8467 63.6689 1.4619 63.6045 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 Xa + 0.0353 0.5882 0.9529 0.1333 0.6667 0.3882 0.1216 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +5.9834 10.874 m +8.2334 14.124 12.9834 16.124 14.2334 25.624 c +15.4834 35.124 11.2334 36.124 7.4834 39.874 c +5.7734 41.583 2.7676 41.0049 0 39.8721 C +0 4.9434 L +2.2734 5.5234 4.1289 8.1953 5.9834 10.874 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 Xa + 0.0314 0.5647 0.949 0.1137 0.6863 0.4118 0.1255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +5.7197 11.4355 m +7.8701 14.5332 12.4092 16.4404 13.6045 25.4951 c +14.7998 34.5508 10.7373 35.5039 7.1533 39.0781 c +5.5195 40.708 2.6445 40.1572 0 39.0771 C +0 5.7822 L +2.1738 6.335 3.9453 8.8828 5.7197 11.4355 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 Xa + 0.0314 0.5412 0.9412 0.098 0.7059 0.4392 0.1333 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +5.4541 11.9971 m +7.5049 14.9434 11.8369 16.7549 12.9756 25.3662 c +14.1143 33.9775 10.2412 34.8838 6.8213 38.2832 c +5.2637 39.832 2.5234 39.3086 0 38.2813 C +0 6.6221 L +2.0723 7.1484 3.7646 9.5703 5.4541 11.9971 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 Xa + 0.0275 0.5216 0.9412 0.0824 0.7255 0.4627 0.1373 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +5.1885 12.5586 m +7.1416 15.3516 11.2627 17.0713 12.3467 25.2373 c +13.4307 33.4043 9.7432 34.2637 6.4912 37.4873 c +5.0078 38.957 2.4004 38.4561 0 37.4824 C +0 7.46 L +1.9727 7.959 3.5811 10.2568 5.1885 12.5586 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 Xa + 0.0235 0.4941 0.9294 0.0667 0.7451 0.4902 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +4.9248 13.1201 m +6.7764 15.7617 10.6885 17.3867 11.7178 25.1094 c +12.7471 32.8311 9.2471 33.6436 6.1592 36.6914 c +4.752 38.0801 2.2783 37.6074 0 36.6865 C +0 8.2998 L +1.8711 8.7725 3.3984 10.9443 4.9248 13.1201 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 Xa + 0.0235 0.4706 0.9216 0.0549 0.7608 0.5137 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +4.6592 13.6816 m +6.4131 16.1709 10.1143 17.7031 11.0889 24.9795 c +12.0615 32.2578 8.751 33.0234 5.8291 35.8955 c +4.4961 37.2051 2.1563 36.7598 0 35.8916 C +0 9.1387 L +1.7705 9.584 3.2148 11.6309 4.6592 13.6816 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 Xa + 0.0196 0.451 0.898 0.0353 0.7843 0.5412 0.1686 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +4.3936 14.2422 m +6.0479 16.5801 9.54 18.0186 10.458 24.8516 c +11.3779 31.6846 8.2529 32.4033 5.4971 35.1006 c +4.2412 36.3291 2.0332 35.9111 0 35.0967 C +0 9.9775 L +1.6699 10.3965 3.0332 12.3174 4.3936 14.2422 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 Xa + 0.0157 0.4314 0.8941 0.0157 0.8078 0.5686 0.1765 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +4.1299 14.8047 m +5.6846 16.9902 8.9658 18.334 9.8291 24.7227 c +10.6924 31.1104 7.7568 31.7832 5.165 34.3047 c +3.9844 35.4531 1.9111 35.0635 0 34.3018 C +0 10.8174 L +1.5684 11.209 2.8496 13.0049 4.1299 14.8047 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 Xa + 0.0118 0.4078 0.8784 0 0.8275 0.5961 0.1882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.8643 15.3662 m +5.3193 17.3994 8.3916 18.6504 9.2002 24.5938 c +10.0088 30.5381 7.2607 31.1641 4.835 33.5098 c +3.7305 34.5781 1.7891 34.2148 0 33.5078 C +0 11.6758 L +1.4668 12.043 2.668 13.6934 3.8643 15.3662 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3804 0.8745 0 0.851 0.6275 0.1961 Xa + 0 0.3804 0.8745 0 0.851 0.6275 0.1961 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.5986 15.9268 m +4.9561 17.8086 7.8174 18.9658 8.5713 24.4648 c +9.3232 29.9639 6.7627 30.5439 4.5029 32.7139 c +3.4746 33.7021 1.666 33.3672 0 32.7119 C +0 12.5137 L +1.3652 12.8545 2.4844 14.3809 3.5986 15.9268 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 Xa + 0 0.3608 0.8667 0 0.8745 0.6549 0.2078 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.335 16.4883 m +4.5908 18.2178 7.2432 19.2813 7.9424 24.3359 c +8.6396 29.3906 6.2666 29.9238 4.1729 31.918 c +3.2188 32.8262 1.5439 32.5186 0 31.918 C +0 13.3516 L +1.2656 13.665 2.3008 15.0684 3.335 16.4883 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.3294 0.851 0 0.8941 0.6863 0.2235 Xa + 0 0.3294 0.851 0 0.8941 0.6863 0.2235 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.0693 17.0498 m +4.2275 18.627 6.6689 19.5977 7.3135 24.208 c +7.9561 28.8174 5.7705 29.3037 3.8408 31.123 c +2.9629 31.9512 1.4219 31.6699 0 31.1221 C +0 14.1885 L +1.1641 14.4756 2.1191 15.7539 3.0693 17.0498 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.302 0.8471 0 0.9176 0.7176 0.2353 Xa + 0 0.302 0.8471 0 0.9176 0.7176 0.2353 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.8037 17.6113 m +3.8623 19.0361 6.0967 19.9131 6.6826 24.0791 c +7.2705 28.2441 5.2725 28.6836 3.5107 30.3271 c +2.709 31.0752 1.2988 30.8223 0 30.3271 C +0 15.0273 L +1.0645 15.2871 1.9355 16.4414 2.8037 17.6113 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2667 0.8275 0 0.9294 0.749 0.251 Xa + 0 0.2667 0.8275 0 0.9294 0.749 0.251 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.54 18.1729 m +3.4971 19.4463 5.5225 20.2285 6.0537 23.9502 c +6.5869 27.6709 4.7764 28.0635 3.1787 29.5313 c +2.4521 30.1992 1.1768 29.9736 0 29.5322 C +0 15.8643 L +0.9629 16.0977 1.7529 17.1289 2.54 18.1729 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 Xa + 0 0.2471 0.8275 0 0.9569 0.7804 0.2627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.2744 18.7344 m +3.1338 19.8555 4.9482 20.5449 5.4248 23.8213 c +5.9014 27.0977 4.2803 27.4434 2.8467 28.7363 c +2.1953 29.3232 1.0537 29.126 0 28.7373 C +0 16.7021 L +0.8613 16.9082 1.5703 17.8145 2.2744 18.7344 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 Xa + 0 0.2235 0.8235 0 0.9843 0.8118 0.2745 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.0088 19.2959 m +2.7686 20.2646 4.374 20.8604 4.7959 23.6924 c +5.2178 26.5244 3.7822 26.8232 2.5166 27.9404 c +1.9414 28.4482 0.9316 28.2773 0 27.9424 C +0 17.54 L +0.7617 17.7188 1.3867 18.502 2.0088 19.2959 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4471 0.6941 0.7765 0.8353 0.1216 0.0745 0.0314 Xa + 0.4471 0.6941 0.7765 0.8353 0.1216 0.0745 0.0314 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +75.0742 99.7061 m +71.0313 103.5029 70.7832 111.3447 Y +66.5918 116.1846 62.5889 112.8564 58.5342 112.9268 c +54.4795 112.9971 52.1924 104.2666 50.6631 101.499 c +49.1357 98.7295 53.1807 94.9326 54.7842 92.6025 c +56.3896 90.2734 60.8662 92.498 59.3838 95.4834 c +57.9014 98.4678 58.5654 102.0742 59.585 103.9199 c +60.6025 105.7656 65.3477 107.6025 66.623 105.333 c +69.207 100.7393 64.8086 95.499 69.2168 93.6689 c +73.625 91.8389 71.0879 90.9512 73.4082 88.8281 c +75.7285 86.7061 79.1973 82.6816 81.2344 86.373 c +83.2715 90.0645 79.1211 95.9092 75.0742 99.7061 c +f +74.7266 84.9717 m +73.8027 85.4805 70.6113 84.7139 66.4121 85.8271 c +62.21 86.9424 62.3662 89.624 Y +57.0459 95.6904 58.4834 86.9521 59.7002 84.3545 c +60.915 81.7568 61.4502 80.9814 65.4688 78.8838 c +69.4883 76.7861 75.3164 75.6572 78.4844 78.123 c +81.6504 80.5889 75.6504 84.4619 74.7266 84.9717 c +f +23.1846 6.6553 m +24.0498 9.1865 28.8057 13.8232 32.6963 12.5576 c +36.5869 11.2939 39.6143 7.499 45.2334 7.499 c +50.8545 7.499 46.5322 -3.4619 54.3135 1.1748 c +62.0967 5.8135 59.0049 9.7061 54.6807 12.6572 c +50.3584 15.6084 53.7451 16.5928 44.2334 19.124 c +34.7217 21.6533 36.2139 23.6826 26.6436 23.5205 c +24.4404 23.4814 21.0225 18.46 18.8604 17.1963 c +15.4424 15.1963 12.376 10.0283 Y +11.1055 4.2168 15.3105 0.0088 V +27.2754 0.0088 L +24.5898 2.0781 22.5996 4.9443 23.1846 6.6553 c +f +54.3135 125.5498 m +55.3379 126.1602 56.1699 126.7578 56.8398 127.3418 C +48.8652 127.3418 L +49.4707 125.002 50.2051 123.1006 54.3135 125.5498 c +f +25.7783 116.6963 m +31.3994 116.6963 35.29 110.7939 39.6143 111.2158 c +43.9365 111.6367 47.8291 110.7939 49.5576 116.6963 c +51.2881 122.5986 43.9365 125.5498 40.0459 122.1768 c +36.1553 118.8037 35.7217 120.9121 31.3994 122.1768 c +28.7412 122.9541 25.9258 125.166 24.3467 127.3418 C +13.25 127.3418 L +13.7334 126.2949 14.416 125.2461 15.4014 124.2842 c +19.7256 120.0693 20.1572 116.6963 25.7783 116.6963 c +f +26.5518 88.3428 m +23.6318 90.082 24.5381 93.6494 25.7607 97.1074 c +26.9814 100.5645 23.7822 98.5127 21.1377 98.0332 c +18.4932 97.5537 17.4756 93.6709 18.5459 88.6963 c +19.6162 83.7227 24.4072 79.7129 27.7334 77.123 c +31.0615 74.5332 32.9131 70.9404 35.9834 71.624 C +40.7314 79.4443 38.2354 81.3857 v +35.7393 83.3291 29.4736 86.6035 26.5518 88.3428 c +f +36.876 105.5537 m +30.0166 111.1582 25.2646 110.7158 v +20.5127 110.2744 21.0674 105.8359 21.4346 102.8779 c +21.8037 99.9189 26.9072 102.3584 29.5518 102.8379 c +32.1963 103.3174 33.5264 101.0801 36.9092 95.6426 c +40.29 90.2061 39.5889 92.2217 42.4717 88.374 c +45.3545 84.5273 41.1006 82.4951 Y +47.0537 79.3311 46.4092 84.5088 47.1865 86.708 c +47.9639 88.9092 48.7588 92.1631 46.5615 98.9492 c +44.3643 105.7354 36.876 105.5537 Y +f +55.0576 60.7021 m +49.9131 59.1416 51.8916 55.8975 52.915 53.0967 c +53.9365 50.2959 57.626 53.2295 61.3564 54.749 c +65.0859 56.2705 67.9277 60.9912 65.8145 63.8369 c +62.3838 68.4541 60.2002 62.2627 55.0576 60.7021 c +f +60.6377 76.8867 m +58.0127 77.9912 53.3975 82.8135 49.2627 78.9229 c +45.1279 75.0342 43.7939 72.167 45.0322 70.0791 c +46.2705 67.9912 46.9971 67.3057 50.6865 70.2393 c +54.376 73.1729 58.8467 73.5352 59.6396 70.4912 c +60.4326 67.4502 64.9824 64.9834 65.832 68.3096 c +66.5918 71.2861 63.2627 75.7822 60.6377 76.8867 c +f +44.0732 65.5791 m +44.7334 67.249 42.7686 70.0225 41.126 69.7412 c +39.4834 69.458 36.0107 68.2666 33.7334 65.374 c +31.458 62.4795 37.6494 59.2666 40.8115 55.8193 c +43.9736 52.3721 49.7939 50.7998 50.0869 53.0166 c +51.0576 60.3545 43.4131 63.9111 44.0732 65.5791 c +f +103.5957 61.7217 m +103.3633 67.3936 99.418 70.0127 96.334 74.0596 c +93.248 78.1064 90.1973 75.1211 87.4102 76.1826 c +84.625 77.2432 78.4219 72.2686 76.8965 70.7764 c +75.3711 69.2822 76.6543 65.4658 77.2617 63.7783 c +78.1895 61.1904 79.418 62.3174 82.6016 63.9756 c +85.7852 65.6338 85.9512 63.9756 89.666 63.6787 c +93.3809 63.3799 93.6465 60.7256 98.9531 54.5576 c +104.2598 48.3877 102.7344 43.5459 107.6094 41.6885 c +112.4863 39.8311 114.6758 44.7393 111.9219 48.8193 c +109.168 52.8994 103.8301 56.0498 103.5957 61.7217 c +f +94.0117 43.6787 m +89.9648 43.9424 85.752 45.8662 83.5625 51.0088 c +81.373 56.1494 73.6777 66.0986 70.9922 62.8154 c +69.4688 60.9541 67.0781 55.0537 68.2402 50.1455 c +69.4004 45.2373 69.2012 43.876 75.2031 40.792 c +81.209 37.708 89.7324 32.8643 93.2813 34.2256 c +96.8301 35.585 102.4043 33.4619 102.0371 37.1104 c +101.6738 40.7588 98.0586 43.4131 94.0117 43.6787 c +f +103.9844 86.373 m +101.9512 84.7451 99.5293 87.5146 97.1484 87.1826 c +94.5059 86.8154 92.3965 89.2393 93.2949 92.3213 c +94.1953 95.4043 92.0566 96.9277 91.8086 101.0605 c +91.5605 105.1924 89.9043 110.4287 94.6055 108.1113 c +99.3027 105.7939 103.0586 102.5615 106.9844 103.123 c +110.9082 103.6846 112.8262 105.0332 108.2344 107.873 c +103.6406 110.7129 104.8379 114.9404 101.127 115.4238 c +97.416 115.9072 89.9336 118.5869 86.7344 116.2441 c +83.0332 113.5332 76.9375 110.8906 79.4297 105.7568 c +81.9219 100.623 86.5547 93.9658 84.7695 91.8799 c +82.9844 89.7939 84.0938 88.0293 87.0977 84.6025 c +89.6387 81.7041 102.5918 70.9326 108.9844 77.873 c +117.7344 87.373 106.0156 88.001 103.9844 86.373 c +f +115.0215 96.7451 m +115.2773 102.2861 108.9629 100.5527 Y +106.6543 99.2158 110.8457 96.6357 108.5098 93.3555 c +106.1738 90.0752 110.0762 87.3291 113.4629 88.1348 c +116.8477 88.9414 114.7676 91.2021 115.0215 96.7451 c +f +124.0703 40.5342 m +123.7266 37.9336 125.0371 37.4287 126.666 37.0566 C +126.666 44.04 L +125.3809 43.5664 124.3418 42.5801 124.0703 40.5342 c +f +120.1602 6.2412 m +119.5938 2.5107 122.1387 2.7373 126.666 3.127 C +126.666 11.1279 L +124.0703 9.7939 120.5469 8.7734 120.1602 6.2412 c +f +120.9102 42.9287 m +115.0547 43.2842 112.5703 38.6592 v +110.0859 34.0322 107.957 35.2646 107.5801 29.042 c +107.2051 22.8193 101.5723 14.7119 106.8184 10.3525 c +112.0645 5.9951 116.4355 5.3643 116.2461 8.3135 c +116.0566 11.2646 113.3848 9.5889 112.5508 14.0479 c +111.7188 18.5068 113.7051 20.958 115.2559 22.333 c +116.8086 23.708 123.6621 27.7021 122.7637 31.0635 c +121.8652 34.4229 123.8496 36.874 120.9102 42.9287 C +f +6.6006 34.6025 m +8.5752 30.8096 18.6123 32.7744 13.5654 40.4268 c +11.6611 43.3135 10.1494 44.6729 7.9307 44.4404 c +5.9531 44.2314 1.4395 45.3311 0 41.9648 C +0 38.1875 L +1.2813 36.4258 5.0625 37.5576 6.6006 34.6025 c +f +11.2842 14.8506 m +14.7783 17.9443 21.249 25.4619 16.9053 28.8369 c +10.2393 34.0146 6.8467 26.5049 4.1084 23.7334 c +1.3682 20.96 5.2178 17.7881 4.9971 14.1279 c +4.877 12.1611 2.3809 11.1855 0 10.084 C +0 2.959 L +0.9492 3.0117 2.0293 3.1152 3.2354 3.2139 c +8.4033 3.6357 7.792 11.7549 11.2842 14.8506 c +f +3.2549 48.1318 m +4.9424 49.208 6.9287 56.0107 3.0674 57.1045 c +2.1064 57.377 1.0586 57.3242 0 57.1357 C +0 48.5381 L +1.252 48.082 2.4316 47.6074 3.2549 48.1318 c +f +9.4834 74.123 m +24.9834 68.624 6.1631 65.5244 5.5537 62.1475 c +4.9424 58.7705 10.1729 60.9502 8.9053 49.9287 C +14.792 55.0166 12.6943 58.5869 16.9268 59.7295 c +20.2334 60.624 28.0771 62.917 27.2334 66.624 c +26.3896 70.3291 22.7002 77.835 15.2432 81.3545 c +7.7861 84.874 6.8232 87.3838 0.9834 86.5635 c +0.6582 86.5176 0.3301 86.4414 0 86.3516 C +0 81.2559 L +6.0967 82.043 5.4844 75.542 9.4834 74.123 c +f +116.5664 56.8643 m +114.7754 59.6748 125.2012 63.1631 112.3633 68.415 C +109.6836 63.9385 109.7344 61.9951 v +109.7891 60.0537 109.1289 54.8877 111.6094 54.0986 c +114.0898 53.3076 118.3145 47.3057 120.5625 48.7393 c +122.4199 49.9229 124.9063 48.0098 126.666 47.9111 C +126.666 57.2559 L +122.9121 57.6582 118.2363 54.2471 116.5664 56.8643 c +f +125.4004 86.5635 m +119.5605 85.7432 112.8047 77.4893 113.6465 73.7842 c +114.4922 70.0791 116.6016 67.9209 118.9004 68.624 c +121.1992 69.3252 117.5176 80.0918 124.0391 81.2158 c +125.0938 81.3975 125.9414 81.3564 126.666 81.1826 C +126.666 86.6885 L +126.2676 86.6641 125.8535 86.627 125.4004 86.5635 c +f +101.7344 14.3525 m +98.4004 21.0186 96.7344 28.6865 92.4004 26.6865 c +88.0664 24.6865 86.4004 19.3525 94.0664 17.6865 c +100.5566 16.2744 89.4844 6.624 86.4844 5.624 c +83.4844 4.624 75.9004 1.624 72.8984 3.29 c +69.8984 4.9561 68.7324 7.9561 67.7324 13.624 c +66.7324 19.29 62.5674 24.79 69.2324 29.124 c +71.7637 30.7686 81.7344 22.6865 84.0664 25.0186 c +86.4004 27.3525 91.0664 28.0186 86.4004 30.3525 c +81.7344 32.6865 81.7344 36.0186 77.0664 34.6865 c +72.3984 33.3525 69.0664 37.624 65.7324 34.624 c +61.2666 30.6025 55.0674 22.0186 59.3994 18.0186 c +62.6162 15.0488 60.9688 5.8047 62.2217 0.0088 C +96.918 0.0088 L +101.377 6.0264 104.7988 8.2207 101.7344 14.3525 c +f +64.8984 119.9971 m +70.5664 116.9971 73.3984 117.0596 80.4004 118.0596 c +87.4004 119.0596 90.7344 115.3936 95.7344 122.7275 c +96.7188 124.1709 97.6777 125.4072 98.5566 126.5137 C +61.8701 126.6914 L +62.1768 123.6201 62.9141 121.0479 64.8984 119.9971 c +f +38.4072 50.2842 m +39.0537 55.1592 35.0869 57.3291 27.4678 58.6436 c +19.8467 59.96 17.9834 54.1943 15.9307 50.9697 c +13.876 47.7432 17.2354 45.1299 18.1924 41.5225 c +19.1475 37.915 20.3291 40.6318 20.6416 35.79 c +20.9561 30.9482 23.7803 29.2314 26.7041 30.124 c +33.4307 32.1748 23.6318 39.2822 22.3896 44.8818 c +21.1494 50.4814 23.5205 52.5029 25.9541 52.4658 c +28.3877 52.4268 32.5146 48.7471 34.2354 42.2549 c +35.9561 35.7607 38.7451 38.9502 39.5166 41.5244 c +40.2881 44.1006 37.7607 45.4092 38.4072 50.2842 c +f +36.8037 34.29 m +34.0068 33.4561 32.1416 32.124 30.5889 30.124 c +29.0342 28.124 23.5947 28.9561 Y +26.5479 21.624 31.6768 28.4561 36.1826 27.79 c +40.6904 27.124 40.0674 32.79 41.1553 33.79 c +42.2432 34.79 41.4658 36.624 40.3799 38.9561 c +39.292 41.29 39.6025 35.124 36.8037 34.29 c +f +59.7334 48.4561 m +56.7334 49.624 49.5674 49.124 Y +44.8994 44.29 50.2061 43.1943 46.2334 39.79 c +45.0674 38.79 47.0674 33.79 49.2334 34.624 c +51.1572 35.3643 51.7334 43.624 54.3994 45.124 c +57.6494 46.9502 59.3994 43.124 59.7334 40.29 c +60.0674 37.4561 54.7334 36.4561 54.8994 35.4561 c +55.0674 34.4561 55.2334 29.4561 54.3994 27.79 c +53.5674 26.124 53.3994 24.79 54.7334 24.124 c +56.0674 23.4561 57.7334 25.29 57.8994 27.29 c +58.0674 29.29 59.0674 31.9561 59.8994 33.29 c +60.7334 34.624 62.7334 35.29 64.8984 36.79 c +67.0664 38.29 65.3984 44.624 Y +62.7334 47.29 59.7334 48.4561 v +f +48.8994 32.124 m +47.2334 32.29 46.2334 34.4561 Y +41.8994 33.9561 45.2334 28.4561 44.7334 26.79 c +44.2334 25.124 45.8994 23.124 48.3994 21.4561 c +50.8994 19.79 51.3994 22.4561 52.5674 23.624 c +53.7334 24.79 51.0674 27.4561 50.8994 29.124 c +50.7334 30.79 50.5674 31.9561 48.8994 32.124 c +f +120.2988 123.8936 m +117.4648 122.7002 108.0938 121.0332 109.5664 117.623 c +111.0391 114.2129 117.5977 111.1826 120.5449 113.6631 c +122.4531 115.2686 124.3594 119.0762 126.666 119.9707 C +126.666 123.9736 L +124.7734 124.2393 122.4121 124.7822 120.2988 123.8936 c +f +113.5039 109.915 m +110.4082 110.1836 116.6035 102.6299 118.5684 100.7705 c +120.5332 98.9111 122.666 99.6631 122.498 101.7002 c +122.3301 103.7383 121.1719 109.248 113.5039 109.915 c +f +123.4922 93.2031 m +124.2227 91.3604 125.3223 90.3545 126.666 90.0762 C +126.666 98.2725 L +123.9473 98.3672 121.7832 97.5195 123.4922 93.2031 c +f +6.4443 118.0029 m +8.79 114.876 9.3916 116.1436 11.6006 113.3525 c +12.7666 111.8818 16.7588 111.8037 17.249 113.3525 c +17.7412 114.9033 17.0049 121.7236 11.6006 121.1025 c +6.1982 120.4834 6.1982 124.2031 4.2334 123.8936 c +3.1563 123.7236 1.6377 124.1104 0 124.293 C +0 118.2285 L +1.8477 120.2656 3.9023 121.3896 6.4443 118.0029 c +f +6.9346 91.3428 m +10.374 93.5127 10.6182 90.4131 13.8115 94.1328 c +17.0049 97.8525 17.4951 109.3232 13.8115 106.5332 c +10.1279 103.7432 10.6182 97.8525 8.4092 97.543 c +7.0195 97.3486 2.4258 98.8672 0 98.0195 C +0 91.543 L +1.6152 89.4697 4.1113 89.5605 6.9346 91.3428 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3569 0.698 0.8275 0.7529 0.1765 0.1059 0.0471 Xa + 0.3569 0.698 0.8275 0.7529 0.1765 0.1059 0.0471 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +125.8926 110.5537 m +124.4727 109.1777 125.0605 107.2842 126.666 106.2744 C +126.666 110.8535 L +126.4082 110.8818 126.1484 110.8008 125.8926 110.5537 c +f +1.4775 110.5537 m +-0.4326 108.7031 1.2861 105.9131 4.2334 105.6025 c +5.6611 105.4531 3.3877 112.4033 1.4775 110.5537 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4471 0.6941 0.7765 0.8353 0.1216 0.0745 0.0314 Xa + 0.4471 0.6941 0.7765 0.8353 0.1216 0.0745 0.0314 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +99.9004 98.29 m +99.4004 98.4561 99.4004 96.623 99.7344 95.79 c +100.0664 94.9561 101.2344 94.9561 101.9004 94.9561 c +102.5664 94.9561 102.9004 94.29 104.2344 94.623 c +105.5664 94.9561 102.9004 97.29 99.9004 98.29 c +f +%AI6_EndPatternLayer +) & +] +[ +(0 O 0 R 0.3569 0.698 0.8275 0.7529 0.1765 0.1059 0.0471 Xa + 0.3569 0.698 0.8275 0.7529 0.1765 0.1059 0.0471 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +87.2344 56.374 m +88.9844 52.124 90.4844 52.124 v +91.9844 52.124 92.2344 50.624 93.7344 51.374 c +95.2344 52.124 87.7344 58.874 87.2344 56.374 C +f +82.2344 18.124 m +78.2344 18.624 82.4844 14.624 76.7344 17.874 c +75.4102 18.6221 75.9844 13.874 76.9844 13.124 c +77.9844 12.374 78.7344 10.624 81.2344 12.624 c +83.7344 14.624 86.2344 17.624 82.2344 18.124 c +f +28.9834 44.624 m +29.4834 45.374 28.6416 45.8447 27.4834 45.374 c +26.3252 44.9033 28.083 40.7646 29.4834 40.124 c +30.8838 39.4814 28.0537 43.2275 28.9834 44.624 c +f +34.2334 91.373 m +32.9834 92.123 32.6494 96.5039 30.4834 94.373 c +29.2236 93.1338 32.2334 89.123 32.9834 88.623 c +33.7334 88.123 35.4834 87.373 36.2334 88.123 c +36.9834 88.873 35.4834 90.623 34.2334 91.373 c +f +%AI6_EndPatternLayer +) & +] E +%AI3_EndPattern +%AI3_BeginPattern: (Mali) +(Mali) 0 0 88.165 44.2285 [ +%AI3_Tile +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 0 m +0 44.2285 L +88.165 44.2285 L +88.165 0 L +0 0 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0196 0.2196 0.2471 0 0.9059 0.7961 0.7059 Xa + 0.0196 0.2196 0.2471 0 0.9059 0.7961 0.7059 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +11.5918 28.6143 m +11.1719 28.7158 10.6348 28.6758 10.2617 28.4063 c +10.0469 28.25 9.9473 27.8154 10.0088 27.5723 c +10.1904 26.8604 10.7305 26.6377 11.4277 26.3906 c +11.75 26.2773 12.3154 26.4365 12.4844 26.8301 c +12.8184 27.6104 12.3936 28.4189 11.5918 28.6143 c +f +32.3105 27.0342 m +32.1611 27.3975 31.8105 27.7803 31.3418 27.9316 c +31.0723 28.0215 30.6104 27.8906 30.4189 27.7305 c +29.8643 27.2598 29.9727 26.75 30.1504 26.1113 c +30.2305 25.8174 30.7109 25.4678 31.1738 25.5273 c +32.0928 25.6426 32.5977 26.3408 32.3105 27.0342 c +f +22.2676 15.9922 m +22.1387 16.4111 21.8125 16.8613 21.3594 17.0527 c +21.0967 17.1641 20.6338 17.0342 20.4375 16.8584 c +19.8652 16.3447 19.9473 15.7588 20.0879 15.0254 c +20.1533 14.6855 20.6084 14.2715 21.0684 14.3193 c +21.9805 14.416 22.5146 15.1914 22.2676 15.9922 c +f +40.8486 17.8789 m +40.4629 17.5615 40.1309 17.0381 40.1221 16.5059 c +40.1172 16.1992 40.4512 15.8066 40.7178 15.6963 c +41.5 15.3711 42.0801 15.7178 42.791 16.1914 c +43.1182 16.4102 43.3613 17.0439 43.1143 17.4707 c +42.624 18.3193 41.584 18.4863 40.8486 17.8789 c +f +54.7139 26.5762 m +54.3682 26.8398 53.8584 27.0186 53.4063 26.9199 c +53.1436 26.8643 52.877 26.5029 52.8359 26.2549 c +52.7148 25.5264 53.124 25.1035 53.667 24.5938 c +53.916 24.3604 54.502 24.2803 54.8164 24.5742 c +55.4375 25.1572 55.374 26.0732 54.7139 26.5762 c +f +65.1572 16.6426 m +64.6816 16.5752 64.1514 16.3047 63.8896 15.8574 c +63.7393 15.5977 63.8301 15.0889 64.002 14.8535 c +64.502 14.167 65.1553 14.1582 65.9775 14.1865 c +66.3555 14.2002 66.8643 14.6123 66.8613 15.1055 c +66.8555 16.084 66.0635 16.7734 65.1572 16.6426 c +f +77.1055 26.4893 m +76.707 26.5869 76.1982 26.5479 75.8428 26.29 c +75.6387 26.1406 75.5439 25.7256 75.6025 25.4941 c +75.7754 24.8145 76.2881 24.6016 76.9512 24.3662 c +77.2559 24.2568 77.793 24.4102 77.9531 24.7852 c +78.2705 25.5313 77.8682 26.3027 77.1055 26.4893 c +f +88.165 18.4297 m +87.6631 18.5029 87.0801 18.4248 86.6592 18.1201 c +86.3809 17.9189 86.2529 17.3584 86.332 17.043 c +86.5654 16.126 87.2637 15.8389 88.165 15.5186 C +88.165 18.4297 L +f +0 15.5186 m +0.4141 15.3721 1.1436 15.5801 1.3623 16.0869 c +1.793 17.0928 1.2461 18.1367 0.2109 18.3887 c +0.1416 18.4063 0.0723 18.4189 0 18.4297 C +0 15.5186 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.051 1 1 0.2353 0.4941 0 0.0196 Xa + 0.051 1 1 0.2353 0.4941 0 0.0196 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +77.4756 0.4834 m +76.959 0.3359 72.7578 0.7783 71.5791 0.8516 c +70.3994 0.9258 67.9658 0.999 66.8604 0.9258 c +65.7549 0.8516 64.2803 1.083 63.1748 1.1572 c +62.0693 1.2305 56.4561 1.0361 55.3613 0.999 c +54.5439 0.9717 45.084 0.9092 40.0996 0.8174 C +40.083 0.7969 L +40.0791 0.8174 L +38.3848 0.7861 37.21 0.752 37.0791 0.7139 c +36.5625 0.5674 32.2881 1.2197 31.6982 1.2939 c +31.4482 1.3252 30.5908 1.2773 29.6191 1.2061 C +29.6152 1.2021 L +29.6143 1.2061 L +28.2891 1.1104 26.7529 0.9717 26.2432 0.9346 c +25.5107 0.8818 22.1904 0.7529 20.7148 0.7607 C +20.7139 0.7598 L +20.7139 0.7607 L +20.4551 0.7617 20.2461 0.7676 20.125 0.7783 c +19.3125 0.8516 14.7432 0.6309 13.6367 0.7783 c +12.5322 0.9258 6.5605 0.6309 5.75 0.7041 c +4.9385 0.7783 4.2021 0.7041 3.3174 0.6309 c +2.4326 0.5566 1.7686 0.5566 0 0.6953 C +0 0 L +88.165 0 L +88.165 0.6953 L +86.6172 0.7324 77.9922 0.6309 77.4756 0.4834 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.102 0.2627 0.3569 0.0275 0.8078 0.7098 0.5882 Xa + 0.102 0.2627 0.3569 0.0275 0.8078 0.7098 0.5882 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.5498 6.5225 m +51.8955 6.5225 10.3203 5.6377 0 5.3428 C +0 0.6953 L +0.9033 3.5059 L +3.0586 0.6309 L +3.5381 3.0635 L +4.5703 1.1367 L +5.625 2.75 L +6.4873 0.9902 L +7.3721 2.916 L +8.3301 0.7783 L +9.7295 2.7676 L +10.2471 0.8516 L +11.5 2.6211 L +12.2373 1.1367 L +13.1221 2.9063 L +14.0059 1.1367 L +15.333 2.916 L +16.3652 1.1367 L +17.5439 3.0635 L +18.7236 1.1367 L +19.9033 2.7676 L +20.7139 0.7607 L +20.7139 0.7607 20.7148 0.7607 V +21.6719 2.4736 L +23 1.1475 L +23.7363 2.6309 L +24.7686 1.2939 L +26.3896 3.6631 L +27.7168 1.2939 L +28.8955 3.5146 L +29.6143 1.2061 L +29.6152 1.2061 29.6172 1.2061 29.6191 1.2061 C +30.8125 2.6309 L +31.6982 1.2939 L +32.583 3.2109 L +33.6152 1.2939 L +34.6455 3.957 L +35.8262 1.2939 L +37.0049 3.5146 L +38.333 1.2939 L +39.5117 3.5146 L +40.0791 0.8174 L +40.0859 0.8174 40.0928 0.8174 40.0996 0.8174 C +42.166 3.3682 L +43.1982 1.2939 L +44.2285 3.8008 L +45.5566 1.2939 L +46.5879 3.5059 L +48.4316 0.9258 L +49.5371 3.957 L +50.9473 0.999 L +52.7813 4.1055 L +53.9424 1.1104 L +55.582 3.6533 L +57.6094 1.3311 L +58.6777 4.6953 L +59.5615 1.4053 L +61.7744 4.1055 L +62.9902 1.3682 L +63.6914 3.6631 L +65.46 1.2842 L +67.2285 3.0635 L +67.5244 0.9902 L +69.5879 2.9063 L +70.1406 0.9619 L +72.2422 3.3584 L +73.2002 0.999 L +74.748 2.7676 L +76.959 0.6953 L +78.7285 2.7676 L +80.3506 0.6953 L +81.5 2.875 L +83.125 0.75 L +84.75 2.375 L +85.75 0.875 L +87.2803 2.8789 L +88.165 0.6953 L +88.165 5.3428 L +84.1104 5.3057 80.8672 5.3057 v +77.623 5.3057 57.2041 6.5225 54.5498 6.5225 c +f +85.2158 43.4434 m +84.9365 41.25 L +82.875 43.375 L +82 41.625 L +80.3506 43.4541 L +78.7285 41.3799 L +76.959 43.4541 L +74.748 41.3799 L +73.2002 43.1504 L +72.2422 40.791 L +70.1406 43.1855 L +69.5879 41.2422 L +67.5244 43.1592 L +67.2285 41.085 L +65.46 42.8643 L +63.6914 40.4863 L +62.9902 42.7813 L +61.7744 40.0439 L +59.5615 42.7441 L +58.6777 39.4541 L +57.6094 42.8184 L +55.582 40.4961 L +53.9424 43.0391 L +52.7813 40.0439 L +50.9473 43.1504 L +49.5371 40.1914 L +48.4316 43.2227 L +46.5879 40.6426 L +45.5566 42.8555 L +44.2285 40.3477 L +43.1982 42.8555 L +42.166 40.7813 L +40.0996 43.3311 L +40.0928 43.3311 40.0859 43.3311 40.0791 43.3311 C +39.5117 40.6328 L +38.333 42.8555 L +37.0049 40.6328 L +35.8262 42.8555 L +34.6455 40.1914 L +33.6152 42.8555 L +32.583 40.9385 L +31.6982 42.8555 L +30.625 41.25 L +29.6182 42.9424 L +29.6162 42.9424 29.6152 42.9424 29.6143 42.9434 C +28.8955 40.6328 L +27.7168 42.8555 L +26.3896 40.4863 L +24.7686 42.8555 L +23.7363 41.5176 L +23 43.002 L +21.6719 41.6748 L +20.7148 43.3877 L +20.7139 43.3877 20.7139 43.3877 Y +19.9033 41.3799 L +18.7236 43.0107 L +17.5439 41.085 L +16.3652 43.0107 L +15.333 41.2334 L +14.0059 43.0107 L +13.1221 41.2422 L +12.2373 43.0107 L +11.5 41.5273 L +10.2471 43.2969 L +9.7295 41.3799 L +8.3301 43.3711 L +7.3721 41.2334 L +6.4873 43.1592 L +5.75 41.6846 L +4.5703 43.0107 L +3.5381 41.085 L +3.0586 43.5176 L +0.9033 40.6426 L +0 43.4541 L +0 39.1973 L +10.3203 38.9023 51.8955 38.0166 54.5498 38.0166 c +57.2041 38.0166 77.623 39.2344 80.8672 39.2344 c +84.1104 39.2344 88.165 39.1973 Y +88.165 43.4541 L +87.2803 41.2686 L +85.2158 43.4434 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.051 0.5882 1 0.2392 0.5725 0.3294 0.0588 Xa + 0.051 0.5882 1 0.2392 0.5725 0.3294 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 44.2285 m +0 43.4541 L +1.7686 43.5908 2.4326 43.5908 3.3174 43.5176 c +4.2021 43.4434 4.9385 43.3711 5.75 43.4434 c +6.5605 43.5176 12.5322 43.2227 13.6367 43.3711 c +14.7432 43.5176 19.3125 43.2969 20.125 43.3711 c +20.2461 43.3818 20.4551 43.3867 20.7139 43.3877 C +20.7139 43.3887 L +20.7148 43.3877 L +22.1904 43.3955 25.5107 43.2666 26.2432 43.2129 c +26.7529 43.1768 28.2891 43.0391 29.6143 42.9434 C +29.6152 42.9473 L +29.6182 42.9424 L +30.5898 42.8721 31.4482 42.8242 31.6982 42.8555 c +32.2881 42.9277 36.5625 43.582 37.0791 43.4346 c +37.21 43.3975 38.3848 43.3623 40.0791 43.3311 C +40.083 43.3516 L +40.0996 43.3311 L +45.084 43.2393 54.5439 43.1768 55.3613 43.1504 c +56.4561 43.1133 62.0693 42.9189 63.1748 42.9922 c +64.2803 43.0664 65.7549 43.2969 66.8604 43.2227 c +67.9658 43.1504 70.3994 43.2227 71.5791 43.2969 c +72.7578 43.3711 76.959 43.8125 77.4756 43.665 c +77.9922 43.5176 86.6172 43.417 88.165 43.4541 C +88.165 44.2285 L +0 44.2285 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.051 1 1 0.2353 0.4941 0 0.0196 Xa + 0.051 1 1 0.2353 0.4941 0 0.0196 XA +) @ +( +%AI6_BeginPatternLayer +*u +0 J 0 j 1 w 4 M []0 d 0 XR +88.165 36.248 m +88.165 33.1816 L +80.5723 21.46 77.5488 17.5537 V +71.0615 22.2725 65.46 28.4639 V +63.1006 26.252 55.2871 17.1113 53.666 15.9316 C +48.0625 21.3867 45.2617 28.1689 43.3447 30.2334 C +38.627 26.3994 34.7939 23.1563 30.5186 19.0283 C +26.0947 24.041 20.9355 28.7578 Y +18.4287 26.1055 11.7939 16.0791 Y +8.2559 21.3867 0 33.1816 Y +0 36.248 L +19.166 35.6582 23.5889 35.6582 v +28.0117 35.6582 49.2422 35.3643 53.666 35.3643 c +58.0879 35.3643 69.7051 35.9561 75.043 36.1006 c +80.498 36.248 88.165 36.248 Y +f +13.127 29.6465 m +12.3555 30.4063 10.5039 30.2305 9.6104 29.7383 c +7.5928 28.626 8.0469 26.6494 9.7539 25.4941 c +10.4307 25.0352 11.291 24.8213 12.2246 24.9834 c +13.1309 25.1387 13.8789 25.6367 14.001 26.3916 c +14.2236 27.7744 13.9697 28.8164 13.127 29.6465 c +f +19.915 33.8115 m +15.6211 34.0166 13.3877 34.3359 v +11.1563 34.6543 5.4385 33.8936 3.2305 33.7715 C +4.2783 33.5342 8.2852 33.166 9.7568 33.248 c +11.2285 33.3301 13.6094 33.0186 15.376 33.1172 c +17.1416 33.2148 17.584 33.2402 19.915 33.8115 C +f +33.9648 27.0381 m +34.0625 27.998 33.0947 28.7773 32.1172 29.0332 c +29.9092 29.6104 28.5156 28.4053 28.5527 26.625 c +28.5684 25.918 28.9092 25.248 29.6221 24.7637 c +30.3154 24.2939 31.209 24.1309 31.9443 24.5215 c +33.2871 25.2344 33.8252 25.6533 33.9648 27.0381 c +f +40.2217 33.625 m +35.9258 33.7559 33.6875 34.0361 v +31.4502 34.3174 25.748 33.459 23.542 33.2979 C +24.5928 33.0791 28.6055 32.7803 30.0762 32.8867 c +31.5459 32.9941 33.9316 32.7236 35.6963 32.8516 c +37.4609 32.9805 37.9014 33.0127 40.2217 33.625 C +f +56.4209 26.8682 m +55.6182 28.874 52.5273 29.3193 51.2461 27.7051 c +50.5537 26.833 50.9961 25.4824 51.6641 24.6563 c +52.7939 23.2588 54.9131 22.0791 56.3193 23.4512 c +57.2285 24.3379 56.8906 25.6934 56.4209 26.8682 c +f +62.5664 33.0264 m +60.3643 33.2354 54.6816 34.2188 52.4385 33.9873 c +50.1953 33.7559 45.2617 33.3291 Y +47.5684 32.666 48.6533 32.7393 50.4053 32.8477 c +52.1709 32.957 54.5566 32.8984 56.0244 32.7578 c +57.4922 32.6191 61.5098 32.8301 62.5664 33.0264 C +f +78.708 27 m +76.9141 28.4199 75.0654 27.9746 74.2861 26.4355 c +73.9766 25.8262 73.9883 25.1104 74.4316 24.3965 c +74.8623 23.7041 75.6211 23.1914 76.4844 23.2148 c +78.0605 23.2607 78.7539 23.3936 79.5166 24.5186 c +80.0469 25.2988 79.502 26.3721 78.708 27 c +f +84.0361 33.6436 m +79.7383 33.7393 77.498 34 v +75.2578 34.2617 69.5625 33.3564 67.3594 33.1758 C +68.4111 32.9658 72.4268 32.7012 73.8955 32.8203 c +75.3662 32.9404 77.7529 32.6904 79.5156 32.833 c +81.2793 32.9766 81.7197 33.0117 84.0361 33.6436 C +f +*U +%AI6_EndPatternLayer +) & +(0 O 0 R 0.051 0.5882 1 0.2392 0.5725 0.3294 0.0588 Xa + 0.051 0.5882 1 0.2392 0.5725 0.3294 0.0588 XA +) @ +( +%AI6_BeginPatternLayer +*u +0 J 0 j 1 w 4 M []0 d 0 XR +88.165 14.6201 m +88.165 11.1006 L +85.5654 11.1865 80.8486 10.5762 78.8906 10.4668 C +79.9375 10.2305 83.9453 9.8633 85.417 9.9443 c +86.1533 9.9854 87.165 9.9277 88.165 9.8721 C +88.165 8.291 L +80.498 8.291 75.043 8.4395 v +69.7051 8.583 58.0879 9.1758 53.666 9.1758 c +49.2422 9.1758 28.0117 8.8809 23.5889 8.8809 c +19.166 8.8809 0 8.291 Y +0 9.8867 L +1 9.832 1.9883 9.7793 2.8701 9.8281 c +4.6367 9.9258 5.0791 9.9502 7.4102 10.5234 C +3.1162 10.7266 0.8828 11.0459 v +0.6299 11.082 0.333 11.1055 0 11.1162 C +0 29.3477 L +6.4873 19.9131 11.5 12.2461 V +18.1338 22.2725 20.6406 24.9248 V +25.8008 20.208 30.2236 15.1953 V +34.499 19.3232 38.333 22.5664 43.0498 26.3994 C +44.9668 24.335 47.7676 17.5537 53.3711 12.0986 C +54.9922 13.2783 62.8057 22.4189 65.165 24.6299 C +70.7676 18.4395 77.2539 13.7197 Y +80.2773 17.4063 88.165 29.3477 Y +88.165 19.7813 L +86.501 19.9727 85.2695 19.0322 84.9697 17.5508 c +84.8213 16.8193 85.041 16.0684 85.7148 15.4453 c +86.3076 14.8975 87.3105 14.4863 88.165 14.6201 C +f +1.2979 19.4268 m +0.8438 19.6182 0.4102 19.7344 0.002 19.7813 C +0.001 14.6201 L +0.0879 14.6338 0.1738 14.6533 0.2578 14.6787 c +1.9063 15.1836 2.3916 15.6416 2.8691 17.0479 c +3.2012 18.0234 2.3164 18.9941 1.2979 19.4268 c +f +18.3682 15.6006 m +18.3828 14.7842 18.7178 14.0068 19.4189 13.4463 c +20.0996 12.9023 20.9775 12.7129 21.7002 13.165 c +23.0205 13.9902 23.5488 14.4756 23.6875 16.0791 c +23.7832 17.1924 22.832 18.0947 21.8711 18.3906 c +19.7002 19.0586 18.3311 17.6641 18.3682 15.6006 c +f +27.7168 10.335 m +23.4209 10.4658 21.1826 10.7471 v +18.9453 11.0283 13.2432 10.1699 11.0371 10.0088 C +12.0879 9.79 16.1006 9.4912 17.5713 9.5967 c +19.042 9.7041 21.4258 9.4336 23.1914 9.5635 c +24.9551 9.6914 25.3965 9.7227 27.7168 10.335 C +f +38.8135 16.7461 m +38.8291 16.0342 39.1768 15.3584 39.9082 14.8691 c +40.6172 14.3945 41.5313 14.2314 42.2822 14.624 c +43.6572 15.3428 44.208 15.7656 44.3506 17.1631 c +44.4512 18.1318 43.4609 18.918 42.46 19.1748 c +40.2002 19.7578 38.7754 18.542 38.8135 16.7461 c +f +50.0605 9.7373 m +47.8594 9.9463 42.1768 10.9297 39.9336 10.6982 c +37.6904 10.4668 32.7568 10.04 Y +35.0635 9.376 36.1475 9.4502 37.9004 9.5576 c +39.666 9.668 42.0518 9.6094 43.5186 9.4688 c +44.9873 9.3301 49.0059 9.541 50.0605 9.7373 C +f +63.4014 13.5068 m +64.9727 12.6602 67.4248 12.374 68.3086 14.1318 c +68.8809 15.2676 68.0889 16.3691 67.2285 17.2588 c +65.7617 18.7773 62.626 18.041 61.9463 16.1104 c +61.5791 15.0674 62.4707 14.0078 63.4014 13.5068 c +f +73.0469 10.3555 m +68.75 10.4492 66.5088 10.7109 v +64.2695 10.9727 58.5742 10.0674 56.3701 9.8867 C +57.4229 9.6768 61.4375 9.4111 62.9072 9.5313 c +64.377 9.6504 66.7637 9.4014 68.5273 9.5439 c +70.291 9.6865 70.7324 9.7227 73.0469 10.3555 C +f +*U +%AI6_EndPatternLayer +) & +] E +%AI3_EndPattern +%AI3_BeginPattern: (Optical Squares) +(Optical Squares) 0 0 86.3984 86.4004 [ +%AI3_Tile +(0 O 0 R 0.2667 0.2784 0.5725 0.2235 0.5608 0.5255 0.349 Xa + 0.2667 0.2784 0.5725 0.2235 0.5608 0.5255 0.349 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0 0 m +0 86.4004 L +86.3984 86.4004 L +86.3984 0 L +0 0 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2275 0.2275 0.4627 0.1294 0.6588 0.6275 0.4706 Xa + 0.2275 0.2275 0.4627 0.1294 0.6588 0.6275 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +84.5996 44.8428 m +84.5996 84.4434 L +44.998 84.4434 L +44.998 44.8428 L +84.5996 44.8428 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2118 0.1961 0.4118 0.098 0.698 0.6745 0.5294 Xa + 0.2118 0.1961 0.4118 0.098 0.698 0.6745 0.5294 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +80.998 48.4434 m +80.998 80.8428 L +48.5986 80.8428 L +48.5986 48.4434 L +80.998 48.4434 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1882 0.1765 0.3608 0.0667 0.7412 0.7176 0.5882 Xa + 0.1882 0.1765 0.3608 0.0667 0.7412 0.7176 0.5882 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +77.3984 52.043 m +77.3984 77.2441 L +52.1982 77.2441 L +52.1982 52.043 L +77.3984 52.043 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1176 0.1098 0.2196 0.0118 0.8549 0.8392 0.7569 Xa + 0.1176 0.1098 0.2196 0.0118 0.8549 0.8392 0.7569 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +73.7979 55.6436 m +73.7979 73.6436 L +55.7979 73.6436 L +55.7979 55.6436 L +73.7979 55.6436 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0627 0.0627 0.1176 0 0.9255 0.9137 0.8706 Xa + 0.0627 0.0627 0.1176 0 0.9255 0.9137 0.8706 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +70.1982 59.2432 m +70.1982 70.043 L +59.3984 70.043 L +59.3984 59.2432 L +70.1982 59.2432 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +66.5986 62.8428 m +66.5986 66.4434 L +62.998 66.4434 L +62.998 62.8428 L +66.5986 62.8428 L +s +41.8906 44.6343 m +41.8906 84.2349 L +2.2891 84.2349 L +2.2891 44.6343 L +41.8906 44.6343 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0627 0.0627 0.1176 0 0.9255 0.9137 0.8706 Xa + 0.0627 0.0627 0.1176 0 0.9255 0.9137 0.8706 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +38.2891 48.2349 m +38.2891 80.6343 L +5.8896 80.6343 L +5.8896 48.2349 L +38.2891 48.2349 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1176 0.1098 0.2196 0.0118 0.8549 0.8392 0.7569 Xa + 0.1176 0.1098 0.2196 0.0118 0.8549 0.8392 0.7569 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +34.6895 51.8345 m +34.6895 77.0356 L +9.4893 77.0356 L +9.4893 51.8345 L +34.6895 51.8345 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1882 0.1765 0.3608 0.0667 0.7412 0.7176 0.5882 Xa + 0.1882 0.1765 0.3608 0.0667 0.7412 0.7176 0.5882 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +31.0889 55.4351 m +31.0889 73.4351 L +13.0889 73.4351 L +13.0889 55.4351 L +31.0889 55.4351 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2118 0.1961 0.4118 0.098 0.698 0.6745 0.5294 Xa + 0.2118 0.1961 0.4118 0.098 0.698 0.6745 0.5294 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +27.4893 59.0347 m +27.4893 69.8345 L +16.6895 69.8345 L +16.6895 59.0347 L +27.4893 59.0347 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2275 0.2275 0.4627 0.1294 0.6588 0.6275 0.4706 Xa + 0.2275 0.2275 0.4627 0.1294 0.6588 0.6275 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +23.8896 62.6343 m +23.8896 66.2349 L +20.2891 66.2349 L +20.2891 62.6343 L +23.8896 62.6343 L +s +2.2012 2.0879 m +2.2012 41.6885 L +41.8027 41.6885 L +41.8027 2.0879 L +2.2012 2.0879 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2118 0.1961 0.4118 0.098 0.698 0.6745 0.5294 Xa + 0.2118 0.1961 0.4118 0.098 0.698 0.6745 0.5294 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +5.8027 5.6885 m +5.8027 38.0879 L +38.2021 38.0879 L +38.2021 5.6885 L +5.8027 5.6885 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1882 0.1765 0.3608 0.0667 0.7412 0.7176 0.5882 Xa + 0.1882 0.1765 0.3608 0.0667 0.7412 0.7176 0.5882 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +9.4023 9.2881 m +9.4023 34.4893 L +34.6025 34.4893 L +34.6025 9.2881 L +9.4023 9.2881 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1176 0.1098 0.2196 0.0118 0.8549 0.8392 0.7569 Xa + 0.1176 0.1098 0.2196 0.0118 0.8549 0.8392 0.7569 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +13.0029 12.8887 m +13.0029 30.8887 L +31.0029 30.8887 L +31.0029 12.8887 L +13.0029 12.8887 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0627 0.0627 0.1176 0 0.9255 0.9137 0.8706 Xa + 0.0627 0.0627 0.1176 0 0.9255 0.9137 0.8706 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +16.6025 16.4883 m +16.6025 27.2881 L +27.4023 27.2881 L +27.4023 16.4883 L +16.6025 16.4883 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0 0 0 0 1 1 1 Xa + 0 0 0 0 1 1 1 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +20.2021 20.0879 m +20.2021 23.6885 L +23.8027 23.6885 L +23.8027 20.0879 L +20.2021 20.0879 L +s +44.9102 1.8794 m +44.9102 41.48 L +84.5117 41.48 L +84.5117 1.8794 L +44.9102 1.8794 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.0627 0.0627 0.1176 0 0.9255 0.9137 0.8706 Xa + 0.0627 0.0627 0.1176 0 0.9255 0.9137 0.8706 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +48.5117 5.48 m +48.5117 37.8794 L +80.9111 37.8794 L +80.9111 5.48 L +48.5117 5.48 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1176 0.1098 0.2196 0.0118 0.8549 0.8392 0.7569 Xa + 0.1176 0.1098 0.2196 0.0118 0.8549 0.8392 0.7569 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +52.1113 9.0796 m +52.1113 34.2808 L +77.3115 34.2808 L +77.3115 9.0796 L +52.1113 9.0796 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1882 0.1765 0.3608 0.0667 0.7412 0.7176 0.5882 Xa + 0.1882 0.1765 0.3608 0.0667 0.7412 0.7176 0.5882 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +55.7119 12.6802 m +55.7119 30.6802 L +73.7119 30.6802 L +73.7119 12.6802 L +55.7119 12.6802 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2118 0.1961 0.4118 0.098 0.698 0.6745 0.5294 Xa + 0.2118 0.1961 0.4118 0.098 0.698 0.6745 0.5294 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +59.3115 16.2798 m +59.3115 27.0796 L +70.1113 27.0796 L +70.1113 16.2798 L +59.3115 16.2798 L +s +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2275 0.2275 0.4627 0.1294 0.6588 0.6275 0.4706 Xa + 0.2275 0.2275 0.4627 0.1294 0.6588 0.6275 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +2 J 0 j 1.8 w 4 M []0 d 0 XR +62.9111 19.8794 m +62.9111 23.48 L +66.5117 23.48 L +66.5117 19.8794 L +62.9111 19.8794 L +s +%AI6_EndPatternLayer +) & +] E +%AI3_EndPattern +%AI3_BeginPattern: (Spiral) +(Spiral) 28.6685 26.4521 125.8687 123.6514 [ +%AI3_Tile +(0 O 0 R 0 0.6078 0.6196 0 0.9843 0.502 0.3725 Xa + 0 0.6078 0.6196 0 0.9843 0.502 0.3725 XA +) @ +( +%AI6_BeginPatternLayer +1 J 0 j 1 w 4 M []0 d 0 XR +74.0884 107.7031 m +65.2363 92.6025 84.3784 72.8027 102.9575 84.5996 c +S +58.7046 42.7686 m +56.1177 41.9004 59.1494 39.9766 60.0938 40.373 c +63.3994 41.7617 62.1851 46.5947 58.5327 45.9014 c +51.0112 44.4727 51.2329 35.8418 58.5239 36.2061 C +69.502 36.2061 69.2261 50.4189 58.7139 49.9365 c +S +48.6099 39.8145 m +49.3691 35.415 53.2021 32.6797 59.2529 32.7441 c +76.0356 32.9189 73.9858 54.2148 59.3887 53.8008 c +S +34.6216 32.9189 m +33.3872 32.0479 35.2407 29.9629 36.8994 31.2842 c +39.9717 33.7314 36.4731 37.624 33.416 36 c +27.3003 32.748 32.6323 24.9072 38.3008 28.2949 C +46.0195 32.3945 39.5859 42.9023 32.1504 39.7412 c +20.8984 34.9551 31.019 16.3086 42.5332 26.8945 c +45.3945 29.5264 46.2354 32.3193 45.5479 35.6611 c +S +32.3223 43.9492 m +30.9224 43.5645 29.4746 42.8857 28.0098 41.8633 c +14.8926 32.6982 27.9966 11.6729 44.207 23.4385 c +46.8906 25.3857 48.4106 28.3486 49.1055 31.2822 c +S +49.2725 118.79 m +47.9136 117.8271 49.9565 115.5273 51.7861 116.9863 c +55.1714 119.6826 52.3569 124.8447 47.9438 122.1855 c +41.4048 118.2441 47.0806 109.9561 53.3301 113.6895 C +61.0386 117.7842 56.4824 128.4639 48.9741 127.1357 c +S +40.6255 118.6191 m +40.2129 111.4023 49.1177 103.7959 57.9951 112.1465 c +62.5376 116.418 62.521 122.0186 59.9023 126.0762 c +S +132.2407 62.6914 m +118.7222 53.4941 132.0933 28.957 150.0991 42.3779 c +S +129.3403 65.8525 m +121.0093 60.2988 121.356 46.9346 125.8687 42.4219 c +S +44.7813 38.6504 m +45.7456 32.9355 50.7432 27.8174 59.2202 28.6699 c +61.1411 28.8633 62.877 29.2217 64.436 29.7139 c +S +74.9863 39.9961 m +77.1587 48.5391 70.9663 58.4814 59.333 57.002 c +S +86.1968 46.1973 m +83.8394 46.5176 83.9038 41.9355 87.2983 43.1777 c +91.8286 44.835 88.4419 51.168 83.8706 49.625 c +77.3335 47.4209 80.7026 37.1074 88.2886 39.9014 C +98.7856 43.9688 93.021 56.249 82.5601 53.2109 c +75.6567 51.207 73.9995 44.8535 76.4116 40.3291 c +S +90.1069 36.3691 m +103.9985 41.1182 99.061 62.0391 81.769 56.623 c +77.6978 55.3477 74.9712 53.7432 73.2158 51.3506 c +S +93.0327 33.1699 m +106.3892 37.9736 107.4009 63.5811 85.2534 60.9932 c +S +129.3521 39.7412 m +118.0972 34.9551 128.2222 16.3086 139.7319 26.8945 c +S +129.5229 43.9492 m +128.1206 43.5645 126.6743 42.8857 125.2065 41.8633 c +112.0933 32.6982 125.1948 11.6729 141.4067 23.4385 c +S +100.2983 37.374 m +98.1421 36.3662 95.1353 34.3291 93.5483 32.0303 c +S +129.3521 136.9414 m +118.0972 132.1553 128.2222 113.5098 139.7319 124.0947 c +S +125.2065 139.0625 m +112.0933 129.8984 125.1948 108.874 141.4067 120.6387 c +S +71.376 67.7764 m +71.7979 65.5469 75.2256 65.7871 74.6309 68.7119 c +73.8682 72.4531 68.0269 71.5176 68.1035 67.7021 c +68.2783 59.0273 78.7983 61.3525 78.271 68.6133 C +78.0396 78.6406 64.5371 76.4268 64.0371 67.4023 c +63.2446 53.0938 86.5396 55.9033 82.2642 72.4365 c +79.2075 84.2441 58.3101 80.5674 59.9341 64.8594 c +61.5044 49.6387 91.2505 50.2549 86.6685 72.8975 c +83.311 89.5156 51.5811 85.2939 55.5737 63.7705 c +S +63.5049 88.0664 m +61.7993 86.9297 63.4102 84.791 64.9771 85.3945 c +69.9492 87.3115 66.0693 94.123 61.6548 91.6357 c +55.0059 87.8887 60.6182 79.5801 66.5215 82.0996 C +76.0728 87.1396 68.9683 98.3184 60.6094 95.2393 c +51.7861 91.9893 52.9326 81.9033 59.9131 78.5811 c +S +62.8633 111.3301 m +64.5991 111.6768 68.5903 111.1553 70.501 110.2891 c +S +77.9116 82.1973 m +78.4819 83.4482 78.6021 84.4561 78.8101 85.7158 c +S +110.3452 44.7471 m +109.0269 42.8965 112.7896 40.2432 114.4897 42.6973 c +117.0161 46.3496 110.9351 50.3984 108.0288 47.0566 c +102.2368 40.4063 112.9292 34.5928 117.8032 40.002 C +123.4907 47.8018 112.3062 57.2793 104.9956 49.7832 c +94.4839 39.0049 115.4165 25.7139 122.5161 39.4434 c +128.8267 51.6445 111.8608 63.208 101.9663 52.6895 c +S +99.7563 38.4004 m +103.1577 31.334 112.0103 26.626 119.8071 31.2578 c +S +123.1313 55.5889 m +117.1138 60.9307 106.7495 62.0645 99.9517 56.3184 c +S +99.2612 63.2461 m +97.9038 62.2832 99.7495 60.2695 101.7749 61.4424 c +105.0728 63.3496 101.9165 69.499 96.8823 66.2012 c +91.8481 62.9023 97.0688 54.8486 103.3179 58.3203 C +112.0024 63.5342 104.6987 74.3428 96.5376 70.7656 c +91.6108 68.6055 90.0874 64.8203 90.7456 61.1758 c +S +110.6558 60.2012 m +114.7749 69.1055 104.6812 80.5488 92.3188 73.2793 c +87.2007 70.2676 86.3511 65.8115 86.8022 61.2871 c +S +36.5093 117.1592 m +37.2734 107.8242 47.3862 99.2109 59.8423 108.335 c +66.8062 113.4375 67.249 120.8467 64.4136 126.9443 C +65.4546 129.5479 65.9883 131.6377 68.7651 133.5459 C +85.0796 147.6055 106.2261 123.5557 89.3491 110.7646 c +71.4517 97.2002 57.9741 121.8828 71.4907 131.0781 c +85.0415 140.2979 97.1323 123.4277 87.5034 114.5771 c +74.8086 102.9063 62.4355 122.7686 76.0562 128.7402 c +84.2124 132.3154 91.3472 120.6396 82.8354 116.1201 C +76.5864 112.3857 70.7085 121.0332 77.4517 124.6143 c +80.8237 126.4072 84.6812 122.1133 81.2925 119.416 c +79.4644 117.958 77.4214 120.2568 78.7808 121.2197 c +S +59.8423 11.1348 m +66.8062 16.2383 67.249 23.6465 64.4136 29.7441 C +65.4546 32.3477 65.9883 34.4375 68.7651 36.3467 C +85.0796 50.4063 106.2261 26.3555 89.3491 13.5645 c +71.4517 0 57.9741 24.6826 71.4907 33.8779 c +85.0415 43.0977 97.1323 26.2275 87.5034 17.377 c +74.8086 5.7061 62.4355 25.5693 76.0562 31.54 c +84.2124 35.1152 91.3472 23.4395 82.8354 18.9199 C +76.5864 15.1865 70.7085 23.834 77.4517 27.415 c +80.8237 29.208 84.6812 24.9141 81.2925 22.2168 c +S +102.9448 131.0557 m +97.2993 128.6514 94.8472 124.5674 95.7896 116.7891 c +S +106.9458 107.2314 m +114.5405 107.1504 125.3745 114.2422 120.5845 125.4102 c +S +84.9058 77.1367 m +86.4478 78.8936 87.6724 80.0156 89.6128 81.0889 c +S +84.5591 82.3418 m +83.5181 81.8223 83.2544 81.2139 82.0396 80.3477 C +S +118.0063 93.1006 m +116.6509 92.1377 118.6938 89.8398 120.522 91.2969 c +123.9077 93.9932 120.0513 98.2891 116.6763 96.4961 c +109.9351 92.9131 115.8149 84.2676 122.0649 88.001 C +130.5757 92.5205 123.4409 104.1973 115.2847 100.6201 c +101.6646 94.6494 114.0356 74.7871 126.731 86.459 c +136.354 95.3105 124.269 112.1797 110.7192 102.9619 c +97.2017 93.7646 110.5688 69.2275 128.5767 82.6484 c +145.9731 95.6104 125.6772 118.0303 107.8188 106.123 c +99.4858 100.5674 99.6597 89.1123 103.479 83.7295 c +S +24.8638 88.001 m +33.3726 92.5205 26.2412 104.1973 18.0854 100.6201 c +4.4644 94.6494 16.8345 74.7871 29.5303 86.459 c +39.1567 95.3105 27.0684 112.1797 13.5186 102.9619 c +0 93.7646 13.3677 69.2275 31.376 82.6484 c +48.7739 95.6104 28.48 118.0303 10.6167 106.123 c +S +89.9399 100.4238 m +88.5112 99.4131 90.6558 97.001 92.5747 98.5322 c +96.1353 101.3643 92.0806 105.874 88.5444 103.9922 c +81.4614 100.2285 87.6323 91.1504 94.2007 95.0713 C +103.1313 99.8174 95.6431 112.0762 87.0776 108.3213 c +72.7773 102.0518 85.7681 81.1953 99.1011 93.4512 c +106.6792 100.4209 101.4341 112.127 92.3384 113.4619 c +S +78.5239 106.7393 m +71.6758 95.5801 84.2007 77.043 101.3833 88.9277 c +S +107.356 105.7344 m +105.4526 111.1172 100.5854 115.7129 94.645 117.1387 c +S +121.2085 109.2246 m +122.9526 110.708 126.2358 115.4102 125.6948 118.9678 c +S +73.1948 82.9844 m +74.6816 85.4912 75.1987 87.3623 74.9409 89.7549 c +S +42.3296 52.8311 m +40.9707 51.8691 43.0137 49.5713 44.8428 51.0273 c +48.2285 53.7246 44.3716 58.0205 41.001 56.2275 c +34.2598 52.6445 40.1377 43.998 46.3872 47.7314 C +54.8955 52.2529 47.7646 63.9287 39.6055 60.3516 c +25.9849 54.3809 38.3579 34.5186 51.0522 46.1885 c +60.6802 55.04 48.5918 71.9111 35.04 62.6914 c +21.5234 53.4941 34.8911 28.957 52.8994 42.3779 c +70.2974 55.3418 50.0034 77.7617 32.1396 65.8525 c +23.8091 60.2988 24.1558 46.9346 28.6685 42.4219 c +S +40.5474 75.7051 m +38.1909 76.0244 38.2554 71.4424 41.6519 72.6855 c +46.1812 74.3428 42.791 80.6758 38.2227 79.1328 c +31.6851 76.9268 35.0537 66.6143 42.6357 69.4082 C +53.1357 73.4766 47.1992 86.4512 36.7368 83.4102 c +27.894 80.8447 27.7524 70.7734 33.7007 66.7197 c +S +48.5977 68.3008 m +56.5908 75.5742 49.9297 91.7354 36.1191 87.8662 c +S +26.2168 79.749 m +23.9043 74.3887 25.3535 67.9023 30.0439 64.0986 c +S +52.9521 65.8691 m +61.6216 75.2891 54.894 94.8369 38.0415 92.4082 c +S +118.2319 78.6973 m +116.3228 74.1846 118.7524 62.7285 125.0015 60.8203 c +S +113.7192 79.4492 m +110.769 72.5059 114.9351 60.126 120.3149 57.5225 c +S +115.1021 59.6074 m +115.4868 60.6377 115.6411 61.3984 115.7632 62.4521 c +S +112.7212 73.5547 m +107.5757 80.5732 96.8892 83.4697 86.4683 73.1436 c +S +101.9038 83.9443 m +106.1978 83.667 110.3569 82.1416 113.6226 79.4492 c +S +42.9111 105.6162 m +43.249 103.8291 45.4155 103.4365 46 104.9268 c +S +40.7671 107.9521 m +40.0244 107.375 39.2817 106.3145 39.1929 105.1748 c +38.6592 98.333 48.4019 98.666 49.5923 104.3994 C +S +38.3657 111.0107 m +36.8198 110.5391 35.188 108.5801 35.0508 106.1123 c +34.3428 93.3369 53.3516 93.3369 54.2856 105.4326 c +S +36.6733 115.708 m +32.9702 113.2588 31.519 110.7871 30.978 106.6592 c +S +38.0068 93.7256 m +46.1084 89.9961 58.7603 94.1318 58.6157 107.5176 c +S +72.9326 105.6055 m +68.7441 107.8447 63.7339 108.9766 58.6548 107.4844 c +S +72.0347 96.7295 m +68.5029 100.3779 61.9937 101.8555 55.1758 97.0596 c +52.6479 95.2803 51.0278 92.4072 50.9512 89.0996 c +S +72.0269 101.7295 m +68.3223 104.1553 63.5293 104.9521 58.4653 103.3564 c +S +47.3652 92.5967 m +47.2583 92.2266 47.3364 91.8711 47.2417 91.542 c +S +64.4243 113.0654 m +64.4243 111.6768 65.2935 111.8496 65.4668 111.3301 c +S +133.937 83.4102 m +125.0933 80.8447 124.9517 70.7734 130.9019 66.7197 c +S +123.4185 79.749 m +121.106 74.3887 122.5522 67.9023 127.2456 64.0986 c +S +128.6646 117.5586 m +125.8394 115.4941 124.564 112.3652 123.7739 108.5557 c +S +31.4619 117.5586 m +28.6411 115.4941 27.3638 112.3652 26.5728 108.5557 c +S +106.2046 120.6201 m +106.6743 118.5166 109.9194 118.8496 109.27 121.6084 c +108.4331 125.1377 102.9126 124.0723 103.1011 120.4502 c +103.5356 112.2188 113.4487 114.7471 112.7261 121.625 C +112.2026 131.1387 99.2729 128.9482 99.2476 120.042 c +99.2144 106.4258 122.5913 109.8232 116.2397 126.9873 c +S +34.6216 130.1182 m +33.3872 129.2461 35.2407 127.1621 36.8994 128.4834 c +39.9717 130.9307 36.4731 134.8242 33.416 133.2002 c +27.3003 129.9482 32.6323 122.1074 38.3008 125.4941 C +46.0195 129.5938 39.5859 140.1016 32.1504 136.9414 c +20.8984 132.1543 31.019 113.5088 42.5332 124.0947 c +45.3945 126.7256 46.2354 129.5186 45.5479 132.8604 c +S +32.3223 141.1494 m +30.9224 140.7637 29.4746 140.0859 28.0098 139.0625 c +14.8926 129.8984 27.9966 108.8721 44.207 120.6387 c +46.8906 122.585 48.4106 125.5488 49.1055 128.4824 c +S +106.2046 23.4199 m +106.6743 21.3174 109.9194 21.6504 109.27 24.4092 c +108.4331 27.9375 102.9126 26.873 103.1011 23.25 c +103.5356 15.0186 113.4487 17.5479 112.7261 24.4258 C +112.2026 33.9395 99.2729 31.748 99.2476 22.8418 c +99.2144 9.2275 122.5913 12.623 116.2397 29.7881 c +S +102.9448 33.8564 m +97.2993 31.4512 94.8472 27.3682 95.7896 19.5889 c +S +106.9458 10.0313 m +114.5405 9.9512 125.3745 17.043 120.5845 28.21 c +S +51.7861 19.7861 m +55.1714 22.4834 52.3569 27.6455 47.9438 24.9854 c +41.4048 21.0439 47.0806 12.7559 53.3301 16.4912 C +61.0386 20.585 56.4824 31.2646 48.9741 29.9355 c +S +40.6255 21.4189 m +40.2129 14.2021 49.1177 6.5967 57.9951 14.9482 c +62.5376 19.2188 62.521 24.8184 59.9023 28.877 c +S +24.0098 109.2246 m +25.7529 110.708 29.0347 115.4102 28.4937 118.9678 c +S +%AI6_EndPatternLayer +) & +] E +%AI3_EndPattern +%AI3_BeginPattern: (Turtle) +(Turtle) 0.4775 0.1855 73.1367 72.2539 [ +%AI3_Tile +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0.4775 0.1855 m +73.1367 0.1855 L +73.1367 72.2539 L +0.4775 72.2539 L +0.4775 0.1855 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.1074 52.5654 m +60.6074 52.5654 58.9414 52.8975 Y +57.2754 52.2314 L +55.9414 52.3975 L +55.2754 52.7314 L +54.5664 53.7715 L +52.7754 56.3975 L +54.1074 51.5654 L +52.9414 49.7314 L +51.9414 47.8975 L +51.1074 45.7314 L +49.4414 44.7314 L +47.9414 44.2314 L +45.9404 44.5654 L +43.7744 45.0654 L +41.7744 45.5654 L +39.7744 45.7314 L +37.4404 45.3975 L +35.7744 44.7314 35.1074 44.0654 V +40.9404 44.7314 L +43.7744 44.2314 L +46.9404 43.2314 L +49.2754 43.3975 L +51.6074 45.3975 L +52.7754 48.5654 L +54.4414 50.2314 L +55.7754 51.3975 L +58.2754 52.0654 L +60.1074 51.8975 L +64.4414 51.8975 L +66.2754 51.3975 L +67.4414 51.8975 L +65.4414 52.3975 L +61.6074 52.5654 61.1074 52.5654 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +60.7725 53.0654 m +60.2725 53.0654 58.6074 53.3975 Y +56.9414 52.7314 L +55.6074 52.8975 L +54.9414 53.2314 L +54.2324 54.2715 L +52.4414 56.8975 L +53.7725 52.0654 L +52.6074 50.2314 L +51.6074 48.3975 L +50.7725 46.2314 L +49.1074 45.2314 L +47.6074 44.7314 L +45.6064 45.0654 L +43.4404 45.5654 L +41.4404 46.0654 L +39.4404 46.2314 L +37.1064 45.8975 L +35.4404 45.2314 34.7734 44.5654 V +40.6064 45.2314 L +43.4404 44.7314 L +46.6064 43.7314 L +48.9414 43.8975 L +51.2725 45.8975 L +52.4414 49.0654 L +54.1074 50.7314 L +55.4414 51.8975 L +57.9414 52.5654 L +59.7725 52.3975 L +64.1074 52.3975 L +65.9414 51.8975 L +67.1074 52.3975 L +65.1074 52.8975 L +61.2725 53.0654 60.7725 53.0654 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +25.8037 61.8535 m +23.8037 59.3535 L +22.4697 57.3535 L +20.8037 51.8535 L +22.9697 47.5205 L +24.9697 44.5205 L +26.4697 40.6875 L +26.4697 42.5205 L +26.6367 44.5205 L +24.1367 47.1875 L +22.6367 49.1875 L +21.4697 52.0205 L +20.918 52.0518 L +22.918 56.8848 L +24.8037 58.5205 L +25.4697 59.5205 L +25.8037 60.8535 L +26.4697 62.0205 L +25.4697 63.6875 L +25.3037 65.0205 L +23.0977 72.666 L +22.7432 72.666 L +22.9043 70.2725 24.3037 65.0205 Y +25.8037 61.8535 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +25.3037 62.1865 m +23.3037 59.6865 L +21.9697 57.6865 L +20.3037 52.1865 L +22.4697 47.8535 L +24.4697 44.8535 L +25.9697 41.0205 L +25.9697 42.8535 L +26.1367 44.8535 L +23.6367 47.5205 L +22.1367 49.5205 L +20.9697 52.3535 L +21.3037 53.1865 L +23.3037 58.0205 L +24.3037 58.8535 L +24.9697 59.8535 L +25.3037 61.1865 L +25.9697 62.3535 L +24.9697 64.0205 L +24.8037 65.3535 L +22.6934 72.666 L +22.2695 72.666 L +22.5254 70.1494 23.8037 65.3535 Y +25.3037 62.1865 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.5166 63.3164 m +33.2129 63.2266 29.7197 61.4365 25.584 59.8848 C +21.334 52.3848 L +25.6104 43.2324 L +27.4961 44.9678 34.5439 45.8564 38.7939 45.8564 c +43.3213 45.8564 48.6631 44.3379 Y +53.4707 53.4365 L +47.9707 60.9365 L +45.7734 61.7598 39.4971 63.3965 36.5166 63.3164 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3333 0.7961 0.5176 0.5647 0.2706 0.1294 0.1529 Xa + 0.3333 0.7961 0.5176 0.5647 0.2706 0.1294 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.7334 62.1865 m +34.2598 62.1201 31.5557 61.4375 28.9414 60.7783 C +27.1553 60.3398 26.7988 60.2529 V +26.6035 59.9082 23.0566 53.6484 22.7969 53.1914 C +23.0586 52.7471 26.8857 46.2471 27.3184 45.5117 C +29.3018 46.4971 35.2031 46.9365 38.7822 46.9365 c +42.6953 46.9365 46.7793 46.1113 47.9971 45.7695 C +48.3545 46.3311 52.5371 52.9004 52.8643 53.417 C +52.4961 53.9189 48.1475 60.6943 47.9707 60.9365 C +45.7764 61.7168 39.6777 62.2666 36.7334 62.1865 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.7471 61.6865 m +34.3271 61.6211 31.6514 60.9463 29.0635 60.293 C +29.0605 60.292 27.6045 59.9346 27.1279 59.8184 C +26.9336 59.4756 23.0557 53.6465 22.7969 53.1914 C +23.0586 52.748 27.1572 46.7705 27.5342 46.1299 C +29.9609 47.0957 35.5693 47.4365 38.7822 47.4365 c +42.4609 47.4365 46.2539 46.7568 47.7725 46.3486 C +48.1221 46.8965 51.9336 52.8848 52.2588 53.3965 C +51.9092 53.874 47.8428 60.2637 47.6631 60.5078 C +45.416 61.2695 39.5703 61.7627 36.7471 61.6865 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.7607 61.1865 m +34.3926 61.1221 31.7461 60.4541 29.1855 59.8086 C +29.1797 59.8066 27.7334 59.4521 27.4561 59.3838 C +27.3281 59.1572 24.2129 53.6621 23.9512 53.2012 C +24.2109 52.7598 27.4053 47.334 27.7607 46.7305 C +30.5088 47.6777 35.835 48.499 38.7822 48.499 c +42.3057 48.499 45.8623 47.3584 47.5449 46.9199 C +47.8828 47.4512 51.9375 52.8896 52.2588 53.3965 C +51.9248 53.8506 47.2373 59.3994 47.0527 59.6504 C +44.7568 60.3945 39.4648 61.2598 36.7607 61.1865 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.3447 61.0615 m +36.0322 60.9365 L +33.7178 60.874 31.8408 59.9629 29.3076 59.3232 C +29.3066 59.3232 28.2207 59.0566 27.7842 58.9502 C +27.5918 58.6094 24.4746 53.6973 24.2197 53.249 C +24.4707 52.8232 27.6787 47.8555 27.9941 47.3193 C +30.998 48.2471 36.083 48.6865 38.7197 48.6865 c +42.0352 48.6865 45.3994 47.9717 47.3135 47.4893 C +47.6182 47.9668 51.6582 52.9463 51.9707 53.4365 C +51.6084 53.9287 46.9346 58.9658 46.75 59.2178 C +44.4395 59.9346 40.957 61.1328 38.3447 61.0615 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.7822 60.499 m +36.7197 60.5615 L +34.459 60.5 31.9365 59.4707 29.4297 58.8379 C +29.4229 58.8369 28.3906 58.584 28.1123 58.5156 C +27.9219 58.1797 25.3574 53.6553 25.1055 53.2109 C +25.3594 52.7793 27.9199 48.4307 28.2383 47.8896 C +31.3633 48.7744 36.1709 49.1865 38.7197 49.1865 c +41.7939 49.1865 44.8965 48.5908 47.082 48.0557 C +47.4092 48.5693 50.1875 52.9346 50.4424 53.3369 C +50.085 53.8252 46.6445 58.5166 46.4521 58.7783 C +44.1162 59.4775 40.2891 60.5674 37.7822 60.499 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.8154 59.1865 m +34.6611 59.1289 32.1279 58.4883 29.6787 57.8701 C +29.6738 57.8682 28.916 58.0781 28.5947 57.999 C +28.4082 57.6689 26.5059 53.6543 26.2598 53.2207 C +26.4951 52.8223 28.459 49.4863 28.7344 49.0176 C +31.9961 49.8164 36.4746 50.1865 38.7197 50.1865 c +41.0293 50.1865 43.6904 49.8291 46.6025 49.1631 C +46.9111 49.6494 49.5928 53.0156 49.7832 53.3115 C +49.4336 53.7881 46.0498 57.6348 45.8594 57.8936 C +43.5146 58.5518 39.1416 59.25 36.8154 59.1865 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.8291 58.6865 m +34.7266 58.6299 32.2227 57.9971 29.8008 57.3848 C +29.8018 57.3848 29.8027 57.3848 Y +29.7998 57.3848 29.2881 57.2588 29.0967 57.2129 C +28.9033 56.8701 26.8799 53.3008 26.8369 53.2256 C +27.0771 52.8174 28.6963 50.0674 28.9854 49.5762 C +32.2842 50.334 36.6074 50.6865 38.7197 50.6865 c +40.9229 50.6865 43.5039 50.3467 46.3613 49.7158 C +46.6611 50.1875 48.459 53.0127 48.626 53.2764 C +48.2803 53.7461 45.7549 57.1914 45.5645 57.4502 C +43.209 58.0918 39.0537 58.748 36.8291 58.6865 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.5947 57.6865 m +36.7197 57.749 L +34.6709 57.6943 32.3623 57.2471 29.9668 56.6416 c +29.9541 56.6387 29.4736 56.5215 29.4688 56.5205 C +29.2881 56.2012 27.6963 53.3916 27.458 52.9727 C +27.6904 52.5791 29.0049 50.3457 29.2822 49.874 C +32.6025 50.5947 36.7744 50.9287 38.7637 50.9287 c +40.8633 50.9287 43.3652 50.6064 46.1631 50.0078 C +46.4404 50.4443 47.7803 52.5527 48.0635 52.999 C +47.7256 53.4609 45.5029 56.4902 45.3145 56.748 C +42.9932 57.3613 39.75 57.7461 37.5947 57.6865 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.8564 57.6865 m +34.8643 57.6328 32.416 57.0146 30.0498 56.416 c +30.0381 56.4131 29.7715 56.3486 29.7529 56.3438 C +29.5762 56.0322 28.2236 53.6455 27.9912 53.2354 C +28.2324 52.8262 29.3721 50.1836 29.4072 50.124 C +32.7354 50.8086 36.8457 51.6865 38.7197 51.6865 c +40.7188 51.6865 43.2959 51.0664 46.0322 50.499 C +46.2607 50.8594 47.1699 52.8506 47.416 53.2363 C +47.1426 53.6074 45.1689 56.2988 44.9775 56.5596 C +42.6572 57.1563 38.9131 57.7432 36.8564 57.6865 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.7197 26.6875 m +32.8447 26.6875 L +31.0947 26.6875 L +28.2197 26.4375 L +26.5947 25.4375 L +26.4697 26.8125 L +25.3447 29.3125 L +24.3447 30.0625 L +22.7197 33.1865 L +21.9697 34.3115 L +19.4697 34.4365 L +16.9697 33.9365 L +15.2197 33.0615 L +12.5947 32.9365 L +10.2197 33.1865 L +11.8447 32.4365 L +14.2197 32.4365 L +16.5947 33.0615 L +18.7197 33.6865 L +21.3447 33.3115 L +22.8447 31.8115 L +23.2197 29.5625 L +24.7197 28.9375 L +25.3447 26.3125 L +25.7197 22.6875 L +27.5947 24.6875 L +28.4697 25.3125 L +31.4697 25.8125 L +35.2197 26.1875 L +36.8447 26.9375 L +38.5947 27.0625 L +36.3447 27.4375 L +34.7197 26.6875 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +34.7197 27.1875 m +32.8447 27.1875 L +31.0947 27.1875 L +28.2197 26.9375 L +26.5947 25.9375 L +26.4697 27.3125 L +25.3447 29.8125 L +24.3447 30.5625 L +22.7197 33.6865 L +21.9697 34.8115 L +19.4697 34.9365 L +16.9697 34.4365 L +15.2197 33.5615 L +12.5947 33.4365 L +10.2197 33.6865 L +11.8447 32.9365 L +14.2197 32.9365 L +16.5947 33.5615 L +18.7197 34.1865 L +21.3447 33.8115 L +22.8447 32.3115 L +23.2197 30.0625 L +24.7197 29.4375 L +25.3447 26.8125 L +25.7197 23.1875 L +27.5947 25.1875 L +28.4697 25.8125 L +31.4697 26.3125 L +35.2197 26.6875 L +36.8447 27.4375 L +38.5947 27.5625 L +36.3447 27.9375 L +34.7197 27.1875 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +70.9707 38.6865 m +72.2207 43.6865 L +71.5957 46.3115 L +69.9707 49.9365 L +70.5957 46.9365 L +71.8457 43.4365 L +70.5957 38.3115 L +70.3457 35.9365 L +68.8457 35.5615 L +67.4707 34.5615 L +64.3457 34.4365 L +61.4707 34.8115 L +59.9707 34.5615 L +57.0957 34.3115 L +54.7207 35.1865 L +53.5957 37.0615 L +52.3457 39.1865 L +51.9707 41.0615 L +51.2207 42.4365 L +51.0957 40.6865 L +52.3457 37.4365 L +53.4707 36.4365 L +53.9707 34.9365 L +55.4707 33.9365 L +56.8457 33.8115 L +59.0957 33.6865 L +61.8457 34.4365 L +64.3457 33.9365 L +66.8457 34.0615 L +69.2207 34.5615 L +70.7207 35.6865 L +72.8594 36.335 L +71.3828 37.1465 L +70.9707 38.6865 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +71.0957 46.5615 m +69.4707 50.1865 L +70.0957 47.1865 L +71.3457 43.6865 L +70.0957 38.5615 L +70.4609 36.8145 L +69.8457 36.1865 L +68.3457 35.8115 L +66.9707 34.8115 L +63.8457 34.6865 L +60.9707 35.0615 L +59.4707 34.8115 L +56.5957 34.5615 L +54.2207 35.4365 L +53.0957 37.3115 L +51.8457 39.4365 L +51.4707 41.3115 L +50.7207 42.6865 L +50.5957 40.9365 L +51.8457 37.6865 L +52.9707 36.6865 L +53.4707 35.1865 L +54.9707 34.1865 L +56.3457 34.0615 L +58.5957 33.9365 L +61.3457 34.6865 L +63.8457 34.1865 L +66.3457 34.3115 L +68.7207 34.8115 L +70.2207 35.9365 L +71.5303 36.2617 L +70.4707 38.9365 L +71.7207 43.9365 L +71.0957 46.5615 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.9697 43.9365 m +33.2988 43.751 27.9785 42.8154 27.1035 42.9717 C +23.3076 36.084 23.3076 35.6836 v +23.3076 35.2832 27.1035 25.9668 Y +29.3428 26.7305 35.582 27.9941 38.3389 27.9414 c +42.8047 27.8535 49.9707 26.0625 Y +53.3711 35.6836 L +49.2754 43.3975 L +45.6895 44.501 39.6162 44.002 37.9697 43.9365 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3333 0.7961 0.5176 0.5647 0.2706 0.1294 0.1529 Xa + 0.3333 0.7961 0.5176 0.5647 0.2706 0.1294 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.9893 43.4375 m +35.3711 43.333 32.1396 42.6582 30.002 42.2109 c +28.8818 41.9766 28.3086 41.8623 27.9629 41.8262 C +26.4531 38.9678 24.9307 35.9873 24.7393 35.4297 C +24.9326 34.7734 26.7959 30.5576 28.0791 27.709 C +30.5107 28.4453 35.2793 29.2383 37.9795 29.1875 c +41.8408 29.1113 47.1006 27.9043 48.6445 27.5313 C +48.9043 28.3008 51.376 35.6084 51.4971 35.9668 C +51.3291 36.3047 48.7998 41.4014 48.6211 41.7646 C +45.0264 42.835 39.5439 43.499 37.9893 43.4375 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.0088 42.9375 m +35.4326 42.835 32.2256 42.165 30.1045 41.7217 C +28.8467 41.4854 28.2939 41.3809 V +26.7422 38.4375 25.5313 36.0391 25.2764 35.4121 C +25.5723 34.5908 26.9785 31.376 28.3643 28.2949 C +30.9287 29.0137 35.3721 29.7363 37.9893 29.6875 c +41.6006 29.6172 46.3936 28.5742 48.3164 28.123 C +48.5781 28.8945 50.9238 35.8311 50.957 35.9307 C +50.791 36.2666 48.4541 40.9766 48.2725 41.3408 C +44.7324 42.3604 39.4688 42.9951 38.0088 42.9375 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.0283 42.4375 m +35.4912 42.3369 32.3115 41.6719 30.207 41.2324 C +30.1992 41.2305 28.7803 41.668 28.3047 41.5791 C +26.9268 38.96 26.1475 36.1436 25.8203 35.3984 C +26.1484 34.541 27.2607 31.9766 28.6514 28.8789 C +31.2617 29.5625 35.5303 31.2363 38.1367 31.1865 c +41.5566 31.1201 45.8525 29.1992 47.9863 28.7109 C +48.2373 29.4551 50.8389 35.5811 50.957 35.9307 C +50.8047 36.2383 48.1045 40.5547 47.9268 40.9141 C +44.4434 41.8857 39.3955 42.4922 38.0283 42.4375 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +39.4697 42.0205 m +38.0479 41.9385 L +35.5586 41.8389 32.4092 41.1816 30.3252 40.7461 C +30.3223 40.7461 28.9023 41.1826 28.6357 41.1328 C +27.4209 38.8203 26.7471 36.2158 26.3691 35.3896 C +26.5137 35.0566 28.6641 30.1045 28.9443 29.459 C +31.5537 30.1045 35.5801 31.2344 38.1367 31.1865 c +41.3643 31.124 45.2734 29.8262 47.6553 29.293 C +47.8975 30.0127 50.1963 35.542 50.3018 35.8535 C +50.1465 36.168 47.7549 40.1348 47.582 40.4863 C +44.1602 41.4102 40.748 42.0703 39.4697 42.0205 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.0674 41.4385 m +35.6172 41.3418 32.4941 40.6885 30.4277 40.2568 c +30.4111 40.2539 29.1953 40.7295 28.9697 40.6865 C +28.7793 40.3105 27.0938 35.7129 26.9209 35.374 C +27.083 35 28.9629 30.6709 29.2393 30.0342 C +31.7969 30.6377 35.6807 31.6504 38.2197 31.6035 c +41.2031 31.5459 44.6387 30.4619 47.3242 29.875 C +47.5264 30.4717 49.2168 35.4668 49.3379 35.8223 C +49.2881 35.9209 47.4238 39.6807 47.2363 40.0566 C +43.8809 40.9346 39.2588 41.4863 38.0674 41.4385 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1064 40.4404 m +35.7441 40.3457 32.6738 39.7041 30.6426 39.2803 C +30.6436 39.2803 30.2354 39.2031 29.959 39.1514 C +29.7695 38.7773 28.1807 35.6455 28.0264 35.3408 C +28.1816 34.9814 29.2715 31.2168 29.5352 30.6084 C +31.0762 30.9424 35.0732 32.2422 38.0381 32.1865 c +40.2891 32.1426 43.5313 31.1709 46.9912 30.4502 C +47.2002 31.0703 48.1445 35.4189 48.2578 35.75 C +48.0996 36.0674 47.0703 39.2666 46.8926 39.625 C +43.6807 40.4141 39.1328 40.4795 38.1064 40.4404 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.126 39.9404 m +35.8086 39.8467 32.7656 39.2129 30.752 38.792 c +30.7295 38.7881 30.4238 38.7295 30.2939 38.7051 C +30.1309 38.3838 28.7539 35.6699 28.5791 35.3242 C +28.7344 34.9658 29.9316 32.208 30.1279 31.7549 C +31.7969 32.1045 35.2207 32.7393 38.0479 32.6865 c +40.21 32.6436 43.0029 32.2725 46.3242 31.5996 C +46.5469 32.2559 47.6045 35.3848 47.7168 35.7139 C +47.5625 36.0254 46.3828 38.4043 46.207 38.7568 C +43.0752 39.5039 39.0742 39.9766 38.126 39.9404 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1455 39.4414 m +35.8711 39.3496 32.8535 38.7207 30.8574 38.3037 c +30.8525 38.3027 30.7402 38.2813 30.6289 38.2598 C +30.4473 37.9023 29.3047 35.6504 29.1318 35.3076 C +29.2617 35.0068 30.0781 32.5371 30.3027 32.0205 C +32.1611 32.3965 35.4092 33.2363 38.0576 33.1865 c +40.1299 33.1455 42.4727 33.3672 45.6543 32.7402 C +45.8604 33.3477 47.085 35.4053 47.1768 35.6777 C +47.0381 35.9561 46.0264 37.9951 45.8652 38.3203 C +42.8193 39.0254 39.0205 39.4746 38.1455 39.4414 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1367 38.9365 m +35.9014 38.8457 32.9229 38.7275 30.9443 38.3145 C +30.7686 37.9678 29.833 36.1211 29.6641 35.79 C +29.8037 35.4688 30.2266 33.3691 30.4502 32.8525 C +32.5264 33.2588 35.6035 34.2314 38.0479 34.1865 c +40.0322 34.1465 42.5928 33.8223 45.6348 33.2393 C +45.8369 33.8379 46.5137 35.834 46.6172 36.1416 C +46.4707 36.4346 45.6719 38.0459 45.5049 38.3818 C +42.5469 39.0459 39.9414 39.2656 38.1367 38.9365 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.2754 52.7314 m +52.0195 44.1035 L +54.584 35.835 L +68.5664 33.9707 69.6152 36.5947 v +69.8828 37.2617 70.9707 44.9365 Y +67.7207 51.6865 L +56.6074 51.7979 55.2754 52.7314 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.4004 51.3623 m +56.0518 50.7012 52.7588 44.4365 52.5674 44.0723 C +52.7178 43.6855 55.2334 37.2334 55.4385 36.709 C +60.7041 36.1621 68.1406 36.084 68.7549 37.6221 c +68.9346 38.0703 69.8711 42.2363 70.4453 44.875 C +70.3086 45.1582 67.6738 50.6299 67.416 51.168 C +65.3828 51.0449 58.584 50.7002 56.4004 51.3623 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.667 50.7979 m +56.3506 50.1963 53.2334 44.2656 Y +53.1748 44.1533 53.1172 44.042 V +53.2666 43.6582 55.5879 37.7041 55.791 37.1826 C +62.5488 36.5107 67.4932 37.1719 67.8389 38.0342 c +67.9785 38.3838 69.2207 41.6123 69.9199 44.8135 C +69.7793 45.1055 67.2324 50.3965 67.1084 50.6504 C +64.8945 50.5215 59.1299 50.2617 56.667 50.7979 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.9424 50.248 m +56.6406 49.6729 53.6768 44.0332 Y +53.667 44.0156 53.666 44.0117 V +53.8125 43.6367 55.7803 37.9238 55.9707 37.4365 C +62.7588 36.792 67.3428 37.5479 67.8389 38.0342 C +67.9785 38.4443 68.6582 41.3867 69.3945 44.752 C +69.2588 45.0322 67.3389 50.1709 67.1084 50.6504 C +64.7295 50.5186 59.5049 49.8076 56.9424 50.248 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.2285 49.7178 m +56.9531 49.1934 54.3838 44.3047 54.2139 43.9805 C +54.3584 43.6094 56.3086 38.6094 56.4932 38.1328 C +62.876 37.5557 66.7588 38.0459 67.4131 38.375 C +67.5791 38.9668 68.1367 41.3516 68.8682 44.6914 C +68.7334 44.9688 66.7432 49.1045 66.4961 49.6191 C +63.9414 49.4834 59.7666 49.3545 57.2285 49.7178 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.5166 49.1914 m +57.2998 48.7793 56.7285 47.6885 Y +54.9541 44.3125 54.7627 43.9502 V +54.9092 43.5771 56.6465 39.1211 56.8457 38.6094 C +62.8125 38.0967 66.2041 38.5322 66.9922 38.7686 C +67.0996 39.2295 68.2725 44.3311 68.3418 44.6318 C +68.2129 44.8994 66.5342 48.8721 66.3027 49.3535 C +63.9932 49.2373 60.082 48.8799 57.5166 49.1914 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.8057 48.667 m +57.6074 48.2891 57.1699 47.4561 Y +54.9531 44.3115 54.7627 43.9502 V +54.9131 43.5635 57.1074 39.3135 57.1953 39.0879 C +62.5215 38.6543 65.5879 38.9795 66.5752 39.1904 C +66.6963 39.7119 67.75 44.2852 67.8164 44.5732 C +67.6885 44.8359 66.3623 48.5518 66.1367 49.0205 C +64.0498 48.9209 60.3457 48.4023 57.8057 48.667 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.0967 48.1465 m +57.9209 47.8125 57.6123 47.2246 Y +56.0488 44.2471 55.8613 43.8887 V +56.0088 43.5107 57.4248 39.874 57.5449 39.5674 C +62.6367 39.1748 65.3135 39.4844 66.1631 39.624 C +66.291 40.1748 67.2207 44.2129 67.2881 44.5146 C +67.1543 44.7959 65.7422 47.7295 65.5713 48.0811 C +63.6914 47.998 60.5781 47.9229 58.0967 48.1465 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.2803 34.6211 m +52.0518 26.9375 L +52.7207 18.4785 53.2207 18.3125 v +53.7207 18.1445 57.3975 18.2539 59.8975 17.9199 c +62.3975 17.5859 66.7295 18.0723 Y +69.7207 26.6875 L +70.1699 34.3467 L +62.2207 32.6865 L +54.2803 34.6211 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.2041 32.1816 m +55.2803 33.9385 54.584 34.0605 V +54.3096 33.4209 52.6914 27.1563 52.5752 26.8887 C +53.2754 23.6875 54.1504 20.2305 54.5 19.5684 C +54.7461 19.5313 55.3418 19.5176 55.9209 19.5078 c +57.0742 19.4883 58.6514 19.4609 60.1182 19.2656 c +62.1738 18.9922 65.6289 19.4844 66.6006 19.6348 C +66.7871 20.1387 69.1338 26.543 69.21 26.748 C +69.1875 26.957 68.6211 32.0469 68.5293 32.8838 C +67.6748 32.7891 62.2041 32.1816 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.1885 31.6768 m +56.3535 32.6943 55.6592 32.8154 V +55.3906 32.1826 53.2139 27.1094 53.0996 26.8398 C +53.7949 23.6758 54.5195 20.8906 54.8535 20.0508 C +55.207 20.0371 55.9307 20.0078 Y +57.0928 19.9883 58.6885 19.9609 60.1846 19.7617 c +62.0264 19.5156 65.0264 19.9082 66.2334 20.0879 C +66.4209 20.5957 68.625 26.6016 68.7002 26.8086 C +68.6777 27.0176 68.1777 31.5098 68.0879 32.332 C +67.2432 32.2383 62.1885 31.6768 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.1885 31.6768 m +56.6543 32.1348 55.9639 32.2549 V +55.6963 31.6299 53.9824 27.6309 Y +53.3965 26.9844 53.3018 26.7695 V +53.9131 24.0059 54.8682 21.5547 55.2207 20.5371 C +55.5381 20.5234 55.9502 20.5059 Y +57.125 20.4863 58.7324 20.459 60.251 20.2559 c +61.9043 20.0371 64.9053 20.084 66.2207 20.2695 C +66.4053 20.7793 68.1152 26.666 68.1914 26.8711 C +68.167 27.0762 67.8916 31.3828 67.8027 32.1865 C +66.9678 32.0947 62.1885 31.6768 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.1582 30.667 m +56.9531 31.5752 56.2666 31.6943 V +56.0039 31.0762 54.4424 27.4336 Y +54.4424 27.4355 L +54.2334 26.9492 54.1465 26.7461 V +54.6846 24.3262 55.2393 22.1406 55.5928 21.0215 C +55.7832 21.0137 55.9717 21.0059 Y +57.1445 20.9863 58.7656 20.959 60.3174 20.752 c +61.7842 20.5566 64.085 20.8047 65.5039 20.9961 C +65.6885 21.5059 67.6045 26.7285 67.6807 26.9336 C +67.6582 27.1348 67.291 30.4463 67.2041 31.2275 C +66.3828 31.1367 62.1582 30.667 Y +f +62.1416 30.1631 m +57.251 31.0156 56.5713 31.1338 V +56.3096 30.5254 54.9014 27.2383 Y +54.75 26.8809 54.6699 26.6973 V +55.1465 24.5742 55.626 22.6621 55.9717 21.5059 C +55.9746 21.5059 55.9922 21.5059 Y +57.1768 21.4863 58.8057 21.459 60.3838 21.248 c +61.3945 21.1133 63.0879 21.1953 65.1406 21.459 C +65.3291 21.9766 67.0957 26.791 67.1709 26.9941 C +67.1553 27.123 66.8457 29.9209 66.7627 30.6748 C +65.9541 30.585 62.1416 30.1631 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.126 29.6582 m +57.5498 30.4551 56.875 30.5723 V +56.6182 29.9756 55.3623 27.041 Y +55.2627 26.8125 55.1963 26.6563 V +55.2627 26.3887 56.2178 22.5781 56.3643 21.9961 C +57.5254 21.9746 58.9824 21.9395 60.4502 21.7441 c +61.3467 21.625 62.8877 21.6934 64.7764 21.9258 C +64.9385 22.3633 66.585 26.8477 66.6621 27.0566 C +66.6406 27.2461 66.4004 29.4063 66.3213 30.1221 C +65.5293 30.0342 62.126 29.6582 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.126 29.6582 m +57.8682 30.4004 57.9004 29.8877 57.1797 30.0127 C +56.9268 29.4277 55.8213 26.8438 Y +55.7695 26.7227 55.7217 26.6133 V +55.792 26.334 56.6084 23.0801 56.7588 22.4844 C +57.9131 22.459 59.2002 22.4141 60.5166 22.2383 c +61.3057 22.1348 63.0586 21.7266 64.7764 21.9258 C +64.9385 22.3633 66.0752 26.9141 66.1514 27.1172 C +66.1299 27.2988 65.9531 28.9043 65.8799 29.5703 C +65.1074 29.4844 62.126 29.6582 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.0957 28.6465 m +58.1445 29.3379 57.4824 29.4512 V +57.2373 28.8828 56.2832 26.6465 Y +56.2627 26.6035 56.25 26.5703 V +56.3125 26.3164 57.0215 23.4941 57.1553 22.959 C +58.2539 22.9297 59.4043 22.8926 60.582 22.7344 c +61.2666 22.6426 62.5078 22.6934 64.0557 22.8594 C +64.2422 23.3672 65.5674 26.9805 65.6416 27.1797 C +65.6221 27.3496 65.5039 28.4238 65.4375 29.0176 C +64.6885 28.9355 62.0957 28.6465 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.9697 64.9365 m +41.2549 64.9678 48.207 63.0127 Y +50.2002 72.666 L +23.8281 72.666 L +26.4961 62.4053 L +28.1758 63.0107 34.0752 64.915 36.9697 64.9365 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3333 0.7961 0.5176 0.5647 0.2706 0.1294 0.1529 Xa + 0.3333 0.7961 0.5176 0.5647 0.2706 0.1294 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.0322 65.6865 m +40.7236 65.7139 45.8203 64.6123 47.3535 64.3428 C +47.5029 64.9141 48.7695 69.7344 49.54 72.666 C +24.4922 72.666 L +25.4053 69.8877 27.0908 64.7529 27.2939 64.1367 C +29.4219 64.7451 34.3701 65.667 37.0322 65.6865 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.96 66.1367 m +40.335 66.1611 45.0869 64.9336 47.0527 64.6035 C +47.1182 64.8506 48.2549 69.9121 48.8779 72.666 C +24.8682 72.666 L +25.8291 70.1055 27.6797 65.207 27.7588 64.9658 C +30.2393 65.5654 34.5518 66.1191 36.96 66.1367 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.001 66.2178 m +40.2568 66.2422 44.5234 65.8252 46.6182 65.4795 C +46.7695 66.0547 47.8818 70.2852 48.5078 72.666 C +25.5459 72.666 L +26.2656 70.4736 27.7666 65.9023 27.96 65.3135 C +30.4912 65.8945 34.6514 66.2002 37.001 66.2178 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.9541 66.9365 m +40.0215 66.959 43.9268 66.416 46.249 66.043 C +46.4023 66.627 47.4463 70.5957 47.9912 72.666 C +26.042 72.666 L +26.5684 70.7939 27.7461 66.4854 28.2979 65.8877 C +30.915 66.4473 34.7451 66.9209 36.9541 66.9365 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.9541 66.9365 m +39.8506 66.958 43.4883 66.6826 46.1016 66.2666 C +46.167 66.5176 47.251 70.6416 47.7832 72.666 C +26.2832 72.666 L +26.8564 70.9199 28.3594 66.3438 28.4336 66.1172 C +31.1094 66.6748 34.8086 66.9209 36.9541 66.9365 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.9502 67.4365 m +39.7744 67.457 43.2764 67.0098 45.8799 66.6035 C +46.0332 67.1904 47.001 70.8691 47.4736 72.666 C +26.5996 72.666 L +27.1094 71.1113 28.4961 66.8867 28.6367 66.459 C +31.3066 66.9961 34.8545 67.4209 36.9502 67.4365 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.6471 0.8196 0.3137 0.4745 0.2745 0.1451 Xa + 0.1765 0.6471 0.8196 0.3137 0.4745 0.2745 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.9463 67.9365 m +39.1572 67.9531 42.0469 67.6875 45.5098 67.1621 C +45.6689 67.7676 46.5811 71.2393 46.9561 72.666 C +27.126 72.666 L +27.4805 71.584 28.7686 67.6592 28.9766 67.0264 C +31.6719 67.542 34.9463 67.9219 36.9463 67.9365 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +29.6592 68.1543 m +32.2822 68.6094 35.1553 68.9238 36.9385 68.9365 c +38.9619 68.9512 41.6045 68.7236 44.7676 68.2725 C +44.9346 68.9063 45.7568 72.0361 45.9043 72.5967 C +45.8594 72.6123 45.7871 72.6367 45.7002 72.666 C +29.5957 72.666 L +28.9873 72.4512 28.5127 72.2842 28.3262 72.2178 C +28.498 71.6924 29.459 68.7656 29.6592 68.1543 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +29.7959 68.3779 m +32.4229 68.8262 35.208 69.124 36.9375 69.1367 c +38.9102 69.1504 41.5049 68.9297 44.6182 68.4912 C +44.6914 68.7686 45.4492 72.0039 45.6104 72.666 C +30.1963 72.666 L +29.3379 72.3633 28.6826 72.1318 28.5771 72.0947 C +28.6787 71.7832 29.708 68.6475 29.7959 68.3779 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +30.002 68.7129 m +32.5674 69.1406 35.2471 69.4248 36.9346 69.4365 c +38.8613 69.4502 41.3945 69.2334 44.3945 68.8193 C +44.5557 69.4336 45.1914 71.8516 45.3018 72.2725 C +45.1396 72.3281 44.7109 72.4736 44.1436 72.666 C +31.0986 72.666 L +30.0938 72.3115 29.2314 72.0068 28.9541 71.9092 C +29.1426 71.334 29.8379 69.2129 30.002 68.7129 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +30.3457 69.2715 m +32.8389 69.668 35.3311 69.9248 36.9307 69.9365 c +38.7373 69.9492 41.1465 69.7471 44.0205 69.3643 C +44.1426 69.8291 44.5664 71.4404 44.7002 71.9492 C +44.5244 72.0088 43.6582 72.3027 42.5889 72.666 C +32.6016 72.666 L +31.2852 72.2021 29.9521 71.7314 29.5811 71.6006 C +29.667 71.3398 30.1689 69.8086 30.3457 69.2715 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.5947 27.0625 m +35.7627 27.1855 28.6191 24.3203 27.2197 23.4375 C +25.4697 18.1875 L +27.4766 13.582 L +29.8359 8.9609 L +37.9697 10.6855 L +45.7197 8.9355 L +49.7207 13.4355 L +51.3965 18.375 L +48.4707 23.9375 L +40.5752 26.709 41.1543 26.9492 38.5947 27.0625 c +f +38.1982 25.9375 m +35.5381 26.0547 29.1211 23.9297 27.6299 23.0859 C +27.5156 22.7422 26.1133 18.5371 26.0049 18.2109 C +26.1465 17.8848 27.9326 13.7871 27.9346 13.7832 C +27.9414 13.791 30.0693 10.8457 30.6934 9.9805 C +31.2568 10.0742 37.9844 11.1953 Y +45.0088 9.6094 45.542 9.4883 V +45.8887 9.8789 49.0928 13.4824 49.2549 13.668 C +49.3047 13.9121 50.1465 18.1152 50.2002 18.3867 C +50.0957 18.6426 48.2471 23.1582 48.0928 23.5371 C +47.085 23.8828 41.3682 25.7969 38.1982 25.9375 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1768 25.4375 m +35.6826 25.5469 29.6934 23.5879 28.0381 22.7285 C +27.9316 22.4102 26.6465 18.5547 26.54 18.2344 C +26.6807 17.9102 28.3906 13.9883 Y +28.3506 14.0176 28.3389 14.0254 V +28.6455 13.668 29.0801 12.2168 30.6934 9.9805 C +31.2559 10.0742 37.999 11.7051 Y +44.8311 10.1621 45.3643 10.041 V +45.707 10.4277 48.6299 13.7168 48.792 13.8984 C +48.8418 14.1406 49.626 18.0664 49.6807 18.3379 C +49.582 18.5762 47.8682 22.7656 47.7168 23.1367 C +46.3096 23.6133 41.124 25.3086 38.1768 25.4375 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1553 24.9375 m +35.9385 25.0352 30.3213 23.2793 28.4443 22.3652 C +28.3242 22.0059 27.1807 18.5762 27.0752 18.2578 C +27.2148 17.9375 28.8486 14.1875 Y +28.7178 14.3516 L +30.8184 11.502 31.1377 11.0684 V +31.6924 11.1602 38.1367 12.9355 Y +44.6553 10.7148 45.1865 10.5938 V +45.5254 10.9746 48.167 13.9492 48.3281 14.1289 C +48.375 14.3555 49.1074 18.0215 49.1621 18.2871 C +49.0586 18.541 47.8711 22.7598 47.7168 23.1367 C +46.0371 23.6992 40.9004 24.8184 38.1553 24.9375 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1338 24.4375 m +36.0781 24.5293 30.4102 23.2715 28.4443 22.3652 C +28.3242 22.0039 27.7148 18.5957 27.6104 18.2832 C +27.749 17.9629 29.2852 14.4375 29.2998 14.4043 C +29.582 14.0215 31.0713 12 31.3584 11.6113 C +31.9121 11.7031 38.1367 13.2695 Y +44.4785 11.2676 45.0088 11.1465 V +45.3457 11.5273 47.7539 14.2344 47.8643 14.3594 C +47.9092 14.5879 48.5889 17.9766 48.6416 18.2383 C +48.5342 18.4961 47.3535 22.5605 47.3018 22.6875 C +45.6699 23.2266 40.7441 24.3242 38.1338 24.4375 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1123 23.9395 m +36.2871 24.0176 31.4326 22.5859 29.251 21.623 C +29.1377 21.2832 28.2432 18.5977 28.1455 18.3066 C +28.2842 17.9863 29.7539 14.6152 29.7559 14.6094 C +29.7666 14.6113 30.8779 12.2617 31.3584 11.6113 C +31.9102 11.7031 38.1367 14.0195 Y +44.3018 11.8184 44.8311 11.6992 V +45.1045 12.0078 47.2422 14.4121 47.4004 14.5918 C +47.4463 14.8203 48.0713 17.9336 48.1221 18.1875 C +48.0215 18.4336 46.7441 21.5527 46.5908 21.9277 C +44.7012 22.5469 40.5303 23.832 38.1123 23.9395 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.0674 22.9395 m +36.5391 23.0059 32.2422 21.7637 30.0527 20.8672 C +29.9463 20.5488 29.3076 18.6309 29.2158 18.3535 C +29.3535 18.0371 30.6719 15.0098 Y +30.5234 15.1836 L +31.7158 13.627 32.0127 13.2402 V +32.5508 13.3301 38.0723 14.252 Y +43.9492 12.9238 44.4756 12.8047 V +44.7891 13.1582 46.3232 14.8848 46.4727 15.0527 C +46.5195 15.2852 47.0361 17.8594 47.083 18.0879 C +46.9844 18.3281 46.3662 21.1582 46.2168 21.5215 C +44.4688 22.084 40.2539 22.8438 38.0674 22.9395 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.0459 22.4414 m +36.7305 22.498 32.7959 21.416 30.4521 20.4863 C +30.4033 20.3379 29.8506 18.6758 29.751 18.3789 C +29.8877 18.0645 31.1211 15.2305 31.127 15.2168 C +31.3906 14.875 31.9902 14.0918 32.2266 13.7832 C +32.7627 13.873 38.0869 14.7598 Y +43.7725 13.4766 44.2979 13.3574 V +44.6006 13.6992 45.8623 15.1191 46.0088 15.2832 C +46.0508 15.4902 46.5117 17.7832 46.5635 18.0391 C +46.4678 18.2715 45.5986 20.3926 45.4697 20.707 C +43.7881 21.2422 40.1162 22.3496 38.0459 22.4414 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1367 22.2695 m +36.9355 22.3223 33.1602 20.9883 30.8496 20.0977 C +30.666 19.543 31.0107 18.9941 30.8213 18.4258 C +30.9365 18.1602 31.5166 15.5762 31.5605 15.4727 C +31.6191 15.3965 32.1963 14.6426 32.4404 14.3262 C +32.9746 14.4141 38.1016 15.2695 Y +43.5967 14.0293 44.1201 13.9102 V +44.334 14.1523 44.9063 15.3555 45.0527 15.5195 C +45.0947 15.7266 45.9941 17.7422 46.043 17.9883 C +45.9492 18.2188 44.6953 19.7559 44.5527 20.1035 C +42.9365 20.6133 40.0869 22.1836 38.1367 22.2695 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1367 21.9375 m +37.1318 21.9805 33.7129 20.6348 31.2471 19.707 C +31.1455 19.4023 30.9023 18.6719 30.8213 18.4258 C +30.9385 18.1543 31.9473 15.8379 31.9941 15.7285 C +32.0508 15.6543 32.4766 15.1016 32.6543 14.8672 C +33.1865 14.957 38.1162 15.7793 Y +43.4199 14.582 43.9424 14.4629 V +44.1416 14.6875 44.9434 15.5918 45.0811 15.7461 C +45.126 15.9668 45.4736 17.6934 45.5225 17.9375 C +45.4326 18.1582 44.8613 19.5527 44.7236 19.8887 C +43.1758 20.375 39.9736 21.8555 38.1367 21.9375 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.4707 16.6875 m +46.9072 7.293 L +52.3867 4.7695 L +55.6367 3.2695 56.6367 3.5195 v +57.6367 3.7695 60.1367 4.0195 Y +62.4707 7.4355 L +64.6045 10.4805 L +67.4902 17.1602 L +58.9707 15.4375 L +53.4707 16.6875 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.7256 16.1152 m +53.4043 15.5293 48.0742 8.375 47.6113 7.5332 C +48.4004 7.1914 52.585 5.2285 Y +54.084 4.5371 56.0039 3.877 56.5156 4.0039 c +57.4092 4.2285 59.2988 4.4336 59.8545 4.4922 C +60.082 4.8262 61.9375 7.543 62.0127 7.6563 C +62.0557 7.7949 62.9922 10.834 Y +63.0195 10.8965 64.7461 14.2129 65.582 15.8125 C +64.126 15.6191 58.9463 14.9297 Y +54.3672 15.9707 53.7256 16.1152 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.9834 15.543 m +53.6582 14.9512 50.6709 9.5254 Y +49.7393 7.8301 49.376 7.166 V +50.1406 6.834 52.7842 5.6875 Y +54.541 4.877 56.0957 4.4395 56.4004 4.4902 C +57.1836 4.6875 58.6367 4.8633 59.5713 4.9648 C +59.7715 5.2578 61.4795 7.7598 61.5586 7.875 C +61.6006 8.0117 62.5156 10.9805 Y +62.541 11.0508 63.2041 11.6602 65.3027 15.6875 C +63.9043 15.5 58.9238 14.4219 Y +54.6182 15.4004 53.9834 15.543 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.2207 15.1875 m +53.8965 14.5977 51.1113 9.2832 Y +49.8877 7.9629 49.5518 7.3535 V +50.2842 7.0352 52.9834 6.1445 Y +54.7793 5.3184 55.9053 4.5156 56.1367 4.5195 C +56.666 4.6563 57.9014 5.2773 59.2842 5.4316 C +59.4902 5.7305 61.0254 7.9824 61.1035 8.0938 C +61.1416 8.2266 62.0371 11.127 Y +62.082 11.2461 63.6211 12.4551 65.3027 15.6875 C +63.9746 15.5098 58.9004 13.9141 Y +54.8496 15.043 54.2207 15.1875 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.4971 14.4023 m +54.1748 13.8164 51.5488 9.043 Y +51.0742 8.1777 50.7803 7.6465 V +51.4707 7.3477 53.1836 6.6035 Y +54.9131 5.8066 56.1045 5.5117 56.3242 5.4902 C +56.8467 5.6172 57.751 5.7559 59 5.9004 C +59.1514 6.125 60.5664 8.1953 60.6475 8.3145 C +60.6914 8.457 61.5596 11.2754 Y +61.6182 11.4355 62.4531 12.25 63.7207 14.6875 C +62.4824 14.5215 58.876 13.4063 Y +55.1211 14.2598 54.4971 14.4023 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.1367 13.4355 m +54.8164 12.8555 51.9873 8.8008 Y +51.71 8.3008 51.4834 7.8867 V +52.1123 7.6133 53.3828 7.0625 Y +55.0625 6.2891 56.1416 6.0273 56.335 5.9961 C +56.5488 6.0293 58.3379 6.3047 58.709 6.3613 C +58.9121 6.6602 60.1172 8.4238 60.1924 8.5332 C +60.2334 8.6719 61.082 11.4219 Y +61.0879 11.4375 61.9795 13.0488 62.3867 13.8535 C +61.2793 13.7051 58.8535 12.9004 Y +55.7539 13.2969 55.1367 13.4355 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.0117 13.2598 m +54.6924 12.6836 52.4248 8.5605 Y +52.3057 8.3438 52.1875 8.127 V +52.7295 7.8906 53.582 7.5215 Y +55.251 6.752 56.1797 6.0293 56.335 5.9961 C +56.4863 6.0195 58.1113 6.7754 58.417 6.8223 C +58.5156 6.9668 59.6582 8.6367 59.7373 8.7539 C +59.7793 8.8926 61.082 11.4219 Y +61.1172 12.6445 61.3867 13.1855 V +60.4531 13.0625 59.0527 12.7695 Y +55.6182 13.1211 55.0117 13.2598 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.2666 12.6875 m +54.957 12.125 52.9375 8.4512 52.8906 8.3672 C +53.3018 8.1875 53.7803 7.9785 Y +55.2715 7.293 56.1172 7.0723 56.3721 7.0137 C +56.5264 7.0371 57.8389 7.2383 58.1289 7.2832 C +58.3242 7.5703 59.209 8.8652 59.2832 8.9727 C +59.3252 9.1152 60.1338 11.7402 Y +60.1045 11.5684 L +60.2285 11.8613 60.3242 12.0859 V +59.6445 11.9961 58.8057 11.8848 Y +55.8672 12.5527 55.2666 12.6875 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +65.8027 65.6865 m +68.4707 66.0205 L +72.6553 67.3535 L +72.6553 71.3535 L +72.3643 72.666 L +58.9209 72.666 L +64.7578 68.6299 L +65.8027 65.6865 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +66.0596 66.7881 m +68.1406 67.0479 L +71.5186 68.0879 L +71.5186 71.2061 L +71.1934 72.666 L +59.8916 72.666 L +65.541 69.3877 L +66.0596 66.7881 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +65.8545 69.6729 m +66.2617 67.6465 L +67.8828 67.8496 L +70.6299 68.6592 L +70.6299 71.0918 L +70.2813 72.666 L +62.3154 72.666 L +61.5996 72.4004 61.0664 72.1895 Y +65.8545 69.6729 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +66.1006 69.8965 m +66.417 68.3164 L +67.6807 68.4746 L +69.9385 69.1055 L +69.9385 71.002 L +69.6221 72.4238 L +69.3535 72.5234 68.9668 72.666 V +63.3799 72.666 L +62.5059 72.2324 61.7588 71.832 Y +66.1006 69.8965 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +66.292 70.0703 m +66.5381 68.8379 L +67.5254 68.9619 L +69.3984 69.4541 L +69.3984 70.9326 L +68.6338 72.041 L +67.916 72.377 67.2734 72.666 V +64.9766 72.666 L +63.7969 72.2178 62.2998 71.5537 Y +66.292 70.0703 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0.9668 64.7871 m +4.6338 63.4541 L +7.3008 63.1201 L +7.9668 66.4541 L +11.5713 72.666 L +1.9287 72.666 L +1.6367 71.3535 L +0.9668 64.7871 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.1045 65.5215 m +4.9639 64.4814 L +7.0439 64.2217 L +7.5635 66.8213 L +10.7773 72.666 L +3.0996 72.666 L +2.7744 71.2061 L +2.1045 65.5215 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.9922 66.0928 m +5.2217 65.2832 L +6.8428 65.0801 L +7.9189 69.6729 L +9.9443 72.3076 L +9.7852 72.4639 9.5605 72.666 V +4.0117 72.666 L +3.6621 71.0918 L +2.9922 66.0928 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +4.3545 71.002 m +3.6846 66.5391 L +5.4229 65.9082 L +6.6865 65.75 L +7.6729 69.8965 L +9.252 71.9502 L +9.0645 72.2871 8.8154 72.666 V +5.2178 72.666 L +4.8936 72.5234 4.6699 72.4238 Y +4.3545 71.002 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +4.8936 70.9326 m +4.8936 69.4541 L +5.5791 66.3955 L +6.5645 66.2715 L +7.4814 70.0703 L +8.7119 71.6709 L +8.3604 72.2529 8.0049 72.666 V +6.5 72.666 L +5.8574 72.377 5.1396 72.041 Y +4.8936 70.9326 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.3037 3.6182 m +7.3037 3.2842 2.3037 2.2842 Y +1.7959 0 L +11.2256 0 L +11.9707 1.2842 L +9.3037 3.9512 8.3037 3.6182 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.9736 2.5166 m +7.1934 2.2559 3.2949 1.4766 Y +2.9658 0 L +10.4492 0 L +10.832 0.6963 L +8.7529 2.7764 7.9736 2.5166 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.7158 1.6572 m +7.1074 1.4541 4.0674 0.8467 Y +3.8789 0 L +9.7607 0 L +9.9443 0.2383 L +8.3232 1.8594 7.7158 1.6572 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.7158 1.6572 m +7.2412 1.5 4.6699 0.3555 Y +4.5908 0 L +9.1846 0 L +8.9502 0.4082 8.1201 1.793 7.7158 1.6572 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.4287 0.9932 m +7.0898 0.8809 5.4766 0.1299 5.1973 0 C +8.4541 0 L +8.1563 0.4385 7.6738 1.0752 7.4287 0.9932 c +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +71.0049 35.625 m +72.8027 26.6875 L +69.9941 16.873 L +73.5 15.4111 L +73.5 35.8867 L +71.0049 35.625 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +71.5244 35.2715 m +71.5596 34.5996 73.3086 26.6074 Y +70.9355 17.9395 70.6338 17.1465 V +71.1475 16.9336 72.6777 16.2959 73.5 15.9531 C +73.5 35.1572 L +72.7559 35.2324 71.7861 35.3594 71.5244 35.2715 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.043 34.917 m +72.0693 34.4297 72.999 30.1875 73.5 27.9316 C +73.5 34.6777 L +72.9258 34.8047 72.2227 34.9775 72.043 34.917 C +f +71.2734 17.4219 m +71.6016 17.2852 72.7842 16.793 73.5 16.4951 C +73.5 25.3721 L +72.875 23.0625 71.5049 18.0264 71.2734 17.4219 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +71.2734 17.4219 m +71.6221 17.2764 72.7861 17.0732 73.5 16.9336 C +73.5 24.2705 L +72.7998 22.2627 71.4727 17.9443 71.2734 17.4219 C +f +73.5 31.8242 m +73.5 34.2363 L +73.0762 34.3955 72.6025 34.5771 72.5635 34.5635 C +72.5732 34.373 73.0625 33.1221 73.5 31.8242 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +73.4531 22.7754 m +72.7822 18.5742 72.5527 17.9727 V +72.8311 17.8574 73.1904 17.708 73.5 17.5791 C +73.5 23.0381 L +73.4717 22.8818 73.4531 22.7754 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.0889 64.6865 m +68.0889 63.3535 L +69.4219 59.6865 L +70.4219 54.6865 L +73.5 54.6865 L +73.5 64.1299 L +72.0889 64.6865 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.0664 64.1514 m +71.7793 64.0566 69.4473 63.2793 68.7344 63.041 C +68.999 62.3125 69.8916 59.8574 Y +69.9092 59.7969 70.6006 56.3438 70.832 55.1865 C +71.3379 55.1865 72.8975 55.1865 73.5 55.1865 C +73.5 63.5381 L +72.7871 63.8438 72.1855 64.1006 72.0664 64.1514 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.0439 63.6172 m +71.7725 63.5264 69.3994 63.2627 68.7344 63.041 C +68.9863 62.3457 70.3613 60.0283 Y +70.3701 60.002 71.0166 56.7969 71.2412 55.6865 C +71.7129 55.6865 72.9658 55.6865 73.5 55.6865 C +73.5 63.165 L +72.7188 63.4004 72.1338 63.5791 72.0439 63.6172 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.0215 63.083 m +71.7705 62.999 70.6221 62.6162 70.0254 62.417 C +70.2617 61.7666 70.8311 60.1992 Y +70.8506 60.1416 70.8525 60.1367 71.5557 56.6553 C +71.1943 55.9199 71.2412 55.6865 V +71.6895 55.6865 72.9609 55.9893 73.5 56.123 C +73.5 62.6396 L +72.7227 62.8643 72.1182 63.042 72.0215 63.083 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +71.999 62.5479 m +71.7813 62.4756 71.1611 62.2686 70.6709 62.1045 C +70.8857 61.5137 71.3008 60.3701 Y +71.3369 60.2637 71.3369 60.2637 72.0459 56.7549 C +72.0557 56.7041 72.0596 56.6865 V +72.4375 56.6865 73.1279 56.6865 73.5 56.6865 C +73.5 61.9248 L +72.7568 62.2324 72.1162 62.498 71.999 62.5479 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.2002 61.4336 m +72.0303 61.3867 71.5459 61.251 71.1621 61.1455 C +71.3301 60.7598 71.6553 60.0156 Y +71.6826 59.9463 71.6826 59.9463 72.2373 57.6611 C +72.2451 57.6279 72.2471 57.6172 V +72.5947 57.6172 73.2822 57.6172 73.5 57.6172 C +73.5 60.9697 L +72.9434 61.1689 72.3301 61.3877 72.2002 61.4336 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0.6484 38.1699 m +1.1162 38.0918 2.1211 37.6602 2.7148 37.5615 C +2.5596 38.374 1.7158 40.5293 1.4248 42.0557 C +1.0986 40.4238 0.7637 38.7461 0.6484 38.1699 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +69.4287 54.375 m +72.2305 48.7227 L +73.457 44.0205 L +72.124 37.3535 L +73.5 37.124 L +73.5 53.6533 L +69.4287 54.375 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +72.7158 37.7617 m +72.9141 37.7285 73.1924 37.6826 73.5 37.6309 C +73.5 41.6846 L +73.1855 40.1094 72.8115 38.2402 72.7158 37.7617 C +f +72.7178 48.834 m +72.7227 48.8164 73.1465 47.1904 73.5 45.835 C +73.5 53.127 L +72.1162 53.3477 70.5752 53.5986 70.0674 53.7158 C +70.2598 52.7295 72.7139 48.8584 72.7178 48.834 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +73.2041 48.9492 m +73.2061 48.9424 73.333 48.4561 73.5 47.8145 C +73.5 52.6113 L +72.3721 52.7744 71.1299 52.957 70.7051 53.0547 C +70.875 52.1836 73.1943 49.0039 73.2041 48.9492 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +71.6602 52.4785 m +71.7715 51.9102 73.0166 50.0615 73.5 49.3477 C +73.5 52.1572 L +72.7305 52.2832 71.9346 52.416 71.6602 52.4785 C +f +5.335 16.5391 m +2.4775 25.3535 L +3.4775 34.3535 L +1.6016 35.9658 L +0 35.7988 L +0 27.4014 L +0.1436 26.6875 L +0 26.1865 L +0 15.7617 L +1.335 15.2051 L +5.335 16.5391 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +4.6289 16.8301 m +4.1992 17.6914 1.9619 25.2695 Y +2.8672 33.6201 2.9414 34.1416 V +2.6572 34.3691 1.9854 34.9072 1.7119 35.126 C +1.5283 35.0654 0.7197 35.1729 0 35.2441 C +0 29.6113 L +0.3516 27.9688 0.6494 26.6074 Y +0.373 25.5996 0 24.248 V +0 16.3037 L +0.6494 16.0332 1.2266 15.793 1.3535 15.7402 C +1.6328 15.832 3.8564 16.5723 4.6289 16.8301 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.9238 17.123 m +3.501 17.9746 1.1865 25.4375 Y +1.9072 30.4932 2.0986 31.7656 2.4072 33.9297 C +2.1436 34.1406 1.6279 34.5527 1.6123 34.5654 C +1.4531 34.5127 0.6133 34.7402 0 34.8594 C +0 31.7813 L +0.5107 29.3916 1.1533 26.5293 Y +0.5957 24.457 0 22.2832 V +0 16.8447 L +0.6182 16.5879 1.2275 16.334 1.373 16.2734 C +1.6357 16.3594 3.2148 16.8867 3.9238 17.123 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +1.8711 33.7168 m +1.7275 33.833 1.6533 33.8916 1.5117 34.0049 C +1.4561 33.9863 0.3389 34.4385 0 34.543 C +0 34.2188 L +0.334 33.208 1.4521 30.373 1.5146 29.2051 C +1.6875 30.4248 1.8418 33.5156 1.8711 33.7168 C +f +3.6689 17.248 m +3.2578 18.0664 1.1436 24.668 1.0508 24.8535 C +0.8115 24.2246 0.4102 23.0049 0 21.7295 C +0 17.0957 L +0.6367 16.9717 1.2646 16.8604 1.3936 16.8066 C +1.6611 16.8945 3.3428 17.1387 3.6689 17.248 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.5146 17.707 m +2.21 18.3203 1.7158 23.5 1.1865 24.5625 C +1.0293 24.1504 0.7939 22.7754 Y +0.2822 19.5732 0 18.3604 V +0 17.9287 L +0.5029 17.7197 1.2031 17.4277 1.4121 17.3398 C +1.6064 17.4043 2.0518 17.5527 2.5146 17.707 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +4.4297 55.0205 m +6.3311 61.9639 L +0 64.4619 L +0 54.6865 L +1.0967 54.6865 L +4.4297 55.0205 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +3.9092 55.4707 m +3.875 56.2656 3.6348 61.8096 3.6104 62.3506 C +3.2305 62.5137 1.0762 63.4375 0 63.8984 C +0 55.1865 L +0.5938 55.1865 1.0957 55.1865 Y +1.0957 55.1885 3.0059 55.3799 3.9092 55.4707 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +1.0508 55.6416 m +1.415 55.7207 2.0635 55.7881 3.2813 55.9102 C +3.3564 55.918 3.3887 55.9209 V +3.3555 56.6992 5.8682 61.0996 5.8447 61.6289 C +5.4521 61.7979 1.5439 62.9463 0 63.4199 C +0 55.6865 L +0.5801 55.6865 1.0586 55.6494 1.0508 55.6416 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0.9443 56.1299 m +2.3555 56.3008 2.8691 56.3633 V +2.8369 57.1123 5.0156 60.8877 4.9922 61.4063 C +4.6182 61.5674 1.4014 62.4707 0 62.8848 C +0 55.9248 L +0.5791 56.0537 0.9443 56.1299 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +2.3496 56.8047 m +2.3184 57.5254 3.4512 60.3447 3.4297 60.8486 C +3.0869 60.9951 1.0752 61.8271 0 62.2734 C +0 56.6865 L +0.5254 56.6865 1.0957 56.6865 Y +1.8965 56.75 2.3496 56.8047 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +1.8945 57.6934 m +1.8691 58.1631 1.7559 60.3213 1.7402 60.6484 C +1.4854 60.7402 0.5742 61.0654 0 61.2705 C +0 57.6172 L +0.4248 57.6172 0.9141 57.6172 Y +1.5391 57.6582 1.8945 57.6934 V +f +2.1318 43.6865 m +5.0273 49.6885 L +3.6885 53.1475 L +0 53.8018 L +0 47.0791 L +0.7979 44.0205 L +0 40.0303 L +0 37.2646 L +3.4648 36.6865 L +2.1318 43.6865 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +1.3105 44.0342 m +0.2295 38.626 0.0566 37.7617 V +0.6748 37.6582 2.0293 37.4326 2.8398 37.2979 C +2.6221 38.4375 1.6191 43.708 Y +4.168 49.2969 4.2461 49.5771 V +4.1748 49.791 3.4248 52.3574 3.3027 52.7236 C +3.0791 52.7754 1.4941 53.0205 0 53.2617 C +0 48.9316 L +0.0342 48.876 0.0586 48.8359 0.0586 48.834 C +0.0664 48.8037 1.3105 44.0342 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +0.6484 38.1699 m +1.1162 38.0918 2.1211 37.6602 2.7148 37.5615 C +2.5596 38.374 1.7158 40.5293 1.4248 42.0557 C +1.0986 40.4238 0.7637 38.7461 0.6484 38.1699 C +f +1.5186 45.2168 m +1.957 46.792 3.5166 48.916 3.5762 49.1299 C +3.5107 49.3252 3.0264 51.9707 2.917 52.2998 C +2.709 52.3486 1.2803 52.5449 0 52.7334 C +0 49.7432 L +0.3154 49.2861 0.542 48.9668 0.5449 48.9492 C +0.5488 48.9336 1.1846 46.4971 1.5186 45.2168 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +1.5186 45.2168 m +1.8535 46.4229 2.1855 49.4863 2.2305 49.6465 C +2.165 49.8418 2.5479 51.8262 2.5313 51.875 C +2.3477 51.918 1 52.1279 0 52.2969 C +0 50.6211 L +0.5127 49.8174 1.0293 49.0771 1.0322 49.0615 C +1.0391 49.0361 1.3369 45.9131 1.5186 45.2168 C +f +1.3154 38.958 m +1.2773 38.7637 1.2402 38.5781 V +1.3936 38.5518 2.541 37.5908 2.7148 37.5615 C +2.6348 37.9785 1.6475 41.2568 1.5898 41.5615 C +1.5635 41.4297 1.3154 38.958 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +6.3574 23.1074 m +4.8574 24.6074 L +5.1904 26.9395 L +4.8574 29.7734 L +4.5244 32.9404 L +4.6904 34.2734 L +4.8574 36.2734 L +4.5244 38.4404 L +3.8574 41.6074 L +3.7324 40.0234 3.6074 39.6484 v +3.4824 39.2734 4.3574 36.1484 Y +3.7324 33.5234 L +4.2324 30.8984 L +4.4824 28.1484 L +4.1074 25.1484 L +5.3574 22.8984 L +6.5244 19.9395 L +9.5244 18.7734 L +7.1904 20.2734 L +6.3574 23.1074 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +6.0449 23.4199 m +4.5449 24.9199 L +4.8779 27.2539 L +4.5449 30.0869 L +4.2119 33.2529 L +4.3779 34.5869 L +4.5449 36.5869 L +4.2119 38.7529 L +3.5449 41.9199 L +3.4199 40.3369 3.2949 39.9619 v +3.1699 39.5869 4.0449 36.4619 Y +3.4199 33.8369 L +3.9199 31.2119 L +4.1699 28.4609 L +3.7949 25.4609 L +5.0449 23.2109 L +6.2119 20.2539 L +9.2119 19.0859 L +6.8779 20.5859 L +6.0449 23.4199 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +66.8828 12.1504 m +65.1367 8.6855 L +63.2373 6.5332 L +67.8047 5.3535 L +69.8027 5.0195 L +72.7666 7.7285 L +72.7666 14.0625 L +68.8027 16.3535 L +66.8828 12.1504 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +67.9463 11.873 m +67.9248 11.7969 L +65.6445 8.5391 65.5791 8.4473 V +65.5498 8.373 65.2871 7.7129 65.1045 7.2598 C +65.7217 6.9512 67.8467 5.8906 67.96 5.834 C +68.0742 5.8145 69.1045 5.6426 69.5488 5.5684 C +69.8291 6.0352 72.1475 7.666 72.2666 7.8672 C +72.2666 8.1182 72.2666 13.2432 72.2666 13.7666 C +71.9209 13.959 69.75 15.2559 69.0996 15.6172 C +68.8281 14.7363 67.9463 11.873 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +69.3965 14.8789 m +69.1377 14.043 68.4248 11.7266 Y +68.4014 11.6504 L +68.334 11.5117 L +66.0879 8.3008 66.0215 8.207 V +65.9971 8.1445 64.9756 7.5117 64.8457 7.1855 C +65.4307 6.8926 68.0078 6.3691 68.1172 6.3145 C +68.2207 6.2969 68.9014 6.1836 69.2949 6.1172 C +69.4756 6.418 72.1436 7.6582 72.2666 7.8672 C +72.2666 8.1172 71.7666 12.9541 71.7666 13.4717 C +71.4141 13.667 69.459 14.8457 69.3965 14.8789 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +69.6924 14.1426 m +69.4531 13.3633 68.9014 11.5781 Y +68.8506 11.4316 L +68.7832 11.291 L +68.7461 11.2266 66.0264 7.8203 65.8457 7.5605 C +65.832 7.5273 66.6377 7.168 66.5957 7.0605 C +67.1035 6.8066 68.1748 6.8438 68.2725 6.7949 C +68.3623 6.7813 68.7285 6.7188 69.041 6.668 C +69.2998 7.0977 71.8213 7.9971 71.9346 8.1846 C +71.9346 8.4346 71.2666 12.666 71.2666 13.1768 C +71.085 13.2793 69.9795 13.9824 69.6924 14.1426 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +69.3799 11.4316 m +69.3242 11.2676 L +69.2998 11.2109 69.2324 11.0723 Y +69.2168 11.041 67.6113 8.7383 67.0664 7.957 C +67.5713 7.7051 68.335 7.3223 68.4297 7.2773 C +68.5225 7.2617 68.7695 7.2188 68.7871 7.2168 C +69.0039 7.5762 71.2139 8.5625 71.3164 8.7324 C +71.3164 8.9395 69.8027 11.5625 69.8027 12.8027 C +69.5928 12.1211 69.3799 11.4316 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +5.9199 16.3213 m +2.0225 14.8584 L +1.1299 5.5938 L +3.4346 3.2734 L +6.5684 4.4609 L +9.9023 6.127 L +11.1328 9.2432 L +8.7998 12.5781 L +5.9199 16.3213 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.2637 12.0801 m +7.3242 15.1338 6.0957 14.1328 5.6963 15.4287 C +5.0469 15.0674 2.8682 14.7549 2.5225 14.5625 C +2.5225 14.0391 1.6299 5.9844 1.6299 5.7324 C +1.75 5.5313 3.4082 4.2891 3.6885 3.8223 C +4.1328 3.8965 6.2988 4.9219 6.4121 4.9414 C +6.5244 4.998 8.6494 6.0586 9.2676 6.3672 C +9.0859 6.8203 10.5244 9.2168 10.4951 9.291 C +10.4307 9.3828 9.1563 11.0762 Y +8.2637 12.0801 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.8213 10.0713 m +8.2637 10.9639 L +7.8174 12.75 L +5.8418 13.9229 5.585 14.7588 V +5.5225 14.7256 3.4863 14.7979 3.1338 14.6025 C +3.1338 14.085 1.7412 6.3174 1.7412 6.0674 C +1.8652 5.8584 3.8223 4.542 4.0029 4.2412 C +4.3955 4.3076 6.2627 5.7383 6.3672 5.7559 C +6.4766 5.8115 9.0518 6.334 9.6387 6.6279 C +9.5078 6.9541 10.1846 8.7822 10.1602 8.8447 C +10.0947 8.9375 8.8213 10.0713 Y +f +%AI6_EndPatternLayer +) & +] +[ +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.4824 10.4072 m +7.1475 12.5264 L +5.4902 13.5332 5.25 14.3125 V +4.9619 14.1523 3.7051 14.0752 3.5225 13.9736 C +3.5225 13.4619 1.9629 6.3008 1.9629 6.0508 C +2.0762 5.8633 3.4287 5.1455 3.6875 4.7158 C +4 4.7666 6.0098 5.8887 6.0996 5.9023 C +6.1973 5.9512 7.2686 5.9141 7.7773 6.168 C +7.7344 6.2754 8.541 6.6348 8.5273 6.668 C +8.3457 6.9277 9.5293 8.668 9.4912 8.7324 C +7.4824 10.4072 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +6.1426 11.7461 m +5.9199 12.5264 L +4.6787 12.8496 4.4688 13.5313 V +4.4688 12.291 2.9824 6.7148 2.9824 6.5078 C +3.084 6.3379 3.6953 5.7441 3.9111 5.3848 C +3.9297 5.3867 5.7021 6.7285 5.7959 6.7441 C +5.8887 6.7891 7.1982 6.6953 7.7051 6.9473 C +7.1592 7.7285 8.168 8.7012 8.1514 8.7324 C +6.4775 11.5225 6.1426 11.7461 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +30.2197 70.4365 m +30.4697 70.3535 31.8027 70.5205 Y +31.2197 68.6865 L +29.6592 68.1543 L +27.3027 64.3535 L +29.9697 67.6865 L +32.9697 68.5205 L +34.8867 68.8535 L +36.0527 68.7705 L +36.9424 68.4365 L +37.5527 67.8535 L +37.4697 65.6035 L +37.9697 67.8535 L +39.8867 68.3535 L +41.3867 68.6865 L +43.1367 67.7705 L +47.6367 64.1035 L +43.5527 68.6865 L +43.4697 70.6865 L +43.2197 71.5205 L +44.2197 71.3535 44.4697 71.5205 v +44.5576 71.5791 45.334 72.0654 46.2959 72.666 C +45.1865 72.666 L +44.5527 72.3535 L +42.0508 72.666 L +33.7393 72.666 L +33.4697 72.1865 L +31.7197 71.6035 L +29.4697 72.1035 L +28.1992 72.666 L +27.1074 72.666 L +29.2197 71.4365 L +29.9697 70.5205 30.2197 70.4365 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.0986 72.5947 m +35.3076 71.6904 L +34.8945 70.1826 L +36.9229 69.127 L +39.3037 70.1826 L +38.8906 71.8408 L +37.6504 72.2939 37.0986 72.5947 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.0947 72.3115 m +35.4697 71.5615 L +35.0947 70.3115 L +36.9229 69.127 L +39.0947 70.3115 L +38.7197 71.6865 L +37.5947 72.0615 37.0947 72.3115 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.8027 70.833 m +37.2197 69.9365 L +38.3447 71.0615 L +37.0947 71.6865 L +37.6992 71.333 37.8027 70.833 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +45.7197 7.0605 m +44.0947 8.4355 L +41.0947 8.9355 L +36.9697 8.9355 L +33.5947 8.9355 L +32.3447 7.4355 L +28.7197 7.6855 L +27.8447 9.5605 L +27.0947 12.6855 L +25.0947 15.8125 L +23.8447 17.6875 L +23.2197 20.0625 L +21.9697 19.0625 L +20.8447 18.0625 L +22.9697 18.6875 L +22.9697 17.4375 L +24.0947 15.6875 24.4697 15.5625 v +24.8447 15.4375 26.3447 12.5605 Y +27.4697 8.9355 L +28.0947 7.1855 L +29.9697 6.6855 L +31.8447 6.6855 L +33.5947 7.4355 L +33.8447 8.5605 L +37.0947 8.1855 L +39.8447 8.1855 L +42.8447 7.9355 L +44.3447 7.0605 L +47.0947 4.9355 L +49.8457 4.6855 L +47.5957 5.4355 L +45.7197 7.0605 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +45.8447 7.5605 m +44.2197 8.9355 L +41.2197 9.4355 L +37.0947 9.4355 L +33.7197 9.4355 L +32.4697 7.9355 L +28.8447 8.1855 L +27.9697 10.0605 L +27.2197 13.1855 L +25.2197 16.3125 L +23.9697 18.1875 L +23.3447 20.5625 L +22.0947 19.5625 L +20.9697 18.5625 L +23.0947 19.1875 L +23.0947 17.9375 L +24.2197 16.1875 24.5947 16.0625 v +24.9697 15.9375 26.4697 13.0605 Y +27.5947 9.4355 L +28.2197 7.6855 L +30.0947 7.1855 L +31.9697 7.1855 L +33.7197 7.9355 L +33.9697 9.0605 L +37.2197 8.6855 L +39.9697 8.6855 L +42.9697 8.4355 L +44.4697 7.5605 L +47.2197 5.4355 L +49.9707 5.1855 L +47.7207 5.9355 L +45.8447 7.5605 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +47.4082 52.749 m +53.4707 53.4365 L +47.7832 53.3115 L +46.4697 53.6865 L +45.2822 54.8115 L +44.9775 56.5596 L +47.7832 60.874 L +44.4697 56.8115 L +43.2822 55.9365 L +41.0947 55.999 L +40.2822 56.374 L +39.8447 56.9365 L +39.3447 56.999 L +38.0322 57.249 L +37.6572 61.5615 L +37.2822 62.3115 L +37.0947 61.874 L +37.0947 57.6865 L +37.0947 56.874 L +36.2197 56.4365 L +34.6572 56.374 L +33.1572 55.8115 L +31.8447 55.8115 L +29.5322 56.124 L +26.9697 59.999 26.7988 60.2529 V +28.9072 55.874 L +28.7197 54.9365 28.8447 54.749 V +22.5527 53.2705 L +29.3447 53.749 L +29.3447 51.0615 L +27.2822 45.6865 L +29.5947 50.1865 L +30.4072 51.5615 L +31.2822 52.499 L +31.5322 54.374 L +32.0947 53.624 L +32.3447 52.8115 L +33.8447 52.249 L +34.4072 52.124 L +35.5322 52.499 L +35.2822 54.9365 L +36.6572 55.8115 L +36.5947 54.5615 L +37.2197 53.6865 L +37.8447 53.4365 L +38.4697 53.3115 L +39.0322 53.6865 L +39.6572 55.1865 L +40.3447 55.0615 L +40.9697 54.9365 L +41.7197 54.8115 L +43.0947 54.1865 L +43.2822 52.749 L +44.2197 51.374 L +45.5947 50.999 L +47.9971 45.7695 L +46.0947 51.249 L +46.5322 51.8115 L +47.4082 52.749 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1484 56.7607 m +37.1367 56.5225 L +36.9922 54.9316 L +37.9316 53.8174 L +39.3037 55.0107 L +39.0146 56.7607 L +38.1484 56.7607 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.1572 56.4365 m +37.2822 56.249 L +37.1572 54.999 L +37.9697 54.124 L +39.1572 55.0615 L +38.9072 56.4365 L +38.1572 56.4365 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +51.7207 35.8535 m +44.8867 36.8535 L +45.4697 37.9365 L +49.2754 43.3975 L +44.9697 38.3535 L +43.8027 38.2705 L +42.3027 37.9365 L +41.1367 38.3535 L +40.3867 38.8535 L +38.9697 39.1865 L +38.6367 43.8535 L +37.7197 38.6035 L +36.9697 37.9365 L +36.9697 37.6035 L +35.3867 36.7705 L +28.1367 42.0205 L +34.1367 36.8535 L +24.5527 35.6035 L +33.9697 36.1865 L +27.8867 27.7695 L +34.5527 35.4365 L +36.3867 36.7705 L +38.4697 35.4365 L +37.9795 29.1875 L +38.9697 35.3535 L +40.8867 34.7705 L +42.1367 34.8535 L +42.7197 35.6865 L +48.6445 27.5313 L +43.4697 35.8535 L +44.3027 36.4365 L +51.7207 35.8535 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.6367 38.6865 m +37.7197 37.9365 L +37.5527 37.0205 L +38.5527 35.9365 L +39.4697 35.9365 L +40.3867 36.6865 L +40.7197 37.6865 L +39.9697 38.3535 L +38.6367 38.6865 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2353 0.7922 0.9137 0.651 0.2471 0.1137 0.0431 Xa + 0.2353 0.7922 0.9137 0.651 0.2471 0.1137 0.0431 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.8408 38.6865 m +38.2979 37.9365 L +38.1982 37.0205 L +38.791 35.9365 L +39.334 35.9365 L +39.877 36.6865 L +40.0732 37.6865 L +39.6299 38.3535 L +38.8408 38.6865 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +39.3867 37.9365 m +39.4697 37.1865 L +39.0527 36.6035 L +39.8027 37.1035 L +39.8867 37.8535 39.3867 37.9365 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +50.2002 18.3867 m +44.1367 19.1875 L +43.8027 20.1035 L +48.1367 23.7695 L +43.3867 20.3535 L +42.0527 21.1035 L +40.8027 21.7695 L +40.4697 21.1875 L +39.0527 20.6035 L +38.8027 20.4375 L +37.9697 26.2695 L +38.0527 20.3535 L +36.5527 20.0195 L +34.5527 19.7695 L +33.5527 19.1875 L +32.6367 19.3535 L +31.4697 19.9375 L +27.5527 23.3535 L +31.0527 19.4375 L +32.5527 18.6875 L +25.4697 18.1875 L +32.5527 18.1875 L +30.6934 9.9805 L +33.3027 17.9375 L +34.9697 18.1875 L +35.8027 17.6035 L +36.7197 17.2695 L +37.3867 17.5195 L +37.9844 11.1953 L +38.3027 17.5195 L +39.7197 16.9375 L +40.9697 17.6035 L +45.542 9.4883 L +41.8867 17.8535 L +43.5527 18.3535 L +49.4707 13.7695 L +43.8867 18.6875 L +47.0527 18.4375 L +50.2002 18.3867 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +39.9697 19.1035 m +39.3027 19.4375 L +38.4697 19.5195 L +37.3857 19.2695 L +35.8857 19.0195 L +35.8857 18.1875 L +36.9697 17.6875 L +38.0527 17.7695 L +38.8027 17.9375 39.0527 17.9375 v +39.3027 17.9375 39.8027 17.6875 Y +40.6357 17.6035 L +41.3027 18.1035 L +40.7197 18.2695 L +39.9697 19.1035 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.2353 0.7922 0.9137 0.651 0.2471 0.1137 0.0431 Xa + 0.2353 0.7922 0.9137 0.651 0.2471 0.1137 0.0431 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +39.8867 19.4375 m +39.2197 19.7695 L +38.3867 19.8535 L +37.3027 19.6035 L +35.8027 19.3535 L +35.8027 18.5195 L +36.8867 18.0195 L +37.9697 18.1035 L +38.7197 18.2695 38.9697 18.2695 v +39.2197 18.2695 39.7197 18.0195 Y +40.5527 17.9375 L +41.2197 18.4375 L +40.6367 18.6035 L +39.8867 19.4375 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +38.4697 19.2695 m +38.3867 19.1035 L +37.7197 19.4375 L +36.8027 19.1035 L +37.0527 18.8535 L +37.3857 18.6035 37.8027 18.6035 v +38.2197 18.6035 39.9697 19.0195 Y +39.1367 19.9375 38.4697 19.2695 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +22.8076 0 m +23.2891 0 L +22.8027 1.6855 L +22.6855 1.4131 22.709 0.7871 22.8076 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +22.3525 0 m +22.8857 0 L +22.3027 2.0195 L +22.1699 1.71 22.2168 0.9453 22.3525 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +44.9697 63.3535 m +42.8027 63.8535 L +40.4697 63.8535 L +37.3027 64.0205 L +34.9697 64.0205 L +32.1367 63.8535 L +28.1367 62.8535 L +30.6367 62.6865 32.6367 63.5205 Y +34.8027 63.5205 L +37.8027 63.3535 L +40.4697 63.3535 41.1367 63.3535 v +41.8037 63.3535 44.4697 62.8535 Y +47.3018 62.3535 L +49.3018 62.0205 L +47.3018 63.1865 L +44.9697 63.3535 L +f +50.9707 69.5205 m +50.6074 69.002 L +49.8018 67.8535 L +48.6367 65.3535 L +50.6367 67.3535 L +51.6367 69.8535 L +51.415 72.666 L +50.8838 72.666 L +50.4707 71.1865 L +50.9707 69.5205 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +51.1367 70.1875 m +50.7725 69.6689 L +49.9707 68.5205 L +48.8047 66.0205 L +50.8047 68.0205 L +51.4365 71.9453 L +51.5527 72.666 L +50.9141 72.666 L +50.6367 71.8535 L +51.1367 70.1875 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4697 7.6182 m +23.3027 2.6182 L +23.9834 0 L +50.0771 0 L +50.7207 3.1182 L +37.4697 7.6182 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.3333 0.7961 0.5176 0.5647 0.2706 0.1294 0.1529 Xa + 0.3333 0.7961 0.5176 0.5647 0.2706 0.1294 0.1529 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4727 7.0889 m +37.1641 6.9795 24.7832 2.6104 23.9307 2.3096 C +24.0088 2.0723 24.3047 1.1689 24.6885 0 C +49.3828 0 L +49.7559 1.416 50.0498 2.5361 50.1182 2.7949 C +49.3047 3.0713 37.7822 6.9844 37.4727 7.0889 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.5117 6.9512 m +37.3867 6.9082 34.3252 5.2363 Y +24.6582 2.2432 24.3027 2.1182 V +24.3379 2.0127 24.6602 1.1514 25.0928 0 C +48.7422 0 L +49.0313 1.2773 49.248 2.2354 49.2754 2.3418 C +48.9414 2.4551 37.6396 6.9082 37.5117 6.9512 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4785 6.0303 m +37.1855 5.9268 34.4248 4.9531 Y +26.0234 1.9873 25.1865 1.6924 V +25.2559 1.4814 25.4668 0.8379 25.7422 0 C +48.3506 0 L +48.6318 1.0684 48.8535 1.9082 48.916 2.1465 C +48.1377 2.4102 37.7852 5.9268 37.4785 6.0303 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4824 5.2891 m +37.1895 5.1865 34.5908 4.4805 Y +26.6465 1.6777 25.8145 1.3838 V +25.8779 1.1895 26.0215 0.6738 26.21 0 C +47.834 0 L +48.083 0.9492 48.2734 1.6729 48.3135 1.8232 C +47.5957 2.0674 37.7939 5.1836 37.4824 5.2891 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4824 5.2891 m +37.3584 5.2461 34.6572 4.292 Y +26.4189 1.3848 26.0654 1.2598 V +26.0947 1.1719 26.2549 0.6836 26.4795 0 C +47.626 0 L +47.8652 0.9102 48.0449 1.5938 48.0713 1.6934 C +47.7334 1.8086 37.6094 5.2461 37.4824 5.2891 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4844 4.9717 m +37.1943 4.8701 34.7568 4.0088 Y +27.2695 1.3672 26.4424 1.0752 V +26.498 0.9043 26.6279 0.5088 26.7959 0 C +47.3164 0 L +47.5059 0.7236 47.6563 1.293 47.71 1.5 C +46.9121 1.7715 37.7891 4.8682 37.4844 4.9717 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1765 0.6471 0.8196 0.3137 0.4745 0.2745 0.1451 Xa + 0.1765 0.6471 0.8196 0.3137 0.4745 0.2745 0.1451 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4873 4.4424 m +37.1992 4.3408 34.9229 3.5381 Y +27.8926 1.0566 27.0703 0.7666 V +27.1172 0.625 27.2061 0.3525 27.3223 0 C +46.7988 0 L +46.9551 0.5947 47.0732 1.0439 47.1084 1.1758 C +44.0527 1.5342 37.9033 4.3018 37.4873 4.4424 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4932 3.3838 m +37.2109 3.2842 35.2549 2.5947 Y +29.1367 0.4355 28.3262 0.1494 V +28.3369 0.1172 28.3584 0.0498 28.375 0 C +45.7656 0 L +45.8281 0.2393 45.8779 0.4268 45.9043 0.5283 C +45.1221 0.7949 37.793 3.2822 37.4932 3.3838 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4941 3.1719 m +37.3711 3.1289 35.3213 2.4053 Y +28.9268 0.1494 28.5771 0.0254 V +28.5791 0.0205 28.583 0.0068 28.5859 0 C +45.4678 0 L +45.5557 0.3672 45.6191 0.6348 45.6367 0.7012 C +45.3018 0.8154 37.6201 3.1299 37.4941 3.1719 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +37.4961 2.8545 m +37.2158 2.7559 35.4209 2.1221 Y +30.9707 0.5527 29.4043 0 V +45.248 0 L +45.2705 0.083 45.29 0.1602 45.3018 0.2041 C +44.5264 0.4678 37.7939 2.7539 37.4961 2.8545 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +35.5869 1.6504 m +32.7109 0.6357 30.9063 0 V +44.3506 0 L +42.9121 0.4883 37.7754 2.2314 37.499 2.3252 C +37.2227 2.2285 35.5869 1.6504 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +29.4697 0.0342 m +23.6367 2.6182 L +28.1348 0 L +29.626 0 L +29.4697 0.0342 L +f +44.5527 0.2842 m +41.8867 0.6182 L +41.3867 1.3682 L +40.7207 1.6182 40.3867 1.6182 v +40.0527 1.6182 38.8867 1.4512 Y +38.2197 1.2012 L +37.5527 1.2842 L +37.4697 7.6182 L +36.8027 1.5342 L +36.0527 1.2842 L +35.1367 1.2842 L +34.2197 1.4512 L +33.4697 0.1182 L +33.1143 0 L +45.3408 0 L +47.0059 1.043 50.4707 3.2012 Y +44.5527 0.2842 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.0557 0 m +38.2959 0 L +37.8994 0.1563 37.3994 0.3633 37.0986 0.5264 C +36.0557 0 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +36.5664 0 m +37.6641 0 L +37.4502 0.083 37.2441 0.1689 37.0947 0.2432 C +36.5664 0 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +50.7168 0 m +51.4629 0 L +51.2988 2.082 L +50.7168 0 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +50.71 0 m +51.4561 0 L +52.126 4.1504 L +50.71 0 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +6.9277 51.8955 m +5.0947 52.7285 L +5.9277 53.8955 L +6.0947 55.8955 L +6.4277 59.0615 L +5.2617 57.2285 L +5.0947 55.3955 L +4.2617 52.7285 L +5.2617 51.5615 L +7.0947 51.3115 L +9.2617 51.7285 L +11.2617 52.7285 L +8.0947 52.7285 L +6.9277 51.8955 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +6.4277 51.7705 m +4.5947 52.6035 L +5.4277 53.7705 L +5.5947 55.7705 L +5.9277 58.9365 L +4.7617 57.1035 L +4.5947 55.2705 L +3.7617 52.6035 L +4.7617 51.4365 L +6.5947 51.1865 L +8.7617 51.6035 L +10.7617 52.6035 L +7.5947 52.6035 L +6.4277 51.7705 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +68.7207 65.0615 m +67.0957 64.5615 L +65.2207 64.6865 L +64.4707 67.5615 L +63.7207 69.3115 L +61.5957 70.5615 L +63.2207 69.0615 L +64.0957 67.5615 L +64.8457 64.3115 L +66.0957 63.8115 L +65.5957 62.8115 L +67.0957 59.9365 L +68.2207 56.4365 L +67.5957 60.6865 L +66.7207 62.1865 L +67.0957 63.8115 L +68.7207 65.0615 L +f +70.7207 28.9375 m +70.7207 26.4375 L +69.4707 23.9375 L +69.3457 21.9375 L +69.0957 18.6875 L +68.0957 16.4375 L +68.8457 17.3125 L +69.8457 18.5625 L +69.5957 19.8125 L +70.0957 23.1875 L +70.9707 24.1875 L +71.9707 27.0625 L +70.7207 30.9365 L +70.7207 28.9375 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +70.3457 28.6875 m +70.3457 26.1875 L +69.0957 23.6875 L +68.9707 21.6875 L +68.7207 18.4375 L +67.7207 16.1875 L +68.4707 17.0625 L +69.4707 18.3125 L +69.2207 19.5625 L +69.7207 22.9375 L +70.5957 23.9375 L +71.5957 26.8125 L +70.3457 30.6875 L +70.3457 28.6875 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.7207 17.5625 m +53.8457 17.9375 L +52.8457 17.9375 L +51.4707 19.6875 L +50.7207 21.6875 L +50.3457 24.3125 L +49.3457 24.9375 L +50.7207 26.4375 L +50.8457 28.4375 L +49.9707 26.0625 L +48.5957 25.1875 L +46.5947 26.1875 L +44.7197 26.1875 L +46.3447 25.4375 L +48.4707 24.5625 L +49.7207 23.3125 L +50.8457 19.4375 L +51.8457 18.3125 L +51.9707 16.1875 L +53.5957 17.3125 L +55.7207 16.9375 L +57.4707 16.3125 L +60.4707 16.6875 L +57.7207 16.9375 L +55.7207 17.5625 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 Xa + 0.349 0.2627 0.4078 0.1686 0.549 0.549 0.4706 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.0957 17.9375 m +54.2207 18.3125 L +53.2207 18.3125 L +51.8457 20.0625 L +51.0957 22.0625 L +50.7207 24.6875 L +49.7207 25.3125 L +51.0957 26.8125 L +51.2207 28.8125 L +50.3457 26.4375 L +48.9707 25.5625 L +46.9697 26.5625 L +45.0947 26.5625 L +46.7197 25.8125 L +48.8457 24.9375 L +50.0957 23.6875 L +51.2207 19.8125 L +52.2207 18.6875 L +52.3457 16.5625 L +53.9707 17.6875 L +56.0957 17.3125 L +57.8457 16.6875 L +60.8457 17.0625 L +58.0957 17.3125 L +56.0957 17.9375 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.7061 61.6299 m +10.1611 67.4326 L +14.3027 71.8535 L +14.5059 72.666 L +13.2842 72.666 L +9.4912 68.4375 L +7.7061 61.6299 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +62.708 3.5674 m +61.708 3.9014 58.2588 1.123 Y +59.8838 0 L +72.5117 0 L +71.9893 2.3516 L +63.708 3.2344 62.708 3.5674 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +63.0371 2.4658 m +62.2588 2.7256 59.4873 0.9004 Y +61.0391 0 L +71.3418 0 L +70.9971 1.5439 L +63.8164 2.2061 63.0371 2.4658 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +66.0586 1.7246 m +65.4502 1.9268 61.0664 0.1885 Y +61.4258 0 L +70.4287 0 L +70.2256 0.9141 L +66.666 1.5215 66.0586 1.7246 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +66.0586 1.7246 m +65.667 1.8555 63.001 0.4844 62.0771 0 C +69.7158 0 L +69.6221 0.4229 L +66.5332 1.5674 66.0586 1.7246 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +66.3457 1.0605 m +66.1035 1.1416 64.4512 0.4727 63.334 0 C +68.6621 0 L +68.6338 0.04 L +66.7168 0.9375 66.3457 1.0605 v +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 Xa + 0.4706 0.3804 0.502 0.3843 0.349 0.349 0.298 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +14.3027 3.1855 m +14.1367 4.6855 L +12.3027 5.3516 L +11.9697 7.5186 L +10.4697 10.3516 L +11.3027 7.5186 L +11.8027 4.5186 L +12.9697 3.3516 L +13.3027 0.6855 L +12.6875 0 L +14.3398 0 L +14.6367 1.1855 L +14.3027 3.1855 L +f +70.6367 3.6855 m +68.6367 4.3535 L +66.8027 4.8535 L +64.9707 5.0195 L +63.8027 5.5195 L +61.9707 4.5195 L +58.6367 1.3535 L +62.9707 4.0195 L +63.9707 4.6855 L +66.1367 4.1855 L +67.6367 3.8535 L +70.4707 3.1855 L +72.4707 3.0195 L +73.5 4.3662 L +73.5 5.2412 L +72.4707 4.6855 L +70.6367 3.6855 L +f +2.3438 5.9287 m +0.1777 4.7598 L +0 4.6631 L +0 3.1094 L +0.1777 3.0947 L +2.3438 5.9287 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +70.7207 44.6865 m +66.0527 44.1865 L +64.2207 45.2705 L +63.7207 45.5205 L +63.4707 46.3535 L +67.4707 51.4365 L +66.9707 51.6865 62.8027 45.8535 Y +61.8027 46.0205 L +60.3027 45.8535 L +56.4004 51.3623 L +59.8867 45.5205 L +59.2207 45.2705 L +58.9707 44.6865 L +57.8018 44.5205 L +52.3018 44.1865 L +56.5518 44.1035 L +57.9707 44.1865 L +58.3867 43.2705 L +59.2207 42.4365 L +55.4385 36.709 L +58.9707 40.8535 L +59.8867 42.2705 L +61.3867 42.5205 L +61.8027 42.1035 62.0527 42.0205 v +62.3027 41.9375 62.8867 41.8535 Y +63.5527 42.8535 L +64.3867 42.7705 L +68.8027 37.3535 L +64.8027 43.0205 L +66.3027 43.8535 L +70.7207 44.6865 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.4375 45.7705 m +60.8506 45.625 L +60.0918 45.4375 L +59.1953 43.8809 L +59.8213 42.7705 L +61.7959 42.2139 L +63.0527 42.8809 L +63.9502 43.7705 L +64.1299 45.4375 L +62.7402 45.4922 62.4707 45.6035 v +62.2002 45.7139 61.4375 45.7705 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.4707 45.3535 m +60.9248 45.2441 L +60.2207 45.1035 L +59.3867 43.9365 L +59.9707 43.1035 L +61.7959 42.2139 L +62.9707 43.1865 L +63.8027 43.8535 L +63.9707 45.1035 L +62.7207 45.5195 62.4707 45.6035 v +62.2207 45.6865 61.4707 45.3535 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.1367 43.4365 m +61.1367 44.6865 L +60.3027 44.1865 L +60.9707 43.1865 L +61.4707 43.3535 L +61.9707 43.6865 L +63.0527 44.1035 L +62.1367 44.5205 L +61.1367 43.4365 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +69.9199 34.0137 m +63.5527 27.5195 L +61.8867 26.3535 L +61.2207 26.2695 L +59.8867 26.4375 L +54.9707 34.167 54.584 34.0605 V +58.8867 27.3535 L +58.7207 26.1875 L +57.3018 26.2695 L +52.0518 26.9375 L +57.9707 25.8535 L +57.3867 24.5195 L +56.9707 23.1035 L +54.3018 19.4375 L +57.1367 22.6035 L +58.5527 24.3535 L +59.7207 23.6035 L +61.2207 23.8535 L +61.4707 24.4375 L +61.9707 24.7695 L +63.7207 24.2695 L +66.6006 19.6348 L +64.0527 25.0195 L +69.3867 26.7695 L +62.9707 26.0195 L +63.8867 27.0195 L +69.9199 34.0137 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +61.4707 25.5195 m +60.0527 25.6035 L +59.0527 25.2695 L +59.2207 24.1875 L +60.0527 23.7695 60.3027 23.8535 v +60.5527 23.9375 61.6367 24.1875 61.4707 24.4375 c +61.3027 24.6875 61.4707 25.5195 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +59.4707 25.0195 m +59.5527 24.6855 59.8027 24.6035 v +60.0527 24.5195 60.6367 24.7695 Y +60.7207 25.1875 L +59.8027 25.4375 L +59.4707 25.0195 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.4707 10.7695 m +56.3867 11.4355 L +53.4707 16.6875 L +55.5518 10.9355 L +55.3867 10.1855 L +54.7207 10.1035 L +47.1572 7.543 L +55.2207 9.8535 L +56.2207 8.8535 L +56.0518 3.9355 L +56.7207 8.7695 L +60.1367 4.2695 L +57.4707 9.1035 L +62.8867 9.6035 L +57.4707 9.6855 L +65.9707 16.1875 L +57.4707 10.7695 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.1367 10.8535 m +55.8867 10.4355 L +55.8867 9.6855 L +56.5518 9.1855 L +57.1367 9.8535 L +56.9707 10.6035 L +56.1367 10.8535 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.0947 51.3115 m +3.2666 44.3379 L +5.125 36.958 5.3916 36.291 v +6.4414 33.667 22.0928 35.2285 Y +24.3701 42.9717 L +19.208 52.0811 L +17.875 51.1475 7.0947 51.3115 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +7.8086 50.6182 m +7.5498 50.0801 4.915 44.6084 4.7793 44.3252 C +5.3535 41.6865 6.2891 37.5205 6.4678 37.0723 c +7.084 35.5342 14.5195 35.6123 19.7842 36.1592 C +19.9893 36.6836 22.5049 43.1357 22.6553 43.5225 C +22.4639 43.8867 19.1719 50.1514 18.8242 50.8125 C +16.6396 50.1504 9.8418 50.4951 7.8086 50.6182 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18.5566 50.248 m +16.0928 49.7119 10.3291 49.9717 8.1143 50.1006 C +7.9922 49.8467 5.4453 44.5557 5.3047 44.2637 C +6.0029 41.0625 7.2451 37.834 7.3838 37.4844 c +7.7295 36.6221 12.6758 35.9609 19.4326 36.6328 C +19.6357 37.1543 21.957 43.1084 22.1064 43.4922 C +22.0479 43.6035 21.9893 43.7158 Y +18.8721 49.6465 18.5566 50.248 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18.2813 49.6982 m +15.7188 49.2578 10.4941 49.9688 8.1143 50.1006 C +7.8838 49.6211 5.9648 44.4824 5.8301 44.2021 C +6.5654 40.8369 7.2461 37.8936 7.3838 37.4844 C +7.8809 36.998 12.4639 36.2422 19.2539 36.8867 C +19.4434 37.374 21.4121 43.0869 21.5576 43.4619 C +21.5557 43.4658 21.5469 43.4834 Y +18.583 49.123 18.2813 49.6982 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +8.7275 49.0693 m +8.4795 48.5547 6.4893 44.4189 6.3555 44.1416 C +7.0869 40.8018 7.6436 38.417 7.8096 37.8252 C +8.4648 37.4961 12.3477 37.0059 18.7295 37.583 C +18.916 38.0596 20.8643 43.0596 21.0088 43.4307 C +20.8389 43.7549 18.2705 48.6436 17.9951 49.168 C +15.4561 48.8047 11.2822 48.9336 8.7275 49.0693 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.707 48.6416 m +15.1426 48.3291 11.2305 48.6875 8.9209 48.8037 C +8.6895 48.3223 7.0107 44.3496 6.8818 44.082 C +6.9512 43.7813 8.125 38.6797 8.2314 38.2188 C +9.0195 37.9824 12.4121 37.5469 18.3789 38.0596 C +18.5781 38.5713 20.3145 43.0273 20.46 43.4004 C +20.2695 43.7627 18.4961 47.1387 Y +17.9229 48.2295 17.707 48.6416 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.417 48.1172 m +14.8779 47.8525 11.1738 48.3711 9.0869 48.4707 C +8.8613 48.002 7.5352 44.2861 7.4082 44.0234 C +7.4746 43.7354 8.5273 39.1621 8.6475 38.6406 C +9.6357 38.4297 12.7031 38.1045 18.0283 38.5381 C +18.1162 38.7637 20.3096 43.0137 20.46 43.4004 C +20.2705 43.7617 18.0537 46.9072 Y +17.6162 47.7393 17.417 48.1172 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.126 47.5967 m +14.6455 47.373 11.5322 47.4482 9.6523 47.5313 C +9.4824 47.1797 8.0703 44.2461 7.9346 43.9648 C +8.0039 43.6631 8.9336 39.625 9.0605 39.0742 C +9.9102 38.9346 12.5869 38.625 17.6787 39.0166 C +17.7979 39.3242 19.2148 42.9609 19.3623 43.3389 C +19.1748 43.6973 17.6113 46.6748 Y +17.3018 47.2627 17.126 47.5967 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +13.5908 32.3438 m +6.1514 33.8623 L +5.3486 26.3066 L +8.3135 19.6309 L +12.8691 18.0781 15.5645 18.375 v +18.2598 18.6719 21.5195 19.4082 22.0586 19.5566 c +22.5977 19.7051 25.3447 26.3125 Y +21.1611 32.7617 L +13.5908 32.3438 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +13.4512 31.1992 m +7.5537 31.7393 6.6328 31.8242 V +6.5332 31.0791 5.9238 26.5469 5.8984 26.3613 C +5.9805 26.1777 8.5117 20.4785 8.71 20.0293 C +9.7598 19.8965 13.4834 19.457 15.6992 19.7012 c +17.2813 19.875 18.9824 19.8984 20.2236 19.916 c +20.8506 19.9258 21.4922 19.9375 21.7568 19.9707 C +22.1338 20.5605 23.0771 23.6367 23.8311 26.4863 C +23.707 26.7246 21.1279 31.6924 20.833 32.2627 C +20.082 32.1543 13.4512 31.1992 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +13.4678 30.75 m +8.0186 31.249 7.1094 31.333 V +7.0107 30.6006 6.4727 26.6016 6.4482 26.416 C +6.5303 26.2324 8.9053 20.8848 9.1064 20.4316 C +10.4082 20.2715 13.6426 19.9238 15.627 20.1426 c +17.2412 20.3184 18.9609 20.3438 20.2148 20.3613 C +20.9951 20.3867 21.376 20.4004 V +21.7363 21.1465 22.5166 23.627 23.2666 26.4434 C +23.1426 26.6836 20.7979 31.2002 20.5059 31.7627 C +19.7588 31.6553 13.4678 30.75 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +22.3145 27.1484 m +20.4668 30.7061 20.1787 31.2637 V +19.4355 31.1572 13.4678 30.75 Y +8.3145 31.1211 7.415 31.2031 V +7.3193 30.4873 7.0225 26.6543 6.9971 26.4707 C +7.0781 26.2891 8.9209 21.0469 9.1221 20.5957 C +10.5391 20.4297 13.7754 20.3867 15.5557 20.584 c +17.1953 20.7637 18.9277 20.7891 20.1924 20.8047 C +20.6367 20.8203 20.9805 20.832 V +21.3584 21.7383 22.3887 23.9199 23.0479 26.3809 C +22.9473 26.5723 22.3145 27.1484 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +21.8193 26.9727 m +20.1367 30.2158 19.8516 30.7656 V +19.1133 30.6582 13.502 29.8506 Y +8.9463 30.2676 8.0605 30.3506 V +7.9678 29.6543 7.5713 26.707 7.5469 26.5254 C +7.6279 26.3457 9.6934 21.6953 9.8945 21.2422 C +11.4238 21.0703 13.9033 20.8496 15.4854 21.0254 c +17.1582 21.209 18.9072 21.2324 20.1699 21.25 C +20.374 21.2578 20.5771 21.2637 V +20.96 22.2598 21.5576 24.207 22.1377 26.3594 C +22.0439 26.541 21.8193 26.9746 Y +21.8193 26.9727 L +f +19.5234 30.2666 m +18.791 30.1592 13.5186 29.4004 Y +9.4082 29.7773 8.5361 29.8584 V +8.4473 29.1875 8.1123 26.6953 8.0967 26.5801 C +8.1777 26.4004 10.082 22.1133 10.2861 21.6543 C +12.499 21.418 14.3252 21.3457 15.4131 21.4668 c +17.1152 21.6523 18.8711 21.6777 20.1484 21.6953 C +20.167 21.6973 20.1689 21.6973 V +20.542 22.7246 21.0605 24.4258 21.5732 26.3184 C +21.4883 26.4805 21.3232 26.7969 Y +19.8047 29.7246 19.5234 30.2666 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +19.1963 29.7676 m +18.4688 29.6621 13.5352 28.9512 Y +9.8662 29.2891 9.0127 29.3672 V +8.9268 28.7285 8.6689 26.8047 8.6465 26.6367 C +8.7285 26.4512 10.5029 22.459 10.6768 22.0684 C +12.7129 21.8633 14.375 21.8008 15.3418 21.9063 c +16.9248 22.0801 18.4951 22.1133 19.7461 22.1309 C +19.9033 22.6504 20.9346 26.043 21.0059 26.2793 C +20.9336 26.4199 20.8271 26.623 Y +19.4717 29.2344 19.1963 29.7676 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18.8691 29.2676 m +18.0908 29.1563 18.125 29.6133 13.5352 28.9512 C +10.3223 28.7988 9.4883 28.875 V +9.4092 28.2813 9.2178 26.8516 9.1953 26.6914 C +9.2764 26.5098 10.5029 22.459 10.6768 22.0684 C +12.5313 21.8926 14.4189 22.2539 15.2705 22.3477 c +16.6885 22.5039 18.0762 22.543 19.3213 22.5664 C +19.4834 23.0977 20.3633 25.9922 20.4385 26.2422 C +20.3877 26.3398 20.3311 26.4473 Y +19.1396 28.7461 18.8691 29.2676 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18.541 28.7695 m +17.8291 28.666 13.5693 28.0527 Y +10.7725 28.3086 9.9648 28.3828 V +9.8936 27.8535 9.7656 26.8965 9.7451 26.7461 C +9.8242 26.5703 11.2549 23.3516 11.4551 22.9004 C +13.125 22.752 14.4609 22.709 15.2002 22.7891 c +16.4707 22.9297 17.71 22.9629 18.8945 22.9883 C +19.0391 23.4648 19.8027 25.9766 19.8711 26.2051 C +19.8564 26.2324 19.835 26.2715 Y +18.8047 28.2617 18.541 28.7695 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.3965 0 m +58.9141 0 L +56.9395 1.8994 54.6426 3.6563 53.0908 3.5684 C +52.3965 0 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +52.8955 0 m +58.2549 0 L +56.6064 1.5547 54.7939 2.9209 53.4873 3.0293 C +53.4365 2.7891 53.2002 1.5771 52.8955 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.0078 0 m +57.7617 0 L +56.2725 1.4766 54.6689 2.7813 53.4873 3.0293 C +53.4307 2.7617 53.2432 1.5566 53.0078 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.7568 2.6533 m +53.7002 2.3848 53.5391 1.3525 53.3359 0 C +57.2617 0 L +56.0381 1.248 54.7588 2.3291 53.7568 2.6533 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.4063 0 m +56.3105 0 L +55.7275 0.4766 55.1475 0.8701 54.6094 1.0947 C +54.5674 0.8955 54.4941 0.4941 54.4063 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.207 0 m +54.5156 0 L +53.0908 3.5684 L +54.207 0 L +f +15.7373 0 m +21.6846 0 L +21.1084 2.6035 L +19.71 2.5977 17.6748 1.4355 15.7373 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +16.6172 0 m +21.1758 0 L +20.9434 1.0625 20.7695 1.8369 20.7119 2.0313 C +19.6152 1.8828 18.1191 1.0547 16.6172 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.1357 0 m +21.0947 0 L +20.917 1.0449 20.7754 1.8164 20.7119 2.0313 C +19.7461 1.7832 18.4541 0.9863 17.1357 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.7578 0 m +20.7549 0 L +20.6152 0.8184 20.5029 1.4287 20.4434 1.6309 C +19.6914 1.3555 18.7451 0.7471 17.7578 0 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +21.1084 2.6035 m +19.7939 0 L +20.0898 0 L +21.1084 2.6035 L +f +55.2207 54.7539 m +67.2207 54.7539 L +67.8867 55.2539 62.7207 67.7539 Y +62.2725 68.4717 60.3857 70.7432 58.2734 72.666 C +52.5127 72.666 L +50.5518 62.5879 L +55.2207 54.7539 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.5039 55.2539 m +56.0225 55.2539 65.876 55.2539 66.7402 55.2539 C +66.5225 56.6973 64.3945 62.3926 62.2578 67.5645 C +61.7891 68.3066 59.7578 70.7568 57.5996 72.666 C +53.0107 72.666 L +52.3223 69.1064 51.1377 62.9375 51.082 62.6758 C +51.2695 62.3652 55.2373 55.7031 55.5039 55.2539 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.7881 55.7539 m +56.2959 55.7539 65.0293 55.7539 66.1152 55.7539 C +65.6221 57.625 63.8867 62.3164 61.7959 67.373 C +61.3926 68.0039 59.3096 70.6387 57.1416 72.666 C +53.0986 72.666 L +52.5586 69.124 51.667 63.0234 51.6113 62.7637 C +51.7988 62.4512 55.5225 56.2012 55.7881 55.7539 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.0713 56.2539 m +56.5742 56.2539 64.8379 56.0039 65.9707 56.0039 C +65.3135 58.1699 63.1797 62.7148 61.334 67.1816 C +60.9863 67.7168 58.8223 70.5996 56.6553 72.666 C +53.4268 72.666 L +52.916 69.3047 52.0273 63.1045 51.9707 62.8379 C +52.1543 62.5273 55.8086 56.6992 56.0713 56.2539 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +53.0518 62.8379 m +53.2363 62.5313 56.0928 57.1953 56.3574 56.7539 C +56.8496 56.7539 63.6074 56.7539 64.7549 56.7539 C +64.0117 59.0645 62.5527 62.9258 60.8721 66.9902 C +60.5137 67.5283 57.8408 71.1201 55.5088 72.666 C +54.5137 72.666 L +54.2314 71.1318 53.6074 67.3574 Y +53.1289 63.1895 53.0518 62.8379 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.8467 70.8027 m +54.6553 69.9004 54.0957 67.2539 Y +53.2754 63.3789 53.1992 63.0273 V +53.3838 62.7168 56.4121 57.6367 56.6406 57.2539 C +57.125 57.2539 62.9238 57.2539 64.0557 57.2539 C +63.2578 59.6328 62.3711 63.3613 60.8721 66.9902 C +60.625 67.3457 57.2139 69.6328 54.8467 70.8027 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +55.1992 70.043 m +55.0127 69.1719 54.585 67.1504 Y +53.2754 63.3789 53.1992 63.0273 V +53.3828 62.7207 56.6963 58.1387 56.9248 57.7539 C +57.3975 57.7539 62.2432 57.7539 63.3506 57.7539 C +62.5342 60.1113 61.3125 63.3008 59.9785 66.5352 C +59.6836 66.8809 57.3164 68.8613 55.1992 70.043 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +54.7207 66.0039 m +54.5518 64.8379 L +50.8018 62.6719 L +54.7207 64.2539 L +55.5518 62.7539 L +56.8867 61.7539 L +57.0518 60.2539 L +55.2207 55.2539 L +57.3867 60.0039 L +58.8027 59.7539 L +60.8867 59.4219 L +67.0527 55.2539 L +61.3027 59.6719 L +59.6367 61.4219 L +58.8867 62.0039 L +59.5527 62.9219 L +59.5527 63.5879 L +59.0527 64.5879 L +58.2207 64.7539 L +60.0527 65.9219 L +62.2207 67.8379 L +58.3018 65.3379 L +56.9707 66.5039 L +56.4707 67.1719 L +54.2773 72.666 L +54.0205 72.666 L +56.0518 66.1719 L +54.7207 66.0039 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +58.0518 64.7539 m +57.5518 65.1719 L +56.2207 65.3379 L +55.7207 64.3379 L +56.5518 62.2539 L +57.3018 61.9219 57.5518 61.9219 v +57.8018 61.9219 58.7207 62.2539 Y +59.0527 63.3379 L +58.3018 64.3379 L +58.0518 64.7539 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +57.7207 65.0039 m +57.2207 65.4219 L +55.8867 65.5879 L +55.3867 64.5879 L +56.2207 62.5039 L +56.9707 62.1719 57.2207 62.1719 v +57.4707 62.1719 58.3867 62.5039 Y +58.7207 63.5879 L +57.9707 64.5879 L +57.7207 65.0039 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +56.7207 64.3379 m +57.0518 64.6719 L +56.2207 64.9219 L +56.1367 63.9219 L +56.6367 63.5039 L +57.0518 63.5879 L +57.8867 63.4219 L +58.2207 63.9219 L +57.6367 64.0039 L +56.7207 64.3379 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +10.25 66.9141 m +5.4502 53.877 6.209 53.4082 V +19.2617 54.1465 L +23.8232 62.4043 L +21.5527 72.666 L +16.5752 72.666 L +13.6797 70.6787 10.7686 67.8076 10.25 66.9141 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +10.7646 66.748 m +8.7803 61.3555 6.8389 55.4297 6.6982 53.9473 C +7.6377 54 18.3545 54.6055 18.9199 54.6367 C +19.1807 55.1094 23.0605 62.1328 23.2422 62.4609 C +23.1572 62.749 21.7236 69.5869 21.0439 72.666 C +17.5117 72.666 L +14.5771 70.7979 11.3154 67.6855 10.7646 66.748 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +11.2793 66.582 m +9.3389 61.3086 7.7568 56.4277 7.3457 54.4941 C +8.5264 54.5605 18.0244 55.0977 18.5781 55.1289 C +18.8379 55.5996 22.4785 62.1895 22.6611 62.5176 C +22.5762 62.8027 21.5303 69.5889 20.9912 72.666 C +17.9668 72.666 L +15.082 70.6846 11.75 67.3721 11.2793 66.582 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +11.7949 66.416 m +10.0801 61.7559 8.0576 57 7.4873 54.7578 C +8.7168 54.8262 17.6904 55.5898 18.2363 55.6191 C +18.4951 56.0879 22.085 62.2441 22.2666 62.5723 C +22.1787 62.8691 21.1406 69.9082 20.6504 72.666 C +18.583 72.666 L +15.7656 70.7383 12.2031 67.0889 11.7949 66.416 C +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +19.6172 72.0605 m +16.9834 70.8535 12.7109 66.8945 12.3096 66.25 C +10.75 62.0098 9.416 57.9902 8.7578 55.5957 C +10.0068 55.666 17.3574 56.082 17.8936 56.1113 C +18.1514 56.5762 20.9082 62.1816 21.0879 62.5059 C +20.9824 62.8594 20.1895 67.0703 Y +19.8848 71.1563 19.6172 72.0605 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18.6123 70.5 m +16.1152 69.1641 12.5547 66.627 12.3096 66.25 C +10.918 62.4648 10.1992 58.6152 9.4863 56.1465 C +10.7178 56.2168 17.0254 56.5723 17.5518 56.6035 C +17.7754 57.0059 20.7354 62.3613 20.916 62.6895 C +20.8115 63.043 19.6631 66.9355 Y +18.8799 69.5938 18.6123 70.5 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18.2813 69.707 m +16.0547 68.3711 13.6104 66.2109 13.3115 65.8418 C +12.0723 62.4688 10.9541 59.1484 10.2207 56.6992 C +11.4248 56.7676 16.6953 57.0645 17.21 57.0938 C +17.4336 57.498 20.7373 62.3652 20.916 62.6895 C +20.8115 63.041 19.1377 66.8008 Y +18.5381 68.8301 18.2813 69.707 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +16.5869 65.9961 m +15.2129 64.7266 L +10.7881 67.0293 L +13.2705 65.2129 L +15.3418 64.1387 L +14.4463 63.918 L +13.9678 62.8691 L +14.0127 62.1895 L +14.7969 61.2988 L +14.0186 60.6582 L +12.3223 58.7754 L +6.3574 53.9277 L +12.791 58.5469 L +15.0361 59.0137 L +16.5605 59.3555 L +19.2295 54.6543 L +16.9072 59.6309 L +16.9893 61.166 L +18.374 62.2656 L +19.1816 63.8438 L +23.5469 62.4746 L +19.3252 64.4492 L +19.0664 65.625 L +17.6055 65.7129 L +20.3242 72.666 L +20.0957 72.666 L +17.0869 66.7051 L +16.5869 65.9961 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +16.04 64.6035 m +15.5234 64.1484 L +15.2793 63.709 L +14.5283 62.6445 L +14.9619 61.5625 L +15.9814 61.2793 16.2539 61.2949 v +16.5254 61.3105 17.3193 61.6973 Y +18.0879 63.8672 L +17.4785 64.8555 L +16.04 64.6035 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +16.3857 64.877 m +15.8691 64.4238 L +15.625 63.9844 L +14.875 62.9199 L +15.3076 61.8379 L +16.3271 61.5547 16.5996 61.5703 v +16.8711 61.5859 17.665 61.9707 Y +18.4346 64.1426 L +17.8242 65.1289 L +16.3857 64.877 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +16.6162 64.125 m +17.001 63.8066 L +16.0244 63.4102 L +15.3955 63.2891 L +15.792 62.8008 L +16.6875 63.0234 L +17.1455 62.9629 L +17.6631 63.418 L +17.5059 64.4297 L +16.6162 64.125 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +17.2539 43.6367 m +18.6709 43.5537 L +22.9209 43.6367 L +17.4209 43.9707 L +16.2539 44.1367 L +16.0039 44.7207 L +15.3369 44.9707 L +18.8242 50.8125 L +14.9209 45.3037 L +13.4209 45.4707 L +12.4209 45.3037 L +8.2539 51.1367 7.7539 50.8867 V +11.7539 45.8037 L +11.5039 44.9707 L +11.0039 44.7207 L +9.1709 43.6367 L +4.5039 44.1367 L +8.9209 43.3037 L +10.4209 42.4707 L +6.4209 36.8037 L +10.8369 42.2207 L +11.6709 42.3037 L +12.3369 41.3037 L +12.9209 41.3877 13.1709 41.4707 v +13.4209 41.5537 13.8369 41.9707 Y +15.3369 41.7207 L +16.2539 40.3037 L +19.7842 36.1592 L +16.0039 41.8867 L +16.8369 42.7207 L +17.2539 43.6367 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +14.373 45.0752 m +13.7861 45.2207 L +13.0234 45.1641 12.7539 45.0537 v +12.4844 44.9424 11.0938 44.8877 Y +11.2734 43.2207 L +12.1709 42.3311 L +13.4277 41.6641 L +15.4014 42.2207 L +16.0293 43.3311 L +15.1318 44.8877 L +14.373 45.0752 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +14.2988 44.6943 m +13.7539 44.8037 L +13.0039 45.1367 12.7539 45.0537 v +12.5039 44.9697 11.2539 44.5537 Y +11.4209 43.3037 L +12.2539 42.6367 L +13.4277 41.6641 L +15.2539 42.5537 L +15.8369 43.3867 L +15.0039 44.5537 L +14.2988 44.6943 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18.7354 25.9375 m +17.208 25.8613 L +17.0273 26.9004 L +20.833 32.2627 L +20.417 32.3564 15.9492 26.084 Y +14.5127 25.9375 L +13.793 26.0098 L +11.9971 27.0488 L +6.4268 32.0186 L +11.6367 26.6035 L +12.626 25.7129 L +5.708 26.3809 L +11.458 24.8242 L +8.71 20.0293 L +11.8174 24.1563 L +13.7041 24.6016 L +14.2432 24.3047 L +14.5127 23.7852 L +16.1299 23.5625 L +17.3877 24.2305 L +18.9141 22.6719 L +21.9697 19.8535 L +19.0938 23.1172 L +18.6445 24.3789 L +18.0156 25.5645 L +24.3955 26.5293 L +18.7354 25.9375 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +14.2432 25.2676 m +14.4229 24.5273 14.2432 24.3047 v +14.0625 24.082 15.2314 23.8594 15.501 23.7852 c +15.7705 23.7109 16.6689 24.082 Y +16.8486 25.0469 L +15.7705 25.3418 L +14.2432 25.2676 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +15.0518 24.9707 m +15.1406 24.6016 L +15.7705 24.3789 16.04 24.4512 v +16.3096 24.5254 16.3994 24.8242 Y +16.04 25.1934 L +15.0518 24.9707 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +16.4756 16.4023 m +7.5176 17.9199 L +12.0527 10.9355 L +12.2246 7.1406 L +15.2607 2.7363 L +17.7529 3.1387 18.7529 2.8887 v +19.7529 2.6387 23.1357 5.0195 Y +28.4707 7.1406 L +22.5088 18 L +16.4756 16.4023 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +16.5762 15.1797 m +11.3965 15.8691 9.9414 16.0625 V +10.7764 14.4629 12.5039 11.1465 12.5303 11.084 C +13.4658 8.0449 13.5088 7.9063 V +13.5859 7.793 15.4404 5.0762 15.668 4.7422 C +16.2246 4.6836 18.1133 4.4785 19.0068 4.2539 c +19.5186 4.127 21.4395 4.7871 22.9365 5.4785 C +26.0596 6.834 26.8496 7.1758 V +26.3867 8.0176 22.1191 15.7793 21.7959 16.3652 C +21.1563 16.2207 16.5762 15.1797 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +21.5391 15.793 m +20.9043 15.6504 16.5996 14.6719 Y +11.6191 15.75 10.2197 15.9375 V +12.3184 11.9102 12.9814 11.3008 13.0078 11.2305 C +13.9219 8.2617 13.9648 8.125 V +14.043 8.0098 15.751 5.5078 15.9512 5.2148 C +16.8857 5.1133 18.3389 4.9375 19.123 4.7402 C +19.4268 4.6895 20.9824 5.127 22.7373 5.9375 C +25.3828 7.084 26.1465 7.416 V +25.7822 8.0801 24.8506 9.7754 Y +21.8652 15.2012 21.5391 15.793 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 Xa + 0.5294 0.6431 0.6196 0.7529 0.1451 0.1098 0.0941 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +21.3027 15.4375 m +20.6738 15.293 16.623 14.1641 Y +11.5488 15.7598 10.2197 15.9375 V +11.9023 12.7051 13.4414 11.4961 13.4854 11.377 C +14.3799 8.4766 14.4199 8.3438 V +14.4971 8.2324 16.0332 5.9805 16.2373 5.6816 C +17.6211 5.5273 18.8564 4.9063 19.3857 4.7695 C +19.6162 4.7656 20.7441 5.5684 22.5381 6.3945 C +25.2383 7.2852 25.9697 7.6035 V +25.6348 8.2129 24.4121 9.5332 Y +21.627 14.8477 21.3027 15.4375 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +21.0254 14.6523 m +20.4023 14.5098 16.6465 13.6563 Y +13.04 14.7715 11.8027 14.9375 V +13.0703 12.5 13.9043 11.6855 13.9629 11.5254 C +14.8311 8.707 14.875 8.5645 V +14.9561 8.4453 16.3701 6.375 16.5234 6.1504 C +17.7715 6.0059 18.6758 5.8672 19.1992 5.7402 C +19.418 5.7617 20.6084 6.0566 22.3389 6.8535 C +24.0527 7.5977 24.7412 7.8965 V +24.4492 8.4277 23.9736 9.293 Y +21.3477 14.0664 21.0254 14.6523 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +20.3857 13.6855 m +19.7695 13.5469 16.6699 13.1504 Y +14.2432 13.9551 13.1357 14.1035 V +13.542 13.2988 14.4355 11.6875 14.4404 11.6719 C +15.2881 8.9219 15.3301 8.7832 V +15.4053 8.6738 16.6104 6.9102 16.8145 6.6113 C +17.1846 6.5547 18.9736 6.2793 19.1875 6.2461 C +19.3799 6.2773 20.4609 6.5391 22.1396 7.3125 C +23.4092 7.8633 24.0381 8.1367 V +23.8115 8.5508 23.5352 9.0508 Y +20.7061 13.1055 20.3857 13.6855 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +20.5117 13.5098 m +19.9033 13.3711 16.4697 13.0195 Y +15.0703 13.3125 14.1357 13.4355 V +14.4063 12.8945 14.4404 11.6719 Y +15.7432 9.1426 15.7852 9.0039 V +15.8652 8.8867 17.0068 7.2168 17.1045 7.0723 C +17.4111 7.0254 19.0371 6.2695 19.1875 6.2461 C +19.3438 6.2793 20.2715 7.002 21.9404 7.7715 C +22.792 8.1406 23.3359 8.377 V +23.2168 8.5938 23.0967 8.8105 Y +20.8291 12.9336 20.5117 13.5098 V +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 Xa + 0.1294 0.7569 0.9529 0.4784 0.3725 0.1725 0.0627 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +16.7168 12.1348 m +15.8789 12.2461 15.1992 12.3359 V +15.2949 12.1113 15.418 11.8184 Y +15.3887 11.9902 L +16.1973 9.3652 16.2402 9.2227 V +16.3135 9.1152 17.1992 7.8203 17.3945 7.5332 C +17.6826 7.4883 18.9961 7.2871 19.1504 7.2637 C +19.4053 7.3223 20.252 7.543 21.7412 8.2285 C +22.2207 8.4375 22.6328 8.6172 V +22.5859 8.7012 20.5654 12.375 20.2549 12.9375 C +19.6553 12.8027 16.7168 12.1348 Y +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.7765 0.6784 0.5843 0.9451 0 0 0 Xa + 0.7765 0.6784 0.5843 0.9451 0 0 0 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +20.1357 10.4355 m +19.9697 11.1855 L +22.0527 16.9375 L +19.1357 11.6855 L +18.0527 11.0195 L +9.5527 16.4375 L +18.0527 9.9355 L +12.6357 9.8535 L +18.0527 9.3535 L +15.3857 4.5195 L +18.8027 9.0195 L +19.4697 4.1855 L +19.3027 9.1035 L +20.3027 10.1035 L +27.3027 7.1855 L +20.8027 10.3535 L +20.1357 10.4355 L +f +%AI6_EndPatternLayer +) & +(0 O 0 R 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 Xa + 0.1412 0.0824 0.2706 0.0078 0.8471 0.851 0.7255 XA +) @ +( +%AI6_BeginPatternLayer +0 J 0 j 1 w 4 M []0 d 0 XR +18.5527 10.8535 m +18.3857 10.1035 L +18.9697 9.4355 L +19.6357 9.9355 L +19.6357 10.6855 L +19.3857 11.1035 L +18.5527 10.8535 L +f +%AI6_EndPatternLayer +) & +] E +%AI3_EndPattern +%AI5_End_NonPrinting-- +%AI5_Begin_NonPrinting +Np +%AI8_BeginBrushPattern +(Unnamed 1) +0 A +u +u +0 J 0 j 1 w 4 M []0 d 0 XR +-4020.5 4739.1807 m +-3921.5696 4739.1807 L +-3921.5696 4722.8169 L +-4020.5 4722.8169 L +-4020.5 4739.1807 L +n +u +u +0 O +0.7765 0.6784 0.5843 0.9451 0 0 0 Xa +-3924.0071 4728.499 m +-3923.7832 4728.4434 -3923.5879 4728.7539 -3923.6721 4728.8936 C +-3923.2161 4728.5176 -3923.2063 4728.9453 -3923.1472 4728.2158 C +-3922.8545 4727.8574 -3922.5422 4728.3535 -3922.8752 4728.6494 C +-3922.0313 4728.2031 L +-3922.5359 4728.0894 L +-3922.3984 4727.4829 -3921.7295 4728.2705 -3921.5696 4727.5645 C +-3922.4832 4727.623 L +-3922.4375 4727.4209 L +-3922.6455 4727.6387 -3923.0496 4727.5479 -3923.1904 4727.4629 C +-3923.1682 4727.3633 -3923.1824 4727.2007 -3923.0212 4727.1836 C +-3924.1243 4727.1367 -3923.3184 4728.2441 -3924.2336 4728.4453 C +-3924.1763 4728.4307 -3924.1052 4728.4395 -3924.0071 4728.499 C +f +-3924.9441 4727.0146 m +-3925.3289 4727.7749 L +-3925.9744 4727.5791 L +-3925.9817 4727.8413 -3926.4519 4728.0537 -3926.1335 4728.2847 C +-3926.0713 4728.2441 -3925.9482 4728.1655 -3925.8489 4728.1895 C +-3925.9209 4728.7568 -3926.7073 4728.4727 -3926.5176 4729.0474 C +-3926.0071 4728.8965 -3925.9287 4729.0215 -3925.6145 4728.5605 C +-3925.1465 4728.6138 -3924.8057 4728.7441 -3924.5872 4728.9512 C +-3924.4482 4728.8647 -3924.4287 4728.5171 -3924.2522 4728.4478 C +-3924.2913 4728.4565 -3924.3271 4728.4653 -3924.3721 4728.4697 C +-3924.3911 4727.6157 L +-3924.5383 4727.7959 -3924.6775 4727.7109 -3924.8408 4727.7285 C +-3924.0852 4726.7319 L +-3924.3289 4725.9336 -3925.0713 4726.4023 -3925.3679 4726.0703 C +-3925 4726.7881 -3925.6609 4726.4277 -3924.9441 4727.0146 C +f +-3924.2522 4728.4478 m +-3924.2473 4728.4473 -3924.2393 4728.4463 -3924.2336 4728.4453 C +-3924.2393 4728.4463 -3924.2473 4728.4463 -3924.2522 4728.4478 C +f +-3980.7073 4733.4121 m +-3980.8679 4733.4277 -3980.9153 4733.6289 -3980.9385 4733.7305 C +-3979.1296 4733.7144 L +-3979.1863 4733.4902 -3979.7073 4733.2129 -3979.3591 4733.0791 C +-3979.5144 4732.8311 -3979.9873 4733.0435 -3980.0559 4733.3457 C +-3979.9248 4733.0039 L +-3980.3416 4733.4414 -3980.6262 4732.5815 -3980.3545 4732.3237 C +-3980.3896 4732.3281 L +-3981.5439 4734.0127 L +-3981.1201 4734.1113 -3981.2175 4733.4331 -3980.7073 4733.4121 C +f +-4017.8567 4732.5547 m +-4017.6223 4732.4766 -4017.5935 4732.396 -4017.6201 4732.3125 C +-4017.7041 4732.375 -4017.7839 4732.4478 -4017.8567 4732.5547 C +f +-3981.8137 4734.4077 m +-3982.1753 4734.9355 L +-3982.0305 4734.7935 -3981.9033 4734.6035 -3981.8137 4734.4077 C +f +-3979.3088 4726.3887 m +-3979.3081 4726.3613 -3979.3042 4726.3359 -3979.3137 4726.2983 C +-3979.4761 4726.5684 L +-3979.4736 4726.5684 -3979.4729 4726.5684 -3979.4719 4726.5684 C +-3979.4121 4726.5088 -3979.3584 4726.4487 -3979.3088 4726.3887 C +f +-3990.0212 4736.3887 m +-3990.0601 4736.4023 -3990.0935 4736.4077 -3990.1399 4736.4253 C +-3990.0967 4736.4209 -3990.0576 4736.4072 -3990.0212 4736.3887 C +f +-3974.4087 4723.3765 m +-3975.2129 4723.8828 L +-3975.1057 4723.6421 -3975.4937 4723.7144 -3975.3242 4723.4346 C +-3975.3855 4723.4727 -3975.6729 4723.5684 -3975.5945 4723.6909 C +-3975.4304 4723.6753 L +-3975.8545 4724.375 -3975.5977 4724.6445 -3976.3008 4725.1768 C +-3975.8643 4725.5928 -3975.6729 4725.2119 -3975.4417 4724.8936 C +-3975.3633 4724.8447 -3975.2976 4724.8237 -3975.2312 4724.7969 C +-3974.5625 4723.8193 L +-3974.4087 4723.3765 L +f +-4006.6504 4728.584 m +-4006.6416 4728.5288 L +-4006.6497 4728.5479 -4006.6511 4728.5654 -4006.6504 4728.584 C +f +-4006.6064 4728.3047 m +-4006.6416 4728.5288 L +-4006.5984 4728.4185 -4006.4329 4728.3096 -4006.6064 4728.3047 C +f +-3981.6809 4733.9551 m +-3981.6919 4734.0854 -3981.7383 4734.2441 -3981.8137 4734.4077 C +-3981.5439 4734.0127 L +-3981.5823 4734.0049 -3981.6328 4733.9775 -3981.6809 4733.9551 C +f +-3981.0671 4732.4277 m +-3980.3896 4732.3281 L +-3980.1399 4731.9648 L +-3980.3992 4732.1025 -3980.7024 4732.1958 -3981.0671 4732.4277 C +f +-3988.9512 4736.7998 m +-3990.3545 4736.9072 -3988.6064 4735.9766 -3989.2512 4735.7783 C +-3989.6409 4735.875 -3989.7783 4736.2661 -3990.0212 4736.3887 C +-3988.9082 4736.0547 -3990.1721 4737.6753 -3989.0496 4737.4688 C +-3989.2092 4738.1753 -3989.8591 4738.2393 -3990.24 4738.0479 C +-3990.6711 4737.3672 -3989.8633 4737.5488 -3989.7656 4736.8813 C +-3990.2161 4736.9917 -3990.1367 4737.1157 -3990.3279 4737.4961 C +-3991.0352 4737.3374 -3991.7913 4738.334 -3992.2136 4737.3887 C +-3992.7256 4737.5391 -3992.6919 4737.8647 -3992.9863 4738.2236 C +-3993.0449 4738.9526 -3992.2249 4738.6064 -3992.0352 4739.1807 C +-3992.0745 4739.1191 -3992.1511 4738.9961 -3992.1289 4738.8936 C +-3991.6863 4739.0474 L +-3992.1064 4738.7935 -3991.6279 4738.3184 -3991.4033 4738.2617 C +-3991.24 4738.2461 -3990.9153 4738.2129 -3990.96 4738.415 C +-3991.2073 4738.5713 L +-3990.8889 4738.8027 -3990.5049 4738.0405 -3990.1687 4738.4355 C +-3990.1511 4738.5986 -3990.2783 4738.6753 -3990.2976 4738.7773 C +-3989.9209 4738.2793 -3989.5576 4738.3081 -3989 4737.9565 C +-3989.3232 4738.6797 L +-3988.8772 4737.8789 -3987.8672 4738.1064 -3987.1672 4738.5288 C +-3987.2449 4738.4063 -3987.3848 4738.3203 -3987.3008 4738.1807 C +-3986.8896 4738.0078 -3986.5791 4738.5039 -3986.7695 4738.8848 C +-3986.3679 4738.2847 -3985.2393 4739.3896 -3984.6919 4738.6104 C +-3982.1753 4734.9355 L +-3982.2695 4735.0273 -3982.3704 4735.1025 -3982.4744 4735.1333 C +-3982.7031 4734.499 -3982.8264 4734.5762 -3982.4255 4733.9775 C +-3982.8191 4734.3135 -3982.6687 4734.8237 -3983.26 4734.8496 C +-3983.0281 4734.5303 -3982.9695 4733.8018 -3983.5359 4733.7266 C +-3984.9519 4734.3613 -3985.8904 4736.1655 -3987.2129 4737.0879 C +-3987.2617 4736.5986 -3988.3 4736.7363 -3988.8047 4736.6211 C +-3988.6121 4736.0957 -3988.2375 4735.9463 -3987.8489 4735.8398 C +-3988.0928 4735.8066 -3988.5127 4735.7935 -3988.8242 4735.7695 C +-3988.9512 4736.7998 L +f +-3985.6631 4735.1558 m +-3985.6985 4735.1128 -3985.7351 4735.0879 -3985.7727 4735.0649 C +-3985.7527 4735.1055 -3985.72 4735.1367 -3985.6631 4735.1558 C +f +-3987.7305 4735.8545 m +-3987.7256 4735.8369 -3987.7273 4735.8223 -3987.7256 4735.8027 C +-3987.7664 4735.8135 -3987.8071 4735.8281 -3987.8489 4735.8398 C +-3987.8071 4735.8438 -3987.76 4735.8496 -3987.7305 4735.8545 C +f +-3982.0127 4732.8516 m +-3981.9287 4732.7109 -3981.8665 4732.6719 -3981.7825 4732.5317 C +-3981.8342 4732.5791 -3981.8992 4732.6172 -3981.9617 4732.6587 C +-3982.0212 4732.7256 -3982.0496 4732.791 -3982.0127 4732.8516 C +f +-3981.7295 4733.7109 m +-3981.7744 4733.9121 L +-3981.7383 4733.9346 -3981.7129 4733.9395 -3981.6809 4733.9551 C +-3981.6711 4733.8467 -3981.6816 4733.7559 -3981.7295 4733.7109 C +f +-3994.3137 4732.3774 m +-3994.4482 4732.4829 L +-3994.3672 4732.4751 -3994.3323 4732.4316 -3994.3137 4732.3774 C +f +-3990.5144 4735.9697 m +-3990.0264 4735.9209 -3990.4561 4735.2397 -3989.7656 4735.2363 C +-3989.9683 4735.1909 L +-3989.4729 4734.8789 -3988.6023 4735.0225 -3988.0137 4734.9961 C +-3988.0801 4735.2881 -3987.6567 4735.3516 -3987.7256 4735.8027 C +-3987.3232 4735.6968 -3986.9248 4735.5957 -3986.7175 4735.1289 C +-3986.4683 4735.2822 -3986.0896 4734.8721 -3985.7727 4735.0649 C +-3985.9065 4734.792 -3985.3215 4734.1411 -3986.0928 4734.4751 C +-3986.0305 4734.4375 -3986.0696 4734.375 -3986.0081 4734.3369 C +-3986.5049 4733.9565 -3986.7041 4734.6025 -3987.1321 4734.6113 C +-3987.3879 4734.3413 -3986.7136 4734.1753 -3986.9551 4734.0684 C +-3987.4895 4734.3193 -3988.6321 4733.7432 -3988.5967 4734.7573 C +-3988.9856 4734.8296 -3989.0393 4734.6055 -3989.1553 4734.4199 C +-3989.7705 4735.5005 -3991.4385 4733.9565 -3991.4329 4735.3374 C +-3991.2083 4735.2832 -3990.8423 4735.3125 -3990.5127 4735.0171 C +-3990.5144 4735.9697 L +f +-3982.8323 4732.9209 m +-3982.8623 4732.915 -3982.9023 4732.9199 -3982.9272 4732.9077 C +-3982.8992 4732.915 -3982.8643 4732.9199 -3982.8323 4732.9209 C +f +*u +1 D +-3976.6736 4736.9253 m +-3976.8777 4737.8296 L +-3978.0398 4738.0449 -3978.46 4737.791 -3979.4761 4737.8267 C +-3979.5537 4737.7031 -3979.4304 4737.6245 -3979.3679 4737.5854 C +-3980.0823 4737.6895 -3981.1511 4737.5 -3981.6711 4737.915 C +-3981.8984 4737.9077 -3982.4951 4737.6211 -3982.2693 4737.3545 C +-3982.3799 4737.4355 -3982.5063 4737.5127 -3982.6335 4737.4844 C +-3982.6672 4737.1587 -3982.3489 4737.3911 -3982.3416 4737.1245 C +-3982.4424 4737.1035 -3982.4817 4737.0405 -3982.5049 4737.1421 C +-3982.3352 4736.8633 -3982.6809 4736.0405 -3981.8896 4736.0615 C +-3981.5833 4736.8203 -3982.4385 4736.1494 -3982.2576 4736.9863 C +-3981.9951 4736.9917 -3982.0256 4736.6685 -3982.0032 4736.5654 C +-3981.6687 4736.5854 -3981.6775 4736.7949 -3981.6953 4736.9863 C +-3981.5671 4736.7266 -3981.1465 4737.0879 -3980.9695 4736.6934 C +-3980.3191 4736.6289 -3981.0049 4737.3223 -3980.5801 4737.3125 C +-3980.3352 4736.4653 L +-3979.6289 4736.6245 L +-3978.6064 4736.3267 -3979.7751 4735.1602 -3978.6064 4734.6807 C +-3978.76 4735.123 -3978.2913 4735.8662 -3977.7473 4736.0435 C +-3978.0728 4736.0742 -3978.6743 4736.6274 -3979.0945 4736.375 C +-3978.5022 4737.0391 -3979.9097 4736.4551 -3979.6023 4737.2153 C +-3979.3096 4736.8545 -3978.8215 4736.8066 -3978.4409 4737.0005 C +-3978.5657 4737.0791 L +-3978.1609 4737.1689 -3977.8545 4736.2822 -3977.2959 4736.6211 C +-3977.0183 4736.5938 -3977.0703 4736.834 -3977.1191 4737.0317 C +-3976.8843 4736.9038 -3976.6743 4736.7383 -3976.6736 4736.9253 C +f +0 D +-3977.2783 4737.1035 m +-3977.6497 4737.0195 L +-3977.5615 4737.1587 -3977.4231 4737.1543 -3977.2783 4737.1035 C +f +*U +-3930.1377 4727.1245 m +-3930.1008 4727.1475 -3930.0583 4727.1699 -3930.0249 4727.1934 C +-3930.0496 4727.1543 -3930.0923 4727.1367 -3930.1377 4727.1245 C +f +-3963.0967 4726.7998 m +-3962.8816 4726.8281 L +-3962.9656 4726.7993 -3963.0344 4726.7949 -3963.0967 4726.7998 C +f +-3958.2693 4724 m +-3957.9551 4723.8027 L +-3958.0791 4723.8149 -3958.1763 4723.8936 -3958.2693 4724 C +f +-3932.7024 4727.0664 m +-3932.7129 4727.0605 L +-3932.7305 4727.0742 -3932.7439 4727.0938 -3932.7625 4727.1055 C +-3932.7024 4727.0664 L +f +-3948.5872 4725.9829 m +-3948.5393 4726.0547 -3948.4856 4726.1201 -3948.4121 4726.1699 C +-3948.4209 4726.0859 -3948.4863 4726.0249 -3948.5872 4725.9829 C +f +-3958.3271 4724.0371 m +-3958.3191 4724.0449 -3958.3145 4724.0474 -3958.3081 4724.0527 C +-3958.2959 4724.0352 -3958.2825 4724.0161 -3958.2693 4724 C +-3958.3271 4724.0371 L +f +-3965.2231 4724.3281 m +-3965.2693 4724.3545 -3965.3113 4724.375 -3965.3608 4724.4121 C +-3965.2959 4724.396 -3965.2561 4724.3638 -3965.2231 4724.3281 C +f +-3964.9199 4726.7305 m +-3964.9695 4726.7524 -3965.0168 4726.7783 -3965.0537 4726.8149 C +-3964.9199 4726.7305 L +f +-3972.3577 4725.084 m +-3972.6472 4725.2041 L +-3972.5049 4725.1909 -3972.4199 4725.1445 -3972.3577 4725.084 C +f +-3965.6863 4726.1753 m +-3965.7031 4726.2153 -3965.72 4726.2529 -3965.7312 4726.291 C +-3965.6912 4726.2646 -3965.6721 4726.2153 -3965.6863 4726.1753 C +f +-3928.2976 4729.6514 m +-3928.3042 4729.6514 -3928.3113 4729.6543 -3928.3152 4729.6543 C +-3928.3225 4729.7529 L +-3928.2976 4729.6514 L +f +-3927.5935 4728.4165 m +-3927.5105 4728.3911 -3927.4241 4728.3687 -3927.3391 4728.3467 C +-3927.4336 4728.3413 -3927.5256 4728.3682 -3927.5935 4728.4165 C +f +-3944.3809 4727.3467 m +-3944.3042 4727.4697 -3944.1243 4727.6157 -3944.2083 4727.7559 C +-3944.0615 4727.5791 -3944.0713 4727.1504 -3944.3809 4727.3467 C +f +-3929.7092 4734.9565 m +-3929.6631 4734.8413 -3929.6057 4734.7539 -3929.5481 4734.6685 C +-3929.6553 4734.792 -3929.7493 4734.8936 -3929.7092 4734.9565 C +f +-3929.5481 4734.6685 m +-3929.4951 4734.6069 -3929.4385 4734.5435 -3929.3911 4734.4766 C +-3929.4463 4734.5317 -3929.4993 4734.5957 -3929.5481 4734.6685 C +f +-3946.3313 4734.3813 m +-3946.3503 4734.3237 -3946.3799 4734.2749 -3946.4199 4734.2598 C +-3946.4082 4734.375 -3946.3762 4734.4004 -3946.3313 4734.3813 C +f +-3927.1335 4728.4824 m +-3927.0879 4728.2808 -3925.9817 4727.8413 -3926.9121 4727.7383 C +-3926.8762 4727.1089 -3926.3152 4727.4473 -3926.0671 4727.292 C +-3926.2473 4727.1445 -3925.9775 4726.8877 -3926.0322 4726.6631 C +-3926.1553 4726.7397 -3926.3015 4726.9199 -3926.5049 4726.875 C +-3926.5984 4726.5879 -3926.2898 4726.3921 -3926.0488 4726.5 C +-3926.3457 4726.1685 -3925.6721 4726.0024 -3926.0923 4725.7471 C +-3926.9905 4725.9688 -3927.6252 4726.1978 -3928.2568 4727.1157 C +-3927.7449 4726.9653 -3927.1721 4726.7773 -3926.7522 4727.0303 C +-3926.9287 4727.5742 L +-3927.4033 4727.0957 -3927.6963 4727.4526 -3928.1631 4727.4023 C +-3927.1145 4727.6909 L +-3926.6233 4728.1445 -3926.9519 4728.2485 -3927.3391 4728.3467 C +-3927.2439 4728.3535 -3927.1577 4728.3867 -3927.1335 4728.4824 C +f +-3927.8401 4733.2559 m +-3927.8225 4733.2705 L +-3927.8071 4733.2524 -3927.7881 4733.2397 -3927.7783 4733.2168 C +-3927.8401 4733.2559 L +f +-3972.3042 4736.0928 m +-3972.3943 4736.2974 L +-3972.3191 4736.2041 -3972.2959 4736.1411 -3972.3042 4736.0928 C +f +-3928.4656 4730.6211 m +-3928.4648 4730.6211 L +-3928.4719 4730.6274 -3928.4736 4730.6274 -3928.4656 4730.6211 C +f +-3970.0632 4736.1348 m +-3970.0664 4736.1479 -3970.0696 4736.1641 -3970.0752 4736.1807 C +-3970.0671 4736.1641 -3970.0671 4736.1479 -3970.0632 4736.1348 C +f +-3969.4641 4724.4038 m +-3969.4683 4724.3789 -3969.4695 4724.3545 -3969.4792 4724.3306 C +-3969.5271 4724.3613 -3969.5039 4724.3867 -3969.4641 4724.4038 C +f +-3970.0615 4736.084 m +-3970.0615 4736.0996 -3970.0601 4736.1157 -3970.0632 4736.1348 C +-3970.0615 4736.1157 -3970.0576 4736.0986 -3970.0615 4736.084 C +f +-3959.1641 4734.0859 m +-3959.1985 4733.9917 -3959.2527 4733.9023 V +-3959.2737 4733.9526 -3959.2527 4734.0117 -3959.1641 4734.0859 C +f +-3961.3152 4733.2808 m +-3961.3152 4733.2808 L +-3961.3289 4733.2607 -3961.3369 4733.2427 -3961.3545 4733.2207 C +-3961.3152 4733.2808 L +f +-3944.8896 4724.8965 m +-3944.9961 4724.8887 -3945.0759 4724.9023 -3945.1433 4724.9253 C +-3945.0657 4724.9395 -3944.9817 4724.9375 -3944.8896 4724.8965 C +f +-3970.0752 4736.1807 m +-3970.0977 4736.2383 -3970.1296 4736.2974 -3970.1824 4736.3711 c +-3970.1243 4736.2935 -3970.0935 4736.2329 -3970.0752 4736.1807 C +f +-3955.8843 4731.3374 m +-3955.9072 4731.3589 -3955.9287 4731.3789 -3955.9504 4731.3975 C +-3955.9373 4731.4077 -3955.9241 4731.4136 -3955.9111 4731.4248 C +-3955.8843 4731.3374 L +f +-3954.7617 4731.7383 m +-3954.8 4731.7998 -3954.8176 4731.8638 -3954.8391 4731.9199 C +-3954.4385 4731.6934 -3953.7024 4731.9395 -3953.6152 4731.3613 C +-3953.7512 4731.375 -3954.4561 4731.0352 -3954.3359 4730.6968 C +-3954.6152 4730.8408 -3955.0281 4730.4355 -3955.1785 4730.5303 C +-3954.72 4730.8467 -3955.1289 4731.0186 -3955.4385 4731.2129 C +-3955.72 4731.0449 -3955.3855 4730.7485 -3955.6279 4730.6411 C +-3956.2793 4730.7041 L +-3955.7119 4730.7817 L +-3955.8843 4731.3374 L +-3955.8633 4731.3193 -3955.8489 4731.3066 -3955.8264 4731.2847 C +-3954.8665 4731.0249 -3955.7449 4732.0996 -3954.7617 4731.7383 C +f +-3954.8391 4731.9199 m +-3954.8992 4731.9551 -3954.9519 4731.9976 -3954.9929 4732.0566 C +-3954.9023 4732.0479 -3954.8672 4731.9912 -3954.8391 4731.9199 C +f +-3950.9172 4732.8374 m +-3950.8679 4732.8193 -3950.8145 4732.7935 -3950.7473 4732.75 c +-3950.7793 4732.7705 -3950.8535 4732.7974 -3950.9172 4732.8374 C +f +-3979.6584 4732.0566 m +-3979.6416 4732.2207 -3979.0823 4732.5581 -3979.0923 4732.1304 C +-3979.0923 4732.1304 L +-3979.2583 4732.0879 -3979.4255 4732.0435 -3979.5935 4731.9961 C +-3979.6584 4732.0566 L +f +-3940.2336 4730.3516 m +-3940.2959 4730.3374 -3940.3584 4730.334 -3940.4209 4730.3398 C +-3940.4343 4730.3613 -3940.4473 4730.3848 -3940.4573 4730.4063 C +-3940.4192 4730.4697 -3940.2959 4730.3911 -3940.2336 4730.3516 C +f +-3954.1631 4730.4946 m +-3954.2656 4730.5605 -3954.3113 4730.6279 -3954.3359 4730.6968 C +-3954.2695 4730.6621 -3954.2083 4730.6069 -3954.1631 4730.4946 C +f +-3940.1985 4731.3682 m +-3940.1191 4731.4902 -3940.0022 4731.6768 -3939.9856 4731.8398 C +-3939.8232 4731.8438 -3939.7092 4731.6191 -3939.5439 4731.5391 C +-3939.7305 4731.6016 -3939.9463 4731.5581 -3940.1985 4731.3682 C +f +-3939.5305 4731.5317 m +-3939.5352 4731.5352 -3939.5398 4731.5371 -3939.5439 4731.5391 C +-3939.5393 4731.5391 -3939.5352 4731.5337 -3939.5305 4731.5317 C +f +*u +1 D +-3979.9912 4731.875 m +-3980.0393 4731.9077 -3980.0889 4731.9375 -3980.1399 4731.9648 C +-3980.0625 4731.8516 L +-3980.1912 4731.8081 -3980.3191 4731.7671 -3980.4473 4731.7207 C +-3980.4937 4731.7485 -3980.5439 4731.7734 -3980.6057 4731.7881 C +-3980.5808 4731.7734 -3980.5615 4731.7285 -3980.5496 4731.6816 C +-3980.5913 4731.6665 -3980.6321 4731.6489 -3980.6729 4731.6318 C +-3980.9792 4732.0752 -3981.7417 4732.3984 -3981.9617 4732.6587 C +-3982.2527 4732.8486 -3982.6089 4732.9565 -3982.8323 4732.9209 C +-3982.6252 4732.9307 -3982.3503 4732.8413 -3982.4329 4732.5967 C +-3982.8533 4732.3413 -3983.0576 4731.6069 -3983.7832 4732.2383 C +-3983.3577 4732.2285 L +-3984.3145 4733.1797 L +-3984.6497 4732.7847 -3983.8369 4732.7041 -3983.7041 4732.3623 C +-3984.4482 4732.8311 -3985.0671 4731.5791 -3985.4121 4732.4023 C +-3985.4607 4731.9146 -3985.5422 4731.0996 -3986.0305 4731.1479 C +-3985.6785 4731.7041 -3986.3232 4731.5054 -3986.0344 4732.1016 C +-3986.2031 4732.3813 -3986.5791 4731.9253 -3986.6072 4732.291 C +-3986.5615 4732.0889 L +-3987.3953 4731.3164 -3987.6682 4732.5273 -3988.0249 4732.9253 C +-3989.0232 4733.1245 -3989.4817 4732.8081 -3990.2959 4732.8911 C +-3990.3279 4732.5645 -3990.5496 4731.6646 -3990.8762 4731.6982 C +-3991.0281 4732.1411 -3991.7649 4732.3457 -3991.8401 4732.9121 C +-3991.2561 4733.1494 -3991.3623 4732.4375 -3991.0127 4732.3047 C +-3990.7217 4732.8989 -3990.9863 4732.8921 -3990.5889 4733.248 C +-3990.9097 4733.0176 -3992.0383 4733.5581 -3992.3896 4733 C +-3992.2656 4732.9209 L +-3992.8264 4732.584 -3992.9336 4731.1807 -3993.8679 4732.0293 C +-3994.3137 4732.3774 L +-3994.2922 4732.3203 -3994.2898 4732.2539 -3994.2783 4732.2031 C +-3995.0081 4732.1445 -3994.8088 4731.499 -3995.6145 4732.0078 c +-3995.5522 4731.9688 -3995.5913 4731.9063 -3995.5281 4731.8682 C +-3995.9873 4731.5508 -3996.4504 4732.1895 -3996.7976 4732.3232 C +-3997.0095 4731.8516 -3996.7473 4731.8574 -3996.6162 4731.5161 C +-3997.4241 4731.334 -3998.2959 4732.1445 -3998.7976 4732.7207 C +-3999.3184 4732.4434 L +-3999.0095 4732.2485 -3998.6321 4731.75 -3998.7263 4731.4639 C +-3999.0127 4731.5581 -3998.9573 4731.7822 -3999.3623 4731.6909 C +-3999.2932 4731.3887 -3999.1233 4731.1069 -3998.9329 4730.7266 C +-3999.7705 4730.2207 -3999.1201 4731.7993 -3999.7063 4730.8711 C +-3999.9695 4730.8647 -4000.1223 4731.3066 -4000.1511 4731.6719 C +-4000.6279 4731.1934 L +-4000.6809 4731.6587 -4001.2695 4731.6855 -4001.6553 4731.7559 C +-4001.7024 4731.9565 -4001.3447 4732.2524 -4001.1985 4732.0713 C +-4001.2273 4732.4375 -4001.6377 4732.6089 -4001.9016 4732.6025 C +-4001.9983 4731.6274 -4003.6296 4732.7427 -4003.3176 4731.5938 C +-4004.5032 4731.9106 -4006.1687 4732.0098 -4006.9512 4732.4165 C +-4007.2092 4732.1475 -4007.7351 4732.1333 -4007.4199 4731.6753 C +-4008.3743 4731.6719 -4008.8665 4732.6733 -4009.8137 4732.4063 C +-4009.8921 4732.2837 -4009.3855 4732.3975 -4009.4192 4732.0713 C +-4010.0383 4732.4629 -4010.5457 4731.6587 -4011.5063 4731.9199 C +-4011.3447 4731.9023 -4011.2976 4731.7007 -4011.2751 4731.5996 C +-4011.2583 4731.7617 -4011.6687 4731.9355 -4011.9172 4732.0913 C +-4012.0569 4732.0078 -4011.7312 4731.9751 -4011.8096 4731.8516 C +-4013.6653 4731.3774 -4015.0791 4732.7031 -4016.9248 4732.6587 c +-4016.3977 4732.6719 -4016.1985 4732.0249 -4016.1929 4731.7617 C +-4016.7092 4731.75 L +-4016.9082 4732.0713 -4017.2959 4732.0713 -4017.6201 4732.3125 C +-4017.6599 4732.1909 -4017.8176 4732.0605 -4017.6567 4731.9077 C +-4018.6768 4731.2539 -4019.25 4733.0879 -4020.5 4732.7524 C +-4018.9863 4731.4487 L +-4019.3608 4730.9946 L +-4018.6953 4730.4023 L +-4019.0928 4730.0449 -4019.4385 4730.8711 -4019.4863 4730.3813 C +-4019.4023 4730.2427 -4019.2 4730.2871 -4019.1936 4730.0229 C +-4019.5752 4729.8311 -4019.6052 4730.1958 -4019.8921 4730.291 C +-4019.1362 4729.2949 -4017.6543 4729.3105 -4016.8567 4729.0664 C +-4016.7312 4728.9873 -4016.9641 4729.3066 -4016.9863 4729.4077 C +-4016.6609 4729.375 -4016.4656 4729.6855 -4016.0559 4729.5127 C +-4015.8015 4729.0928 -4016.25 4729.2031 -4016.4519 4729.1587 C +-4016.4241 4728.7935 -4016.3225 4728.8149 -4016.0977 4728.7598 C +-4016.0488 4729.2485 -4014.8633 4728.9331 -4014.5735 4729.5288 C +-4013.3721 4729.375 -4014.7656 4728.2646 -4013.5928 4728.4766 C +-4013.2424 4729.0352 L +-4012.5615 4728.6035 -4011.6809 4728.2207 -4010.9104 4728.3398 C +-4011.0728 4728.3574 L +-4011.1809 4728.5967 -4011.0022 4728.7441 -4010.9231 4728.8662 C +-4010.3408 4729.1055 -4009.8176 4728.4277 -4009.4648 4728.9863 C +-4008.8008 4728.3921 -4007.6936 4727.9526 -4006.9343 4727.6465 C +-4006.7295 4728.3833 -4007.9248 4728.2705 -4008.2407 4728.7314 C +-4007.5496 4728.7285 L +-4007.9768 4728.7383 -4008.1455 4729.0186 -4008.4016 4729.4375 C +-4007.7959 4729.5742 -4007.5967 4728.9297 -4007.0225 4728.7427 C +-4007.0671 4728.9434 -4006.9905 4729.0664 -4006.7256 4729.0713 C +-4006.6504 4728.584 L +-4006.6455 4728.623 -4006.6162 4728.6602 -4006.5344 4728.6909 C +-4005.5127 4728.3921 L +-4005.7295 4728.1836 -4005.74 4727.7573 -4006.0039 4727.7524 C +-4005.9097 4728.0371 -4006.1335 4728.0938 -4006.3977 4728.0859 C +-4006.1663 4727.7676 -4006.6553 4727.8169 -4006.6497 4727.5527 C +-4006.1201 4727.5654 -4005.4695 4727.5 -4005.1223 4727.3662 C +-4005.0095 4727.8169 L +-4004.5049 4727.9307 -4003.9719 4727.6797 -4003.6296 4727.8105 C +-4003.7375 4728.0508 L +-4003.1321 4728.1875 -4002.5359 4727.8975 -4001.9983 4728.3369 C +-4001.4583 4727.8223 -4000.7783 4727.3936 -4000.3369 4726.8545 C +-4000.1008 4726.2734 -3998.7522 4727.5854 -3998.1433 4726.7676 C +-3998.1023 4726.8296 -3998.5615 4727.2041 -3998.7693 4727.4238 C +-3998.3643 4727.5137 -3998.0422 4726.791 -3997.9153 4727.4033 C +-3998.8242 4727.1978 -3997.8665 4727.8911 -3998.2759 4728.0649 C +-3997.8503 4728.0537 -3997.4016 4727.9434 -3997.1929 4727.7251 C +-3997.8816 4727.7295 -3996.9482 4726.8789 -3997.6455 4727.1455 C +-3997.1052 4726.6313 -3996.3679 4726.4253 -3995.7241 4726.6245 C +-3995.7305 4726.8887 -3995.6511 4727.0117 -3995.4111 4727.1211 C +-3995.2175 4726.7383 L +-3994.9163 4726.8081 -3995.8 4727.1909 -3995.1936 4727.3281 C +-3994.5696 4726.6733 -3993.3145 4727.6992 -3993.0413 4726.4873 C +-3992.5657 4726.9668 -3993.9463 4726.9727 -3993.2295 4727.5581 C +-3993.6465 4727.9961 -3994.2217 4727.4946 -3994.3591 4728.0996 C +-3993.9504 4727.9277 -3994.21 4728.6113 -3993.9463 4728.6172 C +-3993.4905 4728.2441 L +-3993.5913 4728.2207 L +-3992.8264 4727.6504 -3991.6145 4727.9238 -3990.6377 4727.8267 C +-3989.8103 4727.2173 -3989.2407 4726.3374 -3988.2483 4726.4038 C +-3988.5413 4726.7617 -3987.4241 4726.7485 -3988.0488 4727.4033 C +-3987.5896 4727.7188 -3987.1362 4727.3447 -3987.1272 4727.0806 C +-3987.5313 4726.9902 -3987.2693 4726.9961 -3987.6096 4726.8662 C +-3987.3799 4726.5464 -3986.8503 4726.5605 -3986.6328 4726.7695 C +-3986.7336 4726.7461 -3986.6953 4726.8081 -3986.7175 4726.9077 C +-3986.2351 4727.123 -3986.4863 4726.5894 -3986.1377 4726.4561 C +-3986.0271 4726.9038 -3985.3679 4726.5762 -3985.0496 4726.8081 C +-3984.5879 4726.1689 L +-3984.8416 4726.5889 -3984.1455 4726.3223 -3984.0728 4726.7085 C +-3983.7417 4726.4121 -3983.4641 4725.8921 -3982.96 4726.0054 C +-3983.1682 4726.2251 -3982.5 4726.3223 -3982.4912 4726.7485 C +-3981.6279 4727.1558 -3981.0615 4725.5859 -3980.2439 4726.1958 C +-3980.2693 4726.2959 -3980.4343 4726.5762 -3980.1953 4726.6836 C +-3980.0071 4726.5645 -3979.6775 4726.6143 -3979.4761 4726.5684 C +-3979.4824 4726.5801 L +-3979.4785 4726.5762 -3979.4761 4726.5713 -3979.4719 4726.5684 C +-3979.3733 4726.5449 -3979.3113 4726.4917 -3979.3088 4726.3887 C +-3978.9641 4725.9717 -3978.7864 4725.5449 -3978.1079 4725.1909 C +-3978.1577 4724.7031 -3978.7305 4724.8921 -3978.9785 4725.0493 C +-3979.1929 4725.5313 L +-3979.3977 4724.7949 -3979.8047 4725.6587 -3979.9607 4725.4106 C +-3979.5537 4724.5479 -3978.3816 4724.7598 -3977.6785 4724.2295 C +-3978.1072 4723.5493 -3979.0398 4723.4434 -3979.8535 4723.5249 C +-3979.4951 4723.8184 L +-3979.9209 4723.8281 L +-3979.5088 4724.3467 L +-3979.9121 4724.2559 -3980.2607 4724.3887 -3980.6252 4724.3589 C +-3980.1985 4724.3496 -3980.0322 4725.0229 -3980.2737 4724.916 C +-3980.7493 4724.4375 -3980.7693 4725.2285 -3981.1328 4725.1992 C +-3980.9304 4725.2441 -3980.6672 4725.2524 -3980.8369 4725.5313 C +-3981.5537 4724.9453 -3981.7473 4725.3267 -3982.3992 4724.7007 C +-3982.3184 4725.5146 -3983.2136 4724.7822 -3983.3113 4725.4487 C +-3983.0088 4725.5176 L +-3983.6504 4726.0088 L +-3984.2424 4725.3457 -3983.1262 4725.3325 -3984.0271 4724.8638 C +-3984.8584 4724.7822 -3984.8369 4725.6367 -3985.4905 4725.6997 C +-3985.2751 4725.2188 -3984.7568 4724.8047 -3984.2295 4724.8184 C +-3984.5488 4724.5859 L +-3984.3799 4724.3066 -3983.6504 4724.3657 -3983.2864 4724.3945 C +-3983.8879 4724.9478 -3983.0049 4724.5645 -3982.7312 4724.9961 C +-3982.6809 4724.5303 -3983.0671 4724.6035 -3982.6111 4724.2295 C +-3983.0383 4724.2383 -3983.1008 4724.2773 -3983.6443 4724.1016 C +-3982.4695 4724.3135 -3982.5879 4722.4829 -3981.5625 4722.875 C +-3982.0352 4723.0859 -3981.3977 4723.5479 -3981.3408 4723.7734 C +-3981.1184 4723.7178 -3980.6672 4723.6069 -3980.4817 4723.4902 C +-3980.6497 4722.8169 L +-3980.0522 4722.5249 -3979.8447 4723.9521 -3979.1553 4723.2573 C +-3979.0657 4722.8545 -3979.7617 4723.1211 -3979.6377 4723.0435 C +-3978.6943 4722.6201 -3978.3545 4723.7041 -3977.5168 4724.2119 C +-3977.4695 4724.0098 -3977.4792 4723.584 -3977.1863 4723.2266 C +-3977.2783 4723.6313 -3977.0615 4723.8374 -3977.3911 4724.1348 C +-3977.1111 4724.3047 -3976.7793 4724.0078 -3976.5322 4723.8501 C +-3977.1152 4723.6138 -3976.2937 4723.2695 -3976.1863 4723.0273 C +-3975.8843 4723.0957 -3976.2783 4723.4307 -3976.4641 4723.5479 C +-3976.2217 4723.6558 -3975.9336 4724.2524 -3975.7959 4723.6465 C +-3975.7864 4724.0713 -3976.4736 4724.7671 -3976.9231 4724.8774 C +-3976.6201 4724.9453 L +-3976.8289 4725.1631 -3976.8679 4725.1016 -3977.1687 4725.0352 C +-3976.8743 4725.3657 -3976.9033 4725.7295 -3976.9719 4726.0332 C +-3977.0105 4725.9707 -3976.9504 4725.9316 -3976.9873 4725.8711 C +-3977.2295 4725.7627 -3977.4153 4725.8789 -3977.3591 4726.1055 C +-3977.5769 4726.6777 -3977.0232 4726.4629 -3976.8591 4726.7485 C +-3976.7351 4726.7109 -3976.6111 4726.6719 -3976.4895 4726.6333 C +-3975.2312 4724.7969 L +-3974.6936 4724.584 -3974.4519 4725.0229 -3974.0481 4725.2998 C +-3973.9373 4724.8081 L +-3973.4695 4724.8589 -3973.0281 4725.0146 -3973.3279 4725.6367 C +-3973.3447 4725.4727 -3973.4065 4725.5117 -3973.5081 4725.4873 C +-3973.5215 4725.5547 -3973.5449 4725.6025 -3973.5745 4725.6411 C +-3973.5842 4725.6699 -3973.5896 4725.6982 -3973.5977 4725.7266 C +-3973.0967 4725.5684 -3972.7839 4725.4653 -3972.7551 4725.4463 C +-3973.6057 4726.1587 -3972.7976 4726.3374 -3972.9399 4727.2085 C +-3972.0808 4726.9248 L +-3972.6016 4726.6489 -3972.0903 4726.499 -3971.9055 4726.3813 C +-3971.8545 4726.8711 -3971.2136 4726.3774 -3970.9121 4726.4453 C +-3970.9343 4726.5464 L +-3970.6553 4726.7158 -3970.1663 4726.6685 -3969.8184 4726.5352 C +-3969.8342 4726.3711 -3969.3879 4725.5703 -3969.1736 4725.0879 C +-3969.7705 4724.9038 -3969.4163 4724.708 -3969.4641 4724.4038 C +-3969.4023 4724.4316 -3969.2913 4724.4375 -3969.2783 4724.375 C +-3969.1929 4724.2363 -3969.3943 4724.1895 -3969.4111 4724.0273 C +-3970.0457 4724.2559 -3970.6985 4724.3203 -3970.9573 4725.0039 C +-3970.7625 4725.3135 -3970.6252 4724.708 -3970.4072 4724.915 C +-3970.7217 4725.375 -3971.1272 4725.2837 -3971.6543 4725.2705 C +-3971.8271 4724.8613 L +-3972.3577 4725.084 L +-3972.1362 4724.8662 -3972.2695 4724.4375 -3971.7129 4724.3545 C +-3971.7839 4723.9688 -3972.2649 4724.4434 -3972.6057 4724.3135 C +-3972.78 4724.8574 L +-3972.7129 4724.5547 -3973.4424 4724.4961 -3972.9241 4724.0825 C +-3972.0808 4723.6367 L +-3972.3152 4723.2646 L +-3971.6023 4723.1602 L +-3971.7705 4723.4414 L +-3970.6252 4723.0649 -3971.4329 4724.5249 -3970.28 4723.8828 C +-3969.9192 4723.2227 -3969.5313 4723.1523 -3968.8247 4723.3125 C +-3969.3359 4723.46 -3968.8772 4723.7773 -3969.0696 4724.1587 C +-3968.5481 4724.4346 -3968.3721 4723.8911 -3968.1016 4723.6333 C +-3967.9688 4723.9814 -3967.8743 4724.2676 -3968.3401 4724.2158 C +-3968.3984 4724.9453 -3967.7273 4724.0894 -3967.6848 4724.8408 C +-3966.1416 4724.8184 -3966.4482 4722.415 -3964.6443 4723.3535 C +-3964.7119 4723.6558 L +-3963.5664 4723.2793 -3962.9055 4723.6411 -3961.8447 4723.4023 C +-3961.0095 4724.1733 L +-3961.1963 4724.291 -3961.6985 4724.8672 -3961.4641 4725.2383 C +-3961.8704 4724.4585 -3962.3015 4724.7314 -3962.7393 4724.3135 C +-3962.7839 4724.5161 -3962.6057 4724.6621 -3962.5281 4724.7871 C +-3962.7922 4724.7793 -3962.9248 4724.4307 -3963.2737 4724.5654 C +-3963.2568 4724.7266 -3962.8762 4724.9199 -3963.1631 4725.0146 C +-3963.6377 4724.5352 L +-3964.2727 4724.7637 -3963.9504 4725.6836 -3964.6963 4725.4629 C +-3964.5576 4725.0352 -3964.2744 4724.416 -3963.9856 4724.3135 C +-3964.3264 4724.2207 -3963.5313 4724.0547 -3963.8423 4723.7993 C +-3964.3333 4724.4331 -3964.5703 4723.9307 -3965.2231 4724.3281 C +-3965.1465 4724.2393 -3965.1262 4724.1152 -3964.9656 4724.0762 C +-3965.9128 4723.8081 L +-3965.6785 4724.1797 -3966.6953 4724.2158 -3966.6072 4724.7671 C +-3965.5977 4724.9946 -3965.8943 4724.6621 -3964.7439 4724.9751 C +-3965.0696 4725.0996 -3965.4895 4725.6602 -3965.6863 4726.1753 C +-3965.6963 4726.1543 -3965.7129 4726.1367 -3965.7483 4726.1274 C +-3965.9241 4726.6719 -3965.7449 4726.8184 -3965.7483 4727.7705 C +-3965.2231 4727.0938 -3964.8721 4727.6514 -3964.2527 4727.2617 C +-3964.1362 4726.7397 -3964.6121 4726.5957 -3964.9199 4726.7305 C +-3964.3743 4726.3848 L +-3964.4817 4726.6245 L +-3963.0967 4726.7998 L +-3963.3591 4726.8281 -3963.4482 4727.1304 -3963.5852 4727.3584 C +-3963.4065 4727.3789 -3963.2295 4727.5171 -3963.0413 4727.6685 C +-3963.0808 4727.1699 -3963.0559 4726.8184 -3962.8816 4726.8281 C +-3961.9905 4726.9463 -3961.4951 4727.3936 -3961.1663 4727.9624 C +-3961.1321 4727.9512 -3961.0935 4727.9395 -3961.0625 4727.9277 C +-3961.2119 4727.4165 -3960.4297 4727.0098 -3960.1536 4726.4873 C +-3960.1672 4727.0161 -3959.6943 4726.8047 -3959.4375 4727.0742 C +-3959.3008 4726.4688 -3959.4832 4725.6328 -3959.7959 4725.1377 C +-3960.3984 4725.6909 -3960.1335 4725.6968 -3960.4182 4726.4814 C +-3961.3848 4727.0054 L +-3961.1687 4726.5229 L +-3961.6511 4726.3096 -3962.1145 4726.9478 -3962.0791 4726.3193 C +-3961.8242 4725.9004 -3961.4033 4726.1543 -3961.1504 4725.7344 C +-3961.4695 4725.5039 L +-3960.9065 4724.8867 -3961.1809 4726.0986 -3960.4993 4725.6685 C +-3960.75 4725.1348 -3960.4375 4725.6289 -3960.1455 4725.2705 C +-3960.3799 4724.8989 -3961.3457 4725.4238 -3961.1409 4724.5161 C +-3960.7864 4724.1191 -3959.9482 4725.5801 -3959.4792 4724.6777 C +-3959.5022 4724.7793 L +-3958.8103 4724.8975 -3958.5671 4724.3789 -3958.3081 4724.0527 C +-3958.0137 4724.3467 -3957.6072 4723.9331 -3957.2881 4723.9004 C +-3957.2959 4724.1646 L +-3956.8457 4724.0537 L +-3957.0601 4724.5352 -3957.3733 4724.0405 -3957.76 4724.1113 C +-3957.7119 4724.6016 L +-3958.1577 4724.0195 -3958.4551 4724.9038 -3958.8008 4725.3271 C +-3958.2976 4724.9023 -3957.3799 4725.4478 -3957.2617 4724.4873 C +-3956.9504 4724.9844 L +-3956.8015 4724.8047 L +-3956.5696 4725.1768 -3956.8064 4725.7598 -3957.2561 4725.8711 C +-3957.3342 4725.7471 -3957.3733 4725.6855 -3957.3496 4725.584 C +-3957.5583 4725.8027 -3957.75 4726.1836 -3958.2551 4726.0703 C +-3957.9856 4725.8105 L +-3958.6145 4725.7749 -3959.1863 4725.9648 -3959.4016 4726.4473 C +-3958.4937 4726.6523 -3957.6008 4726.6953 -3956.7483 4726.6733 C +-3956.4968 4725.5645 -3956.1985 4724.9424 -3956.0703 4723.9106 C +-3955.4983 4723.7207 -3954.7217 4723.5791 -3954.2249 4723.9565 C +-3954.2705 4724.1587 L +-3954.0281 4724.2646 -3953.8047 4724.2085 -3953.6184 4724.0913 C +-3953.3623 4724.3623 -3953.7937 4724.6367 -3953.6152 4724.7832 C +-3952.7959 4724.4375 L +-3952.8464 4724.9038 -3953.5359 4724.9063 -3953.8633 4724.9395 C +-3953.8015 4724.9004 -3953.6768 4724.8223 -3953.7168 4724.7598 C +-3954.0977 4724.5684 -3954.8071 4725.3623 -3954.9736 4724.6875 C +-3955.1592 4724.8047 -3954.5967 4724.1895 -3955.2249 4724.1543 C +-3955.6455 4723.9004 -3955.7825 4724.5054 -3955.8264 4724.708 C +-3955.8333 4724.9727 -3955.1663 4725.0703 -3955.3977 4725.3887 C +-3955.0703 4725.3545 -3954.9399 4725.0146 -3954.5212 4725.2695 C +-3954.8457 4725.3018 -3955.2864 4725.8374 -3955.4592 4725.4277 C +-3956.1008 4725.9199 -3956.0088 4727.1602 -3955.7063 4727.2285 C +-3955.7783 4726.8398 -3954.5359 4726.75 -3955.3772 4726.2427 C +-3954.9993 4725.7427 -3954.3088 4725.7397 -3953.8145 4725.4277 C +-3953.8369 4725.5273 L +-3953.2231 4725.4023 L +-3953.3096 4725.5405 -3953.4951 4725.6592 -3953.5012 4725.9209 C +-3952.6511 4725.2129 L +-3953.1296 4725.6895 -3952.3545 4725.5439 -3952.1367 4725.7539 C +-3952.0457 4725.3496 -3951.7136 4725.0537 -3952.0322 4724.8223 C +-3952.3904 4724.5288 -3952.2407 4725.0405 -3952.5664 4725.0713 C +-3952.1052 4724.4346 L +-3952.0657 4724.4961 L +-3951.7881 4723.9751 L +-3951.1599 4724.0117 -3952.0625 4725.1875 -3951.2576 4724.6777 C +-3951.3623 4723.9668 L +-3950.4304 4724.0713 -3949.2336 4724.8711 -3948.5752 4724.5435 C +-3948.7568 4724.9478 -3948.8369 4725.5977 -3948.5872 4725.9829 C +-3948.8711 4725.8613 -3949.4417 4725.8867 -3949.8489 4725.9526 C +-3949.9272 4725.8281 -3949.3401 4725.1128 -3948.8977 4725.2661 C +-3949.1121 4724.1016 -3950.0105 4725.9688 -3950.0625 4724.7881 C +-3951.1897 4724.3774 -3950.9033 4725.9253 -3951.8601 4725.2329 C +-3951.8733 4725.7598 -3952.1321 4725.4902 -3952.1824 4725.9551 C +-3951.8992 4726.8149 -3950.9033 4725.9253 -3950.2825 4726.2266 C +-3950.3433 4726.2646 -3950.4656 4726.3438 -3950.4895 4726.4434 C +-3950.0457 4726.5977 -3949.8623 4726.4814 -3949.5522 4726.2847 C +-3949.5913 4726.2227 L +-3949.0496 4725.708 -3949.2561 4726.6157 -3948.9373 4726.8477 C +-3948.8137 4726.7695 -3948.3704 4726.9209 -3948.4417 4726.5352 C +-3947.8643 4727.0361 L +-3947.8921 4726.4473 L +-3947.5664 4726.4136 -3947.4951 4726.8018 -3947.2 4726.4434 C +-3947.1863 4725.9165 L +-3947.9951 4725.7344 L +-3947.5852 4725.5615 -3947.8809 4725.2295 -3947.4304 4725.1191 C +-3947.9336 4725.6953 -3947.0745 4725.4111 -3947.0249 4725.9004 C +-3946.6936 4725.6035 L +-3946.7783 4725.7441 L +-3946.5183 4726.0146 -3946.4688 4725.5479 -3946.1653 4725.6172 C +-3946.5232 4725.3237 -3946.7576 4724.9526 -3947.2136 4725.3271 C +-3946.8816 4725.0313 -3946.2231 4724.7031 -3946.0615 4724.6855 C +-3945.7129 4724.4653 -3945.4695 4724.8662 -3945.1433 4724.9253 C +-3945.7693 4725.1367 -3944.9241 4726.5229 -3946.1785 4726.1445 C +-3946.1553 4726.0435 -3946.0537 4726.0654 -3946.0144 4726.1279 C +-3946.1816 4725.4551 -3946.7664 4726.1699 -3947.0383 4726.4277 C +-3946.9683 4726.8149 -3947.2527 4726.9106 -3946.7705 4727.1245 C +-3946.9287 4726.8774 -3946.3643 4726.2617 -3945.9055 4726.5791 C +-3945.9863 4727.4077 L +-3945.3184 4727.5054 L +-3945.3809 4727.5449 L +-3945.1296 4728.0791 -3944.6682 4727.4414 -3944.2083 4727.7559 C +-3943.8762 4727.46 -3942.6023 4727.6953 -3943.1504 4726.8281 C +-3942.7375 4727.3467 -3942.3752 4726.6855 -3941.9248 4726.5742 C +-3942.4863 4726.2363 L +-3941.8225 4725.6421 -3942.0137 4726.0249 -3941.4824 4725.0825 C +-3941.4287 4725.3081 -3941.3103 4725.4946 -3941.4182 4725.7344 C +-3940.5264 4725.7773 -3939.2527 4726.0117 -3938.7295 4725.334 C +-3938.1008 4725.3687 -3938.0022 4726.3457 -3937.1201 4725.9624 C +-3936.9343 4725.8457 -3937.2649 4725.1875 -3936.6809 4725.4253 C +-3936.6416 4725.4873 -3937.2432 4726.04 -3936.5928 4725.9751 C +-3936.1296 4725.3369 -3935.5049 4726.3271 -3934.9023 4725.7734 C +-3934.5842 4726.0039 -3934.0322 4725.9165 -3934.1472 4726.4209 C +-3934.6511 4726.3066 -3935.3643 4726.4121 -3935.4729 4726.6543 C +-3935.4033 4726.3496 -3935.8313 4726.3589 -3935.46 4726.1245 C +-3936.2217 4725.7427 -3935.9543 4726.4375 -3936.6377 4726.1768 C +-3936.6848 4726.3789 -3936.2864 4726.7354 -3936.1399 4726.5547 C +-3936.1367 4727.2441 -3937.4873 4726.8877 -3936.8799 4727.7144 C +-3936.1497 4727.7734 -3935.9329 4726.3369 -3935.3 4727.0625 C +-3935.5537 4727.4814 -3935.9504 4727.1274 -3936.2727 4727.8516 C +-3935.7527 4728.1279 L +-3935.3752 4727.6289 L +-3935.3977 4727.7314 L +-3934.4792 4728.3623 -3934.5481 4727.0215 -3933.7263 4726.6753 C +-3934.2024 4726.1978 -3933.6162 4725.4814 -3933.9744 4725.1875 C +-3933.4248 4725.0996 -3933.0212 4725.1909 -3933.0176 4725.8809 C +-3934.0457 4726.4434 -3933.0759 4726.6104 -3934.0264 4727.2974 C +-3933.8704 4727.5449 -3934.2527 4728.3066 -3933.6863 4728.3833 C +-3933.0481 4727.8911 -3933.8772 4727.8081 -3933.2407 4727.5806 C +-3933.2031 4727.6421 -3933.1641 4727.7041 -3933.1863 4727.8057 C +-3932.8936 4727.4478 -3932.8447 4727.9355 -3932.4905 4727.5391 C +-3932.5745 4727.6777 L +-3932.1377 4728.0957 -3932.0967 4727.2031 -3931.7207 4727.6587 C +-3931.8711 4727.1475 -3931.4683 4727.2393 -3931.2351 4726.9199 C +-3931.6162 4726.7266 -3931.8225 4725.9917 -3932.5745 4726.0332 C +-3932.6653 4726.4375 -3932.6104 4726.6621 -3932.9192 4726.8574 C +-3932.4304 4726.8081 L +-3932.5359 4726.875 -3932.6162 4726.98 -3932.7129 4727.0605 C +-3933.1824 4726.8516 L +-3932.5872 4726.5615 -3932.8601 4726.1289 -3932.6072 4725.708 C +-3932.0625 4725.8848 -3932.1577 4725.5967 -3931.8152 4725.7285 C +-3931.8496 4726.3223 -3930.7649 4726.7427 -3930.1377 4727.1245 C +-3930.2351 4727.1016 -3930.3608 4727.1172 -3930.4287 4727.1016 C +-3930.8843 4727.4766 -3930.1152 4727.5967 -3930.0984 4727.7598 C +-3929.7664 4727.4629 L +-3929.8289 4727.5039 -3929.9153 4727.6421 -3929.7737 4727.7266 C +-3929.3242 4727.6157 -3929.3503 4727.0273 -3928.9016 4726.916 C +-3928.8679 4727.2427 -3929.2473 4727.7397 -3928.9683 4727.9106 C +-3928.8721 4728.1958 -3928.5657 4728.9551 -3927.9695 4728.6665 C +-3927.9272 4728.5405 -3927.7727 4728.4707 -3927.5935 4728.4165 C +-3927.6184 4728.4346 -3927.6497 4728.4478 -3927.6609 4728.4707 C +-3927.2649 4728.8267 L +-3927.6023 4729.3848 -3927.9473 4728.5645 -3928.2864 4729.124 C +-3928.3152 4729.6543 L +-3928.5791 4729.6558 -3928.9375 4729.8857 -3929.1023 4730.1602 C +-3928.7 4730.2505 -3928.6152 4730.1113 -3928.1653 4730.0005 C +-3928.1023 4730.3359 -3928.4192 4730.5854 -3928.4648 4730.6211 C +-3928.3977 4730.3193 L +-3928.9343 4729.8799 -3929.2 4730.8271 -3929.8679 4730.7285 C +-3929.9688 4730.707 -3929.9072 4730.6685 -3929.8848 4730.5669 C +-3930.4255 4731.0806 -3930.9561 4730.3774 -3931.4817 4731.0547 C +-3931.3103 4730.7749 L +-3931.6682 4731.0005 -3932.3679 4731.5229 -3933.0671 4732.0273 C +-3933.0728 4732.2344 L +-3932.9951 4732.3574 -3933.2576 4732.3516 -3933.3984 4732.2671 C +-3933.3977 4732.2637 L +-3933.7483 4732.5161 -3934.0852 4732.7485 -3934.3608 4732.9209 C +-3934.2727 4733.0488 -3934.1599 4733.1558 -3934.0305 4733.1855 C +-3933.9209 4732.9434 -3933.2783 4733.1421 -3933.3665 4732.5913 C +-3933.0696 4732.9238 -3932.5913 4732.4478 -3932.3733 4732.6558 C +-3932.7705 4732.3027 -3932.0967 4732.1367 -3932.0271 4731.834 C +-3931.8936 4732.1807 -3931.4385 4731.8066 -3931.4905 4732.2734 C +-3931.4121 4732.396 -3931.6855 4731.9639 -3931.8545 4732.2441 C +-3932.2705 4732.6797 -3931.0928 4732.6274 -3931.6111 4733.0405 C +-3930.9519 4732.7129 -3930.0833 4732.8545 -3929.4033 4732.4248 C +-3929.7839 4732.2344 L +-3929.4817 4732.3027 -3928.7664 4732.1982 -3928.7129 4732.4238 C +-3928.9375 4732.4785 -3929.2 4732.4727 -3929.4873 4732.5664 C +-3929.5012 4733.0938 -3928.7969 4732.5625 -3928.7649 4732.8887 C +-3927.9304 4732.0161 L +-3928.2959 4731.9863 L +-3928.0657 4731.6665 -3927.3015 4732.0527 -3926.7351 4732.1274 C +-3927.0601 4732.8486 -3927.5896 4732.1455 -3928.1855 4732.4355 C +-3928.6184 4732.7085 -3927.9182 4733.1318 -3928.3279 4733.3047 C +-3928.2217 4733.4727 -3927.9543 4733.4526 -3927.8225 4733.2705 C +-3927.6609 4733.4023 L +-3928.0264 4734.0581 -3928.8457 4733.9121 -3929.3911 4734.4766 C +-3929.3433 4734.4063 -3929.3015 4734.332 -3929.2864 4734.2559 C +-3929.7063 4734.0024 -3930.1328 4734.0117 -3930.5422 4734.1855 C +-3930.3257 4734.3921 -3930.24 4734.2524 -3930.1162 4734.1753 C +-3930.1008 4734.3374 -3930.4873 4734.4077 -3930.6335 4734.5879 C +-3930.2527 4734.7793 -3930.5625 4734.9751 -3930.3215 4735.084 C +-3930.5696 4735.2397 -3930.7705 4735.1934 -3931.0728 4735.1245 C +-3931.2295 4734.8774 -3930.9431 4734.7832 -3930.9751 4734.4585 C +-3931.2864 4734.6543 -3931.4287 4733.8774 -3931.8843 4734.2524 C +-3931.2783 4734.3887 -3932.0439 4734.9585 -3932.2527 4735.1777 C +-3932.1511 4735.1997 L +-3932.3433 4735.5806 -3932.5063 4735.5967 -3932.6392 4735.248 C +-3932.3911 4735.0913 -3932.1511 4735.1997 -3932.2217 4734.8125 C +-3932.3855 4734.8296 -3932.5488 4734.8457 -3932.7344 4734.9624 C +-3932.5657 4734.6831 L +-3933.3799 4734.7637 L +-3933.5088 4735.1055 -3933.7241 4735.5879 -3933.8369 4736.0928 C +-3934.0322 4735.7822 -3934.3042 4736.04 -3934.4895 4736.1587 C +-3934.4033 4736.0176 L +-3934.7625 4735.7251 -3935.5615 4735.9688 -3935.6289 4736.2705 C +-3935.8855 4736.0024 -3933.8152 4734.3467 -3935.6289 4734.6274 C +-3936.3184 4734.6289 -3936.0583 4735.5913 -3936.4519 4735.9253 C +-3936.4297 4735.8267 -3936.4688 4735.7637 V +-3936.7705 4735.6934 -3936.8008 4736.0605 -3937.0488 4736.2158 C +-3936.8679 4736.3623 -3936.6057 4736.3687 -3936.5212 4736.2295 C +-3936.6121 4736.6328 -3937.1497 4736.1934 -3937.3809 4736.5117 C +-3937.0808 4735.8896 -3937.9641 4736.2744 -3937.7312 4735.9551 C +-3938.3313 4735.5547 -3938.9729 4736.0474 -3939.2881 4736.5054 C +-3939.6953 4735.7251 -3940.0022 4736.6089 -3940.6631 4736.2485 C +-3940.5615 4736.2705 -3940.3772 4736.1543 -3940.2351 4736.2383 C +-3939.8584 4735.7427 -3940.9199 4735.9785 -3940.3401 4735.5249 C +-3940.4641 4735.6035 -3940.3489 4735.7881 -3940.2217 4735.7109 C +-3939.9993 4735.6553 -3939.7898 4735.4375 -3939.8457 4735.2119 C +-3940.3843 4734.7734 L +-3940.1963 4734.6543 L +-3941.0137 4734.0479 L +-3941.0359 4734.1475 -3940.9592 4734.2705 -3940.9199 4734.334 C +-3941.8679 4734.0664 -3942.9519 4734.4038 -3943.7825 4734.3237 C +-3943.9385 4735.7207 -3945.8271 4734.9209 -3946.4983 4735.7793 C +-3946.3184 4735.3789 -3946.22 4734.6719 -3946.3313 4734.3813 C +-3946.1816 4734.3223 -3945.8752 4733.7573 -3945.5359 4733.875 C +-3945.4817 4734.0996 -3945.0625 4734.3535 -3945.3323 4734.6104 C +-3944.3943 4734.4512 -3945.4592 4733.9976 -3945.1824 4733.4775 C +-3946.2217 4733.6138 -3946.8313 4734.4316 -3947.4873 4734.7607 C +-3947.5039 4734.5957 L +-3947.9993 4734.9077 L +-3947.5945 4735.0005 -3947.6145 4735.7935 -3948.1362 4735.5161 C +-3948.0728 4735.4766 L +-3948.3704 4735.1445 -3948.9895 4735.5352 -3949.4543 4735.4844 C +-3949.7695 4735.9414 L +-3950.2351 4735.8896 -3950.2551 4735.0371 -3950.4065 4734.5264 C +-3951.1362 4734.4668 -3951.5576 4735.1655 -3952.0759 4735.5806 C +-3952.3103 4735.2085 -3953.4033 4735.1211 -3952.8242 4734.6699 C +-3953.4824 4734.9976 -3953.3496 4736.9902 -3954.4785 4735.8867 C +-3954.1855 4735.5273 L +-3955.2649 4735.6025 -3956.8042 4736.3164 -3957.3015 4735.9385 C +-3956.9033 4734.6494 -3958.6497 4734.6274 -3958.8416 4733.3633 c +-3958.7881 4733.6523 -3959.1936 4733.7485 -3959.2527 4733.9023 C +-3959.3416 4733.7539 -3959.4895 4733.6104 -3959.6465 4733.8711 C +-3959.2256 4734.1245 -3959.9424 4735.1831 -3959.1377 4734.6733 C +-3959.5449 4735.5391 -3960.0696 4736.2158 -3960.9617 4736.1729 C +-3960.9482 4735.6455 L +-3960.2424 4735.8057 L +-3960.3137 4735.4165 -3959.9504 4735.4463 -3959.8015 4735.2676 C +-3961.1145 4734.9707 -3959.6296 4734.0332 -3960.9719 4734.1016 C +-3961.1016 4734.4434 -3961.0176 4734.3027 -3961.3665 4734.4375 C +-3961.2024 4734.4199 -3961.1729 4734.0566 -3961.4373 4734.0508 C +-3961.6912 4734.4707 L +-3962.1599 4733.5928 -3960.9153 4733.8984 -3961.3152 4733.2808 C +-3960.7969 4732.8672 -3959.8992 4732.6455 -3960.0664 4731.9727 C +-3960.9128 4731.7285 -3960.8279 4733.2329 -3961.7129 4732.9277 C +-3961.8071 4732.6411 L +-3962.1184 4732.8359 -3962.1687 4733.3008 -3962.3391 4733.5801 C +-3962.3545 4733.4185 -3962.4336 4733.2949 -3962.6335 4733.2485 C +-3963.1592 4733.9253 -3963.5081 4734.0581 -3963.9929 4734.7974 C +-3962.7024 4734.2427 -3962.8896 4735.3125 -3961.5576 4734.8184 C +-3961.7664 4735.0371 -3962.7041 4735.1978 -3962.7617 4735.9253 C +-3962.7493 4735.3975 L +-3963.1824 4735.6719 -3963.6152 4735.9434 -3964.1592 4735.7695 C +-3963.8271 4735.4727 L +-3964.5481 4735.8398 -3965.0256 4734.6719 -3965.5945 4735.5508 C +-3965.3936 4735.5967 -3965.2305 4735.5806 -3965.1064 4735.5005 c +-3965.4775 4735.7363 -3965.9431 4735.6836 -3966.3464 4735.5938 C +-3967.1809 4736.4653 L +-3967.1736 4736.2031 -3967.7024 4736.1875 -3967.4473 4735.7695 C +-3968.0481 4735.3682 -3968.3313 4736.1543 -3968.6785 4736.2847 C +-3969.2937 4735.7251 -3968.1455 4736.0352 -3968.0852 4735.3066 C +-3968.9329 4735.0625 -3969.8313 4735.2832 -3970.3096 4735.7573 C +-3970.1367 4735.8638 -3970.0527 4735.9551 -3970.0615 4736.084 C +-3970.0872 4735.9165 -3970.4287 4735.96 -3970.6191 4735.9551 C +-3970.75 4736.2974 L +-3971.0671 4736.0654 -3971.0225 4735.8638 -3970.7527 4735.6055 C +-3971.0559 4735.5391 -3971.4172 4736.1982 -3971.7295 4735.7041 C +-3971.2119 4735.291 -3970.5522 4735.6514 -3970.2825 4735.3945 C +-3971.3643 4735.7319 -3971.3711 4734.3516 -3972.7424 4734.7847 C +-3972.7593 4734.6211 -3972.5271 4734.3027 -3972.7913 4734.2974 C +-3973.4033 4734.4238 -3972.9512 4735.0039 -3973.1423 4735.3848 C +-3972.6711 4735.1719 -3972.4519 4735.3809 -3972.1785 4735.8135 C +-3972.3042 4736.0928 L +-3972.3232 4735.9478 -3972.6191 4735.9395 -3972.7063 4735.8008 C +-3972.7825 4736.3672 L +-3972.7473 4735.7397 -3973.2207 4735.2617 -3973.5928 4735.4961 C +-3973.2168 4735.9512 -3973.3184 4735.9277 -3973.2161 4736.6421 C +-3973.7393 4737.3193 -3973.8064 4735.9766 -3974.3928 4736.6934 C +-3974.3489 4736.4917 -3973.8369 4736.3413 -3974.2793 4736.1875 C +-3974.6455 4736.1602 -3974.5967 4736.6489 -3974.8423 4736.8047 C +-3974.5657 4736.2822 -3974.6367 4735.8945 -3974.3369 4735.2734 C +-3973.6863 4735.208 -3974.0745 4735.2808 -3973.4385 4735.0527 C +-3973.9768 4734.6113 L +-3973.4255 4734.5249 -3973.5759 4734.0127 -3973.5305 4733.8125 C +-3974.4719 4733.2808 -3974.24 4734.6064 -3974.8457 4734.4697 C +-3975.1377 4734.8281 -3974.2783 4734.5449 -3974.7351 4734.9199 C +-3975.3015 4734.8438 -3974.8643 4735.2617 -3975.5 4735.4873 C +-3975.3936 4735.248 L +-3975.5879 4734.9375 -3975.78 4735.3203 -3976.0049 4735.3726 C +-3976.2522 4735.5313 -3975.7249 4737.1895 -3976.7417 4737.2251 C +-3976.6919 4737.0791 -3976.6736 4736.9863 -3976.6736 4736.9253 C +-3975.6816 4732.5352 L +-3976.7119 4732.5464 -3977.8992 4732.4238 -3979.0923 4732.1289 C +-3979.3733 4731.2705 -3978.2407 4731.4209 -3978.3137 4731.0352 C +-3977.7695 4731.2109 L +-3977.8 4731.5752 -3978.9097 4731.3237 -3978.4182 4731.9668 C +-3977.4573 4731.7041 -3977.0212 4732.123 -3976.1096 4731.3726 C +-3976.3928 4730.5127 -3977.3103 4731.5249 -3977.9033 4730.8613 C +-3977.6543 4730.9185 -3977.4441 4730.8223 -3977.24 4730.6992 C +-3977.7969 4730.5894 -3978.3928 4730.4707 -3979.0264 4730.3374 C +-3979.1687 4730.5464 L +-3978.7417 4730.6421 -3978.4463 4730.7158 -3978.4082 4730.7471 C +-3978.9744 4730.6719 -3979.4519 4731.1479 -3979.4895 4731.7773 C +-3979.3889 4731.7998 L +-3979.5935 4731.9961 L +-3979.7263 4731.9565 -3979.8591 4731.9185 -3979.9912 4731.875 C +f +-4016.6936 4731.7266 m +-4016.6592 4731.6665 -4016.6321 4731.5957 -4016.6121 4731.5078 c +-4016.6328 4731.5996 -4016.6096 4731.6587 -4016.6936 4731.7266 C +f +0 D +-3968.9033 4729.7646 m +-3969.6584 4729.6733 -3970.4199 4729.5024 -3971.1455 4729.4253 C +-3969.8359 4730.6689 -3968.9153 4731.6104 -3971.1008 4731.5859 C +-3971.2439 4731.6753 L +-3970.9583 4731.8281 -3970.4656 4731.8467 -3970.0022 4731.7568 C +-3969.6272 4731.3164 -3968.4172 4729.6958 -3968.4304 4729.5527 C +-3968.5632 4729.2041 -3968.7568 4729.5854 -3968.9983 4729.4785 C +-3968.9033 4729.7646 L +f +-3968.3665 4731.8477 m +-3967.9385 4731.9863 -3968.0359 4731.7109 -3967.9695 4731.4629 C +-3968.1201 4731.4946 -3968.2705 4731.5273 -3968.4192 4731.5566 C +-3968.3623 4731.6191 -3968.3342 4731.707 -3968.3665 4731.8477 C +f +1 D +-3967.9951 4731.2153 m +-3968.0432 4731.2085 -3968.0842 4731.1978 -3968.1057 4731.1646 C +-3967.9951 4731.2153 L +f +0 D +-3976.3191 4730.9004 m +-3976.3 4730.8945 -3976.2932 4730.8887 -3976.2751 4730.8848 C +-3976.3762 4730.8647 -3976.4775 4730.8467 -3976.5833 4730.8267 C +-3976.5422 4730.8672 -3976.4641 4730.8975 -3976.3191 4730.9004 C +f +-3975.4504 4731.5078 m +-3975.3489 4731.0537 L +-3975.4431 4731.0371 -3975.5393 4731.0195 -3975.6377 4731.0024 C +-3975.6052 4731.207 -3975.5713 4731.3867 -3975.4504 4731.5078 C +f +-3972.6584 4733.0024 m +-3972.4824 4732.4565 -3971.8928 4732.4316 -3971.8567 4731.8027 C +-3971.8191 4731.6411 -3971.9431 4731.5791 -3972.0823 4731.5273 C +-3972.2375 4731.5127 -3972.4033 4731.4951 -3972.5791 4731.4751 C +-3972.5852 4731.5664 -3972.6201 4731.6523 -3972.6785 4731.7344 C +-3972.5049 4731.8125 -3972.3889 4731.9688 -3972.4592 4732.3545 C +-3972.9055 4731.5127 -3972.8591 4732.9551 -3973.3416 4732.7397 C +-3973.4951 4733.1836 -3972.8047 4733.1797 -3972.6584 4733.0024 C +f +1 D +-3935.5752 4731.3623 m +-3935.5615 4731.4185 -3935.5144 4731.5581 -3935.4482 4731.7344 C +-3935.7881 4732.0449 L +-3936.3943 4731.9077 -3936.8799 4731.0039 -3937.4255 4731.7817 C +-3937.6809 4731.5859 -3937.8176 4731.1729 -3937.9482 4730.8325 C +-3937.8232 4730.8574 -3937.7063 4730.8911 -3937.6089 4730.9434 C +-3936.0791 4729.8047 -3936.8113 4732.1445 -3935.5752 4731.3623 C +f +0 D +-3942.5449 4730.2539 m +-3942.4824 4730.2153 -3942.46 4730.1128 Y +-3943.8145 4731.2671 -3944.9297 4731.6016 -3945.6599 4731.5566 C +-3945.5183 4732.0146 -3944.8633 4732.3687 -3944.5522 4732.5581 C +-3944.8279 4733.0801 L +-3945 4732.6699 L +-3945.4785 4733.1445 L +-3945.3447 4733.4946 -3944.9583 4733.4209 -3944.7 4733.6909 C +-3944.6775 4733.5913 -3943.8503 4732.9829 -3943.6191 4732.6621 C +-3944.28 4732.3018 L +-3944.1016 4732.4478 -3943.2249 4732.3271 -3942.8772 4732.1934 C +-3942.8704 4731.9316 -3943.4695 4731.5288 -3943.5449 4732.0967 C +-3943.6162 4731.7085 -3942.9255 4731.7041 -3943.3623 4731.2881 C +-3942.8447 4730.875 -3942.0212 4731.2207 -3941.6392 4731.4121 C +-3941.5745 4732.0649 L +-3941.1553 4732.3184 -3941.2913 4731.2793 -3940.7932 4731.6558 C +-3941.4055 4731.7832 -3940.6897 4732.3711 -3941.1768 4732.4199 C +-3941.0212 4732.6665 -3941.1736 4733.1089 -3940.6855 4733.0605 C +-3940.2793 4732.1978 -3940.1711 4733.6016 -3939.7871 4732.8398 C +-3939.5305 4733.1089 -3940.0632 4733.3589 -3939.5583 4733.4751 C +-3938.9792 4733.0215 -3939.0127 4732.6958 -3938.9768 4732.0684 C +-3939.5183 4731.8921 -3939.5852 4732.8848 -3940.0281 4732.7319 C +-3939.1472 4731.6558 L +-3939.3096 4731.5039 -3939.4297 4731.4873 -3939.5305 4731.5317 C +-3939.3535 4731.4688 -3939.2031 4731.3096 -3939.0745 4731.0894 c +-3939.0012 4730.9668 -3938.9336 4730.8613 -3938.8711 4730.7705 C +-3939.3704 4730.7646 -3939.8137 4730.75 -3939.8921 4730.4814 C +-3939.8232 4730.1777 L +-3940 4729.8975 -3940.2881 4730.1172 -3940.4209 4730.3398 C +-3940.8679 4730.3726 -3941.3145 4730.7974 -3941.4121 4730.4033 C +-3941.2424 4730.124 L +-3941.7922 4730.2119 -3941.8535 4730.2505 -3942.5449 4730.2539 C +f +-3960.5625 4729.5605 m +-3960.2295 4730.6777 -3959.8623 4731.6646 -3958.3081 4731.4688 C +-3958.4304 4731.5464 L +-3957.6472 4732.2471 -3956.9033 4730.6191 -3955.9504 4731.3975 C +-3956.4128 4731.8184 -3956.3879 4731.7793 -3956.8984 4732.7427 C +-3956.4023 4732.4277 L +-3956.5398 4733.0352 -3956.0449 4732.7207 -3955.6809 4732.75 C +-3956.0022 4733.4727 L +-3956.2207 4733.2646 -3956.7871 4733.1895 -3956.7705 4733.3545 C +-3956.6465 4733.2744 -3957.5183 4732.4414 -3957.9919 4732.6523 C +-3957.9431 4733.1421 -3956.9431 4732.9434 -3957.3896 4733.7441 C +-3956.9961 4733.4077 -3956.9473 4733.8965 -3956.5359 4733.7251 C +-3956.9304 4734.0605 -3956.6335 4734.3921 -3956.9272 4734.75 C +-3956.2527 4734.583 L +-3956.2351 4734.7461 -3957.2351 4734.9453 -3956.6824 4735.5479 C +-3956.4121 4735.291 -3955.6904 4735.6138 -3955.6775 4735.0859 C +-3955.6609 4735.248 L +-3955.1553 4735.3623 -3955.4385 4734.5024 -3954.8176 4734.8027 C +-3954.8103 4734.5371 -3954.9287 4734.3535 -3955.1511 4734.4077 C +-3955.3391 4734.5249 -3955.3679 4734.8887 -3955.7551 4734.9624 C +-3955.9287 4734.5508 -3955.2881 4735.0137 -3955.5569 4734.3164 c +-3955.6904 4733.9688 -3956.5791 4734.6157 -3956.2959 4733.832 C +-3955.7913 4733.9453 L +-3955.7783 4733.4185 -3955.4128 4733.4473 -3955.4231 4733.0215 C +-3955.1145 4732.8267 -3954.8232 4733.4209 -3954.5081 4732.9624 C +-3954.3772 4732.6211 -3954.6057 4731.9863 -3954.0842 4732.2627 C +-3953.6768 4733.0439 -3952.4761 4732.8921 -3952.0264 4732.7793 C +-3951.6328 4732.4434 L +-3951.6663 4732.1191 -3952.3848 4732.4873 -3952.1321 4732.0664 C +-3951.5183 4731.9395 L +-3951.5657 4732.1421 L +-3951.3623 4732.1875 -3951.1543 4731.9697 -3950.9688 4731.8535 C +-3951.1599 4732.2344 -3951.6023 4732.0806 -3951.5144 4732.6313 C +-3951.2263 4732.7397 -3951.1824 4732.9434 -3950.9172 4732.8374 C +-3950.9751 4732.8774 -3951.0249 4732.9307 -3951.0176 4733.0078 C +-3950.4343 4733.2461 -3950.4543 4732.3921 -3950.3081 4732.2129 c +-3949.7217 4731.4985 -3950.8992 4731.5493 -3950.8242 4730.9829 C +-3949.1121 4730.6807 L +-3949.2583 4730.8589 -3949.4055 4731.0371 -3949.3503 4731.2627 C +-3948.9304 4731.5176 -3949.3408 4731.6895 -3948.7512 4731.6631 C +-3948.7932 4730.9111 -3948.0088 4731.1943 -3947.5923 4730.7598 C +-3947.3977 4731.0684 -3947.3577 4731.1289 -3947.7832 4731.1387 C +-3947.7344 4731.6274 -3947.1631 4731.4395 -3946.96 4731.4844 C +-3946.8423 4731.3623 -3946.6416 4731.292 -3946.5144 4731.1831 C +-3946.6848 4730.9395 -3946.6121 4730.6348 -3946.2432 4730.4253 C +-3946.2217 4730.3237 L +-3946.8264 4730.1895 -3947.7664 4729.6558 -3948.1455 4730.1558 C +-3948.0383 4729.9146 L +-3948.7383 4729.4917 -3949.5615 4730.791 -3949.8843 4729.8687 C +-3949.8545 4729.5039 -3950.0249 4729.7847 -3950.0127 4729.2573 C +-3950.5281 4729.6699 L +-3950.4209 4729.4307 L +-3951.2976 4729.5508 L +-3951.2744 4729.4512 L +-3951.6912 4729.9287 -3952.0176 4730.3184 -3952.2783 4730.6367 C +-3952.2793 4730.8672 -3952.2522 4730.9375 -3952.3911 4731.1069 C +-3952.5305 4731.2207 -3952.6362 4731.2383 -3952.7305 4731.208 C +-3952.7312 4731.2085 -3952.7312 4731.2085 -3952.7312 4731.2109 C +-3952.7312 4731.2085 -3952.7312 4731.2085 -3952.7312 4731.208 C +-3952.9463 4731.1411 -3953.0896 4730.8105 -3953.3545 4730.6753 C +-3952.5393 4730.6191 L +-3952.4729 4730.2285 -3952.5422 4729.8237 -3952.9417 4729.5508 C +-3952.7783 4729.5352 -3952.71 4729.2305 -3952.9121 4729.1855 C +-3952.9343 4729.2871 -3953.4463 4729.4355 -3953.2512 4729.7461 C +-3954.0256 4729.8887 -3955.2793 4728.8633 -3956.4551 4729.6055 C +-3955.6104 4729.1592 -3957.1321 4729.0825 -3956.1943 4728.9209 C +-3956.8489 4728.2969 -3956.7576 4729.5371 -3957.4248 4729.4395 C +-3957.4817 4729.2153 -3957.0615 4729.4688 -3956.9082 4729.0249 C +-3958.0176 4728.7749 -3958.78 4730.0352 -3959.8533 4729.8457 C +-3959.8992 4729.3584 L +-3960.1023 4729.4209 -3960.3279 4729.4902 -3960.5625 4729.5605 C +f +-3962.6855 4730.1685 m +-3962.8921 4730.2227 -3963.1016 4730.2793 -3963.3145 4730.3359 C +-3963.2937 4730.3438 -3963.2744 4730.3438 -3963.2527 4730.3501 C +-3963.8733 4730.7427 L +-3963.4919 4730.9336 -3963.2407 4731.4688 -3963.7744 4731.7188 C +-3963.7295 4731.5171 -3963.8855 4731.2695 -3963.7 4731.1523 C +-3964.0576 4730.8589 -3964.8423 4730.5762 -3964.6377 4731.3125 C +-3963.9504 4730.6172 -3964.4775 4732.2505 -3963.9375 4731.7344 C +-3964.2273 4732.2129 -3964.5144 4731.9976 -3964.7881 4732.2119 C +-3964.5032 4731.8105 -3964.8545 4731.3027 -3965.2825 4731.1113 C +-3965.4688 4731.2295 -3965.9729 4731.1157 -3966.2825 4731.3105 C +-3966.1721 4731.7607 -3966.4417 4732.0186 -3965.9373 4732.1318 C +-3966.1223 4732.2505 -3966.4087 4732.3438 -3966.7295 4732.1128 C +-3966.6023 4732.0352 -3966.3799 4731.979 -3966.3953 4731.8169 C +-3966.6023 4731.4023 -3966.8447 4731.4209 -3966.9785 4731.2441 C +-3967.0852 4731.2695 -3967.1929 4731.292 -3967.2976 4731.3164 C +-3967.2664 4731.3545 -3967.2393 4731.4063 -3967.22 4731.4707 C +-3967.5745 4731.8682 L +-3967.1023 4731.6558 -3967.3562 4732.0762 -3967.3623 4732.3398 c +-3967.3496 4731.8125 -3967.6663 4732.2705 -3967.8279 4732.2881 C +-3967.4768 4732.8457 L +-3967.6465 4733.1245 -3968.0759 4732.4434 -3967.9873 4732.9946 C +-3967.2424 4733.2158 -3966.9561 4733.1211 -3966.2825 4732.9551 C +-3966.5559 4732.5229 L +-3965.7959 4732.2168 -3966.0872 4733.2646 -3965.2344 4733.2441 C +-3964.8799 4732.8486 -3963.9519 4733.2168 -3963.9343 4732.4248 C +-3964.0413 4732.6665 -3963.4033 4733.1289 -3963.1111 4732.7705 C +-3962.7881 4732.0474 -3961.8113 4731.9497 -3962.1072 4731.6191 C +-3962.3711 4731.6104 -3962.7263 4732.0078 -3962.9385 4731.5371 C +-3962.4265 4731.3867 L +-3962.7625 4730.9917 L +-3962.5889 4731.1333 -3962.6057 4730.7485 -3962.6855 4730.1685 C +f +1 D +-3974.1455 4725.7285 m +-3974.1511 4725.7251 -3974.1584 4725.7227 -3974.1653 4725.7188 C +-3974.1577 4725.7207 -3974.1504 4725.7207 -3974.1433 4725.7207 C +-3974.1455 4725.7285 L +f +*U +0 D +-3927.9968 4729.7207 m +-3927.8496 4729.5405 -3927.4856 4729.5703 -3927.5569 4729.1831 C +-3927.5481 4729.6089 -3928.2073 4729.2485 -3927.9968 4729.7207 C +f +-3927.5615 4730.1377 m +-3927.5359 4730.0361 -3927.5537 4729.8726 -3927.3904 4729.8574 C +-3927.8401 4729.9668 L +-3927.5615 4730.1377 L +f +-3927.1052 4733.0508 m +-3926.8733 4732.7319 -3926.7263 4732.5527 -3926.3623 4732.5815 C +-3926.2256 4733.6211 -3926.9583 4732.8721 -3927.1233 4733.8413 C +-3926.4561 4733.9395 -3926.2512 4733.0317 -3925.7024 4732.9434 C +-3925.9744 4732.5098 -3927.0852 4732.2598 -3927.1052 4733.0508 C +f +-3927.4016 4734.3633 m +-3927.0305 4734.1289 L +-3927.0671 4734.0684 L +-3927.4385 4734.3027 L +-3927.4016 4734.3633 L +f +-3935.4385 4725.334 m +-3935.4719 4725.0078 -3935.7031 4725.3281 -3935.8271 4725.4063 C +-3935.7263 4725.4277 -3935.5852 4725.5127 -3935.4385 4725.334 C +f +-4008.3503 4724.9946 m +-4011.1809 4725.3081 L +-4010.3665 4725.2266 -4009.6145 4725.1855 -4008.3503 4724.9946 C +f +-3944.8313 4727.4565 m +-3944.0713 4727.1504 -3943.7336 4726.5894 -3942.9592 4726.4473 C +-3943.9775 4725.7935 -3944.3042 4727.4697 -3945.1592 4726.7993 C +-3944.8313 4727.4565 L +f +-3944.5632 4724.8647 m +-3944.4373 4725.4766 -3945.1497 4725.5815 -3945.0393 4726.0303 C +-3944.5271 4725.8809 -3944.8008 4725.4478 -3944.3359 4725.5 C +-3944.5632 4724.8647 L +f +-3941.1191 4734.9785 m +-3941.3496 4735.2969 L +-3941.1641 4735.1807 L +-3941.1191 4734.9785 L +f +-3948.0271 4725.4077 m +-3947.9431 4725.2695 L +-3948.3242 4725.0762 L +-3948.0271 4725.4077 L +f +-3947.8591 4725.1289 m +-3947.9431 4725.2695 L +-3947.9431 4725.2695 L +-3947.8591 4725.1289 L +f +-3941.4153 4736.291 m +-3941.0728 4736.4209 L +-3940.9033 4736.1411 L +-3941.4153 4736.291 L +f +-3944.4385 4733.0088 m +-3944.1321 4732.8125 L +-3944.1929 4732.8516 -3944.6121 4732.5986 -3944.4385 4733.0088 C +f +-3950.3545 4725.1479 m +-3950.7273 4725.3833 L +-3950.6892 4725.4434 L +-3950.3176 4725.2085 L +-3950.3545 4725.1479 L +f +-3946.8369 4734.6953 m +-3946.6252 4735.1655 -3947.4482 4734.8223 -3947.0127 4735.2383 C +-3946.6252 4735.1655 -3946.7825 4734.9199 -3946.8369 4734.6953 C +f +-3951.3352 4731.5054 m +-3951.3855 4731.5054 -3951.4385 4731.5225 -3951.4895 4731.5752 C +-3951.4287 4731.5547 -3951.3777 4731.5303 -3951.3352 4731.5054 C +f +-3951.3352 4731.5054 m +-3951.1729 4731.5054 -3951.0105 4731.6855 -3950.8992 4731.5493 C +-3951.1016 4731.3369 -3951.1753 4731.4165 -3951.3352 4731.5054 C +f +-3953.1953 4731.6152 m +-3953.0481 4731.6489 L +-3953.1985 4731.8809 -3953.1272 4731.8467 -3952.9929 4731.6602 C +-3952.8369 4731.6445 -3952.8457 4731.4951 -3952.8271 4731.3936 C +-3952.7959 4731.3369 -3952.7649 4731.2749 -3952.7312 4731.2109 C +-3952.7793 4731.2705 -3952.8225 4731.3306 -3952.8591 4731.3809 C +-3953.1008 4731.3774 -3953.2483 4731.4004 -3953.1953 4731.6152 C +f +-3960.1052 4723.6895 m +-3959.5615 4723.8647 -3959.4209 4723.9497 -3959.4504 4724.3145 C +-3958.9343 4724.4307 -3959.0144 4723.8027 -3958.7031 4723.6558 C +-3959.2871 4723.7266 -3959.4065 4723.5581 -3960.1052 4723.6895 C +f +-3958.7031 4723.6558 m +-3958.6377 4723.6489 -3958.5752 4723.6411 -3958.4993 4723.6274 C +-3958.5842 4723.6157 -3958.6472 4723.6313 -3958.7031 4723.6558 C +f +-3951.0212 4735.6069 m +-3951.3591 4736.1655 L +-3951.2351 4736.0879 L +-3951.0212 4735.6069 L +f +-3960.9121 4723.5054 m +-3960.8113 4723.5288 -3960.6497 4723.5127 -3960.5703 4723.6377 C +-3960.5413 4723.2705 -3961.0127 4723.4829 -3960.9121 4723.5054 c +f +-3958.8152 4730.6641 m +-3958.76 4730.8877 -3958.4121 4730.7539 -3958.2705 4730.8398 C +-3958.4736 4730.7935 -3958.6392 4730.1201 -3958.8152 4730.6641 C +f +-3962.4719 4725.0117 m +-3962.3711 4725.0352 -3962.2161 4725.2808 -3962.2832 4725.584 C +-3962.1367 4725.4038 -3961.9385 4724.7598 -3962.4719 4725.0117 C +f +-3959.8088 4730.5986 m +-3959.7312 4730.7227 L +-3959.3591 4730.4873 L +-3959.8088 4730.5986 L +f +-3958.4817 4735.9902 m +-3958.0632 4735.5547 -3959.1455 4734.9395 -3958.4248 4734.5703 C +-3959.3545 4734.1143 -3958.3535 4735.1875 -3959.0393 4735.1172 C +-3958.6377 4735.2637 -3958.4409 4735.8149 -3958.4817 4735.9902 C +f +-3959.0393 4735.1172 m +-3959.0977 4735.0938 -3959.1609 4735.0806 -3959.2295 4735.0791 C +-3959.1536 4735.0996 -3959.0923 4735.1113 -3959.0393 4735.1172 C +f +-3964.9287 4732.3589 m +-3964.8679 4732.3135 -3964.8264 4732.2637 -3964.7881 4732.2119 C +-3964.8359 4732.2485 -3964.8816 4732.2935 -3964.9287 4732.3589 C +f +-3961.2295 4735.4766 m +-3960.6023 4734.8223 L +-3961.0212 4735.2573 -3962.0752 4735.2314 -3962.0095 4735.8828 C +-3961.6682 4736.0146 -3961.2576 4735.8413 -3961.0889 4735.5605 C +-3961.2295 4735.4766 L +f +-3968.4287 4723.6665 m +-3968.1577 4723.4077 L +-3968.4961 4723.332 L +-3968.3992 4723.4297 -3968.5745 4723.9077 -3968.4287 4723.6665 C +f +-3968.5615 4723.3184 m +-3968.4961 4723.332 L +-3968.5105 4723.3164 -3968.5313 4723.3096 -3968.5615 4723.3184 C +f +-3963.7424 4732.0439 m +-3963.5398 4732.0894 -3963.3777 4732.0713 -3963.1929 4731.9561 C +-3963.2695 4731.8325 -3963.7744 4731.7188 -3963.7424 4732.0439 C +f +-3970.3369 4724.6138 m +-3969.8896 4724.5024 L +-3970.3777 4724.5508 L +-3970.3369 4724.6138 L +f +-3972.4241 4723.5054 m +-3972.5012 4723.3833 L +-3972.8721 4723.6172 L +-3972.7937 4723.7397 L +-3972.4241 4723.5054 L +f +-3969.6943 4736.3223 m +-3969.3911 4736.3921 -3969.1543 4735.8066 -3969.2336 4735.6836 C +-3969.8215 4735.7085 L +-3969.6721 4736.2207 -3969.6584 4735.6934 -3969.3176 4735.8237 C +-3969.6943 4736.3223 L +f +-3987.9153 4724.4629 m +-3987.7839 4724.1211 -3987.1409 4724.3193 -3987.1072 4724.6445 C +-3987.1936 4724.7847 -3987.5422 4724.9199 -3987.3232 4725.1274 C +-3986.8145 4724.2871 L +-3986.1377 4724.8105 -3987.3289 4725.3911 -3987.6631 4725.6875 C +-3986.9736 4725.7959 -3986.7693 4725.2441 -3986.0359 4725.2471 C +-3986.2522 4725.1719 -3986.3889 4724.9624 -3986.5032 4724.7822 C +-3986.5281 4724.1909 -3985.8447 4724.4526 -3985.3562 4724.4063 C +-3985.6672 4724.1494 -3985.4873 4723.9336 -3985.2607 4723.7007 C +-3985.22 4723.6831 -3985.1929 4723.6489 -3985.1736 4723.6089 C +-3985.1472 4723.5815 -3985.1223 4723.5547 -3985.0967 4723.5264 C +-3985.1553 4723.5273 L +-3985.1511 4723.4609 -3985.1641 4723.3813 -3985.2063 4723.2705 C +-3985.6162 4723.4434 -3985.9297 4722.9497 -3986.1936 4722.9424 C +-3985.9329 4723.9033 -3987.0923 4723.1646 -3987.4241 4723.46 C +-3987.8071 4723.5547 L +-3987.9504 4723.5566 L +-3987.9792 4723.4512 -3987.9385 4723.3193 -3987.72 4723.1289 C +-3987.9023 4723.3184 -3988.5105 4723.2524 -3988.4543 4723.5605 C +-3989.8423 4723.5742 L +-3989.8855 4723.5352 -3989.9287 4723.4863 -3989.9607 4723.4185 C +-3990.0088 4723.4775 -3990.0168 4723.5273 -3990.0105 4723.5762 C +-3996.0576 4723.6377 L +-3995.7593 4723.7129 -3995.5012 4723.9331 -3995.1936 4724.0391 C +-3995.6553 4724.6777 -3994.6892 4724.1543 -3994.8247 4724.7573 C +-3995.0322 4724.9766 -3995.3359 4724.9077 -3995.5168 4724.7617 C +-3995.5842 4725.0654 -3995.3264 4725.3359 -3995.3562 4725.6997 C +-3994.5935 4726.084 -3994.4768 4724.6245 -3993.7312 4724.8467 C +-3993.7607 4725.2119 -3993.9912 4725.5313 -3993.5032 4725.4814 C +-3993.6272 4725.5605 L +-3992.8457 4725.1523 -3993.0183 4726.3867 -3992.5264 4725.3848 C +-3992.5393 4725.9121 L +-3992.1848 4725.5146 -3991.4951 4725.5117 -3991.1064 4725.4395 C +-3991.1296 4725.5405 L +-3990.0393 4724.9375 -3990.5176 4725.4136 -3989.2932 4725.1602 C +-3989.8567 4725.7749 L +-3989.4343 4726.0293 -3989.3391 4725.3613 -3989.0359 4725.4297 C +-3989.0576 4725.5313 -3988.9873 4725.9185 -3989.2737 4726.0127 C +-3987.7881 4725.0752 L +-3987.4336 4724.6777 -3987.8601 4724.6875 -3987.9153 4724.4629 C +f +-3986.0359 4725.2471 m +-3985.9573 4725.2749 -3985.8679 4725.2871 -3985.7625 4725.2676 C +-3985.8643 4725.2505 -3985.9519 4725.2471 -3986.0359 4725.2471 C +f +-3996.4824 4723.6421 m +-3996.0576 4723.6377 L +-3996.1892 4723.6055 -3996.3264 4723.5957 -3996.4824 4723.6421 C +f +-3983.9065 4724.0957 m +-3984.1641 4723.8237 -3983.7136 4723.7144 -3983.6687 4723.5117 C +-3984.5913 4723.5215 L +-3984.5872 4723.7251 -3984.6785 4723.9521 -3984.6599 4724.1377 C +-3983.9065 4724.0957 L +f +-3984.8584 4723.1387 m +-3984.8896 4723.2793 -3984.9873 4723.4063 -3985.0967 4723.5264 C +-3984.5913 4723.5215 L +-3984.5945 4723.3687 -3984.6511 4723.2305 -3984.8584 4723.1387 C +f +-3984.7607 4733.98 m +-3984.9241 4733.9976 L +-3985.1711 4734.1543 L +-3984.7607 4733.98 L +f +-3987.3152 4733.0859 m +-3987.1201 4733.3945 -3986.75 4733.1602 -3986.6262 4733.0825 C +-3987.0527 4733.0913 -3986.8679 4732.9751 -3987.3152 4733.0859 C +f +-3986.7881 4736.3867 m +-3987.1992 4736.5605 L +-3987.1609 4736.6211 L +-3986.7881 4736.3867 L +f +-3999.6223 4725.7178 m +-3999.6897 4725.7295 -3999.7551 4725.7383 -3999.8232 4725.7524 C +-3999.7312 4725.7539 -3999.6711 4725.7393 -3999.6223 4725.7178 C +f +-3996.0945 4725.2153 m +-3997.0752 4724.623 -3995.4519 4724.7227 -3995.76 4723.9648 C +-3996.2937 4724.2158 L +-3996.2483 4724.0127 L +-3996.8992 4724.0791 L +-3996.7656 4724.4277 -3996.6653 4724.4487 -3996.6943 4724.8145 C +-3997.5632 4724.6719 -3996.9683 4724.3809 -3997.6057 4723.9199 C +-3998.5769 4723.9863 L +-3998.4983 4723.8774 L +-3998.5801 4723.8848 -3998.6162 4723.9307 -3998.6443 4723.9902 C +-4001.9172 4724.2178 L +-4002.5127 4724.5078 -4001.5879 4724.8765 -4002.0271 4725.4136 C +-4001.3369 4725.4106 -4000.3113 4725.8008 -4000.2527 4725.0713 C +-4000.2759 4725.1719 -4000.3215 4725.3726 -4000.1816 4725.4585 C +-3999.7825 4724.8589 L +-4000.1631 4724.6685 L +-3999.7617 4724.0703 -3998.4656 4724.2031 -3998.2312 4724.5742 C +-3998.9683 4724.7783 -3998.5984 4725.4985 -3999.6252 4725.1069 C +-3999.5791 4725.292 -3999.3911 4725.6172 -3999.6223 4725.7178 C +-3998.4192 4725.5054 -3997.3408 4725.8374 -3996.0945 4725.2153 C +f +-4008.1631 4725.5654 m +-4008.1536 4725.5 L +-4008.1753 4725.5352 -4008.1824 4725.5615 -4008.1631 4725.5654 C +f +-4007.7593 4725.6558 m +-4007.1729 4724.9414 L +-4008.0872 4724.999 L +-4008.1536 4725.5 L +-4008.0728 4725.3726 -4007.7522 4725.1191 -4007.6279 4725.3149 C +-4007.7593 4725.6558 L +f +-4006.4919 4724.5098 m +-4006.9641 4724.7227 -4006.9385 4725.3125 -4006.6809 4725.5815 C +-4007.1145 4725.8545 -4006.9097 4724.9478 -4007.2083 4725.5703 C +-4007.1985 4725.9961 -4006.6641 4725.7461 -4006.5413 4725.6685 C +-4006.4919 4724.5098 L +f +-4003.0081 4724.8203 m +-4003.1409 4725.0649 L +-4002.8137 4725.1289 L +-4003.0081 4724.8203 L +f +-4003.1409 4725.0649 m +-4003.4656 4724.999 L +-4003.4431 4725.1807 -4003.4209 4725.3574 -4003.3679 4725.4814 C +-4003.1409 4725.0649 L +f +-4004.3176 4724.8296 m +-4004.4551 4724.7847 -4004.6072 4724.7524 -4004.7922 4724.7363 C +-4004.3176 4724.8296 L +f +-4003.9463 4724.98 m +-4003.9573 4724.9023 L +-4004.3176 4724.8296 L +-4004.1848 4724.875 -4004.0657 4724.9253 -4003.9463 4724.98 C +f +-4003.4656 4724.999 m +-4003.5183 4724.5859 -4003.5801 4724.1523 -4004.0496 4724.2676 C +-4003.9573 4724.9023 L +-4003.4656 4724.999 L +f +-3989.7783 4735.7637 m +-3990.1497 4735.9976 L +-3990.1104 4736.0615 L +-3989.7393 4735.8271 L +-3989.7783 4735.7637 L +f +-3991.9209 4735.3867 m +-3992.0127 4735.4585 -3992.0823 4735.5352 -3992.1455 4735.6138 C +-3992.0488 4735.5684 -3991.9719 4735.499 -3991.9209 4735.3867 C +f +-3993.5137 4738.2085 m +-3993.9504 4737.7935 -3992.9111 4737.6587 -3993.72 4737.4751 C +-3993.7913 4737.0879 -3993.4121 4736.5889 -3993.0313 4736.7817 C +-3993.0615 4737.1455 -3993.4023 4737.0146 -3993.1682 4737.3867 C +-3992.9153 4736.9653 -3992.8191 4737.2524 -3992.9072 4736.7031 C +-3992.4817 4736.3613 -3992.4343 4735.9707 -3992.1455 4735.6138 C +-3992.6599 4735.8545 -3993.74 4735.292 -3994.3928 4735.9961 C +-3994.7527 4736.6558 -3994.5344 4737.5566 -3994.5359 4738.5098 C +-3994.4817 4738.7344 -3993.5488 4738.8398 -3993.5137 4738.2085 C +f +-3992.8264 4739.1602 m +-3992.6243 4739.207 -3992.5625 4739.1689 -3992.4385 4739.0894 C +-3992.4719 4738.7637 -3992.6631 4739.1455 -3992.8264 4739.1602 C +f +-3997.4719 4731.9844 m +-3997.5105 4732.1191 -3997.8762 4732.2871 -3997.7976 4732.5215 C +-3997.2432 4732.3516 L +-3997.3733 4732.3281 -3997.4192 4732.1621 -3997.4719 4731.9844 C +f +-3997 4732.2773 m +-3997.2432 4732.3516 L +-3997.1824 4732.3623 -3997.1072 4732.3438 -3997 4732.2773 C +f +-3997.4983 4731.8989 m +-3997.4895 4731.9277 -3997.4817 4731.9561 -3997.4719 4731.9844 C +-3997.4641 4731.9551 -3997.4656 4731.9253 -3997.4983 4731.8989 C +f +-4005.6631 4724.5913 m +-4005.6553 4724.3306 -4005.9023 4724.4863 -4006.0264 4724.5645 C +-4005.9255 4724.5859 -4005.7839 4724.6719 -4005.6631 4724.5913 C +f +-4014.9641 4725.6211 m +-4015.1824 4725.4121 L +-4015.1052 4725.5371 -4015.0657 4725.5986 -4014.9641 4725.6211 C +f +-4018.3279 4732.7661 m +-4018.3342 4732.8169 -4018.3503 4732.8589 -4018.3721 4732.8989 C +-4018.3503 4732.8672 -4018.3352 4732.8237 -4018.3279 4732.7661 c +f +-4018.3721 4732.8989 m +-4018.5212 4733.1172 -4018.9817 4732.7783 -4019.1472 4733.1089 C +-4019.1262 4733.0088 L +-4019.4343 4733.2041 L +-4019.1455 4733.1753 -4018.5393 4733.2168 -4018.3721 4732.8989 C +f +U +U +U +U +%AI8_EndBrushPattern +%AI8_BeginBrushPattern +(Unnamed 13) +0 A +u +u +0 J 0 j 1 w 4 M []0 d 0 XR +-4020.5 4738.9561 m +-3937.9172 4738.9561 L +-3937.9172 4723.4653 L +-4020.5 4723.4653 L +-4020.5 4738.9561 L +n +u +0 O +0.7765 0.6784 0.5843 0.9451 0 0 0 Xa +-3937.9172 4730.8271 m +-3937.5144 4730.5146 -3938.0422 4730.0557 -3938.4951 4729.6606 C +-3938.9055 4730.8955 L +-3937.9172 4730.8271 L +f +-3940.1377 4730.4829 m +-3941.2551 4731.7646 L +-3940.4482 4731.1421 L +-3939.5522 4731.7896 -3940.5671 4732.4961 -3940.9055 4732.7334 C +-3939.4385 4732.4189 -3940.3721 4731.208 -3940.1377 4730.4829 C +f +-3942.3369 4731.4854 m +-3943.0537 4731.3936 -3942.8533 4732.2295 -3942.5522 4732.4927 C +-3942.5049 4732.1357 -3942.0359 4731.7471 -3942.3369 4731.4854 C +f +-3986.8242 4727.7432 m +-3986.6233 4727.9189 -3986.3865 4728.04 -3986.4199 4728.2705 C +-3986.1953 4728.0303 -3986.1479 4727.8311 -3986.8242 4727.7432 C +f +-3986.4199 4728.2705 m +-3986.4631 4728.3149 -3986.5095 4728.3638 -3986.5647 4728.4121 C +-3986.5193 4728.3936 -3986.4812 4728.3857 -3986.4297 4728.3525 C +-3986.4163 4728.3208 -3986.4241 4728.2974 -3986.4199 4728.2705 C +f +-3971.9832 4738.4165 m +-3971.1768 4737.7939 -3970.7241 4738.188 -3969.9617 4737.9224 C +-3969.5359 4738.9561 L +-3968.71 4738.6157 -3969.1711 4738.0806 -3968.5713 4737.5439 C +-3967.8176 4738.1997 -3966.2295 4737.5947 -3965.8721 4737.6421 C +-3965.6243 4738.1201 -3966.1809 4738.3018 -3966.3015 4738.5928 C +-3965.3333 4738.2432 -3965.4016 4737.2549 -3964.1985 4737.2432 C +-3964.1785 4737.5244 L +-3961.3042 4736.0518 -3957.6609 4736.4385 -3954.4641 4735.5088 C +-3954.6809 4735.4541 -3954.6262 4735.2373 -3954.71 4735.0303 C +-3951.3352 4734.6553 -3947.4409 4734.6001 -3944.7727 4732.1494 C +-3946.5967 4732.4165 -3949.6863 4730.7871 -3951.5457 4732.6157 C +-3952.2336 4731.8813 -3953.2937 4732.9478 -3953.5791 4731.9048 C +-3956.2312 4731.4507 -3957.3096 4733.2959 -3959.8601 4733.3291 C +-3960.2256 4733.1421 -3960.0481 4732.6333 -3960.1536 4732.1455 C +-3958.1321 4731.6514 L +-3959.3643 4731.2393 L +-3958.8313 4730.7783 -3957.5322 4731.1123 -3957.3843 4730.1831 C +-3959.1497 4731.2959 -3961.9736 4730.4268 -3963.5144 4731.7373 C +-3962.7898 4731.9717 -3961.8855 4731.6958 -3961.0281 4731.7783 C +-3960.6511 4732.1084 -3960.0671 4732.3501 -3960.1052 4732.8501 C +-3962.5576 4734.2959 -3964.5913 4733.5854 -3967.1104 4734.04 c +-3967.7417 4734.1553 -3968.5984 4734.0728 -3968.7024 4733.5854 C +-3968.2881 4733.4121 -3968.6008 4733.0088 -3968.2607 4732.7725 C +-3969.1536 4733.1904 -3968.3503 4734.5518 -3969.6416 4734.3564 C +-3969.4761 4732.6436 L +-3969.9895 4734.4521 -3971.0559 4732.3271 -3971.9751 4733.3833 C +-3972.3057 4732.6982 -3971.6963 4732.3018 -3970.9895 4732.2529 C +-3971.7922 4731.9541 -3971.8643 4732.9507 -3972.5049 4732.9248 C +-3971.8977 4731.4639 L +-3972.5791 4732.8584 -3973.1201 4731.1943 -3973.5063 4730.7256 C +-3973.5522 4731.0806 -3973.1929 4732.1924 -3974.0481 4732.1084 C +-3974.4153 4731.9224 -3974.2273 4731.5537 -3974.3137 4731.3467 C +-3974.3608 4731.7065 -3974.6687 4732.3638 -3975.2336 4732.4033 C +-3975.3369 4731.915 -3974.8584 4731.6689 -3974.8215 4731.1689 C +-3975.2473 4731.1982 -3975.5945 4731.2939 -3975.9033 4730.8896 C +-3976.6567 4731.2959 -3975.8545 4731.5947 -3976.3152 4732.124 C +-3977.4719 4731.7764 -3976.4304 4730.4307 -3976.8567 4729.3955 C +-3975.9856 4728.6982 -3974.8643 4728.479 -3974.3977 4728.0928 C +-3976.0696 4728.4912 L +-3975.9683 4727.9165 -3977.2 4727.5063 -3976.3176 4726.9507 C +-3977.9832 4726.4248 -3979.9961 4727.0615 -3981.5935 4727.5244 C +-3981.3672 4727.7217 -3981.0759 4727.8428 -3981.1233 4728.2026 C +-3981.9497 4728.542 -3981.8577 4727.8271 -3982.0271 4727.4121 C +-3982.6384 4727.8096 -3982.5703 4728.7974 -3982.9456 4729.5317 C +-3984.2073 4728.6982 -3984.3848 4729.2056 -3985.4592 4728.0029 C +-3985.3928 4728.9912 L +-3986.1543 4728.1943 -3986.2656 4729.6895 -3987.0857 4729.1084 C +-3987.1311 4728.8955 -3986.8169 4728.6436 -3986.5647 4728.4121 C +-3987.2913 4728.7373 -3987.2344 4727.5791 -3987.9431 4727.9619 C +-3987.3809 4726.8604 L +-3987.9456 4726.8989 -3988.7737 4727.2393 -3988.4824 4726.2974 C +-3989.4688 4727.4287 -3991.1992 4726.9814 -3992.4312 4727.6318 C +-3992.3496 4726.7764 L +-3992.9863 4727.8135 -3994.6912 4726.7256 -3995.2439 4727.9673 C +-3995.3376 4727.6201 L +-3996.6057 4728.7705 L +-3997.1799 4728.6689 -3996.9849 4727.3799 -3997.0313 4727.7373 C +-3998.2913 4727.9653 -3999.2793 4728.0347 -4000.0896 4727.5928 C +-4000.2932 4728.7417 -4001.6191 4729.0439 -4002.6736 4729.188 C +-4007.7537 4728.4756 -4013.2092 4729.5596 -4017.9353 4730.8779 C +-4018.6423 4730.9248 -4019.6167 4732.1982 -4020.5 4732.7544 C +-4019.4182 4733.0347 -4019.3159 4732.46 -4018.2522 4732.4585 C +-4017.4529 4732.7568 -4017.1584 4733.9424 -4016.4705 4734.6748 C +-4016.8201 4733.7065 L +-4015.74 4732.9224 -4016.0759 4734.2217 -4015.2224 4733.2412 C +-4015.2576 4734.8037 L +-4014.9573 4734.0029 -4014.2031 4734.6592 -4013.8928 4735.0625 C +-4013.6135 4733.9814 L +-4012.9336 4734.5737 -4012.4905 4734.8252 -4012.2832 4735.8037 C +-4012.3496 4734.8149 L +-4012.0935 4735.4365 -4009.7344 4734.7065 -4010.5413 4736.3921 C +-4010.3442 4736.1665 -4010.1641 4735.6567 -4009.7319 4735.7705 C +-4009.6663 4736.7568 L +-4009.0432 4736.5029 -4008.3479 4736.3115 -4008.1682 4736.8662 C +-4008.5056 4737.1025 -4008.6191 4737.5361 -4008.7305 4737.9697 C +-4006.0959 4738.1421 -4008.1736 4734.7417 -4005.8401 4734.6514 C +-4005.8672 4735.292 L +-4005.2751 4734.6123 L +-4004.6543 4735.4209 L +-4003.8132 4733.2354 -4001.3792 4735.6201 -3999.9705 4734.46 C +-3999.4163 4734.2793 -3998.6873 4735.5767 -3997.6345 4735.4331 C +-3997.7031 4734.4463 L +-3996.8535 4735.4507 -3993.6912 4736.083 -3992.8984 4738.3682 C +-3992.1001 4737.604 -3992.9824 4738.1606 -3992.9648 4737.3799 C +-3991.4065 4736.3525 -3991.2983 4737.9033 -3990.4812 4738.4854 C +-3989.5215 4737.9927 -3991.2151 4738.1104 -3990.6992 4737.3662 C +-3989.2292 4738.1143 -3989.5056 4736.1494 -3987.6897 4736.8037 C +-3987.5095 4737.3584 -3988.1584 4737.1904 -3988.3457 4737.5581 C +-3987.0681 4736.5493 -3984.6873 4737.1646 -3982.7871 4736.9639 C +-3980.6135 4737.6631 -3977.4033 4737.9385 -3974.8623 4738.8271 C +-3974.8152 4738.4697 L +-3973.7593 4739.3896 -3972.6145 4738.5303 -3971.3799 4738.9424 C +-3971.9832 4738.4165 L +f +-3956.8191 4729.0806 m +-3957.0212 4728.2432 L +-3958.1863 4728.8193 L +-3957.7136 4729.4961 -3957.4695 4728.9111 -3956.8191 4729.0806 C +f +-3957.0696 4731.6494 m +-3956.46 4731.2529 L +-3957.4463 4731.3193 L +-3957.0696 4731.6494 L +f +-3971.8333 4730.3252 m +-3971.6824 4730.4561 L +-3969.4617 4729.7373 L +-3971.8333 4730.3252 L +f +-3986.7424 4726.8877 m +-3986.4883 4726.4443 -3986.1233 4726.6318 -3985.8591 4726.3291 C +-3986.8928 4726.7544 L +-3986.7424 4726.8877 L +f +-3996.7576 4723.4653 m +-3997.1504 4724.9814 -3997.5393 4723.4478 -3997.0176 4724.8291 C +-3996.3984 4724.5752 -3996.9353 4723.9736 -3996.7576 4723.4653 C +f +-3999.0857 4725.6807 m +-3998.7292 4725.7275 -3998.5313 4725.5005 -3998.3359 4725.2744 C +-3998.8064 4724.5986 -3998.8225 4725.3799 -3999.0857 4725.6807 C +f +U +U +U +%AI8_EndBrushPattern +%AI8_BeginBrushPattern +(Unnamed 16) +0 A +u +u +u +0 J 0 j 1 w 4 M []0 d 0 XR +-4020.4065 4739.2793 m +-3912.5581 4739.2793 L +-3912.5581 4712.3232 L +-4020.4065 4712.3232 L +-4020.4065 4739.2793 L +n +u +*u +1 D +0 O +0.3961 0.3137 0.3098 0.1961 0.498 0.498 0.498 Xa +-3917.1909 4731.6064 m +-3926.3809 4734.6943 -3935.8689 4734.4063 -3945.5801 4733.2881 C +-3945.5801 4733.3813 -3945.5935 4733.4775 -3945.6279 4733.5679 C +-3945.8025 4733.9697 -3946.25 4734.1553 -3946.6296 4733.9902 C +-3947.7161 4733.5815 -3948.7937 4733.1689 -3949.8721 4732.7544 C +-3951.8762 4732.499 -3953.8679 4732.3291 -3955.8479 4732.2354 C +-3954.2639 4732.3721 -3952.6841 4732.5557 -3951.1121 4732.8721 C +-3950.6416 4732.9165 -3950.2705 4733.3467 -3950.3225 4733.8359 c +-3950.3672 4734.3081 -3950.7969 4734.6768 -3951.2881 4734.6255 c +-3955.5527 4734.1855 -3960.3191 4734.5063 -3964.0903 4732.2935 C +-3973.7737 4732.8975 -3983.1135 4735.3501 -3992.0393 4739.2793 C +-3992.2151 4739.3896 -3992.4241 4739.3564 -3992.5144 4739.187 C +-3992.6345 4739.0317 -3992.5991 4738.8232 -3992.4424 4738.7065 C +-3983.1912 4733.1943 -3972.6841 4729.8193 -3961.8008 4729.208 c +-3961.1367 4729.1694 -3960.4761 4729.1479 -3959.8176 4729.1377 C +-3961.7192 4728.5278 -3963.6521 4727.9814 -3965.6443 4727.5303 C +-3965.8496 4727.8335 -3966.1816 4728.0527 -3966.5713 4728.0928 C +-3967.5095 4728.2446 -3968.4473 4728.3896 -3969.3848 4728.54 C +-3969.3447 4728.6333 -3969.3225 4728.7393 -3969.3201 4728.8486 c +-3969.3242 4729.2705 -3969.6729 4729.603 -3970.0928 4729.6025 c +-3972.4592 4729.6396 -3974.8169 4729.7671 -3977.1953 4729.7783 C +-3977.2527 4729.7935 -3977.3064 4729.7871 -3977.3608 4729.7705 C +-3989.1008 4731.5146 -4000.8704 4732.9385 -4012.7256 4733.6553 C +-4012.8896 4733.792 -4013.1433 4733.7627 -4013.2625 4733.6064 C +-4013.4016 4733.4438 -4013.3792 4733.208 -4013.2161 4733.0713 C +-4013.2217 4732.9121 -4013.2656 4732.6743 -4013.2112 4732.6494 c +-4008.8369 4730.8198 -4004.6682 4728.9561 -3999.9497 4728.3862 c +-3998.3242 4728.1904 -3996.7041 4728.0049 -3995.0923 4727.8271 C +-3996.7607 4727.3999 -3998.3577 4726.7705 -3999.7952 4725.8682 C +-4003.9983 4726.2217 -4008.2561 4726.9048 -4012.3264 4725.9048 C +-4012.1584 4726.1689 L +-4012.5212 4726.1865 -4012.8584 4725.9038 -4012.8689 4725.5225 C +-4012.9065 4725.1519 -4012.6121 4724.8423 -4012.2432 4724.8057 C +-3997.0012 4720.6494 -3981.2568 4720.9199 -3965.4648 4719.5889 c +-3959.1897 4719.0767 -3953.0313 4718.9863 -3946.8057 4719.3662 C +-3945.8799 4719.3813 -3945.1272 4720.1553 -3945.1453 4721.0791 c +-3945.1687 4722.0249 -3945.9343 4722.7568 -3946.8672 4722.7583 c +-3952.9951 4722.707 -3959.0439 4723.1479 -3965.1953 4723.5752 c +-3967.9033 4723.7627 -3970.5923 4723.9463 -3973.2712 4724.1318 C +-3971.1763 4724.2837 -3969.0808 4724.603 -3966.9983 4725.0557 C +-3963.8088 4724.7354 -3960.5745 4724.6431 -3957.2783 4724.8813 c +-3949.4104 4725.4375 -3942.0503 4727.0439 -3934.0144 4725.3325 c +-3926.2312 4723.7041 -3920.5039 4718.7671 -3913.3464 4716.3921 C +-3913.0327 4716.2671 -3912.6831 4716.3975 -3912.5581 4716.7119 C +-3912.4253 4717.0078 -3912.5647 4717.3765 -3912.8765 4717.5015 C +-3919.8025 4720.6743 -3926.1145 4724.5713 -3933.6511 4726.9575 c +-3941.6423 4729.4829 -3949.3081 4728.2734 -3957.3772 4727.4839 c +-3957.9231 4727.4307 -3958.4648 4727.3896 -3959.0056 4727.3467 C +-3957.2292 4727.9624 -3955.4688 4728.6333 -3953.7319 4729.3325 C +-3946.9497 4729.8247 -3940.2759 4731.0371 -3933.3953 4730.915 c +-3928.0576 4730.8247 -3922.9192 4729.3271 -3917.6245 4729.1768 C +-3916.9563 4729.0537 -3916.3235 4729.4912 -3916.1987 4730.1592 c +-3916.0735 4730.8271 -3916.5212 4731.4814 -3917.1909 4731.6064 C +f +0 D +-3986.3215 4725.7959 m +-3985.1521 4725.3735 -3983.9785 4725.0415 -3982.8047 4724.7783 C +-3987.4082 4725.0854 -3992.0183 4725.3799 -3996.6763 4725.6606 C +-3993.2825 4726.3047 -3989.7217 4726.2119 -3986.3215 4725.7959 C +f +*U +-3991.8489 4717.8232 m +-3989.2537 4718.2935 -3986.5439 4718.3447 -3984.1223 4717.1064 C +-3984.0071 4717.04 -3983.9373 4716.9111 -3983.9968 4716.7759 c +-3984.0576 4716.6421 -3984.1929 4716.5913 -3984.3271 4716.6514 C +-3986.6472 4717.8599 -3989.2864 4717.7959 -3991.7705 4717.3208 C +-3991.9209 4717.3096 -3992.0439 4717.396 -3992.0559 4717.5454 C +-3992.0801 4717.6719 -3991.9736 4717.7998 -3991.8489 4717.8232 c +f +-3982.3984 4716.0713 m +-3974.4041 4712.7695 -3965.8896 4712.4385 -3957.2375 4713.2671 c +-3950.2073 4713.9287 -3943.5449 4715.2041 -3936.5295 4714.5493 c +-3934.2263 4714.3325 -3931.9373 4714.0225 -3929.8391 4712.9961 C +-3929.6592 4712.9331 -3929.5583 4712.7271 -3929.6243 4712.5454 c +-3929.7017 4712.3384 -3929.8953 4712.2646 -3930.0945 4712.3232 C +-3938.9072 4715.2041 -3948.1328 4712.7822 -3957.2041 4712.4136 c +-3965.8423 4712.0791 -3974.5449 4712.2056 -3982.6033 4715.6167 c +-3982.7112 4715.6646 -3982.7695 4715.8193 -3982.7292 4715.9463 C +-3982.6609 4716.0591 -3982.5049 4716.1191 -3982.3984 4716.0713 C +f +-3943.5632 4715.019 m +-3948.5183 4715.3896 -3953.4265 4715.7524 -3958.4768 4714.6646 c +-3961.2048 4714.0767 -3963.8521 4713.9165 -3966.6653 4714.6064 c +-3970.4336 4715.5361 -3973.7144 4716.7583 -3977.4529 4716.4331 C +-3977.5759 4716.4072 -3977.6992 4716.4951 -3977.7305 4716.6377 C +-3977.7351 4716.7705 -3977.6487 4716.8896 -3977.5239 4716.9165 C +-3973.4736 4717.4697 -3969.6912 4716.2158 -3965.6553 4715.6333 c +-3958.1577 4714.5854 -3950.9399 4716.8022 -3943.5449 4715.5591 C +-3943.3879 4715.5537 -3943.2913 4715.4121 -3943.2839 4715.2793 C +-3943.2932 4715.123 -3943.4248 4715.0049 -3943.5632 4715.019 c +f +-3964.8423 4735.0264 m +-3970.4441 4734.4614 -3976.5215 4734.6279 -3981.4744 4737.6367 C +-3981.6057 4737.7432 -3981.6243 4737.9121 -3981.5369 4738.0352 c +-3981.4512 4738.1577 -3981.2693 4738.2041 -3981.1465 4738.1157 C +-3976.2639 4735.2354 -3970.3479 4735.6743 -3964.9128 4735.9751 c +-3964.6511 4735.9863 -3964.4265 4735.8057 -3964.3977 4735.5493 C +-3964.3865 4735.2871 -3964.5688 4735.0625 -3964.8423 4735.0264 c +f +-3993.1409 4720.7095 m +-3987.8145 4720.5317 -3982.4817 4720.8291 -3977.2952 4719.7383 C +-3974.8042 4719.9072 -3972.3159 4720.0303 -3969.8342 4719.7568 C +-3969.4785 4719.7568 -3969.1904 4719.4663 -3969.1904 4719.1118 c +-3969.1897 4718.7568 -3969.4792 4718.4697 -3969.8352 4718.4697 c +-3971.0872 4718.4751 -3972.3359 4718.3467 -3973.5857 4718.3325 C +-3973.5488 4718.2217 -3973.5344 4718.1055 -3973.5449 4717.9829 C +-3969.1599 4717.6333 -3964.7625 4717.4331 -3960.3733 4717.2744 C +-3960.1296 4717.2783 -3959.9456 4717.083 -3959.9482 4716.8584 c +-3959.9463 4716.6157 -3960.1433 4716.4307 -3960.3855 4716.4263 c +-3964.9473 4716.3975 -3969.4983 4716.7314 -3974.0313 4717.2524 C +-3974.1992 4717.1631 -3974.3936 4717.124 -3974.5977 4717.1577 C +-3978.4182 4717.5752 -3982.1335 4718.1919 -3985.9968 4718.6606 c +-3991.5022 4719.3096 -3996.7993 4718.2393 -4002.2256 4718.3848 c +-4004.3679 4718.4165 -4006.4905 4719.1016 -4008.6631 4719.2119 c +-4010.4863 4719.2759 -4012.3623 4718.8999 -4014.0271 4719.6025 c +-4016.3242 4720.5752 -4018.3689 4721.9331 -4020.3665 4723.3989 c +-4020.4883 4723.4839 -4020.5 4723.6367 -4020.4065 4723.7393 C +-4020.3376 4723.8535 -4020.1682 4723.8721 -4020.0664 4723.7783 C +-4018.0759 4722.3325 -4015.8721 4721.2583 -4013.8479 4719.8936 C +-4009.8896 4719.8135 -4006 4719.6201 -4002.1177 4718.8018 C +-3999.0842 4719.3501 -3996.2449 4720.8223 -3993.1409 4720.7095 c +f +U +U +U +U +%AI8_EndBrushPattern +%AI8_BeginBrushPattern +(Unnamed 6) +0 A +u +u +0 J 0 j 1 w 4 M []0 d 0 XR +-7890.6992 8609.3887 m +-7800.0913 8609.3887 L +-7800.0913 8597.5078 L +-7890.6992 8597.5078 L +-7890.6992 8609.3887 L +n +u +0 O +0.7608 0.6902 0.5765 0.9333 0.0235 0.0157 0.0196 Xa +-7807.5425 8602.1201 m +-7807.8447 8602.1064 -7808.1479 8602.0889 -7808.4487 8602.0723 C +-7808.2959 8602.1396 -7808.1465 8602.2471 -7807.9937 8602.415 C +-7807.7969 8602.5244 -7807.6929 8602.3105 -7807.5425 8602.1201 C +f +/BBAccumRotation (0.598766) XT +-7809.2886 8602.0205 m +-7809.3418 8602.0166 -7809.3965 8602.0127 -7809.4487 8602.0098 C +-7809.4961 8602.0381 -7809.5425 8602.0674 -7809.5854 8602.0967 C +-7809.4858 8602.0674 -7809.3862 8602.041 -7809.2886 8602.0205 C +f +/BBAccumRotation (0.598766) XT +-7810.8647 8602.2656 m +-7810.5854 8602.3193 -7810.3198 8602.2871 -7810.0601 8602.2266 C +-7810.2886 8602.1543 -7810.5542 8602.1514 -7810.8647 8602.2656 C +f +/BBAccumRotation (0.598766) XT +-7809.6089 8602.5 m +-7809.7065 8602.3574 -7809.7515 8602.208 -7809.5913 8602.0996 c +-7809.5913 8602.0986 -7809.5874 8602.0986 -7809.5854 8602.0967 C +-7809.7417 8602.1416 -7809.8999 8602.1895 -7810.0601 8602.2266 C +-7809.8906 8602.2822 -7809.7402 8602.377 -7809.6089 8602.5 C +f +/BBAccumRotation (0.598766) XT +-7809.6089 8602.5 m +-7809.5137 8602.6377 -7809.3662 8602.7666 -7809.3145 8602.8467 c +-7809.3999 8602.7197 -7809.4976 8602.6025 -7809.6089 8602.5 C +f +/BBAccumRotation (0.598766) XT +-7810.0073 8605.8916 m +-7810.1631 8605.999 -7810.1265 8605.0391 -7810.4409 8605.2529 C +-7811.1807 8605.5234 -7811.8125 8605.9541 -7812.5015 8605.9561 C +-7812.8174 8606.1719 -7813.3145 8605.1064 -7813.6265 8605.3213 C +-7814.3662 8605.5928 -7816.2578 8606.8818 -7815.1426 8606.8232 c +-7813.4678 8606.6807 -7812.3774 8606.4219 -7810.8745 8606.2441 C +-7809.6538 8605.8584 -7808.48 8605.3994 -7807.2319 8605.0518 C +-7806.8823 8605.0059 -7806.5542 8605.0811 -7806.2241 8605.1455 C +-7806.6538 8604.9971 -7807.0952 8604.8486 -7807.5835 8604.707 C +-7808.2241 8604.4424 -7809.0015 8605.6738 -7810.0073 8605.8916 C +f +/BBAccumRotation (0.598766) XT +-7800.8706 8602.7002 m +-7801.0288 8602.8076 -7801.3433 8603.0234 Y +-7802.0464 8602.332 -7802.7866 8602.6025 -7803.5249 8602.8721 C +-7803.4155 8603.0313 -7803.3081 8603.1914 -7803.1968 8603.3506 C +-7802.7729 8603.2959 -7802.7241 8603.0273 -7803.1006 8602.8184 C +-7802.2402 8603.4014 -7801.4272 8603.4912 -7800.5967 8603.3936 C +-7800.6479 8603.1328 -7800.6362 8602.833 -7800.8706 8602.7002 C +f +/BBAccumRotation (0.598766) XT +-7800.1074 8603.3145 m +-7800.2715 8603.3457 -7800.4375 8603.373 -7800.5967 8603.3936 C +-7800.5938 8603.4209 -7800.5854 8603.4482 -7800.5776 8603.4775 C +-7800.4136 8603.4287 -7800.2515 8603.3818 -7800.0913 8603.3379 C +-7800.0952 8603.3291 -7800.1035 8603.3223 -7800.1074 8603.3145 C +f +/BBAccumRotation (0.598766) XT +-7814.2104 8603.1455 m +-7816.3066 8603.1826 -7818.2822 8603.1367 -7820.2095 8603.0439 C +-7820.3569 8603.2305 -7820.4624 8603.4473 -7820.6602 8603.335 C +-7820.8125 8603.168 -7820.9624 8603.0625 -7821.1143 8602.9922 C +-7821.3965 8602.9775 -7821.6753 8602.9609 -7821.9546 8602.9424 C +-7822.0518 8602.9639 -7822.1519 8602.9902 -7822.2534 8603.0176 C +-7822.2554 8603.0186 -7822.2578 8603.0205 -7822.2593 8603.0225 c +-7822.4175 8603.1318 -7822.3726 8603.2803 -7822.2754 8603.4209 C +-7822.1655 8603.5225 -7822.0654 8603.6416 -7821.98 8603.7686 c +-7822.0342 8603.6875 -7822.1792 8603.5586 -7822.2754 8603.4209 C +-7822.4058 8603.2998 -7822.5562 8603.2031 -7822.7285 8603.1494 C +-7822.9858 8603.209 -7823.2515 8603.2432 -7823.5313 8603.1865 C +-7823.2202 8603.0742 -7822.9546 8603.0742 -7822.7285 8603.1494 C +-7822.5654 8603.1104 -7822.4097 8603.0625 -7822.2534 8603.0176 C +-7822.2065 8602.9883 -7822.1631 8602.9609 -7822.1143 8602.9307 C +-7822.7578 8602.8896 -7823.3965 8602.8418 -7824.0386 8602.793 C +-7824.1846 8602.8184 -7824.3257 8602.8398 -7824.4395 8602.8721 c +-7824.9014 8603.001 -7825.3647 8603.1289 -7825.6519 8602.6631 C +-7825.7646 8602.6553 -7825.8799 8602.6455 -7825.9951 8602.6338 C +-7825.9722 8602.6631 -7825.9502 8602.6865 -7825.9297 8602.7197 C +-7825.98 8602.6904 -7826.0215 8602.6592 -7826.0562 8602.6299 C +-7826.5386 8602.5898 -7827.0234 8602.5479 -7827.5098 8602.5059 C +-7827.8257 8602.6865 -7828.1479 8602.9131 -7828.4722 8603.0498 C +-7828.6914 8602.7314 -7828.7998 8602.5713 V +-7828.9312 8602.8105 -7829.1206 8602.9697 -7829.3394 8603.0498 C +-7829.0801 8603.3379 -7828.8394 8603.6543 -7828.6182 8603.8506 C +-7828.2905 8604.3311 -7827.8906 8602.8877 -7827.5034 8603.793 c +-7827.8906 8602.8877 -7828.2905 8604.3311 -7828.6182 8603.8506 C +-7828.8394 8603.6543 -7829.0801 8603.3379 -7829.3394 8603.0498 C +-7829.7998 8603.2217 -7830.3945 8603.0498 -7830.8706 8602.583 C +-7830.2783 8602.1768 -7829.7769 8602.5693 -7829.3394 8603.0498 C +-7829.1206 8602.9697 -7828.9312 8602.8105 -7828.7998 8602.5713 C +-7828.6914 8602.7314 -7828.4722 8603.0498 Y +-7828.1479 8602.9131 -7827.8257 8602.6865 -7827.5098 8602.5059 C +-7828.4585 8602.4219 -7829.4194 8602.3398 -7830.3975 8602.2578 c +-7836.7026 8601.6465 -7842.5166 8601.7549 -7849.0586 8601.3037 c +-7852.6006 8601.0264 -7856.0054 8600.6152 -7859.3457 8600.0527 c +-7866.0015 8598.9336 -7872.0762 8600.2197 -7878.8042 8597.7979 c +-7881.3838 8596.9482 -7886.1758 8597.4082 -7888.6655 8597.5078 C +-7892 8599.1016 -7890.2729 8603.2217 -7890.1143 8603.4541 C +-7888.0635 8606.9658 -7886.4609 8605.0156 -7882.2842 8607.0791 C +-7885.1289 8605.9072 -7880.1846 8604.8193 -7877.4985 8607.2246 c +-7873.6118 8610.8896 -7868.0679 8607.958 -7863.2715 8608.8955 c +-7862.0718 8609.1318 -7860.7998 8608.9658 -7859.3647 8609.0381 C +-7851.9326 8610.2842 -7845.0288 8608.7334 -7837.2158 8609.0166 C +-7835.1465 8609.0059 -7833.3257 8608.1162 -7831.5835 8607.6289 C +-7830.3105 8607.4639 -7828.9473 8607.9346 -7827.9136 8607.9336 c +-7826.2866 8607.9258 -7824.8838 8607.5889 -7823.5415 8607.167 C +-7825.0425 8607.3418 -7826.1362 8607.6006 -7827.8081 8607.7451 c +-7828.9233 8607.8037 -7827.0327 8606.5137 -7826.2944 8606.2432 C +-7825.9785 8606.0273 -7825.4814 8607.0938 -7825.1675 8606.877 C +-7824.4785 8606.876 -7823.8472 8606.4463 -7823.1089 8606.1738 C +-7822.7944 8605.96 -7822.8311 8606.9209 -7822.6738 8606.8145 C +-7821.6675 8606.5967 -7820.8921 8605.3643 -7820.2495 8605.6279 C +-7819.7593 8605.7715 -7819.3198 8605.9189 -7818.8906 8606.0664 C +-7818.6182 8606.1191 -7818.3486 8606.1631 -7818.0645 8606.125 C +-7817.8862 8606.0439 -7817.7026 8605.9639 -7817.5166 8605.8838 C +-7817.6616 8605.5898 -7817.7144 8605.2305 -7817.7646 8604.8682 C +-7817.4995 8604.9219 -7817.1255 8605.1338 -7816.8569 8605.1865 c +-7817.1255 8605.1338 -7817.4995 8604.9219 -7817.7646 8604.8682 C +-7817.7144 8605.2305 -7817.6616 8605.5898 -7817.5166 8605.8838 C +-7816.1929 8605.3193 -7814.6641 8604.8135 -7813.2441 8604.3994 C +-7813.2515 8604.3721 -7813.2578 8604.3418 -7813.2646 8604.3135 C +-7814.0938 8604.4111 -7814.9058 8604.3232 -7815.7646 8603.7393 C +-7815.3921 8603.9512 -7815.4395 8604.2178 -7815.8647 8604.2744 C +-7815.9722 8604.1152 -7816.0835 8603.9541 -7816.1914 8603.7959 C +-7815.4502 8603.5244 -7814.7119 8603.2529 -7814.0112 8603.9463 C +-7813.6943 8603.7305 -7813.5366 8603.6221 V +-7813.3022 8603.7549 -7813.3145 8604.0566 -7813.2646 8604.3135 C +-7813.1006 8604.2959 -7812.9395 8604.2686 -7812.7729 8604.2373 C +-7813.1206 8603.7607 -7814.2104 8603.1455 Y +f +/BBAccumRotation (0.598766) XT +-7822.7471 8603.1201 m +-7822.6318 8603.0898 -7822.4937 8603.0674 -7822.3457 8603.0439 C +-7822.8838 8603.001 -7823.4214 8602.96 -7823.9585 8602.9131 C +-7823.6753 8603.3799 -7823.2129 8603.251 -7822.7471 8603.1201 c +f +/BBAccumRotation (0.598766) XT +U +U +U +%AI8_EndBrushPattern +%AI8_BeginBrushPattern +(Unnamed 8) +0 A +u +u +0 J 0 j 1 w 4 M []0 d 0 XR +-7891.9263 8610.8896 m +-7732.1631 8610.8896 L +-7732.1631 8566.7559 L +-7891.9263 8566.7559 L +-7891.9263 8610.8896 L +n +u +u +0 O +0.1882 0.1373 0.1451 0.0196 0.7882 0.7882 0.7882 Xa +-7734.0127 8579.0166 m +-7734.0713 8579.1689 -7734.1807 8579.3213 -7734.2393 8579.4736 C +-7734.6538 8579.4561 -7735.0674 8579.4395 -7735.4814 8579.4219 C +-7735.7681 8580.085 -7736.0542 8580.7471 -7736.3418 8581.4111 C +-7736.6631 8581.6563 -7737.0342 8581.8486 -7737.3555 8582.0938 C +-7737.7378 8582.5449 -7738.3462 8582.2607 -7739.1265 8582.2803 C +-7740.29 8582.8545 -7741.0264 8583.084 -7741.6729 8583.6797 C +-7741.3857 8585.5068 -7743.9795 8584.2578 -7745.4424 8584.5098 C +-7745.4697 8585.1826 -7745.4985 8585.8545 -7745.5234 8586.4775 C +-7746.2881 8586.1855 -7746.6865 8586.999 -7747.7607 8586.6426 C +-7748.7119 8588.3154 -7749.7041 8588.4824 -7750.7959 8588.54 C +-7751.0088 8588.6865 -7751.1714 8588.8359 -7751.3325 8588.9854 C +-7751.7402 8588.8135 -7752.1475 8588.6416 -7752.5562 8588.4678 C +-7753.5088 8588.9473 -7752.9346 8590.1123 -7753.1768 8590.9326 C +-7753.8896 8590.6426 -7754.6055 8590.3545 -7755.3706 8590.0635 C +-7755.5142 8589.7979 -7755.6631 8589.584 -7755.8066 8589.3193 C +-7755.7314 8588.752 -7755.6016 8588.1338 -7755.5273 8587.5674 C +-7755.2515 8587.1641 -7754.9736 8586.7607 -7754.6982 8586.3564 C +-7753.6577 8586.2441 -7753.3335 8585.9463 -7753.4258 8585.6826 C +-7752.8975 8584.2002 -7754.6362 8584.8037 -7755.4038 8584.6162 C +-7755.4463 8584.3555 -7755.5386 8584.0928 -7755.5801 8583.8311 C +-7755.1494 8583.4346 -7754.7178 8583.0371 -7754.2866 8582.6396 C +-7752.8687 8582.2305 -7753.2822 8580.9697 -7751.7495 8581.5 C +-7751.6846 8581.1904 -7751.5654 8580.833 -7751.5015 8580.5244 C +-7751.1338 8580.3838 -7750.8154 8580.2412 -7750.4438 8580.0498 C +-7750.2935 8580.1602 -7750.1426 8580.2695 -7749.9897 8580.3281 C +-7750.0576 8580.7393 -7750.1782 8581.1494 -7750.2998 8581.5586 C +-7750.4121 8581.7617 -7750.7959 8582.2646 -7751.5635 8582.0264 C +-7751.2705 8583.6982 -7751.8486 8585.1777 -7752.4521 8585.9834 C +-7752.0142 8586.6768 -7751.5615 8585.7607 -7750.9512 8586.0459 C +-7750.4814 8585.9609 -7749.9595 8585.877 -7749.4385 8585.8486 C +-7749.3984 8584.8643 -7749.3887 8584.6055 -7749.3774 8584.3467 C +-7748.9111 8584.3662 -7748.3936 8584.3857 -7747.9385 8584.665 C +-7747.1445 8584.2832 -7746.6782 8584.3018 -7746.1455 8583.9619 C +-7745.9937 8582.7744 -7745.3838 8583.1113 -7745.1206 8583.0176 C +-7743.9058 8581.2002 -7742.3809 8580.6943 -7740.5142 8580.7178 C +-7740.3765 8581.1396 -7739.6582 8581.3242 -7739.0967 8581.5557 C +-7738.3896 8580.7549 -7737.8008 8580.3135 -7737.9658 8579.3193 C +-7738.1714 8579.2607 -7738.3232 8579.1494 -7738.4766 8579.0928 C +-7739.2998 8578.9541 -7740.1255 8578.8154 -7740.9512 8578.7305 C +-7741.2642 8578.7686 -7741.6294 8578.8584 -7741.9458 8578.9482 C +-7742.2217 8579.3506 -7742.4966 8579.7549 -7742.7729 8580.1592 C +-7743.3638 8579.4082 -7744.7119 8579.4033 -7745.6816 8579.001 C +-7745.9795 8578.6787 -7746.3286 8578.3506 -7746.6265 8577.9775 C +-7745.9233 8577.332 -7744.9502 8577.6299 -7743.9126 8577.6221 C +-7742.8838 8577.8193 -7741.9063 8578.0166 -7740.9297 8578.2129 C +-7740.1982 8578.0869 -7739.4155 8577.9639 -7738.6831 8577.8379 c +-7737.1758 8577.7441 -7735.9912 8576.7041 -7735.2031 8577.7236 C +-7734.7441 8577.8975 -7734.3887 8578.0674 -7733.9795 8578.2402 C +-7733.9912 8578.499 -7734.0015 8578.7578 -7734.0127 8579.0166 C +f +U +u +0.0667 0.0471 0.051 0 0.9294 0.9294 0.9294 Xa +-7739.0967 8581.5557 m +-7739.6582 8581.3242 -7740.3765 8581.1396 -7740.5142 8580.7178 C +-7742.3809 8580.6943 -7743.9058 8581.2002 -7745.1206 8583.0176 C +-7745.3838 8583.1113 -7745.9937 8582.7744 -7746.1455 8583.9619 C +-7746.6782 8584.3018 -7747.1445 8584.2832 -7747.9385 8584.665 C +-7748.3936 8584.3857 -7748.9111 8584.3662 -7749.3774 8584.3467 C +-7749.3887 8584.6055 -7749.3984 8584.8643 -7749.4385 8585.8486 C +-7749.9595 8585.877 -7750.4814 8585.9609 -7750.9512 8586.0459 C +-7751.5615 8585.7607 -7752.0142 8586.6768 -7752.4521 8585.9834 C +-7751.8486 8585.1777 -7751.2705 8583.6982 -7751.5635 8582.0264 C +-7750.7959 8582.2646 -7750.4121 8581.7617 -7750.2998 8581.5586 C +-7750.1782 8581.1494 -7750.0576 8580.7393 -7749.9897 8580.3281 C +-7749.4722 8580.3486 -7749.0049 8580.3682 -7748.4873 8580.3896 c +-7747.9697 8580.4111 -7747.5049 8580.4307 -7746.9858 8580.4512 C +-7746.9482 8579.5186 -7745.1182 8580.4248 -7745.6816 8579.001 C +-7744.7119 8579.4033 -7743.3638 8579.4082 -7742.7729 8580.1592 C +-7742.4966 8579.7549 -7742.2217 8579.3506 -7741.9458 8578.9482 C +-7741.6294 8578.8584 -7741.2642 8578.7686 -7740.9512 8578.7305 C +-7740.1255 8578.8154 -7739.2998 8578.9541 -7738.4766 8579.0928 C +-7738.3232 8579.1494 -7738.1714 8579.2607 -7737.9658 8579.3193 C +-7737.8008 8580.3135 -7738.3896 8580.7549 -7739.0967 8581.5557 C +f +U +u +0.2784 0.2078 0.2157 0.0706 0.6706 0.6706 0.6706 Xa +-7745.6816 8579.001 m +-7745.1182 8580.4248 -7746.9482 8579.5186 -7746.9858 8580.4512 C +-7747.5049 8580.4307 -7747.9697 8580.4111 -7748.4873 8580.3896 c +-7749.0049 8580.3682 -7749.4722 8580.3486 -7749.9897 8580.3281 C +-7750.1426 8580.2695 -7750.2935 8580.1602 -7750.4438 8580.0498 C +-7750.8154 8580.2412 -7751.1338 8580.3838 -7751.5015 8580.5244 C +-7751.5654 8580.833 -7751.6846 8581.1904 -7751.7495 8581.5 C +-7753.2822 8580.9697 -7752.8687 8582.2305 -7754.2866 8582.6396 C +-7754.7178 8583.0371 -7755.1494 8583.4346 -7755.5801 8583.8311 C +-7755.5386 8584.0928 -7755.4463 8584.3555 -7755.4038 8584.6162 C +-7754.6362 8584.8037 -7752.8975 8584.2002 -7753.4258 8585.6826 C +-7753.3335 8585.9463 -7753.6577 8586.2441 -7754.6982 8586.3564 C +-7754.9736 8586.7607 -7755.2515 8587.1641 -7755.5273 8587.5674 C +-7755.6016 8588.1338 -7755.7314 8588.752 -7755.8066 8589.3193 C +-7756.5938 8589.5459 -7757.3271 8589.7236 -7758.1143 8589.9512 C +-7758.2705 8589.9434 -7758.4258 8589.9365 -7758.5801 8589.9307 C +-7758.8994 8590.125 -7759.2695 8590.2666 -7759.5854 8590.4072 C +-7759.8232 8589.8799 -7760.0635 8589.4033 -7760.3008 8588.873 C +-7761.1592 8588.3193 -7760.7568 8589.8936 -7761.5942 8590.0664 C +-7762.4097 8589.7207 -7763.2241 8589.3242 -7764.0391 8588.9795 C +-7766.4424 8589.3984 -7766.8286 8586.2178 -7769.2065 8587.2617 C +-7769.9209 8586.9736 -7770.6353 8586.6846 -7771.4023 8586.4463 C +-7772.3994 8586.7158 -7773.3994 8587.0361 -7774.3945 8587.3076 C +-7775.0674 8587.2783 -7775.7407 8587.251 -7776.4146 8587.2236 C +-7776.2998 8586.9688 -7776.5034 8586.8555 -7776.6514 8586.6953 C +-7777.6353 8586.6533 -7777.7085 8588.415 -7779.6538 8587.8154 c +-7780.0664 8587.7471 -7780.4766 8587.625 -7780.8857 8587.5049 C +-7781.7183 8587.5752 -7782.5518 8587.6455 -7783.3818 8587.6602 c +-7784.3154 8587.623 -7785.1943 8587.5869 -7786.1265 8587.5488 c +-7786.2822 8587.541 -7786.4385 8587.5361 -7786.6431 8587.5264 C +-7787.8257 8587.2178 -7786.9521 8586.2178 -7787.5576 8585.7783 C +-7788.3774 8585.5371 -7789.7495 8586.1025 -7790.0103 8584.8984 C +-7790.7334 8584.8174 -7791.5073 8584.6826 -7792.2256 8584.5479 C +-7793.2744 8584.8154 -7793.5654 8585.583 -7794.4849 8585.2314 C +-7795.0034 8585.2119 -7795.4688 8585.1914 -7795.9863 8585.1709 c +-7796.1416 8585.1631 -7796.2974 8585.1563 -7796.5034 8585.1494 C +-7796.8008 8586.0703 -7797.5674 8585.7783 -7797.9736 8585.5557 C +-7798.5474 8585.6357 -7799.1729 8585.7129 -7799.7432 8585.7402 C +-7799.8584 8584.751 -7801.1904 8585.5791 -7801.6714 8584.6768 C +-7802.6953 8584.376 -7803.6689 8584.0752 -7804.6455 8583.8271 C +-7805.9648 8584.3955 -7807.1445 8586.5762 -7807.1714 8584.708 C +-7808.0913 8584.3584 -7809.1606 8585.1963 -7810.3799 8584.5762 C +-7811.3584 8584.3799 -7812.3862 8584.1826 -7813.3623 8583.9336 C +-7813.8394 8584.1738 -7814.3662 8584.4111 -7814.8955 8584.6475 C +-7815.3623 8584.6299 -7815.8799 8584.6074 -7816.3447 8584.5889 c +-7816.8657 8584.6191 -7817.3882 8584.7031 -7817.8564 8584.7344 C +-7818.71 8585.3213 -7819.8721 8585.8447 -7819.8765 8584.6504 C +-7820.0303 8584.6455 -7820.1846 8584.6377 -7820.3408 8584.6299 C +-7820.5928 8585.709 -7821.4482 8585.0518 -7821.6265 8585.6152 c +-7821.7969 8585.9717 -7822.7798 8585.9326 -7823.1162 8585.2959 C +-7823.2729 8585.2891 -7823.4282 8585.2822 -7823.6362 8585.2734 c +-7824.2075 8585.3018 -7824.7798 8585.3818 -7825.3545 8585.4619 C +-7825.7041 8586.3809 -7826.4697 8586.0898 -7826.8765 8585.8662 C +-7827.7085 8585.9346 -7828.54 8586.0049 -7829.3721 8586.0215 c +-7830.1006 8586.0967 -7830.8774 8586.1152 -7831.6079 8586.1885 C +-7831.71 8587.377 -7833.3994 8586.8936 -7834.3311 8585.5576 C +-7834.6416 8585.5439 -7835.0049 8585.5303 -7835.3145 8585.5176 C +-7835.5889 8585.8682 -7835.8608 8586.1689 -7836.1318 8586.4697 C +-7836.8545 8586.3857 -7838.0049 8586.5986 -7838.3394 8585.9111 C +-7838.6504 8585.8975 -7839.0127 8585.8838 -7839.3223 8585.8711 C +-7840.1846 8586.6123 -7840.2529 8585.7783 -7840.8242 8585.8076 c +-7840.8765 8585.8076 -7840.9795 8585.8018 -7841.0835 8585.7979 C +-7841.1074 8586.3662 -7841.1294 8586.9365 -7841.1543 8587.5068 C +-7841.8833 8588.8242 -7842.4375 8587.1426 -7843.1025 8586.96 c +-7843.3569 8586.8447 -7843.4697 8587.0479 -7843.6294 8587.1963 C +-7843.71 8589.1123 -7845.3545 8586.2432 -7846.1455 8587.8193 C +-7846.8735 8587.8408 -7846.4927 8586.1963 -7847.8135 8586.7646 C +-7848.2515 8588.5615 -7850.6904 8587.3193 -7852.0791 8587.0557 C +-7852.4111 8587.5586 -7852.7954 8588.0625 -7853.1265 8588.5166 C +-7855.9614 8586.8945 -7857.3682 8590.7783 -7860.6538 8589.9688 C +-7861.7075 8589.0938 -7862.8506 8590.4482 -7863.8535 8589.5762 C +-7864.3994 8592.7695 -7868.9155 8589.1084 -7869.2065 8592.3643 C +-7870.4561 8592.4678 -7871.9858 8591.835 -7872.9546 8592.6768 C +-7873.5791 8591.5088 -7873.6768 8591.3496 -7873.8857 8591.3936 C +-7874.3662 8591.7354 -7874.1338 8592.3682 -7874.2065 8592.8838 C +-7874.7217 8592.8105 -7875.1846 8592.6865 -7875.6978 8592.5625 C +-7875.2402 8591.5439 -7876.3306 8591.5518 -7876.6191 8591.0205 C +-7877.8335 8592.7871 -7879.1592 8589.7236 -7880.8242 8589.8623 C +-7882.0874 8590.2754 -7881.4751 8593.0498 -7883.3936 8591.7783 C +-7884.3242 8592.9854 -7884.5806 8592.9219 -7885.9082 8592.3994 C +-7886.4849 8591.2871 -7887.5215 8591.2451 -7888.5791 8590.5264 C +-7888.6143 8590.1104 -7888.7031 8589.7432 -7888.7354 8589.2754 C +-7888.9858 8589.0576 -7889.2334 8588.7881 -7889.4824 8588.5186 C +-7889.9922 8587.0449 -7890.1514 8585.8975 -7891.0591 8585.2383 C +-7890.9897 8584.8271 -7890.8687 8584.416 -7890.7998 8584.0029 C +-7889.7026 8583.79 -7889.4214 8583.2822 -7889.0063 8583.2998 C +-7888.7207 8583.8818 -7888.3838 8584.5186 -7888.0967 8585.1006 C +-7887.5137 8584.8135 -7886.8774 8584.4775 -7886.2959 8584.1895 C +-7885.7256 8584.2139 -7885.1558 8584.2354 -7884.5874 8584.2607 C +-7884.3066 8583.7529 -7884.0264 8583.2451 -7883.7485 8582.791 C +-7883.5879 8582.6943 -7883.4302 8582.6475 -7883.2715 8582.5498 C +-7882.5073 8582.8936 -7881.7974 8583.2871 -7881.0342 8583.6289 C +-7880.6362 8584.0615 -7880.2915 8584.4893 -7879.8433 8584.9229 C +-7879.8574 8585.2842 -7879.8706 8585.5967 -7879.8936 8586.165 C +-7879.0186 8586.3057 -7878.0913 8586.4473 -7877.2119 8586.5361 c +-7876.4399 8586.6719 -7875.7178 8586.7529 -7874.9438 8586.8896 C +-7874.7515 8587.208 -7874.5073 8587.5811 -7874.2598 8587.9023 C +-7873.9878 8587.6025 -7873.7134 8587.251 -7873.4951 8586.9482 C +-7872.8633 8586.7158 -7872.4873 8587.665 -7871.9937 8587.0098 C +-7872.4126 8585.8506 -7871.2422 8586.4189 -7869.7256 8586.1191 C +-7869.3706 8586.2891 -7869.0664 8586.457 -7868.71 8586.6279 C +-7867.8057 8586.0938 -7867.9897 8585.5166 -7867.6655 8585.167 C +-7867.2432 8585.0273 -7866.8232 8584.8916 -7866.4014 8584.752 C +-7866.7256 8583.8057 -7865.7959 8583.8955 -7865.3672 8583.5498 C +-7864.1475 8584.1709 -7863.8218 8582.5244 -7862.6016 8583.1455 C +-7862.0737 8582.9072 -7862.6055 8581.9521 -7862.0845 8581.9219 c +-7861.8774 8581.9307 -7861.7217 8581.9375 -7861.5664 8581.9434 C +-7861.4287 8582.3633 -7861.29 8582.7842 -7861.0991 8583.208 C +-7860.8936 8583.2158 -7860.6338 8583.2266 -7859.6201 8582.541 C +-7859.5361 8583.0127 -7859.4546 8583.5352 -7859.4233 8584.0557 C +-7858.9087 8584.1279 -7858.4463 8584.251 -7857.9302 8584.3232 C +-7857.7695 8584.1738 -7857.6064 8584.0264 -7857.3936 8583.8799 C +-7856.4058 8583.8154 -7855.4194 8583.8057 -7854.4326 8583.7432 C +-7854.6675 8585.6514 -7852.4873 8583.1494 -7852.7334 8585.3174 C +-7852.5767 8585.3232 -7852.4233 8585.3291 -7852.2671 8585.3359 C +-7852.1567 8583.9404 -7852.6118 8583.6621 -7852.3618 8582.583 C +-7851.8994 8582.7051 -7851.3838 8582.7783 -7850.9209 8582.9014 C +-7850.9424 8583.3672 -7850.9614 8583.8857 -7850.9834 8584.4033 C +-7849.5806 8585.6025 -7850.3633 8583.1846 -7849.4302 8583.2236 C +-7848.9233 8583.4512 -7848.4673 8583.7295 -7847.96 8584.0098 C +-7847.8174 8584.3271 -7847.5049 8584.2871 -7847.2446 8584.2979 C +-7846.7695 8584.0586 -7847.0049 8583.4785 -7846.9346 8583.0654 C +-7846.5215 8583.084 -7846.1064 8583.0996 -7845.6929 8583.1191 C +-7844.7998 8582.8418 -7845.3242 8581.7334 -7844.6455 8581.6563 C +-7843.8159 8582.8838 -7843.5303 8583.5186 -7843.0186 8584.9395 C +-7842.6846 8584.3818 -7842.2998 8583.8291 -7841.9639 8583.2715 c +-7841.5835 8582.8193 -7840.9746 8583.1563 -7840.4521 8583.0752 C +-7840.2168 8583.6553 -7839.8223 8584.1377 -7840.0161 8585.0635 C +-7839.8135 8585.1768 -7839.5576 8585.2891 -7839.3018 8585.3525 C +-7839.0239 8584.9482 -7838.7495 8584.5459 -7838.5254 8584.1396 C +-7838.1113 8584.1563 -7837.6958 8584.1738 -7837.2935 8584.4512 C +-7836.6182 8584.4258 -7835.9409 8584.3496 -7835.2642 8584.2744 C +-7834.5479 8584.5127 -7833.7759 8584.6992 -7833.0586 8584.8838 C +-7832.3721 8584.6016 -7831.7358 8584.2646 -7831.0513 8583.9814 C +-7830.3682 8583.8018 -7829.6895 8583.6748 -7829.0098 8583.5479 C +-7827.8818 8583.8525 -7826.7529 8584.1592 -7825.5698 8584.416 C +-7825.4155 8584.4219 -7825.2598 8584.4287 -7825.0518 8584.4365 C +-7825.0439 8584.2295 -7825.0337 8583.9697 -7825.0234 8583.7119 C +-7824.7002 8583.4658 -7824.3799 8583.2197 -7824.0088 8583.0273 C +-7823.5854 8582.8379 -7823.1665 8582.6992 -7822.7446 8582.5615 C +-7822.2793 8582.5811 -7821.7617 8582.6016 -7821.2441 8582.623 c +-7820.9326 8582.6357 -7820.6226 8582.6494 -7820.2598 8582.6631 C +-7819.1538 8583.4873 -7818.9775 8583.0273 -7818.5718 8583.252 C +-7817.9409 8583.0186 -7818.1714 8582.335 -7817.7446 8582.041 C +-7817.4336 8582.0557 -7817.0713 8582.0693 -7816.7607 8582.083 C +-7815.2041 8583.3389 -7814.4502 8582.6455 -7813.3218 8582.9512 C +-7812.8042 8582.9736 -7812.3369 8582.9912 -7811.8193 8583.0127 C +-7811.5439 8582.6104 -7811.2695 8582.2061 -7811.0439 8581.7998 C +-7810.6118 8581.4023 -7810.1816 8581.0059 -7809.75 8580.6074 C +-7809.2256 8580.4746 -7808.7007 8580.3408 -7808.2266 8580.1514 C +-7807.8232 8580.4287 -7807.4194 8580.7041 -7807.0166 8580.9814 C +-7806.3486 8581.1641 -7805.6826 8581.3467 -7805.0674 8581.5273 C +-7804.8687 8581.7441 -7804.7217 8581.9053 -7804.5713 8582.0674 C +-7804.2485 8581.7686 -7803.8706 8581.4209 -7803.5474 8581.124 C +-7802.9678 8580.8896 -7802.3354 8580.6553 -7801.7534 8580.4199 C +-7801.7041 8580.4219 -7801.6001 8580.4258 -7801.4961 8580.4307 C +-7801.3096 8580.957 -7801.0718 8581.4854 -7800.8335 8581.9639 C +-7800.6768 8581.9688 -7800.5225 8581.9746 -7800.3154 8581.9834 C +-7799.8623 8581.0674 -7800.3218 8580.8936 -7800.2529 8580.4814 C +-7800.0918 8580.333 -7799.9297 8580.1826 -7799.7681 8580.0352 C +-7798.1094 8580.0518 -7798.9155 8581.9883 -7797.3335 8581.3809 C +-7797.2134 8580.9697 -7797.0928 8580.5615 -7797.0234 8580.1494 C +-7796.6104 8580.165 -7796.1943 8580.1826 -7795.7817 8580.1992 C +-7795.1182 8580.4863 -7794.4546 8580.7217 -7793.8433 8581.0059 C +-7792.8174 8581.2559 -7791.8394 8581.4512 -7790.8623 8581.6475 C +-7789.8911 8580.7549 -7791.5034 8580.8418 -7791.3071 8579.8662 C +-7790.4385 8578.916 -7790.5889 8578.8057 -7790.7383 8578.6455 C +-7791.3462 8578.3096 -7791.4858 8579.1846 -7792.0024 8579.1113 C +-7792.0488 8579.0049 -7792.1504 8578.9482 -7792.25 8578.8408 C +-7792.2256 8578.2715 -7792.2031 8577.7031 -7792.1782 8577.0811 C +-7791.9585 8576.7783 -7791.79 8576.4746 -7791.6182 8576.1191 C +-7791.5654 8576.0693 -7791.4575 8575.9697 -7791.3486 8575.8711 C +-7790.6807 8576.001 -7790.0635 8576.1318 -7789.3921 8576.2119 C +-7789.4561 8576.4678 -7789.3042 8576.5762 -7789.1553 8576.7393 C +-7788.5474 8577.0752 -7788.4072 8576.2002 -7787.8896 8576.2734 C +-7787.4399 8576.6533 -7786.9346 8576.9863 -7786.4302 8577.3184 c +-7785.4155 8577.8799 -7785.1025 8576.5439 -7784.1729 8576.6855 c +-7783.9155 8576.6963 -7783.7085 8576.7041 -7783.4482 8576.7158 C +-7783.0386 8576.8359 -7782.6274 8576.9053 -7782.2178 8577.0264 C +-7780.6416 8576.5713 -7778.3755 8576.9248 -7776.46 8577.0049 c +-7775.4688 8576.8896 -7774.6006 8578.4795 -7773.7778 8577.374 C +-7772.0313 8577.8096 -7769.7534 8576.6592 -7768.8257 8578.0459 C +-7767.8105 8577.3096 -7765.9609 8577.748 -7764.7881 8576.9678 C +-7764.0215 8577.2578 -7763.3071 8577.5479 -7762.5928 8577.8359 C +-7761.1274 8577.4814 -7759.2241 8577.8711 -7758.2959 8576.7695 C +-7757.7378 8577.0518 -7757.1255 8577.2842 -7756.5654 8577.5664 C +-7756.0479 8577.5879 -7755.4814 8577.6631 -7755.1064 8577.3672 C +-7753.5674 8577.793 -7752.3135 8577.5352 -7752.1743 8579.251 C +-7752.0176 8579.2061 -7751.8584 8579.1104 -7751.6475 8579.0146 C +-7751.3354 8579.0273 -7750.9736 8579.0439 -7750.6631 8579.0557 c +-7750.6104 8579.0576 -7750.5088 8579.0615 -7750.4038 8579.0654 C +-7749.9795 8578.8232 -7749.5566 8578.6338 -7749.1318 8578.3936 C +-7748.9248 8578.4014 -7748.6655 8578.4111 -7748.4072 8578.4219 C +-7748.1445 8578.3291 -7747.8833 8578.2881 -7747.6719 8578.1943 c +-7747.3057 8578.1563 -7746.9912 8578.0654 -7746.6265 8577.9775 C +-7746.3286 8578.3506 -7745.9795 8578.6787 -7745.6816 8579.001 C +f +U +u +0.1882 0.1373 0.1451 0.0196 0.7882 0.7882 0.7882 Xa +-7762.6592 8591.9922 m +-7762.9736 8592.083 -7763.3408 8592.1719 -7763.6538 8592.2119 C +-7764.1689 8592.1377 -7764.6318 8592.0146 -7765.1455 8591.8896 c +-7765.4033 8591.8799 -7765.6631 8591.8682 -7765.8706 8591.8594 C +-7766.7842 8591.4072 -7767.6494 8591.0088 -7768.5615 8590.5039 C +-7768.6665 8590.5 -7768.7178 8590.4971 -7768.8218 8590.4951 C +-7769.6602 8590.7178 -7770.4995 8590.9424 -7771.3374 8591.167 C +-7771.6494 8591.1533 -7772.0127 8591.1396 -7772.3223 8591.1279 C +-7772.4546 8590.5498 -7772.5845 8589.9229 -7772.7681 8589.3447 C +-7773.5967 8589.3105 -7774.4238 8589.2754 -7775.2422 8588.9834 C +-7775.4175 8589.4434 -7775.5874 8589.7979 -7775.7598 8590.2061 C +-7776.5439 8590.3818 -7777.7607 8589.709 -7778.0586 8590.6299 C +-7778.46 8591.5479 -7777.4834 8591.7441 -7776.8564 8591.665 C +-7775.9102 8591.3408 -7776 8592.2715 -7775.6553 8592.7002 C +-7775.9814 8593.0498 -7776.3042 8593.3486 -7776.6807 8593.6963 C +-7777.8042 8593.2344 -7780.8662 8594.5586 -7780.0991 8592.3096 C +-7781.0874 8592.3721 -7782.0703 8592.332 -7783.2993 8591.917 C +-7783.2642 8592.335 -7783.1777 8592.7529 -7783.1445 8593.1689 C +-7782.6958 8593.6533 -7781.1226 8593.2002 -7781.6929 8594.4736 C +-7782.6768 8594.4336 -7783.6592 8594.3936 -7784.6431 8594.3525 C +-7785.1514 8594.0713 -7785.6592 8593.792 -7786.1143 8593.5146 C +-7785.8818 8592.9521 -7786.3926 8592.7256 -7786.5713 8592.041 C +-7787.4126 8592.3184 -7788.2559 8592.6475 -7789.0967 8592.9238 C +-7789.8545 8593.6709 -7789.7158 8594.0908 -7790.4209 8594.8398 C +-7790.9912 8594.8154 -7791.5615 8594.793 -7792.1294 8594.7695 C +-7793.5435 8593.8291 -7792.1006 8592.7998 -7792.2568 8591.5479 C +-7792.4038 8591.3857 -7792.5537 8591.2256 -7792.7529 8591.0088 C +-7794.0615 8591.3184 -7795.4209 8591.5723 -7796.7793 8591.8281 C +-7797.7642 8593.0322 -7800.2817 8591.2158 -7800.5698 8593.1768 C +-7801.4502 8593.1396 -7802.5854 8592.9883 -7803.2842 8593.583 C +-7804.4175 8595.9209 -7802.2607 8595.1807 -7802.1445 8596.1191 C +-7802.5986 8597.085 -7803.4058 8596.5352 -7803.6958 8597.2998 C +-7804.7432 8597.5166 -7806.2017 8597.6631 -7807.4551 8597.8711 C +-7807.5586 8597.8662 -7807.6094 8597.8643 -7807.7129 8597.8594 c +-7807.8682 8597.8535 -7808.0239 8597.8467 -7808.2305 8597.8379 C +-7808.8672 8598.1738 -7809.5537 8598.457 -7810.2393 8598.7402 c +-7810.5034 8598.833 -7810.7134 8598.9287 -7810.9746 8598.9697 C +-7811.3774 8598.6943 -7811.7842 8598.4697 -7812.1895 8598.1943 C +-7813.4063 8598.8184 -7814.5103 8597.9414 -7815.6455 8597.791 C +-7815.3818 8596.4023 -7813.9409 8595.4238 -7812.6138 8595.9463 C +-7812.6055 8594.4951 -7810.7881 8595.709 -7810.0854 8595.0127 C +-7809.7295 8592.6943 -7812.9639 8593.1318 -7812.3862 8590.457 C +-7811.2842 8588.8955 -7809.4985 8589.5928 -7809.7881 8587.8154 C +-7808.5835 8587.5029 -7808.1782 8589.0234 -7806.8057 8588.457 C +-7806.79 8588.0439 -7806.7729 8587.6299 -7806.7554 8587.2139 C +-7809.7134 8587.249 -7812.5713 8586.1455 -7814.7295 8586.8857 C +-7813.4702 8589.0635 -7817.2974 8587.5576 -7815.8257 8589.5889 C +-7815.2593 8589.665 -7814.6929 8589.792 -7814.0742 8589.8682 C +-7814.7925 8590.9287 -7815.3574 8590.8018 -7815.8672 8590.5723 C +-7816.1943 8590.9746 -7816.5742 8591.374 -7816.9023 8591.7754 C +-7818.0166 8592.4033 -7818.6904 8592.376 -7819.9438 8592.6338 C +-7819.8765 8594.7129 -7823.5142 8592.4346 -7822.2866 8595.2871 c +-7821.9346 8596.8574 -7823.3809 8595.4502 -7824.0649 8595.6807 C +-7824.2354 8594.792 -7825.5015 8595.3105 -7826.2729 8595.123 C +-7826.5537 8595.6826 -7827.3408 8595.9082 -7827.0674 8596.8018 C +-7825.9209 8596.6943 -7826.8618 8598.1064 -7825.6079 8597.8984 C +-7825.8911 8598.457 -7825.0806 8600.2031 -7826.4561 8599.5752 C +-7825.8418 8602.2979 -7828.8662 8601.4463 -7829.5498 8602.9229 c +-7830.2695 8603.9814 -7831.7705 8603.9199 -7833.1143 8603.8135 C +-7834.3423 8605.9404 -7837.0415 8605.9834 -7839.46 8606.7666 C +-7839.4766 8607.1807 -7839.4946 8607.5938 -7839.5103 8608.0088 C +-7839.5625 8608.0059 -7839.6675 8608.0029 -7839.7178 8608 C +-7840.3755 8607.5586 -7840.8345 8607.3838 -7841.1895 8607.2139 C +-7841.4248 8607.8799 -7841.6064 8608.4922 -7841.79 8609.1592 c +-7842.0713 8609.7178 -7842.3018 8610.2803 -7842.5874 8610.8896 C +-7843.1553 8610.8672 -7843.7759 8610.8408 -7844.3462 8610.8174 C +-7845.4097 8608.9063 -7843.2646 8608.4775 -7842.7002 8607.3584 C +-7842.2769 8607.1689 -7841.8535 8606.9258 -7841.4282 8606.6855 C +-7841.1514 8606.2822 -7840.8765 8605.877 -7840.6514 8605.4717 c +-7840.1538 8604.7158 -7838.4814 8605.665 -7838.8286 8604.0439 C +-7837.5942 8604.3018 -7837.3936 8603.1689 -7836.7998 8602.623 C +-7836.3486 8601.7607 -7837.4175 8601.249 -7837.9824 8601.1211 C +-7840.2168 8602.4824 -7840.4351 8598.999 -7842.1846 8601.1563 C +-7843.4961 8600.2715 -7845.9033 8600.7959 -7846.6289 8599.5205 C +-7847.2207 8598.7695 -7847.6826 8598.6465 -7847.7983 8597.708 C +-7848.8447 8597.9238 -7850.1064 8599.584 -7851.5674 8598.5371 c +-7852.2241 8598.0967 -7851.9912 8596.2393 -7853.7119 8596.4795 C +-7853.8882 8596.9385 -7854.0635 8597.4512 -7854.2417 8597.9609 C +-7855.3975 8598.3281 -7856.2354 8597.2559 -7855.4214 8596.4082 C +-7855.1064 8596.3174 -7854.6538 8596.6475 -7854.1685 8596.2002 C +-7854.4155 8595.8799 -7854.6592 8595.5068 -7854.9038 8595.1846 C +-7856.3882 8594.6572 -7857.9155 8596.5127 -7859.4194 8596.501 C +-7859.4326 8595.5674 -7860.0806 8594.9717 -7861.1182 8594.9287 C +-7861.7705 8595.6797 -7863.1826 8595.9326 -7863.6025 8594.8242 C +-7864.4438 8595.1025 -7865.2881 8595.4307 -7866.1289 8595.7051 C +-7866.4561 8596.1084 -7866.3765 8596.6826 -7866.4502 8597.1982 C +-7869.2866 8596.8203 -7872.9966 8598.7432 -7874.8486 8595.8662 C +-7875.9897 8595.8711 -7874.6235 8597.9482 -7876.1606 8597.5234 c +-7877.7554 8597.1455 -7875.7617 8594.1162 -7878.5342 8594.6768 C +-7878.5767 8595.7119 -7878.5854 8595.9189 -7878.5962 8596.1768 C +-7879.0591 8596.1064 -7879.9502 8596.3291 -7880.0791 8595.6494 C +-7881.8486 8595.835 -7880.4927 8598.1729 -7882.3745 8597.2666 C +-7882.6553 8597.7734 -7882.8818 8598.2305 -7883.4209 8598.7266 C +-7884.0977 8598.8018 -7884.7734 8598.8271 -7885.3994 8598.9033 C +-7885.3247 8598.3896 -7885.2031 8597.9258 -7885.1294 8597.4121 C +-7885.4233 8596.9834 -7885.7695 8596.5557 -7886.0625 8596.1279 C +-7886.7798 8595.9424 -7888.0986 8596.46 -7888.2666 8595.5186 c +-7888.4897 8594.6279 -7888.71 8593.6846 -7888.8809 8592.7959 C +-7889.3306 8592.3623 -7889.6753 8591.9336 -7890.0713 8591.501 C +-7890.3145 8591.0762 -7890.5562 8590.6514 -7890.7974 8590.2266 C +-7891.1089 8590.2139 -7891.4702 8590.1992 -7891.7817 8590.1865 C +-7891.7778 8590.084 -7891.7729 8589.9814 -7891.7705 8589.9287 C +-7891.7026 8589.5166 -7891.5806 8589.1055 -7891.46 8588.6963 C +-7891.1245 8588.0869 -7892 8587.9482 -7891.9263 8587.4326 c +-7891.6362 8586.667 -7891.3462 8585.9521 -7891.0591 8585.2383 C +-7890.2334 8586.6201 -7890.0439 8587.0439 -7889.4609 8588.001 C +-7889.4697 8588.208 -7889.4751 8588.3633 -7889.4824 8588.5186 C +-7889.2334 8588.7881 -7888.9858 8589.0576 -7888.7354 8589.2754 C +-7888.7031 8589.7432 -7888.6143 8590.1104 -7888.5791 8590.5264 C +-7887.5215 8591.2451 -7886.4849 8591.2871 -7885.9082 8592.3994 C +-7884.5806 8592.9219 -7884.3242 8592.9854 -7883.3936 8591.7783 C +-7881.4751 8593.0498 -7882.0874 8590.2754 -7880.8242 8589.8623 C +-7879.1592 8589.7236 -7877.8335 8592.7871 -7876.6191 8591.0205 C +-7876.3306 8591.5518 -7875.2402 8591.5439 -7875.6978 8592.5625 C +-7875.1846 8592.6865 -7874.7217 8592.8105 -7874.2065 8592.8838 C +-7874.1338 8592.3682 -7874.3662 8591.7354 -7873.8857 8591.3936 C +-7873.6768 8591.3496 -7873.5791 8591.5088 -7872.9546 8592.6768 C +-7871.9858 8591.835 -7870.4561 8592.4678 -7869.2065 8592.3643 C +-7868.9155 8589.1084 -7864.3994 8592.7695 -7863.8535 8589.5762 C +-7862.8506 8590.4482 -7861.7075 8589.0938 -7860.6538 8589.9688 C +-7857.3682 8590.7783 -7855.9614 8586.8945 -7853.1265 8588.5166 C +-7852.7954 8588.0625 -7852.4111 8587.5586 -7852.0791 8587.0557 C +-7850.6904 8587.3193 -7848.2515 8588.5615 -7847.8135 8586.7646 C +-7846.4927 8586.1963 -7846.8735 8587.8408 -7846.1455 8587.8193 C +-7845.3545 8586.2432 -7843.71 8589.1123 -7843.6294 8587.1963 C +-7843.4697 8587.0479 -7843.3569 8586.8447 -7843.1025 8586.96 c +-7842.4375 8587.1426 -7841.8833 8588.8242 -7841.1543 8587.5068 C +-7841.1294 8586.9365 -7841.1074 8586.3662 -7841.0835 8585.7979 C +-7840.9795 8585.8018 -7840.8765 8585.8076 -7840.8242 8585.8076 c +-7840.2529 8585.7783 -7840.1846 8586.6123 -7839.3223 8585.8711 C +-7839.0127 8585.8838 -7838.6504 8585.8975 -7838.3394 8585.9111 C +-7838.0049 8586.5986 -7836.8545 8586.3857 -7836.1318 8586.4697 C +-7835.8608 8586.1689 -7835.5889 8585.8682 -7835.3145 8585.5176 C +-7835.0049 8585.5303 -7834.6416 8585.5439 -7834.3311 8585.5576 C +-7833.3994 8586.8936 -7831.71 8587.377 -7831.6079 8586.1885 C +-7830.8774 8586.1152 -7830.1006 8586.0967 -7829.3721 8586.0215 c +-7828.54 8586.0049 -7827.7085 8585.9346 -7826.8765 8585.8662 C +-7826.4697 8586.0898 -7825.7041 8586.3809 -7825.3545 8585.4619 C +-7824.7798 8585.3818 -7824.2075 8585.3018 -7823.6362 8585.2734 c +-7823.4282 8585.2822 -7823.2729 8585.2891 -7823.1162 8585.2959 C +-7822.7798 8585.9326 -7821.7969 8585.9717 -7821.6265 8585.6152 c +-7821.4482 8585.0518 -7820.5928 8585.709 -7820.3408 8584.6299 C +-7820.1846 8584.6377 -7820.0303 8584.6455 -7819.8765 8584.6504 C +-7819.8721 8585.8447 -7818.71 8585.3213 -7817.8564 8584.7344 C +-7817.3882 8584.7031 -7816.8657 8584.6191 -7816.3447 8584.5889 c +-7815.8799 8584.6074 -7815.3623 8584.6299 -7814.8955 8584.6475 C +-7814.3662 8584.4111 -7813.8394 8584.1738 -7813.3623 8583.9336 C +-7812.3862 8584.1826 -7811.3584 8584.3799 -7810.3799 8584.5762 C +-7809.1606 8585.1963 -7808.0913 8584.3584 -7807.1714 8584.708 C +-7807.1445 8586.5762 -7805.9648 8584.3955 -7804.6455 8583.8271 C +-7803.6689 8584.0752 -7802.6953 8584.376 -7801.6714 8584.6768 C +-7801.1904 8585.5791 -7799.8584 8584.751 -7799.7432 8585.7402 C +-7799.1729 8585.7129 -7798.5474 8585.6357 -7797.9736 8585.5557 C +-7797.5674 8585.7783 -7796.8008 8586.0703 -7796.5034 8585.1494 C +-7796.2974 8585.1563 -7796.1416 8585.1631 -7795.9863 8585.1709 c +-7795.4688 8585.1914 -7795.0034 8585.2119 -7794.4849 8585.2314 C +-7793.5654 8585.583 -7793.2744 8584.8154 -7792.2256 8584.5479 C +-7791.5073 8584.6826 -7790.7334 8584.8174 -7790.0103 8584.8984 C +-7789.7495 8586.1025 -7788.3774 8585.5371 -7787.5576 8585.7783 C +-7786.9521 8586.2178 -7787.8257 8587.2178 -7786.6431 8587.5264 C +-7786.4385 8587.5361 -7786.2822 8587.541 -7786.1265 8587.5488 c +-7785.1943 8587.5869 -7784.3154 8587.623 -7783.3818 8587.6602 c +-7782.5518 8587.6455 -7781.7183 8587.5752 -7780.8857 8587.5049 C +-7780.4766 8587.625 -7780.0664 8587.7471 -7779.6538 8587.8154 c +-7777.7085 8588.415 -7777.6353 8586.6533 -7776.6514 8586.6953 C +-7776.5034 8586.8555 -7776.2998 8586.9688 -7776.4146 8587.2236 C +-7775.7407 8587.251 -7775.0674 8587.2783 -7774.3945 8587.3076 C +-7773.3994 8587.0361 -7772.3994 8586.7158 -7771.4023 8586.4463 C +-7770.6353 8586.6846 -7769.9209 8586.9736 -7769.2065 8587.2617 C +-7766.8286 8586.2178 -7766.4424 8589.3984 -7764.0391 8588.9795 C +-7763.2241 8589.3242 -7762.4097 8589.7207 -7761.5942 8590.0664 C +-7761.5986 8590.1689 -7761.6006 8590.2207 -7761.6055 8590.3242 C +-7761.9385 8590.8809 -7762.3247 8591.4365 -7762.6592 8591.9922 C +f +U +u +0.3608 0.2824 0.2824 0.149 0.549 0.549 0.549 Xa +-7791.3486 8575.8711 m +-7791.4575 8575.9697 -7791.5654 8576.0693 -7791.6182 8576.1191 C +-7791.79 8576.4746 -7791.9585 8576.7783 -7792.1782 8577.0811 C +-7792.2031 8577.7031 -7792.2256 8578.2715 -7792.25 8578.8408 C +-7792.1504 8578.9482 -7792.0488 8579.0049 -7792.0024 8579.1113 C +-7791.4858 8579.1846 -7791.3462 8578.3096 -7790.7383 8578.6455 C +-7790.5889 8578.8057 -7790.4385 8578.916 -7791.3071 8579.8662 C +-7791.5034 8580.8418 -7789.8911 8580.7549 -7790.8623 8581.6475 C +-7791.8394 8581.4512 -7792.8174 8581.2559 -7793.8433 8581.0059 C +-7794.4546 8580.7217 -7795.1182 8580.4863 -7795.7817 8580.1992 C +-7796.1943 8580.1826 -7796.6104 8580.165 -7797.0234 8580.1494 C +-7797.0928 8580.5615 -7797.2134 8580.9697 -7797.3335 8581.3809 C +-7798.9155 8581.9883 -7798.1094 8580.0518 -7799.7681 8580.0352 C +-7799.9297 8580.1826 -7800.0918 8580.333 -7800.2529 8580.4814 C +-7800.3218 8580.8936 -7799.8623 8581.0674 -7800.3154 8581.9834 C +-7800.5225 8581.9746 -7800.6768 8581.9688 -7800.8335 8581.9639 C +-7801.1245 8581.4834 -7801.4658 8580.9512 -7801.7534 8580.4199 C +-7802.3354 8580.6553 -7802.9678 8580.8896 -7803.5474 8581.124 C +-7803.8706 8581.4209 -7804.2485 8581.7686 -7804.5713 8582.0674 C +-7804.7217 8581.9053 -7804.8687 8581.7441 -7805.0674 8581.5273 C +-7805.6826 8581.3467 -7806.3486 8581.1641 -7807.0166 8580.9814 C +-7807.4194 8580.7041 -7807.8232 8580.4287 -7808.2266 8580.1514 C +-7808.7007 8580.3408 -7809.2256 8580.4746 -7809.75 8580.6074 C +-7810.1816 8581.0059 -7810.6118 8581.4023 -7811.0439 8581.7998 C +-7811.2695 8582.2061 -7811.5439 8582.6104 -7811.8193 8583.0127 C +-7812.3369 8582.9912 -7812.8042 8582.9736 -7813.3218 8582.9512 C +-7814.4502 8582.6455 -7815.2041 8583.3389 -7816.7607 8582.083 C +-7817.0713 8582.0693 -7817.4336 8582.0557 -7817.7446 8582.041 C +-7818.1714 8582.335 -7817.9409 8583.0186 -7818.5718 8583.252 C +-7818.9775 8583.0273 -7819.1538 8583.4873 -7820.2598 8582.6631 C +-7820.6226 8582.6494 -7820.9326 8582.6357 -7821.2441 8582.623 c +-7821.7617 8582.6016 -7822.2793 8582.5811 -7822.7446 8582.5615 C +-7823.1665 8582.6992 -7823.5854 8582.8379 -7824.0088 8583.0273 C +-7824.3799 8583.2197 -7824.7002 8583.4658 -7825.0234 8583.7119 C +-7825.0337 8583.9697 -7825.0439 8584.2295 -7825.0518 8584.4365 C +-7825.2598 8584.4287 -7825.4155 8584.4219 -7825.5698 8584.416 C +-7826.7529 8584.1592 -7827.8818 8583.8525 -7829.0098 8583.5479 C +-7829.6895 8583.6748 -7830.3682 8583.8018 -7831.0513 8583.9814 C +-7831.7358 8584.2646 -7832.3721 8584.6016 -7833.0586 8584.8838 C +-7833.7759 8584.6992 -7834.5479 8584.5127 -7835.2642 8584.2744 C +-7835.9409 8584.3496 -7836.6182 8584.4258 -7837.2935 8584.4512 C +-7837.6958 8584.1738 -7838.1113 8584.1563 -7838.5254 8584.1396 C +-7838.7495 8584.5459 -7839.0239 8584.9482 -7839.3018 8585.3525 C +-7839.5576 8585.2891 -7839.8135 8585.1768 -7840.0161 8585.0635 C +-7839.8223 8584.1377 -7840.2168 8583.6553 -7840.4521 8583.0752 C +-7840.9746 8583.1563 -7841.5835 8582.8193 -7841.9639 8583.2715 c +-7842.2998 8583.8291 -7842.6846 8584.3818 -7843.0186 8584.9395 C +-7843.1235 8584.9346 -7843.1729 8584.9336 -7843.2778 8584.9287 C +-7843.4072 8584.3018 -7843.5352 8583.6211 -7843.6606 8582.9424 C +-7843.8623 8582.7783 -7844.3086 8582.2412 -7844.6455 8581.6563 C +-7845.3242 8581.7334 -7844.7998 8582.8418 -7845.6929 8583.1191 C +-7846.1064 8583.0996 -7846.5215 8583.084 -7846.9346 8583.0654 C +-7847.0049 8583.4785 -7846.7695 8584.0586 -7847.2446 8584.2979 C +-7847.5049 8584.2871 -7847.8174 8584.3271 -7847.96 8584.0098 C +-7848.4673 8583.7295 -7848.9233 8583.4512 -7849.4302 8583.2236 C +-7850.3633 8583.1846 -7849.5806 8585.6025 -7850.9834 8584.4033 C +-7850.9614 8583.8857 -7850.9424 8583.3672 -7850.9209 8582.9014 C +-7851.3838 8582.7783 -7851.8994 8582.7051 -7852.3618 8582.583 C +-7852.6118 8583.6621 -7852.1567 8583.9404 -7852.2671 8585.3359 C +-7852.4233 8585.3291 -7852.5767 8585.3232 -7852.7334 8585.3174 C +-7852.4873 8583.1494 -7854.6675 8585.6514 -7854.4326 8583.7432 C +-7855.4194 8583.8057 -7856.4058 8583.8154 -7857.3936 8583.8799 C +-7857.6064 8584.0264 -7857.7695 8584.1738 -7857.9302 8584.3232 C +-7858.4463 8584.251 -7858.9087 8584.1279 -7859.4233 8584.0557 C +-7860.3354 8583.499 -7860.4858 8583.3896 -7860.6338 8583.2266 C +-7861.6865 8583.5986 -7861.0752 8582.585 -7861.5664 8581.9434 C +-7861.7217 8581.9375 -7861.8774 8581.9307 -7862.0845 8581.9219 c +-7862.6055 8581.9521 -7862.0737 8582.9072 -7862.6016 8583.1455 C +-7863.8218 8582.5244 -7864.1475 8584.1709 -7865.3672 8583.5498 C +-7865.7959 8583.8955 -7866.7256 8583.8057 -7866.4014 8584.752 C +-7866.8232 8584.8916 -7867.2432 8585.0273 -7867.6655 8585.167 C +-7867.9897 8585.5166 -7867.8057 8586.0938 -7868.71 8586.6279 C +-7869.0664 8586.457 -7869.3706 8586.2891 -7869.7256 8586.1191 C +-7871.2422 8586.4189 -7872.4126 8585.8506 -7871.9937 8587.0098 C +-7872.4873 8587.665 -7872.8633 8586.7158 -7873.4951 8586.9482 C +-7873.7134 8587.251 -7873.9878 8587.6025 -7874.2598 8587.9023 C +-7874.5073 8587.5811 -7874.7515 8587.208 -7874.9438 8586.8896 C +-7875.7178 8586.7529 -7876.4399 8586.6719 -7877.2119 8586.5361 c +-7878.0913 8586.4473 -7879.0186 8586.3057 -7879.8936 8586.165 C +-7879.8706 8585.5967 -7879.8574 8585.2842 -7879.8433 8584.9229 C +-7880.2915 8584.4893 -7880.6362 8584.0615 -7881.0342 8583.6289 C +-7880.9634 8583.165 -7880.8369 8582.6514 -7880.7646 8582.1357 C +-7880.3994 8582.0996 -7880.0854 8582.0078 -7879.7202 8581.9717 c +-7878.8286 8581.749 -7877.8882 8581.5273 -7876.9966 8581.3057 C +-7876.9897 8581.1514 -7876.9834 8580.9951 -7876.9766 8580.8408 C +-7876.2026 8580.9238 -7875.4814 8581.0576 -7874.7075 8581.1416 C +-7874.6362 8580.6768 -7874.5122 8580.1641 -7874.4399 8579.7002 C +-7873.9287 8579.877 -7873.4175 8580.0537 -7872.9585 8580.2295 C +-7872.4814 8579.9883 -7872.7695 8579.4043 -7872.6475 8578.9961 C +-7872.4922 8579.0029 -7872.3369 8579.0088 -7872.1294 8579.0176 c +-7871.9233 8579.0264 -7871.6631 8579.0371 -7871.4058 8579.0479 C +-7871.4146 8579.2539 -7871.4199 8579.4082 -7871.4272 8579.5654 c +-7871.4463 8580.0313 -7871.4678 8580.5498 -7871.4878 8581.0674 C +-7871.8057 8581.209 -7872.1743 8581.3506 -7872.4912 8581.4922 C +-7872.3638 8582.1709 -7872.2378 8582.8506 -7872.1089 8583.5313 C +-7870.21 8582.7783 -7868.8018 8582.5791 -7868.2871 8581.4063 C +-7866.5986 8580.6982 -7864.2002 8581.6787 -7863.4722 8580.3623 C +-7864.2393 8580.1211 -7864.4995 8580.1104 -7864.7075 8580.1025 C +-7865.0225 8578.9482 -7864.2695 8578.3057 -7862.9351 8578.6709 C +-7863.2041 8577.623 -7862.5562 8577.0273 -7862.5854 8576.4551 C +-7861.4326 8577.4365 -7861.2607 8575.7842 -7860.0767 8576.04 C +-7860.0615 8575.6279 -7860.0439 8575.2119 -7860.0264 8574.7979 C +-7859.8638 8574.6475 -7859.7031 8574.5 -7859.4873 8574.3018 C +-7858.6113 8574.4414 -7857.6831 8574.583 -7856.8057 8574.6709 c +-7855.6152 8574.7207 -7854.4751 8574.7666 -7853.2842 8574.8174 C +-7852.4126 8575.0586 -7851.4878 8575.2529 -7850.6143 8575.4463 C +-7850.2065 8575.6191 -7849.7974 8575.791 -7849.3906 8575.9639 c +-7847.2529 8576.9336 -7848.0537 8574.9814 -7846.8657 8575.0811 C +-7845.9424 8575.3799 -7845.0737 8575.6748 -7844.1538 8575.9717 c +-7842.4194 8576.7158 -7841.3594 8576.1396 -7841.2017 8577.3389 C +-7840.5366 8576.3291 -7839.5249 8576.9414 -7839.1904 8576.3848 C +-7837.3057 8575.9434 -7835.5166 8576.5879 -7833.4238 8576.1553 c +-7832.6416 8576.0322 -7831.7534 8575.9131 -7830.9185 8575.7402 C +-7830.71 8575.749 -7830.4502 8575.7607 -7830.1919 8575.7705 C +-7830.0518 8576.1396 -7829.9087 8576.457 -7829.7158 8576.7754 C +-7828.79 8576.9688 -7828.5166 8576.6162 -7828.2471 8576.3682 C +-7826.7759 8575.9639 -7824.2529 8576.3799 -7822.4873 8576.3486 C +-7822.4258 8576.0908 -7822.3115 8575.8369 -7822.1992 8575.6338 C +-7821.7925 8575.8076 -7821.4346 8575.9775 -7820.9761 8576.1514 C +-7820.5103 8576.1709 -7819.9912 8576.1914 -7819.5264 8576.2119 C +-7818.9897 8575.7666 -7818.4502 8575.2695 -7817.9614 8574.7715 C +-7817.5454 8574.7373 -7817.1279 8574.6494 -7816.7119 8574.6162 C +-7816.6206 8574.9307 -7816.5854 8575.2959 -7816.4927 8575.6104 C +-7814.3584 8574.1426 -7813.2695 8576.6768 -7811.2529 8575.5674 C +-7811.6001 8576.4346 -7810.4111 8576.5361 -7810.0322 8576.1367 C +-7809.7754 8576.1982 -7809.5728 8576.3105 -7809.3154 8576.373 C +-7809.1895 8577.0527 -7809.0615 8577.7334 -7808.8809 8578.415 C +-7808.0078 8578.6064 -7807.0825 8578.7998 -7806.2085 8578.9912 C +-7805.5854 8578.9658 -7805.0103 8578.8848 -7804.4385 8578.8555 C +-7803.8354 8578.0518 -7803.1807 8577.249 -7802.5767 8576.4434 C +-7802.8218 8576.0703 -7803.0654 8575.749 -7803.3105 8575.377 C +-7802.4512 8574.6855 -7801.8306 8574.7119 -7801.2607 8574.7344 C +-7801.0576 8574.8486 -7800.8018 8574.9082 -7800.5454 8575.0234 C +-7800.1226 8574.7822 -7799.6958 8574.54 -7799.2729 8574.2979 C +-7799.0215 8574.5166 -7798.7695 8574.6826 -7798.5679 8574.8457 C +-7797.4697 8574.6318 -7796.3721 8574.417 -7795.2769 8574.2568 C +-7794.7256 8574.7451 -7794.1782 8575.2871 -7793.6279 8575.7754 C +-7792.8506 8575.8096 -7792.1265 8575.8379 -7791.3486 8575.8711 C +f +U +u +0.0667 0.0471 0.051 0 0.9294 0.9294 0.9294 Xa +-7800.3135 8586.9639 m +-7798.5762 8588.8496 -7800.7119 8589.0732 -7800.8311 8588.1865 C +-7800.6592 8587.7783 -7800.4858 8587.3711 -7800.3135 8586.9639 C +f +U +u +0.2784 0.2078 0.2157 0.0706 0.6706 0.6706 0.6706 Xa +-7734.5928 8581.7402 m +-7735.1558 8581.6143 -7735.7744 8581.4854 -7736.3418 8581.4111 C +-7736.0542 8580.7471 -7735.7681 8580.085 -7735.4814 8579.4219 C +-7735.0674 8579.4395 -7734.6538 8579.4561 -7734.2393 8579.4736 C +-7734.0513 8579.9482 -7733.8066 8580.3213 -7733.5654 8580.7471 C +-7733.8911 8581.0967 -7734.2656 8581.3916 -7734.5928 8581.7402 C +f +U +u +-7751.6431 8590.2178 m +-7751.7158 8590.7334 -7752.3506 8591.0176 -7752.9375 8591.4082 c +-7753.2622 8591.7578 -7753.6367 8592.0537 -7753.9609 8592.3525 C +-7754.2646 8592.1826 -7754.6206 8592.0127 -7754.9248 8591.8447 C +-7755.2432 8591.9883 -7755.6118 8592.1279 -7755.9287 8592.2705 C +-7756.1235 8591.9512 -7756.2646 8591.6338 -7756.4058 8591.2666 C +-7756.1362 8591.0176 -7755.8682 8590.8203 -7755.6514 8590.5713 C +-7755.5415 8590.4189 -7755.4302 8590.2686 -7755.3706 8590.0635 C +-7754.6055 8590.3545 -7753.8896 8590.6426 -7753.1768 8590.9326 C +-7752.9346 8590.1123 -7753.5088 8588.9473 -7752.5562 8588.4678 C +-7752.1475 8588.6416 -7751.7402 8588.8135 -7751.3325 8588.9854 C +-7751.4014 8589.3975 -7751.5215 8589.8076 -7751.6431 8590.2178 c +f +U +u +-7759.8018 8595.6377 m +-7760.6953 8594.667 -7762.0615 8596.3223 -7762.5249 8595.0059 C +-7762.5127 8594.7471 -7762.5034 8594.4883 -7762.4951 8594.2822 C +-7762.0103 8593.8857 -7761.4775 8593.4922 -7760.9424 8593.1016 C +-7760.5234 8593.0146 -7760.1055 8592.9287 -7759.6895 8592.8936 C +-7759.6362 8592.8955 -7759.5322 8592.8994 -7759.4814 8592.9023 C +-7759.2417 8593.377 -7759.2524 8593.6377 -7759.2622 8593.8955 C +-7759.4414 8594.46 -7759.6226 8595.0752 -7759.8018 8595.6377 C +f +U +u +-7764.9058 8598.6426 m +-7765.0991 8598.3223 -7765.2393 8597.9541 -7765.3818 8597.6367 C +-7765.2607 8597.2266 -7765.1919 8596.8154 -7765.0713 8596.4043 C +-7764.7554 8596.2627 -7764.3857 8596.1211 -7764.0674 8595.9287 C +-7763.8257 8596.3525 -7763.5835 8596.7783 -7763.3926 8597.2002 C +-7763.2783 8598.1914 -7764.4175 8598.1455 -7764.9058 8598.6426 C +f +U +u +-7765.2178 8593.6504 m +-7765.6265 8593.4785 -7766.0337 8593.3057 -7766.4395 8593.0811 C +-7767.2446 8593.7744 -7767.7529 8593.4922 -7768.2207 8593.5264 c +-7768.8457 8593.6045 -7769.5215 8593.6289 -7770.1982 8593.7031 c +-7770.7168 8593.6826 -7771.1826 8593.6631 -7771.7002 8593.6416 C +-7772.1104 8593.5215 -7772.5225 8593.4521 -7772.9326 8593.3311 c +-7773.4951 8593.1533 -7775.0713 8593.6592 -7775.6553 8592.7002 c +-7776 8592.2715 -7775.9102 8591.3408 -7776.8564 8591.665 C +-7777.4834 8591.7441 -7778.46 8591.5479 -7778.0586 8590.6299 C +-7777.7607 8589.709 -7776.5439 8590.3818 -7775.7598 8590.2061 C +-7775.5874 8589.7979 -7775.4175 8589.4434 -7775.2422 8588.9834 C +-7774.4238 8589.2754 -7773.5967 8589.3105 -7772.7681 8589.3447 C +-7772.5845 8589.9229 -7772.4546 8590.5498 -7772.3223 8591.1279 C +-7772.0127 8591.1396 -7771.6494 8591.1533 -7771.3374 8591.167 C +-7770.4995 8590.9424 -7769.6602 8590.7178 -7768.8218 8590.4951 C +-7768.7178 8590.4971 -7768.6665 8590.5 -7768.5615 8590.5039 C +-7767.6494 8591.0088 -7766.7842 8591.4072 -7765.8706 8591.8594 C +-7765.6631 8591.8682 -7765.4033 8591.8799 -7765.1455 8591.8896 C +-7765.1768 8592.667 -7765.1958 8593.1328 -7765.2178 8593.6504 C +f +U +u +-7770.7119 8606.1299 m +-7770.7598 8606.0264 -7770.8608 8605.9688 -7770.96 8605.8594 C +-7770.9302 8605.1357 -7770.8975 8604.3594 -7770.8682 8603.6338 C +-7770.4473 8603.4961 -7770.1655 8602.9385 -7769.6055 8603.168 C +-7769.3774 8603.9551 -7769.1475 8604.6904 -7768.9194 8605.4258 C +-7769.7378 8605.1328 -7769.9463 8606.4209 -7770.7119 8606.1299 C +f +U +u +-7797.5874 8569.9072 m +-7798.1689 8570.1943 -7798.8057 8570.5322 -7799.3882 8570.8193 C +-7799.4385 8570.8174 -7799.5425 8570.8105 -7799.6465 8570.8096 C +-7799.6431 8570.7568 -7799.6401 8570.6514 -7799.6362 8570.5488 C +-7799.5142 8570.1396 -7799.3955 8569.7803 -7799.3247 8569.3174 c +-7799.0361 8568.6025 -7797.7935 8568.6533 -7797.5654 8569.3896 C +-7797.5801 8569.7529 -7797.5845 8569.8555 -7797.5874 8569.9072 C +f +U +u +-7803.1455 8577.665 m +-7803.8198 8577.6895 -7803.8511 8578.4658 -7804.1895 8579.0742 C +-7804.29 8579.0186 -7804.3369 8578.9131 -7804.4385 8578.8555 C +-7805.0103 8578.8848 -7805.5854 8578.9658 -7806.2085 8578.9912 C +-7807.0825 8578.7998 -7808.0078 8578.6064 -7808.8809 8578.415 C +-7809.0615 8577.7334 -7809.1895 8577.0527 -7809.3154 8576.373 C +-7808.9961 8576.1797 -7808.6226 8575.9346 -7808.3018 8575.6895 C +-7807.8882 8575.7051 -7807.4736 8575.7236 -7807.0591 8575.7402 C +-7806.4233 8576.6475 -7806.0767 8575.833 -7805.5576 8575.8018 C +-7804.1768 8576.2744 -7804.4995 8575.2754 -7804.0352 8575.3467 c +-7803.7759 8575.3574 -7803.5679 8575.3662 -7803.3105 8575.377 C +-7803.0654 8575.749 -7802.8218 8576.0703 -7802.5767 8576.4434 C +-7802.7998 8576.8506 -7802.9727 8577.2578 -7803.1455 8577.665 C +f +U +u +-7818.9814 8569.2842 m +-7818.8086 8568.876 -7818.6362 8568.4678 -7818.4111 8568.0625 C +-7817.3955 8567.3271 -7817.7002 8568.4033 -7816.9614 8569.3672 C +-7817.6353 8569.3389 -7818.3071 8569.3105 -7818.9814 8569.2842 C +f +U +u +-7825.7002 8569.9912 m +-7826.3721 8569.9121 -7827.04 8569.7803 -7827.7095 8569.6494 c +-7827.7607 8569.6465 -7827.8638 8569.6426 -7827.9688 8569.6396 c +-7828.6934 8569.6074 -7829.4194 8569.5791 -7830.1953 8569.5479 c +-7831.0215 8569.4609 -7831.8447 8569.3232 -7832.6689 8569.1846 C +-7833.0127 8568.7041 -7833.8633 8569.1865 -7834.1416 8568.3984 C +-7832.4722 8566.9111 -7830.9658 8568.1143 -7829.3154 8567.0938 C +-7828.6431 8567.1729 -7828.4326 8568.3232 -7827.6592 8568.4072 C +-7827.2378 8568.2666 -7826.8174 8568.1299 -7826.3955 8567.9922 c +-7825.2354 8567.5215 -7825.5479 8568.8057 -7825.2246 8569.752 C +-7825.3838 8569.8496 -7825.5439 8569.9463 -7825.7002 8569.9912 C +f +U +u +0.6706 0.5686 0.5373 0.749 0.1176 0.1176 0.1176 Xa +-7826.2798 8571.4717 m +-7826.7974 8571.4512 -7827.2642 8571.4326 -7827.7822 8571.4111 C +-7828.0518 8571.6592 -7828.2666 8571.8555 -7828.5361 8572.1035 C +-7829.9678 8571.5791 -7830.3286 8571.5654 -7830.7334 8571.2881 C +-7831.0986 8571.3242 -7831.4126 8571.415 -7831.7793 8571.5029 c +-7832.6665 8571.6221 -7833.6055 8571.7402 -7834.4912 8571.8594 C +-7835.6631 8571.3447 -7836.2793 8571.2139 -7836.2524 8571.7842 C +-7836.6655 8571.7695 -7837.0806 8571.751 -7837.4946 8571.7354 C +-7837.4814 8572.6689 -7838.4927 8572.0576 -7839.0054 8571.9307 C +-7840.0977 8571.9902 -7841.1865 8571.9971 -7842.2271 8572.0576 c +-7842.4863 8572.0479 -7842.7466 8572.0361 -7843.0039 8572.0264 c +-7843.0562 8572.0234 -7843.1592 8572.0186 -7843.2119 8572.0166 C +-7843.4526 8571.5928 -7843.6943 8571.167 -7843.9375 8570.7432 C +-7844.5234 8571.1328 -7845.3926 8570.8369 -7845.9346 8571.3857 C +-7846.0386 8571.3818 -7846.1416 8571.377 -7846.1934 8571.376 c +-7846.9194 8571.3457 -7847.6943 8571.3135 -7848.4194 8571.2832 c +-7848.6265 8571.2744 -7848.7822 8571.2686 -7848.9375 8571.2617 c +-7849.6079 8571.1826 -7850.2256 8571.0527 -7850.8936 8570.9219 C +-7851.1392 8570.6006 -7851.3857 8570.2783 -7851.6294 8569.9063 C +-7851.5098 8569.4961 -7851.3882 8569.085 -7851.3193 8568.6738 C +-7849.5576 8568.6953 -7847.8447 8568.6621 -7846.0791 8568.6299 c +-7845.5615 8568.6514 -7845.0942 8568.6719 -7844.5767 8568.6914 c +-7843.6958 8568.6777 -7842.7598 8568.6123 -7841.8257 8568.5996 c +-7841.0928 8568.4219 -7840.3599 8568.2969 -7839.5767 8568.1738 C +-7838.6978 8568.209 -7837.7646 8568.249 -7836.8335 8568.2871 C +-7835.8911 8566.8203 -7835.3623 8569.0732 -7834.1416 8568.3984 C +-7833.8633 8569.1865 -7833.0127 8568.7041 -7832.6689 8569.1846 C +-7831.8447 8569.3232 -7831.0215 8569.4609 -7830.1953 8569.5479 c +-7829.4194 8569.5791 -7828.6934 8569.6074 -7827.9688 8569.6396 c +-7827.8638 8569.6426 -7827.7607 8569.6465 -7827.7095 8569.6494 c +-7827.04 8569.7803 -7826.3721 8569.9121 -7825.7002 8569.9912 C +-7825.9287 8570.501 -7826.1035 8570.9609 -7826.2798 8571.4717 C +f +U +u +0.2784 0.2078 0.2157 0.0706 0.6706 0.6706 0.6706 Xa +-7839.5767 8568.1738 m +-7840.3599 8568.2969 -7841.0928 8568.4219 -7841.8257 8568.5996 C +-7841.8145 8568.3408 -7841.8047 8568.0811 -7841.7935 8567.8223 C +-7841.0737 8567.9561 -7840.3535 8568.0889 -7839.5767 8568.1738 C +f +U +u +-7844.5767 8568.6914 m +-7845.0942 8568.6719 -7845.5615 8568.6514 -7846.0791 8568.6299 C +-7845.5562 8567.2529 -7845.1807 8568.2031 -7844.5601 8568.2266 C +-7844.5654 8568.3818 -7844.5713 8568.5371 -7844.5767 8568.6914 C +f +U +u +-7859.0566 8568.873 m +-7859.1143 8569.0264 -7859.2246 8569.1777 -7859.2832 8569.3291 C +-7860.2178 8569.3975 -7861.1553 8569.4609 -7862.0366 8569.4746 C +-7862.2378 8569.3135 -7862.3857 8569.1504 -7862.5361 8568.9883 C +-7861.2354 8567.6416 -7860.5889 8567.0459 -7859.0049 8567.6299 C +-7859.0225 8568.0449 -7859.0386 8568.46 -7859.0566 8568.873 C +f +U +u +0.1882 0.1373 0.1451 0.0196 0.7882 0.7882 0.7882 Xa +-7733.3794 8582.5176 m +-7734.1592 8582.5889 -7734.4126 8582.4219 -7734.5928 8581.7402 C +-7734.2656 8581.3916 -7733.8911 8581.0967 -7733.5654 8580.7471 C +-7733.4155 8580.8555 -7733.2642 8580.9658 -7733.0576 8581.0264 C +-7733.1826 8581.54 -7733.3057 8582.001 -7733.3794 8582.5176 C +f +U +u +-7753.9609 8592.3525 m +-7754.5767 8593.4678 -7755.6655 8593.4219 -7756.2202 8593.0371 C +-7756.1567 8592.7803 -7756.0439 8592.5264 -7755.9287 8592.2705 C +-7755.6118 8592.1279 -7755.2432 8591.9883 -7754.9248 8591.8447 C +-7754.6206 8592.0127 -7754.2646 8592.1826 -7753.9609 8592.3525 C +f +U +u +-7770.7119 8606.1299 m +-7771.3975 8607.6592 -7772.4736 8607.3545 -7772.9795 8607.0225 C +-7773.1162 8606.6016 -7773.2554 8606.1826 -7773.4463 8605.7578 C +-7772.7515 8605.2686 -7771.4424 8605.0098 -7770.96 8605.8594 C +-7770.8608 8605.9688 -7770.7598 8606.0264 -7770.7119 8606.1299 C +f +U +u +-7841.8257 8568.5996 m +-7842.7598 8568.6123 -7843.6958 8568.6777 -7844.5767 8568.6914 C +-7844.5713 8568.5371 -7844.5654 8568.3818 -7844.5601 8568.2266 c +-7844.4512 8566.8838 -7843.9961 8567.1602 -7843.7729 8566.7559 C +-7842.7344 8566.7471 -7842.8818 8567.8311 -7841.7935 8567.8223 C +-7841.8047 8568.0811 -7841.8145 8568.3408 -7841.8257 8568.5996 C +f +U +u +-7851.6294 8569.9063 m +-7851.9414 8569.8936 -7852.3042 8569.877 -7852.6143 8569.8662 C +-7853.2769 8569.5791 -7853.8896 8569.3457 -7854.5518 8569.0586 C +-7854.5415 8568.8008 -7854.5303 8568.541 -7854.5195 8568.2832 C +-7853.2705 8568.1787 -7852.2295 8566.8203 -7851.3193 8568.6738 C +-7851.3882 8569.085 -7851.5098 8569.4961 -7851.6294 8569.9063 C +f +U +u +-7857.5542 8568.9346 m +-7858.0215 8568.916 -7858.5386 8568.8945 -7859.0566 8568.873 C +-7859.0386 8568.46 -7859.0225 8568.0449 -7859.0049 8567.6299 C +-7858.4927 8567.8076 -7857.9824 8567.9834 -7857.5225 8568.1592 C +-7857.5327 8568.417 -7857.5439 8568.6768 -7857.5542 8568.9346 C +f +U +u +0.3608 0.2824 0.2824 0.149 0.549 0.549 0.549 Xa +-7733.0576 8581.0264 m +-7733.2642 8580.9658 -7733.4155 8580.8555 -7733.5654 8580.7471 C +-7733.8066 8580.3213 -7734.0513 8579.9482 -7734.2393 8579.4736 C +-7734.1807 8579.3213 -7734.0713 8579.1689 -7734.0127 8579.0166 C +-7733.4946 8579.0381 -7732.9766 8579.0586 -7732.5103 8579.0791 C +-7731.6865 8580.4609 -7732.2256 8580.957 -7733.0576 8581.0264 C +f +U +u +-7748.4072 8578.4219 m +-7748.6655 8578.4111 -7748.9248 8578.4014 -7749.1318 8578.3936 C +-7749.5566 8578.6338 -7749.9795 8578.8232 -7750.4038 8579.0654 C +-7750.5088 8579.0615 -7750.6104 8579.0576 -7750.6631 8579.0557 c +-7750.9736 8579.0439 -7751.3354 8579.0273 -7751.6475 8579.0146 C +-7751.8584 8579.1104 -7752.0176 8579.2061 -7752.1743 8579.251 C +-7752.3135 8577.5352 -7753.5674 8577.793 -7755.1064 8577.3672 C +-7755.4814 8577.6631 -7756.0479 8577.5879 -7756.5654 8577.5664 C +-7757.1255 8577.2842 -7757.7378 8577.0518 -7758.2959 8576.7695 C +-7758.3423 8576.6113 -7758.4385 8576.4512 -7758.5327 8576.2402 C +-7757.6992 8576.1191 -7756.8638 8575.999 -7756.0298 8575.877 C +-7756.0142 8575.5146 -7756.0015 8575.2041 -7755.9863 8574.8408 C +-7755.1558 8574.8242 -7754.3232 8574.7549 -7753.4927 8574.7373 C +-7752.8975 8575.3838 -7752.1807 8575.6211 -7751.3066 8575.8135 c +-7750.4775 8575.8467 -7749.5986 8575.8838 -7748.8218 8575.915 c +-7747.9951 8576.001 -7748.29 8576.8711 -7747.6719 8578.1943 C +-7747.8833 8578.2881 -7748.1445 8578.3291 -7748.4072 8578.4219 C +f +U +u +-7756.2202 8593.0371 m +-7756.3755 8593.0303 -7756.5303 8593.0234 -7756.7378 8593.0166 C +-7757.3135 8594.3916 -7758.4287 8593.7754 -7759.2622 8593.8955 C +-7759.2524 8593.6377 -7759.2417 8593.377 -7759.4814 8592.9023 C +-7758.9526 8592.665 -7758.4248 8592.4258 -7757.9473 8592.1865 C +-7757.7271 8591.8857 -7757.5601 8591.5801 -7757.3896 8591.2256 C +-7757.0786 8591.2373 -7756.7158 8591.2529 -7756.4058 8591.2666 C +-7756.2646 8591.6338 -7756.1235 8591.9512 -7755.9287 8592.2705 C +-7756.0439 8592.5264 -7756.1567 8592.7803 -7756.2202 8593.0371 C +f +U +u +-7759.8638 8590.8633 m +-7760.4272 8590.6846 -7761.0425 8590.5039 -7761.6055 8590.3242 C +-7761.6006 8590.2207 -7761.5986 8590.1689 -7761.5942 8590.0664 C +-7760.7568 8589.8936 -7761.1592 8588.3193 -7760.3008 8588.873 C +-7760.0635 8589.4033 -7759.8232 8589.8799 -7759.5854 8590.4072 C +-7759.6958 8590.5586 -7759.8057 8590.709 -7759.8638 8590.8633 C +f +U +u +-7763.7158 8593.7119 m +-7763.9785 8593.8057 -7764.2402 8593.8467 -7764.5034 8593.9385 C +-7764.7065 8593.8271 -7764.9634 8593.7646 -7765.2178 8593.6504 C +-7765.1958 8593.1328 -7765.1768 8592.667 -7765.1455 8591.8896 C +-7764.6318 8592.0146 -7764.1689 8592.1377 -7763.6538 8592.2119 C +-7763.6807 8592.8838 -7763.6982 8593.2998 -7763.7158 8593.7119 C +f +U +u +-7774.9551 8582.0449 m +-7775.3042 8582.9648 -7775.0674 8583.4922 -7775.4727 8583.2686 C +-7776.7915 8583.7842 -7776.1328 8581.6855 -7775.9185 8581.4873 C +-7775.6162 8581.707 -7775.2607 8581.877 -7774.9551 8582.0449 C +f +U +u +-7777.3799 8580.4395 m +-7777.1318 8579.4658 -7776.9722 8579.3682 -7776.8096 8579.2197 C +-7775.9688 8578.9434 -7776.2705 8579.9678 -7776.1567 8581.0098 C +-7776.5654 8580.8379 -7776.9736 8580.665 -7777.3799 8580.4395 C +f +U +u +-7778.9126 8581.1553 m +-7778.7515 8582.252 -7779.2959 8582.9033 -7780.2134 8582.5557 C +-7780.1006 8582.2998 -7780.3994 8581.9775 -7780.6631 8582.0693 C +-7781.7866 8581.6592 -7781.6768 8582.8057 -7782.9185 8582.7031 C +-7782.7607 8583.9014 -7783.3745 8583.6689 -7783.9951 8583.6426 c +-7784.46 8583.624 -7784.9775 8583.6025 -7785.4438 8583.583 C +-7785.8623 8583.6689 -7786.2817 8583.7559 -7786.6978 8583.791 C +-7786.7822 8583.3193 -7786.8638 8582.7979 -7786.8945 8582.2783 C +-7787.0479 8582.2207 -7787.1982 8582.1104 -7787.4033 8582.0498 C +-7787.9761 8582.0791 -7788.5498 8582.1592 -7789.1201 8582.1865 C +-7790.5103 8580.6768 -7787.4336 8581.5303 -7788.8218 8579.9688 C +-7788.46 8579.9834 -7786.8896 8578.3896 -7787.0713 8580.2998 C +-7786.8174 8580.415 -7786.5615 8580.4775 -7786.3584 8580.5889 C +-7785.3574 8580.2158 -7785.6455 8579.6846 -7785.5298 8579.3799 C +-7784.1743 8579.2266 -7783.7305 8579.7646 -7782.5986 8579.9658 C +-7782.4678 8581.8379 -7780.1392 8580.7432 -7778.9126 8581.1553 C +f +U +u +-7787.8896 8576.2734 m +-7788.4072 8576.2002 -7788.5474 8577.0752 -7789.1553 8576.7393 C +-7789.3042 8576.5762 -7789.4561 8576.4678 -7789.3921 8576.2119 C +-7790.0635 8576.1318 -7790.6807 8576.001 -7791.3486 8575.8711 C +-7790.6631 8574.3418 -7789.0713 8574.7197 -7788.3574 8575.0088 C +-7788.2529 8575.0127 -7788.1514 8575.0166 -7788.0986 8575.0186 C +-7787.7822 8574.876 -7787.4121 8574.7354 -7787.0962 8574.5938 C +-7786.8882 8574.6025 -7786.7334 8574.6074 -7786.5786 8574.6162 C +-7786.1245 8574.9463 -7785.6226 8575.3291 -7785.1167 8575.6602 C +-7784.4302 8575.3799 -7784.4634 8576.1553 -7784.1729 8576.6855 C +-7785.1025 8576.5439 -7785.4155 8577.8799 -7786.4302 8577.3184 c +-7786.9346 8576.9863 -7787.4399 8576.6533 -7787.8896 8576.2734 C +f +U +u +-7804.0352 8575.3467 m +-7804.5635 8576.8281 -7804.9858 8575.7744 -7805.5576 8575.8018 c +-7806.0767 8575.833 -7806.4233 8576.6475 -7807.0591 8575.7402 C +-7806.7832 8575.3369 -7806.5073 8574.9336 -7806.2314 8574.5303 C +-7806.0762 8574.5361 -7805.9209 8574.541 -7805.7646 8574.5488 C +-7805.5039 8574.5078 -7805.2417 8574.415 -7804.9775 8574.3223 C +-7804.6816 8574.6982 -7804.3335 8575.0234 -7804.0352 8575.3467 C +f +U +u +-7854.5518 8569.0586 m +-7854.9795 8569.3535 -7855.4072 8569.6982 -7855.8345 8569.9922 C +-7856.1978 8569.9775 -7856.5088 8569.9639 -7856.8184 8569.9521 C +-7857.0635 8569.6299 -7857.3071 8569.2568 -7857.5542 8568.9346 C +-7857.5439 8568.6768 -7857.5327 8568.417 -7857.5225 8568.1592 C +-7856.5391 8568.1992 -7855.5034 8568.2432 -7854.5195 8568.2832 C +-7854.5303 8568.541 -7854.5415 8568.8008 -7854.5518 8569.0586 C +f +U +u +0.4235 0.3412 0.3373 0.2392 0.451 0.451 0.451 Xa +-7860.0264 8574.7979 m +-7860.0439 8575.2119 -7860.0615 8575.6279 -7860.0767 8576.04 C +-7861.2607 8575.7842 -7861.4326 8577.4365 -7862.5854 8576.4551 C +-7862.5562 8577.0273 -7863.2041 8577.623 -7862.9351 8578.6709 C +-7864.2695 8578.3057 -7865.0225 8578.9482 -7864.7075 8580.1025 C +-7864.4995 8580.1104 -7864.2393 8580.1211 -7863.4722 8580.3623 C +-7864.2002 8581.6787 -7866.5986 8580.6982 -7868.2871 8581.4063 C +-7868.8018 8582.5791 -7870.21 8582.7783 -7872.1089 8583.5313 C +-7872.2378 8582.8506 -7872.3638 8582.1709 -7872.4912 8581.4922 C +-7872.1743 8581.3506 -7871.8057 8581.209 -7871.4878 8581.0674 C +-7871.4678 8580.5498 -7871.4463 8580.0313 -7871.4272 8579.5654 c +-7871.4199 8579.4082 -7871.4146 8579.2539 -7871.4058 8579.0479 C +-7871.6631 8579.0371 -7871.9233 8579.0264 -7872.1294 8579.0176 c +-7872.3369 8579.0088 -7872.4922 8579.0029 -7872.6475 8578.9961 C +-7872.7695 8579.4043 -7872.4814 8579.9883 -7872.9585 8580.2295 C +-7873.4175 8580.0537 -7873.9287 8579.877 -7874.4399 8579.7002 C +-7874.5122 8580.1641 -7874.6362 8580.6768 -7874.7075 8581.1416 C +-7875.4814 8581.0576 -7876.2026 8580.9238 -7876.9766 8580.8408 C +-7876.9834 8580.9951 -7876.9897 8581.1514 -7876.9966 8581.3057 C +-7877.8882 8581.5273 -7878.8286 8581.749 -7879.7202 8581.9717 c +-7880.0854 8582.0078 -7880.3994 8582.0996 -7880.7646 8582.1357 C +-7880.8369 8582.6514 -7880.9634 8583.165 -7881.0342 8583.6289 C +-7881.7974 8583.2871 -7882.5073 8582.8936 -7883.2715 8582.5498 C +-7883.4302 8582.6475 -7883.5879 8582.6943 -7883.7485 8582.791 C +-7884.0264 8583.2451 -7884.3066 8583.7529 -7884.5874 8584.2607 C +-7885.1558 8584.2354 -7885.7256 8584.2139 -7886.2959 8584.1895 C +-7886.8774 8584.4775 -7887.5137 8584.8135 -7888.0967 8585.1006 C +-7888.3838 8584.5186 -7888.7207 8583.8818 -7889.0063 8583.2998 C +-7888.9326 8582.7334 -7888.8057 8582.167 -7888.6777 8581.6025 C +-7889.0879 8581.4795 -7889.4966 8581.3594 -7889.9102 8581.292 C +-7890.0015 8580.9775 -7890.0898 8580.6104 -7890.1279 8580.2969 C +-7890.4238 8579.9219 -7890.7734 8579.5967 -7891.0698 8579.2207 C +-7890.7915 8578.7666 -7890.5635 8578.2568 -7890.2842 8577.8008 C +-7890.4014 8576.8623 -7890.5215 8575.9746 -7890.6377 8575.0381 C +-7890.4302 8575.0459 -7890.1714 8575.0576 -7889.9126 8575.0674 C +-7889.6294 8575.7529 -7889.2925 8576.3896 -7889.0088 8577.0752 C +-7889.1768 8577.3281 -7889.3418 8577.5811 -7889.5078 8577.833 C +-7889.3584 8577.9951 -7889.21 8578.1563 -7889.0615 8578.3193 C +-7888.5479 8578.4434 -7888.0854 8578.5664 -7887.5703 8578.6396 C +-7887.5874 8579.0537 -7887.0801 8579.333 -7886.8975 8579.9121 C +-7886.6274 8579.6641 -7886.3574 8579.416 -7886.0913 8579.2178 C +-7885.7793 8579.2314 -7885.4175 8579.2471 -7885.1064 8579.2607 C +-7884.8242 8578.7002 -7884.54 8578.0898 -7884.3096 8577.5303 C +-7884.2065 8577.5322 -7884.1016 8577.5371 -7884.0498 8577.54 C +-7884.0322 8577.125 -7884.0161 8576.7119 -7883.9995 8576.2969 C +-7883.6895 8576.3096 -7883.3247 8576.3242 -7883.0142 8576.3379 C +-7882.7866 8577.0732 -7882.2041 8576.7871 -7881.2334 8575.8936 C +-7880.5601 8575.9199 -7879.9385 8575.9463 -7879.2656 8575.9736 c +-7878.7471 8575.9951 -7878.2295 8576.0166 -7877.7646 8576.0361 C +-7877.2842 8575.7441 -7877.5679 8575.0586 -7877.4458 8574.5967 C +-7877.3896 8574.4951 -7877.2817 8574.3975 -7877.1768 8574.3486 C +-7876.6001 8574.2158 -7876.0234 8574.085 -7875.4458 8573.9014 C +-7874.5122 8573.8896 -7873.6279 8573.8203 -7872.6904 8573.7559 c +-7871.7622 8573.8984 -7870.8862 8574.0381 -7869.9575 8574.1289 c +-7869.4434 8574.2529 -7868.9814 8574.376 -7868.4673 8574.4482 C +-7868.3218 8574.7158 -7868.1768 8574.9814 -7868.0303 8575.1943 C +-7867.6201 8575.3145 -7867.21 8575.4346 -7866.7974 8575.5039 C +-7866.71 8575.8711 -7866.6206 8576.2354 -7866.3325 8576.7666 C +-7865.9014 8576.3711 -7865.4697 8575.9736 -7865.0386 8575.5762 C +-7865.4097 8574.5234 -7864.2026 8574.1592 -7864.4194 8573.1123 C +-7864.3638 8573.0625 -7864.2568 8572.9639 -7864.1992 8572.8623 C +-7863.8408 8572.9814 -7863.5352 8573.0967 -7863.1743 8573.1631 C +-7862.7759 8573.5439 -7862.4258 8573.8682 -7861.9727 8574.1982 C +-7861.3599 8574.4307 -7860.6943 8574.6143 -7860.0264 8574.7979 C +f +U +u +0.3608 0.2824 0.2824 0.149 0.549 0.549 0.549 Xa +-7889.0063 8583.2998 m +-7889.4214 8583.2822 -7889.7026 8583.79 -7890.7998 8584.0029 C +-7891.9761 8583.5928 -7891.1655 8582.7959 -7891.1919 8582.2236 C +-7890.7666 8581.9307 -7890.4302 8581.3223 -7889.9102 8581.292 C +-7889.4966 8581.3594 -7889.0879 8581.4795 -7888.6777 8581.6025 C +-7888.8057 8582.167 -7888.9326 8582.7334 -7889.0063 8583.2998 C +f +U +u +0.498 0.4078 0.3961 0.3686 0.3412 0.3412 0.3412 Xa +-7757.9473 8592.1865 m +-7758.4248 8592.4258 -7758.9526 8592.665 -7759.4814 8592.9023 C +-7759.5322 8592.8994 -7759.6362 8592.8955 -7759.6895 8592.8936 C +-7759.7646 8592.2158 -7759.8398 8591.5391 -7759.8638 8590.8633 C +-7759.8057 8590.709 -7759.6958 8590.5586 -7759.5854 8590.4072 C +-7759.2695 8590.2666 -7758.8994 8590.125 -7758.5801 8589.9307 C +-7758.4258 8589.9365 -7758.2705 8589.9434 -7758.1143 8589.9512 C +-7757.8721 8590.376 -7757.6313 8590.7998 -7757.3896 8591.2256 C +-7757.5601 8591.5801 -7757.7271 8591.8857 -7757.9473 8592.1865 C +f +U +u +0.4235 0.3412 0.3373 0.2392 0.451 0.451 0.451 Xa +-7756.0298 8575.877 m +-7756.7666 8576.1592 -7757.5601 8576.4883 -7758.2959 8576.7695 C +-7758.3423 8576.6113 -7758.4385 8576.4512 -7758.5327 8576.2402 C +-7759.0977 8576.0615 -7759.6606 8575.8838 -7760.2241 8575.7041 C +-7760.6768 8576.6191 -7761.4927 8576.3242 -7762.0137 8576.3555 C +-7762.5806 8576.2803 -7763.1455 8576.1533 -7763.7622 8576.0234 C +-7764.0825 8576.2178 -7764.3994 8576.3623 -7764.7695 8576.501 C +-7765.0166 8576.2314 -7765.2134 8575.9648 -7765.4614 8575.6953 C +-7765.8745 8575.6279 -7766.2842 8575.5049 -7766.6943 8575.4365 c +-7767.2607 8575.3096 -7767.8774 8575.1797 -7768.4438 8575.1035 C +-7768.3281 8574.7979 -7768.21 8574.4395 -7768.1455 8574.1318 C +-7767.6362 8574.3594 -7767.1807 8574.6396 -7766.6753 8574.9189 C +-7766.7695 8573.4619 -7767.5601 8573.7402 -7768.1245 8573.6143 C +-7768.1138 8573.3545 -7768.1025 8573.0967 -7768.0942 8572.8896 C +-7767.4058 8572.5557 -7766.7202 8572.2715 -7766.0845 8571.9346 C +-7765.4736 8572.2197 -7764.9155 8572.501 -7764.3555 8572.7842 C +-7763.5327 8572.9736 -7762.7119 8573.1631 -7761.8896 8573.3535 C +-7762.1689 8573.8594 -7762.4502 8574.3672 -7762.6768 8574.8242 C +-7762.4775 8575.04 -7762.2256 8575.207 -7761.9736 8575.3721 C +-7761.4497 8575.2383 -7760.9761 8575.1016 -7760.4502 8574.917 C +-7760.3857 8574.6074 -7760.2666 8574.249 -7760.1494 8573.9434 C +-7759.5854 8574.0703 -7759.0176 8574.1455 -7758.4521 8574.2715 c +-7757.6313 8574.4619 -7756.8086 8574.6514 -7755.9863 8574.8408 C +-7756.0015 8575.2041 -7756.0142 8575.5146 -7756.0298 8575.877 C +f +U +u +0.498 0.4078 0.3961 0.3686 0.3412 0.3412 0.3412 Xa +-7760.4502 8574.917 m +-7760.9761 8575.1016 -7761.4497 8575.2383 -7761.9736 8575.3721 C +-7762.2256 8575.207 -7762.4775 8575.04 -7762.6768 8574.8242 C +-7762.4502 8574.3672 -7762.1689 8573.8594 -7761.8896 8573.3535 C +-7761.3281 8573.583 -7760.7134 8573.7646 -7760.1494 8573.9434 C +-7760.2666 8574.249 -7760.3857 8574.6074 -7760.4502 8574.917 C +f +U +u +-7766.6753 8574.9189 m +-7767.1807 8574.6396 -7767.6362 8574.3594 -7768.1455 8574.1318 C +-7768.21 8574.4395 -7768.3281 8574.7979 -7768.4438 8575.1035 C +-7769.0142 8575.0811 -7769.5854 8575.0576 -7770.1538 8575.0352 c +-7770.9302 8575.001 -7771.6553 8574.9736 -7772.4326 8574.9404 C +-7772.8833 8574.5586 -7773.2798 8574.1279 -7773.6431 8574.1123 c +-7774.0615 8574.1992 -7774.4282 8574.2871 -7774.8955 8574.3193 c +-7776.6118 8574.4561 -7778.3799 8574.5371 -7780.0962 8574.623 c +-7780.1982 8574.6191 -7780.3018 8574.6152 -7780.3535 8574.6123 C +-7781.4097 8573.792 -7781.7202 8573.7783 -7782.3408 8573.7529 C +-7782.3521 8574.0127 -7782.3623 8574.2705 -7782.3735 8574.5303 C +-7782.5278 8574.5234 -7782.6846 8574.5166 -7782.8394 8574.5098 C +-7783.7559 8574.1104 -7784.1655 8573.9365 -7784.2998 8573.4648 C +-7784.8662 8574.6338 -7785.6313 8574.292 -7786.0898 8574.1162 C +-7786.2524 8574.2666 -7786.4146 8574.415 -7786.5786 8574.6162 C +-7786.7334 8574.6074 -7786.8882 8574.6025 -7787.0962 8574.5938 C +-7787.4121 8574.7354 -7787.7822 8574.876 -7788.0986 8575.0186 C +-7788.1514 8575.0166 -7788.2529 8575.0127 -7788.3574 8575.0088 C +-7788.5977 8574.5322 -7788.7822 8574.0059 -7789.0215 8573.4775 C +-7788.9663 8573.4287 -7788.8584 8573.3281 -7788.7529 8573.2822 C +-7788.3394 8573.2979 -7787.9248 8573.3154 -7787.5103 8573.332 C +-7787.4951 8572.9697 -7787.4834 8572.6592 -7787.4678 8572.2969 C +-7786.9937 8572.1084 -7786.4639 8571.8721 -7785.9873 8571.6299 C +-7785.7856 8571.7441 -7785.6318 8571.8018 -7785.4795 8571.9121 C +-7785.3774 8571.916 -7785.3247 8571.917 -7785.2217 8571.9219 C +-7783.3599 8570.8076 -7782.9951 8572.0146 -7782.0103 8572.0557 c +-7780.9209 8571.9971 -7779.8311 8571.9883 -7778.7393 8571.9307 C +-7778.1406 8573.7705 -7777.6753 8572.5449 -7777.0518 8572.5186 c +-7776.4785 8572.4395 -7775.8535 8572.3623 -7775.2798 8572.333 C +-7773.6943 8571.6211 -7772.2925 8572.8193 -7770.5791 8572.7871 c +-7769.7515 8572.8193 -7768.9233 8572.8545 -7768.0942 8572.8896 C +-7768.1025 8573.0967 -7768.1138 8573.3545 -7768.1245 8573.6143 C +-7767.5601 8573.7402 -7766.7695 8573.4619 -7766.6753 8574.9189 C +f +U +u +-7795.2334 8573.2207 m +-7795.2495 8573.583 -7795.2607 8573.8936 -7795.2769 8574.2568 C +-7796.3721 8574.417 -7797.4697 8574.6318 -7798.5679 8574.8457 C +-7798.7695 8574.6826 -7799.0215 8574.5166 -7799.2729 8574.2979 C +-7799.5137 8573.873 -7799.7578 8573.501 -7799.9438 8573.0264 C +-7800.4722 8573.2119 -7800.9961 8573.3457 -7801.4678 8573.4824 C +-7802.1343 8573.2998 -7802.8018 8573.1152 -7803.4658 8572.8809 C +-7803.9639 8573.6377 -7805.0054 8573.751 -7804.9775 8574.3223 C +-7805.2417 8574.415 -7805.5039 8574.5078 -7805.7646 8574.5488 C +-7805.9209 8574.541 -7806.0762 8574.5361 -7806.2314 8574.5303 C +-7806.6362 8574.2529 -7807.0386 8573.9785 -7807.4438 8573.7529 C +-7808.1377 8574.2441 -7809.2534 8573.6279 -7809.9482 8574.1162 C +-7810.3535 8573.8408 -7810.7583 8573.6162 -7811.1606 8573.3408 c +-7811.8706 8572.9482 -7812.3818 8574.0166 -7812.9111 8573.0088 C +-7813.7393 8572.9746 -7814.5674 8572.9404 -7815.3975 8572.9063 C +-7815.8159 8573.0439 -7816.2378 8573.1826 -7816.6606 8573.373 C +-7816.8115 8573.2646 -7816.9634 8573.1533 -7817.1162 8573.0938 C +-7817.7471 8573.3281 -7818.3247 8573.5098 -7818.9063 8573.7471 C +-7819.21 8573.5791 -7819.5664 8573.4082 -7819.8706 8573.2402 C +-7820.4014 8573.5303 -7820.8818 8573.873 -7821.4126 8574.1621 C +-7821.8154 8573.8857 -7822.2202 8573.6104 -7822.6235 8573.333 C +-7823.8018 8574.2705 -7825.3423 8573.8955 -7826.4126 8574.6826 C +-7826.6338 8574.9834 -7828.3535 8575.1729 -7828.1631 8574.3506 C +-7828.7554 8573.5996 -7830.8271 8574.8105 -7830.3394 8573.0166 C +-7828.8271 8572.8711 -7829.3096 8571.9688 -7828.5361 8572.1035 C +-7826.7998 8572.7471 -7826.1226 8572.6709 -7825.5854 8572.2266 c +-7825.0542 8571.9375 -7824.5225 8571.5967 -7824.0439 8571.3057 C +-7823.5391 8571.6357 -7823.0874 8572.0186 -7822.5835 8572.3506 C +-7821.8086 8572.4346 -7821.0322 8572.4658 -7820.3247 8571.7178 C +-7821.1328 8571.167 -7821.9424 8570.665 -7822.7495 8570.1143 C +-7822.4502 8569.1416 -7822.4399 8568.8818 -7822.4287 8568.623 C +-7821.2017 8569.0361 -7820.1162 8569.1328 -7818.9814 8569.2842 c +-7818.3071 8569.3105 -7817.6353 8569.3389 -7816.9614 8569.3672 c +-7816.1875 8569.4512 -7815.3115 8569.5898 -7814.4873 8569.7295 c +-7814.4346 8569.7305 -7814.3311 8569.7354 -7814.2793 8569.7373 C +-7812.6382 8568.9229 -7811.4482 8568.9736 -7809.0498 8569.9521 C +-7808.0718 8570.1494 -7807.0962 8570.3447 -7806.0674 8570.541 C +-7806.4995 8570.9404 -7806.9287 8571.3379 -7807.3599 8571.7344 C +-7807.0591 8572.0059 -7806.7085 8572.2803 -7806.4097 8572.5518 C +-7805.4775 8572.5898 -7804.9585 8571.3154 -7804.1201 8571.1416 C +-7803.0791 8569.7842 -7800.8447 8569.6689 -7799.6362 8570.5488 C +-7799.5361 8570.6572 -7799.4375 8570.7666 -7799.3882 8570.8193 c +-7799.0352 8571.0928 -7798.7354 8571.3643 -7798.4351 8571.6357 C +-7797.8662 8571.6592 -7797.3442 8571.5762 -7796.9546 8572.1641 C +-7796.5361 8572.1299 -7796.1191 8572.0439 -7795.7002 8571.9561 C +-7795.4927 8571.9648 -7795.3369 8571.9717 -7795.1826 8571.9775 C +-7795.2085 8572.5986 -7795.2207 8572.9111 -7795.2334 8573.2207 c +f +U +u +-7831.3838 8574.4775 m +-7831.8955 8574.2998 -7832.3545 8574.125 -7832.8662 8573.9482 C +-7833.1162 8573.7305 -7833.3174 8573.5674 -7833.5698 8573.3994 C +-7833.7832 8573.5479 -7833.9458 8573.6963 -7834.1089 8573.8975 C +-7835.0415 8573.8584 -7835.9209 8573.8223 -7836.8535 8573.7832 C +-7836.8369 8574.665 -7837.7925 8573.9014 -7838.1265 8574.457 C +-7839.0615 8574.5225 -7838.8662 8573.5459 -7839.7935 8573.4033 C +-7840.0835 8574.1162 -7840.0928 8574.377 -7840.1055 8574.6338 C +-7840.6729 8574.6123 -7841.2954 8574.585 -7842.0713 8574.5537 C +-7842.7822 8575.457 -7843.3633 8575.6943 -7843.6025 8575.2158 C +-7843.6934 8574.9014 -7843.7822 8574.5352 -7843.8218 8574.2236 C +-7845.3071 8573.7979 -7846.0967 8574.0762 -7846.8447 8574.6162 C +-7847.4155 8574.5928 -7847.9858 8574.5693 -7848.5537 8574.5459 C +-7848.9063 8574.2715 -7849.2065 8574 -7849.5054 8573.7295 C +-7849.8896 8574.2314 -7850.2202 8574.6846 -7850.6055 8575.1865 C +-7850.9014 8574.8643 -7851.2495 8574.4854 -7851.5454 8574.1631 C +-7851.8574 8574.1504 -7852.2202 8574.1338 -7852.7886 8574.1113 C +-7852.9546 8574.3643 -7853.1191 8574.5654 -7853.2842 8574.8174 C +-7854.4751 8574.7666 -7855.6152 8574.7207 -7856.8057 8574.6709 C +-7856.9766 8573.7822 -7857.1958 8572.8398 -7857.4175 8571.8955 C +-7857.0063 8572.0186 -7856.5967 8572.1396 -7856.1865 8572.208 C +-7854.8281 8573.249 -7854.3818 8572.4893 -7854.2075 8572.0283 C +-7853.4639 8571.5928 -7853.1245 8572.1787 -7852.7383 8572.8682 C +-7852.3174 8572.7305 -7851.8975 8572.5928 -7851.4736 8572.4014 C +-7850.9155 8572.6846 -7850.3042 8572.9688 -7849.7446 8573.251 C +-7849.2622 8572.8555 -7848.7271 8572.4639 -7848.1919 8572.0713 C +-7847.2168 8572.3184 -7846.9595 8572.3291 -7846.1934 8571.376 C +-7846.1416 8571.377 -7846.0386 8571.3818 -7845.9346 8571.3857 C +-7845.3926 8570.8369 -7844.5234 8571.1328 -7843.9375 8570.7432 C +-7843.6943 8571.167 -7843.4526 8571.5928 -7843.2119 8572.0166 C +-7843.1592 8572.0186 -7843.0562 8572.0234 -7843.0039 8572.0264 c +-7842.7466 8572.0361 -7842.4863 8572.0479 -7842.2271 8572.0576 c +-7841.1865 8571.9971 -7840.0977 8571.9902 -7839.0054 8571.9307 C +-7838.4927 8572.0576 -7837.4814 8572.6689 -7837.4946 8571.7354 C +-7837.0806 8571.751 -7836.6655 8571.7695 -7836.2524 8571.7842 C +-7836.2793 8571.2139 -7835.6631 8571.3447 -7834.4912 8571.8594 C +-7833.6055 8571.7402 -7832.6665 8571.6221 -7831.7793 8571.5029 C +-7831.7925 8571.8145 -7831.8081 8572.1768 -7831.8193 8572.4873 C +-7831.4639 8572.6592 -7831.1606 8572.8271 -7830.8042 8572.9961 C +-7831.0322 8573.5059 -7831.2085 8574.0166 -7831.3838 8574.4775 C +f +U +u +0.5765 0.4784 0.4627 0.5373 0.2314 0.2314 0.2314 Xa +-7859.4873 8574.3018 m +-7859.8311 8573.8193 -7860.1201 8573.2891 -7860.4639 8572.8096 C +-7860.0015 8571.6338 -7859.6675 8571.0791 -7860.1201 8570.8008 c +-7860.9326 8570.3506 -7860.5728 8571.7158 -7861.3838 8571.2666 C +-7861.6401 8571.1533 -7861.8447 8571.0928 -7862.0986 8570.9775 C +-7862.0767 8570.46 -7862.0586 8569.9951 -7862.0366 8569.4746 C +-7861.1553 8569.4609 -7860.2178 8569.3975 -7859.2832 8569.3291 C +-7858.6826 8569.873 -7858.0303 8570.4199 -7857.3765 8570.9131 C +-7857.3921 8571.2754 -7857.4038 8571.5869 -7857.4175 8571.8955 C +-7857.0063 8572.0186 -7856.5967 8572.1396 -7856.1865 8572.208 C +-7856.3765 8573.0283 -7856.5635 8573.8506 -7856.8057 8574.6709 C +-7857.6831 8574.583 -7858.6113 8574.4414 -7859.4873 8574.3018 C +f +U +u +0.498 0.4078 0.3961 0.3686 0.3412 0.3412 0.3412 Xa +-7860.0264 8574.7979 m +-7860.6943 8574.6143 -7861.3599 8574.4307 -7861.9727 8574.1982 C +-7861.54 8573.751 -7861.1553 8573.2471 -7860.6714 8572.7998 C +-7860.6191 8572.8018 -7860.5142 8572.8076 -7860.4639 8572.8096 C +-7860.1201 8573.2891 -7859.8311 8573.8193 -7859.4873 8574.3018 C +-7859.7031 8574.5 -7859.8638 8574.6475 -7860.0264 8574.7979 C +f +U +u +-7864.4194 8573.1123 m +-7864.2026 8574.1592 -7865.4097 8574.5234 -7865.0386 8575.5762 C +-7865.4697 8575.9736 -7865.9014 8576.3711 -7866.3325 8576.7666 C +-7866.6206 8576.2354 -7866.71 8575.8711 -7866.7974 8575.5039 C +-7867.21 8575.4346 -7867.6201 8575.3145 -7868.0303 8575.1943 C +-7868.1768 8574.9814 -7868.3218 8574.7158 -7868.4673 8574.4482 C +-7868.1426 8574.1514 -7867.7656 8573.8037 -7867.4424 8573.5059 C +-7866.6064 8573.3848 -7865.7729 8573.2646 -7864.9351 8573.0908 C +-7864.7798 8573.0986 -7864.6245 8573.1025 -7864.4194 8573.1123 C +f +U +u +-7877.4458 8574.5967 m +-7877.04 8576.1162 -7878.1455 8576.4873 -7879.0386 8576.7617 C +-7879.0801 8576.5 -7879.1729 8576.2373 -7879.2656 8575.9736 C +-7879.9385 8575.9463 -7880.5601 8575.9199 -7881.2334 8575.8936 C +-7882.2041 8576.7871 -7882.7866 8577.0732 -7883.0142 8576.3379 C +-7883.3247 8576.3242 -7883.6895 8576.3096 -7883.9995 8576.2969 C +-7884.0161 8576.7119 -7884.0322 8577.125 -7884.0498 8577.54 C +-7884.1016 8577.5371 -7884.2065 8577.5322 -7884.3096 8577.5303 C +-7884.6118 8577.3623 -7884.9688 8577.1904 -7885.2715 8576.9697 C +-7885.2554 8576.5576 -7885.2393 8576.1943 -7885.2202 8575.7266 C +-7884.5713 8575.0811 -7883.5249 8574.8662 -7882.4346 8574.8574 C +-7882.0078 8574.5635 -7881.5791 8574.2178 -7881.1514 8573.9248 C +-7880.4912 8574.2646 -7879.8848 8574.6514 -7879.2246 8574.9902 C +-7878.6494 8574.8584 -7878.0215 8574.7295 -7877.4458 8574.5967 C +f +U +u +-7878.1265 8578.5098 m +-7878.5698 8579.2178 -7879.2842 8578.9297 -7879.8555 8578.958 C +-7879.8345 8578.4395 -7879.8154 8577.9736 -7879.7935 8577.4561 C +-7879.5342 8577.4678 -7879.3271 8577.4746 -7879.0698 8577.4863 C +-7878.7729 8577.8623 -7878.4233 8578.1865 -7878.1265 8578.5098 C +f +U +u +-7886.0913 8579.2178 m +-7886.3574 8579.416 -7886.6274 8579.6641 -7886.8975 8579.9121 C +-7887.0801 8579.333 -7887.5874 8579.0537 -7887.5703 8578.6396 C +-7888.0854 8578.5664 -7888.5479 8578.4434 -7889.0615 8578.3193 C +-7889.21 8578.1563 -7889.3584 8577.9951 -7889.5078 8577.833 C +-7889.3418 8577.5811 -7889.1768 8577.3281 -7889.0088 8577.0752 C +-7889.2925 8576.3896 -7889.6294 8575.7529 -7889.9126 8575.0674 C +-7889.4927 8574.9814 -7889.0767 8574.9463 -7888.6592 8574.8594 C +-7888.5249 8575.3838 -7888.3896 8575.8555 -7888.2031 8576.3818 C +-7887.7378 8576.4023 -7887.2202 8576.4238 -7886.7529 8576.4424 C +-7886.5122 8576.8682 -7886.2705 8577.293 -7886.0278 8577.7178 C +-7886.0479 8578.1826 -7886.0698 8578.7002 -7886.0913 8579.2178 C +f +U +u +0.4235 0.3412 0.3373 0.2392 0.451 0.451 0.451 Xa +-7755.6514 8590.5713 m +-7755.8682 8590.8203 -7756.1362 8591.0176 -7756.4058 8591.2666 C +-7756.7158 8591.2529 -7757.0786 8591.2373 -7757.3896 8591.2256 C +-7757.6313 8590.7998 -7757.8721 8590.376 -7758.1143 8589.9512 C +-7757.3271 8589.7236 -7756.5938 8589.5459 -7755.8066 8589.3193 C +-7755.6631 8589.584 -7755.5142 8589.7979 -7755.3706 8590.0635 C +-7755.4302 8590.2686 -7755.5415 8590.4189 -7755.6514 8590.5713 C +f +U +u +-7760.9424 8593.1016 m +-7761.4775 8593.4922 -7762.0103 8593.8857 -7762.4951 8594.2822 C +-7762.9009 8594.0576 -7763.3071 8593.8848 -7763.7158 8593.7119 C +-7763.6982 8593.2998 -7763.6807 8592.8838 -7763.6538 8592.2119 C +-7763.3408 8592.1719 -7762.9736 8592.083 -7762.6592 8591.9922 C +-7762.3247 8591.4365 -7761.9385 8590.8809 -7761.6055 8590.3242 C +-7761.0425 8590.5039 -7760.4272 8590.6846 -7759.8638 8590.8633 C +-7759.8398 8591.5391 -7759.7646 8592.2158 -7759.6895 8592.8936 C +-7760.1055 8592.9287 -7760.5234 8593.0146 -7760.9424 8593.1016 C +f +U +u +-7772.4326 8574.9404 m +-7772.7705 8575.6006 -7773.4326 8575.3145 -7774.1592 8575.3359 C +-7775.6846 8575.8418 -7778.1665 8574.3916 -7779.4209 8575.8955 C +-7780.3682 8576.2197 -7779.5918 8575.0078 -7780.3535 8574.6123 C +-7781.0264 8574.585 -7781.7002 8574.5576 -7782.3735 8574.5303 C +-7782.3623 8574.2705 -7782.3521 8574.0127 -7782.3408 8573.7529 C +-7781.5752 8574.0439 -7780.8608 8574.332 -7780.0962 8574.623 C +-7778.3799 8574.5371 -7776.6118 8574.4561 -7774.8955 8574.3193 c +-7774.4282 8574.2871 -7774.0615 8574.1992 -7773.6431 8574.1123 c +-7773.2798 8574.1279 -7772.8833 8574.5586 -7772.4326 8574.9404 C +f +U +u +-7783.4482 8576.7158 m +-7783.7085 8576.7041 -7783.9155 8576.6963 -7784.1729 8576.6855 C +-7784.4634 8576.1553 -7784.4302 8575.3799 -7785.1167 8575.6602 C +-7785.6226 8575.3291 -7786.1245 8574.9463 -7786.5786 8574.6162 C +-7786.4146 8574.415 -7786.2524 8574.2666 -7786.0898 8574.1162 C +-7784.9937 8573.9033 -7784.7119 8573.3975 -7784.2998 8573.4648 C +-7784.1655 8573.9365 -7783.7559 8574.1104 -7782.8394 8574.5098 C +-7783.0337 8575.4365 -7782.5024 8576.3916 -7783.4482 8576.7158 C +f +U +u +-7791.3486 8575.8711 m +-7791.4575 8575.9697 -7791.5654 8576.0693 -7791.6182 8576.1191 C +-7792.29 8576.0391 -7792.9585 8575.9072 -7793.6279 8575.7754 C +-7794.1782 8575.2871 -7794.7256 8574.7451 -7795.2769 8574.2568 C +-7795.2607 8573.8936 -7795.2495 8573.583 -7795.2334 8573.2207 C +-7793.6782 8573.2334 -7792.0698 8573.1953 -7790.5127 8573.208 C +-7789.9985 8573.2822 -7789.5361 8573.4033 -7789.0215 8573.4775 C +-7788.7822 8574.0059 -7788.5977 8574.5322 -7788.3574 8575.0088 C +-7789.0713 8574.7197 -7790.6631 8574.3418 -7791.3486 8575.8711 C +f +U +u +-7800.5454 8575.0234 m +-7800.8018 8574.9082 -7801.0576 8574.8486 -7801.2607 8574.7344 C +-7801.8306 8574.7119 -7802.4512 8574.6855 -7803.3105 8575.377 C +-7803.5679 8575.3662 -7803.7759 8575.3574 -7804.0352 8575.3467 C +-7804.3335 8575.0234 -7804.6816 8574.6982 -7804.9775 8574.3223 C +-7805.0054 8573.751 -7803.9639 8573.6377 -7803.4658 8572.8809 C +-7802.8018 8573.1152 -7802.1343 8573.2998 -7801.4678 8573.4824 C +-7800.9961 8573.3457 -7800.4722 8573.2119 -7799.9438 8573.0264 C +-7799.7578 8573.501 -7799.5137 8573.873 -7799.2729 8574.2979 C +-7799.6958 8574.54 -7800.1226 8574.7822 -7800.5454 8575.0234 C +f +U +u +-7807.0591 8575.7402 m +-7807.4736 8575.7236 -7807.8882 8575.7051 -7808.3018 8575.6895 C +-7808.6226 8575.9346 -7808.9961 8576.1797 -7809.3154 8576.373 C +-7809.5728 8576.3105 -7809.7754 8576.1982 -7810.0322 8576.1367 C +-7810.4111 8576.5361 -7811.6001 8576.4346 -7811.2529 8575.5674 C +-7813.2695 8576.6768 -7814.3584 8574.1426 -7816.4927 8575.6104 C +-7816.5854 8575.2959 -7816.6206 8574.9307 -7816.7119 8574.6162 C +-7817.1279 8574.6494 -7817.5454 8574.7373 -7817.9614 8574.7715 C +-7818.3018 8575.4326 -7818.8408 8575.9287 -7819.0088 8576.2314 C +-7819.1641 8576.2266 -7819.3193 8576.2197 -7819.5264 8576.2119 c +-7819.9912 8576.1914 -7820.5103 8576.1709 -7820.9761 8576.1514 C +-7821.4346 8575.9775 -7821.7925 8575.8076 -7822.1992 8575.6338 C +-7822.3115 8575.8369 -7822.4258 8576.0908 -7822.4873 8576.3486 C +-7824.2529 8576.3799 -7826.7759 8575.9639 -7828.2471 8576.3682 C +-7828.5166 8576.6162 -7828.79 8576.9688 -7829.7158 8576.7754 C +-7829.9087 8576.457 -7830.0518 8576.1396 -7830.1919 8575.7705 C +-7830.4502 8575.7607 -7830.71 8575.749 -7830.9185 8575.7402 C +-7831.7534 8575.9131 -7832.6416 8576.0322 -7833.4238 8576.1553 c +-7835.5166 8576.5879 -7837.3057 8575.9434 -7839.1904 8576.3848 C +-7839.5249 8576.9414 -7840.5366 8576.3291 -7841.2017 8577.3389 C +-7841.3594 8576.1396 -7842.4194 8576.7158 -7844.1538 8575.9717 c +-7845.0737 8575.6748 -7845.9424 8575.3799 -7846.8657 8575.0811 C +-7848.0537 8574.9814 -7847.2529 8576.9336 -7849.3906 8575.9639 c +-7849.7974 8575.791 -7850.2065 8575.6191 -7850.6143 8575.4463 C +-7851.4878 8575.2529 -7852.4126 8575.0586 -7853.2842 8574.8174 C +-7853.1191 8574.5654 -7852.9546 8574.3643 -7852.7886 8574.1113 C +-7852.2202 8574.1338 -7851.8574 8574.1504 -7851.5454 8574.1631 C +-7851.2495 8574.4854 -7850.9014 8574.8643 -7850.6055 8575.1865 C +-7850.2202 8574.6846 -7849.8896 8574.2314 -7849.5054 8573.7295 C +-7849.2065 8574 -7848.9063 8574.2715 -7848.5537 8574.5459 C +-7847.9858 8574.5693 -7847.4155 8574.5928 -7846.8447 8574.6162 C +-7846.0967 8574.0762 -7845.3071 8573.7979 -7843.8218 8574.2236 C +-7843.7822 8574.5352 -7843.6934 8574.9014 -7843.6025 8575.2158 C +-7843.3633 8575.6943 -7842.7822 8575.457 -7842.0713 8574.5537 C +-7841.2954 8574.585 -7840.6729 8574.6123 -7840.1055 8574.6338 C +-7840.0928 8574.377 -7840.0835 8574.1162 -7839.7935 8573.4033 C +-7838.8662 8573.5459 -7839.0615 8574.5225 -7838.1265 8574.457 C +-7837.7925 8573.9014 -7836.8369 8574.665 -7836.8535 8573.7832 C +-7835.9209 8573.8223 -7835.0415 8573.8584 -7834.1089 8573.8975 C +-7833.9458 8573.6963 -7833.7832 8573.5479 -7833.5698 8573.3994 C +-7833.3174 8573.5674 -7833.1162 8573.7305 -7832.8662 8573.9482 C +-7832.3545 8574.125 -7831.8955 8574.2998 -7831.3838 8574.4775 C +-7831.2085 8574.0166 -7831.0322 8573.5059 -7830.8042 8572.9961 C +-7830.6479 8573.0029 -7830.4946 8573.0088 -7830.3394 8573.0166 C +-7830.8271 8574.8105 -7828.7554 8573.5996 -7828.1631 8574.3506 C +-7828.3535 8575.1729 -7826.6338 8574.9834 -7826.4126 8574.6826 C +-7825.3423 8573.8955 -7823.8018 8574.2705 -7822.6235 8573.333 C +-7822.2202 8573.6104 -7821.8154 8573.8857 -7821.4126 8574.1621 C +-7820.8818 8573.873 -7820.4014 8573.5303 -7819.8706 8573.2402 C +-7819.5664 8573.4082 -7819.21 8573.5791 -7818.9063 8573.7471 C +-7818.3247 8573.5098 -7817.7471 8573.3281 -7817.1162 8573.0938 C +-7816.9634 8573.1533 -7816.8115 8573.2646 -7816.6606 8573.373 C +-7816.2378 8573.1826 -7815.8159 8573.0439 -7815.3975 8572.9063 C +-7814.5674 8572.9404 -7813.7393 8572.9746 -7812.9111 8573.0088 C +-7812.3818 8574.0166 -7811.8706 8572.9482 -7811.1606 8573.3408 c +-7810.7583 8573.6162 -7810.3535 8573.8408 -7809.9482 8574.1162 C +-7809.2534 8573.6279 -7808.1377 8574.2441 -7807.4438 8573.7529 C +-7807.0386 8573.9785 -7806.6362 8574.2529 -7806.2314 8574.5303 C +-7806.5073 8574.9336 -7806.7832 8575.3369 -7807.0591 8575.7402 C +f +U +u +-7814.4834 8580.9326 m +-7814.8975 8580.9131 -7815.3115 8580.8975 -7815.7256 8580.8799 C +-7815.7026 8580.3105 -7815.6768 8579.6895 -7815.6538 8579.1201 C +-7815.5498 8579.124 -7815.4966 8579.125 -7815.3936 8579.1318 C +-7815.0879 8579.2471 -7814.7271 8579.3135 -7814.4209 8579.4297 C +-7814.4482 8580.1025 -7814.4658 8580.5176 -7814.4834 8580.9326 C +f +U +u +-7817.1846 8579.7822 m +-7817.8325 8579.1338 -7818.2915 8578.96 -7818.1162 8578.499 C +-7817.5986 8578.5205 -7817.1338 8578.54 -7816.6265 8578.8193 C +-7816.7959 8579.1768 -7816.9639 8579.4795 -7817.1846 8579.7822 C +f +U +u +-7827.8608 8579.6006 m +-7828.2529 8580.3105 -7828.8623 8579.9746 -7829.3838 8580.0576 c +-7829.6943 8580.0439 -7830.0576 8580.0273 -7830.3672 8580.0166 C +-7830.4546 8579.5986 -7830.4897 8579.1826 -7830.5752 8578.7627 C +-7830.0024 8578.6826 -7829.3774 8578.6572 -7828.8047 8578.5762 c +-7828.3896 8578.5938 -7828.1514 8579.1211 -7827.8608 8579.6006 C +f +U +u +-7831.0425 8578.7441 m +-7831.7217 8578.8711 -7832.3999 8578.999 -7833.0801 8579.125 C +-7833.7881 8578.6826 -7833.7734 8578.3193 -7833.7529 8577.8535 C +-7832.7744 8577.9971 -7831.9375 8577.8242 -7831.0015 8577.7607 C +-7831.0215 8578.2256 -7831.0303 8578.4834 -7831.0425 8578.7441 C +f +U +u +-7850.0425 8580.4482 m +-7850.2778 8579.8682 -7850.5122 8579.2354 -7850.7471 8578.6553 C +-7850.1777 8578.6797 -7849.5562 8578.7051 -7848.9858 8578.7295 C +-7848.2915 8579.4834 -7849.2695 8580.5322 -7850.0425 8580.4482 C +f +U +u +-7852.7446 8579.3506 m +-7853.1553 8579.2314 -7853.5654 8579.1104 -7853.9775 8579.041 C +-7854.0303 8577.793 -7852.9302 8577.5273 -7852.4658 8578.8447 C +-7852.5762 8578.9961 -7852.6865 8579.1465 -7852.7446 8579.3506 C +f +U +u +-7859.2271 8579.291 m +-7859.6953 8579.3232 -7859.3569 8578.6631 -7859.4438 8578.2959 C +-7858.7495 8577.7549 -7857.7344 8578.3154 -7857.4473 8578.8975 C +-7857.0967 8580.4688 -7858.5942 8579.0576 -7859.2271 8579.291 C +f +U +u +-7872.5752 8583.5098 m +-7872.8682 8584.3291 -7873.5303 8584.0439 -7873.8584 8584.4434 C +-7874.6802 8584.2539 -7875.2866 8583.8662 -7875.0391 8582.8916 C +-7874.6143 8582.6494 -7874.1895 8582.4082 -7873.7666 8582.2178 C +-7873.3687 8582.6475 -7872.9722 8583.0801 -7872.5752 8583.5098 C +f +U +u +0.5765 0.4784 0.4627 0.5373 0.2314 0.2314 0.2314 Xa +-7777.0518 8572.5186 m +-7777.6753 8572.5449 -7778.1406 8573.7705 -7778.7393 8571.9307 C +-7778.1768 8572.1104 -7777.6138 8572.2891 -7777.0518 8572.5186 C +f +U +u +0.6706 0.5686 0.5373 0.749 0.1176 0.1176 0.1176 Xa +-7787.4678 8572.2969 m +-7787.8818 8572.2783 -7788.2959 8572.2627 -7788.71 8572.2451 C +-7789.8115 8572.5625 -7790.1895 8572.8584 -7790.5127 8573.208 C +-7792.0698 8573.1953 -7793.6782 8573.2334 -7795.2334 8573.2207 C +-7795.2168 8572.8076 -7795.2026 8572.4434 -7795.1826 8571.9775 C +-7795.3369 8571.9717 -7795.4927 8571.9648 -7795.7002 8571.9561 C +-7795.6875 8571.6465 -7795.6738 8571.335 -7795.6592 8570.9736 C +-7794.2866 8570.3555 -7793.5498 8570.125 -7793.1553 8570.6104 C +-7791.0801 8570.5928 -7789.0039 8570.5723 -7786.9302 8570.6074 C +-7786.2446 8570.3242 -7786.2778 8571.1006 -7785.9873 8571.6299 C +-7786.4639 8571.8721 -7786.9937 8572.1084 -7787.4678 8572.2969 C +f +U +u +0.5765 0.4784 0.4627 0.5373 0.2314 0.2314 0.2314 Xa +-7787.5103 8573.332 m +-7787.9248 8573.3154 -7788.3394 8573.2979 -7788.7529 8573.2822 C +-7788.8584 8573.3281 -7788.9663 8573.4287 -7789.0215 8573.4775 C +-7789.5361 8573.4033 -7789.9985 8573.2822 -7790.5127 8573.208 C +-7790.1895 8572.8584 -7789.8115 8572.5625 -7788.71 8572.2451 C +-7788.2959 8572.2627 -7787.8818 8572.2783 -7787.4678 8572.2969 C +-7787.4834 8572.6592 -7787.4951 8572.9697 -7787.5103 8573.332 C +f +U +u +-7795.7002 8571.9561 m +-7796.1191 8572.0439 -7796.5361 8572.1299 -7796.9546 8572.1641 C +-7797.3442 8571.5762 -7797.8662 8571.6592 -7798.4351 8571.6357 C +-7798.7354 8571.3643 -7799.0352 8571.0928 -7799.3882 8570.8193 C +-7798.8057 8570.5322 -7798.1689 8570.1943 -7797.5874 8569.9072 C +-7796.9263 8570.2471 -7796.3198 8570.6338 -7795.6592 8570.9736 C +-7795.6738 8571.335 -7795.6875 8571.6465 -7795.7002 8571.9561 C +f +U +u +-7804.1201 8571.1416 m +-7804.9585 8571.3154 -7805.4775 8572.5898 -7806.4097 8572.5518 C +-7806.7085 8572.2803 -7807.0591 8572.0059 -7807.3599 8571.7344 C +-7806.9287 8571.3379 -7806.4995 8570.9404 -7806.0674 8570.541 C +-7805.4014 8570.7783 -7804.7866 8570.96 -7804.1201 8571.1416 C +f +U +u +-7820.3247 8571.7178 m +-7821.0322 8572.4658 -7821.8086 8572.4346 -7822.5835 8572.3506 C +-7823.0874 8572.0186 -7823.5391 8571.6357 -7824.0439 8571.3057 C +-7824.5225 8571.5967 -7825.0542 8571.9375 -7825.5854 8572.2266 c +-7826.1226 8572.6709 -7826.7998 8572.7471 -7828.5361 8572.1035 C +-7828.2666 8571.8555 -7828.0518 8571.6592 -7827.7822 8571.4111 C +-7827.2642 8571.4326 -7826.7974 8571.4512 -7826.2798 8571.4717 C +-7826.1035 8570.9609 -7825.9287 8570.501 -7825.7002 8569.9912 C +-7825.5439 8569.9463 -7825.3838 8569.8496 -7825.2246 8569.752 C +-7824.7114 8569.877 -7824.2495 8570 -7823.7334 8570.0732 c +-7823.4233 8570.085 -7823.0591 8570.1006 -7822.7495 8570.1143 C +-7821.9424 8570.665 -7821.1328 8571.167 -7820.3247 8571.7178 C +f +U +u +-7834.4912 8571.8594 m +-7835.6631 8571.3447 -7836.2793 8571.2139 -7836.2524 8571.7842 C +-7836.2793 8571.2139 -7835.6631 8571.3447 -7834.4912 8571.8594 C +f +U +u +-7845.9346 8571.3857 m +-7845.3926 8570.8369 -7844.5234 8571.1328 -7843.9375 8570.7432 C +-7843.6943 8571.167 -7843.4526 8571.5928 -7843.2119 8572.0166 C +-7843.4526 8571.5928 -7843.6943 8571.167 -7843.9375 8570.7432 C +-7844.5234 8571.1328 -7845.3926 8570.8369 -7845.9346 8571.3857 C +f +U +u +-7854.2075 8572.0283 m +-7854.3818 8572.4893 -7854.8281 8573.249 -7856.1865 8572.208 C +-7855.5103 8572.1826 -7854.8857 8572.1055 -7854.2075 8572.0283 C +f +U +u +0.6706 0.5686 0.5373 0.749 0.1176 0.1176 0.1176 Xa +-7860.6714 8572.7998 m +-7860.9199 8572.583 -7861.1729 8572.417 -7861.4272 8572.249 C +-7862.0088 8572.5371 -7862.5928 8572.876 -7863.1743 8573.1631 C +-7863.5352 8573.0967 -7863.8408 8572.9814 -7864.1992 8572.8623 C +-7864.2568 8572.9639 -7864.3638 8573.0625 -7864.4194 8573.1123 C +-7864.6245 8573.1025 -7864.7798 8573.0986 -7864.9351 8573.0908 C +-7865.4346 8572.6025 -7865.8774 8572.0664 -7866.3755 8571.5273 C +-7866.5303 8571.5215 -7866.6846 8571.5146 -7866.8408 8571.5088 C +-7867.4702 8571.6895 -7868.0454 8571.8203 -7868.6226 8571.9521 C +-7868.7202 8571.793 -7868.7646 8571.6357 -7868.8608 8571.4248 C +-7869.3135 8571.0938 -7869.8174 8570.7627 -7870.3218 8570.3799 C +-7869.8594 8569.2568 -7868.8911 8569.6592 -7868.25 8569.2197 C +-7867.5234 8569.1963 -7866.7422 8569.1279 -7866.0137 8569.0527 c +-7865.7554 8569.0635 -7865.4961 8569.0732 -7865.2881 8569.083 C +-7865.1953 8569.3457 -7865.1025 8569.6074 -7865.0625 8569.8711 C +-7864.7568 8570.0381 -7864.4014 8570.208 -7864.0967 8570.377 C +-7863.8735 8569.9697 -7863.7026 8569.6152 -7863.5278 8569.1563 C +-7863.2158 8569.1162 -7862.8486 8569.0283 -7862.5361 8568.9883 C +-7862.3857 8569.1504 -7862.2378 8569.3135 -7862.0366 8569.4746 C +-7862.0586 8569.9951 -7862.0767 8570.46 -7862.0986 8570.9775 C +-7861.8447 8571.0928 -7861.6401 8571.1533 -7861.3838 8571.2666 C +-7860.5728 8571.7158 -7860.9326 8570.3506 -7860.1201 8570.8008 c +-7859.6675 8571.0791 -7860.0015 8571.6338 -7860.4639 8572.8096 C +-7860.5142 8572.8076 -7860.6191 8572.8018 -7860.6714 8572.7998 C +f +U +u +0.5765 0.4784 0.4627 0.5373 0.2314 0.2314 0.2314 Xa +-7864.0967 8570.377 m +-7864.4014 8570.208 -7864.7568 8570.0381 -7865.0625 8569.8711 C +-7865.1025 8569.6074 -7865.1953 8569.3457 -7865.2881 8569.083 C +-7864.7202 8569.1064 -7864.0967 8569.1318 -7863.5278 8569.1563 C +-7863.7026 8569.6152 -7863.8735 8569.9697 -7864.0967 8570.377 C +f +U +u +-7864.9351 8573.0908 m +-7865.5342 8573.792 -7866.4546 8573.4434 -7867.4424 8573.5059 C +-7867.7656 8573.8037 -7868.1426 8574.1514 -7868.4673 8574.4482 C +-7868.9814 8574.376 -7869.4434 8574.2529 -7869.9575 8574.1289 c +-7870.8862 8574.0381 -7871.7622 8573.8984 -7872.6904 8573.7559 C +-7872.4951 8572.7783 -7872.2993 8571.8008 -7872.0513 8570.8271 C +-7871.4751 8570.6943 -7870.8994 8570.5625 -7870.3218 8570.3799 C +-7869.8174 8570.7627 -7869.3135 8571.0938 -7868.8608 8571.4248 C +-7868.7646 8571.6357 -7868.7202 8571.793 -7868.6226 8571.9521 C +-7868.0454 8571.8203 -7867.4702 8571.6895 -7866.8408 8571.5088 C +-7866.6846 8571.5146 -7866.5303 8571.5215 -7866.3755 8571.5273 C +-7865.8774 8572.0664 -7865.4346 8572.6025 -7864.9351 8573.0908 C +f +U +u +0.6706 0.5686 0.5373 0.749 0.1176 0.1176 0.1176 Xa +-7872.0513 8570.8271 m +-7872.2993 8571.8008 -7872.4951 8572.7783 -7872.6904 8573.7559 C +-7873.6279 8573.8203 -7874.5122 8573.8896 -7875.4458 8573.9014 C +-7876.0234 8574.085 -7876.6001 8574.2158 -7877.1768 8574.3486 C +-7877.5273 8574.0752 -7877.8271 8573.8037 -7878.1279 8573.5313 c +-7878.5835 8573.2529 -7878.2798 8572.2295 -7878.3047 8571.5527 C +-7877.9736 8571.0479 -7877.6104 8571.0635 -7877.2998 8571.0762 C +-7876.7578 8571.7725 -7876.2158 8572.4697 -7875.6226 8573.168 C +-7875.3838 8572.3994 -7875.0942 8571.6855 -7874.8057 8570.9717 C +-7873.8706 8570.9072 -7872.9858 8570.8398 -7872.0513 8570.8271 C +f +U +u +0.5765 0.4784 0.4627 0.5373 0.2314 0.2314 0.2314 Xa +-7875.6226 8573.168 m +-7876.2158 8572.4697 -7876.7578 8571.7725 -7877.2998 8571.0762 C +-7876.4688 8571.0586 -7875.6362 8570.9883 -7874.8057 8570.9717 C +-7875.0942 8571.6855 -7875.3838 8572.3994 -7875.6226 8573.168 C +f +U +u +-7877.4458 8574.5967 m +-7878.0215 8574.7295 -7878.6494 8574.8584 -7879.2246 8574.9902 C +-7879.8848 8574.6514 -7880.4912 8574.2646 -7881.1514 8573.9248 C +-7880.8081 8573.1104 -7880.4097 8572.2959 -7880.0654 8571.4795 C +-7879.4951 8571.5039 -7878.8745 8571.5303 -7878.3047 8571.5527 C +-7878.2798 8572.2295 -7878.5835 8573.2529 -7878.1279 8573.5313 c +-7877.8271 8573.8037 -7877.5273 8574.0752 -7877.1768 8574.3486 C +-7877.2817 8574.3975 -7877.3896 8574.4951 -7877.4458 8574.5967 C +f +U +u +-7885.1064 8579.2607 m +-7885.4175 8579.2471 -7885.7793 8579.2314 -7886.0913 8579.2178 C +-7886.0698 8578.7002 -7886.0479 8578.1826 -7886.0278 8577.7178 C +-7885.7583 8577.4697 -7885.5415 8577.2178 -7885.2715 8576.9697 C +-7884.9688 8577.1904 -7884.6118 8577.3623 -7884.3096 8577.5303 C +-7884.54 8578.0898 -7884.8242 8578.7002 -7885.1064 8579.2607 C +f +U +u +0.6706 0.5686 0.5373 0.749 0.1176 0.1176 0.1176 Xa +-7881.1514 8573.9248 m +-7881.4326 8574.4326 -7881.7383 8574.3154 -7882.1655 8574.6104 c +-7882.2734 8574.709 -7882.3809 8574.8076 -7882.4346 8574.8574 C +-7883.1743 8575.1904 -7883.9639 8575.4688 -7884.7026 8575.749 C +-7884.9087 8575.7402 -7885.0649 8575.7344 -7885.2202 8575.7266 C +-7885.2393 8576.1943 -7885.2554 8576.5576 -7885.2715 8576.9697 C +-7885.5415 8577.2178 -7885.7583 8577.4697 -7886.0278 8577.7178 C +-7886.2705 8577.293 -7886.5122 8576.8682 -7886.7529 8576.4424 C +-7886.6401 8576.1885 -7886.5249 8575.9336 -7886.4614 8575.6768 C +-7886.8633 8575.3486 -7887.2646 8575.0215 -7887.6655 8574.6416 C +-7887.9795 8574.7334 -7888.3462 8574.8193 -7888.6592 8574.8594 c +-7889.0767 8574.9463 -7889.4927 8574.9814 -7889.9126 8575.0674 C +-7890.1714 8575.0576 -7890.4302 8575.0459 -7890.6377 8575.0381 C +-7891.5713 8573.8057 -7891.2314 8573.0938 -7891.3115 8572.5205 C +-7890.7158 8571.9219 -7889.4033 8572.8076 -7889.2515 8571.6201 C +-7888.4746 8571.6514 -7887.5942 8571.6875 -7886.7666 8571.7236 c +-7886.1455 8571.7471 -7885.4722 8571.7754 -7884.7983 8571.8037 C +-7883.8447 8571.3242 -7883.4834 8571.3389 -7883.0166 8571.3584 c +-7882.0337 8571.3994 -7881.0488 8571.4395 -7880.0654 8571.4795 C +-7880.4097 8572.2959 -7880.8081 8573.1104 -7881.1514 8573.9248 c +f +U +u +0.5765 0.4784 0.4627 0.5373 0.2314 0.2314 0.2314 Xa +-7886.7529 8576.4424 m +-7887.2202 8576.4238 -7887.7378 8576.4023 -7888.2031 8576.3818 C +-7888.3896 8575.8555 -7888.5249 8575.3838 -7888.6592 8574.8594 C +-7888.3462 8574.8193 -7887.9795 8574.7334 -7887.6655 8574.6416 C +-7887.2646 8575.0215 -7886.8633 8575.3486 -7886.4614 8575.6768 C +-7886.5249 8575.9336 -7886.6401 8576.1885 -7886.7529 8576.4424 C +f +U +u +0.6706 0.5686 0.5373 0.749 0.1176 0.1176 0.1176 Xa +-7852.6143 8569.8662 m +-7852.3018 8572.3672 -7854.2178 8571.0439 -7854.2075 8572.0283 C +-7854.8857 8572.1055 -7855.5103 8572.1826 -7856.1865 8572.208 C +-7856.5967 8572.1396 -7857.0063 8572.0186 -7857.4175 8571.8955 C +-7857.4038 8571.5869 -7857.3921 8571.2754 -7857.3765 8570.9131 C +-7858.0303 8570.4199 -7858.6826 8569.873 -7859.2832 8569.3291 C +-7859.2246 8569.1777 -7859.1143 8569.0264 -7859.0566 8568.873 C +-7858.5386 8568.8945 -7858.0215 8568.916 -7857.5542 8568.9346 C +-7857.3071 8569.2568 -7857.0635 8569.6299 -7856.8184 8569.9521 C +-7856.5088 8569.9639 -7856.1978 8569.9775 -7855.8345 8569.9922 C +-7855.4072 8569.6982 -7854.9795 8569.3535 -7854.5518 8569.0586 C +-7853.8896 8569.3457 -7853.2769 8569.5791 -7852.6143 8569.8662 C +f +U +u +0.3608 0.2824 0.2824 0.149 0.549 0.549 0.549 Xa +-7758.2959 8576.7695 m +-7759.2241 8577.8711 -7761.1274 8577.4814 -7762.5928 8577.8359 C +-7763.3071 8577.5479 -7764.0215 8577.2578 -7764.7881 8576.9678 C +-7765.9609 8577.748 -7767.8105 8577.3096 -7768.8257 8578.0459 C +-7769.7534 8576.6592 -7772.0313 8577.8096 -7773.7778 8577.374 C +-7774.6006 8578.4795 -7775.4688 8576.8896 -7776.46 8577.0049 c +-7778.3755 8576.9248 -7780.6416 8576.5713 -7782.2178 8577.0264 C +-7782.6274 8576.9053 -7783.0386 8576.8359 -7783.4482 8576.7158 C +-7782.5024 8576.3916 -7783.0337 8575.4365 -7782.8394 8574.5098 C +-7782.6846 8574.5166 -7782.5278 8574.5234 -7782.3735 8574.5303 c +-7781.7002 8574.5576 -7781.0264 8574.585 -7780.3535 8574.6123 c +-7780.3018 8574.6152 -7780.1982 8574.6191 -7780.0962 8574.623 c +-7778.0698 8574.5518 -7775.6914 8575.999 -7774.1592 8575.3359 c +-7773.5835 8575.2041 -7773.0078 8575.0723 -7772.4326 8574.9404 C +-7771.6553 8574.9736 -7770.9302 8575.001 -7770.1538 8575.0352 c +-7769.5854 8575.0576 -7769.0142 8575.0811 -7768.4438 8575.1035 c +-7767.8774 8575.1797 -7767.2607 8575.3096 -7766.6943 8575.4365 c +-7766.2842 8575.5049 -7765.8745 8575.6279 -7765.4614 8575.6953 C +-7765.2134 8575.9648 -7765.0166 8576.2314 -7764.7695 8576.501 C +-7764.3994 8576.3623 -7764.0825 8576.2178 -7763.7622 8576.0234 C +-7763.1455 8576.1533 -7762.5806 8576.2803 -7762.0137 8576.3555 C +-7761.4927 8576.3242 -7760.6768 8576.6191 -7760.2241 8575.7041 C +-7759.6606 8575.8838 -7759.0977 8576.0615 -7758.5327 8576.2402 C +-7758.4385 8576.4512 -7758.3423 8576.6113 -7758.2959 8576.7695 C +f +U +u +0.498 0.4078 0.3961 0.3686 0.3412 0.3412 0.3412 Xa +-7760.4502 8574.917 m +-7760.4097 8575.1777 -7760.3154 8575.4395 -7760.2241 8575.7041 C +-7760.3154 8575.4395 -7760.4097 8575.1777 -7760.4502 8574.917 C +f +U +u +0.4235 0.3412 0.3373 0.2392 0.451 0.451 0.451 Xa +-7789.0215 8573.4775 m +-7788.9663 8573.4287 -7788.8584 8573.3281 -7788.7529 8573.2822 C +-7788.8584 8573.3281 -7788.9663 8573.4287 -7789.0215 8573.4775 C +f +U +u +-7879.2656 8575.9736 m +-7879.1729 8576.2373 -7879.0801 8576.5 -7879.0386 8576.7617 C +-7879.0801 8576.5 -7879.1729 8576.2373 -7879.2656 8575.9736 C +f +U +u +0.5765 0.4784 0.4627 0.5373 0.2314 0.2314 0.2314 Xa +-7807.3599 8571.7344 m +-7809.6455 8573.041 -7811.1504 8571.8369 -7812.8896 8572.4912 C +-7813.1943 8572.3232 -7813.5498 8572.1514 -7813.8545 8571.9854 C +-7814.2646 8571.8643 -7814.6768 8571.7959 -7815.0874 8571.6738 C +-7814.9033 8571.0078 -7814.7217 8570.3936 -7814.4873 8569.7295 C +-7814.4346 8569.7305 -7814.3311 8569.7354 -7814.2793 8569.7373 C +-7813.5166 8570.0791 -7812.8066 8570.4717 -7812.0425 8570.8145 C +-7811.5767 8570.833 -7811.0576 8570.8545 -7810.5928 8570.876 C +-7809.9297 8571.1621 -7809.5918 8570.501 -7809.0698 8570.4189 C +-7808.5176 8570.8555 -7807.9126 8571.2969 -7807.3599 8571.7344 C +f +U +u +-7828.5361 8572.1035 m +-7829.3096 8571.9688 -7828.8271 8572.8711 -7830.3394 8573.0166 c +-7830.4946 8573.0088 -7830.6479 8573.0029 -7830.8042 8572.9961 C +-7831.1606 8572.8271 -7831.4639 8572.6592 -7831.8193 8572.4873 C +-7831.8081 8572.1768 -7831.7925 8571.8145 -7831.7793 8571.5029 C +-7831.4126 8571.415 -7831.0986 8571.3242 -7830.7334 8571.2881 C +-7830.3286 8571.5654 -7829.9678 8571.5791 -7828.5361 8572.1035 C +f +U +u +-7846.1934 8571.376 m +-7846.9595 8572.3291 -7847.2168 8572.3184 -7848.1919 8572.0713 C +-7848.7271 8572.4639 -7849.2622 8572.8555 -7849.7446 8573.251 C +-7850.3042 8572.9688 -7850.9155 8572.6846 -7851.4736 8572.4014 C +-7851.8975 8572.5928 -7852.3174 8572.7305 -7852.7383 8572.8682 C +-7853.1245 8572.1787 -7853.4639 8571.5928 -7854.2075 8572.0283 C +-7854.2178 8571.0439 -7852.3018 8572.3672 -7852.6143 8569.8662 C +-7852.3042 8569.877 -7851.9414 8569.8936 -7851.6294 8569.9063 C +-7851.3857 8570.2783 -7851.1392 8570.6006 -7850.8936 8570.9219 C +-7850.2256 8571.0527 -7849.6079 8571.1826 -7848.9375 8571.2617 c +-7848.7822 8571.2686 -7848.6265 8571.2744 -7848.4194 8571.2832 c +-7847.6943 8571.3135 -7846.9194 8571.3457 -7846.1934 8571.376 C +f +U +u +-7845.9346 8571.3857 m +-7846.0386 8571.3818 -7846.1416 8571.377 -7846.1934 8571.376 C +-7846.1416 8571.377 -7846.0386 8571.3818 -7845.9346 8571.3857 C +f +U +u +-7860.6714 8572.7998 m +-7861.1553 8573.2471 -7861.54 8573.751 -7861.9727 8574.1982 C +-7862.4258 8573.8682 -7862.7759 8573.5439 -7863.1743 8573.1631 C +-7862.5928 8572.876 -7862.0088 8572.5371 -7861.4272 8572.249 C +-7861.1729 8572.417 -7860.9199 8572.583 -7860.6714 8572.7998 C +f +U +u +-7860.4639 8572.8096 m +-7860.5142 8572.8076 -7860.6191 8572.8018 -7860.6714 8572.7998 C +-7860.6191 8572.8018 -7860.5142 8572.8076 -7860.4639 8572.8096 C +f +U +u +0.6706 0.5686 0.5373 0.749 0.1176 0.1176 0.1176 Xa +-7877.1768 8574.3486 m +-7877.2817 8574.3975 -7877.3896 8574.4951 -7877.4458 8574.5967 C +-7877.3896 8574.4951 -7877.2817 8574.3975 -7877.1768 8574.3486 C +f +U +U +U +U +%AI8_EndBrushPattern +%AI8_BeginBrushPattern +(Unnamed Brush Pattern 4) +0 A +u +u +u +0 J 0 j 1 w 4 M []0 d 0 XR +-7892 8610.4736 m +-7791.5 8610.4736 L +-7791.5 8606.1602 L +-7892 8606.1602 L +-7892 8610.4736 L +n +u +0 O +0.7765 0.6784 0.5843 0.9451 0 0 0 Xa +-7791.5 8608.5059 m +-7791.7793 8608.3594 L +-7791.8662 8608.7705 L +-7791.5 8608.5059 L +f +-7792.8193 8607.0234 m +-7793.2949 8607.1943 L +-7793.0225 8608.3857 -7793.3906 8608.04 -7792.6465 8608.8945 C +-7792.3848 8608.708 -7791.8086 8608.293 -7791.8848 8607.8291 C +-7792.0723 8607.877 -7792.3477 8608.333 -7792.6255 8608.1865 C +-7792.5068 8607.8418 -7792.2085 8607.8857 -7792.0674 8607.4365 C +-7792.5166 8607.0693 -7792.3516 8607.7295 -7792.8447 8607.5645 C +-7792.8193 8607.0234 L +f +-7793.3828 8608.209 m +-7793.3389 8608.0029 -7793.2935 8607.7998 -7793.3008 8607.6318 C +-7793.3457 8607.8379 -7793.5781 8608.0908 -7793.3828 8608.209 C +f +-7793.6719 8608.332 m +-7793.9727 8608.2881 -7793.6675 8607.8936 -7793.6973 8607.8291 C +-7794.04 8608.5977 L +-7793.6719 8608.332 L +f +-7794.9229 8608.2822 m +-7794.9727 8608.3018 -7795.0186 8608.3232 -7795.0645 8608.3525 C +-7795.0166 8608.4746 -7794.9756 8608.374 -7794.9229 8608.2822 C +f +-7795.5391 8608.374 m +-7795.4155 8608.6377 -7795.2607 8608.4795 -7795.0645 8608.3525 C +-7795.0703 8608.3389 -7795.0752 8608.3291 -7795.0835 8608.3047 C +-7795.2559 8608.0811 -7795.0938 8607.5313 -7794.8154 8607.6787 C +-7794.5244 8607.5557 -7794.5498 8608.0957 -7794.2979 8607.7402 C +-7794.6436 8607.2959 L +-7795.1006 8607.3643 -7795.3604 8608.1563 -7795.5391 8608.374 C +f +-7794.9229 8608.2822 m +-7794.8711 8608.2607 -7794.8184 8608.2471 -7794.7598 8608.2471 C +-7794.8325 8608.1553 -7794.8809 8608.209 -7794.9229 8608.2822 C +f +-7794.2949 8608.3467 m +-7794.1396 8608.2314 L +-7794.1768 8608.001 L +-7794.2949 8608.3467 L +f +-7796.5635 8608.415 m +-7796.4932 8607.6709 -7795.8301 8608.4971 -7795.7495 8607.917 C +-7796.1553 8607.9482 -7796.4785 8607.3994 -7796.3906 8606.9912 C +-7796.8389 8607.2236 L +-7796.9873 8607.5049 -7796.7979 8608.0615 -7796.5635 8608.415 C +f +-7797.4414 8606.5273 m +-7797.4707 8606.5928 -7797.5059 8606.6357 -7797.5449 8606.6572 C +-7797.4961 8606.625 -7797.4541 8606.5889 -7797.4414 8606.5273 C +f +-7799.7061 8607.8096 m +-7798.6602 8607.0586 L +-7798.7578 8607.3018 -7798.7188 8607.5342 -7798.9575 8607.6201 C +-7798.4941 8607.7197 -7798.4346 8607.2432 -7798.0518 8607.3174 C +-7797.9365 8608.0117 -7798.7275 8607.3682 -7798.5068 8607.9883 C +-7798.2373 8607.9697 -7797.8345 8607.9385 -7797.6172 8607.3506 C +-7797.1895 8607.8203 L +-7797.3354 8607.0586 L +-7797.5078 8606.8398 -7797.6846 8607.6572 -7797.7915 8607.1279 C +-7797.8457 8606.8018 -7797.6719 8606.7393 -7797.5498 8606.6602 C +-7797.8262 8606.8154 -7798.3047 8606.0654 -7798.8652 8606.167 C +-7799.4575 8606.2451 -7799.3184 8607.4463 -7799.7061 8607.8096 C +f +-7799.7485 8606.9736 m +-7799.8154 8606.6758 L +-7799.7676 8607.0762 L +-7799.7485 8606.9736 L +f +-7800.8896 8607.9658 m +-7800.3438 8607.4893 L +-7800.2852 8607.5537 -7800.2524 8607.7139 -7800.2139 8607.8525 C +-7800.2363 8607.6787 -7800.0889 8607.3799 -7800.1123 8607.2344 C +-7800.3623 8606.5479 -7800.7783 8607.4541 -7801.0703 8607.5752 C +-7801.8438 8607.2646 -7801.0352 8607.2041 -7801.3369 8606.5537 C +-7801.1201 8606.5723 -7801.1123 8606.7393 -7800.8115 8606.7822 C +-7801.2842 8606.0059 -7801.8789 8606.7197 -7802.1816 8606.9131 C +-7802.0938 8606.9805 -7802.0723 8607.1943 -7801.9043 8607.1338 C +-7802.2188 8607.3594 L +-7801.8926 8607.9053 -7801.6152 8608.0537 -7800.8896 8607.9658 C +f +-7799.9155 8607.9609 m +-7800.1182 8608.0117 -7800.1943 8607.9609 -7800.2109 8607.8643 C +-7800.1582 8608.0498 -7800.0898 8608.1846 -7799.9155 8607.9609 C +f +-7802.3467 8606.9326 m +-7802.3125 8606.9746 -7802.2559 8606.958 -7802.1816 8606.9131 C +-7802.2197 8606.8828 -7802.2686 8606.877 -7802.3467 8606.9326 C +f +-7802.0361 8607.749 m +-7802.4185 8607.6787 L +-7802.2686 8608.0029 L +-7802.2158 8607.9658 -7802.0273 8607.917 -7802.0361 8607.749 C +f +-7816.6387 8606.6943 m +-7816.6035 8606.9775 -7816.4639 8607.1143 -7816.1685 8607.0586 C +-7816.2041 8607.4336 -7816.5859 8607.3594 -7816.7646 8607.5752 C +-7816.3755 8607.8174 -7816.7715 8608.0117 -7816.6729 8608.374 C +-7816.2383 8608.4111 -7816.0449 8607.9248 -7815.5791 8608.0234 C +-7815.6025 8608.1309 -7815.5947 8608.2959 -7815.5342 8608.4248 C +-7814.9746 8608.1885 -7814.0254 8607.8408 -7813.4795 8608.1602 C +-7812.9531 8608.3018 -7812.5625 8608.125 -7811.9844 8607.958 C +-7810.0811 8608.1514 -7808.0977 8607.7666 -7806.0508 8608.1182 C +-7805.7607 8607.3896 L +-7805.6621 8607.751 -7805.2744 8607.3896 -7805.3325 8607.8613 C +-7805.4434 8607.7705 -7805.5508 8607.8467 -7805.6846 8607.8545 C +-7805.2471 8608.4922 -7804.5234 8607.8018 -7803.9985 8608.0313 C +-7804.0586 8607.9023 -7804.1445 8607.2686 -7803.9863 8607.1563 C +-7804.0273 8607.9658 -7803.3652 8607.1426 -7803.2109 8608.0723 C +-7802.6865 8608.3018 -7803.1914 8607.3643 -7802.6445 8607.4941 C +-7802.5869 8607.0166 -7803.1689 8607.2627 -7803.2676 8606.9023 C +-7803.0967 8606.5166 -7802.7725 8607.0635 -7802.7979 8606.5635 C +-7803.6758 8606.3271 -7805.3037 8607.3213 -7806.6455 8607.5898 C +-7806.5039 8607.1426 L +-7807.1904 8607.4639 -7808.3008 8607.4795 -7808.8496 8606.748 C +-7808.7207 8607.1758 -7809.8623 8606.5205 -7809.7598 8607.4893 C +-7809.9336 8607.2666 -7809.9863 8607.3037 -7810.2334 8607.2197 C +-7810.3008 8607.5273 L +-7810.6523 8607.5205 -7810.5957 8607.0479 -7810.9985 8607.0762 C +-7810.7354 8607.4941 -7811.0283 8607.6162 -7811.1455 8607.9619 C +-7811.6074 8607.4971 -7812.1455 8607.0889 -7812.5576 8606.7109 C +-7812.5254 8606.8438 -7812.4873 8606.9971 -7812.3467 8607.1777 C +-7812.6265 8607.0303 -7812.5781 8607.4307 -7812.6523 8607.5703 C +-7812.9209 8607.5898 -7812.8936 8607.0518 -7812.8809 8606.7822 C +-7813.3755 8606.6162 -7813.5967 8607.6416 -7813.9668 8607.2988 C +-7813.8354 8607.7266 L +-7814.3457 8607.832 -7814.7725 8607.3594 -7815.3354 8607.5029 C +-7815.6064 8606.917 -7814.8735 8606.9971 -7814.6406 8606.7432 C +-7814.7549 8606.6201 -7814.9971 8606.5889 -7815.0732 8606.3936 C +-7815.3145 8606.6914 -7815.7168 8607.1025 -7816.0156 8607.3857 C +-7815.7314 8606.7002 -7816.4453 8606.7393 -7816.6387 8606.6943 C +f +-7815.0732 8606.3936 m +-7815.0049 8606.3047 -7814.9463 8606.2256 -7814.9121 8606.1602 C +-7814.9668 8606.1982 -7815.0176 8606.2354 -7815.0996 8606.207 C +-7815.1074 8606.2832 -7815.0957 8606.3418 -7815.0732 8606.3936 C +f +-7816.6387 8606.6943 m +-7816.6406 8606.6719 -7816.6494 8606.6533 -7816.6504 8606.6279 C +-7816.7061 8606.667 -7816.6875 8606.6826 -7816.6387 8606.6943 C +f +-7813.4063 8608.1982 m +-7813.4277 8608.1826 -7813.4561 8608.1768 -7813.4795 8608.1602 C +-7813.5117 8608.1514 -7813.5391 8608.1553 -7813.5713 8608.1426 C +-7813.4063 8608.1982 L +f +-7812.9863 8606.251 m +-7812.8774 8606.3994 -7812.7275 8606.5537 -7812.5576 8606.7109 C +-7812.6045 8606.5156 -7812.6445 8606.3643 -7812.9863 8606.251 C +f +-7809.5547 8606.7324 m +-7809.4492 8606.6572 -7809.5098 8606.5273 -7809.4355 8606.3896 C +-7809.6533 8606.3711 -7809.7266 8606.5098 -7809.5547 8606.7324 C +f +-7815.6904 8606.2832 m +-7816.1182 8606.417 L +-7816.2754 8606.5303 L +-7815.6904 8606.2832 L +f +-7824.3506 8608.5146 m +-7823.9736 8609.0254 -7823.4199 8608.7139 -7822.9551 8608.8135 C +-7822.1035 8608.5479 -7822.8477 8607.6943 -7822.0391 8607.6338 C +-7822.1777 8608.6875 L +-7821.3701 8608.625 -7820.2217 8608.8438 -7819.5361 8607.9189 C +-7819.4746 8608.0479 -7819.3325 8608.2061 -7819.5425 8608.3584 C +-7819.0029 8608.3135 -7819.2627 8606.8555 -7818.5425 8607.2061 C +-7819.2158 8607.8594 -7818.3223 8607.8271 -7818.5068 8608.4795 C +-7818.6123 8608.5557 L +-7818.1553 8608.4873 -7817.5508 8608.1377 -7817.25 8608.1846 C +-7817.2373 8607.915 -7817.5 8607.4971 -7817.0967 8607.4658 C +-7817.2598 8607.4111 -7817.1943 8607.1055 -7817.1797 8606.833 C +-7817.5986 8607.1338 -7817.8252 8606.9502 -7818.0781 8607.3047 C +-7818.3115 8606.9521 -7817.9209 8607.1914 -7818.1543 8606.8398 C +-7818.4902 8607.1689 L +-7818.7363 8607.085 -7818.2354 8606.8105 -7818.6201 8606.7393 C +-7818.6641 8606.9463 -7818.9756 8607.1689 -7819.2773 8607.124 C +-7819.1904 8607.0029 L +-7819.4209 8607.1426 -7819.7461 8606.9658 -7819.6348 8607.5557 C +-7819.9063 8606.9717 L +-7819.8594 8607.3711 L +-7820.4893 8607.2139 -7820.7266 8606.2578 -7821.5415 8606.7568 C +-7821.3457 8606.877 -7821.5244 8607.0928 -7821.6289 8607.1689 C +-7821.2891 8607.4434 -7821.2109 8606.8662 -7820.8887 8606.8105 C +-7820.8408 8607.209 -7821.3877 8607.6875 -7820.9971 8607.9258 C +-7821.4248 8607.4541 -7821.8066 8607.9873 -7821.9893 8606.9922 C +-7822.5049 8606.9307 -7822.7012 8607.4189 -7823.2256 8607.1846 C +-7823.21 8607.0381 L +-7823.3066 8607.6943 -7823.6367 8606.7393 -7824.0254 8607.415 C +-7823.7485 8607.5615 L +-7823.7617 8607.832 -7823.8955 8607.8408 -7824.0835 8607.8896 C +-7824.0625 8607.7861 -7824.0625 8607.7861 -7824.1235 8607.6553 C +-7824.1797 8608.1318 -7824.7715 8608.209 -7824.8457 8608.3506 C +-7824.5967 8608.4326 -7824.2925 8608.0391 -7824.0015 8607.917 C +-7824.1494 8608.1963 -7824.1045 8608.5977 -7824.3506 8608.5146 C +f +-7819.0234 8606.7725 m +-7819.1904 8607.0029 L +-7819.1221 8606.9619 -7819.0605 8606.8955 -7819.0234 8606.7725 C +f +-7826.6914 8607.6787 m +-7827.0215 8607.5723 -7826.6025 8607.2705 -7826.9111 8607.0586 C +-7827.2461 8607.3896 -7826.5264 8607.7373 -7826.8545 8608.2314 C +-7827.0566 8607.9434 -7827.3848 8608.4395 -7827.5195 8608.4502 C +-7827.3711 8608.168 -7827.4575 8607.5361 -7827.5166 8607.4072 C +-7827.6436 8607.585 -7827.9287 8607.2705 -7828.1465 8607.251 C +-7827.6133 8607.6494 -7828.5947 8607.4893 -7828.1133 8607.9209 C +-7828.1484 8608.293 -7828.6514 8608.5693 -7828.8545 8608.2822 C +-7828.8398 8608.0098 -7828.6748 8608.0664 -7828.5391 8608.0557 C +-7828.4297 8607.5439 -7828.8779 8607.7793 -7828.9541 8607.3125 C +-7829.4619 8608.0234 -7831.0879 8607.9746 -7830.6265 8609.1182 C +-7830.4521 8609.3408 -7830.3037 8609.0615 -7830.1152 8609.0146 C +-7830.6436 8608.7861 -7830.1191 8608.4082 -7830.0742 8608.2041 C +-7829.8496 8608.3877 -7829.4619 8608.0234 -7829.5508 8608.4336 C +-7829.9082 8608.8613 L +-7828.7627 8609.0791 -7827.1953 8609 -7825.8774 8608.8301 C +-7826.4473 8608.8076 L +-7826.3809 8608.4971 -7826.1113 8608.4775 -7825.9023 8608.3291 C +-7826.1807 8607.5752 L +-7826.0166 8607.6318 -7825.8594 8607.5186 -7825.8735 8607.7881 C +-7825.6729 8607.4697 -7825.7646 8607.2754 -7825.8848 8607.0166 C +-7825.4595 8606.8828 -7825.3896 8607.1787 -7825.0615 8606.6855 C +-7825.7686 8606.0654 -7825.6592 8607.1992 -7826.4688 8606.6553 C +-7826.6914 8607.6787 L +f +-7825.1426 8607.2646 m +-7825.3125 8607.6455 L +-7825.0508 8607.459 L +-7825.1426 8607.2646 L +f +-7825.4121 8608.9287 m +-7825.4209 8608.7627 -7825.3164 8608.6875 -7825.3252 8608.5225 C +-7825.6553 8608.4111 -7825.6162 8608.6426 -7825.4121 8608.9287 C +f +-7829.3906 8607.2803 m +-7829.8164 8607.4111 L +-7829.5391 8607.5576 L +-7829.5459 8607.3896 -7829.4434 8607.3174 -7829.3906 8607.2803 C +f +-7832.3779 8609.249 m +-7831.7861 8609.1738 -7831.5342 8608.8174 -7830.8662 8609.2041 C +-7830.5381 8608.709 -7831.0186 8608.2754 -7830.8779 8607.8271 C +-7831.21 8607.7178 -7831.1685 8608.5557 -7831.5127 8608.7158 C +-7831.6396 8608.291 -7832.0146 8608.8096 -7832.3428 8608.709 C +-7832.3027 8608.8877 -7832.3027 8609.0869 -7832.3779 8609.249 C +f +-7834.4131 8607.6162 m +-7834.6836 8607.6123 -7834.9561 8607.9434 -7835.1699 8607.7402 C +-7835.1396 8607.4717 -7834.9785 8607.374 -7834.8154 8607.4434 C +-7834.9209 8606.8379 -7835.1143 8607.5391 -7835.4063 8607.1338 C +-7835.3809 8607.1992 -7835.2754 8607.3037 -7835.3574 8607.4336 C +-7836.0835 8607.292 -7835.7656 8607.9326 -7836.7095 8607.5869 C +-7836.8457 8607.751 -7836.9805 8607.749 -7836.9575 8608.1514 C +-7837.4932 8607.6416 -7837.2227 8607.6455 -7837.8662 8607.1992 C +-7837.8418 8607.4346 -7837.6299 8607.9746 -7837.6348 8608.4795 C +-7838.5449 8607.7705 -7838.5645 8608.5791 -7839.1455 8608.0479 C +-7839.0801 8608.0205 -7839.0029 8607.8936 -7838.8457 8607.9609 C +-7838.9209 8607.2539 -7839.3335 8608.0869 -7839.6563 8607.9502 C +-7839.6245 8607.3467 L +-7839.9229 8607.4434 -7840.4375 8607.8379 -7840.8125 8607.3965 C +-7840.7275 8607.0938 L +-7841.4893 8607.5557 -7842.3799 8607.3418 -7843.0283 8607.5693 C +-7843.3779 8607.1943 L +-7844.2725 8607.6533 -7842.4893 8607.4082 -7843.1436 8608.3047 C +-7843.2422 8607.1963 -7843.6055 8608.668 -7844.1152 8608.2256 C +-7844.3555 8607.7861 -7843.5996 8607.9971 -7843.8662 8607.4912 C +-7843.9785 8608.0586 -7844.1377 8607.6533 -7844.4082 8607.8193 C +-7844.3496 8607.2822 -7844.9756 8607.7451 -7844.8076 8607.1416 C +-7845.7617 8608.1367 L +-7845.9155 8607.832 -7846.1924 8607.8838 -7846.3965 8607.9609 C +-7845.8809 8607.9658 -7846.5381 8608.7598 -7845.96 8609.0059 C +-7845.1182 8608.749 -7843.7129 8608.5674 -7842.6621 8608.8486 C +-7842.5469 8608.1123 -7841.9873 8608.8584 -7841.8193 8608.2568 C +-7841.7949 8608.4912 -7841.7158 8608.6943 -7841.6904 8608.9287 C +-7841.0127 8608.7705 -7841.8496 8608.5254 -7841.6846 8608.2568 C +-7841.3877 8608.1592 -7841.1484 8608.6016 -7841.1758 8608.8682 C +-7840.6904 8608.9082 -7841.1221 8608.668 -7840.8745 8608.2686 C +-7840.5576 8609.0791 L +-7839.0425 8608.8301 -7837.0381 8608.2861 -7835.3145 8608.7451 C +-7835.4453 8608.2383 L +-7834.6631 8608.5186 -7834.1377 8607.1143 -7833.4453 8608.1992 C +-7833.2095 8607.7637 L +-7833.3379 8608.0117 -7833.0742 8608.5254 -7833.2783 8608.8682 C +-7833.0664 8608.6982 -7832.8398 8608.8896 -7832.6201 8608.7324 C +-7833.0098 8608.4912 L +-7832.7373 8608.0615 -7832.4365 8608.3271 -7832.3447 8608.7041 C +-7831.7617 8608.1904 -7832.6914 8607.8271 -7832.8203 8607.3994 C +-7833.6406 8608.3389 -7833.6465 8606.4854 -7834.4346 8606.877 C +-7834.9229 8607.1729 -7834.3828 8607.3486 -7834.4131 8607.6162 C +f +-7833.3975 8609.0039 m +-7833.3477 8608.9639 -7833.3086 8608.917 -7833.2783 8608.8682 C +-7833.3203 8608.8994 -7833.3594 8608.9424 -7833.3975 8609.0039 C +f +-7846.3965 8607.9609 m +-7846.4575 8607.958 -7846.5293 8607.9658 -7846.6255 8607.9883 C +-7846.7031 8608.1162 -7846.5791 8608.0273 -7846.3965 8607.9609 C +f +-7832.3428 8608.709 m +-7832.3428 8608.708 -7832.3447 8608.7041 V +-7832.3457 8608.708 -7832.3477 8608.709 -7832.3506 8608.709 C +-7832.3477 8608.709 -7832.3447 8608.709 -7832.3428 8608.709 C +f +-7831.9512 8607.4697 m +-7832.1699 8607.4521 L +-7832.1318 8607.6846 L +-7831.9512 8607.4697 L +f +-7848.6992 8607.3242 m +-7848.7012 8607.5898 L +-7848.6816 8607.5078 -7848.6729 8607.4209 -7848.6992 8607.3242 C +f +-7854.9385 8607.1641 m +-7854.8027 8607.1777 L +-7854.8457 8607.1338 -7854.8936 8607.1426 -7854.9385 8607.1641 C +f +-7869.9072 8607.7148 m +-7870.3145 8607.877 -7870.8564 8608.0371 -7871.1572 8608.4697 C +-7871.1279 8608.2021 L +-7871.3447 8608.333 -7872.0508 8608.7598 -7871.5957 8609.2354 C +-7871.4854 8609.0029 L +-7870.9697 8608.6064 -7871.1104 8609.4434 -7870.7075 8609.6162 C +-7870.2217 8609.4902 -7869.9424 8608.4873 -7869.5117 8608.7256 C +-7869.3232 8608.6943 -7869.3525 8608.9639 -7869.4082 8609.165 C +-7868.9756 8609.2383 -7868.8066 8608.4688 -7868.5098 8608.3711 C +-7868.3906 8610.3838 -7867.1816 8607.8174 -7866.5425 8609.1016 C +-7866.1377 8608.9404 -7865.5967 8609.1143 -7865.0811 8608.7178 C +-7865.3555 8609.2197 -7864.5957 8608.7598 -7864.7085 8609.3271 C +-7864.5625 8608.1553 -7863.2256 8609.8525 -7863.1338 8608.374 C +-7862.4346 8608.7881 -7863.1055 8608.2754 -7862.2979 8608.623 C +-7862.2998 8608.7881 -7862.4346 8608.7881 -7862.4883 8608.8193 C +-7862.1685 8609.125 -7861.9971 8608.1885 -7861.7324 8608.8613 C +-7861.0859 8608.9736 -7861.6235 8608.4639 -7861.2393 8608.0664 C +-7860.5664 8608.2412 -7860.7559 8608.4395 -7860.3838 8609.0498 C +-7860.3232 8608.3467 -7859.9229 8608.6846 -7859.5938 8608.3213 C +-7859.6758 8608.2881 -7860.1338 8608.1475 -7859.8335 8607.8818 C +-7859.0518 8607.9922 -7859.2085 8607.4189 -7858.4766 8607.2295 C +-7858.1064 8608.0059 -7859.2061 8607.251 -7858.5635 8607.8662 C +-7859.0264 8608.2266 -7859.3774 8608.1904 -7859.6255 8608.7578 C +-7859.0039 8608.7998 -7858.2471 8608.6758 -7857.5684 8608.3486 C +-7857.1914 8608.4541 -7857.7607 8608.7158 -7857.4648 8608.7881 C +-7856.7915 8609.1299 -7856.4307 8607.9951 -7855.8936 8608.3389 C +-7856.0049 8608.7383 L +-7855.6777 8608.2061 -7854.8174 8608.8555 -7854.1934 8608.5615 C +-7854.2734 8608.3584 -7854.3252 8608.2236 -7854.2432 8608.0908 C +-7854.2529 8609.0986 -7853.3755 8607.5664 -7852.7598 8608.2783 C +-7852.8086 8607.6396 -7852.2109 8607.2803 -7851.8325 8607.2139 C +-7851.6992 8607.3896 -7851.7275 8607.6533 -7851.7295 8607.8203 C +-7852.3486 8607.4463 -7852.3291 8608.5186 -7852.8193 8608.8135 C +-7852.4111 8608.4834 -7851.7373 8608.8281 -7851.3818 8608.3633 C +-7851.5215 8608.8643 L +-7850.9561 8608.9404 -7851.0264 8607.7314 -7850.4355 8608.209 C +-7850.4941 8608.5752 L +-7849.3047 8608.5254 -7847.9063 8609.1826 -7846.9531 8608.3584 C +-7846.8701 8608.0537 -7847.3506 8607.3418 -7847.3755 8607.1084 C +-7847.9443 8607.3682 -7848.2725 8607.9023 -7848.7075 8608.167 C +-7848.7012 8607.5898 L +-7848.7998 8607.9854 -7849.3223 8608.2178 -7849.0332 8608.5273 C +-7849.3877 8608.8242 -7849.3018 8608.0225 -7849.7085 8608.3525 C +-7849.6748 8607.749 -7849.4326 8607.6846 -7849.4287 8607.1826 C +-7849.7832 8607.4795 L +-7849.6709 8607.2451 -7849.9951 8607.2754 -7849.8867 8607.041 C +-7850.5425 8607.7705 -7850.8008 8606.7607 -7851.4795 8607.0869 C +-7851.1025 8607.1914 L +-7851.1055 8607.5273 -7851.3213 8607.4941 -7851.4844 8607.5898 C +-7851.6689 8607.1201 -7851.7793 8607.1846 -7852.1274 8606.9775 C +-7852.4268 8607.2422 -7852.5938 8607.8418 -7852.9995 8607.8379 C +-7852.9131 8607.2031 -7853.6729 8607.4941 -7853.7485 8606.958 C +-7853.8354 8607.5898 -7854.5332 8607.1826 -7854.5898 8607.5498 C +-7854.8066 8607.6787 -7855.1035 8607.6094 -7855.1016 8607.2734 C +-7855.0703 8607.2539 -7855.0059 8607.1914 -7854.9385 8607.1641 C +-7855.1543 8607.1396 L +-7855.1338 8607.0674 -7855.1416 8607.0127 -7855.1162 8607 C +-7855.3086 8606.9854 -7855.3105 8607.4473 -7855.5605 8607.1338 C +-7855.5586 8606.9658 -7855.4229 8606.9658 -7855.3125 8606.9023 C +-7855.8271 8606.793 -7856.2129 8607.8643 -7856.6406 8607.2881 C +-7856.7256 8607.5869 -7857.3193 8607.6123 -7857.1914 8608.2861 C +-7857.3516 8608.0498 -7857.29 8607.5146 -7857.7236 8607.6074 C +-7857.9727 8608.1768 -7858.2075 8607.3994 -7858.5371 8607.7637 C +-7858.0996 8607.1689 -7858.5352 8607.5986 -7858.1523 8607.0303 C +-7858.4473 8606.793 -7858.8857 8607.5586 -7859.3984 8607.4502 C +-7859.4512 8607.3174 -7859.4492 8607.1494 -7859.5024 8607.0146 C +-7859.6934 8607.2139 -7859.9131 8607.6787 -7860.0986 8607.207 C +-7860.0752 8607.6094 L +-7860.4238 8607.4043 -7860.9111 8607.5313 -7861.2861 8607.0889 C +-7861.7246 8607.8555 L +-7862.3115 8607.0439 -7863.1016 8607.7705 -7863.5664 8608.4697 C +-7863.7822 8608.4336 -7864.1045 8608.2959 -7864.1035 8608.125 C +-7864.0537 8608.0664 -7863.9688 8607.9502 -7863.8701 8607.8467 C +-7864.1865 8607.8174 -7864.5732 8607.3799 -7864.7524 8608.0205 C +-7865.0771 8608.2139 -7864.9902 8607.5801 -7865.2324 8607.4746 C +-7865.8896 8608.374 -7867.1729 8606.8105 -7867.3721 8608.1846 C +-7867.1035 8608.1885 -7866.5928 8608.4639 -7866.0791 8608.4033 C +-7866.2148 8608.5693 -7866.1084 8608.8379 -7866.2988 8608.8682 C +-7866.8125 8608.9307 -7867.0771 8608.4248 -7867.5918 8608.6514 C +-7867.5313 8607.7793 L +-7868.4141 8606.8955 -7869.2168 8608.9648 -7869.9072 8607.7148 C +f +-7863.3174 8607.7354 m +-7863.6914 8607.293 L +-7863.6523 8607.6689 L +-7863.5371 8607.6074 -7863.4199 8607.6064 -7863.3174 8607.7354 C +f +-7863.6523 8607.6689 m +-7863.7285 8607.707 -7863.8018 8607.7744 -7863.8701 8607.8467 C +-7863.7881 8607.8545 -7863.7095 8607.8379 -7863.6416 8607.7637 C +-7863.6523 8607.6689 L +f +-7871.3945 8607.8643 m +-7871.4766 8607.8291 -7871.6377 8607.7578 -7871.7998 8607.8555 C +-7871.6934 8607.9609 -7871.4775 8607.9971 -7871.3945 8607.8643 C +f +-7871.8281 8608.125 m +-7871.6416 8608.2627 L +-7871.6143 8608.1602 L +-7871.8281 8608.125 L +f +-7882.7485 8608.8857 m +-7883.3477 8609.415 L +-7883.4531 8609.1455 -7884.1318 8609.4707 -7883.9121 8609.0059 C +-7884.2686 8609.6377 -7885.0449 8609.0225 -7884.7559 8609.9346 C +-7882.9995 8609.6221 -7880.5732 8610.1563 -7878.5381 8609.3447 C +-7878.8643 8609.709 L +-7877.8066 8608.9854 -7877.4155 8610.5029 -7876.5645 8609.0703 C +-7876.6787 8609.8057 L +-7876.1943 8610.0146 -7875.7515 8608.7451 -7875.2461 8609.5225 C +-7875.2949 8609.2217 L +-7875.1611 8609.2217 -7875.1084 8609.3564 -7874.9727 8609.3594 C +-7875.0264 8609.2246 L +-7874.6738 8608.9258 -7874.4561 8608.9639 -7874.1074 8609.1689 C +-7874.0835 8609.4033 -7874.2705 8609.2666 -7874.3789 8609.3311 C +-7874.2188 8609.5703 -7873.9443 8609.0703 -7873.6729 8609.0732 C +-7873.46 8609.2803 -7873.6758 8609.4111 -7873.7051 8609.5127 C +-7872.8906 8609.1846 -7872.5205 8609.9619 -7871.9443 8608.8613 C +-7871.8887 8608.6602 -7872.1553 8608.4893 -7871.8584 8608.3916 C +-7872.3965 8608.0498 -7872.8311 8608.4834 -7873.3213 8608.7803 C +-7873.1855 8608.7803 L +-7873.5742 8609.8486 -7873.4805 8608.5391 -7874.1055 8609.001 C +-7873.9404 8608.5674 -7873.6689 8608.5723 -7873.5605 8608.3389 C +-7874.2813 8607.5225 -7874.5918 8608.9609 -7875.0684 8607.915 C +-7875.0156 8607.8818 L +-7875.1221 8607.7793 -7875.3135 8607.9775 -7875.4766 8608.0762 C +-7875.4229 8608.2119 -7875.2617 8608.2822 -7875.1533 8608.3838 C +-7875.3184 8608.4834 -7875.4023 8608.9502 -7875.4575 8609.1514 C +-7875.6426 8608.6787 -7875.7031 8609.3799 -7875.9971 8609.1426 C +-7876.1016 8608.708 -7875.7515 8608.7451 -7875.6416 8608.5098 C +-7875.9951 8608.8076 L +-7876.3193 8608.8379 -7876.3145 8608.333 -7876.4746 8608.0967 C +-7876.7495 8608.4287 -7876.3145 8608.333 -7876.5361 8608.7998 C +-7876.8818 8608.2578 -7878.3682 8608.4082 -7879.0742 8608.833 C +-7878.8311 8608.7705 -7878.9883 8608.3662 -7878.6934 8608.4365 C +-7878.7998 8608.3359 -7879.1797 8608.5645 -7879.1826 8608.8994 C +-7879.6719 8609.1963 -7880.2925 8608.9854 -7880.7485 8608.6787 C +-7880.6162 8609.0146 L +-7880.9995 8609.582 -7881.5845 8608.5986 -7882.2627 8608.9258 C +-7882.2485 8608.9336 L +-7882.4668 8609.0059 -7882.6533 8609.8242 -7883.0527 8609.6553 C +-7882.9414 8609.2539 -7882.7266 8609.2881 -7882.7485 8608.8857 C +f +-7885.1328 8609.6602 m +-7884.9121 8609.1934 L +-7885.1553 8609.0898 -7885.4585 8609.6875 -7885.4063 8609.9922 C +-7885.2422 8609.8926 -7885.0283 8610.0986 -7884.9995 8609.8301 C +-7885.0264 8609.7627 -7885.0234 8609.5957 -7885.1328 8609.6602 C +f +-7889.6719 8609.7354 m +-7889.7607 8609.8418 -7889.7363 8610.0186 -7889.7744 8610.1494 C +-7888.8135 8610.0908 -7887.6279 8609.9033 -7887.2451 8610.2695 C +-7886.9219 8610.4082 -7886.8623 8609.7051 -7886.4551 8609.54 C +-7886.2715 8610.0146 L +-7886.0518 8609.7158 -7885.3799 8610.2266 -7885.6182 8609.4521 C +-7885.6426 8609.3848 -7885.8096 8609.8193 -7885.9971 8609.6826 C +-7885.9668 8609.415 L +-7886.4004 8609.5068 L +-7886.2617 8609.1738 L +-7886.8535 8608.6982 -7886.6768 8610.1768 -7887.4033 8609.8662 C +-7887.3984 8609.1934 L +-7887.8838 8609.1553 -7888.1289 8609.3848 -7888.5566 8608.9746 C +-7888.5605 8609.3135 -7888.4775 8609.1787 V +-7888.3975 8609.2158 -7888.2935 8609.4854 -7888.3486 8609.6846 C +-7889.0825 8610.209 -7888.2344 8609.2842 -7888.7471 8609.0088 C +-7889.3721 8609.4697 -7890.5645 8609.8555 -7890.9102 8609.3154 C +-7890.6162 8609.7217 -7891.0527 8610.1514 -7891.4033 8610.1143 C +-7891.5635 8609.877 -7891.2925 8609.7139 -7891.2354 8609.5127 C +-7891.3984 8609.4424 -7891.5313 8609.2715 -7891.6934 8609.3721 C +-7891.4824 8609.7432 -7891.6211 8610.2451 -7892 8610.4736 C +-7891.1675 8610.8896 -7890.5078 8609.6572 -7889.6719 8609.7354 C +f +-7889.9189 8610.3018 m +-7889.8335 8610.2803 -7889.7949 8610.2197 -7889.7744 8610.1494 C +-7889.8877 8610.1563 -7890.0015 8610.1631 -7890.1074 8610.165 C +-7889.9189 8610.3018 L +f +U +U +U +U +%AI8_EndBrushPattern +%AI5_End_NonPrinting-- +%AI5_Begin_NonPrinting +Np +%AI8_BeginPluginObject +(Adobe Brush Manager Order) +(Adobe Brush Manager Order) +( Adobe Calligraphic Brush Tool/ 10 pt Round/ Adobe Calligraphic Brush ) - +(Tool/ 15 pt Oval/ Adobe Calligraphic Brush Tool/ 20 pt Flat/ Adobe Cal) - +(ligraphic Brush Tool/ 3 pt Round/ Adobe Calligraphic Brush Tool/ 30 pt) - +( Oval/ Adobe Calligraphic Brush Tool/ 6 pt Flat / Adobe ArtOnPath Brus) - +(h Tool/ Chalk Scribble/ Adobe ArtOnPath Brush Tool/ Dry Ink/ Adobe Art) - +(OnPath Brush Tool/ Fude/ Adobe ArtOnPath Brush Tool/ Fude 1/ Adobe Art) - +(OnPath Brush Tool/ Rough Charcoal/ Adobe ArtOnPath Brush Tool/ Thick P) - +(encil/ Adobe ArtOnPath Brush Tool/ Watercolor Stroke/) . +%AI8_EndPluginObject +%AI5_End_NonPrinting-- +%AI5_Begin_NonPrinting +Np +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(10 pt Round) +(1 10 10 100 100 0 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(15 pt Oval) +(1 15 15 50 50 60 60 0 1 1 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(20 pt Flat) +(1 20 20 0 0 45 45 0 1 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(3 pt Round) +(1 1 5 100 100 80 120 2 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(30 pt Oval) +(1 20 40 20 70 15 15 1 1 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(6 pt Flat ) +(1 4 8 10 10 -120 -120 2 0 0 0) . +%AI8_EndPluginObject +%AI5_End_NonPrinting-- +%AI5_Begin_NonPrinting +Np +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Chalk Scribble) +(1 / Unnamed 1/ / / / / 0 1 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Dry Ink) +(1 / Unnamed 16/ / / / / 0 0.603922 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Fude) +(1 / Unnamed 6/ / / / / 0 1 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Fude 1) +(1 / Unnamed 6/ / / / / 0 1 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Rough Charcoal) +(1 / Unnamed 13/ / / / / 0 1 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Thick Pencil) +(1 / Unnamed Brush Pattern 4/ / / / / 0 1 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Watercolor Stroke) +(1 / Unnamed 8/ / / / / 0 0.423529 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI5_End_NonPrinting-- +%AI5_BeginPalette +0 0 Pb +0.7765 0.6784 0.5843 0.9451 ([Registration]) 0 Xs +([Registration]) Pc +0 0 0 0 1 1 1 Xa +(White) Pc +0.7765 0.6784 0.5843 0.9451 0 0 0 Xa +(Black) Pc +0.0196 0.9412 1 0.0902 0.5922 0.0588 0 Xa +(Crimson) Pc +0 0.9098 1 0 0.7294 0 0 Xa +(Moroccan Rust) Pc +0 0.9529 0.4627 0 0.8941 0.1059 0.3569 Xa +(Magenta) Pc +0 0.8196 1 0 1 0.102 0 Xa +(Va Va Va Voom Red) Pc +0 0.4627 1 0 1 0.6 0 Xa +(Orange) Pc +0 0.1451 0.7451 0 0.9961 0.8706 0.3451 Xa +(Custard) Pc +0.0039 0 0.8549 0 1 1 0.2431 Xa +(Canary Yellow) Pc +0.3333 0 0.9059 0 0.8 1 0.2588 Xa +(Cuban Lime) Pc +0.4157 0.0196 0.5412 0 0.6392 0.7647 0.502 Xa +(Dried Sage) Pc +0.6392 0 1 0 0.451 0.7451 0.1176 Xa +(Calypso Green) Pc +0.8 0 1 0 0 1 0 Xa +(Springfield Green) Pc +0.9922 0 0.9059 0 0.0039 0.6784 0.3059 Xa +(Christmas Green) Pc +1 0.0784 0.5843 0.3765 0 0.3294 0.2784 Xa +(Pine) Pc +0.5137 0 0.102 0 0.5412 0.8588 1 Xa +(Sky Blue) Pc +0.9686 0 0.2706 0 0 0.6275 0.7765 Xa +(Aegean Sea) Pc +1 0.0275 0.0549 0.0863 0.0078 0.4784 0.7333 Xa +(Denim) Pc +0.9137 0.6157 0 0 0.0392 0.3137 1 Xa +(St. Petersburg Blue) Pc +0.5412 0.3647 0 0 0.502 0.5529 1 Xa +(Periwinkle) Pc +0.2235 0.1608 0 0 0.8 0.8 1 Xa +(Maltese Lilac) Pc +0.451 0.8275 0 0 0.7294 0 1 Xa +(Passionate Purple) Pc +0.102 0.6118 0 0 1 0.4 1 Xa +(Shocking Pink) Pc +0.0471 0.3686 0 0 0.9843 0.6824 1 Xa +(Bubble Gum Pink) Pc +0 0.3059 0.4275 0 0.9059 0.7255 0.5412 Xa +(Bisque) Pc +0.1294 0.4941 0.5294 0.1098 0.6627 0.4667 0.3647 Xa +(Cafe Con Leche) Pc +0.2078 0.502 0.5882 0.2314 0.5412 0.3922 0.2902 Xa +(Malt) Pc +0.251 0.5765 0.8588 0.4941 0.3529 0.2392 0.1059 Xa +(Mocha) Pc +Bb +2 (White, Black) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(White, Black) Pc +Bb +2 (Steel Cylinder) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(Steel Cylinder) Pc +Bb +2 (Rainbow) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(Rainbow) Pc +Bb +2 (Sensual Red) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(Sensual Red) Pc +Bb +2 (Midday Sky) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(Midday Sky) Pc +Bb +2 (Desert Horizon) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(Desert Horizon) Pc +Bb +0 0 0 0 Bh +2 (White, Black Radial) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(White, Black Radial) Pc +Bb +0 0 0 0 Bh +2 (New Leaf) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(New Leaf) Pc +Bb +0 0 0 0 Bh +2 (Vega Blue) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(Vega Blue) Pc +Bb +0 0 0 0 Bh +2 (Predator Eye) 0 0 0 1 1 0 0 1 0 0 Bg +0 BB +(Predator Eye) Pc +(Area Rug) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Area Rug) Pc +(Capri Stripes) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Capri Stripes) Pc +(Chinese Tiles) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Chinese Tiles) Pc +(Jaguar) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Jaguar) Pc +(Mali) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Mali) Pc +(Optical Squares) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Optical Squares) Pc +(Spiral) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Spiral) Pc +(Turtle) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Turtle) Pc +0.7765 0.6784 0.5843 0.9451 0 0 0 (Global Black) 0 1 Xk +(Global Black) Pc +0 0.9098 1 0 0.7294 0 0 (Global Rust) 0 1 Xk +(Global Rust) Pc +PB +%AI5_EndPalette +%%EndSetup +%AI5_BeginLayer +1 1 1 1 0 0 1 0 79 128 255 0 50 Lb +(Layer 1) Ln +0 A +300 Ar +0 O +1 g +0 J 0 j 1 w 4 M []0 d 0 XR +144.9595 124.9473 m +144.9595 272.251 l +F +144.9595 124.9473 m +144.9595 272.251 l +144.9595 124.9473 l +F +144.9595 124.9473 m +299.9336 124.9473 l +F +144.9595 124.9473 m +299.9336 124.9473 l +144.9595 124.9473 l +F +151.9878 254.1055 m +155.3755 254.1055 l +153.6816 251.9717 l +F +169.2632 199.4541 m +172.6509 199.4541 l +170.957 197.3203 l +F +177.7314 181.0947 m +181.1191 181.0947 l +179.4253 178.9609 l +F +229.2207 142.668 m +230.915 144.8027 l +232.6084 142.668 l +F +263.7729 143.5215 m +265.4673 145.6563 l +267.1606 143.5215 l +F +0 R +0 G +0.35 w 144.9595 124.9541 m +144.9595 272.2568 l +S +144.9595 124.9541 m +142.6382 124.9541 l +S +144.9595 143.3672 m +142.6382 143.3672 l +S +144.9595 161.7803 m +142.6382 161.7803 l +S +144.9595 180.1924 m +142.6382 180.1924 l +S +144.9595 198.6084 m +142.6382 198.6084 l +S +144.9595 217.0215 m +142.6382 217.0215 l +S +144.9595 235.4355 m +142.6382 235.4355 l +S +144.9595 253.8486 m +142.6382 253.8486 l +S +144.9595 272.2627 m +142.6382 272.2627 l +S +144.9595 134.1641 m +143.5659 134.1641 l +S +144.9595 152.5771 m +143.5659 152.5771 l +S +144.9595 170.9912 m +143.5659 170.9912 l +S +144.9595 189.4043 m +143.5659 189.4043 l +S +144.9595 207.8184 m +143.5659 207.8184 l +S +144.9595 226.2314 m +143.5659 226.2314 l +S +144.9595 244.6455 m +143.5659 244.6455 l +S +144.9595 263.0586 m +143.5659 263.0586 l +S +*u +0 O +0 g +1 w 135.4443 125.5371 m +135.4443 125.8848 135.4805 126.1641 135.5508 126.375 c +135.6211 126.5859 135.7256 126.749 135.8662 126.8643 c +136.0059 126.9795 136.1807 127.0361 136.3931 127.0361 c +136.5488 127.0361 136.6865 127.0029 136.8037 126.9424 c +136.9224 126.8789 137.019 126.7871 137.0957 126.668 c +137.1724 126.5469 137.2334 126.4014 137.2754 126.2295 c +137.3193 126.0605 137.3413 125.8291 137.3413 125.5371 c +137.3413 125.1934 137.3066 124.916 137.2363 124.7041 c +137.166 124.4902 137.061 124.3271 136.9224 124.2129 c +136.7817 124.0967 136.6064 124.04 136.3931 124.04 c +136.1118 124.04 135.8926 124.1416 135.7305 124.3438 c +135.5391 124.5889 135.4443 124.9863 135.4443 125.5371 c +135.4443 125.5371 l +f +1 D +135.8105 125.5371 m +135.8105 125.0557 135.8662 124.7354 135.9795 124.5752 c +136.0903 124.417 136.228 124.3359 136.3931 124.3359 c +136.5571 124.3359 136.6943 124.417 136.8062 124.5771 c +136.9175 124.7393 136.9746 125.0566 136.9746 125.5371 c +136.9746 126.0205 136.9175 126.3418 136.8062 126.5 c +136.6943 126.6582 136.5557 126.7383 136.3887 126.7383 c +136.2246 126.7383 136.0942 126.668 135.9961 126.5273 c +135.873 126.3486 135.8105 126.0186 135.8105 125.5371 c +135.8105 125.5371 l +f +0 D +138.312 124.0898 m +137.9043 124.0898 l +137.9043 124.5 l +138.312 124.5 l +138.312 124.0898 l +f +137.9043 124.0898 m +F +138.8335 125.5371 m +138.8335 125.8848 138.8701 126.1641 138.9404 126.375 c +139.0107 126.5859 139.1152 126.749 139.2559 126.8643 c +139.395 126.9795 139.5723 127.0361 139.7832 127.0361 c +139.938 127.0361 140.0757 127.0029 140.1943 126.9424 c +140.3115 126.8789 140.4082 126.7871 140.4849 126.668 c +140.5625 126.5469 140.6226 126.4014 140.667 126.2295 c +140.71 126.0605 140.7324 125.8291 140.7324 125.5371 c +140.7324 125.1934 140.6968 124.916 140.6265 124.7041 c +140.5552 124.4902 140.4507 124.3271 140.3115 124.2129 c +140.1709 124.0967 139.9961 124.04 139.7832 124.04 c +139.5034 124.04 139.2822 124.1416 139.1211 124.3438 c +138.9302 124.5889 138.8335 124.9863 138.8335 125.5371 c +138.8335 125.5371 l +f +1 D +139.2002 125.5371 m +139.2002 125.0557 139.2559 124.7354 139.3691 124.5752 c +139.4805 124.417 139.6191 124.3359 139.7832 124.3359 c +139.9468 124.3359 140.0845 124.417 140.1973 124.5771 c +140.3086 124.7393 140.3643 125.0566 140.3643 125.5371 c +140.3643 126.0205 140.3086 126.3418 140.1973 126.5 c +140.0845 126.6582 139.9458 126.7383 139.7798 126.7383 c +139.6147 126.7383 139.4834 126.668 139.3857 126.5273 c +139.2632 126.3486 139.2002 126.0186 139.2002 125.5371 c +F +*U +*u +0 D +135.8286 143.8965 m +135.8286 144.2441 135.8643 144.5234 135.9351 144.7344 c +136.0054 144.9463 136.1104 145.1084 136.251 145.2236 c +136.3896 145.3389 136.5649 145.3955 136.7778 145.3955 c +136.9336 145.3955 137.0708 145.3633 137.1885 145.3018 c +137.3066 145.2383 137.4033 145.1465 137.4805 145.0273 c +137.5571 144.9072 137.6172 144.7607 137.6602 144.5889 c +137.7041 144.4199 137.7251 144.1885 137.7251 143.8965 c +137.7251 143.5527 137.6914 143.2754 137.6211 143.0635 c +137.5508 142.8506 137.4458 142.6865 137.3066 142.5723 c +137.166 142.4561 136.9912 142.3994 136.7778 142.3994 c +136.4966 142.3994 136.2773 142.501 136.1152 142.7041 c +135.9233 142.9482 135.8286 143.3457 135.8286 143.8965 c +135.8286 143.8965 l +f +1 D +136.1953 143.8965 m +136.1953 143.415 136.251 143.0947 136.3633 142.9355 c +136.4746 142.7764 136.6123 142.6963 136.7778 142.6963 c +136.9414 142.6963 137.0791 142.7764 137.1904 142.9365 c +137.3022 143.0986 137.3584 143.416 137.3584 143.8965 c +137.3584 144.3799 137.3022 144.7012 137.1904 144.8594 c +137.0791 145.0205 136.9399 145.0977 136.7729 145.0977 c +136.6089 145.0977 136.4775 145.0273 136.3804 144.8867 c +136.2573 144.708 136.1953 144.3779 136.1953 143.8965 c +136.1953 143.8965 l +f +0 D +138.6968 142.4492 m +138.2891 142.4492 l +138.2891 142.8594 l +138.6968 142.8594 l +138.6968 142.4492 l +f +138.2891 142.4492 m +F +140.5635 142.4492 m +140.2065 142.4492 l +140.2065 144.7461 l +140.1201 144.6631 140.0068 144.5811 139.8682 144.4971 c +139.729 144.415 139.6045 144.3535 139.4937 144.3115 c +139.4937 144.6592 l +139.6914 144.7539 139.8662 144.8691 140.0151 145.0039 c +140.166 145.1387 140.2725 145.2686 140.335 145.3955 c +140.5635 145.3955 l +140.5635 142.4492 l +F +*U +*u +135.6011 161.6592 m +135.6011 162.0059 135.6367 162.2852 135.707 162.4961 c +135.7773 162.708 135.8823 162.8711 136.0229 162.9854 c +136.1626 163.1006 136.3369 163.1572 136.5498 163.1572 c +136.7056 163.1572 136.8433 163.125 136.9604 163.0635 c +137.0786 163 137.1753 162.9082 137.2524 162.7891 c +137.3291 162.6689 137.3901 162.5244 137.4321 162.3516 c +137.4761 162.1816 137.4976 161.9502 137.4976 161.6592 c +137.4976 161.3145 137.4634 161.0381 137.3931 160.8252 c +137.3228 160.6123 137.2178 160.4482 137.0786 160.334 c +136.938 160.2188 136.7632 160.1611 136.5498 160.1611 c +136.2686 160.1611 136.0493 160.2627 135.8872 160.4658 c +135.6953 160.71 135.6011 161.1084 135.6011 161.6592 c +135.6011 161.6592 l +f +1 D +135.9673 161.6592 m +135.9673 161.1768 136.0229 160.8564 136.1362 160.6973 c +136.2466 160.5391 136.3843 160.458 136.5498 160.458 c +136.7139 160.458 136.8511 160.5391 136.9629 160.6982 c +137.0742 160.8604 137.1309 161.1787 137.1309 161.6592 c +137.1309 162.1416 137.0742 162.4629 136.9629 162.6221 c +136.8511 162.7822 136.7119 162.8594 136.5449 162.8594 c +136.3809 162.8594 136.251 162.7891 136.1523 162.6484 c +136.0293 162.4717 135.9673 162.1396 135.9673 161.6592 c +135.9673 161.6592 l +f +0 D +138.4688 160.2119 m +138.061 160.2119 l +138.061 160.6211 l +138.4688 160.6211 l +138.4688 160.2119 l +f +138.061 160.2119 m +F +140.8677 160.5576 m +140.8677 160.2119 l +138.9448 160.2119 l +138.9414 160.2979 138.9561 160.3818 138.9873 160.4619 c +139.0342 160.5928 139.1133 160.7236 139.2217 160.8516 c +139.3296 160.9795 139.4863 161.127 139.689 161.2969 c +140.0054 161.5586 140.2192 161.7646 140.3291 161.918 c +140.4409 162.0713 140.4961 162.2158 140.4961 162.3516 c +140.4961 162.4961 140.4458 162.6133 140.3462 162.7139 c +140.2441 162.8096 140.1118 162.8594 139.9492 162.8594 c +139.7759 162.8594 139.6387 162.8066 139.5356 162.7031 c +139.4326 162.5986 139.3799 162.4551 139.3799 162.2725 c +139.0117 162.3086 l +139.0376 162.585 139.1323 162.7959 139.2964 162.9414 c +139.46 163.084 139.6812 163.1572 139.9556 163.1572 c +140.2354 163.1572 140.4565 163.0791 140.6206 162.9248 c +140.7832 162.7676 140.8647 162.5742 140.8647 162.3447 c +140.8647 162.2266 140.8398 162.1113 140.7925 161.998 c +140.7446 161.8838 140.6665 161.7646 140.5552 161.6396 c +140.4458 161.5137 140.2603 161.3428 140.0054 161.1221 c +139.7905 160.9404 139.6509 160.8174 139.5913 160.7529 c +139.5303 160.6875 139.4795 160.623 139.4399 160.5576 c +140.8677 160.5576 l +F +*U +*u +135.4438 180.6143 m +135.4438 180.9619 135.4795 181.2412 135.5498 181.4521 c +135.6201 181.6641 135.7251 181.8262 135.8657 181.9424 c +136.0054 182.0566 136.1797 182.1133 136.3926 182.1133 c +136.5483 182.1133 136.686 182.0811 136.8032 182.0186 c +136.9219 181.9561 137.0186 181.8633 137.0952 181.7451 c +137.1719 181.624 137.2329 181.4795 137.2749 181.3076 c +137.3188 181.1367 137.3408 180.9063 137.3408 180.6143 c +137.3408 180.2695 137.3062 179.9932 137.2358 179.7813 c +137.1655 179.5693 137.0605 179.4053 136.9219 179.29 c +136.7813 179.1748 136.606 179.1162 136.3926 179.1162 c +136.1113 179.1162 135.8921 179.2188 135.73 179.4229 c +135.5381 179.665 135.4438 180.0635 135.4438 180.6143 c +135.4438 180.6143 l +f +1 D +135.8101 180.6143 m +135.8101 180.1338 135.8657 179.8125 135.979 179.6533 c +136.0898 179.4951 136.2275 179.4141 136.3926 179.4141 c +136.5566 179.4141 136.6938 179.4951 136.8057 179.6543 c +136.917 179.8154 136.9736 180.1348 136.9736 180.6143 c +136.9736 181.0986 136.917 181.418 136.8057 181.5771 c +136.6938 181.7373 136.5547 181.8154 136.3877 181.8154 c +136.2236 181.8154 136.0938 181.7451 135.9951 181.6045 c +135.8721 181.4268 135.8101 181.0947 135.8101 180.6143 c +135.8101 180.6143 l +f +0 D +138.3115 179.167 m +137.9038 179.167 l +137.9038 179.5771 l +138.3115 179.5771 l +138.3115 179.167 l +f +137.9038 179.167 m +F +138.835 179.9414 m +139.1909 179.9912 l +139.2344 179.7871 139.3027 179.6367 139.4014 179.5488 c +139.5005 179.459 139.6206 179.4141 139.7627 179.4141 c +139.9297 179.4141 140.0723 179.4727 140.189 179.5898 c +140.3042 179.707 140.3623 179.8525 140.3623 180.0273 c +140.3623 180.1924 140.3076 180.3281 140.2012 180.4346 c +140.0933 180.543 139.9575 180.5967 139.792 180.5967 c +139.7256 180.5967 139.6406 180.584 139.54 180.5557 c +139.5796 180.873 l +139.6045 180.8701 139.6221 180.8701 139.6362 180.8701 c +139.7891 180.8701 139.9263 180.9082 140.0483 180.9883 c +140.1699 181.0693 140.231 181.1934 140.231 181.3604 c +140.231 181.4912 140.187 181.6006 140.0981 181.6875 c +140.0103 181.7744 139.8955 181.8164 139.7549 181.8164 c +139.6157 181.8164 139.499 181.7734 139.4063 181.6855 c +139.314 181.5967 139.2539 181.4648 139.2275 181.29 c +138.8711 181.3535 l +138.915 181.5938 139.0146 181.7822 139.1689 181.915 c +139.3242 182.0479 139.5156 182.1133 139.7466 182.1133 c +139.9048 182.1133 140.0513 182.0791 140.1855 182.0107 c +140.3193 181.9434 140.4214 181.8496 140.4917 181.7295 c +140.562 181.6113 140.5977 181.4834 140.5977 181.3525 c +140.5977 181.2246 140.5635 181.1084 140.4966 181.0059 c +140.4292 180.9014 140.3296 180.8184 140.1963 180.7568 c +140.3687 180.7148 140.5029 180.6338 140.5977 180.5078 c +140.6924 180.3818 140.7402 180.2227 140.7402 180.0352 c +140.7402 179.7773 140.6484 179.5605 140.4619 179.3838 c +140.2769 179.2061 140.0425 179.1162 139.7593 179.1162 c +139.5044 179.1162 139.293 179.1914 139.124 179.3447 c +138.9561 179.5 138.8594 179.6992 138.835 179.9414 c +F +*U +*u +135.4448 198.9746 m +135.4448 199.3223 135.4805 199.6006 135.5508 199.8115 c +135.6211 200.0234 135.7261 200.1865 135.8667 200.3008 c +136.0063 200.416 136.1807 200.4727 136.3936 200.4727 c +136.5493 200.4727 136.687 200.4404 136.8042 200.3789 c +136.9229 200.3154 137.0195 200.2236 137.0962 200.1045 c +137.1729 199.9844 137.2339 199.8398 137.2759 199.667 c +137.3198 199.4971 137.3418 199.2666 137.3418 198.9746 c +137.3418 198.6299 137.3071 198.3535 137.2368 198.1406 c +137.1665 197.9277 137.0615 197.7637 136.9229 197.6504 c +136.7822 197.5342 136.6069 197.4766 136.3936 197.4766 c +136.1123 197.4766 135.8931 197.5781 135.731 197.7813 c +135.5391 198.0254 135.4448 198.4238 135.4448 198.9746 c +135.4448 198.9746 l +f +1 D +135.811 198.9746 m +135.811 198.4941 135.8667 198.1719 135.98 198.0127 c +136.0908 197.8545 136.2285 197.7734 136.3936 197.7734 c +136.5576 197.7734 136.6948 197.8545 136.8066 198.0137 c +136.918 198.1758 136.9746 198.4941 136.9746 198.9746 c +136.9746 199.457 136.918 199.7783 136.8066 199.9375 c +136.6948 200.0957 136.5557 200.1748 136.3887 200.1748 c +136.2246 200.1748 136.0947 200.1045 135.9961 199.9658 c +135.873 199.7871 135.811 199.4551 135.811 198.9746 c +135.811 198.9746 l +f +0 D +138.3125 197.5273 m +137.9048 197.5273 l +137.9048 197.9365 l +138.3125 197.9365 l +138.3125 197.5273 l +f +137.9048 197.5273 m +F +139.98 197.5273 m +139.98 198.2305 l +138.7168 198.2305 l +138.7168 198.5596 l +140.0449 200.4619 l +140.3369 200.4619 l +140.3369 198.5596 l +140.729 198.5596 l +140.729 198.2305 l +140.3369 198.2305 l +140.3369 197.5273 l +139.98 197.5273 l +139.98 197.5273 l +f +1 D +139.98 198.5596 m +139.98 199.8828 l +139.0684 198.5596 l +139.98 198.5596 l +F +*U +*u +0 D +135.4419 217.334 m +135.4419 217.6816 135.4775 217.9609 135.5479 218.1719 c +135.6182 218.3838 135.7231 218.5469 135.8638 218.6611 c +136.0034 218.7764 136.1777 218.833 136.3906 218.833 c +136.5464 218.833 136.6841 218.7998 136.8013 218.7373 c +136.9199 218.6758 137.0166 218.583 137.0933 218.4648 c +137.1699 218.3438 137.231 218.1982 137.2729 218.0264 c +137.3169 217.8574 137.3389 217.626 137.3389 217.334 c +137.3389 216.9902 137.3042 216.7129 137.2339 216.501 c +137.1636 216.2871 137.0586 216.124 136.9199 216.0098 c +136.7793 215.8936 136.604 215.8369 136.3906 215.8369 c +136.1094 215.8369 135.8901 215.9365 135.728 216.1416 c +135.5361 216.3857 135.4419 216.7832 135.4419 217.334 c +135.4419 217.334 l +f +1 D +135.8081 217.334 m +135.8081 216.8535 135.8638 216.5322 135.9771 216.3721 c +136.0879 216.2139 136.2256 216.1348 136.3906 216.1348 c +136.5547 216.1348 136.6919 216.2139 136.8037 216.374 c +136.915 216.5342 136.9717 216.8545 136.9717 217.334 c +136.9717 217.8164 136.915 218.1387 136.8037 218.2969 c +136.6919 218.4561 136.5527 218.5361 136.3857 218.5361 c +136.2217 218.5361 136.0918 218.4658 135.9932 218.3252 c +135.8701 218.1455 135.8081 217.8154 135.8081 217.334 c +135.8081 217.334 l +f +0 D +138.3096 215.8867 m +137.9019 215.8867 l +137.9019 216.2979 l +138.3096 216.2979 l +138.3096 215.8867 l +f +137.9019 215.8867 m +F +138.8311 216.6553 m +139.2061 216.6885 l +139.2344 216.5029 139.2998 216.3662 139.3994 216.2734 c +139.501 216.1797 139.623 216.1348 139.7656 216.1348 c +139.9375 216.1348 140.084 216.1992 140.2026 216.3291 c +140.3223 216.4609 140.3809 216.6338 140.3809 216.8496 c +140.3809 217.0557 140.3242 217.2178 140.209 217.3369 c +140.0947 217.4541 139.9463 217.5156 139.7607 217.5156 c +139.645 217.5156 139.542 217.4873 139.4482 217.4355 c +139.355 217.3828 139.2827 217.3135 139.2305 217.2314 c +138.8955 217.2744 l +139.1768 218.7813 l +140.624 218.7813 l +140.624 218.4375 l +139.4629 218.4375 l +139.3062 217.6475 l +139.4795 217.7705 139.6626 217.833 139.856 217.833 c +140.1089 217.833 140.3242 217.7432 140.499 217.5674 c +140.6743 217.3877 140.7612 217.1592 140.7612 216.8828 c +140.7612 216.6152 140.6836 216.3857 140.5303 216.1943 c +140.3433 215.9561 140.0884 215.8369 139.7656 215.8369 c +139.501 215.8369 139.2847 215.9111 139.1177 216.0596 c +138.9507 216.2109 138.8564 216.4082 138.8311 216.6553 c +F +*U +*u +135.4438 235.6934 m +135.4438 236.04 135.48 236.3184 135.5503 236.5293 c +135.6206 236.7422 135.7251 236.9043 135.8657 237.0205 c +136.0054 237.1338 136.1802 237.1904 136.3926 237.1904 c +136.5483 237.1904 136.686 237.1582 136.8032 237.0967 c +136.9219 237.0332 137.0186 236.9414 137.0952 236.8223 c +137.1719 236.7021 137.2329 236.5576 137.2749 236.3848 c +137.3188 236.2148 137.3408 235.9844 137.3408 235.6934 c +137.3408 235.3477 137.3062 235.0713 137.2358 234.8584 c +137.1655 234.6455 137.0605 234.4834 136.9219 234.3682 c +136.7813 234.252 136.606 234.1943 136.3926 234.1943 c +136.1113 234.1943 135.8921 234.2959 135.73 234.501 c +135.5386 234.7432 135.4438 235.1416 135.4438 235.6934 c +135.4438 235.6934 l +f +1 D +135.8101 235.6934 m +135.8101 235.2119 135.8657 234.8906 135.979 234.7305 c +136.0898 234.5723 136.2275 234.4922 136.3926 234.4922 c +136.5566 234.4922 136.6938 234.5723 136.8057 234.7314 c +136.917 234.8936 136.9741 235.2119 136.9741 235.6934 c +136.9741 236.1748 136.917 236.4961 136.8057 236.6553 c +136.6938 236.8154 136.5552 236.8945 136.3882 236.8945 c +136.2241 236.8945 136.0938 236.8223 135.9956 236.6836 c +135.8726 236.5049 135.8101 236.1729 135.8101 235.6934 c +135.8101 235.6934 l +f +0 D +138.3115 234.2451 m +137.9038 234.2451 l +137.9038 234.6563 l +138.3115 234.6563 l +138.3115 234.2451 l +f +137.9038 234.2451 m +F +140.6875 236.4619 m +140.3306 236.4346 l +140.2998 236.5762 140.2559 236.6777 140.1968 236.7422 c +140.1001 236.8447 139.981 236.8945 139.8398 236.8945 c +139.7256 236.8945 139.6255 236.8633 139.5405 236.7998 c +139.4272 236.7168 139.3394 236.5947 139.2739 236.4365 c +139.208 236.2773 139.1753 236.0508 139.1724 235.7588 c +139.2583 235.8906 139.3633 235.9893 139.4878 236.0518 c +139.6123 236.1162 139.7437 236.1494 139.8794 236.1494 c +140.1167 236.1494 140.3198 236.0605 140.4883 235.8838 c +140.6548 235.7061 140.7388 235.4795 140.7388 235.1982 c +140.7388 235.0137 140.6992 234.8428 140.6201 234.6846 c +140.5425 234.5273 140.4341 234.4053 140.2969 234.3213 c +140.1592 234.2373 140.0015 234.1943 139.8267 234.1943 c +139.5303 234.1943 139.2886 234.3047 139.1001 234.5264 c +138.9116 234.748 138.8188 235.1123 138.8188 235.6182 c +138.8188 236.1855 138.9224 236.5967 139.1294 236.8564 c +139.311 237.0801 139.5552 237.1904 139.8608 237.1904 c +140.0903 237.1904 140.2778 237.127 140.4243 236.9971 c +140.5698 236.8662 140.6577 236.6895 140.6875 236.4619 c +140.6875 236.4619 l +f +1 D +139.2275 235.1963 m +139.2275 235.0713 139.2539 234.9531 139.3066 234.8389 c +139.3589 234.7266 139.4326 234.6396 139.5259 234.5801 c +139.6206 234.5205 139.7192 234.4922 139.8223 234.4922 c +139.9722 234.4922 140.1035 234.5547 140.2114 234.6777 c +140.3198 234.7979 140.3735 234.9658 140.3735 235.1768 c +140.3735 235.3809 140.3213 235.54 140.2129 235.6553 c +140.1064 235.7705 139.9702 235.8311 139.8076 235.8311 c +139.647 235.8311 139.5093 235.7705 139.397 235.6553 c +139.2847 235.54 139.2275 235.3867 139.2275 235.1963 c +F +*U +*u +0 D +135.4438 254.0527 m +135.4438 254.3994 135.4795 254.6777 135.5498 254.8887 c +135.6201 255.1016 135.7251 255.2637 135.8657 255.3799 c +136.0054 255.4932 136.1797 255.5498 136.3926 255.5498 c +136.5483 255.5498 136.686 255.5176 136.8032 255.4561 c +136.9219 255.3936 137.0186 255.3008 137.0952 255.1826 c +137.1719 255.0615 137.2329 254.917 137.2749 254.7441 c +137.3188 254.5742 137.3408 254.3438 137.3408 254.0527 c +137.3408 253.707 137.3062 253.4307 137.2358 253.2188 c +137.1655 253.0049 137.0605 252.8428 136.9219 252.7275 c +136.7813 252.6113 136.606 252.5537 136.3926 252.5537 c +136.1113 252.5537 135.8921 252.6563 135.73 252.8604 c +135.5381 253.1025 135.4438 253.501 135.4438 254.0527 c +135.4438 254.0527 l +f +1 D +135.8101 254.0527 m +135.8101 253.5713 135.8657 253.25 135.979 253.0898 c +136.0898 252.9316 136.2275 252.8525 136.3926 252.8525 c +136.5566 252.8525 136.6938 252.9316 136.8057 253.0918 c +136.917 253.2529 136.9736 253.5723 136.9736 254.0527 c +136.9736 254.5361 136.917 254.8555 136.8057 255.0146 c +136.6938 255.1748 136.5547 255.2539 136.3877 255.2539 c +136.2236 255.2539 136.0938 255.1826 135.9951 255.043 c +135.8721 254.8643 135.8101 254.5332 135.8101 254.0527 c +135.8101 254.0527 l +f +0 D +138.3115 252.6045 m +137.9038 252.6045 l +137.9038 253.0156 l +138.3115 253.0156 l +138.3115 252.6045 l +f +137.9038 252.6045 m +F +138.8584 255.1553 m +138.8584 255.5029 l +140.7402 255.5029 l +140.7402 255.2217 l +140.5547 255.0225 140.3716 254.7588 140.1899 254.4287 c +140.0078 254.0977 139.8672 253.7588 139.7676 253.4121 c +139.6953 253.166 139.6514 252.8965 139.6318 252.6045 c +139.2642 252.6045 l +139.269 252.835 139.313 253.1143 139.3994 253.4414 c +139.4844 253.7695 139.6094 254.083 139.7695 254.3877 c +139.9297 254.6904 140.0996 254.9473 140.2837 255.1553 c +138.8584 255.1553 l +F +*U +*u +135.4434 272.8389 m +135.4434 273.1865 135.479 273.4658 135.5493 273.6758 c +135.6196 273.8877 135.7246 274.0508 135.8652 274.1641 c +136.0049 274.2803 136.1792 274.3379 136.3921 274.3379 c +136.5479 274.3379 136.6855 274.3047 136.8027 274.2441 c +136.9209 274.1807 137.0176 274.0889 137.0947 273.9697 c +137.1714 273.8496 137.2324 273.7031 137.2744 273.5313 c +137.3184 273.3623 137.3398 273.1289 137.3398 272.8389 c +137.3398 272.4951 137.3057 272.2178 137.2354 272.0059 c +137.165 271.792 137.0601 271.6289 136.9209 271.5146 c +136.7803 271.3984 136.6055 271.3418 136.3921 271.3418 c +136.1108 271.3418 135.8916 271.4434 135.7295 271.6465 c +135.5376 271.8906 135.4434 272.2881 135.4434 272.8389 c +135.4434 272.8389 l +f +1 D +135.8096 272.8389 m +135.8096 272.3574 135.8652 272.0361 135.9785 271.877 c +136.0889 271.7188 136.2266 271.6377 136.3921 271.6377 c +136.5562 271.6377 136.6934 271.7188 136.8052 271.8789 c +136.9165 272.041 136.9731 272.3584 136.9731 272.8389 c +136.9731 273.3223 136.9165 273.6436 136.8052 273.8018 c +136.6934 273.96 136.5542 274.04 136.3872 274.04 c +136.2231 274.04 136.0933 273.9697 135.9946 273.8291 c +135.8716 273.6504 135.8096 273.3203 135.8096 272.8389 c +135.8096 272.8389 l +f +0 D +138.311 271.3916 m +137.9033 271.3916 l +137.9033 271.8018 l +138.311 271.8018 l +138.311 271.3916 l +f +137.9033 271.3916 m +F +139.3828 272.9824 m +139.2339 273.0371 139.1235 273.1152 139.0518 273.2158 c +138.9814 273.3193 138.9453 273.4385 138.9453 273.582 c +138.9453 273.7949 139.0205 273.9746 139.1729 274.1211 c +139.3252 274.2646 139.5278 274.3379 139.7822 274.3379 c +140.0352 274.3379 140.2397 274.2627 140.3955 274.1152 c +140.5493 273.9668 140.6284 273.7842 140.6284 273.5723 c +140.6284 273.4355 140.5928 273.3164 140.52 273.2158 c +140.4497 273.1152 140.3413 273.0371 140.1992 272.9824 c +140.376 272.9238 140.5117 272.8301 140.6064 272.6992 c +140.7002 272.5684 140.7461 272.4121 140.7461 272.2305 c +140.7461 271.9795 140.6592 271.7695 140.4824 271.5977 c +140.3057 271.4268 140.0747 271.3418 139.7871 271.3418 c +139.5 271.3418 139.27 271.4268 139.0933 271.5977 c +138.9175 271.7695 138.8296 271.9844 138.8296 272.2383 c +138.8296 272.4307 138.8765 272.5928 138.9731 272.7207 c +139.0684 272.8477 139.2046 272.9355 139.3828 272.9824 c +139.3828 272.9824 l +f +1 D +139.3105 273.5938 m +139.3105 273.4541 139.3545 273.3398 139.4429 273.2539 c +139.5337 273.166 139.6479 273.1201 139.79 273.1201 c +139.9277 273.1201 140.04 273.1631 140.1274 273.252 c +140.2158 273.3389 140.2598 273.4473 140.2598 273.5732 c +140.2598 273.7061 140.2134 273.8174 140.1245 273.9063 c +140.0337 273.9951 139.9209 274.041 139.7852 274.041 c +139.6494 274.041 139.5366 273.9951 139.4463 273.9102 c +139.3564 273.8223 139.3105 273.7139 139.3105 273.5938 c +139.3105 273.5938 l +f +139.1963 272.2373 m +139.1963 272.1357 139.2202 272.0361 139.2686 271.9395 c +139.3169 271.8438 139.3892 271.7695 139.4839 271.7168 c +139.5791 271.666 139.6821 271.6377 139.7915 271.6377 c +139.9619 271.6377 140.1025 271.6934 140.2134 271.8047 c +140.3252 271.9141 140.3804 272.0557 140.3804 272.2266 c +140.3804 272.4004 140.3237 272.543 140.209 272.6572 c +140.0947 272.7695 139.9512 272.8281 139.7788 272.8281 c +139.6118 272.8281 139.4727 272.7715 139.3608 272.6592 c +139.2515 272.5469 139.1963 272.4063 139.1963 272.2373 c +F +*U +*u +0 D +0 R +0.5 G +0.2 w [1.5208 1.5208 1.5208 1.5208 ]0 d 144.959 124.9502 m +299.9336 124.9502 l +S +144.959 143.3633 m +299.9336 143.3633 l +S +144.959 161.7773 m +299.9336 161.7773 l +S +144.959 180.1885 m +299.9336 180.1885 l +S +144.959 198.6025 m +299.9336 198.6025 l +S +144.959 217.0156 m +299.9336 217.0156 l +S +144.959 235.4277 m +299.9336 235.4277 l +S +144.959 253.8418 m +299.9336 253.8418 l +S +144.959 272.2549 m +299.9336 272.2549 l +S +*U +0 G +0.35 w []0 d 144.9595 124.9541 m +299.9336 124.9541 l +S +144.9595 124.9541 m +144.9595 122.7441 l +S +160.4575 124.9541 m +160.4575 122.7441 l +S +175.9556 124.9541 m +175.9556 122.7441 l +S +191.4531 124.9541 m +191.4531 122.7441 l +S +206.9521 124.9541 m +206.9521 122.7441 l +S +222.4497 124.9541 m +222.4497 122.7441 l +S +237.9478 124.9541 m +237.9478 122.7441 l +S +253.4458 124.9541 m +253.4458 122.7441 l +S +268.9443 124.9541 m +268.9443 122.7441 l +S +284.4414 124.9541 m +284.4414 122.7441 l +S +299.9385 124.9541 m +299.9385 122.7441 l +S +152.7129 124.9541 m +152.7129 123.627 l +S +168.2109 124.9541 m +168.2109 123.627 l +S +183.7085 124.9541 m +183.7085 123.627 l +S +199.2065 124.9541 m +199.2065 123.627 l +S +214.7046 124.9541 m +214.7046 123.627 l +S +230.2031 124.9541 m +230.2031 123.627 l +S +245.7012 124.9541 m +245.7012 123.627 l +S +261.1992 124.9541 m +261.1992 123.627 l +S +276.6968 124.9541 m +276.6968 123.627 l +S +292.1953 124.9541 m +292.1953 123.627 l +S +*u +0 O +0 g +1 w 142.4727 118.8477 m +141.376 118.8477 l +141.376 119.21 l +142.4727 119.21 l +142.4727 118.8477 l +f +141.376 118.8477 m +F +144.1162 117.9688 m +143.7578 117.9688 l +143.7578 120.2637 l +143.6704 120.1807 143.5576 120.0986 143.4185 120.0146 c +143.2793 119.9326 143.1548 119.8701 143.0439 119.8291 c +143.0439 120.1768 l +143.2422 120.2725 143.417 120.3867 143.5654 120.5205 c +143.7168 120.6563 143.8228 120.7861 143.8853 120.9131 c +144.1162 120.9131 l +144.1162 117.9688 l +144.1162 117.9688 l +f +145.6377 117.9688 m +145.23 117.9688 l +145.23 118.3789 l +145.6377 118.3789 l +145.6377 117.9688 l +f +145.23 117.9688 m +F +146.1602 119.4141 m +146.1602 119.7607 146.1938 120.04 146.2656 120.252 c +146.3359 120.4629 146.4419 120.626 146.5806 120.7402 c +146.7202 120.8555 146.8965 120.9131 147.1074 120.9131 c +147.2651 120.9131 147.4009 120.8809 147.5181 120.8193 c +147.6367 120.7559 147.7349 120.6641 147.8115 120.5449 c +147.8867 120.4248 147.9478 120.2783 147.9917 120.1074 c +148.0356 119.9375 148.0571 119.7041 148.0571 119.4141 c +148.0571 119.0703 148.021 118.793 147.9521 118.5811 c +147.8818 118.3701 147.7773 118.2061 147.6367 118.0898 c +147.4976 117.9746 147.3208 117.917 147.1074 117.917 c +146.8281 117.917 146.6069 118.0186 146.4463 118.2217 c +146.2549 118.4658 146.1602 118.8643 146.1602 119.4141 c +146.1602 119.4141 l +f +1 D +146.5269 119.4141 m +146.5269 118.9326 146.5825 118.6113 146.6938 118.4521 c +146.8062 118.2949 146.9438 118.2139 147.1074 118.2139 c +147.2715 118.2139 147.4102 118.2949 147.5215 118.4531 c +147.6338 118.6143 147.6885 118.9346 147.6885 119.4141 c +147.6885 119.8975 147.6338 120.2188 147.5215 120.377 c +147.4102 120.5381 147.2715 120.6152 147.1045 120.6152 c +146.9404 120.6152 146.8091 120.5459 146.7119 120.4043 c +146.5869 120.2256 146.5269 119.8965 146.5269 119.4141 c +F +*U +*u +0 D +158.0542 118.8477 m +156.9575 118.8477 l +156.9575 119.21 l +158.0542 119.21 l +158.0542 118.8477 l +f +156.9575 118.8477 m +F +158.3496 119.4141 m +158.3496 119.7607 158.3862 120.04 158.4565 120.252 c +158.5273 120.4629 158.6323 120.626 158.7729 120.7402 c +158.9116 120.8555 159.0884 120.9131 159.2993 120.9131 c +159.4556 120.9131 159.5923 120.8809 159.7104 120.8193 c +159.8286 120.7559 159.9243 120.6641 160.002 120.5449 c +160.0786 120.4248 160.1392 120.2783 160.1831 120.1074 c +160.2261 119.9375 160.2485 119.7041 160.2485 119.4141 c +160.2485 119.0703 160.2129 118.793 160.1426 118.5811 c +160.0723 118.3701 159.9673 118.2061 159.8286 118.0898 c +159.689 117.9746 159.5122 117.917 159.2993 117.917 c +159.0195 117.917 158.7993 118.0186 158.6387 118.2217 c +158.4468 118.4658 158.3496 118.8643 158.3496 119.4141 c +158.3496 119.4141 l +f +1 D +158.7163 119.4141 m +158.7163 118.9326 158.7729 118.6113 158.8853 118.4521 c +158.9966 118.2949 159.1353 118.2139 159.2993 118.2139 c +159.4629 118.2139 159.6006 118.2949 159.7134 118.4531 c +159.8252 118.6143 159.8804 118.9346 159.8804 119.4141 c +159.8804 119.8975 159.8252 120.2188 159.7134 120.377 c +159.6006 120.5381 159.4619 120.6152 159.2959 120.6152 c +159.1309 120.6152 158.9995 120.5459 158.9019 120.4043 c +158.7793 120.2256 158.7163 119.8965 158.7163 119.4141 c +158.7163 119.4141 l +f +0 D +161.2192 117.9688 m +160.8125 117.9688 l +160.8125 118.3789 l +161.2192 118.3789 l +161.2192 117.9688 l +f +160.8125 117.9688 m +F +162.29 119.5576 m +162.1431 119.6143 162.0313 119.6904 161.9609 119.792 c +161.8887 119.8945 161.8525 120.0146 161.8525 120.1582 c +161.8525 120.3711 161.9292 120.5508 162.082 120.6963 c +162.2339 120.8398 162.437 120.9131 162.6899 120.9131 c +162.9429 120.9131 163.1475 120.8389 163.3032 120.6885 c +163.4585 120.542 163.5352 120.3604 163.5352 120.1475 c +163.5352 120.0117 163.499 119.8916 163.4287 119.792 c +163.3564 119.6904 163.2505 119.6143 163.1064 119.5576 c +163.2852 119.501 163.4209 119.4053 163.5142 119.2734 c +163.6069 119.1436 163.6548 118.9873 163.6548 118.8057 c +163.6548 118.5547 163.5664 118.3438 163.3892 118.1729 c +163.2148 118.002 162.9819 117.917 162.6943 117.917 c +162.4072 117.917 162.1772 118.002 161.9995 118.1729 c +161.8247 118.3447 161.7368 118.5596 161.7368 118.8164 c +161.7368 119.0088 161.7837 119.168 161.8804 119.2959 c +161.9761 119.4229 162.1133 119.5107 162.29 119.5576 c +162.29 119.5576 l +f +1 D +162.2183 120.1689 m +162.2183 120.0293 162.2637 119.915 162.3521 119.8291 c +162.4399 119.7412 162.5552 119.6953 162.6973 119.6953 c +162.835 119.6953 162.9478 119.7412 163.0361 119.8271 c +163.1226 119.9141 163.1675 120.0225 163.1675 120.1494 c +163.1675 120.2813 163.1211 120.3926 163.0313 120.4814 c +162.9409 120.5713 162.8286 120.6162 162.6943 120.6162 c +162.5566 120.6162 162.4429 120.5732 162.354 120.4854 c +162.2637 120.3975 162.2183 120.292 162.2183 120.1689 c +162.2183 120.1689 l +f +162.1025 118.8154 m +162.1025 118.7109 162.1279 118.6113 162.1772 118.5166 c +162.2246 118.4189 162.2959 118.3438 162.3916 118.292 c +162.4883 118.2412 162.5894 118.2139 162.6992 118.2139 c +162.8691 118.2139 163.0112 118.2686 163.1226 118.3799 c +163.2349 118.4893 163.2881 118.6318 163.2881 118.8018 c +163.2881 118.9766 163.231 119.1182 163.1162 119.2334 c +163.002 119.3467 162.8599 119.4033 162.688 119.4033 c +162.519 119.4033 162.3794 119.3467 162.2695 119.2344 c +162.1587 119.1221 162.1025 118.9814 162.1025 118.8154 c +F +*U +*u +0 D +173.2979 118.8477 m +172.2012 118.8477 l +172.2012 119.21 l +173.2979 119.21 l +173.2979 118.8477 l +f +172.2012 118.8477 m +F +173.5942 119.4141 m +173.5942 119.7607 173.6304 120.04 173.7007 120.252 c +173.771 120.4629 173.8755 120.626 174.0161 120.7402 c +174.1553 120.8555 174.3325 120.9131 174.5439 120.9131 c +174.6987 120.9131 174.8364 120.8809 174.9546 120.8193 c +175.0718 120.7559 175.1685 120.6641 175.2451 120.5449 c +175.3228 120.4248 175.3828 120.2783 175.4277 120.1074 c +175.4697 119.9375 175.4932 119.7041 175.4932 119.4141 c +175.4932 119.0703 175.4561 118.793 175.3867 118.5811 c +175.3164 118.3701 175.2109 118.2061 175.0718 118.0898 c +174.9331 117.9746 174.7559 117.917 174.5439 117.917 c +174.2632 117.917 174.0425 118.0186 173.8818 118.2217 c +173.6909 118.4658 173.5942 118.8643 173.5942 119.4141 c +173.5942 119.4141 l +f +1 D +173.9609 119.4141 m +173.9609 118.9326 174.0161 118.6113 174.1299 118.4521 c +174.2412 118.2949 174.3799 118.2139 174.5439 118.2139 c +174.707 118.2139 174.8452 118.2949 174.9575 118.4531 c +175.0688 118.6143 175.1245 118.9346 175.1245 119.4141 c +175.1245 119.8975 175.0688 120.2188 174.9575 120.377 c +174.8452 120.5381 174.7056 120.6152 174.5405 120.6152 c +174.375 120.6152 174.2441 120.5459 174.1455 120.4043 c +174.0234 120.2256 173.9609 119.8965 173.9609 119.4141 c +173.9609 119.4141 l +f +0 D +176.4634 117.9688 m +176.0557 117.9688 l +176.0557 118.3789 l +176.4634 118.3789 l +176.4634 117.9688 l +f +176.0557 117.9688 m +F +178.8384 120.1826 m +178.4824 120.1553 l +178.4497 120.2959 178.4058 120.3994 178.3467 120.4629 c +178.2524 120.5654 178.1328 120.6162 177.9902 120.6162 c +177.8755 120.6162 177.7778 120.585 177.6909 120.5205 c +177.5781 120.4395 177.4893 120.3174 177.4238 120.1582 c +177.3599 120 177.3252 119.7734 177.3242 119.4795 c +177.4097 119.6133 177.5156 119.709 177.6406 119.7744 c +177.7642 119.8389 177.8936 119.8711 178.0298 119.8711 c +178.2686 119.8711 178.4717 119.7832 178.6387 119.6064 c +178.8071 119.4277 178.8906 119.1992 178.8906 118.9209 c +178.8906 118.7354 178.8511 118.5645 178.7715 118.4072 c +178.6924 118.25 178.584 118.127 178.4468 118.0439 c +178.3091 117.958 178.1528 117.917 177.9795 117.917 c +177.6812 117.917 177.439 118.0273 177.2505 118.248 c +177.063 118.4697 176.9692 118.833 176.9692 119.3398 c +176.9692 119.9063 177.0723 120.3193 177.2803 120.5762 c +177.4614 120.7998 177.7061 120.9131 178.0137 120.9131 c +178.2407 120.9131 178.4292 120.8467 178.5747 120.7197 c +178.7217 120.5889 178.8091 120.4111 178.8384 120.1826 c +178.8384 120.1826 l +f +1 D +177.3779 118.918 m +177.3779 118.7939 177.4063 118.6748 177.4585 118.5596 c +177.5112 118.4473 177.5825 118.3623 177.6782 118.3027 c +177.7715 118.2441 177.8691 118.2139 177.9736 118.2139 c +178.1245 118.2139 178.2539 118.2744 178.3618 118.3975 c +178.4697 118.5205 178.5254 118.6885 178.5254 118.8994 c +178.5254 119.1006 178.4717 119.2617 178.3638 119.3779 c +178.2578 119.4951 178.1216 119.5537 177.9595 119.5537 c +177.7969 119.5537 177.6592 119.4951 177.5488 119.3779 c +177.436 119.2617 177.3779 119.1084 177.3779 118.918 c +F +*U +*u +0 D +188.8799 118.8477 m +187.7832 118.8477 l +187.7832 119.21 l +188.8799 119.21 l +188.8799 118.8477 l +f +187.7832 118.8477 m +F +189.1763 119.4141 m +189.1763 119.7607 189.2124 120.04 189.2827 120.252 c +189.353 120.4629 189.458 120.626 189.5991 120.7402 c +189.7383 120.8555 189.915 120.9131 190.126 120.9131 c +190.2817 120.9131 190.4189 120.8809 190.5366 120.8193 c +190.6538 120.7559 190.7505 120.6641 190.8286 120.5449 c +190.9053 120.4248 190.9658 120.2783 191.0098 120.1074 c +191.0522 119.9375 191.0752 119.7041 191.0752 119.4141 c +191.0752 119.0703 191.0396 118.793 190.9692 118.5811 c +190.8999 118.3701 190.7939 118.2061 190.6538 118.0898 c +190.5151 117.9746 190.3389 117.917 190.126 117.917 c +189.8457 117.917 189.625 118.0186 189.4648 118.2217 c +189.2729 118.4658 189.1763 118.8643 189.1763 119.4141 c +189.1763 119.4141 l +f +1 D +189.543 119.4141 m +189.543 118.9326 189.6011 118.6113 189.7119 118.4521 c +189.8232 118.2949 189.9619 118.2139 190.126 118.2139 c +190.2896 118.2139 190.4272 118.2949 190.5396 118.4531 c +190.6509 118.6143 190.7065 118.9346 190.7065 119.4141 c +190.7065 119.8975 190.6509 120.2188 190.5396 120.377 c +190.4272 120.5381 190.2881 120.6152 190.1226 120.6152 c +189.957 120.6152 189.8262 120.5459 189.7275 120.4043 c +189.6055 120.2256 189.543 119.8965 189.543 119.4141 c +189.543 119.4141 l +f +0 D +192.0454 117.9688 m +191.6377 117.9688 l +191.6377 118.3789 l +192.0454 118.3789 l +192.0454 117.9688 l +f +191.6377 117.9688 m +F +193.7119 117.9688 m +193.7119 118.6709 l +192.4497 118.6709 l +192.4497 118.999 l +193.7773 120.8994 l +194.0688 120.8994 l +194.0688 118.999 l +194.4614 118.999 l +194.4614 118.6709 l +194.0688 118.6709 l +194.0688 117.9688 l +193.7119 117.9688 l +193.7119 117.9688 l +f +1 D +193.7119 118.999 m +193.7119 120.3232 l +192.8013 118.999 l +193.7119 118.999 l +F +*U +*u +0 D +204.4629 118.8477 m +203.3667 118.8477 l +203.3667 119.21 l +204.4629 119.21 l +204.4629 118.8477 l +f +203.3667 118.8477 m +F +204.7598 119.4141 m +204.7598 119.7607 204.7954 120.04 204.8657 120.252 c +204.936 120.4629 205.041 120.626 205.1816 120.7402 c +205.3203 120.8555 205.4971 120.9131 205.708 120.9131 c +205.8643 120.9131 206.002 120.8809 206.1191 120.8193 c +206.2373 120.7559 206.334 120.6641 206.4106 120.5449 c +206.4873 120.4248 206.5479 120.2783 206.5918 120.1074 c +206.6348 119.9375 206.6572 119.7041 206.6572 119.4141 c +206.6572 119.0703 206.6216 118.793 206.5513 118.5811 c +206.4829 118.3701 206.376 118.2061 206.2373 118.0898 c +206.0986 117.9746 205.9214 117.917 205.708 117.917 c +205.4287 117.917 205.208 118.0186 205.0474 118.2217 c +204.8555 118.4658 204.7598 118.8643 204.7598 119.4141 c +204.7598 119.4141 l +f +1 D +205.126 119.4141 m +205.126 118.9326 205.1816 118.6113 205.2939 118.4521 c +205.4053 118.2949 205.5454 118.2139 205.708 118.2139 c +205.8721 118.2139 206.0093 118.2949 206.123 118.4531 c +206.2339 118.6143 206.2896 118.9346 206.2896 119.4141 c +206.2896 119.8975 206.2339 120.2188 206.123 120.377 c +206.0093 120.5381 205.8706 120.6152 205.7051 120.6152 c +205.5396 120.6152 205.4092 120.5459 205.311 120.4043 c +205.188 120.2256 205.126 119.8965 205.126 119.4141 c +205.126 119.4141 l +f +0 D +207.6284 117.9688 m +207.2212 117.9688 l +207.2212 118.3789 l +207.6284 118.3789 l +207.6284 117.9688 l +f +207.2212 117.9688 m +F +210.0278 118.3135 m +210.0278 117.9688 l +208.1035 117.9688 l +208.1016 118.0537 208.1147 118.1377 208.1455 118.2178 c +208.1943 118.3506 208.2734 118.4795 208.3813 118.6074 c +208.4893 118.7354 208.6445 118.8828 208.8472 119.0518 c +209.1641 119.3145 209.3779 119.5205 209.4893 119.6738 c +209.6001 119.8271 209.6563 119.9707 209.6563 120.1074 c +209.6563 120.249 209.606 120.3711 209.5044 120.4678 c +209.4023 120.5654 209.272 120.6152 209.1079 120.6152 c +208.936 120.6152 208.7983 120.5625 208.6953 120.459 c +208.5923 120.3545 208.5396 120.2109 208.5381 120.0264 c +208.1719 120.0645 l +208.1963 120.3408 208.291 120.5518 208.4551 120.6973 c +208.6201 120.8398 208.8394 120.9131 209.1162 120.9131 c +209.3955 120.9131 209.6172 120.835 209.7793 120.6787 c +209.9429 120.5225 210.0229 120.3301 210.0229 120.0996 c +210.0229 119.9814 209.9995 119.8662 209.9526 119.751 c +209.9048 119.6387 209.8252 119.5205 209.7153 119.3955 c +209.604 119.2686 209.4199 119.0977 209.1641 118.8779 c +208.9492 118.6963 208.8115 118.5732 208.7515 118.5078 c +208.689 118.4434 208.6396 118.3789 208.5986 118.3135 c +210.0278 118.3135 l +F +*U +*u +219.4346 119.4141 m +219.4346 119.7607 219.4707 120.04 219.541 120.251 c +219.6113 120.4629 219.7158 120.626 219.8564 120.7402 c +219.9961 120.8555 220.1714 120.9131 220.3843 120.9131 c +220.5391 120.9131 220.6772 120.8809 220.7949 120.8193 c +220.9121 120.7559 221.0088 120.6641 221.0854 120.5449 c +221.1631 120.4248 221.2236 120.2783 221.2661 120.1074 c +221.3101 119.9375 221.3315 119.7041 221.3315 119.4141 c +221.3315 119.0703 221.2979 118.793 221.2275 118.5811 c +221.1572 118.3682 221.0522 118.2041 220.9121 118.0898 c +220.7715 117.9746 220.5967 117.917 220.3843 117.917 c +220.103 117.917 219.8833 118.0166 219.7207 118.2217 c +219.5313 118.4658 219.4346 118.8643 219.4346 119.4141 c +219.4346 119.4141 l +f +1 D +219.8013 119.4141 m +219.8013 118.9326 219.8564 118.6113 219.9697 118.4521 c +220.0811 118.2949 220.2183 118.2139 220.3843 118.2139 c +220.5479 118.2139 220.6855 118.2949 220.7959 118.4531 c +220.9072 118.6143 220.9648 118.9346 220.9648 119.4141 c +220.9648 119.8975 220.9072 120.2188 220.7959 120.377 c +220.6855 120.5381 220.5464 120.6152 220.3789 120.6152 c +220.2153 120.6152 220.084 120.5449 219.9858 120.4043 c +219.8638 120.2256 219.8013 119.8965 219.8013 119.4141 c +219.8013 119.4141 l +f +0 D +222.3018 117.9658 m +221.894 117.9658 l +221.894 118.377 l +222.3018 118.377 l +222.3018 117.9658 l +f +221.894 117.9658 m +F +222.8247 119.4141 m +222.8247 119.7607 222.8604 120.04 222.9312 120.251 c +223.0015 120.4629 223.106 120.626 223.2466 120.7402 c +223.3857 120.8555 223.5625 120.9131 223.7734 120.9131 c +223.9292 120.9131 224.0669 120.8809 224.1841 120.8193 c +224.3022 120.7559 224.3989 120.6641 224.4756 120.5449 c +224.5527 120.4248 224.6133 120.2783 224.6572 120.1074 c +224.7002 119.9375 224.7227 119.7041 224.7227 119.4141 c +224.7227 119.0703 224.6865 118.793 224.6162 118.5811 c +224.5459 118.3682 224.4414 118.2041 224.3022 118.0898 c +224.1616 117.9746 223.9863 117.917 223.7734 117.917 c +223.4937 117.917 223.2729 118.0166 223.1123 118.2217 c +222.9209 118.4658 222.8247 118.8643 222.8247 119.4141 c +222.8247 119.4141 l +f +1 D +223.1909 119.4141 m +223.1909 118.9326 223.2466 118.6113 223.3594 118.4521 c +223.4702 118.2949 223.6104 118.2139 223.7734 118.2139 c +223.9375 118.2139 224.0742 118.2949 224.188 118.4531 c +224.2993 118.6143 224.3545 118.9346 224.3545 119.4141 c +224.3545 119.8975 224.2993 120.2188 224.188 120.377 c +224.0742 120.5381 223.9355 120.6152 223.7686 120.6152 c +223.6045 120.6152 223.4746 120.5449 223.376 120.4043 c +223.2529 120.2256 223.1909 119.8965 223.1909 119.4141 c +F +*U +*u +0 D +235.0195 119.4141 m +235.0195 119.7607 235.0552 120.04 235.1255 120.251 c +235.1958 120.4629 235.3008 120.626 235.4414 120.7402 c +235.5806 120.8555 235.7554 120.9131 235.9683 120.9131 c +236.124 120.9131 236.2612 120.8809 236.3789 120.8193 c +236.4976 120.7559 236.5942 120.6641 236.6709 120.5449 c +236.7471 120.4248 236.8081 120.2783 236.8501 120.1074 c +236.895 119.9375 236.9155 119.7041 236.9155 119.4141 c +236.9155 119.0703 236.8818 118.793 236.8115 118.5811 c +236.7412 118.3682 236.6362 118.2041 236.4976 118.0898 c +236.356 117.9746 236.1816 117.917 235.9683 117.917 c +235.687 117.917 235.4678 118.0166 235.3057 118.2217 c +235.1138 118.4658 235.0195 118.8643 235.0195 119.4141 c +235.0195 119.4141 l +f +1 D +235.3853 119.4141 m +235.3853 118.9326 235.4414 118.6113 235.5542 118.4521 c +235.6655 118.2949 235.8037 118.2139 235.9683 118.2139 c +236.1318 118.2139 236.2695 118.2949 236.3804 118.4531 c +236.4922 118.6143 236.5503 118.9346 236.5503 119.4141 c +236.5503 119.8975 236.4922 120.2188 236.3804 120.377 c +236.2695 120.5381 236.1304 120.6152 235.9629 120.6152 c +235.8003 120.6152 235.6694 120.5449 235.5708 120.4043 c +235.4478 120.2256 235.3853 119.8965 235.3853 119.4141 c +235.3853 119.4141 l +f +0 D +237.8867 117.9658 m +237.4795 117.9658 l +237.4795 118.377 l +237.8867 118.377 l +237.8867 117.9658 l +f +237.4795 117.9658 m +F +240.2861 118.3135 m +240.2861 117.9658 l +238.3628 117.9658 l +238.3589 118.0537 238.374 118.1377 238.4058 118.2178 c +238.4526 118.3506 238.5317 118.4795 238.6396 118.6074 c +238.7476 118.7354 238.9043 118.8828 239.1069 119.0518 c +239.4233 119.3145 239.6382 119.5205 239.7476 119.6738 c +239.8584 119.8271 239.9146 119.9707 239.9146 120.1074 c +239.9146 120.249 239.8643 120.3691 239.7642 120.4678 c +239.6626 120.5654 239.5303 120.6152 239.3677 120.6152 c +239.1943 120.6152 239.0566 120.5625 238.9536 120.459 c +238.8506 120.3545 238.7988 120.2109 238.7988 120.0264 c +238.4302 120.0645 l +238.4561 120.3408 238.5513 120.5518 238.7144 120.6973 c +238.8784 120.8398 239.0991 120.9131 239.3745 120.9131 c +239.6538 120.9131 239.8755 120.835 240.0386 120.6787 c +240.2007 120.5225 240.2827 120.3301 240.2827 120.0996 c +240.2827 119.9814 240.2578 119.8662 240.2109 119.751 c +240.1636 119.6387 240.0845 119.5205 239.9736 119.3955 c +239.8643 119.2686 239.6782 119.0977 239.4233 118.8779 c +239.2095 118.6963 239.0698 118.5732 239.0098 118.5078 c +238.9487 118.4434 238.8979 118.3789 238.8589 118.3135 c +240.2861 118.3135 l +F +*U +*u +250.5991 119.4141 m +250.5991 119.7607 250.6348 120.04 250.7051 120.251 c +250.7754 120.4629 250.8804 120.626 251.021 120.7402 c +251.1602 120.8555 251.335 120.9131 251.5483 120.9131 c +251.7036 120.9131 251.8408 120.8809 251.959 120.8193 c +252.0771 120.7559 252.1738 120.6641 252.2505 120.5449 c +252.3276 120.4248 252.3877 120.2783 252.4307 120.1074 c +252.4746 119.9375 252.4951 119.7041 252.4951 119.4141 c +252.4951 119.0703 252.4614 118.793 252.3911 118.5811 c +252.3208 118.3682 252.2158 118.2041 252.0771 118.0898 c +251.9365 117.9746 251.7612 117.917 251.5483 117.917 c +251.2666 117.917 251.0474 118.0166 250.8853 118.2217 c +250.6943 118.4658 250.5991 118.8643 250.5991 119.4141 c +250.5991 119.4141 l +f +1 D +250.9658 119.4141 m +250.9658 118.9326 251.021 118.6113 251.1348 118.4521 c +251.2456 118.2949 251.3833 118.2139 251.5483 118.2139 c +251.7124 118.2139 251.8496 118.2949 251.9609 118.4531 c +252.0723 118.6143 252.1299 118.9346 252.1299 119.4141 c +252.1299 119.8975 252.0723 120.2188 251.9609 120.377 c +251.8496 120.5381 251.71 120.6152 251.5439 120.6152 c +251.3799 120.6152 251.249 120.5449 251.1504 120.4043 c +251.0273 120.2256 250.9658 119.8965 250.9658 119.4141 c +250.9658 119.4141 l +f +0 D +253.4668 117.9658 m +253.0591 117.9658 l +253.0591 118.377 l +253.4668 118.377 l +253.4668 117.9658 l +f +253.0591 117.9658 m +F +255.1343 117.9658 m +255.1343 118.6689 l +253.8711 118.6689 l +253.8711 118.999 l +255.2002 120.8994 l +255.4907 120.8994 l +255.4907 118.999 l +255.8838 118.999 l +255.8838 118.6689 l +255.4907 118.6689 l +255.4907 117.9658 l +255.1343 117.9658 l +255.1343 117.9658 l +f +1 D +255.1343 118.999 m +255.1343 120.3232 l +254.2227 118.999 l +255.1343 118.999 l +F +*U +*u +0 D +265.8408 119.4141 m +265.8408 119.7607 265.8774 120.04 265.9478 120.251 c +266.0181 120.4629 266.1235 120.626 266.2642 120.7402 c +266.4028 120.8555 266.5781 120.9131 266.7905 120.9131 c +266.9468 120.9131 267.0835 120.8809 267.2017 120.8193 c +267.3198 120.7559 267.4165 120.6641 267.4932 120.5449 c +267.5693 120.4248 267.6304 120.2783 267.6724 120.1074 c +267.7163 119.9375 267.7383 119.7041 267.7383 119.4141 c +267.7383 119.0703 267.7041 118.793 267.6338 118.5811 c +267.5635 118.3682 267.4585 118.2041 267.3198 118.0898 c +267.1782 117.9746 267.0029 117.917 266.7905 117.917 c +266.5088 117.917 266.2891 118.0166 266.1279 118.2217 c +265.9365 118.4658 265.8408 118.8643 265.8408 119.4141 c +265.8408 119.4141 l +f +1 D +266.2075 119.4141 m +266.2075 118.9326 266.2642 118.6113 266.3765 118.4521 c +266.4878 118.2949 266.625 118.2139 266.7905 118.2139 c +266.9541 118.2139 267.0918 118.2949 267.2026 118.4531 c +267.314 118.6143 267.3716 118.9346 267.3716 119.4141 c +267.3716 119.8975 267.314 120.2188 267.2026 120.377 c +267.0918 120.5381 266.9531 120.6152 266.7856 120.6152 c +266.6221 120.6152 266.4907 120.5449 266.3921 120.4043 c +266.2705 120.2256 266.2075 119.8965 266.2075 119.4141 c +266.2075 119.4141 l +f +0 D +268.7085 117.9658 m +268.3008 117.9658 l +268.3008 118.377 l +268.7085 118.377 l +268.7085 117.9658 l +f +268.3008 117.9658 m +F +271.085 120.1826 m +270.729 120.1553 l +270.6978 120.2959 270.6528 120.3994 270.5947 120.4629 c +270.498 120.5654 270.3779 120.6162 270.2373 120.6162 c +270.123 120.6162 270.0234 120.585 269.938 120.5205 c +269.8247 120.4395 269.7368 120.3174 269.6719 120.1582 c +269.606 120 269.5732 119.7734 269.5698 119.4795 c +269.6567 119.6133 269.7607 119.709 269.8857 119.7744 c +270.0103 119.8389 270.1406 119.8711 270.2764 119.8711 c +270.5137 119.8711 270.7173 119.7832 270.8853 119.6064 c +271.0522 119.4277 271.1367 119.1992 271.1367 118.9209 c +271.1367 118.7354 271.0962 118.5645 271.0181 118.4072 c +270.9399 118.25 270.832 118.127 270.6943 118.0439 c +270.5571 117.958 270.3994 117.917 270.2241 117.917 c +269.9277 117.917 269.686 118.0273 269.4971 118.248 c +269.3096 118.4697 269.2158 118.833 269.2158 119.3398 c +269.2158 119.9063 269.3188 120.3193 269.5269 120.5762 c +269.7095 120.7998 269.9531 120.9131 270.2588 120.9131 c +270.4878 120.9131 270.6763 120.8467 270.8213 120.7197 c +270.9678 120.5889 271.0557 120.4111 271.085 120.1826 c +271.085 120.1826 l +f +1 D +269.625 118.918 m +269.625 118.7939 269.6514 118.6748 269.7041 118.5596 c +269.7563 118.4473 269.8301 118.3623 269.9233 118.3027 c +270.0181 118.2441 270.1167 118.2139 270.2197 118.2139 c +270.3701 118.2139 270.501 118.2744 270.6089 118.3975 c +270.7173 118.5205 270.771 118.6885 270.771 118.8994 c +270.771 119.1006 270.7183 119.2617 270.6104 119.375 c +270.5044 119.4922 270.3687 119.5537 270.2046 119.5537 c +270.0444 119.5537 269.9063 119.4922 269.7935 119.375 c +269.6831 119.2617 269.625 119.1084 269.625 118.918 c +F +*U +*u +0 D +281.4229 119.4141 m +281.4229 119.7607 281.459 120.04 281.5293 120.251 c +281.5996 120.4629 281.7051 120.626 281.8457 120.7402 c +281.9849 120.8555 282.1597 120.9131 282.3726 120.9131 c +282.5283 120.9131 282.6655 120.8809 282.7832 120.8193 c +282.9009 120.7559 282.9971 120.6641 283.0747 120.5449 c +283.1514 120.4248 283.2124 120.2783 283.2544 120.1074 c +283.2983 119.9375 283.3198 119.7041 283.3198 119.4141 c +283.3198 119.0703 283.2856 118.793 283.2153 118.5811 c +283.145 118.3682 283.0405 118.2041 282.9009 118.0898 c +282.7598 117.9746 282.5845 117.917 282.3726 117.917 c +282.0908 117.917 281.8711 118.0166 281.71 118.2217 c +281.5195 118.4658 281.4229 118.8643 281.4229 119.4141 c +281.4229 119.4141 l +f +1 D +281.7896 119.4141 m +281.7896 118.9326 281.8457 118.6113 281.9585 118.4521 c +282.0698 118.2949 282.2065 118.2139 282.3726 118.2139 c +282.5361 118.2139 282.6738 118.2949 282.7847 118.4531 c +282.896 118.6143 282.9531 118.9346 282.9531 119.4141 c +282.9531 119.8975 282.896 120.2188 282.7847 120.377 c +282.6738 120.5381 282.5342 120.6152 282.3672 120.6152 c +282.2036 120.6152 282.0728 120.5449 281.9751 120.4043 c +281.8521 120.2256 281.7896 119.8965 281.7896 119.4141 c +281.7896 119.4141 l +f +0 D +284.2905 117.9658 m +283.8823 117.9658 l +283.8823 118.377 l +284.2905 118.377 l +284.2905 117.9658 l +f +283.8823 117.9658 m +F +285.3628 119.5576 m +285.2134 119.6133 285.1035 119.6904 285.0322 119.792 c +284.9619 119.8945 284.9253 120.0146 284.9253 120.1582 c +284.9253 120.3711 285.001 120.5508 285.1533 120.6963 c +285.3052 120.8398 285.5083 120.9131 285.7617 120.9131 c +286.0161 120.9131 286.2202 120.8389 286.375 120.6885 c +286.5298 120.542 286.6079 120.3594 286.6079 120.1465 c +286.6079 120.0117 286.5718 119.8916 286.5 119.792 c +286.4297 119.6904 286.3218 119.6133 286.1792 119.5576 c +286.3564 119.501 286.4922 119.4053 286.5874 119.2734 c +286.6797 119.1436 286.7261 118.9873 286.7261 118.8057 c +286.7261 118.5547 286.6392 118.3438 286.4624 118.1729 c +286.2861 118.002 286.0547 117.917 285.7676 117.917 c +285.4805 117.917 285.25 118.002 285.0728 118.1729 c +284.8979 118.3438 284.8101 118.5596 284.8101 118.8154 c +284.8101 119.0088 284.8569 119.168 284.9536 119.2959 c +285.0483 119.4229 285.1846 119.5107 285.3628 119.5576 c +285.3628 119.5576 l +f +1 D +285.291 120.1689 m +285.291 120.0293 285.335 119.915 285.4233 119.8291 c +285.5132 119.7412 285.6279 119.6953 285.7705 119.6953 c +285.9082 119.6953 286.0205 119.7393 286.1074 119.8271 c +286.1958 119.9141 286.2397 120.0225 286.2397 120.1475 c +286.2397 120.2813 286.1938 120.3926 286.1045 120.4814 c +286.0142 120.5713 285.9019 120.6162 285.7656 120.6162 c +285.6299 120.6162 285.5161 120.5732 285.4263 120.4854 c +285.3364 120.3975 285.291 120.29 285.291 120.1689 c +285.291 120.1689 l +f +285.1758 118.8125 m +285.1758 118.7109 285.2002 118.6113 285.2485 118.5166 c +285.2974 118.4189 285.3691 118.3438 285.4644 118.292 c +285.5596 118.2412 285.6626 118.2139 285.772 118.2139 c +285.9419 118.2139 286.0825 118.2686 286.1938 118.3799 c +286.3047 118.4893 286.3608 118.6318 286.3608 118.8018 c +286.3608 118.9766 286.3037 119.1182 286.1895 119.2334 c +286.0752 119.3467 285.9312 119.4033 285.7583 119.4033 c +285.5923 119.4033 285.4521 119.3467 285.3408 119.2344 c +285.2319 119.1221 285.1758 118.9814 285.1758 118.8125 c +F +*U +*u +0 D +298.3276 117.9658 m +297.9727 117.9658 l +297.9727 120.2637 l +297.8848 120.1797 297.7715 120.0977 297.6338 120.0137 c +297.4932 119.9316 297.3687 119.8691 297.2563 119.8291 c +297.2563 120.1758 l +297.4565 120.2705 297.6309 120.3867 297.7808 120.5205 c +297.9282 120.6563 298.0352 120.7852 298.0972 120.9121 c +298.3276 120.9121 l +298.3276 117.9658 l +298.3276 117.9658 l +f +299.8506 117.9658 m +299.4424 117.9658 l +299.4424 118.377 l +299.8506 118.377 l +299.8506 117.9658 l +f +299.4424 117.9658 m +F +300.373 119.4141 m +300.373 119.7607 300.4082 120.04 300.4785 120.251 c +300.5488 120.4619 300.6543 120.626 300.7949 120.7383 c +300.9346 120.8545 301.1094 120.9121 301.3223 120.9121 c +301.4756 120.9121 301.6152 120.8809 301.7324 120.8184 c +301.8506 120.7549 301.9463 120.6631 302.0244 120.5439 c +302.1016 120.4238 302.1611 120.2793 302.2051 120.1074 c +302.248 119.9365 302.2695 119.7051 302.2695 119.4141 c +302.2695 119.0693 302.2354 118.792 302.165 118.5811 c +302.0947 118.3691 301.9893 118.2051 301.8506 118.0898 c +301.709 117.9727 301.5332 117.916 301.3223 117.916 c +301.041 117.916 300.8213 118.0176 300.6582 118.2207 c +300.4697 118.4648 300.373 118.8623 300.373 119.4141 c +300.373 119.4141 l +f +1 D +300.7402 119.4141 m +300.7402 118.9316 300.7949 118.6104 300.9072 118.4512 c +301.0186 118.291 301.1572 118.2139 301.3223 118.2139 c +301.4863 118.2139 301.624 118.2949 301.7354 118.4531 c +301.8477 118.6123 301.9033 118.9336 301.9033 119.4141 c +301.9033 119.8965 301.8477 120.2178 301.7354 120.377 c +301.624 120.5371 301.4844 120.6152 301.3164 120.6152 c +301.1533 120.6152 301.0225 120.5449 300.9229 120.4043 c +300.8018 120.2246 300.7402 119.8945 300.7402 119.4141 c +F +*U +*u +0 D +0 R +0 G +0.2 w [1.5208 1.5208 1.5208 1.5208 ]0 d 144.959 124.9502 m +144.959 272.2549 l +S +160.4556 124.9502 m +160.4556 272.2549 l +S +175.9541 124.9502 m +175.9541 272.2549 l +S +191.4521 124.9502 m +191.4521 272.2549 l +S +206.9487 124.9502 m +206.9487 272.2549 l +S +222.4463 124.9502 m +222.4463 272.2549 l +S +237.9438 124.9502 m +237.9438 272.2549 l +S +253.4419 124.9502 m +253.4419 272.2549 l +S +268.9395 124.9502 m +268.9395 272.2549 l +S +284.436 124.9502 m +284.436 272.2549 l +S +299.9336 124.9502 m +299.9336 272.2549 l +S +*U +800 Ar +1 w []0 d 342.1934 8611.8896 m +342.1934 -7771.1104 L +(N) * +-7893 435.0679 m +8490 435.0679 L +(N) * +300 Ar +0 R +0.9882 0.9608 0 0 0 0 1 XA +0.35 w 155.3467 242.9014 m +163.9551 240.8311 l +172.5664 234.5078 l +181.1758 214.1895 l +189.7842 227.6719 l +198.3955 225.4814 l +207.0049 239.2988 l +215.6133 247.4902 l +224.2246 228.6377 l +232.834 233.249 l +241.4424 236.8701 l +250.0537 238.2881 l +258.6631 238.2764 l +267.2715 203.0635 l +275.8828 230.4424 l +284.4922 239.665 l +293.1006 242.418 l +S +0 0.8431 1 0 1 0 0 XA +155.3467 244.1572 m +163.9551 239.7686 l +172.5664 236.4385 l +181.1758 223.4551 l +189.7842 178.0254 l +198.3955 188.3467 l +207.0049 196.2666 l +215.6133 199.6709 l +224.2246 191.1514 l +232.834 143.6299 l +241.4424 165.8857 l +250.0537 155.3672 l +258.6631 172.9502 l +267.2715 221.665 l +275.8828 235.9873 l +284.4922 239.5205 l +293.1006 243.9697 l +S +0 O +1 g +1 w 153.7627 244.3096 m +155.457 246.4443 l +157.1514 244.3096 l +F +153.7627 244.3096 m +157.1514 244.3096 l +155.457 242.1758 l +F +0 R +0 G +0.35 w 153.7646 244.3174 m +155.458 246.4521 l +157.1514 244.3174 l +155.458 242.1826 l +153.7646 244.3174 l +S +0 O +1 g +1 w 162.2314 239.6123 m +163.9258 241.7471 l +165.6201 239.6123 l +F +162.2314 239.6123 m +165.6201 239.6123 l +163.9258 237.4785 l +F +0 R +0 G +0.35 w 162.2344 239.6201 m +163.9268 241.7549 l +165.6211 239.6201 l +163.9268 237.4854 l +162.2344 239.6201 l +S +0 O +1 g +1 w 171.0381 236.625 m +172.7324 238.7588 l +174.4258 236.625 l +F +171.0381 236.625 m +174.4258 236.625 l +172.7324 234.4902 l +F +0 R +0 G +0.35 w 171.04 236.6318 m +172.7344 238.7656 l +174.4268 236.6318 l +172.7344 234.4971 l +171.04 236.6318 l +S +0 O +1 g +1 w 179.5068 223.3896 m +181.2012 225.5234 l +182.8955 223.3896 l +F +179.5068 223.3896 m +182.8955 223.3896 l +181.2012 221.2549 l +F +0 R +0 G +0.35 w 179.5098 223.3955 m +181.2021 225.5303 l +182.8955 223.3955 l +181.2021 221.2607 l +179.5098 223.3955 l +S +0 O +1 g +1 w 187.9756 178.1299 m +189.6699 180.2646 l +191.3643 178.1299 l +F +187.9756 178.1299 m +191.3643 178.1299 l +189.6699 175.9951 l +F +0 R +0 G +0.35 w 187.9785 178.1367 m +189.6709 180.2725 l +191.3652 178.1367 l +189.6709 176.0029 l +187.9785 178.1367 l +S +0 O +1 g +1 w 196.7832 188.3779 m +198.4775 190.5117 l +200.1709 188.3779 l +F +196.7832 188.3779 m +200.1709 188.3779 l +198.4775 186.2432 l +F +0 R +0 G +0.35 w 196.7852 188.3838 m +198.4795 190.5186 l +200.1738 188.3838 l +198.4795 186.249 l +196.7852 188.3838 l +S +0 O +1 g +1 w 205.252 196.0635 m +206.9463 198.1973 l +208.6396 196.0635 l +F +205.252 196.0635 m +208.6396 196.0635 l +206.9463 193.9287 l +F +0 R +0 G +0.35 w 205.2549 196.0693 m +206.9473 198.2041 l +208.6416 196.0693 l +206.9473 193.9346 l +205.2549 196.0693 l +S +0 O +1 g +1 w 214.0586 199.4775 m +215.7529 201.6133 l +217.4463 199.4775 l +F +214.0586 199.4775 m +217.4463 199.4775 l +215.7529 197.3438 l +F +0 R +0 G +0.35 w 214.0615 199.4844 m +215.7549 201.6191 l +217.4492 199.4844 l +215.7549 197.3506 l +214.0615 199.4844 l +S +0 O +1 g +1 w 222.5273 190.9385 m +224.2217 193.0732 l +225.915 190.9385 l +F +222.5273 190.9385 m +225.915 190.9385 l +224.2217 188.8037 l +F +0 R +0 G +0.35 w 222.5303 190.9463 m +224.2227 193.0811 l +225.917 190.9463 l +224.2227 188.8115 l +222.5303 190.9463 l +S +0 O +1 g +1 w 230.9961 143.5469 m +232.6904 145.6807 l +234.3828 143.5469 l +F +230.9961 143.5469 m +234.3828 143.5469 l +232.6904 141.4111 l +F +0 R +0 G +0.35 w 230.999 143.5518 m +232.6934 145.6865 l +234.3857 143.5518 l +232.6934 141.417 l +230.999 143.5518 l +S +0 O +1 g +1 w 239.8047 165.749 m +241.498 167.8838 l +243.1924 165.749 l +F +239.8047 165.749 m +243.1924 165.749 l +241.498 163.6143 l +F +0 R +0 G +0.35 w 239.8066 165.7549 m +241.5 167.8896 l +243.1924 165.7549 l +241.5 163.6201 l +239.8066 165.7549 l +S +0 O +1 g +1 w 248.2725 155.501 m +249.9668 157.6357 l +251.6611 155.501 l +F +248.2725 155.501 m +251.6611 155.501 l +249.9668 153.3672 l +F +0 R +0 G +0.35 w 248.2744 155.5078 m +249.9688 157.6426 l +251.6611 155.5078 l +249.9688 153.373 l +248.2744 155.5078 l +S +0 O +1 g +1 w 257.0801 173.0068 m +258.7744 175.1416 l +260.4678 173.0068 l +F +257.0801 173.0068 m +260.4678 173.0068 l +258.7744 170.873 l +F +0 R +0 G +0.35 w 257.082 173.0127 m +258.7754 175.1475 l +260.4697 173.0127 l +258.7754 170.8789 l +257.082 173.0127 l +S +0 O +1 g +1 w 265.5479 221.6807 m +267.2422 223.8145 l +268.9365 221.6807 l +F +265.5479 221.6807 m +268.9365 221.6807 l +267.2422 219.5459 l +F +0 R +0 G +0.35 w 265.5508 221.6885 m +267.2451 223.8232 l +268.9365 221.6885 l +267.2451 219.5537 l +265.5508 221.6885 l +S +0 O +1 g +1 w 274.3555 235.7705 m +276.0498 237.9053 l +277.7422 235.7705 l +F +274.3555 235.7705 m +277.7422 235.7705 l +276.0498 233.6367 l +F +0 R +0 G +0.35 w 274.3574 235.7764 m +276.0508 237.9111 l +277.7432 235.7764 l +276.0508 233.6426 l +274.3574 235.7764 l +S +0 O +1 g +1 w 282.8232 239.6123 m +284.5176 241.7471 l +286.2109 239.6123 l +F +282.8232 239.6123 m +286.2109 239.6123 l +284.5176 237.4785 l +F +0 R +0 G +0.35 w 282.8262 239.6201 m +284.5205 241.7549 l +286.2139 239.6201 l +284.5205 237.4854 l +282.8262 239.6201 l +S +0 O +1 g +1 w 291.292 243.8838 m +292.9863 246.0176 l +294.6807 243.8838 l +F +291.292 243.8838 m +294.6807 243.8838 l +292.9863 241.749 l +F +0 R +0 G +0.35 w 291.2949 243.8896 m +292.9893 246.0244 l +294.6816 243.8896 l +292.9893 241.7549 l +291.2949 243.8896 l +S +LB +%AI5_EndLayer-- +%%PageTrailer +gsave annotatepage grestore showpage +%%Trailer +Adobe_Illustrator_AI5 /terminate get exec +Adobe_shading_AI8 /terminate get exec +Adobe_ColorImage_AI6 /terminate get exec +Adobe_pattern_AI5 /terminate get exec +AGM_Gradient /terminate get exec +Adobe_screens_AI5 /terminate get exec +Adobe_cshow /terminate get exec +Adobe_level2_AI5 /terminate get exec +%%EOF diff --git a/LaTeX/Annals/imsart-nameyear.bst b/LaTeX/Annals/imsart-nameyear.bst new file mode 100644 index 0000000..97477e2 --- /dev/null +++ b/LaTeX/Annals/imsart-nameyear.bst @@ -0,0 +1,2332 @@ +%% This is file `imsart-nameyear.bst' +%% +%% +%% You are free to use this style file as you see fit, provided +%% that you do not make changes to the file. +%% If you DO make changes, you are required to rename this file. +%% +%% It may be distributed under the terms of the LaTeX Project Public +%% License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +%% TeX programming: Linas Stonys, VTeX, Lithuania, lstonys@vtex.lt +%% +%% This bibtex style produces structured bibliography (.bbl) file which could be +%% converted back into the database (.bib) format. +%% bibtex program must be invoked with the maximum allocation of memory (-w switch) +%% +%% This bibtex style could be used only with the imsart package +%% starting with version from 2009/08/13 + +%% 2010-02-01 - splited inits "A.D." -> "A. D." and "A.{\,}D." -> "A. D." +%% 2010-03-19 - fixed sorting. +%% 2011-01-07 - inserted options: sort, nameyear, alpha, number. +%% 2013-01-28 - added: arxiv, mrnumber. Changed tags. + +ENTRY + { address + author + arxiv + booktitle + bpt_note + bpt_ok + chapter + doi + edition + editor + howpublished + institution + isbn + journal + key + month + mrnumber + note + number + organization + pages + publisher + school + series + src + sortkey + title + type + volume + year + url + id + options + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence + after.block between.elements } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #5 'between.elements := +} + +STRINGS { s t tmp1 tmp2 tmp3 tmp4 tmp5} +STRINGS { longest.label last.label list.string temp.str default.list} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { " " * write$ newline$} + { output.state after.block = + { add.period$ write$ + newline$ + % "\newblock " write$ + } + { output.state between.elements = + { ", " * write$ newline$ } + { output.state before.all = + 'write$ + { add.period$ " " * write$ newline$} + if$ + } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + {output.nonnull} + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + {output.nonnull} + if$ +} + + + +FUNCTION {insert.comma} +{ output.state before.all = + 'skip$ + { between.elements 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state :=} + if$ + } + if$ +} + + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +STRINGS { v l f j b ff} +INTEGERS { nameptr namesleft numnames bother} +INTEGERS {str.length count return save.num1 save.num2 save.num3 save.num4 int done} +FUNCTION {is.in.list}{ + 'f := + %%%% issisaugoju originalius "s" ir "t" + s 'j := + f 's := + t 'f := + list.string text.length$ 'str.length := + list.string 't := +% s text.length$ 'slen := + int 'save.num1 := + count 'save.num2 := + #1 'int := + #1 'count := + #0 'return := + + { count str.length = not + #0 str.length = not + and + } + { + count #1 + 'count := + t int #1 substring$ "," = + { + t #1 int substring$ s "," * = + { + #1 'return := + str.length 'count := + } + 'skip$ + if$ + + int #1 + 'int := + t int global.max$ substring$ 't := + #0 'int := + } + 'skip$ + if$ + int #1 + 'int := +% "count=" count int.to.str$ * " slen=" * str.length int.to.str$ * top$ + } + while$ + + save.num1 'int := + save.num2 'count := + + #0 return = + { s t = + {#1 'return :=} + 'skip$ + if$ + } + 'skip$ + if$ + %%%% grazinu originalius "s" ir "t" + j 's := + f 't := + + return +} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%% formating bbl +%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +FUNCTION {make.tag} +{ 't := + duplicate$ empty$ + { pop$ "" } + { bother #0 = + { t "volume" = + {"\textbf{" swap$ * "}" * } + 'skip$ + if$ + } + { "\b" t * "{" * swap$ * "}" * } + if$ + } + if$ +} + +INTEGERS {sk} +FUNCTION {is.num} +{ chr.to.int$ + duplicate$ "0" chr.to.int$ < not + swap$ "9" chr.to.int$ > not and +} + +FUNCTION {byear} +{ duplicate$ empty$ + { pop$ "" } + {'t := + t text.length$ 'sk := + #5 sk = + {t #1 #4 substring$ 's := + t #5 #1 substring$ 'longest.label := + longest.label is.num not + {"\byear{" s * "}" * longest.label * } + {"\byear{" t * "}" * } + if$ + } + {t "year" make.tag + "type=nameyear" is.in.list + {extra.label *} + 'skip$ + if$ + } + if$ + } + if$ +} + + + +FUNCTION {format.address} +{address empty$ + { "" } + {address "address" make.tag } + if$ +} + +FUNCTION {format.organization} +{organization empty$ + { "" } + {organization "publisher" make.tag} + if$ +} + +FUNCTION {format.org} +{organization empty$ + { "" } + {organization "organization" make.tag add.period$} + if$ +} + + + + +FUNCTION {format.pub.address} +{ publisher empty$ + { "" } + { publisher "publisher" make.tag + address empty$ + 'skip$ + {", " * format.address * add.period$} + if$ + } + if$ +} + +FUNCTION {mk.tag} +{ 'temp.str := + duplicate$ empty$ + { pop$ "" } + { + b "nothing" = + 'skip$ + {"\b" temp.str * "{" * swap$ * "}" * } + if$ + } + if$ +} + +FUNCTION {space.after.dot} +{'t := + "" 'l := + "" 's := + { t empty$ not } + { t #1 #1 substring$ 's := + l s * 'l := + s "." = + { t #2 #1 substring$ " " = + 'skip$ + { + l " " * 'l := + t #2 #4 substring$ "{\,}" = + { + t #5 global.max$ substring$ 't := + } + 'skip$ + if$ + } + if$ + } + 'skip$ + + if$ + t #2 global.max$ substring$ 't := + } + while$ + l +} + +FUNCTION {format.author.editor} +{ 'b := + + b "editor" = + b "beditor" = + b "editor2" = + or or + {editor space.after.dot 's :=} + {author space.after.dot 's :=} + if$ + + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { + s nameptr "{vv}" format.name$ "particle" mk.tag 'v := + s nameptr "{ll}" format.name$ "snm" mk.tag 'l := + s nameptr "{f.}" format.name$ "inits" mk.tag 'f := + s nameptr "{ff}" format.name$ "fnm" mk.tag 'ff := + s nameptr "{jj}" format.name$ "suffix" mk.tag 'j := + + j empty$ + {"" 'j :=} + {" " j * 'j :=} + if$ + + v empty$ + {"" 'v :=} + {v " " * 'v :=} + if$ + + l "\bsnm{others}" = + { "et~al." "etal" make.tag * } + { + b "editor2" = + {"\beditor{" * ff * f * + ff "" = f "" = and + 'skip$ + {"~" * } + if$ + v * l * j * "}" * "" 't := + } + 'skip$ + if$ + + b "author" = + b "editor" = + or + {"\b" * b * "{" * v * l * + ff "" = f "" = and + 'skip$ + {",~" * } + if$ + ff * f * j * "}" * "" 't :=} + 'skip$ + if$ + + } + if$ + + namesleft #0 > + { namesleft #1 > + { namesleft #2 = + { s numnames "{ll}" format.name$ "others" = + {" " * t * } + {" \AND " * t * } + if$ + } + {", " * t * } + if$ + } + {""} + if$ + } + 't + + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + + +FUNCTION {format.editors} +{ editor empty$ + {""} + { + bother #0 = + {author empty$ + {"editor"} + {"nothing"} + if$ + } + {"editor"} + if$ + format.author.editor + editor num.names$ #1 > + { ", eds." * } + { ", ed." * } + if$ + } + if$ +} + +FUNCTION {format.authors} +{ author empty$ + {""} + {"author" format.author.editor} + if$ +} + +FUNCTION {make.editors} +{ editor empty$ + { "" } + { "(" + + bother #0 = + {author empty$ + {"editor"} + {"nothing"} + if$ + } + {"editor2"} + if$ + format.author.editor + * + editor num.names$ #1 > + { ", eds.)" * } + { ", ed.)" * } + if$ + } + if$ +} + + + +FUNCTION {cite.author.editor} +{ 's := + + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #3 > + { pop$ " et~al." * } + { #3 = + { s #3 "{vv~}{ll}{ jj}{ f}" format.name$ "others" = + { " et~al." * } + { ", " * s #2 "{vv~}{ll}" format.name$ * + " and " * s #3 "{vv~}{ll}" format.name$ * + } + if$ + } + {s num.names$ #2 = + {s #2 "{vv~}{ll}{ jj}{ f}" format.name$ "others" = + { " et~al." * } + { " and " * s #2 "{vv~}{ll}" format.name$ * } + if$ + } + 'skip$ + if$ + } + if$ + } + if$ +} + + +FUNCTION {check.auth.edit.org} +{author empty$ + { + editor empty$ + { + organization empty$ + {""} + {organization} + if$ + } + {editor cite.author.editor} + if$ + } + {author cite.author.editor} + if$ +} + +FUNCTION {check.year} +{year empty$ + {""} + {year extra.label * + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem" + "type=nameyear" is.in.list + { + "[\protect\citeauthoryear{" * write$ + check.auth.edit.org write$ + "}{" write$ + check.year write$ + "}]" + } + 'skip$ + if$ + "type=alpha" is.in.list + { + "[" * write$ + label write$ + "]" + } + 'skip$ + if$ + + "{" * write$ + cite$ write$ + "}" write$ + newline$ + "" before.all 'output.state := +} + +INTEGERS { multiresult char.num k } + + +FUNCTION {string.to.integer} +{ 't := + t text.length$ 'k := + #1 'char.num := + { t char.num #1 substring$ 's := + s is.num + s "." = + or + char.num k = not + and + } + {char.num #1 + 'char.num :=} + while$ + char.num #1 - 'char.num := + t #1 char.num substring$ +} + +FUNCTION {check.mrnumber} +{mrnumber 't := + "" + { t empty$ not } + { t #1 #2 substring$ "\#" = + { t #1 #2 substring$ * + t #2 global.max$ substring$ 't := + } + { + t #1 #1 substring$ "#" = + { "\#" * + t #2 global.max$ substring$ 't := + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + if$ + } + while$ +} + + +FUNCTION {remove.braces} +{'t := + "" + { t empty$ not } + { t #1 #1 substring$ "{" = + t #1 #1 substring$ "}" = + or + { + t #2 global.max$ substring$ 't := + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.mrnumber} +{ mrnumber empty$ + { "" } + { bother #0 = + {check.mrnumber} + {"\bmrnumber{" check.mrnumber * "}" * } + if$ + } + if$ +} + +INTEGERS { found } +FUNCTION {cut.info} +{ 't := + #0 'found := + "" 's := + "" 'v := + { t empty$ not } + { + t #1 #5 substring$ "info:" = + { + t #6 global.max$ substring$ 't := + #1 'found := + "}" 'v := + } + 'skip$ + if$ + + t #1 #1 substring$ "/" = + #1 found = + and + { + t #2 global.max$ substring$ 't := + s "={" * 's := + #0 'found := + + } + 'skip$ + if$ + + t #1 #2 substring$ ", " = + v "}" = + and + { + t #2 global.max$ substring$ 't := + s "}," * 's := + } + 'skip$ + if$ + s t #1 #1 substring$ * 's := + t #2 global.max$ substring$ 't := + } + while$ +s v * +} + +FUNCTION {format.id} +{ id empty$ + { "" } + { bother #0 = + { "" } + {"\bid{" id cut.info * "}" * } + if$ + } + if$ +} + +FUNCTION {format.journal} +{ journal empty$ + { "" } + { bother #0 = + {journal "t" change.case$} + {"\bjournal{" journal * "}" * } + if$ + } + if$ +} +FUNCTION {title.sep} +{ type$ "article" = + type$ "incollection" = + type$ "inproceedings" = + type$ "booklet" = + type$ "unpublished" = + or or or or + 'add.period$ + 'skip$ + if$ + + type$ "inbook" = + type$ "manual" = + or + edition empty$ not + and + {"," *} + { + edition empty$ + series empty$ not + and + 'add.period$ + 'skip$ + if$ + } + if$ + + type$ "book" = + { + edition empty$ not + series empty$ not + and + {"," *} + { + edition empty$ + series empty$ not + and + 'add.period$ + 'skip$ + if$ + } + if$ + } + 'skip$ + if$ + +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { + title "title" make.tag + title.sep + } + if$ +} +FUNCTION {format.year} +{ year empty$ + {""} + { bother #0 = + {"(" year extra.label * * ")." *} + {"(" year byear * ")." *} + if$ + } + if$ +} + +FUNCTION {format.month} +{ month empty$ + {""} + { "\bmonth{" month * "}" *} + if$ +} +FUNCTION {format.type} +{ type empty$ + {""} + { "\btype{" type * "}" *} + if$ +} + +FUNCTION {formatpatent.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$} + + if$ + } + { month empty$ + { year byear} + {format.month " " * year byear *} + if$ + } + if$ +} +FUNCTION {format.btitle} +{ title "btitle" make.tag +} + + + +FUNCTION {format.note} +{ note empty$ + {""} + { note "note" make.tag} + if$ +} +FUNCTION {format.bptnote} +{bpt_note empty$ + {""} + {"\bptnote{" bpt_note * "}%" * } +if$ +} +FUNCTION {format.bptok} +{bpt_ok empty$ + {""} + {"\bptok{" bpt_ok * "}%" * } +if$ +} + +FUNCTION {add.note} +{ note empty$ + {""} + { note } + if$ +} +FUNCTION {format.chapter} +{chapter empty$ + {""} + {"\bchapter{" chapter * "}" * } +if$ +} + + +FUNCTION {chap.type} +{chapter empty$ + {""} + { type empty$ + { "Chapter "} + { type "Section" = + { "Section "} + { "Chapter "} + if$ + } + if$ + "\bchapter{" chapter * "}" * * + } +if$ +} + + +FUNCTION {chap.note} +{ format.note output + new.sentence +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} +FUNCTION {no.space.connect} +{ duplicate$ text.length$ #3 < + { "" } + { "" } + if$ + swap$ * * +} + + +%%%%%%%%%%%%%%%%%%%%%%%%%% patent names +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.series} +{ series empty$ + { "" } + { bother #0 = + {series} + {"\bseries{" series * "}" * } + if$ + } + if$ +} +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ } + { edition "t" change.case$ } + if$ + "edition" make.tag + " ed." * + } + if$ +} + + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} +FUNCTION {format.isbn} +{ isbn empty$ + { "" } + {"\bisbn{" isbn * "}" *} + if$ +} + +FUNCTION {format.school} +{ school empty$ + {""} + {"\bpublisher{" school * "}" * } + if$ +} + +FUNCTION {format.institution} +{ institution empty$ + {""} + { bother #0 = + {institution} + { "techreport" type$ = + {"\bpublisher{" } + {"\binstitute{" } + if$ + + institution * "}" * + } + if$ + } + if$ +} +FUNCTION {format.howpublished} +{ howpublished empty$ + {""} + { howpublished "howpublished" make.tag } + if$ +} + +FUNCTION {format.vol} +{ volume empty$ + number empty$ + and + {""} + { volume empty$ + {number} + {volume} + if$ + "volume" make.tag + } + if$ +} + +FUNCTION {note.presented} + {note #1 #9 substring$ "presented" = + note #1 #9 substring$ "Presented" = + or} + + + +FUNCTION {format.url} +{ url empty$ + { "" } + {"\url{" url * "}" * } + if$ +} + +FUNCTION {format.arxiv} +{ arxiv empty$ + { "" } + {"\arxiv{" arxiv * "}" * } + if$ +} + +FUNCTION {format.doi} +{ doi empty$ + {""} + {"\bdoi{" doi * "}" * } + if$ +} + +FUNCTION {format.ppages} +{ pages empty$ + {""} + {pages "pages" make.tag + add.period$ + } + if$ +} + + +FUNCTION {format.booktitle} +{ booktitle empty$ + { "" } + { bother #0 = + {"In " booktitle *} + {"In \bbooktitle{" booktitle * "}" *} + if$ + type$ "incollection" = + { series empty$ + volume empty$ + and + 'skip$ + { editor empty$ series empty$ not and + {"." *} + {"," *} + if$ + } + if$ + } + 'skip$ + if$ + + type$ "inproceedings" = + { series empty$ + editor empty$ +% volume empty$ not + and + 'skip$ + {editor empty$ + {"." *} + 'skip$ + if$ + } + if$ + } + 'skip$ + if$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "\btype{Technical Report}" } + { "\btype{" type * "}" * } + if$ + + number empty$ + 'skip$ + { " No. \bnumber{" number * "}" * * } + if$ + +% type empty$ not +% number empty$ + institution empty$ not + {"," *} + 'skip$ + if$ + +} + +FUNCTION {format.number} +{number empty$ + {""} + {"\bnumber{" number * "}" * } + if$ +} +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + + +FUNCTION {bcomment.note} +{note empty$ +'skip$ + {note "note" make.tag output add.period$} + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + "\btype" type * "}" * + } + if$ +} + + +FUNCTION {element.type} +{ bother #0 = + {"\begin{botherref}" write$ newline$} + {"\begin{" write$ + "b" + "conference" type$ = + {"inproceedings"} + { + "proceedings" type$ = + {"book"} + 'type$ + if$ + } + if$ + * write$ + "}[" write$ + src empty$ + {"author" write$} + {src write$ } + if$ + "]" write$ newline$ + } + if$ +} +FUNCTION {end.element.type} +{write$ newline$ + bother #0 = + {"\end{botherref}" write$ newline$} + {"\end{" write$ + "b" + "conference" type$ = + {"inproceedings"} + { + "proceedings" type$ = + {"book"} + 'type$ + if$ + } + if$ + * write$ + "}" write$ newline$ + } + if$ + "\endbibitem" write$ newline$ +} +FUNCTION {same.end} +{ add.period$ + format.doi output + %new.sentence + format.mrnumber output + %new.sentence + %format.url output + new.sentence + format.arxiv output + new.sentence + format.id output + format.bptnote output + format.bptok output + } + +FUNCTION {settings}{} + +FUNCTION {article} +{ output.bibitem + #1 'bother := + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.journal output + format.vol output + format.ppages output + new.sentence + bcomment.note + same.end + end.element.type +} + + +FUNCTION {manual} +{ output.bibitem + #1 'bother := + element.type + author empty$ + { organization empty$ + 'skip$ + { format.organization output.nonnull} + if$ + } + { format.authors output.nonnull} + if$ + format.year output + new.sentence + format.title "title" output.check + + format.edition output + author empty$ + { organization empty$ + 'skip$ + { format.address output} + if$ + } + { format.organization output + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + } + if$ + % new.sentence + bcomment.note + same.end + end.element.type +} + + +FUNCTION {patent} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.number output + new.sentence + bcomment.note + same.end + end.element.type +} + +FUNCTION { other } { patent } + +FUNCTION {book} +{ output.bibitem + #1 'bother := + element.type + author empty$ + { format.editors output} + { format.authors output.nonnull} + if$ + format.year output + format.title output + series empty$ + { + format.vol output + edition empty$ + 'new.sentence + 'insert.comma + if$ + format.edition output + new.sentence + } + { + format.edition output + new.sentence + format.series output + format.vol output + new.sentence + } + if$ + format.pub.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {booklet} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.howpublished output + address empty$ + 'new.sentence + 'insert.comma + if$ + format.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {inbook} +{ output.bibitem + #1 'bother := + element.type + author empty$ + { format.editors output} + { format.authors output.nonnull} + if$ + format.year output + format.title output + format.booktitle output + format.edition output + series empty$ + 'skip$ + {new.sentence} + if$ + format.series output + format.vol output + format.chapter output + chapter empty$ not + pages empty$ not + and + 'insert.comma + 'skip$ + if$ + format.ppages output + new.sentence + format.pub.address output + chap.note %output + new.sentence + same.end + end.element.type +} + +FUNCTION {incollection} +{ output.bibitem + #1 'bother := + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.booktitle "booktitle" output.check + format.edition output + make.editors output + series empty$ editor empty$ + or + 'skip$ + 'new.sentence + if$ + format.series output + format.vol output + format.chapter output + chapter empty$ not + pages empty$ not + and + 'insert.comma + 'skip$ + if$ + format.ppages output + format.pub.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {inproceedings} +{ output.bibitem + #1 'bother := + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.booktitle "booktitle" output.check + make.editors output + editor empty$ series empty$ + or + 'skip$ + 'new.sentence + if$ + format.series output + format.vol output + format.ppages output + new.sentence + publisher empty$ + {format.organization output} + {format.org output} + if$ + format.pub.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {conference} { inproceedings } + + +FUNCTION {mastersthesis} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + insert.comma + type empty$ + {"\btype{Master's thesis}" output.nonnull} + {format.type output} + if$ + school empty$ + 'skip$ + { insert.comma } + if$ + format.school output + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {misc} +{ #1 'bother := + output.bibitem + element.type + author empty$ + { organization empty$ + 'skip$ + { format.org output.nonnull} + if$ + } + { format.authors output.nonnull} + if$ + format.year output + format.title "title" output.check + new.sentence + format.howpublished output + new.sentence + author empty$ + { organization empty$ + 'skip$ + { format.address output} + if$ + } + { format.organization output + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + } + if$ + new.sentence + bcomment.note + same.end + empty.misc.check + end.element.type +} + +FUNCTION {phdthesis} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + insert.comma + type empty$ + {"\btype{PhD thesis}" output.nonnull} + {format.type output} + if$ + school empty$ + 'skip$ + { insert.comma } + if$ + format.school output + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {proceedings}{book} + +FUNCTION {techreport} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.tr.number output + format.institution output + new.sentence + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {unpublished} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + bcomment.note + same.end + end.element.type +} + +FUNCTION {default.type} { unpublished } + + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +%%%%% setting default options +FUNCTION {default.option.string} +{"sort=1,type=nameyear"} + +FUNCTION {set.default.opt} +{default.option.string 'list.string :=} + +EXECUTE {set.default.opt} +INTEGERS {length2} + + +FUNCTION {in.string}{ + l 'tmp1 := + v 'tmp2 := + + 'l := % chars + 'v := % string + l text.length$ 'length2 := + v text.length$ 'str.length := + + int 'save.num1 := + count 'save.num2 := + #1 'int := + #0 'count := + #0 'found := + + length2 str.length = + 'skip$ + { + l v = + {#1 'found :=} + { + { + count str.length = not + #0 str.length = not + and + } + { + count #1 + 'count := + v int length2 substring$ l = + { + #1 'found := + str.length 'count := % to finish while$ loop + } + 'skip$ + if$ + int #1 + 'int := + } + while$ + + } + if$ + } + if$ + save.num1 'int := + save.num2 'count := + tmp1 'l := + tmp2 'v := + + found +} + + +FUNCTION {split}{ + l 'tmp1 := + v 'tmp2 := + + 'l := % split by + 'v := % string to split + + l text.length$ 'length2 := + v text.length$ 'str.length := + + int 'save.num1 := + count 'save.num2 := + found 'save.num4 := + + #1 'int := + #0 'count := + #0 'found := + { + count str.length = not + #0 str.length = not + and + } + { + count #1 + 'count := + + v int length2 substring$ l = + { + v #1 int #1 - substring$ 'l := % surasta dalis + v int #1 + #100 substring$ 'v := % likusi dalis + #1 'found := + str.length 'count := % kad nutruktu ciklas + } + 'skip$ + if$ + int #1 + 'int := + } + while$ + save.num1 'int := + save.num2 'count := + + found #0 = + { + %l 'l := + "" 'l := + } + 'skip$ + if$ + save.num4 'found := + + v l + + tmp1 'l := + tmp2 'v := +} + +FUNCTION {add.option}{ + l 'tmp3 := + v 'tmp4 := + + + 'l := % option + 'v := % list + + v + v "" = + {""} + {","} + if$ + l * * + tmp3 'l := + tmp4 'v := +} + +FUNCTION {remove.option}{ + + %%%% issisaugoju originalius "s" ir "t" + l 'j := + v 'f := + + 'l := % option name + 'v := % list + + "" 'temp.str := % temporary list + + l text.length$ 'length2 := + v text.length$ 'str.length := + + int 'save.num1 := + count 'save.num2 := + done 'save.num3 := + + #1 'int := + #0 'count := + #0 'found := + + length2 str.length > + 'skip$ + { + #0 'done := + v 'f := + + {done #0 = } + { + + v "," in.string + { + v "," split + 'f := % rasta + 'v := % kas liko + + } + { + #1 'done := + v 'f := + } + if$ + + f l in.string + 'skip$ + { + temp.str f add.option 'temp.str := + } + if$ + } + while$ + + } + if$ + save.num1 'int := + save.num2 'count := + save.num3 'done := + + temp.str + j 'l := + f 'v := + +} + +FUNCTION {assign.opt}{ + % priskiriu options lauka, kad galeciau i(is)jungti "unsort" + "settings" type$ = + {options empty$ + 'skip$ + { + "" 'b := + "" 'tmp5 := + #0 'done := + + options "=" in.string % if options has '=' + { + options 'b := + b 'tmp5 := + + {done #0 = } + { + b "," in.string + { + b "," split + 'tmp5 := % rasta + 'b := % kas liko + } + { + #1 'done := + b 'tmp5 := + } + if$ + + tmp5 "=" in.string + { + tmp5 "=" split + 's := % before + 't := % after + list.string s remove.option 'list.string := + } + 'skip$ + if$ + + list.string tmp5 add.option 'list.string := + } + while$ + + } + 'skip$ + if$ + } + if$ + } + 'skip$ + if$ + +} + +ITERATE {assign.opt} + +INTEGERS { et.al.char.used } + +FUNCTION {initialize.et.al.char.used} +{ #0 'et.al.char.used := +} +EXECUTE {initialize.et.al.char.used} + +FUNCTION {format.lab.names.nameyear} +{ remove.braces 's := + s num.names$ 'numnames := + numnames #3 >% nuo kada daryti et~al. + { s #1 "{vv~}{ll}" format.name$ " et~al." * } + { + numnames #1 - 'namesleft := + #2 'nameptr := + s #1 "{vv~}{ll}" format.name$ + { namesleft #0 > } + { nameptr numnames = + { s nameptr "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * s nameptr "{vv~}{ll}" format.name$ * } + if$ + } + { ", " * s nameptr "{vv~}{ll}" format.name$ * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } + if$ +} + + +FUNCTION {format.lab.names.number} +{ remove.braces 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ vv }{ ll }{ f }{ jj }" format.name$ 't := + + t sortify * " " * + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$} + +FUNCTION {format.lab.names.alpha} +{ 's := + s num.names$ 'numnames := + numnames #1 > + { numnames #4 > + { #3 'namesleft := } + { numnames 'namesleft := } + if$ + #1 'nameptr := + "" + { namesleft #0 > } + { nameptr numnames = + { s nameptr "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { "+" * + #1 'et.al.char.used := + } + { s nameptr "{v{}}{l{}}" format.name$ * } + if$ + } + { s nameptr "{v{}}{l{}}" format.name$ * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + numnames #4 > + { "+" * + #1 'et.al.char.used := + } + 'skip$ + if$ + } + { s #1 "{v{}}{l{}}" format.name$ + duplicate$ text.length$ #2 < + { pop$ s #1 "{ll}" format.name$ #3 text.prefix$ } + 'skip$ + if$ + } + if$ +} +FUNCTION {format.lab.names}{ + "type=nameyear" is.in.list + 'format.lab.names.nameyear + { + "type=alpha" is.in.list + 'format.lab.names.alpha + 'format.lab.names.number + if$ + } + if$ +} +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.key.organization.label} +{ author empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "The " #4 organization chop.word #3 text.prefix$ } + if$ + } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.organization.label} +{ editor empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "The " #4 organization chop.word #3 text.prefix$ } + if$ + } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.organization.label + { type$ "manual" = + 'author.key.organization.label + 'author.key.label + if$ + } + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + + "type=alpha" is.in.list + { + duplicate$ + year field.or.null purify$ #-1 #2 substring$ + * + 'label := + year field.or.null purify$ #-1 #4 substring$ + * + sortify 'sort.label := + } + { + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := + label 'sort.label := + } + if$ +} + +FUNCTION {sort.format.names.nameyear} +{ remove.braces 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + {% nameptr #1 > + % { " " * numnames int.to.str$ * " " *} + % 'skip$ + % if$ + s nameptr "{vv }{ll}" format.name$ 't := + nameptr numnames = + t "others" = + and + { "et al" * } + { t sortify * " " * + #3 numnames = + #2 numnames = + or + #2 nameptr = + and + {year empty$ + 'skip$ + {year * " " *} + if$ + } + 'skip$ + if$ + } + if$ + #3 numnames < + {#0 'namesleft := + "zzz " * + } + { + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + if$ + } + while$ +} + +FUNCTION {sort.format.names.number} +{ remove.braces 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{vv }{ll }{f }{jj}" format.name$ 't := + nameptr numnames = + t "others" = + and + { "et al" * } + { t sortify * " " *} + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.names.alpha} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = + t "others" = + and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.names}{ + "type=nameyear" is.in.list + 'sort.format.names.nameyear + { + "type=alpha" is.in.list + 'sort.format.names.alpha + 'sort.format.names.number + if$ + } + if$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "zzz" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "z" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "z" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "z" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ calc.label + sort.label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + {author empty$ + 'editor.organization.sort + 'author.organization.sort + if$ + } + { type$ "proceedings" = + type$ "incollection" = + or + {author empty$ + 'editor.organization.sort + 'author.organization.sort + if$ + } + { type$ "manual" = + type$ "misc" = + or + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + %%%% removing title from the sorting line + %title field.or.null sort.format.title + %* + #1 entry.max$ substring$ 'sort.label := +% sort.label top$ + sort.label * + #1 entry.max$ substring$ 'sort.key$ := + + %sort.key$ top$ +} + +ITERATE {presort} + +FUNCTION {bib.sort.order} +{ + "settings" type$ = + {"aaa"} + {"sort=0" is.in.list + {"bb"} + {"type=alpha" is.in.list + {sort.key$} + {sort.label} + if$ + } + if$ + } + if$ + 'sort.key$ := + %sort.key$ top$ +} + +ITERATE {bib.sort.order} + +SORT + + +INTEGERS { longest.label.width last.extra.num number.label } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #0 int.to.chr$ 'last.label := + "" 'j := + #0 'longest.label.width := + #0 'last.extra.num := + #0 'number.label := +} + +FUNCTION {forward.pass} +{ last.label "l" change.case$ label "l" change.case$ = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} + +FUNCTION {reverse.pass} +{ j "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'j := + label extra.label * 'label := + %label top$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * write$ newline$ + "% BibTex style file: imsart-nameyear.bst, 2017-11-03" write$ newline$ + default.option.string "" = + 'skip$ + { + "% Default style options (" default.option.string * ")." * write$ newline$ + "% Used options (" list.string * ")." * write$ newline$ + } + if$ + +} +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff --git a/LaTeX/Annals/imsart-number.bst b/LaTeX/Annals/imsart-number.bst new file mode 100644 index 0000000..5f24030 --- /dev/null +++ b/LaTeX/Annals/imsart-number.bst @@ -0,0 +1,2331 @@ +%% This is file `imsart-number.bst' +%% +%% +%% You are free to use this style file as you see fit, provided +%% that you do not make changes to the file. +%% If you DO make changes, you are required to rename this file. +%% +%% It may be distributed under the terms of the LaTeX Project Public +%% License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +%% TeX programming: Linas Stonys, VTeX, Lithuania, lstonys@vtex.lt +%% +%% This bibtex style produces structured bibliography (.bbl) file which could be +%% converted back into the database (.bib) format. +%% bibtex program must be invoked with the maximum allocation of memory (-w switch) +%% +%% This bibtex style could be used only with the imsart package +%% starting with version from 2009/08/13 + +%% 2010-02-01 - splited inits "A.D." -> "A. D." and "A.{\,}D." -> "A. D." +%% 2010-03-19 - fixed sorting. +%% 2011-01-07 - inserted options: sort, nameyear, alpha, number. +%% 2013-01-28 - added: arxiv, mrnumber. Changed tags. + +ENTRY + { address + author + arxiv + booktitle + bpt_note + bpt_ok + chapter + doi + edition + editor + howpublished + institution + isbn + journal + key + month + mrnumber + note + number + organization + pages + publisher + school + series + src + sortkey + title + type + volume + year + url + id + options + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence + after.block between.elements } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #5 'between.elements := +} + +STRINGS { s t tmp1 tmp2 tmp3 tmp4 tmp5} +STRINGS { longest.label last.label list.string temp.str default.list} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { " " * write$ newline$} + { output.state after.block = + { add.period$ write$ + newline$ + % "\newblock " write$ + } + { output.state between.elements = + { ", " * write$ newline$} + { output.state before.all = + 'write$ + { add.period$ " " * write$ newline$} + if$ + } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + {output.nonnull} + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + {output.nonnull} + if$ +} + + + +FUNCTION {insert.comma} +{ output.state before.all = + 'skip$ + { between.elements 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state :=} + if$ + } + if$ +} + + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +STRINGS { v l f j b ff} +INTEGERS { nameptr namesleft numnames bother} +INTEGERS {str.length count return save.num1 save.num2 save.num3 save.num4 int done} +FUNCTION {is.in.list}{ + 'f := + %%%% issisaugoju originalius "s" ir "t" + s 'j := + f 's := + t 'f := + list.string text.length$ 'str.length := + list.string 't := +% s text.length$ 'slen := + int 'save.num1 := + count 'save.num2 := + #1 'int := + #1 'count := + #0 'return := + + { count str.length = not + #0 str.length = not + and + } + { + count #1 + 'count := + t int #1 substring$ "," = + { + t #1 int substring$ s "," * = + { + #1 'return := + str.length 'count := + } + 'skip$ + if$ + + int #1 + 'int := + t int global.max$ substring$ 't := + #0 'int := + } + 'skip$ + if$ + int #1 + 'int := +% "count=" count int.to.str$ * " slen=" * str.length int.to.str$ * top$ + } + while$ + + save.num1 'int := + save.num2 'count := + + #0 return = + { s t = + {#1 'return :=} + 'skip$ + if$ + } + 'skip$ + if$ + %%%% grazinu originalius "s" ir "t" + j 's := + f 't := + + return +} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%% formating bbl +%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +FUNCTION {make.tag} +{ 't := + duplicate$ empty$ + { pop$ "" } + { bother #0 = + { t "volume" = + {"\textbf{" swap$ * "}" * } + 'skip$ + if$ + } + { "\b" t * "{" * swap$ * "}" * } + if$ + } + if$ +} + +INTEGERS {sk} +FUNCTION {is.num} +{ chr.to.int$ + duplicate$ "0" chr.to.int$ < not + swap$ "9" chr.to.int$ > not and +} + +FUNCTION {byear} +{ duplicate$ empty$ + { pop$ "" } + {'t := + t text.length$ 'sk := + #5 sk = + {t #1 #4 substring$ 's := + t #5 #1 substring$ 'longest.label := + longest.label is.num not + {"\byear{" s * "}" * longest.label * } + {"\byear{" t * "}" * } + if$ + } + {t "year" make.tag + "type=nameyear" is.in.list + {extra.label *} + 'skip$ + if$ + } + if$ + } + if$ +} + + + +FUNCTION {format.address} +{address empty$ + { "" } + {address "address" make.tag } + if$ +} + +FUNCTION {format.organization} +{organization empty$ + { "" } + {organization "publisher" make.tag} + if$ +} + +FUNCTION {format.org} +{organization empty$ + { "" } + {organization "organization" make.tag add.period$} + if$ +} + + + + +FUNCTION {format.pub.address} +{ publisher empty$ + { "" } + { publisher "publisher" make.tag + address empty$ + 'skip$ + {", " * format.address * add.period$} + if$ + } + if$ +} + +FUNCTION {mk.tag} +{ 'temp.str := + duplicate$ empty$ + { pop$ "" } + { + b "nothing" = + 'skip$ + {"\b" temp.str * "{" * swap$ * "}" * } + if$ + } + if$ +} + +FUNCTION {space.after.dot} +{'t := + "" 'l := + "" 's := + { t empty$ not } + { t #1 #1 substring$ 's := + l s * 'l := + s "." = + { t #2 #1 substring$ " " = + 'skip$ + { + l " " * 'l := + t #2 #4 substring$ "{\,}" = + { + t #5 global.max$ substring$ 't := + } + 'skip$ + if$ + } + if$ + } + 'skip$ + + if$ + t #2 global.max$ substring$ 't := + } + while$ + l +} + +FUNCTION {format.author.editor} +{ 'b := + + b "editor" = + b "beditor" = + b "editor2" = + or or + {editor space.after.dot 's :=} + {author space.after.dot 's :=} + if$ + + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { + s nameptr "{vv}" format.name$ "particle" mk.tag 'v := + s nameptr "{ll}" format.name$ "snm" mk.tag 'l := + s nameptr "{f.}" format.name$ "inits" mk.tag 'f := + s nameptr "{ff}" format.name$ "fnm" mk.tag 'ff := + s nameptr "{jj}" format.name$ "suffix" mk.tag 'j := + + j empty$ + {"" 'j :=} + {" " j * 'j :=} + if$ + + v empty$ + {"" 'v :=} + {v " " * 'v :=} + if$ + + l "\bsnm{others}" = + { "et~al." "etal" make.tag * } + { + b "editor2" = + {"\beditor{" * ff * f * + ff "" = f "" = and + 'skip$ + {"~" * } + if$ + v * l * j * "}" * "" 't := + } + 'skip$ + if$ + + b "author" = + b "editor" = + or + {"\b" * b * "{" * v * l * + ff "" = f "" = and + 'skip$ + {",~" * } + if$ + ff * f * j * "}" * "" 't :=} + 'skip$ + if$ + + } + if$ + + namesleft #0 > + { namesleft #1 > + { namesleft #2 = + { s numnames "{ll}" format.name$ "others" = + {" " * t * } + {" \AND " * t * } + if$ + } + {", " * t * } + if$ + } + {""} + if$ + } + 't + + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + + +FUNCTION {format.editors} +{ editor empty$ + {""} + { + bother #0 = + {author empty$ + {"editor"} + {"nothing"} + if$ + } + {"editor"} + if$ + format.author.editor + editor num.names$ #1 > + { ", eds." * } + { ", ed." * } + if$ + } + if$ +} + +FUNCTION {format.authors} +{ author empty$ + {""} + {"author" format.author.editor} + if$ +} + +FUNCTION {make.editors} +{ editor empty$ + { "" } + { "(" + + bother #0 = + {author empty$ + {"editor"} + {"nothing"} + if$ + } + {"editor2"} + if$ + format.author.editor + * + editor num.names$ #1 > + { ", eds.)" * } + { ", ed.)" * } + if$ + } + if$ +} + + + +FUNCTION {cite.author.editor} +{ 's := + + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #3 > + { pop$ " et~al." * } + { #3 = + { s #3 "{vv~}{ll}{ jj}{ f}" format.name$ "others" = + { " et~al." * } + { ", " * s #2 "{vv~}{ll}" format.name$ * + " and " * s #3 "{vv~}{ll}" format.name$ * + } + if$ + } + {s num.names$ #2 = + {s #2 "{vv~}{ll}{ jj}{ f}" format.name$ "others" = + { " et~al." * } + { " and " * s #2 "{vv~}{ll}" format.name$ * } + if$ + } + 'skip$ + if$ + } + if$ + } + if$ +} + + +FUNCTION {check.auth.edit.org} +{author empty$ + { + editor empty$ + { + organization empty$ + {""} + {organization} + if$ + } + {editor cite.author.editor} + if$ + } + {author cite.author.editor} + if$ +} + +FUNCTION {check.year} +{year empty$ + {""} + {year extra.label * + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem" + "type=nameyear" is.in.list + { + "[\protect\citeauthoryear{" * write$ + check.auth.edit.org write$ + "}{" write$ + check.year write$ + "}]" + } + 'skip$ + if$ + "type=alpha" is.in.list + { + "[" * write$ + label write$ + "]" + } + 'skip$ + if$ + + "{" * write$ + cite$ write$ + "}" write$ + newline$ + "" before.all 'output.state := +} + +INTEGERS { multiresult char.num k } + + +FUNCTION {string.to.integer} +{ 't := + t text.length$ 'k := + #1 'char.num := + { t char.num #1 substring$ 's := + s is.num + s "." = + or + char.num k = not + and + } + {char.num #1 + 'char.num :=} + while$ + char.num #1 - 'char.num := + t #1 char.num substring$ +} + +FUNCTION {check.mrnumber} +{mrnumber 't := + "" + { t empty$ not } + { t #1 #2 substring$ "\#" = + { t #1 #2 substring$ * + t #2 global.max$ substring$ 't := + } + { + t #1 #1 substring$ "#" = + { "\#" * + t #2 global.max$ substring$ 't := + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + if$ + } + while$ +} + + +FUNCTION {remove.braces} +{'t := + "" + { t empty$ not } + { t #1 #1 substring$ "{" = + t #1 #1 substring$ "}" = + or + { + t #2 global.max$ substring$ 't := + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.mrnumber} +{ mrnumber empty$ + { "" } + { bother #0 = + {check.mrnumber} + {"\bmrnumber{" check.mrnumber * "}" * } + if$ + } + if$ +} + +INTEGERS { found } +FUNCTION {cut.info} +{ 't := + #0 'found := + "" 's := + "" 'v := + { t empty$ not } + { + t #1 #5 substring$ "info:" = + { + t #6 global.max$ substring$ 't := + #1 'found := + "}" 'v := + } + 'skip$ + if$ + + t #1 #1 substring$ "/" = + #1 found = + and + { + t #2 global.max$ substring$ 't := + s "={" * 's := + #0 'found := + + } + 'skip$ + if$ + + t #1 #2 substring$ ", " = + v "}" = + and + { + t #2 global.max$ substring$ 't := + s "}," * 's := + } + 'skip$ + if$ + s t #1 #1 substring$ * 's := + t #2 global.max$ substring$ 't := + } + while$ +s v * +} + +FUNCTION {format.id} +{ id empty$ + { "" } + { bother #0 = + { "" } + {"\bid{" id cut.info * "}" * } + if$ + } + if$ +} + +FUNCTION {format.journal} +{ journal empty$ + { "" } + { bother #0 = + {journal "t" change.case$} + {"\bjournal{" journal * "}" * } + if$ + } + if$ +} +FUNCTION {title.sep} +{ type$ "article" = + type$ "incollection" = + type$ "inproceedings" = + type$ "booklet" = + type$ "unpublished" = + or or or or + 'add.period$ + 'skip$ + if$ + + type$ "inbook" = + type$ "manual" = + or + edition empty$ not + and + {"," *} + { + edition empty$ + series empty$ not + and + 'add.period$ + 'skip$ + if$ + } + if$ + + type$ "book" = + { + edition empty$ not + series empty$ not + and + {"," *} + { + edition empty$ + series empty$ not + and + 'add.period$ + 'skip$ + if$ + } + if$ + } + 'skip$ + if$ + +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { + title "title" make.tag + title.sep + } + if$ +} +FUNCTION {format.year} +{ year empty$ + {""} + { bother #0 = + {"(" year extra.label * * ")." *} + {"(" year byear * ")." *} + if$ + } + if$ +} + +FUNCTION {format.month} +{ month empty$ + {""} + { "\bmonth{" month * "}" *} + if$ +} +FUNCTION {format.type} +{ type empty$ + {""} + { "\btype{" type * "}" *} + if$ +} + +FUNCTION {formatpatent.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$} + + if$ + } + { month empty$ + { year byear} + {format.month " " * year byear *} + if$ + } + if$ +} +FUNCTION {format.btitle} +{ title "btitle" make.tag +} + + + +FUNCTION {format.note} +{ note empty$ + {""} + { note "note" make.tag} + if$ +} +FUNCTION {format.bptnote} +{bpt_note empty$ + {""} + {"\bptnote{" bpt_note * "}%" * } +if$ +} +FUNCTION {format.bptok} +{bpt_ok empty$ + {""} + {"\bptok{" bpt_ok * "}%" * } +if$ +} + +FUNCTION {add.note} +{ note empty$ + {""} + { note } + if$ +} +FUNCTION {format.chapter} +{chapter empty$ + {""} + {"\bchapter{" chapter * "}" * } +if$ +} + + +FUNCTION {chap.type} +{chapter empty$ + {""} + { type empty$ + { "Chapter "} + { type "Section" = + { "Section "} + { "Chapter "} + if$ + } + if$ + "\bchapter{" chapter * "}" * * + } +if$ +} + + +FUNCTION {chap.note} +{ format.note output + new.sentence +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} +FUNCTION {no.space.connect} +{ duplicate$ text.length$ #3 < + { "" } + { "" } + if$ + swap$ * * +} + + +%%%%%%%%%%%%%%%%%%%%%%%%%% patent names +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.series} +{ series empty$ + { "" } + { bother #0 = + {series} + {"\bseries{" series * "}" * } + if$ + } + if$ +} +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ } + { edition "t" change.case$ } + if$ + "edition" make.tag + " ed." * + } + if$ +} + + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} +FUNCTION {format.isbn} +{ isbn empty$ + { "" } + {"\bisbn{" isbn * "}" *} + if$ +} + +FUNCTION {format.school} +{ school empty$ + {""} + {"\bpublisher{" school * "}" * } + if$ +} + +FUNCTION {format.institution} +{ institution empty$ + {""} + { bother #0 = + {institution} + { "techreport" type$ = + {"\bpublisher{" } + {"\binstitute{" } + if$ + + institution * "}" * + } + if$ + } + if$ +} +FUNCTION {format.howpublished} +{ howpublished empty$ + {""} + { howpublished "howpublished" make.tag } + if$ +} + +FUNCTION {format.vol} +{ volume empty$ + number empty$ + and + {""} + { volume empty$ + {number} + {volume} + if$ + "volume" make.tag + } + if$ +} + +FUNCTION {note.presented} + {note #1 #9 substring$ "presented" = + note #1 #9 substring$ "Presented" = + or} + + +FUNCTION {format.url} +{ url empty$ + { "" } + {"\url{" url * "}" * } + if$ +} + +FUNCTION {format.arxiv} +{ arxiv empty$ + { "" } + {"\arxiv{" arxiv * "}" * } + if$ +} + +FUNCTION {format.doi} +{ doi empty$ + {""} + {"\bdoi{" doi * "}" * } + if$ +} + +FUNCTION {format.ppages} +{ pages empty$ + {""} + {pages "pages" make.tag + add.period$ + } + if$ +} + + +FUNCTION {format.booktitle} +{ booktitle empty$ + { "" } + { bother #0 = + {"In " booktitle *} + {"In \bbooktitle{" booktitle * "}" *} + if$ + type$ "incollection" = + { series empty$ + volume empty$ + and + 'skip$ + { editor empty$ series empty$ not and + {"." *} + {"," *} + if$ + } + if$ + } + 'skip$ + if$ + + type$ "inproceedings" = + { series empty$ + editor empty$ +% volume empty$ not + and + 'skip$ + {editor empty$ + {"." *} + 'skip$ + if$ + } + if$ + } + 'skip$ + if$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "\btype{Technical Report}" } + { "\btype{" type * "}" * } + if$ + + number empty$ + 'skip$ + { " No. \bnumber{" number * "}" * * } + if$ + +% type empty$ not +% number empty$ + institution empty$ not + {"," *} + 'skip$ + if$ + +} + +FUNCTION {format.number} +{number empty$ + {""} + {"\bnumber{" number * "}" * } + if$ +} +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + + +FUNCTION {bcomment.note} +{note empty$ +'skip$ + {note "note" make.tag output add.period$} + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + "\btype" type * "}" * + } + if$ +} + + +FUNCTION {element.type} +{ bother #0 = + {"\begin{botherref}" write$ newline$} + {"\begin{" write$ + "b" + "conference" type$ = + {"inproceedings"} + { + "proceedings" type$ = + {"book"} + 'type$ + if$ + } + if$ + * write$ + "}[" write$ + src empty$ + {"author" write$} + {src write$ } + if$ + "]" write$ newline$ + } + if$ +} +FUNCTION {end.element.type} +{write$ newline$ + bother #0 = + {"\end{botherref}" write$ newline$} + {"\end{" write$ + "b" + "conference" type$ = + {"inproceedings"} + { + "proceedings" type$ = + {"book"} + 'type$ + if$ + } + if$ + * write$ + "}" write$ newline$ + } + if$ + "\endbibitem" write$ newline$ +} +FUNCTION {same.end} +{ add.period$ + format.doi output + %new.sentence + format.mrnumber output + %new.sentence + %format.url output + new.sentence + format.arxiv output + new.sentence + format.id output + format.bptnote output + format.bptok output + } + +FUNCTION {settings}{} + +FUNCTION {article} +{ output.bibitem + #1 'bother := + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.journal output + format.vol output + format.ppages output + new.sentence + bcomment.note + same.end + end.element.type +} + + +FUNCTION {manual} +{ output.bibitem + #1 'bother := + element.type + author empty$ + { organization empty$ + 'skip$ + { format.organization output.nonnull} + if$ + } + { format.authors output.nonnull} + if$ + format.year output + new.sentence + format.title "title" output.check + + format.edition output + author empty$ + { organization empty$ + 'skip$ + { format.address output} + if$ + } + { format.organization output + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + } + if$ + % new.sentence + bcomment.note + same.end + end.element.type +} + + +FUNCTION {patent} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.number output + new.sentence + bcomment.note + same.end + end.element.type +} + +FUNCTION { other } { patent } + +FUNCTION {book} +{ output.bibitem + #1 'bother := + element.type + author empty$ + { format.editors output} + { format.authors output.nonnull} + if$ + format.year output + format.title output + series empty$ + { + format.vol output + edition empty$ + 'new.sentence + 'insert.comma + if$ + format.edition output + new.sentence + } + { + format.edition output + new.sentence + format.series output + format.vol output + new.sentence + } + if$ + format.pub.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {booklet} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.howpublished output + address empty$ + 'new.sentence + 'insert.comma + if$ + format.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {inbook} +{ output.bibitem + #1 'bother := + element.type + author empty$ + { format.editors output} + { format.authors output.nonnull} + if$ + format.year output + format.title output + format.booktitle output + format.edition output + series empty$ + 'skip$ + {new.sentence} + if$ + format.series output + format.vol output + format.chapter output + chapter empty$ not + pages empty$ not + and + 'insert.comma + 'skip$ + if$ + format.ppages output + new.sentence + format.pub.address output + chap.note %output + new.sentence + same.end + end.element.type +} + +FUNCTION {incollection} +{ output.bibitem + #1 'bother := + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.booktitle "booktitle" output.check + format.edition output + make.editors output + series empty$ editor empty$ + or + 'skip$ + 'new.sentence + if$ + format.series output + format.vol output + format.chapter output + chapter empty$ not + pages empty$ not + and + 'insert.comma + 'skip$ + if$ + format.ppages output + format.pub.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {inproceedings} +{ output.bibitem + #1 'bother := + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.booktitle "booktitle" output.check + make.editors output + editor empty$ series empty$ + or + 'skip$ + 'new.sentence + if$ + format.series output + format.vol output + format.ppages output + new.sentence + publisher empty$ + {format.organization output} + {format.org output} + if$ + format.pub.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {conference} { inproceedings } + + +FUNCTION {mastersthesis} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + insert.comma + type empty$ + {"\btype{Master's thesis}" output.nonnull} + {format.type output} + if$ + school empty$ + 'skip$ + { insert.comma } + if$ + format.school output + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {misc} +{ #1 'bother := + output.bibitem + element.type + author empty$ + { organization empty$ + 'skip$ + { format.org output.nonnull} + if$ + } + { format.authors output.nonnull} + if$ + format.year output + format.title "title" output.check + new.sentence + format.howpublished output + new.sentence + author empty$ + { organization empty$ + 'skip$ + { format.address output} + if$ + } + { format.organization output + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + } + if$ + new.sentence + bcomment.note + same.end + empty.misc.check + end.element.type +} + +FUNCTION {phdthesis} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + insert.comma + type empty$ + {"\btype{PhD thesis}" output.nonnull} + {format.type output} + if$ + school empty$ + 'skip$ + { insert.comma } + if$ + format.school output + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {proceedings}{book} + +FUNCTION {techreport} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + format.tr.number output + format.institution output + new.sentence + address empty$ + 'skip$ + { insert.comma } + if$ + format.address output + bcomment.note + same.end + end.element.type +} + +FUNCTION {unpublished} +{ #1 'bother := + output.bibitem + element.type + format.authors output.nonnull + format.year output + format.title "title" output.check + bcomment.note + same.end + end.element.type +} + +FUNCTION {default.type} { unpublished } + + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +%%%%% setting default options +FUNCTION {default.option.string} +{"sort=1,type=number"} + +FUNCTION {set.default.opt} +{default.option.string 'list.string :=} + +EXECUTE {set.default.opt} +INTEGERS {length2} + + +FUNCTION {in.string}{ + l 'tmp1 := + v 'tmp2 := + + 'l := % chars + 'v := % string + l text.length$ 'length2 := + v text.length$ 'str.length := + + int 'save.num1 := + count 'save.num2 := + #1 'int := + #0 'count := + #0 'found := + + length2 str.length = + 'skip$ + { + l v = + {#1 'found :=} + { + { + count str.length = not + #0 str.length = not + and + } + { + count #1 + 'count := + v int length2 substring$ l = + { + #1 'found := + str.length 'count := % to finish while$ loop + } + 'skip$ + if$ + int #1 + 'int := + } + while$ + + } + if$ + } + if$ + save.num1 'int := + save.num2 'count := + tmp1 'l := + tmp2 'v := + + found +} + + +FUNCTION {split}{ + l 'tmp1 := + v 'tmp2 := + + 'l := % split by + 'v := % string to split + + l text.length$ 'length2 := + v text.length$ 'str.length := + + int 'save.num1 := + count 'save.num2 := + found 'save.num4 := + + #1 'int := + #0 'count := + #0 'found := + { + count str.length = not + #0 str.length = not + and + } + { + count #1 + 'count := + + v int length2 substring$ l = + { + v #1 int #1 - substring$ 'l := % surasta dalis + v int #1 + #100 substring$ 'v := % likusi dalis + #1 'found := + str.length 'count := % kad nutruktu ciklas + } + 'skip$ + if$ + int #1 + 'int := + } + while$ + save.num1 'int := + save.num2 'count := + + found #0 = + { + %l 'l := + "" 'l := + } + 'skip$ + if$ + save.num4 'found := + + v l + + tmp1 'l := + tmp2 'v := +} + +FUNCTION {add.option}{ + l 'tmp3 := + v 'tmp4 := + + + 'l := % option + 'v := % list + + v + v "" = + {""} + {","} + if$ + l * * + tmp3 'l := + tmp4 'v := +} + +FUNCTION {remove.option}{ + + %%%% issisaugoju originalius "s" ir "t" + l 'j := + v 'f := + + 'l := % option name + 'v := % list + + "" 'temp.str := % temporary list + + l text.length$ 'length2 := + v text.length$ 'str.length := + + int 'save.num1 := + count 'save.num2 := + done 'save.num3 := + + #1 'int := + #0 'count := + #0 'found := + + length2 str.length > + 'skip$ + { + #0 'done := + v 'f := + + {done #0 = } + { + + v "," in.string + { + v "," split + 'f := % rasta + 'v := % kas liko + + } + { + #1 'done := + v 'f := + } + if$ + + f l in.string + 'skip$ + { + temp.str f add.option 'temp.str := + } + if$ + } + while$ + + } + if$ + save.num1 'int := + save.num2 'count := + save.num3 'done := + + temp.str + j 'l := + f 'v := + +} + +FUNCTION {assign.opt}{ + % priskiriu options lauka, kad galeciau i(is)jungti "unsort" + "settings" type$ = + {options empty$ + 'skip$ + { + "" 'b := + "" 'tmp5 := + #0 'done := + + options "=" in.string % if options has '=' + { + options 'b := + b 'tmp5 := + + {done #0 = } + { + b "," in.string + { + b "," split + 'tmp5 := % rasta + 'b := % kas liko + } + { + #1 'done := + b 'tmp5 := + } + if$ + + tmp5 "=" in.string + { + tmp5 "=" split + 's := % before + 't := % after + list.string s remove.option 'list.string := + } + 'skip$ + if$ + + list.string tmp5 add.option 'list.string := + } + while$ + + } + 'skip$ + if$ + } + if$ + } + 'skip$ + if$ + +} + +ITERATE {assign.opt} + +INTEGERS { et.al.char.used } + +FUNCTION {initialize.et.al.char.used} +{ #0 'et.al.char.used := +} +EXECUTE {initialize.et.al.char.used} + +FUNCTION {format.lab.names.nameyear} +{ remove.braces 's := + s num.names$ 'numnames := + numnames #3 >% nuo kada daryti et~al. + { s #1 "{vv~}{ll}" format.name$ " et~al." * } + { + numnames #1 - 'namesleft := + #2 'nameptr := + s #1 "{vv~}{ll}" format.name$ + { namesleft #0 > } + { nameptr numnames = + { s nameptr "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * s nameptr "{vv~}{ll}" format.name$ * } + if$ + } + { ", " * s nameptr "{vv~}{ll}" format.name$ * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } + if$ +} + + +FUNCTION {format.lab.names.number} +{ remove.braces 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ vv }{ ll }{ f }{ jj }" format.name$ 't := + + t sortify * " " * + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$} + +FUNCTION {format.lab.names.alpha} +{ 's := + s num.names$ 'numnames := + numnames #1 > + { numnames #4 > + { #3 'namesleft := } + { numnames 'namesleft := } + if$ + #1 'nameptr := + "" + { namesleft #0 > } + { nameptr numnames = + { s nameptr "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { "+" * + #1 'et.al.char.used := + } + { s nameptr "{v{}}{l{}}" format.name$ * } + if$ + } + { s nameptr "{v{}}{l{}}" format.name$ * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + numnames #4 > + { "+" * + #1 'et.al.char.used := + } + 'skip$ + if$ + } + { s #1 "{v{}}{l{}}" format.name$ + duplicate$ text.length$ #2 < + { pop$ s #1 "{ll}" format.name$ #3 text.prefix$ } + 'skip$ + if$ + } + if$ +} +FUNCTION {format.lab.names}{ + "type=nameyear" is.in.list + 'format.lab.names.nameyear + { + "type=alpha" is.in.list + 'format.lab.names.alpha + 'format.lab.names.number + if$ + } + if$ +} +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.key.organization.label} +{ author empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "The " #4 organization chop.word #3 text.prefix$ } + if$ + } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.organization.label} +{ editor empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "The " #4 organization chop.word #3 text.prefix$ } + if$ + } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.organization.label + { type$ "manual" = + 'author.key.organization.label + 'author.key.label + if$ + } + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + + "type=alpha" is.in.list + { + duplicate$ + year field.or.null purify$ #-1 #2 substring$ + * + 'label := + year field.or.null purify$ #-1 #4 substring$ + * + sortify 'sort.label := + } + { + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := + label 'sort.label := + } + if$ +} + +FUNCTION {sort.format.names.nameyear} +{ remove.braces 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + {% nameptr #1 > + % { " " * numnames int.to.str$ * " " *} + % 'skip$ + % if$ + s nameptr "{vv }{ll}" format.name$ 't := + nameptr numnames = + t "others" = + and + { "et al" * } + { t sortify * " " * + #3 numnames = + #2 numnames = + or + #2 nameptr = + and + {year empty$ + 'skip$ + {year * " " *} + if$ + } + 'skip$ + if$ + } + if$ + #3 numnames < + {#0 'namesleft := + "zzz " * + } + { + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + if$ + } + while$ +} + +FUNCTION {sort.format.names.number} +{ remove.braces 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{vv }{ll }{f }{jj}" format.name$ 't := + nameptr numnames = + t "others" = + and + { "et al" * } + { t sortify * " " *} + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.names.alpha} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = + t "others" = + and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.names}{ + "type=nameyear" is.in.list + 'sort.format.names.nameyear + { + "type=alpha" is.in.list + 'sort.format.names.alpha + 'sort.format.names.number + if$ + } + if$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "zzz" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "z" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "z" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "z" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ calc.label + sort.label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + {author empty$ + 'editor.organization.sort + 'author.organization.sort + if$ + } + { type$ "proceedings" = + type$ "incollection" = + or + {author empty$ + 'editor.organization.sort + 'author.organization.sort + if$ + } + { type$ "manual" = + type$ "misc" = + or + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + %%%% removing title from the sorting line + %title field.or.null sort.format.title + %* + #1 entry.max$ substring$ 'sort.label := +% sort.label top$ + sort.label * + #1 entry.max$ substring$ 'sort.key$ := + + %sort.key$ top$ +} + +ITERATE {presort} + +FUNCTION {bib.sort.order} +{ + "settings" type$ = + {"aaa"} + {"sort=0" is.in.list + {"bb"} + {"type=alpha" is.in.list + {sort.key$} + {sort.label} + if$ + } + if$ + } + if$ + 'sort.key$ := + %sort.key$ top$ +} + +ITERATE {bib.sort.order} + +SORT + + +INTEGERS { longest.label.width last.extra.num number.label } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #0 int.to.chr$ 'last.label := + "" 'j := + #0 'longest.label.width := + #0 'last.extra.num := + #0 'number.label := +} + +FUNCTION {forward.pass} +{ last.label "l" change.case$ label "l" change.case$ = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} + +FUNCTION {reverse.pass} +{ j "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'j := + label extra.label * 'label := + %label top$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * write$ newline$ + "% BibTex style file: imsart-number.bst, 2017-11-03" write$ newline$ + default.option.string "" = + 'skip$ + { + "% Default style options (" default.option.string * ")." * write$ newline$ + "% Used options (" list.string * ")." * write$ newline$ + } + if$ + +} +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff --git a/LaTeX/Annals/imsart.cls b/LaTeX/Annals/imsart.cls new file mode 100644 index 0000000..7c34784 --- /dev/null +++ b/LaTeX/Annals/imsart.cls @@ -0,0 +1,153 @@ +%% This is file `imsart.cls' +%% +%% LaTeX 2e class file for the processing of LaTeX2e files +%% of the following IMS/BS journals: +%% +%% The Annals of Probability +%% The Annals of Applied Probability +%% The Annals of Statistics +%% The Annals of Applied Statistics +%% Statistical Science +%% Probability Surveys +%% Statistics Surveys +%% Electronic Journal of Statistics +%% Bernoulli +%% Annales de l'Institut Henri Poincar\'e - Probabilit\'es et Statistiques +%% Brazilian Journal of Probability and Statistics +%% Bayesian Analysis +%% +%% Institute of Mathematical Statistics, U.S.A. +%% Bernoulli Society +%% Institut Henry Poincare +%% Brazilian Statistical Association +%% International Society for Bayesian Analysis +%% +%% Macros written by Vytas Statulevicius, VTeX, Lithuania +%% Maintained by Deimantas Galcius, VTeX, Lithuania +%% for Institute of Mathematical Statistics, U.S.A. +%% Please submit bugs or your comments to latex-support@vtex.lt +%% +%% The original distribution is located at: +%% http://www.e-publications.org/ims/support +%% +%% This class file loads standard "article.cls" with appropriate +%% settings and then style file "imsart.sty" with additional macros +%% +%% You are free to use this style file as you see fit, provided +%% that you do not make changes to the file. +%% If you DO make changes, you are required to rename this file. +%% +%% It may be distributed under the terms of the LaTeX Project Public +%% License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%% +%% Bug fixes and changes: at end of file +% +% TeX programming: Vytas Statulevicius, VTeX, Lithuania. +% TeX programming: Deimantas Galcius, VTeX, Lithuania. +% TeX programming: Edgaras Sakuras, VTeX, Lithuania. +% Requires Latex2e, ver.2000.06 +% +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{imsart}[2022/04/21 driver class for package imsart.sty] +% +% set various options for different journals: +\DeclareOption{ps}{% + \PassOptionsToClass{10pt,oneside}{article}% + } +% +\DeclareOption{ss}{% + \PassOptionsToClass{10pt,oneside}{article}% + } +% +\DeclareOption{ejs}{% + \PassOptionsToClass{10pt,oneside}{article}% + } +% +\DeclareOption{aap}{% + \PassOptionsToClass{11pt,oneside,leqno}{article}% + \PassOptionsToPackage{leqno}{amsmath}% + } +% +\DeclareOption{aop}{% + \PassOptionsToClass{11pt,oneside,leqno}{article}% + \PassOptionsToPackage{leqno}{amsmath}% + } +% +\DeclareOption{aos}{% + \PassOptionsToClass{11pt,oneside,leqno}{article}% + \PassOptionsToPackage{leqno}{amsmath}% + } +% +\DeclareOption{aoas}{% + \PassOptionsToClass{11pt,oneside,leqno}{article}% + \PassOptionsToPackage{leqno}{amsmath}% + } +% +\DeclareOption{sts}{% + \PassOptionsToClass{11pt,oneside,leqno}{article}% + \PassOptionsToPackage{leqno}{amsmath}% + } +% +\DeclareOption{bj}{% + \PassOptionsToClass{10pt,oneside}{article}% + \g@addto@macro\@classoptionslist{,nosetpagesize}% + \PassOptionsToPackage{sort&compress}{natbib}% + } +% +\DeclareOption{aihp}{% + \PassOptionsToClass{10pt,oneside,leqno}{article}% + \PassOptionsToPackage{leqno}{amsmath}% + \PassOptionsToPackage{numbers,sort&compress}{natbib}% + } +% +\DeclareOption{bjps}{% + \PassOptionsToClass{11pt,twoside}{article}% + } +% +\DeclareOption{ba}{% + \PassOptionsToClass{10pt,oneside}{article}% + } +% +\PassOptionsToPackage{cmex10}{amsmath} +% +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} +\ProcessOptions* +% +\LoadClass{article} +% +\IfFileExists{imsart.sty}% + {}% + {% + \ClassError{imsart}% + {The complimentary style file "imsart.sty" is required}% + {% + The complimentary style file "imsart.sty" is required\MessageBreak + You need to install file "imsart.sty" in your system\MessageBreak + File could be downloaded from http://www.e-publications.org/ims/support + }% + } +% +% Load additional macros and modifications for "article.cls" +\RequirePackage{imsart} +% +\endinput +%% +%% End of file `imsart.cls'. diff --git a/LaTeX/Annals/imsart.sty b/LaTeX/Annals/imsart.sty new file mode 100644 index 0000000..f4d9c11 --- /dev/null +++ b/LaTeX/Annals/imsart.sty @@ -0,0 +1,5355 @@ +% This is file `imsart.sty' +%% +%% LaTeX 2e style file for the processing of LaTeX2e files +%% of the following IMS/BS journals: +%% +%% - The Annals of Probability +%% - The Annals of Applied Probability +%% - The Annals of Statistics +%% - The Annals of Applied Statistics +%% - Statistical Science +%% - Probability Surveys +%% - Statistics Surveys +%% - Electronic Journal of Statistics +%% - Bernoulli +%% - Annales de l'Institut Henri Poincar\'e - Probabilit\'es et Statistiques +%% - Brazilian Journal of Probability and Statistics +%% - Bayesian Analysis +%% +%% - Institute of Mathematical Statistics, U.S.A. +%% - Bernoulli Society +%% - Institut Henry Poincare +%% - Brazilian Statistical Association +%% - International Society for Bayesian Analysis +%% +%% Macros written by Vytas Statulevicius, VTeX, Lithuania +%% Maintained by TeX group members, VTeX, Lithuania +%% for Institute of Mathematical Statistics, U.S.A. +%% Please submit bugs or your comments to latex-support@vtex.lt +%% +%% The original distribution is located at: +%% https://www.e-publications.org/ims/support +%% +%% This style file contains additional macros and is designed to use +%% with standard "article.cls" +%% +%% You are free to use this style file as you see fit, provided +%% that you do not make changes to the file. +%% If you DO make changes, you are required to rename this file. +%% +%% It may be distributed under the terms of the LaTeX Project Public +%% License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%% Bug fixes and changes: at end of file +% +% TeX programming: Vytas Statulevicius, VTeX, Lithuania. +% TeX programming: Deimantas Galcius, VTeX, Lithuania. +% TeX programming: Edgaras Sakuras, VTeX, Lithuania. +% Requires Latex2e, ver.2000.06 +% +\def\imsfmt@name{imsart} +\def\imsfmt@version{2023/05/19} +% +\ProvidesFile{imsart.sty}[\imsfmt@version\space IMS article style] +% +\RequirePackage{etoolbox} +% +% hyperref must be loaded after: +\@ifpackageloaded{hyperref}% + {\@latex@error{Package 'hyperref' must be loaded after 'imsart'!}\@ehc}% + {} +% +% Passoptions to hyperref: +\ifdefined\loadhyperrefoptions +\else + \def\loadhyperrefoptions{% + \PassOptionsToPackage{colorlinks,citecolor=blue,urlcolor=blue,% + linkcolor=blue,linktocpage=true}{hyperref}% + } +\fi +% +\loadhyperrefoptions +% +% General options: +% +% prints out \bid{doi={}} +\newif\if@print@bid@doi \@print@bid@doifalse +\DeclareOption{printbiddoi}{\global\@print@bid@doitrue} +% +% Put keywords as footnote +\newif\if@keywordsasfootnote +\DeclareOption{keywordsasfootnote}{\@keywordsasfootnotetrue} +% +% Put history as footnote +\newif\if@historyasfootnote +\DeclareOption{historyasfootnote}{\@historyasfootnotetrue} +% +% Put address as footnote +\newif\if@addressasfootnote +\DeclareOption{addressasfootnote}{\@addressasfootnotetrue} +% +% Put addresses at end of document +\newif\if@addressatend +\DeclareOption{addressatend}{\@addressatendtrue} +% +% Put "." after inline section headings: +\newif\if@autosecdot +\DeclareOption{autosecdot}{\@autosecdottrue} +\DeclareOption{noautosecdot}{\AtBeginDocument{\@autosecdotfalse}} +% +% do not print thanksref undefined marks +\newif\if@noundefthanksref +\DeclareOption{noundefthanksref}{\@noundefthanksreftrue} +% +\newif\if@front@back \@front@backfalse +\DeclareOption{frontback}{\global\@front@backtrue} +% +% Load amsmath style with correct settings: +\newif\if@load@amsmath +\DeclareOption{amsmath}{\@load@amsmathtrue} +% +% Load amsthm style with correct settings: +\newif\if@load@amsthm +\DeclareOption{amsthm}{\@load@amsthmtrue} +% +% Resets equation number in each section +\newif\if@imsart@seceqn +\DeclareOption{seceqn}{\@imsart@seceqntrue} +% +% Load amsmath with leqno option +\newif\if@amsmath@leqno +% +% Load natbib with correct settings: +\newif\if@load@natbib +\DeclareOption{natbib}{\@load@natbibtrue} +% +% When hyperref is loaded, makes a hyperlink only from year component of the cite command: +\newif\if@linksfromyear\@linksfromyearfalse +\DeclareOption{linksfromyear}{\@linksfromyeartrue} +% +\newif\if@imsart@numbers +\newif\if@imsart@authoryear +\newif\if@imsart@nameyear +\DeclareOption{numbers}{% + \@imsart@numberstrue + \PassOptionsToPackage{numbers}{natbib}% + } +\DeclareOption{nameyear}{% + \PassOptionsToPackage{authoryear}{natbib}% + \@imsart@nameyeartrue + \@imsart@authoryeartrue + } +\DeclareOption{authoryear}{% + \PassOptionsToPackage{authoryear}{natbib}% + \@imsart@nameyeartrue + \@imsart@authoryeartrue + } +% +\newif\if@ims@rotating +\DeclareOption{rotating}{\@ims@rotatingtrue} +% +% enable writing to .aux +\newif\if@supertoc \@supertocfalse +\newif\if@changetoc \@changetocfalse +% +% for new thanksref syntax +\newif\if@updated@thanksref \@updated@thanksreffalse +% +% Information about journals +% +\def\set@generic{\def\@tempa{-generic}} +\AtEndOfPackage{\set@generic} +% +\DeclareOption{ba}{% + \def\journal@id{-ba}% + \def\journal@name{Bayesian Analysis}% + \def\journal@issn@print{1936-0975}% + \def\journal@issn@electronic{1931-6690}% + \def\journal@url{https://bayesian.org/resources/bayesian-analysis/}% + \@balayouttrue + \@noundefthanksreftrue + \@updated@thanksreftrue + \@addressasfootnotetrue + } +% +\DeclareOption{ps}{% + \def\journal@id{-ps}% + \def\journal@name{Probability Surveys }% + \def\journal@issn{ISSN: 1549-5787}% + \def\journal@url{https://imstat.org/journals-and-publications/probability-surveys/}% + \@ejs@ps@ss@layouttrue + } +% +% Information about journals +\DeclareOption{ss}{% + \def\journal@id{-ss}% + \def\journal@name{Statistics Surveys }% + \def\journal@issn{ISSN: 1935-7516}% + \def\journal@url{https://imstat.org/journals-and-publications/statistics-surveys/}% + \@ejs@ps@ss@layouttrue + } +% +% Information about journals +\DeclareOption{ejs}{% + \def\journal@id{-ejs}% + \def\journal@name{Electronic Journal of Statistics }% + \def\journal@issn{ISSN: 1935-7524}% + \def\journal@url{https://imstat.org/journals-and-publications/electronic-journal-of-statistics/}% + \@ejs@ps@ss@layouttrue + } +% +% Options for the IMS journals: +% +\DeclareOption{aap}{% + \def\journal@id{-aap}% + \def\journal@name{Submitted to the Annals of Applied Probability }% + \def\journal@url{https://imstat.org/journals-and-publications/annals-of-applied-probability/}% + \set@page@layout{405bp}{646bp}% + \@twosidetrue + \input{leqno.clo}% formula numbers at left + \@amsmath@leqnotrue + \@historyasfootnotetrue + \@keywordsasfootnotetrue + \@imslayouttrue + \@autosecdottrue + \@print@bid@doitrue + \@updated@thanksreftrue + } +% +\DeclareOption{aop}{% + \def\journal@id{-aop}% + \def\journal@name{Submitted to the Annals of Probability }% + \def\journal@url{https://imstat.org/journals-and-publications/annals-of-probability/}% + \set@page@layout{405bp}{646bp}% + \@twosidetrue + \input{leqno.clo}% formula numbers at left + \@amsmath@leqnotrue + \@historyasfootnotetrue + \@keywordsasfootnotetrue + \@imslayouttrue + \@autosecdottrue + \@print@bid@doitrue + \@updated@thanksreftrue + } +% +\DeclareOption{aos}{% + \def\journal@id{-aos}% + \def\journal@name{Submitted to the Annals of Statistics }% + \def\journal@url{https://imstat.org/journals-and-publications/annals-of-statistics/}% + \set@page@layout{405bp}{646bp}% + \@twosidetrue + \input{leqno.clo}% formula numbers at left + \@amsmath@leqnotrue + \@historyasfootnotetrue + \@keywordsasfootnotetrue + \@imslayouttrue + \@autosecdottrue + \@print@bid@doitrue + \@updated@thanksreftrue + } +% +\DeclareOption{aoas}{% + \def\journal@id{-aoas}% + \def\journal@name{Submitted to the Annals of Applied Statistics }% + \def\journal@url{https://imstat.org/journals-and-publications/annals-of-applied-statistics/}% + \set@page@layout{405bp}{646bp}% + \@twosidetrue + \input{leqno.clo}% formula numbers at left + \@amsmath@leqnotrue + \@historyasfootnotetrue + \@keywordsasfootnotetrue + \@imslayouttrue + \@autosecdottrue + \@print@bid@doitrue + \@updated@thanksreftrue + \AtBeginDocument{% + \@ifpackagewith{natbib}{numbers}{% + \@latex@error{Only author-year citations are allowed! + Please use the option 'authoryear' of 'natbib' package}{}% + }{}% + }% + } +% +\DeclareOption{sts}{% + \def\journal@id{-sts}% + \def\journal@name{Submitted to Statistical Science }% + \def\journal@url{https://imstat.org/journals-and-publications/statistical-science/}% + \set@page@layout{408.62625pt}{702.75pt}% twocol wd - 10pc + \@twosidetrue + \input{leqno.clo}% formula numbers at left + \@amsmath@leqnotrue + \@stslayouttrue + \@twocolumntrue + \@print@bid@doitrue + \AtEndPreamble{\if@twocolumn\set@page@layout{528.62625pt}{702.75pt}\fi}% + } +% +\DeclareOption{bj}{% + \def\journal@id{-bj}% + \def\journal@name{Submitted to Bernoulli }% + \def\journal@url{http://www.bernoulli-society.org/index.php/publications/bernoulli-journal/bernoulli-journal}% + \def\journal@issn{1350-7265}% + \set@page@layout{34pc}{574pt}% + \@twosidetrue + \@bjlayouttrue + \@autosecdottrue + \@updated@thanksreftrue + \@print@bid@doitrue + \@load@amsthmtrue + \@load@amsmathtrue + \@load@natbibtrue + \@imsart@showframetrue + } +% +\DeclareOption{aihp}{% + \def\journal@id{-aihp}% + \def\journal@name{Submitted to the Annales de l'Institut Henri Poincar\'e - + Probabilit\'es et Statistiques}% + \def\journal@url{https://imstat.org/journals-and-publications/annales-de-linstitut-henri-poincare/}% + \set@page@layout{169.475mm}{56pc}% + \@twosidetrue + \input{leqno.clo}% formula numbers at left + \@amsmath@leqnotrue + \@aihplayouttrue + \@updated@thanksreftrue + \@print@bid@doitrue + \AtBeginDocument{% + \@ifpackagewith{natbib}{authoryear}{% + \@latex@error{Only numerical citations are allowed! + Please use the option 'numbers' of 'natbib' package}{}% + }{}% + }% + } +% +\DeclareOption{bjps}{% + \def\journal@id{-bjps}% + \def\journal@name{Submitted to the Brazilian Journal of Probability and Statistics}% + \def\journal@url{https://imstat.org/journals-and-publications/brazilian-journal-of-probability-and-statistics/}% + \set@page@layout{405pt}{646pt}% + \@twosidetrue + \@historyasfootnotetrue + \@keywordsasfootnotetrue + \@bjpslayouttrue + \@updated@thanksreftrue + \@print@bid@doitrue + \AtBeginDocument{% + \@ifpackagewith{natbib}{numbers}{% + \@latex@error{Only author-year citations are allowed! + Please use the option 'authoryear' of 'natbib' package}{}% + }{}% + }% + } +% +%% Layouts: +% IMS journals AAP, AOP, AOS layout: +\newif\if@imslayout \@imslayoutfalse +% +% IMS STS journal layout: +\newif\if@stslayout \@stslayoutfalse +% +% EJS, PS, SS journals layout: +\newif\if@ejs@ps@ss@layout \@ejs@ps@ss@layoutfalse +% +% BA journal layout: +\newif\if@balayout \@balayoutfalse +% +% BS BJ journal layout: +\newif\if@bjlayout \@bjlayoutfalse +% +% AIHP journal layout: +\newif\if@aihplayout \@aihplayoutfalse +% +% BJPS journal layout: +\newif\if@bjpslayout \@bjpslayoutfalse +% +% Spacing +\DeclareOption{doublespacing}{\doublespacing} +\DeclareOption{singlespacing}{\singlespacing} +% +\def\singlespacing{\renewcommand{\baselinestretch}{}\large\normalsize} +\def\doublespacing{\renewcommand{\baselinestretch}{1.6}\large\normalsize} +% +% Do not print id line at bottom of the page: +\DeclareOption{noinfoline}{\AtBeginDocument{\let\info@line\@empty}} +\DeclareOption{infoline}{\AtBeginDocument{\let\info@line\infoline@text}} +% +% Put lines numbers in margins +\newif\ifnumberlines@ \numberlines@false +\DeclareOption{linenumbers}{\numberlines@true} +\DeclareOption{nolinenumbers}{\numberlines@false} +% +% Put frame on page layout +\newif\if@imsart@showframe \@imsart@showframefalse +\DeclareOption{showframe}{\@imsart@showframetrue} +\DeclareOption{noshowframe}{\@imsart@showframefalse} +% +% Combined options: +% +% Use this option for submission for pier review: +\DeclareOption{submission}{% + \singlespacing + \AtBeginDocument{\let\info@line\infoline@text}% + \numberlines@false + } +% +% use this option for pre-edition +\DeclareOption{preedit}{% + \doublespacing + \AtBeginDocument{% + \let\info@line\@empty + \set@preedit@page@layout + }% + \numberlines@false + } +% +% for preprint or supplement articles - removes journal info +\newif\if@imsart@preprint \@imsart@preprintfalse +\ifcsundef{imsart@preprint@settings}% + {% + \def\imsart@preprint@settings{% + \global\@imsart@preprinttrue + \let\info@line\@empty + \numberlines@false + }% + }% + {} +\DeclareOption{preprint}{% + \imsart@preprint@settings + } +% +% Initiate some info: +\def\journal@name{} +\def\journal@url{} +\def\journal@issn{} +\def\journal@id{-generic} +\def\paper@url{} +\def\info@line{} +\def\copyrightowner@text{} +\def\msc@url{https://mathscinet.ams.org/mathscinet/msc/msc2020.html} +% +% set@page@layout +% +% \set@page@layout{\textwidth}{\textheight} +\def\set@page@layout#1#2{% + \setlength\textwidth{#1}% + \@settopoint\textwidth + \setlength\textheight{#2}% + \@settopoint\textheight + % + % make side margins equal: + \setlength\@tempdima{\paperwidth}% + \addtolength\@tempdima{-\textwidth}% + \setlength\oddsidemargin{.5\@tempdima}% + \addtolength\oddsidemargin{-1in}% + \setlength\evensidemargin{\oddsidemargin}% + \@settopoint\oddsidemargin + \@settopoint\evensidemargin + % + % topmargin + \setlength\topmargin{\paperheight}% + \addtolength\topmargin{-2in}% + \addtolength\topmargin{-\headheight}% + \addtolength\topmargin{-\headsep}% + \addtolength\topmargin{-\textheight}% + \addtolength\topmargin{-\footskip}% this might be wrong! + \addtolength\topmargin{-.5\topmargin}% + \@settopoint\topmargin + % + % check if tw and th are'nt altered + \xdef\imsart@check@textwidth{\the\textwidth}% + \xdef\imsart@check@textheight{\the\textheight}% + \AtEndDocument{% + \@ifundefined{do@not@check@textbox@alter}% + {% + \ifdim\textwidth=\imsart@check@textwidth + \else + \PackageError{imsart}{\string\textwidth\space cannot be altered}\@ehc + \fi + \ifdim\textheight=\imsart@check@textheight + \else + \PackageError{imsart}{\string\textheight\space cannot be altered}\@ehc + \fi + }% + {}% + }% + } +% +\def\set@preedit@page@layout{% + \setlength\paperwidth{\textwidth}% + \addtolength\paperwidth{2in}% + \setlength\oddsidemargin{0in}% + \let\evensidemargin\oddsidemargin + \setlength\paperheight{\textheight}% + \addtolength\paperheight{2in}% + \addtolength\paperheight{\headheight}% + \addtolength\paperheight{\headsep}% + \setlength\topmargin{0in}% + } +% +% Load imsart.cnf with additional options: +\@input{\imsfmt@name.cnf} +% +% Execute options +\ExecuteOptions{} +\ProcessOptions +% +% dimensions +% +\setlength\parindent{12\p@} +\setlength\headsep{14\p@} +\setlength\footskip{14\p@} +\if@aihplayout + \setlength\footskip{24\p@} +\fi +\if@bjlayout + \setlength\parindent{10\p@} + \setlength\footskip{24\p@} +\fi +% +\setlength\smallskipamount{6\p@ \@plus 1\p@ \@minus 1\p@} +\setlength\medskipamount{12\p@ \@plus 3\p@ \@minus 3\p@} +\setlength\bigskipamount{18\p@ \@plus 3\p@ \@minus 3\p@} +% +% setpkgattr, getpkgattr, do@option@list +% +\def\sep@key@value#1=#2/?/#3{\setpkgattr{#3}{#1}{#2}} +\def\do@option@list#1#2{% + \@for\curr@option:={#2}\do{% + \expandafter\sep@key@value\curr@option/?/{#1}\relax + }% + } +\def\pkgattr@namedef{\long\gdef} +\def\pkgattr@namedef@def#1{\expandafter\pkgattr@namedef\csname #1\endcsname} +\protected\def\setpkgattr{\@ifnextchar[{\@setpkgattr}{\@@setpkgattr}} +\protected\def\getpkgattr#1#2{\csname #1@#2\endcsname} +\long\def\@setpkgattr[#1]#2#3#4{% + \pkgattr@namedef@def{#2@#3}{#4}% + } +\long\def\@@setpkgattr#1#2#3{% + \pkgattr@namedef@def{#1@#2}{#3}% + } +% +% newpseudoenvironment +% same as \newenvironment, but new environment do not have additional groups \bgroup \egroup +% (i.e. all definitions are not local +% +\let\org@begin\begin +\let\org@end\end +\def\begin#1{% + \@ifundefined{pseudo@#1}% + {\org@begin{#1}}% + {\csname pseudo@#1\endcsname[0]\relax}% + } +\def\end#1{% + \@ifundefined{pseudo@#1}% + {\org@end{#1}}% + {\csname pseudo@#1\endcsname[1]\relax}% + } +\def\newpseudoenvironment#1#2#3{% + \expandafter\gdef\csname pseudo@#1\endcsname[##1]{% + \relax + \ifcase##1\relax\def\@@next@@{#2}\or\def\@@next@@{#3}\else\let\@@next@@\relax\fi + \@@next@@ + }% + } +% +% pubyear, volume, paperno +% +\def\pubyear#1{\gdef\@pubyear{(#1) }\gdef\@copyrightyear{#1 }} +\def\@pubyear{} +\def\@copyrightyear{} +% +\def\volumetitle#1{\gdef\volume@title{#1 }} +% +\def\volume#1{\gdef\@volume{Vol. #1 }} +\gdef\@volume{} +% +\def\issue#1{\gdef\@issue{No. #1 }} +\gdef\@issue{} +% +\def\paperno#1{\gdef\@paperno{Paper no. #1 }} +\gdef\@paperno{00} +% +% firstpage, lastpage, pagerange +% +\newcounter{firstpage} +\newcounter{lastpage} +% +\def\firstpage#1{% + \def\@tempa{#1}% + \ifx\@tempa\@empty + \else + \gdef\@firstpage{#1}% + \global\c@firstpage=#1% + \global\c@lastpage=#1% + \global\c@page=#1 \ignorespaces\fi + } +% +\def\lastpage#1{% + \def\@tempa{#1}% + \ifx\@tempa\@empty + \else + \gdef\@lastpage{#1}% + \global\c@lastpage=#1% + \ignorespaces + \fi + } +% +\def\pagerange@sep{--} +% +\def\set@pagerange{% + \ifnum\c@firstpage=0% + \else + \ifnum\c@firstpage=\c@lastpage + \gdef\@pagerange{\thefirstpage}% + \else + \gdef\@pagerange{\thefirstpage\pagerange@sep\thelastpage}% + \fi + \fi + } +% +\def\@pagerange{} +% +\def\pagenumbering#1{% + \gdef\thefirstpage{\csname @#1\endcsname\c@firstpage}% + \gdef\thelastpage{\csname @#1\endcsname\c@lastpage}% + \gdef\thepage{\csname @#1\endcsname\c@page}% + } +% +% hyperref redefines \pagenumbering, so we must override hyperref definition: +\let\ims@pagenumbering\pagenumbering +% +% check last page +\newbool{checklpage} +\def\check@last@page{% + \ifbool{checklpage}% + {% + \ifnum0\number\c@lastpage>0\relax + \ifnum0\number\c@lastpage=\c@page + \else + \special{mt:error Wrong lastpage!}% + \@latex@error{Wrong lastpage: set to \number\c@lastpage, + should be \the\c@page!}\@ehc + \fi + \fi + }% + {}% + } +\AtEndDocument{\check@last@page} +% +% startlocaldefs, endlocaldefs +% +\def\startlocaldefs{\makeatletter} +\def\endlocaldefs{\makeatother} +% +% thanksref, thanksmark, thankslabel, thankstext +% to be safe with hyperref we will use original LaTeX definitions: +% +\def\saferef#1{\expandafter\safe@setref\csname r@#1\endcsname\@firstoftwo{#1}} +\let\safe@setref\@setref +% +\def\safelabel#1{% + \@bsphack + \protected@write\@auxout{}% + {\string\thanksnewlabel{#1}{{\@currentlabel}{\thepage}}}% + \@esphack + } +% +\long\def\safe@footnotetext#1{\insert\footins{% + \reset@font\footnotesize + \interlinepenalty\interfootnotelinepenalty + \splittopskip\footnotesep + \splitmaxdepth \dp\strutbox \floatingpenalty \@MM + \hsize\columnwidth \@parboxrestore + \color@begingroup + \def\@thefnmark{}% + \@makefntext{% + \rule\z@\footnotesep\ignorespaces #1\@finalstrut\strutbox}% + \color@endgroup + }}% +% +\long\def\orig@footnotetext#1{\insert\footins{% + \reset@font\footnotesize + \interlinepenalty\interfootnotelinepenalty + \splittopskip\footnotesep + \splitmaxdepth \dp\strutbox \floatingpenalty \@MM + \hsize\columnwidth \@parboxrestore + \protected@edef\@currentlabel{% + \csname p@footnote\endcsname\@thefnmark + }% + \color@begingroup + \@makefntext{\rule\z@\footnotesep\ignorespaces#1\@finalstrut\strutbox}% + \color@endgroup + }}% +% +\let\thanksnewlabel\newlabel +% +% we want to use various counters: +\def\usethankscounter#1{% + \@ifundefined{current@thankscounter}% + {\gdef\previous@thankscounter{#1}}% + {\xdef\previous@thankscounter{\current@thankscounter}}% + \def\current@thankscounter{#1}% + } +% +\def\restorethankscounter{\xdef\current@thankscounter{\previous@thankscounter}} +% +\newcounter{thanks} +\def\thethanks{\@fnsymbol\c@thanks} +\usethankscounter{thanks} +% +% address ref: +\newcounter{addressref} +\def\theaddressref{\arabic{addressref}} +% +\def\thanksmark@fmt#1{\@textsuperscript{\normalfont#1}} +\def\thanksref@sep{,} +% +% hooks for the hyperref: +\def\thankref@hyperlink#1{\saferef{#1thanks}} +\def\thanks@hypertarget#1{} +% +% printing the marks +\DeclareRobustCommand{\thanksref}{% + \@ifnextchar[{\@tempswatrue\@thanksref}{\@tempswafalse\@thanksref[]}% + } +\let\orig@thanksref\thanksref +% +\def\@thanksref[#1]#2{% + \if@tempswa% [] + \thanksmark@fmt{#1}% + \else + \let\@tempa\@empty + \thanksmark@fmt{\@for\@tempb:=#2\do{% + \csname thanksref@hook\endcsname + \@tempa + \let\@tempa\thanksref@sep + \edef\@tempb{\expandafter\@firstofone\@tempb\@empty}% + \thankref@hyperlink{\@tempb}% + }}% + \fi + } +% +% form and print mark +\def\thanksmark{\@ifnextchar[{\@tempswatrue\@thanksmark}{\@tempswafalse\@thanksmark[]}} +% +\def\@thanksmark[#1]#2{% + \@thankslabel[#1]{#2}% + \thanksmark@fmt{\expandafter\saferef{#2thanks}\thanks@hypertarget{#2}}% + } +% +% form only mark +\def\thankslabel{\@ifnextchar[{\@tempswatrue\@thankslabel}{\@tempswafalse\@thankslabel[]}} +% +\def\@thankslabel[#1]#2{% + \if@tempswa% [] + \protected@edef\@currentlabel{#1}% + \else + \refstepcounter{\current@thankscounter}% + \fi + \@ifundefined{temp@label@#2thanks}% + {\global\@namedef{temp@label@#2thanks}{}\safelabel{#2thanks}}% + {}% + } +% +% form a mark and place text in \@thanks: +\def\thankstext{\@ifnextchar[{\@tempswatrue\@thankstext}{\@tempswafalse\@thankstext[]}} +% +\def\@thankstext[#1]#2#3{% + \@thankslabel[#1]{#2}% + \protected@xdef\@thanks{\@thanks\protect\thanks@thefnmark{#2thanks}% + \protect\orig@footnotetext{\thanks@hypertarget{#2}#3}}% + } +% +\def\thanks@thefnmark#1{\begingroup\unrestored@protected@xdef\@thefnmark{\saferef{#1}}\endgroup} +% +% ST macro for creation customized enumeration system +\def\setvaluelist#1#2{% + \@tempcnta=0\relax + \@for\@curr@val:=#2\do{% + \advance\@tempcnta by 1\relax + \expandafter\protected@xdef\csname #1@item@\the\@tempcnta\endcsname{\@curr@val}% + }% + \expandafter\protected@xdef\csname #1@item@0\endcsname{\the\@tempcnta}% + } +\xdef\getitemvalue#1#2{\noexpand\csname #1@item@#2\endcsname} +% +% \ead, \printead +% +\RequirePackage{keyval} +% +\def\email@text{e-mail: } +\def\url@text{url: } +\def\fullurl@text{url: } +\def\ead@sep{;~} +\let\ead@size\relax +\def\printead@fmt#1{#1} +% +\newcounter{emailref} +\setvaluelist{emailmarks}{*,**,\textdagger,\textdaggerdbl} +\def\theemailref{\getitemvalue{emailmarks}{\the\c@emailref}} +\define@key{ead}{mark}[true]{% + \usethankscounter{emailref}% + \thankslabel{\ead@label}% + } +% +\RequirePackage{ifpdf} +\def\orcid@base{https://orcid.org/} +\def\orcid@special@pdf#1{\special{pdf: #1}} +\def\orcid@pic@pdf{% + \hbox to 9bp{% + \vrule width \z@ height 9bp% + \orcid@special@pdf{% + q 1 0 0 -1 0 9 cm q 0.65098 0.807843 0.223529 rg 9 4.5 m 9 + 6.984 6.984 9 4.5 9 c 2.016 9 0 6.984 0 4.5 c 0 2.016 2.016 + 0 4.5 0 c 6.984 0 9 2.016 9 4.5 c h 9 4.5 m f 1 1 1 rg 2.492 + 2.781 0.543 3.766 re f 3.828 2.781 m 5.289 2.781 l 6.684 + 2.781 7.297 3.777 7.297 4.664 c 7.297 5.633 6.539 6.551 + 5.297 6.551 c 3.828 6.551 l h 4.371 6.062 m 5.23 6.062 l + 6.457 6.062 6.738 5.129 6.738 4.664 c 6.738 3.91 6.258 3.27 + 5.203 3.27 c 4.371 3.27 l h 4.371 6.062 m f 3.117 1.996 m + 3.117 2.191 2.961 2.352 2.762 2.352 c 2.566 2.352 2.41 2.191 + 2.41 1.996 c 2.41 1.801 2.566 1.641 2.762 1.641 c 2.961 + 1.641 3.117 1.805 3.117 1.996 c h 3.117 1.996 m f Q Q + }\hss + }% + } +\def\orcid@pic@ps{% + \hbox to 9bp{% + \vrule width \z@ height 9bp% + \special{" gsave 0 0 9 9 rectclip + 1 0 0 -1 0 9 6 array astore concat gsave 0.65098 0.807843 0.223529 setrgbcolor + 9 4.5 moveto 9 6.984 6.984 9 4.5 9 curveto 2.016 9 0 6.984 0 4.5 curveto + 0 2.016 2.016 0 4.5 0 curveto 6.984 0 9 2.016 9 4.5 curveto closepath + 9 4.5 moveto fill 1 setgray 2.492 2.781 0.543 3.766 exch dup neg 3 1 roll 5 3 roll + moveto 0 rlineto 0 exch rlineto 0 rlineto closepath fill + 3.828 2.781 moveto 5.289 2.781 lineto 6.684 2.781 7.297 3.777 7.297 4.664 curveto + 7.297 5.633 6.539 6.551 5.297 6.551 curveto 3.828 6.551 lineto closepath + 4.371 6.062 moveto 5.23 6.062 lineto 6.457 6.062 6.738 5.129 6.738 4.664 curveto + 6.738 3.91 6.258 3.27 5.203 3.27 curveto 4.371 3.27 lineto closepath + 4.371 6.062 moveto fill 3.117 1.996 moveto 3.117 2.191 2.961 2.352 2.762 2.352 curveto + 2.566 2.352 2.41 2.191 2.41 1.996 curveto 2.41 1.801 2.566 1.641 2.762 1.641 curveto + 2.961 1.641 3.117 1.805 3.117 1.996 curveto closepath + 3.117 1.996 moveto fill grestore grestore + }\hss + }% + } +\ifpdf + \let\orcid@pic\orcid@pic@pdf +\else + \ifdefined\XeTeXversion + \def\orcid@special@pdf#1{\special{pdf:literal #1}} + \let\orcid@pic\orcid@pic@pdf + \else + \let\orcid@pic\orcid@pic@ps + \fi +\fi +\def\orcid#1{% + \ifcsundef{author@\the\c@author @orcid}% + {\csxdef{author@\the\c@author @orcid}{#1}}% + {% + \PackageError{imsart}{author \the\c@author\space contains more than one orcid}\@ehc + }% + } +\def\printorcid{% + \ifcsundef{author@\the\c@author @orcid}% + {}% + {% + \raisebox{-1.3\p@}[\z@][\z@]{{% + \def\null{}% + \ims@href + {\orcid@base\csname author@\the\c@author @orcid\endcsname}% + {\orcid@pic}% + }}% + }% + } +\if@updated@thanksref + \setvaluelist{emailmarks}{*,\textdagger,\textdaggerdbl,% + \textsection,\textparagraph,||,**,\textdagger\textdagger,% + \textdaggerdbl\textdaggerdbl + } + \define@key{ead}{mark}[true]{% + \csxdef{ead@\ead@label @mark}{\the\c@author}% + \ifcsundef{author@\the\c@author @ead@marks}% + {\csxdef{author@\the\c@author @ead@marks}{\ead@label}}% + {\csxappto{author@\the\c@author @ead@marks}{,\ead@label}}% + } + \if@balayout + \else + \def\theemailref{\@alph{\the\c@emailref}} + \define@key{ead}{mark}[true]{} + \def\ead@type@email@posthook{% + \csxdef{ead@\ead@label @mark}{\the\c@author}% + \ifcsundef{author@\the\c@author @ead@marks}% + {\csxdef{author@\the\c@author @ead@marks}{\ead@label}}% + {\csxappto{author@\the\c@author @ead@marks}{,\ead@label}}% + } + \let\ead@type@url@posthook\ead@type@email@posthook + \let\ead@type@fullurl@posthook\ead@type@email@posthook + \fi +\fi +% +% we are using keyval package +\define@key{ead}{email}[true]{\def\ead@type{email}} +\define@key{ead}{url}[true]{\def\@tempa{fullurl}\ifx\ead@type\@tempa\else\def\ead@type{url}\fi} +\define@key{ead}{label}{\def\ead@label{#1}} +% +\define@key{ead}{text}{% + \bgroup + \def\\{\string\break}% + \def\break{\string\break}% + \protected@edef\@currentlabel{#1}% + \safelabel{\ead@label @\ead@type text}% + \egroup + } +% +\define@key{ead}{nopdflink}[true]{% + \protected@edef\@currentlabel{nolink}% + \safelabel{\ead@label @nopdflink}% + } +% +\DeclareRobustCommand\ead[2][label= ,email]{{% + \def\ead@type{email}% default + \checkead@prefix#2://\end + \def\texttildelow{\noexpand\texttildelow}% + \def~{\string~}% + \setkeys{ead}{#1}% + \protected@edef\@currentlabel{#2}% + \safelabel{\ead@label @\ead@type}% + \csuse{ead@type@\ead@type @posthook}% + }} +% +\def\checkead@prefix#1://#2\end{\ifx.#2.\else\def\ead@type{fullurl}\fi} +% +\newif\ifnot@ead@star +\newif\if@printead@opt +% +\def\printead@presep{} +\def\printead@text{} +\define@key{printead}{text}{\def\printead@text{#1}} +\define@key{printead}{presep}{\def\printead@presep{#1}} +% +\DeclareRobustCommand{\printead}{% + \@ifstar{\not@ead@starfalse\@printead}{\not@ead@startrue\@printead}% + } +% +\def\@printead{% + \@ifnextchar[{\@printead@opttrue\@@printead}{\@printead@optfalse\@@printead[]}% + } +% +\def\@@printead[#1]#2{{% + \if@printead@opt%[] + \setkeys{printead}{#1}% + \printead@presep + \ifx\printead@text\@empty + \@printead@optfalse + \else + \def\safe@href@text{\printead@text}% + \not@ead@starfalse + \fi + \fi + \let\prev@ead@text\relax + \let\@ead@sep\relax + \let\ead@text\relax + \let\ead@prefix\relax + \def\ead@type{}% + \@tempcnta=0% + \let\sv@ims@href\ims@href + \printead@fmt{% + \@for\ead@ref:=#2\do{% + \advance\@tempcnta by 1% + \let\ims@href\sv@ims@href + \@ead@sep\let\@ead@sep\ead@sep + \@ifundefined{r@\ead@ref @nopdflink}% + {}% + {\def\ims@href##1##2{##2}}% + \@ifundefined{r@\ead@ref @email}% + {}% + {\let\ead@text\email@text\def\ead@type{email}\def\ead@prefix{mailto:}}% + \@ifundefined{r@\ead@ref @url}% + {}% + {\let\ead@text\url@text\def\ead@type{url}\def\ead@prefix{http://}}% + \@ifundefined{r@\ead@ref @fullurl}% + {}% + {\let\ead@text\fullurl@text\def\ead@type{fullurl}\def\ead@prefix{}}% + \ifx\prev@ead@text\ead@text + \let\ead@text\relax + \fi + \csname printead@hook\endcsname + \if@printead@opt + \ifnum\@tempcnta>1% + \@latex@error{Command \@backslashchar printead[]{e1} could + have only one parameter "e1"!}\@eha + \fi + \else + \@ifundefined{r@\ead@ref @\ead@type text}% + {% + \def\ims@href@text{% + \@ifundefined{r@\ead@ref thanks}% + {}% + {\thanksref{\ead@ref}}% + \saferef{\ead@ref @\ead@type}% + }% + }% + {% + \def\ims@href@text{% + \@ifundefined{r@\ead@ref thanks}% + {}% + {\thanksref{\ead@ref}}% + \saferef{\ead@ref @\ead@type text}% + }% + }% + \fi + \bgroup + \def\null{}% + \@ifundefined{ead@\ead@ref @mark}% + {}% + {% + \usethankscounter{emailref}% + \thanksmark{\ead@ref}% + \restorethankscounter + \cslet{r@\ead@ref thanks}\relax + }% + \ifnot@ead@star + \ead@text + \fi + \ead@size + \ifcsundef{r@\ead@ref @\ead@type}% + {\ims@href@text}% + {% + \ims@href{\ead@prefix\saferef{\ead@ref @\ead@type}}{\csuse{ead@\ead@type @fmt}{\ims@href@text}}% + }% + \egroup + \@ifundefined{ead@text}% + {}% + {\let\prev@ead@text\ead@text}% + }% + }% + }} +% +% \copyrightowner, \corref +\def\copyrightowner#1{\def\copyrightowner@text{#1}} +% +% for corresponding author +\def\corref#1{} +% +% normaltext, nohyphen, today +% +% normal text (justify) +\def\normaltext{% + \let\\=\@normalcr + \leftskip=\z@ + \@rightskip=\z@ + \rightskip=\@rightskip + \parfillskip=\@flushglue + } +% +% to switch off hyphenation +\def\nohyphen{% + \pretolerance=\@M + \tolerance=\@M + \hyphenpenalty=\@M + \exhyphenpenalty=\@M + } +% +% \@ifemptyhbox +\def\@ifnonempty#1{% + \setbox\@tempboxa\hbox{\ignorespaces #1}% + \ifdim\wd\@tempboxa>1pt #1\fi + } +% +\@ifundefined{check@head@line@length}% + {\let\check@head@line@length\@gobbletwo}% + {} +% pagestyle{imsheadings} \thispagestyle{copyright} +\if@twoside +% + \def\ps@imsheadings{% + \def\@oddfoot{\hfill\info@line}% + \let\@evenfoot\@oddfoot + \def\check@head@line@length@even{% + \runninghead@size {\pagenumber@size 000\quad}% + \evenhead@fmt{\leftmark}{\pagenumber@size\quad 000}% + }% + \def\@evenhead{% + \runninghead@size + \rlap{\pagenumber@size\thepage}\evenhead@fmt{\leftmark}% + \check@head@line@length{\check@head@line@length@even}{author}% + }% + \def\check@head@line@length@odd{% + \runninghead@size{\pagenumber@size 000\quad}% + \oddhead@fmt{\rightmark}{\pagenumber@size\quad 000}% + }% + \def\@oddhead{% + \runninghead@size + \oddhead@fmt{\rightmark}\llap{\pagenumber@size\thepage}% + \check@head@line@length{\check@head@line@length@odd}{title}% + }% + } +\else + \def\ps@imsheadings{% + \def\@oddfoot{\hfill\info@line}% + \let\@evenfoot\@oddfoot + \def\@evenhead{% + \runninghead@size\hfill\leftmark/\rightmark\hfill + \llap{\pagenumber@size\thepage}% + }% + \def\@oddhead{% + \runninghead@size\hfill\leftmark/\rightmark\hfill + \llap{\pagenumber@size\thepage}% + }% + } +\fi +% +\def\ps@copyright{% + \let\@mkboth\@gobbletwo + \def\@evenhead{\parbox[t]{\textwidth}{\copyright@size\copyright@text}}% + \let\@oddhead\@evenhead + \def\@oddfoot{\hfill\pagenumber@size\thepage\hfill\llap{\info@line}}% + \let\@evenfoot\@oddfoot + } +% +\def\evenhead@fmt#1{\hfill#1\hfill} +\def\oddhead@fmt#1{\hfill#1\hfill} +% +% url@fmt +% +\def\journalurl#1{\def\journal@url{#1}} +\def\paperurl#1{\def\paper@url{#1}} +% +% DOI +% +\def\doi#1{% + \gdef\@doi{#1}% + \gdef\doi@text{\url@fmt{DOI: }{\ttfamily}{#1}{\doi@base\@doi}}% + } +% +\let\@doi\relax +% +\def\doi@base{https://doi.org/} +\@onlypreamble\doi +% +\protected\def\relateddoi{\@ifnextchar[{\@tempswatrue\@relateddoi}{\@tempswafalse\@relateddoi[]}} +\def\@relateddoi[#1]#2#3{\protect\ims@href{\doi@base#3}{#3}} +% +\protected\def\relateddois{% + \@ifnextchar[{\@tempswatrue\@relateddois}{\@tempswafalse\@relateddois[]}% + } +\def\@relateddois[#1]#2#3{% + \@thankslabel[#1]{#2}% + \bgroup + \protected@xdef\@thanks{\@thanks\protect\thanks@thefnmark{#2thanks}% + \protect\@footnotetext{\thanks@hypertarget{#2}#3}}% + \egroup + } +% +% arXiv +% +\def\arxiv#1{% + \gdef\@arxiv{#1}% + \thankstext[]{fm@arXiv}{\protect\url@fmt{arXiv: }{}{#1}{\arxiv@base\@arxiv}}% + }% +% +\let\@arxiv\relax +\@onlypreamble\arxiv +% +% https://arxiv.org/abs/math.PR/0603300 +\def\arxiv@base{https://arxiv.org/abs/} +% +% {url}{text} +\def\ims@href#1#2{#2} +\def\ims@nolinkurl#1{#1} +% +% {prefix}{font}{text}{url} +\def\url@fmt#1#2#3#4{% + \edef\@tempa{#3}% + \ifx\@tempa\@empty + \else + #1{#2\ims@href{#4}{#3}}% + \fi + } +% +% LIST ENVIRONMENTS +% +\parsep=\z@ +\topsep=\smallskipamount +\partopsep=\z@ +\itemsep=\z@ +\labelsep=.5em +% +\def\@listI{% + \leftmargin=\leftmargini + \parsep=\z@ + \topsep=\smallskipamount + \itemsep=\z@ + } +% +\def\list@parindent{1pc} +% +% quotation +\let\quotation@size\footnotesize +\def\quotation@itemindent{\list@parindent} +\def\quotation@parindent{\list@parindent} +\def\quotation@leftmargin{\list@parindent} +\let\quotation@rightmargin\z@ +\let\quotation@topsep\smallskipamount +% +\def\quotation{% + \list{}{% + \quotation@size + \listparindent=\quotation@parindent + \itemindent=\quotation@itemindent + \rightmargin=\quotation@rightmargin + \leftmargin=\quotation@leftmargin + \partopsep=\z@ + \topsep=\quotation@topsep + \parsep=\z@ + \csname quotation@hook\endcsname + }% + \item[\Q@strut]\relax + } +\def\endquotation{\endlist} +% +\def\Q@strut{\leavevmode\hbox{\vrule height9pt depth1pt width0pt}} +% +% quote +\let\quote@size\footnotesize +\def\quote@indent{\z@} +\def\quote@leftmargin{2pc} +\def\quote@rightmargin{2pc} +\let\quote@topsep\smallskipamount +% +\def\quote{% + \list{}{% + \quote@size + \listparindent=\quote@indent + \itemindent=\listparindent + \rightmargin=\quote@rightmargin + \leftmargin=\quote@leftmargin + \partopsep=\z@ + \topsep=\quote@topsep + \parsep=\z@ + \csname quote@hook\endcsname + }% + \item\relax + } +\def\endquote{\endlist} +% +% table, figure +% +\newdimen\tablewidth \tablewidth\textwidth +% +\def\fnum@table{\tablename~\thetable} +\setlength\belowcaptionskip{4\p@} +% +\renewenvironment{table} + {% + \let\@makecaption\@maketablecaption + \csname starttable@hook\endcsname + \tablewidth=\hsize + \@float{table}% + } + {\end@float} +\renewenvironment{table*} + {% + \let\@makecaption\@maketablecaption + \csname starttable@hook\endcsname + \tablewidth=\hsize + \@dblfloat{table}% + } + {\end@dblfloat} +% +\long\def\@maketablecaption#1#2{% + \tablecaption@shape\tablecaption@size + {\tablename@size #1}\tablename@skip #2\par + \vskip\belowcaptionskip + } +% +\setpkgattr{tablecaption}{shape}{\centering} +\setpkgattr{tablecaption}{size}{\footnotesize\itshape} +\setpkgattr{tablename}{size}{\scshape} +\setpkgattr{tablename}{skip}{\endgraf} +% +% figure : use \@makecaption: +\renewcommand\figurename{Fig} +% +\long\def\@makecaption#1#2{% + \vskip\abovecaptionskip + \figurecaption@size + \sbox\@tempboxa{{\figurename@size #1}\figurename@skip #2}% + \ifdim \wd\@tempboxa >\hsize + {\figurename@size #1}\figurename@skip #2\par + \else + \global \@minipagefalse + \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}% + \fi + \vskip\belowcaptionskip + } +% +\setpkgattr{figurecaption}{size}{\footnotesize\itshape} +\setpkgattr{figurename}{size}{\scshape} +\setpkgattr{figurename}{skip}{.~} +% +\def\@floatboxreset{% + \reset@font + \@setminipage + \singlespacing + \ifcsundef{\@captype @size}% + {\footnotesize}% + {\csuse{\@captype @size}}% + \ifcsundef{\@captype @shape}% + {\centering}% + {\csuse{\@captype @shape}}% + } +% +\if@aihplayout + \setpkgattr{tablecaption}{size}{\footnotesize} + \setpkgattr{figurecaption}{size}{\footnotesize} +\fi +% +\if@bjlayout + \let\savehline\hline + \def\thline{\noalign{\vskip3pt}\savehline\noalign{\vskip3pt}}% + \setpkgattr{starttable}{hook}{\let\hline\thline} + \setpkgattr{table}{size}{\small} + \AtBeginDocument{\appto\@xhline{\noalign{\vskip2\p@}}} + \def\cline#1{\noalign{\vskip1\p@}\@cline#1\@nil\noalign{\vskip2\p@}} + \setpkgattr{algorithm}{size}{\normalsize} + \setpkgattr{algorithm}{shape}{} +\fi +% +\if@bjpslayout + \let\savehline\hline + \def\thline{\noalign{\vskip3pt}\savehline\noalign{\vskip3pt}}% + \setpkgattr{starttable}{hook}{\let\hline\thline} + \setpkgattr{tablename}{size}{\bfseries\upshape} + \setpkgattr{tablename}{skip}{\enskip} + \setpkgattr{figurename}{size}{\bfseries\upshape} + \setpkgattr{figurename}{skip}{\enskip} + \def\figurename{Figure} + \setpkgattr{tablecaption}{shape}{} +\fi +% +\if@stslayout + \let\savehline\hline + \def\thline{\noalign{\vskip3pt}\savehline\noalign{\vskip4pt}}% + \setpkgattr{starttable}{hook}{\let\hline\thline} +\fi +% +\if@ims@rotating + \AtEndOfPackage{% + \RequirePackage[counterclockwise,figuresright]{rotating}% + \renewenvironment{sidewaystable}% + {% + \let\@makecaption\@maketablecaption + \csname starttable@hook\endcsname + \tablewidth=\textheight + \@rotfloat{table}% + }% + {% + \end@rotfloat + }% + \renewenvironment{sidewaystable*}% + {% + \let\@makecaption\@maketablecaption + \csname starttable@hook\endcsname + \tablewidth=\textheight + \@rotdblfloat{table}% + }% + {% + \end@rotdblfloat + }% + \let\imsart@xrotfloat\@xrotfloat + \def\@xrotfloat#1[#2]{% + \imsart@xrotfloat#1[#2]% + \centering + }% + } +\fi +% +% tabnotes +% +\def\tabnote@table@label{table@\the\c@table @tabnote@} +\let\tabnotetext@hypertarget\@gobble +\def\tabnoteref@link#1#2{#2} +\def\@enable@tabnote@links{% + \gdef\tabnotetext@hypertarget##1{% + \hyper@anchorstart{\tabnote@table@label ##1}% + \strut\hyper@anchorend + }% + \gdef\tabnoteref@link##1##2{% + \hyperlink{\tabnote@table@label ##1}{##2}% + }% + } +\AtBeginDocument{% + \@ifpackageloaded{hyperref}{% + \ifdefined\hyper@anchorstart + \@enable@tabnote@links + \fi + }{}% + } +% +\newcounter{tabnote} +\def\thetabnote{\@alph\c@tabnote} +\def\missing@mark@qq{??} +% +\def\tabnoteref@font{\normalfont} +\def\tabnoteref@sep@output{\tabnoteref@sep} +\def\tabnoteref@sep@default{,} +\def\tabnoteref@sep@fmt{% + \ifx\tabnoteref@sep\@empty + \else + \csname fix@tabnoteref@sepspace\endcsname + \tabnoteref@sep@output + \fi + \global\let\tabnoteref@sep\tabnoteref@sep@default + } +\def\fix@tabnoteref@sepspace{\kern-\scriptspace} +% +\def\@thetbnref@fmt#1{\tabnoteref@link{#1}{\@get@tabnoteref{#1}}} +% +\def\@get@tabnoteref#1{% + \@ifundefined{tn@\tabnote@table@label #1}% + {\missing@mark@qq}% + {\csname tn@\tabnote@table@label #1\endcsname}% + } +% +\def\tabnoteref@fmt#1{#1} +% +\newcommand{\tabnoteref}[2][]{% + \bgroup + \let\tabnoteref@sep\@empty + \@for\tabnoteref@id:=#2\do{% + \tabnoteref@fmt{\hbox{\@textsuperscript{% + \tabnoteref@font + \tabnoteref@sep@fmt + \@thetbnref@fmt{\tabnoteref@id}% + }}}% + }% + \egroup + \ignorespaces + } +% +\newif\if@firsttabnotetext +\def\tabnotetext@id{} +\def\tabnotetext@sep{} +\let\tabnotetext@mark\relax +\def\tabnotetext@mark@fmt#1{\textsuperscript{#1}} +\def\tabnotetext@text@fmt#1{#1} +% +\def\tabnotetext@mark@font{\normalfont} +\def\tabnotetext@skip{\vskip\z@} +\let\tabnotetext@skip@default\tabnotetext@skip +\def\tabnotetext@indent{\noindent\parindent\sv@parindent} +\def\sv@parindent{12\p@} +% +\define@key{tabnotetext}{id}{\def\tabnotetext@id{#1}} +\define@key{tabnotetext}{mark}{\def\tabnotetext@mark{#1}} +% +\def\@auto@tabnotetext@sep@fmt{% + \if@firsttabnotetext + \else + \tabnotetext@sep@output + \fi + } +\let\auto@tabnotetext@sep@fmt\relax +\def\tabnotetext@sep@output{\tabnotetext@sep} +% +\newcommand{\tabnotetext}[2][]{% + \bgroup + \let\tabnotetext@markcounter\relax + \setkeys{tabnotetext}{#1}% + \auto@tabnotetext@sep@fmt + \tabnotetext@skip + \@write@tabnote@label + % fixing hypertarget position + \setbox\@tempboxa=\hbox to\z@{\vbox{\tabnotetext@hypertarget{\tabnotetext@id}}\hss}% + \wd\@tempboxa=\z@ + \dp\@tempboxa=\z@ + \ht\@tempboxa=\z@ + \noindent\box\@tempboxa + \tabnotetext@indent + \ifx\tabnotetext@mark\@empty + \else + \tabnotetext@mark@fmt{{% + \tabnotetext@mark@font + \tabnotetext@mark + }}% + \fi + \tabnotetext@text@fmt{#2}% + \let\tabnotetext@mark\relax + \egroup + \@firsttabnotetextfalse + \ignorespaces + } +% +\def\legend#1{\tabnotetext[mark={}]{#1}} +% +\def\@tabnote@mark#1#2{\global\@namedef{tn@#1}{#2}} +\def\@write@tabnote@label{% + \ifx\tabnotetext@mark\relax + \global\advance\c@tabnote by\@ne + \edef\tabnotetext@mark{\thetabnote}% + \fi + \ifx\tabnotetext@mark\empty + \else + \bgroup + \protected\def\#{}% + \protected\def\dag{}% + \protected\def\ddag{}% + \immediate\write\@auxout{% + \string\@tabnote@mark{\tabnote@table@label\tabnotetext@id}{\tabnotetext@mark}% + }% + \egroup + \fi + } +% +\newtoks\tabnotestoks +\def\tabnotes@width{\tablewidth} +\def\tabnotes@leftskip{2pt} +\def\tabnotes@alignment{\raggedright} +\def\tabnotes@size{\footnotesize} +\def\pre@tabnotes@skip{\vskip 1\p@} +\def\post@tabnotes@skip{\vskip 1\p@} +% +\long\def\@tabnotes#1\end#2{% + \global\tabnotestoks={#1}% + \end{tabnotes}% + \global\tabnotestoks={}% + \ignorespaces + } +% +\newenvironment{tabnotes}[1][]% + {% + \setcounter{tabnote}{0}% + \@firsttabnotetexttrue + \def\sep{\tabnotetext@sep@output}% + \@tabnotes + }% + {% + \pre@tabnotes@skip + \tabnotes@alignment + \parbox[t]{\tabnotes@width}{% + \leftskip=\tabnotes@leftskip + \tabnotes@size + \the\tabnotestoks + }% + \setcounter{tabnote}{0}% + \post@tabnotes@skip + } +% +% FOOTNOTE +% +\def\@makefntext@parindent{\parindent=12\p@} +\renewcommand\@makefntext[1]{\@makefntext@parindent\@makefnmark #1} +% +\def\@makefnmark{\@textsuperscript{\normalfont\@thefnmark}} +% +% SECTION commands: +% from latex.ltx: +% Two improvements: +% 1. if section command is defined as "inline" the '.' will be inserted after heading; +% 2. section* will write to toc and will appear in pdf bookmarks +% +% dirty trick... +\def\@startsection#1#2#3#4#5#6{% + \if@noskipsec \leavevmode \fi + \par + \@tempskipa #4\relax + \@afterindenttrue + \ifdim \@tempskipa <\z@ + \@tempskipa=-\@tempskipa \@afterindentfalse + \fi + \if@nobreak + \everypar{}% + \else + \addpenalty\@secpenalty\addvspace\@tempskipa + \fi + \@ifstar + {\def\ssection@level{#2}\@ssect{#3}{#4}{#5}{#6}}% + {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}% + } +% +% Trick for the hyperref: +\def\setaftersec@dot#1{% + \if@autosecdot + \setbox0=\hbox{#1}% + \ifdim\wd0>0\p@ + \def\aftersec@dot{.}% + \else + \def\aftersec@dot{}% + \fi + \fi + } +\let\aftersec@dot\relax +% +% section - will add hook for the dot after section heading +\def\@sect#1#2#3#4#5#6[#7]#8{% + \ifnum #2>\c@secnumdepth + \let\@svsec\@empty + \else + \refstepcounter{#1}% + \protected@edef\@svsec{\@seccntformat{#1}\relax}% + \fi + \@tempskipa #5\relax + \ifdim \@tempskipa>\z@ + \begingroup + #6{% + \@hangfrom{\hskip #3\relax\@svsec}% + \interlinepenalty \@M #8\@@par + }% + \endgroup + \csname #1mark\endcsname{#7}% + \addcontentsline{toc}{#1}{% + \ifnum #2>\c@secnumdepth + \else + \protect\numberline{\csname the#1\endcsname}% + \fi + #7% + }% + \else + \setaftersec@dot{#8}% + \def\@svsechd{% + #6{\hskip #3\relax \@svsec #8\aftersec@dot}% + \csname #1mark\endcsname{#7}% + \addcontentsline{toc}{#1}{% + \ifnum #2>\c@secnumdepth + \else + \protect\numberline{\csname the#1\endcsname}% + \fi + #7% + }% + }% + \fi + \@xsect{#5}% + } +% +% section* - will add hook for the dot after section heading and \contentsline +\def\@ssect#1#2#3#4#5{% + \@tempskipa #3\relax + \ifdim \@tempskipa>\z@ + \begingroup + #4{% + \@hangfrom{\hskip #1}% + \interlinepenalty=\@M #5\@@par + }% + \endgroup + \else + \setaftersec@dot{#5}% + \def\@svsechd{#4{\hskip #1\relax #5\aftersec@dot}}% + \fi + \ifnum\ssection@level=1\phantomsection\addcontentsline{toc}{section}{#5}\fi + \@xsect{#3}% + } +% +% Block adding to contents for the next command only: +\def\nocontentsline{% + \let\@@addcontentsline\addcontentsline + \ifx\hyper@anchor\@undefined + \def\addcontentsline##1##2##3{\let\addcontentsline\@@addcontentsline}% + \else + \def\addcontentsline##1##2##3##4{\let\addcontentsline\@@addcontentsline}% + \fi + } +% +\protected\def\qq#1{% + \bgroup + \ifx.#1.\relax + \ifmmode + \mbox{\normalfont\textbf{???}}% + \else + \normalfont\textbf{???}% + \fi + \else + \ifmmode + \mbox{\normalfont\textbf{#1}}% + \else + \normalfont\textbf{#1}% + \fi + \fi + \egroup + } +% +% \phantomsection is defined in hyperref +\let\phantomsection\relax +% +% FRONTMATTER SETTINGS +% +% FRONT MATTER FORMATTING PARAMETERS +% +\setpkgattr{frontmatter}{style}{\centering} +\setpkgattr{title}{style}{\centering\def\\{\break}} +\setpkgattr{author}{style}{\centering} +\setpkgattr{address}{style}{\centering} +\setpkgattr{abstract}{style}{\normaltext} +\setpkgattr{keyword}{style}{\normaltext} +\setpkgattr{history}{style}{\normaltext} +% +% FRONT MATTER SKIPS +\setpkgattr{title}{skip}{18\p@} +\setpkgattr{atltitle}{skip}{14\p@} +\setpkgattr{authors}{skip}{12pt} +\setpkgattr{dedicated}{skip}{12\p@} +\setpkgattr{address}{skip}{6\p@ plus 1\p@ minus 1\p@} +\setpkgattr{abstract}{skip}{10\p@} +\setpkgattr{abstractname}{skip}{:\enskip} +\setpkgattr{keyword}{skip}{10\p@} +\setpkgattr{history}{skip}{10\p@} +\setpkgattr{frontmatter}{cmd}{% + \vskip20\p@ plus 3\p@ minus 3\p@ + \@afterindentfalse\@afterheading + } +\setpkgattr{firstpage}{cmd}{} +% +% FRONT MATTER DIMENSIONS +\setpkgattr{abstract}{width}{.8\textwidth} +\setpkgattr{abstract}{indent}{0\p@} +\setpkgattr{keyword}{width}{.8\textwidth} +\setpkgattr{keyword}{indent}{0\p@} % +\setpkgattr{history}{width}{.8\textwidth} +% +% FRONT MATTER FONTS +\setpkgattr{dochead}{size}{\Large\bfseries} +\setpkgattr{title}{size}{\LARGE\bfseries} +\setpkgattr{author}{size}{\normalsize\bfseries} +\setpkgattr{fnms}{size}{} +\setpkgattr{snm}{size}{} +\setpkgattr{address}{size}{\footnotesize\itshape\mdseries} +\setpkgattr{dedicated}{size}{\normalsize\itshape} +\setpkgattr{ead}{size}{\upshape\ttfamily} +\setpkgattr{abstract}{size}{\footnotesize\upshape\mdseries} +\setpkgattr{abstractname}{size}{\bfseries} +\setpkgattr{keyword}{size}{\footnotesize\upshape\mdseries} +\setpkgattr{keywordname}{size}{\bfseries} +\setpkgattr{history}{size}{\footnotesize\mdseries} +\setpkgattr{copyright}{size}{\footnotesize\raggedright} +\setpkgattr{runninghead}{size}{\footnotesize\itshape} +\setpkgattr{pagenumber}{size}{\footnotesize\upshape} +\setpkgattr{thebibliography}{size}{\normalsize} +% +% FRONT MATTER CASE +\setpkgattr{dochead}{case}{} +\setpkgattr{title}{case}{} +\setpkgattr{runninghead}{case}{} +% +% TEXT, etc. +\setpkgattr{doi}{text}{\url@fmt{url: }{\ttfamily}{\paper@url}{\paper@url}} +\if@imsart@preprint + \setpkgattr{copyright}{text}{} +\else + \setpkgattr{copyright}{text}{% + \url@fmt{}{\bfseries}{\journal@name}{\journal@url}\break + \@ifundefined{volume@title}{}{\textbf{\volume@title}\break}% + \@ifnonempty{\@volume\@pubyear\@pagerange\break}% + \@ifnonempty{\journal@issn\break}% + \doi@text + } +\fi +% +\setpkgattr{infoline}{text}{% + \lower12pt% + \hbox{% + \footnotesize\ttfamily\imsfmt@name\journal@id\ + ver. \imsfmt@version\ file: \jobname.tex\ date: \today + }% + } +\setpkgattr{copyright}{owner}{$\copyright$~\@copyrightyear \copyrightowner@text} +\setpkgattr{author}{prefix}{} +\setpkgattr{keyword}{postfix}{\unskip.} +% +\def\abstractname{Abstract} +% +% HISTORY +\setpkgattr{history}{prefix}{} +\setpkgattr{history}{postfix}{.} +\setpkgattr{received}{prefix}{Received~} +\setpkgattr{received}{postfix}{} +\setpkgattr{revised}{prefix}{; revised~} +\setpkgattr{revised}{postfix}{} +\setpkgattr{accepted}{prefix}{; accepted~} +\setpkgattr{accepted}{postfix}{} +\setpkgattr{pubonline}{prefix}{; published online~} +\setpkgattr{pubonline}{postfix}{} +% +% FRONTMATTER STUFF +% +% COUNTERS, ETC +\newcounter{author} +\newcounter{address} +\newdimen\sv@mathsurround +\def\author@num{0} +% +% RUNNING HEAD +\def\runtitle#1{\gdef\@runtitle{\runninghead@case{#1}}} +\def\@runtitle{} +\def\runauthor#1{{\def\etal{et al.}\gdef\@runauthor{\runninghead@case{#1}}}} +\def\@runauthor{} +% +\newdimen\sv@parindent +\sv@parindent\parindent +% +\newbox\fm@box +\newdimen\fm@size +% +\let\hy@frontmatter\relax +\let\hy@endfrontmatter\relax +\let\tableofcontents@fmt\relax +% +% FRONTMATTER +% +\def\frontmatter{% + \global\c@author=\z@ + \global\c@address=\z@ + \renewcommand\thefootnote{\@fnsymbol\c@footnote}% + % + \if@changetoc + \let\old@tableofcontents\tableofcontents + \def\tableofcontents{\let\tableofcontents@fmt\old@tableofcontents}% + \fi + % + \def\pdftitle##1{\write@pdfinfo{\user@hy@title}{##1}}% + \def\pdfauthor##1{\write@pdfinfo{\user@hy@author}{##1}}% + \def\pdfsubject##1{\write@pdfinfo{\user@hy@subject}{##1}}% + \def\pdfkeywords##1{\write@pdfinfo{\user@hy@keywords}{##1}}% + % + \if@supertoc + \addtocontents{toc}{\protect\contentsline{begintocitem}{}{}{}}% + \addtocontents{toc}{\protect\contentsline{jobname}{\jobname}{}{}}% + \ifx\@doi\relax \else\addtocontents{toc}{\protect\contentsline{doi}{\@doi}{}{}}\fi + \ifx\@arxiv\relax + \else + \addtocontents{toc}{\protect\contentsline{arxiv}{\@arxiv}{}{}}% + \fi + \fi + % + \sv@mathsurround=\mathsurround \m@th + \parindent=\z@ + \hy@frontmatter + \global\let\maketitle\relax + \open@fm \ignorespaces + } +% +% ENDFRONTMATTER +% +\def\endfrontmatter{% + \global\@topnum=\z@ + \set@pagerange + \csname form@runauthors\endcsname + \markboth{\@runauthor}{\@runtitle}% + \thispagestyle{copyright}% + % + \put@fmt@data + % + \close@fm + % + \firstpage@cmd + % + \write@pdfinfo{\hy@author}{\the\authors@list}% + \write@pdfinfo{\hy@subject}{\journal@name\@copyrightyear\@volume\@issue\@pagerange}% + \write@pdfinfo{\hy@keywords}{\the\keywords@list}% + % + \if@supertoc + \addtocontents{toc}{\protect\contentsline{author}{\the\authors@list}{\thepage}{}}% + \addtocontents{toc}{\protect\contentsline{endtocitem}{}{}{}}% + \fi + % + \write\@mainaux{\string\gdef\string\author@num{\the\c@author}}% + \hy@endfrontmatter + \global\mathsurround\sv@mathsurround + \global\c@footnote=\z@ + \global\let\@thanks\@empty + \let\title\relax + \let\author\relax + \let\address\relax + \let\frontmatter\relax + \let\endfrontmatter\relax + \let\@maketitle\relax + \let\@@maketitle\relax + \aftergroup\frontmatter@cmd + } +% +\def\put@fmt@data{% + \copyright@fmt + \@thanks + \abstract@fmt + \keyword@fmt + \history@fmt + \tableofcontents@fmt + } +% +\newdimen\t@xtheight +\def\init@settings{% + \splittopskip=\topskip + \splitmaxdepth=\maxdepth + \t@xtheight=\textheight + \advance\t@xtheight by -\splittopskip + } +% +\def\no@harm{% + \let\thanks=\@gobble + \let\thanksref=\@gobble + \def\orcid##1##{\@gobble}% + \let~\space + \def\ead[##1]##2{}% + \let\\=\@empty + \def\protect{\noexpand\protect\noexpand}% + } +% +\def\open@fm{% + \global\setbox\fm@box=\vbox\bgroup + \hsize=\textwidth + \frontmatter@style + } +% +\def\close@fm{% + \par + \egroup + \fm@size=\dp\fm@box + \advance\fm@size by \ht\fm@box + \@whiledim\fm@size>\t@xtheight \do{% + \global\setbox\@tempboxa=\vsplit\fm@box to \t@xtheight + \unvbox\@tempboxa + \fm@size=\dp\fm@box + \advance\fm@size by \ht\fm@box + }% + \if@twocolumn + \emergencystretch=1pc \twocolumn[\unvbox\fm@box] + \else + \unvbox\fm@box + \fi + } +% +% DOCHEAD +\def\dochead#1{% + \bgroup + \dochead@size + \leavevmode\vphantom{\strut}\dochead@case{#1}\par + \egroup + \setpkgattr{title}{skip}{8\p@}% + } +% +% TITLE +\def\title@endhook{} +\def\title@correctionnote#1{% + \thanksref{CoRreCtIoNnOtE}% + \g@addto@macro\title@endhook{\thankstext{CoRreCtIoNnOtE}{#1}}% + } +\def\title@supportinfo#1{% + \thanksref{SuPpOrTiNfO}% + \g@addto@macro\title@endhook{\thankstext{SuPpOrTiNfO}{#1}}% + } +\let\write@title@metadata\@gobble +\def\title#1{% + \vglue\title@skip + % check if we are in {frontmatter} + \def\reserved@a{frontmatter}% + \ifx\reserved@a\@currenvir \else \hy@frontmatter\fi + \bgroup + \no@harm + \let\correctionnote\@gobble + \let\support\@gobble + \xdef\@argi{#1}% + \xdef\@title{#1}% + \egroup + \write@pdfinfo{\hy@title}{\@argi}% + \write@title@metadata{#1}% + \if@supertoc + \addtocontents{toc}{\protect\contentsline{title}{\@argi}{\thepage}{}}% + \fi + \bgroup + \let\correctionnote\title@correctionnote + \let\support\title@supportinfo + \title@style\title@size\title@case{#1}\par + \egroup + \title@endhook + } +% +% ATLTITLE +% +\def\atltitle#1{% + \vglue\atltitle@skip + \bgroup + \title@size #1\par + \egroup + } +% +% AUTHOR +% +% AUG - author block +\def\smart@par{\ifhmode\par\fi} +\newenvironment{aug}{}{\smart@par} +% +\def\and{\unskip~and~} +% +\def\author@sep@by@number#1{} +\def\author{\@ifnextchar[{\author@fmt}{\author@fmt[]}} +% +\def\author@fmt[#1]#2{% + \stepcounter{author}% + \author@fmt@init + \let\author@fmt@init\relax + \bgroup + \def\degs##1{##1}% + \def\fnms##1{##1}% + \def\inits##1{}% + \def\snm##1{##1}% + \def\roles##1{##1}% + \@tempcnta=\author@num\relax + \ifnum\c@author=\@tempcnta + \def\author@sep{ and }% + \else + \def\author@sep{, }% + \fi + \ifnum\c@author=1% + \addto@authors@list{#2}% + \else + \addto@authors@list{\author@sep #2}% + \fi + \def\inits##1{{\inits@size{##1}}}% + \def\fnms##1{{\fnms@size{##1}}}% + \def\snm##1{\snm@size{##1}}% + \if@updated@thanksref + \def\thanksref##1{% + \edef\author@direct@thanksref{##1}% + \def\thanksref{\@latex@error{only one \string\thanksref\space + is allowed inside \string\author}{??}}% + }% + \fi + \noindent#2% + \if@updated@thanksref + \ifx.#1.% + \let\tmp@author@thanksrefs\@empty + \edef\tmp@sep{}% + \else + \appto\tmp@author@thanksrefs{#1}% + \edef\tmp@sep{,}% + \fi + \@ifundefined{author@direct@thanksref}% + {}% + {% + \eappto\tmp@author@thanksrefs{\tmp@sep\author@direct@thanksref}% + \edef\tmp@sep{,}% + }% + \@ifundefined{author@\the\c@author @ead@marks}% + {}% + {% + \eappto\tmp@author@thanksrefs + {\tmp@sep\csname author@\the\c@author @ead@marks\endcsname}% + }% + \ifx\tmp@author@thanksrefs\@empty + \else + \expandafter\orig@thanksref\expandafter{\tmp@author@thanksrefs}% + \fi + \else + \if@stslayout + \else + \thanksref{#1}% + \fi + \fi + \egroup + \printorcid + \author@sep@by@number{\the\c@author}% + } +% +\def\author@fmt@init{% + \vskip\authors@skip + \noindent\leavevmode\author@style\author@size\author@prefix + } +% +\let\author@fmt@init@def\author@fmt@init +% +% DEDICATED +\def\dedicated#1{% + \vskip\dedicated@skip + \bgroup + \dedicated@size #1\par + \egroup + } +% +% ADDRESS +\def\address{\@ifnextchar[{\address@fmt}{\address@fmt[]}} +% +\def\address@fmt[#1]#2{% + \smart@par + \let\author@fmt@init\author@fmt@init@def + \vskip\address@skip + \bgroup + \address@style\address@size\leavevmode + \ifx.#1.% + \else + \usethankscounter{addressref}% + \thanksmark{#1}% + \restorethankscounter + \fi + #2\par + \egroup + } +% +% CONTRIBUTOR +% write as index entry: +% \contributor{Author, F.}{University} +% \indexentry{Author, F., \textit{Some University}}{} +% +\let\contributor\@gobbletwo +\if@supertoc + \def\contributor#1#2{% + \addtocontents{idx}{\protect\indexentry{#1, \protect\textit{#2}}{}}% + } +\fi +% +% COPYRIGHTOWNER +% +\def\copyright@fmt{% + \@ifundefined{\copyrightowner@text}{}{\safe@footnotetext{\copyright@owner}}% + } +% +% ABSTRACT +% +\newbox\abstract@box +% +\define@key{abstract}{language}{\set@loc@hyphenation{#1}\set@loc@abstractname{#1}} +% +\gdef\abstract{\@ifnextchar[{\@abstract}{\@abstract[]}} +% +\def\@abstract[#1]{% + \setkeys{abstract}{#1}% + \global\setbox\abstract@box=\vbox\bgroup + \ifvoid\abstract@box + \else + \unvbox\abstract@box + \vskip\abstract@skip + \fi + \@tempdima=\textwidth + \advance\@tempdima by -\abstract@width + \divide\@tempdima by 2% + \abstract@style + \leftskip=\@tempdima + \rightskip=\@tempdima + \abstract@size + \parindent=\sv@parindent + \noindent\hskip\abstract@indent + {\abstractname@size\abstractname\abstractname@skip}\ignorespaces + } +% +\def\endabstract{\par\egroup} +% +\def\abstract@fmt{% + \ifvoid\abstract@box + \else + \vskip\abstract@skip + \unvbox\abstract@box + \fi + } +% +\def\set@loc@hyphenation#1{% + \@ifundefined{l@#1}% + {}% + {\expandafter\language\csname l@#1\endcsname}% + } +% +\def\set@loc@abstractname#1{% + \def\abstractname@english{Abstract}% + \def\abstractname@german{Zusammenfassung}% + \def\abstractname@french{R\'esum\'e}% + \def\abstractname@spanish{Resumen.}% + \@ifundefined{abstractname@#1}% + {\@latex@error{Language '#1` is not supported!}{}}% + {\edef\abstractname{\csname abstractname@#1\endcsname}}% + } +% +% HISTORY: received, revised, accepted +% +\def\history@exist{0} +% +\def\received#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@received{#1}\gdef\history@exist{1}\fi} +\def\@received{\@nil} +\def\revised#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@revised{#1}\gdef\history@exist{1}\fi} +\def\@revised{\@nil} +\def\accepted#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@accepted{#1}\gdef\history@exist{1}\fi} +\def\@accepted{\@nil} +\def\pubonline#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@pubonline{#1}\gdef\history@exist{1}\fi} +\def\@pubonline{\@nil} +% +\def\empty@data{\@nil} +% +\def\history@fmt{% + \ifcase\history@exist + \else + \bgroup + \nobreak + \vskip\history@skip + \nobreak + \history@style + \history@size + \@tempdima=\textwidth + \advance\@tempdima by -\history@width + \divide\@tempdima by 2% + \leftskip=\@tempdima + \rightskip=\@tempdima + \leavevmode + \history@prefix + \ifx\@received\empty@data + \else + \received@prefix\@received \received@postfix + \fi + \ifx\@revised\empty@data + \else + \revised@prefix\@revised \revised@postfix + \fi + \ifx\@accepted\empty@data + \else + \accepted@prefix\@accepted \accepted@postfix + \fi + \ifx\@pubonline\empty@data + \else + \pubonline@prefix\@pubonline \pubonline@postfix + \fi + \history@postfix\par + \egroup + \gdef\history@exist{0}% + \fi + } +% +\def\sday#1{#1} +\def\smonth#1{% + \@ifundefined{month@item@#1}% + {\@latex@error{there is no month number #1!}{??}}% + {\getitemvalue{month}{#1}}% + }% +\def\syear#1{#1} +\setvaluelist{month}{January,February,March,April,May,June,% + July,August,September,October,November,December} +% +% KEYWORDS +% +\newbox\keyword@box +\newdimen\pre@kwd@depth +% +\setpkgattr{keyword}{AMS}{AMS 2000 subject classifications:} +\setpkgattr{keyword}{MSC}{\ims@href{\msc@url}{MSC2020 subject classifications}:} +\setpkgattr{keyword}{MSC2010}{MSC 2010 subject classifications:} +\setpkgattr{keyword}{MSC2020}{\ims@href{\msc@url}{MSC2020 subject classifications}:} +% +\setpkgattr{keyword}{KWD}{Keywords and phrases:} +% key=class +\setpkgattr[default]{keyword}{class}{KWD} +% +% \keyword@class -> KWD +% \keyword@KWD -> AMS 2000... +% +\gdef\keyword{\@ifnextchar[{\@keyword}{\@keyword[class=KWD]}} +% +\gdef\@keyword[#1]{% + \do@option@list{keyword}{#1}% + \def\keyword@name{\csname keyword@\keyword@class\endcsname}% + \let\kwd@sep\relax + % + \global\setbox\keyword@box=\vbox\bgroup + \ifvoid\keyword@box + \else + \unvbox\keyword@box + \vskip-\pre@kwd@depth\vtop to\pre@kwd@depth{}% + \fi + \@tempdima=\textwidth + \advance\@tempdima by -\keyword@width + \divide\@tempdima by 2% + \keyword@style + \leftskip=\@tempdima + \rightskip=\@tempdima + \keyword@size + \parindent=\sv@parindent + \noindent\hskip\keyword@indent + {\keywordname@size\keyword@name}\space\hskip.1pt% + } +% +\def\endkeyword{\keyword@postfix\par\global\pre@kwd@depth\prevdepth\egroup} +% +\def\keyword@fmt{% + \ifvoid\keyword@box + \else + \vskip\keyword@skip + \unvbox\keyword@box + \fi + } +% +% \kwd[; ]{foo} +\def\sep{\unskip\string, } +\newif\if@firstkeywordinlist \@firstkeywordinlisttrue +% +\DeclareRobustCommand*\kwd{\@ifnextchar[\@kwd{\@kwd[\kwd@sep]}} +\def\@kwd[#1]#2{% + \unskip#1{#2}% + \if@firstkeywordinlist + \addto@keywords@list{#2}% + \@firstkeywordinlistfalse + \else + \addto@keywords@list{, #2}% + \fi + \let\kwd@sep\sep + } +% +% \maketitle +% if \frontmatter is not used, we will redefine \maketitle +% +\def\local@maketitle{% + \global\@topnum=\z@ + \set@pagerange + \markboth{\@runauthor}{\@runtitle}% + \thispagestyle{copyright}% + % + \put@fmt@data + % + \write@pdfinfo{\hy@author}{\the\authors@list}% + \write@pdfinfo{\hy@keywords}{\the\keywords@list}% + \hy@endfrontmatter + \global\mathsurround=\sv@mathsurround + \global\c@footnote=\z@ + \global\let\@thanks\@empty + \let\title\relax + \let\author\relax + \let\address\relax + \let\frontmatter\relax + \let\endfrontmatter\relax + \let\@maketitle\relax + \let\@@maketitle\relax + \normalfont\normaltext + \parindent=\sv@parindent + \frontmatter@cmd + } +% +\AtBeginDocument{\let\maketitle\local@maketitle} +% +% PROCESS LAYOUT OPTIONS +% +% Put keywords as footnote +\if@keywordsasfootnote + \newtoks\keyword@toks + \newpseudoenvironment{keyword}{\gdef\keyword@exist{1}\get@keyword@toks}{} + \def\get@keyword@toks#1\end{% + \keyword@toks=\expandafter{\the\keyword@toks\keyword#1\endkeyword}% + \@gobble + } + \def\keyword@exist{0} + \gdef\keyword#1{\@ifnextchar[{\@keyword}{\@keyword[class=KWD]}} + \gdef\@keyword[#1]{% + \do@option@list{keyword}{#1}% + \def\keyword@name{\csname keyword@\keyword@class\endcsname}% + \let\kwd@sep\relax + \keyword@style + \keyword@size + \parindent=\sv@parindent + \pre@kwd + \hbox{\keywordname@size\keyword@name}\space\hskip.1pt% + }% + \gdef\endkeyword{\keyword@postfix\gdef\pre@kwd{\par\leavevmode}} + \let\pre@kwd\relax + \def\keyword@fmt{\ifcase\keyword@exist\else\safe@footnotetext{\the\keyword@toks}\fi} +\fi +% +% Put history as footnote +\if@historyasfootnote + % + \def\history@fmt{% + \ifcase\history@exist + \else + \safe@footnotetext{% + \nobreak + \history@style + \history@size + \leavevmode + \history@prefix + \ifx\@received\empty@data + \else + \received@prefix\@received \received@postfix + \fi + \ifx\@revised\empty@data + \else + \revised@prefix\@revised \revised@postfix + \fi + \ifx\@accepted\empty@data + \else + \accepted@prefix\@accepted \accepted@postfix + \fi + \ifx\@pubonline\empty@data + \else + \pubonline@prefix\@pubonline \pubonline@postfix + \fi + \history@postfix + }% + \fi + } +\fi +% +% Put address as footnote +\if@addressasfootnote + \def\address@fmt[#1]#2{% + \ifx.#1.% + \safe@footnotetext{#2}% + \else + \usethankscounter{addressref}% + \bgroup + \def\\{\hfill\break}% + \thankstext{#1}{#2}% + \egroup + \restorethankscounter + \fi + } +\fi +% +% Put address at end +\if@addressatend + % + \def\address{\@ifnextchar[{\address@fmt}{\address@fmt[default]}} + % + % \def\address@ref@A=1 + % \newtoks\@address@1 + % \@address@1={#2} + % + \def\address@fmt[#1]#2{% + \stepcounter{address}% + \expandafter\protected@xdef\csname address@ref@#1\endcsname{\the\c@address}% + \expandafter\newtoks\csname @address@\the\c@address\endcsname + \expandafter\expandafter\expandafter\global\csname @address@\the\c@address\endcsname={#2}} + % + \let\safe@phantomsection\@gobble + % + % print address by number: \printaddressnum{1} + \def\printaddressnum#1{% + \xdef\@tmp{#1}% + \bgroup + \@ifundefined{@address@#1}% + {\@latex@error{Error: there are no address with number '#1'!}{??}}% + {% + \address@size + \ifnum#1=1% + \safe@phantomsection{\addcontentsline{toc}{section}{Author's addresses}}% + \fi + \begin{tabular}[t]{@{}l@{}}% + \expandafter\expandafter\expandafter\the\csname @address@\@tmp\endcsname + \end{tabular}% + }% + \egroup + } + % + % print all addresses: + \def\address@par{\par\vskip3pt} + % + \def\printaddresses{% + \vskip\address@skip + \def\last@right@glue{\par}% + \ifodd\c@address + \def\last@right@glue{\hfill\hbox{}\address@par}% + \fi + \ifnum\c@address=1% + \def\last@right@glue{\address@par}% + \fi + \@tempcnta=0% + \bgroup + \parindent=\z@ + \@whilenum{\@tempcnta<\c@address}\do{% + \advance\@tempcnta by \@ne + \ifodd\@tempcnta + \def\left@glue{}% + \def\right@glue{}% odd + \else + \def\left@glue{\hfill}% + \def\right@glue{\address@par}% even + \fi + \ifnum\@tempcnta=\c@address + \let\left@glue\hfill + \let\right@glue\last@right@glue% last member + \fi + \left@glue\expandafter\printaddressnum{\the\@tempcnta}\right@glue + }% + \egroup + } + % + % invoke \printaddresses at end of document: + \let\old@enddocument\enddocument + \def\enddocument{\printaddresses\old@enddocument} +\fi +% +% settings from in-house packages +\def\declaremathsizes@as@in@mathtime{% + \DeclareMathSizes{5}{6}{6}{6}% + \DeclareMathSizes{6}{6}{6}{6}% + \DeclareMathSizes{7}{6.8}{6}{6}% + \DeclareMathSizes{8}{8}{6.8}{6}% + \DeclareMathSizes{9}{9}{7.6}{6}% + \DeclareMathSizes{10}{10}{7.6}{6}% + \DeclareMathSizes{10.95}{10.95}{7.6}{6}% + \DeclareMathSizes{12}{12}{9}{7}% + \DeclareMathSizes{14.4}{14.4}{10}{8}% + \DeclareMathSizes{17.28}{17.28}{12}{9}% + \DeclareMathSizes{20.74}{20.74}{14.4}{10}% + \DeclareMathSizes{24.88}{24.88}{17.28}{12}% + } +% +\def\ims@common@float@settings{% + % float parameters: + \setlength\floatsep{18\p@ \@plus 6\p@ \@minus 2\p@}% + \setlength\textfloatsep{18\p@ \@plus 6\p@ \@minus 2\p@}% + \setlength\intextsep{18\p@ \@plus 6\p@ \@minus 2\p@}% + \setlength\dblfloatsep{18\p@ \@plus 6\p@ \@minus 2\p@}% + \setlength\dbltextfloatsep{24\p@ \@plus 6\p@ \@minus 2\p@}% + % For floats on a separate float page or column: + \setlength\@fptop{0\p@ \@plus 1fil}% + \setlength\@fpsep{8\p@ \@plus 1000fil}% + \setlength\@fpbot{0\p@ \@plus 1fil}% + \setlength\@dblfptop{0\p@ \@plus 1fil}% + \setlength\@dblfpsep{8\p@ \@plus 1000fil}% + \setlength\@dblfpbot{0\p@ \@plus 1fil}% + % float counters: + \setcounter{topnumber}{5}% + \renewcommand\topfraction{.99}% + \setcounter{bottomnumber}{5}% + \renewcommand\bottomfraction{.99}% + \setcounter{totalnumber}{10}% + \renewcommand\textfraction{.05}% + \renewcommand\floatpagefraction{.9}% + \setcounter{dbltopnumber}{5}% + \renewcommand\dbltopfraction{.99}% + \renewcommand\dblfloatpagefraction{.8}% + } +% +\def\set@amsgen@frenchspacing{% + \def\frenchspacing{\sfcode`\.1006\sfcode`\?1005\sfcode`\!1004% + \sfcode`\:1003\sfcode`\;1002\sfcode`\,1001 }% + } +% Set up parameters for the EJS, PS, SS layout: +\if@ejs@ps@ss@layout + \RequirePackage{lmodern} + \usepackage[T1]{fontenc} + \AtEndOfPackage{% + \ifcsundef{do@not@scale@lmex}% + {% make lmex10 scalable + \DeclareFontFamily{OMX}{lmex}{}% + \DeclareFontShape{OMX}{lmex}{m}{n}{% + <-> lmex10 + }{}% + }% + {}% + }% +\fi +% +% Set up parameters for the BA journal layout: +\if@balayout + \RequirePackage{lmodern} + \usepackage[T1]{fontenc} + % make lmex10 scalable + \DeclareFontFamily{OMX}{lmex}{} + \DeclareFontShape{OMX}{lmex}{m}{n}{% + <-> lmex10 + }{} + % + \setlength{\parskip}{0.5\baselineskip} + \setlength{\parindent}{15pt} + \setlength{\paperwidth}{8.5in} + \setlength{\paperheight}{11in} + \set@page@layout{5.25in}{7.6in} + \advance\topmargin by-7\p@ + % + \setpkgattr{title}{size}{\sffamily\LARGE\bfseries} + \setpkgattr{title}{skip}{-16pt} + \setpkgattr{author}{size}{\normalsize} + \setpkgattr{authors}{skip}{16pt} + \setpkgattr{abstractname}{size}{\sffamily\bfseries} + \setpkgattr{keywordname}{size}{\sffamily\bfseries} + \setpkgattr{abstractname}{skip}{.\enskip\enskip} + \setpkgattr{keyword}{KWD}{Keywords:} + % + \setpkgattr{abstract}{width}{115mm} + \setpkgattr{keyword}{width}{115mm} + \setpkgattr{keyword}{style}{} + \setpkgattr{history}{width}{115mm} + % + \setpkgattr{abstract}{size}{\small\upshape\mdseries} + \setpkgattr{keyword}{size}{\small\upshape\mdseries\rightskip=\the\rightskip plus1.0fil} + % + \setpkgattr{ead}{size}{\upshape} + \setpkgattr{abstract}{skip}{22\p@} + \setpkgattr{keyword}{skip}{8.5\p@} + % + \setpkgattr{frontmatter}{cmd}{% + \vskip10\p@ plus 3\p@ minus 3\p@ + \@afterindentfalse\@afterheading + } + % + \setpkgattr{copyright}{size}{\small\raggedright} + % + \gdef\volume#1{\gdef\@volume{#1}}% + \gdef\issue#1{\gdef\@issue{#1}}% + % + \def\doi#1{% + \gdef\@doi{#1}% + \gdef\doi@text{\url@fmt{DOI: }{\upshape}{#1}{\doi@base\@doi}}% + } + % + \def\address@fmt[#1]#2{% + \ifx.#1.% + \safe@footnotetext{#2}% + \else + \bgroup + \def\\{\hfill\break}% + \thankstext{#1}{#2}% + \egroup + \fi + } + % + \def\ps@copyright{% + \let\@mkboth\@gobbletwo + \def\@evenhead{\parbox[t]{\textwidth}{\copyright@size\issuedata@text}}% + \let\@oddhead\@evenhead + \def\@oddfoot{% + \rlap{\parbox[t]{\textwidth}{\copyright@size\copyright@text}}% + \hfill\llap{\vbox to0pc{\hbox{\info@line\hss}}}% + }% + \let\@evenfoot\@oddfoot + } + % + \setpkgattr{infoline}{text}{\lower36pt\hbox{\footnotesize\ttfamily\imsfmt@name\journal@id\ + ver. \imsfmt@version\ file: \jobname.tex\ date: \today}} + % + \def\ps@imsheadings{% + \def\@oddfoot{\hfill\info@line}% + \let\@evenfoot\@oddfoot + \def\check@head@line@length@even{% + \runninghead@size{\pagenumber@size 000\quad}\hfill {\runningtitle@size \rightmark}% + }% + \def\@evenhead{% + \runninghead@size{\pagenumber@size\thepage}\hfill {\runningtitle@size \rightmark}% + \check@head@line@length{\check@head@line@length@even}{title}% + }% + \def\check@head@line@length@odd{% + \runninghead@size{\runningauthor@size \leftmark} \hfill {\pagenumber@size\quad 000}% + }% + \def\@oddhead{% + \runninghead@size{\runningauthor@size \leftmark} \hfill {\pagenumber@size\thepage}% + \check@head@line@length{\check@head@line@length@odd}{author}% + }% + } + % + \setpkgattr{runninghead}{size}{\normalsize} + \setpkgattr{pagenumber}{size}{\upshape} + \setpkgattr{runningtitle}{size}{\bfseries\slshape} + \setpkgattr{runningauthor}{size}{\slshape} + % + \def\pubonline#1{}% + % + \AtBeginDocument{% + \setpkgattr{section}{numbersep}{\enskip}% + \setpkgattr{subsection}{numbersep}{\enskip}% + \setpkgattr{subsubsection}{numbersep}{}% + \setpkgattr{paragraph}{numbersep}{}% + \setpkgattr{subparagraph}{numbersep}{}% + \renewcommand\section{% + \@startsection + {section}% + {1}% + {\z@}% + {-\baselineskip}% + {.25\baselineskip}% + {\Large\sffamily\bfseries\mathversion{bold}\raggedright}% + }% + \renewcommand\subsection{% + \@startsection + {subsection}% + {2}% + {\z@}% + {-\baselineskip}% + {.25\baselineskip}% + {\large\sffamily\bfseries\mathversion{bold}\raggedright}% + }% + \renewcommand\subsubsection{% + \@startsection + {subsubsection}% + {3}% + {\z@}% + {-\baselineskip}% + {.25\baselineskip}% + {\sffamily\bfseries\mathversion{bold}\raggedright}% + }% + \setcounter{secnumdepth}{2}% + \renewcommand\paragraph{% + \@startsection + {paragraph}% + {4}% + {\z@}% + {\medskipamount}% + {-1em}% + {\sffamily\bfseries}% + }% + \renewcommand\subparagraph{% + \@startsection + {subparagraph}% + {5}% + {\z@}% + {\medskipamount}% + {-1em}% + {\sffamily\itshape}% + }% + % Supplement + \def\articletitle{\csuse{@title}}% + \let\specialsection\section + \@namedef{specialsection*}{\section*}% + \def\stitle@fmt#1{#1}% + % Supplement case for BA: + % macroses: \stitle, \slink[doi], \sdatatype, \sfilename. + \def\stitlepost#1{\gdef\@stitlepost{#1}}% + \stitlepost{\space}% + \def\slink@doi@fmt{% + \url@fmt{DOI: }{}{\slink@doi}{\doi@base\slink@doi}% + \@ifundefined{supp@label}% + {}% + {% + \expandafter\xdef\csname\supp@label @doi\endcsname{\slink@doi}% + \expandafter\xdef\csname\supp@label @url\endcsname{\doi@base\slink@doi}% + }% + }% + \def\endsupplement{% + \noindent + \@ifundefined{@stitle}{}{\stitle@fmt{\@stitle}}% + \@stitlepost + \ifnum\slink@data@exists>\z@(\fi + \@ifundefined{slink@doi}{}{\slink@doi@fmt}% + \@ifundefined{slink@url}{}{\slink@url@fmt}% + \@ifundefined{@sdatatype}{}{; \@sdatatype}% + \ifnum\slink@data@exists>\z@)\else\unskip\fi. + \@ifundefined{@sdescription}{}{\@sdescription}% + \par + }% + \setpkgattr{email}{text}{}% + % + \appto\set@natbib{\setlength\bibsep{6pt}}% + % + \csdef{copyrightowner@text}{International Society for Bayesian Analysis}% + \def\journal@issn{$\copyright$~\ims@href{https://www.imstat.org}{\copyrightowner@text}, + \@copyrightyear}% + \if@imsart@preprint + \setpkgattr{issuedata}{text}{}% + \setpkgattr{copyright}{text}{}% + \else + \setpkgattr{issuedata}{text}{% + \ims@href{\journal@url}{\journal@name}% + \space\@pubyear + \hskip5pc% + \@ifnonempty{\textbf{\@volume}, Number \@issue, pp. \@pagerange}% + }% + \setpkgattr{copyright}{text}{\copyright@owner \hfill \doi@text}% + \fi + \setpkgattr{copyright}{owner}{$\copyright$~\@copyrightyear \copyrightowner@text}% + } + \def\@floatboxreset{% + \reset@font + \@setminipage + \singlespacing + \centering + } + % Table + \def\fnum@table{\tablename~\thetable:} + \setpkgattr{tablecaption}{shape}{} + \setpkgattr{tablecaption}{size}{\normalsize} + \setpkgattr{tablename}{size}{} + \setpkgattr{tablename}{skip}{\space} + % + \long\def\@maketablecaption#1#2{% + \vskip\belowcaptionskip + \tablecaption@shape\tablecaption@size + \sbox\@tempboxa{{\tablename@size #1}\tablename@skip #2}% + \ifdim\wd\@tempboxa>\hsize + {\tablename@size #1}\tablename@skip #2\par + \else + \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}% + \fi + } + % Figure + \setpkgattr{figurename}{size}{} + \setpkgattr{figurecaption}{size}{\normalsize} + \setpkgattr{figurename}{skip}{:\space} + \def\figurename{Figure} + % + \AtBeginDocument{% + \@ifpackageloaded{amsmath}{\allowdisplaybreaks}{}% + } + \ifcsvoid{bibdir}{\gdef\bibdir{}}{} + \def\bibliography#1{% + \if@filesw + \immediate\write\@auxout{\string\bibdata{\bibdir#1}}% + \fi + \@input@{\jobname.bbl}% + } + \def\bibliographystyle#1{% + \ifx\@begindocumenthook\@undefined + \else + \expandafter\AtBeginDocument + \fi + {% + \if@filesw + \immediate\write\@auxout{\string\bibstyle{\bibdir#1}}% + \fi + }} + \partopsep=2.1\p@ \@plus1\p@ \@minus\z@ + \AtBeginDocument{% + \def\@listi{% + \leftmargin=\leftmargini + \parsep=4\p@ \@plus2\p@ \@minus\z@ + \topsep=8\p@ \@plus2\p@ \@minus4\p@ + \itemsep=4\p@ \@plus2\p@ \@minus\z@ + }% + } + \renewcommand\footnoterule{\kern8\p@ \hrule\@width.4\columnwidth \kern2.6\p@} + \setlength\footskip{25\p@} + \renewcommand\normalsize{% + \@setfontsize\normalsize\@xpt{12\p@ \@plus .3\p@ \@minus .3\p@}% + \abovedisplayskip=10\p@ \@plus2\p@ \@minus5\p@ + \abovedisplayshortskip=\z@ \@plus3\p@ + \belowdisplayshortskip=6\p@ \@plus3\p@ \@minus3\p@ + \belowdisplayskip=\abovedisplayskip + \let\@listi\@listI + } + \normalsize + \renewcommand\small{% + \@setfontsize\small\@ixpt{11\p@ \@plus .2\p@ \@minus .2\p@}% + \abovedisplayskip=8.5\p@ \@plus3\p@ \@minus4\p@ + \abovedisplayshortskip=\z@ \@plus2\p@ + \belowdisplayshortskip=4\p@ \@plus2\p@ \@minus2\p@ + \def\@listi{% + \leftmargin=\leftmargini + \topsep=4\p@ \@plus2\p@ \@minus2\p@ + \parsep=2\p@ \@plus\p@ \@minus\p@ + \itemsep=\parsep + }% + \belowdisplayskip=\abovedisplayskip + } + \flushbottom + % +\fi % end if@balayout +% +% Set up parameters for the IMS journals (AOP, AAP, AOS) layout: +\if@imslayout + \RequirePackage[T1]{fontenc} + \RequirePackage{times} + \RequirePackage[scaled=.9]{helvet} + \RequirePackage{textcomp} + \RequirePackage{textcase} + \def\@xipt{11} + \def\@xivpt{14} + \def\@xvipt{16} + \def\@xviiipt{18} + \def\@xxpt{20} + \def\@xxivpt{24} + \declaremathsizes@as@in@mathtime + \renewcommand\normalsize{% + \@setfontsize\normalsize\@xipt{13\p@ plus .5\p@ minus .5\p@}% + \abovedisplayskip 7\p@ \@plus3\p@ \@minus3\p@ + \belowdisplayskip\abovedisplayskip + \abovedisplayshortskip\abovedisplayskip + \belowdisplayshortskip\abovedisplayskip + \let\@listi\@listI + } + \normalfont\normalsize + \renewcommand\small{% + \@setfontsize\small\@xpt{12pt plus .3pt minus .3pt}% + \abovedisplayskip 6\p@ \@plus2\p@ \@minus2\p@ + \belowdisplayskip \abovedisplayskip + \abovedisplayshortskip\abovedisplayskip + \belowdisplayshortskip\abovedisplayskip + } + \renewcommand\footnotesize{% + \@setfontsize\footnotesize\@ixpt{11pt plus .2\p@ minus .2\p@}% + \abovedisplayskip 6\p@ \@plus2\p@ \@minus2\p@ + \belowdisplayskip \abovedisplayskip + \abovedisplayshortskip\abovedisplayskip + \belowdisplayshortskip\abovedisplayskip + } + \renewcommand\scriptsize{\@setfontsize\scriptsize\@viiipt\@xpt} + \renewcommand\tiny{\@setfontsize\tiny\@vipt\@viipt} + \renewcommand\large{\@setfontsize\large\@xiipt{14}} + \renewcommand\Large{\@setfontsize\Large\@xivpt{16}} + \renewcommand\LARGE{\@setfontsize\LARGE\@xvipt{18}} + \renewcommand\huge{\@setfontsize\huge\@xviiipt{20}} + \renewcommand\Huge{\@setfontsize\Huge\@xxpt{24}} + % lists + \def\labelitemi{\textbullet} + \def\labelitemii{\textendash} + \def\labelitemiii{\textasteriskcentered} + \def\labelitemiv{{\footnotesize +}} + \def\labelenumi{\theenumi.} + \def\labelenumii{\theenumii)} + \def\labelenumiii{\theenumiii.} + \def\labelenumiv{\theenumiv.} + \setlength\leftmargini{1em} + \setlength\leftmarginii{1em} + \setlength\leftmarginiii{1.02em} + \setlength\leftmarginiv{0.96em} + \setlength\labelsep{.5em} + \setlength\labelwidth{\leftmargini} + \addtolength\labelwidth{-\labelsep} + \def\enumerate@listi{% + \labelwidth=.75em + \leftmargin=\labelwidth + \advance\leftmargin by \labelsep + } + \def\@listI{% + \leftmargin=\leftmargini + \listparindent=12\p@ + \topsep=\smallskipamount + \csletcs{\@currenvir @list@addons}{\@currenvir @listi}% + \preto\@trivlist{% + \def\makelabel##1{{\hfill\normalfont ##1}}% + \csuse{\@currenvir @list@addons}}% + } + \def\enumerate@listii{% + \labelwidth=.777em + \leftmargin=\labelwidth + \advance\leftmargin by \labelsep + } + \def\longlist@listii{% + \leftmargin=\labelwidth + \advance\leftmargin by \labelsep + } + \def\@listii{% + \leftmargin=\leftmarginii + \listparindent=12\p@ + \topsep=\z@ + \csletcs{\@currenvir @list@addons}{\@currenvir @listii}% + \preto\@trivlist{% + \def\makelabel##1{{\hfill\normalfont ##1}}% + \csuse{\@currenvir @list@addons}% + }% + }% + \def\enumerate@listiii{% + \labelwidth=1.084em + \leftmargin=\labelwidth + \advance\leftmargin by \labelsep + } + \def\longlist@listiii{% + \leftmargin=\labelwidth + \advance\leftmargin by \labelsep + } + \def\@listiii{% + \leftmargin=\leftmarginiii + \labelwidth=\leftmarginiii + \advance\labelwidth by -\labelsep + \listparindent=12\p@ + \topsep=\z@ + \csletcs{\@currenvir @list@addons}{\@currenvir @listiii}% + \preto\@trivlist{% + \def\makelabel##1{{\hfill\normalfont ##1}}% + \csuse{\@currenvir @list@addons}}% + } + \def\enumerate@listiv{% + \labelwidth=.917em + \leftmargin=\labelwidth + \advance\leftmargin by \labelsep + } + \def\@listiv{% + \leftmargin=\leftmarginiv + \labelwidth=\leftmarginiv + \advance\labelwidth by -\labelsep + \listparindent=12\p@ + \topsep=\z@ + \csletcs{\@currenvir @list@addons}{\@currenvir @listiv}% + \preto\@trivlist{% + \def\makelabel##1{{\hfill\normalfont ##1}}% + \csuse{\@currenvir @list@addons}% + }% + } + % longlist + \newcounter{longlist} + \def\thelonglist{\@roman\c@longlist} + \def\labellonglist{(\thelonglist)} + \def\longlist{\@ifnextchar[{\@longlist}{\@longlist[]}} + \def\@longlist[#1]{% + \list + {\labellonglist}% + {% + \usecounter{longlist}% + \ifx.#1.% + \setcounter{longlist}{3}% + \settowidth\labelwidth{\labellonglist}% + \setcounter{longlist}{0}% + \else + \settowidth{\labelwidth}{#1}% + \fi + \topsep=\smallskipamount + \itemindent=\labelwidth + \advance\itemindent by \labelsep + \advance\itemindent by 1pc% + \leftmargin=\z@ + }% + } + \let\endlonglist =\endlist + % + \setlength\topskip{10\p@} + \setlength\maxdepth{.5\topskip} + % + \setlength\smallskipamount{6.5\p@ \@plus 1\p@ \@minus 1\p@} + \setlength\medskipamount{13\p@ \@plus 3\p@ \@minus 3\p@} + \setlength\bigskipamount{19.5\p@ \@plus 3\p@ \@minus 3\p@} + % PAGE-BREAKING PENALTIES + \clubpenalty=10000 + \widowpenalty=10000 + \tolerance=800 + \hbadness=800 + \emergencystretch=3\p@ + \hfuzz=1pt + \AtBeginDocument{\interdisplaylinepenalty=100} + % + \arraycolsep=1.2\p@ + \setlength\tabbingsep{6\p@} + \jot=6\p@ + \@ifundefined{mathindent}% + {\newskip\mathindent}% + {} + \mathindent=2pc + \AtBeginDocument{% + \@ifundefined{@mathmargin}% + {}% + {\@mathmargin=\mathindent}% + } + \setlength\thinmuskip{2.5mu} + \setlength\medmuskip{3.5mu plus 1.5mu minus 2mu} + \setlength\thickmuskip{3.75mu plus 1.5mu} + \setlength\mathsurround{0.1\p@} + % + \setlength{\parskip}{\z@} + % + \setlength\marginparsep{25\p@} + \setlength\marginparwidth{120\p@} + % + \AtEndOfPackage{% + \appto\set@natbib{% + \let\save@NAT@bibsetnum\NAT@bibsetnum + \def\bibsection{\specialsection*{\refname}}% + \setlength\bibsep{\z@ \@plus .5\p@ \@minus .5\p@}% + \setlength\bibindent{20\p@}% + \preto\bibitem@fin{% + \clubpenalty=\@M + \widowpenalty=\@M + }% + \def\NAT@bibsetnum{% + \labelsep=5\p@ + \NAT@openbibtrue + \topsep=\z@ + \save@NAT@bibsetnum + }% + }% + } + \setpkgattr{title}{skip}{12\p@} + \setpkgattr{frontmatter}{cmd}{\vskip20\p@ plus 3\p@ minus 3\p@} + % + \setpkgattr{abstract}{width}{23pc} + \setpkgattr{abstract}{indent}{16pt\@gobble}% 2em and remove abstract name + % + \setpkgattr{title}{size}{\normalsize\bfseries\mathversion{bold}\spaceskip.5em} + \setpkgattr{author}{size}{\normalsize\scshape} + \setpkgattr{abstract}{skip}{14\p@} + \setpkgattr{address}{skip}{8\p@} + \setpkgattr{address}{size}{\scriptsize\itshape} + \setpkgattr{ead}{size}{} + \setpkgattr{ead}{sep}{; } + \setpkgattr{email}{text}{} + \setpkgattr{url}{text}{} + \setpkgattr{fullurl}{text}{} + \setcounter{secnumdepth}{5} + \setcounter{tocdepth}{6} + \setpkgattr{keywordname}{size}{\itshape} + \setpkgattr{runninghead}{size}{\footnotesize} + \setpkgattr{pagenumber}{size}{\small} + \setpkgattr{copyright}{size}{\fontsize{6}{7}\selectfont\raggedright} + \setpkgattr{thebibliography}{size}{\footnotesize} + % + \setpkgattr{dochead}{case}{\MakeUppercase} + \setpkgattr{title}{case}{\MakeUppercase} + \setpkgattr{runninghead}{case}{\MakeUppercase} + % + \setpkgattr{author}{prefix}{By~} + % + \if@imsart@preprint + \setpkgattr{copyright}{text}{} + \else + \setpkgattr{copyright}{text}{% + \url@fmt{}{\itshape}{\journal@name}{\journal@url}\break + \@ifnonempty{\@copyrightyear\@volume\@issue\@pagerange\break}\doi@text + } + \fi + % + \def\volume#1{\gdef\@volume{Vol. #1, }} + \def\issue#1{\gdef\@issue{No. #1, }} + \def\pubyear#1{\gdef\@pubyear{#1,}\gdef\@copyrightyear{#1 }} + % + \def\abstractname{} + % + \def\put@fmt@data{% + \copyright@fmt + \history@fmt + \@thanks + \keyword@fmt + \abstract@fmt + } + % + \def\contentsname@cmd{\specialsection*{\contentsname}} + % + \setlength\footnotesep{7\p@} + \setlength{\skip\footins}{18\p@ \@plus 4\p@ \@minus 2\p@} + \skip\@mpfootins = \skip\footins + % + \set@amsgen@frenchspacing + % + \ims@common@float@settings +\fi +% +% Set up parameters for the STS journal layout: +% +\if@stslayout + \def\@xipt{11} + \def\@xivpt{14} + \def\@xvipt{16} + \def\@xviiipt{18} + \def\@xxpt{20} + \def\@xxivpt{24} + \renewcommand\normalsize{% + \@setfontsize\normalsize\@xipt{13\p@ plus .5\p@ minus .5\p@}% + \abovedisplayskip=7\p@ \@plus3\p@ \@minus3\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\small{% + \@setfontsize\small\@xpt{12pt plus .3pt minus .3pt}% + \abovedisplayskip=6\p@ \@plus2\p@ \@minus2\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\footnotesize{% + \@setfontsize\footnotesize\@ixpt{11pt plus .2\p@ minus .2\p@}% + \abovedisplayskip=6\p@ \@plus2\p@ \@minus2\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\Large{\@setfontsize\Large\@xivpt{16}} + \renewcommand\Large{\@setfontsize\Large\@xivpt{16}} + \renewcommand\LARGE{\@setfontsize\LARGE\@xvipt{18}} + \renewcommand\huge{\@setfontsize\huge\@xviiipt{20}} + \renewcommand\Huge{\@setfontsize\Huge\@xxpt{24}} + \RequirePackage[T1]{fontenc} + \RequirePackage{times} + \RequirePackage[scaled=.9]{helvet} + \RequirePackage{textcomp} + \RequirePackage{textcase} + % + \setlength\columnsep{2pc} + \setlength\columnseprule{0\p@} + \setlength\footskip{24\p@} + \setlength\parskip{0\p@} + \setlength\topskip{10\p@} + \setlength\maxdepth{.5\topskip} + \setlength\parindent{10\p@} + \sv@parindent=\parindent + % + \declaremathsizes@as@in@mathtime + \DeclareMathSizes{\@xxivpt}{\@xxivpt}{16}{12} + % page-breaking penalties + \clubpenalty=10000 + \widowpenalty=10000 + \emergencystretch=3\p@ + \hbadness=800 + \tolerance=800 + % + \setlength\smallskipamount{6.5\p@ \@plus 1\p@ \@minus 1\p@} + \setlength\medskipamount{13\p@ \@plus 3\p@ \@minus 3\p@} + \setlength\bigskipamount{19.5\p@ \@plus 3\p@ \@minus 3\p@} + % + \marginparpush=5\p@ + \marginparsep=25\p@ + \marginparwidth=120\p@ + % frontmatter settings + \setpkgattr{frontmatter}{style}{\raggedright} + \setpkgattr{title}{style}{\noindent\raggedright} + \setpkgattr{author}{style}{\noindent\raggedright} + \setpkgattr{address}{style}{\raggedright} + % + \setpkgattr{title}{skip}{6\p@} + \setpkgattr{authors}{skip}{10pt} + \setpkgattr{address}{skip}{\z@} + \setpkgattr{abstract}{skip}{36\p@} + \setpkgattr{abstractname}{skip}{. } + \setpkgattr{keyword}{skip}{8\p@} + % + \setpkgattr{abstract}{width}{28pc} + \setpkgattr{keyword}{width}{28pc} + % + \setpkgattr{dochead}{size}{\sffamily\Large\bfseries\spaceskip.5em} + \setpkgattr{title}{size}{% + \sffamily\fontsize{26}{26}\selectfont + \bfseries\mathversion{bold}\spaceskip.5em% + } + \setpkgattr{author}{size}{\sffamily\fontsize{13}{13}\selectfont\bfseries} + \setpkgattr{address}{size}{\small\itshape} + \setpkgattr{ead}{size}{} + \setpkgattr{abstract}{size}{\normalsize\upshape} + \setpkgattr{abstractname}{size}{\itshape} + \setpkgattr{keyword}{size}{\normalsize\mdseries\upshape} + \setpkgattr{keywordname}{size}{\itshape} + \setpkgattr{thebibliography}{size}{\footnotesize} + \setpkgattr{copyright}{size}{\normalfont\mdseries\fontsize{6}{7}\selectfont\raggedright} + \setpkgattr{runninghead}{size}{\footnotesize} + \setpkgattr{runninghead}{case}{\MakeUppercase} + \setpkgattr{pagenumber}{size}{\small\bfseries} + % + \setpkgattr{keyword}{KWD}{Key words and phrases:} + \setpkgattr{ead}{text}{\hbox{e-mail:}\ } + \setpkgattr{url}{text}{URL: } + \setpkgattr{fullurl}{text}{URL: } + % + \setcounter{secnumdepth}{5} + \setcounter{tocdepth}{6} + % + \def\thethanks{\@arabic\c@thanks} + % \printead: + \def\printead@fmt#1{\ifnot@ead@star (#1)\else #1\fi} + % all addresses are combined: + \newtoks\address@toks + \def\address@exist{0} + \def\address{\@ifnextchar[{\@address}{\@address[]}} + \def\@address[#1]#2{% + \gdef\address@exist{1}% + \begingroup + \no@harm + \xdef\@act{\global\noexpand\address@toks{\the\address@toks#2\ }}\@act + \endgroup + } + \def\address@fmt{% + \ifcase\address@exist + \else + \safe@footnotetext{\hskip-\parindent\address@style\address@size\the\address@toks}% + \fi + } + \def\put@fmt@data{% + \copyright@fmt + \address@fmt + \@thanks + \abstract@fmt + \keyword@fmt + \if@twocolumn + \frontmatter@cmd + \fi + } + \def\firstpage@cmd{% + \if@twocolumn + \markboth{\@runauthor}{\@runtitle}% + \address@fmt + \@thanks + \fi + } + % footnotes + \setlength\footnotesep{7\p@} + \setlength{\skip\footins}{18\p@ \@plus 4\p@ \@minus 2\p@} + \skip\@mpfootins = \skip\footins + % + \arraycolsep=1.2\p@ + \arrayrulewidth=1\p@ + \AtBeginDocument{\interdisplaylinepenalty=100} + \jot=6\p@ + \@ifundefined{mathindent}% + {\newskip\mathindent}% + {} + \mathindent=2pc + \AtBeginDocument{% + \mathindent=2pc + \@ifundefined{@mathmargin}% + {}% + {\@mathmargin=\mathindent}% + } + \setlength\medmuskip{3.5mu plus 1.5mu minus 2mu} + \setlength\thickmuskip{3.75mu plus 1.5mu} + \setlength\thinmuskip{2.5mu} + \setlength\mathsurround{0.1\p@} + % lists + \let\quotation@size\relax + \def\quotation@leftmargin{2pc} + \def\quotation@rightmargin{2pc} + \def\quotation@itemindent{\z@} + \let\quote@size\relax + \topsep=\smallskipamount + \def\labelenumii{\theenumii)} + \def\labelitemiv{{\footnotesize +}} + \def\@listi{\leftmargin=\leftmargini} + \def\@listii{% + \leftmargin=\leftmarginii + \labelwidth=\leftmarginii + \advance\labelwidth by -\labelsep + \topsep=\z@ + } + \let\@listI\@listi + % longlist + \newcounter{longlist} + \def\thelonglist{\@roman\c@longlist} + \def\labellonglist{\thelonglist)} + \def\longlist{\@ifnextchar[{\@longlist}{\@longlist[]}} + \def\@longlist[#1]{% + \list + {\labellonglist}% + {% + \usecounter{longlist}% + \ifx.#1.% + \setcounter{longlist}{3}% + \settowidth\labelwidth{\labellonglist}% + \setcounter{longlist}{0}% + \else + \settowidth{\labelwidth}{#1}% + \fi + \topsep=\smallskipamount + \itemindent=\labelwidth + \advance\itemindent by \labelsep + \advance\itemindent by 1pc% + \leftmargin=\z@ + }% + } + \let\endlonglist =\endlist + % + \set@amsgen@frenchspacing + % + \ims@common@float@settings +\fi +% +% Set up parameters for the BJ journal layout: +% +\if@bjlayout + \IfFileExists{newtxmath.sty}% + {\edef\new@tx@math@sty@exists{1}}% + {} + \RequirePackage[T1]{fontenc} + \def\rmdefault{utm} + \ifdefined\new@tx@math@sty@exists + \def\ttdefault{ucr} + \else + \def\ttdefault{pcr}% ucr in old systems are somewhat buggy + \fi + \RequirePackage[scaled=0.9]{helvet} + \RequirePackage{textcomp} + \ifdefined\HCode + \else + \ifdefined\new@tx@math@sty@exists + \RequirePackage[cmintegrals,bigdelims]{newtxmath} + \else + \PackageWarning{imsart}{newtxmath package isn't available, + amsmath is used instead}% + \RequirePackage{amsmath} + \fi + \fi + \let\openbox\relax + \RequirePackage{graphicx}% + \RequirePackage{letterspace}% + \def\setlstracking#1{\csdef{MT@letterspace}{#1}}% + \def\texttracking#1#2{\bgroup\setlstracking{#1}\textls{#2}\egroup}% + % + \appto\ps@copyright{% + \def\@evenhead{\parbox[c]{\textwidth}{\copyright@size\copyright@text}}% + \let\@oddhead\@evenhead + } + \def\@xipt{11} + \def\@xivpt{14} + \def\@xvipt{16} + \def\@xviiipt{18} + \def\@xxpt{20} + \def\@xxivpt{24} + % + % lists + % + \RequirePackage{enumitem} + % old settings (for compatibility) + \parsep=\z@ + \topsep=\z@ + \partopsep=\z@ + \itemsep=\z@ + \labelsep=.5em + \setlength\leftmargin{2em} + \setlength\leftmargini{2em} + \setlength\leftmarginii{2.2em} + \setlength\leftmarginiii{1.87em} + \setlength\leftmarginiv{1.7em} + \setlength\labelwidth{\leftmargini} + \addtolength\labelwidth{-\labelsep} + % new settings + \def\bj@list@makelabel#1{\hfill\enit@format{#1}}% + \setlist{itemsep=\z@,labelsep=0.5em,partopsep=\z@,parsep=\z@,listparindent=10pt}% + \setlist[itemize]{align=left,format=\normalfont,before={\let\makelabel\bj@list@makelabel}} + \setlist[enumerate]{align=left,format=\normalfont,before={\let\makelabel\bj@list@makelabel}} + \setlist[description]{labelwidth=*,leftmargin=10\p@,listparindent=\z@,topsep=6\p@ \@plus \p@ \@minus \p@,align=left} + \@ifundefined{enit@setleft}% + {% + \PackageWarning{imsart}{older enumitem is used, left alignment may behave strangely}% + \setlist[itemize,1]{label=$\bullet$,labelindent=1em,leftmargin=*,topsep=6\p@ \@plus \p@ \@minus \p@}% + \setlist[itemize,2]{label=\textendash,labelindent=0em,leftmargin=*,topsep=\z@}% + \setlist[itemize,3]{label=$\ast$,topsep=\z@,labelindent=0.05em,leftmargin=*}% + \setlist[itemize,4]{label={{\footnotesize +}},topsep=\z@,labelindent=0em,leftmargin=*}% + \setlist[enumerate,1]{label=\arabic*.,ref=\arabic*,labelindent=1em,leftmargin=*,topsep=6\p@ \@plus \p@ \@minus \p@}% + \setlist[enumerate,2]{label=\alph*),ref=\alph*,topsep=\z@,labelindent=-0.33em,leftmargin=*}% + \setlist[enumerate,3]{label=\roman*.,ref=\roman*,labelindent=-0.5em,leftmargin=*,topsep=\z@}% + \setlist[enumerate,4]{label=\Alph*.,ref=\Alph*,labelindent=-0.2em,leftmargin=*,topsep=\z@}% + }% + {% + \setlist[itemize,1]{label=$\bullet$,left=1em,topsep=6\p@ \@plus \p@ \@minus \p@}% + \setlist[itemize,2]{label=\textendash,left=0em,topsep=\z@}% + \setlist[itemize,3]{label=$\ast$,topsep=\z@,left=0.05em}% + \setlist[itemize,4]{label={{\footnotesize +}},topsep=\z@,left=0em}% + \setlist[enumerate,1]{label=\arabic*.,ref=\arabic*,left=1em,topsep=6\p@ \@plus \p@ \@minus \p@}% + \setlist[enumerate,2]{label=\alph*),ref=\alph*,topsep=\z@,left=-0.33em}% + \setlist[enumerate,3]{label=\roman*.,ref=\roman*,left=-0.5em,topsep=\z@}% + \setlist[enumerate,4]{label=\Alph*.,ref=\Alph*,left=-0.2em,topsep=\z@}% + } + % + \def\quote@leftmargin{1pc} + \def\quote@rightmargin{1pc} + \appto\quote@hook{\itemsep=\z@} + \def\quotation@itemindent{10\p@} + \def\quotation@parindent{10\p@} + \def\quotation@rightmargin{1pc} + \appto\quotation@hook{\itemsep=\z@} + % + \declaremathsizes@as@in@mathtime + \renewcommand\normalsize{% + \@setfontsize\normalsize\@xpt{12\p@ \@plus .3\p@ \@minus .3\p@}% + \abovedisplayskip=10\p@ \@plus2\p@ \@minus2\p@ + \abovedisplayshortskip=6\p@ \@plus 2\p@ + \belowdisplayskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayshortskip + } + \normalsize + \renewcommand\small{% + \@setfontsize\small\@ixpt{11\p@ plus .2\p@ minus .2\p@}% + \abovedisplayskip=7.5\p@ \@plus4\p@ \@minus1\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\footnotesize{% + \@setfontsize\footnotesize\@viiipt{10\p@ plus .1pt minus .1pt}% + \abovedisplayskip=6\p@ \@plus4\p@ \@minus1\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\Large{\@setfontsize\Large\@xivpt{16}} + \renewcommand\LARGE{\@setfontsize\LARGE\@xvipt{18}} + \renewcommand\huge{\@setfontsize\huge\@xviiipt{20}} + \renewcommand\Huge{\@setfontsize\Huge\@xxpt{24}} + % + \def\@makefntext@parindent{\noindent\parindent=10\p@} + % + \def\doi#1{% + \gdef\@doi{#1}% + \gdef\doi@text{\url{\doi@base\@doi}}% + } + % + \setpkgattr{frontmatter}{cmd}{% + \vskip14\p@ plus 3\p@ minus 3\p@ + \@afterindentfalse\@afterheading + }% + % + \def\and{\unskip\ and } + \setpkgattr{frontmatter}{style}{\raggedright} + \setpkgattr{title}{style}{\noindent\raggedright} + \setpkgattr{author}{style}{\noindent\raggedright} + \setpkgattr{address}{style}{\raggedright} + \setpkgattr{keyword}{style}{\raggedright} + % + \setpkgattr{title}{skip}{10\p@} + \setpkgattr{abstract}{skip}{16\p@} + \setpkgattr{abstractname}{skip}{} + \setpkgattr{address}{skip}{6\p@\def\address@skip{0pt}} + % + \setpkgattr{abstract}{width}{\textwidth} + \setpkgattr{keyword}{width}{\textwidth} + \setpkgattr{history}{width}{\textwidth} + % + \setpkgattr{dochead}{size}{\normalsize\MakeUppercase} + \setpkgattr{title}{size}{\fontsize{21}{26}\selectfont} + \setpkgattr{author}{size}{\normalsize\spaceskip=0.2em} + \def\write@fnms@metadata#1{} + \def\write@snm@metadata#1{} + \def\write@inits@metadata#1{} + \def\fnms@size#1{\write@fnms@metadata{#1}\texttracking{105}{\MakeUppercase{#1}}} + \def\snm@size#1{\write@snm@metadata{#1}\texttracking{105}{\MakeUppercase{#1}}} + \def\inits@size#1{\write@inits@metadata{#1}} + % + \setpkgattr{address}{size}{\small\itshape} + \setpkgattr{abstract}{size}{\small\upshape} + \setpkgattr{keyword}{size}{\small\upshape\rightskip=\the\rightskip plus1.0fil} + \setpkgattr{keywordname}{size}{\itshape} + \setpkgattr{history}{size}{\raggedright\small\itshape} + % + \setpkgattr{runninghead}{size}{\normalsize\itshape} + \setpkgattr{pagenumber}{size}{\normalsize\upshape} + \setpkgattr{copyright}{size}{\normalsize} + \setpkgattr{footline}{size}{\footnotesize} + \setpkgattr{thebibliography}{size}{\small} + % + \setpkgattr{email}{text}{} + \setpkgattr{url}{text}{} + \setpkgattr{fullurl}{text}{} + \setpkgattr{ead}{sep}{, } + \setpkgattr{ead}{size}{} + \if@imsart@preprint + \setpkgattr{copyright}{text}{} + \else + \setpkgattr{copyright}{text}{\url@fmt{}{\itshape}{\journal@name}{\journal@url}\ + \textbf{\number\@volume}(\@issue), \number\@pubyear, \@pagerange\\\doi@text} + \fi + \setpkgattr{history}{postfix}{} + \setpkgattr{revised}{prefix}{ and revised~} + \setpkgattr{keyword}{postfix}{} + \def\sep{\unskip\string; }% + % + \setpkgattr{keyword}{KWD}{Keywords:} + % + \def\put@fmt@data{% + \copyright@fmt + \@thanks + \abstract@fmt + \keyword@fmt + \tableofcontents@fmt + } + % + \AtBeginDocument{% + \ifcsundef{jobstart@date@info}% + {\xdef\jobstart@date@info{\the\year\two@digits{\the\month}\two@digits{\the\day}}}% + {}% + \ifnum\jobstart@date@info>20211202\relax + \def\author@sep@by@number#1{% + \@tempcntb=\author@num + \advance\@tempcntb by \m@ne + \ifnum#1=\@tempcntb + \unskip\unkern\ \and + \else + \ifnum#1=\author@num + \else + \unskip\unkern, + \fi + \fi + \ignorespaces + }% + \fi + } + % invoke \printhistory at end of document: + \let\old@enddocument\enddocument + \def\enddocument{\history@fmt\old@enddocument} + % + \def\volume#1{\gdef\@volume{#1}} + \def\issue#1{\gdef\@issue{#1}} + \def\pubyear#1{\gdef\@pubyear{#1}\gdef\@copyrightyear{#1}} + % + \def\abstractname{} + % + \def\evenhead@fmt#1{\hfill#1} + \def\oddhead@fmt#1{#1\hfill} + % + \def\fnum@table{\tablename~\thetable.} + % + \long\def\@maketablecaption#1#2{% + \centering + \parbox[t]{\tablewidth}{\small\textbf{#1}\enskip #2\par}% + \vskip\belowcaptionskip + } + % + \setcounter{secnumdepth}{5} + \setcounter{tocdepth}{6} + % + \setlength\medskipamount{12\p@ \@plus 3\p@ \@minus 2\p@} + \setlength\bigskipamount{18\p@ \@plus 3\p@ \@minus 2\p@} + \setlength\marginparsep{25\p@} + \setlength\marginparwidth{120\p@} + % + \renewcommand\figurename{Figure} + % + \long\def\@makecaption#1#2{% + \vskip\abovecaptionskip + \small + \textbf{#1}. #2\par + \vskip\belowcaptionskip + } + \def\tabnotes@alignment{\centering} + % + \AtBeginDocument{\interdisplaylinepenalty=100} + \arraycolsep=1.2\p@ + \columnsep=12\p@ + \jot=6\p@ + \@ifundefined{mathindent}% + {\newskip\mathindent}% + {} + \mathindent=2pc + \setlength\medmuskip{3.5mu plus 1.5mu minus 2mu} + \setlength\thickmuskip{3.75mu plus 1.5mu} + \setlength\thinmuskip{2.5mu} + \setlength\tabbingsep{6\p@} + % + \let\footnoterule\relax + \setlength\footnotesep{7\p@} + \setlength{\skip\footins}{18\p@ \@plus 4\p@ \@minus 2\p@} + \skip\@mpfootins = \skip\footins + \setlength{\parskip}{\z@} + % PAGE-BREAKING PENALTIES + \clubpenalty=10000 + \tolerance=800 + \widowpenalty=10000 + % + \set@amsgen@frenchspacing + % + \ims@common@float@settings + % + \AtEndOfPackage{% + \IfFileExists{imsart-bj.cnf}% + {}% + {% + \RequirePackage[colorlinks]{hyperref}% + \setpkgattr{copyright}{text}{\raisebox{2pt}{\url@fmt{}{\itshape}{\journal@name}{\journal@url}}}% + }% + \appto\set@natbib{% + \setlength\bibsep{\z@ \@plus .5\p@ \@minus .5\p@}% + \let\bej@sv@bibsetup\@bibsetup + \def\@bibsetup#1{% + \topsep=\z@ + \bej@sv@bibsetup{#1}% + }% + \preto\bibitem@fin{% + \clubpenalty=\@M + \widowpenalty=\@M + }% + \@ifpackagewith{natbib}{numbers}% + {% + \def\NAT@def@citea{\def\@citea{\NAT@separator}}% + \def\NAT@def@citea@space{\def\@citea{\NAT@separator}}% + \def\NAT@def@citea@close{\def\@citea{\NAT@@close\NAT@separator}}% + \def\NAT@def@citea@box{\def\@citea{\NAT@mbox{\NAT@@close}\NAT@separator}}% + }% + {% + \setcitestyle{comma}% + }% + \csname more@natbib@settings\endcsname + }% + } + \flushbottom +\fi +% +% Set up parameters for the AIHP journal layout: +% +\if@aihplayout + % + \def\@xipt{11} + \def\@xivpt{14} + \def\@xvipt{16} + \def\@xviiipt{18} + \def\@xxpt{20} + \def\@xxivpt{24} + % + \renewcommand\normalsize{% + \@setfontsize\normalsize\@xpt{12\p@ \@plus .3\p@ \@minus .3\p@}% + \abovedisplayskip=10\p@ \@plus 2\p@ \@minus2\p@ + \abovedisplayshortskip=6\p@ \@plus 2\p@ + \belowdisplayshortskip=6\p@ \@plus 2\p@ + \belowdisplayskip=\abovedisplayskip + \let\@listi\@listI + } + \renewcommand\small{% + \@setfontsize\small\@ixpt{11\p@ \@plus .2\p@ \@minus .2\p@}% + \abovedisplayskip=7.5\p@ \@plus 4\p@ \@minus 1\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\footnotesize{% + \@setfontsize\footnotesize\@viiipt{10\p@ \@plus .1\p@ \@minus .1\p@}% + \abovedisplayskip=6\p@ \@plus 4\p@ \@minus 1\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\Large{\@setfontsize\Large\@xivpt{16}} + \renewcommand\LARGE{\@setfontsize\LARGE\@xvipt{18}} + \renewcommand\huge{\@setfontsize\huge\@xviiipt{20}} + \renewcommand\Huge{\@setfontsize\Huge\@xxpt{24}} + % + \RequirePackage[T1]{fontenc} + \RequirePackage{times} + \RequirePackage[scaled=.9]{helvet} + \RequirePackage{textcomp} + % + % FRONT MATTER SKIPS + \setpkgattr{title}{skip}{64\p@} + \setpkgattr{authors}{skip}{14\p@} + \setpkgattr{address}{skip}{12\p@\def\address@skip{0pt}} + \setpkgattr{abstractname}{skip}{.\enskip} + \setpkgattr{history}{skip}{4\p@} + \setpkgattr{abstract}{skip}{16\p@} + % + \setpkgattr{fline}{cmd}{\vskip22\p@ \hrule} + \setpkgattr{lline}{cmd}{\vskip10\p@ \hrule} + % + % FRONT MATTER DIMENSIONS + \setpkgattr{abstract}{width}{\textwidth} + \setpkgattr{abstract}{indent}{\z@} + \setpkgattr{keyword}{width}{\textwidth} + \setpkgattr{keyword}{indent}{\z@} + % + % FRONT MATTER FONTS + \setpkgattr{title}{size}{\huge} + \setpkgattr{author}{size}{\Large} + \setpkgattr{abstract}{size}{\small\upshape} + \setpkgattr{ead}{size}{} + \setpkgattr{keywordname}{size}{\itshape} + \setpkgattr{thebibliography}{size}{\footnotesize} + \let\inits@size\@gobble + \setcounter{tocdepth}{6} + % + \def\put@fmt@data{% + \copyright@fmt + \@thanks + \history@fmt + \fline@cmd + \abstract@fmt + \keyword@fmt + \lline@cmd + \tableofcontents@fmt + } + % + \setpkgattr{keyword}{KWD}{Keywords:} + \setpkgattr{keyword}{MSC2010}{MSC:} + \setpkgattr{keyword}{postfix}{\unskip} + \setpkgattr{email}{text}{} + \setpkgattr{url}{text}{} + \setpkgattr{fullurl}{text}{} + % + \def\labelitemii{\textendash} + \def\labelitemiv{{\footnotesize +}} + % + \arraycolsep=1.2\p@ + \setlength\tabbingsep{6\p@} + \jot=6\p@ + \@ifundefined{mathindent}% + {\newskip\mathindent}% + {} + \mathindent=2pc + \AtBeginDocument{% + \mathindent=2pc + \@ifundefined{@mathmargin}% + {}% + {\@mathmargin=\mathindent}% + } + \setlength\medmuskip{3.5mu plus 1.5mu minus 2mu} + \setlength\thickmuskip{3.75mu plus 1.5mu} + \setlength\thinmuskip{2.5mu} + \setlength\mathsurround{0.1\p@} + \columnsep=12\p@ + \setlength\footnotesep{7\p@} + \setlength{\skip\footins}{18\p@ \@plus 4\p@ \@minus 2\p@} + \skip\@mpfootins = \skip\footins + \setlength{\parskip}{\z@} + \setlength\marginparsep{25\p@} + \setlength\marginparwidth{120\p@} + % + % PAGE-BREAKING PENALTIES + \clubpenalty=10000 + \widowpenalty=10000 + \emergencystretch=3\p@ + \hbadness=800 + \tolerance=800 + \AtBeginDocument{% + \interdisplaylinepenalty=100\relax + } + % + \set@amsgen@frenchspacing + % + \ims@common@float@settings +\fi +% +% Set up parameters for the BJPS journal layout: +% +\if@bjpslayout + \def\@xipt{11} + \def\@xivpt{14} + \def\@xvipt{16} + \def\@xviiipt{18} + \def\@xxpt{20} + \def\@xxivpt{24} + \declaremathsizes@as@in@mathtime + \renewcommand\normalsize{% + \@setfontsize\normalsize\@xipt{13\p@ plus .5\p@ minus .5\p@}% + \abovedisplayskip=7\p@ \@plus3\p@ \@minus3\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\small{% + \@setfontsize\small\@xpt{12pt plus .3pt minus .3pt}% + \abovedisplayskip=6\p@ \@plus2\p@ \@minus2\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\footnotesize{% + \@setfontsize\footnotesize\@ixpt{11pt plus .2\p@ minus .2\p@}% + \abovedisplayskip=6\p@ \@plus2\p@ \@minus2\p@ + \belowdisplayskip=\abovedisplayskip + \abovedisplayshortskip=\abovedisplayskip + \belowdisplayshortskip=\abovedisplayskip + } + \renewcommand\scriptsize{\@setfontsize\scriptsize\@viiipt\@xpt} + \renewcommand\Large{\@setfontsize\Large\@xivpt{16}} + \renewcommand\LARGE{\@setfontsize\LARGE\@xvipt{18}} + \renewcommand\huge{\@setfontsize\huge\@xviiipt{20}} + \renewcommand\Huge{\@setfontsize\Huge\@xxpt{24}} + % + \RequirePackage[T1]{fontenc} + \RequirePackage{times} + \RequirePackage[scaled=.9]{helvet} + \RequirePackage{textcomp} + \normalfont\normalsize + % + \setlength\topskip{10\p@} + \setlength\footnotesep{7\p@} + \setlength{\skip\footins}{18\p@ \@plus 4\p@ \@minus 2\p@} + \skip\@mpfootins = \skip\footins + % + \marginparpush=5pt + \marginparwidth=120pt + \marginparsep=25pt + % + \setlength\smallskipamount{6.5\p@ \@plus 1\p@ \@minus 1\p@} + \setlength\medskipamount{13\p@ \@plus 3\p@ \@minus 3\p@} + \setlength\bigskipamount{19.5\p@ \@plus 3\p@ \@minus 3\p@} + % + \clubpenalty=10000 + \widowpenalty=10000 + \tolerance=800 + \hbadness=800 + \AtBeginDocument{\interdisplaylinepenalty=100} + % + \jot=6\p@ + \@ifundefined{mathindent}% + {\newskip\mathindent}% + {} + \mathindent=2pc + \AtBeginDocument{% + \@ifundefined{@mathmargin}% + {}% + {\@mathmargin=\mathindent}% + } + \setlength\mathsurround{0.1\p@} + \setlength\thinmuskip{2.5mu} + \setlength\medmuskip{3.5mu plus 1.5mu minus 2mu} + \setlength\thickmuskip{3.75mu plus 1.5mu} + % + \setpkgattr{keyword}{AMS}{AMS 2000 subject classifications.} + \setpkgattr{keyword}{KWD}{Keywords and phrases.} + \setpkgattr{keyword}{MSC}{\ims@href{\msc@url}{MSC2020 subject classifications}.} + \setpkgattr{keyword}{MSC2020}{\ims@href{\msc@url}{MSC2020 subject classifications}.} + % + \setpkgattr{abstractname}{skip}{.\enskip} + % + \setpkgattr{title}{size}{\Large\bfseries\mathversion{bold}} + \setpkgattr{keywordname}{size}{\itshape} + \setpkgattr{runninghead}{size}{\footnotesize} + \setpkgattr{pagenumber}{size}{\small} + \setpkgattr{thebibliography}{size}{\footnotesize} + \setpkgattr{keyword}{postfix}{\unskip.} + \let\inits@size\@gobble + % + \if@imsart@preprint + \setpkgattr{copyright}{text}{}% + \else + \setpkgattr{copyright}{text}{\url@fmt{}{\itshape}{\journal@name}{\journal@url}\break + \@ifnonempty{\@volume\@pubyear\@pagerange\break}% + \@ifnonempty{\journal@issn\break}\doi@text + }% + \fi + \setpkgattr{address}{style}{\centering\normalfont} + \setpkgattr{address}{size}{\scriptsize\itshape} + \setpkgattr{ead}{size}{} + \setpkgattr{ead}{sep}{; } + \setpkgattr{email}{text}{} + \setpkgattr{url}{text}{} + \setpkgattr{fullurl}{text}{} + \setcounter{tocdepth}{6} + \def\thethanks{\@arabic\c@thanks} + % + \arraycolsep=1.2\p@ + \setlength\tabbingsep{6\p@} + % + \def\labelenumi{\theenumi.} + \def\labelenumii{\theenumii)} + \def\labelenumiii{\theenumiii.} + \def\labelenumiv{\theenumiv.} + \def\labelitemi{\textbullet} + \def\labelitemii{\textendash} + \def\labelitemiii{\textasteriskcentered} + \def\labelitemiv{{\footnotesize +}} + % + \topsep=\smallskipamount + % + \def\@listi{\leftmargin=\leftmargini} + % + \def\@listii{% + \leftmargin=\leftmarginii + \labelwidth=\leftmarginii + \advance\labelwidth by -\labelsep + \topsep=\z@ + }% + % + \set@amsgen@frenchspacing + % + \ims@common@float@settings +\fi +% +% smart \MR +% code suggested by Vilmos Prokaj +% solves the problem when MR is in a format: +% \MR{MR1037262 (91i:60148)} +% Without MR this macro removes the MR prefix if it +% is present unchange the argument otherwise +\def\woMR#1{\w@MR#1MR#1MR\relax} +\def\w@MR#1MR#2MR#3\relax{#2} +% +% this splits MR... (...) +\def\@MR#1 #2\relax#3{% + \href{https://mathscinet.ams.org/mathscinet-getitem?mr=#1}% + {\MRfixed{#3}}% + }% +% +\def\MRfixed{MR\woMR} +% +\let\MR\MRfixed +% +% interaction with hyperref +% +\def\test@hyperref{\@ifundefined{Hy@SetCatcodes}{}{\imsart@hyperref@settings}} +% +\AtBeginDocument{\test@hyperref} +% +\def\imsart@hyperref@settings{% + % hooks for the \thanksref, \thankstext: + \def\thankref@hyperlink##1{% + \edef\@tempx{##1thanks}% + \hbox{\hyperlink{##1}{\saferef{\@tempx}}}% + }% + \def\thanks@hypertarget##1{\smash{\raise\baselineskip\hbox{\protect\hypertarget{##1}{}}}}% + % redefine pagenumbering + \let\pagenumbering\ims@pagenumbering + % activate href + \let\ims@href\href + \let\safe@phantomsection\phantomsection + % put document info + \def\write@pdfinfo##1##2{\protected@write\@auxout{\no@harm}{\string\gdef\string##1{##2}}}% + \@ifundefined{hy@title}{}{\pdfstringdef\@pdftitle{\hy@title}}% + \@ifundefined{hy@author}{}{\pdfstringdef\@pdfauthor{\hy@author}}% + \@ifundefined{hy@subject}{}{\pdfstringdef\@pdfsubject{\hy@subject}}% + \@ifundefined{hy@keywords}{}{\pdfstringdef\@pdfkeywords{\hy@keywords}}% + % + \@ifundefined{user@hy@title}{}{\global\let\@pdftitle\user@hy@title}% + \@ifundefined{user@hy@author}{}{\global\let\@pdfauthor\user@hy@author}% + \@ifundefined{user@hy@subject}{}{\global\let\@pdfsubject\user@hy@subject}% + \@ifundefined{user@hy@keywords}{}{\global\let\@pdfkeywords\user@hy@keywords}% + % + % MR with hyperef + \def\MR##1{\@MR##1 \relax{##1}}% + % + \if@print@bid@doi + \urlstyle{rm}% + \let\ims@nolinkurl\nolinkurl + \fi + } +% +\def\write@pdfinfo#1#2{} +% +\newtoks\authors@list +\def\addto@authors@list#1{% + \begingroup + \no@harm + \xdef\@act{\global\noexpand\authors@list{\the\authors@list#1}}% + \@act + \endgroup + } +% +\newtoks\keywords@list +\def\addto@keywords@list#1{% + \begingroup + \no@harm + \xdef\@act{\global\noexpand\keywords@list{\the\keywords@list#1}}\@act + \endgroup + } +% +% SECTION, SUBSECTION ETC. +% we do not like article appearance: +% +\renewcommand\section{% + \@startsection + {section}% + {1}% + {\z@}% + {-\bigskipamount}% + {\medskipamount}% + {\raggedright\bfseries\mathversion{bold}}% + } +\renewcommand\subsection{% + \@startsection + {subsection}% + {2}% + {\z@}% + {-\bigskipamount}% + {\medskipamount}% + {\raggedright\bfseries\itshape\mathversion{bold}}% + } +\renewcommand\subsubsection{% + \@startsection + {subsubsection}% + {3}% + {\z@}% + {-\bigskipamount}% + {\medskipamount}% + {\raggedright\itshape}% + } +\renewcommand\paragraph{% + \@startsection + {paragraph}% + {4}% + {\z@}% + {\medskipamount}% + {-1em}% + {\bfseries}% + } +\renewcommand\subparagraph{% + \@startsection + {subparagraph}% + {5}% + {\z@}% + {\medskipamount}% + {-1em}% + {\itshape}% + } +% Format for the counter: +\def\section@numbersep{.} +\def\subsection@numbersep{.} +\def\subsubsection@numbersep{.} +\def\paragraph@numbersep{.} +\def\subparagraph@numbersep{.} +% +\def\@seccntformat#1{{% + \csname #1@prefix\endcsname + \csname the#1\endcsname + \csname#1@numbersep\endcsname\enspace + }} +% +\let\specialsection\section +% +\@namedef{specialsection*}{\section*} +% +% sections: bjpslayout +% +\if@bjpslayout + \renewcommand\section{% + \@startsection + {section}% + {1}% + {\z@}% + {-\bigskipamount}% + {\medskipamount}% + {\large\bfseries\mathversion{bold}\raggedright}% + } + \renewcommand\subsection{% + \@startsection + {subsection}% + {2}% + {\z@}% + {-\medskipamount}% + {\smallskipamount}% + {\bfseries\mathversion{bold}\raggedright}% + } + \renewcommand\subsubsection{% + \@startsection + {subsubsection}% + {3}% + {\z@}% + {\medskipamount}% + {-10pt}% + {\normalsize\itshape}% + } + % + \def\subsubsection@prefix{\upshape} + % + \def\section@numbersep{} + \def\subsection@numbersep{} + \def\subsubsection@numbersep{} + \def\paragraph@numbersep{} + \def\subparagraph@numbersep{} +\fi +% +% sections: IMS layout +% +\if@imslayout + \renewcommand\section{% + \@startsection + {section}% + {1}% + {\parindent}% + {\medskipamount}% + {-10pt}% + {\normalsize\upshape\bfseries\mathversion{bold}}% + } + \renewcommand\subsection{% + \@startsection + {subsection}% + {2}% + {\parindent}% + {\medskipamount}% + {-10pt}% + {\subsection@shape}% + } + \def\subsection@shape{\normalsize\itshape} + \def\subsection@prefix{\upshape} + \renewcommand\subsubsection{% + \@startsection + {subsubsection}% + {3}% + {\parindent}% + {\medskipamount}% + {-10pt}% + {\normalsize\itshape}% + } + \def\subsubsection@prefix{\upshape} + \renewcommand\paragraph{% + \@startsection + {paragraph}% + {4}% + {\z@}% + {\smallskipamount}% + {-10pt}% + {\normalsize\itshape}% + } + \renewcommand\subparagraph{% + \@startsection + {subparagraph}% + {5}% + {\z@}% + {0.1pt}% + {-1em}% + {\normalsize\itshape}% + } + % must be used for the appendix \section and \thebibliography + \renewcommand\specialsection{% + \@startsection + {section}% + {1}% + {\z@}% + {\medskipamount}% + {\smallskipamount}% + {\let\@hangfrom\noindent\normalsize\centering\MakeTextUppercase}% + } +\fi +% +% sections: STS layout +% +\if@stslayout + \def\sec@raggedright{% + \def\\{\hfill\break}% + \@rightskip=\@flushglue + \rightskip=\@rightskip + \leftskip=\z@skip + \parindent=\z@ + } + % last line will centered to page width + \def\fl@hangfrom#1{\noindent {#1}} + \def\TO@fl{\let\@hangfrom\fl@hangfrom} + % + \renewcommand\section{% + \@startsection + {section}% + {1}% + {\z@}% + {\medskipamount}% + {\smallskipamount}% + {\centering\TO@fl\normalsize\sffamily\bfseries\mathversion{bold}\MakeTextUppercase}% + } + \renewcommand\subsection{% + \@startsection + {subsection}% + {2}% + {\z@}% + {\smallskipamount}% + {\smallskipamount}% + {\normalsize\sffamily\bfseries\mathversion{bold}\sec@raggedright}% + } + \renewcommand\subsubsection{% + \@startsection + {subsubsection}% + {3}% + {\parindent}% + {\smallskipamount}% + {-.5em}% + {\normalsize\itshape}% + } + \renewcommand\paragraph{% + \@startsection + {paragraph}% + {4}% + {\parindent}% + {\z@}% + {-4pt}% + {\normalsize\itshape}% + } + \renewcommand\subparagraph{% + \@startsection + {subparagraph}% + {5}% + {\z@}% + {0.1pt}% + {-1em}% + {\normalsize\itshape}% + } + % must be used for the \thebibliography + \renewcommand\specialsection{% + \@startsection + {section}% + {1}% + {\z@}% + {\bigskipamount}% + {\smallskipamount}% + {\normalsize\centering\MakeTextUppercase}% + } + % Format for the counter: + \def\section@numbersep{.} + \def\subsection@numbersep{} + \def\subsubsection@numbersep{} + \def\paragraph@numbersep{} + \def\subparagraph@numbersep{} +\fi +% +% sections: BJ layout +% +\if@bjlayout + \renewcommand\section{% + \@startsection + {section}% + {1}% + {\z@}% + {-\bigskipamount}% + {\medskipamount}% + {\Large\bfseries\mathversion{bold}\raggedright}% + } + \renewcommand\subsection{% + \@startsection + {subsection}% + {2}% + {\z@}% + {-\bigskipamount}% + {\medskipamount}% + {\large\bfseries\mathversion{bold}\raggedright}% + } + \renewcommand\subsubsection{% + \@startsection + {subsubsection}% + {3}% + {\z@}% + {-\medskipamount}% + {\smallskipamount}% + {\itshape\raggedright}% + } + \renewcommand\paragraph{% + \@startsection + {paragraph}% + {4}% + {\z@}% + {\medskipamount}% + {-10pt}% + {\xishape}% + } + \renewcommand\subparagraph{% + \@startsection + {subparagraph}% + {5}% + {\parindent}% + {0.1pt}% + {-1em}% + {\xishape}% + } +\fi +% +% sections: AIHP layout +% +\if@aihplayout + \renewcommand\section{% + \@startsection + {section}% + {1}% + {\z@}% + {-\bigskipamount}% + {\medskipamount}% + {\bfseries\mathversion{bold}\raggedright}% + } + \renewcommand\subsection{% + \@startsection + {subsection}% + {2}% + {\z@}% + {-\medskipamount}% + {\medskipamount}% + {\itshape\raggedright}% + } + \renewcommand\subsubsection{% + \@startsection + {subsubsection}% + {3}% + {\z@}% + {-\medskipamount}% + {.01\p@}% + {\itshape\raggedright}% + } + \renewcommand\paragraph{% + \@startsection + {paragraph}% + {4}% + {\z@}% + {\medskipamount}% + {-10pt}% + {\itshape}% + } + \renewcommand\subparagraph{% + \@startsection + {subparagraph}% + {5}% + {\parindent}% + {0.1pt}% + {-1em}% + {\itshape}% + } +\fi +% +% \thanksref will not print "??" if label is undefined +% +\if@noundefthanksref + % + \AtBeginDocument{\let\sv@thankref@hyperlink\thankref@hyperlink}% + % + \def\thanksref@hook{% + \@ifundefined{r@\@tempb thanks}% + {% + \let\thankref@hyperlink\@gobble + \let\@tempa\@empty + }% + {\let\thankref@hyperlink\sv@thankref@hyperlink}% + } + % +\fi +% +% loading of amsmath +% +\def\set@amsthm{% + \def\ims@thmshape{0}% + \if@imslayout \def\ims@thmshape{1}\fi + \if@stslayout \def\ims@thmshape{1}\fi + \if@bjlayout \def\ims@thmshape{2}\fi + \if@aihplayout \def\ims@thmshape{3}\fi + \if@bjpslayout \def\ims@thmshape{3}\fi + \ifcase\ims@thmshape + \or %1 + \thm@notefont{\upshape}% + \newtheoremstyle{plain}% + {\medskipamount}% + {\medskipamount}% + {\itshape}% + {\parindent}% + {\scshape}% + {.}% + {1em}% + {}% + \newtheoremstyle{definition}% + {\medskipamount}% + {\medskipamount}% + {\normalfont}% + {\parindent}% + {\scshape}% + {.}% + {1em}% + {}% + \newtheoremstyle{remark}% + {\medskipamount}% + {\medskipamount}% + {\normalfont}% + {\parindent}% + {\scshape}% + {.}% + {1em}% + {}% + % + \renewenvironment{proof}[1][\proofname]% + {% + \par + \pushQED{\qed}% + \normalfont + \topsep=\medskipamount + \trivlist + \labelsep.5em% + \item[\hskip\labelsep\hskip\parindent \scshape ##1\@addpunct{.}]\ignorespaces + }{% + \popQED + \endtrivlist + \@endpefalse + }% + \or %2 + \newtheoremstyle{plain}% + {\medskipamount}% + {\medskipamount}% + {\itshape}% + {\z@}% + {\bfseries}% + {.}% + {0.5em}% + {\thmname{##1}\thmnumber{ ##2}\thmnote{ (##3)}}% + \newtheoremstyle{definition}% + {\medskipamount}% + {\medskipamount}% + {\itshape}% + {\z@}% + {\bfseries}% + {.}% + {0.5em}% + {}% + \newtheoremstyle{remark}% + {\medskipamount}% + {\medskipamount}% + {\normalfont}% + {\z@}% + {\bfseries}% + {.}% + {0.5em}% + {}% + % + \renewenvironment{proof}[1][\proofname]% + {% + \par + \pushQED{\qed}% + \normalfont + \topsep=\medskipamount\relax + \trivlist + \item[\hskip\labelsep \bfseries ##1\@addpunct{.}]\ignorespaces + }{% + \popQED + \endtrivlist + \@endpefalse + }% + \or %3 + \renewenvironment{proof}[1][\proofname]% + {% + \par + \pushQED{\qed}% + \normalfont + \topsep=\medskipamount\relax + \trivlist + \item[\hskip\labelsep \bfseries ##1\@addpunct{.}]\ignorespaces + }{% + \popQED + \endtrivlist + \@endpefalse + }% + \if@bjpslayout + \newtheoremstyle{remark}% + {\smallskipamount}% + {\smallskipamount}% + {\normalfont}% + {\z@}% + {\bfseries}% + {.}% + {.5em}% + {}% + \fi + \else + \fi + } +% +\if@load@amsmath + \if@amsmath@leqno + \PassOptionsToPackage{leqno}{amsmath} + \fi + \let\Bbbk\undefined + \RequirePackage[cmex10]{amsmath} + \if@bjlayout + \RequirePackage{amssymb,mathrsfs} + \newcommand\hmmax{0} + \newcommand\bmmax{1} + \RequirePackage{bm} + \def\env@cases{% + \let\@ifnextchar\new@ifnextchar + \left\lbrace + \everymath={\displaystyle}% + \def\arraystretch{1.2}% + \array{@{}l@{\qquad}l@{}}% + }% + \def\matrix@array@colsep{.5em} + \preto\smallmatrix{\ex@=1.4\p@} + \preto\env@matrix{% + \arraycolsep=\matrix@array@colsep\relax + \csname pre@matrix@hook\endcsname + } + \def\binom#1#2{\begin{pmatrix} #1 \cr #2\end{pmatrix}} + \def\set@pre@matrix@hook{\def\pre@matrix@hook{\everymath={\displaystyle}}} + \everydisplay=\expandafter{\the\everydisplay\set@pre@matrix@hook}% + \fi +\fi +% +\if@imsart@seceqn + \renewcommand{\theequation}{\thesection.\arabic{equation}} + \ifdefined\HCode\else + \if@load@amsmath + \numberwithin{equation}{section} + \else + \@addtoreset{equation}{section} + \fi + \fi +\fi +% +% loading of amsthm +% +\if@load@amsthm + \RequirePackage{amsthm} + \set@amsthm +\else + \AtBeginDocument{\@ifpackageloaded{amsthm}{\set@amsthm}{}} +\fi +% +% Acknowledgements +% +\def\acknowledgementsname{Acknowledgments} +\newenvironment{acks}[1][\acknowledgementsname]{\section*{#1}}{\par} +\let\ack\undefined \let\endack\undefined +\if@balayout + \renewenvironment{acks}[1][\acknowledgementsname]% + {% + \vskip0.5\baselineskip + \small + {\noindent\normalfont\sffamily\bfseries\acknowledgementsname}\par + \begingroup\parindent 0pt\parskip 0.5\baselineskip + }% + {\endgroup} +\fi +% +% Funding +% +\def\fundingname{Funding} +\newenvironment{funding}[1][\fundingname]{\begin{acks}[\fundingname]}{\end{acks}} +% +% thebibliography, loading natbib +% +% \citefix -- fixes \NAT@citex (to make a hyperlink from year component in cite command). +\def\citefix{% + \def\NAT@citex[##1][##2]##3{% + \NAT@sort@cites{##3}% + \let\@citea\@empty + \@cite{% + \let\NAT@nm\@empty + \let\NAT@year\@empty + \@for\@citeb:=\NAT@cite@list\do{% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \if@filesw\immediate\write\@auxout{\string\citation{\@citeb}}\fi + \@ifundefined{b@\@citeb\@extra@b@citeb}% + {% + \@citea + {\reset@font\bfseries ?}% + \NAT@citeundefined + \PackageWarning{natbib}{Citation `\@citeb' on page + \thepage \space undefined}% + \def\NAT@date{}% + }% + {% + \let\NAT@last@nm=\NAT@nm + \let\NAT@last@yr=\NAT@year + \NAT@parse{\@citeb}% + \ifNAT@longnames + \@ifundefined{bv@\@citeb\@extra@b@citeb}% + {% + \let\NAT@name=\NAT@all@names + \global\@namedef{bv@\@citeb\@extra@b@citeb}{}% + }% + {}% + \fi + \ifNAT@full + \let\NAT@nm\NAT@all@names + \else + \let\NAT@nm\NAT@name + \fi + \ifNAT@swa + \ifcase\NAT@ctype + \if\relax\NAT@date\relax + \@citea\NAT@nmfmt{\NAT@nm}% + \hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@date\hyper@natlinkend + \else + \ifx\NAT@last@nm\NAT@nm\NAT@yrsep + \ifx\NAT@last@yr\NAT@year + \hyper@natlinkstart{\@citeb\@extra@b@citeb}\NAT@exlab + \hyper@natlinkend + \else + \unskip\ + \hyper@natlinkstart{\@citeb\@extra@b@citeb}\NAT@date + \hyper@natlinkend + \fi + \else + \@citea\NAT@nmfmt{\NAT@nm}% + \NAT@aysep\ + \hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@date\hyper@natlinkend + \fi + \fi + \or + \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@nmfmt{\NAT@nm}\hyper@natlinkend + \or + \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@date\hyper@natlinkend + \or + \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@alias\hyper@natlinkend + \fi + \def\@citea{\NAT@sep\ }% + \else + \ifcase\NAT@ctype + \if\relax\NAT@date\relax + \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@nmfmt{\NAT@nm}\hyper@natlinkend + \else + \ifx\NAT@last@nm\NAT@nm\NAT@yrsep + \ifx\NAT@last@yr\NAT@year + \hyper@natlinkstart{\@citeb\@extra@b@citeb}\NAT@exlab + \hyper@natlinkend + \else + \unskip\ + \hyper@natlinkstart{\@citeb\@extra@b@citeb}\NAT@date + \hyper@natlinkend + \fi + \else + \@citea\NAT@nmfmt{\NAT@nm}% + \ \NAT@@open\if*##1*\else##1\ \fi + \hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@date\hyper@natlinkend + \fi + \fi + \or + \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@nmfmt{\NAT@nm}\hyper@natlinkend + \or + \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@date\hyper@natlinkend + \or + \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}% + \NAT@alias\hyper@natlinkend + \fi + \if\relax\NAT@date\relax + \def\@citea{\NAT@sep\ }% + \else + \def\@citea{\NAT@@close\NAT@sep\ }% + \fi + \fi + }% + }% + \ifNAT@swa + \else + \if*##2*\else\NAT@cmt##2\fi + \if\relax\NAT@date\relax\else\NAT@@close\fi + \fi + }{##1}{##2}% + }% + \let\@citex\NAT@citex + } +% +\def\set@natbib{% + \if@linksfromyear \citefix \fi + \let\bibfont\thebibliography@size + \setlength\bibsep{0pt}% + } +% +\if@load@natbib + \RequirePackage{natbib} +\else + \let\xxx@thebibliography\thebibliography + \def\thebibliography{\thebibliography@size\xxx@thebibliography} + \g@addto@macro\@openbib@code{\itemsep\z@} +\fi +\AtBeginDocument{\@ifpackageloaded{natbib}{\set@natbib}{}} +% +% thebibliography - structured +% +% Common macros: +% +% Setting a "style" for a command: +% \set@bibl@cmd{bvolume} == \def\bvolume#1{{\bvolume@style #1}} +% +\def\set@bibl@cmd#1{\expandafter\def\csname #1\endcsname##1{{\csname #1@style\endcsname##1}}} +% +\let\endbibitem\relax +% +% bauthor, beditor +% +\def\bbl@bauthor#1{% + \csname bauthor@hook\endcsname + {% + \let\binits\@firstofone + \let\bsnm\@firstofone + \let\bfnm\@gobble + \let\bparticle\@firstofone + \let\bsuffix\@firstofone + \bauthor@style + #1% + }} +% +\def\bbl@beditor#1{{% + \let\binits\@firstofone + \let\bsnm\@firstofone + \let\bfnm\@gobble + \let\bparticle\@firstofone + \let\bsuffix\@firstofone + \beditor@style + #1% + }} +% +% bid +% \bid{MR={},doi={},...} +% +\if@print@bid@doi + \let\bid@mr@arg\@empty + \let\bid@doi@arg\@empty + \define@key{bid}{mr}{\edef\bid@mr@arg{#1}} + \define@key{bid}{doi}{\edef\bid@doi@arg{#1}} + \def\bid@MR#1{\ \MR{#1}\ignorespaces} + \def\check@doiurl@prefix#1#2#3#4#5\end{% + \edef\@doiurlfull{0}% + \def\@doiurlhttp{http}% + \def\@doiurlstart{#1#2#3#4}% + \ifx\@doiurlstart\@doiurlhttp + \edef\@doiurlfull{1}% + \fi + } + \def\bid@doiurl#1{\ + \check@doiurl@prefix#1\end + \ifnum\@doiurlfull>\z@ + \ims@href{#1}{\ims@nolinkurl{#1}}% + \else + \ims@href{\doi@base#1}{\ims@nolinkurl{\doi@base#1}}% + \fi + \ignorespaces + } +\else + \define@key{bid}{mr}{\MR{#1}} + \define@key{bid}{doi}{} +\fi +\define@key{bid}{pubmed}{} +\define@key{bid}{pmcid}{} +\define@key{bid}{pmid}{} +\define@key{bid}{mid}{} +\define@key{bid}{issn}{} +\define@key{bid}{pii}{} +% +\def\bbl@bid#1{% + \setkeys{bid}{#1}% + \if@print@bid@doi + \ifx\bid@mr@arg\@empty + \else + \expandafter\bid@MR\expandafter{\bid@mr@arg}% + \fi + \ifx\bid@doi@arg\@empty + \else + \expandafter\bid@doiurl\expandafter{\bid@doi@arg}% + \fi + \fi + } +% +% for compatibility with old bibtex style +\if@print@bid@doi + \let\bdoi\bid@doiurl +\else + \def\bdoi#1{\ignorespaces} +\fi +% +% common@pub@types +% +\def\common@pub@types{% + \def\AND{and }% + \let\betal\@firstofone + \set@bibl@cmd{btitle}% + \let\byear\@firstofone + \let\bpages\@firstofone + \let\bmisc\@firstofone + \let\bnote\@firstofone + \let\banumber\@firstofone + \if@print@bid@doi + \let\bmrnumber\bid@MR + \else + \let\bmrnumber\MR + \fi + \let\bid\bbl@bid + \set@bibl@cmd{bvolume}% + \csname common@pub@types@hook\endcsname + } +% +% default styles +% +\setpkgattr{bauthor}{style}{\scshape} +\setpkgattr{beditor}{style}{\scshape} +% +\setpkgattr{bjournal}{style}{\itshape} +\setpkgattr{bbooktitle}{style}{\itshape} +\setpkgattr{bseries}{style}{\itshape} +% +\setpkgattr{bvolume}{style}{\bfseries} +% +% barticle +% +\def\barticle{\@ifnextchar[{\@barticle}{\@barticle[]}} +% +\def\@barticle[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \set@bibl@cmd{bjournal}% + } +% +% bbook +% +\def\bbook{\@ifnextchar[{\@bbook}{\@bbook[]}} +% +\def\@bbook[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\beditor\bbl@beditor + \let\bedition\@firstofone + \set@bibl@cmd{bseries}% + \let\bpublisher\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + \let\bisbn\@gobble + % + \let\btitle@style\itshape + } +% +% bincollection +% +\def\bincollection{\@ifnextchar[{\@bincollection}{\@bincollection[]}} +% +\def\@bincollection[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\beditor\bbl@beditor + \set@bibl@cmd{bbooktitle}% + \let\bchapter\@firstofone + \let\bedition\@firstofone + \set@bibl@cmd{bseries}% + \let\bpublisher\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + \let\bisbn\@gobble + \def\bauthor@hook{\let\beditor@style\relax}% + } +% +% binproceedings +% +\def\binproceedings{\@ifnextchar[{\@binproceedings}{\@binproceedings[]}} +% +\def\@binproceedings[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\beditor\bbl@beditor + \set@bibl@cmd{bbooktitle}% + \set@bibl@cmd{bseries}% + \let\borganization\@firstofone + \let\bpublisher\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + \let\bisbn\@gobble + } +% +% binbook +% +\def\binbook{\@ifnextchar[{\@binbook}{\@binbook[]}} +% +\def\@binbook[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\beditor\bbl@beditor + \set@bibl@cmd{bbooktitle}% + \let\bchapter\@firstofone + \let\bedition\@firstofone + \set@bibl@cmd{bseries}% + \let\bpublisher\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + \let\bisbn\@gobble + % + \let\btitle@style\itshape + } +% +% bproceedings +% +\def\bproceedings{\@ifnextchar[{\@bproceedings}{\@bproceedings[]}} +% +\def\@bproceedings[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\beditor\bbl@beditor + \let\bedition\@firstofone + \set@bibl@cmd{bseries}% + \let\bpublisher\@firstofone + \let\borganization\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + \let\bisbn\@gobble + % + \let\btitle@style\itshape + } +% +% btechreport +% +\def\btechreport{\@ifnextchar[{\@btechreport}{\@btechreport[]}} +% +\def\@btechreport[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\btype\@firstofone + \let\bnumber\@firstofone + \let\binstitution\@firstofone + \let\bpublisher\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + } +% +% bmanual +% +\def\bmanual{\@ifnextchar[{\@bmanual}{\@bmanual[]}} +% +\def\@bmanual[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\bedition\@firstofone + \let\borganization\@firstofone + \let\bpublisher\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + \let\bisbn\@gobble + } +% +% mastersthesis +% +\def\bmastersthesis{\@ifnextchar[{\@bmastersthesis}{\@bmastersthesis[]}} +% +\def\@bmastersthesis[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\bschool\@firstofone + \let\bpublisher\@firstofone + \let\btype\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + } +% +% phdthesis +% +\def\bphdthesis{\@ifnextchar[{\@bphdthesis}{\@bphdthesis[]}} +% +\def\@bphdthesis[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\bpublisher\@firstofone + \let\bschool\@firstofone + \let\btype\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + } +% +% bbooklet +% +\def\bbooklet{\@ifnextchar[{\@bbooklet}{\@bbooklet[]}} +% +\def\@bbooklet[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\bhowpublished\@firstofone + \let\baddress\@firstofone + \let\blocation\@firstofone + } +% +% bunpublished +% +\def\bunpublished{\@ifnextchar[{\@bunpublished}{\@bunpublished[]}} +% +\def\@bunpublished[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + } +% +% bmisc +% +\def\bmisc{\@ifnextchar[{\@bmisc}{\@bmisc[]}} +% +\def\@bmisc[#1]{% + \common@pub@types + \let\bauthor\bbl@bauthor + \let\bhowpublished\@firstofone + } +% +% \bptok +% +\def\bptok#1{\ignorespaces} +% +\ifx\OrigBibText\undefined \long\def\OrigBibText#1\endOrigBibText{}\fi +% +% appendix +% +\if@imslayout + % + % appendix mess up everything in this layout: + % + \renewcommand\appendix{% + \par + \def\subsection@shape{\normalsize\upshape\bfseries\mathversion{bold}}% + \let\section\specialsection + \def\section{\@ifnextchar*{\@appsectionstar}{\@appsectionnostar}}% + \def\section@prefix{\appendixname\ }% + \def\section@numbersep{:}% + \setcounter{section}{0}% + \setcounter{subsection}{0}% + \gdef\thesection{\@Alph\c@section}% + } + % + % \section*{Appendix} -> APPENDIX + \def\@appsectionstar*#1{% + \ifx.#1.% + \specialsection*{\appendixname}% + \else + \specialsection*{\appendixname: #1}% + \fi + \setcounter{section}{1}% + } + % + % \section{} -> APPENDIX A + % \section{proof} -> APPENDIX A: PROOF + \def\@appsectionnostar#1{% + \ifx.#1.% + \def\section@numbersep{}\specialsection[\appendixname\ \thesection]{}% + \else + \def\section@numbersep{:}\specialsection{#1}% + \fi + } + % + % dirty trick with \thebibliography + \let\old@thebibliography\thebibliography + \def\thebibliography{\let\section\specialsection\old@thebibliography} + % +\else + % + \renewcommand\appendix{% + \par + \let\old@section\section + \def\section{\@ifnextchar*{\@appsectionstar}{\@appsectionnostar}}% + \def\section@prefix{\appendixname\ }% + \def\section@numbersep{:}% + \setcounter{section}{0}% + \setcounter{subsection}{0}% + \gdef\thesection{\@Alph\c@section}% + } + % + \def\@appsectionstar*#1{% + \old@section*{#1}% + \setcounter{section}{1}% + } + % + \def\@appsectionnostar#1{% + \ifx.#1.% + \def\section@numbersep{}\old@section[\appendixname\ \thesection]{}% + \else + \def\section@numbersep{:}\old@section{#1}% + \fi + } +\fi +% +% supplement +% +%\begin{supplement}[id=suppA] +% \sname{Supplement A} +% \stitle{} +% \slink[doi]{} +% \slink[url]{https://lib.stat.cmu.edu/aoas/???/???} +% \sdatatype{.zip} +% \sfilename{foo.zip} +% \sdescription{} +%\end{supplement} +% \thesuppdoi{suppA} +% \ref{suppA} +% \hyperlink{suppA}{text} +% +\def\slink@data@exists{0} +\def\supplement@name{Supplementary Material} +% +\def\sname#1{\def\@sname{#1}\def\@currentlabel{#1}} +\def\stitle#1{\def\@stitle{#1}} +\def\sdatatype#1{\def\@sdatatype{#1}\xdef\slink@data@exists{1}} +\def\sfilename#1{} +% +\define@key{slink}{text}{\@namedef{slink@\slink@type @text}{#1}} +\define@key{slink}{doi}[true]{\edef\slink@type{doi}} +\define@key{slink}{url}[true]{\edef\slink@type{url}} +% +\def\slink[#1]#2{% + \setkeys{slink}{#1}% + \@namedef{slink@\slink@type}{#2}% + \xdef\slink@data@exists{1}% + } +\def\sdescription#1{\def\@sdescription{#1}} +% +\def\suppsection@fmt{\specialsection*{\supplement@name}} +% +\def\slink@doi@prefix{doi: } +\def\slink@doi@text@fmt#1{#1} +\def\slink@doi@notext@fmt#1{#1} +\def\slink@doi@fmt{% + \slink@doi@prefix + \@ifundefined{slink@doi@text}% + {\ims@href{\doi@base\slink@doi}{\slink@doi@notext@fmt{\slink@doi}}}% + {\ims@href{\doi@base\slink@doi}{\slink@doi@text@fmt{\slink@doi@text}}}% + \@ifundefined{supp@label}% + {}% + {% + \expandafter\xdef\csname\supp@label @doi\endcsname{\slink@doi}% + \expandafter\xdef\csname\supp@label @url\endcsname{\doi@base\slink@doi}% + }% + } +% +\def\slink@url@text@fmt#1{#1} +\def\slink@url@notext@fmt#1{#1} +\def\slink@url@fmt{% + \@ifundefined{slink@url@text}% + {\ims@href{\slink@url}{\slink@url@notext@fmt{\slink@url}}}% + {\ims@href{\slink@url}{\slink@url@text@fmt{\slink@url@text}}}% + \@ifundefined{supp@label}% + {}% + {\expandafter\xdef\csname\supp@label @url\endcsname{\slink@url}}% + } +% +\def\thesuppdoi@prefix{DOI: } +\def\thesuppdoi#1{% + \@ifundefined{#1@doi}% + {\@latex@error{Undefined supplement id=#1}{??}}% + {% + \def\@tempx{\csname #1@doi\endcsname}% + \@ifundefined{#1@url}% + {\def\@tempy{\doi@base\csname #1@url\endcsname}}% + {\def\@tempy{\csname #1@url\endcsname}}% + \url@fmt{\thesuppdoi@prefix}{}{\@tempx}{\@tempy}% + }% + } +% +\define@key{supplement}{id}{\def\supp@label{#1}} +% +\long\def\supplement{\@ifnextchar[{\@supplement}{\@supplement[]}} +% +\long\def\@supplement[#1]{% + \suppsection@fmt + \global\let\suppsection@fmt\smallskip + \setkeys{supplement}{#1}% + } +% +\def\stitle@fmt#1{\textbf{#1\ }} +\def\stitle@sep{\\} +% +\def\endsupplement{% + \@ifundefined{@sname}% + {}% + {% + \@ifundefined{supp@label}% + {}% + {\hypertarget{\supp@label}{}\label{\supp@label}}\textbf{\@sname: }% + }% + \@ifundefined{@stitle}% + {}% + {\stitle@fmt{\@stitle}}% + % + \stitle@sep + \ifnum\slink@data@exists>\z@(\fi + \@ifundefined{slink@doi}{}{\slink@doi@fmt}% + \@ifundefined{slink@url}{}{\slink@url@fmt}% + \@ifundefined{@sdatatype}{}{; \@sdatatype}% + \@ifundefined{@sfilename}{}{\@sfilename}% + \ifnum\slink@data@exists>\z@). \fi + \@ifundefined{@sdescription}{}{\@sdescription}% + \par + } +% +% TOC in "article" class is a mess: +% +% for hyperref +\def\toclevel@title{0} +% +\newcommand*\l@title[2]{} +\newcommand*\l@author[2]{} +\newcommand*\l@doi[2]{} +\newcommand*\l@arxiv[2]{} +\newcommand*\l@jobname[2]{} +\newcommand*\l@begintocitem[2]{} +\newcommand*\l@endtocitem[2]{} +% +\@ifclassloaded{article}{\@changetoctrue}{} +% +\def\toc@size{} +\if@changetoc + % + \@ifundefined{contentsname@cmd}{\def\contentsname@cmd{\section*{\contentsname}}}{} + % + \renewcommand\tableofcontents{% + \nocontentsline + \contentsname@cmd + \bgroup + \toc@size + \@starttoc{toc}% + \egroup + } + % + \renewcommand*\l@section{\@dottedtocline{1}{\z@}{1.5em}} + % +\fi +% +\if@bjlayout + \def\toc@size{\footnotesize} +\fi +% +% number lines +% +\ifnumberlines@ + % + \setpkgattr{numberlines}{size}{\scriptsize\ttfamily} + \setpkgattr{numberlines}{skip}{24\p@} + % + \def\numberlines@hook{% + \appto\@evenhead\put@numberlines@box + \appto\@oddhead\put@numberlines@box + } + % + \gappto\ps@imsheadings\numberlines@hook + \gappto\ps@copyright\numberlines@hook + % + \newbox\numberlines@box + \newskip\numberlines@box@skip + % + \def\set@numberlines@box{% + \setlength\numberlines@box@skip\headsep + \addtolength\numberlines@box@skip{5\p@}% + % + \setbox\numberlines@box\vtop to\textheight{% + \parindent=\z@ + \vskip\z@ + \@tempcnta=0% + \@tempdima=\z@ + \loop + \advance\@tempcnta by 1% + \advance\@tempdima by \baselineskip + \hbox to\textwidth{% + \llap{\numberlines@size\the\@tempcnta\kern\numberlines@skip}% + \hfill + \rlap{\numberlines@size\kern\numberlines@skip\the\@tempcnta}% + }% + \ifdim\@tempdima<\textheight\repeat + \vss + }% + % + \ht\numberlines@box=\z@ + \dp\numberlines@box=\z@ + } + % + \def\put@numberlines@box{\lower\numberlines@box@skip\hbox to\z@{\hss\copy\numberlines@box}} + % + \AtBeginDocument{\set@numberlines@box} + % +\fi +% +% page layout frame +% +\if@imsart@showframe + % + \AtBeginDocument{% + \ifcsundef{definecolor}% + {\RequirePackage{color}}% + {}% + \definecolor{imsgray}{gray}{0.5}% + }% + % + \overfullrule5\p@ + \setpkgattr{showframe}{rulecolor}{imsgray} + \setpkgattr{showframe}{rulewidth}{.05pt} + % + \def\showframe@hook{% + \appto\@evenhead\put@showframe@box + \appto\@oddhead\put@showframe@box + } + % + \gappto\ps@imsheadings\showframe@hook + \gappto\ps@copyright\showframe@hook + % + \newbox\showframe@box + % + \def\set@showframe@box{% + \global\setbox\showframe@box\vbox to\z@{{% + \offinterlineskip + \normalcolor + \vbox to \z@{\vss\textcolor{\showframe@rulecolor}{\hrule height\showframe@rulewidth width\textwidth}}% + \vskip \headheight + \vbox to \z@{\vss\textcolor{\showframe@rulecolor}{\hrule height\showframe@rulewidth width\textwidth}}% + \vskip \headsep + \vbox to \z@{\vss\textcolor{\showframe@rulecolor}{\hrule height\showframe@rulewidth width\textwidth}}% + \hbox to \textwidth% + {% + \llap{\textcolor{\showframe@rulecolor}{\vrule height\textheight width\showframe@rulewidth}}% + \hfil\textcolor{\showframe@rulecolor}{\vrule height\textheight width\showframe@rulewidth}% + }% + \vbox to \z@{\vss\textcolor{\showframe@rulecolor}{\hrule height\showframe@rulewidth width\textwidth}}% + \vskip \footskip + \vbox to \z@{\vss\textcolor{\showframe@rulecolor}{\hrule height\showframe@rulewidth width\textwidth}}% + \vss + }}% + } + % + \def\put@showframe@box{\raise\headheight\hbox to\z@{\hss\copy\showframe@box}} + % + \AtBeginDocument{\set@showframe@box} + % +\fi +% +% INITIALIZATION +% +% Read local configuration file (if exist): +% imsart.cnf imsart-ps.cnf +% +\@input{\imsfmt@name\journal@id.cnf} +\@input{\imsfmt@name-vtex.cnf} +% +\@twosidetrue +\pagenumbering{arabic} +\frenchspacing +\init@settings +\pagestyle{imsheadings} +% +\endinput +%% +%% End of file `imsart.sty'.